INFO 2025-08-04 07:52:17,430 autoreload 39703 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 07:53:45,209 autoreload 39703 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-08-04 07:53:45,453 autoreload 40334 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 07:53:47,142 basehttp 40334 6125760512 "GET / HTTP/1.1" 302 0 INFO 2025-08-04 07:53:47,292 basehttp 40334 6125760512 "GET /en/ HTTP/1.1" 302 0 WARNING 2025-08-04 07:53:47,298 log 40334 6125760512 Not Found: /accounts/login/ WARNING 2025-08-04 07:53:47,298 basehttp 40334 6125760512 "GET /accounts/login/?next=/en/ HTTP/1.1" 404 2579 INFO 2025-08-04 07:53:53,704 basehttp 40334 6125760512 "GET /admin/ HTTP/1.1" 302 0 INFO 2025-08-04 07:53:53,748 basehttp 40334 6125760512 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-08-04 07:53:53,767 basehttp 40334 6125760512 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-08-04 07:53:56,069 basehttp 40334 6125760512 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4380 INFO 2025-08-04 07:59:21,985 autoreload 42813 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 07:59:23,197 basehttp 42813 6133837824 "GET / HTTP/1.1" 302 0 INFO 2025-08-04 07:59:23,274 basehttp 42813 6133837824 "GET /en/ HTTP/1.1" 302 0 WARNING 2025-08-04 07:59:23,280 log 42813 6133837824 Not Found: /accounts/login/ WARNING 2025-08-04 07:59:23,280 basehttp 42813 6133837824 "GET /accounts/login/?next=/en/ HTTP/1.1" 404 2579 INFO 2025-08-04 07:59:29,136 basehttp 42813 6133837824 "GET /admin/ HTTP/1.1" 302 0 INFO 2025-08-04 07:59:29,177 basehttp 42813 6133837824 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-08-04 07:59:29,187 basehttp 42813 6133837824 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-08-04 07:59:33,946 basehttp 42813 6133837824 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4380 INFO 2025-08-04 08:00:51,689 basehttp 42813 6133837824 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4380 INFO 2025-08-04 08:00:54,267 basehttp 42813 6133837824 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4380 INFO 2025-08-04 08:01:21,375 basehttp 42813 6133837824 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4380 INFO 2025-08-04 08:01:40,053 basehttp 42813 6133837824 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-08-04 08:01:40,073 basehttp 42813 6133837824 "GET /en/admin/ HTTP/1.1" 200 84715 INFO 2025-08-04 08:01:43,411 basehttp 42813 6133837824 "GET /en/admin/accounts/user/ HTTP/1.1" 200 75469 INFO 2025-08-04 08:01:43,423 basehttp 42813 6150664192 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 304 0 INFO 2025-08-04 08:01:43,424 basehttp 42813 6167490560 "GET /static/admin/img/icon-no.svg HTTP/1.1" 304 0 INFO 2025-08-04 08:01:43,425 basehttp 42813 6133837824 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-04 08:01:44,652 log 42813 6133837824 Internal Server Error: /en/admin/accounts/user/1/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 840, in get_form return modelform_factory(self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (timezone) specified for User During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1878, in _changeform_view ModelForm = self.get_form( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/admin.py", line 98, in get_form return super().get_form(request, obj, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 842, in get_form raise FieldError( django.core.exceptions.FieldError: Unknown field(s) (timezone) specified for User. Check fields/fieldsets/exclude attributes of class UserAdmin. ERROR 2025-08-04 08:01:44,654 basehttp 42813 6133837824 "GET /en/admin/accounts/user/1/change/ HTTP/1.1" 500 167179 INFO 2025-08-04 08:01:55,662 basehttp 42813 6133837824 "GET /en/admin/accounts/user/ HTTP/1.1" 200 75469 INFO 2025-08-04 08:02:24,915 autoreload 42813 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/admin.py changed, reloading. INFO 2025-08-04 08:02:25,272 autoreload 44198 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 08:02:26,618 basehttp 44198 6169014272 "GET /en/admin/accounts/user/ HTTP/1.1" 200 75469 INFO 2025-08-04 08:02:26,630 basehttp 44198 6169014272 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 08:02:28,515 basehttp 44198 6169014272 "GET /en/admin/accounts/user/ HTTP/1.1" 200 75469 INFO 2025-08-04 08:02:28,523 basehttp 44198 6169014272 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 08:02:29,769 basehttp 44198 6169014272 "GET /en/admin/accounts/user/1/change/ HTTP/1.1" 200 149577 INFO 2025-08-04 08:02:29,777 basehttp 44198 13170143232 "GET /static/admin/js/calendar.js HTTP/1.1" 304 0 INFO 2025-08-04 08:02:29,777 basehttp 44198 13186969600 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 304 0 INFO 2025-08-04 08:02:29,777 basehttp 44198 13203795968 "GET /static/admin/js/SelectBox.js HTTP/1.1" 304 0 INFO 2025-08-04 08:02:29,778 basehttp 44198 13220622336 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 304 0 INFO 2025-08-04 08:02:29,780 basehttp 44198 6169014272 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 08:02:29,812 basehttp 44198 13220622336 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 304 0 INFO 2025-08-04 08:02:29,812 basehttp 44198 13203795968 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 304 0 INFO 2025-08-04 08:02:29,814 basehttp 44198 6169014272 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-08-04 08:02:35,772 basehttp 44198 6169014272 "GET /en/admin/accounts/user/1/password/ HTTP/1.1" 200 67159 INFO 2025-08-04 08:02:35,779 basehttp 44198 13203795968 "GET /static/admin/js/unusable_password_field.js HTTP/1.1" 200 1480 INFO 2025-08-04 08:02:35,779 basehttp 44198 6169014272 "GET /static/admin/css/unusable_password_field.css HTTP/1.1" 200 663 INFO 2025-08-04 08:02:52,181 basehttp 44198 6169014272 "POST /en/admin/accounts/user/1/password/ HTTP/1.1" 302 0 INFO 2025-08-04 08:02:52,214 basehttp 44198 6169014272 "GET /en/admin/accounts/user/1/change/ HTTP/1.1" 200 149713 INFO 2025-08-04 08:02:52,232 basehttp 44198 6169014272 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 08:02:55,185 basehttp 44198 6169014272 "GET / HTTP/1.1" 302 0 ERROR 2025-08-04 08:02:55,216 log 44198 13203795968 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_create' not found. 'patient_create' is not a valid view function or pattern name. ERROR 2025-08-04 08:02:55,218 basehttp 44198 13203795968 "GET /en/ HTTP/1.1" 500 162137 ERROR 2025-08-04 08:04:29,717 log 44198 13203795968 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_create' not found. 'appointment_create' is not a valid view function or pattern name. ERROR 2025-08-04 08:04:29,718 basehttp 44198 13203795968 "GET /en/ HTTP/1.1" 500 162872 INFO 2025-08-04 08:06:17,400 autoreload 44198 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-08-04 08:06:17,746 autoreload 45896 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 08:06:21,947 log 45896 6124711936 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'record_create' not found. 'record_create' is not a valid view function or pattern name. ERROR 2025-08-04 08:06:21,950 basehttp 45896 6124711936 "GET /en/ HTTP/1.1" 500 162683 INFO 2025-08-04 08:08:12,310 autoreload 45896 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-08-04 08:08:12,577 autoreload 46749 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 08:10:54,443 autoreload 46749 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-08-04 08:10:54,678 autoreload 47911 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 08:29:16,016 log 47911 6192869376 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'record_create' not found. 'record_create' is not a valid view function or pattern name. ERROR 2025-08-04 08:29:16,017 basehttp 47911 6192869376 "GET /en/ HTTP/1.1" 500 162683 ERROR 2025-08-04 08:29:16,813 log 47911 6192869376 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'record_create' not found. 'record_create' is not a valid view function or pattern name. ERROR 2025-08-04 08:29:16,815 basehttp 47911 6192869376 "GET /en/ HTTP/1.1" 500 162683 INFO 2025-08-04 09:32:07,700 autoreload 76098 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 09:32:09,293 basehttp 76098 6194851840 "GET / HTTP/1.1" 302 0 ERROR 2025-08-04 09:32:09,394 log 76098 6194851840 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'test_order_create' not found. 'test_order_create' is not a valid view function or pattern name. ERROR 2025-08-04 09:32:09,397 basehttp 76098 6194851840 "GET /en/ HTTP/1.1" 500 161927 ERROR 2025-08-04 09:32:38,591 log 76098 6194851840 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'prescription_create' not found. 'prescription_create' is not a valid view function or pattern name. ERROR 2025-08-04 09:32:38,594 basehttp 76098 6194851840 "GET /en/ HTTP/1.1" 500 162184 ERROR 2025-08-04 09:34:22,795 log 76098 6194851840 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'exam_create' not found. 'exam_create' is not a valid view function or pattern name. ERROR 2025-08-04 09:34:22,801 basehttp 76098 6194851840 "GET /en/ HTTP/1.1" 500 161387 ERROR 2025-08-04 09:34:34,478 log 76098 6194851840 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_create' not found. 'patient_create' is not a valid view function or pattern name. ERROR 2025-08-04 09:34:34,481 basehttp 76098 6194851840 "GET /en/ HTTP/1.1" 500 160518 ERROR 2025-08-04 09:34:50,040 log 76098 6194851840 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'record_create' not found. 'record_create' is not a valid view function or pattern name. ERROR 2025-08-04 09:34:50,042 basehttp 76098 6194851840 "GET /en/ HTTP/1.1" 500 160855 ERROR 2025-08-04 09:35:22,005 log 76098 6194851840 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'prescription_create' not found. 'prescription_create' is not a valid view function or pattern name. ERROR 2025-08-04 09:35:22,006 basehttp 76098 6194851840 "GET /en/ HTTP/1.1" 500 159960 ERROR 2025-08-04 09:35:33,488 log 76098 6194851840 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard_export' not found. 'dashboard_export' is not a valid view function or pattern name. ERROR 2025-08-04 09:35:33,490 basehttp 76098 6194851840 "GET /en/ HTTP/1.1" 500 157474 INFO 2025-08-04 09:35:59,360 basehttp 76098 6194851840 "GET /en/ HTTP/1.1" 200 27902 INFO 2025-08-04 09:35:59,411 basehttp 76098 6194851840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 09:35:59,420 basehttp 76098 6228504576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 09:35:59,420 basehttp 76098 6245330944 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1010 INFO 2025-08-04 09:35:59,421 basehttp 76098 6211678208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 ERROR 2025-08-04 09:36:09,612 log 76098 6211678208 Internal Server Error: /en/patients/register/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: patients/patient_create.html ERROR 2025-08-04 09:36:09,613 basehttp 76098 6211678208 "GET /en/patients/register/ HTTP/1.1" 500 81659 INFO 2025-08-04 09:38:51,617 autoreload 76098 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-08-04 09:38:51,986 autoreload 79100 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 09:38:52,731 basehttp 79100 6165573632 "GET /en/patients/register/ HTTP/1.1" 200 22459 INFO 2025-08-04 09:41:59,016 basehttp 79100 6182400000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 09:41:59,018 basehttp 79100 6165573632 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 09:41:59,018 basehttp 79100 6199226368 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 ERROR 2025-08-04 09:42:01,338 log 79100 6199226368 Internal Server Error: /en/appointments/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 134, in render compiled_parent = self.get_parent(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 131, in get_parent return self.find_template(parent, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 109, in find_template template, origin = context.template.engine.find_template( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 163, in find_template raise TemplateDoesNotExist(name, tried=tried) django.template.exceptions.TemplateDoesNotExist: base.html The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 109, in render reraise(exc, self.backend) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 130, in reraise raise new from exc django.template.exceptions.TemplateDoesNotExist: base.html ERROR 2025-08-04 09:42:01,339 basehttp 79100 6199226368 "GET /en/appointments/create/ HTTP/1.1" 500 127493 ERROR 2025-08-04 09:43:03,794 log 79100 6199226368 Internal Server Error: /en/appointments/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 134, in render compiled_parent = self.get_parent(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 131, in get_parent return self.find_template(parent, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 109, in find_template template, origin = context.template.engine.find_template( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 163, in find_template raise TemplateDoesNotExist(name, tried=tried) django.template.exceptions.TemplateDoesNotExist: base.html The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 109, in render reraise(exc, self.backend) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 130, in reraise raise new from exc django.template.exceptions.TemplateDoesNotExist: base.html ERROR 2025-08-04 09:43:03,796 basehttp 79100 6199226368 "GET /en/appointments/create/ HTTP/1.1" 500 127630 ERROR 2025-08-04 09:43:04,736 log 79100 6199226368 Internal Server Error: /en/appointments/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 134, in render compiled_parent = self.get_parent(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 131, in get_parent return self.find_template(parent, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 109, in find_template template, origin = context.template.engine.find_template( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 163, in find_template raise TemplateDoesNotExist(name, tried=tried) django.template.exceptions.TemplateDoesNotExist: base.html The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 109, in render reraise(exc, self.backend) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 130, in reraise raise new from exc django.template.exceptions.TemplateDoesNotExist: base.html ERROR 2025-08-04 09:43:04,737 basehttp 79100 6199226368 "GET /en/appointments/create/ HTTP/1.1" 500 127630 ERROR 2025-08-04 09:43:20,104 log 79100 6199226368 Internal Server Error: /en/appointments/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 134, in render compiled_parent = self.get_parent(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 131, in get_parent return self.find_template(parent, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 109, in find_template template, origin = context.template.engine.find_template( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 163, in find_template raise TemplateDoesNotExist(name, tried=tried) django.template.exceptions.TemplateDoesNotExist: base.html The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 109, in render reraise(exc, self.backend) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 130, in reraise raise new from exc django.template.exceptions.TemplateDoesNotExist: base.html ERROR 2025-08-04 09:43:20,106 basehttp 79100 6199226368 "GET /en/appointments/create/ HTTP/1.1" 500 127630 ERROR 2025-08-04 09:43:21,247 log 79100 6199226368 Internal Server Error: /en/appointments/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 134, in render compiled_parent = self.get_parent(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 131, in get_parent return self.find_template(parent, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 109, in find_template template, origin = context.template.engine.find_template( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 163, in find_template raise TemplateDoesNotExist(name, tried=tried) django.template.exceptions.TemplateDoesNotExist: base.html The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 109, in render reraise(exc, self.backend) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 130, in reraise raise new from exc django.template.exceptions.TemplateDoesNotExist: base.html ERROR 2025-08-04 09:43:21,248 basehttp 79100 6199226368 "GET /en/appointments/create/ HTTP/1.1" 500 127630 ERROR 2025-08-04 09:43:45,503 log 79100 6199226368 Internal Server Error: /en/appointments/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_request_list' not found. 'appointment_request_list' is not a valid view function or pattern name. ERROR 2025-08-04 09:43:45,505 basehttp 79100 6199226368 "GET /en/appointments/create/ HTTP/1.1" 500 166065 ERROR 2025-08-04 09:44:37,040 log 79100 6199226368 Internal Server Error: /en/appointments/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_request_list' not found. 'appointment_request_list' is not a valid view function or pattern name. ERROR 2025-08-04 09:44:37,041 basehttp 79100 6199226368 "GET /en/appointments/create/ HTTP/1.1" 500 165761 ERROR 2025-08-04 09:44:38,047 log 79100 6199226368 Internal Server Error: /en/appointments/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_request_list' not found. 'appointment_request_list' is not a valid view function or pattern name. ERROR 2025-08-04 09:44:38,049 basehttp 79100 6199226368 "GET /en/appointments/create/ HTTP/1.1" 500 165761 INFO 2025-08-04 09:45:02,183 basehttp 79100 6199226368 "GET /en/appointments/create/ HTTP/1.1" 200 27162 INFO 2025-08-04 12:20:40,258 basehttp 79100 6165573632 "GET /en/ HTTP/1.1" 200 27902 INFO 2025-08-04 12:20:40,309 basehttp 79100 6165573632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 12:20:40,313 basehttp 79100 6199226368 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 12:20:40,313 basehttp 79100 6216052736 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1010 INFO 2025-08-04 12:20:40,314 basehttp 79100 6182400000 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 WARNING 2025-08-04 12:20:51,069 log 79100 6182400000 Forbidden (CSRF token from POST incorrect.): /en/admin/login/ WARNING 2025-08-04 12:20:51,070 basehttp 79100 6182400000 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 403 2503 INFO 2025-08-04 12:21:10,363 autoreload 87711 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 12:21:11,513 basehttp 87711 6136524800 "GET / HTTP/1.1" 302 0 INFO 2025-08-04 12:21:11,602 basehttp 87711 6136524800 "GET /en/ HTTP/1.1" 200 27902 INFO 2025-08-04 12:21:11,647 basehttp 87711 6136524800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 12:21:11,657 basehttp 87711 12901707776 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1010 INFO 2025-08-04 12:21:11,658 basehttp 87711 6170177536 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 12:21:11,660 basehttp 87711 6153351168 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 12:21:19,694 basehttp 87711 6153351168 "GET /en/billing/bills/create/ HTTP/1.1" 200 31954 INFO 2025-08-04 12:22:43,260 basehttp 87711 6153351168 "GET /en/admin/billing/medicalbill/ HTTP/1.1" 200 71981 INFO 2025-08-04 12:22:54,529 basehttp 87711 6153351168 "GET /en/admin/core/tenant/ HTTP/1.1" 200 80293 INFO 2025-08-04 12:22:54,543 basehttp 87711 6153351168 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 12:22:54,552 basehttp 87711 6153351168 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 304 0 INFO 2025-08-04 12:22:56,883 basehttp 87711 6153351168 "GET /en/admin/core/tenant/?o=-1 HTTP/1.1" 200 81057 INFO 2025-08-04 12:22:56,898 basehttp 87711 6153351168 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 12:23:18,358 basehttp 87711 6153351168 "POST /en/admin/core/tenant/?o=-1 HTTP/1.1" 200 67237 INFO 2025-08-04 12:23:18,374 basehttp 87711 6153351168 "GET /static/admin/js/cancel.js HTTP/1.1" 200 884 INFO 2025-08-04 12:23:19,713 basehttp 87711 6153351168 "POST /en/admin/core/tenant/?o=-1 HTTP/1.1" 302 0 INFO 2025-08-04 12:23:19,730 basehttp 87711 6153351168 "GET /en/admin/core/tenant/?o=-1 HTTP/1.1" 200 75795 INFO 2025-08-04 12:23:19,748 basehttp 87711 6153351168 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-04 12:23:36,382 log 87711 6153351168 Internal Server Error: /en/billing/bills/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'print_bills' not found. 'print_bills' is not a valid view function or pattern name. ERROR 2025-08-04 12:23:36,384 basehttp 87711 6153351168 "GET /en/billing/bills/ HTTP/1.1" 500 161320 INFO 2025-08-04 12:30:57,008 autoreload 87711 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-04 12:30:57,329 autoreload 91971 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 12:33:08,669 log 91971 6325039104 Internal Server Error: /en/billing/bills/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'print_bills' not found. 'print_bills' is not a valid view function or pattern name. ERROR 2025-08-04 12:33:08,671 basehttp 91971 6325039104 "GET /en/billing/bills/ HTTP/1.1" 500 161457 INFO 2025-08-04 12:34:08,195 autoreload 91971 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/urls.py changed, reloading. INFO 2025-08-04 12:34:08,480 autoreload 93418 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 12:34:13,895 log 93418 6125383680 Internal Server Error: /en/billing/bills/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_submit_bills' not found. 'bulk_submit_bills' is not a valid view function or pattern name. ERROR 2025-08-04 12:34:13,897 basehttp 93418 6125383680 "GET /en/billing/bills/ HTTP/1.1" 500 161711 INFO 2025-08-04 12:44:38,712 autoreload 93418 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-04 12:44:39,049 autoreload 98014 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 12:44:43,847 log 98014 6159970304 Internal Server Error: /en/billing/bills/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_submit_bills' not found. 'bulk_submit_bills' is not a valid view function or pattern name. ERROR 2025-08-04 12:44:43,851 basehttp 98014 6159970304 "GET /en/billing/bills/ HTTP/1.1" 500 161711 ERROR 2025-08-04 12:44:44,767 log 98014 6159970304 Internal Server Error: /en/billing/bills/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_submit_bills' not found. 'bulk_submit_bills' is not a valid view function or pattern name. ERROR 2025-08-04 12:44:44,770 basehttp 98014 6159970304 "GET /en/billing/bills/ HTTP/1.1" 500 161711 INFO 2025-08-04 12:45:42,154 autoreload 98014 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/urls.py changed, reloading. INFO 2025-08-04 12:45:42,518 autoreload 98470 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 12:46:36,128 autoreload 98470 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/urls.py changed, reloading. INFO 2025-08-04 12:46:36,457 autoreload 98872 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 12:46:55,344 basehttp 98872 6128087040 "GET /en/billing/bills/ HTTP/1.1" 200 25610 INFO 2025-08-04 12:46:55,364 basehttp 98872 6128087040 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 105 INFO 2025-08-04 12:47:02,615 basehttp 98872 6128087040 "GET /en/billing/bills/create/ HTTP/1.1" 200 31954 INFO 2025-08-04 12:47:06,502 basehttp 98872 6128087040 "GET /en/billing/bills/?search=&status=&date_from=&date_to=&min_amount= HTTP/1.1" 200 25610 INFO 2025-08-04 12:47:06,542 basehttp 98872 6128087040 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 105 INFO 2025-08-04 12:47:18,608 basehttp 98872 6128087040 "GET /en/billing/bills/ HTTP/1.1" 200 25610 INFO 2025-08-04 12:47:18,635 basehttp 98872 6128087040 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 105 INFO 2025-08-04 12:47:30,665 basehttp 98872 6128087040 "GET /en/billing/export/bills/ HTTP/1.1" 200 85 ERROR 2025-08-04 12:47:45,866 log 98872 6128087040 Internal Server Error: /en/laboratory/tests/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 134, in render compiled_parent = self.get_parent(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 131, in get_parent return self.find_template(parent, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 109, in find_template template, origin = context.template.engine.find_template( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 163, in find_template raise TemplateDoesNotExist(name, tried=tried) django.template.exceptions.TemplateDoesNotExist: base.html The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 109, in render reraise(exc, self.backend) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 130, in reraise raise new from exc django.template.exceptions.TemplateDoesNotExist: base.html ERROR 2025-08-04 12:47:45,868 basehttp 98872 6128087040 "GET /en/laboratory/tests/create/ HTTP/1.1" 500 126868 INFO 2025-08-04 12:50:44,086 basehttp 98872 6128087040 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 21889 INFO 2025-08-04 12:56:35,299 autoreload 98872 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-04 12:56:35,689 autoreload 3451 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 12:56:38,634 log 3451 6129561600 Internal Server Error: /en/laboratory/tests/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 134, in render compiled_parent = self.get_parent(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 131, in get_parent return self.find_template(parent, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 109, in find_template template, origin = context.template.engine.find_template( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 163, in find_template raise TemplateDoesNotExist(name, tried=tried) django.template.exceptions.TemplateDoesNotExist: base.html The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 109, in render reraise(exc, self.backend) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 130, in reraise raise new from exc django.template.exceptions.TemplateDoesNotExist: base.html ERROR 2025-08-04 12:56:38,636 basehttp 3451 6129561600 "GET /en/laboratory/tests/create/ HTTP/1.1" 500 127607 INFO 2025-08-04 12:57:03,705 basehttp 3451 6129561600 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 35025 INFO 2025-08-04 12:58:11,261 basehttp 3451 6129561600 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 35025 INFO 2025-08-04 12:58:12,884 basehttp 3451 6129561600 "GET /en/ HTTP/1.1" 200 27902 INFO 2025-08-04 12:58:12,935 basehttp 3451 6129561600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 12:58:12,940 basehttp 3451 13304360960 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1010 INFO 2025-08-04 12:58:12,941 basehttp 3451 6163214336 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 12:58:12,941 basehttp 3451 6146387968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 ERROR 2025-08-04 12:58:17,626 log 3451 6146387968 Internal Server Error: /en/laboratory/tests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'category' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 140, in get_context_data 'categories': LabTest._meta.get_field('category').choices, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: LabTest has no field named 'category' ERROR 2025-08-04 12:58:17,628 basehttp 3451 6146387968 "GET /en/laboratory/tests/ HTTP/1.1" 500 93149 INFO 2025-08-04 12:59:22,047 autoreload 3451 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-04 12:59:22,374 autoreload 4703 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 12:59:22,801 log 4703 6197522432 Internal Server Error: /en/laboratory/tests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_form' not found. 'lab_test_form' is not a valid view function or pattern name. ERROR 2025-08-04 12:59:22,803 basehttp 4703 6197522432 "GET /en/laboratory/tests/ HTTP/1.1" 500 167072 ERROR 2025-08-04 13:00:07,154 log 4703 6197522432 Internal Server Error: /en/laboratory/tests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_form' not found. 'lab_test_form' is not a valid view function or pattern name. ERROR 2025-08-04 13:00:07,156 basehttp 4703 6197522432 "GET /en/laboratory/tests/ HTTP/1.1" 500 182058 ERROR 2025-08-04 13:00:29,077 log 4703 6197522432 Internal Server Error: /en/laboratory/tests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_form' not found. 'lab_test_form' is not a valid view function or pattern name. ERROR 2025-08-04 13:00:29,079 basehttp 4703 6197522432 "GET /en/laboratory/tests/ HTTP/1.1" 500 182058 INFO 2025-08-04 13:00:49,359 basehttp 4703 6197522432 "GET /en/laboratory/tests/ HTTP/1.1" 200 23448 INFO 2025-08-04 13:00:53,514 basehttp 4703 6197522432 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 35025 INFO 2025-08-04 13:06:17,753 autoreload 4703 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-04 13:06:18,073 autoreload 7770 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 13:06:20,848 basehttp 7770 6191116288 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 35025 INFO 2025-08-04 13:06:29,685 autoreload 7770 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-04 13:06:29,999 autoreload 7861 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 13:06:46,581 autoreload 7955 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 13:08:47,699 autoreload 7955 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-04 13:08:47,979 autoreload 8881 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 13:10:00,072 autoreload 8881 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-04 13:10:00,449 autoreload 9520 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 13:11:25,532 autoreload 9520 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-04 13:11:25,871 autoreload 10132 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 13:11:28,406 basehttp 10132 6131970048 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 35025 INFO 2025-08-04 13:11:32,581 basehttp 10132 6131970048 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 35025 INFO 2025-08-04 13:11:33,479 basehttp 10132 6131970048 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 35025 INFO 2025-08-04 13:11:34,145 basehttp 10132 6131970048 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 35025 INFO 2025-08-04 13:12:57,470 autoreload 10132 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/forms.py changed, reloading. INFO 2025-08-04 13:12:57,746 autoreload 10827 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 13:12:58,065 basehttp 10827 6168604672 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 38061 INFO 2025-08-04 13:13:29,116 basehttp 10827 6168604672 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 38061 INFO 2025-08-04 13:13:48,015 basehttp 10827 6168604672 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 38061 INFO 2025-08-04 13:16:16,455 autoreload 10827 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/forms.py changed, reloading. INFO 2025-08-04 13:16:16,734 autoreload 12207 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 13:16:17,372 basehttp 12207 6192607232 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 38061 INFO 2025-08-04 13:16:18,631 basehttp 12207 6192607232 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 38061 INFO 2025-08-04 13:18:00,877 basehttp 12207 6192607232 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 41045 ERROR 2025-08-04 13:41:40,494 log 12207 6192607232 Internal Server Error: /en/laboratory/tests/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 134, in render compiled_parent = self.get_parent(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 131, in get_parent return self.find_template(parent, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 109, in find_template template, origin = context.template.engine.find_template( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 228, in do_block raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: 'block' tag with name 'content' appears more than once ERROR 2025-08-04 13:41:40,499 basehttp 12207 6192607232 "GET /en/laboratory/tests/create/ HTTP/1.1" 500 175742 INFO 2025-08-04 13:42:18,041 basehttp 12207 6192607232 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 49550 INFO 2025-08-04 13:42:18,052 basehttp 12207 6209433600 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-04 13:42:18,054 basehttp 12207 6243086336 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-04 13:42:18,056 basehttp 12207 6226259968 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-04 13:42:18,056 basehttp 12207 6192607232 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-04 13:43:23,753 basehttp 12207 6192607232 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 49551 ERROR 2025-08-04 13:43:26,927 log 12207 6192607232 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 57, in get_context_data 'specimens_collected': Specimen.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'collection_datetime' into field. Choices are: chain_of_custody, collected_by, collected_by_id, collected_datetime, collection_method, collection_site, container_type, created_at, id, order, order_id, quality, quality_notes, received_by, received_by_id, received_datetime, rejection_reason, results, specimen_id, specimen_number, specimen_type, status, storage_location, storage_temperature, updated_at, volume ERROR 2025-08-04 13:43:26,930 basehttp 12207 6192607232 "GET /en/laboratory/ HTTP/1.1" 500 131945 INFO 2025-08-04 13:43:32,719 basehttp 12207 6192607232 "GET /en/laboratory/tests/ HTTP/1.1" 200 31954 WARNING 2025-08-04 13:46:28,528 log 12207 6192607232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 13:46:28,528 basehttp 12207 6192607232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 13:46:28,564 basehttp 12207 6192607232 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-04 13:46:33,067 basehttp 12207 6192607232 "GET /en/laboratory/tests/ HTTP/1.1" 200 31954 INFO 2025-08-04 13:46:33,074 basehttp 12207 6243086336 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-04 13:46:33,075 basehttp 12207 6276739072 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-04 13:46:33,076 basehttp 12207 6259912704 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-04 13:46:33,079 basehttp 12207 6259912704 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 WARNING 2025-08-04 13:46:33,087 log 12207 6243086336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 13:46:33,087 basehttp 12207 6243086336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 13:46:33,088 basehttp 12207 6192607232 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-04 13:46:33,090 basehttp 12207 6259912704 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-04 13:46:33,093 basehttp 12207 6209433600 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-04 13:46:33,094 basehttp 12207 6226259968 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-04 13:46:33,097 basehttp 12207 6276739072 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-04 13:46:33,445 basehttp 12207 6276739072 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-04 13:46:33,465 basehttp 12207 6276739072 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-04 13:46:33,465 basehttp 12207 6192607232 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-04 13:46:33,467 basehttp 12207 6226259968 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-04 13:46:33,468 basehttp 12207 6209433600 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-04 13:46:33,469 basehttp 12207 6259912704 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-04 13:46:33,469 basehttp 12207 6192607232 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-04 13:46:33,470 basehttp 12207 6226259968 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-04 13:46:33,471 basehttp 12207 6243086336 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-04 13:46:33,474 basehttp 12207 6209433600 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-04 13:46:33,474 basehttp 12207 6276739072 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-04 13:46:33,475 basehttp 12207 6192607232 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-04 13:46:33,476 basehttp 12207 6243086336 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-04 13:46:33,476 basehttp 12207 6259912704 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-04 13:46:33,477 basehttp 12207 6226259968 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-04 13:46:33,479 basehttp 12207 6209433600 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-04 13:46:33,479 basehttp 12207 6192607232 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-04 13:46:33,479 basehttp 12207 6276739072 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-04 13:46:33,480 basehttp 12207 6259912704 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-04 13:46:33,481 basehttp 12207 6192607232 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-04 13:46:33,481 basehttp 12207 6243086336 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-04 13:46:33,482 basehttp 12207 6226259968 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-04 13:46:33,482 basehttp 12207 6276739072 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-04 13:46:33,482 basehttp 12207 6209433600 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 WARNING 2025-08-04 13:46:33,579 log 12207 6276739072 Not Found: /favicon.ico WARNING 2025-08-04 13:46:33,579 basehttp 12207 6276739072 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-04 13:46:50,716 basehttp 12207 6276739072 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 49551 WARNING 2025-08-04 13:46:50,732 log 12207 6276739072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 13:46:50,732 basehttp 12207 6276739072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 13:46:54,304 log 12207 6276739072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 13:46:54,304 basehttp 12207 6276739072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 13:46:54,322 log 12207 6276739072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 13:46:54,322 basehttp 12207 6276739072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 13:48:06,460 basehttp 12207 6276739072 "GET / HTTP/1.1" 302 0 INFO 2025-08-04 13:48:06,478 basehttp 12207 6209433600 "GET /en/ HTTP/1.1" 200 36382 WARNING 2025-08-04 13:48:06,496 log 12207 6209433600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 13:48:06,496 basehttp 12207 6209433600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 13:49:43,863 basehttp 12207 6209433600 "GET /en/ HTTP/1.1" 200 36462 INFO 2025-08-04 13:49:43,873 basehttp 12207 6259912704 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-04 13:49:43,874 basehttp 12207 6192607232 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-04 13:49:43,874 basehttp 12207 6276739072 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-04 13:49:43,877 basehttp 12207 6276739072 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-04 13:49:43,881 basehttp 12207 6209433600 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-04 13:49:43,887 basehttp 12207 6276739072 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-08-04 13:49:43,892 log 12207 6209433600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 13:49:43,892 basehttp 12207 6209433600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 13:49:43,893 basehttp 12207 6243086336 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-04 13:49:43,895 basehttp 12207 6226259968 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-04 13:49:43,899 basehttp 12207 6192607232 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-04 13:49:44,222 basehttp 12207 6192607232 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-04 13:49:44,224 basehttp 12207 6243086336 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-04 13:49:44,224 basehttp 12207 6226259968 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-04 13:49:44,224 basehttp 12207 6276739072 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-04 13:49:44,225 basehttp 12207 6209433600 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-04 13:49:44,227 basehttp 12207 6259912704 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-04 13:49:44,228 basehttp 12207 6243086336 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-04 13:49:44,229 basehttp 12207 6226259968 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-04 13:49:44,229 basehttp 12207 6276739072 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-04 13:49:44,231 basehttp 12207 6209433600 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-04 13:49:44,231 basehttp 12207 6259912704 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-04 13:49:44,232 basehttp 12207 6243086336 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-04 13:49:44,233 basehttp 12207 6226259968 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-04 13:49:44,234 basehttp 12207 6192607232 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-04 13:49:44,235 basehttp 12207 6243086336 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-04 13:49:44,236 basehttp 12207 6209433600 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-04 13:49:44,237 basehttp 12207 6276739072 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-04 13:49:44,238 basehttp 12207 6259912704 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-04 13:49:44,239 basehttp 12207 6192607232 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-04 13:49:44,240 basehttp 12207 6226259968 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-04 13:49:44,241 basehttp 12207 6243086336 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-04 13:49:44,241 basehttp 12207 6209433600 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-04 13:49:44,241 basehttp 12207 6259912704 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-04 13:49:44,247 basehttp 12207 6276739072 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-04 13:49:44,277 basehttp 12207 6259912704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 WARNING 2025-08-04 13:49:44,280 log 12207 6276739072 Not Found: /favicon.ico WARNING 2025-08-04 13:49:44,281 basehttp 12207 6276739072 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-04 13:49:44,283 basehttp 12207 6209433600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:49:44,283 basehttp 12207 6226259968 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1010 INFO 2025-08-04 13:49:44,285 basehttp 12207 6243086336 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 13:50:14,598 basehttp 12207 6243086336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:50:44,622 basehttp 12207 6226259968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 13:50:44,622 basehttp 12207 6243086336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 13:50:45,606 basehttp 12207 6243086336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:51:16,596 basehttp 12207 6243086336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:51:30,832 autoreload 27992 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 13:51:36,254 basehttp 27992 6166016000 "GET /en/ HTTP/1.1" 200 36486 INFO 2025-08-04 13:51:36,269 basehttp 27992 13186969600 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-04 13:51:36,271 basehttp 27992 13220622336 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-04 13:51:36,272 basehttp 27992 13237448704 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-04 13:51:36,275 basehttp 27992 13220622336 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-04 13:51:36,284 basehttp 27992 6166016000 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-08-04 13:51:36,285 log 27992 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-04 13:51:36,286 basehttp 27992 13220622336 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-08-04 13:51:36,286 basehttp 27992 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 13:51:36,294 basehttp 27992 13203795968 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-04 13:51:36,305 basehttp 27992 13170143232 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-04 13:51:36,306 basehttp 27992 13237448704 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-04 13:51:36,578 basehttp 27992 13237448704 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-04 13:51:36,677 basehttp 27992 13237448704 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-04 13:51:36,679 basehttp 27992 13170143232 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-04 13:51:36,681 basehttp 27992 13220622336 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-04 13:51:36,683 basehttp 27992 13170143232 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-04 13:51:36,684 basehttp 27992 13186969600 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-04 13:51:36,684 basehttp 27992 13203795968 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-04 13:51:36,686 basehttp 27992 6166016000 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-04 13:51:36,688 basehttp 27992 13237448704 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-04 13:51:36,700 basehttp 27992 13237448704 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-04 13:51:36,699 basehttp 27992 6166016000 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-04 13:51:36,701 basehttp 27992 6166016000 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-04 13:51:36,703 basehttp 27992 13237448704 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-04 13:51:36,705 basehttp 27992 6166016000 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-04 13:51:36,709 basehttp 27992 6166016000 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-04 13:51:36,714 basehttp 27992 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 13:51:36,720 basehttp 27992 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:51:36,721 basehttp 27992 6166016000 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-04 13:51:36,721 basehttp 27992 13237448704 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-04 13:51:36,724 basehttp 27992 13220622336 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-04 13:51:36,725 basehttp 27992 13170143232 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-04 13:51:36,734 basehttp 27992 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 13:51:36,735 basehttp 27992 13203795968 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1010 INFO 2025-08-04 13:51:37,115 basehttp 27992 6166016000 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-04 13:51:37,115 basehttp 27992 13170143232 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-04 13:51:37,115 basehttp 27992 13220622336 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-04 13:51:37,116 basehttp 27992 13186969600 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-04 13:51:37,116 basehttp 27992 13237448704 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 WARNING 2025-08-04 13:51:37,127 log 27992 13186969600 Not Found: /favicon.ico WARNING 2025-08-04 13:51:37,127 basehttp 27992 13186969600 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-04 13:52:06,702 basehttp 27992 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:52:36,723 basehttp 27992 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 13:52:36,723 basehttp 27992 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 13:52:36,724 basehttp 27992 13220622336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:53:06,710 basehttp 27992 13220622336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:53:16,614 basehttp 27992 13220622336 "GET /en/ HTTP/1.1" 200 36462 WARNING 2025-08-04 13:53:16,633 log 27992 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 13:53:16,633 basehttp 27992 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 13:53:16,988 basehttp 27992 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 13:53:16,991 basehttp 27992 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 13:53:16,992 basehttp 27992 13237448704 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1010 INFO 2025-08-04 13:53:16,993 basehttp 27992 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:53:24,889 basehttp 27992 13170143232 "GET /en/ HTTP/1.1" 200 36462 INFO 2025-08-04 13:53:24,899 basehttp 27992 13186969600 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-04 13:53:24,900 basehttp 27992 6166016000 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-04 13:53:24,902 basehttp 27992 13203795968 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-04 13:53:24,904 basehttp 27992 13186969600 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-04 13:53:24,911 basehttp 27992 13186969600 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-04 13:53:24,911 basehttp 27992 13170143232 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-08-04 13:53:24,917 log 27992 6166016000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 13:53:24,918 basehttp 27992 6166016000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 13:53:24,923 basehttp 27992 13220622336 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-04 13:53:24,925 basehttp 27992 13237448704 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-04 13:53:24,925 basehttp 27992 13203795968 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-04 13:53:25,114 basehttp 27992 13203795968 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-04 13:53:25,282 basehttp 27992 13170143232 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-04 13:53:25,282 basehttp 27992 13203795968 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-04 13:53:25,282 basehttp 27992 6166016000 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-04 13:53:25,282 basehttp 27992 13220622336 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-04 13:53:25,284 basehttp 27992 13237448704 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-04 13:53:25,284 basehttp 27992 13186969600 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-04 13:53:25,287 basehttp 27992 13203795968 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-04 13:53:25,288 basehttp 27992 6166016000 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-04 13:53:25,289 basehttp 27992 13220622336 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-04 13:53:25,290 basehttp 27992 13170143232 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-04 13:53:25,290 basehttp 27992 13220622336 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-04 13:53:25,291 basehttp 27992 13170143232 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-04 13:53:25,292 basehttp 27992 13220622336 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-04 13:53:25,293 basehttp 27992 13170143232 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-04 13:53:25,293 basehttp 27992 13220622336 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-04 13:53:25,294 basehttp 27992 13220622336 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-04 13:53:25,294 basehttp 27992 13170143232 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-04 13:53:25,296 basehttp 27992 13170143232 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-04 13:53:25,296 basehttp 27992 13220622336 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-04 13:53:25,297 basehttp 27992 13220622336 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-04 13:53:25,297 basehttp 27992 13170143232 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-04 13:53:25,299 basehttp 27992 13220622336 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-04 13:53:25,299 basehttp 27992 13170143232 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-04 13:53:25,311 basehttp 27992 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 13:53:25,319 basehttp 27992 13203795968 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1010 INFO 2025-08-04 13:53:25,320 basehttp 27992 6166016000 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 13:53:25,322 basehttp 27992 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 WARNING 2025-08-04 13:53:25,326 log 27992 13203795968 Not Found: /favicon.ico WARNING 2025-08-04 13:53:25,326 basehttp 27992 13203795968 "GET /favicon.ico HTTP/1.1" 404 2557 ERROR 2025-08-04 13:53:29,501 log 27992 13203795968 Internal Server Error: /en/audit-log/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'audit_log_export' not found. 'audit_log_export' is not a valid view function or pattern name. ERROR 2025-08-04 13:53:29,503 basehttp 27992 13203795968 "GET /en/audit-log/ HTTP/1.1" 500 156569 WARNING 2025-08-04 13:53:29,517 log 27992 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 13:53:29,518 basehttp 27992 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 13:53:33,820 log 27992 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 13:53:33,820 basehttp 27992 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 13:53:33,834 log 27992 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 13:53:33,834 basehttp 27992 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 13:53:40,453 basehttp 27992 13203795968 "GET /en/ HTTP/1.1" 200 36462 WARNING 2025-08-04 13:53:40,469 log 27992 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 13:53:40,469 basehttp 27992 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 13:53:40,568 basehttp 27992 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 13:53:40,569 basehttp 27992 13237448704 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1010 INFO 2025-08-04 13:53:40,569 basehttp 27992 6166016000 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 13:53:40,571 basehttp 27992 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:53:48,636 basehttp 27992 13186969600 "GET /en/ HTTP/1.1" 200 36462 WARNING 2025-08-04 13:53:48,653 log 27992 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 13:53:48,653 basehttp 27992 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 13:53:48,725 basehttp 27992 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 13:53:48,728 basehttp 27992 13203795968 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1010 INFO 2025-08-04 13:53:48,729 basehttp 27992 13237448704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 13:53:48,731 basehttp 27992 6166016000 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:54:18,716 basehttp 27992 6166016000 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:54:48,737 basehttp 27992 6166016000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 13:54:48,737 basehttp 27992 13237448704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 13:54:48,740 basehttp 27992 13203795968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:55:18,721 basehttp 27992 13203795968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:55:48,741 basehttp 27992 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 13:55:48,742 basehttp 27992 13237448704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 13:55:48,743 basehttp 27992 6166016000 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:56:18,726 basehttp 27992 6166016000 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:56:48,742 basehttp 27992 6166016000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 13:56:48,743 basehttp 27992 13237448704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 13:56:48,744 basehttp 27992 13203795968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:57:18,728 basehttp 27992 13203795968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:57:48,746 basehttp 27992 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 13:57:48,747 basehttp 27992 13237448704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 13:57:48,748 basehttp 27992 6166016000 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:58:18,742 basehttp 27992 6166016000 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:58:48,746 basehttp 27992 6166016000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 13:58:48,748 basehttp 27992 13237448704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 13:58:48,750 basehttp 27992 13203795968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:59:18,746 basehttp 27992 6166016000 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:59:48,750 basehttp 27992 6166016000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 13:59:48,753 basehttp 27992 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 13:59:48,754 basehttp 27992 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 14:00:18,752 basehttp 27992 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 14:00:48,756 basehttp 27992 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 14:00:48,756 basehttp 27992 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 14:00:48,759 basehttp 27992 6166016000 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 14:01:18,756 basehttp 27992 6166016000 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 14:01:48,756 basehttp 27992 6166016000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 14:01:48,757 basehttp 27992 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 14:01:48,760 basehttp 27992 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 14:02:18,766 basehttp 27992 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 14:05:44,443 basehttp 27992 6166016000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 14:05:44,446 basehttp 27992 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 14:05:44,446 basehttp 27992 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 14:06:15,444 basehttp 27992 6166016000 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 15:06:52,132 basehttp 27992 6166016000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 15:06:52,133 basehttp 27992 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 15:06:52,135 basehttp 27992 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 15:09:45,508 basehttp 27992 6166016000 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 15:09:45,510 basehttp 27992 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 15:09:45,510 basehttp 27992 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 15:46:23,334 basehttp 27992 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 15:48:42,496 basehttp 27992 6166016000 "GET / HTTP/1.1" 302 0 INFO 2025-08-04 15:48:42,509 basehttp 27992 6166016000 "GET /en/ HTTP/1.1" 200 36495 WARNING 2025-08-04 15:49:49,686 log 27992 6166016000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 15:49:49,686 basehttp 27992 6166016000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 15:49:57,911 basehttp 27992 6166016000 "GET /en/ HTTP/1.1" 200 36495 INFO 2025-08-04 15:49:57,920 basehttp 27992 13186969600 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-04 15:49:57,920 basehttp 27992 13237448704 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-04 15:49:57,923 basehttp 27992 13186969600 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-04 15:49:57,925 basehttp 27992 13237448704 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 WARNING 2025-08-04 15:49:57,929 log 27992 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 15:49:57,930 basehttp 27992 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 15:49:57,934 basehttp 27992 6166016000 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-04 15:49:57,936 basehttp 27992 13237448704 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-04 15:49:57,940 basehttp 27992 13203795968 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-04 15:49:57,942 basehttp 27992 13170143232 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-04 15:49:57,943 basehttp 27992 13186969600 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-04 15:49:58,205 basehttp 27992 13203795968 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-04 15:49:58,205 basehttp 27992 13186969600 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-04 15:49:58,205 basehttp 27992 13170143232 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-04 15:49:58,208 basehttp 27992 13237448704 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-04 15:49:58,208 basehttp 27992 6166016000 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-04 15:49:58,208 basehttp 27992 13203795968 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-04 15:49:58,210 basehttp 27992 13220622336 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-04 15:49:58,212 basehttp 27992 13170143232 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-04 15:49:58,212 basehttp 27992 13237448704 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-04 15:49:58,213 basehttp 27992 13203795968 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-04 15:49:58,214 basehttp 27992 6166016000 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-04 15:49:58,215 basehttp 27992 13220622336 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-04 15:49:58,216 basehttp 27992 13170143232 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-04 15:49:58,217 basehttp 27992 13203795968 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-04 15:49:58,218 basehttp 27992 13237448704 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-04 15:49:58,218 basehttp 27992 13186969600 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-04 15:49:58,219 basehttp 27992 6166016000 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-04 15:49:58,220 basehttp 27992 13170143232 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-04 15:49:58,220 basehttp 27992 13203795968 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-04 15:49:58,221 basehttp 27992 13186969600 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-04 15:49:58,222 basehttp 27992 13237448704 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-04 15:49:58,222 basehttp 27992 6166016000 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-04 15:49:58,222 basehttp 27992 13170143232 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-04 15:49:58,225 basehttp 27992 13220622336 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-08-04 15:49:58,485 log 27992 13220622336 Not Found: /favicon.ico WARNING 2025-08-04 15:49:58,485 basehttp 27992 13220622336 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-04 15:53:00,699 autoreload 37392 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 15:53:08,285 basehttp 37392 6201241600 "GET /en/ HTTP/1.1" 200 36456 INFO 2025-08-04 15:53:08,302 basehttp 37392 6234894336 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-04 15:53:08,302 basehttp 37392 6285373440 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-04 15:53:08,305 basehttp 37392 6234894336 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-04 15:53:08,307 basehttp 37392 6268547072 "GET /static/plugins/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-04 15:53:08,308 basehttp 37392 6234894336 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-04 15:53:08,310 basehttp 37392 6201241600 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-08-04 15:53:08,319 log 37392 6285373440 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-04 15:53:08,319 basehttp 37392 6251720704 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 WARNING 2025-08-04 15:53:08,320 basehttp 37392 6285373440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 15:53:08,322 basehttp 37392 6234894336 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-04 15:53:08,329 basehttp 37392 6218067968 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-04 15:53:08,331 basehttp 37392 6268547072 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-04 15:53:08,472 basehttp 37392 6268547072 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-04 15:53:08,474 basehttp 37392 6251720704 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-04 15:53:08,475 basehttp 37392 6218067968 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-04 15:53:08,475 basehttp 37392 6234894336 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-04 15:53:08,476 basehttp 37392 6201241600 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-04 15:53:08,476 basehttp 37392 6285373440 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-04 15:53:08,478 basehttp 37392 6251720704 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-04 15:53:08,479 basehttp 37392 6234894336 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-04 15:53:08,479 basehttp 37392 6201241600 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-04 15:53:08,479 basehttp 37392 6218067968 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-04 15:53:08,481 basehttp 37392 6285373440 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-04 15:53:08,483 basehttp 37392 6234894336 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-04 15:53:08,483 basehttp 37392 6218067968 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-04 15:53:08,483 basehttp 37392 6201241600 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-04 15:53:08,483 basehttp 37392 6251720704 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-04 15:53:08,484 basehttp 37392 6268547072 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-04 15:53:08,484 basehttp 37392 6285373440 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-04 15:53:08,487 basehttp 37392 6234894336 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-04 15:53:08,487 basehttp 37392 6218067968 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-04 15:53:08,488 basehttp 37392 6251720704 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-04 15:53:08,488 basehttp 37392 6268547072 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-04 15:53:08,491 basehttp 37392 6285373440 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-04 15:53:08,492 basehttp 37392 6285373440 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-04 15:53:08,494 basehttp 37392 6201241600 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-04 15:53:08,518 basehttp 37392 6234894336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 15:53:08,525 basehttp 37392 6218067968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 15:53:08,526 basehttp 37392 6268547072 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1010 INFO 2025-08-04 15:53:08,528 basehttp 37392 6251720704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 WARNING 2025-08-04 15:53:08,581 log 37392 6251720704 Not Found: /favicon.ico WARNING 2025-08-04 15:53:08,581 basehttp 37392 6251720704 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-04 15:53:19,986 basehttp 37392 6251720704 "GET /en/ HTTP/1.1" 200 36456 INFO 2025-08-04 15:53:19,997 basehttp 37392 6234894336 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-04 15:53:19,999 basehttp 37392 6234894336 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-04 15:53:20,000 basehttp 37392 6285373440 "GET /static/plugins/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-04 15:53:20,003 basehttp 37392 6234894336 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-04 15:53:20,004 basehttp 37392 6285373440 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 WARNING 2025-08-04 15:53:20,008 log 37392 6251720704 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-04 15:53:20,008 basehttp 37392 6268547072 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-08-04 15:53:20,009 basehttp 37392 6251720704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 15:53:20,013 basehttp 37392 6234894336 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-04 15:53:20,017 basehttp 37392 6201241600 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-04 15:53:20,019 basehttp 37392 6218067968 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-04 15:53:20,020 basehttp 37392 6285373440 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-04 15:53:20,170 basehttp 37392 6285373440 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-04 15:53:20,171 basehttp 37392 6234894336 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-04 15:53:20,172 basehttp 37392 6218067968 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-04 15:53:20,172 basehttp 37392 6251720704 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-04 15:53:20,173 basehttp 37392 6201241600 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-04 15:53:20,174 basehttp 37392 6268547072 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-04 15:53:20,174 basehttp 37392 6234894336 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-04 15:53:20,175 basehttp 37392 6251720704 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-04 15:53:20,175 basehttp 37392 6218067968 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-04 15:53:20,176 basehttp 37392 6285373440 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-04 15:53:20,177 basehttp 37392 6268547072 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-04 15:53:20,177 basehttp 37392 6234894336 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-04 15:53:20,178 basehttp 37392 6201241600 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-04 15:53:20,178 basehttp 37392 6218067968 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-04 15:53:20,178 basehttp 37392 6251720704 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-04 15:53:20,180 basehttp 37392 6268547072 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-04 15:53:20,181 basehttp 37392 6285373440 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-04 15:53:20,181 basehttp 37392 6218067968 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-04 15:53:20,181 basehttp 37392 6234894336 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-04 15:53:20,182 basehttp 37392 6201241600 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-04 15:53:20,182 basehttp 37392 6251720704 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-04 15:53:20,182 basehttp 37392 6268547072 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-04 15:53:20,183 basehttp 37392 6285373440 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-04 15:53:20,186 basehttp 37392 6285373440 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-04 15:53:20,218 basehttp 37392 6201241600 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1010 INFO 2025-08-04 15:53:20,220 basehttp 37392 6285373440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 15:53:20,220 basehttp 37392 6251720704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 15:53:20,221 basehttp 37392 6268547072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 WARNING 2025-08-04 15:53:20,271 log 37392 6268547072 Not Found: /favicon.ico WARNING 2025-08-04 15:53:20,272 basehttp 37392 6268547072 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-04 15:53:50,557 basehttp 37392 6268547072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 15:57:11,397 autoreload 39258 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 15:57:12,021 log 39258 6132035584 Internal Server Error: /en/audit-log/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'audit_log_export' not found. 'audit_log_export' is not a valid view function or pattern name. ERROR 2025-08-04 15:57:12,023 basehttp 39258 6132035584 "GET /en/audit-log/ HTTP/1.1" 500 156749 WARNING 2025-08-04 15:57:12,033 log 39258 6132035584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 15:57:12,033 basehttp 39258 6132035584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 16:29:41,970 autoreload 53518 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 16:29:43,722 basehttp 53518 6167261184 "GET / HTTP/1.1" 302 0 INFO 2025-08-04 16:29:43,824 basehttp 53518 6167261184 "GET /en/ HTTP/1.1" 302 0 WARNING 2025-08-04 16:29:43,830 log 53518 6167261184 Not Found: /accounts/login/ WARNING 2025-08-04 16:29:43,830 basehttp 53518 6167261184 "GET /accounts/login/?next=/en/ HTTP/1.1" 404 2579 INFO 2025-08-04 17:05:59,741 autoreload 69142 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 17:06:08,842 basehttp 69142 6201962496 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-08-04 17:06:08,947 basehttp 69142 6201962496 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-08-04 17:06:08,961 basehttp 69142 6201962496 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-08-04 17:06:08,979 basehttp 69142 6269267968 "GET /static/admin/css/login.css HTTP/1.1" 200 951 INFO 2025-08-04 17:06:08,980 basehttp 69142 6235615232 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-04 17:06:08,980 basehttp 69142 6252441600 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-04 17:06:08,980 basehttp 69142 6218788864 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-04 17:06:08,982 basehttp 69142 6269267968 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-04 17:06:08,983 basehttp 69142 6286094336 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 WARNING 2025-08-04 17:06:08,983 log 69142 6201962496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:06:08,983 basehttp 69142 6201962496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 17:06:08,984 basehttp 69142 6286094336 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-04 17:06:10,522 basehttp 69142 6286094336 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4380 WARNING 2025-08-04 17:06:10,541 log 69142 6286094336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:06:10,541 basehttp 69142 6286094336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 17:06:16,580 basehttp 69142 6286094336 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4380 WARNING 2025-08-04 17:06:16,599 log 69142 6286094336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:06:16,599 basehttp 69142 6286094336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 17:07:36,466 autoreload 69849 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 17:07:38,687 basehttp 69849 6192869376 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-08-04 17:07:38,777 basehttp 69849 6192869376 "GET /en/admin/ HTTP/1.1" 200 84715 INFO 2025-08-04 17:07:38,790 basehttp 69849 6209695744 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 WARNING 2025-08-04 17:07:38,793 log 69849 6192869376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:07:38,794 basehttp 69849 6192869376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 17:07:38,794 basehttp 69849 6226522112 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-04 17:07:38,794 basehttp 69849 6209695744 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-04 17:07:41,792 basehttp 69849 6209695744 "GET / HTTP/1.1" 302 0 INFO 2025-08-04 17:07:41,811 basehttp 69849 6226522112 "GET /en/ HTTP/1.1" 200 50326 INFO 2025-08-04 17:07:41,820 basehttp 69849 6192869376 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-08-04 17:07:41,825 log 69849 6226522112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:07:41,825 basehttp 69849 6226522112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 17:07:41,933 basehttp 69849 6226522112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6714 INFO 2025-08-04 17:07:41,937 basehttp 69849 6243348480 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1048 INFO 2025-08-04 17:07:41,938 basehttp 69849 6209695744 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 17:07:41,938 basehttp 69849 6192869376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 17:08:11,899 basehttp 69849 6192869376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 WARNING 2025-08-04 17:08:16,794 log 69849 6192869376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:08:16,794 basehttp 69849 6192869376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 17:08:16,807 log 69849 6192869376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:08:16,807 basehttp 69849 6192869376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 17:08:35,161 log 69849 6192869376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:08:35,161 basehttp 69849 6192869376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 17:08:35,169 log 69849 6192869376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:08:35,169 basehttp 69849 6192869376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 17:08:37,601 basehttp 69849 6192869376 "GET /en/admin/accounts/user/ HTTP/1.1" 200 75174 INFO 2025-08-04 17:08:37,615 basehttp 69849 6209695744 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-04 17:08:37,616 basehttp 69849 6260174848 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-04 17:08:37,617 basehttp 69849 6277001216 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-04 17:08:37,618 basehttp 69849 6260174848 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-04 17:08:37,618 basehttp 69849 6209695744 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-04 17:08:37,619 basehttp 69849 6277001216 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-04 17:08:37,621 basehttp 69849 6260174848 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-04 17:08:37,623 basehttp 69849 6260174848 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-04 17:08:37,624 basehttp 69849 6226522112 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-04 17:08:37,625 basehttp 69849 6277001216 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-04 17:08:37,626 basehttp 69849 6260174848 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-08-04 17:08:37,626 basehttp 69849 6209695744 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 WARNING 2025-08-04 17:08:37,629 log 69849 6192869376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:08:37,630 basehttp 69849 6192869376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 17:08:37,630 basehttp 69849 6209695744 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-04 17:08:37,632 basehttp 69849 6243348480 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 17:08:37,650 basehttp 69849 6243348480 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-04 17:08:37,650 basehttp 69849 6209695744 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-04 17:08:38,874 basehttp 69849 6209695744 "GET /en/admin/accounts/user/1/change/ HTTP/1.1" 200 149388 INFO 2025-08-04 17:08:38,886 basehttp 69849 6243348480 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-04 17:08:38,887 basehttp 69849 6260174848 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-08-04 17:08:38,887 basehttp 69849 6226522112 "GET /static/admin/js/SelectBox.js HTTP/1.1" 200 4530 INFO 2025-08-04 17:08:38,888 basehttp 69849 6277001216 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-08-04 17:08:38,889 basehttp 69849 6243348480 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 200 15845 INFO 2025-08-04 17:08:38,889 basehttp 69849 6260174848 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-04 17:08:38,889 basehttp 69849 6226522112 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 WARNING 2025-08-04 17:08:38,892 log 69849 6209695744 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-04 17:08:38,892 basehttp 69849 6226522112 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 WARNING 2025-08-04 17:08:38,892 basehttp 69849 6209695744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 17:08:38,895 basehttp 69849 6209695744 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-04 17:08:38,895 basehttp 69849 6192869376 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 17:08:38,937 basehttp 69849 6209695744 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-08-04 17:08:38,937 basehttp 69849 6192869376 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 200 3291 INFO 2025-08-04 17:08:38,938 basehttp 69849 6226522112 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-08-04 17:58:10,344 autoreload 85373 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 17:58:25,822 basehttp 85373 6167162880 "POST /en/admin/accounts/user/1/change/ HTTP/1.1" 302 0 INFO 2025-08-04 17:58:25,848 basehttp 85373 6167162880 "GET /en/admin/accounts/user/ HTTP/1.1" 200 75361 WARNING 2025-08-04 17:58:25,874 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:58:25,875 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 17:58:25,876 basehttp 85373 12901707776 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 17:58:36,094 basehttp 85373 12901707776 "GET / HTTP/1.1" 302 0 INFO 2025-08-04 17:58:36,140 basehttp 85373 6167162880 "GET /en/ HTTP/1.1" 200 50324 WARNING 2025-08-04 17:58:36,157 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:58:36,157 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 17:58:36,234 basehttp 85373 6167162880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6719 INFO 2025-08-04 17:58:36,238 basehttp 85373 12935360512 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1048 INFO 2025-08-04 17:58:36,239 basehttp 85373 12918534144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 17:58:36,242 basehttp 85373 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 17:58:40,208 basehttp 85373 12901707776 "GET /en/ HTTP/1.1" 200 50324 WARNING 2025-08-04 17:58:40,225 log 85373 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:58:40,225 basehttp 85373 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 17:58:40,300 basehttp 85373 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6719 INFO 2025-08-04 17:58:40,304 basehttp 85373 12935360512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 17:58:40,306 basehttp 85373 6167162880 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1048 INFO 2025-08-04 17:58:40,309 basehttp 85373 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 WARNING 2025-08-04 17:58:43,225 log 85373 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:58:43,225 basehttp 85373 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 17:58:43,233 log 85373 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:58:43,233 basehttp 85373 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 17:58:56,212 basehttp 85373 12918534144 "GET /en/admin/core/tenant/?o=-1 HTTP/1.1" 200 78449 INFO 2025-08-04 17:58:56,226 basehttp 85373 12918534144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 17:58:56,237 basehttp 85373 12918534144 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-08-04 17:58:59,952 basehttp 85373 12918534144 "GET /en/admin/accounts/user/ HTTP/1.1" 200 75158 INFO 2025-08-04 17:58:59,962 basehttp 85373 12918534144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 17:59:00,993 basehttp 85373 12918534144 "GET /en/admin/accounts/user/1/change/ HTTP/1.1" 200 149440 INFO 2025-08-04 17:59:01,008 basehttp 85373 12918534144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 17:59:09,818 basehttp 85373 12918534144 "POST /en/admin/accounts/user/1/change/ HTTP/1.1" 302 0 INFO 2025-08-04 17:59:09,840 basehttp 85373 12918534144 "GET /en/admin/accounts/user/ HTTP/1.1" 200 75378 INFO 2025-08-04 17:59:09,853 basehttp 85373 12918534144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 17:59:11,052 basehttp 85373 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 17:59:14,535 basehttp 85373 12918534144 "GET /en/ HTTP/1.1" 200 50324 WARNING 2025-08-04 17:59:14,552 log 85373 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:59:14,552 basehttp 85373 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 17:59:14,622 basehttp 85373 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6719 INFO 2025-08-04 17:59:14,624 basehttp 85373 12901707776 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1048 INFO 2025-08-04 17:59:14,625 basehttp 85373 12935360512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 17:59:14,626 basehttp 85373 6167162880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 WARNING 2025-08-04 17:59:18,836 log 85373 6167162880 Forbidden (CSRF token missing.): /en/notifications/d4501bc8-452e-4c02-a57d-62f31f181f90/dismiss/ WARNING 2025-08-04 17:59:18,836 basehttp 85373 6167162880 "POST /en/notifications/d4501bc8-452e-4c02-a57d-62f31f181f90/dismiss/ HTTP/1.1" 403 2491 WARNING 2025-08-04 17:59:20,642 log 85373 6167162880 Forbidden (CSRF token missing.): /en/notifications/db67754f-786a-4f5e-bd3f-4d3b080bfbfd/dismiss/ WARNING 2025-08-04 17:59:20,642 basehttp 85373 6167162880 "POST /en/notifications/db67754f-786a-4f5e-bd3f-4d3b080bfbfd/dismiss/ HTTP/1.1" 403 2491 ERROR 2025-08-04 17:59:35,525 log 85373 6167162880 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 65, in get_context_data 'recent_executions': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-04 17:59:35,528 basehttp 85373 6167162880 "GET /en/analytics/ HTTP/1.1" 500 130356 WARNING 2025-08-04 17:59:35,543 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:59:35,543 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 17:59:42,784 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:59:42,784 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 17:59:42,799 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:59:42,800 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 17:59:44,598 basehttp 85373 6167162880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 17:59:48,455 basehttp 85373 6167162880 "GET /en/appointments/create/ HTTP/1.1" 200 34123 WARNING 2025-08-04 17:59:48,473 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:59:48,473 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-04 18:00:09,016 log 85373 6167162880 Internal Server Error: /en/appointments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 134, in render compiled_parent = self.get_parent(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 131, in get_parent return self.find_template(parent, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 109, in find_template template, origin = context.template.engine.find_template( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 163, in find_template raise TemplateDoesNotExist(name, tried=tried) django.template.exceptions.TemplateDoesNotExist: base/base.html The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 109, in render reraise(exc, self.backend) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 130, in reraise raise new from exc django.template.exceptions.TemplateDoesNotExist: base/base.html ERROR 2025-08-04 18:00:09,018 basehttp 85373 6167162880 "GET /en/appointments/ HTTP/1.1" 500 127880 WARNING 2025-08-04 18:00:09,033 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 18:00:09,034 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-04 19:47:26,648 log 85373 6167162880 Internal Server Error: /en/appointments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 134, in render compiled_parent = self.get_parent(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 131, in get_parent return self.find_template(parent, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 109, in find_template template, origin = context.template.engine.find_template( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 163, in find_template raise TemplateDoesNotExist(name, tried=tried) django.template.exceptions.TemplateDoesNotExist: base/base.html The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 109, in render reraise(exc, self.backend) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 130, in reraise raise new from exc django.template.exceptions.TemplateDoesNotExist: base/base.html ERROR 2025-08-04 19:47:26,652 basehttp 85373 6167162880 "GET /en/appointments/ HTTP/1.1" 500 128017 WARNING 2025-08-04 19:47:26,664 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:47:26,664 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-04 19:47:27,579 log 85373 6167162880 Internal Server Error: /en/appointments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 134, in render compiled_parent = self.get_parent(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 131, in get_parent return self.find_template(parent, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 109, in find_template template, origin = context.template.engine.find_template( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 163, in find_template raise TemplateDoesNotExist(name, tried=tried) django.template.exceptions.TemplateDoesNotExist: base/base.html The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 109, in render reraise(exc, self.backend) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 130, in reraise raise new from exc django.template.exceptions.TemplateDoesNotExist: base/base.html ERROR 2025-08-04 19:47:27,582 basehttp 85373 6167162880 "GET /en/appointments/ HTTP/1.1" 500 128017 WARNING 2025-08-04 19:47:27,596 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:47:27,596 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 19:51:45,713 basehttp 85373 6167162880 "GET /en/appointments/ HTTP/1.1" 200 25075 WARNING 2025-08-04 19:51:45,733 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:51:45,733 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 19:51:45,780 basehttp 85373 6167162880 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-04 19:51:47,488 basehttp 85373 6167162880 "GET /en/appointments/ HTTP/1.1" 200 25075 WARNING 2025-08-04 19:51:47,508 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:51:47,509 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 19:51:47,551 basehttp 85373 6167162880 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-04 19:51:59,775 basehttp 85373 6167162880 "GET /en/appointments/calendar/ HTTP/1.1" 200 24639 WARNING 2025-08-04 19:51:59,788 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:51:59,789 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 19:51:59,835 basehttp 85373 6167162880 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 220 INFO 2025-08-04 19:51:59,837 basehttp 85373 12901707776 "GET /en/appointments/slots/available/ HTTP/1.1" 200 7396 WARNING 2025-08-04 19:52:12,763 log 85373 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:52:12,764 basehttp 85373 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:52:12,774 log 85373 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:52:12,774 basehttp 85373 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:52:13,857 log 85373 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:52:13,857 basehttp 85373 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:53:27,726 log 85373 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:53:27,727 basehttp 85373 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 19:53:29,985 basehttp 85373 12901707776 "GET /en/ HTTP/1.1" 200 50328 WARNING 2025-08-04 19:53:30,002 log 85373 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:53:30,002 basehttp 85373 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 19:53:30,068 basehttp 85373 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6769 INFO 2025-08-04 19:53:30,073 basehttp 85373 12935360512 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1048 INFO 2025-08-04 19:53:30,074 basehttp 85373 12918534144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 19:53:30,075 basehttp 85373 6167162880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 19:53:36,729 basehttp 85373 6167162880 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 49620 WARNING 2025-08-04 19:53:36,748 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:53:36,748 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:53:42,708 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:53:42,709 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:53:42,719 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:53:42,719 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 19:53:44,216 basehttp 85373 6167162880 "GET /en/ HTTP/1.1" 200 50328 WARNING 2025-08-04 19:53:44,233 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:53:44,233 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 19:53:44,311 basehttp 85373 12901707776 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1048 INFO 2025-08-04 19:53:44,313 basehttp 85373 6167162880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6769 INFO 2025-08-04 19:53:44,314 basehttp 85373 12935360512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 19:53:44,316 basehttp 85373 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 19:53:52,064 basehttp 85373 12918534144 "GET /en/admin/accounts/user/ HTTP/1.1" 200 75175 WARNING 2025-08-04 19:53:52,083 log 85373 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:53:52,083 basehttp 85373 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:53:53,367 log 85373 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:53:53,368 basehttp 85373 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:53:53,377 log 85373 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:53:53,377 basehttp 85373 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:53:54,428 log 85373 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:53:54,428 basehttp 85373 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:53:54,434 log 85373 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:53:54,434 basehttp 85373 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:53:56,210 log 85373 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:53:56,211 basehttp 85373 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:53:56,221 log 85373 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:53:56,221 basehttp 85373 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 19:53:58,570 basehttp 85373 12918534144 "GET /en/billing/bills/create/ HTTP/1.1" 200 40503 WARNING 2025-08-04 19:53:58,591 log 85373 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:53:58,592 basehttp 85373 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:54:05,527 log 85373 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:54:05,527 basehttp 85373 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:54:05,538 log 85373 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:54:05,538 basehttp 85373 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 19:54:08,188 basehttp 85373 12918534144 "GET /en/ HTTP/1.1" 200 50328 WARNING 2025-08-04 19:54:08,206 log 85373 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:54:08,206 basehttp 85373 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 19:54:08,279 basehttp 85373 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6769 INFO 2025-08-04 19:54:08,279 basehttp 85373 6167162880 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 19:54:08,279 basehttp 85373 12901707776 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1048 INFO 2025-08-04 19:54:08,282 basehttp 85373 12935360512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 19:54:15,964 basehttp 85373 12935360512 "GET /en/admin/accounts/user/ HTTP/1.1" 200 75175 WARNING 2025-08-04 19:54:15,984 log 85373 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:54:15,984 basehttp 85373 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:54:17,601 log 85373 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:54:17,601 basehttp 85373 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:54:17,615 log 85373 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:54:17,615 basehttp 85373 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 19:54:38,271 basehttp 85373 6167162880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 19:54:42,361 basehttp 85373 6167162880 "GET /en/ HTTP/1.1" 200 50305 INFO 2025-08-04 19:54:42,368 basehttp 85373 12935360512 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-04 19:54:42,372 basehttp 85373 12969013248 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-04 19:54:42,372 basehttp 85373 12935360512 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 WARNING 2025-08-04 19:54:42,374 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:54:42,375 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 19:54:42,376 basehttp 85373 12969013248 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-04 19:54:42,377 basehttp 85373 12935360512 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-04 19:54:42,378 basehttp 85373 12901707776 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-04 19:54:42,382 basehttp 85373 12952186880 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-04 19:54:42,382 basehttp 85373 12918534144 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-04 19:54:42,385 basehttp 85373 12969013248 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-04 19:54:42,386 basehttp 85373 12935360512 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-04 19:54:42,545 basehttp 85373 12935360512 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-04 19:54:42,546 basehttp 85373 12901707776 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-04 19:54:42,546 basehttp 85373 12918534144 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-04 19:54:42,547 basehttp 85373 12969013248 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-04 19:54:42,548 basehttp 85373 12952186880 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-04 19:54:42,551 basehttp 85373 6167162880 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-04 19:54:42,552 basehttp 85373 12918534144 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-04 19:54:42,552 basehttp 85373 12952186880 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-04 19:54:42,552 basehttp 85373 6167162880 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-04 19:54:42,553 basehttp 85373 12918534144 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-04 19:54:42,553 basehttp 85373 12969013248 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-04 19:54:42,553 basehttp 85373 12901707776 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-04 19:54:42,554 basehttp 85373 12952186880 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-04 19:54:42,554 basehttp 85373 6167162880 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-04 19:54:42,555 basehttp 85373 12901707776 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-04 19:54:42,556 basehttp 85373 12969013248 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-04 19:54:42,556 basehttp 85373 12918534144 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-04 19:54:42,557 basehttp 85373 6167162880 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-04 19:54:42,558 basehttp 85373 12969013248 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-04 19:54:42,558 basehttp 85373 12901707776 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-04 19:54:42,559 basehttp 85373 12935360512 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-04 19:54:42,559 basehttp 85373 12952186880 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-04 19:54:42,560 basehttp 85373 12918534144 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-04 19:54:42,565 basehttp 85373 6167162880 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-04 19:54:42,583 basehttp 85373 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6769 INFO 2025-08-04 19:54:42,591 basehttp 85373 12901707776 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1048 INFO 2025-08-04 19:54:42,591 basehttp 85373 12935360512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 19:54:42,593 basehttp 85373 12952186880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 WARNING 2025-08-04 19:54:42,662 log 85373 12952186880 Not Found: /favicon.ico WARNING 2025-08-04 19:54:42,662 basehttp 85373 12952186880 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-04 19:55:01,033 basehttp 85373 12952186880 "GET /en/appointments/create/ HTTP/1.1" 200 34123 INFO 2025-08-04 19:55:19,788 basehttp 85373 12952186880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 ERROR 2025-08-04 19:55:34,089 log 85373 12952186880 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 65, in get_context_data 'recent_executions': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-04 19:55:34,090 basehttp 85373 12952186880 "GET /en/analytics/ HTTP/1.1" 500 130356 INFO 2025-08-04 20:42:16,629 autoreload 85373 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-04 20:42:17,003 autoreload 56943 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 20:42:19,667 log 56943 6190084096 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 67, in get_context_data ).order_by('-execution_time')[:10], ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-04 20:42:19,669 basehttp 56943 6190084096 "GET /en/analytics/ HTTP/1.1" 500 100839 INFO 2025-08-04 20:43:18,121 autoreload 56943 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-04 20:43:18,421 autoreload 57325 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 20:43:22,526 log 57325 6135443456 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 67, in get_context_data ).order_by('-execution_time')[:10], ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-04 20:43:22,528 basehttp 57325 6135443456 "GET /en/analytics/ HTTP/1.1" 500 100839 ERROR 2025-08-04 20:43:23,371 log 57325 6135443456 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 67, in get_context_data ).order_by('-execution_time')[:10], ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-04 20:43:23,373 basehttp 57325 6135443456 "GET /en/analytics/ HTTP/1.1" 500 100839 INFO 2025-08-04 20:43:48,493 autoreload 57325 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-04 20:43:48,767 autoreload 57557 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 20:43:49,442 log 57557 6128283648 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 67, in get_context_data ).order_by('-execution_by')[:10], ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_by' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-04 20:43:49,444 basehttp 57557 6128283648 "GET /en/analytics/ HTTP/1.1" 500 100811 INFO 2025-08-04 20:45:35,220 autoreload 57557 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-04 20:45:35,545 autoreload 58318 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 20:45:38,200 log 58318 6169882624 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 67, in get_context_data ).order_by('-executed_by,')[:10], ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'executed_by,' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-04 20:45:38,202 basehttp 58318 6169882624 "GET /en/analytics/ HTTP/1.1" 500 100811 INFO 2025-08-04 20:46:21,183 autoreload 58318 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-04 20:46:21,502 autoreload 58700 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 20:46:24,038 log 58700 6166818816 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 67, in get_context_data ).order_by('-executed_by,')[:10], ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'executed_by,' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-04 20:46:24,039 basehttp 58700 6166818816 "GET /en/analytics/ HTTP/1.1" 500 100811 INFO 2025-08-04 20:46:40,307 autoreload 58700 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-04 20:46:40,586 autoreload 58855 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 20:46:41,208 log 58855 6137131008 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 73, in get_context_data 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-04 20:46:41,209 basehttp 58855 6137131008 "GET /en/analytics/ HTTP/1.1" 500 131208 INFO 2025-08-04 20:46:56,160 autoreload 58855 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-04 20:46:56,441 autoreload 58941 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 20:46:56,687 log 58941 6128021504 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 67, in get_context_data ).order_by('-created_at')[:10], ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-04 20:46:56,688 basehttp 58941 6128021504 "GET /en/analytics/ HTTP/1.1" 500 100783 INFO 2025-08-04 20:48:17,833 autoreload 58941 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-04 20:48:18,115 autoreload 59555 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 20:48:18,458 log 59555 6201896960 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 73, in get_context_data 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-04 20:48:18,459 basehttp 59555 6201896960 "GET /en/analytics/ HTTP/1.1" 500 131882 INFO 2025-08-04 20:48:55,298 autoreload 59555 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-04 20:48:55,581 autoreload 59788 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 20:48:57,757 log 59788 6165934080 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 93, in get_context_data 'healthy_data_sources': DataSource.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_test_status' into field. Choices are: authentication_config, cache_duration, connection_config, connection_type, created_at, created_by, created_by_id, data_transformation, description, health_check_interval, is_active, is_healthy, last_health_check, metrics, name, parameters, query_template, reports, source_id, source_type, tenant, tenant_id, updated_at, widgets ERROR 2025-08-04 20:48:57,758 basehttp 59788 6165934080 "GET /en/analytics/ HTTP/1.1" 500 132654 INFO 2025-08-04 20:52:11,529 autoreload 59788 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/models.py changed, reloading. INFO 2025-08-04 20:52:11,803 autoreload 61245 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 20:52:14,918 log 61245 6125400064 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: analytics_data_source.last_test_status The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 97, in get_context_data ).count(), ^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 604, in count return self.query.get_count(using=self.db) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 644, in get_count return obj.get_aggregation(using, {"__count": Count("*")})["__count"] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 626, in get_aggregation result = compiler.execute_sql(SINGLE) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: analytics_data_source.last_test_status ERROR 2025-08-04 20:52:14,923 basehttp 61245 6125400064 "GET /en/analytics/ HTTP/1.1" 500 150953 INFO 2025-08-04 20:53:04,234 autoreload 61638 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 20:53:06,998 basehttp 61638 6161362944 "GET /en/analytics/ HTTP/1.1" 200 31926 ERROR 2025-08-04 20:53:07,051 log 61638 6161362944 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-04 20:53:07,053 basehttp 61638 6161362944 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117149 ERROR 2025-08-04 20:53:13,811 log 61638 6161362944 Internal Server Error: /en/analytics/data-sources/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: analytics/data_source_form.html ERROR 2025-08-04 20:53:13,813 basehttp 61638 6161362944 "GET /en/analytics/data-sources/create/ HTTP/1.1" 500 81835 INFO 2025-08-04 21:00:27,651 autoreload 64869 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 21:00:34,289 log 64869 6137884672 Internal Server Error: /en/analytics/data-sources/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: analytics/data_source_form.html ERROR 2025-08-04 21:00:34,330 basehttp 64869 6137884672 "GET /en/analytics/data-sources/create/ HTTP/1.1" 500 81972 ERROR 2025-08-04 21:00:34,787 log 64869 6137884672 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-04 21:00:34,788 basehttp 64869 6137884672 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117149 INFO 2025-08-04 21:00:35,537 basehttp 64869 6137884672 "GET /en/analytics/ HTTP/1.1" 200 31926 ERROR 2025-08-04 21:00:35,587 log 64869 6137884672 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-04 21:00:35,588 basehttp 64869 6137884672 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117149 WARNING 2025-08-04 21:00:52,718 log 64869 6137884672 Not Found: /en/inpatient WARNING 2025-08-04 21:00:52,719 basehttp 64869 6137884672 "GET /en/inpatient HTTP/1.1" 404 28070 ERROR 2025-08-04 21:01:01,814 log 64869 6137884672 Internal Server Error: /en/inpatients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'int' object is not iterable ERROR 2025-08-04 21:01:01,815 basehttp 64869 6137884672 "GET /en/inpatients/ HTTP/1.1" 500 154932 INFO 2025-08-04 21:03:12,318 autoreload 64869 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-04 21:03:12,662 autoreload 66098 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 21:03:13,564 log 66098 6161477632 Internal Server Error: /en/inpatients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'int' object is not iterable ERROR 2025-08-04 21:03:13,567 basehttp 66098 6161477632 "GET /en/inpatients/ HTTP/1.1" 500 154915 INFO 2025-08-04 21:03:34,404 autoreload 66098 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-04 21:03:34,710 autoreload 66253 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 21:03:35,364 basehttp 66253 6127546368 "GET /en/inpatients/ HTTP/1.1" 200 38669 INFO 2025-08-04 21:03:35,417 basehttp 66253 6144372736 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 195 INFO 2025-08-04 21:03:35,417 basehttp 66253 6127546368 "GET /en/inpatients/stats/ HTTP/1.1" 200 2995 ERROR 2025-08-04 21:03:46,754 log 66253 6127546368 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'admission_create' not found. 'admission_create' is not a valid view function or pattern name. ERROR 2025-08-04 21:03:46,756 basehttp 66253 6127546368 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 500 173463 INFO 2025-08-04 21:07:03,063 autoreload 66253 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-08-04 21:07:03,365 autoreload 67785 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 21:07:07,445 log 67785 6157660160 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'ad' not found. 'ad' is not a valid view function or pattern name. ERROR 2025-08-04 21:07:07,448 basehttp 67785 6157660160 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 500 173220 ERROR 2025-08-04 21:07:18,621 log 67785 6157660160 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_admissions' not found. 'export_admissions' is not a valid view function or pattern name. ERROR 2025-08-04 21:07:18,623 basehttp 67785 6157660160 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 500 172651 ERROR 2025-08-04 21:09:56,851 log 67785 6157660160 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_admissions' not found. 'export_admissions' is not a valid view function or pattern name. ERROR 2025-08-04 21:09:56,853 basehttp 67785 6157660160 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 500 172651 ERROR 2025-08-04 21:10:18,943 log 67785 6157660160 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_admissions' not found. 'export_admissions' is not a valid view function or pattern name. ERROR 2025-08-04 21:10:18,944 basehttp 67785 6157660160 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 500 172253 INFO 2025-08-04 21:10:31,065 basehttp 67785 6157660160 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 41430 INFO 2025-08-04 21:10:36,216 basehttp 67785 6157660160 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 48375 INFO 2025-08-04 21:10:50,563 basehttp 67785 6157660160 "GET /en/inpatients/admissions/ HTTP/1.1" 200 41068 INFO 2025-08-04 21:13:07,190 basehttp 67785 6157660160 "GET /en/inpatients/admissions/ HTTP/1.1" 200 41068 INFO 2025-08-04 21:13:46,826 basehttp 67785 6157660160 "GET /en/inpatients/admissions/ HTTP/1.1" 200 41068 INFO 2025-08-04 21:14:13,554 basehttp 67785 6157660160 "GET /en/inpatients/wards/ HTTP/1.1" 200 26359 INFO 2025-08-04 22:19:46,872 basehttp 67785 6157660160 "GET /en/inpatients/wards/ HTTP/1.1" 200 26359 INFO 2025-08-04 22:19:49,351 basehttp 67785 6157660160 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 41430 INFO 2025-08-04 23:16:28,247 autoreload 24779 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 23:16:31,302 basehttp 24779 6127497216 "GET / HTTP/1.1" 302 0 INFO 2025-08-04 23:16:31,384 basehttp 24779 6127497216 "GET /en/ HTTP/1.1" 302 0 WARNING 2025-08-04 23:16:31,389 log 24779 6127497216 Not Found: /accounts/login/ WARNING 2025-08-04 23:16:31,390 basehttp 24779 6127497216 "GET /accounts/login/?next=/en/ HTTP/1.1" 404 2579 INFO 2025-08-04 23:16:37,528 basehttp 24779 6127497216 "GET /admin HTTP/1.1" 302 0 INFO 2025-08-04 23:16:37,563 basehttp 24779 6127497216 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-08-04 23:16:37,578 basehttp 24779 6127497216 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-08-04 23:16:37,585 basehttp 24779 6144323584 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-04 23:16:37,585 basehttp 24779 6161149952 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-04 23:16:37,586 basehttp 24779 6127497216 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-04 23:16:37,587 basehttp 24779 6127497216 "GET /static/admin/css/login.css HTTP/1.1" 200 951 INFO 2025-08-04 23:16:37,587 basehttp 24779 6161149952 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-04 23:16:37,588 basehttp 24779 6144323584 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-04 23:16:37,588 basehttp 24779 6127497216 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-04 23:16:40,391 basehttp 24779 6127497216 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-08-04 23:16:40,412 basehttp 24779 6127497216 "GET /en/admin/ HTTP/1.1" 200 84715 INFO 2025-08-04 23:16:40,425 basehttp 24779 6127497216 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-08-04 23:16:40,427 basehttp 24779 6127497216 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-04 23:16:40,427 basehttp 24779 6144323584 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-04 23:16:42,332 basehttp 24779 6144323584 "GET / HTTP/1.1" 302 0 INFO 2025-08-04 23:16:42,356 basehttp 24779 6127497216 "GET /en/ HTTP/1.1" 200 50309 INFO 2025-08-04 23:16:42,431 basehttp 24779 6127497216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6724 INFO 2025-08-04 23:16:42,435 basehttp 24779 13170143232 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-04 23:16:42,435 basehttp 24779 6144323584 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 23:16:42,436 basehttp 24779 6161149952 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-04 23:17:09,003 basehttp 24779 6161149952 "GET /en/inpatients/ HTTP/1.1" 200 44323 INFO 2025-08-04 23:17:09,039 basehttp 24779 6161149952 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:17:09,064 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:17:39,042 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:18:09,054 basehttp 24779 6161149952 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:18:09,085 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:18:39,045 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:19:09,042 basehttp 24779 6161149952 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:19:09,068 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:19:09,100 basehttp 24779 6161149952 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:19:34,024 basehttp 24779 6161149952 "GET /en/inpatients/surgery/ HTTP/1.1" 200 26100 INFO 2025-08-04 23:19:38,811 basehttp 24779 6161149952 "GET /en/inpatients/admissions/ HTTP/1.1" 200 42088 INFO 2025-08-04 23:19:50,444 basehttp 24779 6161149952 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:20:09,079 basehttp 24779 6161149952 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:20:20,450 basehttp 24779 6161149952 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:20:50,598 basehttp 24779 6161149952 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:21:09,220 basehttp 24779 6161149952 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:21:09,254 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:21:20,600 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:21:50,604 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:22:09,185 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:22:09,223 basehttp 24779 6161149952 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:22:20,608 basehttp 24779 6161149952 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:22:50,610 basehttp 24779 6161149952 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:23:09,220 basehttp 24779 6161149952 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:23:09,255 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:23:20,612 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:23:50,662 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:24:09,236 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:24:20,623 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:24:50,621 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:25:09,219 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:25:09,253 basehttp 24779 6161149952 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:25:20,624 basehttp 24779 6161149952 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:25:50,628 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:26:09,240 basehttp 24779 6127497216 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:26:20,628 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:26:50,631 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:27:09,183 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:27:09,215 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:27:09,246 basehttp 24779 6127497216 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:27:20,635 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:27:50,635 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:28:09,238 basehttp 24779 6127497216 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:28:20,639 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:28:42,951 basehttp 24779 6127497216 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:28:50,641 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:28:53,069 basehttp 24779 6127497216 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 42450 INFO 2025-08-04 23:29:09,206 basehttp 24779 6127497216 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:29:09,239 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:29:20,645 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:29:50,647 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:30:09,252 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:30:20,650 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:30:50,654 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:31:09,217 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:31:09,251 basehttp 24779 6127497216 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:31:20,655 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:31:50,661 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:32:09,175 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:32:09,238 basehttp 24779 6127497216 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:32:20,662 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:32:50,663 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:33:09,201 basehttp 24779 6127497216 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:33:09,237 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:33:20,668 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:33:50,669 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:34:09,256 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:34:20,674 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:34:50,674 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:35:09,222 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:35:09,264 basehttp 24779 6127497216 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:35:20,682 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:35:50,686 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:36:09,212 basehttp 24779 6127497216 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:36:20,637 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:36:50,641 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:37:09,138 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:37:09,169 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:37:09,227 basehttp 24779 6127497216 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:37:20,644 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:37:50,646 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:38:09,216 basehttp 24779 6127497216 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:38:20,651 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:38:50,654 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:39:09,144 basehttp 24779 6127497216 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:39:09,245 basehttp 24779 6127497216 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:39:20,656 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:39:48,088 basehttp 24779 6127497216 "GET /en/inpatients/wards/ HTTP/1.1" 200 53060 ERROR 2025-08-04 23:40:15,970 log 24779 6127497216 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'RelatedManager' object is not iterable ERROR 2025-08-04 23:40:15,971 basehttp 24779 6127497216 "GET /en/inpatients/beds/?ward=79 HTTP/1.1" 500 228421 INFO 2025-08-04 23:41:16,521 basehttp 24779 6127497216 "GET /en/hr HTTP/1.1" 301 0 ERROR 2025-08-04 23:41:16,567 log 24779 6144323584 Internal Server Error: /en/hr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 52, in get_context_data 'pending_reviews': PerformanceReview.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: areas_for_improvement, competency_ratings, created_at, development_plan, employee, employee_comments, employee_id, employee_signature_date, future_goals, goals_achieved, goals_not_achieved, id, notes, overall_rating, review_date, review_id, review_period_end, review_period_start, review_type, reviewer, reviewer_id, status, strengths, training_recommendations, updated_at ERROR 2025-08-04 23:41:16,568 basehttp 24779 6144323584 "GET /en/hr/ HTTP/1.1" 500 137535 INFO 2025-08-04 23:45:34,492 basehttp 24779 6144323584 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-08-04 23:45:34,511 basehttp 24779 6127497216 "GET /en/admin/ HTTP/1.1" 200 84715 INFO 2025-08-04 23:45:36,456 basehttp 24779 6127497216 "GET /en/admin/accounts/user/ HTTP/1.1" 200 159422 INFO 2025-08-04 23:45:36,467 basehttp 24779 6127497216 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-04 23:45:36,468 basehttp 24779 13203795968 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-04 23:45:36,468 basehttp 24779 13186969600 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-04 23:45:36,469 basehttp 24779 13170143232 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-04 23:45:36,470 basehttp 24779 6127497216 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-04 23:45:36,472 basehttp 24779 13203795968 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-04 23:45:36,473 basehttp 24779 13186969600 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-04 23:45:36,474 basehttp 24779 6161149952 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-04 23:45:36,474 basehttp 24779 6127497216 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-04 23:45:36,474 basehttp 24779 13203795968 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-04 23:45:36,476 basehttp 24779 13170143232 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-04 23:45:36,476 basehttp 24779 13203795968 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-08-04 23:45:36,476 basehttp 24779 6144323584 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 23:45:36,477 basehttp 24779 6144323584 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-04 23:45:36,488 basehttp 24779 6144323584 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-04 23:45:36,489 basehttp 24779 6144323584 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-04 23:45:39,888 basehttp 24779 6144323584 "GET /en/admin/accounts/user/1/change/ HTTP/1.1" 200 185553 INFO 2025-08-04 23:45:39,901 basehttp 24779 6127497216 "GET /static/admin/js/SelectBox.js HTTP/1.1" 200 4530 INFO 2025-08-04 23:45:39,901 basehttp 24779 13186969600 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 200 15845 INFO 2025-08-04 23:45:39,902 basehttp 24779 6161149952 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-08-04 23:45:39,902 basehttp 24779 6144323584 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-04 23:45:39,902 basehttp 24779 13170143232 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-08-04 23:45:39,903 basehttp 24779 6127497216 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-04 23:45:39,903 basehttp 24779 6144323584 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-04 23:45:39,904 basehttp 24779 6144323584 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-04 23:45:39,906 basehttp 24779 13203795968 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 23:45:39,906 basehttp 24779 6144323584 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-04 23:45:39,937 basehttp 24779 6144323584 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 200 3291 INFO 2025-08-04 23:45:39,937 basehttp 24779 13203795968 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-08-04 23:45:39,938 basehttp 24779 6127497216 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-08-04 23:45:56,512 basehttp 24779 6127497216 "POST /en/admin/accounts/user/1/change/ HTTP/1.1" 302 0 INFO 2025-08-04 23:45:56,550 basehttp 24779 6127497216 "GET /en/admin/accounts/user/ HTTP/1.1" 200 159625 INFO 2025-08-04 23:45:56,568 basehttp 24779 6127497216 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 23:46:11,414 basehttp 24779 6127497216 "GET /en/admin/accounts/user/1/change/ HTTP/1.1" 200 185605 INFO 2025-08-04 23:46:11,424 basehttp 24779 6127497216 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 23:46:17,824 basehttp 24779 6127497216 "POST /en/admin/accounts/user/1/change/ HTTP/1.1" 302 0 INFO 2025-08-04 23:46:17,871 basehttp 24779 6127497216 "GET /en/admin/accounts/user/ HTTP/1.1" 200 159716 INFO 2025-08-04 23:46:17,884 basehttp 24779 6127497216 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 23:46:30,105 basehttp 24779 6127497216 "GET / HTTP/1.1" 302 0 INFO 2025-08-04 23:46:30,118 basehttp 24779 13203795968 "GET /en/ HTTP/1.1" 200 50322 INFO 2025-08-04 23:46:30,216 basehttp 24779 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6729 INFO 2025-08-04 23:46:30,219 basehttp 24779 13186969600 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-04 23:46:30,219 basehttp 24779 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 23:46:30,220 basehttp 24779 6144323584 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 ERROR 2025-08-04 23:46:36,769 log 24779 6144323584 Internal Server Error: /en/hr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 52, in get_context_data 'pending_reviews': PerformanceReview.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: areas_for_improvement, competency_ratings, created_at, development_plan, employee, employee_comments, employee_id, employee_signature_date, future_goals, goals_achieved, goals_not_achieved, id, notes, overall_rating, review_date, review_id, review_period_end, review_period_start, review_type, reviewer, reviewer_id, status, strengths, training_recommendations, updated_at ERROR 2025-08-04 23:46:36,770 basehttp 24779 6144323584 "GET /en/hr/ HTTP/1.1" 500 137548 INFO 2025-08-04 23:47:24,874 basehttp 24779 6144323584 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-04 23:47:30,215 basehttp 24779 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 23:47:30,215 basehttp 24779 6144323584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6729 INFO 2025-08-04 23:47:33,207 basehttp 24779 6144323584 "GET /en/inpatients/ HTTP/1.1" 200 44336 INFO 2025-08-04 23:47:33,241 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:47:33,267 basehttp 24779 13170143232 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 WARNING 2025-08-04 23:47:40,550 log 24779 13170143232 Not Found: /en/inpatient WARNING 2025-08-04 23:47:40,551 basehttp 24779 13170143232 "GET /en/inpatient HTTP/1.1" 404 28070 WARNING 2025-08-04 23:47:50,653 log 24779 13170143232 Not Found: /en/inpatients/gh WARNING 2025-08-04 23:47:50,653 basehttp 24779 13170143232 "GET /en/inpatients/gh HTTP/1.1" 404 33880 INFO 2025-08-04 23:48:04,969 basehttp 24779 13170143232 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 ERROR 2025-08-04 23:48:38,568 log 24779 13170143232 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'RelatedManager' object is not iterable ERROR 2025-08-04 23:48:38,569 basehttp 24779 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 500 227905 ERROR 2025-08-04 23:49:41,174 log 24779 13170143232 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'Ward' object is not iterable ERROR 2025-08-04 23:49:41,177 basehttp 24779 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 500 227887 ERROR 2025-08-04 23:51:21,243 log 24779 13170143232 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'RelatedManager' object is not iterable ERROR 2025-08-04 23:51:21,247 basehttp 24779 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 500 228042 INFO 2025-08-04 23:51:54,645 basehttp 24779 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 775047 WARNING 2025-08-04 23:52:47,827 log 24779 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 23:52:47,827 basehttp 24779 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 00:04:48,924 basehttp 24779 6127497216 "GET /en/inpatients/beds/ HTTP/1.1" 200 791206 WARNING 2025-08-05 00:04:48,944 log 24779 6127497216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:04:48,944 basehttp 24779 6127497216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 00:06:04,062 basehttp 24779 6127497216 "GET /en/inpatients/beds/ HTTP/1.1" 200 775047 INFO 2025-08-05 00:06:04,073 basehttp 24779 6161149952 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-05 00:06:04,075 basehttp 24779 13203795968 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-05 00:06:04,079 basehttp 24779 13203795968 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-05 00:06:04,082 basehttp 24779 13186969600 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-08-05 00:06:04,083 log 24779 6161149952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:06:04,084 basehttp 24779 6161149952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 00:06:04,084 basehttp 24779 13203795968 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-05 00:06:04,085 basehttp 24779 6127497216 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-05 00:06:04,090 basehttp 24779 13203795968 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-05 00:06:04,093 basehttp 24779 6144323584 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-05 00:06:04,094 basehttp 24779 13170143232 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-05 00:06:04,096 basehttp 24779 13186969600 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-05 00:06:04,276 basehttp 24779 13186969600 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-05 00:06:04,277 basehttp 24779 13170143232 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-05 00:06:04,278 basehttp 24779 6127497216 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-05 00:06:04,280 basehttp 24779 13203795968 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-05 00:06:04,280 basehttp 24779 6144323584 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-05 00:06:04,281 basehttp 24779 13170143232 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-05 00:06:04,281 basehttp 24779 6161149952 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-05 00:06:04,281 basehttp 24779 6127497216 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-05 00:06:04,283 basehttp 24779 13203795968 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-05 00:06:04,284 basehttp 24779 6144323584 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-05 00:06:04,284 basehttp 24779 6161149952 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-05 00:06:04,285 basehttp 24779 13203795968 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-05 00:06:04,285 basehttp 24779 13170143232 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-05 00:06:04,286 basehttp 24779 6127497216 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-05 00:06:04,287 basehttp 24779 6144323584 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-05 00:06:04,287 basehttp 24779 6161149952 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-05 00:06:04,288 basehttp 24779 13186969600 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-05 00:06:04,288 basehttp 24779 13203795968 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-05 00:06:04,289 basehttp 24779 13186969600 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-05 00:06:04,290 basehttp 24779 6161149952 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-05 00:06:04,290 basehttp 24779 6127497216 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-05 00:06:04,290 basehttp 24779 13170143232 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-05 00:06:04,290 basehttp 24779 6144323584 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-05 00:06:04,314 basehttp 24779 6144323584 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-08-05 00:06:04,404 log 24779 6144323584 Not Found: /favicon.ico WARNING 2025-08-05 00:06:04,404 basehttp 24779 6144323584 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-05 00:07:21,286 basehttp 24779 6144323584 "GET /en/inpatients/beds/ HTTP/1.1" 200 775047 WARNING 2025-08-05 00:07:21,319 log 24779 6144323584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:07:21,320 basehttp 24779 6144323584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 00:08:42,865 log 24779 6144323584 Not Found: /en/inpatients/gh WARNING 2025-08-05 00:08:42,865 basehttp 24779 6144323584 "GET /en/inpatients/gh HTTP/1.1" 404 33880 INFO 2025-08-05 00:08:58,315 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-05 00:09:29,130 basehttp 24779 6144323584 "GET /en/inpatients/wards/ HTTP/1.1" 200 53073 INFO 2025-08-05 00:09:35,618 basehttp 24779 6144323584 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 200 775047 WARNING 2025-08-05 00:09:54,833 log 24779 6144323584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:09:54,833 basehttp 24779 6144323584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:11:31,731 log 24779 6144323584 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_create' not found. 'bed_create' is not a valid view function or pattern name. ERROR 2025-08-05 00:11:31,732 basehttp 24779 6144323584 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 219958 WARNING 2025-08-05 00:11:31,759 log 24779 6144323584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:11:31,759 basehttp 24779 6144323584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 00:14:08,653 autoreload 24779 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-08-05 00:18:55,382 autoreload 2166 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 00:19:24,565 basehttp 2166 6132477952 "GET / HTTP/1.1" 302 0 INFO 2025-08-05 00:19:24,652 basehttp 2166 6132477952 "GET /en/ HTTP/1.1" 200 50332 INFO 2025-08-05 00:19:24,743 basehttp 2166 6132477952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6769 WARNING 2025-08-05 00:19:24,753 log 2166 13052751872 Not Found: /favicon.ico WARNING 2025-08-05 00:19:24,754 basehttp 2166 13052751872 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-05 00:19:24,768 basehttp 2166 13035925504 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-05 00:19:24,769 basehttp 2166 6166130688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 00:19:24,771 basehttp 2166 6149304320 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-05 00:19:28,862 log 2166 6149304320 Forbidden (CSRF token missing.): /en/notifications/7f5f7eca-e3c3-4e6c-9eb7-4b8fb82c9740/dismiss/ WARNING 2025-08-05 00:19:28,862 basehttp 2166 6149304320 "POST /en/notifications/7f5f7eca-e3c3-4e6c-9eb7-4b8fb82c9740/dismiss/ HTTP/1.1" 403 2491 WARNING 2025-08-05 00:19:31,262 log 2166 6149304320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:19:31,262 basehttp 2166 6149304320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 00:19:54,738 basehttp 2166 6149304320 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 00:20:24,764 basehttp 2166 6132477952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6769 INFO 2025-08-05 00:20:24,766 basehttp 2166 6149304320 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 00:20:24,769 basehttp 2166 6166130688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 00:20:33,337 basehttp 2166 6166130688 "GET /en/inpatients/wards/ HTTP/1.1" 200 53073 WARNING 2025-08-05 00:20:33,354 log 2166 6166130688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:20:33,354 basehttp 2166 6166130688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:20:47,703 log 2166 6166130688 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'b' not found. 'b' is not a valid view function or pattern name. ERROR 2025-08-05 00:20:47,707 basehttp 2166 6166130688 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 219572 WARNING 2025-08-05 00:20:47,722 log 2166 6166130688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:20:47,722 basehttp 2166 6166130688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:25:06,034 log 2166 6166130688 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'b' not found. 'b' is not a valid view function or pattern name. ERROR 2025-08-05 00:25:06,038 basehttp 2166 6166130688 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 219709 WARNING 2025-08-05 00:25:06,055 log 2166 6166130688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:25:06,055 basehttp 2166 6166130688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 00:26:57,360 autoreload 2166 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-05 00:26:57,671 autoreload 5887 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 00:30:19,747 autoreload 5887 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-05 00:30:20,033 autoreload 7351 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 00:32:29,324 autoreload 7351 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-05 00:32:29,576 autoreload 8272 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 00:33:13,808 autoreload 8272 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-05 00:33:14,060 autoreload 8655 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 00:37:57,066 autoreload 8655 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-05 00:37:57,331 autoreload 10641 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 00:39:36,561 autoreload 10641 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-05 00:39:36,844 autoreload 11813 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 00:39:42,475 log 11813 6122631168 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'b' not found. 'b' is not a valid view function or pattern name. ERROR 2025-08-05 00:39:42,477 basehttp 11813 6122631168 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 219719 WARNING 2025-08-05 00:39:42,492 log 11813 6122631168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:39:42,492 basehttp 11813 6122631168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:39:44,318 log 11813 6122631168 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'b' not found. 'b' is not a valid view function or pattern name. ERROR 2025-08-05 00:39:44,319 basehttp 11813 6122631168 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 219719 WARNING 2025-08-05 00:39:44,335 log 11813 6122631168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:39:44,335 basehttp 11813 6122631168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:41:18,495 log 11813 6122631168 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for '' not found. '' is not a valid view function or pattern name. ERROR 2025-08-05 00:41:18,497 basehttp 11813 6122631168 "GET /en/inpatients/beds/ HTTP/1.1" 500 218467 WARNING 2025-08-05 00:41:18,512 log 11813 6122631168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:41:18,512 basehttp 11813 6122631168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:41:44,967 log 11813 6122631168 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_edit' not found. 'bed_edit' is not a valid view function or pattern name. ERROR 2025-08-05 00:41:44,969 basehttp 11813 6122631168 "GET /en/inpatients/beds/ HTTP/1.1" 500 218424 WARNING 2025-08-05 00:41:44,986 log 11813 6122631168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:41:44,986 basehttp 11813 6122631168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 00:42:20,161 autoreload 11813 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-08-05 00:42:20,439 autoreload 12958 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 00:42:21,394 log 12958 6157414400 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_edit' not found. 'bed_edit' is not a valid view function or pattern name. ERROR 2025-08-05 00:42:21,396 basehttp 12958 6157414400 "GET /en/inpatients/beds/ HTTP/1.1" 500 219004 WARNING 2025-08-05 00:42:21,411 log 12958 6157414400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:42:21,411 basehttp 12958 6157414400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:42:22,897 log 12958 6157414400 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_edit' not found. 'bed_edit' is not a valid view function or pattern name. ERROR 2025-08-05 00:42:22,898 basehttp 12958 6157414400 "GET /en/inpatients/beds/ HTTP/1.1" 500 219004 WARNING 2025-08-05 00:42:22,912 log 12958 6157414400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:42:22,912 basehttp 12958 6157414400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:42:47,345 log 12958 6157414400 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_updatet' not found. 'bed_updatet' is not a valid view function or pattern name. ERROR 2025-08-05 00:42:47,346 basehttp 12958 6157414400 "GET /en/inpatients/beds/ HTTP/1.1" 500 219082 WARNING 2025-08-05 00:42:47,364 log 12958 6157414400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:42:47,364 basehttp 12958 6157414400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:42:56,262 log 12958 6157414400 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_details_ajax' not found. 'bed_details_ajax' is not a valid view function or pattern name. ERROR 2025-08-05 00:42:56,263 basehttp 12958 6157414400 "GET /en/inpatients/beds/ HTTP/1.1" 500 219258 WARNING 2025-08-05 00:42:56,282 log 12958 6157414400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:42:56,282 basehttp 12958 6157414400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:44:04,429 log 12958 6157414400 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_detail' with no arguments not found. 1 pattern(s) tried: ['en/inpatients/beds/(?P[0-9]+)/\\Z'] ERROR 2025-08-05 00:44:04,430 basehttp 12958 6157414400 "GET /en/inpatients/beds/ HTTP/1.1" 500 220933 WARNING 2025-08-05 00:44:04,447 log 12958 6157414400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:44:04,447 basehttp 12958 6157414400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:44:56,616 log 12958 6157414400 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'assign_patient_to_bed' not found. 'assign_patient_to_bed' is not a valid view function or pattern name. ERROR 2025-08-05 00:44:56,618 basehttp 12958 6157414400 "GET /en/inpatients/beds/ HTTP/1.1" 500 218912 WARNING 2025-08-05 00:44:56,636 log 12958 6157414400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:44:56,636 basehttp 12958 6157414400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 00:47:30,718 autoreload 12958 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-08-05 00:47:31,017 autoreload 15270 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 00:50:08,941 autoreload 15270 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-05 00:50:09,181 autoreload 16412 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 00:50:14,216 log 16412 6203092992 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'assign_patient_to_bed' not found. 'assign_patient_to_bed' is not a valid view function or pattern name. ERROR 2025-08-05 00:50:14,218 basehttp 16412 6203092992 "GET /en/inpatients/beds/ HTTP/1.1" 500 218912 WARNING 2025-08-05 00:50:14,235 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:50:14,235 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 00:51:46,815 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:51:46,816 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:51:47,890 log 16412 6203092992 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'assign_patient_to_bed' not found. 'assign_patient_to_bed' is not a valid view function or pattern name. ERROR 2025-08-05 00:51:47,891 basehttp 16412 6203092992 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 220001 WARNING 2025-08-05 00:51:47,910 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:51:47,910 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:51:49,109 log 16412 6203092992 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'assign_patient_to_bed' not found. 'assign_patient_to_bed' is not a valid view function or pattern name. ERROR 2025-08-05 00:51:49,110 basehttp 16412 6203092992 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 220001 WARNING 2025-08-05 00:51:49,127 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:51:49,127 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:52:23,133 log 16412 6203092992 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'assign_patient_to_bed' not found. 'assign_patient_to_bed' is not a valid view function or pattern name. ERROR 2025-08-05 00:52:23,134 basehttp 16412 6203092992 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 220009 WARNING 2025-08-05 00:52:23,152 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:52:23,152 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:52:24,206 log 16412 6203092992 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'assign_patient_to_bed' not found. 'assign_patient_to_bed' is not a valid view function or pattern name. ERROR 2025-08-05 00:52:24,207 basehttp 16412 6203092992 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 220009 WARNING 2025-08-05 00:52:24,221 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:52:24,221 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:52:35,615 log 16412 6203092992 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'assign_patient_to_bed' not found. 'assign_patient_to_bed' is not a valid view function or pattern name. ERROR 2025-08-05 00:52:35,617 basehttp 16412 6203092992 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 220137 WARNING 2025-08-05 00:52:35,627 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:52:35,627 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 00:52:35,650 log 16412 6203092992 Not Found: /favicon.ico WARNING 2025-08-05 00:52:35,650 basehttp 16412 6203092992 "GET /favicon.ico HTTP/1.1" 404 2557 ERROR 2025-08-05 00:52:54,913 log 16412 6203092992 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'discharge_patient_from_bed' not found. 'discharge_patient_from_bed' is not a valid view function or pattern name. ERROR 2025-08-05 00:52:54,914 basehttp 16412 6203092992 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 219872 WARNING 2025-08-05 00:52:54,929 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:52:54,930 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:53:06,660 log 16412 6203092992 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'schedule_bed_maintenance' not found. 'schedule_bed_maintenance' is not a valid view function or pattern name. ERROR 2025-08-05 00:53:06,661 basehttp 16412 6203092992 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 219066 WARNING 2025-08-05 00:53:06,676 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:53:06,676 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:53:07,888 log 16412 6203092992 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'schedule_bed_maintenance' not found. 'schedule_bed_maintenance' is not a valid view function or pattern name. ERROR 2025-08-05 00:53:07,889 basehttp 16412 6203092992 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 219066 WARNING 2025-08-05 00:53:07,904 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:53:07,904 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:53:38,068 log 16412 6203092992 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_history' not found. 'bed_history' is not a valid view function or pattern name. ERROR 2025-08-05 00:53:38,069 basehttp 16412 6203092992 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 216915 WARNING 2025-08-05 00:53:38,085 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:53:38,085 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:55:57,584 log 16412 6203092992 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_history' not found. 'bed_history' is not a valid view function or pattern name. ERROR 2025-08-05 00:55:57,586 basehttp 16412 6203092992 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 217242 WARNING 2025-08-05 00:55:57,604 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:55:57,604 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:58:53,771 log 16412 6203092992 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_bulk_update' not found. 'bed_bulk_update' is not a valid view function or pattern name. ERROR 2025-08-05 00:58:53,775 basehttp 16412 6203092992 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 217112 WARNING 2025-08-05 00:58:53,790 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:58:53,790 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:59:18,993 log 16412 6203092992 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_status_update' not found. 'bed_status_update' is not a valid view function or pattern name. ERROR 2025-08-05 00:59:18,995 basehttp 16412 6203092992 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 216042 WARNING 2025-08-05 00:59:19,010 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:59:19,010 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 00:59:28,986 basehttp 16412 6203092992 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 200 784157 WARNING 2025-08-05 00:59:29,009 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-05 00:59:29,009 basehttp 16412 6253572096 "GET /static/css/custom.css HTTP/1.1" 200 1855 WARNING 2025-08-05 00:59:29,010 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 00:59:29,011 basehttp 16412 6287224832 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-05 00:59:29,012 basehttp 16412 6253572096 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-05 00:59:29,014 basehttp 16412 6253572096 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-05 00:59:29,014 basehttp 16412 6203092992 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-05 00:59:29,016 basehttp 16412 6219919360 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-05 00:59:29,022 basehttp 16412 6203092992 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-05 00:59:29,024 basehttp 16412 6270398464 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-05 00:59:29,026 basehttp 16412 6236745728 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-05 00:59:29,028 basehttp 16412 6253572096 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-05 00:59:29,342 basehttp 16412 6253572096 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-05 00:59:29,346 basehttp 16412 6236745728 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-05 00:59:29,367 basehttp 16412 6236745728 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-05 00:59:29,369 basehttp 16412 6219919360 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-05 00:59:29,369 basehttp 16412 6203092992 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-05 00:59:29,369 basehttp 16412 6270398464 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-05 00:59:29,370 basehttp 16412 6253572096 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-05 00:59:29,371 basehttp 16412 6203092992 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-05 00:59:29,372 basehttp 16412 6270398464 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-05 00:59:29,372 basehttp 16412 6219919360 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-05 00:59:29,372 basehttp 16412 6287224832 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-05 00:59:29,372 basehttp 16412 6236745728 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-05 00:59:29,372 basehttp 16412 6253572096 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-05 00:59:29,375 basehttp 16412 6287224832 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-05 00:59:29,375 basehttp 16412 6270398464 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-05 00:59:29,376 basehttp 16412 6219919360 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-05 00:59:29,377 basehttp 16412 6203092992 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-05 00:59:29,377 basehttp 16412 6236745728 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-05 00:59:29,378 basehttp 16412 6253572096 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-05 00:59:29,380 basehttp 16412 6236745728 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-05 00:59:29,380 basehttp 16412 6270398464 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-05 00:59:29,381 basehttp 16412 6219919360 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-05 00:59:29,381 basehttp 16412 6203092992 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-05 00:59:29,382 basehttp 16412 6287224832 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-05 00:59:30,260 basehttp 16412 6287224832 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 200 784157 INFO 2025-08-05 01:00:00,269 basehttp 16412 6287224832 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 200 784157 INFO 2025-08-05 01:00:30,269 basehttp 16412 6287224832 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 200 784157 WARNING 2025-08-05 01:00:59,018 log 16412 6287224832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 01:00:59,019 basehttp 16412 6287224832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 01:01:00,298 basehttp 16412 6287224832 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 200 784140 INFO 2025-08-05 01:01:00,831 basehttp 16412 6287224832 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 200 784140 INFO 2025-08-05 01:01:00,840 basehttp 16412 6219919360 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-05 01:01:00,843 basehttp 16412 6253572096 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-05 01:01:00,843 basehttp 16412 6219919360 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-05 01:01:00,845 basehttp 16412 6219919360 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-05 01:01:00,847 basehttp 16412 6253572096 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 WARNING 2025-08-05 01:01:00,848 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 01:01:00,849 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 01:01:00,849 basehttp 16412 6287224832 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-05 01:01:00,854 basehttp 16412 6253572096 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-05 01:01:00,857 basehttp 16412 6236745728 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-05 01:01:00,859 basehttp 16412 6270398464 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-05 01:01:00,860 basehttp 16412 6219919360 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-05 01:01:00,975 basehttp 16412 6219919360 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-05 01:01:01,006 basehttp 16412 6219919360 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-05 01:01:01,008 basehttp 16412 6236745728 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-05 01:01:01,008 basehttp 16412 6253572096 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-05 01:01:01,009 basehttp 16412 6270398464 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-05 01:01:01,009 basehttp 16412 6287224832 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-05 01:01:01,011 basehttp 16412 6253572096 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-05 01:01:01,011 basehttp 16412 6270398464 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-05 01:01:01,011 basehttp 16412 6236745728 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-05 01:01:01,012 basehttp 16412 6287224832 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-05 01:01:01,012 basehttp 16412 6203092992 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-05 01:01:01,013 basehttp 16412 6236745728 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-05 01:01:01,014 basehttp 16412 6253572096 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-05 01:01:01,014 basehttp 16412 6270398464 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-05 01:01:01,014 basehttp 16412 6219919360 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-05 01:01:01,014 basehttp 16412 6287224832 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-05 01:01:01,015 basehttp 16412 6203092992 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-05 01:01:01,016 basehttp 16412 6253572096 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-05 01:01:01,017 basehttp 16412 6236745728 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-05 01:01:01,017 basehttp 16412 6287224832 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-05 01:01:01,017 basehttp 16412 6270398464 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-05 01:01:01,018 basehttp 16412 6219919360 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-05 01:01:01,018 basehttp 16412 6203092992 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-05 01:01:01,018 basehttp 16412 6253572096 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-05 01:01:01,102 basehttp 16412 6253572096 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 200 784140 WARNING 2025-08-05 01:01:01,154 log 16412 6253572096 Not Found: /favicon.ico WARNING 2025-08-05 01:01:01,154 basehttp 16412 6253572096 "GET /favicon.ico HTTP/1.1" 404 2557 ERROR 2025-08-05 01:01:30,426 log 16412 6253572096 Internal Server Error: /en/inpatients/wards/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 231, in render raise ValueError( ValueError: Need 2 values to unpack in for loop; got 8. ERROR 2025-08-05 01:01:30,427 basehttp 16412 6253572096 "GET /en/inpatients/wards/ HTTP/1.1" 500 177287 WARNING 2025-08-05 01:01:30,446 log 16412 6253572096 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 01:01:30,446 basehttp 16412 6253572096 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 01:01:31,355 basehttp 16412 6253572096 "GET /en/ HTTP/1.1" 200 50322 WARNING 2025-08-05 01:01:31,371 log 16412 6253572096 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 01:01:31,372 basehttp 16412 6253572096 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 01:01:31,489 basehttp 16412 6253572096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6774 INFO 2025-08-05 01:01:31,490 basehttp 16412 6287224832 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-05 01:01:31,491 basehttp 16412 6203092992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 01:01:31,492 basehttp 16412 6219919360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 01:01:36,320 basehttp 16412 6219919360 "GET /en/hr HTTP/1.1" 301 0 ERROR 2025-08-05 01:01:36,375 log 16412 6203092992 Internal Server Error: /en/hr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 52, in get_context_data 'pending_reviews': PerformanceReview.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: areas_for_improvement, competency_ratings, created_at, development_plan, employee, employee_comments, employee_id, employee_signature_date, future_goals, goals_achieved, goals_not_achieved, id, notes, overall_rating, review_date, review_id, review_period_end, review_period_start, review_type, reviewer, reviewer_id, status, strengths, training_recommendations, updated_at ERROR 2025-08-05 01:01:36,376 basehttp 16412 6203092992 "GET /en/hr/ HTTP/1.1" 500 137549 WARNING 2025-08-05 01:01:36,393 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 01:01:36,393 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 01:03:08,066 autoreload 16412 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-08-05 01:03:08,412 autoreload 22123 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 01:03:11,389 log 22123 6171734016 Internal Server Error: /en/hr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 52, in get_context_data 'pending_reviews': PerformanceReview.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: areas_for_improvement, competency_ratings, created_at, development_plan, employee, employee_comments, employee_id, employee_signature_date, future_goals, goals_achieved, goals_not_achieved, id, notes, overall_rating, review_date, review_id, review_period_end, review_period_start, review_type, reviewer, reviewer_id, status, strengths, training_recommendations, updated_at ERROR 2025-08-05 01:03:11,391 basehttp 22123 6171734016 "GET /en/hr/ HTTP/1.1" 500 137686 WARNING 2025-08-05 01:03:11,407 log 22123 6171734016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 01:03:11,407 basehttp 22123 6171734016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 01:03:12,779 log 22123 6171734016 Internal Server Error: /en/hr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 52, in get_context_data 'pending_reviews': PerformanceReview.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: areas_for_improvement, competency_ratings, created_at, development_plan, employee, employee_comments, employee_id, employee_signature_date, future_goals, goals_achieved, goals_not_achieved, id, notes, overall_rating, review_date, review_id, review_period_end, review_period_start, review_type, reviewer, reviewer_id, status, strengths, training_recommendations, updated_at ERROR 2025-08-05 01:03:12,780 basehttp 22123 6171734016 "GET /en/hr/ HTTP/1.1" 500 137686 WARNING 2025-08-05 01:03:12,800 log 22123 6171734016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 01:03:12,800 basehttp 22123 6171734016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 01:03:31,372 autoreload 22123 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-08-05 01:03:31,702 autoreload 22284 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 01:03:38,424 log 22284 6171111424 Internal Server Error: /en/hr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 83, in get_context_data 'total_hours_today': TimeEntry.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: approval_date, approved_by, approved_by_id, break_end_time, break_start_time, clock_in_time, clock_out_time, created_at, department, department_id, employee, employee_id, entry_id, entry_type, id, location, lunch_end_time, lunch_start_time, notes, overtime_hours, regular_hours, status, total_hours, updated_at, work_date ERROR 2025-08-05 01:03:38,426 basehttp 22284 6171111424 "GET /en/hr/ HTTP/1.1" 500 137336 WARNING 2025-08-05 01:03:38,442 log 22284 6171111424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 01:03:38,442 basehttp 22284 6171111424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 01:03:50,473 autoreload 22284 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-08-05 01:03:50,752 autoreload 22437 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 01:03:55,902 basehttp 22437 6203240448 "GET /en/hr/ HTTP/1.1" 200 45654 WARNING 2025-08-05 01:03:55,920 log 22437 6203240448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 01:03:55,920 basehttp 22437 6203240448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 01:05:33,906 basehttp 22437 6203240448 "GET /en/hr/ HTTP/1.1" 200 43963 WARNING 2025-08-05 01:05:39,976 log 22437 6203240448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 01:05:39,976 basehttp 22437 6203240448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 01:05:43,427 basehttp 22437 6203240448 "GET /en/hr/ HTTP/1.1" 200 43963 INFO 2025-08-05 01:05:43,442 basehttp 22437 6287372288 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-05 01:05:43,442 basehttp 22437 6236893184 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-05 01:05:43,447 basehttp 22437 6270545920 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-05 01:05:43,448 basehttp 22437 6287372288 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-05 01:05:43,450 basehttp 22437 6287372288 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-05 01:05:43,450 basehttp 22437 6203240448 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-08-05 01:05:43,456 log 22437 6236893184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 01:05:43,456 basehttp 22437 6236893184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 01:05:43,458 basehttp 22437 6287372288 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-05 01:05:43,461 basehttp 22437 6253719552 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-05 01:05:43,462 basehttp 22437 6220066816 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-05 01:05:43,463 basehttp 22437 6270545920 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-05 01:05:43,690 basehttp 22437 6253719552 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-05 01:05:43,690 basehttp 22437 6270545920 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-05 01:05:43,690 basehttp 22437 6220066816 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-05 01:05:43,691 basehttp 22437 6236893184 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-05 01:05:43,691 basehttp 22437 6287372288 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-05 01:05:43,693 basehttp 22437 6203240448 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-05 01:05:43,695 basehttp 22437 6287372288 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-05 01:05:43,696 basehttp 22437 6236893184 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-05 01:05:43,696 basehttp 22437 6203240448 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-05 01:05:43,696 basehttp 22437 6270545920 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-05 01:05:43,696 basehttp 22437 6220066816 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-05 01:05:43,698 basehttp 22437 6236893184 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-05 01:05:43,699 basehttp 22437 6287372288 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-05 01:05:43,699 basehttp 22437 6220066816 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-05 01:05:43,699 basehttp 22437 6270545920 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-05 01:05:43,700 basehttp 22437 6203240448 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-05 01:05:43,701 basehttp 22437 6236893184 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-05 01:05:43,702 basehttp 22437 6287372288 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-05 01:05:43,702 basehttp 22437 6253719552 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-05 01:05:43,702 basehttp 22437 6270545920 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-05 01:05:43,703 basehttp 22437 6220066816 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-05 01:05:43,704 basehttp 22437 6287372288 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-05 01:05:43,704 basehttp 22437 6203240448 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-05 01:05:43,706 basehttp 22437 6236893184 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-08-05 01:05:43,817 log 22437 6236893184 Not Found: /favicon.ico WARNING 2025-08-05 01:05:43,817 basehttp 22437 6236893184 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-05 01:05:53,967 basehttp 22437 6236893184 "GET /en/hr/employees/create/ HTTP/1.1" 200 57333 INFO 2025-08-05 01:05:59,529 basehttp 22437 6236893184 "GET /en/hr/employees/ HTTP/1.1" 200 130752 WARNING 2025-08-05 01:06:05,878 log 22437 6236893184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 01:06:05,878 basehttp 22437 6236893184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 01:06:42,093 basehttp 22437 6236893184 "GET /en/hr/employees/892/ HTTP/1.1" 200 37245 WARNING 2025-08-05 01:06:42,113 log 22437 6236893184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 01:06:42,113 basehttp 22437 6236893184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 01:07:27,592 basehttp 22437 6236893184 "GET /en/hr/employees/892/ HTTP/1.1" 200 37232 INFO 2025-08-05 01:07:37,606 basehttp 22437 6236893184 "GET /en/hr/employees/892/ HTTP/1.1" 200 37231 INFO 2025-08-05 01:07:57,625 basehttp 22437 6236893184 "GET /en/hr/employees/892/update/ HTTP/1.1" 200 57107 INFO 2025-08-05 01:08:46,395 basehttp 22437 6236893184 "GET /en/hr/employees/892/ HTTP/1.1" 200 37231 INFO 2025-08-05 01:08:57,249 basehttp 22437 6236893184 "GET /en/hr/employees/892/update/ HTTP/1.1" 200 57107 INFO 2025-08-05 01:08:59,308 basehttp 22437 6236893184 "GET /en/hr/employees/892/ HTTP/1.1" 200 37231 ERROR 2025-08-05 01:09:01,939 log 22437 6236893184 Internal Server Error: /en/hr/employees/892/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'employee_deactivate' not found. 'employee_deactivate' is not a valid view function or pattern name. ERROR 2025-08-05 01:09:01,941 basehttp 22437 6236893184 "GET /en/hr/employees/892/delete/ HTTP/1.1" 500 167669 INFO 2025-08-05 11:05:21,289 autoreload 22964 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 11:05:31,881 basehttp 22964 6159216640 "GET /en/hr/employees/ HTTP/1.1" 200 130752 INFO 2025-08-05 11:05:40,935 basehttp 22964 6159216640 "GET /en/hr/employees/892/ HTTP/1.1" 200 37233 INFO 2025-08-05 11:08:17,185 basehttp 22964 6159216640 "GET /en/hr/ HTTP/1.1" 200 43973 INFO 2025-08-05 11:09:09,127 basehttp 22964 6159216640 "GET /en/hr/employees/ HTTP/1.1" 200 130752 ERROR 2025-08-05 11:09:16,687 log 22964 6159216640 Internal Server Error: /en/hr/departments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 131, in __iter__ setattr(obj, attr_name, row[col_pos]) AttributeError: property 'employee_count' of 'Department' object has no setter ERROR 2025-08-05 11:09:16,691 basehttp 22964 6159216640 "GET /en/hr/departments/ HTTP/1.1" 500 168367 INFO 2025-08-05 11:12:24,406 basehttp 22964 6159216640 "GET /en/hr/ HTTP/1.1" 200 43973 INFO 2025-08-05 11:12:39,105 basehttp 22964 6159216640 "GET /en/hr/schedules/ HTTP/1.1" 200 123870 WARNING 2025-08-05 11:12:39,115 basehttp 22964 13186969600 "GET /static/plugins/fullcalendar/main.min.css HTTP/1.1" 404 2026 INFO 2025-08-05 11:12:39,117 basehttp 22964 13170143232 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-08-05 11:12:39,118 basehttp 22964 6159216640 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 WARNING 2025-08-05 11:12:39,119 basehttp 22964 13186969600 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 INFO 2025-08-05 11:12:39,121 basehttp 22964 13203795968 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 WARNING 2025-08-05 11:12:39,121 basehttp 22964 13220622336 "GET /static/plugins/fullcalendar/main.min.js HTTP/1.1" 404 2023 INFO 2025-08-05 11:12:39,122 basehttp 22964 13170143232 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-08-05 11:12:39,122 basehttp 22964 6159216640 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 ERROR 2025-08-05 11:13:01,522 log 22964 6159216640 Internal Server Error: /en/hr/schedules/841/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'schedule_assignment_delete' not found. 'schedule_assignment_delete' is not a valid view function or pattern name. ERROR 2025-08-05 11:13:01,524 basehttp 22964 6159216640 "GET /en/hr/schedules/841/ HTTP/1.1" 500 212878 INFO 2025-08-05 11:13:09,178 basehttp 22964 6159216640 "GET /en/hr/schedules/?page=2 HTTP/1.1" 200 125320 WARNING 2025-08-05 11:13:09,189 basehttp 22964 13170143232 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-08-05 11:13:09,190 basehttp 22964 13203795968 "GET /static/plugins/fullcalendar/main.min.js HTTP/1.1" 404 2023 WARNING 2025-08-05 11:13:09,191 basehttp 22964 6159216640 "GET /static/plugins/fullcalendar/main.min.css HTTP/1.1" 404 2026 INFO 2025-08-05 11:13:18,661 basehttp 22964 6159216640 "GET /en/hr/schedules/2081/update/ HTTP/1.1" 200 36775 INFO 2025-08-05 11:13:18,667 basehttp 22964 6159216640 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-08-05 11:13:18,669 basehttp 22964 13186969600 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-08-05 11:13:18,669 basehttp 22964 13170143232 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-08-05 11:13:18,670 basehttp 22964 13203795968 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-08-05 11:29:05,166 autoreload 28424 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 11:29:07,783 basehttp 28424 6195310592 "GET / HTTP/1.1" 302 0 INFO 2025-08-05 11:29:07,873 basehttp 28424 6195310592 "GET /en/ HTTP/1.1" 200 50312 INFO 2025-08-05 11:29:07,963 basehttp 28424 6195310592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6784 INFO 2025-08-05 11:29:07,965 basehttp 28424 6228963328 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 11:29:07,965 basehttp 28424 6245789696 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-05 11:29:07,966 basehttp 28424 6212136960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 11:29:18,818 basehttp 28424 6212136960 "GET /en/appointments/create/ HTTP/1.1" 200 35081 INFO 2025-08-05 11:30:21,161 basehttp 28424 6195310592 "GET /en/appointments/list/ HTTP/1.1" 200 28845 INFO 2025-08-05 12:16:21,735 autoreload 42493 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 12:18:41,456 autoreload 43487 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 12:18:42,551 basehttp 43487 6162247680 "GET / HTTP/1.1" 302 0 INFO 2025-08-05 12:18:42,634 basehttp 43487 6162247680 "GET /en/ HTTP/1.1" 302 0 WARNING 2025-08-05 12:18:42,639 log 43487 6162247680 Not Found: /accounts/login/ WARNING 2025-08-05 12:18:42,639 basehttp 43487 6162247680 "GET /accounts/login/?next=/en/ HTTP/1.1" 404 2579 INFO 2025-08-05 12:18:53,122 basehttp 43487 6162247680 "GET /admin/ HTTP/1.1" 302 0 INFO 2025-08-05 12:18:53,158 basehttp 43487 6162247680 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-08-05 12:18:53,172 basehttp 43487 6162247680 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-08-05 12:18:56,159 basehttp 43487 6162247680 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-08-05 12:18:56,179 basehttp 43487 6162247680 "GET /en/admin/ HTTP/1.1" 200 85466 INFO 2025-08-05 12:18:59,486 basehttp 43487 6162247680 "GET / HTTP/1.1" 302 0 INFO 2025-08-05 12:18:59,514 basehttp 43487 6162247680 "GET /en/ HTTP/1.1" 200 50321 INFO 2025-08-05 12:18:59,580 basehttp 43487 6162247680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6779 INFO 2025-08-05 12:18:59,590 basehttp 43487 12935360512 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-05 12:18:59,590 basehttp 43487 12918534144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 12:18:59,592 basehttp 43487 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 12:19:10,350 basehttp 43487 12901707776 "GET /en/appointments/create/ HTTP/1.1" 200 35081 INFO 2025-08-05 12:19:29,582 basehttp 43487 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 12:19:59,603 basehttp 43487 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6779 INFO 2025-08-05 12:19:59,603 basehttp 43487 12918534144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 12:19:59,604 basehttp 43487 12935360512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 12:20:29,587 basehttp 43487 12935360512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 14:00:49,850 autoreload 52185 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 14:00:54,393 basehttp 52185 6164049920 "GET /en/ HTTP/1.1" 302 0 WARNING 2025-08-05 14:00:54,401 log 52185 6164049920 Not Found: /accounts/login/ WARNING 2025-08-05 14:00:54,401 basehttp 52185 6164049920 "GET /accounts/login/?next=/en/ HTTP/1.1" 404 2579 INFO 2025-08-05 14:01:01,393 basehttp 52185 6164049920 "GET /admin/ HTTP/1.1" 302 0 INFO 2025-08-05 14:01:01,426 basehttp 52185 6164049920 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-08-05 14:01:01,441 basehttp 52185 6164049920 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-08-05 14:01:07,334 basehttp 52185 6164049920 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-08-05 14:01:07,354 basehttp 52185 6164049920 "GET /en/admin/ HTTP/1.1" 200 85466 INFO 2025-08-05 14:01:12,542 basehttp 52185 6164049920 "GET / HTTP/1.1" 302 0 INFO 2025-08-05 14:01:12,571 basehttp 52185 6164049920 "GET /en/ HTTP/1.1" 200 50311 INFO 2025-08-05 14:01:12,665 basehttp 52185 6164049920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6784 INFO 2025-08-05 14:01:12,669 basehttp 52185 6180876288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 14:01:12,673 basehttp 52185 6214529024 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-05 14:01:12,674 basehttp 52185 6197702656 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 14:01:42,661 basehttp 52185 6197702656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 14:02:12,666 basehttp 52185 6197702656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6784 INFO 2025-08-05 14:02:12,668 basehttp 52185 6214529024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 14:02:12,670 basehttp 52185 6180876288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 14:02:14,951 basehttp 52185 6180876288 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-08-05 14:02:14,989 basehttp 52185 6214529024 "GET /en/hr/ HTTP/1.1" 200 43973 INFO 2025-08-05 14:02:21,219 basehttp 52185 6214529024 "GET /en/hr/employees/create/ HTTP/1.1" 200 57333 INFO 2025-08-05 14:02:35,037 basehttp 52185 6214529024 "GET /en/hr/employees/ HTTP/1.1" 200 130752 INFO 2025-08-05 14:02:41,081 basehttp 52185 6214529024 "GET /en/hr/employees/892/ HTTP/1.1" 200 37233 INFO 2025-08-05 14:03:13,558 basehttp 52185 6214529024 "GET /en/hr/employees/ HTTP/1.1" 200 130752 INFO 2025-08-05 14:03:21,960 basehttp 52185 6214529024 "GET /en/hr/schedules/ HTTP/1.1" 200 123870 WARNING 2025-08-05 14:03:21,972 basehttp 52185 6197702656 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-08-05 14:03:21,972 basehttp 52185 6214529024 "GET /static/plugins/fullcalendar/main.min.css HTTP/1.1" 404 2026 WARNING 2025-08-05 14:03:21,974 basehttp 52185 6164049920 "GET /static/plugins/fullcalendar/main.min.js HTTP/1.1" 404 2023 ERROR 2025-08-05 14:03:28,074 log 52185 6164049920 Internal Server Error: /en/hr/schedules/841/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'schedule_assignment_delete' not found. 'schedule_assignment_delete' is not a valid view function or pattern name. ERROR 2025-08-05 14:03:28,077 basehttp 52185 6164049920 "GET /en/hr/schedules/841/ HTTP/1.1" 500 212878 INFO 2025-08-05 14:03:52,665 basehttp 52185 6164049920 "GET /en/hr/departments/create/ HTTP/1.1" 200 43137 WARNING 2025-08-05 14:03:52,674 basehttp 52185 6164049920 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 INFO 2025-08-05 14:04:04,488 basehttp 52185 6164049920 "GET /en/patients/register/ HTTP/1.1" 200 29341 INFO 2025-08-05 14:04:08,428 basehttp 52185 6164049920 "GET /en/appointments/create/ HTTP/1.1" 200 35081 INFO 2025-08-05 14:04:17,074 basehttp 52185 6164049920 "GET /en/ HTTP/1.1" 200 50311 INFO 2025-08-05 14:04:17,130 basehttp 52185 6164049920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6784 INFO 2025-08-05 14:04:17,136 basehttp 52185 13203795968 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-05 14:04:17,137 basehttp 52185 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 14:04:17,138 basehttp 52185 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 14:04:21,144 basehttp 52185 13170143232 "GET /en/admin/ HTTP/1.1" 200 85466 INFO 2025-08-05 14:04:27,175 basehttp 52185 13170143232 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 49633 WARNING 2025-08-05 14:04:55,609 log 52185 13170143232 Not Found: /en/ajax/dashboard-data/ WARNING 2025-08-05 14:04:55,609 basehttp 52185 13170143232 "GET /en/ajax/dashboard-data/ HTTP/1.1" 404 28103 INFO 2025-08-05 14:05:16,329 basehttp 52185 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 14:05:17,127 basehttp 52185 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6784 INFO 2025-08-05 14:05:17,127 basehttp 52185 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 14:05:25,403 basehttp 52185 13170143232 "GET /en/billing/bills/create/ HTTP/1.1" 200 42938 INFO 2025-08-05 14:05:34,311 basehttp 52185 13170143232 "GET /en/ HTTP/1.1" 200 50311 INFO 2025-08-05 14:05:34,383 basehttp 52185 6164049920 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-05 14:05:34,385 basehttp 52185 13203795968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 14:05:34,385 basehttp 52185 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6784 INFO 2025-08-05 14:05:34,387 basehttp 52185 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 14:05:36,500 basehttp 52185 13186969600 "GET /en/admin/ HTTP/1.1" 200 85466 INFO 2025-08-05 14:05:41,690 basehttp 52185 13186969600 "GET /en/ HTTP/1.1" 200 50311 INFO 2025-08-05 14:05:41,756 basehttp 52185 6164049920 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-05 14:05:41,757 basehttp 52185 13203795968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 14:05:41,757 basehttp 52185 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6784 INFO 2025-08-05 14:05:41,760 basehttp 52185 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 14:05:43,834 basehttp 52185 13170143232 "GET /en/admin/ HTTP/1.1" 200 85466 INFO 2025-08-05 14:05:52,600 basehttp 52185 13170143232 "GET /en/billing HTTP/1.1" 301 0 ERROR 2025-08-05 14:05:52,627 log 52185 13186969600 Internal Server Error: /en/billing/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'int' object is not iterable ERROR 2025-08-05 14:05:52,628 basehttp 52185 13186969600 "GET /en/billing/ HTTP/1.1" 500 151289 ERROR 2025-08-05 14:05:52,746 log 52185 13186969600 Internal Server Error: /en/billing/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'int' object is not iterable ERROR 2025-08-05 14:05:52,747 basehttp 52185 13186969600 "GET /en/billing/ HTTP/1.1" 500 151015 INFO 2025-08-05 14:05:58,233 basehttp 52185 13186969600 "GET /en/admin/ HTTP/1.1" 200 85466 INFO 2025-08-05 14:06:05,272 basehttp 52185 13186969600 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-08-05 14:06:05,290 basehttp 52185 13203795968 "GET /en/emr/ HTTP/1.1" 200 40039 INFO 2025-08-05 14:06:05,320 basehttp 52185 13203795968 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:06:35,324 basehttp 52185 13203795968 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:07:05,324 basehttp 52185 13203795968 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:07:35,325 basehttp 52185 13203795968 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:07:53,251 basehttp 52185 13203795968 "GET /en/inpatients HTTP/1.1" 301 0 INFO 2025-08-05 14:07:53,290 basehttp 52185 6164049920 "GET /en/inpatients/ HTTP/1.1" 200 44336 INFO 2025-08-05 14:07:53,318 basehttp 52185 6164049920 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-05 14:07:53,344 basehttp 52185 13170143232 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-05 14:08:05,276 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:08:05,380 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:08:35,402 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:09:05,400 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:09:35,404 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 WARNING 2025-08-05 14:09:55,597 log 52185 13170143232 Not Found: /en/ajax/dashboard-data/ WARNING 2025-08-05 14:09:55,598 basehttp 52185 13170143232 "GET /en/ajax/dashboard-data/ HTTP/1.1" 404 28103 INFO 2025-08-05 14:10:05,401 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:10:35,400 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:11:05,400 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:11:35,400 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:12:05,403 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:12:35,399 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:13:05,398 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:13:35,399 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:14:05,398 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:14:35,398 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 WARNING 2025-08-05 14:14:55,593 log 52185 13170143232 Not Found: /en/ajax/dashboard-data/ WARNING 2025-08-05 14:14:55,593 basehttp 52185 13170143232 "GET /en/ajax/dashboard-data/ HTTP/1.1" 404 28103 INFO 2025-08-05 14:15:05,397 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:15:35,398 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:16:05,397 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:16:35,391 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:17:05,399 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:17:35,400 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:18:05,396 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:18:35,398 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:19:05,374 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:19:35,398 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 WARNING 2025-08-05 14:19:55,589 log 52185 6164049920 Not Found: /en/ajax/dashboard-data/ WARNING 2025-08-05 14:19:55,589 basehttp 52185 6164049920 "GET /en/ajax/dashboard-data/ HTTP/1.1" 404 28103 INFO 2025-08-05 14:20:05,399 basehttp 52185 6164049920 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:20:35,396 basehttp 52185 6164049920 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:21:05,401 basehttp 52185 6164049920 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:21:35,395 basehttp 52185 6164049920 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:22:05,395 basehttp 52185 6164049920 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:22:35,396 basehttp 52185 6164049920 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:23:05,617 basehttp 52185 6164049920 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:23:35,645 basehttp 52185 6164049920 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:24:37,636 basehttp 52185 6164049920 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 WARNING 2025-08-05 14:24:55,582 log 52185 6164049920 Not Found: /en/ajax/dashboard-data/ WARNING 2025-08-05 14:24:55,583 basehttp 52185 6164049920 "GET /en/ajax/dashboard-data/ HTTP/1.1" 404 28103 INFO 2025-08-05 14:25:55,630 basehttp 52185 6164049920 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:26:55,627 basehttp 52185 6164049920 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:27:54,256 basehttp 52185 6164049920 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:28:07,029 basehttp 52185 6164049920 "GET /en/emr/encounters/ HTTP/1.1" 200 37556 INFO 2025-08-05 14:28:12,547 basehttp 52185 6164049920 "GET /en/emr/vital-signs/ HTTP/1.1" 200 23858 INFO 2025-08-05 14:28:16,993 basehttp 52185 6164049920 "GET /en/emr/problems/ HTTP/1.1" 200 26398 INFO 2025-08-05 14:29:31,619 basehttp 52185 6164049920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:29:35,998 basehttp 52185 6164049920 "GET /en/emr/problems/ HTTP/1.1" 200 26398 INFO 2025-08-05 14:29:46,184 basehttp 52185 6164049920 "GET /en/emr/notes/ HTTP/1.1" 200 26840 INFO 2025-08-05 14:29:55,422 basehttp 52185 6164049920 "GET /en/emr/notes/?status=unsigned HTTP/1.1" 200 26840 WARNING 2025-08-05 14:29:55,581 log 52185 6164049920 Not Found: /en/ajax/dashboard-data/ WARNING 2025-08-05 14:29:55,582 basehttp 52185 6164049920 "GET /en/ajax/dashboard-data/ HTTP/1.1" 404 28103 INFO 2025-08-05 14:29:58,813 basehttp 52185 6164049920 "GET /en/emr/encounters/?documentation_complete=false HTTP/1.1" 200 37556 INFO 2025-08-05 14:30:05,131 basehttp 52185 6164049920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:30:33,328 basehttp 52185 6164049920 "GET /en/emr/encounters/ HTTP/1.1" 200 37556 INFO 2025-08-05 14:30:35,305 basehttp 52185 6164049920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:31:05,304 basehttp 52185 6164049920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:31:35,306 basehttp 52185 6164049920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:32:05,312 basehttp 52185 6164049920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:32:35,319 basehttp 52185 6164049920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:33:05,321 basehttp 52185 6164049920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:33:35,325 basehttp 52185 6164049920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:34:05,328 basehttp 52185 6164049920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:34:35,336 basehttp 52185 6164049920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 WARNING 2025-08-05 14:34:55,587 log 52185 6164049920 Not Found: /en/ajax/dashboard-data/ WARNING 2025-08-05 14:34:55,587 basehttp 52185 6164049920 "GET /en/ajax/dashboard-data/ HTTP/1.1" 404 28103 INFO 2025-08-05 14:35:05,334 basehttp 52185 6164049920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:35:15,044 basehttp 52185 6164049920 "GET /en/admin/ HTTP/1.1" 200 85466 INFO 2025-08-05 14:35:35,336 basehttp 52185 6164049920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:35:53,535 basehttp 52185 6164049920 "GET /en/appointments/ HTTP/1.1" 200 25088 INFO 2025-08-05 14:35:53,569 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:36:23,581 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:36:53,582 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:37:23,810 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:37:53,813 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:38:23,821 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:38:53,828 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:39:23,829 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:39:53,834 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 WARNING 2025-08-05 14:39:55,819 log 52185 6164049920 Not Found: /en/ajax/dashboard-data/ WARNING 2025-08-05 14:39:55,819 basehttp 52185 6164049920 "GET /en/ajax/dashboard-data/ HTTP/1.1" 404 28103 INFO 2025-08-05 14:40:23,839 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:40:53,841 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:41:23,841 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:41:53,847 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:42:23,851 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:42:53,851 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:43:00,302 basehttp 52185 6164049920 "GET /en/appointments/calendar/ HTTP/1.1" 200 23564 INFO 2025-08-05 14:43:00,350 basehttp 52185 6164049920 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 220 INFO 2025-08-05 14:43:00,350 basehttp 52185 13170143232 "GET /en/appointments/slots/available/ HTTP/1.1" 200 7396 INFO 2025-08-05 14:43:18,087 basehttp 52185 13170143232 "GET /en/appointments/calendar/ HTTP/1.1" 200 23564 INFO 2025-08-05 14:43:18,128 basehttp 52185 6164049920 "GET /en/appointments/slots/available/ HTTP/1.1" 200 7396 INFO 2025-08-05 14:43:18,128 basehttp 52185 13170143232 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 220 INFO 2025-08-05 14:43:28,613 basehttp 52185 13170143232 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:43:30,960 basehttp 52185 13170143232 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:43:32,846 basehttp 52185 13170143232 "GET /en/admin/ HTTP/1.1" 200 85466 INFO 2025-08-05 14:43:39,940 basehttp 52185 13170143232 "GET /en/admin/core/tenant/ HTTP/1.1" 200 77794 INFO 2025-08-05 14:43:39,953 basehttp 52185 6164049920 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-05 14:43:39,956 basehttp 52185 13170143232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-05 14:43:39,962 basehttp 52185 13170143232 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-08-05 14:43:39,963 basehttp 52185 6164049920 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-05 14:44:04,569 basehttp 52185 6164049920 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 89420 INFO 2025-08-05 14:44:04,580 basehttp 52185 6164049920 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-05 14:44:12,306 basehttp 52185 6164049920 "GET /en/admin/communications/message/ HTTP/1.1" 200 71503 INFO 2025-08-05 14:44:12,320 basehttp 52185 6164049920 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-05 14:44:29,973 basehttp 52185 6164049920 "GET /en/admin/inventory/inventorylocation/ HTTP/1.1" 200 71093 INFO 2025-08-05 14:44:29,987 basehttp 52185 6164049920 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 WARNING 2025-08-05 14:44:55,831 log 52185 6164049920 Not Found: /en/ajax/dashboard-data/ WARNING 2025-08-05 14:44:55,831 basehttp 52185 6164049920 "GET /en/ajax/dashboard-data/ HTTP/1.1" 404 28103 WARNING 2025-08-05 14:49:55,828 log 52185 6164049920 Not Found: /en/ajax/dashboard-data/ WARNING 2025-08-05 14:49:55,828 basehttp 52185 6164049920 "GET /en/ajax/dashboard-data/ HTTP/1.1" 404 28103 WARNING 2025-08-05 14:54:55,760 log 52185 6164049920 Not Found: /en/ajax/dashboard-data/ WARNING 2025-08-05 14:54:55,761 basehttp 52185 6164049920 "GET /en/ajax/dashboard-data/ HTTP/1.1" 404 28103 WARNING 2025-08-05 14:59:55,764 log 52185 6164049920 Not Found: /en/ajax/dashboard-data/ WARNING 2025-08-05 14:59:55,765 basehttp 52185 6164049920 "GET /en/ajax/dashboard-data/ HTTP/1.1" 404 28103 INFO 2025-08-05 15:10:54,569 basehttp 52185 6164049920 "GET /en/admin/inventory/inventorylocation/?location_type__exact=OR_STORAGE HTTP/1.1" 200 72385 INFO 2025-08-05 15:10:54,582 basehttp 52185 6164049920 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-05 15:18:42,753 autoreload 52185 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py changed, reloading. INFO 2025-08-05 15:18:43,107 autoreload 85921 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:19:40,759 autoreload 85921 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-05 15:19:41,053 autoreload 86399 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:21:01,228 autoreload 86399 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-08-05 15:21:01,502 autoreload 86947 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:21:44,870 autoreload 86947 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-05 15:21:45,161 autoreload 87254 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:22:41,861 autoreload 87254 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-08-05 15:22:42,140 autoreload 87712 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:23:34,668 autoreload 87712 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-08-05 15:23:34,951 autoreload 88093 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:24:40,853 autoreload 88093 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-08-05 15:24:41,132 autoreload 88554 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:25:16,246 autoreload 88554 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-08-05 15:25:16,519 autoreload 88788 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:26:11,045 autoreload 88788 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-05 15:26:11,334 autoreload 89244 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:26:48,417 autoreload 89244 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-05 15:26:48,693 autoreload 89476 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:27:39,218 autoreload 89476 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-05 15:27:39,503 autoreload 89858 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:28:40,206 autoreload 89858 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-05 15:28:40,498 autoreload 90319 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:30:26,888 autoreload 90319 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-08-05 15:30:27,175 autoreload 91089 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:31:19,677 autoreload 91089 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-05 15:31:19,958 autoreload 91471 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:32:06,326 autoreload 91471 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-05 15:32:06,615 autoreload 91779 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:33:35,032 autoreload 91779 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-05 15:33:35,323 autoreload 92471 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:34:49,538 autoreload 92471 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-05 15:34:49,829 autoreload 93005 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 16:27:00,668 autoreload 16307 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 16:27:01,814 basehttp 16307 6194114560 "GET / HTTP/1.1" 302 0 INFO 2025-08-05 16:27:01,912 basehttp 16307 6194114560 "GET /en/ HTTP/1.1" 200 50322 INFO 2025-08-05 16:27:01,987 basehttp 16307 6194114560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6784 INFO 2025-08-05 16:27:01,994 basehttp 16307 6244593664 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-05 16:27:01,995 basehttp 16307 6227767296 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 16:27:01,997 basehttp 16307 6210940928 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 16:27:07,915 basehttp 16307 6210940928 "GET /en/inventory HTTP/1.1" 301 0 ERROR 2025-08-05 16:27:07,977 log 16307 6227767296 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 55, in get_context_data low_stock_items = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'quantity' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-05 16:27:07,978 basehttp 16307 6227767296 "GET /en/inventory/ HTTP/1.1" 500 137576 INFO 2025-08-05 16:28:04,823 autoreload 16307 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-05 16:28:05,100 autoreload 16778 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 16:28:07,494 log 16778 6204092416 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 55, in get_context_data low_stock_items = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1535, in build_filter value = self.resolve_lookup_value(value, can_reuse, allow_joins, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1300, in resolve_lookup_value value = value.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'minimum_stock_level' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-05 16:28:07,496 basehttp 16778 6204092416 "GET /en/inventory/ HTTP/1.1" 500 153287 INFO 2025-08-05 16:31:49,899 autoreload 16778 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-05 16:31:50,249 autoreload 18380 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 16:32:25,567 autoreload 18697 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 16:32:26,994 basehttp 18697 6168375296 "GET / HTTP/1.1" 302 0 INFO 2025-08-05 16:32:27,072 basehttp 18697 6168375296 "GET /en/ HTTP/1.1" 200 50322 INFO 2025-08-05 16:32:27,159 basehttp 18697 6168375296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6784 INFO 2025-08-05 16:32:27,162 basehttp 18697 6218854400 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-05 16:32:27,164 basehttp 18697 6202028032 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 16:32:27,165 basehttp 18697 6185201664 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 ERROR 2025-08-05 16:32:31,063 log 18697 6185201664 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 55, in get_context_data low_stock_items = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1535, in build_filter value = self.resolve_lookup_value(value, can_reuse, allow_joins, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1300, in resolve_lookup_value value = value.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'min_stock_level' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-05 16:32:31,064 basehttp 18697 6185201664 "GET /en/inventory/ HTTP/1.1" 500 153199 INFO 2025-08-05 16:33:32,808 autoreload 18697 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-05 16:33:33,161 autoreload 19168 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 16:33:35,827 log 19168 6194720768 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 61, in get_context_data expired_items = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'expiry_date' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-05 16:33:35,829 basehttp 19168 6194720768 "GET /en/inventory/ HTTP/1.1" 500 137697 INFO 2025-08-05 16:34:54,785 autoreload 19168 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-05 16:34:55,123 autoreload 19777 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 16:34:57,836 log 19777 6137344000 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 61, in get_context_data expired_items = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-05 16:34:57,837 basehttp 19777 6137344000 "GET /en/inventory/ HTTP/1.1" 500 138336 INFO 2025-08-05 16:35:56,098 autoreload 19777 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-05 16:35:56,378 autoreload 20242 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 16:37:20,893 log 20242 6192197632 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 67, in get_context_data expiring_soon_items = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-05 16:37:20,894 basehttp 20242 6192197632 "GET /en/inventory/ HTTP/1.1" 500 139022 ERROR 2025-08-05 16:37:22,312 log 20242 6192197632 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 67, in get_context_data expiring_soon_items = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-05 16:37:22,313 basehttp 20242 6192197632 "GET /en/inventory/ HTTP/1.1" 500 139022 INFO 2025-08-05 16:38:13,665 autoreload 20242 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-05 16:38:13,944 autoreload 21230 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 16:38:14,204 log 21230 6171865088 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 77, in get_context_data ).aggregate( ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 775, in resolve_expression resolved = super().resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'quantity' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-05 16:38:14,205 basehttp 21230 6171865088 "GET /en/inventory/ HTTP/1.1" 500 137022 INFO 2025-08-05 16:39:41,813 autoreload 21230 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-05 16:39:42,131 autoreload 21848 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 16:39:45,214 log 21848 6133231616 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 77, in get_context_data ).aggregate( ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 775, in resolve_expression resolved = super().resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'quantity' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-05 16:39:45,216 basehttp 21848 6133231616 "GET /en/inventory/ HTTP/1.1" 500 137022 ERROR 2025-08-05 16:39:46,194 log 21848 6133231616 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 77, in get_context_data ).aggregate( ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 775, in resolve_expression resolved = super().resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'quantity' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-05 16:39:46,196 basehttp 21848 6133231616 "GET /en/inventory/ HTTP/1.1" 500 137022 INFO 2025-08-05 16:42:41,858 autoreload 21848 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-05 16:42:42,124 autoreload 23150 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 16:42:42,780 log 23150 6167310336 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '{ expired_items' from '{ expired_items' ERROR 2025-08-05 16:42:42,781 basehttp 23150 6167310336 "GET /en/inventory/ HTTP/1.1" 500 200749 ERROR 2025-08-05 16:44:04,529 log 23150 6167310336 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'chart_data' not found. 'chart_data' is not a valid view function or pattern name. ERROR 2025-08-05 16:44:04,530 basehttp 23150 6167310336 "GET /en/inventory/ HTTP/1.1" 500 167206 INFO 2025-08-05 16:44:58,415 basehttp 23150 6167310336 "GET /en/inventory/ HTTP/1.1" 200 40976 ERROR 2025-08-05 16:44:58,517 log 23150 6167310336 Internal Server Error: /en/inventory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 889, in inventory_stats 'low_stock_items': InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'quantity' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-05 16:44:58,518 basehttp 23150 6167310336 "GET /en/inventory/htmx/stats/ HTTP/1.1" 500 123781 ERROR 2025-08-05 16:45:05,159 log 23150 6167310336 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 485, in get_context_data context['categories'] = InventoryItem.CATEGORY_CHOICES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'InventoryItem' has no attribute 'CATEGORY_CHOICES' ERROR 2025-08-05 16:45:05,162 basehttp 23150 6167310336 "GET /en/inventory/items/ HTTP/1.1" 500 85280 ERROR 2025-08-05 16:45:12,175 log 23150 6167310336 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 485, in get_context_data context['categories'] = InventoryItem.CATEGORY_CHOICES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'InventoryItem' has no attribute 'CATEGORY_CHOICES' ERROR 2025-08-05 16:45:12,178 basehttp 23150 6167310336 "GET /en/inventory/items/ HTTP/1.1" 500 85280 INFO 2025-08-05 16:46:45,023 autoreload 23150 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-05 16:46:45,317 autoreload 24914 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 16:46:55,392 log 24914 6163263488 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: inventory/item_list.html, inventory/inventoryitem_list.html ERROR 2025-08-05 16:46:55,393 basehttp 24914 6163263488 "GET /en/inventory/items/ HTTP/1.1" 500 84832 INFO 2025-08-05 16:53:02,055 autoreload 24914 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-05 16:53:02,337 autoreload 27677 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 16:53:07,342 log 27677 6191394816 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'item_list_api' not found. 'item_list_api' is not a valid view function or pattern name. ERROR 2025-08-05 16:53:07,344 basehttp 27677 6191394816 "GET /en/inventory/items/ HTTP/1.1" 500 179428 ERROR 2025-08-05 18:17:15,640 log 27677 6191394816 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_order_list' not found. 'lab_order_list' is not a valid view function or pattern name. ERROR 2025-08-05 18:17:15,645 basehttp 27677 6191394816 "GET /en/inventory/items/ HTTP/1.1" 500 179454 ERROR 2025-08-05 18:18:49,631 log 27677 6191394816 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'manufacturer_list_api' not found. 'manufacturer_list_api' is not a valid view function or pattern name. ERROR 2025-08-05 18:18:49,638 basehttp 27677 6191394816 "GET /en/inventory/items/ HTTP/1.1" 500 178485 ERROR 2025-08-05 18:19:19,746 log 27677 6191394816 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'item_stats' not found. 'item_stats' is not a valid view function or pattern name. ERROR 2025-08-05 18:19:19,749 basehttp 27677 6191394816 "GET /en/inventory/items/ HTTP/1.1" 500 178042 ERROR 2025-08-05 18:19:58,365 log 27677 6191394816 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'item_export' not found. 'item_export' is not a valid view function or pattern name. ERROR 2025-08-05 18:19:58,367 basehttp 27677 6191394816 "GET /en/inventory/items/ HTTP/1.1" 500 177800 ERROR 2025-08-05 18:20:37,801 log 27677 6191394816 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'item_bulk_deactivate' not found. 'item_bulk_deactivate' is not a valid view function or pattern name. ERROR 2025-08-05 18:20:37,803 basehttp 27677 6191394816 "GET /en/inventory/items/ HTTP/1.1" 500 179237 ERROR 2025-08-05 18:20:58,942 log 27677 6191394816 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'stock_alerts_api' not found. 'stock_alerts_api' is not a valid view function or pattern name. ERROR 2025-08-05 18:20:58,944 basehttp 27677 6191394816 "GET /en/inventory/items/ HTTP/1.1" 500 177953 ERROR 2025-08-05 18:21:13,987 log 27677 6191394816 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'reorder_report' not found. 'reorder_report' is not a valid view function or pattern name. ERROR 2025-08-05 18:21:13,989 basehttp 27677 6191394816 "GET /en/inventory/items/ HTTP/1.1" 500 178745 INFO 2025-08-05 18:21:30,527 basehttp 27677 6191394816 "GET /en/inventory/items/ HTTP/1.1" 200 44218 INFO 2025-08-05 18:21:30,547 basehttp 27677 6191394816 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-08-05 18:21:30,613 basehttp 27677 6191394816 "GET /en/inventory/items/ HTTP/1.1" 200 44218 ERROR 2025-08-05 18:21:30,658 log 27677 6208221184 Internal Server Error: /en/inventory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 889, in inventory_stats 'low_stock_items': InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'quantity' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-05 18:21:30,659 basehttp 27677 6208221184 "GET /en/inventory/htmx/stats/ HTTP/1.1" 500 123639 WARNING 2025-08-05 18:21:57,055 log 27677 6208221184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:21:57,055 basehttp 27677 6208221184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 18:25:10,446 log 27677 6208221184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:25:10,446 basehttp 27677 6208221184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 18:25:14,898 log 27677 6208221184 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 626, in get_queryset queryset = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-05 18:25:14,899 basehttp 27677 6208221184 "GET /en/inventory/stock/ HTTP/1.1" 500 136405 WARNING 2025-08-05 18:25:14,911 log 27677 6208221184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:25:14,911 basehttp 27677 6208221184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 18:25:17,976 log 27677 6208221184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:25:17,977 basehttp 27677 6208221184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 18:25:17,986 log 27677 6208221184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:25:17,986 basehttp 27677 6208221184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 18:25:19,117 log 27677 6208221184 Internal Server Error: /en/inventory/orders/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 779, in get_context_data context['statuses'] = PurchaseOrder.STATUS_CHOICES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'PurchaseOrder' has no attribute 'STATUS_CHOICES' ERROR 2025-08-05 18:25:19,120 basehttp 27677 6208221184 "GET /en/inventory/orders/ HTTP/1.1" 500 85293 WARNING 2025-08-05 18:25:19,137 log 27677 6208221184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:25:19,137 basehttp 27677 6208221184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 18:25:25,695 log 27677 6208221184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:25:25,695 basehttp 27677 6208221184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 18:25:25,713 log 27677 6208221184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:25:25,713 basehttp 27677 6208221184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 18:25:27,318 log 27677 6208221184 Internal Server Error: /en/inventory/suppliers/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 135, in get_queryset return queryset.order_by('supplier_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'supplier_name' into field. Choices are: address_line_1, address_line_2, certifications, city, contact_person, contract_end_date, contract_start_date, country, created_at, created_by, created_by_id, duns_number, email, id, inventory_stocks, is_active, is_preferred, name, notes, on_time_delivery_rate, payment_terms, performance_rating, phone, postal_code, primary_items, purchase_orders, quality_rating, state, supplier_code, supplier_id, supplier_type, tax_id, tenant, tenant_id, updated_at, website ERROR 2025-08-05 18:25:27,319 basehttp 27677 6208221184 "GET /en/inventory/suppliers/ HTTP/1.1" 500 102260 WARNING 2025-08-05 18:25:27,334 log 27677 6208221184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:25:27,334 basehttp 27677 6208221184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 18:30:38,949 autoreload 27677 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-05 18:30:39,351 autoreload 70474 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 18:30:40,005 log 70474 6167097344 Internal Server Error: /en/inventory/suppliers/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 135, in get_queryset return queryset.order_by('supplier_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'supplier_name' into field. Choices are: address_line_1, address_line_2, certifications, city, contact_person, contract_end_date, contract_start_date, country, created_at, created_by, created_by_id, duns_number, email, id, inventory_stocks, is_active, is_preferred, name, notes, on_time_delivery_rate, payment_terms, performance_rating, phone, postal_code, primary_items, purchase_orders, quality_rating, state, supplier_code, supplier_id, supplier_type, tax_id, tenant, tenant_id, updated_at, website ERROR 2025-08-05 18:30:40,008 basehttp 70474 6167097344 "GET /en/inventory/suppliers/ HTTP/1.1" 500 102397 WARNING 2025-08-05 18:30:40,024 log 70474 6167097344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:30:40,024 basehttp 70474 6167097344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 18:30:41,216 log 70474 6167097344 Internal Server Error: /en/inventory/suppliers/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 135, in get_queryset return queryset.order_by('supplier_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'supplier_name' into field. Choices are: address_line_1, address_line_2, certifications, city, contact_person, contract_end_date, contract_start_date, country, created_at, created_by, created_by_id, duns_number, email, id, inventory_stocks, is_active, is_preferred, name, notes, on_time_delivery_rate, payment_terms, performance_rating, phone, postal_code, primary_items, purchase_orders, quality_rating, state, supplier_code, supplier_id, supplier_type, tax_id, tenant, tenant_id, updated_at, website ERROR 2025-08-05 18:30:41,219 basehttp 70474 6167097344 "GET /en/inventory/suppliers/ HTTP/1.1" 500 102397 WARNING 2025-08-05 18:30:41,232 log 70474 6167097344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:30:41,232 basehttp 70474 6167097344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 18:36:03,673 autoreload 70474 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-05 18:36:03,996 autoreload 72838 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 18:36:06,435 log 72838 6165852160 Internal Server Error: /en/inventory/suppliers/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'supplier_bulk_actions' not found. 'supplier_bulk_actions' is not a valid view function or pattern name. ERROR 2025-08-05 18:36:06,438 basehttp 72838 6165852160 "GET /en/inventory/suppliers/ HTTP/1.1" 500 166743 WARNING 2025-08-05 18:36:06,454 log 72838 6165852160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:36:06,454 basehttp 72838 6165852160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 18:37:44,001 autoreload 72838 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-05 18:37:44,287 autoreload 73534 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 18:50:16,990 log 73534 6158807040 Internal Server Error: /en/inventory/suppliers/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'supplier_bulk_actions' not found. 'supplier_bulk_actions' is not a valid view function or pattern name. ERROR 2025-08-05 18:50:16,994 basehttp 73534 6158807040 "GET /en/inventory/suppliers/ HTTP/1.1" 500 167148 WARNING 2025-08-05 18:50:17,011 log 73534 6158807040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:50:17,011 basehttp 73534 6158807040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 18:50:18,251 log 73534 6158807040 Internal Server Error: /en/inventory/suppliers/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'supplier_bulk_actions' not found. 'supplier_bulk_actions' is not a valid view function or pattern name. ERROR 2025-08-05 18:50:18,254 basehttp 73534 6158807040 "GET /en/inventory/suppliers/ HTTP/1.1" 500 167148 WARNING 2025-08-05 18:50:18,270 log 73534 6158807040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:50:18,270 basehttp 73534 6158807040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 18:51:02,433 basehttp 73534 6158807040 "GET /en/inventory/suppliers/ HTTP/1.1" 200 35269 WARNING 2025-08-05 18:51:02,446 log 73534 6158807040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:51:02,446 basehttp 73534 6158807040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 18:51:14,746 log 73534 6158807040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:51:14,746 basehttp 73534 6158807040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 18:51:18,008 log 73534 6158807040 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 626, in get_queryset queryset = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-05 18:51:18,012 basehttp 73534 6158807040 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 136877 WARNING 2025-08-05 18:51:18,027 log 73534 6158807040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:51:18,027 basehttp 73534 6158807040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 18:51:24,365 log 73534 6158807040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:51:24,365 basehttp 73534 6158807040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 18:51:24,378 log 73534 6158807040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:51:24,378 basehttp 73534 6158807040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 18:51:25,477 log 73534 6158807040 Internal Server Error: /en/inventory/locations/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 319, in get_queryset return queryset.order_by('location_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'location_name' into field. Choices are: access_control, aisle, bin, building, capacity_cubic_feet, child_locations, created_at, created_by, created_by_id, description, floor, humidity_controlled, humidity_max, humidity_min, id, inventory_stocks, is_active, location_code, location_id, location_manager, location_manager_id, location_type, max_weight_pounds, name, notes, parent_location, parent_location_id, purchase_orders, room, secure_location, shelf, temperature_controlled, temperature_max, temperature_min, tenant, tenant_id, updated_at, zone ERROR 2025-08-05 18:51:25,479 basehttp 73534 6158807040 "GET /en/inventory/locations/ HTTP/1.1" 500 102391 WARNING 2025-08-05 18:51:25,496 log 73534 6158807040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:51:25,496 basehttp 73534 6158807040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 18:52:07,789 autoreload 73534 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-05 18:52:08,186 autoreload 79820 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 18:52:08,781 log 79820 6199226368 Internal Server Error: /en/inventory/locations/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 323, in get_context_data context['location_types'] = InventoryLocation.LOCATION_TYPE_CHOICES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'InventoryLocation' has no attribute 'LOCATION_TYPE_CHOICES' ERROR 2025-08-05 18:52:08,783 basehttp 79820 6199226368 "GET /en/inventory/locations/ HTTP/1.1" 500 85598 WARNING 2025-08-05 18:52:08,799 log 79820 6199226368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:52:08,799 basehttp 79820 6199226368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 18:53:38,706 autoreload 79820 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-05 18:53:57,378 autoreload 80672 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 18:54:00,269 log 80672 6121844736 Internal Server Error: /en/inventory/locations/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: inventory/location_list.html, inventory/inventorylocation_list.html ERROR 2025-08-05 18:54:00,270 basehttp 80672 6121844736 "GET /en/inventory/locations/ HTTP/1.1" 500 85012 WARNING 2025-08-05 18:54:00,285 log 80672 6121844736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:54:00,285 basehttp 80672 6121844736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 19:08:50,657 autoreload 80672 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-05 19:08:50,927 autoreload 87095 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 19:08:53,419 basehttp 87095 6193541120 "GET /en/inventory/locations/ HTTP/1.1" 200 37882 WARNING 2025-08-05 19:08:53,436 basehttp 87095 6210367488 "GET /static/img/icons/plus.svg HTTP/1.1" 404 1981 WARNING 2025-08-05 19:08:53,438 log 87095 6193541120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 19:08:53,438 basehttp 87095 6193541120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 19:08:53,441 basehttp 87095 6193541120 "GET /static/img/icons/dash1.svg HTTP/1.1" 404 1984 WARNING 2025-08-05 19:08:53,465 basehttp 87095 6193541120 "GET /static/img/icons/dash2.svg HTTP/1.1" 404 1984 WARNING 2025-08-05 19:08:53,468 basehttp 87095 6244020224 "GET /static/img/icons/filter.svg HTTP/1.1" 404 1987 WARNING 2025-08-05 19:08:53,469 basehttp 87095 6210367488 "GET /static/img/icons/dash3.svg HTTP/1.1" 404 1984 WARNING 2025-08-05 19:08:53,469 basehttp 87095 6260846592 "GET /static/img/icons/closes.svg HTTP/1.1" 404 1987 WARNING 2025-08-05 19:08:53,469 basehttp 87095 6227193856 "GET /static/img/icons/dash4.svg HTTP/1.1" 404 1984 WARNING 2025-08-05 19:08:53,469 basehttp 87095 6277672960 "GET /static/img/icons/search-white.svg HTTP/1.1" 404 2005 WARNING 2025-08-05 19:08:53,470 basehttp 87095 6193541120 "GET /static/img/icons/pdf.svg HTTP/1.1" 404 1978 WARNING 2025-08-05 19:08:53,472 basehttp 87095 6210367488 "GET /static/img/icons/excel.svg HTTP/1.1" 404 1984 WARNING 2025-08-05 19:08:53,475 basehttp 87095 6227193856 "GET /static/img/icons/search-whites.svg HTTP/1.1" 404 2008 WARNING 2025-08-05 19:08:53,475 basehttp 87095 6244020224 "GET /static/img/icons/printer.svg HTTP/1.1" 404 1990 WARNING 2025-08-05 19:08:53,476 basehttp 87095 6260846592 "GET /static/img/icons/close-circle1.svg HTTP/1.1" 404 2008 INFO 2025-08-05 19:15:08,193 basehttp 87095 6193541120 "GET /en/inventory/locations/ HTTP/1.1" 200 37620 WARNING 2025-08-05 19:15:08,210 log 87095 6193541120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 19:15:08,210 basehttp 87095 6193541120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 19:57:32,435 autoreload 8956 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 19:57:35,877 basehttp 8956 6166769664 "GET /en/inventory/locations/ HTTP/1.1" 200 37620 WARNING 2025-08-05 19:57:35,895 log 8956 6166769664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 19:57:35,895 basehttp 8956 6166769664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 19:57:38,081 basehttp 8956 6166769664 "GET / HTTP/1.1" 302 0 INFO 2025-08-05 19:57:38,103 basehttp 8956 6166769664 "GET /en/ HTTP/1.1" 200 50324 WARNING 2025-08-05 19:57:38,117 log 8956 6166769664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 19:57:38,117 basehttp 8956 6166769664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 19:57:38,180 basehttp 8956 6166769664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6784 INFO 2025-08-05 19:57:38,191 basehttp 8956 6358691840 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-05 19:57:38,191 basehttp 8956 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 19:57:38,194 basehttp 8956 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 ERROR 2025-08-05 19:57:49,552 log 8956 6325039104 Internal Server Error: /en/billing/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'int' object is not iterable ERROR 2025-08-05 19:57:49,553 basehttp 8956 6325039104 "GET /en/billing/ HTTP/1.1" 500 162999 WARNING 2025-08-05 19:57:49,570 log 8956 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 19:57:49,570 basehttp 8956 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:02:05,961 autoreload 8956 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-05 20:02:06,259 autoreload 10947 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 20:02:06,529 log 10947 6134689792 Internal Server Error: /en/billing/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'int' object is not iterable ERROR 2025-08-05 20:02:06,533 basehttp 10947 6134689792 "GET /en/billing/ HTTP/1.1" 500 163712 WARNING 2025-08-05 20:02:06,550 log 10947 6134689792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:02:06,550 basehttp 10947 6134689792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:02:35,314 autoreload 10947 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-05 20:02:35,603 autoreload 11176 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 20:02:35,901 basehttp 11176 6204190720 "GET /en/billing/ HTTP/1.1" 200 45274 WARNING 2025-08-05 20:02:35,920 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:02:35,921 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:02:35,968 basehttp 11176 6204190720 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 105 ERROR 2025-08-05 20:02:45,157 log 11176 6204190720 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py", line 204, in get_context_data context['line_items'] = bill.billlineitem_set.all().order_by('line_number') ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'MedicalBill' object has no attribute 'billlineitem_set' ERROR 2025-08-05 20:02:45,162 basehttp 11176 6204190720 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 86142 WARNING 2025-08-05 20:02:45,178 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:02:45,178 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:02:53,040 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:02:53,040 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:02:53,048 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:02:53,049 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:03:05,981 basehttp 11176 6204190720 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 105 INFO 2025-08-05 20:03:10,417 basehttp 11176 6204190720 "GET /en/billing/bills/create/ HTTP/1.1" 200 43534 WARNING 2025-08-05 20:03:10,434 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:03:10,434 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:03:17,767 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:03:17,767 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:03:17,776 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:03:17,776 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 20:03:19,039 log 11176 6204190720 Internal Server Error: /en/billing/payments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_payments' not found. 'export_payments' is not a valid view function or pattern name. ERROR 2025-08-05 20:03:19,040 basehttp 11176 6204190720 "GET /en/billing/payments/ HTTP/1.1" 500 164306 WARNING 2025-08-05 20:03:19,056 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:03:19,056 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 20:04:10,491 log 11176 6204190720 Internal Server Error: /en/billing/payments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'payment_stats' not found. 'payment_stats' is not a valid view function or pattern name. ERROR 2025-08-05 20:04:10,492 basehttp 11176 6204190720 "GET /en/billing/payments/ HTTP/1.1" 500 164063 WARNING 2025-08-05 20:04:10,508 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:04:10,508 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 20:05:01,921 log 11176 6204190720 Internal Server Error: /en/billing/payments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_payments' not found. 'export_payments' is not a valid view function or pattern name. ERROR 2025-08-05 20:05:01,922 basehttp 11176 6204190720 "GET /en/billing/payments/ HTTP/1.1" 500 167688 WARNING 2025-08-05 20:05:01,935 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:05:01,935 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:05:24,915 basehttp 11176 6204190720 "GET /en/billing/payments/ HTTP/1.1" 200 30551 WARNING 2025-08-05 20:05:24,931 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:05:24,931 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:05:32,034 basehttp 11176 6204190720 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 105 WARNING 2025-08-05 20:05:32,036 log 11176 6221017088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:05:32,036 basehttp 11176 6221017088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:05:32,048 log 11176 6221017088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:05:32,048 basehttp 11176 6221017088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:05:34,366 basehttp 11176 6221017088 "GET /en/billing/payments/ HTTP/1.1" 200 30551 WARNING 2025-08-05 20:05:34,386 log 11176 6221017088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:05:34,386 basehttp 11176 6221017088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 20:05:38,488 log 11176 6221017088 Internal Server Error: /en/billing/payments/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_details_api' not found. 'bill_details_api' is not a valid view function or pattern name. ERROR 2025-08-05 20:05:38,490 basehttp 11176 6221017088 "GET /en/billing/payments/create/ HTTP/1.1" 500 168939 WARNING 2025-08-05 20:05:38,507 log 11176 6221017088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:05:38,507 basehttp 11176 6221017088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:09:53,236 log 11176 6221017088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:09:53,236 basehttp 11176 6221017088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:09:53,247 log 11176 6221017088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:09:53,247 basehttp 11176 6221017088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:09:53,885 basehttp 11176 6221017088 "GET /en/billing/payments/ HTTP/1.1" 200 30551 WARNING 2025-08-05 20:09:53,901 log 11176 6221017088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:09:53,902 basehttp 11176 6221017088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:09:56,611 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-05 20:09:56,612 basehttp 11176 6221017088 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 105 WARNING 2025-08-05 20:09:56,612 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:09:56,621 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:09:56,621 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 20:09:59,146 log 11176 6204190720 Internal Server Error: /en/billing/claims/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_claims' not found. 'export_claims' is not a valid view function or pattern name. ERROR 2025-08-05 20:09:59,147 basehttp 11176 6204190720 "GET /en/billing/claims/ HTTP/1.1" 500 165857 WARNING 2025-08-05 20:09:59,162 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:09:59,162 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:10:01,201 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:10:01,201 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:10:01,212 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:10:01,213 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:10:06,463 basehttp 11176 6204190720 "GET /en/billing/export/bills/ HTTP/1.1" 200 829 INFO 2025-08-05 20:10:26,631 basehttp 11176 6204190720 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 105 INFO 2025-08-05 20:10:27,818 basehttp 11176 6204190720 "GET /en/billing/payments/ HTTP/1.1" 200 30551 WARNING 2025-08-05 20:10:27,835 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:10:27,835 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:10:29,812 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:10:29,812 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:10:29,820 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:10:29,820 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 20:10:31,043 log 11176 6204190720 Internal Server Error: /en/billing/bills/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_print' not found. 'bill_print' is not a valid view function or pattern name. ERROR 2025-08-05 20:10:31,044 basehttp 11176 6204190720 "GET /en/billing/bills/ HTTP/1.1" 500 200491 WARNING 2025-08-05 20:10:31,058 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:10:31,058 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:11:12,894 basehttp 11176 6204190720 "GET /en/billing/bills/ HTTP/1.1" 200 68717 WARNING 2025-08-05 20:11:12,910 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:11:12,910 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:11:12,957 basehttp 11176 6204190720 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 105 ERROR 2025-08-05 20:11:23,575 log 11176 6204190720 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py", line 204, in get_context_data context['line_items'] = bill.billlineitem_set.all().order_by('line_number') ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'MedicalBill' object has no attribute 'billlineitem_set' ERROR 2025-08-05 20:11:23,578 basehttp 11176 6204190720 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 86148 WARNING 2025-08-05 20:11:23,597 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:11:23,597 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:12:41,860 autoreload 11176 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-05 20:12:42,191 autoreload 15621 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 20:12:42,462 log 15621 6202060800 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py", line 204, in get_context_data context['line_items'] = bill.objects.all().order_by('line_number') ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 186, in __get__ raise AttributeError( AttributeError: Manager isn't accessible via MedicalBill instances ERROR 2025-08-05 20:12:42,463 basehttp 15621 6202060800 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 90226 WARNING 2025-08-05 20:12:42,481 log 15621 6202060800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:12:42,481 basehttp 15621 6202060800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:13:12,228 autoreload 15621 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-05 20:13:12,510 autoreload 15773 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 20:13:13,246 log 15773 6136950784 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py", line 204, in get_context_data context['line_items'] = bill.billitem_set.all().order_by('line_number') ^^^^^^^^^^^^^^^^^ AttributeError: 'MedicalBill' object has no attribute 'billitem_set' ERROR 2025-08-05 20:13:13,251 basehttp 15773 6136950784 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 86253 WARNING 2025-08-05 20:13:13,263 log 15773 6136950784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:13:13,263 basehttp 15773 6136950784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:13:31,204 autoreload 15773 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-05 20:13:31,507 autoreload 15928 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 20:14:27,353 autoreload 15928 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-05 20:14:27,642 autoreload 16385 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 20:14:27,958 log 16385 6161182720 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py", line 204, in get_context_data context['line_items'] = bill.line_items_set.all().order_by('line_number') ^^^^^^^^^^^^^^^^^^^ AttributeError: 'MedicalBill' object has no attribute 'line_items_set'. Did you mean: 'line_items'? ERROR 2025-08-05 20:14:27,960 basehttp 16385 6161182720 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 86269 WARNING 2025-08-05 20:14:27,974 log 16385 6161182720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:14:27,975 basehttp 16385 6161182720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:15:07,875 autoreload 16385 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-05 20:15:08,159 autoreload 16620 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 20:15:09,371 log 16620 6200258560 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py", line 204, in get_context_data context['line_items'] = bill.billlineitems.all().order_by('line_number') ^^^^^^^^^^^^^^^^^^ AttributeError: 'MedicalBill' object has no attribute 'billlineitems' ERROR 2025-08-05 20:15:09,373 basehttp 16620 6200258560 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 86261 WARNING 2025-08-05 20:15:09,385 log 16620 6200258560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:15:09,385 basehttp 16620 6200258560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 20:15:11,013 log 16620 6200258560 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py", line 204, in get_context_data context['line_items'] = bill.billlineitems.all().order_by('line_number') ^^^^^^^^^^^^^^^^^^ AttributeError: 'MedicalBill' object has no attribute 'billlineitems' ERROR 2025-08-05 20:15:11,015 basehttp 16620 6200258560 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 86261 WARNING 2025-08-05 20:15:11,030 log 16620 6200258560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:15:11,030 basehttp 16620 6200258560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:15:29,975 autoreload 16620 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-05 20:15:30,270 autoreload 16859 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 20:15:31,075 log 16859 6194786304 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py", line 204, in get_context_data context['line_items'] = bill.lineitems.all().order_by('line_number') ^^^^^^^^^^^^^^ AttributeError: 'MedicalBill' object has no attribute 'lineitems'. Did you mean: 'line_items'? ERROR 2025-08-05 20:15:31,077 basehttp 16859 6194786304 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 86229 WARNING 2025-08-05 20:15:31,096 log 16859 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:15:31,096 basehttp 16859 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:16:22,794 autoreload 16859 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-05 20:16:23,139 autoreload 17242 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 20:16:25,280 log 17242 6167638016 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py", line 205, in get_context_data context['claims'] = bill.insuranceclaim_set.all().order_by('-submission_date') ^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'MedicalBill' object has no attribute 'insuranceclaim_set'. Did you mean: 'insurance_claims'? ERROR 2025-08-05 20:16:25,283 basehttp 17242 6167638016 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 86361 WARNING 2025-08-05 20:16:25,297 log 17242 6167638016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:16:25,297 basehttp 17242 6167638016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:16:39,861 autoreload 17242 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-05 20:16:40,211 autoreload 17319 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 20:16:42,285 log 17319 6165229568 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py", line 206, in get_context_data context['payments'] = bill.payment_set.all().order_by('-payment_date') ^^^^^^^^^^^^^^^^ AttributeError: 'MedicalBill' object has no attribute 'payment_set'. Did you mean: 'payments'? ERROR 2025-08-05 20:16:42,287 basehttp 17319 6165229568 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 86373 WARNING 2025-08-05 20:16:42,304 log 17319 6165229568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:16:42,304 basehttp 17319 6165229568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:16:52,861 autoreload 17319 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-05 20:16:53,136 autoreload 17398 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 20:16:54,808 log 17398 6124875776 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_print' not found. 'bill_print' is not a valid view function or pattern name. ERROR 2025-08-05 20:16:54,810 basehttp 17398 6124875776 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 171486 WARNING 2025-08-05 20:16:54,828 log 17398 6124875776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:16:54,828 basehttp 17398 6124875776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 20:17:51,355 log 17398 6124875776 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_email' not found. 'bill_email' is not a valid view function or pattern name. ERROR 2025-08-05 20:17:51,356 basehttp 17398 6124875776 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 171564 WARNING 2025-08-05 20:17:51,372 log 17398 6124875776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:17:51,372 basehttp 17398 6124875776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 20:18:22,894 log 17398 6124875776 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_download' not found. 'bill_download' is not a valid view function or pattern name. ERROR 2025-08-05 20:18:22,895 basehttp 17398 6124875776 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 171779 WARNING 2025-08-05 20:18:22,910 log 17398 6124875776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:18:22,910 basehttp 17398 6124875776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 20:18:53,547 log 17398 6124875776 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_bills' with arguments '(UUID('53a8edf6-5fb7-4c0d-b505-1cb9b90c144a'),)' not found. 1 pattern(s) tried: ['en/billing/export/bills/\\Z'] ERROR 2025-08-05 20:18:53,549 basehttp 17398 6124875776 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 173747 WARNING 2025-08-05 20:18:53,564 log 17398 6124875776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:18:53,564 basehttp 17398 6124875776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 20:19:22,899 log 17398 6124875776 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_print' not found. 'bill_print' is not a valid view function or pattern name. ERROR 2025-08-05 20:19:22,900 basehttp 17398 6124875776 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 171358 WARNING 2025-08-05 20:19:22,914 log 17398 6124875776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:19:22,914 basehttp 17398 6124875776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 20:19:52,243 log 17398 6124875776 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_email' not found. 'bill_email' is not a valid view function or pattern name. ERROR 2025-08-05 20:19:52,244 basehttp 17398 6124875776 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 170861 WARNING 2025-08-05 20:19:52,258 log 17398 6124875776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:19:52,258 basehttp 17398 6124875776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:20:04,366 basehttp 17398 6124875776 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 200 38548 WARNING 2025-08-05 20:20:04,380 log 17398 6124875776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:20:04,380 basehttp 17398 6124875776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:20:22,665 log 17398 6141702144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:20:22,666 basehttp 17398 6141702144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:20:22,667 basehttp 17398 6124875776 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 105 WARNING 2025-08-05 20:20:22,674 log 17398 6124875776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:20:22,674 basehttp 17398 6124875776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:20:26,413 basehttp 17398 6124875776 "GET /en/billing/bills/ HTTP/1.1" 200 68717 WARNING 2025-08-05 20:20:26,427 log 17398 6124875776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:20:26,427 basehttp 17398 6124875776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:20:26,503 basehttp 17398 6124875776 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 105 INFO 2025-08-05 20:20:36,549 basehttp 17398 6124875776 "GET /en/billing/bills/64b27867-1cb2-42ff-9212-5cbdaa087246/edit/ HTTP/1.1" 200 43487 WARNING 2025-08-05 20:20:36,564 log 17398 6124875776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:20:36,564 basehttp 17398 6124875776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:20:39,740 log 17398 6124875776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:20:39,740 basehttp 17398 6124875776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:20:39,750 log 17398 6124875776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:20:39,750 basehttp 17398 6124875776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:20:44,251 log 17398 6124875776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:20:44,252 basehttp 17398 6124875776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:20:46,291 log 17398 6124875776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:20:46,291 basehttp 17398 6124875776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:21:16,329 basehttp 17398 6124875776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 20:21:46,336 basehttp 17398 6124875776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6784 INFO 2025-08-05 20:21:46,341 basehttp 17398 6141702144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 20:21:46,342 basehttp 17398 6158528512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-05 20:21:51,037 log 17398 6158528512 Forbidden (CSRF token missing.): /en/notifications/f4e559c3-3db1-4101-b774-a9f011e207d5/dismiss/ WARNING 2025-08-05 20:21:51,037 basehttp 17398 6158528512 "POST /en/notifications/f4e559c3-3db1-4101-b774-a9f011e207d5/dismiss/ HTTP/1.1" 403 2491 INFO 2025-08-05 20:22:16,336 basehttp 17398 6158528512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 20:22:46,350 basehttp 17398 6158528512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6784 INFO 2025-08-05 20:22:46,353 basehttp 17398 6141702144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 20:22:46,353 basehttp 17398 6124875776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 20:23:16,325 basehttp 17398 6124875776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 20:23:31,351 autoreload 17398 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/urls.py changed, reloading. INFO 2025-08-05 20:23:31,756 autoreload 20325 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 20:23:34,489 basehttp 20325 6137049088 "GET /en/ HTTP/1.1" 200 50324 WARNING 2025-08-05 20:23:34,509 log 20325 6137049088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:23:34,509 basehttp 20325 6137049088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:23:34,582 basehttp 20325 6137049088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6784 INFO 2025-08-05 20:23:34,586 basehttp 20325 6170701824 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 20:23:34,588 basehttp 20325 6325039104 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-05 20:23:34,589 basehttp 20325 6153875456 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-05 20:23:37,187 log 20325 6153875456 Forbidden (CSRF token missing.): /en/notifications/dcc05c3e-c8cc-49c3-b1f9-0b64d51a0717/dismiss/ WARNING 2025-08-05 20:23:37,188 basehttp 20325 6153875456 "POST /en/notifications/dcc05c3e-c8cc-49c3-b1f9-0b64d51a0717/dismiss/ HTTP/1.1" 403 2491 INFO 2025-08-05 20:24:04,587 basehttp 20325 6153875456 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 20:24:34,593 basehttp 20325 6153875456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6784 INFO 2025-08-05 20:24:34,593 basehttp 20325 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 20:24:34,597 basehttp 20325 6170701824 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 20:24:38,984 autoreload 20325 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/urls.py changed, reloading. INFO 2025-08-05 20:24:39,327 autoreload 20862 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 20:24:42,581 basehttp 20862 6122729472 "GET /en/ HTTP/1.1" 200 50324 INFO 2025-08-05 20:24:42,595 basehttp 20862 6156382208 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-05 20:24:42,596 basehttp 20862 13186969600 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-05 20:24:42,598 basehttp 20862 13170143232 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-05 20:24:42,598 basehttp 20862 13186969600 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-05 20:24:42,601 basehttp 20862 13186969600 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-05 20:24:42,603 basehttp 20862 6122729472 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-08-05 20:24:42,604 log 20862 6156382208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:24:42,604 basehttp 20862 6156382208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:24:42,608 basehttp 20862 13186969600 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-05 20:24:42,609 basehttp 20862 6173208576 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-05 20:24:42,610 basehttp 20862 6139555840 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-05 20:24:42,613 basehttp 20862 13170143232 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-05 20:24:42,813 basehttp 20862 6139555840 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-05 20:24:42,814 basehttp 20862 13186969600 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-05 20:24:42,814 basehttp 20862 13170143232 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-05 20:24:42,815 basehttp 20862 6173208576 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-05 20:24:42,815 basehttp 20862 6122729472 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-05 20:24:42,816 basehttp 20862 6156382208 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-05 20:24:42,818 basehttp 20862 13186969600 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-05 20:24:42,818 basehttp 20862 13170143232 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-05 20:24:42,818 basehttp 20862 6122729472 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-05 20:24:42,819 basehttp 20862 6156382208 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-05 20:24:42,819 basehttp 20862 6173208576 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-05 20:24:42,821 basehttp 20862 6156382208 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-05 20:24:42,821 basehttp 20862 13170143232 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-05 20:24:42,822 basehttp 20862 6173208576 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-05 20:24:42,822 basehttp 20862 13186969600 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-05 20:24:42,822 basehttp 20862 6122729472 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-05 20:24:42,824 basehttp 20862 6139555840 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-05 20:24:42,824 basehttp 20862 6173208576 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-05 20:24:42,825 basehttp 20862 13170143232 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-05 20:24:42,826 basehttp 20862 6122729472 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-05 20:24:42,826 basehttp 20862 6156382208 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-05 20:24:42,826 basehttp 20862 13186969600 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-05 20:24:42,826 basehttp 20862 6139555840 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-05 20:24:42,833 basehttp 20862 6139555840 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-05 20:24:42,868 basehttp 20862 6122729472 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-05 20:24:42,873 basehttp 20862 6139555840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6804 INFO 2025-08-05 20:24:42,874 basehttp 20862 6156382208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 20:24:42,877 basehttp 20862 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-05 20:24:42,944 log 20862 13186969600 Not Found: /favicon.ico WARNING 2025-08-05 20:24:42,945 basehttp 20862 13186969600 "GET /favicon.ico HTTP/1.1" 404 2557 WARNING 2025-08-05 20:24:45,491 log 20862 13186969600 Forbidden (CSRF token missing.): /en/htmx/dismiss-notification/dcc05c3e-c8cc-49c3-b1f9-0b64d51a0717/ WARNING 2025-08-05 20:24:45,491 basehttp 20862 13186969600 "POST /en/htmx/dismiss-notification/dcc05c3e-c8cc-49c3-b1f9-0b64d51a0717/ HTTP/1.1" 403 2491 INFO 2025-08-05 20:25:12,858 basehttp 20862 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 20:25:42,878 basehttp 20862 6156382208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 20:25:42,879 basehttp 20862 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6804 INFO 2025-08-05 20:25:42,881 basehttp 20862 6139555840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 20:26:12,861 basehttp 20862 6139555840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 20:26:42,884 basehttp 20862 6139555840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6804 INFO 2025-08-05 20:26:42,884 basehttp 20862 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 20:26:42,886 basehttp 20862 6156382208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 20:27:12,868 basehttp 20862 6156382208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 20:27:42,887 basehttp 20862 6156382208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6804 INFO 2025-08-05 20:27:42,887 basehttp 20862 6139555840 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 20:27:42,889 basehttp 20862 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 20:28:12,875 basehttp 20862 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 20:28:40,814 basehttp 20862 13186969600 "GET /en/patients/register/ HTTP/1.1" 200 29341 WARNING 2025-08-05 20:28:40,842 log 20862 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:28:40,842 basehttp 20862 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:28:48,585 basehttp 20862 13186969600 "GET /en/patients/ HTTP/1.1" 200 69054 WARNING 2025-08-05 20:28:48,601 log 20862 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:28:48,602 basehttp 20862 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:28:48,626 basehttp 20862 13186969600 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 ERROR 2025-08-05 20:29:06,991 log 20862 13186969600 Internal Server Error: /en/patients/htmx/insurance-info/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1130, in insurance_info_list ).order_by('-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-05 20:29:06,993 basehttp 20862 13186969600 "GET /en/patients/htmx/insurance-info/115/ HTTP/1.1" 500 89442 ERROR 2025-08-05 20:29:17,577 log 20862 13186969600 Internal Server Error: /en/patients/85/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 132, in get_context_data ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: address_line_1, address_line_2, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-05 20:29:17,578 basehttp 20862 13186969600 "GET /en/patients/85/ HTTP/1.1" 500 102026 WARNING 2025-08-05 20:29:17,595 log 20862 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:29:17,595 basehttp 20862 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:29:55,538 log 20862 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:29:55,538 basehttp 20862 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:29:55,542 basehttp 20862 6156382208 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 WARNING 2025-08-05 20:29:55,545 log 20862 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:29:55,545 basehttp 20862 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:30:52,974 basehttp 20862 13186969600 "GET /en/patients/htmx/consent-forms/119/ HTTP/1.1" 200 1174 INFO 2025-08-05 20:30:55,502 basehttp 20862 13186969600 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-05 20:31:55,502 basehttp 20862 13186969600 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-05 20:32:10,911 basehttp 20862 13186969600 "GET /en/admin/inventory/inventorylocation/?location_type__exact=OR_STORAGE HTTP/1.1" 200 72385 INFO 2025-08-05 20:32:10,919 basehttp 20862 6139555840 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-05 20:32:10,920 basehttp 20862 6156382208 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-05 20:32:10,920 basehttp 20862 13186969600 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-05 20:32:10,920 basehttp 20862 6173208576 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-05 20:32:10,921 basehttp 20862 6122729472 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-05 20:32:10,922 basehttp 20862 6139555840 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-05 20:32:10,923 basehttp 20862 13186969600 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-05 20:32:10,923 basehttp 20862 6173208576 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-05 20:32:10,923 basehttp 20862 6122729472 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-05 20:32:10,925 basehttp 20862 6173208576 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-05 20:32:10,925 basehttp 20862 6139555840 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-05 20:32:10,926 basehttp 20862 13186969600 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-05 20:32:10,928 basehttp 20862 6173208576 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-05 20:32:10,930 basehttp 20862 13170143232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-05 20:32:10,930 basehttp 20862 6156382208 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-05 20:32:10,935 basehttp 20862 13170143232 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-05 20:32:10,935 basehttp 20862 6122729472 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-05 20:32:10,936 basehttp 20862 13170143232 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-05 20:32:10,969 basehttp 20862 13170143232 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-05 20:32:10,969 basehttp 20862 6156382208 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-05 20:32:10,969 basehttp 20862 6122729472 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-05 20:32:20,393 basehttp 20862 6122729472 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 143154 INFO 2025-08-05 20:32:20,405 basehttp 20862 6156382208 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-05 20:32:20,409 basehttp 20862 6122729472 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-05 20:32:27,958 log 20862 6122729472 Internal Server Error: /en/admin/patients/patientprofile/28/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 840, in get_form return modelform_factory(self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 312, in __new__ fields = fields_for_model( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 207, in fields_for_model raise FieldError( django.core.exceptions.FieldError: 'registration_date' cannot be specified for PatientProfile model form as it is a non-editable field During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1878, in _changeform_view ModelForm = self.get_form( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 842, in get_form raise FieldError( django.core.exceptions.FieldError: 'registration_date' cannot be specified for PatientProfile model form as it is a non-editable field. Check fields/fieldsets/exclude attributes of class PatientProfileAdmin. ERROR 2025-08-05 20:32:27,964 basehttp 20862 6122729472 "GET /en/admin/patients/patientprofile/28/change/ HTTP/1.1" 500 168185 INFO 2025-08-05 20:32:55,805 basehttp 20862 6122729472 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-05 20:33:01,867 autoreload 20862 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/admin.py changed, reloading. INFO 2025-08-05 20:33:02,288 autoreload 24523 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 20:33:04,460 log 24523 6194442240 Internal Server Error: /en/admin/patients/patientprofile/28/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 840, in get_form return modelform_factory(self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 312, in __new__ fields = fields_for_model( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 207, in fields_for_model raise FieldError( django.core.exceptions.FieldError: 'registration_date' cannot be specified for PatientProfile model form as it is a non-editable field During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1878, in _changeform_view ModelForm = self.get_form( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 842, in get_form raise FieldError( django.core.exceptions.FieldError: 'registration_date' cannot be specified for PatientProfile model form as it is a non-editable field. Check fields/fieldsets/exclude attributes of class PatientProfileAdmin. ERROR 2025-08-05 20:33:04,464 basehttp 24523 6194442240 "GET /en/admin/patients/patientprofile/28/change/ HTTP/1.1" 500 168322 ERROR 2025-08-05 20:33:05,419 log 24523 6194442240 Internal Server Error: /en/admin/patients/patientprofile/28/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 840, in get_form return modelform_factory(self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 312, in __new__ fields = fields_for_model( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 207, in fields_for_model raise FieldError( django.core.exceptions.FieldError: 'registration_date' cannot be specified for PatientProfile model form as it is a non-editable field During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1878, in _changeform_view ModelForm = self.get_form( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 842, in get_form raise FieldError( django.core.exceptions.FieldError: 'registration_date' cannot be specified for PatientProfile model form as it is a non-editable field. Check fields/fieldsets/exclude attributes of class PatientProfileAdmin. ERROR 2025-08-05 20:33:05,422 basehttp 24523 6194442240 "GET /en/admin/patients/patientprofile/28/change/ HTTP/1.1" 500 168322 INFO 2025-08-05 20:33:40,345 autoreload 24523 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/admin.py changed, reloading. INFO 2025-08-05 20:33:40,622 autoreload 24793 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 20:33:41,503 basehttp 24793 6155268096 "GET /en/admin/patients/patientprofile/28/change/ HTTP/1.1" 200 191533 INFO 2025-08-05 20:33:41,519 basehttp 24793 6155268096 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-05 20:33:41,519 basehttp 24793 6239399936 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-05 20:33:41,519 basehttp 24793 6188920832 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-08-05 20:33:41,520 basehttp 24793 6222573568 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-08-05 20:33:41,520 basehttp 24793 6205747200 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-08-05 20:33:41,521 basehttp 24793 6239399936 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-05 20:33:41,522 basehttp 24793 6239399936 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-05 20:33:41,523 basehttp 24793 6239399936 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-05 20:33:41,524 basehttp 24793 6172094464 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-05 20:33:41,524 basehttp 24793 6239399936 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-08-05 20:33:41,525 basehttp 24793 6172094464 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-05 20:33:41,555 basehttp 24793 6172094464 "GET /static/admin/img/inline-delete.svg HTTP/1.1" 200 537 INFO 2025-08-05 20:33:41,558 basehttp 24793 6172094464 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-08-05 20:33:41,558 basehttp 24793 6172094464 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-08-05 20:33:54,548 basehttp 24793 6172094464 "POST /en/admin/patients/patientprofile/28/change/ HTTP/1.1" 302 0 INFO 2025-08-05 20:33:54,610 basehttp 24793 6172094464 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 135291 INFO 2025-08-05 20:33:54,629 basehttp 24793 6172094464 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-05 20:33:56,818 basehttp 24793 6172094464 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-05 20:34:04,215 basehttp 24793 6172094464 "GET /en/admin/patients/patientprofile/?all= HTTP/1.1" 200 169476 INFO 2025-08-05 20:34:04,225 basehttp 24793 6172094464 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-05 20:34:13,612 basehttp 24793 6172094464 "GET /en/admin/patients/patientprofile/49/change/?_changelist_filters=all%3D HTTP/1.1" 200 195573 INFO 2025-08-05 20:34:13,629 basehttp 24793 6172094464 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-05 20:34:20,819 basehttp 24793 6172094464 "POST /en/admin/patients/patientprofile/49/change/?_changelist_filters=all%3D HTTP/1.1" 302 0 INFO 2025-08-05 20:34:20,861 basehttp 24793 6172094464 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 135277 INFO 2025-08-05 20:34:20,873 basehttp 24793 6172094464 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-05 20:34:23,571 basehttp 24793 6172094464 "GET /en/admin/patients/patientprofile/add/ HTTP/1.1" 200 186923 INFO 2025-08-05 20:34:23,588 basehttp 24793 6172094464 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-05 20:34:27,748 basehttp 24793 6172094464 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 135031 INFO 2025-08-05 20:34:33,992 basehttp 24793 6172094464 "GET /en/admin/accounts/twofactordevice/ HTTP/1.1" 200 140797 INFO 2025-08-05 20:34:34,006 basehttp 24793 6172094464 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-05 20:34:36,702 basehttp 24793 6172094464 "GET /en/admin/accounts/twofactordevice/133/change/ HTTP/1.1" 200 115848 INFO 2025-08-05 20:34:36,716 basehttp 24793 6172094464 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-05 20:34:39,629 basehttp 24793 6172094464 "GET /en/admin/accounts/twofactordevice/ HTTP/1.1" 200 140797 INFO 2025-08-05 20:34:42,169 basehttp 24793 6172094464 "GET /en/admin/appointments/appointmenttemplate/ HTTP/1.1" 200 69499 INFO 2025-08-05 20:34:42,183 basehttp 24793 6172094464 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-05 20:34:46,680 basehttp 24793 6172094464 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 126321 INFO 2025-08-05 20:34:46,693 basehttp 24793 6172094464 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-06 00:55:34,920 autoreload 4689 8601149632 Watching for file changes with StatReloader INFO 2025-08-06 00:55:38,126 basehttp 4689 6128496640 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 134491 INFO 2025-08-06 00:55:38,138 basehttp 4689 6128496640 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 WARNING 2025-08-06 00:55:38,175 log 4689 6128496640 Not Found: /favicon.ico WARNING 2025-08-06 00:55:38,175 basehttp 4689 6128496640 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-06 00:55:40,637 basehttp 4689 6128496640 "GET / HTTP/1.1" 302 0 INFO 2025-08-06 00:55:40,674 basehttp 4689 6145323008 "GET /en/ HTTP/1.1" 200 50313 INFO 2025-08-06 00:55:40,759 basehttp 4689 6145323008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6769 INFO 2025-08-06 00:55:40,764 basehttp 4689 6162149376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 00:55:40,765 basehttp 4689 13170143232 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 00:55:40,768 basehttp 4689 6128496640 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 00:55:54,298 basehttp 4689 6128496640 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 00:56:04,258 basehttp 4689 6128496640 "GET /en/patients/ HTTP/1.1" 200 69054 INFO 2025-08-06 00:56:04,278 basehttp 4689 6128496640 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 00:56:55,297 basehttp 4689 6128496640 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 00:57:04,290 basehttp 4689 6128496640 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 00:57:56,314 basehttp 4689 6128496640 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 00:58:04,303 basehttp 4689 6128496640 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 00:58:57,294 basehttp 4689 6128496640 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 00:59:04,309 basehttp 4689 6128496640 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 00:59:18,342 basehttp 4689 6128496640 "GET /en/patients/htmx/consent-forms/115/ HTTP/1.1" 200 590 INFO 2025-08-06 01:00:04,298 basehttp 4689 6128496640 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 ERROR 2025-08-06 01:00:09,652 log 4689 6128496640 Internal Server Error: /en/patients/htmx/insurance-info/85/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1130, in insurance_info_list ).order_by('-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-06 01:00:09,657 basehttp 4689 6128496640 "GET /en/patients/htmx/insurance-info/85/ HTTP/1.1" 500 89882 INFO 2025-08-06 01:00:50,282 basehttp 4689 6128496640 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:01:04,294 basehttp 4689 6128496640 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:01:50,280 basehttp 4689 6128496640 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:01:51,951 autoreload 4689 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-08-06 01:01:52,331 autoreload 7463 8601149632 Watching for file changes with StatReloader INFO 2025-08-06 01:01:59,085 basehttp 7463 6164443136 "GET /en/patients/ HTTP/1.1" 200 69054 INFO 2025-08-06 01:01:59,125 basehttp 7463 6164443136 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:02:02,257 basehttp 7463 6164443136 "GET /en/patients/htmx/insurance-info/115/ HTTP/1.1" 200 153 INFO 2025-08-06 01:02:07,271 basehttp 7463 6164443136 "GET /en/patients/htmx/consent-forms/115/ HTTP/1.1" 200 590 WARNING 2025-08-06 01:02:19,919 log 7463 6164443136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:02:19,919 basehttp 7463 6164443136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:02:23,005 basehttp 7463 6164443136 "GET /en/patients/htmx/insurance-info/137/ HTTP/1.1" 200 153 INFO 2025-08-06 01:02:39,244 basehttp 7463 6164443136 "GET /en/patients/htmx/consent-forms/85/ HTTP/1.1" 200 149 INFO 2025-08-06 01:02:59,132 basehttp 7463 6164443136 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:03:50,275 basehttp 7463 6164443136 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:03:59,128 basehttp 7463 6164443136 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:04:50,279 basehttp 7463 6164443136 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:04:59,131 basehttp 7463 6164443136 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:05:50,279 basehttp 7463 6164443136 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:05:59,145 basehttp 7463 6164443136 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:06:59,147 basehttp 7463 6164443136 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:07:50,272 basehttp 7463 6164443136 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:07:59,115 basehttp 7463 6164443136 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:08:50,228 basehttp 7463 6164443136 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:08:59,114 basehttp 7463 6164443136 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:09:42,714 autoreload 7463 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-08-06 01:09:43,006 autoreload 11749 8601149632 Watching for file changes with StatReloader INFO 2025-08-06 01:09:44,441 basehttp 11749 6202191872 "GET /en/patients/ HTTP/1.1" 200 69054 WARNING 2025-08-06 01:09:44,465 log 11749 6202191872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:09:44,465 basehttp 11749 6202191872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:09:44,508 basehttp 11749 6202191872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:09:50,232 basehttp 11749 6202191872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:10:23,993 basehttp 11749 6202191872 "GET /en/patients/register/ HTTP/1.1" 200 29341 WARNING 2025-08-06 01:10:24,008 log 11749 6202191872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:10:24,009 basehttp 11749 6202191872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 01:10:31,208 log 11749 6202191872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:10:31,208 basehttp 11749 6202191872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 01:10:31,226 log 11749 6202191872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:10:31,226 basehttp 11749 6202191872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 01:10:31,636 log 11749 6202191872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:10:31,636 basehttp 11749 6202191872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 01:10:34,601 log 11749 6202191872 Forbidden (CSRF token missing.): /en/htmx/dismiss-notification/7f5f7eca-e3c3-4e6c-9eb7-4b8fb82c9740/ WARNING 2025-08-06 01:10:34,602 basehttp 11749 6202191872 "POST /en/htmx/dismiss-notification/7f5f7eca-e3c3-4e6c-9eb7-4b8fb82c9740/ HTTP/1.1" 403 2491 WARNING 2025-08-06 01:10:35,748 log 11749 6202191872 Forbidden (CSRF token missing.): /en/htmx/dismiss-notification/7f5f7eca-e3c3-4e6c-9eb7-4b8fb82c9740/ WARNING 2025-08-06 01:10:35,750 basehttp 11749 6202191872 "POST /en/htmx/dismiss-notification/7f5f7eca-e3c3-4e6c-9eb7-4b8fb82c9740/ HTTP/1.1" 403 2491 INFO 2025-08-06 01:10:38,552 basehttp 11749 6202191872 "GET / HTTP/1.1" 302 0 INFO 2025-08-06 01:10:38,587 basehttp 11749 6219018240 "GET /en/ HTTP/1.1" 200 50314 WARNING 2025-08-06 01:10:38,602 log 11749 6219018240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:10:38,602 basehttp 11749 6219018240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:10:38,673 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6769 INFO 2025-08-06 01:10:38,676 basehttp 11749 6252670976 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:10:38,677 basehttp 11749 6235844608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:10:38,678 basehttp 11749 6202191872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:10:42,296 basehttp 11749 6202191872 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 49633 WARNING 2025-08-06 01:10:42,317 log 11749 6202191872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:10:42,318 basehttp 11749 6202191872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:11:35,081 basehttp 11749 6202191872 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 49633 WARNING 2025-08-06 01:11:35,100 log 11749 6202191872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:11:35,101 basehttp 11749 6202191872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:11:50,239 basehttp 11749 6202191872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:12:50,241 basehttp 11749 6202191872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:13:08,096 basehttp 11749 6202191872 "GET /en/laboratory/tests/ HTTP/1.1" 200 32036 WARNING 2025-08-06 01:13:08,130 log 11749 6202191872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:13:08,131 basehttp 11749 6202191872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:14:13,369 basehttp 11749 6202191872 "GET /en/laboratory/tests/ HTTP/1.1" 200 32025 WARNING 2025-08-06 01:14:13,399 log 11749 6202191872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:14:13,399 basehttp 11749 6202191872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:14:21,161 basehttp 11749 6202191872 "GET / HTTP/1.1" 302 0 INFO 2025-08-06 01:14:21,180 basehttp 11749 6235844608 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:14:21,208 log 11749 6235844608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:14:21,208 basehttp 11749 6235844608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:14:21,263 basehttp 11749 6235844608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6774 INFO 2025-08-06 01:14:21,275 basehttp 11749 6219018240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:14:21,276 basehttp 11749 6202191872 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:14:21,276 basehttp 11749 6252670976 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:14:50,235 basehttp 11749 6252670976 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:14:51,261 basehttp 11749 6252670976 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:15:21,276 basehttp 11749 6252670976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6774 INFO 2025-08-06 01:15:21,277 basehttp 11749 6202191872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:15:21,279 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:15:50,225 basehttp 11749 6219018240 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:15:51,255 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:16:21,283 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6774 INFO 2025-08-06 01:16:21,285 basehttp 11749 6252670976 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:16:21,286 basehttp 11749 6202191872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:16:50,217 basehttp 11749 6202191872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:16:51,265 basehttp 11749 6202191872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:17:21,284 basehttp 11749 6202191872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6774 INFO 2025-08-06 01:17:21,286 basehttp 11749 6252670976 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:17:21,288 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:17:51,274 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:18:21,293 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6774 INFO 2025-08-06 01:18:21,294 basehttp 11749 6252670976 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:18:21,297 basehttp 11749 6202191872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:18:50,220 basehttp 11749 6202191872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:18:51,288 basehttp 11749 6202191872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:19:21,293 basehttp 11749 6202191872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6774 INFO 2025-08-06 01:19:21,297 basehttp 11749 6252670976 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:19:21,299 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:19:50,208 basehttp 11749 6219018240 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:19:51,276 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:20:21,275 basehttp 11749 6252670976 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:20:21,276 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6774 INFO 2025-08-06 01:20:21,281 basehttp 11749 6202191872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:20:50,208 basehttp 11749 6202191872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:20:51,284 basehttp 11749 6202191872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:21:21,285 basehttp 11749 6202191872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6774 INFO 2025-08-06 01:21:21,286 basehttp 11749 6219018240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:21:21,289 basehttp 11749 6252670976 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:21:33,743 basehttp 11749 6252670976 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:21:33,759 log 11749 6252670976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:21:33,759 basehttp 11749 6252670976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:21:33,814 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:21:33,829 basehttp 11749 6202191872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:21:33,831 basehttp 11749 6252670976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6444 INFO 2025-08-06 01:21:33,832 basehttp 11749 6235844608 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:21:40,232 basehttp 11749 6235844608 "GET /en/ HTTP/1.1" 200 50303 INFO 2025-08-06 01:21:40,245 basehttp 11749 6286323712 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-06 01:21:40,246 basehttp 11749 6202191872 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-06 01:21:40,247 basehttp 11749 6269497344 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-06 01:21:40,248 basehttp 11749 6202191872 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 WARNING 2025-08-06 01:21:40,252 log 11749 6286323712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:21:40,253 basehttp 11749 6286323712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:21:40,254 basehttp 11749 6235844608 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-06 01:21:40,255 basehttp 11749 6269497344 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-06 01:21:40,266 basehttp 11749 6219018240 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-06 01:21:40,270 basehttp 11749 6252670976 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-06 01:21:40,275 basehttp 11749 6202191872 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-06 01:21:40,277 basehttp 11749 6269497344 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-06 01:21:40,435 basehttp 11749 6269497344 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-06 01:21:40,436 basehttp 11749 6235844608 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-06 01:21:40,436 basehttp 11749 6202191872 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-06 01:21:40,437 basehttp 11749 6219018240 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-06 01:21:40,438 basehttp 11749 6252670976 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-06 01:21:40,438 basehttp 11749 6286323712 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-06 01:21:40,442 basehttp 11749 6252670976 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-06 01:21:40,442 basehttp 11749 6219018240 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-06 01:21:40,443 basehttp 11749 6286323712 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-06 01:21:40,443 basehttp 11749 6202191872 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-06 01:21:40,444 basehttp 11749 6235844608 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-06 01:21:40,445 basehttp 11749 6269497344 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-06 01:21:40,446 basehttp 11749 6252670976 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-06 01:21:40,446 basehttp 11749 6202191872 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-06 01:21:40,446 basehttp 11749 6286323712 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-06 01:21:40,447 basehttp 11749 6235844608 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-06 01:21:40,448 basehttp 11749 6269497344 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-06 01:21:40,448 basehttp 11749 6219018240 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-06 01:21:40,450 basehttp 11749 6252670976 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-06 01:21:40,451 basehttp 11749 6235844608 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-06 01:21:40,451 basehttp 11749 6286323712 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-06 01:21:40,451 basehttp 11749 6202191872 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-06 01:21:40,451 basehttp 11749 6269497344 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-06 01:21:40,461 basehttp 11749 6219018240 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-06 01:21:40,485 basehttp 11749 6235844608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:21:40,485 basehttp 11749 6202191872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6444 INFO 2025-08-06 01:21:40,487 basehttp 11749 6286323712 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:21:40,488 basehttp 11749 6269497344 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-06 01:21:40,566 log 11749 6269497344 Not Found: /favicon.ico WARNING 2025-08-06 01:21:40,566 basehttp 11749 6269497344 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-06 01:22:10,478 basehttp 11749 6269497344 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:22:40,483 basehttp 11749 6269497344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6444 INFO 2025-08-06 01:22:40,485 basehttp 11749 6286323712 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:22:40,489 basehttp 11749 6202191872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:22:50,433 basehttp 11749 6202191872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:23:07,977 basehttp 11749 6202191872 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:23:07,994 log 11749 6202191872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:23:07,994 basehttp 11749 6202191872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:23:08,108 basehttp 11749 6202191872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6774 INFO 2025-08-06 01:23:08,120 basehttp 11749 6252670976 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:23:08,121 basehttp 11749 6235844608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:23:08,122 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:23:31,855 basehttp 11749 6219018240 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:23:31,877 log 11749 6219018240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:23:31,877 basehttp 11749 6219018240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:23:31,951 basehttp 11749 6202191872 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:23:31,953 basehttp 11749 6252670976 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:23:31,954 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6824 INFO 2025-08-06 01:23:31,956 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:23:50,426 basehttp 11749 6235844608 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:24:01,974 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:24:31,958 basehttp 11749 6235844608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6824 INFO 2025-08-06 01:24:31,958 basehttp 11749 6219018240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:24:31,960 basehttp 11749 6252670976 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:25:01,945 basehttp 11749 6252670976 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:25:31,965 basehttp 11749 6235844608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:25:31,965 basehttp 11749 6252670976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6824 INFO 2025-08-06 01:25:31,965 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:25:50,425 basehttp 11749 6219018240 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:26:01,941 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:26:31,966 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6824 INFO 2025-08-06 01:26:31,967 basehttp 11749 6235844608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:26:31,969 basehttp 11749 6252670976 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:26:50,417 basehttp 11749 6252670976 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:26:57,473 basehttp 11749 6252670976 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:26:57,496 log 11749 6252670976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:26:57,496 basehttp 11749 6252670976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:26:57,577 basehttp 11749 6252670976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6781 INFO 2025-08-06 01:26:57,577 basehttp 11749 6202191872 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:26:57,578 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:26:57,578 basehttp 11749 6219018240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:27:27,361 basehttp 11749 6219018240 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:27:27,382 log 11749 6219018240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:27:27,383 basehttp 11749 6219018240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:27:27,459 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6781 INFO 2025-08-06 01:27:27,459 basehttp 11749 6252670976 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:27:27,461 basehttp 11749 6202191872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:27:27,462 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-06 01:27:45,262 log 11749 6235844608 Not Found: /extra/profile WARNING 2025-08-06 01:27:45,263 basehttp 11749 6235844608 "GET /extra/profile HTTP/1.1" 404 2563 WARNING 2025-08-06 01:27:45,284 log 11749 6235844608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:27:45,285 basehttp 11749 6235844608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 01:27:54,180 log 11749 6235844608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:27:54,181 basehttp 11749 6235844608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 01:27:54,198 log 11749 6235844608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:27:54,198 basehttp 11749 6235844608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:27:57,451 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:28:27,466 basehttp 11749 6235844608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6781 INFO 2025-08-06 01:28:27,467 basehttp 11749 6202191872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:28:27,469 basehttp 11749 6252670976 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:28:43,412 basehttp 11749 6252670976 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:28:43,426 log 11749 6252670976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:28:43,426 basehttp 11749 6252670976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:28:43,511 basehttp 11749 6219018240 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:28:43,511 basehttp 11749 6252670976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6777 INFO 2025-08-06 01:28:43,513 basehttp 11749 6202191872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:28:43,515 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:28:50,429 basehttp 11749 6235844608 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:29:01,603 basehttp 11749 6235844608 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:29:01,626 log 11749 6235844608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:29:01,626 basehttp 11749 6235844608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:29:01,708 basehttp 11749 6235844608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6783 INFO 2025-08-06 01:29:01,708 basehttp 11749 6202191872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:29:01,709 basehttp 11749 6252670976 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:29:01,710 basehttp 11749 6219018240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:29:14,546 basehttp 11749 6219018240 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:29:14,566 log 11749 6219018240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:29:14,566 basehttp 11749 6219018240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:29:14,644 basehttp 11749 6235844608 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:29:14,644 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6783 INFO 2025-08-06 01:29:14,645 basehttp 11749 6202191872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:29:14,647 basehttp 11749 6252670976 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:29:40,459 basehttp 11749 6252670976 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:29:40,480 log 11749 6252670976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:29:40,480 basehttp 11749 6252670976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:29:40,556 basehttp 11749 6235844608 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:29:40,559 basehttp 11749 6252670976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6782 INFO 2025-08-06 01:29:40,559 basehttp 11749 6219018240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:29:40,561 basehttp 11749 6202191872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:30:10,541 basehttp 11749 6202191872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:30:40,640 basehttp 11749 6202191872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6782 INFO 2025-08-06 01:30:40,641 basehttp 11749 6252670976 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:30:40,643 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:30:45,937 basehttp 11749 6219018240 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:30:45,959 log 11749 6219018240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:30:45,959 basehttp 11749 6219018240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:30:46,025 basehttp 11749 6252670976 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:30:46,035 basehttp 11749 6235844608 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:30:46,035 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7201 INFO 2025-08-06 01:30:46,035 basehttp 11749 6202191872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:30:50,422 basehttp 11749 6202191872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:31:02,570 basehttp 11749 6202191872 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:31:02,589 log 11749 6202191872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:31:02,589 basehttp 11749 6202191872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:31:02,665 basehttp 11749 6252670976 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:31:02,668 basehttp 11749 6235844608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:31:02,668 basehttp 11749 6202191872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7196 INFO 2025-08-06 01:31:02,670 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:31:32,640 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:31:48,171 basehttp 11749 6219018240 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:31:48,184 log 11749 6219018240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:31:48,184 basehttp 11749 6219018240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:31:48,252 basehttp 11749 6252670976 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:31:48,253 basehttp 11749 6235844608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:31:48,255 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7201 INFO 2025-08-06 01:31:48,259 basehttp 11749 6202191872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:31:50,473 basehttp 11749 6202191872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:32:07,474 basehttp 11749 6202191872 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:32:07,487 log 11749 6202191872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:32:07,487 basehttp 11749 6202191872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:32:07,562 basehttp 11749 6252670976 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:32:07,564 basehttp 11749 6235844608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:32:07,564 basehttp 11749 6202191872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7204 INFO 2025-08-06 01:32:07,565 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:32:23,016 basehttp 11749 6219018240 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:32:23,028 log 11749 6219018240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:32:23,028 basehttp 11749 6219018240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:32:23,098 basehttp 11749 6252670976 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:32:23,099 basehttp 11749 6202191872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:32:23,099 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7196 INFO 2025-08-06 01:32:23,102 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:32:53,086 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:33:23,111 basehttp 11749 6235844608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7196 INFO 2025-08-06 01:33:23,111 basehttp 11749 6219018240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:33:23,114 basehttp 11749 6202191872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:33:50,428 basehttp 11749 6202191872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:33:53,080 basehttp 11749 6202191872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:34:23,090 basehttp 11749 6202191872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7196 INFO 2025-08-06 01:34:23,092 basehttp 11749 6235844608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:34:23,094 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:34:50,428 basehttp 11749 6219018240 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:34:53,097 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:35:23,114 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7196 INFO 2025-08-06 01:35:23,114 basehttp 11749 6235844608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:35:23,116 basehttp 11749 6202191872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:35:49,599 basehttp 11749 6202191872 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:35:49,620 log 11749 6202191872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:35:49,621 basehttp 11749 6202191872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:35:49,698 basehttp 11749 6252670976 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:35:49,701 basehttp 11749 6202191872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7177 INFO 2025-08-06 01:35:49,701 basehttp 11749 6235844608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:35:49,702 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:35:52,624 basehttp 11749 6219018240 "GET /en/ HTTP/1.1" 200 50303 INFO 2025-08-06 01:35:52,634 basehttp 11749 6202191872 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-06 01:35:52,636 basehttp 11749 6286323712 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-06 01:35:52,637 basehttp 11749 6269497344 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-06 01:35:52,638 basehttp 11749 6286323712 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-06 01:35:52,639 basehttp 11749 6219018240 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-06 01:35:52,641 basehttp 11749 6269497344 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 WARNING 2025-08-06 01:35:52,648 log 11749 6202191872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:35:52,649 basehttp 11749 6202191872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:35:52,653 basehttp 11749 6252670976 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-06 01:35:52,655 basehttp 11749 6269497344 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-06 01:35:52,657 basehttp 11749 6235844608 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-06 01:35:52,658 basehttp 11749 6286323712 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-06 01:35:52,936 basehttp 11749 6286323712 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-06 01:35:52,937 basehttp 11749 6269497344 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-06 01:35:52,938 basehttp 11749 6202191872 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-06 01:35:52,938 basehttp 11749 6219018240 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-06 01:35:52,938 basehttp 11749 6235844608 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-06 01:35:52,940 basehttp 11749 6252670976 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-06 01:35:52,943 basehttp 11749 6269497344 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-06 01:35:52,943 basehttp 11749 6235844608 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-06 01:35:52,943 basehttp 11749 6219018240 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-06 01:35:52,943 basehttp 11749 6252670976 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-06 01:35:52,944 basehttp 11749 6202191872 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-06 01:35:52,947 basehttp 11749 6286323712 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-06 01:35:52,948 basehttp 11749 6219018240 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-06 01:35:52,949 basehttp 11749 6252670976 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-06 01:35:52,951 basehttp 11749 6235844608 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-06 01:35:52,951 basehttp 11749 6202191872 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-06 01:35:52,954 basehttp 11749 6269497344 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-06 01:35:52,954 basehttp 11749 6286323712 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-06 01:35:52,956 basehttp 11749 6252670976 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-06 01:35:52,957 basehttp 11749 6202191872 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-06 01:35:52,957 basehttp 11749 6269497344 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-06 01:35:52,958 basehttp 11749 6235844608 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-06 01:35:52,959 basehttp 11749 6286323712 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-06 01:35:52,961 basehttp 11749 6219018240 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-08-06 01:35:53,043 log 11749 6202191872 Not Found: /favicon.ico WARNING 2025-08-06 01:35:53,043 basehttp 11749 6202191872 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-06 01:35:53,063 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7177 INFO 2025-08-06 01:35:53,064 basehttp 11749 6286323712 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:35:53,064 basehttp 11749 6269497344 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:35:53,066 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:36:23,004 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:36:50,417 basehttp 11749 6235844608 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:36:53,000 basehttp 11749 6235844608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7177 INFO 2025-08-06 01:36:53,002 basehttp 11749 6286323712 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:36:53,003 basehttp 11749 6269497344 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:37:22,999 basehttp 11749 6269497344 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:37:50,327 basehttp 11749 6269497344 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:37:52,929 basehttp 11749 6286323712 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:37:52,930 basehttp 11749 6269497344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7177 INFO 2025-08-06 01:37:52,931 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:37:58,006 basehttp 11749 6235844608 "GET /en/ HTTP/1.1" 200 50312 WARNING 2025-08-06 01:37:58,023 log 11749 6235844608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:37:58,023 basehttp 11749 6235844608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:37:58,131 basehttp 11749 6219018240 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:37:58,133 basehttp 11749 6286323712 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:37:58,133 basehttp 11749 6235844608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7157 INFO 2025-08-06 01:37:58,136 basehttp 11749 6269497344 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:38:00,976 basehttp 11749 6269497344 "GET /en/ HTTP/1.1" 200 50312 INFO 2025-08-06 01:38:00,987 basehttp 11749 6252670976 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-06 01:38:00,987 basehttp 11749 6235844608 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-06 01:38:00,992 basehttp 11749 6235844608 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-06 01:38:00,993 basehttp 11749 6202191872 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-06 01:38:00,996 basehttp 11749 6235844608 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-06 01:38:00,999 basehttp 11749 6269497344 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-08-06 01:38:01,005 log 11749 6252670976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:38:01,005 basehttp 11749 6252670976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:38:01,007 basehttp 11749 6235844608 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-06 01:38:01,010 basehttp 11749 6219018240 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-06 01:38:01,012 basehttp 11749 6286323712 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-06 01:38:01,012 basehttp 11749 6202191872 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-06 01:38:01,158 basehttp 11749 6202191872 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-06 01:38:01,159 basehttp 11749 6286323712 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-06 01:38:01,161 basehttp 11749 6219018240 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-06 01:38:01,161 basehttp 11749 6235844608 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-06 01:38:01,162 basehttp 11749 6286323712 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-06 01:38:01,162 basehttp 11749 6252670976 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-06 01:38:01,163 basehttp 11749 6235844608 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-06 01:38:01,164 basehttp 11749 6219018240 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-06 01:38:01,164 basehttp 11749 6269497344 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-06 01:38:01,165 basehttp 11749 6252670976 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-06 01:38:01,165 basehttp 11749 6235844608 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-06 01:38:01,166 basehttp 11749 6286323712 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-06 01:38:01,166 basehttp 11749 6269497344 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-06 01:38:01,166 basehttp 11749 6219018240 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-06 01:38:01,167 basehttp 11749 6202191872 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-06 01:38:01,169 basehttp 11749 6235844608 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-06 01:38:01,169 basehttp 11749 6269497344 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-06 01:38:01,169 basehttp 11749 6252670976 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-06 01:38:01,170 basehttp 11749 6286323712 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-06 01:38:01,170 basehttp 11749 6202191872 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-06 01:38:01,170 basehttp 11749 6219018240 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-06 01:38:01,171 basehttp 11749 6235844608 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-06 01:38:01,171 basehttp 11749 6269497344 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-06 01:38:01,175 basehttp 11749 6269497344 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-06 01:38:01,210 basehttp 11749 6219018240 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:38:01,210 basehttp 11749 6269497344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7157 INFO 2025-08-06 01:38:01,211 basehttp 11749 6286323712 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:38:01,213 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-06 01:38:01,302 log 11749 6235844608 Not Found: /favicon.ico WARNING 2025-08-06 01:38:01,303 basehttp 11749 6235844608 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-06 01:38:31,195 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:38:50,335 basehttp 11749 6235844608 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:39:01,209 basehttp 11749 6235844608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7157 INFO 2025-08-06 01:39:01,211 basehttp 11749 6286323712 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:39:01,215 basehttp 11749 6269497344 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:39:31,214 basehttp 11749 6269497344 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:40:01,206 basehttp 11749 6269497344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7157 INFO 2025-08-06 01:40:01,207 basehttp 11749 6286323712 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:40:01,224 basehttp 11749 6269497344 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:40:31,232 basehttp 11749 6269497344 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:40:50,332 basehttp 11749 6269497344 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:41:01,215 basehttp 11749 6286323712 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:41:01,215 basehttp 11749 6269497344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7157 INFO 2025-08-06 01:41:01,224 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:41:23,661 basehttp 11749 6235844608 "GET /en/ HTTP/1.1" 200 50312 WARNING 2025-08-06 01:41:23,678 log 11749 6235844608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:41:23,678 basehttp 11749 6235844608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:41:23,779 basehttp 11749 6286323712 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:41:23,786 basehttp 11749 6219018240 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:41:23,787 basehttp 11749 6235844608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7157 INFO 2025-08-06 01:41:23,789 basehttp 11749 6269497344 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:41:50,342 basehttp 11749 6269497344 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:41:53,776 basehttp 11749 6269497344 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:42:23,770 basehttp 11749 6235844608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:42:23,770 basehttp 11749 6269497344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7157 INFO 2025-08-06 01:42:23,782 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:42:50,338 basehttp 11749 6219018240 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:42:53,782 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:43:02,382 basehttp 11749 6219018240 "GET /en/ HTTP/1.1" 200 50312 WARNING 2025-08-06 01:43:02,401 log 11749 6219018240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:43:02,401 basehttp 11749 6219018240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:43:02,478 basehttp 11749 6269497344 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:43:02,481 basehttp 11749 6286323712 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:43:02,483 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7184 INFO 2025-08-06 01:43:02,484 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:43:32,460 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:43:50,321 basehttp 11749 6235844608 "GET /en/ HTTP/1.1" 200 50312 WARNING 2025-08-06 01:43:50,335 log 11749 6235844608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:43:50,335 basehttp 11749 6235844608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:43:50,406 basehttp 11749 6269497344 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:43:50,413 basehttp 11749 6286323712 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:43:50,417 basehttp 11749 6235844608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7214 INFO 2025-08-06 01:43:50,418 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-06 01:43:56,606 log 11749 6219018240 Forbidden (CSRF token missing.): /en/htmx/dismiss-notification/7f5f7eca-e3c3-4e6c-9eb7-4b8fb82c9740/ WARNING 2025-08-06 01:43:56,607 basehttp 11749 6219018240 "POST /en/htmx/dismiss-notification/7f5f7eca-e3c3-4e6c-9eb7-4b8fb82c9740/ HTTP/1.1" 403 2491 INFO 2025-08-06 01:44:20,400 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:44:50,340 basehttp 11749 6219018240 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:44:50,404 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7214 INFO 2025-08-06 01:44:50,407 basehttp 11749 6235844608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:44:50,408 basehttp 11749 6286323712 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:45:20,391 basehttp 11749 6286323712 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:45:33,729 basehttp 11749 6286323712 "GET /en/ HTTP/1.1" 200 50312 WARNING 2025-08-06 01:45:33,749 log 11749 6286323712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:45:33,749 basehttp 11749 6286323712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:45:33,833 basehttp 11749 6219018240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:45:33,833 basehttp 11749 6269497344 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:45:33,835 basehttp 11749 6286323712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7214 INFO 2025-08-06 01:45:33,836 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:45:41,366 basehttp 11749 6235844608 "GET /en/radiology HTTP/1.1" 301 0 ERROR 2025-08-06 01:45:41,403 log 11749 6286323712 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 62, in get_context_data 'studies_completed_today': ImagingStudy.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'completed_datetime' into field. Choices are: accession_number, archive_location, archived, body_part, clinical_history, clinical_indication, completion_status, created_at, created_by, created_by_id, diagnosis_code, encounter, encounter_id, exposure_time, id, image_quality, imaging_order, imaging_order_id, kvp, manufacturer, mas, modality, model_name, number_of_instances, number_of_series, pacs_location, patient, patient_id, priority, radiologist, radiologist_id, referring_physician, referring_physician_id, report, series, slice_thickness, station_name, status, study_date, study_datetime, study_description, study_id, study_instance_uid, study_size, study_time, tenant, tenant_id, updated_at ERROR 2025-08-06 01:45:41,405 basehttp 11749 6286323712 "GET /en/radiology/ HTTP/1.1" 500 134125 WARNING 2025-08-06 01:45:41,416 log 11749 6286323712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:45:41,417 basehttp 11749 6286323712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:45:50,349 basehttp 11749 6286323712 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 14:22:23,889 autoreload 26249 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 14:22:30,791 log 26249 6202585088 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 62, in get_context_data 'studies_completed_today': ImagingStudy.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'completed_datetime' into field. Choices are: accession_number, archive_location, archived, body_part, clinical_history, clinical_indication, completion_status, created_at, created_by, created_by_id, diagnosis_code, encounter, encounter_id, exposure_time, id, image_quality, imaging_order, imaging_order_id, kvp, manufacturer, mas, modality, model_name, number_of_instances, number_of_series, pacs_location, patient, patient_id, priority, radiologist, radiologist_id, referring_physician, referring_physician_id, report, series, slice_thickness, station_name, status, study_date, study_datetime, study_description, study_id, study_instance_uid, study_size, study_time, tenant, tenant_id, updated_at ERROR 2025-08-06 14:22:30,803 basehttp 26249 6202585088 "GET /en/radiology/ HTTP/1.1" 500 134262 WARNING 2025-08-06 14:22:30,827 log 26249 6202585088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:22:30,827 basehttp 26249 6202585088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 14:22:31,836 log 26249 6202585088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:22:31,836 basehttp 26249 6202585088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:22:32,713 basehttp 26249 6202585088 "GET /en/laboratory/tests/ HTTP/1.1" 200 32025 WARNING 2025-08-06 14:22:32,725 log 26249 6202585088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:22:32,725 basehttp 26249 6202585088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:22:34,497 basehttp 26249 6202585088 "GET / HTTP/1.1" 302 0 INFO 2025-08-06 14:22:34,511 basehttp 26249 6202585088 "GET /en/ HTTP/1.1" 200 50300 WARNING 2025-08-06 14:22:34,523 log 26249 6202585088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:22:34,523 basehttp 26249 6202585088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:22:34,591 basehttp 26249 6202585088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7219 INFO 2025-08-06 14:22:34,594 basehttp 26249 6253064192 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 14:22:34,594 basehttp 26249 6236237824 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 14:22:34,597 basehttp 26249 6219411456 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 14:22:54,870 basehttp 26249 6219411456 "GET /static/webfonts/fa-brands-400.woff2 HTTP/1.1" 200 118684 INFO 2025-08-06 14:23:04,582 basehttp 26249 6219411456 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 14:23:34,591 basehttp 26249 6219411456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7219 INFO 2025-08-06 14:23:34,594 basehttp 26249 6236237824 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 14:23:34,597 basehttp 26249 6253064192 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 14:24:04,600 basehttp 26249 6253064192 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 14:24:34,595 basehttp 26249 6253064192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7219 INFO 2025-08-06 14:24:34,597 basehttp 26249 6236237824 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 14:24:34,599 basehttp 26249 6219411456 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 14:25:04,600 basehttp 26249 6219411456 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 14:25:34,580 basehttp 26249 6219411456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7219 INFO 2025-08-06 14:25:34,581 basehttp 26249 6236237824 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 14:25:34,595 basehttp 26249 6236237824 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 14:26:04,615 basehttp 26249 6236237824 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 14:26:08,227 basehttp 26249 6236237824 "GET /en/notifications HTTP/1.1" 301 0 ERROR 2025-08-06 14:26:08,272 log 26249 6219411456 Internal Server Error: /en/notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_notification_action' not found. 'bulk_notification_action' is not a valid view function or pattern name. ERROR 2025-08-06 14:26:08,275 basehttp 26249 6219411456 "GET /en/notifications/ HTTP/1.1" 500 170856 WARNING 2025-08-06 14:26:08,288 log 26249 6219411456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:26:08,288 basehttp 26249 6219411456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 14:28:55,273 log 26249 6219411456 Internal Server Error: /en/notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'system_notification_detail' with arguments '(35,)' not found. 1 pattern(s) tried: ['en/notifications/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-06 14:28:55,277 basehttp 26249 6219411456 "GET /en/notifications/ HTTP/1.1" 500 191683 WARNING 2025-08-06 14:28:55,287 log 26249 6219411456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:28:55,287 basehttp 26249 6219411456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 14:30:01,590 log 26249 6219411456 Internal Server Error: /en/notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'system_notification_detail' with arguments '(35,)' not found. 1 pattern(s) tried: ['en/notifications/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-06 14:30:01,594 basehttp 26249 6219411456 "GET /en/notifications/ HTTP/1.1" 500 191683 WARNING 2025-08-06 14:30:01,608 log 26249 6219411456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:30:01,608 basehttp 26249 6219411456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:31:14,547 autoreload 26249 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/urls.py changed, reloading. INFO 2025-08-06 14:31:14,858 autoreload 30074 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 14:31:15,848 log 30074 6195064832 Internal Server Error: /en/notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'system_notification_update' with arguments '(35,)' not found. 1 pattern(s) tried: ['en/notifications/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/edit/\\Z'] ERROR 2025-08-06 14:31:15,851 basehttp 30074 6195064832 "GET /en/notifications/ HTTP/1.1" 500 194287 WARNING 2025-08-06 14:31:15,866 log 30074 6195064832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:31:15,866 basehttp 30074 6195064832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:31:30,512 autoreload 30074 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/urls.py changed, reloading. INFO 2025-08-06 14:31:30,784 autoreload 30231 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 14:31:31,644 log 30231 6131216384 Internal Server Error: /en/notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'deactivate_notification' not found. 'deactivate_notification' is not a valid view function or pattern name. ERROR 2025-08-06 14:31:31,647 basehttp 30231 6131216384 "GET /en/notifications/ HTTP/1.1" 500 207773 WARNING 2025-08-06 14:31:31,664 log 30231 6131216384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:31:31,664 basehttp 30231 6131216384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:33:00,559 autoreload 30231 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/urls.py changed, reloading. INFO 2025-08-06 14:33:00,863 autoreload 30856 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 14:33:01,640 log 30856 6129971200 Internal Server Error: /en/notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'duplicate_notification' not found. 'duplicate_notification' is not a valid view function or pattern name. ERROR 2025-08-06 14:33:01,642 basehttp 30856 6129971200 "GET /en/notifications/ HTTP/1.1" 500 190800 WARNING 2025-08-06 14:33:01,660 log 30856 6129971200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:33:01,661 basehttp 30856 6129971200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 14:33:22,161 log 30856 6129971200 Internal Server Error: /en/notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_notifications' not found. 'export_notifications' is not a valid view function or pattern name. ERROR 2025-08-06 14:33:22,163 basehttp 30856 6129971200 "GET /en/notifications/ HTTP/1.1" 500 166325 WARNING 2025-08-06 14:33:22,173 log 30856 6129971200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:33:22,173 basehttp 30856 6129971200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:34:18,545 basehttp 30856 6129971200 "GET /en/notifications/ HTTP/1.1" 200 68827 WARNING 2025-08-06 14:34:18,559 log 30856 6129971200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:34:18,559 basehttp 30856 6129971200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:34:28,847 basehttp 30856 6129971200 "GET /en/notifications/create/ HTTP/1.1" 200 54623 WARNING 2025-08-06 14:34:28,863 log 30856 6129971200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:34:28,863 basehttp 30856 6129971200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:34:57,833 basehttp 30856 6129971200 "GET /en/notifications/create/ HTTP/1.1" 200 54623 INFO 2025-08-06 14:34:57,856 basehttp 30856 6163623936 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-06 14:34:57,857 basehttp 30856 13740666880 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-06 14:34:57,859 basehttp 30856 13723840512 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-06 14:34:57,859 basehttp 30856 13740666880 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-06 14:34:57,862 basehttp 30856 13723840512 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 WARNING 2025-08-06 14:34:57,864 log 30856 6163623936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:34:57,865 basehttp 30856 6163623936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:34:57,866 basehttp 30856 6163623936 - Broken pipe from ('127.0.0.1', 56632) INFO 2025-08-06 14:34:57,866 basehttp 30856 6129971200 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-06 14:34:57,872 basehttp 30856 13707014144 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-06 14:34:57,873 basehttp 30856 13723840512 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-06 14:34:57,873 basehttp 30856 6146797568 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-06 14:34:57,879 basehttp 30856 13740666880 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-06 14:34:58,182 basehttp 30856 13740666880 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-06 14:34:58,183 basehttp 30856 6146797568 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-06 14:34:58,183 basehttp 30856 13707014144 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-06 14:34:58,184 basehttp 30856 6129971200 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-06 14:34:58,187 basehttp 30856 13723840512 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-06 14:34:58,187 basehttp 30856 6163623936 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-06 14:34:58,190 basehttp 30856 6129971200 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-06 14:34:58,191 basehttp 30856 13707014144 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-06 14:34:58,192 basehttp 30856 6146797568 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-06 14:34:58,192 basehttp 30856 13723840512 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-06 14:34:58,193 basehttp 30856 6163623936 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-06 14:34:58,196 basehttp 30856 6129971200 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-06 14:34:58,196 basehttp 30856 13707014144 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-06 14:34:58,196 basehttp 30856 6146797568 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-06 14:34:58,197 basehttp 30856 13740666880 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-06 14:34:58,197 basehttp 30856 13723840512 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-06 14:34:58,199 basehttp 30856 6163623936 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-06 14:34:58,199 basehttp 30856 6129971200 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-06 14:34:58,201 basehttp 30856 13707014144 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-06 14:34:58,202 basehttp 30856 13740666880 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-06 14:34:58,202 basehttp 30856 13723840512 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-06 14:34:58,203 basehttp 30856 6163623936 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-06 14:34:58,203 basehttp 30856 6129971200 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-06 14:34:58,217 basehttp 30856 6146797568 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-08-06 14:34:58,308 log 30856 6146797568 Not Found: /favicon.ico WARNING 2025-08-06 14:34:58,308 basehttp 30856 6146797568 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-06 14:36:20,863 basehttp 30856 6146797568 "GET /en/notifications/create/ HTTP/1.1" 200 54623 WARNING 2025-08-06 14:36:20,879 log 30856 6146797568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:36:20,880 basehttp 30856 6146797568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:40:44,593 basehttp 30856 6129971200 "GET /en/notifications/create/ HTTP/1.1" 200 55073 WARNING 2025-08-06 14:40:44,616 log 30856 6129971200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:40:44,616 basehttp 30856 6129971200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:42:18,085 basehttp 30856 6129971200 "GET /en/notifications/create/ HTTP/1.1" 200 54547 WARNING 2025-08-06 14:42:18,109 log 30856 6129971200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:42:18,109 basehttp 30856 6129971200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:43:22,372 basehttp 30856 6129971200 "GET /en/notifications/create/ HTTP/1.1" 200 54496 WARNING 2025-08-06 14:43:22,415 log 30856 6129971200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:43:22,415 basehttp 30856 6129971200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:46:30,991 autoreload 30856 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/models.py changed, reloading. INFO 2025-08-06 14:46:31,312 autoreload 36727 8601149632 Watching for file changes with StatReloader INFO 2025-08-06 14:46:32,101 basehttp 36727 6198521856 "GET /en/notifications/create/ HTTP/1.1" 200 54496 WARNING 2025-08-06 14:46:32,127 log 36727 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:46:32,127 basehttp 36727 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:47:07,478 basehttp 36727 6198521856 "GET /en/notifications/create/ HTTP/1.1" 200 54172 WARNING 2025-08-06 14:47:07,501 log 36727 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:47:07,501 basehttp 36727 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:47:47,212 basehttp 36727 6198521856 "GET /en/notifications/create/ HTTP/1.1" 200 54095 WARNING 2025-08-06 14:47:47,236 log 36727 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:47:47,236 basehttp 36727 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:48:26,354 basehttp 36727 6198521856 "GET /en/notifications/create/ HTTP/1.1" 200 53707 WARNING 2025-08-06 14:48:26,385 log 36727 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:48:26,385 basehttp 36727 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:49:30,080 basehttp 36727 6198521856 "GET /en/notifications/create/ HTTP/1.1" 200 53753 WARNING 2025-08-06 14:49:30,108 log 36727 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:49:30,108 basehttp 36727 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:50:18,661 basehttp 36727 6198521856 "GET /en/notifications/create/ HTTP/1.1" 200 53832 WARNING 2025-08-06 14:50:18,682 log 36727 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:50:18,682 basehttp 36727 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:51:00,962 basehttp 36727 6198521856 "GET /en/notifications/create/ HTTP/1.1" 200 53828 WARNING 2025-08-06 14:51:00,991 log 36727 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:51:00,991 basehttp 36727 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:51:20,836 basehttp 36727 6198521856 "GET /en/notifications/create/ HTTP/1.1" 200 53818 WARNING 2025-08-06 14:51:20,858 log 36727 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:51:20,858 basehttp 36727 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:52:39,467 basehttp 36727 6198521856 "GET /en/notifications/create/ HTTP/1.1" 200 53761 WARNING 2025-08-06 14:52:39,485 log 36727 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:52:39,485 basehttp 36727 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:53:16,814 basehttp 36727 6198521856 "GET /en/notifications/ HTTP/1.1" 200 68827 WARNING 2025-08-06 14:53:16,840 log 36727 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:53:16,840 basehttp 36727 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 14:53:30,415 log 36727 6198521856 Internal Server Error: /en/notifications/33/deactivate Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py", line 1138, in deactivate_notification return redirect('core:notification_detail', pk=pk) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 51, in redirect resolve_url(to, *args, **kwargs), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 184, in resolve_url return reverse(to, args=args, kwargs=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'notification_detail' not found. 'notification_detail' is not a valid view function or pattern name. ERROR 2025-08-06 14:53:30,418 basehttp 36727 6198521856 "GET /en/notifications/33/deactivate HTTP/1.1" 500 92274 WARNING 2025-08-06 14:53:30,444 log 36727 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:53:30,444 basehttp 36727 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:54:36,234 autoreload 36727 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-08-06 14:54:36,589 autoreload 40234 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 14:54:37,886 log 40234 6204485632 Internal Server Error: /en/notifications/33/deactivate Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py", line 1138, in deactivate_notification return redirect('core:system_configuration_detail', pk=pk) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 51, in redirect resolve_url(to, *args, **kwargs), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 184, in resolve_url return reverse(to, args=args, kwargs=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'system_configuration_detail' with keyword arguments '{'pk': 33}' not found. 1 pattern(s) tried: ['en/system\\-configuration/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-06 14:54:37,888 basehttp 40234 6204485632 "GET /en/notifications/33/deactivate HTTP/1.1" 500 96547 WARNING 2025-08-06 14:54:39,810 log 40234 6204485632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:54:39,810 basehttp 40234 6204485632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:55:28,220 autoreload 40234 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-08-06 14:55:28,552 autoreload 40622 8601149632 Watching for file changes with StatReloader INFO 2025-08-06 14:55:29,280 basehttp 40622 6195654656 "GET /en/notifications/33/deactivate HTTP/1.1" 302 0 ERROR 2025-08-06 14:55:29,307 log 40622 6195654656 Internal Server Error: /en/notifications/33/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'duplicate_notification' not found. 'duplicate_notification' is not a valid view function or pattern name. ERROR 2025-08-06 14:55:29,311 basehttp 40622 6195654656 "GET /en/notifications/33/ HTTP/1.1" 500 165975 WARNING 2025-08-06 14:55:29,328 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:55:29,329 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:56:06,036 basehttp 40622 6195654656 "GET /en/notifications/33/ HTTP/1.1" 200 36544 WARNING 2025-08-06 14:56:06,047 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:56:06,047 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:56:35,018 basehttp 40622 6195654656 "GET /en/notifications/33/ HTTP/1.1" 200 36544 WARNING 2025-08-06 14:56:35,042 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:56:35,042 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:56:41,370 basehttp 40622 6195654656 "GET /en/notifications/ HTTP/1.1" 200 68911 WARNING 2025-08-06 14:56:41,389 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:56:41,389 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:56:52,447 basehttp 40622 6195654656 "GET /en/notifications/31/edit/ HTTP/1.1" 200 54176 WARNING 2025-08-06 14:56:52,466 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:56:52,466 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 14:56:59,015 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:56:59,015 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 14:56:59,027 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:56:59,027 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:57:03,214 basehttp 40622 6195654656 "GET /en/notifications/34/deactivate HTTP/1.1" 302 0 INFO 2025-08-06 14:57:03,228 basehttp 40622 6195654656 "GET /en/notifications/34/ HTTP/1.1" 200 36940 WARNING 2025-08-06 14:57:03,242 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:57:03,242 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 14:57:08,194 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:57:08,194 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 14:57:08,214 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:57:08,215 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:57:10,830 basehttp 40622 6195654656 "GET /en/notifications/35/deactivate HTTP/1.1" 302 0 INFO 2025-08-06 14:57:10,845 basehttp 40622 6195654656 "GET /en/notifications/35/ HTTP/1.1" 200 36979 WARNING 2025-08-06 14:57:10,861 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:57:10,861 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 14:57:12,288 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:57:12,288 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 14:57:12,304 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:57:12,305 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:57:13,524 basehttp 40622 6195654656 "GET /en/notifications/33/activate HTTP/1.1" 302 0 INFO 2025-08-06 14:57:13,538 basehttp 40622 6195654656 "GET /en/notifications/33/ HTTP/1.1" 200 36943 WARNING 2025-08-06 14:57:13,555 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:57:13,556 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 14:57:15,743 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:57:15,743 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 14:57:15,758 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:57:15,759 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:57:17,232 basehttp 40622 6195654656 "GET /en/notifications/32/deactivate HTTP/1.1" 302 0 INFO 2025-08-06 14:57:17,248 basehttp 40622 6195654656 "GET /en/notifications/32/ HTTP/1.1" 200 36996 WARNING 2025-08-06 14:57:17,268 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:57:17,269 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 14:57:18,894 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:57:18,894 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 14:57:18,908 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:57:18,908 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:57:20,418 basehttp 40622 6195654656 "GET /en/notifications/31/deactivate HTTP/1.1" 302 0 INFO 2025-08-06 14:57:20,434 basehttp 40622 6195654656 "GET /en/notifications/31/ HTTP/1.1" 200 37012 WARNING 2025-08-06 14:57:20,454 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:57:20,454 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:57:22,170 basehttp 40622 6195654656 "GET / HTTP/1.1" 302 0 INFO 2025-08-06 14:57:22,199 basehttp 40622 6195654656 "GET /en/ HTTP/1.1" 200 49913 WARNING 2025-08-06 14:57:22,220 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:57:22,220 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:57:22,285 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 14:57:22,286 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 1370 INFO 2025-08-06 14:57:22,289 basehttp 40622 6246133760 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 14:57:22,289 basehttp 40622 6229307392 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 14:57:52,275 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 14:58:22,293 basehttp 40622 6229307392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 1370 INFO 2025-08-06 14:58:22,293 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 14:58:22,295 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 14:58:52,287 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 14:59:22,295 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 1370 INFO 2025-08-06 14:59:22,296 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 14:59:22,297 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 14:59:33,488 basehttp 40622 6229307392 "GET /en/htmx/dismiss-notification/69e3d59c-e6f2-40de-851e-cf1c4b7b0855/ HTTP/1.1" 200 23 WARNING 2025-08-06 14:59:33,509 log 40622 6229307392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:59:33,510 basehttp 40622 6229307392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 14:59:39,773 log 40622 6229307392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:59:39,774 basehttp 40622 6229307392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 14:59:39,789 log 40622 6229307392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:59:39,789 basehttp 40622 6229307392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:59:40,432 basehttp 40622 6229307392 "GET /en/ HTTP/1.1" 200 49855 WARNING 2025-08-06 14:59:40,450 log 40622 6229307392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:59:40,450 basehttp 40622 6229307392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:59:40,541 basehttp 40622 6212481024 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 14:59:40,542 basehttp 40622 6229307392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 1370 INFO 2025-08-06 14:59:40,543 basehttp 40622 6195654656 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 14:59:40,544 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 14:59:41,638 basehttp 40622 6246133760 "GET /en/ HTTP/1.1" 200 49855 WARNING 2025-08-06 14:59:41,661 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:59:41,661 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:59:41,737 basehttp 40622 6246133760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 1370 INFO 2025-08-06 14:59:41,739 basehttp 40622 6229307392 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 14:59:41,740 basehttp 40622 6212481024 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 14:59:41,742 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:00:11,705 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:00:41,737 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 1370 INFO 2025-08-06 15:00:41,739 basehttp 40622 6212481024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:00:41,740 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:01:11,724 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:01:41,793 basehttp 40622 6229307392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 1370 INFO 2025-08-06 15:01:41,795 basehttp 40622 6212481024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:01:41,796 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:02:07,258 basehttp 40622 6195654656 "GET /en/ HTTP/1.1" 200 49850 WARNING 2025-08-06 15:02:07,279 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:02:07,279 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:02:07,366 basehttp 40622 6229307392 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:02:07,367 basehttp 40622 6246133760 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:02:07,373 basehttp 40622 6195654656 "GET /en/system-configuration/ HTTP/1.1" 200 64693 INFO 2025-08-06 15:02:07,374 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:02:37,335 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:03:07,361 basehttp 40622 6195654656 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:03:07,362 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:03:07,364 basehttp 40622 6212481024 "GET /en/system-configuration/ HTTP/1.1" 200 64693 INFO 2025-08-06 15:03:37,344 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:04:07,367 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:04:07,369 basehttp 40622 6212481024 "GET /en/system-configuration/ HTTP/1.1" 200 64693 INFO 2025-08-06 15:04:07,369 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:04:32,613 basehttp 40622 6195654656 "GET /static/webfonts/fa-brands-400.woff2 HTTP/1.1" 200 118684 INFO 2025-08-06 15:04:36,220 basehttp 40622 6195654656 "GET /en/ HTTP/1.1" 200 47387 WARNING 2025-08-06 15:04:36,244 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:04:36,244 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:04:36,311 basehttp 40622 6212481024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:04:36,316 basehttp 40622 6246133760 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:04:36,318 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:05:06,312 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:05:36,293 basehttp 40622 6195654656 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:05:36,296 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:06:06,297 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:06:36,319 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:06:36,321 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:06:44,582 basehttp 40622 6195654656 "GET /en/ HTTP/1.1" 200 46933 WARNING 2025-08-06 15:06:44,594 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:06:44,594 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:06:44,665 basehttp 40622 6212481024 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:06:44,684 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:06:44,692 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:07:14,645 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:07:26,249 basehttp 40622 6246133760 "GET /en/ HTTP/1.1" 200 46889 WARNING 2025-08-06 15:07:26,262 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:07:26,263 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:07:26,331 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:07:26,334 basehttp 40622 6195654656 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:07:26,336 basehttp 40622 6212481024 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:07:42,840 basehttp 40622 6212481024 "GET /en/notifications/ HTTP/1.1" 200 67505 WARNING 2025-08-06 15:07:42,863 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:07:42,863 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:07:42,883 basehttp 40622 6212481024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 1370 INFO 2025-08-06 15:07:46,128 basehttp 40622 6212481024 "GET /en/notifications/35/activate HTTP/1.1" 302 0 INFO 2025-08-06 15:07:46,144 basehttp 40622 6212481024 "GET /en/notifications/35/ HTTP/1.1" 200 34395 WARNING 2025-08-06 15:07:46,162 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:07:46,163 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:07:48,893 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:07:48,894 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:07:48,914 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:07:48,914 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:07:50,449 basehttp 40622 6212481024 "GET /en/notifications/34/activate HTTP/1.1" 302 0 INFO 2025-08-06 15:07:50,465 basehttp 40622 6212481024 "GET /en/notifications/34/ HTTP/1.1" 200 34356 WARNING 2025-08-06 15:07:50,483 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:07:50,483 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:07:51,628 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:07:51,628 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:07:51,637 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:07:51,637 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:07:55,641 basehttp 40622 6212481024 "GET /en/notifications/32/activate HTTP/1.1" 302 0 INFO 2025-08-06 15:07:55,656 basehttp 40622 6212481024 "GET /en/notifications/32/ HTTP/1.1" 200 34412 WARNING 2025-08-06 15:07:55,676 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:07:55,676 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:07:57,173 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:07:57,174 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:07:57,190 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:07:57,190 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:08:00,276 basehttp 40622 6212481024 "GET /en/notifications/31/activate HTTP/1.1" 302 0 INFO 2025-08-06 15:08:00,291 basehttp 40622 6212481024 "GET /en/notifications/31/ HTTP/1.1" 200 34428 WARNING 2025-08-06 15:08:00,309 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:08:00,309 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:08:01,823 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:08:01,823 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:08:01,840 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:08:01,840 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:08:02,587 basehttp 40622 6212481024 "GET / HTTP/1.1" 302 0 INFO 2025-08-06 15:08:02,605 basehttp 40622 6195654656 "GET /en/ HTTP/1.1" 200 46802 WARNING 2025-08-06 15:08:02,627 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:08:02,627 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:08:02,704 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:08:02,705 basehttp 40622 6212481024 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:08:02,706 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:08:32,705 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:09:02,691 basehttp 40622 6195654656 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:09:02,693 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:09:32,698 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:09:44,974 basehttp 40622 6212481024 "GET /en/ HTTP/1.1" 200 47678 WARNING 2025-08-06 15:09:44,987 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:09:44,987 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:09:45,051 basehttp 40622 6212481024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:09:45,060 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:09:45,061 basehttp 40622 6229307392 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:09:45,064 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:10:05,321 basehttp 40622 6195654656 "GET /en/htmx/dismiss-notification/179a5949-1eb9-4f15-8011-21a226384e84/ HTTP/1.1" 200 23 WARNING 2025-08-06 15:10:05,349 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:10:05,349 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:10:07,005 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:10:07,005 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:10:07,021 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:10:07,021 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:10:15,032 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:10:45,056 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:10:45,060 basehttp 40622 6212481024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:10:45,061 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:11:15,033 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:11:45,062 basehttp 40622 6212481024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:11:45,063 basehttp 40622 6229307392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:11:45,064 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:12:15,051 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:12:45,063 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:12:45,064 basehttp 40622 6229307392 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:12:45,067 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:13:15,038 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:13:45,064 basehttp 40622 6212481024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:13:45,065 basehttp 40622 6229307392 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:13:45,066 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:14:01,249 basehttp 40622 6195654656 "GET /en/ HTTP/1.1" 200 47679 WARNING 2025-08-06 15:14:01,269 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:14:01,269 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:14:01,377 basehttp 40622 6229307392 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:14:01,377 basehttp 40622 6246133760 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:14:01,382 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:14:01,387 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:14:20,439 basehttp 40622 6195654656 "GET /en/ HTTP/1.1" 200 47788 WARNING 2025-08-06 15:14:20,456 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:14:20,457 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:14:20,537 basehttp 40622 6229307392 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:14:20,539 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:14:20,543 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:14:20,547 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:14:50,513 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:15:20,534 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:15:20,536 basehttp 40622 6212481024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:15:20,537 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:15:50,520 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:16:20,532 basehttp 40622 6246133760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:16:20,532 basehttp 40622 6212481024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:16:20,535 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:16:50,523 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:17:20,529 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:17:20,535 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:17:20,538 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:17:50,524 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:18:20,543 basehttp 40622 6212481024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:18:20,543 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:18:20,546 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:18:50,528 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:19:20,543 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:19:20,545 basehttp 40622 6212481024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:19:20,547 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:19:50,533 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:20:20,542 basehttp 40622 6195654656 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:20:20,544 basehttp 40622 6246133760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:20:20,546 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:20:50,539 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:21:20,548 basehttp 40622 6212481024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:21:20,548 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:21:20,551 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:21:50,531 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:22:20,536 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:22:20,537 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:22:20,540 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:22:50,534 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:23:20,538 basehttp 40622 6212481024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:23:20,538 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:23:20,541 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:23:26,413 basehttp 40622 6195654656 "GET /en/ HTTP/1.1" 200 47471 WARNING 2025-08-06 15:23:26,425 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:23:26,425 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:23:26,512 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7095 INFO 2025-08-06 15:23:26,512 basehttp 40622 6212481024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:23:26,515 basehttp 40622 6229307392 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:23:26,516 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:23:56,491 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:24:26,515 basehttp 40622 6246133760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7095 INFO 2025-08-06 15:24:26,517 basehttp 40622 6229307392 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:24:26,518 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:24:56,495 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:25:24,956 basehttp 40622 6212481024 "GET /en/ HTTP/1.1" 200 47329 WARNING 2025-08-06 15:25:24,971 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:25:24,971 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:25:25,041 basehttp 40622 6212481024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7234 INFO 2025-08-06 15:25:25,058 basehttp 40622 6195654656 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:25:25,059 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:25:25,061 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:25:55,041 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:26:25,055 basehttp 40622 6229307392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7234 INFO 2025-08-06 15:26:25,056 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:26:25,057 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:26:54,961 basehttp 40622 6195654656 "GET /en/ HTTP/1.1" 200 47283 WARNING 2025-08-06 15:26:54,976 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:26:54,976 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:26:55,058 basehttp 40622 6212481024 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:26:55,060 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7284 INFO 2025-08-06 15:26:55,062 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:26:55,062 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:27:25,047 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:27:55,034 basehttp 40622 6246133760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7284 INFO 2025-08-06 15:27:55,037 basehttp 40622 6229307392 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:27:55,038 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:28:25,032 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:28:35,317 basehttp 40622 6195654656 "GET /en/ HTTP/1.1" 200 47283 WARNING 2025-08-06 15:28:35,338 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:28:35,338 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:28:35,424 basehttp 40622 6212481024 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:28:35,425 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7202 INFO 2025-08-06 15:28:35,426 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:28:35,427 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:28:57,480 basehttp 40622 6229307392 "GET /en/ HTTP/1.1" 200 47283 WARNING 2025-08-06 15:28:57,500 log 40622 6229307392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:28:57,500 basehttp 40622 6229307392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:28:57,581 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:28:57,589 basehttp 40622 6195654656 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:28:57,593 basehttp 40622 6212481024 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:28:57,595 basehttp 40622 6229307392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6583 INFO 2025-08-06 15:29:27,562 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:29:40,217 basehttp 40622 6229307392 "GET /en/ HTTP/1.1" 200 47283 WARNING 2025-08-06 15:29:40,237 log 40622 6229307392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:29:40,237 basehttp 40622 6229307392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:29:40,304 basehttp 40622 6246133760 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:29:40,312 basehttp 40622 6195654656 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:29:40,314 basehttp 40622 6229307392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 5178 INFO 2025-08-06 15:29:40,316 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:30:10,304 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:30:29,253 basehttp 40622 6212481024 "GET /en/ HTTP/1.1" 200 47283 WARNING 2025-08-06 15:30:29,273 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:30:29,273 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:30:29,355 basehttp 40622 6195654656 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:30:29,360 basehttp 40622 6246133760 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:30:29,360 basehttp 40622 6212481024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 5208 INFO 2025-08-06 15:30:29,363 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:30:59,323 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:31:14,219 basehttp 40622 6229307392 "GET /en/ HTTP/1.1" 200 47283 WARNING 2025-08-06 15:31:14,236 log 40622 6229307392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:31:14,237 basehttp 40622 6229307392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:31:14,315 basehttp 40622 6195654656 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:31:14,323 basehttp 40622 6229307392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4548 INFO 2025-08-06 15:31:14,324 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:31:14,325 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:31:44,430 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:32:14,427 basehttp 40622 6212481024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4548 INFO 2025-08-06 15:32:14,428 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:32:14,429 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:32:22,994 basehttp 40622 6212481024 "GET /en/ HTTP/1.1" 200 47283 WARNING 2025-08-06 15:32:23,014 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:32:23,014 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:32:23,103 basehttp 40622 6212481024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4514 INFO 2025-08-06 15:32:23,104 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:32:23,105 basehttp 40622 6195654656 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:32:23,106 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:32:25,460 basehttp 40622 6246133760 "GET /en/notifications/ HTTP/1.1" 200 66760 WARNING 2025-08-06 15:32:25,476 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:32:25,477 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:32:25,515 basehttp 40622 6246133760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4514 WARNING 2025-08-06 15:32:30,906 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:32:30,907 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:32:30,921 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:32:30,921 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:32:53,081 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:33:23,101 basehttp 40622 6246133760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4514 INFO 2025-08-06 15:33:23,102 basehttp 40622 6229307392 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:33:23,103 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:33:53,075 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:33:59,769 basehttp 40622 6195654656 "GET /en/ HTTP/1.1" 200 47326 WARNING 2025-08-06 15:33:59,787 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:33:59,787 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:33:59,828 basehttp 40622 6212481024 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:33:59,830 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4454 INFO 2025-08-06 15:33:59,835 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:33:59,864 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:34:29,821 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:34:37,956 basehttp 40622 6229307392 "GET /en/ HTTP/1.1" 200 47326 WARNING 2025-08-06 15:34:37,977 log 40622 6229307392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:34:37,977 basehttp 40622 6229307392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:34:38,057 basehttp 40622 6212481024 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:34:38,071 basehttp 40622 6229307392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4448 INFO 2025-08-06 15:34:38,072 basehttp 40622 6195654656 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:34:38,074 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:34:59,666 basehttp 40622 6246133760 "GET /en/ HTTP/1.1" 200 47341 WARNING 2025-08-06 15:34:59,682 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:34:59,682 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:34:59,759 basehttp 40622 6212481024 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:34:59,760 basehttp 40622 6246133760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 15:34:59,762 basehttp 40622 6229307392 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:34:59,765 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:35:27,096 basehttp 40622 6195654656 "GET /en/ HTTP/1.1" 200 47335 WARNING 2025-08-06 15:35:27,110 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:35:27,110 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:35:27,151 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 15:35:27,159 basehttp 40622 6246133760 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:35:27,160 basehttp 40622 6212481024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:35:27,162 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:35:57,165 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:36:27,171 basehttp 40622 6212481024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:36:27,173 basehttp 40622 6229307392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 15:36:27,174 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:36:31,673 basehttp 40622 6246133760 "GET /en/ HTTP/1.1" 200 47475 WARNING 2025-08-06 15:36:31,692 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:36:31,693 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:36:31,757 basehttp 40622 6195654656 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:36:31,766 basehttp 40622 6212481024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:36:31,768 basehttp 40622 6246133760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4300 INFO 2025-08-06 15:36:31,770 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:37:01,751 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:37:06,803 basehttp 40622 6229307392 "GET /en/ HTTP/1.1" 200 47327 WARNING 2025-08-06 15:37:06,822 log 40622 6229307392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:37:06,823 basehttp 40622 6229307392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:37:06,901 basehttp 40622 6212481024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:37:06,902 basehttp 40622 6229307392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 15:37:06,903 basehttp 40622 6195654656 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:37:06,905 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:37:33,042 basehttp 40622 6246133760 "GET /en/patients/ HTTP/1.1" 200 67020 INFO 2025-08-06 15:37:33,092 basehttp 40622 6246133760 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 15:37:37,238 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:38:06,953 basehttp 40622 6246133760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 15:38:06,955 basehttp 40622 6195654656 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:38:07,237 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:38:37,246 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:38:43,544 basehttp 40622 6195654656 "GET /en/appointments/create/ HTTP/1.1" 200 33640 WARNING 2025-08-06 15:38:43,563 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:38:43,563 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:38:43,604 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 WARNING 2025-08-06 15:38:46,521 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:38:46,522 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:38:46,539 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:38:46,539 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:38:47,926 basehttp 40622 6195654656 "GET /en/ HTTP/1.1" 200 47327 WARNING 2025-08-06 15:38:47,948 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:38:47,949 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:38:48,028 basehttp 40622 6229307392 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:38:48,029 basehttp 40622 6212481024 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:38:48,031 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 15:38:48,032 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-08-06 15:38:52,345 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:38:52,346 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:38:55,448 basehttp 40622 6246133760 "GET /en/notifications/?search= HTTP/1.1" 200 66804 WARNING 2025-08-06 15:38:55,467 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:38:55,467 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:38:55,509 basehttp 40622 6246133760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 15:38:59,344 basehttp 40622 6246133760 "GET /en/notifications/?search= HTTP/1.1" 200 66804 WARNING 2025-08-06 15:38:59,360 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:38:59,360 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:38:59,405 basehttp 40622 6246133760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 15:39:02,657 basehttp 40622 6246133760 "GET /en/notifications/?search= HTTP/1.1" 200 66804 WARNING 2025-08-06 15:39:02,677 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:39:02,677 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:39:02,728 basehttp 40622 6246133760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 15:39:05,416 basehttp 40622 6246133760 "GET /en/notifications/34/ HTTP/1.1" 200 34440 WARNING 2025-08-06 15:39:05,442 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:39:05,442 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:39:05,485 basehttp 40622 6246133760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 WARNING 2025-08-06 15:39:17,210 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:39:17,211 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:39:17,234 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:39:17,234 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:39:35,570 log 40622 6246133760 Not Found: /extra/profile WARNING 2025-08-06 15:39:35,571 basehttp 40622 6246133760 "GET /extra/profile HTTP/1.1" 404 2563 WARNING 2025-08-06 15:39:35,598 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:39:35,599 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:39:38,101 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:39:38,102 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:39:38,128 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:39:38,128 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:39:58,358 basehttp 40622 6246133760 "GET / HTTP/1.1" 302 0 INFO 2025-08-06 15:39:58,372 basehttp 40622 6195654656 "GET /en/ HTTP/1.1" 200 47327 WARNING 2025-08-06 15:39:58,391 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:39:58,391 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:39:58,481 basehttp 40622 6229307392 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:39:58,482 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 15:39:58,482 basehttp 40622 6246133760 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:39:58,482 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 ERROR 2025-08-06 15:40:28,329 log 40622 6195654656 Internal Server Error: /en/departments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_department_action' not found. 'bulk_department_action' is not a valid view function or pattern name. ERROR 2025-08-06 15:40:28,330 basehttp 40622 6195654656 "GET /en/departments/ HTTP/1.1" 500 184470 WARNING 2025-08-06 15:40:28,349 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:40:28,349 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:43:29,748 autoreload 40622 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/urls.py changed, reloading. INFO 2025-08-06 15:43:30,104 autoreload 61481 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 15:43:30,899 log 61481 6201913344 Internal Server Error: /en/departments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_department_action' not found. 'bulk_department_action' is not a valid view function or pattern name. ERROR 2025-08-06 15:43:30,901 basehttp 61481 6201913344 "GET /en/departments/ HTTP/1.1" 500 184607 WARNING 2025-08-06 15:43:30,918 log 61481 6201913344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:43:30,918 basehttp 61481 6201913344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 15:43:32,033 log 61481 6201913344 Internal Server Error: /en/departments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_department_action' not found. 'bulk_department_action' is not a valid view function or pattern name. ERROR 2025-08-06 15:43:32,036 basehttp 61481 6201913344 "GET /en/departments/ HTTP/1.1" 500 184607 WARNING 2025-08-06 15:43:32,053 log 61481 6201913344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:43:32,053 basehttp 61481 6201913344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 15:43:56,970 log 61481 6201913344 Internal Server Error: /en/departments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_department_activate' not found. 'bulk_department_activate' is not a valid view function or pattern name. ERROR 2025-08-06 15:43:56,971 basehttp 61481 6201913344 "GET /en/departments/ HTTP/1.1" 500 184659 WARNING 2025-08-06 15:43:56,986 log 61481 6201913344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:43:56,986 basehttp 61481 6201913344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 15:43:58,522 log 61481 6201913344 Internal Server Error: /en/departments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_department_activate' not found. 'bulk_department_activate' is not a valid view function or pattern name. ERROR 2025-08-06 15:43:58,523 basehttp 61481 6201913344 "GET /en/departments/ HTTP/1.1" 500 184659 WARNING 2025-08-06 15:43:58,538 log 61481 6201913344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:43:58,538 basehttp 61481 6201913344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 15:44:13,907 log 61481 6201913344 Internal Server Error: /en/departments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'department_detail' with arguments '(74,)' not found. 1 pattern(s) tried: ['en/departments/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-06 15:44:13,908 basehttp 61481 6201913344 "GET /en/departments/ HTTP/1.1" 500 206138 WARNING 2025-08-06 15:44:13,924 log 61481 6201913344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:44:13,924 basehttp 61481 6201913344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:44:39,742 autoreload 61481 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/urls.py changed, reloading. INFO 2025-08-06 15:44:40,103 autoreload 62023 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 15:44:40,825 log 62023 6189543424 Internal Server Error: /en/departments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'import_departments' not found. 'import_departments' is not a valid view function or pattern name. ERROR 2025-08-06 15:44:40,827 basehttp 62023 6189543424 "GET /en/departments/ HTTP/1.1" 500 185356 WARNING 2025-08-06 15:44:40,845 log 62023 6189543424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:44:40,846 basehttp 62023 6189543424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 15:45:41,831 log 62023 6189543424 Internal Server Error: /en/departments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'download_department_template' not found. 'download_department_template' is not a valid view function or pattern name. ERROR 2025-08-06 15:45:41,833 basehttp 62023 6189543424 "GET /en/departments/ HTTP/1.1" 500 184548 WARNING 2025-08-06 15:45:41,849 log 62023 6189543424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:45:41,849 basehttp 62023 6189543424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 15:45:55,932 log 62023 6189543424 Internal Server Error: /en/departments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'toggle_department_status' not found. 'toggle_department_status' is not a valid view function or pattern name. ERROR 2025-08-06 15:45:55,934 basehttp 62023 6189543424 "GET /en/departments/ HTTP/1.1" 500 180959 WARNING 2025-08-06 15:45:55,947 log 62023 6189543424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:45:55,947 basehttp 62023 6189543424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 15:45:56,917 log 62023 6189543424 Internal Server Error: /en/departments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'toggle_department_status' not found. 'toggle_department_status' is not a valid view function or pattern name. ERROR 2025-08-06 15:45:56,919 basehttp 62023 6189543424 "GET /en/departments/ HTTP/1.1" 500 180959 WARNING 2025-08-06 15:45:56,934 log 62023 6189543424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:45:56,935 basehttp 62023 6189543424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 15:48:35,503 log 62023 6189543424 Internal Server Error: /en/departments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'toggle_department_status' not found. 'toggle_department_status' is not a valid view function or pattern name. ERROR 2025-08-06 15:48:35,504 basehttp 62023 6189543424 "GET /en/departments/ HTTP/1.1" 500 180774 WARNING 2025-08-06 15:48:35,518 log 62023 6189543424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:48:35,518 basehttp 62023 6189543424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:49:08,807 basehttp 62023 6189543424 "GET /en/departments/ HTTP/1.1" 200 134360 WARNING 2025-08-06 15:49:08,818 log 62023 6189543424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:49:08,818 basehttp 62023 6189543424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:49:08,866 basehttp 62023 6189543424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 WARNING 2025-08-06 15:49:12,265 log 62023 6189543424 Not Found: /en/departments/74/activate/ WARNING 2025-08-06 15:49:12,266 basehttp 62023 6189543424 "POST /en/departments/74/activate/ HTTP/1.1" 404 8014 WARNING 2025-08-06 15:49:16,541 log 62023 6189543424 Not Found: /en/departments/74/activate/ WARNING 2025-08-06 15:49:16,541 basehttp 62023 6189543424 "POST /en/departments/74/activate/ HTTP/1.1" 404 8014 ERROR 2025-08-06 15:49:21,360 log 62023 6189543424 Internal Server Error: /en/departments/74/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py", line 768, in get_context_data 'employee_count': department.get_employee_count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Department' object has no attribute 'get_employee_count' ERROR 2025-08-06 15:49:21,366 basehttp 62023 6189543424 "GET /en/departments/74/ HTTP/1.1" 500 85615 WARNING 2025-08-06 15:49:21,386 log 62023 6189543424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:49:21,386 basehttp 62023 6189543424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:51:31,074 autoreload 62023 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/models.py changed, reloading. INFO 2025-08-06 15:51:31,368 autoreload 64989 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 15:51:32,421 log 64989 6123843584 Internal Server Error: /en/departments/74/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py", line 768, in get_context_data 'employee_count': department.get_employee_count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable ERROR 2025-08-06 15:51:32,422 basehttp 64989 6123843584 "GET /en/departments/74/ HTTP/1.1" 500 85570 WARNING 2025-08-06 15:51:32,444 log 64989 6123843584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:51:32,444 basehttp 64989 6123843584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:52:43,910 autoreload 64989 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/models.py changed, reloading. INFO 2025-08-06 15:52:44,225 autoreload 65529 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 15:52:45,075 log 65529 6128906240 Internal Server Error: /en/departments/74/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py", line 768, in get_context_data 'employee_count': department.get_employee_count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable ERROR 2025-08-06 15:52:45,077 basehttp 65529 6128906240 "GET /en/departments/74/ HTTP/1.1" 500 85570 WARNING 2025-08-06 15:52:45,099 log 65529 6128906240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:52:45,099 basehttp 65529 6128906240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 15:52:46,035 log 65529 6128906240 Internal Server Error: /en/departments/74/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py", line 768, in get_context_data 'employee_count': department.get_employee_count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable ERROR 2025-08-06 15:52:46,036 basehttp 65529 6128906240 "GET /en/departments/74/ HTTP/1.1" 500 85570 WARNING 2025-08-06 15:52:46,049 log 65529 6128906240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:52:46,049 basehttp 65529 6128906240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:53:51,172 autoreload 65529 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/models.py changed, reloading. INFO 2025-08-06 15:53:51,538 autoreload 65991 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 15:53:52,584 log 65991 6198161408 Internal Server Error: /en/departments/74/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'assign_department_head' not found. 'assign_department_head' is not a valid view function or pattern name. ERROR 2025-08-06 15:53:52,587 basehttp 65991 6198161408 "GET /en/departments/74/ HTTP/1.1" 500 187358 WARNING 2025-08-06 15:53:52,598 log 65991 6198161408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:53:52,598 basehttp 65991 6198161408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 15:53:55,107 log 65991 6198161408 Internal Server Error: /en/departments/74/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'assign_department_head' not found. 'assign_department_head' is not a valid view function or pattern name. ERROR 2025-08-06 15:53:55,109 basehttp 65991 6198161408 "GET /en/departments/74/ HTTP/1.1" 500 187358 WARNING 2025-08-06 15:53:55,126 log 65991 6198161408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:53:55,126 basehttp 65991 6198161408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 16:12:33,585 autoreload 65991 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-08-06 16:12:33,998 autoreload 74136 8601149632 Watching for file changes with StatReloader INFO 2025-08-06 16:15:37,931 autoreload 74136 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/urls.py changed, reloading. INFO 2025-08-06 16:15:38,185 autoreload 75513 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 16:15:41,589 log 75513 6157578240 Internal Server Error: /en/departments/74/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'assign_department_head' with arguments '(74,)' not found. 1 pattern(s) tried: ['en/departments/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/assign\\-head/\\Z'] ERROR 2025-08-06 16:15:41,592 basehttp 75513 6157578240 "GET /en/departments/74/ HTTP/1.1" 500 190969 WARNING 2025-08-06 16:15:41,609 log 75513 6157578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 16:15:41,609 basehttp 75513 6157578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 16:15:53,060 log 75513 6157578240 Internal Server Error: /en/departments/74/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'assign_department_head' with arguments '(74,)' not found. 1 pattern(s) tried: ['en/departments/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/assign\\-head/\\Z'] ERROR 2025-08-06 16:15:53,063 basehttp 75513 6157578240 "GET /en/departments/74/ HTTP/1.1" 500 190969 INFO 2025-08-06 16:15:53,065 autoreload 75513 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/urls.py changed, reloading. INFO 2025-08-06 16:15:53,344 autoreload 75593 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 16:15:54,196 log 75593 6170685440 Internal Server Error: /en/departments/74/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'toggle_department_status' not found. 'toggle_department_status' is not a valid view function or pattern name. ERROR 2025-08-06 16:15:54,198 basehttp 75593 6170685440 "GET /en/departments/74/ HTTP/1.1" 500 165739 WARNING 2025-08-06 16:15:54,214 log 75593 6170685440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 16:15:54,214 basehttp 75593 6170685440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 16:16:44,749 basehttp 75593 6170685440 "GET /en/departments/74/ HTTP/1.1" 200 38186 WARNING 2025-08-06 16:16:44,771 log 75593 6170685440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 16:16:44,771 basehttp 75593 6170685440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 16:16:45,136 basehttp 75593 6170685440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 16:17:45,139 basehttp 75593 6170685440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 16:18:45,145 basehttp 75593 6170685440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 16:19:00,420 autoreload 75593 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/urls.py changed, reloading. INFO 2025-08-06 16:19:00,693 autoreload 76968 8601149632 Watching for file changes with StatReloader INFO 2025-08-06 16:19:06,191 basehttp 76968 6190100480 "GET /en/departments/74/ HTTP/1.1" 200 38186 WARNING 2025-08-06 16:19:06,212 log 76968 6190100480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 16:19:06,212 basehttp 76968 6190100480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 16:19:06,271 basehttp 76968 6190100480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 16:19:08,258 basehttp 76968 6190100480 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42184 INFO 2025-08-06 16:19:08,280 basehttp 76968 6223753216 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-08-06 16:19:08,281 basehttp 76968 6257405952 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-08-06 16:19:08,281 basehttp 76968 6206926848 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 WARNING 2025-08-06 16:19:08,284 log 76968 6190100480 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-06 16:19:08,285 basehttp 76968 6240579584 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-08-06 16:19:08,286 basehttp 76968 6190100480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 16:19:08,286 basehttp 76968 6223753216 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-08-06 16:19:08,287 basehttp 76968 6206926848 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-08-06 16:19:08,287 basehttp 76968 6257405952 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-08-06 16:19:08,287 basehttp 76968 6274232320 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-08-06 16:19:08,291 basehttp 76968 6190100480 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-08-06 16:19:08,291 basehttp 76968 6240579584 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-08-06 16:19:08,338 basehttp 76968 6240579584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 16:19:08,375 basehttp 76968 6240579584 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42184 ERROR 2025-08-06 16:19:08,414 log 76968 6190100480 Internal Server Error: /en/inventory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 889, in inventory_stats 'low_stock_items': InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'quantity' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-06 16:19:08,416 basehttp 76968 6190100480 "GET /en/inventory/htmx/stats/ HTTP/1.1" 500 123947 WARNING 2025-08-06 16:19:14,872 log 76968 6190100480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 16:19:14,872 basehttp 76968 6190100480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 16:19:14,899 log 76968 6190100480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 16:19:14,900 basehttp 76968 6190100480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 16:20:06,294 basehttp 76968 6190100480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 16:21:06,280 basehttp 76968 6190100480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 18:02:57,774 autoreload 22862 8601149632 Watching for file changes with StatReloader INFO 2025-08-06 18:03:01,386 basehttp 22862 6189772800 "GET /en/departments/74/ HTTP/1.1" 200 38186 WARNING 2025-08-06 18:03:01,406 log 22862 6189772800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:03:01,407 basehttp 22862 6189772800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:03:01,449 basehttp 22862 6189772800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 18:03:02,755 basehttp 22862 6189772800 "GET / HTTP/1.1" 302 0 INFO 2025-08-06 18:03:02,772 basehttp 22862 6189772800 "GET /en/ HTTP/1.1" 200 47422 WARNING 2025-08-06 18:03:02,785 log 22862 6189772800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:03:02,785 basehttp 22862 6189772800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:03:02,838 basehttp 22862 6189772800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 18:03:02,857 basehttp 22862 6240251904 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 18:03:02,859 basehttp 22862 6223425536 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 18:03:02,862 basehttp 22862 6206599168 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 18:03:24,363 basehttp 22862 6206599168 "GET /en/ HTTP/1.1" 200 47422 WARNING 2025-08-06 18:03:24,378 log 22862 6206599168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:03:24,378 basehttp 22862 6206599168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:03:24,452 basehttp 22862 6189772800 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 18:03:24,454 basehttp 22862 6240251904 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 18:03:24,455 basehttp 22862 6206599168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 18:03:24,456 basehttp 22862 6223425536 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 18:03:54,442 basehttp 22862 6223425536 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 18:04:22,122 basehttp 22862 6223425536 "GET /en/pharmacy HTTP/1.1" 301 0 ERROR 2025-08-06 18:04:22,171 log 22862 6206599168 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 54, in get_context_data 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-06 18:04:22,173 basehttp 22862 6206599168 "GET /en/pharmacy/ HTTP/1.1" 500 138581 WARNING 2025-08-06 18:04:22,188 log 22862 6206599168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:04:22,188 basehttp 22862 6206599168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:10:40,610 autoreload 26254 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 18:10:43,832 log 26254 6132166656 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 58, in get_context_data 'expired_medications': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'expiry_date' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-06 18:10:43,837 basehttp 26254 6132166656 "GET /en/pharmacy/ HTTP/1.1" 500 138737 WARNING 2025-08-06 18:10:43,854 log 26254 6132166656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:10:43,854 basehttp 26254 6132166656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 18:10:44,652 log 26254 6132166656 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 58, in get_context_data 'expired_medications': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'expiry_date' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-06 18:10:44,654 basehttp 26254 6132166656 "GET /en/pharmacy/ HTTP/1.1" 500 138737 WARNING 2025-08-06 18:10:44,670 log 26254 6132166656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:10:44,670 basehttp 26254 6132166656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:11:20,301 autoreload 26254 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-06 18:11:20,665 autoreload 26589 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 18:11:23,252 log 26589 6170882048 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 62, in get_context_data 'todays_dispensed': DispenseRecord.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'dispensed_datetime' into field. Choices are: copay_amount, counseling_notes, created_at, date_dispensed, dispense_id, dispensed_by, dispensed_by_id, id, identification_verified, insurance_amount, inventory_item, inventory_item_id, is_refill, patient_counseled, picked_up_by, pickup_datetime, prescription, prescription_id, quality_check_performed, quality_notes, quantity_dispensed, quantity_remaining, refill_number, status, total_price, unit_price, updated_at, verified_by, verified_by_id ERROR 2025-08-06 18:11:23,256 basehttp 26589 6170882048 "GET /en/pharmacy/ HTTP/1.1" 500 137123 WARNING 2025-08-06 18:11:23,272 log 26589 6170882048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:11:23,272 basehttp 26589 6170882048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:11:56,235 autoreload 26589 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-06 18:11:56,575 autoreload 26897 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 18:11:59,354 log 26897 6204829696 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 62, in get_context_data 'todays_dispensed': DispenseRecord.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: copay_amount, counseling_notes, created_at, date_dispensed, dispense_id, dispensed_by, dispensed_by_id, id, identification_verified, insurance_amount, inventory_item, inventory_item_id, is_refill, patient_counseled, picked_up_by, pickup_datetime, prescription, prescription_id, quality_check_performed, quality_notes, quantity_dispensed, quantity_remaining, refill_number, status, total_price, unit_price, updated_at, verified_by, verified_by_id ERROR 2025-08-06 18:11:59,372 basehttp 26897 6204829696 "GET /en/pharmacy/ HTTP/1.1" 500 137668 WARNING 2025-08-06 18:11:59,388 log 26897 6204829696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:11:59,388 basehttp 26897 6204829696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:13:01,705 autoreload 26897 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-06 18:13:02,014 autoreload 27354 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 18:13:04,482 log 27354 6137344000 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'prescription_create' not found. 'prescription_create' is not a valid view function or pattern name. ERROR 2025-08-06 18:13:04,484 basehttp 27354 6137344000 "GET /en/pharmacy/ HTTP/1.1" 500 163477 WARNING 2025-08-06 18:13:04,501 log 27354 6137344000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:13:04,501 basehttp 27354 6137344000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:16:51,987 autoreload 27354 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-06 18:16:52,332 autoreload 29047 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 18:16:54,979 log 29047 6157627392 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'medication_create' not found. 'medication_create' is not a valid view function or pattern name. ERROR 2025-08-06 18:16:55,120 basehttp 29047 6157627392 "GET /en/pharmacy/ HTTP/1.1" 500 163857 WARNING 2025-08-06 18:16:55,143 log 29047 6157627392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:16:55,144 basehttp 29047 6157627392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:20:50,793 autoreload 29047 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-06 18:20:51,095 autoreload 30723 8601149632 Watching for file changes with StatReloader INFO 2025-08-06 18:23:37,939 autoreload 30723 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-06 18:23:38,281 autoreload 31937 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 18:30:56,553 log 31937 6201815040 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'medication_create' not found. 'medication_create' is not a valid view function or pattern name. ERROR 2025-08-06 18:30:56,555 basehttp 31937 6201815040 "GET /en/pharmacy/ HTTP/1.1" 500 163857 WARNING 2025-08-06 18:30:56,570 log 31937 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:30:56,571 basehttp 31937 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:35:14,339 autoreload 31937 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-06 18:35:14,709 autoreload 37039 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 18:35:17,221 log 37039 6199783424 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'inventory_create' not found. 'inventory_create' is not a valid view function or pattern name. ERROR 2025-08-06 18:35:17,223 basehttp 37039 6199783424 "GET /en/pharmacy/ HTTP/1.1" 500 163868 WARNING 2025-08-06 18:35:17,237 log 37039 6199783424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:35:17,238 basehttp 37039 6199783424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:43:50,330 autoreload 37039 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-06 18:43:50,626 autoreload 40777 8601149632 Watching for file changes with StatReloader INFO 2025-08-06 18:44:52,393 autoreload 40777 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-06 18:44:52,652 autoreload 41238 8601149632 Watching for file changes with StatReloader INFO 2025-08-06 18:45:10,235 autoreload 41238 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/urls.py changed, reloading. INFO 2025-08-06 18:45:10,503 autoreload 41319 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 18:45:13,512 log 41319 6191247360 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'reports' not found. 'reports' is not a valid view function or pattern name. ERROR 2025-08-06 18:45:13,515 basehttp 41319 6191247360 "GET /en/pharmacy/ HTTP/1.1" 500 163621 WARNING 2025-08-06 18:45:13,532 log 41319 6191247360 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:45:13,532 basehttp 41319 6191247360 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 18:46:07,931 log 41319 6191247360 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'prescribing_provider'. Choices are: tenant, patient, prescriber, medication, encounter, verified_by ERROR 2025-08-06 18:46:07,933 basehttp 41319 6191247360 "GET /en/pharmacy/ HTTP/1.1" 500 217460 WARNING 2025-08-06 18:46:07,947 log 41319 6191247360 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:46:07,947 basehttp 41319 6191247360 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:51:22,172 autoreload 41319 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-06 18:51:22,512 autoreload 44051 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 18:51:25,217 log 44051 6204485632 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'drug_interaction_checker' not found. 'drug_interaction_checker' is not a valid view function or pattern name. ERROR 2025-08-06 18:51:25,240 basehttp 44051 6204485632 "GET /en/pharmacy/ HTTP/1.1" 500 168443 WARNING 2025-08-06 18:51:25,268 log 44051 6204485632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:51:25,269 basehttp 44051 6204485632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 18:52:16,137 log 44051 6204485632 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'drug_interaction_checker' not found. 'drug_interaction_checker' is not a valid view function or pattern name. ERROR 2025-08-06 18:52:16,138 basehttp 44051 6204485632 "GET /en/pharmacy/ HTTP/1.1" 500 164593 WARNING 2025-08-06 18:52:16,151 log 44051 6204485632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:52:16,151 basehttp 44051 6204485632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 18:52:55,649 log 44051 6204485632 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'drug_interaction_check' with no arguments not found. 1 pattern(s) tried: ['en/pharmacy/drug\\-interaction\\-check/(?P[0-9]+)/\\Z'] ERROR 2025-08-06 18:52:55,650 basehttp 44051 6204485632 "GET /en/pharmacy/ HTTP/1.1" 500 166798 WARNING 2025-08-06 18:52:55,667 log 44051 6204485632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:52:55,667 basehttp 44051 6204485632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:57:11,763 basehttp 44051 6204485632 "GET /en/pharmacy/ HTTP/1.1" 200 34838 WARNING 2025-08-06 18:57:11,777 log 44051 6204485632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:57:11,777 basehttp 44051 6204485632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:57:11,849 basehttp 44051 6204485632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-06 18:57:11,920 log 44051 6221312000 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-06 18:57:11,928 log 44051 6238138368 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-06 18:57:11,928 basehttp 44051 6221312000 "GET /en/pharmacy/stats/ HTTP/1.1" 500 124544 ERROR 2025-08-06 18:57:11,929 basehttp 44051 6238138368 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 124726 INFO 2025-08-06 18:57:28,958 basehttp 44051 6238138368 "GET /en/pharmacy/ HTTP/1.1" 200 34838 WARNING 2025-08-06 18:57:28,974 log 44051 6238138368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:57:28,974 basehttp 44051 6238138368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:57:29,041 basehttp 44051 6238138368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-06 18:57:29,107 log 44051 6221312000 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-06 18:57:29,111 basehttp 44051 6221312000 "GET /en/pharmacy/stats/ HTTP/1.1" 500 124544 ERROR 2025-08-06 18:57:29,116 log 44051 6204485632 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-06 18:57:29,117 basehttp 44051 6204485632 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 124726 INFO 2025-08-06 18:57:30,178 basehttp 44051 6204485632 "GET /en/pharmacy/ HTTP/1.1" 200 34838 WARNING 2025-08-06 18:57:30,194 log 44051 6204485632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:57:30,194 basehttp 44051 6204485632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:57:30,256 basehttp 44051 6204485632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-06 18:57:30,302 log 44051 6238138368 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-06 18:57:30,304 basehttp 44051 6238138368 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 124726 ERROR 2025-08-06 18:57:30,312 log 44051 6221312000 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-06 18:57:30,313 basehttp 44051 6221312000 "GET /en/pharmacy/stats/ HTTP/1.1" 500 124544 WARNING 2025-08-06 18:57:31,302 log 44051 6221312000 Not Found: /en/pharmacy/pharmacy/drug-interaction-check/undefined/ WARNING 2025-08-06 18:57:31,302 basehttp 44051 6221312000 "GET /en/pharmacy/pharmacy/drug-interaction-check/undefined/ HTTP/1.1" 404 37993 WARNING 2025-08-06 18:57:31,325 log 44051 6221312000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:57:31,326 basehttp 44051 6221312000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 18:57:36,538 log 44051 6221312000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:57:36,538 basehttp 44051 6221312000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 18:57:36,553 log 44051 6221312000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:57:36,554 basehttp 44051 6221312000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 18:57:40,627 log 44051 6221312000 Internal Server Error: /en/pharmacy/prescriptions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_patient_info' not found. 'get_patient_info' is not a valid view function or pattern name. ERROR 2025-08-06 18:57:40,628 basehttp 44051 6221312000 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 500 178754 WARNING 2025-08-06 18:57:40,645 log 44051 6221312000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:57:40,645 basehttp 44051 6221312000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 18:58:04,864 log 44051 6238138368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:58:04,864 basehttp 44051 6238138368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 18:58:04,894 log 44051 6238138368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:58:04,895 basehttp 44051 6238138368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 18:58:04,916 log 44051 6221312000 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-06 18:58:04,917 basehttp 44051 6221312000 "GET /en/pharmacy/stats/ HTTP/1.1" 500 124544 WARNING 2025-08-06 18:58:05,323 log 44051 6221312000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:58:05,324 basehttp 44051 6221312000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:58:06,717 basehttp 44051 6221312000 "GET /en/ HTTP/1.1" 200 47375 WARNING 2025-08-06 18:58:06,732 log 44051 6221312000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:58:06,733 basehttp 44051 6221312000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:58:06,797 basehttp 44051 6221312000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 18:58:06,802 basehttp 44051 6204485632 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 18:58:06,802 basehttp 44051 6254964736 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 18:58:06,804 basehttp 44051 6238138368 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 ERROR 2025-08-06 18:58:15,885 log 44051 6238138368 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 57, in get_context_data 'specimens_collected': Specimen.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'collection_datetime' into field. Choices are: chain_of_custody, collected_by, collected_by_id, collected_datetime, collection_method, collection_site, container_type, created_at, id, order, order_id, quality, quality_notes, received_by, received_by_id, received_datetime, rejection_reason, results, specimen_id, specimen_number, specimen_type, status, storage_location, storage_temperature, updated_at, volume ERROR 2025-08-06 18:58:15,887 basehttp 44051 6238138368 "GET /en/laboratory/ HTTP/1.1" 500 136030 WARNING 2025-08-06 18:58:15,904 log 44051 6238138368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:58:15,904 basehttp 44051 6238138368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:59:34,412 autoreload 44051 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-06 18:59:34,703 autoreload 47622 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 18:59:37,171 log 47622 6156087296 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 57, in get_context_data 'specimens_collected': Specimen.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: chain_of_custody, collected_by, collected_by_id, collected_datetime, collection_method, collection_site, container_type, created_at, id, order, order_id, quality, quality_notes, received_by, received_by_id, received_datetime, rejection_reason, results, specimen_id, specimen_number, specimen_type, status, storage_location, storage_temperature, updated_at, volume ERROR 2025-08-06 18:59:37,426 basehttp 47622 6156087296 "GET /en/laboratory/ HTTP/1.1" 500 136691 WARNING 2025-08-06 18:59:37,454 log 47622 6156087296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:59:37,455 basehttp 47622 6156087296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 19:01:00,640 autoreload 47622 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-06 19:01:00,936 autoreload 48236 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 19:01:03,845 log 48236 6156906496 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 61, in get_context_data 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-06 19:01:03,850 basehttp 48236 6156906496 "GET /en/laboratory/ HTTP/1.1" 500 137342 WARNING 2025-08-06 19:01:03,871 log 48236 6156906496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 19:01:03,871 basehttp 48236 6156906496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 19:01:32,119 autoreload 48236 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-06 19:01:32,420 autoreload 48468 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 19:01:35,300 log 48468 6193197056 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 65, in get_context_data 'results_completed_today': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'result_datetime' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-06 19:01:35,303 basehttp 48468 6193197056 "GET /en/laboratory/ HTTP/1.1" 500 137225 WARNING 2025-08-06 19:01:35,321 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 19:01:35,322 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 19:59:22,550 log 48468 6193197056 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 65, in get_context_data 'results_completed_today': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'result_datetime' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-06 19:59:22,551 basehttp 48468 6193197056 "GET /en/laboratory/ HTTP/1.1" 500 137225 WARNING 2025-08-06 19:59:22,568 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 19:59:22,568 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:00:00,981 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:00:00,982 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:00:03,366 basehttp 48468 6193197056 "GET /en/ HTTP/1.1" 200 47410 WARNING 2025-08-06 20:00:03,388 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:00:03,388 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:00:03,438 basehttp 48468 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:00:03,452 basehttp 48468 6243676160 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 20:00:03,454 basehttp 48468 6226849792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 20:00:03,455 basehttp 48468 6210023424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 20:00:14,841 basehttp 48468 6210023424 "GET /en/appointments/ HTTP/1.1" 200 33079 WARNING 2025-08-06 20:00:14,860 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:00:14,860 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:00:14,884 basehttp 48468 6210023424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:00:14,886 basehttp 48468 6226849792 "GET /en/appointments/stats/ HTTP/1.1" 200 3136 WARNING 2025-08-06 20:00:32,722 log 48468 6226849792 Not Found: /en/appointments/detail/745/ WARNING 2025-08-06 20:00:32,723 basehttp 48468 6226849792 "GET /en/appointments/detail/745/ HTTP/1.1" 404 27581 WARNING 2025-08-06 20:00:32,745 log 48468 6226849792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:00:32,745 basehttp 48468 6226849792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:00:35,261 log 48468 6226849792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:00:35,261 basehttp 48468 6226849792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:00:35,277 log 48468 6226849792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:00:35,277 basehttp 48468 6226849792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:00:41,511 basehttp 48468 6226849792 "GET /en/appointments/list/ HTTP/1.1" 200 130044 WARNING 2025-08-06 20:00:41,530 log 48468 6226849792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:00:41,530 basehttp 48468 6226849792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:00:41,573 basehttp 48468 6226849792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:01:41,590 basehttp 48468 6226849792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:02:41,596 basehttp 48468 6226849792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:03:41,597 basehttp 48468 6226849792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:04:41,610 basehttp 48468 6226849792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:05:41,608 basehttp 48468 6226849792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:06:41,606 basehttp 48468 6226849792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:06:50,652 basehttp 48468 6226849792 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-08-06 20:06:50,692 basehttp 48468 6193197056 "GET /en/emr/ HTTP/1.1" 200 71697 WARNING 2025-08-06 20:06:50,708 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:06:50,709 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:06:50,735 basehttp 48468 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:06:50,738 basehttp 48468 6210023424 "GET /en/emr/stats/ HTTP/1.1" 200 2966 ERROR 2025-08-06 20:06:58,582 log 48468 6210023424 Internal Server Error: /en/emr/encounters/2098/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'add_clinical_note' not found. 'add_clinical_note' is not a valid view function or pattern name. ERROR 2025-08-06 20:06:58,584 basehttp 48468 6210023424 "GET /en/emr/encounters/2098/ HTTP/1.1" 500 167634 WARNING 2025-08-06 20:06:58,597 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:06:58,597 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:07:01,404 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:01,405 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:07:01,419 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:01,420 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 20:07:03,149 log 48468 6210023424 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'resolve_problem' not found. 'resolve_problem' is not a valid view function or pattern name. ERROR 2025-08-06 20:07:03,150 basehttp 48468 6210023424 "GET /en/emr/problems/ HTTP/1.1" 500 258590 WARNING 2025-08-06 20:07:03,166 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:03,167 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:07:05,414 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:05,414 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:07:05,428 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:05,429 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:07:07,650 basehttp 48468 6210023424 "GET /en/emr/encounters/ HTTP/1.1" 200 149008 WARNING 2025-08-06 20:07:07,671 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:07,671 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:07:07,709 basehttp 48468 6210023424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 WARNING 2025-08-06 20:07:09,988 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:09,989 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:07:10,005 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:10,005 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:07:10,797 basehttp 48468 6210023424 "GET /en/emr/vital-signs/ HTTP/1.1" 200 92572 WARNING 2025-08-06 20:07:10,817 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:10,817 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:07:10,857 basehttp 48468 6210023424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 WARNING 2025-08-06 20:07:21,965 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:21,966 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:07:21,970 basehttp 48468 6210023424 "GET /en/emr/stats/ HTTP/1.1" 200 2966 WARNING 2025-08-06 20:07:21,975 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:21,975 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 20:07:23,171 log 48468 6193197056 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'resolve_problem' not found. 'resolve_problem' is not a valid view function or pattern name. ERROR 2025-08-06 20:07:23,172 basehttp 48468 6193197056 "GET /en/emr/problems/ HTTP/1.1" 500 258590 WARNING 2025-08-06 20:07:23,189 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:23,189 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:07:27,204 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:27,204 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:07:27,217 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:27,218 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:07:33,201 basehttp 48468 6193197056 "GET /en/emr/notes/?status=unsigned HTTP/1.1" 200 24806 WARNING 2025-08-06 20:07:33,224 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:33,224 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:07:33,263 basehttp 48468 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 WARNING 2025-08-06 20:07:35,682 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:35,683 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:07:35,762 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:35,763 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:07:37,443 basehttp 48468 6193197056 "GET /en/emr/encounters/?documentation_complete=false HTTP/1.1" 200 149008 WARNING 2025-08-06 20:07:37,466 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:37,466 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:07:37,532 basehttp 48468 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-06 20:07:48,287 log 48468 6193197056 Internal Server Error: /en/emr/encounters/2098/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'add_clinical_note' not found. 'add_clinical_note' is not a valid view function or pattern name. ERROR 2025-08-06 20:07:48,288 basehttp 48468 6193197056 "GET /en/emr/encounters/2098/ HTTP/1.1" 500 167674 WARNING 2025-08-06 20:07:48,309 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:48,309 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:07:50,805 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:50,805 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:07:50,817 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:50,824 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 20:07:57,048 log 48468 6193197056 Internal Server Error: /en/emr/encounters/2098/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'add_clinical_note' not found. 'add_clinical_note' is not a valid view function or pattern name. ERROR 2025-08-06 20:07:57,049 basehttp 48468 6193197056 "GET /en/emr/encounters/2098/ HTTP/1.1" 500 167674 WARNING 2025-08-06 20:07:57,064 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:57,065 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:07:59,367 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:59,367 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:07:59,393 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:59,395 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:08:05,610 basehttp 48468 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 WARNING 2025-08-06 20:08:05,612 log 48468 6226849792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:08:05,613 basehttp 48468 6226849792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:08:05,617 basehttp 48468 6210023424 "GET /en/emr/stats/ HTTP/1.1" 200 2966 WARNING 2025-08-06 20:08:05,623 log 48468 6226849792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:08:05,623 basehttp 48468 6226849792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:08:35,159 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:08:35,159 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:08:35,161 basehttp 48468 6226849792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 WARNING 2025-08-06 20:08:35,166 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:08:35,166 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:09:35,135 basehttp 48468 6210023424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-06 20:09:41,468 log 48468 6210023424 Internal Server Error: /en/inpatients/wards/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 231, in render raise ValueError( ValueError: Need 2 values to unpack in for loop; got 8. ERROR 2025-08-06 20:09:41,469 basehttp 48468 6210023424 "GET /en/inpatients/wards/ HTTP/1.1" 500 179290 WARNING 2025-08-06 20:09:41,489 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:09:41,490 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:09:45,564 basehttp 48468 6210023424 "GET /en/inpatients/ HTTP/1.1" 200 42302 WARNING 2025-08-06 20:09:45,581 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:09:45,581 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:09:45,661 basehttp 48468 6210023424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:09:45,665 basehttp 48468 6226849792 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-06 20:09:45,691 basehttp 48468 6193197056 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-06 20:09:53,127 basehttp 48468 6193197056 "GET /en/inpatients/beds/ HTTP/1.1" 200 782106 INFO 2025-08-06 20:09:53,177 basehttp 48468 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:09:53,232 basehttp 48468 6193197056 "GET /en/inpatients/beds/ HTTP/1.1" 200 782106 INFO 2025-08-06 20:10:23,280 basehttp 48468 6193197056 "GET /en/inpatients/beds/ HTTP/1.1" 200 782106 INFO 2025-08-06 20:10:53,186 basehttp 48468 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:10:53,244 basehttp 48468 6193197056 "GET /en/inpatients/beds/ HTTP/1.1" 200 782106 INFO 2025-08-06 20:11:23,278 basehttp 48468 6193197056 "GET /en/inpatients/beds/ HTTP/1.1" 200 782106 INFO 2025-08-06 20:11:39,611 basehttp 48468 6193197056 "GET /en/inpatients/beds/ HTTP/1.1" 200 782106 INFO 2025-08-06 20:11:39,663 basehttp 48468 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:11:39,721 basehttp 48468 6193197056 "GET /en/inpatients/beds/ HTTP/1.1" 200 782106 INFO 2025-08-06 20:11:42,550 basehttp 48468 6193197056 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-06 20:11:42,556 basehttp 48468 6210023424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:11:42,592 basehttp 48468 6226849792 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-06 20:11:59,670 basehttp 48468 6226849792 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-06 20:12:07,033 basehttp 48468 6226849792 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 40429 INFO 2025-08-06 20:12:07,073 basehttp 48468 6226849792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:12:10,253 basehttp 48468 6226849792 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 92469 INFO 2025-08-06 20:12:10,291 basehttp 48468 6226849792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:12:37,955 basehttp 48468 6226849792 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-06 20:12:42,524 basehttp 48468 6226849792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:12:42,548 basehttp 48468 6210023424 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 ERROR 2025-08-06 20:12:44,416 log 48468 6210023424 Internal Server Error: /en/inpatients/wards/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 231, in render raise ValueError( ValueError: Need 2 values to unpack in for loop; got 8. ERROR 2025-08-06 20:12:44,417 basehttp 48468 6210023424 "GET /en/inpatients/wards/ HTTP/1.1" 500 179455 INFO 2025-08-06 20:13:07,962 basehttp 48468 6210023424 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-06 20:13:15,599 basehttp 48468 6210023424 "GET /en/inpatients/transfers/ HTTP/1.1" 200 23209 INFO 2025-08-06 20:13:15,639 basehttp 48468 6210023424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:13:20,322 basehttp 48468 6210023424 "GET /en/inpatients/surgery/ HTTP/1.1" 200 24079 INFO 2025-08-06 20:13:20,358 basehttp 48468 6210023424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:13:37,959 basehttp 48468 6210023424 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-06 20:13:42,531 basehttp 48468 6210023424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-06 20:13:52,103 log 48468 6210023424 Internal Server Error: /en/appointments/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1722, in get_context_data ).order_by('scheduled_date', 'scheduled_time') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_date' into field. Choices are: acceptable_times, actual_duration_minutes, appointment_type, authorization_number, authorization_required, cancellation_reason, cancelled_at, cancelled_by, cancelled_by_id, checked_in_at, checked_in_by, checked_in_by_id, chief_complaint, clinical_notes, completed_at, created_at, created_by, created_by_id, duration_minutes, earliest_acceptable_date, encounters, flexible_scheduling, id, insurance_verified, interpreter_language, interpreter_needed, is_telemedicine, latest_acceptable_date, location, meeting_id, meeting_password, meeting_url, patient, patient_id, preferred_date, preferred_time, priority, provider, provider_id, queue_entries, referring_provider, reminder_preferences, request_id, rescheduled_appointments, rescheduled_from, rescheduled_from_id, room_number, scheduled_datetime, scheduled_end_datetime, special_requirements, specialty, status, telemedicine_platform, telemedicine_session, tenant, tenant_id, updated_at, urgency_score ERROR 2025-08-06 20:13:52,104 basehttp 48468 6210023424 "GET /en/appointments/queue/ HTTP/1.1" 500 108287 INFO 2025-08-06 20:14:02,298 basehttp 48468 6210023424 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 22136 INFO 2025-08-06 20:14:02,339 basehttp 48468 6210023424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:14:13,517 basehttp 48468 6210023424 "GET /en/appointments/stats/ HTTP/1.1" 200 3136 WARNING 2025-08-06 20:14:21,575 log 48468 6210023424 Not Found: /en/appointments/detail/783/ WARNING 2025-08-06 20:14:21,576 basehttp 48468 6210023424 "GET /en/appointments/detail/783/ HTTP/1.1" 404 27581 INFO 2025-08-06 20:14:58,085 basehttp 48468 6210023424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:14:58,087 basehttp 48468 6226849792 "GET /en/appointments/stats/ HTTP/1.1" 200 3136 WARNING 2025-08-06 20:15:05,235 log 48468 6226849792 Not Found: /en/appointments/detail/745/ WARNING 2025-08-06 20:15:05,236 basehttp 48468 6226849792 "GET /en/appointments/detail/745/ HTTP/1.1" 404 27581 INFO 2025-08-06 20:15:20,446 basehttp 48468 6226849792 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-08-06 20:15:20,503 basehttp 48468 6210023424 "GET /en/admin/ HTTP/1.1" 200 86264 INFO 2025-08-06 20:15:20,511 basehttp 48468 6226849792 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-06 20:15:20,511 basehttp 48468 6193197056 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-06 20:15:20,512 basehttp 48468 6210023424 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-06 20:15:20,513 basehttp 48468 6193197056 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-06 20:15:20,513 basehttp 48468 6210023424 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-06 20:15:20,513 basehttp 48468 6226849792 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-08-06 20:15:20,514 basehttp 48468 6210023424 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-06 20:15:20,516 basehttp 48468 6210023424 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-06 20:15:20,517 basehttp 48468 6226849792 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-06 20:15:35,035 basehttp 48468 6226849792 "GET /en/admin/appointments/appointmentrequest/ HTTP/1.1" 200 154138 INFO 2025-08-06 20:15:35,050 basehttp 48468 6226849792 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-06 20:15:35,051 basehttp 48468 6243676160 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-06 20:15:35,053 basehttp 48468 6277328896 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-06 20:15:35,053 basehttp 48468 6260502528 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-06 20:15:35,055 basehttp 48468 6243676160 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-06 20:15:35,055 basehttp 48468 6226849792 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-06 20:15:35,056 basehttp 48468 6277328896 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-06 20:15:35,058 basehttp 48468 6226849792 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-08-06 20:15:35,058 basehttp 48468 6243676160 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-06 20:15:35,059 basehttp 48468 6210023424 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-06 20:15:35,059 basehttp 48468 6193197056 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-06 20:15:35,060 basehttp 48468 6260502528 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-06 20:15:35,061 basehttp 48468 6193197056 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-06 20:15:35,063 basehttp 48468 6193197056 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-06 20:15:35,073 basehttp 48468 6193197056 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-06 20:15:35,073 basehttp 48468 6260502528 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-08-06 20:15:35,074 basehttp 48468 6260502528 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-06 20:15:38,870 basehttp 48468 6260502528 "GET /en/admin/appointments/appointmentrequest/2210/change/ HTTP/1.1" 200 336381 INFO 2025-08-06 20:15:38,888 basehttp 48468 6260502528 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-06 20:15:38,889 basehttp 48468 6277328896 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-06 20:15:38,890 basehttp 48468 6226849792 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-08-06 20:15:38,890 basehttp 48468 6210023424 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-08-06 20:15:38,890 basehttp 48468 6243676160 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-08-06 20:15:38,891 basehttp 48468 6260502528 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-06 20:15:38,892 basehttp 48468 6260502528 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-06 20:15:38,893 basehttp 48468 6260502528 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-08-06 20:15:38,894 basehttp 48468 6193197056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-06 20:15:38,894 basehttp 48468 6260502528 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-06 20:15:38,940 basehttp 48468 6260502528 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-08-06 20:15:38,940 basehttp 48468 6193197056 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-08-06 20:15:52,416 basehttp 48468 6260502528 "GET /en/admin/appointments/appointmentrequest/ HTTP/1.1" 200 154138 INFO 2025-08-06 20:16:05,405 basehttp 48468 6260502528 "GET /en/admin/appointments/appointmenttemplate/ HTTP/1.1" 200 138255 INFO 2025-08-06 20:16:05,422 basehttp 48468 6260502528 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-06 20:16:07,769 basehttp 48468 6260502528 "GET /en/admin/appointments/appointmenttemplate/234/change/ HTTP/1.1" 200 122787 INFO 2025-08-06 20:16:07,787 basehttp 48468 6260502528 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-06 20:16:23,978 basehttp 48468 6260502528 "GET /en/admin/appointments/appointmenttemplate/ HTTP/1.1" 200 138255 INFO 2025-08-06 20:16:32,440 basehttp 48468 6260502528 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 154240 INFO 2025-08-06 20:16:32,458 basehttp 48468 6260502528 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-06 20:16:38,655 basehttp 48468 6260502528 "GET /en/admin/appointments/queueentry/12/change/ HTTP/1.1" 200 347437 INFO 2025-08-06 20:16:38,672 basehttp 48468 6260502528 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-06 20:16:43,102 basehttp 48468 6260502528 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 154240 INFO 2025-08-06 20:16:45,424 basehttp 48468 6260502528 "GET /en/admin/appointments/appointmenttemplate/ HTTP/1.1" 200 138255 INFO 2025-08-06 20:16:46,274 basehttp 48468 6260502528 "GET /en/admin/appointments/appointmentrequest/ HTTP/1.1" 200 154138 INFO 2025-08-06 20:18:14,306 basehttp 48468 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:18:14,308 basehttp 48468 6260502528 "GET /en/appointments/stats/ HTTP/1.1" 200 3136 ERROR 2025-08-06 20:18:30,823 log 48468 6260502528 Internal Server Error: /en/appointments/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1722, in get_context_data ).order_by('scheduled_date', 'scheduled_time') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_date' into field. Choices are: acceptable_times, actual_duration_minutes, appointment_type, authorization_number, authorization_required, cancellation_reason, cancelled_at, cancelled_by, cancelled_by_id, checked_in_at, checked_in_by, checked_in_by_id, chief_complaint, clinical_notes, completed_at, created_at, created_by, created_by_id, duration_minutes, earliest_acceptable_date, encounters, flexible_scheduling, id, insurance_verified, interpreter_language, interpreter_needed, is_telemedicine, latest_acceptable_date, location, meeting_id, meeting_password, meeting_url, patient, patient_id, preferred_date, preferred_time, priority, provider, provider_id, queue_entries, referring_provider, reminder_preferences, request_id, rescheduled_appointments, rescheduled_from, rescheduled_from_id, room_number, scheduled_datetime, scheduled_end_datetime, special_requirements, specialty, status, telemedicine_platform, telemedicine_session, tenant, tenant_id, updated_at, urgency_score ERROR 2025-08-06 20:18:30,824 basehttp 48468 6260502528 "GET /en/appointments/queue/ HTTP/1.1" 500 108287 INFO 2025-08-06 20:27:26,970 autoreload 48468 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-08-06 20:27:27,330 autoreload 85641 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 20:27:29,940 log 85641 6128922624 Internal Server Error: /en/appointments/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1722, in get_context_data ).order_by('scheduled_date', 'scheduled_time') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_date' into field. Choices are: acceptable_times, actual_duration_minutes, appointment_type, authorization_number, authorization_required, cancellation_reason, cancelled_at, cancelled_by, cancelled_by_id, checked_in_at, checked_in_by, checked_in_by_id, chief_complaint, clinical_notes, completed_at, created_at, created_by, created_by_id, duration_minutes, earliest_acceptable_date, encounters, flexible_scheduling, id, insurance_verified, interpreter_language, interpreter_needed, is_telemedicine, latest_acceptable_date, location, meeting_id, meeting_password, meeting_url, patient, patient_id, preferred_date, preferred_time, priority, provider, provider_id, queue_entries, referring_provider, reminder_preferences, request_id, rescheduled_appointments, rescheduled_from, rescheduled_from_id, room_number, scheduled_datetime, scheduled_end_datetime, special_requirements, specialty, status, telemedicine_platform, telemedicine_session, tenant, tenant_id, updated_at, urgency_score ERROR 2025-08-06 20:27:29,943 basehttp 85641 6128922624 "GET /en/appointments/queue/ HTTP/1.1" 500 108424 ERROR 2025-08-06 20:27:30,739 log 85641 6128922624 Internal Server Error: /en/appointments/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1722, in get_context_data ).order_by('scheduled_date', 'scheduled_time') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_date' into field. Choices are: acceptable_times, actual_duration_minutes, appointment_type, authorization_number, authorization_required, cancellation_reason, cancelled_at, cancelled_by, cancelled_by_id, checked_in_at, checked_in_by, checked_in_by_id, chief_complaint, clinical_notes, completed_at, created_at, created_by, created_by_id, duration_minutes, earliest_acceptable_date, encounters, flexible_scheduling, id, insurance_verified, interpreter_language, interpreter_needed, is_telemedicine, latest_acceptable_date, location, meeting_id, meeting_password, meeting_url, patient, patient_id, preferred_date, preferred_time, priority, provider, provider_id, queue_entries, referring_provider, reminder_preferences, request_id, rescheduled_appointments, rescheduled_from, rescheduled_from_id, room_number, scheduled_datetime, scheduled_end_datetime, special_requirements, specialty, status, telemedicine_platform, telemedicine_session, tenant, tenant_id, updated_at, urgency_score ERROR 2025-08-06 20:27:30,740 basehttp 85641 6128922624 "GET /en/appointments/queue/ HTTP/1.1" 500 108424 INFO 2025-08-06 20:29:16,693 autoreload 85641 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-08-06 20:29:17,025 autoreload 86400 8601149632 Watching for file changes with StatReloader INFO 2025-08-06 20:31:24,873 basehttp 86400 6194786304 "GET /en/appointments/queue/ HTTP/1.1" 200 19472 INFO 2025-08-06 20:31:24,914 basehttp 86400 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:31:33,046 basehttp 86400 6194786304 "GET /en/appointments/queue/ HTTP/1.1" 200 19472 INFO 2025-08-06 20:31:33,091 basehttp 86400 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:32:33,084 basehttp 86400 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:33:22,710 autoreload 86400 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-08-06 20:33:23,012 autoreload 88148 8601149632 Watching for file changes with StatReloader WARNING 2025-08-06 20:33:27,210 log 88148 6161068032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:33:27,210 basehttp 88148 6161068032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:33:33,138 basehttp 88148 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:34:33,092 basehttp 88148 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:35:33,058 basehttp 88148 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:36:33,059 basehttp 88148 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:37:33,064 basehttp 88148 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:38:33,072 basehttp 88148 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:39:33,077 basehttp 88148 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:40:33,079 basehttp 88148 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:41:33,088 basehttp 88148 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:42:33,091 basehttp 88148 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:43:33,097 basehttp 88148 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:44:33,102 basehttp 88148 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:44:57,306 autoreload 88148 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-08-06 20:44:57,734 autoreload 93212 8601149632 Watching for file changes with StatReloader INFO 2025-08-06 20:45:33,173 basehttp 93212 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:46:33,114 basehttp 93212 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:47:33,117 basehttp 93212 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:48:33,119 basehttp 93212 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:49:33,128 basehttp 93212 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:50:33,169 basehttp 93212 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:51:33,179 basehttp 93212 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:52:33,183 basehttp 93212 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:53:33,189 basehttp 93212 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:54:33,187 basehttp 93212 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:55:33,196 basehttp 93212 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:56:33,202 basehttp 93212 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:57:33,209 basehttp 93212 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:58:33,202 basehttp 93212 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 23:22:19,959 autoreload 24520 8601149632 Watching for file changes with StatReloader INFO 2025-08-06 23:22:26,279 basehttp 24520 6135820288 "GET / HTTP/1.1" 302 0 INFO 2025-08-06 23:22:26,491 basehttp 24520 6135820288 "GET /en/ HTTP/1.1" 200 47427 INFO 2025-08-06 23:22:26,601 basehttp 24520 13438578688 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 23:22:26,602 basehttp 24520 6169473024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 23:22:26,604 basehttp 24520 6135820288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-06 23:22:26,605 basehttp 24520 6152646656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-08-06 23:22:26,665 log 24520 6152646656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:22:26,665 basehttp 24520 6152646656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 23:22:36,503 basehttp 24520 6152646656 "GET /en/ HTTP/1.1" 200 47427 WARNING 2025-08-06 23:22:36,526 log 24520 6152646656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:22:36,527 basehttp 24520 6152646656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 23:22:36,631 basehttp 24520 13438578688 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 23:22:36,631 basehttp 24520 6135820288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 23:22:36,631 basehttp 24520 6152646656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-06 23:22:36,633 basehttp 24520 6169473024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 23:22:47,515 basehttp 24520 6169473024 "GET /en/ HTTP/1.1" 200 47427 INFO 2025-08-06 23:22:47,532 basehttp 24520 13438578688 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-06 23:22:47,535 basehttp 24520 13438578688 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-06 23:22:47,536 basehttp 24520 13472231424 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-08-06 23:22:47,537 log 24520 6135820288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:22:47,538 basehttp 24520 6135820288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 23:22:47,542 basehttp 24520 6169473024 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-06 23:22:47,545 basehttp 24520 13438578688 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-06 23:22:47,545 basehttp 24520 13472231424 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-06 23:22:47,547 basehttp 24520 13455405056 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-06 23:22:47,547 basehttp 24520 6152646656 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-06 23:22:47,680 basehttp 24520 6152646656 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-06 23:22:47,681 basehttp 24520 13472231424 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-06 23:22:47,682 basehttp 24520 13455405056 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-06 23:22:47,682 basehttp 24520 6169473024 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-06 23:22:47,682 basehttp 24520 13438578688 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-06 23:22:47,685 basehttp 24520 6169473024 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-06 23:22:47,685 basehttp 24520 6135820288 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-06 23:22:47,685 basehttp 24520 13438578688 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-06 23:22:47,686 basehttp 24520 13455405056 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-06 23:22:47,686 basehttp 24520 13472231424 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-06 23:22:47,688 basehttp 24520 13472231424 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-06 23:22:47,688 basehttp 24520 6169473024 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-06 23:22:47,689 basehttp 24520 13455405056 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-06 23:22:47,689 basehttp 24520 13438578688 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-06 23:22:47,689 basehttp 24520 6135820288 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-06 23:22:47,690 basehttp 24520 6152646656 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-06 23:22:47,691 basehttp 24520 6169473024 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-06 23:22:47,691 basehttp 24520 13438578688 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-06 23:22:47,692 basehttp 24520 13455405056 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-06 23:22:47,692 basehttp 24520 6152646656 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-06 23:22:47,693 basehttp 24520 6169473024 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-06 23:22:47,694 basehttp 24520 6135820288 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-06 23:22:47,694 basehttp 24520 13472231424 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-06 23:22:47,703 basehttp 24520 13472231424 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-06 23:22:47,732 basehttp 24520 6135820288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-06 23:22:47,735 basehttp 24520 6152646656 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 23:22:47,736 basehttp 24520 6169473024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 23:22:47,741 basehttp 24520 13455405056 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 WARNING 2025-08-06 23:22:47,812 log 24520 13455405056 Not Found: /favicon.ico WARNING 2025-08-06 23:22:47,812 basehttp 24520 13455405056 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-06 23:22:54,199 basehttp 24520 13455405056 "GET /en/ HTTP/1.1" 200 47427 WARNING 2025-08-06 23:22:54,219 log 24520 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:22:54,219 basehttp 24520 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 23:22:54,325 basehttp 24520 6135820288 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 23:22:54,327 basehttp 24520 6152646656 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 23:22:54,328 basehttp 24520 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-06 23:22:54,329 basehttp 24520 6169473024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 23:23:04,459 basehttp 24520 6169473024 "GET /en/analytics/ HTTP/1.1" 200 32345 WARNING 2025-08-06 23:23:04,475 log 24520 6169473024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:23:04,475 basehttp 24520 6169473024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 23:23:04,526 basehttp 24520 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 ERROR 2025-08-06 23:23:04,536 log 24520 13455405056 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-06 23:23:04,538 basehttp 24520 13455405056 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-06 23:23:12,136 log 24520 13455405056 Internal Server Error: /en/analytics/data-sources/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 387, in get_queryset return queryset.order_by('source_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'source_name' into field. Choices are: authentication_config, cache_duration, connection_config, connection_type, created_at, created_by, created_by_id, data_transformation, description, health_check_interval, is_active, is_healthy, last_health_check, last_test_duration_seconds, last_test_end_at, last_test_error_message, last_test_start_at, last_test_status, metrics, name, parameters, query_template, reports, source_id, source_type, tenant, tenant_id, updated_at, widgets ERROR 2025-08-06 23:23:12,137 basehttp 24520 13455405056 "GET /en/analytics/data-sources/ HTTP/1.1" 500 102740 WARNING 2025-08-06 23:23:12,153 log 24520 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:23:12,153 basehttp 24520 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 23:23:14,648 log 24520 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:23:14,649 basehttp 24520 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 23:23:14,664 log 24520 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:23:14,664 basehttp 24520 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 23:23:16,046 log 24520 13455405056 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 527, in get_queryset return queryset.select_related('data_source').order_by('report_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'report_name' into field. Choices are: created_at, created_by, created_by_id, data_source, data_source_id, description, distribution_config, executions, is_active, name, next_execution, output_format, query_config, recipients, report_id, report_type, schedule_config, schedule_type, template_config, tenant, tenant_id, updated_at ERROR 2025-08-06 23:23:16,048 basehttp 24520 13455405056 "GET /en/analytics/reports/ HTTP/1.1" 500 101772 WARNING 2025-08-06 23:23:16,065 log 24520 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:23:16,065 basehttp 24520 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 23:23:42,757 autoreload 24520 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-06 23:23:43,073 autoreload 25136 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 23:23:44,177 log 25136 6155382784 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 534, in get_context_data ).order_by('source_name') ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'source_name' into field. Choices are: authentication_config, cache_duration, connection_config, connection_type, created_at, created_by, created_by_id, data_transformation, description, health_check_interval, is_active, is_healthy, last_health_check, last_test_duration_seconds, last_test_end_at, last_test_error_message, last_test_start_at, last_test_status, metrics, name, parameters, query_template, reports, source_id, source_type, tenant, tenant_id, updated_at, widgets ERROR 2025-08-06 23:23:44,179 basehttp 25136 6155382784 "GET /en/analytics/reports/ HTTP/1.1" 500 103028 WARNING 2025-08-06 23:23:44,194 log 25136 6155382784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:23:44,194 basehttp 25136 6155382784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 23:24:03,927 autoreload 25136 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-06 23:24:04,255 autoreload 25293 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 23:24:04,716 log 25293 6133297152 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_list_api' not found. 'report_list_api' is not a valid view function or pattern name. ERROR 2025-08-06 23:24:04,718 basehttp 25293 6133297152 "GET /en/analytics/reports/ HTTP/1.1" 500 167513 WARNING 2025-08-06 23:24:04,734 log 25293 6133297152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:24:04,734 basehttp 25293 6133297152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 23:24:52,923 log 25293 6133297152 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_stats' not found. 'report_stats' is not a valid view function or pattern name. ERROR 2025-08-06 23:24:52,927 basehttp 25293 6133297152 "GET /en/analytics/reports/ HTTP/1.1" 500 167038 WARNING 2025-08-06 23:24:52,941 log 25293 6133297152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:24:52,942 basehttp 25293 6133297152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 23:26:12,591 log 25293 6133297152 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_generate' not found. 'report_generate' is not a valid view function or pattern name. ERROR 2025-08-06 23:26:12,593 basehttp 25293 6133297152 "GET /en/analytics/reports/ HTTP/1.1" 500 167769 WARNING 2025-08-06 23:26:12,609 log 25293 6133297152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:26:12,609 basehttp 25293 6133297152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 23:26:31,885 log 25293 6133297152 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_bulk_generate' not found. 'report_bulk_generate' is not a valid view function or pattern name. ERROR 2025-08-06 23:26:31,886 basehttp 25293 6133297152 "GET /en/analytics/reports/ HTTP/1.1" 500 168973 WARNING 2025-08-06 23:26:31,901 log 25293 6133297152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:26:31,901 basehttp 25293 6133297152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 23:27:29,206 basehttp 25293 6133297152 "GET /en/analytics/reports/ HTTP/1.1" 200 34715 INFO 2025-08-06 23:27:29,228 basehttp 25293 6133297152 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-08-06 23:27:29,228 basehttp 25293 6150123520 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-08-06 23:27:29,228 basehttp 25293 13707014144 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 WARNING 2025-08-06 23:27:29,230 log 25293 13723840512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:27:29,231 basehttp 25293 13723840512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 23:27:29,232 basehttp 25293 6133297152 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-08-06 23:27:29,232 basehttp 25293 6150123520 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-08-06 23:27:29,233 basehttp 25293 6166949888 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-08-06 23:27:29,279 basehttp 25293 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-06 23:27:29,299 basehttp 25293 6166949888 "GET /en/analytics/reports/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=type&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=status&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=last_generated&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=next_run&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=created_by&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=5&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&type=&_=1754512049253 HTTP/1.1" 200 34715 ERROR 2025-08-06 23:27:29,309 log 25293 6133297152 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-06 23:27:29,310 basehttp 25293 6133297152 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117251 INFO 2025-08-06 23:27:48,603 basehttp 25293 6133297152 "GET /en/analytics/ HTTP/1.1" 200 32345 WARNING 2025-08-06 23:27:48,625 log 25293 6133297152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:27:48,625 basehttp 25293 6133297152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 23:27:48,667 basehttp 25293 6133297152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 ERROR 2025-08-06 23:27:48,677 log 25293 6166949888 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-06 23:27:48,678 basehttp 25293 6166949888 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-06 23:27:52,917 log 25293 6166949888 Internal Server Error: /en/analytics/dashboards/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: analytics/dashboard_list.html, analytics/dashboard_list.html ERROR 2025-08-06 23:27:52,919 basehttp 25293 6166949888 "GET /en/analytics/dashboards/ HTTP/1.1" 500 85043 WARNING 2025-08-06 23:27:52,940 log 25293 6166949888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:27:52,940 basehttp 25293 6166949888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 04:33:54,221 basehttp 25293 6133297152 "GET /en/admin/pharmacy/prescription/ HTTP/1.1" 200 144681 INFO 2025-08-07 04:33:54,228 basehttp 25293 6166949888 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-07 04:33:54,228 basehttp 25293 6133297152 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-07 04:33:54,229 basehttp 25293 6150123520 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-07 04:33:54,229 basehttp 25293 13723840512 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-07 04:33:54,229 basehttp 25293 13707014144 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-07 04:33:54,231 basehttp 25293 6150123520 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-07 04:33:54,231 basehttp 25293 6166949888 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-07 04:33:54,232 basehttp 25293 13723840512 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-07 04:33:54,233 basehttp 25293 13707014144 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-07 04:33:54,234 basehttp 25293 6150123520 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-07 04:33:54,235 basehttp 25293 6166949888 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-07 04:33:54,236 basehttp 25293 13723840512 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-07 04:33:54,237 basehttp 25293 6150123520 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-07 04:33:54,241 basehttp 25293 6133297152 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-07 04:33:54,242 basehttp 25293 13740666880 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 04:33:54,244 basehttp 25293 13740666880 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-07 04:33:54,244 basehttp 25293 13707014144 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-07 04:33:54,246 basehttp 25293 13707014144 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-07 04:33:54,254 basehttp 25293 13707014144 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-07 04:33:54,254 basehttp 25293 13740666880 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-07 04:33:54,254 basehttp 25293 6133297152 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-08-07 04:33:54,255 basehttp 25293 6133297152 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-07 04:34:36,027 basehttp 25293 6133297152 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 135031 INFO 2025-08-07 04:34:36,037 basehttp 25293 13740666880 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-07 04:34:36,042 basehttp 25293 6133297152 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 04:42:23,991 autoreload 11041 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 04:42:26,849 basehttp 11041 6171373568 "GET /en/admin/patients/patientprofile/28/change/ HTTP/1.1" 200 191521 INFO 2025-08-07 04:42:26,863 basehttp 11041 6171373568 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-07 04:42:26,864 basehttp 11041 6205026304 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-08-07 04:42:26,864 basehttp 11041 6255505408 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-07 04:42:26,864 basehttp 11041 6238679040 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-08-07 04:42:26,865 basehttp 11041 6221852672 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-08-07 04:42:26,865 basehttp 11041 6171373568 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-07 04:42:26,866 basehttp 11041 6171373568 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-07 04:42:26,867 basehttp 11041 6171373568 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-07 04:42:26,868 basehttp 11041 6171373568 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-08-07 04:42:26,869 basehttp 11041 6188199936 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 04:42:26,870 basehttp 11041 6171373568 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-07 04:42:26,896 basehttp 11041 6171373568 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-08-07 04:42:26,897 basehttp 11041 6188199936 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-08-07 04:42:26,905 basehttp 11041 6188199936 "GET /static/admin/img/inline-delete.svg HTTP/1.1" 200 537 INFO 2025-08-07 04:42:34,287 basehttp 11041 6188199936 "POST /en/admin/patients/patientprofile/28/change/ HTTP/1.1" 302 0 INFO 2025-08-07 04:42:34,325 basehttp 11041 6188199936 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 135294 INFO 2025-08-07 04:42:34,339 basehttp 11041 6188199936 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 04:42:55,654 autoreload 11277 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 04:42:58,114 basehttp 11277 6137360384 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 135037 INFO 2025-08-07 04:42:58,129 basehttp 11277 6137360384 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 04:46:38,154 autoreload 12918 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 04:46:40,738 basehttp 12918 6171865088 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 134437 INFO 2025-08-07 04:46:40,754 basehttp 12918 6171865088 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 04:46:46,096 basehttp 12918 6171865088 "GET /en/admin/patients/patientprofile/?p=2 HTTP/1.1" 200 105452 INFO 2025-08-07 04:46:46,108 basehttp 12918 6171865088 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 04:46:50,197 basehttp 12918 6171865088 "GET /en/admin/patients/patientprofile/?p=1 HTTP/1.1" 200 137063 INFO 2025-08-07 04:46:50,207 basehttp 12918 6171865088 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 04:56:35,712 basehttp 12918 6171865088 "GET /en/analytics/dashboards/ HTTP/1.1" 200 68606 WARNING 2025-08-07 04:56:35,728 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 04:56:35,728 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 04:56:35,771 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 WARNING 2025-08-07 04:56:53,721 log 12918 6171865088 Not Found: /en/analytics/dashboards/2/ WARNING 2025-08-07 04:56:53,722 basehttp 12918 6171865088 "GET /en/analytics/dashboards/2/ HTTP/1.1" 404 30023 WARNING 2025-08-07 04:56:53,735 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 04:56:53,735 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 04:56:58,849 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 04:56:58,849 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 04:56:58,862 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 04:56:58,862 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 04:57:36,227 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-07 04:58:37,223 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-07 04:59:38,226 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-07 05:00:39,227 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-07 05:01:40,223 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-07 05:02:41,222 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-07 05:03:43,224 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-07 05:05:14,220 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-07 05:06:14,217 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 WARNING 2025-08-07 05:06:16,419 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:16,419 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 05:06:20,119 basehttp 12918 6171865088 "GET /en/analytics/dashboards/ HTTP/1.1" 200 68606 WARNING 2025-08-07 05:06:20,136 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:20,136 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 05:06:20,215 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 WARNING 2025-08-07 05:06:22,653 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:22,653 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 05:06:22,668 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:22,668 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 05:06:23,825 basehttp 12918 6171865088 "GET /en/analytics/reports/ HTTP/1.1" 200 34715 WARNING 2025-08-07 05:06:23,844 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:23,844 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 05:06:23,886 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-07 05:06:23,903 basehttp 12918 6171865088 "GET /en/analytics/reports/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=type&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=status&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=last_generated&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=next_run&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=created_by&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=5&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&type=&_=1754532383862 HTTP/1.1" 200 34715 ERROR 2025-08-07 05:06:23,916 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:06:23,918 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117251 WARNING 2025-08-07 05:06:32,696 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:32,696 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 05:06:32,710 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:32,710 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 05:06:34,739 log 12918 13170143232 Internal Server Error: /en/analytics/data-sources/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 387, in get_queryset return queryset.order_by('source_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'source_name' into field. Choices are: authentication_config, cache_duration, connection_config, connection_type, created_at, created_by, created_by_id, data_transformation, description, health_check_interval, is_active, is_healthy, last_health_check, last_test_duration_seconds, last_test_end_at, last_test_error_message, last_test_start_at, last_test_status, metrics, name, parameters, query_template, reports, source_id, source_type, tenant, tenant_id, updated_at, widgets ERROR 2025-08-07 05:06:34,740 basehttp 12918 13170143232 "GET /en/analytics/data-sources/ HTTP/1.1" 500 102740 WARNING 2025-08-07 05:06:34,752 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:34,752 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 05:06:39,494 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:39,494 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 05:06:39,511 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:39,512 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 05:06:42,064 log 12918 13170143232 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 735, in get_queryset return queryset.select_related('data_source').order_by('metric_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'metric_name' into field. Choices are: aggregation_config, aggregation_period, calculation_config, created_at, created_by, created_by_id, critical_threshold, data_source, data_source_id, decimal_places, description, display_format, is_active, metric_id, metric_type, name, target_value, tenant, tenant_id, unit_of_measure, updated_at, values, warning_threshold ERROR 2025-08-07 05:06:42,065 basehttp 12918 13170143232 "GET /en/analytics/metrics/ HTTP/1.1" 500 102030 WARNING 2025-08-07 05:06:42,084 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:42,085 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 05:06:44,104 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:44,107 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 05:06:44,126 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:44,126 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 05:06:45,094 log 12918 13170143232 Internal Server Error: /en/analytics/executions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 650, in get_queryset queryset = ReportExecution.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:06:45,095 basehttp 12918 13170143232 "GET /en/analytics/executions/ HTTP/1.1" 500 130067 WARNING 2025-08-07 05:06:45,105 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:45,106 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 05:06:46,768 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:46,772 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 05:06:46,773 basehttp 12918 6171865088 - Broken pipe from ('127.0.0.1', 50326) ERROR 2025-08-07 05:06:46,784 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:06:46,785 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 WARNING 2025-08-07 05:06:46,786 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:46,787 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 05:07:05,157 log 12918 6171865088 Internal Server Error: /en/analytics/data-sources/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: analytics/data_source_form.html ERROR 2025-08-07 05:07:05,159 basehttp 12918 6171865088 "GET /en/analytics/data-sources/create/ HTTP/1.1" 500 82143 WARNING 2025-08-07 05:07:05,178 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:07:05,178 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 05:07:07,983 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:07:07,983 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 05:07:08,002 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:07:08,002 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 05:07:17,226 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:07:17,235 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:07:17,237 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:07:48,229 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:07:48,231 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:08:18,207 basehttp 12918 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:08:19,207 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:08:19,208 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:08:50,227 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:08:50,228 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:09:19,213 basehttp 12918 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:09:21,232 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:09:21,232 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:10:14,210 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:10:14,210 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:10:20,208 basehttp 12918 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:11:14,233 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:11:14,234 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:11:21,210 basehttp 12918 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:12:14,220 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:12:14,220 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:12:22,197 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:13:14,209 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:13:14,210 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:14:14,192 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:14:14,202 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:14:14,205 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:15:14,201 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:15:14,202 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:16:14,202 basehttp 12918 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:16:14,211 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:16:14,212 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:17:14,222 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:17:14,224 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:18:14,200 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:18:14,219 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:18:14,221 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:19:14,210 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:19:14,211 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:20:14,198 basehttp 12918 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:20:14,214 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:20:14,216 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:21:14,198 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:21:14,199 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:22:14,206 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:22:14,224 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:22:14,225 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:23:14,192 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:23:14,193 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:24:14,203 basehttp 12918 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:24:14,220 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:24:14,222 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:25:14,243 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:25:14,244 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:26:14,202 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:26:14,218 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:26:14,219 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:27:14,217 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:27:14,218 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:28:14,276 basehttp 12918 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:28:14,287 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:28:14,288 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:29:14,283 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:29:14,285 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:30:14,278 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:30:14,296 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:30:14,297 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:31:14,288 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:31:14,290 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:32:14,269 basehttp 12918 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:32:14,282 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:32:14,283 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:33:14,277 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:33:14,278 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:34:14,248 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:34:14,258 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:34:14,258 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:35:14,270 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:35:14,271 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:36:14,275 basehttp 12918 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:36:14,293 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:36:14,295 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:37:14,269 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:37:14,270 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:38:00,383 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:38:00,393 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:38:00,394 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:38:04,032 basehttp 12918 13170143232 "GET /en/analytics/ HTTP/1.1" 200 32345 INFO 2025-08-07 05:38:04,144 basehttp 12918 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:38:04,158 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:38:04,162 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 WARNING 2025-08-07 05:38:04,168 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:38:04,168 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 05:38:06,921 log 12918 13170143232 Internal Server Error: /en/analytics/widgets/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 252, in get_queryset queryset = DashboardWidget.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: auto_refresh, chart_type, color_scheme, created_at, dashboard, dashboard_id, data_source, data_source_id, description, display_config, height, is_active, name, position_x, position_y, query_config, refresh_interval, updated_at, widget_id, widget_type, width ERROR 2025-08-07 05:38:06,923 basehttp 12918 13170143232 "GET /en/analytics/widgets/ HTTP/1.1" 500 130326 WARNING 2025-08-07 05:38:06,940 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:38:06,940 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 05:38:08,923 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:38:08,924 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 05:38:08,941 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:38:08,941 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 05:38:34,154 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:38:34,156 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:39:04,150 basehttp 12918 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:39:04,164 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:39:04,166 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:39:34,147 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:39:34,148 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:40:04,154 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:40:04,196 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:40:04,197 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:40:34,165 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:40:34,166 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:41:04,267 basehttp 12918 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:41:04,284 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:41:04,285 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:41:35,285 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:41:35,287 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:42:05,258 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:42:14,278 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:42:14,279 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:43:06,264 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:43:14,273 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:43:14,274 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:44:07,258 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:44:14,242 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:44:14,242 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:44:52,144 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:44:52,144 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 WARNING 2025-08-07 05:44:53,803 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:44:53,803 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 05:44:53,879 basehttp 12918 6171865088 "GET /en/analytics/reports/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=type&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=status&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=last_generated&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=next_run&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=created_by&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=5&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&type=&_=1754534693804 HTTP/1.1" 200 34715 ERROR 2025-08-07 05:44:53,889 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:44:53,890 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117251 INFO 2025-08-07 05:44:56,640 basehttp 12918 13170143232 "GET / HTTP/1.1" 302 0 INFO 2025-08-07 05:44:56,666 basehttp 12918 6171865088 "GET /en/ HTTP/1.1" 200 47437 WARNING 2025-08-07 05:44:56,684 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:44:56,684 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 05:44:56,784 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-07 05:44:56,788 basehttp 12918 13203795968 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-07 05:44:56,789 basehttp 12918 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-07 05:44:56,790 basehttp 12918 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-07 05:45:05,316 basehttp 12918 13170143232 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 47599 WARNING 2025-08-07 05:45:05,336 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:45:05,336 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 05:45:05,380 basehttp 12918 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 WARNING 2025-08-07 05:45:08,387 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:45:08,387 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 05:45:08,406 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:45:08,406 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 05:45:26,764 basehttp 12918 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-07 05:45:54,256 log 12918 13170143232 Not Found: /en/metrics/ WARNING 2025-08-07 05:45:54,257 basehttp 12918 13170143232 "GET /en/metrics/ HTTP/1.1" 404 29628 WARNING 2025-08-07 05:45:54,274 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:45:54,274 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 05:46:12,009 log 12918 13170143232 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 735, in get_queryset return queryset.select_related('data_source').order_by('metric_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'metric_name' into field. Choices are: aggregation_config, aggregation_period, calculation_config, created_at, created_by, created_by_id, critical_threshold, data_source, data_source_id, decimal_places, description, display_format, is_active, metric_id, metric_type, name, target_value, tenant, tenant_id, unit_of_measure, updated_at, values, warning_threshold ERROR 2025-08-07 05:46:12,010 basehttp 12918 13170143232 "GET /en/analytics/metrics/ HTTP/1.1" 500 101866 WARNING 2025-08-07 05:46:12,027 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:46:12,027 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 12:55:37,244 basehttp 12918 6171865088 "GET /en/admin/patients/patientprofile/?p=1 HTTP/1.1" 200 137063 INFO 2025-08-07 13:53:30,542 autoreload 12918 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-07 13:53:31,016 autoreload 86031 8601149632 Watching for file changes with StatReloader ERROR 2025-08-07 13:53:33,328 log 86031 6133395456 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 735, in get_queryset return queryset.select_related('data_source').order_by('metric_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'metric_name' into field. Choices are: aggregation_config, aggregation_period, calculation_config, created_at, created_by, created_by_id, critical_threshold, data_source, data_source_id, decimal_places, description, display_format, is_active, metric_id, metric_type, name, target_value, tenant, tenant_id, unit_of_measure, updated_at, values, warning_threshold ERROR 2025-08-07 13:53:33,331 basehttp 86031 6133395456 "GET /en/analytics/metrics/ HTTP/1.1" 500 102003 WARNING 2025-08-07 13:53:33,347 log 86031 6133395456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 13:53:33,347 basehttp 86031 6133395456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 13:53:36,809 log 86031 6133395456 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 735, in get_queryset return queryset.select_related('data_source').order_by('metric_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'metric_name' into field. Choices are: aggregation_config, aggregation_period, calculation_config, created_at, created_by, created_by_id, critical_threshold, data_source, data_source_id, decimal_places, description, display_format, is_active, metric_id, metric_type, name, target_value, tenant, tenant_id, unit_of_measure, updated_at, values, warning_threshold ERROR 2025-08-07 13:53:36,810 basehttp 86031 6133395456 "GET /en/analytics/metrics/ HTTP/1.1" 500 102003 WARNING 2025-08-07 13:53:36,822 log 86031 6133395456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 13:53:36,822 basehttp 86031 6133395456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 13:53:47,699 autoreload 86031 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-07 13:53:48,017 autoreload 86184 8601149632 Watching for file changes with StatReloader ERROR 2025-08-07 13:53:51,082 log 86184 6159921152 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 742, in get_context_data ).order_by('source_name') ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'source_name' into field. Choices are: authentication_config, cache_duration, connection_config, connection_type, created_at, created_by, created_by_id, data_transformation, description, health_check_interval, is_active, is_healthy, last_health_check, last_test_duration_seconds, last_test_end_at, last_test_error_message, last_test_start_at, last_test_status, metrics, name, parameters, query_template, reports, source_id, source_type, tenant, tenant_id, updated_at, widgets ERROR 2025-08-07 13:53:51,084 basehttp 86184 6159921152 "GET /en/analytics/metrics/ HTTP/1.1" 500 102964 WARNING 2025-08-07 13:53:51,102 log 86184 6159921152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 13:53:51,102 basehttp 86184 6159921152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 13:54:07,717 autoreload 86184 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-07 13:54:07,991 autoreload 86337 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 13:54:12,321 basehttp 86337 6199980032 "GET /en/analytics/metrics/ HTTP/1.1" 200 34909 WARNING 2025-08-07 13:54:12,341 log 86337 6199980032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 13:54:12,342 basehttp 86337 6199980032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 13:54:12,387 basehttp 86337 6199980032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 13:54:48,529 autoreload 86337 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-07 13:54:48,903 autoreload 86643 8601149632 Watching for file changes with StatReloader WARNING 2025-08-07 13:54:49,900 log 86643 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 13:54:49,900 basehttp 86643 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 13:54:49,916 log 86643 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 13:54:49,916 basehttp 86643 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 13:54:52,070 log 86643 12918534144 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'metric_create' not found. 'metric_create' is not a valid view function or pattern name. ERROR 2025-08-07 13:54:52,072 basehttp 86643 12918534144 "GET /en/analytics/metrics/ HTTP/1.1" 500 166700 WARNING 2025-08-07 13:54:52,087 log 86643 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 13:54:52,087 basehttp 86643 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 13:55:33,508 autoreload 86643 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-07 13:55:33,816 autoreload 86954 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 13:55:35,472 basehttp 86954 6201110528 "GET /en/analytics/metrics/ HTTP/1.1" 200 34909 WARNING 2025-08-07 13:55:35,489 log 86954 6201110528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 13:55:35,489 basehttp 86954 6201110528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 13:55:35,527 basehttp 86954 6201110528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 13:56:35,541 basehttp 86954 6201110528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 13:57:35,523 basehttp 86954 6201110528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 13:58:35,509 basehttp 86954 6201110528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 13:59:35,504 basehttp 86954 6201110528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:00:35,507 basehttp 86954 6201110528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:01:12,491 autoreload 86954 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-07 14:01:12,778 autoreload 89390 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 14:01:35,710 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:02:37,674 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:04:32,674 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:06:32,673 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:08:32,675 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:10:32,674 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:12:32,728 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:14:32,715 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:16:32,729 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:17:51,964 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:18:51,949 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:19:51,963 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:20:51,967 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:21:51,969 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:22:51,976 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:23:51,975 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:24:51,976 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:25:51,980 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:26:51,987 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:27:51,982 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:28:51,873 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:44:51,718 autoreload 9056 8601149632 Watching for file changes with StatReloader ERROR 2025-08-07 14:44:53,756 log 9056 6131118080 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'metric_create' not found. 'metric_create' is not a valid view function or pattern name. ERROR 2025-08-07 14:44:53,760 basehttp 9056 6131118080 "GET /en/analytics/metrics/ HTTP/1.1" 500 166602 WARNING 2025-08-07 14:44:53,936 log 9056 6131118080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 14:44:53,936 basehttp 9056 6131118080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 14:45:29,915 log 9056 6131118080 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'metric_list_api' not found. 'metric_list_api' is not a valid view function or pattern name. ERROR 2025-08-07 14:45:29,917 basehttp 9056 6131118080 "GET /en/analytics/metrics/ HTTP/1.1" 500 168271 WARNING 2025-08-07 14:45:29,932 log 9056 6131118080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 14:45:29,932 basehttp 9056 6131118080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 14:46:00,116 log 9056 6131118080 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'metric_stats' not found. 'metric_stats' is not a valid view function or pattern name. ERROR 2025-08-07 14:46:00,118 basehttp 9056 6131118080 "GET /en/analytics/metrics/ HTTP/1.1" 500 167811 WARNING 2025-08-07 14:46:00,130 log 9056 6131118080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 14:46:00,130 basehttp 9056 6131118080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:06:04,086 autoreload 9056 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-07 15:06:04,459 autoreload 18294 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 15:06:34,578 autoreload 18294 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-07 15:06:34,909 autoreload 18530 8601149632 Watching for file changes with StatReloader ERROR 2025-08-07 15:06:38,162 log 18530 6129823744 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'metric_detail' not found. 'metric_detail' is not a valid view function or pattern name. ERROR 2025-08-07 15:06:38,164 basehttp 18530 6129823744 "GET /en/analytics/metrics/ HTTP/1.1" 500 168120 WARNING 2025-08-07 15:06:38,181 log 18530 6129823744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:06:38,181 basehttp 18530 6129823744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 15:07:08,122 log 18530 6129823744 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'metric_refresh' not found. 'metric_refresh' is not a valid view function or pattern name. ERROR 2025-08-07 15:07:08,124 basehttp 18530 6129823744 "GET /en/analytics/metrics/ HTTP/1.1" 500 168621 WARNING 2025-08-07 15:07:08,142 log 18530 6129823744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:07:08,142 basehttp 18530 6129823744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 15:07:55,899 log 18530 6129823744 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for '' not found. '' is not a valid view function or pattern name. ERROR 2025-08-07 15:07:55,900 basehttp 18530 6129823744 "GET /en/analytics/metrics/ HTTP/1.1" 500 167465 WARNING 2025-08-07 15:07:55,911 log 18530 6129823744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:07:55,911 basehttp 18530 6129823744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 15:08:25,412 log 18530 6129823744 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'metric_bulk_activate' not found. 'metric_bulk_activate' is not a valid view function or pattern name. ERROR 2025-08-07 15:08:25,413 basehttp 18530 6129823744 "GET /en/analytics/metrics/ HTTP/1.1" 500 169611 WARNING 2025-08-07 15:08:25,428 log 18530 6129823744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:08:25,428 basehttp 18530 6129823744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:09:03,318 basehttp 18530 6129823744 "GET /en/analytics/metrics/ HTTP/1.1" 200 35964 WARNING 2025-08-07 15:09:03,341 log 18530 6129823744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:09:03,342 basehttp 18530 6129823744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:09:03,401 basehttp 18530 6129823744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:09:03,410 basehttp 18530 6146650112 "GET /en/analytics/metrics/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=current_value&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=target_value&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=status&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=last_updated&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=update_frequency&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=6&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&frequency=&_=1754568543341 HTTP/1.1" 200 35964 ERROR 2025-08-07 15:09:03,413 log 18530 6163476480 Internal Server Error: /en/analytics/ajax/metric-stats/ ERROR 2025-08-07 15:09:03,413 basehttp 18530 6163476480 "GET /en/analytics/ajax/metric-stats/ HTTP/1.1" 500 369 INFO 2025-08-07 15:10:03,398 basehttp 18530 6163476480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:10:45,388 basehttp 18530 6129823744 "GET /en/analytics/metrics/ HTTP/1.1" 200 35964 INFO 2025-08-07 15:10:45,416 basehttp 18530 13438578688 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-08-07 15:10:45,416 basehttp 18530 6163476480 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-07 15:10:45,418 basehttp 18530 13455405056 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-08-07 15:10:45,421 basehttp 18530 13455405056 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 WARNING 2025-08-07 15:10:45,425 log 18530 6163476480 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-07 15:10:45,425 basehttp 18530 13438578688 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-08-07 15:10:45,426 basehttp 18530 6163476480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:10:45,428 basehttp 18530 6129823744 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-07 15:10:45,432 basehttp 18530 6146650112 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-07 15:10:45,432 basehttp 18530 13472231424 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-07 15:10:45,436 basehttp 18530 13438578688 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-07 15:10:45,443 basehttp 18530 13455405056 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-07 15:10:45,447 basehttp 18530 13455405056 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-08-07 15:10:45,447 basehttp 18530 13438578688 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-08-07 15:10:45,453 basehttp 18530 13438578688 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-08-07 15:10:45,454 basehttp 18530 13455405056 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-08-07 15:10:45,821 basehttp 18530 6146650112 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-07 15:10:45,822 basehttp 18530 6129823744 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-07 15:10:45,822 basehttp 18530 13438578688 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-07 15:10:45,824 basehttp 18530 13472231424 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-07 15:10:45,824 basehttp 18530 13455405056 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-07 15:10:45,828 basehttp 18530 6163476480 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-07 15:10:45,829 basehttp 18530 6129823744 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-07 15:10:45,829 basehttp 18530 13472231424 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-07 15:10:45,829 basehttp 18530 13438578688 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-07 15:10:45,832 basehttp 18530 13455405056 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-07 15:10:45,834 basehttp 18530 6163476480 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-07 15:10:45,834 basehttp 18530 6129823744 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-07 15:10:45,834 basehttp 18530 13472231424 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-07 15:10:45,836 basehttp 18530 13438578688 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-07 15:10:45,838 basehttp 18530 6163476480 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-07 15:10:45,838 basehttp 18530 13472231424 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-07 15:10:45,838 basehttp 18530 6129823744 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-07 15:10:45,839 basehttp 18530 13438578688 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-07 15:10:45,839 basehttp 18530 6146650112 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-07 15:10:45,843 basehttp 18530 6163476480 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-07 15:10:45,845 basehttp 18530 13438578688 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-07 15:10:45,846 basehttp 18530 13472231424 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-07 15:10:45,846 basehttp 18530 6146650112 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-07 15:10:45,849 basehttp 18530 6129823744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:10:45,853 basehttp 18530 13455405056 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 ERROR 2025-08-07 15:10:45,867 log 18530 6129823744 Internal Server Error: /en/analytics/ajax/metric-stats/ ERROR 2025-08-07 15:10:45,867 basehttp 18530 6129823744 "GET /en/analytics/ajax/metric-stats/ HTTP/1.1" 500 369 INFO 2025-08-07 15:10:45,870 basehttp 18530 13455405056 "GET /en/analytics/metrics/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=current_value&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=target_value&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=status&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=last_updated&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=update_frequency&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=6&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&frequency=&_=1754568645803 HTTP/1.1" 200 35964 WARNING 2025-08-07 15:10:52,638 log 18530 13455405056 Not Found: /favicon.ico WARNING 2025-08-07 15:10:52,639 basehttp 18530 13455405056 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-07 15:11:45,863 basehttp 18530 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:12:45,859 basehttp 18530 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:12:45,881 basehttp 18530 13455405056 "GET /en/analytics/metrics/?draw=2&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=current_value&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=target_value&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=status&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=last_updated&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=update_frequency&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=6&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&frequency=&_=1754568645804 HTTP/1.1" 200 35964 ERROR 2025-08-07 15:12:45,882 log 18530 6129823744 Internal Server Error: /en/analytics/ajax/metric-stats/ ERROR 2025-08-07 15:12:45,882 basehttp 18530 6129823744 "GET /en/analytics/ajax/metric-stats/ HTTP/1.1" 500 369 INFO 2025-08-07 15:19:10,559 autoreload 18530 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-07 15:19:11,068 autoreload 24046 8601149632 Watching for file changes with StatReloader ERROR 2025-08-07 15:19:14,864 log 24046 13170143232 Internal Server Error: /en/analytics/ajax/metric-stats/ ERROR 2025-08-07 15:19:14,864 basehttp 24046 13170143232 "GET /en/analytics/ajax/metric-stats/ HTTP/1.1" 500 369 INFO 2025-08-07 15:19:14,950 basehttp 24046 6150238208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-07 15:19:14,989 log 24046 6133411840 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'metric_list' not found. 'metric_list' is not a valid view function or pattern name. ERROR 2025-08-07 15:19:14,995 log 24046 6167064576 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'metric_list' not found. 'metric_list' is not a valid view function or pattern name. ERROR 2025-08-07 15:19:14,998 basehttp 24046 6133411840 "GET /en/analytics/metrics/ HTTP/1.1" 500 177756 INFO 2025-08-07 15:19:15,004 basehttp 24046 6167064576 - Broken pipe from ('127.0.0.1', 53163) WARNING 2025-08-07 15:19:15,021 log 24046 6133411840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:19:15,021 basehttp 24046 6133411840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:20:10,136 autoreload 24046 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-07 15:20:10,485 autoreload 24439 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 15:20:13,166 basehttp 24439 6136672256 "GET /en/analytics/metrics/ HTTP/1.1" 200 35973 WARNING 2025-08-07 15:20:13,188 log 24439 6136672256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:20:13,190 basehttp 24439 6136672256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:20:13,251 basehttp 24439 6136672256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:20:13,275 basehttp 24439 6136672256 "GET /en/analytics/ajax/metric-list/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=current_value&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=target_value&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=status&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=last_updated&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=update_frequency&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=6&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&frequency=&_=1754569213208 HTTP/1.1" 200 64 ERROR 2025-08-07 15:20:13,277 log 24439 6153498624 Internal Server Error: /en/analytics/ajax/metric-stats/ ERROR 2025-08-07 15:20:13,277 basehttp 24439 6153498624 "GET /en/analytics/ajax/metric-stats/ HTTP/1.1" 500 369 WARNING 2025-08-07 15:20:23,796 log 24439 6153498624 Not Found: /en/metrics/ WARNING 2025-08-07 15:20:23,797 basehttp 24439 6153498624 "GET /en/metrics/ HTTP/1.1" 404 29628 WARNING 2025-08-07 15:20:23,823 log 24439 6153498624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:20:23,823 basehttp 24439 6153498624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:20:24,657 basehttp 24439 6153498624 "GET /en/ HTTP/1.1" 200 47277 WARNING 2025-08-07 15:20:24,675 log 24439 6153498624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:20:24,675 basehttp 24439 6153498624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:20:24,714 basehttp 24439 6136672256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-07 15:20:24,714 basehttp 24439 6170324992 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-07 15:20:24,715 basehttp 24439 6153498624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-07 15:20:36,131 basehttp 24439 6153498624 "GET /en/appointments/ HTTP/1.1" 200 33059 WARNING 2025-08-07 15:20:36,152 log 24439 6153498624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:20:36,152 basehttp 24439 6153498624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:20:36,182 basehttp 24439 6153498624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:20:36,186 basehttp 24439 6170324992 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-07 15:20:40,930 basehttp 24439 6170324992 "GET / HTTP/1.1" 302 0 INFO 2025-08-07 15:20:40,950 basehttp 24439 6153498624 "GET /en/ HTTP/1.1" 200 47277 WARNING 2025-08-07 15:20:40,971 log 24439 6153498624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:20:40,971 basehttp 24439 6153498624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:20:41,034 basehttp 24439 6153498624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:20:41,038 basehttp 24439 13572796416 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-07 15:20:41,038 basehttp 24439 6170324992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-07 15:20:41,039 basehttp 24439 6136672256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-07 15:20:44,225 basehttp 24439 6136672256 "GET /en/analytics/ HTTP/1.1" 200 32345 WARNING 2025-08-07 15:20:44,238 log 24439 6136672256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:20:44,239 basehttp 24439 6136672256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:20:44,260 basehttp 24439 6136672256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-07 15:20:44,270 log 24439 6170324992 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 15:20:44,272 basehttp 24439 6170324992 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 15:20:49,334 basehttp 24439 6170324992 "GET /en/analytics/dashboards/ HTTP/1.1" 200 68606 WARNING 2025-08-07 15:20:49,353 log 24439 6170324992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:20:49,353 basehttp 24439 6170324992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:20:49,404 basehttp 24439 6170324992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-07 15:20:52,676 log 24439 6170324992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:20:52,677 basehttp 24439 6170324992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 15:20:52,706 log 24439 6170324992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:20:52,706 basehttp 24439 6170324992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:20:54,144 basehttp 24439 6170324992 "GET /en/analytics/reports/ HTTP/1.1" 200 34715 WARNING 2025-08-07 15:20:54,167 log 24439 6170324992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:20:54,167 basehttp 24439 6170324992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:20:54,205 basehttp 24439 6170324992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:20:54,236 basehttp 24439 6170324992 "GET /en/analytics/reports/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=type&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=status&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=last_generated&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=next_run&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=created_by&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=5&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&type=&_=1754569254194 HTTP/1.1" 200 34715 ERROR 2025-08-07 15:20:54,248 log 24439 6136672256 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 15:20:54,250 basehttp 24439 6136672256 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117251 INFO 2025-08-07 15:21:54,735 basehttp 24439 6136672256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:22:55,743 basehttp 24439 6136672256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:23:56,743 basehttp 24439 6136672256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:24:14,678 autoreload 24439 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-07 15:24:15,103 autoreload 26275 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 15:24:40,058 autoreload 26275 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-07 15:24:40,418 autoreload 26433 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 15:24:42,079 basehttp 26433 6193901568 "GET /en/analytics/reports/ HTTP/1.1" 200 34724 WARNING 2025-08-07 15:24:42,105 log 26433 6193901568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:24:42,106 basehttp 26433 6193901568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:24:42,152 basehttp 26433 6193901568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-07 15:24:42,167 log 26433 6193901568 Internal Server Error: /en/analytics/ajax/report-list/ ERROR 2025-08-07 15:24:42,167 basehttp 26433 6193901568 "GET /en/analytics/ajax/report-list/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=type&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=status&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=last_generated&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=next_run&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=created_by&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=5&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&type=&_=1754569482111 HTTP/1.1" 500 432 ERROR 2025-08-07 15:24:42,181 log 26433 6210727936 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 15:24:42,184 basehttp 26433 6210727936 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117251 INFO 2025-08-07 15:24:45,213 basehttp 26433 6210727936 "GET /en/analytics/reports/ HTTP/1.1" 200 34724 WARNING 2025-08-07 15:24:45,236 log 26433 6210727936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:24:45,237 basehttp 26433 6210727936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:24:45,274 basehttp 26433 6210727936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-07 15:24:45,300 log 26433 6210727936 Internal Server Error: /en/analytics/ajax/report-list/ ERROR 2025-08-07 15:24:45,301 basehttp 26433 6210727936 "GET /en/analytics/ajax/report-list/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=type&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=status&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=last_generated&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=next_run&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=created_by&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=5&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&type=&_=1754569485236 HTTP/1.1" 500 432 ERROR 2025-08-07 15:24:45,309 log 26433 6193901568 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 15:24:45,310 basehttp 26433 6193901568 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117251 INFO 2025-08-07 15:25:45,290 basehttp 26433 6193901568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:26:45,293 basehttp 26433 6193901568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:27:43,385 autoreload 26433 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-07 15:27:43,736 autoreload 27726 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 15:27:45,387 basehttp 27726 6126661632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:27:45,942 basehttp 27726 6126661632 "GET /en/analytics/reports/ HTTP/1.1" 200 34724 WARNING 2025-08-07 15:27:45,957 log 27726 6126661632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:27:45,958 basehttp 27726 6126661632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:27:45,994 basehttp 27726 6126661632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-07 15:27:46,031 log 27726 6126661632 Internal Server Error: /en/analytics/ajax/report-list/ ERROR 2025-08-07 15:27:46,039 log 27726 6143488000 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 15:27:46,043 basehttp 27726 6126661632 "GET /en/analytics/ajax/report-list/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=type&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=status&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=last_generated&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=next_run&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=created_by&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=5&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&type=&_=1754569665960 HTTP/1.1" 500 432 ERROR 2025-08-07 15:27:46,054 basehttp 27726 6143488000 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117848 INFO 2025-08-07 15:28:12,768 autoreload 27726 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-07 15:28:13,121 autoreload 27957 8601149632 Watching for file changes with StatReloader WARNING 2025-08-07 15:28:14,176 log 27957 6159511552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:28:14,177 basehttp 27957 6159511552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 15:28:14,232 log 27957 6159511552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:28:14,232 basehttp 27957 6159511552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:28:16,037 basehttp 27957 6159511552 "GET /en/analytics/reports/ HTTP/1.1" 200 34724 WARNING 2025-08-07 15:28:16,056 log 27957 6159511552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:28:16,056 basehttp 27957 6159511552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:28:16,098 basehttp 27957 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-07 15:28:16,114 log 27957 6159511552 Internal Server Error: /en/analytics/ajax/report-list/ ERROR 2025-08-07 15:28:16,114 basehttp 27957 6159511552 "GET /en/analytics/ajax/report-list/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=type&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=status&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=last_generated&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=next_run&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=created_by&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=5&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&type=&_=1754569696061 HTTP/1.1" 500 432 INFO 2025-08-07 15:28:16,118 basehttp 27957 13304360960 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-07 15:29:01,697 basehttp 27957 13304360960 "GET /en/analytics/reports/ HTTP/1.1" 200 34724 WARNING 2025-08-07 15:29:01,739 log 27957 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:29:01,739 basehttp 27957 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:29:01,762 basehttp 27957 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-07 15:29:01,781 log 27957 13304360960 Internal Server Error: /en/analytics/ajax/report-list/ ERROR 2025-08-07 15:29:01,781 basehttp 27957 13304360960 "GET /en/analytics/ajax/report-list/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=type&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=status&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=last_generated&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=next_run&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=created_by&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=5&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&type=&_=1754569741724 HTTP/1.1" 500 432 INFO 2025-08-07 15:29:01,782 basehttp 27957 6159511552 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-07 15:29:55,812 autoreload 28718 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 15:29:58,424 basehttp 28718 6127398912 "GET /en/analytics/reports/ HTTP/1.1" 200 34724 WARNING 2025-08-07 15:29:58,447 log 28718 6127398912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:29:58,447 basehttp 28718 6127398912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:29:58,504 basehttp 28718 6127398912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-07 15:29:58,515 log 28718 6144225280 Internal Server Error: /en/analytics/ajax/report-list/ ERROR 2025-08-07 15:29:58,516 basehttp 28718 6144225280 "GET /en/analytics/ajax/report-list/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=type&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=status&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=last_generated&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=next_run&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=created_by&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=5&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&type=&_=1754569798446 HTTP/1.1" 500 432 INFO 2025-08-07 15:29:58,523 basehttp 28718 6161051648 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-07 15:30:58,506 basehttp 28718 6161051648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:31:58,497 basehttp 28718 6161051648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:32:58,506 basehttp 28718 6161051648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:33:58,524 basehttp 28718 6161051648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:34:58,543 basehttp 28718 6161051648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-07 15:34:58,545 log 28718 6144225280 Internal Server Error: /en/analytics/ajax/report-list/ ERROR 2025-08-07 15:34:58,545 basehttp 28718 6144225280 "GET /en/analytics/ajax/report-list/?draw=2&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=type&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=status&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=last_generated&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=next_run&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=created_by&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=5&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&type=&_=1754569798447 HTTP/1.1" 500 432 INFO 2025-08-07 15:34:58,547 basehttp 28718 6127398912 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-07 15:38:24,464 autoreload 28718 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-07 15:38:24,825 autoreload 32373 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 15:38:53,298 basehttp 32373 6154448896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:38:53,299 basehttp 32373 6137622528 "GET /en/analytics/reports/ HTTP/1.1" 200 34725 WARNING 2025-08-07 15:38:53,319 log 32373 6137622528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:38:53,319 basehttp 32373 6137622528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:38:53,335 basehttp 32373 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:38:53,372 basehttp 32373 6137622528 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1754570333316 HTTP/1.1" 200 12 INFO 2025-08-07 15:38:53,374 basehttp 32373 6154448896 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-07 15:39:53,341 basehttp 32373 6154448896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:40:53,359 basehttp 32373 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:41:53,371 basehttp 32373 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:42:53,354 basehttp 32373 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:43:53,119 autoreload 32373 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-07 15:43:53,529 autoreload 34822 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 15:43:56,583 basehttp 34822 6190673920 "GET /en/analytics/reports/ HTTP/1.1" 200 34725 WARNING 2025-08-07 15:43:56,614 log 34822 6190673920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:43:56,616 basehttp 34822 6190673920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:43:56,662 basehttp 34822 6190673920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:43:56,694 basehttp 34822 6207500288 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1754570636605 HTTP/1.1" 200 12 INFO 2025-08-07 15:43:56,708 basehttp 34822 6224326656 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-07 15:44:05,486 basehttp 34822 6224326656 "GET /en/admin/analytics/report/ HTTP/1.1" 200 70385 INFO 2025-08-07 15:44:05,504 basehttp 34822 6207500288 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-07 15:44:05,504 basehttp 34822 6241153024 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-07 15:44:05,504 basehttp 34822 6190673920 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-07 15:44:05,505 basehttp 34822 6257979392 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-07 15:44:05,505 basehttp 34822 6224326656 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-07 15:44:05,507 basehttp 34822 6207500288 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-07 15:44:05,507 basehttp 34822 6190673920 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-07 15:44:05,508 basehttp 34822 6224326656 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-07 15:44:05,509 basehttp 34822 6257979392 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-07 15:44:05,509 basehttp 34822 6190673920 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-07 15:44:05,510 basehttp 34822 6207500288 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-07 15:44:05,511 basehttp 34822 6224326656 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-07 15:44:05,512 basehttp 34822 6190673920 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-07 15:44:05,514 basehttp 34822 6241153024 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-07 15:44:05,514 basehttp 34822 6274805760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 15:44:05,515 basehttp 34822 6274805760 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-07 15:44:05,516 basehttp 34822 6257979392 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-07 15:44:05,518 basehttp 34822 6257979392 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-07 15:44:05,524 basehttp 34822 6257979392 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-07 15:44:05,525 basehttp 34822 6241153024 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-07 15:44:05,525 basehttp 34822 6274805760 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-07 15:44:06,835 basehttp 34822 6274805760 "GET /en/admin/analytics/reportexecution/ HTTP/1.1" 200 69928 INFO 2025-08-07 15:44:06,851 basehttp 34822 6274805760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 15:44:07,455 basehttp 34822 6274805760 "GET /en/admin/analytics/metricvalue/ HTTP/1.1" 200 70951 INFO 2025-08-07 15:44:07,471 basehttp 34822 6274805760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 15:44:08,640 basehttp 34822 6274805760 "GET /en/admin/analytics/metricdefinition/ HTTP/1.1" 200 69854 INFO 2025-08-07 15:44:08,657 basehttp 34822 6274805760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 15:44:56,867 basehttp 34822 6274805760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:45:57,869 basehttp 34822 6274805760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 16:29:01,089 autoreload 49819 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 16:29:04,345 basehttp 49819 6201634816 "GET /en/analytics/reports/ HTTP/1.1" 200 34725 INFO 2025-08-07 16:29:04,443 basehttp 49819 6201634816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-07 16:29:04,471 log 49819 6235287552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:29:04,472 basehttp 49819 6235287552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 16:29:04,477 log 49819 6201634816 Internal Server Error: /en/analytics/ajax/report-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 1247, in report_list 'id': report.id, ^^^^^^^^^ AttributeError: 'Report' object has no attribute 'id' ERROR 2025-08-07 16:29:04,479 basehttp 49819 6201634816 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1754573344402 HTTP/1.1" 500 74309 INFO 2025-08-07 16:29:04,480 basehttp 49819 6218461184 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 WARNING 2025-08-07 16:29:07,392 log 49819 6218461184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:29:07,392 basehttp 49819 6218461184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 16:29:09,015 log 49819 6218461184 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard_detail' with arguments '(UUID('01ba0781-420e-4cb2-8abc-88e341ed824e'),)' not found. 1 pattern(s) tried: ['en/analytics/dashboards/(?P[0-9]+)/\\Z'] ERROR 2025-08-07 16:29:09,017 basehttp 49819 6218461184 "GET /en/analytics/ HTTP/1.1" 500 225217 WARNING 2025-08-07 16:29:09,027 log 49819 6218461184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:29:09,027 basehttp 49819 6218461184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 16:30:08,588 autoreload 49819 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-07 16:30:08,856 autoreload 50364 8601149632 Watching for file changes with StatReloader ERROR 2025-08-07 16:30:11,678 log 50364 6163017728 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '(UUID('605e5533-a71e-435d-a570-4181de1ba1e4'),)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9]+)/\\Z'] ERROR 2025-08-07 16:30:11,679 basehttp 50364 6163017728 "GET /en/analytics/ HTTP/1.1" 500 224681 WARNING 2025-08-07 16:30:11,697 log 50364 6163017728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:30:11,697 basehttp 50364 6163017728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 16:30:39,995 autoreload 50364 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-07 16:30:40,263 autoreload 50607 8601149632 Watching for file changes with StatReloader ERROR 2025-08-07 16:30:40,610 log 50607 6127857664 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_execution_detail' with arguments '(UUID('85be46b1-9837-4c5b-b9d7-7674dbc1caeb'),)' not found. 1 pattern(s) tried: ['en/analytics/executions/(?P[0-9]+)/\\Z'] ERROR 2025-08-07 16:30:40,612 basehttp 50607 6127857664 "GET /en/analytics/ HTTP/1.1" 500 225425 WARNING 2025-08-07 16:30:40,629 log 50607 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:30:40,630 basehttp 50607 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 16:31:01,133 autoreload 50607 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-07 16:31:01,441 autoreload 50783 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 16:31:02,405 basehttp 50783 6190018560 "GET /en/analytics/ HTTP/1.1" 200 52656 WARNING 2025-08-07 16:31:02,425 log 50783 6190018560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:31:02,425 basehttp 50783 6190018560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 16:31:02,485 basehttp 50783 6190018560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 16:31:02,487 basehttp 50783 6206844928 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 ERROR 2025-08-07 16:31:16,604 log 50783 6206844928 Internal Server Error: /en/analytics/dashboards/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard_detail' with arguments '(1,)' not found. 1 pattern(s) tried: ['en/analytics/dashboards/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-07 16:31:16,605 basehttp 50783 6206844928 "GET /en/analytics/dashboards/ HTTP/1.1" 500 208233 WARNING 2025-08-07 16:31:16,619 log 50783 6206844928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:31:16,619 basehttp 50783 6206844928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 16:31:32,731 autoreload 50783 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-07 16:31:33,008 autoreload 51017 8601149632 Watching for file changes with StatReloader ERROR 2025-08-07 16:31:34,036 log 51017 6168391680 Internal Server Error: /en/analytics/dashboards/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard_update' with arguments '(1,)' not found. 1 pattern(s) tried: ['en/analytics/dashboards/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/update/\\Z'] ERROR 2025-08-07 16:31:34,037 basehttp 51017 6168391680 "GET /en/analytics/dashboards/ HTTP/1.1" 500 208652 WARNING 2025-08-07 16:31:34,055 log 51017 6168391680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:31:34,055 basehttp 51017 6168391680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 16:31:43,504 autoreload 51017 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-07 16:31:43,771 autoreload 51108 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 16:31:44,795 basehttp 51108 6201421824 "GET /en/analytics/dashboards/ HTTP/1.1" 200 68606 WARNING 2025-08-07 16:31:44,812 log 51108 6201421824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:31:44,812 basehttp 51108 6201421824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 16:31:44,855 basehttp 51108 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-07 16:32:18,892 log 51108 6201421824 Not Found: /en/analytics/dashboards/2/ WARNING 2025-08-07 16:32:18,892 basehttp 51108 6201421824 "GET /en/analytics/dashboards/2/ HTTP/1.1" 404 30023 WARNING 2025-08-07 16:32:18,911 log 51108 6201421824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:32:18,911 basehttp 51108 6201421824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 16:33:06,846 basehttp 51108 6201421824 "GET /en/admin/accounts/user/ HTTP/1.1" 200 159500 INFO 2025-08-07 16:33:06,859 basehttp 51108 6218248192 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-07 16:33:06,859 basehttp 51108 6201421824 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-07 16:33:09,144 log 51108 6201421824 Internal Server Error: /en/admin/analytics/dashboard/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'widget_count_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Dashboard has no field named 'widget_count_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/admin.py", line 94, in widget_count_display return obj.widget_count ^^^^^^^^^^^^^^^^ AttributeError: 'Dashboard' object has no attribute 'widget_count' ERROR 2025-08-07 16:33:09,147 basehttp 51108 6201421824 "GET /en/admin/analytics/dashboard/ HTTP/1.1" 500 392541 INFO 2025-08-07 16:34:09,638 autoreload 51108 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/admin.py changed, reloading. INFO 2025-08-07 16:34:09,951 autoreload 52185 8601149632 Watching for file changes with StatReloader ERROR 2025-08-07 16:34:11,279 log 52185 6166278144 Internal Server Error: /en/admin/analytics/dashboard/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'widget_count_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Dashboard has no field named 'widget_count_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/admin.py", line 94, in widget_count_display return obj.value_count ^^^^^^^^^^^^^^^ AttributeError: 'Dashboard' object has no attribute 'value_count' ERROR 2025-08-07 16:34:11,283 basehttp 52185 6166278144 "GET /en/admin/analytics/dashboard/ HTTP/1.1" 500 392668 ERROR 2025-08-07 16:34:12,201 log 52185 6166278144 Internal Server Error: /en/admin/analytics/dashboard/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'widget_count_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Dashboard has no field named 'widget_count_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/admin.py", line 94, in widget_count_display return obj.value_count ^^^^^^^^^^^^^^^ AttributeError: 'Dashboard' object has no attribute 'value_count' ERROR 2025-08-07 16:34:12,205 basehttp 52185 6166278144 "GET /en/admin/analytics/dashboard/ HTTP/1.1" 500 392668 INFO 2025-08-07 16:34:24,624 autoreload 52185 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/admin.py changed, reloading. INFO 2025-08-07 16:34:24,919 autoreload 52268 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 16:34:40,442 autoreload 52268 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/admin.py changed, reloading. INFO 2025-08-07 16:34:40,695 autoreload 52421 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 16:35:02,470 autoreload 52421 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/admin.py changed, reloading. INFO 2025-08-07 16:35:02,726 autoreload 52574 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 16:35:05,673 basehttp 52574 6124318720 "GET /en/admin/analytics/dashboard/ HTTP/1.1" 200 81957 INFO 2025-08-07 16:35:05,690 basehttp 52574 6141145088 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-08-07 16:35:05,752 basehttp 52574 6124318720 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 16:35:13,414 basehttp 52574 6124318720 "GET /en/admin/analytics/dashboard/4a7abedc-fd38-4e85-b801-fecbec0f886c/change/ HTTP/1.1" 200 176908 INFO 2025-08-07 16:35:13,424 basehttp 52574 6124318720 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-07 16:35:13,427 basehttp 52574 13186969600 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 200 15845 INFO 2025-08-07 16:35:13,427 basehttp 52574 6124318720 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-07 16:35:13,427 basehttp 52574 13170143232 "GET /static/admin/js/SelectBox.js HTTP/1.1" 200 4530 INFO 2025-08-07 16:35:13,428 basehttp 52574 6157971456 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-08-07 16:35:13,428 basehttp 52574 13203795968 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-07 16:35:13,429 basehttp 52574 13203795968 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-07 16:35:13,429 basehttp 52574 13203795968 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-07 16:35:13,430 basehttp 52574 13203795968 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-07 16:35:13,431 basehttp 52574 6141145088 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 16:35:13,457 basehttp 52574 6141145088 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 200 3291 INFO 2025-08-07 16:35:33,863 basehttp 52574 6141145088 "GET /en/admin/analytics/dashboard/ HTTP/1.1" 200 81957 INFO 2025-08-07 16:36:05,924 autoreload 52574 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-07 16:36:06,217 autoreload 53036 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 16:36:06,547 basehttp 53036 6128594944 "GET /en/admin/analytics/dashboard/ HTTP/1.1" 200 81957 INFO 2025-08-07 16:36:06,563 basehttp 53036 6128594944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 16:36:08,355 basehttp 53036 6128594944 "GET /en/admin/analytics/dashboard/c7b82360-3ccb-42e9-934d-05fd5e2e2c3d/change/ HTTP/1.1" 200 176848 INFO 2025-08-07 16:36:08,372 basehttp 53036 6128594944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 WARNING 2025-08-07 16:36:11,079 log 53036 6128594944 Not Found: /en/analytics/dashboards/2/ WARNING 2025-08-07 16:36:11,080 basehttp 53036 6128594944 "GET /en/analytics/dashboards/2/ HTTP/1.1" 404 44018 WARNING 2025-08-07 16:36:11,098 log 53036 6128594944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:36:11,099 basehttp 53036 6128594944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 16:36:12,452 log 53036 6145421312 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-07 16:36:12,455 basehttp 53036 6128594944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-07 16:36:12,455 basehttp 53036 6145421312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 16:36:12,473 log 53036 6128594944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:36:12,473 basehttp 53036 6128594944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 16:36:13,148 log 53036 6128594944 Internal Server Error: /en/analytics/dashboards/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard_detail' with arguments '(1,)' not found. 1 pattern(s) tried: ['en/analytics/dashboards/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-07 16:36:13,150 basehttp 53036 6128594944 "GET /en/analytics/dashboards/ HTTP/1.1" 500 208370 WARNING 2025-08-07 16:36:13,161 log 53036 6128594944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:36:13,161 basehttp 53036 6128594944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 16:42:49,555 log 53036 6128594944 Internal Server Error: /en/analytics/dashboards/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard_stats' not found. 'dashboard_stats' is not a valid view function or pattern name. ERROR 2025-08-07 16:42:49,561 basehttp 53036 6128594944 "GET /en/analytics/dashboards/ HTTP/1.1" 500 187183 WARNING 2025-08-07 16:42:49,581 log 53036 6128594944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:42:49,581 basehttp 53036 6128594944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 16:44:19,844 basehttp 53036 6128594944 "GET /en/analytics/dashboards/ HTTP/1.1" 200 118847 WARNING 2025-08-07 16:44:19,858 log 53036 6128594944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:44:19,858 basehttp 53036 6128594944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 16:44:19,927 basehttp 53036 6128594944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 16:44:24,835 basehttp 53036 6128594944 "GET /en/analytics/dashboards/1996a6e8-0f93-42c6-a49d-75e5e95b0619/ HTTP/1.1" 200 65397 WARNING 2025-08-07 16:44:24,848 log 53036 6128594944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:44:24,848 basehttp 53036 6128594944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 16:44:24,892 basehttp 53036 6128594944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 16:45:21,677 basehttp 53036 6128594944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-07 16:45:21,690 log 53036 6128594944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:45:21,691 basehttp 53036 6128594944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 16:45:21,716 log 53036 6128594944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:45:21,716 basehttp 53036 6128594944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 16:46:21,688 basehttp 53036 6128594944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 16:47:21,690 basehttp 53036 6128594944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 16:48:21,696 basehttp 53036 6128594944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 16:49:21,700 basehttp 53036 6128594944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 16:50:21,705 basehttp 53036 6128594944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-07 16:50:49,601 log 53036 6128594944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:50:49,601 basehttp 53036 6128594944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 16:50:58,530 basehttp 53036 6128594944 "GET /en/analytics/ HTTP/1.1" 200 52656 WARNING 2025-08-07 16:50:58,544 log 53036 6128594944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:50:58,544 basehttp 53036 6128594944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 16:50:58,592 basehttp 53036 6128594944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 16:50:58,608 basehttp 53036 6145421312 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 ERROR 2025-08-07 16:51:04,270 log 53036 6145421312 Internal Server Error: /en/analytics/executions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 650, in get_queryset queryset = ReportExecution.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 16:51:04,273 basehttp 53036 6145421312 "GET /en/analytics/executions/ HTTP/1.1" 500 135858 WARNING 2025-08-07 16:51:04,288 log 53036 6145421312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:51:04,288 basehttp 53036 6145421312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 16:51:06,478 log 53036 6145421312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:51:06,478 basehttp 53036 6145421312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 16:51:06,487 log 53036 6145421312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:51:06,487 basehttp 53036 6145421312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 16:51:07,620 log 53036 6145421312 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'metric_definition_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/analytics/metrics/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-07 16:51:07,621 basehttp 53036 6145421312 "GET /en/analytics/metrics/ HTTP/1.1" 500 193469 WARNING 2025-08-07 16:51:07,634 log 53036 6145421312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:51:07,635 basehttp 53036 6145421312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 16:51:09,581 log 53036 6145421312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:51:09,582 basehttp 53036 6145421312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 16:51:09,592 log 53036 6145421312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:51:09,592 basehttp 53036 6145421312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 16:51:10,609 log 53036 6145421312 Internal Server Error: /en/analytics/data-sources/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 387, in get_queryset return queryset.order_by('source_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'source_name' into field. Choices are: authentication_config, cache_duration, connection_config, connection_type, created_at, created_by, created_by_id, data_transformation, description, health_check_interval, is_active, is_healthy, last_health_check, last_test_duration_seconds, last_test_end_at, last_test_error_message, last_test_start_at, last_test_status, metrics, name, parameters, query_template, reports, source_id, source_type, tenant, tenant_id, updated_at, widgets ERROR 2025-08-07 16:51:10,610 basehttp 53036 6145421312 "GET /en/analytics/data-sources/ HTTP/1.1" 500 104498 WARNING 2025-08-07 16:51:10,627 log 53036 6145421312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:51:10,628 basehttp 53036 6145421312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 16:51:12,611 log 53036 6145421312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:51:12,611 basehttp 53036 6145421312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 16:51:12,622 log 53036 6145421312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:51:12,622 basehttp 53036 6145421312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 16:51:13,886 log 53036 6145421312 Internal Server Error: /en/analytics/ajax/report-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 1247, in report_list 'id': report.id, ^^^^^^^^^ AttributeError: 'Report' object has no attribute 'id' ERROR 2025-08-07 16:51:13,887 basehttp 53036 6145421312 "GET /en/analytics/ajax/report-list/ HTTP/1.1" 500 73206 WARNING 2025-08-07 16:51:13,905 log 53036 6145421312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:51:13,905 basehttp 53036 6145421312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:01:07,733 autoreload 53036 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-10 12:01:08,241 autoreload 97326 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 12:01:14,507 log 97326 6135148544 Internal Server Error: /en/analytics/ajax/report-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 1247, in report_list 'id': report_id, ^^^^^^^^^ NameError: name 'report_id' is not defined. Did you mean: 'reports'? ERROR 2025-08-10 12:01:14,508 basehttp 97326 6135148544 "GET /en/analytics/ajax/report-list/ HTTP/1.1" 500 73249 WARNING 2025-08-10 12:01:14,527 log 97326 6135148544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:01:14,527 basehttp 97326 6135148544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:01:55,847 autoreload 97326 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-10 12:01:56,224 autoreload 97732 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 12:01:58,532 log 97732 6168571904 Internal Server Error: /en/analytics/ajax/report-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 1254, in report_list 'status': report.executions.execution_status, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'RelatedManager' object has no attribute 'execution_status' ERROR 2025-08-10 12:01:58,535 basehttp 97732 6168571904 "GET /en/analytics/ajax/report-list/ HTTP/1.1" 500 73712 WARNING 2025-08-10 12:01:58,555 log 97732 6168571904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:01:58,557 basehttp 97732 6168571904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:01:58,558 basehttp 97732 6168571904 - Broken pipe from ('127.0.0.1', 59347) INFO 2025-08-10 12:03:06,300 autoreload 97732 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-10 12:03:06,589 autoreload 98198 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 12:03:09,429 log 98198 6202454016 Internal Server Error: /en/analytics/ajax/report-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 1254, in report_list 'status': report.executions.status, ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'RelatedManager' object has no attribute 'status' ERROR 2025-08-10 12:03:09,432 basehttp 98198 6202454016 "GET /en/analytics/ajax/report-list/ HTTP/1.1" 500 73622 WARNING 2025-08-10 12:03:09,451 log 98198 6202454016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:03:09,451 basehttp 98198 6202454016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:13:44,625 autoreload 98198 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-10 12:13:45,018 autoreload 3584 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 12:13:51,239 log 3584 6165590016 Internal Server Error: /en/analytics/ajax/report-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 1277, in report_list 'id': report.data_source.id, ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'DataSource' object has no attribute 'id' ERROR 2025-08-10 12:13:51,240 basehttp 3584 6165590016 "GET /en/analytics/ajax/report-list/ HTTP/1.1" 500 75095 WARNING 2025-08-10 12:13:51,257 log 3584 6165590016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:13:51,257 basehttp 3584 6165590016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:15:04,722 autoreload 3584 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-10 12:15:04,995 autoreload 4155 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 12:15:07,419 basehttp 4155 6162542592 "GET /en/analytics/ajax/report-list/ HTTP/1.1" 200 7146 WARNING 2025-08-10 12:15:07,437 log 4155 6162542592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:15:07,437 basehttp 4155 6162542592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 12:15:15,979 log 4155 6162542592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:15:15,979 basehttp 4155 6162542592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:15:36,311 basehttp 4155 6162542592 "GET /en/analytics/ajax/report-list/ HTTP/1.1" 200 7146 WARNING 2025-08-10 12:15:36,328 log 4155 6162542592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:15:36,328 basehttp 4155 6162542592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 12:16:35,761 log 4155 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:16:35,764 basehttp 4155 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:16:35,770 basehttp 4155 6162542592 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:16:35,805 basehttp 4155 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 12:16:35,806 log 4155 6162542592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:16:35,806 basehttp 4155 6162542592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:17:05,749 basehttp 4155 6162542592 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:17:35,759 basehttp 4155 6162542592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:17:35,760 basehttp 4155 12901707776 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:18:05,757 basehttp 4155 12901707776 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:18:35,769 basehttp 4155 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:18:35,772 basehttp 4155 6162542592 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:19:05,759 basehttp 4155 6162542592 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:19:35,772 basehttp 4155 6162542592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:19:35,775 basehttp 4155 12901707776 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:20:05,780 basehttp 4155 12901707776 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:20:35,325 autoreload 4155 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-10 12:20:35,683 autoreload 6634 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 12:20:36,304 basehttp 6634 6194556928 "GET /en/analytics/ HTTP/1.1" 200 52636 INFO 2025-08-10 12:20:36,310 basehttp 6634 6194556928 "GET /static/js/app.min.js HTTP/1.1" 304 0 WARNING 2025-08-10 12:20:36,319 log 6634 6194556928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:20:36,319 basehttp 6634 6194556928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:20:36,366 basehttp 6634 6194556928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:20:36,368 basehttp 6634 6211383296 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 ERROR 2025-08-10 12:20:39,131 log 6634 6211383296 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-10 12:20:39,133 basehttp 6634 6211383296 "GET /en/analytics/reports/ HTTP/1.1" 500 196155 WARNING 2025-08-10 12:20:39,147 log 6634 6211383296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:20:39,147 basehttp 6634 6211383296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:21:18,246 autoreload 6634 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-10 12:21:18,532 autoreload 6956 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 12:21:52,631 autoreload 7204 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 12:21:55,122 basehttp 7204 6166573056 "GET /en/analytics/reports/ HTTP/1.1" 200 34716 WARNING 2025-08-10 12:21:55,138 log 7204 6166573056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:21:55,138 basehttp 7204 6166573056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:22:40,152 basehttp 7204 6166573056 "GET /en/analytics/reports/ HTTP/1.1" 200 34725 WARNING 2025-08-10 12:22:40,163 log 7204 6166573056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:22:40,163 basehttp 7204 6166573056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:22:40,211 basehttp 7204 6166573056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:22:40,246 basehttp 7204 6166573056 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1754817760170 HTTP/1.1" 200 7146 INFO 2025-08-10 12:22:40,247 basehttp 7204 6325039104 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:23:40,232 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:24:40,226 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:24:42,662 basehttp 7204 6325039104 "GET /en/analytics/reports/ HTTP/1.1" 200 34845 INFO 2025-08-10 12:24:42,676 basehttp 7204 6325039104 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 WARNING 2025-08-10 12:24:42,698 log 7204 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:24:42,699 basehttp 7204 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:24:42,730 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:24:42,777 basehttp 7204 6325039104 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-08-10 12:25:02,935 basehttp 7204 6325039104 "GET /en/analytics/reports/ HTTP/1.1" 200 34796 WARNING 2025-08-10 12:25:02,955 log 7204 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:25:02,955 basehttp 7204 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:25:02,998 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:25:03,020 basehttp 7204 6325039104 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1754817902954 HTTP/1.1" 200 7146 INFO 2025-08-10 12:25:03,020 basehttp 7204 6166573056 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:25:50,997 basehttp 7204 6325039104 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:25:50,997 basehttp 7204 6166573056 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1754817902955 HTTP/1.1" 200 7146 INFO 2025-08-10 12:26:03,003 basehttp 7204 6166573056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:27:02,967 basehttp 7204 6166573056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:28:02,972 basehttp 7204 6166573056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:29:02,973 basehttp 7204 6166573056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:30:02,977 basehttp 7204 6166573056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:30:02,988 basehttp 7204 6341865472 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:30:02,989 basehttp 7204 6325039104 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1754817902956 HTTP/1.1" 200 7146 INFO 2025-08-10 12:31:02,985 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:32:02,988 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:33:02,992 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:34:02,997 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:35:03,007 basehttp 7204 6341865472 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:35:03,009 basehttp 7204 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:35:03,010 basehttp 7204 6325039104 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1754817902957 HTTP/1.1" 200 7146 INFO 2025-08-10 12:36:03,001 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:37:03,011 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:38:03,022 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:38:08,204 basehttp 7204 6325039104 "GET /en/analytics/reports/ HTTP/1.1" 200 34796 WARNING 2025-08-10 12:38:08,231 log 7204 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:38:08,231 basehttp 7204 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:38:08,269 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:38:08,291 basehttp 7204 6358691840 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:38:08,293 basehttp 7204 6325039104 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1754818688229 HTTP/1.1" 200 7146 INFO 2025-08-10 12:39:08,282 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:40:08,683 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:41:09,684 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:42:10,707 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:43:08,736 basehttp 7204 6166573056 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:43:08,739 basehttp 7204 6325039104 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1754818688230 HTTP/1.1" 200 7146 INFO 2025-08-10 12:43:11,701 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:44:11,710 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:45:11,710 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 12:45:52,505 log 7204 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:45:52,505 basehttp 7204 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 12:45:54,230 log 7204 6325039104 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'metric_definition_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/analytics/metrics/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-10 12:45:54,234 basehttp 7204 6325039104 "GET /en/analytics/metrics/ HTTP/1.1" 500 200585 WARNING 2025-08-10 12:45:54,253 log 7204 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:45:54,253 basehttp 7204 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:46:24,882 autoreload 7204 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-10 12:46:25,243 autoreload 17937 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 12:46:28,106 basehttp 17937 6137819136 "GET /en/analytics/metrics/ HTTP/1.1" 200 35973 WARNING 2025-08-10 12:46:28,121 log 17937 6137819136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:46:28,121 basehttp 17937 6137819136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:46:28,204 basehttp 17937 6137819136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 12:46:28,239 log 17937 6137819136 Internal Server Error: /en/analytics/ajax/metric-list/ ERROR 2025-08-10 12:46:28,240 basehttp 17937 6137819136 "GET /en/analytics/ajax/metric-list/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=current_value&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=target_value&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=status&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=last_updated&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=update_frequency&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=6&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&frequency=&_=1754819188178 HTTP/1.1" 500 198 ERROR 2025-08-10 12:46:28,242 log 17937 6154645504 Internal Server Error: /en/analytics/ajax/metric-stats/ ERROR 2025-08-10 12:46:28,242 basehttp 17937 6154645504 "GET /en/analytics/ajax/metric-stats/ HTTP/1.1" 500 369 INFO 2025-08-10 12:47:28,223 basehttp 17937 6154645504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:48:28,215 basehttp 17937 6154645504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 12:48:28,235 log 17937 6137819136 Internal Server Error: /en/analytics/ajax/metric-stats/ ERROR 2025-08-10 12:48:28,236 log 17937 6154645504 Internal Server Error: /en/analytics/ajax/metric-list/ ERROR 2025-08-10 12:48:28,236 basehttp 17937 6137819136 "GET /en/analytics/ajax/metric-stats/ HTTP/1.1" 500 369 ERROR 2025-08-10 12:48:28,236 basehttp 17937 6154645504 "GET /en/analytics/ajax/metric-list/?draw=2&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=current_value&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=target_value&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=status&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=last_updated&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=update_frequency&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=6&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&frequency=&_=1754819188179 HTTP/1.1" 500 198 INFO 2025-08-10 12:49:28,227 basehttp 17937 6154645504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:50:28,731 basehttp 17937 6154645504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 12:50:28,732 log 17937 6171471872 Internal Server Error: /en/analytics/ajax/metric-stats/ ERROR 2025-08-10 12:50:28,732 basehttp 17937 6171471872 "GET /en/analytics/ajax/metric-stats/ HTTP/1.1" 500 369 ERROR 2025-08-10 12:50:28,733 log 17937 6137819136 Internal Server Error: /en/analytics/ajax/metric-list/ ERROR 2025-08-10 12:50:28,733 basehttp 17937 6137819136 "GET /en/analytics/ajax/metric-list/?draw=3&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=current_value&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=target_value&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=status&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=last_updated&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=update_frequency&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=6&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&frequency=&_=1754819188180 HTTP/1.1" 500 198 INFO 2025-08-10 12:51:45,542 basehttp 17937 6137819136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:51:46,765 basehttp 17937 6171471872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:51:46,774 basehttp 17937 6137819136 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 WARNING 2025-08-10 12:51:46,813 log 17937 6137819136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:51:46,814 basehttp 17937 6137819136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 12:51:46,872 log 17937 6137819136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:51:46,872 basehttp 17937 6137819136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 12:51:48,491 log 17937 6137819136 Internal Server Error: /en/analytics/executions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 650, in get_queryset queryset = ReportExecution.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-10 12:51:48,494 basehttp 17937 6137819136 "GET /en/analytics/executions/ HTTP/1.1" 500 135858 WARNING 2025-08-10 12:51:48,509 log 17937 6137819136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:51:48,509 basehttp 17937 6137819136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 12:51:54,397 log 17937 6137819136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:51:54,397 basehttp 17937 6137819136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 12:51:54,403 log 17937 6137819136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:51:54,403 basehttp 17937 6137819136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:51:55,818 basehttp 17937 6137819136 "GET /en/analytics/dashboards/ HTTP/1.1" 200 117952 WARNING 2025-08-10 12:51:55,836 log 17937 6137819136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:51:55,836 basehttp 17937 6137819136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:51:55,875 basehttp 17937 6137819136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:52:03,337 basehttp 17937 6137819136 "GET /en/analytics/dashboards/01ba0781-420e-4cb2-8abc-88e341ed824e/ HTTP/1.1" 200 64412 WARNING 2025-08-10 12:52:03,361 log 17937 6137819136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:52:03,361 basehttp 17937 6137819136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:52:03,401 basehttp 17937 6137819136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:52:56,149 basehttp 17937 6137819136 "GET /en/analytics/dashboards/01ba0781-420e-4cb2-8abc-88e341ed824e/ HTTP/1.1" 200 64412 INFO 2025-08-10 12:52:56,161 basehttp 17937 13338013696 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-10 12:52:56,162 basehttp 17937 6154645504 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-10 12:52:56,167 basehttp 17937 13321187328 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-08-10 12:52:56,169 log 17937 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:52:56,169 basehttp 17937 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:52:56,171 basehttp 17937 6137819136 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-10 12:52:56,176 basehttp 17937 13321187328 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-10 12:52:56,178 basehttp 17937 6171471872 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-10 12:52:56,180 basehttp 17937 13304360960 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-10 12:52:56,180 basehttp 17937 6154645504 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-10 12:52:56,422 basehttp 17937 13321187328 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-10 12:52:56,423 basehttp 17937 6137819136 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-10 12:52:56,423 basehttp 17937 6171471872 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-10 12:52:56,423 basehttp 17937 13304360960 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-10 12:52:56,424 basehttp 17937 6154645504 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-10 12:52:56,426 basehttp 17937 13338013696 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-10 12:52:56,426 basehttp 17937 13304360960 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-10 12:52:56,427 basehttp 17937 6137819136 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-10 12:52:56,427 basehttp 17937 6154645504 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-10 12:52:56,428 basehttp 17937 6171471872 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-10 12:52:56,430 basehttp 17937 6154645504 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-10 12:52:56,431 basehttp 17937 13304360960 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-10 12:52:56,431 basehttp 17937 13338013696 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-10 12:52:56,432 basehttp 17937 6137819136 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-10 12:52:56,433 basehttp 17937 6171471872 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-10 12:52:56,434 basehttp 17937 13304360960 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-10 12:52:56,435 basehttp 17937 6154645504 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-10 12:52:56,435 basehttp 17937 13321187328 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-10 12:52:56,436 basehttp 17937 6171471872 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-10 12:52:56,436 basehttp 17937 6137819136 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-10 12:52:56,438 basehttp 17937 6154645504 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-10 12:52:56,438 basehttp 17937 6171471872 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-10 12:52:56,438 basehttp 17937 13304360960 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-10 12:52:56,440 basehttp 17937 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:52:56,447 basehttp 17937 13338013696 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-08-10 12:52:56,538 log 17937 13338013696 Not Found: /favicon.ico WARNING 2025-08-10 12:52:56,538 basehttp 17937 13338013696 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-10 12:53:56,446 basehttp 17937 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:54:39,905 basehttp 17937 13338013696 "GET /en/analytics/dashboards/01ba0781-420e-4cb2-8abc-88e341ed824e/update/ HTTP/1.1" 200 55286 WARNING 2025-08-10 12:54:39,926 log 17937 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:54:39,926 basehttp 17937 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:54:40,006 basehttp 17937 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:54:55,063 basehttp 17937 13338013696 "POST /en/analytics/dashboards/01ba0781-420e-4cb2-8abc-88e341ed824e/update/ HTTP/1.1" 200 55286 WARNING 2025-08-10 12:54:55,079 log 17937 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:54:55,079 basehttp 17937 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:54:55,104 basehttp 17937 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:55:13,083 basehttp 17937 13338013696 "GET /en/analytics/dashboards/ HTTP/1.1" 200 117952 WARNING 2025-08-10 12:55:13,096 log 17937 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:55:13,097 basehttp 17937 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:55:13,142 basehttp 17937 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:55:57,122 basehttp 17937 13338013696 "GET / HTTP/1.1" 302 0 INFO 2025-08-10 12:55:57,136 basehttp 17937 13304360960 "GET /en/ HTTP/1.1" 200 46418 WARNING 2025-08-10 12:55:57,154 log 17937 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:55:57,154 basehttp 17937 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:55:57,244 basehttp 17937 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:55:57,245 basehttp 17937 6137819136 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-10 12:55:57,246 basehttp 17937 6154645504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 12:55:57,249 basehttp 17937 6171471872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-10 12:56:18,930 basehttp 17937 6171471872 "GET /en/ HTTP/1.1" 200 46418 INFO 2025-08-10 12:56:18,941 basehttp 17937 13304360960 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-10 12:56:18,943 basehttp 17937 13304360960 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-10 12:56:18,944 basehttp 17937 13338013696 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-08-10 12:56:18,951 log 17937 6137819136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:56:18,953 basehttp 17937 6137819136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:56:18,954 basehttp 17937 6171471872 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-10 12:56:18,955 basehttp 17937 13338013696 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-10 12:56:18,959 basehttp 17937 13321187328 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-10 12:56:18,960 basehttp 17937 6154645504 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-10 12:56:18,961 basehttp 17937 13304360960 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-10 12:56:19,164 basehttp 17937 13304360960 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-10 12:56:19,165 basehttp 17937 13338013696 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-10 12:56:19,165 basehttp 17937 13321187328 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-10 12:56:19,166 basehttp 17937 6154645504 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-10 12:56:19,167 basehttp 17937 6171471872 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-10 12:56:19,169 basehttp 17937 6154645504 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-10 12:56:19,169 basehttp 17937 6137819136 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-10 12:56:19,169 basehttp 17937 6171471872 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-10 12:56:19,170 basehttp 17937 13338013696 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-10 12:56:19,172 basehttp 17937 13338013696 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-10 12:56:19,172 basehttp 17937 6154645504 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-10 12:56:19,173 basehttp 17937 13321187328 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-10 12:56:19,173 basehttp 17937 6171471872 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-10 12:56:19,174 basehttp 17937 6137819136 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-10 12:56:19,175 basehttp 17937 13304360960 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-10 12:56:19,176 basehttp 17937 13338013696 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-10 12:56:19,176 basehttp 17937 13321187328 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-10 12:56:19,177 basehttp 17937 6137819136 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-10 12:56:19,177 basehttp 17937 13304360960 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-10 12:56:19,177 basehttp 17937 6171471872 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-10 12:56:19,177 basehttp 17937 6154645504 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-10 12:56:19,178 basehttp 17937 13321187328 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-10 12:56:19,178 basehttp 17937 6137819136 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-10 12:56:19,181 basehttp 17937 13321187328 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-10 12:56:19,216 basehttp 17937 6137819136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-10 12:56:19,223 basehttp 17937 13304360960 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-10 12:56:19,225 basehttp 17937 6154645504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 12:56:19,226 basehttp 17937 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 12:56:19,292 log 17937 13321187328 Not Found: /favicon.ico WARNING 2025-08-10 12:56:19,292 basehttp 17937 13321187328 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-10 12:56:32,729 basehttp 17937 13321187328 "GET /en/patients/register/ HTTP/1.1" 200 27307 WARNING 2025-08-10 12:56:32,746 log 17937 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:56:32,746 basehttp 17937 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:56:32,822 basehttp 17937 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:57:32,836 basehttp 17937 6137819136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:58:13,121 basehttp 17937 6137819136 "POST /en/patients/register/ HTTP/1.1" 200 27307 WARNING 2025-08-10 12:58:13,136 log 17937 6137819136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:58:13,136 basehttp 17937 6137819136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:58:13,162 basehttp 17937 6137819136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:58:20,210 basehttp 17937 6137819136 "GET /en/patients/register/ HTTP/1.1" 200 27307 WARNING 2025-08-10 12:58:20,238 log 17937 6137819136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:58:20,239 basehttp 17937 6137819136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:58:20,779 basehttp 17937 6137819136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-10 12:58:20,787 log 17937 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:58:20,787 basehttp 17937 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:58:20,791 basehttp 17937 6154645504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:58:20,791 basehttp 17937 6171471872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 WARNING 2025-08-10 12:58:20,797 log 17937 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:58:20,797 basehttp 17937 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:58:27,952 basehttp 17937 13304360960 "GET /en/patients/ HTTP/1.1" 200 66016 WARNING 2025-08-10 12:58:27,968 log 17937 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:58:27,968 basehttp 17937 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:58:27,995 basehttp 17937 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:58:27,997 basehttp 17937 6154645504 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-10 12:59:22,515 basehttp 17937 6154645504 "GET /en/patients/register/ HTTP/1.1" 200 27307 WARNING 2025-08-10 12:59:22,534 log 17937 6154645504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:59:22,534 basehttp 17937 6154645504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:59:22,572 basehttp 17937 6154645504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 12:59:25,114 log 17937 6154645504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:59:25,114 basehttp 17937 6154645504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 12:59:25,127 log 17937 6154645504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:59:25,127 basehttp 17937 6154645504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:59:28,012 basehttp 17937 6154645504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:59:28,016 basehttp 17937 13304360960 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 ERROR 2025-08-10 12:59:34,352 log 17937 13304360960 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 132, in get_context_data ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: address_line_1, address_line_2, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-10 12:59:34,353 basehttp 17937 13304360960 "GET /en/patients/115/ HTTP/1.1" 500 102999 WARNING 2025-08-10 12:59:34,369 log 17937 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:59:34,369 basehttp 17937 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:01:11,703 autoreload 17937 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-08-10 13:01:54,264 autoreload 24841 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:01:56,692 log 24841 6198816768 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 132, in get_context_data ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-10 13:01:56,694 basehttp 24841 6198816768 "GET /en/patients/115/ HTTP/1.1" 500 103284 WARNING 2025-08-10 13:01:56,712 log 24841 6198816768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:01:56,712 basehttp 24841 6198816768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:02:33,658 autoreload 24841 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-08-10 13:02:33,945 autoreload 25083 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:02:36,595 log 25083 6163558400 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 136, in get_context_data ).order_by('-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-10 13:02:36,597 basehttp 25083 6163558400 "GET /en/patients/115/ HTTP/1.1" 500 104123 WARNING 2025-08-10 13:02:36,611 log 25083 6163558400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:02:36,611 basehttp 25083 6163558400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:03:26,659 autoreload 25083 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-08-10 13:03:26,975 autoreload 25466 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:03:27,389 log 25466 6136737792 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_edit' not found. 'patient_edit' is not a valid view function or pattern name. ERROR 2025-08-10 13:03:27,391 basehttp 25466 6136737792 "GET /en/patients/115/ HTTP/1.1" 500 185775 WARNING 2025-08-10 13:03:27,407 log 25466 6136737792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:03:27,407 basehttp 25466 6136737792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:05:05,061 autoreload 25466 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-10 13:05:05,330 autoreload 26252 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:05:08,206 log 26252 6188855296 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'p' not found. 'p' is not a valid view function or pattern name. ERROR 2025-08-10 13:05:08,207 basehttp 26252 6188855296 "GET /en/patients/115/ HTTP/1.1" 500 185526 WARNING 2025-08-10 13:05:08,223 log 26252 6188855296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:05:08,223 basehttp 26252 6188855296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 13:05:26,265 log 26252 6188855296 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_deactivate' not found. 'patient_deactivate' is not a valid view function or pattern name. ERROR 2025-08-10 13:05:26,266 basehttp 26252 6188855296 "GET /en/patients/115/ HTTP/1.1" 500 185951 WARNING 2025-08-10 13:05:26,283 log 26252 6188855296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:05:26,283 basehttp 26252 6188855296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 13:07:29,760 log 26252 6188855296 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' not found. 'emergency_contact_create' is not a valid view function or pattern name. ERROR 2025-08-10 13:07:29,761 basehttp 26252 6188855296 "GET /en/patients/115/ HTTP/1.1" 500 185864 WARNING 2025-08-10 13:07:29,776 log 26252 6188855296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:07:29,776 basehttp 26252 6188855296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:09:25,303 autoreload 26252 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-10 13:09:25,573 autoreload 28125 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:09:28,907 log 28125 6194638848 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_create' not found. 'insurance_create' is not a valid view function or pattern name. ERROR 2025-08-10 13:09:28,908 basehttp 28125 6194638848 "GET /en/patients/115/ HTTP/1.1" 500 185676 WARNING 2025-08-10 13:09:28,926 log 28125 6194638848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:09:28,926 basehttp 28125 6194638848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 13:09:29,973 log 28125 6194638848 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_create' not found. 'insurance_create' is not a valid view function or pattern name. ERROR 2025-08-10 13:09:29,975 basehttp 28125 6194638848 "GET /en/patients/115/ HTTP/1.1" 500 185676 WARNING 2025-08-10 13:09:29,987 log 28125 6194638848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:09:29,987 basehttp 28125 6194638848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:09:47,524 autoreload 28125 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-10 13:09:47,806 autoreload 28362 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:09:48,922 log 28362 6190379008 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_create' not found. 'insurance_create' is not a valid view function or pattern name. ERROR 2025-08-10 13:09:48,924 basehttp 28362 6190379008 "GET /en/patients/115/ HTTP/1.1" 500 185676 WARNING 2025-08-10 13:09:48,942 log 28362 6190379008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:09:48,942 basehttp 28362 6190379008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 13:09:49,998 log 28362 6190379008 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_create' not found. 'insurance_create' is not a valid view function or pattern name. ERROR 2025-08-10 13:09:49,999 basehttp 28362 6190379008 "GET /en/patients/115/ HTTP/1.1" 500 185676 WARNING 2025-08-10 13:09:50,018 log 28362 6190379008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:09:50,018 basehttp 28362 6190379008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 13:09:51,916 log 28362 6190379008 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_create' not found. 'insurance_create' is not a valid view function or pattern name. ERROR 2025-08-10 13:09:51,917 basehttp 28362 6190379008 "GET /en/patients/115/ HTTP/1.1" 500 185676 WARNING 2025-08-10 13:09:51,934 log 28362 6190379008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:09:51,934 basehttp 28362 6190379008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:10:18,905 autoreload 28362 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-10 13:10:19,198 autoreload 28600 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:10:20,285 log 28600 6124793856 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_list' not found. 'insurance_list' is not a valid view function or pattern name. ERROR 2025-08-10 13:10:20,286 basehttp 28600 6124793856 "GET /en/patients/115/ HTTP/1.1" 500 185578 WARNING 2025-08-10 13:10:20,303 log 28600 6124793856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:10:20,303 basehttp 28600 6124793856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:10:41,068 autoreload 28600 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-10 13:10:41,340 autoreload 28754 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:10:42,541 log 28754 6195359744 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_list' with arguments '(115,)' not found. 1 pattern(s) tried: ['en/patients/insurance\\-info/\\Z'] ERROR 2025-08-10 13:10:42,543 basehttp 28754 6195359744 "GET /en/patients/115/ HTTP/1.1" 500 187202 WARNING 2025-08-10 13:10:42,554 log 28754 6195359744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:10:42,554 basehttp 28754 6195359744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 13:10:43,731 log 28754 6195359744 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_list' with arguments '(115,)' not found. 1 pattern(s) tried: ['en/patients/insurance\\-info/\\Z'] ERROR 2025-08-10 13:10:43,731 basehttp 28754 6195359744 "GET /en/patients/115/ HTTP/1.1" 500 187202 WARNING 2025-08-10 13:10:43,750 log 28754 6195359744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:10:43,750 basehttp 28754 6195359744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:12:05,203 autoreload 28754 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-10 13:12:05,466 autoreload 29384 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:12:07,894 log 29384 6128349184 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 64, in reverse app_list = resolver.app_dict[ns] ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 637, in app_dict self._populate() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 574, in _populate url_pattern._populate() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 574, in _populate url_pattern._populate() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 549, in _populate p_pattern = url_pattern.pattern.regex.pattern ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 304, in __get__ instance.__dict__["regex"] = re.compile(instance._regex) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/re/__init__.py", line 228, in compile return _compile(pattern, flags) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/re/__init__.py", line 307, in _compile p = _compiler.compile(pattern, flags) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/re/_compiler.py", line 750, in compile p = _parser.parse(p, flags) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/re/_parser.py", line 979, in parse p = _parse_sub(source, state, flags & SRE_FLAG_VERBOSE, 0) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/re/_parser.py", line 460, in _parse_sub itemsappend(_parse(source, state, verbose, nested + 1, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/re/_parser.py", line 857, in _parse raise source.error(err.msg, len(name) + 1) from None re.error: redefinition of group name 'pk' as group 2; was group 1 at position 43 ERROR 2025-08-10 13:12:07,896 basehttp 29384 6128349184 "GET /en/patients/115/ HTTP/1.1" 500 211568 WARNING 2025-08-10 13:12:07,913 log 29384 6128349184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:12:07,913 basehttp 29384 6128349184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:14:58,468 autoreload 29384 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-10 13:14:58,736 autoreload 30609 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:15:01,233 log 30609 6194196480 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_list' with arguments '(115,)' not found. 1 pattern(s) tried: ['en/patients/insurance\\-info/\\Z'] ERROR 2025-08-10 13:15:01,234 basehttp 30609 6194196480 "GET /en/patients/115/ HTTP/1.1" 500 187202 WARNING 2025-08-10 13:15:01,252 log 30609 6194196480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:15:01,252 basehttp 30609 6194196480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:15:27,907 autoreload 30609 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-10 13:15:28,172 autoreload 30843 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:15:30,373 log 30843 6171766784 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_create' not found. 'encounter_create' is not a valid view function or pattern name. ERROR 2025-08-10 13:15:30,375 basehttp 30843 6171766784 "GET /en/patients/115/ HTTP/1.1" 500 185902 WARNING 2025-08-10 13:15:30,390 log 30843 6171766784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:15:30,390 basehttp 30843 6171766784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:17:47,590 autoreload 30843 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-08-10 13:17:47,864 autoreload 31849 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 13:19:26,362 autoreload 31849 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-08-10 13:19:26,604 autoreload 32625 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 13:20:03,531 autoreload 32625 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-08-10 13:20:03,920 autoreload 33304 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:24:24,254 log 33304 6165557248 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'order_create' not found. 'order_create' is not a valid view function or pattern name. ERROR 2025-08-10 13:24:24,258 basehttp 33304 6165557248 "GET /en/patients/115/ HTTP/1.1" 500 185830 WARNING 2025-08-10 13:24:24,269 log 33304 6165557248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:24:24,269 basehttp 33304 6165557248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:24:40,275 autoreload 33304 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-08-10 13:24:40,617 autoreload 35772 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:24:45,330 log 35772 6129348608 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'order_create' not found. 'order_create' is not a valid view function or pattern name. ERROR 2025-08-10 13:24:45,335 basehttp 35772 6129348608 "GET /en/patients/115/ HTTP/1.1" 500 185830 WARNING 2025-08-10 13:24:45,352 log 35772 6129348608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:24:45,353 basehttp 35772 6129348608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 13:25:28,784 log 35772 6129348608 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_appointments' not found. 'patient_appointments' is not a valid view function or pattern name. ERROR 2025-08-10 13:25:28,785 basehttp 35772 6129348608 "GET /en/patients/115/ HTTP/1.1" 500 186106 WARNING 2025-08-10 13:25:28,803 log 35772 6129348608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:25:28,803 basehttp 35772 6129348608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:38:57,265 autoreload 35772 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-10 13:38:57,610 autoreload 42084 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:38:58,585 log 42084 6190493696 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_appointments' not found. 'patient_appointments' is not a valid view function or pattern name. ERROR 2025-08-10 13:38:58,602 basehttp 42084 6190493696 "GET /en/patients/115/ HTTP/1.1" 500 186106 WARNING 2025-08-10 13:38:58,619 log 42084 6190493696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:38:58,619 basehttp 42084 6190493696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:41:14,171 autoreload 42084 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-10 13:41:14,446 autoreload 43111 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:41:17,420 log 43111 6196064256 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_appointments' not found. 'patient_appointments' is not a valid view function or pattern name. ERROR 2025-08-10 13:41:17,421 basehttp 43111 6196064256 "GET /en/patients/115/ HTTP/1.1" 500 186106 WARNING 2025-08-10 13:41:17,438 log 43111 6196064256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:41:17,438 basehttp 43111 6196064256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:41:37,364 autoreload 43111 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-10 13:41:37,637 autoreload 43268 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:41:43,605 log 43268 6204403712 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_medical_history' not found. 'patient_medical_history' is not a valid view function or pattern name. ERROR 2025-08-10 13:41:43,606 basehttp 43268 6204403712 "GET /en/patients/115/ HTTP/1.1" 500 185969 WARNING 2025-08-10 13:41:43,624 log 43268 6204403712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:41:43,624 basehttp 43268 6204403712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 13:44:01,641 log 43268 6204403712 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_note_create' not found. 'patient_note_create' is not a valid view function or pattern name. ERROR 2025-08-10 13:44:01,642 basehttp 43268 6204403712 "GET /en/patients/115/ HTTP/1.1" 500 186311 WARNING 2025-08-10 13:44:01,659 log 43268 6204403712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:44:01,659 basehttp 43268 6204403712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:45:13,981 autoreload 43268 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-10 13:45:14,275 autoreload 44875 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 13:45:14,595 basehttp 44875 6131691520 "GET /en/patients/115/ HTTP/1.1" 200 36880 WARNING 2025-08-10 13:45:14,618 log 44875 6131691520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:45:14,618 basehttp 44875 6131691520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:45:14,707 basehttp 44875 6131691520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 13:45:14,714 log 44875 6182170624 Internal Server Error: /en/patients/htmx/appointments/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-10 13:45:14,715 basehttp 44875 6182170624 "GET /en/patients/htmx/appointments/115/ HTTP/1.1" 500 63330 ERROR 2025-08-10 13:45:14,723 log 44875 6148517888 Internal Server Error: /en/patients/htmx/emergency-contacts/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-10 13:45:14,731 log 44875 6165344256 Internal Server Error: /en/patients/insurance-info/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-10 13:45:14,731 basehttp 44875 6148517888 "GET /en/patients/htmx/emergency-contacts/115/ HTTP/1.1" 500 89941 ERROR 2025-08-10 13:45:14,732 basehttp 44875 6165344256 "GET /en/patients/insurance-info/115/ HTTP/1.1" 500 105434 INFO 2025-08-10 13:45:30,544 basehttp 44875 6165344256 "GET /en/patients/115/ HTTP/1.1" 200 36880 INFO 2025-08-10 13:45:30,560 basehttp 44875 6182170624 "GET /static/css/custom.css HTTP/1.1" 200 1855 WARNING 2025-08-10 13:45:30,563 log 44875 6215823360 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:45:30,564 basehttp 44875 6215823360 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:45:30,566 basehttp 44875 6182170624 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-10 13:45:30,570 basehttp 44875 6198996992 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-10 13:45:30,573 basehttp 44875 6165344256 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-10 13:45:30,576 basehttp 44875 6148517888 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-10 13:45:30,576 basehttp 44875 6182170624 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-10 13:45:30,578 basehttp 44875 6131691520 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-10 13:45:30,582 basehttp 44875 6215823360 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-10 13:45:30,971 basehttp 44875 6215823360 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-10 13:45:30,973 basehttp 44875 6165344256 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-10 13:45:30,974 basehttp 44875 6131691520 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-10 13:45:30,974 basehttp 44875 6182170624 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-10 13:45:30,975 basehttp 44875 6148517888 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-10 13:45:30,977 basehttp 44875 6198996992 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-10 13:45:30,977 basehttp 44875 6165344256 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-10 13:45:30,978 basehttp 44875 6182170624 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-10 13:45:30,978 basehttp 44875 6148517888 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-10 13:45:30,979 basehttp 44875 6131691520 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-10 13:45:30,980 basehttp 44875 6165344256 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-10 13:45:30,980 basehttp 44875 6198996992 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-10 13:45:30,981 basehttp 44875 6148517888 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-10 13:45:30,981 basehttp 44875 6182170624 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-10 13:45:30,983 basehttp 44875 6148517888 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-10 13:45:30,983 basehttp 44875 6198996992 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-10 13:45:30,983 basehttp 44875 6165344256 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-10 13:45:30,984 basehttp 44875 6215823360 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-10 13:45:30,985 basehttp 44875 6148517888 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-10 13:45:30,985 basehttp 44875 6198996992 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-10 13:45:30,985 basehttp 44875 6131691520 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-10 13:45:30,985 basehttp 44875 6182170624 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-10 13:45:30,986 basehttp 44875 6165344256 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-10 13:45:31,002 basehttp 44875 6165344256 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 ERROR 2025-08-10 13:45:31,036 log 44875 6182170624 Internal Server Error: /en/patients/htmx/appointments/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-10 13:45:31,037 basehttp 44875 6182170624 "GET /en/patients/htmx/appointments/115/ HTTP/1.1" 500 63595 INFO 2025-08-10 13:45:31,038 basehttp 44875 6148517888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 13:45:31,048 log 44875 6131691520 Internal Server Error: /en/patients/insurance-info/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-10 13:45:31,051 basehttp 44875 6131691520 "GET /en/patients/insurance-info/115/ HTTP/1.1" 500 105699 ERROR 2025-08-10 13:45:31,058 log 44875 6198996992 Internal Server Error: /en/patients/htmx/emergency-contacts/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-10 13:45:31,059 basehttp 44875 6198996992 "GET /en/patients/htmx/emergency-contacts/115/ HTTP/1.1" 500 90206 WARNING 2025-08-10 13:45:31,097 log 44875 6198996992 Not Found: /favicon.ico WARNING 2025-08-10 13:45:31,097 basehttp 44875 6198996992 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-10 13:45:40,309 basehttp 44875 6198996992 "GET /en/appointments/create/?patient=115 HTTP/1.1" 200 33613 WARNING 2025-08-10 13:45:40,327 log 44875 6198996992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:45:40,327 basehttp 44875 6198996992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:45:40,406 basehttp 44875 6198996992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 13:45:44,603 log 44875 6198996992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:45:44,603 basehttp 44875 6198996992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 13:45:44,615 log 44875 6198996992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:45:44,615 basehttp 44875 6198996992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 13:45:46,340 log 44875 6198996992 Internal Server Error: /en/emr/encounters/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_create' not found. 'patient_create' is not a valid view function or pattern name. ERROR 2025-08-10 13:45:46,343 basehttp 44875 6198996992 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 500 181225 WARNING 2025-08-10 13:45:46,357 log 44875 6198996992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:45:46,358 basehttp 44875 6198996992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 13:46:06,280 log 44875 6198996992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:46:06,280 basehttp 44875 6198996992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 13:46:06,294 log 44875 6198996992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:46:06,296 basehttp 44875 6198996992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:46:31,007 basehttp 44875 6198996992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 13:47:31,015 basehttp 44875 6198996992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 13:48:31,008 basehttp 44875 6198996992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 13:49:31,025 basehttp 44875 6198996992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 13:50:31,024 basehttp 44875 6198996992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 13:51:31,024 basehttp 44875 6198996992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 13:52:31,018 basehttp 44875 6198996992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 13:53:31,030 basehttp 44875 6198996992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 13:54:31,027 basehttp 44875 6198996992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 13:55:31,022 basehttp 44875 6198996992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 13:56:31,037 basehttp 44875 6198996992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 13:56:34,420 autoreload 44875 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/models.py changed, reloading. INFO 2025-08-10 13:56:34,723 autoreload 49765 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 13:57:31,128 basehttp 49765 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 13:57:31,618 autoreload 49765 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/models.py changed, reloading. INFO 2025-08-10 13:57:31,987 autoreload 50257 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 13:58:23,710 autoreload 50257 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/models.py changed, reloading. INFO 2025-08-10 13:58:24,068 autoreload 50654 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 13:58:31,152 basehttp 50654 6130282496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 13:59:31,098 basehttp 50654 6130282496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:00:31,089 basehttp 50654 6130282496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:00:57,360 autoreload 50654 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/models.py changed, reloading. INFO 2025-08-10 14:00:57,709 autoreload 51739 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 14:01:01,535 basehttp 51739 6171832320 "GET /en/patients/115/ HTTP/1.1" 200 36880 WARNING 2025-08-10 14:01:01,593 log 51739 6171832320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:01:01,596 basehttp 51739 6171832320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:01:01,663 log 51739 13186969600 Internal Server Error: /en/patients/htmx/emergency-contacts/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code INFO 2025-08-10 14:01:01,667 basehttp 51739 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 14:01:01,670 log 51739 13220622336 Internal Server Error: /en/patients/htmx/appointments/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-10 14:01:01,672 basehttp 51739 13186969600 "GET /en/patients/htmx/emergency-contacts/115/ HTTP/1.1" 500 89941 ERROR 2025-08-10 14:01:01,672 basehttp 51739 13220622336 "GET /en/patients/htmx/appointments/115/ HTTP/1.1" 500 63330 ERROR 2025-08-10 14:01:01,683 log 51739 13203795968 Internal Server Error: /en/patients/insurance-info/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-10 14:01:01,684 basehttp 51739 13203795968 "GET /en/patients/insurance-info/115/ HTTP/1.1" 500 105434 INFO 2025-08-10 14:01:04,065 basehttp 51739 13203795968 "GET /en/billing/bills/create/?patient=115 HTTP/1.1" 200 53807 WARNING 2025-08-10 14:01:04,083 log 51739 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:01:04,083 basehttp 51739 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:01:04,126 basehttp 51739 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:01:22,446 log 51739 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:01:22,446 basehttp 51739 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:01:22,453 log 51739 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:01:22,453 basehttp 51739 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:01:24,135 basehttp 51739 13203795968 "GET /en/laboratory/orders/create/?patient=115 HTTP/1.1" 200 76753 WARNING 2025-08-10 14:01:24,151 log 51739 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:01:24,151 basehttp 51739 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:01:24,194 basehttp 51739 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:02:07,955 basehttp 51739 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:02:07,960 log 51739 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:02:07,961 basehttp 51739 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:02:07,977 log 51739 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:02:07,977 basehttp 51739 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:02:09,560 log 51739 13220622336 Internal Server Error: /en/emr/encounters/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_create' not found. 'patient_create' is not a valid view function or pattern name. ERROR 2025-08-10 14:02:09,561 basehttp 51739 13220622336 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 500 181225 WARNING 2025-08-10 14:02:09,578 log 51739 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:02:09,579 basehttp 51739 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:03:12,112 log 51739 13220622336 Internal Server Error: /en/emr/encounters/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_search_api' not found. 'patient_search_api' is not a valid view function or pattern name. ERROR 2025-08-10 14:03:12,113 basehttp 51739 13220622336 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 500 168748 WARNING 2025-08-10 14:03:12,124 log 51739 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:03:12,125 basehttp 51739 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:03:13,178 log 51739 13220622336 Internal Server Error: /en/emr/encounters/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_search_api' not found. 'patient_search_api' is not a valid view function or pattern name. ERROR 2025-08-10 14:03:13,179 basehttp 51739 13220622336 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 500 168748 WARNING 2025-08-10 14:03:13,189 log 51739 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:03:13,189 basehttp 51739 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:04:09,296 log 51739 13220622336 Internal Server Error: /en/emr/encounters/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_previous_vitals' not found. 'get_previous_vitals' is not a valid view function or pattern name. ERROR 2025-08-10 14:04:09,297 basehttp 51739 13220622336 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 500 168662 WARNING 2025-08-10 14:04:09,307 log 51739 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:04:09,307 basehttp 51739 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:07:40,555 autoreload 51739 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-08-10 14:07:41,032 autoreload 54748 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 14:08:08,245 log 54748 6160838656 Internal Server Error: /en/emr/encounters/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'vital_signs_chart' not found. 'vital_signs_chart' is not a valid view function or pattern name. ERROR 2025-08-10 14:08:08,247 basehttp 54748 6160838656 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 500 168687 WARNING 2025-08-10 14:08:08,265 log 54748 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:08:08,266 basehttp 54748 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:08:59,161 log 54748 6160838656 Internal Server Error: /en/emr/encounters/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with no arguments not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9]+)/\\Z'] ERROR 2025-08-10 14:08:59,163 basehttp 54748 6160838656 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 500 169576 WARNING 2025-08-10 14:08:59,175 log 54748 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:08:59,175 basehttp 54748 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:10:36,256 log 54748 6160838656 Internal Server Error: /en/emr/encounters/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9]+)/\\Z'] ERROR 2025-08-10 14:10:36,257 basehttp 54748 6160838656 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 500 171153 WARNING 2025-08-10 14:10:36,274 log 54748 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:10:36,275 basehttp 54748 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:10:53,717 log 54748 6160838656 Internal Server Error: /en/emr/encounters/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9]+)/\\Z'] ERROR 2025-08-10 14:10:53,718 basehttp 54748 6160838656 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 500 171223 WARNING 2025-08-10 14:10:53,729 log 54748 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:10:53,729 basehttp 54748 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:10:54,759 log 54748 6160838656 Internal Server Error: /en/emr/encounters/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9]+)/\\Z'] ERROR 2025-08-10 14:10:54,761 basehttp 54748 6160838656 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 500 171223 WARNING 2025-08-10 14:10:54,773 log 54748 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:10:54,773 basehttp 54748 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:13:30,352 log 54748 6160838656 Internal Server Error: /en/emr/encounters/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9]+)/\\Z'] ERROR 2025-08-10 14:13:30,354 basehttp 54748 6160838656 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 500 171118 WARNING 2025-08-10 14:13:30,368 log 54748 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:13:30,368 basehttp 54748 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:14:33,640 basehttp 54748 6160838656 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 200 55795 WARNING 2025-08-10 14:14:33,656 log 54748 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:14:33,656 basehttp 54748 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:14:33,715 basehttp 54748 6160838656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:15:27,216 basehttp 54748 6160838656 "GET /en/patients/register/?return_url=/en/emr/encounters/create/ HTTP/1.1" 200 27307 WARNING 2025-08-10 14:15:27,232 log 54748 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:15:27,232 basehttp 54748 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:15:27,273 basehttp 54748 6160838656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:15:29,101 log 54748 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:15:29,102 basehttp 54748 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:15:29,108 log 54748 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:15:29,109 basehttp 54748 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:15:33,709 basehttp 54748 6160838656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:15:57,804 basehttp 54748 6160838656 "GET /en/emr/encounters/ HTTP/1.1" 200 147954 WARNING 2025-08-10 14:15:57,820 log 54748 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:15:57,820 basehttp 54748 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:15:57,873 basehttp 54748 6160838656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 14:16:04,751 log 54748 6160838656 Internal Server Error: /en/emr/encounters/2073/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'add_clinical_note' not found. 'add_clinical_note' is not a valid view function or pattern name. ERROR 2025-08-10 14:16:04,752 basehttp 54748 6160838656 "GET /en/emr/encounters/2073/ HTTP/1.1" 500 173170 WARNING 2025-08-10 14:16:04,766 log 54748 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:16:04,766 basehttp 54748 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:22:06,468 autoreload 54748 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-08-10 14:22:06,820 autoreload 61042 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 14:22:28,759 log 61042 6122713088 Internal Server Error: /en/emr/encounters/2073/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'clinical_note_create' with arguments '(2073,)' not found. 1 pattern(s) tried: ['en/emr/notes/create/\\Z'] ERROR 2025-08-10 14:22:28,762 basehttp 61042 6122713088 "GET /en/emr/encounters/2073/ HTTP/1.1" 500 174854 WARNING 2025-08-10 14:22:28,780 log 61042 6122713088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:22:28,780 basehttp 61042 6122713088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:23:12,129 autoreload 61042 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-08-10 14:23:12,408 autoreload 61512 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 14:23:14,259 basehttp 61512 6189477888 "GET /en/emr/encounters/2073/ HTTP/1.1" 200 29501 WARNING 2025-08-10 14:23:14,277 log 61512 6189477888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:23:14,277 basehttp 61512 6189477888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:23:14,321 basehttp 61512 6189477888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:24:14,335 basehttp 61512 6189477888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:24:21,893 basehttp 61512 6189477888 "GET /en/emr/encounters/2073/ HTTP/1.1" 200 29501 INFO 2025-08-10 14:24:21,912 basehttp 61512 6273609728 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-10 14:24:21,912 basehttp 61512 6223130624 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-10 14:24:21,917 basehttp 61512 6256783360 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-10 14:24:21,920 basehttp 61512 6189477888 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-08-10 14:24:21,926 log 61512 6223130624 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-10 14:24:21,927 basehttp 61512 6256783360 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-08-10 14:24:21,927 basehttp 61512 6223130624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:24:21,935 basehttp 61512 6239956992 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-10 14:24:21,936 basehttp 61512 6206304256 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-10 14:24:21,940 basehttp 61512 6273609728 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-10 14:24:22,303 basehttp 61512 6273609728 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-10 14:24:22,303 basehttp 61512 6206304256 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-10 14:24:22,303 basehttp 61512 6256783360 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-10 14:24:22,303 basehttp 61512 6239956992 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-10 14:24:22,303 basehttp 61512 6223130624 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-10 14:24:22,306 basehttp 61512 6189477888 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-10 14:24:22,307 basehttp 61512 6206304256 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-10 14:24:22,307 basehttp 61512 6256783360 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-10 14:24:22,308 basehttp 61512 6239956992 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-10 14:24:22,309 basehttp 61512 6223130624 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-10 14:24:22,310 basehttp 61512 6256783360 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-10 14:24:22,310 basehttp 61512 6239956992 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-10 14:24:22,312 basehttp 61512 6189477888 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-10 14:24:22,312 basehttp 61512 6206304256 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-10 14:24:22,314 basehttp 61512 6223130624 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-10 14:24:22,315 basehttp 61512 6256783360 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-10 14:24:22,315 basehttp 61512 6239956992 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-10 14:24:22,317 basehttp 61512 6239956992 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-10 14:24:22,317 basehttp 61512 6223130624 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-10 14:24:22,317 basehttp 61512 6189477888 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-10 14:24:22,319 basehttp 61512 6256783360 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-10 14:24:22,319 basehttp 61512 6273609728 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-10 14:24:22,322 basehttp 61512 6189477888 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-10 14:24:22,325 basehttp 61512 6239956992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:24:22,328 basehttp 61512 6206304256 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-08-10 14:24:22,430 log 61512 6206304256 Not Found: /favicon.ico WARNING 2025-08-10 14:24:22,430 basehttp 61512 6206304256 "GET /favicon.ico HTTP/1.1" 404 2557 WARNING 2025-08-10 14:24:33,967 log 61512 6206304256 Not Found: /en/patients/58/ WARNING 2025-08-10 14:24:33,968 basehttp 61512 6206304256 "GET /en/patients/58/ HTTP/1.1" 404 26530 WARNING 2025-08-10 14:24:33,987 log 61512 6206304256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:24:33,988 basehttp 61512 6206304256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:25:02,761 log 61512 6206304256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:25:02,761 basehttp 61512 6206304256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:25:02,778 log 61512 6206304256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:25:02,779 basehttp 61512 6206304256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:25:03,664 basehttp 61512 6206304256 "GET /en/emr/encounters/ HTTP/1.1" 200 147954 WARNING 2025-08-10 14:25:03,678 log 61512 6206304256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:25:03,678 basehttp 61512 6206304256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:25:06,771 basehttp 61512 6206304256 "GET /en/emr/encounters/3179/ HTTP/1.1" 200 29783 WARNING 2025-08-10 14:25:06,787 log 61512 6206304256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:25:06,788 basehttp 61512 6206304256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:25:06,822 basehttp 61512 6206304256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:25:13,697 log 61512 6206304256 Bad Request: /en/emr/encounter/3179/vitals/add/ WARNING 2025-08-10 14:25:13,697 basehttp 61512 6206304256 "GET /en/emr/encounter/3179/vitals/add/ HTTP/1.1" 400 28 ERROR 2025-08-10 14:25:19,589 log 61512 6206304256 Internal Server Error: /en/emr/notes/create/3179/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py", line 294, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-08-10 14:25:19,590 basehttp 61512 6206304256 "GET /en/emr/notes/create/3179/ HTTP/1.1" 500 98845 WARNING 2025-08-10 14:25:22,966 log 61512 6206304256 Bad Request: /en/emr/patient/3179/problem/add/ WARNING 2025-08-10 14:25:22,966 basehttp 61512 6206304256 "GET /en/emr/patient/3179/problem/add/ HTTP/1.1" 400 28 INFO 2025-08-10 14:26:06,836 basehttp 61512 6206304256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:26:28,205 log 61512 6206304256 Not Found: /en/patients/108/ WARNING 2025-08-10 14:26:28,205 basehttp 61512 6206304256 "GET /en/patients/108/ HTTP/1.1" 404 26533 WARNING 2025-08-10 14:26:28,221 log 61512 6206304256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:26:28,222 basehttp 61512 6206304256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:27:20,855 autoreload 61512 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-10 14:27:21,138 autoreload 63344 8601149632 Watching for file changes with StatReloader WARNING 2025-08-10 14:27:22,156 log 63344 6168899584 Not Found: /en/patients/108/ WARNING 2025-08-10 14:27:22,157 basehttp 63344 6168899584 "GET /en/patients/108/ HTTP/1.1" 404 40754 WARNING 2025-08-10 14:27:22,170 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:27:22,170 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:27:23,701 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:27:23,702 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:27:23,729 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:27:23,731 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:27:23,789 basehttp 63344 6168899584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:27:24,375 basehttp 63344 6168899584 "GET /en/emr/encounters/3179/ HTTP/1.1" 200 29791 WARNING 2025-08-10 14:27:24,389 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:27:24,389 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:27:24,439 basehttp 63344 6168899584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:27:26,527 log 63344 6168899584 Not Found: /en/patients/108/details/ WARNING 2025-08-10 14:27:26,528 basehttp 63344 6168899584 "GET /en/patients/108/details/ HTTP/1.1" 404 26565 WARNING 2025-08-10 14:27:26,547 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:27:26,548 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:28:31,091 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:28:31,091 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:28:31,093 basehttp 63344 6168899584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:28:31,099 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:28:31,099 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:28:31,737 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:28:31,737 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:28:31,740 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:28:31,745 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:28:31,745 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:28:32,102 basehttp 63344 6168899584 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 200 55795 WARNING 2025-08-10 14:28:32,117 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:28:32,117 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:28:32,532 log 63344 6168899584 Not Found: /en/patients/115/ WARNING 2025-08-10 14:28:32,532 basehttp 63344 6168899584 "GET /en/patients/115/ HTTP/1.1" 404 40754 WARNING 2025-08-10 14:28:32,551 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:28:32,551 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:28:33,669 basehttp 63344 6168899584 "GET /en/patients/ HTTP/1.1" 200 66080 WARNING 2025-08-10 14:28:33,686 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:28:33,686 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:28:33,711 basehttp 63344 6168899584 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-10 14:28:34,126 basehttp 63344 6168899584 "GET /en/ HTTP/1.1" 200 46418 WARNING 2025-08-10 14:28:34,146 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:28:34,146 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:28:34,183 basehttp 63344 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 14:28:34,183 basehttp 63344 13052751872 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-10 14:28:34,185 basehttp 63344 6168899584 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-10 14:28:35,044 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:28:35,044 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:28:35,056 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:28:35,056 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:28:37,018 basehttp 63344 6168899584 "GET /en/patients/115/details/ HTTP/1.1" 200 36880 WARNING 2025-08-10 14:28:37,039 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:28:37,039 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:28:37,110 basehttp 63344 6168899584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 14:28:37,115 log 63344 13069578240 Internal Server Error: /en/patients/htmx/appointments/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-10 14:28:37,116 basehttp 63344 13069578240 "GET /en/patients/htmx/appointments/115/ HTTP/1.1" 500 63346 ERROR 2025-08-10 14:28:37,124 log 63344 13035925504 Internal Server Error: /en/patients/htmx/emergency-contacts/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-10 14:28:37,131 log 63344 13052751872 Internal Server Error: /en/patients/insurance-info/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-10 14:28:37,132 basehttp 63344 13035925504 "GET /en/patients/htmx/emergency-contacts/115/ HTTP/1.1" 500 89957 ERROR 2025-08-10 14:28:37,133 basehttp 63344 13052751872 "GET /en/patients/insurance-info/115/ HTTP/1.1" 500 105450 ERROR 2025-08-10 14:28:59,562 log 63344 13052751872 Internal Server Error: /en/patients/insurance-info/create/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_list' with no arguments not found. 1 pattern(s) tried: ['en/patients/insurance\\-info/(?P[0-9]+)/\\Z'] ERROR 2025-08-10 14:28:59,564 basehttp 63344 13052751872 "GET /en/patients/insurance-info/create/115/ HTTP/1.1" 500 201609 WARNING 2025-08-10 14:28:59,584 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:28:59,584 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:29:07,941 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:29:07,941 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:29:07,960 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:29:07,963 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:29:23,404 basehttp 63344 13052751872 "GET /en/appointments/create/?patient=115 HTTP/1.1" 200 33613 WARNING 2025-08-10 14:29:23,425 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:29:23,425 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:29:23,462 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:29:27,765 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:29:27,766 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:29:27,783 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:29:27,783 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:29:29,451 basehttp 63344 13052751872 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 200 55795 WARNING 2025-08-10 14:29:29,474 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:29:29,474 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:29:29,514 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:29:40,551 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:29:40,558 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:29:40,558 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:29:40,577 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:29:40,577 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:29:53,967 log 63344 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:29:53,969 basehttp 63344 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:29:53,973 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:29:53,992 basehttp 63344 13052751872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 WARNING 2025-08-10 14:29:53,993 log 63344 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:29:53,994 basehttp 63344 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:30:03,855 log 63344 13069578240 Internal Server Error: /en/patients/htmx/insurance-info/119/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1134, in insurance_info_list return render(request, 'patients/partials/insurance_info_list.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'verify_insurance' not found. 'verify_insurance' is not a valid view function or pattern name. ERROR 2025-08-10 14:30:03,857 basehttp 63344 13069578240 "GET /en/patients/htmx/insurance-info/119/ HTTP/1.1" 500 163298 WARNING 2025-08-10 14:30:32,706 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:30:32,708 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:30:32,709 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:30:32,710 basehttp 63344 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 14:30:32,711 basehttp 63344 13069578240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-10 14:30:32,716 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:30:32,716 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:30:35,641 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:30:35,641 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:30:35,651 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:30:35,651 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:30:40,069 basehttp 63344 13035925504 "GET /en/patients/ HTTP/1.1" 200 66080 WARNING 2025-08-10 14:30:40,088 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:30:40,088 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:30:40,145 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:30:40,146 basehttp 63344 13069578240 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-10 14:30:42,953 basehttp 63344 13069578240 "GET /en/patients/119/details/ HTTP/1.1" 200 36966 WARNING 2025-08-10 14:30:42,975 log 63344 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:30:42,975 basehttp 63344 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:30:43,043 basehttp 63344 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 14:30:43,048 log 63344 6168899584 Internal Server Error: /en/patients/htmx/appointments/119/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-10 14:30:43,049 basehttp 63344 6168899584 "GET /en/patients/htmx/appointments/119/ HTTP/1.1" 500 63346 ERROR 2025-08-10 14:30:43,057 log 63344 13035925504 Internal Server Error: /en/patients/htmx/emergency-contacts/119/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-10 14:30:43,058 basehttp 63344 13035925504 "GET /en/patients/htmx/emergency-contacts/119/ HTTP/1.1" 500 89805 ERROR 2025-08-10 14:30:43,065 log 63344 13052751872 Internal Server Error: /en/patients/insurance-info/119/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-10 14:30:43,066 basehttp 63344 13052751872 "GET /en/patients/insurance-info/119/ HTTP/1.1" 500 105450 WARNING 2025-08-10 14:30:45,468 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:30:45,469 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:30:45,478 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:30:45,478 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:30:55,272 log 63344 13052751872 Internal Server Error: /en/patients/htmx/insurance-info/119/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1134, in insurance_info_list return render(request, 'patients/partials/insurance_info_list.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'verify_insurance' not found. 'verify_insurance' is not a valid view function or pattern name. ERROR 2025-08-10 14:30:55,273 basehttp 63344 13052751872 "GET /en/patients/htmx/insurance-info/119/ HTTP/1.1" 500 163298 INFO 2025-08-10 14:31:02,959 basehttp 63344 13052751872 "GET /en/patients/ HTTP/1.1" 200 66080 WARNING 2025-08-10 14:31:02,978 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:31:02,978 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:31:03,033 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:31:03,035 basehttp 63344 13035925504 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-10 14:31:08,802 basehttp 63344 13035925504 "GET /en/patients/htmx/consent-forms/119/ HTTP/1.1" 200 1174 INFO 2025-08-10 14:31:23,508 basehttp 63344 13035925504 "GET /en/patients/ HTTP/1.1" 200 66080 WARNING 2025-08-10 14:31:23,527 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:31:23,527 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:31:23,583 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:31:23,584 basehttp 63344 13052751872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-10 14:32:23,597 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:32:23,601 basehttp 63344 13035925504 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-10 14:33:08,226 basehttp 63344 13035925504 "GET /en/patients/htmx/consent-forms/40/ HTTP/1.1" 200 149 INFO 2025-08-10 14:33:23,609 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:33:23,612 basehttp 63344 13052751872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-10 14:33:23,920 basehttp 63344 13052751872 "GET /en/patients/ HTTP/1.1" 200 66080 WARNING 2025-08-10 14:33:23,938 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:33:23,938 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:33:23,991 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:33:23,993 basehttp 63344 13035925504 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-10 14:33:29,560 basehttp 63344 13035925504 "GET /en/patients/htmx/insurance-info/123/ HTTP/1.1" 200 568 INFO 2025-08-10 14:33:47,760 basehttp 63344 13035925504 "GET /en/patients/ HTTP/1.1" 200 66080 WARNING 2025-08-10 14:33:47,778 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:33:47,778 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:33:47,832 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:33:47,835 basehttp 63344 13052751872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-10 14:33:59,275 basehttp 63344 13052751872 "GET /en/patients/htmx/consent-forms/10/ HTTP/1.1" 200 149 INFO 2025-08-10 14:34:04,621 basehttp 63344 13052751872 "GET /en/patients/ HTTP/1.1" 200 66080 WARNING 2025-08-10 14:34:04,639 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:34:04,639 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:34:04,691 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:34:04,693 basehttp 63344 13035925504 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-10 14:34:09,142 basehttp 63344 13035925504 "GET /en/patients/htmx/consent-forms/115/ HTTP/1.1" 200 590 INFO 2025-08-10 14:34:15,184 basehttp 63344 13035925504 "GET /en/patients/ HTTP/1.1" 200 66080 WARNING 2025-08-10 14:34:15,201 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:34:15,202 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:34:15,256 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:34:15,258 basehttp 63344 13052751872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-10 14:35:15,274 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:35:15,276 basehttp 63344 13035925504 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-10 14:35:17,614 basehttp 63344 13035925504 "GET /en/patients/110/details/ HTTP/1.1" 200 36866 WARNING 2025-08-10 14:35:17,632 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:35:17,632 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:35:17,720 log 63344 13069578240 Internal Server Error: /en/patients/htmx/appointments/110/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' INFO 2025-08-10 14:35:17,721 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 14:35:17,722 basehttp 63344 13069578240 "GET /en/patients/htmx/appointments/110/ HTTP/1.1" 500 63346 ERROR 2025-08-10 14:35:17,734 log 63344 13052751872 Internal Server Error: /en/patients/htmx/emergency-contacts/110/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-10 14:35:17,736 basehttp 63344 13052751872 "GET /en/patients/htmx/emergency-contacts/110/ HTTP/1.1" 500 89800 ERROR 2025-08-10 14:35:17,741 log 63344 6168899584 Internal Server Error: /en/patients/insurance-info/110/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-10 14:35:17,742 basehttp 63344 6168899584 "GET /en/patients/insurance-info/110/ HTTP/1.1" 500 105450 INFO 2025-08-10 14:35:49,097 basehttp 63344 6168899584 "GET /en/billing/bills/create/?patient=110 HTTP/1.1" 200 53807 WARNING 2025-08-10 14:35:49,120 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:35:49,120 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:35:49,162 basehttp 63344 6168899584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:35:57,569 basehttp 63344 6168899584 "GET /en/billing/bills/ HTTP/1.1" 200 65677 WARNING 2025-08-10 14:35:57,587 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:35:57,587 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:35:57,636 basehttp 63344 6168899584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:35:57,651 basehttp 63344 13052751872 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 105 INFO 2025-08-10 14:36:03,485 basehttp 63344 13052751872 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 200 35532 WARNING 2025-08-10 14:36:03,509 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:36:03,509 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:36:03,550 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:36:10,112 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:36:10,112 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:36:10,122 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:36:10,122 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:36:14,734 log 63344 13052751872 Internal Server Error: /en/billing/bills/64b27867-1cb2-42ff-9212-5cbdaa087246/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_submit' not found. 'bill_submit' is not a valid view function or pattern name. ERROR 2025-08-10 14:36:14,735 basehttp 63344 13052751872 "GET /en/billing/bills/64b27867-1cb2-42ff-9212-5cbdaa087246/ HTTP/1.1" 500 191706 WARNING 2025-08-10 14:36:14,752 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:36:14,752 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:36:23,904 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:36:23,904 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:36:23,936 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:36:23,936 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:36:27,275 basehttp 63344 13052751872 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 200 35532 WARNING 2025-08-10 14:36:27,296 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:36:27,296 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:36:27,334 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:36:33,988 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:36:33,989 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:36:33,999 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:36:33,999 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:36:57,647 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:36:57,650 basehttp 63344 6168899584 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 105 INFO 2025-08-10 14:36:59,207 basehttp 63344 6168899584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:36:59,208 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:36:59,209 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:36:59,237 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:36:59,240 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:37:00,183 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:37:00,183 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:37:02,487 log 63344 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:37:02,488 basehttp 63344 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:37:02,488 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:37:02,491 basehttp 63344 6168899584 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 WARNING 2025-08-10 14:37:02,496 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:37:02,496 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:37:50,668 basehttp 63344 6168899584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:37:50,677 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:37:50,679 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:37:50,680 basehttp 63344 13069578240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 14:37:50,682 basehttp 63344 13052751872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-10 14:37:50,687 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:37:50,688 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:37:51,718 basehttp 63344 13052751872 "GET /en/analytics/dashboards/ HTTP/1.1" 200 117952 WARNING 2025-08-10 14:37:51,737 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:37:51,738 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:37:53,995 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:37:53,995 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:37:54,004 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:37:54,004 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:37:54,229 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:37:54,229 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:37:54,238 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:37:54,238 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:37:56,759 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:37:56,760 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:37:56,778 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:37:56,778 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:38:00,009 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:38:00,009 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:38:01,307 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:38:01,309 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:38:01,310 basehttp 63344 13069578240 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 105 INFO 2025-08-10 14:38:01,310 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:38:01,317 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:38:01,317 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:38:02,687 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:38:02,688 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:38:02,689 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:38:02,695 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:38:02,695 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:38:05,021 basehttp 63344 13052751872 "GET / HTTP/1.1" 302 0 INFO 2025-08-10 14:38:05,036 basehttp 63344 13035925504 "GET /en/ HTTP/1.1" 200 46418 WARNING 2025-08-10 14:38:05,055 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:38:05,055 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:38:05,130 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:38:05,135 basehttp 63344 13069578240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-10 14:38:05,137 basehttp 63344 13052751872 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-10 14:38:05,137 basehttp 63344 6168899584 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 14:38:11,276 basehttp 63344 6168899584 "GET /en/htmx/dismiss-notification/7f5f7eca-e3c3-4e6c-9eb7-4b8fb82c9740/ HTTP/1.1" 200 23 WARNING 2025-08-10 14:38:11,299 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:38:11,300 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:38:13,755 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:38:13,755 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:38:13,765 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:38:13,765 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:38:35,114 basehttp 63344 6168899584 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-10 14:38:52,030 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:38:52,030 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:38:52,053 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:38:52,055 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:38:58,878 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:38:58,883 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:38:58,902 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:38:58,902 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:39:05,135 basehttp 63344 6168899584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:39:05,136 basehttp 63344 13052751872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 14:39:05,137 basehttp 63344 13069578240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-10 14:39:06,327 basehttp 63344 6168899584 "GET /en/ HTTP/1.1" 200 46408 WARNING 2025-08-10 14:39:06,343 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:39:06,343 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:39:06,418 basehttp 63344 6168899584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:39:06,419 basehttp 63344 13052751872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 14:39:06,419 basehttp 63344 13035925504 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-10 14:39:06,421 basehttp 63344 13069578240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-10 14:39:12,244 basehttp 63344 13069578240 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-08-10 14:39:12,277 basehttp 63344 13035925504 "GET /en/emr/ HTTP/1.1" 200 70688 WARNING 2025-08-10 14:39:12,294 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:39:12,294 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:39:12,322 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:39:12,325 basehttp 63344 13052751872 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-10 14:39:22,565 basehttp 63344 13052751872 "GET /en/emr/notes/ HTTP/1.1" 200 96982 WARNING 2025-08-10 14:39:22,586 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:39:22,586 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:39:22,628 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:39:45,450 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:39:45,450 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:39:45,454 basehttp 63344 13052751872 "GET /en/emr/stats/ HTTP/1.1" 200 2966 WARNING 2025-08-10 14:39:45,458 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:39:45,458 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:39:47,312 log 63344 13035925504 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'resolve_problem' not found. 'resolve_problem' is not a valid view function or pattern name. ERROR 2025-08-10 14:39:47,313 basehttp 63344 13035925504 "GET /en/emr/problems/ HTTP/1.1" 500 263958 WARNING 2025-08-10 14:39:47,328 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:39:47,328 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:39:57,299 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:39:57,300 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:39:57,307 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:39:57,307 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:39:59,008 basehttp 63344 13035925504 "GET /en/emr/vital-signs/ HTTP/1.1" 200 91518 WARNING 2025-08-10 14:39:59,025 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:39:59,025 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:39:59,066 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:40:12,011 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:40:12,012 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:40:12,023 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:40:12,023 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:40:12,330 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:40:15,467 basehttp 63344 13035925504 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-10 14:40:33,110 basehttp 63344 13035925504 "GET /en/emr/encounters/2098/ HTTP/1.1" 200 28508 WARNING 2025-08-10 14:40:33,130 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:40:33,130 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:40:33,175 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:40:39,614 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:40:39,614 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:40:39,625 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:40:39,625 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:40:45,455 basehttp 63344 13035925504 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-10 14:40:55,304 basehttp 63344 13035925504 "GET /en/emr/notes/?status=unsigned HTTP/1.1" 200 23827 WARNING 2025-08-10 14:40:55,324 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:40:55,324 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:40:55,366 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:40:58,510 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:40:58,511 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:40:58,520 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:40:58,520 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:41:00,643 basehttp 63344 13035925504 "GET /en/emr/encounters/?documentation_complete=false HTTP/1.1" 200 147954 WARNING 2025-08-10 14:41:00,663 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:41:00,663 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:41:00,702 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:41:04,154 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:41:04,154 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:41:04,163 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:41:04,163 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:41:12,336 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:41:15,451 basehttp 63344 13035925504 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-10 14:41:45,460 basehttp 63344 13035925504 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-10 14:42:12,326 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:42:15,450 basehttp 63344 13035925504 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-10 14:42:45,473 basehttp 63344 13035925504 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-10 14:43:12,367 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:43:15,497 basehttp 63344 13035925504 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-10 14:43:17,143 basehttp 63344 13035925504 "GET /en/emr/ HTTP/1.1" 200 70468 WARNING 2025-08-10 14:43:17,158 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:43:17,158 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:43:17,218 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:43:17,220 basehttp 63344 13052751872 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-10 14:43:47,209 basehttp 63344 13052751872 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-10 14:43:50,982 basehttp 63344 13052751872 "GET /en/emr/ HTTP/1.1" 200 70388 WARNING 2025-08-10 14:43:50,995 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:43:50,996 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:43:51,063 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:43:51,067 basehttp 63344 13035925504 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-10 14:44:21,055 basehttp 63344 13035925504 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-10 14:44:51,044 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:44:51,047 basehttp 63344 13052751872 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-10 14:44:52,645 basehttp 63344 13052751872 "GET /en/emr/ HTTP/1.1" 200 71288 WARNING 2025-08-10 14:44:52,659 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:44:52,659 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:44:52,711 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:44:52,714 basehttp 63344 13035925504 "GET /en/emr/stats/ HTTP/1.1" 200 2966 WARNING 2025-08-10 14:45:08,320 log 63344 13035925504 Bad Request: /en/emr/encounter/2098/vitals/add/ WARNING 2025-08-10 14:45:08,321 basehttp 63344 13035925504 "GET /en/emr/encounter/2098/vitals/add/ HTTP/1.1" 400 28 WARNING 2025-08-10 14:45:08,342 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:45:08,342 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:45:14,770 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:45:14,770 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:45:14,794 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:45:14,794 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:45:22,720 basehttp 63344 13035925504 "GET /en/emr/stats/ HTTP/1.1" 200 2966 ERROR 2025-08-10 14:45:24,496 log 63344 13035925504 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'resolve_problem' not found. 'resolve_problem' is not a valid view function or pattern name. ERROR 2025-08-10 14:45:24,499 basehttp 63344 13035925504 "GET /en/emr/problems/ HTTP/1.1" 500 263958 WARNING 2025-08-10 14:45:24,513 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:45:24,513 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:45:27,813 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:45:27,813 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:45:27,846 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:45:27,846 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:45:42,138 basehttp 63344 13035925504 "GET /en/inpatients/ HTTP/1.1" 200 41323 WARNING 2025-08-10 14:45:42,153 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:45:42,153 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:45:42,217 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:45:42,220 basehttp 63344 13052751872 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-10 14:45:42,247 basehttp 63344 6168899584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 ERROR 2025-08-10 14:45:47,623 log 63344 6168899584 Internal Server Error: /en/inpatients/wards/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 231, in render raise ValueError( ValueError: Need 2 values to unpack in for loop; got 8. ERROR 2025-08-10 14:45:47,624 basehttp 63344 6168899584 "GET /en/inpatients/wards/ HTTP/1.1" 500 184826 WARNING 2025-08-10 14:45:47,645 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:45:47,645 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:48:41,381 autoreload 63344 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-10 14:48:41,814 autoreload 72587 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 14:48:44,785 log 72587 6191951872 Internal Server Error: /en/inpatients/wards/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 231, in render raise ValueError( ValueError: Need 2 values to unpack in for loop; got 8. ERROR 2025-08-10 14:48:44,788 basehttp 72587 6191951872 "GET /en/inpatients/wards/ HTTP/1.1" 500 184963 WARNING 2025-08-10 14:48:44,803 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:48:44,804 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:50:06,477 log 72587 6191951872 Internal Server Error: /en/inpatients/wards/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 231, in render raise ValueError( ValueError: Need 2 values to unpack in for loop; got 8. ERROR 2025-08-10 14:50:06,478 basehttp 72587 6191951872 "GET /en/inpatients/wards/ HTTP/1.1" 500 206232 WARNING 2025-08-10 14:50:06,494 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:50:06,494 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:50:42,362 basehttp 72587 6191951872 "GET /en/inpatients/wards/ HTTP/1.1" 200 47472 WARNING 2025-08-10 14:50:42,374 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:50:42,374 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:50:42,414 basehttp 72587 6191951872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:51:42,416 basehttp 72587 6191951872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:51:49,472 basehttp 72587 6191951872 "GET /en/inpatients/wards/ HTTP/1.1" 200 47666 WARNING 2025-08-10 14:51:49,484 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:51:49,485 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:51:49,511 basehttp 72587 6191951872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:52:49,526 basehttp 72587 6191951872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:53:49,529 basehttp 72587 6191951872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:54:49,533 basehttp 72587 6191951872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:55:12,904 basehttp 72587 6191951872 "GET /en/inpatients/beds/?ward=73 HTTP/1.1" 200 782106 WARNING 2025-08-10 14:55:12,917 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:55:12,918 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:55:12,960 basehttp 72587 6191951872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:55:13,027 basehttp 72587 6191951872 "GET /en/inpatients/beds/?ward=73 HTTP/1.1" 200 782106 INFO 2025-08-10 14:55:43,053 basehttp 72587 6191951872 "GET /en/inpatients/beds/?ward=73 HTTP/1.1" 200 782106 INFO 2025-08-10 14:56:11,135 basehttp 72587 6191951872 "GET /en/inpatients/beds/?ward=73 HTTP/1.1" 200 782106 WARNING 2025-08-10 14:56:11,152 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:56:11,152 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:56:11,216 basehttp 72587 6191951872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:56:11,256 basehttp 72587 6191951872 "GET /en/inpatients/beds/?ward=73 HTTP/1.1" 200 782106 INFO 2025-08-10 14:56:12,335 basehttp 72587 6191951872 "GET /en/inpatients/beds/?ward=73 HTTP/1.1" 200 782106 WARNING 2025-08-10 14:56:12,349 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:56:12,349 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:56:12,410 basehttp 72587 6191951872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:56:12,469 basehttp 72587 6191951872 "GET /en/inpatients/beds/?ward=73 HTTP/1.1" 200 782106 INFO 2025-08-10 14:56:13,533 basehttp 72587 6191951872 "GET /en/inpatients/beds/create/ HTTP/1.1" 200 34406 WARNING 2025-08-10 14:56:13,557 log 72587 6242430976 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-10 14:56:13,557 basehttp 72587 6208778240 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-08-10 14:56:13,557 basehttp 72587 6191951872 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-08-10 14:56:13,557 basehttp 72587 6242430976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:56:13,558 basehttp 72587 6225604608 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-08-10 14:56:13,604 basehttp 72587 6225604608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:56:27,590 log 72587 6225604608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:56:27,590 basehttp 72587 6225604608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:56:27,619 log 72587 6225604608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:56:27,620 basehttp 72587 6225604608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:56:42,494 basehttp 72587 6191951872 "GET /en/inpatients/beds/?ward=73 HTTP/1.1" 200 782106 INFO 2025-08-10 14:57:12,424 basehttp 72587 6191951872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:57:12,477 basehttp 72587 6191951872 "GET /en/inpatients/beds/?ward=73 HTTP/1.1" 200 782106 INFO 2025-08-10 14:57:26,259 basehttp 72587 6191951872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:57:26,261 log 72587 6208778240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:57:26,261 basehttp 72587 6208778240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:57:26,271 log 72587 6208778240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:57:26,271 basehttp 72587 6208778240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:58:26,262 basehttp 72587 6208778240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:59:26,257 basehttp 72587 6208778240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:00:17,632 log 72587 6208778240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:00:17,633 basehttp 72587 6208778240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:00:27,748 basehttp 72587 6208778240 "GET /en/inpatients/beds/ HTTP/1.1" 200 782106 WARNING 2025-08-10 15:00:27,766 log 72587 6208778240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:00:27,766 basehttp 72587 6208778240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:00:27,867 basehttp 72587 6208778240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:00:27,904 basehttp 72587 6191951872 "GET /en/inpatients/beds/ HTTP/1.1" 200 782106 WARNING 2025-08-10 15:00:29,607 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:00:29,608 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:00:29,619 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:00:29,619 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:00:30,986 basehttp 72587 6191951872 "GET /en/inpatients/transfers/ HTTP/1.1" 200 22230 WARNING 2025-08-10 15:00:31,007 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:00:31,008 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:00:31,048 basehttp 72587 6191951872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:00:38,269 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:00:38,269 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:00:38,281 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:00:38,281 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:00:40,215 basehttp 72587 6191951872 "GET /en/inpatients/wards/ HTTP/1.1" 200 47666 WARNING 2025-08-10 15:00:40,232 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:00:40,233 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:00:40,277 basehttp 72587 6191951872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:00:42,107 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:00:42,108 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:00:42,119 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:00:42,119 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:00:44,321 basehttp 72587 6191951872 "GET /en/inpatients/surgery/ HTTP/1.1" 200 23100 WARNING 2025-08-10 15:00:44,342 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:00:44,342 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:00:44,394 basehttp 72587 6191951872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:00:53,601 log 72587 6208778240 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-10 15:00:53,605 basehttp 72587 6191951872 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 WARNING 2025-08-10 15:00:53,605 basehttp 72587 6208778240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:00:53,612 log 72587 6208778240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:00:53,612 basehttp 72587 6208778240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:01:17,713 basehttp 72587 6208778240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:01:17,745 basehttp 72587 6191951872 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-10 15:01:23,603 basehttp 72587 6191951872 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-10 15:01:53,607 basehttp 72587 6191951872 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-10 15:02:17,704 basehttp 72587 6208778240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:02:17,736 basehttp 72587 6191951872 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-10 15:02:17,769 basehttp 72587 6208778240 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-10 15:02:23,608 basehttp 72587 6208778240 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-10 15:02:53,611 basehttp 72587 6208778240 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-10 15:03:08,943 basehttp 72587 6208778240 "GET /en/ HTTP/1.1" 200 46365 WARNING 2025-08-10 15:03:08,961 log 72587 6208778240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:03:08,961 basehttp 72587 6208778240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:03:09,030 basehttp 72587 6208778240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:03:09,034 basehttp 72587 6242430976 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-10 15:03:09,036 basehttp 72587 6225604608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 15:03:09,036 basehttp 72587 6191951872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 ERROR 2025-08-10 15:03:13,005 log 72587 6191951872 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '(UUID('605e5533-a71e-435d-a570-4181de1ba1e4'),)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9]+)/\\Z'] ERROR 2025-08-10 15:03:13,006 basehttp 72587 6191951872 "GET /en/analytics/ HTTP/1.1" 500 229423 WARNING 2025-08-10 15:03:13,027 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:03:13,027 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:03:34,103 autoreload 72587 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-10 15:03:34,449 autoreload 79071 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 15:03:35,271 basehttp 79071 6192459776 "GET /en/analytics/ HTTP/1.1" 200 51657 WARNING 2025-08-10 15:03:35,292 log 79071 6192459776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:03:35,292 basehttp 79071 6192459776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:03:35,345 basehttp 79071 6192459776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:03:35,347 basehttp 79071 6209286144 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 ERROR 2025-08-10 15:03:44,302 log 79071 6209286144 Internal Server Error: /en/analytics/executions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 650, in get_queryset queryset = ReportExecution.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-10 15:03:44,304 basehttp 79071 6209286144 "GET /en/analytics/executions/ HTTP/1.1" 500 135858 WARNING 2025-08-10 15:03:44,321 log 79071 6209286144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:03:44,321 basehttp 79071 6209286144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:03:48,961 log 79071 6209286144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:03:48,962 basehttp 79071 6209286144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:03:48,969 log 79071 6209286144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:03:48,970 basehttp 79071 6209286144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:04:05,355 basehttp 79071 6209286144 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 WARNING 2025-08-10 15:04:09,342 log 79071 6242938880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:04:09,343 basehttp 79071 6242938880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:04:09,346 basehttp 79071 6192459776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:04:09,346 basehttp 79071 6209286144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-10 15:04:09,347 basehttp 79071 6226112512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 WARNING 2025-08-10 15:04:09,353 log 79071 6242938880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:04:09,353 basehttp 79071 6242938880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:04:11,086 basehttp 79071 6242938880 "GET /en/ HTTP/1.1" 200 46365 WARNING 2025-08-10 15:04:11,105 log 79071 6242938880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:04:11,105 basehttp 79071 6242938880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:04:11,181 basehttp 79071 6242938880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:04:11,183 basehttp 79071 6192459776 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-10 15:04:11,183 basehttp 79071 6209286144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 15:04:11,184 basehttp 79071 6226112512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-10 15:04:31,464 basehttp 79071 6226112512 "GET /en/radiology HTTP/1.1" 301 0 ERROR 2025-08-10 15:04:31,494 log 79071 6209286144 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 62, in get_context_data 'studies_completed_today': ImagingStudy.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'completed_datetime' into field. Choices are: accession_number, archive_location, archived, body_part, clinical_history, clinical_indication, completion_status, created_at, created_by, created_by_id, diagnosis_code, encounter, encounter_id, exposure_time, id, image_quality, imaging_order, imaging_order_id, kvp, manufacturer, mas, modality, model_name, number_of_instances, number_of_series, pacs_location, patient, patient_id, priority, radiologist, radiologist_id, referring_physician, referring_physician_id, report, series, slice_thickness, station_name, status, study_date, study_datetime, study_description, study_id, study_instance_uid, study_size, study_time, tenant, tenant_id, updated_at ERROR 2025-08-10 15:04:31,496 basehttp 79071 6209286144 "GET /en/radiology/ HTTP/1.1" 500 138790 WARNING 2025-08-10 15:04:31,511 log 79071 6209286144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:04:31,511 basehttp 79071 6209286144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:12:37,443 autoreload 79071 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/models.py changed, reloading. INFO 2025-08-10 15:12:37,772 autoreload 83064 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:12:39,658 log 83064 6203158528 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 67, in get_context_data 'reports_pending': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-10 15:12:39,699 basehttp 83064 6203158528 "GET /en/radiology/ HTTP/1.1" 500 138065 WARNING 2025-08-10 15:12:39,720 log 83064 6203158528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:12:39,720 basehttp 83064 6203158528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:14:12,858 autoreload 83064 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:14:13,130 autoreload 83756 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:14:14,306 log 83756 6134837248 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 67, in get_context_data 'reports_pending': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-10 15:14:14,310 basehttp 83756 6134837248 "GET /en/radiology/ HTTP/1.1" 500 138065 WARNING 2025-08-10 15:14:14,321 log 83756 6134837248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:14:14,321 basehttp 83756 6134837248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:14:16,070 log 83756 6134837248 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 67, in get_context_data 'reports_pending': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-10 15:14:16,071 basehttp 83756 6134837248 "GET /en/radiology/ HTTP/1.1" 500 138065 WARNING 2025-08-10 15:14:16,087 log 83756 6134837248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:14:16,087 basehttp 83756 6134837248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:15:01,655 autoreload 83756 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:15:01,937 autoreload 84068 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:15:04,535 log 84068 6125481984 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 71, in get_context_data 'reports_signed_today': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'signed_datetime' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-10 15:15:04,538 basehttp 84068 6125481984 "GET /en/radiology/ HTTP/1.1" 500 137959 WARNING 2025-08-10 15:15:04,558 log 84068 6125481984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:15:04,558 basehttp 84068 6125481984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:15:43,427 autoreload 84068 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:15:43,752 autoreload 84375 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:15:44,200 log 84375 6136901632 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 76, in get_context_data 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-10 15:15:44,202 basehttp 84375 6136901632 "GET /en/radiology/ HTTP/1.1" 500 137760 WARNING 2025-08-10 15:15:44,220 log 84375 6136901632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:15:44,221 basehttp 84375 6136901632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:15:57,343 autoreload 84375 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:15:57,685 autoreload 84527 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:15:58,731 log 84527 6159773696 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 99, in get_context_data context['recent_reports'] = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-10 15:15:58,733 basehttp 84527 6159773696 "GET /en/radiology/ HTTP/1.1" 500 138134 WARNING 2025-08-10 15:15:58,750 log 84527 6159773696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:15:58,751 basehttp 84527 6159773696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:16:00,517 log 84527 6159773696 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 99, in get_context_data context['recent_reports'] = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-10 15:16:00,519 basehttp 84527 6159773696 "GET /en/radiology/ HTTP/1.1" 500 138134 WARNING 2025-08-10 15:16:00,537 log 84527 6159773696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:16:00,537 basehttp 84527 6159773696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:16:29,812 autoreload 84527 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:16:30,116 autoreload 84761 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:16:32,531 log 84761 6200242176 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 102, in get_context_data ).select_related('study__order__patient').order_by('-signed_datetime')[:10] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'signed_datetime' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-10 15:16:32,534 basehttp 84761 6200242176 "GET /en/radiology/ HTTP/1.1" 500 104231 WARNING 2025-08-10 15:16:32,555 log 84761 6200242176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:16:32,555 basehttp 84761 6200242176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:16:47,881 autoreload 84761 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:16:48,190 autoreload 84838 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:16:49,402 log 84838 6133608448 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-10 15:16:49,404 basehttp 84838 6133608448 "GET /en/radiology/ HTTP/1.1" 500 212108 WARNING 2025-08-10 15:16:49,418 log 84838 6133608448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:16:49,418 basehttp 84838 6133608448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:18:13,913 autoreload 84838 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:18:14,218 autoreload 85526 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:18:16,409 log 85526 6162182144 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-10 15:18:16,412 basehttp 85526 6162182144 "GET /en/radiology/ HTTP/1.1" 500 212096 WARNING 2025-08-10 15:18:16,434 log 85526 6162182144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:18:16,434 basehttp 85526 6162182144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:18:17,441 log 85526 6162182144 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-10 15:18:17,442 basehttp 85526 6162182144 "GET /en/radiology/ HTTP/1.1" 500 212096 WARNING 2025-08-10 15:18:17,456 log 85526 6162182144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:18:17,457 basehttp 85526 6162182144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:18:39,201 autoreload 85526 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:18:39,528 autoreload 85684 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:18:40,493 log 85684 6161510400 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-10 15:18:40,501 basehttp 85684 6161510400 "GET /en/radiology/ HTTP/1.1" 500 212077 WARNING 2025-08-10 15:18:40,525 log 85684 6161510400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:18:40,525 basehttp 85684 6161510400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:18:41,548 log 85684 6161510400 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-10 15:18:41,549 basehttp 85684 6161510400 "GET /en/radiology/ HTTP/1.1" 500 212077 WARNING 2025-08-10 15:18:41,563 log 85684 6161510400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:18:41,563 basehttp 85684 6161510400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:19:09,508 autoreload 85684 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:19:09,796 autoreload 85915 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:19:10,597 log 85915 6131642368 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-10 15:19:10,601 basehttp 85915 6131642368 "GET /en/radiology/ HTTP/1.1" 500 212108 WARNING 2025-08-10 15:19:10,617 log 85915 6131642368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:19:10,617 basehttp 85915 6131642368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:19:11,425 log 85915 6131642368 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-10 15:19:11,427 basehttp 85915 6131642368 "GET /en/radiology/ HTTP/1.1" 500 212108 WARNING 2025-08-10 15:19:11,443 log 85915 6131642368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:19:11,443 basehttp 85915 6131642368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:19:29,521 autoreload 85915 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:19:29,846 autoreload 86067 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:19:30,641 log 86067 6162722816 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1265, in get_related_selections next_klass_infos = self.get_related_selections( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-10 15:19:30,671 basehttp 86067 6162722816 "GET /en/radiology/ HTTP/1.1" 500 230930 WARNING 2025-08-10 15:19:30,697 log 86067 6162722816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:19:30,698 basehttp 86067 6162722816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:19:32,323 log 86067 6162722816 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1265, in get_related_selections next_klass_infos = self.get_related_selections( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-10 15:19:32,324 basehttp 86067 6162722816 "GET /en/radiology/ HTTP/1.1" 500 230930 WARNING 2025-08-10 15:19:32,335 log 86067 6162722816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:19:32,336 basehttp 86067 6162722816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:20:06,168 autoreload 86067 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:20:06,506 autoreload 86308 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:20:07,170 log 86308 6197702656 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'referring_physician'. Choices are: tenant, patient, ordering_provider, encounter ERROR 2025-08-10 15:20:07,203 basehttp 86308 6197702656 "GET /en/radiology/ HTTP/1.1" 500 218927 WARNING 2025-08-10 15:20:07,228 log 86308 6197702656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:20:07,229 basehttp 86308 6197702656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:20:21,170 autoreload 86308 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:20:21,512 autoreload 86462 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:20:21,856 log 86462 6163656704 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1265, in get_related_selections next_klass_infos = self.get_related_selections( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-10 15:20:21,858 basehttp 86462 6163656704 "GET /en/radiology/ HTTP/1.1" 500 230930 WARNING 2025-08-10 15:20:21,875 log 86462 6163656704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:20:21,875 basehttp 86462 6163656704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:20:22,999 log 86462 6163656704 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1265, in get_related_selections next_klass_infos = self.get_related_selections( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-10 15:20:23,000 basehttp 86462 6163656704 "GET /en/radiology/ HTTP/1.1" 500 230930 WARNING 2025-08-10 15:20:23,016 log 86462 6163656704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:20:23,017 basehttp 86462 6163656704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:20:50,749 autoreload 86462 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:20:51,075 autoreload 86690 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 15:20:53,327 basehttp 86690 6157086720 "GET /en/radiology/ HTTP/1.1" 200 29177 WARNING 2025-08-10 15:20:53,347 log 86690 6157086720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:20:53,347 basehttp 86690 6157086720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:20:53,425 basehttp 86690 6157086720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 15:20:53,457 log 86690 6173913088 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 843, in radiology_stats 'reports_pending': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-10 15:20:53,459 basehttp 86690 6173913088 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124245 ERROR 2025-08-10 15:21:23,444 log 86690 6173913088 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 843, in radiology_stats 'reports_pending': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-10 15:21:23,445 basehttp 86690 6173913088 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124245 INFO 2025-08-10 15:21:53,419 basehttp 86690 6173913088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 15:21:53,455 log 86690 6157086720 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 843, in radiology_stats 'reports_pending': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-10 15:21:53,456 basehttp 86690 6157086720 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124245 ERROR 2025-08-10 15:22:19,428 log 86690 6157086720 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: radiology/imaging_study_list.html, radiology/imagingstudy_list.html ERROR 2025-08-10 15:22:19,429 basehttp 86690 6157086720 "GET /en/radiology/studies/ HTTP/1.1" 500 85768 WARNING 2025-08-10 15:22:19,450 log 86690 6157086720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:22:19,451 basehttp 86690 6157086720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:22:25,146 log 86690 6173913088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:22:25,148 basehttp 86690 6173913088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:22:25,149 basehttp 86690 6173913088 - Broken pipe from ('127.0.0.1', 60290) ERROR 2025-08-10 15:22:25,191 log 86690 6157086720 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 843, in radiology_stats 'reports_pending': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-10 15:22:25,192 basehttp 86690 6157086720 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124245 WARNING 2025-08-10 15:22:25,199 log 86690 6157086720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:22:25,199 basehttp 86690 6157086720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:22:26,581 basehttp 86690 6157086720 "GET /en/radiology/orders/ HTTP/1.1" 200 79990 WARNING 2025-08-10 15:22:26,601 log 86690 6157086720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:22:26,602 basehttp 86690 6157086720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:22:26,636 basehttp 86690 6157086720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 15:22:31,085 log 86690 6157086720 Internal Server Error: /en/radiology/orders/394/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 356, in get_context_data context['reports'] = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "IMG768284 - Extremity X-Ray": Must be "ImagingStudy" instance. ERROR 2025-08-10 15:22:31,087 basehttp 86690 6157086720 "GET /en/radiology/orders/394/ HTTP/1.1" 500 135937 WARNING 2025-08-10 15:22:31,100 log 86690 6157086720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:22:31,100 basehttp 86690 6157086720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:24:32,520 autoreload 86690 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:24:32,805 autoreload 88306 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:24:33,594 log 88306 6167523328 Internal Server Error: /en/radiology/orders/394/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 356, in get_context_data context['reports'] = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "IMG768284 - Extremity X-Ray": Must be "ImagingStudy" instance. ERROR 2025-08-10 15:24:33,595 basehttp 88306 6167523328 "GET /en/radiology/orders/394/ HTTP/1.1" 500 136074 WARNING 2025-08-10 15:24:33,614 log 88306 6167523328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:24:33,614 basehttp 88306 6167523328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:24:34,496 log 88306 6184349696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:24:34,496 basehttp 88306 6184349696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:24:34,552 basehttp 88306 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:24:34,554 log 88306 6184349696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:24:34,555 basehttp 88306 6184349696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:24:35,121 basehttp 88306 6184349696 "GET /en/radiology/orders/ HTTP/1.1" 200 79990 WARNING 2025-08-10 15:24:35,135 log 88306 6184349696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:24:35,136 basehttp 88306 6184349696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:24:35,183 basehttp 88306 6184349696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 15:24:36,523 log 88306 6184349696 Internal Server Error: /en/radiology/orders/394/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 356, in get_context_data context['reports'] = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "IMG768284 - Extremity X-Ray": Must be "ImagingStudy" instance. ERROR 2025-08-10 15:24:36,524 basehttp 88306 6184349696 "GET /en/radiology/orders/394/ HTTP/1.1" 500 135937 WARNING 2025-08-10 15:24:36,539 log 88306 6184349696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:24:36,540 basehttp 88306 6184349696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:24:39,925 log 88306 6184349696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:24:39,925 basehttp 88306 6184349696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:24:39,935 log 88306 6184349696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:24:39,936 basehttp 88306 6184349696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:24:49,993 log 88306 6184349696 Internal Server Error: /en/radiology/orders/1/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 356, in get_context_data context['reports'] = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "IMG685442 - CT Abdomen Pelvis": Must be "ImagingStudy" instance. ERROR 2025-08-10 15:24:49,994 basehttp 88306 6184349696 "GET /en/radiology/orders/1/ HTTP/1.1" 500 135939 WARNING 2025-08-10 15:24:50,013 log 88306 6184349696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:24:50,013 basehttp 88306 6184349696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:24:55,180 log 88306 6184349696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:24:55,180 basehttp 88306 6184349696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:24:55,191 log 88306 6184349696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:24:55,191 basehttp 88306 6184349696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:25:35,190 basehttp 88306 6184349696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 15:26:23,253 log 88306 6184349696 Internal Server Error: /en/radiology/orders/163/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 356, in get_context_data context['reports'] = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "IMG527716 - MRI Knee": Must be "ImagingStudy" instance. ERROR 2025-08-10 15:26:23,254 basehttp 88306 6184349696 "GET /en/radiology/orders/163/ HTTP/1.1" 500 135846 WARNING 2025-08-10 15:26:23,267 log 88306 6184349696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:26:23,267 basehttp 88306 6184349696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:27:49,655 autoreload 88306 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:27:49,922 autoreload 89679 8601149632 Watching for file changes with StatReloader WARNING 2025-08-10 15:27:50,692 log 89679 6166228992 Not Found: /en/radiology/orders/163/ WARNING 2025-08-10 15:27:50,692 basehttp 89679 6166228992 "GET /en/radiology/orders/163/ HTTP/1.1" 404 30744 WARNING 2025-08-10 15:27:50,706 log 89679 6166228992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:27:50,706 basehttp 89679 6166228992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:28:29,360 autoreload 89679 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:28:29,635 autoreload 89986 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:28:30,256 log 89986 6158430208 Internal Server Error: /en/radiology/orders/163/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 356, in get_context_data context['reports'] = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "IMG527716 - MRI Knee": Must be "ImagingStudy" instance. ERROR 2025-08-10 15:28:30,258 basehttp 89986 6158430208 "GET /en/radiology/orders/163/ HTTP/1.1" 500 135983 WARNING 2025-08-10 15:28:30,275 log 89986 6158430208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:28:30,275 basehttp 89986 6158430208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:29:13,288 autoreload 89986 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:29:13,616 autoreload 90292 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:29:14,605 log 90292 6341865472 Internal Server Error: /en/radiology/orders/163/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_order_edit' not found. 'imaging_order_edit' is not a valid view function or pattern name. ERROR 2025-08-10 15:29:14,607 basehttp 90292 6341865472 "GET /en/radiology/orders/163/ HTTP/1.1" 500 175450 WARNING 2025-08-10 15:29:14,619 log 90292 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:29:14,619 basehttp 90292 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:29:16,304 log 90292 6341865472 Internal Server Error: /en/radiology/orders/163/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_order_edit' not found. 'imaging_order_edit' is not a valid view function or pattern name. ERROR 2025-08-10 15:29:16,305 basehttp 90292 6341865472 "GET /en/radiology/orders/163/ HTTP/1.1" 500 175450 WARNING 2025-08-10 15:29:16,318 log 90292 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:29:16,318 basehttp 90292 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:30:24,826 log 90292 6341865472 Internal Server Error: /en/radiology/orders/163/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'start_study' with no arguments not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/start/\\Z'] ERROR 2025-08-10 15:30:24,827 basehttp 90292 6341865472 "GET /en/radiology/orders/163/ HTTP/1.1" 500 176737 WARNING 2025-08-10 15:30:24,840 log 90292 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:30:24,841 basehttp 90292 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:32:09,849 log 90292 6341865472 Internal Server Error: /en/radiology/orders/163/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'start_study' with arguments '(UUID('54d883d2-d0a4-47a8-9492-9349e7040a8f'),)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/start/\\Z'] ERROR 2025-08-10 15:32:09,850 basehttp 90292 6341865472 "GET /en/radiology/orders/163/ HTTP/1.1" 500 179011 WARNING 2025-08-10 15:32:09,865 log 90292 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:32:09,865 basehttp 90292 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:33:04,253 log 90292 6341865472 Internal Server Error: /en/radiology/orders/163/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'complete_study' with no arguments not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/complete/\\Z'] ERROR 2025-08-10 15:33:04,254 basehttp 90292 6341865472 "GET /en/radiology/orders/163/ HTTP/1.1" 500 177094 WARNING 2025-08-10 15:33:04,269 log 90292 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:33:04,269 basehttp 90292 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:33:24,077 log 90292 6341865472 Internal Server Error: /en/radiology/orders/163/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'start_study' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/start/\\Z'] ERROR 2025-08-10 15:33:24,078 basehttp 90292 6341865472 "GET /en/radiology/orders/163/ HTTP/1.1" 500 178366 WARNING 2025-08-10 15:33:24,089 log 90292 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:33:24,089 basehttp 90292 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:33:43,470 log 90292 6341865472 Internal Server Error: /en/radiology/orders/163/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'start_study' with arguments '(UUID('54d883d2-d0a4-47a8-9492-9349e7040a8f'),)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/start/\\Z'] ERROR 2025-08-10 15:33:43,471 basehttp 90292 6341865472 "GET /en/radiology/orders/163/ HTTP/1.1" 500 179011 WARNING 2025-08-10 15:33:43,481 log 90292 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:33:43,481 basehttp 90292 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:33:58,250 autoreload 90292 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/urls.py changed, reloading. INFO 2025-08-10 15:33:58,536 autoreload 92367 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:33:59,183 log 92367 6194802688 Internal Server Error: /en/radiology/orders/163/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'complete_study' with no arguments not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/complete/\\Z'] ERROR 2025-08-10 15:33:59,184 basehttp 92367 6194802688 "GET /en/radiology/orders/163/ HTTP/1.1" 500 177133 WARNING 2025-08-10 15:33:59,203 log 92367 6194802688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:33:59,203 basehttp 92367 6194802688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:34:35,802 autoreload 92367 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/urls.py changed, reloading. INFO 2025-08-10 15:34:36,102 autoreload 92672 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:34:36,584 log 92672 6133346304 Internal Server Error: /en/radiology/orders/163/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'create_report' not found. 'create_report' is not a valid view function or pattern name. ERROR 2025-08-10 15:34:36,585 basehttp 92672 6133346304 "GET /en/radiology/orders/163/ HTTP/1.1" 500 174897 WARNING 2025-08-10 15:34:36,604 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:34:36,604 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:35:08,296 log 92672 6133346304 Internal Server Error: /en/radiology/orders/163/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'create_report' not found. 'create_report' is not a valid view function or pattern name. ERROR 2025-08-10 15:35:08,298 basehttp 92672 6133346304 "GET /en/radiology/orders/163/ HTTP/1.1" 500 175157 WARNING 2025-08-10 15:35:08,313 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:35:08,313 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:35:52,309 log 92672 6133346304 Internal Server Error: /en/radiology/orders/163/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'upload_dicom' not found. 'upload_dicom' is not a valid view function or pattern name. ERROR 2025-08-10 15:35:52,310 basehttp 92672 6133346304 "GET /en/radiology/orders/163/ HTTP/1.1" 500 174878 WARNING 2025-08-10 15:35:52,321 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:35:52,321 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:36:40,043 log 92672 6133346304 Internal Server Error: /en/radiology/orders/163/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'order_history' not found. 'order_history' is not a valid view function or pattern name. ERROR 2025-08-10 15:36:40,044 basehttp 92672 6133346304 "GET /en/radiology/orders/163/ HTTP/1.1" 500 174541 WARNING 2025-08-10 15:36:40,056 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:36:40,056 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:37:05,941 basehttp 92672 6133346304 "GET /en/radiology/orders/163/ HTTP/1.1" 200 31700 WARNING 2025-08-10 15:37:05,952 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:37:05,952 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:37:06,024 basehttp 92672 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:37:22,196 log 92672 6133346304 Not Found: /en/radiology/studies/54d883d2-d0a4-47a8-9492-9349e7040a8f/start/ WARNING 2025-08-10 15:37:22,196 basehttp 92672 6133346304 "POST /en/radiology/studies/54d883d2-d0a4-47a8-9492-9349e7040a8f/start/ HTTP/1.1" 404 37361 INFO 2025-08-10 15:37:49,351 basehttp 92672 6133346304 "GET /en/radiology/orders/163/ HTTP/1.1" 200 31707 WARNING 2025-08-10 15:37:49,370 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:37:49,370 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:37:49,422 basehttp 92672 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 15:38:18,478 log 92672 6133346304 Internal Server Error: /en/radiology/orders/163/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 36, in get_form form_class = self.get_form_class() ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 108, in get_form_class return model_forms.modelform_factory(model, fields=self.fields) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (notes) specified for ImagingOrder ERROR 2025-08-10 15:38:18,479 basehttp 92672 6133346304 "GET /en/radiology/orders/163/update/ HTTP/1.1" 500 116015 WARNING 2025-08-10 15:38:18,494 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:38:18,495 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:38:43,569 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:38:43,569 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:38:43,589 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:38:43,589 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:38:49,418 basehttp 92672 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:39:36,723 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:39:36,723 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:39:39,252 basehttp 92672 6133346304 "GET /en/radiology/orders/166/ HTTP/1.1" 200 30963 WARNING 2025-08-10 15:39:39,272 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:39:39,272 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:39:39,308 basehttp 92672 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:39:59,586 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:39:59,586 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:39:59,596 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:39:59,596 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:40:02,770 basehttp 92672 6133346304 "GET /en/radiology/orders/336/ HTTP/1.1" 200 31259 WARNING 2025-08-10 15:40:02,789 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:40:02,789 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:40:02,828 basehttp 92672 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:40:21,348 log 92672 6133346304 Not Found: /en/department WARNING 2025-08-10 15:40:21,349 basehttp 92672 6133346304 "GET /en/department HTTP/1.1" 404 29634 WARNING 2025-08-10 15:40:21,367 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:40:21,368 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:40:25,500 basehttp 92672 6133346304 "GET /en/departments HTTP/1.1" 301 0 INFO 2025-08-10 15:40:25,525 basehttp 92672 6133346304 "GET /en/departments/ HTTP/1.1" 200 134360 WARNING 2025-08-10 15:40:25,537 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:40:25,538 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:40:25,581 basehttp 92672 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:40:29,442 basehttp 92672 6133346304 "GET /en/departments/74/ HTTP/1.1" 200 38186 WARNING 2025-08-10 15:40:29,457 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:40:29,457 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:40:29,785 basehttp 92672 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:40:44,135 basehttp 92672 6133346304 "GET /en/hr/employees/?department=74 HTTP/1.1" 200 37667 WARNING 2025-08-10 15:40:44,154 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:40:44,155 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:40:44,200 basehttp 92672 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:40:49,807 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:40:49,808 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:40:49,826 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:40:49,835 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:40:50,337 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:40:50,337 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:40:50,348 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:40:50,348 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:40:51,109 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:40:51,110 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:40:51,914 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:40:51,914 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:40:51,934 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:40:51,934 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:41:02,545 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-10 15:41:02,546 basehttp 92672 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:41:02,546 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:41:02,581 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:41:02,581 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:41:26,260 basehttp 92672 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:41:26,262 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:41:26,262 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:41:26,279 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:41:26,279 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:41:26,876 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:41:26,876 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:41:27,541 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:41:27,541 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:41:47,342 basehttp 92672 6150172672 "GET /en/departments/80/ HTTP/1.1" 200 38179 WARNING 2025-08-10 15:41:47,365 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:41:47,365 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:41:47,425 basehttp 92672 6150172672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:41:49,426 basehttp 92672 6150172672 "GET /en/hr/employees/create/?department=80 HTTP/1.1" 200 54320 WARNING 2025-08-10 15:41:49,449 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:41:49,449 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:41:49,489 basehttp 92672 6150172672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:42:00,294 basehttp 92672 6150172672 "GET /en/hr/employees/ HTTP/1.1" 200 127726 WARNING 2025-08-10 15:42:00,317 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:42:00,317 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:42:00,360 basehttp 92672 6150172672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:42:15,522 basehttp 92672 6150172672 "GET /en/hr/employees/892/update/ HTTP/1.1" 200 54094 WARNING 2025-08-10 15:42:15,545 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:42:15,545 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:42:15,583 basehttp 92672 6150172672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:42:43,463 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:42:43,463 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:42:43,481 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:42:43,481 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:43:00,375 basehttp 92672 6150172672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:43:03,868 basehttp 92672 6150172672 "GET /en/hr/employees/892/ HTTP/1.1" 200 34216 WARNING 2025-08-10 15:43:03,889 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:43:03,889 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:43:03,928 basehttp 92672 6150172672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:44:03,950 basehttp 92672 6150172672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:44:30,417 basehttp 92672 6150172672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:44:30,419 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:44:30,419 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:44:30,457 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:44:30,457 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:45:18,074 basehttp 92672 6133346304 "GET / HTTP/1.1" 302 0 INFO 2025-08-10 15:45:18,098 basehttp 92672 6150172672 "GET /en/ HTTP/1.1" 200 46318 WARNING 2025-08-10 15:45:18,114 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:45:18,115 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:45:18,173 basehttp 92672 6150172672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:45:18,187 basehttp 92672 13438578688 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-10 15:45:18,188 basehttp 92672 6166999040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 15:45:18,190 basehttp 92672 6133346304 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-10 15:45:48,175 basehttp 92672 6133346304 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-10 15:46:09,629 basehttp 92672 6133346304 "GET /en/appointments/create/ HTTP/1.1" 200 33613 WARNING 2025-08-10 15:46:09,652 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:46:09,652 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:46:09,693 basehttp 92672 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:46:19,602 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:46:19,603 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:46:19,604 basehttp 92672 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:46:19,605 basehttp 92672 6166999040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 15:46:19,608 basehttp 92672 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-10 15:46:19,612 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:46:19,612 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:46:20,280 basehttp 92672 6150172672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:46:20,282 log 92672 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:46:20,282 basehttp 92672 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:46:20,295 log 92672 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:46:20,295 basehttp 92672 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:47:20,286 basehttp 92672 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:47:29,429 basehttp 92672 13438578688 "GET /en/hr/employees/ HTTP/1.1" 200 129206 WARNING 2025-08-10 15:47:29,441 log 92672 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:47:29,441 basehttp 92672 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:47:29,489 basehttp 92672 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 15:47:43,597 log 92672 13438578688 Internal Server Error: /en/hr/employees/892/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'employee_deactivate' not found. 'employee_deactivate' is not a valid view function or pattern name. ERROR 2025-08-10 15:47:43,598 basehttp 92672 13438578688 "GET /en/hr/employees/892/delete/ HTTP/1.1" 500 175039 WARNING 2025-08-10 15:47:43,619 log 92672 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:47:43,619 basehttp 92672 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:47:49,915 log 92672 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:47:49,915 basehttp 92672 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:47:49,925 log 92672 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:47:49,925 basehttp 92672 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:48:29,491 basehttp 92672 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:48:32,699 basehttp 92672 13438578688 "GET /en/hr/employees/892/ HTTP/1.1" 200 34216 WARNING 2025-08-10 15:48:32,721 log 92672 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:48:32,721 basehttp 92672 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:48:32,761 basehttp 92672 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:49:32,776 basehttp 92672 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:50:32,780 basehttp 92672 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:50:49,325 basehttp 92672 13438578688 "GET /en/admin/analytics/dashboard/c7b82360-3ccb-42e9-934d-05fd5e2e2c3d/change/ HTTP/1.1" 200 176848 INFO 2025-08-10 15:50:49,336 basehttp 92672 6150172672 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-10 15:50:49,336 basehttp 92672 13455405056 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-10 15:50:49,336 basehttp 92672 13438578688 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-10 15:50:49,336 basehttp 92672 6133346304 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-10 15:50:49,336 basehttp 92672 6166999040 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-10 15:50:49,338 basehttp 92672 6133346304 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-10 15:50:49,339 basehttp 92672 6150172672 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-10 15:50:49,339 basehttp 92672 13455405056 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-10 15:50:49,340 basehttp 92672 13438578688 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-08-10 15:50:49,341 basehttp 92672 6133346304 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-10 15:50:49,341 basehttp 92672 6150172672 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-10 15:50:49,343 basehttp 92672 13455405056 "GET /static/admin/js/SelectBox.js HTTP/1.1" 200 4530 INFO 2025-08-10 15:50:49,343 basehttp 92672 6133346304 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-10 15:50:49,343 basehttp 92672 6150172672 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 200 15845 INFO 2025-08-10 15:50:49,344 basehttp 92672 13438578688 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-10 15:50:49,346 basehttp 92672 13455405056 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-10 15:50:49,346 basehttp 92672 6150172672 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-10 15:50:49,347 basehttp 92672 13472231424 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-10 15:50:49,347 basehttp 92672 6166999040 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-10 15:50:49,349 basehttp 92672 6166999040 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-10 15:50:49,350 basehttp 92672 6133346304 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-10 15:50:49,352 basehttp 92672 6166999040 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-10 15:50:49,352 basehttp 92672 6133346304 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-10 15:50:49,357 basehttp 92672 6166999040 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-10 15:50:49,357 basehttp 92672 13472231424 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-10 15:50:49,357 basehttp 92672 6133346304 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-10 15:50:49,403 basehttp 92672 6133346304 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-10 15:50:49,403 basehttp 92672 13472231424 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 200 3291 INFO 2025-08-10 15:51:33,653 basehttp 92672 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:52:34,664 basehttp 92672 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:53:35,661 basehttp 92672 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:54:36,662 basehttp 92672 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:55:37,661 basehttp 92672 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:56:38,665 basehttp 92672 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:56:40,410 basehttp 92672 6133346304 "GET /en/admin/accounts/passwordhistory/ HTTP/1.1" 200 110756 INFO 2025-08-10 15:56:40,420 basehttp 92672 6133346304 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-10 15:56:40,421 basehttp 92672 6133346304 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-10 15:56:40,426 basehttp 92672 6150172672 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-10 15:56:40,445 basehttp 92672 6150172672 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-10 15:56:40,445 basehttp 92672 6133346304 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-08-10 15:56:44,711 basehttp 92672 6133346304 "GET /en/admin/accounts/passwordhistory/1626/change/ HTTP/1.1" 200 106276 INFO 2025-08-10 15:56:44,726 basehttp 92672 6133346304 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-10 15:56:52,146 basehttp 92672 6133346304 "GET /en/admin/accounts/passwordhistory/ HTTP/1.1" 200 110756 INFO 2025-08-10 15:56:59,328 basehttp 92672 6133346304 "GET /en/admin/appointments/slotavailability/ HTTP/1.1" 200 211710 INFO 2025-08-10 15:56:59,340 basehttp 92672 6166999040 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-08-10 15:56:59,340 basehttp 92672 6150172672 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-10 15:56:59,344 basehttp 92672 6133346304 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-10 15:57:19,304 basehttp 92672 6133346304 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 154209 INFO 2025-08-10 15:57:19,317 basehttp 92672 6133346304 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-10 15:57:31,062 basehttp 92672 6133346304 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 145986 INFO 2025-08-10 15:57:31,078 basehttp 92672 6133346304 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-10 15:57:40,663 basehttp 92672 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:57:48,056 basehttp 92672 6133346304 "GET /en/admin/appointments/appointmenttemplate/ HTTP/1.1" 200 138255 INFO 2025-08-10 15:57:48,067 basehttp 92672 6133346304 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-10 15:57:50,279 basehttp 92672 6133346304 "GET /en/admin/appointments/appointmenttemplate/234/change/ HTTP/1.1" 200 122787 INFO 2025-08-10 15:57:50,292 basehttp 92672 6133346304 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-10 15:57:55,408 basehttp 92672 6133346304 "GET /en/admin/appointments/appointmentrequest/ HTTP/1.1" 200 153838 INFO 2025-08-10 15:57:55,422 basehttp 92672 6133346304 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-10 15:58:03,365 basehttp 92672 6133346304 "GET /en/admin/appointments/appointmentrequest/2210/change/ HTTP/1.1" 200 335487 INFO 2025-08-10 15:58:03,380 basehttp 92672 6150172672 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-08-10 15:58:03,380 basehttp 92672 6166999040 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-08-10 15:58:03,382 basehttp 92672 6166999040 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-08-10 15:58:03,383 basehttp 92672 6133346304 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-10 15:58:03,423 basehttp 92672 6133346304 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-08-10 15:58:03,423 basehttp 92672 6166999040 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-08-10 15:58:58,032 basehttp 92672 6166999040 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 154209 INFO 2025-08-10 15:58:58,048 basehttp 92672 6166999040 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-10 15:59:00,997 basehttp 92672 6166999040 "GET /en/admin/appointments/queueentry/1/change/ HTTP/1.1" 200 347043 INFO 2025-08-10 15:59:01,013 basehttp 92672 6166999040 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-10 15:59:37,686 basehttp 92672 6166999040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:59:43,915 basehttp 92672 6166999040 "GET /en/admin/billing/insuranceclaim/ HTTP/1.1" 200 71130 INFO 2025-08-10 15:59:43,928 basehttp 92672 6166999040 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-10 15:59:46,328 basehttp 92672 6166999040 "GET /en/admin/billing/claimstatusupdate/ HTTP/1.1" 200 70516 INFO 2025-08-10 15:59:46,343 basehttp 92672 6166999040 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-10 15:59:46,965 log 92672 6166999040 Internal Server Error: /en/admin/billing/billingconfiguration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2163, in changelist_view "selection_note": _("0 of %(cnt)s selected") % {"cnt": len(cl.result_list)}, ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 123, in __iter__ for row in compiler.results_iter(results): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1541, in apply_converters value = converter(value, expression, connection) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/operations.py", line 346, in converter return create_decimal(value).quantize( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ decimal.InvalidOperation: [] ERROR 2025-08-10 15:59:46,967 basehttp 92672 6166999040 "GET /en/admin/billing/billingconfiguration/ HTTP/1.1" 500 151398 INFO 2025-08-10 15:59:49,658 basehttp 92672 6166999040 "GET /en/admin/billing/claimstatusupdate/ HTTP/1.1" 200 70516 INFO 2025-08-10 15:59:51,037 basehttp 92672 6166999040 "GET /en/admin/billing/billlineitem/ HTTP/1.1" 200 73768 INFO 2025-08-10 15:59:51,050 basehttp 92672 6166999040 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-10 15:59:52,485 log 92672 6166999040 Internal Server Error: /en/admin/billing/billingconfiguration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2163, in changelist_view "selection_note": _("0 of %(cnt)s selected") % {"cnt": len(cl.result_list)}, ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 123, in __iter__ for row in compiler.results_iter(results): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1541, in apply_converters value = converter(value, expression, connection) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/operations.py", line 346, in converter return create_decimal(value).quantize( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ decimal.InvalidOperation: [] ERROR 2025-08-10 15:59:52,486 basehttp 92672 6166999040 "GET /en/admin/billing/billingconfiguration/ HTTP/1.1" 500 151393 INFO 2025-08-10 15:59:53,688 basehttp 92672 6166999040 "GET /en/admin/billing/billlineitem/ HTTP/1.1" 200 73768 ERROR 2025-08-10 15:59:56,024 log 92672 6166999040 Internal Server Error: /en/admin/billing/medicalbill/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'payment_percentage_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: MedicalBill has no field named 'payment_percentage_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/admin.py", line 166, in payment_percentage_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-10 15:59:56,026 basehttp 92672 6166999040 "GET /en/admin/billing/medicalbill/ HTTP/1.1" 500 398180 INFO 2025-08-10 16:00:09,675 basehttp 92672 6166999040 "GET /en/admin/billing/billlineitem/ HTTP/1.1" 200 73768 INFO 2025-08-10 16:00:12,972 basehttp 92672 6166999040 "GET /en/admin/billing/payment/ HTTP/1.1" 200 71959 INFO 2025-08-10 16:00:12,985 basehttp 92672 6166999040 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-10 16:00:13,793 basehttp 92672 6166999040 "GET /en/admin/billing/payment/ HTTP/1.1" 200 71959 INFO 2025-08-10 16:00:13,805 basehttp 92672 6166999040 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-10 16:00:15,579 log 92672 6166999040 Internal Server Error: /en/admin/billing/payment/add/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'net_payment' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Payment has no field named 'net_payment' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 722, in resolve obj = self.var.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 925, in _resolve_lookup current = current() ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/helpers.py", line 275, in contents f, attr, value = lookup_field(field, obj, model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 302, in lookup_field attr = getattr(obj, name, sentinel) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/models.py", line 1145, in net_payment return self.payment_amount - self.refund_amount ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ TypeError: unsupported operand type(s) for -: 'NoneType' and 'decimal.Decimal' ERROR 2025-08-10 16:00:15,581 basehttp 92672 6166999040 "GET /en/admin/billing/payment/add/ HTTP/1.1" 500 589821 INFO 2025-08-10 16:01:37,707 basehttp 92672 6166999040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 16:03:37,697 basehttp 92672 6166999040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 16:05:37,695 basehttp 92672 6166999040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 16:07:37,698 basehttp 92672 6166999040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 16:09:37,715 basehttp 92672 6166999040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 16:11:37,703 basehttp 92672 6166999040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 16:13:37,703 basehttp 92672 6166999040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 16:15:37,610 basehttp 92672 6166999040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 16:17:37,595 basehttp 92672 6166999040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 16:19:37,592 basehttp 92672 6166999040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 16:21:14,961 autoreload 92672 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/models.py changed, reloading. INFO 2025-08-10 16:21:15,404 autoreload 14141 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 16:21:37,646 basehttp 14141 6122729472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:38:46,053 autoreload 48951 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 17:38:50,307 basehttp 48951 6195261440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:38:51,298 basehttp 48951 6195261440 "GET /en/hr/employees/892/ HTTP/1.1" 200 34216 INFO 2025-08-10 17:38:51,439 basehttp 48951 6195261440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 17:38:52,234 log 48951 6195261440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:38:52,234 basehttp 48951 6195261440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:38:59,387 basehttp 48951 6195261440 "GET /en/billing HTTP/1.1" 301 0 INFO 2025-08-10 17:38:59,416 basehttp 48951 6195261440 "GET /en/billing/ HTTP/1.1" 200 46660 WARNING 2025-08-10 17:38:59,438 log 48951 6195261440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:38:59,438 basehttp 48951 6195261440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:38:59,517 basehttp 48951 6195261440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:38:59,519 basehttp 48951 6212087808 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 ERROR 2025-08-10 17:39:07,518 log 48951 6212087808 Internal Server Error: /en/billing/payments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'payment_receipt' not found. 'payment_receipt' is not a valid view function or pattern name. ERROR 2025-08-10 17:39:07,520 basehttp 48951 6212087808 "GET /en/billing/payments/ HTTP/1.1" 500 213299 WARNING 2025-08-10 17:39:07,533 log 48951 6212087808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:39:07,534 basehttp 48951 6212087808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 17:39:13,358 log 48951 6212087808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:39:13,358 basehttp 48951 6212087808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 17:39:13,382 log 48951 6212087808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:39:13,391 basehttp 48951 6212087808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:39:14,769 basehttp 48951 6212087808 "GET /en/billing/bills/create/ HTTP/1.1" 200 53807 WARNING 2025-08-10 17:39:14,789 log 48951 6212087808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:39:14,789 basehttp 48951 6212087808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:39:14,845 basehttp 48951 6212087808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 17:39:47,446 log 48951 6195261440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:39:47,447 basehttp 48951 6195261440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 17:39:47,481 log 48951 6195261440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:39:47,481 basehttp 48951 6195261440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:39:47,482 basehttp 48951 6212087808 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 17:39:50,392 basehttp 48951 6212087808 "GET /en/billing/bills/ HTTP/1.1" 200 133370 WARNING 2025-08-10 17:39:50,413 log 48951 6212087808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:39:50,413 basehttp 48951 6212087808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:39:50,458 basehttp 48951 6212087808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:39:50,458 basehttp 48951 6195261440 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 ERROR 2025-08-10 17:39:53,169 log 48951 6195261440 Internal Server Error: /en/billing/bills/714b0ebd-a9e5-4b4f-b68f-9fcb35971d41/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '(UUID('86dc7108-bae9-451b-a862-b2fb523b6e22'),)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9]+)/\\Z'] ERROR 2025-08-10 17:39:53,170 basehttp 48951 6195261440 "GET /en/billing/bills/714b0ebd-a9e5-4b4f-b68f-9fcb35971d41/ HTTP/1.1" 500 196932 WARNING 2025-08-10 17:39:53,187 log 48951 6195261440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:39:53,187 basehttp 48951 6195261440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 17:40:04,187 log 48951 6195261440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:40:04,187 basehttp 48951 6195261440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 17:40:04,201 log 48951 6195261440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:40:04,202 basehttp 48951 6195261440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:40:50,030 autoreload 48951 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-08-10 17:40:50,385 autoreload 49869 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 17:40:51,096 basehttp 49869 6166065152 "GET /en/billing/bills/ HTTP/1.1" 200 133370 WARNING 2025-08-10 17:40:51,123 log 49869 6166065152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:40:51,123 basehttp 49869 6166065152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:40:51,176 basehttp 49869 6166065152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:40:51,178 basehttp 49869 13035925504 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 17:40:53,181 basehttp 49869 13035925504 "GET /en/billing/bills/0066dbc8-2af6-484b-b98d-3132ebc94cd1/ HTTP/1.1" 200 36098 WARNING 2025-08-10 17:40:53,202 log 49869 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:40:53,202 basehttp 49869 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:40:53,241 basehttp 49869 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 17:41:34,759 log 49869 13035925504 Internal Server Error: /en/billing/payments/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_details_api' not found. 'bill_details_api' is not a valid view function or pattern name. ERROR 2025-08-10 17:41:34,762 basehttp 49869 13035925504 "GET /en/billing/payments/create/?bill=0066dbc8-2af6-484b-b98d-3132ebc94cd1 HTTP/1.1" 500 176747 WARNING 2025-08-10 17:41:34,780 log 49869 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:41:34,780 basehttp 49869 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 17:41:37,660 log 49869 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:41:37,660 basehttp 49869 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 17:41:37,676 log 49869 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:41:37,677 basehttp 49869 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:41:53,242 basehttp 49869 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 17:41:57,923 log 49869 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:41:57,925 basehttp 49869 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:41:57,925 basehttp 49869 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:41:57,926 basehttp 49869 6166065152 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 WARNING 2025-08-10 17:41:57,932 log 49869 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:41:57,933 basehttp 49869 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:42:57,913 basehttp 49869 6166065152 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 17:42:57,976 basehttp 49869 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:43:57,913 basehttp 49869 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:43:57,914 basehttp 49869 6166065152 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 17:44:10,590 basehttp 49869 6166065152 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 17:44:10,608 log 49869 6166065152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:44:10,608 basehttp 49869 6166065152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:44:10,662 basehttp 49869 6166065152 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-08-10 17:44:10,674 basehttp 49869 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:44:10,674 basehttp 49869 13035925504 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 17:44:15,485 basehttp 49869 13052751872 "GET /en/billing/bills/714b0ebd-a9e5-4b4f-b68f-9fcb35971d41/ HTTP/1.1" 200 35240 WARNING 2025-08-10 17:44:15,509 log 49869 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:44:15,509 basehttp 49869 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:44:15,544 basehttp 49869 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:45:15,545 basehttp 49869 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:45:25,410 basehttp 49869 13052751872 "GET /en/billing/bills/714b0ebd-a9e5-4b4f-b68f-9fcb35971d41/ HTTP/1.1" 200 35445 WARNING 2025-08-10 17:45:25,431 log 49869 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:45:25,431 basehttp 49869 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:45:25,480 basehttp 49869 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:46:25,598 basehttp 49869 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:47:07,117 basehttp 49869 13052751872 "GET /en/billing/bills/714b0ebd-a9e5-4b4f-b68f-9fcb35971d41/ HTTP/1.1" 200 35448 WARNING 2025-08-10 17:47:07,139 log 49869 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:47:07,139 basehttp 49869 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:47:07,186 basehttp 49869 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:48:07,195 basehttp 49869 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:49:07,196 basehttp 49869 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:49:11,964 basehttp 49869 13052751872 "GET /en/billing/bills/714b0ebd-a9e5-4b4f-b68f-9fcb35971d41/ HTTP/1.1" 200 36283 WARNING 2025-08-10 17:49:11,983 log 49869 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:49:11,983 basehttp 49869 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:49:12,033 basehttp 49869 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:50:12,044 basehttp 49869 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:50:27,911 basehttp 49869 13052751872 "GET /en/billing/bills/714b0ebd-a9e5-4b4f-b68f-9fcb35971d41/ HTTP/1.1" 200 36347 WARNING 2025-08-10 17:50:27,930 log 49869 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:50:27,930 basehttp 49869 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:50:27,981 basehttp 49869 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:51:27,982 basehttp 49869 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:51:41,308 autoreload 49869 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/models.py changed, reloading. INFO 2025-08-10 17:51:41,634 autoreload 55024 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 17:52:28,095 basehttp 55024 6191886336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:53:28,007 basehttp 55024 6191886336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:54:00,000 autoreload 55024 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/models.py changed, reloading. INFO 2025-08-10 17:54:00,312 autoreload 56026 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 17:54:28,071 basehttp 56026 6168096768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:55:27,997 basehttp 56026 6168096768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:55:28,969 autoreload 56026 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/models.py changed, reloading. INFO 2025-08-10 17:55:29,257 autoreload 56649 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 17:56:28,075 basehttp 56649 6202175488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:56:29,173 autoreload 56649 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/models.py changed, reloading. INFO 2025-08-10 17:56:29,476 autoreload 57108 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 17:56:58,502 autoreload 57108 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/models.py changed, reloading. INFO 2025-08-10 17:56:58,814 autoreload 57352 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 17:57:28,224 basehttp 57352 6202568704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:57:49,473 autoreload 57352 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/models.py changed, reloading. INFO 2025-08-10 17:57:49,787 autoreload 57737 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 17:58:21,932 autoreload 57737 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/models.py changed, reloading. INFO 2025-08-10 17:58:22,203 autoreload 57969 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 17:58:28,075 basehttp 57969 6133297152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:58:51,281 autoreload 57969 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/models.py changed, reloading. INFO 2025-08-10 17:58:51,601 autoreload 58199 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 17:59:15,457 autoreload 58199 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/models.py changed, reloading. INFO 2025-08-10 17:59:15,772 autoreload 58357 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 17:59:28,073 basehttp 58357 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:59:40,742 autoreload 58357 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/models.py changed, reloading. INFO 2025-08-10 17:59:41,029 autoreload 58513 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 18:00:10,098 autoreload 58513 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/models.py changed, reloading. INFO 2025-08-10 18:00:10,377 autoreload 58744 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 18:00:10,726 basehttp 58744 6131101696 "GET /en/billing/bills/714b0ebd-a9e5-4b4f-b68f-9fcb35971d41/ HTTP/1.1" 200 36347 WARNING 2025-08-10 18:00:10,744 log 58744 6131101696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:00:10,744 basehttp 58744 6131101696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:00:10,795 basehttp 58744 6131101696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:00:54,022 basehttp 58744 6131101696 "GET /en/billing/bills/714b0ebd-a9e5-4b4f-b68f-9fcb35971d41/ HTTP/1.1" 200 36361 WARNING 2025-08-10 18:00:54,042 log 58744 6131101696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:00:54,042 basehttp 58744 6131101696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:00:54,089 basehttp 58744 6131101696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:01:47,744 basehttp 58744 6131101696 "GET /en/billing/bills/714b0ebd-a9e5-4b4f-b68f-9fcb35971d41/ HTTP/1.1" 200 36361 WARNING 2025-08-10 18:01:47,780 log 58744 6131101696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:01:47,780 basehttp 58744 6131101696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:01:47,811 basehttp 58744 6131101696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:02:14,762 basehttp 58744 6131101696 "GET /en/billing/bills/714b0ebd-a9e5-4b4f-b68f-9fcb35971d41/ HTTP/1.1" 200 36361 WARNING 2025-08-10 18:02:14,782 log 58744 6131101696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:02:14,782 basehttp 58744 6131101696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:02:14,833 basehttp 58744 6131101696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 18:02:27,705 log 58744 6131101696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:02:27,705 basehttp 58744 6131101696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:02:28,653 basehttp 58744 6131101696 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:02:28,671 log 58744 6131101696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:02:28,671 basehttp 58744 6131101696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:02:28,731 basehttp 58744 6131101696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:02:28,734 basehttp 58744 6147928064 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 ERROR 2025-08-10 18:02:36,079 log 58744 6147928064 Internal Server Error: /en/billing/bills/a195f7f4-0c1b-4c82-9dfa-2d43648f23f9/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'payment_receipt' not found. 'payment_receipt' is not a valid view function or pattern name. ERROR 2025-08-10 18:02:36,081 basehttp 58744 6147928064 "GET /en/billing/bills/a195f7f4-0c1b-4c82-9dfa-2d43648f23f9/ HTTP/1.1" 500 200073 WARNING 2025-08-10 18:02:36,095 log 58744 6147928064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:02:36,096 basehttp 58744 6147928064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:03:12,870 basehttp 58744 6147928064 "GET /en/billing/bills/a195f7f4-0c1b-4c82-9dfa-2d43648f23f9/ HTTP/1.1" 200 44723 WARNING 2025-08-10 18:03:12,891 log 58744 6147928064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:03:12,891 basehttp 58744 6147928064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:03:12,928 basehttp 58744 6147928064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 18:03:27,598 log 58744 6147928064 Internal Server Error: /en/billing/payments/599b394c-3f7a-4412-aae3-6ee79d3e2521/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'payment_receipt' not found. 'payment_receipt' is not a valid view function or pattern name. ERROR 2025-08-10 18:03:27,600 basehttp 58744 6147928064 "GET /en/billing/payments/599b394c-3f7a-4412-aae3-6ee79d3e2521/ HTTP/1.1" 500 176605 WARNING 2025-08-10 18:03:27,621 log 58744 6147928064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:03:27,621 basehttp 58744 6147928064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 18:03:33,717 log 58744 6147928064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:03:33,717 basehttp 58744 6147928064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 18:03:33,727 log 58744 6147928064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:03:33,727 basehttp 58744 6147928064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:04:12,934 basehttp 58744 6147928064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:05:13,650 basehttp 58744 6147928064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:06:14,638 basehttp 58744 6147928064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:07:02,878 autoreload 58744 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-10 18:07:03,186 autoreload 61740 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 18:07:15,708 basehttp 61740 6167425024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:08:02,387 autoreload 61740 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/urls.py changed, reloading. INFO 2025-08-10 18:08:02,660 autoreload 62205 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 18:08:16,687 basehttp 62205 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:08:52,559 basehttp 62205 13035925504 "GET /en/billing/bills/a195f7f4-0c1b-4c82-9dfa-2d43648f23f9/ HTTP/1.1" 200 45635 WARNING 2025-08-10 18:08:52,578 log 62205 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:08:52,578 basehttp 62205 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:08:52,662 basehttp 62205 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 18:08:54,290 log 62205 13035925504 Internal Server Error: /en/billing/payments/599b394c-3f7a-4412-aae3-6ee79d3e2521/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'payment_email' not found. 'payment_email' is not a valid view function or pattern name. ERROR 2025-08-10 18:08:54,292 basehttp 62205 13035925504 "GET /en/billing/payments/599b394c-3f7a-4412-aae3-6ee79d3e2521/ HTTP/1.1" 500 176615 WARNING 2025-08-10 18:08:54,313 log 62205 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:08:54,313 basehttp 62205 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:10:33,476 autoreload 62205 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-10 18:10:33,799 autoreload 63349 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 18:11:03,017 autoreload 63349 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/urls.py changed, reloading. INFO 2025-08-10 18:11:03,332 autoreload 63512 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 18:12:36,680 log 63512 6128447488 Internal Server Error: /en/billing/payments/599b394c-3f7a-4412-aae3-6ee79d3e2521/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'payment_download' not found. 'payment_download' is not a valid view function or pattern name. ERROR 2025-08-10 18:12:36,682 basehttp 63512 6128447488 "GET /en/billing/payments/599b394c-3f7a-4412-aae3-6ee79d3e2521/ HTTP/1.1" 500 177227 WARNING 2025-08-10 18:12:36,694 log 63512 6128447488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:12:36,694 basehttp 63512 6128447488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:14:25,195 autoreload 63512 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-10 18:14:25,501 autoreload 65045 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 18:14:42,279 autoreload 65045 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/urls.py changed, reloading. INFO 2025-08-10 18:14:42,595 autoreload 65130 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 18:15:36,202 basehttp 65130 6204944384 "GET /en/billing/payments/599b394c-3f7a-4412-aae3-6ee79d3e2521/ HTTP/1.1" 200 31642 WARNING 2025-08-10 18:15:36,221 log 65130 6204944384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:15:36,221 basehttp 65130 6204944384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:15:36,317 basehttp 65130 6204944384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:15:43,859 basehttp 65130 6204944384 "GET /en/billing/payments/599b394c-3f7a-4412-aae3-6ee79d3e2521/receipt/ HTTP/1.1" 302 0 INFO 2025-08-10 18:15:43,891 basehttp 65130 6204944384 "GET /en/billing/bills/ HTTP/1.1" 200 136843 WARNING 2025-08-10 18:15:43,910 log 65130 6204944384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:15:43,910 basehttp 65130 6204944384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:15:44,002 basehttp 65130 6204944384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:15:44,004 basehttp 65130 6221770752 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:15:49,600 basehttp 65130 6221770752 "GET /en/billing/bills/5cd3bf24-4e40-4898-aa38-478e5e385e1d/ HTTP/1.1" 200 39074 WARNING 2025-08-10 18:15:49,620 log 65130 6221770752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:15:49,620 basehttp 65130 6221770752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:15:49,657 basehttp 65130 6221770752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 18:15:54,386 log 65130 6221770752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:15:54,386 basehttp 65130 6221770752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 18:15:54,403 log 65130 6221770752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:15:54,403 basehttp 65130 6221770752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:15:59,623 basehttp 65130 6221770752 "GET /en/billing/bills/a195f7f4-0c1b-4c82-9dfa-2d43648f23f9/ HTTP/1.1" 200 45635 WARNING 2025-08-10 18:15:59,644 log 65130 6221770752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:15:59,645 basehttp 65130 6221770752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:15:59,685 basehttp 65130 6221770752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:16:04,855 basehttp 65130 6221770752 "GET /en/billing/payments/599b394c-3f7a-4412-aae3-6ee79d3e2521/ HTTP/1.1" 200 31642 WARNING 2025-08-10 18:16:04,875 log 65130 6221770752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:16:04,875 basehttp 65130 6221770752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:16:04,916 basehttp 65130 6221770752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:16:08,249 basehttp 65130 6221770752 "GET /en/billing/bills/a195f7f4-0c1b-4c82-9dfa-2d43648f23f9/ HTTP/1.1" 200 45635 WARNING 2025-08-10 18:16:08,269 log 65130 6221770752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:16:08,269 basehttp 65130 6221770752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:16:08,309 basehttp 65130 6221770752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:17:05,281 basehttp 65130 6221770752 "GET /en/billing/payments/599b394c-3f7a-4412-aae3-6ee79d3e2521/receipt/ HTTP/1.1" 302 0 INFO 2025-08-10 18:17:05,302 basehttp 65130 6221770752 "GET /en/billing/bills/ HTTP/1.1" 200 136843 WARNING 2025-08-10 18:17:05,317 log 65130 6221770752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:17:05,318 basehttp 65130 6221770752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:17:05,379 basehttp 65130 6221770752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:17:05,380 basehttp 65130 6204944384 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:18:05,387 basehttp 65130 6204944384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:18:05,388 basehttp 65130 6221770752 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:18:34,778 autoreload 65130 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-10 18:18:35,059 autoreload 66803 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 18:18:36,247 basehttp 66803 6201389056 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:18:36,270 log 66803 6201389056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:18:36,270 basehttp 66803 6201389056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:18:36,325 basehttp 66803 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:18:36,327 basehttp 66803 6218215424 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:18:47,452 basehttp 66803 6218215424 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 200 35734 WARNING 2025-08-10 18:18:47,470 log 66803 6218215424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:18:47,472 basehttp 66803 6218215424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:18:47,507 basehttp 66803 6218215424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 18:18:50,014 log 66803 6218215424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:18:50,014 basehttp 66803 6218215424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 18:18:50,025 log 66803 6218215424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:18:50,025 basehttp 66803 6218215424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:18:53,541 basehttp 66803 6218215424 "GET /en/billing/bills/d9619094-1a75-4b94-b3a9-bbb3a8dc50be/ HTTP/1.1" 200 39716 WARNING 2025-08-10 18:18:53,563 log 66803 6218215424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:18:53,563 basehttp 66803 6218215424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:18:53,582 basehttp 66803 6218215424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 18:18:57,418 log 66803 6218215424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:18:57,418 basehttp 66803 6218215424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 18:18:57,430 log 66803 6218215424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:18:57,432 basehttp 66803 6218215424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:18:59,601 basehttp 66803 6218215424 "GET /en/billing/bills/a195f7f4-0c1b-4c82-9dfa-2d43648f23f9/ HTTP/1.1" 200 45635 WARNING 2025-08-10 18:18:59,630 log 66803 6218215424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:18:59,631 basehttp 66803 6218215424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:18:59,665 basehttp 66803 6218215424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:19:01,812 basehttp 66803 6218215424 "GET /en/billing/payments/599b394c-3f7a-4412-aae3-6ee79d3e2521/receipt/ HTTP/1.1" 302 0 INFO 2025-08-10 18:19:01,844 basehttp 66803 6218215424 "GET /en/billing/bills/ HTTP/1.1" 200 136488 WARNING 2025-08-10 18:19:01,868 log 66803 6218215424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:19:01,868 basehttp 66803 6218215424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:19:01,914 basehttp 66803 6218215424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:19:01,915 basehttp 66803 6201389056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:19:26,599 autoreload 66803 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-10 18:19:26,871 autoreload 67187 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 18:19:29,507 basehttp 67187 6162821120 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:19:29,529 log 67187 6162821120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:19:29,529 basehttp 67187 6162821120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:19:29,587 basehttp 67187 6162821120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:19:29,589 basehttp 67187 6179647488 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:19:32,705 basehttp 67187 6179647488 "GET /en/billing/bills/a195f7f4-0c1b-4c82-9dfa-2d43648f23f9/ HTTP/1.1" 200 45635 WARNING 2025-08-10 18:19:32,735 log 67187 6179647488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:19:32,735 basehttp 67187 6179647488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:19:32,769 basehttp 67187 6179647488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:19:35,157 basehttp 67187 6179647488 "GET /en/billing/payments/599b394c-3f7a-4412-aae3-6ee79d3e2521/receipt/ HTTP/1.1" 302 0 INFO 2025-08-10 18:19:35,188 basehttp 67187 6179647488 "GET /en/billing/bills/ HTTP/1.1" 200 136464 WARNING 2025-08-10 18:19:35,212 log 67187 6179647488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:19:35,213 basehttp 67187 6179647488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:19:35,258 basehttp 67187 6179647488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:19:35,258 basehttp 67187 6162821120 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:20:35,277 basehttp 67187 6162821120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:20:35,278 basehttp 67187 6179647488 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:21:33,051 autoreload 67187 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-10 18:21:33,326 autoreload 68110 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 18:21:33,725 basehttp 68110 6133919744 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:21:33,745 log 68110 6133919744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:21:33,745 basehttp 68110 6133919744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:21:33,803 basehttp 68110 6133919744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:21:33,805 basehttp 68110 6150746112 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:21:36,477 basehttp 68110 6150746112 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 200 35734 WARNING 2025-08-10 18:21:36,500 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:21:36,500 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:21:36,540 basehttp 68110 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 18:21:39,053 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:21:39,053 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 18:21:39,066 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:21:39,066 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:21:41,211 basehttp 68110 6150746112 "GET /en/billing/bills/d9619094-1a75-4b94-b3a9-bbb3a8dc50be/ HTTP/1.1" 200 39716 WARNING 2025-08-10 18:21:41,233 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:21:41,234 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:21:41,278 basehttp 68110 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 18:21:43,609 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:21:43,609 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 18:21:43,625 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:21:43,625 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 18:21:45,370 log 68110 6150746112 Internal Server Error: /en/billing/bills/443910ad-f19a-4b5c-aca2-3c9e4cd278d4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_submit' not found. 'bill_submit' is not a valid view function or pattern name. ERROR 2025-08-10 18:21:45,372 basehttp 68110 6150746112 "GET /en/billing/bills/443910ad-f19a-4b5c-aca2-3c9e4cd278d4/ HTTP/1.1" 500 191753 WARNING 2025-08-10 18:21:45,395 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:21:45,395 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 18:21:49,630 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:21:49,630 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 18:21:49,643 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:21:49,643 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:21:51,659 basehttp 68110 6150746112 "GET /en/billing/bills/a195f7f4-0c1b-4c82-9dfa-2d43648f23f9/ HTTP/1.1" 200 45635 WARNING 2025-08-10 18:21:51,686 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:21:51,687 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:21:51,729 basehttp 68110 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:21:53,663 basehttp 68110 6150746112 "GET /en/billing/payments/599b394c-3f7a-4412-aae3-6ee79d3e2521/receipt/ HTTP/1.1" 302 0 INFO 2025-08-10 18:21:53,684 basehttp 68110 6150746112 "GET /en/billing/bills/ HTTP/1.1" 200 136322 WARNING 2025-08-10 18:21:53,708 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:21:53,708 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:21:53,755 basehttp 68110 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:21:53,756 basehttp 68110 6133919744 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:22:53,766 basehttp 68110 6150746112 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:22:53,766 basehttp 68110 6133919744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:23:53,774 basehttp 68110 6133919744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:23:53,775 basehttp 68110 6150746112 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:24:53,785 basehttp 68110 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:24:53,786 basehttp 68110 6133919744 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:25:47,191 basehttp 68110 6150746112 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:25:47,211 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:25:47,211 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:25:47,268 basehttp 68110 6133919744 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:25:47,269 basehttp 68110 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:25:48,741 basehttp 68110 6150746112 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:25:48,762 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:25:48,762 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:25:48,821 basehttp 68110 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:25:48,822 basehttp 68110 6133919744 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:25:51,182 basehttp 68110 6133919744 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:25:51,202 log 68110 6133919744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:25:51,202 basehttp 68110 6133919744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:25:51,260 basehttp 68110 6133919744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:25:51,260 basehttp 68110 6150746112 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:25:54,604 basehttp 68110 6150746112 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:25:54,626 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:25:54,626 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:25:54,671 basehttp 68110 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:25:54,671 basehttp 68110 6133919744 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:25:55,683 basehttp 68110 6150746112 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:25:55,702 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:25:55,703 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:25:55,766 basehttp 68110 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:25:55,767 basehttp 68110 6133919744 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:25:56,636 basehttp 68110 6133919744 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:25:56,660 log 68110 6133919744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:25:56,660 basehttp 68110 6133919744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:25:56,722 basehttp 68110 6133919744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:25:56,723 basehttp 68110 6150746112 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:25:57,670 basehttp 68110 6150746112 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:25:57,689 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:25:57,689 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:25:57,750 basehttp 68110 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:25:57,751 basehttp 68110 6133919744 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:26:57,755 basehttp 68110 6133919744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:26:57,757 basehttp 68110 6150746112 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:27:28,302 autoreload 68110 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-10 18:27:28,616 autoreload 70720 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 18:27:30,496 basehttp 70720 6125170688 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:27:30,516 log 70720 6125170688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:27:30,516 basehttp 70720 6125170688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:27:30,575 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:27:30,584 basehttp 70720 6141997056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:27:58,891 basehttp 70720 6141997056 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:27:58,914 log 70720 6141997056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:27:58,914 basehttp 70720 6141997056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:27:58,978 basehttp 70720 6141997056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:27:58,980 basehttp 70720 6125170688 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:28:00,067 basehttp 70720 6125170688 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:28:00,083 log 70720 6125170688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:28:00,083 basehttp 70720 6125170688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:28:00,139 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:28:00,142 basehttp 70720 6141997056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:29:00,159 basehttp 70720 6141997056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:29:00,162 basehttp 70720 6125170688 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:30:00,163 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:30:00,165 basehttp 70720 6141997056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:31:00,166 basehttp 70720 6141997056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:31:00,169 basehttp 70720 6125170688 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:32:00,171 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:32:00,173 basehttp 70720 6141997056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:33:00,117 basehttp 70720 6141997056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:33:00,121 basehttp 70720 6125170688 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:34:00,122 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:34:00,125 basehttp 70720 6141997056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:35:00,126 basehttp 70720 6141997056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:35:00,129 basehttp 70720 6125170688 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:36:00,118 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:36:00,121 basehttp 70720 6141997056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:37:00,135 basehttp 70720 6141997056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:37:00,139 basehttp 70720 6125170688 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:38:00,138 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:38:00,141 basehttp 70720 6141997056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:39:00,614 basehttp 70720 6141997056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:39:00,617 basehttp 70720 6125170688 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:40:02,615 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:40:02,618 basehttp 70720 6141997056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:41:37,611 basehttp 70720 6141997056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:41:37,614 basehttp 70720 6125170688 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:43:37,612 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:43:37,615 basehttp 70720 6141997056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:44:37,623 basehttp 70720 6141997056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:44:37,627 basehttp 70720 6125170688 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:45:37,625 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:45:37,628 basehttp 70720 6141997056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:46:37,610 basehttp 70720 6141997056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:46:37,612 basehttp 70720 6125170688 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:46:52,330 basehttp 70720 6125170688 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:46:52,342 log 70720 6125170688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:46:52,342 basehttp 70720 6125170688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:46:52,453 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:46:52,456 basehttp 70720 6141997056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4906 INFO 2025-08-10 18:47:52,430 basehttp 70720 6141997056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:47:52,432 basehttp 70720 6125170688 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4906 INFO 2025-08-10 18:48:52,486 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:48:52,489 basehttp 70720 6141997056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4906 INFO 2025-08-10 18:49:10,287 basehttp 70720 6141997056 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:49:10,307 log 70720 6141997056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:49:10,307 basehttp 70720 6141997056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:49:10,408 basehttp 70720 6141997056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:49:10,411 basehttp 70720 6125170688 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4722 INFO 2025-08-10 18:50:10,409 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:50:10,412 basehttp 70720 6141997056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 5139 INFO 2025-08-10 18:51:10,403 basehttp 70720 6141997056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:51:10,405 basehttp 70720 6125170688 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 5139 INFO 2025-08-10 18:51:20,467 basehttp 70720 6125170688 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:51:20,486 log 70720 6125170688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:51:20,486 basehttp 70720 6125170688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:51:20,546 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:51:20,549 basehttp 70720 6141997056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 WARNING 2025-08-10 18:51:46,370 log 70720 6141997056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:51:46,371 basehttp 70720 6141997056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 18:51:47,108 log 70720 6141997056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:51:47,108 basehttp 70720 6141997056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 18:51:47,727 log 70720 6141997056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:51:47,728 basehttp 70720 6141997056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 18:51:49,394 log 70720 6141997056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:51:49,395 basehttp 70720 6141997056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 18:51:49,858 log 70720 6141997056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:51:49,858 basehttp 70720 6141997056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:51:52,165 basehttp 70720 6141997056 "GET / HTTP/1.1" 302 0 INFO 2025-08-10 18:51:52,196 basehttp 70720 6125170688 "GET /en/ HTTP/1.1" 200 46410 WARNING 2025-08-10 18:51:52,214 log 70720 6125170688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:51:52,214 basehttp 70720 6125170688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:51:52,279 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:51:52,283 basehttp 70720 13572796416 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-10 18:51:52,284 basehttp 70720 6158823424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 18:51:52,286 basehttp 70720 6141997056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-10 18:52:22,273 basehttp 70720 6141997056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-10 18:52:52,294 basehttp 70720 6158823424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 18:52:52,295 basehttp 70720 6141997056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:52:52,297 basehttp 70720 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-10 18:53:22,278 basehttp 70720 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-10 18:53:52,299 basehttp 70720 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:53:52,300 basehttp 70720 6141997056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 18:53:52,301 basehttp 70720 6158823424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-10 18:54:22,286 basehttp 70720 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 11:28:51,602 autoreload 69349 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 11:28:55,089 basehttp 69349 6168178688 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 11:28:55,187 basehttp 69349 6168178688 "GET /en/ HTTP/1.1" 302 0 WARNING 2025-08-12 11:28:55,193 log 69349 6168178688 Not Found: /accounts/login/ WARNING 2025-08-12 11:28:55,193 basehttp 69349 6168178688 "GET /accounts/login/?next=/en/ HTTP/1.1" 404 2581 WARNING 2025-08-12 11:28:55,209 log 69349 6168178688 Not Found: /favicon.ico WARNING 2025-08-12 11:28:55,210 basehttp 69349 6168178688 "GET /favicon.ico HTTP/1.1" 404 2559 INFO 2025-08-12 11:32:00,787 autoreload 69349 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-08-12 11:32:01,125 autoreload 71176 8601149632 Watching for file changes with StatReloader WARNING 2025-08-12 11:32:03,086 log 71176 6131544064 Not Found: /accounts/login/ WARNING 2025-08-12 11:32:03,086 basehttp 71176 6131544064 "GET /accounts/login/?next=/en/ HTTP/1.1" 404 2581 WARNING 2025-08-12 11:32:04,011 log 71176 6131544064 Not Found: /accounts/login/ WARNING 2025-08-12 11:32:04,012 basehttp 71176 6131544064 "GET /accounts/login/?next=/en/ HTTP/1.1" 404 2581 WARNING 2025-08-12 11:32:23,287 log 71176 6131544064 Not Found: /en/accounts/login/ WARNING 2025-08-12 11:32:23,287 basehttp 71176 6131544064 "GET /en/accounts/login/ HTTP/1.1" 404 33967 INFO 2025-08-12 11:34:35,824 autoreload 71176 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/urls.py changed, reloading. INFO 2025-08-12 11:34:36,086 autoreload 72320 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 11:40:04,940 autoreload 72320 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/urls.py changed, reloading. INFO 2025-08-12 11:40:05,201 autoreload 74744 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 11:40:32,149 autoreload 74744 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-08-12 11:40:32,392 autoreload 74978 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 11:40:38,768 log 74978 6129168384 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'account_signup' not found. 'account_signup' is not a valid view function or pattern name. ERROR 2025-08-12 11:40:38,770 basehttp 74978 6129168384 "GET /en/accounts/login/ HTTP/1.1" 500 154616 INFO 2025-08-12 11:41:21,758 autoreload 75332 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 11:41:24,648 log 75332 6165442560 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'account_signup' not found. 'account_signup' is not a valid view function or pattern name. ERROR 2025-08-12 11:41:24,649 basehttp 75332 6165442560 "GET /en/accounts/login/ HTTP/1.1" 500 154616 INFO 2025-08-12 11:42:22,102 autoreload 75332 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py changed, reloading. INFO 2025-08-12 11:42:22,386 autoreload 75799 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 11:42:24,712 log 75799 6194212864 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'account_signup' not found. 'account_signup' is not a valid view function or pattern name. ERROR 2025-08-12 11:42:24,715 basehttp 75799 6194212864 "GET /en/accounts/login/ HTTP/1.1" 500 154616 INFO 2025-08-12 11:43:04,394 autoreload 75799 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/urls.py changed, reloading. INFO 2025-08-12 11:43:04,668 autoreload 76113 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 11:43:06,814 log 76113 6192869376 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'account_signup' not found. 'account_signup' is not a valid view function or pattern name. ERROR 2025-08-12 11:43:06,816 basehttp 76113 6192869376 "GET /en/accounts/login/ HTTP/1.1" 500 154616 INFO 2025-08-12 11:46:17,914 autoreload 76113 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py changed, reloading. INFO 2025-08-12 11:46:18,199 autoreload 77512 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 11:46:29,630 autoreload 77512 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-08-12 11:46:29,868 autoreload 77671 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 11:46:32,093 log 77671 6166982656 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'account_signup' not found. 'account_signup' is not a valid view function or pattern name. ERROR 2025-08-12 11:46:32,094 basehttp 77671 6166982656 "GET /en/accounts/login/ HTTP/1.1" 500 154616 ERROR 2025-08-12 11:46:33,174 log 77671 6166982656 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'account_signup' not found. 'account_signup' is not a valid view function or pattern name. ERROR 2025-08-12 11:46:33,176 basehttp 77671 6166982656 "GET /en/accounts/login/ HTTP/1.1" 500 154616 INFO 2025-08-12 11:46:35,347 basehttp 77671 6166982656 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-08-12 11:46:35,367 log 77671 6166982656 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'account_signup' not found. 'account_signup' is not a valid view function or pattern name. ERROR 2025-08-12 11:46:35,368 basehttp 77671 6166982656 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 155232 INFO 2025-08-12 11:46:41,706 basehttp 77671 6166982656 "GET /en/accounts/login HTTP/1.1" 301 0 ERROR 2025-08-12 11:46:41,732 log 77671 6166982656 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'account_signup' not found. 'account_signup' is not a valid view function or pattern name. ERROR 2025-08-12 11:46:41,734 basehttp 77671 6166982656 "GET /en/accounts/login/ HTTP/1.1" 500 154479 INFO 2025-08-12 11:47:21,339 autoreload 77671 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/urls.py changed, reloading. INFO 2025-08-12 11:47:21,609 autoreload 78042 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 11:47:24,018 log 78042 6160166912 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'account_signup' not found. 'account_signup' is not a valid view function or pattern name. ERROR 2025-08-12 11:47:24,020 basehttp 78042 6160166912 "GET /en/accounts/login/ HTTP/1.1" 500 154616 ERROR 2025-08-12 11:47:24,877 log 78042 6160166912 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'account_signup' not found. 'account_signup' is not a valid view function or pattern name. ERROR 2025-08-12 11:47:24,879 basehttp 78042 6160166912 "GET /en/accounts/login/ HTTP/1.1" 500 154616 INFO 2025-08-12 11:48:31,736 autoreload 78042 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py changed, reloading. INFO 2025-08-12 11:48:32,016 autoreload 78546 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 11:49:42,407 autoreload 78546 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py changed, reloading. INFO 2025-08-12 11:49:42,658 autoreload 79087 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 11:50:28,230 autoreload 79087 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py changed, reloading. INFO 2025-08-12 11:50:28,461 autoreload 79402 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 11:50:32,125 log 79402 6126366720 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1035, in find_library return parser.libraries[name] ~~~~~~~~~~~~~~~~^^^^^^ KeyError: 'account' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1097, in load lib = find_library(parser, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1037, in find_library raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: 'account' is not a registered tag library. Must be one of: admin_list admin_modify admin_urls allauth cache debugger_tags highlighting i18n indent_text l10n log rest_framework static syntax_color tz widont ERROR 2025-08-12 11:50:32,126 basehttp 79402 6126366720 "GET /en/accounts/login/ HTTP/1.1" 500 223942 ERROR 2025-08-12 11:52:54,026 log 79402 6126366720 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'accounts' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'accounts' is not a registered namespace ERROR 2025-08-12 11:52:54,028 basehttp 79402 6126366720 "GET /en/accounts/login/ HTTP/1.1" 500 167607 INFO 2025-08-12 11:53:20,258 autoreload 79402 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/urls.py changed, reloading. INFO 2025-08-12 11:53:20,533 autoreload 80626 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 11:53:36,177 autoreload 80626 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/urls.py changed, reloading. INFO 2025-08-12 11:53:36,424 autoreload 80783 8601149632 Watching for file changes with StatReloader WARNING 2025-08-12 11:53:38,556 log 80783 6124253184 Not Found: /en/accounts/login/ WARNING 2025-08-12 11:53:38,557 basehttp 80783 6124253184 "GET /en/accounts/login/ HTTP/1.1" 404 34211 ERROR 2025-08-12 11:53:47,350 log 80783 6124253184 Internal Server Error: /en/account/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'password_reset' not found. 'password_reset' is not a valid view function or pattern name. ERROR 2025-08-12 11:53:47,352 basehttp 80783 6124253184 "GET /en/account/login/ HTTP/1.1" 500 166056 INFO 2025-08-12 11:54:20,302 basehttp 80783 6124253184 "GET /en/account/login/ HTTP/1.1" 200 21317 INFO 2025-08-12 11:54:20,314 basehttp 80783 6358691840 "GET /static/css/custom.css HTTP/1.1" 304 0 INFO 2025-08-12 11:54:20,321 basehttp 80783 6341865472 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-12 11:54:20,325 basehttp 80783 6325039104 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-12 11:54:20,329 basehttp 80783 6124253184 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-12 11:54:20,331 basehttp 80783 6341865472 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-12 11:54:20,335 basehttp 80783 6141079552 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-12 11:54:20,337 basehttp 80783 6157905920 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-12 11:54:20,339 basehttp 80783 6358691840 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-12 11:54:20,648 basehttp 80783 6141079552 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-12 11:54:20,649 basehttp 80783 6157905920 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-12 11:54:20,650 basehttp 80783 6358691840 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-12 11:54:20,650 basehttp 80783 6341865472 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-12 11:54:20,651 basehttp 80783 6124253184 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-12 11:54:20,654 basehttp 80783 6325039104 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-12 11:54:20,655 basehttp 80783 6141079552 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-12 11:54:20,658 basehttp 80783 6358691840 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-12 11:54:20,658 basehttp 80783 6157905920 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-12 11:54:20,659 basehttp 80783 6341865472 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-12 11:54:20,659 basehttp 80783 6124253184 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-12 11:54:20,662 basehttp 80783 6341865472 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-12 11:54:20,662 basehttp 80783 6124253184 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-12 11:54:20,662 basehttp 80783 6358691840 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-12 11:54:20,662 basehttp 80783 6157905920 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-12 11:54:20,665 basehttp 80783 6325039104 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-12 11:54:20,666 basehttp 80783 6358691840 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-12 11:54:20,667 basehttp 80783 6341865472 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-12 11:54:20,669 basehttp 80783 6124253184 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-12 11:54:20,670 basehttp 80783 6141079552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 11:54:20,670 basehttp 80783 6157905920 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-12 11:54:20,671 basehttp 80783 6325039104 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-12 11:54:20,671 basehttp 80783 6358691840 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-12 11:54:20,672 basehttp 80783 6341865472 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-08-12 11:54:20,679 log 80783 6141079552 Not Found: /accounts/login/ WARNING 2025-08-12 11:54:20,680 basehttp 80783 6141079552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 404 2607 INFO 2025-08-12 11:54:49,645 basehttp 80783 6141079552 "GET /en/account/login/ HTTP/1.1" 200 21255 INFO 2025-08-12 11:54:49,687 basehttp 80783 6141079552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-08-12 11:54:49,695 log 80783 6141079552 Not Found: /accounts/login/ WARNING 2025-08-12 11:54:49,695 basehttp 80783 6141079552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 404 2607 INFO 2025-08-12 11:55:01,357 basehttp 80783 6141079552 "POST /en/account/login/ HTTP/1.1" 200 21255 INFO 2025-08-12 11:55:01,385 basehttp 80783 6141079552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-08-12 11:55:01,391 log 80783 6141079552 Not Found: /accounts/login/ WARNING 2025-08-12 11:55:01,391 basehttp 80783 6141079552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 404 2607 INFO 2025-08-12 11:55:06,361 basehttp 80783 6141079552 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-12 11:56:01,398 basehttp 80783 6141079552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-08-12 11:56:01,406 log 80783 6141079552 Not Found: /accounts/login/ WARNING 2025-08-12 11:56:01,406 basehttp 80783 6141079552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 404 2607 INFO 2025-08-12 11:56:03,292 autoreload 80783 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/urls.py changed, reloading. INFO 2025-08-12 11:56:03,571 autoreload 81857 8601149632 Watching for file changes with StatReloader WARNING 2025-08-12 11:56:06,435 log 81857 6133542912 Not Found: /en/account/login/ WARNING 2025-08-12 11:56:06,435 basehttp 81857 6133542912 "POST /en/account/login/ HTTP/1.1" 404 29649 WARNING 2025-08-12 11:56:08,044 log 81857 6133542912 Not Found: /en/account/login/ WARNING 2025-08-12 11:56:08,045 basehttp 81857 6133542912 "GET /en/account/login/ HTTP/1.1" 404 29648 INFO 2025-08-12 11:56:09,720 basehttp 81857 6133542912 "GET /en/accounts/login/ HTTP/1.1" 200 21255 INFO 2025-08-12 11:56:09,827 basehttp 81857 6133542912 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 11:56:09,840 basehttp 81857 6133542912 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 11:56:09,865 log 81857 6133542912 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 11:56:09,983 basehttp 81857 6133542912 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161120 INFO 2025-08-12 11:56:43,726 basehttp 81857 6133542912 "POST /en/accounts/login/ HTTP/1.1" 200 21255 INFO 2025-08-12 11:56:43,820 basehttp 81857 6133542912 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 11:56:43,829 basehttp 81857 6133542912 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 11:56:43,844 log 81857 6133542912 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 11:56:43,845 basehttp 81857 6133542912 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161120 INFO 2025-08-12 11:56:45,728 basehttp 81857 6133542912 "POST /en/accounts/login/ HTTP/1.1" 200 21424 INFO 2025-08-12 11:56:45,832 basehttp 81857 6133542912 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 11:56:45,847 basehttp 81857 6133542912 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 11:56:45,869 log 81857 6150369280 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 11:56:45,871 basehttp 81857 6150369280 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161120 INFO 2025-08-12 11:57:45,833 basehttp 81857 6150369280 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 11:57:45,848 basehttp 81857 6150369280 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 11:57:45,873 log 81857 6133542912 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 11:57:45,874 basehttp 81857 6133542912 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161120 INFO 2025-08-12 11:57:50,666 basehttp 81857 6133542912 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-08-12 11:57:50,712 basehttp 81857 6150369280 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-08-12 11:57:50,726 basehttp 81857 6150369280 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-08-12 11:57:50,739 basehttp 81857 6133542912 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-12 11:57:50,740 basehttp 81857 13455405056 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-12 11:57:50,740 basehttp 81857 6167195648 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-12 11:57:50,740 basehttp 81857 13438578688 "GET /static/admin/css/login.css HTTP/1.1" 200 951 INFO 2025-08-12 11:57:50,740 basehttp 81857 6150369280 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-12 11:57:50,741 basehttp 81857 13472231424 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-12 11:57:50,741 basehttp 81857 6150369280 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-12 11:58:00,779 basehttp 81857 6150369280 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-08-12 11:58:00,804 basehttp 81857 6150369280 "GET /en/admin/ HTTP/1.1" 200 86670 INFO 2025-08-12 11:58:00,819 basehttp 81857 6150369280 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-08-12 11:58:00,821 basehttp 81857 6150369280 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-12 11:58:00,821 basehttp 81857 13472231424 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-12 11:58:05,840 basehttp 81857 13472231424 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 11:58:05,861 basehttp 81857 6150369280 "GET /en/ HTTP/1.1" 200 46415 INFO 2025-08-12 11:58:05,994 basehttp 81857 6150369280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 11:58:05,998 basehttp 81857 13455405056 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 11:58:05,999 basehttp 81857 6167195648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 11:58:06,001 basehttp 81857 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 11:58:35,994 basehttp 81857 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 ERROR 2025-08-12 11:58:40,453 log 81857 13438578688 Internal Server Error: /en/audit-log/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'audit_log_export' not found. 'audit_log_export' is not a valid view function or pattern name. ERROR 2025-08-12 11:58:40,454 basehttp 81857 13438578688 "GET /en/audit-log/ HTTP/1.1" 500 224223 INFO 2025-08-12 12:00:27,100 basehttp 81857 13438578688 "GET /en/audit-log/ HTTP/1.1" 200 214534 INFO 2025-08-12 12:00:27,160 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:01:27,172 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:02:03,763 basehttp 81857 13438578688 "GET /en/audit-log/ HTTP/1.1" 200 214486 INFO 2025-08-12 12:02:03,807 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:02:44,183 basehttp 81857 13438578688 "GET /en/audit-log/ HTTP/1.1" 200 214195 INFO 2025-08-12 12:02:44,234 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:03:03,725 basehttp 81857 13438578688 "GET /en/audit-log/ HTTP/1.1" 200 214199 INFO 2025-08-12 12:03:03,764 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:03:15,438 basehttp 81857 13438578688 "GET /en/audit-log/?page=2 HTTP/1.1" 200 195139 INFO 2025-08-12 12:03:15,479 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:04:16,424 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:05:10,065 basehttp 81857 13438578688 "GET /en/audit-log/?page=2 HTTP/1.1" 200 195144 INFO 2025-08-12 12:05:10,115 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:05:15,808 basehttp 81857 13438578688 "GET /en/audit-log/?page=1 HTTP/1.1" 200 214189 INFO 2025-08-12 12:05:15,849 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:06:16,415 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:07:16,428 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:08:17,436 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:09:18,412 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:09:59,506 basehttp 81857 13438578688 "GET /en/audit-log/?page=1 HTTP/1.1" 200 214197 INFO 2025-08-12 12:09:59,580 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:10:46,256 basehttp 81857 13438578688 "GET /en/audit-log/?page=1 HTTP/1.1" 200 214098 INFO 2025-08-12 12:10:46,315 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:10:52,927 basehttp 81857 13438578688 "GET /en/audit-log/?page=2 HTTP/1.1" 200 195053 INFO 2025-08-12 12:10:52,969 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:11:46,744 basehttp 81857 13438578688 "GET /en/audit-log/?page=2 HTTP/1.1" 200 196036 INFO 2025-08-12 12:11:46,792 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:12:28,437 basehttp 81857 13438578688 "GET /en/audit-log/?page=2 HTTP/1.1" 200 196044 INFO 2025-08-12 12:12:28,474 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:12:57,685 basehttp 81857 13438578688 "GET /en/audit-log/?page=2 HTTP/1.1" 200 196043 INFO 2025-08-12 12:12:57,722 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:13:00,562 basehttp 81857 13438578688 "GET /en/audit-log/?page=2 HTTP/1.1" 200 196043 INFO 2025-08-12 12:13:00,597 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:13:04,918 basehttp 81857 13438578688 "GET /en/audit-log/?page=1 HTTP/1.1" 200 215440 INFO 2025-08-12 12:13:04,952 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:13:36,973 basehttp 81857 13438578688 "GET /en/audit-log/?page=1 HTTP/1.1" 200 215426 INFO 2025-08-12 12:13:37,013 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:14:37,055 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:14:44,489 basehttp 81857 13438578688 "GET /en/audit-log/?page=1 HTTP/1.1" 200 215390 INFO 2025-08-12 12:14:44,537 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:15:08,459 basehttp 81857 13438578688 "GET /en/audit-log/?page=1 HTTP/1.1" 200 215388 INFO 2025-08-12 12:15:08,498 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:15:11,890 basehttp 81857 13438578688 "GET /en/audit-log/?page=2 HTTP/1.1" 200 195991 INFO 2025-08-12 12:15:11,909 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:15:16,473 basehttp 81857 13438578688 "GET /en/audit-log/?page=1 HTTP/1.1" 200 215388 INFO 2025-08-12 12:15:16,510 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:15:42,977 basehttp 81857 13438578688 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 12:15:42,987 basehttp 81857 6133542912 "GET /en/ HTTP/1.1" 200 46415 INFO 2025-08-12 12:15:43,021 basehttp 81857 6133542912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:15:43,028 basehttp 81857 6167195648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:15:43,028 basehttp 81857 6150369280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:15:43,028 basehttp 81857 13438578688 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 12:16:13,018 basehttp 81857 6150369280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:16:43,443 basehttp 81857 6150369280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:16:43,444 basehttp 81857 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:16:43,444 basehttp 81857 6167195648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:17:14,422 basehttp 81857 6167195648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:17:29,163 basehttp 81857 6167195648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 ERROR 2025-08-12 12:17:29,893 log 81857 6167195648 Internal Server Error: /en/audit-log/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 180, in translate_token op = OPERATORS[token] ~~~~~~~~~^^^^^^^ KeyError: '(num' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 199, in render template = context.template.engine.select_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 208, in select_template return self.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 961, in do_if condition = TemplateIfParser(parser, bits).parse() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 894, in __init__ super().__init__(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 171, in __init__ mapped_tokens.append(self.translate_token(token)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 182, in translate_token return self.create_var(token) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 897, in create_var return TemplateLiteral(self.template_parser.compile_filter(value), value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '(num' from '(num' ERROR 2025-08-12 12:17:30,198 basehttp 81857 6167195648 "GET /en/audit-log/?page=1 HTTP/1.1" 500 391868 INFO 2025-08-12 12:19:28,399 basehttp 81857 6167195648 "GET /en/audit-log/?page=1 HTTP/1.1" 200 214958 INFO 2025-08-12 12:19:28,438 basehttp 81857 6167195648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:19:39,062 basehttp 81857 6167195648 "GET /en/audit-log/?page=2 HTTP/1.1" 200 195657 INFO 2025-08-12 12:19:39,106 basehttp 81857 6167195648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:20:39,118 basehttp 81857 6167195648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:21:12,183 basehttp 81857 6133542912 "GET /en/audit-log/?page=2 HTTP/1.1" 200 195657 INFO 2025-08-12 12:21:23,362 autoreload 93741 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 12:21:25,282 basehttp 93741 6159708160 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 12:21:25,375 basehttp 93741 6159708160 "GET /en/ HTTP/1.1" 200 46415 INFO 2025-08-12 12:21:25,447 basehttp 93741 6159708160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:21:25,450 basehttp 93741 6210187264 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 12:21:25,452 basehttp 93741 6176534528 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:21:25,452 basehttp 93741 6193360896 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:21:29,167 basehttp 93741 6193360896 "GET /en/audit-log/?page=2 HTTP/1.1" 200 195657 INFO 2025-08-12 12:21:29,215 basehttp 93741 6193360896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:21:31,505 basehttp 93741 6193360896 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 12:21:31,521 basehttp 93741 6176534528 "GET /en/ HTTP/1.1" 200 46415 INFO 2025-08-12 12:21:31,583 basehttp 93741 6176534528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:21:31,585 basehttp 93741 6159708160 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:21:31,586 basehttp 93741 6193360896 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 12:21:31,587 basehttp 93741 6210187264 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:21:51,406 basehttp 93741 6210187264 "GET /en/audit-log/ HTTP/1.1" 200 214958 INFO 2025-08-12 12:21:51,450 basehttp 93741 6210187264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:22:51,464 basehttp 93741 6210187264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:23:06,511 basehttp 93741 6210187264 "GET /en/tenants HTTP/1.1" 301 0 ERROR 2025-08-12 12:23:06,531 log 93741 6193360896 Internal Server Error: /en/tenants/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: core/tenant_list.html, core/tenant_list.html ERROR 2025-08-12 12:23:06,532 basehttp 93741 6193360896 "GET /en/tenants/ HTTP/1.1" 500 85695 INFO 2025-08-12 12:24:35,576 autoreload 93741 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-08-12 12:24:35,886 autoreload 95244 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 12:24:36,806 log 95244 6167736320 Internal Server Error: /en/tenants/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'tenant_detail' with arguments '(7,)' not found. 1 pattern(s) tried: ['en/tenants/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-12 12:24:36,809 basehttp 95244 6167736320 "GET /en/tenants/ HTTP/1.1" 500 212870 INFO 2025-08-12 12:25:11,357 autoreload 95244 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/urls.py changed, reloading. INFO 2025-08-12 12:25:11,652 autoreload 95483 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 12:25:12,767 log 95483 6128840704 Internal Server Error: /en/tenants/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'tenant_edit' not found. 'tenant_edit' is not a valid view function or pattern name. ERROR 2025-08-12 12:25:12,769 basehttp 95483 6128840704 "GET /en/tenants/ HTTP/1.1" 500 209938 ERROR 2025-08-12 12:25:14,278 log 95483 6128840704 Internal Server Error: /en/tenants/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'tenant_edit' not found. 'tenant_edit' is not a valid view function or pattern name. ERROR 2025-08-12 12:25:14,280 basehttp 95483 6128840704 "GET /en/tenants/ HTTP/1.1" 500 209938 INFO 2025-08-12 12:25:53,443 basehttp 95483 6128840704 "GET /en/tenants/ HTTP/1.1" 200 78409 INFO 2025-08-12 12:25:53,503 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 ERROR 2025-08-12 12:26:02,214 log 95483 6128840704 Internal Server Error: /en/tenants/7/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'tenant_edit' not found. 'tenant_edit' is not a valid view function or pattern name. ERROR 2025-08-12 12:26:02,215 basehttp 95483 6128840704 "GET /en/tenants/7/ HTTP/1.1" 500 204017 ERROR 2025-08-12 12:26:18,802 log 95483 6128840704 Internal Server Error: /en/tenants/7/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'tenant_activate' not found. 'tenant_activate' is not a valid view function or pattern name. ERROR 2025-08-12 12:26:18,803 basehttp 95483 6128840704 "GET /en/tenants/7/ HTTP/1.1" 500 202496 ERROR 2025-08-12 12:27:08,832 log 95483 6128840704 Internal Server Error: /en/tenants/7/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'tenant_export' not found. 'tenant_export' is not a valid view function or pattern name. ERROR 2025-08-12 12:27:08,834 basehttp 95483 6128840704 "GET /en/tenants/7/ HTTP/1.1" 500 201950 INFO 2025-08-12 12:27:54,180 basehttp 95483 6128840704 "GET /en/tenants/7/ HTTP/1.1" 200 33226 INFO 2025-08-12 12:27:54,213 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:28:23,713 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:29:23,715 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:30:23,717 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:31:23,729 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:32:23,735 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:33:23,730 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:34:19,070 basehttp 95483 6128840704 "GET /en/tenants/7/edit/ HTTP/1.1" 200 42280 INFO 2025-08-12 12:34:19,110 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:34:29,089 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:34:31,706 basehttp 95483 6128840704 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 12:34:31,729 basehttp 95483 6128840704 "GET /en/ HTTP/1.1" 200 46415 INFO 2025-08-12 12:34:31,782 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:34:31,815 basehttp 95483 13572796416 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 12:34:31,815 basehttp 95483 6162493440 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:34:31,817 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:35:01,780 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:35:31,795 basehttp 95483 6162493440 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:35:31,795 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:35:31,796 basehttp 95483 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:36:01,792 basehttp 95483 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:36:31,807 basehttp 95483 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:36:31,808 basehttp 95483 6162493440 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:36:31,809 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:37:01,787 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:37:31,807 basehttp 95483 6162493440 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:37:31,807 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:37:31,809 basehttp 95483 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:38:01,794 basehttp 95483 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:38:31,801 basehttp 95483 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:38:31,802 basehttp 95483 6145667072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:38:31,804 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:39:01,791 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:39:31,790 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:39:31,791 basehttp 95483 6145667072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:39:31,792 basehttp 95483 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:40:01,795 basehttp 95483 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:40:31,784 basehttp 95483 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:40:31,786 basehttp 95483 6145667072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:40:31,788 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:41:01,798 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:41:31,801 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:41:31,801 basehttp 95483 6145667072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:41:31,804 basehttp 95483 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:42:01,804 basehttp 95483 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:42:31,809 basehttp 95483 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:42:31,811 basehttp 95483 6145667072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:42:31,813 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:43:01,806 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:43:31,815 basehttp 95483 6145667072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:43:31,815 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:43:31,819 basehttp 95483 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:44:01,825 basehttp 95483 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:44:31,816 basehttp 95483 6145667072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:44:31,817 basehttp 95483 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:44:31,821 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:45:02,194 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:45:32,191 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:45:32,192 basehttp 95483 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:45:33,183 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:46:11,189 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:47:11,213 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:47:11,215 basehttp 95483 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:47:11,216 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:48:11,208 basehttp 95483 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:48:11,209 basehttp 95483 6162493440 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:48:11,211 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:49:11,194 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:50:11,201 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:50:11,203 basehttp 95483 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:50:11,204 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:51:11,205 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:51:11,206 basehttp 95483 6162493440 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:51:11,208 basehttp 95483 6128840704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:52:11,207 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:52:11,208 basehttp 95483 6145667072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:52:11,210 basehttp 95483 6128840704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:53:11,185 basehttp 95483 6128840704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:54:11,205 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:54:11,206 basehttp 95483 6145667072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:54:11,207 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:55:11,199 basehttp 95483 6145667072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:55:11,199 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:55:11,201 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:56:11,174 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:57:11,230 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:57:11,232 basehttp 95483 6128840704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:57:11,232 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:58:11,162 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:59:11,174 basehttp 95483 6128840704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:59:11,175 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:59:11,176 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:00:11,170 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:00:11,170 basehttp 95483 6128840704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:00:11,171 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:01:11,165 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:01:11,166 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:02:11,170 basehttp 95483 6128840704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:02:11,171 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:03:11,162 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:03:11,163 basehttp 95483 6128840704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:04:11,173 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:04:11,174 basehttp 95483 6128840704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:04:11,175 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:05:11,154 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:05:11,155 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:05:11,155 basehttp 95483 6128840704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:06:03,525 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:06:11,161 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:06:11,161 basehttp 95483 6145667072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:06:33,515 basehttp 95483 6128840704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:07:03,514 basehttp 95483 6128840704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:07:11,150 basehttp 95483 6128840704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:07:11,150 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:07:33,515 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:08:03,518 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:08:11,159 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:08:11,160 basehttp 95483 6145667072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:08:33,519 basehttp 95483 6128840704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:09:03,521 basehttp 95483 6128840704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:09:11,163 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:09:11,163 basehttp 95483 6128840704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:09:33,515 basehttp 95483 6128840704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:10:03,521 basehttp 95483 6128840704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:10:08,216 basehttp 95483 6128840704 "GET /en/appointments/create/ HTTP/1.1" 200 33613 INFO 2025-08-12 13:10:08,281 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:10:11,021 basehttp 95483 6128840704 "GET /en/appointments/list/ HTTP/1.1" 200 129005 INFO 2025-08-12 13:10:11,064 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 WARNING 2025-08-12 13:10:26,754 log 95483 6128840704 Forbidden (CSRF token missing.): /en/appointments/check-in/2035/ WARNING 2025-08-12 13:10:26,754 basehttp 95483 6128840704 "POST /en/appointments/check-in/2035/ HTTP/1.1" 403 2491 INFO 2025-08-12 13:10:31,802 basehttp 95483 6128840704 "GET /en/appointments/detail/2046/ HTTP/1.1" 200 22407 INFO 2025-08-12 13:10:31,836 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:11:11,076 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:12:11,076 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:12:41,706 basehttp 95483 6128840704 "GET /en/appointments/list/?page=2 HTTP/1.1" 200 128681 INFO 2025-08-12 13:12:41,742 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 WARNING 2025-08-12 13:13:17,097 log 95483 6128840704 Forbidden (CSRF token missing.): /en/appointments/check-in/1835/ WARNING 2025-08-12 13:13:17,097 basehttp 95483 6128840704 "POST /en/appointments/check-in/1835/ HTTP/1.1" 403 2491 INFO 2025-08-12 13:13:21,691 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:13:22,396 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:13:23,361 basehttp 95483 6128840704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:13:23,368 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:13:23,371 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:13:53,348 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:14:23,362 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:14:23,362 basehttp 95483 6162493440 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:14:23,364 basehttp 95483 6128840704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:14:53,344 basehttp 95483 6128840704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:15:23,359 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:15:23,361 basehttp 95483 6128840704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:15:23,362 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:15:53,346 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:16:23,360 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:16:23,360 basehttp 95483 6162493440 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:16:23,363 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:16:53,348 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:17:23,354 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:17:23,355 basehttp 95483 6145667072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:17:23,358 basehttp 95483 6128840704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:17:53,350 basehttp 95483 6128840704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-12 13:18:20,517 log 95483 6128840704 Not Found: /en/user WARNING 2025-08-12 13:18:20,518 basehttp 95483 6128840704 "GET /en/user HTTP/1.1" 404 29613 INFO 2025-08-12 13:18:36,855 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:18:36,856 basehttp 95483 6128840704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:18:36,858 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:18:40,767 basehttp 95483 6162493440 "GET /en/system-configuration HTTP/1.1" 301 0 INFO 2025-08-12 13:18:40,784 basehttp 95483 6145667072 "GET /en/system-configuration/ HTTP/1.1" 200 61680 INFO 2025-08-12 13:18:40,830 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:18:53,325 basehttp 95483 6145667072 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 13:18:53,340 basehttp 95483 6128840704 "GET /en/ HTTP/1.1" 200 46415 INFO 2025-08-12 13:18:53,397 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:18:53,402 basehttp 95483 6162493440 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:18:53,402 basehttp 95483 13572796416 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 13:18:53,403 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:19:01,825 basehttp 95483 6145667072 "GET /en/appointments HTTP/1.1" 301 0 INFO 2025-08-12 13:19:01,849 basehttp 95483 13572796416 "GET /en/appointments/ HTTP/1.1" 200 34650 INFO 2025-08-12 13:19:01,881 basehttp 95483 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:19:01,885 basehttp 95483 6162493440 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-12 13:19:17,005 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:19:33,401 basehttp 95483 6162493440 "GET /en/emr HTTP/1.1" 301 0 ERROR 2025-08-12 13:19:33,454 log 95483 13572796416 Internal Server Error: /en/emr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '(2098,)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-12 13:19:33,455 basehttp 95483 13572796416 "GET /en/emr/ HTTP/1.1" 500 208408 INFO 2025-08-12 13:19:42,538 basehttp 95483 13572796416 "GET /en/patients HTTP/1.1" 301 0 INFO 2025-08-12 13:19:42,551 basehttp 95483 6128840704 "GET /en/patients/ HTTP/1.1" 200 66089 INFO 2025-08-12 13:19:42,578 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:19:42,583 basehttp 95483 6145667072 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-12 13:19:48,169 basehttp 95483 6145667072 "GET /en/patients/115/details/ HTTP/1.1" 200 36880 INFO 2025-08-12 13:19:48,223 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 ERROR 2025-08-12 13:19:48,237 log 95483 13572796416 Internal Server Error: /en/patients/htmx/appointments/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-12 13:19:48,237 basehttp 95483 13572796416 "GET /en/patients/htmx/appointments/115/ HTTP/1.1" 500 63085 ERROR 2025-08-12 13:19:48,246 log 95483 6128840704 Internal Server Error: /en/patients/htmx/emergency-contacts/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-12 13:19:48,254 log 95483 6162493440 Internal Server Error: /en/patients/insurance-info/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-12 13:19:48,254 basehttp 95483 6128840704 "GET /en/patients/htmx/emergency-contacts/115/ HTTP/1.1" 500 89696 ERROR 2025-08-12 13:19:48,256 basehttp 95483 6162493440 "GET /en/patients/insurance-info/115/ HTTP/1.1" 500 105189 INFO 2025-08-12 13:20:04,646 basehttp 95483 6162493440 "GET /en/appointments/create/?patient=115 HTTP/1.1" 200 33613 INFO 2025-08-12 13:20:04,684 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:20:07,666 basehttp 95483 6162493440 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 200 55795 INFO 2025-08-12 13:20:07,704 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:20:14,292 basehttp 95483 6162493440 "GET /en/laboratory/orders/create/?patient=115 HTTP/1.1" 200 76753 INFO 2025-08-12 13:20:14,331 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:20:20,685 basehttp 95483 6162493440 "GET /en/billing/bills/create/?patient=115 HTTP/1.1" 200 53807 INFO 2025-08-12 13:20:20,728 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:20:28,456 basehttp 95483 6162493440 "GET /en/patients/htmx/insurance-info/115/ HTTP/1.1" 200 153 INFO 2025-08-12 13:20:39,516 basehttp 95483 6162493440 "GET /en/patients/htmx/consent-forms/110/ HTTP/1.1" 200 1182 INFO 2025-08-12 13:20:42,591 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:20:42,592 basehttp 95483 6128840704 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-12 13:20:49,641 basehttp 95483 6128840704 "GET /en/patients/ HTTP/1.1" 200 66089 INFO 2025-08-12 13:20:49,692 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:20:49,694 basehttp 95483 6162493440 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-12 13:20:52,673 basehttp 95483 6162493440 "GET /en/patients/htmx/insurance-info/123/ HTTP/1.1" 200 568 INFO 2025-08-12 13:21:04,380 basehttp 95483 6162493440 "GET /en/patients/ HTTP/1.1" 200 66089 INFO 2025-08-12 13:21:04,427 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:21:04,429 basehttp 95483 6128840704 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-12 13:22:04,458 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:22:04,459 basehttp 95483 6145667072 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-12 13:22:07,201 basehttp 95483 6145667072 "GET /en/patients/ HTTP/1.1" 200 66129 INFO 2025-08-12 13:22:07,247 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:22:07,248 basehttp 95483 6128840704 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-12 13:22:10,829 basehttp 95483 6128840704 "GET /en/patients/htmx/insurance-info/110/ HTTP/1.1" 200 568 INFO 2025-08-12 13:22:16,913 basehttp 95483 6128840704 "GET /en/patients/ HTTP/1.1" 200 66129 INFO 2025-08-12 13:22:16,962 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:22:16,964 basehttp 95483 6145667072 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-12 13:22:23,011 basehttp 95483 6145667072 "GET /en/patients/ HTTP/1.1" 200 66129 INFO 2025-08-12 13:22:23,023 basehttp 95483 6162493440 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-12 13:22:23,025 basehttp 95483 13606449152 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-12 13:22:23,027 basehttp 95483 13589622784 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-12 13:22:23,035 basehttp 95483 6145667072 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-12 13:22:23,036 basehttp 95483 13606449152 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-12 13:22:23,040 basehttp 95483 13572796416 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-12 13:22:23,041 basehttp 95483 6128840704 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-12 13:22:23,043 basehttp 95483 6162493440 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-12 13:22:23,239 basehttp 95483 6162493440 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-12 13:22:23,239 basehttp 95483 13572796416 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-12 13:22:23,239 basehttp 95483 13606449152 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-12 13:22:23,239 basehttp 95483 6128840704 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-12 13:22:23,239 basehttp 95483 6145667072 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-12 13:22:23,267 basehttp 95483 13572796416 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-12 13:22:23,271 basehttp 95483 6145667072 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-12 13:22:23,278 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:22:23,279 basehttp 95483 6128840704 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-12 13:22:23,280 basehttp 95483 13606449152 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-12 13:22:23,284 basehttp 95483 6162493440 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-12 13:22:23,284 basehttp 95483 6128840704 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-12 13:22:23,286 basehttp 95483 6145667072 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-12 13:22:23,287 basehttp 95483 13572796416 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-12 13:22:23,290 basehttp 95483 13606449152 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-12 13:22:23,291 basehttp 95483 6128840704 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-12 13:22:23,293 basehttp 95483 6145667072 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-12 13:22:23,293 basehttp 95483 6162493440 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-12 13:22:23,295 basehttp 95483 6128840704 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-12 13:22:23,295 basehttp 95483 13572796416 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-12 13:22:23,296 basehttp 95483 13606449152 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-12 13:22:23,297 basehttp 95483 13589622784 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-12 13:22:23,297 basehttp 95483 6162493440 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-12 13:22:23,297 basehttp 95483 6145667072 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-12 13:22:23,298 basehttp 95483 13572796416 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-12 13:22:23,298 basehttp 95483 13606449152 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-08-12 13:22:23,370 log 95483 13606449152 Not Found: /favicon.ico WARNING 2025-08-12 13:22:23,370 basehttp 95483 13606449152 "GET /favicon.ico HTTP/1.1" 404 2559 INFO 2025-08-12 13:22:27,403 basehttp 95483 13606449152 "GET /en/patients/htmx/insurance-info/123/ HTTP/1.1" 200 568 INFO 2025-08-12 13:22:33,562 basehttp 95483 13606449152 "GET /en/patients/ HTTP/1.1" 200 66129 INFO 2025-08-12 13:22:33,661 basehttp 95483 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:22:33,664 basehttp 95483 13572796416 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-12 13:23:33,682 basehttp 95483 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:23:33,684 basehttp 95483 13606449152 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-12 13:24:33,683 basehttp 95483 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:24:33,686 basehttp 95483 13572796416 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-12 13:25:11,690 basehttp 95483 13572796416 "GET /en/ HTTP/1.1" 200 46455 INFO 2025-08-12 13:25:11,727 basehttp 95483 13606449152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:25:11,728 basehttp 95483 6145667072 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 13:25:11,728 basehttp 95483 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:25:42,093 basehttp 95483 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:26:12,103 basehttp 95483 6145667072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:26:12,103 basehttp 95483 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:26:13,094 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:26:44,084 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:27:13,093 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:27:13,094 basehttp 95483 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:27:14,085 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:27:45,090 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:28:14,097 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:28:14,098 basehttp 95483 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:28:16,088 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:29:11,086 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:29:15,101 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:29:15,101 basehttp 95483 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:35:22,560 autoreload 26812 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 13:35:23,912 basehttp 26812 6170587136 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 13:35:24,000 basehttp 26812 6170587136 "GET /en/ HTTP/1.1" 200 46455 INFO 2025-08-12 13:35:24,065 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:35:24,073 basehttp 26812 6221066240 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 13:35:24,073 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:35:24,075 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:35:41,123 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:36:12,132 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:36:12,134 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:36:16,121 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:36:43,114 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:37:45,141 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:37:45,142 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:37:45,144 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:39:11,143 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:39:11,143 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:39:11,145 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:40:11,115 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:41:11,134 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:41:11,134 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:41:11,136 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:42:11,130 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:42:11,130 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:42:11,132 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:43:11,112 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:44:11,132 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:44:11,132 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:44:11,134 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:45:11,134 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:45:11,135 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:45:11,137 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:46:11,128 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:46:11,130 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:47:11,127 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:47:11,129 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:48:11,138 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:48:11,138 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:48:11,139 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:49:11,123 basehttp 26812 6221066240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:49:11,125 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:50:11,116 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:50:11,117 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:50:11,119 basehttp 26812 6221066240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:51:11,111 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:51:11,111 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:52:11,127 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:52:11,129 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:53:11,125 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 13:53:11,126 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 13:53:11,126 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 13:53:11,149 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 13:53:11,149 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 13:53:11,150 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 13:53:11,196 log 26812 6254718976 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:53:11,196 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:53:11,196 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:53:11,198 basehttp 26812 6254718976 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 13:53:11,198 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 13:53:11,199 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 13:54:11,101 basehttp 26812 6237892608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 13:54:11,102 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 13:54:11,110 basehttp 26812 6237892608 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 13:54:11,112 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 13:54:11,132 log 26812 6254718976 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:54:11,139 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:54:11,139 basehttp 26812 6254718976 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 13:54:11,140 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 13:55:11,115 basehttp 26812 6254718976 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 13:55:11,115 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 13:55:11,132 basehttp 26812 6254718976 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 13:55:11,132 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 13:55:11,178 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:55:11,184 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:55:11,185 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 13:55:11,186 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 13:56:11,120 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 13:56:11,122 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 13:56:11,122 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 13:56:11,139 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 13:56:11,143 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 13:56:11,143 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 13:56:11,194 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:56:11,199 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:56:11,205 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:56:11,206 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 13:56:11,206 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 13:56:11,207 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 13:57:11,109 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 13:57:11,109 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 13:57:11,124 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 13:57:11,126 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 13:57:11,152 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:57:11,158 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:57:11,159 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 13:57:11,160 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 13:58:11,100 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 13:58:11,101 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 13:58:11,101 basehttp 26812 6237892608 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 13:58:11,121 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 13:58:11,124 basehttp 26812 6237892608 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 13:58:11,125 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 13:58:11,171 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:58:11,177 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:58:11,178 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 13:58:11,183 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:58:11,185 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 13:58:11,185 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 13:59:11,108 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 13:59:11,108 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 13:59:11,122 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 13:59:11,124 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 13:59:11,147 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:59:11,153 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:59:11,155 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 13:59:11,155 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:00:11,117 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:00:11,118 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:00:11,118 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:00:11,139 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:00:11,140 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:00:11,141 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:00:11,172 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:00:11,178 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:00:11,184 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:00:11,185 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:00:11,185 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:00:11,186 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:01:11,124 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:01:11,124 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:01:11,137 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:01:11,139 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:01:11,183 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:01:11,189 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:01:11,190 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:01:11,190 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:02:11,137 basehttp 26812 6221066240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:02:11,137 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:02:11,153 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:02:11,155 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:02:11,179 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:02:11,186 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:02:11,187 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:02:11,188 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:03:11,145 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:03:11,145 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:03:11,145 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:03:11,168 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:03:11,169 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:03:11,169 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:03:11,199 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:03:11,205 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:03:11,211 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:03:11,212 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:03:11,212 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:03:11,213 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:04:11,125 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:04:11,136 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:04:11,156 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:04:11,157 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:05:11,125 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:05:11,126 basehttp 26812 6237892608 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:05:11,126 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:05:11,142 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:05:11,143 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:05:11,145 basehttp 26812 6237892608 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:05:11,173 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:05:11,179 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:05:11,185 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:05:11,185 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:05:11,186 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:05:11,187 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:06:11,142 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:06:11,142 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:06:11,142 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:06:11,162 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:06:11,164 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:06:11,166 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:06:11,197 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:06:11,203 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:06:11,208 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:06:11,209 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:06:11,210 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:06:11,211 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:07:11,119 basehttp 26812 6221066240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:07:11,120 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:07:11,130 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:07:11,132 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:07:11,153 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:07:11,160 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:07:11,161 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:07:11,161 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:08:11,128 basehttp 26812 6237892608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:08:11,129 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:08:11,148 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:08:11,148 basehttp 26812 6237892608 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:08:11,174 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:08:11,181 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:08:11,182 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:08:11,182 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:09:11,138 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:09:11,138 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:09:11,139 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:09:11,162 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:09:11,162 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:09:11,162 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:09:11,193 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:09:11,199 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:09:11,206 log 26812 6254718976 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:09:11,206 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:09:11,207 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:09:11,208 basehttp 26812 6254718976 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:10:11,125 basehttp 26812 6254718976 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:10:11,125 basehttp 26812 6237892608 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:10:11,138 basehttp 26812 6237892608 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:10:11,141 basehttp 26812 6254718976 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:10:11,164 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:10:11,170 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:10:11,172 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:10:11,175 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:11:11,135 basehttp 26812 6221066240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:11:11,135 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:11:11,155 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:11:11,155 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:11:11,181 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:11:11,188 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:11:11,190 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:11:11,193 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:12:11,120 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:12:11,120 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:12:11,134 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:12:11,134 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:12:11,157 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:12:11,164 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:12:11,166 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:12:11,169 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:13:11,124 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:13:11,130 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:13:11,130 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:13:11,139 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:13:11,151 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:13:11,152 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:13:11,165 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:13:11,172 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:13:11,182 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:13:11,189 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:13:11,190 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:13:11,190 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:14:11,131 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:14:11,131 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:14:11,145 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:14:11,146 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:14:11,169 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:14:11,175 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:14:11,177 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:14:11,177 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:15:11,114 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:15:11,115 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:15:11,124 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:15:11,125 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:15:11,158 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:15:11,164 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:15:11,165 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:15:11,166 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:16:11,144 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:16:11,144 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:16:11,144 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:16:11,161 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:16:11,161 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:16:11,162 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:16:11,221 log 26812 6254718976 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:16:11,222 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:16:11,228 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:16:11,229 basehttp 26812 6254718976 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:16:11,230 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:16:11,231 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:17:11,150 basehttp 26812 6237892608 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:17:11,150 basehttp 26812 6221066240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:17:11,165 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:17:11,167 basehttp 26812 6237892608 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:17:11,192 log 26812 6254718976 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:17:11,199 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:17:11,200 basehttp 26812 6254718976 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:17:11,200 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:18:11,146 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:18:11,147 basehttp 26812 6254718976 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:18:11,160 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:18:11,162 basehttp 26812 6254718976 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:18:11,185 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:18:11,191 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:18:11,192 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:18:11,193 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:19:11,158 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:19:11,158 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:19:11,158 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:19:11,176 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:19:11,178 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:19:11,180 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:19:11,218 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:19:11,221 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:19:11,232 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:19:11,237 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:19:11,238 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:19:11,239 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:20:11,146 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:20:11,146 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:20:11,161 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:20:11,163 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:20:11,187 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:20:11,193 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:20:11,194 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:20:11,194 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:21:11,142 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:21:11,143 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:21:11,159 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:21:11,160 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:21:11,192 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:21:11,193 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:21:11,196 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:21:11,197 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:22:11,137 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:22:11,140 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:22:11,147 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:22:11,150 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:22:11,170 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:22:11,177 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:22:11,177 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:22:11,179 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:23:11,148 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:23:11,148 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:23:11,163 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:23:11,166 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:23:11,189 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:23:11,197 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:23:11,197 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:23:11,198 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:24:11,150 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:24:11,155 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:24:11,155 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:24:11,162 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:24:11,174 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:24:11,175 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:24:11,195 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:24:11,197 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:24:11,204 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:24:11,210 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:24:11,211 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:24:11,212 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:25:11,152 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:25:11,153 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:25:11,153 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:25:11,170 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:25:11,172 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:25:11,174 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:25:11,191 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:25:11,193 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:25:11,204 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:25:11,211 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:25:11,212 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:25:11,212 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:26:11,134 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:26:11,145 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:26:11,166 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:26:11,168 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:27:11,150 basehttp 26812 6221066240 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:27:11,153 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:27:11,154 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:27:11,166 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:27:11,171 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:27:11,173 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:27:11,185 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:27:11,191 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:27:11,199 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:27:11,205 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:27:11,206 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:27:11,207 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:28:11,146 basehttp 26812 6237892608 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:28:11,146 basehttp 26812 6221066240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:28:11,163 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:28:11,163 basehttp 26812 6237892608 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:28:11,190 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:28:11,196 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:28:11,199 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:28:11,201 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:29:11,158 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:29:11,158 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:29:11,158 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:29:11,177 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:29:11,180 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:29:11,180 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:29:11,205 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:29:11,207 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:29:11,213 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:29:11,220 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:29:11,221 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:29:11,221 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:30:11,124 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:30:11,131 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:30:11,147 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:30:11,148 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:31:11,156 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:31:11,156 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:31:11,156 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:31:11,176 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:31:11,179 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:31:11,179 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:31:11,214 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:31:11,220 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:31:11,226 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:31:11,227 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:31:11,228 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:31:11,229 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:32:11,243 basehttp 26812 6221066240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:32:11,252 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:32:11,273 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:32:11,277 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:33:11,253 basehttp 26812 6237892608 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:33:11,253 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:33:11,253 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:33:11,272 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:33:11,276 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:33:11,277 basehttp 26812 6237892608 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:33:11,345 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:33:11,351 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:33:11,357 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:33:11,358 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:33:11,359 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:33:11,360 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:34:11,243 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:34:11,252 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:34:11,272 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:34:11,273 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:35:11,248 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:35:11,248 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:35:11,248 basehttp 26812 6221066240 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:35:11,271 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:35:11,272 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:35:11,272 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:35:11,306 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:35:11,318 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:35:11,318 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:35:11,319 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:35:11,320 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:35:11,320 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:36:11,235 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:36:11,235 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:36:11,251 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:36:11,251 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:36:11,275 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:36:11,282 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:36:11,283 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:36:11,284 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:37:11,235 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:37:11,235 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:37:11,248 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:37:11,248 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:37:11,275 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:37:11,282 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:37:11,283 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:37:11,283 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:38:11,235 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:38:11,235 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:38:11,256 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:38:11,256 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:38:11,258 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:38:11,275 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:38:11,304 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:38:11,306 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:38:11,306 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:38:11,307 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:38:11,308 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:38:11,309 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:39:11,230 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:39:11,230 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:39:11,244 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:39:11,244 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:39:11,268 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:39:11,274 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:39:11,276 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:39:11,276 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:40:11,239 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:40:11,239 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:40:11,253 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:40:11,253 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:40:11,280 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:40:11,286 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:40:11,288 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:40:11,288 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:41:11,245 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:41:11,245 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:41:11,245 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:41:11,266 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:41:11,268 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:41:11,268 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:41:11,301 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:41:11,307 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:41:11,313 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:41:11,314 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:41:11,314 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:41:11,315 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:42:11,240 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:42:11,240 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:42:11,255 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:42:11,256 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:42:11,283 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:42:11,290 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:42:11,291 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:42:11,293 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:43:11,226 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:43:11,227 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:43:11,239 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:43:11,241 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:43:11,265 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:43:11,272 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:43:11,273 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:43:11,274 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:44:11,253 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:44:11,253 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:44:11,253 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:44:11,272 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:44:11,274 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:44:11,275 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:44:11,307 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:44:11,308 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:44:11,314 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:44:11,316 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:44:11,318 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:44:11,321 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:45:11,244 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:45:11,244 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:45:11,259 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:45:11,259 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:45:11,285 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:45:11,292 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:45:11,294 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:45:11,296 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:46:11,227 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:46:11,227 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:46:11,238 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:46:11,240 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:46:11,264 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:46:11,271 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:46:11,272 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:46:11,272 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:47:11,315 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:47:11,316 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:47:11,316 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:47:11,338 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:47:11,339 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:47:11,339 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:47:11,388 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:47:11,394 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:47:11,400 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:47:11,400 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:47:11,402 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:47:11,402 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:48:11,310 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:48:11,310 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:48:11,324 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:48:11,326 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:48:11,349 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:48:11,355 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:48:11,368 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:48:11,371 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:49:11,307 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:49:11,307 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:49:11,325 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:49:11,325 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:49:11,351 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:49:11,358 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:49:11,359 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:49:11,360 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:50:11,314 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:50:11,317 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:50:11,317 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:50:11,333 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:50:11,335 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:50:11,337 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:50:11,354 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:50:11,360 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:50:11,368 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:50:11,374 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:50:11,376 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:50:11,376 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:51:11,307 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:51:11,335 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:51:11,352 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:51:11,353 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:52:11,312 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:52:11,312 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:52:11,312 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:52:11,331 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:52:11,333 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:52:11,333 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:52:11,365 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:52:11,371 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:52:11,376 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:52:11,377 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:52:11,378 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:52:11,378 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:53:11,316 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:53:11,316 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:53:11,335 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:53:11,335 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:53:11,360 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:53:11,367 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:53:11,368 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:53:11,368 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:54:11,307 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:54:11,311 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:54:11,323 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:54:11,326 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:54:11,350 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:54:11,351 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:54:11,352 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:54:11,353 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:55:11,317 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:55:11,317 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:55:11,332 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:55:11,334 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:55:11,358 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:55:11,364 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:55:11,365 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:55:11,366 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:56:11,322 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:56:11,322 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:56:11,337 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:56:11,337 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:56:11,368 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:56:11,368 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:56:11,369 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:56:11,370 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:57:11,310 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:57:11,310 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:57:11,323 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:57:11,323 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:57:11,351 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:57:11,357 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:57:11,358 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:57:11,359 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:58:11,331 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:58:11,331 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:58:11,331 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:58:11,355 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:58:11,357 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:58:11,359 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:58:11,398 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:58:11,399 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:58:11,405 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:58:11,406 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:58:11,407 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:58:11,408 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:59:11,298 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:59:11,303 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:59:11,307 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:59:11,311 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:59:11,327 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:59:11,334 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:59:11,335 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:59:11,336 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:00:11,319 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:00:11,319 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:00:11,334 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:00:11,334 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:00:11,358 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:00:11,365 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:00:11,366 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:00:11,367 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 15:01:11,321 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:01:11,321 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:01:11,321 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:01:11,337 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:01:11,339 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:01:11,341 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:01:11,369 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:01:11,375 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:01:11,381 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:01:11,382 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:01:11,383 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:01:11,383 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 15:02:11,305 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:02:11,305 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:02:11,305 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:02:11,323 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:02:11,324 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:02:11,325 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:02:11,363 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:02:11,364 log 26812 6254718976 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:02:11,369 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:02:11,370 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:02:11,371 basehttp 26812 6254718976 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:02:11,372 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:03:11,269 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:03:11,275 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:03:11,290 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:03:11,291 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:04:11,300 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:04:11,300 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:04:11,300 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:04:11,322 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:04:11,324 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:04:11,326 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:04:11,344 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:04:11,350 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:04:11,358 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:04:11,364 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:04:11,365 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:04:11,366 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:05:11,292 basehttp 26812 6237892608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:05:11,292 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:05:11,292 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:05:11,313 basehttp 26812 6237892608 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:05:11,316 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:05:11,317 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:05:11,347 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:05:11,353 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:05:11,359 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:05:11,360 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:05:11,360 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:05:11,361 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:06:11,273 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:06:11,280 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:06:11,298 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:06:11,300 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:07:11,290 basehttp 26812 6237892608 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:07:11,292 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:07:11,292 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:07:11,308 basehttp 26812 6237892608 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:07:11,312 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:07:11,312 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:07:11,342 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:07:11,348 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:07:11,354 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:07:11,354 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:07:11,355 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:07:11,356 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:08:11,269 basehttp 26812 6221066240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:08:11,275 basehttp 26812 6237892608 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:08:11,278 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:08:11,282 basehttp 26812 6237892608 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:08:11,298 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:08:11,306 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:08:11,306 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:08:11,307 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:09:11,282 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:09:11,286 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:09:11,287 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:09:11,295 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:09:11,305 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:09:11,315 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:09:11,336 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:09:11,342 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:09:11,348 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:09:11,363 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:09:11,364 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:09:11,366 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:10:11,270 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:10:11,276 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:10:11,284 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:10:11,286 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:10:11,289 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:10:11,308 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:10:11,318 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:10:11,324 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:10:11,326 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:10:11,329 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:10:11,336 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:10:11,337 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:11:14,268 basehttp 26812 6221066240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:11:14,479 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:11:14,529 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:11:14,531 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:12:11,718 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:12:11,877 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:12:11,912 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:12:11,916 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:12:11,951 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:12:11,951 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:12:11,968 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:12:11,974 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:12:11,984 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:12:11,991 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:12:11,996 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:12:11,999 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:13:11,416 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:13:11,514 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:13:11,531 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:13:11,532 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:14:11,290 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:14:11,290 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:14:11,290 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:14:11,308 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:14:11,311 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:14:11,311 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:14:11,344 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:14:11,356 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:14:11,357 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:14:11,358 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:14:11,358 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:14:11,359 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:15:11,290 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:15:11,290 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:15:11,290 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:15:11,307 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:15:11,309 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:15:11,309 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:15:11,346 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:15:11,352 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:15:11,353 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:15:11,354 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:15:11,355 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:15:11,355 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:16:11,288 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:16:11,297 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:16:11,316 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:16:11,318 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:17:11,305 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:17:11,307 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:17:11,307 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:17:11,324 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:17:11,326 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:17:11,328 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:17:11,361 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:17:11,362 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:17:11,368 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:17:11,369 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:17:11,370 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:17:11,373 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:18:11,334 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:18:11,343 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:18:11,366 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:18:11,367 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:19:11,359 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:19:11,359 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:19:11,360 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:19:11,382 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:19:11,382 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:19:11,383 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:19:11,415 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:19:11,420 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:19:11,426 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:19:11,427 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:19:11,428 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:19:11,428 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 15:20:11,343 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:20:11,353 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:20:11,373 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:20:11,378 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:21:11,352 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:21:11,352 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:21:11,352 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:21:11,372 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:21:11,375 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:21:11,378 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:21:11,422 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:21:11,429 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:21:11,430 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:21:11,432 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:21:11,435 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:21:11,437 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:22:11,338 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:22:11,343 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:22:11,359 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:22:11,360 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:23:11,353 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:23:11,354 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:23:11,354 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:23:11,376 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:23:11,377 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:23:11,379 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:23:11,443 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:23:11,459 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:23:11,467 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:23:11,468 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:23:11,469 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:23:11,470 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 15:24:11,342 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:24:11,352 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:24:11,373 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:24:11,375 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:25:11,357 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:25:11,358 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:25:11,358 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:25:11,374 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:25:11,377 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:25:11,379 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:25:11,391 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:25:11,396 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:25:11,410 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:25:11,411 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:25:11,413 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:25:11,413 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:26:11,362 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:26:11,362 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:26:11,378 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:26:11,378 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:26:11,403 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:26:11,409 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:26:11,411 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:26:11,412 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:27:11,358 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:27:11,358 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:27:11,371 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:27:11,373 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:27:11,401 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:27:11,401 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:27:11,402 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:27:11,403 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:28:11,343 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:28:11,344 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:28:11,356 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:28:11,356 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:28:11,377 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:28:11,384 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:28:11,385 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:28:11,387 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:29:11,349 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:29:11,350 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:29:11,363 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:29:11,365 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:29:11,389 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:29:11,396 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:29:11,397 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:29:11,399 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:30:11,357 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:30:11,357 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:30:11,371 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:30:11,373 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:30:11,395 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:30:11,402 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:30:11,404 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:30:11,407 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:31:11,366 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:31:11,366 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:31:11,366 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:31:11,386 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:31:11,388 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:31:11,389 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:31:11,418 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:31:11,424 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:31:11,430 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:31:11,430 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:31:11,431 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:31:11,432 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:32:11,400 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:32:11,400 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:32:11,400 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:32:11,419 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:32:11,423 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:32:11,423 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:32:11,452 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:32:11,458 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:32:11,464 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:32:11,466 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:32:11,468 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:32:11,470 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:33:11,348 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:33:11,357 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:33:11,377 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:33:11,379 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:34:11,370 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:34:11,370 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:34:11,371 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:34:11,389 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:34:11,392 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:34:11,392 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:34:11,421 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:34:11,427 log 26812 6254718976 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:34:11,433 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:34:11,434 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:34:11,434 basehttp 26812 6254718976 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:34:11,435 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:35:11,368 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:35:11,368 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:35:11,382 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:35:11,382 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:35:11,406 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:35:11,412 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:35:11,414 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:35:11,415 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:36:11,367 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:36:11,367 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:36:11,382 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:36:11,383 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:36:11,405 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:36:11,412 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:36:11,412 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:36:11,413 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:37:11,367 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:37:11,368 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:37:11,381 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:37:11,382 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:37:11,404 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:37:11,411 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:37:11,413 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:37:11,414 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:38:11,373 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:38:11,374 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:38:11,376 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:38:11,394 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:38:11,398 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:38:11,398 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:38:11,427 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:38:11,433 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:38:11,439 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:38:11,441 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:38:11,444 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:38:11,447 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:39:11,375 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:39:11,383 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:39:11,402 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:39:11,404 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:40:11,381 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:40:11,382 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:40:11,382 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:40:11,399 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:40:11,402 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:40:11,403 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:40:11,437 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:40:11,438 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:40:11,443 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:40:11,445 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:40:11,447 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:40:11,449 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:41:11,374 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:41:11,374 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:41:11,375 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:41:11,394 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:41:11,394 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:41:11,394 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:41:11,424 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:41:11,430 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:41:11,431 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:41:11,432 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:41:11,433 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:41:11,434 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:42:11,361 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:42:11,372 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:42:11,391 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:42:11,393 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:43:11,375 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:43:11,378 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:43:11,378 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:43:11,390 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:43:11,398 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:43:11,400 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:43:11,412 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:43:11,415 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:43:11,426 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:43:11,432 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:43:11,433 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:43:11,434 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:44:11,378 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:44:11,385 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:44:11,429 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:44:11,430 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:45:11,962 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:45:11,991 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:45:12,012 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:45:12,016 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:45:12,016 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:45:12,024 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:45:12,096 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:45:12,102 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:45:12,107 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:45:15,269 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:45:15,481 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:45:15,486 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:46:11,398 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:46:11,437 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:46:11,453 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:46:11,901 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:47:11,373 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:47:11,379 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:47:11,379 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:47:11,388 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:47:11,400 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:47:11,402 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:47:11,413 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:47:11,416 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:47:11,427 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:47:11,433 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:47:11,435 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:47:11,435 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:48:11,400 basehttp 26812 6237892608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:48:11,410 basehttp 26812 6237892608 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:48:11,429 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:48:11,431 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:49:11,405 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:49:11,409 basehttp 26812 6221066240 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:49:11,410 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:49:11,419 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:49:11,428 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:49:11,430 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:49:11,441 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:49:11,448 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:49:11,456 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:49:11,461 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:49:11,462 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:49:11,463 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:50:11,383 basehttp 26812 6237892608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:50:11,392 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:50:11,393 basehttp 26812 6237892608 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:50:11,404 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:50:11,412 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:50:11,415 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:50:11,421 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:50:11,423 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 15:51:11,407 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:51:11,407 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:51:11,420 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:51:11,422 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:51:11,446 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:51:11,453 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:51:11,455 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:51:11,458 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:52:11,408 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:52:11,408 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:52:11,423 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:52:11,425 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:52:11,448 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:52:11,454 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:52:11,457 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:52:11,462 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 15:53:11,408 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:53:11,408 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:53:11,423 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:53:11,424 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:53:11,448 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:53:11,454 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:53:11,455 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:53:11,457 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:54:11,413 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:54:11,413 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:54:11,429 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:54:11,429 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:54:11,458 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:54:11,459 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:54:11,464 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:54:11,469 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 15:55:11,420 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:55:11,420 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:55:11,433 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:55:11,434 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:55:11,458 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:55:11,464 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:55:11,467 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:55:11,471 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:56:11,422 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:56:11,422 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:56:11,435 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:56:11,437 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:56:11,486 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:56:11,493 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:56:11,517 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:56:11,521 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 15:57:11,413 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:57:11,414 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:57:11,425 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:57:11,425 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:57:11,446 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:57:11,452 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:57:11,456 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:57:11,459 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:58:11,419 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:58:11,419 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:58:11,432 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:58:11,434 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:58:11,459 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:58:11,465 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:58:11,467 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:58:11,468 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:59:11,422 basehttp 26812 6221066240 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:59:11,422 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:59:11,435 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:59:11,436 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:59:11,460 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:59:11,466 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:59:11,468 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:59:11,469 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 16:00:11,432 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:00:11,433 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:00:11,433 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:00:11,451 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:00:11,454 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:00:11,455 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:00:11,500 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:00:11,505 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:00:11,510 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:00:11,512 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 16:00:11,515 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 16:00:11,516 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 16:01:11,409 basehttp 26812 6221066240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:01:11,418 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:01:11,440 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:01:11,442 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 16:02:11,417 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:02:11,417 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:02:11,417 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:02:11,433 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:02:11,435 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:02:11,436 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:02:11,465 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:02:11,471 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:02:11,476 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:02:11,478 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 16:02:11,479 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 16:02:11,482 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 16:03:11,426 basehttp 26812 6221066240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:03:11,426 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:03:11,441 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:03:11,441 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:03:11,472 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:03:11,472 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:03:11,473 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 16:03:11,475 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 16:04:11,419 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:04:11,419 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:04:11,433 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:04:11,434 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:04:11,505 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:04:11,511 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:04:11,513 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 16:04:11,514 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 16:05:11,426 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:05:11,426 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:05:11,442 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:05:11,442 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:05:11,465 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:05:11,471 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:05:11,473 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 16:05:11,474 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 16:06:11,443 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:06:11,443 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:06:11,443 basehttp 26812 6221066240 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:06:11,463 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:06:11,464 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:06:11,464 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:06:11,495 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:06:11,500 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:06:11,506 log 26812 6254718976 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:06:11,508 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 16:06:11,510 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 16:06:11,511 basehttp 26812 6254718976 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 16:07:11,433 basehttp 26812 6237892608 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:07:11,433 basehttp 26812 6254718976 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:07:11,446 basehttp 26812 6254718976 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:07:11,447 basehttp 26812 6237892608 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:07:11,468 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:07:11,475 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:07:11,476 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 16:07:11,477 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 16:08:11,431 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:08:11,431 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:08:11,445 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:08:11,446 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:08:11,468 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:08:11,474 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:08:11,476 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 16:08:11,478 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 16:09:11,431 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:09:11,431 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:09:11,431 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:09:11,461 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:09:11,461 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:09:11,461 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:09:11,491 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:09:11,497 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:09:11,502 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:09:11,504 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 16:09:11,505 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 16:09:11,507 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 16:10:11,446 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:10:11,446 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:10:11,446 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:10:11,463 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:10:11,466 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:10:11,467 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:10:11,496 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:10:11,501 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:10:11,507 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:10:11,509 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 16:10:11,511 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 16:10:11,513 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 16:11:11,442 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:11:11,442 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:11:11,442 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:11:11,459 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:11:11,463 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:11:11,463 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:11:11,492 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:11:11,498 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:11:11,504 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:11:11,504 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 16:11:11,506 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 16:11:11,509 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 16:12:11,423 basehttp 26812 6221066240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:12:11,432 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:12:11,452 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:12:11,454 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 16:13:11,451 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:13:11,452 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:13:11,452 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:13:11,470 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:13:11,472 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:13:11,473 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:13:11,507 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:13:11,512 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:13:11,518 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:13:11,519 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 16:13:11,521 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 16:13:11,523 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 16:14:11,434 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:14:11,442 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:14:11,462 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:14:11,464 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 16:15:11,456 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:15:11,456 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:15:11,456 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:15:11,479 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:15:11,479 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:15:11,479 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:15:11,511 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:15:11,517 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:15:11,522 log 26812 6254718976 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:15:11,523 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 16:15:11,524 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 16:15:11,525 basehttp 26812 6254718976 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 16:24:17,256 autoreload 3315 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 16:24:21,571 basehttp 3315 6168752128 "GET /en/ HTTP/1.1" 302 0 INFO 2025-08-12 16:24:21,578 basehttp 3315 6168752128 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:24:21,597 log 3315 6168752128 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:24:21,599 basehttp 3315 6168752128 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160183 ERROR 2025-08-12 16:24:25,509 log 3315 6168752128 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:24:25,511 basehttp 3315 6168752128 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160183 INFO 2025-08-12 16:25:29,251 autoreload 3876 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 16:25:30,625 basehttp 3876 6157545472 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 16:25:30,709 basehttp 3876 6157545472 "GET /en/ HTTP/1.1" 302 0 INFO 2025-08-12 16:25:30,713 basehttp 3876 6157545472 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:25:30,727 log 3876 6157545472 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:25:30,729 basehttp 3876 6157545472 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 161428 WARNING 2025-08-12 16:25:30,766 log 3876 6157545472 Not Found: /favicon.ico WARNING 2025-08-12 16:25:30,766 basehttp 3876 6157545472 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-12 16:26:19,937 autoreload 4274 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 16:26:22,632 log 4274 6168522752 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:26:22,634 basehttp 4274 6168522752 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160183 INFO 2025-08-12 16:26:26,833 basehttp 4274 6168522752 "GET /en/accounts/login/ HTTP/1.1" 200 21295 INFO 2025-08-12 16:26:26,880 basehttp 4274 6168522752 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:26:26,886 basehttp 4274 6168522752 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:26:26,900 log 4274 6168522752 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:26:26,901 basehttp 4274 6168522752 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161120 INFO 2025-08-12 16:26:30,683 basehttp 4274 6168522752 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 16:26:30,688 basehttp 4274 6168522752 "GET /en/ HTTP/1.1" 302 0 INFO 2025-08-12 16:26:30,694 basehttp 4274 6168522752 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:26:30,709 log 4274 6168522752 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:26:30,711 basehttp 4274 6168522752 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160044 INFO 2025-08-12 16:26:31,844 basehttp 4274 6168522752 "GET /en/accounts/login/ HTTP/1.1" 200 21295 INFO 2025-08-12 16:26:40,848 basehttp 4274 6168522752 "POST /en/accounts/login/ HTTP/1.1" 200 21295 INFO 2025-08-12 16:26:40,881 basehttp 4274 6168522752 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:26:40,889 basehttp 4274 6168522752 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:26:40,906 log 4274 6168522752 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:26:40,907 basehttp 4274 6168522752 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161120 INFO 2025-08-12 16:26:47,619 basehttp 4274 6168522752 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-08-12 16:26:47,658 basehttp 4274 6168522752 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-08-12 16:26:47,671 basehttp 4274 6168522752 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-08-12 16:26:47,684 basehttp 4274 13186969600 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-12 16:26:47,684 basehttp 4274 13237448704 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-12 16:26:47,684 basehttp 4274 13170143232 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-12 16:26:47,684 basehttp 4274 13203795968 "GET /static/admin/css/login.css HTTP/1.1" 200 951 INFO 2025-08-12 16:26:47,685 basehttp 4274 13220622336 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-12 16:26:47,685 basehttp 4274 6168522752 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-12 16:26:47,686 basehttp 4274 6168522752 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-12 16:26:54,329 basehttp 4274 6168522752 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-08-12 16:26:54,351 basehttp 4274 6168522752 "GET /en/admin/ HTTP/1.1" 200 86670 INFO 2025-08-12 16:26:54,365 basehttp 4274 6168522752 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-08-12 16:26:54,366 basehttp 4274 13220622336 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-12 16:26:54,366 basehttp 4274 13170143232 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-12 16:26:57,513 basehttp 4274 13170143232 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 16:26:57,539 basehttp 4274 13220622336 "GET /en/ HTTP/1.1" 200 46436 INFO 2025-08-12 16:26:57,595 basehttp 4274 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:26:57,599 basehttp 4274 13203795968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 16:26:57,600 basehttp 4274 13237448704 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 16:26:57,601 basehttp 4274 6168522752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:27:01,612 basehttp 4274 6168522752 "GET /en/ HTTP/1.1" 200 46436 INFO 2025-08-12 16:27:01,676 basehttp 4274 13203795968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 16:27:01,676 basehttp 4274 6168522752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:27:01,677 basehttp 4274 13220622336 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 16:27:01,679 basehttp 4274 13237448704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:27:02,389 basehttp 4274 13237448704 "GET /en/ HTTP/1.1" 200 46436 INFO 2025-08-12 16:27:02,457 basehttp 4274 6168522752 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 16:27:02,458 basehttp 4274 13203795968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 16:27:02,459 basehttp 4274 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:27:02,461 basehttp 4274 13220622336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:27:32,442 basehttp 4274 13220622336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:28:02,455 basehttp 4274 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:28:02,456 basehttp 4274 13237448704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 16:28:02,458 basehttp 4274 13203795968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:28:32,447 basehttp 4274 13203795968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:29:02,467 basehttp 4274 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:29:02,467 basehttp 4274 13237448704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 16:29:02,469 basehttp 4274 13220622336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:29:32,453 basehttp 4274 13220622336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:30:02,468 basehttp 4274 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:30:02,470 basehttp 4274 13203795968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 16:30:02,471 basehttp 4274 13237448704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:30:32,458 basehttp 4274 13237448704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:31:02,462 basehttp 4274 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:31:02,463 basehttp 4274 13203795968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 16:31:02,465 basehttp 4274 13220622336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:31:32,464 basehttp 4274 13220622336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:31:59,362 basehttp 4274 13220622336 "GET /en/departments HTTP/1.1" 301 0 INFO 2025-08-12 16:31:59,375 basehttp 4274 13237448704 "GET /en/departments/ HTTP/1.1" 200 134400 INFO 2025-08-12 16:31:59,395 basehttp 4274 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:32:05,978 basehttp 4274 13237448704 "GET /en/departments/74/ HTTP/1.1" 200 38226 INFO 2025-08-12 16:32:06,354 basehttp 4274 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:32:09,871 basehttp 4274 13237448704 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42224 INFO 2025-08-12 16:32:09,882 basehttp 4274 13237448704 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-08-12 16:32:09,883 basehttp 4274 13170143232 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-08-12 16:32:09,883 basehttp 4274 13203795968 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-08-12 16:32:09,883 basehttp 4274 6168522752 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-08-12 16:32:09,883 basehttp 4274 13220622336 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-08-12 16:32:09,884 basehttp 4274 13186969600 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-08-12 16:32:09,887 basehttp 4274 6168522752 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-08-12 16:32:09,887 basehttp 4274 13186969600 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-08-12 16:32:09,888 basehttp 4274 13170143232 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-08-12 16:32:09,888 basehttp 4274 13220622336 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-08-12 16:32:09,922 basehttp 4274 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:32:09,957 basehttp 4274 13220622336 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42224 ERROR 2025-08-12 16:32:10,001 log 4274 13170143232 Internal Server Error: /en/inventory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 889, in inventory_stats 'low_stock_items': InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'quantity' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-12 16:32:10,002 basehttp 4274 13170143232 "GET /en/inventory/htmx/stats/ HTTP/1.1" 500 124311 ERROR 2025-08-12 16:32:33,572 log 4274 13170143232 Internal Server Error: /en/inventory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 889, in inventory_stats 'low_stock_items': InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'quantity' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-12 16:32:33,573 basehttp 4274 13170143232 "GET /en/inventory/htmx/stats/ HTTP/1.1" 500 124311 INFO 2025-08-12 16:33:09,934 basehttp 4274 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:34:09,934 basehttp 4274 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:35:09,937 basehttp 4274 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:35:15,894 autoreload 4274 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 16:35:16,177 autoreload 8213 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 16:35:17,233 basehttp 8213 6192803840 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42224 INFO 2025-08-12 16:35:17,270 basehttp 8213 6192803840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:35:17,292 basehttp 8213 6192803840 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42224 ERROR 2025-08-12 16:35:17,332 log 8213 6209630208 Internal Server Error: /en/inventory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 889, in inventory_stats 'low_stock_items': InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1535, in build_filter value = self.resolve_lookup_value(value, can_reuse, allow_joins, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1300, in resolve_lookup_value value = value.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'minimum_stock_level' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-12 16:35:17,334 basehttp 8213 6209630208 "GET /en/inventory/htmx/stats/ HTTP/1.1" 500 139885 ERROR 2025-08-12 16:36:10,002 log 8213 6209630208 Internal Server Error: /en/inventory/items/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'generate_item_code' not found. 'generate_item_code' is not a valid view function or pattern name. ERROR 2025-08-12 16:36:10,004 basehttp 8213 6209630208 "GET /en/inventory/items/create/ HTTP/1.1" 500 171313 INFO 2025-08-12 16:37:21,039 autoreload 8213 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 16:37:21,324 autoreload 9061 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 16:37:25,396 basehttp 9061 6193147904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:37:26,019 basehttp 9061 6193147904 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42224 INFO 2025-08-12 16:37:26,095 basehttp 9061 6193147904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:37:26,126 basehttp 9061 6193147904 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42224 ERROR 2025-08-12 16:37:26,177 log 9061 6209974272 Internal Server Error: /en/inventory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 889, in inventory_stats 'low_stock_items': InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-12 16:37:26,178 basehttp 9061 6209974272 "GET /en/inventory/htmx/stats/ HTTP/1.1" 500 125130 INFO 2025-08-12 16:38:26,112 basehttp 9061 6209974272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:38:56,692 autoreload 9061 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 16:38:56,979 autoreload 9860 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 16:39:00,413 basehttp 9860 6190575616 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42224 INFO 2025-08-12 16:39:00,490 basehttp 9860 6190575616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:39:00,520 basehttp 9860 6190575616 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42224 ERROR 2025-08-12 16:39:00,564 log 9860 6207401984 Internal Server Error: /en/inventory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 893, in inventory_stats 'expired_items': InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'expiry_date' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-12 16:39:00,565 basehttp 9860 6207401984 "GET /en/inventory/htmx/stats/ HTTP/1.1" 500 124630 INFO 2025-08-12 16:39:26,140 autoreload 9860 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 16:39:26,420 autoreload 10026 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 16:39:28,698 basehttp 10026 6202716160 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42224 INFO 2025-08-12 16:39:28,780 basehttp 10026 6202716160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:39:28,814 basehttp 10026 6202716160 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42224 INFO 2025-08-12 16:39:28,817 basehttp 10026 6219542528 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-12 16:40:24,939 autoreload 10026 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 16:40:25,229 autoreload 10485 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 16:40:29,109 basehttp 10485 6170079232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:40:29,534 basehttp 10485 6170079232 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42224 INFO 2025-08-12 16:40:29,612 basehttp 10485 6170079232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:40:29,641 basehttp 10485 6170079232 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42224 INFO 2025-08-12 16:40:29,645 basehttp 10485 13035925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-12 16:41:29,626 basehttp 10485 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:41:33,786 basehttp 10485 13035925504 "GET /en/admin/ HTTP/1.1" 200 86670 INFO 2025-08-12 16:41:39,639 basehttp 10485 13035925504 "GET /en/admin/inventory/inventoryitem/ HTTP/1.1" 200 71816 INFO 2025-08-12 16:41:39,657 basehttp 10485 13069578240 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-12 16:41:39,658 basehttp 10485 13035925504 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-12 16:41:39,658 basehttp 10485 13103230976 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-12 16:41:39,659 basehttp 10485 13086404608 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-12 16:41:39,661 basehttp 10485 13069578240 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-12 16:41:39,662 basehttp 10485 13086404608 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-12 16:41:39,663 basehttp 10485 13035925504 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-12 16:41:39,665 basehttp 10485 13069578240 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-12 16:41:39,665 basehttp 10485 6170079232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 16:41:39,667 basehttp 10485 13052751872 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-12 16:41:39,669 basehttp 10485 13103230976 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-12 16:41:39,673 basehttp 10485 13103230976 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-12 16:41:39,687 basehttp 10485 13103230976 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-12 16:41:39,687 basehttp 10485 13052751872 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-12 16:52:00,985 autoreload 15672 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 16:52:04,010 basehttp 15672 6168834048 "GET /en/admin/inventory/inventoryitem/ HTTP/1.1" 200 117495 INFO 2025-08-12 16:52:04,026 basehttp 15672 6185660416 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-12 16:52:04,032 basehttp 15672 6168834048 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 16:52:04,054 basehttp 15672 6168834048 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-08-12 16:52:12,926 basehttp 15672 6168834048 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 16:52:12,976 basehttp 15672 6185660416 "GET /en/ HTTP/1.1" 200 46437 INFO 2025-08-12 16:52:13,071 basehttp 15672 6185660416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:52:13,077 basehttp 15672 6202486784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 16:52:13,077 basehttp 15672 6219313152 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 16:52:13,077 basehttp 15672 6168834048 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:52:18,005 basehttp 15672 6168834048 "GET /en/departments/ HTTP/1.1" 200 134400 INFO 2025-08-12 16:52:18,041 basehttp 15672 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:52:21,601 basehttp 15672 6168834048 "GET /en/departments/74/ HTTP/1.1" 200 38226 INFO 2025-08-12 16:52:21,672 basehttp 15672 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:52:23,728 basehttp 15672 6168834048 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42224 INFO 2025-08-12 16:52:23,810 basehttp 15672 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:52:23,837 basehttp 15672 6168834048 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42224 INFO 2025-08-12 16:52:23,838 basehttp 15672 6219313152 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-12 16:52:44,775 basehttp 15672 6219313152 "GET /en/inventory/items HTTP/1.1" 301 0 INFO 2025-08-12 16:52:44,785 basehttp 15672 6168834048 "GET /en/inventory/items/ HTTP/1.1" 200 42224 INFO 2025-08-12 16:52:44,866 basehttp 15672 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:52:44,894 basehttp 15672 6168834048 "GET /en/inventory/items/ HTTP/1.1" 200 42224 INFO 2025-08-12 16:52:44,894 basehttp 15672 6202486784 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-12 16:52:53,723 basehttp 15672 6168834048 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:52:54,271 basehttp 15672 6168834048 "GET /en/admin/inventory/inventoryitem/ HTTP/1.1" 200 117495 INFO 2025-08-12 16:52:56,076 basehttp 15672 6168834048 "GET /en/admin/inventory/inventoryitem/405/change/ HTTP/1.1" 200 209283 INFO 2025-08-12 16:52:56,094 basehttp 15672 6168834048 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-12 16:52:56,094 basehttp 15672 6185660416 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-08-12 16:52:56,095 basehttp 15672 6219313152 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-08-12 16:52:56,095 basehttp 15672 6252965888 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-12 16:52:56,095 basehttp 15672 6236139520 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-08-12 16:52:56,096 basehttp 15672 6252965888 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-12 16:52:56,097 basehttp 15672 6202486784 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 16:52:56,100 basehttp 15672 6202486784 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-12 16:52:56,100 basehttp 15672 6252965888 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-08-12 16:52:56,105 basehttp 15672 6252965888 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-12 16:52:56,143 basehttp 15672 6252965888 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-08-12 16:53:44,375 basehttp 15672 6252965888 "POST /en/admin/inventory/inventoryitem/405/change/ HTTP/1.1" 302 0 INFO 2025-08-12 16:53:44,424 basehttp 15672 6252965888 "GET /en/admin/inventory/inventoryitem/ HTTP/1.1" 200 117785 INFO 2025-08-12 16:53:44,440 basehttp 15672 6252965888 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 16:53:54,129 basehttp 15672 6252965888 "GET /en/admin/inventory/inventoryitem/382/change/ HTTP/1.1" 200 209211 INFO 2025-08-12 16:53:54,143 basehttp 15672 6252965888 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 16:54:04,640 basehttp 15672 6252965888 "POST /en/admin/inventory/inventoryitem/382/change/ HTTP/1.1" 302 0 INFO 2025-08-12 16:54:04,698 basehttp 15672 6252965888 "GET /en/admin/inventory/inventoryitem/ HTTP/1.1" 200 117790 INFO 2025-08-12 16:54:04,712 basehttp 15672 6252965888 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 16:54:17,571 basehttp 15672 6252965888 "GET /en/admin/accounts/twofactordevice/ HTTP/1.1" 200 140797 INFO 2025-08-12 16:54:17,587 basehttp 15672 6252965888 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 16:54:21,523 basehttp 15672 6252965888 "GET /en/admin/accounts/user/ HTTP/1.1" 200 159500 INFO 2025-08-12 16:54:21,538 basehttp 15672 6252965888 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 16:54:26,385 basehttp 15672 6252965888 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 145986 INFO 2025-08-12 16:54:26,409 basehttp 15672 6252965888 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 16:54:36,720 basehttp 15672 6252965888 "GET /en/admin/integration/datamapping/ HTTP/1.1" 200 70700 INFO 2025-08-12 16:54:36,735 basehttp 15672 6252965888 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 16:54:44,230 basehttp 15672 6252965888 "GET /en/admin/inventory/inventorylocation/ HTTP/1.1" 200 78403 INFO 2025-08-12 16:54:44,246 basehttp 15672 6252965888 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 16:54:45,672 basehttp 15672 6252965888 "GET /en/admin/inventory/inventorylocation/78/change/ HTTP/1.1" 200 184907 INFO 2025-08-12 16:54:45,692 basehttp 15672 6252965888 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 16:55:02,520 basehttp 15672 6252965888 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 16:55:02,535 basehttp 15672 6202486784 "GET /en/ HTTP/1.1" 200 46437 INFO 2025-08-12 16:55:02,639 basehttp 15672 6168834048 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 16:55:02,640 basehttp 15672 6202486784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:55:02,643 basehttp 15672 6219313152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 16:55:02,644 basehttp 15672 6236139520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:55:08,541 basehttp 15672 6236139520 "GET /en/inventory/items/ HTTP/1.1" 200 42224 INFO 2025-08-12 16:55:08,586 basehttp 15672 6236139520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:55:08,619 basehttp 15672 6236139520 "GET /en/inventory/items/ HTTP/1.1" 200 42224 INFO 2025-08-12 16:55:08,620 basehttp 15672 6219313152 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-12 16:56:05,162 basehttp 15672 6219313152 "GET /en/inventory/items/ HTTP/1.1" 200 42224 INFO 2025-08-12 16:56:05,241 basehttp 15672 6219313152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:56:05,268 basehttp 15672 6219313152 "GET /en/inventory/items/ HTTP/1.1" 200 42224 INFO 2025-08-12 16:56:05,269 basehttp 15672 6236139520 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 ERROR 2025-08-12 16:56:40,303 log 15672 6236139520 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 77, in get_context_data ).aggregate( ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 775, in resolve_expression resolved = super().resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'quantity' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-12 16:56:40,306 basehttp 15672 6236139520 "GET /en/inventory/ HTTP/1.1" 500 139128 INFO 2025-08-12 16:57:11,094 autoreload 15672 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 16:57:11,402 autoreload 17979 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 16:57:12,510 log 17979 6133559296 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '{ expired_items' from '{ expired_items' ERROR 2025-08-12 16:57:12,513 basehttp 17979 6133559296 "GET /en/inventory/ HTTP/1.1" 500 201467 ERROR 2025-08-12 16:57:46,050 log 17979 6133559296 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'chart_data' not found. 'chart_data' is not a valid view function or pattern name. ERROR 2025-08-12 16:57:46,052 basehttp 17979 6133559296 "GET /en/inventory/ HTTP/1.1" 500 182291 INFO 2025-08-12 16:58:03,310 basehttp 17979 6133559296 "GET /en/inventory/ HTTP/1.1" 200 46179 INFO 2025-08-12 16:58:03,389 basehttp 17979 6133559296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:58:03,391 basehttp 17979 6150385664 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 ERROR 2025-08-12 16:58:18,783 log 17979 6150385664 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 626, in get_queryset queryset = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-12 16:58:18,785 basehttp 17979 6150385664 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 137397 INFO 2025-08-12 16:59:27,119 autoreload 17979 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 16:59:27,408 autoreload 18995 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 16:59:28,053 log 18995 6131412992 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 647, in get_queryset queryset = queryset.filter(quantity__lte=F('minimum_stock_level')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'quantity' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-12 16:59:28,056 basehttp 18995 6131412992 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 128683 INFO 2025-08-12 16:59:49,258 autoreload 18995 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 16:59:49,555 autoreload 19162 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 16:59:50,400 log 19162 6125236224 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 647, in get_queryset queryset = queryset.filter(quantity_available__lte=F('min_stock_level')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1535, in build_filter value = self.resolve_lookup_value(value, can_reuse, allow_joins, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1300, in resolve_lookup_value value = value.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'min_stock_level' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-12 16:59:50,402 basehttp 19162 6125236224 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 144270 INFO 2025-08-12 17:00:04,333 autoreload 19162 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 17:00:04,629 autoreload 19248 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 17:00:05,570 log 19248 6158200832 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 658, in get_queryset return queryset.order_by('item__item_name', 'location__location_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'item' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-12 17:00:05,571 basehttp 19248 6158200832 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 103193 ERROR 2025-08-12 17:00:08,149 log 19248 6158200832 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 658, in get_queryset return queryset.order_by('item__item_name', 'location__location_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'item' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-12 17:00:08,150 basehttp 19248 6158200832 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 103193 INFO 2025-08-12 17:00:24,546 autoreload 19248 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 17:00:24,831 autoreload 19413 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 17:00:27,219 log 19413 6171242496 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 664, in get_context_data ).order_by('location_name') ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'location_name' into field. Choices are: access_control, aisle, bin, building, capacity_cubic_feet, child_locations, created_at, created_by, created_by_id, description, floor, humidity_controlled, humidity_max, humidity_min, id, inventory_stocks, is_active, location_code, location_id, location_manager, location_manager_id, location_type, max_weight_pounds, name, notes, parent_location, parent_location_id, purchase_orders, room, secure_location, shelf, temperature_controlled, temperature_max, temperature_min, tenant, tenant_id, updated_at, zone ERROR 2025-08-12 17:00:27,220 basehttp 19413 6171242496 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 104646 INFO 2025-08-12 17:01:01,500 autoreload 19413 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 17:01:01,826 autoreload 19649 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 17:01:03,855 log 19649 6170882048 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 664, in get_context_data ).order_by('location_name') ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'location_name' into field. Choices are: access_control, aisle, bin, building, capacity_cubic_feet, child_locations, created_at, created_by, created_by_id, description, floor, humidity_controlled, humidity_max, humidity_min, id, inventory_stocks, is_active, location_code, location_id, location_manager, location_manager_id, location_type, max_weight_pounds, name, notes, parent_location, parent_location_id, purchase_orders, room, secure_location, shelf, temperature_controlled, temperature_max, temperature_min, tenant, tenant_id, updated_at, zone ERROR 2025-08-12 17:01:03,856 basehttp 19649 6170882048 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 104637 INFO 2025-08-12 17:01:21,676 autoreload 19649 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 17:01:22,007 autoreload 19809 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 17:01:22,612 log 19809 6194966528 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'stock_adjustment_create' not found. 'stock_adjustment_create' is not a valid view function or pattern name. ERROR 2025-08-12 17:01:22,613 basehttp 19809 6194966528 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 166619 ERROR 2025-08-12 17:02:28,586 log 19809 6194966528 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'item'. Choices are: inventory_item, location, supplier, purchase_order ERROR 2025-08-12 17:02:28,587 basehttp 19809 6194966528 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 215030 ERROR 2025-08-12 17:03:33,594 log 19809 6194966528 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'item'. Choices are: inventory_item, location, supplier, purchase_order ERROR 2025-08-12 17:03:33,601 basehttp 19809 6194966528 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 215110 INFO 2025-08-12 17:05:10,959 autoreload 19809 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 17:05:11,282 autoreload 21513 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 17:05:12,011 log 21513 6128267264 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 199, in render template = context.template.engine.select_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 214, in select_template raise TemplateDoesNotExist(", ".join(not_found)) django.template.exceptions.TemplateDoesNotExist: inventory/partials/stock_alerts.html The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 109, in render reraise(exc, self.backend) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 130, in reraise raise new from exc django.template.exceptions.TemplateDoesNotExist: inventory/partials/stock_alerts.html ERROR 2025-08-12 17:05:12,012 basehttp 21513 6128267264 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 233360 ERROR 2025-08-12 17:06:05,110 log 21513 6128267264 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'stock_quick_adjust' not found. 'stock_quick_adjust' is not a valid view function or pattern name. ERROR 2025-08-12 17:06:05,112 basehttp 21513 6128267264 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 229520 ERROR 2025-08-12 17:07:11,291 log 21513 6128267264 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'stock_move' not found. 'stock_move' is not a valid view function or pattern name. ERROR 2025-08-12 17:07:11,292 basehttp 21513 6128267264 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 228765 ERROR 2025-08-12 17:07:26,497 log 21513 6128267264 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'stock_bulk_adjust' not found. 'stock_bulk_adjust' is not a valid view function or pattern name. ERROR 2025-08-12 17:07:26,498 basehttp 21513 6128267264 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 228818 ERROR 2025-08-12 17:07:46,351 log 21513 6128267264 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'stock_bulk_move' not found. 'stock_bulk_move' is not a valid view function or pattern name. ERROR 2025-08-12 17:07:46,352 basehttp 21513 6128267264 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 228265 INFO 2025-08-12 17:08:12,122 basehttp 21513 6128267264 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 147684 INFO 2025-08-12 17:08:12,256 basehttp 21513 6128267264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:08:12,262 basehttp 21513 6128267264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 ERROR 2025-08-12 17:08:17,116 log 21513 6128267264 Internal Server Error: /en/inventory/stock/734/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 677, in get_queryset return InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-12 17:08:17,118 basehttp 21513 6128267264 "GET /en/inventory/stock/734/ HTTP/1.1" 500 140958 INFO 2025-08-12 17:08:43,649 autoreload 21513 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 17:08:43,928 autoreload 23083 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 17:08:44,502 log 23083 6204338176 Internal Server Error: /en/inventory/stock/734/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 53, in get_object obj = queryset.get() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'item'. Choices are: inventory_item, location, supplier, purchase_order ERROR 2025-08-12 17:08:44,504 basehttp 23083 6204338176 "GET /en/inventory/stock/734/ HTTP/1.1" 500 151089 INFO 2025-08-12 17:08:57,597 autoreload 23083 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 17:08:57,903 autoreload 23241 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 17:08:58,995 log 23241 6127874048 Internal Server Error: /en/inventory/stock/734/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'stock_form' not found. 'stock_form' is not a valid view function or pattern name. ERROR 2025-08-12 17:08:58,996 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 500 176528 ERROR 2025-08-12 17:09:00,254 log 23241 6127874048 Internal Server Error: /en/inventory/stock/734/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'stock_form' not found. 'stock_form' is not a valid view function or pattern name. ERROR 2025-08-12 17:09:00,255 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 500 176528 ERROR 2025-08-12 17:09:25,652 log 23241 6127874048 Internal Server Error: /en/inventory/stock/734/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'stock_confirm_delete' not found. 'stock_confirm_delete' is not a valid view function or pattern name. ERROR 2025-08-12 17:09:25,654 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 500 176124 ERROR 2025-08-12 17:09:46,023 log 23241 6127874048 Internal Server Error: /en/inventory/stock/734/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'item_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/inventory/items/(?P[0-9]+)/\\Z'] ERROR 2025-08-12 17:09:46,024 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 500 178618 INFO 2025-08-12 17:10:36,441 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33333 INFO 2025-08-12 17:10:36,515 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:11:36,522 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:12:12,582 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33333 INFO 2025-08-12 17:12:12,663 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:12:25,646 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33333 INFO 2025-08-12 17:12:25,708 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:12:35,073 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33333 INFO 2025-08-12 17:12:35,137 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:12:44,531 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33385 INFO 2025-08-12 17:12:44,593 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:13:20,699 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33393 INFO 2025-08-12 17:13:20,764 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:13:42,342 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33380 INFO 2025-08-12 17:13:42,405 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:14:09,974 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33367 INFO 2025-08-12 17:14:10,038 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:14:45,018 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33384 INFO 2025-08-12 17:14:45,082 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 ERROR 2025-08-12 17:14:51,100 log 23241 6127874048 Internal Server Error: /en/inventory/items/382/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 505, in get_context_data context['stock_locations'] = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'item' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-12 17:14:51,102 basehttp 23241 6127874048 "GET /en/inventory/items/382/ HTTP/1.1" 500 138784 INFO 2025-08-12 17:15:45,092 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:16:00,696 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33394 INFO 2025-08-12 17:16:00,763 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:16:19,248 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33409 INFO 2025-08-12 17:16:19,312 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:16:35,550 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33409 INFO 2025-08-12 17:16:35,613 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:17:35,628 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:18:35,619 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:18:58,324 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33412 INFO 2025-08-12 17:18:58,399 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:19:34,029 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33420 INFO 2025-08-12 17:19:34,093 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:20:31,042 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33426 INFO 2025-08-12 17:20:31,105 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:20:51,997 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33422 INFO 2025-08-12 17:20:52,062 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:21:48,233 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33455 INFO 2025-08-12 17:21:48,288 basehttp 23241 6127874048 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-08-12 17:21:48,296 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:22:25,072 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33498 INFO 2025-08-12 17:22:25,138 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:23:21,776 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33505 INFO 2025-08-12 17:23:21,837 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:24:21,839 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:25:17,352 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33513 INFO 2025-08-12 17:25:17,418 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:25:51,050 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33514 INFO 2025-08-12 17:25:51,112 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:26:09,566 basehttp 23241 6127874048 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 160112 INFO 2025-08-12 17:26:09,585 basehttp 23241 6127874048 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 17:26:12,774 basehttp 23241 6127874048 "GET /en/admin/inventory/inventorystock/830/change/ HTTP/1.1" 200 175720 INFO 2025-08-12 17:26:12,791 basehttp 23241 6127874048 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 17:26:35,284 basehttp 23241 6127874048 "GET /en/admin/inventory/inventoryitem/ HTTP/1.1" 200 117543 INFO 2025-08-12 17:26:35,302 basehttp 23241 6127874048 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 17:26:45,369 basehttp 23241 6127874048 "GET /en/admin/inventory/inventoryitem/393/change/ HTTP/1.1" 200 209278 INFO 2025-08-12 17:26:45,389 basehttp 23241 6127874048 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 17:26:51,001 basehttp 23241 6127874048 "GET /en/admin/inventory/inventoryitem/734/change/ HTTP/1.1" 302 0 INFO 2025-08-12 17:26:51,029 basehttp 23241 6127874048 "GET /en/admin/ HTTP/1.1" 200 87659 INFO 2025-08-12 17:26:51,044 basehttp 23241 6127874048 "GET /static/admin/img/icon-alert.svg HTTP/1.1" 200 504 INFO 2025-08-12 17:26:51,410 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:26:59,599 basehttp 23241 6127874048 "GET /en/admin/inventory/inventoryitem/393/change/ HTTP/1.1" 200 209278 INFO 2025-08-12 17:27:19,757 basehttp 23241 6127874048 "GET /en/admin/inventory/inventoryitem/382/change/ HTTP/1.1" 200 209256 INFO 2025-08-12 17:27:19,783 basehttp 23241 6127874048 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 17:27:52,416 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:28:53,409 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:29:20,433 autoreload 23241 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/admin.py changed, reloading. INFO 2025-08-12 17:29:20,823 autoreload 32625 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 17:29:22,902 basehttp 32625 6129266688 "GET /en/admin/inventory/inventoryitem/382/change/ HTTP/1.1" 200 210134 INFO 2025-08-12 17:29:22,920 basehttp 32625 6129266688 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 17:29:45,803 basehttp 32625 6129266688 "POST /en/admin/inventory/inventoryitem/382/change/ HTTP/1.1" 302 0 INFO 2025-08-12 17:29:45,863 basehttp 32625 6129266688 "GET /en/admin/inventory/inventoryitem/ HTTP/1.1" 200 117790 INFO 2025-08-12 17:29:45,877 basehttp 32625 6129266688 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 17:29:49,384 basehttp 32625 6129266688 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33508 INFO 2025-08-12 17:29:49,453 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:30:38,638 basehttp 32625 6129266688 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33507 INFO 2025-08-12 17:30:38,744 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:31:38,712 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:32:38,718 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:33:38,716 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:33:46,635 basehttp 32625 6129266688 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33506 INFO 2025-08-12 17:33:46,697 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:34:46,706 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:35:46,710 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:36:46,714 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:37:46,709 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:38:46,724 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:39:46,727 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:40:46,731 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:41:46,735 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:42:46,742 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:43:46,743 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:44:47,413 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:45:17,691 basehttp 32625 6129266688 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 147684 INFO 2025-08-12 17:45:17,785 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:45:17,790 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:46:17,803 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:46:17,814 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:46:17,865 basehttp 32625 6129266688 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 147684 INFO 2025-08-12 17:46:17,972 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:46:17,979 basehttp 32625 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:47:04,816 basehttp 32625 6146093056 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 147749 INFO 2025-08-12 17:47:04,827 basehttp 32625 6146093056 "GET /static/plugins/dropzone/src/options.js HTTP/1.1" 200 23721 INFO 2025-08-12 17:47:04,942 basehttp 32625 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:47:04,947 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:47:07,101 basehttp 32625 6129266688 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33506 INFO 2025-08-12 17:47:07,158 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:48:04,953 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:48:04,965 basehttp 32625 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:48:05,018 basehttp 32625 6146093056 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 147749 INFO 2025-08-12 17:48:05,121 basehttp 32625 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:48:05,127 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:49:05,138 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:49:05,150 basehttp 32625 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:49:05,204 basehttp 32625 6146093056 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 147749 INFO 2025-08-12 17:49:05,316 basehttp 32625 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:49:05,321 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:49:57,230 basehttp 32625 6129266688 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 17:49:57,251 basehttp 32625 6146093056 "GET /en/ HTTP/1.1" 200 46446 INFO 2025-08-12 17:49:57,344 basehttp 32625 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:49:57,356 basehttp 32625 13170143232 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 17:49:57,357 basehttp 32625 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 17:49:57,359 basehttp 32625 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 17:50:12,680 basehttp 32625 6129266688 "GET /en/inventory/items/ HTTP/1.1" 200 42224 INFO 2025-08-12 17:50:12,765 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:50:12,787 basehttp 32625 6129266688 "GET /en/inventory/items/ HTTP/1.1" 200 42224 INFO 2025-08-12 17:50:12,789 basehttp 32625 6162919424 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-12 17:50:16,516 basehttp 32625 6162919424 "GET /en/inventory/ HTTP/1.1" 200 46179 INFO 2025-08-12 17:50:16,560 basehttp 32625 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:50:16,562 basehttp 32625 6129266688 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-12 17:50:22,584 basehttp 32625 6129266688 "GET /en/inventory/items/ HTTP/1.1" 200 42224 INFO 2025-08-12 17:50:22,699 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:50:22,712 basehttp 32625 13170143232 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-12 17:50:22,712 basehttp 32625 6162919424 "GET /en/inventory/items/ HTTP/1.1" 200 42224 INFO 2025-08-12 17:50:25,272 basehttp 32625 6162919424 "GET /en/inventory/stock/ HTTP/1.1" 200 147749 INFO 2025-08-12 17:50:25,397 basehttp 32625 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:50:25,402 basehttp 32625 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:50:29,162 basehttp 32625 13170143232 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33506 INFO 2025-08-12 17:50:29,223 basehttp 32625 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:50:39,841 basehttp 32625 13170143232 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 17:50:39,855 basehttp 32625 6162919424 "GET /en/ HTTP/1.1" 200 46446 INFO 2025-08-12 17:50:39,946 basehttp 32625 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:50:39,950 basehttp 32625 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 17:50:39,952 basehttp 32625 13170143232 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 17:50:39,953 basehttp 32625 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 17:51:09,927 basehttp 32625 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 17:51:18,490 basehttp 32625 6129266688 "GET /en/appointments HTTP/1.1" 301 0 INFO 2025-08-12 17:51:18,514 basehttp 32625 6129266688 "GET /en/appointments/ HTTP/1.1" 200 34690 INFO 2025-08-12 17:51:18,569 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:51:18,573 basehttp 32625 6146093056 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-12 17:51:35,397 basehttp 32625 6146093056 "GET /en/integration HTTP/1.1" 301 0 ERROR 2025-08-12 17:51:35,424 log 32625 6129266688 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 48, in get_context_data 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=self.request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-12 17:51:35,426 basehttp 32625 6129266688 "GET /en/integration/ HTTP/1.1" 500 131926 INFO 2025-08-12 17:58:18,304 autoreload 32625 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-12 17:58:18,702 autoreload 45370 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 17:58:21,743 log 45370 6196523008 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 48, in get_context_data 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=self.request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-12 17:58:21,746 basehttp 45370 6196523008 "GET /en/integration/ HTTP/1.1" 500 132063 INFO 2025-08-12 17:59:29,194 autoreload 45370 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-12 17:59:29,490 autoreload 45843 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 17:59:32,137 log 45843 6125350912 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 49, in get_context_data 'total_mappings': DataMapping.objects.filter(tenant=self.request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, default_value, description, endpoint, endpoint_id, failure_count, is_active, is_required, last_used_at, mapping_id, mapping_type, name, source_field, source_format, source_validation, success_count, target_field, target_format, target_validation, transformation_config, transformation_type, updated_at, usage_count, validation_rules, webhooks ERROR 2025-08-12 17:59:32,139 basehttp 45843 6125350912 "GET /en/integration/ HTTP/1.1" 500 132054 INFO 2025-08-12 18:01:31,951 autoreload 45843 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-12 18:01:32,269 autoreload 46778 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 18:01:32,829 log 46778 6197768192 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 50, in get_context_data 'total_webhooks': WebhookEndpoint.objects.filter(tenant=self.request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: allowed_methods, authentication_config, authentication_type, created_at, created_by, created_by_id, data_mapping, data_mapping_id, description, executions, external_system, external_system_id, failure_count, is_active, last_request_at, name, processing_config, rate_limit_per_hour, rate_limit_per_minute, request_count, success_count, updated_at, url_path, webhook_id ERROR 2025-08-12 18:01:32,830 basehttp 46778 6197768192 "GET /en/integration/ HTTP/1.1" 500 132007 INFO 2025-08-12 18:01:58,334 autoreload 46778 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-12 18:01:58,612 autoreload 46937 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 18:02:01,905 log 46937 6200160256 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 55, in get_context_data 'recent_executions': IntegrationExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'integration' into field. Choices are: completed_at, correlation_id, endpoint, endpoint_id, error_details, error_message, execution_id, execution_type, external_id, logs, metadata, network_time_ms, processing_time_ms, request_data, request_size_bytes, response_data, response_size_bytes, retry_count, started_at, status, triggered_by, triggered_by_id ERROR 2025-08-12 18:02:01,906 basehttp 46937 6200160256 "GET /en/integration/ HTTP/1.1" 500 131943 INFO 2025-08-12 18:03:03,064 autoreload 46937 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-12 18:03:03,332 autoreload 47480 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 18:03:03,720 log 47480 6191280128 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 55, in get_context_data 'recent_executions': IntegrationExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "King Fahd Medical City - Jubail": Must be "IntegrationEndpoint" instance. ERROR 2025-08-12 18:03:03,722 basehttp 47480 6191280128 "GET /en/integration/ HTTP/1.1" 500 131012 INFO 2025-08-12 18:03:42,595 autoreload 47726 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 18:03:45,138 log 47726 6129643520 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 55, in get_context_data 'recent_executions': IntegrationExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "King Fahd Medical City - Jubail": Must be "IntegrationEndpoint" instance. ERROR 2025-08-12 18:03:45,140 basehttp 47726 6129643520 "GET /en/integration/ HTTP/1.1" 500 131012 INFO 2025-08-12 18:03:48,989 basehttp 47726 6129643520 "GET /en/appointments/ HTTP/1.1" 200 34690 INFO 2025-08-12 18:03:49,064 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:03:49,068 basehttp 47726 6146469888 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 WARNING 2025-08-12 18:03:59,964 log 47726 6146469888 Not Found: /en/appointments/detail/1063/ WARNING 2025-08-12 18:03:59,964 basehttp 47726 6146469888 "GET /en/appointments/detail/1063/ HTTP/1.1" 404 27581 WARNING 2025-08-12 18:04:04,983 log 47726 6146469888 Forbidden (CSRF token missing.): /en/appointments/check-in/1046/ WARNING 2025-08-12 18:04:04,984 basehttp 47726 6146469888 "POST /en/appointments/check-in/1046/ HTTP/1.1" 403 2491 INFO 2025-08-12 18:04:10,753 basehttp 47726 6146469888 "GET /en/appointments/list/ HTTP/1.1" 200 129045 INFO 2025-08-12 18:04:10,813 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 WARNING 2025-08-12 18:04:30,601 log 47726 6146469888 Forbidden (CSRF token missing.): /en/appointments/check-in/2158/ WARNING 2025-08-12 18:04:30,602 basehttp 47726 6146469888 "POST /en/appointments/check-in/2158/ HTTP/1.1" 403 2491 INFO 2025-08-12 18:04:35,062 basehttp 47726 6146469888 "GET /en/appointments/detail/2158/ HTTP/1.1" 200 22458 INFO 2025-08-12 18:04:35,119 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 WARNING 2025-08-12 18:04:37,587 log 47726 6146469888 Not Found: /en/patients/43/details/ WARNING 2025-08-12 18:04:37,587 basehttp 47726 6146469888 "GET /en/patients/43/details/ HTTP/1.1" 404 26559 INFO 2025-08-12 18:05:35,131 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:06:35,134 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:07:35,140 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:08:35,136 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:09:35,148 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:10:35,143 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:11:35,158 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:12:35,163 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:13:35,169 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:14:35,169 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 WARNING 2025-08-12 18:14:43,838 log 47726 6146469888 Not Found: /en/patients/43/details/ WARNING 2025-08-12 18:14:43,838 basehttp 47726 6146469888 "GET /en/patients/43/details/ HTTP/1.1" 404 26559 INFO 2025-08-12 18:14:53,239 basehttp 47726 6146469888 "GET /en/patients/ HTTP/1.1" 200 66129 INFO 2025-08-12 18:14:53,309 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:14:53,313 basehttp 47726 6129643520 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-12 18:15:00,074 basehttp 47726 6129643520 "GET /en/patients/115/details/ HTTP/1.1" 200 36920 INFO 2025-08-12 18:15:00,154 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 ERROR 2025-08-12 18:15:00,168 log 47726 13438578688 Internal Server Error: /en/patients/htmx/appointments/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-12 18:15:00,172 basehttp 47726 13438578688 "GET /en/patients/htmx/appointments/115/ HTTP/1.1" 500 63085 ERROR 2025-08-12 18:15:00,177 log 47726 6146469888 Internal Server Error: /en/patients/htmx/emergency-contacts/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-12 18:15:00,179 basehttp 47726 6146469888 "GET /en/patients/htmx/emergency-contacts/115/ HTTP/1.1" 500 89696 ERROR 2025-08-12 18:15:00,189 log 47726 6163296256 Internal Server Error: /en/patients/insurance-info/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-12 18:15:00,190 basehttp 47726 6163296256 "GET /en/patients/insurance-info/115/ HTTP/1.1" 500 105189 INFO 2025-08-12 18:16:00,148 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:17:00,151 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:18:00,150 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:19:00,158 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:20:00,159 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:21:00,140 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:22:00,144 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:23:00,144 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 WARNING 2025-08-12 18:23:03,503 log 47726 6129643520 Not Found: /en/qality WARNING 2025-08-12 18:23:03,503 basehttp 47726 6129643520 "GET /en/qality HTTP/1.1" 404 29619 INFO 2025-08-12 18:23:12,457 basehttp 47726 6129643520 "GET /en/quality HTTP/1.1" 301 0 ERROR 2025-08-12 18:23:12,483 log 47726 6129643520 Internal Server Error: /en/quality/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py", line 55, in get_context_data 'indicators_meeting_target': QualityIndicator.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_value' into field. Choices are: calculation_method, category, created_at, data_source, description, frequency, id, is_active, measurement_unit, measurements, name, regulatory_requirement, responsible_department, responsible_department_id, responsible_user, responsible_user_id, target_value, tenant, tenant_id, threshold_critical, threshold_warning, type, updated_at ERROR 2025-08-12 18:23:12,485 basehttp 47726 6129643520 "GET /en/quality/ HTTP/1.1" 500 132259 ERROR 2025-08-12 18:46:02,081 log 47726 6129643520 Internal Server Error: /en/quality/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py", line 55, in get_context_data 'indicators_meeting_target': QualityIndicator.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_value' into field. Choices are: calculation_method, category, created_at, data_source, description, frequency, id, is_active, measurement_unit, measurements, name, regulatory_requirement, responsible_department, responsible_department_id, responsible_user, responsible_user_id, target_value, tenant, tenant_id, threshold_critical, threshold_warning, type, updated_at ERROR 2025-08-12 18:46:02,082 basehttp 47726 6129643520 "GET /en/quality/ HTTP/1.1" 500 132396 INFO 2025-08-12 18:48:19,307 basehttp 47726 6129643520 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 18:48:19,320 basehttp 47726 6129643520 "GET /en/ HTTP/1.1" 200 46446 INFO 2025-08-12 18:48:19,408 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:48:19,412 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:48:19,412 basehttp 47726 13438578688 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 18:48:19,414 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 18:48:24,295 basehttp 47726 6163296256 "GET /en/ HTTP/1.1" 200 46446 INFO 2025-08-12 18:48:24,382 basehttp 47726 6146469888 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 18:48:24,384 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:48:24,385 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 18:48:24,387 basehttp 47726 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:48:26,749 basehttp 47726 13438578688 "GET /en/audit-log/ HTTP/1.1" 200 215004 INFO 2025-08-12 18:48:26,809 basehttp 47726 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:48:54,370 basehttp 47726 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:49:24,393 basehttp 47726 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:49:24,394 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 18:49:24,395 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:49:54,378 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:50:24,397 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:50:24,399 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 18:50:24,400 basehttp 47726 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:50:54,224 basehttp 47726 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:51:24,238 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:51:24,239 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 18:51:24,241 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:51:54,230 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:52:24,240 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 18:52:24,240 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:52:24,243 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:52:54,227 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:53:24,243 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 18:53:24,243 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:53:24,245 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:53:54,237 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:54:24,240 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 18:54:24,240 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:54:24,243 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:54:54,240 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:55:24,254 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 18:55:24,254 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:55:24,257 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:55:54,239 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:56:24,240 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:56:24,241 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 18:56:24,245 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:56:54,247 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:57:24,241 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:57:24,241 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 18:57:24,245 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:57:54,241 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:58:24,240 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:58:24,243 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 18:58:24,246 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:58:54,248 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:59:24,245 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:59:24,246 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 18:59:24,250 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:59:54,257 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:00:24,248 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:00:24,249 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:00:24,255 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:00:54,256 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:01:24,254 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:01:24,254 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:01:24,258 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:01:54,260 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:02:24,245 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:02:24,245 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:02:24,257 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:02:54,267 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:03:24,254 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:03:24,255 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:03:24,266 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:03:55,242 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:04:25,258 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:04:25,258 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:04:25,261 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:05:11,246 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:06:11,259 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:06:11,260 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:06:11,262 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:07:11,243 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:07:11,248 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:07:11,248 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:08:11,257 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:08:11,258 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:08:11,259 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:09:11,236 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:10:11,253 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:10:11,254 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:10:11,257 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:11:11,256 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:11:11,256 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:11:11,258 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:12:11,228 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:13:11,252 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:13:11,252 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:13:11,254 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:14:11,235 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:14:11,238 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:14:11,239 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:15:11,223 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:16:11,251 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:16:11,253 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:16:11,255 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:17:11,236 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:17:11,237 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:18:11,237 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:18:11,238 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:19:11,231 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:19:11,232 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:20:11,238 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:20:11,238 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:20:11,240 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:21:11,225 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:21:11,230 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:21:11,232 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:22:11,250 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:22:11,250 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:22:11,253 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:23:11,222 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:24:11,240 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:24:11,240 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:24:11,241 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:25:11,224 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:25:11,226 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:25:11,227 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:26:11,212 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:27:11,240 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:27:11,240 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:27:11,242 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:28:11,223 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:28:11,226 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:29:11,219 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:29:11,222 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:30:11,223 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:30:11,224 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:31:11,221 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:31:11,224 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:32:11,228 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:32:11,229 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:32:11,231 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:33:11,213 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:34:11,231 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:34:11,231 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:34:11,233 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:35:11,207 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:36:11,238 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:36:11,238 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:36:11,240 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:37:11,220 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:38:11,240 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:38:11,241 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:38:11,243 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:39:11,215 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:39:11,215 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:40:11,227 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:40:11,228 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:41:07,162 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:41:07,164 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:41:11,215 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:41:37,211 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:42:07,221 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:42:07,222 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:42:12,209 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:43:11,221 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:43:11,222 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:44:11,222 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:44:11,224 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:45:11,218 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:45:11,220 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:46:11,210 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:46:11,212 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:47:11,226 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:47:11,229 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:47:11,229 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:47:28,679 basehttp 47726 6129643520 "GET /en/ HTTP/1.1" 200 46446 INFO 2025-08-12 19:47:28,761 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:47:28,763 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:47:28,764 basehttp 47726 13438578688 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 19:47:28,766 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:47:58,755 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:48:28,763 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:48:28,764 basehttp 47726 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:48:28,766 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:48:58,759 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:49:24,255 basehttp 47726 6146469888 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 19:49:24,268 basehttp 47726 13438578688 "GET /en/ HTTP/1.1" 200 46446 INFO 2025-08-12 19:49:24,355 basehttp 47726 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:49:24,359 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:49:24,360 basehttp 47726 6146469888 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 19:49:24,360 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:49:54,337 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:50:24,360 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:50:24,360 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:50:24,363 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:50:54,338 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:51:24,476 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:51:24,481 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:51:24,484 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:51:54,472 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:52:24,486 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:52:24,487 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:52:24,489 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:52:54,478 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:53:24,479 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:53:24,481 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:53:24,483 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:53:54,484 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:54:24,491 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:54:24,492 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:54:24,494 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:54:54,489 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:55:24,491 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:55:24,493 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:55:24,495 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:55:54,490 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:56:24,497 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:56:24,497 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:56:24,500 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:56:54,503 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:57:24,506 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:57:24,507 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:57:24,510 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:57:54,502 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:58:24,504 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:58:24,504 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:58:24,508 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:58:54,517 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:59:24,506 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:59:24,506 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:59:24,513 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:59:54,514 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 20:00:24,511 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 20:00:24,511 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 20:00:24,520 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 20:00:54,530 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 20:01:24,496 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 20:01:24,496 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 20:01:24,518 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 20:01:54,544 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 22:50:45,037 autoreload 27412 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 22:51:27,052 basehttp 27412 6199848960 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 22:51:27,110 basehttp 27412 6199848960 "GET /en/ HTTP/1.1" 302 0 INFO 2025-08-12 22:51:27,115 basehttp 27412 6199848960 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-08-12 22:51:27,129 log 27412 6199848960 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 22:51:27,130 basehttp 27412 6199848960 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 161428 INFO 2025-08-12 22:52:11,621 autoreload 27412 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-08-12 22:52:11,892 autoreload 28035 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 22:52:19,329 log 28035 6133051392 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 22:52:19,331 basehttp 28035 6133051392 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160419 ERROR 2025-08-12 22:52:20,380 log 28035 6133051392 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 22:52:20,381 basehttp 28035 6133051392 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160419 INFO 2025-08-12 22:52:26,387 basehttp 28035 6133051392 "GET /en/accounts/login/ HTTP/1.1" 200 21295 INFO 2025-08-12 22:52:26,406 basehttp 28035 6217183232 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-12 22:52:26,406 basehttp 28035 6166704128 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-12 22:52:26,410 basehttp 28035 6200356864 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-12 22:52:26,414 basehttp 28035 6133051392 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-12 22:52:26,416 basehttp 28035 6217183232 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-12 22:52:26,418 basehttp 28035 6183530496 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-12 22:52:26,420 basehttp 28035 6149877760 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-12 22:52:26,422 basehttp 28035 6166704128 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-12 22:52:26,733 basehttp 28035 6133051392 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-12 22:52:26,734 basehttp 28035 6166704128 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-12 22:52:26,734 basehttp 28035 6149877760 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-12 22:52:26,735 basehttp 28035 6183530496 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-12 22:52:26,735 basehttp 28035 6217183232 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-12 22:52:26,737 basehttp 28035 6183530496 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-12 22:52:26,737 basehttp 28035 6217183232 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-12 22:52:26,738 basehttp 28035 6166704128 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-12 22:52:26,738 basehttp 28035 6133051392 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-12 22:52:26,739 basehttp 28035 6200356864 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-12 22:52:26,739 basehttp 28035 6217183232 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-12 22:52:26,740 basehttp 28035 6149877760 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-12 22:52:26,745 basehttp 28035 6183530496 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-12 22:52:26,746 basehttp 28035 6166704128 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-12 22:52:26,747 basehttp 28035 6200356864 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-12 22:52:26,748 basehttp 28035 6133051392 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-12 22:52:26,748 basehttp 28035 6133051392 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-12 22:52:26,749 basehttp 28035 6200356864 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-12 22:52:26,750 basehttp 28035 6133051392 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-12 22:52:26,751 basehttp 28035 6217183232 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 22:52:26,751 basehttp 28035 6183530496 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-12 22:52:26,751 basehttp 28035 6166704128 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-12 22:52:26,752 basehttp 28035 6200356864 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-12 22:52:26,754 basehttp 28035 6149877760 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-12 22:52:26,764 basehttp 28035 6149877760 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 22:52:26,777 log 28035 6200356864 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 22:52:26,778 basehttp 28035 6200356864 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161387 INFO 2025-08-12 22:52:28,876 basehttp 28035 6200356864 "POST /en/accounts/login/ HTTP/1.1" 200 21295 INFO 2025-08-12 22:52:28,911 basehttp 28035 6200356864 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 22:52:28,925 basehttp 28035 6200356864 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 22:52:28,939 log 28035 6166704128 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 22:52:28,940 basehttp 28035 6166704128 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161387 WARNING 2025-08-12 22:52:36,923 log 28035 6166704128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 22:52:36,923 basehttp 28035 6166704128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 22:52:36,963 basehttp 28035 6166704128 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-12 22:53:08,267 autoreload 28035 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-08-12 22:53:08,530 autoreload 28510 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 22:53:28,933 log 28510 6194425856 Invalid HTTP_HOST header: '127.0.0.1:8000'. You may need to add '127.0.0.1' to ALLOWED_HOSTS. Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/deprecation.py", line 119, in __call__ response = self.process_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/middleware/common.py", line 48, in process_request host = request.get_host() ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/request.py", line 202, in get_host raise DisallowedHost(msg) django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: '127.0.0.1:8000'. You may need to add '127.0.0.1' to ALLOWED_HOSTS. WARNING 2025-08-12 22:53:28,934 basehttp 28510 6194425856 "GET /en/htmx/system-notifications/ HTTP/1.1" 400 71452 INFO 2025-08-12 22:53:31,549 autoreload 28510 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-08-12 22:53:31,817 autoreload 28677 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 22:53:34,857 basehttp 28677 6125563904 "POST /en/accounts/login/ HTTP/1.1" 200 21295 WARNING 2025-08-12 22:53:34,876 log 28677 6125563904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 22:53:34,876 basehttp 28677 6125563904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 22:53:34,950 basehttp 28677 6125563904 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 22:53:34,967 basehttp 28677 6125563904 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 22:53:34,983 log 28677 6125563904 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 22:53:34,986 basehttp 28677 6125563904 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161418 INFO 2025-08-12 22:53:43,915 basehttp 28677 6125563904 "POST /en/accounts/login/ HTTP/1.1" 200 21295 WARNING 2025-08-12 22:53:43,931 log 28677 6125563904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 22:53:43,931 basehttp 28677 6125563904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 22:53:44,016 basehttp 28677 6125563904 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 22:53:44,032 basehttp 28677 6125563904 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 22:53:44,048 log 28677 6125563904 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 22:53:44,050 basehttp 28677 6125563904 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161418 INFO 2025-08-12 22:54:42,624 autoreload 28677 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/urls.py changed, reloading. INFO 2025-08-12 22:54:42,921 autoreload 29233 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 22:54:44,090 basehttp 29233 6168178688 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 22:54:44,097 basehttp 29233 6168178688 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 22:54:44,111 log 29233 6168178688 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 22:54:44,113 basehttp 29233 6168178688 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161418 INFO 2025-08-12 22:54:45,315 basehttp 29233 6168178688 "POST /en/accounts/login/ HTTP/1.1" 200 21295 WARNING 2025-08-12 22:54:45,332 log 29233 6168178688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 22:54:45,332 basehttp 29233 6168178688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 22:54:45,416 basehttp 29233 6168178688 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 22:54:45,431 basehttp 29233 6168178688 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 22:54:45,445 log 29233 6168178688 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 22:54:45,447 basehttp 29233 6168178688 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161418 INFO 2025-08-12 22:55:45,425 basehttp 29233 6168178688 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 22:55:45,436 basehttp 29233 6168178688 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 22:55:45,457 log 29233 6168178688 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 22:55:45,458 basehttp 29233 6168178688 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161418 INFO 2025-08-12 22:56:07,420 autoreload 29233 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-08-12 22:56:07,711 autoreload 29870 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 22:56:11,106 basehttp 29870 6126809088 "POST /en/accounts/login/ HTTP/1.1" 200 21295 WARNING 2025-08-12 22:56:11,124 log 29870 6126809088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 22:56:11,124 basehttp 29870 6126809088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 22:56:11,203 basehttp 29870 6126809088 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 22:56:11,220 basehttp 29870 6126809088 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 22:56:11,235 log 29870 6126809088 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 22:56:11,237 basehttp 29870 6126809088 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161430 INFO 2025-08-12 22:56:12,707 basehttp 29870 6126809088 "POST /en/accounts/login/ HTTP/1.1" 200 21295 WARNING 2025-08-12 22:56:12,722 log 29870 6126809088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 22:56:12,722 basehttp 29870 6126809088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 22:56:12,802 basehttp 29870 6126809088 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 22:56:12,818 basehttp 29870 6126809088 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 22:56:12,830 log 29870 6126809088 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 22:56:12,831 basehttp 29870 6126809088 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161430 INFO 2025-08-12 22:57:12,807 basehttp 29870 6126809088 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 22:57:12,813 basehttp 29870 6126809088 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 22:57:12,831 log 29870 6126809088 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 22:57:12,833 basehttp 29870 6126809088 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161430 INFO 2025-08-12 22:57:26,087 autoreload 29870 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-08-12 22:57:26,416 autoreload 30412 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 23:05:47,466 autoreload 34152 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 23:06:12,898 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 23:06:12,906 basehttp 34152 6134296576 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 23:06:12,921 log 34152 6134296576 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 23:06:12,923 basehttp 34152 6134296576 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161430 INFO 2025-08-12 23:07:12,858 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 23:07:12,868 basehttp 34152 6134296576 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 23:07:12,889 log 34152 6134296576 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 23:07:12,890 basehttp 34152 6134296576 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161430 INFO 2025-08-12 23:07:25,050 basehttp 34152 6134296576 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-08-12 23:07:25,090 basehttp 34152 6134296576 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-08-12 23:07:25,104 basehttp 34152 6134296576 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-08-12 23:07:25,117 basehttp 34152 6151122944 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-12 23:07:25,118 basehttp 34152 6167949312 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-12 23:07:25,118 basehttp 34152 6358691840 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-12 23:07:25,119 basehttp 34152 6325039104 "GET /static/admin/css/login.css HTTP/1.1" 200 951 INFO 2025-08-12 23:07:25,119 basehttp 34152 6134296576 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-12 23:07:25,119 basehttp 34152 6341865472 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-12 23:07:25,121 basehttp 34152 6134296576 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 WARNING 2025-08-12 23:07:25,143 log 34152 6134296576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 23:07:25,143 basehttp 34152 6134296576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 23:07:26,695 basehttp 34152 6134296576 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-08-12 23:07:26,718 basehttp 34152 6134296576 "GET /en/admin/ HTTP/1.1" 200 87876 INFO 2025-08-12 23:07:26,732 basehttp 34152 6341865472 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 WARNING 2025-08-12 23:07:26,736 log 34152 6134296576 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-12 23:07:26,737 basehttp 34152 6341865472 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 WARNING 2025-08-12 23:07:26,737 basehttp 34152 6134296576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 23:07:26,737 basehttp 34152 6325039104 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-12 23:07:28,647 basehttp 34152 6134296576 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 23:07:28,675 basehttp 34152 6325039104 "GET /en/ HTTP/1.1" 200 46446 WARNING 2025-08-12 23:07:28,689 log 34152 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 23:07:28,689 basehttp 34152 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 23:07:28,806 basehttp 34152 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 23:07:28,820 basehttp 34152 6167949312 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 23:07:28,822 basehttp 34152 6358691840 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 23:07:28,825 basehttp 34152 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 23:07:58,793 basehttp 34152 6134296576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 23:08:28,787 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 23:08:28,790 basehttp 34152 6151122944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 23:08:28,791 basehttp 34152 6167949312 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 23:08:43,553 basehttp 34152 6167949312 "GET /en/ HTTP/1.1" 200 46453 WARNING 2025-08-12 23:08:43,568 log 34152 6167949312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 23:08:43,568 basehttp 34152 6167949312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 23:08:43,673 basehttp 34152 13438578688 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 23:08:43,684 basehttp 34152 6167949312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 23:08:43,685 basehttp 34152 6134296576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 23:08:43,688 basehttp 34152 6151122944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 ERROR 2025-08-12 23:08:45,875 log 34152 6151122944 Internal Server Error: /en/accounts/profile/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'upload_avatar' not found. 'upload_avatar' is not a valid view function or pattern name. ERROR 2025-08-12 23:08:45,877 basehttp 34152 6151122944 "GET /en/accounts/profile/ HTTP/1.1" 500 167442 WARNING 2025-08-12 23:08:45,891 log 34152 6151122944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 23:08:45,891 basehttp 34152 6151122944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-12 23:08:51,431 log 34152 6151122944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 23:08:51,431 basehttp 34152 6151122944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-12 23:08:51,439 log 34152 6151122944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 23:08:51,439 basehttp 34152 6151122944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 23:09:13,669 basehttp 34152 6151122944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 ERROR 2025-08-12 23:09:39,729 log 34152 6151122944 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'user_profile_update' with arguments '(1,)' not found. 1 pattern(s) tried: ['en/accounts/htmx/profile\\-update/\\Z'] ERROR 2025-08-12 23:09:39,734 basehttp 34152 6151122944 "GET /en/ HTTP/1.1" 500 160681 WARNING 2025-08-12 23:09:39,749 log 34152 6151122944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 23:09:39,749 basehttp 34152 6151122944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 23:10:29,450 basehttp 34152 6151122944 "GET /en/ HTTP/1.1" 200 46433 WARNING 2025-08-12 23:10:29,467 log 34152 6151122944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 23:10:29,467 basehttp 34152 6151122944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 23:10:29,573 basehttp 34152 6151122944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 23:10:29,577 basehttp 34152 13438578688 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 23:10:29,578 basehttp 34152 6167949312 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 23:10:29,580 basehttp 34152 6134296576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 23:10:53,995 basehttp 34152 6134296576 "GET /en/ HTTP/1.1" 200 46432 INFO 2025-08-12 23:10:54,003 basehttp 34152 6134296576 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-08-12 23:10:54,010 log 34152 6167949312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 23:10:54,010 basehttp 34152 6167949312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 23:10:54,133 basehttp 34152 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 23:10:54,134 basehttp 34152 6134296576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 23:10:54,134 basehttp 34152 6167949312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 23:10:54,135 basehttp 34152 6151122944 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 23:11:24,099 basehttp 34152 6151122944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 23:11:33,368 basehttp 34152 6151122944 "GET /en/ HTTP/1.1" 200 46432 WARNING 2025-08-12 23:11:33,386 log 34152 6151122944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 23:11:33,386 basehttp 34152 6151122944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 23:11:33,503 basehttp 34152 6167949312 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 23:11:33,503 basehttp 34152 6151122944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-12 23:11:33,503 basehttp 34152 13438578688 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 23:11:33,506 basehttp 34152 6134296576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 23:11:45,108 basehttp 34152 6134296576 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 46646 WARNING 2025-08-12 23:11:45,123 log 34152 6134296576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 23:11:45,124 basehttp 34152 6134296576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 23:11:45,208 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-12 23:12:45,223 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-12 23:13:45,226 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-12 23:17:46,307 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-12 23:18:47,372 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-12 23:19:48,373 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-12 23:20:49,372 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-12 23:30:35,024 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-12 23:31:40,003 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-12 23:49:24,917 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-12 23:54:55,292 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-12 23:56:55,288 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-12 23:58:55,285 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:00:55,282 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:02:55,281 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:06:43,221 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:08:43,218 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:10:43,217 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:12:43,216 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:14:43,216 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:16:43,217 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:18:43,215 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:20:43,218 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:22:43,247 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:24:43,246 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:26:43,247 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:28:43,248 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:30:43,244 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:32:43,247 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:34:43,248 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:36:43,231 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:38:43,227 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:40:43,228 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:42:43,227 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:44:43,223 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:46:43,223 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:48:43,225 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:50:43,225 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:52:43,203 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:54:43,197 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:56:43,194 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:58:43,198 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 01:00:43,186 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 01:02:43,190 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 01:04:43,198 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 01:06:43,191 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 01:32:02,405 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:06:56,782 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:28:01,021 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:30:01,019 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:32:01,019 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:34:01,018 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:36:01,028 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:38:01,019 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:40:01,012 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:42:01,018 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:44:01,033 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:46:01,027 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:48:01,022 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:50:01,026 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:52:01,019 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:54:01,025 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:56:01,029 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:58:01,019 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:00:00,998 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:01:01,001 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:03:00,995 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:05:00,996 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:07:00,996 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:09:00,988 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:11:00,992 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:13:00,992 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:15:00,857 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:16:00,880 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:18:00,851 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:20:00,847 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:22:00,848 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:24:00,839 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:26:00,846 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:28:00,830 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:30:00,906 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:59:41,205 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:17:32,957 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:19:32,953 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:21:32,954 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:23:32,953 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:25:32,951 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:27:32,950 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:29:32,950 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:31:32,945 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:33:32,945 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:35:32,946 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:37:32,941 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:39:32,945 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:41:32,941 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:43:32,939 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:45:32,942 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:47:32,992 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:49:33,000 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:51:32,991 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:53:33,004 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:55:33,006 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:57:33,001 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:59:32,993 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 05:01:32,998 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 05:03:32,909 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 05:05:32,905 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 05:07:32,908 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 05:09:32,909 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 05:11:32,905 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 05:13:32,902 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 05:15:32,897 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 05:17:32,895 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 05:49:22,155 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 06:18:09,721 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 06:49:58,838 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:18:56,408 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:19:56,404 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:21:56,535 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:23:56,538 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:25:56,545 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:27:56,546 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:29:56,540 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:31:56,540 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:32:56,561 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:34:56,546 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:36:56,376 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:38:56,368 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:40:56,369 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:42:56,370 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:44:56,383 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:46:56,371 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:48:56,364 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:50:56,272 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:52:56,266 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:54:56,265 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:56:56,263 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:58:56,264 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 08:00:56,264 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 08:02:56,265 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 08:04:56,258 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 08:06:56,234 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 08:08:56,231 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 08:10:56,225 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 08:12:56,218 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 08:14:56,215 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 08:16:56,206 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 08:34:29,146 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 08:54:50,960 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 08:56:50,968 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 08:58:50,964 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:00:50,959 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:02:50,959 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:04:50,955 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:06:50,955 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:08:50,951 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:10:50,959 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:12:50,960 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:14:50,953 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:16:50,957 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:18:50,953 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:20:50,953 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:22:50,948 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:24:50,940 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:26:51,131 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:28:51,130 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:30:51,129 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:32:51,132 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:34:51,130 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:36:51,130 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:38:51,129 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:40:51,056 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:42:51,053 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:44:51,053 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:46:51,054 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:48:51,049 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:50:51,116 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:52:51,060 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:54:51,052 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:12:34,855 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:14:34,843 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:16:34,843 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:18:34,831 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:20:34,844 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:22:34,838 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:24:34,840 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:26:34,970 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:28:34,976 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:30:34,970 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:32:35,044 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:34:34,983 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:36:34,981 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:38:35,000 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:40:34,981 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:42:34,985 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 12:08:05,230 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 12:42:59,059 autoreload 26906 8601149632 Watching for file changes with StatReloader INFO 2025-08-13 12:43:30,698 basehttp 26906 6189592576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 12:44:30,599 basehttp 26906 6189592576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 12:45:30,594 basehttp 26906 6189592576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 12:46:30,602 basehttp 26906 6189592576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 12:47:30,608 basehttp 26906 6189592576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 12:48:30,608 basehttp 26906 6189592576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:08:21,360 autoreload 67570 8601149632 Watching for file changes with StatReloader INFO 2025-08-13 16:08:33,658 autoreload 67664 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 16:08:36,076 log 67664 6165377024 Invalid HTTP_HOST header: '10.10.1.109:7999'. You may need to add '10.10.1.109' to ALLOWED_HOSTS. Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/deprecation.py", line 119, in __call__ response = self.process_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/middleware/common.py", line 48, in process_request host = request.get_host() ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/request.py", line 202, in get_host raise DisallowedHost(msg) django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: '10.10.1.109:7999'. You may need to add '10.10.1.109' to ALLOWED_HOSTS. WARNING 2025-08-13 16:08:36,077 basehttp 67664 6165377024 "GET / HTTP/1.1" 400 69374 INFO 2025-08-13 16:09:02,739 autoreload 67664 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-08-13 16:09:03,051 autoreload 67903 8601149632 Watching for file changes with StatReloader INFO 2025-08-13 16:09:05,380 basehttp 67903 6190936064 "GET / HTTP/1.1" 302 0 INFO 2025-08-13 16:09:05,486 basehttp 67903 6190936064 "GET /en/ HTTP/1.1" 200 46341 INFO 2025-08-13 16:09:05,501 basehttp 67903 6190936064 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-08-13 16:09:05,567 basehttp 67903 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:09:05,575 basehttp 67903 6241415168 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-13 16:09:05,577 basehttp 67903 6224588800 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-13 16:09:05,578 basehttp 67903 6207762432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-13 16:09:16,206 basehttp 67903 6207762432 "GET / HTTP/1.1" 302 0 INFO 2025-08-13 16:09:16,220 basehttp 67903 6224588800 "GET /en/ HTTP/1.1" 200 46341 INFO 2025-08-13 16:09:16,284 basehttp 67903 6190936064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-13 16:09:16,286 basehttp 67903 6224588800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:09:16,287 basehttp 67903 6207762432 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-13 16:09:16,287 basehttp 67903 6241415168 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-13 16:09:21,787 basehttp 67903 6241415168 "GET /en/ HTTP/1.1" 200 46341 INFO 2025-08-13 16:09:21,842 basehttp 67903 6241415168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:09:21,846 basehttp 67903 6190936064 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-13 16:09:21,847 basehttp 67903 6224588800 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-13 16:09:21,857 basehttp 67903 6207762432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-13 16:09:28,120 basehttp 67903 6207762432 "GET /en/radiology HTTP/1.1" 301 0 INFO 2025-08-13 16:09:28,149 basehttp 67903 6224588800 "GET /en/radiology/ HTTP/1.1" 200 29203 INFO 2025-08-13 16:09:28,180 basehttp 67903 6224588800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 ERROR 2025-08-13 16:09:28,215 log 67903 6190936064 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 843, in radiology_stats 'reports_pending': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-13 16:09:28,216 basehttp 67903 6190936064 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 122906 INFO 2025-08-13 16:09:32,576 basehttp 67903 6190936064 "GET /en/radiology/orders/ HTTP/1.1" 200 80016 INFO 2025-08-13 16:09:32,611 basehttp 67903 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:10:32,626 basehttp 67903 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:11:00,533 autoreload 67903 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 16:11:00,936 autoreload 68798 8601149632 Watching for file changes with StatReloader INFO 2025-08-13 16:11:03,650 basehttp 68798 6341865472 "GET /en/radiology/orders/ HTTP/1.1" 200 80016 INFO 2025-08-13 16:11:03,686 basehttp 68798 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:11:10,681 basehttp 68798 6341865472 "GET /en/radiology/orders/ HTTP/1.1" 200 80016 INFO 2025-08-13 16:11:10,720 basehttp 68798 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 ERROR 2025-08-13 16:12:05,433 log 68798 6341865472 Internal Server Error: /en/radiology/orders/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: radiology/imaging_order_list.html, radiology/imagingorder_list.html ERROR 2025-08-13 16:12:05,433 basehttp 68798 6341865472 "GET /en/radiology/orders/ HTTP/1.1" 500 85453 INFO 2025-08-13 16:14:55,138 autoreload 68798 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 16:14:55,415 autoreload 70514 8601149632 Watching for file changes with StatReloader INFO 2025-08-13 16:14:59,722 basehttp 70514 6194458624 "GET /en/radiology/orders/ HTTP/1.1" 200 80016 INFO 2025-08-13 16:14:59,759 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:15:57,310 basehttp 70514 6194458624 "GET /en/radiology/orders/ HTTP/1.1" 200 79818 INFO 2025-08-13 16:15:57,351 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:16:08,339 basehttp 70514 6194458624 "GET /en/radiology/orders/394/ HTTP/1.1" 200 31301 INFO 2025-08-13 16:16:08,373 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:17:08,386 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:18:08,386 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:19:06,681 basehttp 70514 6194458624 "GET /en/radiology/orders/394/ HTTP/1.1" 200 31316 INFO 2025-08-13 16:19:06,742 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:20:06,756 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:21:06,751 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:21:37,559 basehttp 70514 6194458624 "GET /en/radiology/orders/394/ HTTP/1.1" 200 31444 INFO 2025-08-13 16:21:37,622 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:22:27,979 basehttp 70514 6194458624 "GET /en/radiology/orders/394/ HTTP/1.1" 200 31434 INFO 2025-08-13 16:22:28,026 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:23:28,042 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:24:28,043 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:25:28,044 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:26:28,045 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:27:28,046 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:28:28,043 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:29:28,042 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:30:28,044 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:31:28,046 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:32:28,048 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:33:28,048 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:34:28,050 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:35:28,064 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:36:28,045 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:37:28,053 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:38:28,056 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:39:28,403 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:40:28,411 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:41:28,417 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:42:28,420 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:43:28,424 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:44:28,427 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:45:28,430 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:46:28,433 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:47:28,432 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:48:28,441 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:49:28,443 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:50:28,441 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:51:28,444 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:52:28,445 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:52:53,539 basehttp 70514 6194458624 "GET /en/radiology/orders/394/ HTTP/1.1" 200 31552 INFO 2025-08-13 16:52:53,576 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:53:53,593 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:54:53,596 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 ERROR 2025-08-13 16:55:02,581 log 70514 6194458624 Internal Server Error: /en/radiology/orders/394/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 36, in get_form form_class = self.get_form_class() ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 108, in get_form_class return model_forms.modelform_factory(model, fields=self.fields) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (notes) specified for ImagingOrder ERROR 2025-08-13 16:55:02,584 basehttp 70514 6194458624 "GET /en/radiology/orders/394/update/ HTTP/1.1" 500 114536 INFO 2025-08-13 16:55:53,444 autoreload 70514 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 16:55:53,718 autoreload 88506 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 16:55:54,434 log 88506 6189101056 Internal Server Error: /en/radiology/orders/394/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 356, in get_context_data context['reports'] = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "IMG768284 - Extremity X-Ray": Must be "ImagingStudy" instance. ERROR 2025-08-13 16:55:54,436 basehttp 88506 6189101056 "GET /en/radiology/orders/394/ HTTP/1.1" 500 134571 INFO 2025-08-13 16:56:33,358 autoreload 88506 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 16:56:33,656 autoreload 88827 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 16:56:36,265 log 88827 6167064576 Internal Server Error: /en/radiology/orders/394/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 356, in get_context_data context['reports'] = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "IMG768284 - Extremity X-Ray": Must be "ImagingStudy" instance. ERROR 2025-08-13 16:56:36,267 basehttp 88827 6167064576 "GET /en/radiology/orders/394/ HTTP/1.1" 500 134571 INFO 2025-08-13 17:02:25,841 autoreload 88827 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 17:02:26,137 autoreload 91363 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 17:02:28,833 log 91363 6196146176 Internal Server Error: /en/radiology/orders/394/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 368, in get_context_data context['reports'] = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "IMG768284 - Extremity X-Ray": Must be "ImagingStudy" instance. ERROR 2025-08-13 17:02:28,836 basehttp 91363 6196146176 "GET /en/radiology/orders/394/ HTTP/1.1" 500 134984 ERROR 2025-08-13 17:02:30,105 log 91363 6196146176 Internal Server Error: /en/radiology/orders/394/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 368, in get_context_data context['reports'] = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "IMG768284 - Extremity X-Ray": Must be "ImagingStudy" instance. ERROR 2025-08-13 17:02:30,106 basehttp 91363 6196146176 "GET /en/radiology/orders/394/ HTTP/1.1" 500 134984 ERROR 2025-08-13 17:02:31,096 log 91363 6196146176 Internal Server Error: /en/radiology/orders/394/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 368, in get_context_data context['reports'] = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "IMG768284 - Extremity X-Ray": Must be "ImagingStudy" instance. ERROR 2025-08-13 17:02:31,098 basehttp 91363 6196146176 "GET /en/radiology/orders/394/ HTTP/1.1" 500 134984 INFO 2025-08-13 17:03:19,250 autoreload 91363 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 17:03:19,559 autoreload 91768 8601149632 Watching for file changes with StatReloader INFO 2025-08-13 17:03:23,674 basehttp 91768 6188986368 "GET /en/radiology/orders/394/ HTTP/1.1" 200 31552 INFO 2025-08-13 17:03:23,736 basehttp 91768 6188986368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 WARNING 2025-08-13 17:03:45,235 log 91768 6188986368 Not Found: /en/radiology/studies/ed8b170a-fb18-4cc7-b7b0-3dba181804be/start/ WARNING 2025-08-13 17:03:45,235 basehttp 91768 6188986368 "POST /en/radiology/studies/ed8b170a-fb18-4cc7-b7b0-3dba181804be/start/ HTTP/1.1" 404 37603 INFO 2025-08-13 17:04:23,739 basehttp 91768 6188986368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 17:04:26,340 basehttp 91768 6188986368 "GET /en/radiology/orders/394/ HTTP/1.1" 200 31552 INFO 2025-08-13 17:04:26,398 basehttp 91768 6188986368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 17:04:53,778 basehttp 91768 6188986368 "GET /en/radiology/orders/394/ HTTP/1.1" 200 31552 INFO 2025-08-13 17:04:53,815 basehttp 91768 6188986368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 17:05:20,957 basehttp 91768 6188986368 "GET /en/radiology/orders/394/ HTTP/1.1" 200 31797 INFO 2025-08-13 17:05:21,019 basehttp 91768 6188986368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 17:05:37,447 basehttp 91768 6188986368 "GET /en/radiology/orders/394/ HTTP/1.1" 200 31797 INFO 2025-08-13 17:05:37,507 basehttp 91768 6188986368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 17:05:47,857 basehttp 91768 6188986368 "GET /en/radiology/orders/394/ HTTP/1.1" 200 31797 INFO 2025-08-13 17:05:47,922 basehttp 91768 6188986368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 ERROR 2025-08-13 17:05:53,421 log 91768 6188986368 Internal Server Error: /en/radiology/orders/236/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 358, in get_context_data for study in studies: ^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 384, in __iter__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1951, in _fetch_all self._prefetch_related_objects() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1328, in _prefetch_related_objects prefetch_related_objects(self._result_cache, *self._prefetch_related_lookups) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 2372, in prefetch_related_objects raise AttributeError( AttributeError: Cannot find 'reports' on ImagingStudy object, 'reports' is an invalid parameter to prefetch_related() ERROR 2025-08-13 17:05:53,424 basehttp 91768 6188986368 "GET /en/radiology/orders/236/ HTTP/1.1" 500 104417 INFO 2025-08-13 17:08:11,054 autoreload 91768 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 17:08:11,368 autoreload 93917 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 17:08:13,714 log 93917 6201667584 Internal Server Error: /en/radiology/orders/236/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-13 17:08:13,716 basehttp 93917 6201667584 "GET /en/radiology/orders/236/ HTTP/1.1" 500 138004 INFO 2025-08-13 17:09:10,817 autoreload 93917 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 17:09:11,104 autoreload 94378 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 17:09:14,038 log 94378 6161690624 Internal Server Error: /en/radiology/orders/236/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'radiology_report_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/reports/(?P[0-9]+)/\\Z'] ERROR 2025-08-13 17:09:14,040 basehttp 94378 6161690624 "GET /en/radiology/orders/236/ HTTP/1.1" 500 193574 INFO 2025-08-13 17:09:53,502 basehttp 94378 6161690624 "GET /en/radiology/orders/236/ HTTP/1.1" 200 33121 INFO 2025-08-13 17:09:53,554 basehttp 94378 6161690624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 17:10:05,917 basehttp 94378 6161690624 "GET /en/radiology/orders/236/ HTTP/1.1" 200 33121 INFO 2025-08-13 17:10:05,979 basehttp 94378 6161690624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 17:10:09,738 basehttp 94378 6161690624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 17:11:06,079 basehttp 94378 6161690624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 17:12:00,366 autoreload 94378 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 17:12:00,685 autoreload 95636 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 17:12:02,595 log 95636 6166261760 Internal Server Error: /en/radiology/orders/236/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'method' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( TypeError: Field 'id' expected a number but got ]>>. ERROR 2025-08-13 17:12:02,597 basehttp 95636 6166261760 "GET /en/radiology/orders/236/ HTTP/1.1" 500 149942 INFO 2025-08-13 17:12:44,423 autoreload 95636 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 17:12:44,709 autoreload 95948 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 17:12:45,921 log 95948 6160232448 Internal Server Error: /en/radiology/orders/236/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'method' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( TypeError: Field 'id' expected a number but got ]>>. ERROR 2025-08-13 17:12:45,923 basehttp 95948 6160232448 "GET /en/radiology/orders/236/ HTTP/1.1" 500 149793 ERROR 2025-08-13 17:12:46,857 log 95948 6160232448 Internal Server Error: /en/radiology/orders/236/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'method' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( TypeError: Field 'id' expected a number but got ]>>. ERROR 2025-08-13 17:12:46,858 basehttp 95948 6160232448 "GET /en/radiology/orders/236/ HTTP/1.1" 500 149793 ERROR 2025-08-13 17:12:47,728 log 95948 6160232448 Internal Server Error: /en/radiology/orders/236/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'method' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( TypeError: Field 'id' expected a number but got ]>>. ERROR 2025-08-13 17:12:47,729 basehttp 95948 6160232448 "GET /en/radiology/orders/236/ HTTP/1.1" 500 149793 INFO 2025-08-13 19:10:51,611 basehttp 95948 6160232448 "GET /en/radiology/orders/ HTTP/1.1" 200 79818 INFO 2025-08-13 19:10:51,680 basehttp 95948 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 ERROR 2025-08-13 19:11:22,400 log 95948 6160232448 Internal Server Error: /en/radiology/orders/394/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'method' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( TypeError: Field 'id' expected a number but got >. ERROR 2025-08-13 19:11:22,401 basehttp 95948 6160232448 "GET /en/radiology/orders/394/ HTTP/1.1" 500 148496 INFO 2025-08-13 19:13:36,175 basehttp 95948 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 ERROR 2025-08-13 19:13:44,750 log 95948 6160232448 Internal Server Error: /en/radiology/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 743, in get_queryset queryset = RadiologyReport.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-13 19:13:44,751 basehttp 95948 6160232448 "GET /en/radiology/reports/ HTTP/1.1" 500 134905 ERROR 2025-08-13 19:13:48,676 log 95948 6160232448 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: radiology/imaging_study_list.html, radiology/imagingstudy_list.html ERROR 2025-08-13 19:13:48,677 basehttp 95948 6160232448 "GET /en/radiology/studies/ HTTP/1.1" 500 85325 INFO 2025-08-13 19:17:04,777 autoreload 95948 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 19:17:05,193 autoreload 50309 8601149632 Watching for file changes with StatReloader INFO 2025-08-13 19:27:48,622 autoreload 50309 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 19:27:49,028 autoreload 55078 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 19:27:59,243 log 55078 6136672256 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-13 19:27:59,247 basehttp 55078 6136672256 "GET /en/radiology/studies/ HTTP/1.1" 500 210392 INFO 2025-08-13 19:28:54,220 autoreload 55078 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 19:28:54,690 autoreload 55552 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 19:28:56,853 log 55552 6132641792 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-13 19:28:56,856 basehttp 55552 6132641792 "GET /en/radiology/studies/ HTTP/1.1" 500 210392 INFO 2025-08-13 19:29:16,630 autoreload 55552 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 19:29:16,960 autoreload 55713 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 19:29:19,326 log 55713 6192050176 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-13 19:29:19,331 basehttp 55713 6192050176 "GET /en/radiology/studies/ HTTP/1.1" 500 210392 INFO 2025-08-13 19:30:09,860 autoreload 55713 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 19:30:10,220 autoreload 56119 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 19:30:12,349 log 56119 6167998464 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-13 19:30:12,351 basehttp 56119 6167998464 "GET /en/radiology/studies/ HTTP/1.1" 500 210392 INFO 2025-08-13 19:39:49,795 autoreload 60497 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 19:39:54,177 log 60497 6204993536 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-13 19:39:54,180 basehttp 60497 6204993536 "GET /en/radiology/studies/ HTTP/1.1" 500 210392 ERROR 2025-08-13 19:39:55,602 log 60497 6204993536 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-13 19:39:55,605 basehttp 60497 6204993536 "GET /en/radiology/studies/ HTTP/1.1" 500 210392 INFO 2025-08-13 19:52:15,781 autoreload 66028 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 19:52:19,284 log 66028 6170030080 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-13 19:52:19,287 basehttp 66028 6170030080 "GET /en/radiology/studies/ HTTP/1.1" 500 210392 INFO 2025-08-13 19:59:26,788 autoreload 66028 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 19:59:27,066 autoreload 69165 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 19:59:28,089 log 69165 6192197632 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-13 19:59:28,093 basehttp 69165 6192197632 "GET /en/radiology/studies/ HTTP/1.1" 500 210392 INFO 2025-08-13 20:00:12,740 autoreload 69165 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 20:00:13,041 autoreload 69504 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 20:00:14,910 log 69504 6158364672 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_study_edit' not found. 'imaging_study_edit' is not a valid view function or pattern name. ERROR 2025-08-13 20:00:14,912 basehttp 69504 6158364672 "GET /en/radiology/studies/ HTTP/1.1" 500 238328 ERROR 2025-08-13 20:01:19,153 log 69504 6158364672 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_study_delete' not found. 'imaging_study_delete' is not a valid view function or pattern name. ERROR 2025-08-13 20:01:19,154 basehttp 69504 6158364672 "GET /en/radiology/studies/ HTTP/1.1" 500 238007 ERROR 2025-08-13 20:01:42,134 log 69504 6158364672 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_study_edit' not found. 'imaging_study_edit' is not a valid view function or pattern name. ERROR 2025-08-13 20:01:42,135 basehttp 69504 6158364672 "GET /en/radiology/studies/ HTTP/1.1" 500 236950 ERROR 2025-08-13 20:02:13,470 log 69504 6158364672 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_study_delete' not found. 'imaging_study_delete' is not a valid view function or pattern name. ERROR 2025-08-13 20:02:13,471 basehttp 69504 6158364672 "GET /en/radiology/studies/ HTTP/1.1" 500 236902 ERROR 2025-08-13 20:02:32,987 log 69504 6158364672 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_study_action' not found. 'bulk_study_action' is not a valid view function or pattern name. ERROR 2025-08-13 20:02:32,988 basehttp 69504 6158364672 "GET /en/radiology/studies/ HTTP/1.1" 500 193883 INFO 2025-08-13 20:03:05,254 basehttp 69504 6158364672 "GET /en/radiology/studies/ HTTP/1.1" 200 104822 INFO 2025-08-13 20:03:05,325 basehttp 69504 6158364672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:03:18,688 basehttp 69504 6158364672 "GET /en/radiology/studies/?search=&modality=&priority=&date_range= HTTP/1.1" 200 104975 INFO 2025-08-13 20:03:18,746 basehttp 69504 6158364672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 ERROR 2025-08-13 20:03:23,657 log 69504 6158364672 Internal Server Error: /en/radiology/studies/190/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 510, in get_context_data context['reports'] = imaging_study.reports.all().order_by('-created_at') ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'ImagingStudy' object has no attribute 'reports'. Did you mean: 'report'? ERROR 2025-08-13 20:03:23,658 basehttp 69504 6158364672 "GET /en/radiology/studies/190/ HTTP/1.1" 500 85248 INFO 2025-08-13 20:03:32,502 basehttp 69504 6158364672 "GET /en/radiology/studies/?search=&modality=&priority=&date_range= HTTP/1.1" 200 104975 INFO 2025-08-13 20:03:32,565 basehttp 69504 6158364672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:04:09,502 autoreload 69504 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 20:04:09,819 autoreload 71305 8601149632 Watching for file changes with StatReloader INFO 2025-08-13 20:04:12,042 basehttp 71305 6131920896 "GET /en/radiology/studies/?search=&modality=&priority=&date_range= HTTP/1.1" 200 104975 INFO 2025-08-13 20:04:12,111 basehttp 71305 6131920896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 ERROR 2025-08-13 20:04:14,896 log 71305 6131920896 Internal Server Error: /en/radiology/studies/190/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 510, in get_context_data context['reports'] = imaging_study.report.all().order_by('-created_at') ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_descriptors.py", line 534, in __get__ raise self.RelatedObjectDoesNotExist( radiology.models.ImagingStudy.report.RelatedObjectDoesNotExist: ImagingStudy has no report. ERROR 2025-08-13 20:04:14,898 basehttp 71305 6131920896 "GET /en/radiology/studies/190/ HTTP/1.1" 500 89760 INFO 2025-08-13 20:05:12,124 basehttp 71305 6131920896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:06:12,126 basehttp 71305 6131920896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:07:12,123 basehttp 71305 6131920896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:08:12,120 basehttp 71305 6131920896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:09:08,162 autoreload 71305 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 20:09:08,507 autoreload 73459 8601149632 Watching for file changes with StatReloader INFO 2025-08-13 20:09:09,915 basehttp 73459 6165147648 "GET /en/radiology/studies/?search=&modality=&priority=&date_range= HTTP/1.1" 200 104975 INFO 2025-08-13 20:09:09,988 basehttp 73459 6165147648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 ERROR 2025-08-13 20:09:12,940 log 73459 6165147648 Internal Server Error: /en/radiology/studies/190/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 510, in get_context_data context['reports'] = imaging_study.report ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_descriptors.py", line 534, in __get__ raise self.RelatedObjectDoesNotExist( radiology.models.ImagingStudy.report.RelatedObjectDoesNotExist: ImagingStudy has no report. ERROR 2025-08-13 20:09:12,941 basehttp 73459 6165147648 "GET /en/radiology/studies/190/ HTTP/1.1" 500 89520 ERROR 2025-08-13 20:09:19,289 log 73459 6165147648 Internal Server Error: /en/radiology/studies/42/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 510, in get_context_data context['reports'] = imaging_study.report ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_descriptors.py", line 534, in __get__ raise self.RelatedObjectDoesNotExist( radiology.models.ImagingStudy.report.RelatedObjectDoesNotExist: ImagingStudy has no report. ERROR 2025-08-13 20:09:19,290 basehttp 73459 6165147648 "GET /en/radiology/studies/42/ HTTP/1.1" 500 89546 INFO 2025-08-13 20:09:41,209 basehttp 73459 6165147648 "GET /en/admin/ HTTP/1.1" 200 87876 INFO 2025-08-13 20:09:45,824 basehttp 73459 6165147648 "GET /en/admin/radiology/radiologyreport/ HTTP/1.1" 200 129375 INFO 2025-08-13 20:09:45,836 basehttp 73459 12901707776 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-08-13 20:09:45,838 basehttp 73459 6165147648 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-13 20:09:50,068 basehttp 73459 6165147648 "GET /en/admin/radiology/radiologyreport/75/change/ HTTP/1.1" 200 222901 INFO 2025-08-13 20:09:50,084 basehttp 73459 6165147648 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-13 20:09:50,115 basehttp 73459 6165147648 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-08-13 20:09:58,128 basehttp 73459 6165147648 "GET /en/admin/radiology/radiologyreport/ HTTP/1.1" 200 129375 INFO 2025-08-13 20:10:04,659 basehttp 73459 6165147648 "GET /en/admin/radiology/imagingstudy/ HTTP/1.1" 200 81225 INFO 2025-08-13 20:10:04,672 basehttp 73459 6165147648 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-13 20:10:10,194 basehttp 73459 6165147648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:10:11,422 basehttp 73459 6165147648 "GET /en/admin/radiology/imagingstudy/190/change/ HTTP/1.1" 200 491120 INFO 2025-08-13 20:10:11,437 basehttp 73459 6165147648 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-13 20:10:27,574 basehttp 73459 6165147648 "GET /en/admin/radiology/reporttemplate/ HTTP/1.1" 200 75427 INFO 2025-08-13 20:10:27,589 basehttp 73459 6165147648 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-13 20:10:36,712 basehttp 73459 6165147648 "GET /en/admin/radiology/radiologyreport/ HTTP/1.1" 200 129375 INFO 2025-08-13 20:10:36,724 basehttp 73459 6165147648 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-13 20:10:44,217 basehttp 73459 6165147648 "GET /en/admin/radiology/radiologyreport/75/change/ HTTP/1.1" 200 222901 INFO 2025-08-13 20:10:44,233 basehttp 73459 6165147648 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-13 20:10:48,756 basehttp 73459 6165147648 "GET /en/admin/radiology/imagingstudy/131/change/?_to_field=id HTTP/1.1" 200 482009 INFO 2025-08-13 20:10:48,772 basehttp 73459 6165147648 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-13 20:11:04,882 log 73459 6165147648 Internal Server Error: /en/radiology/studies/131/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 513, in get_context_data context['total_images'] = DICOMImage.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: acquisition_datetime, archived, bits_allocated, bits_stored, columns, content_date, content_time, created_at, file_path, file_size, id, image_id, image_orientation, image_position, image_quality, image_type, instance_number, processed, rows, series, series_id, slice_location, sop_class_uid, sop_instance_uid, transfer_syntax_uid, updated_at, window_center, window_width ERROR 2025-08-13 20:11:04,883 basehttp 73459 6165147648 "GET /en/radiology/studies/131/ HTTP/1.1" 500 137402 ERROR 2025-08-13 20:11:11,711 log 73459 6165147648 Internal Server Error: /en/radiology/studies/131/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 513, in get_context_data context['total_images'] = DICOMImage.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: acquisition_datetime, archived, bits_allocated, bits_stored, columns, content_date, content_time, created_at, file_path, file_size, id, image_id, image_orientation, image_position, image_quality, image_type, instance_number, processed, rows, series, series_id, slice_location, sop_class_uid, sop_instance_uid, transfer_syntax_uid, updated_at, window_center, window_width ERROR 2025-08-13 20:11:11,712 basehttp 73459 6165147648 "GET /en/radiology/studies/131/ HTTP/1.1" 500 137183 INFO 2025-08-13 20:12:16,971 autoreload 73459 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 20:12:17,270 autoreload 74861 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 20:12:19,837 log 74861 6167359488 Internal Server Error: /en/radiology/studies/131/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 513, in get_context_data context['total_images'] = DICOMImage.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'imaging_study' into field. Choices are: acquisition_datetime, archived, bits_allocated, bits_stored, columns, content_date, content_time, created_at, file_path, file_size, id, image_id, image_orientation, image_position, image_quality, image_type, instance_number, processed, rows, series, series_id, slice_location, sop_class_uid, sop_instance_uid, transfer_syntax_uid, updated_at, window_center, window_width ERROR 2025-08-13 20:12:19,839 basehttp 74861 6167359488 "GET /en/radiology/studies/131/ HTTP/1.1" 500 136763 INFO 2025-08-13 20:12:57,893 autoreload 74861 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 20:12:58,186 autoreload 75185 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 20:13:00,005 log 75185 6164787200 Internal Server Error: /en/radiology/studies/131/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_study_update' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/update/\\Z'] ERROR 2025-08-13 20:13:00,006 basehttp 75185 6164787200 "GET /en/radiology/studies/131/ HTTP/1.1" 500 191349 INFO 2025-08-13 20:13:43,996 autoreload 75185 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 20:13:44,316 autoreload 75501 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 20:13:46,741 log 75501 6202159104 Internal Server Error: /en/radiology/studies/131/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '(1327,)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-13 20:13:46,743 basehttp 75501 6202159104 "GET /en/radiology/studies/131/ HTTP/1.1" 500 190960 INFO 2025-08-13 20:15:14,948 autoreload 75501 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-08-13 20:15:15,239 autoreload 76214 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 20:15:16,527 log 76214 6168932352 Internal Server Error: /en/radiology/studies/131/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_detail' with arguments '(382,)' not found. 1 pattern(s) tried: ['en/radiology/series/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-13 20:15:16,529 basehttp 76214 6168932352 "GET /en/radiology/studies/131/ HTTP/1.1" 500 203858 INFO 2025-08-13 20:15:50,881 autoreload 76214 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/urls.py changed, reloading. INFO 2025-08-13 20:15:51,171 autoreload 76468 8601149632 Watching for file changes with StatReloader INFO 2025-08-13 20:15:52,332 basehttp 76468 6128627712 "GET /en/radiology/studies/131/ HTTP/1.1" 200 31174 INFO 2025-08-13 20:15:52,415 basehttp 76468 6128627712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 ERROR 2025-08-13 20:16:12,527 log 76468 6128627712 Internal Server Error: /en/radiology/series/382/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 637, in get_queryset return ImagingSeries.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: body_part, contrast_agent, contrast_route, created_at, id, image_orientation, image_quality, images, modality, number_of_instances, patient_position, pixel_spacing, protocol_name, series_date, series_datetime, series_description, series_id, series_instance_uid, series_number, series_size, series_time, slice_thickness, spacing_between_slices, study, study_id, updated_at ERROR 2025-08-13 20:16:12,529 basehttp 76468 6128627712 "GET /en/radiology/series/382/ HTTP/1.1" 500 138005 INFO 2025-08-13 20:16:36,057 autoreload 76468 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 20:16:36,368 autoreload 76856 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 20:16:36,796 log 76856 6166605824 Internal Server Error: /en/radiology/series/382/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/series/\\Z'] ERROR 2025-08-13 20:16:36,798 basehttp 76856 6166605824 "GET /en/radiology/series/382/ HTTP/1.1" 500 194318 INFO 2025-08-13 20:17:48,094 autoreload 76856 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/urls.py changed, reloading. INFO 2025-08-13 20:17:48,371 autoreload 77323 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 20:17:50,804 log 77323 6129479680 Internal Server Error: /en/radiology/series/382/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/series/\\Z'] ERROR 2025-08-13 20:17:50,805 basehttp 77323 6129479680 "GET /en/radiology/series/382/ HTTP/1.1" 500 194874 INFO 2025-08-13 20:18:16,680 autoreload 77323 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/urls.py changed, reloading. INFO 2025-08-13 20:18:16,951 autoreload 77561 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 20:18:19,256 log 77561 6168997888 Internal Server Error: /en/radiology/series/382/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/series/\\Z'] ERROR 2025-08-13 20:18:19,258 basehttp 77561 6168997888 "GET /en/radiology/series/382/ HTTP/1.1" 500 194186 INFO 2025-08-13 20:18:40,121 autoreload 77561 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/urls.py changed, reloading. INFO 2025-08-13 20:18:40,392 autoreload 77721 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 20:18:41,037 log 77721 6124810240 Internal Server Error: /en/radiology/series/382/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/series/\\Z'] ERROR 2025-08-13 20:18:41,039 basehttp 77721 6124810240 "GET /en/radiology/series/382/ HTTP/1.1" 500 194318 INFO 2025-08-13 20:18:43,697 basehttp 77721 6124810240 "GET /en/radiology/studies/131/ HTTP/1.1" 200 31174 INFO 2025-08-13 20:18:43,740 basehttp 77721 6124810240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:19:43,750 basehttp 77721 6124810240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:19:49,256 autoreload 77721 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/urls.py changed, reloading. INFO 2025-08-13 20:19:49,570 autoreload 78273 8601149632 Watching for file changes with StatReloader INFO 2025-08-13 20:19:50,429 basehttp 78273 6202699776 "GET /en/radiology/studies/131/ HTTP/1.1" 200 31174 INFO 2025-08-13 20:19:50,472 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:20:50,485 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:21:50,488 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:22:50,490 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:23:50,495 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:24:50,496 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:25:50,497 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:26:50,499 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:27:50,501 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:28:50,510 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:29:50,504 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:30:50,508 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:31:50,510 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:32:50,524 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:33:51,173 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:34:53,174 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:36:17,168 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:37:17,172 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:39:17,165 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:40:17,170 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:41:17,168 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:43:17,171 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:44:17,183 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:46:17,180 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:47:17,180 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:48:17,181 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:50:17,172 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:51:17,178 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:53:17,170 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:54:17,178 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:56:17,187 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:57:17,179 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:59:17,136 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 21:00:17,131 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 21:02:17,133 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 21:03:17,133 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 21:05:17,134 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 21:07:17,129 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 21:08:17,129 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 21:09:17,135 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 21:11:17,128 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 21:12:17,146 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 21:13:42,297 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 21:14:23,594 autoreload 2402 8601149632 Watching for file changes with StatReloader INFO 2025-08-13 21:14:33,212 basehttp 2402 6195195904 "GET /en/radiology/studies/131/ HTTP/1.1" 200 31174 INFO 2025-08-13 21:14:33,256 basehttp 2402 6195195904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 ERROR 2025-08-13 21:14:34,723 log 2402 6195195904 Internal Server Error: /en/radiology/series/383/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/series/\\Z'] ERROR 2025-08-13 21:14:34,725 basehttp 2402 6195195904 "GET /en/radiology/series/383/ HTTP/1.1" 500 194077 INFO 2025-08-13 23:09:55,022 autoreload 3706 8601149632 Watching for file changes with StatReloader INFO 2025-08-13 23:10:01,185 autoreload 3796 8601149632 Watching for file changes with StatReloader INFO 2025-08-13 23:10:03,071 basehttp 3796 6191525888 "GET / HTTP/1.1" 302 0 INFO 2025-08-13 23:10:03,129 basehttp 3796 6191525888 "GET /en/ HTTP/1.1" 302 0 INFO 2025-08-13 23:10:03,134 basehttp 3796 6191525888 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-08-13 23:10:03,150 log 3796 6191525888 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-13 23:10:03,151 basehttp 3796 6191525888 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160350 INFO 2025-08-13 23:10:09,599 basehttp 3796 6191525888 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-08-13 23:10:09,613 basehttp 3796 6191525888 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-08-13 23:10:12,390 basehttp 3796 6191525888 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-08-13 23:10:12,410 basehttp 3796 6191525888 "GET /en/admin/ HTTP/1.1" 200 87876 INFO 2025-08-13 23:10:14,505 basehttp 3796 6191525888 "GET / HTTP/1.1" 302 0 INFO 2025-08-13 23:10:14,533 basehttp 3796 6191525888 "GET /en/ HTTP/1.1" 200 46342 INFO 2025-08-13 23:10:14,598 basehttp 3796 6191525888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 23:10:14,606 basehttp 3796 6242004992 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-13 23:10:14,608 basehttp 3796 6225178624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-13 23:10:14,609 basehttp 3796 6208352256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-13 23:10:28,997 basehttp 3796 6208352256 "GET /en/analytics/ HTTP/1.1" 200 51683 INFO 2025-08-13 23:10:29,040 basehttp 3796 6208352256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 23:10:29,042 basehttp 3796 6225178624 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-13 23:10:44,055 basehttp 3796 6225178624 "GET /en/analytics/dashboards/ HTTP/1.1" 200 117966 INFO 2025-08-13 23:10:44,094 basehttp 3796 6225178624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 23:11:19,357 basehttp 3796 6225178624 "GET / HTTP/1.1" 302 0 INFO 2025-08-13 23:11:19,371 basehttp 3796 6208352256 "GET /en/ HTTP/1.1" 200 46342 INFO 2025-08-13 23:11:19,434 basehttp 3796 6191525888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-13 23:11:19,436 basehttp 3796 6208352256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-13 23:11:19,436 basehttp 3796 6225178624 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-13 23:11:19,438 basehttp 3796 6242004992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-13 23:11:29,002 basehttp 3796 6242004992 "GET /en/radiology HTTP/1.1" 301 0 ERROR 2025-08-13 23:11:29,041 log 3796 6225178624 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_list' with no arguments not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/series/\\Z'] ERROR 2025-08-13 23:11:29,042 basehttp 3796 6225178624 "GET /en/radiology/ HTTP/1.1" 500 172576 ERROR 2025-08-13 23:11:49,089 log 3796 6225178624 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 65, in get_context_data 'results_completed_today': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'result_datetime' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-13 23:11:49,091 basehttp 3796 6225178624 "GET /en/laboratory/ HTTP/1.1" 500 137799 INFO 2025-08-13 23:11:51,602 basehttp 3796 6225178624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-13 23:12:04,638 basehttp 3796 6225178624 "GET /en/audit-log/ HTTP/1.1" 200 214854 INFO 2025-08-13 23:12:04,685 basehttp 3796 6225178624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-13 23:12:09,598 basehttp 3796 6225178624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-13 23:12:10,507 basehttp 3796 6208352256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-13 23:12:10,509 basehttp 3796 6225178624 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-13 23:12:40,713 basehttp 3796 6225178624 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-13 23:13:10,723 basehttp 3796 6225178624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-13 23:13:10,725 basehttp 3796 6208352256 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-13 23:13:41,712 basehttp 3796 6208352256 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-13 23:14:11,711 basehttp 3796 6208352256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-13 23:14:12,711 basehttp 3796 6208352256 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-13 23:14:43,710 basehttp 3796 6208352256 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-13 23:19:36,648 basehttp 3796 6191525888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:09:15,170 basehttp 3796 6191525888 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-14 00:20:34,899 basehttp 3796 6191525888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:34:01,567 basehttp 3796 6191525888 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 ERROR 2025-08-14 00:34:06,346 log 3796 6191525888 Internal Server Error: /en/analytics/data-sources/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 387, in get_queryset return queryset.order_by('source_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'source_name' into field. Choices are: authentication_config, cache_duration, connection_config, connection_type, created_at, created_by, created_by_id, data_transformation, description, health_check_interval, is_active, is_healthy, last_health_check, last_test_duration_seconds, last_test_end_at, last_test_error_message, last_test_start_at, last_test_status, metrics, name, parameters, query_template, reports, source_id, source_type, tenant, tenant_id, updated_at, widgets ERROR 2025-08-14 00:34:06,347 basehttp 3796 6191525888 "GET /en/analytics/data-sources/ HTTP/1.1" 500 104572 INFO 2025-08-14 00:34:33,260 autoreload 3796 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-14 00:34:33,611 autoreload 7017 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 00:34:41,121 log 7017 6136655872 Internal Server Error: /en/analytics/data-sources/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'data_source_export' not found. 'data_source_export' is not a valid view function or pattern name. ERROR 2025-08-14 00:34:41,124 basehttp 7017 6136655872 "GET /en/analytics/data-sources/ HTTP/1.1" 500 176248 INFO 2025-08-14 00:35:30,923 basehttp 7017 6136655872 "GET /en/analytics/data-sources/ HTTP/1.1" 200 63367 INFO 2025-08-14 00:35:31,148 basehttp 7017 6136655872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 00:35:43,299 log 7017 6136655872 Internal Server Error: /en/analytics/data-sources/bc487783-ad63-48c0-b787-f556f838657c/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 416, in get_context_data ).order_by('report_name') ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'report_name' into field. Choices are: created_at, created_by, created_by_id, data_source, data_source_id, description, distribution_config, executions, is_active, name, next_execution, output_format, query_config, recipients, report_id, report_type, schedule_config, schedule_type, template_config, tenant, tenant_id, updated_at ERROR 2025-08-14 00:35:43,303 basehttp 7017 6136655872 "GET /en/analytics/data-sources/bc487783-ad63-48c0-b787-f556f838657c/ HTTP/1.1" 500 103539 INFO 2025-08-14 00:36:19,649 autoreload 7017 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-14 00:36:19,947 autoreload 7819 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 00:36:22,251 log 7819 6123171840 Internal Server Error: /en/analytics/data-sources/bc487783-ad63-48c0-b787-f556f838657c/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 421, in get_context_data ).order_by('metric_name') ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'metric_name' into field. Choices are: aggregation_config, aggregation_period, calculation_config, created_at, created_by, created_by_id, critical_threshold, data_source, data_source_id, decimal_places, description, display_format, is_active, metric_id, metric_type, name, target_value, tenant, tenant_id, unit_of_measure, updated_at, values, warning_threshold ERROR 2025-08-14 00:36:22,253 basehttp 7819 6123171840 "GET /en/analytics/data-sources/bc487783-ad63-48c0-b787-f556f838657c/ HTTP/1.1" 500 104008 INFO 2025-08-14 00:36:36,689 autoreload 7819 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-14 00:36:36,978 autoreload 7982 8601149632 Watching for file changes with StatReloader INFO 2025-08-14 00:36:37,359 basehttp 7982 6202273792 "GET /en/analytics/data-sources/bc487783-ad63-48c0-b787-f556f838657c/ HTTP/1.1" 200 34228 INFO 2025-08-14 00:36:37,399 basehttp 7982 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:36:42,902 basehttp 7982 6202273792 "GET /en/analytics/data-sources/bc487783-ad63-48c0-b787-f556f838657c/update/ HTTP/1.1" 200 48564 INFO 2025-08-14 00:36:42,940 basehttp 7982 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:37:15,781 basehttp 7982 6202273792 "GET /en/analytics/data-sources/ HTTP/1.1" 200 63367 INFO 2025-08-14 00:37:15,817 basehttp 7982 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:37:22,590 basehttp 7982 6202273792 "GET /en/analytics/data-sources/9472f573-e319-4f0e-90f1-dd60e25b47e9/ HTTP/1.1" 200 34200 INFO 2025-08-14 00:37:22,624 basehttp 7982 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:37:36,983 basehttp 7982 6202273792 "GET /en/analytics/data-sources/9472f573-e319-4f0e-90f1-dd60e25b47e9/update/ HTTP/1.1" 200 48564 INFO 2025-08-14 00:37:37,019 basehttp 7982 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:37:58,474 basehttp 7982 6202273792 "GET /en/analytics/data-sources/9472f573-e319-4f0e-90f1-dd60e25b47e9/update/ HTTP/1.1" 200 48564 INFO 2025-08-14 00:37:58,508 basehttp 7982 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:38:15,829 basehttp 7982 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:38:17,512 basehttp 7982 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:38:18,871 basehttp 7982 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 00:38:22,085 log 7982 6202273792 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-14 00:38:22,086 basehttp 7982 6202273792 "GET /en/analytics/reports/ HTTP/1.1" 500 203950 INFO 2025-08-14 00:40:24,649 autoreload 7982 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-14 00:40:24,952 autoreload 9625 8601149632 Watching for file changes with StatReloader INFO 2025-08-14 00:40:26,058 basehttp 9625 6191280128 "GET /en/analytics/reports/ HTTP/1.1" 200 34822 INFO 2025-08-14 00:40:26,069 basehttp 9625 6208106496 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-08-14 00:40:26,069 basehttp 9625 6191280128 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-08-14 00:40:26,075 basehttp 9625 6208106496 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-08-14 00:40:26,075 basehttp 9625 6241759232 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-08-14 00:40:26,075 basehttp 9625 6224932864 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-08-14 00:40:26,076 basehttp 9625 6191280128 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-08-14 00:40:26,078 basehttp 9625 6258585600 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-08-14 00:40:26,112 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:40:26,133 basehttp 9625 6258585600 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1755121226075 HTTP/1.1" 200 7146 INFO 2025-08-14 00:40:26,133 basehttp 9625 6191280128 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-14 00:41:26,124 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:42:26,128 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:43:26,131 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:44:26,134 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:45:26,160 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:45:26,164 basehttp 9625 6208106496 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-14 00:45:26,164 basehttp 9625 6258585600 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1755121226076 HTTP/1.1" 200 7146 INFO 2025-08-14 00:46:26,141 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:47:26,139 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:48:26,149 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:49:26,122 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:50:26,136 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:50:26,137 basehttp 9625 6208106496 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-14 00:50:26,139 basehttp 9625 6258585600 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1755121226077 HTTP/1.1" 200 7146 INFO 2025-08-14 00:51:26,130 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:52:26,134 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:53:26,137 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:54:26,982 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:55:27,006 basehttp 9625 6258585600 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1755121226078 HTTP/1.1" 200 7146 INFO 2025-08-14 00:55:27,006 basehttp 9625 6191280128 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-14 00:55:28,990 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:57:09,982 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:58:09,992 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:00:09,991 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:00:27,005 basehttp 9625 6191280128 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-14 01:00:27,005 basehttp 9625 6258585600 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1755121226079 HTTP/1.1" 200 7146 INFO 2025-08-14 01:02:10,000 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:03:09,989 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:05:09,994 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:05:26,998 basehttp 9625 6208106496 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-14 01:05:27,000 basehttp 9625 6191280128 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1755121226080 HTTP/1.1" 200 7146 INFO 2025-08-14 01:06:09,985 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:07:09,991 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:08:09,989 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:09:10,979 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:10:10,975 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:10:26,111 basehttp 9625 6208106496 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-14 01:10:26,113 basehttp 9625 6191280128 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1755121226081 HTTP/1.1" 200 7146 INFO 2025-08-14 01:11:10,986 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:12:10,986 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 01:12:32,269 log 9625 6191280128 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9]+)/\\Z'] ERROR 2025-08-14 01:12:32,271 basehttp 9625 6191280128 "GET /en/analytics/reports/ HTTP/1.1" 500 205801 ERROR 2025-08-14 01:13:00,002 log 9625 6191280128 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9]+)/\\Z'] ERROR 2025-08-14 01:13:00,003 basehttp 9625 6191280128 "GET /en/analytics/reports/ HTTP/1.1" 500 205822 ERROR 2025-08-14 01:13:00,852 log 9625 6191280128 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9]+)/\\Z'] ERROR 2025-08-14 01:13:00,853 basehttp 9625 6191280128 "GET /en/analytics/reports/ HTTP/1.1" 500 205822 INFO 2025-08-14 01:13:48,767 basehttp 9625 6191280128 "GET /en/analytics/reports/ HTTP/1.1" 200 34860 INFO 2025-08-14 01:13:48,819 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:13:48,839 basehttp 9625 6191280128 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1755123228791 HTTP/1.1" 200 7146 INFO 2025-08-14 01:13:48,839 basehttp 9625 6208106496 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 WARNING 2025-08-14 01:13:51,519 log 9625 6208106496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:13:51,520 basehttp 9625 6208106496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:13:51,557 basehttp 9625 6208106496 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-08-14 01:14:07,238 autoreload 9625 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-14 01:14:07,640 autoreload 24614 8601149632 Watching for file changes with StatReloader INFO 2025-08-14 01:14:18,282 autoreload 24614 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-14 01:14:18,546 autoreload 24708 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 01:14:21,230 log 24708 6133215232 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-14 01:14:21,231 basehttp 24708 6133215232 "GET /en/analytics/reports/ HTTP/1.1" 500 204087 WARNING 2025-08-14 01:14:21,249 log 24708 6133215232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:14:21,249 basehttp 24708 6133215232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:14:53,079 autoreload 24708 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-14 01:14:53,369 autoreload 24945 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 01:14:55,383 log 24945 6189264896 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-14 01:14:55,384 basehttp 24945 6189264896 "GET /en/analytics/reports/ HTTP/1.1" 500 204241 WARNING 2025-08-14 01:14:55,400 log 24945 6189264896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:14:55,400 basehttp 24945 6189264896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-14 01:16:18,637 log 24945 6189264896 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '('0',)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-14 01:16:18,638 basehttp 24945 6189264896 "GET /en/analytics/reports/ HTTP/1.1" 500 204481 WARNING 2025-08-14 01:16:18,651 log 24945 6189264896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:16:18,651 basehttp 24945 6189264896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-14 01:16:53,401 log 24945 6189264896 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-14 01:16:53,402 basehttp 24945 6189264896 "GET /en/analytics/reports/ HTTP/1.1" 500 204190 WARNING 2025-08-14 01:16:53,415 log 24945 6189264896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:16:53,415 basehttp 24945 6189264896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:18:20,965 basehttp 24945 6189264896 "GET /en/analytics/reports/ HTTP/1.1" 200 34844 WARNING 2025-08-14 01:18:20,984 log 24945 6189264896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:18:20,984 basehttp 24945 6189264896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:18:21,084 basehttp 24945 6189264896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:18:21,109 basehttp 24945 6189264896 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1755123501051 HTTP/1.1" 200 7146 INFO 2025-08-14 01:18:21,110 basehttp 24945 6206091264 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-14 01:19:21,093 basehttp 24945 6206091264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:19:47,951 basehttp 24945 6206091264 "GET /en/analytics/reports/ HTTP/1.1" 200 34844 WARNING 2025-08-14 01:19:48,014 log 24945 6206091264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:19:48,014 basehttp 24945 6206091264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:19:48,065 basehttp 24945 6206091264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:19:48,087 basehttp 24945 6206091264 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1755123588019 HTTP/1.1" 200 7146 INFO 2025-08-14 01:19:48,087 basehttp 24945 6189264896 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-14 01:20:48,297 basehttp 24945 6189264896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:21:48,292 basehttp 24945 6189264896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:22:48,299 basehttp 24945 6189264896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:23:39,801 basehttp 24945 6189264896 "GET /en/analytics/reports/ HTTP/1.1" 200 34843 WARNING 2025-08-14 01:23:39,833 log 24945 6189264896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:23:39,833 basehttp 24945 6189264896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:23:39,914 basehttp 24945 6189264896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:24:35,274 basehttp 24945 6189264896 "GET /en/analytics/reports/ HTTP/1.1" 200 34844 WARNING 2025-08-14 01:24:35,292 log 24945 6189264896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:24:35,292 basehttp 24945 6189264896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:24:35,388 basehttp 24945 6189264896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:24:35,410 basehttp 24945 6189264896 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1755123875340 HTTP/1.1" 200 7146 INFO 2025-08-14 01:24:35,411 basehttp 24945 6206091264 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-14 01:25:35,403 basehttp 24945 6206091264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:26:08,967 autoreload 29977 8601149632 Watching for file changes with StatReloader INFO 2025-08-14 01:26:16,033 basehttp 29977 6158462976 "GET / HTTP/1.1" 302 0 INFO 2025-08-14 01:26:16,115 basehttp 29977 6158462976 "GET /en/ HTTP/1.1" 200 46343 WARNING 2025-08-14 01:26:16,134 log 29977 6158462976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:26:16,134 basehttp 29977 6158462976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:26:16,238 basehttp 29977 6158462976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:26:16,242 basehttp 29977 6208942080 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-14 01:26:16,248 basehttp 29977 6192115712 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-14 01:26:16,251 basehttp 29977 6175289344 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-14 01:26:21,557 basehttp 29977 6175289344 "GET /en/analytics/ HTTP/1.1" 200 51683 WARNING 2025-08-14 01:26:21,574 log 29977 6175289344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:26:21,574 basehttp 29977 6175289344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:26:21,676 basehttp 29977 6175289344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:26:21,678 basehttp 29977 6192115712 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 ERROR 2025-08-14 01:26:27,014 log 29977 6192115712 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-14 01:26:27,015 basehttp 29977 6192115712 "GET /en/analytics/reports/ HTTP/1.1" 500 204104 WARNING 2025-08-14 01:26:27,029 log 29977 6192115712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:26:27,029 basehttp 29977 6192115712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-14 01:27:51,054 log 29977 6192115712 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-14 01:27:51,055 basehttp 29977 6192115712 "GET /en/analytics/reports/ HTTP/1.1" 500 204014 WARNING 2025-08-14 01:27:51,071 log 29977 6192115712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:27:51,071 basehttp 29977 6192115712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:28:21,178 autoreload 29977 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-14 01:28:21,483 autoreload 30900 8601149632 Watching for file changes with StatReloader INFO 2025-08-14 01:28:22,576 basehttp 30900 6133542912 "GET /en/analytics/reports/ HTTP/1.1" 200 34898 WARNING 2025-08-14 01:28:22,588 log 30900 6133542912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:28:22,589 basehttp 30900 6133542912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:28:22,708 basehttp 30900 6133542912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:28:22,734 basehttp 30900 6133542912 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1755124102668 HTTP/1.1" 200 7146 INFO 2025-08-14 01:28:22,735 basehttp 30900 6150369280 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-14 01:28:30,784 basehttp 30900 6150369280 "GET /en/analytics/reports/ HTTP/1.1" 200 34898 WARNING 2025-08-14 01:28:30,805 log 30900 6150369280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:28:30,805 basehttp 30900 6150369280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:28:30,898 basehttp 30900 6150369280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:28:30,919 basehttp 30900 6133542912 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-14 01:28:30,920 basehttp 30900 6150369280 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1755124110853 HTTP/1.1" 200 7146 INFO 2025-08-14 01:29:07,341 autoreload 30900 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-14 01:29:07,683 autoreload 31294 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 01:29:08,234 log 31294 6156185600 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-14 01:29:08,235 basehttp 31294 6156185600 "GET /en/analytics/reports/ HTTP/1.1" 500 203860 WARNING 2025-08-14 01:29:08,256 log 31294 6156185600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:29:08,256 basehttp 31294 6156185600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:29:25,028 basehttp 31294 6156185600 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818 HTTP/1.1" 301 0 ERROR 2025-08-14 01:29:25,044 log 31294 6156185600 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 46, in get_object raise AttributeError( AttributeError: Generic detail view ReportDetailView must be called with either an object pk or a slug in the URLconf. ERROR 2025-08-14 01:29:25,045 basehttp 31294 6156185600 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ HTTP/1.1" 500 86870 WARNING 2025-08-14 01:29:25,064 log 31294 6156185600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:29:25,064 basehttp 31294 6156185600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:29:44,258 autoreload 31294 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-14 01:29:44,536 autoreload 31556 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 01:29:47,139 log 31556 6126694400 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 560, in get_context_data ).order_by('-execution_time')[:10] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-14 01:29:47,140 basehttp 31556 6126694400 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ HTTP/1.1" 500 103121 WARNING 2025-08-14 01:29:47,154 log 31556 6126694400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:29:47,154 basehttp 31556 6126694400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:30:27,276 autoreload 31556 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-14 01:30:27,556 autoreload 31873 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 01:30:29,542 log 31873 6134296576 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_update' with arguments '(UUID('1758ef25-98c1-4574-86ca-cf1e4b24e818'),)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9]+)/update/\\Z'] ERROR 2025-08-14 01:30:29,543 basehttp 31873 6134296576 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ HTTP/1.1" 500 179878 WARNING 2025-08-14 01:30:29,560 log 31873 6134296576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:30:29,560 basehttp 31873 6134296576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-14 01:31:03,528 log 31873 6134296576 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_update' with arguments '(UUID('1758ef25-98c1-4574-86ca-cf1e4b24e818'),)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9]+)/update/\\Z'] ERROR 2025-08-14 01:31:03,529 basehttp 31873 6134296576 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ HTTP/1.1" 500 179927 WARNING 2025-08-14 01:31:03,541 log 31873 6134296576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:31:03,542 basehttp 31873 6134296576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:31:33,147 autoreload 31873 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-14 01:31:33,417 autoreload 32368 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 01:31:35,471 log 32368 6170537984 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_generate' not found. 'report_generate' is not a valid view function or pattern name. ERROR 2025-08-14 01:31:35,472 basehttp 32368 6170537984 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ HTTP/1.1" 500 174837 WARNING 2025-08-14 01:31:35,492 log 32368 6170537984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:31:35,492 basehttp 32368 6170537984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-14 01:32:22,170 log 32368 6170537984 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'execute_report' with arguments '(UUID('1758ef25-98c1-4574-86ca-cf1e4b24e818'),)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9]+)/execute/\\Z'] ERROR 2025-08-14 01:32:22,171 basehttp 32368 6170537984 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ HTTP/1.1" 500 178648 WARNING 2025-08-14 01:32:22,185 log 32368 6170537984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:32:22,185 basehttp 32368 6170537984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:32:46,310 autoreload 32368 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-14 01:32:46,574 autoreload 32915 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 01:32:47,218 log 32915 6167851008 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_duplicate' not found. 'report_duplicate' is not a valid view function or pattern name. ERROR 2025-08-14 01:32:47,219 basehttp 32915 6167851008 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ HTTP/1.1" 500 175151 WARNING 2025-08-14 01:32:47,238 log 32915 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:32:47,238 basehttp 32915 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-14 01:33:20,980 log 32915 6167851008 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_export_definition' not found. 'report_export_definition' is not a valid view function or pattern name. ERROR 2025-08-14 01:33:20,981 basehttp 32915 6167851008 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ HTTP/1.1" 500 176805 WARNING 2025-08-14 01:33:20,994 log 32915 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:33:20,994 basehttp 32915 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-14 01:33:22,486 log 32915 6167851008 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_export_definition' not found. 'report_export_definition' is not a valid view function or pattern name. ERROR 2025-08-14 01:33:22,487 basehttp 32915 6167851008 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ HTTP/1.1" 500 176805 WARNING 2025-08-14 01:33:22,506 log 32915 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:33:22,506 basehttp 32915 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-14 01:33:48,725 log 32915 6167851008 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'execution_error' not found. 'execution_error' is not a valid view function or pattern name. ERROR 2025-08-14 01:33:48,726 basehttp 32915 6167851008 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ HTTP/1.1" 500 176683 WARNING 2025-08-14 01:33:48,742 log 32915 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:33:48,743 basehttp 32915 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:34:28,117 basehttp 32915 6167851008 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ HTTP/1.1" 200 29727 WARNING 2025-08-14 01:34:28,136 log 32915 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:34:28,136 basehttp 32915 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:34:28,228 basehttp 32915 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 01:34:51,688 log 32915 6167851008 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/forms.py", line 280, in __init__ ).order_by('source_name') ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'source_name' into field. Choices are: authentication_config, cache_duration, connection_config, connection_type, created_at, created_by, created_by_id, data_transformation, description, health_check_interval, is_active, is_healthy, last_health_check, last_test_duration_seconds, last_test_end_at, last_test_error_message, last_test_start_at, last_test_status, metrics, name, parameters, query_template, reports, source_id, source_type, tenant, tenant_id, updated_at, widgets ERROR 2025-08-14 01:34:51,690 basehttp 32915 6167851008 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ HTTP/1.1" 500 117882 WARNING 2025-08-14 01:34:51,705 log 32915 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:34:51,706 basehttp 32915 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:35:13,100 autoreload 32915 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/forms.py changed, reloading. INFO 2025-08-14 01:35:13,441 autoreload 34028 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 01:35:14,022 log 34028 6135263232 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_query' not found. 'validate_query' is not a valid view function or pattern name. ERROR 2025-08-14 01:35:14,023 basehttp 34028 6135263232 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ HTTP/1.1" 500 175387 WARNING 2025-08-14 01:35:14,042 log 34028 6135263232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:35:14,042 basehttp 34028 6135263232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-14 01:39:46,213 log 34028 6135263232 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'query_template' not found. 'query_template' is not a valid view function or pattern name. ERROR 2025-08-14 01:39:46,218 basehttp 34028 6135263232 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ HTTP/1.1" 500 179883 WARNING 2025-08-14 01:39:46,238 log 34028 6135263232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:39:46,238 basehttp 34028 6135263232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:40:16,705 basehttp 34028 6135263232 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ HTTP/1.1" 200 33877 WARNING 2025-08-14 01:40:16,719 basehttp 34028 6168915968 "GET /static/plugins/codemirror/theme/material.css HTTP/1.1" 404 2038 WARNING 2025-08-14 01:40:16,720 basehttp 34028 6152089600 "GET /static/plugins/codemirror/lib/codemirror.css HTTP/1.1" 404 2038 WARNING 2025-08-14 01:40:16,725 basehttp 34028 13338013696 "GET /static/plugins/codemirror/lib/codemirror.js HTTP/1.1" 404 2035 WARNING 2025-08-14 01:40:16,727 log 34028 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:40:16,727 basehttp 34028 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:40:16,727 basehttp 34028 6135263232 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-08-14 01:40:16,728 basehttp 34028 13321187328 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-08-14 01:40:16,765 basehttp 34028 13321187328 "GET /static/plugins/codemirror/mode/sql/sql.js HTTP/1.1" 404 2029 WARNING 2025-08-14 01:40:16,765 basehttp 34028 6135263232 "GET /static/plugins/codemirror/mode/javascript/javascript.js HTTP/1.1" 404 2071 INFO 2025-08-14 01:40:16,812 basehttp 34028 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:40:36,394 basehttp 34028 13304360960 "POST /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ HTTP/1.1" 200 33877 WARNING 2025-08-14 01:40:36,408 basehttp 34028 6135263232 "GET /static/plugins/codemirror/theme/material.css HTTP/1.1" 404 2038 WARNING 2025-08-14 01:40:36,409 basehttp 34028 13304360960 "GET /static/plugins/codemirror/lib/codemirror.css HTTP/1.1" 404 2038 WARNING 2025-08-14 01:40:36,411 basehttp 34028 6152089600 "GET /static/plugins/codemirror/lib/codemirror.js HTTP/1.1" 404 2035 WARNING 2025-08-14 01:40:36,411 basehttp 34028 6168915968 "GET /static/plugins/codemirror/mode/sql/sql.js HTTP/1.1" 404 2029 WARNING 2025-08-14 01:40:36,419 log 34028 6135263232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:40:36,419 basehttp 34028 6135263232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:40:36,438 basehttp 34028 6135263232 "GET /static/plugins/codemirror/mode/javascript/javascript.js HTTP/1.1" 404 2071 INFO 2025-08-14 01:40:36,500 basehttp 34028 6135263232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:40:39,387 basehttp 34028 6135263232 "POST /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ HTTP/1.1" 200 33877 WARNING 2025-08-14 01:40:39,397 basehttp 34028 6152089600 "GET /static/plugins/codemirror/theme/material.css HTTP/1.1" 404 2038 WARNING 2025-08-14 01:40:39,397 basehttp 34028 6135263232 "GET /static/plugins/codemirror/lib/codemirror.css HTTP/1.1" 404 2038 WARNING 2025-08-14 01:40:39,401 basehttp 34028 6168915968 "GET /static/plugins/codemirror/lib/codemirror.js HTTP/1.1" 404 2035 WARNING 2025-08-14 01:40:39,402 basehttp 34028 13304360960 "GET /static/plugins/codemirror/mode/sql/sql.js HTTP/1.1" 404 2029 WARNING 2025-08-14 01:40:39,406 log 34028 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:40:39,407 basehttp 34028 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:40:39,427 basehttp 34028 13321187328 "GET /static/plugins/codemirror/mode/javascript/javascript.js HTTP/1.1" 404 2071 INFO 2025-08-14 01:40:39,495 basehttp 34028 6135263232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:41:39,503 basehttp 34028 6135263232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:42:40,250 basehttp 34028 6135263232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:43:41,262 basehttp 34028 6135263232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:44:42,252 basehttp 34028 6135263232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:45:43,243 basehttp 34028 6135263232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:46:44,242 basehttp 34028 6135263232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:47:46,238 basehttp 34028 6135263232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 WARNING 2025-08-14 01:48:15,360 log 34028 6135263232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:48:15,361 basehttp 34028 6135263232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-14 01:48:16,126 log 34028 6135263232 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_query' not found. 'validate_query' is not a valid view function or pattern name. ERROR 2025-08-14 01:48:16,127 basehttp 34028 6135263232 "POST /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ HTTP/1.1" 500 176528 WARNING 2025-08-14 01:48:16,143 log 34028 6135263232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:48:16,143 basehttp 34028 6135263232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-14 01:48:18,695 log 34028 6135263232 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_query' not found. 'validate_query' is not a valid view function or pattern name. ERROR 2025-08-14 01:48:18,697 basehttp 34028 6135263232 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ HTTP/1.1" 500 175256 WARNING 2025-08-14 01:48:18,710 log 34028 6135263232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:48:18,710 basehttp 34028 6135263232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-14 01:48:19,186 log 34028 6135263232 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_query' not found. 'validate_query' is not a valid view function or pattern name. ERROR 2025-08-14 01:48:19,187 basehttp 34028 6135263232 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ HTTP/1.1" 500 175393 WARNING 2025-08-14 01:48:19,201 log 34028 6135263232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:48:19,201 basehttp 34028 6135263232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-14 01:48:19,755 log 34028 6135263232 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_query' not found. 'validate_query' is not a valid view function or pattern name. ERROR 2025-08-14 01:48:19,757 basehttp 34028 6135263232 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ HTTP/1.1" 500 175393 WARNING 2025-08-14 01:48:19,771 log 34028 6135263232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:48:19,771 basehttp 34028 6135263232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:48:20,324 log 34028 6135263232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:48:20,324 basehttp 34028 6135263232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:48:21,264 basehttp 34028 6135263232 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ HTTP/1.1" 200 29729 WARNING 2025-08-14 01:48:21,282 log 34028 6152089600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:48:21,289 basehttp 34028 6152089600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:48:21,290 basehttp 34028 6152089600 - Broken pipe from ('127.0.0.1', 51179) INFO 2025-08-14 01:48:21,292 basehttp 34028 6135263232 "GET /static/css/apple/app.min.css HTTP/1.1" 200 898634 INFO 2025-08-14 01:48:21,336 basehttp 34028 6152089600 "GET /static/css/apple/app.min.css.map HTTP/1.1" 200 1965938 INFO 2025-08-14 01:48:21,338 basehttp 34028 6135263232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:48:29,252 basehttp 34028 6135263232 "GET / HTTP/1.1" 302 0 INFO 2025-08-14 01:48:29,273 basehttp 34028 6152089600 "GET /en/ HTTP/1.1" 200 46345 WARNING 2025-08-14 01:48:29,292 log 34028 6152089600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:48:29,292 basehttp 34028 6152089600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:48:29,343 basehttp 34028 6152089600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:48:29,354 basehttp 34028 13572796416 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-14 01:48:29,355 basehttp 34028 6168915968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-14 01:48:29,357 basehttp 34028 6135263232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-14 01:48:41,556 basehttp 34028 6135263232 "GET /en/ HTTP/1.1" 200 46345 WARNING 2025-08-14 01:48:41,573 log 34028 6135263232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:48:41,574 basehttp 34028 6135263232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:48:41,645 basehttp 34028 6152089600 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-14 01:48:41,646 basehttp 34028 6135263232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:48:41,648 basehttp 34028 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-14 01:48:41,649 basehttp 34028 6168915968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-14 01:48:48,239 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:48:48,239 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:48:48,249 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:48:48,250 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-14 01:49:02,073 log 34028 6168915968 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_query' not found. 'validate_query' is not a valid view function or pattern name. ERROR 2025-08-14 01:49:02,074 basehttp 34028 6168915968 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ HTTP/1.1" 500 175256 WARNING 2025-08-14 01:49:02,090 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:49:02,090 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:49:04,412 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:49:04,412 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:49:04,423 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:49:04,424 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:49:12,995 basehttp 34028 6168915968 "GET / HTTP/1.1" 302 0 INFO 2025-08-14 01:49:13,007 basehttp 34028 13572796416 "GET /en/ HTTP/1.1" 200 46345 WARNING 2025-08-14 01:49:13,020 log 34028 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:49:13,020 basehttp 34028 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:49:13,089 basehttp 34028 6152089600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-14 01:49:13,090 basehttp 34028 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:49:13,091 basehttp 34028 6168915968 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-14 01:49:13,092 basehttp 34028 6135263232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-14 01:49:18,239 basehttp 34028 6135263232 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 46648 WARNING 2025-08-14 01:49:18,258 log 34028 6135263232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:49:18,258 basehttp 34028 6135263232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:49:18,295 basehttp 34028 6135263232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:50:14,095 basehttp 34028 6135263232 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 46655 INFO 2025-08-14 01:50:14,107 basehttp 34028 6135263232 "GET /static/css/transparent/app.min.css HTTP/1.1" 200 894226 WARNING 2025-08-14 01:50:14,112 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:50:14,112 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:50:14,139 basehttp 34028 6168915968 "GET /static/css/transparent/app.min.css.map HTTP/1.1" 200 1955921 INFO 2025-08-14 01:50:14,164 basehttp 34028 6168915968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:50:32,844 basehttp 34028 6168915968 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 46649 WARNING 2025-08-14 01:50:32,859 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:50:32,860 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:50:32,905 basehttp 34028 6168915968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 01:50:35,418 log 34028 6168915968 Internal Server Error: /en/laboratory/tests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_create' with arguments '(116,)' not found. 1 pattern(s) tried: ['en/laboratory/tests/create/\\Z'] ERROR 2025-08-14 01:50:35,419 basehttp 34028 6168915968 "GET /en/laboratory/tests/ HTTP/1.1" 500 242020 WARNING 2025-08-14 01:50:35,436 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:50:35,436 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:50:54,513 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:50:54,513 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:50:54,524 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:50:54,524 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:50:56,073 basehttp 34028 6168915968 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 46649 WARNING 2025-08-14 01:50:56,093 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:50:56,093 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:50:56,137 basehttp 34028 6168915968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 WARNING 2025-08-14 01:50:57,367 log 34028 6152089600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:50:57,369 basehttp 34028 6152089600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:50:57,369 basehttp 34028 6135263232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:50:57,372 basehttp 34028 6152089600 - Broken pipe from ('127.0.0.1', 51180) INFO 2025-08-14 01:50:57,372 basehttp 34028 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-14 01:50:57,374 basehttp 34028 6168915968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-14 01:50:57,379 log 34028 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:50:57,379 basehttp 34028 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:50:57,882 basehttp 34028 13572796416 "GET /en/ HTTP/1.1" 200 46346 WARNING 2025-08-14 01:50:57,898 log 34028 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:50:57,898 basehttp 34028 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:50:57,951 basehttp 34028 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:50:57,963 basehttp 34028 6135263232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-14 01:50:57,965 basehttp 34028 6152089600 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-14 01:50:57,965 basehttp 34028 6168915968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-14 01:51:00,132 basehttp 34028 6168915968 "GET /en/ HTTP/1.1" 200 46346 WARNING 2025-08-14 01:51:00,151 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:51:00,151 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:51:00,222 basehttp 34028 13572796416 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-14 01:51:00,222 basehttp 34028 6168915968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:51:00,223 basehttp 34028 6135263232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-14 01:51:00,224 basehttp 34028 6152089600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-14 01:51:05,792 basehttp 34028 6152089600 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-08-14 01:51:05,831 basehttp 34028 6135263232 "GET /en/emr/ HTTP/1.1" 200 71317 WARNING 2025-08-14 01:51:05,850 log 34028 6135263232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:51:05,850 basehttp 34028 6135263232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:51:05,878 basehttp 34028 6135263232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:51:05,880 basehttp 34028 6168915968 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-14 01:51:22,615 basehttp 34028 6168915968 "GET /en/emr/encounters/3101/ HTTP/1.1" 200 26928 WARNING 2025-08-14 01:51:22,639 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:51:22,640 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:51:22,677 basehttp 34028 6168915968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 WARNING 2025-08-14 01:51:25,994 log 34028 6168915968 Bad Request: /en/emr/encounter/3101/vitals/add/ WARNING 2025-08-14 01:51:25,994 basehttp 34028 6168915968 "GET /en/emr/encounter/3101/vitals/add/ HTTP/1.1" 400 28 INFO 2025-08-14 01:51:51,751 basehttp 34028 6168915968 "GET /en/emr/encounters/3101/ HTTP/1.1" 200 26928 WARNING 2025-08-14 01:51:51,764 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:51:51,764 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:51:51,803 basehttp 34028 6168915968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 WARNING 2025-08-14 01:51:57,241 log 34028 6168915968 Not Found: /en/patients/73/details/ WARNING 2025-08-14 01:51:57,241 basehttp 34028 6168915968 "GET /en/patients/73/details/ HTTP/1.1" 404 26802 WARNING 2025-08-14 01:51:57,262 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:51:57,262 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:52:02,676 log 34028 6168915968 Not Found: /en/patients/73/details/ WARNING 2025-08-14 01:52:02,676 basehttp 34028 6168915968 "GET /en/patients/73/details/ HTTP/1.1" 404 26802 WARNING 2025-08-14 01:52:02,690 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:52:02,691 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:52:04,310 log 34028 6168915968 Not Found: /en/patients/73/details/ WARNING 2025-08-14 01:52:04,310 basehttp 34028 6168915968 "GET /en/patients/73/details/ HTTP/1.1" 404 26802 WARNING 2025-08-14 01:52:04,327 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:52:04,327 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:52:14,389 log 34028 6168915968 Not Found: /en/patients/73/profile/ WARNING 2025-08-14 01:52:14,390 basehttp 34028 6168915968 "GET /en/patients/73/profile/ HTTP/1.1" 404 41015 WARNING 2025-08-14 01:52:14,406 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:52:14,406 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:52:28,721 log 34028 6168915968 Not Found: /en/patients/73/details/ WARNING 2025-08-14 01:52:28,721 basehttp 34028 6168915968 "GET /en/patients/73/details/ HTTP/1.1" 404 26802 WARNING 2025-08-14 01:52:28,740 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:52:28,740 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:52:37,755 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:52:37,755 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:52:38,325 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:52:38,325 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:52:38,835 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:52:38,835 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:52:38,846 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:52:38,846 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:52:51,813 basehttp 34028 6168915968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:53:52,066 basehttp 34028 6168915968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:53:53,026 basehttp 34028 6168915968 "GET /en/admin/ HTTP/1.1" 200 87876 INFO 2025-08-14 01:53:57,950 basehttp 34028 6168915968 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 134437 INFO 2025-08-14 01:53:57,961 basehttp 34028 6152089600 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-14 01:53:57,961 basehttp 34028 6168915968 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-14 01:53:57,961 basehttp 34028 13589622784 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-14 01:53:57,961 basehttp 34028 13606449152 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-14 01:53:57,963 basehttp 34028 6168915968 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-14 01:53:57,963 basehttp 34028 6152089600 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-14 01:53:57,964 basehttp 34028 13606449152 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-14 01:53:57,966 basehttp 34028 6168915968 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-14 01:53:57,966 basehttp 34028 6152089600 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-14 01:53:57,968 basehttp 34028 13572796416 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-14 01:53:57,970 basehttp 34028 6135263232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-14 01:53:57,971 basehttp 34028 6135263232 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-14 01:53:57,972 basehttp 34028 13589622784 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-14 01:53:57,983 basehttp 34028 13589622784 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-14 01:53:57,984 basehttp 34028 13589622784 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-14 01:54:03,241 basehttp 34028 13589622784 "GET /en/admin/patients/patientprofile/28/change/ HTTP/1.1" 200 191521 INFO 2025-08-14 01:54:03,252 basehttp 34028 13589622784 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-14 01:54:03,255 basehttp 34028 6135263232 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-08-14 01:54:03,256 basehttp 34028 6152089600 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-08-14 01:54:03,256 basehttp 34028 6168915968 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-14 01:54:03,256 basehttp 34028 13572796416 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-08-14 01:54:03,256 basehttp 34028 13606449152 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-14 01:54:03,258 basehttp 34028 6152089600 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-14 01:54:03,259 basehttp 34028 13589622784 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-14 01:54:03,259 basehttp 34028 6152089600 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-08-14 01:54:03,260 basehttp 34028 6152089600 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-14 01:54:03,292 basehttp 34028 6152089600 "GET /static/admin/img/inline-delete.svg HTTP/1.1" 200 537 INFO 2025-08-14 01:54:03,296 basehttp 34028 6152089600 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-08-14 01:54:03,297 basehttp 34028 13589622784 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-08-14 01:54:40,723 autoreload 34028 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-14 01:54:41,095 autoreload 42722 8601149632 Watching for file changes with StatReloader INFO 2025-08-14 01:54:42,890 basehttp 42722 6202552320 "GET /en/emr/encounters/3101/ HTTP/1.1" 200 26943 WARNING 2025-08-14 01:54:42,909 log 42722 6202552320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:54:42,909 basehttp 42722 6202552320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:54:42,956 basehttp 42722 6202552320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 WARNING 2025-08-14 01:54:46,507 log 42722 6202552320 Not Found: /en/patients/patientprofile/73/details/ WARNING 2025-08-14 01:54:46,507 basehttp 42722 6202552320 "GET /en/patients/patientprofile/73/details/ HTTP/1.1" 404 26862 WARNING 2025-08-14 01:54:46,529 log 42722 6202552320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:54:46,530 basehttp 42722 6202552320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:55:01,653 basehttp 42722 6202552320 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 134437 INFO 2025-08-14 01:55:45,687 basehttp 42722 6202552320 "GET /en/patients/ HTTP/1.1" 200 66237 WARNING 2025-08-14 01:55:45,703 log 42722 6202552320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:55:45,703 basehttp 42722 6202552320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:55:45,761 basehttp 42722 6202552320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:55:45,765 basehttp 42722 6219378688 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-14 01:55:52,455 basehttp 42722 6219378688 "GET /en/patients/patientprofile/115/details/ HTTP/1.1" 200 36909 WARNING 2025-08-14 01:55:52,473 log 42722 6219378688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:55:52,473 basehttp 42722 6219378688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:55:52,539 basehttp 42722 6219378688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 01:55:52,547 log 42722 6253031424 Internal Server Error: /en/patients/htmx/appointments/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-14 01:55:52,549 basehttp 42722 6253031424 "GET /en/patients/htmx/appointments/115/ HTTP/1.1" 500 63450 ERROR 2025-08-14 01:55:52,557 log 42722 6202552320 Internal Server Error: /en/patients/htmx/emergency-contacts/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-14 01:55:52,565 log 42722 6236205056 Internal Server Error: /en/patients/insurance-info/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-14 01:55:52,566 basehttp 42722 6202552320 "GET /en/patients/htmx/emergency-contacts/115/ HTTP/1.1" 500 90061 ERROR 2025-08-14 01:55:52,571 basehttp 42722 6236205056 "GET /en/patients/insurance-info/115/ HTTP/1.1" 500 105554 INFO 2025-08-14 01:56:52,522 basehttp 42722 6236205056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:57:52,531 basehttp 42722 6236205056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:58:52,527 basehttp 42722 6236205056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:59:23,705 autoreload 42722 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-14 01:59:24,112 autoreload 44797 8601149632 Watching for file changes with StatReloader WARNING 2025-08-14 01:59:26,636 log 44797 6163230720 Not Found: /en/patients/patientprofile/115/details/ WARNING 2025-08-14 01:59:26,636 basehttp 44797 6163230720 "GET /en/patients/patientprofile/115/details/ HTTP/1.1" 404 41063 WARNING 2025-08-14 01:59:26,663 log 44797 6163230720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:59:26,663 basehttp 44797 6163230720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:59:31,751 basehttp 44797 6163230720 "GET /en/patients/115/details/ HTTP/1.1" 200 36909 WARNING 2025-08-14 01:59:31,765 log 44797 6163230720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:59:31,765 basehttp 44797 6163230720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:59:31,829 basehttp 44797 6163230720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 01:59:31,840 log 44797 13069578240 Internal Server Error: /en/patients/htmx/appointments/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-14 01:59:31,842 basehttp 44797 13069578240 "GET /en/patients/htmx/appointments/115/ HTTP/1.1" 500 63420 ERROR 2025-08-14 01:59:31,849 log 44797 13035925504 Internal Server Error: /en/patients/htmx/emergency-contacts/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-14 01:59:31,856 log 44797 13052751872 Internal Server Error: /en/patients/insurance-info/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-14 01:59:31,856 basehttp 44797 13035925504 "GET /en/patients/htmx/emergency-contacts/115/ HTTP/1.1" 500 90031 ERROR 2025-08-14 01:59:31,857 basehttp 44797 13052751872 "GET /en/patients/insurance-info/115/ HTTP/1.1" 500 105524 INFO 2025-08-14 01:59:34,952 basehttp 44797 13052751872 "GET /en/appointments/create/?patient=115 HTTP/1.1" 200 33642 WARNING 2025-08-14 01:59:34,977 log 44797 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:59:34,978 basehttp 44797 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:59:35,012 basehttp 44797 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 WARNING 2025-08-14 01:59:41,765 log 44797 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:59:41,765 basehttp 44797 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:59:41,810 log 44797 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:59:41,810 basehttp 44797 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:59:42,895 basehttp 44797 13052751872 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 200 55824 WARNING 2025-08-14 01:59:42,926 log 44797 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:59:42,927 basehttp 44797 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:59:42,956 basehttp 44797 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:00:02,015 basehttp 44797 13052751872 "GET /en/emr/encounters/ HTTP/1.1" 200 147983 WARNING 2025-08-14 02:00:02,033 log 44797 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 02:00:02,033 basehttp 44797 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 02:00:02,091 basehttp 44797 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:00:11,237 basehttp 44797 13052751872 "GET /en/emr/encounters/2098/ HTTP/1.1" 200 28537 WARNING 2025-08-14 02:00:11,256 log 44797 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 02:00:11,257 basehttp 44797 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 02:00:11,296 basehttp 44797 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 02:00:14,798 log 44797 13052751872 Internal Server Error: /en/emr/notes/create/2098/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py", line 294, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-08-14 02:00:14,799 basehttp 44797 13052751872 "GET /en/emr/notes/create/2098/ HTTP/1.1" 500 98919 WARNING 2025-08-14 02:00:32,958 log 44797 13052751872 Not Found: /en/patients/139/details/ WARNING 2025-08-14 02:00:32,958 basehttp 44797 13052751872 "GET /en/patients/139/details/ HTTP/1.1" 404 26805 WARNING 2025-08-14 02:00:32,981 log 44797 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 02:00:32,981 basehttp 44797 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 02:00:37,791 log 44797 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 02:00:37,792 basehttp 44797 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 02:00:37,813 log 44797 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 02:00:37,813 basehttp 44797 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 02:01:01,398 basehttp 44797 13052751872 "GET /en/admin/patients/patientprofile/34/change/ HTTP/1.1" 200 191595 INFO 2025-08-14 02:01:01,415 basehttp 44797 13052751872 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-14 02:01:12,082 basehttp 44797 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 WARNING 2025-08-14 02:01:30,868 log 44797 13052751872 Not Found: /en/patients/139/details/ WARNING 2025-08-14 02:01:30,868 basehttp 44797 13052751872 "GET /en/patients/139/details/ HTTP/1.1" 404 26805 WARNING 2025-08-14 02:01:30,891 log 44797 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 02:01:30,892 basehttp 44797 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 02:01:40,666 log 44797 13052751872 Not Found: /en/patients/32/details/ WARNING 2025-08-14 02:01:40,666 basehttp 44797 13052751872 "GET /en/patients/32/details/ HTTP/1.1" 404 26802 WARNING 2025-08-14 02:01:40,682 log 44797 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 02:01:40,682 basehttp 44797 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 02:02:04,316 log 44797 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 02:02:04,316 basehttp 44797 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 02:02:06,487 log 44797 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 02:02:06,487 basehttp 44797 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 02:02:06,502 log 44797 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 02:02:06,506 basehttp 44797 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 02:02:12,084 basehttp 44797 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 WARNING 2025-08-14 02:02:16,513 log 44797 13052751872 Not Found: /en/patients/139/details/ WARNING 2025-08-14 02:02:16,513 basehttp 44797 13052751872 "GET /en/patients/139/details/ HTTP/1.1" 404 26805 INFO 2025-08-14 02:02:48,446 basehttp 44797 13052751872 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 134437 INFO 2025-08-14 02:02:48,457 basehttp 44797 13052751872 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-14 02:03:07,249 autoreload 44797 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-14 02:03:07,636 autoreload 46439 8601149632 Watching for file changes with StatReloader WARNING 2025-08-14 02:03:08,736 log 46439 6169899008 Not Found: /en/patients/139/details/ WARNING 2025-08-14 02:03:08,737 basehttp 46439 6169899008 "GET /en/patients/139/details/ HTTP/1.1" 404 41033 INFO 2025-08-14 02:03:13,150 basehttp 46439 6169899008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 WARNING 2025-08-14 02:03:17,646 log 46439 6169899008 Not Found: /en/patients/patientprofile/139/details/ WARNING 2025-08-14 02:03:17,646 basehttp 46439 6169899008 "GET /en/patients/patientprofile/139/details/ HTTP/1.1" 404 26865 INFO 2025-08-14 02:03:33,630 basehttp 46439 6169899008 "GET /en/patients/ HTTP/1.1" 200 66237 INFO 2025-08-14 02:03:33,681 basehttp 46439 6169899008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:03:33,686 basehttp 46439 6325039104 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-14 02:03:44,031 basehttp 46439 6325039104 "GET /en/patients/patientprofile/115/details/ HTTP/1.1" 200 36909 INFO 2025-08-14 02:03:44,095 basehttp 46439 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 02:03:44,100 log 46439 6358691840 Internal Server Error: /en/patients/htmx/appointments/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-14 02:03:44,102 basehttp 46439 6358691840 "GET /en/patients/htmx/appointments/115/ HTTP/1.1" 500 63450 ERROR 2025-08-14 02:03:44,110 log 46439 6169899008 Internal Server Error: /en/patients/htmx/emergency-contacts/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-14 02:03:44,113 basehttp 46439 6169899008 "GET /en/patients/htmx/emergency-contacts/115/ HTTP/1.1" 500 90061 ERROR 2025-08-14 02:03:44,118 log 46439 6341865472 Internal Server Error: /en/patients/insurance-info/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-14 02:03:44,118 basehttp 46439 6341865472 "GET /en/patients/insurance-info/115/ HTTP/1.1" 500 105554 INFO 2025-08-14 02:03:49,163 basehttp 46439 6341865472 "GET /en/patients/update/115/ HTTP/1.1" 200 41680 INFO 2025-08-14 02:03:49,199 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:03:59,921 basehttp 46439 6169899008 "GET /en/patients/patientprofile/115/details/ HTTP/1.1" 200 36909 INFO 2025-08-14 02:03:59,977 basehttp 46439 6169899008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 02:03:59,990 log 46439 6358691840 Internal Server Error: /en/patients/htmx/appointments/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-14 02:03:59,992 basehttp 46439 6358691840 "GET /en/patients/htmx/appointments/115/ HTTP/1.1" 500 63450 ERROR 2025-08-14 02:04:00,000 log 46439 6325039104 Internal Server Error: /en/patients/htmx/emergency-contacts/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-14 02:04:00,002 basehttp 46439 6325039104 "GET /en/patients/htmx/emergency-contacts/115/ HTTP/1.1" 500 90061 ERROR 2025-08-14 02:04:00,007 log 46439 6341865472 Internal Server Error: /en/patients/insurance-info/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-14 02:04:00,008 basehttp 46439 6341865472 "GET /en/patients/insurance-info/115/ HTTP/1.1" 500 105554 ERROR 2025-08-14 02:04:07,255 log 46439 6341865472 Internal Server Error: /en/patients/emergency-contacts/create/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-08-14 02:04:07,257 basehttp 46439 6341865472 "GET /en/patients/emergency-contacts/create/115/ HTTP/1.1" 500 181530 INFO 2025-08-14 02:04:14,075 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:05:15,070 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:06:15,984 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:07:17,982 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 02:07:41,668 log 46439 6341865472 Internal Server Error: /en/patients/emergency-contacts/create/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-08-14 02:07:41,669 basehttp 46439 6341865472 "GET /en/patients/emergency-contacts/create/115/ HTTP/1.1" 500 181667 ERROR 2025-08-14 02:08:50,014 log 46439 6341865472 Internal Server Error: /en/patients/emergency-contacts/create/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-08-14 02:08:50,015 basehttp 46439 6341865472 "GET /en/patients/emergency-contacts/create/115/ HTTP/1.1" 500 181663 ERROR 2025-08-14 02:08:51,552 log 46439 6341865472 Internal Server Error: /en/patients/emergency-contacts/create/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-08-14 02:08:51,554 basehttp 46439 6341865472 "GET /en/patients/emergency-contacts/create/115/ HTTP/1.1" 500 181663 INFO 2025-08-14 02:09:09,984 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 02:09:37,918 log 46439 6341865472 Internal Server Error: /en/patients/emergency-contacts/create/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-08-14 02:09:37,919 basehttp 46439 6341865472 "GET /en/patients/emergency-contacts/create/115/ HTTP/1.1" 500 181498 INFO 2025-08-14 02:10:06,346 basehttp 46439 6341865472 "GET /en/patients/emergency-contacts/create/115/ HTTP/1.1" 200 34873 INFO 2025-08-14 02:10:06,390 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:10:55,806 basehttp 46439 6341865472 "GET /en/patients/emergency-contacts/create/115/ HTTP/1.1" 200 34873 INFO 2025-08-14 02:10:55,843 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:11:09,969 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:11:16,851 basehttp 46439 6341865472 "GET /en/patients/emergency-contacts/create/115/ HTTP/1.1" 200 34873 INFO 2025-08-14 02:11:16,889 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:11:38,398 basehttp 46439 6341865472 "GET /en/patients/emergency-contacts/create/115/ HTTP/1.1" 200 34873 INFO 2025-08-14 02:11:38,436 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:11:56,340 basehttp 46439 6341865472 "GET /en/patients/emergency-contacts/create/115/ HTTP/1.1" 200 34873 INFO 2025-08-14 02:11:56,378 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:12:56,391 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:13:09,978 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:13:56,392 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:14:52,068 autoreload 46439 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/forms.py changed, reloading. INFO 2025-08-14 02:14:52,470 autoreload 51672 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 02:14:53,188 log 51672 6171373568 Internal Server Error: /en/patients/emergency-contacts/create/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-08-14 02:14:53,189 basehttp 51672 6171373568 "GET /en/patients/emergency-contacts/create/115/ HTTP/1.1" 500 181667 INFO 2025-08-14 02:15:00,977 autoreload 51672 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/forms.py changed, reloading. INFO 2025-08-14 02:15:01,274 autoreload 51763 8601149632 Watching for file changes with StatReloader INFO 2025-08-14 02:15:10,039 basehttp 51763 6130806784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:15:24,378 autoreload 51763 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/forms.py changed, reloading. INFO 2025-08-14 02:15:24,655 autoreload 51936 8601149632 Watching for file changes with StatReloader INFO 2025-08-14 02:16:28,950 autoreload 51936 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-08-14 02:16:29,284 autoreload 52413 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 02:16:31,245 log 52413 6157742080 Internal Server Error: /en/patients/emergency-contacts/create/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-08-14 02:16:31,246 basehttp 52413 6157742080 "GET /en/patients/emergency-contacts/create/115/ HTTP/1.1" 500 181667 ERROR 2025-08-14 02:16:32,832 log 52413 6157742080 Internal Server Error: /en/patients/emergency-contacts/create/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-08-14 02:16:32,833 basehttp 52413 6157742080 "GET /en/patients/emergency-contacts/create/115/ HTTP/1.1" 500 181667 INFO 2025-08-14 02:17:04,891 autoreload 52413 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-08-14 02:17:05,184 autoreload 52720 8601149632 Watching for file changes with StatReloader INFO 2025-08-14 02:17:10,014 basehttp 52720 6165082112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:17:10,638 autoreload 52720 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/forms.py changed, reloading. INFO 2025-08-14 02:17:10,905 autoreload 52734 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 02:17:26,943 log 52734 6164754432 Internal Server Error: /en/patients/emergency-contacts/create/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-08-14 02:17:26,945 basehttp 52734 6164754432 "GET /en/patients/emergency-contacts/create/115/ HTTP/1.1" 500 181667 INFO 2025-08-14 02:17:28,011 basehttp 52734 6164754432 "GET /en/patients/patientprofile/115/details/ HTTP/1.1" 200 36909 INFO 2025-08-14 02:17:28,059 basehttp 52734 6164754432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 02:17:28,073 log 52734 6215233536 Internal Server Error: /en/patients/htmx/appointments/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-14 02:17:28,075 basehttp 52734 6215233536 "GET /en/patients/htmx/appointments/115/ HTTP/1.1" 500 63450 ERROR 2025-08-14 02:17:28,085 log 52734 6181580800 Internal Server Error: /en/patients/htmx/emergency-contacts/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-14 02:17:28,092 log 52734 6198407168 Internal Server Error: /en/patients/insurance-info/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-14 02:17:28,092 basehttp 52734 6181580800 "GET /en/patients/htmx/emergency-contacts/115/ HTTP/1.1" 500 90061 ERROR 2025-08-14 02:17:28,093 basehttp 52734 6198407168 "GET /en/patients/insurance-info/115/ HTTP/1.1" 500 105554 INFO 2025-08-14 02:17:30,398 basehttp 52734 6198407168 "GET /en/laboratory/orders/create/?patient=115 HTTP/1.1" 200 76782 INFO 2025-08-14 02:17:30,436 basehttp 52734 6198407168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:17:40,323 basehttp 52734 6198407168 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 200 55824 INFO 2025-08-14 02:17:40,354 basehttp 52734 6198407168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:18:22,983 basehttp 52734 6198407168 "GET /en/patients/register/?return_url=/en/emr/encounters/create/ HTTP/1.1" 200 27336 INFO 2025-08-14 02:18:23,013 basehttp 52734 6198407168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:18:40,367 basehttp 52734 6198407168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 17:29:25,835 autoreload 77555 8601149632 Watching for file changes with StatReloader INFO 2025-08-14 17:29:29,560 basehttp 77555 6164115456 "GET /en/emr/encounters/2098/ HTTP/1.1" 200 28552 INFO 2025-08-14 17:29:29,649 basehttp 77555 6164115456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 17:29:31,482 basehttp 77555 6164115456 "GET / HTTP/1.1" 302 0 INFO 2025-08-14 17:29:31,499 basehttp 77555 6164115456 "GET /en/ HTTP/1.1" 200 46417 INFO 2025-08-14 17:29:31,601 basehttp 77555 6164115456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 17:29:31,607 basehttp 77555 6358691840 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-14 17:29:31,608 basehttp 77555 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-14 17:29:31,612 basehttp 77555 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-14 17:29:53,215 basehttp 77555 6325039104 "GET /en/ HTTP/1.1" 200 46417 INFO 2025-08-14 17:29:53,271 basehttp 77555 6164115456 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-14 17:29:53,272 basehttp 77555 6358691840 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-14 17:29:53,273 basehttp 77555 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 17:29:53,275 basehttp 77555 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-14 17:30:01,944 basehttp 77555 6341865472 "GET /en/pharmacy HTTP/1.1" 301 0 INFO 2025-08-14 17:30:01,963 basehttp 77555 6325039104 "GET /en/pharmacy/ HTTP/1.1" 200 33888 INFO 2025-08-14 17:30:02,002 basehttp 77555 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 17:30:02,065 log 77555 6164115456 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-14 17:30:02,075 log 77555 6358691840 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-14 17:30:02,075 basehttp 77555 6164115456 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 125429 ERROR 2025-08-14 17:30:02,076 basehttp 77555 6358691840 "GET /en/pharmacy/stats/ HTTP/1.1" 500 125246 ERROR 2025-08-14 17:30:32,043 log 77555 6358691840 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-14 17:30:32,044 basehttp 77555 6358691840 "GET /en/pharmacy/stats/ HTTP/1.1" 500 125246 ERROR 2025-08-14 17:30:42,426 log 77555 6358691840 Internal Server Error: /en/pharmacy/medications/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_ndc' not found. 'validate_ndc' is not a valid view function or pattern name. ERROR 2025-08-14 17:30:42,428 basehttp 77555 6358691840 "GET /en/pharmacy/medications/create/ HTTP/1.1" 500 179536 ERROR 2025-08-14 17:30:46,830 log 77555 6358691840 Internal Server Error: /en/pharmacy/inventory/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-08-14 17:30:46,831 basehttp 77555 6358691840 "GET /en/pharmacy/inventory/create/ HTTP/1.1" 500 94423 ERROR 2025-08-14 17:30:55,809 log 77555 6358691840 Internal Server Error: /en/pharmacy/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 420, in get_queryset ).select_related('medication').order_by('medication__name', 'expiry_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'expiry_date' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-14 17:30:55,810 basehttp 77555 6358691840 "GET /en/pharmacy/inventory/ HTTP/1.1" 500 106424 INFO 2025-08-14 17:31:17,398 autoreload 77555 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-14 17:31:17,756 autoreload 78343 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 17:31:18,702 log 78343 6137671680 Internal Server Error: /en/pharmacy/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 423, in get_queryset form = InventorySearchForm(data=self.request.GET, user=self.request.user) ^^^^^^^^^^^^^^^^^^^ NameError: name 'InventorySearchForm' is not defined. Did you mean: 'InventoryItemForm'? ERROR 2025-08-14 17:31:18,705 basehttp 78343 6137671680 "GET /en/pharmacy/inventory/ HTTP/1.1" 500 86142 INFO 2025-08-14 17:33:35,503 autoreload 78343 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-14 17:33:35,832 autoreload 79348 8601149632 Watching for file changes with StatReloader INFO 2025-08-14 17:34:32,704 autoreload 79348 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-14 17:34:32,980 autoreload 79816 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 17:34:36,055 log 79816 6167834624 Internal Server Error: /en/pharmacy/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 423, in get_queryset form = InventoryItemForm(data=self.request.GET, user=self.request.user) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-08-14 17:34:36,056 basehttp 79816 6167834624 "GET /en/pharmacy/inventory/ HTTP/1.1" 500 86328 INFO 2025-08-14 17:35:05,306 autoreload 79816 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-14 17:35:05,618 autoreload 80065 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 17:35:08,154 log 80065 6136475648 Internal Server Error: /en/pharmacy/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 461, in get_context_data context['search_form'] = InventorySearchForm( ^^^^^^^^^^^^^^^^^^^ NameError: name 'InventorySearchForm' is not defined. Did you mean: 'InventoryItemForm'? ERROR 2025-08-14 17:35:08,156 basehttp 80065 6136475648 "GET /en/pharmacy/inventory/ HTTP/1.1" 500 86492 INFO 2025-08-14 17:35:28,598 autoreload 80065 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-14 17:35:28,911 autoreload 80224 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 17:35:31,837 log 80224 6171455488 Internal Server Error: /en/pharmacy/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 461, in get_context_data context['search_form'] = InventoryItemForm( ^^^^^^^^^^^^^^^^^^ TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-08-14 17:35:31,838 basehttp 80224 6171455488 "GET /en/pharmacy/inventory/ HTTP/1.1" 500 86550 INFO 2025-08-14 17:35:43,618 autoreload 80224 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-14 17:35:43,909 autoreload 80400 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 17:35:45,773 log 80400 6162624512 Internal Server Error: /en/pharmacy/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'inventory_search' not found. 'inventory_search' is not a valid view function or pattern name. ERROR 2025-08-14 17:35:45,774 basehttp 80400 6162624512 "GET /en/pharmacy/inventory/ HTTP/1.1" 500 174298 ERROR 2025-08-14 17:36:38,038 log 80400 6162624512 Internal Server Error: /en/pharmacy/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'inventory_search' not found. 'inventory_search' is not a valid view function or pattern name. ERROR 2025-08-14 17:36:38,039 basehttp 80400 6162624512 "GET /en/pharmacy/inventory/ HTTP/1.1" 500 174888 ERROR 2025-08-14 17:36:38,920 log 80400 6162624512 Internal Server Error: /en/pharmacy/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'inventory_search' not found. 'inventory_search' is not a valid view function or pattern name. ERROR 2025-08-14 17:36:38,921 basehttp 80400 6162624512 "GET /en/pharmacy/inventory/ HTTP/1.1" 500 174888 ERROR 2025-08-14 17:37:09,572 log 80400 6162624512 Internal Server Error: /en/pharmacy/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'inventory_search' not found. 'inventory_search' is not a valid view function or pattern name. ERROR 2025-08-14 17:37:09,573 basehttp 80400 6162624512 "GET /en/pharmacy/inventory/ HTTP/1.1" 500 176636 ERROR 2025-08-14 17:37:37,277 log 80400 6162624512 Internal Server Error: /en/pharmacy/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1923, in transform return self.try_transform(wrapped, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1458, in try_transform raise FieldError( django.core.exceptions.FieldError: Unsupported lookup 'name' for BigAutoField or join on the field not permitted. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 743, in resolve arg_vals.append(arg.resolve(context)) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 925, in _resolve_lookup current = current() ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 604, in count return self.query.get_count(using=self.db) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 644, in get_count return obj.get_aggregation(using, {"__count": Count("*")})["__count"] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 626, in get_aggregation result = compiler.execute_sql(SINGLE) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 2159, in as_sql ).as_sql(with_col_aliases=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 86, in pre_sql_setup order_by = self.get_order_by() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 490, in get_order_by for expr, is_ref in self._order_by_pairs(): ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 473, in _order_by_pairs yield from self.find_ordering_name( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1120, in find_ordering_name (OrderBy(transform_function(t, alias), descending=descending), False) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1927, in transform raise last_field_exception File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: administration_instructions, adult_dose_range, awp, brand_name, contraindications, controlled_substance_schedule, created_at, created_by, created_by_id, dosage_form, drug_class, formulary_status, generic_name, id, indications, interactions_as_drug1, interactions_as_drug2, inventory_items, is_active, is_available, manufacturer, manufacturer_ndc, max_daily_dose, medication_id, ndc_number, pediatric_dose_range, prescriptions, routes_of_administration, rxcui, side_effects, special_handling, storage_requirements, strength, tenant, tenant_id, unit_cost, unit_of_measure, updated_at, warnings ERROR 2025-08-14 17:37:37,280 basehttp 80400 6162624512 "GET /en/pharmacy/inventory/ HTTP/1.1" 500 273231 INFO 2025-08-14 17:39:36,503 autoreload 80400 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-14 17:39:36,814 autoreload 82096 8601149632 Watching for file changes with StatReloader INFO 2025-08-14 17:39:38,883 basehttp 82096 6169407488 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 117825 INFO 2025-08-14 17:39:38,936 basehttp 82096 6169407488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 17:39:48,303 log 82096 6169407488 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 490, in get_context_data ).order_by('-dispensed_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'dispensed_date' into field. Choices are: copay_amount, counseling_notes, created_at, date_dispensed, dispense_id, dispensed_by, dispensed_by_id, id, identification_verified, insurance_amount, inventory_item, inventory_item_id, is_refill, patient_counseled, picked_up_by, pickup_datetime, prescription, prescription_id, quality_check_performed, quality_notes, quantity_dispensed, quantity_remaining, refill_number, status, total_price, unit_price, updated_at, verified_by, verified_by_id ERROR 2025-08-14 17:39:48,305 basehttp 82096 6169407488 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 103796 INFO 2025-08-14 17:40:22,721 autoreload 82096 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-14 17:40:23,044 autoreload 82436 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 17:40:23,695 log 82436 6124761088 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 498, in get_context_data if inventory_item.expiry_date: ^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'InventoryItem' object has no attribute 'expiry_date' ERROR 2025-08-14 17:40:23,696 basehttp 82436 6124761088 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 86868 INFO 2025-08-14 17:41:40,932 autoreload 82436 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-14 17:41:41,220 autoreload 83062 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 17:41:43,632 log 83062 6129725440 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 498, in get_context_data if inventory_item.expiry_date: ^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'InventoryItem' object has no attribute 'expiry_date' ERROR 2025-08-14 17:41:43,634 basehttp 83062 6129725440 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 86872 ERROR 2025-08-14 17:41:44,516 log 83062 6129725440 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 498, in get_context_data if inventory_item.expiry_date: ^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'InventoryItem' object has no attribute 'expiry_date' ERROR 2025-08-14 17:41:44,517 basehttp 83062 6129725440 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 86872 INFO 2025-08-14 17:41:55,836 autoreload 83062 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-14 17:41:56,161 autoreload 83149 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 17:41:57,190 log 83149 6169145344 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'inventory_edit' not found. 'inventory_edit' is not a valid view function or pattern name. ERROR 2025-08-14 17:41:57,191 basehttp 83149 6169145344 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 182100 ERROR 2025-08-14 17:41:58,723 log 83149 6169145344 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'inventory_edit' not found. 'inventory_edit' is not a valid view function or pattern name. ERROR 2025-08-14 17:41:58,724 basehttp 83149 6169145344 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 182100 ERROR 2025-08-14 17:42:28,806 log 83149 6169145344 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'inventory_edit' not found. 'inventory_edit' is not a valid view function or pattern name. ERROR 2025-08-14 17:42:28,807 basehttp 83149 6169145344 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 181768 ERROR 2025-08-14 17:42:46,099 log 83149 6169145344 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 199, in render template = context.template.engine.select_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 214, in select_template raise TemplateDoesNotExist(", ".join(not_found)) django.template.exceptions.TemplateDoesNotExist: pharmacy/partials/adjust_stock_modal.html The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 109, in render reraise(exc, self.backend) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 130, in reraise raise new from exc django.template.exceptions.TemplateDoesNotExist: pharmacy/partials/adjust_stock_modal.html ERROR 2025-08-14 17:42:46,100 basehttp 83149 6169145344 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 182404 INFO 2025-08-14 17:43:40,814 basehttp 83149 6169145344 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 134437 ERROR 2025-08-14 17:49:23,033 log 83149 13170143232 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'adjust_stock' not found. 'adjust_stock' is not a valid view function or pattern name. ERROR 2025-08-14 17:49:23,034 basehttp 83149 13170143232 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 204454 ERROR 2025-08-14 17:50:31,318 log 83149 13170143232 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'add_stock' not found. 'add_stock' is not a valid view function or pattern name. ERROR 2025-08-14 17:50:31,319 basehttp 83149 13170143232 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 204584 ERROR 2025-08-14 17:51:37,512 log 83149 13170143232 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'transfer_stock' not found. 'transfer_stock' is not a valid view function or pattern name. ERROR 2025-08-14 17:51:37,513 basehttp 83149 13170143232 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 204891 ERROR 2025-08-14 17:52:38,365 log 83149 13170143232 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'create_purchase_order' not found. 'create_purchase_order' is not a valid view function or pattern name. ERROR 2025-08-14 17:52:38,366 basehttp 83149 13170143232 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 174451 ERROR 2025-08-14 17:54:38,651 log 83149 13170143232 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'mark_inventory_expired' not found. 'mark_inventory_expired' is not a valid view function or pattern name. ERROR 2025-08-14 17:54:38,652 basehttp 83149 13170143232 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 174250 ERROR 2025-08-14 17:55:00,213 log 83149 13170143232 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'inventory_status' not found. 'inventory_status' is not a valid view function or pattern name. ERROR 2025-08-14 17:55:00,214 basehttp 83149 13170143232 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 174418 INFO 2025-08-14 17:55:30,932 basehttp 83149 13170143232 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 200 90280 INFO 2025-08-14 17:55:31,008 basehttp 83149 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 17:56:08,849 log 83149 13170143232 Internal Server Error: /en/pharmacy/inventory/4226/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-08-14 17:56:08,850 basehttp 83149 13170143232 "GET /en/pharmacy/inventory/4226/update/ HTTP/1.1" 500 94651 ERROR 2025-08-14 17:56:52,142 log 83149 13170143232 Internal Server Error: /en/pharmacy/inventory/4226/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-08-14 17:56:52,143 basehttp 83149 13170143232 "GET /en/pharmacy/inventory/4226/update/ HTTP/1.1" 500 94788 INFO 2025-08-14 17:56:52,751 basehttp 83149 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 17:56:53,516 basehttp 83149 13170143232 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 200 90280 INFO 2025-08-14 17:56:53,555 basehttp 83149 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 17:57:54,435 basehttp 83149 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 17:58:55,426 basehttp 83149 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 17:59:56,432 basehttp 83149 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:00:57,420 basehttp 83149 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:01:58,412 basehttp 83149 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:02:59,410 basehttp 83149 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:03:02,152 autoreload 83149 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/urls.py changed, reloading. INFO 2025-08-14 18:03:02,486 autoreload 92441 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 18:03:03,397 log 92441 6159364096 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'adjust_inventory' with arguments '('',)' not found. 1 pattern(s) tried: ['en/pharmacy/inventory\\-adjustment/(?P[0-9]+)/\\Z'] ERROR 2025-08-14 18:03:03,399 basehttp 92441 6159364096 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 208579 INFO 2025-08-14 18:04:07,714 basehttp 92441 6159364096 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 200 90337 INFO 2025-08-14 18:04:07,762 basehttp 92441 6159364096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:07:13,733 autoreload 94515 8601149632 Watching for file changes with StatReloader INFO 2025-08-14 18:07:16,074 basehttp 94515 6126350336 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 200 90337 INFO 2025-08-14 18:07:16,107 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:07:18,263 basehttp 94515 6126350336 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 117825 INFO 2025-08-14 18:07:18,302 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:08:18,301 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:08:31,201 basehttp 94515 6126350336 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 117825 INFO 2025-08-14 18:08:31,243 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:09:31,251 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:09:35,795 basehttp 94515 6126350336 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 118015 INFO 2025-08-14 18:09:35,837 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:10:35,843 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:11:35,849 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:12:22,449 basehttp 94515 6126350336 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 118015 INFO 2025-08-14 18:12:22,487 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:12:28,555 basehttp 94515 6126350336 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 118015 INFO 2025-08-14 18:12:28,596 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:12:40,231 basehttp 94515 6126350336 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 118015 INFO 2025-08-14 18:12:40,270 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:13:14,334 basehttp 94515 6126350336 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 118071 INFO 2025-08-14 18:13:14,376 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:14:05,964 basehttp 94515 6126350336 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 118070 INFO 2025-08-14 18:14:05,997 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:14:23,546 basehttp 94515 6126350336 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 118305 INFO 2025-08-14 18:14:23,587 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:15:23,597 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:16:23,599 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:17:23,597 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:18:23,601 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:18:56,014 basehttp 94515 6126350336 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 119669 INFO 2025-08-14 18:18:56,058 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:19:56,067 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:20:56,067 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:21:56,069 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:22:10,417 basehttp 94515 6126350336 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 118437 INFO 2025-08-14 18:22:10,458 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:23:10,459 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:23:11,332 basehttp 94515 6126350336 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 118853 INFO 2025-08-14 18:23:11,375 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:24:11,374 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:24:50,538 basehttp 94515 6126350336 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 120345 INFO 2025-08-14 18:24:50,573 basehttp 94515 6126350336 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-08-14 18:24:50,580 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:25:35,409 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 120505 INFO 2025-08-14 18:25:35,440 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:25:48,073 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 120285 INFO 2025-08-14 18:25:48,104 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:26:00,143 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 120345 INFO 2025-08-14 18:26:00,174 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:27:00,174 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:27:07,730 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 120348 INFO 2025-08-14 18:27:07,767 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:27:14,912 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 200 90337 INFO 2025-08-14 18:27:14,948 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:27:23,419 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 200 90337 INFO 2025-08-14 18:27:23,454 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:27:39,765 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 200 90337 INFO 2025-08-14 18:27:39,803 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:27:52,101 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/?page=2 HTTP/1.1" 200 120827 INFO 2025-08-14 18:27:52,138 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:28:10,214 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/?page=3 HTTP/1.1" 200 120959 INFO 2025-08-14 18:28:10,253 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:29:02,843 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/?page=3 HTTP/1.1" 200 120443 INFO 2025-08-14 18:29:02,885 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:29:16,386 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/?page=5 HTTP/1.1" 200 120365 INFO 2025-08-14 18:29:16,423 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:29:23,993 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/?page=6 HTTP/1.1" 200 120786 INFO 2025-08-14 18:29:24,030 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:29:26,083 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/?page=7 HTTP/1.1" 200 120234 INFO 2025-08-14 18:29:26,121 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:29:28,559 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/?page=9 HTTP/1.1" 200 120552 INFO 2025-08-14 18:29:28,595 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:29:30,894 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/?page=31 HTTP/1.1" 200 103204 INFO 2025-08-14 18:29:30,933 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:29:44,193 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/?page=1 HTTP/1.1" 200 119846 INFO 2025-08-14 18:29:44,232 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:29:58,300 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/4485/ HTTP/1.1" 200 90360 INFO 2025-08-14 18:29:58,337 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 18:30:13,047 log 94515 6143176704 Internal Server Error: /en/pharmacy/prescriptions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_patient_info' not found. 'get_patient_info' is not a valid view function or pattern name. ERROR 2025-08-14 18:30:13,049 basehttp 94515 6143176704 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 500 184320 ERROR 2025-08-14 18:30:26,139 log 94515 6143176704 Internal Server Error: /en/pharmacy/medications/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_ndc' not found. 'validate_ndc' is not a valid view function or pattern name. ERROR 2025-08-14 18:30:26,140 basehttp 94515 6143176704 "GET /en/pharmacy/medications/create/ HTTP/1.1" 500 179536 ERROR 2025-08-14 18:30:34,578 log 94515 6143176704 Internal Server Error: /en/pharmacy/inventory/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-08-14 18:30:34,579 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/create/ HTTP/1.1" 500 94423 WARNING 2025-08-14 18:30:38,386 log 94515 6143176704 Not Found: /en/pharmacy/pharmacy/drug-interaction-check/undefined/ WARNING 2025-08-14 18:30:38,386 basehttp 94515 6143176704 "GET /en/pharmacy/pharmacy/drug-interaction-check/undefined/ HTTP/1.1" 404 38634 ERROR 2025-08-14 18:30:44,391 log 94515 6143176704 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-14 18:30:44,392 basehttp 94515 6143176704 "GET /en/pharmacy/stats/ HTTP/1.1" 500 125246 INFO 2025-08-14 18:30:45,745 basehttp 94515 6143176704 "GET /en/pharmacy/ HTTP/1.1" 200 33888 INFO 2025-08-14 18:30:45,798 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 18:30:45,848 log 94515 6160003072 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-14 18:30:45,851 basehttp 94515 6160003072 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 125429 ERROR 2025-08-14 18:30:45,857 log 94515 6126350336 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-14 18:30:45,858 basehttp 94515 6126350336 "GET /en/pharmacy/stats/ HTTP/1.1" 500 125246 INFO 2025-08-14 18:30:51,241 basehttp 94515 6126350336 "GET /en/pharmacy/ HTTP/1.1" 200 33888 INFO 2025-08-14 18:30:51,287 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 18:30:51,345 log 94515 6160003072 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-14 18:30:51,347 basehttp 94515 6160003072 "GET /en/pharmacy/stats/ HTTP/1.1" 500 125246 ERROR 2025-08-14 18:30:51,351 log 94515 6143176704 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-14 18:30:51,352 basehttp 94515 6143176704 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 125429 ERROR 2025-08-14 18:31:00,977 log 94515 6143176704 Internal Server Error: /en/pharmacy/medications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 396, in get_queryset return queryset.order_by('name') ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: administration_instructions, adult_dose_range, awp, brand_name, contraindications, controlled_substance_schedule, created_at, created_by, created_by_id, dosage_form, drug_class, formulary_status, generic_name, id, indications, interactions_as_drug1, interactions_as_drug2, inventory_items, is_active, is_available, manufacturer, manufacturer_ndc, max_daily_dose, medication_id, ndc_number, pediatric_dose_range, prescriptions, routes_of_administration, rxcui, side_effects, special_handling, storage_requirements, strength, tenant, tenant_id, unit_cost, unit_of_measure, updated_at, warnings ERROR 2025-08-14 18:31:00,978 basehttp 94515 6143176704 "GET /en/pharmacy/medications/ HTTP/1.1" 500 108165 INFO 2025-08-14 18:31:31,357 autoreload 94515 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-14 18:31:31,698 autoreload 5693 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 18:31:32,630 log 5693 6166376448 Internal Server Error: /en/pharmacy/medications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'medication_type' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 401, in get_context_data 'medication_types': Medication._meta.get_field('medication_type').choices, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Medication has no field named 'medication_type' ERROR 2025-08-14 18:31:32,631 basehttp 5693 6166376448 "GET /en/pharmacy/medications/ HTTP/1.1" 500 97137 INFO 2025-08-15 13:02:14,855 autoreload 68589 8601149632 Watching for file changes with StatReloader INFO 2025-08-15 13:02:16,707 basehttp 68589 6200602624 "GET / HTTP/1.1" 302 0 INFO 2025-08-15 13:02:16,804 basehttp 68589 6200602624 "GET /en/ HTTP/1.1" 200 46418 INFO 2025-08-15 13:02:16,816 basehttp 68589 6200602624 "GET /static/js/app.min.js HTTP/1.1" 304 0 INFO 2025-08-15 13:02:16,886 basehttp 68589 6200602624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:02:16,890 basehttp 68589 6251081728 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-15 13:02:16,891 basehttp 68589 6234255360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-15 13:02:16,893 basehttp 68589 6217428992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-15 13:02:46,884 basehttp 68589 6217428992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-15 13:03:16,906 basehttp 68589 6234255360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-15 13:03:16,907 basehttp 68589 6217428992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:03:16,908 basehttp 68589 6251081728 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-15 13:03:37,566 basehttp 68589 6251081728 "GET / HTTP/1.1" 302 0 INFO 2025-08-15 13:03:37,580 basehttp 68589 6217428992 "GET /en/ HTTP/1.1" 200 46418 INFO 2025-08-15 13:03:37,637 basehttp 68589 6217428992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:03:37,639 basehttp 68589 6200602624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-15 13:03:37,640 basehttp 68589 6251081728 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-15 13:03:37,642 basehttp 68589 6234255360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-15 13:03:44,041 basehttp 68589 6234255360 "GET / HTTP/1.1" 302 0 INFO 2025-08-15 13:03:44,055 basehttp 68589 6251081728 "GET /en/ HTTP/1.1" 200 46418 INFO 2025-08-15 13:03:44,108 basehttp 68589 6251081728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:03:44,109 basehttp 68589 6217428992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-15 13:03:44,111 basehttp 68589 6234255360 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-15 13:03:44,112 basehttp 68589 6200602624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-15 13:03:56,405 basehttp 68589 6200602624 "GET /en/emr/ HTTP/1.1" 200 71317 INFO 2025-08-15 13:03:56,453 basehttp 68589 6200602624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:03:56,455 basehttp 68589 6234255360 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-15 13:04:01,465 basehttp 68589 6234255360 "GET /en/inpatients/ HTTP/1.1" 200 41352 INFO 2025-08-15 13:04:01,503 basehttp 68589 6200602624 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-15 13:04:01,503 basehttp 68589 6234255360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:04:01,527 basehttp 68589 6217428992 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-15 13:04:09,858 basehttp 68589 6217428992 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:04:09,904 basehttp 68589 6217428992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:04:09,955 basehttp 68589 6217428992 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:04:39,955 basehttp 68589 6217428992 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:05:09,922 basehttp 68589 6217428992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:05:09,968 basehttp 68589 6217428992 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:05:39,993 basehttp 68589 6200602624 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:05:55,116 basehttp 68589 6200602624 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:05:55,169 basehttp 68589 6200602624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:05:55,209 basehttp 68589 6200602624 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:06:25,221 basehttp 68589 6200602624 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:06:55,184 basehttp 68589 6200602624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:06:55,227 basehttp 68589 6217428992 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:07:25,222 basehttp 68589 6217428992 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:07:55,186 basehttp 68589 6217428992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:07:55,231 basehttp 68589 6200602624 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 WARNING 2025-08-15 13:08:11,640 log 68589 6200602624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 13:08:11,640 basehttp 68589 6200602624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 13:08:24,234 basehttp 68589 6200602624 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 WARNING 2025-08-15 13:08:24,251 log 68589 6217428992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 13:08:24,253 basehttp 68589 6217428992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 13:08:24,312 basehttp 68589 6200602624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:08:24,367 basehttp 68589 6200602624 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:08:25,418 basehttp 68589 6200602624 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 WARNING 2025-08-15 13:08:25,433 log 68589 6200602624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 13:08:25,433 basehttp 68589 6200602624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 13:08:25,492 basehttp 68589 6200602624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:08:25,546 basehttp 68589 6200602624 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:08:26,347 basehttp 68589 6200602624 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 WARNING 2025-08-15 13:08:26,360 log 68589 6200602624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 13:08:26,360 basehttp 68589 6200602624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 13:08:26,422 basehttp 68589 6200602624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:08:26,464 basehttp 68589 6200602624 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:08:56,491 basehttp 68589 6200602624 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:09:26,439 basehttp 68589 6200602624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:09:26,488 basehttp 68589 6217428992 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:09:53,063 basehttp 68589 6217428992 "GET /en/inpatients/beds/ HTTP/1.1" 200 782091 WARNING 2025-08-15 13:09:53,079 log 68589 6217428992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 13:09:53,079 basehttp 68589 6217428992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 13:09:53,153 basehttp 68589 6217428992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:09:53,197 basehttp 68589 6217428992 "GET /en/inpatients/beds/ HTTP/1.1" 200 782091 INFO 2025-08-15 21:33:30,729 autoreload 84287 8601149632 Watching for file changes with StatReloader INFO 2025-08-15 21:33:32,908 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 782091 INFO 2025-08-15 21:33:33,030 basehttp 84287 6190870528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 WARNING 2025-08-15 21:33:33,035 log 84287 6207696896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:33:33,035 basehttp 84287 6207696896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 21:33:33,076 basehttp 84287 6207696896 "GET /en/inpatients/beds/ HTTP/1.1" 200 782091 INFO 2025-08-15 21:33:56,809 basehttp 84287 6207696896 "GET /en/inpatients/beds/ HTTP/1.1" 200 779904 WARNING 2025-08-15 21:33:56,826 log 84287 6207696896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:33:56,826 basehttp 84287 6207696896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 21:33:56,933 basehttp 84287 6207696896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:33:56,973 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 779904 INFO 2025-08-15 21:34:26,969 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 779904 INFO 2025-08-15 21:34:56,926 basehttp 84287 6190870528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:34:56,965 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 779904 INFO 2025-08-15 21:35:01,748 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 782091 WARNING 2025-08-15 21:35:01,764 log 84287 6190870528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:35:01,765 basehttp 84287 6190870528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 21:35:01,827 basehttp 84287 6190870528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:35:01,874 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 782091 INFO 2025-08-15 21:35:31,890 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 782091 INFO 2025-08-15 21:35:38,729 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 WARNING 2025-08-15 21:35:38,743 log 84287 6190870528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:35:38,744 basehttp 84287 6190870528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 21:35:38,803 basehttp 84287 6190870528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:35:38,852 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:36:08,847 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:36:38,821 basehttp 84287 6190870528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:36:38,865 basehttp 84287 6207696896 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:37:08,845 basehttp 84287 6207696896 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:37:38,848 basehttp 84287 6207696896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:37:38,890 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:38:08,845 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:38:38,812 basehttp 84287 6190870528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:38:38,847 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:39:08,848 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:39:38,814 basehttp 84287 6190870528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:39:38,848 basehttp 84287 6207696896 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:40:08,848 basehttp 84287 6207696896 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:40:38,821 basehttp 84287 6207696896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:40:38,852 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:40:56,883 autoreload 84287 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-15 21:40:57,259 autoreload 87680 8601149632 Watching for file changes with StatReloader INFO 2025-08-15 21:41:06,660 autoreload 87680 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-15 21:41:06,902 autoreload 87763 8601149632 Watching for file changes with StatReloader INFO 2025-08-15 21:41:08,946 basehttp 87763 12901707776 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:41:13,297 basehttp 87763 12901707776 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 WARNING 2025-08-15 21:41:13,319 log 87763 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:41:13,319 basehttp 87763 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 21:41:13,388 basehttp 87763 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:41:13,442 basehttp 87763 12901707776 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:41:43,461 basehttp 87763 12901707776 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:42:13,404 basehttp 87763 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:42:13,450 basehttp 87763 12918534144 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:42:43,457 basehttp 87763 12918534144 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:43:13,423 basehttp 87763 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:43:13,458 basehttp 87763 12901707776 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:43:19,003 basehttp 87763 12901707776 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 WARNING 2025-08-15 21:43:19,020 log 87763 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:43:19,020 basehttp 87763 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 21:43:19,092 basehttp 87763 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:43:19,136 basehttp 87763 12901707776 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:43:49,164 basehttp 87763 12901707776 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 WARNING 2025-08-15 21:43:59,687 log 87763 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:43:59,687 basehttp 87763 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 21:44:29,712 basehttp 87763 12901707776 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-15 21:44:59,733 basehttp 87763 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:44:59,736 basehttp 87763 12935360512 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-15 21:44:59,764 basehttp 87763 12918534144 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-15 21:45:29,716 basehttp 87763 12918534144 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-15 21:45:59,730 basehttp 87763 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:45:59,732 basehttp 87763 12901707776 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-15 21:45:59,760 basehttp 87763 12918534144 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-15 21:45:59,792 basehttp 87763 12901707776 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-15 21:46:29,718 basehttp 87763 12901707776 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-15 21:46:59,738 basehttp 87763 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:46:59,741 basehttp 87763 12935360512 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-15 21:46:59,778 basehttp 87763 12918534144 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-15 21:47:06,414 basehttp 87763 12918534144 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 WARNING 2025-08-15 21:47:06,428 log 87763 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:47:06,428 basehttp 87763 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 21:47:06,499 basehttp 87763 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:47:06,545 basehttp 87763 12918534144 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 WARNING 2025-08-15 21:47:08,859 log 87763 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:47:08,859 basehttp 87763 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-15 21:47:08,872 log 87763 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:47:08,872 basehttp 87763 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 21:47:10,350 basehttp 87763 12918534144 "GET /en/inpatients/transfers/ HTTP/1.1" 200 22259 WARNING 2025-08-15 21:47:10,366 log 87763 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:47:10,366 basehttp 87763 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 21:47:10,410 basehttp 87763 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 WARNING 2025-08-15 21:47:24,826 log 87763 12918534144 Not Found: /en/inpatients/transfers/create WARNING 2025-08-15 21:47:24,826 basehttp 87763 12918534144 "GET /en/inpatients/transfers/create HTTP/1.1" 404 39130 WARNING 2025-08-15 21:47:24,842 log 87763 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:47:24,842 basehttp 87763 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-15 21:47:48,832 log 87763 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:47:48,832 basehttp 87763 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-15 21:47:48,851 log 87763 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:47:48,851 basehttp 87763 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-15 21:48:00,563 log 87763 12918534144 Not Found: /en/transfers/ WARNING 2025-08-15 21:48:00,564 basehttp 87763 12918534144 "GET /en/transfers/ HTTP/1.1" 404 29874 WARNING 2025-08-15 21:48:00,583 log 87763 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:48:00,583 basehttp 87763 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 21:48:16,825 basehttp 87763 12918534144 "GET /en/inpatients/transfers/ HTTP/1.1" 200 22259 WARNING 2025-08-15 21:48:16,843 log 87763 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:48:16,844 basehttp 87763 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 21:48:16,886 basehttp 87763 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 WARNING 2025-08-15 21:48:22,532 log 87763 12918534144 Not Found: /en/inpatients/transfers/3 WARNING 2025-08-15 21:48:22,532 basehttp 87763 12918534144 "GET /en/inpatients/transfers/3 HTTP/1.1" 404 39115 WARNING 2025-08-15 21:48:22,550 log 87763 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:48:22,550 basehttp 87763 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-15 21:48:38,708 log 87763 12918534144 Internal Server Error: /en/pharmacy/medications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'medication_type' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 401, in get_context_data 'medication_types': Medication._meta.get_field('medication_type').choices, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Medication has no field named 'medication_type' ERROR 2025-08-15 21:48:38,709 basehttp 87763 12918534144 "GET /en/pharmacy/medications/ HTTP/1.1" 500 97137 INFO 2025-08-15 21:48:41,684 basehttp 87763 12918534144 "GET /en/pharmacy/ HTTP/1.1" 200 33888 INFO 2025-08-15 21:48:41,738 basehttp 87763 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-15 21:48:41,798 log 87763 12935360512 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-15 21:48:41,802 basehttp 87763 12935360512 "GET /en/pharmacy/stats/ HTTP/1.1" 500 125247 ERROR 2025-08-15 21:48:41,808 log 87763 12901707776 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-15 21:48:41,809 basehttp 87763 12901707776 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 125430 INFO 2025-08-15 21:48:49,407 basehttp 87763 12901707776 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 134437 INFO 2025-08-15 21:48:54,194 basehttp 87763 12901707776 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 89420 INFO 2025-08-15 21:48:54,206 basehttp 87763 12901707776 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-15 21:48:58,831 basehttp 87763 12901707776 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 161748 INFO 2025-08-15 21:48:58,846 basehttp 87763 12901707776 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-15 21:48:58,858 basehttp 87763 12901707776 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 ERROR 2025-08-15 21:49:12,763 log 87763 12901707776 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-15 21:49:12,764 basehttp 87763 12901707776 "GET /en/pharmacy/stats/ HTTP/1.1" 500 125247 INFO 2025-08-15 21:49:16,647 basehttp 87763 12901707776 "GET /en/admin/inpatients/dischargesummary/ HTTP/1.1" 200 70297 INFO 2025-08-15 21:49:16,659 basehttp 87763 12901707776 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-15 21:49:21,652 basehttp 87763 12901707776 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 70629 INFO 2025-08-15 21:49:21,666 basehttp 87763 12901707776 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-15 21:49:31,235 basehttp 87763 12901707776 "GET /en/admin/inpatients/transfer/ HTTP/1.1" 200 104775 INFO 2025-08-15 21:49:31,248 basehttp 87763 12901707776 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-15 21:50:25,608 autoreload 91895 8601149632 Watching for file changes with StatReloader INFO 2025-08-15 21:50:27,543 basehttp 91895 6195523584 "GET /en/admin/inpatients/transfer/ HTTP/1.1" 200 139385 INFO 2025-08-15 21:50:27,560 basehttp 91895 6195523584 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-15 22:00:58,330 autoreload 96591 8601149632 Watching for file changes with StatReloader INFO 2025-08-15 22:01:01,750 basehttp 96591 6161068032 "GET /en/admin/inpatients/transfer/ HTTP/1.1" 200 364213 INFO 2025-08-15 22:01:01,766 basehttp 96591 6161068032 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-15 22:01:04,142 basehttp 96591 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 22:01:05,682 basehttp 96591 6161068032 "GET / HTTP/1.1" 302 0 INFO 2025-08-15 22:01:05,705 basehttp 96591 6161068032 "GET /en/ HTTP/1.1" 200 46426 INFO 2025-08-15 22:01:05,760 basehttp 96591 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 22:01:05,783 basehttp 96591 13052751872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-15 22:01:05,787 basehttp 96591 13069578240 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-15 22:01:05,789 basehttp 96591 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-15 22:01:09,484 basehttp 96591 13035925504 "GET /en/inpatients/ HTTP/1.1" 200 72042 INFO 2025-08-15 22:01:09,526 basehttp 96591 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 22:01:09,528 basehttp 96591 13069578240 "GET /en/inpatients/stats/ HTTP/1.1" 200 2998 INFO 2025-08-15 22:01:09,685 basehttp 96591 13052751872 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 3171121 ERROR 2025-08-15 22:01:27,400 log 96591 13052751872 Internal Server Error: /en/inpatients/transfers/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'cancel_transfer' not found. 'cancel_transfer' is not a valid view function or pattern name. ERROR 2025-08-15 22:01:27,401 basehttp 96591 13052751872 "GET /en/inpatients/transfers/ HTTP/1.1" 500 262358 INFO 2025-08-15 22:06:55,506 basehttp 96591 6161068032 "GET /en/inpatients/transfers/ HTTP/1.1" 200 82022 INFO 2025-08-15 22:06:55,570 basehttp 96591 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 WARNING 2025-08-15 22:07:06,458 log 96591 6161068032 Not Found: /en/inpatients/transfers/4 WARNING 2025-08-15 22:07:06,459 basehttp 96591 6161068032 "GET /en/inpatients/transfers/4 HTTP/1.1" 404 39115 INFO 2025-08-15 22:07:32,254 basehttp 96591 6161068032 "GET /en/inpatients/wards/ HTTP/1.1" 200 81224 INFO 2025-08-15 22:07:32,280 basehttp 96591 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 22:07:36,838 basehttp 96591 6161068032 "GET /en/inpatients/beds/?ward=525 HTTP/1.1" 200 3764388 INFO 2025-08-15 22:07:36,980 basehttp 96591 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 22:07:37,207 basehttp 96591 6161068032 "GET /en/inpatients/beds/?ward=525 HTTP/1.1" 200 3764388 INFO 2025-08-15 22:08:32,291 basehttp 96591 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 22:09:32,296 basehttp 96591 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 22:09:45,184 basehttp 96591 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 22:09:46,084 basehttp 96591 6161068032 "GET /en/inpatients/stats/ HTTP/1.1" 200 2998 INFO 2025-08-15 22:09:46,090 basehttp 96591 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 22:09:46,096 basehttp 96591 6161068032 "GET /en/inpatients/stats/ HTTP/1.1" 200 2998 INFO 2025-08-15 22:09:46,247 basehttp 96591 13052751872 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 3171121 INFO 2025-08-15 22:09:46,378 basehttp 96591 6161068032 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 3171121 INFO 2025-08-15 22:09:48,302 basehttp 96591 6161068032 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764388 INFO 2025-08-15 22:09:48,450 basehttp 96591 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 22:09:48,703 basehttp 96591 6161068032 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764388 INFO 2025-08-15 22:09:53,942 basehttp 96591 6161068032 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 3171121 ERROR 2025-08-15 22:09:59,237 log 96591 6161068032 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'admission_edit' not found. 'admission_edit' is not a valid view function or pattern name. ERROR 2025-08-15 22:09:59,238 basehttp 96591 6161068032 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 500 257893 INFO 2025-08-18 20:07:37,870 autoreload 41752 8601149632 Watching for file changes with StatReloader INFO 2025-08-18 20:07:38,994 basehttp 41752 6203092992 "GET / HTTP/1.1" 302 0 INFO 2025-08-18 20:07:39,055 basehttp 41752 6219919360 "GET /en/ HTTP/1.1" 302 0 INFO 2025-08-18 20:07:39,060 basehttp 41752 6219919360 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-08-18 20:07:39,074 log 41752 6203092992 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-18 20:07:39,076 basehttp 41752 6203092992 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160351 INFO 2025-08-18 20:07:44,921 basehttp 41752 6203092992 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-08-18 20:07:44,952 basehttp 41752 6203092992 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-08-18 20:07:44,964 basehttp 41752 6203092992 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-08-18 20:07:44,972 basehttp 41752 6219919360 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-18 20:07:44,972 basehttp 41752 6236745728 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-18 20:07:44,972 basehttp 41752 6203092992 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-18 20:07:44,974 basehttp 41752 6203092992 "GET /static/admin/css/login.css HTTP/1.1" 200 951 INFO 2025-08-18 20:07:44,974 basehttp 41752 6236745728 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-18 20:07:44,974 basehttp 41752 6219919360 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-18 20:07:44,975 basehttp 41752 6236745728 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-18 20:07:47,319 basehttp 41752 6203092992 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-08-18 20:07:47,340 basehttp 41752 6203092992 "GET /en/admin/ HTTP/1.1" 200 87876 INFO 2025-08-18 20:07:47,353 basehttp 41752 6203092992 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-08-18 20:07:47,354 basehttp 41752 6203092992 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-18 20:07:47,355 basehttp 41752 6219919360 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-18 20:07:51,169 basehttp 41752 6203092992 "GET / HTTP/1.1" 302 0 INFO 2025-08-18 20:07:51,199 basehttp 41752 6219919360 "GET /en/ HTTP/1.1" 200 46424 INFO 2025-08-18 20:07:51,209 basehttp 41752 6203092992 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-08-18 20:07:51,214 basehttp 41752 6219919360 "GET /static/css/apple/app.min.css HTTP/1.1" 200 898634 INFO 2025-08-18 20:07:51,244 basehttp 41752 6203092992 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-18 20:07:51,245 basehttp 41752 6253572096 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-18 20:07:51,245 basehttp 41752 6219919360 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-18 20:07:51,245 basehttp 41752 6236745728 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-18 20:07:51,245 basehttp 41752 6270398464 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-18 20:07:51,248 basehttp 41752 6203092992 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-18 20:07:51,248 basehttp 41752 6253572096 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-18 20:07:51,248 basehttp 41752 6287224832 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-18 20:07:51,251 basehttp 41752 6219919360 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-18 20:07:51,251 basehttp 41752 6270398464 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-18 20:07:51,251 basehttp 41752 6287224832 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-18 20:07:51,252 basehttp 41752 6236745728 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-18 20:07:51,252 basehttp 41752 6203092992 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-18 20:07:51,253 basehttp 41752 6253572096 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-18 20:07:51,254 basehttp 41752 6219919360 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-18 20:07:51,254 basehttp 41752 6270398464 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-18 20:07:51,254 basehttp 41752 6287224832 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-18 20:07:51,256 basehttp 41752 6236745728 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-18 20:07:51,256 basehttp 41752 6203092992 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-18 20:07:51,256 basehttp 41752 6253572096 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-18 20:07:51,256 basehttp 41752 6270398464 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-18 20:07:51,257 basehttp 41752 6287224832 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-18 20:07:51,291 basehttp 41752 6203092992 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-18 20:07:51,292 basehttp 41752 6287224832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-18 20:07:51,294 basehttp 41752 6253572096 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-18 20:07:51,295 basehttp 41752 6270398464 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-18 20:08:15,321 log 41752 6203092992 Not Found: /notifications/api/recent/ WARNING 2025-08-18 20:08:15,321 basehttp 41752 6203092992 "GET /notifications/api/recent/ HTTP/1.1" 404 2599 INFO 2025-08-18 20:08:21,285 basehttp 41752 6203092992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-18 20:08:51,301 basehttp 41752 6203092992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-18 20:08:51,301 basehttp 41752 6219919360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-18 20:08:51,303 basehttp 41752 6236745728 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-18 20:09:15,314 log 41752 6203092992 Not Found: /notifications/api/recent/ WARNING 2025-08-18 20:09:15,315 basehttp 41752 6203092992 "GET /notifications/api/recent/ HTTP/1.1" 404 2599 INFO 2025-08-19 16:21:12,676 autoreload 86818 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 16:21:14,346 basehttp 86818 6170161152 "GET / HTTP/1.1" 302 0 INFO 2025-08-19 16:21:14,431 basehttp 86818 12901707776 "GET /en/ HTTP/1.1" 302 0 INFO 2025-08-19 16:21:14,436 basehttp 86818 12901707776 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-08-19 16:21:14,452 log 86818 6170161152 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-19 16:21:14,453 basehttp 86818 6170161152 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160351 INFO 2025-08-19 16:21:22,533 basehttp 86818 6170161152 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-08-19 16:21:22,546 basehttp 86818 6170161152 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-08-19 16:21:24,753 basehttp 86818 6170161152 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-08-19 16:21:24,796 basehttp 86818 6170161152 "GET /en/admin/ HTTP/1.1" 200 87876 INFO 2025-08-19 16:21:26,625 basehttp 86818 6170161152 "GET / HTTP/1.1" 302 0 INFO 2025-08-19 16:21:26,655 basehttp 86818 12901707776 "GET /en/ HTTP/1.1" 200 46425 INFO 2025-08-19 16:21:26,664 basehttp 86818 12901707776 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-08-19 16:21:26,689 basehttp 86818 12969013248 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-19 16:21:26,689 basehttp 86818 12952186880 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-19 16:21:26,690 basehttp 86818 12969013248 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-19 16:21:26,690 basehttp 86818 12952186880 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-19 16:21:26,692 basehttp 86818 12969013248 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-19 16:21:26,692 basehttp 86818 12952186880 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-19 16:21:26,694 basehttp 86818 12969013248 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-19 16:21:26,695 basehttp 86818 12952186880 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-19 16:21:26,696 basehttp 86818 12969013248 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-19 16:21:26,697 basehttp 86818 12952186880 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-19 16:21:26,698 basehttp 86818 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:21:26,698 basehttp 86818 12969013248 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-19 16:21:26,699 basehttp 86818 12952186880 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-19 16:21:26,700 basehttp 86818 12952186880 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-19 16:21:26,700 basehttp 86818 12969013248 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-19 16:21:26,704 basehttp 86818 12969013248 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-19 16:21:26,704 basehttp 86818 12952186880 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-19 16:21:26,706 basehttp 86818 12901707776 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-19 16:21:26,709 basehttp 86818 12969013248 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-19 16:21:26,710 basehttp 86818 12935360512 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-19 16:21:26,711 basehttp 86818 12901707776 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-19 16:21:26,712 basehttp 86818 12952186880 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-19 16:21:26,713 basehttp 86818 12918534144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 16:21:26,713 basehttp 86818 12969013248 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-19 16:21:26,714 basehttp 86818 6170161152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 16:21:26,715 basehttp 86818 12935360512 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-19 16:21:50,822 basehttp 86818 12935360512 "GET /en/patients/register/ HTTP/1.1" 200 27336 INFO 2025-08-19 16:21:50,858 basehttp 86818 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:27:17,579 autoreload 89640 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 16:27:40,958 basehttp 89640 6136492032 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 16:27:40,977 basehttp 89640 6170144768 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 16:27:40,980 basehttp 89640 6153318400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:27:41,719 basehttp 89640 6153318400 "GET /en/ HTTP/1.1" 200 46425 INFO 2025-08-19 16:27:41,778 basehttp 89640 6136492032 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 16:27:41,780 basehttp 89640 6186971136 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-19 16:27:41,780 basehttp 89640 6153318400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:27:41,782 basehttp 89640 6170144768 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 16:28:11,769 basehttp 89640 6170144768 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 16:28:41,788 basehttp 89640 6170144768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:28:41,789 basehttp 89640 6186971136 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 16:28:41,790 basehttp 89640 6153318400 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 16:29:11,774 basehttp 89640 6153318400 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 16:29:40,152 basehttp 89640 6153318400 "GET /en/inpatients/ HTTP/1.1" 200 72042 INFO 2025-08-19 16:29:40,196 basehttp 89640 6153318400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:29:40,197 basehttp 89640 6170144768 "GET /en/inpatients/stats/ HTTP/1.1" 200 2998 INFO 2025-08-19 16:29:40,316 basehttp 89640 6186971136 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 3171121 ERROR 2025-08-19 16:30:02,138 log 89640 6186971136 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'admission_edit' not found. 'admission_edit' is not a valid view function or pattern name. ERROR 2025-08-19 16:30:02,140 basehttp 89640 6186971136 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 500 257894 INFO 2025-08-19 16:37:42,076 autoreload 89640 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-19 16:37:42,398 autoreload 94163 8601149632 Watching for file changes with StatReloader ERROR 2025-08-19 16:37:45,201 log 94163 6204076032 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for '' not found. '' is not a valid view function or pattern name. ERROR 2025-08-19 16:37:45,204 basehttp 94163 6204076032 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 500 257679 INFO 2025-08-19 16:38:08,490 basehttp 94163 6204076032 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 155815 INFO 2025-08-19 16:38:08,530 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:39:08,546 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:40:08,552 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:40:48,401 basehttp 94163 6204076032 "GET /en/inpatients/admissions/5422/ HTTP/1.1" 200 23519 INFO 2025-08-19 16:40:48,421 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:41:08,547 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:41:10,780 basehttp 94163 6204076032 "GET /en/inpatients/admissions/5422/edit/ HTTP/1.1" 200 46131 INFO 2025-08-19 16:41:10,814 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:41:36,580 basehttp 94163 6204076032 "GET /en/inpatients/admissions/5422/ HTTP/1.1" 200 23519 INFO 2025-08-19 16:41:36,614 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:42:08,557 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:43:08,555 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:43:21,724 basehttp 94163 6204076032 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 156991 INFO 2025-08-19 16:43:21,793 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:44:13,147 basehttp 94163 6204076032 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 156240 INFO 2025-08-19 16:44:13,185 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:45:13,198 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:46:13,200 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:47:13,193 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:48:13,197 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:49:13,208 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:50:13,208 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:50:53,160 autoreload 94163 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-19 16:50:53,449 autoreload 99954 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 16:50:56,063 basehttp 99954 6156513280 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 156240 INFO 2025-08-19 16:50:56,096 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:51:56,105 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:52:56,115 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:53:56,186 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:54:28,889 basehttp 99954 6156513280 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 156240 INFO 2025-08-19 16:54:28,929 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:55:07,827 basehttp 99954 6156513280 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 156244 INFO 2025-08-19 16:55:07,859 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:55:44,562 basehttp 99954 6156513280 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 155503 INFO 2025-08-19 16:55:44,605 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:56:44,616 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:56:56,385 basehttp 99954 6156513280 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 155503 INFO 2025-08-19 16:56:56,422 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:56:57,697 basehttp 99954 6156513280 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 155503 INFO 2025-08-19 16:56:57,737 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:57:24,915 basehttp 99954 6156513280 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 157868 INFO 2025-08-19 16:57:24,957 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:57:53,016 basehttp 99954 6156513280 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 156072 INFO 2025-08-19 16:57:53,058 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:58:53,070 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:59:53,080 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:00:53,076 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:01:43,277 autoreload 99954 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-19 17:01:43,572 autoreload 5040 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 17:01:46,724 basehttp 5040 6167097344 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 156072 INFO 2025-08-19 17:01:46,769 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:02:46,781 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:03:46,775 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:04:46,779 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:05:46,781 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:06:12,551 basehttp 5040 6167097344 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 156922 INFO 2025-08-19 17:06:12,590 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:06:56,372 basehttp 5040 6167097344 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 157722 INFO 2025-08-19 17:06:56,408 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:07:33,486 basehttp 5040 6167097344 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 157722 INFO 2025-08-19 17:07:33,526 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:07:47,757 basehttp 5040 6167097344 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 157722 INFO 2025-08-19 17:07:47,799 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:08:47,815 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:09:47,812 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:10:47,806 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:11:47,823 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:12:47,821 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:13:47,824 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:14:47,830 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:15:47,834 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:16:40,580 basehttp 5040 6167097344 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 157722 INFO 2025-08-19 17:16:40,626 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:17:40,630 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:18:24,585 basehttp 5040 6167097344 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 157722 INFO 2025-08-19 17:18:24,618 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 WARNING 2025-08-19 17:18:29,329 log 5040 6167097344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:18:29,329 basehttp 5040 6167097344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:19:14,890 basehttp 5040 6167097344 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 157672 WARNING 2025-08-19 17:19:14,903 log 5040 6167097344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:19:14,903 basehttp 5040 6167097344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:19:14,954 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:20:14,968 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:20:24,293 basehttp 5040 6167097344 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 157385 WARNING 2025-08-19 17:20:24,310 log 5040 6167097344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:20:24,310 basehttp 5040 6167097344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:20:24,360 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:20:44,461 basehttp 5040 6167097344 "GET /en/admin/ HTTP/1.1" 200 87876 INFO 2025-08-19 17:20:50,232 basehttp 5040 6167097344 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 265399 INFO 2025-08-19 17:20:50,250 basehttp 5040 6167097344 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-19 17:20:50,251 basehttp 5040 13740666880 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-19 17:20:50,251 basehttp 5040 13774319616 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-19 17:20:50,251 basehttp 5040 13757493248 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-19 17:20:50,253 basehttp 5040 13774319616 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-19 17:20:50,254 basehttp 5040 13740666880 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-19 17:20:50,254 basehttp 5040 6167097344 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-19 17:20:50,255 basehttp 5040 13774319616 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-19 17:20:50,257 basehttp 5040 13757493248 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-19 17:20:50,259 basehttp 5040 13707014144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 17:20:50,259 basehttp 5040 13723840512 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-19 17:20:50,260 basehttp 5040 13723840512 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-19 17:20:50,275 basehttp 5040 13757493248 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-19 17:20:50,275 basehttp 5040 13707014144 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-08-19 17:20:50,277 basehttp 5040 13723840512 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-19 17:20:59,598 basehttp 5040 13723840512 "GET /en/admin/inpatients/admission/5958/change/ HTTP/1.1" 200 3057756 INFO 2025-08-19 17:20:59,614 basehttp 5040 13723840512 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-19 17:20:59,614 basehttp 5040 13707014144 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-08-19 17:20:59,614 basehttp 5040 13740666880 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 200 15845 INFO 2025-08-19 17:20:59,614 basehttp 5040 13774319616 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-08-19 17:20:59,615 basehttp 5040 6167097344 "GET /static/admin/js/SelectBox.js HTTP/1.1" 200 4530 INFO 2025-08-19 17:20:59,616 basehttp 5040 13723840512 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-19 17:20:59,616 basehttp 5040 13740666880 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-19 17:20:59,618 basehttp 5040 13757493248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 17:20:59,620 basehttp 5040 13740666880 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-19 17:20:59,620 basehttp 5040 13757493248 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-19 17:21:00,578 basehttp 5040 13740666880 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-08-19 17:21:00,578 basehttp 5040 13723840512 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 200 3291 INFO 2025-08-19 17:21:00,578 basehttp 5040 13757493248 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-08-19 17:21:21,431 basehttp 5040 13757493248 "POST /en/admin/inpatients/admission/5958/change/ HTTP/1.1" 302 0 INFO 2025-08-19 17:21:21,569 basehttp 5040 13757493248 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 265663 INFO 2025-08-19 17:21:21,585 basehttp 5040 13757493248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 17:21:21,596 basehttp 5040 13757493248 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-19 17:21:24,418 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:21:38,947 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 157385 WARNING 2025-08-19 17:21:38,966 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:21:38,966 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:21:39,015 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:21:45,388 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=2 HTTP/1.1" 200 157836 WARNING 2025-08-19 17:21:45,402 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:21:45,402 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:21:45,446 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:21:47,878 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=3 HTTP/1.1" 200 158016 WARNING 2025-08-19 17:21:47,895 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:21:47,895 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:21:47,936 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:21:50,202 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=4 HTTP/1.1" 200 158201 WARNING 2025-08-19 17:21:50,217 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:21:50,217 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:21:50,240 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:21:52,262 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=5 HTTP/1.1" 200 158165 WARNING 2025-08-19 17:21:52,280 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:21:52,280 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:21:52,323 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:21:54,511 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=6 HTTP/1.1" 200 158226 WARNING 2025-08-19 17:21:54,528 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:21:54,529 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:21:54,573 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:21:56,729 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=7 HTTP/1.1" 200 158217 WARNING 2025-08-19 17:21:56,748 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:21:56,748 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:21:56,796 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:21:58,805 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=8 HTTP/1.1" 200 158210 WARNING 2025-08-19 17:21:58,822 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:21:58,822 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:21:58,867 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:22:00,806 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=9 HTTP/1.1" 200 158180 WARNING 2025-08-19 17:22:00,826 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:22:00,826 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:22:00,872 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:22:02,811 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=10 HTTP/1.1" 200 158181 WARNING 2025-08-19 17:22:02,832 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:22:02,832 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:22:02,878 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:22:04,966 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=11 HTTP/1.1" 200 158197 WARNING 2025-08-19 17:22:04,989 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:22:04,989 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:22:05,031 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:22:07,010 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=12 HTTP/1.1" 200 158245 WARNING 2025-08-19 17:22:07,032 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:22:07,032 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:22:07,077 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:22:09,067 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=13 HTTP/1.1" 200 158175 WARNING 2025-08-19 17:22:09,085 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:22:09,085 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:22:09,126 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:22:11,468 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=14 HTTP/1.1" 200 158038 WARNING 2025-08-19 17:22:11,490 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:22:11,490 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:22:11,539 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:22:13,786 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=15 HTTP/1.1" 200 157925 WARNING 2025-08-19 17:22:13,814 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:22:13,815 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:22:13,856 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:22:16,174 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=16 HTTP/1.1" 200 157196 WARNING 2025-08-19 17:22:16,199 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:22:16,199 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:22:16,222 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:22:18,821 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=1 HTTP/1.1" 200 157385 WARNING 2025-08-19 17:22:18,846 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:22:18,846 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:22:18,889 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:23:13,405 basehttp 5040 6167097344 "GET /en/admin/inpatients/admission/5952/change/ HTTP/1.1" 200 3057619 INFO 2025-08-19 17:23:13,419 basehttp 5040 13707014144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 17:23:19,422 basehttp 5040 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:23:22,336 basehttp 5040 13707014144 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 265425 INFO 2025-08-19 17:23:46,334 basehttp 5040 13707014144 "GET /en/admin/inpatients/admission/?status__exact=ADMITTED HTTP/1.1" 200 206082 INFO 2025-08-19 17:23:46,349 basehttp 5040 13707014144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 17:23:52,228 basehttp 5040 13707014144 "GET /en/admin/inpatients/admission/?admission_type__exact=EMERGENCY&status__exact=ADMITTED HTTP/1.1" 200 240243 INFO 2025-08-19 17:23:52,238 basehttp 5040 13707014144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 17:23:53,203 basehttp 5040 13707014144 "GET /en/admin/inpatients/admission/?status__exact=ADMITTED HTTP/1.1" 200 206082 INFO 2025-08-19 17:23:53,218 basehttp 5040 13707014144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 17:23:54,147 basehttp 5040 13707014144 "GET /en/admin/inpatients/admission/? HTTP/1.1" 200 265425 INFO 2025-08-19 17:23:54,165 basehttp 5040 13707014144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 17:24:20,412 basehttp 5040 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:24:27,641 basehttp 5040 13707014144 "GET /en/admin/inpatients/admission/?admission_datetime__month=8&admission_datetime__year=2025 HTTP/1.1" 200 339311 INFO 2025-08-19 17:24:27,660 basehttp 5040 13707014144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 17:24:30,489 basehttp 5040 13707014144 "GET /en/admin/inpatients/admission/?admission_datetime__day=10&admission_datetime__month=8&admission_datetime__year=2025 HTTP/1.1" 200 370128 INFO 2025-08-19 17:24:30,503 basehttp 5040 13707014144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 17:25:20,443 basehttp 5040 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:25:33,459 basehttp 5040 13707014144 "GET /en/inpatients/admissions/?page=1 HTTP/1.1" 200 159235 WARNING 2025-08-19 17:25:33,469 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:25:33,470 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:25:33,548 basehttp 5040 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:25:52,431 basehttp 5040 13707014144 "GET /en/inpatients/admissions/5422/ HTTP/1.1" 200 23519 WARNING 2025-08-19 17:25:52,453 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:25:52,454 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:25:52,542 basehttp 5040 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 WARNING 2025-08-19 17:25:54,028 log 5040 13707014144 Not Found: /en/patients/patientprofile/127/details/ WARNING 2025-08-19 17:25:54,028 basehttp 5040 13707014144 "GET /en/patients/patientprofile/127/details/ HTTP/1.1" 404 26865 WARNING 2025-08-19 17:25:54,049 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:25:54,049 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:02,498 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:02,498 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:02,511 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:02,511 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:15,042 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:15,042 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:15,074 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:15,074 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:26:17,069 basehttp 5040 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 WARNING 2025-08-19 17:26:17,071 log 5040 6167097344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:17,072 basehttp 5040 6167097344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:17,084 log 5040 6167097344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:17,085 basehttp 5040 6167097344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:26:17,610 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 WARNING 2025-08-19 17:26:17,612 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:17,612 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:17,630 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:17,630 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:18,008 log 5040 6167097344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:18,012 basehttp 5040 6167097344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:26:18,014 basehttp 5040 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 WARNING 2025-08-19 17:26:18,019 log 5040 6167097344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:18,019 basehttp 5040 6167097344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:26:18,254 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 WARNING 2025-08-19 17:26:18,255 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:18,255 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:18,264 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:18,264 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:18,497 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:18,497 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:18,811 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:18,811 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:19,246 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:19,247 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:19,511 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:19,511 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:19,705 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:19,705 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:19,870 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:19,870 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:20,034 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:20,034 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:20,201 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:20,202 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:20,382 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:20,382 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:20,558 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:20,558 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:20,709 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:20,709 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:20,878 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:20,878 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:21,032 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:21,032 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:21,250 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:21,250 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:26:21,374 basehttp 5040 13707014144 "GET /en/admin/ HTTP/1.1" 200 88263 WARNING 2025-08-19 17:26:21,396 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:21,397 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:26:21,534 basehttp 5040 13707014144 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-08-19 17:26:21,550 basehttp 5040 13707014144 "GET /en/admin/ HTTP/1.1" 200 88263 WARNING 2025-08-19 17:26:21,572 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:21,572 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:26:22,557 basehttp 5040 13707014144 "GET /en/admin/ HTTP/1.1" 200 88263 WARNING 2025-08-19 17:26:22,587 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:22,587 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:23,154 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:23,155 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:23,165 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:23,165 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:26:34,925 basehttp 5040 13707014144 "GET /en/inpatients/ HTTP/1.1" 200 72042 WARNING 2025-08-19 17:26:34,954 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:34,954 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:26:34,984 basehttp 5040 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:26:34,986 basehttp 5040 6167097344 "GET /en/inpatients/stats/ HTTP/1.1" 200 2998 INFO 2025-08-19 17:26:35,167 basehttp 5040 13723840512 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 3171121 INFO 2025-08-19 17:27:04,989 basehttp 5040 13723840512 "GET /en/inpatients/stats/ HTTP/1.1" 200 2998 INFO 2025-08-19 17:27:33,017 basehttp 5040 13723840512 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 159235 WARNING 2025-08-19 17:27:33,041 log 5040 13723840512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:27:33,041 basehttp 5040 13723840512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:27:33,079 basehttp 5040 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 WARNING 2025-08-19 17:27:37,808 log 5040 13740666880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:27:37,809 basehttp 5040 13740666880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:27:37,811 basehttp 5040 13707014144 "GET /en/inpatients/stats/ HTTP/1.1" 200 2998 INFO 2025-08-19 17:27:37,811 basehttp 5040 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 WARNING 2025-08-19 17:27:37,836 log 5040 13723840512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:27:37,837 basehttp 5040 13723840512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:27:37,971 basehttp 5040 6167097344 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 3171121 INFO 2025-08-19 17:28:07,786 basehttp 5040 6167097344 "GET /en/inpatients/stats/ HTTP/1.1" 200 2998 INFO 2025-08-19 17:28:35,126 basehttp 5040 6167097344 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 3171121 INFO 2025-08-19 17:28:37,796 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:28:37,805 basehttp 5040 6167097344 "GET /en/inpatients/stats/ HTTP/1.1" 200 2998 INFO 2025-08-19 17:28:37,965 basehttp 5040 13723840512 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 3171121 INFO 2025-08-19 17:29:01,499 basehttp 5040 13723840512 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764626 WARNING 2025-08-19 17:29:01,526 log 5040 6167097344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:29:01,526 basehttp 5040 6167097344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:29:01,701 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:29:02,013 basehttp 5040 6167097344 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764626 INFO 2025-08-19 17:29:15,472 basehttp 5040 6167097344 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764626 WARNING 2025-08-19 17:29:15,501 log 5040 13723840512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:29:15,501 basehttp 5040 13723840512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:29:15,705 basehttp 5040 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:29:15,991 basehttp 5040 13723840512 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764626 INFO 2025-08-19 17:29:45,798 basehttp 5040 13723840512 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764642 WARNING 2025-08-19 17:29:45,832 log 5040 6167097344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:29:45,832 basehttp 5040 6167097344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:29:46,039 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:29:46,375 basehttp 5040 6167097344 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764642 INFO 2025-08-19 17:30:16,390 basehttp 5040 6167097344 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764626 INFO 2025-08-19 17:30:46,056 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:30:46,328 basehttp 5040 6167097344 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764626 INFO 2025-08-19 17:31:16,344 basehttp 5040 6167097344 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764626 INFO 2025-08-19 17:31:33,892 autoreload 5040 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-19 17:31:34,276 autoreload 18199 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 17:31:35,207 basehttp 18199 6130823168 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764626 WARNING 2025-08-19 17:31:35,229 log 18199 6147649536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:31:35,229 basehttp 18199 6147649536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:31:35,430 basehttp 18199 6147649536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:31:35,775 basehttp 18199 6147649536 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764626 INFO 2025-08-19 17:32:05,841 basehttp 18199 6147649536 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764626 INFO 2025-08-19 17:32:30,551 autoreload 18199 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-19 17:32:30,865 autoreload 18587 8601149632 Watching for file changes with StatReloader ERROR 2025-08-19 17:32:31,276 log 18587 6169440256 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 561, in get_context_data 'total_beds': Bed.objects.filter(tenant=self.request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: bed_number, bed_position, bed_type, blocked_by, blocked_by_id, blocked_reason, blocked_until, cleaned_by, cleaned_by_id, cleaning_level, created_at, created_by, created_by_id, current_admission, current_admission_id, current_admissions, current_patient, current_patient_id, equipment, features, id, last_cleaned, last_maintenance, maintenance_notes, next_maintenance, occupied_since, reserved_until, room_number, room_type, status, transfers_from, transfers_to, updated_at, ward, ward_id ERROR 2025-08-19 17:32:31,277 basehttp 18587 6169440256 "GET /en/inpatients/beds/ HTTP/1.1" 500 140681 WARNING 2025-08-19 17:32:31,305 log 18587 6169440256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:32:31,305 basehttp 18587 6169440256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:33:03,225 autoreload 18587 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-19 17:33:03,497 autoreload 18825 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 17:33:04,354 basehttp 18825 6137311232 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764634 WARNING 2025-08-19 17:33:04,360 log 18825 6154137600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:33:04,360 basehttp 18825 6154137600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:33:04,603 basehttp 18825 6137311232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:33:04,875 basehttp 18825 6137311232 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764634 INFO 2025-08-19 17:33:34,894 basehttp 18825 6137311232 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764634 INFO 2025-08-19 17:33:55,421 autoreload 18825 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-19 17:33:55,771 autoreload 19212 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 17:33:56,441 basehttp 19212 6165835776 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764637 WARNING 2025-08-19 17:33:56,446 log 19212 6182662144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:33:56,446 basehttp 19212 6182662144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:33:56,691 basehttp 19212 6182662144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:33:56,957 basehttp 19212 6182662144 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764637 INFO 2025-08-19 17:34:19,788 autoreload 19212 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-19 17:34:20,127 autoreload 19375 8601149632 Watching for file changes with StatReloader WARNING 2025-08-19 17:34:21,321 log 19375 6123450368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:34:21,321 basehttp 19375 6123450368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:34:21,330 log 19375 6123450368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:34:21,330 basehttp 19375 6123450368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:34:22,388 basehttp 19375 6123450368 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764643 WARNING 2025-08-19 17:34:22,392 log 19375 6140276736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:34:22,392 basehttp 19375 6140276736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:34:22,637 basehttp 19375 6140276736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:34:22,915 basehttp 19375 6140276736 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764643 INFO 2025-08-19 17:34:52,912 basehttp 19375 6140276736 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764643 INFO 2025-08-19 17:35:22,224 autoreload 19375 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-19 17:35:22,582 autoreload 19848 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 17:35:23,428 basehttp 19848 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764646 WARNING 2025-08-19 17:35:23,435 log 19848 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:35:23,435 basehttp 19848 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:35:23,669 basehttp 19848 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:35:23,956 basehttp 19848 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764646 INFO 2025-08-19 17:35:53,959 basehttp 19848 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764646 INFO 2025-08-19 17:36:23,680 basehttp 19848 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:36:23,959 basehttp 19848 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764646 INFO 2025-08-19 17:36:53,976 basehttp 19848 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764646 INFO 2025-08-19 17:37:23,700 basehttp 19848 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:37:23,958 basehttp 19848 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764646 INFO 2025-08-19 17:37:44,576 autoreload 19848 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-19 17:37:44,900 autoreload 20922 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 17:39:19,977 autoreload 20922 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-19 17:39:20,241 autoreload 21642 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 17:40:55,341 autoreload 21642 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-19 17:40:55,620 autoreload 22359 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 17:40:58,481 basehttp 22359 6196457472 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764798 WARNING 2025-08-19 17:40:58,503 log 22359 6213283840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:40:58,503 basehttp 22359 6213283840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:40:58,724 basehttp 22359 6213283840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:40:59,048 basehttp 22359 6213283840 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764798 INFO 2025-08-19 17:41:29,015 basehttp 22359 6213283840 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764798 INFO 2025-08-19 17:41:58,739 basehttp 22359 6213283840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:41:59,006 basehttp 22359 6213283840 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764798 INFO 2025-08-19 17:42:05,265 autoreload 22359 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-19 17:42:05,615 autoreload 22906 8601149632 Watching for file changes with StatReloader ERROR 2025-08-19 17:42:06,100 log 22906 6199816192 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 566, in get_context_data 'occupancy_rate': wards.occupancy_rate ^^^^^^^^^^^^^^^^^^^^ AttributeError: 'tuple' object has no attribute 'occupancy_rate' ERROR 2025-08-19 17:42:06,101 basehttp 22906 6199816192 "GET /en/inpatients/beds/ HTTP/1.1" 500 90833 WARNING 2025-08-19 17:42:06,129 log 22906 6199816192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:42:06,129 basehttp 22906 6199816192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-19 17:42:08,667 log 22906 6199816192 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 566, in get_context_data 'occupancy_rate': wards.occupancy_rate ^^^^^^^^^^^^^^^^^^^^ AttributeError: 'tuple' object has no attribute 'occupancy_rate' ERROR 2025-08-19 17:42:08,668 basehttp 22906 6199816192 "GET /en/inpatients/beds/ HTTP/1.1" 500 90833 WARNING 2025-08-19 17:42:08,679 log 22906 6199816192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:42:08,679 basehttp 22906 6199816192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:44:05,403 autoreload 22906 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-19 17:44:05,744 autoreload 23756 8601149632 Watching for file changes with StatReloader ERROR 2025-08-19 17:44:07,818 log 23756 6169473024 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 565, in get_context_data 'occupancy_rate': Ward.objects.filter(tenant=self.request.user.tenant).aggregate('occupancy_rate'), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 575, in aggregate self._validate_values_are_expressions( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 2014, in _validate_values_are_expressions raise TypeError( TypeError: QuerySet.aggregate() received non-expression(s): occupancy_rate. ERROR 2025-08-19 17:44:07,819 basehttp 23756 6169473024 "GET /en/inpatients/beds/ HTTP/1.1" 500 99082 WARNING 2025-08-19 17:44:07,833 log 23756 6169473024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:44:07,833 basehttp 23756 6169473024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:47:54,390 autoreload 27205 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 17:47:57,395 basehttp 27205 6162673664 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764658 WARNING 2025-08-19 17:47:57,400 log 27205 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:47:57,400 basehttp 27205 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:47:57,557 basehttp 27205 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:47:57,859 basehttp 27205 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764658 INFO 2025-08-19 17:48:02,777 basehttp 27205 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764658 WARNING 2025-08-19 17:48:02,804 log 27205 6162673664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:48:02,804 basehttp 27205 6162673664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:48:03,001 basehttp 27205 6162673664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:48:03,335 basehttp 27205 6162673664 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764658 INFO 2025-08-19 17:48:33,314 basehttp 27205 6162673664 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764658 INFO 2025-08-19 17:49:01,213 autoreload 27205 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-19 17:49:01,493 autoreload 27675 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 17:49:02,014 basehttp 27675 6196178944 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765846 WARNING 2025-08-19 17:49:02,019 log 27675 6213005312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:49:02,019 basehttp 27675 6213005312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:49:02,182 basehttp 27675 6213005312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:49:02,496 basehttp 27675 6213005312 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765846 ERROR 2025-08-19 17:49:32,015 log 27675 6213005312 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 73, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 17:49:32,021 basehttp 27675 6213005312 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398775 INFO 2025-08-19 17:49:32,715 basehttp 27675 6213005312 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765846 INFO 2025-08-19 17:50:02,441 basehttp 27675 6213005312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:50:02,635 basehttp 27675 6196178944 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765846 INFO 2025-08-19 17:50:32,649 basehttp 27675 6196178944 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765846 INFO 2025-08-19 17:51:02,708 basehttp 27675 6196178944 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765846 INFO 2025-08-19 17:51:03,443 basehttp 27675 6196178944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:51:06,204 basehttp 27675 6196178944 "GET /en/admin/inpatients/admission/?admission_datetime__day=10&admission_datetime__month=8&admission_datetime__year=2025 HTTP/1.1" 200 370128 INFO 2025-08-19 17:51:07,144 basehttp 27675 6196178944 "GET /en/admin/inpatients/admission/?admission_datetime__day=10&admission_datetime__month=8&admission_datetime__year=2025 HTTP/1.1" 200 370128 INFO 2025-08-19 17:51:07,161 basehttp 27675 6196178944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-19 17:51:12,462 log 27675 6196178944 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 73, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 17:51:12,465 basehttp 27675 6196178944 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398775 INFO 2025-08-19 17:51:32,650 basehttp 27675 6196178944 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765846 INFO 2025-08-19 17:52:04,456 basehttp 27675 6196178944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:52:34,638 basehttp 27675 6196178944 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 17:52:41,831 autoreload 27675 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-19 17:52:42,144 autoreload 29311 8601149632 Watching for file changes with StatReloader ERROR 2025-08-19 17:52:43,995 log 29311 6135296000 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 73, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 17:52:43,998 basehttp 29311 6135296000 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398678 INFO 2025-08-19 17:53:05,440 basehttp 29311 6135296000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:53:56,686 basehttp 29311 6135296000 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 17:54:06,449 basehttp 29311 6135296000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:54:56,634 basehttp 29311 6135296000 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 17:55:07,432 basehttp 29311 6135296000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:55:56,618 basehttp 29311 6135296000 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 17:56:01,622 autoreload 29311 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-19 17:56:01,916 autoreload 30789 8601149632 Watching for file changes with StatReloader ERROR 2025-08-19 17:56:03,118 log 30789 6128594944 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 73, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 17:56:03,121 basehttp 30789 6128594944 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398678 ERROR 2025-08-19 17:56:04,072 log 30789 6128594944 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 73, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 17:56:04,074 basehttp 30789 6128594944 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398678 ERROR 2025-08-19 17:56:05,033 log 30789 6128594944 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 73, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 17:56:05,035 basehttp 30789 6128594944 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398678 INFO 2025-08-19 17:56:56,452 basehttp 30789 6145421312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:56:56,643 basehttp 30789 6128594944 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 17:57:56,608 basehttp 30789 6128594944 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 17:58:28,063 autoreload 30789 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py changed, reloading. INFO 2025-08-19 17:58:28,360 autoreload 31882 8601149632 Watching for file changes with StatReloader ERROR 2025-08-19 17:58:29,455 log 31882 6125498368 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 74, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 17:58:29,457 basehttp 31882 6125498368 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398839 ERROR 2025-08-19 17:58:30,842 log 31882 6125498368 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 74, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 17:58:30,844 basehttp 31882 6125498368 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398839 WARNING 2025-08-19 17:58:33,881 log 31882 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:58:33,881 basehttp 31882 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:58:56,445 basehttp 31882 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:58:56,659 basehttp 31882 6142324736 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 17:59:23,352 autoreload 31882 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-19 17:59:23,650 autoreload 32275 8601149632 Watching for file changes with StatReloader ERROR 2025-08-19 17:59:24,241 log 32275 6159544320 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 74, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 17:59:24,243 basehttp 32275 6159544320 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398839 WARNING 2025-08-19 17:59:24,262 log 32275 6159544320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:59:24,262 basehttp 32275 6159544320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-19 17:59:25,146 log 32275 6159544320 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 74, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 17:59:25,147 basehttp 32275 6159544320 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398839 WARNING 2025-08-19 17:59:25,165 log 32275 6159544320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:59:25,165 basehttp 32275 6159544320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-19 17:59:26,551 log 32275 6159544320 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 74, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 17:59:26,553 basehttp 32275 6159544320 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398839 WARNING 2025-08-19 17:59:26,569 log 32275 6159544320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:59:26,569 basehttp 32275 6159544320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:59:56,557 basehttp 32275 6176370688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:59:56,705 basehttp 32275 6159544320 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:00:01,126 autoreload 32275 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-19 18:00:01,419 autoreload 32595 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 18:00:12,004 autoreload 32595 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-19 18:00:12,290 autoreload 32682 8601149632 Watching for file changes with StatReloader ERROR 2025-08-19 18:00:13,494 log 32682 6155563008 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 74, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 18:00:13,496 basehttp 32682 6155563008 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398839 WARNING 2025-08-19 18:00:13,510 log 32682 6155563008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:00:13,510 basehttp 32682 6155563008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-19 18:00:14,418 log 32682 6155563008 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 74, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 18:00:14,419 basehttp 32682 6155563008 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398839 WARNING 2025-08-19 18:00:14,434 log 32682 6155563008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:00:14,434 basehttp 32682 6155563008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:00:31,078 autoreload 32682 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-19 18:00:31,360 autoreload 32769 8601149632 Watching for file changes with StatReloader ERROR 2025-08-19 18:00:32,028 log 32769 6169473024 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 74, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 18:00:32,030 basehttp 32769 6169473024 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398839 WARNING 2025-08-19 18:00:32,047 log 32769 6169473024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:00:32,048 basehttp 32769 6169473024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-19 18:00:33,108 log 32769 6169473024 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 74, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 18:00:33,110 basehttp 32769 6169473024 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398839 WARNING 2025-08-19 18:00:33,126 log 32769 6169473024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:00:33,126 basehttp 32769 6169473024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:00:56,625 basehttp 32769 6169473024 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:01:53,521 autoreload 32769 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py changed, reloading. INFO 2025-08-19 18:01:53,836 autoreload 33391 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 18:01:54,995 basehttp 33391 6200045568 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 143807 WARNING 2025-08-19 18:01:55,015 log 33391 6200045568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:01:55,016 basehttp 33391 6200045568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:01:55,016 basehttp 33391 6216871936 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:01:56,455 basehttp 33391 6216871936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 18:01:56,657 basehttp 33391 6200045568 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:01:57,101 basehttp 33391 6200045568 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 143807 WARNING 2025-08-19 18:01:57,127 log 33391 6200045568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:01:57,128 basehttp 33391 6200045568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:01:57,128 basehttp 33391 6216871936 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:02:56,475 basehttp 33391 6200045568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 18:02:56,689 basehttp 33391 6216871936 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:03:56,643 basehttp 33391 6216871936 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:04:05,606 autoreload 33391 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py changed, reloading. INFO 2025-08-19 18:04:05,886 autoreload 34388 8601149632 Watching for file changes with StatReloader ERROR 2025-08-19 18:04:08,591 log 34388 6131478528 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 74, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 18:04:08,593 basehttp 34388 6131478528 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398839 WARNING 2025-08-19 18:04:08,611 log 34388 6131478528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:04:08,611 basehttp 34388 6131478528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:04:20,674 autoreload 34388 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py changed, reloading. INFO 2025-08-19 18:04:20,961 autoreload 34474 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 18:04:21,345 basehttp 34474 6204157952 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 143807 WARNING 2025-08-19 18:04:21,370 log 34474 6220984320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:04:21,370 basehttp 34474 6220984320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:04:21,370 basehttp 34474 6204157952 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:04:56,444 basehttp 34474 6204157952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 18:04:56,647 basehttp 34474 6220984320 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:05:56,635 basehttp 34474 6220984320 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:06:26,478 autoreload 34474 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py changed, reloading. INFO 2025-08-19 18:06:26,765 autoreload 35408 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 18:06:27,598 basehttp 35408 6123614208 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 146707 WARNING 2025-08-19 18:06:27,622 log 35408 6140440576 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-19 18:06:27,622 basehttp 35408 6123614208 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 WARNING 2025-08-19 18:06:27,622 basehttp 35408 6140440576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:06:27,624 basehttp 35408 6140440576 - Broken pipe from ('127.0.0.1', 55591) INFO 2025-08-19 18:06:56,455 basehttp 35408 6123614208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 18:06:56,661 basehttp 35408 6140440576 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:07:56,625 basehttp 35408 6140440576 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:07:58,714 basehttp 35408 6140440576 "GET /en/admin/inpatients/ward/?p=4 HTTP/1.1" 200 149088 WARNING 2025-08-19 18:07:58,738 log 35408 6140440576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:07:58,738 basehttp 35408 6140440576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:07:58,739 basehttp 35408 6123614208 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:08:03,524 basehttp 35408 6123614208 "GET /en/admin/inpatients/ward/?p=9 HTTP/1.1" 200 149786 WARNING 2025-08-19 18:08:03,550 log 35408 6123614208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:08:03,551 basehttp 35408 6123614208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:08:03,551 basehttp 35408 6140440576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:08:33,107 basehttp 35408 6140440576 "GET /en/admin/inpatients/ward/?p=1 HTTP/1.1" 200 149333 WARNING 2025-08-19 18:08:33,131 log 35408 6140440576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:08:33,131 basehttp 35408 6140440576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:08:33,132 basehttp 35408 6123614208 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:08:35,028 basehttp 35408 6123614208 "GET /en/admin/inpatients/ward/396/change/?_changelist_filters=p%3D1 HTTP/1.1" 200 291565 INFO 2025-08-19 18:08:35,051 basehttp 35408 6157266944 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 WARNING 2025-08-19 18:08:35,052 log 35408 6123614208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:08:35,052 basehttp 35408 6123614208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:08:35,054 basehttp 35408 6140440576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:08:35,079 basehttp 35408 6140440576 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-08-19 18:08:56,497 basehttp 35408 6140440576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 18:08:56,695 basehttp 35408 6123614208 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:09:06,065 basehttp 35408 6123614208 "POST /en/admin/inpatients/ward/396/change/?_changelist_filters=p%3D1 HTTP/1.1" 200 295280 WARNING 2025-08-19 18:09:06,085 log 35408 6140440576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:09:06,085 basehttp 35408 6140440576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:09:06,086 basehttp 35408 6123614208 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:09:18,410 basehttp 35408 6123614208 "GET /en/admin/inpatients/ward/396/change/?_changelist_filters=p%3D1 HTTP/1.1" 200 291565 WARNING 2025-08-19 18:09:18,431 log 35408 6123614208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:09:18,431 basehttp 35408 6123614208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:09:27,019 basehttp 35408 6123614208 "GET /en/admin/inpatients/ward/?p=1 HTTP/1.1" 200 149333 WARNING 2025-08-19 18:09:27,038 log 35408 6123614208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:09:27,038 basehttp 35408 6123614208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:09:56,605 basehttp 35408 6123614208 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:09:56,912 autoreload 35408 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py changed, reloading. INFO 2025-08-19 18:09:57,192 autoreload 36951 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 18:09:57,851 basehttp 36951 6170357760 "GET /en/admin/inpatients/ward/?p=1 HTTP/1.1" 200 157065 WARNING 2025-08-19 18:09:57,878 log 36951 6170357760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:09:57,879 basehttp 36951 6170357760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:09:57,880 basehttp 36951 6187184128 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:10:05,386 basehttp 36951 6187184128 "GET /en/admin/inpatients/ward/?o=1.8.9.2 HTTP/1.1" 200 159756 WARNING 2025-08-19 18:10:05,413 log 36951 6187184128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:10:05,413 basehttp 36951 6187184128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:10:05,414 basehttp 36951 6170357760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:10:10,553 basehttp 36951 6170357760 "GET /en/admin/inpatients/ward/608/change/?_changelist_filters=o%3D1.8.9.2 HTTP/1.1" 200 287799 WARNING 2025-08-19 18:10:10,580 log 36951 6170357760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:10:10,580 basehttp 36951 6170357760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:10:10,581 basehttp 36951 6187184128 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:10:23,985 basehttp 36951 6187184128 "POST /en/admin/inpatients/ward/608/change/?_changelist_filters=o%3D1.8.9.2 HTTP/1.1" 200 291349 WARNING 2025-08-19 18:10:24,004 log 36951 6187184128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:10:24,005 basehttp 36951 6187184128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:10:24,005 basehttp 36951 6170357760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:10:45,771 basehttp 36951 6170357760 "POST /en/admin/inpatients/ward/608/change/?_changelist_filters=o%3D1.8.9.2 HTTP/1.1" 200 291336 WARNING 2025-08-19 18:10:45,789 log 36951 6170357760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:10:45,789 basehttp 36951 6170357760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:10:45,790 basehttp 36951 6187184128 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:10:52,658 basehttp 36951 6187184128 "POST /en/admin/inpatients/ward/608/change/?_changelist_filters=o%3D1.8.9.2 HTTP/1.1" 200 291334 WARNING 2025-08-19 18:10:52,678 log 36951 6187184128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:10:52,678 basehttp 36951 6187184128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:10:52,679 basehttp 36951 6170357760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:10:56,441 basehttp 36951 6170357760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 18:10:56,634 basehttp 36951 6187184128 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:11:00,270 basehttp 36951 6187184128 "POST /en/admin/inpatients/ward/608/change/?_changelist_filters=o%3D1.8.9.2 HTTP/1.1" 200 291175 WARNING 2025-08-19 18:11:00,286 log 36951 6187184128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:11:00,286 basehttp 36951 6187184128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:11:00,288 basehttp 36951 6170357760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:11:24,877 autoreload 36951 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-19 18:11:50,167 autoreload 37876 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 18:11:56,649 basehttp 37876 6155333632 "GET /en/admin/inpatients/ward/608/change/?_changelist_filters=o%3D1.8.9.2 HTTP/1.1" 200 287799 WARNING 2025-08-19 18:11:56,669 log 37876 6155333632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:11:56,670 basehttp 37876 6155333632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:11:56,810 basehttp 37876 6172160000 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:11:56,902 basehttp 37876 6172160000 "GET /en/admin/inpatients/ward/?o=1.8.9.2 HTTP/1.1" 200 159756 WARNING 2025-08-19 18:11:56,913 log 37876 6172160000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:11:56,914 basehttp 37876 6172160000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:12:06,603 basehttp 37876 6172160000 "GET /en/admin/inpatients/ward/608/change/?_changelist_filters=o%3D1.8.9.2 HTTP/1.1" 200 287799 WARNING 2025-08-19 18:12:06,631 log 37876 6172160000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:12:06,631 basehttp 37876 6172160000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:12:06,632 basehttp 37876 6155333632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:12:15,139 basehttp 37876 6155333632 "POST /en/admin/inpatients/ward/608/change/?_changelist_filters=o%3D1.8.9.2 HTTP/1.1" 200 291191 WARNING 2025-08-19 18:12:15,158 log 37876 6155333632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:12:15,158 basehttp 37876 6155333632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:12:15,158 basehttp 37876 6172160000 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:12:56,427 basehttp 37876 6172160000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 18:12:56,610 basehttp 37876 6155333632 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:12:57,006 basehttp 37876 6155333632 "POST /en/admin/inpatients/ward/608/change/?_changelist_filters=o%3D1.8.9.2 HTTP/1.1" 302 0 INFO 2025-08-19 18:12:57,081 basehttp 37876 6155333632 "GET /en/admin/inpatients/ward/?o=1.8.9.2 HTTP/1.1" 200 159999 WARNING 2025-08-19 18:12:57,102 log 37876 6155333632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:12:57,103 basehttp 37876 6155333632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:12:57,103 basehttp 37876 6172160000 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:13:09,787 basehttp 37876 6172160000 "GET /en/admin/inpatients/ward/608/change/?_changelist_filters=o%3D1.8.9.2 HTTP/1.1" 200 288366 WARNING 2025-08-19 18:13:09,814 log 37876 6172160000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:13:09,814 basehttp 37876 6172160000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:13:09,815 basehttp 37876 6155333632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:13:21,018 basehttp 37876 6155333632 "POST /en/admin/inpatients/ward/608/change/?_changelist_filters=o%3D1.8.9.2 HTTP/1.1" 302 0 INFO 2025-08-19 18:13:21,091 basehttp 37876 6155333632 "GET /en/admin/inpatients/ward/?o=1.8.9.2 HTTP/1.1" 200 159999 WARNING 2025-08-19 18:13:21,112 log 37876 6155333632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:13:21,112 basehttp 37876 6155333632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:13:21,113 basehttp 37876 6172160000 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:13:32,773 basehttp 37876 6172160000 "GET /en/admin/inpatients/ward/608/change/?_changelist_filters=o%3D1.8.9.2 HTTP/1.1" 200 288366 WARNING 2025-08-19 18:13:32,795 log 37876 6172160000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:13:32,795 basehttp 37876 6172160000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:13:32,796 basehttp 37876 6155333632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:13:54,499 basehttp 37876 6155333632 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 207467 WARNING 2025-08-19 18:13:54,523 log 37876 6155333632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:13:54,524 basehttp 37876 6155333632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:13:54,525 basehttp 37876 6172160000 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:13:56,624 basehttp 37876 6172160000 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:14:07,702 basehttp 37876 6172160000 "GET /en/admin/inpatients/bed/8952/change/ HTTP/1.1" 200 635464 WARNING 2025-08-19 18:14:07,733 log 37876 6172160000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:14:07,734 basehttp 37876 6172160000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:14:07,734 basehttp 37876 6155333632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:14:22,183 basehttp 37876 6155333632 "POST /en/admin/inpatients/bed/8952/change/ HTTP/1.1" 200 635758 WARNING 2025-08-19 18:14:22,204 log 37876 6155333632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:14:22,204 basehttp 37876 6155333632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:14:22,205 basehttp 37876 6172160000 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:14:27,119 basehttp 37876 6172160000 "POST /en/admin/inpatients/bed/8952/change/ HTTP/1.1" 302 0 INFO 2025-08-19 18:14:27,196 basehttp 37876 6172160000 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 207726 WARNING 2025-08-19 18:14:27,223 log 37876 6155333632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:14:27,223 basehttp 37876 6155333632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:14:27,224 basehttp 37876 6172160000 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:14:34,208 basehttp 37876 6172160000 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 154481 WARNING 2025-08-19 18:14:34,236 log 37876 6172160000 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-19 18:14:34,237 basehttp 37876 6155333632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 WARNING 2025-08-19 18:14:34,238 basehttp 37876 6172160000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:14:42,386 basehttp 37876 6172160000 "GET /en/admin/inpatients/ward/?o=1.8.9.2 HTTP/1.1" 200 159784 WARNING 2025-08-19 18:14:42,415 log 37876 6172160000 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-19 18:14:42,416 basehttp 37876 6155333632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 WARNING 2025-08-19 18:14:42,416 basehttp 37876 6172160000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:14:56,441 basehttp 37876 6172160000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 18:14:56,643 basehttp 37876 6155333632 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765902 INFO 2025-08-19 18:15:00,855 basehttp 37876 6155333632 "GET /en/admin/inpatients/ward/?o=-2.1.8.9 HTTP/1.1" 200 159605 WARNING 2025-08-19 18:15:00,879 log 37876 6155333632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:15:00,880 basehttp 37876 6155333632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:15:00,880 basehttp 37876 6172160000 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:15:02,919 basehttp 37876 6172160000 "GET /en/admin/inpatients/ward/?o=2.1.8.9 HTTP/1.1" 200 158710 WARNING 2025-08-19 18:15:02,939 log 37876 6172160000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:15:02,940 basehttp 37876 6172160000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:15:02,942 basehttp 37876 6155333632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:15:26,328 basehttp 37876 6155333632 "GET /en/admin/inpatients/ward/753/change/?_changelist_filters=o%3D2.1.8.9 HTTP/1.1" 200 424089 WARNING 2025-08-19 18:15:26,357 log 37876 6155333632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:15:26,357 basehttp 37876 6155333632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:15:26,358 basehttp 37876 6172160000 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:15:56,621 basehttp 37876 6172160000 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765902 INFO 2025-08-19 18:16:56,440 basehttp 37876 6172160000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 18:16:56,643 basehttp 37876 6155333632 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765902 INFO 2025-08-19 18:17:28,100 basehttp 37876 6155333632 "POST /en/admin/inpatients/ward/753/change/?_changelist_filters=o%3D2.1.8.9 HTTP/1.1" 200 426052 WARNING 2025-08-19 18:17:28,123 log 37876 6155333632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:17:28,123 basehttp 37876 6155333632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:17:28,125 basehttp 37876 6172160000 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:17:35,628 basehttp 37876 6172160000 "POST /en/admin/inpatients/ward/753/change/?_changelist_filters=o%3D2.1.8.9 HTTP/1.1" 302 0 INFO 2025-08-19 18:17:35,690 basehttp 37876 6172160000 "GET /en/admin/inpatients/ward/?o=2.1.8.9 HTTP/1.1" 200 158952 WARNING 2025-08-19 18:17:35,720 log 37876 6172160000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:17:35,720 basehttp 37876 6172160000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:17:35,721 basehttp 37876 6155333632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:17:37,752 basehttp 37876 6155333632 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765902 INFO 2025-08-19 18:17:39,434 basehttp 37876 6155333632 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765902 WARNING 2025-08-19 18:17:39,462 log 37876 6172160000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:17:39,462 basehttp 37876 6172160000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:17:39,692 basehttp 37876 6155333632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 18:17:39,961 basehttp 37876 6155333632 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765902 INFO 2025-08-19 18:18:10,639 basehttp 37876 6155333632 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765902 INFO 2025-08-19 18:18:10,731 basehttp 37876 6155333632 "GET /en/admin/inpatients/ward/?o=2.1.8.9 HTTP/1.1" 200 158737 WARNING 2025-08-19 18:18:10,754 log 37876 6172160000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:18:10,755 basehttp 37876 6172160000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:18:10,755 basehttp 37876 6155333632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 22:44:33,792 autoreload 7575 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 22:44:35,219 basehttp 7575 6201651200 "GET / HTTP/1.1" 302 0 INFO 2025-08-19 22:44:35,257 basehttp 7575 6218477568 "GET /en/ HTTP/1.1" 302 0 INFO 2025-08-19 22:44:35,264 basehttp 7575 6218477568 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-08-19 22:44:35,279 log 7575 6201651200 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-19 22:44:35,281 basehttp 7575 6201651200 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160969 INFO 2025-08-19 22:44:39,601 basehttp 7575 6201651200 "GET /en/inpatients/beds/ HTTP/1.1" 302 0 INFO 2025-08-19 22:44:39,612 basehttp 7575 6201651200 "GET /accounts/login/?next=/en/inpatients/beds/ HTTP/1.1" 302 0 ERROR 2025-08-19 22:44:39,631 log 7575 6201651200 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-19 22:44:39,633 basehttp 7575 6201651200 "GET /en/accounts/login/?next=/en/inpatients/beds/ HTTP/1.1" 500 161353 INFO 2025-08-19 22:44:42,095 basehttp 7575 6201651200 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-08-19 22:44:42,108 basehttp 7575 6201651200 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-08-19 22:44:44,639 basehttp 7575 6201651200 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-08-19 22:44:44,658 basehttp 7575 6201651200 "GET /en/admin/ HTTP/1.1" 200 84716 INFO 2025-08-19 22:44:55,415 basehttp 7575 6201651200 "GET /en/admin/analytics/dashboard/ HTTP/1.1" 200 72865 INFO 2025-08-19 22:44:55,430 basehttp 7575 6201651200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 22:44:56,641 basehttp 7575 6201651200 "GET /en/admin/ HTTP/1.1" 200 84716 INFO 2025-08-19 22:44:58,366 basehttp 7575 6201651200 "GET /en/admin/accounts/user/ HTTP/1.1" 200 78166 INFO 2025-08-19 22:44:58,377 basehttp 7575 6218477568 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-08-19 22:44:58,379 basehttp 7575 6201651200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 22:45:09,607 basehttp 7575 6201651200 "GET /en/inpatients/beds/ HTTP/1.1" 200 41762 INFO 2025-08-19 22:45:10,458 basehttp 7575 6201651200 "GET /en/admin/accounts/user/1/change/ HTTP/1.1" 200 152361 INFO 2025-08-19 22:45:10,469 basehttp 7575 6201651200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 22:45:26,610 basehttp 7575 6201651200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4640 INFO 2025-08-19 22:45:30,070 basehttp 7575 6201651200 "POST /en/admin/accounts/user/1/change/ HTTP/1.1" 302 0 INFO 2025-08-19 22:45:30,088 basehttp 7575 6201651200 "GET /en/admin/accounts/user/ HTTP/1.1" 200 78382 INFO 2025-08-19 22:45:30,099 basehttp 7575 6201651200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 22:45:38,142 basehttp 7575 6201651200 "GET /en/admin/core/tenant/ HTTP/1.1" 200 93599 INFO 2025-08-19 22:45:38,153 basehttp 7575 6201651200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 22:52:22,575 autoreload 11063 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 22:52:25,415 basehttp 11063 6165540864 "GET /en/admin/core/tenant/ HTTP/1.1" 302 0 INFO 2025-08-19 22:52:25,428 basehttp 11063 6165540864 "GET /en/admin/login/?next=/en/admin/core/tenant/ HTTP/1.1" 200 4236 INFO 2025-08-19 22:52:25,507 basehttp 11063 6165540864 "GET /en/inpatients/beds/ HTTP/1.1" 302 0 INFO 2025-08-19 22:52:25,513 basehttp 11063 6165540864 "GET /accounts/login/?next=/en/inpatients/beds/ HTTP/1.1" 302 0 ERROR 2025-08-19 22:52:25,528 log 11063 6182367232 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-19 22:52:25,530 basehttp 11063 6182367232 "GET /en/accounts/login/?next=/en/inpatients/beds/ HTTP/1.1" 500 161353 INFO 2025-08-19 22:52:26,973 basehttp 11063 6182367232 "POST /en/admin/login/?next=/en/admin/core/tenant/ HTTP/1.1" 302 0 INFO 2025-08-19 22:52:26,994 basehttp 11063 6182367232 "GET /en/admin/core/tenant/ HTTP/1.1" 200 70565 INFO 2025-08-19 22:52:27,012 basehttp 11063 6182367232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 22:52:40,215 basehttp 11063 6182367232 "GET /en/admin/accounts/user/ HTTP/1.1" 200 73576 INFO 2025-08-19 22:52:40,227 basehttp 11063 6182367232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 22:52:41,414 basehttp 11063 6182367232 "GET /en/admin/accounts/user/1/change/ HTTP/1.1" 200 149184 INFO 2025-08-19 22:52:41,428 basehttp 11063 6182367232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 22:52:46,984 basehttp 11063 6182367232 "POST /en/admin/accounts/user/1/change/ HTTP/1.1" 302 0 INFO 2025-08-19 22:52:47,001 basehttp 11063 6182367232 "GET /en/admin/accounts/user/ HTTP/1.1" 200 73792 INFO 2025-08-19 22:52:47,016 basehttp 11063 6182367232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 22:52:51,866 basehttp 11063 6182367232 "GET /en/admin/accounts/usersession/ HTTP/1.1" 200 68705 INFO 2025-08-19 22:52:51,880 basehttp 11063 6182367232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 22:52:53,077 basehttp 11063 6182367232 "GET /en/admin/accounts/twofactordevice/ HTTP/1.1" 200 67629 INFO 2025-08-19 22:52:53,090 basehttp 11063 6182367232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 22:52:55,616 basehttp 11063 6182367232 "GET /en/admin/accounts/socialaccount/ HTTP/1.1" 200 67517 INFO 2025-08-19 22:52:55,630 basehttp 11063 6182367232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 22:52:56,644 basehttp 11063 6182367232 "GET /en/admin/accounts/passwordhistory/ HTTP/1.1" 200 67245 INFO 2025-08-19 22:52:56,657 basehttp 11063 6182367232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 22:52:58,191 basehttp 11063 6182367232 "GET /en/admin/accounts/user/ HTTP/1.1" 200 73576 INFO 2025-08-19 22:52:58,204 basehttp 11063 6182367232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:09:31,607 autoreload 18736 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 23:09:34,060 basehttp 18736 6155513856 "GET /en/admin/accounts/user/ HTTP/1.1" 200 105683 INFO 2025-08-19 23:09:34,077 basehttp 18736 6155513856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:09:44,158 basehttp 18736 6155513856 "GET /en/admin/hr/employee/ HTTP/1.1" 200 150894 INFO 2025-08-19 23:09:44,168 basehttp 18736 6155513856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:10:04,061 basehttp 18736 6155513856 "GET /en/admin/hr/department/ HTTP/1.1" 200 82113 INFO 2025-08-19 23:10:04,073 basehttp 18736 6155513856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:10:21,574 basehttp 18736 6155513856 "GET /en/inpatients/beds/ HTTP/1.1" 200 41762 INFO 2025-08-19 23:10:23,076 basehttp 18736 6155513856 "GET /en/inpatients/beds/ HTTP/1.1" 200 41762 INFO 2025-08-19 23:10:23,186 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:10:23,194 basehttp 18736 6172340224 "GET /en/inpatients/beds/ HTTP/1.1" 200 41762 INFO 2025-08-19 23:10:25,656 basehttp 18736 6172340224 "GET / HTTP/1.1" 302 0 INFO 2025-08-19 23:10:25,669 basehttp 18736 6155513856 "GET /en/ HTTP/1.1" 200 46915 INFO 2025-08-19 23:10:25,758 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:10:25,771 basehttp 18736 13052751872 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1042 INFO 2025-08-19 23:10:25,772 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:10:25,775 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:10:56,572 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:11:13,500 basehttp 18736 6172340224 "GET /en/admin/accounts/user/ HTTP/1.1" 200 105683 INFO 2025-08-19 23:11:13,512 basehttp 18736 6172340224 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:11:26,602 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:11:26,606 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:11:26,606 basehttp 18736 13052751872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:11:56,593 basehttp 18736 13052751872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:12:26,597 basehttp 18736 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:12:26,600 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:12:26,604 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:12:56,597 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:13:26,606 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:13:26,606 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:13:26,608 basehttp 18736 13052751872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:13:56,598 basehttp 18736 13052751872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:14:26,611 basehttp 18736 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:14:26,611 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:14:26,614 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:14:56,607 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:15:26,595 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:15:26,595 basehttp 18736 13052751872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:15:26,599 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:15:56,824 basehttp 18736 13035925504 "GET /en/admin/accounts/user/ HTTP/1.1" 200 105683 INFO 2025-08-19 23:15:56,838 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:15:57,581 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:16:00,691 basehttp 18736 13035925504 "GET /en/admin/appointments/appointmentrequest/ HTTP/1.1" 200 73246 INFO 2025-08-19 23:16:00,706 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:16:02,516 basehttp 18736 13035925504 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 74950 INFO 2025-08-19 23:16:02,528 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:16:08,319 basehttp 18736 13035925504 "GET /en/admin/appointments/telemedicinesession/ HTTP/1.1" 200 69991 INFO 2025-08-19 23:16:08,335 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:16:10,375 basehttp 18736 13035925504 "GET /en/admin/appointments/slotavailability/ HTTP/1.1" 200 161161 INFO 2025-08-19 23:16:10,390 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:16:27,583 basehttp 18736 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:16:27,583 basehttp 18736 13052751872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:16:28,586 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:16:33,535 basehttp 18736 13035925504 "GET /en/admin/appointments/slotavailability/?p=8 HTTP/1.1" 200 163903 INFO 2025-08-19 23:16:33,556 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:16:39,419 basehttp 18736 13035925504 "GET /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 163787 INFO 2025-08-19 23:16:39,429 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:16:50,047 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 86541 INFO 2025-08-19 23:16:50,058 basehttp 18736 13035925504 "GET /static/admin/js/cancel.js HTTP/1.1" 200 884 INFO 2025-08-19 23:16:52,681 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 302 0 INFO 2025-08-19 23:16:52,729 basehttp 18736 13035925504 "GET /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 164003 INFO 2025-08-19 23:16:52,747 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:16:57,048 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 86578 INFO 2025-08-19 23:16:59,355 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 302 0 INFO 2025-08-19 23:16:59,399 basehttp 18736 13035925504 "GET /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 163877 INFO 2025-08-19 23:16:59,417 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:17:02,830 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 86547 INFO 2025-08-19 23:17:05,170 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 302 0 INFO 2025-08-19 23:17:05,217 basehttp 18736 13035925504 "GET /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 163785 INFO 2025-08-19 23:17:05,233 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:17:09,325 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 86506 INFO 2025-08-19 23:17:11,354 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 302 0 INFO 2025-08-19 23:17:11,401 basehttp 18736 13035925504 "GET /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 163666 INFO 2025-08-19 23:17:11,418 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:17:14,613 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 86471 INFO 2025-08-19 23:17:16,916 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 302 0 INFO 2025-08-19 23:17:16,964 basehttp 18736 13035925504 "GET /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 163794 INFO 2025-08-19 23:17:16,979 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:17:20,237 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 86541 INFO 2025-08-19 23:17:21,784 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 302 0 INFO 2025-08-19 23:17:21,831 basehttp 18736 13035925504 "GET /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 163869 INFO 2025-08-19 23:17:21,849 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:17:25,582 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:17:25,675 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 86536 INFO 2025-08-19 23:17:27,966 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 302 0 INFO 2025-08-19 23:17:28,014 basehttp 18736 13035925504 "GET /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 163907 INFO 2025-08-19 23:17:28,031 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:17:30,908 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 86553 INFO 2025-08-19 23:17:32,614 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 302 0 INFO 2025-08-19 23:17:32,653 basehttp 18736 13035925504 "GET /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 136256 INFO 2025-08-19 23:17:32,667 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:17:36,631 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 80068 INFO 2025-08-19 23:17:39,011 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 302 0 INFO 2025-08-19 23:17:39,029 basehttp 18736 13035925504 "GET /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 72921 INFO 2025-08-19 23:17:39,042 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:17:40,948 basehttp 18736 13035925504 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 73507 INFO 2025-08-19 23:17:40,964 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:17:42,047 basehttp 18736 13035925504 "GET /en/admin/appointments/appointmenttemplate/ HTTP/1.1" 200 76618 INFO 2025-08-19 23:17:42,059 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:17:47,428 basehttp 18736 13035925504 "POST /en/admin/appointments/appointmenttemplate/ HTTP/1.1" 200 67322 INFO 2025-08-19 23:17:48,436 basehttp 18736 13035925504 "POST /en/admin/appointments/appointmenttemplate/ HTTP/1.1" 302 0 INFO 2025-08-19 23:17:48,458 basehttp 18736 13035925504 "GET /en/admin/appointments/appointmenttemplate/ HTTP/1.1" 200 68053 INFO 2025-08-19 23:17:48,471 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:17:50,262 basehttp 18736 13035925504 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 74950 INFO 2025-08-19 23:17:50,278 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:17:54,154 basehttp 18736 13035925504 "POST /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 66773 INFO 2025-08-19 23:17:55,693 basehttp 18736 13035925504 "POST /en/admin/appointments/waitingqueue/ HTTP/1.1" 302 0 INFO 2025-08-19 23:17:55,709 basehttp 18736 13035925504 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 67995 INFO 2025-08-19 23:17:55,723 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:18:25,615 basehttp 18736 6172340224 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:18:25,615 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:18:25,617 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:19:25,609 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:19:25,609 basehttp 18736 6172340224 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:19:25,611 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:20:25,600 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:20:25,604 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:20:25,604 basehttp 18736 6155513856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:21:25,585 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:22:25,608 basehttp 18736 6172340224 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:22:25,610 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:22:25,611 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:23:25,633 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:23:25,635 basehttp 18736 6172340224 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:23:25,635 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:23:49,134 basehttp 18736 13035925504 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 67851 INFO 2025-08-19 23:23:49,147 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:24:25,625 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:24:25,626 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:24:59,309 basehttp 18736 13035925504 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 74962 INFO 2025-08-19 23:24:59,323 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:25:03,600 basehttp 18736 13035925504 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 71549 INFO 2025-08-19 23:25:03,610 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:25:25,621 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:25:25,622 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:25:37,118 basehttp 18736 6172340224 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 141664 INFO 2025-08-19 23:25:37,134 basehttp 18736 6172340224 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:26:07,313 basehttp 18736 6172340224 "POST /en/admin/inpatients/admission/ HTTP/1.1" 200 90091 INFO 2025-08-19 23:26:10,561 basehttp 18736 6172340224 "POST /en/admin/inpatients/admission/ HTTP/1.1" 302 0 INFO 2025-08-19 23:26:10,578 basehttp 18736 6172340224 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 72650 INFO 2025-08-19 23:26:10,594 basehttp 18736 6172340224 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:26:17,279 basehttp 18736 6172340224 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 147550 INFO 2025-08-19 23:26:17,294 basehttp 18736 6172340224 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:26:24,810 basehttp 18736 6172340224 "POST /en/admin/inpatients/bed/ HTTP/1.1" 200 82837 INFO 2025-08-19 23:26:25,635 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:26:25,637 basehttp 18736 6155513856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:26:25,637 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:26:27,277 basehttp 18736 13035925504 "POST /en/admin/inpatients/bed/ HTTP/1.1" 302 0 INFO 2025-08-19 23:26:27,317 basehttp 18736 13035925504 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 147169 INFO 2025-08-19 23:26:27,333 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:26:30,404 basehttp 18736 13035925504 "POST /en/admin/inpatients/bed/ HTTP/1.1" 200 82583 INFO 2025-08-19 23:26:32,969 basehttp 18736 13035925504 "POST /en/admin/inpatients/bed/ HTTP/1.1" 302 0 INFO 2025-08-19 23:26:33,029 basehttp 18736 13035925504 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 147878 INFO 2025-08-19 23:26:33,048 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:26:37,251 basehttp 18736 13035925504 "POST /en/admin/inpatients/bed/ HTTP/1.1" 200 82983 INFO 2025-08-19 23:26:39,139 basehttp 18736 13035925504 "POST /en/admin/inpatients/bed/ HTTP/1.1" 302 0 INFO 2025-08-19 23:26:39,173 basehttp 18736 13035925504 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 129412 INFO 2025-08-19 23:26:39,196 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:26:43,407 basehttp 18736 13035925504 "POST /en/admin/inpatients/bed/ HTTP/1.1" 200 78654 INFO 2025-08-19 23:26:45,441 basehttp 18736 13035925504 "POST /en/admin/inpatients/bed/ HTTP/1.1" 302 0 INFO 2025-08-19 23:26:45,459 basehttp 18736 13035925504 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 71400 INFO 2025-08-19 23:26:45,475 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:26:49,889 basehttp 18736 13035925504 "GET /en/admin/inpatients/dischargesummary/ HTTP/1.1" 200 70297 INFO 2025-08-19 23:26:49,902 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:26:54,038 basehttp 18736 13035925504 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 70629 INFO 2025-08-19 23:26:54,053 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:26:59,114 basehttp 18736 13035925504 "GET /en/admin/inpatients/transfer/ HTTP/1.1" 200 72073 INFO 2025-08-19 23:26:59,128 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:27:05,664 basehttp 18736 13035925504 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 82510 INFO 2025-08-19 23:27:05,677 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:27:10,606 basehttp 18736 13035925504 "POST /en/admin/inpatients/ward/ HTTP/1.1" 200 69981 INFO 2025-08-19 23:27:12,526 basehttp 18736 13035925504 "POST /en/admin/inpatients/ward/ HTTP/1.1" 302 0 INFO 2025-08-19 23:27:12,545 basehttp 18736 13035925504 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 70705 INFO 2025-08-19 23:27:12,560 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:27:25,613 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:27:25,614 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:28:25,628 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:28:25,630 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:29:25,618 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:29:25,619 basehttp 18736 6172340224 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:29:25,620 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:30:25,628 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:30:25,628 basehttp 18736 6155513856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:30:25,630 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:31:25,605 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:32:25,644 basehttp 18736 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:32:25,644 basehttp 18736 6172340224 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:32:25,646 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:33:25,605 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:34:25,641 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:34:25,643 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:34:25,644 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:35:25,612 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:35:25,620 basehttp 18736 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:35:25,621 basehttp 18736 6155513856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:36:25,622 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:37:25,646 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:37:25,646 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:37:25,648 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:38:25,683 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:38:25,685 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:38:25,686 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:39:25,627 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:40:25,624 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:40:25,625 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:40:25,626 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:41:25,649 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:41:25,651 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:41:25,652 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:42:25,627 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:43:25,649 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:43:25,650 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:43:25,652 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:44:25,629 basehttp 18736 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:44:25,629 basehttp 18736 6155513856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:44:25,631 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:45:25,643 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:45:25,644 basehttp 18736 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:45:25,644 basehttp 18736 6155513856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:46:25,633 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:46:25,638 basehttp 18736 6172340224 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:46:25,638 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:47:25,631 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:48:25,651 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:48:25,653 basehttp 18736 6172340224 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:48:25,654 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:49:25,631 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:50:25,644 basehttp 18736 6172340224 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:50:25,644 basehttp 18736 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:50:25,645 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:51:25,627 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:51:25,628 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:52:25,635 basehttp 18736 6155513856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:52:25,636 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:53:25,507 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-19 23:53:25,564 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:53:25,565 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:54:25,527 basehttp 18736 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-08-19 23:54:25,529 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:55:25,524 basehttp 18736 6155513856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:55:25,526 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:56:25,535 basehttp 18736 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-08-19 23:56:25,535 basehttp 18736 6172340224 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:56:25,537 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:57:22,189 basehttp 18736 6155513856 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 82620 INFO 2025-08-19 23:57:22,202 basehttp 18736 6155513856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:57:25,520 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-08-19 23:57:25,522 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:57:37,299 basehttp 18736 6155513856 "GET /en/admin/inpatients/ward/13/change/ HTTP/1.1" 200 192188 INFO 2025-08-19 23:57:37,315 basehttp 18736 6155513856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:58:25,521 basehttp 18736 6155513856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:58:25,523 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:58:40,026 basehttp 18736 6172340224 "POST /en/admin/inpatients/ward/13/change/ HTTP/1.1" 302 0 INFO 2025-08-19 23:58:40,045 basehttp 18736 6172340224 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 82859 INFO 2025-08-19 23:58:40,058 basehttp 18736 6172340224 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:58:43,369 basehttp 18736 6172340224 "GET /en/admin/inpatients/ward/15/change/ HTTP/1.1" 200 209650 INFO 2025-08-19 23:58:43,386 basehttp 18736 6172340224 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:59:25,523 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-08-19 23:59:25,528 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:59:25,529 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:59:44,284 basehttp 18736 6155513856 "POST /en/admin/inpatients/ward/15/change/ HTTP/1.1" 302 0 INFO 2025-08-19 23:59:44,303 basehttp 18736 6155513856 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 82873 INFO 2025-08-19 23:59:44,315 basehttp 18736 6155513856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:00:25,508 basehttp 18736 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-08-20 00:00:25,510 basehttp 18736 6172340224 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:00:25,511 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:01:25,507 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-08-20 00:01:25,507 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:01:36,386 basehttp 18736 6155513856 "POST /en/admin/inpatients/ward/ HTTP/1.1" 200 135363 INFO 2025-08-20 00:01:40,458 basehttp 18736 6155513856 "POST /en/admin/inpatients/ward/ HTTP/1.1" 302 0 INFO 2025-08-20 00:01:40,472 basehttp 18736 6155513856 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 70705 INFO 2025-08-20 00:01:40,493 basehttp 18736 6155513856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:01:45,079 basehttp 18736 6155513856 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 71549 INFO 2025-08-20 00:01:45,094 basehttp 18736 6155513856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:01:51,757 basehttp 18736 6155513856 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 69539 INFO 2025-08-20 00:01:51,773 basehttp 18736 6155513856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:01:56,106 basehttp 18736 6155513856 "GET /en/admin/inpatients/dischargesummary/ HTTP/1.1" 200 70297 INFO 2025-08-20 00:01:56,117 basehttp 18736 6155513856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:01:58,856 basehttp 18736 6155513856 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 70629 INFO 2025-08-20 00:01:58,870 basehttp 18736 6155513856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:02:02,767 basehttp 18736 6155513856 "GET /en/admin/inpatients/transfer/ HTTP/1.1" 200 70249 INFO 2025-08-20 00:02:02,780 basehttp 18736 6155513856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:02:08,666 basehttp 18736 6155513856 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 70569 INFO 2025-08-20 00:02:08,684 basehttp 18736 6155513856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:02:25,512 basehttp 18736 6155513856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:02:25,514 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:03:25,529 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:03:25,530 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:03:25,531 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:04:25,513 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:05:25,560 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:05:25,561 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:05:25,562 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:06:25,497 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:07:25,525 basehttp 18736 6155513856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:07:25,526 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:07:25,527 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:07:46,721 basehttp 18736 13035925504 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 82851 INFO 2025-08-20 00:07:46,734 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:07:56,461 basehttp 18736 13035925504 "GET /en/admin/inpatients/ward/21/change/ HTTP/1.1" 200 311029 INFO 2025-08-20 00:07:56,480 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:08:25,447 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:08:25,448 basehttp 18736 6155513856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:08:25,450 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:08:30,345 basehttp 18736 13035925504 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 82851 INFO 2025-08-20 00:08:34,430 basehttp 18736 13035925504 "POST /en/admin/inpatients/ward/ HTTP/1.1" 200 137246 INFO 2025-08-20 00:08:38,451 basehttp 18736 13035925504 "POST /en/admin/inpatients/ward/ HTTP/1.1" 302 0 INFO 2025-08-20 00:08:38,465 basehttp 18736 13035925504 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 70705 INFO 2025-08-20 00:08:38,482 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:08:44,632 basehttp 18736 13035925504 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 71549 INFO 2025-08-20 00:08:44,647 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:08:47,633 basehttp 18736 13035925504 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 69539 INFO 2025-08-20 00:08:47,649 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:08:51,352 basehttp 18736 13035925504 "GET /en/admin/inpatients/dischargesummary/ HTTP/1.1" 200 70297 INFO 2025-08-20 00:08:51,367 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:08:54,651 basehttp 18736 13035925504 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 70629 INFO 2025-08-20 00:08:54,665 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:09:05,039 basehttp 18736 13035925504 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 70629 INFO 2025-08-20 00:09:05,052 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:09:09,684 basehttp 18736 13035925504 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 137735 INFO 2025-08-20 00:09:09,700 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:09:17,569 basehttp 18736 13035925504 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 144413 INFO 2025-08-20 00:09:17,580 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:09:25,441 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:09:25,444 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:09:28,015 basehttp 18736 13035925504 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 82680 INFO 2025-08-20 00:09:28,030 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:09:30,818 basehttp 18736 13035925504 "GET /en/admin/inpatients/ward/33/change/ HTTP/1.1" 200 280636 INFO 2025-08-20 00:09:30,835 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:09:38,580 basehttp 18736 13035925504 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 82680 INFO 2025-08-20 00:09:39,754 basehttp 18736 13035925504 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 144413 INFO 2025-08-20 00:10:23,879 basehttp 18736 13035925504 "GET /en/admin/inpatients/bed/1189/change/ HTTP/1.1" 200 115754 INFO 2025-08-20 00:10:23,895 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:10:25,456 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:10:25,456 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:10:25,457 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:10:56,652 basehttp 18736 6155513856 "POST /en/admin/inpatients/bed/1189/change/ HTTP/1.1" 302 0 INFO 2025-08-20 00:10:56,698 basehttp 18736 6155513856 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 144678 INFO 2025-08-20 00:10:56,715 basehttp 18736 6155513856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:10:59,845 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:11:01,419 basehttp 18736 6155513856 "GET /en/ HTTP/1.1" 200 46900 INFO 2025-08-20 00:11:01,507 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:11:01,509 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:11:01,511 basehttp 18736 13052751872 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-20 00:11:01,512 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:11:10,958 basehttp 18736 6172340224 "GET /en/patients/ HTTP/1.1" 200 139520 INFO 2025-08-20 00:11:10,991 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:11:10,993 basehttp 18736 13052751872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-08-20 00:11:19,236 basehttp 18736 13052751872 "GET /en/patients/patientprofile/49/details/ HTTP/1.1" 200 36894 ERROR 2025-08-20 00:11:19,309 log 18736 6155513856 Internal Server Error: /en/patients/htmx/appointments/49/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' INFO 2025-08-20 00:11:19,310 basehttp 18736 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 ERROR 2025-08-20 00:11:19,310 basehttp 18736 6155513856 "GET /en/patients/htmx/appointments/49/ HTTP/1.1" 500 64057 ERROR 2025-08-20 00:11:19,321 log 18736 6172340224 Internal Server Error: /en/patients/htmx/emergency-contacts/49/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-20 00:11:19,325 basehttp 18736 6172340224 "GET /en/patients/htmx/emergency-contacts/49/ HTTP/1.1" 500 90649 ERROR 2025-08-20 00:11:19,343 log 18736 13035925504 Internal Server Error: /en/patients/insurance-info/49/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-20 00:11:19,344 basehttp 18736 13035925504 "GET /en/patients/insurance-info/49/ HTTP/1.1" 500 109627 INFO 2025-08-20 00:11:37,254 basehttp 18736 13035925504 "GET /en/patients/patientprofile/42/details/ HTTP/1.1" 200 36909 ERROR 2025-08-20 00:11:37,321 log 18736 13052751872 Internal Server Error: /en/patients/htmx/appointments/42/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' INFO 2025-08-20 00:11:37,323 basehttp 18736 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 ERROR 2025-08-20 00:11:37,324 basehttp 18736 13052751872 "GET /en/patients/htmx/appointments/42/ HTTP/1.1" 500 64057 ERROR 2025-08-20 00:11:37,335 log 18736 6172340224 Internal Server Error: /en/patients/htmx/emergency-contacts/42/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-20 00:11:37,337 basehttp 18736 6172340224 "GET /en/patients/htmx/emergency-contacts/42/ HTTP/1.1" 500 90494 ERROR 2025-08-20 00:11:37,355 log 18736 6155513856 Internal Server Error: /en/patients/insurance-info/42/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-20 00:11:37,356 basehttp 18736 6155513856 "GET /en/patients/insurance-info/42/ HTTP/1.1" 500 109627 INFO 2025-08-20 00:11:41,500 basehttp 18736 6155513856 "GET /en/patients/htmx/insurance-info/42/ HTTP/1.1" 200 153 INFO 2025-08-20 00:11:47,594 basehttp 18736 6155513856 "GET /en/patients/ HTTP/1.1" 200 139520 INFO 2025-08-20 00:11:47,645 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:11:47,647 basehttp 18736 6172340224 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-08-20 00:11:53,213 basehttp 18736 6172340224 "GET /en/patients/htmx/insurance-info/43/ HTTP/1.1" 200 568 INFO 2025-08-20 00:11:59,034 basehttp 18736 6172340224 "GET /en/patients/htmx/consent-forms/24/ HTTP/1.1" 200 590 INFO 2025-08-20 00:12:07,796 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:12:07,797 basehttp 18736 13052751872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:12:07,799 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:12:16,370 basehttp 18736 6172340224 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 137735 INFO 2025-08-20 00:12:16,388 basehttp 18736 6172340224 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:12:38,432 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:13:08,438 basehttp 18736 13052751872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:13:08,438 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:13:09,421 basehttp 18736 13052751872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:13:40,535 basehttp 18736 13052751872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:14:09,440 basehttp 18736 6172340224 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:14:09,440 basehttp 18736 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:14:11,422 basehttp 18736 13052751872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:14:42,428 basehttp 18736 13052751872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:14:47,012 basehttp 18736 13052751872 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 82680 INFO 2025-08-20 00:14:47,028 basehttp 18736 13052751872 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:14:50,451 basehttp 18736 13052751872 "POST /en/admin/inpatients/ward/ HTTP/1.1" 200 138365 INFO 2025-08-20 00:14:56,894 basehttp 18736 13052751872 "POST /en/admin/inpatients/ward/ HTTP/1.1" 302 0 INFO 2025-08-20 00:14:56,908 basehttp 18736 13052751872 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 70705 INFO 2025-08-20 00:14:56,925 basehttp 18736 13052751872 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:15:10,417 basehttp 18736 13052751872 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 82823 INFO 2025-08-20 00:15:10,421 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:15:10,421 basehttp 18736 6155513856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:15:10,432 basehttp 18736 6172340224 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:15:19,363 basehttp 18736 6172340224 "GET /en/admin/inpatients/ward/44/change/ HTTP/1.1" 200 262871 INFO 2025-08-20 00:15:19,381 basehttp 18736 6172340224 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:15:24,239 basehttp 18736 6172340224 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 82823 INFO 2025-08-20 00:15:25,304 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:15:26,601 basehttp 18736 6172340224 "GET /en/ HTTP/1.1" 200 46902 INFO 2025-08-20 00:15:26,665 basehttp 18736 13052751872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:15:26,665 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:15:26,666 basehttp 18736 13035925504 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-20 00:15:26,668 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:15:29,422 basehttp 18736 6155513856 "GET /en/inpatients/ HTTP/1.1" 200 41809 INFO 2025-08-20 00:15:29,480 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:15:29,481 basehttp 18736 13035925504 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 00:15:29,502 basehttp 18736 6172340224 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611566 INFO 2025-08-20 00:15:37,207 basehttp 18736 6172340224 "GET /en/inpatients/beds/ HTTP/1.1" 200 660590 INFO 2025-08-20 00:15:37,271 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:15:37,322 basehttp 18736 6172340224 "GET /en/inpatients/beds/ HTTP/1.1" 200 660590 INFO 2025-08-20 00:16:07,335 basehttp 18736 6172340224 "GET /en/inpatients/beds/ HTTP/1.1" 200 660590 INFO 2025-08-20 00:16:37,281 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:16:37,334 basehttp 18736 6172340224 "GET /en/inpatients/beds/ HTTP/1.1" 200 660590 INFO 2025-08-20 00:17:02,679 basehttp 18736 6172340224 "GET /en/inpatients/beds/ HTTP/1.1" 200 660224 INFO 2025-08-20 00:17:02,733 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:17:02,779 basehttp 18736 6172340224 "GET /en/inpatients/beds/ HTTP/1.1" 200 660224 INFO 2025-08-20 00:17:32,855 basehttp 18736 6172340224 "GET /en/inpatients/beds/ HTTP/1.1" 200 660224 INFO 2025-08-20 00:17:47,501 basehttp 18736 6172340224 "GET /en/inpatients/beds/ HTTP/1.1" 200 660041 INFO 2025-08-20 00:17:47,555 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:17:47,603 basehttp 18736 6172340224 "GET /en/inpatients/beds/ HTTP/1.1" 200 660041 INFO 2025-08-20 00:18:08,438 basehttp 18736 6172340224 "GET /en/inpatients/beds/ HTTP/1.1" 200 660224 INFO 2025-08-20 00:18:08,499 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:18:08,549 basehttp 18736 6172340224 "GET /en/inpatients/beds/ HTTP/1.1" 200 660224 ERROR 2025-08-20 00:18:36,079 log 18736 6155513856 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 682, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse some characters: occupancy_rate.|[0]||floatformat:0 ERROR 2025-08-20 00:18:36,082 basehttp 18736 6155513856 "GET /en/inpatients/beds/ HTTP/1.1" 500 262445 INFO 2025-08-20 00:18:53,971 basehttp 18736 6155513856 "GET /en/inpatients/beds/ HTTP/1.1" 200 660590 INFO 2025-08-20 00:18:54,029 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:18:54,078 basehttp 18736 6155513856 "GET /en/inpatients/beds/ HTTP/1.1" 200 660590 INFO 2025-08-20 00:19:24,088 basehttp 18736 6155513856 "GET /en/inpatients/beds/ HTTP/1.1" 200 660590 INFO 2025-08-20 00:19:49,635 autoreload 18736 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 00:19:49,962 autoreload 53318 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 00:19:50,837 basehttp 53318 6158020608 "GET /en/inpatients/beds/ HTTP/1.1" 200 659926 INFO 2025-08-20 00:19:50,900 basehttp 53318 6158020608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:19:50,948 basehttp 53318 6158020608 "GET /en/inpatients/beds/ HTTP/1.1" 200 659926 INFO 2025-08-20 00:20:20,952 basehttp 53318 6158020608 "GET /en/inpatients/beds/ HTTP/1.1" 200 659926 INFO 2025-08-20 00:20:50,911 basehttp 53318 6158020608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:20:50,964 basehttp 53318 6158020608 "GET /en/inpatients/beds/ HTTP/1.1" 200 659926 INFO 2025-08-20 00:21:15,981 autoreload 53318 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 00:21:16,317 autoreload 53952 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 00:21:18,264 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 659930 INFO 2025-08-20 00:21:18,325 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:21:18,373 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 659930 INFO 2025-08-20 00:21:48,373 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 659930 INFO 2025-08-20 00:21:56,197 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 659885 INFO 2025-08-20 00:21:56,255 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:21:56,305 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 659885 INFO 2025-08-20 00:22:26,328 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 659885 INFO 2025-08-20 00:22:56,264 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:22:56,319 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 659885 INFO 2025-08-20 00:23:26,326 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 659885 INFO 2025-08-20 00:23:56,260 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:23:56,305 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 659885 INFO 2025-08-20 00:23:56,739 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 659885 INFO 2025-08-20 00:23:56,794 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:23:56,846 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 659885 INFO 2025-08-20 00:24:26,869 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 659885 INFO 2025-08-20 00:24:36,221 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900007 INFO 2025-08-20 00:24:36,279 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:24:36,344 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900007 INFO 2025-08-20 00:24:46,418 basehttp 53952 6160101376 "GET /en/inpatients/beds/?bed_id=1739 HTTP/1.1" 200 900007 INFO 2025-08-20 00:25:06,371 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900007 INFO 2025-08-20 00:25:36,290 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:25:36,358 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900007 INFO 2025-08-20 00:26:06,352 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900007 INFO 2025-08-20 00:26:36,293 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:26:36,358 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900007 INFO 2025-08-20 00:26:47,335 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 899993 INFO 2025-08-20 00:26:47,383 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:26:47,444 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 899993 INFO 2025-08-20 00:26:49,525 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 899993 INFO 2025-08-20 00:26:49,574 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:26:49,633 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 899993 INFO 2025-08-20 00:26:56,557 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 899993 INFO 2025-08-20 00:26:56,618 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:26:56,681 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 899993 INFO 2025-08-20 00:27:09,452 basehttp 53952 6160101376 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611566 INFO 2025-08-20 00:27:11,299 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 899993 INFO 2025-08-20 00:27:11,349 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:27:11,431 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 899993 ERROR 2025-08-20 00:27:17,699 log 53952 6160101376 Internal Server Error: /en/inpatients/transfers/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'reject_transfer' not found. 'reject_transfer' is not a valid view function or pattern name. ERROR 2025-08-20 00:27:17,701 basehttp 53952 6160101376 "GET /en/inpatients/transfers/ HTTP/1.1" 500 262902 INFO 2025-08-20 00:27:29,309 basehttp 53952 6160101376 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 00:27:59,329 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:27:59,334 basehttp 53952 13723840512 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 00:27:59,358 basehttp 53952 13707014144 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611566 INFO 2025-08-20 00:28:29,312 basehttp 53952 13707014144 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 00:28:59,313 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:28:59,314 basehttp 53952 6160101376 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 00:28:59,333 basehttp 53952 13707014144 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611566 INFO 2025-08-20 00:28:59,359 basehttp 53952 6160101376 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611566 INFO 2025-08-20 00:29:29,313 basehttp 53952 6160101376 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 00:29:59,331 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:29:59,333 basehttp 53952 13723840512 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 00:29:59,357 basehttp 53952 13707014144 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611566 INFO 2025-08-20 00:30:29,318 basehttp 53952 13707014144 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 00:30:59,314 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:30:59,318 basehttp 53952 6160101376 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 00:30:59,344 basehttp 53952 13707014144 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611566 INFO 2025-08-20 00:30:59,401 basehttp 53952 6160101376 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611566 INFO 2025-08-20 00:31:29,323 basehttp 53952 6160101376 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 00:31:59,310 basehttp 53952 6160101376 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 00:31:59,324 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:31:59,328 basehttp 53952 6160101376 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 00:31:59,352 basehttp 53952 13723840512 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611566 INFO 2025-08-20 00:32:29,315 basehttp 53952 13723840512 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 00:32:59,308 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:32:59,337 basehttp 53952 13723840512 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611566 INFO 2025-08-20 00:32:59,339 basehttp 53952 6160101376 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 00:32:59,393 basehttp 53952 13707014144 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611566 INFO 2025-08-20 00:33:18,574 basehttp 53952 13707014144 "GET / HTTP/1.1" 302 0 INFO 2025-08-20 00:33:18,598 basehttp 53952 6160101376 "GET /en/ HTTP/1.1" 200 46889 INFO 2025-08-20 00:33:18,659 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:33:18,664 basehttp 53952 13740666880 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-20 00:33:18,665 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:33:18,665 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:33:49,392 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:34:19,491 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:34:19,492 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:34:19,494 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:34:50,471 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:35:20,488 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:35:20,489 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:35:20,490 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:35:51,467 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:36:21,489 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:36:21,489 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:36:21,491 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:46:52,128 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:46:52,128 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:46:53,109 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:47:53,128 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:47:53,129 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:47:55,119 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:48:54,119 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:48:54,120 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:48:55,109 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 01:02:55,185 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 01:02:55,190 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 01:02:55,190 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 01:08:44,109 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 01:08:44,112 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 01:08:44,112 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 01:24:50,703 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 01:35:35,441 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 01:35:35,443 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 01:35:35,444 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 01:36:35,437 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 01:36:35,438 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 01:36:35,439 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 01:37:35,417 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 01:38:35,439 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 01:38:35,440 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 01:38:35,442 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 01:47:22,718 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 01:47:22,721 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:00:13,573 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:00:13,574 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:17:26,012 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:17:26,013 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:17:26,014 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:18:26,068 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:18:26,069 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:19:26,069 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:19:26,070 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:20:26,069 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:20:26,071 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:20:26,072 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:21:26,070 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:21:26,071 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:22:26,073 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:22:26,074 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:23:26,084 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:23:26,084 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:23:26,086 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:24:26,072 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:24:26,074 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:25:26,075 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:25:26,077 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:26:26,089 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:26:26,089 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:26:26,091 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:35:30,498 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:35:30,506 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:35:30,507 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:36:30,504 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:37:30,523 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:37:30,526 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:37:30,527 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:38:30,524 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:38:30,524 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:38:30,526 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:39:30,528 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:39:30,529 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:39:30,531 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:40:30,508 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:41:30,527 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:41:30,529 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:41:30,530 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:42:30,516 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:42:30,518 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:43:30,505 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:43:30,506 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:44:30,523 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:44:30,523 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:44:30,525 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:45:30,524 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:45:30,526 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:46:30,518 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:46:30,520 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:47:30,518 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:47:30,520 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:48:30,519 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:48:30,521 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:49:30,530 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:49:30,531 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:49:30,533 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:50:30,517 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:50:30,518 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:51:30,503 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:51:30,504 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:52:30,501 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-08-20 02:52:30,504 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:53:30,502 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:53:30,505 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:54:30,502 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 02:54:30,508 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:54:30,509 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:55:30,504 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 02:55:30,506 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:56:30,510 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:56:30,512 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:57:30,508 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 02:57:30,509 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:58:30,515 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:58:30,516 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 02:58:30,518 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:59:30,507 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:59:30,508 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:59:30,508 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 03:00:30,493 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:01:30,518 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 03:01:30,518 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:01:30,519 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:02:30,501 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:02:30,501 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:03:30,503 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:03:30,504 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:04:30,506 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:04:30,508 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:05:30,518 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:05:30,518 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:05:30,519 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:06:30,507 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:07:30,527 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:07:30,528 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:07:30,529 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:08:30,515 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:08:30,516 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:09:30,516 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:09:30,518 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:10:30,512 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:10:30,515 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:11:30,524 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:11:30,525 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:11:30,528 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:12:30,516 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:12:30,517 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:13:30,513 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:13:30,515 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:14:30,518 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:14:30,519 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:14:30,519 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:15:30,531 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:15:30,533 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:15:30,534 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:16:30,514 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:17:30,528 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:17:30,529 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:17:30,531 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:18:30,528 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:18:30,529 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:18:30,529 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:19:30,506 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:20:30,532 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:20:30,533 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:20:30,534 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:21:30,546 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:21:30,546 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:21:30,548 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:22:30,719 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:22:30,719 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:22:30,720 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:23:30,530 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:24:30,546 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:24:30,551 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:24:30,552 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:25:30,533 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:26:30,560 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:26:30,560 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:26:30,561 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:27:30,533 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:28:30,555 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:28:30,556 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:28:30,559 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:29:30,531 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:30:30,554 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:30:30,556 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:30:30,557 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:31:30,558 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:31:30,559 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:31:30,559 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:32:30,538 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:33:30,561 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:33:30,562 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:33:30,564 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:34:30,558 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:34:30,559 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:34:30,560 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:35:30,540 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:36:30,575 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:36:30,576 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:36:30,577 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:37:30,588 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:37:30,590 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:38:30,590 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:38:30,593 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:54:24,692 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:54:24,693 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 03:54:24,694 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:55:24,712 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:55:24,712 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 03:55:24,714 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:56:24,685 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:12:19,088 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:12:19,091 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:12:19,093 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:13:19,046 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:13:19,050 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:13:19,051 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:14:19,029 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:15:19,055 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:15:19,055 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:15:19,057 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:16:19,027 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:17:19,039 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:17:19,039 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:17:19,040 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:18:19,040 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:18:19,042 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:19:19,019 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:19:19,020 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:20:19,038 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:20:19,044 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:20:19,045 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:21:19,026 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:21:19,027 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:22:19,049 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:22:19,049 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:22:19,050 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:23:19,044 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:23:19,044 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:23:19,046 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:24:19,025 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:25:19,035 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:25:19,036 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:25:19,038 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:26:19,047 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:26:19,049 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:26:19,050 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:27:19,044 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:27:19,044 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:27:19,046 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:28:18,970 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:28:18,970 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:28:18,971 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:29:18,936 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:30:18,966 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:30:18,968 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:30:18,969 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:31:18,961 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:31:18,961 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:31:18,963 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:32:18,985 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:32:18,985 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:32:18,985 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:33:18,943 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:34:18,961 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:34:18,961 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:34:18,962 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:35:18,960 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:35:18,962 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:35:18,963 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:36:18,948 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:36:18,949 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:37:18,946 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:37:18,948 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:38:18,938 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:38:18,943 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:38:18,943 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:39:18,946 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:39:18,948 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:40:18,938 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:40:18,939 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:41:18,942 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:41:18,944 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:42:18,940 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:42:18,940 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:42:18,942 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:43:18,939 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:43:18,940 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:44:18,890 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:44:18,892 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:45:18,896 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:45:18,896 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:45:18,898 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:46:18,877 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:46:18,878 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:47:18,879 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:47:18,881 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:48:18,888 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:48:18,889 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:48:18,891 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:49:18,885 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:49:18,887 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:49:18,887 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:50:18,865 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:51:18,886 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:51:18,887 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:51:18,889 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:52:18,881 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-08-20 04:52:18,881 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:52:18,883 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:53:18,874 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:53:18,876 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-08-20 04:53:18,876 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:54:18,857 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:55:18,865 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:55:18,867 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 04:55:18,867 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:56:18,874 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:56:18,875 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 04:56:18,876 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:57:18,845 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:58:18,870 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 04:58:18,870 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:58:18,873 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:59:18,821 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:59:18,822 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 04:59:18,824 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:00:18,820 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 05:00:18,821 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:00:18,823 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:01:18,796 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:02:18,819 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:02:18,820 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:02:18,821 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:03:18,810 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:03:18,810 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:03:18,811 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:04:18,787 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:05:18,810 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:05:18,810 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:05:18,812 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:06:18,794 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:06:18,795 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:06:18,796 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:07:18,808 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:07:18,808 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:07:18,809 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:08:18,786 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:09:18,798 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:09:18,801 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:09:18,801 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:10:18,798 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:10:18,798 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:10:18,799 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:11:18,787 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:11:18,788 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:12:18,782 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:12:18,785 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:13:18,795 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:13:18,795 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:13:18,797 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:29:13,151 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:29:13,152 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:30:13,150 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:30:13,152 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:31:13,149 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:31:13,151 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:31:13,152 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:32:13,155 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:32:13,156 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:32:13,157 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:33:13,130 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:34:13,145 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:34:13,150 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:34:13,150 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:35:13,154 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:35:13,154 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:35:13,156 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:36:13,123 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:37:13,145 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:37:13,145 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:37:13,147 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:38:13,129 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:38:13,129 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:38:13,129 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:39:13,122 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:40:13,136 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:40:13,140 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:40:13,141 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:41:13,123 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:41:13,126 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:42:13,123 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:42:13,125 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:43:13,125 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:43:13,127 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:43:13,128 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:44:13,116 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:44:13,117 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:45:13,108 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:45:13,109 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:45:13,110 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:46:13,093 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:47:13,114 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:47:13,114 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:47:13,116 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:48:13,082 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:49:13,105 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:49:13,105 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:49:13,107 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:50:13,090 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:50:13,092 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:51:13,086 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:51:13,087 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:52:13,090 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:52:13,092 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-08-20 05:52:13,093 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:53:13,102 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-08-20 05:53:13,104 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:53:13,104 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:54:13,072 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:55:13,096 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:55:13,097 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 05:55:13,099 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:56:13,095 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 05:56:13,095 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:56:13,096 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:57:13,072 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:58:13,090 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 05:58:13,090 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:58:13,091 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:59:13,078 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 05:59:13,078 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:59:13,080 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:00:13,083 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:01:13,099 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 06:01:13,100 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:01:13,102 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:02:13,084 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:02:13,087 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:03:13,080 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:03:13,082 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:04:13,084 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:04:13,088 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:05:13,087 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:05:13,087 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:06:13,070 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:06:13,071 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:07:13,057 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:07:13,059 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:08:13,083 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:08:13,087 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:08:13,088 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:09:13,071 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:09:13,075 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:09:13,075 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:10:13,061 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:11:13,079 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:11:13,080 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:11:13,081 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:12:13,072 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:12:13,072 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:12:13,073 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:13:13,079 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:13:13,080 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:13:13,082 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:14:13,055 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:14:13,061 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:14:13,061 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:15:13,052 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:16:13,289 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:16:13,289 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:16:13,291 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:17:13,279 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:17:13,280 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:17:13,281 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:18:13,265 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:19:13,283 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:19:13,284 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:19:13,285 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:20:13,294 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:20:13,295 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:20:13,296 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:21:13,275 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:22:13,275 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:22:13,276 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:22:13,277 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:23:13,290 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:23:13,291 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:23:13,293 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:24:13,286 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:24:13,286 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:24:13,288 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:25:13,257 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:26:13,272 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:26:13,277 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:26:13,278 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:27:13,274 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:27:13,276 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:28:13,272 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:28:13,275 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:29:13,284 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:29:13,286 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:29:13,288 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:30:13,275 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:30:13,277 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:31:13,276 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:31:13,277 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:32:13,271 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:32:13,271 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:32:13,273 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:33:13,263 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:33:13,265 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:33:13,265 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:34:13,275 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:34:13,276 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:34:13,277 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:35:13,257 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:36:13,267 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:36:13,267 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:36:13,269 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:37:13,257 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:37:13,258 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:37:13,259 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:38:13,258 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:38:13,261 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:39:13,253 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:39:13,255 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:40:13,268 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:40:13,269 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:40:13,270 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:41:13,260 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:41:13,262 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:42:13,257 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:42:13,259 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:43:13,268 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:43:13,268 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:43:13,271 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:44:13,251 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:44:13,253 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:45:13,271 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:45:13,272 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:45:13,274 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:46:13,246 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:47:13,387 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:47:13,388 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:47:13,390 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:48:13,382 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:48:13,383 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:48:13,384 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:49:13,366 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:50:13,392 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:50:13,392 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:50:13,393 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:51:13,379 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:51:13,380 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:52:13,381 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-08-20 06:52:13,384 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:53:13,393 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-08-20 06:53:13,394 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:53:13,396 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:54:13,381 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:54:13,383 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:55:13,383 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 06:55:13,385 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:56:13,391 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:56:13,395 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 06:56:13,398 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:57:13,398 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 06:57:13,399 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:57:13,400 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:58:13,397 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 06:58:13,398 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:58:13,400 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:59:13,374 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:00:13,374 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:00:13,381 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 07:00:13,382 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:01:13,392 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:01:13,393 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:02:13,462 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:02:13,462 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:02:13,463 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:03:13,459 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:03:13,459 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:03:13,462 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:04:13,442 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:05:13,464 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:05:13,465 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:05:13,466 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:06:13,464 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:06:13,466 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:06:13,467 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:07:13,457 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:07:13,462 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:07:13,462 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:08:13,450 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:09:13,471 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:09:13,472 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:09:13,474 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:10:13,454 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:11:13,476 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:11:13,478 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:11:13,479 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:12:13,474 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:12:13,475 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:12:13,476 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:13:13,455 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:14:13,479 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:14:13,479 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:14:13,481 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:15:13,480 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:15:13,480 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:15:13,482 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:16:13,460 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:17:13,475 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:17:13,475 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:17:13,477 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:18:13,473 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:18:13,475 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:18:13,475 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:19:13,474 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:19:13,475 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:19:13,477 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:20:13,456 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:21:13,474 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:21:13,475 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:21:13,477 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:22:13,478 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:22:13,478 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:22:13,479 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:23:13,459 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:24:13,483 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:24:13,483 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:24:13,485 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:25:13,486 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:25:13,487 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:25:13,488 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:26:13,467 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:27:13,488 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:27:13,489 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:27:13,491 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:28:13,486 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:28:13,486 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:28:13,487 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:29:13,467 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:30:13,479 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:30:13,479 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:30:13,481 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:31:13,499 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:31:13,500 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:31:13,502 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:32:13,324 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:33:13,343 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:33:13,344 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:33:13,346 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:34:13,339 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:34:13,341 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:34:13,342 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:35:13,323 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:36:13,340 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:36:13,340 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:36:13,342 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:37:13,346 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:37:13,346 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:37:13,348 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:38:13,345 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:38:13,346 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:38:13,347 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:39:13,333 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:40:13,328 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:40:13,331 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:40:13,332 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:41:13,321 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:41:13,326 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:41:13,326 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:42:13,320 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:43:13,338 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:43:13,342 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:43:13,343 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:44:13,324 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:44:13,325 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:45:13,343 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:45:13,343 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:45:13,345 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:46:13,333 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:46:13,334 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:47:13,416 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:47:13,416 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:47:13,418 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:48:13,396 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:48:13,407 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:48:13,408 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:49:13,398 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:50:13,421 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:50:13,421 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:50:13,423 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:51:13,407 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:51:13,408 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:52:13,409 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:52:13,414 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-08-20 07:52:13,416 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:53:13,409 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:53:13,410 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:54:13,411 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 07:54:13,412 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:55:13,412 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 07:55:13,412 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:55:13,414 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:56:13,424 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 07:56:13,425 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:56:13,426 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:57:13,413 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:58:13,426 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 07:58:13,427 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:58:13,429 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:59:13,427 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:59:13,427 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 07:59:13,428 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:00:13,406 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:01:13,428 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 08:01:13,429 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:01:13,430 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:02:13,429 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:02:13,431 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:02:13,433 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:03:13,412 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:03:13,420 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:03:13,420 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:04:13,442 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:05:13,469 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:05:13,470 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:05:13,472 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:06:13,438 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:07:13,470 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:07:13,470 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:07:13,471 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:08:13,469 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:08:13,470 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:08:13,472 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:09:13,448 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:10:13,469 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:10:13,473 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:10:13,474 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:11:13,474 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:11:13,476 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:11:13,477 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:12:13,454 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:13:13,478 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:13:13,478 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:13:13,481 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:14:13,472 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:14:13,473 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:14:13,473 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:15:13,465 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:16:13,480 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:16:13,481 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:16:13,483 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:17:13,468 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:17:13,470 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:18:13,471 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:18:13,473 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:19:13,464 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:19:13,464 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:19:13,466 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:20:13,456 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:20:13,458 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:21:13,451 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:21:13,452 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:22:13,458 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:22:13,460 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:22:13,461 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:23:13,456 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:23:13,457 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:24:13,453 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:24:13,455 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:25:13,470 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:25:13,471 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:25:13,472 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:26:13,454 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:26:13,455 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:27:13,470 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:27:13,472 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:27:13,473 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:28:13,452 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:29:13,471 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:29:13,472 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:29:13,473 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:30:13,455 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:30:13,456 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:31:13,457 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:31:13,457 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:32:13,470 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:32:13,470 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:32:13,472 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:33:13,467 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:33:13,468 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:34:13,331 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:34:13,332 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:35:13,335 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:35:13,336 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:35:13,337 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:36:13,345 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:36:13,347 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:36:13,348 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:37:13,322 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:38:13,326 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:38:13,335 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:38:13,337 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:39:13,334 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:40:13,338 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:40:13,341 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:40:13,343 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:41:13,341 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:41:13,342 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:41:13,344 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:42:13,319 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:43:13,344 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:43:13,345 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:43:13,346 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:44:13,329 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:44:13,331 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:45:13,330 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:45:13,331 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:46:13,341 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:46:13,341 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:46:13,343 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:47:13,328 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:47:13,330 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:48:13,329 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:48:13,330 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:49:13,331 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:49:13,333 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:49:13,334 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:50:13,293 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:51:13,314 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:51:13,314 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:51:13,316 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:52:13,310 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:52:13,310 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-08-20 08:52:13,313 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:53:13,304 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:53:13,306 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:53:13,307 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 08:54:13,301 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:55:13,315 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:55:13,317 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:55:13,318 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:56:13,302 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:56:13,305 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:57:13,303 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:57:13,303 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:57:13,304 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:58:13,304 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:58:13,305 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:59:13,301 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:59:13,303 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:00:13,313 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 09:00:13,316 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:00:13,316 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:01:13,314 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:01:13,315 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 09:01:13,317 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:02:13,289 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:03:13,311 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:03:13,312 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:03:13,313 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:04:13,312 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:04:13,312 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:04:13,315 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:05:13,339 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:06:13,364 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:06:13,365 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:06:13,366 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:07:13,350 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:07:13,352 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:08:13,350 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:08:13,353 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:09:13,362 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:09:13,364 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:09:13,365 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:10:13,342 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:10:13,345 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:10:13,345 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:11:13,342 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:12:13,363 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:12:13,364 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:12:13,366 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:13:13,363 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:13:13,364 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:13:13,365 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:14:13,340 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:15:13,362 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:15:13,364 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:15:13,365 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:16:13,360 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:16:13,361 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:16:13,362 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:17:13,360 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:17:13,362 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:17:13,363 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:18:13,339 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:19:13,364 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:19:13,364 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:19:13,365 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:20:13,352 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:21:13,354 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:21:13,355 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:21:13,356 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:22:13,350 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:22:13,352 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:22:13,357 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:23:13,339 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:24:13,362 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:24:13,364 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:24:13,366 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:25:13,370 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:25:13,370 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:25:13,372 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:26:13,354 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:26:13,356 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:27:13,356 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:27:13,359 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:28:13,368 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:28:13,369 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:28:13,371 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:29:13,363 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:29:13,363 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:29:13,364 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:30:13,348 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:31:13,368 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:31:13,368 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:31:13,369 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:32:13,349 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:32:13,351 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:32:13,351 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:33:13,367 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:33:13,367 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:33:13,368 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:34:13,339 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:35:13,367 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:35:13,367 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:35:13,368 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:36:13,339 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:36:13,340 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:36:13,342 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:37:13,319 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:38:13,342 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:38:13,342 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:38:13,344 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:39:13,338 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:39:13,340 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:39:13,341 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:40:13,343 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:40:13,344 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:40:13,345 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:41:13,320 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:42:13,340 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:42:13,342 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:42:13,343 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:43:13,339 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:43:13,339 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:43:13,340 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:44:13,317 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:45:13,339 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:45:13,339 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:45:13,341 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:46:13,340 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:46:13,340 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:46:13,341 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:47:13,331 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:47:13,334 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:47:13,335 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:48:13,311 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:49:13,339 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:49:13,339 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:49:13,341 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:50:13,330 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:50:13,331 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:51:13,339 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:51:13,340 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:51:13,342 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:52:13,342 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-08-20 09:52:13,344 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:53:13,336 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:53:13,338 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:54:13,343 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 09:54:13,345 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:54:13,347 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:55:13,333 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 09:55:13,334 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:56:13,342 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:56:13,344 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:57:13,332 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 09:57:13,334 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:58:13,334 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:58:13,334 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 09:58:13,335 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:59:13,340 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:59:13,343 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 09:59:13,343 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:00:13,324 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:01:13,347 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 10:01:13,349 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:01:13,350 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:02:13,337 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:02:13,340 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:02:13,340 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:03:13,321 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:04:13,344 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:04:13,345 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:04:13,346 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:05:13,323 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:05:13,329 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:05:13,330 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:06:13,327 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:07:13,358 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:07:13,360 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:07:13,360 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:08:13,325 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:09:13,354 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:09:13,356 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:09:13,357 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:10:13,348 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:10:13,348 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:10:13,348 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:11:13,324 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:12:13,354 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:12:13,354 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:12:13,356 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:13:13,330 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:14:13,351 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:14:13,352 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:14:13,354 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:15:13,341 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:15:13,344 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:16:13,352 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:16:13,352 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:16:13,354 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:17:13,345 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:17:13,348 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:17:13,350 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:18:13,330 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:19:13,340 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:19:13,343 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:19:13,344 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:20:13,346 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:20:13,346 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:20:13,347 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:21:13,417 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:22:13,437 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:22:13,439 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:22:13,440 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:23:13,430 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:23:13,432 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:24:13,435 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:24:13,436 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:25:13,438 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:25:13,438 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:25:13,440 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:26:13,435 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:26:13,435 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:26:13,437 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:27:13,419 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:28:13,440 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:28:13,442 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:28:13,443 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:29:13,427 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:29:13,428 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:29:13,429 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:30:13,445 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:30:13,447 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:30:13,448 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:31:13,423 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:32:13,446 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:32:13,447 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:32:13,449 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:33:13,443 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:33:13,444 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:33:13,446 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:34:13,422 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:35:13,448 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:35:13,450 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:35:13,452 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:36:13,439 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:36:13,439 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:36:13,440 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:37:13,428 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:38:13,452 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:38:13,452 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:38:13,453 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:39:13,440 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:39:13,441 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:40:13,471 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:40:13,474 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:40:13,474 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:41:13,425 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:42:13,452 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:42:13,453 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:42:13,453 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:43:13,423 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:44:13,454 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:44:13,454 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:44:13,456 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:45:13,429 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:46:13,448 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:46:13,450 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:46:13,450 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:47:13,451 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:47:13,452 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:47:13,454 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:48:13,429 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:49:13,443 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:49:13,443 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:49:13,445 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:50:13,457 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:50:13,459 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:50:13,460 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:53:47,927 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:54:47,946 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:54:47,946 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 10:54:47,947 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:55:47,963 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 10:55:47,963 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:55:47,965 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:56:47,962 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:56:47,962 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 10:56:47,963 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:57:47,936 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:58:47,963 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 10:58:47,963 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:58:47,966 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:59:47,962 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 10:59:47,962 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:59:47,964 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:00:47,938 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:01:47,965 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:01:47,966 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 11:01:47,968 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:02:47,945 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:02:47,951 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:02:47,952 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:03:47,945 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:04:47,972 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:04:47,972 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:04:47,974 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:05:47,956 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:05:47,957 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:06:47,957 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:06:47,958 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:07:47,969 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:07:47,970 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:07:47,972 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:08:47,969 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:08:47,970 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:08:47,972 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:09:47,790 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:10:47,810 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:10:47,811 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:10:47,813 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:11:47,804 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:11:47,806 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:12:47,807 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:12:47,811 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:12:47,811 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:13:47,785 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:13:47,785 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:14:47,796 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:14:47,797 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:15:47,797 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:15:47,798 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:15:47,799 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:16:47,796 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:16:47,798 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:17:47,793 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:17:47,794 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:18:47,792 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:18:47,794 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:19:47,804 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:19:47,805 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:19:47,806 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:20:47,790 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:20:47,791 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:21:47,790 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:21:47,791 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:22:47,799 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:22:47,800 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:22:47,802 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:23:47,773 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:23:47,773 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:24:47,875 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:24:47,875 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:24:47,876 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:25:47,886 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:25:47,887 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:25:47,887 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:26:47,864 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:27:47,884 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:27:47,884 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:27:47,887 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:28:47,885 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:28:47,886 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:28:47,887 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:29:47,863 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:30:47,886 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:30:47,886 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:30:47,889 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:31:47,884 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:31:47,885 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:31:47,886 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:32:47,887 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:32:47,887 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:32:47,888 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:33:47,865 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:34:47,888 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:34:47,888 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:34:47,889 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:35:47,887 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:35:47,888 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:35:47,890 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:36:47,861 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:37:47,872 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:37:47,873 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:37:47,874 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:38:47,875 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:38:47,877 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:39:47,860 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:39:47,861 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:40:47,784 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:40:47,785 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:40:47,786 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:41:47,764 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:41:47,766 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:42:47,768 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:42:47,769 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:43:47,767 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:43:47,769 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:44:47,770 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:44:47,775 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:44:47,776 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:45:47,762 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:45:47,763 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:46:47,762 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:46:47,765 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:47:47,773 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:47:47,773 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:47:47,776 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:48:47,750 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:49:47,774 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:49:47,775 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:49:47,777 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:50:47,759 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:50:47,761 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:51:47,757 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:51:47,759 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:52:47,766 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-08-20 11:52:47,767 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:52:47,768 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:53:47,757 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:53:47,758 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:54:47,761 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 11:54:47,761 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:54:47,763 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:55:51,448 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:56:03,625 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 11:56:03,626 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:56:18,937 basehttp 53952 13707014144 "GET /en/appointments/create/ HTTP/1.1" 200 36087 INFO 2025-08-20 11:56:18,999 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 11:57:19,008 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 11:58:19,015 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 11:59:19,018 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 12:00:19,012 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 12:01:19,013 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 12:02:19,022 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:03:19,018 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:04:19,026 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:05:19,027 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:06:19,029 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:06:35,243 basehttp 53952 13707014144 "GET /en/appointments/list/ HTTP/1.1" 200 130057 INFO 2025-08-20 12:06:35,285 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 12:06:43,882 log 53952 13707014144 Forbidden (CSRF token missing.): /en/appointments/check-in/2220/ WARNING 2025-08-20 12:06:43,882 basehttp 53952 13707014144 "POST /en/appointments/check-in/2220/ HTTP/1.1" 403 2491 INFO 2025-08-20 12:07:16,386 basehttp 53952 13707014144 "GET /en/inpatients/ HTTP/1.1" 200 42575 INFO 2025-08-20 12:07:16,442 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:07:16,447 basehttp 53952 6160101376 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 12:07:16,465 basehttp 53952 13723840512 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611566 INFO 2025-08-20 12:07:46,445 basehttp 53952 13723840512 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 12:08:07,197 basehttp 53952 13723840512 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:08:07,252 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:08:07,320 basehttp 53952 13723840512 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:08:37,341 basehttp 53952 13723840512 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:09:07,276 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:09:07,332 basehttp 53952 13723840512 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 WARNING 2025-08-20 12:09:19,414 log 53952 13723840512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:09:19,415 basehttp 53952 13723840512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:09:37,338 basehttp 53952 13723840512 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:10:07,268 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:10:07,332 basehttp 53952 13723840512 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:10:37,340 basehttp 53952 13723840512 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:11:07,202 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:11:07,266 basehttp 53952 13723840512 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:11:21,460 basehttp 53952 13723840512 "GET /en/inpatients/beds/?bed_id=1733 HTTP/1.1" 200 900005 INFO 2025-08-20 12:11:37,273 basehttp 53952 13723840512 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:12:07,195 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:12:07,248 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:12:37,256 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:13:07,203 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:13:07,260 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:13:37,274 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:14:07,196 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:14:07,244 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:14:37,271 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:15:07,210 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:15:07,261 basehttp 53952 13707014144 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:15:37,268 basehttp 53952 13707014144 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:16:07,228 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:16:07,295 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:16:37,248 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:17:07,202 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:17:07,260 basehttp 53952 13707014144 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:17:37,266 basehttp 53952 13707014144 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:18:07,231 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:18:07,273 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:18:37,276 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:18:57,037 autoreload 53952 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-08-20 12:18:58,206 autoreload 3903 8601149632 Watching for file changes with StatReloader WARNING 2025-08-20 12:18:58,848 log 3903 6127251456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:18:58,848 basehttp 3903 6127251456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 12:18:58,878 log 3903 6127251456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:18:58,879 basehttp 3903 6127251456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:19:07,277 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:19:07,312 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 900052 WARNING 2025-08-20 12:19:08,816 log 3903 6144077824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:19:08,816 basehttp 3903 6144077824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:19:09,663 basehttp 3903 6144077824 "GET /en/inpatients/ HTTP/1.1" 200 42575 WARNING 2025-08-20 12:19:09,676 log 3903 6144077824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:19:09,676 basehttp 3903 6144077824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:19:09,768 basehttp 3903 6144077824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:19:09,771 basehttp 3903 6127251456 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 12:19:09,818 basehttp 3903 6160904192 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611566 INFO 2025-08-20 12:19:39,765 basehttp 3903 6160904192 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 12:20:09,785 basehttp 3903 6160904192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:20:09,787 basehttp 3903 6144077824 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 12:20:09,847 basehttp 3903 6127251456 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611566 INFO 2025-08-20 12:20:39,766 basehttp 3903 6127251456 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 12:20:56,946 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 900052 WARNING 2025-08-20 12:20:56,963 log 3903 6127251456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:20:56,963 basehttp 3903 6127251456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:20:57,072 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:20:57,128 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 900052 INFO 2025-08-20 12:21:27,156 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 900052 INFO 2025-08-20 12:21:54,926 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 900494 WARNING 2025-08-20 12:21:54,943 log 3903 6127251456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:21:54,943 basehttp 3903 6127251456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:21:55,070 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:21:55,119 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 900494 INFO 2025-08-20 12:22:25,126 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 900494 INFO 2025-08-20 12:22:55,075 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:22:55,132 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 900494 INFO 2025-08-20 12:23:13,923 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 896418 WARNING 2025-08-20 12:23:13,941 log 3903 6127251456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:23:13,941 basehttp 3903 6127251456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:23:14,048 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:23:14,117 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 896418 INFO 2025-08-20 12:23:17,039 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 896418 INFO 2025-08-20 12:23:17,055 basehttp 3903 6160904192 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-20 12:23:17,056 basehttp 3903 13338013696 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-08-20 12:23:17,056 basehttp 3903 13321187328 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-08-20 12:23:17,061 log 3903 6160904192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:23:17,061 basehttp 3903 6160904192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:23:17,063 basehttp 3903 6127251456 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-20 12:23:17,067 basehttp 3903 13321187328 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-20 12:23:17,072 basehttp 3903 13304360960 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-20 12:23:17,073 basehttp 3903 6144077824 "GET /static/css/apple/app.min.css HTTP/1.1" 200 898634 INFO 2025-08-20 12:23:17,077 basehttp 3903 13338013696 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-20 12:23:17,118 basehttp 3903 6144077824 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-20 12:23:17,118 basehttp 3903 13338013696 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-20 12:23:17,118 basehttp 3903 6127251456 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-20 12:23:17,120 basehttp 3903 13304360960 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-20 12:23:17,121 basehttp 3903 13321187328 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-20 12:23:17,123 basehttp 3903 6160904192 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-20 12:23:17,124 basehttp 3903 13321187328 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-20 12:23:17,124 basehttp 3903 13304360960 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-20 12:23:17,124 basehttp 3903 6160904192 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-20 12:23:17,125 basehttp 3903 13338013696 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-20 12:23:17,125 basehttp 3903 6144077824 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-20 12:23:17,126 basehttp 3903 6160904192 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-20 12:23:17,127 basehttp 3903 13321187328 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-20 12:23:17,127 basehttp 3903 13304360960 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-20 12:23:17,128 basehttp 3903 6144077824 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-20 12:23:17,128 basehttp 3903 13338013696 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-20 12:23:17,129 basehttp 3903 6160904192 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-20 12:23:17,129 basehttp 3903 6127251456 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-20 12:23:17,131 basehttp 3903 13304360960 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-20 12:23:17,131 basehttp 3903 13338013696 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-20 12:23:17,132 basehttp 3903 6144077824 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-20 12:23:17,132 basehttp 3903 6160904192 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-20 12:23:17,132 basehttp 3903 13321187328 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-20 12:23:17,164 basehttp 3903 6160904192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:23:17,165 basehttp 3903 13321187328 "GET /static/css/apple/app.min.css.map HTTP/1.1" 200 1965938 WARNING 2025-08-20 12:23:17,198 log 3903 6160904192 Not Found: /favicon.ico WARNING 2025-08-20 12:23:17,201 basehttp 3903 6160904192 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-20 12:23:17,230 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 896418 INFO 2025-08-20 12:23:47,254 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 896418 INFO 2025-08-20 12:24:17,173 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:24:17,237 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 896418 INFO 2025-08-20 12:24:32,733 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 896510 WARNING 2025-08-20 12:24:32,752 log 3903 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:24:32,752 basehttp 3903 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:24:32,853 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:24:32,923 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 896510 INFO 2025-08-20 12:25:02,937 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 896510 INFO 2025-08-20 12:25:22,510 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 896510 WARNING 2025-08-20 12:25:22,530 log 3903 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:25:22,530 basehttp 3903 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:25:22,606 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:25:22,664 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 896510 INFO 2025-08-20 12:25:52,732 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 896510 INFO 2025-08-20 12:25:57,269 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 896106 WARNING 2025-08-20 12:25:57,291 log 3903 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:25:57,291 basehttp 3903 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:25:57,366 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:25:57,449 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 896106 INFO 2025-08-20 12:26:27,452 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 896106 INFO 2025-08-20 12:26:43,258 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 899740 WARNING 2025-08-20 12:26:43,273 log 3903 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:26:43,273 basehttp 3903 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:26:43,341 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:26:43,410 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 899740 INFO 2025-08-20 12:27:13,424 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 899740 INFO 2025-08-20 12:27:22,385 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 903374 WARNING 2025-08-20 12:27:22,403 log 3903 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:27:22,403 basehttp 3903 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:27:22,467 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:27:22,524 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 903374 INFO 2025-08-20 12:27:52,516 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 903374 INFO 2025-08-20 12:28:22,481 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:28:22,529 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 903374 INFO 2025-08-20 12:28:52,553 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 903374 INFO 2025-08-20 12:28:55,448 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908296 WARNING 2025-08-20 12:28:55,469 log 3903 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:28:55,470 basehttp 3903 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:28:55,545 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:28:55,594 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908296 INFO 2025-08-20 12:29:25,624 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908296 INFO 2025-08-20 12:29:55,551 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:29:55,596 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908296 INFO 2025-08-20 12:30:03,918 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 911124 WARNING 2025-08-20 12:30:03,934 log 3903 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:30:03,934 basehttp 3903 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:30:04,014 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:30:04,076 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 911124 INFO 2025-08-20 12:30:22,816 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908296 WARNING 2025-08-20 12:30:22,831 log 3903 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:30:22,831 basehttp 3903 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:30:22,899 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:30:22,946 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908296 INFO 2025-08-20 12:30:52,959 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908296 INFO 2025-08-20 12:31:22,908 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:31:22,959 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908296 INFO 2025-08-20 12:31:52,970 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908296 INFO 2025-08-20 12:32:22,902 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:32:22,946 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908296 INFO 2025-08-20 12:32:40,107 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908488 WARNING 2025-08-20 12:32:40,127 log 3903 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:32:40,128 basehttp 3903 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:32:40,198 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:32:40,290 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908488 INFO 2025-08-20 12:33:10,275 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908488 INFO 2025-08-20 12:33:39,444 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 WARNING 2025-08-20 12:33:39,468 log 3903 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:33:39,468 basehttp 3903 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:33:39,532 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:33:39,600 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 12:34:09,598 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 12:34:39,548 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:34:39,598 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 12:35:09,603 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 12:35:39,544 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:35:39,589 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 12:36:09,608 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 12:36:40,561 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:36:40,589 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 12:37:35,515 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 12:38:06,496 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:38:28,527 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 12:39:07,514 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:39:28,545 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 12:40:08,515 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:51:36,485 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 12:52:36,508 basehttp 3903 6144077824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-08-20 12:52:36,545 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 12:53:36,533 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 12:54:36,500 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 12:54:36,539 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 13:00:41,274 basehttp 3903 6144077824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 13:00:41,311 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 13:12:15,952 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 13:13:48,211 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 13:13:48,248 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 13:46:51,376 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 13:46:57,353 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 13:47:03,391 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 13:47:33,395 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 13:47:57,354 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 13:48:03,397 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 13:48:33,397 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 13:48:57,349 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 13:49:03,427 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 13:49:09,719 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908591 WARNING 2025-08-20 13:49:09,739 log 3903 6127251456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 13:49:09,739 basehttp 3903 6127251456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 13:49:09,848 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 13:49:09,888 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908591 INFO 2025-08-20 13:49:39,888 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908591 INFO 2025-08-20 13:49:59,288 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908638 WARNING 2025-08-20 13:49:59,306 log 3903 6127251456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 13:49:59,306 basehttp 3903 6127251456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 13:49:59,411 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 13:49:59,458 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908638 INFO 2025-08-20 13:50:07,593 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908638 WARNING 2025-08-20 13:50:07,612 log 3903 6127251456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 13:50:07,612 basehttp 3903 6127251456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 13:50:07,685 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 13:50:07,731 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908638 INFO 2025-08-20 13:50:37,739 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908638 INFO 2025-08-20 13:51:07,751 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 13:51:07,789 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908638 INFO 2025-08-20 13:51:30,773 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908740 WARNING 2025-08-20 13:51:30,787 log 3903 6144077824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 13:51:30,787 basehttp 3903 6144077824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 13:51:30,863 basehttp 3903 6144077824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 13:51:30,911 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908740 INFO 2025-08-20 13:52:00,922 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908740 INFO 2025-08-20 13:52:30,866 basehttp 3903 6144077824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-08-20 13:52:30,910 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908740 INFO 2025-08-20 13:53:00,913 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908740 INFO 2025-08-20 13:53:18,705 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 WARNING 2025-08-20 13:53:18,722 log 3903 6144077824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 13:53:18,722 basehttp 3903 6144077824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 13:53:18,797 basehttp 3903 6144077824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 13:53:18,847 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:53:48,877 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:53:50,155 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 WARNING 2025-08-20 13:53:50,169 log 3903 6144077824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 13:53:50,169 basehttp 3903 6144077824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 13:53:50,240 basehttp 3903 6144077824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 13:53:50,288 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:54:05,380 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 WARNING 2025-08-20 13:54:05,396 log 3903 6144077824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 13:54:05,396 basehttp 3903 6144077824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 13:54:05,470 basehttp 3903 6144077824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 13:54:05,518 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:54:35,519 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:55:05,479 basehttp 3903 6144077824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 13:55:05,537 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:55:35,544 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:56:05,486 basehttp 3903 6144077824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 13:56:05,537 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:56:35,551 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:56:44,224 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 WARNING 2025-08-20 13:56:44,240 log 3903 6127251456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 13:56:44,240 basehttp 3903 6127251456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 13:56:44,315 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 13:56:44,372 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:57:14,389 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:57:42,758 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 WARNING 2025-08-20 13:57:42,772 log 3903 6127251456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 13:57:42,772 basehttp 3903 6127251456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 13:57:42,846 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 13:57:42,899 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:58:12,920 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:58:42,850 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 13:58:42,893 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:59:11,001 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 WARNING 2025-08-20 13:59:11,016 log 3903 6127251456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 13:59:11,016 basehttp 3903 6127251456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 13:59:11,094 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 13:59:11,143 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:59:41,164 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 14:00:00,013 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 WARNING 2025-08-20 14:00:00,029 log 3903 6127251456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:00:00,029 basehttp 3903 6127251456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:00:00,092 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 14:00:00,150 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 14:00:30,162 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 14:00:45,438 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908874 WARNING 2025-08-20 14:00:45,456 log 3903 6144077824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:00:45,456 basehttp 3903 6144077824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:00:45,457 basehttp 3903 6127251456 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-20 14:00:45,844 basehttp 3903 6127251456 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-20 14:00:45,878 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 14:00:46,037 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908874 INFO 2025-08-20 14:01:16,059 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908874 INFO 2025-08-20 14:01:45,789 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 14:01:45,965 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908874 INFO 2025-08-20 14:01:51,457 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 916424 WARNING 2025-08-20 14:01:51,471 log 3903 6127251456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:01:51,471 basehttp 3903 6127251456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:01:51,548 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 14:01:51,602 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 916424 INFO 2025-08-20 14:02:21,609 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 916424 INFO 2025-08-20 14:02:26,018 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 916444 WARNING 2025-08-20 14:02:26,035 log 3903 6127251456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:02:26,036 basehttp 3903 6127251456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:02:26,101 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:02:26,164 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 916444 INFO 2025-08-20 14:02:56,153 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 916444 INFO 2025-08-20 14:03:26,160 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:03:26,201 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 916444 INFO 2025-08-20 14:03:56,176 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 916444 INFO 2025-08-20 14:04:26,114 basehttp 3903 6144077824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:04:26,168 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 916444 INFO 2025-08-20 14:04:32,123 autoreload 3903 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-20 14:04:32,615 autoreload 24060 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 14:04:33,445 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916455 WARNING 2025-08-20 14:04:33,462 log 24060 6201831424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:04:33,462 basehttp 24060 6201831424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:04:33,533 basehttp 24060 6201831424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:04:33,596 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916455 INFO 2025-08-20 14:05:03,609 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916455 INFO 2025-08-20 14:05:33,546 basehttp 24060 6201831424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:05:33,601 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916455 INFO 2025-08-20 14:06:03,602 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916455 INFO 2025-08-20 14:06:33,551 basehttp 24060 6201831424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:06:33,604 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 916455 INFO 2025-08-20 14:07:03,599 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 916455 INFO 2025-08-20 14:07:33,553 basehttp 24060 6218657792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:07:33,602 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916455 INFO 2025-08-20 14:08:03,602 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916455 INFO 2025-08-20 14:08:33,553 basehttp 24060 6201831424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:08:33,602 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 916455 INFO 2025-08-20 14:09:03,581 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 916455 INFO 2025-08-20 14:09:33,552 basehttp 24060 6218657792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:09:33,592 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916455 INFO 2025-08-20 14:10:03,583 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916455 INFO 2025-08-20 14:10:33,562 basehttp 24060 6201831424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:10:33,600 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 916455 INFO 2025-08-20 14:10:47,580 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 916895 WARNING 2025-08-20 14:10:47,595 log 24060 6218657792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:10:47,595 basehttp 24060 6218657792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:10:47,661 basehttp 24060 6218657792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:10:47,718 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 916895 INFO 2025-08-20 14:11:17,753 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 916895 INFO 2025-08-20 14:11:39,174 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 916875 WARNING 2025-08-20 14:11:39,200 log 24060 6218657792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:11:39,201 basehttp 24060 6218657792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:11:39,262 basehttp 24060 6218657792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:11:39,326 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 916875 INFO 2025-08-20 14:12:09,327 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916875 INFO 2025-08-20 14:12:12,174 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916855 WARNING 2025-08-20 14:12:12,186 log 24060 6201831424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:12:12,187 basehttp 24060 6201831424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:12:12,264 basehttp 24060 6201831424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:12:12,346 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916855 INFO 2025-08-20 14:12:41,898 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916987 WARNING 2025-08-20 14:12:41,914 log 24060 6201831424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:12:41,914 basehttp 24060 6201831424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:12:41,985 basehttp 24060 6201831424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:12:42,038 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916987 INFO 2025-08-20 14:12:53,217 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916843 WARNING 2025-08-20 14:12:53,236 log 24060 6201831424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:12:53,237 basehttp 24060 6201831424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:12:53,306 basehttp 24060 6201831424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:12:53,373 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916843 INFO 2025-08-20 14:13:23,389 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916843 INFO 2025-08-20 14:13:53,318 basehttp 24060 6201831424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:13:53,376 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916843 INFO 2025-08-20 14:14:23,378 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916843 INFO 2025-08-20 14:14:53,324 basehttp 24060 6201831424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:14:53,380 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 916843 INFO 2025-08-20 14:15:23,363 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 916843 INFO 2025-08-20 14:15:53,312 basehttp 24060 6218657792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:15:53,358 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 916843 INFO 2025-08-20 14:15:54,753 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 918250 WARNING 2025-08-20 14:15:54,765 log 24060 6218657792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:15:54,765 basehttp 24060 6218657792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:15:54,837 basehttp 24060 6218657792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:15:54,908 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 918250 INFO 2025-08-20 14:16:06,137 basehttp 24060 6218657792 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918701 WARNING 2025-08-20 14:16:06,156 log 24060 6218657792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:16:06,156 basehttp 24060 6218657792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:16:06,232 basehttp 24060 6218657792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:16:06,293 basehttp 24060 6218657792 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918701 INFO 2025-08-20 14:16:28,102 basehttp 24060 6218657792 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 298470 WARNING 2025-08-20 14:16:28,117 log 24060 6218657792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:16:28,117 basehttp 24060 6218657792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:16:28,171 basehttp 24060 6218657792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:16:28,217 basehttp 24060 6218657792 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 298470 INFO 2025-08-20 14:16:51,343 basehttp 24060 6218657792 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 WARNING 2025-08-20 14:16:51,356 log 24060 6218657792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:16:51,356 basehttp 24060 6218657792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:16:51,436 basehttp 24060 6218657792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:16:51,501 basehttp 24060 6218657792 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 WARNING 2025-08-20 14:17:13,239 log 24060 6218657792 Method Not Allowed (POST): /en/inpatients/beds/ WARNING 2025-08-20 14:17:13,239 basehttp 24060 6218657792 "POST /en/inpatients/beds/?page=2 HTTP/1.1" 405 0 INFO 2025-08-20 14:17:21,523 basehttp 24060 6218657792 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:17:53,853 basehttp 24060 6201831424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-08-20 14:17:53,859 log 24060 6218657792 Internal Server Error: /en/inpatients/discharge/1729/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: discharge_patient() got an unexpected keyword argument 'admission_id' ERROR 2025-08-20 14:17:53,863 basehttp 24060 6218657792 "POST /en/inpatients/discharge/1729/ HTTP/1.1" 500 69413 INFO 2025-08-20 14:17:53,907 basehttp 24060 6235484160 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:18:21,511 basehttp 24060 6235484160 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:18:31,253 autoreload 24060 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-08-20 14:18:31,574 autoreload 30251 8601149632 Watching for file changes with StatReloader WARNING 2025-08-20 14:18:32,677 log 30251 6128627712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:18:32,677 basehttp 30251 6128627712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 14:18:32,697 log 30251 6128627712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:18:32,697 basehttp 30251 6128627712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 14:18:43,448 log 30251 6128627712 Not Found: /en/inpatients/discharge/1511/ WARNING 2025-08-20 14:18:43,449 basehttp 30251 6128627712 "POST /en/inpatients/discharge/1511/ HTTP/1.1" 404 35606 INFO 2025-08-20 14:18:51,583 basehttp 30251 6128627712 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:18:53,835 basehttp 30251 6128627712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:19:21,523 basehttp 30251 6128627712 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 WARNING 2025-08-20 14:19:35,628 log 30251 6128627712 Not Found: /en/inpatients/discharge/1729/ WARNING 2025-08-20 14:19:35,628 basehttp 30251 6128627712 "POST /en/inpatients/discharge/1729/ HTTP/1.1" 404 35606 INFO 2025-08-20 14:19:51,523 basehttp 30251 6128627712 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:19:53,840 basehttp 30251 6128627712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:20:21,522 basehttp 30251 6128627712 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:20:51,523 basehttp 30251 6128627712 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:20:53,843 basehttp 30251 6128627712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:21:21,505 basehttp 30251 6128627712 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:21:34,856 autoreload 30251 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 14:21:35,173 autoreload 31555 8601149632 Watching for file changes with StatReloader WARNING 2025-08-20 14:21:36,464 log 31555 6165721088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:21:36,464 basehttp 31555 6165721088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 14:21:36,482 log 31555 6165721088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:21:36,482 basehttp 31555 6165721088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:21:37,822 basehttp 31555 6165721088 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 WARNING 2025-08-20 14:21:37,842 log 31555 6165721088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:21:37,842 basehttp 31555 6165721088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:21:37,921 basehttp 31555 6165721088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:21:37,993 basehttp 31555 6165721088 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 WARNING 2025-08-20 14:21:45,089 log 31555 6165721088 Not Found: /en/inpatients/discharge/1729/ WARNING 2025-08-20 14:21:45,089 basehttp 31555 6165721088 "POST /en/inpatients/discharge/1729/ HTTP/1.1" 404 35606 INFO 2025-08-20 14:22:08,002 basehttp 31555 6165721088 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:22:37,929 basehttp 31555 6165721088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:22:37,985 basehttp 31555 6165721088 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:23:08,005 basehttp 31555 6165721088 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:23:37,938 basehttp 31555 6165721088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:23:38,001 basehttp 31555 6165721088 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:24:07,980 basehttp 31555 6165721088 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:24:19,454 autoreload 31555 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-20 14:24:19,769 autoreload 32792 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 14:24:37,969 basehttp 32792 6129020928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:24:38,043 basehttp 32792 6145847296 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:24:51,985 autoreload 32792 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-20 14:24:52,301 autoreload 33029 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 14:25:08,031 basehttp 33029 6164819968 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:25:22,585 autoreload 33029 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-20 14:25:22,918 autoreload 33277 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 14:25:37,978 basehttp 33277 6194163712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:25:38,038 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:26:08,003 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:26:37,960 basehttp 33277 6210990080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:26:38,011 basehttp 33277 6194163712 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:27:08,011 basehttp 33277 6194163712 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:27:37,964 basehttp 33277 6194163712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:27:38,029 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:28:08,002 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:28:37,965 basehttp 33277 6194163712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:28:38,012 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:29:07,993 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:29:37,964 basehttp 33277 6194163712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:29:38,010 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:30:08,001 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:30:37,965 basehttp 33277 6194163712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:30:38,012 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:31:08,004 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:31:37,961 basehttp 33277 6194163712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:31:38,005 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:32:08,019 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:32:37,982 basehttp 33277 6194163712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:32:38,026 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:33:08,019 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:33:37,988 basehttp 33277 6194163712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:33:38,027 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:34:08,025 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:34:37,983 basehttp 33277 6194163712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:34:38,023 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:35:08,024 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:35:37,990 basehttp 33277 6194163712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:35:38,030 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:36:08,023 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:36:37,992 basehttp 33277 6194163712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:36:38,024 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:37:08,030 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:37:37,994 basehttp 33277 6194163712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:37:38,041 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:38:08,030 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:38:28,518 autoreload 33277 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-20 14:38:28,955 autoreload 38970 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 14:38:38,103 basehttp 38970 6187233280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:38:38,169 basehttp 38970 6170406912 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:39:08,030 basehttp 38970 6170406912 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:39:37,999 basehttp 38970 6187233280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:39:38,035 basehttp 38970 6170406912 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:40:08,013 basehttp 38970 6170406912 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:40:38,001 basehttp 38970 6187233280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:40:38,030 basehttp 38970 6170406912 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:41:08,029 basehttp 38970 6170406912 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:41:38,002 basehttp 38970 6187233280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:41:38,013 basehttp 38970 6170406912 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:42:08,038 basehttp 38970 6170406912 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:42:38,009 basehttp 38970 6187233280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:42:38,017 basehttp 38970 6170406912 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:43:08,029 basehttp 38970 6170406912 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:43:38,011 basehttp 38970 6187233280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:43:38,027 basehttp 38970 6170406912 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:44:08,012 basehttp 38970 6170406912 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:44:14,466 autoreload 38970 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 14:44:14,957 autoreload 42091 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 14:44:15,367 basehttp 42091 6193213440 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 WARNING 2025-08-20 14:44:15,394 log 42091 6193213440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:44:15,394 basehttp 42091 6193213440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:44:15,478 basehttp 42091 6193213440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:44:15,537 basehttp 42091 6193213440 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 WARNING 2025-08-20 14:44:22,485 log 42091 6193213440 Not Found: /en/inpatients/discharge/1729/ WARNING 2025-08-20 14:44:22,486 basehttp 42091 6193213440 "POST /en/inpatients/discharge/1729/ HTTP/1.1" 404 35606 INFO 2025-08-20 14:44:45,554 basehttp 42091 6193213440 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:45:15,483 basehttp 42091 6193213440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:45:15,540 basehttp 42091 6193213440 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:45:45,564 basehttp 42091 6193213440 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:46:15,493 basehttp 42091 6193213440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:46:15,553 basehttp 42091 6210039808 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:46:22,429 basehttp 42091 6210039808 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918295 WARNING 2025-08-20 14:46:22,447 log 42091 6210039808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:46:22,447 basehttp 42091 6210039808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:46:22,529 basehttp 42091 6210039808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:46:22,601 basehttp 42091 6210039808 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918295 WARNING 2025-08-20 14:46:30,053 log 42091 6210039808 Not Found: /en/inpatients/discharge/1729/ WARNING 2025-08-20 14:46:30,054 basehttp 42091 6210039808 "POST /en/inpatients/discharge/1729/ HTTP/1.1" 404 35606 INFO 2025-08-20 14:46:52,598 basehttp 42091 6210039808 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918295 INFO 2025-08-20 14:47:08,453 autoreload 42091 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 14:47:08,784 autoreload 43345 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 14:47:09,345 basehttp 43345 6205353984 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918295 WARNING 2025-08-20 14:47:09,366 log 43345 6205353984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:47:09,366 basehttp 43345 6205353984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:47:09,439 basehttp 43345 6205353984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:47:09,510 basehttp 43345 6205353984 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918295 WARNING 2025-08-20 14:47:14,252 log 43345 6205353984 Not Found: /en/inpatients/discharge/1729/ WARNING 2025-08-20 14:47:14,252 basehttp 43345 6205353984 "POST /en/inpatients/discharge/1729/ HTTP/1.1" 404 35606 INFO 2025-08-20 14:47:34,949 basehttp 43345 6205353984 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 82823 INFO 2025-08-20 14:47:34,963 basehttp 43345 6239006720 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-20 14:47:34,963 basehttp 43345 6222180352 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-20 14:47:34,964 basehttp 43345 6272659456 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-20 14:47:34,964 basehttp 43345 6205353984 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-20 14:47:34,964 basehttp 43345 6255833088 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-20 14:47:34,966 basehttp 43345 6239006720 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-20 14:47:34,967 basehttp 43345 6272659456 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-20 14:47:34,967 basehttp 43345 6205353984 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-20 14:47:34,968 basehttp 43345 6255833088 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-20 14:47:34,969 basehttp 43345 6239006720 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-20 14:47:34,969 basehttp 43345 6205353984 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-20 14:47:34,971 basehttp 43345 6272659456 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-20 14:47:34,971 basehttp 43345 6289485824 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 14:47:34,972 basehttp 43345 6205353984 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-20 14:47:34,972 basehttp 43345 6239006720 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-20 14:47:34,974 basehttp 43345 6222180352 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-20 14:47:34,975 basehttp 43345 6255833088 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-20 14:47:34,976 basehttp 43345 6222180352 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-20 14:47:34,978 basehttp 43345 6222180352 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-20 14:47:34,994 basehttp 43345 6222180352 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-20 14:47:34,995 basehttp 43345 6255833088 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-20 14:47:34,995 basehttp 43345 6239006720 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-08-20 14:47:34,995 basehttp 43345 6205353984 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-20 14:47:40,302 basehttp 43345 6205353984 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918295 INFO 2025-08-20 14:47:40,873 basehttp 43345 6205353984 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 139052 INFO 2025-08-20 14:47:40,887 basehttp 43345 6205353984 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 14:48:09,450 basehttp 43345 6205353984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:48:09,499 basehttp 43345 6205353984 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918295 INFO 2025-08-20 14:48:39,500 basehttp 43345 6205353984 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918295 INFO 2025-08-20 14:48:41,330 basehttp 43345 6205353984 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918270 WARNING 2025-08-20 14:48:41,343 log 43345 6205353984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:48:41,344 basehttp 43345 6205353984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:48:41,420 basehttp 43345 6205353984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:48:41,494 basehttp 43345 6205353984 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918270 INFO 2025-08-20 14:48:45,843 basehttp 43345 6205353984 "POST /en/inpatients/discharge/359/ HTTP/1.1" 302 0 INFO 2025-08-20 14:48:45,864 basehttp 43345 6205353984 "GET /en/inpatients/admissions/359/ HTTP/1.1" 200 26610 INFO 2025-08-20 14:49:11,508 basehttp 43345 6205353984 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918270 INFO 2025-08-20 14:49:42,417 basehttp 43345 6205353984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:49:42,454 basehttp 43345 6239006720 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918270 INFO 2025-08-20 14:50:08,736 autoreload 43345 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 14:50:09,094 autoreload 44733 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 14:50:11,167 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918270 WARNING 2025-08-20 14:50:11,187 log 44733 6134067200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:50:11,188 basehttp 44733 6134067200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:50:11,270 basehttp 44733 6134067200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:50:11,329 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918270 INFO 2025-08-20 14:50:18,461 basehttp 44733 6134067200 "POST /en/inpatients/discharge/359/ HTTP/1.1" 302 0 INFO 2025-08-20 14:50:18,482 basehttp 44733 6134067200 "GET /en/inpatients/admissions/359/ HTTP/1.1" 200 26610 INFO 2025-08-20 14:50:41,349 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918270 INFO 2025-08-20 14:51:11,284 basehttp 44733 6134067200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:51:11,346 basehttp 44733 6150893568 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918270 INFO 2025-08-20 14:51:33,073 basehttp 44733 6150893568 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918337 WARNING 2025-08-20 14:51:33,089 log 44733 6150893568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:51:33,089 basehttp 44733 6150893568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:51:33,171 basehttp 44733 6150893568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:52:33,186 basehttp 44733 6150893568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-08-20 14:53:12,309 basehttp 44733 6150893568 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918344 INFO 2025-08-20 14:53:12,323 basehttp 44733 6150893568 "GET /static/plugins/dropzone/dist/min/dropzone.min.js HTTP/1.1" 200 114702 WARNING 2025-08-20 14:53:12,326 log 44733 6134067200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:53:12,326 basehttp 44733 6134067200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:53:12,403 basehttp 44733 6134067200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 14:53:12,462 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918344 INFO 2025-08-20 14:53:17,470 basehttp 44733 6134067200 "POST /en/inpatients/discharge/359/ HTTP/1.1" 302 0 INFO 2025-08-20 14:53:17,489 basehttp 44733 6134067200 "GET /en/inpatients/admissions/359/ HTTP/1.1" 200 26610 INFO 2025-08-20 14:53:42,479 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918344 INFO 2025-08-20 14:54:12,422 basehttp 44733 6134067200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 14:54:12,476 basehttp 44733 6150893568 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918344 INFO 2025-08-20 14:54:42,471 basehttp 44733 6150893568 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918344 INFO 2025-08-20 14:55:13,282 basehttp 44733 6150893568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 14:55:13,329 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918344 INFO 2025-08-20 14:55:43,295 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918344 INFO 2025-08-20 14:56:14,265 basehttp 44733 6134067200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 14:56:45,327 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918344 INFO 2025-08-20 14:57:15,279 basehttp 44733 6134067200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 14:57:47,369 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 14:57:48,743 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 WARNING 2025-08-20 14:57:48,763 log 44733 6134067200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:57:48,763 basehttp 44733 6134067200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:57:49,061 basehttp 44733 6134067200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 14:57:49,115 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 14:57:55,777 basehttp 44733 6134067200 "POST /en/inpatients/discharge/359/ HTTP/1.1" 302 0 INFO 2025-08-20 14:57:55,793 basehttp 44733 6134067200 "GET /en/inpatients/admissions/359/ HTTP/1.1" 200 26973 INFO 2025-08-20 14:58:19,144 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 14:58:49,058 basehttp 44733 6134067200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 14:58:49,123 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 14:59:19,143 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 14:59:49,064 basehttp 44733 6134067200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 14:59:49,128 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 15:00:19,141 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 15:00:49,062 basehttp 44733 6134067200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 15:00:49,127 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 15:01:19,138 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 15:01:44,798 autoreload 44733 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 15:01:45,265 autoreload 62380 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 15:01:49,054 basehttp 62380 6127005696 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 15:01:49,058 basehttp 62380 6143832064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 15:01:49,058 basehttp 62380 6143832064 - Broken pipe from ('127.0.0.1', 53484) WARNING 2025-08-20 15:01:49,072 log 62380 6127005696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:01:49,073 basehttp 62380 6127005696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:01:49,159 basehttp 62380 6127005696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 15:01:49,211 basehttp 62380 6127005696 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 15:01:54,076 basehttp 62380 6127005696 "POST /en/inpatients/discharge/359/ HTTP/1.1" 302 0 INFO 2025-08-20 15:01:54,097 basehttp 62380 6127005696 "GET /en/inpatients/admissions/359/ HTTP/1.1" 200 26973 INFO 2025-08-20 15:02:12,139 basehttp 62380 6127005696 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 WARNING 2025-08-20 15:02:12,157 log 62380 6127005696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:02:12,157 basehttp 62380 6127005696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:02:12,157 basehttp 62380 12901707776 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-20 15:02:12,161 basehttp 62380 6127005696 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-08-20 15:02:12,161 basehttp 62380 12935360512 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-20 15:02:12,165 basehttp 62380 6143832064 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-20 15:02:12,170 basehttp 62380 12918534144 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-20 15:02:12,171 basehttp 62380 12935360512 "GET /static/plugins/dropzone/dist/min/dropzone.min.js HTTP/1.1" 200 114702 INFO 2025-08-20 15:02:12,171 basehttp 62380 6160658432 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-20 15:02:12,171 basehttp 62380 6127005696 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-20 15:02:12,173 basehttp 62380 12901707776 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-20 15:02:12,395 basehttp 62380 12901707776 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-20 15:02:12,403 basehttp 62380 12901707776 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-20 15:02:12,436 basehttp 62380 6127005696 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-20 15:02:12,436 basehttp 62380 6160658432 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-20 15:02:12,437 basehttp 62380 12935360512 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-20 15:02:12,437 basehttp 62380 12918534144 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-20 15:02:12,438 basehttp 62380 12901707776 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-20 15:02:12,440 basehttp 62380 6127005696 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-20 15:02:12,442 basehttp 62380 6143832064 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-20 15:02:12,442 basehttp 62380 12901707776 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-20 15:02:12,443 basehttp 62380 6160658432 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-20 15:02:12,443 basehttp 62380 12935360512 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-20 15:02:12,443 basehttp 62380 12918534144 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-20 15:02:12,444 basehttp 62380 6127005696 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-20 15:02:12,450 basehttp 62380 12918534144 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-20 15:02:12,450 basehttp 62380 6160658432 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-20 15:02:12,451 basehttp 62380 12901707776 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-20 15:02:12,452 basehttp 62380 6143832064 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-20 15:02:12,453 basehttp 62380 12935360512 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-20 15:02:12,453 basehttp 62380 12918534144 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-20 15:02:12,454 basehttp 62380 6127005696 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-20 15:02:12,454 basehttp 62380 12901707776 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-20 15:02:12,454 basehttp 62380 6160658432 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-20 15:02:12,454 basehttp 62380 6143832064 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-20 15:02:12,473 basehttp 62380 6143832064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:02:12,529 basehttp 62380 6143832064 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 WARNING 2025-08-20 15:02:12,533 log 62380 6160658432 Not Found: /favicon.ico WARNING 2025-08-20 15:02:12,533 basehttp 62380 6160658432 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-20 15:02:25,900 basehttp 62380 6160658432 "GET /en/inpatients/beds/?page=2&bed_id=1729 HTTP/1.1" 200 918707 INFO 2025-08-20 15:02:32,838 basehttp 62380 6160658432 "GET /en/inpatients/beds/1729/edit/ HTTP/1.1" 200 35207 INFO 2025-08-20 15:02:32,848 basehttp 62380 6143832064 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-08-20 15:02:32,849 basehttp 62380 12901707776 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-08-20 15:02:32,849 basehttp 62380 6127005696 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-08-20 15:02:32,853 log 62380 6160658432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:02:32,853 basehttp 62380 6160658432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:02:32,937 basehttp 62380 6160658432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:02:44,848 basehttp 62380 6160658432 "GET /en/inpatients/beds/ HTTP/1.1" 200 918249 WARNING 2025-08-20 15:02:44,862 log 62380 6160658432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:02:44,863 basehttp 62380 6160658432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:02:44,960 basehttp 62380 6160658432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:02:45,018 basehttp 62380 6160658432 "GET /en/inpatients/beds/ HTTP/1.1" 200 918249 INFO 2025-08-20 15:03:07,419 basehttp 62380 6160658432 "GET /en/inpatients/beds/ HTTP/1.1" 200 918249 WARNING 2025-08-20 15:03:07,442 log 62380 6160658432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:03:07,442 basehttp 62380 6160658432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:03:07,513 basehttp 62380 6160658432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:03:07,603 basehttp 62380 6160658432 "GET /en/inpatients/beds/ HTTP/1.1" 200 918249 INFO 2025-08-20 15:03:12,688 basehttp 62380 6160658432 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 WARNING 2025-08-20 15:03:12,706 log 62380 6160658432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:03:12,706 basehttp 62380 6160658432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:03:12,797 basehttp 62380 6160658432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:03:12,865 basehttp 62380 6160658432 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 15:03:42,869 basehttp 62380 6160658432 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 15:05:30,196 autoreload 64170 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 15:05:42,910 basehttp 64170 6134132736 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 15:06:12,808 basehttp 64170 6134132736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:06:12,851 basehttp 64170 6134132736 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 15:06:42,941 basehttp 64170 6134132736 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 ERROR 2025-08-20 15:07:04,977 log 64170 6134132736 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'discharge_patient' with arguments '('',)' not found. 1 pattern(s) tried: ['en/inpatients/discharge/(?P[0-9]+)/\\Z'] ERROR 2025-08-20 15:07:04,978 basehttp 64170 6134132736 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 500 284571 WARNING 2025-08-20 15:07:04,996 log 64170 6134132736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:07:04,996 basehttp 64170 6134132736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:08:34,973 basehttp 64170 6134132736 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 916795 WARNING 2025-08-20 15:08:34,991 log 64170 6134132736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:08:34,991 basehttp 64170 6134132736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:08:35,075 basehttp 64170 6134132736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:08:35,132 basehttp 64170 6134132736 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 916795 INFO 2025-08-20 15:08:39,646 basehttp 64170 6134132736 "GET /en/inpatients/discharge/359/ HTTP/1.1" 302 0 INFO 2025-08-20 15:08:39,667 basehttp 64170 6134132736 "GET /en/inpatients/admissions/359/ HTTP/1.1" 200 26973 WARNING 2025-08-20 15:08:39,685 log 64170 6134132736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:08:39,686 basehttp 64170 6134132736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:08:39,726 basehttp 64170 6134132736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 15:09:13,067 log 64170 6150959104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:09:13,068 basehttp 64170 6150959104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 15:09:13,095 log 64170 6150959104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:09:13,096 basehttp 64170 6150959104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:09:13,129 basehttp 64170 6134132736 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 916795 INFO 2025-08-20 15:09:24,123 basehttp 64170 6134132736 "GET /en/inpatients/beds/?page=3 HTTP/1.1" 200 916542 WARNING 2025-08-20 15:09:24,141 log 64170 6134132736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:09:24,141 basehttp 64170 6134132736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:09:24,230 basehttp 64170 6134132736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:09:24,302 basehttp 64170 6134132736 "GET /en/inpatients/beds/?page=3 HTTP/1.1" 200 916542 INFO 2025-08-20 15:09:35,964 basehttp 64170 6134132736 "GET /en/inpatients/beds/?page=4 HTTP/1.1" 200 917379 WARNING 2025-08-20 15:09:35,986 log 64170 6134132736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:09:35,986 basehttp 64170 6134132736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:09:36,076 basehttp 64170 6134132736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:09:36,147 basehttp 64170 6134132736 "GET /en/inpatients/beds/?page=4 HTTP/1.1" 200 917379 INFO 2025-08-20 15:09:47,192 basehttp 64170 6134132736 "GET /en/inpatients/beds/?page=1 HTTP/1.1" 200 915757 WARNING 2025-08-20 15:09:47,212 log 64170 6134132736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:09:47,213 basehttp 64170 6134132736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:09:47,308 basehttp 64170 6134132736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:09:47,371 basehttp 64170 6134132736 "GET /en/inpatients/beds/?page=1 HTTP/1.1" 200 915757 INFO 2025-08-20 15:10:07,358 basehttp 64170 6134132736 "GET /en/inpatients/beds/1748/edit/ HTTP/1.1" 200 35207 WARNING 2025-08-20 15:10:07,383 log 64170 6134132736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:10:07,383 basehttp 64170 6134132736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:10:07,443 basehttp 64170 6134132736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:10:29,884 basehttp 64170 6134132736 "POST /en/inpatients/beds/1748/edit/ HTTP/1.1" 302 0 ERROR 2025-08-20 15:10:29,937 log 64170 6134132736 Internal Server Error: /en/inpatients/beds/1748/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 425, in get_context_data context['admission_history'] = Admission.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1503, in build_filter return self._add_q( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'initial_bed' into field. Choices are: acuity_level, admission_datetime, admission_id, admission_notes, admission_source, admission_type, admitting_diagnosis, admitting_physician, admitting_physician_id, advance_directive, alerts, allergies, anticipated_discharge_date, assigned_bed, attending_physician, attending_physician_id, authorization_number, chief_complaint, code_status, consulting_physicians, created_at, created_by, created_by_id, current_bed, current_bed_id, current_ward, current_ward_id, discharge_datetime, discharge_disposition, discharge_planner, discharge_planner_id, discharge_planning_started, discharge_summary, encounters, estimated_length_of_stay, healthcare_proxy, id, insurance_verified, isolation_required, isolation_type, medical_bills, patient, patient_id, priority, secondary_diagnoses, special_needs, status, surgeries, surgical_cases, tenant, tenant_id, transfers, updated_at ERROR 2025-08-20 15:10:29,938 basehttp 64170 6134132736 "GET /en/inpatients/beds/1748/ HTTP/1.1" 500 153221 WARNING 2025-08-20 15:10:29,956 log 64170 6134132736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:10:29,956 basehttp 64170 6134132736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:11:25,605 autoreload 64170 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 15:11:25,923 autoreload 66803 8601149632 Watching for file changes with StatReloader ERROR 2025-08-20 15:11:28,716 log 66803 6127153152 Internal Server Error: /en/inpatients/beds/1748/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 429, in get_context_data ).order_by('-admitted_at')[:10] ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'admitted_at' into field. Choices are: acuity_level, admission_datetime, admission_id, admission_notes, admission_source, admission_type, admitting_diagnosis, admitting_physician, admitting_physician_id, advance_directive, alerts, allergies, anticipated_discharge_date, assigned_bed, attending_physician, attending_physician_id, authorization_number, chief_complaint, code_status, consulting_physicians, created_at, created_by, created_by_id, current_bed, current_bed_id, current_ward, current_ward_id, discharge_datetime, discharge_disposition, discharge_planner, discharge_planner_id, discharge_planning_started, discharge_summary, encounters, estimated_length_of_stay, healthcare_proxy, id, insurance_verified, isolation_required, isolation_type, medical_bills, patient, patient_id, priority, secondary_diagnoses, special_needs, status, surgeries, surgical_cases, tenant, tenant_id, transfers, updated_at ERROR 2025-08-20 15:11:28,717 basehttp 66803 6127153152 "GET /en/inpatients/beds/1748/ HTTP/1.1" 500 106771 WARNING 2025-08-20 15:11:28,730 log 66803 6127153152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:11:28,730 basehttp 66803 6127153152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:11:55,203 autoreload 66803 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 15:11:55,526 autoreload 66972 8601149632 Watching for file changes with StatReloader ERROR 2025-08-20 15:11:55,865 log 66972 6127824896 Internal Server Error: /en/inpatients/beds/1748/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_form' not found. 'bed_form' is not a valid view function or pattern name. ERROR 2025-08-20 15:11:55,867 basehttp 66972 6127824896 "GET /en/inpatients/beds/1748/ HTTP/1.1" 500 175701 WARNING 2025-08-20 15:11:55,883 log 66972 6127824896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:11:55,883 basehttp 66972 6127824896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-20 15:13:08,791 log 66972 6127824896 Internal Server Error: /en/inpatients/beds/1748/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_confirm_delete' not found. 'bed_confirm_delete' is not a valid view function or pattern name. ERROR 2025-08-20 15:13:08,792 basehttp 66972 6127824896 "GET /en/inpatients/beds/1748/ HTTP/1.1" 500 175078 WARNING 2025-08-20 15:13:08,805 log 66972 6127824896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:13:08,806 basehttp 66972 6127824896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-20 15:13:24,125 log 66972 6127824896 Internal Server Error: /en/inpatients/beds/1748/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'ward_detail' not found. 'ward_detail' is not a valid view function or pattern name. ERROR 2025-08-20 15:13:24,126 basehttp 66972 6127824896 "GET /en/inpatients/beds/1748/ HTTP/1.1" 500 174467 WARNING 2025-08-20 15:13:24,142 log 66972 6127824896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:13:24,142 basehttp 66972 6127824896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:14:27,247 autoreload 66972 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-08-20 15:14:27,570 autoreload 68161 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 15:14:29,487 basehttp 68161 6156546048 "GET /en/inpatients/beds/1748/ HTTP/1.1" 200 31583 WARNING 2025-08-20 15:14:29,506 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:14:29,506 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:14:29,550 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:14:37,659 basehttp 68161 6156546048 "GET /en/inpatients/beds/1748/ HTTP/1.1" 200 31583 WARNING 2025-08-20 15:14:37,671 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:14:37,672 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:14:37,715 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 15:15:00,013 log 68161 6173372416 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-20 15:15:00,015 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 15:15:00,016 basehttp 68161 6173372416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 15:15:00,025 log 68161 6173372416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:15:00,025 basehttp 68161 6173372416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:15:04,522 basehttp 68161 6173372416 "POST /en/inpatients/beds/1748/edit/ HTTP/1.1" 302 0 INFO 2025-08-20 15:15:04,540 basehttp 68161 6173372416 "GET /en/inpatients/beds/1748/ HTTP/1.1" 200 31969 WARNING 2025-08-20 15:15:04,561 log 68161 6173372416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:15:04,561 basehttp 68161 6173372416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:15:04,603 basehttp 68161 6173372416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:15:18,233 basehttp 68161 6173372416 "GET /en/inpatients/beds/1748/ HTTP/1.1" 200 31583 WARNING 2025-08-20 15:15:18,247 log 68161 6173372416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:15:18,247 basehttp 68161 6173372416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:15:18,296 basehttp 68161 6173372416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:15:23,228 basehttp 68161 6173372416 "GET /en/inpatients/beds/1748/ HTTP/1.1" 200 31583 WARNING 2025-08-20 15:15:23,245 log 68161 6173372416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:15:23,246 basehttp 68161 6173372416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:15:23,289 basehttp 68161 6173372416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 15:15:25,635 log 68161 6173372416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:15:25,635 basehttp 68161 6173372416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 15:15:25,643 log 68161 6173372416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:15:25,643 basehttp 68161 6173372416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 15:15:26,841 log 68161 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:15:26,842 basehttp 68161 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:15:26,844 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 15:15:26,857 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:15:26,858 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:15:26,887 basehttp 68161 6173372416 "GET /en/inpatients/beds/?page=1 HTTP/1.1" 200 915647 INFO 2025-08-20 15:15:28,341 basehttp 68161 6173372416 "GET /en/inpatients/beds/?page=1 HTTP/1.1" 200 915647 WARNING 2025-08-20 15:15:28,356 log 68161 6173372416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:15:28,357 basehttp 68161 6173372416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:15:28,442 basehttp 68161 6173372416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:15:28,500 basehttp 68161 6173372416 "GET /en/inpatients/beds/?page=1 HTTP/1.1" 200 915647 INFO 2025-08-20 15:15:34,053 basehttp 68161 6173372416 "GET /en/inpatients/beds/?page=1&bed_id=1733 HTTP/1.1" 200 915647 INFO 2025-08-20 15:15:58,528 basehttp 68161 6173372416 "GET /en/inpatients/beds/?page=1 HTTP/1.1" 200 915647 INFO 2025-08-20 15:16:28,476 basehttp 68161 6173372416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:16:28,572 basehttp 68161 6156546048 "GET /en/inpatients/beds/?page=1 HTTP/1.1" 200 915647 INFO 2025-08-20 15:16:38,189 basehttp 68161 6156546048 "GET /en/inpatients/beds/?page=1 HTTP/1.1" 200 915097 WARNING 2025-08-20 15:16:38,204 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:16:38,204 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:16:38,288 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:16:38,355 basehttp 68161 6156546048 "GET /en/inpatients/beds/?page=1 HTTP/1.1" 200 915097 INFO 2025-08-20 15:16:42,644 basehttp 68161 6156546048 "GET /en/inpatients/beds/1733/ HTTP/1.1" 200 31582 WARNING 2025-08-20 15:16:42,667 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:16:42,667 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:16:42,703 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:16:51,866 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 915097 WARNING 2025-08-20 15:16:51,888 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:16:51,888 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:16:51,974 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:16:52,043 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 915097 INFO 2025-08-20 15:17:22,122 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 915097 INFO 2025-08-20 15:17:38,948 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2039086 WARNING 2025-08-20 15:17:38,966 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:17:38,966 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:17:39,081 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:17:39,186 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2039086 INFO 2025-08-20 15:17:52,756 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2042722 WARNING 2025-08-20 15:17:52,782 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:17:52,782 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:17:52,896 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:17:53,014 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2042722 INFO 2025-08-20 15:18:22,999 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2042722 INFO 2025-08-20 15:18:52,899 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:18:52,996 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2042722 INFO 2025-08-20 15:19:23,020 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2042722 INFO 2025-08-20 15:19:25,089 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2046690 WARNING 2025-08-20 15:19:25,110 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:19:25,110 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:19:25,228 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:19:25,340 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2046690 INFO 2025-08-20 15:19:33,974 basehttp 68161 6156546048 "GET /en/inpatients/beds/1881/ HTTP/1.1" 200 31588 WARNING 2025-08-20 15:19:33,995 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:19:33,995 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:19:34,039 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 15:19:35,760 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:19:35,760 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 15:19:35,792 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:19:35,792 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:19:55,338 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2046690 INFO 2025-08-20 15:20:25,235 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:20:25,351 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2046690 INFO 2025-08-20 15:20:55,343 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2046690 INFO 2025-08-20 15:21:03,348 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102442 WARNING 2025-08-20 15:21:03,366 log 68161 6173372416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:21:03,366 basehttp 68161 6173372416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:21:03,506 basehttp 68161 6173372416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:21:03,639 basehttp 68161 6173372416 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102442 INFO 2025-08-20 15:21:20,798 basehttp 68161 6173372416 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102846 WARNING 2025-08-20 15:21:20,816 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:21:20,816 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:21:20,935 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:21:21,061 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102846 INFO 2025-08-20 15:21:47,501 basehttp 68161 6156546048 "GET /en/inpatients/beds/1626/ HTTP/1.1" 200 31577 WARNING 2025-08-20 15:21:47,523 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:21:47,523 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:21:47,562 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:22:06,928 basehttp 68161 6156546048 "GET /en/inpatients/beds/1626/ HTTP/1.1" 200 31627 WARNING 2025-08-20 15:22:06,943 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:22:06,943 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:22:06,988 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 15:22:22,301 log 68161 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:22:22,301 basehttp 68161 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:22:22,312 basehttp 68161 6173372416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 15:22:22,314 log 68161 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:22:22,315 basehttp 68161 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:22:22,366 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102846 WARNING 2025-08-20 15:22:45,866 log 68161 6156546048 Method Not Allowed (POST): /en/inpatients/beds/ WARNING 2025-08-20 15:22:45,866 basehttp 68161 6156546048 "POST /en/inpatients/beds/ HTTP/1.1" 405 0 INFO 2025-08-20 15:22:51,051 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102846 WARNING 2025-08-20 15:22:55,000 log 68161 6156546048 Method Not Allowed (POST): /en/inpatients/beds/ WARNING 2025-08-20 15:22:55,000 basehttp 68161 6156546048 "POST /en/inpatients/beds/ HTTP/1.1" 405 0 INFO 2025-08-20 15:23:21,071 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102846 INFO 2025-08-20 15:23:22,280 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:23:51,072 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102846 INFO 2025-08-20 15:24:21,070 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102846 INFO 2025-08-20 15:24:22,282 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:24:51,046 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102846 INFO 2025-08-20 15:24:56,129 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2103654 WARNING 2025-08-20 15:24:56,145 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:24:56,145 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:24:56,265 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:24:56,392 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2103654 INFO 2025-08-20 15:24:58,290 basehttp 68161 6156546048 "GET /en/inpatients/beds/1627/edit/ HTTP/1.1" 200 35203 WARNING 2025-08-20 15:24:58,314 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:24:58,314 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:24:58,336 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 15:25:02,924 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:25:02,924 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 15:25:02,933 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:25:02,933 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:25:26,413 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2103654 INFO 2025-08-20 15:25:56,279 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:25:56,399 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2103654 ERROR 2025-08-20 15:26:08,359 log 68161 6156546048 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'admission_create' with arguments '(1626,)' not found. 1 pattern(s) tried: ['en/inpatients/admissions/create/\\Z'] ERROR 2025-08-20 15:26:08,361 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 500 301751 WARNING 2025-08-20 15:26:08,376 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:26:08,376 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:26:43,592 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2103585 WARNING 2025-08-20 15:26:43,606 log 68161 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:26:43,606 basehttp 68161 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:26:43,743 basehttp 68161 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:26:43,883 basehttp 68161 13438578688 "GET /en/inpatients/beds/ HTTP/1.1" 200 2103585 INFO 2025-08-20 15:26:47,232 basehttp 68161 13438578688 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 51178 WARNING 2025-08-20 15:26:47,255 log 68161 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:26:47,255 basehttp 68161 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:26:47,297 basehttp 68161 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 15:27:04,328 log 68161 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:27:04,328 basehttp 68161 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 15:27:04,339 log 68161 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:27:04,339 basehttp 68161 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:27:13,883 basehttp 68161 13438578688 "GET /en/inpatients/beds/ HTTP/1.1" 200 2103585 INFO 2025-08-20 15:27:43,755 basehttp 68161 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:27:43,860 basehttp 68161 13438578688 "GET /en/inpatients/beds/ HTTP/1.1" 200 2103585 INFO 2025-08-20 15:28:13,885 basehttp 68161 13438578688 "GET /en/inpatients/beds/ HTTP/1.1" 200 2103585 INFO 2025-08-20 15:28:43,766 basehttp 68161 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:28:43,891 basehttp 68161 13438578688 "GET /en/inpatients/beds/ HTTP/1.1" 200 2103585 INFO 2025-08-20 15:28:51,461 basehttp 68161 13438578688 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 WARNING 2025-08-20 15:28:51,481 log 68161 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:28:51,481 basehttp 68161 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:28:51,617 basehttp 68161 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:28:51,737 basehttp 68161 13438578688 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 WARNING 2025-08-20 15:28:56,652 log 68161 13438578688 Method Not Allowed (POST): /en/inpatients/beds/ WARNING 2025-08-20 15:28:56,652 basehttp 68161 13438578688 "POST /en/inpatients/beds/ HTTP/1.1" 405 0 INFO 2025-08-20 15:29:06,056 basehttp 68161 13438578688 "GET /en/inpatients/beds/1635/maintenance/ HTTP/1.1" 302 0 INFO 2025-08-20 15:29:06,074 basehttp 68161 13438578688 "GET /en/inpatients/beds/1635/ HTTP/1.1" 200 32043 WARNING 2025-08-20 15:29:06,097 log 68161 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:29:06,097 basehttp 68161 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:29:06,138 basehttp 68161 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 15:29:19,475 log 68161 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:29:19,475 basehttp 68161 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 15:29:19,485 log 68161 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:29:19,486 basehttp 68161 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:29:21,757 basehttp 68161 13438578688 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 ERROR 2025-08-20 15:29:23,178 log 68161 13438578688 Internal Server Error: /en/inpatients/beds/1612/maintenance/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1359, in maintenance_bed return render(request, 'inpatients/maintenance_bed.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 19, in get_template raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: inpatients/maintenance_bed.html ERROR 2025-08-20 15:29:23,180 basehttp 68161 13438578688 "GET /en/inpatients/beds/1612/maintenance/ HTTP/1.1" 500 89953 WARNING 2025-08-20 15:29:23,199 log 68161 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:29:23,200 basehttp 68161 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:31:28,466 autoreload 68161 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 15:31:28,798 autoreload 75687 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 15:49:22,380 basehttp 75687 6194688000 "GET /en/inpatients/beds/1612/maintenance/ HTTP/1.1" 200 34313 WARNING 2025-08-20 15:49:22,400 log 75687 6194688000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:49:22,400 basehttp 75687 6194688000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:49:22,470 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:50:22,460 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:51:22,463 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:52:22,467 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-08-20 15:53:22,474 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 15:54:22,476 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 15:55:22,481 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 15:56:22,488 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 15:57:22,493 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 15:58:22,496 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 15:59:22,503 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 16:00:22,498 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 16:01:24,412 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 16:02:57,407 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 16:04:57,434 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 16:47:09,802 autoreload 9194 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 16:47:11,844 basehttp 9194 13304360960 "GET /en/inpatients/beds/1612/maintenance/ HTTP/1.1" 200 34313 INFO 2025-08-20 16:47:11,936 basehttp 9194 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 16:47:12,078 log 9194 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:47:12,079 basehttp 9194 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 16:47:12,645 log 9194 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:47:12,646 basehttp 9194 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:47:12,945 basehttp 9194 13304360960 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:47:13,420 basehttp 9194 13304360960 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 WARNING 2025-08-20 16:47:13,437 log 9194 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:47:13,437 basehttp 9194 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:47:13,550 basehttp 9194 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 16:47:13,668 basehttp 9194 13304360960 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:47:16,645 basehttp 9194 13304360960 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 51178 WARNING 2025-08-20 16:47:16,665 log 9194 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:47:16,666 basehttp 9194 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:47:16,703 basehttp 9194 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 16:47:19,791 basehttp 9194 13304360960 "POST /en/inpatients/admissions/create/ HTTP/1.1" 200 52277 WARNING 2025-08-20 16:47:19,807 log 9194 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:47:19,807 basehttp 9194 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:47:19,853 basehttp 9194 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 16:47:31,350 basehttp 9194 13304360960 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 51178 WARNING 2025-08-20 16:47:31,366 log 9194 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:47:31,367 basehttp 9194 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 16:47:32,135 log 9194 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:47:32,135 basehttp 9194 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 16:47:32,146 log 9194 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:47:32,147 basehttp 9194 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:47:43,681 basehttp 9194 13304360960 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:48:13,552 basehttp 9194 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 16:48:13,667 basehttp 9194 13304360960 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:48:43,696 basehttp 9194 13304360960 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:49:13,567 basehttp 9194 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 16:49:13,671 basehttp 9194 13304360960 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:49:43,718 basehttp 9194 13304360960 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:50:13,611 basehttp 9194 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 16:50:13,711 basehttp 9194 13304360960 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:50:43,736 basehttp 9194 13304360960 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:51:13,607 basehttp 9194 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 16:51:13,709 basehttp 9194 13304360960 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:51:43,709 basehttp 9194 13304360960 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:52:13,619 basehttp 9194 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-08-20 16:52:13,719 basehttp 9194 13304360960 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:52:43,742 basehttp 9194 13304360960 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:53:06,024 autoreload 9194 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 16:53:06,370 autoreload 11785 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 16:53:07,376 basehttp 11785 6135558144 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 WARNING 2025-08-20 16:53:07,389 log 11785 6152384512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:53:07,389 basehttp 11785 6152384512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:53:07,531 basehttp 11785 6152384512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-08-20 16:53:07,666 basehttp 11785 6152384512 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:53:23,201 basehttp 11785 6152384512 "GET /en/inpatients/discharge/323/ HTTP/1.1" 302 0 INFO 2025-08-20 16:53:23,221 basehttp 11785 6152384512 "GET /en/inpatients/admissions/323/ HTTP/1.1" 200 26837 WARNING 2025-08-20 16:53:23,241 log 11785 6152384512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:53:23,241 basehttp 11785 6152384512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:53:23,284 basehttp 11785 6152384512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-08-20 16:53:33,927 log 11785 6152384512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:53:33,927 basehttp 11785 6152384512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 16:53:33,940 log 11785 6152384512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:53:33,940 basehttp 11785 6152384512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:53:37,676 basehttp 11785 6152384512 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:53:57,904 basehttp 11785 6152384512 "GET /en/inpatients/beds/1749/edit/ HTTP/1.1" 200 35207 WARNING 2025-08-20 16:53:57,919 log 11785 6152384512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:53:57,919 basehttp 11785 6152384512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:53:57,992 basehttp 11785 6152384512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-08-20 16:54:15,792 log 11785 6169210880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:54:15,792 basehttp 11785 6169210880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:54:15,805 basehttp 11785 6152384512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-08-20 16:54:15,810 log 11785 6169210880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:54:15,811 basehttp 11785 6169210880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:54:15,866 basehttp 11785 6135558144 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:54:26,554 basehttp 11785 6135558144 "GET /en/inpatients/beds/1758/ HTTP/1.1" 200 31628 WARNING 2025-08-20 16:54:26,569 log 11785 6135558144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:54:26,569 basehttp 11785 6135558144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:54:26,619 basehttp 11785 6135558144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 16:54:43,697 basehttp 11785 6135558144 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 144331 INFO 2025-08-20 16:54:43,716 basehttp 11785 6152384512 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-20 16:54:43,716 basehttp 11785 6169210880 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-20 16:54:43,717 basehttp 11785 13723840512 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-20 16:54:43,717 basehttp 11785 13707014144 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-20 16:54:43,718 basehttp 11785 6135558144 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-20 16:54:43,719 basehttp 11785 13707014144 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-20 16:54:43,719 basehttp 11785 6152384512 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-20 16:54:43,720 basehttp 11785 13723840512 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-20 16:54:43,721 basehttp 11785 6135558144 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-20 16:54:43,721 basehttp 11785 6152384512 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-20 16:54:43,722 basehttp 11785 13707014144 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-20 16:54:43,723 basehttp 11785 13723840512 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-20 16:54:43,724 basehttp 11785 6152384512 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-20 16:54:43,725 basehttp 11785 13740666880 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 16:54:43,725 basehttp 11785 6169210880 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-20 16:54:43,726 basehttp 11785 6169210880 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-20 16:54:43,726 basehttp 11785 6135558144 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-20 16:54:43,729 basehttp 11785 6135558144 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-20 16:54:43,736 basehttp 11785 6135558144 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-20 16:54:43,737 basehttp 11785 13740666880 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-08-20 16:54:43,737 basehttp 11785 6169210880 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-20 16:54:43,737 basehttp 11785 6169210880 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-20 16:54:45,940 basehttp 11785 6169210880 "GET /en/admin/inpatients/bed/1605/change/ HTTP/1.1" 200 115703 INFO 2025-08-20 16:54:45,953 basehttp 11785 13723840512 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-20 16:54:45,953 basehttp 11785 6169210880 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-20 16:54:45,954 basehttp 11785 6135558144 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-08-20 16:54:45,954 basehttp 11785 6152384512 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-08-20 16:54:45,955 basehttp 11785 6135558144 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-20 16:54:45,955 basehttp 11785 6169210880 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-20 16:54:45,956 basehttp 11785 6169210880 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-20 16:54:45,957 basehttp 11785 13740666880 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 16:54:45,958 basehttp 11785 6169210880 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-20 16:54:45,984 basehttp 11785 6169210880 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-08-20 16:54:45,984 basehttp 11785 13740666880 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-08-20 16:54:49,759 basehttp 11785 13740666880 "GET /en/admin/inpatients/bed/1758/change/ HTTP/1.1" 200 115780 INFO 2025-08-20 16:54:49,777 basehttp 11785 13740666880 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-20 16:55:12,325 log 11785 13740666880 Internal Server Error: /en/admin/inpatients/admission/add/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'length_of_stay' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Admission has no field named 'length_of_stay' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 722, in resolve obj = self.var.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 925, in _resolve_lookup current = current() ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/helpers.py", line 275, in contents f, attr, value = lookup_field(field, obj, model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 302, in lookup_field attr = getattr(obj, name, sentinel) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py", line 832, in length_of_stay return (end_time - self.admission_datetime).days ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ TypeError: unsupported operand type(s) for -: 'datetime.datetime' and 'NoneType' ERROR 2025-08-20 16:55:12,328 basehttp 11785 13740666880 "GET /en/admin/inpatients/admission/add/?_to_field=id&_popup=1 HTTP/1.1" 500 597924 INFO 2025-08-20 16:55:27,416 basehttp 11785 13740666880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 16:55:49,897 basehttp 11785 13740666880 "POST /en/admin/inpatients/bed/1758/change/ HTTP/1.1" 302 0 INFO 2025-08-20 16:55:49,943 basehttp 11785 13740666880 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 144570 INFO 2025-08-20 16:55:49,960 basehttp 11785 13740666880 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 16:55:49,969 basehttp 11785 13740666880 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-20 16:55:56,366 basehttp 11785 13740666880 "GET /en/inpatients/beds/1758/ HTTP/1.1" 200 33423 WARNING 2025-08-20 16:55:56,378 log 11785 13740666880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:55:56,378 basehttp 11785 13740666880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:55:56,419 basehttp 11785 13740666880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 16:56:01,672 basehttp 11785 13740666880 "GET /en/inpatients/admissions/335/ HTTP/1.1" 200 23994 WARNING 2025-08-20 16:56:02,081 log 11785 13740666880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:56:02,081 basehttp 11785 13740666880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:56:02,121 basehttp 11785 13740666880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-08-20 16:56:11,420 log 11785 13740666880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:56:11,420 basehttp 11785 13740666880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 16:56:11,429 log 11785 13740666880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:56:11,429 basehttp 11785 13740666880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 16:56:16,361 log 11785 6135558144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:56:16,362 basehttp 11785 6135558144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:56:16,375 basehttp 11785 6169210880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-08-20 16:56:16,377 log 11785 6135558144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:56:16,377 basehttp 11785 6135558144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:56:16,431 basehttp 11785 13740666880 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 16:56:17,273 basehttp 11785 13740666880 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 WARNING 2025-08-20 16:56:17,291 log 11785 6135558144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:56:17,291 basehttp 11785 6135558144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:56:17,420 basehttp 11785 6135558144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 16:56:17,540 basehttp 11785 6135558144 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 16:56:24,177 basehttp 11785 6135558144 "GET /en/inpatients/discharge/335/ HTTP/1.1" 302 0 INFO 2025-08-20 16:56:24,192 basehttp 11785 6135558144 "GET /en/inpatients/admissions/335/ HTTP/1.1" 200 24426 WARNING 2025-08-20 16:56:24,215 log 11785 6135558144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:56:24,215 basehttp 11785 6135558144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:56:24,250 basehttp 11785 6135558144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 16:57:01,978 autoreload 11785 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 16:57:02,327 autoreload 13576 8601149632 Watching for file changes with StatReloader WARNING 2025-08-20 16:57:04,218 log 13576 6207795200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:57:04,218 basehttp 13576 6207795200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 16:57:04,229 log 13576 6207795200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:57:04,229 basehttp 13576 6207795200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:57:04,325 basehttp 13576 6190968832 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 16:57:04,908 basehttp 13576 6190968832 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 WARNING 2025-08-20 16:57:04,924 log 13576 6207795200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:57:04,924 basehttp 13576 6207795200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:57:05,046 basehttp 13576 6207795200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 16:57:05,165 basehttp 13576 6207795200 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 16:57:10,436 basehttp 13576 6207795200 "GET /en/inpatients/discharge/335/ HTTP/1.1" 302 0 INFO 2025-08-20 16:57:10,482 basehttp 13576 6207795200 "GET /en/inpatients/admissions/335/ HTTP/1.1" 200 24426 WARNING 2025-08-20 16:57:10,505 log 13576 6207795200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:57:10,505 basehttp 13576 6207795200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:57:10,545 basehttp 13576 6207795200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 16:57:32,672 autoreload 13576 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 16:57:33,012 autoreload 13813 8601149632 Watching for file changes with StatReloader WARNING 2025-08-20 16:57:34,512 log 13813 6157840384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:57:34,512 basehttp 13813 6157840384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 16:57:34,529 log 13813 6157840384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:57:34,529 basehttp 13813 6157840384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:57:35,208 basehttp 13813 6157840384 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 WARNING 2025-08-20 16:57:35,219 log 13813 6191493120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:57:35,219 basehttp 13813 6191493120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:57:35,270 basehttp 13813 6174666752 - Broken pipe from ('127.0.0.1', 49970) INFO 2025-08-20 16:57:35,334 basehttp 13813 6191493120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 16:57:35,446 basehttp 13813 6191493120 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 ERROR 2025-08-20 16:57:41,650 log 13813 6191493120 Internal Server Error: /en/inpatients/discharge/335/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2174, in discharge_patient summary_form = DischargeSummaryForm( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 324, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'admission' ERROR 2025-08-20 16:57:41,651 basehttp 13813 6191493120 "GET /en/inpatients/discharge/335/ HTTP/1.1" 500 78475 WARNING 2025-08-20 16:57:41,673 log 13813 6191493120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:57:41,673 basehttp 13813 6191493120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:59:08,966 autoreload 13813 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py changed, reloading. INFO 2025-08-20 16:59:09,283 autoreload 14519 8601149632 Watching for file changes with StatReloader WARNING 2025-08-20 16:59:13,296 log 14519 6189281280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:59:13,296 basehttp 14519 6189281280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:59:13,342 basehttp 14519 6172454912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-08-20 16:59:13,345 log 14519 6189281280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:59:13,346 basehttp 14519 6189281280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:59:13,399 basehttp 14519 6155628544 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 16:59:13,792 basehttp 14519 6155628544 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 WARNING 2025-08-20 16:59:13,803 log 14519 6189281280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:59:13,803 basehttp 14519 6189281280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:59:13,944 basehttp 14519 6189281280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 16:59:14,071 basehttp 14519 6189281280 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 ERROR 2025-08-20 16:59:22,004 log 14519 6189281280 Internal Server Error: /en/inpatients/discharge/335/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2174, in discharge_patient summary_form = DischargeSummaryForm( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 324, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'admission' ERROR 2025-08-20 16:59:22,006 basehttp 14519 6189281280 "GET /en/inpatients/discharge/335/ HTTP/1.1" 500 78436 WARNING 2025-08-20 16:59:22,028 log 14519 6189281280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:59:22,028 basehttp 14519 6189281280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:00:59,517 autoreload 14519 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 17:00:59,869 autoreload 15292 8601149632 Watching for file changes with StatReloader WARNING 2025-08-20 17:01:00,675 log 15292 6203207680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:01:00,675 basehttp 15292 6203207680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 17:01:00,683 log 15292 6203207680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:01:00,684 basehttp 15292 6203207680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:01:00,720 basehttp 15292 6186381312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 17:01:00,777 basehttp 15292 6169554944 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 17:01:01,241 basehttp 15292 6169554944 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 WARNING 2025-08-20 17:01:01,253 log 15292 6186381312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:01:01,253 basehttp 15292 6186381312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:01:01,375 basehttp 15292 6186381312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 17:01:01,494 basehttp 15292 6186381312 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 17:01:06,096 basehttp 15292 6186381312 "GET /en/inpatients/discharge/335/ HTTP/1.1" 302 0 INFO 2025-08-20 17:01:06,115 basehttp 15292 6186381312 "GET /en/inpatients/admissions/335/ HTTP/1.1" 200 24426 WARNING 2025-08-20 17:01:06,407 log 15292 6186381312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:01:06,407 basehttp 15292 6186381312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:01:06,446 basehttp 15292 6186381312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 17:02:06,463 basehttp 15292 6186381312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 17:02:22,072 autoreload 15292 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 17:02:22,445 autoreload 15910 8601149632 Watching for file changes with StatReloader WARNING 2025-08-20 17:02:22,957 log 15910 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:02:22,957 basehttp 15910 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:02:22,999 basehttp 15910 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 17:02:23,002 log 15910 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:02:23,004 basehttp 15910 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:02:23,006 basehttp 15910 13052751872 - Broken pipe from ('127.0.0.1', 51204) INFO 2025-08-20 17:02:23,059 basehttp 15910 6159806464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 17:02:23,614 basehttp 15910 6159806464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 WARNING 2025-08-20 17:02:23,628 log 15910 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:02:23,628 basehttp 15910 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:02:23,765 basehttp 15910 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 17:02:23,915 basehttp 15910 13035925504 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 17:02:28,871 basehttp 15910 13035925504 "GET /en/inpatients/discharge/335/ HTTP/1.1" 302 0 INFO 2025-08-20 17:02:28,889 basehttp 15910 13035925504 "GET /en/inpatients/admissions/335/ HTTP/1.1" 200 24426 WARNING 2025-08-20 17:02:28,910 log 15910 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:02:28,911 basehttp 15910 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:02:28,947 basehttp 15910 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 17:03:26,955 autoreload 15910 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 17:03:27,294 autoreload 16385 8601149632 Watching for file changes with StatReloader WARNING 2025-08-20 17:03:28,403 log 16385 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:03:28,404 basehttp 16385 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 17:03:28,413 log 16385 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:03:28,413 basehttp 16385 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:03:28,449 basehttp 16385 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 17:03:28,508 basehttp 16385 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 17:03:28,960 basehttp 16385 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 WARNING 2025-08-20 17:03:28,970 log 16385 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:03:28,970 basehttp 16385 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:03:29,105 basehttp 16385 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 17:03:29,234 basehttp 16385 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 ERROR 2025-08-20 17:03:34,886 log 16385 6358691840 Internal Server Error: /en/inpatients/discharge/335/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2142, in discharge_patient print(admission.status.first) ^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'str' object has no attribute 'first' ERROR 2025-08-20 17:03:34,887 basehttp 16385 6358691840 "GET /en/inpatients/discharge/335/ HTTP/1.1" 500 72822 WARNING 2025-08-20 17:03:34,908 log 16385 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:03:34,909 basehttp 16385 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:04:02,773 autoreload 16385 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 17:04:03,119 autoreload 16717 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 17:04:37,518 basehttp 16717 6160756736 "GET /en/admin/inpatients/bed/?o=6.2 HTTP/1.1" 200 148158 INFO 2025-08-20 17:04:37,536 basehttp 16717 6160756736 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 17:04:38,787 basehttp 16717 6160756736 "GET /en/admin/inpatients/bed/?o=-6.2 HTTP/1.1" 200 148419 INFO 2025-08-20 17:04:38,801 basehttp 16717 6160756736 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 17:04:43,538 basehttp 16717 6160756736 "GET /en/admin/inpatients/bed/1758/change/?_changelist_filters=o%3D-6.2 HTTP/1.1" 200 115876 INFO 2025-08-20 17:04:43,556 basehttp 16717 6160756736 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 17:05:04,024 basehttp 16717 6160756736 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 139052 INFO 2025-08-20 17:05:04,044 basehttp 16717 6160756736 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 17:05:21,203 basehttp 16717 6160756736 "GET /en/admin/inpatients/admission/?o=1.-2 HTTP/1.1" 200 142535 INFO 2025-08-20 17:05:21,215 basehttp 16717 6160756736 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 17:05:25,669 basehttp 16717 6160756736 "GET /en/admin/inpatients/admission/335/change/?_changelist_filters=o%3D1.-2 HTTP/1.1" 200 161502 INFO 2025-08-20 17:05:25,685 basehttp 16717 6177583104 "GET /static/admin/js/SelectBox.js HTTP/1.1" 200 4530 INFO 2025-08-20 17:05:25,685 basehttp 16717 6194409472 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 200 15845 INFO 2025-08-20 17:05:25,686 basehttp 16717 6160756736 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 17:05:25,706 basehttp 16717 6160756736 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 200 3291 INFO 2025-08-20 17:05:41,398 basehttp 16717 6160756736 "POST /en/admin/inpatients/admission/335/change/?_changelist_filters=o%3D1.-2 HTTP/1.1" 302 0 INFO 2025-08-20 17:05:41,473 basehttp 16717 6160756736 "GET /en/admin/inpatients/admission/?o=1.-2 HTTP/1.1" 200 142762 INFO 2025-08-20 17:05:41,488 basehttp 16717 6160756736 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-20 17:05:45,278 log 16717 6160756736 Internal Server Error: /en/inpatients/discharge/335/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2174, in discharge_patient summary_form = DischargeSummaryForm( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 324, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'admission' ERROR 2025-08-20 17:05:45,279 basehttp 16717 6160756736 "GET /en/inpatients/discharge/335/ HTTP/1.1" 500 78573 WARNING 2025-08-20 17:05:45,290 log 16717 6160756736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:05:45,291 basehttp 16717 6160756736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 17:05:47,471 log 16717 6177583104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:05:47,472 basehttp 16717 6177583104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:05:47,506 basehttp 16717 6194409472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 17:05:47,508 log 16717 6177583104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:05:47,509 basehttp 16717 6177583104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:05:47,562 basehttp 16717 6160756736 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 17:05:48,243 basehttp 16717 6160756736 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 WARNING 2025-08-20 17:05:48,262 log 16717 6160756736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:05:48,262 basehttp 16717 6160756736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:05:48,396 basehttp 16717 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 17:05:48,553 basehttp 16717 6160756736 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 ERROR 2025-08-20 17:05:53,708 log 16717 6160756736 Internal Server Error: /en/inpatients/discharge/335/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2174, in discharge_patient summary_form = DischargeSummaryForm( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 324, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'admission' ERROR 2025-08-20 17:05:53,708 basehttp 16717 6160756736 "GET /en/inpatients/discharge/335/ HTTP/1.1" 500 78436 WARNING 2025-08-20 17:05:53,730 log 16717 6160756736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:05:53,730 basehttp 16717 6160756736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:06:58,269 basehttp 16717 6160756736 "GET /en/admin/inpatients/admission/?admission_datetime__month=8&admission_datetime__year=2025&o=1.-2 HTTP/1.1" 200 126305 INFO 2025-08-20 17:06:58,286 basehttp 16717 6160756736 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 17:07:11,741 basehttp 16717 6160756736 "GET /en/admin/inpatients/admission/335/change/?_changelist_filters=admission_datetime__month%3D8%26admission_datetime__year%3D2025%26o%3D1.-2 HTTP/1.1" 200 161699 INFO 2025-08-20 17:07:11,758 basehttp 16717 6160756736 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 17:07:49,725 basehttp 16717 6160756736 "POST /en/admin/inpatients/admission/335/change/?_changelist_filters=admission_datetime__month%3D8%26admission_datetime__year%3D2025%26o%3D1.-2 HTTP/1.1" 302 0 INFO 2025-08-20 17:07:49,789 basehttp 16717 6160756736 "GET /en/admin/inpatients/admission/?admission_datetime__month=8&admission_datetime__year=2025&o=1.-2 HTTP/1.1" 200 126542 INFO 2025-08-20 17:07:49,803 basehttp 16717 6160756736 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-20 17:07:54,800 log 16717 6160756736 Internal Server Error: /en/inpatients/discharge/335/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2174, in discharge_patient summary_form = DischargeSummaryForm( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 324, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'admission' ERROR 2025-08-20 17:07:54,801 basehttp 16717 6160756736 "GET /en/inpatients/discharge/335/ HTTP/1.1" 500 78573 WARNING 2025-08-20 17:07:54,814 log 16717 6160756736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:07:54,814 basehttp 16717 6160756736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-20 17:41:48,232 log 16717 6160756736 Internal Server Error: /en/inpatients/discharge/335/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2174, in discharge_patient summary_form = DischargeSummaryForm( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 324, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'admission' ERROR 2025-08-20 17:41:48,233 basehttp 16717 6160756736 "GET /en/inpatients/discharge/335/ HTTP/1.1" 500 78573 WARNING 2025-08-20 17:41:48,247 log 16717 6160756736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:41:48,247 basehttp 16717 6160756736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:05:13,191 autoreload 16717 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py changed, reloading. INFO 2025-08-20 18:05:13,513 autoreload 43280 8601149632 Watching for file changes with StatReloader ERROR 2025-08-20 18:05:15,770 log 43280 6164377600 Internal Server Error: /en/inpatients/discharge/335/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2174, in discharge_patient summary_form = DischargeSummaryForm( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 324, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'admission' ERROR 2025-08-20 18:05:15,771 basehttp 43280 6164377600 "GET /en/inpatients/discharge/335/ HTTP/1.1" 500 78573 WARNING 2025-08-20 18:05:15,784 log 43280 6164377600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:05:15,784 basehttp 43280 6164377600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:05:33,397 autoreload 43280 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py changed, reloading. INFO 2025-08-20 18:05:33,713 autoreload 43448 8601149632 Watching for file changes with StatReloader ERROR 2025-08-20 18:05:35,853 log 43448 6127038464 Internal Server Error: /en/inpatients/discharge/335/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2174, in discharge_patient summary_form = DischargeSummaryForm( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 324, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'admission' ERROR 2025-08-20 18:05:35,855 basehttp 43448 6127038464 "GET /en/inpatients/discharge/335/ HTTP/1.1" 500 78581 WARNING 2025-08-20 18:05:35,868 log 43448 6127038464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:05:35,868 basehttp 43448 6127038464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:07:21,092 autoreload 43448 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py changed, reloading. INFO 2025-08-20 18:07:21,392 autoreload 44216 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 18:10:03,884 autoreload 44216 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py changed, reloading. INFO 2025-08-20 18:10:04,238 autoreload 45440 8601149632 Watching for file changes with StatReloader ERROR 2025-08-20 18:10:07,023 log 45440 6156267520 Internal Server Error: /en/inpatients/discharge/335/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2174, in discharge_patient summary_form = DischargeSummaryForm( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 324, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'admission' ERROR 2025-08-20 18:10:07,024 basehttp 45440 6156267520 "GET /en/inpatients/discharge/335/ HTTP/1.1" 500 78583 WARNING 2025-08-20 18:10:07,037 log 45440 6156267520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:10:07,037 basehttp 45440 6156267520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:19:50,786 autoreload 45440 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py changed, reloading. INFO 2025-08-20 18:19:51,098 autoreload 49636 8601149632 Watching for file changes with StatReloader ERROR 2025-08-20 18:25:08,789 log 49636 6202781696 Internal Server Error: /en/inpatients/discharge/335/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2174, in discharge_patient summary_form = DischargeSummaryForm( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 324, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'admission' ERROR 2025-08-20 18:25:08,790 basehttp 49636 6202781696 "GET /en/inpatients/discharge/335/ HTTP/1.1" 500 78573 WARNING 2025-08-20 18:25:08,801 log 49636 6202781696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:25:08,801 basehttp 49636 6202781696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 18:25:10,374 log 49636 6202781696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:25:10,374 basehttp 49636 6202781696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:25:10,728 basehttp 49636 6202781696 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 18:25:11,855 basehttp 49636 6202781696 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 WARNING 2025-08-20 18:25:11,870 log 49636 6219608064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:25:11,870 basehttp 49636 6219608064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:25:11,967 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:25:12,093 basehttp 49636 6219608064 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 18:25:25,768 basehttp 49636 6219608064 "GET /en/inpatients/discharge/323/ HTTP/1.1" 302 0 INFO 2025-08-20 18:25:25,788 basehttp 49636 6219608064 "GET /en/inpatients/admissions/323/ HTTP/1.1" 200 26837 WARNING 2025-08-20 18:25:25,808 log 49636 6219608064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:25:25,808 basehttp 49636 6219608064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:25:25,848 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 18:25:32,918 log 49636 6219608064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:25:32,918 basehttp 49636 6219608064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 18:25:32,931 log 49636 6219608064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:25:32,931 basehttp 49636 6219608064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:25:42,091 basehttp 49636 6219608064 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 18:26:11,970 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:26:12,094 basehttp 49636 6219608064 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 18:26:42,122 basehttp 49636 6219608064 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 18:27:11,974 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:27:12,101 basehttp 49636 6219608064 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 18:27:42,119 basehttp 49636 6219608064 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 18:28:11,982 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:28:12,101 basehttp 49636 6219608064 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 18:28:34,764 basehttp 49636 6219608064 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 WARNING 2025-08-20 18:28:34,782 log 49636 6219608064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:28:34,783 basehttp 49636 6219608064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:28:34,918 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:28:35,036 basehttp 49636 6219608064 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 INFO 2025-08-20 18:28:39,933 basehttp 49636 6219608064 "GET /en/inpatients/beds/1705/maintenance/ HTTP/1.1" 200 34313 WARNING 2025-08-20 18:28:39,954 log 49636 6219608064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:28:39,954 basehttp 49636 6219608064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:28:39,975 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 18:28:42,327 log 49636 6219608064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:28:42,327 basehttp 49636 6219608064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 18:28:42,337 log 49636 6219608064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:28:42,337 basehttp 49636 6219608064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:28:43,693 basehttp 49636 6219608064 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 51178 WARNING 2025-08-20 18:28:43,706 log 49636 6219608064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:28:43,706 basehttp 49636 6219608064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:28:43,747 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:28:48,262 basehttp 49636 6219608064 "GET /en/inpatients/admissions/ HTTP/1.1" 200 160288 WARNING 2025-08-20 18:28:48,282 log 49636 6219608064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:28:48,283 basehttp 49636 6219608064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:28:48,324 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:29:00,224 basehttp 49636 6219608064 "GET /en/inpatients/admissions/393/ HTTP/1.1" 200 23806 WARNING 2025-08-20 18:29:00,242 log 49636 6219608064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:29:00,242 basehttp 49636 6219608064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:29:00,282 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 18:29:02,384 log 49636 6219608064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:29:02,384 basehttp 49636 6219608064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 18:29:02,399 log 49636 6219608064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:29:02,399 basehttp 49636 6219608064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:29:48,326 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:30:26,738 basehttp 49636 6219608064 "GET /en/inpatients/admissions/ HTTP/1.1" 200 160424 WARNING 2025-08-20 18:30:26,753 log 49636 6219608064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:30:26,753 basehttp 49636 6219608064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:30:26,810 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:31:26,824 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:32:26,828 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:33:26,833 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:34:26,834 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:35:26,841 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:36:26,876 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:37:26,884 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:38:26,889 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:39:26,896 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:40:26,900 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:41:27,419 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:42:29,414 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:43:57,410 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:45:57,410 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:47:57,413 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:49:57,419 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:51:57,419 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:53:57,421 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 18:55:57,422 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 18:57:20,123 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 18:58:20,421 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 18:59:22,426 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 19:00:57,428 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 19:02:57,424 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:04:57,428 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:06:57,335 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:08:57,336 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:10:57,336 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:12:57,335 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:14:57,338 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:16:57,332 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:18:57,331 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:20:57,332 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:22:57,324 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:24:57,325 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:26:57,321 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:28:57,322 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:30:57,323 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:32:57,318 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:34:57,317 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:35:57,319 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:36:57,313 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:37:57,320 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:38:57,383 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:39:21,460 autoreload 49636 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 19:39:21,827 autoreload 84486 8601149632 Watching for file changes with StatReloader ERROR 2025-08-20 19:39:22,352 log 84486 6130692096 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 596, in get_queryset total_admissions = queryset.aggregate(Sum('total_beds'))['total_beds__sum'] or 0 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'total_beds' into field. Choices are: acuity_level, admission_datetime, admission_id, admission_notes, admission_source, admission_type, admitting_diagnosis, admitting_physician, admitting_physician_id, advance_directive, alerts, allergies, anticipated_discharge_date, assigned_bed, attending_physician, attending_physician_id, authorization_number, chief_complaint, code_status, consulting_physicians, created_at, created_by, created_by_id, current_bed, current_bed_id, current_ward, current_ward_id, discharge_datetime, discharge_disposition, discharge_planner, discharge_planner_id, discharge_planning_started, discharge_summary, encounters, estimated_length_of_stay, healthcare_proxy, id, insurance_verified, isolation_required, isolation_type, medical_bills, patient, patient_id, priority, secondary_diagnoses, special_needs, status, surgeries, surgical_cases, tenant, tenant_id, transfers, updated_at ERROR 2025-08-20 19:39:22,355 basehttp 84486 6130692096 "GET /en/inpatients/admissions/ HTTP/1.1" 500 133551 WARNING 2025-08-20 19:39:22,370 log 84486 6130692096 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:39:22,370 basehttp 84486 6130692096 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:41:18,113 autoreload 84486 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 19:41:18,435 autoreload 85413 8601149632 Watching for file changes with StatReloader ERROR 2025-08-20 19:41:18,842 log 85413 6190313472 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 596, in get_queryset total_admissions = queryset.filter(is_active=True).count() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_active' into field. Choices are: acuity_level, admission_datetime, admission_id, admission_notes, admission_source, admission_type, admitting_diagnosis, admitting_physician, admitting_physician_id, advance_directive, alerts, allergies, anticipated_discharge_date, assigned_bed, attending_physician, attending_physician_id, authorization_number, chief_complaint, code_status, consulting_physicians, created_at, created_by, created_by_id, current_bed, current_bed_id, current_ward, current_ward_id, discharge_datetime, discharge_disposition, discharge_planner, discharge_planner_id, discharge_planning_started, discharge_summary, encounters, estimated_length_of_stay, healthcare_proxy, id, insurance_verified, isolation_required, isolation_type, medical_bills, patient, patient_id, priority, secondary_diagnoses, special_needs, status, surgeries, surgical_cases, tenant, tenant_id, transfers, updated_at ERROR 2025-08-20 19:41:18,844 basehttp 85413 6190313472 "GET /en/inpatients/admissions/ HTTP/1.1" 500 135848 WARNING 2025-08-20 19:41:18,857 log 85413 6190313472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:41:18,857 basehttp 85413 6190313472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:42:11,434 autoreload 85413 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 19:42:11,747 autoreload 85811 8601149632 Watching for file changes with StatReloader ERROR 2025-08-20 19:42:12,186 log 85811 6128644096 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 634, in get_context_data 'total_admissions': self.total_admissions ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'AdmissionListView' object has no attribute 'total_admissions' ERROR 2025-08-20 19:42:12,188 basehttp 85811 6128644096 "GET /en/inpatients/admissions/ HTTP/1.1" 500 89036 WARNING 2025-08-20 19:42:12,202 log 85811 6128644096 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:42:12,202 basehttp 85811 6128644096 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:42:37,899 autoreload 85811 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 19:42:38,262 autoreload 85976 8601149632 Watching for file changes with StatReloader ERROR 2025-08-20 19:42:39,148 log 85976 6135934976 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 634, in get_context_data 'total_admissions': self.queryset.total_admissions ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'total_admissions' ERROR 2025-08-20 19:42:39,149 basehttp 85976 6135934976 "GET /en/inpatients/admissions/ HTTP/1.1" 500 89036 WARNING 2025-08-20 19:42:39,161 log 85976 6135934976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:42:39,161 basehttp 85976 6135934976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-20 19:42:40,064 log 85976 6135934976 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 634, in get_context_data 'total_admissions': self.queryset.total_admissions ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'total_admissions' ERROR 2025-08-20 19:42:40,065 basehttp 85976 6135934976 "GET /en/inpatients/admissions/ HTTP/1.1" 500 89036 WARNING 2025-08-20 19:42:40,080 log 85976 6135934976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:42:40,080 basehttp 85976 6135934976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:43:00,194 autoreload 85976 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 19:43:00,524 autoreload 86138 8601149632 Watching for file changes with StatReloader ERROR 2025-08-20 19:43:01,107 log 86138 6162411520 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 632, in get_context_data 'total_admissions': self.queryset.count() ^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'count' ERROR 2025-08-20 19:43:01,108 basehttp 86138 6162411520 "GET /en/inpatients/admissions/ HTTP/1.1" 500 88952 WARNING 2025-08-20 19:43:01,120 log 86138 6162411520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:43:01,120 basehttp 86138 6162411520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-20 19:43:02,114 log 86138 6162411520 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 632, in get_context_data 'total_admissions': self.queryset.count() ^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'count' ERROR 2025-08-20 19:43:02,115 basehttp 86138 6162411520 "GET /en/inpatients/admissions/ HTTP/1.1" 500 88952 WARNING 2025-08-20 19:43:02,129 log 86138 6162411520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:43:02,129 basehttp 86138 6162411520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:43:26,704 autoreload 86138 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 19:43:27,025 autoreload 86372 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 19:43:27,952 basehttp 86372 6128431104 "GET /en/inpatients/admissions/ HTTP/1.1" 200 160424 WARNING 2025-08-20 19:43:27,970 log 86372 6128431104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:43:27,970 basehttp 86372 6128431104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:43:28,054 basehttp 86372 6128431104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:44:10,621 autoreload 86372 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 19:44:10,984 autoreload 86686 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 19:44:11,719 basehttp 86686 6127595520 "GET /en/inpatients/admissions/ HTTP/1.1" 200 160426 WARNING 2025-08-20 19:44:11,738 log 86686 6127595520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:44:11,738 basehttp 86686 6127595520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:44:11,783 basehttp 86686 6127595520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:45:11,794 basehttp 86686 6127595520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:45:47,929 autoreload 86686 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 19:45:48,287 autoreload 87402 8601149632 Watching for file changes with StatReloader ERROR 2025-08-20 19:45:48,595 log 87402 6203420672 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 629, in get_context_data active_admissions = Admission.objects.filter(tenant=self.request.user.tenant, is_active=True).count() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_active' into field. Choices are: acuity_level, admission_datetime, admission_id, admission_notes, admission_source, admission_type, admitting_diagnosis, admitting_physician, admitting_physician_id, advance_directive, alerts, allergies, anticipated_discharge_date, assigned_bed, attending_physician, attending_physician_id, authorization_number, chief_complaint, code_status, consulting_physicians, created_at, created_by, created_by_id, current_bed, current_bed_id, current_ward, current_ward_id, discharge_datetime, discharge_disposition, discharge_planner, discharge_planner_id, discharge_planning_started, discharge_summary, encounters, estimated_length_of_stay, healthcare_proxy, id, insurance_verified, isolation_required, isolation_type, medical_bills, patient, patient_id, priority, secondary_diagnoses, special_needs, status, surgeries, surgical_cases, tenant, tenant_id, transfers, updated_at ERROR 2025-08-20 19:45:48,597 basehttp 87402 6203420672 "GET /en/inpatients/admissions/ HTTP/1.1" 500 143156 WARNING 2025-08-20 19:45:48,613 log 87402 6203420672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:45:48,614 basehttp 87402 6203420672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:46:25,773 autoreload 87402 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 19:46:26,097 autoreload 87722 8601149632 Watching for file changes with StatReloader ERROR 2025-08-20 19:46:27,316 log 87722 6124482560 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 629, in get_context_data active_admissions = Admission.objects.filter(tenant=self.request.user.tenant, admission__is_active=True).count() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'admission' into field. Choices are: acuity_level, admission_datetime, admission_id, admission_notes, admission_source, admission_type, admitting_diagnosis, admitting_physician, admitting_physician_id, advance_directive, alerts, allergies, anticipated_discharge_date, assigned_bed, attending_physician, attending_physician_id, authorization_number, chief_complaint, code_status, consulting_physicians, created_at, created_by, created_by_id, current_bed, current_bed_id, current_ward, current_ward_id, discharge_datetime, discharge_disposition, discharge_planner, discharge_planner_id, discharge_planning_started, discharge_summary, encounters, estimated_length_of_stay, healthcare_proxy, id, insurance_verified, isolation_required, isolation_type, medical_bills, patient, patient_id, priority, secondary_diagnoses, special_needs, status, surgeries, surgical_cases, tenant, tenant_id, transfers, updated_at ERROR 2025-08-20 19:46:27,318 basehttp 87722 6124482560 "GET /en/inpatients/admissions/ HTTP/1.1" 500 143360 WARNING 2025-08-20 19:46:27,329 log 87722 6124482560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:46:27,329 basehttp 87722 6124482560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-20 19:46:28,273 log 87722 6124482560 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 629, in get_context_data active_admissions = Admission.objects.filter(tenant=self.request.user.tenant, admission__is_active=True).count() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'admission' into field. Choices are: acuity_level, admission_datetime, admission_id, admission_notes, admission_source, admission_type, admitting_diagnosis, admitting_physician, admitting_physician_id, advance_directive, alerts, allergies, anticipated_discharge_date, assigned_bed, attending_physician, attending_physician_id, authorization_number, chief_complaint, code_status, consulting_physicians, created_at, created_by, created_by_id, current_bed, current_bed_id, current_ward, current_ward_id, discharge_datetime, discharge_disposition, discharge_planner, discharge_planner_id, discharge_planning_started, discharge_summary, encounters, estimated_length_of_stay, healthcare_proxy, id, insurance_verified, isolation_required, isolation_type, medical_bills, patient, patient_id, priority, secondary_diagnoses, special_needs, status, surgeries, surgical_cases, tenant, tenant_id, transfers, updated_at ERROR 2025-08-20 19:46:28,273 basehttp 87722 6124482560 "GET /en/inpatients/admissions/ HTTP/1.1" 500 143360 WARNING 2025-08-20 19:46:28,290 log 87722 6124482560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:46:28,290 basehttp 87722 6124482560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:48:30,669 autoreload 87722 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 19:48:30,992 autoreload 88664 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 19:48:31,405 basehttp 88664 6137507840 "GET /en/inpatients/admissions/ HTTP/1.1" 200 160428 WARNING 2025-08-20 19:48:31,426 log 88664 6137507840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:48:31,426 basehttp 88664 6137507840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:48:31,501 basehttp 88664 6137507840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 19:48:53,851 log 88664 6137507840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:48:53,851 basehttp 88664 6137507840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 19:48:54,757 log 88664 6137507840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:48:54,757 basehttp 88664 6137507840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 19:48:55,954 log 88664 6137507840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:48:55,955 basehttp 88664 6137507840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:48:56,244 basehttp 88664 6137507840 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 INFO 2025-08-20 19:49:00,883 basehttp 88664 6137507840 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 51178 WARNING 2025-08-20 19:49:00,904 log 88664 6137507840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:49:00,904 basehttp 88664 6137507840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:49:00,928 basehttp 88664 6137507840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 19:49:04,556 log 88664 6137507840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:49:04,557 basehttp 88664 6137507840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 19:49:04,566 log 88664 6137507840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:49:04,566 basehttp 88664 6137507840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:49:26,220 basehttp 88664 6137507840 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 INFO 2025-08-20 19:49:56,110 basehttp 88664 6137507840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:49:56,240 basehttp 88664 6137507840 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 INFO 2025-08-20 19:50:26,246 basehttp 88664 6137507840 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 ERROR 2025-08-20 19:50:39,849 log 88664 6137507840 Internal Server Error: /en/inpatients/discharge/335/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2179, in discharge_patient summary_form = DischargeSummaryForm( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 324, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'admission' ERROR 2025-08-20 19:50:39,851 basehttp 88664 6137507840 "GET /en/inpatients/discharge/335/ HTTP/1.1" 500 78436 WARNING 2025-08-20 19:50:39,870 log 88664 6137507840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:50:39,870 basehttp 88664 6137507840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:54:23,134 autoreload 88664 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 19:54:23,622 autoreload 91187 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 19:54:25,316 basehttp 91187 6164770816 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35327 WARNING 2025-08-20 19:54:25,334 log 91187 6164770816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:54:25,334 basehttp 91187 6164770816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:54:25,372 basehttp 91187 6164770816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-08-20 19:55:10,634 log 91187 6198423552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:55:10,635 basehttp 91187 6198423552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:55:10,636 basehttp 91187 6164770816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-08-20 19:55:10,680 log 91187 6164770816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:55:10,680 basehttp 91187 6164770816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:55:10,741 basehttp 91187 6181597184 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 INFO 2025-08-20 19:55:12,803 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35327 WARNING 2025-08-20 19:55:12,821 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:55:12,821 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:55:12,863 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 19:56:12,867 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 19:57:03,985 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35287 WARNING 2025-08-20 19:57:03,998 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:57:03,998 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:57:04,041 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 19:57:20,718 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35287 WARNING 2025-08-20 19:57:20,730 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:57:20,730 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:57:20,774 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 19:57:29,632 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35302 WARNING 2025-08-20 19:57:29,644 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:57:29,644 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:57:29,690 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 19:57:49,977 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35321 WARNING 2025-08-20 19:57:49,988 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:57:49,988 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:57:50,030 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 19:58:23,170 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35349 WARNING 2025-08-20 19:58:23,187 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:58:23,187 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:58:23,223 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 19:58:51,600 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35359 WARNING 2025-08-20 19:58:51,612 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:58:51,612 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:58:51,655 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 19:59:51,680 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 20:00:33,859 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35348 WARNING 2025-08-20 20:00:33,872 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 20:00:33,873 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 20:00:33,914 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 20:01:33,917 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 20:01:35,008 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35348 WARNING 2025-08-20 20:01:35,023 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 20:01:35,023 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 20:01:35,064 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 20:01:48,328 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35344 WARNING 2025-08-20 20:01:48,340 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 20:01:48,340 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 20:01:48,382 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 20:02:21,032 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35357 WARNING 2025-08-20 20:02:21,043 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 20:02:21,044 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 20:02:21,085 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:03:21,100 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:03:45,964 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35362 WARNING 2025-08-20 20:03:45,975 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 20:03:45,975 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 20:03:46,009 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:04:06,770 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35336 WARNING 2025-08-20 20:04:06,782 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 20:04:06,782 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 20:04:06,825 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:04:14,420 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35340 WARNING 2025-08-20 20:04:14,433 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 20:04:14,433 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 20:04:14,479 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:05:14,482 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:05:16,712 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35374 WARNING 2025-08-20 20:05:16,725 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 20:05:16,725 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 20:05:16,766 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:06:16,780 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:07:16,810 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:08:16,818 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:08:38,370 autoreload 91187 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 20:08:38,769 autoreload 97464 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 20:08:40,030 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 WARNING 2025-08-20 20:08:40,052 log 97464 6201421824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 20:08:40,052 basehttp 97464 6201421824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 20:08:40,171 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:08:40,289 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 INFO 2025-08-20 20:08:46,408 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40376 WARNING 2025-08-20 20:08:46,426 log 97464 6201421824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 20:08:46,427 basehttp 97464 6201421824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 20:08:46,466 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:09:46,483 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:10:46,486 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:11:46,482 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:12:46,497 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:13:46,497 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:14:46,497 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:15:46,498 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:16:46,505 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:17:46,503 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:18:46,521 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:19:47,441 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:20:49,451 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:26:13,249 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 21:50:40,363 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:12:47,178 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:14:30,871 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:15:30,881 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:16:30,883 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:16:36,227 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 INFO 2025-08-20 22:17:06,220 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 INFO 2025-08-20 22:17:36,093 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:17:36,211 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 INFO 2025-08-20 22:18:06,210 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 INFO 2025-08-20 22:18:36,111 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:18:36,219 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 INFO 2025-08-20 22:19:06,234 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 INFO 2025-08-20 22:19:36,096 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:19:36,206 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 INFO 2025-08-20 22:19:39,903 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2106667 INFO 2025-08-20 22:19:40,018 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:19:40,134 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2106667 INFO 2025-08-20 22:19:52,351 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109899 INFO 2025-08-20 22:19:52,437 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:19:52,553 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109899 INFO 2025-08-20 22:20:22,553 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109899 INFO 2025-08-20 22:20:52,440 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:20:52,551 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109899 INFO 2025-08-20 22:21:22,559 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109899 INFO 2025-08-20 22:21:29,119 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109899 INFO 2025-08-20 22:21:29,212 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:21:29,354 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109899 INFO 2025-08-20 22:21:58,934 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40376 INFO 2025-08-20 22:21:58,973 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:22:51,615 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40393 INFO 2025-08-20 22:22:51,643 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:23:27,005 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40376 INFO 2025-08-20 22:23:27,035 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:24:10,687 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40370 INFO 2025-08-20 22:24:10,720 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:24:41,401 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40404 INFO 2025-08-20 22:24:41,439 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:24:59,586 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40404 INFO 2025-08-20 22:24:59,619 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:25:59,629 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:26:37,906 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40413 INFO 2025-08-20 22:26:37,934 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:27:12,786 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40408 INFO 2025-08-20 22:27:12,822 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:27:26,919 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40412 INFO 2025-08-20 22:27:26,957 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:27:33,051 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40413 INFO 2025-08-20 22:27:33,091 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:28:33,092 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:29:12,648 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40447 INFO 2025-08-20 22:29:12,679 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:29:26,959 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40433 INFO 2025-08-20 22:29:26,986 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:30:27,002 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:31:27,001 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:31:52,094 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40513 INFO 2025-08-20 22:31:52,129 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:32:42,169 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40510 INFO 2025-08-20 22:32:42,212 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:33:25,848 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40510 INFO 2025-08-20 22:33:25,886 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:33:29,579 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109899 INFO 2025-08-20 22:33:38,253 basehttp 97464 6201421824 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 2110493 INFO 2025-08-20 22:33:38,364 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:33:38,482 basehttp 97464 6201421824 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 2110493 INFO 2025-08-20 22:33:42,267 basehttp 97464 6201421824 "GET /en/inpatients/discharge/359/ HTTP/1.1" 302 0 INFO 2025-08-20 22:33:42,289 basehttp 97464 6201421824 "GET /en/inpatients/admissions/359/ HTTP/1.1" 200 26973 INFO 2025-08-20 22:33:42,321 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:34:01,489 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109899 INFO 2025-08-20 22:34:05,161 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40510 INFO 2025-08-20 22:34:05,196 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:35:05,205 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:36:05,211 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:37:05,211 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:37:24,557 autoreload 97464 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 22:37:24,989 autoreload 16279 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 22:37:29,067 basehttp 16279 6197145600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:37:29,123 basehttp 16279 6213971968 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109899 INFO 2025-08-20 22:37:39,593 basehttp 16279 6213971968 "GET /en/inpatients/ HTTP/1.1" 200 42937 INFO 2025-08-20 22:37:39,634 basehttp 16279 6197145600 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 22:37:39,646 basehttp 16279 6213971968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:37:39,672 basehttp 16279 6230798336 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 ERROR 2025-08-20 22:37:44,692 log 16279 6230798336 Internal Server Error: /en/inpatients/transfers/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'reject_transfer' not found. 'reject_transfer' is not a valid view function or pattern name. ERROR 2025-08-20 22:37:44,694 basehttp 16279 6230798336 "GET /en/inpatients/transfers/ HTTP/1.1" 500 262747 ERROR 2025-08-20 22:39:46,557 log 16279 6230798336 Internal Server Error: /en/inpatients/transfers/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'execute_transfer' not found. 'execute_transfer' is not a valid view function or pattern name. ERROR 2025-08-20 22:39:46,558 basehttp 16279 6230798336 "GET /en/inpatients/transfers/ HTTP/1.1" 500 262364 INFO 2025-08-20 22:40:05,201 basehttp 16279 6230798336 "GET /en/inpatients/transfers/ HTTP/1.1" 200 88653 INFO 2025-08-20 22:40:05,235 basehttp 16279 6230798336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 22:40:17,425 log 16279 6230798336 Forbidden (CSRF token missing.): /en/inpatients/transfer/95/approve/ WARNING 2025-08-20 22:40:17,425 basehttp 16279 6230798336 "POST /en/inpatients/transfer/95/approve/ HTTP/1.1" 403 2491 WARNING 2025-08-20 22:40:20,753 log 16279 6230798336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 22:40:20,754 basehttp 16279 6230798336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 22:41:05,248 basehttp 16279 6230798336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:41:54,438 autoreload 16279 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 22:41:54,779 autoreload 18321 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 22:41:56,807 basehttp 18321 6138425344 "GET /en/inpatients/transfers/ HTTP/1.1" 200 88653 WARNING 2025-08-20 22:41:56,824 log 18321 6138425344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 22:41:56,824 basehttp 18321 6138425344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 22:41:56,916 basehttp 18321 6138425344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 22:42:00,549 log 18321 6138425344 Forbidden (CSRF token missing.): /en/inpatients/transfer/95/approve/ WARNING 2025-08-20 22:42:00,549 basehttp 18321 6138425344 "POST /en/inpatients/transfer/95/approve/ HTTP/1.1" 403 2491 INFO 2025-08-20 22:42:56,930 basehttp 18321 6138425344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:42:58,155 basehttp 18321 6138425344 "GET /en/inpatients/transfers/ HTTP/1.1" 200 88653 WARNING 2025-08-20 22:42:58,172 log 18321 6138425344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 22:42:58,172 basehttp 18321 6138425344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 22:42:58,271 basehttp 18321 6138425344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:43:55,396 basehttp 18321 6138425344 "GET /en/inpatients/transfers/ HTTP/1.1" 200 87470 WARNING 2025-08-20 22:43:55,410 log 18321 6138425344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 22:43:55,410 basehttp 18321 6138425344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 22:43:55,508 basehttp 18321 6138425344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-08-20 22:43:57,278 log 18321 6138425344 Internal Server Error: /en/inpatients/transfer/77/approve/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1033, in approve_transfer return render(request, 'inpatients/partials/approve_transfer_form.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'reject_transfer' not found. 'reject_transfer' is not a valid view function or pattern name. ERROR 2025-08-20 22:43:57,280 basehttp 18321 6138425344 "GET /en/inpatients/transfer/77/approve/ HTTP/1.1" 500 129700 WARNING 2025-08-20 22:43:57,300 log 18321 6138425344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 22:43:57,300 basehttp 18321 6138425344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 22:44:50,623 basehttp 18321 6138425344 "GET /en/inpatients/transfer/77/approve/ HTTP/1.1" 200 9421 WARNING 2025-08-20 22:44:50,644 log 18321 6138425344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 22:44:50,644 basehttp 18321 6138425344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-21 13:30:43,818 autoreload 3283 8601149632 Watching for file changes with StatReloader INFO 2025-08-21 13:30:47,270 basehttp 3283 6198046720 "GET / HTTP/1.1" 302 0 INFO 2025-08-21 13:30:47,319 basehttp 3283 6214873088 "GET /en/ HTTP/1.1" 200 47239 INFO 2025-08-21 13:30:47,376 basehttp 3283 6214873088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 13:30:47,380 basehttp 3283 6248525824 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-21 13:30:47,382 basehttp 3283 6231699456 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 13:30:47,383 basehttp 3283 6198046720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 13:30:55,954 basehttp 3283 6198046720 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-08-21 13:30:56,035 basehttp 3283 6231699456 "GET /en/admin/ HTTP/1.1" 200 88075 INFO 2025-08-21 13:30:56,043 basehttp 3283 6231699456 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-08-21 13:30:59,577 basehttp 3283 6231699456 "GET /en/inpatients/ HTTP/1.1" 200 41712 INFO 2025-08-21 13:30:59,636 basehttp 3283 6231699456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 13:30:59,638 basehttp 3283 6248525824 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-21 13:30:59,658 basehttp 3283 6214873088 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 INFO 2025-08-21 13:31:05,147 basehttp 3283 6214873088 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 13:31:05,261 basehttp 3283 6214873088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 13:31:05,369 basehttp 3283 6214873088 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 13:31:35,391 basehttp 3283 6214873088 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 13:32:05,276 basehttp 3283 6214873088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 13:32:05,381 basehttp 3283 6214873088 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 13:32:35,396 basehttp 3283 6214873088 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 13:32:39,877 basehttp 3283 6214873088 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40510 INFO 2025-08-21 13:32:39,909 basehttp 3283 6214873088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 13:33:40,092 basehttp 3283 6214873088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 13:34:41,100 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 13:39:01,561 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 13:40:02,560 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 13:41:03,557 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:03:05,832 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:07:08,018 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:08:09,011 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:09:11,017 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:10:43,221 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:11:44,012 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:12:46,012 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:13:53,442 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:14:53,444 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:15:53,445 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:15:59,988 basehttp 3283 6198046720 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 14:24:07,266 basehttp 3283 6198046720 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 14:24:37,173 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:24:37,242 basehttp 3283 6214873088 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 14:25:07,224 basehttp 3283 6214873088 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 14:25:37,167 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:25:37,232 basehttp 3283 6214873088 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 14:41:08,972 basehttp 3283 6198046720 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 14:41:39,821 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:41:45,888 basehttp 3283 6198046720 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 14:57:47,024 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:57:52,097 basehttp 3283 6198046720 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 15:14:13,411 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 15:14:17,437 basehttp 3283 6198046720 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 15:15:14,365 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 15:15:17,436 basehttp 3283 6198046720 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 15:22:55,957 basehttp 3283 6214873088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 15:22:56,025 basehttp 3283 6198046720 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 15:53:21,003 autoreload 18499 8466948288 Watching for file changes with StatReloader INFO 2025-08-21 15:53:26,252 basehttp 18499 6189674496 "GET / HTTP/1.1" 302 0 INFO 2025-08-21 15:53:26,312 basehttp 18499 6206500864 "GET /en/ HTTP/1.1" 200 47250 INFO 2025-08-21 15:53:26,363 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 15:53:26,364 basehttp 18499 6240153600 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-21 15:53:26,366 basehttp 18499 6223327232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 15:53:26,367 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-08-21 15:53:26,380 log 18499 6189674496 Not Found: /favicon.ico WARNING 2025-08-21 15:53:26,381 basehttp 18499 6189674496 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-21 15:53:56,413 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 15:54:26,420 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 15:54:26,420 basehttp 18499 6223327232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 15:54:27,408 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 15:54:58,416 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 15:55:27,423 basehttp 18499 6223327232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 15:55:27,423 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 15:55:29,413 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 15:56:00,414 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 15:56:28,422 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 15:56:28,423 basehttp 18499 6223327232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 15:56:31,399 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 15:57:12,402 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 15:57:29,421 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 15:57:29,422 basehttp 18499 6223327232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 15:58:12,411 basehttp 18499 6223327232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 15:58:30,409 basehttp 18499 6223327232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 15:58:30,409 basehttp 18499 6189674496 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 15:59:12,416 basehttp 18499 6223327232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 15:59:31,423 basehttp 18499 6189674496 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 15:59:31,423 basehttp 18499 6223327232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:00:12,409 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:01:12,433 basehttp 18499 6206500864 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 16:01:12,433 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:01:12,435 basehttp 18499 6223327232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:02:12,419 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:02:12,420 basehttp 18499 6223327232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:03:12,421 basehttp 18499 6189674496 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 16:03:12,423 basehttp 18499 6223327232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:04:12,427 basehttp 18499 6223327232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:04:12,429 basehttp 18499 6206500864 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 16:04:12,430 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:05:12,399 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:06:12,429 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:06:12,431 basehttp 18499 6206500864 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 16:06:12,434 basehttp 18499 6223327232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:07:12,408 basehttp 18499 6223327232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:08:12,433 basehttp 18499 6223327232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:08:12,434 basehttp 18499 6206500864 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 16:08:12,435 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:09:12,435 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:09:12,437 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:10:12,419 basehttp 18499 6189674496 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 16:10:12,420 basehttp 18499 6206500864 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:11:12,432 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:11:12,433 basehttp 18499 6223327232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 16:11:12,434 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:12:12,409 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:13:12,434 basehttp 18499 6223327232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 16:13:12,434 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:13:12,436 basehttp 18499 6206500864 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:14:12,431 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:14:12,431 basehttp 18499 6223327232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 16:14:12,433 basehttp 18499 6206500864 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:15:12,503 basehttp 18499 6206500864 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:16:12,525 basehttp 18499 6189674496 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 16:16:12,525 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:16:12,527 basehttp 18499 6223327232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:16:43,488 basehttp 18499 6223327232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-08-21 16:16:48,492 log 18499 6223327232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-21 16:16:48,492 basehttp 18499 6223327232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-21 16:16:57,675 basehttp 18499 6223327232 "GET /en/inpatients/ HTTP/1.1" 200 41712 WARNING 2025-08-21 16:16:57,689 log 18499 6223327232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-21 16:16:57,689 basehttp 18499 6223327232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-21 16:16:57,782 basehttp 18499 6223327232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:16:57,782 basehttp 18499 6206500864 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-21 16:16:57,802 basehttp 18499 6189674496 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 INFO 2025-08-21 16:17:27,769 basehttp 18499 6189674496 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-21 16:17:57,800 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:17:57,802 basehttp 18499 6223327232 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-21 16:17:57,825 basehttp 18499 6206500864 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 INFO 2025-08-21 16:18:27,785 basehttp 18499 6206500864 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-21 16:18:42,188 basehttp 18499 6206500864 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109882 INFO 2025-08-21 16:18:42,334 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:18:42,456 basehttp 18499 6206500864 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109882 INFO 2025-08-21 16:18:57,512 basehttp 18499 6206500864 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40510 INFO 2025-08-21 16:18:57,548 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:19:57,563 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:20:57,564 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:21:57,570 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:22:57,569 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:23:57,580 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:24:57,586 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:25:57,580 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:26:57,593 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:27:57,597 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:28:57,601 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:29:58,509 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:31:00,488 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:32:12,504 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:34:12,495 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:36:12,496 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:37:12,498 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:39:12,493 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:41:12,493 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:42:12,506 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:44:12,495 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:45:12,534 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:47:12,550 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:48:12,553 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:50:12,557 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:51:12,557 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:53:12,554 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:54:12,561 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:56:12,553 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:57:12,562 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:58:12,566 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:00:12,573 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:01:12,581 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:03:12,580 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:04:12,583 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:05:12,582 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:07:12,586 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:09:12,584 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:10:12,592 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:12:12,604 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:13:12,595 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:15:12,515 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:16:12,520 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:18:12,527 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:19:12,522 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:21:12,513 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:22:12,532 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:23:12,530 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:25:12,523 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:27:12,524 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:28:12,527 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:30:12,539 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:31:12,552 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:33:12,557 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:35:12,560 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:36:12,552 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:38:12,565 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:40:12,554 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:42:12,558 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:44:12,561 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:45:12,555 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:46:12,465 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:48:12,464 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:49:12,473 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:51:12,470 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:52:12,463 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:54:25,216 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:55:25,225 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:57:25,225 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:58:25,227 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:00:25,217 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:01:25,226 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:03:25,220 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:04:26,213 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:05:28,218 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:07:25,219 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:08:25,223 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:10:25,219 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:11:25,485 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:13:25,483 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:15:25,319 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:17:25,329 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:19:25,196 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:21:25,275 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:23:25,227 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:25:25,283 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:27:25,192 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:29:25,190 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:31:25,222 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:32:26,453 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:34:25,226 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:36:25,233 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:38:25,242 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:40:25,399 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:42:25,284 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:44:25,272 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:58:03,425 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 20:34:17,794 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 20:54:37,752 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 20:56:37,809 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 20:58:37,794 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 20:59:37,832 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:01:37,792 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:03:37,787 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:05:37,796 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:06:37,795 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:08:37,802 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:10:37,797 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:12:37,793 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:14:37,783 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:15:37,784 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:17:37,774 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:18:37,790 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:20:37,885 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:21:37,897 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:23:37,884 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:25:37,894 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:27:37,883 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:29:37,895 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:31:37,881 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:32:37,881 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:34:37,882 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:35:37,873 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:36:37,879 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:38:37,872 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:39:37,875 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:41:37,868 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:43:37,867 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:44:37,871 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:45:37,871 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:47:37,870 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:48:37,866 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:50:37,867 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:51:37,945 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:53:37,953 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:54:37,949 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:56:37,943 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:57:37,951 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:58:37,945 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:59:37,950 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:01:37,945 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:02:37,954 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:04:37,949 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:05:37,947 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:07:37,955 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:08:37,957 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:10:37,948 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:11:37,951 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:13:37,956 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:14:37,954 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:16:37,951 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:17:37,957 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:18:37,955 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:20:37,955 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:21:37,956 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:23:37,962 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:24:37,961 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:26:37,964 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:27:37,960 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:29:37,962 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:30:37,964 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:32:37,964 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:33:37,968 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:35:37,963 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:37:37,969 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:39:37,963 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:40:37,965 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:42:37,967 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:43:37,970 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:45:37,965 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:46:37,963 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:47:37,969 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:49:37,964 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:50:37,968 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:52:37,965 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 22:53:37,977 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 22:54:37,971 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 22:56:37,968 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 22:57:37,967 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 22:59:37,984 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:01:37,969 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:02:37,970 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:04:37,972 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:05:37,970 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:07:37,968 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:08:37,942 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:10:37,939 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:11:37,949 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:13:37,936 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:14:37,943 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:16:37,938 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:17:37,944 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:19:37,936 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:20:37,950 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:22:37,939 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:23:37,772 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:25:37,769 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:27:37,764 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:28:37,769 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:30:37,761 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:31:37,756 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:32:37,758 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:34:37,753 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:35:37,757 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:37:37,749 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:38:37,803 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:39:37,818 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:41:37,811 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:42:37,818 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:44:37,811 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:45:37,816 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:47:37,811 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:48:37,806 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:49:37,804 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:51:37,802 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:52:37,808 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-21 23:53:37,803 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-21 23:55:37,878 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-21 23:56:37,878 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-21 23:58:37,885 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-21 23:59:37,880 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-22 00:01:37,869 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-22 00:02:37,880 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-22 00:03:37,882 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-22 00:05:37,876 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-22 00:06:37,876 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-22 00:07:37,881 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-24 11:37:55,117 log 18499 6189674496 Not Found: /favicon.ico WARNING 2025-08-24 11:37:55,117 basehttp 18499 6189674496 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-24 11:38:47,947 basehttp 18499 6189674496 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109911 INFO 2025-08-24 11:38:56,928 basehttp 18499 6189674496 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 51178 INFO 2025-08-24 11:38:56,936 basehttp 18499 6189674496 "GET /static/js/app.min.js HTTP/1.1" 304 0 INFO 2025-08-24 11:38:56,965 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:39:17,952 basehttp 18499 6189674496 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109911 INFO 2025-08-24 11:39:47,814 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:39:47,929 basehttp 18499 6189674496 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109911 INFO 2025-08-24 11:40:17,950 basehttp 18499 6189674496 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109911 INFO 2025-08-24 11:40:47,811 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:40:47,922 basehttp 18499 6189674496 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109911 INFO 2025-08-24 11:41:17,958 basehttp 18499 6189674496 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109911 INFO 2025-08-24 11:41:47,820 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:41:47,921 basehttp 18499 6189674496 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109911 INFO 2025-08-24 11:42:17,949 basehttp 18499 6189674496 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109911 INFO 2025-08-24 11:42:25,920 basehttp 18499 6189674496 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109911 INFO 2025-08-24 11:42:26,014 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:42:26,131 basehttp 18499 6189674496 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109911 INFO 2025-08-24 11:42:39,816 basehttp 18499 6189674496 "GET /en/accounts/login/ HTTP/1.1" 302 0 INFO 2025-08-24 11:42:39,824 basehttp 18499 6189674496 "GET /accounts/profile/ HTTP/1.1" 302 0 ERROR 2025-08-24 11:42:39,856 log 18499 6206500864 Internal Server Error: /en/accounts/profile/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'upload_avatar' not found. 'upload_avatar' is not a valid view function or pattern name. ERROR 2025-08-24 11:42:39,859 basehttp 18499 6206500864 "GET /en/accounts/profile/ HTTP/1.1" 500 167228 INFO 2025-08-24 11:53:14,673 autoreload 18499 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/models.py changed, reloading. INFO 2025-08-24 11:53:15,183 autoreload 49588 8466948288 Watching for file changes with StatReloader INFO 2025-08-24 11:53:17,415 basehttp 49588 6123925504 "GET /en/accounts/profile/ HTTP/1.1" 200 31087 INFO 2025-08-24 11:53:17,463 basehttp 49588 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:53:36,267 basehttp 49588 6123925504 "GET /en/accounts/htmx/two-factor-setup/ HTTP/1.1" 200 5963 ERROR 2025-08-24 11:53:52,738 log 49588 6123925504 Internal Server Error: /en/accounts/htmx/profile-update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py", line 1038, in user_profile_update user.timezone = request.POST.get('timezone', user.timezone) ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 253, in inner return func(_wrapped, *args) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'User' object has no attribute 'timezone' ERROR 2025-08-24 11:53:52,740 basehttp 49588 6123925504 "POST /en/accounts/htmx/profile-update/ HTTP/1.1" 500 78506 INFO 2025-08-24 11:54:17,475 basehttp 49588 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:54:43,845 basehttp 49588 6123925504 "GET /en/billing/bills/create/ HTTP/1.1" 200 109253 INFO 2025-08-24 11:54:43,883 basehttp 49588 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:54:50,088 basehttp 49588 6123925504 "GET /en/ HTTP/1.1" 200 47227 INFO 2025-08-24 11:54:50,145 basehttp 49588 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:54:50,149 basehttp 49588 13035925504 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-24 11:54:50,151 basehttp 49588 6157578240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 11:54:50,152 basehttp 49588 6140751872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 11:55:06,523 basehttp 49588 6140751872 "GET /en/laboratory/orders/create/ HTTP/1.1" 200 36888 INFO 2025-08-24 11:55:06,555 basehttp 49588 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:55:40,566 basehttp 49588 6140751872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 11:55:43,752 basehttp 49588 6140751872 "GET /en/appointments/create/ HTTP/1.1" 200 36449 INFO 2025-08-24 11:55:43,783 basehttp 49588 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:55:50,151 basehttp 49588 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:55:50,151 basehttp 49588 6157578240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 11:56:10,571 basehttp 49588 6140751872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 11:56:17,196 basehttp 49588 6140751872 "GET /en/ HTTP/1.1" 200 47227 INFO 2025-08-24 11:56:17,262 basehttp 49588 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:56:17,262 basehttp 49588 6123925504 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-24 11:56:17,263 basehttp 49588 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 11:56:17,265 basehttp 49588 6157578240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 11:56:47,243 basehttp 49588 6157578240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 11:57:17,260 basehttp 49588 6157578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:57:17,260 basehttp 49588 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 11:57:17,261 basehttp 49588 6123925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 11:57:47,251 basehttp 49588 6123925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 11:58:17,275 basehttp 49588 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:58:17,276 basehttp 49588 6157578240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 11:58:17,278 basehttp 49588 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 11:58:24,045 basehttp 49588 13035925504 "GET /en/audit-log/ HTTP/1.1" 200 228027 INFO 2025-08-24 11:58:24,086 basehttp 49588 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 11:59:00,571 log 49588 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 11:59:00,571 basehttp 49588 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 11:59:08,659 basehttp 49588 13035925504 "GET /en/ HTTP/1.1" 200 47227 WARNING 2025-08-24 11:59:08,678 log 49588 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 11:59:08,678 basehttp 49588 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 11:59:08,796 basehttp 49588 6157578240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 11:59:08,797 basehttp 49588 6140751872 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-24 11:59:08,797 basehttp 49588 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:59:08,799 basehttp 49588 6123925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-08-24 11:59:21,187 log 49588 6123925504 Not Found: /calendar WARNING 2025-08-24 11:59:21,187 basehttp 49588 6123925504 "GET /calendar HTTP/1.1" 404 2548 WARNING 2025-08-24 11:59:21,209 log 49588 6123925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 11:59:21,209 basehttp 49588 6123925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 11:59:23,950 log 49588 6123925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 11:59:23,951 basehttp 49588 6123925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 11:59:23,961 log 49588 6123925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 11:59:23,961 basehttp 49588 6123925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 11:59:28,121 basehttp 49588 6123925504 "GET /en/patients/register/ HTTP/1.1" 200 27698 WARNING 2025-08-24 11:59:28,139 log 49588 6123925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 11:59:28,139 basehttp 49588 6123925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 11:59:28,232 basehttp 49588 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:02:33,958 autoreload 53755 8466948288 Watching for file changes with StatReloader INFO 2025-08-24 12:02:38,826 basehttp 53755 6161444864 "GET /en/patients/register/ HTTP/1.1" 200 27698 WARNING 2025-08-24 12:02:38,845 log 53755 6161444864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:02:38,845 basehttp 53755 6161444864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:02:38,935 basehttp 53755 6161444864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:02:41,919 basehttp 53755 6161444864 "GET / HTTP/1.1" 302 0 INFO 2025-08-24 12:02:41,944 basehttp 53755 6178271232 "GET /en/ HTTP/1.1" 200 47227 WARNING 2025-08-24 12:02:41,964 log 53755 6178271232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:02:41,964 basehttp 53755 6178271232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:02:42,075 basehttp 53755 6178271232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:02:42,082 basehttp 53755 6211923968 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-24 12:02:42,082 basehttp 53755 6195097600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 12:02:42,084 basehttp 53755 6161444864 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:02:49,288 basehttp 53755 6161444864 "GET /en/ HTTP/1.1" 200 47227 WARNING 2025-08-24 12:02:49,305 log 53755 6161444864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:02:49,305 basehttp 53755 6161444864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:02:49,418 basehttp 53755 6211923968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 12:02:49,420 basehttp 53755 6178271232 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-24 12:02:49,421 basehttp 53755 6161444864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:02:49,422 basehttp 53755 6195097600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:03:19,411 basehttp 53755 6195097600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:03:49,430 basehttp 53755 6195097600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:03:49,433 basehttp 53755 6161444864 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 12:03:49,434 basehttp 53755 6178271232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:04:19,407 basehttp 53755 6178271232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:04:49,433 basehttp 53755 6178271232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:04:49,434 basehttp 53755 6161444864 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 12:04:49,436 basehttp 53755 6195097600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:05:19,424 basehttp 53755 6195097600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:05:49,439 basehttp 53755 6161444864 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 12:05:49,441 basehttp 53755 6195097600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:05:49,442 basehttp 53755 6178271232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:06:19,428 basehttp 53755 6178271232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:06:49,427 basehttp 53755 6178271232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:06:49,428 basehttp 53755 6195097600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 12:06:49,430 basehttp 53755 6161444864 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:07:19,428 basehttp 53755 6161444864 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:07:49,448 basehttp 53755 6161444864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:07:49,449 basehttp 53755 6195097600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 12:07:49,451 basehttp 53755 6178271232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:08:19,439 basehttp 53755 6161444864 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:08:49,433 basehttp 53755 6161444864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:08:49,437 basehttp 53755 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 12:08:49,440 basehttp 53755 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:09:04,010 basehttp 53755 13321187328 "GET /en/radiology HTTP/1.1" 301 0 ERROR 2025-08-24 12:09:04,040 log 53755 13304360960 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_list' with no arguments not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/series/\\Z'] ERROR 2025-08-24 12:09:04,042 basehttp 53755 13304360960 "GET /en/radiology/ HTTP/1.1" 500 172668 WARNING 2025-08-24 12:09:04,056 log 53755 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:09:04,056 basehttp 53755 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:19:10,924 basehttp 53755 6161444864 "GET /en/radiology/ HTTP/1.1" 200 29137 WARNING 2025-08-24 12:19:10,938 log 53755 6161444864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:19:10,939 basehttp 53755 6161444864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:19:11,036 basehttp 53755 6161444864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-08-24 12:19:11,048 log 53755 13304360960 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-24 12:19:11,050 basehttp 53755 13304360960 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 120453 INFO 2025-08-24 12:19:16,304 basehttp 53755 13304360960 "GET /en/radiology/orders/ HTTP/1.1" 200 24900 WARNING 2025-08-24 12:19:16,323 log 53755 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:19:16,323 basehttp 53755 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:19:16,412 basehttp 53755 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:19:18,852 log 53755 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:19:18,852 basehttp 53755 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 12:19:18,865 log 53755 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:19:18,865 basehttp 53755 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:19:19,880 basehttp 53755 13304360960 "GET /en/radiology/studies/ HTTP/1.1" 200 31362 WARNING 2025-08-24 12:19:19,898 log 53755 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:19:19,898 basehttp 53755 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:19:19,990 basehttp 53755 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:19:24,289 log 53755 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:19:24,289 basehttp 53755 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 12:19:24,299 log 53755 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:19:24,299 basehttp 53755 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-24 12:19:25,456 log 53755 13304360960 Internal Server Error: /en/radiology/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 745, in get_queryset queryset = RadiologyReport.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-24 12:19:25,458 basehttp 53755 13304360960 "GET /en/radiology/reports/ HTTP/1.1" 500 132578 WARNING 2025-08-24 12:19:25,473 log 53755 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:19:25,473 basehttp 53755 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:20:15,052 autoreload 53755 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-24 12:20:15,360 autoreload 61517 8466948288 Watching for file changes with StatReloader ERROR 2025-08-24 12:20:15,670 log 61517 6136803328 Internal Server Error: /en/radiology/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1265, in get_related_selections next_klass_infos = self.get_related_selections( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-24 12:20:15,672 basehttp 61517 6136803328 "GET /en/radiology/reports/ HTTP/1.1" 500 224812 WARNING 2025-08-24 12:20:15,687 log 61517 6136803328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:20:15,687 basehttp 61517 6136803328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:20:55,012 autoreload 61517 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-24 12:20:55,328 autoreload 61830 8466948288 Watching for file changes with StatReloader ERROR 2025-08-24 12:20:57,188 log 61830 6130724864 Internal Server Error: /en/radiology/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'template'. Choices are: study, radiologist, dictated_by, transcribed_by, template_used ERROR 2025-08-24 12:20:57,190 basehttp 61830 6130724864 "GET /en/radiology/reports/ HTTP/1.1" 500 215435 WARNING 2025-08-24 12:20:57,205 log 61830 6130724864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:20:57,205 basehttp 61830 6130724864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:21:17,369 autoreload 61830 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-24 12:21:17,679 autoreload 61988 8466948288 Watching for file changes with StatReloader INFO 2025-08-24 12:21:18,695 basehttp 61988 6341865472 "GET /en/radiology/reports/ HTTP/1.1" 200 34112 WARNING 2025-08-24 12:21:18,707 log 61988 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:21:18,707 basehttp 61988 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:21:18,800 basehttp 61988 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:21:45,906 autoreload 62159 8466948288 Watching for file changes with StatReloader INFO 2025-08-24 12:21:57,810 basehttp 62159 6124613632 "GET /en/admin/ HTTP/1.1" 200 88075 INFO 2025-08-24 12:22:03,313 basehttp 62159 6124613632 "GET /en/admin/analytics/dashboardwidget/ HTTP/1.1" 200 87030 INFO 2025-08-24 12:22:03,325 basehttp 62159 6124613632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-24 12:22:11,538 basehttp 62159 6124613632 "GET /en/admin/communications/alertinstance/ HTTP/1.1" 200 68613 INFO 2025-08-24 12:22:11,550 basehttp 62159 6124613632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-24 12:22:15,406 basehttp 62159 6124613632 "GET /en/admin/communications/messagerecipient/ HTTP/1.1" 200 69668 INFO 2025-08-24 12:22:15,418 basehttp 62159 6124613632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-24 12:22:18,993 basehttp 62159 6124613632 "GET /en/admin/core/department/ HTTP/1.1" 200 78730 INFO 2025-08-24 12:22:19,006 basehttp 62159 6124613632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-24 12:22:19,429 basehttp 62159 6124613632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:22:22,105 basehttp 62159 6124613632 "GET /en/admin/hr/employee/ HTTP/1.1" 200 150894 INFO 2025-08-24 12:22:22,121 basehttp 62159 6124613632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-24 12:22:28,871 basehttp 62159 6124613632 "GET /en/admin/emr/careplan/ HTTP/1.1" 200 127216 INFO 2025-08-24 12:22:28,888 basehttp 62159 6124613632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-24 12:22:33,463 basehttp 62159 6124613632 "GET /en/admin/appointments/appointmentrequest/ HTTP/1.1" 200 151866 INFO 2025-08-24 12:22:33,473 basehttp 62159 6141440000 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-08-24 12:22:33,475 basehttp 62159 6124613632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-24 12:22:42,613 basehttp 62159 6124613632 "GET /en/admin/radiology/dicomimage/ HTTP/1.1" 200 68517 INFO 2025-08-24 12:22:42,626 basehttp 62159 6124613632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-24 12:23:19,789 basehttp 62159 6124613632 "GET /en/admin/radiology/dicomimage/ HTTP/1.1" 200 156830 INFO 2025-08-24 12:23:19,805 basehttp 62159 6124613632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-24 12:23:20,423 basehttp 62159 6124613632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-08-24 12:23:25,181 log 62159 6124613632 Internal Server Error: /en/radiology/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'radiology_report_update' not found. 'radiology_report_update' is not a valid view function or pattern name. ERROR 2025-08-24 12:23:25,183 basehttp 62159 6124613632 "GET /en/radiology/reports/ HTTP/1.1" 500 218413 WARNING 2025-08-24 12:23:25,198 log 62159 6124613632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:23:25,198 basehttp 62159 6124613632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:25:30,332 autoreload 62159 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-24 12:25:30,647 autoreload 64267 8466948288 Watching for file changes with StatReloader ERROR 2025-08-24 12:25:31,525 log 64267 6200094720 Internal Server Error: /en/radiology/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'radiology_report_delete' not found. 'radiology_report_delete' is not a valid view function or pattern name. ERROR 2025-08-24 12:25:31,527 basehttp 64267 6200094720 "GET /en/radiology/reports/ HTTP/1.1" 500 219330 WARNING 2025-08-24 12:25:31,542 log 64267 6200094720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:25:31,543 basehttp 64267 6200094720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:25:50,540 basehttp 64267 6200094720 "GET /en/radiology/reports/ HTTP/1.1" 200 130814 WARNING 2025-08-24 12:25:50,553 log 64267 6200094720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:25:50,553 basehttp 64267 6200094720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:25:50,655 basehttp 64267 6200094720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-08-24 12:25:56,179 log 64267 6200094720 Internal Server Error: /en/radiology/reports/142/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 794, in get_queryset return RadiologyReport.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-24 12:25:56,181 basehttp 64267 6200094720 "GET /en/radiology/reports/142/ HTTP/1.1" 500 140522 WARNING 2025-08-24 12:25:56,193 log 64267 6200094720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:25:56,194 basehttp 64267 6200094720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:26:19,495 autoreload 64267 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-24 12:26:19,823 autoreload 64587 8466948288 Watching for file changes with StatReloader ERROR 2025-08-24 12:26:20,942 log 64587 6133936128 Internal Server Error: /en/radiology/reports/142/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_study_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/\\Z'] ERROR 2025-08-24 12:26:20,943 basehttp 64587 6133936128 "GET /en/radiology/reports/142/ HTTP/1.1" 500 178427 WARNING 2025-08-24 12:26:20,953 log 64587 6133936128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:26:20,953 basehttp 64587 6133936128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-24 12:26:22,701 log 64587 6133936128 Internal Server Error: /en/radiology/reports/142/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_study_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/\\Z'] ERROR 2025-08-24 12:26:22,703 basehttp 64587 6133936128 "GET /en/radiology/reports/142/ HTTP/1.1" 500 178427 WARNING 2025-08-24 12:26:22,715 log 64587 6133936128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:26:22,716 basehttp 64587 6133936128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-24 12:27:00,982 log 64587 6133936128 Internal Server Error: /en/radiology/reports/142/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-08-24 12:27:00,984 basehttp 64587 6133936128 "GET /en/radiology/reports/142/ HTTP/1.1" 500 177968 WARNING 2025-08-24 12:27:00,996 log 64587 6133936128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:27:00,997 basehttp 64587 6133936128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:27:34,563 basehttp 64587 6133936128 "GET /en/radiology/reports/142/ HTTP/1.1" 200 28821 WARNING 2025-08-24 12:27:34,578 log 64587 6133936128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:27:34,578 basehttp 64587 6133936128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:27:34,681 basehttp 64587 6133936128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:28:34,700 basehttp 64587 6133936128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:28:50,573 autoreload 64587 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-24 12:28:50,909 autoreload 65751 8466948288 Watching for file changes with StatReloader INFO 2025-08-24 12:28:51,354 basehttp 65751 6163116032 "GET /en/radiology/reports/142/ HTTP/1.1" 200 31440 WARNING 2025-08-24 12:28:51,372 log 65751 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:28:51,372 basehttp 65751 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:28:51,458 basehttp 65751 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:29:50,729 basehttp 65751 6163116032 "GET /en/radiology/reports/142/ HTTP/1.1" 200 31661 WARNING 2025-08-24 12:29:50,742 log 65751 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:29:50,742 basehttp 65751 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:29:50,834 basehttp 65751 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:29:54,528 basehttp 65751 6163116032 "GET /en/radiology/studies/219/ HTTP/1.1" 200 31498 WARNING 2025-08-24 12:29:54,543 log 65751 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:29:54,543 basehttp 65751 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:29:54,631 basehttp 65751 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:29:58,805 log 65751 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:29:58,805 basehttp 65751 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 12:29:58,819 log 65751 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:29:58,819 basehttp 65751 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:30:11,241 basehttp 65751 6163116032 "GET /en/radiology/reports/142/ HTTP/1.1" 200 31899 WARNING 2025-08-24 12:30:11,253 log 65751 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:30:11,253 basehttp 65751 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:30:11,347 basehttp 65751 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:30:13,790 basehttp 65751 6163116032 "GET /en/patients/patientprofile/50/details/ HTTP/1.1" 200 37290 WARNING 2025-08-24 12:30:13,811 log 65751 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:30:13,811 basehttp 65751 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:30:13,916 basehttp 65751 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-08-24 12:30:13,932 log 65751 6213595136 Internal Server Error: /en/patients/htmx/appointments/50/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-24 12:30:13,932 basehttp 65751 6213595136 "GET /en/patients/htmx/appointments/50/ HTTP/1.1" 500 63439 ERROR 2025-08-24 12:30:13,941 log 65751 6179942400 Internal Server Error: /en/patients/htmx/emergency-contacts/50/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-24 12:30:13,950 basehttp 65751 6179942400 "GET /en/patients/htmx/emergency-contacts/50/ HTTP/1.1" 500 89890 ERROR 2025-08-24 12:30:13,966 log 65751 6196768768 Internal Server Error: /en/patients/insurance-info/50/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-24 12:30:13,967 basehttp 65751 6196768768 "GET /en/patients/insurance-info/50/ HTTP/1.1" 500 109009 WARNING 2025-08-24 12:30:26,716 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:30:26,716 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 12:30:26,732 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:30:26,732 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:31:11,359 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:32:11,353 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:32:49,476 basehttp 65751 6196768768 "GET /en/radiology/reports/142/ HTTP/1.1" 200 31891 WARNING 2025-08-24 12:32:49,490 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:32:49,491 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:32:49,577 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:33:45,397 basehttp 65751 6196768768 "GET /en/admin/billing/billlineitem/ HTTP/1.1" 200 71961 INFO 2025-08-24 12:33:45,414 basehttp 65751 6196768768 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-24 12:33:50,450 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:33:56,625 basehttp 65751 6196768768 "GET / HTTP/1.1" 302 0 INFO 2025-08-24 12:33:56,641 basehttp 65751 6179942400 "GET /en/ HTTP/1.1" 200 47236 INFO 2025-08-24 12:33:56,721 basehttp 65751 6179942400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:33:56,722 basehttp 65751 6163116032 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 12:33:56,724 basehttp 65751 6196768768 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-24 12:33:56,724 basehttp 65751 6213595136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:34:00,391 basehttp 65751 6213595136 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-08-24 12:34:00,428 basehttp 65751 6196768768 "GET /en/hr/ HTTP/1.1" 200 42402 INFO 2025-08-24 12:34:00,454 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:34:04,672 basehttp 65751 6196768768 "GET /en/hr/employees/ HTTP/1.1" 200 129718 INFO 2025-08-24 12:34:04,713 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:34:08,070 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:34:08,070 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:34:42,965 basehttp 65751 6196768768 "GET /en/hr/employees/ HTTP/1.1" 200 129718 WARNING 2025-08-24 12:34:42,980 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:34:42,980 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:34:43,075 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:34:51,443 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:35:00,558 basehttp 65751 6196768768 "GET /en/radiology/reports/142/ HTTP/1.1" 200 31961 WARNING 2025-08-24 12:35:00,580 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:35:00,580 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:35:00,654 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:35:14,223 basehttp 65751 6196768768 "GET /en/radiology/reports/142/ HTTP/1.1" 200 31958 WARNING 2025-08-24 12:35:14,240 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:35:14,241 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:35:14,320 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:35:18,398 basehttp 65751 6196768768 "GET /en/radiology/reports/142/ HTTP/1.1" 200 31958 INFO 2025-08-24 12:35:18,410 basehttp 65751 6179942400 "GET /static/css/custom.css HTTP/1.1" 200 1855 WARNING 2025-08-24 12:35:18,414 log 65751 6247247872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:35:18,415 basehttp 65751 6247247872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:35:18,415 basehttp 65751 6230421504 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-24 12:35:18,416 basehttp 65751 6179942400 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-08-24 12:35:18,420 basehttp 65751 6196768768 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-24 12:35:18,421 basehttp 65751 6230421504 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-24 12:35:18,427 basehttp 65751 6213595136 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-24 12:35:18,429 basehttp 65751 6163116032 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-24 12:35:18,432 basehttp 65751 6247247872 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-24 12:35:18,614 basehttp 65751 6247247872 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-24 12:35:18,615 basehttp 65751 6213595136 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-24 12:35:18,616 basehttp 65751 6163116032 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-24 12:35:18,617 basehttp 65751 6196768768 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-24 12:35:18,617 basehttp 65751 6230421504 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-24 12:35:18,619 basehttp 65751 6163116032 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-24 12:35:18,619 basehttp 65751 6230421504 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-24 12:35:18,620 basehttp 65751 6213595136 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-24 12:35:18,620 basehttp 65751 6196768768 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-24 12:35:18,622 basehttp 65751 6179942400 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-24 12:35:18,623 basehttp 65751 6163116032 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-24 12:35:18,624 basehttp 65751 6213595136 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-24 12:35:18,624 basehttp 65751 6230421504 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-24 12:35:18,624 basehttp 65751 6196768768 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-24 12:35:18,625 basehttp 65751 6179942400 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-24 12:35:18,626 basehttp 65751 6247247872 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-24 12:35:18,627 basehttp 65751 6163116032 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-24 12:35:18,628 basehttp 65751 6230421504 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-24 12:35:18,629 basehttp 65751 6179942400 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-24 12:35:18,629 basehttp 65751 6213595136 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-24 12:35:18,630 basehttp 65751 6247247872 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-24 12:35:18,630 basehttp 65751 6196768768 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-24 12:35:18,630 basehttp 65751 6230421504 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-24 12:35:18,646 basehttp 65751 6230421504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:35:18,651 basehttp 65751 6163116032 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-08-24 12:35:18,783 log 65751 6163116032 Not Found: /favicon.ico WARNING 2025-08-24 12:35:18,783 basehttp 65751 6163116032 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-24 12:35:43,451 basehttp 65751 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:36:15,740 basehttp 65751 6163116032 "GET /en/radiology/reports/142/ HTTP/1.1" 200 31961 WARNING 2025-08-24 12:36:15,756 log 65751 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:36:15,756 basehttp 65751 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:36:15,839 basehttp 65751 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:36:18,236 basehttp 65751 6163116032 "GET /en/radiology/reports/142/ HTTP/1.1" 200 31961 INFO 2025-08-24 12:36:18,245 basehttp 65751 6163116032 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-24 12:36:18,250 basehttp 65751 6213595136 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-08-24 12:36:18,250 basehttp 65751 6247247872 "GET /static/css/custom.css HTTP/1.1" 200 2046 INFO 2025-08-24 12:36:18,254 basehttp 65751 6163116032 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-24 12:36:18,257 basehttp 65751 6247247872 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-08-24 12:36:18,261 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:36:18,261 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:36:18,266 basehttp 65751 6179942400 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-24 12:36:18,268 basehttp 65751 6230421504 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-24 12:36:18,269 basehttp 65751 6213595136 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-24 12:36:18,442 basehttp 65751 6213595136 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-24 12:36:18,460 basehttp 65751 6213595136 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-24 12:36:18,474 basehttp 65751 6213595136 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-24 12:36:18,475 basehttp 65751 6179942400 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-24 12:36:18,475 basehttp 65751 6196768768 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-24 12:36:18,476 basehttp 65751 6230421504 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-24 12:36:18,477 basehttp 65751 6247247872 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-24 12:36:18,477 basehttp 65751 6213595136 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-24 12:36:18,479 basehttp 65751 6163116032 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-24 12:36:18,479 basehttp 65751 6179942400 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-24 12:36:18,480 basehttp 65751 6230421504 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-24 12:36:18,480 basehttp 65751 6196768768 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-24 12:36:18,480 basehttp 65751 6247247872 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-24 12:36:18,481 basehttp 65751 6179942400 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-24 12:36:18,482 basehttp 65751 6163116032 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-24 12:36:18,482 basehttp 65751 6196768768 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-24 12:36:18,483 basehttp 65751 6230421504 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-24 12:36:18,485 basehttp 65751 6247247872 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-24 12:36:18,485 basehttp 65751 6179942400 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-24 12:36:18,486 basehttp 65751 6196768768 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-24 12:36:18,486 basehttp 65751 6230421504 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-24 12:36:18,486 basehttp 65751 6163116032 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-24 12:36:18,488 basehttp 65751 6247247872 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-24 12:36:18,488 basehttp 65751 6179942400 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-24 12:36:18,489 basehttp 65751 6213595136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:36:18,587 log 65751 6213595136 Not Found: /favicon.ico WARNING 2025-08-24 12:36:18,587 basehttp 65751 6213595136 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-24 12:36:44,451 basehttp 65751 6213595136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:37:18,489 basehttp 65751 6213595136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:37:29,854 basehttp 65751 6213595136 "GET /en/radiology/reports/142/ HTTP/1.1" 200 32001 INFO 2025-08-24 12:37:29,863 basehttp 65751 6213595136 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-24 12:37:29,871 log 65751 6213595136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:37:29,872 basehttp 65751 6213595136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:37:29,953 basehttp 65751 6213595136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:37:32,908 basehttp 65751 6213595136 "GET /en/radiology/reports/142/ HTTP/1.1" 200 32001 INFO 2025-08-24 12:37:32,918 basehttp 65751 6247247872 "GET /static/css/custom.css HTTP/1.1" 200 2046 INFO 2025-08-24 12:37:32,920 basehttp 65751 6196768768 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-08-24 12:37:32,923 basehttp 65751 6230421504 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-24 12:37:32,928 basehttp 65751 6213595136 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-08-24 12:37:32,932 log 65751 6247247872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:37:32,933 basehttp 65751 6247247872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:37:32,934 basehttp 65751 6230421504 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-24 12:37:32,939 basehttp 65751 6163116032 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-24 12:37:32,940 basehttp 65751 6179942400 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-24 12:37:32,941 basehttp 65751 6196768768 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-24 12:37:33,119 basehttp 65751 6196768768 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-24 12:37:33,142 basehttp 65751 6196768768 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-24 12:37:33,142 basehttp 65751 6247247872 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-24 12:37:33,143 basehttp 65751 6163116032 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-24 12:37:33,143 basehttp 65751 6230421504 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-24 12:37:33,144 basehttp 65751 6179942400 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-24 12:37:33,147 basehttp 65751 6247247872 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-24 12:37:33,147 basehttp 65751 6230421504 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-24 12:37:33,147 basehttp 65751 6163116032 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-24 12:37:33,147 basehttp 65751 6213595136 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-24 12:37:33,147 basehttp 65751 6179942400 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-24 12:37:33,150 basehttp 65751 6163116032 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-24 12:37:33,151 basehttp 65751 6230421504 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-24 12:37:33,151 basehttp 65751 6179942400 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-24 12:37:33,152 basehttp 65751 6213595136 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-24 12:37:33,154 basehttp 65751 6179942400 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-24 12:37:33,154 basehttp 65751 6163116032 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-24 12:37:33,155 basehttp 65751 6213595136 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-24 12:37:33,155 basehttp 65751 6230421504 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-24 12:37:33,156 basehttp 65751 6196768768 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-24 12:37:33,158 basehttp 65751 6179942400 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-24 12:37:33,159 basehttp 65751 6163116032 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-24 12:37:33,159 basehttp 65751 6230421504 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-24 12:37:33,160 basehttp 65751 6213595136 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-24 12:37:33,160 basehttp 65751 6247247872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:37:33,271 log 65751 6247247872 Not Found: /favicon.ico WARNING 2025-08-24 12:37:33,271 basehttp 65751 6247247872 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-24 12:37:45,457 basehttp 65751 6247247872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:38:23,240 basehttp 65751 6163116032 "GET /en/radiology/reports/142/ HTTP/1.1" 200 32053 INFO 2025-08-24 12:38:23,247 basehttp 65751 6163116032 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-24 12:38:23,255 log 65751 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:38:23,256 basehttp 65751 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:38:23,336 basehttp 65751 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:38:46,455 basehttp 65751 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:38:56,619 basehttp 65751 6163116032 "GET /en/radiology/reports/142/ HTTP/1.1" 200 32050 INFO 2025-08-24 12:38:56,627 basehttp 65751 6163116032 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-24 12:38:56,636 log 65751 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:38:56,636 basehttp 65751 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:38:56,685 basehttp 65751 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:39:47,447 basehttp 65751 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:39:55,417 basehttp 65751 6163116032 "GET /en/radiology/reports/142/ HTTP/1.1" 200 32028 INFO 2025-08-24 12:39:55,423 basehttp 65751 6163116032 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-08-24 12:39:55,440 log 65751 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:39:55,440 basehttp 65751 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:39:55,474 basehttp 65751 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:39:58,058 basehttp 65751 6163116032 "GET /en/radiology/reports/142/ HTTP/1.1" 200 32028 INFO 2025-08-24 12:39:58,065 basehttp 65751 6213595136 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-08-24 12:39:58,068 basehttp 65751 6247247872 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-24 12:39:58,071 basehttp 65751 6213595136 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-08-24 12:39:58,076 log 65751 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:39:58,078 basehttp 65751 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:39:58,082 basehttp 65751 6179942400 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-24 12:39:58,087 basehttp 65751 6213595136 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-24 12:39:58,093 basehttp 65751 6230421504 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-24 12:39:58,093 basehttp 65751 6196768768 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-24 12:39:58,094 basehttp 65751 6247247872 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-24 12:39:58,407 basehttp 65751 6247247872 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-24 12:39:58,408 basehttp 65751 6213595136 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-24 12:39:58,408 basehttp 65751 6196768768 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-24 12:39:58,409 basehttp 65751 6179942400 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-24 12:39:58,409 basehttp 65751 6230421504 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-24 12:39:58,411 basehttp 65751 6213595136 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-24 12:39:58,412 basehttp 65751 6163116032 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-24 12:39:58,413 basehttp 65751 6230421504 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-24 12:39:58,413 basehttp 65751 6196768768 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-24 12:39:58,414 basehttp 65751 6213595136 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-24 12:39:58,415 basehttp 65751 6179942400 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-24 12:39:58,416 basehttp 65751 6196768768 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-24 12:39:58,418 basehttp 65751 6163116032 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-24 12:39:58,418 basehttp 65751 6213595136 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-24 12:39:58,419 basehttp 65751 6230421504 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-24 12:39:58,421 basehttp 65751 6196768768 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-24 12:39:58,422 basehttp 65751 6247247872 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-24 12:39:58,422 basehttp 65751 6179942400 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-24 12:39:58,422 basehttp 65751 6163116032 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-24 12:39:58,422 basehttp 65751 6213595136 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-24 12:39:58,423 basehttp 65751 6230421504 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-24 12:39:58,426 basehttp 65751 6213595136 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-24 12:39:58,426 basehttp 65751 6247247872 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-24 12:39:58,431 basehttp 65751 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:39:58,433 basehttp 65751 6196768768 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-08-24 12:39:58,538 log 65751 6196768768 Not Found: /favicon.ico WARNING 2025-08-24 12:39:58,538 basehttp 65751 6196768768 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-24 12:40:48,453 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:40:48,774 basehttp 65751 6196768768 "GET /en/radiology/reports/142/ HTTP/1.1" 200 31998 INFO 2025-08-24 12:40:48,781 basehttp 65751 6196768768 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-24 12:40:48,801 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:40:48,802 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:40:48,871 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:41:13,274 basehttp 65751 6196768768 "GET /en/radiology/reports/142/ HTTP/1.1" 200 32018 INFO 2025-08-24 12:41:13,283 basehttp 65751 6196768768 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-24 12:41:13,291 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:41:13,291 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:41:13,332 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:41:50,445 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:42:12,297 basehttp 65751 6196768768 "GET /en/radiology/reports/142/ HTTP/1.1" 200 32079 INFO 2025-08-24 12:42:12,302 basehttp 65751 6196768768 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-24 12:42:12,307 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:42:12,307 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:42:12,353 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:42:30,475 basehttp 65751 6196768768 "GET /en/radiology/reports/142/ HTTP/1.1" 200 32049 INFO 2025-08-24 12:42:30,482 basehttp 65751 6196768768 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-24 12:42:30,492 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:42:30,492 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:42:30,533 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:42:39,870 basehttp 65751 6196768768 "GET /en/radiology/studies/219/ HTTP/1.1" 200 31498 WARNING 2025-08-24 12:42:39,886 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:42:39,886 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:42:39,924 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:42:53,459 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:42:53,844 basehttp 65751 6196768768 "GET /en/emr/encounters/735/ HTTP/1.1" 200 32834 INFO 2025-08-24 12:42:53,856 basehttp 65751 6163116032 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-24 12:42:53,860 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:42:53,861 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:42:53,910 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:43:05,690 log 65751 6196768768 Bad Request: /en/emr/encounter/735/vitals/add/ WARNING 2025-08-24 12:43:05,690 basehttp 65751 6196768768 "GET /en/emr/encounter/735/vitals/add/ HTTP/1.1" 400 28 ERROR 2025-08-24 12:43:09,840 log 65751 6196768768 Internal Server Error: /en/emr/notes/create/735/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py", line 294, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-08-24 12:43:09,841 basehttp 65751 6196768768 "GET /en/emr/notes/create/735/ HTTP/1.1" 500 98898 WARNING 2025-08-24 12:43:12,105 log 65751 6196768768 Bad Request: /en/emr/patient/735/problem/add/ WARNING 2025-08-24 12:43:12,106 basehttp 65751 6196768768 "GET /en/emr/patient/735/problem/add/ HTTP/1.1" 400 28 WARNING 2025-08-24 12:43:38,395 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:43:38,396 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:43:38,396 basehttp 65751 6163116032 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-24 12:43:38,412 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:43:38,412 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:43:39,942 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-08-24 12:43:41,677 log 65751 6196768768 Internal Server Error: /en/radiology/series/642/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/series/\\Z'] ERROR 2025-08-24 12:43:41,679 basehttp 65751 6196768768 "GET /en/radiology/series/642/ HTTP/1.1" 500 195694 WARNING 2025-08-24 12:43:41,692 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:43:41,692 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:44:53,462 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:45:11,874 autoreload 65751 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-24 12:45:12,219 autoreload 72981 8466948288 Watching for file changes with StatReloader ERROR 2025-08-24 12:45:13,336 log 72981 6165622784 Internal Server Error: /en/radiology/series/642/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/series/\\Z'] ERROR 2025-08-24 12:45:13,338 basehttp 72981 6165622784 "GET /en/radiology/series/642/ HTTP/1.1" 500 195831 WARNING 2025-08-24 12:45:13,348 log 72981 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:45:13,348 basehttp 72981 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-24 12:45:15,606 log 72981 6165622784 Internal Server Error: /en/radiology/series/642/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/series/\\Z'] ERROR 2025-08-24 12:45:15,607 basehttp 72981 6165622784 "GET /en/radiology/series/642/ HTTP/1.1" 500 195831 WARNING 2025-08-24 12:45:15,619 log 72981 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:45:15,619 basehttp 72981 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:46:53,462 basehttp 72981 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:48:53,357 basehttp 72981 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:50:53,360 basehttp 72981 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:51:45,914 basehttp 72981 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:51:45,918 log 72981 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:51:45,918 basehttp 72981 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 12:51:45,926 log 72981 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:51:45,926 basehttp 72981 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:51:46,622 basehttp 72981 13304360960 "GET /en/radiology/studies/219/ HTTP/1.1" 200 31498 INFO 2025-08-24 12:51:46,629 basehttp 72981 6165622784 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-24 12:51:46,633 log 72981 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:51:46,633 basehttp 72981 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:51:46,714 basehttp 72981 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:51:56,093 basehttp 72981 13304360960 "GET /en/radiology/reports/142/ HTTP/1.1" 200 32049 WARNING 2025-08-24 12:51:56,114 log 72981 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:51:56,114 basehttp 72981 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:51:56,192 basehttp 72981 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:52:00,946 log 72981 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:52:00,947 basehttp 72981 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 12:52:00,957 log 72981 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:52:00,957 basehttp 72981 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:52:14,154 basehttp 72981 13304360960 "GET /en/radiology/studies/219/ HTTP/1.1" 200 31498 WARNING 2025-08-24 12:52:14,169 log 72981 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:52:14,170 basehttp 72981 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:52:14,218 basehttp 72981 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:52:32,383 basehttp 72981 13304360960 "GET / HTTP/1.1" 302 0 INFO 2025-08-24 12:52:32,399 basehttp 72981 6165622784 "GET /en/ HTTP/1.1" 200 47244 WARNING 2025-08-24 12:52:32,411 log 72981 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:52:32,412 basehttp 72981 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:52:32,480 basehttp 72981 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:52:32,490 basehttp 72981 13338013696 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-24 12:52:32,490 basehttp 72981 13321187328 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 12:52:32,492 basehttp 72981 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:52:35,903 basehttp 72981 13304360960 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-08-24 12:52:35,939 basehttp 72981 13321187328 "GET /en/hr/ HTTP/1.1" 200 42402 WARNING 2025-08-24 12:52:35,960 log 72981 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:52:35,960 basehttp 72981 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:52:35,980 basehttp 72981 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:52:39,950 basehttp 72981 13321187328 "GET /en/hr/employees/create/ HTTP/1.1" 200 54492 WARNING 2025-08-24 12:52:39,967 log 72981 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:52:39,967 basehttp 72981 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:52:40,006 basehttp 72981 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:52:53,353 basehttp 72981 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:53:00,076 basehttp 72981 13321187328 "GET /en/hr/employees/ HTTP/1.1" 200 129718 INFO 2025-08-24 12:53:00,094 basehttp 72981 13338013696 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-24 12:53:00,099 log 72981 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:53:00,099 basehttp 72981 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:53:00,140 basehttp 72981 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:53:08,636 basehttp 72981 13321187328 "GET /en/hr/employees/56/ HTTP/1.1" 200 34496 WARNING 2025-08-24 12:53:08,658 log 72981 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:53:08,659 basehttp 72981 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:53:08,696 basehttp 72981 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:54:04,696 basehttp 72981 13321187328 "GET /en/hr/employees/56/update/ HTTP/1.1" 200 54308 WARNING 2025-08-24 12:54:04,716 log 72981 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:54:04,719 basehttp 72981 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:54:04,785 basehttp 72981 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:54:29,268 basehttp 72981 6165622784 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-24 12:54:29,275 log 72981 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-24 12:54:29,276 basehttp 72981 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:54:29,276 basehttp 72981 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 12:54:29,297 log 72981 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:54:29,297 basehttp 72981 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:54:53,354 basehttp 72981 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:54:54,867 log 72981 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-24 12:54:54,868 basehttp 72981 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:54:54,868 basehttp 72981 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 12:54:54,880 log 72981 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:54:54,880 basehttp 72981 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 12:55:24,460 log 72981 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:55:24,461 basehttp 72981 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:55:24,462 basehttp 72981 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:55:24,468 log 72981 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:55:24,468 basehttp 72981 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 12:55:25,975 log 72981 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:55:25,976 basehttp 72981 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:55:25,976 basehttp 72981 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:55:25,983 log 72981 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:55:25,983 basehttp 72981 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:55:27,007 basehttp 72981 13338013696 "GET /en/hr/ HTTP/1.1" 200 42402 WARNING 2025-08-24 12:55:27,019 log 72981 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:55:27,019 basehttp 72981 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:55:27,074 basehttp 72981 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:55:30,111 log 72981 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:55:30,112 basehttp 72981 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 12:55:30,123 log 72981 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:55:30,123 basehttp 72981 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 12:55:32,299 log 72981 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:55:32,300 basehttp 72981 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 12:55:32,311 log 72981 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:55:32,311 basehttp 72981 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:56:06,920 basehttp 72981 13338013696 "GET /en/hr/ HTTP/1.1" 200 42402 INFO 2025-08-24 12:56:06,932 basehttp 72981 13304360960 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-08-24 12:56:06,937 log 72981 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-24 12:56:06,937 basehttp 72981 13304360960 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-08-24 12:56:06,938 basehttp 72981 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:56:06,938 basehttp 72981 13371666432 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-24 12:56:06,941 basehttp 72981 13338013696 - Broken pipe from ('127.0.0.1', 56347) INFO 2025-08-24 12:56:06,943 basehttp 72981 13321187328 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-24 12:56:06,944 basehttp 72981 13388492800 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-24 12:56:06,952 basehttp 72981 13354840064 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-24 12:56:06,955 basehttp 72981 6165622784 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-24 12:56:06,955 basehttp 72981 13304360960 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-24 12:56:07,232 basehttp 72981 13304360960 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-24 12:56:07,260 basehttp 72981 13304360960 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-24 12:56:07,260 basehttp 72981 13388492800 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-24 12:56:07,260 basehttp 72981 6165622784 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-24 12:56:07,261 basehttp 72981 13321187328 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-24 12:56:07,262 basehttp 72981 13354840064 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-24 12:56:07,263 basehttp 72981 13388492800 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-24 12:56:07,264 basehttp 72981 13371666432 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-24 12:56:07,265 basehttp 72981 13321187328 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-24 12:56:07,265 basehttp 72981 6165622784 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-24 12:56:07,267 basehttp 72981 13354840064 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-24 12:56:07,267 basehttp 72981 13388492800 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-24 12:56:07,268 basehttp 72981 13371666432 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-24 12:56:07,269 basehttp 72981 13388492800 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-24 12:56:07,269 basehttp 72981 13354840064 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-24 12:56:07,270 basehttp 72981 6165622784 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-24 12:56:07,270 basehttp 72981 13304360960 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-24 12:56:07,270 basehttp 72981 13371666432 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-24 12:56:07,275 basehttp 72981 6165622784 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-24 12:56:07,276 basehttp 72981 13371666432 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-24 12:56:07,277 basehttp 72981 13304360960 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-24 12:56:07,277 basehttp 72981 13354840064 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-24 12:56:07,278 basehttp 72981 13388492800 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-24 12:56:07,279 basehttp 72981 6165622784 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-24 12:56:07,280 basehttp 72981 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:56:07,366 log 72981 13321187328 Not Found: /favicon.ico WARNING 2025-08-24 12:56:07,366 basehttp 72981 13321187328 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-24 12:56:28,903 basehttp 72981 13321187328 "GET /en/hr/departments/create/ HTTP/1.1" 200 41275 INFO 2025-08-24 12:56:28,921 basehttp 72981 6165622784 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-08-24 12:56:28,925 basehttp 72981 6165622784 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 WARNING 2025-08-24 12:56:28,927 log 72981 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:56:28,927 basehttp 72981 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:56:28,928 basehttp 72981 13388492800 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-08-24 12:56:29,007 basehttp 72981 13388492800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:56:53,359 basehttp 72981 13388492800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:57:09,255 log 72981 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:57:09,256 basehttp 72981 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:57:09,257 basehttp 72981 13388492800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:57:09,257 basehttp 72981 13321187328 - Broken pipe from ('127.0.0.1', 56346) WARNING 2025-08-24 12:57:09,266 log 72981 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:57:09,266 basehttp 72981 13388492800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:57:36,461 basehttp 72981 13388492800 "GET /en/hr/schedules/create/ HTTP/1.1" 200 35020 INFO 2025-08-24 12:57:36,481 basehttp 72981 13354840064 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-08-24 12:57:36,481 basehttp 72981 13304360960 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 WARNING 2025-08-24 12:57:36,485 log 72981 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:57:36,485 basehttp 72981 13388492800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:57:36,541 basehttp 72981 13388492800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:57:57,603 log 72981 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:57:57,603 basehttp 72981 13388492800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 12:57:57,620 log 72981 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:57:57,620 basehttp 72981 13388492800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:58:08,321 basehttp 72981 13388492800 "GET /en/hr/ HTTP/1.1" 200 42402 INFO 2025-08-24 12:58:08,328 basehttp 72981 13388492800 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-24 12:58:08,346 log 72981 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:58:08,346 basehttp 72981 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:58:08,412 basehttp 72981 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:58:33,708 basehttp 72981 13304360960 "GET / HTTP/1.1" 302 0 INFO 2025-08-24 12:58:33,723 basehttp 72981 13388492800 "GET /en/ HTTP/1.1" 200 47244 WARNING 2025-08-24 12:58:33,741 log 72981 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:58:33,741 basehttp 72981 13388492800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:58:33,785 basehttp 72981 13388492800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:58:33,805 basehttp 72981 13371666432 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 12:58:33,805 basehttp 72981 6165622784 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-24 12:58:33,808 basehttp 72981 13354840064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:58:43,168 basehttp 72981 13354840064 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 47011 WARNING 2025-08-24 12:58:43,184 log 72981 13354840064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:58:43,185 basehttp 72981 13354840064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:58:43,226 basehttp 72981 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:58:53,358 basehttp 72981 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:59:43,697 basehttp 72981 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 13:00:43,705 basehttp 72981 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 13:00:53,347 basehttp 72981 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 13:01:43,707 basehttp 72981 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 13:02:44,349 basehttp 72981 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 13:02:53,352 basehttp 72981 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 13:03:45,355 basehttp 72981 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 13:04:46,380 basehttp 72981 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 13:04:53,391 basehttp 72981 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-27 10:01:13,715 autoreload 65484 8466948288 Watching for file changes with StatReloader INFO 2025-08-27 10:01:16,413 basehttp 65484 6195015680 "GET / HTTP/1.1" 302 0 INFO 2025-08-27 10:01:16,475 basehttp 65484 6211842048 "GET /en/ HTTP/1.1" 200 47208 INFO 2025-08-27 10:01:18,593 basehttp 65484 6211842048 "GET /static/css/custom.css HTTP/1.1" 304 0 INFO 2025-08-27 10:01:18,632 basehttp 65484 6211842048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:01:18,638 basehttp 65484 6245494784 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-27 10:01:18,639 basehttp 65484 6228668416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 10:01:18,640 basehttp 65484 6195015680 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 10:01:18,903 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:01:43,974 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:02:17,133 basehttp 65484 6195015680 "GET /en/hr/employees/ HTTP/1.1" 200 130531 WARNING 2025-08-27 10:02:17,155 log 65484 6195015680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:02:17,155 basehttp 65484 6195015680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:02:17,212 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:02:34,099 basehttp 65484 6195015680 "GET /en/hr/employees/ HTTP/1.1" 200 130488 WARNING 2025-08-27 10:02:34,127 log 65484 6195015680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:02:34,127 basehttp 65484 6195015680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:02:34,156 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:03:00,076 basehttp 65484 6195015680 "GET /en/hr/employees/ HTTP/1.1" 200 130488 WARNING 2025-08-27 10:03:00,094 log 65484 6195015680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:03:00,094 basehttp 65484 6195015680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:03:00,149 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:03:05,068 basehttp 65484 6195015680 "GET /en/htmx/dismiss-notification/4973f427-4422-441c-91e6-a20225c54127/ HTTP/1.1" 200 23 WARNING 2025-08-27 10:03:05,086 log 65484 6195015680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:03:05,086 basehttp 65484 6195015680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-27 10:03:08,479 log 65484 6195015680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:03:08,480 basehttp 65484 6195015680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-27 10:03:08,496 log 65484 6195015680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:03:08,496 basehttp 65484 6195015680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:03:10,932 basehttp 65484 6195015680 "GET /en/hr/employees/ HTTP/1.1" 200 130488 WARNING 2025-08-27 10:03:10,946 log 65484 6195015680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:03:10,947 basehttp 65484 6195015680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:03:10,988 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:03:43,984 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:04:11,002 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:05:11,017 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:05:43,981 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:06:11,011 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:07:11,020 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:07:43,978 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:08:11,019 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:09:11,027 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:09:43,974 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:10:11,978 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:11:13,990 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:11:43,984 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:12:43,981 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:13:43,977 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:14:43,988 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:15:43,990 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:16:43,984 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:17:43,984 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:18:43,977 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:19:43,967 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:20:26,204 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:20:44,989 basehttp 65484 6195015680 "GET /en/hr/employees/109/ HTTP/1.1" 200 34389 INFO 2025-08-27 10:20:45,057 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:21:43,979 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:21:45,066 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:22:45,073 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:23:43,984 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:23:45,073 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:24:28,652 basehttp 65484 6195015680 "GET /en/hr/employees/ HTTP/1.1" 200 130488 INFO 2025-08-27 10:24:28,702 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:24:31,190 basehttp 65484 6195015680 "GET /en/hr/ HTTP/1.1" 200 42399 INFO 2025-08-27 10:24:31,220 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:24:38,870 basehttp 65484 6195015680 "GET /en/hr/departments/create/ HTTP/1.1" 200 41275 WARNING 2025-08-27 10:24:38,877 basehttp 65484 6195015680 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 INFO 2025-08-27 10:24:38,903 basehttp 65484 6211842048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 10:25:01,281 log 65484 6211842048 Internal Server Error: /en/hr/departments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 131, in __iter__ setattr(obj, attr_name, row[col_pos]) AttributeError: property 'employee_count' of 'Department' object has no setter ERROR 2025-08-27 10:25:01,283 basehttp 65484 6211842048 "GET /en/hr/departments/ HTTP/1.1" 500 175952 INFO 2025-08-27 10:25:43,982 basehttp 65484 6211842048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:27:43,994 basehttp 65484 6211842048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:29:43,994 basehttp 65484 6211842048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:31:43,998 basehttp 65484 6211842048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:33:44,058 basehttp 65484 6211842048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:34:18,921 autoreload 65484 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-08-27 10:34:19,518 autoreload 84854 8466948288 Watching for file changes with StatReloader INFO 2025-08-27 10:34:22,152 basehttp 84854 6204338176 "GET /en/hr/departments/ HTTP/1.1" 200 125410 WARNING 2025-08-27 10:34:22,168 basehttp 84854 6254817280 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 INFO 2025-08-27 10:34:22,175 basehttp 84854 6237990912 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-08-27 10:34:22,176 basehttp 84854 6204338176 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-08-27 10:34:22,176 basehttp 84854 6288470016 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-08-27 10:34:22,177 basehttp 84854 6271643648 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-08-27 10:34:22,177 basehttp 84854 6254817280 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-08-27 10:34:22,177 basehttp 84854 6221164544 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-08-27 10:34:22,180 basehttp 84854 6288470016 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-08-27 10:34:22,182 basehttp 84854 6271643648 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-08-27 10:34:22,182 basehttp 84854 6237990912 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 INFO 2025-08-27 10:34:22,184 basehttp 84854 6221164544 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-08-27 10:34:22,188 basehttp 84854 6254817280 "GET /static/plugins/jszip/dist/jszip.min.js HTTP/1.1" 200 97630 INFO 2025-08-27 10:34:22,195 basehttp 84854 6288470016 "GET /static/plugins/pdfmake/build/vfs_fonts.js HTTP/1.1" 200 828866 INFO 2025-08-27 10:34:22,196 basehttp 84854 6204338176 "GET /static/plugins/pdfmake/build/pdfmake.min.js HTTP/1.1" 200 1400771 INFO 2025-08-27 10:34:22,226 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 10:34:32,668 log 84854 6204338176 Internal Server Error: /en/hr/departments/12/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '(employment_type='FULL_TIME').count' from 'employees.filter(employment_type='FULL_TIME').count' ERROR 2025-08-27 10:34:32,671 basehttp 84854 6204338176 "GET /en/hr/departments/12/ HTTP/1.1" 500 212168 INFO 2025-08-27 10:35:41,506 basehttp 84854 6204338176 "GET /en/hr/departments/12/ HTTP/1.1" 200 35115 WARNING 2025-08-27 10:35:41,518 basehttp 84854 6221164544 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-08-27 10:35:41,518 basehttp 84854 6204338176 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-27 10:35:41,518 basehttp 84854 6237990912 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-08-27 10:35:41,520 basehttp 84854 6204338176 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 WARNING 2025-08-27 10:35:41,524 basehttp 84854 6204338176 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-08-27 10:35:41,548 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:35:43,983 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-08-27 10:36:08,279 basehttp 84854 6204338176 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-27 10:36:08,303 log 84854 6204338176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:36:08,303 basehttp 84854 6204338176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:36:41,560 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:36:59,610 basehttp 84854 6204338176 "GET /en/hr/departments/12/ HTTP/1.1" 200 35150 WARNING 2025-08-27 10:36:59,620 basehttp 84854 6204338176 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-27 10:36:59,621 basehttp 84854 6221164544 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-08-27 10:36:59,622 basehttp 84854 6237990912 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-08-27 10:36:59,624 basehttp 84854 6204338176 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 WARNING 2025-08-27 10:36:59,626 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:36:59,626 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-27 10:36:59,671 basehttp 84854 6254817280 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-08-27 10:36:59,705 basehttp 84854 6204338176 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-08-27 10:36:59,717 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:37:03,117 basehttp 84854 6204338176 "GET /en/hr/departments/12/ HTTP/1.1" 200 35150 WARNING 2025-08-27 10:37:03,126 basehttp 84854 6204338176 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-27 10:37:03,127 basehttp 84854 6237990912 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-08-27 10:37:03,128 basehttp 84854 6221164544 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-08-27 10:37:03,130 basehttp 84854 6204338176 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 WARNING 2025-08-27 10:37:03,132 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:37:03,132 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-27 10:37:03,178 basehttp 84854 6254817280 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-08-27 10:37:03,220 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:37:43,997 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:38:03,231 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:38:38,906 basehttp 84854 6204338176 "GET /en/hr/departments/12/ HTTP/1.1" 200 35186 WARNING 2025-08-27 10:38:38,926 basehttp 84854 6221164544 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-08-27 10:38:38,927 basehttp 84854 6237990912 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-08-27 10:38:38,929 basehttp 84854 6204338176 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-27 10:38:38,929 basehttp 84854 6254817280 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 WARNING 2025-08-27 10:38:38,932 log 84854 6271643648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:38:38,932 basehttp 84854 6271643648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-27 10:38:38,970 basehttp 84854 6271643648 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-08-27 10:38:39,014 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:38:41,635 basehttp 84854 6204338176 "GET /en/hr/departments/12/ HTTP/1.1" 200 35186 WARNING 2025-08-27 10:38:41,643 basehttp 84854 6288470016 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-27 10:38:41,643 basehttp 84854 6237990912 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-08-27 10:38:41,645 basehttp 84854 6254817280 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-08-27 10:38:41,645 basehttp 84854 6271643648 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 WARNING 2025-08-27 10:38:41,651 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:38:41,652 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:38:41,652 basehttp 84854 6271643648 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-08-27 10:38:41,652 basehttp 84854 6204338176 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-27 10:38:41,653 basehttp 84854 6305296384 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-08-27 10:38:41,656 basehttp 84854 6254817280 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-08-27 10:38:41,656 basehttp 84854 6204338176 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 INFO 2025-08-27 10:38:41,660 basehttp 84854 6204338176 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-08-27 10:38:41,663 basehttp 84854 6237990912 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-27 10:38:41,663 basehttp 84854 6221164544 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-27 10:38:41,664 basehttp 84854 6204338176 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 WARNING 2025-08-27 10:38:41,667 basehttp 84854 6204338176 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 INFO 2025-08-27 10:38:41,668 basehttp 84854 6305296384 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-27 10:38:41,669 basehttp 84854 6254817280 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-08-27 10:38:41,675 basehttp 84854 6271643648 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 WARNING 2025-08-27 10:38:41,881 basehttp 84854 6254817280 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-08-27 10:38:41,887 basehttp 84854 6271643648 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-27 10:38:41,900 basehttp 84854 6271643648 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-27 10:38:41,900 basehttp 84854 6204338176 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-27 10:38:41,900 basehttp 84854 6305296384 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-27 10:38:41,900 basehttp 84854 6237990912 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-27 10:38:41,901 basehttp 84854 6221164544 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-27 10:38:41,902 basehttp 84854 6237990912 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-08-27 10:38:41,906 basehttp 84854 6221164544 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-27 10:38:41,907 basehttp 84854 6271643648 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-27 10:38:41,907 basehttp 84854 6237990912 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-27 10:38:41,907 basehttp 84854 6254817280 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-27 10:38:41,908 basehttp 84854 6221164544 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-27 10:38:41,909 basehttp 84854 6305296384 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-27 10:38:41,911 basehttp 84854 6254817280 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-27 10:38:41,912 basehttp 84854 6237990912 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-27 10:38:41,912 basehttp 84854 6221164544 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-27 10:38:41,912 basehttp 84854 6271643648 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-27 10:38:41,913 basehttp 84854 6305296384 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-27 10:38:41,914 basehttp 84854 6204338176 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-27 10:38:41,915 basehttp 84854 6221164544 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-27 10:38:41,915 basehttp 84854 6271643648 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-27 10:38:41,915 basehttp 84854 6305296384 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-27 10:38:41,915 basehttp 84854 6254817280 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-27 10:38:41,916 basehttp 84854 6204338176 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-27 10:38:41,917 basehttp 84854 6237990912 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-27 10:38:41,953 basehttp 84854 6237990912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-08-27 10:38:42,016 log 84854 6237990912 Not Found: /favicon.ico WARNING 2025-08-27 10:38:42,016 basehttp 84854 6237990912 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-27 10:39:20,110 basehttp 84854 6237990912 "GET /en/hr/departments/12/ HTTP/1.1" 200 35170 WARNING 2025-08-27 10:39:20,120 basehttp 84854 6204338176 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-08-27 10:39:20,121 basehttp 84854 6237990912 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-27 10:39:20,122 basehttp 84854 6305296384 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 WARNING 2025-08-27 10:39:20,127 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:39:20,128 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-27 10:39:20,129 basehttp 84854 6305296384 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 INFO 2025-08-27 10:39:20,219 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:39:43,989 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:40:20,211 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:41:06,769 basehttp 84854 6254817280 "GET /en/hr/departments/12/ HTTP/1.1" 200 35116 WARNING 2025-08-27 10:41:06,783 basehttp 84854 6254817280 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-27 10:41:06,783 basehttp 84854 6271643648 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 WARNING 2025-08-27 10:41:06,783 basehttp 84854 6221164544 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-08-27 10:41:06,786 log 84854 6204338176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:41:06,786 basehttp 84854 6204338176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:41:06,828 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:41:29,591 basehttp 84854 6204338176 "GET /en/hr/departments/12/ HTTP/1.1" 200 35116 WARNING 2025-08-27 10:41:29,603 basehttp 84854 6237990912 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-08-27 10:41:29,604 basehttp 84854 6221164544 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-27 10:41:29,605 basehttp 84854 6254817280 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 WARNING 2025-08-27 10:41:29,607 log 84854 6204338176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:41:29,607 basehttp 84854 6204338176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:41:29,653 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:41:43,984 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:42:07,940 basehttp 84854 6204338176 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-08-27 10:42:07,997 basehttp 84854 6221164544 "GET /en/admin/ HTTP/1.1" 200 88075 INFO 2025-08-27 10:42:08,002 basehttp 84854 6204338176 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-27 10:42:08,002 basehttp 84854 6237990912 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-27 10:42:08,002 basehttp 84854 6221164544 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-27 10:42:08,004 basehttp 84854 6237990912 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-27 10:42:08,004 basehttp 84854 6221164544 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-08-27 10:42:08,004 basehttp 84854 6204338176 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-27 10:42:08,005 basehttp 84854 6204338176 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-27 10:42:08,008 basehttp 84854 6204338176 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-27 10:42:08,008 basehttp 84854 6221164544 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-27 10:42:08,008 basehttp 84854 6237990912 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-27 10:42:12,817 basehttp 84854 6237990912 "GET /en/admin/hr/employee/ HTTP/1.1" 200 150894 INFO 2025-08-27 10:42:12,831 basehttp 84854 6254817280 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-27 10:42:12,831 basehttp 84854 6237990912 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-27 10:42:12,832 basehttp 84854 6288470016 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-27 10:42:12,832 basehttp 84854 6271643648 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-27 10:42:12,834 basehttp 84854 6288470016 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-27 10:42:12,834 basehttp 84854 6254817280 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-27 10:42:12,834 basehttp 84854 6237990912 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-27 10:42:12,838 basehttp 84854 6204338176 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-27 10:42:12,838 basehttp 84854 6288470016 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-27 10:42:12,841 basehttp 84854 6221164544 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-27 10:42:12,842 basehttp 84854 6221164544 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-27 10:42:12,842 basehttp 84854 6271643648 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-27 10:42:12,856 basehttp 84854 6271643648 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-27 10:42:12,857 basehttp 84854 6271643648 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-27 10:42:17,756 basehttp 84854 6271643648 "GET /en/admin/hr/employee/98/change/ HTTP/1.1" 200 268132 INFO 2025-08-27 10:42:17,772 basehttp 84854 6254817280 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-27 10:42:17,772 basehttp 84854 6288470016 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-08-27 10:42:17,772 basehttp 84854 6271643648 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-27 10:42:17,772 basehttp 84854 6237990912 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-08-27 10:42:17,773 basehttp 84854 6204338176 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-08-27 10:42:17,775 basehttp 84854 6204338176 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-27 10:42:17,776 basehttp 84854 6221164544 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-27 10:42:17,776 basehttp 84854 6204338176 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-08-27 10:42:17,777 basehttp 84854 6204338176 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-27 10:42:17,835 basehttp 84854 6221164544 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-08-27 10:42:17,835 basehttp 84854 6204338176 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-08-27 10:42:22,812 basehttp 84854 6204338176 "GET /en/admin/hr/employee/48/change/ HTTP/1.1" 200 248699 INFO 2025-08-27 10:42:22,831 basehttp 84854 6204338176 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-27 10:42:29,979 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:42:52,482 basehttp 84854 6204338176 "GET /en/admin/accounts/user/add/?_to_field=id&_popup=1 HTTP/1.1" 200 8111 INFO 2025-08-27 10:42:52,487 basehttp 84854 6221164544 "GET /static/admin/css/unusable_password_field.css HTTP/1.1" 200 663 INFO 2025-08-27 10:42:52,488 basehttp 84854 6221164544 "GET /static/admin/js/unusable_password_field.js HTTP/1.1" 200 1480 INFO 2025-08-27 10:42:52,493 basehttp 84854 6204338176 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-27 10:43:26,237 log 84854 6204338176 Internal Server Error: /en/admin/accounts/user/add/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.IntegrityError: NOT NULL constraint failed: accounts_user.tenant_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/admin.py", line 124, in add_view return self._add_view(request, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/admin.py", line 152, in _add_view return super().add_view(request, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1984, in add_view return self.changeform_view(request, None, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1843, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1894, in _changeform_view self.save_model(request, new_object, form, not add) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1314, in save_model obj.save() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/base_user.py", line 65, in save super().save(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 902, in save self.save_base( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1008, in save_base updated = self._save_table( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1169, in _save_table results = self._do_insert( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1210, in _do_insert return manager._insert( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1868, in _insert return query.get_compiler(using=using).execute_sql(returning_fields) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1882, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.IntegrityError: NOT NULL constraint failed: accounts_user.tenant_id ERROR 2025-08-27 10:43:26,239 basehttp 84854 6204338176 "POST /en/admin/accounts/user/add/?_to_field=id&_popup=1 HTTP/1.1" 500 280721 INFO 2025-08-27 10:43:30,994 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:43:34,744 basehttp 84854 6204338176 "GET /en/admin/hr/employee/48/change/ HTTP/1.1" 200 248699 INFO 2025-08-27 10:43:34,759 basehttp 84854 6204338176 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-27 10:43:35,569 basehttp 84854 6204338176 "GET /en/admin/hr/employee/48/change/ HTTP/1.1" 200 248699 INFO 2025-08-27 10:43:35,588 basehttp 84854 6204338176 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-27 10:43:37,870 basehttp 84854 6204338176 "GET /en/admin/accounts/user/ HTTP/1.1" 200 105683 INFO 2025-08-27 10:43:37,879 basehttp 84854 6221164544 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-27 10:43:37,883 basehttp 84854 6204338176 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-27 10:43:43,990 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:43:50,422 basehttp 84854 6204338176 "GET /en/admin/accounts/user/add/ HTTP/1.1" 200 70268 INFO 2025-08-27 10:43:50,436 basehttp 84854 6204338176 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-27 10:44:20,757 log 84854 6204338176 Internal Server Error: /en/admin/accounts/user/add/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.IntegrityError: NOT NULL constraint failed: accounts_user.tenant_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/admin.py", line 124, in add_view return self._add_view(request, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/admin.py", line 152, in _add_view return super().add_view(request, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1984, in add_view return self.changeform_view(request, None, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1843, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1894, in _changeform_view self.save_model(request, new_object, form, not add) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1314, in save_model obj.save() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/base_user.py", line 65, in save super().save(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 902, in save self.save_base( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1008, in save_base updated = self._save_table( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1169, in _save_table results = self._do_insert( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1210, in _do_insert return manager._insert( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1868, in _insert return query.get_compiler(using=using).execute_sql(returning_fields) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1882, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.IntegrityError: NOT NULL constraint failed: accounts_user.tenant_id ERROR 2025-08-27 10:44:20,758 basehttp 84854 6204338176 "POST /en/admin/accounts/user/add/ HTTP/1.1" 500 279361 INFO 2025-08-27 10:44:26,888 basehttp 84854 6204338176 "GET /en/admin/accounts/user/add/ HTTP/1.1" 200 70268 INFO 2025-08-27 10:44:31,991 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:45:32,989 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:45:43,994 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:46:33,992 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:47:34,992 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:47:43,995 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:48:36,990 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:49:43,991 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:49:43,997 basehttp 84854 6221164544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:51:44,003 basehttp 84854 6221164544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:51:44,012 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:53:43,990 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:53:44,001 basehttp 84854 6221164544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:55:43,995 basehttp 84854 6221164544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:55:44,006 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:57:43,998 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:57:44,009 basehttp 84854 6221164544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:58:41,240 basehttp 84854 6221164544 "GET /en/hr/departments/ HTTP/1.1" 200 125410 INFO 2025-08-27 10:58:41,251 basehttp 84854 6221164544 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-08-27 10:58:41,252 basehttp 84854 6204338176 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-08-27 10:58:41,254 basehttp 84854 6254817280 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-08-27 10:58:41,254 basehttp 84854 6237990912 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 INFO 2025-08-27 10:58:41,256 basehttp 84854 6221164544 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-08-27 10:58:41,258 basehttp 84854 6288470016 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 WARNING 2025-08-27 10:58:41,262 log 84854 6271643648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:58:41,262 basehttp 84854 6271643648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:58:41,263 basehttp 84854 6204338176 "GET /static/plugins/jszip/dist/jszip.min.js HTTP/1.1" 200 97630 INFO 2025-08-27 10:58:41,265 basehttp 84854 6221164544 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-08-27 10:58:41,271 basehttp 84854 6237990912 "GET /static/plugins/pdfmake/build/vfs_fonts.js HTTP/1.1" 200 828866 INFO 2025-08-27 10:58:41,273 basehttp 84854 6254817280 "GET /static/plugins/pdfmake/build/pdfmake.min.js HTTP/1.1" 200 1400771 INFO 2025-08-27 10:58:41,366 basehttp 84854 6254817280 "GET /static/plugins/pdfmake/build/pdfmake.min.js.map HTTP/1.1" 200 4214503 INFO 2025-08-27 10:58:43,404 basehttp 84854 6254817280 "GET /en/hr/departments/1/update/ HTTP/1.1" 200 41459 WARNING 2025-08-27 10:58:43,416 basehttp 84854 6237990912 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 WARNING 2025-08-27 10:58:43,420 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:58:43,420 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:58:43,503 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:58:56,324 basehttp 84854 6254817280 "POST /en/hr/departments/1/update/ HTTP/1.1" 302 0 INFO 2025-08-27 10:58:56,338 basehttp 84854 6254817280 "GET /en/hr/departments/1/ HTTP/1.1" 200 53098 WARNING 2025-08-27 10:58:56,354 basehttp 84854 6221164544 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-27 10:58:56,356 basehttp 84854 6204338176 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-08-27 10:58:56,360 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:58:56,360 basehttp 84854 6271643648 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 WARNING 2025-08-27 10:58:56,360 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:58:56,416 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:59:15,200 basehttp 84854 6254817280 "GET /en/hr/employees/53/ HTTP/1.1" 200 34548 WARNING 2025-08-27 10:59:15,219 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:59:15,219 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:59:15,258 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-08-27 10:59:33,910 basehttp 84854 6288470016 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-27 10:59:33,912 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:59:33,913 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-27 10:59:33,946 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:59:33,946 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-27 10:59:35,008 basehttp 84854 6204338176 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 WARNING 2025-08-27 10:59:35,010 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:59:35,010 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-27 10:59:35,023 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:59:35,023 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-27 10:59:35,981 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:59:35,981 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-27 10:59:35,993 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:59:35,993 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:59:37,874 basehttp 84854 6254817280 "GET /en/hr/departments/create/ HTTP/1.1" 200 41275 WARNING 2025-08-27 10:59:37,887 basehttp 84854 6204338176 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 WARNING 2025-08-27 10:59:37,891 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:59:37,891 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:59:38,731 basehttp 84854 6254817280 "GET /en/hr/ HTTP/1.1" 200 42399 WARNING 2025-08-27 10:59:38,746 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:59:38,746 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:59:43,984 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:59:47,381 basehttp 84854 6254817280 "GET /en/hr/employees/ HTTP/1.1" 200 130484 WARNING 2025-08-27 10:59:47,403 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:59:47,405 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:59:49,119 basehttp 84854 6254817280 "GET / HTTP/1.1" 302 0 INFO 2025-08-27 10:59:49,141 basehttp 84854 6204338176 "GET /en/ HTTP/1.1" 200 47161 WARNING 2025-08-27 10:59:49,162 log 84854 6204338176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:59:49,163 basehttp 84854 6204338176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:59:49,213 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:59:49,227 basehttp 84854 6254817280 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-27 10:59:49,227 basehttp 84854 6237990912 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 10:59:49,227 basehttp 84854 6221164544 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:00:19,967 basehttp 84854 6221164544 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:00:49,213 basehttp 84854 6221164544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:00:49,214 basehttp 84854 6237990912 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:00:49,980 basehttp 84854 6221164544 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:01:16,047 basehttp 84854 6221164544 "GET /en/analytics/ HTTP/1.1" 200 50066 WARNING 2025-08-27 11:01:16,067 log 84854 6221164544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:01:16,067 basehttp 84854 6221164544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:01:16,096 basehttp 84854 6221164544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:01:16,097 basehttp 84854 6237990912 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-27 11:01:25,980 basehttp 84854 6237990912 "GET /en/analytics/dashboards/ HTTP/1.1" 200 68761 WARNING 2025-08-27 11:01:26,002 log 84854 6237990912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:01:26,002 basehttp 84854 6237990912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:01:26,041 basehttp 84854 6237990912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:01:43,986 basehttp 84854 6237990912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:01:52,218 basehttp 84854 6237990912 "GET /en/analytics/dashboards/506509fe-c23d-43ed-934f-4be64543f79d/ HTTP/1.1" 200 64822 WARNING 2025-08-27 11:01:52,239 log 84854 6237990912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:01:52,239 basehttp 84854 6237990912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:01:52,283 basehttp 84854 6237990912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:02:52,310 basehttp 84854 6237990912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:03:06,991 basehttp 84854 6237990912 "GET /en/analytics/dashboards/506509fe-c23d-43ed-934f-4be64543f79d/ HTTP/1.1" 200 64875 WARNING 2025-08-27 11:03:07,002 basehttp 84854 6221164544 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 WARNING 2025-08-27 11:03:07,006 log 84854 6237990912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:03:07,007 basehttp 84854 6237990912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:03:07,063 basehttp 84854 6237990912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:03:10,377 basehttp 84854 6237990912 "GET /en/analytics/dashboards/506509fe-c23d-43ed-934f-4be64543f79d/ HTTP/1.1" 200 64875 INFO 2025-08-27 11:03:10,385 basehttp 84854 6204338176 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-08-27 11:03:10,387 basehttp 84854 6271643648 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 INFO 2025-08-27 11:03:10,390 basehttp 84854 6271643648 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-08-27 11:03:10,396 log 84854 6204338176 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-27 11:03:10,396 basehttp 84854 6288470016 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-08-27 11:03:10,396 basehttp 84854 6204338176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:03:10,400 basehttp 84854 6237990912 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-27 11:03:10,404 basehttp 84854 6221164544 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-27 11:03:10,405 basehttp 84854 6288470016 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-27 11:03:10,416 basehttp 84854 6254817280 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-27 11:03:10,421 basehttp 84854 6271643648 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-27 11:03:10,669 basehttp 84854 6271643648 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-27 11:03:10,690 basehttp 84854 6271643648 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-27 11:03:10,692 basehttp 84854 6221164544 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-27 11:03:10,693 basehttp 84854 6288470016 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-27 11:03:10,693 basehttp 84854 6237990912 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-27 11:03:10,694 basehttp 84854 6254817280 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-27 11:03:10,695 basehttp 84854 6204338176 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-27 11:03:10,699 basehttp 84854 6237990912 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-27 11:03:10,699 basehttp 84854 6254817280 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-27 11:03:10,699 basehttp 84854 6204338176 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-27 11:03:10,700 basehttp 84854 6221164544 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-27 11:03:10,701 basehttp 84854 6288470016 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-27 11:03:10,701 basehttp 84854 6288470016 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-27 11:03:10,702 basehttp 84854 6254817280 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-27 11:03:10,702 basehttp 84854 6204338176 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-27 11:03:10,702 basehttp 84854 6221164544 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-27 11:03:10,705 basehttp 84854 6271643648 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-27 11:03:10,706 basehttp 84854 6254817280 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-27 11:03:10,706 basehttp 84854 6288470016 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-27 11:03:10,707 basehttp 84854 6204338176 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-27 11:03:10,709 basehttp 84854 6221164544 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-27 11:03:10,711 basehttp 84854 6271643648 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-27 11:03:10,713 basehttp 84854 6237990912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:03:10,727 basehttp 84854 6288470016 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-27 11:03:10,734 basehttp 84854 6254817280 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 WARNING 2025-08-27 11:03:10,808 log 84854 6254817280 Not Found: /favicon.ico WARNING 2025-08-27 11:03:10,809 basehttp 84854 6254817280 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-27 11:03:27,774 basehttp 84854 6254817280 "GET /en/analytics/dashboards/ HTTP/1.1" 200 68814 WARNING 2025-08-27 11:03:27,787 basehttp 84854 6288470016 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 WARNING 2025-08-27 11:03:27,791 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:03:27,791 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:03:27,869 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:03:31,751 basehttp 84854 6254817280 "GET /en/analytics/dashboards/98a1fee7-376f-4e6c-a52d-46c07d546132/ HTTP/1.1" 200 64867 WARNING 2025-08-27 11:03:31,773 basehttp 84854 6237990912 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 WARNING 2025-08-27 11:03:31,776 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:03:31,776 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:03:31,812 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:03:43,985 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:04:31,829 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:05:31,837 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:05:43,984 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:06:31,839 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:07:31,831 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:07:43,985 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:08:31,838 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:09:31,847 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:09:43,987 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:10:31,849 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:11:31,854 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:11:43,981 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:12:31,859 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:13:31,855 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:13:43,979 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:14:31,865 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:15:31,862 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:15:43,981 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:16:31,867 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:17:31,872 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:17:43,976 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:18:31,878 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:18:49,715 basehttp 84854 6204338176 "GET /en/analytics/dashboards/ HTTP/1.1" 200 68814 WARNING 2025-08-27 11:18:49,726 basehttp 84854 6221164544 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 WARNING 2025-08-27 11:18:49,729 log 84854 6204338176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:18:49,730 basehttp 84854 6204338176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:18:49,776 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:18:51,261 basehttp 84854 6204338176 "GET / HTTP/1.1" 302 0 INFO 2025-08-27 11:18:51,277 basehttp 84854 6221164544 "GET /en/ HTTP/1.1" 200 47231 WARNING 2025-08-27 11:18:51,287 basehttp 84854 6204338176 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 WARNING 2025-08-27 11:18:51,291 log 84854 6221164544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:18:51,291 basehttp 84854 6221164544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:18:51,348 basehttp 84854 6221164544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:18:51,358 basehttp 84854 6254817280 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-27 11:18:51,360 basehttp 84854 6237990912 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:18:51,360 basehttp 84854 6204338176 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:19:21,347 basehttp 84854 6204338176 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:19:43,972 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:19:51,368 basehttp 84854 6237990912 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:19:51,368 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:19:51,369 basehttp 84854 6254817280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:20:21,353 basehttp 84854 6254817280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:20:51,372 basehttp 84854 6237990912 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:20:51,373 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:20:51,375 basehttp 84854 6204338176 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:21:21,359 basehttp 84854 6204338176 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:21:43,983 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:21:51,376 basehttp 84854 6254817280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:21:51,377 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:21:51,378 basehttp 84854 6237990912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:22:21,362 basehttp 84854 6204338176 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:22:51,368 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:22:51,369 basehttp 84854 6237990912 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:22:51,371 basehttp 84854 6254817280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:23:21,363 basehttp 84854 6254817280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:23:43,979 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:23:51,353 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:23:51,354 basehttp 84854 6204338176 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:23:51,359 basehttp 84854 6237990912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:24:21,362 basehttp 84854 6237990912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:24:28,056 basehttp 84854 6237990912 "GET /en/ HTTP/1.1" 200 47234 WARNING 2025-08-27 11:24:28,065 basehttp 84854 6237990912 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 WARNING 2025-08-27 11:24:28,069 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:24:28,069 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:24:28,142 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:24:28,146 basehttp 84854 6237990912 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-27 11:24:28,147 basehttp 84854 6221164544 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:24:28,148 basehttp 84854 6204338176 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:24:58,132 basehttp 84854 6204338176 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:25:28,142 basehttp 84854 6221164544 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:25:28,143 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:25:28,145 basehttp 84854 6237990912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:25:43,994 basehttp 84854 6237990912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:25:58,137 basehttp 84854 6237990912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:26:26,881 basehttp 84854 6237990912 "GET /en/ HTTP/1.1" 200 47547 WARNING 2025-08-27 11:26:26,890 basehttp 84854 6237990912 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 WARNING 2025-08-27 11:26:26,894 log 84854 6204338176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:26:26,895 basehttp 84854 6204338176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:26:26,974 basehttp 84854 6254817280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:26:26,978 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:26:26,979 basehttp 84854 6237990912 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-27 11:26:26,980 basehttp 84854 6221164544 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:26:56,950 basehttp 84854 6221164544 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:27:26,969 basehttp 84854 6221164544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:27:26,970 basehttp 84854 6237990912 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:27:26,971 basehttp 84854 6204338176 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:27:43,969 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:27:56,942 basehttp 84854 6204338176 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:28:26,973 basehttp 84854 6221164544 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:28:26,973 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:28:26,975 basehttp 84854 6237990912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:28:44,652 basehttp 84854 6237990912 "GET /en/ HTTP/1.1" 200 48089 WARNING 2025-08-27 11:28:44,664 basehttp 84854 6237990912 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 WARNING 2025-08-27 11:28:44,670 log 84854 6221164544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:28:44,670 basehttp 84854 6221164544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:28:44,764 basehttp 84854 6237990912 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-27 11:28:44,764 basehttp 84854 6221164544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:28:44,767 basehttp 84854 6254817280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:28:44,768 basehttp 84854 6204338176 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:29:14,745 basehttp 84854 6204338176 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:29:43,971 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:29:44,722 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:29:44,726 basehttp 84854 6254817280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:29:55,891 basehttp 84854 6254817280 "GET /en/ HTTP/1.1" 200 48608 WARNING 2025-08-27 11:29:55,902 basehttp 84854 6254817280 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 WARNING 2025-08-27 11:29:55,908 log 84854 6204338176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:29:55,908 basehttp 84854 6204338176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:29:55,976 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:29:55,982 basehttp 84854 6237990912 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:29:55,984 basehttp 84854 6254817280 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-27 11:29:55,984 basehttp 84854 6221164544 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:30:14,903 basehttp 84854 6221164544 "GET /en/ HTTP/1.1" 200 48606 WARNING 2025-08-27 11:30:14,911 basehttp 84854 6221164544 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 WARNING 2025-08-27 11:30:14,915 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:30:14,916 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:30:14,978 basehttp 84854 6237990912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:30:14,991 basehttp 84854 6204338176 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:30:14,991 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:30:14,991 basehttp 84854 6221164544 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-27 11:30:41,440 basehttp 84854 6221164544 "GET /en/ HTTP/1.1" 200 47547 WARNING 2025-08-27 11:30:41,449 basehttp 84854 6221164544 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 WARNING 2025-08-27 11:30:41,455 log 84854 6204338176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:30:41,455 basehttp 84854 6204338176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:30:41,544 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:30:41,550 basehttp 84854 6237990912 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:30:41,550 basehttp 84854 6221164544 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-27 11:30:41,551 basehttp 84854 6254817280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:31:11,522 basehttp 84854 6254817280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:31:41,546 basehttp 84854 6221164544 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:31:41,546 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:31:41,548 basehttp 84854 6237990912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:31:43,896 basehttp 84854 6237990912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:32:11,527 basehttp 84854 6237990912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:32:41,547 basehttp 84854 6237990912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:32:41,548 basehttp 84854 6254817280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:32:41,549 basehttp 84854 6221164544 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:33:11,523 basehttp 84854 6221164544 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:33:41,549 basehttp 84854 6221164544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:33:41,550 basehttp 84854 6254817280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:33:41,552 basehttp 84854 6237990912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:33:43,888 basehttp 84854 6237990912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:34:11,533 basehttp 84854 6237990912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:34:41,552 basehttp 84854 6237990912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:34:41,553 basehttp 84854 6254817280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:34:41,554 basehttp 84854 6221164544 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:35:11,542 basehttp 84854 6204338176 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:35:41,535 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:35:41,537 basehttp 84854 6221164544 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:35:41,540 basehttp 84854 6237990912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:35:43,893 basehttp 84854 6237990912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:36:11,546 basehttp 84854 6237990912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:36:21,546 basehttp 84854 6237990912 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-08-27 11:36:21,581 basehttp 84854 6221164544 "GET /en/emr/ HTTP/1.1" 200 71695 WARNING 2025-08-27 11:36:21,606 basehttp 84854 6204338176 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 WARNING 2025-08-27 11:36:21,610 log 84854 6221164544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:36:21,610 basehttp 84854 6221164544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:36:21,664 basehttp 84854 6221164544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:36:21,671 basehttp 84854 6204338176 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 11:36:26,239 basehttp 84854 6204338176 "GET /en/emr/encounters/ HTTP/1.1" 200 148270 WARNING 2025-08-27 11:36:26,251 basehttp 84854 6221164544 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 WARNING 2025-08-27 11:36:26,254 log 84854 6204338176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:36:26,254 basehttp 84854 6204338176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:36:26,295 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-08-27 11:36:31,449 log 84854 6204338176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:36:31,449 basehttp 84854 6204338176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-27 11:36:31,463 log 84854 6204338176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:36:31,463 basehttp 84854 6204338176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:36:32,819 basehttp 84854 6204338176 "GET /en/emr/vital-signs/ HTTP/1.1" 200 91434 WARNING 2025-08-27 11:36:32,834 basehttp 84854 6221164544 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 WARNING 2025-08-27 11:36:32,838 log 84854 6204338176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:36:32,839 basehttp 84854 6204338176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:36:32,877 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:37:32,885 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:37:43,892 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:38:32,887 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:39:32,896 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:39:43,884 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:39:53,849 basehttp 84854 6204338176 "GET /en/emr/vital-signs/ HTTP/1.1" 200 91448 INFO 2025-08-27 11:39:53,860 basehttp 84854 6204338176 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 WARNING 2025-08-27 11:39:53,865 log 84854 6221164544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:39:53,865 basehttp 84854 6221164544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:39:53,921 basehttp 84854 6221164544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:40:17,930 basehttp 84854 6221164544 "GET /en/emr/vital-signs/ HTTP/1.1" 200 91448 INFO 2025-08-27 11:40:17,940 basehttp 84854 6254817280 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-08-27 11:40:17,945 basehttp 84854 6254817280 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-08-27 11:40:17,951 log 84854 6221164544 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-27 11:40:17,951 basehttp 84854 6254817280 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-08-27 11:40:17,953 basehttp 84854 6221164544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:40:17,954 basehttp 84854 6204338176 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-27 11:40:17,960 basehttp 84854 6288470016 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-08-27 11:40:17,962 basehttp 84854 6221164544 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-27 11:40:17,963 basehttp 84854 6271643648 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-27 11:40:17,965 basehttp 84854 6237990912 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-27 11:40:17,966 basehttp 84854 6254817280 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-27 11:40:18,273 basehttp 84854 6254817280 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-27 11:40:18,299 basehttp 84854 6254817280 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-27 11:40:18,299 basehttp 84854 6271643648 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-27 11:40:18,301 basehttp 84854 6237990912 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-27 11:40:18,302 basehttp 84854 6221164544 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-27 11:40:18,302 basehttp 84854 6288470016 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-27 11:40:18,304 basehttp 84854 6271643648 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-27 11:40:18,306 basehttp 84854 6204338176 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-27 11:40:18,307 basehttp 84854 6221164544 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-27 11:40:18,308 basehttp 84854 6237990912 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-27 11:40:18,308 basehttp 84854 6288470016 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-27 11:40:18,308 basehttp 84854 6204338176 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-27 11:40:18,310 basehttp 84854 6254817280 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-27 11:40:18,311 basehttp 84854 6271643648 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-27 11:40:18,312 basehttp 84854 6237990912 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-27 11:40:18,312 basehttp 84854 6221164544 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-27 11:40:18,312 basehttp 84854 6254817280 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-27 11:40:18,313 basehttp 84854 6204338176 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-27 11:40:18,315 basehttp 84854 6254817280 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-27 11:40:18,316 basehttp 84854 6221164544 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-27 11:40:18,316 basehttp 84854 6271643648 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-27 11:40:18,317 basehttp 84854 6204338176 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-27 11:40:18,319 basehttp 84854 6237990912 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-27 11:40:18,320 basehttp 84854 6288470016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:40:18,326 basehttp 84854 6254817280 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-08-27 11:40:18,460 log 84854 6254817280 Not Found: /favicon.ico WARNING 2025-08-27 11:40:18,460 basehttp 84854 6254817280 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-27 11:41:18,332 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:41:19,907 basehttp 84854 6254817280 "GET /en/emr/vital-signs/?page=2 HTTP/1.1" 200 92758 WARNING 2025-08-27 11:41:19,938 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:41:19,938 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:41:20,013 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:41:43,892 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:42:20,018 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:43:02,247 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-08-27 11:43:02,258 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:43:02,258 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-27 11:43:02,277 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:43:02,278 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:43:02,801 basehttp 84854 6254817280 "GET /en/emr/ HTTP/1.1" 200 71709 WARNING 2025-08-27 11:43:02,813 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:43:02,813 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:43:02,868 basehttp 84854 6254817280 "GET /en/emr/stats/ HTTP/1.1" 200 2966 ERROR 2025-08-27 11:43:06,757 log 84854 6254817280 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'resolve_problem' not found. 'resolve_problem' is not a valid view function or pattern name. ERROR 2025-08-27 11:43:06,759 basehttp 84854 6254817280 "GET /en/emr/problems/ HTTP/1.1" 500 260248 WARNING 2025-08-27 11:43:06,774 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:43:06,774 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:43:43,889 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:45:22,476 autoreload 84854 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-08-27 11:45:22,931 autoreload 16410 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 11:45:25,138 log 16410 6204895232 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for '' not found. '' is not a valid view function or pattern name. ERROR 2025-08-27 11:45:25,142 basehttp 16410 6204895232 "GET /en/emr/problems/ HTTP/1.1" 500 259994 WARNING 2025-08-27 11:45:25,159 log 16410 6204895232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:45:25,159 basehttp 16410 6204895232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:45:35,393 basehttp 16410 6204895232 "GET /en/emr/problems/ HTTP/1.1" 200 104052 WARNING 2025-08-27 11:45:35,408 log 16410 6204895232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:45:35,409 basehttp 16410 6204895232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:45:35,473 basehttp 16410 6204895232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:45:43,909 basehttp 16410 6204895232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-08-27 11:45:54,420 log 16410 6204895232 Forbidden (CSRF token missing.): /en/emr/problem/150/resolve/ WARNING 2025-08-27 11:45:54,420 basehttp 16410 6204895232 "POST /en/emr/problem/150/resolve/ HTTP/1.1" 403 2491 INFO 2025-08-27 11:46:35,485 basehttp 16410 6204895232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:47:35,483 basehttp 16410 6204895232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:47:43,910 basehttp 16410 6204895232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:48:02,258 autoreload 16410 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-08-27 11:48:02,585 autoreload 17569 8466948288 Watching for file changes with StatReloader INFO 2025-08-27 11:48:06,013 basehttp 17569 6127857664 "GET /en/emr/problems/ HTTP/1.1" 200 104052 WARNING 2025-08-27 11:48:06,030 log 17569 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:48:06,030 basehttp 17569 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:48:06,094 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:48:35,762 basehttp 17569 6127857664 "GET /en/emr/problems/ HTTP/1.1" 200 104971 WARNING 2025-08-27 11:48:35,780 log 17569 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:48:35,780 basehttp 17569 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:48:35,834 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:49:35,848 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:49:43,918 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:50:35,845 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-08-27 11:51:10,986 log 17569 6161510400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:51:10,986 basehttp 17569 6161510400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:51:10,988 basehttp 17569 6161510400 - Broken pipe from ('127.0.0.1', 60415) INFO 2025-08-27 11:51:10,989 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-08-27 11:51:10,998 log 17569 6144684032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:51:10,998 basehttp 17569 6144684032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:51:10,998 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 11:51:12,800 basehttp 17569 6144684032 "GET /en/emr/notes/ HTTP/1.1" 200 96796 WARNING 2025-08-27 11:51:12,817 log 17569 6144684032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:51:12,817 basehttp 17569 6144684032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:51:12,877 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:51:43,906 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:52:03,087 basehttp 17569 6144684032 "GET /en/emr/notes/ HTTP/1.1" 200 98610 WARNING 2025-08-27 11:52:03,100 log 17569 6144684032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:52:03,100 basehttp 17569 6144684032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:52:03,155 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:53:03,169 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:53:43,900 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:54:03,172 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-08-27 11:54:47,945 log 17569 6161510400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:54:47,948 basehttp 17569 6161510400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:54:47,949 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-08-27 11:54:47,971 log 17569 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-27 11:54:47,971 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 WARNING 2025-08-27 11:54:47,971 basehttp 17569 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:55:17,946 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 11:55:43,913 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:55:47,938 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:55:47,946 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 11:56:17,957 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 11:56:47,952 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:56:47,960 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 11:57:17,957 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 11:57:43,911 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:57:47,954 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:57:47,962 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 11:58:17,960 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 11:58:47,939 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:58:47,950 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 11:59:17,966 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 11:59:43,910 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:59:47,951 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:59:47,962 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:00:17,972 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:00:47,954 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:00:47,969 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:01:17,976 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:01:43,908 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:01:47,948 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:01:47,970 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:02:17,984 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:02:47,959 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:02:47,978 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:03:17,990 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:03:43,907 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:03:47,961 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:03:47,981 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:04:17,993 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:04:47,958 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:04:47,982 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:05:17,998 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:05:43,908 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:05:47,966 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:05:47,993 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:06:18,003 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:06:47,971 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:06:47,997 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:07:18,006 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:07:43,895 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:07:47,972 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:07:48,000 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:08:18,010 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:08:47,975 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:08:48,008 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:09:18,022 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:09:43,905 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:09:47,970 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:09:48,008 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:10:18,024 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:10:47,982 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:10:48,015 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:11:18,028 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:11:43,907 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:11:47,986 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:11:48,025 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:12:18,037 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:12:47,987 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:12:48,029 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:13:18,050 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:13:43,898 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:13:48,908 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:13:48,917 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:14:19,901 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:15:33,902 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:15:33,910 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:15:43,894 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:16:43,894 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:16:43,904 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:17:43,898 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:17:43,908 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:17:43,910 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:18:43,892 basehttp 17569 6161510400 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:19:43,900 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:19:43,913 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:19:43,913 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:20:14,957 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:20:44,899 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:20:45,895 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:21:16,894 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:21:43,883 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:22:43,899 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:22:43,908 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:23:43,900 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:23:43,912 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:23:43,913 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:24:43,894 basehttp 17569 6161510400 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:25:43,891 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:25:43,901 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:25:43,902 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:26:43,893 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:26:43,900 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:27:43,883 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:27:43,892 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:27:43,893 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:28:43,895 basehttp 17569 6161510400 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:29:43,893 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:29:43,904 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:29:43,906 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:30:43,896 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:30:43,904 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:31:43,912 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:31:43,920 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:32:43,915 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:32:43,923 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:33:43,916 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:33:43,923 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:34:43,922 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:34:43,929 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:35:43,923 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:35:43,929 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:36:43,917 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:36:43,927 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:41:23,169 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:41:23,180 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:41:23,182 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:19:31,134 basehttp 17569 6161510400 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 13:19:32,701 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:19:34,122 basehttp 17569 6161510400 "GET /en/ HTTP/1.1" 200 47562 INFO 2025-08-27 13:19:34,211 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:19:34,212 basehttp 17569 6144684032 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 13:19:34,213 basehttp 17569 13707014144 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-27 13:19:34,213 basehttp 17569 6127857664 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 13:20:04,189 basehttp 17569 6127857664 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 13:20:23,649 basehttp 17569 6127857664 "GET /en/inpatients/ HTTP/1.1" 200 41779 INFO 2025-08-27 13:20:23,726 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:20:23,727 basehttp 17569 13707014144 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-27 13:20:23,749 basehttp 17569 6144684032 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 INFO 2025-08-27 13:20:31,483 basehttp 17569 6144684032 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109973 INFO 2025-08-27 13:20:31,565 basehttp 17569 6144684032 "GET /static/plugins/dropzone/dist/min/dropzone.min.js HTTP/1.1" 200 114702 INFO 2025-08-27 13:20:31,603 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:20:31,724 basehttp 17569 6144684032 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109973 INFO 2025-08-27 13:20:32,692 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:20:47,887 basehttp 17569 6144684032 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-08-27 13:20:47,912 basehttp 17569 13707014144 "GET /en/emr/ HTTP/1.1" 200 71709 INFO 2025-08-27 13:20:47,960 basehttp 17569 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:20:47,965 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 13:21:05,400 basehttp 17569 6127857664 "GET /en/emr/ HTTP/1.1" 200 71709 INFO 2025-08-27 13:21:05,451 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:21:05,456 basehttp 17569 13707014144 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 13:21:17,978 basehttp 17569 13707014144 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 13:21:35,696 basehttp 17569 13707014144 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 13:21:47,137 basehttp 17569 13707014144 "GET /en/analytics/ HTTP/1.1" 200 50133 INFO 2025-08-27 13:21:47,186 basehttp 17569 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:21:47,188 basehttp 17569 6127857664 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-27 13:21:47,980 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:21:47,987 basehttp 17569 13707014144 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 13:21:54,223 basehttp 17569 13707014144 "GET /en/analytics/dashboards/ HTTP/1.1" 200 68828 INFO 2025-08-27 13:21:54,255 basehttp 17569 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:22:01,215 basehttp 17569 13707014144 "GET /en/analytics/dashboards/506509fe-c23d-43ed-934f-4be64543f79d/ HTTP/1.1" 200 64889 INFO 2025-08-27 13:22:01,248 basehttp 17569 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:22:17,979 basehttp 17569 13707014144 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 13:22:18,186 basehttp 17569 13707014144 "GET /en/emr/ HTTP/1.1" 200 71709 INFO 2025-08-27 13:22:18,236 basehttp 17569 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:22:18,242 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 13:22:24,886 basehttp 17569 6127857664 "GET /en/radiology HTTP/1.1" 301 0 INFO 2025-08-27 13:22:25,021 basehttp 17569 13707014144 "GET /en/radiology/ HTTP/1.1" 200 29206 INFO 2025-08-27 13:22:25,074 basehttp 17569 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 13:22:25,103 log 17569 6161510400 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-27 13:22:25,104 basehttp 17569 6161510400 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124679 INFO 2025-08-27 13:22:28,838 basehttp 17569 6161510400 "GET /en/radiology/orders/ HTTP/1.1" 200 88633 INFO 2025-08-27 13:22:28,871 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:22:32,695 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 13:22:55,980 log 17569 6161510400 Internal Server Error: /en/radiology/orders/403/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'method' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( TypeError: Field 'id' expected a number but got ]>>. ERROR 2025-08-27 13:22:55,982 basehttp 17569 6161510400 "GET /en/radiology/orders/403/ HTTP/1.1" 500 150906 ERROR 2025-08-27 13:23:03,454 log 17569 6161510400 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-27 13:23:03,455 basehttp 17569 6161510400 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124405 INFO 2025-08-27 13:23:05,246 basehttp 17569 6161510400 "GET /en/radiology/studies/ HTTP/1.1" 200 212380 INFO 2025-08-27 13:23:05,282 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:23:11,737 basehttp 17569 6161510400 "GET /en/radiology/studies/219/ HTTP/1.1" 200 31565 INFO 2025-08-27 13:23:11,770 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:23:37,479 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 13:23:37,518 log 17569 13707014144 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-27 13:23:37,519 basehttp 17569 13707014144 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124405 INFO 2025-08-27 13:23:43,031 basehttp 17569 13707014144 "GET /en/radiology/ HTTP/1.1" 200 29206 INFO 2025-08-27 13:23:43,078 basehttp 17569 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 13:23:43,104 log 17569 6161510400 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-27 13:23:43,105 basehttp 17569 6161510400 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124679 INFO 2025-08-27 13:23:47,963 basehttp 17569 6161510400 "GET /en/billing HTTP/1.1" 301 0 INFO 2025-08-27 13:23:47,988 basehttp 17569 13707014144 "GET /en/billing/ HTTP/1.1" 200 33008 INFO 2025-08-27 13:23:48,036 basehttp 17569 6144684032 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-08-27 13:23:48,036 basehttp 17569 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:23:48,039 basehttp 17569 6127857664 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4923 INFO 2025-08-27 13:24:06,675 basehttp 17569 6127857664 "GET /en/billing/ HTTP/1.1" 200 33008 INFO 2025-08-27 13:24:06,725 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:24:06,729 basehttp 17569 6144684032 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4923 INFO 2025-08-27 13:24:09,569 basehttp 17569 6144684032 "GET /en/patients/ HTTP/1.1" 200 139977 INFO 2025-08-27 13:24:09,625 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:24:09,628 basehttp 17569 6127857664 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-08-27 13:24:12,946 basehttp 17569 6127857664 "GET /en/pharmacy HTTP/1.1" 301 0 INFO 2025-08-27 13:24:12,966 basehttp 17569 6144684032 "GET /en/pharmacy/ HTTP/1.1" 200 34316 INFO 2025-08-27 13:24:13,012 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 13:24:13,088 log 17569 13707014144 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 13:24:13,092 log 17569 6127857664 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 13:24:13,093 basehttp 17569 13707014144 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126668 ERROR 2025-08-27 13:24:13,093 basehttp 17569 6127857664 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126851 ERROR 2025-08-27 13:24:27,070 log 17569 6127857664 Internal Server Error: /en/pharmacy/prescriptions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_patient_info' not found. 'get_patient_info' is not a valid view function or pattern name. ERROR 2025-08-27 13:24:27,071 basehttp 17569 6127857664 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 500 184495 ERROR 2025-08-27 13:24:31,879 log 17569 6127857664 Internal Server Error: /en/pharmacy/medications/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_ndc' not found. 'validate_ndc' is not a valid view function or pattern name. ERROR 2025-08-27 13:24:31,880 basehttp 17569 6127857664 "GET /en/pharmacy/medications/create/ HTTP/1.1" 500 179711 INFO 2025-08-27 13:24:32,702 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:24:36,166 basehttp 17569 6127857664 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4923 INFO 2025-08-27 13:24:37,501 basehttp 17569 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 13:24:37,533 log 17569 6127857664 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-27 13:24:37,534 basehttp 17569 6127857664 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124405 INFO 2025-08-27 13:24:42,955 basehttp 17569 6127857664 "GET /en/radiology/ HTTP/1.1" 200 29206 INFO 2025-08-27 13:24:43,006 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 13:24:43,035 log 17569 13707014144 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-27 13:24:43,035 basehttp 17569 13707014144 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124679 INFO 2025-08-27 13:24:59,940 basehttp 17569 13707014144 "GET /en/laboratory HTTP/1.1" 301 0 ERROR 2025-08-27 13:24:59,992 log 17569 6127857664 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 65, in get_context_data 'results_completed_today': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'result_datetime' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-27 13:24:59,993 basehttp 17569 6127857664 "GET /en/laboratory/ HTTP/1.1" 500 137737 INFO 2025-08-27 13:25:06,073 basehttp 17569 6127857664 "GET / HTTP/1.1" 302 0 INFO 2025-08-27 13:25:06,086 basehttp 17569 6144684032 "GET /en/ HTTP/1.1" 200 47562 INFO 2025-08-27 13:25:06,137 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:25:06,141 basehttp 17569 13707014144 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-27 13:25:06,142 basehttp 17569 6161510400 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 13:25:06,143 basehttp 17569 6127857664 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 13:25:36,132 basehttp 17569 6127857664 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 13:25:39,322 basehttp 17569 6127857664 "GET / HTTP/1.1" 302 0 INFO 2025-08-27 13:25:39,335 basehttp 17569 6161510400 "GET /en/ HTTP/1.1" 200 47562 INFO 2025-08-27 13:25:39,396 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:25:39,396 basehttp 17569 6144684032 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 13:25:39,397 basehttp 17569 6127857664 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-27 13:25:39,398 basehttp 17569 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 13:26:09,385 basehttp 17569 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 13:26:32,694 basehttp 17569 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:26:39,391 basehttp 17569 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:26:39,392 basehttp 17569 6127857664 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 13:26:39,393 basehttp 17569 6144684032 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 13:27:09,389 basehttp 17569 6144684032 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 13:27:39,409 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:27:39,409 basehttp 17569 6127857664 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 13:27:39,411 basehttp 17569 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 13:28:09,393 basehttp 17569 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 13:28:32,692 basehttp 17569 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:28:39,412 basehttp 17569 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:28:39,412 basehttp 17569 6144684032 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 13:28:39,413 basehttp 17569 6127857664 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 14:03:30,335 basehttp 17569 6127857664 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 14:22:34,691 basehttp 17569 6144684032 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 14:22:34,691 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:22:35,680 basehttp 17569 6127857664 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 14:23:05,674 basehttp 17569 6127857664 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 14:23:27,673 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:23:34,679 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:23:34,682 basehttp 17569 6144684032 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 14:23:35,676 basehttp 17569 6144684032 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 14:23:45,580 basehttp 17569 6144684032 "GET /en/inpatients/ HTTP/1.1" 200 41779 INFO 2025-08-27 14:23:45,636 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:23:45,637 basehttp 17569 6127857664 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-27 14:23:45,660 basehttp 17569 6161510400 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 INFO 2025-08-27 14:23:52,946 basehttp 17569 6161510400 "GET /en/integration HTTP/1.1" 301 0 ERROR 2025-08-27 14:23:52,972 log 17569 6127857664 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 55, in get_context_data 'recent_executions': IntegrationExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "King Faisal Specialist Hospital - Abha": Must be "IntegrationEndpoint" instance. ERROR 2025-08-27 14:23:52,974 basehttp 17569 6127857664 "GET /en/integration/ HTTP/1.1" 500 131451 INFO 2025-08-27 14:24:27,675 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:26:27,660 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:27:12,465 autoreload 17569 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 14:27:12,928 autoreload 46670 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 14:27:17,200 log 46670 6188904448 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 55, in get_context_data 'recent_executions': IntegrationExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'external_system' into field. Choices are: completed_at, correlation_id, endpoint, endpoint_id, error_details, error_message, execution_id, execution_type, external_id, logs, metadata, network_time_ms, processing_time_ms, request_data, request_size_bytes, response_data, response_size_bytes, retry_count, started_at, status, triggered_by, triggered_by_id ERROR 2025-08-27 14:27:17,201 basehttp 46670 6188904448 "GET /en/integration/ HTTP/1.1" 500 132553 INFO 2025-08-27 14:28:16,442 autoreload 46670 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 14:28:16,752 autoreload 47142 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 14:28:25,471 log 47142 6166966272 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 55, in get_context_data 'recent_executions': IntegrationExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "King Faisal Specialist Hospital - Abha": Must be "IntegrationEndpoint" instance. ERROR 2025-08-27 14:28:25,473 basehttp 47142 6166966272 "GET /en/integration/ HTTP/1.1" 500 131588 INFO 2025-08-27 14:28:27,716 basehttp 47142 6166966272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:28:49,067 autoreload 47142 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 14:28:49,409 autoreload 47385 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 14:28:54,577 log 47385 6199275520 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 57, in get_context_data ).order_by('-execution_time')[:10], ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, correlation_id, endpoint, endpoint_id, error_details, error_message, execution_id, execution_type, external_id, logs, metadata, network_time_ms, processing_time_ms, request_data, request_size_bytes, response_data, response_size_bytes, retry_count, started_at, status, triggered_by, triggered_by_id ERROR 2025-08-27 14:28:54,579 basehttp 47385 6199275520 "GET /en/integration/ HTTP/1.1" 500 102462 INFO 2025-08-27 14:29:20,750 autoreload 47385 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 14:29:21,079 autoreload 47624 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 14:29:22,183 log 47624 6135689216 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 59, in get_context_data 'recent_webhook_executions': WebhookExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: client_ip, correlation_id, error_details, error_message, execution_id, external_id, headers, metadata, method, payload, payload_size_bytes, processed_at, processing_time_ms, query_params, received_at, response_data, response_status, status, user_agent, webhook, webhook_id ERROR 2025-08-27 14:29:22,185 basehttp 47624 6135689216 "GET /en/integration/ HTTP/1.1" 500 131851 INFO 2025-08-27 14:30:27,717 basehttp 47624 6135689216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:30:47,316 autoreload 47624 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 14:30:47,636 autoreload 48253 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 14:30:48,723 log 48253 6128758784 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 61, in get_context_data ).order_by('-started_at')[:5], ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'started_at' into field. Choices are: client_ip, correlation_id, error_details, error_message, execution_id, external_id, headers, metadata, method, payload, payload_size_bytes, processed_at, processing_time_ms, query_params, received_at, response_data, response_status, status, user_agent, webhook, webhook_id ERROR 2025-08-27 14:30:48,724 basehttp 48253 6128758784 "GET /en/integration/ HTTP/1.1" 500 102160 INFO 2025-08-27 14:31:17,935 autoreload 48253 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 14:31:18,265 autoreload 48495 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 14:31:20,822 log 48495 6202290176 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 63, in get_context_data 'recent_logs': IntegrationLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: category, correlation_id, details, endpoint, endpoint_id, execution, execution_id, external_system, external_system_id, level, log_id, message, metadata, timestamp, user, user_id ERROR 2025-08-27 14:31:20,824 basehttp 48495 6202290176 "GET /en/integration/ HTTP/1.1" 500 131247 INFO 2025-08-27 14:31:42,343 autoreload 48495 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 14:31:42,681 autoreload 48654 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 14:31:44,916 log 48654 6132068352 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 71, in get_context_data 'executions_today': IntegrationExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, correlation_id, endpoint, endpoint_id, error_details, error_message, execution_id, execution_type, external_id, logs, metadata, network_time_ms, processing_time_ms, request_data, request_size_bytes, response_data, response_size_bytes, retry_count, started_at, status, triggered_by, triggered_by_id ERROR 2025-08-27 14:31:44,919 basehttp 48654 6132068352 "GET /en/integration/ HTTP/1.1" 500 132765 INFO 2025-08-27 14:32:27,695 basehttp 48654 6132068352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:32:36,880 autoreload 48654 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 14:32:37,216 autoreload 49045 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 14:32:39,690 log 49045 6124040192 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 71, in get_context_data 'executions_today': IntegrationExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: completed_at, correlation_id, endpoint, endpoint_id, error_details, error_message, execution_id, execution_type, external_id, logs, metadata, network_time_ms, processing_time_ms, request_data, request_size_bytes, response_data, response_size_bytes, retry_count, started_at, status, triggered_by, triggered_by_id ERROR 2025-08-27 14:32:39,692 basehttp 49045 6124040192 "GET /en/integration/ HTTP/1.1" 500 133370 INFO 2025-08-27 14:33:04,349 autoreload 49045 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 14:33:04,665 autoreload 49285 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 14:33:05,074 log 49285 6158053376 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 76, in get_context_data 'successful_executions': IntegrationExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, correlation_id, endpoint, endpoint_id, error_details, error_message, execution_id, execution_type, external_id, logs, metadata, network_time_ms, processing_time_ms, request_data, request_size_bytes, response_data, response_size_bytes, retry_count, started_at, status, triggered_by, triggered_by_id ERROR 2025-08-27 14:33:05,075 basehttp 49285 6158053376 "GET /en/integration/ HTTP/1.1" 500 133081 INFO 2025-08-27 14:33:30,686 autoreload 49285 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 14:33:31,009 autoreload 49455 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 14:33:33,493 log 49455 6198145024 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 76, in get_context_data 'successful_executions': IntegrationExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: completed_at, correlation_id, endpoint, endpoint_id, error_details, error_message, execution_id, execution_type, external_id, logs, metadata, network_time_ms, processing_time_ms, request_data, request_size_bytes, response_data, response_size_bytes, retry_count, started_at, status, triggered_by, triggered_by_id ERROR 2025-08-27 14:33:33,495 basehttp 49455 6198145024 "GET /en/integration/ HTTP/1.1" 500 133761 INFO 2025-08-27 14:34:01,232 autoreload 49455 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 14:34:01,561 autoreload 49694 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 14:34:02,761 log 49694 6198751232 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 91, in get_context_data 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 14:34:02,763 basehttp 49694 6198751232 "GET /en/integration/ HTTP/1.1" 500 134386 INFO 2025-08-27 14:34:27,737 basehttp 49694 6198751232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:35:13,184 autoreload 49694 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 14:35:13,511 autoreload 50246 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 14:35:14,599 log 50246 6167195648 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'mul' ERROR 2025-08-27 14:35:14,601 basehttp 50246 6167195648 "GET /en/integration/ HTTP/1.1" 500 219641 INFO 2025-08-27 14:36:27,689 basehttp 50246 6167195648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:38:12,666 log 50246 6167195648 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1035, in find_library return parser.libraries[name] ~~~~~~~~~~~~~~~~^^^^^^ KeyError: 'custom_filters' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1097, in load lib = find_library(parser, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1037, in find_library raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: 'custom_filters' is not a registered tag library. Must be one of: admin_list admin_modify admin_urls allauth cache debugger_tags highlighting i18n indent_text l10n log rest_framework static syntax_color tz widont ERROR 2025-08-27 14:38:12,673 basehttp 50246 6167195648 "GET /en/integration/ HTTP/1.1" 500 229161 INFO 2025-08-27 14:38:27,643 basehttp 50246 6167195648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:39:09,577 autoreload 52084 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 14:39:12,198 log 52084 6134984704 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard' not found. 'dashboard' is not a valid view function or pattern name. ERROR 2025-08-27 14:39:12,199 basehttp 52084 6134984704 "GET /en/integration/ HTTP/1.1" 500 174732 INFO 2025-08-27 14:39:27,703 basehttp 52084 6134984704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:41:27,651 basehttp 52084 6134984704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:43:27,652 basehttp 52084 6134984704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:45:27,634 basehttp 52084 6134984704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:47:27,644 basehttp 52084 6134984704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:49:27,641 basehttp 52084 6134984704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:51:02,602 basehttp 52084 6134984704 "GET /en/integration/ HTTP/1.1" 200 35372 INFO 2025-08-27 14:51:02,671 basehttp 52084 6134984704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:51:02,687 log 52084 6151811072 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:51:02,693 log 52084 6168637440 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 14:51:02,694 basehttp 52084 6151811072 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 ERROR 2025-08-27 14:51:02,695 basehttp 52084 6168637440 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 INFO 2025-08-27 14:51:27,637 basehttp 52084 6168637440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:51:32,670 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:51:32,671 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 14:52:02,692 basehttp 52084 6168637440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:52:02,703 log 52084 6151811072 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 14:52:02,709 log 52084 6134984704 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:52:02,710 basehttp 52084 6151811072 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 ERROR 2025-08-27 14:52:02,711 basehttp 52084 6134984704 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 ERROR 2025-08-27 14:52:32,686 log 52084 6134984704 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:52:32,687 basehttp 52084 6134984704 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 14:53:02,693 basehttp 52084 6134984704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:53:02,704 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:53:02,710 log 52084 6151811072 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 14:53:02,711 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 ERROR 2025-08-27 14:53:02,712 basehttp 52084 6151811072 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 INFO 2025-08-27 14:53:27,632 basehttp 52084 6151811072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:53:32,690 log 52084 6151811072 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:53:32,691 basehttp 52084 6151811072 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 14:54:02,684 basehttp 52084 6151811072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:54:02,700 log 52084 6134984704 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:54:02,706 log 52084 6168637440 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 14:54:02,707 basehttp 52084 6134984704 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 ERROR 2025-08-27 14:54:02,707 basehttp 52084 6168637440 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 ERROR 2025-08-27 14:54:32,689 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:54:32,690 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 14:55:02,686 basehttp 52084 6168637440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:55:02,699 log 52084 6134984704 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 14:55:02,707 log 52084 6151811072 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:55:02,707 basehttp 52084 6134984704 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 ERROR 2025-08-27 14:55:02,708 basehttp 52084 6151811072 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 14:55:27,631 basehttp 52084 6151811072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:55:32,693 log 52084 6151811072 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:55:32,694 basehttp 52084 6151811072 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 14:56:02,683 basehttp 52084 6151811072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:56:02,701 log 52084 6134984704 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 14:56:02,708 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:56:02,709 basehttp 52084 6134984704 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 ERROR 2025-08-27 14:56:02,710 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 ERROR 2025-08-27 14:56:32,696 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:56:32,698 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 14:57:02,678 basehttp 52084 6168637440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:57:02,700 log 52084 6151811072 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:57:02,707 log 52084 6134984704 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 14:57:02,708 basehttp 52084 6151811072 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 ERROR 2025-08-27 14:57:02,709 basehttp 52084 6134984704 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 INFO 2025-08-27 14:57:27,627 basehttp 52084 6134984704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:57:32,703 log 52084 6134984704 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:57:32,704 basehttp 52084 6134984704 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 14:58:02,684 basehttp 52084 6134984704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:58:02,699 log 52084 6151811072 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 14:58:02,701 basehttp 52084 6151811072 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 ERROR 2025-08-27 14:58:02,709 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:58:02,710 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 ERROR 2025-08-27 14:58:32,708 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:58:32,709 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 14:59:02,685 basehttp 52084 6168637440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:59:02,704 log 52084 6151811072 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 14:59:02,706 basehttp 52084 6151811072 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 ERROR 2025-08-27 14:59:02,714 log 52084 6134984704 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:59:02,715 basehttp 52084 6134984704 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 14:59:27,626 basehttp 52084 6134984704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:59:32,715 log 52084 6134984704 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:59:32,716 basehttp 52084 6134984704 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:00:02,688 basehttp 52084 6134984704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:00:02,699 log 52084 6151811072 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 15:00:02,701 basehttp 52084 6151811072 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 ERROR 2025-08-27 15:00:02,713 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:00:02,714 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 ERROR 2025-08-27 15:00:32,710 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:00:32,711 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:01:03,637 basehttp 52084 6168637440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:01:03,653 log 52084 6134984704 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:01:03,659 log 52084 6151811072 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 15:01:03,660 basehttp 52084 6134984704 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 ERROR 2025-08-27 15:01:03,660 basehttp 52084 6151811072 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 INFO 2025-08-27 15:01:27,623 basehttp 52084 6151811072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:01:34,631 log 52084 6151811072 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:01:34,632 basehttp 52084 6151811072 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:02:27,638 basehttp 52084 6151811072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:02:27,649 log 52084 6134984704 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 15:02:27,655 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:02:27,656 basehttp 52084 6134984704 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 ERROR 2025-08-27 15:02:27,656 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 ERROR 2025-08-27 15:03:27,614 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:03:27,616 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:03:27,621 basehttp 52084 6134984704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:03:27,629 log 52084 6151811072 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 15:03:27,630 basehttp 52084 6151811072 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 INFO 2025-08-27 15:03:27,632 basehttp 52084 6168637440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:04:27,624 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:04:27,625 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:04:32,176 basehttp 52084 6168637440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:04:32,190 log 52084 6151811072 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 15:04:32,191 basehttp 52084 6151811072 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 ERROR 2025-08-27 15:04:57,627 log 52084 6151811072 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:04:57,628 basehttp 52084 6151811072 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:05:27,626 basehttp 52084 6168637440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:05:27,636 log 52084 6151811072 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:05:27,637 basehttp 52084 6151811072 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:05:32,178 basehttp 52084 6151811072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:05:32,188 log 52084 6168637440 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 15:05:32,190 basehttp 52084 6168637440 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 ERROR 2025-08-27 15:05:57,621 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:05:57,622 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 ERROR 2025-08-27 15:06:27,632 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:06:27,633 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:06:32,170 basehttp 52084 6168637440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:06:32,179 log 52084 6151811072 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 15:06:32,180 basehttp 52084 6151811072 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 ERROR 2025-08-27 15:06:57,636 log 52084 6151811072 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:06:57,637 basehttp 52084 6151811072 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:07:27,613 basehttp 52084 6151811072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:07:27,653 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:07:27,654 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:07:32,179 basehttp 52084 6168637440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:07:32,190 log 52084 6151811072 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 15:07:32,191 basehttp 52084 6151811072 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 ERROR 2025-08-27 15:07:57,641 log 52084 6151811072 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:07:57,642 basehttp 52084 6151811072 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 ERROR 2025-08-27 15:08:27,628 log 52084 6151811072 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:08:27,629 basehttp 52084 6151811072 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:08:32,179 basehttp 52084 6134984704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:08:32,189 log 52084 6151811072 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 15:08:32,191 basehttp 52084 6151811072 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 ERROR 2025-08-27 15:08:57,635 log 52084 6151811072 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:08:57,640 basehttp 52084 6151811072 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:09:18,020 autoreload 52084 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 15:09:18,458 autoreload 65274 8466948288 Watching for file changes with StatReloader INFO 2025-08-27 15:09:21,115 basehttp 65274 6341865472 "GET /en/integration/ HTTP/1.1" 200 35372 INFO 2025-08-27 15:09:21,174 basehttp 65274 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:09:21,179 basehttp 65274 6375518208 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:09:21,186 log 65274 6358691840 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:09:21,188 basehttp 65274 6358691840 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:09:27,613 basehttp 65274 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:09:51,177 log 65274 6358691840 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:09:51,178 basehttp 65274 6358691840 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:10:21,205 basehttp 65274 6375518208 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:10:21,206 basehttp 65274 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:10:21,215 log 65274 6341865472 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:10:21,216 basehttp 65274 6341865472 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:10:25,852 autoreload 65274 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 15:10:26,200 autoreload 65747 8466948288 Watching for file changes with StatReloader INFO 2025-08-27 15:10:26,694 basehttp 65747 6122532864 "GET /en/integration/ HTTP/1.1" 200 35372 INFO 2025-08-27 15:10:26,744 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:10:26,748 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:10:26,756 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:10:26,758 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:10:56,759 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:10:56,761 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:11:26,750 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:11:26,750 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:11:26,757 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:11:26,757 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:11:27,630 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:11:56,762 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:11:56,764 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:12:26,748 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:12:26,753 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:12:26,760 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:12:26,760 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:12:56,766 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:12:56,768 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:13:26,740 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:13:26,740 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:13:26,749 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:13:26,750 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:13:27,621 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:13:56,802 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:13:56,803 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:14:26,746 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:14:26,747 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:14:26,756 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:14:26,757 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:14:56,771 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:14:56,772 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:15:26,746 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:15:26,747 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:15:26,758 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:15:26,759 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:15:27,624 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:15:56,774 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:15:56,776 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:16:26,753 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:16:26,754 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:16:26,764 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:16:26,765 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:16:56,765 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:16:56,766 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:17:26,748 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:17:26,749 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:17:26,763 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:17:26,763 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:17:27,623 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:17:56,781 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:17:56,782 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:18:26,752 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:18:26,753 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:18:26,767 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:18:26,768 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:18:56,783 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:18:56,784 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:19:26,755 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:19:26,756 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:19:26,771 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:19:26,771 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:19:27,620 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:19:56,787 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:19:56,788 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:20:26,758 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:20:26,758 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:20:26,775 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:20:26,776 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:20:56,792 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:20:56,793 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:21:26,756 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:21:26,757 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:21:26,773 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:21:26,774 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:21:27,610 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:21:56,782 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:21:56,783 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:22:26,758 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:22:26,758 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:22:26,776 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:22:26,777 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:22:56,796 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:22:56,798 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:23:26,762 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:23:26,762 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:23:26,780 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:23:26,781 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:23:27,613 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:23:56,805 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:23:56,806 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:24:26,747 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:24:26,748 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:24:26,769 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:24:26,769 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:24:56,784 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:24:56,785 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:25:26,754 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:25:26,754 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:25:26,771 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:25:26,772 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:25:27,592 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:25:56,788 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:25:56,789 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:26:26,757 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:26:26,757 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:26:26,779 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:26:26,780 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:26:56,792 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:26:56,793 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:27:26,747 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:27:26,747 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:27:26,775 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:27:26,776 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:27:27,592 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:27:56,791 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:27:56,791 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:28:26,762 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:28:26,763 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:28:26,784 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:28:26,785 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:28:56,803 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:28:56,804 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:29:26,750 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:29:26,751 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:29:26,789 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:29:26,790 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:29:27,592 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:29:56,808 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:29:56,809 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:30:26,756 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:30:26,756 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:30:26,796 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:30:26,797 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:30:56,815 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:30:56,816 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:31:26,753 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:31:26,753 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:31:26,808 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:31:26,809 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:31:27,585 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:31:56,822 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:31:56,823 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:32:26,769 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:32:26,769 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:32:26,813 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:32:26,814 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:32:56,828 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:32:56,829 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:33:26,769 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:33:26,769 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:33:26,820 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:33:26,821 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:33:27,586 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:33:56,846 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:33:56,847 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:34:26,770 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:34:26,771 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:34:26,823 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:34:26,824 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:34:56,841 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:34:56,842 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:35:26,766 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:35:26,766 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:35:26,829 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:35:26,830 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:35:27,574 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:35:56,836 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:35:56,837 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:36:27,594 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:36:27,594 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:36:27,607 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:36:27,607 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:36:58,589 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:36:58,590 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:37:27,582 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:38:00,581 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:38:00,583 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:38:00,592 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:38:00,593 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:39:27,599 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:39:27,601 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:39:27,609 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:39:27,611 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:39:27,613 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:40:27,601 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:40:27,601 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:40:27,610 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:40:27,611 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:41:27,588 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:41:27,598 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:41:27,600 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:42:27,602 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:42:27,603 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:42:27,614 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:42:27,615 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:43:27,579 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:43:27,588 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at INFO 2025-08-27 15:43:27,591 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:43:27,592 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:44:27,606 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:44:27,606 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:44:27,615 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:44:27,616 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:45:27,599 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:45:27,599 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:45:27,608 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:45:27,609 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:46:27,585 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:46:27,598 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:46:27,599 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:47:27,578 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:47:27,578 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:47:27,586 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:47:27,587 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:47:27,588 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:48:27,582 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:48:27,582 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:48:27,613 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:48:27,613 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:49:27,596 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:49:27,596 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:49:27,605 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:49:27,607 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:49:27,608 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:50:27,569 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:50:27,571 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:51:27,592 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:51:27,592 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:51:27,602 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:51:27,603 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:51:27,604 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:52:27,590 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:52:27,592 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:52:27,601 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:52:27,603 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:53:27,573 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:53:27,583 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:53:27,584 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:54:27,591 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:54:27,591 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:54:27,603 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:54:27,604 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:55:27,600 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:55:27,601 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:55:27,603 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:56:27,596 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:56:27,597 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:56:27,609 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:56:27,610 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:57:27,596 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at INFO 2025-08-27 15:57:27,599 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:57:27,600 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:57:27,601 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:57:27,608 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:58:27,588 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:58:27,589 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:59:27,601 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:59:27,602 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:59:27,611 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:59:27,612 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:59:27,616 basehttp 65747 6173011968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:00:27,586 log 65747 6173011968 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:00:27,587 basehttp 65747 6173011968 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:01:27,597 basehttp 65747 6173011968 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 16:01:27,601 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:01:27,611 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:01:27,612 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:01:27,613 basehttp 65747 6173011968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:02:27,583 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:02:27,593 log 65747 6173011968 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:02:27,594 basehttp 65747 6173011968 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:03:27,585 basehttp 65747 6173011968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:03:27,596 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:03:27,597 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:03:27,599 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:04:27,599 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 16:04:27,602 basehttp 65747 6173011968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:04:27,612 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:04:27,682 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:05:27,589 basehttp 65747 6173011968 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 16:05:27,590 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:05:27,599 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:05:27,600 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:06:27,577 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:06:27,590 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:06:27,591 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:07:27,580 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 16:07:27,580 basehttp 65747 6173011968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:07:27,589 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:07:27,590 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:08:27,589 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:08:27,589 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:08:27,597 log 65747 6173011968 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:08:27,598 basehttp 65747 6173011968 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:09:27,585 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:09:27,585 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:09:27,594 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:09:27,596 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:09:27,597 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:10:27,698 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:10:27,699 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:11:27,719 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:11:27,720 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:11:27,732 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:11:27,733 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:11:27,736 basehttp 65747 6173011968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:12:27,706 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:12:27,719 log 65747 6173011968 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:12:27,720 basehttp 65747 6173011968 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:13:27,704 basehttp 65747 6173011968 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 16:13:27,706 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:13:27,716 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:13:27,717 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:14:27,719 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:14:27,722 basehttp 65747 6173011968 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:14:27,731 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:14:27,732 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:15:27,707 basehttp 65747 6173011968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:15:27,717 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:15:27,719 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:15:27,721 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:16:27,712 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:16:27,722 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:16:27,722 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:17:27,716 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:17:27,720 basehttp 65747 6173011968 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:17:27,729 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:17:27,730 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:17:27,732 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:18:27,704 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:18:27,714 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:18:27,715 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:19:27,719 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 16:19:27,721 basehttp 65747 6173011968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:19:27,730 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:19:27,731 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:20:27,720 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:20:27,720 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:20:27,732 log 65747 6173011968 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:20:27,733 basehttp 65747 6173011968 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:21:27,714 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:21:27,727 log 65747 6173011968 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:21:27,729 basehttp 65747 6173011968 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:21:27,731 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:22:27,706 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:22:27,719 log 65747 6173011968 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:22:27,720 basehttp 65747 6173011968 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:23:27,726 basehttp 65747 6173011968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:23:27,727 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:23:27,737 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:23:27,738 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:23:27,741 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:24:27,722 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:24:27,725 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:24:27,734 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:24:27,735 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:25:27,727 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:25:27,738 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:25:27,738 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:26:27,730 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:26:27,731 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:26:27,739 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:26:27,740 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:27:27,714 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:27:27,714 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:27:27,724 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:27:27,725 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:27:27,736 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:28:27,728 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:28:27,730 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:29:27,728 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:29:27,728 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:29:27,740 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:29:27,741 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:29:27,743 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:30:27,704 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:30:27,711 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:30:27,712 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:31:27,724 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 16:31:27,727 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:31:27,736 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:31:27,737 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:32:27,729 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:32:27,733 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:32:27,741 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:32:27,742 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:33:27,715 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:33:27,728 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:33:27,730 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:33:27,732 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:34:27,729 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 16:34:27,731 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:34:27,740 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:34:27,741 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:35:27,739 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:35:27,739 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:35:27,750 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:35:27,751 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:36:27,718 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:36:27,730 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:36:27,731 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:37:27,708 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 16:37:27,714 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:37:27,726 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:37:27,727 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:37:27,729 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:38:27,729 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 16:38:27,729 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:38:27,737 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:38:27,738 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:39:27,718 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:39:27,728 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:39:27,729 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:40:27,782 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 16:40:27,783 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:40:27,794 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:40:27,795 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:41:27,815 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:41:27,818 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:41:27,826 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:41:27,827 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:41:27,829 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:42:27,797 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:42:27,798 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:42:56,731 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:42:56,732 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:42:57,797 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:42:57,798 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 16:43:20,411 log 65747 6139359232 Internal Server Error: /en/integration/systems/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: integration/external_system_form.html ERROR 2025-08-27 16:43:20,412 basehttp 65747 6139359232 "GET /en/integration/systems/create/ HTTP/1.1" 500 83461 INFO 2025-08-27 16:43:27,779 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:44:52,337 autoreload 65747 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 16:44:52,786 autoreload 7366 8466948288 Watching for file changes with StatReloader INFO 2025-08-27 16:44:53,982 basehttp 7366 6171373568 "GET /en/integration/systems/create/ HTTP/1.1" 200 45558 INFO 2025-08-27 16:44:54,015 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:45:27,786 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:45:54,016 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:46:54,781 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:47:27,792 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:47:55,784 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:48:56,782 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:49:27,784 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:49:57,787 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:50:58,787 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:51:27,791 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:52:00,785 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:53:27,789 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:53:27,802 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:55:27,801 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:55:27,812 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:56:27,806 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:57:27,827 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:58:27,819 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:59:27,825 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:59:27,835 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:01:27,824 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:01:27,835 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:02:27,827 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:03:27,833 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:04:27,828 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:05:27,838 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:05:27,848 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:07:27,830 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:07:27,841 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:08:27,836 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:09:27,837 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:09:27,847 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:11:27,836 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:11:27,848 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:12:27,879 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:12:27,884 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:14:27,836 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:14:27,847 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:15:27,843 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:16:27,835 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:16:27,844 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:18:27,842 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:18:27,853 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 18:37:37,701 basehttp 7366 6171373568 "GET / HTTP/1.1" 302 0 INFO 2025-08-27 18:37:37,717 basehttp 7366 13170143232 "GET /en/ HTTP/1.1" 200 47578 INFO 2025-08-27 18:37:37,791 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 18:37:37,801 basehttp 7366 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 18:37:37,802 basehttp 7366 13203795968 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-27 18:37:37,804 basehttp 7366 6171373568 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 18:37:44,579 basehttp 7366 6171373568 "GET /en/pharmacy/ HTTP/1.1" 200 34316 INFO 2025-08-27 18:37:44,641 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 18:37:44,701 log 7366 13186969600 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 18:37:44,707 log 7366 13203795968 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 18:37:44,710 basehttp 7366 13186969600 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 127125 ERROR 2025-08-27 18:37:44,711 basehttp 7366 13203795968 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126942 ERROR 2025-08-27 18:37:47,521 log 7366 13203795968 Internal Server Error: /en/pharmacy/prescriptions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_patient_info' not found. 'get_patient_info' is not a valid view function or pattern name. ERROR 2025-08-27 18:37:47,527 basehttp 7366 13203795968 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 500 184495 INFO 2025-08-27 18:45:49,628 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 18:45:49,925 log 7366 13186969600 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 18:45:49,928 basehttp 7366 13186969600 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126851 ERROR 2025-08-27 18:45:49,933 log 7366 6171373568 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 18:45:49,934 basehttp 7366 6171373568 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126668 INFO 2025-08-27 18:45:50,474 basehttp 7366 6171373568 "GET /en/pharmacy/ HTTP/1.1" 200 34316 INFO 2025-08-27 18:45:50,545 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 18:45:50,594 log 7366 13186969600 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 18:45:50,596 basehttp 7366 13186969600 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126668 ERROR 2025-08-27 18:45:50,602 log 7366 13170143232 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 18:45:50,603 basehttp 7366 13170143232 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126851 ERROR 2025-08-27 18:45:57,499 log 7366 13170143232 Internal Server Error: /en/pharmacy/medications/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_ndc' not found. 'validate_ndc' is not a valid view function or pattern name. ERROR 2025-08-27 18:45:57,500 basehttp 7366 13170143232 "GET /en/pharmacy/medications/create/ HTTP/1.1" 500 179711 ERROR 2025-08-27 18:46:02,405 log 7366 13170143232 Internal Server Error: /en/pharmacy/inventory/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-08-27 18:46:02,406 basehttp 7366 13170143232 "GET /en/pharmacy/inventory/create/ HTTP/1.1" 500 94424 WARNING 2025-08-27 18:46:07,713 log 7366 13170143232 Not Found: /en/pharmacy/pharmacy/drug-interaction-check/undefined/ WARNING 2025-08-27 18:46:07,713 basehttp 7366 13170143232 "GET /en/pharmacy/pharmacy/drug-interaction-check/undefined/ HTTP/1.1" 404 38634 INFO 2025-08-27 18:46:10,788 basehttp 7366 13170143232 "GET /en/pharmacy/ HTTP/1.1" 200 34316 INFO 2025-08-27 18:46:10,844 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 18:46:10,883 log 7366 6171373568 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 18:46:10,885 basehttp 7366 6171373568 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126851 ERROR 2025-08-27 18:46:10,895 log 7366 13186969600 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 18:46:10,896 basehttp 7366 13186969600 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126668 INFO 2025-08-27 18:46:14,286 basehttp 7366 13186969600 "GET /en/pharmacy/ HTTP/1.1" 200 34316 INFO 2025-08-27 18:46:14,346 basehttp 7366 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 18:46:14,388 log 7366 13170143232 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 18:46:14,391 basehttp 7366 13170143232 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126851 ERROR 2025-08-27 18:46:14,401 log 7366 6171373568 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 18:46:14,401 basehttp 7366 6171373568 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126668 ERROR 2025-08-27 18:46:16,556 log 7366 6171373568 Internal Server Error: /en/pharmacy/medications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'medication_type' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 401, in get_context_data 'medication_types': Medication._meta.get_field('medication_type').choices, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Medication has no field named 'medication_type' ERROR 2025-08-27 18:46:16,557 basehttp 7366 6171373568 "GET /en/pharmacy/medications/ HTTP/1.1" 500 97379 INFO 2025-08-27 18:47:30,580 autoreload 7366 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-27 18:47:31,207 autoreload 61010 8466948288 Watching for file changes with StatReloader INFO 2025-08-27 20:44:13,896 autoreload 61010 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-08-27 20:44:14,378 autoreload 62955 8466948288 Watching for file changes with StatReloader INFO 2025-08-27 20:45:23,788 autoreload 62955 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-08-27 20:45:24,183 autoreload 63425 8466948288 Watching for file changes with StatReloader INFO 2025-08-27 20:46:07,612 autoreload 63425 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-08-27 20:46:08,004 autoreload 63833 8466948288 Watching for file changes with StatReloader INFO 2025-08-27 20:49:45,745 autoreload 63833 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-27 20:49:46,136 autoreload 65393 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 20:49:49,264 log 65393 6130544640 Internal Server Error: /en/pharmacy/medications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'medication_search' not found. 'medication_search' is not a valid view function or pattern name. ERROR 2025-08-27 20:49:49,267 basehttp 65393 6130544640 "GET /en/pharmacy/medications/ HTTP/1.1" 500 226761 ERROR 2025-08-27 20:56:06,320 log 65393 6130544640 Internal Server Error: /en/pharmacy/medications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'medication_search' not found. 'medication_search' is not a valid view function or pattern name. ERROR 2025-08-27 20:56:06,326 basehttp 65393 6130544640 "GET /en/pharmacy/medications/ HTTP/1.1" 500 227098 ERROR 2025-08-27 20:57:21,740 log 65393 6130544640 Internal Server Error: /en/pharmacy/medications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'medication_edit' not found. 'medication_edit' is not a valid view function or pattern name. ERROR 2025-08-27 20:57:21,743 basehttp 65393 6130544640 "GET /en/pharmacy/medications/ HTTP/1.1" 500 252866 INFO 2025-08-27 20:58:32,338 basehttp 65393 6130544640 "GET /en/pharmacy/medications/ HTTP/1.1" 200 116921 INFO 2025-08-27 20:58:32,347 basehttp 65393 6130544640 "GET /static/css/custom.css HTTP/1.1" 304 0 INFO 2025-08-27 20:58:32,389 basehttp 65393 6130544640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 21:02:40,214 log 65393 6130544640 Internal Server Error: /en/pharmacy/medications/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 325, in get_context_data ).select_related('patient', 'prescriber').order_by('-prescribed_date')[:10] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'prescribed_date' into field. Choices are: administration_records, created_at, date_prescribed, date_written, diagnosis_code, dispense_as_written, dispense_records, dosage_instructions, duration, e_prescription_id, electronic_prescription, encounter, encounter_id, expiration_date, frequency, generic_substitution_allowed, id, indication, medication, medication_id, patient, patient_id, patient_instructions, pharmacy_notes, prescriber, prescriber_id, prescription_id, prescription_number, prior_authorization_expiry, prior_authorization_number, prior_authorization_required, quantity_prescribed, quantity_unit, refills_authorized, refills_remaining, status, tenant, tenant_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-27 21:02:40,216 basehttp 65393 6130544640 "GET /en/pharmacy/medications/4/ HTTP/1.1" 500 105308 INFO 2025-08-27 21:03:02,674 autoreload 65393 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-27 21:03:03,229 autoreload 69766 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 21:03:04,434 log 69766 6202011648 Internal Server Error: /en/pharmacy/medications/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 328, in get_context_data context['inventory_items'] = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_active' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 21:03:04,435 basehttp 69766 6202011648 "GET /en/pharmacy/medications/4/ HTTP/1.1" 500 140818 ERROR 2025-08-27 21:03:06,256 log 69766 6202011648 Internal Server Error: /en/pharmacy/medications/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 328, in get_context_data context['inventory_items'] = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_active' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 21:03:06,257 basehttp 69766 6202011648 "GET /en/pharmacy/medications/4/ HTTP/1.1" 500 140818 INFO 2025-08-27 21:05:03,022 autoreload 69766 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-08-27 21:05:03,503 autoreload 70632 8466948288 Watching for file changes with StatReloader INFO 2025-08-27 21:07:27,413 autoreload 70632 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-08-27 21:07:27,752 autoreload 71712 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 21:07:30,594 log 71712 6157611008 Internal Server Error: /en/pharmacy/medications/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 331, in get_context_data ).order_by('expiry_date') ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'expiry_date' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 21:07:30,596 basehttp 71712 6157611008 "GET /en/pharmacy/medications/4/ HTTP/1.1" 500 103961 INFO 2025-08-27 21:07:52,971 autoreload 71712 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-27 21:07:53,306 autoreload 71879 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 21:07:54,382 log 71879 6204764160 Internal Server Error: /en/pharmacy/medications/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 334, in get_context_data context['interactions'] = DrugInteraction.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'status' into field. Choices are: clinical_effect, created_at, created_by, created_by_id, evidence_level, id, interaction_id, interaction_type, is_active, management_recommendations, mechanism, medication_1, medication_1_id, medication_2, medication_2_id, monitoring_parameters, references, severity, tenant, tenant_id, updated_at ERROR 2025-08-27 21:07:54,384 basehttp 71879 6204764160 "GET /en/pharmacy/medications/4/ HTTP/1.1" 500 135170 ERROR 2025-08-27 21:07:55,244 log 71879 6204764160 Internal Server Error: /en/pharmacy/medications/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 334, in get_context_data context['interactions'] = DrugInteraction.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'status' into field. Choices are: clinical_effect, created_at, created_by, created_by_id, evidence_level, id, interaction_id, interaction_type, is_active, management_recommendations, mechanism, medication_1, medication_1_id, medication_2, medication_2_id, monitoring_parameters, references, severity, tenant, tenant_id, updated_at ERROR 2025-08-27 21:07:55,245 basehttp 71879 6204764160 "GET /en/pharmacy/medications/4/ HTTP/1.1" 500 135170 INFO 2025-08-27 21:08:41,131 autoreload 71879 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-27 21:08:41,453 autoreload 72270 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 21:08:44,167 log 72270 6169636864 Internal Server Error: /en/pharmacy/medications/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 351, in get_context_data context['total_inventory'] = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_active' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 21:08:44,169 basehttp 72270 6169636864 "GET /en/pharmacy/medications/4/ HTTP/1.1" 500 141013 INFO 2025-08-27 21:09:13,876 autoreload 72270 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-27 21:09:14,213 autoreload 72516 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 21:09:14,866 log 72516 6166589440 Internal Server Error: /en/pharmacy/medications/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'medication_edit' not found. 'medication_edit' is not a valid view function or pattern name. ERROR 2025-08-27 21:09:14,868 basehttp 72516 6166589440 "GET /en/pharmacy/medications/4/ HTTP/1.1" 500 181067 ERROR 2025-08-27 21:09:46,387 log 72516 6166589440 Internal Server Error: /en/pharmacy/medications/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'medication_edit' not found. 'medication_edit' is not a valid view function or pattern name. ERROR 2025-08-27 21:09:46,388 basehttp 72516 6166589440 "GET /en/pharmacy/medications/4/ HTTP/1.1" 500 181531 ERROR 2025-08-27 21:10:01,297 log 72516 6166589440 Internal Server Error: /en/pharmacy/medications/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'medication_print' not found. 'medication_print' is not a valid view function or pattern name. ERROR 2025-08-27 21:10:01,298 basehttp 72516 6166589440 "GET /en/pharmacy/medications/4/ HTTP/1.1" 500 181770 ERROR 2025-08-27 21:10:16,840 log 72516 6166589440 Internal Server Error: /en/pharmacy/medications/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'medication_inventory_status' not found. 'medication_inventory_status' is not a valid view function or pattern name. ERROR 2025-08-27 21:10:16,841 basehttp 72516 6166589440 "GET /en/pharmacy/medications/4/ HTTP/1.1" 500 177952 ERROR 2025-08-27 21:10:46,442 log 72516 6166589440 Internal Server Error: /en/pharmacy/medications/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'medication_prescription_stats' not found. 'medication_prescription_stats' is not a valid view function or pattern name. ERROR 2025-08-27 21:10:46,443 basehttp 72516 6166589440 "GET /en/pharmacy/medications/4/ HTTP/1.1" 500 183847 ERROR 2025-08-27 21:11:05,441 log 72516 6166589440 Internal Server Error: /en/pharmacy/medications/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'medication_interactions' not found. 'medication_interactions' is not a valid view function or pattern name. ERROR 2025-08-27 21:11:05,442 basehttp 72516 6166589440 "GET /en/pharmacy/medications/4/ HTTP/1.1" 500 188231 INFO 2025-08-27 21:11:21,877 basehttp 72516 6166589440 "GET /en/pharmacy/medications/4/ HTTP/1.1" 200 30125 INFO 2025-08-27 21:11:21,937 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 21:12:01,253 log 72516 6166589440 Internal Server Error: /en/pharmacy/medications/4/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_ndc' not found. 'validate_ndc' is not a valid view function or pattern name. ERROR 2025-08-27 21:12:01,255 basehttp 72516 6166589440 "GET /en/pharmacy/medications/4/update/ HTTP/1.1" 500 181836 INFO 2025-08-27 21:12:21,951 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 21:12:26,162 log 72516 6166589440 Internal Server Error: /en/pharmacy/medications/4/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_ndc' not found. 'validate_ndc' is not a valid view function or pattern name. ERROR 2025-08-27 21:12:26,164 basehttp 72516 6166589440 "GET /en/pharmacy/medications/4/update/ HTTP/1.1" 500 181836 INFO 2025-08-27 21:12:32,537 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 21:12:42,094 log 72516 6166589440 Internal Server Error: /en/pharmacy/medications/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_ndc' not found. 'validate_ndc' is not a valid view function or pattern name. ERROR 2025-08-27 21:12:42,095 basehttp 72516 6166589440 "GET /en/pharmacy/medications/create/ HTTP/1.1" 500 179723 INFO 2025-08-27 21:13:32,541 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 21:13:37,434 basehttp 72516 6166589440 "GET /en/pharmacy/medications/ HTTP/1.1" 200 116921 INFO 2025-08-27 21:13:37,505 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 21:13:39,482 log 72516 6166589440 Internal Server Error: /en/pharmacy/medications/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_medication_duplicates' not found. 'check_medication_duplicates' is not a valid view function or pattern name. ERROR 2025-08-27 21:13:39,484 basehttp 72516 6166589440 "GET /en/pharmacy/medications/create/ HTTP/1.1" 500 182263 INFO 2025-08-27 21:14:21,010 basehttp 72516 6166589440 "GET /en/pharmacy/medications/ HTTP/1.1" 200 116921 INFO 2025-08-27 21:14:21,063 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 21:14:22,410 basehttp 72516 6166589440 "GET /en/pharmacy/medications/create/ HTTP/1.1" 200 45999 INFO 2025-08-27 21:14:22,443 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 21:14:37,382 basehttp 72516 6166589440 "GET /en/pharmacy/medications/ HTTP/1.1" 200 116921 INFO 2025-08-27 21:14:37,415 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 21:14:39,330 basehttp 72516 6166589440 "GET /en/pharmacy/medications/4/update/ HTTP/1.1" 200 46255 INFO 2025-08-27 21:14:39,364 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 21:15:37,417 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 21:15:50,368 basehttp 72516 6166589440 "GET /en/pharmacy/medications/ HTTP/1.1" 200 117064 INFO 2025-08-27 21:15:50,405 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 21:15:57,568 basehttp 72516 6166589440 "GET /en/pharmacy/medications/?page=2 HTTP/1.1" 200 117392 INFO 2025-08-27 21:15:57,602 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 21:16:09,905 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 21:16:12,222 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 21:16:20,928 basehttp 72516 6166589440 "GET /en/pharmacy/medications/create/ HTTP/1.1" 200 45999 INFO 2025-08-27 21:16:20,960 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 21:16:29,381 log 72516 6166589440 Internal Server Error: /en/pharmacy/inventory/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-08-27 21:16:29,382 basehttp 72516 6166589440 "GET /en/pharmacy/inventory/create/ HTTP/1.1" 500 94424 ERROR 2025-08-27 21:16:32,915 log 72516 6166589440 Internal Server Error: /en/pharmacy/prescriptions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_patient_info' not found. 'get_patient_info' is not a valid view function or pattern name. ERROR 2025-08-27 21:16:32,916 basehttp 72516 6166589440 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 500 184495 INFO 2025-08-28 19:18:18,747 autoreload 72516 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-28 19:18:19,159 autoreload 22466 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 19:18:19,718 log 22466 6341865472 Internal Server Error: /en/pharmacy/prescriptions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_medication_info' not found. 'get_medication_info' is not a valid view function or pattern name. ERROR 2025-08-28 19:18:19,721 basehttp 22466 6341865472 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 500 184633 INFO 2025-08-28 19:22:19,227 autoreload 22466 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-28 19:22:19,562 autoreload 24242 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 19:22:21,725 log 24242 6191149056 Internal Server Error: /en/pharmacy/prescriptions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_medication_info' not found. 'get_medication_info' is not a valid view function or pattern name. ERROR 2025-08-28 19:22:21,727 basehttp 24242 6191149056 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 500 184633 INFO 2025-08-28 19:23:12,661 autoreload 24242 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/urls.py changed, reloading. INFO 2025-08-28 19:23:12,985 autoreload 24662 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 19:23:14,910 log 24662 6190772224 Internal Server Error: /en/pharmacy/prescriptions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'save_prescription_draft' not found. 'save_prescription_draft' is not a valid view function or pattern name. ERROR 2025-08-28 19:23:14,911 basehttp 24662 6190772224 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 500 184179 INFO 2025-08-28 19:28:45,747 autoreload 24662 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-08-28 19:28:46,119 autoreload 27136 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 19:28:46,416 log 27136 6204272640 Internal Server Error: /en/pharmacy/prescriptions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'save_prescription_draft' with no arguments not found. 1 pattern(s) tried: ['en/pharmacy/prescription/(?P[0-9]+)/draft/\\Z'] ERROR 2025-08-28 19:28:46,418 basehttp 27136 6204272640 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 500 186327 ERROR 2025-08-28 20:54:13,362 log 27136 6204272640 Internal Server Error: /en/pharmacy/prescriptions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_drug_interactions' not found. 'check_drug_interactions' is not a valid view function or pattern name. ERROR 2025-08-28 20:54:13,369 basehttp 27136 6204272640 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 500 185597 INFO 2025-08-28 20:56:56,192 autoreload 27136 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-28 20:56:56,540 autoreload 48129 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 20:56:57,240 basehttp 48129 6132609024 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 200 71387 INFO 2025-08-28 20:56:57,251 basehttp 48129 6132609024 "GET /static/css/custom.css HTTP/1.1" 304 0 INFO 2025-08-28 20:56:57,287 basehttp 48129 6132609024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 20:57:52,700 basehttp 48129 6132609024 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 120332 INFO 2025-08-28 20:57:52,736 basehttp 48129 6132609024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 20:58:01,588 basehttp 48129 6132609024 "GET /en/pharmacy/inventory/425/ HTTP/1.1" 200 90775 INFO 2025-08-28 20:58:01,624 basehttp 48129 6132609024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 20:58:30,882 basehttp 48129 6132609024 "GET /en/pharmacy/ HTTP/1.1" 200 34316 INFO 2025-08-28 20:58:30,928 basehttp 48129 6132609024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-08-28 20:58:30,972 log 48129 6166261760 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 20:58:30,979 basehttp 48129 6166261760 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126851 ERROR 2025-08-28 20:58:30,985 log 48129 6149435392 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 20:58:30,986 basehttp 48129 6149435392 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126668 WARNING 2025-08-28 20:58:32,669 log 48129 6149435392 Not Found: /en/pharmacy/pharmacy/drug-interaction-check/undefined/ WARNING 2025-08-28 20:58:32,670 basehttp 48129 6149435392 "GET /en/pharmacy/pharmacy/drug-interaction-check/undefined/ HTTP/1.1" 404 39448 ERROR 2025-08-28 20:58:51,837 log 48129 6149435392 Internal Server Error: /en/pharmacy/inventory/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-08-28 20:58:51,839 basehttp 48129 6149435392 "GET /en/pharmacy/inventory/create/ HTTP/1.1" 500 94424 INFO 2025-08-28 21:00:25,892 autoreload 48129 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-28 21:00:26,233 autoreload 49631 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 21:00:28,460 log 49631 6193688576 Internal Server Error: /en/pharmacy/inventory/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'medication_info' not found. 'medication_info' is not a valid view function or pattern name. ERROR 2025-08-28 21:00:28,464 basehttp 49631 6193688576 "GET /en/pharmacy/inventory/create/ HTTP/1.1" 500 184290 ERROR 2025-08-28 21:02:15,802 log 49631 6193688576 Internal Server Error: /en/pharmacy/inventory/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_inventory_duplicates' not found. 'check_inventory_duplicates' is not a valid view function or pattern name. ERROR 2025-08-28 21:02:15,807 basehttp 49631 6193688576 "GET /en/pharmacy/inventory/create/ HTTP/1.1" 500 183930 INFO 2025-08-28 21:02:50,934 basehttp 49631 6193688576 "GET /en/pharmacy/inventory/create/ HTTP/1.1" 200 70718 INFO 2025-08-28 21:02:50,981 basehttp 49631 6193688576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:03:28,380 basehttp 49631 6210514944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-08-28 21:03:28,432 log 49631 6193688576 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:03:28,437 log 49631 6227341312 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:03:28,439 basehttp 49631 6193688576 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126668 ERROR 2025-08-28 21:03:28,440 basehttp 49631 6227341312 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126851 INFO 2025-08-28 21:03:30,305 basehttp 49631 6227341312 "GET /en/pharmacy/medications/create/ HTTP/1.1" 200 45999 INFO 2025-08-28 21:03:30,340 basehttp 49631 6227341312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:03:41,845 basehttp 49631 6227341312 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 200 71387 INFO 2025-08-28 21:03:41,886 basehttp 49631 6227341312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-08-28 21:03:58,391 log 49631 6227341312 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:03:58,392 basehttp 49631 6227341312 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126669 INFO 2025-08-28 21:04:01,694 basehttp 49631 6227341312 "GET / HTTP/1.1" 302 0 INFO 2025-08-28 21:04:01,717 basehttp 49631 6193688576 "GET /en/ HTTP/1.1" 200 47580 INFO 2025-08-28 21:04:01,775 basehttp 49631 6193688576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:04:01,779 basehttp 49631 6244167680 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-28 21:04:01,780 basehttp 49631 6227341312 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-28 21:04:01,781 basehttp 49631 6210514944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-28 21:04:16,314 basehttp 49631 6210514944 "GET /en/ HTTP/1.1" 200 47580 INFO 2025-08-28 21:04:16,382 basehttp 49631 6193688576 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-28 21:04:16,385 basehttp 49631 6210514944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:04:16,385 basehttp 49631 6244167680 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-28 21:04:16,388 basehttp 49631 6227341312 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-28 21:04:27,304 basehttp 49631 6227341312 "GET /en/laboratory/orders/create/ HTTP/1.1" 200 36955 INFO 2025-08-28 21:04:27,338 basehttp 49631 6227341312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:04:43,422 basehttp 49631 6227341312 "GET /en/billing/bills/create/ HTTP/1.1" 200 109320 INFO 2025-08-28 21:04:43,469 basehttp 49631 6227341312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:05:43,483 basehttp 49631 6227341312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:05:47,124 basehttp 49631 6227341312 "GET /en/billing/bills/ HTTP/1.1" 200 31716 INFO 2025-08-28 21:05:47,166 basehttp 49631 6227341312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:05:47,170 basehttp 49631 6244167680 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4923 INFO 2025-08-28 21:06:00,776 basehttp 49631 6244167680 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-08-28 21:06:00,834 basehttp 49631 6227341312 "GET /en/admin/ HTTP/1.1" 200 88075 INFO 2025-08-28 21:06:00,842 basehttp 49631 6210514944 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-28 21:06:00,842 basehttp 49631 6193688576 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-28 21:06:00,842 basehttp 49631 6227341312 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-28 21:06:00,843 basehttp 49631 6193688576 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-28 21:06:00,843 basehttp 49631 6227341312 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-08-28 21:06:00,844 basehttp 49631 6210514944 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-28 21:06:00,845 basehttp 49631 6210514944 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-28 21:06:00,847 basehttp 49631 6210514944 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-28 21:06:00,847 basehttp 49631 6227341312 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-28 21:06:00,848 basehttp 49631 6193688576 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-28 21:06:04,763 basehttp 49631 6193688576 "GET /en/admin/billing/billlineitem/ HTTP/1.1" 200 71961 INFO 2025-08-28 21:06:04,769 basehttp 49631 6193688576 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-28 21:06:04,773 basehttp 49631 6244167680 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-28 21:06:04,774 basehttp 49631 6260994048 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-28 21:06:04,774 basehttp 49631 6193688576 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-28 21:06:04,775 basehttp 49631 6277820416 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-28 21:06:04,776 basehttp 49631 6244167680 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-28 21:06:04,776 basehttp 49631 6193688576 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-28 21:06:04,777 basehttp 49631 6277820416 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-28 21:06:04,780 basehttp 49631 6210514944 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-28 21:06:04,783 basehttp 49631 6227341312 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-28 21:06:04,783 basehttp 49631 6260994048 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-28 21:06:04,784 basehttp 49631 6227341312 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-28 21:06:04,796 basehttp 49631 6260994048 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-28 21:06:04,796 basehttp 49631 6227341312 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-28 21:06:36,457 basehttp 49631 6227341312 "GET /en/admin/billing/billlineitem/ HTTP/1.1" 200 149037 INFO 2025-08-28 21:06:36,470 basehttp 49631 6227341312 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-28 21:06:36,477 basehttp 49631 6227341312 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-08-28 21:06:40,823 basehttp 49631 6227341312 "GET /en/billing/bills/ HTTP/1.1" 200 132853 INFO 2025-08-28 21:06:40,864 basehttp 49631 6227341312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:06:40,868 basehttp 49631 6260994048 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 ERROR 2025-08-28 21:06:47,711 log 49631 6260994048 Internal Server Error: /en/billing/bills/a668a9c6-ab05-40eb-96f3-5c56e1efc6d9/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_submit' not found. 'bill_submit' is not a valid view function or pattern name. ERROR 2025-08-28 21:06:47,712 basehttp 49631 6260994048 "GET /en/billing/bills/a668a9c6-ab05-40eb-96f3-5c56e1efc6d9/ HTTP/1.1" 500 198354 ERROR 2025-08-28 21:09:48,049 log 49631 6193688576 Internal Server Error: /en/billing/bills/a668a9c6-ab05-40eb-96f3-5c56e1efc6d9/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '(UUID('23e89bd9-30d2-4da2-accd-8579ce105ca3'),)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9]+)/\\Z'] ERROR 2025-08-28 21:09:48,054 basehttp 49631 6193688576 "GET /en/billing/bills/a668a9c6-ab05-40eb-96f3-5c56e1efc6d9/ HTTP/1.1" 500 202146 INFO 2025-08-28 21:10:31,762 autoreload 49631 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-08-28 21:10:32,118 autoreload 54176 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 21:10:32,922 basehttp 54176 6204665856 "GET /en/billing/bills/a668a9c6-ab05-40eb-96f3-5c56e1efc6d9/ HTTP/1.1" 200 40831 INFO 2025-08-28 21:10:32,967 basehttp 54176 6204665856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-08-28 21:10:38,598 log 54176 6204665856 Internal Server Error: /en/billing/payments/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_details_api' not found. 'bill_details_api' is not a valid view function or pattern name. ERROR 2025-08-28 21:10:38,602 basehttp 54176 6204665856 "GET /en/billing/payments/create/?bill=a668a9c6-ab05-40eb-96f3-5c56e1efc6d9 HTTP/1.1" 500 177313 INFO 2025-08-28 21:14:29,273 autoreload 54176 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-28 21:14:29,610 autoreload 55974 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 21:15:10,534 log 55974 6202175488 Internal Server Error: /en/billing/payments/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'payment_history' not found. 'payment_history' is not a valid view function or pattern name. ERROR 2025-08-28 21:15:10,536 basehttp 55974 6202175488 "GET /en/billing/payments/create/?bill=a668a9c6-ab05-40eb-96f3-5c56e1efc6d9 HTTP/1.1" 500 178518 INFO 2025-08-28 21:15:30,282 basehttp 55974 6202175488 "GET /en/billing/payments/create/?bill=a668a9c6-ab05-40eb-96f3-5c56e1efc6d9 HTTP/1.1" 200 42155 INFO 2025-08-28 21:15:30,317 basehttp 55974 6202175488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:15:34,513 basehttp 55974 6202175488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:15:42,603 basehttp 55974 6202175488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:15:42,610 basehttp 55974 6219001856 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:16:42,605 basehttp 55974 6219001856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:16:42,608 basehttp 55974 6202175488 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:17:33,234 basehttp 55974 6202175488 "GET /en/billing/bills/ HTTP/1.1" 200 135087 INFO 2025-08-28 21:17:33,272 basehttp 55974 6202175488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:17:33,274 basehttp 55974 6219001856 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:17:37,296 basehttp 55974 6219001856 "GET /en/billing/bills/ HTTP/1.1" 200 135087 INFO 2025-08-28 21:17:37,345 basehttp 55974 6219001856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:17:37,347 basehttp 55974 6202175488 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:18:02,338 basehttp 55974 6202175488 "GET /en/billing/bills/ HTTP/1.1" 200 135137 INFO 2025-08-28 21:18:02,381 basehttp 55974 6202175488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:18:02,383 basehttp 55974 6219001856 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:19:00,145 basehttp 55974 6219001856 "GET /en/billing/bills/ HTTP/1.1" 200 135136 INFO 2025-08-28 21:19:00,202 basehttp 55974 6219001856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:19:00,205 basehttp 55974 6202175488 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:20:00,224 basehttp 55974 6202175488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:20:00,227 basehttp 55974 6219001856 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:20:34,413 basehttp 55974 6219001856 "GET /en/billing/ HTTP/1.1" 200 47140 INFO 2025-08-28 21:20:34,467 basehttp 55974 6219001856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:20:34,469 basehttp 55974 6202175488 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:20:43,448 basehttp 55974 6202175488 "GET /en/billing/bills/ HTTP/1.1" 200 135136 INFO 2025-08-28 21:20:43,486 basehttp 55974 6202175488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:20:43,489 basehttp 55974 6219001856 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:21:04,475 basehttp 55974 6219001856 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 ERROR 2025-08-28 21:21:11,615 log 55974 6219001856 Internal Server Error: /en/billing/claims/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_claims' not found. 'export_claims' is not a valid view function or pattern name. ERROR 2025-08-28 21:21:11,616 basehttp 55974 6219001856 "GET /en/billing/claims/ HTTP/1.1" 500 208223 INFO 2025-08-28 21:21:34,485 basehttp 55974 6219001856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:21:34,488 basehttp 55974 6202175488 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:22:04,472 basehttp 55974 6202175488 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:22:34,487 basehttp 55974 6202175488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:22:34,490 basehttp 55974 6219001856 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:23:04,480 basehttp 55974 6219001856 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:23:34,479 basehttp 55974 6219001856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:23:34,482 basehttp 55974 6202175488 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:24:04,477 basehttp 55974 6202175488 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:24:34,478 basehttp 55974 6202175488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:24:34,482 basehttp 55974 6219001856 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:24:45,700 basehttp 55974 6219001856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:24:45,703 basehttp 55974 6202175488 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:25:17,895 basehttp 55974 6202175488 "GET /en/ HTTP/1.1" 200 47580 INFO 2025-08-28 21:25:17,959 basehttp 55974 6202175488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:25:17,963 basehttp 55974 6235828224 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-28 21:25:17,963 basehttp 55974 6252654592 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-28 21:25:17,964 basehttp 55974 6219001856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 ERROR 2025-08-28 21:25:24,160 log 55974 6219001856 Internal Server Error: /en/emr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '(981,)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-28 21:25:24,162 basehttp 55974 6219001856 "GET /en/emr/ HTTP/1.1" 500 208773 INFO 2025-08-28 21:26:41,308 autoreload 55974 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-08-28 21:26:41,654 autoreload 61316 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 21:26:44,474 basehttp 61316 6165082112 "GET /en/emr/ HTTP/1.1" 200 71709 INFO 2025-08-28 21:26:44,516 basehttp 61316 6165082112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:26:44,523 basehttp 61316 6181908480 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-28 21:26:52,188 basehttp 61316 6181908480 "GET /en/emr/encounters/981/ HTTP/1.1" 200 31615 INFO 2025-08-28 21:26:52,223 basehttp 61316 6181908480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:26:59,374 basehttp 61316 6181908480 "GET /en/patients/patientprofile/35/details/ HTTP/1.1" 200 37339 INFO 2025-08-28 21:26:59,434 basehttp 61316 6181908480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-08-28 21:26:59,438 log 61316 6215561216 Internal Server Error: /en/patients/appointments/35/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-28 21:26:59,440 basehttp 61316 6215561216 "GET /en/patients/appointments/35/ HTTP/1.1" 500 63394 ERROR 2025-08-28 21:26:59,448 log 61316 6165082112 Internal Server Error: /en/patients/emergency-contacts/35/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-28 21:26:59,451 basehttp 61316 6165082112 "GET /en/patients/emergency-contacts/35/ HTTP/1.1" 500 89986 ERROR 2025-08-28 21:26:59,468 log 61316 6198734848 Internal Server Error: /en/patients/insurance-info/35/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-28 21:26:59,468 basehttp 61316 6198734848 "GET /en/patients/insurance-info/35/ HTTP/1.1" 500 109009 ERROR 2025-08-28 21:27:05,740 log 61316 6198734848 Internal Server Error: /en/emr/notes/create/981/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py", line 294, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-08-28 21:27:05,741 basehttp 61316 6198734848 "GET /en/emr/notes/create/981/ HTTP/1.1" 500 98898 WARNING 2025-08-28 21:27:08,955 log 61316 6198734848 Bad Request: /en/emr/patient/981/problem/add/ WARNING 2025-08-28 21:27:08,955 basehttp 61316 6198734848 "GET /en/emr/patient/981/problem/add/ HTTP/1.1" 400 28 INFO 2025-08-28 21:27:52,233 basehttp 61316 6198734848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:28:52,235 basehttp 61316 6198734848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:29:52,234 basehttp 61316 6198734848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:30:49,058 autoreload 61316 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-08-28 21:30:49,379 autoreload 63206 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 21:30:52,273 basehttp 63206 6157119488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:30:52,520 basehttp 63206 6157119488 "GET /en/emr/encounters/981/ HTTP/1.1" 200 31615 INFO 2025-08-28 21:30:52,559 basehttp 63206 6157119488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 21:30:55,967 log 63206 6157119488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:30:55,967 basehttp 63206 6157119488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:31:03,474 log 63206 6157119488 Bad Request: /en/emr/encounter/981/vitals/add/ WARNING 2025-08-28 21:31:03,475 basehttp 63206 6157119488 "GET /en/emr/encounter/981/vitals/add/ HTTP/1.1" 400 28 INFO 2025-08-28 21:31:52,568 basehttp 63206 6157119488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:32:52,571 basehttp 63206 6157119488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:33:52,570 basehttp 63206 6157119488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:34:46,495 autoreload 63206 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-08-28 21:34:46,810 autoreload 64924 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 21:34:52,629 basehttp 64924 6134558720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 21:35:01,289 log 64924 6168211456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:01,289 basehttp 64924 6168211456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:35:01,293 basehttp 64924 6151385088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 21:35:01,297 log 64924 6168211456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:01,297 basehttp 64924 6168211456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:35:01,300 basehttp 64924 6134558720 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-28 21:35:03,332 basehttp 64924 6134558720 "GET /en/emr/problems/ HTTP/1.1" 200 104971 WARNING 2025-08-28 21:35:03,349 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:03,349 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:35:03,451 basehttp 64924 6134558720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 21:35:17,589 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:17,589 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:35:17,605 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:17,605 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:35:19,961 basehttp 64924 6134558720 "GET /en/emr/vital-signs/ HTTP/1.1" 200 91448 WARNING 2025-08-28 21:35:19,979 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:19,979 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:35:20,079 basehttp 64924 6134558720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 21:35:29,700 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:29,701 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:35:29,709 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:29,709 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:35:31,278 basehttp 64924 6134558720 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-28 21:35:33,565 basehttp 64924 6134558720 "GET /en/emr/encounters/ HTTP/1.1" 200 148284 WARNING 2025-08-28 21:35:33,581 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:33,581 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:35:33,690 basehttp 64924 6134558720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:35:40,463 basehttp 64924 6134558720 "GET /en/emr/encounters/981/ HTTP/1.1" 200 31615 WARNING 2025-08-28 21:35:40,485 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:40,485 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:35:40,581 basehttp 64924 6134558720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 21:35:42,950 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:42,950 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:35:42,962 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:42,962 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:35:49,898 log 64924 6134558720 Bad Request: /en/emr/encounter/981/vitals/add/ WARNING 2025-08-28 21:35:49,899 basehttp 64924 6134558720 "GET /en/emr/encounter/981/vitals/add/ HTTP/1.1" 400 28 WARNING 2025-08-28 21:35:49,920 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:49,920 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:35:52,773 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:52,773 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:35:52,782 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:52,783 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:36:06,941 log 64924 6134558720 Bad Request: /en/emr/patient/35/problem/add/ WARNING 2025-08-28 21:36:06,943 basehttp 64924 6134558720 "GET /en/emr/patient/35/problem/add/ HTTP/1.1" 400 28 WARNING 2025-08-28 21:36:06,965 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:06,965 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:36:11,502 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:11,503 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:36:11,514 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:11,514 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:36:19,638 log 64924 6134558720 Not Found: /en/emr/encounters/export/ WARNING 2025-08-28 21:36:19,638 basehttp 64924 6134558720 "GET /en/emr/encounters/export/?encounter_type=&status=&date_from=&date_to=&search=&format=csv HTTP/1.1" 404 37700 WARNING 2025-08-28 21:36:19,655 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:19,655 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:36:26,465 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:26,466 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:36:26,470 basehttp 64924 6168211456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 21:36:26,477 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:26,477 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:36:26,479 basehttp 64924 6151385088 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-28 21:36:32,622 basehttp 64924 6151385088 "GET /en/emr/encounters/?documentation_complete=false HTTP/1.1" 200 148284 WARNING 2025-08-28 21:36:32,639 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:32,640 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:36:32,742 basehttp 64924 6151385088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:36:39,643 basehttp 64924 6151385088 "GET /en/emr/encounters/981/ HTTP/1.1" 200 31615 WARNING 2025-08-28 21:36:39,658 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:39,658 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:36:39,760 basehttp 64924 6151385088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 21:36:42,275 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:42,276 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:36:42,283 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:42,283 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:36:50,448 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:50,448 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:36:50,463 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:50,464 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:36:51,164 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:51,164 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:36:52,526 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:52,526 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:36:52,532 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:52,532 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:36:54,984 basehttp 64924 6151385088 "GET /en/emr/notes/?status=unsigned HTTP/1.1" 200 24285 WARNING 2025-08-28 21:36:55,001 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:55,001 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:36:55,099 basehttp 64924 6151385088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:37:06,680 basehttp 64924 6151385088 "GET /en/emr/notes/ HTTP/1.1" 200 98610 WARNING 2025-08-28 21:37:06,696 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:37:06,696 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:37:06,800 basehttp 64924 6151385088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 21:37:26,989 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:37:26,989 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:37:27,000 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:37:27,000 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:37:27,706 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:37:27,706 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:37:27,708 basehttp 64924 6168211456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:37:27,715 basehttp 64924 6151385088 "GET /en/emr/stats/ HTTP/1.1" 200 2966 WARNING 2025-08-28 21:37:27,716 log 64924 6168211456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:37:27,716 basehttp 64924 6168211456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:37:32,527 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:37:32,528 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:37:32,530 basehttp 64924 6168211456 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-08-28 21:37:32,536 log 64924 6168211456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:37:32,536 basehttp 64924 6168211456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:37:51,271 basehttp 64924 6168211456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:37:51,271 basehttp 64924 6151385088 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-28 21:37:58,544 basehttp 64924 6168211456 "GET /en/htmx/dismiss-notification/990ee8cd-24d2-48e9-ba2d-d96dedbfd1d4/ HTTP/1.1" 200 23 WARNING 2025-08-28 21:37:58,564 log 64924 6168211456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:37:58,564 basehttp 64924 6168211456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:38:00,475 log 64924 6168211456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:38:00,475 basehttp 64924 6168211456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:38:00,485 log 64924 6168211456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:38:00,485 basehttp 64924 6168211456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:38:02,658 basehttp 64924 6168211456 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-08-28 21:38:24,636 log 64924 6168211456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:38:24,636 basehttp 64924 6168211456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:38:27,947 basehttp 64924 6134558720 "GET /en/pharmacy/ HTTP/1.1" 200 34316 WARNING 2025-08-28 21:38:27,964 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:38:27,964 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:38:28,073 basehttp 64924 6134558720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-08-28 21:38:28,119 log 64924 6168211456 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:38:28,126 log 64924 6151385088 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:38:28,127 basehttp 64924 6168211456 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126851 ERROR 2025-08-28 21:38:28,128 basehttp 64924 6151385088 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126668 INFO 2025-08-28 21:38:30,637 basehttp 64924 6151385088 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 120332 WARNING 2025-08-28 21:38:30,661 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:38:30,662 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:38:30,762 basehttp 64924 6151385088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 21:38:34,413 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:38:34,413 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:38:34,423 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:38:34,423 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:38:50,652 log 64924 6151385088 Not Found: /en/pharmacy/pharmacy/drug-interaction-check/undefined/ WARNING 2025-08-28 21:38:50,653 basehttp 64924 6151385088 "GET /en/pharmacy/pharmacy/drug-interaction-check/undefined/ HTTP/1.1" 404 39448 WARNING 2025-08-28 21:38:50,677 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:38:50,677 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:38:59,120 log 64924 6151385088 Not Found: /en/pharmacy/pharmacy/drug-interaction-check WARNING 2025-08-28 21:38:59,120 basehttp 64924 6151385088 "GET /en/pharmacy/pharmacy/drug-interaction-check HTTP/1.1" 404 39415 WARNING 2025-08-28 21:38:59,131 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:38:59,131 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:39:04,344 log 64924 6151385088 Not Found: /en/pharmacy/pharmacy/ WARNING 2025-08-28 21:39:04,344 basehttp 64924 6151385088 "GET /en/pharmacy/pharmacy/ HTTP/1.1" 404 39349 WARNING 2025-08-28 21:39:04,357 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:39:04,357 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:39:08,608 basehttp 64924 6151385088 "GET /en/pharmacy/ HTTP/1.1" 200 34316 WARNING 2025-08-28 21:39:08,622 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:39:08,622 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:39:08,738 basehttp 64924 6151385088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-08-28 21:39:08,782 log 64924 6134558720 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:39:08,784 basehttp 64924 6134558720 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126851 ERROR 2025-08-28 21:39:08,789 log 64924 6168211456 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:39:08,790 basehttp 64924 6168211456 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126668 WARNING 2025-08-28 21:39:14,851 log 64924 6168211456 Not Found: /en/pharmacy/pharmacy/drug-interaction-check/undefined/ WARNING 2025-08-28 21:39:14,851 basehttp 64924 6168211456 "GET /en/pharmacy/pharmacy/drug-interaction-check/undefined/ HTTP/1.1" 404 39448 WARNING 2025-08-28 21:39:14,872 log 64924 6168211456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:39:14,872 basehttp 64924 6168211456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:39:18,861 log 64924 6168211456 Not Found: /en/pharmacy/drug-interaction-check/undefined/ WARNING 2025-08-28 21:39:18,861 basehttp 64924 6168211456 "GET /en/pharmacy/drug-interaction-check/undefined/ HTTP/1.1" 404 39421 WARNING 2025-08-28 21:39:18,872 log 64924 6168211456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:39:18,873 basehttp 64924 6168211456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 21:39:32,664 log 64924 6168211456 Internal Server Error: /en/pharmacy/drug-interactions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 652, in get_queryset return queryset.select_related('medication_a', 'medication_b').order_by('-severity', 'medication_a__name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'medication_a' into field. Choices are: clinical_effect, created_at, created_by, created_by_id, evidence_level, id, interaction_id, interaction_type, is_active, management_recommendations, mechanism, medication_1, medication_1_id, medication_2, medication_2_id, monitoring_parameters, references, severity, tenant, tenant_id, updated_at ERROR 2025-08-28 21:39:32,665 basehttp 64924 6168211456 "GET /en/pharmacy/drug-interactions/ HTTP/1.1" 500 103298 WARNING 2025-08-28 21:39:32,682 log 64924 6168211456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:39:32,682 basehttp 64924 6168211456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:40:09,757 autoreload 64924 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-28 21:40:10,087 autoreload 67382 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 21:40:12,903 log 67382 6136000512 Internal Server Error: /en/pharmacy/drug-interactions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: pharmacy/drug_interaction_list.html, pharmacy/druginteraction_list.html ERROR 2025-08-28 21:40:12,904 basehttp 67382 6136000512 "GET /en/pharmacy/drug-interactions/ HTTP/1.1" 500 87013 WARNING 2025-08-28 21:40:12,916 log 67382 6136000512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:40:12,916 basehttp 67382 6136000512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:40:51,852 autoreload 67382 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-28 21:40:52,196 autoreload 67714 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 21:40:52,984 log 67714 6130364416 Internal Server Error: /en/pharmacy/drug-interactions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1923, in transform return self.try_transform(wrapped, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1458, in try_transform raise FieldError( django.core.exceptions.FieldError: Unsupported lookup 'name' for BigAutoField or join on the field not permitted. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 86, in pre_sql_setup order_by = self.get_order_by() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 490, in get_order_by for expr, is_ref in self._order_by_pairs(): ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 473, in _order_by_pairs yield from self.find_ordering_name( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1120, in find_ordering_name (OrderBy(transform_function(t, alias), descending=descending), False) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1927, in transform raise last_field_exception File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: administration_instructions, adult_dose_range, awp, brand_name, contraindications, controlled_substance_schedule, created_at, created_by, created_by_id, dosage_form, drug_class, formulary_status, generic_name, id, indications, interactions_as_drug1, interactions_as_drug2, inventory_items, is_active, is_available, manufacturer, manufacturer_ndc, max_daily_dose, medication_id, ndc_number, pediatric_dose_range, prescriptions, routes_of_administration, rxcui, side_effects, special_handling, storage_requirements, strength, tenant, tenant_id, unit_cost, unit_of_measure, updated_at, warnings ERROR 2025-08-28 21:40:52,986 basehttp 67714 6130364416 "GET /en/pharmacy/drug-interactions/ HTTP/1.1" 500 258704 WARNING 2025-08-28 21:40:53,001 log 67714 6130364416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:40:53,001 basehttp 67714 6130364416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:42:05,153 autoreload 67714 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-28 21:42:05,501 autoreload 68267 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 21:42:06,596 log 68267 6165999616 Internal Server Error: /en/pharmacy/drug-interactions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_interaction' not found. 'check_interaction' is not a valid view function or pattern name. ERROR 2025-08-28 21:42:06,597 basehttp 68267 6165999616 "GET /en/pharmacy/drug-interactions/ HTTP/1.1" 500 186476 WARNING 2025-08-28 21:42:06,615 log 68267 6165999616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:42:06,615 basehttp 68267 6165999616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 21:42:59,059 log 68267 6165999616 Internal Server Error: /en/pharmacy/drug-interactions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'interaction_detail' not found. 'interaction_detail' is not a valid view function or pattern name. ERROR 2025-08-28 21:42:59,062 basehttp 68267 6165999616 "GET /en/pharmacy/drug-interactions/ HTTP/1.1" 500 187016 WARNING 2025-08-28 21:42:59,075 log 68267 6165999616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:42:59,075 basehttp 68267 6165999616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:49:53,378 autoreload 68267 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/urls.py changed, reloading. INFO 2025-08-28 21:49:53,756 autoreload 71690 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 21:49:54,434 log 71690 6191493120 Internal Server Error: /en/pharmacy/drug-interactions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'interaction_management' not found. 'interaction_management' is not a valid view function or pattern name. ERROR 2025-08-28 21:49:54,436 basehttp 71690 6191493120 "GET /en/pharmacy/drug-interactions/ HTTP/1.1" 500 187174 WARNING 2025-08-28 21:49:54,452 log 71690 6191493120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:49:54,452 basehttp 71690 6191493120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 21:50:22,935 log 71690 6191493120 Internal Server Error: /en/pharmacy/drug-interactions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'add_to_monitoring_bulk' not found. 'add_to_monitoring_bulk' is not a valid view function or pattern name. ERROR 2025-08-28 21:50:22,937 basehttp 71690 6191493120 "GET /en/pharmacy/drug-interactions/ HTTP/1.1" 500 189189 WARNING 2025-08-28 21:50:22,950 log 71690 6191493120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:50:22,950 basehttp 71690 6191493120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 21:51:17,253 log 71690 6191493120 Internal Server Error: /en/pharmacy/drug-interactions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'print_patient_interactions' not found. 'print_patient_interactions' is not a valid view function or pattern name. ERROR 2025-08-28 21:51:17,255 basehttp 71690 6191493120 "GET /en/pharmacy/drug-interactions/ HTTP/1.1" 500 194390 WARNING 2025-08-28 21:51:17,270 log 71690 6191493120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:51:17,271 basehttp 71690 6191493120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:51:28,319 basehttp 71690 6191493120 "GET /en/pharmacy/drug-interactions/ HTTP/1.1" 200 46048 WARNING 2025-08-28 21:51:28,336 log 71690 6191493120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:51:28,336 basehttp 71690 6191493120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:51:28,441 basehttp 71690 6191493120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-08-28 21:52:18,373 log 71690 6191493120 Internal Server Error: /en/pharmacy/drug-interactions/1/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 861, in do_for sequence = parser.compile_filter(bits[in_index + 1]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'split' ERROR 2025-08-28 21:52:18,375 basehttp 71690 6191493120 "GET /en/pharmacy/drug-interactions/1/?interaction_id=1 HTTP/1.1" 500 245219 ERROR 2025-08-28 21:52:24,375 log 71690 6191493120 Internal Server Error: /en/pharmacy/drug-interactions/1/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 861, in do_for sequence = parser.compile_filter(bits[in_index + 1]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'split' ERROR 2025-08-28 21:52:24,377 basehttp 71690 6191493120 "GET /en/pharmacy/drug-interactions/1/?interaction_id=1 HTTP/1.1" 500 245219 INFO 2025-08-28 21:52:28,453 basehttp 71690 6191493120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 21:52:35,170 log 71690 6191493120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:52:35,170 basehttp 71690 6191493120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:52:40,026 log 71690 6191493120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:52:40,026 basehttp 71690 6191493120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:52:41,523 log 71690 6191493120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:52:41,523 basehttp 71690 6191493120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:52:42,254 basehttp 71690 6191493120 "GET /en/pharmacy/ HTTP/1.1" 200 34316 WARNING 2025-08-28 21:52:42,265 log 71690 6191493120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:52:42,265 basehttp 71690 6191493120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:52:42,376 basehttp 71690 6191493120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-08-28 21:52:42,424 log 71690 6208319488 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:52:42,432 log 71690 6225145856 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:52:42,433 basehttp 71690 6208319488 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126668 ERROR 2025-08-28 21:52:42,433 basehttp 71690 6225145856 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126851 WARNING 2025-08-28 21:52:43,484 log 71690 6225145856 Not Found: /en/pharmacy/pharmacy/drug-interaction-check/undefined/ WARNING 2025-08-28 21:52:43,485 basehttp 71690 6225145856 "GET /en/pharmacy/pharmacy/drug-interaction-check/undefined/ HTTP/1.1" 404 39848 WARNING 2025-08-28 21:52:43,504 log 71690 6225145856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:52:43,504 basehttp 71690 6225145856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:54:08,772 log 71690 6241972224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:54:08,773 basehttp 71690 6241972224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:54:08,778 basehttp 71690 6208319488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 21:54:08,792 log 71690 6208319488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:54:08,794 basehttp 71690 6208319488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 21:54:08,825 log 71690 6191493120 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:54:08,828 basehttp 71690 6191493120 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126851 ERROR 2025-08-28 21:54:08,835 log 71690 6225145856 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:54:08,836 basehttp 71690 6225145856 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126668 INFO 2025-08-28 21:54:09,273 basehttp 71690 6225145856 "GET /en/pharmacy/ HTTP/1.1" 200 34315 WARNING 2025-08-28 21:54:09,283 log 71690 6225145856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:54:09,283 basehttp 71690 6225145856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:54:09,393 basehttp 71690 6225145856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-08-28 21:54:09,448 log 71690 6191493120 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:54:09,451 basehttp 71690 6191493120 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126668 ERROR 2025-08-28 21:54:09,458 log 71690 6208319488 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:54:09,458 basehttp 71690 6208319488 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126851 INFO 2025-08-28 21:54:10,387 basehttp 71690 6208319488 "GET /en/pharmacy/drug-interactions/ HTTP/1.1" 200 46048 WARNING 2025-08-28 21:54:10,406 log 71690 6208319488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:54:10,406 basehttp 71690 6208319488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:54:10,499 basehttp 71690 6208319488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 21:54:27,137 log 71690 6208319488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:54:27,137 basehttp 71690 6208319488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:54:27,157 log 71690 6208319488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:54:27,158 basehttp 71690 6208319488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:54:28,643 basehttp 71690 6208319488 "GET /en/pharmacy/medications/create/ HTTP/1.1" 200 45999 WARNING 2025-08-28 21:54:28,659 log 71690 6208319488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:54:28,659 basehttp 71690 6208319488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:54:28,757 basehttp 71690 6208319488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 21:54:36,780 log 71690 6208319488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:54:36,780 basehttp 71690 6208319488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:54:36,791 log 71690 6208319488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:54:36,791 basehttp 71690 6208319488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 21:54:39,425 log 71690 6208319488 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:54:39,426 basehttp 71690 6208319488 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126668 INFO 2025-08-28 21:55:09,412 basehttp 71690 6208319488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-08-28 21:55:09,479 log 71690 6191493120 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:55:09,484 log 71690 6225145856 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:55:09,485 basehttp 71690 6191493120 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126852 ERROR 2025-08-28 21:55:09,486 basehttp 71690 6225145856 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126669 INFO 2025-08-28 21:55:31,076 basehttp 71690 6225145856 "GET /en/pharmacy/medications/ HTTP/1.1" 200 117064 WARNING 2025-08-28 21:55:31,093 log 71690 6225145856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:55:31,093 basehttp 71690 6225145856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:55:31,195 basehttp 71690 6225145856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:55:38,292 basehttp 71690 6225145856 "GET / HTTP/1.1" 302 0 INFO 2025-08-28 21:55:38,313 basehttp 71690 6191493120 "GET /en/ HTTP/1.1" 200 47528 WARNING 2025-08-28 21:55:38,334 log 71690 6191493120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:55:38,334 basehttp 71690 6191493120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:55:38,459 basehttp 71690 6191493120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:55:38,463 basehttp 71690 6225145856 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-28 21:55:38,464 basehttp 71690 6241972224 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-28 21:55:38,464 basehttp 71690 6208319488 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-28 21:55:49,334 basehttp 71690 6208319488 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 47078 WARNING 2025-08-28 21:55:49,350 log 71690 6208319488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:55:49,351 basehttp 71690 6208319488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:55:49,447 basehttp 71690 6208319488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-08-28 21:56:01,037 log 71690 6208319488 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 65, in get_context_data 'results_completed_today': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'result_datetime' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-28 21:56:01,038 basehttp 71690 6208319488 "GET /en/laboratory/ HTTP/1.1" 500 137737 WARNING 2025-08-28 21:56:01,053 log 71690 6208319488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:56:01,053 basehttp 71690 6208319488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:57:30,177 autoreload 71690 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-28 21:57:30,507 autoreload 75121 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 21:58:09,034 autoreload 75121 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-28 21:58:09,365 autoreload 75362 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 21:58:55,156 autoreload 75362 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-28 21:58:55,468 autoreload 75748 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 21:59:24,671 autoreload 75748 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-28 21:59:25,021 autoreload 75991 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 21:59:51,066 autoreload 75991 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-28 21:59:51,414 autoreload 76154 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 22:00:22,601 autoreload 76154 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-28 22:00:22,930 autoreload 76394 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 22:01:31,333 autoreload 76394 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-28 22:01:31,687 autoreload 76933 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 22:01:59,787 autoreload 76933 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-28 22:02:00,177 autoreload 77096 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 22:03:15,880 autoreload 77096 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-28 22:03:16,221 autoreload 77734 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 22:03:51,631 autoreload 77734 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-28 22:03:51,965 autoreload 77987 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 22:04:23,213 autoreload 77987 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-28 22:04:23,536 autoreload 78221 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 22:05:01,008 autoreload 78221 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-28 22:05:01,341 autoreload 78530 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 22:05:02,701 log 78530 6200471552 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 65, in get_context_data 'results_completed_today': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'result_datetime' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-28 22:05:02,703 basehttp 78530 6200471552 "GET /en/laboratory/ HTTP/1.1" 500 137874 WARNING 2025-08-28 22:05:02,719 log 78530 6200471552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:05:02,719 basehttp 78530 6200471552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:05:44,279 autoreload 78530 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:05:44,610 autoreload 78854 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 22:05:49,004 log 78854 6124531712 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 65, in get_context_data 'results_completed_today': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-28 22:05:49,006 basehttp 78854 6124531712 "GET /en/laboratory/ HTTP/1.1" 500 138557 WARNING 2025-08-28 22:05:49,022 log 78854 6124531712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:05:49,023 basehttp 78854 6124531712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:06:33,647 autoreload 78854 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:06:33,964 autoreload 79166 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 22:06:36,037 log 79166 6155874304 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 70, in get_context_data 'qc_tests_today': QualityControl.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'test_date' into field. Choices are: acceptable_range_high, acceptable_range_low, analyzer, comments, control_level, control_lot, control_material, corrective_action, created_at, id, observed_value, performed_by, performed_by_id, qc_id, reviewed_by, reviewed_by_id, run_datetime, status, target_value, tenant, tenant_id, test, test_id, updated_at ERROR 2025-08-28 22:06:36,038 basehttp 79166 6155874304 "GET /en/laboratory/ HTTP/1.1" 500 138550 WARNING 2025-08-28 22:06:36,055 log 79166 6155874304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:06:36,057 basehttp 79166 6155874304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:07:08,470 autoreload 79166 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:07:08,781 autoreload 79486 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 22:07:09,173 log 79486 6134231040 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 78, in get_context_data 'critical_results': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'result_datetime' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-28 22:07:09,175 basehttp 79486 6134231040 "GET /en/laboratory/ HTTP/1.1" 500 138566 WARNING 2025-08-28 22:07:09,191 log 79486 6134231040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:07:09,191 basehttp 79486 6134231040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:07:23,500 autoreload 79486 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:07:23,861 autoreload 79576 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 22:07:24,593 log 79576 6168096768 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 78, in get_context_data 'critical_results': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-28 22:07:24,594 basehttp 79576 6168096768 "GET /en/laboratory/ HTTP/1.1" 500 138707 WARNING 2025-08-28 22:07:24,612 log 79576 6168096768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:07:24,612 basehttp 79576 6168096768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:07:36,470 autoreload 79576 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:07:36,800 autoreload 79660 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 22:07:37,100 log 79660 6197129216 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 92, in get_context_data context['recent_results'] = LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-28 22:07:37,101 basehttp 79660 6197129216 "GET /en/laboratory/ HTTP/1.1" 500 138838 WARNING 2025-08-28 22:07:37,120 log 79660 6197129216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:07:37,120 basehttp 79660 6197129216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:07:51,481 autoreload 79660 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:07:51,805 autoreload 79821 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 22:07:52,949 log 79821 6125105152 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 95, in get_context_data ).select_related('order', 'test').order_by('-result_datetime')[:10] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'result_datetime' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-28 22:07:52,950 basehttp 79821 6125105152 "GET /en/laboratory/ HTTP/1.1" 500 104347 WARNING 2025-08-28 22:07:52,961 log 79821 6125105152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:07:52,961 basehttp 79821 6125105152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 22:07:55,400 log 79821 6125105152 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 95, in get_context_data ).select_related('order', 'test').order_by('-result_datetime')[:10] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'result_datetime' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-28 22:07:55,401 basehttp 79821 6125105152 "GET /en/laboratory/ HTTP/1.1" 500 104347 WARNING 2025-08-28 22:07:55,418 log 79821 6125105152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:07:55,418 basehttp 79821 6125105152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:08:12,707 autoreload 79821 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:08:13,037 autoreload 79982 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 22:08:13,630 log 79982 6196441088 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_critical_results' not found. 'check_critical_results' is not a valid view function or pattern name. ERROR 2025-08-28 22:08:13,632 basehttp 79982 6196441088 "GET /en/laboratory/ HTTP/1.1" 500 181619 WARNING 2025-08-28 22:08:13,647 log 79982 6196441088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:08:13,647 basehttp 79982 6196441088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:24:59,533 autoreload 79982 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:24:59,905 autoreload 86074 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 22:25:00,693 basehttp 86074 6190493696 "GET /en/laboratory/ HTTP/1.1" 200 51764 WARNING 2025-08-28 22:25:00,711 log 86074 6190493696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:25:00,711 basehttp 86074 6190493696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:25:00,822 basehttp 86074 6190493696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-08-28 22:25:00,849 log 86074 6207320064 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-28 22:25:00,851 basehttp 86074 6207320064 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124178 ERROR 2025-08-28 22:25:08,191 log 86074 6207320064 Internal Server Error: /en/laboratory/orders/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'test'. Choices are: tenant, patient, ordering_provider, encounter ERROR 2025-08-28 22:25:08,193 basehttp 86074 6207320064 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 500 214662 WARNING 2025-08-28 22:25:08,206 log 86074 6207320064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:25:08,206 basehttp 86074 6207320064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:26:31,497 autoreload 86074 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:26:31,796 autoreload 86800 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 22:26:32,362 log 86800 6135754752 Internal Server Error: /en/laboratory/orders/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_order_start_processing' not found. 'lab_order_start_processing' is not a valid view function or pattern name. ERROR 2025-08-28 22:26:32,364 basehttp 86800 6135754752 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 500 176992 WARNING 2025-08-28 22:26:32,383 log 86800 6135754752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:26:32,383 basehttp 86800 6135754752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 22:28:07,321 log 86800 6135754752 Internal Server Error: /en/laboratory/orders/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_order_export' not found. 'lab_order_export' is not a valid view function or pattern name. ERROR 2025-08-28 22:28:07,322 basehttp 86800 6135754752 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 500 175451 WARNING 2025-08-28 22:28:07,334 log 86800 6135754752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:28:07,334 basehttp 86800 6135754752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:28:35,349 basehttp 86800 6135754752 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 200 25118 INFO 2025-08-28 22:28:35,368 basehttp 86800 13186969600 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 WARNING 2025-08-28 22:28:35,370 log 86800 6135754752 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-28 22:28:35,370 basehttp 86800 6169407488 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-08-28 22:28:35,371 basehttp 86800 6152581120 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 WARNING 2025-08-28 22:28:35,371 basehttp 86800 6135754752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:28:35,372 basehttp 86800 13170143232 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-08-28 22:28:35,467 basehttp 86800 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 22:29:35,477 basehttp 86800 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 22:29:43,987 autoreload 86800 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:29:44,295 autoreload 88213 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 22:29:44,897 basehttp 88213 6125350912 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 200 25118 WARNING 2025-08-28 22:29:44,916 log 88213 6125350912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:29:44,916 basehttp 88213 6125350912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:29:45,018 basehttp 88213 6125350912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 22:30:13,433 basehttp 88213 6125350912 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 200 25118 WARNING 2025-08-28 22:30:13,447 log 88213 6125350912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:30:13,448 basehttp 88213 6125350912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:30:13,548 basehttp 88213 6125350912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 22:30:26,869 basehttp 88213 6125350912 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 133097 INFO 2025-08-28 22:30:26,884 basehttp 88213 6125350912 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-28 22:31:13,655 basehttp 88213 6125350912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 22:31:15,726 autoreload 88213 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:31:16,065 autoreload 88941 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 22:31:18,815 basehttp 88941 6124367872 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 200 25118 WARNING 2025-08-28 22:31:18,833 log 88941 6124367872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:31:18,833 basehttp 88941 6124367872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:31:18,929 basehttp 88941 6124367872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 22:32:12,060 basehttp 88941 6124367872 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 200 25100 WARNING 2025-08-28 22:32:12,073 log 88941 6124367872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:32:12,073 basehttp 88941 6124367872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:32:12,168 basehttp 88941 6124367872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 22:32:18,494 basehttp 88941 6124367872 "GET /en/laboratory/orders/create/ HTTP/1.1" 200 36955 WARNING 2025-08-28 22:32:18,513 log 88941 6124367872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:32:18,513 basehttp 88941 6124367872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:32:18,608 basehttp 88941 6124367872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 22:32:21,320 log 88941 6124367872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:32:21,320 basehttp 88941 6124367872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 22:32:21,331 log 88941 6124367872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:32:21,331 basehttp 88941 6124367872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:32:46,454 basehttp 88941 6124367872 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 200 25100 WARNING 2025-08-28 22:32:46,471 log 88941 6124367872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:32:46,471 basehttp 88941 6124367872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:32:46,568 basehttp 88941 6124367872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 22:33:46,573 basehttp 88941 6124367872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 22:34:46,586 basehttp 88941 6124367872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 22:35:40,613 autoreload 88941 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:35:41,021 autoreload 90882 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 22:35:41,962 basehttp 90882 6161592320 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 200 25119 WARNING 2025-08-28 22:35:41,982 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:35:41,982 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:35:42,084 basehttp 90882 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 22:36:10,195 basehttp 90882 6161592320 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 200 25099 WARNING 2025-08-28 22:36:10,206 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:36:10,206 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:36:10,298 basehttp 90882 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 22:37:10,314 basehttp 90882 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 22:37:18,103 basehttp 90882 6161592320 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 200 24371 WARNING 2025-08-28 22:37:18,118 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:37:18,118 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:37:18,217 basehttp 90882 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 22:37:31,264 basehttp 90882 6161592320 "GET /en/admin/laboratory/labresult/ HTTP/1.1" 200 141669 INFO 2025-08-28 22:37:31,279 basehttp 90882 6195245056 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-28 22:37:31,280 basehttp 90882 6178418688 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-08-28 22:37:31,282 basehttp 90882 6161592320 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-28 22:37:41,062 basehttp 90882 6161592320 "GET /en/admin/laboratory/labtest/ HTTP/1.1" 200 83628 INFO 2025-08-28 22:37:41,085 basehttp 90882 6161592320 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-28 22:38:05,653 basehttp 90882 6161592320 "GET /en/laboratory/orders/ HTTP/1.1" 200 96049 WARNING 2025-08-28 22:38:05,669 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:38:05,669 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:38:05,766 basehttp 90882 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 22:38:13,889 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:38:13,889 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 22:38:13,908 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:38:13,908 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 22:38:14,647 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:38:14,647 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:38:19,967 basehttp 90882 6161592320 "GET /en/laboratory/orders/ HTTP/1.1" 200 96049 WARNING 2025-08-28 22:38:19,984 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:38:19,984 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:38:20,082 basehttp 90882 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 22:38:22,534 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:38:22,534 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 22:38:22,545 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:38:22,545 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:38:25,669 basehttp 90882 6161592320 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 200 24371 WARNING 2025-08-28 22:38:25,688 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:38:25,688 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:38:25,787 basehttp 90882 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 22:38:27,809 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:38:27,809 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 22:38:27,820 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:38:27,821 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:38:29,373 basehttp 90882 6161592320 "GET /en/laboratory/orders/?status=IN_PROGRESS HTTP/1.1" 200 24371 WARNING 2025-08-28 22:38:29,395 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:38:29,396 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:38:29,505 basehttp 90882 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 22:38:31,626 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:38:31,626 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 22:38:31,637 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:38:31,637 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 22:38:33,249 log 90882 6161592320 Internal Server Error: /en/laboratory/specimens/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 585, in get_queryset queryset = Specimen.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: chain_of_custody, collected_by, collected_by_id, collected_datetime, collection_method, collection_site, container_type, created_at, id, order, order_id, quality, quality_notes, received_by, received_by_id, received_datetime, rejection_reason, results, specimen_id, specimen_number, specimen_type, status, storage_location, storage_temperature, updated_at, volume ERROR 2025-08-28 22:38:33,252 basehttp 90882 6161592320 "GET /en/laboratory/specimens/?date=today HTTP/1.1" 500 135958 WARNING 2025-08-28 22:38:33,269 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:38:33,269 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:38:59,674 autoreload 90882 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:39:00,140 autoreload 92375 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 22:39:01,413 log 92375 6167457792 Internal Server Error: /en/laboratory/specimens/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 607, in get_queryset return queryset.select_related('order__patient', 'order__test').order_by('-collection_datetime') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'collection_datetime' into field. Choices are: chain_of_custody, collected_by, collected_by_id, collected_datetime, collection_method, collection_site, container_type, created_at, id, order, order_id, quality, quality_notes, received_by, received_by_id, received_datetime, rejection_reason, results, specimen_id, specimen_number, specimen_type, status, storage_location, storage_temperature, updated_at, volume ERROR 2025-08-28 22:39:01,414 basehttp 92375 6167457792 "GET /en/laboratory/specimens/?date=today HTTP/1.1" 500 104869 WARNING 2025-08-28 22:39:01,424 log 92375 6167457792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:39:01,425 basehttp 92375 6167457792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 22:39:03,039 log 92375 6167457792 Internal Server Error: /en/laboratory/specimens/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 607, in get_queryset return queryset.select_related('order__patient', 'order__test').order_by('-collection_datetime') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'collection_datetime' into field. Choices are: chain_of_custody, collected_by, collected_by_id, collected_datetime, collection_method, collection_site, container_type, created_at, id, order, order_id, quality, quality_notes, received_by, received_by_id, received_datetime, rejection_reason, results, specimen_id, specimen_number, specimen_type, status, storage_location, storage_temperature, updated_at, volume ERROR 2025-08-28 22:39:03,040 basehttp 92375 6167457792 "GET /en/laboratory/specimens/?date=today HTTP/1.1" 500 104869 WARNING 2025-08-28 22:39:03,053 log 92375 6167457792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:39:03,053 basehttp 92375 6167457792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:39:18,011 autoreload 92375 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:39:18,490 autoreload 92463 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 22:39:19,267 log 92463 6189690880 Internal Server Error: /en/laboratory/specimens/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'specimen_form' not found. 'specimen_form' is not a valid view function or pattern name. ERROR 2025-08-28 22:39:19,268 basehttp 92463 6189690880 "GET /en/laboratory/specimens/?date=today HTTP/1.1" 500 164081 WARNING 2025-08-28 22:39:19,283 log 92463 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:39:19,283 basehttp 92463 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 22:42:51,956 log 92463 6223343616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:42:51,956 basehttp 92463 6223343616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:42:51,962 basehttp 92463 6206517248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 22:42:51,966 log 92463 6223343616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:42:51,966 basehttp 92463 6223343616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 22:42:51,991 log 92463 6189690880 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-28 22:42:51,992 basehttp 92463 6189690880 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124178 INFO 2025-08-28 22:43:07,253 basehttp 92463 6189690880 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 200 24371 WARNING 2025-08-28 22:43:07,290 log 92463 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:43:07,290 basehttp 92463 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:43:07,364 basehttp 92463 6189690880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 22:43:12,033 log 92463 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:43:12,033 basehttp 92463 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 22:43:12,044 log 92463 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:43:12,044 basehttp 92463 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 22:43:18,078 log 92463 6189690880 Internal Server Error: /en/laboratory/specimens/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'specimen_form' not found. 'specimen_form' is not a valid view function or pattern name. ERROR 2025-08-28 22:43:18,079 basehttp 92463 6189690880 "GET /en/laboratory/specimens/ HTTP/1.1" 500 163565 WARNING 2025-08-28 22:43:18,095 log 92463 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:43:18,095 basehttp 92463 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 22:43:21,363 log 92463 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:43:21,363 basehttp 92463 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 22:43:21,381 log 92463 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:43:21,381 basehttp 92463 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 22:43:21,961 log 92463 6189690880 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-28 22:43:21,961 basehttp 92463 6189690880 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124178 ERROR 2025-08-28 22:43:22,631 log 92463 6189690880 Internal Server Error: /en/laboratory/tests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_create' with arguments '(4,)' not found. 1 pattern(s) tried: ['en/laboratory/tests/create/\\Z'] ERROR 2025-08-28 22:43:22,635 basehttp 92463 6189690880 "GET /en/laboratory/tests/ HTTP/1.1" 500 242155 WARNING 2025-08-28 22:43:22,653 log 92463 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:43:22,657 basehttp 92463 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 22:43:25,633 log 92463 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:43:25,634 basehttp 92463 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 22:43:25,642 log 92463 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:43:25,642 basehttp 92463 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 22:43:30,558 log 92463 6189690880 Internal Server Error: /en/laboratory/quality-control/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 834, in get_queryset return queryset.select_related('test', 'performed_by').order_by('-test_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'test_date' into field. Choices are: acceptable_range_high, acceptable_range_low, analyzer, comments, control_level, control_lot, control_material, corrective_action, created_at, id, observed_value, performed_by, performed_by_id, qc_id, reviewed_by, reviewed_by_id, run_datetime, status, target_value, tenant, tenant_id, test, test_id, updated_at ERROR 2025-08-28 22:43:30,559 basehttp 92463 6189690880 "GET /en/laboratory/quality-control/ HTTP/1.1" 500 106504 WARNING 2025-08-28 22:43:30,576 log 92463 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:43:30,576 basehttp 92463 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:44:02,988 autoreload 92463 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:44:03,474 autoreload 94539 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 22:44:03,931 log 94539 6157692928 Internal Server Error: /en/laboratory/quality-control/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'result' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 843, in get_context_data 'results': QualityControl._meta.get_field('result').choices, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: QualityControl has no field named 'result' ERROR 2025-08-28 22:44:03,932 basehttp 94539 6157692928 "GET /en/laboratory/quality-control/ HTTP/1.1" 500 97218 WARNING 2025-08-28 22:44:03,950 log 94539 6157692928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:44:03,950 basehttp 94539 6157692928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:46:29,978 autoreload 95699 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 22:46:32,829 log 95699 6161281024 Internal Server Error: /en/laboratory/quality-control/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: laboratory/quality_control_list.html, laboratory/qualitycontrol_list.html ERROR 2025-08-28 22:46:32,829 basehttp 95699 6161281024 "GET /en/laboratory/quality-control/ HTTP/1.1" 500 87218 WARNING 2025-08-28 22:46:32,841 log 95699 6161281024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:46:32,841 basehttp 95699 6161281024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:54:56,182 autoreload 95699 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:54:56,698 autoreload 99434 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 22:55:31,797 basehttp 99434 6132707328 "GET /en/laboratory/quality-control/ HTTP/1.1" 200 33407 WARNING 2025-08-28 22:55:31,816 log 99434 6132707328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:55:31,816 basehttp 99434 6132707328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:55:31,892 basehttp 99434 6132707328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 22:55:51,385 basehttp 99434 6132707328 "GET /en/admin/laboratory/qualitycontrol/ HTTP/1.1" 200 128082 INFO 2025-08-28 22:55:51,394 basehttp 99434 6132707328 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-28 22:56:32,476 basehttp 99434 6132707328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 22:56:50,561 autoreload 99434 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:56:51,010 autoreload 404 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 22:56:53,276 basehttp 404 6135492608 "GET /en/laboratory/quality-control/ HTTP/1.1" 200 109775 WARNING 2025-08-28 22:56:53,294 log 404 6135492608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:56:53,294 basehttp 404 6135492608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:56:53,346 basehttp 404 6135492608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 22:57:34,942 basehttp 404 6135492608 "GET /en/laboratory/quality-control/ HTTP/1.1" 200 110675 WARNING 2025-08-28 22:57:34,953 log 404 6135492608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:57:34,953 basehttp 404 6135492608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:57:34,991 basehttp 404 6135492608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 22:58:35,001 basehttp 404 6135492608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 22:58:41,690 basehttp 404 6135492608 "GET /en/laboratory/quality-control/ HTTP/1.1" 200 111030 WARNING 2025-08-28 22:58:41,704 log 404 6135492608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:58:41,704 basehttp 404 6135492608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:58:41,741 basehttp 404 6135492608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 22:59:03,118 basehttp 404 6135492608 "GET /en/laboratory/quality-control/ HTTP/1.1" 200 111205 WARNING 2025-08-28 22:59:03,129 log 404 6135492608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:59:03,129 basehttp 404 6135492608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:59:03,166 basehttp 404 6135492608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 22:59:18,957 basehttp 404 6135492608 "GET /en/laboratory/quality-control/ HTTP/1.1" 200 111205 WARNING 2025-08-28 22:59:18,968 log 404 6135492608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:59:18,968 basehttp 404 6135492608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:59:19,006 basehttp 404 6135492608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 22:59:44,327 basehttp 404 6135492608 "GET /en/laboratory/quality-control/ HTTP/1.1" 200 111560 WARNING 2025-08-28 22:59:44,339 log 404 6135492608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:59:44,339 basehttp 404 6135492608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:59:44,376 basehttp 404 6135492608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 23:00:36,264 basehttp 404 6135492608 "GET /en/laboratory/quality-control/ HTTP/1.1" 200 111326 WARNING 2025-08-28 23:00:36,281 log 404 6135492608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:00:36,281 basehttp 404 6135492608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:00:36,342 basehttp 404 6135492608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 23:00:51,070 basehttp 404 6135492608 "GET /en/laboratory/quality-control/ HTTP/1.1" 200 111076 WARNING 2025-08-28 23:00:51,087 log 404 6135492608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:00:51,087 basehttp 404 6135492608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:00:51,152 basehttp 404 6135492608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 23:01:26,714 basehttp 404 6135492608 "GET /en/laboratory/quality-control/ HTTP/1.1" 200 111551 WARNING 2025-08-28 23:01:26,729 log 404 6135492608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:01:26,729 basehttp 404 6135492608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:01:26,787 basehttp 404 6135492608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 23:02:26,803 basehttp 404 6135492608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 23:02:33,147 basehttp 404 6135492608 "GET /en/laboratory/quality-control/ HTTP/1.1" 200 111726 WARNING 2025-08-28 23:02:33,163 log 404 6135492608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:02:33,163 basehttp 404 6135492608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:02:33,222 basehttp 404 6135492608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 23:02:59,853 basehttp 404 6135492608 "GET /en/laboratory/quality-control/61 HTTP/1.1" 301 0 ERROR 2025-08-28 23:02:59,883 log 404 6152318976 Internal Server Error: /en/laboratory/quality-control/61/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'qc_sample_list' not found. 'qc_sample_list' is not a valid view function or pattern name. ERROR 2025-08-28 23:02:59,884 basehttp 404 6152318976 "GET /en/laboratory/quality-control/61/ HTTP/1.1" 500 175952 WARNING 2025-08-28 23:02:59,898 log 404 6152318976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:02:59,899 basehttp 404 6152318976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 23:03:28,875 log 404 6152318976 Internal Server Error: /en/laboratory/quality-control/61/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'qc_sample_list' not found. 'qc_sample_list' is not a valid view function or pattern name. ERROR 2025-08-28 23:03:28,877 basehttp 404 6152318976 "GET /en/laboratory/quality-control/61/ HTTP/1.1" 500 176423 WARNING 2025-08-28 23:03:28,889 log 404 6152318976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:03:28,889 basehttp 404 6152318976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:03:44,732 basehttp 404 6152318976 "GET /en/laboratory/quality-control/61/ HTTP/1.1" 200 28215 WARNING 2025-08-28 23:03:44,751 log 404 6152318976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:03:44,751 basehttp 404 6152318976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:03:44,821 basehttp 404 6152318976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-28 23:03:54,583 log 404 6135492608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:03:54,584 basehttp 404 6135492608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:03:54,585 basehttp 404 6152318976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-28 23:03:54,593 log 404 6152318976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:03:54,593 basehttp 404 6152318976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 23:04:12,319 log 404 6152318976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:04:12,320 basehttp 404 6152318976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 23:04:15,568 log 404 6152318976 Internal Server Error: /en/laboratory/reference-ranges/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 289, in get_queryset queryset = ReferenceRange.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: age_max, age_min, created_at, created_by, created_by_id, critical_high, critical_low, gender, id, is_active, range_high, range_id, range_low, range_text, test, test_id, unit, updated_at ERROR 2025-08-28 23:04:15,570 basehttp 404 6152318976 "GET /en/laboratory/reference-ranges/ HTTP/1.1" 500 136351 WARNING 2025-08-28 23:04:15,585 log 404 6152318976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:04:15,585 basehttp 404 6152318976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:07:31,503 autoreload 404 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 23:07:32,030 autoreload 5329 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 23:07:32,646 log 5329 6168915968 Internal Server Error: /en/laboratory/reference-ranges/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: laboratory/reference_range_list.html, laboratory/referencerange_list.html ERROR 2025-08-28 23:07:32,647 basehttp 5329 6168915968 "GET /en/laboratory/reference-ranges/ HTTP/1.1" 500 87227 WARNING 2025-08-28 23:07:32,657 log 5329 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:07:32,657 basehttp 5329 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 23:10:38,982 log 5329 6168915968 Internal Server Error: /en/laboratory/reference-ranges/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: laboratory/reference_range_list.html, laboratory/referencerange_list.html ERROR 2025-08-28 23:10:38,983 basehttp 5329 6168915968 "GET /en/laboratory/reference-ranges/ HTTP/1.1" 500 87227 WARNING 2025-08-28 23:10:38,992 log 5329 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:10:38,992 basehttp 5329 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:11:40,203 autoreload 5329 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 23:11:40,696 autoreload 7199 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 23:11:55,745 log 7199 6123679744 Internal Server Error: /en/laboratory/reference-ranges/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 890, in _resolve_lookup raise TypeError TypeError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 901, in _resolve_lookup current = getattr(current, bit) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'ReferenceRange' object has no attribute 'updated_by'. Did you mean: 'updated_at'? During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 907, in _resolve_lookup current = current[int(bit)] ^^^^^^^^ ValueError: invalid literal for int() with base 10: 'updated_by' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 743, in resolve arg_vals.append(arg.resolve(context)) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 914, in _resolve_lookup raise VariableDoesNotExist( django.template.base.VariableDoesNotExist: Failed lookup for key [updated_by] in ERROR 2025-08-28 23:11:55,750 basehttp 7199 6123679744 "GET /en/laboratory/reference-ranges/ HTTP/1.1" 500 285327 WARNING 2025-08-28 23:11:55,759 log 7199 6123679744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:11:55,759 basehttp 7199 6123679744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:14:00,646 autoreload 7199 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 23:14:00,987 autoreload 8197 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 23:15:52,134 log 8197 6195425280 Internal Server Error: /en/laboratory/reference-ranges/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'reference_range_edit' not found. 'reference_range_edit' is not a valid view function or pattern name. ERROR 2025-08-28 23:15:52,135 basehttp 8197 6195425280 "GET /en/laboratory/reference-ranges/ HTTP/1.1" 500 245258 WARNING 2025-08-28 23:15:52,151 log 8197 6195425280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:15:52,152 basehttp 8197 6195425280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:16:29,618 basehttp 8197 6195425280 "GET /en/laboratory/reference-ranges/ HTTP/1.1" 200 130328 WARNING 2025-08-28 23:16:29,632 log 8197 6195425280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:16:29,632 basehttp 8197 6195425280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:16:29,698 basehttp 8197 6195425280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-08-28 23:16:42,652 log 8197 6195425280 Internal Server Error: /en/laboratory/reference-ranges/12/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 324, in get_queryset return ReferenceRange.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: age_max, age_min, created_at, created_by, created_by_id, critical_high, critical_low, gender, id, is_active, range_high, range_id, range_low, range_text, test, test_id, unit, updated_at ERROR 2025-08-28 23:16:42,654 basehttp 8197 6195425280 "GET /en/laboratory/reference-ranges/12/ HTTP/1.1" 500 140402 WARNING 2025-08-28 23:16:42,666 log 8197 6195425280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:16:42,666 basehttp 8197 6195425280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 23:16:44,774 log 8197 6195425280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:16:44,774 basehttp 8197 6195425280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 23:16:44,786 log 8197 6195425280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:16:44,786 basehttp 8197 6195425280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 23:16:57,476 log 8197 6195425280 Internal Server Error: /en/laboratory/reference-ranges/12/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 402, in get_queryset return ReferenceRange.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: age_max, age_min, created_at, created_by, created_by_id, critical_high, critical_low, gender, id, is_active, range_high, range_id, range_low, range_text, test, test_id, unit, updated_at ERROR 2025-08-28 23:16:57,477 basehttp 8197 6195425280 "GET /en/laboratory/reference-ranges/12/delete/ HTTP/1.1" 500 145102 WARNING 2025-08-28 23:16:57,492 log 8197 6195425280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:16:57,492 basehttp 8197 6195425280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 23:17:06,890 log 8197 6195425280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:17:06,890 basehttp 8197 6195425280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 23:17:06,903 log 8197 6195425280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:17:06,903 basehttp 8197 6195425280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:17:29,710 basehttp 8197 6195425280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 23:18:05,855 autoreload 8197 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 23:18:06,295 autoreload 10065 8466948288 Watching for file changes with StatReloader WARNING 2025-08-28 23:18:07,447 log 10065 6162739200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:18:07,447 basehttp 10065 6162739200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 23:18:07,453 log 10065 6162739200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:18:07,454 basehttp 10065 6162739200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:18:08,099 basehttp 10065 6162739200 "GET /en/laboratory/reference-ranges/ HTTP/1.1" 200 130328 WARNING 2025-08-28 23:18:08,116 log 10065 6162739200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:18:08,116 basehttp 10065 6162739200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:18:08,181 basehttp 10065 6162739200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-08-28 23:18:09,963 log 10065 6162739200 Internal Server Error: /en/laboratory/reference-ranges/12/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'reference_range_edit' not found. 'reference_range_edit' is not a valid view function or pattern name. ERROR 2025-08-28 23:18:09,965 basehttp 10065 6162739200 "GET /en/laboratory/reference-ranges/12/ HTTP/1.1" 500 175124 WARNING 2025-08-28 23:18:09,981 log 10065 6162739200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:18:09,981 basehttp 10065 6162739200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:19:16,785 basehttp 10065 6162739200 "GET /en/laboratory/reference-ranges/12/ HTTP/1.1" 200 26311 WARNING 2025-08-28 23:19:16,802 log 10065 6162739200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:19:16,802 basehttp 10065 6162739200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:19:16,875 basehttp 10065 6162739200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 23:19:22,914 basehttp 10065 6162739200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-28 23:19:22,916 log 10065 6179565568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:19:22,917 basehttp 10065 6179565568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 23:19:22,935 log 10065 6179565568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:19:22,936 basehttp 10065 6179565568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 23:19:24,453 log 10065 6179565568 Internal Server Error: /en/laboratory/reference-ranges/12/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'reference_range_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/laboratory/reference\\-ranges/(?P[0-9]+)/\\Z'] ERROR 2025-08-28 23:19:24,454 basehttp 10065 6179565568 "GET /en/laboratory/reference-ranges/12/delete/ HTTP/1.1" 500 178436 WARNING 2025-08-28 23:19:24,471 log 10065 6179565568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:19:24,472 basehttp 10065 6179565568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 23:21:38,797 log 10065 6179565568 Internal Server Error: /en/laboratory/reference-ranges/12/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'range_list' not found. 'range_list' is not a valid view function or pattern name. ERROR 2025-08-28 23:21:38,799 basehttp 10065 6179565568 "GET /en/laboratory/reference-ranges/12/delete/ HTTP/1.1" 500 174135 WARNING 2025-08-28 23:21:38,814 log 10065 6179565568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:21:38,815 basehttp 10065 6179565568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 23:23:13,738 log 10065 6179565568 Internal Server Error: /en/laboratory/reference-ranges/12/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'reference_range_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/laboratory/reference\\-ranges/(?P[0-9]+)/\\Z'] ERROR 2025-08-28 23:23:13,739 basehttp 10065 6179565568 "GET /en/laboratory/reference-ranges/12/delete/ HTTP/1.1" 500 178053 WARNING 2025-08-28 23:23:13,750 log 10065 6179565568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:23:13,750 basehttp 10065 6179565568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 23:23:45,923 log 10065 6162739200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:23:45,924 basehttp 10065 6162739200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:23:45,941 basehttp 10065 6179565568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-28 23:23:45,946 log 10065 6162739200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:23:45,946 basehttp 10065 6162739200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:23:48,197 basehttp 10065 6162739200 "GET /en/laboratory/reference-ranges/12/ HTTP/1.1" 200 26311 WARNING 2025-08-28 23:23:48,215 log 10065 6162739200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:23:48,215 basehttp 10065 6162739200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:23:48,267 basehttp 10065 6162739200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-28 23:23:52,982 log 10065 6162739200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:23:52,982 basehttp 10065 6162739200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 23:23:52,989 log 10065 6162739200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:23:52,989 basehttp 10065 6162739200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 23:23:58,035 log 10065 6162739200 Internal Server Error: /en/laboratory/reference-ranges/12/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'reference_range_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/laboratory/reference\\-ranges/(?P[0-9]+)/\\Z'] ERROR 2025-08-28 23:23:58,036 basehttp 10065 6162739200 "GET /en/laboratory/reference-ranges/12/delete/ HTTP/1.1" 500 177916 WARNING 2025-08-28 23:23:58,053 log 10065 6162739200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:23:58,053 basehttp 10065 6162739200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:26:10,639 autoreload 10065 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 23:26:11,114 autoreload 13599 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 23:26:12,002 log 13599 6126137344 Internal Server Error: /en/laboratory/reference-ranges/12/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 107, in dispatch if not self.has_permission(): ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 103, in has_permission perms = self.get_permission_required() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 87, in get_permission_required raise ImproperlyConfigured( django.core.exceptions.ImproperlyConfigured: ReferenceRangeDeleteView is missing the permission_required attribute. Define ReferenceRangeDeleteView.permission_required, or override ReferenceRangeDeleteView.get_permission_required(). ERROR 2025-08-28 23:26:12,003 basehttp 13599 6126137344 "GET /en/laboratory/reference-ranges/12/delete/ HTTP/1.1" 500 85710 WARNING 2025-08-28 23:26:12,013 log 13599 6126137344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:26:12,013 basehttp 13599 6126137344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:26:44,617 autoreload 13599 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 23:26:45,007 autoreload 13864 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 23:53:17,281 log 13864 6132068352 Internal Server Error: /en/laboratory/reference-ranges/12/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'reference_range_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/laboratory/reference\\-ranges/(?P[0-9]+)/\\Z'] ERROR 2025-08-28 23:53:17,282 basehttp 13864 6132068352 "GET /en/laboratory/reference-ranges/12/delete/ HTTP/1.1" 500 178053 WARNING 2025-08-28 23:53:17,298 log 13864 6132068352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:53:17,298 basehttp 13864 6132068352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 23:53:29,844 log 13864 6132068352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:53:29,845 basehttp 13864 6132068352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 23:53:49,981 log 13864 6132068352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:53:49,981 basehttp 13864 6132068352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 23:53:54,031 log 13864 6132068352 Internal Server Error: /en/laboratory/specimens/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'specimen_form' not found. 'specimen_form' is not a valid view function or pattern name. ERROR 2025-08-28 23:53:54,032 basehttp 13864 6132068352 "GET /en/laboratory/specimens/ HTTP/1.1" 500 163565 WARNING 2025-08-28 23:53:54,047 log 13864 6132068352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:53:54,047 basehttp 13864 6132068352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 23:54:37,123 log 13864 6132068352 Internal Server Error: /en/laboratory/specimens/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1265, in get_related_selections next_klass_infos = self.get_related_selections( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'test'. Choices are: tenant, patient, ordering_provider, encounter ERROR 2025-08-28 23:54:37,125 basehttp 13864 6132068352 "GET /en/laboratory/specimens/ HTTP/1.1" 500 230094 WARNING 2025-08-28 23:54:37,137 log 13864 6132068352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:54:37,137 basehttp 13864 6132068352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:56:08,028 autoreload 13864 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 23:56:08,494 autoreload 19849 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 23:56:09,578 log 19849 6192787456 Internal Server Error: /en/laboratory/specimens/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1265, in get_related_selections next_klass_infos = self.get_related_selections( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'test'. Choices are: tenant, patient, ordering_provider, encounter ERROR 2025-08-28 23:56:09,582 basehttp 19849 6192787456 "GET /en/laboratory/specimens/ HTTP/1.1" 500 230094 WARNING 2025-08-28 23:56:09,592 log 19849 6192787456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:56:09,592 basehttp 19849 6192787456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 23:56:11,044 log 19849 6192787456 Internal Server Error: /en/laboratory/specimens/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1265, in get_related_selections next_klass_infos = self.get_related_selections( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'test'. Choices are: tenant, patient, ordering_provider, encounter ERROR 2025-08-28 23:56:11,046 basehttp 19849 6192787456 "GET /en/laboratory/specimens/ HTTP/1.1" 500 230094 WARNING 2025-08-28 23:56:11,059 log 19849 6192787456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:56:11,059 basehttp 19849 6192787456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:56:52,378 autoreload 19849 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 23:56:52,737 autoreload 20239 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 23:56:53,578 log 20239 6168768512 Internal Server Error: /en/laboratory/specimens/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'specimen_form' not found. 'specimen_form' is not a valid view function or pattern name. ERROR 2025-08-28 23:56:53,581 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 500 256156 WARNING 2025-08-28 23:56:53,597 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:56:53,597 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 23:57:33,341 log 20239 6168768512 Internal Server Error: /en/laboratory/specimens/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'specimen_confirm_delete' not found. 'specimen_confirm_delete' is not a valid view function or pattern name. ERROR 2025-08-28 23:57:33,343 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 500 256602 WARNING 2025-08-28 23:57:33,354 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:57:33,354 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:58:00,761 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 200 140516 WARNING 2025-08-28 23:58:00,776 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:58:00,776 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:58:00,860 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 23:58:30,913 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 200 140516 WARNING 2025-08-28 23:58:30,926 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:58:30,927 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:58:31,010 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 23:58:57,240 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142141 WARNING 2025-08-28 23:58:57,255 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:58:57,255 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:58:57,314 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 23:59:27,367 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142141 WARNING 2025-08-28 23:59:27,381 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:59:27,381 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:59:27,440 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 23:59:57,486 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 200 141893 WARNING 2025-08-28 23:59:57,503 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:59:57,503 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:59:57,543 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 00:00:27,458 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142141 WARNING 2025-08-29 00:00:27,475 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 00:00:27,475 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 00:00:27,535 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 00:00:49,946 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 200 140550 WARNING 2025-08-29 00:00:49,962 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 00:00:49,962 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 00:00:50,024 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 00:01:20,081 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142141 WARNING 2025-08-29 00:01:20,094 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 00:01:20,095 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 00:01:20,155 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 00:01:50,203 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142141 WARNING 2025-08-29 00:01:50,218 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 00:01:50,218 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 00:01:50,255 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 00:02:20,299 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142141 WARNING 2025-08-29 00:02:20,314 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 00:02:20,314 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 00:02:20,374 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 00:02:50,416 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142141 WARNING 2025-08-29 00:02:50,433 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 00:02:50,433 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 00:02:50,472 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 00:03:12,373 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142141 WARNING 2025-08-29 00:03:12,389 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 00:03:12,389 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 00:03:12,468 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 00:03:42,499 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142141 WARNING 2025-08-29 00:03:42,514 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 00:03:42,514 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 00:03:42,585 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 00:20:31,300 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 01:10:40,118 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 01:32:05,711 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 02:52:14,309 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 03:33:29,715 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 04:34:25,228 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 05:19:08,068 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 06:35:53,660 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 07:37:03,802 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 08:13:31,155 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 08:15:55,561 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 08:17:54,559 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 08:28:46,596 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 10:17:28,777 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 11:30:14,362 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 13:16:46,563 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 14:33:18,519 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 15:56:33,369 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 16:16:10,967 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 17:24:20,057 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 18:26:10,363 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 19:53:45,150 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:08:48,759 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:08:48,788 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142141 INFO 2025-08-29 21:08:48,796 basehttp 20239 13572796416 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-29 21:08:48,862 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:08:48,862 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:08:48,892 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:08:51,131 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142141 WARNING 2025-08-29 21:08:51,147 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:08:51,147 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:08:51,244 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-29 21:09:03,651 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:09:03,652 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:09:21,274 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142141 WARNING 2025-08-29 21:09:21,286 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:09:21,287 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:09:21,327 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:09:51,359 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142141 WARNING 2025-08-29 21:09:51,376 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:09:51,376 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:09:51,437 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:10:04,710 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142129 WARNING 2025-08-29 21:10:04,720 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:10:04,720 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:10:04,762 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:10:34,793 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142129 WARNING 2025-08-29 21:10:34,804 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:10:34,804 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:10:34,843 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:11:04,865 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142129 WARNING 2025-08-29 21:11:04,879 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:11:04,879 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:11:04,917 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:11:34,966 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142129 WARNING 2025-08-29 21:11:34,980 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:11:34,980 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:11:35,036 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:11:38,318 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142105 WARNING 2025-08-29 21:11:38,330 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:11:38,331 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:11:38,375 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:12:08,411 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142105 WARNING 2025-08-29 21:12:08,425 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:12:08,427 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:12:08,477 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:12:38,494 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142105 WARNING 2025-08-29 21:12:38,506 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:12:38,506 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:12:38,557 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:12:40,741 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142100 WARNING 2025-08-29 21:12:40,752 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:12:40,752 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:12:40,794 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:13:10,820 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142100 WARNING 2025-08-29 21:13:10,833 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:13:10,833 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:13:10,887 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:13:40,921 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142100 WARNING 2025-08-29 21:13:40,935 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:13:40,936 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:13:40,994 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:14:11,040 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 143520 WARNING 2025-08-29 21:14:11,054 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:14:11,054 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:14:11,115 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:14:41,157 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 143520 WARNING 2025-08-29 21:14:41,174 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:14:41,174 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:14:41,212 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:15:11,259 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 143520 WARNING 2025-08-29 21:15:11,277 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:15:11,277 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:15:11,352 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:15:41,376 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 143520 WARNING 2025-08-29 21:15:41,394 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:15:41,394 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:15:41,433 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:16:09,232 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 143970 WARNING 2025-08-29 21:16:09,249 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:16:09,249 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:16:09,312 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:16:16,018 basehttp 20239 13572796416 "GET /en/laboratory/specimens/?page=2 HTTP/1.1" 200 144423 WARNING 2025-08-29 21:16:16,035 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:16:16,035 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:16:16,098 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:16:21,283 basehttp 20239 13572796416 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 144547 WARNING 2025-08-29 21:16:21,301 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:16:21,301 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:16:21,362 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:16:41,436 basehttp 20239 13572796416 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 143970 WARNING 2025-08-29 21:16:41,452 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:16:41,452 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:16:41,499 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:17:42,135 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:18:11,547 basehttp 20239 13572796416 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 143964 WARNING 2025-08-29 21:18:11,561 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:18:11,562 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:18:11,625 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:18:13,062 basehttp 20239 13572796416 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 143964 WARNING 2025-08-29 21:18:13,073 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:18:13,074 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:18:13,136 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:18:36,712 basehttp 20239 13572796416 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 143958 WARNING 2025-08-29 21:18:36,727 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:18:36,727 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:18:36,804 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:19:06,811 basehttp 20239 13572796416 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 143958 WARNING 2025-08-29 21:19:06,824 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:19:06,825 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:19:06,884 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:19:36,988 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 143958 WARNING 2025-08-29 21:19:37,002 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:19:37,002 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:19:37,038 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:19:55,204 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 143952 WARNING 2025-08-29 21:19:55,221 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:19:55,221 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:19:55,287 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:20:07,414 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 144531 WARNING 2025-08-29 21:20:07,435 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:20:07,435 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:20:07,497 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:20:11,037 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=4 HTTP/1.1" 200 144665 WARNING 2025-08-29 21:20:11,051 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:20:11,052 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:20:11,078 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:20:16,800 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=5 HTTP/1.1" 200 144693 WARNING 2025-08-29 21:20:16,819 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:20:16,819 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:20:16,887 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:20:21,057 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=6 HTTP/1.1" 200 144704 WARNING 2025-08-29 21:20:21,076 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:20:21,076 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:20:21,150 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:20:26,083 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=7 HTTP/1.1" 200 144681 WARNING 2025-08-29 21:20:26,103 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:20:26,103 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:20:26,145 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:20:30,459 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=8 HTTP/1.1" 200 144668 WARNING 2025-08-29 21:20:30,475 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:20:30,475 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:20:30,545 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:20:34,838 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=9 HTTP/1.1" 200 144674 WARNING 2025-08-29 21:20:34,858 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:20:34,858 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:20:34,932 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:20:38,544 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=10 HTTP/1.1" 200 144622 WARNING 2025-08-29 21:20:38,565 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:20:38,565 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:20:38,625 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:20:45,917 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=11 HTTP/1.1" 200 144541 WARNING 2025-08-29 21:20:45,940 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:20:45,940 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:20:46,002 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:20:51,019 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=12 HTTP/1.1" 200 144570 WARNING 2025-08-29 21:20:51,041 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:20:51,041 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:20:51,116 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:20:54,929 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=13 HTTP/1.1" 200 144547 WARNING 2025-08-29 21:20:54,953 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:20:54,953 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:20:55,014 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:21:01,421 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=14 HTTP/1.1" 200 144557 WARNING 2025-08-29 21:21:01,439 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:21:01,439 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:21:01,500 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:21:20,777 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=15 HTTP/1.1" 200 144592 WARNING 2025-08-29 21:21:20,796 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:21:20,797 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:21:20,867 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:21:29,833 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/ HTTP/1.1" 200 128259 INFO 2025-08-29 21:21:29,849 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:21:31,693 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=3.-4 HTTP/1.1" 200 131967 INFO 2025-08-29 21:21:31,704 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:21:32,804 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-3.-4 HTTP/1.1" 200 132144 INFO 2025-08-29 21:21:32,820 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:21:37,614 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-3.-4&p=2 HTTP/1.1" 200 132679 INFO 2025-08-29 21:21:37,631 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:21:40,197 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-3.-4&p=3 HTTP/1.1" 200 132926 INFO 2025-08-29 21:21:40,215 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:21:42,504 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-3.-4&p=5 HTTP/1.1" 200 132922 INFO 2025-08-29 21:21:42,523 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:21:44,773 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-3.-4&p=7 HTTP/1.1" 200 133305 INFO 2025-08-29 21:21:44,789 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:21:47,240 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-3.-4&p=10 HTTP/1.1" 200 133189 INFO 2025-08-29 21:21:47,261 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:21:49,797 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-3.-4&p=12 HTTP/1.1" 200 132995 INFO 2025-08-29 21:21:49,814 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:21:52,053 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-3.-4&p=13 HTTP/1.1" 200 97264 INFO 2025-08-29 21:21:52,068 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:21:54,924 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-3.-4&p=1 HTTP/1.1" 200 132952 INFO 2025-08-29 21:21:54,939 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:22:01,612 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/1212/change/?_changelist_filters=o%3D-3.-4%26p%3D1 HTTP/1.1" 200 151799 INFO 2025-08-29 21:22:01,629 basehttp 20239 6168768512 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-29 21:22:01,629 basehttp 20239 13606449152 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-08-29 21:22:01,630 basehttp 20239 13589622784 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-08-29 21:22:01,630 basehttp 20239 13623275520 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-29 21:22:01,631 basehttp 20239 6168768512 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-29 21:22:01,632 basehttp 20239 13572796416 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:22:01,633 basehttp 20239 13572796416 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-29 21:22:01,660 basehttp 20239 13572796416 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-08-29 21:22:01,660 basehttp 20239 6168768512 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-08-29 21:22:16,610 basehttp 20239 6168768512 "POST /en/admin/laboratory/specimen/1212/change/?_changelist_filters=o%3D-3.-4%26p%3D1 HTTP/1.1" 302 0 INFO 2025-08-29 21:22:16,694 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-3.-4&p=1 HTTP/1.1" 200 133167 INFO 2025-08-29 21:22:16,712 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:22:19,306 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/1235/change/?_changelist_filters=o%3D-3.-4%26p%3D1 HTTP/1.1" 200 151822 INFO 2025-08-29 21:22:19,326 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:22:21,134 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:22:29,535 basehttp 20239 6168768512 "POST /en/admin/laboratory/specimen/1235/change/?_changelist_filters=o%3D-3.-4%26p%3D1 HTTP/1.1" 302 0 INFO 2025-08-29 21:22:29,620 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-3.-4&p=1 HTTP/1.1" 200 133161 INFO 2025-08-29 21:22:29,638 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:22:31,701 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=3.-4 HTTP/1.1" 200 131967 INFO 2025-08-29 21:22:31,720 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:22:36,642 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=3.-4&specimen_type__exact=SWAB HTTP/1.1" 200 74761 INFO 2025-08-29 21:22:36,657 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:22:47,723 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=15 HTTP/1.1" 200 144592 WARNING 2025-08-29 21:22:47,741 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:22:47,741 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:22:47,805 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:22:52,234 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 143962 WARNING 2025-08-29 21:22:52,253 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:22:52,253 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:22:52,323 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:23:53,135 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:24:54,133 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:25:07,217 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 143964 WARNING 2025-08-29 21:25:07,236 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:25:07,236 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:25:07,358 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:25:11,661 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=2 HTTP/1.1" 200 144401 WARNING 2025-08-29 21:25:11,679 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:25:11,679 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:25:11,774 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:25:16,214 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 144531 WARNING 2025-08-29 21:25:16,235 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:25:16,235 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:25:16,278 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:25:46,324 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 144531 WARNING 2025-08-29 21:25:46,340 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:25:46,340 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:25:46,383 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:26:16,408 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 144531 WARNING 2025-08-29 21:26:16,422 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:26:16,422 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:26:16,476 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:26:46,509 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 144531 WARNING 2025-08-29 21:26:46,526 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:26:46,526 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:26:46,611 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:27:05,271 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/1235/change/?_changelist_filters=o%3D3.-4%26specimen_type__exact%3DSWAB HTTP/1.1" 200 151881 INFO 2025-08-29 21:27:05,288 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:27:47,133 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:28:06,400 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 145008 WARNING 2025-08-29 21:28:06,420 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:28:06,420 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:28:06,486 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:28:36,547 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 145008 WARNING 2025-08-29 21:28:36,563 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:28:36,564 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:28:36,600 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:29:06,626 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 145008 WARNING 2025-08-29 21:29:06,642 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:29:06,642 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:29:06,679 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:29:35,987 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 144994 WARNING 2025-08-29 21:29:36,005 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:29:36,005 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:29:36,066 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:30:06,892 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=3.-4&specimen_type__exact=SWAB HTTP/1.1" 200 74761 INFO 2025-08-29 21:30:12,647 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=3.-4 HTTP/1.1" 200 131967 INFO 2025-08-29 21:30:12,666 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:30:14,494 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=6.3.-4 HTTP/1.1" 200 132029 INFO 2025-08-29 21:30:14,510 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:30:23,703 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=6.3.-4&p=2 HTTP/1.1" 200 133061 INFO 2025-08-29 21:30:23,722 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:30:27,369 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=6.3.-4&p=3 HTTP/1.1" 200 133070 INFO 2025-08-29 21:30:27,386 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:30:30,739 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=6.3.-4&p=4 HTTP/1.1" 200 133005 INFO 2025-08-29 21:30:30,756 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:30:33,814 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=6.3.-4&p=6 HTTP/1.1" 200 133092 INFO 2025-08-29 21:30:33,830 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:30:36,135 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:30:37,941 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-6.3.-4 HTTP/1.1" 200 133078 INFO 2025-08-29 21:30:37,961 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:30:41,302 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-6.3.-4&p=2 HTTP/1.1" 200 133848 INFO 2025-08-29 21:30:41,319 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:30:58,839 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-6.3.-4&p=3 HTTP/1.1" 200 134085 INFO 2025-08-29 21:30:58,857 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:31:02,291 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-6.3.-4&p=4 HTTP/1.1" 200 134112 INFO 2025-08-29 21:31:02,310 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:31:04,847 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-6.3.-4&p=5 HTTP/1.1" 200 134033 INFO 2025-08-29 21:31:04,866 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:31:31,180 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-6.3.-4&p=6 HTTP/1.1" 200 134118 INFO 2025-08-29 21:31:31,196 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:31:34,576 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-6.3.-4&p=7 HTTP/1.1" 200 133540 INFO 2025-08-29 21:31:34,593 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:31:37,124 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:31:48,767 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-6.3.-4&p=6 HTTP/1.1" 200 134118 INFO 2025-08-29 21:31:48,784 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:31:52,691 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-6.3.-4&p=7 HTTP/1.1" 200 133540 INFO 2025-08-29 21:31:52,711 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:31:56,725 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/1017/change/?_changelist_filters=o%3D-6.3.-4%26p%3D7 HTTP/1.1" 200 151815 INFO 2025-08-29 21:31:56,742 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:32:10,248 basehttp 20239 6168768512 "POST /en/admin/laboratory/specimen/1017/change/?_changelist_filters=o%3D-6.3.-4%26p%3D7 HTTP/1.1" 302 0 INFO 2025-08-29 21:32:10,334 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-6.3.-4&p=7 HTTP/1.1" 200 133779 INFO 2025-08-29 21:32:10,353 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:32:14,753 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/902/change/?_changelist_filters=o%3D-6.3.-4%26p%3D7 HTTP/1.1" 200 151785 INFO 2025-08-29 21:32:14,770 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:32:18,639 basehttp 20239 6168768512 "POST /en/admin/laboratory/specimen/902/change/?_changelist_filters=o%3D-6.3.-4%26p%3D7 HTTP/1.1" 302 0 INFO 2025-08-29 21:32:18,725 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-6.3.-4&p=7 HTTP/1.1" 200 133783 INFO 2025-08-29 21:32:18,745 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:32:23,687 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/931/change/?_changelist_filters=o%3D-6.3.-4%26p%3D7 HTTP/1.1" 200 151812 INFO 2025-08-29 21:32:23,704 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:32:26,679 basehttp 20239 6168768512 "POST /en/admin/laboratory/specimen/931/change/?_changelist_filters=o%3D-6.3.-4%26p%3D7 HTTP/1.1" 302 0 INFO 2025-08-29 21:32:26,765 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-6.3.-4&p=7 HTTP/1.1" 200 133783 INFO 2025-08-29 21:32:26,786 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:32:38,128 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:32:52,002 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 144994 WARNING 2025-08-29 21:32:52,019 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:32:52,019 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:32:52,080 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:33:22,127 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 144994 WARNING 2025-08-29 21:33:22,150 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:33:22,150 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:33:22,187 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:33:52,242 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 144994 WARNING 2025-08-29 21:33:52,258 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:33:52,258 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:33:52,316 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:34:22,351 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 144994 WARNING 2025-08-29 21:34:22,386 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:34:22,386 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:34:22,424 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:34:52,450 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 144994 WARNING 2025-08-29 21:34:52,464 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:34:52,464 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:34:52,500 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:35:01,813 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 145165 WARNING 2025-08-29 21:35:01,831 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:35:01,831 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:35:01,886 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:35:30,033 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 145165 WARNING 2025-08-29 21:35:30,051 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:35:30,051 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:35:30,112 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:35:36,153 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 144590 WARNING 2025-08-29 21:35:36,168 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:35:36,168 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:35:36,232 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:36:06,276 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 144590 WARNING 2025-08-29 21:36:06,295 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:36:06,295 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:36:06,353 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:36:28,610 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 144590 WARNING 2025-08-29 21:36:28,628 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:36:28,628 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:36:28,688 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:36:57,255 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/ HTTP/1.1" 200 128269 INFO 2025-08-29 21:36:57,271 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-29 21:37:06,515 log 20239 6168768512 Internal Server Error: /en/laboratory/specimens/1214/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 627, in get_queryset return Specimen.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: chain_of_custody, collected_by, collected_by_id, collected_datetime, collection_method, collection_site, container_type, created_at, id, order, order_id, quality, quality_notes, received_by, received_by_id, received_datetime, rejection_reason, results, specimen_id, specimen_number, specimen_type, status, storage_location, storage_temperature, updated_at, volume ERROR 2025-08-29 21:37:06,518 basehttp 20239 6168768512 "GET /en/laboratory/specimens/1214/ HTTP/1.1" 500 139553 WARNING 2025-08-29 21:37:06,534 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:37:06,534 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:37:46,291 autoreload 20239 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-29 21:37:46,751 autoreload 52730 8466948288 Watching for file changes with StatReloader ERROR 2025-08-29 21:37:47,544 log 52730 6130495488 Internal Server Error: /en/laboratory/specimens/1214/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'specimen_form' not found. 'specimen_form' is not a valid view function or pattern name. ERROR 2025-08-29 21:37:47,545 basehttp 52730 6130495488 "GET /en/laboratory/specimens/1214/ HTTP/1.1" 500 175620 WARNING 2025-08-29 21:37:47,563 log 52730 6130495488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:37:47,564 basehttp 52730 6130495488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-29 21:38:13,521 log 52730 6130495488 Internal Server Error: /en/laboratory/specimens/1214/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'specimen_confirm_delete' not found. 'specimen_confirm_delete' is not a valid view function or pattern name. ERROR 2025-08-29 21:38:13,522 basehttp 52730 6130495488 "GET /en/laboratory/specimens/1214/ HTTP/1.1" 500 175174 WARNING 2025-08-29 21:38:13,538 log 52730 6130495488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:38:13,538 basehttp 52730 6130495488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:39:00,245 basehttp 52730 6130495488 "GET /en/laboratory/specimens/1214/ HTTP/1.1" 200 33414 WARNING 2025-08-29 21:39:00,262 log 52730 6130495488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:39:00,262 basehttp 52730 6130495488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:39:00,316 basehttp 52730 6130495488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:39:35,349 basehttp 52730 6130495488 "GET /en/laboratory/specimens/1214/ HTTP/1.1" 200 33420 WARNING 2025-08-29 21:39:35,369 log 52730 6130495488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:39:35,369 basehttp 52730 6130495488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:39:35,421 basehttp 52730 6130495488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:40:35,427 basehttp 52730 6130495488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:41:12,290 basehttp 52730 6130495488 "GET /en/laboratory/specimens/1214/ HTTP/1.1" 200 33580 WARNING 2025-08-29 21:41:12,311 log 52730 6130495488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:41:12,311 basehttp 52730 6130495488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:41:12,361 basehttp 52730 6130495488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:41:39,705 basehttp 52730 6130495488 "GET /en/laboratory/specimens/1214/ HTTP/1.1" 200 33600 WARNING 2025-08-29 21:41:39,722 log 52730 6130495488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:41:39,722 basehttp 52730 6130495488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:41:39,774 basehttp 52730 6130495488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:42:25,251 basehttp 52730 6130495488 "GET /en/laboratory/specimens/1214/ HTTP/1.1" 200 33607 WARNING 2025-08-29 21:42:25,269 log 52730 6130495488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:42:25,269 basehttp 52730 6130495488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:42:25,320 basehttp 52730 6130495488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:42:59,093 basehttp 52730 6130495488 "GET /en/laboratory/specimens/1214/ HTTP/1.1" 200 33607 WARNING 2025-08-29 21:42:59,113 log 52730 6130495488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:42:59,113 basehttp 52730 6130495488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:42:59,165 basehttp 52730 6130495488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:43:59,189 basehttp 52730 6130495488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:44:11,230 basehttp 52730 6130495488 "GET /en/laboratory/specimens/1214/ HTTP/1.1" 200 33657 WARNING 2025-08-29 21:44:11,255 log 52730 6130495488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:44:11,255 basehttp 52730 6130495488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:44:11,308 basehttp 52730 6130495488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:44:48,326 basehttp 52730 6130495488 "GET /en/laboratory/specimens/1214/ HTTP/1.1" 200 33663 WARNING 2025-08-29 21:44:48,343 log 52730 6130495488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:44:48,343 basehttp 52730 6130495488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:44:48,394 basehttp 52730 6130495488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-29 21:45:25,613 log 52730 6164148224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:45:25,614 basehttp 52730 6164148224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:45:25,616 basehttp 52730 6130495488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:45:25,644 basehttp 52730 6147321856 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 144590 WARNING 2025-08-29 21:45:25,656 log 52730 6147321856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:45:25,656 basehttp 52730 6147321856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 21:45:25,663 log 52730 6147321856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:45:25,663 basehttp 52730 6147321856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:45:25,679 basehttp 52730 6147321856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:45:28,167 basehttp 52730 6147321856 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 144590 WARNING 2025-08-29 21:45:28,182 log 52730 6147321856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:45:28,183 basehttp 52730 6147321856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:45:28,247 basehttp 52730 6147321856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:45:58,297 basehttp 52730 6147321856 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 144590 WARNING 2025-08-29 21:45:58,311 log 52730 6147321856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:45:58,311 basehttp 52730 6147321856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:45:58,366 basehttp 52730 6147321856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:46:01,058 basehttp 52730 6147321856 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137515 WARNING 2025-08-29 21:46:01,078 log 52730 6147321856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:46:01,079 basehttp 52730 6147321856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:46:01,139 basehttp 52730 6147321856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-08-29 21:46:07,016 log 52730 6147321856 Internal Server Error: /en/laboratory/specimens/1212/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 201, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 671, in get_queryset return Specimen.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: chain_of_custody, collected_by, collected_by_id, collected_datetime, collection_method, collection_site, container_type, created_at, id, order, order_id, quality, quality_notes, received_by, received_by_id, received_datetime, rejection_reason, results, specimen_id, specimen_number, specimen_type, status, storage_location, storage_temperature, updated_at, volume ERROR 2025-08-29 21:46:07,018 basehttp 52730 6147321856 "GET /en/laboratory/specimens/1212/update/ HTTP/1.1" 500 144479 WARNING 2025-08-29 21:46:07,037 log 52730 6147321856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:46:07,037 basehttp 52730 6147321856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:47:09,475 autoreload 52730 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-29 21:47:09,915 autoreload 56955 8466948288 Watching for file changes with StatReloader ERROR 2025-08-29 21:47:10,768 log 56955 6191935488 Internal Server Error: /en/laboratory/specimens/1212/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 36, in get_form form_class = self.get_form_class() ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 108, in get_form_class return model_forms.modelform_factory(model, fields=self.fields) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (processing_notes) specified for Specimen ERROR 2025-08-29 21:47:10,769 basehttp 56955 6191935488 "GET /en/laboratory/specimens/1212/update/ HTTP/1.1" 500 116349 WARNING 2025-08-29 21:47:10,781 log 56955 6191935488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:47:10,781 basehttp 56955 6191935488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-29 21:47:11,745 log 56955 6191935488 Internal Server Error: /en/laboratory/specimens/1212/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 36, in get_form form_class = self.get_form_class() ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 108, in get_form_class return model_forms.modelform_factory(model, fields=self.fields) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (processing_notes) specified for Specimen ERROR 2025-08-29 21:47:11,746 basehttp 56955 6191935488 "GET /en/laboratory/specimens/1212/update/ HTTP/1.1" 500 116349 WARNING 2025-08-29 21:47:11,762 log 56955 6191935488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:47:11,762 basehttp 56955 6191935488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:47:46,412 autoreload 56955 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-29 21:47:46,734 autoreload 57196 8466948288 Watching for file changes with StatReloader ERROR 2025-08-29 21:47:47,349 log 57196 6132641792 Internal Server Error: /en/laboratory/specimens/1212/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 36, in get_form form_class = self.get_form_class() ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 103, in get_form_class raise ImproperlyConfigured( django.core.exceptions.ImproperlyConfigured: Using ModelFormMixin (base class of SpecimenUpdateView) without the 'fields' attribute is prohibited. ERROR 2025-08-29 21:47:47,350 basehttp 57196 6132641792 "GET /en/laboratory/specimens/1212/update/ HTTP/1.1" 500 103359 WARNING 2025-08-29 21:47:47,364 log 57196 6132641792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:47:47,364 basehttp 57196 6132641792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:48:12,764 autoreload 57196 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-29 21:48:13,109 autoreload 57358 8466948288 Watching for file changes with StatReloader INFO 2025-08-29 21:48:14,218 basehttp 57358 6200094720 "GET /en/laboratory/specimens/1212/update/ HTTP/1.1" 200 43279 WARNING 2025-08-29 21:48:14,232 log 57358 6200094720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:48:14,232 basehttp 57358 6200094720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:48:14,299 basehttp 57358 6200094720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:49:14,324 basehttp 57358 6200094720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:49:29,382 basehttp 57358 6200094720 "GET /en/laboratory/specimens/1212/update/ HTTP/1.1" 200 43279 WARNING 2025-08-29 21:49:29,400 log 57358 6200094720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:49:29,400 basehttp 57358 6200094720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:49:29,450 basehttp 57358 6200094720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:49:53,990 basehttp 57358 6216921088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-29 21:49:54,005 log 57358 6216921088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:49:54,006 basehttp 57358 6216921088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:49:54,018 basehttp 57358 6200094720 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137515 WARNING 2025-08-29 21:49:54,036 log 57358 6200094720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:49:54,037 basehttp 57358 6200094720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 21:49:54,041 log 57358 6200094720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:49:54,041 basehttp 57358 6200094720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:49:54,110 basehttp 57358 6200094720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:50:13,099 basehttp 57358 6200094720 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137565 WARNING 2025-08-29 21:50:13,119 log 57358 6200094720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:50:13,119 basehttp 57358 6200094720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:50:13,215 basehttp 57358 6200094720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:55:41,295 basehttp 57358 6200094720 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137565 WARNING 2025-08-29 21:55:41,318 log 57358 6200094720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:55:41,318 basehttp 57358 6200094720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:55:41,385 basehttp 57358 6200094720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:55:50,199 basehttp 57358 6200094720 "GET /en/laboratory/specimens/create/ HTTP/1.1" 200 45089 INFO 2025-08-29 21:55:50,248 basehttp 57358 6200094720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-29 21:55:50,407 log 57358 6200094720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:55:50,408 basehttp 57358 6200094720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:56:50,273 basehttp 57358 6200094720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:57:50,265 basehttp 57358 6200094720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:58:37,863 autoreload 57358 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/forms.py changed, reloading. INFO 2025-08-29 21:58:38,310 autoreload 59858 8466948288 Watching for file changes with StatReloader INFO 2025-08-29 21:59:42,609 autoreload 60418 8466948288 Watching for file changes with StatReloader INFO 2025-08-29 21:59:44,413 basehttp 60418 6202634240 "GET /en/laboratory/specimens/create/ HTTP/1.1" 200 45089 WARNING 2025-08-29 21:59:44,439 log 60418 6202634240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:59:44,439 basehttp 60418 6202634240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:59:44,490 basehttp 60418 6202634240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:59:55,927 basehttp 60418 6202634240 "GET /en/laboratory/specimens/create/ HTTP/1.1" 200 45089 INFO 2025-08-29 21:59:55,940 basehttp 60418 6236286976 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-08-29 21:59:55,945 basehttp 60418 6286766080 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-08-29 21:59:55,949 log 60418 6236286976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:59:55,950 basehttp 60418 6236286976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:59:55,954 basehttp 60418 6202634240 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-29 21:59:55,954 basehttp 60418 6269939712 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-08-29 21:59:55,955 basehttp 60418 6253113344 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-29 21:59:55,956 basehttp 60418 6219460608 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-29 21:59:55,959 basehttp 60418 6286766080 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-08-29 21:59:55,966 basehttp 60418 6202634240 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-29 21:59:55,971 basehttp 60418 6236286976 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-29 21:59:56,091 basehttp 60418 6236286976 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-29 21:59:56,131 basehttp 60418 6202634240 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-29 21:59:56,131 basehttp 60418 6236286976 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-29 21:59:56,131 basehttp 60418 6219460608 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-29 21:59:56,132 basehttp 60418 6286766080 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-29 21:59:56,132 basehttp 60418 6253113344 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-29 21:59:56,133 basehttp 60418 6269939712 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-29 21:59:56,138 basehttp 60418 6286766080 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-29 21:59:56,138 basehttp 60418 6269939712 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-29 21:59:56,138 basehttp 60418 6253113344 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-29 21:59:56,139 basehttp 60418 6236286976 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-29 21:59:56,139 basehttp 60418 6219460608 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-29 21:59:56,141 basehttp 60418 6253113344 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-29 21:59:56,141 basehttp 60418 6236286976 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-29 21:59:56,142 basehttp 60418 6202634240 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-29 21:59:56,145 basehttp 60418 6269939712 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-29 21:59:56,145 basehttp 60418 6219460608 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-29 21:59:56,147 basehttp 60418 6202634240 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-29 21:59:56,147 basehttp 60418 6236286976 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-29 21:59:56,149 basehttp 60418 6253113344 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-29 21:59:56,150 basehttp 60418 6219460608 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-29 21:59:56,151 basehttp 60418 6269939712 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-29 21:59:56,153 basehttp 60418 6286766080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:59:56,154 basehttp 60418 6202634240 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-29 21:59:56,154 basehttp 60418 6236286976 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-08-29 21:59:56,252 log 60418 6236286976 Not Found: /favicon.ico WARNING 2025-08-29 21:59:56,252 basehttp 60418 6236286976 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-29 22:00:56,145 basehttp 60418 6236286976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:01:06,940 basehttp 60418 6236286976 "GET /en/laboratory/specimens/create/ HTTP/1.1" 200 45086 WARNING 2025-08-29 22:01:06,957 log 60418 6236286976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:01:06,957 basehttp 60418 6236286976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:01:07,089 basehttp 60418 6236286976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:01:46,683 basehttp 60418 6236286976 "GET /en/laboratory/specimens/create/ HTTP/1.1" 200 45086 WARNING 2025-08-29 22:01:46,704 log 60418 6236286976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:01:46,705 basehttp 60418 6236286976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:01:46,756 basehttp 60418 6236286976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:02:46,767 basehttp 60418 6236286976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:03:23,178 autoreload 60418 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/forms.py changed, reloading. INFO 2025-08-29 22:03:23,582 autoreload 62069 8466948288 Watching for file changes with StatReloader INFO 2025-08-29 22:03:23,881 basehttp 62069 6156513280 "GET /en/laboratory/specimens/create/ HTTP/1.1" 200 45086 WARNING 2025-08-29 22:03:23,898 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:03:23,899 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:03:23,948 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:03:54,361 basehttp 62069 6156513280 "GET /en/laboratory/specimens/create/ HTTP/1.1" 200 45086 WARNING 2025-08-29 22:03:54,383 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:03:54,383 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:03:54,482 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:04:54,450 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:05:32,780 basehttp 62069 6156513280 "GET /en/laboratory/specimens/create/ HTTP/1.1" 200 45086 WARNING 2025-08-29 22:05:32,800 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:05:32,800 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:05:32,832 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:06:32,827 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:07:32,835 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:08:32,838 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:09:32,837 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:10:10,143 basehttp 62069 6156513280 "GET /en/laboratory/specimens/create/ HTTP/1.1" 200 45110 WARNING 2025-08-29 22:10:10,166 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:10:10,166 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:10:10,275 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:11:10,231 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:12:10,231 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:13:10,223 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:14:10,226 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:14:56,405 basehttp 62069 6156513280 "GET /en/laboratory/specimens/create/ HTTP/1.1" 200 45125 WARNING 2025-08-29 22:14:56,426 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:14:56,426 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:14:56,456 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:15:56,470 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:16:50,566 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137565 WARNING 2025-08-29 22:16:50,596 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:16:50,596 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:16:54,352 basehttp 62069 6156513280 "GET /en/laboratory/specimens/1212/ HTTP/1.1" 200 33657 WARNING 2025-08-29 22:16:54,389 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:16:54,389 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:16:54,404 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:17:54,425 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:18:54,418 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-29 22:19:10,929 log 62069 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:19:10,931 basehttp 62069 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:19:10,934 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:19:10,952 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137565 WARNING 2025-08-29 22:19:10,967 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:19:10,970 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 22:19:10,975 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:19:10,976 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:19:10,988 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:19:41,026 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137565 WARNING 2025-08-29 22:19:41,056 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:19:41,056 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:19:41,102 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:20:42,079 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:21:43,096 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:22:44,081 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:22:52,743 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137565 WARNING 2025-08-29 22:22:52,779 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:22:52,780 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:22:52,855 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:23:53,083 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:24:29,240 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137575 WARNING 2025-08-29 22:24:29,272 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:24:29,272 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:24:29,351 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:24:59,401 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137575 WARNING 2025-08-29 22:24:59,431 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:24:59,431 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:24:59,473 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:25:14,411 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137565 WARNING 2025-08-29 22:25:14,443 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:25:14,443 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:25:14,488 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:26:15,086 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:27:16,076 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:28:17,090 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:28:44,545 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137565 WARNING 2025-08-29 22:28:44,585 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:28:44,585 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:28:44,661 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:29:04,628 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137564 WARNING 2025-08-29 22:29:04,662 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:29:04,663 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:29:04,742 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:29:18,422 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137563 WARNING 2025-08-29 22:29:18,458 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:29:18,458 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:29:18,505 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:29:37,583 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137566 WARNING 2025-08-29 22:29:37,616 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:29:37,616 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:29:37,661 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:29:53,421 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137561 WARNING 2025-08-29 22:29:53,456 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:29:53,456 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:29:53,498 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:30:04,215 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137561 WARNING 2025-08-29 22:30:04,243 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:30:04,243 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:30:04,264 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:30:16,831 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137561 WARNING 2025-08-29 22:30:16,869 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:30:16,870 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:30:16,914 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:30:35,532 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137561 WARNING 2025-08-29 22:30:35,566 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:30:35,566 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:30:35,610 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:31:36,080 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:32:37,084 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:33:38,077 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:33:56,214 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137565 WARNING 2025-08-29 22:33:56,249 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:33:56,249 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:33:56,321 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:34:57,088 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:35:40,595 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137625 WARNING 2025-08-29 22:35:40,627 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:35:40,627 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:35:40,707 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:36:10,761 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137625 WARNING 2025-08-29 22:36:10,793 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:36:10,793 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:36:10,836 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:36:39,008 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 140450 WARNING 2025-08-29 22:36:39,041 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:36:39,042 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:36:39,086 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:37:00,267 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 140650 WARNING 2025-08-29 22:37:00,295 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:37:00,295 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:37:00,322 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:37:30,367 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 140650 WARNING 2025-08-29 22:37:30,402 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:37:30,402 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:37:30,443 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:37:49,983 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 141225 WARNING 2025-08-29 22:37:50,015 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:37:50,015 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:37:50,061 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:38:10,428 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 141175 WARNING 2025-08-29 22:38:10,467 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:38:10,468 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:38:10,512 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:38:20,382 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 141225 WARNING 2025-08-29 22:38:20,412 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:38:20,412 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:38:20,439 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:38:50,483 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 141225 WARNING 2025-08-29 22:38:50,515 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:38:50,515 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:38:50,559 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:38:56,937 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 139450 WARNING 2025-08-29 22:38:56,969 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:38:56,969 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:38:57,013 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:39:04,524 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 138450 WARNING 2025-08-29 22:39:04,551 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:39:04,551 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:39:04,575 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:39:34,611 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 138450 WARNING 2025-08-29 22:39:34,647 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:39:34,647 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:39:34,688 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:40:04,733 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 138450 WARNING 2025-08-29 22:40:04,762 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:40:04,762 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:40:04,787 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:40:14,072 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 138925 WARNING 2025-08-29 22:40:14,100 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:40:14,100 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:40:14,127 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:40:37,148 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 139200 WARNING 2025-08-29 22:40:37,183 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:40:37,183 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:40:37,227 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:40:58,697 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 138950 WARNING 2025-08-29 22:40:58,726 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:40:58,726 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:40:58,751 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:41:13,556 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 138450 WARNING 2025-08-29 22:41:13,585 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:41:13,585 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:41:13,610 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:41:22,573 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 138400 WARNING 2025-08-29 22:41:22,597 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:41:22,597 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:41:22,624 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:41:52,660 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 138400 WARNING 2025-08-29 22:41:52,687 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:41:52,687 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:41:52,711 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:42:20,876 basehttp 62069 6156513280 "GET / HTTP/1.1" 302 0 INFO 2025-08-29 22:42:20,890 basehttp 62069 6173339648 "GET /en/ HTTP/1.1" 200 47533 WARNING 2025-08-29 22:42:20,913 log 62069 6173339648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:42:20,913 basehttp 62069 6173339648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:42:20,965 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:42:20,972 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 22:42:20,974 basehttp 62069 13589622784 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-29 22:42:20,976 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 22:42:24,163 basehttp 62069 6156513280 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 47078 INFO 2025-08-29 22:42:24,212 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-29 22:42:24,216 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:42:24,216 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:43:24,227 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:44:24,223 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:45:24,237 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-29 22:45:47,459 log 62069 6173339648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:45:47,461 basehttp 62069 6173339648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:45:47,463 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:45:47,465 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 22:45:47,466 basehttp 62069 13589622784 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-08-29 22:45:47,475 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:45:47,475 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 22:45:48,870 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:45:48,871 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:45:48,871 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:45:48,900 basehttp 62069 13589622784 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 138400 WARNING 2025-08-29 22:45:48,913 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:45:48,913 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 22:45:48,920 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:45:48,920 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:45:48,937 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:46:04,753 basehttp 62069 13589622784 "GET /en/laboratory/specimens/?page=2 HTTP/1.1" 200 138841 WARNING 2025-08-29 22:46:04,771 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:04,771 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:46:04,839 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:46:10,432 basehttp 62069 13589622784 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 138975 WARNING 2025-08-29 22:46:10,452 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:10,452 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:46:10,492 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-29 22:46:16,902 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:16,902 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 22:46:16,918 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:16,919 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 22:46:17,335 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:17,336 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 22:46:17,354 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:17,354 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 22:46:17,851 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:17,851 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 22:46:18,499 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:18,499 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 22:46:20,044 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:20,044 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:46:22,089 basehttp 62069 13589622784 "GET / HTTP/1.1" 302 0 INFO 2025-08-29 22:46:22,106 basehttp 62069 13572796416 "GET /en/ HTTP/1.1" 200 47533 WARNING 2025-08-29 22:46:22,129 log 62069 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:22,130 basehttp 62069 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:46:22,212 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:46:22,213 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 22:46:22,214 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 22:46:22,215 basehttp 62069 13589622784 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-29 22:46:23,720 basehttp 62069 13589622784 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 47078 WARNING 2025-08-29 22:46:23,745 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:23,745 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:46:23,796 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-29 22:46:40,367 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:40,367 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 22:46:40,383 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:40,383 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 22:46:40,757 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:40,757 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 22:46:40,774 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:40,774 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:46:47,510 basehttp 62069 13589622784 "GET /en/laboratory/specimens/?page=50 HTTP/1.1" 200 96998 WARNING 2025-08-29 22:46:47,529 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:47,529 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:46:47,589 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:46:57,264 basehttp 62069 13589622784 "GET /en/laboratory/specimens/?page=49 HTTP/1.1" 200 138588 WARNING 2025-08-29 22:46:57,283 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:57,284 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:46:57,325 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:47:20,730 basehttp 62069 13589622784 "GET /en/laboratory/specimens/?page=48 HTTP/1.1" 200 138722 WARNING 2025-08-29 22:47:20,750 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:47:20,751 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:47:20,821 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:47:50,864 basehttp 62069 13589622784 "GET /en/laboratory/specimens/?page=48 HTTP/1.1" 200 138722 WARNING 2025-08-29 22:47:50,882 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:47:50,883 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:47:50,921 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:48:20,952 basehttp 62069 13589622784 "GET /en/laboratory/specimens/?page=48 HTTP/1.1" 200 138722 WARNING 2025-08-29 22:48:20,969 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:48:20,969 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:48:21,024 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:48:28,051 basehttp 62069 13589622784 "GET /en/laboratory/specimens/47/ HTTP/1.1" 200 33677 WARNING 2025-08-29 22:48:28,076 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:48:28,076 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:48:28,129 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:48:42,936 basehttp 62069 13589622784 "GET /en/laboratory/specimens/47/ HTTP/1.1" 200 33589 WARNING 2025-08-29 22:48:42,959 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:48:42,959 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:48:43,004 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:48:57,020 basehttp 62069 13589622784 "GET /en/laboratory/specimens/47/ HTTP/1.1" 200 33553 WARNING 2025-08-29 22:48:57,038 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:48:57,038 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:48:57,099 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-29 22:48:59,858 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:48:59,858 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:48:59,920 basehttp 62069 13589622784 "GET /en/laboratory/specimens/?page=48 HTTP/1.1" 200 138722 WARNING 2025-08-29 22:48:59,963 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:48:59,963 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 22:48:59,970 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:48:59,970 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:48:59,974 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:49:11,106 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=48 HTTP/1.1" 200 138597 WARNING 2025-08-29 22:49:11,126 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:49:11,126 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:49:11,180 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:49:24,927 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=48 HTTP/1.1" 200 138722 WARNING 2025-08-29 22:49:24,949 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:49:24,949 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:49:25,003 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:49:41,779 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=47 HTTP/1.1" 200 138905 WARNING 2025-08-29 22:49:41,800 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:49:41,800 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:49:41,863 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:49:46,237 basehttp 62069 6156513280 "GET /en/laboratory/specimens/73/ HTTP/1.1" 200 33558 WARNING 2025-08-29 22:49:46,259 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:49:46,259 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:49:46,300 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:49:54,316 basehttp 62069 6156513280 "GET / HTTP/1.1" 302 0 INFO 2025-08-29 22:49:54,330 basehttp 62069 13589622784 "GET /en/ HTTP/1.1" 200 47533 WARNING 2025-08-29 22:49:54,350 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:49:54,350 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:49:54,430 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:49:54,432 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 22:49:54,433 basehttp 62069 6156513280 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-29 22:49:54,434 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 22:50:24,418 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 22:50:54,272 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 22:50:54,273 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:50:54,274 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 22:51:24,257 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 22:51:54,267 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:51:54,267 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 22:51:54,269 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 22:52:24,257 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 22:52:27,100 basehttp 62069 6173339648 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 47078 WARNING 2025-08-29 22:52:27,120 log 62069 6173339648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:52:27,120 basehttp 62069 6173339648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:52:27,175 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:53:27,187 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:54:27,191 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:55:27,192 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:56:27,192 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:57:27,205 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:58:27,195 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:59:27,210 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:00:27,212 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:01:25,256 basehttp 62069 6156513280 "GET / HTTP/1.1" 302 0 INFO 2025-08-29 23:01:25,273 basehttp 62069 6173339648 "GET /en/ HTTP/1.1" 200 47533 WARNING 2025-08-29 23:01:25,292 log 62069 6173339648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 23:01:25,293 basehttp 62069 6173339648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 23:01:25,345 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:01:25,367 basehttp 62069 13589622784 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-29 23:01:25,370 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:01:25,371 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:01:55,365 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:02:25,374 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:02:25,375 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:02:25,377 basehttp 62069 13589622784 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:02:55,358 basehttp 62069 13589622784 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:03:25,359 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:03:25,359 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:03:25,361 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:03:55,366 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:04:25,377 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:04:25,377 basehttp 62069 13589622784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:04:25,379 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:04:55,371 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:05:25,371 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:05:25,373 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:05:25,375 basehttp 62069 13589622784 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:05:55,367 basehttp 62069 13589622784 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:06:25,472 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:06:25,472 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:06:25,475 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:06:55,473 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:07:25,477 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:07:25,479 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:07:25,481 basehttp 62069 13589622784 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:07:55,485 basehttp 62069 13589622784 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:08:25,474 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:08:25,476 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:08:25,479 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:08:55,486 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:09:25,477 basehttp 62069 13589622784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:09:25,477 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:09:25,482 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:09:55,500 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:10:25,468 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:10:25,469 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:10:25,487 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:10:55,499 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:11:25,479 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:11:25,480 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:11:25,492 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:11:55,972 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:12:25,986 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:12:25,987 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:12:26,970 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:13:29,000 basehttp 62069 13589622784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:13:29,000 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:13:29,002 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:14:48,993 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:14:48,994 basehttp 62069 13589622784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:14:48,995 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:15:48,978 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:16:49,000 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:16:49,001 basehttp 62069 13589622784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:16:49,003 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:17:48,982 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:18:48,985 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:18:48,987 basehttp 62069 13589622784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:18:48,989 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:19:48,962 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:20:48,982 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:20:48,983 basehttp 62069 13589622784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:20:48,986 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:21:48,962 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:22:48,972 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:22:48,973 basehttp 62069 13589622784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:22:48,974 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:23:48,959 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:24:48,964 basehttp 62069 13589622784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:24:48,964 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:24:48,967 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:25:48,943 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:26:48,965 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:26:48,966 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:26:48,968 basehttp 62069 13589622784 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:27:48,942 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:28:49,032 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:28:49,033 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:28:49,034 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:29:49,006 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:30:49,032 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:30:49,032 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:30:49,035 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:36:16,376 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:37:16,383 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:37:16,386 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:37:16,387 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:38:16,364 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:39:55,089 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:39:55,092 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:39:55,093 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:40:55,084 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:41:55,093 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:41:55,094 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:41:55,095 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:45:51,231 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:50:23,412 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:50:23,414 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:50:23,415 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:55:56,169 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:59:49,843 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:59:49,844 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:59:49,846 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:03:23,721 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:04:23,739 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:04:23,741 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:04:23,742 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:05:28,872 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:13:54,073 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:13:54,073 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:13:54,074 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:15:54,652 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:17:13,941 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:17:13,941 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:17:13,943 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:20:14,340 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:26:00,152 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:26:00,154 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:26:00,155 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:34:21,579 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:35:47,496 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:35:47,500 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:35:47,502 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:37:04,040 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:41:13,150 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:41:13,152 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:41:13,153 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:42:13,147 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:43:13,171 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:43:13,171 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:43:13,172 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:44:13,145 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:45:13,202 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:45:13,203 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:45:13,205 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:46:13,148 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:47:13,174 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:47:13,174 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:47:13,175 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:48:13,146 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:49:13,170 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:49:13,171 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:49:13,172 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:50:13,201 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:50:13,202 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:50:13,203 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:51:13,144 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:52:13,151 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:52:13,152 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:52:13,153 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:53:13,136 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:54:13,142 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:54:13,144 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:54:13,146 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:55:13,126 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:56:13,154 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:56:13,155 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:56:13,156 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:57:13,127 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:58:13,152 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:58:13,152 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:58:13,154 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:59:13,133 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:00:13,158 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:00:13,158 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:00:13,159 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:01:13,136 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:02:13,174 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:02:13,176 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:02:13,177 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:03:13,143 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:04:13,139 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:04:13,140 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:04:13,140 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:05:13,125 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:06:13,032 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:06:13,032 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:06:13,033 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:07:13,004 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:08:13,029 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:08:13,030 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:08:13,032 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:09:13,012 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:10:13,020 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:10:13,023 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:10:13,024 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:11:12,995 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:12:13,022 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:12:13,025 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:12:13,026 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:13:13,010 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:14:13,023 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:14:13,025 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:14:13,027 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:15:12,986 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:16:13,022 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:16:13,023 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:16:13,025 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:17:12,990 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:18:13,011 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:18:13,013 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:18:13,014 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:19:13,006 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:20:13,005 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:20:13,009 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:20:13,012 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:21:13,049 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:22:13,056 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:22:13,064 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:22:13,065 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:23:13,054 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:24:13,070 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:24:13,070 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:24:13,072 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:25:13,051 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:26:13,068 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:26:13,068 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:26:13,070 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:27:13,049 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:28:13,066 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:28:13,067 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:28:13,070 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:29:13,049 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:30:13,064 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:30:13,065 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:30:13,066 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:31:13,052 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:32:13,068 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:32:13,069 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:32:13,071 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:33:13,056 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:34:13,073 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:34:13,074 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:34:13,076 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:35:13,059 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:36:13,059 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:36:13,060 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:36:13,060 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:37:13,080 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:38:13,091 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:38:13,092 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:38:13,093 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:39:13,086 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:40:13,101 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:40:13,101 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:40:13,103 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:41:13,080 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:42:13,101 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:42:13,103 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:42:13,104 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:46:21,734 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:47:21,739 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:47:21,743 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:47:21,744 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:48:21,722 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:49:21,742 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:49:21,743 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:49:21,745 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:50:21,722 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:51:21,750 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:51:21,751 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:51:21,752 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:52:21,725 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:53:21,735 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:53:21,742 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:53:21,743 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:54:21,720 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:55:21,743 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:55:21,745 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:55:21,746 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:56:21,724 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:57:21,742 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:57:21,742 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:57:21,744 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:58:21,728 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:59:21,738 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:59:21,738 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:59:21,740 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:00:21,726 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:01:21,636 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:01:21,638 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:01:21,638 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:02:21,622 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:03:21,642 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:03:21,644 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:03:21,645 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:04:21,620 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:05:21,639 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:05:21,641 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:05:21,642 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:06:21,616 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:07:21,642 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:07:21,642 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:07:21,645 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:08:21,638 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:09:21,641 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:09:21,641 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:09:21,643 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:10:21,613 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:11:21,635 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:11:21,638 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:11:21,638 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:12:21,612 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:13:21,634 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:13:21,635 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:13:21,637 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:14:21,606 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:15:21,626 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:15:21,627 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:15:21,629 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:16:21,592 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:17:21,599 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:17:21,601 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:17:21,604 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:18:21,597 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:19:21,617 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:19:21,617 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:19:21,619 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:20:21,586 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:21:21,609 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:21:21,610 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:21:21,612 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:22:21,588 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:23:21,602 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:23:21,605 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:23:21,607 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:24:21,584 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:25:21,607 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:25:21,609 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:25:21,611 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:26:21,582 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:27:21,600 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:27:21,601 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:27:21,603 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:28:21,583 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:29:21,604 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:29:21,605 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:29:21,608 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:30:21,572 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:31:21,604 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:31:21,604 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:31:21,606 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:32:21,579 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:33:21,598 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:33:21,600 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:33:21,602 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:34:21,579 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:35:21,593 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:35:21,594 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:35:21,595 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:36:21,574 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:37:21,590 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:37:21,591 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:37:21,593 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:38:21,568 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:39:21,592 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:39:21,592 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:39:21,593 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:40:21,564 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:41:21,590 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:41:21,591 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:41:21,592 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:42:21,559 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:43:21,592 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:43:21,592 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:43:21,594 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:44:21,563 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:45:21,584 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:45:21,585 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:45:21,586 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:50:01,188 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:54:52,658 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:54:52,659 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:54:52,661 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:04:28,143 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:07:32,402 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:07:32,403 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:07:32,404 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:14:33,147 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:15:33,148 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:15:33,149 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:15:33,152 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:16:33,132 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:17:33,137 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:17:33,141 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:17:33,143 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:18:33,136 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:19:33,154 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:19:33,155 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:19:33,156 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:20:33,129 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:21:33,155 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:21:33,157 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:21:33,158 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:22:33,138 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:23:33,046 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:23:33,046 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:23:33,048 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:24:33,026 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:25:33,042 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:25:33,043 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:25:33,044 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:26:33,027 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:27:33,048 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:27:33,050 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:27:33,050 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:28:33,020 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:29:33,044 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:29:33,045 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:29:33,047 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:30:33,031 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:31:33,047 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:31:33,049 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:31:33,050 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:32:33,019 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:33:33,036 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:33:33,038 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:33:33,040 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:34:33,018 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:35:33,043 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:35:33,043 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:35:33,045 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:36:33,033 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:37:33,041 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:37:33,041 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:37:33,042 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:38:33,009 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:39:33,062 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:39:33,065 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:39:33,066 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:40:33,001 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:41:33,028 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:41:33,029 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:41:33,030 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:42:33,002 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:43:33,001 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:43:33,005 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:43:33,006 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:44:33,004 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:45:33,029 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:45:33,029 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:45:33,030 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:46:33,059 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:46:33,060 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:46:33,060 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:47:33,006 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:48:33,022 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:48:33,022 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:48:33,024 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:49:33,008 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:50:33,010 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:50:33,011 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:50:33,013 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:51:32,994 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:52:33,020 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:52:33,021 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:52:33,021 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:53:32,992 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:54:33,016 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:54:33,018 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:54:33,018 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:55:33,010 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:56:33,029 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:56:33,030 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:56:33,031 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:57:33,010 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:58:33,015 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:58:33,019 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:58:33,021 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:59:33,002 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:00:33,024 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:00:33,024 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:00:33,027 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:01:33,002 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:02:33,003 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:02:33,007 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:02:33,008 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:03:32,999 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:04:33,018 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:04:33,021 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:04:33,023 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:05:33,000 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:06:32,994 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:06:33,006 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:06:33,007 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:07:33,005 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:08:33,022 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:08:33,022 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:08:33,024 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:09:33,030 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:10:33,055 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:10:33,058 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:10:33,059 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:11:33,034 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:12:33,051 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:12:33,053 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:12:33,054 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:13:33,038 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:14:33,057 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:14:33,057 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:14:33,059 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:20:04,322 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:30:07,992 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:30:07,993 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:30:07,994 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:35:06,787 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:38:32,063 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:38:32,075 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:38:32,078 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:39:45,544 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:42:25,319 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:42:25,320 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:42:25,321 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:43:25,293 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:44:25,318 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:44:25,319 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:44:25,320 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:45:25,291 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:46:25,296 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:46:25,296 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:46:25,298 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:47:25,293 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:48:25,312 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:48:25,314 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:48:25,315 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:49:25,296 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:50:25,315 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:50:25,315 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:50:25,318 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:51:25,292 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:52:25,306 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:52:25,308 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:52:25,310 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:53:25,293 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:54:25,309 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:54:25,309 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:54:25,311 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:55:25,292 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:56:25,313 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:56:25,314 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:56:25,316 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:57:25,289 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:58:25,308 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:58:25,311 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:58:25,312 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:59:25,292 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:00:25,313 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:00:25,314 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:00:25,316 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:01:25,304 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:02:25,310 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:02:25,312 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:02:25,313 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:03:25,290 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:04:25,311 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:04:25,311 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:04:25,313 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:05:25,292 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:06:25,209 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:06:25,209 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:06:25,211 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:07:25,186 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:08:25,206 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:08:25,207 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:08:25,209 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:09:25,178 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:10:25,198 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:10:25,199 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:10:25,201 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:11:25,178 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:12:25,202 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:12:25,205 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:12:25,206 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:13:25,184 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:14:25,204 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:14:25,205 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:14:25,206 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:15:25,178 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:16:25,196 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:16:25,196 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:16:25,198 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:17:25,177 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:18:25,197 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:18:25,199 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:18:25,201 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:19:25,175 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:20:25,201 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:20:25,201 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:20:25,202 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:21:25,175 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:22:25,133 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:22:25,133 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:22:25,135 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:23:25,111 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:24:25,135 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:24:25,135 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:24:25,137 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:25:25,113 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:26:25,130 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:26:25,132 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:26:25,133 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:27:25,105 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:28:25,126 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:28:25,126 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:28:25,128 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:29:25,106 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:30:25,123 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:30:25,126 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:30:25,127 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:31:25,094 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:32:25,119 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:32:25,121 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:32:25,123 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:33:25,091 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:34:25,116 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:34:25,117 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:34:25,118 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:35:25,088 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:36:25,116 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:36:25,117 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:36:25,119 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:37:25,230 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:38:25,249 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:38:25,250 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:38:25,252 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:39:25,229 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:40:25,244 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:40:25,244 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:40:25,246 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:41:25,228 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:42:25,247 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:42:25,248 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:42:25,250 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:45:51,703 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:49:38,106 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:49:38,107 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:49:38,108 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:54:28,872 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:55:28,897 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:55:28,898 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:55:28,899 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:56:28,870 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:57:28,890 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:57:28,890 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:57:28,893 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:58:28,883 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:59:28,895 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:59:28,897 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:59:28,898 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:00:28,907 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:00:28,908 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:00:28,909 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:01:28,867 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:02:28,897 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:02:28,898 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:02:28,899 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:03:28,870 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:04:28,902 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:04:28,903 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:04:28,905 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:05:28,875 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:06:28,886 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:06:28,887 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:06:28,888 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:07:28,869 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:08:28,890 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:08:28,892 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:08:28,893 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:09:28,878 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:10:28,890 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:10:28,890 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:10:28,892 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:11:28,878 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:12:28,892 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:12:28,892 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:12:28,895 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:13:28,871 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:14:28,902 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:14:28,904 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:14:28,905 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:15:28,879 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:16:28,896 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:16:28,897 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:16:28,898 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:17:28,879 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:18:28,906 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:18:28,907 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:18:28,908 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:19:28,881 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:20:28,899 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:20:28,899 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:20:28,901 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:21:28,884 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:22:28,901 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:22:28,902 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:22:28,904 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:23:28,883 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:24:28,907 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:24:28,907 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:24:28,909 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:25:28,883 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:26:28,904 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:26:28,906 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:26:28,908 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:27:28,885 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:28:28,906 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:28:28,906 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:28:28,909 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:29:28,892 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:30:28,902 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:30:28,902 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:30:28,904 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:31:28,777 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:32:28,768 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:32:28,768 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:32:28,770 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:33:28,758 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:34:28,781 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:34:28,781 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:34:28,784 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:35:28,772 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:36:28,777 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:36:28,779 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:36:28,781 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:37:28,757 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:38:28,784 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:38:28,784 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:38:28,786 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:39:28,757 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:40:28,796 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:40:28,797 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:40:28,799 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:41:28,755 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:42:28,777 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:42:28,778 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:42:28,781 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:43:28,831 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:43:28,832 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:43:28,833 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:44:28,753 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:45:28,777 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:45:28,781 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:45:28,782 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:46:28,746 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:47:28,769 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:47:28,775 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:47:28,776 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:48:28,760 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:49:28,774 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:49:28,774 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:49:28,775 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:50:28,754 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:51:28,762 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:51:28,765 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:51:28,767 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:52:28,749 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:53:28,767 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:53:28,767 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:53:28,768 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:54:28,751 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:59:17,056 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:59:17,057 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:59:17,058 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:04:32,142 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:17:35,911 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:17:35,912 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:17:35,913 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:23:17,868 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:26:13,252 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:26:13,253 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:26:13,254 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:27:13,237 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:28:13,244 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:28:13,248 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:28:13,249 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:29:13,222 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:30:13,253 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:30:13,253 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:30:13,254 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:31:13,226 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:32:13,244 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:32:13,246 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:32:13,247 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:33:13,219 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:34:13,254 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:34:13,255 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:34:13,257 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:35:13,242 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:36:13,259 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:36:13,260 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:36:13,261 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:37:13,237 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:38:13,252 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:38:13,254 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:38:13,255 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:39:13,237 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:40:13,253 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:40:13,254 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:40:13,256 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:41:13,230 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:42:13,252 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:42:13,253 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:42:13,255 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:43:13,233 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:44:13,256 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:44:13,256 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:44:13,258 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:45:13,238 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:46:13,252 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:46:13,253 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:46:13,255 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:47:13,229 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:48:13,262 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:48:13,262 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:48:13,264 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:49:13,225 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:50:13,245 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:50:13,247 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:50:13,249 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:51:13,222 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:52:13,241 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:52:13,243 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:52:13,245 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:53:13,215 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:54:13,246 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:54:13,247 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:54:13,248 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:55:13,228 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:56:13,247 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:56:13,247 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:56:13,249 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:57:13,213 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:58:13,248 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:58:13,249 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:58:13,250 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:59:13,217 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:00:13,246 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:00:13,246 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:00:13,247 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:01:13,216 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:02:13,241 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:02:13,241 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:02:13,244 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:03:13,216 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:04:13,258 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:04:13,259 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:04:13,260 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:05:13,236 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:06:13,258 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:06:13,259 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:06:13,261 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:07:13,235 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:08:13,253 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:08:13,256 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:08:13,257 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:09:13,238 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:10:13,254 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:10:13,254 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:10:13,255 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:11:13,236 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:12:13,263 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:12:13,263 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:12:13,266 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:13:13,238 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:14:13,257 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:14:13,257 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:14:13,260 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:15:13,232 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:16:13,257 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:16:13,258 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:16:13,259 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:17:13,237 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:18:13,258 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:18:13,259 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:18:13,260 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:19:13,123 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:20:13,134 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:20:13,135 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:20:13,136 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:21:13,124 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:22:13,132 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:22:13,133 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:22:13,134 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:23:13,119 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:24:13,142 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:24:13,144 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:24:13,145 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:25:13,121 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:26:13,141 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:26:13,141 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:26:13,143 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:27:13,114 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:37:35,934 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:37:35,935 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:37:35,937 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:53:36,006 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:08:54,514 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:08:54,518 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:08:54,519 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:19:29,653 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:20:29,649 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:20:29,652 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:20:29,654 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:21:29,628 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:22:29,656 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:22:29,657 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:22:29,658 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:23:29,639 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:24:29,658 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:24:29,659 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:24:29,660 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:25:29,660 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:26:29,672 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:26:29,672 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:26:29,674 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:27:29,645 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:28:29,659 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:28:29,659 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:28:29,661 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:29:29,656 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:30:29,669 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:30:29,670 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:30:29,672 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:31:29,652 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:32:29,672 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:32:29,673 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:32:29,675 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:33:29,653 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:34:29,670 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:34:29,671 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:34:29,673 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:35:29,655 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:36:29,671 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:36:29,673 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:36:29,674 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:37:29,659 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:38:29,713 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:38:29,724 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:38:29,725 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:39:29,653 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:40:29,667 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:40:29,669 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:40:29,670 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:41:29,641 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:42:29,657 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:42:29,658 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:42:29,661 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:43:29,649 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:44:29,656 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:44:29,661 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:44:29,662 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:44:59,645 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:46:43,399 autoreload 89090 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 09:46:59,628 basehttp 89090 6171095040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:47:03,091 basehttp 89090 6171095040 "GET /en/ HTTP/1.1" 200 47535 WARNING 2025-08-30 09:47:03,118 log 89090 6171095040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:47:03,118 basehttp 89090 6171095040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 09:47:03,224 basehttp 89090 6171095040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:47:03,227 basehttp 89090 6221574144 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-30 09:47:03,228 basehttp 89090 6187921408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:47:03,228 basehttp 89090 6204747776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:47:10,321 basehttp 89090 6204747776 "GET /en/ HTTP/1.1" 200 47535 WARNING 2025-08-30 09:47:10,346 log 89090 6204747776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:47:10,346 basehttp 89090 6204747776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 09:47:10,439 basehttp 89090 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:47:10,447 basehttp 89090 6171095040 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-30 09:47:10,449 basehttp 89090 6221574144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:47:10,450 basehttp 89090 6187921408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:47:18,000 basehttp 89090 6187921408 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-08-30 09:47:18,035 basehttp 89090 6221574144 "GET /en/hr/ HTTP/1.1" 200 42439 WARNING 2025-08-30 09:47:18,051 log 89090 6221574144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:47:18,051 basehttp 89090 6221574144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 09:47:18,069 basehttp 89090 6221574144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-08-30 09:47:35,061 log 89090 6221574144 Internal Server Error: /en/hr/time-entries/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_time_entries' not found. 'export_time_entries' is not a valid view function or pattern name. ERROR 2025-08-30 09:47:35,063 basehttp 89090 6221574144 "GET /en/hr/time-entries/ HTTP/1.1" 500 203174 WARNING 2025-08-30 09:47:35,076 log 89090 6221574144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:47:35,076 basehttp 89090 6221574144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 09:48:25,537 log 89090 6221574144 Not Found: /en/core WARNING 2025-08-30 09:48:25,537 basehttp 89090 6221574144 "GET /en/core HTTP/1.1" 404 29856 WARNING 2025-08-30 09:48:25,554 log 89090 6221574144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:48:25,555 basehttp 89090 6221574144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 09:48:42,163 log 89090 6221574144 Not Found: /en/core/tenants WARNING 2025-08-30 09:48:42,163 basehttp 89090 6221574144 "GET /en/core/tenants HTTP/1.1" 404 29880 WARNING 2025-08-30 09:48:42,183 log 89090 6221574144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:48:42,183 basehttp 89090 6221574144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 09:48:49,908 basehttp 89090 6221574144 "GET /en/tenants HTTP/1.1" 301 0 INFO 2025-08-30 09:48:49,921 basehttp 89090 6171095040 "GET /en/tenants/ HTTP/1.1" 200 29045 WARNING 2025-08-30 09:48:49,937 log 89090 6171095040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:48:49,938 basehttp 89090 6171095040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 09:48:49,988 basehttp 89090 6171095040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:48:57,864 basehttp 89090 6171095040 "GET /en/tenants/create/ HTTP/1.1" 200 41630 WARNING 2025-08-30 09:48:57,883 log 89090 6171095040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:48:57,883 basehttp 89090 6171095040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 09:48:57,934 basehttp 89090 6171095040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 09:48:59,921 log 89090 6171095040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:48:59,922 basehttp 89090 6171095040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 09:48:59,936 log 89090 6171095040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:48:59,937 basehttp 89090 6171095040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 09:49:08,280 log 89090 6171095040 Not Found: /en/configuration WARNING 2025-08-30 09:49:08,280 basehttp 89090 6171095040 "GET /en/configuration HTTP/1.1" 404 29883 WARNING 2025-08-30 09:49:08,300 log 89090 6171095040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:49:08,300 basehttp 89090 6171095040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 09:49:20,998 basehttp 89090 6171095040 "GET /en/system-configuration HTTP/1.1" 301 0 INFO 2025-08-30 09:49:21,014 basehttp 89090 6204747776 "GET /en/system-configuration/ HTTP/1.1" 200 62082 WARNING 2025-08-30 09:49:21,030 log 89090 6204747776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:49:21,031 basehttp 89090 6204747776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 09:49:21,085 basehttp 89090 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 09:49:28,761 log 89090 6204747776 Not Found: /core/configurations/5/edit/ WARNING 2025-08-30 09:49:28,761 basehttp 89090 6204747776 "GET /core/configurations/5/edit/ HTTP/1.1" 404 2605 WARNING 2025-08-30 09:49:39,273 log 89090 6204747776 Not Found: /core/configurations/5/ WARNING 2025-08-30 09:49:39,273 basehttp 89090 6204747776 "GET /core/configurations/5/ HTTP/1.1" 404 2590 INFO 2025-08-30 09:50:21,102 basehttp 89090 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 09:51:13,709 log 89090 6204747776 Not Found: /core/configurations/5/edit/ WARNING 2025-08-30 09:51:13,709 basehttp 89090 6204747776 "GET /core/configurations/5/edit/ HTTP/1.1" 404 2605 INFO 2025-08-30 09:51:21,097 basehttp 89090 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:52:21,110 basehttp 89090 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:53:21,110 basehttp 89090 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:54:21,107 basehttp 89090 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:55:21,107 basehttp 89090 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:55:54,142 basehttp 89090 6204747776 "GET /en/system-configuration/ HTTP/1.1" 200 62082 WARNING 2025-08-30 09:55:54,161 log 89090 6204747776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:55:54,161 basehttp 89090 6204747776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 09:55:54,196 basehttp 89090 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 09:55:55,975 log 89090 6204747776 Not Found: /core/configurations/5/edit/ WARNING 2025-08-30 09:55:55,975 basehttp 89090 6204747776 "GET /core/configurations/5/edit/ HTTP/1.1" 404 2605 INFO 2025-08-30 09:56:54,208 basehttp 89090 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:57:06,467 basehttp 89090 6204747776 "GET /en/system-configuration/ HTTP/1.1" 200 62083 WARNING 2025-08-30 09:57:06,490 log 89090 6204747776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:57:06,491 basehttp 89090 6204747776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 09:57:06,553 basehttp 89090 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 09:57:10,991 log 89090 6204747776 Not Found: /system-configuration/7/ WARNING 2025-08-30 09:57:10,992 basehttp 89090 6204747776 "GET /system-configuration/7/ HTTP/1.1" 404 2593 INFO 2025-08-30 09:58:06,551 basehttp 89090 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-08-30 09:58:06,865 log 89090 6204747776 Internal Server Error: /en/system-configuration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'system_configuration_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/system\\-configuration/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-30 09:58:06,866 basehttp 89090 6204747776 "GET /en/system-configuration/ HTTP/1.1" 500 195432 WARNING 2025-08-30 09:58:06,882 log 89090 6204747776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:58:06,882 basehttp 89090 6204747776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 09:58:27,762 log 89090 6204747776 Internal Server Error: /en/system-configuration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'system_configuration_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/system\\-configuration/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-30 09:58:27,763 basehttp 89090 6204747776 "GET /en/system-configuration/ HTTP/1.1" 500 195467 WARNING 2025-08-30 09:58:27,777 log 89090 6204747776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:58:27,777 basehttp 89090 6204747776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 09:59:19,863 log 89090 6204747776 Internal Server Error: /en/system-configuration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'system_configuration_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/system\\-configuration/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-30 09:59:19,864 basehttp 89090 6204747776 "GET /en/system-configuration/ HTTP/1.1" 500 195470 WARNING 2025-08-30 09:59:19,879 log 89090 6204747776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:59:19,879 basehttp 89090 6204747776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:01:40,247 basehttp 89090 6171095040 "GET /en/system-configuration/ HTTP/1.1" 200 62083 WARNING 2025-08-30 10:01:40,260 log 89090 6171095040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:01:40,260 basehttp 89090 6171095040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:01:40,312 basehttp 89090 6171095040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 10:01:43,026 log 89090 6171095040 Not Found: /system-configuration/7/ WARNING 2025-08-30 10:01:43,027 basehttp 89090 6171095040 "GET /system-configuration/7/ HTTP/1.1" 404 2593 INFO 2025-08-30 10:02:10,950 basehttp 89090 6171095040 "GET /en/system-configuration/ HTTP/1.1" 200 62086 WARNING 2025-08-30 10:02:10,973 log 89090 6171095040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:02:10,973 basehttp 89090 6171095040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:02:11,020 basehttp 89090 6171095040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 10:02:12,354 log 89090 6171095040 Not Found: /en/system-configuration/7/ WARNING 2025-08-30 10:02:12,355 basehttp 89090 6171095040 "GET /en/system-configuration/7/ HTTP/1.1" 404 29913 INFO 2025-08-30 10:03:11,026 basehttp 89090 6171095040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:03:11,902 autoreload 89090 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/urls.py changed, reloading. INFO 2025-08-30 10:03:12,348 autoreload 96437 8466948288 Watching for file changes with StatReloader WARNING 2025-08-30 10:03:13,465 log 96437 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:03:13,465 basehttp 96437 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:03:13,492 log 96437 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:03:13,492 basehttp 96437 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:03:14,951 basehttp 96437 6325039104 "GET /en/system-configuration/ HTTP/1.1" 200 62086 WARNING 2025-08-30 10:03:14,972 log 96437 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:03:14,972 basehttp 96437 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:03:15,020 basehttp 96437 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-08-30 10:03:16,934 log 96437 6325039104 Internal Server Error: /en/system-configuration/7/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'system_configuration_update' with arguments '(7,)' not found. 1 pattern(s) tried: ['en/system\\-configuration/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/edit/\\Z'] ERROR 2025-08-30 10:03:16,935 basehttp 96437 6325039104 "GET /en/system-configuration/7/ HTTP/1.1" 500 172519 INFO 2025-08-30 10:03:32,383 autoreload 96437 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/urls.py changed, reloading. INFO 2025-08-30 10:03:32,832 autoreload 96596 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 10:03:33,490 basehttp 96596 6128726016 "GET /en/system-configuration/ HTTP/1.1" 200 62086 WARNING 2025-08-30 10:03:33,522 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:03:33,522 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:03:33,571 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:03:35,183 basehttp 96596 6128726016 "GET /en/system-configuration/7/ HTTP/1.1" 200 27343 INFO 2025-08-30 10:03:43,641 basehttp 96596 6128726016 "GET /en/system-configuration/ HTTP/1.1" 200 62086 WARNING 2025-08-30 10:03:43,675 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:03:43,675 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:03:43,711 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 10:03:46,017 log 96596 6128726016 Not Found: /core/configurations/7/edit/ WARNING 2025-08-30 10:03:46,017 basehttp 96596 6128726016 "GET /core/configurations/7/edit/ HTTP/1.1" 404 2605 INFO 2025-08-30 10:03:49,621 basehttp 96596 6128726016 "GET /en/system-configuration/7/ HTTP/1.1" 200 27343 INFO 2025-08-30 10:03:57,657 basehttp 96596 6128726016 "GET /en/system-configuration/7/edit/ HTTP/1.1" 200 44134 WARNING 2025-08-30 10:03:57,679 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:03:57,679 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:03:57,717 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 10:04:00,242 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:04:00,242 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:04:00,257 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:04:00,257 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:04:29,304 basehttp 96596 6128726016 "GET /en/system-configuration/ HTTP/1.1" 200 62086 WARNING 2025-08-30 10:04:29,333 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:04:29,334 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:04:29,372 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:04:30,889 basehttp 96596 6128726016 "GET /en/system-configuration/7/ HTTP/1.1" 200 10120 WARNING 2025-08-30 10:05:08,473 log 96596 6128726016 Not Found: /core/configurations/7/edit/ WARNING 2025-08-30 10:05:08,473 basehttp 96596 6128726016 "GET /core/configurations/7/edit/ HTTP/1.1" 404 2605 INFO 2025-08-30 10:05:11,787 basehttp 96596 6128726016 "GET /en/system-configuration/7/ HTTP/1.1" 200 10120 INFO 2025-08-30 10:05:29,378 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:05:34,403 basehttp 96596 6128726016 "GET /en/system-configuration/ HTTP/1.1" 200 62086 WARNING 2025-08-30 10:05:34,427 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:05:34,427 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:05:34,472 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:05:35,636 basehttp 96596 6128726016 "GET /en/system-configuration/7/ HTTP/1.1" 200 9447 ERROR 2025-08-30 10:05:56,614 log 96596 6128726016 Internal Server Error: /en/system-configuration/7/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'deactivate_configuration' not found. 'deactivate_configuration' is not a valid view function or pattern name. ERROR 2025-08-30 10:05:56,616 basehttp 96596 6128726016 "GET /en/system-configuration/7/delete/ HTTP/1.1" 500 169585 WARNING 2025-08-30 10:05:56,635 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:05:56,635 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:06:00,175 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:06:00,175 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:06:00,206 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:06:00,207 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:06:01,412 basehttp 96596 6128726016 "GET /en/system-configuration/7/edit/ HTTP/1.1" 200 44134 WARNING 2025-08-30 10:06:01,434 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:06:01,434 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:06:01,485 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 10:06:30,474 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:06:30,474 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:06:30,487 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:06:30,488 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:06:34,485 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:06:37,869 basehttp 96596 6128726016 "GET /en/system-configuration/4/ HTTP/1.1" 200 9434 INFO 2025-08-30 10:06:52,280 basehttp 96596 6128726016 "GET /en/system-configuration/2/ HTTP/1.1" 200 9407 INFO 2025-08-30 10:07:04,554 basehttp 96596 6128726016 "GET /en/system-configuration/6/ HTTP/1.1" 200 9434 INFO 2025-08-30 10:07:34,492 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:08:34,497 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:08:53,186 basehttp 96596 6128726016 "GET /en/system-configuration/ HTTP/1.1" 200 61757 WARNING 2025-08-30 10:08:53,209 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:08:53,209 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:08:53,255 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:08:55,275 basehttp 96596 6128726016 "GET /en/system-configuration/3/edit/ HTTP/1.1" 200 44088 WARNING 2025-08-30 10:08:55,298 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:08:55,299 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:08:55,334 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 10:08:58,359 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:08:58,359 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:08:58,373 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:08:58,373 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:09:36,914 basehttp 96596 6128726016 "GET /en/system-configuration/ HTTP/1.1" 200 61925 WARNING 2025-08-30 10:09:36,940 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:09:36,940 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:09:36,987 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:09:38,131 basehttp 96596 6128726016 "GET /en/system-configuration/3/ HTTP/1.1" 200 27264 INFO 2025-08-30 10:09:38,142 basehttp 96596 6145552384 "GET /en/system-configuration/3/ HTTP/1.1" 200 27264 WARNING 2025-08-30 10:09:38,183 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:09:38,183 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:09:38,220 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 10:09:44,020 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:09:44,020 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:09:44,038 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:09:44,039 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:09:56,901 basehttp 96596 6145552384 "GET /en/system-configuration/ HTTP/1.1" 200 61393 WARNING 2025-08-30 10:09:56,933 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:09:56,933 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:09:56,976 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:09:58,746 basehttp 96596 6145552384 "GET /en/system-configuration/3/ HTTP/1.1" 200 27264 WARNING 2025-08-30 10:09:58,767 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:09:58,767 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:09:58,816 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 10:10:00,324 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:10:00,324 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:10:00,340 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:10:00,340 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:10:00,956 basehttp 96596 6145552384 "GET /en/system-configuration/ HTTP/1.1" 200 61393 WARNING 2025-08-30 10:10:00,974 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:10:00,974 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:10:01,006 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:10:11,712 basehttp 96596 6145552384 "GET /en/system-configuration/6/ HTTP/1.1" 200 27326 WARNING 2025-08-30 10:10:11,733 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:10:11,733 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:10:11,785 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 10:10:15,539 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:10:15,539 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:10:15,555 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:10:15,555 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:10:19,879 log 96596 6145552384 Not Found: /core/configurations/add/ WARNING 2025-08-30 10:10:19,880 basehttp 96596 6145552384 "GET /core/configurations/add/ HTTP/1.1" 404 2596 INFO 2025-08-30 10:11:00,892 basehttp 96596 6145552384 "GET /en/system-configuration/ HTTP/1.1" 200 61394 WARNING 2025-08-30 10:11:00,916 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:11:00,916 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:11:00,969 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:11:02,156 basehttp 96596 6145552384 "GET /en/system-configuration/create/ HTTP/1.1" 200 44044 WARNING 2025-08-30 10:11:02,178 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:11:02,178 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:11:02,228 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 10:11:08,191 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:11:08,192 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:11:08,207 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:11:08,207 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:11:45,416 basehttp 96596 6145552384 "GET /en/system-configuration/ HTTP/1.1" 200 60379 WARNING 2025-08-30 10:11:45,442 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:11:45,442 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:11:45,491 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:11:51,787 basehttp 96596 6145552384 "GET /en/notifications/ HTTP/1.1" 200 67231 WARNING 2025-08-30 10:11:51,811 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:11:51,811 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:11:51,865 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:12:06,227 basehttp 96596 6145552384 "GET /en/notifications/5/deactivate HTTP/1.1" 302 0 INFO 2025-08-30 10:12:06,242 basehttp 96596 6145552384 "GET /en/notifications/5/ HTTP/1.1" 200 34425 WARNING 2025-08-30 10:12:06,265 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:12:06,265 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:12:06,314 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 10:12:12,275 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:12:12,275 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:12:12,293 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:12:12,294 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:12:12,950 basehttp 96596 6145552384 "GET /en/notifications/ HTTP/1.1" 200 67315 WARNING 2025-08-30 10:12:12,973 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:12:12,974 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:12:13,016 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:12:22,151 basehttp 96596 6145552384 "GET /en/notifications/4/deactivate HTTP/1.1" 302 0 INFO 2025-08-30 10:12:22,162 basehttp 96596 6145552384 "GET /en/notifications/4/ HTTP/1.1" 200 34388 WARNING 2025-08-30 10:12:22,181 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:12:22,181 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:12:22,227 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2998 INFO 2025-08-30 10:12:27,613 basehttp 96596 6145552384 "GET /en/notifications/4/activate HTTP/1.1" 302 0 INFO 2025-08-30 10:12:27,624 basehttp 96596 6145552384 "GET /en/notifications/4/ HTTP/1.1" 200 34345 WARNING 2025-08-30 10:12:27,644 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:12:27,644 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:12:27,688 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:12:29,367 basehttp 96596 6145552384 "GET /en/notifications/4/ HTTP/1.1" 200 33911 WARNING 2025-08-30 10:12:29,384 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:12:29,384 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:12:30,002 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:12:30,002 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:12:30,022 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:12:30,023 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:12:31,603 basehttp 96596 6145552384 "GET /en/notifications/ HTTP/1.1" 200 67315 WARNING 2025-08-30 10:12:31,630 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:12:31,630 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:12:31,670 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:13:31,673 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:14:06,783 basehttp 96596 6145552384 "GET /en/notifications/ HTTP/1.1" 200 67315 WARNING 2025-08-30 10:14:06,807 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:06,807 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:14:06,856 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:14:08,309 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 10:14:08,311 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:08,311 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:14:08,324 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:08,324 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:14:09,147 basehttp 96596 6128726016 "GET /en/system-configuration/ HTTP/1.1" 200 59904 WARNING 2025-08-30 10:14:09,171 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:09,172 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:14:09,222 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:14:14,913 basehttp 96596 6128726016 "GET /en/ HTTP/1.1" 200 47401 WARNING 2025-08-30 10:14:14,933 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:14,933 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:14:15,006 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:14:15,009 basehttp 96596 13170143232 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-30 10:14:15,010 basehttp 96596 6162378752 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 10:14:15,010 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 10:14:17,816 basehttp 96596 6162378752 "GET /en/ HTTP/1.1" 200 47401 WARNING 2025-08-30 10:14:17,844 log 96596 6162378752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:17,844 basehttp 96596 6162378752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:14:17,905 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:14:17,911 basehttp 96596 6128726016 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-30 10:14:17,911 basehttp 96596 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 10:14:17,912 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 10:14:23,335 basehttp 96596 6145552384 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-08-30 10:14:23,364 basehttp 96596 13170143232 "GET /en/emr/ HTTP/1.1" 200 71709 WARNING 2025-08-30 10:14:23,388 log 96596 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:23,388 basehttp 96596 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:14:23,448 basehttp 96596 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:14:23,454 basehttp 96596 6128726016 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-30 10:14:26,307 basehttp 96596 6128726016 "GET /en/emr/encounters/ HTTP/1.1" 200 148284 WARNING 2025-08-30 10:14:26,334 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:26,334 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:14:26,392 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 10:14:29,260 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:29,261 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:14:29,279 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:29,279 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:14:30,484 basehttp 96596 6128726016 "GET /en/emr/vital-signs/ HTTP/1.1" 200 91448 WARNING 2025-08-30 10:14:30,511 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:30,511 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:14:30,567 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 10:14:34,192 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:34,192 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:14:34,204 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:34,204 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:14:35,481 basehttp 96596 6128726016 "GET /en/emr/problems/ HTTP/1.1" 200 104971 WARNING 2025-08-30 10:14:35,512 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:35,512 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:14:35,568 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 10:14:43,387 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:43,387 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:14:43,400 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:43,400 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:14:46,280 basehttp 96596 6128726016 "GET /en/emr/encounters/ HTTP/1.1" 200 148284 WARNING 2025-08-30 10:14:46,305 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:46,305 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:14:46,363 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 10:14:49,840 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:49,840 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:14:49,854 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:49,854 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:14:53,467 basehttp 96596 6128726016 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-30 10:15:06,640 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-08-30 10:15:06,644 log 96596 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:15:06,644 basehttp 96596 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:15:06,667 log 96596 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:15:06,668 basehttp 96596 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:15:17,911 basehttp 96596 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:15:17,912 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 10:15:37,797 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 10:16:08,802 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 10:16:18,798 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:16:18,801 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 10:17:05,934 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 10:17:36,935 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 10:17:45,924 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:17:45,926 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 10:18:07,928 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 10:18:46,946 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 10:18:46,946 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:18:55,921 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 10:19:47,947 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 10:19:47,947 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:19:55,931 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 10:31:10,741 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:31:10,741 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 10:31:17,710 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 10:48:50,291 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 10:48:50,295 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:48:50,295 basehttp 96596 6162378752 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 11:05:11,765 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 11:06:11,772 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 11:06:11,775 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 11:06:11,776 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 11:07:11,759 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 11:08:11,778 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 11:08:11,778 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 11:08:11,779 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 11:24:33,131 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 11:41:53,696 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 11:41:53,697 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 11:41:53,699 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 11:42:53,596 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 11:59:20,466 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 11:59:20,468 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 11:59:20,469 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 12:15:24,838 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 12:31:55,062 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 12:31:55,063 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 12:31:55,064 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 12:49:05,211 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 13:06:54,580 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 13:06:54,583 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 13:06:54,584 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 13:07:54,568 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 13:17:10,914 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 13:17:10,915 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 13:17:10,917 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 13:34:21,761 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 13:35:21,777 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 13:35:21,778 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 13:35:21,780 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 13:36:21,760 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 13:37:21,780 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 13:37:21,782 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 13:37:21,783 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 13:38:21,760 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 13:56:55,939 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 13:56:55,946 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 13:56:55,947 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:13:17,365 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:14:17,360 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:14:17,369 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:14:17,372 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:15:17,359 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:16:17,364 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:16:17,364 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:16:17,366 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:17:17,352 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:18:17,371 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:18:17,373 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:18:17,374 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:19:17,350 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:20:17,361 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:20:17,362 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:20:17,364 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:21:17,350 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:22:17,369 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:22:17,372 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:22:17,373 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:38:20,699 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:39:20,722 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:39:20,728 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:39:20,730 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:40:20,699 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:41:20,726 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:41:20,727 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:41:20,729 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:42:20,698 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:43:20,721 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:43:20,722 basehttp 96596 6162378752 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:43:20,724 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:44:20,697 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:45:20,723 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:45:20,724 basehttp 96596 6162378752 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:45:20,726 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:46:20,699 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:47:20,722 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:47:20,723 basehttp 96596 6162378752 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:47:20,725 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:48:20,698 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:49:20,718 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:49:20,722 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:49:20,724 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:50:20,704 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:51:20,726 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:51:20,726 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:51:20,727 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:52:20,703 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:53:20,742 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:53:20,743 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:53:20,745 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:54:20,723 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:55:20,744 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:55:20,745 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:55:20,747 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:56:20,724 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:57:20,744 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:57:20,744 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:57:20,746 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:58:20,727 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:59:20,747 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:59:20,748 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:59:20,749 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:00:20,715 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:01:20,741 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:01:20,741 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:01:20,743 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:02:20,718 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:03:20,744 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:03:20,745 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:03:20,748 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:04:20,719 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:05:20,745 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:05:20,746 basehttp 96596 6162378752 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:05:20,747 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:06:20,720 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:07:20,740 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:07:20,744 basehttp 96596 6162378752 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:07:20,745 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:08:20,590 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:09:20,614 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:09:20,615 basehttp 96596 6162378752 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:09:20,617 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:10:20,579 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:11:20,607 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:11:20,609 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:11:20,611 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:12:20,587 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:13:20,606 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:13:20,606 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:13:20,608 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:14:20,583 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:15:20,600 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:15:20,602 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:15:20,603 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:16:20,584 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:17:20,601 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:17:20,601 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:17:20,602 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:18:20,581 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:19:20,591 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:19:20,595 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:19:20,597 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:20:20,574 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:21:20,583 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:21:20,586 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:21:20,587 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:22:20,585 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:23:20,531 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:23:20,533 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:23:20,534 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:24:20,508 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:25:20,546 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:25:20,546 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:25:20,549 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:26:20,561 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:26:20,562 basehttp 96596 6162378752 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:26:20,563 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:27:20,500 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:28:20,517 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:28:20,519 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:28:20,520 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:29:20,499 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:30:20,512 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:30:20,514 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:30:20,515 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:31:20,499 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:32:20,514 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:32:20,514 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:32:20,515 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:33:20,494 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:34:20,509 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:34:20,510 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:34:20,512 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:35:20,486 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:36:20,503 basehttp 96596 6162378752 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:36:20,503 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:36:20,504 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:37:20,477 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:47:10,422 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:47:10,422 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:47:10,423 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 16:04:33,581 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 16:04:36,893 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:04:36,895 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 WARNING 2025-08-30 16:04:47,682 log 96596 6145552384 Not Found: /favicon.ico WARNING 2025-08-30 16:04:47,685 basehttp 96596 6145552384 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-30 16:04:47,749 basehttp 96596 6128726016 "GET /en/admin/laboratory/specimen/ HTTP/1.1" 200 128269 INFO 2025-08-30 16:04:47,762 basehttp 96596 6128726016 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-30 16:04:47,762 basehttp 96596 6145552384 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-30 16:04:47,763 basehttp 96596 6162378752 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-30 16:04:47,763 basehttp 96596 6128726016 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-30 16:04:47,765 basehttp 96596 6128726016 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-30 16:04:47,767 basehttp 96596 6145552384 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-30 16:04:47,768 basehttp 96596 6128726016 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-30 16:04:47,768 basehttp 96596 6145552384 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-30 16:04:47,771 basehttp 96596 6128726016 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-30 16:04:47,775 basehttp 96596 6162378752 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-30 16:04:47,775 basehttp 96596 6145552384 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-30 16:04:47,777 basehttp 96596 6128726016 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-30 16:04:47,793 basehttp 96596 6145552384 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-30 16:04:47,793 basehttp 96596 6128726016 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-30 16:04:47,794 basehttp 96596 13170143232 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-30 16:04:47,794 basehttp 96596 6162378752 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-30 16:04:47,799 basehttp 96596 6162378752 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-30 16:04:47,800 basehttp 96596 6162378752 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-30 16:04:47,823 basehttp 96596 6162378752 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-30 16:04:47,824 basehttp 96596 6128726016 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-08-30 16:04:47,824 basehttp 96596 13170143232 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-30 16:04:47,834 basehttp 96596 13170143232 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-30 16:05:17,653 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 16:05:22,176 basehttp 96596 6128726016 "GET /en/radiology HTTP/1.1" 301 0 INFO 2025-08-30 16:05:22,295 basehttp 96596 6145552384 "GET /en/radiology/ HTTP/1.1" 200 29206 INFO 2025-08-30 16:05:22,307 basehttp 96596 6145552384 "GET /static/css/custom.css HTTP/1.1" 304 0 INFO 2025-08-30 16:05:22,345 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-30 16:05:22,377 log 96596 6128726016 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-30 16:05:22,379 basehttp 96596 6128726016 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124405 INFO 2025-08-30 16:05:26,986 basehttp 96596 6128726016 "GET /en/radiology/orders/ HTTP/1.1" 200 88633 INFO 2025-08-30 16:05:27,021 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-30 16:05:30,710 log 96596 6128726016 Internal Server Error: /en/radiology/orders/403/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'method' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( TypeError: Field 'id' expected a number but got ]>>. ERROR 2025-08-30 16:05:30,712 basehttp 96596 6128726016 "GET /en/radiology/orders/403/ HTTP/1.1" 500 150906 INFO 2025-08-30 16:06:36,109 autoreload 96596 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-30 16:06:36,574 autoreload 45929 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 16:06:37,060 log 45929 6131118080 Internal Server Error: /en/radiology/orders/403/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'method' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( TypeError: Field 'id' expected a number but got ]>>. ERROR 2025-08-30 16:06:37,063 basehttp 45929 6131118080 "GET /en/radiology/orders/403/ HTTP/1.1" 500 151554 INFO 2025-08-30 16:07:20,455 autoreload 45929 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-30 16:07:20,770 autoreload 46238 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 16:07:23,666 log 46238 6135918592 Internal Server Error: /en/radiology/orders/403/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'method' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( TypeError: Field 'id' expected a number but got ]>>. ERROR 2025-08-30 16:07:23,669 basehttp 46238 6135918592 "GET /en/radiology/orders/403/ HTTP/1.1" 500 151546 ERROR 2025-08-30 16:08:50,936 log 46238 6135918592 Internal Server Error: /en/radiology/orders/403/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'method' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( TypeError: Field 'id' expected a number but got ]>>. ERROR 2025-08-30 16:08:50,937 basehttp 46238 6135918592 "GET /en/radiology/orders/403/ HTTP/1.1" 500 151546 INFO 2025-08-30 16:12:06,048 autoreload 50146 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 16:12:09,179 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:12:11,962 basehttp 50146 6168834048 "GET /en/radiology/orders/ HTTP/1.1" 200 88633 INFO 2025-08-30 16:12:11,997 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-30 16:12:14,747 log 50146 6168834048 Internal Server Error: /en/radiology/orders/403/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'method' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( TypeError: Field 'id' expected a number but got ]>>. ERROR 2025-08-30 16:12:14,753 basehttp 50146 6168834048 "GET /en/radiology/orders/403/ HTTP/1.1" 500 151264 INFO 2025-08-30 16:12:17,741 basehttp 50146 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-30 16:12:17,800 log 50146 6168834048 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-30 16:12:17,802 basehttp 50146 6168834048 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124260 INFO 2025-08-30 16:12:19,708 basehttp 50146 6168834048 "GET /en/radiology/studies/ HTTP/1.1" 200 212380 INFO 2025-08-30 16:12:19,741 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:12:21,687 basehttp 50146 6168834048 "GET /en/radiology/studies/219/ HTTP/1.1" 200 31565 INFO 2025-08-30 16:12:21,718 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:12:31,258 basehttp 50146 6168834048 "GET /en/radiology/studies/?search=&modality=&priority=&date_range= HTTP/1.1" 200 212737 INFO 2025-08-30 16:12:31,290 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:12:32,873 basehttp 50146 6168834048 "GET /en/radiology/studies/?search=&status=in_progress&modality=&priority=&date_range= HTTP/1.1" 200 31659 INFO 2025-08-30 16:12:32,905 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:12:34,185 basehttp 50146 6168834048 "GET /en/radiology/studies/?search=&status=pending&modality=&priority=&date_range= HTTP/1.1" 200 31647 INFO 2025-08-30 16:12:34,216 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:12:35,213 basehttp 50146 6168834048 "GET /en/radiology/studies/?search=&modality=&priority=&date_range= HTTP/1.1" 200 212737 INFO 2025-08-30 16:12:35,251 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:12:39,410 basehttp 50146 6168834048 "GET /en/radiology/studies/219/ HTTP/1.1" 200 31565 INFO 2025-08-30 16:12:39,442 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:13:39,458 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:15:41,401 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:25:34,167 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:26:34,168 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:27:34,168 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:28:34,169 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:29:34,168 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:29:41,947 basehttp 50146 6168834048 "GET / HTTP/1.1" 302 0 INFO 2025-08-30 16:29:41,972 basehttp 50146 13304360960 "GET /en/ HTTP/1.1" 200 47446 INFO 2025-08-30 16:29:42,011 basehttp 50146 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:29:42,028 basehttp 50146 13338013696 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-30 16:29:42,030 basehttp 50146 13321187328 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 16:29:42,030 basehttp 50146 6168834048 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 16:29:45,875 basehttp 50146 6168834048 "GET /en/ HTTP/1.1" 200 47446 INFO 2025-08-30 16:29:45,932 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:29:45,934 basehttp 50146 13304360960 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-30 16:29:45,934 basehttp 50146 13338013696 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 16:29:45,936 basehttp 50146 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 16:29:48,688 basehttp 50146 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:29:52,447 basehttp 50146 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:29:53,221 basehttp 50146 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:29:53,783 basehttp 50146 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:29:54,692 basehttp 50146 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:30:25,365 basehttp 50146 13321187328 "GET / HTTP/1.1" 302 0 INFO 2025-08-30 16:30:25,378 basehttp 50146 13338013696 "GET /en/ HTTP/1.1" 200 47446 INFO 2025-08-30 16:30:25,444 basehttp 50146 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:30:25,446 basehttp 50146 6168834048 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 16:30:25,448 basehttp 50146 13321187328 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-30 16:30:25,448 basehttp 50146 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 16:30:35,355 basehttp 50146 13304360960 "GET / HTTP/1.1" 302 0 INFO 2025-08-30 16:30:35,364 basehttp 50146 13321187328 "GET /en/ HTTP/1.1" 200 47446 INFO 2025-08-30 16:30:35,421 basehttp 50146 13338013696 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 16:30:35,422 basehttp 50146 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:30:35,423 basehttp 50146 13304360960 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-30 16:30:35,423 basehttp 50146 6168834048 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 16:30:41,529 basehttp 50146 6168834048 "GET /en/ HTTP/1.1" 200 47446 INFO 2025-08-30 16:30:41,589 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:30:41,594 basehttp 50146 13338013696 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-30 16:30:41,596 basehttp 50146 13321187328 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 16:30:41,597 basehttp 50146 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 16:31:11,584 basehttp 50146 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 16:31:41,605 basehttp 50146 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:31:41,605 basehttp 50146 13321187328 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 16:31:41,606 basehttp 50146 13338013696 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 16:33:53,414 basehttp 50146 6168834048 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 16:36:13,958 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:36:13,960 basehttp 50146 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 16:36:13,961 basehttp 50146 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 16:36:43,944 basehttp 50146 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 16:37:13,919 basehttp 50146 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:37:13,928 basehttp 50146 13321187328 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 16:37:13,936 basehttp 50146 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 16:37:16,533 basehttp 50146 13321187328 "GET /en/inpatients/ HTTP/1.1" 200 41779 INFO 2025-08-30 16:37:16,615 basehttp 50146 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:37:16,617 basehttp 50146 13304360960 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-30 16:37:16,638 basehttp 50146 6168834048 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 INFO 2025-08-30 16:37:19,618 basehttp 50146 6168834048 "GET /en/inventory HTTP/1.1" 301 0 INFO 2025-08-30 16:37:19,634 basehttp 50146 13304360960 "GET /en/inventory/ HTTP/1.1" 200 46616 INFO 2025-08-30 16:37:19,673 basehttp 50146 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:37:19,677 basehttp 50146 13321187328 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-30 16:37:49,679 basehttp 50146 13321187328 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-30 16:38:19,688 basehttp 50146 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:38:19,689 basehttp 50146 13304360960 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-30 16:38:49,681 basehttp 50146 13304360960 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-30 16:39:04,793 basehttp 50146 13304360960 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 148603 INFO 2025-08-30 16:39:04,805 basehttp 50146 13321187328 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-08-30 16:39:04,807 basehttp 50146 13304360960 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-08-30 16:39:04,807 basehttp 50146 13338013696 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-08-30 16:39:04,808 basehttp 50146 13354840064 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-08-30 16:39:04,808 basehttp 50146 13371666432 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-08-30 16:39:04,809 basehttp 50146 13321187328 "GET /static/plugins/dropzone/src/options.js HTTP/1.1" 200 23721 INFO 2025-08-30 16:39:04,809 basehttp 50146 6168834048 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-08-30 16:39:04,866 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:39:04,871 basehttp 50146 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:40:04,941 basehttp 50146 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:40:04,952 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:40:05,000 basehttp 50146 6168834048 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 148603 INFO 2025-08-30 16:40:05,066 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:40:05,071 basehttp 50146 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 16:40:10,340 log 50146 13321187328 Not Found: /en/operating_theatre WARNING 2025-08-30 16:40:10,340 basehttp 50146 13321187328 "GET /en/operating_theatre HTTP/1.1" 404 29892 INFO 2025-08-30 16:40:22,775 basehttp 50146 13321187328 "GET /en/operating-theatre HTTP/1.1" 301 0 ERROR 2025-08-30 16:40:22,802 log 50146 6168834048 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 69, in get_context_data 'cases_today': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_start_time' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 16:40:22,804 basehttp 50146 6168834048 "GET /en/operating-theatre/ HTTP/1.1" 500 134834 INFO 2025-08-30 16:41:39,410 autoreload 50146 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 16:41:39,733 autoreload 57729 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 17:27:27,644 autoreload 57729 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 17:27:27,953 autoreload 60112 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 17:27:28,502 log 60112 6134509568 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 69, in get_context_data 'cases_today': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_start_time' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 17:27:28,504 basehttp 60112 6134509568 "GET /en/operating-theatre/ HTTP/1.1" 500 134971 INFO 2025-08-30 17:28:39,856 autoreload 60112 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 17:28:40,175 autoreload 60662 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 17:28:41,678 log 60662 6201831424 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 69, in get_context_data 'cases_today': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_start_time' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 17:28:41,681 basehttp 60662 6201831424 "GET /en/operating-theatre/ HTTP/1.1" 500 134971 ERROR 2025-08-30 17:28:42,927 log 60662 6201831424 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 69, in get_context_data 'cases_today': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_start_time' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 17:28:42,928 basehttp 60662 6201831424 "GET /en/operating-theatre/ HTTP/1.1" 500 134971 INFO 2025-08-30 17:29:08,398 autoreload 60662 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 17:29:08,705 autoreload 60902 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 17:29:08,954 log 60902 6164033536 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 69, in get_context_data 'cases_today': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 17:29:08,956 basehttp 60902 6164033536 "GET /en/operating-theatre/ HTTP/1.1" 500 135563 INFO 2025-08-30 17:31:16,168 autoreload 60902 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-08-30 17:31:16,511 autoreload 61853 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 17:32:04,309 autoreload 61853 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-08-30 17:32:04,643 autoreload 62247 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 17:32:35,818 autoreload 62247 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-08-30 17:32:36,135 autoreload 62491 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 17:33:14,581 autoreload 62491 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-08-30 17:33:14,906 autoreload 62738 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 17:33:46,091 autoreload 62738 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-08-30 17:33:46,419 autoreload 62976 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 17:34:15,473 autoreload 62976 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-08-30 17:34:15,792 autoreload 63213 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 17:35:24,119 autoreload 63213 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-08-30 17:35:24,473 autoreload 63770 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 17:36:01,842 autoreload 63770 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-08-30 17:36:02,196 autoreload 64012 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 17:36:30,276 autoreload 64012 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-08-30 17:36:30,601 autoreload 64250 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 17:37:42,969 autoreload 64250 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-08-30 17:37:43,281 autoreload 64794 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 17:38:20,648 autoreload 64794 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-08-30 17:38:20,980 autoreload 65041 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 17:38:54,254 autoreload 65041 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-08-30 17:38:54,579 autoreload 65277 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 17:39:28,835 autoreload 65277 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-08-30 17:39:29,197 autoreload 65591 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 17:39:30,296 log 65591 6170914816 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 69, in get_context_data 'cases_today': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 17:39:30,298 basehttp 65591 6170914816 "GET /en/operating-theatre/ HTTP/1.1" 500 135563 ERROR 2025-08-30 17:39:31,704 log 65591 6170914816 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 69, in get_context_data 'cases_today': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 17:39:31,705 basehttp 65591 6170914816 "GET /en/operating-theatre/ HTTP/1.1" 500 135563 INFO 2025-08-30 17:40:10,745 autoreload 65591 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-08-30 17:40:11,083 autoreload 65900 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 17:40:11,792 log 65900 6164819968 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 73, in get_context_data 'cases_in_progress': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 17:40:11,794 basehttp 65900 6164819968 "GET /en/operating-theatre/ HTTP/1.1" 500 135444 ERROR 2025-08-30 17:40:12,675 log 65900 6164819968 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 73, in get_context_data 'cases_in_progress': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 17:40:12,676 basehttp 65900 6164819968 "GET /en/operating-theatre/ HTTP/1.1" 500 135444 INFO 2025-08-30 17:40:37,128 autoreload 65900 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 17:40:37,456 autoreload 66069 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 17:40:37,872 log 66069 6170046464 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 77, in get_context_data 'cases_completed_today': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_end_time' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 17:40:37,873 basehttp 66069 6170046464 "GET /en/operating-theatre/ HTTP/1.1" 500 135295 INFO 2025-08-30 17:41:09,878 autoreload 66069 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 17:41:10,220 autoreload 66304 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 17:41:13,904 log 66304 6169407488 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 82, in get_context_data 'emergency_cases_today': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'priority' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 17:41:13,906 basehttp 66304 6169407488 "GET /en/operating-theatre/ HTTP/1.1" 500 135942 INFO 2025-08-30 17:54:40,108 autoreload 66304 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 17:54:40,411 autoreload 68826 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 17:54:41,268 log 68826 6203830272 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 87, in get_context_data 'blocks_today': ORBlock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: allocated_minutes, assistant_surgeons, block_id, block_type, created_at, created_by, created_by_id, date, end_time, id, notes, operating_room, operating_room_id, primary_surgeon, primary_surgeon_id, service, special_equipment, special_setup, start_time, status, surgical_cases, updated_at, used_minutes ERROR 2025-08-30 17:54:41,270 basehttp 68826 6203830272 "GET /en/operating-theatre/ HTTP/1.1" 500 133197 INFO 2025-08-30 17:57:03,473 autoreload 68826 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 17:57:03,847 autoreload 69912 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 17:57:05,104 log 69912 13052751872 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 91, in get_context_data 'equipment_in_use': EquipmentUsage.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'status' into field. Choices are: created_at, end_time, equipment_name, equipment_type, expiration_date, id, lot_number, manufacturer, model, notes, quantity_used, recorded_by, recorded_by_id, serial_number, start_time, sterilization_date, surgical_case, surgical_case_id, total_cost, unit_cost, unit_of_measure, updated_at, usage_id ERROR 2025-08-30 17:57:05,107 basehttp 69912 13052751872 "GET /en/operating-theatre/ HTTP/1.1" 500 132552 ERROR 2025-08-30 17:57:06,626 log 69912 13052751872 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 91, in get_context_data 'equipment_in_use': EquipmentUsage.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'status' into field. Choices are: created_at, end_time, equipment_name, equipment_type, expiration_date, id, lot_number, manufacturer, model, notes, quantity_used, recorded_by, recorded_by_id, serial_number, start_time, sterilization_date, surgical_case, surgical_case_id, total_cost, unit_cost, unit_of_measure, updated_at, usage_id ERROR 2025-08-30 17:57:06,627 basehttp 69912 13052751872 "GET /en/operating-theatre/ HTTP/1.1" 500 132552 INFO 2025-08-30 17:58:44,799 autoreload 69912 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 17:58:45,106 autoreload 70626 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 17:58:46,061 log 70626 6190411776 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 95, in get_context_data 'notes_pending': SurgicalNote.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: blood_transfusion, closure, complications, condition, created_at, disposition, drains, estimated_blood_loss, findings, follow_up, id, implants, indication, note_id, planned_procedure, postop_instructions, postoperative_diagnosis, preoperative_diagnosis, procedure_performed, signed_datetime, specimens, status, surgeon, surgeon_id, surgical_approach, surgical_case, surgical_case_id, technique, template_used, template_used_id, updated_at ERROR 2025-08-30 17:58:46,063 basehttp 70626 6190411776 "GET /en/operating-theatre/ HTTP/1.1" 500 133892 INFO 2025-08-30 17:59:55,636 autoreload 70626 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 17:59:55,939 autoreload 71169 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 17:59:56,450 log 71169 6168227840 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 102, in get_context_data context['recent_cases'] = SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 17:59:56,452 basehttp 71169 6168227840 "GET /en/operating-theatre/ HTTP/1.1" 500 134769 INFO 2025-08-30 18:01:02,427 autoreload 71169 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 18:01:02,754 autoreload 71636 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 18:01:03,998 log 71636 6161346560 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 120, in get_context_data ).annotate( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1649, in annotate return self._annotate(args, kwargs, select=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1701, in _annotate clone.query.add_annotation( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1218, in add_annotation annotation = annotation.resolve_expression(self, allow_joins=True, reuse=None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 176, in resolve_expression result = super().resolve_expression(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'surgical_cases' into field. Choices are: accepts_emergency, air_changes_per_hour, building, ceiling_height, cleaning_time, created_at, created_by, created_by_id, equipment_list, floor_number, has_c_arm, has_ct, has_mri, has_neuromonitoring, has_ultrasound, humidity_max, humidity_min, id, is_active, max_case_duration, or_blocks, positive_pressure, required_nurses, required_techs, room_id, room_name, room_number, room_size, room_type, special_features, status, supports_laparoscopic, supports_laser, supports_microscopy, supports_robotic, temperature_max, temperature_min, tenant, tenant_id, turnover_time, updated_at, wing ERROR 2025-08-30 18:01:04,001 basehttp 71636 6161346560 "GET /en/operating-theatre/ HTTP/1.1" 500 140891 ERROR 2025-08-30 18:01:05,830 log 71636 6161346560 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 120, in get_context_data ).annotate( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1649, in annotate return self._annotate(args, kwargs, select=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1701, in _annotate clone.query.add_annotation( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1218, in add_annotation annotation = annotation.resolve_expression(self, allow_joins=True, reuse=None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 176, in resolve_expression result = super().resolve_expression(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'surgical_cases' into field. Choices are: accepts_emergency, air_changes_per_hour, building, ceiling_height, cleaning_time, created_at, created_by, created_by_id, equipment_list, floor_number, has_c_arm, has_ct, has_mri, has_neuromonitoring, has_ultrasound, humidity_max, humidity_min, id, is_active, max_case_duration, or_blocks, positive_pressure, required_nurses, required_techs, room_id, room_name, room_number, room_size, room_type, special_features, status, supports_laparoscopic, supports_laser, supports_microscopy, supports_robotic, temperature_max, temperature_min, tenant, tenant_id, turnover_time, updated_at, wing ERROR 2025-08-30 18:01:05,832 basehttp 71636 6161346560 "GET /en/operating-theatre/ HTTP/1.1" 500 140891 INFO 2025-08-30 18:03:07,552 autoreload 71636 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 18:03:07,877 autoreload 72572 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 18:03:08,631 log 72572 6122532864 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 120, in get_context_data ).annotate( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1649, in annotate return self._annotate(args, kwargs, select=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1701, in _annotate clone.query.add_annotation( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1218, in add_annotation annotation = annotation.resolve_expression(self, allow_joins=True, reuse=None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 176, in resolve_expression result = super().resolve_expression(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'or_block' into field. Choices are: accepts_emergency, air_changes_per_hour, building, ceiling_height, cleaning_time, created_at, created_by, created_by_id, equipment_list, floor_number, has_c_arm, has_ct, has_mri, has_neuromonitoring, has_ultrasound, humidity_max, humidity_min, id, is_active, max_case_duration, or_blocks, positive_pressure, required_nurses, required_techs, room_id, room_name, room_number, room_size, room_type, special_features, status, supports_laparoscopic, supports_laser, supports_microscopy, supports_robotic, temperature_max, temperature_min, tenant, tenant_id, turnover_time, updated_at, wing ERROR 2025-08-30 18:03:08,632 basehttp 72572 6122532864 "GET /en/operating-theatre/ HTTP/1.1" 500 141636 INFO 2025-08-30 18:13:16,726 autoreload 72572 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 18:13:17,027 autoreload 77055 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 18:13:18,179 log 77055 6157430784 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'operating_room'. Choices are: or_block, patient, primary_surgeon, anesthesiologist, circulating_nurse, scrub_nurse, encounter, admission, created_by, surgical_note ERROR 2025-08-30 18:13:18,182 basehttp 77055 6157430784 "GET /en/operating-theatre/ HTTP/1.1" 500 227801 INFO 2025-08-30 18:14:05,005 autoreload 77055 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 18:14:05,341 autoreload 77374 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 18:14:06,606 log 77374 6158790656 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'operating_room'. Choices are: or_block, patient, primary_surgeon, anesthesiologist, circulating_nurse, scrub_nurse, encounter, admission, created_by, surgical_note ERROR 2025-08-30 18:14:06,610 basehttp 77374 6158790656 "GET /en/operating-theatre/ HTTP/1.1" 500 227801 ERROR 2025-08-30 18:14:10,142 log 77374 6158790656 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'operating_room'. Choices are: or_block, patient, primary_surgeon, anesthesiologist, circulating_nurse, scrub_nurse, encounter, admission, created_by, surgical_note ERROR 2025-08-30 18:14:10,144 basehttp 77374 6158790656 "GET /en/operating-theatre/ HTTP/1.1" 500 227801 INFO 2025-08-30 18:14:28,366 autoreload 77374 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 18:14:28,727 autoreload 77603 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 18:14:29,473 basehttp 77603 6198620160 "GET /en/operating-theatre/ HTTP/1.1" 200 34120 INFO 2025-08-30 18:14:29,524 basehttp 77603 6198620160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-30 18:14:29,536 log 77603 6215446528 Internal Server Error: /en/operating-theatre/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 1115, in operating_theatre_stats 'cases_in_progress': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 18:14:29,538 basehttp 77603 6215446528 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 500 121556 INFO 2025-08-30 18:14:36,642 basehttp 77603 6215446528 "GET /en/operating-theatre/rooms/create/ HTTP/1.1" 200 48886 INFO 2025-08-30 18:14:36,673 basehttp 77603 6215446528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-30 18:14:49,391 log 77603 6215446528 Internal Server Error: /en/operating-theatre/cases/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 685, in get_queryset queryset = SurgicalCase.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 18:14:49,393 basehttp 77603 6215446528 "GET /en/operating-theatre/cases/ HTTP/1.1" 500 133531 INFO 2025-08-30 18:15:12,586 autoreload 77603 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 18:15:12,911 autoreload 77923 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 18:15:13,572 log 77923 6169423872 Internal Server Error: /en/operating-theatre/cases/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 727, in get_queryset ).order_by('-scheduled_start_time') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_start_time' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 18:15:13,574 basehttp 77923 6169423872 "GET /en/operating-theatre/cases/ HTTP/1.1" 500 105953 INFO 2025-08-30 18:16:17,321 autoreload 77923 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 18:16:17,634 autoreload 78389 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 18:16:18,751 log 78389 6163132416 Internal Server Error: /en/operating-theatre/cases/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 728, in get_queryset ).order_by('-scheduled_start_time') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_start_time' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 18:16:18,753 basehttp 78389 6163132416 "GET /en/operating-theatre/cases/ HTTP/1.1" 500 106151 ERROR 2025-08-30 18:16:19,560 log 78389 6163132416 Internal Server Error: /en/operating-theatre/cases/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 728, in get_queryset ).order_by('-scheduled_start_time') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_start_time' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 18:16:19,561 basehttp 78389 6163132416 "GET /en/operating-theatre/cases/ HTTP/1.1" 500 106151 ERROR 2025-08-30 18:16:21,032 log 78389 6163132416 Internal Server Error: /en/operating-theatre/cases/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 728, in get_queryset ).order_by('-scheduled_start_time') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_start_time' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 18:16:21,033 basehttp 78389 6163132416 "GET /en/operating-theatre/cases/ HTTP/1.1" 500 106151 INFO 2025-08-30 18:16:31,294 autoreload 78389 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 18:16:31,646 autoreload 78471 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 18:16:32,454 log 78471 6205222912 Internal Server Error: /en/operating-theatre/cases/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'priority' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 734, in get_context_data 'priorities': SurgicalCase._meta.get_field('priority').choices, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: SurgicalCase has no field named 'priority' ERROR 2025-08-30 18:16:32,455 basehttp 78471 6205222912 "GET /en/operating-theatre/cases/ HTTP/1.1" 500 94480 INFO 2025-08-30 18:17:26,667 autoreload 78471 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 18:17:27,006 autoreload 78865 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 18:17:28,179 log 78865 6123696128 Internal Server Error: /en/operating-theatre/cases/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'operating_room'. Choices are: or_block, patient, primary_surgeon, anesthesiologist, circulating_nurse, scrub_nurse, encounter, admission, created_by, surgical_note ERROR 2025-08-30 18:17:28,180 basehttp 78865 6123696128 "GET /en/operating-theatre/cases/ HTTP/1.1" 500 218336 ERROR 2025-08-30 18:17:30,480 log 78865 6123696128 Internal Server Error: /en/operating-theatre/cases/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'operating_room'. Choices are: or_block, patient, primary_surgeon, anesthesiologist, circulating_nurse, scrub_nurse, encounter, admission, created_by, surgical_note ERROR 2025-08-30 18:17:30,481 basehttp 78865 6123696128 "GET /en/operating-theatre/cases/ HTTP/1.1" 500 218336 INFO 2025-08-30 18:17:56,293 autoreload 78865 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 18:17:56,614 autoreload 79101 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 18:17:56,928 basehttp 79101 6192934912 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 23266 INFO 2025-08-30 18:17:56,983 basehttp 79101 6192934912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-30 18:18:00,473 log 79101 6192934912 Internal Server Error: /en/operating-theatre/cases/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: operating_theatre/surgical_case_form.html ERROR 2025-08-30 18:18:00,474 basehttp 79101 6192934912 "GET /en/operating-theatre/cases/create/ HTTP/1.1" 500 83448 INFO 2025-08-30 18:19:04,251 autoreload 79101 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 18:19:04,594 autoreload 79646 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 19:18:54,365 log 79646 6158610432 Internal Server Error: /en/operating-theatre/cases/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_info' not found. 'patient_info' is not a valid view function or pattern name. ERROR 2025-08-30 19:18:54,369 basehttp 79646 6158610432 "GET /en/operating-theatre/cases/create/ HTTP/1.1" 500 176242 ERROR 2025-08-30 19:28:36,347 log 79646 6158610432 Internal Server Error: /en/operating-theatre/cases/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_info' not found. 'patient_info' is not a valid view function or pattern name. ERROR 2025-08-30 19:28:36,350 basehttp 79646 6158610432 "GET /en/operating-theatre/cases/create/ HTTP/1.1" 500 176242 ERROR 2025-08-30 19:28:37,547 log 79646 6158610432 Internal Server Error: /en/operating-theatre/cases/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_info' not found. 'patient_info' is not a valid view function or pattern name. ERROR 2025-08-30 19:28:37,549 basehttp 79646 6158610432 "GET /en/operating-theatre/cases/create/ HTTP/1.1" 500 176242 INFO 2025-08-30 19:29:30,001 autoreload 79646 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 19:29:30,421 autoreload 10819 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 19:31:02,849 log 10819 6193033216 Internal Server Error: /en/operating-theatre/cases/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_room_availability' not found. 'check_room_availability' is not a valid view function or pattern name. ERROR 2025-08-30 19:31:02,854 basehttp 10819 6193033216 "GET /en/operating-theatre/cases/create/ HTTP/1.1" 500 176201 ERROR 2025-08-30 19:31:41,657 log 10819 6193033216 Internal Server Error: /en/operating-theatre/cases/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'room_schedule' not found. 'room_schedule' is not a valid view function or pattern name. ERROR 2025-08-30 19:31:41,659 basehttp 10819 6193033216 "GET /en/operating-theatre/cases/create/ HTTP/1.1" 500 178005 INFO 2025-08-30 19:31:59,288 basehttp 10819 6193033216 "GET /en/operating-theatre/cases/create/ HTTP/1.1" 200 43519 INFO 2025-08-30 19:31:59,302 basehttp 10819 6209859584 "GET /static/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 200 3034 INFO 2025-08-30 19:31:59,303 basehttp 10819 6193033216 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-08-30 19:31:59,303 basehttp 10819 6226685952 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-08-30 19:31:59,304 basehttp 10819 6243512320 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-08-30 19:31:59,304 basehttp 10819 6260338688 "GET /static/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 200 18685 INFO 2025-08-30 19:31:59,305 basehttp 10819 6277165056 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-08-30 19:31:59,337 basehttp 10819 6277165056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:32:29,194 basehttp 10819 6277165056 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 23266 INFO 2025-08-30 19:32:29,228 basehttp 10819 6277165056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:33:12,249 basehttp 10819 6193033216 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 30822 INFO 2025-08-30 19:33:12,290 basehttp 10819 6193033216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-30 19:33:12,305 log 10819 6209859584 Internal Server Error: /en/operating-theatre/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 1116, in operating_theatre_stats 'cases_in_progress': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 19:33:12,307 basehttp 10819 6209859584 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 500 121568 ERROR 2025-08-30 19:33:42,311 log 10819 6209859584 Internal Server Error: /en/operating-theatre/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 1116, in operating_theatre_stats 'cases_in_progress': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 19:33:42,312 basehttp 10819 6209859584 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 500 121568 INFO 2025-08-30 19:34:12,302 basehttp 10819 6209859584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-30 19:34:12,318 log 10819 6193033216 Internal Server Error: /en/operating-theatre/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 1116, in operating_theatre_stats 'cases_in_progress': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 19:34:12,319 basehttp 10819 6193033216 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 500 121568 ERROR 2025-08-30 19:34:42,305 log 10819 6193033216 Internal Server Error: /en/operating-theatre/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 1116, in operating_theatre_stats 'cases_in_progress': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 19:34:42,307 basehttp 10819 6193033216 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 500 121568 INFO 2025-08-30 19:34:44,988 autoreload 10819 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 19:34:45,415 autoreload 13277 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 19:34:47,686 basehttp 13277 6191820800 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 30822 INFO 2025-08-30 19:34:47,734 basehttp 13277 6191820800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-30 19:34:47,746 log 13277 6208647168 Internal Server Error: /en/operating-theatre/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 1120, in operating_theatre_stats 'cases_completed_today': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_end_time' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 19:34:47,748 basehttp 13277 6208647168 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 500 121409 ERROR 2025-08-30 19:35:17,747 log 13277 6208647168 Internal Server Error: /en/operating-theatre/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 1120, in operating_theatre_stats 'cases_completed_today': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_end_time' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 19:35:17,748 basehttp 13277 6208647168 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 500 121409 INFO 2025-08-30 19:35:21,812 autoreload 13277 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 19:35:22,158 autoreload 13519 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 19:35:25,315 basehttp 13519 6137327616 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 30822 INFO 2025-08-30 19:35:25,364 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:35:25,368 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:35:29,318 basehttp 13519 6154153984 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 30822 INFO 2025-08-30 19:35:29,365 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:35:29,367 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:35:59,372 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:36:17,894 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:36:17,895 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:36:19,912 basehttp 13519 6137327616 "GET /en/operating-theatre/ HTTP/1.1" 200 34120 INFO 2025-08-30 19:36:19,960 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:36:19,961 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 WARNING 2025-08-30 19:36:29,155 log 13519 6154153984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 19:36:29,155 basehttp 13519 6154153984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 19:36:49,963 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:37:08,768 basehttp 13519 6137327616 "GET /en/operating-theatre/ HTTP/1.1" 200 34120 WARNING 2025-08-30 19:37:08,782 log 13519 6137327616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 19:37:08,783 basehttp 13519 6137327616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 19:37:08,889 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:37:08,891 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:37:26,983 basehttp 13519 6154153984 "GET /en/admin/operating_theatre/equipmentusage/ HTTP/1.1" 200 69121 INFO 2025-08-30 19:37:27,000 basehttp 13519 6154153984 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-30 19:37:31,199 basehttp 13519 6154153984 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 70249 INFO 2025-08-30 19:37:31,213 basehttp 13519 6154153984 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-30 19:37:39,134 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:38:09,091 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:38:10,083 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:38:41,093 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:39:10,082 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:39:12,075 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:39:43,087 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:40:11,092 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:40:14,079 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:41:12,080 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:41:16,073 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:42:13,082 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:42:19,069 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:43:14,082 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:43:19,068 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:44:19,187 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:44:19,188 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:45:19,172 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:46:19,203 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:46:19,205 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:47:19,180 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:48:19,195 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:48:19,197 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:49:19,190 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:50:19,193 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:50:19,193 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:51:19,171 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:52:19,184 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:52:19,185 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:53:19,174 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:54:19,187 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:54:19,188 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:55:19,186 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:56:19,185 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:56:19,188 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:57:19,194 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:58:19,198 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:58:19,198 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:59:19,218 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 20:00:19,239 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 20:00:19,240 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 20:15:16,196 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 20:16:16,202 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 20:16:16,203 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 20:17:16,186 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 20:18:16,205 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 20:18:16,206 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 20:36:45,097 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 20:54:14,033 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 20:54:14,035 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 20:56:37,611 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:11:09,690 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:11:09,691 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:12:09,680 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:13:09,678 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:13:09,679 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:14:09,678 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:15:09,681 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:15:09,682 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:16:09,685 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:17:09,683 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:17:09,685 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:18:09,676 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:19:09,687 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:19:09,689 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:20:09,682 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:21:09,693 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:21:09,694 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:22:09,689 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:23:09,687 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:23:09,688 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:24:09,693 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:25:09,688 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:25:09,688 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:26:09,693 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:27:09,693 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:27:09,694 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:28:09,689 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:29:09,698 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:29:09,699 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:30:09,686 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:31:09,696 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:31:09,698 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:32:09,691 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:33:09,693 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:33:09,694 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:34:09,701 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:35:09,697 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:35:09,698 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:36:09,699 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:37:09,769 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:37:09,773 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:38:09,686 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:39:09,699 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:39:09,700 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:40:09,722 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:41:09,729 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:41:09,731 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:42:09,721 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:43:09,736 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:43:09,737 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:44:09,720 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:45:09,732 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:45:09,733 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:46:09,740 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:47:09,734 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:47:09,736 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:48:09,730 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:49:09,736 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:49:09,737 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:50:09,729 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:51:09,738 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:51:09,740 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:52:09,737 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:53:09,742 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:53:09,742 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:54:09,735 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:55:09,753 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:55:09,755 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:56:09,756 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:57:09,766 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:57:09,767 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:58:09,752 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:59:09,751 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:59:09,752 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:00:09,751 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:01:09,755 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:01:09,756 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:02:09,756 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:03:09,756 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:03:09,756 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:04:09,760 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:05:09,758 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:05:09,760 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:06:09,769 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:07:09,764 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:07:09,765 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:08:09,757 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:09:09,758 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:09:09,761 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:10:09,760 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:27:36,489 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:27:36,493 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:28:36,503 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:29:36,509 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:29:36,514 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:30:36,501 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:31:36,515 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:31:36,516 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:32:36,502 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:33:36,509 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:33:36,513 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:34:36,508 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:35:36,516 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:35:36,518 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:36:36,508 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:37:36,527 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:37:36,528 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:38:36,508 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:39:36,520 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:39:36,522 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:40:36,513 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:41:36,512 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:41:36,514 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:42:36,414 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:43:36,420 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:43:36,421 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:44:36,422 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:45:36,426 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:45:36,428 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:46:36,419 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:47:36,426 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:47:36,427 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:48:36,419 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:49:36,429 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:49:36,431 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:50:36,422 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:51:36,425 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:51:36,426 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:52:36,416 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:53:36,426 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:53:36,427 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:54:36,418 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:55:36,426 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:55:36,427 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:56:36,429 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:57:36,324 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:57:36,328 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:58:36,320 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:59:36,323 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:59:36,324 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 23:00:36,321 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 23:01:36,324 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:01:36,326 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 23:02:36,317 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 23:03:36,307 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:03:36,309 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 23:04:36,319 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 23:05:36,312 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:05:36,313 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 23:06:36,316 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 23:07:36,304 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:07:36,306 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 23:08:36,313 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 23:09:01,114 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:09:06,264 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 ERROR 2025-08-30 23:09:09,925 log 13519 6137327616 Internal Server Error: /en/operating-theatre/blocks/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 529, in get_queryset queryset = ORBlock.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: allocated_minutes, assistant_surgeons, block_id, block_type, created_at, created_by, created_by_id, date, end_time, id, notes, operating_room, operating_room_id, primary_surgeon, primary_surgeon_id, service, special_equipment, special_setup, start_time, status, surgical_cases, updated_at, used_minutes ERROR 2025-08-30 23:09:09,928 basehttp 13519 6137327616 "GET /en/operating-theatre/blocks/ HTTP/1.1" 500 131315 WARNING 2025-08-30 23:09:09,943 log 13519 6137327616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:09:09,944 basehttp 13519 6137327616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:09:12,141 log 13519 6137327616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:09:12,141 basehttp 13519 6137327616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:09:12,146 log 13519 6137327616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:09:12,147 basehttp 13519 6137327616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 23:09:14,434 log 13519 6137327616 Internal Server Error: /en/operating-theatre/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 863, in get_queryset queryset = SurgicalNote.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: blood_transfusion, closure, complications, condition, created_at, disposition, drains, estimated_blood_loss, findings, follow_up, id, implants, indication, note_id, planned_procedure, postop_instructions, postoperative_diagnosis, preoperative_diagnosis, procedure_performed, signed_datetime, specimens, status, surgeon, surgeon_id, surgical_approach, surgical_case, surgical_case_id, technique, template_used, template_used_id, updated_at ERROR 2025-08-30 23:09:14,435 basehttp 13519 6137327616 "GET /en/operating-theatre/notes/ HTTP/1.1" 500 132151 WARNING 2025-08-30 23:09:14,452 log 13519 6137327616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:09:14,453 basehttp 13519 6137327616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:09:16,147 log 13519 6137327616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:09:16,147 basehttp 13519 6137327616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:09:16,157 log 13519 6137327616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:09:16,158 basehttp 13519 6137327616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:09:17,347 basehttp 13519 6137327616 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 30821 WARNING 2025-08-30 23:09:17,366 log 13519 6137327616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:09:17,366 basehttp 13519 6137327616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:09:17,461 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:09:17,461 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 WARNING 2025-08-30 23:09:19,880 log 13519 6154153984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:09:19,880 basehttp 13519 6154153984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:09:19,897 log 13519 6154153984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:09:19,897 basehttp 13519 6154153984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:09:21,089 basehttp 13519 6154153984 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 23266 WARNING 2025-08-30 23:09:21,109 log 13519 6154153984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:09:21,109 basehttp 13519 6154153984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:09:21,190 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 23:09:22,464 log 13519 6154153984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:09:22,464 basehttp 13519 6154153984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:09:22,474 log 13519 6154153984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:09:22,474 basehttp 13519 6154153984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 23:09:23,731 log 13519 6154153984 Internal Server Error: /en/operating-theatre/blocks/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 529, in get_queryset queryset = ORBlock.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: allocated_minutes, assistant_surgeons, block_id, block_type, created_at, created_by, created_by_id, date, end_time, id, notes, operating_room, operating_room_id, primary_surgeon, primary_surgeon_id, service, special_equipment, special_setup, start_time, status, surgical_cases, updated_at, used_minutes ERROR 2025-08-30 23:09:23,733 basehttp 13519 6154153984 "GET /en/operating-theatre/blocks/ HTTP/1.1" 500 131315 WARNING 2025-08-30 23:09:23,747 log 13519 6154153984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:09:23,748 basehttp 13519 6154153984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:10:46,406 autoreload 13519 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 23:10:46,841 autoreload 72973 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 23:10:48,150 log 72973 6190460928 Internal Server Error: /en/operating-theatre/blocks/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'block_create' not found. 'block_create' is not a valid view function or pattern name. ERROR 2025-08-30 23:10:48,152 basehttp 72973 6190460928 "GET /en/operating-theatre/blocks/ HTTP/1.1" 500 166694 WARNING 2025-08-30 23:10:48,162 log 72973 6224113664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:10:48,162 basehttp 72973 6224113664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:11:59,639 autoreload 72973 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 23:11:59,979 autoreload 73526 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 23:12:00,455 log 73526 6160510976 Internal Server Error: /en/operating-theatre/blocks/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 201, in render return self.nodelist_empty.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'block_create' not found. 'block_create' is not a valid view function or pattern name. ERROR 2025-08-30 23:12:00,457 basehttp 73526 6160510976 "GET /en/operating-theatre/blocks/ HTTP/1.1" 500 178383 WARNING 2025-08-30 23:12:00,472 log 73526 6160510976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:12:00,472 basehttp 73526 6160510976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:12:17,555 basehttp 73526 6160510976 "GET /en/operating-theatre/blocks/ HTTP/1.1" 200 24780 WARNING 2025-08-30 23:12:17,569 log 73526 6160510976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:12:17,569 basehttp 73526 6160510976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:12:17,630 basehttp 73526 6160510976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-30 23:12:23,298 log 73526 6160510976 Internal Server Error: /en/operating-theatre/blocks/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'block_schedule_list' not found. 'block_schedule_list' is not a valid view function or pattern name. ERROR 2025-08-30 23:12:23,300 basehttp 73526 6160510976 "GET /en/operating-theatre/blocks/create/ HTTP/1.1" 500 172435 WARNING 2025-08-30 23:12:23,318 log 73526 6160510976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:12:23,318 basehttp 73526 6160510976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 23:13:07,873 log 73526 6160510976 Internal Server Error: /en/operating-theatre/blocks/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'block_schedule_list' not found. 'block_schedule_list' is not a valid view function or pattern name. ERROR 2025-08-30 23:13:07,875 basehttp 73526 6160510976 "GET /en/operating-theatre/blocks/create/ HTTP/1.1" 500 172700 WARNING 2025-08-30 23:13:07,887 log 73526 6160510976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:13:07,888 basehttp 73526 6160510976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 23:13:27,250 log 73526 6160510976 Internal Server Error: /en/operating-theatre/blocks/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'block_schedule_list' not found. 'block_schedule_list' is not a valid view function or pattern name. ERROR 2025-08-30 23:13:27,251 basehttp 73526 6160510976 "GET /en/operating-theatre/blocks/create/ HTTP/1.1" 500 172148 WARNING 2025-08-30 23:13:27,263 log 73526 6160510976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:13:27,263 basehttp 73526 6160510976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:13:45,972 basehttp 73526 6160510976 "GET /en/operating-theatre/blocks/create/ HTTP/1.1" 200 31092 WARNING 2025-08-30 23:13:45,983 log 73526 6160510976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:13:45,983 basehttp 73526 6160510976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:13:46,041 basehttp 73526 6160510976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 23:14:02,603 log 73526 6177337344 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-30 23:14:02,603 basehttp 73526 6160510976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 23:14:02,603 basehttp 73526 6177337344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:14:02,618 log 73526 6177337344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:14:02,618 basehttp 73526 6177337344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:14:14,410 basehttp 73526 6177337344 "GET /en/operating-theatre/blocks/?date= HTTP/1.1" 200 24780 WARNING 2025-08-30 23:14:14,425 log 73526 6177337344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:14:14,425 basehttp 73526 6177337344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:14:14,477 basehttp 73526 6177337344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 23:14:19,528 log 73526 6177337344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:14:19,528 basehttp 73526 6177337344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:14:19,538 log 73526 6177337344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:14:19,538 basehttp 73526 6177337344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:14:20,083 log 73526 6194163712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:14:20,084 basehttp 73526 6194163712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:14:20,084 basehttp 73526 6160510976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:14:20,088 basehttp 73526 6177337344 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 WARNING 2025-08-30 23:14:20,092 log 73526 6160510976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:14:20,092 basehttp 73526 6160510976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 23:14:22,105 log 73526 6160510976 Internal Server Error: /en/operating-theatre/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 863, in get_queryset queryset = SurgicalNote.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: blood_transfusion, closure, complications, condition, created_at, disposition, drains, estimated_blood_loss, findings, follow_up, id, implants, indication, note_id, planned_procedure, postop_instructions, postoperative_diagnosis, preoperative_diagnosis, procedure_performed, signed_datetime, specimens, status, surgeon, surgeon_id, surgical_approach, surgical_case, surgical_case_id, technique, template_used, template_used_id, updated_at ERROR 2025-08-30 23:14:22,107 basehttp 73526 6160510976 "GET /en/operating-theatre/notes/ HTTP/1.1" 500 132151 WARNING 2025-08-30 23:14:22,129 log 73526 6160510976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:14:22,129 basehttp 73526 6160510976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:14:52,410 autoreload 73526 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 23:14:52,760 autoreload 74871 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 23:14:53,680 log 74871 6341865472 Internal Server Error: /en/operating-theatre/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 863, in get_queryset queryset = SurgicalNote.objects.filter(admission__tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'admission' into field. Choices are: blood_transfusion, closure, complications, condition, created_at, disposition, drains, estimated_blood_loss, findings, follow_up, id, implants, indication, note_id, planned_procedure, postop_instructions, postoperative_diagnosis, preoperative_diagnosis, procedure_performed, signed_datetime, specimens, status, surgeon, surgeon_id, surgical_approach, surgical_case, surgical_case_id, technique, template_used, template_used_id, updated_at ERROR 2025-08-30 23:14:53,682 basehttp 74871 6341865472 "GET /en/operating-theatre/notes/ HTTP/1.1" 500 132512 WARNING 2025-08-30 23:14:53,692 log 74871 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:14:53,692 basehttp 74871 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 23:14:55,678 log 74871 6341865472 Internal Server Error: /en/operating-theatre/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 863, in get_queryset queryset = SurgicalNote.objects.filter(admission__tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'admission' into field. Choices are: blood_transfusion, closure, complications, condition, created_at, disposition, drains, estimated_blood_loss, findings, follow_up, id, implants, indication, note_id, planned_procedure, postop_instructions, postoperative_diagnosis, preoperative_diagnosis, procedure_performed, signed_datetime, specimens, status, surgeon, surgeon_id, surgical_approach, surgical_case, surgical_case_id, technique, template_used, template_used_id, updated_at ERROR 2025-08-30 23:14:55,679 basehttp 74871 6341865472 "GET /en/operating-theatre/notes/ HTTP/1.1" 500 132512 WARNING 2025-08-30 23:14:55,693 log 74871 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:14:55,693 basehttp 74871 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:15:29,047 autoreload 74871 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 23:15:29,375 autoreload 75124 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 23:15:30,175 log 75124 6134935552 Internal Server Error: /en/operating-theatre/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'note_type' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 898, in get_context_data 'note_types': SurgicalNote._meta.get_field('note_type').choices, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: SurgicalNote has no field named 'note_type' ERROR 2025-08-30 23:15:30,177 basehttp 75124 6134935552 "GET /en/operating-theatre/notes/ HTTP/1.1" 500 94290 WARNING 2025-08-30 23:15:30,191 log 75124 6134935552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:15:30,191 basehttp 75124 6134935552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:17:49,851 autoreload 75124 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 23:17:50,192 autoreload 76128 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 23:17:51,246 basehttp 76128 6158446592 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 25795 WARNING 2025-08-30 23:17:51,259 log 76128 6158446592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:17:51,259 basehttp 76128 6158446592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:17:51,318 basehttp 76128 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:18:28,785 autoreload 76128 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 23:18:29,134 autoreload 76444 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 23:18:29,722 log 76444 6138015744 Internal Server Error: /en/operating-theatre/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'operative_note_create' not found. 'operative_note_create' is not a valid view function or pattern name. ERROR 2025-08-30 23:18:29,724 basehttp 76444 6138015744 "GET /en/operating-theatre/notes/ HTTP/1.1" 500 163602 WARNING 2025-08-30 23:18:29,740 log 76444 6138015744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:18:29,740 basehttp 76444 6138015744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 23:19:01,922 log 76444 6138015744 Internal Server Error: /en/operating-theatre/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'operative_note_list' not found. 'operative_note_list' is not a valid view function or pattern name. ERROR 2025-08-30 23:19:01,924 basehttp 76444 6138015744 "GET /en/operating-theatre/notes/ HTTP/1.1" 500 162923 WARNING 2025-08-30 23:19:01,937 log 76444 6138015744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:19:01,937 basehttp 76444 6138015744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 23:19:41,646 log 76444 6138015744 Internal Server Error: /en/operating-theatre/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 201, in render return self.nodelist_empty.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'operative_note_create' not found. 'operative_note_create' is not a valid view function or pattern name. ERROR 2025-08-30 23:19:41,648 basehttp 76444 6138015744 "GET /en/operating-theatre/notes/ HTTP/1.1" 500 176088 WARNING 2025-08-30 23:19:41,660 log 76444 6138015744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:19:41,660 basehttp 76444 6138015744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:20:54,383 autoreload 76444 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 23:20:54,693 autoreload 77545 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 23:20:55,803 basehttp 77545 6194491392 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 24420 WARNING 2025-08-30 23:20:55,814 log 77545 6194491392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:20:55,814 basehttp 77545 6194491392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:20:55,874 basehttp 77545 6194491392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:20:58,091 basehttp 77545 6194491392 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 24420 WARNING 2025-08-30 23:20:58,104 log 77545 6194491392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:20:58,104 basehttp 77545 6194491392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:20:58,156 basehttp 77545 6194491392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:21:00,261 basehttp 77545 6194491392 "GET /en/operating-theatre/notes/create/ HTTP/1.1" 200 39318 WARNING 2025-08-30 23:21:00,277 log 77545 6194491392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:21:00,277 basehttp 77545 6194491392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:21:00,329 basehttp 77545 6194491392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:21:40,582 autoreload 77545 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 23:21:40,928 autoreload 77865 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 23:21:42,623 basehttp 77865 6126071808 "POST /en/operating-theatre/notes/create/ HTTP/1.1" 200 39635 WARNING 2025-08-30 23:21:42,642 log 77865 6126071808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:21:42,642 basehttp 77865 6126071808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:21:42,695 basehttp 77865 6126071808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:21:50,748 basehttp 77865 6126071808 "GET /en/operating-theatre/notes/create/ HTTP/1.1" 200 39318 WARNING 2025-08-30 23:21:50,762 log 77865 6126071808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:21:50,763 basehttp 77865 6126071808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:21:51,420 log 77865 6126071808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:21:51,421 basehttp 77865 6126071808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:21:51,430 log 77865 6126071808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:21:51,430 basehttp 77865 6126071808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:21:52,994 log 77865 6159724544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:21:52,995 basehttp 77865 6159724544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:21:52,998 basehttp 77865 6142898176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:21:52,999 basehttp 77865 6126071808 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 WARNING 2025-08-30 23:21:53,003 log 77865 6159724544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:21:53,003 basehttp 77865 6159724544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 23:21:54,571 log 77865 6159724544 Internal Server Error: /en/operating-theatre/equipment/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 964, in get_queryset queryset = EquipmentUsage.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, end_time, equipment_name, equipment_type, expiration_date, id, lot_number, manufacturer, model, notes, quantity_used, recorded_by, recorded_by_id, serial_number, start_time, sterilization_date, surgical_case, surgical_case_id, total_cost, unit_cost, unit_of_measure, updated_at, usage_id ERROR 2025-08-30 23:21:54,573 basehttp 77865 6159724544 "GET /en/operating-theatre/equipment/ HTTP/1.1" 500 131436 WARNING 2025-08-30 23:21:54,587 log 77865 6159724544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:21:54,587 basehttp 77865 6159724544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:25:34,358 autoreload 77865 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 23:25:34,671 autoreload 79669 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 23:25:35,879 log 79669 6127349760 Internal Server Error: /en/operating-theatre/equipment/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'status' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 997, in get_context_data 'statuses': EquipmentUsage._meta.get_field('status').choices, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: EquipmentUsage has no field named 'status' ERROR 2025-08-30 23:25:35,881 basehttp 79669 6127349760 "GET /en/operating-theatre/equipment/ HTTP/1.1" 500 94429 WARNING 2025-08-30 23:25:35,891 log 79669 6127349760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:25:35,891 basehttp 79669 6127349760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:26:44,308 autoreload 79669 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 23:26:44,637 autoreload 80166 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 23:26:46,700 log 80166 6128857088 Internal Server Error: /en/operating-theatre/equipment/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'equipment_create' not found. 'equipment_create' is not a valid view function or pattern name. ERROR 2025-08-30 23:26:46,702 basehttp 80166 6128857088 "GET /en/operating-theatre/equipment/ HTTP/1.1" 500 166267 WARNING 2025-08-30 23:26:46,716 log 80166 6128857088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:26:46,717 basehttp 80166 6128857088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:27:35,669 autoreload 80166 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 23:27:35,989 autoreload 80589 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 23:28:12,423 autoreload 80589 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/urls.py changed, reloading. INFO 2025-08-30 23:28:12,749 autoreload 80919 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 23:28:13,720 basehttp 80919 6341865472 "GET /en/operating-theatre/equipment/ HTTP/1.1" 200 25152 WARNING 2025-08-30 23:28:13,733 log 80919 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:28:13,733 basehttp 80919 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:28:13,795 basehttp 80919 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:28:54,655 basehttp 80919 6341865472 "GET /en/operating-theatre/equipment/ HTTP/1.1" 200 29350 WARNING 2025-08-30 23:28:54,669 log 80919 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:28:54,670 basehttp 80919 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:28:54,734 basehttp 80919 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:29:54,739 basehttp 80919 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:30:29,157 basehttp 80919 6341865472 "GET /en/operating-theatre/equipment/ HTTP/1.1" 200 29350 WARNING 2025-08-30 23:30:29,168 log 80919 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:30:29,168 basehttp 80919 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:30:29,215 basehttp 80919 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 23:30:29,889 log 80919 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:30:29,891 basehttp 80919 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:30:29,893 basehttp 80919 6375518208 - Broken pipe from ('127.0.0.1', 55011) INFO 2025-08-30 23:30:29,895 basehttp 80919 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:30:29,896 basehttp 80919 6341865472 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 WARNING 2025-08-30 23:30:29,898 log 80919 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:30:29,898 basehttp 80919 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 23:30:30,931 log 80919 6392344576 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'equipment_usage_list' not found. 'equipment_usage_list' is not a valid view function or pattern name. ERROR 2025-08-30 23:30:30,933 basehttp 80919 6392344576 "GET /en/operating-theatre/ HTTP/1.1" 500 176469 WARNING 2025-08-30 23:30:30,945 log 80919 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:30:30,946 basehttp 80919 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 23:30:32,369 log 80919 6392344576 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'equipment_usage_list' not found. 'equipment_usage_list' is not a valid view function or pattern name. ERROR 2025-08-30 23:30:32,370 basehttp 80919 6392344576 "GET /en/operating-theatre/ HTTP/1.1" 500 176469 WARNING 2025-08-30 23:30:32,382 log 80919 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:30:32,382 basehttp 80919 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:30:56,124 basehttp 80919 6392344576 "GET /en/operating-theatre/ HTTP/1.1" 200 34120 WARNING 2025-08-30 23:30:56,140 log 80919 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:30:56,140 basehttp 80919 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:30:56,230 basehttp 80919 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:30:56,232 basehttp 80919 6341865472 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 23:30:59,793 basehttp 80919 6341865472 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 26947 WARNING 2025-08-30 23:30:59,813 log 80919 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:30:59,813 basehttp 80919 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:30:59,895 basehttp 80919 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 23:31:06,901 log 80919 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:31:06,902 basehttp 80919 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:31:06,913 log 80919 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:31:06,913 basehttp 80919 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:31:07,960 basehttp 80919 6341865472 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 23266 WARNING 2025-08-30 23:31:07,974 log 80919 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:31:07,974 basehttp 80919 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:31:08,023 basehttp 80919 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 23:31:10,374 log 80919 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:31:10,375 basehttp 80919 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:31:10,389 log 80919 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:31:10,389 basehttp 80919 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:31:11,384 basehttp 80919 6341865472 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 30821 WARNING 2025-08-30 23:31:11,404 log 80919 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:31:11,404 basehttp 80919 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:31:11,454 basehttp 80919 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:31:11,456 basehttp 80919 6392344576 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 23:31:20,967 basehttp 80919 6392344576 "GET /en/operating-theatre/rooms/create/ HTTP/1.1" 200 48886 WARNING 2025-08-30 23:31:20,985 log 80919 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:31:20,985 basehttp 80919 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:31:21,045 basehttp 80919 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 23:31:37,683 log 80919 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:31:37,683 basehttp 80919 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:31:37,694 log 80919 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:31:37,694 basehttp 80919 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:31:38,427 log 80919 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:31:38,428 basehttp 80919 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:31:38,428 basehttp 80919 6392344576 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 WARNING 2025-08-30 23:31:38,436 log 80919 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:31:38,436 basehttp 80919 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 23:31:42,876 log 80919 6392344576 Internal Server Error: /en/operating-theatre/templates/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 383, in get_queryset return queryset.order_by('template_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'template_name' into field. Choices are: closure_template, complications_template, created_at, created_by, created_by_id, description, findings_template, id, implants_template, indication_template, is_active, is_default, name, planned_procedure_template, postop_instructions_template, postoperative_diagnosis_template, preoperative_diagnosis_template, procedure_performed_template, procedure_type, specialty, specimens_template, surgical_approach_template, surgical_notes, technique_template, template_id, tenant, tenant_id, updated_at, usage_count ERROR 2025-08-30 23:31:42,878 basehttp 80919 6392344576 "GET /en/operating-theatre/templates/ HTTP/1.1" 500 103640 WARNING 2025-08-30 23:31:42,897 log 80919 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:31:42,897 basehttp 80919 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:32:31,131 autoreload 80919 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 23:32:31,464 autoreload 82857 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 23:32:31,727 basehttp 82857 6163116032 "GET /en/operating-theatre/templates/ HTTP/1.1" 200 41476 WARNING 2025-08-30 23:32:31,743 basehttp 82857 6230421504 "GET /static/assets/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 404 2122 WARNING 2025-08-30 23:32:31,745 basehttp 82857 6196768768 "GET /static/assets/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 404 2161 WARNING 2025-08-30 23:32:31,745 basehttp 82857 6179942400 "GET /static/assets/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 404 2128 WARNING 2025-08-30 23:32:31,745 basehttp 82857 6213595136 "GET /static/assets/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2098 WARNING 2025-08-30 23:32:31,748 basehttp 82857 6196768768 "GET /static/assets/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 404 2155 WARNING 2025-08-30 23:32:31,748 basehttp 82857 6247247872 "GET /static/assets/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 404 2143 WARNING 2025-08-30 23:32:31,750 log 82857 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:32:31,750 basehttp 82857 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:32:31,786 basehttp 82857 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:33:31,808 basehttp 82857 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-30 23:33:32,403 log 82857 6163116032 Internal Server Error: /en/operating-theatre/templates/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: operating_theatre/surgical_note_template_form.html ERROR 2025-08-30 23:33:32,404 basehttp 82857 6163116032 "GET /en/operating-theatre/templates/create/ HTTP/1.1" 500 83676 WARNING 2025-08-30 23:33:32,422 log 82857 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:33:32,423 basehttp 82857 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:34:02,158 autoreload 82857 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 23:34:02,486 autoreload 83561 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 23:34:03,438 log 83561 6132264960 Internal Server Error: /en/operating-theatre/templates/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '${variable' from '${variable' ERROR 2025-08-30 23:34:03,439 basehttp 83561 6132264960 "GET /en/operating-theatre/templates/create/ HTTP/1.1" 500 233244 WARNING 2025-08-30 23:34:03,449 log 83561 6132264960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:34:03,449 basehttp 83561 6132264960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:34:29,733 autoreload 83561 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 23:34:30,068 autoreload 83720 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 23:36:28,012 log 83720 6133510144 Internal Server Error: /en/operating-theatre/templates/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '${key' from '${key' ERROR 2025-08-30 23:36:28,017 basehttp 83720 6133510144 "GET /en/operating-theatre/templates/create/ HTTP/1.1" 500 218771 WARNING 2025-08-30 23:36:28,028 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:36:28,029 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 23:38:38,128 log 83720 6133510144 Internal Server Error: /en/operating-theatre/templates/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_template_test' not found. 'surgical_note_template_test' is not a valid view function or pattern name. ERROR 2025-08-30 23:38:38,132 basehttp 83720 6133510144 "GET /en/operating-theatre/templates/create/ HTTP/1.1" 500 175657 WARNING 2025-08-30 23:38:38,147 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:38:38,147 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:40:11,331 basehttp 83720 6133510144 "GET /en/operating-theatre/templates/create/ HTTP/1.1" 200 57259 WARNING 2025-08-30 23:40:11,348 basehttp 83720 6150336512 "GET /static/plugins/summernote/summernote-bs5.min.css HTTP/1.1" 404 2050 WARNING 2025-08-30 23:40:11,350 basehttp 83720 6167162880 "GET /static/plugins/summernote/summernote-bs5.min.js HTTP/1.1" 404 2047 WARNING 2025-08-30 23:40:11,353 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:40:11,353 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:40:11,418 basehttp 83720 6133510144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:40:47,700 basehttp 83720 6133510144 "GET /en/operating-theatre/templates/ HTTP/1.1" 200 41476 WARNING 2025-08-30 23:40:47,715 basehttp 83720 6150336512 "GET /static/assets/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 404 2128 WARNING 2025-08-30 23:40:47,721 basehttp 83720 13438578688 "GET /static/assets/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2098 WARNING 2025-08-30 23:40:47,721 basehttp 83720 13455405056 "GET /static/assets/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 404 2122 WARNING 2025-08-30 23:40:47,722 basehttp 83720 6167162880 "GET /static/assets/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 404 2161 WARNING 2025-08-30 23:40:47,725 basehttp 83720 13472231424 "GET /static/assets/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 404 2155 WARNING 2025-08-30 23:40:47,725 basehttp 83720 6150336512 "GET /static/assets/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 404 2143 WARNING 2025-08-30 23:40:47,727 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:40:47,728 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:40:47,770 basehttp 83720 6133510144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 23:40:50,856 basehttp 83720 6150336512 "GET /static/plugins/summernote/summernote-bs5.min.css HTTP/1.1" 404 2050 WARNING 2025-08-30 23:40:50,858 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:40:50,858 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:40:50,869 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:40:50,869 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:40:51,164 basehttp 83720 13572796416 "GET /static/assets/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 404 2161 WARNING 2025-08-30 23:40:51,165 basehttp 83720 6167162880 "GET /static/assets/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 404 2128 WARNING 2025-08-30 23:40:51,168 log 83720 6150336512 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-30 23:40:51,169 basehttp 83720 6133510144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 23:40:51,169 basehttp 83720 6150336512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:40:51,176 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:40:51,176 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:40:51,856 log 83720 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:40:51,857 basehttp 83720 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:40:51,858 basehttp 83720 6133510144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:40:51,861 basehttp 83720 6150336512 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 WARNING 2025-08-30 23:40:51,866 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:40:51,867 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:40:55,502 basehttp 83720 6133510144 "GET /en/operating-theatre/cases/create/ HTTP/1.1" 200 43519 WARNING 2025-08-30 23:40:55,519 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:40:55,520 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:40:55,610 basehttp 83720 6133510144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 23:41:00,843 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:41:00,844 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:41:00,861 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:41:00,861 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:41:06,628 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:41:06,629 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:41:07,564 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:41:07,564 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:41:23,610 basehttp 83720 6133510144 "GET /en/inventory/stock/92/ HTTP/1.1" 200 33987 WARNING 2025-08-30 23:41:23,630 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:41:23,630 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:41:23,670 basehttp 83720 6133510144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:41:23,675 basehttp 83720 6133510144 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 WARNING 2025-08-30 23:41:42,812 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:41:42,812 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:41:42,839 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:41:42,839 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:42:07,795 basehttp 83720 6133510144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:42:07,806 basehttp 83720 6150336512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-30 23:42:13,509 log 83720 6150336512 Internal Server Error: /en/inventory/stock/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/forms.py", line 369, in __init__ ).order_by('location_name') ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'location_name' into field. Choices are: access_control, aisle, bin, building, capacity_cubic_feet, child_locations, created_at, created_by, created_by_id, description, floor, humidity_controlled, humidity_max, humidity_min, id, inventory_stocks, is_active, location_code, location_id, location_manager, location_manager_id, location_type, max_weight_pounds, name, notes, parent_location, parent_location_id, purchase_orders, room, secure_location, shelf, temperature_controlled, temperature_max, temperature_min, tenant, tenant_id, updated_at, zone ERROR 2025-08-30 23:42:13,511 basehttp 83720 6150336512 "GET /en/inventory/stock/create/ HTTP/1.1" 500 117539 WARNING 2025-08-30 23:42:13,529 log 83720 6150336512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:42:13,529 basehttp 83720 6150336512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:42:36,457 autoreload 83720 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/forms.py changed, reloading. INFO 2025-08-30 23:42:36,786 autoreload 87380 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 23:42:37,819 log 87380 6165114880 Internal Server Error: /en/inventory/stock/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: inventory/stock_form.html ERROR 2025-08-30 23:42:37,820 basehttp 87380 6165114880 "GET /en/inventory/stock/create/ HTTP/1.1" 500 83196 WARNING 2025-08-30 23:42:37,833 log 87380 6165114880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:42:37,833 basehttp 87380 6165114880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:43:34,168 autoreload 87380 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-30 23:43:34,509 autoreload 87778 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 23:43:35,259 basehttp 87778 6125694976 "GET /en/inventory/stock/create/ HTTP/1.1" 200 40877 WARNING 2025-08-30 23:43:35,276 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:43:35,276 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:43:35,350 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:44:34,740 basehttp 87778 6125694976 "GET /en/inventory/stock/create/ HTTP/1.1" 200 40894 WARNING 2025-08-30 23:44:34,752 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:44:34,753 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:44:34,791 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:44:47,875 basehttp 87778 6125694976 "GET /en/inventory/stock/create/ HTTP/1.1" 200 40895 WARNING 2025-08-30 23:44:47,887 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:44:47,887 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:44:47,927 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:45:12,721 basehttp 87778 6125694976 "GET /en/inventory/stock/create/ HTTP/1.1" 200 40851 WARNING 2025-08-30 23:45:12,735 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:45:12,735 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:45:12,791 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:46:12,815 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-30 23:46:45,292 log 87778 6125694976 Internal Server Error: /en/inventory/stock/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'ebt' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'ebt' is not a registered namespace ERROR 2025-08-30 23:46:45,294 basehttp 87778 6125694976 "GET /en/inventory/stock/create/ HTTP/1.1" 500 178198 WARNING 2025-08-30 23:46:45,308 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:46:45,308 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:46:57,908 basehttp 87778 6125694976 "GET /en/inventory/stock/create/ HTTP/1.1" 200 41401 WARNING 2025-08-30 23:46:57,922 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:46:57,922 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:46:57,996 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:47:58,003 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:48:05,784 basehttp 87778 6125694976 "GET /en/inventory/stock/create/ HTTP/1.1" 200 41928 WARNING 2025-08-30 23:48:05,799 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:48:05,799 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:48:05,862 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:49:05,857 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:49:34,559 basehttp 87778 6125694976 "GET /en/inventory/stock/create/ HTTP/1.1" 200 42460 WARNING 2025-08-30 23:49:34,576 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:49:34,577 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:49:34,630 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:49:55,908 basehttp 87778 6125694976 "GET /en/inventory/stock/create/ HTTP/1.1" 200 41442 WARNING 2025-08-30 23:49:55,926 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:49:55,926 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:49:55,993 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:50:26,319 basehttp 87778 6125694976 "GET /en/inventory/stock/create/ HTTP/1.1" 200 40933 WARNING 2025-08-30 23:50:26,337 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:50:26,337 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:50:26,388 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:50:34,059 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 23:50:34,062 log 87778 6142521344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:50:34,062 basehttp 87778 6142521344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:50:34,066 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 23:50:34,077 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:50:34,077 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:50:47,035 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:50:47,036 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:51:06,937 basehttp 87778 6125694976 "GET /en/inventory/items/ HTTP/1.1" 200 42642 WARNING 2025-08-30 23:51:06,960 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:51:06,960 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:51:07,055 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:51:07,087 basehttp 87778 6125694976 "GET /en/inventory/items/ HTTP/1.1" 200 42642 INFO 2025-08-30 23:51:07,091 basehttp 87778 6142521344 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 WARNING 2025-08-30 23:51:12,454 log 87778 6142521344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:51:12,454 basehttp 87778 6142521344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:51:12,467 log 87778 6142521344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:51:12,467 basehttp 87778 6142521344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:51:14,933 basehttp 87778 6142521344 "GET /en/inventory/stock/ HTTP/1.1" 200 148603 WARNING 2025-08-30 23:51:14,952 log 87778 6142521344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:51:14,952 basehttp 87778 6142521344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:51:15,064 basehttp 87778 6142521344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:51:15,071 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:51:18,984 basehttp 87778 6125694976 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 WARNING 2025-08-30 23:51:18,994 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:51:18,995 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:51:19,008 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:51:19,009 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 23:51:20,140 log 87778 6125694976 Internal Server Error: /en/inventory/orders/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 779, in get_context_data context['statuses'] = PurchaseOrder.STATUS_CHOICES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'PurchaseOrder' has no attribute 'STATUS_CHOICES' ERROR 2025-08-30 23:51:20,142 basehttp 87778 6125694976 "GET /en/inventory/orders/ HTTP/1.1" 500 87152 WARNING 2025-08-30 23:51:20,166 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:51:20,166 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:52:50,594 autoreload 87778 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-30 23:52:51,024 autoreload 91921 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 23:53:49,060 autoreload 91921 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-30 23:53:49,492 autoreload 92314 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 23:54:18,692 autoreload 92314 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-30 23:54:19,118 autoreload 92553 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 23:54:20,388 log 92553 6203764736 Internal Server Error: /en/inventory/orders/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 783, in get_context_data ).order_by('supplier_name') ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'supplier_name' into field. Choices are: address_line_1, address_line_2, certifications, city, contact_person, contract_end_date, contract_start_date, country, created_at, created_by, created_by_id, duns_number, email, id, inventory_stocks, is_active, is_preferred, name, notes, on_time_delivery_rate, payment_terms, performance_rating, phone, postal_code, primary_items, purchase_orders, quality_rating, state, supplier_code, supplier_id, supplier_type, tax_id, tenant, tenant_id, updated_at, website ERROR 2025-08-30 23:54:20,390 basehttp 92553 6203764736 "GET /en/inventory/orders/ HTTP/1.1" 500 106331 WARNING 2025-08-30 23:54:20,401 log 92553 6203764736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:54:20,402 basehttp 92553 6203764736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:54:33,972 autoreload 92553 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-30 23:54:34,337 autoreload 92712 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 00:04:50,867 log 92712 6169817088 Internal Server Error: /en/inventory/orders/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 783, in get_context_data ).order_by('supplier_name') ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'supplier_name' into field. Choices are: address_line_1, address_line_2, certifications, city, contact_person, contract_end_date, contract_start_date, country, created_at, created_by, created_by_id, duns_number, email, id, inventory_stocks, is_active, is_preferred, name, notes, on_time_delivery_rate, payment_terms, performance_rating, phone, postal_code, primary_items, purchase_orders, quality_rating, state, supplier_code, supplier_id, supplier_type, tax_id, tenant, tenant_id, updated_at, website ERROR 2025-08-31 00:04:50,869 basehttp 92712 6169817088 "GET /en/inventory/orders/ HTTP/1.1" 500 106331 WARNING 2025-08-31 00:04:50,881 log 92712 6169817088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:04:50,881 basehttp 92712 6169817088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:05:24,808 autoreload 92712 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-31 00:05:25,271 autoreload 97508 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 00:05:49,394 autoreload 97508 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-31 00:05:49,735 autoreload 97744 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 00:05:51,330 basehttp 97744 6199685120 "GET /en/inventory/orders/ HTTP/1.1" 200 71999 INFO 2025-08-31 00:05:51,347 basehttp 97744 6233337856 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-08-31 00:05:51,348 basehttp 97744 6216511488 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 WARNING 2025-08-31 00:05:51,349 log 97744 6199685120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:05:51,349 basehttp 97744 6199685120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:05:51,426 basehttp 97744 6199685120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 00:06:22,826 log 97744 6199685120 Internal Server Error: /en/inventory/orders/2/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 807, in get_context_data ).select_related('item').order_by('item__item_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'item' into field. Choices are: created_at, id, inventory_item, inventory_item_id, item_id, line_number, notes, purchase_order, purchase_order_id, quantity_ordered, quantity_received, quantity_remaining, requested_delivery_date, status, total_price, unit_price, updated_at ERROR 2025-08-31 00:06:22,828 basehttp 97744 6199685120 "GET /en/inventory/orders/2/ HTTP/1.1" 500 102509 WARNING 2025-08-31 00:06:22,843 log 97744 6199685120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:06:22,843 basehttp 97744 6199685120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:06:41,965 autoreload 97744 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-31 00:06:42,377 autoreload 98135 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 00:06:42,665 basehttp 98135 6157807616 "GET /en/inventory/orders/2/ HTTP/1.1" 200 49723 WARNING 2025-08-31 00:06:42,682 log 98135 6157807616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:06:42,682 basehttp 98135 6157807616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:06:42,722 basehttp 98135 6157807616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:07:43,533 basehttp 98135 6157807616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 00:15:38,132 log 98135 6157807616 Not Found: /inventory/orders/2/track/ WARNING 2025-08-31 00:15:38,132 basehttp 98135 6157807616 "GET /inventory/orders/2/track/ HTTP/1.1" 404 2599 WARNING 2025-08-31 00:15:38,148 log 98135 6157807616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:15:38,148 basehttp 98135 6157807616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:15:43,578 log 98135 6157807616 Not Found: /inventory/orders/2/request-quote/ WARNING 2025-08-31 00:15:43,578 basehttp 98135 6157807616 "GET /inventory/orders/2/request-quote/ HTTP/1.1" 404 2623 WARNING 2025-08-31 00:15:43,600 log 98135 6157807616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:15:43,601 basehttp 98135 6157807616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:15:45,273 log 98135 6157807616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:15:45,274 basehttp 98135 6157807616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:15:45,288 log 98135 6157807616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:15:45,288 basehttp 98135 6157807616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:15:48,621 log 98135 6157807616 Not Found: /inventory/orders/2/report/ WARNING 2025-08-31 00:15:48,622 basehttp 98135 6157807616 "GET /inventory/orders/2/report/ HTTP/1.1" 404 2602 WARNING 2025-08-31 00:15:48,636 log 98135 6157807616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:15:48,636 basehttp 98135 6157807616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-31 00:15:53,403 log 98135 6157807616 Internal Server Error: /en/inventory/suppliers/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'supplier_export' not found. 'supplier_export' is not a valid view function or pattern name. ERROR 2025-08-31 00:15:53,405 basehttp 98135 6157807616 "GET /en/inventory/suppliers/4/ HTTP/1.1" 500 175672 WARNING 2025-08-31 00:15:53,420 log 98135 6157807616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:15:53,420 basehttp 98135 6157807616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:16:56,876 basehttp 98135 6157807616 "GET /en/inventory/suppliers/4/ HTTP/1.1" 200 37934 WARNING 2025-08-31 00:16:56,889 log 98135 6157807616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:16:56,889 basehttp 98135 6157807616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:16:56,951 basehttp 98135 6157807616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 00:17:07,646 log 98135 6157807616 Internal Server Error: /en/inventory/orders/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/forms.py", line 466, in __init__ ).order_by('supplier_name') ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'supplier_name' into field. Choices are: address_line_1, address_line_2, certifications, city, contact_person, contract_end_date, contract_start_date, country, created_at, created_by, created_by_id, duns_number, email, id, inventory_stocks, is_active, is_preferred, name, notes, on_time_delivery_rate, payment_terms, performance_rating, phone, postal_code, primary_items, purchase_orders, quality_rating, state, supplier_code, supplier_id, supplier_type, tax_id, tenant, tenant_id, updated_at, website ERROR 2025-08-31 00:17:07,649 basehttp 98135 6157807616 "GET /en/inventory/orders/create/?supplier=4 HTTP/1.1" 500 117752 WARNING 2025-08-31 00:17:07,666 log 98135 6157807616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:17:07,667 basehttp 98135 6157807616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:17:18,829 autoreload 98135 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/forms.py changed, reloading. INFO 2025-08-31 00:17:19,288 autoreload 99647 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 00:17:19,799 log 99647 6189133824 Internal Server Error: /en/inventory/orders/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/forms.py", line 471, in __init__ ).order_by('location_name') ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'location_name' into field. Choices are: access_control, aisle, bin, building, capacity_cubic_feet, child_locations, created_at, created_by, created_by_id, description, floor, humidity_controlled, humidity_max, humidity_min, id, inventory_stocks, is_active, location_code, location_id, location_manager, location_manager_id, location_type, max_weight_pounds, name, notes, parent_location, parent_location_id, purchase_orders, room, secure_location, shelf, temperature_controlled, temperature_max, temperature_min, tenant, tenant_id, updated_at, zone ERROR 2025-08-31 00:17:19,800 basehttp 99647 6189133824 "GET /en/inventory/orders/create/?supplier=4 HTTP/1.1" 500 118037 WARNING 2025-08-31 00:17:19,812 log 99647 6189133824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:17:19,812 basehttp 99647 6189133824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:17:29,909 autoreload 99647 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/forms.py changed, reloading. INFO 2025-08-31 00:17:30,233 autoreload 99734 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 00:17:30,518 basehttp 99734 6196850688 "GET /en/inventory/orders/create/?supplier=4 HTTP/1.1" 200 64878 WARNING 2025-08-31 00:17:30,533 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:17:30,533 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:17:30,590 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 00:17:40,467 log 99734 6196850688 Not Found: /inventory/items/list/ WARNING 2025-08-31 00:17:40,467 basehttp 99734 6196850688 "GET /inventory/items/list/ HTTP/1.1" 404 2587 WARNING 2025-08-31 00:18:14,483 log 99734 6196850688 Not Found: /inventory/templates/medical_supplies/ WARNING 2025-08-31 00:18:14,484 basehttp 99734 6196850688 "GET /inventory/templates/medical_supplies/ HTTP/1.1" 404 2635 WARNING 2025-08-31 00:18:15,469 log 99734 6196850688 Not Found: /inventory/templates/office_supplies/ WARNING 2025-08-31 00:18:15,470 basehttp 99734 6196850688 "GET /inventory/templates/office_supplies/ HTTP/1.1" 404 2632 WARNING 2025-08-31 00:18:17,406 log 99734 6196850688 Not Found: /inventory/templates/office_supplies/ WARNING 2025-08-31 00:18:17,407 basehttp 99734 6196850688 "GET /inventory/templates/office_supplies/ HTTP/1.1" 404 2632 WARNING 2025-08-31 00:18:18,306 log 99734 6196850688 Not Found: /inventory/templates/medical_supplies/ WARNING 2025-08-31 00:18:18,307 basehttp 99734 6196850688 "GET /inventory/templates/medical_supplies/ HTTP/1.1" 404 2635 INFO 2025-08-31 00:18:27,447 basehttp 99734 6196850688 "POST /en/inventory/orders/create/?supplier=4 HTTP/1.1" 200 65180 WARNING 2025-08-31 00:18:27,465 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:18:27,465 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:18:27,536 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 00:18:30,784 log 99734 6196850688 Not Found: /inventory/items/list/ WARNING 2025-08-31 00:18:30,784 basehttp 99734 6196850688 "GET /inventory/items/list/ HTTP/1.1" 404 2587 INFO 2025-08-31 00:19:27,526 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:20:23,525 basehttp 99734 6196850688 "POST /en/inventory/orders/create/?supplier=4 HTTP/1.1" 200 65187 WARNING 2025-08-31 00:20:23,540 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:20:23,540 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:20:23,615 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:20:25,228 basehttp 99734 6196850688 "GET /en/inventory/items/ HTTP/1.1" 200 42642 INFO 2025-08-31 00:21:23,616 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:21:40,962 basehttp 99734 6196850688 "GET /inventory/suppliers/create/ HTTP/1.1" 302 0 INFO 2025-08-31 00:21:40,974 basehttp 99734 6213677056 "GET /en/inventory/suppliers/create/ HTTP/1.1" 200 43337 WARNING 2025-08-31 00:21:41,006 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:21:41,006 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:21:41,018 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:22:11,049 basehttp 99734 6213677056 "GET /en/inventory/orders/create/?supplier=4 HTTP/1.1" 200 64885 WARNING 2025-08-31 00:22:11,068 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:22:11,069 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:23:11,137 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:23:37,329 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 00:23:37,330 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:23:37,330 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:23:37,356 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:23:37,356 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:23:38,973 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:23:38,973 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:23:38,976 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 00:23:38,982 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:23:38,982 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:23:40,406 basehttp 99734 6213677056 "GET /en/inventory/orders/2/ HTTP/1.1" 200 49723 WARNING 2025-08-31 00:23:40,418 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:23:40,419 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:23:40,455 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 00:23:45,218 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:23:45,218 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:23:54,069 basehttp 99734 6213677056 "GET /en/inventory/orders/ HTTP/1.1" 200 72543 WARNING 2025-08-31 00:23:54,085 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:23:54,085 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:23:54,164 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:24:54,161 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:24:54,353 basehttp 99734 6213677056 "GET /en/inventory/orders/ HTTP/1.1" 200 72576 WARNING 2025-08-31 00:24:54,368 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:24:54,368 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:24:54,445 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:25:00,519 basehttp 99734 6213677056 "GET /en/inventory/orders/?status=draft HTTP/1.1" 200 47263 WARNING 2025-08-31 00:25:00,541 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:25:00,542 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:25:00,595 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:25:04,430 basehttp 99734 6213677056 "GET /en/inventory/orders/create/ HTTP/1.1" 200 64885 WARNING 2025-08-31 00:25:04,454 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:25:04,454 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:25:04,510 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:26:04,513 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:26:53,807 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 00:26:53,810 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:26:53,810 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:26:53,820 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:26:53,821 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:26:54,409 basehttp 99734 6196850688 "GET /en/inventory/orders/?status=draft HTTP/1.1" 200 47263 WARNING 2025-08-31 00:26:54,430 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:26:54,430 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:26:54,480 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:26:58,843 basehttp 99734 6196850688 "GET /en/inventory/orders/?status=all HTTP/1.1" 200 47255 WARNING 2025-08-31 00:26:58,865 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:26:58,865 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:26:58,920 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 00:27:02,283 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:27:02,283 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:27:02,293 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:27:02,294 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:27:02,748 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 00:27:02,750 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:27:02,750 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:27:02,762 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:27:02,762 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:27:03,601 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:27:03,601 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:27:06,894 basehttp 99734 6213677056 "GET /en/inventory/ HTTP/1.1" 200 46616 WARNING 2025-08-31 00:27:06,906 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:27:06,907 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:27:06,969 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:27:06,970 basehttp 99734 6196850688 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 WARNING 2025-08-31 00:27:08,889 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:27:08,889 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:27:08,900 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:27:08,901 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:27:09,637 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:27:09,638 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:27:09,649 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:27:09,649 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:27:10,142 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:27:10,142 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:27:10,157 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:27:10,157 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:27:17,349 basehttp 99734 6196850688 "GET /en/inventory/orders/create/ HTTP/1.1" 200 64885 WARNING 2025-08-31 00:27:17,368 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:27:17,368 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:27:17,407 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:28:17,441 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:29:17,426 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:30:17,422 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:30:37,836 basehttp 99734 6196850688 "GET /en/inventory/orders/create/ HTTP/1.1" 200 65413 WARNING 2025-08-31 00:30:37,848 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:30:37,848 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:30:37,892 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:31:37,913 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:31:56,545 basehttp 99734 6196850688 "GET /en/inventory/orders/create/ HTTP/1.1" 200 65379 WARNING 2025-08-31 00:31:56,559 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:31:56,560 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:31:56,617 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:32:56,637 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:33:51,876 basehttp 99734 6196850688 "GET /en/inventory/orders/create/ HTTP/1.1" 200 65141 WARNING 2025-08-31 00:33:51,889 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:33:51,889 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:33:51,947 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:34:51,976 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:35:51,987 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:35:55,493 basehttp 99734 6196850688 "GET /en/inventory/orders/create/ HTTP/1.1" 200 65116 WARNING 2025-08-31 00:35:55,510 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:35:55,511 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:35:55,579 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:36:09,432 basehttp 99734 6196850688 "GET /en/inventory/orders/create/ HTTP/1.1" 200 65096 WARNING 2025-08-31 00:36:09,447 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:36:09,447 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:36:09,503 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:36:36,943 basehttp 99734 6196850688 "GET /en/inventory/orders/create/ HTTP/1.1" 200 65051 WARNING 2025-08-31 00:36:36,960 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:36:36,960 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:36:37,018 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:37:37,033 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:37:59,692 basehttp 99734 6196850688 "GET /en/inventory/orders/create/ HTTP/1.1" 200 65253 WARNING 2025-08-31 00:37:59,711 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:37:59,711 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:37:59,767 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 00:38:10,881 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:38:10,881 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:38:15,000 basehttp 99734 6196850688 "GET /en/inventory/orders/?status=all HTTP/1.1" 200 47255 WARNING 2025-08-31 00:38:15,014 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:38:15,014 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:38:15,071 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:38:19,432 basehttp 99734 6196850688 "GET /en/inventory/orders/ HTTP/1.1" 200 72576 WARNING 2025-08-31 00:38:19,447 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:38:19,447 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:38:19,470 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:38:24,824 basehttp 99734 6196850688 "GET /en/inventory/orders/2/ HTTP/1.1" 200 49893 WARNING 2025-08-31 00:38:24,841 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:38:24,841 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:38:24,900 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:39:25,546 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:41:45,350 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:45:01,637 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:46:02,635 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:47:03,632 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:49:16,880 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 00:49:16,882 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:49:16,882 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:49:16,901 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:49:16,902 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:49:25,234 basehttp 99734 6213677056 "GET /en/inventory/orders/?page_size=100 HTTP/1.1" 200 72584 WARNING 2025-08-31 00:49:25,252 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:49:25,253 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:49:25,356 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:50:16,590 basehttp 99734 6213677056 "GET /en/inventory/orders/?page_size=100 HTTP/1.1" 200 72584 WARNING 2025-08-31 00:50:16,604 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:50:16,604 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:50:16,721 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:50:27,361 basehttp 99734 6213677056 "GET /en/inventory/orders/ HTTP/1.1" 200 72576 WARNING 2025-08-31 00:50:27,381 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:50:27,382 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:50:27,454 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:50:57,614 basehttp 99734 6213677056 "GET /en/inventory/orders/ HTTP/1.1" 200 72203 WARNING 2025-08-31 00:50:57,631 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:50:57,631 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:50:57,689 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:51:21,615 basehttp 99734 6213677056 "GET /en/inventory/orders/ HTTP/1.1" 200 71999 WARNING 2025-08-31 00:51:21,633 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:51:21,633 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:51:21,692 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:51:55,439 basehttp 99734 6213677056 "GET /en/inventory/orders/ HTTP/1.1" 200 71949 WARNING 2025-08-31 00:51:55,454 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:51:55,454 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:51:55,514 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:52:13,866 basehttp 99734 6213677056 "GET /en/inventory/orders/ HTTP/1.1" 200 71979 WARNING 2025-08-31 00:52:13,878 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:52:13,879 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:52:13,917 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:52:29,537 basehttp 99734 6213677056 "GET /en/inventory/orders/ HTTP/1.1" 200 71954 WARNING 2025-08-31 00:52:29,549 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:52:29,549 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:52:29,591 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:52:39,186 basehttp 99734 6213677056 "GET /en/inventory/orders/ HTTP/1.1" 200 71954 WARNING 2025-08-31 00:52:39,199 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:52:39,199 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:52:39,257 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:52:52,693 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 00:52:52,696 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:52:52,696 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:52:52,711 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:52:52,712 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:52:53,379 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 00:52:53,385 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:52:53,385 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:52:53,396 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:52:53,397 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:52:53,877 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 00:52:53,879 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:52:53,879 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:52:53,891 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:52:53,892 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:52:54,395 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:52:54,395 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:52:57,403 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:52:57,403 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:52:58,047 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:52:58,048 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:53:03,373 basehttp 99734 6196850688 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 148603 WARNING 2025-08-31 00:53:03,397 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:53:03,397 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:53:03,490 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:53:03,495 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:53:59,821 basehttp 99734 6213677056 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149286 WARNING 2025-08-31 00:53:59,841 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:53:59,842 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:53:59,980 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:53:59,985 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:54:59,956 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:54:59,962 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:55:00,031 basehttp 99734 6213677056 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149286 WARNING 2025-08-31 00:55:00,051 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:55:00,051 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:55:00,164 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:55:00,188 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:55:32,761 basehttp 99734 6196850688 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149940 WARNING 2025-08-31 00:55:32,779 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:55:32,779 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:55:32,881 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:55:32,889 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:56:32,893 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:56:32,902 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:56:32,976 basehttp 99734 6196850688 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149940 WARNING 2025-08-31 00:56:33,001 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:56:33,001 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:56:33,136 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:56:33,141 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:56:37,134 basehttp 99734 6213677056 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149834 WARNING 2025-08-31 00:56:37,159 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:56:37,159 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:56:37,263 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:56:37,268 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:57:33,387 basehttp 99734 6196850688 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149887 WARNING 2025-08-31 00:57:33,410 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:57:33,410 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:57:33,558 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:57:33,563 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:58:33,526 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:58:33,536 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:58:33,612 basehttp 99734 6196850688 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149887 WARNING 2025-08-31 00:58:33,634 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:58:33,634 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:58:33,727 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:58:33,733 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:59:33,739 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:59:33,749 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:59:33,818 basehttp 99734 6196850688 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149887 WARNING 2025-08-31 00:59:33,839 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:59:33,839 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:59:33,991 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:59:33,998 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:00:33,965 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:00:33,973 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:00:34,041 basehttp 99734 6196850688 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149887 WARNING 2025-08-31 01:00:34,065 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:00:34,065 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:00:34,180 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:00:34,195 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:00:52,904 autoreload 99734 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-31 01:00:53,407 autoreload 16944 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 01:01:22,554 autoreload 16944 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-31 01:01:23,007 autoreload 17196 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 01:01:34,229 basehttp 17196 6163165184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:01:34,235 basehttp 17196 6163165184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:01:34,258 basehttp 17196 6163165184 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149887 WARNING 2025-08-31 01:01:34,279 log 17196 6163165184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:01:34,279 basehttp 17196 6163165184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:01:34,369 basehttp 17196 6163165184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:01:34,375 basehttp 17196 6179991552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:01:58,453 autoreload 17196 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-31 01:01:58,875 autoreload 17435 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 01:02:32,195 autoreload 17435 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-31 01:02:32,637 autoreload 17745 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 01:02:34,420 basehttp 17745 6192640000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:02:34,427 basehttp 17745 6192640000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:02:34,468 basehttp 17745 6192640000 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149887 WARNING 2025-08-31 01:02:34,489 log 17745 6192640000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:02:34,489 basehttp 17745 6192640000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:02:34,578 basehttp 17745 6192640000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:02:34,584 basehttp 17745 6209466368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:03:22,668 autoreload 17745 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-31 01:03:23,055 autoreload 18059 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 01:03:34,636 basehttp 18059 6167359488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:03:34,643 basehttp 18059 6167359488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:03:34,670 basehttp 18059 6167359488 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149887 WARNING 2025-08-31 01:03:34,690 log 18059 6167359488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:03:34,690 basehttp 18059 6167359488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:03:34,774 basehttp 18059 6167359488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:03:34,788 basehttp 18059 6184185856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:04:34,785 basehttp 18059 6184185856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:04:34,825 basehttp 18059 6167359488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:04:34,896 basehttp 18059 6167359488 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149887 WARNING 2025-08-31 01:04:34,914 log 18059 6167359488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:04:34,914 basehttp 18059 6167359488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:04:35,005 basehttp 18059 6167359488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:04:35,082 basehttp 18059 6184185856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:04:50,368 autoreload 18059 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-31 01:04:50,709 autoreload 18772 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 01:04:51,013 basehttp 18772 6124810240 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149887 WARNING 2025-08-31 01:04:51,042 log 18772 6124810240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:04:51,042 basehttp 18772 6124810240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:04:51,128 basehttp 18772 6124810240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:04:51,135 basehttp 18772 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:05:51,153 basehttp 18772 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:05:51,162 basehttp 18772 6124810240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:05:51,217 basehttp 18772 6124810240 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149887 WARNING 2025-08-31 01:05:51,237 log 18772 6124810240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:05:51,237 basehttp 18772 6124810240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:05:51,329 basehttp 18772 6124810240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:05:51,336 basehttp 18772 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:06:51,344 basehttp 18772 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:06:51,355 basehttp 18772 6124810240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:06:51,420 basehttp 18772 6124810240 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149887 WARNING 2025-08-31 01:06:51,443 log 18772 6124810240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:06:51,443 basehttp 18772 6124810240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:06:51,529 basehttp 18772 6124810240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:06:51,534 basehttp 18772 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:07:51,546 basehttp 18772 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:07:51,558 basehttp 18772 6124810240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:07:51,627 basehttp 18772 6124810240 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149887 WARNING 2025-08-31 01:07:51,650 log 18772 6124810240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:07:51,650 basehttp 18772 6124810240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:07:51,736 basehttp 18772 6124810240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:07:51,741 basehttp 18772 6124810240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:08:51,765 basehttp 18772 6124810240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:08:51,774 basehttp 18772 6124810240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:08:51,825 basehttp 18772 6124810240 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149887 WARNING 2025-08-31 01:08:51,848 log 18772 6124810240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:08:51,849 basehttp 18772 6124810240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:08:51,933 basehttp 18772 6124810240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:08:51,939 basehttp 18772 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:09:52,017 basehttp 18772 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:09:52,025 basehttp 18772 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:09:52,088 basehttp 18772 6141636608 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149887 WARNING 2025-08-31 01:09:52,111 log 18772 6141636608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:09:52,111 basehttp 18772 6141636608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:09:52,196 basehttp 18772 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:09:52,202 basehttp 18772 6124810240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:10:45,636 autoreload 18772 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-31 01:10:46,127 autoreload 21348 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 01:10:46,955 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150263 WARNING 2025-08-31 01:10:46,986 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:10:46,987 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:10:47,131 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:10:47,136 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:11:47,112 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:11:47,120 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:11:47,176 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150263 WARNING 2025-08-31 01:11:47,201 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:11:47,201 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:11:47,291 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:11:47,349 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:12:47,318 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:12:47,326 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:12:47,385 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150263 WARNING 2025-08-31 01:12:47,409 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:12:47,409 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:12:47,496 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:12:47,501 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:13:33,239 basehttp 21348 6214103040 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150263 WARNING 2025-08-31 01:13:33,280 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:13:33,281 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:13:33,393 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:13:33,398 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:14:33,420 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:14:33,428 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:14:33,485 basehttp 21348 6214103040 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150263 WARNING 2025-08-31 01:14:33,511 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:14:33,511 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:14:33,595 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:14:33,601 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:14:44,476 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150263 WARNING 2025-08-31 01:14:44,507 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:14:44,507 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:14:44,641 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:14:44,647 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:15:44,611 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:15:44,617 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:15:44,691 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150263 WARNING 2025-08-31 01:15:44,712 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:15:44,712 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:15:44,802 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:15:44,807 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:16:44,829 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:16:44,836 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:16:44,907 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150263 WARNING 2025-08-31 01:16:44,932 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:16:44,932 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:16:45,089 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:16:45,100 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:17:45,037 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:17:45,043 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:17:45,121 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150263 WARNING 2025-08-31 01:17:45,142 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:17:45,142 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:17:45,231 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:17:45,237 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:18:45,246 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:18:45,252 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:18:45,330 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150263 WARNING 2025-08-31 01:18:45,355 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:18:45,356 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:18:45,436 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:18:45,441 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:19:21,094 basehttp 21348 6214103040 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150603 WARNING 2025-08-31 01:19:21,121 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:19:21,122 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:19:21,210 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:19:21,215 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:20:21,215 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:20:21,222 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:20:21,300 basehttp 21348 6214103040 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150603 WARNING 2025-08-31 01:20:21,325 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:20:21,326 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:20:21,455 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:20:21,486 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:21:21,418 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:21:21,423 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:21:21,510 basehttp 21348 6214103040 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150603 WARNING 2025-08-31 01:21:21,530 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:21:21,530 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:21:21,617 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:21:21,623 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:21:36,264 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150043 WARNING 2025-08-31 01:21:36,288 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:21:36,288 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:21:36,380 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:21:36,385 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:22:10,818 basehttp 21348 6214103040 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150543 WARNING 2025-08-31 01:22:10,840 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:22:10,840 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:22:10,988 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:22:11,014 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:22:23,826 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150677 WARNING 2025-08-31 01:22:23,853 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:22:23,854 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:22:23,946 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:22:23,951 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:22:40,214 basehttp 21348 6214103040 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150003 WARNING 2025-08-31 01:22:40,243 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:22:40,243 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:22:40,331 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:22:40,336 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:23:40,338 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:23:40,343 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:23:40,418 basehttp 21348 6214103040 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150003 WARNING 2025-08-31 01:23:40,440 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:23:40,440 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:23:40,529 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:23:40,535 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:24:07,346 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150103 WARNING 2025-08-31 01:24:07,374 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:24:07,374 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:24:07,466 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:24:07,472 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:25:07,416 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:25:07,426 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:25:07,494 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150103 WARNING 2025-08-31 01:25:07,521 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:25:07,521 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:25:07,611 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:25:07,617 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:25:22,735 basehttp 21348 6214103040 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150822 WARNING 2025-08-31 01:25:22,764 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:25:22,764 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:25:22,849 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:25:22,854 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:26:01,656 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 151319 WARNING 2025-08-31 01:26:01,683 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:26:01,683 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:26:01,773 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:26:01,779 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:26:25,877 basehttp 21348 6214103040 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 151623 WARNING 2025-08-31 01:26:25,904 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:26:25,905 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:26:25,992 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:26:25,998 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:27:03,938 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 151703 WARNING 2025-08-31 01:27:03,958 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:27:03,958 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:27:04,044 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:27:04,049 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:28:04,060 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:28:04,071 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:28:04,133 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 151703 WARNING 2025-08-31 01:28:04,161 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:28:04,161 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:28:04,239 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:28:04,244 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:29:04,256 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:29:04,267 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:29:04,331 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 151703 WARNING 2025-08-31 01:29:04,354 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:29:04,354 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:29:04,512 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:29:04,563 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:30:04,449 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:30:04,455 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:30:04,541 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 151703 WARNING 2025-08-31 01:30:04,565 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:30:04,565 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:30:04,652 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:30:04,657 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:31:04,668 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:31:04,678 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:31:04,739 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 151703 WARNING 2025-08-31 01:31:04,767 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:31:04,767 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:31:04,853 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:31:04,858 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 01:31:14,288 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:31:14,289 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:31:17,333 basehttp 21348 6214103040 "GET /en/inventory/suppliers/ HTTP/1.1" 200 84964 WARNING 2025-08-31 01:31:17,350 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:31:17,350 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:31:17,395 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:31:24,992 basehttp 21348 6214103040 "GET /en/inventory/suppliers/10/ HTTP/1.1" 200 36685 WARNING 2025-08-31 01:31:25,013 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:31:25,013 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:31:25,062 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:31:28,524 basehttp 21348 6214103040 "GET /en/inventory/orders/3/ HTTP/1.1" 200 49899 WARNING 2025-08-31 01:31:28,542 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:31:28,542 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:31:28,604 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 01:31:33,625 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:31:33,625 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 01:31:33,692 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:31:33,692 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 01:31:34,006 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:31:34,006 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 01:31:34,017 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:31:34,017 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 01:31:34,951 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:31:34,951 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 01:31:34,963 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:31:34,963 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 01:31:44,253 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:31:44,253 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:32:14,324 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:32:44,337 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:32:44,338 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 01:32:44,341 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:33:14,324 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:33:44,329 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:33:44,332 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 01:33:44,333 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:34:14,329 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:34:44,338 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:34:44,339 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 01:34:44,341 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:35:14,331 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:35:44,346 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:35:44,348 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 01:35:44,349 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:36:14,336 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:36:44,345 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:36:44,348 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 01:36:44,350 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:37:14,339 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:37:20,544 basehttp 21348 6230929408 "GET /en/emr/ HTTP/1.1" 200 71709 WARNING 2025-08-31 01:37:20,563 log 21348 6230929408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:37:20,563 basehttp 21348 6230929408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:37:20,633 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:37:20,638 basehttp 21348 6197276672 "GET /en/emr/stats/ HTTP/1.1" 200 2966 WARNING 2025-08-31 01:37:43,613 log 21348 6197276672 Not Found: /en/emr/admissions WARNING 2025-08-31 01:37:43,614 basehttp 21348 6197276672 "GET /en/emr/admissions HTTP/1.1" 404 37590 WARNING 2025-08-31 01:37:43,635 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:37:43,636 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 01:37:55,757 log 21348 6197276672 Not Found: /en/admissions WARNING 2025-08-31 01:37:55,757 basehttp 21348 6197276672 "GET /en/admissions HTTP/1.1" 404 29871 WARNING 2025-08-31 01:37:55,776 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:37:55,776 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:38:18,014 basehttp 21348 6197276672 "GET /en/appointments/ HTTP/1.1" 200 45041 WARNING 2025-08-31 01:38:18,027 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:38:18,027 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:38:18,078 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:38:18,094 basehttp 21348 6214103040 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 01:38:20,545 basehttp 21348 6214103040 "GET /en/appointments/detail/1288/ HTTP/1.1" 200 22912 WARNING 2025-08-31 01:38:20,568 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:38:20,568 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:38:20,618 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 01:38:22,795 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:38:22,795 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 01:38:22,809 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:38:22,809 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 01:38:44,761 log 21348 6214103040 Forbidden (CSRF token missing.): /en/appointments/check-in/1288/ WARNING 2025-08-31 01:38:44,761 basehttp 21348 6214103040 "POST /en/appointments/check-in/1288/ HTTP/1.1" 403 2491 INFO 2025-08-31 01:38:47,363 basehttp 21348 6214103040 "GET /en/appointments/calendar/ HTTP/1.1" 200 21988 WARNING 2025-08-31 01:38:47,384 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:38:47,384 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:38:47,450 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:38:47,454 basehttp 21348 6230929408 "GET /en/appointments/slots/available/ HTTP/1.1" 200 450 INFO 2025-08-31 01:38:47,487 basehttp 21348 6197276672 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 61598 WARNING 2025-08-31 01:39:22,189 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:39:22,190 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:39:22,192 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 01:39:22,198 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:39:22,198 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:39:22,209 basehttp 21348 6197276672 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 01:39:24,511 basehttp 21348 6197276672 "GET /en/appointments/list/ HTTP/1.1" 200 130486 WARNING 2025-08-31 01:39:24,531 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:39:24,532 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:39:24,595 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 01:40:12,963 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:40:12,963 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 01:40:12,978 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:40:12,979 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:40:12,982 basehttp 21348 6197276672 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 01:40:22,279 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:40:27,351 basehttp 21348 6197276672 "GET /en/appointments/queue/ HTTP/1.1" 200 18951 WARNING 2025-08-31 01:40:27,370 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:40:27,370 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:40:27,420 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:40:36,423 basehttp 21348 6197276672 "GET / HTTP/1.1" 302 0 INFO 2025-08-31 01:40:36,442 basehttp 21348 6214103040 "GET /en/ HTTP/1.1" 200 47450 WARNING 2025-08-31 01:40:36,460 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:40:36,460 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:40:36,528 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:40:36,533 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 01:40:36,535 basehttp 21348 6247755776 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-31 01:40:36,535 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:40:42,568 basehttp 21348 6230929408 "GET /en/admin/appointments/appointmentrequest/ HTTP/1.1" 200 151866 INFO 2025-08-31 01:40:42,584 basehttp 21348 6247755776 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-08-31 01:40:42,585 basehttp 21348 6247755776 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-31 01:40:42,586 basehttp 21348 6230929408 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 01:40:45,621 basehttp 21348 6230929408 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 86544 INFO 2025-08-31 01:40:45,636 basehttp 21348 6230929408 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 01:41:07,228 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:41:37,234 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:41:37,235 basehttp 21348 6247755776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 01:41:38,215 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:42:09,228 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:42:38,235 basehttp 21348 6247755776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 01:42:38,235 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:42:40,221 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:43:11,222 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:43:39,225 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:43:39,225 basehttp 21348 6247755776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 01:43:42,221 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:44:39,229 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:44:40,231 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:44:40,231 basehttp 21348 6247755776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 01:45:39,242 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:45:41,235 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:45:41,237 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 02:01:54,526 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 02:01:57,520 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 02:01:57,523 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 02:18:22,936 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 02:30:52,687 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 02:30:52,688 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 02:30:52,689 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 02:47:28,733 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 03:03:34,527 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 03:03:34,527 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 03:03:34,528 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 03:20:54,046 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 03:37:54,622 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 03:37:54,623 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 03:37:54,624 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 03:45:54,732 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 04:03:42,166 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 04:03:42,166 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 04:03:42,168 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 04:14:35,361 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 04:31:50,955 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 04:31:50,956 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 04:31:50,958 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 04:32:50,938 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 04:47:34,996 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 04:47:34,996 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 04:47:34,997 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 04:48:34,967 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 04:49:34,994 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 04:49:34,994 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 04:49:34,996 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 04:50:34,987 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 04:51:34,976 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 04:51:34,977 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 04:51:34,978 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:08:39,285 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:09:39,297 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 05:09:39,301 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 05:09:39,302 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:10:39,295 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:11:39,305 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 05:11:39,307 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 05:11:39,308 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:30:18,535 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:46:25,112 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 05:46:25,113 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 05:46:25,115 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:47:25,034 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:48:25,051 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 05:48:25,057 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 05:48:25,059 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:49:25,043 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:50:25,063 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 05:50:25,063 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 05:50:25,066 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:51:25,035 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:52:25,066 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 05:52:25,067 basehttp 21348 6230929408 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 05:52:25,068 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:53:25,040 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:54:25,062 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 05:54:25,064 basehttp 21348 6230929408 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 05:54:25,065 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:55:25,047 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:04:53,249 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:04:53,250 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:04:53,251 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:05:53,249 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:06:53,265 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:06:53,274 basehttp 21348 6230929408 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:06:53,277 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:07:53,243 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:08:53,258 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:08:53,260 basehttp 21348 6230929408 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:08:53,261 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:09:53,238 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:10:53,261 basehttp 21348 6230929408 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:10:53,262 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:10:53,264 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:11:53,239 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:12:53,251 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:12:53,252 basehttp 21348 6230929408 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:12:53,254 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:13:53,234 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:14:53,260 basehttp 21348 6230929408 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:14:53,260 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:14:53,261 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:15:53,251 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:16:53,263 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:16:53,264 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:16:53,265 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:17:53,237 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:18:53,231 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:18:53,238 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:18:53,240 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:19:53,279 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:20:53,304 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:20:53,306 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:20:53,307 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:21:53,284 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:22:53,312 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:22:53,312 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:22:53,314 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:23:53,287 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:24:53,300 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:24:53,304 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:24:53,305 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:25:53,287 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:26:53,310 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:26:53,311 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:26:53,312 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:27:53,293 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:28:53,302 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:28:53,306 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:28:53,307 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:29:53,284 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:30:53,313 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:30:53,314 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:30:53,316 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:31:53,286 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:32:53,314 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:32:53,315 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:32:53,316 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:33:53,299 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:34:53,317 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:34:53,317 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:34:53,319 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:35:53,306 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:36:53,305 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:36:53,307 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:36:53,309 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:37:53,317 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:38:53,330 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:38:53,330 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:38:53,332 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:39:53,312 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:40:53,308 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:40:53,313 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:40:53,316 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:41:53,323 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:42:53,321 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:42:53,327 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:42:53,328 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:43:53,316 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:44:53,340 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:44:53,340 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:44:53,342 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:45:53,323 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:46:53,329 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:46:53,329 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:46:53,331 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:47:53,312 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:48:53,334 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:48:53,334 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:48:53,335 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:49:53,178 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:50:53,185 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:50:53,186 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:50:53,187 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:51:53,160 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:52:53,185 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:52:53,186 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:52:53,188 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:53:53,158 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:54:53,189 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:54:53,190 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:54:53,192 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:55:53,166 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:56:53,180 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:56:53,183 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:56:53,184 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:57:53,200 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:57:53,208 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:57:53,209 basehttp 21348 6230929408 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:58:53,163 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:59:53,162 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:59:53,163 basehttp 21348 6230929408 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:59:53,165 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:00:53,167 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:01:53,176 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 07:01:53,177 basehttp 21348 6230929408 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 07:01:53,178 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:02:53,147 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:03:53,151 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 07:03:53,161 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 07:03:53,163 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:04:53,190 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 07:04:53,192 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:22:10,812 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 07:22:10,814 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:29:40,875 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 07:29:40,878 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:32:32,876 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 07:32:32,877 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:40:34,972 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 07:40:34,975 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:41:34,958 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 07:41:34,960 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:42:34,961 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 07:42:34,963 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:43:34,955 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 07:43:34,956 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:44:34,962 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 07:44:34,963 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:45:34,961 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 07:45:34,962 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:46:34,959 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 07:46:34,961 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:47:34,962 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 07:47:34,964 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:48:34,960 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 07:48:34,962 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:49:34,959 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 07:49:34,961 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:50:34,952 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 07:50:34,954 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:51:34,965 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 07:51:34,966 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:52:34,949 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 07:52:34,951 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:53:34,955 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 07:53:34,957 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:54:34,952 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 07:54:34,953 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:55:34,958 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 07:55:34,959 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:56:34,947 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 07:56:34,949 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:57:34,946 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 07:57:34,947 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:58:34,936 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 07:58:34,939 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:59:34,933 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 07:59:34,935 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:00:34,934 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:00:34,937 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:01:34,917 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:01:34,919 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:02:34,940 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:02:34,943 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:03:34,924 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:03:34,926 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:04:34,934 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:04:34,935 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:05:34,928 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:05:34,930 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:06:34,931 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:06:34,934 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:07:34,920 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:07:34,922 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:08:34,931 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:08:34,933 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:09:34,926 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:09:34,928 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:10:34,925 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:10:34,928 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:11:34,909 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:11:34,911 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:12:34,925 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:12:34,926 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:13:34,920 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:13:34,922 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:14:34,917 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:14:34,919 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:15:34,922 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:15:34,923 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:16:34,921 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:16:34,923 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:17:34,917 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:17:34,918 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:18:34,919 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:18:34,921 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:19:34,910 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:19:34,912 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:20:34,912 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:20:34,915 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:21:34,917 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:21:34,919 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:22:34,918 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:22:34,920 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:23:34,914 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:23:34,916 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:24:34,914 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:24:34,917 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:25:34,909 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:25:34,911 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:26:34,792 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:26:34,794 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:27:34,794 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:27:34,794 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:28:34,790 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:28:34,792 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:29:34,788 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:29:34,790 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:30:34,785 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:30:34,786 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:31:34,782 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:31:34,783 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:32:34,779 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:32:34,781 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:33:34,789 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:33:34,791 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:34:34,774 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:34:34,778 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:35:34,773 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:35:34,774 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:36:34,775 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:36:34,777 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:37:34,766 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:37:34,768 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:38:34,764 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:38:34,766 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:39:34,770 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:39:34,771 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:40:34,767 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:40:34,769 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:41:34,771 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:41:34,774 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:48:33,357 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:48:33,359 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:56:06,744 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:56:06,747 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 09:19:17,824 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 09:19:17,827 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 09:19:21,721 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 09:19:31,093 basehttp 21348 6214103040 "GET /en/inventory/ HTTP/1.1" 200 46616 INFO 2025-08-31 09:19:31,106 basehttp 21348 6197276672 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-31 09:19:31,111 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 09:19:31,111 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 09:19:31,209 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 09:19:31,210 basehttp 21348 6197276672 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 09:19:40,373 basehttp 21348 6197276672 "GET /en/inventory/items/ HTTP/1.1" 200 42642 INFO 2025-08-31 09:19:40,446 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 09:19:40,476 basehttp 21348 6197276672 "GET /en/inventory/items/ HTTP/1.1" 200 42642 INFO 2025-08-31 09:19:40,476 basehttp 21348 6214103040 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 09:20:40,630 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 09:27:59,867 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:33:21,081 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:35:02,644 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:36:00,686 basehttp 21348 6197276672 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 10:36:03,641 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:37:04,643 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:38:06,639 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:39:37,646 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:40:37,643 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:41:00,669 basehttp 21348 6197276672 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 10:42:37,652 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:44:37,645 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:46:00,692 basehttp 21348 6197276672 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 10:46:09,409 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:47:09,423 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:48:09,412 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:49:09,419 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:50:09,420 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:51:00,362 basehttp 21348 6197276672 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 10:51:09,429 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:52:09,433 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:53:09,431 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:54:09,430 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:55:09,436 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:55:29,552 basehttp 21348 6197276672 "GET /en/inventory/items/ HTTP/1.1" 200 63895 INFO 2025-08-31 10:55:29,626 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:55:29,662 basehttp 21348 6197276672 "GET /en/inventory/items/ HTTP/1.1" 200 63895 INFO 2025-08-31 10:55:29,663 basehttp 21348 6214103040 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 10:56:29,635 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:57:29,645 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:58:29,643 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 10:58:41,987 log 21348 6214103040 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1035, in find_library return parser.libraries[name] ~~~~~~~~~~~~~~~~^^^^^^ KeyError: 'humanize' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1097, in load lib = find_library(parser, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1037, in find_library raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: 'humanize' is not a registered tag library. Must be one of: admin_list admin_modify admin_urls allauth cache custom_filters debugger_tags highlighting i18n indent_text l10n log rest_framework static syntax_color tz widont ERROR 2025-08-31 10:58:41,990 basehttp 21348 6214103040 "GET /en/inventory/items/ HTTP/1.1" 500 231813 INFO 2025-08-31 11:01:05,552 autoreload 21348 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-08-31 11:01:05,964 autoreload 25913 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 11:01:08,112 log 25913 6158790656 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 510, in parse compile_func = self.tags[command] ~~~~~~~~~^^^^^^^^^ KeyError: 'setvar' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1540, in do_with nodelist = parser.parse(("endwith",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 512, in parse self.invalid_block_tag(token, command, parse_until) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 567, in invalid_block_tag raise self.error( django.template.exceptions.TemplateSyntaxError: Invalid block tag on line 260: 'setvar', expected 'elif', 'else' or 'endif'. Did you forget to register or load this tag? ERROR 2025-08-31 11:01:08,115 basehttp 25913 6158790656 "GET /en/inventory/items/ HTTP/1.1" 500 428509 ERROR 2025-08-31 11:01:53,012 log 25913 6158790656 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 510, in parse compile_func = self.tags[command] ~~~~~~~~~^^^^^^^^^ KeyError: 'elif' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1540, in do_with nodelist = parser.parse(("endwith",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/templatetags/allauth.py", line 128, in do_setvar nodelist = parser.parse(("endsetvar",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 512, in parse self.invalid_block_tag(token, command, parse_until) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 567, in invalid_block_tag raise self.error( django.template.exceptions.TemplateSyntaxError: Invalid block tag on line 261: 'elif', expected 'endsetvar'. Did you forget to register or load this tag? ERROR 2025-08-31 11:01:53,015 basehttp 25913 6158790656 "GET /en/inventory/items/ HTTP/1.1" 500 461002 ERROR 2025-08-31 11:03:21,078 log 25913 6158790656 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1540, in do_with nodelist = parser.parse(("endwith",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/templatetags/allauth.py", line 133, in do_setvar raise template.TemplateSyntaxError("Usage: %s" % usage) django.template.exceptions.TemplateSyntaxError: Usage: {% setvar "setvar" var %} ... {% endsetvar %} ERROR 2025-08-31 11:03:21,080 basehttp 25913 6158790656 "GET /en/inventory/items/ HTTP/1.1" 500 428897 ERROR 2025-08-31 11:13:33,975 log 25913 6158790656 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 510, in parse compile_func = self.tags[command] ~~~~~~~~~^^^^^^^^^ KeyError: 'elif' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1540, in do_with nodelist = parser.parse(("endwith",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/templatetags/allauth.py", line 128, in do_setvar nodelist = parser.parse(("endsetvar",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 512, in parse self.invalid_block_tag(token, command, parse_until) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 567, in invalid_block_tag raise self.error( django.template.exceptions.TemplateSyntaxError: Invalid block tag on line 295: 'elif', expected 'endsetvar'. Did you forget to register or load this tag? ERROR 2025-08-31 11:13:33,981 basehttp 25913 6158790656 "GET /en/inventory/items/ HTTP/1.1" 500 378001 ERROR 2025-08-31 11:15:12,278 log 25913 6158790656 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'item_export' not found. 'item_export' is not a valid view function or pattern name. ERROR 2025-08-31 11:15:12,280 basehttp 25913 6158790656 "GET /en/inventory/items/ HTTP/1.1" 500 225177 ERROR 2025-08-31 11:15:37,256 log 25913 6158790656 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'item_export' not found. 'item_export' is not a valid view function or pattern name. ERROR 2025-08-31 11:15:37,257 basehttp 25913 6158790656 "GET /en/inventory/items/ HTTP/1.1" 500 224003 ERROR 2025-08-31 11:16:00,141 log 25913 6158790656 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'item_bulk_deactivate' not found. 'item_bulk_deactivate' is not a valid view function or pattern name. ERROR 2025-08-31 11:16:00,142 basehttp 25913 6158790656 "GET /en/inventory/items/ HTTP/1.1" 500 222993 ERROR 2025-08-31 11:16:31,259 log 25913 6158790656 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'stock_alerts_api' not found. 'stock_alerts_api' is not a valid view function or pattern name. ERROR 2025-08-31 11:16:31,260 basehttp 25913 6158790656 "GET /en/inventory/items/ HTTP/1.1" 500 223309 INFO 2025-08-31 11:16:45,914 basehttp 25913 6158790656 "GET /en/inventory/items/ HTTP/1.1" 200 73450 INFO 2025-08-31 11:16:45,982 basehttp 25913 6158790656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 11:17:20,463 log 25913 6158790656 Internal Server Error: /en/inventory/items/46/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 505, in get_context_data context['stock_locations'] = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'item' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 11:17:20,465 basehttp 25913 6158790656 "GET /en/inventory/items/46/ HTTP/1.1" 500 139814 INFO 2025-08-31 11:17:53,772 autoreload 25913 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-31 11:17:54,166 autoreload 33285 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 11:17:55,056 log 33285 6126022656 Internal Server Error: /en/inventory/items/46/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 505, in get_context_data context['stock_locations'] = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 11:17:55,059 basehttp 33285 6126022656 "GET /en/inventory/items/46/ HTTP/1.1" 500 140654 INFO 2025-08-31 11:18:51,090 autoreload 33285 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-31 11:18:51,413 autoreload 33777 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 11:18:51,844 log 33777 6169243648 Internal Server Error: /en/inventory/items/46/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 514, in get_context_data ).aggregate(total=Sum('quantity'))['total'] or 0 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'quantity' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 11:18:51,846 basehttp 33777 6169243648 "GET /en/inventory/items/46/ HTTP/1.1" 500 129165 INFO 2025-08-31 11:19:42,448 autoreload 33777 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-31 11:19:42,787 autoreload 34179 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 11:19:44,026 log 34179 6158102528 Internal Server Error: /en/inventory/items/46/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 524, in get_context_data context['recent_orders'] = PurchaseOrderItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'item' into field. Choices are: created_at, id, inventory_item, inventory_item_id, item_id, line_number, notes, purchase_order, purchase_order_id, quantity_ordered, quantity_received, quantity_remaining, requested_delivery_date, status, total_price, unit_price, updated_at ERROR 2025-08-31 11:19:44,028 basehttp 34179 6158102528 "GET /en/inventory/items/46/ HTTP/1.1" 500 137420 ERROR 2025-08-31 11:19:46,417 log 34179 6158102528 Internal Server Error: /en/inventory/items/46/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 524, in get_context_data context['recent_orders'] = PurchaseOrderItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'item' into field. Choices are: created_at, id, inventory_item, inventory_item_id, item_id, line_number, notes, purchase_order, purchase_order_id, quantity_ordered, quantity_received, quantity_remaining, requested_delivery_date, status, total_price, unit_price, updated_at ERROR 2025-08-31 11:19:46,418 basehttp 34179 6158102528 "GET /en/inventory/items/46/ HTTP/1.1" 500 137420 INFO 2025-08-31 11:20:11,890 autoreload 34179 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-31 11:20:12,200 autoreload 34345 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 11:20:12,688 log 34345 6125613056 Internal Server Error: /en/inventory/items/46/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'transaction_list' not found. 'transaction_list' is not a valid view function or pattern name. ERROR 2025-08-31 11:20:12,689 basehttp 34345 6125613056 "GET /en/inventory/items/46/ HTTP/1.1" 500 183882 ERROR 2025-08-31 11:20:47,078 log 34345 6125613056 Internal Server Error: /en/inventory/items/46/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'stock_adjustment_create' not found. 'stock_adjustment_create' is not a valid view function or pattern name. ERROR 2025-08-31 11:20:47,079 basehttp 34345 6125613056 "GET /en/inventory/items/46/ HTTP/1.1" 500 184246 ERROR 2025-08-31 11:21:04,711 log 34345 6125613056 Internal Server Error: /en/inventory/items/46/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'item_label_print' not found. 'item_label_print' is not a valid view function or pattern name. ERROR 2025-08-31 11:21:04,712 basehttp 34345 6125613056 "GET /en/inventory/items/46/ HTTP/1.1" 500 175419 ERROR 2025-08-31 11:21:43,462 log 34345 6125613056 Internal Server Error: /en/inventory/items/46/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'item_stock_history' not found. 'item_stock_history' is not a valid view function or pattern name. ERROR 2025-08-31 11:21:43,463 basehttp 34345 6125613056 "GET /en/inventory/items/46/ HTTP/1.1" 500 174624 INFO 2025-08-31 11:22:02,207 basehttp 34345 6125613056 "GET /en/inventory/items/46/ HTTP/1.1" 200 40135 WARNING 2025-08-31 11:22:02,219 basehttp 34345 6159265792 "GET /static/assets/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2053 WARNING 2025-08-31 11:22:02,219 basehttp 34345 6125613056 "GET /static/assets/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 404 2128 WARNING 2025-08-31 11:22:02,220 basehttp 34345 6142439424 "GET /static/assets/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 404 2161 INFO 2025-08-31 11:22:02,270 basehttp 34345 6125613056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:23:02,281 basehttp 34345 6125613056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:23:58,879 basehttp 34345 6125613056 "GET /en/inventory/items/46/ HTTP/1.1" 200 40235 WARNING 2025-08-31 11:23:58,892 basehttp 34345 6142439424 "GET /static/assets/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 404 2161 WARNING 2025-08-31 11:23:58,892 basehttp 34345 6125613056 "GET /static/assets/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 404 2128 WARNING 2025-08-31 11:23:58,892 basehttp 34345 6159265792 "GET /static/assets/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2053 INFO 2025-08-31 11:23:58,923 basehttp 34345 6125613056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 11:24:09,297 log 34345 6125613056 Internal Server Error: /en/inventory/items/46/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'generate_item_code' not found. 'generate_item_code' is not a valid view function or pattern name. ERROR 2025-08-31 11:24:09,299 basehttp 34345 6125613056 "GET /en/inventory/items/46/update/ HTTP/1.1" 500 174526 INFO 2025-08-31 11:24:58,935 basehttp 34345 6125613056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:25:58,928 basehttp 34345 6125613056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:26:58,940 basehttp 34345 6125613056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:27:58,942 basehttp 34345 6125613056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:28:08,923 basehttp 34345 6125613056 "GET /en/inventory/items/46/ HTTP/1.1" 200 40399 WARNING 2025-08-31 11:28:08,932 basehttp 34345 6125613056 "GET /static/assets/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 404 2128 WARNING 2025-08-31 11:28:08,934 basehttp 34345 6159265792 "GET /static/assets/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2053 WARNING 2025-08-31 11:28:08,934 basehttp 34345 6142439424 "GET /static/assets/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 404 2161 INFO 2025-08-31 11:28:08,967 basehttp 34345 6125613056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:28:49,876 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145300 INFO 2025-08-31 11:28:49,890 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:29:03,143 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/100/change/ HTTP/1.1" 200 95792 INFO 2025-08-31 11:29:03,159 basehttp 34345 13723840512 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-31 11:29:03,160 basehttp 34345 6125613056 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-31 11:29:03,160 basehttp 34345 6159265792 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-08-31 11:29:03,161 basehttp 34345 13707014144 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-08-31 11:29:03,162 basehttp 34345 6125613056 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-31 11:29:03,163 basehttp 34345 6142439424 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:29:03,163 basehttp 34345 6125613056 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-31 11:29:03,164 basehttp 34345 6125613056 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-31 11:29:03,169 basehttp 34345 6125613056 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-31 11:29:03,184 basehttp 34345 6125613056 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-08-31 11:29:09,518 basehttp 34345 6125613056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:29:12,086 basehttp 34345 6125613056 "POST /en/admin/inventory/inventorystock/100/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:29:12,133 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145588 INFO 2025-08-31 11:29:12,144 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:29:15,195 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/98/change/ HTTP/1.1" 200 95776 INFO 2025-08-31 11:29:15,211 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:29:17,841 basehttp 34345 6125613056 "POST /en/admin/inventory/inventorystock/98/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:29:17,886 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145587 INFO 2025-08-31 11:29:17,899 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:29:21,899 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/97/change/ HTTP/1.1" 200 95772 INFO 2025-08-31 11:29:21,912 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:29:24,486 basehttp 34345 6125613056 "POST /en/admin/inventory/inventorystock/97/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:29:24,531 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145589 INFO 2025-08-31 11:29:24,547 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:29:31,581 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/96/change/ HTTP/1.1" 200 95745 INFO 2025-08-31 11:29:31,597 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:29:34,312 basehttp 34345 6125613056 "POST /en/admin/inventory/inventorystock/96/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:29:34,357 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145594 INFO 2025-08-31 11:29:34,372 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:29:38,352 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/92/change/ HTTP/1.1" 200 95785 INFO 2025-08-31 11:29:38,367 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:29:43,852 basehttp 34345 6125613056 "POST /en/admin/inventory/inventorystock/92/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:29:43,898 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145604 INFO 2025-08-31 11:29:43,911 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:29:47,551 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/91/change/ HTTP/1.1" 200 95768 INFO 2025-08-31 11:29:47,567 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:29:50,437 basehttp 34345 6125613056 "POST /en/admin/inventory/inventorystock/91/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:29:50,483 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145603 INFO 2025-08-31 11:29:50,496 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:29:52,801 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/90/change/ HTTP/1.1" 200 95802 INFO 2025-08-31 11:29:52,814 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:29:56,828 basehttp 34345 6125613056 "POST /en/admin/inventory/inventorystock/90/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:29:56,873 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145614 INFO 2025-08-31 11:29:56,885 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:30:10,510 basehttp 34345 6125613056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:30:22,577 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/88/change/ HTTP/1.1" 200 95764 INFO 2025-08-31 11:30:22,593 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:30:24,715 basehttp 34345 6125613056 "POST /en/admin/inventory/inventorystock/88/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:30:24,762 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145612 INFO 2025-08-31 11:30:24,775 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:30:31,409 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/58/change/ HTTP/1.1" 200 95801 INFO 2025-08-31 11:30:31,423 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:30:33,895 basehttp 34345 6125613056 "POST /en/admin/inventory/inventorystock/58/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:30:33,943 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145616 INFO 2025-08-31 11:30:33,958 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:30:40,759 basehttp 34345 6125613056 "GET /en/inventory/items/46/ HTTP/1.1" 200 40393 WARNING 2025-08-31 11:30:40,768 basehttp 34345 6125613056 "GET /static/assets/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 404 2128 WARNING 2025-08-31 11:30:40,770 basehttp 34345 13707014144 "GET /static/assets/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2053 WARNING 2025-08-31 11:30:40,770 basehttp 34345 6142439424 "GET /static/assets/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 404 2161 INFO 2025-08-31 11:30:40,792 basehttp 34345 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:31:20,940 basehttp 34345 6159265792 "GET /en/inventory/items/ HTTP/1.1" 200 73450 INFO 2025-08-31 11:31:20,990 basehttp 34345 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:31:23,383 basehttp 34345 6159265792 "GET /en/inventory/items/3/ HTTP/1.1" 200 39898 WARNING 2025-08-31 11:31:23,389 basehttp 34345 6159265792 "GET /static/assets/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 404 2128 WARNING 2025-08-31 11:31:23,394 basehttp 34345 13723840512 "GET /static/assets/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 404 2161 WARNING 2025-08-31 11:31:23,396 basehttp 34345 6125613056 "GET /static/assets/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2053 INFO 2025-08-31 11:31:23,412 basehttp 34345 6125613056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:32:23,421 basehttp 34345 6125613056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:32:26,841 basehttp 34345 6125613056 "GET /en/inventory/items/3/ HTTP/1.1" 200 39877 WARNING 2025-08-31 11:32:26,848 basehttp 34345 6125613056 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 11:32:26,875 basehttp 34345 6142439424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 11:32:30,769 basehttp 34345 6142439424 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 11:32:30,792 log 34345 6125613056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:32:30,792 basehttp 34345 6125613056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:33:26,877 basehttp 34345 6125613056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:34:26,878 basehttp 34345 6125613056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:34:40,159 basehttp 34345 6125613056 "GET /en/inventory/items/3/ HTTP/1.1" 200 39725 WARNING 2025-08-31 11:34:40,169 basehttp 34345 6125613056 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 11:34:40,179 log 34345 6142439424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:34:40,179 basehttp 34345 6142439424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:34:40,287 basehttp 34345 6142439424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:34:43,471 basehttp 34345 6142439424 "GET /en/inventory/items/3/ HTTP/1.1" 200 39725 WARNING 2025-08-31 11:34:43,480 basehttp 34345 13740666880 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 11:34:43,480 basehttp 34345 6159265792 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-08-31 11:34:43,481 basehttp 34345 13723840512 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-08-31 11:34:43,482 basehttp 34345 13707014144 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-08-31 11:34:43,486 basehttp 34345 6142439424 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-08-31 11:34:43,489 log 34345 13723840512 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-31 11:34:43,489 basehttp 34345 13707014144 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-08-31 11:34:43,489 basehttp 34345 13723840512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:34:43,496 basehttp 34345 13757493248 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-08-31 11:34:43,498 basehttp 34345 6142439424 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-08-31 11:34:43,501 basehttp 34345 6159265792 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-31 11:34:43,501 basehttp 34345 6125613056 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-31 11:34:43,501 basehttp 34345 6142439424 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-08-31 11:34:43,503 basehttp 34345 13723840512 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-31 11:34:43,507 basehttp 34345 13757493248 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-08-31 11:34:43,509 basehttp 34345 13707014144 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-31 11:34:43,896 basehttp 34345 13707014144 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-31 11:34:43,946 basehttp 34345 6125613056 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-31 11:34:43,947 basehttp 34345 6142439424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-31 11:34:43,947 basehttp 34345 13757493248 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-31 11:34:43,952 basehttp 34345 6142439424 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-31 11:34:43,952 basehttp 34345 6159265792 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-31 11:34:43,953 basehttp 34345 13707014144 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-31 11:34:43,954 basehttp 34345 13723840512 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-31 11:34:43,956 basehttp 34345 13757493248 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-08-31 11:34:43,957 basehttp 34345 6142439424 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-31 11:34:43,959 basehttp 34345 13723840512 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-31 11:34:43,959 basehttp 34345 13723840512 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-31 11:34:43,968 basehttp 34345 13757493248 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-31 11:34:43,968 basehttp 34345 13707014144 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-31 11:34:43,968 basehttp 34345 6142439424 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-31 11:34:43,969 basehttp 34345 13723840512 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-31 11:34:43,971 basehttp 34345 6125613056 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-31 11:34:43,973 basehttp 34345 13723840512 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-31 11:34:43,973 basehttp 34345 13757493248 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-31 11:34:43,976 basehttp 34345 13707014144 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-31 11:34:43,977 basehttp 34345 6142439424 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-31 11:34:43,981 basehttp 34345 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:34:44,215 basehttp 34345 13723840512 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-31 11:34:44,218 basehttp 34345 6125613056 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-31 11:34:44,218 basehttp 34345 13757493248 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-31 11:34:44,219 basehttp 34345 13707014144 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-08-31 11:34:44,225 log 34345 13707014144 Not Found: /favicon.ico WARNING 2025-08-31 11:34:44,225 basehttp 34345 13707014144 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-31 11:34:51,296 basehttp 34345 13707014144 "GET /en/inventory/items/ HTTP/1.1" 200 73450 INFO 2025-08-31 11:34:51,309 basehttp 34345 6125613056 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-08-31 11:34:51,310 basehttp 34345 13757493248 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-08-31 11:34:51,310 basehttp 34345 6159265792 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-08-31 11:34:51,310 basehttp 34345 13723840512 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-08-31 11:34:51,313 log 34345 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:34:51,313 basehttp 34345 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:34:52,106 basehttp 34345 13707014144 "GET /en/inventory/items/ HTTP/1.1" 200 73450 WARNING 2025-08-31 11:34:52,118 log 34345 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:34:52,118 basehttp 34345 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:34:52,185 basehttp 34345 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:34:53,660 basehttp 34345 13707014144 "GET /en/inventory/items/3/ HTTP/1.1" 200 39725 WARNING 2025-08-31 11:34:53,679 basehttp 34345 13723840512 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 11:34:53,683 log 34345 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:34:53,683 basehttp 34345 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:34:53,742 basehttp 34345 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:35:53,756 basehttp 34345 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:36:18,222 basehttp 34345 13707014144 "GET /en/inventory/items/3/ HTTP/1.1" 200 39865 WARNING 2025-08-31 11:36:18,232 basehttp 34345 13707014144 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 11:36:18,237 log 34345 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:36:18,237 basehttp 34345 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:36:18,307 basehttp 34345 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:36:23,880 autoreload 41574 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 11:36:27,456 basehttp 41574 6136344576 "GET /en/inventory/items/3/ HTTP/1.1" 200 39865 INFO 2025-08-31 11:36:27,466 basehttp 41574 13438578688 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-08-31 11:36:27,467 basehttp 41574 6169997312 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-08-31 11:36:27,469 basehttp 41574 13472231424 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 11:36:27,471 basehttp 41574 13455405056 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-08-31 11:36:27,478 basehttp 41574 13455405056 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-31 11:36:27,478 basehttp 41574 6136344576 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-31 11:36:27,480 basehttp 41574 13438578688 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-08-31 11:36:27,480 basehttp 41574 13455405056 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-08-31 11:36:27,480 log 41574 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:36:27,481 basehttp 41574 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:36:27,483 basehttp 41574 13472231424 - Broken pipe from ('127.0.0.1', 62472) INFO 2025-08-31 11:36:27,485 basehttp 41574 13489057792 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-08-31 11:36:27,498 basehttp 41574 6153170944 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-31 11:36:27,502 basehttp 41574 13438578688 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-08-31 11:36:27,503 basehttp 41574 6169997312 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-31 11:36:27,503 basehttp 41574 13455405056 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-31 11:36:27,508 basehttp 41574 6136344576 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-31 11:36:27,692 basehttp 41574 6136344576 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-31 11:36:27,708 basehttp 41574 13455405056 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-31 11:36:27,709 basehttp 41574 6136344576 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-31 11:36:27,710 basehttp 41574 6169997312 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-31 11:36:27,710 basehttp 41574 6136344576 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-08-31 11:36:27,710 basehttp 41574 13438578688 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-31 11:36:27,712 basehttp 41574 6153170944 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-31 11:36:27,714 basehttp 41574 13455405056 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-31 11:36:27,714 basehttp 41574 6169997312 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-31 11:36:27,715 basehttp 41574 13489057792 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-31 11:36:27,716 basehttp 41574 13489057792 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-31 11:36:27,716 basehttp 41574 6136344576 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-31 11:36:27,716 basehttp 41574 13438578688 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-31 11:36:27,716 basehttp 41574 6153170944 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-31 11:36:27,717 basehttp 41574 13455405056 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-31 11:36:27,718 basehttp 41574 6169997312 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-31 11:36:27,718 basehttp 41574 13438578688 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-31 11:36:27,719 basehttp 41574 6136344576 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-31 11:36:27,719 basehttp 41574 13489057792 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-31 11:36:27,720 basehttp 41574 6153170944 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-31 11:36:27,722 basehttp 41574 13438578688 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-31 11:36:27,723 basehttp 41574 6136344576 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-31 11:36:27,723 basehttp 41574 6169997312 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-31 11:36:27,723 basehttp 41574 13455405056 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-31 11:36:27,723 basehttp 41574 13489057792 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-31 11:36:27,732 basehttp 41574 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 11:36:27,828 log 41574 13489057792 Not Found: /favicon.ico WARNING 2025-08-31 11:36:27,828 basehttp 41574 13489057792 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-31 11:37:27,737 basehttp 41574 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:38:27,749 basehttp 41574 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:39:27,754 basehttp 41574 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:40:14,298 basehttp 41574 13489057792 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145333 INFO 2025-08-31 11:40:14,309 basehttp 41574 6169997312 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-31 11:40:14,309 basehttp 41574 13455405056 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-31 11:40:14,310 basehttp 41574 13438578688 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-31 11:40:14,310 basehttp 41574 13489057792 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-31 11:40:14,311 basehttp 41574 6136344576 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-31 11:40:14,312 basehttp 41574 13489057792 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-31 11:40:14,312 basehttp 41574 13455405056 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-31 11:40:14,313 basehttp 41574 13438578688 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-31 11:40:14,313 basehttp 41574 6136344576 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-31 11:40:14,316 basehttp 41574 13438578688 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-31 11:40:14,316 basehttp 41574 13455405056 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-31 11:40:14,316 basehttp 41574 13489057792 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-31 11:40:14,318 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:14,318 basehttp 41574 6169997312 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-31 11:40:14,319 basehttp 41574 13438578688 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-31 11:40:14,319 basehttp 41574 6136344576 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-31 11:40:14,324 basehttp 41574 6136344576 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-31 11:40:14,326 basehttp 41574 6136344576 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-31 11:40:14,335 basehttp 41574 6136344576 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-31 11:40:14,336 basehttp 41574 6169997312 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-31 11:40:14,336 basehttp 41574 13438578688 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-08-31 11:40:14,337 basehttp 41574 13438578688 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-31 11:40:20,638 basehttp 41574 13438578688 "GET /en/admin/inventory/inventorystock/87/change/ HTTP/1.1" 200 95792 INFO 2025-08-31 11:40:20,646 basehttp 41574 13489057792 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-31 11:40:20,646 basehttp 41574 13438578688 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-31 11:40:20,646 basehttp 41574 6136344576 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-08-31 11:40:20,647 basehttp 41574 6153170944 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-08-31 11:40:20,647 basehttp 41574 6153170944 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-31 11:40:20,649 basehttp 41574 6153170944 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-31 11:40:20,651 basehttp 41574 6169997312 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:20,651 basehttp 41574 6153170944 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-31 11:40:20,652 basehttp 41574 6153170944 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-31 11:40:20,667 basehttp 41574 6153170944 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-08-31 11:40:23,511 basehttp 41574 6153170944 "POST /en/admin/inventory/inventorystock/87/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:40:23,557 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145625 INFO 2025-08-31 11:40:23,574 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:23,581 basehttp 41574 6153170944 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-31 11:40:25,819 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/86/change/ HTTP/1.1" 200 95756 INFO 2025-08-31 11:40:25,832 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:27,689 basehttp 41574 6153170944 "POST /en/admin/inventory/inventorystock/86/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:40:27,733 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145619 INFO 2025-08-31 11:40:27,749 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:28,514 basehttp 41574 6153170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:40:31,631 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/85/change/ HTTP/1.1" 200 95733 INFO 2025-08-31 11:40:31,644 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:33,638 basehttp 41574 6153170944 "POST /en/admin/inventory/inventorystock/85/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:40:33,683 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145616 INFO 2025-08-31 11:40:33,697 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:35,775 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/84/change/ HTTP/1.1" 200 95723 INFO 2025-08-31 11:40:35,789 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:37,673 basehttp 41574 6153170944 "POST /en/admin/inventory/inventorystock/84/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:40:37,718 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145617 INFO 2025-08-31 11:40:37,735 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:41,542 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/82/change/ HTTP/1.1" 200 95720 INFO 2025-08-31 11:40:41,553 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:43,180 basehttp 41574 6153170944 "POST /en/admin/inventory/inventorystock/82/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:40:43,226 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145619 INFO 2025-08-31 11:40:43,246 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:45,633 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/81/change/ HTTP/1.1" 200 95737 INFO 2025-08-31 11:40:45,646 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:47,274 basehttp 41574 6153170944 "POST /en/admin/inventory/inventorystock/81/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:40:47,321 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145626 INFO 2025-08-31 11:40:47,341 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:50,550 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/80/change/ HTTP/1.1" 200 95772 INFO 2025-08-31 11:40:50,563 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:52,291 basehttp 41574 6153170944 "POST /en/admin/inventory/inventorystock/80/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:40:52,338 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145634 INFO 2025-08-31 11:40:52,355 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:54,960 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/79/change/ HTTP/1.1" 200 95773 INFO 2025-08-31 11:40:54,972 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:56,655 basehttp 41574 6153170944 "POST /en/admin/inventory/inventorystock/79/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:40:56,702 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145637 INFO 2025-08-31 11:40:56,720 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:58,938 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/78/change/ HTTP/1.1" 200 95772 INFO 2025-08-31 11:40:58,951 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:00,595 basehttp 41574 6153170944 "POST /en/admin/inventory/inventorystock/78/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:41:00,639 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145644 INFO 2025-08-31 11:41:00,655 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:04,278 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/77/change/ HTTP/1.1" 200 95754 INFO 2025-08-31 11:41:04,290 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:06,427 basehttp 41574 6153170944 "POST /en/admin/inventory/inventorystock/77/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:41:06,471 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145643 INFO 2025-08-31 11:41:06,490 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:10,609 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/76/change/ HTTP/1.1" 200 95749 INFO 2025-08-31 11:41:10,621 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:12,739 basehttp 41574 6153170944 "POST /en/admin/inventory/inventorystock/76/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:41:12,787 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145644 INFO 2025-08-31 11:41:12,802 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:18,255 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/75/change/ HTTP/1.1" 200 95789 INFO 2025-08-31 11:41:18,268 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:20,000 basehttp 41574 6153170944 "POST /en/admin/inventory/inventorystock/75/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:41:20,047 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145657 INFO 2025-08-31 11:41:20,067 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:24,797 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/74/change/ HTTP/1.1" 200 95747 INFO 2025-08-31 11:41:24,812 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:28,180 basehttp 41574 6153170944 "POST /en/admin/inventory/inventorystock/74/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:41:28,225 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145650 INFO 2025-08-31 11:41:28,241 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:28,511 basehttp 41574 6153170944 "GET /en/inventory/items/3/ HTTP/1.1" 200 39865 WARNING 2025-08-31 11:41:28,526 basehttp 41574 6153170944 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 11:41:28,532 log 41574 6169997312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:41:28,532 basehttp 41574 6169997312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:41:28,830 basehttp 41574 6169997312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:41:31,786 basehttp 41574 6169997312 "GET /en/admin/inventory/inventorystock/72/change/ HTTP/1.1" 200 95732 INFO 2025-08-31 11:41:31,799 basehttp 41574 6169997312 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:33,677 basehttp 41574 6169997312 "POST /en/admin/inventory/inventorystock/72/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:41:33,715 basehttp 41574 6169997312 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145654 INFO 2025-08-31 11:41:33,732 basehttp 41574 6169997312 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:36,604 basehttp 41574 6169997312 "GET /en/admin/inventory/inventorystock/71/change/ HTTP/1.1" 200 95728 INFO 2025-08-31 11:41:36,617 basehttp 41574 6169997312 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:39,005 basehttp 41574 6169997312 "POST /en/admin/inventory/inventorystock/71/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:41:39,048 basehttp 41574 6169997312 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145656 INFO 2025-08-31 11:41:39,063 basehttp 41574 6169997312 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:44,420 basehttp 41574 6169997312 "GET /en/admin/inventory/inventorystock/69/change/ HTTP/1.1" 200 95794 INFO 2025-08-31 11:41:44,434 basehttp 41574 6169997312 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:46,915 basehttp 41574 6169997312 "POST /en/admin/inventory/inventorystock/69/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:41:46,960 basehttp 41574 6169997312 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145666 INFO 2025-08-31 11:41:46,980 basehttp 41574 6169997312 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:50,997 basehttp 41574 6169997312 "GET /en/admin/inventory/inventorystock/68/change/ HTTP/1.1" 200 95762 INFO 2025-08-31 11:41:51,010 basehttp 41574 6169997312 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:52,780 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/68/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:41:52,825 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145661 INFO 2025-08-31 11:41:52,839 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:55,863 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/67/change/ HTTP/1.1" 200 95760 INFO 2025-08-31 11:41:55,878 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:57,906 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/67/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:41:57,952 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145664 INFO 2025-08-31 11:41:57,967 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:02,989 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/63/change/ HTTP/1.1" 200 95760 INFO 2025-08-31 11:42:03,001 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:04,636 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/63/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:42:04,683 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145671 INFO 2025-08-31 11:42:04,697 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:08,162 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/62/change/ HTTP/1.1" 200 95774 INFO 2025-08-31 11:42:08,174 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:09,857 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/62/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:42:09,903 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145682 INFO 2025-08-31 11:42:09,918 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:12,830 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/61/change/ HTTP/1.1" 200 95786 INFO 2025-08-31 11:42:12,843 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:14,672 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/61/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:42:14,718 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145688 INFO 2025-08-31 11:42:14,734 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:17,249 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/59/change/ HTTP/1.1" 200 95753 INFO 2025-08-31 11:42:17,264 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:18,862 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/59/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:42:18,908 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145679 INFO 2025-08-31 11:42:18,927 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:22,264 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/55/change/ HTTP/1.1" 200 95741 INFO 2025-08-31 11:42:22,277 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:23,848 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/55/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:42:23,878 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145679 INFO 2025-08-31 11:42:23,895 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:28,437 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/54/change/ HTTP/1.1" 200 95739 INFO 2025-08-31 11:42:28,447 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:29,510 basehttp 41574 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:42:30,745 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/54/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:42:30,791 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145686 INFO 2025-08-31 11:42:30,805 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:34,199 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/52/change/ HTTP/1.1" 200 95793 INFO 2025-08-31 11:42:34,213 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:35,606 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/52/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:42:35,651 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145697 INFO 2025-08-31 11:42:35,670 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:38,128 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/51/change/ HTTP/1.1" 200 95763 INFO 2025-08-31 11:42:38,142 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:39,909 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/51/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:42:39,954 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145693 INFO 2025-08-31 11:42:39,971 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:44,422 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/50/change/ HTTP/1.1" 200 95754 INFO 2025-08-31 11:42:44,434 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:47,037 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/50/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:42:47,084 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145698 INFO 2025-08-31 11:42:47,104 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:51,246 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/48/change/ HTTP/1.1" 200 95742 INFO 2025-08-31 11:42:51,263 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:52,944 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/48/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:42:52,988 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145689 INFO 2025-08-31 11:42:53,002 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:55,654 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/47/change/ HTTP/1.1" 200 95742 INFO 2025-08-31 11:42:55,667 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:57,742 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/47/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:42:57,788 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145692 INFO 2025-08-31 11:42:57,805 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:01,037 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/41/change/ HTTP/1.1" 200 95722 INFO 2025-08-31 11:43:01,059 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:02,860 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/41/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:43:02,905 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145700 INFO 2025-08-31 11:43:02,923 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:05,975 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/40/change/ HTTP/1.1" 200 95765 INFO 2025-08-31 11:43:05,989 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:07,536 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/40/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:43:07,584 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145704 INFO 2025-08-31 11:43:07,601 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:10,145 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/39/change/ HTTP/1.1" 200 95766 INFO 2025-08-31 11:43:10,159 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:11,840 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/39/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:43:11,886 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145707 INFO 2025-08-31 11:43:11,901 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:14,923 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/38/change/ HTTP/1.1" 200 95765 INFO 2025-08-31 11:43:14,933 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:17,380 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/38/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:43:17,426 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145710 INFO 2025-08-31 11:43:17,442 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:21,952 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/36/change/ HTTP/1.1" 200 95726 INFO 2025-08-31 11:43:21,965 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:23,623 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/36/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:43:23,669 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145703 INFO 2025-08-31 11:43:23,686 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:27,545 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/35/change/ HTTP/1.1" 200 95750 INFO 2025-08-31 11:43:27,559 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:29,185 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/35/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:43:29,233 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145712 INFO 2025-08-31 11:43:29,248 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:30,508 basehttp 41574 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:43:33,427 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/33/change/ HTTP/1.1" 200 95735 INFO 2025-08-31 11:43:33,438 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:35,822 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/33/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:43:35,867 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145721 INFO 2025-08-31 11:43:35,882 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:39,214 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/32/change/ HTTP/1.1" 200 95730 INFO 2025-08-31 11:43:39,227 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:40,615 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/32/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:43:40,661 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145718 INFO 2025-08-31 11:43:40,681 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:44,795 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/30/change/ HTTP/1.1" 200 95709 INFO 2025-08-31 11:43:44,807 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:46,601 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/30/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:43:46,646 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145720 INFO 2025-08-31 11:43:46,665 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:49,806 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/27/change/ HTTP/1.1" 200 95741 INFO 2025-08-31 11:43:49,820 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:51,392 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/27/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:43:51,439 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145726 INFO 2025-08-31 11:43:51,457 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:54,605 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/26/change/ HTTP/1.1" 200 95771 INFO 2025-08-31 11:43:54,618 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:56,157 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/26/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:43:56,226 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145732 INFO 2025-08-31 11:43:56,249 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:58,971 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/26/change/ HTTP/1.1" 200 95771 INFO 2025-08-31 11:43:58,984 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:00,761 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/26/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:44:00,806 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145732 INFO 2025-08-31 11:44:00,822 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:03,776 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/25/change/ HTTP/1.1" 200 95784 INFO 2025-08-31 11:44:03,790 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:05,335 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/25/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:44:05,380 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145740 INFO 2025-08-31 11:44:05,399 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:10,171 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/24/change/ HTTP/1.1" 200 95693 INFO 2025-08-31 11:44:10,184 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:11,768 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/24/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:44:11,813 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145721 INFO 2025-08-31 11:44:11,830 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:16,013 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/23/change/ HTTP/1.1" 200 95716 INFO 2025-08-31 11:44:16,023 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:17,375 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/23/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:44:17,420 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145729 INFO 2025-08-31 11:44:17,436 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:21,006 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/22/change/ HTTP/1.1" 200 95713 INFO 2025-08-31 11:44:21,019 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:22,541 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/22/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:44:22,587 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145732 INFO 2025-08-31 11:44:22,608 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:27,484 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/21/change/ HTTP/1.1" 200 95707 INFO 2025-08-31 11:44:27,496 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:29,125 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/21/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:44:29,171 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145733 INFO 2025-08-31 11:44:29,187 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:31,511 basehttp 41574 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:44:32,510 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/20/change/ HTTP/1.1" 200 95720 INFO 2025-08-31 11:44:32,524 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:34,138 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/20/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:44:34,168 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145740 INFO 2025-08-31 11:44:34,184 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:37,237 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/19/change/ HTTP/1.1" 200 95761 INFO 2025-08-31 11:44:37,251 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:38,806 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/19/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:44:38,851 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145753 INFO 2025-08-31 11:44:38,865 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:41,931 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/18/change/ HTTP/1.1" 200 95706 INFO 2025-08-31 11:44:41,944 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:43,515 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/18/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:44:43,561 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145736 INFO 2025-08-31 11:44:43,579 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:47,691 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/17/change/ HTTP/1.1" 200 95721 INFO 2025-08-31 11:44:47,706 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:48,992 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/17/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:44:49,037 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145745 INFO 2025-08-31 11:44:49,052 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:51,846 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/16/change/ HTTP/1.1" 200 95707 INFO 2025-08-31 11:44:51,861 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:53,715 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/16/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:44:53,751 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145749 INFO 2025-08-31 11:44:53,765 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:57,958 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/15/change/ HTTP/1.1" 200 95706 INFO 2025-08-31 11:44:57,969 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:59,428 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/15/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:44:59,474 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145752 INFO 2025-08-31 11:44:59,492 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:02,767 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/14/change/ HTTP/1.1" 200 95740 INFO 2025-08-31 11:45:02,780 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:04,436 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/14/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:45:04,481 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145760 INFO 2025-08-31 11:45:04,501 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:08,166 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/13/change/ HTTP/1.1" 200 95752 INFO 2025-08-31 11:45:08,179 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:09,821 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/13/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:45:09,865 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145765 INFO 2025-08-31 11:45:09,885 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:12,862 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/1/change/ HTTP/1.1" 200 95734 INFO 2025-08-31 11:45:12,876 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:14,698 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/1/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:45:14,744 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145759 INFO 2025-08-31 11:45:14,760 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:17,588 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/4/change/ HTTP/1.1" 200 95749 INFO 2025-08-31 11:45:17,601 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:19,239 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/4/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:45:19,285 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145765 INFO 2025-08-31 11:45:19,301 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:23,574 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/65/change/ HTTP/1.1" 200 95792 INFO 2025-08-31 11:45:23,586 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:25,125 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/65/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:45:25,173 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145775 INFO 2025-08-31 11:45:25,192 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:27,586 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/2/change/ HTTP/1.1" 200 95733 INFO 2025-08-31 11:45:27,600 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:29,200 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/2/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:45:29,243 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145768 INFO 2025-08-31 11:45:29,263 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:32,509 basehttp 41574 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:45:33,058 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/3/change/ HTTP/1.1" 200 95740 INFO 2025-08-31 11:45:33,071 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:34,464 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/3/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:45:34,509 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145773 INFO 2025-08-31 11:45:34,529 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:37,478 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/44/change/ HTTP/1.1" 200 95786 INFO 2025-08-31 11:45:37,489 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:38,970 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/44/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:45:39,000 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145783 INFO 2025-08-31 11:45:39,016 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:41,376 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/66/change/ HTTP/1.1" 200 95778 INFO 2025-08-31 11:45:41,389 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:42,747 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/66/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:45:42,784 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145784 INFO 2025-08-31 11:45:42,799 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:45,440 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/12/change/ HTTP/1.1" 200 95787 INFO 2025-08-31 11:45:45,452 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:46,841 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/12/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:45:46,891 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145789 INFO 2025-08-31 11:45:46,904 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:49,352 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/11/change/ HTTP/1.1" 200 95765 INFO 2025-08-31 11:45:49,365 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:50,686 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/11/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:45:50,723 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145787 INFO 2025-08-31 11:45:50,736 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:53,678 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/45/change/ HTTP/1.1" 200 95787 INFO 2025-08-31 11:45:53,689 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:55,253 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/45/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:45:55,294 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145799 INFO 2025-08-31 11:45:55,308 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:58,100 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/9/change/ HTTP/1.1" 200 95734 INFO 2025-08-31 11:45:58,114 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:59,409 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/9/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:45:59,458 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145784 INFO 2025-08-31 11:45:59,472 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:46:02,408 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/10/change/ HTTP/1.1" 200 95759 INFO 2025-08-31 11:46:02,421 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:46:03,959 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/10/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:46:04,005 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145794 INFO 2025-08-31 11:46:04,023 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:46:07,175 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/46/change/ HTTP/1.1" 200 95787 INFO 2025-08-31 11:46:07,188 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:46:09,236 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/46/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:46:09,280 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145808 INFO 2025-08-31 11:46:09,296 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:46:11,915 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/7/change/ HTTP/1.1" 200 95738 INFO 2025-08-31 11:46:11,929 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:46:13,152 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/7/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:46:13,196 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145794 INFO 2025-08-31 11:46:13,214 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:46:15,727 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/43/change/ HTTP/1.1" 200 95772 INFO 2025-08-31 11:46:15,739 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:46:17,086 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/43/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:46:17,132 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145806 INFO 2025-08-31 11:46:17,150 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:46:20,134 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/8/change/ HTTP/1.1" 200 95750 INFO 2025-08-31 11:46:20,151 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:46:21,598 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/8/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:46:21,643 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145803 INFO 2025-08-31 11:46:21,660 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:46:28,530 basehttp 41574 6136344576 "GET /en/inventory/items/3/ HTTP/1.1" 200 39865 WARNING 2025-08-31 11:46:28,542 basehttp 41574 6153170944 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 11:46:28,546 log 41574 6136344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:46:28,547 basehttp 41574 6136344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:46:28,636 basehttp 41574 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:47:00,471 basehttp 41574 6136344576 "GET /en/inventory/items/3/ HTTP/1.1" 200 39955 WARNING 2025-08-31 11:47:00,479 basehttp 41574 6136344576 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 11:47:00,486 log 41574 6153170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:47:00,486 basehttp 41574 6153170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:47:00,580 basehttp 41574 6153170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:48:00,593 basehttp 41574 6153170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:48:07,246 basehttp 41574 6153170944 "GET /en/inventory/items/3/ HTTP/1.1" 200 39833 WARNING 2025-08-31 11:48:07,256 basehttp 41574 6153170944 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 11:48:07,261 log 41574 6136344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:48:07,261 basehttp 41574 6136344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:48:07,318 basehttp 41574 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:49:07,312 basehttp 41574 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:49:38,590 basehttp 41574 6136344576 "GET /en/inventory/items/3/ HTTP/1.1" 200 39717 WARNING 2025-08-31 11:49:38,600 basehttp 41574 6136344576 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 11:49:38,604 log 41574 6153170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:49:38,605 basehttp 41574 6153170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:49:38,662 basehttp 41574 6153170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:50:11,848 basehttp 41574 6153170944 "GET /en/inventory/items/3/ HTTP/1.1" 200 39793 WARNING 2025-08-31 11:50:11,858 basehttp 41574 6153170944 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 11:50:11,863 log 41574 6136344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:50:11,863 basehttp 41574 6136344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:50:11,925 basehttp 41574 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:51:11,932 basehttp 41574 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:52:11,929 basehttp 41574 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:52:54,301 basehttp 41574 6136344576 "GET /en/inventory/items/3/ HTTP/1.1" 200 39793 INFO 2025-08-31 11:52:54,310 basehttp 41574 6169997312 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-08-31 11:52:54,311 basehttp 41574 13472231424 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-08-31 11:52:54,311 basehttp 41574 13455405056 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 WARNING 2025-08-31 11:52:54,315 basehttp 41574 6169997312 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 11:52:54,318 basehttp 41574 6136344576 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-08-31 11:52:54,320 log 41574 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:52:54,321 basehttp 41574 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:52:54,323 basehttp 41574 6136344576 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-08-31 11:52:54,323 basehttp 41574 6169997312 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-31 11:52:54,331 basehttp 41574 6169997312 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-31 11:52:54,332 basehttp 41574 13472231424 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-08-31 11:52:54,333 basehttp 41574 13455405056 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-31 11:52:54,333 basehttp 41574 6153170944 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-31 11:52:54,334 basehttp 41574 6169997312 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-08-31 11:52:54,334 basehttp 41574 6136344576 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-08-31 11:52:54,342 basehttp 41574 13438578688 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-31 11:52:54,661 basehttp 41574 13438578688 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-31 11:52:54,713 basehttp 41574 13455405056 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-31 11:52:54,713 basehttp 41574 6169997312 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-31 11:52:54,713 basehttp 41574 6136344576 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-31 11:52:54,714 basehttp 41574 6153170944 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-31 11:52:54,716 basehttp 41574 13438578688 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-31 11:52:54,717 basehttp 41574 13472231424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-31 11:52:54,718 basehttp 41574 13455405056 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-08-31 11:52:54,720 basehttp 41574 6136344576 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-31 11:52:54,720 basehttp 41574 6153170944 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-31 11:52:54,720 basehttp 41574 13438578688 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-31 11:52:54,721 basehttp 41574 13472231424 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-31 11:52:54,721 basehttp 41574 13455405056 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-31 11:52:54,723 basehttp 41574 13438578688 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-31 11:52:54,723 basehttp 41574 6136344576 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-31 11:52:54,723 basehttp 41574 6153170944 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-31 11:52:54,726 basehttp 41574 13472231424 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-31 11:52:54,726 basehttp 41574 13455405056 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-31 11:52:54,727 basehttp 41574 6169997312 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-31 11:52:54,729 basehttp 41574 6136344576 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-31 11:52:54,730 basehttp 41574 6153170944 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-31 11:52:54,730 basehttp 41574 13455405056 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-31 11:52:54,731 basehttp 41574 13472231424 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-31 11:52:54,731 basehttp 41574 6169997312 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-31 11:52:54,731 basehttp 41574 6153170944 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-31 11:52:54,733 basehttp 41574 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 11:52:54,785 log 41574 13438578688 Not Found: /favicon.ico WARNING 2025-08-31 11:52:54,785 basehttp 41574 13438578688 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-31 11:53:05,940 basehttp 41574 13438578688 "GET /en/inventory/items/3/ HTTP/1.1" 200 39775 WARNING 2025-08-31 11:53:05,949 basehttp 41574 13438578688 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 11:53:05,956 log 41574 6153170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:53:05,957 basehttp 41574 6153170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:53:06,049 basehttp 41574 6153170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:53:10,746 basehttp 41574 6153170944 "GET /en/inventory/stock/create/?item=3 HTTP/1.1" 200 40933 WARNING 2025-08-31 11:53:10,761 log 41574 6153170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:53:10,762 basehttp 41574 6153170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:53:10,816 basehttp 41574 6153170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:53:47,629 basehttp 41574 6153170944 "GET /en/inventory/stock/create/?item=3 HTTP/1.1" 200 40933 INFO 2025-08-31 11:53:47,643 basehttp 41574 13455405056 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-08-31 11:53:47,649 log 41574 6153170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:53:47,650 basehttp 41574 6153170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:53:47,652 basehttp 41574 13455405056 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-31 11:53:47,654 basehttp 41574 13472231424 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-31 11:53:47,656 basehttp 41574 6153170944 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-08-31 11:53:47,659 basehttp 41574 13438578688 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-08-31 11:53:47,662 basehttp 41574 13472231424 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-31 11:53:47,665 basehttp 41574 6136344576 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-31 11:53:47,666 basehttp 41574 6169997312 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-31 11:53:47,668 basehttp 41574 13455405056 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-31 11:53:47,855 basehttp 41574 13455405056 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-31 11:53:47,894 basehttp 41574 13472231424 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-31 11:53:47,894 basehttp 41574 13455405056 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-31 11:53:47,894 basehttp 41574 6136344576 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-31 11:53:47,895 basehttp 41574 6169997312 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-31 11:53:47,895 basehttp 41574 13438578688 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-31 11:53:47,895 basehttp 41574 6153170944 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-31 11:53:47,898 basehttp 41574 13438578688 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-31 11:53:47,898 basehttp 41574 6153170944 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-31 11:53:47,899 basehttp 41574 13438578688 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-31 11:53:47,899 basehttp 41574 6153170944 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-31 11:53:47,899 basehttp 41574 13455405056 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-31 11:53:47,900 basehttp 41574 6136344576 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-31 11:53:47,903 basehttp 41574 6136344576 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-31 11:53:47,903 basehttp 41574 13438578688 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-31 11:53:47,903 basehttp 41574 6153170944 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-31 11:53:47,906 basehttp 41574 13455405056 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-31 11:53:47,910 basehttp 41574 13472231424 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-31 11:53:47,910 basehttp 41574 6153170944 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-31 11:53:47,911 basehttp 41574 6136344576 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-31 11:53:47,911 basehttp 41574 13438578688 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-31 11:53:47,911 basehttp 41574 13455405056 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-31 11:53:47,912 basehttp 41574 6169997312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:53:47,913 basehttp 41574 13472231424 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-31 11:53:47,913 basehttp 41574 6153170944 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-08-31 11:53:48,002 log 41574 6153170944 Not Found: /favicon.ico WARNING 2025-08-31 11:53:48,002 basehttp 41574 6153170944 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-31 11:54:05,273 basehttp 41574 6153170944 "GET /en/inventory/items/3/ HTTP/1.1" 200 39775 WARNING 2025-08-31 11:54:05,291 basehttp 41574 13438578688 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 11:54:05,291 basehttp 41574 6169997312 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-08-31 11:54:05,291 basehttp 41574 6136344576 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-08-31 11:54:05,291 basehttp 41574 13472231424 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 WARNING 2025-08-31 11:54:05,294 log 41574 6153170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:54:05,294 basehttp 41574 6153170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:54:05,295 basehttp 41574 13455405056 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-08-31 11:54:05,363 basehttp 41574 13455405056 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-08-31 11:54:30,058 basehttp 41574 13455405056 "GET /en/inventory/items/ HTTP/1.1" 200 73450 INFO 2025-08-31 11:54:30,070 basehttp 41574 6169997312 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-08-31 11:54:30,071 basehttp 41574 6153170944 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-08-31 11:54:30,071 basehttp 41574 6136344576 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-08-31 11:54:30,072 basehttp 41574 13472231424 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-08-31 11:54:30,075 log 41574 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:54:30,075 basehttp 41574 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:54:45,644 basehttp 41574 13455405056 "GET /en/inventory/stock/?item=26 HTTP/1.1" 200 151703 INFO 2025-08-31 11:54:45,657 basehttp 41574 6136344576 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-08-31 11:54:45,657 basehttp 41574 13472231424 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 WARNING 2025-08-31 11:54:45,661 log 41574 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:54:45,662 basehttp 41574 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:54:45,663 basehttp 41574 13472231424 "GET /static/plugins/dropzone/src/options.js HTTP/1.1" 200 23721 INFO 2025-08-31 11:54:45,765 basehttp 41574 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:54:45,773 basehttp 41574 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:54:52,434 basehttp 41574 13455405056 "GET /en/inventory/stock/3/ HTTP/1.1" 200 33933 WARNING 2025-08-31 11:54:52,453 log 41574 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:54:52,454 basehttp 41574 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:54:52,501 basehttp 41574 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 11:54:59,679 log 41574 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:54:59,680 basehttp 41574 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 11:54:59,688 log 41574 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:54:59,688 basehttp 41574 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 11:55:01,444 log 41574 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:55:01,444 basehttp 41574 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 11:55:01,453 log 41574 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:55:01,454 basehttp 41574 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:55:07,763 basehttp 41574 13455405056 "GET /en/inventory/items/2/ HTTP/1.1" 200 40485 WARNING 2025-08-31 11:55:07,779 basehttp 41574 13472231424 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 11:55:07,783 log 41574 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:55:07,783 basehttp 41574 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:55:07,846 basehttp 41574 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 11:55:20,698 log 41574 13455405056 Internal Server Error: /en/inventory/items/2/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'generate_item_code' not found. 'generate_item_code' is not a valid view function or pattern name. ERROR 2025-08-31 11:55:20,700 basehttp 41574 13455405056 "GET /en/inventory/items/2/update/ HTTP/1.1" 500 174262 WARNING 2025-08-31 11:55:20,718 log 41574 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:55:20,719 basehttp 41574 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:56:49,838 basehttp 41574 13455405056 "GET /en/inventory/items/2/update/ HTTP/1.1" 200 49421 WARNING 2025-08-31 11:56:49,851 basehttp 41574 13455405056 "GET /static/assets/plugins/select2/dist/js/select2.min.js HTTP/1.1" 404 2062 WARNING 2025-08-31 11:56:49,851 basehttp 41574 6136344576 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-08-31 11:56:49,855 log 41574 6153170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:56:49,856 basehttp 41574 6153170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 11:56:49,857 basehttp 41574 6169997312 "GET /static/assets/plugins/jquery-file-upload/js/jquery.fileupload.js HTTP/1.1" 404 2098 INFO 2025-08-31 11:56:49,914 basehttp 41574 6153170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:57:28,513 basehttp 41574 6153170944 "POST /en/inventory/items/2/update/ HTTP/1.1" 200 49475 WARNING 2025-08-31 11:57:28,529 basehttp 41574 6169997312 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-08-31 11:57:28,529 basehttp 41574 6136344576 "GET /static/assets/plugins/select2/dist/js/select2.min.js HTTP/1.1" 404 2062 WARNING 2025-08-31 11:57:28,532 basehttp 41574 13438578688 "GET /static/assets/plugins/jquery-file-upload/js/jquery.fileupload.js HTTP/1.1" 404 2098 WARNING 2025-08-31 11:57:28,533 log 41574 6153170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:57:28,533 basehttp 41574 6153170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:57:28,584 basehttp 41574 6153170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:57:31,766 basehttp 41574 6153170944 "GET /en/inventory/items/2/update/ HTTP/1.1" 200 49421 WARNING 2025-08-31 11:57:31,782 log 41574 6153170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:57:31,782 basehttp 41574 6153170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 11:57:32,465 basehttp 41574 6169997312 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 11:57:32,471 log 41574 6136344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-31 11:57:32,471 basehttp 41574 6153170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 11:57:32,471 basehttp 41574 6136344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 11:57:32,480 log 41574 6136344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:57:32,480 basehttp 41574 6136344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:57:35,085 basehttp 41574 6136344576 "GET /en/inventory/items/2/ HTTP/1.1" 200 40429 WARNING 2025-08-31 11:57:35,095 basehttp 41574 6136344576 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 11:57:35,100 log 41574 6153170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:57:35,100 basehttp 41574 6153170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:57:35,168 basehttp 41574 6153170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 11:57:49,503 log 41574 6153170944 Internal Server Error: /en/inventory/locations/2/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 343, in get_context_data context['stock_items'] = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 11:57:49,505 basehttp 41574 6153170944 "GET /en/inventory/locations/2/ HTTP/1.1" 500 140577 WARNING 2025-08-31 11:57:49,524 log 41574 6153170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:57:49,524 basehttp 41574 6153170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:58:11,168 autoreload 41574 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-31 11:58:11,570 autoreload 51336 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 11:58:12,837 log 51336 6193131520 Internal Server Error: /en/inventory/locations/2/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 346, in get_context_data ).select_related('item').order_by('item__item_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'item' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 11:58:12,839 basehttp 51336 6193131520 "GET /en/inventory/locations/2/ HTTP/1.1" 500 103478 WARNING 2025-08-31 11:58:12,852 log 51336 6193131520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:58:12,853 basehttp 51336 6193131520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:58:30,404 autoreload 51336 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-31 11:58:30,742 autoreload 51509 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 11:58:31,438 log 51509 6131281920 Internal Server Error: /en/inventory/locations/2/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 349, in get_context_data context['total_items'] = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 11:58:31,439 basehttp 51509 6131281920 "GET /en/inventory/locations/2/ HTTP/1.1" 500 142024 WARNING 2025-08-31 11:58:31,453 log 51509 6131281920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:58:31,453 basehttp 51509 6131281920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:58:47,478 autoreload 51509 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-31 11:58:47,783 autoreload 51615 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 11:58:48,119 log 51615 6205272064 Internal Server Error: /en/inventory/locations/2/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 354, in get_context_data context['total_quantity'] = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 11:58:48,120 basehttp 51615 6205272064 "GET /en/inventory/locations/2/ HTTP/1.1" 500 142009 WARNING 2025-08-31 11:58:48,137 log 51615 6205272064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:58:48,137 basehttp 51615 6205272064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:59:21,959 autoreload 51615 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-31 11:59:22,302 autoreload 51854 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 11:59:23,185 basehttp 51854 6341865472 "GET /en/inventory/locations/2/ HTTP/1.1" 200 69883 WARNING 2025-08-31 11:59:23,198 log 51854 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:59:23,198 basehttp 51854 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:59:23,269 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:00:23,276 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:00:36,179 basehttp 51854 6341865472 "GET /en/inventory/locations/2/ HTTP/1.1" 200 69883 WARNING 2025-08-31 12:00:36,193 log 51854 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:00:36,193 basehttp 51854 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 12:00:36,249 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 12:01:30,930 basehttp 51854 6375518208 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 12:01:30,957 log 51854 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:01:30,957 basehttp 51854 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 12:01:30,959 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 12:01:30,971 log 51854 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:01:30,971 basehttp 51854 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 12:01:31,665 basehttp 51854 6358691840 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 12:01:31,675 basehttp 51854 6358691840 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 12:01:31,680 log 51854 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:01:31,681 basehttp 51854 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 12:01:31,744 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:01:42,958 basehttp 51854 6341865472 "GET /en/inventory/locations/2/ HTTP/1.1" 200 69883 WARNING 2025-08-31 12:01:42,981 log 51854 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:01:42,981 basehttp 51854 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 12:01:43,034 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:02:21,102 basehttp 51854 6341865472 "GET /en/inventory/locations/2/ HTTP/1.1" 200 69883 WARNING 2025-08-31 12:02:21,118 log 51854 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:02:21,118 basehttp 51854 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 12:02:21,173 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:03:21,181 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:03:50,355 basehttp 51854 6341865472 "GET /en/inventory/locations/2/ HTTP/1.1" 200 70779 WARNING 2025-08-31 12:03:50,390 log 51854 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:03:50,390 basehttp 51854 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 12:03:50,406 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:04:02,836 basehttp 51854 6341865472 "GET /en/inventory/locations/2/ HTTP/1.1" 200 70709 WARNING 2025-08-31 12:04:02,847 log 51854 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:04:02,848 basehttp 51854 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 12:04:02,898 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:04:14,504 basehttp 51854 6341865472 "GET /en/inventory/stock/?location=2 HTTP/1.1" 200 132272 WARNING 2025-08-31 12:04:14,520 log 51854 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:04:14,520 basehttp 51854 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 12:04:14,615 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:04:14,621 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 12:04:16,801 log 51854 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:04:16,801 basehttp 51854 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 12:04:16,814 log 51854 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:04:16,814 basehttp 51854 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 12:04:52,227 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 12:04:52,230 log 51854 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:04:52,230 basehttp 51854 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 12:04:52,234 basehttp 51854 6341865472 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 12:04:52,260 log 51854 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:04:52,260 basehttp 51854 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 12:04:52,929 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 12:04:52,933 log 51854 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:04:52,933 basehttp 51854 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 12:04:52,941 log 51854 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:04:52,941 basehttp 51854 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 12:04:53,731 basehttp 51854 6341865472 "GET /en/inventory/ HTTP/1.1" 200 46616 WARNING 2025-08-31 12:04:53,745 log 51854 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:04:53,745 basehttp 51854 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 12:04:53,808 basehttp 51854 6341865472 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:05:23,806 basehttp 51854 6341865472 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:05:53,814 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:05:53,815 basehttp 51854 6358691840 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:06:02,198 basehttp 51854 6358691840 "GET /en/inventory/items/ HTTP/1.1" 200 73450 INFO 2025-08-31 12:06:02,243 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:06:09,523 basehttp 51854 6358691840 "GET /en/inventory/stock/ HTTP/1.1" 200 151703 INFO 2025-08-31 12:06:09,582 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:06:09,588 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:06:14,250 basehttp 51854 6341865472 "GET /en/inventory/orders/ HTTP/1.1" 200 71954 INFO 2025-08-31 12:06:14,259 basehttp 51854 6358691840 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-08-31 12:06:14,259 basehttp 51854 6341865472 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-08-31 12:06:14,291 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:06:17,952 basehttp 51854 6341865472 "GET /en/inventory/orders/2/ HTTP/1.1" 200 49893 INFO 2025-08-31 12:06:17,971 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:06:23,807 basehttp 51854 6341865472 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:06:25,167 basehttp 51854 6341865472 "GET /en/inventory/suppliers/ HTTP/1.1" 200 84964 INFO 2025-08-31 12:06:25,199 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:06:33,417 basehttp 51854 6341865472 "GET /en/inventory/locations/ HTTP/1.1" 200 55098 INFO 2025-08-31 12:06:33,446 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:06:45,403 basehttp 51854 6341865472 "GET /en/inventory/locations/3/ HTTP/1.1" 200 79465 INFO 2025-08-31 12:06:45,434 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:06:53,100 basehttp 51854 6341865472 "GET /en/inventory/stock/25/ HTTP/1.1" 200 33988 INFO 2025-08-31 12:06:53,119 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:07:00,273 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:07:00,274 basehttp 51854 6358691840 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:07:30,270 basehttp 51854 6358691840 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:08:00,272 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:08:00,274 basehttp 51854 6341865472 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:08:30,272 basehttp 51854 6341865472 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:09:00,270 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:09:00,273 basehttp 51854 6358691840 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:09:30,275 basehttp 51854 6358691840 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:09:31,602 basehttp 51854 6358691840 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 151703 INFO 2025-08-31 12:09:31,646 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:09:31,651 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:09:36,941 basehttp 51854 6341865472 "GET /en/inventory/stock/3/ HTTP/1.1" 200 33933 INFO 2025-08-31 12:09:36,971 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:10:12,003 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:10:12,004 basehttp 51854 6358691840 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:10:41,326 basehttp 51854 6358691840 "GET /en/ HTTP/1.1" 200 47429 INFO 2025-08-31 12:10:41,365 basehttp 51854 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 12:10:41,367 basehttp 51854 6375518208 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-31 12:10:41,367 basehttp 51854 6358691840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-08-31 12:10:53,473 log 51854 6358691840 Not Found: /en/accounts/ WARNING 2025-08-31 12:10:53,473 basehttp 51854 6358691840 "GET /en/accounts/ HTTP/1.1" 404 41431 INFO 2025-08-31 12:11:14,920 basehttp 51854 6358691840 "GET /en/accounts/login/ HTTP/1.1" 302 0 INFO 2025-08-31 12:11:14,925 basehttp 51854 6358691840 "GET /accounts/profile/ HTTP/1.1" 302 0 INFO 2025-08-31 12:11:14,933 basehttp 51854 6375518208 "GET /en/accounts/profile/ HTTP/1.1" 200 31154 INFO 2025-08-31 12:11:14,960 basehttp 51854 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:11:28,684 basehttp 51854 6375518208 "GET /en/appointments/ HTTP/1.1" 200 44340 INFO 2025-08-31 12:11:28,712 basehttp 51854 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:11:28,726 basehttp 51854 6341865472 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 12:11:45,010 basehttp 51854 6341865472 "GET /en/appointments/detail/1351/ HTTP/1.1" 200 22880 INFO 2025-08-31 12:11:45,029 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:11:50,857 basehttp 51854 6341865472 "GET /en/appointments/calendar/ HTTP/1.1" 200 21988 INFO 2025-08-31 12:11:50,877 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:11:50,887 basehttp 51854 6358691840 "GET /en/appointments/slots/available/ HTTP/1.1" 200 450 INFO 2025-08-31 12:11:50,915 basehttp 51854 6375518208 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 49388 INFO 2025-08-31 12:12:08,438 basehttp 51854 6341865472 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 12:12:10,841 basehttp 51854 6341865472 "GET /en/appointments/list/ HTTP/1.1" 200 130486 INFO 2025-08-31 12:12:10,876 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 12:12:19,476 log 51854 6341865472 Forbidden (CSRF token missing.): /en/appointments/check-in/2220/ WARNING 2025-08-31 12:12:19,476 basehttp 51854 6341865472 "POST /en/appointments/check-in/2220/ HTTP/1.1" 403 2491 INFO 2025-08-31 12:12:20,724 basehttp 51854 6341865472 "GET /en/appointments/detail/2220/ HTTP/1.1" 200 23001 INFO 2025-08-31 12:12:20,755 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:12:22,378 basehttp 51854 6341865472 "GET /en/patients/patientprofile/5/details/ HTTP/1.1" 200 37315 INFO 2025-08-31 12:12:22,425 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 12:12:22,437 log 51854 6392344576 Internal Server Error: /en/patients/appointments/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-31 12:12:22,439 basehttp 51854 6392344576 "GET /en/patients/appointments/5/ HTTP/1.1" 500 63351 ERROR 2025-08-31 12:12:22,449 log 51854 6358691840 Internal Server Error: /en/patients/emergency-contacts/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-31 12:12:22,453 basehttp 51854 6358691840 "GET /en/patients/emergency-contacts/5/ HTTP/1.1" 500 89776 ERROR 2025-08-31 12:12:22,469 log 51854 6375518208 Internal Server Error: /en/patients/insurance-info/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-31 12:12:22,469 basehttp 51854 6375518208 "GET /en/patients/insurance-info/5/ HTTP/1.1" 500 108958 INFO 2025-08-31 12:12:36,211 basehttp 51854 6375518208 "GET /en/laboratory/orders/create/?patient=5 HTTP/1.1" 200 36955 INFO 2025-08-31 12:12:36,229 basehttp 51854 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:12:40,647 basehttp 51854 6375518208 "GET /en/billing/bills/create/?patient=5 HTTP/1.1" 200 109320 INFO 2025-08-31 12:12:40,688 basehttp 51854 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:12:50,583 basehttp 51854 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:12:50,596 basehttp 51854 6358691840 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 12:13:20,591 basehttp 51854 6358691840 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 12:13:50,581 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:13:50,594 basehttp 51854 6375518208 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 12:14:20,593 basehttp 51854 6375518208 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 12:14:51,429 basehttp 51854 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:14:51,441 basehttp 51854 6358691840 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 12:15:22,435 basehttp 51854 6358691840 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 12:15:52,423 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:16:30,433 basehttp 51854 6358691840 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 12:16:53,420 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:17:00,436 basehttp 51854 6358691840 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 12:17:30,438 basehttp 51854 6358691840 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 12:17:53,422 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:18:00,439 basehttp 51854 6358691840 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 12:18:58,365 basehttp 51854 6358691840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 12:19:28,362 basehttp 51854 6375518208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 12:19:28,362 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:19:28,365 basehttp 51854 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 12:19:58,380 basehttp 51854 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 12:20:28,395 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:20:28,395 basehttp 51854 6358691840 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 12:20:28,397 basehttp 51854 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 12:20:58,390 basehttp 51854 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 12:21:28,395 basehttp 51854 6358691840 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 12:21:28,396 basehttp 51854 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:21:28,397 basehttp 51854 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 12:21:58,393 basehttp 51854 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 12:22:28,394 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:22:28,394 basehttp 51854 6375518208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 12:22:28,397 basehttp 51854 6358691840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 12:22:37,887 basehttp 51854 6358691840 "GET /en/patients/register/ HTTP/1.1" 200 27765 INFO 2025-08-31 12:22:37,918 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:22:43,156 basehttp 51854 6358691840 "GET /en/appointments/create/ HTTP/1.1" 200 36516 INFO 2025-08-31 12:22:43,184 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:23:19,471 basehttp 51854 6358691840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 12:23:21,130 basehttp 51854 6358691840 "GET /en/ HTTP/1.1" 200 47432 INFO 2025-08-31 12:23:21,187 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:23:21,189 basehttp 51854 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 12:23:21,191 basehttp 51854 6392344576 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-31 12:23:21,191 basehttp 51854 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 12:23:23,561 basehttp 51854 6392344576 "GET /en/appointments/queue/ HTTP/1.1" 200 18951 INFO 2025-08-31 12:23:27,752 basehttp 51854 6392344576 "GET /en/appointments/ HTTP/1.1" 200 44340 INFO 2025-08-31 12:23:27,788 basehttp 51854 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:23:27,802 basehttp 51854 6375518208 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 12:23:57,797 basehttp 51854 6375518208 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 12:24:20,024 basehttp 51854 6375518208 "GET /en/inpatients/ HTTP/1.1" 200 41779 INFO 2025-08-31 12:24:20,085 basehttp 51854 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:24:20,086 basehttp 51854 6392344576 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-31 12:24:20,105 basehttp 51854 6341865472 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 INFO 2025-08-31 12:24:23,418 basehttp 51854 6341865472 "GET /en/inventory/ HTTP/1.1" 200 46616 INFO 2025-08-31 12:24:23,445 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:24:23,446 basehttp 51854 6392344576 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:24:29,903 basehttp 51854 6392344576 "GET /en/inventory/items/ HTTP/1.1" 200 73450 INFO 2025-08-31 12:24:29,947 basehttp 51854 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:25:17,204 basehttp 51854 6392344576 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:25:18,947 basehttp 51854 6392344576 "GET /en/inventory/stock/ HTTP/1.1" 200 151703 INFO 2025-08-31 12:25:19,009 basehttp 51854 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:25:19,015 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:25:49,045 basehttp 51854 6341865472 "GET /en/laboratory/ HTTP/1.1" 200 51764 INFO 2025-08-31 12:25:49,096 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 12:25:49,119 log 51854 6392344576 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-31 12:25:49,120 basehttp 51854 6392344576 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124524 ERROR 2025-08-31 12:26:19,114 log 51854 6392344576 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-31 12:26:19,115 basehttp 51854 6392344576 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124250 INFO 2025-08-31 12:26:49,095 basehttp 51854 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 12:26:49,120 log 51854 6341865472 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-31 12:26:49,121 basehttp 51854 6341865472 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124250 ERROR 2025-08-31 12:27:10,326 log 51854 6341865472 Internal Server Error: /en/laboratory/orders/874/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 496, in get_context_data context['specimens'] = lab_order.specimens.all().order_by('-collection_datetime') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'collection_datetime' into field. Choices are: chain_of_custody, collected_by, collected_by_id, collected_datetime, collection_method, collection_site, container_type, created_at, id, order, order_id, quality, quality_notes, received_by, received_by_id, received_datetime, rejection_reason, results, specimen_id, specimen_number, specimen_type, status, storage_location, storage_temperature, updated_at, volume ERROR 2025-08-31 12:27:10,326 basehttp 51854 6341865472 "GET /en/laboratory/orders/874/ HTTP/1.1" 500 103404 INFO 2025-08-31 12:27:25,148 autoreload 51854 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-31 12:27:25,614 autoreload 64354 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 12:27:26,353 log 64354 6165655552 Internal Server Error: /en/laboratory/orders/874/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 499, in get_context_data context['results'] = lab_order.results.all().order_by('-result_datetime') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'result_datetime' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-31 12:27:26,354 basehttp 64354 6165655552 "GET /en/laboratory/orders/874/ HTTP/1.1" 500 104175 INFO 2025-08-31 12:27:52,561 autoreload 64354 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-31 12:27:52,889 autoreload 64594 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 12:27:53,919 log 64594 6165213184 Internal Server Error: /en/laboratory/orders/874/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/laboratory/tests/(?P[0-9]+)/\\Z'] ERROR 2025-08-31 12:27:53,920 basehttp 64594 6165213184 "GET /en/laboratory/orders/874/ HTTP/1.1" 500 182588 ERROR 2025-08-31 12:27:55,334 log 64594 6165213184 Internal Server Error: /en/laboratory/orders/874/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/laboratory/tests/(?P[0-9]+)/\\Z'] ERROR 2025-08-31 12:27:55,335 basehttp 64594 6165213184 "GET /en/laboratory/orders/874/ HTTP/1.1" 500 182588 INFO 2025-08-31 12:28:20,979 basehttp 64594 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 12:28:21,001 log 64594 6165213184 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-31 12:28:21,003 basehttp 64594 6165213184 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124250 INFO 2025-08-31 12:28:23,373 basehttp 64594 6165213184 "GET /en/laboratory/results/create/ HTTP/1.1" 200 308216 INFO 2025-08-31 12:28:23,410 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 12:28:50,995 log 64594 6165213184 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-31 12:28:50,996 basehttp 64594 6165213184 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124250 INFO 2025-08-31 12:28:51,796 basehttp 64594 6165213184 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 200 24371 INFO 2025-08-31 12:28:51,833 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:28:56,076 basehttp 64594 6165213184 "GET /en/laboratory/ HTTP/1.1" 200 51764 INFO 2025-08-31 12:28:56,111 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 12:28:56,137 log 64594 13035925504 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-31 12:28:56,138 basehttp 64594 13035925504 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124250 INFO 2025-08-31 12:28:58,819 basehttp 64594 13035925504 "GET /en/laboratory/orders/ HTTP/1.1" 200 96049 INFO 2025-08-31 12:28:58,851 basehttp 64594 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 12:29:10,668 log 64594 13035925504 Internal Server Error: /en/laboratory/orders/874/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/laboratory/tests/(?P[0-9]+)/\\Z'] ERROR 2025-08-31 12:29:10,669 basehttp 64594 13035925504 "GET /en/laboratory/orders/874/ HTTP/1.1" 500 182458 INFO 2025-08-31 12:29:13,968 basehttp 64594 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:29:13,980 basehttp 64594 6165213184 "GET /en/inventory/stock/ HTTP/1.1" 200 151703 INFO 2025-08-31 12:29:13,980 basehttp 64594 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:29:14,031 basehttp 64594 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:29:14,037 basehttp 64594 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:29:16,667 basehttp 64594 13035925504 "GET /en/inventory/stock/3/ HTTP/1.1" 200 33933 INFO 2025-08-31 12:29:16,695 basehttp 64594 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:29:29,302 basehttp 64594 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:29:29,303 basehttp 64594 6165213184 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 WARNING 2025-08-31 12:29:33,342 log 64594 6165213184 Not Found: /en/admissions WARNING 2025-08-31 12:29:33,342 basehttp 64594 6165213184 "GET /en/admissions HTTP/1.1" 404 29871 WARNING 2025-08-31 12:29:33,898 log 64594 6165213184 Not Found: /en/emr/admissions WARNING 2025-08-31 12:29:33,898 basehttp 64594 6165213184 "GET /en/emr/admissions HTTP/1.1" 404 37590 INFO 2025-08-31 12:29:34,405 basehttp 64594 6165213184 "GET /en/emr/ HTTP/1.1" 200 71709 INFO 2025-08-31 12:29:34,433 basehttp 64594 6165213184 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-31 12:29:37,714 basehttp 64594 6165213184 "GET /en/system-configuration/ HTTP/1.1" 200 59904 WARNING 2025-08-31 12:29:38,489 log 64594 6165213184 Not Found: /en/configuration WARNING 2025-08-31 12:29:38,489 basehttp 64594 6165213184 "GET /en/configuration HTTP/1.1" 404 29880 INFO 2025-08-31 12:29:42,949 basehttp 64594 6165213184 "GET /en/system-configuration/7/edit/ HTTP/1.1" 200 44134 INFO 2025-08-31 12:29:42,968 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:29:51,458 basehttp 64594 6165213184 "GET /en/inventory/ HTTP/1.1" 200 46616 INFO 2025-08-31 12:29:51,484 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:29:51,486 basehttp 64594 13035925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:29:58,558 basehttp 64594 13035925504 "GET /en/inventory/items/ HTTP/1.1" 200 73450 INFO 2025-08-31 12:29:58,599 basehttp 64594 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:30:12,190 basehttp 64594 13035925504 "GET /en/inventory/items/ HTTP/1.1" 200 73450 INFO 2025-08-31 12:30:12,228 basehttp 64594 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:30:13,310 basehttp 64594 13035925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 12:30:13,319 basehttp 64594 13035925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 12:30:13,343 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:31:13,354 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:31:44,266 basehttp 64594 6165213184 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 12:31:44,272 basehttp 64594 6165213184 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 12:31:44,300 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:32:11,159 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:32:12,488 basehttp 64594 13304360960 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:32:12,489 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:32:14,210 basehttp 64594 6165213184 "GET /en/inventory/stock/ HTTP/1.1" 200 151703 INFO 2025-08-31 12:32:14,266 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:32:14,271 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:32:15,827 basehttp 64594 13304360960 "GET /en/inventory/stock/3/ HTTP/1.1" 200 33933 INFO 2025-08-31 12:32:15,848 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:32:25,474 basehttp 64594 13304360960 "GET /en/inventory/locations/ HTTP/1.1" 200 55098 INFO 2025-08-31 12:32:25,504 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:32:54,142 basehttp 64594 13304360960 "GET /en/inventory/locations/3/ HTTP/1.1" 200 79465 INFO 2025-08-31 12:32:54,175 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:33:25,507 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:33:32,245 basehttp 64594 13304360960 "GET /en/operating-theatre/ HTTP/1.1" 200 34120 INFO 2025-08-31 12:33:32,274 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:33:32,277 basehttp 64594 6165213184 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 12:33:37,444 basehttp 64594 6165213184 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 23266 INFO 2025-08-31 12:33:37,472 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:33:40,997 basehttp 64594 6165213184 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 30821 INFO 2025-08-31 12:33:41,031 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:33:41,033 basehttp 64594 13304360960 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 12:33:44,420 basehttp 64594 13304360960 "GET /en/operating-theatre/blocks/ HTTP/1.1" 200 28835 INFO 2025-08-31 12:33:44,447 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:33:48,707 basehttp 64594 13304360960 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 26947 INFO 2025-08-31 12:33:48,735 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:33:52,577 basehttp 64594 13304360960 "GET /en/operating-theatre/equipment/ HTTP/1.1" 200 29350 INFO 2025-08-31 12:33:52,598 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:33:56,132 basehttp 64594 13304360960 "GET /en/operating-theatre/templates/ HTTP/1.1" 200 41476 WARNING 2025-08-31 12:33:56,138 basehttp 64594 13304360960 "GET /static/assets/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 404 2128 WARNING 2025-08-31 12:33:56,142 basehttp 64594 6165213184 "GET /static/assets/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 404 2161 WARNING 2025-08-31 12:33:56,142 basehttp 64594 13321187328 "GET /static/assets/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2098 WARNING 2025-08-31 12:33:56,142 basehttp 64594 13338013696 "GET /static/assets/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 404 2122 WARNING 2025-08-31 12:33:56,144 basehttp 64594 13304360960 "GET /static/assets/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 404 2143 WARNING 2025-08-31 12:33:56,145 basehttp 64594 13354840064 "GET /static/assets/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 404 2155 INFO 2025-08-31 12:33:56,165 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:34:03,544 basehttp 64594 6165213184 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 12:35:04,932 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:36:04,933 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:37:04,936 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:38:04,939 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:39:04,941 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:39:30,245 basehttp 64594 6165213184 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-08-31 12:39:30,276 basehttp 64594 6165213184 "GET /en/hr/ HTTP/1.1" 200 42439 INFO 2025-08-31 12:39:30,318 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:39:38,995 basehttp 64594 6165213184 "GET /en/hr/employees/ HTTP/1.1" 200 130551 INFO 2025-08-31 12:39:39,031 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:39:41,735 basehttp 64594 6165213184 "GET /en/hr/employees/56/ HTTP/1.1" 200 34561 INFO 2025-08-31 12:39:41,763 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:40:10,810 basehttp 64594 6165213184 "GET /en/hr/ HTTP/1.1" 200 42439 INFO 2025-08-31 12:40:10,851 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:40:16,747 basehttp 64594 6165213184 "GET /en/integration HTTP/1.1" 301 0 INFO 2025-08-31 12:40:16,758 basehttp 64594 13304360960 "GET /en/integration/ HTTP/1.1" 200 35372 INFO 2025-08-31 12:40:16,789 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:40:16,794 basehttp 64594 13321187328 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-31 12:40:16,803 log 64594 6165213184 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-31 12:40:16,804 basehttp 64594 6165213184 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119530 INFO 2025-08-31 12:40:24,742 basehttp 64594 6165213184 "GET /en/integration/systems/create/ HTTP/1.1" 200 45558 INFO 2025-08-31 12:40:24,771 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 12:41:20,028 log 64594 6165213184 Internal Server Error: /en/integration/systems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 147, in get_queryset return queryset.order_by('system_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'system_name' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-31 12:41:20,030 basehttp 64594 6165213184 "GET /en/integration/systems/ HTTP/1.1" 500 103497 INFO 2025-08-31 12:41:23,260 basehttp 64594 13304360960 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-31 12:41:23,260 basehttp 64594 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 12:41:23,269 log 64594 6165213184 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-31 12:41:23,270 basehttp 64594 6165213184 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119530 ERROR 2025-08-31 12:41:24,852 log 64594 6165213184 Internal Server Error: /en/integration/endpoints/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: integration/integration_endpoint_form.html ERROR 2025-08-31 12:41:24,853 basehttp 64594 6165213184 "GET /en/integration/endpoints/create/ HTTP/1.1" 500 83553 INFO 2025-08-31 12:41:30,126 basehttp 64594 6165213184 "GET /en/integration/systems/create/ HTTP/1.1" 200 45558 INFO 2025-08-31 12:41:30,155 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 12:41:41,627 log 64594 6165213184 Internal Server Error: /en/integration/systems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 147, in get_queryset return queryset.order_by('system_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'system_name' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-31 12:41:41,627 basehttp 64594 6165213184 "GET /en/integration/systems/ HTTP/1.1" 500 103497 ERROR 2025-08-31 12:41:53,255 log 64594 6165213184 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-31 12:41:53,256 basehttp 64594 6165213184 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119530 INFO 2025-08-31 12:42:23,258 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:42:23,261 basehttp 64594 13304360960 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-31 12:42:23,268 log 64594 13321187328 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-31 12:42:23,269 basehttp 64594 13321187328 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119530 ERROR 2025-08-31 12:42:53,257 log 64594 13321187328 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-31 12:42:53,258 basehttp 64594 13321187328 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119530 INFO 2025-08-31 12:43:23,260 basehttp 64594 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:43:23,261 basehttp 64594 13304360960 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-31 12:43:23,269 log 64594 6165213184 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-31 12:43:23,270 basehttp 64594 6165213184 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119530 ERROR 2025-08-31 12:43:53,266 log 64594 6165213184 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-31 12:43:53,267 basehttp 64594 6165213184 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119530 INFO 2025-08-31 12:44:10,379 basehttp 64594 6165213184 "GET /en/analytics/ HTTP/1.1" 200 50133 INFO 2025-08-31 12:44:10,428 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:44:10,429 basehttp 64594 13321187328 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-31 12:44:40,425 basehttp 64594 13321187328 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-31 12:45:10,434 basehttp 64594 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:45:10,435 basehttp 64594 6165213184 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-31 12:45:40,429 basehttp 64594 6165213184 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-31 12:46:10,434 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:46:10,435 basehttp 64594 13321187328 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-31 12:46:40,433 basehttp 64594 6165213184 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-31 12:47:10,432 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:47:10,434 basehttp 64594 13321187328 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-31 12:47:40,437 basehttp 64594 13321187328 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-31 12:48:10,434 basehttp 64594 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:48:10,438 basehttp 64594 6165213184 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-31 12:48:28,288 basehttp 64594 6165213184 "GET /en/analytics/dashboards/create/ HTTP/1.1" 200 55671 INFO 2025-08-31 12:48:28,324 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 12:48:39,328 log 64594 6165213184 Internal Server Error: /en/analytics/reports/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_query' not found. 'validate_query' is not a valid view function or pattern name. ERROR 2025-08-31 12:48:39,329 basehttp 64594 6165213184 "GET /en/analytics/reports/create/ HTTP/1.1" 500 172869 INFO 2025-08-31 12:48:41,916 basehttp 64594 6165213184 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-31 12:48:51,310 basehttp 64594 6165213184 "GET /en/analytics/dashboards/ HTTP/1.1" 200 68873 INFO 2025-08-31 12:48:51,339 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:48:55,248 basehttp 64594 6165213184 "GET /en/analytics/dashboards/506509fe-c23d-43ed-934f-4be64543f79d/ HTTP/1.1" 200 64889 INFO 2025-08-31 12:48:55,277 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:49:55,290 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:50:31,425 basehttp 64594 6165213184 "GET /en/admin/core/integrationlog/ HTTP/1.1" 200 96469 INFO 2025-08-31 12:50:31,444 basehttp 64594 13304360960 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-31 12:50:31,444 basehttp 64594 13321187328 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-31 12:50:31,444 basehttp 64594 13338013696 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-31 12:50:31,445 basehttp 64594 13354840064 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-31 12:50:31,446 basehttp 64594 6165213184 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-31 12:50:31,447 basehttp 64594 13304360960 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-31 12:50:31,447 basehttp 64594 13321187328 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-31 12:50:31,448 basehttp 64594 13354840064 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-31 12:50:31,449 basehttp 64594 6165213184 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-31 12:50:31,450 basehttp 64594 13354840064 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-31 12:50:31,450 basehttp 64594 13304360960 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-31 12:50:31,451 basehttp 64594 13321187328 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-31 12:50:31,452 basehttp 64594 13354840064 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-31 12:50:31,452 basehttp 64594 13371666432 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 12:50:31,454 basehttp 64594 13338013696 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-31 12:50:31,454 basehttp 64594 6165213184 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-31 12:50:31,455 basehttp 64594 6165213184 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-31 12:50:31,459 basehttp 64594 6165213184 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-31 12:50:31,465 basehttp 64594 6165213184 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-31 12:50:31,466 basehttp 64594 13338013696 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-31 12:50:31,466 basehttp 64594 6165213184 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-08-31 12:50:31,466 basehttp 64594 13354840064 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-31 12:50:39,536 basehttp 64594 13354840064 "GET /en/admin/core/auditlogentry/ HTTP/1.1" 200 128040 INFO 2025-08-31 12:50:39,549 basehttp 64594 13354840064 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 12:50:55,516 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:51:56,517 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:52:57,528 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:53:58,522 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:54:59,517 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:56:01,529 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:57:37,528 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:58:37,522 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:00:37,530 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:01:37,519 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:02:37,529 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:04:37,531 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:06:37,582 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:07:37,590 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:09:37,588 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:10:37,592 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:12:37,596 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:14:37,594 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:15:37,592 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:16:37,598 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:18:37,599 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:20:37,597 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:21:37,596 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:23:37,605 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:24:37,601 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:26:37,608 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:27:37,600 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:29:37,600 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:30:37,601 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:32:37,614 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:33:06,605 basehttp 64594 6165213184 "GET /en/admin/core/systemconfiguration/ HTTP/1.1" 200 74844 INFO 2025-08-31 13:33:06,612 basehttp 64594 13304360960 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-31 13:33:06,616 basehttp 64594 6165213184 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 13:33:10,694 basehttp 64594 6165213184 "GET /en/admin/core/systemconfiguration/7/change/ HTTP/1.1" 200 83888 INFO 2025-08-31 13:33:10,703 basehttp 64594 6165213184 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-31 13:33:10,703 basehttp 64594 13321187328 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-31 13:33:10,705 basehttp 64594 6165213184 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-31 13:33:10,706 basehttp 64594 6165213184 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-31 13:33:10,707 basehttp 64594 6165213184 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-31 13:33:10,708 basehttp 64594 13304360960 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 13:33:10,709 basehttp 64594 6165213184 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-31 13:33:16,729 basehttp 64594 6165213184 "GET /en/admin/core/systemconfiguration/ HTTP/1.1" 200 74844 INFO 2025-08-31 13:33:17,374 basehttp 64594 6165213184 "GET /en/admin/core/auditlogentry/ HTTP/1.1" 200 128040 INFO 2025-08-31 13:33:37,605 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:33:44,038 basehttp 64594 6165213184 "GET / HTTP/1.1" 302 0 INFO 2025-08-31 13:33:44,047 basehttp 64594 13304360960 "GET /en/ HTTP/1.1" 200 47432 INFO 2025-08-31 13:33:44,123 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:33:44,127 basehttp 64594 13338013696 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-31 13:33:44,128 basehttp 64594 6165213184 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 13:33:44,129 basehttp 64594 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 13:33:57,119 basehttp 64594 13321187328 "GET /en/billing/bills/create/ HTTP/1.1" 200 109320 INFO 2025-08-31 13:33:57,158 basehttp 64594 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:34:40,281 basehttp 64594 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 13:34:44,115 basehttp 64594 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:34:44,115 basehttp 64594 6165213184 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 13:34:48,695 basehttp 64594 13321187328 "GET /en/inventory/ HTTP/1.1" 200 46616 INFO 2025-08-31 13:34:48,723 basehttp 64594 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:34:48,724 basehttp 64594 6165213184 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 13:34:52,098 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 55098 INFO 2025-08-31 13:34:52,126 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:35:52,131 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:35:55,310 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 60765 INFO 2025-08-31 13:35:55,341 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:36:45,858 basehttp 64594 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:36:45,860 basehttp 64594 6165213184 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 13:36:47,225 basehttp 64594 6165213184 "GET /en/inventory/orders/ HTTP/1.1" 200 71954 INFO 2025-08-31 13:36:47,266 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:36:55,966 basehttp 64594 13338013696 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 13:36:55,966 basehttp 64594 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:36:55,967 basehttp 64594 6165213184 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 13:37:12,106 basehttp 64594 6165213184 "GET /en/inpatients/ HTTP/1.1" 200 41779 INFO 2025-08-31 13:37:12,148 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:37:12,149 basehttp 64594 13338013696 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-31 13:37:12,168 basehttp 64594 13321187328 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 INFO 2025-08-31 13:37:18,028 basehttp 64594 13321187328 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 160788 INFO 2025-08-31 13:37:18,066 basehttp 64594 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:37:25,447 basehttp 64594 13321187328 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 51245 INFO 2025-08-31 13:37:25,476 basehttp 64594 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:37:52,311 basehttp 64594 13321187328 "GET /en/inpatients/admissions/393/ HTTP/1.1" 200 23874 INFO 2025-08-31 13:37:52,339 basehttp 64594 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:37:55,969 basehttp 64594 13321187328 "GET /en/patients/patientprofile/1/details/ HTTP/1.1" 200 37413 INFO 2025-08-31 13:37:56,016 basehttp 64594 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 13:37:56,027 log 64594 13304360960 Internal Server Error: /en/patients/appointments/1/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-31 13:37:56,028 basehttp 64594 13304360960 "GET /en/patients/appointments/1/ HTTP/1.1" 500 63351 ERROR 2025-08-31 13:37:56,036 log 64594 13338013696 Internal Server Error: /en/patients/emergency-contacts/1/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-31 13:37:56,039 basehttp 64594 13338013696 "GET /en/patients/emergency-contacts/1/ HTTP/1.1" 500 89781 ERROR 2025-08-31 13:37:56,056 log 64594 6165213184 Internal Server Error: /en/patients/insurance-info/1/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-31 13:37:56,057 basehttp 64594 6165213184 "GET /en/patients/insurance-info/1/ HTTP/1.1" 500 108958 INFO 2025-08-31 13:38:13,879 basehttp 64594 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:38:13,880 basehttp 64594 6165213184 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-31 13:38:13,900 basehttp 64594 13304360960 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 INFO 2025-08-31 13:38:15,859 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:38:15,859 basehttp 64594 13338013696 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 13:38:15,861 basehttp 64594 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 13:38:45,845 basehttp 64594 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 13:38:57,777 basehttp 64594 13304360960 "GET /en/operating-theatre/ HTTP/1.1" 200 34120 INFO 2025-08-31 13:38:57,805 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:38:57,808 basehttp 64594 13338013696 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 13:39:04,807 basehttp 64594 13338013696 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 23266 INFO 2025-08-31 13:39:04,827 basehttp 64594 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:39:07,656 basehttp 64594 13338013696 "GET /en/operating-theatre/blocks/ HTTP/1.1" 200 28835 INFO 2025-08-31 13:39:07,684 basehttp 64594 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:39:13,805 basehttp 64594 13338013696 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 26947 INFO 2025-08-31 13:39:13,827 basehttp 64594 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 13:39:15,396 log 64594 13338013696 Internal Server Error: /en/operating-theatre/notes/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_preview' not found. 'surgical_note_preview' is not a valid view function or pattern name. ERROR 2025-08-31 13:39:15,397 basehttp 64594 13338013696 "GET /en/operating-theatre/notes/create/ HTTP/1.1" 500 172663 INFO 2025-08-31 13:39:27,802 basehttp 64594 13338013696 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 13:39:57,808 basehttp 64594 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:39:57,809 basehttp 64594 13304360960 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 13:40:27,805 basehttp 64594 13304360960 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 13:40:57,808 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:40:57,809 basehttp 64594 13338013696 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 13:41:27,809 basehttp 64594 13338013696 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 13:41:57,810 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:41:57,812 basehttp 64594 13304360960 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 13:42:27,812 basehttp 64594 13304360960 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 13:42:57,811 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:42:57,814 basehttp 64594 6165213184 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 13:43:27,817 basehttp 64594 6165213184 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 13:43:36,527 basehttp 64594 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 13:43:36,528 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:43:36,531 basehttp 64594 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 13:43:46,536 basehttp 64594 13321187328 "GET /en/inventory/ HTTP/1.1" 200 46616 INFO 2025-08-31 13:43:46,562 basehttp 64594 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:43:46,564 basehttp 64594 6165213184 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 13:43:49,489 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 61564 INFO 2025-08-31 13:43:49,522 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:44:19,628 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 61565 INFO 2025-08-31 13:44:19,656 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:44:44,666 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 61567 INFO 2025-08-31 13:44:44,695 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:45:44,700 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:46:10,372 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 61680 INFO 2025-08-31 13:46:10,404 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:46:37,313 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 61445 INFO 2025-08-31 13:46:37,343 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:46:50,559 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 61466 INFO 2025-08-31 13:46:50,592 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:47:12,158 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 61463 INFO 2025-08-31 13:47:12,191 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:47:46,842 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 61503 INFO 2025-08-31 13:47:46,873 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:48:05,400 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 61513 INFO 2025-08-31 13:48:05,429 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:48:43,469 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 61550 INFO 2025-08-31 13:48:43,498 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:49:21,089 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 61574 INFO 2025-08-31 13:49:21,118 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:49:38,520 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 61585 INFO 2025-08-31 13:49:38,549 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:50:09,451 basehttp 64594 6165213184 "GET /en/inventory/locations/create/ HTTP/1.1" 200 40263 INFO 2025-08-31 13:50:09,481 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:50:55,917 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:51:00,169 basehttp 64594 6165213184 "GET /en/inventory/locations/3/ HTTP/1.1" 200 79465 INFO 2025-08-31 13:51:00,201 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:51:14,797 basehttp 64594 6165213184 "GET /en/inventory/stock/?location=3 HTTP/1.1" 200 145447 INFO 2025-08-31 13:51:14,841 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:51:14,848 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:51:46,453 basehttp 64594 13304360960 "GET /en/inventory/locations/3/ HTTP/1.1" 200 79465 INFO 2025-08-31 13:51:46,487 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:52:41,060 basehttp 64594 13304360960 "GET /en/operating-theatre/ HTTP/1.1" 200 34120 INFO 2025-08-31 13:52:41,087 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:52:41,089 basehttp 64594 6165213184 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 13:52:42,824 basehttp 64594 6165213184 "GET /en/operating-theatre/equipment/ HTTP/1.1" 200 29350 INFO 2025-08-31 13:52:42,853 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:52:45,763 basehttp 64594 6165213184 "GET /en/operating-theatre/blocks/ HTTP/1.1" 200 28835 INFO 2025-08-31 13:52:45,792 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:52:46,689 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:52:48,736 basehttp 64594 6165213184 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 23266 INFO 2025-08-31 13:52:48,755 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:52:51,643 basehttp 64594 6165213184 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 30821 INFO 2025-08-31 13:52:51,667 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:52:51,668 basehttp 64594 13304360960 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 13:53:09,141 basehttp 64594 13304360960 "GET /en/tenants/ HTTP/1.1" 200 29045 WARNING 2025-08-31 13:53:09,734 log 64594 13304360960 Not Found: /en/core/tenants WARNING 2025-08-31 13:53:09,734 basehttp 64594 13304360960 "GET /en/core/tenants HTTP/1.1" 404 29877 INFO 2025-08-31 13:53:16,574 basehttp 64594 13304360960 "GET /en/inventory/items/ HTTP/1.1" 200 73450 INFO 2025-08-31 13:53:16,614 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:53:18,394 basehttp 64594 13304360960 "GET /en/inventory/items/2/update/ HTTP/1.1" 200 49421 WARNING 2025-08-31 13:53:18,400 basehttp 64594 6165213184 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-08-31 13:53:18,400 basehttp 64594 13304360960 "GET /static/assets/plugins/select2/dist/js/select2.min.js HTTP/1.1" 404 2062 WARNING 2025-08-31 13:53:18,402 basehttp 64594 6165213184 "GET /static/assets/plugins/jquery-file-upload/js/jquery.fileupload.js HTTP/1.1" 404 2098 INFO 2025-08-31 13:53:18,424 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:53:21,828 basehttp 64594 6165213184 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 13:53:21,834 basehttp 64594 6165213184 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 13:53:21,863 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:53:47,691 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:54:21,869 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:54:48,709 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:55:21,878 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:55:29,667 basehttp 64594 13304360960 "GET /en/inventory/locations/3/ HTTP/1.1" 200 79825 INFO 2025-08-31 13:55:29,713 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:56:10,751 basehttp 64594 13304360960 "GET /en/inventory/locations/3/ HTTP/1.1" 200 79743 INFO 2025-08-31 13:56:10,794 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:56:22,705 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:57:10,797 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:57:17,683 basehttp 64594 13304360960 "GET /en/inventory/locations/3/ HTTP/1.1" 200 80098 INFO 2025-08-31 13:57:17,722 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:57:23,708 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:58:15,135 basehttp 64594 13304360960 "GET /en/inventory/locations/3/ HTTP/1.1" 200 80450 INFO 2025-08-31 13:58:15,171 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:58:22,722 basehttp 64594 13304360960 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 13:58:22,728 basehttp 64594 13304360960 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 13:58:22,760 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:59:15,174 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:59:23,706 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:59:44,153 basehttp 64594 6165213184 "GET /en/inventory/locations/3/ HTTP/1.1" 200 81082 INFO 2025-08-31 13:59:44,187 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:00:10,593 basehttp 64594 6165213184 "GET /en/inventory/locations/3/ HTTP/1.1" 200 81070 INFO 2025-08-31 14:00:10,640 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:00:24,715 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:01:07,280 basehttp 64594 6165213184 "GET /en/inventory/locations/3/ HTTP/1.1" 200 81419 INFO 2025-08-31 14:01:07,326 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:01:25,714 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:01:52,427 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 61585 INFO 2025-08-31 14:01:52,466 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:01:57,299 basehttp 64594 6165213184 "GET /en/inventory/locations/3/ HTTP/1.1" 200 81419 INFO 2025-08-31 14:01:57,330 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:02:00,863 basehttp 64594 6165213184 "GET /en/inventory/locations/3/update/ HTTP/1.1" 200 40404 INFO 2025-08-31 14:02:00,895 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:02:26,709 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:02:45,253 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 61585 INFO 2025-08-31 14:02:45,284 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:02:47,533 basehttp 64594 6165213184 "GET /en/inventory/locations/3/ HTTP/1.1" 200 81419 INFO 2025-08-31 14:02:47,567 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:03:23,727 basehttp 64594 6165213184 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 14:03:23,733 basehttp 64594 6165213184 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 14:03:23,765 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:03:47,575 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:04:24,715 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:04:47,585 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:05:25,716 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:05:47,588 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:05:57,130 basehttp 64594 13304360960 "GET /en/inventory/locations/3/ HTTP/1.1" 200 81607 INFO 2025-08-31 14:05:57,165 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:06:08,515 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:06:09,163 basehttp 64594 13304360960 "GET /en/inventory/locations/ HTTP/1.1" 200 61585 INFO 2025-08-31 14:06:09,199 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:06:10,471 basehttp 64594 13304360960 "GET /en/inventory/locations/3/ HTTP/1.1" 200 81607 INFO 2025-08-31 14:06:10,504 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:06:26,720 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 14:06:37,954 log 64594 13304360960 Internal Server Error: /en/inventory/stock/25/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 201, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 723, in get_queryset return InventoryStock.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 14:06:37,956 basehttp 64594 13304360960 "GET /en/inventory/stock/25/update/ HTTP/1.1" 500 142342 INFO 2025-08-31 14:07:25,347 autoreload 64594 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-31 14:07:25,809 autoreload 8776 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 14:07:26,870 basehttp 8776 6200913920 "GET /en/inventory/stock/25/update/ HTTP/1.1" 200 41015 INFO 2025-08-31 14:07:26,923 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:07:27,732 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:08:24,739 basehttp 8776 6200913920 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 14:08:24,744 basehttp 8776 6200913920 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 14:08:24,841 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:08:26,937 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:09:25,726 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:09:26,935 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:09:52,642 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 151703 INFO 2025-08-31 14:09:52,719 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:09:52,725 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:10:23,936 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:10:26,727 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:10:34,484 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:10:36,378 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:10:38,095 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:11:09,937 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:11:27,725 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:11:39,948 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:11:39,950 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:12:09,944 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:12:28,718 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:12:39,956 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:12:39,960 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:13:09,958 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:13:25,753 basehttp 8776 6217740288 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 14:13:25,758 basehttp 8776 6217740288 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 14:13:25,789 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:13:39,177 basehttp 8776 6200913920 "GET /en/inventory/ HTTP/1.1" 200 46809 INFO 2025-08-31 14:13:39,217 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:13:39,218 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:14:09,228 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:14:26,727 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:14:39,237 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:14:39,239 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:15:09,228 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:15:27,739 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:15:39,223 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:15:39,225 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:16:09,226 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:16:28,727 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:16:39,224 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:16:39,228 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:17:09,231 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:17:19,763 basehttp 8776 6200913920 "GET /en/inventory/ HTTP/1.1" 200 47573 INFO 2025-08-31 14:17:19,810 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:17:19,811 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:17:29,734 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:17:34,848 basehttp 8776 6217740288 "GET /en/inventory/ HTTP/1.1" 200 47573 INFO 2025-08-31 14:17:34,887 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:17:34,889 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:17:51,252 basehttp 8776 6200913920 "GET /en/inventory/ HTTP/1.1" 200 47573 INFO 2025-08-31 14:17:51,291 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:17:51,292 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:18:21,292 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:18:26,753 basehttp 8776 6217740288 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 14:18:26,758 basehttp 8776 6217740288 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 14:18:26,787 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:18:51,289 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:18:51,291 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:19:21,298 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:19:27,739 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:19:41,491 basehttp 8776 6217740288 "GET /en/inventory/ HTTP/1.1" 200 48425 INFO 2025-08-31 14:19:41,531 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:19:41,532 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:19:54,426 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 151703 INFO 2025-08-31 14:19:54,486 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:19:54,491 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:20:01,405 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 151703 INFO 2025-08-31 14:20:01,467 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:20:01,474 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:20:11,537 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:20:12,091 basehttp 8776 6200913920 "GET /en/inventory/orders/ HTTP/1.1" 200 71954 INFO 2025-08-31 14:20:12,125 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:20:28,738 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:20:41,549 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:20:41,550 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:21:29,732 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:21:34,790 basehttp 8776 6217740288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 14:22:04,805 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:22:04,808 basehttp 8776 6200913920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 14:22:04,809 basehttp 8776 6234566656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 14:22:30,737 basehttp 8776 6234566656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:22:34,786 basehttp 8776 6234566656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 14:23:04,809 basehttp 8776 6200913920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 14:23:04,809 basehttp 8776 6234566656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:23:04,811 basehttp 8776 6217740288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 14:23:23,636 basehttp 8776 6217740288 "GET /en/analytics/dashboards/ HTTP/1.1" 200 68873 INFO 2025-08-31 14:23:23,674 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:23:27,743 basehttp 8776 6217740288 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 14:23:27,749 basehttp 8776 6217740288 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 14:23:27,780 basehttp 8776 6234566656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:23:30,621 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:23:30,624 basehttp 8776 6234566656 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:23:34,682 basehttp 8776 6234566656 "GET /en/inventory/ HTTP/1.1" 200 49841 INFO 2025-08-31 14:23:34,732 basehttp 8776 6234566656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:23:34,732 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:23:53,004 basehttp 8776 6200913920 "GET /en/inventory/items/create/ HTTP/1.1" 200 48974 WARNING 2025-08-31 14:23:53,013 basehttp 8776 6200913920 "GET /static/assets/plugins/select2/dist/js/select2.min.js HTTP/1.1" 404 2062 WARNING 2025-08-31 14:23:53,015 basehttp 8776 6234566656 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-08-31 14:23:53,017 basehttp 8776 6200913920 "GET /static/assets/plugins/jquery-file-upload/js/jquery.fileupload.js HTTP/1.1" 404 2098 INFO 2025-08-31 14:23:53,046 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:24:04,739 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:24:07,190 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 151703 INFO 2025-08-31 14:24:07,250 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:24:07,258 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:24:28,513 basehttp 8776 6217740288 "GET /en/inventory/stock/3/ HTTP/1.1" 200 33933 INFO 2025-08-31 14:24:28,548 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:24:28,741 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:24:55,530 basehttp 8776 6217740288 "GET /en/inventory/stock/3/ HTTP/1.1" 200 33933 INFO 2025-08-31 14:24:55,561 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:25:00,833 basehttp 8776 6217740288 "GET /en/inventory/stock/3/ HTTP/1.1" 200 33933 INFO 2025-08-31 14:25:00,873 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 14:25:06,455 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:25:06,455 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:25:29,755 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 14:25:36,616 log 8776 6234566656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:25:36,617 basehttp 8776 6234566656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:25:36,617 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:25:36,626 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 151703 INFO 2025-08-31 14:25:36,628 basehttp 8776 6234566656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:25:36,628 basehttp 8776 6234566656 - Broken pipe from ('127.0.0.1', 55610) WARNING 2025-08-31 14:25:36,638 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:25:36,638 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 14:25:36,643 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:25:36,643 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:25:36,840 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:25:36,845 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:25:54,767 basehttp 8776 6217740288 "GET /en/inventory/stock/create/ HTTP/1.1" 200 40933 WARNING 2025-08-31 14:25:54,790 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:25:54,790 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:25:54,881 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 14:26:05,526 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:26:05,527 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 14:26:05,539 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:26:05,540 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:26:30,747 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:26:36,842 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:26:36,848 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:26:36,915 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 151703 WARNING 2025-08-31 14:26:36,927 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:26:36,928 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:26:37,120 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:26:37,128 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 14:26:41,695 log 8776 6217740288 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 56, in render result = self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 722, in resolve obj = self.var.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 925, in _resolve_lookup current = current() ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 72, in super raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: 'BlockNode' object has no attribute 'context'. Did you use {{ block.super }} in a base template? ERROR 2025-08-31 14:26:41,697 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 500 309431 WARNING 2025-08-31 14:26:41,713 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:26:41,713 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:27:05,731 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 151703 WARNING 2025-08-31 14:27:05,746 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:27:05,746 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:27:05,943 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:27:05,949 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:27:31,743 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:28:05,957 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:28:05,969 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:28:06,019 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 151703 WARNING 2025-08-31 14:28:06,036 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:28:06,036 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:28:06,231 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:28:06,237 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:28:28,762 basehttp 8776 6200913920 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 14:28:28,768 basehttp 8776 6200913920 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 14:28:28,833 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:29:06,244 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:29:06,255 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:29:06,308 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 151703 WARNING 2025-08-31 14:29:06,324 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:29:06,324 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:29:06,515 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:29:06,523 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:29:29,752 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 14:30:04,640 log 8776 6200913920 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 56, in render result = self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 722, in resolve obj = self.var.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 925, in _resolve_lookup current = current() ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 72, in super raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: 'BlockNode' object has no attribute 'context'. Did you use {{ block.super }} in a base template? ERROR 2025-08-31 14:30:04,642 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 500 309431 WARNING 2025-08-31 14:30:04,658 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:30:04,658 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:30:30,752 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:31:11,450 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:31:11,462 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:31:11,462 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:31:11,571 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:31:31,754 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:32:02,098 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:32:02,113 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:32:02,113 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:32:02,220 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 14:32:19,179 log 8776 6234566656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:32:19,180 basehttp 8776 6234566656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:32:19,182 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:32:19,184 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 WARNING 2025-08-31 14:32:19,189 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:32:19,189 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 14:32:20,806 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:32:20,806 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 14:32:20,817 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:32:20,818 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:32:21,401 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:32:21,415 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:32:21,416 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:32:21,528 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:32:32,756 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:33:21,541 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:33:21,589 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:33:21,600 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:33:21,600 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:33:21,701 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:33:29,771 basehttp 8776 6200913920 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 14:33:29,777 basehttp 8776 6200913920 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 14:33:29,845 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:34:21,718 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:34:21,768 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:34:21,780 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:34:21,780 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:34:21,887 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:34:30,772 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:35:21,898 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:35:21,949 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:35:21,960 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:35:21,960 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:35:22,067 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:35:31,763 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:36:22,077 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:36:22,131 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:36:22,142 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:36:22,142 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:36:22,247 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:36:32,765 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:37:22,253 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:37:22,304 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:37:22,316 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:37:22,316 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:37:22,422 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:37:33,760 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:38:22,434 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:38:22,487 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:38:22,498 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:38:22,498 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:38:22,600 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:38:30,769 basehttp 8776 6217740288 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 14:38:30,775 basehttp 8776 6217740288 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 14:38:30,854 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:39:22,617 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:39:22,665 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:39:22,675 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:39:22,676 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:39:22,783 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:39:31,762 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:40:22,791 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:40:22,842 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:40:22,855 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:40:22,855 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:40:22,956 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:40:32,762 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:41:22,972 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:41:23,027 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:41:23,038 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:41:23,038 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:41:23,144 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:41:33,768 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:42:23,157 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:42:23,212 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:42:23,226 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:42:23,226 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:42:23,326 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:42:34,767 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:43:23,788 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:43:23,797 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:43:23,812 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:43:23,812 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:43:23,911 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:43:31,776 basehttp 8776 6217740288 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 14:43:31,785 basehttp 8776 6217740288 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 14:43:31,955 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:44:24,775 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:44:24,788 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:44:24,801 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:44:24,801 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:44:24,898 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:44:32,760 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:45:25,775 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:45:25,786 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:45:25,798 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:45:25,798 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:45:25,900 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:45:33,778 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:46:26,777 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:46:26,788 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:46:26,801 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:46:26,801 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:46:26,899 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:46:34,774 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:47:27,767 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:47:27,776 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:47:27,787 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:47:27,787 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:47:27,913 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:47:35,772 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:48:28,781 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:48:28,792 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:48:28,804 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:48:28,804 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:48:28,919 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:48:32,781 basehttp 8776 6217740288 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 14:48:32,786 basehttp 8776 6217740288 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 14:48:32,892 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:49:29,783 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:49:29,794 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:49:29,806 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:49:29,807 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:49:29,870 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:49:33,775 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:50:30,785 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:50:30,795 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:50:30,808 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:50:30,808 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:50:30,869 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:50:34,776 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:51:31,783 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:51:31,793 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:51:31,804 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:51:31,804 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:51:31,864 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:51:35,779 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:52:32,763 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:52:32,774 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:52:32,786 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:52:32,786 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:52:32,848 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:52:36,754 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:53:33,775 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:53:33,786 basehttp 8776 6217740288 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 INFO 2025-08-31 14:53:33,791 basehttp 8776 6234566656 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:53:33,793 basehttp 8776 6217740288 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 14:53:33,813 log 8776 6234566656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:53:33,813 basehttp 8776 6234566656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:53:33,849 basehttp 8776 6234566656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:53:33,897 basehttp 8776 6234566656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:54:34,754 basehttp 8776 6234566656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:54:34,771 basehttp 8776 6234566656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:54:34,771 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:54:34,783 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:54:34,783 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:54:34,844 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:55:35,774 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:55:35,782 basehttp 8776 6234566656 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 INFO 2025-08-31 14:55:35,785 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:55:35,785 basehttp 8776 6200913920 - Broken pipe from ('127.0.0.1', 59728) WARNING 2025-08-31 14:55:35,795 log 8776 6234566656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:55:35,795 basehttp 8776 6234566656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:55:35,859 basehttp 8776 6234566656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:56:36,762 basehttp 8776 6234566656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:56:36,779 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:56:36,780 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:56:36,792 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:56:36,793 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:56:36,851 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:57:37,761 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:57:37,777 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 INFO 2025-08-31 14:57:37,780 basehttp 8776 6234566656 - Broken pipe from ('127.0.0.1', 62507) WARNING 2025-08-31 14:57:37,789 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:57:37,790 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:57:37,851 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:58:34,770 basehttp 8776 6217740288 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 14:58:34,777 basehttp 8776 6217740288 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 14:58:34,869 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:58:38,761 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:58:38,774 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:58:38,788 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:58:38,789 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:58:38,845 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:59:35,760 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:59:39,778 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:59:39,786 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:59:39,798 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:59:39,798 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:59:39,864 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:00:36,763 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:00:40,766 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:00:40,774 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 15:00:40,785 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:00:40,785 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:00:40,849 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:01:37,756 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:01:41,767 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:01:41,778 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 15:01:41,791 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:01:41,791 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:01:41,856 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:02:38,763 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:02:42,756 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:02:42,767 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 15:02:42,780 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:02:42,780 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:02:42,846 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:03:35,775 basehttp 8776 6217740288 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 15:03:35,781 basehttp 8776 6217740288 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 15:03:35,904 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:03:43,770 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:03:43,783 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 15:03:43,797 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:03:43,797 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:03:43,857 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:04:36,768 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:04:44,773 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:04:44,784 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 15:04:44,796 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:04:44,797 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:04:44,859 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:05:37,770 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:05:45,772 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:05:45,784 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 15:05:45,796 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:05:45,796 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:05:45,858 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 15:06:10,355 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:06:10,355 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:06:38,770 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:06:40,409 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:07:10,429 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:07:10,431 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:07:27,973 basehttp 8776 6200913920 "GET /en/inventory/ HTTP/1.1" 200 50113 WARNING 2025-08-31 15:07:27,988 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:07:27,988 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:07:28,051 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:07:28,052 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:07:39,618 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:07:56,275 basehttp 8776 6217740288 "GET /en/inventory/ HTTP/1.1" 200 50161 WARNING 2025-08-31 15:07:56,285 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:07:56,285 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:07:56,333 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:07:56,335 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:08:05,505 basehttp 8776 6200913920 "GET /en/inventory/ HTTP/1.1" 200 50161 WARNING 2025-08-31 15:08:05,519 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:08:05,519 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:08:05,608 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:08:05,609 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:08:35,589 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:08:36,634 basehttp 8776 6217740288 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 15:08:36,642 basehttp 8776 6217740288 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 15:08:36,679 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:09:05,592 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:09:05,595 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:09:35,594 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:09:37,615 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:10:05,602 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:10:05,605 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:10:35,600 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:10:38,618 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:11:05,606 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:11:05,607 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:11:35,605 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:11:39,619 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:12:05,595 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:12:05,599 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:12:35,610 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:12:40,618 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:13:05,608 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:13:05,611 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:13:35,615 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:13:37,624 basehttp 8776 6200913920 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 15:13:37,631 basehttp 8776 6200913920 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 15:13:37,668 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:14:05,607 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:14:05,615 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:14:35,620 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:14:38,618 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:15:05,611 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:15:05,620 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:15:35,628 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:15:39,624 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:16:05,607 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:16:05,626 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:16:35,629 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:16:40,617 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:17:05,618 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:17:05,632 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:17:35,640 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:17:41,617 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:18:05,622 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:18:05,635 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:18:36,618 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:18:38,629 basehttp 8776 6217740288 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 15:18:38,635 basehttp 8776 6217740288 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 15:18:38,731 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:19:06,617 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:19:07,622 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:19:39,618 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:20:09,613 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:20:09,615 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:20:40,619 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:21:37,638 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:21:37,639 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:21:41,612 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:22:37,622 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:22:42,617 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:22:45,763 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:23:07,574 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:23:37,574 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:23:39,566 basehttp 8776 6217740288 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 15:23:39,572 basehttp 8776 6217740288 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 15:23:39,628 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:23:45,777 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:24:07,574 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:24:13,283 basehttp 8776 6200913920 "GET /en/inventory/ HTTP/1.1" 200 50163 WARNING 2025-08-31 15:24:13,294 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:24:13,294 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:24:13,396 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:24:13,400 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:24:40,557 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:24:43,387 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:25:13,398 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:25:13,399 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:25:41,556 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:25:43,382 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:26:13,401 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:26:13,402 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:26:25,393 basehttp 8776 6217740288 "GET /en/inventory/ HTTP/1.1" 200 50252 WARNING 2025-08-31 15:26:25,405 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:26:25,405 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:26:25,486 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:26:25,491 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:26:28,456 basehttp 8776 6200913920 "GET /en/inventory/ HTTP/1.1" 200 50252 INFO 2025-08-31 15:26:28,468 basehttp 8776 6234566656 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-08-31 15:26:28,471 log 8776 6251393024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:26:28,472 basehttp 8776 6251393024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:26:28,475 basehttp 8776 6200913920 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-31 15:26:28,476 basehttp 8776 6251393024 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-08-31 15:26:28,478 basehttp 8776 6234566656 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-31 15:26:28,483 basehttp 8776 6268219392 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-31 15:26:28,483 basehttp 8776 6217740288 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-31 15:26:28,484 basehttp 8776 6285045760 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-08-31 15:26:28,485 basehttp 8776 6251393024 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-31 15:26:28,490 basehttp 8776 6200913920 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-31 15:26:28,702 basehttp 8776 6200913920 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-31 15:26:28,725 basehttp 8776 6200913920 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-31 15:26:28,726 basehttp 8776 6251393024 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-31 15:26:28,727 basehttp 8776 6285045760 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-31 15:26:28,728 basehttp 8776 6268219392 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-31 15:26:28,729 basehttp 8776 6251393024 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-08-31 15:26:28,729 basehttp 8776 6217740288 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-31 15:26:28,731 basehttp 8776 6234566656 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-31 15:26:28,732 basehttp 8776 6217740288 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-31 15:26:28,733 basehttp 8776 6251393024 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-31 15:26:28,734 basehttp 8776 6285045760 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-31 15:26:28,734 basehttp 8776 6268219392 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-31 15:26:28,735 basehttp 8776 6268219392 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-31 15:26:28,736 basehttp 8776 6200913920 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-31 15:26:28,736 basehttp 8776 6285045760 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-31 15:26:28,736 basehttp 8776 6251393024 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-31 15:26:28,738 basehttp 8776 6200913920 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-31 15:26:28,739 basehttp 8776 6285045760 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-31 15:26:28,739 basehttp 8776 6268219392 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-31 15:26:28,739 basehttp 8776 6251393024 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-31 15:26:28,746 basehttp 8776 6251393024 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-31 15:26:28,746 basehttp 8776 6285045760 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-31 15:26:28,746 basehttp 8776 6268219392 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-31 15:26:28,747 basehttp 8776 6200913920 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-31 15:26:28,748 basehttp 8776 6234566656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:26:28,748 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:26:28,749 basehttp 8776 6251393024 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-08-31 15:26:28,832 log 8776 6251393024 Not Found: /favicon.ico WARNING 2025-08-31 15:26:28,832 basehttp 8776 6251393024 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-31 15:26:35,591 basehttp 8776 6251393024 "GET /en/inventory/ HTTP/1.1" 200 50252 WARNING 2025-08-31 15:26:35,607 log 8776 6251393024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:26:35,608 basehttp 8776 6251393024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:26:35,711 basehttp 8776 6251393024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:26:35,713 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:26:36,431 basehttp 8776 6217740288 "GET /en/inventory/ HTTP/1.1" 200 50252 WARNING 2025-08-31 15:26:36,445 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:26:36,445 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:26:36,508 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:26:36,508 basehttp 8776 6251393024 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:26:37,331 basehttp 8776 6251393024 "GET /en/inventory/ HTTP/1.1" 200 50252 WARNING 2025-08-31 15:26:37,345 log 8776 6251393024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:26:37,345 basehttp 8776 6251393024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:26:37,403 basehttp 8776 6251393024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:26:37,405 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:26:38,035 basehttp 8776 6217740288 "GET /en/inventory/ HTTP/1.1" 200 50252 WARNING 2025-08-31 15:26:38,049 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:26:38,049 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:26:38,112 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:26:38,113 basehttp 8776 6251393024 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:26:42,562 basehttp 8776 6251393024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:27:08,119 basehttp 8776 6251393024 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:27:21,486 basehttp 8776 6251393024 "GET /en/inventory/ HTTP/1.1" 200 50313 WARNING 2025-08-31 15:27:21,500 log 8776 6251393024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:27:21,500 basehttp 8776 6251393024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:27:21,770 basehttp 8776 6251393024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:27:21,772 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:27:43,569 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:27:51,773 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:28:21,764 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:28:21,767 basehttp 8776 6251393024 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:28:40,562 basehttp 8776 6251393024 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 INFO 2025-08-31 15:28:40,569 basehttp 8776 6268219392 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 WARNING 2025-08-31 15:28:40,569 basehttp 8776 6234566656 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 15:28:40,569 basehttp 8776 6217740288 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-08-31 15:28:40,570 basehttp 8776 6251393024 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-08-31 15:28:40,570 basehttp 8776 6200913920 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-08-31 15:28:40,602 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:28:52,471 autoreload 44604 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 15:28:55,503 basehttp 44604 6123925504 "GET /en/inventory/ HTTP/1.1" 200 50251 WARNING 2025-08-31 15:28:55,521 log 44604 6123925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:28:55,521 basehttp 44604 6123925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:28:55,597 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:28:55,601 basehttp 44604 6140751872 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:28:56,800 basehttp 44604 6140751872 "GET /en/inventory/ HTTP/1.1" 200 50251 WARNING 2025-08-31 15:28:56,814 log 44604 6140751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:28:56,814 basehttp 44604 6140751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:28:56,875 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:28:56,876 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:29:01,826 basehttp 44604 6123925504 "GET /en/inventory/suppliers/ HTTP/1.1" 200 84964 WARNING 2025-08-31 15:29:01,846 log 44604 6123925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:29:01,847 basehttp 44604 6123925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:29:01,904 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:29:04,142 basehttp 44604 6123925504 "GET /en/inventory/suppliers/5/ HTTP/1.1" 200 35027 WARNING 2025-08-31 15:29:04,164 log 44604 6123925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:29:04,165 basehttp 44604 6123925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:29:04,213 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:29:17,999 basehttp 44604 6123925504 "GET /en/inventory/orders/create/?supplier=5 HTTP/1.1" 200 65253 INFO 2025-08-31 15:29:18,018 basehttp 44604 6157578240 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-08-31 15:29:18,018 basehttp 44604 6140751872 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-08-31 15:29:18,020 log 44604 6123925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-31 15:29:18,020 basehttp 44604 13304360960 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-08-31 15:29:18,020 basehttp 44604 6123925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:29:18,021 basehttp 44604 13321187328 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-08-31 15:29:18,074 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:29:41,560 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:29:53,297 basehttp 44604 13304360960 "GET /inventory/suppliers/create/ HTTP/1.1" 302 0 INFO 2025-08-31 15:29:53,308 basehttp 44604 13321187328 "GET /en/inventory/suppliers/create/ HTTP/1.1" 200 43337 WARNING 2025-08-31 15:29:53,340 log 44604 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:29:53,340 basehttp 44604 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:29:53,349 basehttp 44604 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:30:18,087 basehttp 44604 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:30:42,558 basehttp 44604 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:31:18,090 basehttp 44604 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:31:43,551 basehttp 44604 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:32:18,093 basehttp 44604 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:32:44,557 basehttp 44604 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:33:18,097 basehttp 44604 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:33:41,571 basehttp 44604 13321187328 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 15:33:41,577 basehttp 44604 13321187328 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 15:33:41,610 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:34:18,101 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:34:42,554 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:35:18,099 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:35:43,559 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:36:18,108 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:36:44,555 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:37:18,113 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:37:45,555 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:38:18,114 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:38:42,558 basehttp 44604 6123925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 15:38:42,564 basehttp 44604 6123925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 15:38:42,595 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:39:18,112 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:39:43,546 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:40:18,543 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:40:44,550 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:41:20,554 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:41:45,543 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:42:37,547 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:42:46,547 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:43:43,559 basehttp 44604 6123925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 15:43:43,566 basehttp 44604 6123925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 15:43:43,778 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:44:37,547 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:44:44,545 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:45:45,553 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:46:37,548 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:46:46,542 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:47:47,542 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:48:37,547 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:48:44,555 basehttp 44604 6140751872 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 15:48:44,562 basehttp 44604 6140751872 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 15:48:44,799 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:49:38,552 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:49:45,541 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:50:40,557 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:50:46,540 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:51:47,550 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:52:37,547 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:52:48,538 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:53:45,546 basehttp 44604 6123925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 15:53:45,551 basehttp 44604 6123925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 15:53:45,698 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:54:37,534 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:54:46,539 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:55:47,531 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:56:37,529 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:56:48,528 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:57:49,523 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:58:37,537 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:58:46,542 basehttp 44604 6140751872 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 15:58:46,547 basehttp 44604 6140751872 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 15:58:46,710 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:59:47,536 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:00:37,536 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:00:48,527 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:01:49,526 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:02:37,541 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:02:50,525 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:03:47,540 basehttp 44604 6123925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 16:03:47,548 basehttp 44604 6123925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 16:03:47,665 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:04:37,535 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:04:48,523 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:05:49,530 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:06:37,527 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:06:50,524 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:07:51,522 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:08:37,510 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:08:48,513 basehttp 44604 6140751872 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 16:08:48,519 basehttp 44604 6140751872 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 16:08:48,617 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:09:49,494 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:10:37,515 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:10:50,495 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:11:51,499 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:12:37,500 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:12:52,496 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:13:49,514 basehttp 44604 6123925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 16:13:49,521 basehttp 44604 6123925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 16:13:49,632 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:14:37,501 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:14:50,492 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:15:51,502 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:16:37,490 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:16:52,491 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:17:53,490 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:18:37,496 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:18:50,495 basehttp 44604 6140751872 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 16:18:50,501 basehttp 44604 6140751872 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 16:18:50,578 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:19:51,489 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:20:37,487 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:20:52,492 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:21:53,494 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:22:37,481 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:22:54,484 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:23:51,494 basehttp 44604 6123925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 16:23:51,501 basehttp 44604 6123925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 16:23:51,606 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:24:37,503 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:24:52,498 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:25:53,504 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:26:37,504 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:26:54,501 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:27:55,495 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:28:37,508 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:28:52,507 basehttp 44604 6140751872 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 16:28:52,513 basehttp 44604 6140751872 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 16:28:52,623 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:29:53,502 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:30:37,504 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:30:54,499 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:31:55,494 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:32:37,495 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:32:56,506 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:33:53,507 basehttp 44604 6123925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 16:33:53,514 basehttp 44604 6123925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 16:33:53,618 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:34:37,497 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:34:54,491 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:35:55,499 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:36:37,497 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:36:56,485 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:37:57,491 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:38:37,496 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:38:54,506 basehttp 44604 6140751872 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 16:38:54,511 basehttp 44604 6140751872 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 16:38:54,609 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:39:55,493 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:40:37,503 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:40:56,498 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:41:57,496 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:42:37,502 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:42:58,495 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:43:55,514 basehttp 44604 6123925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 16:43:55,520 basehttp 44604 6123925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 16:43:55,643 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:44:37,499 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:44:56,499 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:45:57,500 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:46:37,503 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:46:58,492 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:47:59,490 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:48:37,495 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:48:56,497 basehttp 44604 6140751872 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 16:48:56,503 basehttp 44604 6140751872 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 16:48:56,590 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:49:57,488 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:50:37,494 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:50:58,489 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:51:59,489 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:52:37,494 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:53:00,487 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:53:37,491 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:53:40,659 basehttp 44604 6123925504 "GET / HTTP/1.1" 302 0 INFO 2025-08-31 16:53:40,679 basehttp 44604 6140751872 "GET /en/ HTTP/1.1" 200 47432 INFO 2025-08-31 16:53:40,733 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:53:40,737 basehttp 44604 13304360960 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-31 16:53:40,738 basehttp 44604 6157578240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 16:53:40,739 basehttp 44604 6123925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 16:53:45,427 basehttp 44604 6123925504 "GET /en/inventory/ HTTP/1.1" 200 50251 INFO 2025-08-31 16:53:45,466 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:53:45,467 basehttp 44604 6157578240 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 16:53:57,496 basehttp 44604 6157578240 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 16:53:57,501 basehttp 44604 6157578240 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 16:53:57,530 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:54:15,473 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 16:54:45,486 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:54:45,487 basehttp 44604 13304360960 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 16:54:58,488 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:55:15,473 basehttp 44604 13304360960 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 16:55:45,487 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:55:45,488 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 16:55:59,493 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:56:15,485 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 16:56:45,490 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:56:45,492 basehttp 44604 13304360960 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 16:57:00,489 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:57:15,489 basehttp 44604 13304360960 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 16:57:45,477 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:57:46,492 basehttp 44604 13304360960 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 16:58:01,489 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:58:17,489 basehttp 44604 13304360960 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 16:58:46,485 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:58:58,492 basehttp 44604 13304360960 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 16:58:58,499 basehttp 44604 13304360960 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 16:58:58,581 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:59:19,489 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 16:59:47,486 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:59:59,488 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:00:37,486 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:01:00,487 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:01:37,500 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:01:37,503 basehttp 44604 6140751872 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:02:01,479 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:02:37,480 basehttp 44604 6140751872 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:03:02,486 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:03:37,491 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:03:37,492 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:03:59,489 basehttp 44604 6140751872 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 17:03:59,498 basehttp 44604 6140751872 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 17:03:59,657 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:04:37,495 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:04:37,496 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:05:00,482 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:05:37,485 basehttp 44604 6140751872 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:06:01,489 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:06:37,494 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:06:37,496 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:07:02,482 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:07:37,484 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:08:03,480 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:08:37,475 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:08:37,476 basehttp 44604 6140751872 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:09:00,485 basehttp 44604 6140751872 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 17:09:00,491 basehttp 44604 6140751872 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 17:09:00,609 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:09:37,491 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:09:37,493 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:10:01,483 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:10:37,487 basehttp 44604 6140751872 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:11:02,486 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:11:37,506 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:11:37,507 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:12:03,490 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:12:37,493 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:12:37,493 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:13:04,488 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:13:37,478 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:14:01,486 basehttp 44604 6123925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 17:14:01,490 basehttp 44604 6123925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 17:14:01,580 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:14:37,495 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:14:37,498 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:14:47,416 basehttp 44604 6123925504 "GET /en/inventory/items/ HTTP/1.1" 200 73450 INFO 2025-08-31 17:14:47,468 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:14:51,637 basehttp 44604 6123925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 17:14:51,649 basehttp 44604 6123925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 17:14:51,671 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:15:02,484 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:15:16,994 basehttp 44604 6140751872 "GET /en/inventory/locations/2/ HTTP/1.1" 200 72851 INFO 2025-08-31 17:15:17,026 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:15:37,673 basehttp 44604 6140751872 "GET /en/inventory/stock/4/ HTTP/1.1" 200 33947 INFO 2025-08-31 17:15:37,707 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:16:03,482 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:16:08,138 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:16:09,381 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:16:10,607 basehttp 44604 6140751872 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:16:10,608 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:16:12,466 basehttp 44604 6123925504 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 INFO 2025-08-31 17:16:12,474 basehttp 44604 6123925504 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-08-31 17:16:12,475 basehttp 44604 6140751872 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-08-31 17:16:12,479 basehttp 44604 6123925504 "GET /static/plugins/dropzone/src/options.js HTTP/1.1" 200 23721 INFO 2025-08-31 17:16:12,502 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:16:21,893 basehttp 44604 6123925504 "GET /en/inventory/stock/3/ HTTP/1.1" 200 33933 INFO 2025-08-31 17:16:21,924 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:16:29,761 basehttp 44604 6123925504 "GET /en/inventory/orders/ HTTP/1.1" 200 71954 INFO 2025-08-31 17:16:29,770 basehttp 44604 6123925504 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-08-31 17:16:29,770 basehttp 44604 6140751872 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-08-31 17:16:29,797 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:16:32,909 basehttp 44604 6123925504 "GET /en/inventory/orders/2/ HTTP/1.1" 200 49893 INFO 2025-08-31 17:16:32,943 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:16:46,190 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:17:04,484 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:17:10,601 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:17:16,192 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:17:46,192 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:18:05,474 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:18:10,604 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:18:16,196 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:18:21,051 basehttp 44604 6123925504 "GET /en/ HTTP/1.1" 200 47432 INFO 2025-08-31 17:18:21,096 basehttp 44604 6140751872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 17:18:21,098 basehttp 44604 6157578240 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-31 17:18:21,099 basehttp 44604 6123925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 17:18:29,242 basehttp 44604 6123925504 "GET /en/ HTTP/1.1" 200 47432 INFO 2025-08-31 17:18:29,310 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:18:29,311 basehttp 44604 6140751872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 17:18:29,313 basehttp 44604 13304360960 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-31 17:18:29,313 basehttp 44604 6157578240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 17:18:33,120 basehttp 44604 6157578240 "GET /en/inventory/orders/create/?supplier=5 HTTP/1.1" 200 65253 INFO 2025-08-31 17:19:02,492 basehttp 44604 6157578240 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 17:19:02,499 basehttp 44604 6157578240 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 17:19:02,530 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:19:33,160 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:20:03,483 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:20:33,482 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:21:04,483 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:21:34,483 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:22:05,482 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:22:35,482 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:23:06,474 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:23:36,481 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:24:03,492 basehttp 44604 13304360960 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 17:24:03,499 basehttp 44604 13304360960 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 17:24:03,697 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:24:37,487 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:25:04,491 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:25:39,492 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:26:05,496 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:27:06,490 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:27:37,491 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:28:07,489 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:28:37,492 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:29:04,499 basehttp 44604 6123925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 17:29:04,506 basehttp 44604 6123925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 17:29:04,713 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:30:05,490 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:30:37,488 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:31:06,490 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:32:07,487 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:32:37,484 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:33:08,479 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:33:37,489 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:34:05,495 basehttp 44604 6140751872 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 17:34:05,503 basehttp 44604 6140751872 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 17:34:05,563 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:35:06,477 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:35:37,484 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:36:07,487 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:36:37,490 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:37:08,485 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:38:09,476 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:38:37,485 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:39:06,493 basehttp 44604 6123925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 17:39:06,499 basehttp 44604 6123925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 17:39:06,591 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:39:37,487 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:40:07,497 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:41:08,499 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:41:37,490 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:42:09,501 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:42:37,498 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:43:10,496 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:44:07,506 basehttp 44604 6123925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 17:44:07,512 basehttp 44604 6123925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 17:44:07,603 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:44:37,494 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:45:08,499 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:45:37,491 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:46:09,503 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:47:10,490 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:47:37,492 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:48:11,496 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:48:37,496 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:49:08,505 basehttp 44604 6140751872 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 17:49:08,512 basehttp 44604 6140751872 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 17:49:08,593 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:50:09,494 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:50:37,493 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:51:10,485 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:51:37,495 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:52:11,492 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:53:12,493 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:53:37,491 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:54:09,503 basehttp 44604 6123925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 17:54:09,512 basehttp 44604 6123925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 17:54:09,600 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:54:37,495 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:55:10,489 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:56:37,477 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:57:37,489 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:59:37,486 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:00:37,487 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:02:37,484 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:03:37,484 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:05:37,482 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:06:37,476 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:07:37,486 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:09:37,476 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:10:37,487 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:11:37,497 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:13:37,498 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:14:37,497 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:15:37,504 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:17:37,495 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:18:37,500 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:20:37,504 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:21:37,497 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:23:37,491 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:24:37,496 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:26:37,636 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:27:37,637 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:29:37,646 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:30:37,639 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:32:37,634 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:33:37,642 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:34:59,730 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:35:59,721 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:36:59,724 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:37:59,726 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:38:59,730 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:39:59,732 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:40:59,737 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:41:59,743 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:42:59,744 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:43:59,749 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:44:59,753 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:45:59,756 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 18:46:56,834 log 44604 6123925504 Not Found: /en/inventory/templates/medical_supplies/ WARNING 2025-08-31 18:46:56,834 basehttp 44604 6123925504 "GET /en/inventory/templates/medical_supplies/ HTTP/1.1" 404 41073 WARNING 2025-08-31 18:46:59,565 log 44604 6123925504 Not Found: /en/inventory/templates/office_supplies/ WARNING 2025-08-31 18:46:59,565 basehttp 44604 6123925504 "GET /en/inventory/templates/office_supplies/ HTTP/1.1" 404 41070 INFO 2025-08-31 18:46:59,758 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:47:01,206 basehttp 44604 6123925504 "GET /en/inventory/suppliers/5/ HTTP/1.1" 200 35027 INFO 2025-08-31 18:47:12,138 basehttp 44604 6123925504 "GET /en/inventory/suppliers/ HTTP/1.1" 200 84964 INFO 2025-08-31 18:48:10,250 basehttp 44604 6123925504 "GET /en/inventory/ HTTP/1.1" 200 50251 INFO 2025-08-31 18:48:40,290 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 18:49:10,300 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:49:10,304 basehttp 44604 6140751872 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 18:49:15,404 basehttp 44604 6140751872 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 INFO 2025-08-31 18:49:15,441 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:50:15,448 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:50:15,510 basehttp 44604 6140751872 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 INFO 2025-08-31 18:50:15,548 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:51:15,563 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:51:15,612 basehttp 44604 6140751872 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 INFO 2025-08-31 18:51:15,650 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:52:15,660 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:52:15,709 basehttp 44604 6140751872 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 INFO 2025-08-31 18:52:15,759 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:52:19,331 basehttp 44604 6140751872 "GET /en/pharmacy HTTP/1.1" 301 0 INFO 2025-08-31 18:52:19,351 basehttp 44604 6123925504 "GET /en/pharmacy/ HTTP/1.1" 200 34315 INFO 2025-08-31 18:52:19,383 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 18:52:19,434 log 44604 6157578240 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 18:52:19,441 log 44604 6140751872 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 18:52:19,442 basehttp 44604 6157578240 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 127231 ERROR 2025-08-31 18:52:19,443 basehttp 44604 6140751872 "GET /en/pharmacy/stats/ HTTP/1.1" 500 127048 INFO 2025-08-31 18:52:39,446 basehttp 44604 6140751872 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 200 71387 INFO 2025-08-31 18:52:39,478 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:53:39,493 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:54:39,496 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:55:39,501 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:56:39,492 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:57:39,498 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:57:44,656 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 18:57:44,701 log 44604 6140751872 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 18:57:44,704 basehttp 44604 6140751872 "GET /en/pharmacy/stats/ HTTP/1.1" 500 127048 ERROR 2025-08-31 18:57:44,712 log 44604 6157578240 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 18:57:44,713 basehttp 44604 6157578240 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 127231 INFO 2025-08-31 18:57:54,716 basehttp 44604 6157578240 "GET /en/pharmacy/medications/create/ HTTP/1.1" 200 45999 INFO 2025-08-31 18:57:54,752 basehttp 44604 6157578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:58:55,640 basehttp 44604 6157578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:59:32,797 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 18:59:32,847 log 44604 6157578240 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 18:59:32,852 log 44604 6123925504 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 18:59:32,853 basehttp 44604 6157578240 "GET /en/pharmacy/stats/ HTTP/1.1" 500 127048 ERROR 2025-08-31 18:59:32,854 basehttp 44604 6123925504 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 127231 INFO 2025-08-31 18:59:34,855 basehttp 44604 6123925504 "GET /en/pharmacy/inventory/create/ HTTP/1.1" 200 70718 INFO 2025-08-31 18:59:34,888 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:59:52,302 basehttp 44604 6123925504 "GET /en/pharmacy/drug-interactions/ HTTP/1.1" 200 46048 INFO 2025-08-31 18:59:52,337 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 19:00:10,221 log 44604 6123925504 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 19:00:10,222 basehttp 44604 6123925504 "GET /en/pharmacy/stats/ HTTP/1.1" 500 127048 INFO 2025-08-31 19:00:11,769 basehttp 44604 6123925504 "GET /en/pharmacy/ HTTP/1.1" 200 34315 INFO 2025-08-31 19:00:11,832 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 19:00:11,874 log 44604 6140751872 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 19:00:11,877 basehttp 44604 6140751872 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 127231 ERROR 2025-08-31 19:00:11,883 log 44604 6157578240 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 19:00:11,884 basehttp 44604 6157578240 "GET /en/pharmacy/stats/ HTTP/1.1" 500 127048 ERROR 2025-08-31 19:00:41,861 log 44604 6157578240 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 19:00:41,862 basehttp 44604 6157578240 "GET /en/pharmacy/stats/ HTTP/1.1" 500 127048 INFO 2025-08-31 19:00:53,365 basehttp 44604 6157578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:00:53,374 basehttp 44604 6140751872 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 INFO 2025-08-31 19:00:53,408 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:01:03,262 basehttp 44604 6140751872 "GET /en/laboratory/ HTTP/1.1" 200 51764 INFO 2025-08-31 19:01:03,295 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 19:01:03,325 log 44604 6157578240 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-31 19:01:03,326 basehttp 44604 6157578240 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124661 ERROR 2025-08-31 19:01:13,886 log 44604 6157578240 Internal Server Error: /en/laboratory/orders/874/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/laboratory/tests/(?P[0-9]+)/\\Z'] ERROR 2025-08-31 19:01:13,888 basehttp 44604 6157578240 "GET /en/laboratory/orders/874/ HTTP/1.1" 500 182862 INFO 2025-08-31 19:01:17,619 basehttp 44604 6157578240 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 200 24371 INFO 2025-08-31 19:01:17,653 basehttp 44604 6157578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:01:24,477 basehttp 44604 6157578240 "GET /en/laboratory/orders HTTP/1.1" 301 0 INFO 2025-08-31 19:01:24,519 basehttp 44604 6140751872 "GET /en/laboratory/orders/ HTTP/1.1" 200 96049 INFO 2025-08-31 19:01:24,545 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 19:02:11,218 log 44604 6140751872 Internal Server Error: /en/laboratory/orders/874/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/laboratory/tests/(?P[0-9]+)/\\Z'] ERROR 2025-08-31 19:02:11,220 basehttp 44604 6140751872 "GET /en/laboratory/orders/874/ HTTP/1.1" 500 182869 INFO 2025-08-31 19:02:15,098 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 19:02:15,136 log 44604 6140751872 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-31 19:02:15,137 basehttp 44604 6140751872 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124661 INFO 2025-08-31 19:02:29,576 basehttp 44604 6140751872 "GET /en/radiology HTTP/1.1" 301 0 INFO 2025-08-31 19:02:29,694 basehttp 44604 6123925504 "GET /en/radiology/ HTTP/1.1" 200 29206 INFO 2025-08-31 19:02:29,729 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 19:02:29,760 log 44604 6140751872 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-31 19:02:29,761 basehttp 44604 6140751872 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124785 INFO 2025-08-31 19:02:33,307 basehttp 44604 6140751872 "GET /en/radiology/orders/ HTTP/1.1" 200 88633 INFO 2025-08-31 19:02:33,340 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 19:02:43,276 log 44604 6140751872 Internal Server Error: /en/radiology/orders/403/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'method' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( TypeError: Field 'id' expected a number but got ]>>. ERROR 2025-08-31 19:02:43,277 basehttp 44604 6140751872 "GET /en/radiology/orders/403/ HTTP/1.1" 500 151789 INFO 2025-08-31 19:02:56,439 basehttp 44604 6140751872 "GET /en/radiology/studies/ HTTP/1.1" 200 212380 INFO 2025-08-31 19:02:56,479 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:02:58,673 basehttp 44604 6140751872 "GET /en/radiology/studies/219/ HTTP/1.1" 200 31565 INFO 2025-08-31 19:02:58,707 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 19:03:46,104 log 44604 6140751872 Internal Server Error: /en/radiology/studies/219/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 36, in get_form form_class = self.get_form_class() ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 108, in get_form_class return model_forms.modelform_factory(model, fields=self.fields) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (technical_notes) specified for ImagingStudy ERROR 2025-08-31 19:03:46,105 basehttp 44604 6140751872 "GET /en/radiology/studies/219/update/ HTTP/1.1" 500 116582 INFO 2025-08-31 19:03:49,796 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 19:03:49,836 log 44604 6140751872 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-31 19:03:49,837 basehttp 44604 6140751872 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124785 INFO 2025-08-31 19:03:51,669 basehttp 44604 6140751872 "GET /en/radiology/reports/ HTTP/1.1" 200 130881 INFO 2025-08-31 19:03:51,703 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:03:57,004 basehttp 44604 6140751872 "GET /en/radiology/reports/142/ HTTP/1.1" 200 32116 INFO 2025-08-31 19:03:57,035 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 19:04:26,445 log 44604 6140751872 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-31 19:04:26,446 basehttp 44604 6140751872 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124785 ERROR 2025-08-31 19:04:31,015 log 44604 6140751872 Internal Server Error: /en/radiology/templates/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 142, in get_queryset return queryset.order_by('template_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'template_name' into field. Choices are: body_part, clinical_history_template, created_at, created_by, created_by_id, description, findings_template, id, impression_template, is_active, is_default, modality, name, recommendations_template, reports, structured_fields, technique_template, template_id, tenant, tenant_id, updated_at, usage_count ERROR 2025-08-31 19:04:31,016 basehttp 44604 6140751872 "GET /en/radiology/templates/ HTTP/1.1" 500 103299 INFO 2025-08-31 19:04:48,392 autoreload 44604 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-31 19:04:48,923 autoreload 39810 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 19:04:50,001 basehttp 39810 6132330496 "GET /en/radiology/templates/ HTTP/1.1" 200 31205 INFO 2025-08-31 19:04:50,027 basehttp 39810 6132330496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 19:04:55,106 log 39810 6132330496 Internal Server Error: /en/radiology/templates/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 169, in get_context_data context['recent_reports'] = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'template' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-31 19:04:55,107 basehttp 39810 6132330496 "GET /en/radiology/templates/3/ HTTP/1.1" 500 138683 INFO 2025-08-31 19:05:39,881 autoreload 39810 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-31 19:05:40,225 autoreload 40215 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 19:05:40,788 log 40215 6162542592 Internal Server Error: /en/radiology/templates/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_template_update' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/templates/(?P[0-9]+)/update/\\Z'] ERROR 2025-08-31 19:05:40,791 basehttp 40215 6162542592 "GET /en/radiology/templates/3/ HTTP/1.1" 500 187368 INFO 2025-08-31 19:05:58,453 basehttp 40215 6162542592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 19:06:00,724 log 40215 6162542592 Internal Server Error: /en/radiology/templates/3/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '${variable' from '${variable' ERROR 2025-08-31 19:06:00,726 basehttp 40215 6162542592 "GET /en/radiology/templates/3/update/ HTTP/1.1" 500 204875 INFO 2025-08-31 19:18:50,860 autoreload 40215 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-31 19:18:51,182 autoreload 45985 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 19:22:23,451 log 45985 6157185024 Internal Server Error: /en/radiology/templates/3/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '${variable' from '${variable' ERROR 2025-08-31 19:22:23,455 basehttp 45985 6157185024 "GET /en/radiology/templates/3/update/ HTTP/1.1" 500 205012 ERROR 2025-08-31 19:23:28,276 log 45985 6157185024 Internal Server Error: /en/radiology/templates/3/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '${key' from '${key' ERROR 2025-08-31 19:23:28,282 basehttp 45985 6157185024 "GET /en/radiology/templates/3/update/ HTTP/1.1" 500 203630 INFO 2025-08-31 19:24:06,455 basehttp 45985 6157185024 "GET /en/radiology/templates/3/update/ HTTP/1.1" 200 39526 INFO 2025-08-31 19:24:06,501 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:25:06,530 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:26:06,518 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:27:06,521 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:28:06,516 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:29:06,511 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:30:06,516 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:31:06,530 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:32:06,525 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:33:06,531 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:34:06,533 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:35:06,547 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:37:02,332 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:37:28,855 basehttp 45985 6157185024 "GET /en/radiology/templates/3/delete/ HTTP/1.1" 200 33720 INFO 2025-08-31 19:37:28,889 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:37:52,168 basehttp 45985 6157185024 "GET /en/radiology/templates/3/update/ HTTP/1.1" 200 39526 INFO 2025-08-31 19:37:52,200 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:38:28,900 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:38:57,709 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:38:59,933 basehttp 45985 6157185024 "GET /en/radiology/templates/3/update/ HTTP/1.1" 200 39526 INFO 2025-08-31 19:38:59,968 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 19:39:07,226 log 45985 6157185024 Internal Server Error: /en/radiology/images/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 695, in get_queryset queryset = DICOMImage.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: acquisition_datetime, archived, bits_allocated, bits_stored, columns, content_date, content_time, created_at, file_path, file_size, id, image_id, image_orientation, image_position, image_quality, image_type, instance_number, processed, rows, series, series_id, slice_location, sop_class_uid, sop_instance_uid, transfer_syntax_uid, updated_at, window_center, window_width ERROR 2025-08-31 19:39:07,228 basehttp 45985 6157185024 "GET /en/radiology/images/ HTTP/1.1" 500 136715 INFO 2025-08-31 19:55:09,333 autoreload 45985 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-31 19:55:09,845 autoreload 61948 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 19:55:45,167 autoreload 61948 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-31 19:55:45,548 autoreload 62187 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 19:55:49,527 log 62187 6156267520 Internal Server Error: /en/radiology/images/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 712, in get_context_data 'series': ImagingSeries.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: body_part, contrast_agent, contrast_route, created_at, id, image_orientation, image_quality, images, modality, number_of_instances, patient_position, pixel_spacing, protocol_name, series_date, series_datetime, series_description, series_id, series_instance_uid, series_number, series_size, series_time, slice_thickness, spacing_between_slices, study, study_id, updated_at ERROR 2025-08-31 19:55:49,530 basehttp 62187 6156267520 "GET /en/radiology/images/ HTTP/1.1" 500 136892 INFO 2025-08-31 19:56:10,619 autoreload 62187 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-31 19:56:10,982 autoreload 62420 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 19:56:11,911 log 62420 6130954240 Internal Server Error: /en/radiology/images/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dicom_upload' not found. 'dicom_upload' is not a valid view function or pattern name. ERROR 2025-08-31 19:56:11,913 basehttp 62420 6130954240 "GET /en/radiology/images/ HTTP/1.1" 500 172037 ERROR 2025-08-31 19:58:06,554 log 62420 6130954240 Internal Server Error: /en/radiology/images/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dicom_file_list' not found. 'dicom_file_list' is not a valid view function or pattern name. ERROR 2025-08-31 19:58:06,559 basehttp 62420 6130954240 "GET /en/radiology/images/ HTTP/1.1" 500 172051 ERROR 2025-08-31 19:58:20,562 log 62420 6130954240 Internal Server Error: /en/radiology/images/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 201, in render return self.nodelist_empty.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dicom_upload' not found. 'dicom_upload' is not a valid view function or pattern name. ERROR 2025-08-31 19:58:20,565 basehttp 62420 6130954240 "GET /en/radiology/images/ HTTP/1.1" 500 184620 INFO 2025-08-31 19:58:38,308 basehttp 62420 6130954240 "GET /en/radiology/images/ HTTP/1.1" 200 31185 INFO 2025-08-31 19:58:38,346 basehttp 62420 6130954240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:58:57,809 basehttp 62420 6130954240 "GET /en/radiology/images/ HTTP/1.1" 200 49015 INFO 2025-08-31 19:58:57,845 basehttp 62420 6130954240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:59:58,662 basehttp 62420 6130954240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 20:00:18,385 basehttp 62420 6130954240 "GET /en/radiology/orders/ HTTP/1.1" 200 88633 INFO 2025-08-31 20:00:18,420 basehttp 62420 6130954240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 20:00:21,728 basehttp 62420 6130954240 "GET /en/radiology/studies/ HTTP/1.1" 200 212380 INFO 2025-08-31 20:00:21,771 basehttp 62420 6130954240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 20:00:25,979 basehttp 62420 6130954240 "GET /en/radiology/studies/?search=&modality=&priority=&date_range= HTTP/1.1" 200 212737 INFO 2025-08-31 20:00:26,009 basehttp 62420 6130954240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 20:00:28,113 basehttp 62420 6130954240 "GET /en/radiology/studies/?search=&modality=&priority=&date_range= HTTP/1.1" 200 212737 INFO 2025-08-31 20:00:28,160 basehttp 62420 6130954240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 20:00:30,448 basehttp 62420 6130954240 "GET /en/radiology/studies/?search=&modality=&priority=&date_range= HTTP/1.1" 200 212737 INFO 2025-08-31 20:00:30,487 basehttp 62420 6130954240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 20:00:55,336 basehttp 62420 6130954240 "GET /en/operating-theatre/ HTTP/1.1" 200 34120 INFO 2025-08-31 20:00:55,394 basehttp 62420 6130954240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 20:00:55,399 basehttp 62420 6147780608 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 20:00:59,310 basehttp 62420 6147780608 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 23266 INFO 2025-08-31 20:00:59,336 basehttp 62420 6147780608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 20:01:25,400 basehttp 62420 6147780608 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 20:01:39,941 basehttp 62420 6147780608 "GET /en/operating-theatre/templates/ HTTP/1.1" 200 41476 WARNING 2025-08-31 20:01:39,949 basehttp 62420 6147780608 "GET /static/assets/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 404 2128 WARNING 2025-08-31 20:01:39,951 basehttp 62420 6130954240 "GET /static/assets/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 404 2161 WARNING 2025-08-31 20:01:39,953 basehttp 62420 13304360960 "GET /static/assets/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 404 2122 WARNING 2025-08-31 20:01:39,953 basehttp 62420 6164606976 "GET /static/assets/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2098 WARNING 2025-08-31 20:01:39,956 basehttp 62420 6147780608 "GET /static/assets/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 404 2155 WARNING 2025-08-31 20:01:39,956 basehttp 62420 6130954240 "GET /static/assets/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 404 2143 INFO 2025-08-31 20:01:39,969 basehttp 62420 6130954240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 20:01:43,261 basehttp 62420 6130954240 "GET /en/operating-theatre/templates/create/ HTTP/1.1" 200 57259 WARNING 2025-08-31 20:01:43,278 basehttp 62420 6147780608 "GET /static/plugins/summernote/summernote-bs5.min.js HTTP/1.1" 404 2047 WARNING 2025-08-31 20:01:43,278 basehttp 62420 6130954240 "GET /static/plugins/summernote/summernote-bs5.min.css HTTP/1.1" 404 2050 INFO 2025-08-31 20:01:43,304 basehttp 62420 6130954240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 20:02:12,659 basehttp 62420 6130954240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 20:02:12,663 basehttp 62420 6147780608 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 20:02:14,888 basehttp 62420 6147780608 "GET /en/operating-theatre/equipment/ HTTP/1.1" 200 29350 INFO 2025-08-31 20:02:14,923 basehttp 62420 6147780608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 20:02:18,284 log 62420 6147780608 Not Found: /operating-theatre/maintenance/schedule/ WARNING 2025-08-31 20:02:18,284 basehttp 62420 6147780608 "GET /operating-theatre/maintenance/schedule/ HTTP/1.1" 404 2641 WARNING 2025-08-31 20:02:21,869 log 62420 6147780608 Not Found: /operating-theatre/equipment/qr-codes/bulk/ WARNING 2025-08-31 20:02:21,869 basehttp 62420 6147780608 "GET /operating-theatre/equipment/qr-codes/bulk/ HTTP/1.1" 404 2650 INFO 2025-08-31 20:02:42,657 basehttp 62420 6147780608 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 20:03:09,953 basehttp 62420 6130954240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 20:03:09,991 log 62420 6147780608 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-31 20:03:09,993 basehttp 62420 6147780608 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124661 INFO 2025-08-31 20:03:13,536 basehttp 62420 6147780608 "GET /en/inventory/ HTTP/1.1" 200 50251 INFO 2025-08-31 20:03:13,581 basehttp 62420 6147780608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 20:03:13,581 basehttp 62420 6130954240 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 20:03:23,604 basehttp 62420 6130954240 "GET /en/quality HTTP/1.1" 301 0 ERROR 2025-08-31 20:03:23,628 log 62420 6147780608 Internal Server Error: /en/quality/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py", line 55, in get_context_data 'indicators_meeting_target': QualityIndicator.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_value' into field. Choices are: calculation_method, category, created_at, data_source, description, frequency, id, is_active, measurement_unit, measurements, name, regulatory_requirement, responsible_department, responsible_department_id, responsible_user, responsible_user_id, target_value, tenant, tenant_id, threshold_critical, threshold_warning, type, updated_at ERROR 2025-08-31 20:03:23,629 basehttp 62420 6147780608 "GET /en/quality/ HTTP/1.1" 500 133159 INFO 2025-08-31 22:54:54,109 autoreload 62420 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/models.py changed, reloading. INFO 2025-08-31 22:54:54,601 autoreload 81250 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 22:55:34,155 autoreload 81603 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 22:55:36,311 log 81603 6161379328 Internal Server Error: /en/quality/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py", line 114, in get_context_data ).select_related('project_manager').order_by('-start_date')[:5] ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'start_date' into field. Choices are: actual_cost, actual_end_date, actual_start_date, baseline_data, created_at, created_by, created_by_id, department, department_id, description, estimated_cost, goal_statement, id, lessons_learned, methodology, notes, phase, planned_end_date, planned_start_date, problem_statement, project_manager, project_manager_id, project_number, project_team, project_type, resources_required, roi_actual, roi_expected, scope, sponsor, sponsor_id, status, success_metrics, sustainability_plan, target_metrics, tenant, tenant_id, title, updated_at ERROR 2025-08-31 22:55:36,312 basehttp 81603 6161379328 "GET /en/quality/ HTTP/1.1" 500 104557 INFO 2025-08-31 22:57:17,450 autoreload 81603 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py changed, reloading. INFO 2025-08-31 22:57:17,788 autoreload 82341 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 22:57:18,734 log 82341 6134378496 Internal Server Error: /en/quality/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 749, in resolve new_obj = func(obj, *arg_vals) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaultfilters.py", line 632, in length return len(value) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'measured_by'. Choices are: tenant, indicator, verified_by, created_by ERROR 2025-08-31 22:57:18,738 basehttp 82341 6134378496 "GET /en/quality/ HTTP/1.1" 500 221440 INFO 2025-08-31 22:58:54,549 autoreload 82341 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py changed, reloading. INFO 2025-08-31 22:58:54,891 autoreload 83106 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 22:58:55,198 basehttp 83106 6200930304 "GET /en/quality/ HTTP/1.1" 200 38043 INFO 2025-08-31 22:58:55,247 basehttp 83106 6200930304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 22:58:55,249 basehttp 83106 6217756672 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 ERROR 2025-08-31 22:59:06,889 log 83106 6217756672 Internal Server Error: /en/quality/incidents/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: quality/incident_report_form.html ERROR 2025-08-31 22:59:06,890 basehttp 83106 6217756672 "GET /en/quality/incidents/create/ HTTP/1.1" 500 83735 INFO 2025-08-31 23:00:34,528 autoreload 83106 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py changed, reloading. INFO 2025-08-31 23:00:34,858 autoreload 83842 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 23:04:16,448 autoreload 83842 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py changed, reloading. INFO 2025-08-31 23:04:16,780 autoreload 85460 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 23:23:57,777 basehttp 85460 6200340480 "GET /en/admin/core/auditlogentry/ HTTP/1.1" 200 128040 INFO 2025-08-31 23:23:57,790 basehttp 85460 6267645952 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-31 23:23:57,791 basehttp 85460 6250819584 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-31 23:23:57,792 basehttp 85460 6217166848 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-31 23:23:57,792 basehttp 85460 6233993216 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-31 23:23:57,792 basehttp 85460 6200340480 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-31 23:23:57,794 basehttp 85460 6217166848 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-31 23:23:57,795 basehttp 85460 6267645952 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-31 23:23:57,796 basehttp 85460 6200340480 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-31 23:23:57,796 basehttp 85460 6233993216 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-31 23:23:57,797 basehttp 85460 6217166848 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-31 23:23:57,798 basehttp 85460 6267645952 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-31 23:23:57,798 basehttp 85460 6200340480 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-31 23:23:57,799 basehttp 85460 6217166848 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-31 23:23:57,802 basehttp 85460 6284472320 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 23:23:57,802 basehttp 85460 6250819584 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-31 23:23:57,803 basehttp 85460 6233993216 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-31 23:23:57,803 basehttp 85460 6250819584 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-31 23:23:57,806 basehttp 85460 6233993216 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-31 23:23:57,823 basehttp 85460 6233993216 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-31 23:23:57,823 basehttp 85460 6250819584 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-31 23:23:57,823 basehttp 85460 6284472320 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-08-31 23:23:57,824 basehttp 85460 6250819584 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-31 23:24:02,784 basehttp 85460 6250819584 "GET /en/admin/core/auditlogentry/ HTTP/1.1" 200 128040 INFO 2025-08-31 23:24:05,261 basehttp 85460 6250819584 "GET / HTTP/1.1" 302 0 INFO 2025-08-31 23:24:05,286 basehttp 85460 6284472320 "GET /en/ HTTP/1.1" 200 47434 INFO 2025-08-31 23:24:05,362 basehttp 85460 6284472320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:24:05,363 basehttp 85460 6200340480 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-31 23:24:05,365 basehttp 85460 6217166848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 23:24:05,366 basehttp 85460 6233993216 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 23:24:34,030 basehttp 85460 6233993216 "GET /en/quality/ HTTP/1.1" 200 38043 INFO 2025-08-31 23:24:34,063 basehttp 85460 6233993216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:24:34,065 basehttp 85460 6217166848 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 ERROR 2025-08-31 23:24:37,606 log 85460 6217166848 Internal Server Error: /en/quality/incidents/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: quality/incident_report_form.html ERROR 2025-08-31 23:24:37,607 basehttp 85460 6217166848 "GET /en/quality/incidents/create/ HTTP/1.1" 500 83735 INFO 2025-08-31 23:27:43,275 autoreload 85460 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py changed, reloading. INFO 2025-08-31 23:27:43,780 autoreload 95763 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 23:27:45,447 log 95763 6156251136 Internal Server Error: /en/quality/incidents/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'incident_list' not found. 'incident_list' is not a valid view function or pattern name. ERROR 2025-08-31 23:27:45,449 basehttp 95763 6156251136 "GET /en/quality/incidents/create/ HTTP/1.1" 500 177479 INFO 2025-08-31 23:30:26,827 autoreload 95763 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py changed, reloading. INFO 2025-08-31 23:30:27,219 autoreload 97045 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 23:30:27,758 log 97045 6130298880 Internal Server Error: /en/quality/incidents/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'search_incidents' not found. 'search_incidents' is not a valid view function or pattern name. ERROR 2025-08-31 23:30:27,760 basehttp 97045 6130298880 "GET /en/quality/incidents/create/ HTTP/1.1" 500 175253 ERROR 2025-08-31 23:31:45,645 log 97045 6130298880 Internal Server Error: /en/quality/incidents/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'upload_attachment' not found. 'upload_attachment' is not a valid view function or pattern name. ERROR 2025-08-31 23:31:45,646 basehttp 97045 6130298880 "GET /en/quality/incidents/create/ HTTP/1.1" 500 177230 ERROR 2025-08-31 23:32:21,905 log 97045 6130298880 Internal Server Error: /en/quality/incidents/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'remove_attachment' not found. 'remove_attachment' is not a valid view function or pattern name. ERROR 2025-08-31 23:32:21,906 basehttp 97045 6130298880 "GET /en/quality/incidents/create/ HTTP/1.1" 500 179414 INFO 2025-08-31 23:32:38,150 basehttp 97045 6130298880 "GET /en/quality/incidents/create/ HTTP/1.1" 200 40001 INFO 2025-08-31 23:32:38,188 basehttp 97045 6130298880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:33:38,208 basehttp 97045 6130298880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:34:38,220 basehttp 97045 6130298880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:35:38,219 basehttp 97045 6130298880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:36:38,223 basehttp 97045 6130298880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:37:38,228 basehttp 97045 6130298880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:38:38,226 basehttp 97045 6130298880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:39:38,227 basehttp 97045 6130298880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:40:38,226 basehttp 97045 6130298880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 23:41:23,014 log 97045 6130298880 Internal Server Error: /en/quality/measurements/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: quality/quality_measurement_form.html ERROR 2025-08-31 23:41:23,014 basehttp 97045 6130298880 "GET /en/quality/measurements/create/ HTTP/1.1" 500 83846 INFO 2025-08-31 23:43:51,366 autoreload 97045 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py changed, reloading. INFO 2025-08-31 23:43:51,790 autoreload 3231 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 23:43:52,985 log 3231 6165950464 Internal Server Error: /en/quality/measurements/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'measurement_list' not found. 'measurement_list' is not a valid view function or pattern name. ERROR 2025-08-31 23:43:52,987 basehttp 3231 6165950464 "GET /en/quality/measurements/create/ HTTP/1.1" 500 175703 INFO 2025-08-31 23:44:55,361 autoreload 3231 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/urls.py changed, reloading. INFO 2025-08-31 23:44:55,697 autoreload 3733 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 23:44:56,492 basehttp 3733 6155694080 "GET /en/quality/measurements/create/ HTTP/1.1" 200 50512 INFO 2025-08-31 23:44:56,544 basehttp 3733 6155694080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:45:50,729 basehttp 3733 6155694080 "GET /en/quality/measurements/create/ HTTP/1.1" 200 50512 INFO 2025-08-31 23:45:50,766 basehttp 3733 6155694080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:45:54,932 basehttp 3733 6172520448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:45:54,933 basehttp 3733 6155694080 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 ERROR 2025-08-31 23:45:55,638 log 3733 6155694080 Internal Server Error: /en/quality/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'quality_measurement_create' not found. 'quality_measurement_create' is not a valid view function or pattern name. ERROR 2025-08-31 23:45:55,642 basehttp 3733 6155694080 "GET /en/quality/ HTTP/1.1" 500 178235 ERROR 2025-08-31 23:46:27,888 log 3733 6155694080 Internal Server Error: /en/quality/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'quality_measurement_list' not found. 'quality_measurement_list' is not a valid view function or pattern name. ERROR 2025-08-31 23:46:27,890 basehttp 3733 6155694080 "GET /en/quality/ HTTP/1.1" 500 178295 ERROR 2025-08-31 23:46:40,202 log 3733 6155694080 Internal Server Error: /en/quality/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'quality_measurement_create' not found. 'quality_measurement_create' is not a valid view function or pattern name. ERROR 2025-08-31 23:46:40,203 basehttp 3733 6155694080 "GET /en/quality/ HTTP/1.1" 500 192683 ERROR 2025-08-31 23:46:51,049 log 3733 6155694080 Internal Server Error: /en/quality/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'quality_measurement_create' not found. 'quality_measurement_create' is not a valid view function or pattern name. ERROR 2025-08-31 23:46:51,050 basehttp 3733 6155694080 "GET /en/quality/ HTTP/1.1" 500 178955 INFO 2025-08-31 23:47:04,748 basehttp 3733 6155694080 "GET /en/quality/ HTTP/1.1" 200 38043 INFO 2025-08-31 23:47:04,823 basehttp 3733 6155694080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:47:04,824 basehttp 3733 6172520448 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 ERROR 2025-08-31 23:47:08,573 log 3733 6172520448 Internal Server Error: /en/quality/risks/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: quality/risk_assessment_form.html ERROR 2025-08-31 23:47:08,733 basehttp 3733 6172520448 "GET /en/quality/risks/create/ HTTP/1.1" 500 83699 INFO 2025-08-31 23:47:12,226 basehttp 3733 6172520448 "GET /en/quality/measurements/create/ HTTP/1.1" 200 50512 INFO 2025-08-31 23:47:12,267 basehttp 3733 6172520448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:48:02,547 basehttp 3733 6172520448 "GET /en/quality/measurements/create/ HTTP/1.1" 200 50512 INFO 2025-08-31 23:48:02,582 basehttp 3733 6172520448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 23:48:05,417 log 3733 6172520448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:48:05,417 basehttp 3733 6172520448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-31 23:48:20,138 log 3733 6172520448 Internal Server Error: /en/quality/measurements/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py", line 744, in get_context_data ).order_by('indicator_name'), ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'indicator_name' into field. Choices are: calculation_method, category, created_at, current_value, data_source, description, frequency, id, is_active, measurement_unit, measurements, name, regulatory_requirement, responsible_department, responsible_department_id, responsible_user, responsible_user_id, target_value, tenant, tenant_id, threshold_critical, threshold_warning, type, updated_at ERROR 2025-08-31 23:48:20,139 basehttp 3733 6172520448 "GET /en/quality/measurements/ HTTP/1.1" 500 103198 WARNING 2025-08-31 23:48:20,154 log 3733 6172520448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:48:20,154 basehttp 3733 6172520448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:48:37,614 autoreload 3733 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py changed, reloading. INFO 2025-08-31 23:48:38,070 autoreload 5364 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 23:48:39,288 basehttp 5364 6193426432 "GET /en/quality/measurements/ HTTP/1.1" 200 50719 WARNING 2025-08-31 23:48:39,302 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:48:39,302 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:48:39,423 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:48:52,541 basehttp 5364 6193426432 "GET /en/quality/measurements/create/ HTTP/1.1" 200 50512 WARNING 2025-08-31 23:48:52,557 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:48:52,557 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:48:52,649 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:49:52,646 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:50:52,649 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:51:52,660 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:52:43,296 basehttp 5364 6193426432 "GET /en/quality/measurements/create/ HTTP/1.1" 200 71159 WARNING 2025-08-31 23:52:43,317 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:52:43,317 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:52:43,418 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:53:12,749 basehttp 5364 6193426432 "POST /en/quality/measurements/create/ HTTP/1.1" 200 72154 INFO 2025-08-31 23:53:26,046 basehttp 5364 6193426432 "GET /en/quality/measurements/ HTTP/1.1" 200 50719 WARNING 2025-08-31 23:53:26,061 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:53:26,061 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:53:26,157 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:54:26,165 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:55:26,173 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:56:26,175 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:57:26,177 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:57:35,990 basehttp 5364 6193426432 "GET /en/quality/measurements/?category=clinical HTTP/1.1" 200 50727 WARNING 2025-08-31 23:57:36,010 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:57:36,010 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:57:36,111 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:57:40,039 basehttp 5364 6193426432 "GET /en/quality/measurements/create/ HTTP/1.1" 200 71159 WARNING 2025-08-31 23:57:40,058 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:57:40,058 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:57:40,162 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 23:57:53,186 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:57:53,186 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 23:57:53,195 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:57:53,196 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 23:57:54,093 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:57:54,093 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 23:57:54,108 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:57:54,109 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 23:57:56,380 log 5364 6210252800 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-31 23:57:56,381 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 23:57:56,381 basehttp 5364 6210252800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 23:57:56,388 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:57:56,389 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 23:57:57,095 log 5364 6210252800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:57:57,096 basehttp 5364 6210252800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:57:57,096 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 23:57:57,104 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:57:57,104 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 23:57:58,890 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:57:58,891 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:57:58,897 basehttp 5364 6210252800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 23:57:58,904 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:57:58,904 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:58:01,753 basehttp 5364 6193426432 "GET /en/quality/measurements/create/ HTTP/1.1" 200 71159 WARNING 2025-08-31 23:58:01,766 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:58:01,766 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:58:01,850 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 23:58:02,801 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:58:02,801 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:58:04,049 basehttp 5364 6193426432 "GET /en/quality/ HTTP/1.1" 200 38043 WARNING 2025-08-31 23:58:04,063 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:58:04,063 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:58:04,124 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:58:04,125 basehttp 5364 6210252800 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-08-31 23:58:06,172 basehttp 5364 6210252800 "GET /en/quality/indicators/create/ HTTP/1.1" 200 37399 WARNING 2025-08-31 23:58:06,195 log 5364 6210252800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:58:06,196 basehttp 5364 6210252800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:58:06,248 basehttp 5364 6210252800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 23:58:22,014 log 5364 6210252800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:58:22,014 basehttp 5364 6210252800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 23:58:22,025 log 5364 6210252800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:58:22,025 basehttp 5364 6210252800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:58:26,743 basehttp 5364 6210252800 "GET /en/quality/measurements/create/ HTTP/1.1" 200 71159 WARNING 2025-08-31 23:58:26,764 log 5364 6210252800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:58:26,764 basehttp 5364 6210252800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:58:26,823 basehttp 5364 6210252800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 23:58:28,365 log 5364 6210252800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:58:28,365 basehttp 5364 6210252800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 23:58:28,375 log 5364 6210252800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:58:28,375 basehttp 5364 6210252800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-31 23:58:30,364 log 5364 6210252800 Internal Server Error: /en/quality/projects/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: quality/improvement_project_form.html ERROR 2025-08-31 23:58:30,365 basehttp 5364 6210252800 "GET /en/quality/projects/create/ HTTP/1.1" 500 83810 WARNING 2025-08-31 23:58:30,389 log 5364 6210252800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:58:30,389 basehttp 5364 6210252800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 00:04:11,530 autoreload 5364 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py changed, reloading. INFO 2025-09-01 00:04:11,962 autoreload 12230 8466948288 Watching for file changes with StatReloader ERROR 2025-09-01 00:04:12,551 log 12230 6162903040 Internal Server Error: /en/quality/projects/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'project_list' not found. 'project_list' is not a valid view function or pattern name. ERROR 2025-09-01 00:04:12,554 basehttp 12230 6162903040 "GET /en/quality/projects/create/ HTTP/1.1" 500 177546 WARNING 2025-09-01 00:04:12,570 log 12230 6162903040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 00:04:12,570 basehttp 12230 6162903040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 00:05:02,878 log 12230 6162903040 Internal Server Error: /en/quality/projects/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'project_list' not found. 'project_list' is not a valid view function or pattern name. ERROR 2025-09-01 00:05:02,880 basehttp 12230 6162903040 "GET /en/quality/projects/create/ HTTP/1.1" 500 177718 WARNING 2025-09-01 00:05:02,891 log 12230 6162903040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 00:05:02,891 basehttp 12230 6162903040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 00:05:20,257 log 12230 6162903040 Internal Server Error: /en/quality/projects/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'project_list' not found. 'project_list' is not a valid view function or pattern name. ERROR 2025-09-01 00:05:20,259 basehttp 12230 6162903040 "GET /en/quality/projects/create/ HTTP/1.1" 500 177182 WARNING 2025-09-01 00:05:20,274 log 12230 6162903040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 00:05:20,275 basehttp 12230 6162903040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 00:05:46,128 basehttp 12230 6162903040 "GET /en/quality/projects/create/ HTTP/1.1" 200 43167 WARNING 2025-09-01 00:05:46,145 log 12230 6162903040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 00:05:46,146 basehttp 12230 6162903040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 00:05:46,203 basehttp 12230 6162903040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:06:46,213 basehttp 12230 6162903040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:07:46,211 basehttp 12230 6162903040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:08:46,218 basehttp 12230 6162903040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:09:46,216 basehttp 12230 6162903040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:10:46,223 basehttp 12230 6162903040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:11:46,217 basehttp 12230 6162903040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:12:46,227 basehttp 12230 6162903040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:13:46,230 basehttp 12230 6162903040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:14:46,234 basehttp 12230 6162903040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:15:46,227 basehttp 12230 6162903040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 00:16:33,354 log 12230 6162903040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 00:16:33,354 basehttp 12230 6162903040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 00:16:37,779 log 12230 6162903040 Internal Server Error: /en/quality/projects/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py", line 396, in get_queryset return queryset.select_related('project_manager').order_by('-start_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'start_date' into field. Choices are: actual_cost, actual_end_date, actual_start_date, baseline_data, created_at, created_by, created_by_id, department, department_id, description, estimated_cost, goal_statement, id, lessons_learned, methodology, notes, phase, planned_end_date, planned_start_date, problem_statement, project_manager, project_manager_id, project_number, project_team, project_type, resources_required, roi_actual, roi_expected, scope, sponsor, sponsor_id, status, success_metrics, sustainability_plan, target_metrics, tenant, tenant_id, title, updated_at ERROR 2025-09-01 00:16:37,781 basehttp 12230 6162903040 "GET /en/quality/projects/ HTTP/1.1" 500 104454 WARNING 2025-09-01 00:16:37,795 log 12230 6162903040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 00:16:37,795 basehttp 12230 6162903040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 00:16:58,116 autoreload 12230 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py changed, reloading. INFO 2025-09-01 00:16:58,554 autoreload 17798 8466948288 Watching for file changes with StatReloader ERROR 2025-09-01 00:16:59,485 log 17798 6129659904 Internal Server Error: /en/quality/projects/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'project_create' not found. 'project_create' is not a valid view function or pattern name. ERROR 2025-09-01 00:16:59,487 basehttp 17798 6129659904 "GET /en/quality/projects/ HTTP/1.1" 500 184104 WARNING 2025-09-01 00:16:59,498 log 17798 6129659904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 00:16:59,498 basehttp 17798 6129659904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 00:17:01,538 log 17798 6129659904 Internal Server Error: /en/quality/projects/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'project_create' not found. 'project_create' is not a valid view function or pattern name. ERROR 2025-09-01 00:17:01,540 basehttp 17798 6129659904 "GET /en/quality/projects/ HTTP/1.1" 500 184104 WARNING 2025-09-01 00:17:01,557 log 17798 6129659904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 00:17:01,557 basehttp 17798 6129659904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 00:18:38,854 log 17798 6129659904 Internal Server Error: /en/quality/projects/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'project_list' not found. 'project_list' is not a valid view function or pattern name. ERROR 2025-09-01 00:18:38,859 basehttp 17798 6129659904 "GET /en/quality/projects/ HTTP/1.1" 500 183320 WARNING 2025-09-01 00:18:38,873 log 17798 6129659904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 00:18:38,873 basehttp 17798 6129659904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 00:18:58,417 log 17798 6129659904 Internal Server Error: /en/quality/projects/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 201, in render return self.nodelist_empty.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'project_create' not found. 'project_create' is not a valid view function or pattern name. ERROR 2025-09-01 00:18:58,419 basehttp 17798 6129659904 "GET /en/quality/projects/ HTTP/1.1" 500 199546 WARNING 2025-09-01 00:18:58,437 log 17798 6129659904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 00:18:58,438 basehttp 17798 6129659904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 00:19:14,918 basehttp 17798 6129659904 "GET /en/quality/projects/ HTTP/1.1" 200 46287 WARNING 2025-09-01 00:19:14,938 log 17798 6129659904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 00:19:14,938 basehttp 17798 6129659904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 00:19:15,009 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:20:15,046 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:21:15,049 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:22:15,053 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:23:15,054 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:24:15,057 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:25:15,061 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:26:15,064 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:27:15,064 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:28:15,068 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:29:15,064 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:30:15,066 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:31:15,073 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:32:15,075 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:33:15,076 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:34:15,080 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:35:15,108 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:36:15,114 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:37:15,117 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:38:15,120 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:39:15,128 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:40:15,128 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:41:15,131 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:42:15,133 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:43:15,128 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:44:15,138 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:45:15,139 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:46:15,144 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:47:15,148 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:48:15,146 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:49:15,151 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:50:15,967 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:51:17,962 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:52:20,977 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:54:20,968 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:56:20,965 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:57:20,969 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:59:20,957 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:01:20,960 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:02:20,975 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:04:20,964 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:06:21,006 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:08:20,997 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:09:21,000 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:11:21,001 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:13:20,993 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:15:20,994 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:17:20,993 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:19:20,994 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:20:49,163 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:20:55,642 basehttp 17798 6129659904 "GET /en/quality/projects/create/ HTTP/1.1" 200 52778 WARNING 2025-09-01 01:20:55,661 log 17798 6129659904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:20:55,661 basehttp 17798 6129659904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:20:55,757 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:21:18,761 basehttp 17798 6129659904 "GET /en/quality/projects/ HTTP/1.1" 200 46287 WARNING 2025-09-01 01:21:18,779 log 17798 6129659904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:21:18,780 basehttp 17798 6129659904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:21:18,871 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 01:21:22,402 log 17798 6129659904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:21:22,402 basehttp 17798 6129659904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 01:21:22,414 log 17798 6129659904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:21:22,414 basehttp 17798 6129659904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 01:21:22,987 log 17798 6129659904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:21:22,987 basehttp 17798 6129659904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 01:21:22,999 log 17798 6129659904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:21:22,999 basehttp 17798 6129659904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 01:21:23,600 log 17798 6129659904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:21:23,600 basehttp 17798 6129659904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 01:21:27,004 log 17798 6129659904 Internal Server Error: /en/quality/risks/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: quality/risk_assessment_form.html ERROR 2025-09-01 01:21:27,005 basehttp 17798 6129659904 "GET /en/quality/risks/create/ HTTP/1.1" 500 83699 WARNING 2025-09-01 01:21:27,023 log 17798 6129659904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:21:27,023 basehttp 17798 6129659904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:22:12,881 autoreload 17798 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py changed, reloading. INFO 2025-09-01 01:22:13,333 autoreload 46209 8466948288 Watching for file changes with StatReloader ERROR 2025-09-01 01:22:14,179 log 46209 6190198784 Internal Server Error: /en/quality/risks/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'mul' ERROR 2025-09-01 01:22:14,183 basehttp 46209 6190198784 "GET /en/quality/risks/create/ HTTP/1.1" 500 299946 WARNING 2025-09-01 01:22:14,194 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:22:14,195 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 01:22:16,369 log 46209 6190198784 Internal Server Error: /en/quality/risks/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'mul' ERROR 2025-09-01 01:22:16,371 basehttp 46209 6190198784 "GET /en/quality/risks/create/ HTTP/1.1" 500 299946 WARNING 2025-09-01 01:22:16,384 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:22:16,384 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 01:22:34,289 log 46209 6190198784 Internal Server Error: /en/quality/risks/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 749, in resolve new_obj = func(obj, *arg_vals) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/templatetags/custom_filters.py", line 12, in mul return value * arg ~~~~~~^~~~~ TypeError: can't multiply sequence by non-int of type 'str' ERROR 2025-09-01 01:22:34,296 basehttp 46209 6190198784 "GET /en/quality/risks/create/ HTTP/1.1" 500 193837 WARNING 2025-09-01 01:22:34,314 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:22:34,320 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 01:24:05,554 log 46209 6190198784 Internal Server Error: /en/quality/risks/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'int' object is not iterable ERROR 2025-09-01 01:24:05,556 basehttp 46209 6190198784 "GET /en/quality/risks/create/ HTTP/1.1" 500 162239 WARNING 2025-09-01 01:24:05,569 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:24:05,570 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 01:33:15,465 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:33:15,466 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:33:16,829 basehttp 46209 6190198784 "GET /en/quality/ HTTP/1.1" 200 38043 WARNING 2025-09-01 01:33:16,840 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:33:16,840 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:33:16,887 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:33:16,889 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 ERROR 2025-09-01 01:33:20,428 log 46209 6207025152 Internal Server Error: /en/quality/risks/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'int' object is not iterable ERROR 2025-09-01 01:33:20,431 basehttp 46209 6207025152 "GET /en/quality/risks/create/ HTTP/1.1" 500 162102 WARNING 2025-09-01 01:33:20,446 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:33:20,446 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:34:00,595 basehttp 46209 6207025152 "GET /en/quality/risks/create/ HTTP/1.1" 200 40782 WARNING 2025-09-01 01:34:00,614 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:34:00,614 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:34:00,670 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:34:52,803 basehttp 46209 6207025152 "GET /en/quality/risks/create/ HTTP/1.1" 200 40782 WARNING 2025-09-01 01:34:52,813 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:34:52,814 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:34:52,863 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:35:17,393 basehttp 46209 6207025152 "GET /en/quality/risks/create/ HTTP/1.1" 200 58042 WARNING 2025-09-01 01:35:17,412 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:35:17,413 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:35:17,472 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 01:35:23,938 log 46209 6223851520 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-01 01:35:23,939 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 01:35:23,939 basehttp 46209 6223851520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:35:23,941 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 WARNING 2025-09-01 01:35:23,952 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:35:23,952 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:35:25,785 basehttp 46209 6207025152 "GET /en/quality/risks/create/ HTTP/1.1" 200 58042 WARNING 2025-09-01 01:35:25,803 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:35:25,804 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:35:25,868 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 01:35:28,739 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:35:28,739 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 01:35:28,749 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:35:28,749 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:35:53,948 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:35:58,279 basehttp 46209 6207025152 "GET /en/quality/projects/create/ HTTP/1.1" 200 52778 WARNING 2025-09-01 01:35:58,291 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:35:58,291 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:35:58,347 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 01:36:01,633 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:36:01,633 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 01:36:01,650 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:36:01,650 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:36:03,807 basehttp 46209 6207025152 "GET /en/quality/indicators/create/ HTTP/1.1" 200 37399 WARNING 2025-09-01 01:36:03,828 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:36:03,829 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:36:03,883 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 01:36:07,593 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:36:07,593 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 01:36:07,603 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:36:07,603 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:36:23,918 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:36:23,932 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:36:53,939 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:37:23,910 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:37:23,931 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:37:53,942 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:38:23,921 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:38:23,936 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:38:53,951 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:39:23,923 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:39:23,946 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:39:53,956 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:40:23,926 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:40:23,950 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:40:53,958 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:41:23,930 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:41:23,951 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:41:53,967 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:42:23,932 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:42:23,955 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:42:53,962 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:43:23,932 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:43:23,959 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:43:53,970 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:44:23,935 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:44:23,963 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:44:53,973 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:45:23,934 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:45:23,964 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:45:53,987 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:46:25,022 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:46:25,023 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:46:56,014 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:02:53,809 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:02:53,810 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:04:16,815 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:04:16,816 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:05:16,793 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:06:16,803 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:06:16,804 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:07:16,799 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:08:16,814 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:08:16,814 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:09:16,801 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:10:16,808 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:10:16,810 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:11:16,796 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:12:16,812 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:12:16,813 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:13:16,802 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:14:16,808 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:14:16,812 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:15:16,799 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:16:16,815 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:16:16,815 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:17:16,798 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:18:16,816 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:18:16,817 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:19:16,806 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:20:16,815 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:20:16,816 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:21:16,806 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:22:16,812 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:22:16,814 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:23:16,808 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:24:16,818 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:24:16,819 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:25:16,804 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:26:16,816 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:26:16,817 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:27:16,806 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:28:16,814 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:28:16,815 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:29:16,803 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:30:16,830 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:30:16,831 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:31:16,812 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:32:16,822 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:32:16,823 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:33:16,776 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:34:16,771 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:34:16,771 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:35:16,776 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:36:16,785 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:36:16,787 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:37:16,778 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:38:16,784 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:38:16,785 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:39:16,773 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:40:16,785 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:40:16,786 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:41:16,773 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:42:16,787 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:42:16,788 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:43:16,777 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:44:16,780 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:44:16,784 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:45:16,772 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:46:16,788 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:46:16,790 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:47:16,771 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 03:03:42,860 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 03:03:42,861 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 03:22:00,566 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 03:38:59,997 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 03:38:59,998 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 03:39:59,995 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 03:41:00,005 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 03:41:00,006 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 03:42:00,002 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 03:47:27,346 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 03:47:27,348 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 03:48:27,320 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 03:49:27,334 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 03:49:27,335 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:07:14,752 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:08:14,798 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 04:08:14,800 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:09:14,791 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:10:14,808 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 04:10:14,810 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:11:14,794 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:12:14,816 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 04:12:14,817 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:13:14,802 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:14:14,819 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 04:14:14,820 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:15:14,806 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:16:14,820 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 04:16:14,822 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:33:32,311 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:34:32,354 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 04:34:32,354 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:35:32,283 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:36:32,294 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 04:36:32,295 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:49:01,543 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:50:01,543 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 04:50:01,544 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:51:01,536 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:52:01,550 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 04:52:01,553 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:53:01,542 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:54:01,544 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 04:54:01,545 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:55:01,545 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:56:01,550 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 04:56:01,551 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:57:01,546 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:58:01,550 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 04:58:01,551 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:59:01,532 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:00:01,554 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:00:01,556 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:01:01,536 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:02:01,552 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:02:01,554 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:03:01,536 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:04:01,551 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:04:01,551 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:05:01,584 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:06:01,582 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:06:01,583 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:07:01,582 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:08:01,587 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:08:01,588 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:09:01,584 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:10:01,589 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:10:01,591 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:11:01,598 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:12:01,591 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:12:01,591 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:13:01,591 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:14:01,590 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:14:01,592 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:15:01,585 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:16:01,601 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:16:01,603 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:17:01,590 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:18:01,605 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:18:01,607 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:19:01,594 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:20:01,490 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:20:01,491 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:21:01,499 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:22:01,485 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:22:01,488 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:23:01,492 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:24:01,489 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:24:01,490 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:25:01,493 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:26:01,493 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:26:01,493 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:27:01,473 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:28:01,483 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:28:01,483 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:29:01,467 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:30:01,487 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:30:01,488 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:31:01,480 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:32:01,490 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:32:01,491 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:33:01,475 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:34:01,485 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:34:01,487 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:35:01,467 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:36:01,488 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:36:01,489 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:37:01,467 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:38:01,486 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:38:01,488 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:39:01,475 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:40:01,480 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:40:01,482 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:41:01,473 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:42:01,485 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:42:01,486 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:43:01,473 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:44:01,484 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:44:01,485 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:45:01,469 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:46:01,480 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:46:01,481 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:47:01,473 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:48:01,478 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:48:01,480 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:04:03,968 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:20:53,311 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 06:20:53,313 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:37:36,763 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:38:36,774 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 06:38:36,775 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:39:36,752 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:40:36,752 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 06:40:36,753 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:41:36,748 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:42:36,752 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 06:42:36,755 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:43:36,744 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:44:36,766 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 06:44:36,767 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:45:36,754 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:46:36,760 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 06:46:36,761 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:47:36,750 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:48:36,763 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 06:48:36,765 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:49:36,747 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:50:36,747 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 06:50:36,750 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:51:36,743 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:52:36,757 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 06:52:36,758 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:53:36,616 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:54:36,623 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 06:54:36,624 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:55:36,615 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:56:36,617 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 06:56:36,617 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:57:36,608 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:58:36,626 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 06:58:36,627 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:59:36,601 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:00:36,615 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:00:36,616 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:01:36,603 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:02:36,618 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:02:36,619 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:03:36,611 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:04:36,608 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:04:36,608 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:05:36,604 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:06:36,610 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:06:36,611 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:07:36,601 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:08:36,582 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:08:36,585 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:09:36,577 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:10:36,588 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:10:36,589 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:11:36,571 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:12:36,587 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:12:36,589 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:13:36,576 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:14:36,597 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:14:36,599 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:15:36,567 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:16:36,583 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:16:36,584 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:17:36,569 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:18:36,578 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:18:36,580 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:19:36,563 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:20:36,576 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:20:36,577 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:21:36,567 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:22:36,560 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:22:36,561 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:23:36,474 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:24:36,477 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:24:36,479 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:25:36,483 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:26:36,468 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:26:36,469 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:27:36,464 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:28:36,464 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:28:36,465 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:29:36,458 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:30:36,469 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:30:36,470 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:31:36,466 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:32:36,472 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:32:36,473 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:33:36,447 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:34:36,459 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:34:36,461 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:35:36,441 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:36:36,452 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:36:36,453 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:37:36,448 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:49:37,876 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:49:37,877 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 08:07:20,324 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 08:16:30,040 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 08:16:30,041 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 08:32:33,087 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 08:49:16,513 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 08:49:16,515 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 08:50:16,497 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 08:51:16,506 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 08:51:16,507 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 08:52:16,500 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 08:53:16,504 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 08:53:16,506 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 08:54:16,491 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 08:55:16,500 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 08:55:16,502 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 08:56:16,489 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 08:57:16,504 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 08:57:16,505 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 08:58:16,491 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 08:59:16,510 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 08:59:16,511 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:00:16,481 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:01:16,487 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:01:16,489 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:02:16,488 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:03:16,482 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:03:16,483 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:04:16,492 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:05:16,531 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:05:16,532 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:06:16,504 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:07:16,511 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:07:16,513 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:08:16,514 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:09:16,524 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:09:16,525 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:10:16,514 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:11:16,516 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:11:16,519 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:12:16,506 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:13:16,509 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:13:16,511 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:14:16,509 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:15:16,514 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:15:16,517 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:16:16,514 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:17:16,521 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:17:16,522 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:18:16,504 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:19:16,517 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:19:16,518 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:20:16,507 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:21:16,509 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:21:16,510 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:22:16,512 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:23:16,504 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:23:16,506 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:24:16,505 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:25:16,512 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:25:16,515 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:26:16,501 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:27:16,514 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:27:16,515 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:28:16,505 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:29:16,509 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:29:16,513 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:30:16,499 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:31:16,508 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:31:16,510 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:32:16,496 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:33:16,511 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:33:16,512 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:34:16,498 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:35:16,482 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:35:16,485 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:36:16,460 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:37:16,463 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:37:16,463 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:38:16,458 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:39:45,115 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:39:45,118 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:41:07,313 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:07:52,243 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:07:52,253 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:34:51,698 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:35:51,694 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:35:51,696 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:36:51,687 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:37:51,697 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:37:51,701 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:38:51,697 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:39:51,707 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:39:51,709 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:40:51,690 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:41:51,701 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:41:51,703 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:42:51,693 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:43:51,700 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:43:51,702 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:44:51,694 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:45:51,705 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:45:51,706 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:46:51,700 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:47:51,708 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:47:51,709 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:48:29,286 basehttp 46209 6190198784 "GET /en/quality/incidents/create/ HTTP/1.1" 200 40001 INFO 2025-09-01 10:48:29,299 basehttp 46209 6207025152 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-09-01 10:48:29,305 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 10:48:29,305 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 10:48:29,392 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 10:48:38,062 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 10:48:38,068 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 10:48:38,067 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 WARNING 2025-09-01 10:48:38,081 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 10:48:38,081 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 10:48:39,473 basehttp 46209 6207025152 "GET /en/quality/measurements/create/ HTTP/1.1" 200 71159 WARNING 2025-09-01 10:48:39,494 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 10:48:39,494 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 10:48:39,588 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:48:52,795 basehttp 46209 6207025152 "POST /en/quality/measurements/create/ HTTP/1.1" 200 72154 INFO 2025-09-01 10:49:00,370 basehttp 46209 6207025152 "POST /en/quality/measurements/create/ HTTP/1.1" 200 72154 WARNING 2025-09-01 10:49:15,117 log 46209 6223851520 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-01 10:49:15,118 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 10:49:15,119 basehttp 46209 6223851520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 10:49:15,121 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:49:15,121 basehttp 46209 6223851520 - Broken pipe from ('127.0.0.1', 58725) WARNING 2025-09-01 10:49:15,125 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 10:49:15,125 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 10:49:45,097 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:50:15,097 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:50:15,100 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:50:45,110 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:51:15,122 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:51:15,123 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:51:45,108 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:52:15,124 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:52:15,125 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:52:45,114 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:53:15,130 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:53:15,132 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:53:45,127 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:54:15,130 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:54:15,133 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:54:45,134 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:55:15,121 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:55:15,127 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:55:45,138 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:56:15,133 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:56:15,137 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:56:45,142 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:57:15,129 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:57:15,138 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:58:07,185 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:58:37,190 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:58:38,178 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:59:08,181 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:59:37,186 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:59:38,184 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 11:00:08,183 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 11:00:37,194 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:00:38,193 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 11:01:08,196 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 11:01:37,196 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:01:38,190 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 11:02:08,203 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 11:02:37,201 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:02:38,207 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 11:03:08,214 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 11:03:37,205 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:03:38,218 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 11:03:50,731 basehttp 46209 6190198784 "GET /en/quality/incidents/create/ HTTP/1.1" 200 40001 WARNING 2025-09-01 11:03:50,750 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:03:50,750 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:03:50,810 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:04:50,819 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:05:50,822 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 11:06:22,823 log 46209 6223851520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:06:22,824 basehttp 46209 6223851520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:06:22,825 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 11:06:22,834 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 11:06:22,841 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:06:22,841 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:06:24,495 basehttp 46209 6190198784 "GET /en/quality/indicators/create/ HTTP/1.1" 200 37399 WARNING 2025-09-01 11:06:24,512 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:06:24,512 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:06:24,559 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 11:06:35,452 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:06:35,452 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 11:06:35,463 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:06:35,463 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:06:37,213 basehttp 46209 6190198784 "GET /en/quality/measurements/create/ HTTP/1.1" 200 71159 WARNING 2025-09-01 11:06:37,230 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:06:37,230 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:06:37,296 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:06:42,776 basehttp 46209 6190198784 "POST /en/quality/measurements/create/ HTTP/1.1" 200 72154 INFO 2025-09-01 11:06:58,467 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 WARNING 2025-09-01 11:06:58,468 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:06:58,468 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 11:06:58,479 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:06:58,480 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:07:00,638 basehttp 46209 6207025152 "GET /en/quality/projects/create/ HTTP/1.1" 200 52778 WARNING 2025-09-01 11:07:00,656 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:07:00,657 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:07:00,719 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 11:07:46,657 log 46209 6223851520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:07:46,659 basehttp 46209 6223851520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:07:46,659 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:07:46,661 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 WARNING 2025-09-01 11:07:46,669 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:07:46,670 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:07:48,496 basehttp 46209 6190198784 "GET /en/quality/incidents/ HTTP/1.1" 200 25140 WARNING 2025-09-01 11:07:48,514 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:07:48,514 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:07:48,570 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 11:07:50,293 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:07:50,294 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 11:07:50,302 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:07:50,305 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 11:07:52,230 log 46209 6190198784 Internal Server Error: /en/quality/indicators/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py", line 178, in get_queryset return queryset.order_by('category', 'indicator_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'indicator_name' into field. Choices are: calculation_method, category, created_at, current_value, data_source, description, frequency, id, is_active, measurement_unit, measurements, name, regulatory_requirement, responsible_department, responsible_department_id, responsible_user, responsible_user_id, target_value, tenant, tenant_id, threshold_critical, threshold_warning, type, updated_at ERROR 2025-09-01 11:07:52,232 basehttp 46209 6190198784 "GET /en/quality/indicators/ HTTP/1.1" 500 103228 WARNING 2025-09-01 11:07:52,252 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:07:52,252 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:13:31,841 autoreload 46209 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py changed, reloading. INFO 2025-09-01 11:13:32,314 autoreload 82370 8466948288 Watching for file changes with StatReloader ERROR 2025-09-01 11:13:57,018 log 82370 6167588864 Internal Server Error: /en/quality/indicators/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'measurement_frequency' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py", line 184, in get_context_data 'frequencies': QualityIndicator._meta.get_field('measurement_frequency').choices, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: QualityIndicator has no field named 'measurement_frequency' ERROR 2025-09-01 11:13:57,021 basehttp 82370 6167588864 "GET /en/quality/indicators/ HTTP/1.1" 500 94659 WARNING 2025-09-01 11:13:57,033 log 82370 6167588864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:13:57,034 basehttp 82370 6167588864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:14:37,852 autoreload 82370 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py changed, reloading. INFO 2025-09-01 11:14:38,165 autoreload 82934 8466948288 Watching for file changes with StatReloader ERROR 2025-09-01 11:14:38,450 log 82934 6168506368 Internal Server Error: /en/quality/indicators/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'calculate_indicator' not found. 'calculate_indicator' is not a valid view function or pattern name. ERROR 2025-09-01 11:14:38,454 basehttp 82934 6168506368 "GET /en/quality/indicators/ HTTP/1.1" 500 182322 WARNING 2025-09-01 11:14:38,469 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:14:38,469 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 11:16:27,075 log 82934 6168506368 Internal Server Error: /en/quality/indicators/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_calculate_indicators' not found. 'bulk_calculate_indicators' is not a valid view function or pattern name. ERROR 2025-09-01 11:16:27,080 basehttp 82934 6168506368 "GET /en/quality/indicators/ HTTP/1.1" 500 184998 WARNING 2025-09-01 11:16:27,092 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:16:27,092 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 11:17:32,669 log 82934 6168506368 Internal Server Error: /en/quality/indicators/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'create_indicator' not found. 'create_indicator' is not a valid view function or pattern name. ERROR 2025-09-01 11:17:32,674 basehttp 82934 6168506368 "GET /en/quality/indicators/ HTTP/1.1" 500 193525 WARNING 2025-09-01 11:17:32,686 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:17:32,686 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:17:48,936 basehttp 82934 6168506368 "GET /en/quality/indicators/ HTTP/1.1" 200 40969 WARNING 2025-09-01 11:17:48,949 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:17:48,949 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:17:48,990 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:18:04,529 basehttp 82934 6168506368 "GET /en/quality/indicators/?performance=critical HTTP/1.1" 200 40969 INFO 2025-09-01 11:18:14,072 basehttp 82934 6168506368 "GET /en/quality/ HTTP/1.1" 200 38043 WARNING 2025-09-01 11:18:14,087 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:18:14,087 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:18:44,151 basehttp 82934 6168506368 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 11:18:45,576 basehttp 82934 6168506368 "GET /en/quality/projects/create/ HTTP/1.1" 200 52778 WARNING 2025-09-01 11:18:45,597 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:18:45,597 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:18:45,665 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:18:47,813 basehttp 82934 6168506368 "GET /en/quality/projects/ HTTP/1.1" 200 46287 WARNING 2025-09-01 11:18:47,832 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:18:47,832 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:18:47,902 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 11:18:56,703 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:18:56,703 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 11:18:56,713 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:18:56,713 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 11:19:02,345 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:19:02,345 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 11:19:02,355 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:19:02,356 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:19:11,582 basehttp 82934 6168506368 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-09-01 11:19:11,600 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:19:11,600 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:19:26,313 basehttp 82934 6168506368 "GET /en/inventory/stock/4/ HTTP/1.1" 200 33947 WARNING 2025-09-01 11:19:26,338 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:19:26,338 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:19:26,401 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 11:19:39,190 basehttp 82934 13572796416 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-09-01 11:19:39,194 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:19:39,194 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 11:19:39,206 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:19:39,207 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 11:19:40,327 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:19:40,327 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:19:58,910 basehttp 82934 6168506368 "GET /en/inventory/items/create/ HTTP/1.1" 200 48974 WARNING 2025-09-01 11:19:58,927 basehttp 82934 13572796416 "GET /static/assets/plugins/select2/dist/js/select2.min.js HTTP/1.1" 404 2062 WARNING 2025-09-01 11:19:58,927 basehttp 82934 13589622784 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-09-01 11:19:58,929 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:19:58,930 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 11:19:58,931 basehttp 82934 13572796416 "GET /static/assets/plugins/jquery-file-upload/js/jquery.fileupload.js HTTP/1.1" 404 2098 INFO 2025-09-01 11:19:58,990 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:20:17,633 basehttp 82934 6168506368 "GET /en/inventory/items/create/ HTTP/1.1" 200 48974 INFO 2025-09-01 11:20:17,648 basehttp 82934 13606449152 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-01 11:20:17,651 basehttp 82934 13623275520 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-09-01 11:20:17,652 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:20:17,653 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:20:17,654 basehttp 82934 13640101888 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-01 11:20:17,657 basehttp 82934 13640101888 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-01 11:20:17,660 basehttp 82934 13572796416 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-01 11:20:17,663 basehttp 82934 6168506368 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-09-01 11:20:17,665 basehttp 82934 6168506368 "GET /static/assets/plugins/select2/dist/js/select2.min.js HTTP/1.1" 404 2062 INFO 2025-09-01 11:20:17,667 basehttp 82934 13623275520 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 WARNING 2025-09-01 11:20:17,669 basehttp 82934 6168506368 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-09-01 11:20:17,671 basehttp 82934 13623275520 "GET /static/assets/plugins/jquery-file-upload/js/jquery.fileupload.js HTTP/1.1" 404 2098 INFO 2025-09-01 11:20:17,671 basehttp 82934 13589622784 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-01 11:20:17,672 basehttp 82934 13572796416 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-01 11:20:17,674 basehttp 82934 13606449152 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-01 11:20:17,679 basehttp 82934 13640101888 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-01 11:20:17,864 basehttp 82934 13640101888 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-01 11:20:17,881 basehttp 82934 13640101888 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-01 11:20:17,882 basehttp 82934 6168506368 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-01 11:20:17,882 basehttp 82934 13606449152 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-01 11:20:17,883 basehttp 82934 13572796416 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-01 11:20:17,884 basehttp 82934 13589622784 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-01 11:20:17,886 basehttp 82934 13572796416 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-01 11:20:17,887 basehttp 82934 6168506368 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-01 11:20:17,887 basehttp 82934 13606449152 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-01 11:20:17,888 basehttp 82934 13589622784 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-01 11:20:17,889 basehttp 82934 13589622784 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-01 11:20:17,890 basehttp 82934 13623275520 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-01 11:20:17,891 basehttp 82934 13606449152 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-01 11:20:17,894 basehttp 82934 6168506368 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-01 11:20:17,894 basehttp 82934 13623275520 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-01 11:20:17,895 basehttp 82934 13589622784 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-01 11:20:17,897 basehttp 82934 13606449152 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-01 11:20:17,900 basehttp 82934 6168506368 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-01 11:20:17,901 basehttp 82934 13640101888 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-01 11:20:17,902 basehttp 82934 13606449152 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-01 11:20:17,903 basehttp 82934 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:20:17,903 basehttp 82934 13623275520 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-01 11:20:17,903 basehttp 82934 13589622784 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-01 11:20:17,904 basehttp 82934 6168506368 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-01 11:20:17,904 basehttp 82934 13640101888 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-09-01 11:20:18,005 log 82934 13640101888 Not Found: /favicon.ico WARNING 2025-09-01 11:20:18,005 basehttp 82934 13640101888 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-01 11:21:17,900 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:22:17,911 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:22:26,697 basehttp 82934 13640101888 "GET /en/inventory/items/ HTTP/1.1" 200 73450 INFO 2025-09-01 11:22:26,707 basehttp 82934 13589622784 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-01 11:22:26,708 basehttp 82934 6168506368 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-01 11:22:26,711 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:22:26,711 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:22:57,827 basehttp 82934 13640101888 "GET /en/inventory/ HTTP/1.1" 200 50251 WARNING 2025-09-01 11:22:57,843 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:22:57,843 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:22:57,870 basehttp 82934 13640101888 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-01 11:22:57,899 basehttp 82934 13640101888 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-01 11:23:07,660 basehttp 82934 13640101888 "GET /en/inventory/items/ HTTP/1.1" 200 73450 WARNING 2025-09-01 11:23:07,676 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:23:07,677 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:23:07,741 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 11:23:10,125 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:23:10,125 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 11:23:10,134 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:23:10,136 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:23:10,139 basehttp 82934 6168506368 "GET /en/inventory/ HTTP/1.1" 200 50251 INFO 2025-09-01 11:23:11,267 basehttp 82934 6168506368 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 INFO 2025-09-01 11:23:11,280 basehttp 82934 13640101888 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-01 11:23:11,280 basehttp 82934 13589622784 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-01 11:23:11,281 basehttp 82934 13606449152 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-01 11:23:11,282 basehttp 82934 13623275520 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 WARNING 2025-09-01 11:23:11,285 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:23:11,286 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:23:11,287 basehttp 82934 13623275520 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-01 11:23:11,287 basehttp 82934 13589622784 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-01 11:23:11,288 basehttp 82934 13640101888 "GET /static/plugins/dropzone/src/options.js HTTP/1.1" 200 23721 INFO 2025-09-01 11:23:11,353 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 11:23:21,588 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:23:21,588 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 11:23:21,613 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:23:21,613 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:23:24,031 basehttp 82934 13640101888 "GET /en/inventory/orders/ HTTP/1.1" 200 71954 INFO 2025-09-01 11:23:24,047 basehttp 82934 13589622784 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-09-01 11:23:24,047 basehttp 82934 13623275520 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 WARNING 2025-09-01 11:23:24,051 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:23:24,051 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:23:24,112 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:23:55,796 basehttp 82934 13640101888 "GET /en/inventory/orders/2/ HTTP/1.1" 200 49893 WARNING 2025-09-01 11:23:55,812 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:23:55,812 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:23:55,854 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:24:55,867 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:25:55,864 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:26:55,877 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:27:55,878 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:28:54,856 basehttp 82934 13640101888 "GET /en/inventory/orders/2/ HTTP/1.1" 200 49894 WARNING 2025-09-01 11:28:54,871 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:28:54,871 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:28:54,925 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:29:12,704 basehttp 82934 13640101888 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68760 WARNING 2025-09-01 11:29:12,719 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:29:12,719 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:29:12,777 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:30:12,793 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:31:12,785 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:32:01,444 basehttp 82934 13640101888 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68896 WARNING 2025-09-01 11:32:01,458 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:32:01,458 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:32:01,511 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:32:32,202 basehttp 82934 13640101888 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68896 WARNING 2025-09-01 11:32:32,211 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:32:32,212 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:32:32,261 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:32:42,381 basehttp 82934 13640101888 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68776 WARNING 2025-09-01 11:32:42,392 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:32:42,392 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:32:42,434 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:33:02,463 basehttp 82934 13640101888 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68776 WARNING 2025-09-01 11:33:02,477 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:33:02,477 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:33:02,529 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:33:33,125 basehttp 82934 13640101888 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68944 WARNING 2025-09-01 11:33:33,141 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:33:33,141 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:33:33,194 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:33:56,215 basehttp 82934 13640101888 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68776 WARNING 2025-09-01 11:33:56,228 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:33:56,228 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:33:56,285 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:34:56,167 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:35:13,547 basehttp 82934 13640101888 "GET /en/inventory/orders/2/ HTTP/1.1" 200 69046 WARNING 2025-09-01 11:35:13,559 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:35:13,560 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:35:13,622 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:35:37,038 basehttp 82934 13640101888 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68776 WARNING 2025-09-01 11:35:37,050 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:35:37,050 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:35:37,108 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:36:11,821 basehttp 82934 13640101888 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68776 WARNING 2025-09-01 11:36:11,831 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:36:11,831 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:36:11,883 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:37:09,017 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68776 WARNING 2025-09-01 11:37:09,030 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:37:09,030 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:37:09,086 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:38:05,363 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68776 WARNING 2025-09-01 11:38:05,376 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:38:05,376 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:38:05,432 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:38:41,174 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68798 WARNING 2025-09-01 11:38:41,187 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:38:41,187 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:38:41,240 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:39:11,211 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68470 WARNING 2025-09-01 11:39:11,223 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:39:11,223 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:39:11,280 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:39:26,209 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68350 WARNING 2025-09-01 11:39:26,220 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:39:26,220 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:39:26,269 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:40:02,510 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68350 WARNING 2025-09-01 11:40:02,527 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:40:02,527 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:40:02,580 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:40:28,277 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68350 WARNING 2025-09-01 11:40:28,291 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:40:28,292 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:40:28,343 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:40:57,050 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68516 WARNING 2025-09-01 11:40:57,065 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:40:57,065 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:40:57,122 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:41:10,476 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 69012 WARNING 2025-09-01 11:41:10,492 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:41:10,492 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:41:10,547 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:41:29,169 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68932 WARNING 2025-09-01 11:41:29,181 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:41:29,181 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:41:29,240 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:41:46,156 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 69015 WARNING 2025-09-01 11:41:46,168 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:41:46,168 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:41:46,224 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:42:46,239 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:43:41,532 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 69201 WARNING 2025-09-01 11:43:41,546 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:43:41,546 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:43:41,600 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:44:11,394 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68145 WARNING 2025-09-01 11:44:11,410 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:44:11,410 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:44:11,467 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:45:11,471 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:45:49,586 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68143 WARNING 2025-09-01 11:45:49,599 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:45:49,600 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:45:49,654 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:46:23,946 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68279 WARNING 2025-09-01 11:46:23,957 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:46:23,957 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:46:24,007 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:46:44,906 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68215 WARNING 2025-09-01 11:46:44,919 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:46:44,920 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:46:44,977 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:47:44,981 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:48:45,007 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:49:44,990 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:50:44,986 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:51:44,992 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:52:44,991 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:52:53,539 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68919 WARNING 2025-09-01 11:52:53,552 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:52:53,552 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:52:53,609 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:53:02,712 basehttp 82934 6168506368 "GET /en/admin/core/auditlogentry/ HTTP/1.1" 200 128040 INFO 2025-09-01 11:53:02,721 basehttp 82934 13572796416 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-01 11:53:02,722 basehttp 82934 13589622784 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-01 11:53:02,722 basehttp 82934 13606449152 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-01 11:53:02,723 basehttp 82934 6168506368 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-01 11:53:02,723 basehttp 82934 13623275520 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-01 11:53:02,724 basehttp 82934 13572796416 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-01 11:53:02,724 basehttp 82934 6168506368 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-01 11:53:02,725 basehttp 82934 13606449152 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-01 11:53:02,725 basehttp 82934 13623275520 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-01 11:53:02,727 basehttp 82934 13606449152 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-01 11:53:02,728 basehttp 82934 6168506368 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-01 11:53:02,728 basehttp 82934 13572796416 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-01 11:53:02,732 basehttp 82934 13589622784 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-01 11:53:02,732 basehttp 82934 13606449152 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-01 11:53:02,732 basehttp 82934 13623275520 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-01 11:53:02,734 basehttp 82934 13640101888 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-01 11:53:02,734 basehttp 82934 13623275520 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-01 11:53:02,735 basehttp 82934 13640101888 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-01 11:53:02,759 basehttp 82934 13640101888 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-01 11:53:02,759 basehttp 82934 13623275520 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-01 11:53:02,760 basehttp 82934 13589622784 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-01 11:53:02,760 basehttp 82934 13623275520 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-01 11:53:11,029 basehttp 82934 13623275520 "GET /en/admin/inventory/purchaseorderitem/ HTTP/1.1" 200 99627 INFO 2025-09-01 11:53:11,044 basehttp 82934 13623275520 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-01 11:53:23,616 basehttp 82934 13623275520 "GET /en/admin/inventory/purchaseorderitem/42/change/ HTTP/1.1" 200 87462 INFO 2025-09-01 11:53:23,628 basehttp 82934 13572796416 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-01 11:53:23,628 basehttp 82934 13640101888 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-01 11:53:23,629 basehttp 82934 13623275520 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-01 11:53:23,629 basehttp 82934 13606449152 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-01 11:53:23,630 basehttp 82934 13623275520 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-01 11:53:23,631 basehttp 82934 13623275520 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-01 11:53:23,632 basehttp 82934 13623275520 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-01 11:53:23,634 basehttp 82934 13589622784 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-01 11:53:23,648 basehttp 82934 13589622784 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-01 11:53:28,927 basehttp 82934 13589622784 "POST /en/admin/inventory/purchaseorderitem/42/change/ HTTP/1.1" 302 0 INFO 2025-09-01 11:53:28,959 basehttp 82934 13589622784 "GET /en/admin/inventory/purchaseorderitem/ HTTP/1.1" 200 99873 INFO 2025-09-01 11:53:28,973 basehttp 82934 13589622784 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-01 11:53:28,981 basehttp 82934 13589622784 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-01 11:53:54,060 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:54:29,194 basehttp 82934 13589622784 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68943 WARNING 2025-09-01 11:54:29,208 log 82934 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:54:29,208 basehttp 82934 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:54:29,266 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:54:55,627 basehttp 82934 13589622784 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68207 WARNING 2025-09-01 11:54:55,641 log 82934 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:54:55,641 basehttp 82934 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:54:55,696 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:55:53,612 basehttp 82934 13589622784 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68351 WARNING 2025-09-01 11:55:53,627 log 82934 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:55:53,627 basehttp 82934 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:55:53,680 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:56:35,706 basehttp 82934 13589622784 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68351 WARNING 2025-09-01 11:56:35,718 log 82934 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:56:35,719 basehttp 82934 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:56:35,775 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:57:35,786 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:57:47,296 basehttp 82934 13589622784 "GET /en/inventory/orders/2/ HTTP/1.1" 200 59484 WARNING 2025-09-01 11:57:47,307 log 82934 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:57:47,308 basehttp 82934 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:57:47,350 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:58:08,733 basehttp 82934 13589622784 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68319 WARNING 2025-09-01 11:58:08,747 log 82934 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:58:08,747 basehttp 82934 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:58:08,801 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:59:08,805 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:59:39,738 basehttp 82934 13589622784 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68032 WARNING 2025-09-01 11:59:39,753 log 82934 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:59:39,753 basehttp 82934 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:59:39,808 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:00:07,413 basehttp 82934 13589622784 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68319 WARNING 2025-09-01 12:00:07,427 log 82934 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:00:07,427 basehttp 82934 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:00:07,501 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:00:22,325 basehttp 82934 13589622784 "GET /en/inventory/orders/ HTTP/1.1" 200 71954 WARNING 2025-09-01 12:00:22,341 log 82934 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:00:22,341 basehttp 82934 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:00:22,398 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:00:49,548 basehttp 82934 13589622784 "GET /en/inventory/ HTTP/1.1" 200 50251 WARNING 2025-09-01 12:00:49,566 log 82934 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:00:49,566 basehttp 82934 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:00:49,621 basehttp 82934 13589622784 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-01 12:01:19,634 basehttp 82934 13589622784 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-01 12:01:41,207 basehttp 82934 13589622784 "GET /en/system-configuration/ HTTP/1.1" 200 59904 WARNING 2025-09-01 12:01:41,227 log 82934 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:01:41,227 basehttp 82934 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:01:43,161 basehttp 82934 13589622784 "GET / HTTP/1.1" 302 0 INFO 2025-09-01 12:01:43,185 basehttp 82934 6168506368 "GET /en/ HTTP/1.1" 200 47431 WARNING 2025-09-01 12:01:43,202 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:01:43,202 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:01:43,284 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:01:43,288 basehttp 82934 13606449152 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 12:01:43,290 basehttp 82934 13589622784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 12:01:43,290 basehttp 82934 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 12:01:46,688 basehttp 82934 13572796416 "GET /en/ HTTP/1.1" 200 47431 WARNING 2025-09-01 12:01:46,703 log 82934 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:01:46,703 basehttp 82934 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:01:46,801 basehttp 82934 6168506368 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 12:01:46,802 basehttp 82934 13606449152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 12:01:46,803 basehttp 82934 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:01:46,806 basehttp 82934 13589622784 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 12:01:49,905 basehttp 82934 13589622784 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 47078 WARNING 2025-09-01 12:01:49,928 log 82934 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:01:49,928 basehttp 82934 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:01:49,978 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:02:49,990 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:03:49,996 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-01 12:03:51,083 log 82934 13589622784 Internal Server Error: /en/laboratory/tests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_create' with arguments '(4,)' not found. 1 pattern(s) tried: ['en/laboratory/tests/create/\\Z'] ERROR 2025-09-01 12:03:51,084 basehttp 82934 13589622784 "GET /en/laboratory/tests/ HTTP/1.1" 500 242419 WARNING 2025-09-01 12:03:51,101 log 82934 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:03:51,101 basehttp 82934 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:05:02,835 autoreload 82934 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/urls.py changed, reloading. INFO 2025-09-01 12:05:03,283 autoreload 5513 8466948288 Watching for file changes with StatReloader ERROR 2025-09-01 12:05:04,430 log 5513 6204747776 Internal Server Error: /en/laboratory/tests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_create' with no arguments not found. 1 pattern(s) tried: ['en/laboratory/tests/create/(?P[0-9]+)/\\Z'] ERROR 2025-09-01 12:05:04,431 basehttp 5513 6204747776 "GET /en/laboratory/tests/ HTTP/1.1" 500 200504 WARNING 2025-09-01 12:05:04,441 log 5513 6204747776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:05:04,442 basehttp 5513 6204747776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 12:05:05,705 log 5513 6204747776 Internal Server Error: /en/laboratory/tests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_create' with no arguments not found. 1 pattern(s) tried: ['en/laboratory/tests/create/(?P[0-9]+)/\\Z'] ERROR 2025-09-01 12:05:05,706 basehttp 5513 6204747776 "GET /en/laboratory/tests/ HTTP/1.1" 500 200504 WARNING 2025-09-01 12:05:05,719 log 5513 6204747776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:05:05,719 basehttp 5513 6204747776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:05:34,798 autoreload 5513 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/urls.py changed, reloading. INFO 2025-09-01 12:05:35,154 autoreload 5758 8466948288 Watching for file changes with StatReloader ERROR 2025-09-01 12:05:36,929 log 5758 12918534144 Internal Server Error: /en/laboratory/tests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_create' with arguments '(4,)' not found. 1 pattern(s) tried: ['en/laboratory/tests/create/\\Z'] ERROR 2025-09-01 12:05:36,930 basehttp 5758 12918534144 "GET /en/laboratory/tests/ HTTP/1.1" 500 242556 WARNING 2025-09-01 12:05:36,947 log 5758 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:05:36,948 basehttp 5758 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 12:06:13,712 log 5758 12918534144 Internal Server Error: /en/laboratory/tests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_confirm_delete' not found. 'lab_test_confirm_delete' is not a valid view function or pattern name. ERROR 2025-09-01 12:06:13,713 basehttp 5758 12918534144 "GET /en/laboratory/tests/ HTTP/1.1" 500 241479 WARNING 2025-09-01 12:06:13,726 log 5758 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:06:13,726 basehttp 5758 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:06:29,545 basehttp 5758 12918534144 "GET /en/laboratory/tests/ HTTP/1.1" 200 81433 WARNING 2025-09-01 12:06:29,561 log 5758 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:06:29,561 basehttp 5758 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:06:29,625 basehttp 5758 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-01 12:06:40,406 log 5758 12918534144 Internal Server Error: /en/laboratory/tests/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 165, in get_context_data context['recent_orders'] = LabOrder.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'test' into field. Choices are: clinical_indication, clinical_notes, collection_datetime, collection_location, created_at, diagnosis_code, encounter, encounter_id, fasting_status, id, order_datetime, order_id, order_number, ordering_provider, ordering_provider_id, patient, patient_id, priority, results, special_instructions, specimens, status, tenant, tenant_id, tests, updated_at ERROR 2025-09-01 12:06:40,408 basehttp 5758 12918534144 "GET /en/laboratory/tests/4/ HTTP/1.1" 500 138516 WARNING 2025-09-01 12:06:40,425 log 5758 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:06:40,425 basehttp 5758 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:07:34,707 autoreload 5758 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-09-01 12:07:35,016 autoreload 6630 8466948288 Watching for file changes with StatReloader ERROR 2025-09-01 12:07:35,299 log 6630 6203076608 Internal Server Error: /en/laboratory/tests/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 174, in get_context_data ).order_by('-test_date')[:5] ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'test_date' into field. Choices are: acceptable_range_high, acceptable_range_low, analyzer, comments, control_level, control_lot, control_material, corrective_action, created_at, id, observed_value, performed_by, performed_by_id, qc_id, result, result_id, reviewed_by, reviewed_by_id, run_datetime, status, target_value, tenant, tenant_id, test, test_id, updated_at ERROR 2025-09-01 12:07:35,301 basehttp 6630 6203076608 "GET /en/laboratory/tests/4/ HTTP/1.1" 500 106254 WARNING 2025-09-01 12:07:35,314 log 6630 6203076608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:07:35,314 basehttp 6630 6203076608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:08:07,465 autoreload 6630 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-09-01 12:08:07,807 autoreload 6865 8466948288 Watching for file changes with StatReloader INFO 2025-09-01 12:08:08,888 basehttp 6865 6164328448 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 57898 WARNING 2025-09-01 12:08:08,901 log 6865 6164328448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:08:08,901 basehttp 6865 6164328448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:08:08,963 basehttp 6865 6164328448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:08:23,543 autoreload 6865 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-09-01 12:08:23,918 autoreload 7027 8466948288 Watching for file changes with StatReloader WARNING 2025-09-01 12:08:24,894 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:08:24,894 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:08:24,902 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:08:24,902 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:08:27,027 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 57898 WARNING 2025-09-01 12:08:27,043 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:08:27,043 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:08:27,089 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-01 12:08:36,675 log 7027 6156120064 Internal Server Error: /en/laboratory/orders/859/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/laboratory/tests/(?P[0-9]+)/\\Z'] ERROR 2025-09-01 12:08:36,677 basehttp 7027 6156120064 "GET /en/laboratory/orders/859/ HTTP/1.1" 500 182265 WARNING 2025-09-01 12:08:36,691 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:08:36,691 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:08:55,582 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:08:55,582 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:08:55,610 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:08:55,610 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:09:05,912 basehttp 7027 6156120064 "GET /en/laboratory/orders/?test=4 HTTP/1.1" 200 96049 WARNING 2025-09-01 12:09:05,928 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:09:05,928 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:09:05,988 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-01 12:09:14,664 log 7027 6156120064 Internal Server Error: /en/laboratory/orders/874/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 36, in get_form form_class = self.get_form_class() ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 108, in get_form_class return model_forms.modelform_factory(model, fields=self.fields) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (notes) specified for LabOrder ERROR 2025-09-01 12:09:14,666 basehttp 7027 6156120064 "GET /en/laboratory/orders/874/update/ HTTP/1.1" 500 116282 WARNING 2025-09-01 12:09:14,682 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:09:14,682 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:09:17,391 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:09:17,391 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:09:17,407 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:09:17,407 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:09:19,638 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:09:19,638 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:09:19,651 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:09:19,651 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:09:21,761 basehttp 7027 6156120064 "GET /en/laboratory/quality-control/60/ HTTP/1.1" 200 28215 WARNING 2025-09-01 12:09:21,781 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:09:21,781 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:09:21,831 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 12:09:31,740 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-01 12:09:31,740 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 12:09:31,741 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:09:31,747 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:09:31,747 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:10:31,743 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:11:31,744 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:12:31,746 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:13:27,103 basehttp 7027 6172946432 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 57898 WARNING 2025-09-01 12:13:27,116 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:13:27,116 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:13:27,164 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:14:27,176 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:15:27,180 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:16:27,193 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:17:27,180 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:18:27,185 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:18:27,194 basehttp 7027 6172946432 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 57898 WARNING 2025-09-01 12:18:27,205 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:18:27,205 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:18:27,246 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:19:27,259 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:20:27,962 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:21:28,970 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:22:29,964 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:23:27,971 basehttp 7027 6172946432 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 57898 WARNING 2025-09-01 12:23:27,985 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:23:27,985 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:23:28,045 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:24:28,961 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:25:29,956 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:26:30,953 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:27:31,954 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:28:28,966 basehttp 7027 6172946432 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 57898 WARNING 2025-09-01 12:28:28,978 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:28:28,978 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:28:29,070 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:29:29,955 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:30:30,968 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:31:31,953 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:32:31,964 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:33:29,087 basehttp 7027 6172946432 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 57898 WARNING 2025-09-01 12:33:29,101 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:33:29,101 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:33:29,187 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:34:29,198 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:35:29,193 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 12:36:18,208 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:36:18,208 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:36:22,864 basehttp 7027 6172946432 "GET /en/quality HTTP/1.1" 301 0 INFO 2025-09-01 12:36:22,885 basehttp 7027 6156120064 "GET /en/quality/ HTTP/1.1" 200 38043 WARNING 2025-09-01 12:36:22,897 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:36:22,898 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:36:22,962 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:36:22,964 basehttp 7027 6172946432 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 12:36:24,526 basehttp 7027 6172946432 "GET /en/quality/incidents/create/ HTTP/1.1" 200 40001 WARNING 2025-09-01 12:36:24,546 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:36:24,546 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:36:24,604 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 12:36:29,753 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:36:29,753 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:36:29,765 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:36:29,765 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:36:30,154 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:36:30,154 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:36:30,165 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:36:30,165 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:37:13,530 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:13,531 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:37:13,537 basehttp 7027 6156120064 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 WARNING 2025-09-01 12:37:13,542 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:13,542 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:37:14,235 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:14,235 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:37:14,248 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:14,248 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:37:18,350 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:18,350 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:37:18,357 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:18,357 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:37:19,448 basehttp 7027 6172946432 "GET /en/quality/indicators/create/ HTTP/1.1" 200 37399 WARNING 2025-09-01 12:37:19,463 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:19,463 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:37:19,502 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 12:37:20,894 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:20,894 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:37:20,909 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:20,909 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:37:22,395 basehttp 7027 6172946432 "GET /en/quality/measurements/create/ HTTP/1.1" 200 71159 WARNING 2025-09-01 12:37:22,415 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:22,415 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:37:22,472 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 12:37:23,729 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:23,729 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:37:23,731 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 12:37:23,737 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:23,737 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:37:24,658 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:24,658 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:37:24,660 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 12:37:24,689 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:24,690 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:37:26,369 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:26,369 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:37:27,165 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:27,166 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:37:57,233 basehttp 7027 6172946432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 12:38:27,252 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:38:27,254 basehttp 7027 6156120064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 12:38:27,255 basehttp 7027 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-09-01 12:38:56,530 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-01 12:38:56,530 basehttp 7027 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 12:38:56,531 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:38:56,565 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:38:56,565 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:39:54,552 basehttp 7027 6156120064 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 47610 WARNING 2025-09-01 12:39:54,562 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:39:54,562 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:39:54,613 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:40:54,618 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:41:44,566 basehttp 7027 6156120064 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 47185 WARNING 2025-09-01 12:41:44,581 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:41:44,582 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:41:44,637 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:41:55,868 basehttp 7027 6156120064 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 47001 WARNING 2025-09-01 12:41:55,879 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:41:55,879 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:41:55,919 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:42:55,933 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:43:55,935 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 12:44:50,282 log 7027 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:44:50,285 basehttp 7027 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:44:50,286 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:44:50,286 basehttp 7027 13455405056 - Broken pipe from ('127.0.0.1', 54805) INFO 2025-09-01 12:44:50,288 basehttp 7027 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 12:44:50,288 basehttp 7027 6156120064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-09-01 12:44:50,335 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:44:50,335 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:44:52,556 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:44:52,557 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:44:52,569 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:44:52,569 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:44:53,102 log 7027 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:44:53,102 basehttp 7027 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:44:53,105 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 12:44:53,133 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:44:53,133 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:45:53,096 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:46:53,095 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:46:59,263 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 81318 WARNING 2025-09-01 12:46:59,279 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:46:59,279 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:46:59,335 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:47:34,629 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 81328 WARNING 2025-09-01 12:47:34,645 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:47:34,645 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:47:34,703 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:48:19,573 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 81321 WARNING 2025-09-01 12:48:19,585 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:48:19,585 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:48:19,636 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:49:19,650 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:49:35,186 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 81452 WARNING 2025-09-01 12:49:35,199 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:49:35,200 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:49:35,250 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:49:54,415 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 81464 WARNING 2025-09-01 12:49:54,426 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:49:54,427 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:49:54,475 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:50:16,677 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 81464 WARNING 2025-09-01 12:50:16,694 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:50:16,694 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:50:16,751 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:51:11,048 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 81447 WARNING 2025-09-01 12:51:11,060 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:51:11,060 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:51:11,110 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:51:57,429 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 81721 WARNING 2025-09-01 12:51:57,444 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:51:57,444 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:51:57,501 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:52:17,774 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 81721 WARNING 2025-09-01 12:52:17,790 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:52:17,791 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:52:17,847 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:52:42,789 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 81833 WARNING 2025-09-01 12:52:42,804 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:52:42,804 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:52:42,862 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:52:56,206 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 81833 WARNING 2025-09-01 12:52:56,219 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:52:56,219 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:52:56,274 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:53:09,472 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 84315 WARNING 2025-09-01 12:53:09,483 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:53:09,483 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:53:09,528 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:54:09,527 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:54:42,937 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 84484 WARNING 2025-09-01 12:54:42,954 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:54:42,954 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:54:43,013 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:55:00,419 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 84464 WARNING 2025-09-01 12:55:00,434 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:55:00,434 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:55:00,494 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:56:00,499 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:57:00,501 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:57:46,717 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 85913 WARNING 2025-09-01 12:57:46,731 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:57:46,732 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:57:46,790 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:58:46,802 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:59:20,723 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 86441 WARNING 2025-09-01 12:59:20,737 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:59:20,737 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:59:20,798 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:00:02,861 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 86441 WARNING 2025-09-01 13:00:02,877 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:00:02,877 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:00:02,935 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:00:11,603 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 57898 WARNING 2025-09-01 13:00:11,619 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:00:11,619 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:00:11,676 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 13:00:14,531 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:00:14,531 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 13:00:14,541 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:00:14,542 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:01:02,949 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:02:02,603 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 86616 WARNING 2025-09-01 13:02:02,619 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:02:02,620 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:02:02,676 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:02:41,980 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 89448 WARNING 2025-09-01 13:02:41,996 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:02:41,996 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:02:42,053 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:03:42,066 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:04:14,800 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 57898 WARNING 2025-09-01 13:04:14,817 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:04:14,817 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:04:14,866 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:05:14,881 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:06:05,285 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58095 WARNING 2025-09-01 13:06:05,297 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:06:05,297 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:06:05,351 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:07:05,353 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:08:00,800 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58361 WARNING 2025-09-01 13:08:00,815 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:08:00,816 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:08:00,873 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:09:00,872 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:09:47,855 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58499 WARNING 2025-09-01 13:09:47,870 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:09:47,870 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:09:47,927 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:10:36,131 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58499 WARNING 2025-09-01 13:10:36,143 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:10:36,143 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:10:36,192 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:11:36,205 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:12:36,203 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:13:00,869 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 54211 WARNING 2025-09-01 13:13:00,886 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:13:00,886 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:13:00,942 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:13:14,520 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 52609 WARNING 2025-09-01 13:13:14,533 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:13:14,533 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:13:14,589 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:13:25,843 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58541 WARNING 2025-09-01 13:13:25,858 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:13:25,859 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:13:25,917 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:14:25,920 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:15:25,923 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:15:42,540 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58565 WARNING 2025-09-01 13:15:42,556 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:15:42,556 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:15:42,610 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:16:08,417 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58571 WARNING 2025-09-01 13:16:08,433 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:16:08,433 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:16:08,486 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:16:15,581 basehttp 7027 6156120064 "GET /en/laboratory/reference-ranges/12/ HTTP/1.1" 200 26311 WARNING 2025-09-01 13:16:15,597 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:16:15,597 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:16:15,651 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 13:16:28,414 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:16:28,414 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 13:16:28,421 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:16:28,421 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:17:03,360 basehttp 7027 6156120064 "GET /en/admin/laboratory/referencerange/ HTTP/1.1" 200 97275 INFO 2025-09-01 13:17:03,376 basehttp 7027 6156120064 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-01 13:17:08,894 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:17:09,278 basehttp 7027 6156120064 "GET /en/admin/laboratory/referencerange/12/change/ HTTP/1.1" 200 85306 INFO 2025-09-01 13:17:09,294 basehttp 7027 6172946432 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-01 13:17:09,297 basehttp 7027 6156120064 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-01 13:17:28,649 basehttp 7027 6156120064 "GET /en/admin/laboratory/referencerange/ HTTP/1.1" 200 97275 INFO 2025-09-01 13:18:09,897 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:18:32,622 basehttp 7027 6156120064 "GET /en/admin/laboratory/referencerange/27/change/ HTTP/1.1" 200 85374 INFO 2025-09-01 13:18:32,636 basehttp 7027 6156120064 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-01 13:18:36,643 basehttp 7027 6156120064 "GET /en/admin/laboratory/referencerange/ HTTP/1.1" 200 97275 INFO 2025-09-01 13:18:44,405 basehttp 7027 6156120064 "GET /en/admin/inventory/purchaseorderitem/ HTTP/1.1" 200 99627 INFO 2025-09-01 13:18:52,451 basehttp 7027 6156120064 "GET /en/admin/laboratory/labtest/ HTTP/1.1" 200 83628 INFO 2025-09-01 13:18:52,467 basehttp 7027 6156120064 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-01 13:18:57,809 basehttp 7027 6156120064 "GET /en/admin/laboratory/labtest/4/change/ HTTP/1.1" 200 106230 INFO 2025-09-01 13:18:57,822 basehttp 7027 6156120064 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-01 13:19:10,903 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:19:30,297 basehttp 7027 6156120064 "GET /en/admin/laboratory/labtest/ HTTP/1.1" 200 83628 INFO 2025-09-01 13:19:34,081 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58571 WARNING 2025-09-01 13:19:34,098 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:19:34,098 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:19:34,192 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:20:34,202 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:21:30,923 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58601 WARNING 2025-09-01 13:21:30,941 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:21:30,941 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:21:31,050 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:21:46,811 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58806 WARNING 2025-09-01 13:21:46,828 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:21:46,828 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:21:46,876 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:22:11,875 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58641 WARNING 2025-09-01 13:22:11,887 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:22:11,887 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:22:11,924 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:23:11,950 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:23:16,148 basehttp 7027 6156120064 "GET /en/laboratory/quality-control/60/ HTTP/1.1" 200 28215 WARNING 2025-09-01 13:23:16,165 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:23:16,165 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:23:16,218 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 13:23:21,757 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:23:21,757 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 13:23:21,781 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:23:21,781 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:23:26,755 basehttp 7027 6156120064 "GET /en/laboratory/reference-ranges/create/?test=4 HTTP/1.1" 200 38246 WARNING 2025-09-01 13:23:26,773 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:23:26,773 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:23:26,815 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:23:54,606 basehttp 7027 6156120064 "GET /en/laboratory/reference-ranges/create/?test=4 HTTP/1.1" 200 46349 WARNING 2025-09-01 13:23:54,622 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:23:54,622 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:23:54,675 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 13:24:12,268 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:24:12,269 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:24:12,269 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:24:12,270 basehttp 7027 6172946432 - Broken pipe from ('127.0.0.1', 64607) WARNING 2025-09-01 13:24:12,276 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:24:12,276 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:24:21,060 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/update/ HTTP/1.1" 200 47028 WARNING 2025-09-01 13:24:21,076 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:24:21,077 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:24:21,131 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:25:21,147 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:26:18,626 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/update/ HTTP/1.1" 200 46995 WARNING 2025-09-01 13:26:18,641 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:26:18,641 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:26:18,696 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 13:26:51,341 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:26:51,343 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:26:51,343 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 13:26:51,350 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:26:51,350 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:27:11,959 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58641 WARNING 2025-09-01 13:27:11,973 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:27:11,973 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:27:12,025 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:27:45,619 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58645 WARNING 2025-09-01 13:27:45,630 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:27:45,630 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:27:45,679 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:27:57,855 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58641 WARNING 2025-09-01 13:27:57,866 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:27:57,867 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:27:57,917 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:28:15,949 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58650 WARNING 2025-09-01 13:28:15,959 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:28:15,959 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:28:15,998 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:28:23,276 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58641 WARNING 2025-09-01 13:28:23,287 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:28:23,287 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:28:23,336 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:28:52,835 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58646 WARNING 2025-09-01 13:28:52,846 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:28:52,846 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:28:52,886 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:29:00,828 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58646 WARNING 2025-09-01 13:29:00,839 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:29:00,840 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:29:00,882 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:29:26,985 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58651 WARNING 2025-09-01 13:29:26,998 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:29:26,998 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:29:27,056 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:29:37,990 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58641 WARNING 2025-09-01 13:29:38,002 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:29:38,002 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:29:38,050 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 13:29:47,238 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:29:47,239 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 13:29:51,427 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:29:51,427 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 13:29:52,598 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:29:52,598 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:30:22,633 basehttp 7027 6156120064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:30:52,631 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:30:52,633 basehttp 7027 6172946432 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:30:52,634 basehttp 7027 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:31:22,627 basehttp 7027 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:31:52,641 basehttp 7027 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:31:52,642 basehttp 7027 6172946432 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:31:52,643 basehttp 7027 6156120064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:32:16,597 basehttp 7027 6156120064 "GET /en/ HTTP/1.1" 200 47657 WARNING 2025-09-01 13:32:16,610 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:32:16,611 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:32:16,712 basehttp 7027 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:32:16,713 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:32:16,717 basehttp 7027 13455405056 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 13:32:16,719 basehttp 7027 6172946432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:32:35,120 basehttp 7027 6172946432 "GET /en/ HTTP/1.1" 200 47457 WARNING 2025-09-01 13:32:35,131 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:32:35,131 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:32:35,210 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:32:35,210 basehttp 7027 13438578688 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 13:32:35,212 basehttp 7027 6156120064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:32:35,213 basehttp 7027 13455405056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:33:05,185 basehttp 7027 13455405056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:33:26,540 basehttp 7027 13455405056 "GET /en/ HTTP/1.1" 200 47398 INFO 2025-09-01 13:33:26,551 basehttp 7027 13438578688 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-01 13:33:26,555 basehttp 7027 13489057792 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-09-01 13:33:26,561 log 7027 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:33:26,562 basehttp 7027 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:33:26,563 basehttp 7027 13455405056 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-01 13:33:26,564 basehttp 7027 13489057792 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-01 13:33:26,568 basehttp 7027 13472231424 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-01 13:33:26,569 basehttp 7027 6156120064 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-01 13:33:26,571 basehttp 7027 6172946432 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-01 13:33:26,578 basehttp 7027 13455405056 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-01 13:33:26,588 basehttp 7027 13438578688 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-01 13:33:26,908 basehttp 7027 13438578688 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-01 13:33:26,927 basehttp 7027 13438578688 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-01 13:33:26,928 basehttp 7027 13455405056 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-01 13:33:26,929 basehttp 7027 6156120064 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-01 13:33:26,930 basehttp 7027 13472231424 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-01 13:33:26,931 basehttp 7027 6172946432 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-01 13:33:26,933 basehttp 7027 13489057792 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-01 13:33:26,934 basehttp 7027 13455405056 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-01 13:33:26,935 basehttp 7027 6156120064 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-01 13:33:26,937 basehttp 7027 13472231424 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-01 13:33:26,938 basehttp 7027 6156120064 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-01 13:33:26,939 basehttp 7027 13438578688 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-01 13:33:26,941 basehttp 7027 13472231424 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-01 13:33:26,942 basehttp 7027 6156120064 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-01 13:33:26,943 basehttp 7027 13438578688 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-01 13:33:26,945 basehttp 7027 13472231424 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-01 13:33:26,946 basehttp 7027 13438578688 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-01 13:33:26,947 basehttp 7027 6156120064 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-01 13:33:26,952 basehttp 7027 13472231424 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-01 13:33:26,954 basehttp 7027 13438578688 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-01 13:33:26,956 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:33:26,958 basehttp 7027 6156120064 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-01 13:33:26,959 basehttp 7027 13438578688 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-01 13:33:26,960 basehttp 7027 13472231424 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-01 13:33:26,961 basehttp 7027 13455405056 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 13:33:26,962 basehttp 7027 6172946432 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-01 13:33:26,963 basehttp 7027 13489057792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-09-01 13:33:27,044 log 7027 13489057792 Not Found: /favicon.ico WARNING 2025-09-01 13:33:27,045 basehttp 7027 13489057792 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-01 13:33:49,578 basehttp 7027 13489057792 "GET /en/ HTTP/1.1" 200 47435 WARNING 2025-09-01 13:33:49,595 log 7027 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:33:49,595 basehttp 7027 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:33:49,686 basehttp 7027 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:33:49,696 basehttp 7027 13455405056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:33:49,697 basehttp 7027 13472231424 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 13:33:49,698 basehttp 7027 6172946432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:34:19,679 basehttp 7027 6172946432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:34:49,684 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:34:49,686 basehttp 7027 13472231424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:34:49,687 basehttp 7027 13455405056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:35:19,682 basehttp 7027 13455405056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:35:49,695 basehttp 7027 13472231424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:35:49,696 basehttp 7027 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:35:49,697 basehttp 7027 6172946432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:36:19,686 basehttp 7027 13455405056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:36:49,698 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:36:49,698 basehttp 7027 6172946432 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:36:49,700 basehttp 7027 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:37:19,746 basehttp 7027 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:37:49,749 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:37:49,750 basehttp 7027 6172946432 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:37:49,752 basehttp 7027 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:38:19,760 basehttp 7027 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:38:49,757 basehttp 7027 6156120064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:38:49,758 basehttp 7027 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:38:49,761 basehttp 7027 6172946432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:39:19,756 basehttp 7027 6172946432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:39:49,756 basehttp 7027 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:39:49,757 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:39:49,761 basehttp 7027 6156120064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:40:19,762 basehttp 7027 6156120064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:40:49,758 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:40:49,759 basehttp 7027 6172946432 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:40:49,766 basehttp 7027 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:41:19,769 basehttp 7027 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:41:49,763 basehttp 7027 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:41:49,763 basehttp 7027 6156120064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:41:49,771 basehttp 7027 6156120064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:42:19,775 basehttp 7027 6156120064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:42:49,769 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:42:49,770 basehttp 7027 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:42:49,778 basehttp 7027 6156120064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:43:19,783 basehttp 7027 6156120064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:43:49,770 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:43:49,770 basehttp 7027 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:43:49,783 basehttp 7027 6156120064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:44:20,074 basehttp 7027 6156120064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:44:50,104 basehttp 7027 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:44:50,104 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:44:51,086 basehttp 7027 6156120064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:45:28,093 basehttp 7027 6156120064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:45:58,470 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:45:58,470 basehttp 7027 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:45:58,473 basehttp 7027 6172946432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:46:28,454 basehttp 7027 6172946432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:46:58,462 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:46:58,464 basehttp 7027 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:46:58,465 basehttp 7027 6156120064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:26:05,891 autoreload 67961 8466948288 Watching for file changes with StatReloader INFO 2025-09-01 14:26:09,040 basehttp 67961 6134362112 "GET /en/ HTTP/1.1" 200 47480 INFO 2025-09-01 14:26:09,212 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1326 INFO 2025-09-01 14:26:09,213 basehttp 67961 6325039104 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 14:26:09,214 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:26:09,224 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:26:39,158 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:27:09,166 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:27:09,167 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1326 INFO 2025-09-01 14:27:09,168 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:27:39,149 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:28:09,164 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1326 INFO 2025-09-01 14:28:09,165 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:28:09,165 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:28:39,153 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:28:48,443 basehttp 67961 6168014848 "GET /en/laboratory/ HTTP/1.1" 200 51764 INFO 2025-09-01 14:28:48,517 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-01 14:28:48,574 log 67961 6151188480 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-01 14:28:48,577 basehttp 67961 6151188480 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124531 ERROR 2025-09-01 14:28:56,895 log 67961 6151188480 Internal Server Error: /en/laboratory/orders/874/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/laboratory/tests/(?P[0-9]+)/\\Z'] ERROR 2025-09-01 14:28:56,897 basehttp 67961 6151188480 "GET /en/laboratory/orders/874/ HTTP/1.1" 500 182733 INFO 2025-09-01 14:29:09,166 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:29:09,169 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1326 INFO 2025-09-01 14:29:09,171 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:29:39,156 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:30:09,171 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:30:09,174 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1326 INFO 2025-09-01 14:30:09,175 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:30:39,159 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:31:09,158 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:31:09,159 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1326 INFO 2025-09-01 14:31:09,161 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:31:37,443 basehttp 67961 6325039104 "GET /en/ HTTP/1.1" 200 47480 INFO 2025-09-01 14:31:37,512 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:31:37,513 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1326 INFO 2025-09-01 14:31:37,514 basehttp 67961 6134362112 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 14:31:37,514 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:32:07,493 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:32:37,521 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:32:37,523 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1326 INFO 2025-09-01 14:32:37,524 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:33:07,504 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:33:37,499 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:33:37,501 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1326 INFO 2025-09-01 14:33:37,502 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:34:06,472 basehttp 67961 6168014848 "GET /en/ HTTP/1.1" 200 47543 INFO 2025-09-01 14:34:06,541 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:34:06,541 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1326 INFO 2025-09-01 14:34:06,541 basehttp 67961 6151188480 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 14:34:06,542 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:34:36,513 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:35:06,536 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:35:06,538 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:35:36,529 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:36:06,540 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:36:06,542 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:36:36,532 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:37:06,541 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:37:06,544 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:37:36,537 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:38:06,540 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:38:06,542 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:38:36,543 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:39:06,529 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:39:06,535 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:39:37,031 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:40:07,037 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:40:08,030 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:41:09,990 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:41:09,991 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:42:28,005 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:42:28,006 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:43:28,000 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:43:28,002 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:44:27,994 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:45:28,002 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:45:28,003 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:46:27,999 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:46:28,000 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:47:27,994 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:48:27,998 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:48:28,001 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:49:28,004 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:49:28,006 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:50:28,001 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:50:28,002 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:51:27,985 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:52:28,003 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:52:28,005 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:53:27,990 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:54:28,002 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:54:28,004 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:55:27,986 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:55:27,989 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:56:27,975 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:57:27,983 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:57:27,985 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:58:27,970 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:59:27,980 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:59:27,983 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:00:27,982 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:01:27,964 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:01:27,965 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:02:27,977 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:02:27,979 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:03:27,975 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:04:27,975 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:04:27,977 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:05:27,972 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:06:27,969 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:06:27,972 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:07:27,972 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:07:27,974 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:08:27,969 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:08:27,971 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:09:27,963 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:09:27,965 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:10:27,974 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:10:27,976 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:11:27,949 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:12:27,941 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:12:27,942 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:13:27,951 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:14:27,936 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:14:27,937 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:15:27,934 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:15:27,936 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:16:27,937 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:16:27,938 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:17:27,934 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:17:27,934 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:18:27,931 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:19:27,934 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:19:27,936 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:20:27,944 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:20:27,946 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:21:27,949 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:21:27,952 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:22:27,927 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:23:27,936 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:23:27,937 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:24:27,947 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:24:27,948 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:25:27,933 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:26:27,943 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:26:27,945 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:27:27,931 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:28:27,935 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:28:27,937 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:29:27,941 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:29:27,943 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:30:27,944 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:30:27,947 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:31:27,932 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:32:27,942 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:32:27,945 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:33:27,925 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:34:27,931 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:34:27,933 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:35:27,938 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:35:27,940 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:36:27,920 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:37:27,927 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:37:27,928 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:38:27,928 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:38:27,929 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:39:27,918 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:40:27,926 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:40:27,928 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:41:27,931 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:41:27,933 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:42:27,892 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:43:27,888 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:43:27,889 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:44:27,901 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:45:27,900 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:45:27,902 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:46:27,881 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:47:27,888 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:47:27,889 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:48:27,910 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:48:27,912 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:49:27,897 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:49:27,900 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:50:27,899 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:51:27,906 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:51:27,908 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:52:27,888 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:53:27,890 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:53:27,892 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:54:27,896 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:54:27,898 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:55:27,882 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:56:27,898 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:56:27,900 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:57:27,900 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:58:27,922 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:58:27,924 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:59:27,900 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:00:27,913 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:00:27,916 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:01:27,905 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:02:27,913 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:02:27,915 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:03:27,903 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:04:27,914 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:04:27,917 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:05:27,918 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:05:27,920 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:06:27,895 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:07:27,917 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:07:27,920 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:08:27,912 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:08:27,914 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:09:27,896 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:10:27,906 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:10:27,908 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:11:27,898 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:11:27,899 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:12:27,894 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:13:27,926 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:13:27,928 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:14:27,926 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:14:27,929 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:15:27,923 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:16:27,912 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:16:27,914 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:17:27,912 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:18:27,916 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:18:27,920 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:19:27,921 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:19:27,924 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:20:27,908 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:21:27,909 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:21:27,911 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:22:27,911 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:22:27,913 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:23:27,904 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:24:27,905 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:24:27,906 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:25:27,897 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:26:27,917 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:26:27,920 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:27:27,907 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:28:27,930 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:28:27,931 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:29:27,915 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:30:27,935 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:30:27,938 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:31:27,928 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:32:27,927 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:32:27,928 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:33:27,927 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:33:27,929 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:34:27,919 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:35:27,928 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:35:27,931 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:36:27,918 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:37:27,930 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:37:27,932 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:38:27,922 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:38:27,926 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:39:27,915 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:40:27,922 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:40:27,924 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:41:27,925 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:41:27,928 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:42:27,926 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:42:27,928 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:43:27,909 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:44:27,929 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:44:27,932 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:45:27,911 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:46:27,926 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:46:27,929 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:47:27,924 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:47:27,927 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:48:27,920 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:49:27,930 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:49:27,932 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:50:27,925 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:50:27,926 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:51:27,909 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:52:27,911 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:52:27,912 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:53:27,916 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:54:27,924 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:54:27,926 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:55:27,914 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:55:27,915 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:56:27,920 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:56:27,923 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:57:27,915 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:58:27,912 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:58:27,915 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:59:28,022 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:00:28,020 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:00:28,022 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:01:28,025 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:01:28,027 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:02:28,011 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:03:28,023 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:03:28,024 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:04:28,006 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:05:28,025 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:05:28,027 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:06:28,011 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:07:28,019 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:07:28,022 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:08:28,025 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:08:28,028 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:09:28,013 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:10:28,025 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:10:28,027 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:11:28,020 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:12:28,026 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:12:28,027 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:13:28,029 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:13:28,030 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:13:58,019 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:13:58,160 basehttp 67961 6151188480 "GET /en/ HTTP/1.1" 200 47543 INFO 2025-09-01 17:13:58,246 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:13:58,250 basehttp 67961 6325039104 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:13:58,250 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:13:58,250 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1326 WARNING 2025-09-01 17:14:01,812 log 67961 6168014848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 17:14:01,812 basehttp 67961 6168014848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:14:06,774 basehttp 67961 6168014848 "GET /en/ HTTP/1.1" 200 47543 INFO 2025-09-01 17:14:06,788 basehttp 67961 6325039104 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-01 17:14:06,792 basehttp 67961 6358691840 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-01 17:14:06,799 basehttp 67961 6168014848 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-01 17:14:06,800 basehttp 67961 6358691840 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-01 17:14:06,802 log 67961 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 17:14:06,803 basehttp 67961 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:14:06,806 basehttp 67961 6341865472 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-01 17:14:06,808 basehttp 67961 6151188480 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-01 17:14:06,808 basehttp 67961 6134362112 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-01 17:14:06,812 basehttp 67961 6358691840 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-01 17:14:06,819 basehttp 67961 6168014848 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-01 17:14:07,018 basehttp 67961 6168014848 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-01 17:14:07,035 basehttp 67961 6341865472 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-01 17:14:07,036 basehttp 67961 6151188480 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-01 17:14:07,037 basehttp 67961 6358691840 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-01 17:14:07,038 basehttp 67961 6168014848 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-01 17:14:07,038 basehttp 67961 6134362112 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-01 17:14:07,039 basehttp 67961 6325039104 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-01 17:14:07,041 basehttp 67961 6134362112 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-01 17:14:07,042 basehttp 67961 6358691840 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-01 17:14:07,042 basehttp 67961 6325039104 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-01 17:14:07,043 basehttp 67961 6134362112 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-01 17:14:07,043 basehttp 67961 6151188480 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-01 17:14:07,044 basehttp 67961 6168014848 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-01 17:14:07,044 basehttp 67961 6358691840 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-01 17:14:07,045 basehttp 67961 6325039104 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-01 17:14:07,045 basehttp 67961 6151188480 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-01 17:14:07,046 basehttp 67961 6134362112 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-01 17:14:07,047 basehttp 67961 6341865472 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-01 17:14:07,047 basehttp 67961 6325039104 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-01 17:14:07,048 basehttp 67961 6134362112 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-01 17:14:07,048 basehttp 67961 6151188480 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-01 17:14:07,048 basehttp 67961 6168014848 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-01 17:14:07,049 basehttp 67961 6358691840 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-01 17:14:07,049 basehttp 67961 6341865472 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-01 17:14:07,111 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1326 INFO 2025-09-01 17:14:07,113 basehttp 67961 6168014848 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:14:07,114 basehttp 67961 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:14:07,116 basehttp 67961 6358691840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-09-01 17:14:07,150 log 67961 6358691840 Not Found: /favicon.ico WARNING 2025-09-01 17:14:07,151 basehttp 67961 6358691840 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-01 17:14:28,406 basehttp 67961 6358691840 "GET /en/ HTTP/1.1" 200 47543 WARNING 2025-09-01 17:14:28,419 log 67961 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 17:14:28,420 basehttp 67961 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:14:28,529 basehttp 67961 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:14:28,534 basehttp 67961 6168014848 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:14:28,534 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:14:28,536 basehttp 67961 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:14:29,358 basehttp 67961 6341865472 "GET /en/ HTTP/1.1" 200 47543 WARNING 2025-09-01 17:14:29,372 log 67961 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 17:14:29,372 basehttp 67961 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:14:29,448 basehttp 67961 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:14:29,452 basehttp 67961 6358691840 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:14:29,454 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:14:29,456 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:14:31,316 basehttp 67961 6151188480 "GET /en/ HTTP/1.1" 200 47543 INFO 2025-09-01 17:14:31,327 basehttp 67961 6341865472 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-01 17:14:31,337 log 67961 6151188480 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-01 17:14:31,337 basehttp 67961 6168014848 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-01 17:14:31,338 basehttp 67961 6151188480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:14:31,340 basehttp 67961 6341865472 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-01 17:14:31,343 basehttp 67961 6168014848 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-01 17:14:31,346 basehttp 67961 6325039104 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-01 17:14:31,349 basehttp 67961 6134362112 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-01 17:14:31,350 basehttp 67961 6358691840 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-01 17:14:31,351 basehttp 67961 6341865472 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-01 17:14:31,360 basehttp 67961 6151188480 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-01 17:14:31,544 basehttp 67961 6151188480 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-01 17:14:31,561 basehttp 67961 6151188480 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-01 17:14:31,562 basehttp 67961 6358691840 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-01 17:14:31,563 basehttp 67961 6341865472 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-01 17:14:31,563 basehttp 67961 6325039104 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-01 17:14:31,564 basehttp 67961 6134362112 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-01 17:14:31,566 basehttp 67961 6358691840 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-01 17:14:31,568 basehttp 67961 6134362112 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-01 17:14:31,568 basehttp 67961 6341865472 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-01 17:14:31,576 basehttp 67961 6325039104 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-01 17:14:31,578 basehttp 67961 6168014848 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-01 17:14:31,578 basehttp 67961 6151188480 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-01 17:14:31,580 basehttp 67961 6168014848 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-01 17:14:31,580 basehttp 67961 6151188480 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-01 17:14:31,581 basehttp 67961 6168014848 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-01 17:14:31,582 basehttp 67961 6151188480 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-01 17:14:31,583 basehttp 67961 6168014848 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-01 17:14:31,583 basehttp 67961 6151188480 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-01 17:14:31,586 basehttp 67961 6151188480 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-01 17:14:31,587 basehttp 67961 6168014848 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-01 17:14:31,589 basehttp 67961 6168014848 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-01 17:14:31,589 basehttp 67961 6151188480 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-01 17:14:31,591 basehttp 67961 6168014848 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-01 17:14:31,591 basehttp 67961 6151188480 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-01 17:14:31,602 basehttp 67961 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 17:14:31,612 log 67961 6151188480 Not Found: /favicon.ico INFO 2025-09-01 17:14:31,613 basehttp 67961 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:14:31,613 basehttp 67961 6325039104 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 WARNING 2025-09-01 17:14:31,614 basehttp 67961 6151188480 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-01 17:14:31,614 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:14:57,351 basehttp 67961 6134362112 "GET /en/ HTTP/1.1" 200 47479 WARNING 2025-09-01 17:14:57,365 log 67961 6134362112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 17:14:57,365 basehttp 67961 6134362112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:14:57,474 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:14:57,478 basehttp 67961 6325039104 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:14:57,478 basehttp 67961 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:14:57,479 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:15:17,775 basehttp 67961 6151188480 "GET /en/ HTTP/1.1" 200 47494 WARNING 2025-09-01 17:15:17,789 log 67961 6151188480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 17:15:17,790 basehttp 67961 6151188480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:15:17,875 basehttp 67961 6134362112 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:15:17,879 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:15:17,880 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:15:17,882 basehttp 67961 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:15:47,866 basehttp 67961 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:16:05,133 basehttp 67961 6341865472 "GET /en/ HTTP/1.1" 200 48166 WARNING 2025-09-01 17:16:05,146 log 67961 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 17:16:05,146 basehttp 67961 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:16:05,221 basehttp 67961 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:16:05,222 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:16:05,224 basehttp 67961 6134362112 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:16:05,225 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:16:18,014 basehttp 67961 6151188480 "GET /en/ HTTP/1.1" 200 48170 WARNING 2025-09-01 17:16:18,031 log 67961 6151188480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 17:16:18,031 basehttp 67961 6151188480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:16:18,110 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:16:18,115 basehttp 67961 6341865472 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:16:18,116 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:16:18,119 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:16:25,468 basehttp 67961 6134362112 "GET /en/ HTTP/1.1" 200 48170 WARNING 2025-09-01 17:16:25,480 log 67961 6134362112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 17:16:25,480 basehttp 67961 6134362112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:16:25,564 basehttp 67961 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:16:25,565 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:16:25,567 basehttp 67961 6151188480 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:16:25,568 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:16:55,543 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:17:25,549 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:17:25,549 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:17:25,550 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:17:42,277 basehttp 67961 6325039104 "GET /en/ HTTP/1.1" 200 48570 WARNING 2025-09-01 17:17:42,290 log 67961 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 17:17:42,290 basehttp 67961 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:17:42,385 basehttp 67961 6341865472 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:17:42,385 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:17:42,386 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:17:42,386 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:18:12,356 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:18:29,276 basehttp 67961 6134362112 "GET /en/ HTTP/1.1" 200 48625 WARNING 2025-09-01 17:18:29,292 log 67961 6134362112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 17:18:29,293 basehttp 67961 6134362112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:18:29,376 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:18:29,380 basehttp 67961 6341865472 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:18:29,380 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:18:29,381 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:18:41,568 basehttp 67961 6151188480 "GET /en/ HTTP/1.1" 200 48629 WARNING 2025-09-01 17:18:41,581 log 67961 6151188480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 17:18:41,581 basehttp 67961 6151188480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:18:41,624 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:18:41,646 basehttp 67961 6134362112 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:18:41,647 basehttp 67961 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:18:41,649 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:19:11,626 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:19:18,429 basehttp 67961 6325039104 "GET /en/ HTTP/1.1" 200 49199 WARNING 2025-09-01 17:19:18,444 log 67961 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 17:19:18,444 basehttp 67961 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:19:18,490 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:19:18,512 basehttp 67961 6151188480 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:19:18,513 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:19:18,515 basehttp 67961 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:19:28,230 basehttp 67961 6341865472 "GET /en/ HTTP/1.1" 200 49203 WARNING 2025-09-01 17:19:28,243 log 67961 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 17:19:28,244 basehttp 67961 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:19:28,331 basehttp 67961 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:19:28,334 basehttp 67961 6325039104 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:19:28,334 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:19:28,336 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:19:58,300 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:20:11,797 basehttp 67961 6134362112 "GET /en/ HTTP/1.1" 200 49769 INFO 2025-09-01 17:20:11,868 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:20:11,869 basehttp 67961 6341865472 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:20:11,871 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:20:11,872 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:20:20,478 basehttp 67961 6151188480 "GET /en/ HTTP/1.1" 200 49773 INFO 2025-09-01 17:20:20,526 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:20:20,532 basehttp 67961 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:20:20,534 basehttp 67961 6134362112 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:20:20,535 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:20:29,358 basehttp 67961 6325039104 "GET /en/ HTTP/1.1" 200 49768 INFO 2025-09-01 17:20:29,411 basehttp 67961 6151188480 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:20:29,413 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:20:29,414 basehttp 67961 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:20:29,414 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:20:59,391 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:21:19,009 basehttp 67961 6134362112 "GET /en/ HTTP/1.1" 200 49773 INFO 2025-09-01 17:21:19,067 basehttp 67961 6151188480 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:21:19,068 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:21:19,069 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:21:19,069 basehttp 67961 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:21:49,043 basehttp 67961 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:22:19,057 basehttp 67961 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:22:19,057 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:22:19,059 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:22:49,049 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:23:19,057 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:23:19,058 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:23:19,060 basehttp 67961 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:23:49,052 basehttp 67961 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:24:19,066 basehttp 67961 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:24:19,068 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:24:19,069 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:24:33,951 basehttp 67961 6134362112 "GET /en/ HTTP/1.1" 200 49773 INFO 2025-09-01 17:24:34,011 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:24:34,013 basehttp 67961 6151188480 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:24:34,015 basehttp 67961 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:24:34,015 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:25:04,003 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:25:34,025 basehttp 67961 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:25:34,026 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:25:34,028 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:26:04,007 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:26:34,018 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:26:34,019 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:26:34,020 basehttp 67961 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:27:04,002 basehttp 67961 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:27:34,020 basehttp 67961 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:27:34,021 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:27:34,022 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:27:36,943 basehttp 67961 6151188480 "GET /en/ HTTP/1.1" 200 49881 INFO 2025-09-01 17:27:37,001 basehttp 67961 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:27:37,001 basehttp 67961 6134362112 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:27:37,001 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:27:37,004 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:28:06,989 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:28:37,011 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:28:37,012 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:28:37,013 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:29:06,995 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:29:37,014 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:29:37,014 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:29:37,015 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:30:06,992 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:30:37,081 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:30:37,083 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:30:37,084 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:31:07,071 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:31:37,084 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:31:37,084 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:31:37,087 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:32:07,076 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:32:37,078 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:32:37,078 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:32:37,080 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:33:07,082 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:33:37,091 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:33:37,092 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:33:37,095 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:34:07,091 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:34:37,085 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:34:37,085 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:34:37,089 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:35:07,097 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:35:37,099 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:35:37,100 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:35:37,102 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:36:07,103 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:36:37,101 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:36:37,101 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:36:37,105 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:37:07,111 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:37:37,102 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:37:37,104 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:37:37,107 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:38:08,101 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:38:37,110 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:38:37,110 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:38:38,101 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:39:09,088 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:39:38,123 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:39:38,123 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:39:40,103 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:40:28,105 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:41:28,126 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:41:28,129 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:41:28,131 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:42:28,107 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:43:28,129 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:43:28,131 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:43:28,132 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:44:28,104 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:45:28,067 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:45:28,069 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:45:28,070 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:46:28,066 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:46:28,067 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:46:28,068 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:47:28,063 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:47:28,065 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:47:28,067 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:48:28,066 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:48:28,066 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:48:28,067 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:49:28,044 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:50:28,069 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:50:28,070 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:50:28,071 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:51:28,075 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:51:28,075 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:51:28,077 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:52:28,049 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:53:28,071 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:53:28,073 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:53:28,074 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:54:28,056 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:54:28,058 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:55:28,301 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:55:28,302 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:55:28,306 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:56:28,078 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:56:28,079 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:56:28,080 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:57:28,053 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:58:28,076 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:58:28,077 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:58:28,078 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:59:28,078 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:59:28,078 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:59:28,080 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:00:28,060 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:01:28,038 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:01:28,039 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:01:28,040 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:02:28,030 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:02:28,031 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:03:28,024 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:03:28,026 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:04:28,038 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:04:28,039 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:04:28,040 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:05:28,017 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:06:28,029 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:06:28,029 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:06:28,032 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:07:28,039 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:07:28,039 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:07:28,041 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:08:28,023 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:09:28,036 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:09:28,038 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:09:28,038 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:10:28,034 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:10:28,034 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:10:28,037 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:11:28,029 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:11:28,031 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:11:28,031 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:12:28,012 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:13:28,037 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:13:28,039 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:13:28,039 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:14:28,020 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:15:28,028 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:15:28,032 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:15:28,034 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:16:28,081 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:16:28,082 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:16:28,084 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:17:28,079 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:17:28,079 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:17:28,081 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:18:28,059 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:19:28,083 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:19:28,083 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:19:28,086 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:20:28,080 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:20:28,081 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:20:28,083 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:21:28,057 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:22:28,071 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:22:28,071 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:22:28,073 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:23:28,083 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:23:28,084 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:23:28,086 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:24:28,077 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:24:28,080 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:25:28,068 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:25:28,070 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:26:28,093 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:26:28,094 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:26:28,095 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:27:28,067 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:28:28,089 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:28:28,091 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:28:28,091 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:29:28,064 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:30:28,090 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:30:28,091 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:30:28,092 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:31:28,089 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:31:28,089 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:31:28,092 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:32:28,067 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:33:28,089 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:33:28,090 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:33:28,092 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:34:28,089 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:34:28,090 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:34:28,092 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:35:28,066 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:36:28,095 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:36:28,097 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:36:28,099 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:36:58,081 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:36:59,903 basehttp 67961 6134362112 "GET /en/ HTTP/1.1" 200 49881 INFO 2025-09-01 18:36:59,984 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:36:59,988 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:36:59,989 basehttp 67961 6325039104 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 18:36:59,990 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:37:29,991 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:38:00,003 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:38:00,005 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:38:00,006 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:38:29,981 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:39:00,008 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:39:00,008 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:39:00,009 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:39:29,992 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:40:00,014 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:40:00,015 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:40:00,016 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:40:29,997 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:40:59,997 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:40:59,998 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:41:00,000 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:41:30,002 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:42:00,013 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:42:00,015 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:42:00,017 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:42:30,002 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:43:00,014 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:43:00,014 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:43:00,016 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:43:30,008 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:44:00,017 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:44:00,019 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:44:00,020 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:44:30,018 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:45:00,016 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:45:00,016 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:45:00,018 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:45:30,022 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:46:00,000 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:46:00,002 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:46:00,008 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:46:30,018 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:47:00,013 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:47:00,015 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:47:00,018 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:47:30,021 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:48:00,008 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:48:00,009 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:48:00,017 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:48:30,024 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:49:00,018 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:49:00,018 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:49:00,026 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:49:30,033 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-09-01 18:49:42,156 log 67961 6325039104 Not Found: /en/\u062b\u0648\u0642 WARNING 2025-09-01 18:49:42,157 basehttp 67961 6325039104 "GET /en/%D8%AB%D9%88%D9%82 HTTP/1.1" 404 29871 INFO 2025-09-01 18:49:47,475 basehttp 67961 6325039104 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-09-01 18:49:47,514 basehttp 67961 6151188480 "GET /en/emr/ HTTP/1.1" 200 71709 INFO 2025-09-01 18:49:47,575 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:49:47,580 basehttp 67961 6168014848 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-01 18:50:06,132 basehttp 67961 6168014848 "GET /en/emr/encounters/ HTTP/1.1" 200 148284 INFO 2025-09-01 18:50:06,167 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:50:11,810 basehttp 67961 6168014848 "GET /en/emr/encounters/981/ HTTP/1.1" 200 31615 INFO 2025-09-01 18:50:11,843 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 18:50:14,200 log 67961 6168014848 Bad Request: /en/emr/encounter/981/vitals/add/ WARNING 2025-09-01 18:50:14,200 basehttp 67961 6168014848 "GET /en/emr/encounter/981/vitals/add/ HTTP/1.1" 400 28 INFO 2025-09-01 18:51:11,852 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:52:11,870 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:53:11,863 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:54:11,866 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:55:11,869 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:56:11,872 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:57:11,877 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:58:11,890 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:59:11,884 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:00:11,895 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:01:11,891 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:02:11,804 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:03:11,806 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:04:11,803 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:05:11,812 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:06:11,811 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:07:11,818 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:08:11,820 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:09:11,822 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:10:11,824 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:11:11,827 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:12:11,827 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:13:11,834 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:14:11,829 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:15:11,838 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:16:11,843 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:17:11,846 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:18:11,834 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:19:11,837 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:20:11,840 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:21:11,844 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:22:11,847 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:23:11,960 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:24:13,948 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:25:14,944 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:26:16,945 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:27:27,942 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:28:27,950 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:30:27,955 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:32:28,039 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:34:28,037 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:36:28,034 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:38:28,029 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:39:28,026 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:40:28,036 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:41:28,036 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:43:28,033 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:45:28,043 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:47:28,033 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:48:28,087 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:50:28,088 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:51:28,089 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:52:28,093 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:53:28,094 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:55:28,105 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:57:28,094 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:59:28,088 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 20:00:28,096 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 20:02:28,100 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 21:12:11,103 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 21:17:30,728 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 21:18:42,488 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 21:40:23,573 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 21:41:23,561 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 21:42:23,562 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 21:44:23,558 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:11:07,092 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:15:39,735 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:17:39,710 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:19:39,709 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:20:39,713 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:22:39,699 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:23:39,710 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:25:39,702 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:26:39,700 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:27:39,699 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:28:39,706 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:30:39,698 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:31:39,702 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:33:39,688 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:34:39,703 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:35:39,691 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:37:39,691 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:39:39,690 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:40:39,772 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:47:34,754 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:49:34,752 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:51:01,544 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:53:01,540 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:58:09,829 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:03:40,595 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:06:46,905 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:08:05,401 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:11:57,210 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:12:57,111 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:14:57,103 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:15:57,107 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:16:57,112 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:17:57,104 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:19:57,103 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:21:57,093 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:22:57,092 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:23:57,106 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:25:57,091 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:26:57,089 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:28:57,054 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:29:57,047 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:30:57,048 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:31:57,050 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:33:57,050 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:34:57,063 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:36:57,074 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:38:57,031 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:39:57,039 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:41:57,037 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:42:57,014 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:44:57,013 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:46:57,013 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:47:57,004 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:48:57,009 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:50:57,003 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:51:56,999 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:53:57,003 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:55:57,024 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:57:57,105 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:58:57,111 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:00:57,102 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:01:57,110 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:03:57,104 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:05:57,113 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:06:57,101 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:07:57,102 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:09:57,103 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:10:57,095 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:12:11,805 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:13:11,803 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:15:11,806 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:16:11,800 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:18:11,803 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:20:11,804 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:21:11,806 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:23:11,804 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:24:11,796 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:26:11,818 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:28:11,795 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:30:11,793 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:31:11,794 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:32:11,796 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:34:11,790 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:36:11,799 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:37:11,794 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:38:11,799 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:40:11,796 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:42:11,805 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:43:11,808 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:44:11,807 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:46:11,811 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:47:11,815 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:49:11,809 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:51:11,821 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:53:11,813 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:55:11,810 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:56:11,817 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:58:11,795 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:59:11,795 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:00:11,804 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:02:11,796 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:03:11,800 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:05:11,801 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:07:11,800 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:08:11,804 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:10:11,794 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:12:28,554 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:23:33,124 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:25:33,112 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:27:33,181 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:29:33,075 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:30:33,070 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:32:33,069 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:34:33,082 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:36:33,066 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:37:33,070 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:38:33,074 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:40:33,067 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:41:33,070 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:43:33,174 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:44:33,181 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:46:33,172 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:47:33,165 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:48:33,173 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:50:33,204 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 13:45:56,578 autoreload 81907 8466948288 Watching for file changes with StatReloader INFO 2025-09-02 13:46:03,129 basehttp 81907 6159511552 "GET /en/admin/laboratory/labtest/ HTTP/1.1" 200 83628 INFO 2025-09-02 13:46:03,144 basehttp 81907 6325039104 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-02 13:46:03,145 basehttp 81907 6358691840 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-02 13:46:03,145 basehttp 81907 6341865472 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-02 13:46:03,146 basehttp 81907 6375518208 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-02 13:46:03,147 basehttp 81907 6159511552 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-02 13:46:03,147 basehttp 81907 6358691840 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-02 13:46:03,148 basehttp 81907 6325039104 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-02 13:46:03,149 basehttp 81907 6375518208 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-02 13:46:03,151 basehttp 81907 6159511552 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-02 13:46:03,152 basehttp 81907 6375518208 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-02 13:46:03,152 basehttp 81907 6325039104 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-02 13:46:03,153 basehttp 81907 6358691840 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-02 13:46:03,154 basehttp 81907 6392344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-02 13:46:03,155 basehttp 81907 6325039104 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-02 13:46:03,156 basehttp 81907 6375518208 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-02 13:46:03,157 basehttp 81907 6341865472 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-02 13:46:03,158 basehttp 81907 6159511552 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-02 13:46:03,160 basehttp 81907 6341865472 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-02 13:46:03,161 basehttp 81907 6341865472 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-02 13:46:03,171 basehttp 81907 6341865472 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-02 13:46:03,172 basehttp 81907 6325039104 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-02 13:46:03,172 basehttp 81907 6159511552 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-02 13:46:03,172 basehttp 81907 6375518208 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 WARNING 2025-09-02 13:46:03,193 log 81907 6375518208 Not Found: /favicon.ico WARNING 2025-09-02 13:46:03,193 basehttp 81907 6375518208 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-02 13:46:05,218 basehttp 81907 6375518208 "GET /en/emr/encounters/981/ HTTP/1.1" 200 31615 INFO 2025-09-02 13:46:05,229 basehttp 81907 6325039104 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-02 13:46:05,234 basehttp 81907 6358691840 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-02 13:46:05,235 basehttp 81907 6325039104 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-02 13:46:05,238 basehttp 81907 6375518208 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-02 13:46:05,244 basehttp 81907 6159511552 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-02 13:46:05,247 basehttp 81907 6325039104 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-02 13:46:05,248 basehttp 81907 6392344576 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-02 13:46:05,248 basehttp 81907 6341865472 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-02 13:46:05,250 basehttp 81907 6358691840 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-02 13:46:05,562 basehttp 81907 6325039104 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-02 13:46:05,562 basehttp 81907 6358691840 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-02 13:46:05,563 basehttp 81907 6392344576 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-02 13:46:05,563 basehttp 81907 6159511552 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-02 13:46:05,563 basehttp 81907 6341865472 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-02 13:46:05,566 basehttp 81907 6375518208 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-02 13:46:05,568 basehttp 81907 6159511552 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-02 13:46:05,568 basehttp 81907 6358691840 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-02 13:46:05,568 basehttp 81907 6392344576 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-02 13:46:05,569 basehttp 81907 6341865472 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-02 13:46:05,569 basehttp 81907 6375518208 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-02 13:46:05,571 basehttp 81907 6159511552 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-02 13:46:05,572 basehttp 81907 6358691840 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-02 13:46:05,573 basehttp 81907 6392344576 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-02 13:46:05,574 basehttp 81907 6375518208 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-02 13:46:05,575 basehttp 81907 6341865472 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-02 13:46:05,575 basehttp 81907 6325039104 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-02 13:46:05,576 basehttp 81907 6358691840 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-02 13:46:05,577 basehttp 81907 6159511552 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-02 13:46:05,578 basehttp 81907 6341865472 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-02 13:46:05,580 basehttp 81907 6375518208 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-02 13:46:05,580 basehttp 81907 6358691840 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-02 13:46:05,581 basehttp 81907 6325039104 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-02 13:46:05,583 basehttp 81907 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 13:46:10,863 basehttp 81907 6392344576 "GET / HTTP/1.1" 302 0 INFO 2025-09-02 13:46:10,885 basehttp 81907 6358691840 "GET /en/ HTTP/1.1" 200 49857 INFO 2025-09-02 13:46:10,939 basehttp 81907 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 13:46:10,942 basehttp 81907 6375518208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 13:46:10,942 basehttp 81907 6341865472 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-02 13:46:10,944 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:46:40,936 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:47:11,434 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 13:47:11,435 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 13:47:11,437 basehttp 81907 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:47:42,426 basehttp 81907 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:48:12,442 basehttp 81907 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 13:48:12,442 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 13:48:13,417 basehttp 81907 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:48:44,419 basehttp 81907 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:49:13,426 basehttp 81907 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 13:49:13,426 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 13:49:15,415 basehttp 81907 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:50:04,438 basehttp 81907 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:50:14,423 basehttp 81907 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 13:50:14,424 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 13:51:04,420 basehttp 81907 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:51:15,430 basehttp 81907 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 13:51:15,430 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 13:52:04,424 basehttp 81907 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:52:16,428 basehttp 81907 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 13:52:16,428 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 13:53:04,429 basehttp 81907 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:54:04,440 basehttp 81907 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 13:54:04,440 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 13:54:04,444 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:55:04,442 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 13:55:04,442 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 13:55:04,444 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:56:04,412 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:57:04,437 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 13:57:04,437 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 13:57:04,439 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:58:04,433 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:59:04,437 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 13:59:04,439 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 13:59:04,441 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:00:04,411 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:01:04,432 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:01:04,433 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:01:04,435 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:02:04,410 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:03:04,425 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:03:04,426 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:03:04,428 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:04:04,408 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:05:04,437 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:05:04,438 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:05:04,439 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:06:04,432 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:06:04,433 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:06:04,434 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:07:04,404 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:08:04,432 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:08:04,432 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:08:04,434 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:09:04,413 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:10:04,424 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:10:04,424 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:10:04,426 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:11:04,400 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:12:04,422 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:12:04,422 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:12:04,424 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:13:04,407 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:13:04,409 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:13:04,409 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:14:04,417 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:14:04,418 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:14:04,421 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:15:04,388 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:16:04,410 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:16:04,411 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:16:04,413 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:17:04,422 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:17:04,423 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:17:04,425 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:18:04,404 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:19:04,407 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:19:04,408 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:19:04,410 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:20:04,406 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:20:04,409 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:21:04,409 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:21:04,412 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:22:04,405 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:22:04,407 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:23:04,421 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:23:04,421 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:23:04,423 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:24:04,391 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:25:04,406 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:25:04,410 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:25:04,412 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:26:04,412 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:26:04,413 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:26:04,414 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:27:04,401 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:28:04,412 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:28:04,414 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:28:04,415 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:29:04,404 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:30:04,404 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:30:04,405 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:30:04,406 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:31:04,409 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:31:04,410 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:31:04,412 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:31:34,393 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:32:04,412 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:32:04,413 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:32:04,415 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:32:34,395 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:33:04,411 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:33:04,411 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:33:04,413 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:33:34,389 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:34:04,405 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:34:04,409 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:34:04,410 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:34:34,408 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:35:04,397 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:35:04,397 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:35:04,399 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:35:34,399 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:36:04,405 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:36:04,406 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:36:04,409 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:36:34,399 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:37:04,402 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:37:04,402 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:37:04,405 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:37:34,405 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:38:04,403 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:38:04,403 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:38:04,407 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:38:34,409 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:39:04,402 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:39:04,402 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:39:04,407 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:39:34,407 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:40:04,399 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:40:04,399 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:40:04,408 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:40:34,414 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:41:04,401 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:41:04,403 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:41:04,411 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:41:34,420 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:42:04,408 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:42:04,408 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:42:04,415 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:42:34,423 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:43:04,405 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:43:04,405 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:43:04,414 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:43:34,427 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:44:04,397 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:44:04,398 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:44:04,416 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:44:34,427 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:45:04,439 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:45:04,440 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:45:04,441 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:45:34,432 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:46:04,407 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:46:04,407 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:46:04,424 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:46:34,434 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:47:04,402 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:47:04,402 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:47:04,431 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:47:34,445 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:48:04,412 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:48:04,412 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:48:04,440 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:48:34,451 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:49:04,412 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:49:04,412 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:49:04,448 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:49:34,449 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:50:04,411 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:50:04,411 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:50:04,445 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:50:34,460 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:51:04,418 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:51:04,419 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:51:04,450 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:51:34,462 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:52:04,416 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:52:04,416 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:52:04,455 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:52:34,468 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:53:04,405 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:53:04,406 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:53:04,459 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:53:34,474 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:54:04,419 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:54:04,419 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:54:04,471 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:54:35,357 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:55:05,364 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:55:05,367 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:55:05,369 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:56:04,356 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:57:04,372 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:57:04,373 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:57:04,375 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:58:04,373 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:58:04,373 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:58:04,375 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:59:04,354 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:00:04,373 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:00:04,374 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 15:00:04,376 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:01:04,368 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:01:04,369 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 15:01:04,370 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:02:04,354 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 15:02:04,355 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:03:04,359 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:03:04,362 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:04:04,367 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 15:04:04,368 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:04:04,369 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:05:04,345 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:06:04,365 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:06:04,366 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 15:06:04,367 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:07:04,360 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 15:07:04,361 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:07:04,362 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:08:04,340 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:09:04,358 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:09:04,360 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 15:09:04,361 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:10:04,348 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:10:27,224 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 15:10:27,228 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:10:34,335 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:11:05,182 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:11:10,064 basehttp 81907 6325039104 "GET /en/patients/register/ HTTP/1.1" 200 27765 INFO 2025-09-02 15:11:10,140 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:12:07,368 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 15:12:07,369 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:12:07,371 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:12:09,809 basehttp 81907 6159511552 "GET /en/laboratory/orders/create/ HTTP/1.1" 200 36955 INFO 2025-09-02 15:12:09,847 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:13:09,851 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:14:09,860 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:15:09,863 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:16:09,867 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:17:09,866 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:18:09,869 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:19:09,869 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:20:09,866 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:21:09,875 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:22:09,877 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:23:09,880 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:24:09,885 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:25:09,887 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:26:10,315 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:27:12,312 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:29:04,313 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:31:04,327 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:33:04,298 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:34:04,304 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:35:04,303 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:36:04,346 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:37:04,343 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:38:04,350 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:39:04,354 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:40:04,348 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:41:04,354 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:42:04,360 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:43:04,362 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:44:04,363 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:45:04,366 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:46:04,366 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:47:05,333 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:48:07,334 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:50:04,338 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:52:04,343 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:53:04,345 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:55:04,345 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:56:04,341 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:58:04,336 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:59:04,342 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:01:04,337 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:02:04,341 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:04:04,332 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:05:04,337 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:07:04,332 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:08:04,334 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:10:04,331 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:11:04,334 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:13:04,329 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:14:04,333 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:16:04,327 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:17:04,329 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:19:04,323 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:20:04,330 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:21:44,949 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:22:45,322 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:23:47,321 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:25:04,318 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:26:04,332 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:27:04,324 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:29:04,315 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:30:04,319 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:31:04,318 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:33:04,315 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:34:04,314 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:35:04,317 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:36:04,316 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:38:04,334 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:40:04,326 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:41:04,328 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:43:04,327 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:44:04,326 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:45:04,330 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:46:04,331 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:48:04,326 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:49:04,322 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:50:04,325 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:52:04,359 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:53:04,358 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:54:04,361 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:55:04,360 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:57:04,356 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:58:04,369 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:59:04,361 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:01:04,357 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:02:04,361 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:03:04,354 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:05:04,357 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:06:04,356 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:07:04,340 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:08:04,337 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:10:04,331 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:11:04,333 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:13:04,334 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:14:04,334 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:16:04,332 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:17:04,334 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:19:04,336 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:20:04,332 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:21:17,426 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:22:17,425 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:23:17,429 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:24:17,433 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:25:17,436 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:26:17,427 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:27:17,436 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:28:17,442 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:29:17,442 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:30:17,443 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:31:17,445 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:32:18,350 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:33:20,351 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:35:04,355 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:37:04,355 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:39:04,356 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:40:04,351 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:42:04,352 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:43:04,353 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:45:04,350 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:46:04,351 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:47:04,348 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:49:04,347 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:50:04,350 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:52:04,350 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:53:04,348 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:54:04,350 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:55:04,350 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:57:04,347 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:58:04,351 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:00:04,352 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:01:04,350 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:03:04,343 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:04:05,355 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:05:07,344 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:07:04,349 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:08:04,344 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:09:04,347 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:11:04,348 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:13:04,344 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:14:04,346 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:16:04,340 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:18:04,346 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:20:04,344 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:22:04,343 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:23:04,344 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:25:04,346 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:27:04,341 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:28:04,346 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:29:04,343 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:31:04,339 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:33:04,340 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:34:04,356 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:35:04,371 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:37:04,337 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:39:04,362 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 19:36:37,711 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 19:59:37,047 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:01:37,032 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:02:37,032 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:03:37,033 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:07:07,399 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:11:03,300 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:12:33,636 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:14:28,031 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:20:35,181 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:22:55,413 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:30:41,648 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:33:54,630 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:35:59,047 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:36:59,038 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:38:58,958 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:39:58,955 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:41:58,957 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:42:58,958 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:44:58,954 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:46:58,952 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:48:58,949 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:49:58,952 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:51:58,960 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:52:58,942 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:54:58,939 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:56:58,935 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:57:58,939 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:59:58,931 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:00:58,935 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:02:58,933 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:04:58,926 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:05:58,933 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:06:58,930 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:08:58,941 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:09:58,941 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:11:58,937 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:12:58,938 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:14:58,938 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:15:58,940 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:17:59,037 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:18:59,030 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:19:59,035 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:21:59,025 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:22:59,035 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:24:59,033 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:25:59,033 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:27:59,036 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:29:59,039 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:31:59,033 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:32:58,944 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:33:58,964 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:38:50,318 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:51:25,717 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:52:25,723 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:53:25,724 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:55:25,722 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:56:25,751 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:58:25,717 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:00:25,713 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:02:25,712 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:04:25,712 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:05:25,713 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:07:25,803 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:09:25,799 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:10:25,804 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:12:25,792 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:13:25,807 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:14:25,805 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:16:25,805 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:17:25,858 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:19:25,809 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:21:25,816 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:22:25,830 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:23:25,844 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:24:25,850 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:26:25,841 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:27:25,843 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:29:25,842 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:30:25,842 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:32:25,845 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:33:25,843 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:34:25,846 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:36:25,847 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:37:25,812 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:39:25,755 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:40:25,768 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:42:25,770 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:43:25,770 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:45:25,763 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:46:25,767 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:48:25,765 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:49:25,765 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:51:25,760 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:52:52,092 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 22:52:52,100 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 22:52:52,122 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 22:52:52,125 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 22:53:52,082 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 22:53:52,087 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 22:53:52,107 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 22:53:52,109 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 22:55:52,086 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 22:55:52,096 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 22:55:52,116 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 22:55:52,118 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 22:56:52,087 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 22:56:52,097 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 22:56:52,117 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 22:56:52,119 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 22:58:52,094 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 22:58:52,101 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 22:58:52,121 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 22:58:52,123 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 22:59:52,086 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 22:59:52,095 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 22:59:52,115 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 22:59:52,117 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:01:52,079 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:01:52,087 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:01:52,104 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:01:52,109 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:02:52,086 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:02:52,095 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:02:52,115 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:02:52,119 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:04:52,081 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:04:52,091 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:04:52,111 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:04:52,113 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:05:52,086 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:05:52,094 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:05:52,117 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:05:52,119 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:07:52,081 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:07:52,092 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:07:52,114 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:07:52,115 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:08:52,084 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:08:52,094 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:08:52,118 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:08:52,120 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:10:52,078 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:10:52,087 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:10:52,106 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:10:52,108 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:11:52,081 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:11:52,088 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:11:52,110 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:11:52,112 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:13:52,082 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:13:52,091 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:13:52,112 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:13:52,114 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:15:52,077 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:15:52,088 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:15:52,109 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:15:52,111 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:16:52,080 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:16:52,089 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:16:52,109 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:16:52,110 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:18:52,081 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:18:52,090 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:18:52,112 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:18:52,113 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:19:52,082 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:19:52,091 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:19:52,111 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:19:52,113 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:21:52,077 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:21:52,086 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:21:52,108 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:21:52,110 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:23:51,971 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:23:51,981 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:23:51,996 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:23:51,998 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:24:51,969 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:24:51,977 basehttp 81907 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:24:51,997 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:24:51,999 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:25:51,972 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:25:51,981 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:25:52,001 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:25:52,003 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:27:51,970 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:27:51,979 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:27:52,002 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:27:52,004 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:28:51,968 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:28:51,975 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:28:51,995 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:28:51,996 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:29:51,970 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:29:51,978 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:29:52,000 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:29:52,001 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:31:51,963 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:31:51,972 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:31:51,993 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:31:51,995 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:33:51,960 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:33:51,977 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:33:51,999 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:33:52,001 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:34:51,959 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:34:51,968 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:34:51,987 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:34:51,989 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:35:51,959 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:35:51,967 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:35:51,991 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:35:51,992 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:37:51,949 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:37:51,956 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:37:51,971 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:37:51,972 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:38:51,960 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:38:51,969 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:38:51,990 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:38:51,991 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:40:51,954 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:40:51,963 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:40:51,982 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:40:51,984 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:41:51,949 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:41:51,956 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:41:51,974 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:41:51,975 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:42:51,954 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:42:51,963 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:42:51,985 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:42:51,986 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:44:51,950 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:44:51,961 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:44:51,984 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:44:51,986 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:46:51,946 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:46:51,955 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:46:51,974 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:46:51,976 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:47:51,948 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:47:51,956 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:47:51,976 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:47:51,978 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:48:51,947 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:48:51,956 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:48:51,977 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:48:51,979 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:50:51,943 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:50:51,952 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:50:51,974 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:50:51,976 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:51:51,943 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:51:51,947 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:51:51,965 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:51:51,967 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:55:36,247 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:55:36,259 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:55:36,274 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:55:36,276 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:00:31,504 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:00:31,517 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:00:31,534 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:00:31,535 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:03:32,527 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:03:32,536 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:03:32,556 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:03:32,557 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:05:32,483 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:05:32,492 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:05:32,514 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:05:32,515 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:06:32,490 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:06:32,499 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:06:32,518 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:06:32,520 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:07:32,492 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:07:32,500 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:07:32,520 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:07:32,521 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:09:32,483 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:09:32,493 basehttp 81907 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:09:32,514 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:09:32,516 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:10:32,411 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:10:32,421 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:10:32,442 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:10:32,444 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:12:32,421 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:12:32,427 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:12:32,446 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:12:32,448 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:14:32,409 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:14:32,419 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:14:32,439 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:14:32,442 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:16:32,409 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:16:32,420 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:16:32,442 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:16:32,444 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:17:32,409 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:17:32,419 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:17:32,439 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:17:32,440 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:19:32,417 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:19:32,426 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:19:32,444 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:19:32,446 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:20:32,409 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:20:32,418 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:20:32,440 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:20:32,442 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:22:32,415 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:22:32,424 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:22:32,444 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:22:32,446 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:24:32,412 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:24:32,420 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:24:32,437 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:24:32,439 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:25:32,405 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:25:32,414 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:25:32,434 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:25:32,436 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:27:32,505 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:27:32,514 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:27:32,534 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:27:32,535 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:28:32,522 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:28:32,531 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:28:32,551 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:28:32,553 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:30:32,508 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:30:32,517 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:30:32,536 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:30:32,537 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:32:32,525 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:32:32,534 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:32:32,553 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:32:32,554 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:34:32,517 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:34:32,525 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:34:32,546 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:34:32,548 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:35:32,511 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:35:32,518 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:35:32,537 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:35:32,538 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:37:32,522 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:37:32,530 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:37:32,548 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:37:32,549 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:39:32,517 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:39:32,524 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:39:32,541 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:39:32,543 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:40:32,514 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:40:32,523 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:40:32,542 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:40:32,544 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:42:32,519 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:42:32,528 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:42:32,548 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:42:32,550 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:44:32,530 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:44:32,539 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:44:32,559 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:44:32,561 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:45:32,525 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:45:32,534 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:45:32,549 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:45:32,550 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:47:32,517 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:47:32,527 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:47:32,548 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:47:32,550 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:48:32,526 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:48:32,534 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:48:32,555 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:48:32,556 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:50:32,534 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:50:32,542 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:50:32,563 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:50:32,564 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:52:32,529 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:52:32,540 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:52:32,560 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:52:32,562 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:54:32,523 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:54:32,536 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:54:32,556 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:54:32,557 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:55:32,528 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:55:32,537 basehttp 81907 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:55:32,557 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:55:32,559 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:56:32,571 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:56:32,580 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:56:32,601 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:56:32,603 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:58:32,508 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:58:32,514 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:58:32,529 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:58:32,530 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:59:32,510 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:59:32,520 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:59:32,543 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:59:32,544 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:00:32,512 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:00:32,517 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:00:32,534 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:00:32,536 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:01:32,514 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:01:32,523 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:01:32,537 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:01:32,539 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:05:02,950 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:05:02,958 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:05:02,977 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:05:02,979 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:15:00,286 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:15:00,296 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:15:00,317 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:15:00,319 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:18:21,364 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:18:21,371 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:18:21,391 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:18:21,393 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:21:13,060 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:21:13,069 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:21:13,090 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:21:13,092 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:23:13,059 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:23:13,068 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:23:13,088 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:23:13,089 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:25:13,064 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:25:13,072 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:25:13,092 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:25:13,094 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:26:13,071 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:26:13,082 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:26:13,099 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:26:13,101 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:27:13,067 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:27:13,075 basehttp 81907 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:27:13,093 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:27:13,095 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:29:13,063 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:29:13,074 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:29:13,094 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:29:13,096 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:30:13,066 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:30:13,076 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:30:13,097 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:30:13,099 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:31:13,068 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:31:13,072 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:31:13,090 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:31:13,092 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:33:13,066 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:33:13,075 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:33:13,096 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:33:13,098 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:35:13,080 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:35:13,088 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:35:13,109 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:35:13,110 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:37:13,086 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:37:13,093 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:37:13,112 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:37:13,113 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:38:13,089 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:38:13,098 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:38:13,121 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:38:13,122 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:40:13,089 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:40:13,100 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:40:13,121 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:40:13,123 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:41:13,089 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:41:13,098 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:41:13,119 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:41:13,120 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:42:13,093 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:42:13,103 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:42:13,123 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:42:13,125 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:44:13,098 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:44:13,107 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:44:13,130 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:44:13,132 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:46:13,096 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:46:13,105 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:46:13,126 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:46:13,128 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:48:13,098 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:48:13,108 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:48:13,130 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:48:13,132 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:49:13,097 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:49:13,105 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:49:13,124 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:49:13,126 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:50:13,098 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:50:13,105 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:50:13,126 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:50:13,128 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:52:13,108 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:52:13,118 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:52:13,140 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:52:13,141 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:54:13,108 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:54:13,118 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:54:13,139 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:54:13,141 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:55:13,111 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:55:13,125 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:55:13,141 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:55:13,142 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:56:13,110 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:56:13,114 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:56:13,132 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:56:13,134 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:58:13,113 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:58:13,123 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:58:13,144 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:58:13,146 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:59:13,116 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:59:13,125 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:59:13,147 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:59:13,149 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:01:13,112 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:01:13,119 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:01:13,137 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:01:13,139 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:03:13,115 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:03:13,124 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:03:13,144 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:03:13,146 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:05:13,122 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:05:13,132 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:05:13,152 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:05:13,154 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:07:13,101 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:07:13,110 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:07:13,130 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:07:13,132 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:08:13,093 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:08:13,099 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:08:13,114 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:08:13,116 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:10:13,098 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:10:13,104 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:10:13,121 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:10:13,123 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:12:13,097 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:12:13,105 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:12:13,124 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:12:13,126 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:13:13,102 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:13:13,110 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:13:13,130 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:13:13,132 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:14:13,104 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:14:13,112 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:14:13,136 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:14:13,138 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:16:13,104 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:16:13,114 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:16:13,135 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:16:13,137 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:18:13,106 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:18:13,117 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:18:13,139 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:18:13,142 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:19:13,103 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:19:13,110 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:19:13,128 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:19:13,129 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:21:13,101 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:21:13,107 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:21:13,124 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:21:13,126 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:26:33,300 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:26:33,313 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:26:33,329 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:26:33,330 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:34:13,149 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:34:13,160 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:34:13,181 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:34:13,183 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:36:47,888 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:36:47,897 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:36:47,919 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:36:47,922 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:46:58,706 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:46:58,717 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:46:58,730 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:46:58,732 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:57:03,267 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:57:03,277 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:57:03,298 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:57:03,300 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:04:39,600 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:04:39,609 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:04:39,628 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:04:39,630 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:06:56,898 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:06:56,908 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:06:56,926 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:06:56,928 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:16:56,076 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:16:56,086 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:16:56,108 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:16:56,110 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:17:56,078 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:17:56,088 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:17:56,108 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:17:56,110 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:19:55,908 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:19:55,918 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:19:55,939 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:19:55,940 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:20:55,913 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:20:55,921 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:20:55,941 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:20:55,943 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:21:55,911 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:21:55,921 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:21:55,942 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:21:55,944 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:23:55,914 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:23:55,918 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:23:55,937 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:23:55,939 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:25:55,904 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:25:55,914 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:25:55,936 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:25:55,938 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:27:55,911 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:27:55,919 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:27:55,939 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:27:55,941 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:28:55,910 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:28:55,919 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:28:55,940 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:28:55,942 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:30:55,902 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:30:55,909 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:30:55,926 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:30:55,928 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:31:55,910 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:31:55,915 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:31:55,930 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:31:55,931 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:32:55,917 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:32:55,924 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:32:55,945 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:32:55,946 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:34:55,822 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:34:55,830 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:34:55,851 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:34:55,852 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:35:55,815 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:35:55,825 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:35:55,848 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:35:55,849 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:37:55,819 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:37:55,829 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:37:55,849 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:37:55,851 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:39:55,816 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:39:55,843 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:39:55,864 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:39:55,865 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:41:55,805 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:41:55,815 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:41:55,836 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:41:55,839 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:43:55,800 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:43:55,812 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:43:55,833 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:43:55,852 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:44:55,798 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:44:55,808 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:44:55,863 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:44:55,865 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:46:55,794 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:46:55,799 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:46:55,813 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:46:55,815 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:48:55,794 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:48:55,804 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:48:55,824 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:48:55,842 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:50:55,769 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:50:55,777 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:50:55,797 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:50:55,799 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:51:55,744 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:51:55,753 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:51:55,775 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:51:55,776 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:52:55,744 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:52:55,755 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:52:55,776 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:52:55,777 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:53:55,855 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:53:55,917 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:53:55,941 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:53:55,943 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:55:55,733 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:55:55,743 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:55:55,764 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:55:55,765 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:56:55,732 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:56:55,741 basehttp 81907 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:56:55,762 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:56:55,764 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:57:55,732 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:57:55,739 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:57:55,759 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:57:55,761 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:59:55,734 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:59:55,738 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:59:55,752 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:59:55,795 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:01:55,722 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:01:55,732 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:01:55,753 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:01:55,755 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:02:55,721 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:02:55,729 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:02:55,749 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:02:55,750 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:04:55,729 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:04:55,738 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:04:55,757 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:04:55,908 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:05:55,732 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:05:55,741 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:05:55,761 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:05:55,762 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:06:55,736 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:06:55,744 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:06:55,766 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:06:55,767 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:08:55,715 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:08:55,720 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:08:55,736 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:08:55,738 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:09:55,701 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:09:55,709 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:09:55,732 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:09:55,734 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:10:55,745 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:10:55,753 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:10:55,774 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:10:55,776 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:12:55,696 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:12:55,705 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:12:55,727 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:12:55,729 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:13:55,697 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:13:55,708 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:13:55,730 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:13:55,732 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:15:55,702 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:15:55,711 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:15:55,732 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:15:55,734 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:16:55,700 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:16:55,708 basehttp 81907 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:16:55,727 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:16:55,729 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:21:14,235 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:21:14,244 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:21:14,263 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:21:14,264 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:28:02,845 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:28:02,855 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:28:02,875 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:28:02,877 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:29:10,967 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:29:10,971 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:29:10,989 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:29:10,991 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:35:41,017 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:35:41,025 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:35:41,045 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:35:41,047 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:45:39,729 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:45:39,736 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:45:39,754 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:45:39,756 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:51:44,976 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:51:44,986 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:51:45,006 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:51:45,008 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:53:44,979 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:53:44,988 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:53:45,011 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:53:45,012 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:55:44,972 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:55:44,979 basehttp 81907 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:55:44,999 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:55:45,000 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:57:44,977 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:57:44,986 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:57:45,007 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:57:45,008 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:58:44,968 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:58:44,977 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:58:44,996 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:58:44,998 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:59:44,967 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:59:44,974 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:59:44,994 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:59:44,996 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:01:44,965 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:01:44,976 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:01:44,996 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:01:44,998 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:03:44,960 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:03:44,970 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:03:44,993 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:03:44,995 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:04:44,954 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:04:44,959 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:04:44,979 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:04:44,981 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:05:44,963 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:05:44,974 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:05:44,995 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:05:44,997 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:07:44,965 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:07:44,975 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:07:44,996 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:07:44,998 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:09:44,961 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:09:44,971 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:09:44,992 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:09:44,994 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:10:44,961 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:10:44,969 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:10:44,988 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:10:44,990 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:11:44,961 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:11:44,969 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:11:44,988 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:11:44,990 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:12:44,961 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:12:44,970 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:12:44,991 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:12:45,023 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:13:44,961 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:13:44,971 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:13:44,991 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:13:44,993 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:15:44,954 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:15:44,963 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:15:44,992 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:15:44,995 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:16:44,952 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:16:44,961 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:16:44,981 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:16:44,983 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:17:44,954 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:17:44,962 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:17:44,982 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:17:44,984 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:19:44,950 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:19:44,957 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:19:44,977 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:19:44,979 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:21:44,968 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:21:44,974 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:21:44,989 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:21:44,991 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:22:44,976 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:22:44,983 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:22:45,002 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:22:45,004 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:23:44,981 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:23:44,989 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:23:45,007 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:23:45,009 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:24:44,978 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:24:44,987 basehttp 81907 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:24:45,008 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:24:45,010 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:26:44,984 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:26:44,992 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:26:45,011 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:26:45,013 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:28:44,969 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:28:44,976 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:28:44,995 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:28:44,997 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:29:44,969 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:29:44,977 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:29:44,999 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:29:45,000 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:31:44,967 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:31:44,976 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:31:44,997 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:31:44,999 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:33:44,960 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:33:44,968 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:33:44,985 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:33:44,986 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:34:44,965 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:34:44,972 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:34:44,990 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:34:44,991 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:35:44,975 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:35:44,985 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:35:44,999 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:35:45,000 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:37:45,005 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:37:45,016 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:37:45,037 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:37:45,039 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:39:44,999 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:39:45,009 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:39:45,031 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:39:45,033 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:40:45,000 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:40:45,007 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:40:45,026 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:40:45,028 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:42:44,990 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:42:44,996 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:42:45,010 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:42:45,012 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:44:44,997 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:44:45,007 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:44:45,028 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:44:45,030 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:45:45,000 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:45:45,011 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:45:45,032 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:45:45,034 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:46:44,999 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:46:45,003 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:46:45,020 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:46:45,022 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:48:44,999 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:48:45,008 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:48:45,029 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:48:45,030 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:49:44,998 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:49:45,007 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:49:45,028 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:49:45,030 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:52:32,648 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:52:32,661 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:52:32,683 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:52:32,723 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:05:11,163 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:05:11,172 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:05:11,194 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:05:11,196 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:12:13,971 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:12:13,979 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:12:14,022 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:12:14,024 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:14:13,962 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:14:13,972 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:14:13,993 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:14:14,018 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:16:13,960 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:16:13,968 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:16:13,988 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:16:13,990 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:17:13,963 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:17:13,967 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:17:13,990 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:17:13,992 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:18:13,970 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:18:13,979 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:18:13,998 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:18:13,999 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:20:13,951 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:20:13,958 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:20:13,975 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:20:13,977 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:21:13,961 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:21:13,972 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:21:13,993 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:21:13,995 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:23:13,970 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:23:13,977 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:23:13,995 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:23:13,996 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:24:13,968 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:24:13,975 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:24:14,027 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:24:14,029 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:26:13,989 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:26:13,999 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:26:14,020 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:26:14,022 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:27:14,205 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:27:14,217 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:27:14,239 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:27:14,241 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:29:14,224 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:29:14,230 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:29:14,242 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:29:14,243 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:31:14,179 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:31:14,188 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:31:14,209 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:31:14,211 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:33:14,188 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:33:14,197 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:33:14,217 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:33:14,219 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:35:14,192 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:35:14,199 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:35:14,218 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:35:14,253 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:36:14,182 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:36:14,187 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:36:14,201 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:36:14,202 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:37:14,197 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:37:14,205 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:37:14,224 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:37:14,226 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:39:14,193 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:39:14,207 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:39:14,226 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:39:14,227 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:40:14,185 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:40:14,193 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:40:14,212 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:40:14,214 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:42:14,193 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:42:14,203 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:42:14,224 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:42:14,226 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:44:14,203 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:44:14,209 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:44:14,225 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:44:14,226 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:46:14,195 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:46:14,205 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:46:14,225 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:46:14,226 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:47:14,203 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:47:14,213 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:47:14,233 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:47:14,235 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:49:14,204 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:49:14,214 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:49:14,235 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:49:14,237 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:50:14,208 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:50:14,219 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:50:14,243 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:50:14,244 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:52:14,200 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:52:14,207 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:52:14,225 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:52:14,227 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:53:14,210 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:53:14,219 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:53:14,241 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:53:14,242 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:54:14,213 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:54:14,222 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:54:14,243 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:54:14,245 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:56:14,217 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:56:14,226 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:56:14,247 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:56:14,249 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:57:14,201 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:57:14,211 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:57:14,232 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:57:14,233 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:58:14,197 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:58:14,205 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:58:14,225 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:58:14,226 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:00:14,201 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:00:14,209 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:00:14,228 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:00:14,229 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:01:14,202 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:01:14,212 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:01:14,233 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:01:14,235 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:03:14,201 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:03:14,212 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:03:14,234 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:03:14,236 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:04:14,201 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:04:14,210 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:04:14,229 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:04:14,231 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:05:14,215 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:05:14,223 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:05:14,240 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:05:14,241 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:07:14,207 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:07:14,218 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:07:14,239 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:07:14,241 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:09:14,204 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:09:14,215 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:09:14,236 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:09:14,238 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:10:14,218 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:10:14,225 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:10:14,243 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:10:14,245 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:11:14,221 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:11:14,232 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:11:14,247 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:11:14,283 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:19:23,928 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:19:23,936 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:19:23,955 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:19:23,957 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:21:46,064 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:21:46,071 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:21:46,089 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:21:46,091 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:25:47,777 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:25:47,784 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:25:47,802 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:25:47,804 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:35:44,741 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:35:44,745 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:35:44,758 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:35:44,759 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:36:44,737 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:36:44,745 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:36:44,760 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:36:44,762 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:38:44,739 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:38:44,750 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:38:44,772 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:38:44,774 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:40:44,753 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:40:44,760 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:40:44,780 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:40:44,782 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:42:44,739 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:42:44,747 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:42:44,768 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:42:44,771 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:43:44,747 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:43:44,757 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:43:44,777 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:43:44,779 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:44:57,073 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:44:57,079 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:44:57,095 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:44:57,097 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:46:57,093 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:46:57,100 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:46:57,113 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:46:57,115 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:48:57,079 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:48:57,089 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:48:57,110 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:48:57,112 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:50:57,082 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:50:57,090 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:50:57,111 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:50:57,113 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:51:57,087 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:51:57,096 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:51:57,115 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:51:57,117 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:53:57,087 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:53:57,096 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:53:57,117 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:53:57,119 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:54:57,105 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:54:57,114 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:54:57,134 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:54:57,136 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:56:57,093 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:56:57,099 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:56:57,115 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:56:57,116 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:57:57,095 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:57:57,104 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:57:57,123 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:57:57,125 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:59:57,103 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:59:57,111 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:59:57,130 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:59:57,132 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:00:57,094 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:00:57,102 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:00:57,121 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:00:57,123 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:01:57,099 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:01:57,109 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:01:57,131 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:01:57,133 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:03:57,097 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:03:57,106 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:03:57,128 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:03:57,130 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:04:57,101 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:04:57,112 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:04:57,135 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:04:57,136 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:05:57,098 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:05:57,106 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:05:57,126 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:05:57,128 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:06:57,099 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:06:57,108 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:06:57,127 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:06:57,128 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:08:57,100 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:08:57,110 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:08:57,132 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:08:57,133 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:09:57,100 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:09:57,109 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:09:57,129 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:09:57,131 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:11:57,103 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:11:57,112 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:11:57,133 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:11:57,135 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:13:57,106 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:13:57,117 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:13:57,137 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:13:57,139 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:14:57,104 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:14:57,109 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:14:57,121 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:14:57,122 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:15:57,108 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:15:57,115 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:15:57,134 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:15:57,136 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:17:57,120 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:17:57,128 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:17:57,147 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:17:57,149 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:19:57,115 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:19:57,125 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:19:57,147 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:19:57,149 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:20:57,115 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:20:57,126 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:20:57,148 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:20:57,150 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:22:57,113 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:22:57,122 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:22:57,144 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:22:57,145 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:24:57,123 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:24:57,132 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:24:57,152 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:24:57,154 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:26:57,118 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:26:57,128 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:26:57,149 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:26:57,151 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:28:57,121 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:28:57,130 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:28:57,153 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:28:57,155 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:29:57,122 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:29:57,130 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:29:57,152 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:29:57,154 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:31:57,125 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:31:57,135 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:31:57,156 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:31:57,158 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:32:57,125 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:32:57,136 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:32:57,156 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:32:57,158 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:33:57,129 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:33:57,138 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:33:57,156 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:33:57,158 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:34:57,133 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:34:57,141 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:34:57,162 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:34:57,163 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:36:57,133 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:36:57,142 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:36:57,163 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:36:57,165 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:38:57,082 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:38:57,093 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:38:57,114 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:38:57,116 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:39:57,087 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:39:57,102 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:39:57,118 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:39:57,120 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:40:57,088 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:40:57,097 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:40:57,121 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:40:57,122 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:41:57,088 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:41:57,093 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:41:57,110 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:41:57,112 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:42:57,094 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:42:57,103 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:42:57,124 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:42:57,127 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:44:57,090 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:44:57,100 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:44:57,121 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:44:57,123 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:45:57,092 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:45:57,099 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:45:57,118 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:45:57,120 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:48:26,156 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:48:26,164 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:48:26,185 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:48:26,187 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:51:01,586 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:51:01,595 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:51:01,617 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:51:01,619 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:54:11,385 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:54:11,392 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:54:11,409 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:54:11,410 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:55:11,384 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:55:11,395 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:55:11,418 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:55:11,420 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:57:11,382 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:57:11,393 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:57:11,412 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:57:11,445 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:59:11,396 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:59:11,405 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:59:11,423 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:59:11,425 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:00:11,386 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:00:11,395 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:00:11,416 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:00:11,418 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:02:11,392 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:02:11,400 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:02:11,418 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:02:11,419 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:03:11,385 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:03:11,395 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:03:11,414 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:03:11,415 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:05:11,200 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:05:11,208 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:05:11,226 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:05:11,228 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:06:11,198 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:06:11,208 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:06:11,227 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:06:11,228 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:08:11,194 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:08:11,201 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:08:11,219 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:08:11,220 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:09:11,202 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:09:11,212 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:09:11,228 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:09:11,229 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:11:11,216 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:11:11,224 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:11:11,242 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:11:11,243 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:13:11,184 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:13:11,190 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:13:11,206 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:13:11,207 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:14:11,185 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:14:11,194 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:14:11,213 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:14:11,214 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:15:11,185 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:15:11,194 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:15:11,214 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:15:11,216 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:17:11,202 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:17:11,209 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:17:11,227 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:17:11,228 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:19:11,259 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:19:11,268 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:19:11,286 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:19:11,287 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:21:11,254 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:21:11,262 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:21:11,280 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:21:11,281 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:23:11,258 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:23:11,263 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:23:11,276 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:23:11,277 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:25:11,242 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:25:11,253 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:25:11,274 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:25:11,276 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:26:11,242 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:26:11,246 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:26:11,264 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:26:11,266 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:27:11,240 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:27:11,248 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:27:11,273 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:27:11,274 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:29:11,241 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:29:11,251 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:29:11,273 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:29:11,275 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:31:11,245 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:31:11,253 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:31:11,271 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:31:11,273 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:32:11,247 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:32:11,254 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:32:11,272 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:32:11,274 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:33:11,249 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:33:11,258 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:33:11,276 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:33:11,278 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:35:11,219 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:35:11,229 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:35:11,251 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:35:11,293 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:37:11,231 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:37:11,239 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:37:11,258 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:37:11,260 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:38:11,228 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:38:11,235 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:38:11,253 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:38:11,255 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:39:11,222 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:39:11,231 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:39:11,249 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:39:11,250 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:41:11,216 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:41:11,226 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:41:11,247 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:41:11,249 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:42:11,233 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:42:11,242 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:42:11,262 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:42:11,263 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:44:11,225 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:44:11,232 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:44:11,249 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:44:11,250 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:45:11,216 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:45:11,225 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:45:11,246 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:45:11,248 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:47:11,223 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:47:11,231 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:47:11,249 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:47:11,250 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:48:11,226 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:48:11,234 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:48:11,252 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:48:11,254 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:49:11,218 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:49:11,228 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:49:11,249 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:49:11,252 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:51:11,226 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:51:11,233 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:51:11,254 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:51:11,256 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:52:11,251 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:52:11,260 basehttp 81907 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:52:11,282 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:52:11,283 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:56:53,175 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:56:53,184 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:56:53,204 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:56:53,206 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:00:17,667 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:00:17,676 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:00:17,696 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:00:17,698 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:03:31,992 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:03:32,000 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:03:32,020 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:03:32,022 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:07:29,850 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:07:29,855 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:07:29,874 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:07:29,875 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:11:22,817 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:11:22,826 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:11:22,845 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:11:22,847 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:15:00,380 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:15:00,389 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:15:00,410 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:15:00,412 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:16:25,499 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:16:25,507 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:16:25,527 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:16:25,528 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:18:32,661 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:18:32,670 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:18:32,692 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:18:32,694 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:19:32,658 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:19:32,667 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:19:32,687 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:19:32,689 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:21:32,650 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:21:32,660 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:21:32,682 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:21:32,684 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:22:32,655 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:22:32,663 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:22:32,683 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:22:32,685 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:23:32,652 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:23:32,662 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:23:32,684 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:23:32,686 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:25:32,648 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:25:32,657 basehttp 81907 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:25:32,678 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:25:32,680 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:27:32,645 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:27:32,660 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:27:32,684 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:27:32,686 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:28:32,636 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:28:32,641 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:28:32,657 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:28:32,659 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:29:32,642 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:29:32,655 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:29:32,670 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:29:32,672 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:31:32,634 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:31:32,643 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:31:32,665 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:31:32,667 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:32:32,635 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:32:32,645 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:32:32,666 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:32:32,668 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:34:32,631 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:34:32,639 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:34:32,658 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:34:32,660 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:35:32,630 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:35:32,640 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:35:32,660 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:35:32,662 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:37:32,624 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:37:32,634 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:37:32,655 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:37:32,657 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:38:32,625 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:38:32,635 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:38:32,659 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:38:32,661 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:40:32,621 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:40:32,629 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:40:32,648 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:40:32,650 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:41:32,616 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:41:32,624 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:41:32,648 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:41:32,650 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:43:32,615 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:43:32,625 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:43:32,646 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:43:32,649 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:45:32,631 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:45:32,641 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:45:32,663 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:45:32,664 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:46:32,634 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:46:32,642 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:46:32,661 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:46:32,663 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:48:32,630 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:48:32,639 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:48:32,660 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:48:32,662 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:50:32,627 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:50:32,636 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:50:32,659 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:50:32,661 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:51:32,620 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:51:32,628 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:51:32,644 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:51:32,646 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:52:32,625 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:52:32,633 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:52:32,653 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:52:32,654 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:54:32,622 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:54:32,630 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:54:32,651 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:54:32,653 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:55:32,612 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:55:32,616 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:55:32,629 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:55:32,631 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:57:32,610 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:57:32,617 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:57:32,632 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:57:32,634 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:58:32,616 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:58:32,621 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:58:32,641 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:58:32,643 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:00:32,639 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:00:32,648 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:00:32,669 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:00:32,671 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:02:32,636 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:02:32,645 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:02:32,666 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:02:32,668 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:03:32,637 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:03:32,647 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:03:32,669 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:03:32,671 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:04:32,636 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:04:32,644 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:04:32,663 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:04:32,665 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:05:32,639 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:05:32,647 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:05:32,668 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:05:32,669 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:07:32,629 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:07:32,639 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:07:32,660 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:07:32,662 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:09:32,629 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:09:32,638 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:09:32,658 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:09:32,660 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:11:32,620 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:11:32,628 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:11:32,646 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:11:32,648 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:13:32,622 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:13:32,632 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:13:32,653 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:13:32,655 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:15:32,652 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:15:32,663 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:15:32,684 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:15:32,685 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:18:19,923 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:18:19,928 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:18:19,943 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:18:19,944 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:19:19,928 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:19:19,932 basehttp 81907 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:19:19,947 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:19:19,948 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:21:19,922 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:21:19,926 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:21:19,938 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:21:19,939 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:22:19,925 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:22:19,929 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:22:19,943 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:22:19,944 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:23:19,927 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:23:19,932 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:23:19,944 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:23:19,947 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:24:19,933 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:24:19,938 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:24:19,951 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:24:19,952 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:26:19,924 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:26:19,928 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:26:19,940 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:26:19,942 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:27:19,924 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:27:19,928 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:27:19,943 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:27:19,944 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:28:19,923 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:28:19,928 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:28:19,940 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:28:19,942 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:30:19,934 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:30:19,939 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:30:19,952 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:30:19,953 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:31:19,930 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:31:19,935 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:31:19,947 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:31:19,948 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:32:19,933 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:32:19,938 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:32:19,950 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:32:19,951 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:34:19,934 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:34:19,939 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:34:19,953 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:34:19,954 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:35:19,930 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:35:19,934 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:35:19,946 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:35:19,947 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:37:54,886 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:37:54,895 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:37:54,913 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:37:54,915 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:39:54,936 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:39:54,946 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:39:54,969 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:39:54,971 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:40:54,932 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:40:54,943 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:40:54,964 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:40:54,966 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:41:54,936 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:41:54,946 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:41:54,967 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:41:54,969 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:42:54,935 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:42:54,943 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:42:54,962 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:42:54,964 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:44:54,950 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:44:54,958 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:44:54,978 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:44:54,980 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:45:54,953 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:45:54,962 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:45:54,983 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:45:54,985 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:47:54,953 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:47:54,963 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:47:54,985 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:47:54,987 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:48:54,953 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:48:54,961 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:48:54,980 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:48:54,982 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:49:54,957 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:49:54,964 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:49:54,985 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:49:54,987 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:51:54,956 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:51:54,965 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:51:54,985 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:51:54,987 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:53:54,955 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:53:54,965 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:53:54,985 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:53:54,987 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:55:54,960 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:55:54,973 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:55:54,986 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:55:54,987 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:56:54,955 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:56:54,962 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:56:54,979 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:56:54,981 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:57:54,961 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:57:54,970 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:57:54,992 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:57:54,993 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:59:54,971 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:59:54,975 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:59:54,988 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:59:54,990 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:00:54,967 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:00:54,974 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:00:54,991 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:00:54,993 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:01:54,974 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:01:54,981 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:01:55,001 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:01:55,003 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:03:54,973 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:03:54,983 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:03:55,004 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:03:55,006 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:05:54,974 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:05:54,985 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:05:55,006 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:05:55,008 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:07:54,976 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:07:54,984 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:07:55,006 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:07:55,008 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:09:54,986 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:09:54,994 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:09:55,012 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:09:55,014 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:11:54,974 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:11:54,984 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:11:55,005 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:11:55,007 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:12:54,972 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:12:54,977 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:12:54,990 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:12:54,992 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:13:54,981 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:13:54,987 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:13:55,004 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:13:55,006 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:15:55,017 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:15:55,027 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:15:55,049 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:15:55,051 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:17:55,011 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:17:55,022 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:17:55,043 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:17:55,045 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:18:55,015 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:18:55,022 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:18:55,041 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:18:55,043 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:19:55,019 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:19:55,026 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:19:55,046 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:19:55,048 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:21:55,013 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:21:55,020 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:21:55,036 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:21:55,038 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:22:55,019 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:22:55,029 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:22:55,050 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:22:55,052 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:23:55,023 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:23:55,033 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:23:55,054 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:23:55,056 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:25:55,023 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:25:55,032 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:25:55,053 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:25:55,054 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:27:55,023 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:27:55,033 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:27:55,053 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:27:55,055 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:28:55,023 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:28:55,032 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:28:55,054 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:28:55,056 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:30:55,017 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:30:55,025 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:30:55,044 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:30:55,046 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:31:55,012 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:31:55,018 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:31:55,034 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:31:55,036 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:32:55,021 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:32:55,030 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:32:55,051 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:32:55,053 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:34:55,017 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:34:55,027 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:34:55,050 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:34:55,052 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:35:55,021 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:35:55,031 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:35:55,052 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:35:55,054 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:37:55,021 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:37:55,029 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:37:55,048 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:37:55,050 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:46:18,827 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:46:18,832 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:46:18,844 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:46:18,845 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:47:18,830 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:47:18,834 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:47:18,846 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:47:18,847 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:53:16,131 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:53:16,141 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:53:16,161 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:53:16,163 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 13:24:44,930 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 13:24:44,938 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 13:24:44,958 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 13:24:44,960 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:01:31,003 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:01:31,010 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:01:31,024 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:01:31,026 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:04:40,776 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:04:40,782 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:04:40,797 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:04:40,799 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:05:40,771 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:05:40,776 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:05:40,787 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:05:40,788 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:06:40,771 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:06:40,775 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:06:40,787 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:06:40,788 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:08:40,772 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:08:40,779 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:08:40,791 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:08:40,792 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:09:40,782 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:09:40,789 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:09:40,809 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:09:40,810 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:10:40,773 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:10:40,782 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:10:40,802 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:10:40,804 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:12:40,770 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:12:40,781 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:12:40,802 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:12:40,803 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:13:40,771 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:13:40,778 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:13:40,798 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:13:40,800 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:15:40,767 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:15:40,774 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:15:40,791 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:15:40,793 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:17:40,773 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:17:40,782 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:17:40,804 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:17:40,806 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:18:40,776 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:18:40,787 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:18:40,808 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:18:40,809 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:19:40,779 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:19:40,795 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:19:40,810 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:19:40,812 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:21:40,766 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:21:40,774 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:21:40,791 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:21:40,793 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:22:40,774 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:22:40,785 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:22:40,807 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:22:40,809 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:24:40,770 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:24:40,779 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:24:40,799 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:24:40,801 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:25:40,770 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:25:40,777 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:25:40,794 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:25:40,795 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:27:40,773 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:27:40,782 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:27:40,804 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:27:40,805 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:29:40,778 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:29:40,788 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:29:40,808 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:29:40,809 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:30:04,236 basehttp 81907 6159511552 "GET /en/admin/laboratory/labtest/ HTTP/1.1" 302 0 INFO 2025-09-03 14:30:04,248 basehttp 81907 6159511552 "GET /en/admin/login/?next=/en/admin/laboratory/labtest/ HTTP/1.1" 200 4250 INFO 2025-09-03 14:30:04,270 basehttp 81907 6341865472 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-03 14:30:04,271 basehttp 81907 6358691840 "GET /static/admin/css/login.css HTTP/1.1" 200 951 INFO 2025-09-03 14:30:04,271 basehttp 81907 6325039104 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-03 14:30:04,271 basehttp 81907 6159511552 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-03 14:30:04,271 basehttp 81907 6375518208 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-03 14:30:04,272 basehttp 81907 6392344576 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-03 14:30:04,273 basehttp 81907 6375518208 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 WARNING 2025-09-03 14:30:04,295 log 81907 6375518208 Not Found: /favicon.ico WARNING 2025-09-03 14:30:04,295 basehttp 81907 6375518208 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-03 14:30:10,532 basehttp 81907 6375518208 "GET /en/laboratory/orders/create/ HTTP/1.1" 302 0 INFO 2025-09-03 14:30:10,542 basehttp 81907 6375518208 "GET /accounts/login/?next=/en/laboratory/orders/create/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:30:10,563 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:30:10,564 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/laboratory/orders/create/ HTTP/1.1" 500 161343 INFO 2025-09-03 14:31:27,541 autoreload 87393 8466948288 Watching for file changes with StatReloader ERROR 2025-09-03 14:31:30,694 log 87393 6125072384 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:31:30,696 basehttp 87393 6125072384 "GET /en/accounts/login/?next=/en/laboratory/orders/create/ HTTP/1.1" 500 161343 ERROR 2025-09-03 14:31:31,412 log 87393 6125072384 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:31:31,414 basehttp 87393 6125072384 "GET /en/accounts/login/?next=/en/laboratory/orders/create/ HTTP/1.1" 500 161343 ERROR 2025-09-03 14:31:32,374 log 87393 6125072384 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:31:32,376 basehttp 87393 6125072384 "GET /en/accounts/login/?next=/en/laboratory/orders/create/ HTTP/1.1" 500 161343 INFO 2025-09-03 14:31:37,304 basehttp 87393 6125072384 "GET /en/ HTTP/1.1" 302 0 INFO 2025-09-03 14:31:37,313 basehttp 87393 6125072384 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:31:37,333 log 87393 6141898752 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:31:37,334 basehttp 87393 6141898752 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160320 INFO 2025-09-03 14:31:42,550 basehttp 87393 6141898752 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-09-03 14:31:42,585 basehttp 87393 6125072384 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-09-03 14:31:42,597 basehttp 87393 6125072384 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-09-03 14:31:44,700 basehttp 87393 6125072384 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-09-03 14:31:44,724 basehttp 87393 6125072384 "GET /en/admin/ HTTP/1.1" 200 88951 INFO 2025-09-03 14:31:44,740 basehttp 87393 6125072384 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-09-03 14:31:44,742 basehttp 87393 6125072384 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-03 14:31:44,742 basehttp 87393 6141898752 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-03 14:31:47,447 basehttp 87393 6141898752 "GET / HTTP/1.1" 302 0 INFO 2025-09-03 14:31:47,475 basehttp 87393 6125072384 "GET /en/ HTTP/1.1" 200 49863 INFO 2025-09-03 14:31:47,488 basehttp 87393 6158725120 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-03 14:31:47,492 basehttp 87393 6125072384 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-03 14:31:47,493 basehttp 87393 6158725120 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-03 14:31:47,493 basehttp 87393 13338013696 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-03 14:31:47,498 basehttp 87393 13321187328 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-03 14:31:47,499 basehttp 87393 6141898752 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-03 14:31:47,499 basehttp 87393 13304360960 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-03 14:31:47,505 basehttp 87393 13338013696 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-03 14:31:47,507 basehttp 87393 6125072384 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-03 14:31:47,868 basehttp 87393 6141898752 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-03 14:31:47,868 basehttp 87393 13338013696 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-03 14:31:47,868 basehttp 87393 6125072384 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-03 14:31:47,869 basehttp 87393 13304360960 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-03 14:31:47,869 basehttp 87393 13321187328 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-03 14:31:47,871 basehttp 87393 6158725120 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-03 14:31:47,872 basehttp 87393 13338013696 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-03 14:31:47,873 basehttp 87393 6141898752 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-03 14:31:47,873 basehttp 87393 6125072384 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-03 14:31:47,874 basehttp 87393 13321187328 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-03 14:31:47,875 basehttp 87393 13304360960 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-03 14:31:47,875 basehttp 87393 13338013696 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-03 14:31:47,877 basehttp 87393 6141898752 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-03 14:31:47,877 basehttp 87393 6125072384 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-03 14:31:47,878 basehttp 87393 6158725120 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-03 14:31:47,879 basehttp 87393 13304360960 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-03 14:31:47,880 basehttp 87393 13321187328 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-03 14:31:47,881 basehttp 87393 6125072384 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-03 14:31:47,882 basehttp 87393 6141898752 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-03 14:31:47,882 basehttp 87393 6158725120 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-03 14:31:47,883 basehttp 87393 6141898752 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-03 14:31:47,884 basehttp 87393 13338013696 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-03 14:31:47,885 basehttp 87393 6141898752 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-03 14:31:47,906 basehttp 87393 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:31:47,910 basehttp 87393 6125072384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 14:31:47,911 basehttp 87393 6158725120 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-03 14:31:47,913 basehttp 87393 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-09-03 14:31:49,716 log 87393 13321187328 Forbidden (CSRF token from POST incorrect.): /en/admin/login/ WARNING 2025-09-03 14:31:49,717 basehttp 87393 13321187328 "POST /en/admin/login/?next=/en/admin/laboratory/labtest/ HTTP/1.1" 403 2503 INFO 2025-09-03 14:31:55,078 basehttp 87393 13321187328 "GET /en/admin/login/?next=/en/admin/laboratory/labtest/ HTTP/1.1" 302 0 INFO 2025-09-03 14:31:55,105 basehttp 87393 13321187328 "GET /en/admin/ HTTP/1.1" 200 88951 INFO 2025-09-03 14:31:56,011 basehttp 87393 13321187328 "GET /en/admin/ HTTP/1.1" 200 88951 INFO 2025-09-03 14:31:57,514 basehttp 87393 13321187328 "GET /en/admin/analytics/datasource/ HTTP/1.1" 200 73679 INFO 2025-09-03 14:31:57,527 basehttp 87393 13321187328 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-03 14:31:57,527 basehttp 87393 6141898752 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-03 14:31:57,527 basehttp 87393 13304360960 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-03 14:31:57,528 basehttp 87393 13338013696 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-03 14:31:57,529 basehttp 87393 13321187328 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-03 14:31:57,529 basehttp 87393 6141898752 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-03 14:31:57,530 basehttp 87393 13304360960 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-03 14:31:57,533 basehttp 87393 13321187328 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-03 14:31:57,533 basehttp 87393 6141898752 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-03 14:31:57,534 basehttp 87393 6125072384 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-03 14:31:57,535 basehttp 87393 6158725120 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 14:31:57,537 basehttp 87393 6125072384 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-03 14:31:57,537 basehttp 87393 13338013696 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-03 14:31:57,546 basehttp 87393 13338013696 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-03 14:31:57,546 basehttp 87393 6125072384 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-03 14:32:06,392 basehttp 87393 6125072384 "GET /en/admin/operating_theatre/surgicalnote/ HTTP/1.1" 200 69023 INFO 2025-09-03 14:32:06,405 basehttp 87393 6125072384 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-09-03 14:32:13,076 log 87393 6125072384 Internal Server Error: /en/admin/analytics/report/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'execution_count_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Report has no field named 'execution_count_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/admin.py", line 379, in execution_count_display return obj.execution_count ^^^^^^^^^^^^^^^^^^^ AttributeError: 'Report' object has no attribute 'execution_count' ERROR 2025-09-03 14:32:13,079 basehttp 87393 6125072384 "GET /en/admin/analytics/report/ HTTP/1.1" 500 392608 INFO 2025-09-03 14:32:18,757 basehttp 87393 6125072384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-03 14:32:48,757 basehttp 87393 6125072384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:32:48,761 basehttp 87393 13338013696 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 14:32:48,762 basehttp 87393 6158725120 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-03 14:33:10,675 basehttp 87393 6158725120 "GET /en/admin/operating_theatre/surgicalnote/ HTTP/1.1" 200 69023 INFO 2025-09-03 14:33:11,534 basehttp 87393 6158725120 "GET /en/admin/operating_theatre/surgicalnote/ HTTP/1.1" 200 69023 INFO 2025-09-03 14:33:11,545 basehttp 87393 6158725120 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 14:33:16,737 basehttp 87393 6158725120 "GET /en/ HTTP/1.1" 200 49863 INFO 2025-09-03 14:33:16,808 basehttp 87393 6158725120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:33:16,809 basehttp 87393 6125072384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 14:33:16,811 basehttp 87393 6141898752 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-03 14:33:16,812 basehttp 87393 13338013696 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-03 14:33:18,827 basehttp 87393 13338013696 "GET /en/appointments/create/ HTTP/1.1" 200 36516 INFO 2025-09-03 14:33:18,860 basehttp 87393 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:33:46,800 basehttp 87393 13338013696 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-03 14:34:03,080 basehttp 87393 13338013696 "GET /en/appointments/create/ HTTP/1.1" 200 36516 INFO 2025-09-03 14:34:03,114 basehttp 87393 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:34:09,093 basehttp 87393 13338013696 "GET /en/appointments/ HTTP/1.1" 200 44186 INFO 2025-09-03 14:34:09,127 basehttp 87393 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:34:09,141 basehttp 87393 6141898752 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-03 14:34:15,826 basehttp 87393 6141898752 "GET /en/appointments/queue/ HTTP/1.1" 200 18951 INFO 2025-09-03 14:34:15,857 basehttp 87393 6141898752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:35:15,860 basehttp 87393 6141898752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:36:15,871 basehttp 87393 6141898752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:37:16,744 basehttp 87393 6141898752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:38:17,757 basehttp 87393 6141898752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:39:18,754 basehttp 87393 6141898752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:40:19,742 basehttp 87393 6141898752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:40:50,762 autoreload 87393 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-03 14:40:51,095 autoreload 91595 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 14:40:53,723 basehttp 91595 6127349760 "GET /en/appointments/queue/ HTTP/1.1" 200 18951 INFO 2025-09-03 14:40:53,785 basehttp 91595 6127349760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:40:55,783 basehttp 91595 6127349760 "GET /en/appointments/queue/ HTTP/1.1" 200 18951 INFO 2025-09-03 14:40:55,814 basehttp 91595 6127349760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:41:06,960 basehttp 91595 6127349760 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 74962 INFO 2025-09-03 14:41:06,975 basehttp 91595 6127349760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 14:41:06,991 basehttp 91595 6127349760 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-03 14:41:13,029 basehttp 91595 6127349760 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 86544 INFO 2025-09-03 14:41:13,044 basehttp 91595 6127349760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 14:41:54,683 autoreload 91595 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-03 14:41:55,016 autoreload 92068 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 14:41:56,023 basehttp 92068 6159921152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:41:56,729 basehttp 92068 6159921152 "GET /en/appointments/queue/ HTTP/1.1" 200 29918 INFO 2025-09-03 14:41:56,802 basehttp 92068 6159921152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 14:41:56,848 log 92068 12918534144 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:41:56,857 log 92068 12901707776 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:41:56,864 log 92068 12952186880 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:41:56,869 log 92068 12969013248 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:41:56,872 log 92068 6159921152 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:41:56,872 basehttp 92068 12918534144 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 89251 ERROR 2025-09-03 14:41:56,877 log 92068 12935360512 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:41:56,877 basehttp 92068 12901707776 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 89473 ERROR 2025-09-03 14:41:56,878 basehttp 92068 12952186880 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 89365 ERROR 2025-09-03 14:41:56,879 basehttp 92068 12969013248 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 89354 ERROR 2025-09-03 14:41:56,879 basehttp 92068 6159921152 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 89547 ERROR 2025-09-03 14:41:56,880 basehttp 92068 12935360512 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 89506 INFO 2025-09-03 14:42:17,109 autoreload 92068 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-03 14:42:17,459 autoreload 92231 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 14:42:26,031 basehttp 92231 6191099904 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 74962 INFO 2025-09-03 14:42:26,047 basehttp 92231 6191099904 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-09-03 14:42:27,826 log 92231 6207926272 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:42:27,834 basehttp 92231 6207926272 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 89251 ERROR 2025-09-03 14:42:27,838 log 92231 6191099904 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:42:27,840 basehttp 92231 6191099904 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 89473 ERROR 2025-09-03 14:42:27,850 log 92231 6241579008 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:42:27,853 log 92231 6258405376 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:42:27,855 basehttp 92231 6241579008 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 89365 ERROR 2025-09-03 14:42:27,859 log 92231 6275231744 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:42:27,862 log 92231 6224752640 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:42:27,862 basehttp 92231 6258405376 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 89354 ERROR 2025-09-03 14:42:27,863 basehttp 92231 6275231744 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 89547 ERROR 2025-09-03 14:42:27,863 basehttp 92231 6224752640 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 89506 INFO 2025-09-03 14:42:32,432 basehttp 92231 6224752640 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 86544 INFO 2025-09-03 14:42:32,446 basehttp 92231 6224752640 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 WARNING 2025-09-03 14:42:43,993 log 92231 6224752640 Forbidden (CSRF token missing.): /en/appointments/queue/9/call-next/ WARNING 2025-09-03 14:42:43,993 basehttp 92231 6224752640 "POST /en/appointments/queue/9/call-next/ HTTP/1.1" 403 2491 WARNING 2025-09-03 14:42:46,630 log 92231 6224752640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:42:46,630 basehttp 92231 6224752640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 14:42:46,679 basehttp 92231 6224752640 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-03 14:42:53,059 basehttp 92231 6224752640 "GET /en/appointments/queue/ HTTP/1.1" 200 29918 WARNING 2025-09-03 14:42:53,073 log 92231 6224752640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:42:53,074 basehttp 92231 6224752640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 14:42:53,202 basehttp 92231 6224752640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 14:42:53,279 log 92231 6258405376 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:42:53,284 basehttp 92231 6258405376 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 89251 ERROR 2025-09-03 14:42:53,294 log 92231 6207926272 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:42:53,299 log 92231 6191099904 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:42:53,303 log 92231 6241579008 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:42:53,304 basehttp 92231 6207926272 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 89354 ERROR 2025-09-03 14:42:53,306 basehttp 92231 6191099904 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 89365 ERROR 2025-09-03 14:42:53,309 log 92231 6275231744 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:42:53,313 log 92231 6224752640 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:42:53,313 basehttp 92231 6241579008 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 89506 ERROR 2025-09-03 14:42:53,314 basehttp 92231 6275231744 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 89473 ERROR 2025-09-03 14:42:53,315 basehttp 92231 6224752640 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 89547 ERROR 2025-09-03 14:43:23,241 log 92231 6275231744 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:43:23,244 basehttp 92231 6275231744 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 89251 ERROR 2025-09-03 14:43:23,252 log 92231 6224752640 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:43:23,255 basehttp 92231 6224752640 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 89473 ERROR 2025-09-03 14:43:23,264 log 92231 6207926272 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:43:23,271 log 92231 6258405376 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:43:23,275 log 92231 6191099904 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:43:23,278 log 92231 6241579008 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:43:23,279 basehttp 92231 6207926272 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 89354 ERROR 2025-09-03 14:43:23,279 basehttp 92231 6258405376 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 89547 ERROR 2025-09-03 14:43:23,279 basehttp 92231 6191099904 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 89365 ERROR 2025-09-03 14:43:23,280 basehttp 92231 6241579008 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 89506 INFO 2025-09-03 14:43:26,478 autoreload 92231 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-03 14:43:26,820 autoreload 92769 8466948288 Watching for file changes with StatReloader ERROR 2025-09-03 14:43:28,761 log 92769 6203338752 Internal Server Error: /en/appointments/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1720, in get_queryset return QueueEntry.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:43:28,763 basehttp 92769 6203338752 "GET /en/appointments/queue/ HTTP/1.1" 500 134888 WARNING 2025-09-03 14:43:28,787 log 92769 6203338752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:43:28,787 basehttp 92769 6203338752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 14:43:43,637 autoreload 92769 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-03 14:43:43,961 autoreload 92854 8466948288 Watching for file changes with StatReloader ERROR 2025-09-03 14:43:44,624 log 92854 6204747776 Internal Server Error: /en/appointments/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1722, in get_queryset ).order_by('name') ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:43:44,625 basehttp 92854 6204747776 "GET /en/appointments/queue/ HTTP/1.1" 500 103423 WARNING 2025-09-03 14:43:44,639 log 92854 6204747776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:43:44,639 basehttp 92854 6204747776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 14:43:45,775 log 92854 6204747776 Internal Server Error: /en/appointments/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1722, in get_queryset ).order_by('name') ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:43:45,775 basehttp 92854 6204747776 "GET /en/appointments/queue/ HTTP/1.1" 500 103423 WARNING 2025-09-03 14:43:45,787 log 92854 6204747776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:43:45,787 basehttp 92854 6204747776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 14:44:11,201 autoreload 92854 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-03 14:44:11,516 autoreload 93091 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 14:44:12,611 basehttp 93091 6124531712 "GET /en/appointments/queue/ HTTP/1.1" 200 44850 WARNING 2025-09-03 14:44:12,622 log 93091 6124531712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:44:12,623 basehttp 93091 6124531712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 14:44:12,775 log 93091 6141358080 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:44:12,780 basehttp 93091 6141358080 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:44:12,784 log 93091 13069578240 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:44:12,786 basehttp 93091 13069578240 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:44:12,788 basehttp 93091 6124531712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 14:44:12,803 log 93091 6141358080 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:44:12,804 basehttp 93091 6141358080 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:44:12,810 log 93091 6124531712 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:44:12,811 basehttp 93091 6124531712 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:44:12,813 log 93091 13069578240 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:44:12,814 basehttp 93091 13069578240 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:44:12,825 log 93091 13035925504 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:44:12,827 log 93091 6141358080 Not Found: /en/appointments/queue/5/status/ ERROR 2025-09-03 14:44:12,835 log 93091 6158184448 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:44:12,837 basehttp 93091 13035925504 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 89354 WARNING 2025-09-03 14:44:12,837 basehttp 93091 6141358080 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:44:12,843 log 93091 6124531712 Not Found: /en/appointments/queue/4/status/ ERROR 2025-09-03 14:44:12,843 basehttp 93091 6158184448 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 89506 WARNING 2025-09-03 14:44:12,844 basehttp 93091 6124531712 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:44:12,855 log 93091 13052751872 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:44:12,857 basehttp 93091 13052751872 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 89547 ERROR 2025-09-03 14:44:12,862 log 93091 13069578240 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:44:12,864 basehttp 93091 13069578240 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 89365 WARNING 2025-09-03 14:44:12,867 log 93091 6158184448 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:44:12,868 basehttp 93091 6158184448 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:44:12,883 log 93091 13035925504 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:44:12,888 log 93091 6141358080 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:44:12,888 basehttp 93091 13035925504 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 89251 ERROR 2025-09-03 14:44:12,889 basehttp 93091 6141358080 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 89473 WARNING 2025-09-03 14:44:42,795 log 93091 6141358080 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:44:42,797 log 93091 6124531712 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:44:42,801 log 93091 13052751872 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:44:42,803 basehttp 93091 6141358080 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:44:42,803 basehttp 93091 13052751872 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:44:42,803 basehttp 93091 6124531712 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:44:42,822 log 93091 6158184448 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:44:42,824 basehttp 93091 6158184448 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 89354 ERROR 2025-09-03 14:44:42,833 log 93091 13035925504 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:44:42,835 log 93091 6124531712 Not Found: /en/appointments/queue/3/status/ ERROR 2025-09-03 14:44:42,839 log 93091 13069578240 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:44:42,841 log 93091 6141358080 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:44:42,843 log 93091 13052751872 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:44:42,844 basehttp 93091 6124531712 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:44:42,844 basehttp 93091 13035925504 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 89506 WARNING 2025-09-03 14:44:42,845 basehttp 93091 6141358080 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:44:42,845 basehttp 93091 13069578240 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 89547 WARNING 2025-09-03 14:44:42,845 basehttp 93091 13052751872 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:44:42,849 log 93091 6158184448 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:44:42,849 basehttp 93091 6158184448 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:44:42,884 log 93091 13069578240 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:44:42,886 basehttp 93091 13069578240 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:44:42,897 log 93091 6141358080 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:44:42,901 log 93091 6124531712 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:44:42,903 basehttp 93091 6141358080 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 89251 ERROR 2025-09-03 14:44:42,907 log 93091 13035925504 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:44:42,907 basehttp 93091 6124531712 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 89473 ERROR 2025-09-03 14:44:42,907 basehttp 93091 13035925504 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 89365 INFO 2025-09-03 14:44:45,083 autoreload 93091 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-03 14:44:45,444 autoreload 93329 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 14:44:46,318 basehttp 93329 6194540544 "GET /en/appointments/queue/ HTTP/1.1" 200 44850 WARNING 2025-09-03 14:44:46,370 log 93329 6194540544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:44:46,370 basehttp 93329 6194540544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 14:44:46,480 log 93329 6211366912 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:44:46,480 basehttp 93329 6211366912 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:44:46,483 basehttp 93329 6194540544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 14:44:46,491 log 93329 6278672384 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:44:46,493 basehttp 93329 6278672384 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:44:46,503 log 93329 6211366912 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:44:46,504 basehttp 93329 6211366912 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:44:46,512 log 93329 6194540544 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:44:46,513 basehttp 93329 6194540544 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:44:46,517 log 93329 6278672384 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:44:46,518 basehttp 93329 6278672384 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:44:46,524 log 93329 6211366912 Not Found: /en/appointments/queue/5/status/ ERROR 2025-09-03 14:44:46,529 log 93329 6245019648 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:44:46,530 basehttp 93329 6211366912 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:44:46,539 log 93329 6228193280 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:44:46,542 log 93329 6194540544 Not Found: /en/appointments/queue/4/status/ ERROR 2025-09-03 14:44:46,546 log 93329 6261846016 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:44:46,546 basehttp 93329 6245019648 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 89406 ERROR 2025-09-03 14:44:46,547 basehttp 93329 6228193280 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 89558 WARNING 2025-09-03 14:44:46,547 basehttp 93329 6194540544 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:44:46,551 basehttp 93329 6261846016 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 89599 ERROR 2025-09-03 14:44:46,566 log 93329 6278672384 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:44:46,570 basehttp 93329 6278672384 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 89417 WARNING 2025-09-03 14:44:46,574 log 93329 6194540544 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:44:46,574 basehttp 93329 6194540544 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:44:46,579 log 93329 6211366912 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:44:46,580 basehttp 93329 6211366912 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 89525 ERROR 2025-09-03 14:44:46,585 log 93329 6245019648 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:44:46,586 basehttp 93329 6245019648 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 89303 WARNING 2025-09-03 14:45:16,466 log 93329 6245019648 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:45:16,466 basehttp 93329 6245019648 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:45:16,505 log 93329 6228193280 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:45:16,509 log 93329 6261846016 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:45:16,512 basehttp 93329 6228193280 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:45:16,512 basehttp 93329 6261846016 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:45:16,515 log 93329 6245019648 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:45:16,517 basehttp 93329 6245019648 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:45:16,532 log 93329 6261846016 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:45:16,533 basehttp 93329 6261846016 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:45:16,540 log 93329 6228193280 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:45:16,541 basehttp 93329 6228193280 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:45:16,547 log 93329 6194540544 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:45:16,551 log 93329 6278672384 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:45:16,552 log 93329 6245019648 Not Found: /en/appointments/queue/4/status/ ERROR 2025-09-03 14:45:16,557 log 93329 6211366912 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:45:16,557 basehttp 93329 6194540544 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 89406 ERROR 2025-09-03 14:45:16,559 basehttp 93329 6278672384 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 89599 WARNING 2025-09-03 14:45:16,559 basehttp 93329 6245019648 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:45:16,561 basehttp 93329 6211366912 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 89558 ERROR 2025-09-03 14:45:16,578 log 93329 6261846016 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:45:16,584 log 93329 6228193280 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:45:16,585 basehttp 93329 6261846016 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 89417 WARNING 2025-09-03 14:45:16,590 log 93329 6278672384 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:45:16,590 basehttp 93329 6278672384 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:45:16,590 basehttp 93329 6228193280 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 89525 ERROR 2025-09-03 14:45:16,597 log 93329 6194540544 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:45:16,598 basehttp 93329 6194540544 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 89303 INFO 2025-09-03 14:45:18,894 autoreload 93329 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-03 14:45:19,277 autoreload 93569 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 14:45:21,121 basehttp 93569 6171455488 "GET /en/appointments/queue/ HTTP/1.1" 200 44850 WARNING 2025-09-03 14:45:21,176 log 93569 6171455488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:45:21,176 basehttp 93569 6171455488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 14:45:21,281 log 93569 13035925504 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:45:21,282 basehttp 93569 13035925504 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:45:21,283 basehttp 93569 6171455488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 14:45:21,291 log 93569 13103230976 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:45:21,293 basehttp 93569 13103230976 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:45:21,306 log 93569 6171455488 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:45:21,308 log 93569 13035925504 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:45:21,309 basehttp 93569 6171455488 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:45:21,309 basehttp 93569 13035925504 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:45:21,318 log 93569 13103230976 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:45:21,321 basehttp 93569 13103230976 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:45:21,330 log 93569 6171455488 Not Found: /en/appointments/queue/5/status/ ERROR 2025-09-03 14:45:21,335 log 93569 13069578240 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('actual_wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:45:21,339 log 93569 13086404608 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('actual_wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:45:21,340 basehttp 93569 6171455488 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:45:21,342 log 93569 13035925504 Not Found: /en/appointments/queue/4/status/ ERROR 2025-09-03 14:45:21,346 log 93569 13052751872 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('actual_wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:45:21,352 basehttp 93569 13069578240 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115327 ERROR 2025-09-03 14:45:21,353 basehttp 93569 13086404608 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115429 WARNING 2025-09-03 14:45:21,354 basehttp 93569 13035925504 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:45:21,354 basehttp 93569 13052751872 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115399 ERROR 2025-09-03 14:45:21,364 log 93569 13103230976 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('actual_wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:45:21,365 basehttp 93569 13103230976 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115333 WARNING 2025-09-03 14:45:21,377 log 93569 13086404608 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:45:21,380 basehttp 93569 13086404608 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:45:21,386 log 93569 6171455488 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('actual_wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:45:21,387 basehttp 93569 6171455488 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115380 ERROR 2025-09-03 14:45:21,393 log 93569 13069578240 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('actual_wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:45:21,394 basehttp 93569 13069578240 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115274 WARNING 2025-09-03 14:45:51,291 log 93569 13052751872 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:45:51,293 log 93569 13069578240 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:45:51,294 log 93569 13035925504 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:45:51,295 basehttp 93569 13069578240 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:45:51,295 basehttp 93569 13052751872 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:45:51,300 basehttp 93569 13035925504 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:45:51,325 log 93569 13069578240 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:45:51,328 basehttp 93569 13069578240 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:45:51,334 log 93569 13086404608 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('actual_wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:45:51,340 log 93569 13103230976 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('actual_wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:45:51,342 log 93569 13035925504 Not Found: /en/appointments/queue/5/status/ ERROR 2025-09-03 14:45:51,343 basehttp 93569 13086404608 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115327 ERROR 2025-09-03 14:45:51,347 log 93569 6171455488 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('actual_wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:45:51,349 log 93569 13052751872 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:45:51,350 basehttp 93569 13035925504 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:45:51,350 basehttp 93569 13103230976 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115429 WARNING 2025-09-03 14:45:51,350 basehttp 93569 13052751872 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:45:51,351 basehttp 93569 6171455488 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115399 WARNING 2025-09-03 14:45:51,379 log 93569 13069578240 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:45:51,380 basehttp 93569 13069578240 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:45:51,395 log 93569 13052751872 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:45:51,397 basehttp 93569 13052751872 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:45:51,413 log 93569 13086404608 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('actual_wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:45:51,420 log 93569 13035925504 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('actual_wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:45:51,421 basehttp 93569 13086404608 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115333 ERROR 2025-09-03 14:45:51,428 log 93569 13103230976 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('actual_wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:45:51,429 basehttp 93569 13035925504 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115380 ERROR 2025-09-03 14:45:51,435 basehttp 93569 13103230976 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115274 INFO 2025-09-03 14:46:01,084 autoreload 93569 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-03 14:46:01,397 autoreload 93884 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 14:46:01,784 basehttp 93884 6128955392 "GET /en/appointments/queue/ HTTP/1.1" 200 44850 WARNING 2025-09-03 14:46:01,861 log 93884 6128955392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:46:01,861 basehttp 93884 6128955392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 14:46:01,942 log 93884 6145781760 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:46:01,943 basehttp 93884 6145781760 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:46:01,947 log 93884 6213087232 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:46:01,948 basehttp 93884 6213087232 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:46:01,948 basehttp 93884 6128955392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 14:46:01,968 log 93884 6213087232 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:46:01,970 basehttp 93884 6213087232 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:46:01,971 log 93884 6145781760 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:46:01,972 basehttp 93884 6145781760 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:46:01,974 log 93884 6128955392 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:46:01,976 basehttp 93884 6128955392 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:46:01,986 log 93884 6179434496 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:46:01,995 log 93884 6162608128 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:46:02,000 log 93884 6213087232 Not Found: /en/appointments/queue/5/status/ ERROR 2025-09-03 14:46:02,005 log 93884 6196260864 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:46:02,007 log 93884 6145781760 Not Found: /en/appointments/queue/4/status/ ERROR 2025-09-03 14:46:02,010 basehttp 93884 6179434496 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 ERROR 2025-09-03 14:46:02,012 basehttp 93884 6162608128 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 WARNING 2025-09-03 14:46:02,012 basehttp 93884 6213087232 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:46:02,013 basehttp 93884 6145781760 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:46:02,013 basehttp 93884 6196260864 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 ERROR 2025-09-03 14:46:02,024 log 93884 6128955392 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:46:02,026 basehttp 93884 6128955392 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 WARNING 2025-09-03 14:46:02,045 log 93884 6162608128 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:46:02,047 basehttp 93884 6162608128 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:46:02,056 log 93884 6213087232 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:46:02,058 basehttp 93884 6213087232 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 ERROR 2025-09-03 14:46:02,062 log 93884 6179434496 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:46:02,062 basehttp 93884 6179434496 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 WARNING 2025-09-03 14:46:31,946 log 93884 6179434496 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:46:31,947 basehttp 93884 6179434496 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:46:31,956 log 93884 6145781760 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:46:31,957 basehttp 93884 6145781760 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:46:31,963 log 93884 6196260864 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:46:31,974 basehttp 93884 6196260864 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:46:31,977 log 93884 6179434496 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:46:31,980 basehttp 93884 6179434496 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:46:31,991 log 93884 6145781760 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:46:31,992 basehttp 93884 6145781760 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:46:31,997 log 93884 6196260864 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:46:31,998 basehttp 93884 6196260864 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:46:32,005 log 93884 6162608128 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:46:32,007 log 93884 6179434496 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:46:32,011 basehttp 93884 6179434496 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:46:32,011 basehttp 93884 6162608128 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 ERROR 2025-09-03 14:46:32,017 log 93884 6213087232 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:46:32,023 log 93884 6128955392 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:46:32,030 basehttp 93884 6213087232 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 ERROR 2025-09-03 14:46:32,034 basehttp 93884 6128955392 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 WARNING 2025-09-03 14:46:32,047 log 93884 6179434496 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:46:32,047 basehttp 93884 6179434496 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:46:32,054 log 93884 6145781760 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:46:32,058 basehttp 93884 6145781760 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 ERROR 2025-09-03 14:46:32,065 log 93884 6196260864 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:46:32,067 basehttp 93884 6196260864 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 ERROR 2025-09-03 14:46:32,072 log 93884 6162608128 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:46:32,073 basehttp 93884 6162608128 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 INFO 2025-09-03 14:47:01,949 basehttp 93884 6162608128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 14:47:01,960 log 93884 6196260864 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:47:01,961 basehttp 93884 6196260864 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:47:01,965 log 93884 6213087232 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:47:01,967 basehttp 93884 6213087232 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:47:01,978 log 93884 6162608128 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:47:01,987 basehttp 93884 6162608128 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:47:01,993 log 93884 6196260864 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:47:01,994 basehttp 93884 6196260864 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:47:02,006 log 93884 6213087232 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:47:02,006 basehttp 93884 6213087232 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:47:02,017 log 93884 6162608128 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:47:02,018 basehttp 93884 6162608128 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:47:02,023 log 93884 6179434496 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:47:02,026 log 93884 6196260864 Not Found: /en/appointments/queue/4/status/ ERROR 2025-09-03 14:47:02,032 log 93884 6128955392 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:47:02,033 basehttp 93884 6179434496 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 ERROR 2025-09-03 14:47:02,037 log 93884 6145781760 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:47:02,038 basehttp 93884 6196260864 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:47:02,039 basehttp 93884 6128955392 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 ERROR 2025-09-03 14:47:02,041 basehttp 93884 6145781760 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 ERROR 2025-09-03 14:47:02,092 log 93884 6213087232 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:47:02,095 basehttp 93884 6213087232 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 WARNING 2025-09-03 14:47:02,098 log 93884 6179434496 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:47:02,099 basehttp 93884 6179434496 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:47:02,108 log 93884 6162608128 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:47:02,110 basehttp 93884 6162608128 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 ERROR 2025-09-03 14:47:02,116 log 93884 6196260864 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:47:02,117 basehttp 93884 6196260864 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 WARNING 2025-09-03 14:47:31,973 log 93884 6145781760 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:47:31,976 basehttp 93884 6145781760 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:47:31,978 log 93884 6196260864 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:47:31,978 basehttp 93884 6196260864 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:47:31,980 log 93884 6128955392 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:47:31,981 basehttp 93884 6128955392 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:47:32,004 log 93884 6145781760 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:47:32,006 basehttp 93884 6145781760 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:47:32,009 log 93884 6196260864 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:47:32,012 basehttp 93884 6196260864 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:47:32,021 log 93884 6213087232 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:47:32,026 log 93884 6179434496 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:47:32,029 log 93884 6128955392 Not Found: /en/appointments/queue/5/status/ ERROR 2025-09-03 14:47:32,034 log 93884 6162608128 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:47:32,035 basehttp 93884 6213087232 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 WARNING 2025-09-03 14:47:32,039 log 93884 6145781760 Not Found: /en/appointments/queue/4/status/ ERROR 2025-09-03 14:47:32,039 basehttp 93884 6179434496 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 WARNING 2025-09-03 14:47:32,039 basehttp 93884 6128955392 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:47:32,040 basehttp 93884 6162608128 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 WARNING 2025-09-03 14:47:32,041 basehttp 93884 6145781760 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:47:32,054 log 93884 6196260864 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:47:32,055 basehttp 93884 6196260864 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 WARNING 2025-09-03 14:47:32,076 log 93884 6179434496 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:47:32,079 basehttp 93884 6179434496 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:47:32,088 log 93884 6128955392 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:47:32,093 log 93884 6213087232 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:47:32,094 basehttp 93884 6128955392 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 ERROR 2025-09-03 14:47:32,095 basehttp 93884 6213087232 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 INFO 2025-09-03 14:48:01,948 basehttp 93884 6213087232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 14:48:01,969 log 93884 6128955392 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:48:01,970 basehttp 93884 6128955392 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:48:01,979 log 93884 6162608128 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:48:01,982 log 93884 6213087232 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:48:01,982 basehttp 93884 6162608128 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:48:01,983 basehttp 93884 6213087232 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:48:02,005 log 93884 6128955392 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:48:02,006 basehttp 93884 6128955392 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:48:02,016 log 93884 6213087232 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:48:02,017 basehttp 93884 6213087232 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:48:02,026 log 93884 6162608128 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:48:02,027 basehttp 93884 6162608128 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:48:02,030 log 93884 6128955392 Not Found: /en/appointments/queue/4/status/ ERROR 2025-09-03 14:48:02,037 log 93884 6196260864 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:48:02,037 basehttp 93884 6128955392 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:48:02,046 basehttp 93884 6196260864 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 ERROR 2025-09-03 14:48:02,046 log 93884 6145781760 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:48:02,050 basehttp 93884 6145781760 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 ERROR 2025-09-03 14:48:02,054 log 93884 6179434496 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:48:02,075 log 93884 6213087232 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:48:02,076 basehttp 93884 6179434496 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 ERROR 2025-09-03 14:48:02,081 basehttp 93884 6213087232 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 WARNING 2025-09-03 14:48:02,085 log 93884 6196260864 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:48:02,087 basehttp 93884 6196260864 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:48:02,096 log 93884 6162608128 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:48:02,101 log 93884 6128955392 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:48:02,102 basehttp 93884 6162608128 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 ERROR 2025-09-03 14:48:02,102 basehttp 93884 6128955392 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 WARNING 2025-09-03 14:48:31,948 log 93884 6128955392 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:48:31,948 basehttp 93884 6128955392 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:48:31,998 log 93884 6128955392 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:48:32,004 log 93884 6145781760 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:48:32,004 basehttp 93884 6128955392 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:48:32,005 basehttp 93884 6145781760 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:48:32,009 log 93884 6179434496 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:48:32,010 basehttp 93884 6179434496 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:48:32,028 log 93884 6196260864 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:48:32,033 log 93884 6162608128 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:48:32,038 log 93884 6213087232 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:48:32,041 basehttp 93884 6196260864 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 WARNING 2025-09-03 14:48:32,047 log 93884 6145781760 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:48:32,052 log 93884 6179434496 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:48:32,054 log 93884 6128955392 Not Found: /en/appointments/queue/3/status/ ERROR 2025-09-03 14:48:32,054 basehttp 93884 6162608128 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 ERROR 2025-09-03 14:48:32,055 basehttp 93884 6213087232 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 WARNING 2025-09-03 14:48:32,056 basehttp 93884 6179434496 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:48:32,056 basehttp 93884 6145781760 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:48:32,057 basehttp 93884 6128955392 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:48:32,095 log 93884 6213087232 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:48:32,097 basehttp 93884 6213087232 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:48:32,109 log 93884 6196260864 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:48:32,115 log 93884 6145781760 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:48:32,116 basehttp 93884 6196260864 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 ERROR 2025-09-03 14:48:32,120 log 93884 6162608128 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:48:32,120 basehttp 93884 6145781760 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 ERROR 2025-09-03 14:48:32,121 basehttp 93884 6162608128 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 INFO 2025-09-03 14:49:01,915 basehttp 93884 6162608128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 14:49:01,964 log 93884 6145781760 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:49:01,966 basehttp 93884 6145781760 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:49:01,977 log 93884 6179434496 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:49:01,979 log 93884 6162608128 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:49:01,979 basehttp 93884 6179434496 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:49:01,993 basehttp 93884 6162608128 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:49:02,001 log 93884 6145781760 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:49:02,001 basehttp 93884 6145781760 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:49:02,011 log 93884 6179434496 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:49:02,012 basehttp 93884 6179434496 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:49:02,022 log 93884 6196260864 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:49:02,029 log 93884 6128955392 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:49:02,029 basehttp 93884 6196260864 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 WARNING 2025-09-03 14:49:02,032 log 93884 6162608128 Not Found: /en/appointments/queue/5/status/ ERROR 2025-09-03 14:49:02,038 log 93884 6213087232 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:49:02,040 log 93884 6145781760 Not Found: /en/appointments/queue/4/status/ ERROR 2025-09-03 14:49:02,041 basehttp 93884 6128955392 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 WARNING 2025-09-03 14:49:02,042 basehttp 93884 6162608128 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:49:02,043 basehttp 93884 6213087232 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 WARNING 2025-09-03 14:49:02,043 basehttp 93884 6145781760 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:49:02,058 log 93884 6179434496 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:49:02,058 basehttp 93884 6179434496 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 WARNING 2025-09-03 14:49:02,085 log 93884 6162608128 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:49:02,088 basehttp 93884 6162608128 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:49:02,097 log 93884 6128955392 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:49:02,103 log 93884 6196260864 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:49:02,103 basehttp 93884 6128955392 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 ERROR 2025-09-03 14:49:02,104 basehttp 93884 6196260864 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 WARNING 2025-09-03 14:49:31,970 log 93884 6196260864 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:49:31,970 basehttp 93884 6196260864 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:49:32,001 log 93884 6145781760 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:49:32,002 basehttp 93884 6145781760 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:49:32,006 log 93884 6213087232 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:49:32,009 basehttp 93884 6213087232 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:49:32,018 log 93884 6196260864 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:49:32,020 basehttp 93884 6196260864 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:49:32,031 log 93884 6145781760 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:49:32,033 basehttp 93884 6145781760 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:49:32,038 log 93884 6213087232 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:49:32,039 basehttp 93884 6213087232 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:49:32,045 log 93884 6196260864 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:49:32,046 basehttp 93884 6196260864 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:49:32,054 log 93884 6179434496 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:49:32,060 log 93884 6162608128 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:49:32,062 basehttp 93884 6179434496 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 ERROR 2025-09-03 14:49:32,066 log 93884 6128955392 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:49:32,069 basehttp 93884 6162608128 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 ERROR 2025-09-03 14:49:32,072 basehttp 93884 6128955392 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 WARNING 2025-09-03 14:49:32,093 log 93884 6179434496 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:49:32,120 basehttp 93884 6179434496 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:49:32,131 log 93884 6145781760 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:49:32,137 log 93884 6196260864 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:49:32,138 basehttp 93884 6196260864 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 ERROR 2025-09-03 14:49:32,138 basehttp 93884 6145781760 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 ERROR 2025-09-03 14:49:32,146 log 93884 6213087232 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:49:32,147 basehttp 93884 6213087232 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 INFO 2025-09-03 14:50:01,933 basehttp 93884 6213087232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 14:50:01,974 log 93884 6196260864 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:50:01,974 basehttp 93884 6196260864 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:50:01,987 log 93884 6162608128 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:50:01,989 basehttp 93884 6162608128 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:50:01,991 log 93884 6213087232 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:50:01,995 basehttp 93884 6213087232 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:50:02,011 log 93884 6196260864 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:50:02,012 basehttp 93884 6196260864 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:50:02,023 log 93884 6162608128 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:50:02,026 log 93884 6213087232 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:50:02,026 basehttp 93884 6162608128 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:50:02,027 basehttp 93884 6213087232 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:50:02,038 log 93884 6179434496 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:50:02,041 log 93884 6196260864 Not Found: /en/appointments/queue/4/status/ ERROR 2025-09-03 14:50:02,044 basehttp 93884 6179434496 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 WARNING 2025-09-03 14:50:02,045 basehttp 93884 6196260864 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:50:02,051 log 93884 6145781760 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:50:02,054 basehttp 93884 6145781760 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 ERROR 2025-09-03 14:50:02,060 log 93884 6128955392 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:50:02,064 basehttp 93884 6128955392 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 WARNING 2025-09-03 14:50:02,071 log 93884 6196260864 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:50:02,072 basehttp 93884 6196260864 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:50:02,094 log 93884 6162608128 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:50:02,101 log 93884 6213087232 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:50:02,102 basehttp 93884 6162608128 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 ERROR 2025-09-03 14:50:02,104 basehttp 93884 6213087232 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 ERROR 2025-09-03 14:50:02,112 log 93884 6179434496 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:50:02,113 basehttp 93884 6179434496 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 WARNING 2025-09-03 14:50:31,991 log 93884 6179434496 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:50:31,993 basehttp 93884 6179434496 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:50:31,997 log 93884 6145781760 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:50:31,998 log 93884 6128955392 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:50:31,999 basehttp 93884 6128955392 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:50:31,999 basehttp 93884 6145781760 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:50:32,017 log 93884 6179434496 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:50:32,019 basehttp 93884 6179434496 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:50:32,036 log 93884 6145781760 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:50:32,037 basehttp 93884 6145781760 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:50:32,042 log 93884 6162608128 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:50:32,047 log 93884 6128955392 Not Found: /en/appointments/queue/5/status/ ERROR 2025-09-03 14:50:32,048 basehttp 93884 6162608128 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 WARNING 2025-09-03 14:50:32,049 basehttp 93884 6128955392 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:50:32,055 log 93884 6179434496 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:50:32,055 basehttp 93884 6179434496 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:50:32,061 log 93884 6196260864 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:50:32,069 log 93884 6213087232 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:50:32,069 basehttp 93884 6196260864 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 ERROR 2025-09-03 14:50:32,072 basehttp 93884 6213087232 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 WARNING 2025-09-03 14:50:32,090 log 93884 6179434496 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:50:32,091 basehttp 93884 6179434496 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:50:32,100 log 93884 6145781760 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:50:32,105 log 93884 6128955392 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:50:32,106 basehttp 93884 6145781760 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 ERROR 2025-09-03 14:50:32,112 log 93884 6162608128 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:50:32,112 basehttp 93884 6128955392 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 ERROR 2025-09-03 14:50:32,113 basehttp 93884 6162608128 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 INFO 2025-09-03 14:51:01,968 basehttp 93884 6162608128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 14:51:01,983 log 93884 6128955392 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:51:01,984 basehttp 93884 6128955392 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:51:01,992 log 93884 6196260864 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:51:01,993 basehttp 93884 6196260864 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:51:02,001 log 93884 6162608128 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:51:02,001 basehttp 93884 6162608128 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:51:02,023 log 93884 6128955392 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:51:02,026 basehttp 93884 6128955392 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:51:02,038 log 93884 6145781760 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:51:02,040 log 93884 6196260864 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:51:02,044 log 93884 6162608128 Not Found: /en/appointments/queue/5/status/ ERROR 2025-09-03 14:51:02,045 basehttp 93884 6145781760 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 WARNING 2025-09-03 14:51:02,046 basehttp 93884 6196260864 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:51:02,047 basehttp 93884 6162608128 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:51:02,053 log 93884 6179434496 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:51:02,056 basehttp 93884 6179434496 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 ERROR 2025-09-03 14:51:02,062 log 93884 6213087232 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:51:02,065 log 93884 6128955392 Not Found: /en/appointments/queue/4/status/ ERROR 2025-09-03 14:51:02,065 basehttp 93884 6213087232 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 WARNING 2025-09-03 14:51:02,066 basehttp 93884 6128955392 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:51:02,082 log 93884 6179434496 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:51:02,084 basehttp 93884 6179434496 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:51:02,096 log 93884 6196260864 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:51:02,101 log 93884 6145781760 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:51:02,102 basehttp 93884 6196260864 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 ERROR 2025-09-03 14:51:02,119 log 93884 6162608128 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:51:02,123 basehttp 93884 6162608128 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 ERROR 2025-09-03 14:51:02,120 basehttp 93884 6145781760 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 WARNING 2025-09-03 14:51:31,974 log 93884 6162608128 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:51:31,974 basehttp 93884 6162608128 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:51:32,001 log 93884 6128955392 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:51:32,002 basehttp 93884 6128955392 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:51:32,019 log 93884 6213087232 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:51:32,021 log 93884 6162608128 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:51:32,022 basehttp 93884 6213087232 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:51:32,022 basehttp 93884 6162608128 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:51:32,039 log 93884 6128955392 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:51:32,041 basehttp 93884 6128955392 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:51:32,051 log 93884 6196260864 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:51:32,054 basehttp 93884 6196260864 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 WARNING 2025-09-03 14:51:32,056 log 93884 6213087232 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:51:32,056 basehttp 93884 6213087232 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:51:32,059 log 93884 6162608128 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:51:32,060 basehttp 93884 6162608128 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:51:32,072 log 93884 6145781760 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:51:32,074 basehttp 93884 6145781760 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 ERROR 2025-09-03 14:51:32,081 log 93884 6179434496 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:51:32,085 basehttp 93884 6179434496 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 WARNING 2025-09-03 14:51:32,093 log 93884 6162608128 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:51:32,096 basehttp 93884 6162608128 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:51:32,109 log 93884 6128955392 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:51:32,114 log 93884 6213087232 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:51:32,129 log 93884 6196260864 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:51:32,130 basehttp 93884 6128955392 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 ERROR 2025-09-03 14:51:32,132 basehttp 93884 6213087232 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 ERROR 2025-09-03 14:51:32,133 basehttp 93884 6196260864 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 INFO 2025-09-03 14:52:01,941 basehttp 93884 6196260864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 14:52:01,985 log 93884 6213087232 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:52:01,985 basehttp 93884 6213087232 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:52:01,994 log 93884 6145781760 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:52:01,995 basehttp 93884 6145781760 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:52:02,001 log 93884 6196260864 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:52:02,004 basehttp 93884 6196260864 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:52:02,016 log 93884 6213087232 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:52:02,022 basehttp 93884 6213087232 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:52:02,030 log 93884 6145781760 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:52:02,031 basehttp 93884 6145781760 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:52:02,043 log 93884 6213087232 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:52:02,044 basehttp 93884 6213087232 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:52:02,048 log 93884 6196260864 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:52:02,049 basehttp 93884 6196260864 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:52:02,057 log 93884 6162608128 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:52:02,063 log 93884 6128955392 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:52:02,065 basehttp 93884 6162608128 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 ERROR 2025-09-03 14:52:02,067 basehttp 93884 6128955392 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 ERROR 2025-09-03 14:52:02,076 log 93884 6179434496 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:52:02,080 basehttp 93884 6179434496 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 WARNING 2025-09-03 14:52:02,090 log 93884 6162608128 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:52:02,091 basehttp 93884 6162608128 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:52:02,099 log 93884 6145781760 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:52:02,102 basehttp 93884 6145781760 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 ERROR 2025-09-03 14:52:02,107 log 93884 6213087232 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:52:02,112 log 93884 6196260864 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:52:02,113 basehttp 93884 6213087232 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 ERROR 2025-09-03 14:52:02,113 basehttp 93884 6196260864 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 WARNING 2025-09-03 14:52:32,006 log 93884 6196260864 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:52:32,007 basehttp 93884 6196260864 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:52:32,009 log 93884 6128955392 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:52:32,011 log 93884 6179434496 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:52:32,012 basehttp 93884 6128955392 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:52:32,013 basehttp 93884 6179434496 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:52:32,028 log 93884 6196260864 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:52:32,030 basehttp 93884 6196260864 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:52:32,051 log 93884 6128955392 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:52:32,052 basehttp 93884 6128955392 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:52:32,058 log 93884 6145781760 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:52:32,061 log 93884 6179434496 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:52:32,065 basehttp 93884 6179434496 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:52:32,066 basehttp 93884 6145781760 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 WARNING 2025-09-03 14:52:32,069 log 93884 6196260864 Not Found: /en/appointments/queue/4/status/ ERROR 2025-09-03 14:52:32,075 log 93884 6213087232 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:52:32,076 basehttp 93884 6196260864 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:52:32,084 log 93884 6162608128 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:52:32,084 basehttp 93884 6213087232 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 ERROR 2025-09-03 14:52:32,086 basehttp 93884 6162608128 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 WARNING 2025-09-03 14:52:32,101 log 93884 6196260864 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:52:32,103 basehttp 93884 6196260864 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:52:32,111 log 93884 6128955392 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:52:32,113 basehttp 93884 6128955392 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 ERROR 2025-09-03 14:52:32,119 log 93884 6145781760 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:52:32,124 log 93884 6179434496 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:52:32,125 basehttp 93884 6145781760 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 ERROR 2025-09-03 14:52:32,125 basehttp 93884 6179434496 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 INFO 2025-09-03 14:53:01,933 basehttp 93884 6179434496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 14:53:01,976 log 93884 6145781760 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:53:01,976 basehttp 93884 6145781760 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:53:01,996 log 93884 6213087232 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:53:01,998 basehttp 93884 6213087232 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:53:02,002 log 93884 6179434496 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:53:02,004 log 93884 6145781760 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:53:02,005 basehttp 93884 6145781760 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:53:02,008 basehttp 93884 6179434496 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:53:02,036 log 93884 6145781760 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:53:02,038 basehttp 93884 6145781760 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:53:02,044 log 93884 6128955392 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:53:02,048 log 93884 6179434496 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:53:02,050 log 93884 6213087232 Not Found: /en/appointments/queue/3/status/ ERROR 2025-09-03 14:53:02,051 basehttp 93884 6128955392 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 ERROR 2025-09-03 14:53:02,057 log 93884 6196260864 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:53:02,057 basehttp 93884 6179434496 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:53:02,058 basehttp 93884 6213087232 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:53:02,061 basehttp 93884 6196260864 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 ERROR 2025-09-03 14:53:02,067 log 93884 6162608128 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:53:02,069 basehttp 93884 6162608128 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 ERROR 2025-09-03 14:53:02,086 log 93884 6145781760 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:53:02,089 log 93884 6213087232 Not Found: /en/appointments/queue/14/status/ ERROR 2025-09-03 14:53:02,090 basehttp 93884 6145781760 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 WARNING 2025-09-03 14:53:02,090 basehttp 93884 6213087232 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:53:02,101 log 93884 6128955392 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:53:02,102 basehttp 93884 6128955392 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 ERROR 2025-09-03 14:53:02,109 log 93884 6179434496 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:53:02,110 basehttp 93884 6179434496 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 WARNING 2025-09-03 14:53:31,980 log 93884 6179434496 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:53:31,980 basehttp 93884 6179434496 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:53:32,001 log 93884 6162608128 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:53:32,003 log 93884 6196260864 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:53:32,005 basehttp 93884 6162608128 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:53:32,006 basehttp 93884 6196260864 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:53:32,030 log 93884 6179434496 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:53:32,035 basehttp 93884 6179434496 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:53:32,043 log 93884 6145781760 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:53:32,047 basehttp 93884 6145781760 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 WARNING 2025-09-03 14:53:32,055 log 93884 6196260864 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:53:32,057 log 93884 6162608128 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:53:32,058 basehttp 93884 6196260864 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:53:32,059 basehttp 93884 6162608128 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:53:32,064 log 93884 6179434496 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:53:32,065 basehttp 93884 6179434496 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:53:32,072 log 93884 6128955392 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:53:32,078 log 93884 6213087232 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:53:32,079 basehttp 93884 6128955392 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 ERROR 2025-09-03 14:53:32,082 basehttp 93884 6213087232 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 WARNING 2025-09-03 14:53:32,096 log 93884 6179434496 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:53:32,096 basehttp 93884 6179434496 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:53:32,108 log 93884 6162608128 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:53:32,113 log 93884 6145781760 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:53:32,119 log 93884 6196260864 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:53:32,119 basehttp 93884 6162608128 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 ERROR 2025-09-03 14:53:32,120 basehttp 93884 6145781760 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 ERROR 2025-09-03 14:53:32,120 basehttp 93884 6196260864 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 INFO 2025-09-03 14:53:42,262 autoreload 93884 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-03 14:53:42,606 autoreload 97300 8466948288 Watching for file changes with StatReloader WARNING 2025-09-03 14:54:02,003 log 97300 6153973760 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:54:02,028 basehttp 97300 6153973760 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:54:02,081 basehttp 97300 6137147392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 14:54:02,092 log 97300 6221279232 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:54:02,094 basehttp 97300 6221279232 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:54:02,101 log 97300 6170800128 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1352, in queue_status wait_duration=Case( ^^^^ NameError: name 'Case' is not defined ERROR 2025-09-03 14:54:02,109 log 97300 6187626496 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1352, in queue_status wait_duration=Case( ^^^^ NameError: name 'Case' is not defined ERROR 2025-09-03 14:54:02,115 log 97300 6204452864 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1352, in queue_status wait_duration=Case( ^^^^ NameError: name 'Case' is not defined ERROR 2025-09-03 14:54:02,117 basehttp 97300 6170800128 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 72371 WARNING 2025-09-03 14:54:02,120 log 97300 6137147392 Not Found: /en/appointments/queue/6/status/ ERROR 2025-09-03 14:54:02,121 basehttp 97300 6187626496 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 72379 WARNING 2025-09-03 14:54:02,123 log 97300 6153973760 Not Found: /en/appointments/queue/13/status/ ERROR 2025-09-03 14:54:02,123 basehttp 97300 6204452864 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 72390 WARNING 2025-09-03 14:54:02,124 basehttp 97300 6137147392 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:54:02,125 basehttp 97300 6153973760 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:54:02,127 log 97300 6221279232 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:54:02,127 basehttp 97300 6221279232 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:54:02,174 log 97300 6137147392 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1352, in queue_status wait_duration=Case( ^^^^ NameError: name 'Case' is not defined ERROR 2025-09-03 14:54:02,175 basehttp 97300 6137147392 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 72366 WARNING 2025-09-03 14:54:02,180 log 97300 6170800128 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:54:02,180 basehttp 97300 6170800128 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:54:02,192 log 97300 6221279232 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:54:02,194 log 97300 6187626496 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:54:02,195 basehttp 97300 6187626496 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:54:02,195 basehttp 97300 6221279232 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:54:02,204 log 97300 6204452864 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1352, in queue_status wait_duration=Case( ^^^^ NameError: name 'Case' is not defined ERROR 2025-09-03 14:54:02,208 log 97300 6153973760 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1352, in queue_status wait_duration=Case( ^^^^ NameError: name 'Case' is not defined ERROR 2025-09-03 14:54:02,209 basehttp 97300 6204452864 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 72380 ERROR 2025-09-03 14:54:02,209 basehttp 97300 6153973760 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 72376 WARNING 2025-09-03 14:54:32,034 log 97300 6170800128 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:54:32,044 log 97300 6153973760 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:54:32,048 log 97300 6137147392 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:54:32,050 basehttp 97300 6170800128 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:54:32,055 log 97300 6204452864 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1352, in queue_status wait_duration=Case( ^^^^ NameError: name 'Case' is not defined ERROR 2025-09-03 14:54:32,059 log 97300 6221279232 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1352, in queue_status wait_duration=Case( ^^^^ NameError: name 'Case' is not defined WARNING 2025-09-03 14:54:32,060 basehttp 97300 6153973760 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:54:32,061 basehttp 97300 6204452864 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 72371 WARNING 2025-09-03 14:54:32,061 basehttp 97300 6137147392 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:54:32,062 basehttp 97300 6221279232 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 72390 ERROR 2025-09-03 14:54:32,073 log 97300 6187626496 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1352, in queue_status wait_duration=Case( ^^^^ NameError: name 'Case' is not defined ERROR 2025-09-03 14:54:32,082 basehttp 97300 6187626496 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 72379 WARNING 2025-09-03 14:54:32,116 log 97300 6137147392 Not Found: /en/appointments/queue/5/status/ ERROR 2025-09-03 14:54:32,126 log 97300 6221279232 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1352, in queue_status wait_duration=Case( ^^^^ NameError: name 'Case' is not defined WARNING 2025-09-03 14:54:32,128 basehttp 97300 6137147392 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:54:32,130 log 97300 6170800128 Not Found: /en/appointments/queue/6/status/ ERROR 2025-09-03 14:54:32,131 basehttp 97300 6221279232 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 72380 WARNING 2025-09-03 14:54:32,135 log 97300 6153973760 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:54:32,137 log 97300 6204452864 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:54:32,139 basehttp 97300 6170800128 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:54:32,139 basehttp 97300 6204452864 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:54:32,139 basehttp 97300 6153973760 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:54:32,150 log 97300 6187626496 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1352, in queue_status wait_duration=Case( ^^^^ NameError: name 'Case' is not defined WARNING 2025-09-03 14:54:32,157 log 97300 6221279232 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:54:32,157 basehttp 97300 6221279232 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:54:32,157 basehttp 97300 6187626496 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 72366 ERROR 2025-09-03 14:54:32,175 log 97300 6137147392 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1352, in queue_status wait_duration=Case( ^^^^ NameError: name 'Case' is not defined ERROR 2025-09-03 14:54:32,176 basehttp 97300 6137147392 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 72376 INFO 2025-09-03 14:55:01,468 autoreload 97300 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-03 14:55:01,791 autoreload 97923 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 14:55:28,006 autoreload 97923 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-03 14:55:28,343 autoreload 98086 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 14:55:28,977 basehttp 98086 6192869376 "GET /en/appointments/queue/ HTTP/1.1" 200 44850 WARNING 2025-09-03 14:55:29,137 log 98086 6209695744 Not Found: /en/appointments/queue/2/status/ INFO 2025-09-03 14:55:29,140 basehttp 98086 6192869376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 14:55:29,141 basehttp 98086 6209695744 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:55:29,144 log 98086 6277001216 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:55:29,145 basehttp 98086 6277001216 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:55:29,163 log 98086 6192869376 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:55:29,164 basehttp 98086 6192869376 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 INFO 2025-09-03 14:55:29,169 basehttp 98086 6243348480 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-03 14:55:29,169 basehttp 98086 6226522112 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-03 14:55:29,170 basehttp 98086 6260174848 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-03 14:55:29,173 log 98086 6209695744 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:55:29,174 basehttp 98086 6209695744 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:55:29,176 log 98086 6277001216 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:55:29,176 basehttp 98086 6277001216 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:55:29,210 log 98086 6192869376 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:55:29,210 basehttp 98086 6192869376 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:55:29,231 log 98086 6243348480 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:55:29,235 log 98086 6277001216 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:55:29,235 basehttp 98086 6243348480 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:55:29,236 basehttp 98086 6277001216 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 INFO 2025-09-03 14:55:29,244 basehttp 98086 6209695744 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-03 14:55:29,257 basehttp 98086 6260174848 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-03 14:55:29,258 basehttp 98086 6226522112 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-03 14:55:32,452 basehttp 98086 6226522112 "GET /en/appointments/queue/ HTTP/1.1" 200 44850 WARNING 2025-09-03 14:55:32,642 log 98086 6260174848 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:55:32,644 log 98086 6192869376 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:55:32,646 basehttp 98086 6260174848 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:55:32,647 basehttp 98086 6226522112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 14:55:32,650 basehttp 98086 6192869376 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:55:32,660 basehttp 98086 6243348480 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-03 14:55:32,660 basehttp 98086 6277001216 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-03 14:55:32,660 basehttp 98086 6209695744 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-03 14:55:32,687 log 98086 6226522112 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:55:32,687 basehttp 98086 6226522112 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:55:32,689 log 98086 6260174848 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:55:32,690 basehttp 98086 6260174848 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:55:32,696 log 98086 6192869376 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:55:32,696 basehttp 98086 6192869376 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:55:32,716 log 98086 6277001216 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:55:32,716 basehttp 98086 6277001216 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:55:32,721 log 98086 6243348480 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:55:32,721 basehttp 98086 6243348480 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:55:32,729 basehttp 98086 6209695744 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-03 14:55:32,740 log 98086 6277001216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:55:32,742 basehttp 98086 6277001216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 14:55:32,745 log 98086 6192869376 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:55:32,746 basehttp 98086 6192869376 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 INFO 2025-09-03 14:55:32,749 basehttp 98086 6260174848 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-03 14:55:32,751 basehttp 98086 6226522112 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-03 14:55:35,187 log 98086 6226522112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:55:35,187 basehttp 98086 6226522112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 14:55:43,856 basehttp 98086 6226522112 "GET /en/appointments/queue/ HTTP/1.1" 200 44850 INFO 2025-09-03 14:55:43,872 basehttp 98086 6192869376 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-03 14:55:43,873 basehttp 98086 6243348480 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-03 14:55:43,875 basehttp 98086 6192869376 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-03 14:55:43,883 basehttp 98086 6226522112 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-03 14:55:43,884 basehttp 98086 6209695744 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-03 14:55:43,885 basehttp 98086 6192869376 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-03 14:55:43,887 basehttp 98086 6260174848 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-03 14:55:43,888 basehttp 98086 6277001216 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-03 14:55:43,890 basehttp 98086 6243348480 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-03 14:55:44,143 basehttp 98086 6243348480 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-03 14:55:44,144 basehttp 98086 6209695744 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-03 14:55:44,145 basehttp 98086 6260174848 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-03 14:55:44,145 basehttp 98086 6277001216 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-03 14:55:44,146 basehttp 98086 6192869376 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-03 14:55:44,147 basehttp 98086 6226522112 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-03 14:55:44,148 basehttp 98086 6209695744 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-03 14:55:44,149 basehttp 98086 6192869376 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-03 14:55:44,149 basehttp 98086 6226522112 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-03 14:55:44,150 basehttp 98086 6277001216 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-03 14:55:44,151 basehttp 98086 6260174848 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-03 14:55:44,154 basehttp 98086 6192869376 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-03 14:55:44,154 basehttp 98086 6209695744 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-03 14:55:44,155 basehttp 98086 6226522112 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-03 14:55:44,155 basehttp 98086 6260174848 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-03 14:55:44,158 basehttp 98086 6277001216 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-03 14:55:44,159 basehttp 98086 6243348480 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 WARNING 2025-09-03 14:55:44,214 log 98086 6209695744 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:55:44,215 basehttp 98086 6209695744 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:55:44,221 log 98086 6243348480 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:55:44,225 basehttp 98086 6243348480 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:55:44,228 basehttp 98086 6226522112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:55:44,229 basehttp 98086 6192869376 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-03 14:55:44,242 log 98086 6209695744 Not Found: /en/appointments/queue/13/status/ INFO 2025-09-03 14:55:44,242 basehttp 98086 6260174848 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-03 14:55:44,243 basehttp 98086 6209695744 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 INFO 2025-09-03 14:55:44,247 basehttp 98086 6277001216 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-03 14:55:44,252 log 98086 6243348480 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:55:44,254 basehttp 98086 6243348480 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:55:44,265 log 98086 6192869376 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:55:44,268 log 98086 6226522112 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:55:44,269 basehttp 98086 6226522112 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:55:44,270 basehttp 98086 6192869376 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:55:44,285 log 98086 6260174848 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:55:44,287 basehttp 98086 6260174848 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:55:44,289 basehttp 98086 6226522112 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-03 14:55:44,299 basehttp 98086 6226522112 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-03 14:55:44,310 basehttp 98086 6209695744 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-03 14:55:44,312 log 98086 6192869376 Not Found: /en/appointments/queue/14/status/ INFO 2025-09-03 14:55:44,313 basehttp 98086 6226522112 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 WARNING 2025-09-03 14:55:44,317 log 98086 6260174848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:55:44,317 basehttp 98086 6192869376 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:55:44,318 basehttp 98086 6260174848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 14:55:44,324 basehttp 98086 6209695744 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-03 14:55:44,324 basehttp 98086 6243348480 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-03 14:55:44,326 basehttp 98086 6226522112 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-03 14:55:44,330 basehttp 98086 6192869376 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-03 14:55:44,332 basehttp 98086 6277001216 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-03 14:55:44,337 log 98086 6192869376 Not Found: /favicon.ico WARNING 2025-09-03 14:55:44,338 basehttp 98086 6192869376 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-03 14:55:44,341 basehttp 98086 6260174848 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-03 14:56:14,211 log 98086 6260174848 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:56:14,211 basehttp 98086 6260174848 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:56:14,232 log 98086 6243348480 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:56:14,233 basehttp 98086 6243348480 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:56:14,236 log 98086 6209695744 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:56:14,237 basehttp 98086 6209695744 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:56:14,243 log 98086 6260174848 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:56:14,243 basehttp 98086 6260174848 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:56:14,266 basehttp 98086 6192869376 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-03 14:56:14,269 basehttp 98086 6277001216 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-03 14:56:14,273 log 98086 6243348480 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:56:14,274 basehttp 98086 6243348480 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:56:14,281 log 98086 6260174848 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:56:14,284 log 98086 6209695744 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:56:14,284 basehttp 98086 6260174848 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:56:14,284 basehttp 98086 6209695744 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:56:14,285 basehttp 98086 6226522112 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-03 14:56:14,299 basehttp 98086 6277001216 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-03 14:56:14,300 basehttp 98086 6192869376 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-03 14:56:14,306 log 98086 6260174848 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:56:14,307 basehttp 98086 6260174848 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 INFO 2025-09-03 14:56:14,310 basehttp 98086 6243348480 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-03 14:56:37,204 autoreload 98086 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-03 14:56:37,672 autoreload 98674 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 14:56:38,040 basehttp 98674 6124400640 "GET /en/appointments/queue/ HTTP/1.1" 200 44850 WARNING 2025-09-03 14:56:38,187 log 98674 6141227008 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:56:38,189 basehttp 98674 6141227008 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:56:38,198 log 98674 6208532480 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:56:38,200 basehttp 98674 6208532480 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:56:38,211 basehttp 98674 6124400640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:56:38,215 basehttp 98674 6174879744 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-03 14:56:38,219 log 98674 6141227008 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:56:38,219 basehttp 98674 6141227008 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 INFO 2025-09-03 14:56:38,221 basehttp 98674 6191706112 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-03 14:56:38,226 basehttp 98674 6158053376 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-03 14:56:38,230 log 98674 6208532480 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:56:38,232 basehttp 98674 6208532480 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:56:38,234 log 98674 6124400640 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:56:38,235 basehttp 98674 6124400640 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:56:38,238 log 98674 6141227008 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:56:38,238 basehttp 98674 6141227008 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:56:38,266 log 98674 6174879744 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:56:38,266 basehttp 98674 6174879744 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:56:38,276 basehttp 98674 6191706112 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-03 14:56:38,283 log 98674 6124400640 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:56:38,284 basehttp 98674 6124400640 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 INFO 2025-09-03 14:56:38,289 basehttp 98674 6158053376 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-03 14:56:38,290 basehttp 98674 6208532480 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-03 14:56:38,427 log 98674 6208532480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:56:38,427 basehttp 98674 6208532480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 14:56:41,500 basehttp 98674 6208532480 "GET /en/appointments/queue/ HTTP/1.1" 200 44850 INFO 2025-09-03 14:56:41,517 basehttp 98674 6124400640 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-03 14:56:41,520 basehttp 98674 6124400640 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-03 14:56:41,524 basehttp 98674 6141227008 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-03 14:56:41,530 basehttp 98674 6208532480 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-03 14:56:41,545 basehttp 98674 6174879744 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-03 14:56:41,546 basehttp 98674 6191706112 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-03 14:56:41,555 basehttp 98674 6141227008 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-03 14:56:41,557 basehttp 98674 6158053376 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-03 14:56:41,560 basehttp 98674 6124400640 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 WARNING 2025-09-03 14:56:41,590 log 98674 6124400640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:56:41,590 basehttp 98674 6124400640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 14:56:41,736 basehttp 98674 6124400640 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-03 14:56:41,760 basehttp 98674 6124400640 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-03 14:56:41,760 basehttp 98674 6158053376 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-03 14:56:41,762 basehttp 98674 6141227008 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-03 14:56:41,763 basehttp 98674 6208532480 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-03 14:56:41,763 basehttp 98674 6191706112 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-03 14:56:41,763 basehttp 98674 6174879744 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 WARNING 2025-09-03 14:56:41,783 log 98674 6158053376 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:56:41,783 basehttp 98674 6158053376 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:56:41,799 log 98674 6124400640 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:56:41,799 basehttp 98674 6124400640 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:56:41,840 log 98674 6141227008 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:56:41,845 basehttp 98674 6141227008 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:56:41,853 log 98674 6208532480 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:56:41,854 basehttp 98674 6208532480 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:56:41,853 basehttp 98674 6191706112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:56:41,887 basehttp 98674 6174879744 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-03 14:56:41,889 basehttp 98674 6124400640 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-03 14:56:41,900 log 98674 6208532480 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:56:41,912 log 98674 6141227008 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:56:41,916 basehttp 98674 6141227008 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:56:41,923 log 98674 6191706112 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:56:41,924 basehttp 98674 6208532480 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:56:41,929 basehttp 98674 6191706112 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:56:41,936 basehttp 98674 6158053376 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-03 14:56:41,943 basehttp 98674 6158053376 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 WARNING 2025-09-03 14:56:41,959 log 98674 6174879744 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:56:41,960 basehttp 98674 6174879744 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:56:41,966 basehttp 98674 6158053376 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-03 14:56:41,966 basehttp 98674 6124400640 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-03 14:56:41,971 basehttp 98674 6191706112 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-03 14:56:41,976 basehttp 98674 6141227008 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-03 14:56:41,981 basehttp 98674 6208532480 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-03 14:56:42,306 basehttp 98674 6174879744 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-03 14:56:42,307 basehttp 98674 6191706112 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-03 14:56:42,309 basehttp 98674 6158053376 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-03 14:56:42,312 basehttp 98674 6124400640 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-03 14:56:42,313 basehttp 98674 6174879744 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-03 14:56:42,315 basehttp 98674 6191706112 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-03 14:56:42,316 basehttp 98674 6158053376 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-03 14:56:42,317 basehttp 98674 6141227008 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-03 14:56:42,317 basehttp 98674 6208532480 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-03 14:56:42,318 basehttp 98674 6124400640 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-03 14:56:42,319 basehttp 98674 6174879744 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-03 14:56:42,319 basehttp 98674 6191706112 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-03 14:56:42,319 basehttp 98674 6141227008 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-03 14:56:42,319 basehttp 98674 6158053376 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 WARNING 2025-09-03 14:56:42,325 log 98674 6158053376 Not Found: /favicon.ico WARNING 2025-09-03 14:56:42,325 basehttp 98674 6158053376 "GET /favicon.ico HTTP/1.1" 404 2557 WARNING 2025-09-03 14:56:45,313 log 98674 6158053376 Forbidden (CSRF token missing.): /en/appointments/queue/8/call-next/ WARNING 2025-09-03 14:56:45,314 basehttp 98674 6158053376 "POST /en/appointments/queue/8/call-next/ HTTP/1.1" 403 2491 INFO 2025-09-03 14:57:00,963 basehttp 98674 6158053376 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 74962 INFO 2025-09-03 14:57:00,975 basehttp 98674 6141227008 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-03 14:57:00,975 basehttp 98674 6174879744 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-03 14:57:00,975 basehttp 98674 6124400640 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-03 14:57:00,975 basehttp 98674 6158053376 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-03 14:57:00,976 basehttp 98674 6191706112 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-03 14:57:00,977 basehttp 98674 6141227008 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-03 14:57:00,977 basehttp 98674 6158053376 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-03 14:57:00,978 basehttp 98674 6191706112 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-03 14:57:00,978 basehttp 98674 6124400640 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-03 14:57:00,980 basehttp 98674 6124400640 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-03 14:57:00,981 basehttp 98674 6141227008 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-03 14:57:00,982 basehttp 98674 6158053376 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-03 14:57:00,984 basehttp 98674 6141227008 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-03 14:57:00,984 basehttp 98674 6124400640 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-03 14:57:00,985 basehttp 98674 6208532480 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 14:57:00,985 basehttp 98674 6174879744 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-03 14:57:00,986 basehttp 98674 6191706112 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-03 14:57:00,987 basehttp 98674 6208532480 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-03 14:57:00,990 basehttp 98674 6208532480 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-03 14:57:00,996 basehttp 98674 6208532480 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-03 14:57:00,996 basehttp 98674 6191706112 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-03 14:57:00,997 basehttp 98674 6208532480 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-03 14:57:00,997 basehttp 98674 6174879744 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-03 14:57:02,896 basehttp 98674 6174879744 "GET /en/admin/appointments/waitingqueue/11/change/ HTTP/1.1" 200 137846 INFO 2025-09-03 14:57:02,907 basehttp 98674 6158053376 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-03 14:57:02,907 basehttp 98674 6174879744 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-03 14:57:02,908 basehttp 98674 6191706112 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-09-03 14:57:02,908 basehttp 98674 6124400640 "GET /static/admin/js/SelectBox.js HTTP/1.1" 200 4530 INFO 2025-09-03 14:57:02,908 basehttp 98674 6141227008 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 200 15845 INFO 2025-09-03 14:57:02,909 basehttp 98674 6174879744 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-03 14:57:02,910 basehttp 98674 6174879744 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-03 14:57:02,911 basehttp 98674 6208532480 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 14:57:02,912 basehttp 98674 6174879744 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-03 14:57:02,913 basehttp 98674 6174879744 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-09-03 14:57:02,914 basehttp 98674 6208532480 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-03 14:57:02,941 basehttp 98674 6208532480 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 200 3291 INFO 2025-09-03 14:57:11,270 basehttp 98674 6208532480 "GET /en/admin/accounts/user/7/change/?_to_field=id HTTP/1.1" 200 151865 INFO 2025-09-03 14:57:11,277 basehttp 98674 6174879744 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-03 14:57:11,278 basehttp 98674 6141227008 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-03 14:57:11,282 basehttp 98674 6208532480 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 14:57:11,299 basehttp 98674 6208532480 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-03 14:57:11,299 basehttp 98674 6141227008 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 WARNING 2025-09-03 14:57:12,803 log 98674 6141227008 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:57:12,804 basehttp 98674 6141227008 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:57:12,817 log 98674 6158053376 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:57:12,818 basehttp 98674 6158053376 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:57:12,822 log 98674 6191706112 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:57:12,826 log 98674 6141227008 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:57:12,826 basehttp 98674 6191706112 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:57:12,827 basehttp 98674 6141227008 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:57:12,831 basehttp 98674 6208532480 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-03 14:57:12,832 basehttp 98674 6124400640 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-03 14:57:12,834 basehttp 98674 6174879744 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-03 14:57:12,847 log 98674 6158053376 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:57:12,847 basehttp 98674 6158053376 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:57:12,884 log 98674 6191706112 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:57:12,885 basehttp 98674 6191706112 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:57:12,890 log 98674 6141227008 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:57:12,890 basehttp 98674 6141227008 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:57:12,896 log 98674 6158053376 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:57:12,898 basehttp 98674 6158053376 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 INFO 2025-09-03 14:57:12,903 basehttp 98674 6208532480 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-03 14:57:12,904 basehttp 98674 6124400640 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-03 14:57:12,904 basehttp 98674 6174879744 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-03 14:57:16,804 basehttp 98674 6174879744 "GET /en/admin/appointments/waitingqueue/11/change/ HTTP/1.1" 200 137846 INFO 2025-09-03 14:57:37,034 basehttp 98674 6174879744 "GET /en/appointments/ HTTP/1.1" 200 44186 INFO 2025-09-03 14:57:37,148 basehttp 98674 6174879744 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 WARNING 2025-09-03 14:57:37,173 log 98674 6174879744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:57:37,173 basehttp 98674 6174879744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 14:57:39,968 basehttp 98674 6174879744 "GET /en/appointments/detail/1515/ HTTP/1.1" 200 22888 WARNING 2025-09-03 14:57:39,988 log 98674 6174879744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:57:39,988 basehttp 98674 6174879744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 14:57:40,034 basehttp 98674 6174879744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:57:44,392 basehttp 98674 6174879744 "GET /en/patients/patientprofile/22/details/ HTTP/1.1" 200 37307 WARNING 2025-09-03 14:57:44,413 log 98674 6174879744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:57:44,413 basehttp 98674 6174879744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 14:57:44,475 basehttp 98674 6174879744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 14:57:44,490 log 98674 6158053376 Internal Server Error: /en/patients/appointments/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-09-03 14:57:44,492 basehttp 98674 6158053376 "GET /en/patients/appointments/22/ HTTP/1.1" 500 63363 ERROR 2025-09-03 14:57:44,498 log 98674 6124400640 Internal Server Error: /en/patients/emergency-contacts/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-09-03 14:57:44,503 basehttp 98674 6124400640 "GET /en/patients/emergency-contacts/22/ HTTP/1.1" 500 89793 ERROR 2025-09-03 14:57:44,518 log 98674 6208532480 Internal Server Error: /en/patients/insurance-info/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-09-03 14:57:44,519 basehttp 98674 6208532480 "GET /en/patients/insurance-info/22/ HTTP/1.1" 500 108977 INFO 2025-09-03 14:58:44,477 basehttp 98674 6124400640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:00:15,747 autoreload 389 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 15:00:17,913 basehttp 389 6203191296 "GET /en/patients/patientprofile/22/details/ HTTP/1.1" 200 37307 INFO 2025-09-03 15:00:18,011 basehttp 389 6203191296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:00:18,014 log 389 6253670400 Internal Server Error: /en/patients/appointments/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' WARNING 2025-09-03 15:00:18,015 log 389 6270496768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:00:18,016 basehttp 389 6270496768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 15:00:18,017 basehttp 389 6253670400 "GET /en/patients/appointments/22/ HTTP/1.1" 500 63363 ERROR 2025-09-03 15:00:18,024 log 389 6220017664 Internal Server Error: /en/patients/emergency-contacts/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-09-03 15:00:18,029 basehttp 389 6220017664 "GET /en/patients/emergency-contacts/22/ HTTP/1.1" 500 89793 ERROR 2025-09-03 15:00:18,228 log 389 6236844032 Internal Server Error: /en/patients/insurance-info/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_create' with no arguments not found. 1 pattern(s) tried: ['en/patients/insurance\\-info/create/(?P[0-9]+)/\\Z'] ERROR 2025-09-03 15:00:18,230 basehttp 389 6236844032 "GET /en/patients/insurance-info/22/ HTTP/1.1" 500 228831 INFO 2025-09-03 15:01:17,975 basehttp 389 6236844032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:02:06,753 basehttp 389 6236844032 "GET /en/patients/patientprofile/22/details/ HTTP/1.1" 200 37307 WARNING 2025-09-03 15:02:06,811 log 389 6236844032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:02:06,811 basehttp 389 6236844032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:02:06,843 basehttp 389 6220017664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:02:06,851 log 389 6253670400 Internal Server Error: /en/patients/appointments/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-09-03 15:02:06,853 basehttp 389 6253670400 "GET /en/patients/appointments/22/ HTTP/1.1" 500 63363 ERROR 2025-09-03 15:02:06,860 log 389 6270496768 Internal Server Error: /en/patients/emergency-contacts/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-09-03 15:02:06,861 basehttp 389 6270496768 "GET /en/patients/emergency-contacts/22/ HTTP/1.1" 500 89793 ERROR 2025-09-03 15:02:07,018 log 389 6236844032 Internal Server Error: /en/patients/insurance-info/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/insurance\\-info/create/(?P[0-9]+)/\\Z'] ERROR 2025-09-03 15:02:07,019 basehttp 389 6236844032 "GET /en/patients/insurance-info/22/ HTTP/1.1" 500 230401 INFO 2025-09-03 15:02:28,782 basehttp 389 6236844032 "GET /en/patients/patientprofile/22/details/ HTTP/1.1" 200 37307 WARNING 2025-09-03 15:02:28,839 log 389 6236844032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:02:28,839 basehttp 389 6236844032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:02:28,900 basehttp 389 6236844032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:02:28,905 log 389 6220017664 Internal Server Error: /en/patients/appointments/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-09-03 15:02:28,907 basehttp 389 6220017664 "GET /en/patients/appointments/22/ HTTP/1.1" 500 63363 ERROR 2025-09-03 15:02:28,913 log 389 6270496768 Internal Server Error: /en/patients/emergency-contacts/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-09-03 15:02:28,913 basehttp 389 6270496768 "GET /en/patients/emergency-contacts/22/ HTTP/1.1" 500 89793 ERROR 2025-09-03 15:02:29,073 log 389 6253670400 Internal Server Error: /en/patients/insurance-info/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/insurance\\-info/create/(?P[0-9]+)/\\Z'] ERROR 2025-09-03 15:02:29,074 basehttp 389 6253670400 "GET /en/patients/insurance-info/22/ HTTP/1.1" 500 230389 INFO 2025-09-03 15:03:18,326 basehttp 389 6253670400 "GET /en/patients/patientprofile/22/details/ HTTP/1.1" 200 37307 WARNING 2025-09-03 15:03:18,382 log 389 6253670400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:03:18,382 basehttp 389 6253670400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:03:18,419 basehttp 389 6253670400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:03:18,426 log 389 6236844032 Internal Server Error: /en/patients/appointments/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-09-03 15:03:18,427 basehttp 389 6236844032 "GET /en/patients/appointments/22/ HTTP/1.1" 500 63363 ERROR 2025-09-03 15:03:18,437 log 389 6270496768 Internal Server Error: /en/patients/emergency-contacts/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-09-03 15:03:18,441 basehttp 389 6270496768 "GET /en/patients/emergency-contacts/22/ HTTP/1.1" 500 89793 ERROR 2025-09-03 15:03:18,465 log 389 6220017664 Internal Server Error: /en/patients/insurance-info/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_coverage' not found. 'insurance_coverage' is not a valid view function or pattern name. ERROR 2025-09-03 15:03:18,466 basehttp 389 6220017664 "GET /en/patients/insurance-info/22/ HTTP/1.1" 500 228801 INFO 2025-09-03 15:04:18,403 basehttp 389 6220017664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:04:45,026 basehttp 389 6220017664 "GET /en/patients/patientprofile/22/details/ HTTP/1.1" 200 37307 WARNING 2025-09-03 15:04:45,064 log 389 6220017664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:04:45,064 basehttp 389 6220017664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:04:45,112 basehttp 389 6220017664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:04:45,125 log 389 6253670400 Internal Server Error: /en/patients/appointments/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-09-03 15:04:45,126 basehttp 389 6253670400 "GET /en/patients/appointments/22/ HTTP/1.1" 500 63363 ERROR 2025-09-03 15:04:45,137 log 389 6270496768 Internal Server Error: /en/patients/emergency-contacts/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-09-03 15:04:45,141 basehttp 389 6270496768 "GET /en/patients/emergency-contacts/22/ HTTP/1.1" 500 89793 ERROR 2025-09-03 15:04:45,164 log 389 6236844032 Internal Server Error: /en/patients/insurance-info/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'verify_insurance' not found. 'verify_insurance' is not a valid view function or pattern name. ERROR 2025-09-03 15:04:45,165 basehttp 389 6236844032 "GET /en/patients/insurance-info/22/ HTTP/1.1" 500 229936 INFO 2025-09-03 15:05:33,442 basehttp 389 6236844032 "GET /en/patients/patientprofile/22/details/ HTTP/1.1" 200 37307 WARNING 2025-09-03 15:05:33,499 log 389 6236844032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:05:33,499 basehttp 389 6236844032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 15:05:33,536 log 389 6220017664 Internal Server Error: /en/patients/appointments/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' INFO 2025-09-03 15:05:33,539 basehttp 389 6236844032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:05:33,541 basehttp 389 6220017664 "GET /en/patients/appointments/22/ HTTP/1.1" 500 63363 ERROR 2025-09-03 15:05:33,552 log 389 6270496768 Internal Server Error: /en/patients/emergency-contacts/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-09-03 15:05:33,556 basehttp 389 6270496768 "GET /en/patients/emergency-contacts/22/ HTTP/1.1" 500 89793 INFO 2025-09-03 15:05:33,562 basehttp 389 6253670400 "GET /en/patients/insurance-info/22/ HTTP/1.1" 200 138520 WARNING 2025-09-03 15:05:33,591 basehttp 389 6203191296 "GET /static/assets/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 404 2143 WARNING 2025-09-03 15:05:33,591 basehttp 389 6220017664 "GET /static/assets/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2098 WARNING 2025-09-03 15:05:33,593 basehttp 389 6236844032 "GET /static/assets/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 404 2122 WARNING 2025-09-03 15:05:33,595 basehttp 389 6287323136 "GET /static/assets/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 404 2155 INFO 2025-09-03 15:05:33,596 basehttp 389 6270496768 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-03 15:05:33,596 basehttp 389 6253670400 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-03 15:05:33,601 basehttp 389 6253670400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:05:58,001 basehttp 389 6253670400 "GET /en/patients/patientprofile/22/details/ HTTP/1.1" 200 37307 WARNING 2025-09-03 15:05:58,032 log 389 6253670400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:05:58,032 basehttp 389 6253670400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 15:05:58,104 log 389 6220017664 Internal Server Error: /en/patients/appointments/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' INFO 2025-09-03 15:05:58,106 basehttp 389 6253670400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:05:58,106 basehttp 389 6220017664 "GET /en/patients/appointments/22/ HTTP/1.1" 500 63363 ERROR 2025-09-03 15:05:58,116 log 389 6270496768 Internal Server Error: /en/patients/emergency-contacts/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-09-03 15:05:58,120 basehttp 389 6270496768 "GET /en/patients/emergency-contacts/22/ HTTP/1.1" 500 89793 INFO 2025-09-03 15:05:58,127 basehttp 389 6203191296 "GET /en/patients/insurance-info/22/ HTTP/1.1" 200 138485 INFO 2025-09-03 15:05:58,164 basehttp 389 6203191296 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-03 15:05:58,176 basehttp 389 6270496768 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-03 15:05:58,176 basehttp 389 6253670400 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-03 15:05:58,177 basehttp 389 6220017664 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-03 15:05:58,181 basehttp 389 6236844032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:06:00,785 basehttp 389 6236844032 "GET /en/patients/patientprofile/22/details/ HTTP/1.1" 200 37307 INFO 2025-09-03 15:06:00,795 basehttp 389 6253670400 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-03 15:06:00,799 basehttp 389 6287323136 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-03 15:06:00,800 basehttp 389 6253670400 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-03 15:06:00,810 basehttp 389 6236844032 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-03 15:06:00,812 basehttp 389 6253670400 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-03 15:06:00,818 log 389 6236844032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:06:00,819 basehttp 389 6236844032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:06:00,820 basehttp 389 6203191296 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-03 15:06:00,822 basehttp 389 6236844032 - Broken pipe from ('127.0.0.1', 51105) INFO 2025-09-03 15:06:00,825 basehttp 389 6270496768 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-03 15:06:00,826 basehttp 389 6220017664 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-03 15:06:00,827 basehttp 389 6287323136 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-03 15:06:01,133 basehttp 389 6287323136 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-03 15:06:01,133 basehttp 389 6220017664 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-03 15:06:01,133 basehttp 389 6253670400 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-03 15:06:01,134 basehttp 389 6270496768 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-03 15:06:01,137 basehttp 389 6203191296 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-03 15:06:01,138 basehttp 389 6236844032 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-03 15:06:01,138 basehttp 389 6270496768 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-03 15:06:01,139 basehttp 389 6287323136 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-03 15:06:01,140 basehttp 389 6270496768 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-03 15:06:01,142 basehttp 389 6287323136 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-03 15:06:01,143 basehttp 389 6270496768 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-03 15:06:01,145 basehttp 389 6287323136 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-03 15:06:01,145 basehttp 389 6270496768 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-03 15:06:01,146 basehttp 389 6270496768 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-03 15:06:01,146 basehttp 389 6287323136 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-03 15:06:01,147 basehttp 389 6270496768 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-03 15:06:01,148 basehttp 389 6287323136 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-03 15:06:01,149 basehttp 389 6270496768 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-03 15:06:01,149 basehttp 389 6287323136 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-03 15:06:01,151 basehttp 389 6270496768 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-03 15:06:01,151 basehttp 389 6287323136 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-03 15:06:01,153 basehttp 389 6287323136 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-03 15:06:01,153 basehttp 389 6270496768 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-03 15:06:01,167 basehttp 389 6253670400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:06:01,176 log 389 6236844032 Internal Server Error: /en/patients/appointments/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-09-03 15:06:01,179 basehttp 389 6236844032 "GET /en/patients/appointments/22/ HTTP/1.1" 500 63628 ERROR 2025-09-03 15:06:01,184 log 389 6220017664 Internal Server Error: /en/patients/emergency-contacts/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-09-03 15:06:01,187 basehttp 389 6220017664 "GET /en/patients/emergency-contacts/22/ HTTP/1.1" 500 90058 INFO 2025-09-03 15:06:01,193 basehttp 389 6203191296 "GET /en/patients/insurance-info/22/ HTTP/1.1" 200 138485 INFO 2025-09-03 15:06:01,210 basehttp 389 6287323136 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-03 15:06:01,211 basehttp 389 6253670400 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-03 15:06:01,211 basehttp 389 6203191296 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-03 15:06:01,212 basehttp 389 6270496768 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-03 15:06:01,212 basehttp 389 6220017664 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-03 15:06:01,212 basehttp 389 6236844032 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-03 15:06:01,218 basehttp 389 6236844032 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-03 15:06:01,282 basehttp 389 6236844032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 15:06:01,301 log 389 6236844032 Not Found: /favicon.ico WARNING 2025-09-03 15:06:01,301 basehttp 389 6236844032 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-03 15:07:01,151 basehttp 389 6236844032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:07:01,290 basehttp 389 6236844032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:07:03,927 basehttp 389 6236844032 "GET /en/patients/patientprofile/22/details/ HTTP/1.1" 200 37307 WARNING 2025-09-03 15:07:03,958 log 389 6236844032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:07:03,958 basehttp 389 6236844032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:07:04,004 basehttp 389 6236844032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:07:04,029 log 389 6203191296 Internal Server Error: /en/patients/appointments/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-09-03 15:07:04,031 basehttp 389 6203191296 "GET /en/patients/appointments/22/ HTTP/1.1" 500 63363 ERROR 2025-09-03 15:07:04,044 log 389 6270496768 Internal Server Error: /en/patients/emergency-contacts/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-09-03 15:07:04,048 basehttp 389 6270496768 "GET /en/patients/emergency-contacts/22/ HTTP/1.1" 500 89793 INFO 2025-09-03 15:07:04,050 basehttp 389 6220017664 "GET /en/patients/insurance-info/22/ HTTP/1.1" 200 138485 INFO 2025-09-03 15:07:04,074 basehttp 389 6220017664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:07:09,121 basehttp 389 6220017664 "GET /en/patients/patientprofile/22/details/ HTTP/1.1" 200 37307 INFO 2025-09-03 15:07:09,132 basehttp 389 6203191296 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-03 15:07:09,134 basehttp 389 6287323136 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-03 15:07:09,135 basehttp 389 6203191296 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-03 15:07:09,146 basehttp 389 6220017664 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-03 15:07:09,149 log 389 6287323136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:07:09,149 basehttp 389 6287323136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:07:09,152 basehttp 389 6253670400 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-03 15:07:09,152 basehttp 389 6220017664 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-03 15:07:09,155 basehttp 389 6236844032 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-03 15:07:09,156 basehttp 389 6270496768 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-03 15:07:09,157 basehttp 389 6203191296 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-03 15:07:09,362 basehttp 389 6253670400 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-03 15:07:09,363 basehttp 389 6220017664 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-03 15:07:09,363 basehttp 389 6270496768 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-03 15:07:09,364 basehttp 389 6236844032 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-03 15:07:09,365 basehttp 389 6203191296 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-03 15:07:09,366 basehttp 389 6287323136 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-03 15:07:09,368 basehttp 389 6287323136 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-03 15:07:09,369 basehttp 389 6220017664 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-03 15:07:09,369 basehttp 389 6287323136 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-03 15:07:09,370 basehttp 389 6220017664 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-03 15:07:09,371 basehttp 389 6287323136 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-03 15:07:09,371 basehttp 389 6220017664 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-03 15:07:09,372 basehttp 389 6287323136 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-03 15:07:09,372 basehttp 389 6220017664 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-03 15:07:09,372 basehttp 389 6287323136 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-03 15:07:09,373 basehttp 389 6220017664 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-03 15:07:09,373 basehttp 389 6287323136 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-03 15:07:09,374 basehttp 389 6220017664 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-03 15:07:09,374 basehttp 389 6287323136 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-03 15:07:09,375 basehttp 389 6220017664 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-03 15:07:09,375 basehttp 389 6287323136 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-03 15:07:09,376 basehttp 389 6220017664 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-03 15:07:09,376 basehttp 389 6287323136 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-03 15:07:09,394 basehttp 389 6253670400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:07:09,401 log 389 6203191296 Internal Server Error: /en/patients/appointments/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-09-03 15:07:09,403 basehttp 389 6203191296 "GET /en/patients/appointments/22/ HTTP/1.1" 500 63628 ERROR 2025-09-03 15:07:09,416 log 389 6236844032 Internal Server Error: /en/patients/emergency-contacts/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-09-03 15:07:09,419 basehttp 389 6236844032 "GET /en/patients/emergency-contacts/22/ HTTP/1.1" 500 90058 INFO 2025-09-03 15:07:09,425 basehttp 389 6270496768 "GET /en/patients/insurance-info/22/ HTTP/1.1" 200 138485 INFO 2025-09-03 15:07:09,427 basehttp 389 6203191296 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-03 15:07:09,462 basehttp 389 6253670400 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-03 15:07:09,462 basehttp 389 6203191296 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-03 15:07:09,462 basehttp 389 6220017664 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-03 15:07:09,463 basehttp 389 6287323136 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-03 15:07:09,463 basehttp 389 6270496768 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-03 15:07:09,463 basehttp 389 6236844032 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-03 15:07:09,517 basehttp 389 6236844032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 15:07:09,538 log 389 6236844032 Not Found: /favicon.ico WARNING 2025-09-03 15:07:09,539 basehttp 389 6236844032 "GET /favicon.ico HTTP/1.1" 404 2557 WARNING 2025-09-03 15:07:39,480 log 389 6236844032 Not Found: /en/patients/insurance WARNING 2025-09-03 15:07:39,480 basehttp 389 6236844032 "GET /en/patients/insurance HTTP/1.1" 404 41364 WARNING 2025-09-03 15:07:39,511 log 389 6236844032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:07:39,512 basehttp 389 6236844032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:08:21,542 autoreload 389 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 15:08:21,959 autoreload 4226 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 15:08:24,624 basehttp 4226 6123991040 "GET /en/patients/insurance-info HTTP/1.1" 301 0 INFO 2025-09-03 15:08:24,691 basehttp 4226 6140817408 "GET /en/patients/insurance-info/ HTTP/1.1" 200 138485 WARNING 2025-09-03 15:08:24,713 log 4226 6140817408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:08:24,713 basehttp 4226 6140817408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:08:24,775 basehttp 4226 6140817408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:08:32,089 log 4226 6140817408 Internal Server Error: /en/patients/insurance-info/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_create' with no arguments not found. 1 pattern(s) tried: ['en/patients/insurance\\-info/create/(?P[0-9]+)/\\Z'] ERROR 2025-09-03 15:08:32,091 basehttp 4226 6140817408 "GET /en/patients/insurance-info/5/ HTTP/1.1" 500 180114 WARNING 2025-09-03 15:08:32,109 log 4226 6140817408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:08:32,109 basehttp 4226 6140817408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 15:09:29,204 log 4226 6140817408 Internal Server Error: /en/patients/insurance-info/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'verify_insurance' not found. 'verify_insurance' is not a valid view function or pattern name. ERROR 2025-09-03 15:09:29,205 basehttp 4226 6140817408 "GET /en/patients/insurance-info/5/ HTTP/1.1" 500 172792 WARNING 2025-09-03 15:09:29,220 log 4226 6140817408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:09:29,221 basehttp 4226 6140817408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:10:52,504 autoreload 4226 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 15:10:52,844 autoreload 5399 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 15:11:06,353 autoreload 5399 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 15:11:06,644 autoreload 5485 8466948288 Watching for file changes with StatReloader WARNING 2025-09-03 15:11:14,885 log 5485 6188003328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:11:14,886 basehttp 5485 6188003328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:11:14,945 basehttp 5485 6171176960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 15:11:15,057 log 5485 6171176960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:11:15,057 basehttp 5485 6171176960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:11:15,728 basehttp 5485 6171176960 "GET /en/patients/insurance-info/ HTTP/1.1" 200 138485 WARNING 2025-09-03 15:11:15,744 log 5485 6171176960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:11:15,744 basehttp 5485 6171176960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:11:15,824 basehttp 5485 6171176960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:11:17,301 log 5485 6171176960 Internal Server Error: /en/patients/insurance-info/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'verify_insurance' not found. 'verify_insurance' is not a valid view function or pattern name. ERROR 2025-09-03 15:11:17,303 basehttp 5485 6171176960 "GET /en/patients/insurance-info/5/ HTTP/1.1" 500 172655 WARNING 2025-09-03 15:11:17,320 log 5485 6171176960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:11:17,321 basehttp 5485 6171176960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:11:29,821 autoreload 5485 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 15:11:30,147 autoreload 5651 8466948288 Watching for file changes with StatReloader ERROR 2025-09-03 15:11:30,626 log 5651 6197702656 Internal Server Error: /en/patients/insurance-info/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_eligibility' not found. 'check_eligibility' is not a valid view function or pattern name. ERROR 2025-09-03 15:11:30,627 basehttp 5651 6197702656 "GET /en/patients/insurance-info/5/ HTTP/1.1" 500 172927 WARNING 2025-09-03 15:11:30,645 log 5651 6197702656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:11:30,645 basehttp 5651 6197702656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:15:08,350 autoreload 5651 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-03 15:15:08,717 autoreload 7264 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 15:24:42,899 autoreload 7264 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-03 15:24:43,417 autoreload 11531 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 15:28:16,434 autoreload 11531 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 15:28:16,933 autoreload 13108 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 15:28:28,613 autoreload 13108 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 15:28:28,975 autoreload 13192 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 15:30:17,833 autoreload 13192 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-03 15:30:18,177 autoreload 13969 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 15:30:51,592 autoreload 13969 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 15:30:51,919 autoreload 14286 8466948288 Watching for file changes with StatReloader ERROR 2025-09-03 15:30:54,800 log 14286 6200602624 Internal Server Error: /en/patients/insurance-info/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_claims_history' not found. 'insurance_claims_history' is not a valid view function or pattern name. ERROR 2025-09-03 15:30:54,801 basehttp 14286 6200602624 "GET /en/patients/insurance-info/5/ HTTP/1.1" 500 172422 WARNING 2025-09-03 15:30:54,814 log 14286 6200602624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:30:54,814 basehttp 14286 6200602624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:32:45,369 autoreload 14286 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-03 15:32:45,749 autoreload 15060 8466948288 Watching for file changes with StatReloader ERROR 2025-09-03 15:33:46,568 log 15060 6198390784 Internal Server Error: /en/patients/insurance-info/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_claims_history' not found. 'insurance_claims_history' is not a valid view function or pattern name. ERROR 2025-09-03 15:33:46,569 basehttp 15060 6198390784 "GET /en/patients/insurance-info/5/ HTTP/1.1" 500 172422 WARNING 2025-09-03 15:33:46,581 log 15060 6198390784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:33:46,581 basehttp 15060 6198390784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 15:33:48,014 log 15060 6198390784 Internal Server Error: /en/patients/insurance-info/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_claims_history' not found. 'insurance_claims_history' is not a valid view function or pattern name. ERROR 2025-09-03 15:33:48,014 basehttp 15060 6198390784 "GET /en/patients/insurance-info/5/ HTTP/1.1" 500 172422 WARNING 2025-09-03 15:33:48,026 log 15060 6198390784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:33:48,026 basehttp 15060 6198390784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:34:11,771 autoreload 15060 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 15:34:12,192 autoreload 15768 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 15:34:15,733 basehttp 15768 6205255680 "GET /en/patients/insurance-info/5/ HTTP/1.1" 200 36140 WARNING 2025-09-03 15:34:15,755 log 15768 6205255680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:34:15,755 basehttp 15768 6205255680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:34:15,829 basehttp 15768 6205255680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:34:27,784 basehttp 15768 6205255680 "POST /en/patients/check-eligibility/5/ HTTP/1.1" 200 14966 INFO 2025-09-03 15:34:38,972 basehttp 15768 6205255680 "POST /en/patients/check-eligibility/5/ HTTP/1.1" 200 14939 INFO 2025-09-03 15:34:45,843 basehttp 15768 6205255680 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 80854 INFO 2025-09-03 15:35:15,823 basehttp 15768 6205255680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:35:15,834 basehttp 15768 6222082048 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 66320 ERROR 2025-09-03 15:35:22,519 log 15768 6222082048 Internal Server Error: /en/patients/patientprofile/6/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_list' with arguments '(6,)' not found. 1 pattern(s) tried: ['en/patients/insurance\\-info/\\Z'] ERROR 2025-09-03 15:35:22,520 basehttp 15768 6222082048 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 500 187855 WARNING 2025-09-03 15:35:22,558 log 15768 6222082048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:35:22,558 basehttp 15768 6222082048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 15:36:19,724 log 15768 6222082048 Internal Server Error: /en/patients/patientprofile/6/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_list' with arguments '(6,)' not found. 1 pattern(s) tried: ['en/patients/insurance\\-info/\\Z'] ERROR 2025-09-03 15:36:19,725 basehttp 15768 6222082048 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 500 187992 WARNING 2025-09-03 15:36:19,738 log 15768 6222082048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:36:19,738 basehttp 15768 6222082048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:38:18,580 basehttp 15768 6222082048 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 200 37289 WARNING 2025-09-03 15:38:18,595 log 15768 6222082048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:38:18,596 basehttp 15768 6222082048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:38:18,701 basehttp 15768 6222082048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:38:18,702 basehttp 15768 6205255680 "GET /en/patients/emergency-contacts/6/ HTTP/1.1" 200 145 ERROR 2025-09-03 15:38:18,707 log 15768 6255734784 Internal Server Error: /en/patients/appointments/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-09-03 15:38:18,709 basehttp 15768 6255734784 "GET /en/patients/appointments/6/ HTTP/1.1" 500 63351 INFO 2025-09-03 15:38:18,709 basehttp 15768 6238908416 "GET /en/patients/insurance-info/6/ HTTP/1.1" 200 36164 INFO 2025-09-03 15:38:18,743 basehttp 15768 6238908416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:38:48,774 basehttp 15768 6238908416 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 64580 INFO 2025-09-03 15:39:18,660 basehttp 15768 6238908416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:39:18,768 basehttp 15768 6255734784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:39:18,770 basehttp 15768 6238908416 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 75153 INFO 2025-09-03 15:39:48,783 basehttp 15768 6238908416 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 62062 INFO 2025-09-03 15:40:18,665 basehttp 15768 6238908416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:40:18,781 basehttp 15768 6255734784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:40:18,783 basehttp 15768 6238908416 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 63158 INFO 2025-09-03 15:40:26,401 autoreload 15768 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-03 15:40:26,836 autoreload 18503 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 15:40:27,578 basehttp 18503 6194622464 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 200 37289 INFO 2025-09-03 15:40:27,672 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:40:27,687 log 18503 6245101568 Internal Server Error: /en/patients/appointments/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' INFO 2025-09-03 15:40:27,688 basehttp 18503 6211448832 "GET /en/patients/emergency-contacts/6/ HTTP/1.1" 200 145 WARNING 2025-09-03 15:40:27,690 log 18503 6194622464 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-03 15:40:27,691 basehttp 18503 6228275200 "GET /en/patients/insurance-info/6/ HTTP/1.1" 200 36164 WARNING 2025-09-03 15:40:27,691 basehttp 18503 6194622464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 15:40:27,691 basehttp 18503 6245101568 "GET /en/patients/appointments/6/ HTTP/1.1" 500 63351 INFO 2025-09-03 15:40:27,726 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:40:33,880 basehttp 18503 6245101568 "GET /en/patients/patientprofile/7/details/ HTTP/1.1" 200 37320 WARNING 2025-09-03 15:40:33,901 log 18503 6245101568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:40:33,901 basehttp 18503 6245101568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:40:33,970 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:40:33,979 log 18503 6211448832 Internal Server Error: /en/patients/appointments/7/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' INFO 2025-09-03 15:40:33,980 basehttp 18503 6194622464 "GET /en/patients/emergency-contacts/7/ HTTP/1.1" 200 145 ERROR 2025-09-03 15:40:33,980 basehttp 18503 6211448832 "GET /en/patients/appointments/7/ HTTP/1.1" 500 63351 INFO 2025-09-03 15:40:33,980 basehttp 18503 6228275200 "GET /en/patients/insurance-info/7/ HTTP/1.1" 200 36257 INFO 2025-09-03 15:40:34,026 basehttp 18503 6228275200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:40:43,215 basehttp 18503 6228275200 "GET /en/patients/insurance-info/ HTTP/1.1" 200 138485 WARNING 2025-09-03 15:40:43,233 log 18503 6228275200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:40:43,233 basehttp 18503 6228275200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:40:43,258 basehttp 18503 6228275200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:40:50,101 basehttp 18503 6228275200 "GET /en/patients/insurance-info/43/ HTTP/1.1" 200 36270 WARNING 2025-09-03 15:40:50,122 log 18503 6228275200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:40:50,122 basehttp 18503 6228275200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:40:50,166 basehttp 18503 6228275200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:41:09,285 basehttp 18503 6228275200 "POST /en/patients/check-eligibility/43/ HTTP/1.1" 200 14972 INFO 2025-09-03 15:41:23,886 basehttp 18503 6228275200 "GET /en/patients/insurance-claims-history/43/ HTTP/1.1" 200 74397 ERROR 2025-09-03 15:41:31,202 log 18503 6228275200 Internal Server Error: /en/patients/insurance-info/update/43/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_primary_insurance' not found. 'check_primary_insurance' is not a valid view function or pattern name. ERROR 2025-09-03 15:41:31,204 basehttp 18503 6228275200 "GET /en/patients/insurance-info/update/43/ HTTP/1.1" 500 187179 ERROR 2025-09-03 15:41:42,767 log 18503 6228275200 Internal Server Error: /en/patients/insurance-info/create/50/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_primary_insurance' not found. 'check_primary_insurance' is not a valid view function or pattern name. ERROR 2025-09-03 15:41:42,769 basehttp 18503 6228275200 "GET /en/patients/insurance-info/create/50/ HTTP/1.1" 500 184447 ERROR 2025-09-03 15:41:53,885 log 18503 6228275200 Internal Server Error: /en/patients/renew-insurance/43/ ERROR 2025-09-03 15:41:53,886 basehttp 18503 6228275200 "POST /en/patients/renew-insurance/43/ HTTP/1.1" 500 126 INFO 2025-09-03 15:42:04,598 basehttp 18503 6228275200 "GET /en/patients/insurance-claims-history/43/ HTTP/1.1" 200 76561 INFO 2025-09-03 15:42:34,587 basehttp 18503 6228275200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:42:34,600 basehttp 18503 6211448832 "GET /en/patients/insurance-claims-history/43/ HTTP/1.1" 200 57536 INFO 2025-09-03 15:42:40,989 basehttp 18503 6211448832 "POST /en/patients/check-eligibility/43/ HTTP/1.1" 200 14944 INFO 2025-09-03 15:42:50,140 basehttp 18503 6211448832 "POST /en/patients/check-eligibility/43/ HTTP/1.1" 200 14093 INFO 2025-09-03 15:43:04,606 basehttp 18503 6211448832 "GET /en/patients/insurance-claims-history/43/ HTTP/1.1" 200 56708 INFO 2025-09-03 15:43:37,610 basehttp 18503 6211448832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:43:37,613 basehttp 18503 6228275200 "GET /en/patients/insurance-claims-history/43/ HTTP/1.1" 200 56866 INFO 2025-09-03 15:44:04,608 basehttp 18503 6228275200 "GET /en/patients/insurance-claims-history/43/ HTTP/1.1" 200 59687 INFO 2025-09-03 15:44:09,301 basehttp 18503 6228275200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:44:18,627 log 18503 6228275200 Internal Server Error: /en/patients/insurance-info/delete/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_create' with no arguments not found. 1 pattern(s) tried: ['en/patients/insurance\\-info/create/(?P[0-9]+)/\\Z'] ERROR 2025-09-03 15:44:18,628 basehttp 18503 6228275200 "GET /en/patients/insurance-info/delete/5/ HTTP/1.1" 500 178234 INFO 2025-09-03 15:44:25,825 basehttp 18503 6211448832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:44:25,834 basehttp 18503 6228275200 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 59303 INFO 2025-09-03 15:44:25,838 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:44:34,055 basehttp 18503 6194622464 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 69869 INFO 2025-09-03 15:44:42,743 basehttp 18503 6228275200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:44:42,756 basehttp 18503 6194622464 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 48076 INFO 2025-09-03 15:44:42,761 basehttp 18503 6211448832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:44:43,396 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:44:43,399 basehttp 18503 6211448832 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 64166 INFO 2025-09-03 15:44:47,838 basehttp 18503 6211448832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:44:49,066 basehttp 18503 6211448832 "GET /en/appointments/detail/1515/ HTTP/1.1" 200 22888 INFO 2025-09-03 15:44:50,570 basehttp 18503 6211448832 "GET /en/appointments/ HTTP/1.1" 200 44186 INFO 2025-09-03 15:44:50,612 basehttp 18503 6211448832 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-03 15:44:56,947 basehttp 18503 6211448832 "GET /en/appointments/detail/1515/ HTTP/1.1" 200 22888 INFO 2025-09-03 15:44:56,978 basehttp 18503 6211448832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:45:00,788 basehttp 18503 6211448832 "GET /en/appointments/create/ HTTP/1.1" 200 36516 INFO 2025-09-03 15:46:01,798 basehttp 18503 6211448832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:46:13,460 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:46:13,480 basehttp 18503 6211448832 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-03 15:46:14,146 basehttp 18503 6211448832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:46:17,985 basehttp 18503 6211448832 "GET /en/appointments/detail/1515/ HTTP/1.1" 200 22888 INFO 2025-09-03 15:46:18,020 basehttp 18503 6211448832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:46:19,831 basehttp 18503 6211448832 "GET /en/patients/patientprofile/22/details/ HTTP/1.1" 200 37307 INFO 2025-09-03 15:46:19,881 basehttp 18503 6211448832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:46:19,889 basehttp 18503 6194622464 "GET /en/patients/emergency-contacts/22/ HTTP/1.1" 200 145 INFO 2025-09-03 15:46:19,890 basehttp 18503 6228275200 "GET /en/patients/insurance-info/22/ HTTP/1.1" 200 36185 ERROR 2025-09-03 15:46:19,894 log 18503 6245101568 Internal Server Error: /en/patients/appointments/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-09-03 15:46:19,895 basehttp 18503 6245101568 "GET /en/patients/appointments/22/ HTTP/1.1" 500 63363 INFO 2025-09-03 15:46:19,926 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:46:22,323 log 18503 6245101568 Internal Server Error: /en/patients/emergency-contacts/create/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-09-03 15:46:22,324 basehttp 18503 6245101568 "GET /en/patients/emergency-contacts/create/22/ HTTP/1.1" 500 181662 INFO 2025-09-03 15:46:29,661 basehttp 18503 6245101568 "GET /en/emr/encounters/create/?patient=22 HTTP/1.1" 200 56248 INFO 2025-09-03 15:46:29,693 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:46:32,859 basehttp 18503 6245101568 "GET /en/laboratory/orders/create/?patient=22 HTTP/1.1" 200 36955 INFO 2025-09-03 15:46:32,892 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:46:36,130 basehttp 18503 6245101568 "GET /en/billing/bills/create/?patient=22 HTTP/1.1" 200 109320 INFO 2025-09-03 15:46:36,165 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:47:18,034 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:48:18,776 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:49:19,774 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:50:20,773 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:51:21,773 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:51:29,348 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:51:29,368 basehttp 18503 6245101568 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-03 15:51:31,904 basehttp 18503 6245101568 "GET /en/ HTTP/1.1" 200 49798 INFO 2025-09-03 15:51:31,969 basehttp 18503 6194622464 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 15:51:31,970 basehttp 18503 6211448832 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-03 15:51:31,971 basehttp 18503 6245101568 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 WARNING 2025-09-03 15:51:43,608 log 18503 6245101568 Not Found: /en/insurance-info WARNING 2025-09-03 15:51:43,608 basehttp 18503 6245101568 "GET /en/insurance-info HTTP/1.1" 404 29883 INFO 2025-09-03 15:51:50,153 basehttp 18503 6245101568 "GET /en/patients/insurance-info/ HTTP/1.1" 200 138485 INFO 2025-09-03 15:51:50,200 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:51:54,051 basehttp 18503 6245101568 "GET /en/patients/insurance-info/5/ HTTP/1.1" 200 36140 INFO 2025-09-03 15:51:54,083 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:52:01,775 basehttp 18503 6245101568 "POST /en/patients/check-eligibility/5/ HTTP/1.1" 200 14964 INFO 2025-09-03 15:52:06,298 basehttp 18503 6245101568 "POST /en/patients/check-eligibility/5/ HTTP/1.1" 200 14084 ERROR 2025-09-03 15:52:15,651 log 18503 6245101568 Internal Server Error: /en/patients/renew-insurance/5/ ERROR 2025-09-03 15:52:15,652 basehttp 18503 6245101568 "POST /en/patients/renew-insurance/5/ HTTP/1.1" 500 126 INFO 2025-09-03 15:52:24,105 basehttp 18503 6245101568 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 76173 INFO 2025-09-03 15:52:40,863 basehttp 18503 6245101568 "GET /en/appointments/ HTTP/1.1" 200 44186 INFO 2025-09-03 15:52:40,896 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:52:40,911 basehttp 18503 6211448832 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-03 15:52:46,120 basehttp 18503 6211448832 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-09-03 15:52:46,143 basehttp 18503 6245101568 "GET /en/emr/ HTTP/1.1" 200 71709 INFO 2025-09-03 15:52:46,193 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:52:46,198 basehttp 18503 6194622464 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-03 15:52:50,838 basehttp 18503 6194622464 "GET /en/emr/ HTTP/1.1" 200 71709 INFO 2025-09-03 15:52:50,889 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:52:50,894 basehttp 18503 6245101568 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-03 15:52:53,686 basehttp 18503 6245101568 "GET /en/radiology HTTP/1.1" 301 0 INFO 2025-09-03 15:52:53,767 basehttp 18503 6194622464 "GET /en/radiology/ HTTP/1.1" 200 29206 INFO 2025-09-03 15:52:53,799 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:52:53,828 log 18503 6211448832 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-03 15:52:53,830 basehttp 18503 6211448832 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124367 INFO 2025-09-03 15:52:55,899 basehttp 18503 6211448832 "GET /en/radiology/orders/ HTTP/1.1" 200 88633 INFO 2025-09-03 15:52:55,932 basehttp 18503 6211448832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:52:59,433 log 18503 6211448832 Internal Server Error: /en/radiology/orders/403/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'method' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( TypeError: Field 'id' expected a number but got ]>>. ERROR 2025-09-03 15:52:59,434 basehttp 18503 6211448832 "GET /en/radiology/orders/403/ HTTP/1.1" 500 151378 INFO 2025-09-03 15:53:05,498 basehttp 18503 6211448832 "GET /en/emr/ HTTP/1.1" 200 71709 INFO 2025-09-03 15:53:05,549 basehttp 18503 6211448832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:53:05,555 basehttp 18503 6194622464 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-03 15:53:07,760 basehttp 18503 6194622464 "GET /en/inpatients/ HTTP/1.1" 200 41779 INFO 2025-09-03 15:53:07,806 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:53:07,808 basehttp 18503 6211448832 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-03 15:53:07,832 basehttp 18503 6228275200 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 INFO 2025-09-03 15:53:10,466 basehttp 18503 6228275200 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 15:53:10,547 basehttp 18503 6228275200 "GET /static/plugins/dropzone/dist/min/dropzone.min.js HTTP/1.1" 200 114702 INFO 2025-09-03 15:53:10,583 basehttp 18503 6228275200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:53:10,697 basehttp 18503 6228275200 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 15:53:40,707 basehttp 18503 6228275200 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 15:54:10,596 basehttp 18503 6228275200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:54:10,699 basehttp 18503 6228275200 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 15:54:40,719 basehttp 18503 6228275200 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 15:55:10,599 basehttp 18503 6228275200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:55:10,696 basehttp 18503 6228275200 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 15:55:40,720 basehttp 18503 6228275200 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 15:56:10,603 basehttp 18503 6228275200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:56:10,692 basehttp 18503 6228275200 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 15:56:40,719 basehttp 18503 6228275200 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 15:57:10,606 basehttp 18503 6228275200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:57:10,696 basehttp 18503 6228275200 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 15:57:40,720 basehttp 18503 6228275200 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 15:58:10,602 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:58:10,690 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 15:58:40,722 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 15:59:10,609 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:59:10,702 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 15:59:40,721 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 16:00:10,613 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:00:10,706 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 16:00:40,721 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 16:01:10,620 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:01:10,710 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 16:01:40,721 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 16:02:10,623 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:02:10,700 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 16:02:40,696 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 16:03:10,635 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:03:10,716 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 16:03:40,728 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 16:04:10,632 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:04:10,716 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 16:04:40,712 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 16:05:10,631 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:05:10,706 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 16:05:19,228 basehttp 18503 6194622464 "GET /en/patients/insurance-info/5/ HTTP/1.1" 200 36140 INFO 2025-09-03 16:05:19,259 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:05:55,027 basehttp 18503 6194622464 "GET /en/patients/insurance-info/ HTTP/1.1" 200 138485 INFO 2025-09-03 16:05:55,077 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:05:57,467 basehttp 18503 6194622464 "GET /en/patients/insurance-info/ HTTP/1.1" 200 138485 INFO 2025-09-03 16:05:57,510 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:05:59,351 basehttp 18503 6194622464 "GET /en/patients/insurance-info/5/ HTTP/1.1" 200 36140 INFO 2025-09-03 16:05:59,383 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:06:08,880 basehttp 18503 6194622464 "POST /en/patients/check-eligibility/5/ HTTP/1.1" 200 14969 INFO 2025-09-03 16:06:29,412 basehttp 18503 6194622464 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 53709 INFO 2025-09-03 16:06:59,398 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:06:59,408 basehttp 18503 6211448832 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 80703 INFO 2025-09-03 16:07:29,402 basehttp 18503 6211448832 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 77457 INFO 2025-09-03 16:07:59,392 basehttp 18503 6211448832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:07:59,401 basehttp 18503 6194622464 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 75736 INFO 2025-09-03 16:08:01,231 basehttp 18503 6194622464 "GET /en/patients/insurance-info/5/ HTTP/1.1" 200 36140 INFO 2025-09-03 16:08:01,274 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 16:08:09,008 log 18503 6194622464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:08:09,008 basehttp 18503 6194622464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:08:16,956 basehttp 18503 6194622464 "POST /en/patients/check-eligibility/5/ HTTP/1.1" 200 13231 INFO 2025-09-03 16:08:30,438 basehttp 18503 6194622464 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 200 37289 WARNING 2025-09-03 16:08:30,453 log 18503 6194622464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:08:30,453 basehttp 18503 6194622464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:08:30,571 basehttp 18503 6211448832 "GET /en/patients/emergency-contacts/6/ HTTP/1.1" 200 145 INFO 2025-09-03 16:08:30,572 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 16:08:30,577 log 18503 6245101568 Internal Server Error: /en/patients/appointments/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-09-03 16:08:30,579 basehttp 18503 6245101568 "GET /en/patients/appointments/6/ HTTP/1.1" 500 63351 INFO 2025-09-03 16:08:30,579 basehttp 18503 6228275200 "GET /en/patients/insurance-info/6/ HTTP/1.1" 200 36164 INFO 2025-09-03 16:08:30,641 basehttp 18503 6228275200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:08:36,166 basehttp 18503 6228275200 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 200 37289 INFO 2025-09-03 16:08:36,178 basehttp 18503 6194622464 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-03 16:08:36,184 log 18503 6211448832 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-03 16:08:36,184 basehttp 18503 6228275200 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-03 16:08:36,185 basehttp 18503 6211448832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:08:36,189 basehttp 18503 6194622464 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-03 16:08:36,193 basehttp 18503 6228275200 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-03 16:08:36,194 basehttp 18503 6278754304 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-03 16:08:36,195 basehttp 18503 6261927936 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-03 16:08:36,195 basehttp 18503 6245101568 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-03 16:08:36,197 basehttp 18503 6194622464 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-03 16:08:36,202 basehttp 18503 6211448832 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-03 16:08:36,500 basehttp 18503 6211448832 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-03 16:08:36,524 basehttp 18503 6211448832 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-03 16:08:36,525 basehttp 18503 6194622464 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-03 16:08:36,525 basehttp 18503 6278754304 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-03 16:08:36,525 basehttp 18503 6261927936 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-03 16:08:36,525 basehttp 18503 6245101568 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-03 16:08:36,528 basehttp 18503 6228275200 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-03 16:08:36,528 basehttp 18503 6278754304 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-03 16:08:36,528 basehttp 18503 6261927936 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-03 16:08:36,529 basehttp 18503 6194622464 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-03 16:08:36,530 basehttp 18503 6245101568 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-03 16:08:36,532 basehttp 18503 6228275200 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-03 16:08:36,533 basehttp 18503 6228275200 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-03 16:08:36,536 basehttp 18503 6211448832 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-03 16:08:36,536 basehttp 18503 6228275200 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-03 16:08:36,537 basehttp 18503 6211448832 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-03 16:08:36,538 basehttp 18503 6211448832 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-03 16:08:36,538 basehttp 18503 6228275200 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-03 16:08:36,543 basehttp 18503 6228275200 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-03 16:08:36,543 basehttp 18503 6211448832 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-03 16:08:36,544 basehttp 18503 6228275200 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-03 16:08:36,545 basehttp 18503 6211448832 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-03 16:08:36,546 basehttp 18503 6211448832 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-03 16:08:36,546 basehttp 18503 6228275200 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-03 16:08:36,560 basehttp 18503 6278754304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 16:08:36,564 log 18503 6245101568 Internal Server Error: /en/patients/appointments/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' INFO 2025-09-03 16:08:36,565 basehttp 18503 6261927936 "GET /en/patients/emergency-contacts/6/ HTTP/1.1" 200 145 ERROR 2025-09-03 16:08:36,566 basehttp 18503 6245101568 "GET /en/patients/appointments/6/ HTTP/1.1" 500 63616 INFO 2025-09-03 16:08:36,566 basehttp 18503 6194622464 "GET /en/patients/insurance-info/6/ HTTP/1.1" 200 36164 INFO 2025-09-03 16:08:36,660 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 16:08:36,665 log 18503 6194622464 Not Found: /favicon.ico WARNING 2025-09-03 16:08:36,665 basehttp 18503 6194622464 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-03 16:08:41,490 basehttp 18503 6194622464 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 200 37289 WARNING 2025-09-03 16:08:41,529 log 18503 6194622464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:08:41,529 basehttp 18503 6194622464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:08:41,610 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 16:08:41,619 log 18503 6278754304 Internal Server Error: /en/patients/appointments/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' INFO 2025-09-03 16:08:41,619 basehttp 18503 6245101568 "GET /en/patients/emergency-contacts/6/ HTTP/1.1" 200 145 ERROR 2025-09-03 16:08:41,619 basehttp 18503 6278754304 "GET /en/patients/appointments/6/ HTTP/1.1" 500 63351 INFO 2025-09-03 16:08:41,619 basehttp 18503 6261927936 "GET /en/patients/insurance-info/6/ HTTP/1.1" 200 36164 INFO 2025-09-03 16:08:41,670 basehttp 18503 6278754304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 16:09:11,398 log 18503 6278754304 Internal Server Error: /en/patients/insurance-info/create/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_primary_insurance' not found. 'check_primary_insurance' is not a valid view function or pattern name. ERROR 2025-09-03 16:09:11,399 basehttp 18503 6278754304 "GET /en/patients/insurance-info/create/6/ HTTP/1.1" 500 184443 WARNING 2025-09-03 16:09:11,418 log 18503 6278754304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:09:11,418 basehttp 18503 6278754304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 16:09:14,207 log 18503 6261927936 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-03 16:09:14,208 basehttp 18503 6278754304 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 76823 WARNING 2025-09-03 16:09:14,208 basehttp 18503 6261927936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 16:09:14,222 log 18503 6278754304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:09:14,222 basehttp 18503 6278754304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:09:41,603 basehttp 18503 6278754304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:09:41,708 basehttp 18503 6261927936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:09:41,710 basehttp 18503 6278754304 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 56822 INFO 2025-09-03 16:10:11,709 basehttp 18503 6278754304 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 67960 INFO 2025-09-03 16:10:15,315 basehttp 18503 6278754304 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 200 36837 WARNING 2025-09-03 16:10:15,337 log 18503 6278754304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:10:15,338 basehttp 18503 6278754304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:10:15,406 basehttp 18503 6278754304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 16:10:15,412 log 18503 6245101568 Internal Server Error: /en/patients/appointments/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' INFO 2025-09-03 16:10:15,412 basehttp 18503 6261927936 "GET /en/patients/emergency-contacts/6/ HTTP/1.1" 200 145 ERROR 2025-09-03 16:10:15,412 basehttp 18503 6245101568 "GET /en/patients/appointments/6/ HTTP/1.1" 500 63351 INFO 2025-09-03 16:11:15,392 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:11:22,561 autoreload 18503 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-03 16:11:23,045 autoreload 32187 8466948288 Watching for file changes with StatReloader WARNING 2025-09-03 16:11:23,942 log 32187 6156185600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:11:23,942 basehttp 32187 6156185600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 16:11:23,950 log 32187 6156185600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:11:23,950 basehttp 32187 6156185600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 16:11:28,119 log 32187 6156185600 Internal Server Error: /en/patients/patientprofile/6/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_form' not found. 'patient_form' is not a valid view function or pattern name. ERROR 2025-09-03 16:11:28,120 basehttp 32187 6156185600 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 500 186338 WARNING 2025-09-03 16:11:28,136 log 32187 6156185600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:11:28,136 basehttp 32187 6156185600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 16:11:28,160 log 32187 6156185600 Not Found: /favicon.ico WARNING 2025-09-03 16:11:28,161 basehttp 32187 6156185600 "GET /favicon.ico HTTP/1.1" 404 2557 ERROR 2025-09-03 16:12:20,760 log 32187 6156185600 Internal Server Error: /en/patients/patientprofile/6/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_confirm_delete' not found. 'patient_confirm_delete' is not a valid view function or pattern name. ERROR 2025-09-03 16:12:20,761 basehttp 32187 6156185600 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 500 185824 WARNING 2025-09-03 16:12:20,778 log 32187 6156185600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:12:20,778 basehttp 32187 6156185600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 16:12:39,356 log 32187 6156185600 Internal Server Error: /en/patients/patientprofile/6/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_form' not found. 'appointment_form' is not a valid view function or pattern name. ERROR 2025-09-03 16:12:39,357 basehttp 32187 6156185600 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 500 186030 WARNING 2025-09-03 16:12:39,374 log 32187 6156185600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:12:39,375 basehttp 32187 6156185600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 16:13:32,585 log 32187 6156185600 Internal Server Error: /en/patients/patientprofile/6/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_form' not found. 'emergency_contact_form' is not a valid view function or pattern name. ERROR 2025-09-03 16:13:32,586 basehttp 32187 6156185600 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 500 185456 WARNING 2025-09-03 16:13:32,599 log 32187 6156185600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:13:32,599 basehttp 32187 6156185600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 16:14:03,433 log 32187 6156185600 Internal Server Error: /en/patients/patientprofile/6/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_list' not found. 'emergency_contact_list' is not a valid view function or pattern name. ERROR 2025-09-03 16:14:03,434 basehttp 32187 6156185600 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 500 202148 WARNING 2025-09-03 16:14:03,447 log 32187 6156185600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:14:03,447 basehttp 32187 6156185600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 16:14:49,929 log 32187 6156185600 Internal Server Error: /en/patients/patientprofile/6/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_form' not found. 'insurance_form' is not a valid view function or pattern name. ERROR 2025-09-03 16:14:49,933 basehttp 32187 6156185600 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 500 185231 WARNING 2025-09-03 16:14:49,948 log 32187 6156185600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:14:49,948 basehttp 32187 6156185600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 16:15:13,280 log 32187 6156185600 Internal Server Error: /en/patients/patientprofile/6/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_note_form' not found. 'patient_note_form' is not a valid view function or pattern name. ERROR 2025-09-03 16:15:13,281 basehttp 32187 6156185600 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 500 184334 WARNING 2025-09-03 16:15:13,296 log 32187 6156185600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:15:13,296 basehttp 32187 6156185600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:15:45,800 basehttp 32187 6156185600 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 200 32405 INFO 2025-09-03 16:15:45,812 basehttp 32187 13170143232 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-03 16:15:45,814 basehttp 32187 6156185600 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-03 16:15:45,815 basehttp 32187 13220622336 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-03 16:15:45,817 basehttp 32187 6156185600 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-03 16:15:45,823 log 32187 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:15:45,824 basehttp 32187 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:15:45,825 basehttp 32187 6156185600 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-03 16:15:45,828 basehttp 32187 13203795968 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-03 16:15:45,830 basehttp 32187 13186969600 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-03 16:15:45,832 basehttp 32187 6173011968 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-03 16:15:45,832 basehttp 32187 13220622336 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-03 16:15:46,240 basehttp 32187 13220622336 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-03 16:15:46,272 basehttp 32187 13220622336 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-03 16:15:46,273 basehttp 32187 13186969600 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-03 16:15:46,273 basehttp 32187 13203795968 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-03 16:15:46,273 basehttp 32187 6156185600 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-03 16:15:46,274 basehttp 32187 6173011968 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-03 16:15:46,276 basehttp 32187 13170143232 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-03 16:15:46,276 basehttp 32187 6156185600 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-03 16:15:46,277 basehttp 32187 13203795968 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-03 16:15:46,277 basehttp 32187 13186969600 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-03 16:15:46,279 basehttp 32187 13170143232 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-03 16:15:46,281 basehttp 32187 13220622336 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-03 16:15:46,281 basehttp 32187 6156185600 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-03 16:15:46,281 basehttp 32187 13203795968 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-03 16:15:46,281 basehttp 32187 13186969600 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-03 16:15:46,281 basehttp 32187 13170143232 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-03 16:15:46,286 basehttp 32187 13203795968 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-03 16:15:46,286 basehttp 32187 6156185600 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-03 16:15:46,288 basehttp 32187 13220622336 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-03 16:15:46,288 basehttp 32187 13186969600 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-03 16:15:46,289 basehttp 32187 13170143232 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-03 16:15:46,290 basehttp 32187 6173011968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:15:46,291 basehttp 32187 13203795968 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-03 16:15:46,291 basehttp 32187 6156185600 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-03 16:15:46,291 basehttp 32187 13220622336 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-03 16:15:54,969 basehttp 32187 13220622336 "GET /en/patients/insurance-info/6/ HTTP/1.1" 200 36164 WARNING 2025-09-03 16:15:54,985 log 32187 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:15:54,985 basehttp 32187 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:15:55,068 basehttp 32187 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 16:16:03,997 log 32187 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:16:04,001 basehttp 32187 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 16:16:04,009 log 32187 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:16:04,009 basehttp 32187 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:16:33,533 basehttp 32187 13220622336 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 200 32411 WARNING 2025-09-03 16:16:33,548 log 32187 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:16:33,548 basehttp 32187 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:16:33,601 basehttp 32187 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:16:46,578 basehttp 32187 13220622336 "GET /en/appointments/create/?patient=6 HTTP/1.1" 200 36516 WARNING 2025-09-03 16:16:46,597 log 32187 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:16:46,597 basehttp 32187 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:16:46,648 basehttp 32187 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 16:16:54,094 log 32187 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:16:54,094 basehttp 32187 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 16:16:54,105 log 32187 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:16:54,105 basehttp 32187 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:16:56,001 basehttp 32187 13220622336 "GET /en/emr/encounters/create/?patient=6 HTTP/1.1" 200 56248 WARNING 2025-09-03 16:16:56,020 log 32187 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:16:56,020 basehttp 32187 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:16:56,076 basehttp 32187 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 16:17:01,130 log 32187 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:17:01,130 basehttp 32187 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 16:17:01,140 log 32187 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:17:01,140 basehttp 32187 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:17:02,281 basehttp 32187 13220622336 "GET /en/laboratory/orders/create/?patient=6 HTTP/1.1" 200 36955 WARNING 2025-09-03 16:17:02,300 log 32187 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:17:02,300 basehttp 32187 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:17:02,349 basehttp 32187 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 16:17:05,833 log 32187 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:17:05,833 basehttp 32187 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 16:17:05,846 log 32187 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:17:05,846 basehttp 32187 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:17:15,810 basehttp 32187 13220622336 "GET /en/pharmacy/prescriptions/create/?patient=6 HTTP/1.1" 200 71387 WARNING 2025-09-03 16:17:15,828 log 32187 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:17:15,828 basehttp 32187 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:17:15,887 basehttp 32187 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:17:40,575 basehttp 32187 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 16:17:40,576 log 32187 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:17:40,577 basehttp 32187 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 16:17:40,585 log 32187 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:17:40,585 basehttp 32187 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:17:41,306 basehttp 32187 13203795968 "GET /en/patients/insurance-info/5/ HTTP/1.1" 200 36140 WARNING 2025-09-03 16:17:41,325 log 32187 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:17:41,325 basehttp 32187 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 16:17:42,785 log 32187 13203795968 Internal Server Error: /en/patients/insurance-info/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_verify_insurance' not found. 'bulk_verify_insurance' is not a valid view function or pattern name. ERROR 2025-09-03 16:17:42,786 basehttp 32187 13203795968 "GET /en/patients/insurance-info/ HTTP/1.1" 500 232307 WARNING 2025-09-03 16:17:42,801 log 32187 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:17:42,802 basehttp 32187 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 16:17:45,963 log 32187 13203795968 Internal Server Error: /en/patients/insurance-info/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_verify_insurance' not found. 'bulk_verify_insurance' is not a valid view function or pattern name. ERROR 2025-09-03 16:17:45,964 basehttp 32187 13203795968 "GET /en/patients/insurance-info/ HTTP/1.1" 500 232575 WARNING 2025-09-03 16:17:45,979 log 32187 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:17:45,979 basehttp 32187 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 16:17:47,344 log 32187 13203795968 Internal Server Error: /en/patients/insurance-info/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_verify_insurance' not found. 'bulk_verify_insurance' is not a valid view function or pattern name. ERROR 2025-09-03 16:17:47,345 basehttp 32187 13203795968 "GET /en/patients/insurance-info/ HTTP/1.1" 500 232575 WARNING 2025-09-03 16:17:47,359 log 32187 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:17:47,360 basehttp 32187 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:18:24,507 basehttp 32187 13203795968 "GET /en/patients/insurance-info/ HTTP/1.1" 200 140257 INFO 2025-09-03 16:18:24,517 basehttp 32187 6173011968 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-03 16:18:24,517 basehttp 32187 13220622336 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-03 16:18:24,518 basehttp 32187 13203795968 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-03 16:18:24,518 basehttp 32187 6156185600 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 WARNING 2025-09-03 16:18:24,521 log 32187 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:18:24,521 basehttp 32187 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:18:24,522 basehttp 32187 13203795968 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-03 16:18:24,523 basehttp 32187 6156185600 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-03 16:18:24,589 basehttp 32187 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:19:24,598 basehttp 32187 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:20:24,610 basehttp 32187 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:20:34,189 autoreload 32187 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-03 16:20:34,626 autoreload 36329 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 16:21:00,691 autoreload 36329 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-03 16:21:01,020 autoreload 36566 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 16:21:24,682 basehttp 36566 6162264064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:21:38,632 autoreload 36566 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-03 16:21:38,968 autoreload 36879 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 16:22:24,642 basehttp 36879 6168653824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:22:53,857 autoreload 36879 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-03 16:22:54,180 autoreload 37429 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 16:23:20,287 autoreload 37429 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-03 16:23:20,625 autoreload 37587 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 16:23:24,649 basehttp 37587 6124466176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:23:24,679 basehttp 37587 6141292544 "GET /en/patients/insurance-info/ HTTP/1.1" 200 140257 WARNING 2025-09-03 16:23:24,697 log 37587 6141292544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:23:24,698 basehttp 37587 6141292544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:23:24,765 basehttp 37587 6141292544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:24:24,764 basehttp 37587 6141292544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:25:03,528 autoreload 37587 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-03 16:25:03,868 autoreload 38363 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 16:25:13,997 autoreload 38498 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 16:25:16,694 basehttp 38498 6129905664 "GET /en/patients/insurance-info/ HTTP/1.1" 200 140382 WARNING 2025-09-03 16:25:16,705 log 38498 6129905664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:25:16,705 basehttp 38498 6129905664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:25:16,763 basehttp 38498 6129905664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:25:50,626 autoreload 38498 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-03 16:25:50,959 autoreload 38804 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 16:25:59,047 autoreload 38860 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 16:26:01,318 basehttp 38860 6133968896 "GET /en/patients/insurance-info/ HTTP/1.1" 200 140382 WARNING 2025-09-03 16:26:01,336 log 38860 6133968896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:26:01,336 basehttp 38860 6133968896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:26:01,398 basehttp 38860 6133968896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 16:26:36,376 log 38860 6133968896 Internal Server Error: /en/patients/insurance-info/update/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_primary_insurance' not found. 'check_primary_insurance' is not a valid view function or pattern name. ERROR 2025-09-03 16:26:36,378 basehttp 38860 6133968896 "GET /en/patients/insurance-info/update/5/ HTTP/1.1" 500 186941 WARNING 2025-09-03 16:26:36,396 log 38860 6133968896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:26:36,396 basehttp 38860 6133968896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:31:19,383 autoreload 38860 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-03 16:31:19,832 autoreload 41272 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 16:31:39,778 autoreload 41272 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 16:31:40,203 autoreload 41441 8466948288 Watching for file changes with StatReloader ERROR 2025-09-03 16:31:44,101 log 41441 6125826048 Internal Server Error: /en/patients/insurance-info/update/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_policy_number' not found. 'validate_policy_number' is not a valid view function or pattern name. ERROR 2025-09-03 16:31:44,103 basehttp 41441 6125826048 "GET /en/patients/insurance-info/update/5/ HTTP/1.1" 500 187353 WARNING 2025-09-03 16:31:44,129 log 41441 6125826048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:31:44,129 basehttp 41441 6125826048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:37:35,837 autoreload 41441 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-03 16:37:36,280 autoreload 44059 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 16:37:53,160 autoreload 44059 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 16:37:53,557 autoreload 44228 8466948288 Watching for file changes with StatReloader ERROR 2025-09-03 16:37:55,892 log 44228 6170112000 Internal Server Error: /en/patients/insurance-info/update/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'save_insurance_draft' not found. 'save_insurance_draft' is not a valid view function or pattern name. ERROR 2025-09-03 16:37:55,894 basehttp 44228 6170112000 "GET /en/patients/insurance-info/update/5/ HTTP/1.1" 500 186681 WARNING 2025-09-03 16:37:55,909 log 44228 6170112000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:37:55,909 basehttp 44228 6170112000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:39:57,209 autoreload 44228 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-03 16:39:57,655 autoreload 45179 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 16:40:50,907 autoreload 45179 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 16:40:51,217 autoreload 45579 8466948288 Watching for file changes with StatReloader ERROR 2025-09-03 16:40:54,116 log 45579 6170324992 Internal Server Error: /en/patients/insurance-info/update/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'verify_with_provider' not found. 'verify_with_provider' is not a valid view function or pattern name. ERROR 2025-09-03 16:40:54,118 basehttp 45579 6170324992 "GET /en/patients/insurance-info/update/5/ HTTP/1.1" 500 187475 WARNING 2025-09-03 16:40:54,133 log 45579 6170324992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:40:54,133 basehttp 45579 6170324992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 16:41:40,831 log 45579 6170324992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:41:40,831 basehttp 45579 6170324992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:41:41,803 basehttp 45579 6170324992 "GET /en/ HTTP/1.1" 200 49744 WARNING 2025-09-03 16:41:41,816 log 45579 6170324992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:41:41,816 basehttp 45579 6170324992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:41:41,851 basehttp 45579 12918534144 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-03 16:41:41,852 basehttp 45579 12901707776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 16:41:41,852 basehttp 45579 6170324992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 WARNING 2025-09-03 16:41:44,203 log 45579 6170324992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:41:44,204 basehttp 45579 6170324992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 16:41:44,214 log 45579 6170324992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:41:44,214 basehttp 45579 6170324992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:41:47,781 basehttp 45579 6170324992 "GET /en/patients/insurance-info/5/ HTTP/1.1" 200 36145 WARNING 2025-09-03 16:41:47,796 log 45579 6170324992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:41:47,796 basehttp 45579 6170324992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:41:47,846 basehttp 45579 6170324992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:41:57,002 basehttp 45579 6170324992 "POST /en/patients/check-eligibility/5/ HTTP/1.1" 200 14940 INFO 2025-09-03 16:42:01,973 basehttp 45579 6170324992 "POST /en/patients/check-eligibility/5/ HTTP/1.1" 200 13229 INFO 2025-09-03 16:42:17,873 basehttp 45579 6170324992 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 59419 INFO 2025-09-03 16:42:47,876 basehttp 45579 6170324992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:42:47,879 basehttp 45579 12901707776 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 54197 INFO 2025-09-03 16:43:17,872 basehttp 45579 12901707776 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 80252 INFO 2025-09-03 16:43:47,875 basehttp 45579 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:43:47,879 basehttp 45579 6170324992 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 68006 INFO 2025-09-03 16:44:17,869 basehttp 45579 6170324992 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 76773 INFO 2025-09-03 16:44:48,720 basehttp 45579 6170324992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:44:48,724 basehttp 45579 12901707776 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 48154 ERROR 2025-09-03 16:45:00,443 log 45579 12901707776 Internal Server Error: /en/patients/insurance-info/create/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'verify_with_provider' not found. 'verify_with_provider' is not a valid view function or pattern name. ERROR 2025-09-03 16:45:00,445 basehttp 45579 12901707776 "GET /en/patients/insurance-info/create/6/ HTTP/1.1" 500 184832 WARNING 2025-09-03 16:45:00,462 log 45579 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:45:00,462 basehttp 45579 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:48:18,872 autoreload 45579 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-03 16:48:19,254 autoreload 48837 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 16:48:54,720 autoreload 48837 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 16:48:55,075 autoreload 49152 8466948288 Watching for file changes with StatReloader ERROR 2025-09-03 16:49:14,429 log 49152 6134444032 Internal Server Error: /en/patients/insurance-info/create/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_eligibility' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/check\\-eligibility/(?P[0-9]+)/\\Z'] ERROR 2025-09-03 16:49:14,432 basehttp 49152 6134444032 "GET /en/patients/insurance-info/create/6/ HTTP/1.1" 500 188253 WARNING 2025-09-03 16:49:14,446 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:49:14,447 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 16:49:17,242 log 49152 6134444032 Internal Server Error: /en/patients/insurance-info/create/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_eligibility' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/check\\-eligibility/(?P[0-9]+)/\\Z'] ERROR 2025-09-03 16:49:17,243 basehttp 49152 6134444032 "GET /en/patients/insurance-info/create/6/ HTTP/1.1" 500 188253 WARNING 2025-09-03 16:49:17,254 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:49:17,254 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 16:49:52,486 log 49152 6134444032 Internal Server Error: /en/patients/insurance-info/create/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_eligibility' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/check\\-eligibility/(?P[0-9]+)/\\Z'] ERROR 2025-09-03 16:49:52,487 basehttp 49152 6134444032 "GET /en/patients/insurance-info/create/6/ HTTP/1.1" 500 188316 WARNING 2025-09-03 16:49:52,501 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:49:52,501 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 16:49:53,861 log 49152 6134444032 Internal Server Error: /en/patients/insurance-info/create/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_eligibility' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/check\\-eligibility/(?P[0-9]+)/\\Z'] ERROR 2025-09-03 16:49:53,862 basehttp 49152 6134444032 "GET /en/patients/insurance-info/create/6/ HTTP/1.1" 500 188316 WARNING 2025-09-03 16:49:53,874 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:49:53,874 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 16:50:01,019 log 49152 6134444032 Internal Server Error: /en/patients/insurance-info/create/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_eligibility' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/check\\-eligibility/(?P[0-9]+)/\\Z'] ERROR 2025-09-03 16:50:01,021 basehttp 49152 6134444032 "GET /en/patients/insurance-info/create/6/ HTTP/1.1" 500 188309 WARNING 2025-09-03 16:50:01,033 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:50:01,033 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 16:50:26,006 log 49152 6134444032 Internal Server Error: /en/patients/insurance-info/create/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_eligibility' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/check\\-eligibility/(?P[0-9]+)/\\Z'] ERROR 2025-09-03 16:50:26,007 basehttp 49152 6134444032 "GET /en/patients/insurance-info/create/6/ HTTP/1.1" 500 188204 WARNING 2025-09-03 16:50:26,020 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:50:26,020 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:50:40,293 basehttp 49152 6134444032 "GET /en/patients/insurance-info/create/6/ HTTP/1.1" 200 40576 WARNING 2025-09-03 16:50:40,306 basehttp 49152 6134444032 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 WARNING 2025-09-03 16:50:40,306 basehttp 49152 6168096768 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-09-03 16:50:40,309 log 49152 6151270400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:50:40,309 basehttp 49152 6151270400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:50:40,397 basehttp 49152 6151270400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 16:51:07,727 log 49152 6168096768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:51:07,728 basehttp 49152 6168096768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:51:07,729 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:51:07,729 basehttp 49152 6168096768 - Broken pipe from ('127.0.0.1', 55010) INFO 2025-09-03 16:51:07,731 basehttp 49152 6151270400 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 55815 WARNING 2025-09-03 16:51:07,739 log 49152 6151270400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:51:07,739 basehttp 49152 6151270400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:51:17,835 basehttp 49152 6151270400 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 47772 INFO 2025-09-03 16:51:47,829 basehttp 49152 6151270400 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 66565 INFO 2025-09-03 16:52:07,700 basehttp 49152 6151270400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:52:17,816 basehttp 49152 6151270400 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 72881 INFO 2025-09-03 16:52:24,683 basehttp 49152 6151270400 "GET /en/patients/insurance-info/5/ HTTP/1.1" 200 36145 WARNING 2025-09-03 16:52:24,700 log 49152 6151270400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:52:24,700 basehttp 49152 6151270400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:52:24,805 basehttp 49152 6151270400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:52:54,829 basehttp 49152 6151270400 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 59504 INFO 2025-09-03 16:53:24,813 basehttp 49152 6151270400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:53:24,816 basehttp 49152 6134444032 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 78147 INFO 2025-09-03 16:53:54,809 basehttp 49152 6134444032 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 52726 INFO 2025-09-03 16:54:24,790 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:54:24,796 basehttp 49152 6151270400 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 53055 INFO 2025-09-03 16:54:36,983 basehttp 49152 6151270400 "GET /en/patients/insurance-info/5/ HTTP/1.1" 200 36147 WARNING 2025-09-03 16:54:37,001 log 49152 6151270400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:54:37,001 basehttp 49152 6151270400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:54:37,057 basehttp 49152 6151270400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:55:04,254 basehttp 49152 6151270400 "GET /en/patients/insurance-info/5/ HTTP/1.1" 200 36147 INFO 2025-09-03 16:55:04,269 basehttp 49152 13304360960 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-03 16:55:04,272 log 49152 6151270400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:55:04,273 basehttp 49152 6151270400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:55:04,277 basehttp 49152 6134444032 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-03 16:55:04,278 basehttp 49152 13304360960 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-03 16:55:04,281 basehttp 49152 6151270400 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-03 16:55:04,282 basehttp 49152 13338013696 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-03 16:55:04,284 basehttp 49152 13321187328 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-03 16:55:04,284 basehttp 49152 6134444032 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-03 16:55:04,286 basehttp 49152 6168096768 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-03 16:55:04,293 basehttp 49152 13304360960 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-03 16:55:04,580 basehttp 49152 13304360960 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-03 16:55:04,609 basehttp 49152 13338013696 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-03 16:55:04,609 basehttp 49152 13304360960 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-03 16:55:04,609 basehttp 49152 13321187328 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-03 16:55:04,611 basehttp 49152 6168096768 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-03 16:55:04,612 basehttp 49152 6134444032 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-03 16:55:04,613 basehttp 49152 6151270400 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-03 16:55:04,615 basehttp 49152 13321187328 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-03 16:55:04,615 basehttp 49152 13304360960 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-03 16:55:04,616 basehttp 49152 6168096768 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-03 16:55:04,618 basehttp 49152 13321187328 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-03 16:55:04,623 basehttp 49152 6134444032 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-03 16:55:04,632 basehttp 49152 6168096768 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-03 16:55:04,633 basehttp 49152 13304360960 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-03 16:55:04,634 basehttp 49152 13321187328 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-03 16:55:04,635 basehttp 49152 6134444032 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-03 16:55:04,636 basehttp 49152 13338013696 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-03 16:55:04,637 basehttp 49152 6168096768 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-03 16:55:04,639 basehttp 49152 13338013696 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-03 16:55:04,639 basehttp 49152 13321187328 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-03 16:55:04,640 basehttp 49152 6134444032 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-03 16:55:04,640 basehttp 49152 6168096768 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-03 16:55:04,641 basehttp 49152 13304360960 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-03 16:55:04,641 basehttp 49152 6151270400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:55:04,642 basehttp 49152 13321187328 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-09-03 16:55:04,754 log 49152 13321187328 Not Found: /favicon.ico WARNING 2025-09-03 16:55:04,755 basehttp 49152 13321187328 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-03 16:55:34,655 basehttp 49152 13321187328 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 67000 INFO 2025-09-03 16:56:04,093 basehttp 49152 13321187328 "GET /en/patients/insurance-info/6/ HTTP/1.1" 200 36171 WARNING 2025-09-03 16:56:04,108 log 49152 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:56:04,108 basehttp 49152 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:56:04,193 basehttp 49152 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:56:06,146 basehttp 49152 13321187328 "GET /en/patients/patientprofile/7/details/ HTTP/1.1" 200 32118 WARNING 2025-09-03 16:56:06,163 log 49152 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:56:06,163 basehttp 49152 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:56:06,212 basehttp 49152 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 16:56:09,434 log 49152 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:56:09,434 basehttp 49152 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 16:56:09,444 log 49152 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:56:09,445 basehttp 49152 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:56:34,209 basehttp 49152 13321187328 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 74922 INFO 2025-09-03 16:56:54,553 basehttp 49152 13321187328 "GET /en/patients/insurance-info/6/ HTTP/1.1" 200 36177 WARNING 2025-09-03 16:56:54,569 log 49152 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:56:54,569 basehttp 49152 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:56:54,619 basehttp 49152 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:57:01,942 basehttp 49152 13321187328 "GET /en/patients/insurance-info/ HTTP/1.1" 200 140382 INFO 2025-09-03 16:57:01,957 basehttp 49152 13304360960 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-03 16:57:01,957 basehttp 49152 6134444032 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-03 16:57:01,958 basehttp 49152 6151270400 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-03 16:57:01,959 basehttp 49152 6168096768 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 WARNING 2025-09-03 16:57:01,962 log 49152 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:57:01,962 basehttp 49152 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:57:01,964 basehttp 49152 6168096768 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-03 16:57:01,964 basehttp 49152 13321187328 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-03 16:57:02,028 basehttp 49152 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 16:57:06,244 log 49152 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:57:06,244 basehttp 49152 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 16:57:06,254 log 49152 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:57:06,254 basehttp 49152 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:57:24,637 basehttp 49152 13321187328 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 70641 INFO 2025-09-03 16:57:54,637 basehttp 49152 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:57:54,644 basehttp 49152 6168096768 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 79948 INFO 2025-09-03 16:58:24,636 basehttp 49152 6134444032 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 75853 INFO 2025-09-03 16:58:54,637 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:58:54,642 basehttp 49152 6151270400 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 66186 INFO 2025-09-03 16:59:15,464 basehttp 49152 6151270400 "GET /en/patients/insurance-info/6/ HTTP/1.1" 200 36096 WARNING 2025-09-03 16:59:15,478 log 49152 6151270400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:59:15,479 basehttp 49152 6151270400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:59:15,529 basehttp 49152 6151270400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:59:45,556 basehttp 49152 6151270400 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 76535 INFO 2025-09-03 17:00:15,536 basehttp 49152 6151270400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:00:15,543 basehttp 49152 6134444032 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 65714 INFO 2025-09-03 17:00:45,547 basehttp 49152 6134444032 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 69964 INFO 2025-09-03 17:00:55,925 basehttp 49152 6134444032 "GET /en/patients/insurance-info/6/ HTTP/1.1" 200 36096 WARNING 2025-09-03 17:00:55,942 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:00:55,942 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:00:55,996 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:00:58,630 basehttp 49152 6134444032 "GET /en/patients/insurance-info/create/7/ HTTP/1.1" 200 40576 WARNING 2025-09-03 17:00:58,645 basehttp 49152 6151270400 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 WARNING 2025-09-03 17:00:58,649 basehttp 49152 6151270400 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-09-03 17:00:58,650 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:00:58,651 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:00:58,702 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 17:01:05,029 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:01:05,030 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 17:01:05,040 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:01:05,040 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 17:01:09,456 log 49152 6168096768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:01:09,456 basehttp 49152 6168096768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:01:09,457 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:01:09,462 basehttp 49152 6151270400 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 56817 WARNING 2025-09-03 17:01:09,482 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:01:09,482 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 17:01:13,278 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:01:13,278 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:01:16,730 basehttp 49152 6134444032 "GET /en/patients/insurance-info/16/ HTTP/1.1" 200 36125 WARNING 2025-09-03 17:01:16,747 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:01:16,747 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:01:16,793 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:01:46,831 basehttp 49152 6134444032 "GET /en/patients/insurance-claims-history/16/ HTTP/1.1" 200 73282 INFO 2025-09-03 17:02:13,096 basehttp 49152 6134444032 "GET /en/patients/insurance-info/16/ HTTP/1.1" 200 36125 WARNING 2025-09-03 17:02:13,112 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:02:13,112 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:02:13,165 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:02:15,207 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 17:02:15,212 log 49152 6151270400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:02:15,212 basehttp 49152 6151270400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 17:02:15,225 log 49152 6151270400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:02:15,225 basehttp 49152 6151270400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:02:15,910 basehttp 49152 6151270400 "GET /en/patients/insurance-info/ HTTP/1.1" 200 140798 WARNING 2025-09-03 17:02:15,922 log 49152 6151270400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:02:15,923 basehttp 49152 6151270400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:02:15,991 basehttp 49152 6151270400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:02:47,046 basehttp 49152 6151270400 "GET /en/patients/insurance-info/ HTTP/1.1" 200 140812 INFO 2025-09-03 17:02:47,055 basehttp 49152 6168096768 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-03 17:02:47,058 basehttp 49152 13321187328 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-03 17:02:47,060 basehttp 49152 13304360960 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-03 17:02:47,064 basehttp 49152 6151270400 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-03 17:02:47,069 log 49152 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-03 17:02:47,070 basehttp 49152 13321187328 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-03 17:02:47,070 basehttp 49152 6151270400 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-03 17:02:47,071 basehttp 49152 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:02:47,077 basehttp 49152 6168096768 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-03 17:02:47,078 basehttp 49152 13338013696 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-03 17:02:47,081 basehttp 49152 6134444032 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-03 17:02:47,081 basehttp 49152 6168096768 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-03 17:02:47,082 basehttp 49152 13338013696 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-03 17:02:47,084 basehttp 49152 6151270400 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-03 17:02:47,084 basehttp 49152 6168096768 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-03 17:02:47,086 basehttp 49152 13304360960 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-03 17:02:47,086 basehttp 49152 13321187328 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-03 17:02:47,392 basehttp 49152 13321187328 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-03 17:02:47,430 basehttp 49152 13304360960 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-03 17:02:47,431 basehttp 49152 13321187328 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-03 17:02:47,432 basehttp 49152 13338013696 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-03 17:02:47,433 basehttp 49152 6151270400 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-03 17:02:47,433 basehttp 49152 6168096768 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-03 17:02:47,436 basehttp 49152 13338013696 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-03 17:02:47,436 basehttp 49152 6151270400 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-03 17:02:47,437 basehttp 49152 6168096768 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-03 17:02:47,438 basehttp 49152 6134444032 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-03 17:02:47,441 basehttp 49152 6151270400 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-03 17:02:47,442 basehttp 49152 13304360960 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-03 17:02:47,444 basehttp 49152 13338013696 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-03 17:02:47,444 basehttp 49152 6134444032 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-03 17:02:47,444 basehttp 49152 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:02:47,445 basehttp 49152 6168096768 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-03 17:02:47,447 basehttp 49152 6151270400 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-03 17:02:47,449 basehttp 49152 6168096768 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-03 17:02:47,449 basehttp 49152 13304360960 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-03 17:02:47,449 basehttp 49152 6134444032 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-03 17:02:47,451 basehttp 49152 13338013696 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-03 17:02:47,451 basehttp 49152 13321187328 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-03 17:02:47,451 basehttp 49152 6151270400 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-03 17:02:47,452 basehttp 49152 6134444032 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-03 17:02:47,452 basehttp 49152 6168096768 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-09-03 17:02:47,628 log 49152 6168096768 Not Found: /favicon.ico WARNING 2025-09-03 17:02:47,628 basehttp 49152 6168096768 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-03 17:03:47,447 basehttp 49152 6168096768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:04:17,897 basehttp 49152 6168096768 "GET /en/patients/insurance-info/ HTTP/1.1" 200 140797 WARNING 2025-09-03 17:04:17,911 log 49152 6168096768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:04:17,911 basehttp 49152 6168096768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:04:18,008 basehttp 49152 6168096768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:04:55,377 basehttp 49152 6168096768 "GET /en/patients/insurance-info/ HTTP/1.1" 200 139304 WARNING 2025-09-03 17:04:55,388 log 49152 6168096768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:04:55,388 basehttp 49152 6168096768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:04:55,460 basehttp 49152 6168096768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:05:14,041 basehttp 49152 6168096768 "GET /en/patients/insurance-info/7/ HTTP/1.1" 200 36205 WARNING 2025-09-03 17:05:14,059 log 49152 6168096768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:05:14,060 basehttp 49152 6168096768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:05:14,109 basehttp 49152 6168096768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:05:26,798 basehttp 49152 6168096768 "GET /en/patients/patientprofile/8/details/ HTTP/1.1" 200 32128 WARNING 2025-09-03 17:05:26,813 log 49152 6168096768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:05:26,813 basehttp 49152 6168096768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:05:26,881 basehttp 49152 6168096768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 17:05:30,014 log 49152 6168096768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:05:30,014 basehttp 49152 6168096768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 17:05:30,027 log 49152 6168096768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:05:30,027 basehttp 49152 6168096768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:05:44,142 basehttp 49152 6168096768 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 64179 INFO 2025-09-03 17:06:14,133 basehttp 49152 6168096768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:06:14,136 basehttp 49152 6134444032 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 53775 INFO 2025-09-03 17:06:44,132 basehttp 49152 6134444032 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 48203 INFO 2025-09-03 17:07:14,133 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:07:14,137 basehttp 49152 6168096768 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 47322 INFO 2025-09-03 17:07:44,131 basehttp 49152 6168096768 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 69502 INFO 2025-09-03 17:08:14,122 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:08:14,124 basehttp 49152 6168096768 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 47890 INFO 2025-09-03 17:08:44,128 basehttp 49152 6168096768 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 53756 INFO 2025-09-03 17:09:14,125 basehttp 49152 6168096768 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 63952 INFO 2025-09-03 17:09:14,126 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:09:44,129 basehttp 49152 6134444032 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 53497 INFO 2025-09-03 17:10:14,136 basehttp 49152 6134444032 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 67836 INFO 2025-09-03 17:10:14,136 basehttp 49152 6168096768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:10:14,149 basehttp 49152 6168096768 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-03 17:10:44,127 basehttp 49152 6168096768 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 67747 INFO 2025-09-03 17:11:14,130 basehttp 49152 6168096768 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 57845 INFO 2025-09-03 17:11:14,132 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:11:44,125 basehttp 49152 6134444032 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 71568 INFO 2025-09-03 17:12:14,127 basehttp 49152 6134444032 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 60615 INFO 2025-09-03 17:12:14,128 basehttp 49152 6168096768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:12:44,123 basehttp 49152 6168096768 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 55851 INFO 2025-09-03 17:13:14,125 basehttp 49152 6168096768 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 80533 INFO 2025-09-03 17:13:14,132 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:13:34,753 basehttp 49152 6134444032 "GET /en/patients/insurance-info/create/8/ HTTP/1.1" 200 40576 WARNING 2025-09-03 17:13:34,772 basehttp 49152 6168096768 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 WARNING 2025-09-03 17:13:34,772 basehttp 49152 6151270400 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-09-03 17:13:34,775 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:13:34,775 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:13:34,825 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:14:35,606 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:15:36,606 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:16:37,605 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:17:38,611 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:18:39,610 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:19:28,002 autoreload 49152 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-03 17:19:28,467 autoreload 62657 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 17:19:40,731 basehttp 62657 6170357760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:20:42,683 basehttp 62657 6170357760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:22:40,677 basehttp 62657 6170357760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:24:40,666 basehttp 62657 6170357760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:25:28,605 autoreload 62657 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/admin.py changed, reloading. INFO 2025-09-03 17:25:29,020 autoreload 65265 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 17:42:35,024 autoreload 73355 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 17:42:38,307 basehttp 73355 6158807040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:42:39,925 basehttp 73355 6158807040 "GET /en/patients/insurance-info/create/8/ HTTP/1.1" 200 40576 WARNING 2025-09-03 17:42:39,936 basehttp 73355 6175633408 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-09-03 17:42:39,937 basehttp 73355 6158807040 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 WARNING 2025-09-03 17:42:40,017 log 73355 6158807040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:42:40,017 basehttp 73355 6158807040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:42:40,026 basehttp 73355 6158807040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 17:42:40,976 log 73355 6158807040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:42:40,976 basehttp 73355 6158807040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 17:42:43,803 log 73355 6158807040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:42:43,804 basehttp 73355 6158807040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:42:45,630 basehttp 73355 6158807040 "GET /en/patients/insurance-info/5/ HTTP/1.1" 200 36078 WARNING 2025-09-03 17:42:45,648 log 73355 6158807040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:42:45,648 basehttp 73355 6158807040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:42:45,697 basehttp 73355 6158807040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:43:15,725 basehttp 73355 6158807040 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 17:43:34,578 basehttp 73355 6158807040 "GET /en/admin/appointments/waitingqueue/11/change/ HTTP/1.1" 200 137846 INFO 2025-09-03 17:43:34,598 basehttp 73355 6341865472 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-03 17:43:34,598 basehttp 73355 6325039104 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-03 17:43:34,598 basehttp 73355 6358691840 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-03 17:43:34,598 basehttp 73355 6375518208 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-03 17:43:34,599 basehttp 73355 6158807040 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-03 17:43:34,601 basehttp 73355 6375518208 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-03 17:43:34,602 basehttp 73355 6358691840 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-03 17:43:34,602 basehttp 73355 6341865472 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-03 17:43:34,602 basehttp 73355 6158807040 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-09-03 17:43:34,605 basehttp 73355 6158807040 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-03 17:43:34,605 basehttp 73355 6358691840 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-03 17:43:34,606 basehttp 73355 6341865472 "GET /static/admin/js/SelectBox.js HTTP/1.1" 200 4530 INFO 2025-09-03 17:43:34,606 basehttp 73355 6392344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 17:43:34,606 basehttp 73355 6375518208 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-03 17:43:34,607 basehttp 73355 6358691840 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-03 17:43:34,608 basehttp 73355 6375518208 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-03 17:43:34,608 basehttp 73355 6158807040 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 200 15845 INFO 2025-09-03 17:43:34,608 basehttp 73355 6392344576 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-03 17:43:34,610 basehttp 73355 6325039104 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-03 17:43:34,611 basehttp 73355 6325039104 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-03 17:43:34,611 basehttp 73355 6341865472 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-03 17:43:34,616 basehttp 73355 6325039104 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-03 17:43:34,617 basehttp 73355 6341865472 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-03 17:43:34,622 basehttp 73355 6325039104 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-03 17:43:34,622 basehttp 73355 6158807040 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-03 17:43:34,623 basehttp 73355 6341865472 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-03 17:43:34,623 basehttp 73355 6392344576 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-09-03 17:43:34,645 basehttp 73355 6392344576 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-03 17:43:34,646 basehttp 73355 6341865472 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 200 3291 INFO 2025-09-03 17:43:43,096 basehttp 73355 6341865472 "GET /en/admin/patients/ HTTP/1.1" 200 8946 INFO 2025-09-03 17:43:43,106 basehttp 73355 6341865472 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-09-03 17:43:46,692 basehttp 73355 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:43:46,694 basehttp 73355 6392344576 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 17:44:08,575 autoreload 73355 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/admin.py changed, reloading. INFO 2025-09-03 17:44:08,961 autoreload 74058 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 17:44:52,470 autoreload 74058 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/admin.py changed, reloading. INFO 2025-09-03 17:44:52,770 autoreload 74382 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 17:44:57,973 autoreload 74382 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/admin.py changed, reloading. INFO 2025-09-03 17:44:58,251 autoreload 74393 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 17:45:00,591 basehttp 74393 6200373248 "GET /en/admin/appointments/waitingqueue/11/change/ HTTP/1.1" 200 137403 INFO 2025-09-03 17:45:00,606 basehttp 74393 6200373248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 17:45:16,675 basehttp 74393 6200373248 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 17:45:18,271 autoreload 74393 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/admin.py changed, reloading. INFO 2025-09-03 17:45:18,639 autoreload 74557 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 17:45:47,732 basehttp 74557 6203928576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:46:09,294 autoreload 74557 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/admin.py changed, reloading. INFO 2025-09-03 17:46:09,623 autoreload 74955 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 17:46:47,384 autoreload 74955 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/admin.py changed, reloading. INFO 2025-09-03 17:46:47,690 autoreload 75294 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 17:48:47,599 autoreload 75294 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/admin.py changed, reloading. INFO 2025-09-03 17:48:47,884 autoreload 76148 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 17:49:33,106 autoreload 76148 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/admin.py changed, reloading. INFO 2025-09-03 17:49:33,422 autoreload 76541 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 17:49:36,642 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11737 INFO 2025-09-03 17:49:39,096 basehttp 76541 6158381056 "GET /en/admin/appointments/waitingqueue/11/change/ HTTP/1.1" 200 139309 INFO 2025-09-03 17:49:39,108 basehttp 76541 6158381056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 17:49:46,776 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 17:49:47,501 basehttp 76541 6158381056 "GET /en/admin/patients/claimdocument/ HTTP/1.1" 200 70243 INFO 2025-09-03 17:49:47,511 basehttp 76541 6158381056 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-03 17:49:47,512 basehttp 76541 6158381056 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-03 17:49:47,515 basehttp 76541 6175207424 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 17:49:47,524 basehttp 76541 6175207424 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-03 17:49:51,781 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:49:53,978 basehttp 76541 6158381056 "GET /en/admin/patients/claimstatushistory/ HTTP/1.1" 200 128819 INFO 2025-09-03 17:49:53,995 basehttp 76541 6158381056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 17:49:54,004 basehttp 76541 6158381056 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-03 17:49:58,461 basehttp 76541 6158381056 "GET /en/admin/patients/claimstatushistory/976/change/ HTTP/1.1" 200 92157 INFO 2025-09-03 17:49:58,475 basehttp 76541 6158381056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 17:50:02,952 basehttp 76541 6158381056 "GET /en/admin/patients/claimstatushistory/ HTTP/1.1" 200 128819 INFO 2025-09-03 17:50:14,492 basehttp 76541 6158381056 "GET /en/patients/insurance-info/5/ HTTP/1.1" 200 36078 WARNING 2025-09-03 17:50:14,549 log 76541 6158381056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:50:14,549 basehttp 76541 6158381056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:50:14,589 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:50:44,613 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 17:51:14,612 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:51:14,617 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 17:51:37,031 basehttp 76541 13035925504 "GET /en/admin/patients/claimstatushistory/976/change/ HTTP/1.1" 200 92157 INFO 2025-09-03 17:51:37,050 basehttp 76541 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 17:51:44,781 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 17:51:47,241 basehttp 76541 13035925504 "GET /en/admin/patients/insuranceclaim/ HTTP/1.1" 200 147251 INFO 2025-09-03 17:51:47,254 basehttp 76541 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-09-03 17:51:50,385 log 76541 13035925504 Internal Server Error: /en/admin/patients/insuranceclaim/200/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1916, in _changeform_view formsets, inline_instances = self._create_formsets( ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2358, in _create_formsets for FormSet, inline in self.get_formsets_with_inlines(*get_formsets_args): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 938, in get_formsets_with_inlines yield inline.get_formset(request, obj), inline ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2535, in get_formset return inlineformset_factory(self.parent_model, self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1343, in inlineformset_factory FormSet = modelformset_factory(model, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1051, in modelformset_factory form = modelform_factory( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (status) specified for ClaimStatusHistory ERROR 2025-09-03 17:51:50,387 basehttp 76541 13035925504 "GET /en/admin/patients/insuranceclaim/200/change/ HTTP/1.1" 500 171484 INFO 2025-09-03 17:51:55,161 basehttp 76541 13035925504 "GET /en/admin/patients/insuranceclaim/ HTTP/1.1" 200 147251 INFO 2025-09-03 17:52:14,793 basehttp 76541 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:52:14,796 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 17:52:19,252 basehttp 76541 6158381056 "GET /en/admin/patients/claimstatushistory/ HTTP/1.1" 200 128819 INFO 2025-09-03 17:52:19,268 basehttp 76541 6158381056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 17:52:27,817 basehttp 76541 6158381056 "GET /en/admin/patients/insuranceclaim/ HTTP/1.1" 200 147251 INFO 2025-09-03 17:52:27,830 basehttp 76541 6158381056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 17:52:44,786 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11737 INFO 2025-09-03 17:53:15,787 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:53:40,787 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 17:54:16,783 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:54:40,774 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 17:55:17,783 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:55:40,783 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 17:56:18,777 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:56:40,822 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 17:57:41,969 basehttp 76541 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:57:41,970 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 17:58:41,957 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 17:59:41,974 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:59:41,980 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11740 INFO 2025-09-03 18:00:41,962 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:01:41,963 basehttp 76541 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:01:41,965 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 18:02:41,962 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 18:03:41,965 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:03:41,968 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 18:04:41,965 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 18:05:41,977 basehttp 76541 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:05:41,979 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11737 INFO 2025-09-03 18:06:41,964 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11737 INFO 2025-09-03 18:07:41,980 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:07:41,982 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 18:10:46,963 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 18:11:46,911 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:11:46,915 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:12:46,902 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:13:46,911 basehttp 76541 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:13:46,914 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:14:46,905 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:15:46,906 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:15:46,909 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:16:46,902 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 18:17:46,912 basehttp 76541 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:17:46,914 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:18:46,902 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 18:19:46,906 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:19:46,907 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 18:20:46,899 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:21:46,904 basehttp 76541 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:21:46,905 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:22:46,897 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 18:23:46,909 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:23:46,911 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:24:46,895 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11737 INFO 2025-09-03 18:25:46,919 basehttp 76541 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:25:46,922 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 18:26:46,918 basehttp 76541 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:26:46,921 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:27:46,893 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:28:46,897 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:28:46,900 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:29:46,913 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:29:46,916 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11737 INFO 2025-09-03 18:30:00,276 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:30:02,198 basehttp 76541 6158381056 "GET /en/patients/insurance-info/5/ HTTP/1.1" 200 36078 WARNING 2025-09-03 18:30:02,214 log 76541 6158381056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 18:30:02,214 basehttp 76541 6158381056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 18:30:02,296 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 18:30:15,372 log 76541 6158381056 Internal Server Error: /en/admin/patients/insuranceclaim/189/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1916, in _changeform_view formsets, inline_instances = self._create_formsets( ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2358, in _create_formsets for FormSet, inline in self.get_formsets_with_inlines(*get_formsets_args): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 938, in get_formsets_with_inlines yield inline.get_formset(request, obj), inline ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2535, in get_formset return inlineformset_factory(self.parent_model, self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1343, in inlineformset_factory FormSet = modelformset_factory(model, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1051, in modelformset_factory form = modelform_factory( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (status) specified for ClaimStatusHistory ERROR 2025-09-03 18:30:15,373 basehttp 76541 6158381056 "GET /en/admin/patients/insuranceclaim/189/change/ HTTP/1.1" 500 171496 INFO 2025-09-03 18:30:32,879 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 18:30:36,031 autoreload 76541 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/admin.py changed, reloading. INFO 2025-09-03 18:30:36,554 autoreload 94585 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 18:30:38,940 basehttp 94585 6161477632 "GET /en/admin/patients/insuranceclaim/189/change/ HTTP/1.1" 200 127811 INFO 2025-09-03 18:30:38,956 basehttp 94585 12901707776 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-03 18:30:38,956 basehttp 94585 12918534144 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-03 18:30:38,958 basehttp 94585 6161477632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 18:30:38,986 basehttp 94585 6161477632 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-03 18:30:38,986 basehttp 94585 12918534144 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-09-03 18:30:57,913 basehttp 94585 12918534144 "POST /en/admin/patients/insuranceclaim/189/change/ HTTP/1.1" 302 0 INFO 2025-09-03 18:30:57,963 basehttp 94585 12918534144 "GET /en/admin/patients/insuranceclaim/ HTTP/1.1" 200 143077 INFO 2025-09-03 18:30:57,978 basehttp 94585 12918534144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 18:30:57,989 basehttp 94585 12918534144 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-03 18:31:02,904 basehttp 94585 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:31:02,908 basehttp 94585 6161477632 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:31:08,427 basehttp 94585 6161477632 "GET /en/admin/patients/insuranceclaim/ HTTP/1.1" 200 142820 INFO 2025-09-03 18:31:08,442 basehttp 94585 6161477632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 18:31:11,359 basehttp 94585 6161477632 "GET /en/admin/patients/insuranceclaim/200/change/ HTTP/1.1" 200 127231 INFO 2025-09-03 18:31:11,371 basehttp 94585 6161477632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 18:31:23,527 basehttp 94585 6161477632 "GET /en/patients/ HTTP/1.1" 200 139705 INFO 2025-09-03 18:31:23,603 basehttp 94585 6161477632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:31:23,607 basehttp 94585 12918534144 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-03 18:31:38,843 basehttp 94585 12918534144 "GET /en/patients/patientprofile/33/details/ HTTP/1.1" 200 32204 INFO 2025-09-03 18:31:38,877 basehttp 94585 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:31:51,463 basehttp 94585 12918534144 "GET /en/patients/insurance-info/33/ HTTP/1.1" 200 36211 INFO 2025-09-03 18:31:51,496 basehttp 94585 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:32:21,526 basehttp 94585 12918534144 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 11738 INFO 2025-09-03 18:32:51,369 basehttp 94585 12918534144 "GET /en/admin/patients/insuranceclaim/ HTTP/1.1" 200 142820 INFO 2025-09-03 18:32:51,902 basehttp 94585 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:32:51,904 basehttp 94585 6161477632 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:44:07,355 basehttp 94585 6161477632 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 11737 INFO 2025-09-03 18:44:43,359 basehttp 94585 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:44:43,361 basehttp 94585 6161477632 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 11737 INFO 2025-09-03 18:45:13,345 basehttp 94585 6161477632 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 11736 INFO 2025-09-03 18:45:45,799 basehttp 94585 6161477632 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 11738 INFO 2025-09-03 18:45:46,161 basehttp 94585 6161477632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:46:15,796 basehttp 94585 6161477632 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 63828 INFO 2025-09-03 18:46:45,796 basehttp 94585 6161477632 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 48547 INFO 2025-09-03 18:46:46,166 basehttp 94585 6161477632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:47:15,797 basehttp 94585 6161477632 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 73160 INFO 2025-09-03 18:47:45,796 basehttp 94585 6161477632 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 79944 INFO 2025-09-03 18:47:46,177 basehttp 94585 6161477632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:48:07,562 basehttp 94585 6161477632 "POST /en/patients/check-eligibility/33/ HTTP/1.1" 200 14083 INFO 2025-09-03 18:48:15,774 basehttp 94585 12901707776 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 67510 INFO 2025-09-03 18:48:16,762 basehttp 94585 6161477632 "POST /en/patients/check-eligibility/33/ HTTP/1.1" 200 14126 INFO 2025-09-03 18:48:45,772 basehttp 94585 6161477632 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 60687 INFO 2025-09-03 18:48:46,158 basehttp 94585 6161477632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:48:49,705 basehttp 94585 6161477632 "GET /en/patients/insurance-info/33/ HTTP/1.1" 200 36211 INFO 2025-09-03 18:48:49,755 basehttp 94585 6161477632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:48:56,275 basehttp 94585 6161477632 "GET /en/patients/insurance-info/create/39/ HTTP/1.1" 200 40576 WARNING 2025-09-03 18:48:56,286 basehttp 94585 6161477632 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 WARNING 2025-09-03 18:48:56,286 basehttp 94585 12901707776 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 INFO 2025-09-03 18:48:56,312 basehttp 94585 6161477632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:49:19,778 basehttp 94585 6161477632 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 71922 INFO 2025-09-03 18:49:49,407 basehttp 94585 6161477632 "GET /en/patients/insurance-info/create/39/ HTTP/1.1" 200 40576 WARNING 2025-09-03 18:49:49,416 basehttp 94585 6161477632 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 WARNING 2025-09-03 18:49:49,417 basehttp 94585 12901707776 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 INFO 2025-09-03 18:49:49,441 basehttp 94585 6161477632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:49:59,072 basehttp 94585 6161477632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:49:59,078 basehttp 94585 12901707776 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 79934 INFO 2025-09-03 18:50:19,776 basehttp 94585 12901707776 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 78751 INFO 2025-09-03 18:50:49,777 basehttp 94585 12901707776 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 72058 INFO 2025-09-03 18:51:08,449 basehttp 94585 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:51:19,775 basehttp 94585 12901707776 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 48438 INFO 2025-09-03 18:51:49,776 basehttp 94585 12901707776 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 48202 INFO 2025-09-03 18:52:08,450 basehttp 94585 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:52:19,777 basehttp 94585 12901707776 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 48214 INFO 2025-09-03 18:52:49,777 basehttp 94585 12901707776 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 71321 INFO 2025-09-03 18:53:08,454 basehttp 94585 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:53:22,874 basehttp 94585 12901707776 "GET /en/appointments/create/?patient=33 HTTP/1.1" 200 36516 INFO 2025-09-03 18:53:22,909 basehttp 94585 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:53:46,131 basehttp 94585 12901707776 "GET / HTTP/1.1" 302 0 INFO 2025-09-03 18:53:46,152 basehttp 94585 6161477632 "GET /en/ HTTP/1.1" 200 49782 INFO 2025-09-03 18:53:46,198 basehttp 94585 6161477632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:53:46,210 basehttp 94585 12918534144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 18:53:46,210 basehttp 94585 12935360512 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-03 18:53:46,212 basehttp 94585 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 18:54:08,922 basehttp 94585 12901707776 "GET /en/patients/insurance-info HTTP/1.1" 301 0 INFO 2025-09-03 18:54:08,950 basehttp 94585 12918534144 "GET /en/patients/insurance-info/ HTTP/1.1" 200 139304 INFO 2025-09-03 18:54:08,997 basehttp 94585 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:54:45,149 basehttp 94585 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 18:54:46,207 basehttp 94585 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:54:46,207 basehttp 94585 12935360512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 18:54:49,704 basehttp 94585 12918534144 "GET /en/inpatients/ HTTP/1.1" 200 41779 INFO 2025-09-03 18:54:49,750 basehttp 94585 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:54:49,751 basehttp 94585 12935360512 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-03 18:54:49,771 basehttp 94585 6161477632 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 INFO 2025-09-03 18:54:52,415 basehttp 94585 6161477632 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 18:54:52,504 basehttp 94585 6161477632 "GET /static/plugins/dropzone/dist/min/dropzone.min.js HTTP/1.1" 200 114702 INFO 2025-09-03 18:54:52,518 basehttp 94585 6161477632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:54:52,631 basehttp 94585 6161477632 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 18:55:11,030 basehttp 94585 6161477632 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 51245 INFO 2025-09-03 18:55:11,065 basehttp 94585 6161477632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:55:22,658 basehttp 94585 6161477632 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 18:55:52,533 basehttp 94585 6161477632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:55:52,642 basehttp 94585 6161477632 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 18:56:22,656 basehttp 94585 6161477632 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 18:56:52,530 basehttp 94585 6161477632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:56:52,643 basehttp 94585 6161477632 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 18:57:22,660 basehttp 94585 6161477632 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 18:59:09,915 autoreload 2903 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 18:59:10,192 basehttp 2903 6189297664 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40578 INFO 2025-09-03 18:59:10,240 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:00:10,252 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:00:18,422 basehttp 2903 6206124032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:00:18,494 basehttp 2903 6189297664 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 19:00:22,657 basehttp 2903 6189297664 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 19:00:29,500 basehttp 2903 6189297664 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40578 INFO 2025-09-03 19:00:29,544 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:01:29,557 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:01:38,479 basehttp 2903 6206124032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:01:38,546 basehttp 2903 6189297664 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 19:01:42,535 basehttp 2903 6189297664 "GET /en/inpatients/beds/1758/ HTTP/1.1" 200 33490 INFO 2025-09-03 19:01:42,570 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:02:41,566 basehttp 2903 6189297664 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-09-03 19:02:41,595 basehttp 2903 6206124032 "GET /en/emr/ HTTP/1.1" 200 71709 INFO 2025-09-03 19:02:41,643 basehttp 2903 6206124032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:02:41,649 basehttp 2903 6189297664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-03 19:02:49,802 basehttp 2903 6189297664 "GET /en/emr/encounters/ HTTP/1.1" 200 148284 INFO 2025-09-03 19:02:49,839 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:02:59,829 basehttp 2903 6189297664 "GET /en/emr/vital-signs/ HTTP/1.1" 200 91448 INFO 2025-09-03 19:02:59,865 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:03:11,719 basehttp 2903 6189297664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-03 19:03:32,317 basehttp 2903 6189297664 "GET /en/emr/problems/ HTTP/1.1" 200 104971 INFO 2025-09-03 19:03:32,349 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:03:40,131 basehttp 2903 6189297664 "GET /en/emr/notes/ HTTP/1.1" 200 98610 INFO 2025-09-03 19:03:40,167 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:03:52,866 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:03:52,875 basehttp 2903 6206124032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-03 19:04:22,874 basehttp 2903 6206124032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-03 19:04:28,095 basehttp 2903 6206124032 "GET /en/emr/encounters/981/ HTTP/1.1" 200 31615 INFO 2025-09-03 19:04:28,130 basehttp 2903 6206124032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 19:04:43,810 log 2903 6206124032 Bad Request: /en/emr/encounter/981/vitals/add/ WARNING 2025-09-03 19:04:43,810 basehttp 2903 6206124032 "GET /en/emr/encounter/981/vitals/add/ HTTP/1.1" 400 28 INFO 2025-09-03 19:04:52,864 basehttp 2903 6206124032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:04:52,871 basehttp 2903 6189297664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-03 19:05:00,165 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:05:04,148 basehttp 2903 6189297664 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 19:05:34,159 basehttp 2903 6189297664 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 19:05:56,315 basehttp 2903 6189297664 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 19:05:56,409 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:05:56,538 basehttp 2903 6189297664 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 19:05:59,622 basehttp 2903 6189297664 "GET /en/inpatients/transfers/ HTTP/1.1" 200 87537 INFO 2025-09-03 19:05:59,653 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 19:06:25,986 log 2903 6189297664 Not Found: /en/inpatients/transfers/34 WARNING 2025-09-03 19:06:25,986 basehttp 2903 6189297664 "GET /en/inpatients/transfers/34 HTTP/1.1" 404 40274 INFO 2025-09-03 19:06:31,799 basehttp 2903 6189297664 "GET /en/inpatients/transfer/85/approve/ HTTP/1.1" 200 9418 INFO 2025-09-03 19:06:59,666 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:07:59,670 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:08:14,924 basehttp 2903 6206124032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:08:14,928 basehttp 2903 6189297664 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-03 19:08:14,954 basehttp 2903 6222950400 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 INFO 2025-09-03 19:08:14,985 basehttp 2903 6189297664 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 INFO 2025-09-03 19:08:21,210 basehttp 2903 6189297664 "GET /en/inpatients/wards/ HTTP/1.1" 200 48071 INFO 2025-09-03 19:08:21,241 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:09:21,248 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:09:27,274 autoreload 2903 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-03 19:09:27,609 autoreload 7374 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 19:10:21,316 basehttp 7374 6169440256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:11:22,190 basehttp 7374 6169440256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:11:34,286 basehttp 7374 6169440256 "GET /en/patients/ HTTP/1.1" 200 139705 INFO 2025-09-03 19:11:34,340 basehttp 7374 6169440256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:11:34,344 basehttp 7374 12901707776 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-03 19:11:40,756 log 7374 12901707776 Not Found: /en/patients/consent WARNING 2025-09-03 19:11:40,757 basehttp 7374 12901707776 "GET /en/patients/consent HTTP/1.1" 404 48373 INFO 2025-09-03 19:11:48,192 basehttp 7374 12901707776 "GET /en/patients/consents HTTP/1.1" 301 0 ERROR 2025-09-03 19:11:48,239 log 7374 6169440256 Internal Server Error: /en/patients/consents/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'consent_form_detail' not found. 'consent_form_detail' is not a valid view function or pattern name. ERROR 2025-09-03 19:11:48,242 basehttp 7374 6169440256 "GET /en/patients/consents/ HTTP/1.1" 500 250956 INFO 2025-09-03 19:13:39,862 autoreload 7374 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 19:13:40,213 autoreload 9245 8466948288 Watching for file changes with StatReloader ERROR 2025-09-03 19:13:42,689 log 9245 6171701248 Internal Server Error: /en/patients/consents/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'consent_form_detail' not found. 'consent_form_detail' is not a valid view function or pattern name. ERROR 2025-09-03 19:13:42,692 basehttp 9245 6171701248 "GET /en/patients/consents/ HTTP/1.1" 500 251093 INFO 2025-09-03 19:13:57,051 autoreload 9245 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 19:13:57,378 autoreload 9409 8466948288 Watching for file changes with StatReloader ERROR 2025-09-03 19:13:58,270 log 9409 6168571904 Internal Server Error: /en/patients/consents/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'consent_form_update' not found. 'consent_form_update' is not a valid view function or pattern name. ERROR 2025-09-03 19:13:58,272 basehttp 9409 6168571904 "GET /en/patients/consents/ HTTP/1.1" 500 255228 INFO 2025-09-03 19:15:54,828 autoreload 9409 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 19:15:55,205 autoreload 10261 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 19:18:55,272 autoreload 10261 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-03 19:18:55,563 autoreload 11582 8466948288 Watching for file changes with StatReloader ERROR 2025-09-03 19:18:59,062 log 11582 6192689152 Internal Server Error: /en/patients/consents/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'consent_form_delete' not found. 'consent_form_delete' is not a valid view function or pattern name. ERROR 2025-09-03 19:18:59,065 basehttp 11582 6192689152 "GET /en/patients/consents/ HTTP/1.1" 500 254626 ERROR 2025-09-03 19:19:35,793 log 11582 6192689152 Internal Server Error: /en/patients/consents/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'consent_form_create' not found. 'consent_form_create' is not a valid view function or pattern name. ERROR 2025-09-03 19:19:35,794 basehttp 11582 6192689152 "GET /en/patients/consents/ HTTP/1.1" 500 229052 ERROR 2025-09-03 19:20:33,015 log 11582 6192689152 Internal Server Error: /en/patients/consents/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'consent_form_preview' not found. 'consent_form_preview' is not a valid view function or pattern name. ERROR 2025-09-03 19:20:33,016 basehttp 11582 6192689152 "GET /en/patients/consents/ HTTP/1.1" 500 231510 ERROR 2025-09-03 19:20:45,890 log 11582 6192689152 Internal Server Error: /en/patients/consents/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'consent_form_activate' not found. 'consent_form_activate' is not a valid view function or pattern name. ERROR 2025-09-03 19:20:45,891 basehttp 11582 6192689152 "GET /en/patients/consents/ HTTP/1.1" 500 232392 INFO 2025-09-03 19:21:32,662 basehttp 11582 6192689152 "GET /en/patients/consents/ HTTP/1.1" 200 174578 INFO 2025-09-03 19:21:32,717 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 19:21:37,026 log 11582 6192689152 Internal Server Error: /en/patients/consent-forms/detail/74/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'consent_form_list' not found. 'consent_form_list' is not a valid view function or pattern name. ERROR 2025-09-03 19:21:37,037 basehttp 11582 6192689152 "GET /en/patients/consent-forms/detail/74/ HTTP/1.1" 500 169670 ERROR 2025-09-03 19:22:05,825 log 11582 6192689152 Internal Server Error: /en/patients/consent-forms/detail/74/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'consent_form_delete' not found. 'consent_form_delete' is not a valid view function or pattern name. ERROR 2025-09-03 19:22:05,826 basehttp 11582 6192689152 "GET /en/patients/consent-forms/detail/74/ HTTP/1.1" 500 169871 ERROR 2025-09-03 19:22:18,813 log 11582 6192689152 Internal Server Error: /en/patients/consent-forms/detail/74/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'consent_form_preview' not found. 'consent_form_preview' is not a valid view function or pattern name. ERROR 2025-09-03 19:22:18,814 basehttp 11582 6192689152 "GET /en/patients/consent-forms/detail/74/ HTTP/1.1" 500 169323 INFO 2025-09-03 19:22:51,459 basehttp 11582 6192689152 "GET /en/patients/consent-forms/detail/74/ HTTP/1.1" 200 22785 INFO 2025-09-03 19:22:51,492 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:22:59,452 basehttp 11582 6192689152 "GET /en/patients/consents/ HTTP/1.1" 200 174578 INFO 2025-09-03 19:22:59,453 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:22:59,496 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 19:23:02,645 log 11582 6209515520 Internal Server Error: /en/patients/consent-forms/update/74/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'consent_form_list' not found. 'consent_form_list' is not a valid view function or pattern name. ERROR 2025-09-03 19:23:02,646 basehttp 11582 6209515520 "GET /en/patients/consent-forms/update/74/ HTTP/1.1" 500 184500 ERROR 2025-09-03 19:23:22,031 log 11582 6209515520 Internal Server Error: /en/patients/consent-forms/update/74/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'save_consent_form_draft' not found. 'save_consent_form_draft' is not a valid view function or pattern name. ERROR 2025-09-03 19:23:22,032 basehttp 11582 6209515520 "GET /en/patients/consent-forms/update/74/ HTTP/1.1" 500 181623 INFO 2025-09-03 19:23:49,627 basehttp 11582 6209515520 "GET /en/patients/consent-forms/update/74/ HTTP/1.1" 200 33258 WARNING 2025-09-03 19:23:49,635 basehttp 11582 6192689152 "GET /static/assets/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 404 2086 INFO 2025-09-03 19:23:49,636 basehttp 11582 6209515520 "GET /static/plugins/summernote/dist/summernote-lite.min.css HTTP/1.1" 200 30684 INFO 2025-09-03 19:23:49,656 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:23:57,660 basehttp 11582 6209515520 "GET /en/patients/consents/ HTTP/1.1" 200 174578 INFO 2025-09-03 19:23:57,694 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:24:02,926 basehttp 11582 6209515520 "GET /en/patients/consent-forms/detail/74/ HTTP/1.1" 200 22785 INFO 2025-09-03 19:24:02,956 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:24:07,429 basehttp 11582 6209515520 "GET /en/patients/consent-forms/update/74/ HTTP/1.1" 200 33258 WARNING 2025-09-03 19:24:07,439 basehttp 11582 6209515520 "GET /static/assets/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 404 2086 INFO 2025-09-03 19:24:07,464 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:24:35,546 basehttp 11582 6192689152 "GET /en/patients/consents/ HTTP/1.1" 200 174578 INFO 2025-09-03 19:24:35,582 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:25:36,951 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:26:34,224 basehttp 11582 6192689152 "GET / HTTP/1.1" 302 0 INFO 2025-09-03 19:26:34,242 basehttp 11582 6209515520 "GET /en/ HTTP/1.1" 200 49794 INFO 2025-09-03 19:26:34,296 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:26:34,302 basehttp 11582 6243168256 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-03 19:26:34,303 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:26:34,305 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:27:04,289 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:27:34,312 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:27:34,314 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:27:34,314 basehttp 11582 6243168256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:28:04,294 basehttp 11582 6243168256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:28:34,297 basehttp 11582 6243168256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:28:34,298 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:28:34,301 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:29:05,186 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:29:35,211 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:29:35,211 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:29:35,213 basehttp 11582 6243168256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:30:36,196 basehttp 11582 6243168256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:30:36,197 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:30:37,180 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:31:37,196 basehttp 11582 6243168256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:31:37,196 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:31:41,187 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:32:38,200 basehttp 11582 6243168256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:32:38,201 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:32:41,188 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:33:41,204 basehttp 11582 6243168256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:33:41,206 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:33:41,208 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:34:41,168 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:35:41,196 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:35:41,197 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:35:41,198 basehttp 11582 6243168256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:36:41,166 basehttp 11582 6243168256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:37:41,167 basehttp 11582 6243168256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:37:41,170 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:37:41,172 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:38:41,174 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:39:41,187 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:39:41,190 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:39:41,192 basehttp 11582 6243168256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:40:41,167 basehttp 11582 6243168256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:41:41,189 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:41:41,192 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:41:41,194 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:42:41,180 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:42:41,180 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:42:41,181 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:43:41,180 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:44:41,192 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:44:41,195 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:44:41,196 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:45:41,186 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:46:41,187 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:46:41,188 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:46:41,190 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:47:41,181 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:47:41,181 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:47:41,182 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:48:41,086 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:49:41,108 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:49:41,110 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:49:41,111 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:50:36,988 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:50:41,102 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:50:41,104 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:50:51,458 basehttp 11582 6192689152 "GET /en/operating-theatre/ HTTP/1.1" 200 34120 INFO 2025-09-03 19:50:51,522 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:50:51,523 basehttp 11582 6209515520 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-03 19:51:00,069 basehttp 11582 6209515520 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 23266 INFO 2025-09-03 19:51:00,099 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:51:03,256 basehttp 11582 6209515520 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 30821 INFO 2025-09-03 19:51:03,296 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:51:03,297 basehttp 11582 6192689152 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-03 19:51:06,182 basehttp 11582 6192689152 "GET /en/operating-theatre/blocks/ HTTP/1.1" 200 28835 INFO 2025-09-03 19:51:06,212 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:51:11,214 basehttp 11582 6192689152 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 26947 INFO 2025-09-03 19:51:11,248 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:51:14,272 basehttp 11582 6192689152 "GET /en/operating-theatre/equipment/ HTTP/1.1" 200 29350 INFO 2025-09-03 19:51:14,303 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:51:18,634 basehttp 11582 6192689152 "GET /en/operating-theatre/templates/ HTTP/1.1" 200 41476 WARNING 2025-09-03 19:51:18,647 basehttp 11582 6243168256 "GET /static/assets/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 404 2122 WARNING 2025-09-03 19:51:18,647 basehttp 11582 6192689152 "GET /static/assets/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 404 2128 WARNING 2025-09-03 19:51:18,647 basehttp 11582 6226341888 "GET /static/assets/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2098 WARNING 2025-09-03 19:51:18,648 basehttp 11582 6209515520 "GET /static/assets/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 404 2161 WARNING 2025-09-03 19:51:18,650 basehttp 11582 6243168256 "GET /static/assets/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 404 2155 WARNING 2025-09-03 19:51:18,650 basehttp 11582 6259994624 "GET /static/assets/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 404 2143 INFO 2025-09-03 19:51:18,670 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:51:30,594 basehttp 11582 6192689152 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-03 19:51:44,752 basehttp 11582 6192689152 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-09-03 19:51:44,787 basehttp 11582 6192689152 "GET /en/hr/ HTTP/1.1" 200 42461 INFO 2025-09-03 19:51:44,830 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:51:53,634 basehttp 11582 6192689152 "GET /en/hr/employees/ HTTP/1.1" 200 130557 INFO 2025-09-03 19:51:53,668 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:51:57,058 basehttp 11582 6192689152 "GET /en/hr/employees/56/ HTTP/1.1" 200 34527 INFO 2025-09-03 19:51:57,088 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:52:00,460 basehttp 11582 6192689152 "GET /en/hr/departments/ HTTP/1.1" 200 125487 WARNING 2025-09-03 19:52:00,471 basehttp 11582 6226341888 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 INFO 2025-09-03 19:52:00,471 basehttp 11582 6192689152 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-09-03 19:52:00,471 basehttp 11582 6209515520 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-03 19:52:00,475 basehttp 11582 6209515520 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-09-03 19:52:00,475 basehttp 11582 6243168256 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-09-03 19:52:00,477 basehttp 11582 6226341888 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-09-03 19:52:00,477 basehttp 11582 6192689152 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 INFO 2025-09-03 19:52:00,481 basehttp 11582 6259994624 "GET /static/plugins/jszip/dist/jszip.min.js HTTP/1.1" 200 97630 INFO 2025-09-03 19:52:00,481 basehttp 11582 6243168256 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-03 19:52:00,487 basehttp 11582 6209515520 "GET /static/plugins/pdfmake/build/vfs_fonts.js HTTP/1.1" 200 828866 INFO 2025-09-03 19:52:00,491 basehttp 11582 6276820992 "GET /static/plugins/pdfmake/build/pdfmake.min.js HTTP/1.1" 200 1400771 INFO 2025-09-03 19:52:00,514 basehttp 11582 6276820992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:52:02,181 basehttp 11582 6276820992 "GET /en/hr/departments/12/ HTTP/1.1" 200 35183 WARNING 2025-09-03 19:52:02,197 basehttp 11582 6276820992 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-09-03 19:52:02,199 basehttp 11582 6209515520 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-09-03 19:52:02,199 basehttp 11582 6243168256 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 INFO 2025-09-03 19:52:02,223 basehttp 11582 6259994624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:52:38,024 basehttp 11582 6259994624 "GET /en/hr/schedules/ HTTP/1.1" 200 121816 WARNING 2025-09-03 19:52:38,033 basehttp 11582 6259994624 "GET /static/plugins/fullcalendar/main.min.css HTTP/1.1" 404 2026 WARNING 2025-09-03 19:52:38,035 basehttp 11582 6226341888 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-09-03 19:52:38,035 basehttp 11582 6192689152 "GET /static/plugins/fullcalendar/main.min.js HTTP/1.1" 404 2023 INFO 2025-09-03 19:52:38,065 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:52:44,066 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:52:44,070 basehttp 11582 6209515520 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-03 19:53:03,433 basehttp 11582 6209515520 "GET /en/laboratory/ HTTP/1.1" 200 51764 INFO 2025-09-03 19:53:03,484 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 19:53:03,510 log 11582 6192689152 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-03 19:53:03,511 basehttp 11582 6192689152 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124523 INFO 2025-09-03 19:53:17,469 basehttp 11582 6192689152 "GET /en/laboratory/tests/ HTTP/1.1" 200 89448 INFO 2025-09-03 19:53:17,502 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:53:30,656 basehttp 11582 6192689152 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58641 INFO 2025-09-03 19:53:30,686 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 19:53:47,130 log 11582 6192689152 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-03 19:53:47,131 basehttp 11582 6192689152 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124249 INFO 2025-09-03 19:53:57,391 basehttp 11582 6192689152 "GET /en/laboratory/specimens/ HTTP/1.1" 200 138400 INFO 2025-09-03 19:53:57,433 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:54:03,491 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:54:04,173 basehttp 11582 6192689152 "GET /en/laboratory/results/create/ HTTP/1.1" 200 308216 INFO 2025-09-03 19:54:04,216 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:54:07,572 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:54:07,576 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:54:07,576 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:54:38,082 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:55:08,104 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:55:08,105 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:55:08,107 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:55:39,081 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:56:09,102 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:56:09,104 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:56:09,104 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:56:40,079 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:57:10,087 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:57:10,087 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:57:41,071 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:58:11,090 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:58:11,090 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:58:41,079 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:59:12,088 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:59:12,088 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:59:41,080 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:00:41,099 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:00:41,101 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:00:41,103 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:01:41,099 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:01:41,100 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:01:41,101 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:02:41,080 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:02:41,082 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:03:41,089 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:03:41,091 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:04:41,076 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:04:41,078 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:05:41,085 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:05:41,087 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:06:41,097 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:06:41,098 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:06:41,100 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:07:41,069 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:07:41,073 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:07:41,073 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:08:41,095 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:08:41,096 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:08:41,097 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:09:41,065 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:10:41,076 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:10:41,084 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:10:41,087 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:11:41,073 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:12:41,068 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:12:41,072 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:12:41,072 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:13:41,087 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:13:41,089 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:13:41,090 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:14:41,063 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:15:41,086 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:15:41,086 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:15:41,088 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:16:41,071 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:16:41,074 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:17:41,064 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:17:41,065 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:18:41,083 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:18:41,085 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:18:41,086 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:19:41,152 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:20:41,179 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:20:41,181 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:20:41,183 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:21:41,148 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:22:41,175 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:22:41,176 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:22:41,178 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:23:41,164 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:23:41,166 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:24:41,150 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:24:41,153 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:25:41,174 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:25:41,175 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:25:41,177 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:26:41,168 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:26:41,170 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:27:41,164 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:27:41,165 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:28:41,162 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:28:41,166 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:29:41,148 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:29:41,149 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:30:41,166 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:30:41,166 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:30:41,169 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:31:41,166 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:31:41,168 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:32:41,168 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:32:41,169 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:32:41,172 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:33:41,200 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:33:41,202 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:33:41,202 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:34:41,162 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:35:41,190 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:35:41,190 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:35:41,193 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:36:41,161 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:37:41,186 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:37:41,187 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:37:41,189 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:38:41,164 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:39:41,183 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:39:41,183 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:39:41,186 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:40:41,187 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:40:41,187 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:40:41,188 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:41:41,166 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 21:17:02,169 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 21:17:02,171 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 21:17:02,172 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 21:18:02,032 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 21:19:02,050 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 21:19:02,053 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 21:19:02,054 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 21:20:02,031 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 21:21:02,043 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 21:21:02,047 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 21:21:02,049 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 22:16:50,501 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 22:16:50,504 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 22:16:50,504 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:14:29,942 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:19:45,808 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:19:45,812 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:19:45,816 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:22:14,425 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:22:14,425 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:22:14,426 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:39:49,283 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:41:02,876 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:41:02,877 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:41:02,877 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:42:02,871 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:42:02,873 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:42:02,875 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:43:02,870 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:43:02,870 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:43:02,873 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:44:02,846 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:45:02,871 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:45:02,872 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:45:02,874 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:46:02,870 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:46:02,872 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:46:02,873 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:47:02,844 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:48:02,866 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:48:02,867 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:48:02,868 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:49:02,853 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:49:02,856 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:50:02,844 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:50:02,846 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:51:02,867 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:51:02,867 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:51:02,869 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:52:02,846 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:53:02,866 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:53:02,868 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:53:02,869 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:54:02,852 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:55:02,947 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:55:02,948 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:55:02,949 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:56:02,945 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:56:02,945 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:56:02,947 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:57:02,947 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:57:02,949 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:57:02,951 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:58:02,924 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:59:02,941 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:59:02,942 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:59:02,944 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-04 00:00:02,952 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:00:02,952 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 00:00:02,955 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-04 00:01:02,932 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-04 00:02:02,944 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:02:02,946 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 00:02:02,948 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-04 00:03:02,939 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 00:03:02,939 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:03:02,940 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-04 00:04:02,941 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:04:02,943 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 00:04:02,945 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-04 00:05:02,915 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-04 00:06:02,933 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:06:02,935 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 00:06:02,936 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-04 00:07:02,927 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 00:07:02,928 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-04 00:07:02,928 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:08:02,938 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 00:08:02,938 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-04 00:08:02,955 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:09:02,917 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-04 00:09:52,883 autoreload 11582 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-04 00:09:53,377 autoreload 65489 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 00:09:54,753 basehttp 65489 6129217536 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 00:09:54,783 basehttp 65489 6162870272 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-04 00:09:54,787 basehttp 65489 6146043904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:10:00,044 basehttp 65489 6146043904 "GET /en/patients/ HTTP/1.1" 200 139704 INFO 2025-09-04 00:10:00,100 basehttp 65489 6146043904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:10:00,103 basehttp 65489 6162870272 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-04 00:10:01,380 basehttp 65489 6162870272 "GET /en/patients/consents/ HTTP/1.1" 200 174578 INFO 2025-09-04 00:10:01,448 basehttp 65489 6162870272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:10:06,323 basehttp 65489 6162870272 "GET /en/patients/consent-forms/detail/74/ HTTP/1.1" 200 22785 INFO 2025-09-04 00:10:06,361 basehttp 65489 6162870272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:10:31,489 basehttp 65489 6162870272 "GET /en/patients/consents/ HTTP/1.1" 200 174578 INFO 2025-09-04 00:10:31,525 basehttp 65489 6162870272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:11:01,573 basehttp 65489 6162870272 "GET /en/patients/consents/ HTTP/1.1" 200 174578 INFO 2025-09-04 00:11:01,613 basehttp 65489 6162870272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:11:31,653 basehttp 65489 6162870272 "GET /en/patients/consents/ HTTP/1.1" 200 174578 INFO 2025-09-04 00:11:31,693 basehttp 65489 6162870272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:11:46,123 autoreload 65489 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-04 00:11:46,484 autoreload 66339 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 00:11:47,402 log 66339 6169538560 Internal Server Error: /en/patients/consents/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 2281, in get_context_data recent_consents = ConsentForm.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: consent_id, created_at, created_by, created_by_id, effective_date, expiry_date, guardian_name, guardian_relationship, guardian_signature, guardian_signed_at, id, notes, patient, patient_id, patient_ip_address, patient_signature, patient_signed_at, provider_name, provider_signature, provider_signed_at, revocation_reason, revoked_at, revoked_by, revoked_by_id, status, template, template_id, updated_at, witness_name, witness_signature, witness_signed_at, witness_title ERROR 2025-09-04 00:11:47,404 basehttp 66339 6169538560 "GET /en/patients/consents/ HTTP/1.1" 500 144089 INFO 2025-09-04 00:12:25,991 autoreload 66339 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-04 00:12:26,323 autoreload 66663 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 00:12:26,682 log 66663 6156791808 Internal Server Error: /en/patients/consents/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 2289, in get_context_data expiring_consents = ConsentForm.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: consent_id, created_at, created_by, created_by_id, effective_date, expiry_date, guardian_name, guardian_relationship, guardian_signature, guardian_signed_at, id, notes, patient, patient_id, patient_ip_address, patient_signature, patient_signed_at, provider_name, provider_signature, provider_signed_at, revocation_reason, revoked_at, revoked_by, revoked_by_id, status, template, template_id, updated_at, witness_name, witness_signature, witness_signed_at, witness_title ERROR 2025-09-04 00:12:26,683 basehttp 66663 6156791808 "GET /en/patients/consents/ HTTP/1.1" 500 147283 ERROR 2025-09-04 00:12:28,105 log 66663 6156791808 Internal Server Error: /en/patients/consents/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 2289, in get_context_data expiring_consents = ConsentForm.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: consent_id, created_at, created_by, created_by_id, effective_date, expiry_date, guardian_name, guardian_relationship, guardian_signature, guardian_signed_at, id, notes, patient, patient_id, patient_ip_address, patient_signature, patient_signed_at, provider_name, provider_signature, provider_signed_at, revocation_reason, revoked_at, revoked_by, revoked_by_id, status, template, template_id, updated_at, witness_name, witness_signature, witness_signed_at, witness_title ERROR 2025-09-04 00:12:28,106 basehttp 66663 6156791808 "GET /en/patients/consents/ HTTP/1.1" 500 147283 INFO 2025-09-04 00:14:18,173 autoreload 66663 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-04 00:14:18,523 autoreload 67443 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 00:14:19,136 log 67443 6157856768 Internal Server Error: /en/patients/consents/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 2329, in get_context_data template_form = ConsentTemplateForm( ^^^^^^^^^^^^^^^^^^^^ TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-09-04 00:14:19,137 basehttp 67443 6157856768 "GET /en/patients/consents/ HTTP/1.1" 500 93772 INFO 2025-09-04 00:16:59,730 autoreload 67443 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/forms.py changed, reloading. INFO 2025-09-04 00:17:00,087 autoreload 68695 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 00:17:08,598 autoreload 68695 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/forms.py changed, reloading. INFO 2025-09-04 00:17:08,913 autoreload 68711 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 00:17:10,199 basehttp 68711 6202159104 "GET /en/patients/consents/ HTTP/1.1" 200 21814 INFO 2025-09-04 00:17:10,245 basehttp 68711 6202159104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:18:10,259 basehttp 68711 6202159104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:19:10,259 basehttp 68711 6202159104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:20:10,263 basehttp 68711 6202159104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:21:10,265 basehttp 68711 6202159104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:22:01,535 basehttp 68711 6202159104 "GET /en/patients/consents/ HTTP/1.1" 200 38105 INFO 2025-09-04 00:22:01,574 basehttp 68711 6202159104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 00:22:12,404 log 68711 6202159104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 00:22:12,404 basehttp 68711 6202159104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 00:23:01,584 basehttp 68711 6202159104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:24:01,577 basehttp 68711 6202159104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:24:18,324 autoreload 68711 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-04 00:24:18,770 autoreload 71901 8466948288 Watching for file changes with StatReloader WARNING 2025-09-04 00:24:20,101 log 71901 6191804416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 00:24:20,101 basehttp 71901 6191804416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 00:24:20,117 log 71901 6191804416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 00:24:20,117 basehttp 71901 6191804416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 00:24:25,682 basehttp 71901 6191804416 "GET /en/patients/consents/ HTTP/1.1" 200 145701 WARNING 2025-09-04 00:24:25,694 log 71901 6191804416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 00:24:25,694 basehttp 71901 6191804416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 00:24:25,777 basehttp 71901 6191804416 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-04 00:24:25,779 basehttp 71901 6259109888 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-04 00:24:25,783 basehttp 71901 6191804416 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 00:24:25,787 basehttp 71901 6275936256 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-04 00:24:25,790 basehttp 71901 6225457152 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-04 00:24:25,791 basehttp 71901 6191804416 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 00:24:25,792 basehttp 71901 6242283520 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-04 00:24:25,795 basehttp 71901 6208630784 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 00:24:25,796 basehttp 71901 6259109888 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 00:24:25,939 basehttp 71901 6259109888 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 00:24:26,001 basehttp 71901 6191804416 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 00:24:26,001 basehttp 71901 6208630784 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 00:24:26,001 basehttp 71901 6225457152 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 00:24:26,002 basehttp 71901 6259109888 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 00:24:26,002 basehttp 71901 6242283520 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 00:24:26,004 basehttp 71901 6275936256 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 00:24:26,009 basehttp 71901 6275936256 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 00:24:26,009 basehttp 71901 6242283520 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 00:24:26,009 basehttp 71901 6259109888 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 00:24:26,010 basehttp 71901 6208630784 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 00:24:26,010 basehttp 71901 6191804416 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 00:24:26,013 basehttp 71901 6275936256 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 00:24:26,014 basehttp 71901 6191804416 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 00:24:26,014 basehttp 71901 6259109888 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 00:24:26,014 basehttp 71901 6208630784 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 00:24:26,015 basehttp 71901 6242283520 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 00:24:26,016 basehttp 71901 6259109888 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 00:24:26,016 basehttp 71901 6225457152 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 00:24:26,019 basehttp 71901 6242283520 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 00:24:26,020 basehttp 71901 6259109888 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-04 00:24:26,020 basehttp 71901 6191804416 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 00:24:26,021 basehttp 71901 6225457152 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 00:24:26,021 basehttp 71901 6208630784 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 00:24:26,023 basehttp 71901 6275936256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 00:24:26,157 log 71901 6275936256 Not Found: /favicon.ico WARNING 2025-09-04 00:24:26,157 basehttp 71901 6275936256 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 00:24:57,168 basehttp 71901 6275936256 "GET /en/patients/consents/ HTTP/1.1" 200 145701 WARNING 2025-09-04 00:24:57,189 log 71901 6275936256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 00:24:57,189 basehttp 71901 6275936256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 00:24:57,282 basehttp 71901 6275936256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:25:57,856 basehttp 71901 6275936256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:26:58,847 basehttp 71901 6275936256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:27:59,838 basehttp 71901 6275936256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:29:00,843 basehttp 71901 6275936256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:30:01,841 basehttp 71901 6191804416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:31:02,844 basehttp 71901 6191804416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:32:04,843 basehttp 71901 6191804416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:34:02,835 basehttp 71901 6191804416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:36:02,836 basehttp 71901 6191804416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:37:35,238 basehttp 71901 6191804416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:37:42,915 basehttp 71901 6191804416 "GET /en/operating-theatre/ HTTP/1.1" 200 34120 WARNING 2025-09-04 00:37:42,931 log 71901 6191804416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 00:37:42,931 basehttp 71901 6191804416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 00:37:43,026 basehttp 71901 6191804416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:37:43,029 basehttp 71901 6208630784 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 00:37:48,371 basehttp 71901 6208630784 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 26947 WARNING 2025-09-04 00:37:48,388 log 71901 6208630784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 00:37:48,388 basehttp 71901 6208630784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 00:37:48,471 basehttp 71901 6208630784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:38:48,844 basehttp 71901 6208630784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:39:49,827 basehttp 71901 6208630784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:40:48,313 basehttp 71901 6208630784 "GET /en/operating-theatre/notes/create/ HTTP/1.1" 200 44739 INFO 2025-09-04 00:40:48,325 basehttp 71901 6191804416 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-04 00:40:48,329 basehttp 71901 6242283520 "GET /static/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 200 3034 INFO 2025-09-04 00:40:48,330 basehttp 71901 6259109888 "GET /static/plugins/summernote/dist/summernote-lite.min.css HTTP/1.1" 200 30684 INFO 2025-09-04 00:40:48,331 basehttp 71901 6225457152 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.css HTTP/1.1" 200 17192 WARNING 2025-09-04 00:40:48,334 log 71901 6208630784 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-04 00:40:48,335 basehttp 71901 6191804416 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.js HTTP/1.1" 200 58136 INFO 2025-09-04 00:40:48,336 basehttp 71901 6275936256 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-04 00:40:48,336 basehttp 71901 6208630784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 00:40:48,337 basehttp 71901 6208630784 - Broken pipe from ('127.0.0.1', 53927) INFO 2025-09-04 00:40:48,337 basehttp 71901 6225457152 "GET /static/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 200 18685 INFO 2025-09-04 00:40:48,337 basehttp 71901 6259109888 "GET /static/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 200 186367 INFO 2025-09-04 00:40:48,383 basehttp 71901 6259109888 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.css.map HTTP/1.1" 200 18548 INFO 2025-09-04 00:40:48,398 basehttp 71901 6259109888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:40:48,426 basehttp 71901 6259109888 "GET /static/plugins/summernote/dist/font/summernote.woff2 HTTP/1.1" 200 6932 INFO 2025-09-04 00:41:48,401 basehttp 71901 6259109888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 00:42:13,154 log 71901 6259109888 Internal Server Error: /en/operating-theatre/notes/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_preview' not found. 'surgical_note_preview' is not a valid view function or pattern name. ERROR 2025-09-04 00:42:13,156 basehttp 71901 6259109888 "GET /en/operating-theatre/notes/create/ HTTP/1.1" 500 172869 WARNING 2025-09-04 00:42:13,173 log 71901 6259109888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 00:42:13,173 basehttp 71901 6259109888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 00:42:13,200 log 71901 6259109888 Not Found: /favicon.ico WARNING 2025-09-04 00:42:13,200 basehttp 71901 6259109888 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 00:46:58,048 autoreload 71901 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 00:46:58,509 autoreload 81991 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 00:52:24,070 autoreload 81991 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 00:52:24,454 autoreload 84396 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 00:53:17,674 autoreload 84396 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/urls.py changed, reloading. INFO 2025-09-04 00:53:18,023 autoreload 84802 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 00:54:35,395 log 84802 6341865472 Internal Server Error: /en/operating-theatre/notes/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_preview' not found. 'surgical_note_preview' is not a valid view function or pattern name. ERROR 2025-09-04 00:54:35,398 basehttp 84802 6341865472 "GET /en/operating-theatre/notes/create/ HTTP/1.1" 500 172741 WARNING 2025-09-04 00:54:35,414 log 84802 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 00:54:35,414 basehttp 84802 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 00:54:38,712 log 84802 6341865472 Internal Server Error: /en/operating-theatre/notes/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_preview' not found. 'surgical_note_preview' is not a valid view function or pattern name. ERROR 2025-09-04 00:54:38,713 basehttp 84802 6341865472 "GET /en/operating-theatre/notes/create/ HTTP/1.1" 500 172741 WARNING 2025-09-04 00:54:38,724 log 84802 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 00:54:38,725 basehttp 84802 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 00:55:00,298 autoreload 84802 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/urls.py changed, reloading. INFO 2025-09-04 00:55:00,611 autoreload 85575 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 00:55:01,044 log 85575 6161133568 Internal Server Error: /en/operating-theatre/notes/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_preview' with no arguments not found. 1 pattern(s) tried: ['en/operating\\-theatre/notes/(?P[0-9]+)/preview/\\Z'] ERROR 2025-09-04 00:55:01,045 basehttp 85575 6161133568 "GET /en/operating-theatre/notes/create/ HTTP/1.1" 500 174741 WARNING 2025-09-04 00:55:01,062 log 85575 6161133568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 00:55:01,063 basehttp 85575 6161133568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 00:55:52,411 log 85575 6161133568 Internal Server Error: /en/operating-theatre/notes/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_preview' with arguments '('',)' not found. 1 pattern(s) tried: ['en/operating\\-theatre/notes/(?P[0-9]+)/preview/\\Z'] ERROR 2025-09-04 00:55:52,412 basehttp 85575 6161133568 "GET /en/operating-theatre/notes/create/ HTTP/1.1" 500 176314 WARNING 2025-09-04 00:55:52,425 log 85575 6161133568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 00:55:52,425 basehttp 85575 6161133568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 00:57:05,199 basehttp 85575 6161133568 "GET /en/operating-theatre/notes/create/ HTTP/1.1" 200 50023 INFO 2025-09-04 00:57:05,210 basehttp 85575 6211612672 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-04 00:57:05,211 basehttp 85575 6245265408 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-09-04 00:57:05,213 log 85575 6161133568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 00:57:05,214 basehttp 85575 6161133568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 00:57:05,216 basehttp 85575 6245265408 "GET /static/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 200 3034 INFO 2025-09-04 00:57:05,216 basehttp 85575 6211612672 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-04 00:57:05,219 basehttp 85575 6177959936 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-04 00:57:05,219 basehttp 85575 6211612672 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 00:57:05,223 basehttp 85575 6228439040 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-04 00:57:05,225 basehttp 85575 6245265408 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-04 00:57:05,225 basehttp 85575 6194786304 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 00:57:05,231 basehttp 85575 6177959936 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 00:57:05,231 basehttp 85575 6228439040 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-04 00:57:05,232 basehttp 85575 6161133568 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-04 00:57:05,234 basehttp 85575 6245265408 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-04 00:57:05,234 basehttp 85575 6194786304 "GET /static/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 200 18685 INFO 2025-09-04 00:57:05,238 basehttp 85575 6211612672 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 00:57:05,526 basehttp 85575 6211612672 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 00:57:05,623 basehttp 85575 6194786304 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 00:57:05,624 basehttp 85575 6228439040 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 00:57:05,624 basehttp 85575 6211612672 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 00:57:05,625 basehttp 85575 6245265408 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 00:57:05,627 basehttp 85575 6161133568 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 00:57:05,629 basehttp 85575 6177959936 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 00:57:05,631 basehttp 85575 6177959936 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 00:57:05,633 basehttp 85575 6194786304 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 00:57:05,634 basehttp 85575 6228439040 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 00:57:05,635 basehttp 85575 6161133568 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 00:57:05,638 basehttp 85575 6194786304 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 00:57:05,638 basehttp 85575 6228439040 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 00:57:05,639 basehttp 85575 6177959936 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 00:57:05,641 basehttp 85575 6161133568 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 00:57:05,643 basehttp 85575 6211612672 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 00:57:05,645 basehttp 85575 6194786304 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 00:57:05,645 basehttp 85575 6228439040 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 00:57:05,647 basehttp 85575 6245265408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:57:05,647 basehttp 85575 6177959936 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 00:57:05,647 basehttp 85575 6161133568 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 00:57:05,648 basehttp 85575 6194786304 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 00:57:05,648 basehttp 85575 6211612672 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 00:57:05,648 basehttp 85575 6228439040 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 00:57:05,649 basehttp 85575 6177959936 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-04 00:58:05,642 basehttp 85575 6211612672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:59:05,633 basehttp 85575 6211612672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:00:05,636 basehttp 85575 6161133568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:01:05,649 basehttp 85575 6161133568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:01:17,970 autoreload 85575 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/urls.py changed, reloading. INFO 2025-09-04 01:01:18,423 autoreload 88294 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 01:01:20,763 basehttp 88294 6341865472 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 26947 WARNING 2025-09-04 01:01:20,779 log 88294 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 01:01:20,779 basehttp 88294 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 01:01:20,866 basehttp 88294 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:02:20,887 basehttp 88294 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:03:20,879 basehttp 88294 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:03:50,196 autoreload 88294 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 01:03:50,631 autoreload 89468 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 01:04:20,958 basehttp 89468 6168309760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:04:23,072 autoreload 89468 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 01:04:23,428 autoreload 89706 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 01:04:25,356 log 89706 6194196480 Internal Server Error: /en/operating-theatre/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_stats' not found. 'surgical_note_stats' is not a valid view function or pattern name. ERROR 2025-09-04 01:04:25,358 basehttp 89706 6194196480 "GET /en/operating-theatre/notes/ HTTP/1.1" 500 167071 WARNING 2025-09-04 01:04:25,373 log 89706 6194196480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 01:04:25,373 basehttp 89706 6194196480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 01:06:24,585 log 89706 6194196480 Internal Server Error: /en/operating-theatre/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_export' not found. 'surgical_note_export' is not a valid view function or pattern name. ERROR 2025-09-04 01:06:24,586 basehttp 89706 6194196480 "GET /en/operating-theatre/notes/ HTTP/1.1" 500 167755 WARNING 2025-09-04 01:06:24,598 log 89706 6194196480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 01:06:24,598 basehttp 89706 6194196480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 01:07:04,215 basehttp 89706 6194196480 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 30495 INFO 2025-09-04 01:07:04,236 basehttp 89706 6227849216 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-04 01:07:04,238 basehttp 89706 6261501952 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-04 01:07:04,239 basehttp 89706 6211022848 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-04 01:07:04,239 basehttp 89706 6278328320 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-04 01:07:04,240 basehttp 89706 6227849216 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 WARNING 2025-09-04 01:07:04,241 log 89706 6194196480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 01:07:04,242 basehttp 89706 6194196480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 01:07:04,242 basehttp 89706 6244675584 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-04 01:07:04,299 basehttp 89706 6244675584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:08:00,983 autoreload 89706 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 01:08:01,350 autoreload 91337 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 01:08:02,052 log 91337 6123565056 Internal Server Error: /en/operating-theatre/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'template'. Choices are: surgical_case, surgeon, template_used ERROR 2025-09-04 01:08:02,054 basehttp 91337 6123565056 "GET /en/operating-theatre/notes/ HTTP/1.1" 500 222330 WARNING 2025-09-04 01:08:02,071 log 91337 6123565056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 01:08:02,071 basehttp 91337 6123565056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 01:08:27,573 autoreload 91337 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 01:08:27,960 autoreload 91512 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 01:08:28,719 basehttp 91512 6129971200 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 30495 WARNING 2025-09-04 01:08:28,734 log 91512 6129971200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 01:08:28,734 basehttp 91512 6129971200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 01:08:28,792 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:08:47,821 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/surgicalnote/ HTTP/1.1" 200 70486 INFO 2025-09-04 01:08:47,832 basehttp 91512 13052751872 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-04 01:08:47,832 basehttp 91512 6146797568 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-04 01:08:47,832 basehttp 91512 6163623936 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-04 01:08:47,833 basehttp 91512 6129971200 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-04 01:08:47,834 basehttp 91512 13035925504 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-04 01:08:47,835 basehttp 91512 6129971200 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-04 01:08:47,835 basehttp 91512 13052751872 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-04 01:08:47,836 basehttp 91512 6163623936 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-04 01:08:47,836 basehttp 91512 13035925504 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-04 01:08:47,837 basehttp 91512 13052751872 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-04 01:08:47,838 basehttp 91512 6129971200 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-04 01:08:47,838 basehttp 91512 6163623936 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-04 01:08:47,840 basehttp 91512 13052751872 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-04 01:08:47,842 basehttp 91512 13069578240 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 01:08:47,843 basehttp 91512 6146797568 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-04 01:08:47,845 basehttp 91512 6146797568 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-04 01:08:47,845 basehttp 91512 13035925504 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-04 01:08:47,847 basehttp 91512 13035925504 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-04 01:08:47,853 basehttp 91512 13035925504 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-04 01:08:47,853 basehttp 91512 6146797568 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-04 01:08:47,853 basehttp 91512 13069578240 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-04 01:09:29,755 basehttp 91512 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:09:33,102 basehttp 91512 13069578240 "GET /en/admin/operating_theatre/surgicalnote/ HTTP/1.1" 200 70486 INFO 2025-09-04 01:09:33,117 basehttp 91512 13069578240 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 01:09:34,516 basehttp 91512 13069578240 "GET /en/admin/operating_theatre/surgicalnote/ HTTP/1.1" 200 70486 INFO 2025-09-04 01:09:34,534 basehttp 91512 13069578240 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 01:09:38,639 basehttp 91512 13069578240 "GET /en/admin/operating_theatre/surgicalnotetemplate/ HTTP/1.1" 200 69932 INFO 2025-09-04 01:09:38,653 basehttp 91512 13069578240 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 01:10:20,149 basehttp 91512 13069578240 "GET /en/admin/operating_theatre/surgicalcase/ HTTP/1.1" 200 71253 INFO 2025-09-04 01:10:20,167 basehttp 91512 13069578240 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 01:10:26,224 basehttp 91512 13069578240 "GET /en/admin/operating_theatre/equipmentusage/ HTTP/1.1" 200 70584 INFO 2025-09-04 01:10:26,238 basehttp 91512 13069578240 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 01:10:30,488 basehttp 91512 13069578240 "GET /en/admin/operating_theatre/orblock/ HTTP/1.1" 200 72726 INFO 2025-09-04 01:10:30,504 basehttp 91512 13069578240 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 01:10:30,741 basehttp 91512 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:10:32,982 basehttp 91512 13069578240 "GET /en/admin/operating_theatre/orblock/ HTTP/1.1" 200 72726 INFO 2025-09-04 01:10:32,994 basehttp 91512 13069578240 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 01:10:34,074 basehttp 91512 13069578240 "GET /en/admin/operating_theatre/orblock/ HTTP/1.1" 200 72726 INFO 2025-09-04 01:10:34,090 basehttp 91512 13069578240 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 01:11:31,747 basehttp 91512 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:12:32,736 basehttp 91512 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:13:33,740 basehttp 91512 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:14:34,744 basehttp 91512 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:15:36,741 basehttp 91512 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:17:02,739 basehttp 91512 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:19:51,376 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:21:51,353 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:24:03,829 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:26:16,737 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:28:53,050 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:31:30,688 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:33:30,690 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:35:30,687 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:37:30,682 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:39:30,681 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:41:30,685 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:43:30,685 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:45:30,672 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:47:30,672 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:49:30,702 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:51:30,698 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:53:30,698 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:55:30,685 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:57:30,691 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:59:30,697 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:01:30,683 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:03:30,686 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:05:30,677 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:07:30,675 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:09:30,673 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:11:30,679 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:13:30,668 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:15:30,665 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:17:11,749 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:17:17,405 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 82700 INFO 2025-09-04 02:17:17,416 basehttp 91512 6146797568 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-04 02:17:17,420 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:17:17,435 basehttp 91512 6129971200 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-04 02:17:25,040 basehttp 91512 6129971200 "POST /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 69435 INFO 2025-09-04 02:17:25,052 basehttp 91512 6129971200 "GET /static/admin/js/cancel.js HTTP/1.1" 200 884 INFO 2025-09-04 02:17:26,323 basehttp 91512 6129971200 "POST /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 302 0 INFO 2025-09-04 02:17:26,338 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 71858 INFO 2025-09-04 02:17:26,353 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:18:12,655 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:19:00,743 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 90051 INFO 2025-09-04 02:19:00,749 basehttp 91512 6146797568 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-09-04 02:19:00,754 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:19:10,638 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/orblock/ HTTP/1.1" 200 72726 INFO 2025-09-04 02:19:10,654 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:19:13,417 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/equipmentusage/ HTTP/1.1" 200 70584 INFO 2025-09-04 02:19:13,432 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:19:14,668 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:19:17,581 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 90051 INFO 2025-09-04 02:19:17,597 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:19:22,575 basehttp 91512 6129971200 "POST /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 71545 INFO 2025-09-04 02:19:23,966 basehttp 91512 6129971200 "POST /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 302 0 INFO 2025-09-04 02:19:23,988 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 71858 INFO 2025-09-04 02:19:24,003 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:19:34,650 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 90016 INFO 2025-09-04 02:19:34,662 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:19:44,336 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/surgicalcase/ HTTP/1.1" 200 71253 INFO 2025-09-04 02:19:44,350 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:20:30,672 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:22:30,683 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:24:30,678 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:24:57,230 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 90016 INFO 2025-09-04 02:24:57,246 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:25:01,265 basehttp 91512 6129971200 "POST /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 71507 INFO 2025-09-04 02:25:02,511 basehttp 91512 6129971200 "POST /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 302 0 INFO 2025-09-04 02:25:02,530 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 71858 INFO 2025-09-04 02:25:02,546 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:25:31,677 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:26:29,896 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 71712 INFO 2025-09-04 02:26:29,908 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:26:33,655 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:26:35,623 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/equipmentusage/ HTTP/1.1" 200 70584 INFO 2025-09-04 02:26:35,637 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:28:30,666 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:30:30,669 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:30:46,058 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/equipmentusage/ HTTP/1.1" 200 70584 INFO 2025-09-04 02:30:46,070 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:30:49,088 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 71712 INFO 2025-09-04 02:30:49,105 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:30:52,718 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/orblock/ HTTP/1.1" 200 72726 INFO 2025-09-04 02:30:52,730 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:30:56,439 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/surgicalnote/ HTTP/1.1" 200 70486 INFO 2025-09-04 02:30:56,454 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:31:02,371 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/surgicalcase/ HTTP/1.1" 200 71253 INFO 2025-09-04 02:31:02,386 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:31:44,856 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/surgicalcase/ HTTP/1.1" 200 71253 INFO 2025-09-04 02:31:44,869 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:32:30,662 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:34:30,664 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:36:30,687 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:37:34,257 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/surgicalcase/ HTTP/1.1" 200 106253 INFO 2025-09-04 02:37:34,269 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:37:39,806 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/surgicalnote/ HTTP/1.1" 200 98848 INFO 2025-09-04 02:37:39,823 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:37:41,531 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 02:37:42,904 log 91512 6129971200 Internal Server Error: /en/operating-theatre/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_edit' not found. 'surgical_note_edit' is not a valid view function or pattern name. ERROR 2025-09-04 02:37:42,906 basehttp 91512 6129971200 "GET /en/operating-theatre/notes/ HTTP/1.1" 500 252427 WARNING 2025-09-04 02:37:42,923 log 91512 6129971200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:37:42,923 basehttp 91512 6129971200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 02:40:59,270 log 91512 6129971200 Internal Server Error: /en/operating-theatre/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_delete' not found. 'surgical_note_delete' is not a valid view function or pattern name. ERROR 2025-09-04 02:40:59,276 basehttp 91512 6129971200 "GET /en/operating-theatre/notes/ HTTP/1.1" 500 252500 WARNING 2025-09-04 02:40:59,287 log 91512 6129971200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:40:59,287 basehttp 91512 6129971200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:41:20,524 basehttp 91512 6129971200 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 101059 WARNING 2025-09-04 02:41:20,538 log 91512 6129971200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:41:20,538 basehttp 91512 6129971200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:41:20,613 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 02:41:25,264 log 91512 6129971200 Internal Server Error: /en/operating-theatre/notes/19/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 913, in get_queryset return SurgicalNote.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: blood_transfusion, closure, complications, condition, created_at, disposition, drains, estimated_blood_loss, findings, follow_up, id, implants, indication, note_id, planned_procedure, postop_instructions, postoperative_diagnosis, preoperative_diagnosis, procedure_performed, signed_datetime, specimens, status, surgeon, surgeon_id, surgical_approach, surgical_case, surgical_case_id, technique, template_used, template_used_id, updated_at ERROR 2025-09-04 02:41:25,267 basehttp 91512 6129971200 "GET /en/operating-theatre/notes/19/ HTTP/1.1" 500 141071 WARNING 2025-09-04 02:41:25,282 log 91512 6129971200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:41:25,282 basehttp 91512 6129971200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:42:22,085 autoreload 91512 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 02:42:22,545 autoreload 32597 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 02:42:23,430 log 32597 6162427904 Internal Server Error: /en/operating-theatre/notes/19/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'operative_note_list' not found. 'operative_note_list' is not a valid view function or pattern name. ERROR 2025-09-04 02:42:23,433 basehttp 32597 6162427904 "GET /en/operating-theatre/notes/19/ HTTP/1.1" 500 174923 WARNING 2025-09-04 02:42:23,443 log 32597 6162427904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:42:23,443 basehttp 32597 6162427904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 02:42:25,079 log 32597 6162427904 Internal Server Error: /en/operating-theatre/notes/19/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'operative_note_list' not found. 'operative_note_list' is not a valid view function or pattern name. ERROR 2025-09-04 02:42:25,081 basehttp 32597 6162427904 "GET /en/operating-theatre/notes/19/ HTTP/1.1" 500 174923 WARNING 2025-09-04 02:42:25,093 log 32597 6162427904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:42:25,093 basehttp 32597 6162427904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 02:43:15,341 log 32597 6162427904 Internal Server Error: /en/operating-theatre/notes/19/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'operative_note_pdf' not found. 'operative_note_pdf' is not a valid view function or pattern name. ERROR 2025-09-04 02:43:15,343 basehttp 32597 6162427904 "GET /en/operating-theatre/notes/19/ HTTP/1.1" 500 174302 WARNING 2025-09-04 02:43:15,355 log 32597 6162427904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:43:15,355 basehttp 32597 6162427904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 02:43:43,587 log 32597 6162427904 Internal Server Error: /en/operating-theatre/notes/19/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'operative_note_sign' not found. 'operative_note_sign' is not a valid view function or pattern name. ERROR 2025-09-04 02:43:43,588 basehttp 32597 6162427904 "GET /en/operating-theatre/notes/19/ HTTP/1.1" 500 170508 WARNING 2025-09-04 02:43:43,602 log 32597 6162427904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:43:43,602 basehttp 32597 6162427904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 02:44:06,012 log 32597 6162427904 Internal Server Error: /en/operating-theatre/notes/19/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'sign_note' with arguments '('',)' not found. 1 pattern(s) tried: ['en/operating\\-theatre/notes/(?P[0-9]+)/sign/\\Z'] ERROR 2025-09-04 02:44:06,014 basehttp 32597 6162427904 "GET /en/operating-theatre/notes/19/ HTTP/1.1" 500 173672 WARNING 2025-09-04 02:44:06,025 log 32597 6162427904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:44:06,025 basehttp 32597 6162427904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 02:44:37,291 log 32597 6162427904 Internal Server Error: /en/operating-theatre/notes/19/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'sign_note' with arguments '('',)' not found. 1 pattern(s) tried: ['en/operating\\-theatre/notes/(?P[0-9]+)/sign/\\Z'] ERROR 2025-09-04 02:44:37,293 basehttp 32597 6162427904 "GET /en/operating-theatre/notes/19/ HTTP/1.1" 500 173707 WARNING 2025-09-04 02:44:37,310 log 32597 6162427904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:44:37,310 basehttp 32597 6162427904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 02:44:44,869 log 32597 6162427904 Internal Server Error: /en/operating-theatre/notes/19/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'sign_note' with arguments '('',)' not found. 1 pattern(s) tried: ['en/operating\\-theatre/notes/(?P[0-9]+)/sign/\\Z'] ERROR 2025-09-04 02:44:44,870 basehttp 32597 6162427904 "GET /en/operating-theatre/notes/19/ HTTP/1.1" 500 173672 WARNING 2025-09-04 02:44:44,880 log 32597 6162427904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:44:44,880 basehttp 32597 6162427904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:46:10,898 autoreload 32597 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 02:46:11,372 autoreload 34330 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 02:46:11,776 basehttp 34330 6129905664 "GET /en/operating-theatre/notes/19/ HTTP/1.1" 200 28371 WARNING 2025-09-04 02:46:11,796 log 34330 6129905664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:46:11,797 basehttp 34330 6129905664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:46:11,857 basehttp 34330 6129905664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 02:46:29,865 log 34330 6146732032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:46:29,865 basehttp 34330 6146732032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:46:29,867 basehttp 34330 6129905664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 02:46:29,875 log 34330 6129905664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:46:29,875 basehttp 34330 6129905664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:47:29,851 basehttp 34330 6129905664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:48:29,852 basehttp 34330 6129905664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:48:41,169 autoreload 34330 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 02:48:41,509 autoreload 35426 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 02:48:41,992 basehttp 35426 6126612480 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 101059 WARNING 2025-09-04 02:48:42,008 log 35426 6126612480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:48:42,008 basehttp 35426 6126612480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:48:42,102 basehttp 35426 6126612480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:48:48,001 basehttp 35426 6126612480 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 101059 INFO 2025-09-04 02:48:48,014 basehttp 35426 6160265216 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-04 02:48:48,014 basehttp 35426 6177091584 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-04 02:48:48,015 basehttp 35426 6193917952 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 WARNING 2025-09-04 02:48:48,019 log 35426 6210744320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:48:48,020 basehttp 35426 6210744320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:48:48,023 basehttp 35426 6193917952 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-04 02:48:48,025 basehttp 35426 6126612480 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-04 02:48:48,030 basehttp 35426 6210744320 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 02:48:48,034 basehttp 35426 6160265216 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-04 02:48:48,038 basehttp 35426 6160265216 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-04 02:48:48,038 basehttp 35426 6126612480 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 02:48:48,041 basehttp 35426 6177091584 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-04 02:48:48,041 basehttp 35426 6143438848 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 02:48:48,045 basehttp 35426 6126612480 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-04 02:48:48,047 basehttp 35426 6210744320 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-04 02:48:48,051 basehttp 35426 6193917952 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 02:48:48,054 basehttp 35426 6160265216 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-04 02:48:48,233 basehttp 35426 6160265216 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 02:48:48,307 basehttp 35426 6193917952 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 02:48:48,307 basehttp 35426 6210744320 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 02:48:48,307 basehttp 35426 6160265216 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 02:48:48,308 basehttp 35426 6126612480 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 02:48:48,308 basehttp 35426 6143438848 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 02:48:48,312 basehttp 35426 6177091584 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 02:48:48,325 basehttp 35426 6177091584 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 02:48:48,326 basehttp 35426 6143438848 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 02:48:48,326 basehttp 35426 6126612480 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 02:48:48,326 basehttp 35426 6160265216 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 02:48:48,328 basehttp 35426 6210744320 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 02:48:48,330 basehttp 35426 6160265216 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 02:48:48,330 basehttp 35426 6177091584 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 02:48:48,330 basehttp 35426 6126612480 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 02:48:48,331 basehttp 35426 6210744320 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 02:48:48,334 basehttp 35426 6193917952 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 02:48:48,335 basehttp 35426 6160265216 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 02:48:48,338 basehttp 35426 6177091584 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 02:48:48,339 basehttp 35426 6126612480 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 02:48:48,339 basehttp 35426 6210744320 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 02:48:48,340 basehttp 35426 6193917952 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 02:48:48,340 basehttp 35426 6160265216 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 02:48:48,341 basehttp 35426 6177091584 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-04 02:48:48,342 basehttp 35426 6143438848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 02:48:48,492 log 35426 6143438848 Not Found: /favicon.ico WARNING 2025-09-04 02:48:48,492 basehttp 35426 6143438848 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 02:48:54,647 basehttp 35426 6143438848 "GET /en/operating-theatre/notes/create/ HTTP/1.1" 200 50023 INFO 2025-09-04 02:48:54,659 basehttp 35426 6160265216 "GET /static/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 200 3034 INFO 2025-09-04 02:48:54,660 basehttp 35426 6177091584 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-04 02:48:54,660 basehttp 35426 6193917952 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-04 02:48:54,661 basehttp 35426 6210744320 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-04 02:48:54,662 basehttp 35426 6126612480 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 WARNING 2025-09-04 02:48:54,667 log 35426 6143438848 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-04 02:48:54,667 basehttp 35426 6126612480 "GET /static/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 200 18685 WARNING 2025-09-04 02:48:54,668 basehttp 35426 6143438848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 02:48:57,258 log 35426 6143438848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:48:57,258 basehttp 35426 6143438848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:48:57,948 basehttp 35426 6143438848 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 101059 WARNING 2025-09-04 02:48:57,963 log 35426 6143438848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:48:57,963 basehttp 35426 6143438848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:48:58,021 basehttp 35426 6143438848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 02:49:00,905 log 35426 6143438848 Internal Server Error: /en/operating-theatre/notes/39/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_edit' not found. 'surgical_note_edit' is not a valid view function or pattern name. ERROR 2025-09-04 02:49:00,907 basehttp 35426 6143438848 "GET /en/operating-theatre/notes/39/ HTTP/1.1" 500 192026 WARNING 2025-09-04 02:49:00,927 log 35426 6143438848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:49:00,928 basehttp 35426 6143438848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 02:50:07,907 log 35426 6143438848 Internal Server Error: /en/operating-theatre/notes/39/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_export' not found. 'surgical_note_export' is not a valid view function or pattern name. ERROR 2025-09-04 02:50:07,909 basehttp 35426 6143438848 "GET /en/operating-theatre/notes/39/ HTTP/1.1" 500 172107 WARNING 2025-09-04 02:50:07,921 log 35426 6143438848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:50:07,921 basehttp 35426 6143438848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 02:50:22,671 log 35426 6143438848 Internal Server Error: /en/operating-theatre/notes/39/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_sign' not found. 'surgical_note_sign' is not a valid view function or pattern name. ERROR 2025-09-04 02:50:22,672 basehttp 35426 6143438848 "GET /en/operating-theatre/notes/39/ HTTP/1.1" 500 172307 WARNING 2025-09-04 02:50:22,683 log 35426 6143438848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:50:22,683 basehttp 35426 6143438848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 02:50:40,623 log 35426 6143438848 Internal Server Error: /en/operating-theatre/notes/39/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_amend' not found. 'surgical_note_amend' is not a valid view function or pattern name. ERROR 2025-09-04 02:50:40,625 basehttp 35426 6143438848 "GET /en/operating-theatre/notes/39/ HTTP/1.1" 500 172437 WARNING 2025-09-04 02:50:40,638 log 35426 6143438848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:50:40,638 basehttp 35426 6143438848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:51:46,884 basehttp 35426 6143438848 "GET /en/operating-theatre/notes/39/ HTTP/1.1" 200 31796 WARNING 2025-09-04 02:51:46,901 log 35426 6143438848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:51:46,901 basehttp 35426 6143438848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:51:46,967 basehttp 35426 6143438848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:51:59,040 basehttp 35426 6143438848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 02:51:59,045 log 35426 6126612480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:51:59,045 basehttp 35426 6126612480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 02:51:59,068 log 35426 6126612480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:51:59,069 basehttp 35426 6126612480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:52:10,447 basehttp 35426 6126612480 "GET /en/operating-theatre/ HTTP/1.1" 200 43438 WARNING 2025-09-04 02:52:10,467 log 35426 6126612480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:52:10,468 basehttp 35426 6126612480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:52:10,520 basehttp 35426 6126612480 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 02:52:12,210 basehttp 35426 6126612480 "GET /en/operating-theatre/blocks/ HTTP/1.1" 200 30344 WARNING 2025-09-04 02:52:12,232 log 35426 6126612480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:52:12,232 basehttp 35426 6126612480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:52:12,285 basehttp 35426 6126612480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:53:12,299 basehttp 35426 6126612480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:53:50,881 autoreload 35426 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 02:53:51,296 autoreload 37791 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 02:54:12,377 basehttp 37791 6125563904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:54:24,844 autoreload 37791 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 02:54:25,252 autoreload 38033 8466948288 Watching for file changes with StatReloader WARNING 2025-09-04 02:54:26,383 log 38033 6201716736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:54:26,383 basehttp 38033 6201716736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 02:54:26,392 log 38033 6201716736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:54:26,393 basehttp 38033 6201716736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 02:54:27,256 log 38033 6201716736 Internal Server Error: /en/operating-theatre/blocks/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'surgeon'. Choices are: operating_room, primary_surgeon, created_by ERROR 2025-09-04 02:54:27,257 basehttp 38033 6201716736 "GET /en/operating-theatre/blocks/ HTTP/1.1" 500 216636 WARNING 2025-09-04 02:54:27,274 log 38033 6201716736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:54:27,274 basehttp 38033 6201716736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:54:59,876 autoreload 38033 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 02:55:00,220 autoreload 38271 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 02:55:00,819 log 38271 6170423296 Internal Server Error: /en/operating-theatre/blocks/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'block_detail' not found. 'block_detail' is not a valid view function or pattern name. ERROR 2025-09-04 02:55:00,820 basehttp 38271 6170423296 "GET /en/operating-theatre/blocks/ HTTP/1.1" 500 229236 WARNING 2025-09-04 02:55:00,835 log 38271 6170423296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:55:00,836 basehttp 38271 6170423296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:55:29,240 basehttp 38271 6170423296 "GET /en/operating-theatre/blocks/ HTTP/1.1" 200 138849 WARNING 2025-09-04 02:55:29,254 log 38271 6170423296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:55:29,255 basehttp 38271 6170423296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:55:29,333 basehttp 38271 6170423296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 02:55:34,738 log 38271 6170423296 Internal Server Error: /en/operating-theatre/blocks/38/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 573, in get_queryset return ORBlock.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: allocated_minutes, assistant_surgeons, block_id, block_type, created_at, created_by, created_by_id, date, end_time, id, notes, operating_room, operating_room_id, primary_surgeon, primary_surgeon_id, service, special_equipment, special_setup, start_time, status, surgical_cases, updated_at, used_minutes ERROR 2025-09-04 02:55:34,740 basehttp 38271 6170423296 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 500 139986 WARNING 2025-09-04 02:55:34,757 log 38271 6170423296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:55:34,758 basehttp 38271 6170423296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:56:15,238 autoreload 38271 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 02:56:15,559 autoreload 38820 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 02:56:16,317 log 38820 6170079232 Internal Server Error: /en/operating-theatre/blocks/38/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 580, in get_context_data context['scheduled_cases'] = SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'operating_room' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-09-04 02:56:16,319 basehttp 38820 6170079232 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 500 142005 WARNING 2025-09-04 02:56:16,332 log 38820 6170079232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:56:16,332 basehttp 38820 6170079232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:57:15,065 autoreload 38820 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 02:57:15,411 autoreload 39286 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 02:57:16,057 log 39286 6134149120 Internal Server Error: /en/operating-theatre/blocks/38/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 580, in get_context_data context['scheduled_cases'] = SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_start_time' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-09-04 02:57:16,059 basehttp 39286 6134149120 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 500 141576 WARNING 2025-09-04 02:57:16,073 log 39286 6134149120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:57:16,073 basehttp 39286 6134149120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:59:07,647 autoreload 39286 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 02:59:08,009 autoreload 40149 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 02:59:08,845 log 40149 6157332480 Internal Server Error: /en/operating-theatre/blocks/38/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 580, in get_context_data context['scheduled_cases'] = SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "King Faisal Specialist Hospital - Abha": Must be "ORBlock" instance. ERROR 2025-09-04 02:59:08,847 basehttp 40149 6157332480 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 500 138427 WARNING 2025-09-04 02:59:08,861 log 40149 6157332480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:59:08,861 basehttp 40149 6157332480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:59:43,514 autoreload 40149 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 02:59:43,842 autoreload 40405 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 02:59:44,951 log 40405 6158036992 Internal Server Error: /en/operating-theatre/blocks/38/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 586, in get_context_data ).select_related('patient', 'primary_surgeon').order_by('scheduled_start_time') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_start_time' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-09-04 02:59:44,953 basehttp 40405 6158036992 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 500 106294 WARNING 2025-09-04 02:59:44,964 log 40405 6191689728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:59:44,964 basehttp 40405 6191689728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:59:57,514 autoreload 40405 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 02:59:57,880 autoreload 40489 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 02:59:58,949 log 40489 6132068352 Internal Server Error: /en/operating-theatre/blocks/38/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 596, in get_context_data if case.estimated_duration_minutes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'SurgicalCase' object has no attribute 'estimated_duration_minutes' ERROR 2025-09-04 02:59:58,952 basehttp 40489 6132068352 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 500 87612 WARNING 2025-09-04 02:59:58,963 log 40489 6132068352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:59:58,964 basehttp 40489 6132068352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:01:44,807 autoreload 40489 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:01:45,121 autoreload 41356 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 03:01:45,601 log 41356 6124957696 Internal Server Error: /en/operating-theatre/blocks/38/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'block_schedule_list' not found. 'block_schedule_list' is not a valid view function or pattern name. ERROR 2025-09-04 03:01:45,602 basehttp 41356 6124957696 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 500 178004 WARNING 2025-09-04 03:01:45,619 log 41356 6124957696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:01:45,619 basehttp 41356 6124957696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 03:02:26,566 log 41356 6124957696 Internal Server Error: /en/operating-theatre/blocks/38/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'block_schedule_list' not found. 'block_schedule_list' is not a valid view function or pattern name. ERROR 2025-09-04 03:02:26,567 basehttp 41356 6124957696 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 500 178296 WARNING 2025-09-04 03:02:26,582 log 41356 6124957696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:02:26,582 basehttp 41356 6124957696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 03:02:44,402 log 41356 6124957696 Internal Server Error: /en/operating-theatre/blocks/38/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'case_create' not found. 'case_create' is not a valid view function or pattern name. ERROR 2025-09-04 03:02:44,404 basehttp 41356 6124957696 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 500 175561 WARNING 2025-09-04 03:02:44,416 log 41356 6124957696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:02:44,417 basehttp 41356 6124957696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:03:11,974 basehttp 41356 6124957696 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:03:11,996 log 41356 6124957696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:03:11,996 basehttp 41356 6124957696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:03:12,108 basehttp 41356 6124957696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 03:03:19,497 log 41356 6141784064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:03:19,497 basehttp 41356 6141784064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:03:19,499 basehttp 41356 6124957696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 03:03:19,504 log 41356 6141784064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:03:19,504 basehttp 41356 6141784064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:03:24,522 basehttp 41356 6141784064 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:03:24,535 log 41356 6141784064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:03:24,535 basehttp 41356 6141784064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:03:24,614 basehttp 41356 6141784064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:03:50,959 autoreload 41356 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:03:51,292 autoreload 42333 8466948288 Watching for file changes with StatReloader WARNING 2025-09-04 03:03:52,512 log 42333 6157299712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:03:52,513 basehttp 42333 6157299712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 03:03:52,520 log 42333 6157299712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:03:52,520 basehttp 42333 6157299712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:03:54,542 basehttp 42333 6157299712 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:03:54,561 log 42333 6157299712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:03:54,561 basehttp 42333 6157299712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:03:54,649 basehttp 42333 6157299712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:04:54,663 basehttp 42333 6157299712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:05:54,701 basehttp 42333 6157299712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:06:03,466 autoreload 42333 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:06:03,807 autoreload 43263 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 03:06:04,601 basehttp 43263 6198177792 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:06:04,620 log 43263 6198177792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:06:04,620 basehttp 43263 6198177792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:06:04,679 basehttp 43263 6198177792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:07:04,687 basehttp 43263 6198177792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:07:30,224 autoreload 43263 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:07:30,550 autoreload 43963 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 03:07:30,843 basehttp 43963 6204665856 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:07:30,854 log 43963 6204665856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:07:30,854 basehttp 43963 6204665856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:07:30,906 basehttp 43963 6204665856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 03:07:35,004 log 43963 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:07:35,006 basehttp 43963 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:07:35,006 basehttp 43963 6204665856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 03:07:35,015 log 43963 6204665856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:07:35,015 basehttp 43963 6204665856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:07:37,831 basehttp 43963 6204665856 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:07:37,852 log 43963 6204665856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:07:37,852 basehttp 43963 6204665856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:07:37,918 basehttp 43963 6204665856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:08:37,931 basehttp 43963 6204665856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:08:56,552 basehttp 43963 6204665856 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:08:56,568 log 43963 6204665856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:08:56,568 basehttp 43963 6204665856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:08:56,624 basehttp 43963 6204665856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:08:57,962 basehttp 43963 6204665856 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:08:57,978 log 43963 6204665856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:08:57,978 basehttp 43963 6204665856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:08:58,034 basehttp 43963 6204665856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:09:42,482 autoreload 43963 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:09:42,831 autoreload 44898 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 03:09:43,147 basehttp 44898 6193180672 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:09:43,164 log 44898 6193180672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:09:43,164 basehttp 44898 6193180672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:09:43,236 basehttp 44898 6193180672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:10:03,892 autoreload 44898 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:10:04,215 autoreload 45064 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 03:10:04,598 basehttp 45064 6131118080 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:10:04,616 log 45064 6131118080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:10:04,616 basehttp 45064 6131118080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:10:04,676 basehttp 45064 6131118080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:11:04,687 basehttp 45064 6131118080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:11:36,438 basehttp 45064 6131118080 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:11:36,457 log 45064 6131118080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:11:36,457 basehttp 45064 6131118080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:11:36,511 basehttp 45064 6131118080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 03:11:41,628 log 45064 6131118080 Internal Server Error: /en/operating-theatre/blocks/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'surgical_cases'. Choices are: operating_room, primary_surgeon, created_by ERROR 2025-09-04 03:11:41,630 basehttp 45064 6131118080 "GET /en/operating-theatre/blocks/ HTTP/1.1" 500 217284 WARNING 2025-09-04 03:11:41,648 log 45064 6131118080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:11:41,648 basehttp 45064 6131118080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 03:11:47,447 log 45064 6131118080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:11:47,448 basehttp 45064 6131118080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 03:11:47,461 log 45064 6131118080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:11:47,461 basehttp 45064 6131118080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 03:11:48,576 log 45064 6147944448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:11:48,577 basehttp 45064 6147944448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:11:48,577 basehttp 45064 6131118080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 03:11:48,587 log 45064 6131118080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:11:48,587 basehttp 45064 6131118080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 03:11:49,714 log 45064 6131118080 Internal Server Error: /en/operating-theatre/blocks/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'surgical_cases'. Choices are: operating_room, primary_surgeon, created_by ERROR 2025-09-04 03:11:49,716 basehttp 45064 6131118080 "GET /en/operating-theatre/blocks/ HTTP/1.1" 500 217411 WARNING 2025-09-04 03:11:49,729 log 45064 6131118080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:11:49,729 basehttp 45064 6131118080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:12:13,329 autoreload 45064 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:12:13,697 autoreload 46016 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 03:12:14,591 basehttp 46016 6341865472 "GET /en/operating-theatre/blocks/ HTTP/1.1" 200 138849 WARNING 2025-09-04 03:12:14,610 log 46016 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:12:14,610 basehttp 46016 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:12:14,672 basehttp 46016 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:12:17,469 basehttp 46016 6341865472 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:12:17,492 log 46016 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:12:17,493 basehttp 46016 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:12:17,547 basehttp 46016 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:13:03,235 basehttp 46016 6341865472 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:13:03,251 log 46016 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:13:03,252 basehttp 46016 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:13:03,326 basehttp 46016 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:13:44,284 autoreload 46016 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:13:44,600 autoreload 46719 8466948288 Watching for file changes with StatReloader WARNING 2025-09-04 03:13:45,750 log 46719 6169964544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:13:45,750 basehttp 46719 6169964544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 03:13:45,757 log 46719 6169964544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:13:45,757 basehttp 46719 6169964544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 03:13:46,551 log 46719 6169964544 Internal Server Error: /en/operating-theatre/blocks/33/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 580, in get_context_data context['scheduled_cases'] = SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'operating_room' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-09-04 03:13:46,553 basehttp 46719 6169964544 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 500 142068 WARNING 2025-09-04 03:13:46,565 log 46719 6169964544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:13:46,565 basehttp 46719 6169964544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:14:56,664 autoreload 46719 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:14:57,035 autoreload 47259 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 03:14:58,258 basehttp 47259 6122254336 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:14:58,272 log 47259 6122254336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:14:58,272 basehttp 47259 6122254336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:14:58,345 basehttp 47259 6122254336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:15:36,237 basehttp 47259 6122254336 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:15:36,251 log 47259 6122254336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:15:36,251 basehttp 47259 6122254336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:15:36,312 basehttp 47259 6122254336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:16:09,999 basehttp 47259 6122254336 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:16:10,017 log 47259 6122254336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:16:10,017 basehttp 47259 6122254336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:16:10,087 basehttp 47259 6122254336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:17:10,082 basehttp 47259 6122254336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:17:52,091 basehttp 47259 6122254336 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:17:52,110 log 47259 6122254336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:17:52,110 basehttp 47259 6122254336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:17:52,168 basehttp 47259 6122254336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:18:42,597 basehttp 47259 6122254336 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 32167 WARNING 2025-09-04 03:18:42,612 log 47259 6122254336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:18:42,613 basehttp 47259 6122254336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:18:42,681 basehttp 47259 6122254336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:19:42,743 basehttp 47259 6122254336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:19:43,030 autoreload 47259 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:19:43,396 autoreload 49350 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 03:19:44,268 basehttp 49350 6164066304 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:19:44,286 log 49350 6164066304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:19:44,287 basehttp 49350 6164066304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:19:44,346 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:20:44,361 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:21:44,326 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:22:43,387 basehttp 49350 6164066304 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28781 WARNING 2025-09-04 03:22:43,404 log 49350 6164066304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:22:43,404 basehttp 49350 6164066304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:22:43,469 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:23:34,485 basehttp 49350 6164066304 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28797 WARNING 2025-09-04 03:23:34,504 log 49350 6164066304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:23:34,504 basehttp 49350 6164066304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:23:34,567 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:23:56,832 basehttp 49350 6164066304 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28813 WARNING 2025-09-04 03:23:56,847 log 49350 6164066304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:23:56,847 basehttp 49350 6164066304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:23:56,901 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:24:56,913 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:25:56,905 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:26:19,968 basehttp 49350 6164066304 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28848 WARNING 2025-09-04 03:26:19,985 log 49350 6164066304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:26:19,985 basehttp 49350 6164066304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:26:20,042 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:26:44,891 basehttp 49350 6164066304 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28814 WARNING 2025-09-04 03:26:44,910 log 49350 6164066304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:26:44,910 basehttp 49350 6164066304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:26:44,965 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:27:21,191 basehttp 49350 6164066304 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28785 WARNING 2025-09-04 03:27:21,207 log 49350 6164066304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:27:21,208 basehttp 49350 6164066304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:27:21,262 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:28:21,276 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:29:21,278 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:30:05,823 basehttp 49350 6164066304 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28880 WARNING 2025-09-04 03:30:05,838 log 49350 6164066304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:30:05,838 basehttp 49350 6164066304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:30:05,894 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:30:36,901 basehttp 49350 6164066304 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28880 WARNING 2025-09-04 03:30:36,915 log 49350 6164066304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:30:36,915 basehttp 49350 6164066304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:30:36,990 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 03:31:10,319 log 49350 6164066304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:31:10,320 basehttp 49350 6164066304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:31:12,441 basehttp 49350 6164066304 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 28881 WARNING 2025-09-04 03:31:12,458 log 49350 6164066304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:31:12,458 basehttp 49350 6164066304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:31:12,512 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:32:12,590 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:33:12,517 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:33:20,431 autoreload 49350 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:33:21,429 autoreload 55456 8466948288 Watching for file changes with StatReloader WARNING 2025-09-04 03:33:22,691 log 55456 6190788608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:33:22,692 basehttp 55456 6190788608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 03:33:22,708 log 55456 6190788608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:33:22,708 basehttp 55456 6190788608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:33:25,150 basehttp 55456 6190788608 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 28881 WARNING 2025-09-04 03:33:25,164 log 55456 6190788608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:33:25,164 basehttp 55456 6190788608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:33:25,220 basehttp 55456 6190788608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:33:52,781 basehttp 55456 6190788608 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 28886 WARNING 2025-09-04 03:33:52,792 log 55456 6190788608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:33:52,792 basehttp 55456 6190788608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:33:52,842 basehttp 55456 6190788608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:34:01,934 basehttp 55456 6190788608 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 28886 WARNING 2025-09-04 03:34:01,951 log 55456 6190788608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:34:01,951 basehttp 55456 6190788608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:34:02,025 basehttp 55456 6190788608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:35:02,025 basehttp 55456 6190788608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:36:02,024 basehttp 55456 6190788608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:36:25,438 autoreload 55456 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:36:25,878 autoreload 56792 8466948288 Watching for file changes with StatReloader WARNING 2025-09-04 03:36:26,604 log 56792 6164410368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:36:26,604 basehttp 56792 6164410368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 03:36:26,615 log 56792 6164410368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:36:26,615 basehttp 56792 6164410368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 03:36:28,631 log 56792 6164410368 Internal Server Error: /en/operating-theatre/blocks/38/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 587, in get_context_data scheduled_cases = context['scheduled_cases'] ~~~~~~~^^^^^^^^^^^^^^^^^^^ KeyError: 'scheduled_cases' ERROR 2025-09-04 03:36:28,632 basehttp 56792 6164410368 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 500 86909 WARNING 2025-09-04 03:36:28,646 log 56792 6164410368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:36:28,646 basehttp 56792 6164410368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:36:46,908 autoreload 56792 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:36:47,270 autoreload 56958 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 03:36:47,939 basehttp 56958 6194475008 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 28886 WARNING 2025-09-04 03:36:47,953 log 56958 6194475008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:36:47,953 basehttp 56958 6194475008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:36:48,026 basehttp 56958 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:37:33,978 basehttp 56958 6194475008 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 28886 WARNING 2025-09-04 03:37:33,994 log 56958 6194475008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:37:33,995 basehttp 56958 6194475008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:37:34,053 basehttp 56958 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:37:40,820 basehttp 56958 6194475008 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 28886 WARNING 2025-09-04 03:37:40,837 log 56958 6194475008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:37:40,837 basehttp 56958 6194475008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:37:40,908 basehttp 56958 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:38:37,780 basehttp 56958 6194475008 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 28886 WARNING 2025-09-04 03:38:37,796 log 56958 6194475008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:38:37,796 basehttp 56958 6194475008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:38:37,850 basehttp 56958 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 03:39:12,884 log 56958 6194475008 Internal Server Error: /en/operating-theatre/blocks/38/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'case_detail' not found. 'case_detail' is not a valid view function or pattern name. ERROR 2025-09-04 03:39:12,886 basehttp 56958 6194475008 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 500 189943 WARNING 2025-09-04 03:39:12,899 log 56958 6194475008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:39:12,899 basehttp 56958 6194475008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:39:56,748 basehttp 56958 6194475008 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 31083 WARNING 2025-09-04 03:39:56,763 log 56958 6194475008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:39:56,764 basehttp 56958 6194475008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:39:56,821 basehttp 56958 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:40:56,835 basehttp 56958 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:41:21,133 basehttp 56958 6194475008 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 31087 WARNING 2025-09-04 03:41:21,152 log 56958 6194475008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:41:21,152 basehttp 56958 6194475008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:41:21,209 basehttp 56958 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 03:41:28,717 log 56958 6194475008 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 752, in get_queryset return SurgicalCase.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-09-04 03:41:28,719 basehttp 56958 6194475008 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 142750 WARNING 2025-09-04 03:41:28,737 log 56958 6194475008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:41:28,738 basehttp 56958 6194475008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:41:51,401 autoreload 56958 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:41:51,770 autoreload 59245 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 03:41:52,284 log 59245 6165770240 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 752, in get_queryset return SurgicalCase.objects.filter(or_block__tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "King Faisal Specialist Hospital - Abha": Must be "ORBlock" instance. ERROR 2025-09-04 03:41:52,286 basehttp 59245 6165770240 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 140014 WARNING 2025-09-04 03:41:52,299 log 59245 6165770240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:41:52,299 basehttp 59245 6165770240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:42:40,689 autoreload 59245 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:42:41,061 autoreload 59644 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 03:43:11,157 autoreload 59644 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:43:11,504 autoreload 59880 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 03:43:12,056 log 59880 6127808512 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 759, in get_context_data context['surgical_notes'] = surgical_case.surgical_notes.all().order_by('-created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'SurgicalCase' object has no attribute 'surgical_notes'. Did you mean: 'surgical_note'? ERROR 2025-09-04 03:43:12,059 basehttp 59880 6127808512 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 86909 WARNING 2025-09-04 03:43:12,074 log 59880 6127808512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:43:12,074 basehttp 59880 6127808512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:43:34,537 autoreload 59880 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:43:34,850 autoreload 60046 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 03:43:35,160 log 60046 6159052800 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 759, in get_context_data context['surgical_notes'] = surgical_case.notes.all().order_by('-created_at') ^^^^^^^^^^^^^^^^^^^ AttributeError: 'SurgicalCase' object has no attribute 'notes' ERROR 2025-09-04 03:43:35,161 basehttp 60046 6159052800 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 86837 WARNING 2025-09-04 03:43:35,176 log 60046 6159052800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:43:35,177 basehttp 60046 6159052800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:44:48,753 autoreload 60046 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:44:49,112 autoreload 60592 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 03:44:49,642 log 60592 6194278400 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 759, in get_context_data context['surgical_notes'] = surgical_case.surgical_note.all().order_by('-created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'SurgicalNote' object has no attribute 'all' ERROR 2025-09-04 03:44:49,643 basehttp 60592 6194278400 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 86869 WARNING 2025-09-04 03:44:49,658 log 60592 6194278400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:44:49,659 basehttp 60592 6194278400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:45:14,162 autoreload 60592 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:45:14,535 autoreload 60757 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 03:45:15,157 log 60757 6123122688 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 759, in get_context_data context['surgical_notes'] = surgical_case.surgical_note.all.order_by('-created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'SurgicalNote' object has no attribute 'all' ERROR 2025-09-04 03:45:15,158 basehttp 60757 6123122688 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 86865 WARNING 2025-09-04 03:45:15,173 log 60757 6123122688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:45:15,173 basehttp 60757 6123122688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 03:45:16,297 log 60757 6123122688 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 759, in get_context_data context['surgical_notes'] = surgical_case.surgical_note.all.order_by('-created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'SurgicalNote' object has no attribute 'all' ERROR 2025-09-04 03:45:16,297 basehttp 60757 6123122688 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 86865 WARNING 2025-09-04 03:45:16,314 log 60757 6123122688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:45:16,314 basehttp 60757 6123122688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:45:49,982 autoreload 60757 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:45:50,335 autoreload 61068 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 03:45:50,707 log 61068 6204911616 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 759, in get_context_data context['surgical_notes'] = surgical_case.surgical_case_notes.all() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'SurgicalCase' object has no attribute 'surgical_case_notes' ERROR 2025-09-04 03:45:50,710 basehttp 61068 6204911616 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 86881 WARNING 2025-09-04 03:45:50,723 log 61068 6204911616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:45:50,723 basehttp 61068 6204911616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:46:40,324 autoreload 61068 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-09-04 03:46:40,653 autoreload 61459 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 03:46:43,357 log 61459 6200651776 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 759, in get_context_data context['surgical_notes'] = surgical_case.surgical_notes.all() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'SurgicalNote' object has no attribute 'all' ERROR 2025-09-04 03:46:43,358 basehttp 61459 6200651776 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 86805 WARNING 2025-09-04 03:46:43,373 log 61459 6200651776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:46:43,373 basehttp 61459 6200651776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:46:52,348 autoreload 61459 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:46:52,680 autoreload 61552 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 03:46:53,922 log 61552 6205091840 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 762, in get_context_data context['equipment_usage'] = EquipmentUsage.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, end_time, equipment_name, equipment_type, expiration_date, id, lot_number, manufacturer, model, notes, quantity_used, recorded_by, recorded_by_id, serial_number, start_time, sterilization_date, surgical_case, surgical_case_id, total_cost, unit_cost, unit_of_measure, updated_at, usage_id ERROR 2025-09-04 03:46:53,924 basehttp 61552 6205091840 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 139960 WARNING 2025-09-04 03:46:53,944 log 61552 6205091840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:46:53,945 basehttp 61552 6205091840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 03:46:54,703 log 61552 6205091840 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 762, in get_context_data context['equipment_usage'] = EquipmentUsage.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, end_time, equipment_name, equipment_type, expiration_date, id, lot_number, manufacturer, model, notes, quantity_used, recorded_by, recorded_by_id, serial_number, start_time, sterilization_date, surgical_case, surgical_case_id, total_cost, unit_cost, unit_of_measure, updated_at, usage_id ERROR 2025-09-04 03:46:54,704 basehttp 61552 6205091840 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 139960 WARNING 2025-09-04 03:46:54,720 log 61552 6205091840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:46:54,720 basehttp 61552 6205091840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:48:47,606 autoreload 61552 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:48:47,949 autoreload 62412 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 03:48:48,863 log 62412 6163083264 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 768, in get_context_data if surgical_case.actual_start_time and surgical_case.actual_end_time: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'SurgicalCase' object has no attribute 'actual_start_time'. Did you mean: 'actual_start'? ERROR 2025-09-04 03:48:48,867 basehttp 62412 6163083264 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 87192 WARNING 2025-09-04 03:48:48,879 log 62412 6163083264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:48:48,879 basehttp 62412 6163083264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 03:48:49,796 log 62412 6163083264 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 768, in get_context_data if surgical_case.actual_start_time and surgical_case.actual_end_time: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'SurgicalCase' object has no attribute 'actual_start_time'. Did you mean: 'actual_start'? ERROR 2025-09-04 03:48:49,799 basehttp 62412 6163083264 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 87192 WARNING 2025-09-04 03:48:49,814 log 62412 6163083264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:48:49,814 basehttp 62412 6163083264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:49:19,199 autoreload 62412 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:49:19,563 autoreload 62649 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 03:49:20,314 log 62649 6131920896 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_case_start' not found. 'surgical_case_start' is not a valid view function or pattern name. ERROR 2025-09-04 03:49:20,316 basehttp 62649 6131920896 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 178456 WARNING 2025-09-04 03:49:20,330 log 62649 6131920896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:49:20,330 basehttp 62649 6131920896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 03:50:09,246 log 62649 6131920896 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_case_complete' not found. 'surgical_case_complete' is not a valid view function or pattern name. ERROR 2025-09-04 03:50:09,248 basehttp 62649 6131920896 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 178744 WARNING 2025-09-04 03:50:09,260 log 62649 6131920896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:50:09,260 basehttp 62649 6131920896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 03:50:26,440 log 62649 6131920896 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_case_cancel' not found. 'surgical_case_cancel' is not a valid view function or pattern name. ERROR 2025-09-04 03:50:26,441 basehttp 62649 6131920896 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 178571 WARNING 2025-09-04 03:50:26,453 log 62649 6131920896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:50:26,454 basehttp 62649 6131920896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 03:51:01,949 log 62649 6131920896 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_case_export' not found. 'surgical_case_export' is not a valid view function or pattern name. ERROR 2025-09-04 03:51:01,950 basehttp 62649 6131920896 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 179204 WARNING 2025-09-04 03:51:01,963 log 62649 6131920896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:51:01,963 basehttp 62649 6131920896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:51:12,549 basehttp 62649 6131920896 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 200 31984 WARNING 2025-09-04 03:51:12,565 basehttp 62649 6148747264 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 WARNING 2025-09-04 03:51:12,569 log 62649 6131920896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:51:12,569 basehttp 62649 6131920896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:51:12,635 basehttp 62649 6131920896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:02:11,434 autoreload 94389 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 06:02:15,650 basehttp 94389 6131380224 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 200 31984 WARNING 2025-09-04 06:02:15,661 basehttp 94389 6131380224 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 INFO 2025-09-04 06:02:15,749 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 06:02:16,046 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:02:16,046 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:03:15,748 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 06:03:50,313 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:03:50,313 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 06:03:56,011 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:03:56,011 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:03:58,012 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31116 WARNING 2025-09-04 06:03:58,032 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:03:58,033 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:03:58,088 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:04:58,099 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:05:12,835 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31116 WARNING 2025-09-04 06:05:12,845 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:05:12,845 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:05:12,914 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:05:28,540 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31117 WARNING 2025-09-04 06:05:28,556 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:05:28,557 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:05:28,615 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:05:59,789 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31116 WARNING 2025-09-04 06:05:59,801 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:05:59,801 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:05:59,866 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:06:49,969 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31117 WARNING 2025-09-04 06:06:49,980 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:06:49,980 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:06:50,035 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:07:00,302 basehttp 94389 6148206592 "GET /en/operating-theatre/cases/38/ HTTP/1.1" 200 31980 WARNING 2025-09-04 06:07:00,317 basehttp 94389 6131380224 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 WARNING 2025-09-04 06:07:00,320 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:07:00,320 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:07:00,358 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 06:07:02,817 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:07:02,817 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 06:07:02,829 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:07:02,829 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:07:50,408 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:08:51,407 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:09:52,418 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:10:52,427 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:11:40,698 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31295 WARNING 2025-09-04 06:11:40,715 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:11:40,715 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:11:40,781 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:12:12,081 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31259 WARNING 2025-09-04 06:12:12,095 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:12:12,096 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:12:12,153 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:13:12,158 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:13:58,142 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31728 WARNING 2025-09-04 06:13:58,155 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:13:58,155 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:13:58,211 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:14:56,142 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31721 WARNING 2025-09-04 06:14:56,156 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:14:56,156 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:14:56,212 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:15:36,344 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31217 WARNING 2025-09-04 06:15:36,356 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:15:36,356 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:15:36,411 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:15:55,198 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31212 WARNING 2025-09-04 06:15:55,210 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:15:55,210 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:15:55,265 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:16:55,280 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:17:55,294 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:18:16,018 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31139 WARNING 2025-09-04 06:18:16,032 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:18:16,032 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:18:16,105 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:19:16,422 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:20:17,445 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:21:18,437 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:22:19,438 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:23:07,606 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31642 WARNING 2025-09-04 06:23:07,620 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:23:07,620 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:23:07,718 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:23:34,104 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31652 WARNING 2025-09-04 06:23:34,116 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:23:34,116 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:23:34,218 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:24:34,226 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:24:51,222 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31712 WARNING 2025-09-04 06:24:51,236 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:24:51,236 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:24:51,289 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:25:29,216 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31727 WARNING 2025-09-04 06:25:29,228 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:25:29,228 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:25:29,279 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:25:40,018 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31725 WARNING 2025-09-04 06:25:40,029 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:25:40,029 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:25:40,083 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:25:49,752 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31728 WARNING 2025-09-04 06:25:49,761 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:25:49,761 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:25:49,813 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:25:59,783 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31728 WARNING 2025-09-04 06:25:59,795 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:25:59,795 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:25:59,867 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:27:00,435 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:27:41,456 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31724 WARNING 2025-09-04 06:27:41,465 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:27:41,466 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:27:41,532 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:28:42,437 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:29:43,445 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:30:43,512 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:31:06,809 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31729 WARNING 2025-09-04 06:31:06,820 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:31:06,820 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:31:06,888 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:31:15,099 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31725 WARNING 2025-09-04 06:31:15,109 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:31:15,109 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:31:15,161 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:32:03,531 basehttp 94389 6131380224 "GET /en/operating-theatre/cases/38/ HTTP/1.1" 200 31980 WARNING 2025-09-04 06:32:03,543 basehttp 94389 6148206592 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 WARNING 2025-09-04 06:32:03,547 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:32:03,547 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:32:03,614 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:33:03,588 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:34:03,579 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:35:03,582 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:36:03,601 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:36:22,561 basehttp 94389 6131380224 "GET /en/operating-theatre/cases/38/ HTTP/1.1" 200 31980 WARNING 2025-09-04 06:36:22,570 basehttp 94389 6131380224 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 WARNING 2025-09-04 06:36:22,575 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:36:22,575 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:36:22,615 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:36:24,801 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 06:36:24,802 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:36:24,802 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 06:36:24,810 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:36:24,810 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:36:26,066 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31895 WARNING 2025-09-04 06:36:26,081 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:36:26,081 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:36:26,143 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:37:26,150 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:38:26,149 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:39:26,155 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:39:39,859 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32557 WARNING 2025-09-04 06:39:39,873 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:39:39,874 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:39:39,932 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:40:19,727 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32572 WARNING 2025-09-04 06:40:19,742 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:40:19,742 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:40:19,806 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:40:59,533 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32582 WARNING 2025-09-04 06:40:59,548 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:40:59,548 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:40:59,621 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:41:30,951 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32546 WARNING 2025-09-04 06:41:30,969 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:41:30,969 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:41:31,041 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:42:31,032 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:42:32,228 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32769 WARNING 2025-09-04 06:42:32,242 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:42:32,242 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:42:32,301 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:43:22,252 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 33001 WARNING 2025-09-04 06:43:22,263 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:43:22,264 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:43:22,317 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:43:51,375 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32760 WARNING 2025-09-04 06:43:51,389 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:43:51,389 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:43:51,449 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:44:51,464 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:45:41,015 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32760 WARNING 2025-09-04 06:45:41,029 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:45:41,030 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:45:41,098 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:46:41,098 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:47:15,314 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32771 WARNING 2025-09-04 06:47:15,331 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:47:15,331 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:47:15,390 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:47:42,479 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32793 WARNING 2025-09-04 06:47:42,491 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:47:42,491 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:47:42,542 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:47:52,362 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32786 WARNING 2025-09-04 06:47:52,373 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:47:52,373 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:47:52,426 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:48:52,431 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:49:06,540 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32808 WARNING 2025-09-04 06:49:06,552 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:49:06,552 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:49:06,622 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:49:42,140 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32824 WARNING 2025-09-04 06:49:42,150 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:49:42,151 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:49:42,202 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:49:58,067 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32824 WARNING 2025-09-04 06:49:58,080 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:49:58,080 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:49:58,157 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:50:53,930 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32824 WARNING 2025-09-04 06:50:53,945 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:50:53,945 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:50:54,002 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:51:54,015 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:52:27,376 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32826 WARNING 2025-09-04 06:52:27,393 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:52:27,393 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:52:27,468 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:53:27,468 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:54:09,938 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32892 WARNING 2025-09-04 06:54:09,952 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:54:09,952 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:54:10,010 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:54:39,354 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32878 WARNING 2025-09-04 06:54:39,367 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:54:39,367 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:54:39,443 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:54:52,521 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32881 WARNING 2025-09-04 06:54:52,535 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:54:52,535 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:54:52,594 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:55:12,738 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32886 WARNING 2025-09-04 06:55:12,754 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:55:12,754 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:55:12,812 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:55:39,664 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32897 WARNING 2025-09-04 06:55:39,683 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:55:39,683 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:55:39,741 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:56:39,744 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:56:47,930 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32892 WARNING 2025-09-04 06:56:47,946 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:56:47,946 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:56:48,019 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:57:07,840 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32889 WARNING 2025-09-04 06:57:07,850 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:57:07,850 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:57:07,903 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:57:37,401 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/ HTTP/1.1" 200 138849 WARNING 2025-09-04 06:57:37,413 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:57:37,413 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:57:37,488 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:57:39,512 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/ HTTP/1.1" 200 138849 WARNING 2025-09-04 06:57:39,528 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:57:39,528 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:57:39,585 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:57:42,637 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/?date= HTTP/1.1" 200 138861 WARNING 2025-09-04 06:57:42,656 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:57:42,657 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:57:42,716 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:57:45,372 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/?date=2025-09-03 HTTP/1.1" 200 138881 WARNING 2025-09-04 06:57:45,391 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:57:45,391 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:57:45,453 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:57:46,118 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/?date= HTTP/1.1" 200 138861 WARNING 2025-09-04 06:57:46,139 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:57:46,139 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:57:46,193 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:57:48,815 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/?date=2025-09-05 HTTP/1.1" 200 138881 WARNING 2025-09-04 06:57:48,836 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:57:48,836 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:57:48,895 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:57:58,778 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/?page=2&date=2025-09-05 HTTP/1.1" 200 95252 WARNING 2025-09-04 06:57:58,827 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:57:58,827 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:57:58,856 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:58:00,940 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/12/ HTTP/1.1" 200 32878 WARNING 2025-09-04 06:58:00,961 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:58:00,961 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:58:01,021 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:59:06,189 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:01:22,965 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:02:23,968 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:03:24,970 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:06:02,392 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:08:16,815 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:09:40,460 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:11:01,456 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:14:26,875 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:25:05,974 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:34:06,312 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:39:19,956 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:41:19,939 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:43:19,948 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:45:19,961 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:47:19,952 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:50:59,726 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:51:12,194 basehttp 94389 6131380224 "GET /en/operating-theatre/ HTTP/1.1" 200 49202 WARNING 2025-09-04 07:51:12,214 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 07:51:12,214 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 07:51:12,315 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:51:12,319 basehttp 94389 6148206592 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 07:51:42,315 basehttp 94389 6148206592 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 07:52:12,337 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:52:12,339 basehttp 94389 6131380224 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 07:52:42,328 basehttp 94389 6131380224 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 07:53:12,345 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:53:12,347 basehttp 94389 6148206592 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 07:53:42,326 basehttp 94389 6148206592 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 07:54:10,009 basehttp 94389 6148206592 "GET /en/operating-theatre/ HTTP/1.1" 200 49003 WARNING 2025-09-04 07:54:10,019 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 07:54:10,019 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 07:54:10,114 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:54:10,115 basehttp 94389 6131380224 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 07:54:25,437 basehttp 94389 6131380224 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 62154 WARNING 2025-09-04 07:54:25,453 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 07:54:25,454 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 07:54:25,528 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:54:25,530 basehttp 94389 6148206592 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 WARNING 2025-09-04 07:54:27,846 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 07:54:27,846 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 07:54:27,858 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 07:54:27,858 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 07:54:40,107 basehttp 94389 6148206592 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 07:55:10,109 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:55:10,112 basehttp 94389 6131380224 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 07:55:40,112 basehttp 94389 6131380224 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 07:56:10,112 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:56:10,115 basehttp 94389 6148206592 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 07:56:40,126 basehttp 94389 6148206592 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 07:57:06,338 autoreload 94389 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 07:57:06,851 autoreload 33595 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 07:57:07,345 log 33595 6196916224 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 120, in get_context_data ).annotate( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1649, in annotate return self._annotate(args, kwargs, select=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1701, in _annotate clone.query.add_annotation( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1218, in add_annotation annotation = annotation.resolve_expression(self, allow_joins=True, reuse=None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 176, in resolve_expression result = super().resolve_expression(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'or_block' into field. Choices are: accepts_emergency, air_changes_per_hour, building, ceiling_height, cleaning_time, created_at, created_by, created_by_id, equipment_list, floor_number, has_c_arm, has_ct, has_mri, has_neuromonitoring, has_ultrasound, humidity_max, humidity_min, id, is_active, max_case_duration, or_blocks, positive_pressure, required_nurses, required_techs, room_id, room_name, room_number, room_size, room_type, special_features, status, supports_laparoscopic, supports_laser, supports_microscopy, supports_robotic, temperature_max, temperature_min, tenant, tenant_id, turnover_time, updated_at, wing ERROR 2025-09-04 07:57:07,347 basehttp 33595 6196916224 "GET /en/operating-theatre/ HTTP/1.1" 500 143744 WARNING 2025-09-04 07:57:07,364 log 33595 6196916224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 07:57:07,364 basehttp 33595 6196916224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 07:58:03,112 autoreload 33595 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 07:58:03,492 autoreload 34009 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 07:58:04,185 log 34009 6171275264 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 120, in get_context_data ).annotate( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1649, in annotate return self._annotate(args, kwargs, select=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1701, in _annotate clone.query.add_annotation( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1218, in add_annotation annotation = annotation.resolve_expression(self, allow_joins=True, reuse=None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 176, in resolve_expression result = super().resolve_expression(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'surgical_cases' into field. Choices are: accepts_emergency, air_changes_per_hour, building, ceiling_height, cleaning_time, created_at, created_by, created_by_id, equipment_list, floor_number, has_c_arm, has_ct, has_mri, has_neuromonitoring, has_ultrasound, humidity_max, humidity_min, id, is_active, max_case_duration, or_blocks, positive_pressure, required_nurses, required_techs, room_id, room_name, room_number, room_size, room_type, special_features, status, supports_laparoscopic, supports_laser, supports_microscopy, supports_robotic, temperature_max, temperature_min, tenant, tenant_id, turnover_time, updated_at, wing ERROR 2025-09-04 07:58:04,187 basehttp 34009 6171275264 "GET /en/operating-theatre/ HTTP/1.1" 500 142949 WARNING 2025-09-04 07:58:04,199 log 34009 6171275264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 07:58:04,199 basehttp 34009 6171275264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 07:58:57,632 autoreload 34009 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 07:58:57,977 autoreload 34483 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 07:58:58,281 log 34483 6189674496 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 120, in get_context_data ).annotate( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1649, in annotate return self._annotate(args, kwargs, select=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1701, in _annotate clone.query.add_annotation( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1218, in add_annotation annotation = annotation.resolve_expression(self, allow_joins=True, reuse=None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 176, in resolve_expression result = super().resolve_expression(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query_utils.py", line 91, in resolve_expression clause, joins = query._add_q( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'surgical_cases' into field. Choices are: accepts_emergency, air_changes_per_hour, building, ceiling_height, cleaning_time, created_at, created_by, created_by_id, equipment_list, floor_number, has_c_arm, has_ct, has_mri, has_neuromonitoring, has_ultrasound, humidity_max, humidity_min, id, is_active, max_case_duration, or_blocks, positive_pressure, required_nurses, required_techs, room_id, room_name, room_number, room_size, room_type, special_features, status, supports_laparoscopic, supports_laser, supports_microscopy, supports_robotic, temperature_max, temperature_min, tenant, tenant_id, turnover_time, updated_at, wing ERROR 2025-09-04 07:58:58,283 basehttp 34483 6189674496 "GET /en/operating-theatre/ HTTP/1.1" 500 150279 WARNING 2025-09-04 07:58:58,298 log 34483 6189674496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 07:58:58,298 basehttp 34483 6189674496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 07:58:59,943 log 34483 6189674496 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 120, in get_context_data ).annotate( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1649, in annotate return self._annotate(args, kwargs, select=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1701, in _annotate clone.query.add_annotation( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1218, in add_annotation annotation = annotation.resolve_expression(self, allow_joins=True, reuse=None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 176, in resolve_expression result = super().resolve_expression(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query_utils.py", line 91, in resolve_expression clause, joins = query._add_q( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'surgical_cases' into field. Choices are: accepts_emergency, air_changes_per_hour, building, ceiling_height, cleaning_time, created_at, created_by, created_by_id, equipment_list, floor_number, has_c_arm, has_ct, has_mri, has_neuromonitoring, has_ultrasound, humidity_max, humidity_min, id, is_active, max_case_duration, or_blocks, positive_pressure, required_nurses, required_techs, room_id, room_name, room_number, room_size, room_type, special_features, status, supports_laparoscopic, supports_laser, supports_microscopy, supports_robotic, temperature_max, temperature_min, tenant, tenant_id, turnover_time, updated_at, wing ERROR 2025-09-04 07:58:59,944 basehttp 34483 6189674496 "GET /en/operating-theatre/ HTTP/1.1" 500 150279 WARNING 2025-09-04 07:58:59,957 log 34483 6189674496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 07:58:59,957 basehttp 34483 6189674496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:03:34,789 autoreload 34483 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:03:35,175 autoreload 36503 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 08:03:35,838 log 36503 6137884672 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 120, in get_context_data ).annotate( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1649, in annotate return self._annotate(args, kwargs, select=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1701, in _annotate clone.query.add_annotation( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1218, in add_annotation annotation = annotation.resolve_expression(self, allow_joins=True, reuse=None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 176, in resolve_expression result = super().resolve_expression(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'or_block' into field. Choices are: accepts_emergency, air_changes_per_hour, building, ceiling_height, cleaning_time, created_at, created_by, created_by_id, equipment_list, floor_number, has_c_arm, has_ct, has_mri, has_neuromonitoring, has_ultrasound, humidity_max, humidity_min, id, is_active, max_case_duration, or_blocks, positive_pressure, required_nurses, required_techs, room_id, room_name, room_number, room_size, room_type, special_features, status, supports_laparoscopic, supports_laser, supports_microscopy, supports_robotic, temperature_max, temperature_min, tenant, tenant_id, turnover_time, updated_at, wing ERROR 2025-09-04 08:03:35,840 basehttp 36503 6137884672 "GET /en/operating-theatre/ HTTP/1.1" 500 143992 WARNING 2025-09-04 08:03:35,854 log 36503 6137884672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:03:35,854 basehttp 36503 6137884672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:03:43,726 autoreload 36503 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:03:44,071 autoreload 36596 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 08:03:44,817 log 36596 6127579136 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1923, in transform return self.try_transform(wrapped, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1458, in try_transform raise FieldError( django.core.exceptions.FieldError: Unsupported lookup 'surgical_cases' for BigAutoField or join on the field not permitted. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 120, in get_context_data ).annotate( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1649, in annotate return self._annotate(args, kwargs, select=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1701, in _annotate clone.query.add_annotation( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1218, in add_annotation annotation = annotation.resolve_expression(self, allow_joins=True, reuse=None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 176, in resolve_expression result = super().resolve_expression(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2065, in resolve_ref transform = join_info.transform_function(targets[0], final_alias) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1927, in transform raise last_field_exception File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'surgical_cases' into field. Choices are: accepts_emergency, air_changes_per_hour, building, ceiling_height, cleaning_time, created_at, created_by, created_by_id, equipment_list, floor_number, has_c_arm, has_ct, has_mri, has_neuromonitoring, has_ultrasound, humidity_max, humidity_min, id, is_active, max_case_duration, or_blocks, positive_pressure, required_nurses, required_techs, room_id, room_name, room_number, room_size, room_type, special_features, status, supports_laparoscopic, supports_laser, supports_microscopy, supports_robotic, temperature_max, temperature_min, tenant, tenant_id, turnover_time, updated_at, wing ERROR 2025-09-04 08:03:44,819 basehttp 36596 6127579136 "GET /en/operating-theatre/ HTTP/1.1" 500 170505 WARNING 2025-09-04 08:03:44,835 log 36596 6127579136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:03:44,835 basehttp 36596 6127579136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:04:13,300 autoreload 36596 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:04:13,636 autoreload 36836 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 08:04:13,959 log 36836 6166343680 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1923, in transform return self.try_transform(wrapped, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1458, in try_transform raise FieldError( django.core.exceptions.FieldError: Unsupported lookup 'surgical_cases' for BigAutoField or join on the field not permitted. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 120, in get_context_data ).annotate( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1649, in annotate return self._annotate(args, kwargs, select=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1701, in _annotate clone.query.add_annotation( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1218, in add_annotation annotation = annotation.resolve_expression(self, allow_joins=True, reuse=None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 176, in resolve_expression result = super().resolve_expression(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2065, in resolve_ref transform = join_info.transform_function(targets[0], final_alias) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1927, in transform raise last_field_exception File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'surgical_cases' into field. Choices are: accepts_emergency, air_changes_per_hour, building, ceiling_height, cleaning_time, created_at, created_by, created_by_id, equipment_list, floor_number, has_c_arm, has_ct, has_mri, has_neuromonitoring, has_ultrasound, humidity_max, humidity_min, id, is_active, max_case_duration, or_blocks, positive_pressure, required_nurses, required_techs, room_id, room_name, room_number, room_size, room_type, special_features, status, supports_laparoscopic, supports_laser, supports_microscopy, supports_robotic, temperature_max, temperature_min, tenant, tenant_id, turnover_time, updated_at, wing ERROR 2025-09-04 08:04:13,961 basehttp 36836 6166343680 "GET /en/operating-theatre/ HTTP/1.1" 500 170775 WARNING 2025-09-04 08:04:13,974 log 36836 6166343680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:04:13,974 basehttp 36836 6166343680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 08:04:15,190 log 36836 6166343680 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1923, in transform return self.try_transform(wrapped, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1458, in try_transform raise FieldError( django.core.exceptions.FieldError: Unsupported lookup 'surgical_cases' for BigAutoField or join on the field not permitted. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 120, in get_context_data ).annotate( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1649, in annotate return self._annotate(args, kwargs, select=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1701, in _annotate clone.query.add_annotation( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1218, in add_annotation annotation = annotation.resolve_expression(self, allow_joins=True, reuse=None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 176, in resolve_expression result = super().resolve_expression(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2065, in resolve_ref transform = join_info.transform_function(targets[0], final_alias) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1927, in transform raise last_field_exception File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'surgical_cases' into field. Choices are: accepts_emergency, air_changes_per_hour, building, ceiling_height, cleaning_time, created_at, created_by, created_by_id, equipment_list, floor_number, has_c_arm, has_ct, has_mri, has_neuromonitoring, has_ultrasound, humidity_max, humidity_min, id, is_active, max_case_duration, or_blocks, positive_pressure, required_nurses, required_techs, room_id, room_name, room_number, room_size, room_type, special_features, status, supports_laparoscopic, supports_laser, supports_microscopy, supports_robotic, temperature_max, temperature_min, tenant, tenant_id, turnover_time, updated_at, wing ERROR 2025-09-04 08:04:15,192 basehttp 36836 6166343680 "GET /en/operating-theatre/ HTTP/1.1" 500 170775 WARNING 2025-09-04 08:04:15,204 log 36836 6166343680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:04:15,205 basehttp 36836 6166343680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:06:14,507 autoreload 36836 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:06:14,845 autoreload 37704 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:06:17,286 basehttp 37704 6196293632 "GET /en/operating-theatre/ HTTP/1.1" 200 73125 WARNING 2025-09-04 08:06:17,306 log 37704 6196293632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:06:17,306 basehttp 37704 6196293632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:06:17,373 basehttp 37704 6196293632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:06:17,377 basehttp 37704 6213120000 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 08:06:33,087 basehttp 37704 6213120000 "GET /en/operating-theatre/cases/1/ HTTP/1.1" 200 32155 WARNING 2025-09-04 08:06:33,102 basehttp 37704 6196293632 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 WARNING 2025-09-04 08:06:33,107 log 37704 6213120000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:06:33,107 basehttp 37704 6213120000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:06:33,159 basehttp 37704 6213120000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 08:06:37,581 log 37704 6213120000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:06:37,581 basehttp 37704 6213120000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 08:06:37,595 log 37704 6213120000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:06:37,595 basehttp 37704 6213120000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:06:47,377 basehttp 37704 6213120000 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 08:07:17,370 basehttp 37704 6213120000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:07:17,374 basehttp 37704 6196293632 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 08:07:47,373 basehttp 37704 6196293632 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 08:07:47,485 basehttp 37704 6196293632 "GET /en/operating-theatre/ HTTP/1.1" 200 73106 WARNING 2025-09-04 08:07:47,496 log 37704 6196293632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:07:47,496 basehttp 37704 6196293632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:07:47,558 basehttp 37704 6196293632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:07:47,567 basehttp 37704 6213120000 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 ERROR 2025-09-04 08:08:00,791 log 37704 6213120000 Internal Server Error: /en/operating-theatre/rooms/55/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 207, in get_context_data context['todays_cases'] = operating_room.surgical_cases.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'OperatingRoom' object has no attribute 'surgical_cases' ERROR 2025-09-04 08:08:00,793 basehttp 37704 6213120000 "GET /en/operating-theatre/rooms/55/ HTTP/1.1" 500 86937 WARNING 2025-09-04 08:08:00,807 log 37704 6213120000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:08:00,807 basehttp 37704 6213120000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:08:41,230 autoreload 37704 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:08:41,552 autoreload 38805 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 08:08:42,706 log 38805 6158233600 Internal Server Error: /en/operating-theatre/rooms/55/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 207, in get_context_data context['todays_cases'] = operating_room.or_blocks.surgical_cases.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'RelatedManager' object has no attribute 'surgical_cases' ERROR 2025-09-04 08:08:42,709 basehttp 38805 6158233600 "GET /en/operating-theatre/rooms/55/ HTTP/1.1" 500 87118 WARNING 2025-09-04 08:08:42,723 log 38805 6158233600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:08:42,723 basehttp 38805 6158233600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 08:08:43,566 log 38805 6158233600 Internal Server Error: /en/operating-theatre/rooms/55/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 207, in get_context_data context['todays_cases'] = operating_room.or_blocks.surgical_cases.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'RelatedManager' object has no attribute 'surgical_cases' ERROR 2025-09-04 08:08:43,568 basehttp 38805 6158233600 "GET /en/operating-theatre/rooms/55/ HTTP/1.1" 500 87118 WARNING 2025-09-04 08:08:43,583 log 38805 6158233600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:08:43,583 basehttp 38805 6158233600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:09:35,682 autoreload 38805 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:09:36,002 autoreload 39202 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:10:08,520 autoreload 39202 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:10:08,845 autoreload 39437 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:10:09,855 basehttp 39437 6194475008 "GET /en/operating-theatre/rooms/55/ HTTP/1.1" 200 42721 WARNING 2025-09-04 08:10:09,875 log 39437 6194475008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:10:09,875 basehttp 39437 6194475008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:10:09,948 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:11:09,967 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:12:09,959 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:13:10,006 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:14:09,969 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:14:26,461 basehttp 39437 6194475008 "GET /en/operating-theatre/rooms/55/ HTTP/1.1" 200 40248 WARNING 2025-09-04 08:14:26,477 log 39437 6194475008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:14:26,477 basehttp 39437 6194475008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:14:26,548 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:15:05,352 basehttp 39437 6194475008 "POST /en/operating-theatre/rooms/55/update-status/ HTTP/1.1" 302 0 INFO 2025-09-04 08:15:05,367 basehttp 39437 6194475008 "GET /en/operating-theatre/rooms/55/ HTTP/1.1" 200 40248 INFO 2025-09-04 08:15:26,548 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:16:24,756 basehttp 39437 6194475008 "GET /en/operating-theatre/rooms/55/ HTTP/1.1" 200 40490 WARNING 2025-09-04 08:16:24,769 log 39437 6194475008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:16:24,769 basehttp 39437 6194475008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:16:24,819 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:17:24,833 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:18:24,826 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:19:24,833 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:19:51,030 basehttp 39437 6194475008 "GET /en/operating-theatre/rooms/55/ HTTP/1.1" 200 41700 WARNING 2025-09-04 08:19:51,047 log 39437 6194475008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:19:51,047 basehttp 39437 6194475008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:19:51,113 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:20:01,738 basehttp 39437 6194475008 "GET /en/operating-theatre/rooms/55/update/ HTTP/1.1" 200 49286 WARNING 2025-09-04 08:20:01,756 log 39437 6194475008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:20:01,756 basehttp 39437 6194475008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:20:01,813 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:21:01,829 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:22:01,827 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:23:01,827 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:24:01,843 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:24:51,885 autoreload 39437 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:24:52,248 autoreload 45949 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:25:01,902 basehttp 45949 6123352064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:26:01,851 basehttp 45949 6123352064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:27:01,857 basehttp 45949 6123352064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:27:33,642 basehttp 45949 6123352064 "GET /en/operating-theatre/rooms/55/update/ HTTP/1.1" 200 43298 WARNING 2025-09-04 08:27:33,657 log 45949 6123352064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:27:33,657 basehttp 45949 6123352064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:27:33,708 basehttp 45949 6123352064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:28:33,726 basehttp 45949 6123352064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:29:33,726 basehttp 45949 6123352064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:30:22,429 basehttp 45949 6123352064 "GET /en/operating-theatre/rooms/55/update/ HTTP/1.1" 200 33328 WARNING 2025-09-04 08:30:22,445 log 45949 6123352064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:30:22,445 basehttp 45949 6123352064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:30:22,486 basehttp 45949 6123352064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:31:22,500 basehttp 45949 6123352064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:32:22,492 basehttp 45949 6123352064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:32:32,780 autoreload 45949 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:32:33,156 autoreload 49377 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:33:08,644 autoreload 49377 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/forms.py changed, reloading. INFO 2025-09-04 08:33:08,990 autoreload 49618 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:33:09,669 basehttp 49618 6162067456 "GET /en/operating-theatre/rooms/55/update/ HTTP/1.1" 200 43307 WARNING 2025-09-04 08:33:09,686 log 49618 6162067456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:33:09,686 basehttp 49618 6162067456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:33:09,751 basehttp 49618 6162067456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:33:16,711 basehttp 49618 6162067456 "GET /en/operating-theatre/rooms/55/update/ HTTP/1.1" 200 43307 INFO 2025-09-04 08:33:16,724 basehttp 49618 13052751872 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-04 08:33:16,726 log 49618 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:33:16,727 basehttp 49618 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:33:16,734 basehttp 49618 13052751872 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-04 08:33:16,734 basehttp 49618 6162067456 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-04 08:33:16,735 basehttp 49618 13069578240 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 08:33:16,740 basehttp 49618 13103230976 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-04 08:33:16,741 basehttp 49618 13035925504 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 08:33:16,742 basehttp 49618 13086404608 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-04 08:33:16,746 basehttp 49618 6162067456 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 08:33:16,753 basehttp 49618 13052751872 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 08:33:16,862 basehttp 49618 13052751872 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 08:33:16,924 basehttp 49618 13052751872 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 08:33:16,925 basehttp 49618 13086404608 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 08:33:16,925 basehttp 49618 13035925504 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 08:33:16,925 basehttp 49618 13103230976 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 08:33:16,926 basehttp 49618 6162067456 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 08:33:16,930 basehttp 49618 13103230976 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 08:33:16,932 basehttp 49618 13052751872 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 08:33:16,932 basehttp 49618 13069578240 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 08:33:16,932 basehttp 49618 13035925504 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 08:33:16,933 basehttp 49618 13086404608 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 08:33:16,934 basehttp 49618 13052751872 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 08:33:16,934 basehttp 49618 13035925504 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 08:33:16,934 basehttp 49618 13069578240 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 08:33:16,934 basehttp 49618 13086404608 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 08:33:16,935 basehttp 49618 13052751872 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 08:33:16,936 basehttp 49618 13052751872 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 08:33:16,938 basehttp 49618 6162067456 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 08:33:16,941 basehttp 49618 13052751872 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 08:33:16,942 basehttp 49618 13103230976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:33:16,942 basehttp 49618 13035925504 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 08:33:16,943 basehttp 49618 13069578240 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 08:33:16,943 basehttp 49618 6162067456 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 08:33:16,943 basehttp 49618 13086404608 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 08:33:16,943 basehttp 49618 13052751872 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-09-04 08:33:17,082 log 49618 13052751872 Not Found: /favicon.ico WARNING 2025-09-04 08:33:17,082 basehttp 49618 13052751872 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 08:34:16,945 basehttp 49618 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:35:16,949 basehttp 49618 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:35:32,489 autoreload 49618 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/forms.py changed, reloading. INFO 2025-09-04 08:35:32,872 autoreload 50722 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:36:16,987 basehttp 50722 6132969472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:36:26,999 autoreload 50722 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:36:27,361 autoreload 51132 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:36:45,238 autoreload 51132 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/forms.py changed, reloading. INFO 2025-09-04 08:36:45,560 autoreload 51293 8466948288 Watching for file changes with StatReloader WARNING 2025-09-04 08:36:46,826 log 51293 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:36:46,826 basehttp 51293 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 08:36:46,849 log 51293 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:36:46,850 basehttp 51293 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:36:48,491 basehttp 51293 12918534144 "GET /en/operating-theatre/rooms/55/update/ HTTP/1.1" 200 47164 WARNING 2025-09-04 08:36:48,509 log 51293 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:36:48,509 basehttp 51293 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:36:48,596 basehttp 51293 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:37:18,356 basehttp 51293 12918534144 "GET /en/operating-theatre/rooms/55/ HTTP/1.1" 200 42073 WARNING 2025-09-04 08:37:18,373 log 51293 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:37:18,373 basehttp 51293 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:37:29,682 basehttp 51293 12918534144 "GET /en/operating-theatre/ HTTP/1.1" 200 73106 WARNING 2025-09-04 08:37:29,697 log 51293 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:37:29,698 basehttp 51293 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:37:29,760 basehttp 51293 12918534144 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 08:37:33,224 basehttp 51293 12918534144 "GET /en/operating-theatre/cases/1/ HTTP/1.1" 200 32155 WARNING 2025-09-04 08:37:33,236 basehttp 51293 12935360512 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 WARNING 2025-09-04 08:37:33,240 log 51293 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:37:33,241 basehttp 51293 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:37:33,292 basehttp 51293 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:38:33,305 basehttp 51293 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:39:33,306 basehttp 51293 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:40:01,173 autoreload 51293 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:40:01,515 autoreload 52766 8466948288 Watching for file changes with StatReloader WARNING 2025-09-04 08:40:02,607 basehttp 52766 6139392000 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 WARNING 2025-09-04 08:40:02,609 log 52766 6122565632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:40:02,610 basehttp 52766 6122565632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 08:40:02,620 log 52766 6122565632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:40:02,620 basehttp 52766 6122565632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:40:04,118 basehttp 52766 6122565632 "GET /en/operating-theatre/cases/1/ HTTP/1.1" 200 32155 WARNING 2025-09-04 08:40:04,132 basehttp 52766 6122565632 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 WARNING 2025-09-04 08:40:04,136 log 52766 6139392000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:40:04,136 basehttp 52766 6139392000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:40:04,180 basehttp 52766 6139392000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 08:40:59,307 log 52766 6122565632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:40:59,308 basehttp 52766 6122565632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:40:59,308 basehttp 52766 6139392000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 08:40:59,315 log 52766 6139392000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:40:59,315 basehttp 52766 6139392000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:41:01,531 basehttp 52766 6139392000 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 73908 WARNING 2025-09-04 08:41:01,547 log 52766 6139392000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:41:01,547 basehttp 52766 6139392000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:41:01,608 basehttp 52766 6139392000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:42:01,612 basehttp 52766 6139392000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:43:01,637 basehttp 52766 6139392000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:44:01,632 basehttp 52766 6139392000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:45:01,634 basehttp 52766 6139392000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:46:00,431 autoreload 52766 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:46:00,899 autoreload 55378 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:46:01,677 basehttp 55378 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:47:01,666 basehttp 55378 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:47:12,586 autoreload 55378 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:47:12,936 autoreload 55921 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:47:36,824 autoreload 55921 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:47:37,130 autoreload 56099 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:48:03,188 autoreload 56099 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/urls.py changed, reloading. INFO 2025-09-04 08:48:03,516 autoreload 56343 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:48:26,523 autoreload 56343 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/urls.py changed, reloading. INFO 2025-09-04 08:48:26,840 autoreload 56506 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 08:48:50,023 log 56506 6203076608 Internal Server Error: /en/operating-theatre/cases/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'start_case' with arguments '(39,)' not found. 1 pattern(s) tried: ['en/operating\\-theatre/cases/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/start/\\Z'] ERROR 2025-09-04 08:48:50,025 basehttp 56506 6203076608 "GET /en/operating-theatre/cases/ HTTP/1.1" 500 260632 WARNING 2025-09-04 08:48:50,044 log 56506 6203076608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:48:50,044 basehttp 56506 6203076608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:49:22,079 autoreload 56506 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/urls.py changed, reloading. INFO 2025-09-04 08:49:22,411 autoreload 56904 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:49:24,346 basehttp 56904 6167031808 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 72955 WARNING 2025-09-04 08:49:24,362 log 56904 6167031808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:49:24,363 basehttp 56904 6167031808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:49:24,399 basehttp 56904 6167031808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:49:30,120 basehttp 56904 6167031808 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 72955 INFO 2025-09-04 08:49:30,140 basehttp 56904 6200684544 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-04 08:49:30,143 log 56904 6217510912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:49:30,143 basehttp 56904 6217510912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:49:30,148 basehttp 56904 6167031808 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-04 08:49:30,151 basehttp 56904 6251163648 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-04 08:49:30,152 basehttp 56904 6200684544 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-04 08:49:30,153 basehttp 56904 6183858176 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 08:49:30,153 basehttp 56904 6217510912 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 08:49:30,154 basehttp 56904 6234337280 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-04 08:49:30,161 basehttp 56904 6251163648 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 08:49:30,170 basehttp 56904 6167031808 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 08:49:30,395 basehttp 56904 6167031808 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 08:49:30,428 basehttp 56904 6183858176 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 08:49:30,428 basehttp 56904 6251163648 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 08:49:30,429 basehttp 56904 6217510912 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 08:49:30,429 basehttp 56904 6167031808 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 08:49:30,430 basehttp 56904 6234337280 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 08:49:30,433 basehttp 56904 6200684544 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 08:49:30,434 basehttp 56904 6234337280 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 08:49:30,441 basehttp 56904 6167031808 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 08:49:30,442 basehttp 56904 6251163648 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 08:49:30,442 basehttp 56904 6167031808 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 08:49:30,444 basehttp 56904 6234337280 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 08:49:30,444 basehttp 56904 6217510912 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 08:49:30,445 basehttp 56904 6183858176 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 08:49:30,463 basehttp 56904 6167031808 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 08:49:30,463 basehttp 56904 6217510912 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 08:49:30,463 basehttp 56904 6251163648 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 08:49:30,464 basehttp 56904 6234337280 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 08:49:30,464 basehttp 56904 6183858176 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 08:49:30,466 basehttp 56904 6200684544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:49:30,468 basehttp 56904 6167031808 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 08:49:30,468 basehttp 56904 6217510912 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 08:49:30,468 basehttp 56904 6234337280 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 08:49:30,468 basehttp 56904 6251163648 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 08:49:30,468 basehttp 56904 6183858176 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-09-04 08:49:30,557 log 56904 6183858176 Not Found: /favicon.ico WARNING 2025-09-04 08:49:30,558 basehttp 56904 6183858176 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 08:49:40,367 basehttp 56904 6183858176 "GET /en/operating-theatre/cases/39/ HTTP/1.1" 200 32174 WARNING 2025-09-04 08:49:40,385 basehttp 56904 6251163648 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 WARNING 2025-09-04 08:49:40,391 log 56904 6183858176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:49:40,392 basehttp 56904 6183858176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:49:40,472 basehttp 56904 6183858176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:49:46,055 basehttp 56904 6183858176 "POST /en/operating-theatre/cases/39/start/ HTTP/1.1" 302 0 INFO 2025-09-04 08:49:46,073 basehttp 56904 6183858176 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 73251 WARNING 2025-09-04 08:49:56,649 log 56904 6183858176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:49:56,650 basehttp 56904 6183858176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 08:49:56,660 log 56904 6183858176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:49:56,661 basehttp 56904 6183858176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:50:30,455 basehttp 56904 6183858176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:51:29,469 autoreload 56904 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:51:29,829 autoreload 57866 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:51:30,184 basehttp 57866 6160936960 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 72857 WARNING 2025-09-04 08:51:30,197 log 57866 6160936960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:51:30,197 basehttp 57866 6160936960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:51:30,267 basehttp 57866 6160936960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:52:13,156 basehttp 57866 6160936960 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 62005 WARNING 2025-09-04 08:52:13,170 log 57866 6160936960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:52:13,170 basehttp 57866 6160936960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:52:13,247 basehttp 57866 6160936960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:52:24,172 basehttp 57866 6160936960 "GET /en/operating-theatre/cases/39/ HTTP/1.1" 200 32013 WARNING 2025-09-04 08:52:24,185 basehttp 57866 6160936960 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 WARNING 2025-09-04 08:52:24,188 log 57866 6177763328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:52:24,188 basehttp 57866 6177763328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:52:24,240 basehttp 57866 6177763328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 08:52:59,714 log 57866 6177763328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:52:59,714 basehttp 57866 6177763328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 08:52:59,725 log 57866 6177763328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:52:59,725 basehttp 57866 6177763328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:53:13,233 basehttp 57866 6177763328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:54:13,237 basehttp 57866 6177763328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:54:36,315 basehttp 57866 6177763328 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 62005 WARNING 2025-09-04 08:54:36,329 log 57866 6177763328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:54:36,330 basehttp 57866 6177763328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:54:36,390 basehttp 57866 6177763328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:54:44,532 basehttp 57866 6177763328 "POST /en/operating-theatre/cases/39/complete/ HTTP/1.1" 302 0 INFO 2025-09-04 08:54:44,550 basehttp 57866 6177763328 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 60458 WARNING 2025-09-04 08:54:44,564 log 57866 6177763328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:54:44,565 basehttp 57866 6177763328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:54:44,639 basehttp 57866 6177763328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:54:50,751 basehttp 57866 6177763328 "POST /en/operating-theatre/cases/35/start/ HTTP/1.1" 302 0 INFO 2025-09-04 08:54:50,772 basehttp 57866 6177763328 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 60468 WARNING 2025-09-04 08:54:50,787 log 57866 6177763328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:54:50,787 basehttp 57866 6177763328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:54:50,841 basehttp 57866 6177763328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 08:54:56,146 log 57866 6177763328 Internal Server Error: /en/operating-theatre/cases/35/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 201, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 858, in get_queryset return SurgicalCase.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_notes, updated_at ERROR 2025-09-04 08:54:56,148 basehttp 57866 6177763328 "GET /en/operating-theatre/cases/35/update/ HTTP/1.1" 500 147719 WARNING 2025-09-04 08:54:56,168 log 57866 6177763328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:54:56,169 basehttp 57866 6177763328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:55:37,665 autoreload 57866 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:55:38,146 autoreload 59735 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 08:55:39,610 log 59735 6198996992 Internal Server Error: /en/operating-theatre/cases/35/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 36, in get_form form_class = self.get_form_class() ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 864, in get_form_class class RestrictedSurgicalCaseForm(SurgicalCaseForm): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (notes) specified for SurgicalCase ERROR 2025-09-04 08:55:39,611 basehttp 59735 6198996992 "GET /en/operating-theatre/cases/35/update/ HTTP/1.1" 500 109860 WARNING 2025-09-04 08:55:39,626 log 59735 6198996992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:55:39,626 basehttp 59735 6198996992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:56:16,933 autoreload 59735 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:56:17,310 autoreload 60043 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:56:19,142 basehttp 60043 6136967168 "GET /en/operating-theatre/cases/35/update/ HTTP/1.1" 200 36121 INFO 2025-09-04 08:56:19,162 basehttp 60043 6136967168 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-04 08:56:19,162 basehttp 60043 6170619904 "GET /static/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 200 3034 INFO 2025-09-04 08:56:19,163 basehttp 60043 13035925504 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-09-04 08:56:19,165 log 60043 6153793536 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-04 08:56:19,165 basehttp 60043 13052751872 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-04 08:56:19,165 basehttp 60043 13069578240 "GET /static/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 200 18685 WARNING 2025-09-04 08:56:19,166 basehttp 60043 6153793536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:56:19,166 basehttp 60043 6136967168 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-04 08:56:19,214 basehttp 60043 6136967168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:56:30,206 basehttp 60043 6136967168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 08:56:30,207 log 60043 6153793536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:56:30,207 basehttp 60043 6153793536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 08:56:30,217 log 60043 6153793536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:56:30,217 basehttp 60043 6153793536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:56:30,873 basehttp 60043 6153793536 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 60074 WARNING 2025-09-04 08:56:30,885 log 60043 6153793536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:56:30,885 basehttp 60043 6153793536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 08:56:31,791 log 60043 6153793536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:56:31,791 basehttp 60043 6153793536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 08:56:32,606 log 60043 6153793536 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 890, in _resolve_lookup raise TypeError TypeError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 320, in render match = condition.eval(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 886, in eval return self.value.resolve(context, ignore_failures=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 722, in resolve obj = self.var.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 901, in _resolve_lookup current = getattr(current, bit) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py", line 270, in current_case return self.surgical_cases.filter( ^^^^^^^^^^^^^^^^^^^ AttributeError: 'OperatingRoom' object has no attribute 'surgical_cases' ERROR 2025-09-04 08:56:32,609 basehttp 60043 6153793536 "GET /en/operating-theatre/ HTTP/1.1" 500 259596 WARNING 2025-09-04 08:56:32,628 log 60043 6153793536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:56:32,629 basehttp 60043 6153793536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 08:56:34,397 log 60043 6153793536 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 890, in _resolve_lookup raise TypeError TypeError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 320, in render match = condition.eval(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 886, in eval return self.value.resolve(context, ignore_failures=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 722, in resolve obj = self.var.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 901, in _resolve_lookup current = getattr(current, bit) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py", line 270, in current_case return self.surgical_cases.filter( ^^^^^^^^^^^^^^^^^^^ AttributeError: 'OperatingRoom' object has no attribute 'surgical_cases' ERROR 2025-09-04 08:56:34,399 basehttp 60043 6153793536 "GET /en/operating-theatre/ HTTP/1.1" 500 259733 WARNING 2025-09-04 08:56:34,415 log 60043 6153793536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:56:34,415 basehttp 60043 6153793536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:57:26,333 basehttp 60043 6153793536 "GET /en/operating-theatre/blocks/12/ HTTP/1.1" 200 32878 WARNING 2025-09-04 08:57:26,351 log 60043 6153793536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:57:26,351 basehttp 60043 6153793536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:57:27,292 basehttp 60043 6153793536 "GET /en/operating-theatre/blocks/12/ HTTP/1.1" 200 32878 WARNING 2025-09-04 08:57:27,309 log 60043 6153793536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:57:27,309 basehttp 60043 6153793536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:57:27,374 basehttp 60043 6153793536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:57:32,744 basehttp 60043 6153793536 "GET /en/operating-theatre/cases/13/ HTTP/1.1" 200 31982 WARNING 2025-09-04 08:57:32,761 basehttp 60043 6136967168 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 WARNING 2025-09-04 08:57:32,766 log 60043 6153793536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:57:32,766 basehttp 60043 6153793536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:57:32,839 basehttp 60043 6153793536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 08:57:36,943 log 60043 6153793536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:57:36,943 basehttp 60043 6153793536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 08:57:36,955 log 60043 6153793536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:57:36,955 basehttp 60043 6153793536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:57:37,590 basehttp 60043 6153793536 "GET /en/operating-theatre/blocks/?page=2&date=2025-09-05 HTTP/1.1" 200 95252 WARNING 2025-09-04 08:57:37,612 log 60043 6153793536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:57:37,612 basehttp 60043 6153793536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:57:44,203 basehttp 60043 6153793536 "GET /en/operating-theatre HTTP/1.1" 301 0 ERROR 2025-09-04 08:57:44,279 log 60043 13069578240 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 890, in _resolve_lookup raise TypeError TypeError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 320, in render match = condition.eval(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 886, in eval return self.value.resolve(context, ignore_failures=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 722, in resolve obj = self.var.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 901, in _resolve_lookup current = getattr(current, bit) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py", line 270, in current_case return self.surgical_cases.filter( ^^^^^^^^^^^^^^^^^^^ AttributeError: 'OperatingRoom' object has no attribute 'surgical_cases' ERROR 2025-09-04 08:57:44,281 basehttp 60043 13069578240 "GET /en/operating-theatre/ HTTP/1.1" 500 259596 WARNING 2025-09-04 08:57:44,301 log 60043 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:57:44,301 basehttp 60043 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 09:09:05,949 autoreload 60043 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-09-04 09:09:06,379 autoreload 65725 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 09:09:08,546 basehttp 65725 6198669312 "GET /en/operating-theatre/ HTTP/1.1" 200 73189 WARNING 2025-09-04 09:09:08,567 log 65725 6198669312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:09:08,567 basehttp 65725 6198669312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 09:09:08,647 basehttp 65725 6198669312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 09:09:08,649 basehttp 65725 6215495680 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 09:09:22,877 basehttp 65725 6215495680 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 60074 WARNING 2025-09-04 09:09:22,892 log 65725 6215495680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:09:22,892 basehttp 65725 6215495680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 09:09:22,950 basehttp 65725 6215495680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 09:09:25,731 log 65725 6215495680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:09:25,731 basehttp 65725 6215495680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 09:09:25,742 log 65725 6215495680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:09:25,761 basehttp 65725 6215495680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 09:09:30,687 basehttp 65725 6215495680 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 60074 WARNING 2025-09-04 09:09:30,702 log 65725 6215495680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:09:30,702 basehttp 65725 6215495680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 09:09:30,742 basehttp 65725 6215495680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 09:10:09,357 log 65725 6198669312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:10:09,357 basehttp 65725 6198669312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 09:10:09,359 basehttp 65725 6215495680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 09:10:09,375 log 65725 6215495680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:10:09,375 basehttp 65725 6215495680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 09:11:09,344 basehttp 65725 6215495680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 09:12:09,351 basehttp 65725 6215495680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 09:13:09,346 basehttp 65725 6215495680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 09:14:08,633 basehttp 65725 6215495680 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 09:14:09,359 basehttp 65725 6215495680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 09:14:30,654 basehttp 65725 6215495680 "GET /en/operating-theatre/ HTTP/1.1" 200 59296 WARNING 2025-09-04 09:14:30,667 log 65725 6215495680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:14:30,667 basehttp 65725 6215495680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 09:14:30,721 basehttp 65725 6215495680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 09:14:30,739 basehttp 65725 6198669312 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 09:14:50,122 basehttp 65725 6198669312 "GET /en/operating-theatre/ HTTP/1.1" 200 59264 WARNING 2025-09-04 09:14:50,136 log 65725 6198669312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:14:50,136 basehttp 65725 6198669312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 09:14:50,204 basehttp 65725 6215495680 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 09:14:50,208 basehttp 65725 6198669312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 09:15:15,654 basehttp 65725 6198669312 "GET /en/operating-theatre/cases/1/ HTTP/1.1" 200 32155 WARNING 2025-09-04 09:15:15,669 basehttp 65725 6198669312 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 WARNING 2025-09-04 09:15:15,673 log 65725 6215495680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:15:15,673 basehttp 65725 6215495680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 09:15:15,725 basehttp 65725 6215495680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 09:15:19,772 log 65725 6215495680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:15:19,772 basehttp 65725 6215495680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 09:15:19,790 log 65725 6215495680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:15:19,790 basehttp 65725 6215495680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 09:15:30,725 basehttp 65725 6215495680 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 62360 WARNING 2025-09-04 09:15:30,745 log 65725 6215495680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:15:30,745 basehttp 65725 6215495680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 09:15:30,820 basehttp 65725 6215495680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 09:15:30,823 basehttp 65725 6198669312 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 WARNING 2025-09-04 09:15:38,427 log 65725 6198669312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:15:38,427 basehttp 65725 6198669312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 09:15:38,436 log 65725 6198669312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:15:38,437 basehttp 65725 6198669312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 09:15:41,661 basehttp 65725 6198669312 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 60043 WARNING 2025-09-04 09:15:41,683 log 65725 6198669312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:15:41,683 basehttp 65725 6198669312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 09:15:41,743 basehttp 65725 6198669312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 11:00:06,992 autoreload 70999 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 11:00:52,024 basehttp 70999 6136360960 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 60043 WARNING 2025-09-04 11:00:52,068 log 70999 6136360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 11:00:52,068 basehttp 70999 6136360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 11:00:52,130 basehttp 70999 6136360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 11:00:55,460 basehttp 70999 6136360960 "GET /en/operating-theatre/cases/35/update/ HTTP/1.1" 200 36121 WARNING 2025-09-04 11:00:55,479 log 70999 6136360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 11:00:55,479 basehttp 70999 6136360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 11:00:55,564 basehttp 70999 6136360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 11:01:55,574 basehttp 70999 6136360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 11:02:55,578 basehttp 70999 6136360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 11:03:55,581 basehttp 70999 6136360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 11:04:31,226 log 70999 6136360960 Internal Server Error: /en/operating-theatre/cases/35/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_room_availability' not found. 'check_room_availability' is not a valid view function or pattern name. ERROR 2025-09-04 11:04:31,228 basehttp 70999 6136360960 "GET /en/operating-theatre/cases/35/update/ HTTP/1.1" 500 175981 WARNING 2025-09-04 11:04:31,240 log 70999 6136360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 11:04:31,241 basehttp 70999 6136360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 11:07:57,026 autoreload 70999 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 11:07:57,417 autoreload 74422 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 11:08:39,777 autoreload 74422 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 11:08:40,124 autoreload 74807 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 11:09:03,945 autoreload 74807 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 11:09:04,239 autoreload 74972 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 11:10:05,545 autoreload 74972 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 11:10:05,837 autoreload 75438 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 11:10:09,218 log 75438 6159708160 Internal Server Error: /en/operating-theatre/cases/35/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_room_availability' not found. 'check_room_availability' is not a valid view function or pattern name. ERROR 2025-09-04 11:10:09,221 basehttp 75438 6159708160 "GET /en/operating-theatre/cases/35/update/ HTTP/1.1" 500 175981 WARNING 2025-09-04 11:10:09,236 log 75438 6159708160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 11:10:09,236 basehttp 75438 6159708160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 11:10:36,166 autoreload 75438 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/urls.py changed, reloading. INFO 2025-09-04 11:10:36,517 autoreload 75683 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 11:10:37,782 log 75683 6137622528 Internal Server Error: /en/operating-theatre/cases/35/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'room_schedule' not found. 'room_schedule' is not a valid view function or pattern name. ERROR 2025-09-04 11:10:37,784 basehttp 75683 6137622528 "GET /en/operating-theatre/cases/35/update/ HTTP/1.1" 500 176775 WARNING 2025-09-04 11:10:37,801 log 75683 6137622528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 11:10:37,801 basehttp 75683 6137622528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 11:11:15,928 basehttp 75683 6137622528 "GET /en/operating-theatre/cases/35/update/ HTTP/1.1" 200 34126 WARNING 2025-09-04 11:11:15,942 log 75683 6137622528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 11:11:15,943 basehttp 75683 6137622528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 11:11:16,008 basehttp 75683 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 11:12:56,454 basehttp 75683 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 11:14:15,428 basehttp 75683 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 11:18:03,578 basehttp 75683 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:14:04,454 basehttp 75683 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:14:53,177 basehttp 75683 6137622528 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 62360 INFO 2025-09-04 12:14:53,218 basehttp 75683 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:14:53,222 basehttp 75683 6154448896 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 12:14:57,859 basehttp 75683 6154448896 "GET /en/operating-theatre/rooms/55/ HTTP/1.1" 200 42041 INFO 2025-09-04 12:14:57,895 basehttp 75683 6154448896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:15:04,359 basehttp 75683 6154448896 "GET /en/operating-theatre/rooms/55/update/ HTTP/1.1" 200 47164 INFO 2025-09-04 12:15:04,392 basehttp 75683 6154448896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:15:13,592 basehttp 75683 6154448896 "GET /en/operating-theatre/rooms/55/ HTTP/1.1" 200 42041 INFO 2025-09-04 12:15:13,626 basehttp 75683 6154448896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:15:22,536 basehttp 75683 6154448896 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 100952 INFO 2025-09-04 12:15:22,552 basehttp 75683 6154448896 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-04 12:15:22,552 basehttp 75683 6137622528 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-04 12:15:22,553 basehttp 75683 13438578688 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-04 12:15:22,554 basehttp 75683 6171275264 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-04 12:15:22,554 basehttp 75683 13438578688 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-04 12:15:22,554 basehttp 75683 6154448896 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-04 12:15:22,590 basehttp 75683 6154448896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:15:29,660 basehttp 75683 6154448896 "GET /en/operating-theatre/notes/19/ HTTP/1.1" 200 31782 INFO 2025-09-04 12:15:29,696 basehttp 75683 6154448896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:15:49,214 basehttp 75683 6154448896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:15:53,143 basehttp 75683 6154448896 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 100952 INFO 2025-09-04 12:15:53,177 basehttp 75683 6154448896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:16:22,326 basehttp 75683 6154448896 "GET /en/operating-theatre/cases/5/ HTTP/1.1" 200 32149 WARNING 2025-09-04 12:16:22,338 basehttp 75683 6154448896 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 INFO 2025-09-04 12:16:22,363 basehttp 75683 6171275264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:16:29,503 basehttp 75683 6171275264 "GET /en/operating-theatre/cases/5/update/ HTTP/1.1" 200 42733 INFO 2025-09-04 12:16:29,536 basehttp 75683 6171275264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:16:49,227 basehttp 75683 6171275264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 12:17:15,525 log 75683 6171275264 Internal Server Error: /en/operating-theatre/blocks/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_availability' not found. 'check_availability' is not a valid view function or pattern name. ERROR 2025-09-04 12:17:15,527 basehttp 75683 6171275264 "GET /en/operating-theatre/blocks/create/ HTTP/1.1" 500 169656 INFO 2025-09-04 12:38:21,809 autoreload 82708 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 12:38:25,852 basehttp 82708 6194950144 "GET / HTTP/1.1" 302 0 INFO 2025-09-04 12:38:25,905 basehttp 82708 6211776512 "GET /en/ HTTP/1.1" 200 49904 INFO 2025-09-04 12:38:25,959 basehttp 82708 6211776512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:38:25,960 basehttp 82708 6245429248 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-04 12:38:25,961 basehttp 82708 6228602880 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 12:38:25,963 basehttp 82708 6194950144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 12:38:55,938 basehttp 82708 6194950144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 12:39:25,978 basehttp 82708 6194950144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:39:25,978 basehttp 82708 6228602880 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 12:39:25,980 basehttp 82708 6245429248 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 12:39:55,944 basehttp 82708 6245429248 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 12:40:25,950 basehttp 82708 6245429248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:40:25,950 basehttp 82708 6228602880 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 12:40:25,952 basehttp 82708 6194950144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 12:40:55,956 basehttp 82708 6194950144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 12:41:25,947 basehttp 82708 6194950144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:41:25,948 basehttp 82708 6245429248 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 12:41:25,950 basehttp 82708 6228602880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:11:04,651 autoreload 88648 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 14:11:06,462 basehttp 88648 6191460352 "GET / HTTP/1.1" 302 0 INFO 2025-09-04 14:11:06,504 basehttp 88648 6208286720 "GET /en/ HTTP/1.1" 302 0 INFO 2025-09-04 14:11:06,512 basehttp 88648 6208286720 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-09-04 14:11:06,536 log 88648 6191460352 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-04 14:11:06,539 basehttp 88648 6191460352 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160320 INFO 2025-09-04 14:11:13,013 basehttp 88648 6191460352 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-09-04 14:11:13,047 basehttp 88648 6191460352 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-09-04 14:11:13,060 basehttp 88648 6191460352 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-09-04 14:11:13,068 basehttp 88648 6208286720 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-04 14:11:13,069 basehttp 88648 6225113088 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-04 14:11:13,069 basehttp 88648 6191460352 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-04 14:11:13,070 basehttp 88648 6191460352 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-04 14:11:13,070 basehttp 88648 6225113088 "GET /static/admin/css/login.css HTTP/1.1" 200 951 INFO 2025-09-04 14:11:13,071 basehttp 88648 6208286720 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-04 14:11:13,071 basehttp 88648 6225113088 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-04 14:11:14,978 basehttp 88648 6225113088 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-09-04 14:11:15,012 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:11:15,017 basehttp 88648 6225113088 "GET /en/admin/ HTTP/1.1" 200 90344 INFO 2025-09-04 14:11:15,023 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:11:15,024 basehttp 88648 6225113088 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-09-04 14:11:15,024 basehttp 88648 6241939456 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:11:15,027 basehttp 88648 6225113088 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-04 14:11:15,027 basehttp 88648 6241939456 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-04 14:11:15,027 basehttp 88648 6191460352 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-04 14:11:16,968 basehttp 88648 6191460352 "GET / HTTP/1.1" 302 0 INFO 2025-09-04 14:11:16,994 basehttp 88648 6241939456 "GET /en/ HTTP/1.1" 200 49904 INFO 2025-09-04 14:11:17,064 basehttp 88648 6241939456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:11:17,069 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:11:17,072 basehttp 88648 6191460352 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-04 14:11:17,073 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:11:22,445 basehttp 88648 6225113088 "GET /en/operating-theatre/ HTTP/1.1" 200 59264 INFO 2025-09-04 14:11:22,493 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:11:22,495 basehttp 88648 6191460352 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 14:11:43,300 basehttp 88648 6191460352 "GET /en/operating-theatre/rooms/55/ HTTP/1.1" 200 42041 INFO 2025-09-04 14:11:43,332 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 14:11:59,106 log 88648 6191460352 Not Found: /en/operating-theatre/cases/1/start/ WARNING 2025-09-04 14:11:59,106 basehttp 88648 6191460352 "POST /en/operating-theatre/cases/1/start/ HTTP/1.1" 404 39941 INFO 2025-09-04 14:12:03,895 basehttp 88648 6191460352 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 60043 INFO 2025-09-04 14:12:03,927 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:12:15,011 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:12:15,158 basehttp 88648 6191460352 "POST /en/operating-theatre/cases/34/start/ HTTP/1.1" 302 0 INFO 2025-09-04 14:12:15,170 basehttp 88648 6191460352 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 60459 INFO 2025-09-04 14:12:15,200 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:12:25,594 basehttp 88648 6191460352 "POST /en/operating-theatre/cases/34/complete/ HTTP/1.1" 302 0 INFO 2025-09-04 14:12:25,614 basehttp 88648 6191460352 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 58512 INFO 2025-09-04 14:12:25,651 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:12:31,397 basehttp 88648 6191460352 "GET /en/operating-theatre/cases/30/ HTTP/1.1" 200 32151 WARNING 2025-09-04 14:12:31,411 basehttp 88648 6191460352 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 INFO 2025-09-04 14:12:31,429 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:12:39,863 basehttp 88648 6225113088 "GET /en/operating-theatre/cases/30/update/ HTTP/1.1" 200 42734 INFO 2025-09-04 14:12:39,897 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:12:43,166 basehttp 88648 6225113088 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 58106 INFO 2025-09-04 14:12:43,199 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:13:15,029 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:13:15,031 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:13:15,031 basehttp 88648 6241939456 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:13:31,443 basehttp 88648 6241939456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:13:37,681 basehttp 88648 6241939456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:13:41,646 basehttp 88648 6241939456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:13:43,461 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:13:43,461 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:13:43,464 basehttp 88648 6241939456 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:13:46,594 basehttp 88648 6241939456 "GET /en/operating-theatre/ HTTP/1.1" 200 59253 INFO 2025-09-04 14:13:46,646 basehttp 88648 6241939456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:13:46,648 basehttp 88648 6208286720 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 14:13:53,246 basehttp 88648 6208286720 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 62361 INFO 2025-09-04 14:13:53,284 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:13:53,285 basehttp 88648 6241939456 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 14:14:10,892 basehttp 88648 6241939456 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 62361 INFO 2025-09-04 14:14:10,945 basehttp 88648 6241939456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:14:10,946 basehttp 88648 6208286720 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 14:14:13,836 basehttp 88648 6208286720 "GET /en/operating-theatre/rooms/create/ HTTP/1.1" 200 46766 INFO 2025-09-04 14:14:13,866 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:14:15,002 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:14:40,942 basehttp 88648 6208286720 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 14:15:04,140 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:15:06,609 basehttp 88648 6208286720 "GET /en/operating-theatre/blocks/ HTTP/1.1" 200 138849 INFO 2025-09-04 14:15:06,643 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:15:15,033 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:15:15,035 basehttp 88648 6241939456 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:15:15,037 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:15:18,478 basehttp 88648 6225113088 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 32859 INFO 2025-09-04 14:15:18,527 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:15:36,996 basehttp 88648 6225113088 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 200 31984 WARNING 2025-09-04 14:15:37,006 basehttp 88648 6225113088 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 INFO 2025-09-04 14:15:37,033 basehttp 88648 6241939456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:15:57,592 basehttp 88648 6241939456 "GET /en/operating-theatre/equipment/ HTTP/1.1" 200 31695 INFO 2025-09-04 14:15:57,628 basehttp 88648 6241939456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:16:04,144 basehttp 88648 6241939456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:16:05,086 basehttp 88648 6241939456 "GET /en/operating-theatre/templates/ HTTP/1.1" 200 41476 WARNING 2025-09-04 14:16:05,100 basehttp 88648 6241939456 "GET /static/assets/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 404 2128 WARNING 2025-09-04 14:16:05,104 basehttp 88648 6191460352 "GET /static/assets/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2098 WARNING 2025-09-04 14:16:05,104 basehttp 88648 6208286720 "GET /static/assets/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 404 2161 WARNING 2025-09-04 14:16:05,109 basehttp 88648 6258765824 "GET /static/assets/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 404 2155 WARNING 2025-09-04 14:16:05,109 basehttp 88648 6225113088 "GET /static/assets/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 404 2122 WARNING 2025-09-04 14:16:05,109 basehttp 88648 6241939456 "GET /static/assets/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 404 2143 INFO 2025-09-04 14:16:05,132 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:16:15,013 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:16:47,510 basehttp 88648 6191460352 "GET /en/billing/bills/create/ HTTP/1.1" 200 109320 INFO 2025-09-04 14:16:47,556 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:16:51,098 basehttp 88648 6191460352 "GET /en/admin/ HTTP/1.1" 200 90344 INFO 2025-09-04 14:17:06,011 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:17:15,031 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:17:15,035 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:17:15,037 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:17:15,680 basehttp 88648 6225113088 "GET /en/appointments/create/ HTTP/1.1" 200 36516 INFO 2025-09-04 14:17:15,713 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:17:32,461 basehttp 88648 6225113088 "GET /en/admin/ HTTP/1.1" 200 90344 INFO 2025-09-04 14:17:35,630 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:17:35,631 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:17:36,009 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:17:37,343 basehttp 88648 6225113088 "GET /en/operating-theatre/ HTTP/1.1" 200 59253 INFO 2025-09-04 14:17:37,393 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:17:37,394 basehttp 88648 6208286720 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 14:18:15,031 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:18:15,031 basehttp 88648 6191460352 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:18:15,032 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:18:37,402 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 14:19:05,825 log 88648 6208286720 Not Found: /en/configuration WARNING 2025-09-04 14:19:05,825 basehttp 88648 6208286720 "GET /en/configuration HTTP/1.1" 404 29880 WARNING 2025-09-04 14:19:08,761 log 88648 6208286720 Not Found: /en/configurations WARNING 2025-09-04 14:19:08,761 basehttp 88648 6208286720 "GET /en/configurations HTTP/1.1" 404 29883 INFO 2025-09-04 14:19:15,002 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:19:34,538 basehttp 88648 6208286720 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-09-04 14:19:34,574 basehttp 88648 6191460352 "GET /en/hr/ HTTP/1.1" 200 42463 INFO 2025-09-04 14:19:34,615 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:19:38,106 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 14:19:52,933 log 88648 6191460352 Not Found: /en/communication WARNING 2025-09-04 14:19:52,934 basehttp 88648 6191460352 "GET /en/communication HTTP/1.1" 404 29880 INFO 2025-09-04 14:20:15,032 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:20:15,033 basehttp 88648 6225113088 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:20:15,036 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:20:20,235 basehttp 88648 6208286720 "GET /en/communications/messages HTTP/1.1" 301 0 INFO 2025-09-04 14:20:20,251 basehttp 88648 6191460352 "GET /en/communications/messages/ HTTP/1.1" 200 29562 INFO 2025-09-04 14:20:20,284 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 14:20:26,659 log 88648 6191460352 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 61, in get_context_data 'recent_alerts': AlertInstance.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: acknowledged_at, acknowledged_by, acknowledged_by_id, alert_id, alert_rule, alert_rule_id, context_data, description, escalated_at, escalation_level, expires_at, last_notification_at, notifications_sent, resolution_notes, resolved_at, resolved_by, resolved_by_id, severity, status, title, trigger_data, triggered_at ERROR 2025-09-04 14:20:26,661 basehttp 88648 6191460352 "GET /en/communications/ HTTP/1.1" 500 131927 ERROR 2025-09-04 14:20:34,442 log 88648 6191460352 Internal Server Error: /en/communications/messages/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/forms.py", line 76, in __init__ ).order_by('template_name') ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'template_name' into field. Choices are: alertrule, category, content_template, created_at, created_by, created_by_id, default_values, description, formatting_rules, is_active, is_system_template, last_used_at, name, requires_approval, subject_template, template_id, template_type, tenant, tenant_id, updated_at, usage_count, variables ERROR 2025-09-04 14:20:34,444 basehttp 88648 6191460352 "GET /en/communications/messages/create/ HTTP/1.1" 500 115242 INFO 2025-09-04 14:21:15,031 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:21:15,032 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:21:17,691 basehttp 88648 6191460352 "GET /en/pharmacy/ HTTP/1.1" 200 34315 INFO 2025-09-04 14:21:17,738 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 14:21:17,784 log 88648 6208286720 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:21:17,788 basehttp 88648 6208286720 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126819 ERROR 2025-09-04 14:21:17,794 log 88648 6225113088 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:21:17,795 basehttp 88648 6225113088 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126636 ERROR 2025-09-04 14:21:47,772 log 88648 6225113088 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:21:47,773 basehttp 88648 6225113088 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126636 INFO 2025-09-04 14:21:49,353 basehttp 88648 6225113088 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 200 71387 INFO 2025-09-04 14:21:49,387 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:21:57,722 basehttp 88648 6225113088 "GET /en/pharmacy/medications/create/ HTTP/1.1" 200 45999 INFO 2025-09-04 14:21:57,756 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:22:15,031 basehttp 88648 6225113088 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:22:15,033 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:22:18,228 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 14:22:18,281 log 88648 6225113088 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:22:18,284 basehttp 88648 6225113088 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126819 ERROR 2025-09-04 14:22:18,291 log 88648 6191460352 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:22:18,292 basehttp 88648 6191460352 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126636 INFO 2025-09-04 14:22:19,347 basehttp 88648 6191460352 "GET /en/pharmacy/inventory/create/ HTTP/1.1" 200 70718 INFO 2025-09-04 14:22:19,381 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:22:26,669 basehttp 88648 6191460352 "GET /en/pharmacy/drug-interactions/ HTTP/1.1" 200 46048 INFO 2025-09-04 14:22:26,700 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:22:31,612 basehttp 88648 6191460352 "GET /en/pharmacy/ HTTP/1.1" 200 34315 INFO 2025-09-04 14:22:31,672 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 14:22:31,725 log 88648 6208286720 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:22:31,730 log 88648 6225113088 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:22:31,731 basehttp 88648 6208286720 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126819 ERROR 2025-09-04 14:22:31,731 basehttp 88648 6225113088 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126636 INFO 2025-09-04 14:22:33,708 basehttp 88648 6225113088 "GET /en/pharmacy/ HTTP/1.1" 200 34315 INFO 2025-09-04 14:22:33,757 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 14:22:33,802 log 88648 6191460352 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:22:33,804 basehttp 88648 6191460352 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126819 ERROR 2025-09-04 14:22:33,814 log 88648 6208286720 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:22:33,815 basehttp 88648 6208286720 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126636 ERROR 2025-09-04 14:23:07,360 log 88648 6208286720 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:23:07,361 basehttp 88648 6208286720 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126636 INFO 2025-09-04 14:23:15,017 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:23:15,018 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:28:16,143 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 14:28:16,190 log 88648 6191460352 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:28:16,193 basehttp 88648 6191460352 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126819 ERROR 2025-09-04 14:28:16,203 log 88648 6225113088 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:28:16,203 basehttp 88648 6225113088 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126636 ERROR 2025-09-04 14:30:00,487 log 88648 6225113088 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:30:00,493 basehttp 88648 6225113088 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126636 INFO 2025-09-04 14:30:06,463 basehttp 88648 6225113088 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:30:06,466 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:30:06,467 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:30:30,450 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 14:30:30,483 log 88648 6208286720 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:30:30,484 basehttp 88648 6208286720 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126819 ERROR 2025-09-04 14:30:31,462 log 88648 6208286720 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:30:31,463 basehttp 88648 6208286720 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126636 ERROR 2025-09-04 14:31:24,812 log 88648 6208286720 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:31:24,813 basehttp 88648 6208286720 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126636 INFO 2025-09-04 14:31:28,796 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:31:53,806 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 14:31:53,835 log 88648 6191460352 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:31:53,836 basehttp 88648 6191460352 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126819 ERROR 2025-09-04 14:31:55,814 log 88648 6191460352 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:31:55,816 basehttp 88648 6191460352 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126636 INFO 2025-09-04 14:32:36,835 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:32:36,835 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:32:36,839 basehttp 88648 6241939456 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 ERROR 2025-09-04 14:32:36,863 log 88648 6191460352 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:32:36,864 basehttp 88648 6191460352 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126636 INFO 2025-09-04 14:41:43,788 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 14:41:43,819 log 88648 6208286720 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:41:43,820 basehttp 88648 6208286720 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126819 ERROR 2025-09-04 14:42:14,887 log 88648 6208286720 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:42:14,888 basehttp 88648 6208286720 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126636 INFO 2025-09-04 14:42:17,798 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:42:17,798 basehttp 88648 6191460352 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:42:17,799 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:42:26,579 basehttp 88648 6225113088 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 120332 INFO 2025-09-04 14:42:26,621 basehttp 88648 6225113088 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-04 14:42:26,651 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:43:17,783 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:43:26,664 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:44:17,804 basehttp 88648 6225113088 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:44:17,805 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:44:17,806 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:44:26,666 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:45:17,803 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:45:17,803 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:45:17,804 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:45:26,671 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:46:15,273 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 14:46:15,321 log 88648 6191460352 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:46:15,326 log 88648 6208286720 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:46:15,327 basehttp 88648 6191460352 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126819 ERROR 2025-09-04 14:46:15,328 basehttp 88648 6208286720 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126636 INFO 2025-09-04 14:46:17,801 basehttp 88648 6191460352 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:46:17,803 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:46:17,804 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:47:17,772 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:47:24,374 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:47:25,202 basehttp 88648 6208286720 "GET /en/operating-theatre/ HTTP/1.1" 200 59253 INFO 2025-09-04 14:47:25,242 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:47:25,243 basehttp 88648 6225113088 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 14:47:46,289 basehttp 88648 6191460352 "GET /en/operating-theatre/ HTTP/1.1" 200 59253 INFO 2025-09-04 14:47:46,336 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:47:46,339 basehttp 88648 6208286720 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 14:48:06,083 basehttp 88648 6208286720 "GET /en/operating-theatre/cases/6/ HTTP/1.1" 200 32168 WARNING 2025-09-04 14:48:06,095 basehttp 88648 6208286720 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 INFO 2025-09-04 14:48:06,116 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:48:17,802 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:48:17,804 basehttp 88648 6191460352 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:48:17,806 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:49:06,118 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:49:17,769 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:49:22,539 basehttp 88648 6225113088 "GET /en/operating-theatre/cases/6/ HTTP/1.1" 200 32185 WARNING 2025-09-04 14:49:22,545 basehttp 88648 6225113088 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 INFO 2025-09-04 14:49:22,571 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:49:50,349 basehttp 88648 6191460352 "GET /en/operating-theatre/cases/6/ HTTP/1.1" 200 32185 WARNING 2025-09-04 14:49:50,356 basehttp 88648 6191460352 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 INFO 2025-09-04 14:49:50,382 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:49:52,507 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:49:54,304 basehttp 88648 6208286720 "GET /en/operating-theatre/cases/4/ HTTP/1.1" 200 32011 WARNING 2025-09-04 14:49:54,311 basehttp 88648 6208286720 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 INFO 2025-09-04 14:49:54,338 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:50:17,804 basehttp 88648 6191460352 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:50:17,805 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:50:17,808 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:50:47,739 basehttp 88648 6225113088 "GET /en/operating-theatre/cases/4/ HTTP/1.1" 200 31982 WARNING 2025-09-04 14:50:47,748 basehttp 88648 6225113088 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 INFO 2025-09-04 14:50:47,780 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:51:17,773 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:51:47,790 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 14:52:04,792 log 88648 6208286720 Internal Server Error: /en/operating-theatre/cases/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 749, in resolve new_obj = func(obj, *arg_vals) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaultfilters.py", line 814, in timesince_filter return timesince(value) ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/timesince.py", line 62, in timesince d = datetime.datetime(d.year, d.month, d.day) ^^^^^^ AttributeError: 'int' object has no attribute 'year' ERROR 2025-09-04 14:52:04,795 basehttp 88648 6208286720 "GET /en/operating-theatre/cases/4/ HTTP/1.1" 500 186348 INFO 2025-09-04 14:52:17,777 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:52:17,778 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:52:17,780 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:53:17,777 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:53:17,779 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:53:17,779 basehttp 88648 6191460352 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:54:17,805 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:54:17,807 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:54:17,809 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:55:17,795 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:55:17,797 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:55:17,798 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:56:17,802 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:56:17,803 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:56:17,805 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:57:17,721 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:58:17,751 basehttp 88648 6191460352 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:58:17,752 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:58:17,753 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:59:17,752 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:59:17,753 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:59:17,755 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:00:17,729 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:01:17,748 basehttp 88648 6225113088 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:01:17,750 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:01:17,752 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:02:17,731 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:03:17,735 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:03:17,735 basehttp 88648 6191460352 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:03:17,738 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:04:17,749 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:04:17,751 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:04:17,752 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:05:17,749 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:05:17,751 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:05:17,753 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:06:17,727 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:07:17,738 basehttp 88648 6225113088 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:07:17,743 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:07:17,746 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:08:17,743 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:08:17,745 basehttp 88648 6191460352 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:08:17,746 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:09:17,734 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:10:17,746 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:10:17,748 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:10:17,750 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:11:17,746 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:11:17,749 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:11:17,750 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:12:17,720 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:13:17,715 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:13:17,716 basehttp 88648 6225113088 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:13:17,718 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:14:17,685 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:15:17,706 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:15:17,708 basehttp 88648 6191460352 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:15:17,709 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:16:17,687 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:16:52,236 autoreload 88648 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/templatetags/custom_filters.py changed, reloading. INFO 2025-09-04 15:16:52,695 autoreload 11341 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 15:16:53,809 basehttp 11341 6199554048 "GET /en/operating-theatre/cases/4/ HTTP/1.1" 200 31973 WARNING 2025-09-04 15:16:53,817 basehttp 11341 6199554048 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 INFO 2025-09-04 15:16:53,842 basehttp 11341 6216380416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:17:17,698 basehttp 11341 6199554048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:17:17,701 basehttp 11341 6216380416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:17:17,703 basehttp 11341 6233206784 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:17:42,702 autoreload 11752 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 15:17:53,885 basehttp 11752 6169456640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:18:17,691 basehttp 11752 6169456640 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:18:53,864 basehttp 11752 6169456640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:19:17,700 basehttp 11752 6169456640 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:19:17,701 basehttp 11752 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:19:17,705 basehttp 11752 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:19:29,727 basehttp 11752 13321187328 "GET /en/operating-theatre/cases/4/ HTTP/1.1" 200 31982 WARNING 2025-09-04 15:19:29,734 basehttp 11752 13321187328 "GET /static/plugins/%40fullcalendar/dist/main.min.css HTTP/1.1" 404 2044 INFO 2025-09-04 15:19:29,756 basehttp 11752 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:19:50,325 basehttp 11752 13304360960 "GET /en/operating-theatre/cases/4/ HTTP/1.1" 200 31977 WARNING 2025-09-04 15:19:50,332 basehttp 11752 13304360960 "GET /static/plugins/%40fullcalendar/dist/main.min.css HTTP/1.1" 404 2044 INFO 2025-09-04 15:19:50,357 basehttp 11752 6169456640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:20:02,551 basehttp 11752 6169456640 "GET /en/operating-theatre/cases/8/ HTTP/1.1" 200 32136 WARNING 2025-09-04 15:20:02,562 basehttp 11752 6169456640 "GET /static/plugins/%40fullcalendar/dist/main.min.css HTTP/1.1" 404 2044 INFO 2025-09-04 15:20:02,585 basehttp 11752 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:20:17,712 basehttp 11752 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:20:17,713 basehttp 11752 6169456640 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:20:17,714 basehttp 11752 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:21:02,594 basehttp 11752 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:21:17,685 basehttp 11752 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:22:02,597 basehttp 11752 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:22:17,699 basehttp 11752 6169456640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:22:17,701 basehttp 11752 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:22:17,702 basehttp 11752 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:22:36,675 autoreload 11752 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-04 15:22:37,204 autoreload 13983 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 15:23:02,681 basehttp 13983 6163935232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:23:17,701 basehttp 13983 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:23:17,702 basehttp 13983 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:23:17,703 basehttp 13983 6163935232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:23:55,247 autoreload 13983 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-04 15:23:55,662 autoreload 14536 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 15:24:02,659 basehttp 14536 6197948416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:24:17,680 basehttp 14536 6197948416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:24:40,459 autoreload 14536 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-04 15:24:40,868 autoreload 14953 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 15:25:02,678 basehttp 14953 6131642368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:25:17,703 basehttp 14953 6148468736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:25:17,704 basehttp 14953 6131642368 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:25:17,707 basehttp 14953 6165295104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:25:28,825 autoreload 14953 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-04 15:25:29,303 autoreload 15268 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 15:26:02,666 basehttp 15268 6157578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:26:17,700 basehttp 15268 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:26:17,702 basehttp 15268 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:26:17,704 basehttp 15268 6157578240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:26:25,647 autoreload 15268 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-04 15:26:26,146 autoreload 15752 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 15:27:02,692 basehttp 15752 6167982080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:27:17,680 basehttp 15752 6167982080 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:28:02,612 basehttp 15752 6167982080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:28:05,224 autoreload 15752 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-04 15:28:05,640 autoreload 16449 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 15:28:17,866 basehttp 16449 6155382784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:28:17,879 basehttp 16449 6189035520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:28:17,879 basehttp 16449 6172209152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:29:02,593 basehttp 16449 6172209152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:29:17,647 basehttp 16449 6172209152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:30:02,605 basehttp 16449 6172209152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:30:04,377 autoreload 16449 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-04 15:30:04,678 autoreload 17295 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 15:31:44,097 autoreload 17295 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-04 15:31:44,394 autoreload 18067 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 15:31:47,707 basehttp 18067 6162444288 "GET /en/operating-theatre/cases/8/ HTTP/1.1" 200 32123 WARNING 2025-09-04 15:31:47,717 basehttp 18067 6162444288 "GET /static/plugins/%40fullcalendar/dist/main.min.css HTTP/1.1" 404 2044 INFO 2025-09-04 15:31:47,777 basehttp 18067 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:32:05,690 basehttp 18067 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:32:11,683 basehttp 18067 13170143232 "GET /en/operating-theatre/blocks/create/ HTTP/1.1" 200 39351 INFO 2025-09-04 15:32:11,736 basehttp 18067 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:32:17,665 basehttp 18067 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:32:17,666 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:33:11,746 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:34:11,748 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:35:11,738 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:36:11,749 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:37:11,752 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:38:11,753 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:39:11,745 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:40:11,745 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:41:11,757 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:42:12,636 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:43:14,644 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:44:17,639 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:46:17,630 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:47:17,623 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:49:17,622 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:50:17,625 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:52:17,613 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:53:17,615 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:54:17,627 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:56:17,619 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:57:17,612 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:58:17,615 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:00:17,611 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:02:17,615 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:03:17,615 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:05:17,609 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:06:17,612 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:08:17,609 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:09:17,608 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:11:17,619 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:13:17,615 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:14:17,601 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:16:17,608 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:17:17,591 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:19:17,593 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:20:17,596 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:22:17,591 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:23:17,593 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:25:17,583 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:27:17,576 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:28:17,585 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:30:17,591 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:32:17,592 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:34:17,592 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:35:17,590 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:36:17,597 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:38:17,582 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:39:17,581 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:41:17,583 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:43:17,577 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:44:17,594 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:46:17,596 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:46:37,683 basehttp 18067 6162444288 "GET /en/operating-theatre/blocks/create/ HTTP/1.1" 200 39351 INFO 2025-09-04 16:46:37,746 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:47:37,751 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:48:12,057 basehttp 18067 6162444288 "GET /en/operating-theatre/blocks/?page=2&date=2025-09-05 HTTP/1.1" 200 95252 INFO 2025-09-04 16:48:16,664 basehttp 18067 6162444288 "GET /en/operating-theatre/blocks/?page=1&page=2&date=2025-09-05 HTTP/1.1" 200 95274 INFO 2025-09-04 16:48:16,695 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:49:16,707 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:50:07,857 basehttp 18067 6162444288 "GET /en/operating-theatre/blocks/9/ HTTP/1.1" 200 32871 INFO 2025-09-04 16:50:07,902 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:50:16,708 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:50:54,564 basehttp 18067 6162444288 "GET /en/operating-theatre/blocks/?page=1&page=2&date=2025-09-05 HTTP/1.1" 200 95794 INFO 2025-09-04 16:50:54,600 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:51:54,604 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:52:26,227 basehttp 18067 6162444288 "GET /en/operating-theatre/blocks/?date=2025-09-06 HTTP/1.1" 200 139685 INFO 2025-09-04 16:52:26,255 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:53:26,258 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:54:26,273 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:55:26,271 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:55:43,340 autoreload 18067 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 16:55:43,787 autoreload 54865 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 16:56:26,319 basehttp 54865 6125367296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:57:26,278 basehttp 54865 6125367296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:58:26,273 basehttp 54865 6125367296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:59:14,095 autoreload 54865 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 16:59:14,416 autoreload 56410 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 16:59:26,646 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:00:28,596 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:02:17,573 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:03:17,576 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:05:17,574 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:06:17,594 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:07:17,679 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:09:17,574 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:10:17,573 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:11:17,574 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:13:17,573 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:14:17,669 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:15:17,687 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:17:17,671 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:19:17,669 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:21:17,670 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:22:17,669 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:24:17,674 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:26:17,672 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:27:17,667 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:28:17,667 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:29:17,650 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:31:17,656 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:33:17,653 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:34:17,641 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:36:17,643 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:37:17,637 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:39:17,639 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:40:17,641 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:41:17,644 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:43:17,651 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:44:17,647 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:45:17,712 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:46:17,709 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:48:17,710 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:49:17,723 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:51:17,709 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:52:17,708 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:54:17,704 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:55:17,711 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:57:17,727 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:58:17,724 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:00:17,680 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:01:17,680 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:02:17,683 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:03:17,684 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:04:17,685 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:05:17,683 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:06:17,689 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:07:17,683 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:08:02,794 autoreload 56410 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-09-04 18:08:03,046 autoreload 87361 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 18:08:32,803 autoreload 87361 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-04 18:08:32,982 autoreload 87615 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 18:10:44,414 autoreload 87615 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-04 18:10:44,677 autoreload 88550 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 18:11:17,908 autoreload 88550 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-04 18:11:18,219 autoreload 88876 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 18:11:47,269 autoreload 88876 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/admin.py changed, reloading. INFO 2025-09-04 18:11:47,598 autoreload 89078 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 18:11:47,881 autoreload 89086 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 18:12:00,284 autoreload 89258 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 18:12:04,217 basehttp 89258 6204665856 "GET /en/operating-theatre/blocks/?date=2025-09-06 HTTP/1.1" 200 139685 INFO 2025-09-04 18:12:04,289 basehttp 89258 6204665856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:12:07,141 basehttp 89258 6204665856 "GET /en/operating-theatre/blocks/?date=2025-09-05 HTTP/1.1" 200 139685 INFO 2025-09-04 18:12:15,385 basehttp 89258 6204665856 "GET /en/operating-theatre/ HTTP/1.1" 200 59253 INFO 2025-09-04 18:12:15,417 basehttp 89258 6204665856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:12:15,420 basehttp 89258 6221492224 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 18:12:29,117 basehttp 89258 6221492224 "GET /en/operating-theatre/cases/1/ HTTP/1.1" 200 32125 WARNING 2025-09-04 18:12:29,131 basehttp 89258 6221492224 "GET /static/plugins/%40fullcalendar/dist/main.min.css HTTP/1.1" 404 2044 INFO 2025-09-04 18:12:29,149 basehttp 89258 6204665856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 18:12:45,249 log 89258 6204665856 Not Found: /en/operating-theatre/cases/5/start/ WARNING 2025-09-04 18:12:45,249 basehttp 89258 6204665856 "POST /en/operating-theatre/cases/5/start/ HTTP/1.1" 404 39941 INFO 2025-09-04 18:12:49,984 basehttp 89258 6204665856 "GET /en/operating-theatre/cases/5/ HTTP/1.1" 200 32119 WARNING 2025-09-04 18:12:49,994 basehttp 89258 6204665856 "GET /static/plugins/%40fullcalendar/dist/main.min.css HTTP/1.1" 404 2044 INFO 2025-09-04 18:12:50,020 basehttp 89258 6221492224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 18:12:52,716 log 89258 6221492224 Not Found: /en/operating-theatre/cases/5/start/ WARNING 2025-09-04 18:12:52,716 basehttp 89258 6221492224 "POST /en/operating-theatre/cases/5/start/ HTTP/1.1" 404 39941 WARNING 2025-09-04 18:12:56,342 basehttp 89258 6221492224 "GET /static/plugins/%40fullcalendar/dist/main.min.css HTTP/1.1" 404 2044 WARNING 2025-09-04 18:12:56,357 log 89258 6204665856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:12:56,357 basehttp 89258 6204665856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 18:13:10,059 log 89258 6204665856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:13:10,059 basehttp 89258 6204665856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 18:13:10,069 log 89258 6204665856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:13:10,070 basehttp 89258 6204665856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 18:13:11,677 log 89258 6204665856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:13:11,677 basehttp 89258 6204665856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 18:13:11,679 basehttp 89258 6221492224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 18:13:11,691 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:13:11,691 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 18:13:13,759 basehttp 89258 6221492224 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 32856 WARNING 2025-09-04 18:13:13,776 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:13:13,776 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 18:13:13,873 basehttp 89258 6221492224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:13:16,394 basehttp 89258 6221492224 "GET /en/operating-theatre/cases/37/ HTTP/1.1" 200 32117 WARNING 2025-09-04 18:13:16,409 basehttp 89258 6204665856 "GET /static/plugins/%40fullcalendar/dist/main.min.css HTTP/1.1" 404 2044 WARNING 2025-09-04 18:13:16,415 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:13:16,415 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 18:13:16,506 basehttp 89258 6221492224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 18:13:22,718 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:13:22,718 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 18:13:22,729 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:13:22,729 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 18:13:23,549 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:13:23,549 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 18:13:23,559 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:13:23,559 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 18:13:34,576 basehttp 89258 6221492224 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 58106 WARNING 2025-09-04 18:13:34,596 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:13:34,596 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 18:13:34,692 basehttp 89258 6221492224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:13:45,408 basehttp 89258 6221492224 "POST /en/operating-theatre/cases/30/start/ HTTP/1.1" 302 0 INFO 2025-09-04 18:13:45,428 basehttp 89258 6221492224 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 58522 WARNING 2025-09-04 18:13:45,444 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:13:45,444 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 18:13:45,543 basehttp 89258 6221492224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:13:56,078 basehttp 89258 6221492224 "POST /en/operating-theatre/cases/30/complete/ HTTP/1.1" 302 0 INFO 2025-09-04 18:13:56,098 basehttp 89258 6221492224 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 56574 WARNING 2025-09-04 18:13:56,114 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:13:56,114 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 18:13:56,207 basehttp 89258 6221492224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:14:05,141 basehttp 89258 6221492224 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 56168 WARNING 2025-09-04 18:14:05,155 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:14:05,156 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 18:14:05,885 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:14:05,885 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 18:14:06,518 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:14:06,518 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 18:14:06,527 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:14:06,527 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 18:14:11,680 basehttp 89258 6221492224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 18:14:31,693 log 89258 6221492224 Not Found: /en/blood_bank WARNING 2025-09-04 18:14:31,693 basehttp 89258 6221492224 "GET /en/blood_bank HTTP/1.1" 404 29871 WARNING 2025-09-04 18:14:31,711 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:14:31,711 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 18:14:35,622 log 89258 6221492224 Not Found: /en/blood-bank WARNING 2025-09-04 18:14:35,623 basehttp 89258 6221492224 "GET /en/blood-bank HTTP/1.1" 404 29871 WARNING 2025-09-04 18:14:35,644 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:14:35,644 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 18:14:53,597 autoreload 89258 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/urls.py changed, reloading. INFO 2025-09-04 18:14:54,023 autoreload 90522 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 18:14:55,234 basehttp 90522 6124810240 "GET /en/blood-bank HTTP/1.1" 301 0 INFO 2025-09-04 18:14:55,287 basehttp 90522 6141636608 "GET /en/blood-bank/ HTTP/1.1" 200 28906 WARNING 2025-09-04 18:14:55,300 log 90522 6141636608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:14:55,300 basehttp 90522 6141636608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 18:14:55,405 basehttp 90522 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:15:55,672 basehttp 90522 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 18:16:25,112 log 90522 6141636608 Internal Server Error: /en/blood-bank/donors/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py", line 140, in donor_create return render(request, 'blood_bank/donor_form.html', {'form': form, 'title': 'Add New Donor'}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 19, in get_template raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: blood_bank/donor_form.html ERROR 2025-09-04 18:16:25,113 basehttp 90522 6141636608 "GET /en/blood-bank/donors/create/ HTTP/1.1" 500 95086 INFO 2025-09-04 18:16:55,663 basehttp 90522 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:17:55,671 basehttp 90522 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:18:55,684 basehttp 90522 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:19:55,674 basehttp 90522 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:20:40,072 autoreload 90522 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py changed, reloading. INFO 2025-09-04 18:20:40,444 autoreload 93059 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 18:20:44,002 basehttp 93059 6125350912 "GET /en/blood-bank/ HTTP/1.1" 200 28906 INFO 2025-09-04 18:20:44,061 basehttp 93059 6125350912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:21:44,671 basehttp 93059 6125350912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:22:45,671 basehttp 93059 6125350912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:23:46,671 basehttp 93059 6125350912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:31:01,971 autoreload 97867 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 18:31:07,103 basehttp 97867 6124793856 "GET /en/admin/operating_theatre/surgicalnote/ HTTP/1.1" 200 105023 INFO 2025-09-04 18:31:07,122 basehttp 97867 6192099328 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-04 18:31:07,122 basehttp 97867 6175272960 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-04 18:31:07,122 basehttp 97867 6124793856 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-04 18:31:07,123 basehttp 97867 6208925696 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-04 18:31:07,124 basehttp 97867 6124793856 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-04 18:31:07,125 basehttp 97867 6175272960 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-04 18:31:07,125 basehttp 97867 6192099328 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-04 18:31:07,129 basehttp 97867 6141620224 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 18:31:07,129 basehttp 97867 6175272960 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-04 18:31:07,131 basehttp 97867 6158446592 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-04 18:31:07,133 basehttp 97867 6208925696 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-04 18:31:07,136 basehttp 97867 6208925696 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-04 18:31:07,144 basehttp 97867 6208925696 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-04 18:31:07,144 basehttp 97867 6158446592 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-04 18:31:09,012 basehttp 97867 6158446592 "GET /en/admin/operating_theatre/surgicalnote/ HTTP/1.1" 200 105023 INFO 2025-09-04 18:31:09,025 basehttp 97867 6158446592 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 18:31:11,845 basehttp 97867 6158446592 "GET /en/admin/blood_bank/adversereaction/ HTTP/1.1" 200 76655 INFO 2025-09-04 18:31:11,858 basehttp 97867 6158446592 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 18:31:15,584 basehttp 97867 6158446592 "GET /en/admin/blood_bank/bloodcomponent/ HTTP/1.1" 200 74601 INFO 2025-09-04 18:31:15,597 basehttp 97867 6158446592 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 18:31:18,496 basehttp 97867 6158446592 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 74475 INFO 2025-09-04 18:31:18,510 basehttp 97867 6158446592 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 18:31:18,737 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:31:26,689 basehttp 97867 6158446592 "GET /en/admin/blood_bank/bloodtest/ HTTP/1.1" 200 77034 INFO 2025-09-04 18:31:26,706 basehttp 97867 6158446592 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 18:32:20,735 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:34:17,738 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:36:17,736 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:38:17,741 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:39:17,750 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:40:17,743 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:42:17,743 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:43:17,749 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:45:17,746 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:47:17,750 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:49:17,741 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:51:17,742 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:53:17,741 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:54:17,746 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:56:17,749 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:57:17,750 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:59:17,746 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:01:17,702 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:03:17,682 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:04:17,684 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:05:17,692 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:07:17,689 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:08:17,684 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:09:17,690 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:10:17,701 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:12:17,687 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:14:17,691 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:16:17,627 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:17:17,641 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:17:57,803 autoreload 97867 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-04 19:17:58,222 autoreload 18782 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 19:18:13,010 basehttp 18782 6199914496 "GET /en/blood-bank/ HTTP/1.1" 200 48551 INFO 2025-09-04 19:18:13,070 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:18:32,510 basehttp 18782 6199914496 "GET /en/blood-bank/units/ HTTP/1.1" 200 84640 INFO 2025-09-04 19:18:32,548 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:18:41,898 basehttp 18782 6199914496 "GET /en/blood-bank/units/45/ HTTP/1.1" 200 31883 INFO 2025-09-04 19:18:41,931 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:19:32,572 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:20:32,553 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:21:25,449 basehttp 18782 6199914496 "GET /en/blood-bank/units/ HTTP/1.1" 200 83317 INFO 2025-09-04 19:21:25,481 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:21:49,219 basehttp 18782 6199914496 "GET /en/blood-bank/units/ HTTP/1.1" 200 82378 INFO 2025-09-04 19:21:49,255 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:22:21,181 basehttp 18782 6199914496 "GET /en/blood-bank/units/ HTTP/1.1" 200 83318 INFO 2025-09-04 19:22:21,217 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:22:34,911 basehttp 18782 6199914496 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 31824 INFO 2025-09-04 19:22:34,943 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:23:09,177 basehttp 18782 6199914496 "GET /en/blood-bank/units/38/test/ HTTP/1.1" 200 38747 INFO 2025-09-04 19:23:09,208 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:23:31,424 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:23:47,720 basehttp 18782 6199914496 "GET /en/integration HTTP/1.1" 301 0 INFO 2025-09-04 19:23:47,738 basehttp 18782 6216740864 "GET /en/integration/ HTTP/1.1" 200 35372 INFO 2025-09-04 19:23:47,772 basehttp 18782 6216740864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:23:47,779 basehttp 18782 6233567232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-09-04 19:23:47,789 log 18782 6199914496 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-09-04 19:23:47,791 basehttp 18782 6199914496 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119604 INFO 2025-09-04 19:23:53,508 basehttp 18782 6199914496 "GET /en/integration/systems/create/ HTTP/1.1" 200 45558 INFO 2025-09-04 19:23:53,541 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 19:24:25,092 log 18782 6199914496 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-09-04 19:24:25,093 basehttp 18782 6199914496 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119604 ERROR 2025-09-04 19:24:36,593 log 18782 6199914496 Internal Server Error: /en/integration/endpoints/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: integration/integration_endpoint_form.html ERROR 2025-09-04 19:24:36,594 basehttp 18782 6199914496 "GET /en/integration/endpoints/create/ HTTP/1.1" 500 83628 INFO 2025-09-04 19:24:40,803 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:24:44,069 basehttp 18782 6199914496 "GET /en/blood-bank/units/create/ HTTP/1.1" 200 49215 INFO 2025-09-04 19:24:44,103 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:25:46,956 basehttp 18782 6199914496 "GET /en/blood-bank/donors/create/ HTTP/1.1" 200 29876 INFO 2025-09-04 19:25:46,988 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:25:52,377 basehttp 18782 6199914496 "GET /en/blood-bank/units/create/ HTTP/1.1" 200 49215 INFO 2025-09-04 19:25:52,409 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:25:56,487 basehttp 18782 6199914496 "GET /en/blood-bank/requests/create/ HTTP/1.1" 200 53506 INFO 2025-09-04 19:25:56,520 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:26:16,823 basehttp 18782 6199914496 "GET /en/blood-bank/requests/38/ HTTP/1.1" 200 28829 INFO 2025-09-04 19:26:16,857 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 19:26:25,074 log 18782 6199914496 Internal Server Error: /en/blood-bank/requests/38/issue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py", line 384, in blood_issue_create form = BloodIssueForm(initial={ ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/forms.py", line 221, in __init__ self.fields['issued_to'].queryset = User.objects.filter(is_staff=True) ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 196, in __get__ raise AttributeError( AttributeError: Manager isn't available; 'auth.User' has been swapped for 'accounts.User' ERROR 2025-09-04 19:26:25,076 basehttp 18782 6199914496 "GET /en/blood-bank/requests/38/issue/ HTTP/1.1" 500 86632 INFO 2025-09-04 19:26:51,088 autoreload 18782 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/forms.py changed, reloading. INFO 2025-09-04 19:26:51,498 autoreload 23202 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 19:26:54,093 basehttp 23202 6164492288 "GET /en/blood-bank/requests/38/issue/ HTTP/1.1" 200 36707 INFO 2025-09-04 19:26:54,130 basehttp 23202 6164492288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:27:12,381 basehttp 23202 6164492288 "GET /en/blood-bank/requests/38/ HTTP/1.1" 200 28829 INFO 2025-09-04 19:27:12,415 basehttp 23202 6164492288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:27:26,318 basehttp 23202 6164492288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:27:27,200 basehttp 23202 6164492288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 19:27:29,089 log 23202 6164492288 Internal Server Error: /en/blood-bank/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py", line 556, in inventory_overview return render(request, 'blood_bank/inventory/inventory_overview.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 19, in get_template raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: blood_bank/inventory/inventory_overview.html ERROR 2025-09-04 19:27:29,090 basehttp 23202 6164492288 "GET /en/blood-bank/inventory/ HTTP/1.1" 500 105817 INFO 2025-09-04 19:28:04,734 autoreload 23202 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py changed, reloading. INFO 2025-09-04 19:28:05,237 autoreload 23753 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 19:28:06,128 basehttp 23753 6161575936 "GET /en/blood-bank/inventory/ HTTP/1.1" 200 27340 INFO 2025-09-04 19:28:06,171 basehttp 23753 6161575936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:29:06,167 basehttp 23753 6161575936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:29:45,424 basehttp 23753 6161575936 "GET /en/blood-bank/inventory/ HTTP/1.1" 200 28222 WARNING 2025-09-04 19:29:45,432 basehttp 23753 6161575936 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-09-04 19:29:45,463 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:29:49,790 basehttp 23753 6178402304 "GET /en/blood-bank/units/create/ HTTP/1.1" 200 49215 INFO 2025-09-04 19:29:49,824 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:30:00,335 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:30:11,619 basehttp 23753 6178402304 "GET /en/blood-bank/donors/ HTTP/1.1" 200 84131 INFO 2025-09-04 19:30:11,650 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:30:19,702 basehttp 23753 6178402304 "GET /en/blood-bank/donors/50/ HTTP/1.1" 200 29806 INFO 2025-09-04 19:30:19,733 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:30:34,373 basehttp 23753 6178402304 "GET /en/blood-bank/units/93/ HTTP/1.1" 200 31368 INFO 2025-09-04 19:30:34,405 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:30:41,692 basehttp 23753 6178402304 "GET /en/blood-bank/donors/50/eligibility/ HTTP/1.1" 200 29510 INFO 2025-09-04 19:30:41,724 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:30:59,101 basehttp 23753 6178402304 "GET /en/blood-bank/donors/50/update/ HTTP/1.1" 200 30109 INFO 2025-09-04 19:30:59,129 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:31:19,746 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:31:26,355 basehttp 23753 6178402304 "GET /en/blood-bank/donors/50/eligibility/ HTTP/1.1" 200 29510 INFO 2025-09-04 19:31:26,386 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:31:35,945 basehttp 23753 6178402304 "GET /en/blood-bank/donors/50/ HTTP/1.1" 200 29806 INFO 2025-09-04 19:31:35,977 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:31:45,499 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:31:49,340 basehttp 23753 6178402304 "GET /en/blood-bank/donors/50/eligibility/ HTTP/1.1" 200 29510 INFO 2025-09-04 19:31:49,372 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:31:55,484 basehttp 23753 6178402304 "GET /en/blood-bank/donors/50/ HTTP/1.1" 200 29806 INFO 2025-09-04 19:31:55,513 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:32:45,496 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:33:45,499 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:34:42,420 basehttp 23753 6178402304 "GET /en/blood-bank/donors/ HTTP/1.1" 200 83270 INFO 2025-09-04 19:34:42,462 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:35:42,466 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:36:42,477 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:37:42,478 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:38:42,481 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:39:42,473 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:40:42,482 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:40:51,423 basehttp 23753 6178402304 "GET /en/blood-bank/donors/ HTTP/1.1" 200 83896 INFO 2025-09-04 19:40:51,461 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:41:02,977 basehttp 23753 6178402304 "GET /en/blood-bank/units/ HTTP/1.1" 200 83318 INFO 2025-09-04 19:41:03,016 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:41:35,526 basehttp 23753 6178402304 "GET /en/blood-bank/units/ HTTP/1.1" 200 83157 INFO 2025-09-04 19:41:35,562 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:42:22,475 basehttp 23753 6178402304 "GET /en/blood-bank/units/ HTTP/1.1" 200 83148 INFO 2025-09-04 19:42:22,510 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:42:23,616 basehttp 23753 6178402304 "GET /en/blood-bank/units/ HTTP/1.1" 200 83148 INFO 2025-09-04 19:42:23,651 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:43:23,666 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:44:23,657 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:45:20,124 autoreload 23753 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py changed, reloading. INFO 2025-09-04 19:45:20,647 autoreload 31399 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 19:45:23,703 basehttp 31399 6199586816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:46:23,678 basehttp 31399 6199586816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:47:12,102 autoreload 31399 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py changed, reloading. INFO 2025-09-04 19:47:12,537 autoreload 32245 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 19:47:35,493 autoreload 32245 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/urls.py changed, reloading. INFO 2025-09-04 19:47:35,808 autoreload 32428 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 19:47:37,262 basehttp 32428 6162673664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:47:55,897 basehttp 32428 6162673664 "GET /en/blood-bank/donors HTTP/1.1" 301 0 INFO 2025-09-04 19:47:55,919 basehttp 32428 6179500032 "GET /en/blood-bank/donors/ HTTP/1.1" 200 84464 INFO 2025-09-04 19:47:55,946 basehttp 32428 6179500032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 19:48:03,195 log 32428 6179500032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:48:03,196 basehttp 32428 6179500032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:48:26,995 basehttp 32428 6179500032 "GET /en/blood-bank/donors/34/ HTTP/1.1" 200 28363 WARNING 2025-09-04 19:48:27,015 log 32428 6179500032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:48:27,015 basehttp 32428 6179500032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:48:27,107 basehttp 32428 6179500032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 19:48:29,332 log 32428 6179500032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:48:29,333 basehttp 32428 6179500032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 19:48:29,342 log 32428 6179500032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:48:29,342 basehttp 32428 6179500032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:48:32,376 basehttp 32428 6179500032 "GET /en/blood-bank/donors/ HTTP/1.1" 200 84464 INFO 2025-09-04 19:48:32,390 basehttp 32428 6196326400 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-04 19:48:32,392 basehttp 32428 6229979136 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-04 19:48:32,392 basehttp 32428 6246805504 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 WARNING 2025-09-04 19:48:32,394 log 32428 6213152768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:48:32,395 basehttp 32428 6213152768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:48:32,398 basehttp 32428 6179500032 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-04 19:48:32,402 basehttp 32428 6162673664 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 19:48:32,403 basehttp 32428 6246805504 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-04 19:48:32,406 basehttp 32428 6213152768 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 19:48:32,407 basehttp 32428 6229979136 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-04 19:48:32,408 basehttp 32428 6213152768 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-04 19:48:32,409 basehttp 32428 6196326400 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-04 19:48:32,412 basehttp 32428 6213152768 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-04 19:48:32,414 basehttp 32428 6162673664 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 19:48:32,416 basehttp 32428 6246805504 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-04 19:48:32,418 basehttp 32428 6229979136 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-04 19:48:32,419 basehttp 32428 6179500032 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 19:48:32,608 basehttp 32428 6179500032 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 19:48:32,629 basehttp 32428 6229979136 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 19:48:32,629 basehttp 32428 6213152768 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 19:48:32,629 basehttp 32428 6179500032 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 19:48:32,630 basehttp 32428 6162673664 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 19:48:32,631 basehttp 32428 6246805504 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 19:48:32,632 basehttp 32428 6196326400 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 19:48:32,633 basehttp 32428 6162673664 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 19:48:32,634 basehttp 32428 6246805504 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 19:48:32,634 basehttp 32428 6196326400 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 19:48:32,635 basehttp 32428 6213152768 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 19:48:32,635 basehttp 32428 6179500032 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 19:48:32,637 basehttp 32428 6162673664 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 19:48:32,637 basehttp 32428 6213152768 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 19:48:32,638 basehttp 32428 6179500032 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 19:48:32,639 basehttp 32428 6196326400 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 19:48:32,639 basehttp 32428 6246805504 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 19:48:32,641 basehttp 32428 6213152768 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 19:48:32,641 basehttp 32428 6229979136 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 19:48:32,642 basehttp 32428 6196326400 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 19:48:32,644 basehttp 32428 6246805504 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 19:48:32,644 basehttp 32428 6162673664 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 19:48:32,644 basehttp 32428 6179500032 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 19:48:32,644 basehttp 32428 6213152768 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-04 19:48:32,649 basehttp 32428 6229979136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 19:48:32,733 log 32428 6229979136 Not Found: /favicon.ico WARNING 2025-09-04 19:48:32,733 basehttp 32428 6229979136 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 19:49:25,284 basehttp 32428 6229979136 "GET /en/blood-bank/donors/ HTTP/1.1" 200 84449 WARNING 2025-09-04 19:49:25,299 log 32428 6229979136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:49:25,299 basehttp 32428 6229979136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:49:25,396 basehttp 32428 6229979136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:49:39,694 basehttp 32428 6229979136 "GET /en/blood-bank/donors/ HTTP/1.1" 200 84449 WARNING 2025-09-04 19:49:39,708 log 32428 6229979136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:49:39,708 basehttp 32428 6229979136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:49:39,766 basehttp 32428 6229979136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:49:43,887 basehttp 32428 6229979136 "GET /en/blood-bank/donors/ HTTP/1.1" 200 84449 INFO 2025-09-04 19:49:43,901 basehttp 32428 6179500032 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-04 19:49:43,901 basehttp 32428 6162673664 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-04 19:49:43,903 basehttp 32428 6196326400 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-04 19:49:43,908 basehttp 32428 6196326400 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-04 19:49:43,910 basehttp 32428 6229979136 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-04 19:49:43,912 log 32428 6246805504 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-04 19:49:43,913 basehttp 32428 6196326400 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-04 19:49:43,913 basehttp 32428 6246805504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:49:43,916 basehttp 32428 6246805504 - Broken pipe from ('127.0.0.1', 60925) INFO 2025-09-04 19:49:43,920 basehttp 32428 6196326400 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-04 19:49:43,921 basehttp 32428 6263631872 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 19:49:43,924 basehttp 32428 6263631872 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-04 19:49:43,924 basehttp 32428 6196326400 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-04 19:49:43,926 basehttp 32428 6162673664 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-04 19:49:43,926 basehttp 32428 6196326400 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-04 19:49:43,931 basehttp 32428 6179500032 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-04 19:49:43,931 basehttp 32428 6213152768 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 19:49:43,931 basehttp 32428 6229979136 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 19:49:44,132 basehttp 32428 6229979136 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 19:49:44,156 basehttp 32428 6213152768 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 19:49:44,157 basehttp 32428 6229979136 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 19:49:44,157 basehttp 32428 6179500032 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 19:49:44,159 basehttp 32428 6162673664 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 19:49:44,159 basehttp 32428 6196326400 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 19:49:44,160 basehttp 32428 6263631872 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 19:49:44,161 basehttp 32428 6179500032 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 19:49:44,162 basehttp 32428 6229979136 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 19:49:44,164 basehttp 32428 6162673664 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 19:49:44,165 basehttp 32428 6263631872 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 19:49:44,165 basehttp 32428 6196326400 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 19:49:44,166 basehttp 32428 6213152768 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 19:49:44,168 basehttp 32428 6179500032 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 19:49:44,169 basehttp 32428 6162673664 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 19:49:44,169 basehttp 32428 6229979136 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 19:49:44,169 basehttp 32428 6213152768 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 19:49:44,169 basehttp 32428 6263631872 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 19:49:44,170 basehttp 32428 6196326400 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 19:49:44,172 basehttp 32428 6196326400 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-04 19:49:44,173 basehttp 32428 6162673664 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 19:49:44,173 basehttp 32428 6263631872 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 19:49:44,173 basehttp 32428 6229979136 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 19:49:44,174 basehttp 32428 6213152768 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 19:49:44,176 basehttp 32428 6179500032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 19:49:44,260 log 32428 6179500032 Not Found: /favicon.ico WARNING 2025-09-04 19:49:44,260 basehttp 32428 6179500032 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 19:50:44,925 autoreload 33880 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 19:50:47,401 basehttp 33880 6126891008 "GET /en/blood-bank/donors/ HTTP/1.1" 200 84449 WARNING 2025-09-04 19:50:47,419 log 33880 6126891008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:50:47,419 basehttp 33880 6126891008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:50:47,509 basehttp 33880 6126891008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:51:47,522 basehttp 33880 6126891008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:52:13,587 basehttp 33880 6126891008 "GET /en/blood-bank/donors/ HTTP/1.1" 200 83923 WARNING 2025-09-04 19:52:13,600 log 33880 6126891008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:52:13,601 basehttp 33880 6126891008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:52:13,646 basehttp 33880 6126891008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:52:14,649 basehttp 33880 6126891008 "GET /en/blood-bank/donors/ HTTP/1.1" 200 83923 WARNING 2025-09-04 19:52:14,660 log 33880 6126891008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:52:14,660 basehttp 33880 6126891008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:52:14,711 basehttp 33880 6126891008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:52:41,711 basehttp 33880 6126891008 "GET /en/blood-bank/donors/ HTTP/1.1" 200 83923 WARNING 2025-09-04 19:52:41,726 log 33880 6126891008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:52:41,726 basehttp 33880 6126891008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:52:41,786 basehttp 33880 6126891008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:53:08,654 basehttp 33880 6126891008 "GET /en/blood-bank/ HTTP/1.1" 200 48551 WARNING 2025-09-04 19:53:08,671 log 33880 6126891008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:53:08,671 basehttp 33880 6126891008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:54:08,742 basehttp 33880 6126891008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:54:52,097 basehttp 33880 6126891008 "GET /en/blood-bank/donors HTTP/1.1" 301 0 INFO 2025-09-04 19:54:52,116 basehttp 33880 6143717376 "GET /en/blood-bank/donors/ HTTP/1.1" 200 83923 WARNING 2025-09-04 19:54:52,132 log 33880 6143717376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:54:52,132 basehttp 33880 6143717376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:54:52,197 basehttp 33880 6143717376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:54:55,355 basehttp 33880 6143717376 "GET /en/blood-bank/donors/34/update/ HTTP/1.1" 200 30114 WARNING 2025-09-04 19:54:55,374 log 33880 6143717376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:54:55,374 basehttp 33880 6143717376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:54:55,419 basehttp 33880 6143717376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 19:54:57,427 log 33880 6143717376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:54:57,427 basehttp 33880 6143717376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 19:54:57,436 log 33880 6143717376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:54:57,436 basehttp 33880 6143717376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 19:54:57,917 log 33880 6143717376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:54:57,918 basehttp 33880 6143717376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 19:54:57,929 log 33880 6143717376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:54:57,930 basehttp 33880 6143717376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:55:08,743 basehttp 33880 6143717376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:56:08,751 basehttp 33880 6126891008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:57:08,754 basehttp 33880 6126891008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:58:08,747 basehttp 33880 6126891008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:59:08,754 basehttp 33880 6126891008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 20:00:08,761 basehttp 33880 6126891008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 20:01:08,765 basehttp 33880 6126891008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:29:29,508 autoreload 46041 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 22:29:32,586 basehttp 46041 6201176064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:29:50,180 basehttp 46041 6201176064 "GET /en/blood-bank/ HTTP/1.1" 200 48551 INFO 2025-09-04 22:29:50,196 basehttp 46041 6251655168 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-04 22:29:50,203 log 46041 6201176064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:29:50,204 basehttp 46041 6201176064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:29:50,205 basehttp 46041 6218002432 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-04 22:29:50,206 basehttp 46041 6251655168 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-04 22:29:50,212 basehttp 46041 6285307904 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-04 22:29:50,213 basehttp 46041 6234828800 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 22:29:50,215 basehttp 46041 6268481536 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-04 22:29:50,216 basehttp 46041 6201176064 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 22:29:50,218 basehttp 46041 6251655168 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 22:29:50,226 basehttp 46041 6218002432 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 22:29:50,471 basehttp 46041 6218002432 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 22:29:50,508 basehttp 46041 6218002432 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 22:29:50,508 basehttp 46041 6268481536 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 22:29:50,509 basehttp 46041 6234828800 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 22:29:50,509 basehttp 46041 6251655168 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 22:29:50,510 basehttp 46041 6201176064 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 22:29:50,511 basehttp 46041 6285307904 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 22:29:50,514 basehttp 46041 6201176064 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 22:29:50,514 basehttp 46041 6285307904 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 22:29:50,515 basehttp 46041 6234828800 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 22:29:50,518 basehttp 46041 6268481536 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 22:29:50,519 basehttp 46041 6285307904 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 22:29:50,520 basehttp 46041 6201176064 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 22:29:50,521 basehttp 46041 6234828800 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 22:29:50,521 basehttp 46041 6268481536 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 22:29:50,523 basehttp 46041 6218002432 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 22:29:50,525 basehttp 46041 6285307904 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 22:29:50,526 basehttp 46041 6201176064 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 22:29:50,526 basehttp 46041 6251655168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:29:50,526 basehttp 46041 6234828800 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 22:29:50,527 basehttp 46041 6268481536 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 22:29:50,528 basehttp 46041 6218002432 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 22:29:50,529 basehttp 46041 6201176064 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 22:29:50,529 basehttp 46041 6234828800 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 22:29:50,529 basehttp 46041 6285307904 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-09-04 22:29:50,658 log 46041 6234828800 Not Found: /favicon.ico WARNING 2025-09-04 22:29:50,659 basehttp 46041 6234828800 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 22:30:50,532 basehttp 46041 6234828800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:31:50,523 basehttp 46041 6234828800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:32:50,528 basehttp 46041 6234828800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:33:33,685 basehttp 46041 6234828800 "GET /en/blood-bank/ HTTP/1.1" 200 48165 INFO 2025-09-04 22:33:33,697 basehttp 46041 6201176064 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-04 22:33:33,697 basehttp 46041 6268481536 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-04 22:33:33,697 basehttp 46041 6218002432 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-04 22:33:33,701 basehttp 46041 6201176064 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 22:33:33,702 basehttp 46041 6251655168 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-04 22:33:33,706 basehttp 46041 6218002432 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 22:33:33,708 basehttp 46041 6234828800 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-04 22:33:33,709 basehttp 46041 6251655168 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-04 22:33:33,714 basehttp 46041 6251655168 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-04 22:33:33,714 basehttp 46041 6201176064 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-04 22:33:33,716 basehttp 46041 6218002432 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 WARNING 2025-09-04 22:33:33,719 log 46041 6234828800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:33:33,720 basehttp 46041 6234828800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:33:33,720 basehttp 46041 6285307904 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 22:33:33,721 basehttp 46041 6268481536 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 22:33:33,847 basehttp 46041 6268481536 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 22:33:33,867 basehttp 46041 6268481536 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 22:33:33,869 basehttp 46041 6234828800 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 22:33:33,869 basehttp 46041 6201176064 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 22:33:33,871 basehttp 46041 6218002432 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 22:33:33,872 basehttp 46041 6285307904 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 22:33:33,873 basehttp 46041 6218002432 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 22:33:33,873 basehttp 46041 6234828800 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 22:33:33,874 basehttp 46041 6251655168 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 22:33:33,876 basehttp 46041 6285307904 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 22:33:33,876 basehttp 46041 6218002432 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 22:33:33,878 basehttp 46041 6234828800 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 22:33:33,878 basehttp 46041 6285307904 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 22:33:33,879 basehttp 46041 6201176064 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 22:33:33,879 basehttp 46041 6251655168 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 22:33:33,880 basehttp 46041 6268481536 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 22:33:33,881 basehttp 46041 6285307904 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 22:33:33,881 basehttp 46041 6251655168 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 22:33:33,882 basehttp 46041 6201176064 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 22:33:33,883 basehttp 46041 6234828800 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 22:33:33,885 basehttp 46041 6268481536 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 22:33:33,886 basehttp 46041 6285307904 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 22:33:33,887 basehttp 46041 6201176064 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-04 22:33:33,887 basehttp 46041 6251655168 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 22:33:33,889 basehttp 46041 6218002432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 22:33:34,140 log 46041 6218002432 Not Found: /favicon.ico WARNING 2025-09-04 22:33:34,140 basehttp 46041 6218002432 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 22:33:42,132 basehttp 46041 6218002432 "GET /en/blood-bank/ HTTP/1.1" 200 48165 INFO 2025-09-04 22:33:42,143 basehttp 46041 6268481536 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-04 22:33:42,143 basehttp 46041 6285307904 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-04 22:33:42,144 basehttp 46041 6251655168 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-04 22:33:42,147 basehttp 46041 6234828800 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-04 22:33:42,151 basehttp 46041 6251655168 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 22:33:42,155 basehttp 46041 6218002432 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-04 22:33:42,157 log 46041 6268481536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:33:42,157 basehttp 46041 6268481536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:33:42,159 basehttp 46041 6218002432 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-04 22:33:42,160 basehttp 46041 6234828800 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 22:33:42,161 basehttp 46041 6251655168 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-04 22:33:42,162 basehttp 46041 6218002432 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-04 22:33:42,163 basehttp 46041 6268481536 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-04 22:33:42,168 basehttp 46041 6201176064 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 22:33:42,169 basehttp 46041 6285307904 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 22:33:42,299 basehttp 46041 6285307904 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 22:33:42,302 basehttp 46041 6201176064 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 22:33:42,302 basehttp 46041 6218002432 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 22:33:42,303 basehttp 46041 6251655168 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 22:33:42,304 basehttp 46041 6268481536 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 22:33:42,305 basehttp 46041 6201176064 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 22:33:42,305 basehttp 46041 6234828800 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 22:33:42,306 basehttp 46041 6218002432 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 22:33:42,307 basehttp 46041 6251655168 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 22:33:42,308 basehttp 46041 6268481536 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 22:33:42,308 basehttp 46041 6201176064 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 22:33:42,308 basehttp 46041 6234828800 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 22:33:42,309 basehttp 46041 6218002432 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 22:33:42,310 basehttp 46041 6285307904 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 22:33:42,310 basehttp 46041 6251655168 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 22:33:42,310 basehttp 46041 6201176064 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 22:33:42,311 basehttp 46041 6268481536 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 22:33:42,312 basehttp 46041 6234828800 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 22:33:42,312 basehttp 46041 6218002432 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 22:33:42,313 basehttp 46041 6285307904 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 22:33:42,313 basehttp 46041 6201176064 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 22:33:42,314 basehttp 46041 6251655168 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 22:33:42,314 basehttp 46041 6268481536 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-04 22:33:42,317 basehttp 46041 6285307904 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 22:33:42,331 basehttp 46041 6285307904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 22:33:42,418 log 46041 6285307904 Not Found: /favicon.ico WARNING 2025-09-04 22:33:42,418 basehttp 46041 6285307904 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 22:34:42,334 basehttp 46041 6285307904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:34:48,954 basehttp 46041 6285307904 "GET /en/blood-bank/donors/create/ HTTP/1.1" 200 29437 WARNING 2025-09-04 22:34:48,969 log 46041 6285307904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:34:48,969 basehttp 46041 6285307904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:34:49,031 basehttp 46041 6285307904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:34:58,469 basehttp 46041 6285307904 "GET /en/blood-bank/donors/ HTTP/1.1" 200 83484 WARNING 2025-09-04 22:34:58,486 log 46041 6285307904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:34:58,486 basehttp 46041 6285307904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:34:58,534 basehttp 46041 6285307904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:35:12,008 basehttp 46041 6285307904 "GET /en/blood-bank/ HTTP/1.1" 200 48165 WARNING 2025-09-04 22:35:12,026 log 46041 6285307904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:35:12,026 basehttp 46041 6285307904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:35:12,075 basehttp 46041 6285307904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:35:26,223 basehttp 46041 6285307904 "GET /en/blood-bank/requests/38/ HTTP/1.1" 200 28390 WARNING 2025-09-04 22:35:26,244 log 46041 6285307904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:35:26,244 basehttp 46041 6285307904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:35:26,285 basehttp 46041 6285307904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 22:35:29,381 log 46041 6285307904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:35:29,381 basehttp 46041 6285307904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 22:35:29,391 log 46041 6285307904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:35:29,392 basehttp 46041 6285307904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 22:35:29,856 log 46041 6285307904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:35:29,856 basehttp 46041 6285307904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 22:35:29,866 log 46041 6285307904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:35:29,866 basehttp 46041 6285307904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:35:46,328 basehttp 46041 6285307904 "GET /en/inventory/ HTTP/1.1" 200 49812 WARNING 2025-09-04 22:35:46,342 log 46041 6285307904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:35:46,343 basehttp 46041 6285307904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:35:46,366 basehttp 46041 6251655168 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-04 22:35:46,367 basehttp 46041 6285307904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:35:46,371 basehttp 46041 6268481536 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:36:16,376 basehttp 46041 6268481536 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:36:46,387 basehttp 46041 6268481536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:36:46,387 basehttp 46041 6285307904 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:37:16,383 basehttp 46041 6201176064 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:37:46,388 basehttp 46041 6201176064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:37:46,392 basehttp 46041 6218002432 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:38:16,383 basehttp 46041 6218002432 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:38:46,375 basehttp 46041 6218002432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:38:46,377 basehttp 46041 6201176064 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:39:16,388 basehttp 46041 6201176064 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:39:46,395 basehttp 46041 6201176064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:39:46,396 basehttp 46041 6218002432 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:40:17,259 basehttp 46041 6218002432 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:40:47,330 basehttp 46041 6218002432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:40:48,242 basehttp 46041 6218002432 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:40:52,614 basehttp 46041 6218002432 "GET /en/inventory/ HTTP/1.1" 200 49847 INFO 2025-09-04 22:40:52,623 basehttp 46041 6218002432 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 WARNING 2025-09-04 22:40:52,640 log 46041 6218002432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:40:52,640 basehttp 46041 6218002432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:40:52,647 basehttp 46041 6218002432 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-04 22:40:52,689 basehttp 46041 6218002432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:40:52,690 basehttp 46041 6201176064 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:40:54,000 basehttp 46041 6201176064 "GET /en/inventory/ HTTP/1.1" 200 49847 WARNING 2025-09-04 22:40:54,022 log 46041 6201176064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:40:54,022 basehttp 46041 6201176064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:40:54,074 basehttp 46041 6201176064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:40:54,075 basehttp 46041 6218002432 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:40:54,854 basehttp 46041 6218002432 "GET /en/inventory/ HTTP/1.1" 200 49847 WARNING 2025-09-04 22:40:54,872 log 46041 6218002432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:40:54,872 basehttp 46041 6218002432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:40:54,915 basehttp 46041 6218002432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:40:54,918 basehttp 46041 6201176064 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:41:03,301 basehttp 46041 6201176064 "GET /en/inventory/ HTTP/1.1" 200 49847 INFO 2025-09-04 22:41:03,310 basehttp 46041 6234828800 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-04 22:41:03,312 basehttp 46041 6268481536 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 22:41:03,316 basehttp 46041 6251655168 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-04 22:41:03,320 basehttp 46041 6268481536 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 22:41:03,321 basehttp 46041 6201176064 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-04 22:41:03,324 basehttp 46041 6285307904 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 WARNING 2025-09-04 22:41:03,326 log 46041 6251655168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:41:03,327 basehttp 46041 6251655168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:41:03,331 basehttp 46041 6218002432 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 22:41:03,332 basehttp 46041 6234828800 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 22:41:03,547 basehttp 46041 6234828800 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-04 22:41:03,548 basehttp 46041 6268481536 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 22:41:03,549 basehttp 46041 6251655168 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 22:41:03,549 basehttp 46041 6201176064 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 22:41:03,550 basehttp 46041 6285307904 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 22:41:03,553 basehttp 46041 6218002432 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 22:41:03,554 basehttp 46041 6251655168 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-04 22:41:03,554 basehttp 46041 6285307904 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 22:41:03,555 basehttp 46041 6234828800 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 22:41:03,556 basehttp 46041 6218002432 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 22:41:03,556 basehttp 46041 6201176064 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 22:41:03,559 basehttp 46041 6268481536 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 22:41:03,559 basehttp 46041 6201176064 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 22:41:03,560 basehttp 46041 6234828800 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 22:41:03,560 basehttp 46041 6251655168 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 22:41:03,560 basehttp 46041 6218002432 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 22:41:03,561 basehttp 46041 6285307904 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 22:41:03,563 basehttp 46041 6251655168 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 22:41:03,563 basehttp 46041 6201176064 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 22:41:03,564 basehttp 46041 6218002432 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 22:41:03,565 basehttp 46041 6268481536 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 22:41:03,566 basehttp 46041 6285307904 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 22:41:03,567 basehttp 46041 6234828800 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 22:41:03,568 basehttp 46041 6218002432 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 22:41:03,568 basehttp 46041 6201176064 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-04 22:41:03,570 basehttp 46041 6251655168 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 22:41:03,579 basehttp 46041 6285307904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:41:03,579 basehttp 46041 6268481536 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 WARNING 2025-09-04 22:41:03,894 log 46041 6268481536 Not Found: /favicon.ico WARNING 2025-09-04 22:41:03,897 basehttp 46041 6268481536 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 22:41:33,579 basehttp 46041 6268481536 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:42:03,582 basehttp 46041 6268481536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:42:03,584 basehttp 46041 6285307904 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:42:33,615 basehttp 46041 6285307904 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:42:33,683 autoreload 46041 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-09-04 22:42:34,076 autoreload 51925 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 22:42:36,221 log 51925 6138097664 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 92, in get_context_data context['recent_stock_movements'] = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 22:42:36,224 basehttp 51925 6138097664 "GET /en/inventory/ HTTP/1.1" 500 140149 WARNING 2025-09-04 22:42:36,248 log 51925 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:42:36,249 basehttp 51925 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:43:12,874 autoreload 51925 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-09-04 22:43:13,253 autoreload 52239 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 22:43:15,005 basehttp 52239 6168719360 "GET /en/inventory/ HTTP/1.1" 200 58768 WARNING 2025-09-04 22:43:15,023 log 52239 6168719360 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:43:15,023 basehttp 52239 6168719360 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:43:15,100 basehttp 52239 6168719360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:43:15,103 basehttp 52239 6325039104 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:43:34,952 basehttp 52239 6325039104 "GET /en/inventory/stock/ HTTP/1.1" 200 134026 INFO 2025-09-04 22:43:34,970 basehttp 52239 6358691840 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-04 22:43:34,971 basehttp 52239 6168719360 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-04 22:43:34,972 basehttp 52239 6325039104 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-04 22:43:34,972 basehttp 52239 6392344576 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-04 22:43:34,973 basehttp 52239 6375518208 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-04 22:43:34,973 basehttp 52239 6341865472 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-04 22:43:34,973 basehttp 52239 6325039104 "GET /static/plugins/dropzone/src/options.js HTTP/1.1" 200 23721 WARNING 2025-09-04 22:43:34,976 log 52239 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:43:34,976 basehttp 52239 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:43:35,019 basehttp 52239 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 22:43:39,986 log 52239 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:43:39,986 basehttp 52239 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 22:43:40,010 log 52239 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:43:40,010 basehttp 52239 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:43:42,737 basehttp 52239 6358691840 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 134026 WARNING 2025-09-04 22:43:42,762 log 52239 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:43:42,762 basehttp 52239 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:43:42,780 basehttp 52239 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 22:43:45,382 log 52239 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-04 22:43:45,382 basehttp 52239 6358691840 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 WARNING 2025-09-04 22:43:45,383 basehttp 52239 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 22:43:45,401 log 52239 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:43:45,401 basehttp 52239 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:44:13,978 basehttp 52239 6325039104 "GET /en/inventory/ HTTP/1.1" 200 58768 INFO 2025-09-04 22:44:13,990 basehttp 52239 6341865472 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-04 22:44:13,990 basehttp 52239 6392344576 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 22:44:13,993 basehttp 52239 6375518208 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-04 22:44:13,996 basehttp 52239 6341865472 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 22:44:14,002 basehttp 52239 6325039104 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-04 22:44:14,003 basehttp 52239 6168719360 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 WARNING 2025-09-04 22:44:14,009 log 52239 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:44:14,010 basehttp 52239 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:44:14,011 basehttp 52239 6358691840 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 22:44:14,011 basehttp 52239 6392344576 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 22:44:14,118 basehttp 52239 6392344576 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-04 22:44:14,145 basehttp 52239 6392344576 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 22:44:14,146 basehttp 52239 6358691840 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 22:44:14,146 basehttp 52239 6325039104 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 22:44:14,146 basehttp 52239 6375518208 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 22:44:14,152 basehttp 52239 6168719360 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 22:44:14,154 basehttp 52239 6392344576 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 22:44:14,155 basehttp 52239 6358691840 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-04 22:44:14,159 basehttp 52239 6375518208 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 22:44:14,159 basehttp 52239 6341865472 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 22:44:14,159 basehttp 52239 6325039104 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 22:44:14,160 basehttp 52239 6392344576 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 22:44:14,160 basehttp 52239 6358691840 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 22:44:14,162 basehttp 52239 6168719360 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 22:44:14,164 basehttp 52239 6392344576 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 22:44:14,165 basehttp 52239 6358691840 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 22:44:14,165 basehttp 52239 6325039104 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 22:44:14,165 basehttp 52239 6341865472 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 22:44:14,167 basehttp 52239 6375518208 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 22:44:14,168 basehttp 52239 6358691840 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 22:44:14,168 basehttp 52239 6325039104 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 22:44:14,168 basehttp 52239 6168719360 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 22:44:14,169 basehttp 52239 6341865472 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 22:44:14,171 basehttp 52239 6375518208 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 22:44:14,171 basehttp 52239 6325039104 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-04 22:44:14,173 basehttp 52239 6392344576 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 22:44:14,182 basehttp 52239 6168719360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:44:14,183 basehttp 52239 6341865472 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 WARNING 2025-09-04 22:44:14,289 log 52239 6341865472 Not Found: /favicon.ico WARNING 2025-09-04 22:44:14,289 basehttp 52239 6341865472 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 22:44:44,191 basehttp 52239 6341865472 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:45:02,958 autoreload 52239 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-09-04 22:45:03,303 autoreload 53030 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 22:45:04,051 log 53030 6122336256 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 55, in get_context_data low_stock_items = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1535, in build_filter value = self.resolve_lookup_value(value, can_reuse, allow_joins, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1300, in resolve_lookup_value value = value.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'min_stock_level' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 22:45:04,053 basehttp 53030 6122336256 "GET /en/inventory/ HTTP/1.1" 500 155860 WARNING 2025-09-04 22:45:04,075 log 53030 6122336256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:45:04,075 basehttp 53030 6122336256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:46:04,856 autoreload 53030 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-09-04 22:46:05,185 autoreload 53519 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 22:46:07,204 basehttp 53519 6167277568 "GET /en/inventory/ HTTP/1.1" 200 58772 WARNING 2025-09-04 22:46:07,229 log 53519 6167277568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:46:07,229 basehttp 53519 6167277568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:46:07,296 basehttp 53519 6167277568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:46:07,299 basehttp 53519 6325039104 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:46:25,737 basehttp 53519 6325039104 "GET /en/inventory/ HTTP/1.1" 200 58772 INFO 2025-09-04 22:46:25,752 basehttp 53519 6375518208 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 22:46:25,752 basehttp 53519 6341865472 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-04 22:46:25,755 basehttp 53519 6358691840 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-04 22:46:25,760 basehttp 53519 6325039104 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-04 22:46:25,764 basehttp 53519 6392344576 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 INFO 2025-09-04 22:46:25,764 basehttp 53519 6358691840 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-04 22:46:25,766 log 53519 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:46:25,767 basehttp 53519 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:46:25,770 basehttp 53519 6167277568 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 22:46:25,770 basehttp 53519 6375518208 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 22:46:25,896 basehttp 53519 6375518208 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-04 22:46:25,905 basehttp 53519 6375518208 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 22:46:25,907 basehttp 53519 6341865472 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 22:46:25,907 basehttp 53519 6167277568 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 22:46:25,909 basehttp 53519 6392344576 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 22:46:25,909 basehttp 53519 6358691840 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 22:46:25,909 basehttp 53519 6341865472 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-04 22:46:25,911 basehttp 53519 6325039104 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 22:46:25,912 basehttp 53519 6167277568 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 22:46:25,913 basehttp 53519 6341865472 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 22:46:25,913 basehttp 53519 6358691840 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 22:46:25,913 basehttp 53519 6392344576 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 22:46:25,915 basehttp 53519 6325039104 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 22:46:25,915 basehttp 53519 6167277568 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 22:46:25,917 basehttp 53519 6358691840 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 22:46:25,918 basehttp 53519 6375518208 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 22:46:25,925 basehttp 53519 6392344576 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 22:46:25,930 basehttp 53519 6341865472 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 22:46:25,931 basehttp 53519 6325039104 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 22:46:25,931 basehttp 53519 6167277568 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 22:46:25,933 basehttp 53519 6358691840 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 22:46:25,934 basehttp 53519 6358691840 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 22:46:25,935 basehttp 53519 6167277568 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 22:46:25,936 basehttp 53519 6375518208 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 22:46:25,937 basehttp 53519 6358691840 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-04 22:46:25,939 basehttp 53519 6392344576 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 22:46:25,944 basehttp 53519 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:46:25,945 basehttp 53519 6325039104 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 WARNING 2025-09-04 22:46:26,051 log 53519 6325039104 Not Found: /favicon.ico WARNING 2025-09-04 22:46:26,051 basehttp 53519 6325039104 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 22:46:34,812 basehttp 53519 6325039104 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 134026 INFO 2025-09-04 22:46:34,829 basehttp 53519 6341865472 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-04 22:46:34,829 basehttp 53519 6392344576 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-04 22:46:34,829 basehttp 53519 6375518208 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-04 22:46:34,830 basehttp 53519 6358691840 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 WARNING 2025-09-04 22:46:34,834 log 53519 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-04 22:46:34,835 basehttp 53519 6392344576 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-04 22:46:34,835 basehttp 53519 6358691840 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-04 22:46:34,835 basehttp 53519 6375518208 "GET /static/plugins/dropzone/src/options.js HTTP/1.1" 200 23721 WARNING 2025-09-04 22:46:34,835 basehttp 53519 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:46:34,910 basehttp 53519 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 22:46:36,694 log 53519 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:46:36,695 basehttp 53519 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 22:46:36,713 log 53519 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:46:36,714 basehttp 53519 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:46:41,432 basehttp 53519 6375518208 "GET /en/inventory/stock/ HTTP/1.1" 200 134026 WARNING 2025-09-04 22:46:41,450 log 53519 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:46:41,450 basehttp 53519 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:46:41,487 basehttp 53519 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 22:46:44,223 log 53519 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:46:44,223 basehttp 53519 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 22:46:44,240 log 53519 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:46:44,241 basehttp 53519 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:46:55,952 basehttp 53519 6375518208 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:47:25,955 basehttp 53519 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:47:25,959 basehttp 53519 6358691840 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:47:45,275 autoreload 53519 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-09-04 22:47:45,601 autoreload 54327 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 22:47:47,470 log 54327 6130348032 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 90, in get_context_data ).select_related('item', 'location').order_by('quantity')[:10] ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'quantity' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 22:47:47,473 basehttp 54327 6130348032 "GET /en/inventory/ HTTP/1.1" 500 104421 WARNING 2025-09-04 22:47:47,489 log 54327 6130348032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:47:47,489 basehttp 54327 6130348032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:48:05,503 autoreload 54327 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-09-04 22:48:05,878 autoreload 54483 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 22:48:06,435 log 54483 6135377920 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'item'. Choices are: inventory_item, location, supplier, purchase_order ERROR 2025-09-04 22:48:06,437 basehttp 54483 6135377920 "GET /en/inventory/ HTTP/1.1" 500 223527 WARNING 2025-09-04 22:48:06,452 log 54483 6135377920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:48:06,452 basehttp 54483 6135377920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:48:48,549 autoreload 54483 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-09-04 22:48:48,919 autoreload 54804 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 22:48:49,479 basehttp 54804 6196768768 "GET /en/inventory/ HTTP/1.1" 200 58772 WARNING 2025-09-04 22:48:49,496 log 54804 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:48:49,496 basehttp 54804 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:48:49,550 basehttp 54804 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:48:49,552 basehttp 54804 6213595136 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:48:56,277 basehttp 54804 6213595136 "GET /en/inventory/ HTTP/1.1" 200 58772 INFO 2025-09-04 22:48:56,294 basehttp 54804 6280900608 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 22:48:56,295 basehttp 54804 6247247872 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-04 22:48:56,298 log 54804 6213595136 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-04 22:48:56,299 basehttp 54804 6264074240 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-09-04 22:48:56,299 basehttp 54804 6213595136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:48:56,303 basehttp 54804 6196768768 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-04 22:48:56,304 basehttp 54804 6264074240 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 22:48:56,305 basehttp 54804 6280900608 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 INFO 2025-09-04 22:48:56,308 basehttp 54804 6230421504 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 22:48:56,309 basehttp 54804 6247247872 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 22:48:56,431 basehttp 54804 6247247872 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 22:48:56,452 basehttp 54804 6247247872 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 22:48:56,455 basehttp 54804 6230421504 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 22:48:56,455 basehttp 54804 6280900608 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 22:48:56,455 basehttp 54804 6196768768 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 22:48:56,456 basehttp 54804 6264074240 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 22:48:56,459 basehttp 54804 6230421504 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-04 22:48:56,459 basehttp 54804 6280900608 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 22:48:56,460 basehttp 54804 6264074240 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 22:48:56,460 basehttp 54804 6213595136 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 22:48:56,462 basehttp 54804 6280900608 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 22:48:56,462 basehttp 54804 6230421504 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 22:48:56,463 basehttp 54804 6264074240 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 22:48:56,464 basehttp 54804 6264074240 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 22:48:56,464 basehttp 54804 6247247872 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 22:48:56,465 basehttp 54804 6230421504 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 22:48:56,466 basehttp 54804 6247247872 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 22:48:56,466 basehttp 54804 6264074240 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 22:48:56,467 basehttp 54804 6230421504 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 22:48:56,469 basehttp 54804 6247247872 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 22:48:56,470 basehttp 54804 6264074240 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 22:48:56,473 basehttp 54804 6247247872 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 22:48:56,473 basehttp 54804 6230421504 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 22:48:56,474 basehttp 54804 6264074240 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 22:48:56,476 basehttp 54804 6247247872 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-04 22:48:56,478 basehttp 54804 6213595136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:48:56,480 basehttp 54804 6280900608 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:48:56,482 basehttp 54804 6196768768 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 WARNING 2025-09-04 22:48:56,596 log 54804 6196768768 Not Found: /favicon.ico WARNING 2025-09-04 22:48:56,597 basehttp 54804 6196768768 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 22:49:26,480 basehttp 54804 6196768768 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:49:56,480 basehttp 54804 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:49:56,483 basehttp 54804 6280900608 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:50:26,488 basehttp 54804 6280900608 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:50:56,479 basehttp 54804 6280900608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:50:56,484 basehttp 54804 6196768768 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:51:26,485 basehttp 54804 6196768768 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:51:56,499 basehttp 54804 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:51:56,501 basehttp 54804 6280900608 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:52:26,497 basehttp 54804 6280900608 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:52:56,482 basehttp 54804 6280900608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 22:52:56,491 basehttp 54804 6196768768 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:53:20,533 autoreload 54804 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-09-04 22:53:20,891 autoreload 56811 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 22:53:26,502 basehttp 56811 6129758208 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:53:41,912 basehttp 56811 6129758208 "GET /en/inventory/ HTTP/1.1" 200 58772 INFO 2025-09-04 22:53:41,932 basehttp 56811 6163410944 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-04 22:53:41,934 basehttp 56811 13052751872 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 22:53:41,937 basehttp 56811 13035925504 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-09-04 22:53:41,939 log 56811 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:53:41,940 basehttp 56811 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:53:41,942 basehttp 56811 13035925504 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 22:53:41,943 basehttp 56811 6163410944 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 INFO 2025-09-04 22:53:41,943 basehttp 56811 6129758208 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-04 22:53:41,946 basehttp 56811 6146584576 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 22:53:41,947 basehttp 56811 13052751872 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 22:53:42,158 basehttp 56811 13052751872 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-04 22:53:42,169 basehttp 56811 13052751872 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 22:53:42,170 basehttp 56811 6163410944 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 22:53:42,171 basehttp 56811 13035925504 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 22:53:42,172 basehttp 56811 6146584576 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 22:53:42,172 basehttp 56811 6129758208 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 22:53:42,172 basehttp 56811 6163410944 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-04 22:53:42,174 basehttp 56811 13069578240 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 22:53:42,175 basehttp 56811 6146584576 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 22:53:42,176 basehttp 56811 13035925504 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 22:53:42,176 basehttp 56811 6163410944 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 22:53:42,177 basehttp 56811 6129758208 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 22:53:42,177 basehttp 56811 13069578240 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 22:53:42,178 basehttp 56811 6146584576 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 22:53:42,179 basehttp 56811 13035925504 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 22:53:42,179 basehttp 56811 13052751872 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 22:53:42,180 basehttp 56811 6163410944 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 22:53:42,180 basehttp 56811 6129758208 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 22:53:42,182 basehttp 56811 6146584576 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 22:53:42,183 basehttp 56811 13069578240 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 22:53:42,184 basehttp 56811 13035925504 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 22:53:42,185 basehttp 56811 6163410944 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 22:53:42,190 basehttp 56811 6146584576 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-04 22:53:42,195 basehttp 56811 13052751872 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 22:53:42,198 basehttp 56811 6129758208 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 22:53:42,200 basehttp 56811 13035925504 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 22:53:42,211 basehttp 56811 13069578240 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:53:42,211 basehttp 56811 6163410944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-04 22:53:42,290 log 56811 6163410944 Not Found: /favicon.ico WARNING 2025-09-04 22:53:42,291 basehttp 56811 6163410944 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 22:53:44,529 basehttp 56811 6163410944 "GET /en/inventory/ HTTP/1.1" 200 58772 WARNING 2025-09-04 22:53:44,546 log 56811 6163410944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:53:44,546 basehttp 56811 6163410944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:53:44,630 basehttp 56811 6163410944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 22:53:44,631 basehttp 56811 13069578240 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:54:14,632 basehttp 56811 13069578240 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:54:44,625 basehttp 56811 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 22:54:44,629 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:55:14,644 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:55:44,654 basehttp 56811 6163410944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 22:55:44,655 basehttp 56811 13069578240 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:56:14,648 basehttp 56811 13069578240 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:56:44,634 basehttp 56811 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 22:56:44,638 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:57:14,650 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:57:44,662 basehttp 56811 6163410944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 22:57:44,662 basehttp 56811 13069578240 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:58:14,655 basehttp 56811 13069578240 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:58:44,637 basehttp 56811 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 22:58:44,647 basehttp 56811 13069578240 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:59:14,658 basehttp 56811 13069578240 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:59:44,645 basehttp 56811 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 22:59:44,654 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:00:14,662 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:00:44,639 basehttp 56811 6163410944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:00:44,658 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:01:14,671 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:01:44,651 basehttp 56811 6163410944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:01:44,665 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:02:14,674 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:02:44,645 basehttp 56811 6163410944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:02:44,666 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:03:14,680 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:03:44,655 basehttp 56811 6163410944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:03:44,673 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:04:14,682 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:04:44,596 basehttp 56811 6163410944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:04:44,617 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:05:14,619 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:05:44,600 basehttp 56811 6163410944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:05:44,620 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:06:14,630 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:06:44,598 basehttp 56811 6163410944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:06:44,625 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:07:14,636 basehttp 56811 6129758208 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:07:44,600 basehttp 56811 6129758208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:07:44,626 basehttp 56811 6129758208 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:08:12,234 basehttp 56811 6129758208 "GET /en/inventory/ HTTP/1.1" 200 58741 WARNING 2025-09-04 23:08:12,247 log 56811 6129758208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:08:12,247 basehttp 56811 6129758208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:08:12,295 basehttp 56811 6129758208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:08:40,121 basehttp 56811 6129758208 "GET /en/inventory/ HTTP/1.1" 200 58741 WARNING 2025-09-04 23:08:40,133 log 56811 6129758208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:08:40,134 basehttp 56811 6129758208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:08:40,184 basehttp 56811 6129758208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:09:40,187 basehttp 56811 6129758208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:10:11,822 basehttp 56811 6129758208 "GET /en/inventory/ HTTP/1.1" 200 58779 WARNING 2025-09-04 23:10:11,836 log 56811 6129758208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:10:11,836 basehttp 56811 6129758208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:10:11,890 basehttp 56811 6129758208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:10:43,219 basehttp 56811 6129758208 "GET /en/inventory/ HTTP/1.1" 200 58781 WARNING 2025-09-04 23:10:43,235 log 56811 6129758208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:10:43,235 basehttp 56811 6129758208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:10:43,281 basehttp 56811 6129758208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:11:43,281 basehttp 56811 6129758208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:12:10,646 autoreload 56811 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-09-04 23:12:11,119 autoreload 65616 8466948288 Watching for file changes with StatReloader WARNING 2025-09-04 23:12:12,100 log 65616 6122287104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:12:12,100 basehttp 65616 6122287104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 23:12:12,113 log 65616 6122287104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:12:12,113 basehttp 65616 6122287104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:12:13,309 basehttp 65616 6122287104 "GET /en/inventory/ HTTP/1.1" 200 58781 WARNING 2025-09-04 23:12:13,325 log 65616 6122287104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:12:13,325 basehttp 65616 6122287104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:12:13,371 basehttp 65616 6122287104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:12:18,325 basehttp 65616 6122287104 "GET /en/inventory/ HTTP/1.1" 200 58781 WARNING 2025-09-04 23:12:18,339 log 65616 6122287104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:12:18,340 basehttp 65616 6122287104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:12:18,385 basehttp 65616 6122287104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:12:37,380 autoreload 65616 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-09-04 23:12:37,722 autoreload 65777 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 23:12:38,885 basehttp 65777 6205075456 "GET /en/inventory/ HTTP/1.1" 200 58740 WARNING 2025-09-04 23:12:38,905 log 65777 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:12:38,905 basehttp 65777 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:12:38,954 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:13:02,350 basehttp 65777 6205075456 "GET /en/inventory/ HTTP/1.1" 200 58718 WARNING 2025-09-04 23:13:02,365 log 65777 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:13:02,365 basehttp 65777 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:13:02,423 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-04 23:13:33,685 log 65777 6205075456 Not Found: /en/blood_bank/ WARNING 2025-09-04 23:13:33,685 basehttp 65777 6205075456 "GET /en/blood_bank/ HTTP/1.1" 404 30121 WARNING 2025-09-04 23:13:33,708 log 65777 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:13:33,708 basehttp 65777 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:13:49,602 basehttp 65777 6205075456 "GET /en/blood-bank/donors HTTP/1.1" 301 0 INFO 2025-09-04 23:13:49,624 basehttp 65777 6221901824 "GET /en/blood-bank/donors/ HTTP/1.1" 200 83484 INFO 2025-09-04 23:13:49,669 basehttp 65777 6205075456 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-04 23:13:49,671 basehttp 65777 6272380928 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-04 23:13:49,671 basehttp 65777 6289207296 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-04 23:13:49,671 basehttp 65777 6238728192 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-04 23:13:49,672 basehttp 65777 6205075456 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 WARNING 2025-09-04 23:13:49,673 log 65777 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:13:49,673 basehttp 65777 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:13:49,674 basehttp 65777 6255554560 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-04 23:13:49,708 basehttp 65777 6255554560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:13:57,071 basehttp 65777 6255554560 "GET /en/blood-bank HTTP/1.1" 301 0 INFO 2025-09-04 23:13:57,087 basehttp 65777 6221901824 "GET /en/blood-bank/ HTTP/1.1" 200 48165 WARNING 2025-09-04 23:13:57,104 log 65777 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:13:57,104 basehttp 65777 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:13:57,127 basehttp 65777 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:14:57,128 basehttp 65777 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:15:57,140 basehttp 65777 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:16:57,131 basehttp 65777 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:17:51,799 basehttp 65777 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-04 23:17:51,801 log 65777 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:17:51,801 basehttp 65777 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 23:17:51,811 log 65777 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:17:51,811 basehttp 65777 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 23:17:52,581 log 65777 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:17:52,581 basehttp 65777 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 23:17:53,434 log 65777 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:17:53,434 basehttp 65777 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:17:53,436 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-04 23:17:53,452 log 65777 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:17:53,452 basehttp 65777 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:17:54,778 basehttp 65777 6205075456 "GET /en/inventory/ HTTP/1.1" 200 58468 WARNING 2025-09-04 23:17:54,791 log 65777 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:17:54,791 basehttp 65777 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:17:54,840 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:18:54,844 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:19:54,810 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:20:09,411 basehttp 65777 6205075456 "GET /en/inventory/ HTTP/1.1" 200 59003 WARNING 2025-09-04 23:20:09,425 log 65777 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:20:09,425 basehttp 65777 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:20:09,475 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:21:09,466 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:22:09,478 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:22:51,708 basehttp 65777 6205075456 "GET /en/inventory/ HTTP/1.1" 200 54197 WARNING 2025-09-04 23:22:51,724 log 65777 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:22:51,724 basehttp 65777 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:22:51,777 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:23:25,058 basehttp 65777 6205075456 "GET /en/inventory/ HTTP/1.1" 200 54118 WARNING 2025-09-04 23:23:25,071 log 65777 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:23:25,072 basehttp 65777 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:23:25,119 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:24:02,755 basehttp 65777 6205075456 "GET /en/inventory/ HTTP/1.1" 200 54140 WARNING 2025-09-04 23:24:02,769 log 65777 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:24:02,769 basehttp 65777 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:24:02,817 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:25:03,114 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:26:53,253 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:27:58,095 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:29:57,356 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:30:58,348 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:31:59,350 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:33:38,705 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:40:12,279 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:42:12,281 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:43:12,286 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-04 23:43:36,527 log 65777 6205075456 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'purchase_order_detail' with arguments '(UUID('a2d7f72a-e7f3-47a1-b2ed-54fcd91dbca9'),)' not found. 1 pattern(s) tried: ['en/inventory/orders/(?P[0-9]+)/\\Z'] ERROR 2025-09-04 23:43:36,529 basehttp 65777 6205075456 "GET /en/inventory/ HTTP/1.1" 500 234201 WARNING 2025-09-04 23:43:36,548 log 65777 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:43:36,548 basehttp 65777 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:45:17,348 basehttp 65777 6205075456 "GET /en/inventory/ HTTP/1.1" 200 52990 WARNING 2025-09-04 23:45:17,362 log 65777 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:45:17,362 basehttp 65777 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:45:17,421 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:46:17,425 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:47:17,414 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:47:35,677 autoreload 65777 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-09-04 23:47:36,132 autoreload 77728 8466948288 Watching for file changes with StatReloader WARNING 2025-09-04 23:47:37,115 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:47:37,115 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 23:47:37,138 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:47:37,138 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:47:38,692 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 52609 WARNING 2025-09-04 23:47:38,710 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:47:38,710 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:47:38,754 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:47:39,543 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 52609 WARNING 2025-09-04 23:47:39,560 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:47:39,561 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:47:39,607 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:47:40,566 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 52609 WARNING 2025-09-04 23:47:40,581 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:47:40,581 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:47:40,630 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:48:19,156 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 52790 WARNING 2025-09-04 23:48:19,169 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:48:19,169 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:48:19,226 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:49:19,231 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:49:30,048 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 52818 WARNING 2025-09-04 23:49:30,061 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:49:30,061 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:49:30,118 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:50:13,845 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 52988 WARNING 2025-09-04 23:50:13,859 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:50:13,860 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:50:13,915 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:50:28,809 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 53115 WARNING 2025-09-04 23:50:28,824 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:50:28,824 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:50:28,867 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:50:52,324 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 53124 WARNING 2025-09-04 23:50:52,336 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:50:52,336 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:50:52,379 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:51:26,585 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 53284 WARNING 2025-09-04 23:51:26,599 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:51:26,599 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:51:26,641 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:52:06,800 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 53764 WARNING 2025-09-04 23:52:06,819 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:52:06,819 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:52:06,863 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:52:38,441 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 53744 WARNING 2025-09-04 23:52:38,456 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:52:38,457 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:52:38,507 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:53:38,521 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:54:11,720 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 53772 WARNING 2025-09-04 23:54:11,734 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:54:11,734 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:54:11,782 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:55:11,876 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:56:11,868 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:56:22,175 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 53780 WARNING 2025-09-04 23:56:22,188 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:56:22,188 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:56:22,240 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:56:55,248 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 54404 WARNING 2025-09-04 23:56:55,264 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:56:55,265 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:56:55,313 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:57:55,324 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:58:49,839 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 54417 INFO 2025-09-04 23:58:49,851 basehttp 77728 6341865472 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-04 23:58:49,854 basehttp 77728 6375518208 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 23:58:49,856 basehttp 77728 6358691840 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-04 23:58:49,861 basehttp 77728 6165622784 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-04 23:58:49,863 log 77728 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-04 23:58:49,864 basehttp 77728 6392344576 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 WARNING 2025-09-04 23:58:49,864 basehttp 77728 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:58:49,868 basehttp 77728 6358691840 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 23:58:49,871 basehttp 77728 6325039104 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 23:58:49,873 basehttp 77728 6375518208 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 23:58:50,122 basehttp 77728 6375518208 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-04 23:58:50,130 basehttp 77728 6375518208 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 23:58:50,132 basehttp 77728 6341865472 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 23:58:50,133 basehttp 77728 6358691840 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 23:58:50,134 basehttp 77728 6341865472 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-04 23:58:50,134 basehttp 77728 6325039104 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 23:58:50,134 basehttp 77728 6392344576 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 23:58:50,136 basehttp 77728 6358691840 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 23:58:50,137 basehttp 77728 6165622784 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 23:58:50,138 basehttp 77728 6392344576 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 23:58:50,139 basehttp 77728 6325039104 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 23:58:50,139 basehttp 77728 6358691840 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 23:58:50,140 basehttp 77728 6341865472 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 23:58:50,140 basehttp 77728 6165622784 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 23:58:50,140 basehttp 77728 6392344576 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 23:58:50,143 basehttp 77728 6358691840 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 23:58:50,144 basehttp 77728 6165622784 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 23:58:50,144 basehttp 77728 6341865472 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 23:58:50,145 basehttp 77728 6375518208 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 23:58:50,146 basehttp 77728 6375518208 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 23:58:50,146 basehttp 77728 6165622784 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 23:58:50,146 basehttp 77728 6325039104 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 23:58:50,147 basehttp 77728 6392344576 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 23:58:50,147 basehttp 77728 6341865472 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 23:58:50,147 basehttp 77728 6375518208 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-04 23:58:50,157 basehttp 77728 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:58:50,162 basehttp 77728 6358691840 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-04 23:58:50,405 log 77728 6358691840 Not Found: /favicon.ico WARNING 2025-09-04 23:58:50,405 basehttp 77728 6358691840 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 23:59:50,363 basehttp 77728 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:00:51,362 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:01:52,368 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:02:53,362 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:03:54,365 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:04:55,375 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:05:57,359 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:07:12,361 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:09:12,356 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:24:46,165 autoreload 8123 8747049152 Watching for file changes with StatReloader INFO 2025-09-05 00:24:49,227 basehttp 8123 6134722560 "GET /en/inventory/ HTTP/1.1" 200 53300 INFO 2025-09-05 00:24:49,240 basehttp 8123 6134722560 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-05 00:24:49,277 basehttp 8123 6134722560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-05 00:24:49,294 log 8123 6134722560 Not Found: /favicon.ico WARNING 2025-09-05 00:24:49,294 basehttp 8123 6134722560 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-05 00:25:49,293 basehttp 8123 6134722560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:27:11,960 basehttp 8123 6134722560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:28:12,954 basehttp 8123 6134722560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:29:13,954 basehttp 8123 6134722560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:33:54,404 basehttp 8123 6134722560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:34:54,525 basehttp 8123 6134722560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:35:30,802 basehttp 8123 6134722560 "GET /en/inventory/ HTTP/1.1" 200 52552 INFO 2025-09-05 00:35:30,863 basehttp 8123 6134722560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:36:21,838 basehttp 8123 6134722560 "GET /en/inventory/ HTTP/1.1" 200 52583 INFO 2025-09-05 00:36:21,884 basehttp 8123 6134722560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:36:31,271 basehttp 8123 6134722560 "GET / HTTP/1.1" 302 0 INFO 2025-09-05 00:36:31,302 basehttp 8123 6151548928 "GET /en/ HTTP/1.1" 200 49367 INFO 2025-09-05 00:36:31,351 basehttp 8123 6151548928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:36:31,354 basehttp 8123 6168375296 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:36:31,354 basehttp 8123 6134722560 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:37:00,273 basehttp 8123 6134722560 "GET /en/ HTTP/1.1" 200 49367 INFO 2025-09-05 00:37:00,328 basehttp 8123 6151548928 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:37:00,330 basehttp 8123 6134722560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:37:00,330 basehttp 8123 6168375296 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 WARNING 2025-09-05 00:37:11,561 log 8123 6168375296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:37:11,561 basehttp 8123 6168375296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:38:00,340 basehttp 8123 6168375296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:38:00,340 basehttp 8123 6134722560 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:39:00,334 basehttp 8123 6134722560 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:39:00,334 basehttp 8123 6168375296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:40:00,346 basehttp 8123 6168375296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:40:00,346 basehttp 8123 6134722560 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:41:00,337 basehttp 8123 6168375296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:41:00,338 basehttp 8123 6134722560 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:41:44,641 basehttp 8123 6168375296 "GET /en/ HTTP/1.1" 200 49490 WARNING 2025-09-05 00:41:44,655 basehttp 8123 6134722560 "GET /static/js/toastr.min.js HTTP/1.1" 404 1975 INFO 2025-09-05 00:41:44,656 basehttp 8123 6168375296 "GET /static/plugins/jquery/dist/jquery.min.js HTTP/1.1" 200 87533 WARNING 2025-09-05 00:41:44,661 log 8123 6151548928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:41:44,661 basehttp 8123 6151548928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:41:44,742 basehttp 8123 6151548928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:41:44,746 basehttp 8123 6168375296 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:41:44,747 basehttp 8123 6134722560 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:41:48,685 basehttp 8123 6134722560 "GET /en/ HTTP/1.1" 200 49490 INFO 2025-09-05 00:41:48,692 basehttp 8123 6151548928 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-05 00:41:48,695 basehttp 8123 13186969600 "GET /static/js/toastr.min.js HTTP/1.1" 404 1975 INFO 2025-09-05 00:41:48,696 basehttp 8123 13203795968 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-05 00:41:48,696 basehttp 8123 13170143232 "GET /static/plugins/jquery/dist/jquery.min.js HTTP/1.1" 200 87533 WARNING 2025-09-05 00:41:48,700 log 8123 6151548928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:41:48,700 basehttp 8123 6151548928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:41:48,701 basehttp 8123 13203795968 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-05 00:41:48,702 basehttp 8123 6134722560 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-05 00:41:48,706 basehttp 8123 6168375296 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-05 00:41:48,707 basehttp 8123 13170143232 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-05 00:41:48,710 basehttp 8123 13186969600 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-05 00:41:48,838 basehttp 8123 13186969600 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-05 00:41:48,853 basehttp 8123 13170143232 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-05 00:41:48,854 basehttp 8123 13186969600 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-05 00:41:48,854 basehttp 8123 6168375296 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-05 00:41:48,854 basehttp 8123 13203795968 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-05 00:41:48,856 basehttp 8123 6134722560 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-05 00:41:48,858 basehttp 8123 13203795968 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-05 00:41:48,858 basehttp 8123 6151548928 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-05 00:41:48,860 basehttp 8123 13186969600 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-05 00:41:48,860 basehttp 8123 6134722560 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-05 00:41:48,861 basehttp 8123 6168375296 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-05 00:41:48,862 basehttp 8123 6151548928 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-05 00:41:48,863 basehttp 8123 13203795968 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-05 00:41:48,863 basehttp 8123 6151548928 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-05 00:41:48,864 basehttp 8123 13203795968 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-05 00:41:48,865 basehttp 8123 6151548928 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-05 00:41:48,869 basehttp 8123 13203795968 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-05 00:41:48,870 basehttp 8123 13170143232 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-05 00:41:48,872 basehttp 8123 6151548928 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-05 00:41:48,876 basehttp 8123 13203795968 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-05 00:41:48,877 basehttp 8123 6151548928 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-05 00:41:48,878 basehttp 8123 13170143232 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-05 00:41:48,879 basehttp 8123 13203795968 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-05 00:41:48,879 basehttp 8123 6151548928 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-05 00:41:48,887 basehttp 8123 6168375296 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:41:48,888 basehttp 8123 6134722560 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:41:48,889 basehttp 8123 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-05 00:41:49,188 log 8123 13186969600 Not Found: /favicon.ico WARNING 2025-09-05 00:41:49,188 basehttp 8123 13186969600 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-05 00:42:19,749 basehttp 8123 13186969600 "GET /en/ HTTP/1.1" 200 49434 INFO 2025-09-05 00:42:19,757 basehttp 8123 13170143232 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-05 00:42:19,761 basehttp 8123 13203795968 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-05 00:42:19,763 basehttp 8123 6168375296 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-05 00:42:19,772 basehttp 8123 6168375296 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-05 00:42:19,776 log 8123 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-05 00:42:19,777 basehttp 8123 13186969600 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-05 00:42:19,777 basehttp 8123 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:42:19,780 basehttp 8123 6134722560 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-05 00:42:19,781 basehttp 8123 13203795968 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-05 00:42:19,783 basehttp 8123 6151548928 "GET /static/plugins/jquery/dist/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-05 00:42:19,922 basehttp 8123 6151548928 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-05 00:42:19,941 basehttp 8123 6151548928 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-05 00:42:19,944 basehttp 8123 13186969600 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-05 00:42:19,944 basehttp 8123 13203795968 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-05 00:42:19,945 basehttp 8123 6168375296 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-05 00:42:19,946 basehttp 8123 13170143232 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-05 00:42:19,947 basehttp 8123 6134722560 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-05 00:42:19,949 basehttp 8123 13186969600 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-05 00:42:19,950 basehttp 8123 6168375296 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-05 00:42:19,950 basehttp 8123 13203795968 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-05 00:42:19,952 basehttp 8123 13203795968 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-05 00:42:19,952 basehttp 8123 6151548928 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-05 00:42:19,952 basehttp 8123 6168375296 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-05 00:42:19,953 basehttp 8123 13203795968 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-05 00:42:19,954 basehttp 8123 13203795968 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-05 00:42:19,955 basehttp 8123 6168375296 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-05 00:42:19,955 basehttp 8123 6151548928 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-05 00:42:19,956 basehttp 8123 6151548928 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-05 00:42:19,956 basehttp 8123 6168375296 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-05 00:42:19,956 basehttp 8123 13203795968 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-05 00:42:19,958 basehttp 8123 6168375296 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-05 00:42:19,958 basehttp 8123 6151548928 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-05 00:42:19,958 basehttp 8123 13203795968 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-05 00:42:19,959 basehttp 8123 6168375296 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-05 00:42:19,966 basehttp 8123 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:42:19,970 basehttp 8123 6134722560 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:42:19,971 basehttp 8123 13186969600 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 WARNING 2025-09-05 00:42:20,083 log 8123 13186969600 Not Found: /favicon.ico WARNING 2025-09-05 00:42:20,083 basehttp 8123 13186969600 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-05 00:42:34,691 basehttp 8123 13186969600 "GET /en/ HTTP/1.1" 200 49434 WARNING 2025-09-05 00:42:34,707 log 8123 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:42:34,707 basehttp 8123 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:42:34,809 basehttp 8123 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:42:34,809 basehttp 8123 6134722560 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:42:34,809 basehttp 8123 13170143232 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:43:13,497 basehttp 8123 13186969600 "GET /en/ HTTP/1.1" 200 49421 INFO 2025-09-05 00:43:13,508 basehttp 8123 13186969600 "GET /static/js/jquery.min.js HTTP/1.1" 200 87532 WARNING 2025-09-05 00:43:13,514 log 8123 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:43:13,514 basehttp 8123 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:43:13,576 basehttp 8123 6134722560 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:43:13,577 basehttp 8123 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:43:13,578 basehttp 8123 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:43:16,901 basehttp 8123 13170143232 "GET /en/ HTTP/1.1" 200 49421 INFO 2025-09-05 00:43:16,910 basehttp 8123 13170143232 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-05 00:43:16,914 basehttp 8123 6168375296 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-05 00:43:16,915 basehttp 8123 13203795968 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-05 00:43:16,915 basehttp 8123 13170143232 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-05 00:43:16,917 basehttp 8123 13203795968 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-05 00:43:16,917 basehttp 8123 6151548928 "GET /static/js/jquery.min.js HTTP/1.1" 200 87532 WARNING 2025-09-05 00:43:16,926 log 8123 6134722560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:43:16,927 basehttp 8123 6134722560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:43:16,928 basehttp 8123 13186969600 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-05 00:43:16,929 basehttp 8123 6168375296 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-05 00:43:17,071 basehttp 8123 6168375296 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-05 00:43:17,089 basehttp 8123 6134722560 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-05 00:43:17,090 basehttp 8123 6168375296 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-05 00:43:17,091 basehttp 8123 13203795968 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-05 00:43:17,092 basehttp 8123 13186969600 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-05 00:43:17,092 basehttp 8123 6151548928 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-05 00:43:17,093 basehttp 8123 13203795968 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-05 00:43:17,094 basehttp 8123 13170143232 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-05 00:43:17,096 basehttp 8123 6134722560 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-05 00:43:17,097 basehttp 8123 6151548928 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-05 00:43:17,097 basehttp 8123 13186969600 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-05 00:43:17,098 basehttp 8123 6151548928 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-05 00:43:17,099 basehttp 8123 6168375296 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-05 00:43:17,100 basehttp 8123 13186969600 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-05 00:43:17,100 basehttp 8123 6151548928 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-05 00:43:17,101 basehttp 8123 6168375296 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-05 00:43:17,101 basehttp 8123 13186969600 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-05 00:43:17,102 basehttp 8123 6168375296 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-05 00:43:17,102 basehttp 8123 13186969600 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-05 00:43:17,102 basehttp 8123 6151548928 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-05 00:43:17,104 basehttp 8123 6168375296 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-05 00:43:17,104 basehttp 8123 6151548928 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-05 00:43:17,105 basehttp 8123 13186969600 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-05 00:43:17,106 basehttp 8123 6168375296 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-05 00:43:17,117 basehttp 8123 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:43:17,119 basehttp 8123 6134722560 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:43:17,120 basehttp 8123 13203795968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 WARNING 2025-09-05 00:43:17,217 log 8123 13203795968 Not Found: /favicon.ico WARNING 2025-09-05 00:43:17,217 basehttp 8123 13203795968 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-05 00:43:25,997 basehttp 8123 13203795968 "GET /en/ HTTP/1.1" 200 49461 WARNING 2025-09-05 00:43:26,017 log 8123 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:43:26,017 basehttp 8123 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:43:26,418 basehttp 8123 13170143232 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:43:26,419 basehttp 8123 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:43:26,420 basehttp 8123 6134722560 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:43:29,812 basehttp 8123 6134722560 "GET /en/ HTTP/1.1" 200 49461 INFO 2025-09-05 00:43:29,818 basehttp 8123 6134722560 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-05 00:43:29,822 basehttp 8123 6168375296 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-05 00:43:29,824 basehttp 8123 13186969600 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-05 00:43:29,825 basehttp 8123 6151548928 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-05 00:43:29,829 basehttp 8123 6168375296 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-05 00:43:29,831 log 8123 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:43:29,831 basehttp 8123 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:43:29,836 basehttp 8123 13203795968 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-05 00:43:29,836 basehttp 8123 6134722560 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-05 00:43:29,977 basehttp 8123 13203795968 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-05 00:43:29,977 basehttp 8123 6168375296 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-05 00:43:29,978 basehttp 8123 6151548928 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-05 00:43:29,978 basehttp 8123 6134722560 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-05 00:43:29,978 basehttp 8123 13186969600 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-05 00:43:29,980 basehttp 8123 13170143232 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-05 00:43:29,985 basehttp 8123 6134722560 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-05 00:43:29,987 basehttp 8123 6134722560 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-05 00:43:29,987 basehttp 8123 13186969600 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-05 00:43:29,988 basehttp 8123 13170143232 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-05 00:43:29,988 basehttp 8123 13203795968 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-05 00:43:29,988 basehttp 8123 6151548928 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-05 00:43:29,993 basehttp 8123 13186969600 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-05 00:43:29,995 basehttp 8123 13170143232 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-05 00:43:29,996 basehttp 8123 6134722560 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-05 00:43:29,997 basehttp 8123 6168375296 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-05 00:43:30,001 basehttp 8123 6134722560 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-05 00:43:30,002 basehttp 8123 6151548928 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-05 00:43:30,003 basehttp 8123 6134722560 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-05 00:43:30,005 basehttp 8123 6151548928 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-05 00:43:30,006 basehttp 8123 6134722560 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-05 00:43:30,006 basehttp 8123 6151548928 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-05 00:43:30,007 basehttp 8123 6134722560 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-05 00:43:30,009 basehttp 8123 13203795968 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-05 00:43:30,016 basehttp 8123 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:43:30,018 basehttp 8123 13170143232 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:43:30,018 basehttp 8123 6168375296 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 WARNING 2025-09-05 00:43:30,111 log 8123 6168375296 Not Found: /favicon.ico WARNING 2025-09-05 00:43:30,112 basehttp 8123 6168375296 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-05 00:43:36,497 basehttp 8123 6168375296 "GET /en/inventory/ HTTP/1.1" 200 52677 INFO 2025-09-05 00:43:36,515 basehttp 8123 13170143232 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 WARNING 2025-09-05 00:43:36,521 log 8123 6168375296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:43:36,521 basehttp 8123 6168375296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:43:36,543 basehttp 8123 6168375296 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-05 00:43:37,981 basehttp 8123 6168375296 "GET /en/inventory/ HTTP/1.1" 200 52677 WARNING 2025-09-05 00:43:37,997 log 8123 6168375296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:43:37,998 basehttp 8123 6168375296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:43:38,062 basehttp 8123 6168375296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:44:38,449 basehttp 8123 6168375296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:45:38,452 basehttp 8123 6168375296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:45:57,692 autoreload 15682 8747049152 Watching for file changes with StatReloader INFO 2025-09-05 00:46:00,085 basehttp 15682 6133919744 "GET /en/blood-bank/donors/ HTTP/1.1" 200 83869 INFO 2025-09-05 00:46:00,100 basehttp 15682 6167572480 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-05 00:46:00,104 basehttp 15682 6150746112 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-05 00:46:00,104 basehttp 15682 6201225216 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-05 00:46:00,104 basehttp 15682 6167572480 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 WARNING 2025-09-05 00:46:00,105 log 15682 6133919744 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-05 00:46:00,105 basehttp 15682 6218051584 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 WARNING 2025-09-05 00:46:00,105 basehttp 15682 6133919744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:46:00,106 basehttp 15682 6184398848 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-05 00:46:03,760 basehttp 15682 6133919744 "GET / HTTP/1.1" 302 0 INFO 2025-09-05 00:46:03,776 basehttp 15682 6150746112 "GET /en/ HTTP/1.1" 200 49752 WARNING 2025-09-05 00:46:03,789 log 15682 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:46:03,789 basehttp 15682 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:46:03,849 basehttp 15682 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:46:03,851 basehttp 15682 6167572480 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:46:03,852 basehttp 15682 6133919744 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:46:53,804 basehttp 15682 6133919744 "GET /en/ HTTP/1.1" 200 49752 WARNING 2025-09-05 00:46:53,828 log 15682 6133919744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:46:53,828 basehttp 15682 6133919744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:46:53,882 basehttp 15682 6150746112 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:46:53,882 basehttp 15682 6167572480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:46:53,882 basehttp 15682 6133919744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:47:23,659 basehttp 15682 6133919744 "GET /en/ HTTP/1.1" 200 49752 WARNING 2025-09-05 00:47:23,676 log 15682 6133919744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:47:23,676 basehttp 15682 6133919744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:47:23,724 basehttp 15682 6133919744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:47:23,737 basehttp 15682 6150746112 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:47:23,738 basehttp 15682 6167572480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:47:27,082 basehttp 15682 6167572480 "GET /en/ HTTP/1.1" 200 49752 INFO 2025-09-05 00:47:27,091 basehttp 15682 13438578688 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-05 00:47:27,093 basehttp 15682 13472231424 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-05 00:47:27,095 basehttp 15682 13455405056 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-05 00:47:27,096 basehttp 15682 6167572480 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-05 00:47:27,099 basehttp 15682 13472231424 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-05 00:47:27,101 log 15682 6133919744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:47:27,102 basehttp 15682 6133919744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:47:27,104 basehttp 15682 6150746112 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-05 00:47:27,104 basehttp 15682 13438578688 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-05 00:47:27,339 basehttp 15682 13438578688 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-05 00:47:27,388 basehttp 15682 6150746112 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-05 00:47:27,388 basehttp 15682 13472231424 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-05 00:47:27,388 basehttp 15682 13438578688 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-05 00:47:27,388 basehttp 15682 6133919744 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-05 00:47:27,390 basehttp 15682 6167572480 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-05 00:47:27,390 basehttp 15682 13455405056 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-05 00:47:27,391 basehttp 15682 6167572480 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-05 00:47:27,392 basehttp 15682 13455405056 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-05 00:47:27,392 basehttp 15682 13472231424 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-05 00:47:27,393 basehttp 15682 13455405056 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-05 00:47:27,393 basehttp 15682 6167572480 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-05 00:47:27,393 basehttp 15682 13472231424 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-05 00:47:27,395 basehttp 15682 6167572480 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-05 00:47:27,395 basehttp 15682 13455405056 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-05 00:47:27,395 basehttp 15682 13472231424 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-05 00:47:27,397 basehttp 15682 13472231424 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-05 00:47:27,397 basehttp 15682 6167572480 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-05 00:47:27,397 basehttp 15682 13455405056 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-05 00:47:27,398 basehttp 15682 6167572480 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-05 00:47:27,399 basehttp 15682 13472231424 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-05 00:47:27,399 basehttp 15682 13455405056 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-05 00:47:27,400 basehttp 15682 6167572480 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-05 00:47:27,401 basehttp 15682 13472231424 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-05 00:47:27,444 basehttp 15682 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:47:27,447 basehttp 15682 6133919744 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:47:27,454 basehttp 15682 13438578688 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 WARNING 2025-09-05 00:47:27,505 log 15682 13438578688 Not Found: /favicon.ico WARNING 2025-09-05 00:47:27,505 basehttp 15682 13438578688 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-05 00:48:16,456 basehttp 15682 13438578688 "GET /en/ HTTP/1.1" 200 49752 WARNING 2025-09-05 00:48:16,474 log 15682 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:48:16,475 basehttp 15682 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:48:16,563 basehttp 15682 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:48:16,565 basehttp 15682 6150746112 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:48:16,565 basehttp 15682 6133919744 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:48:36,875 basehttp 15682 6133919744 "GET /en/ HTTP/1.1" 200 49752 WARNING 2025-09-05 00:48:36,892 log 15682 6133919744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:48:36,892 basehttp 15682 6133919744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:48:36,954 basehttp 15682 13438578688 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:48:36,956 basehttp 15682 6133919744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:48:36,959 basehttp 15682 6150746112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:48:39,675 basehttp 15682 6150746112 "GET /en/ HTTP/1.1" 200 49752 INFO 2025-09-05 00:48:39,687 basehttp 15682 13455405056 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-05 00:48:39,688 basehttp 15682 6167572480 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-05 00:48:39,689 basehttp 15682 13472231424 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-05 00:48:39,693 basehttp 15682 6150746112 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-05 00:48:39,695 basehttp 15682 6133919744 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-05 00:48:39,695 basehttp 15682 6167572480 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-05 00:48:39,700 log 15682 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:48:39,700 basehttp 15682 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:48:39,702 basehttp 15682 13455405056 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-05 00:48:39,826 basehttp 15682 13455405056 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-05 00:48:39,843 basehttp 15682 6167572480 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-05 00:48:39,844 basehttp 15682 13455405056 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-05 00:48:39,844 basehttp 15682 6150746112 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-05 00:48:39,844 basehttp 15682 6133919744 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-05 00:48:39,844 basehttp 15682 13438578688 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-05 00:48:39,845 basehttp 15682 13472231424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-05 00:48:39,850 basehttp 15682 6133919744 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-05 00:48:39,850 basehttp 15682 13438578688 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-05 00:48:39,852 basehttp 15682 13455405056 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-05 00:48:39,854 basehttp 15682 6150746112 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-05 00:48:39,855 basehttp 15682 13438578688 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-05 00:48:39,855 basehttp 15682 6167572480 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-05 00:48:39,856 basehttp 15682 13438578688 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-05 00:48:39,856 basehttp 15682 6150746112 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-05 00:48:39,857 basehttp 15682 6167572480 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-05 00:48:39,857 basehttp 15682 13438578688 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-05 00:48:39,858 basehttp 15682 6150746112 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-05 00:48:39,858 basehttp 15682 6167572480 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-05 00:48:39,859 basehttp 15682 13438578688 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-05 00:48:39,860 basehttp 15682 6150746112 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-05 00:48:39,860 basehttp 15682 6167572480 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-05 00:48:39,860 basehttp 15682 13438578688 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-05 00:48:39,861 basehttp 15682 6167572480 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-05 00:48:39,870 basehttp 15682 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:48:39,872 basehttp 15682 6133919744 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:48:39,873 basehttp 15682 13455405056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 WARNING 2025-09-05 00:48:39,974 log 15682 13455405056 Not Found: /favicon.ico WARNING 2025-09-05 00:48:39,974 basehttp 15682 13455405056 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-05 00:49:17,198 basehttp 15682 13455405056 "GET /en/inventory/ HTTP/1.1" 200 54797 INFO 2025-09-05 00:49:17,214 basehttp 15682 6133919744 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 WARNING 2025-09-05 00:49:17,216 log 15682 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:49:17,216 basehttp 15682 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:49:17,256 basehttp 15682 13455405056 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-05 00:49:17,260 basehttp 15682 13455405056 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-05 00:49:17,289 basehttp 15682 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:49:49,137 basehttp 15682 13455405056 "GET /en/inventory/ HTTP/1.1" 200 54797 WARNING 2025-09-05 00:49:49,151 log 15682 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:49:49,151 basehttp 15682 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:49:49,205 basehttp 15682 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-05 00:49:50,637 log 15682 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:49:50,639 basehttp 15682 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:49:50,639 basehttp 15682 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:49:50,639 basehttp 15682 6133919744 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:49:50,642 basehttp 15682 13472231424 - Broken pipe from ('127.0.0.1', 53046) WARNING 2025-09-05 00:49:50,647 log 15682 6133919744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:49:50,647 basehttp 15682 6133919744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:49:51,265 basehttp 15682 6133919744 "GET /en/ HTTP/1.1" 200 49790 WARNING 2025-09-05 00:49:51,283 log 15682 6133919744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:49:51,284 basehttp 15682 6133919744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:49:51,362 basehttp 15682 6133919744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:49:51,362 basehttp 15682 13438578688 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:49:51,363 basehttp 15682 6167572480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:49:51,365 basehttp 15682 13455405056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-05 00:50:21,357 basehttp 15682 13455405056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-05 00:50:51,378 basehttp 15682 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:50:51,382 basehttp 15682 6167572480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:50:51,384 basehttp 15682 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-05 00:51:19,337 basehttp 15682 13438578688 "GET /en/appointments/create/ HTTP/1.1" 200 36462 WARNING 2025-09-05 00:51:19,354 log 15682 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:51:19,354 basehttp 15682 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:51:19,400 basehttp 15682 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:51:20,742 basehttp 15682 13438578688 "GET /en/appointments/ HTTP/1.1" 200 45477 WARNING 2025-09-05 00:51:20,756 log 15682 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:51:20,756 basehttp 15682 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:51:20,797 basehttp 15682 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:51:20,813 basehttp 15682 6167572480 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-05 00:51:33,036 basehttp 15682 6167572480 "GET /en/appointments/calendar/ HTTP/1.1" 200 21934 WARNING 2025-09-05 00:51:33,056 log 15682 6167572480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:51:33,056 basehttp 15682 6167572480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:51:33,114 basehttp 15682 6167572480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:51:33,114 basehttp 15682 13455405056 "GET /en/appointments/slots/available/ HTTP/1.1" 200 450 INFO 2025-09-05 00:51:33,147 basehttp 15682 13438578688 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 48483 WARNING 2025-09-05 00:51:39,273 log 15682 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:51:39,273 basehttp 15682 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-05 00:51:39,289 log 15682 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:51:39,289 basehttp 15682 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-05 00:51:41,095 log 15682 13438578688 Forbidden (CSRF token missing.): /en/appointments/check-in/1532/ WARNING 2025-09-05 00:51:41,096 basehttp 15682 13438578688 "POST /en/appointments/check-in/1532/ HTTP/1.1" 403 2491 INFO 2025-09-05 00:51:50,826 basehttp 15682 13438578688 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-05 00:52:20,821 basehttp 15682 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:52:20,841 basehttp 15682 13455405056 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-05 00:52:50,832 basehttp 15682 13455405056 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-05 00:53:20,823 basehttp 15682 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:53:20,844 basehttp 15682 13438578688 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-05 00:53:50,838 basehttp 15682 13438578688 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-05 00:54:20,825 basehttp 15682 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:54:20,844 basehttp 15682 13455405056 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-05 00:54:50,843 basehttp 15682 13455405056 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-05 00:55:20,824 basehttp 15682 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:55:20,846 basehttp 15682 13438578688 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-05 00:55:29,891 basehttp 15682 13438578688 "GET /en/appointments/detail/1547/ HTTP/1.1" 200 22826 WARNING 2025-09-05 00:55:29,914 log 15682 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:55:29,914 basehttp 15682 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:55:29,958 basehttp 15682 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-05 00:55:34,834 log 15682 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:55:34,834 basehttp 15682 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-05 00:55:34,852 log 15682 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:55:34,853 basehttp 15682 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-05 00:55:38,305 log 15682 13438578688 Forbidden (CSRF token missing.): /en/appointments/check-in/1538/ WARNING 2025-09-05 00:55:38,305 basehttp 15682 13438578688 "POST /en/appointments/check-in/1538/ HTTP/1.1" 403 2491 INFO 2025-09-05 00:55:50,838 basehttp 15682 13438578688 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-05 00:56:20,826 basehttp 15682 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:56:20,848 basehttp 15682 13455405056 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-05 00:56:50,846 basehttp 15682 13455405056 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-05 00:57:08,314 basehttp 15682 13455405056 "GET /en/appointments/ HTTP/1.1" 200 45477 WARNING 2025-09-05 00:57:08,335 log 15682 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:57:08,335 basehttp 15682 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:57:08,394 basehttp 15682 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:57:08,408 basehttp 15682 13438578688 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 WARNING 2025-09-05 00:57:10,272 log 15682 13438578688 Forbidden (CSRF token missing.): /en/appointments/check-in/1538/ WARNING 2025-09-05 00:57:10,273 basehttp 15682 13438578688 "POST /en/appointments/check-in/1538/ HTTP/1.1" 403 2491 INFO 2025-09-05 00:57:38,422 basehttp 15682 13438578688 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-05 00:58:08,410 basehttp 15682 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:58:08,430 basehttp 15682 13455405056 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-06 00:15:57,362 autoreload 33886 8747049152 Watching for file changes with StatReloader INFO 2025-09-06 00:16:00,175 basehttp 33886 6203437056 "GET /en/appointments/ HTTP/1.1" 200 45606 INFO 2025-09-06 00:16:00,406 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:16:00,423 basehttp 33886 6220263424 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-06 00:16:11,995 basehttp 33886 6220263424 "GET /en/appointments/detail/1583/ HTTP/1.1" 200 22825 INFO 2025-09-06 00:16:12,077 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:17:12,100 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:17:14,924 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:17:14,947 basehttp 33886 6220263424 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 WARNING 2025-09-06 00:17:18,067 log 33886 6220263424 Forbidden (CSRF token missing.): /en/appointments/check-in/1606/ WARNING 2025-09-06 00:17:18,067 basehttp 33886 6220263424 "POST /en/appointments/check-in/1606/ HTTP/1.1" 403 2491 INFO 2025-09-06 00:18:01,941 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:18:31,961 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:18:31,963 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:18:31,966 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:19:01,947 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:19:40,432 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:19:40,437 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:19:40,438 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:20:11,416 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:21:24,090 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:21:24,090 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:21:25,077 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:22:03,096 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:22:25,106 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:22:25,107 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:23:03,095 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:23:26,103 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:23:26,105 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:24:03,097 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:28:37,258 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:28:37,262 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:29:13,245 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:30:13,266 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:30:13,271 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:30:13,272 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:31:13,255 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:31:13,256 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:31:13,258 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:36:37,610 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:36:37,611 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:36:37,611 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:39:06,917 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:43:03,482 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:43:03,482 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:43:03,483 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:51:20,883 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:51:20,885 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:51:20,885 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:52:20,861 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:52:20,864 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:53:20,851 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:53:20,853 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:54:20,875 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:54:20,875 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:54:20,876 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:55:20,864 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:55:20,864 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:55:20,866 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:56:20,832 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:57:20,866 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:57:20,869 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:57:20,871 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:58:20,876 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:58:20,877 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:58:20,879 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:59:20,851 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:00:20,867 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:00:20,868 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:00:20,869 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:01:20,877 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:01:20,881 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:01:20,882 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:02:20,868 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:02:20,869 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:02:20,869 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:03:20,854 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:04:20,874 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:04:20,876 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:04:20,879 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:05:20,875 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:05:20,877 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:05:20,880 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:06:20,853 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:07:20,679 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:07:20,679 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:07:20,681 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:08:20,664 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:08:20,667 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:08:20,668 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:09:20,683 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:09:20,684 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:09:20,687 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:10:20,651 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:11:20,677 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:11:20,677 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:11:20,679 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:12:20,667 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:12:20,669 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:13:20,670 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:13:20,671 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:13:20,674 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:14:20,648 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:15:20,648 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:15:20,652 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:15:20,654 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:16:20,668 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:16:20,668 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:16:20,671 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:17:20,633 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:18:20,656 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:18:20,657 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:18:20,660 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:19:20,662 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:19:20,665 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:19:20,666 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:20:20,641 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:21:20,653 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:21:20,653 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:21:20,656 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:22:20,646 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:22:20,649 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:22:20,650 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:23:20,589 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:23:20,594 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:24:20,593 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:24:20,595 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:25:20,606 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:25:20,607 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:25:20,608 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:26:20,589 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:26:20,591 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:27:20,586 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:27:20,589 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:28:20,599 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:28:20,600 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:28:20,602 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:29:20,565 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:29:20,565 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:30:20,571 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:30:20,575 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:31:20,584 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:31:20,588 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:31:20,590 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:32:20,611 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:32:20,612 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:32:20,614 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:33:20,566 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:34:20,597 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:34:20,597 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:34:20,598 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:35:20,562 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:36:20,562 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:36:20,562 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:36:20,565 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:37:20,574 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:37:20,576 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:37:20,578 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:38:20,532 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:39:20,568 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:39:20,568 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:39:20,571 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:40:20,541 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:40:20,543 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:41:20,542 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:41:20,546 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:42:20,555 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:42:20,556 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:42:20,559 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:43:20,505 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:44:20,546 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:44:20,546 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:44:20,548 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:45:20,541 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:45:20,542 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:45:20,544 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:46:20,517 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:47:20,542 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:47:20,542 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:47:20,545 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:48:20,540 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:48:20,542 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:48:20,545 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:49:20,503 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:50:20,536 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:50:20,538 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:50:20,540 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:51:20,534 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:51:20,534 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:51:20,536 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:52:20,508 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:54:06,987 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:54:06,988 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:54:06,988 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:59:15,778 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:59:15,779 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:59:15,781 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:00:43,279 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:00:43,281 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:00:43,281 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:08:05,910 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:09:21,762 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:09:21,763 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:09:21,766 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:17:02,864 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:17:02,867 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:20:51,787 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:20:51,788 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:23:26,125 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:23:26,125 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:23:26,128 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:25:29,508 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:35:33,631 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:35:33,632 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:35:33,635 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:36:33,633 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:36:33,633 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:36:33,635 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:37:33,605 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:38:33,628 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:38:33,629 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:38:33,632 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:39:33,609 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:39:33,613 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:40:33,615 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:40:33,618 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:41:33,616 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:41:33,617 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:42:33,632 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:42:33,632 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:42:33,634 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:43:33,633 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:43:33,633 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:43:33,634 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:44:33,606 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:45:33,634 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:45:33,635 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:45:33,638 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:46:33,615 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:46:33,616 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:47:33,618 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:47:33,620 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:48:33,610 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:48:33,614 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:49:33,604 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:49:33,608 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:49:33,608 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:50:33,614 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:50:33,617 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:51:33,714 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:51:33,719 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:52:33,704 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:52:33,704 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:52:33,706 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:53:33,719 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:53:33,721 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:54:33,710 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:54:33,712 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:55:33,737 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:55:33,739 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:55:33,741 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:56:33,733 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:56:33,734 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:56:33,737 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:57:33,692 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:58:33,734 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:58:33,736 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:58:33,738 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:59:33,736 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:59:33,736 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:59:33,739 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:00:33,736 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:00:33,736 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:00:33,740 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:01:33,716 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:02:33,714 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:02:33,715 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:02:33,717 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:03:33,740 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:03:33,740 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:03:33,741 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:04:33,738 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:04:33,738 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:04:33,740 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:05:33,710 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:06:33,820 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:06:33,820 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:06:33,823 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:07:33,804 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:07:33,805 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:08:33,808 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:08:33,809 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:09:33,822 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:09:33,823 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:09:33,826 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:10:33,812 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:10:33,812 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:11:33,811 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:11:33,814 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:12:33,826 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:12:33,829 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:12:33,832 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:13:33,813 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:13:33,816 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:14:33,813 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:14:33,817 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:15:33,838 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:15:33,839 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:15:33,843 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:16:33,819 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:16:33,820 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:17:33,832 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:17:33,834 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:17:33,836 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:18:33,834 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:18:33,835 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:18:33,837 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:19:33,812 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:20:33,834 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:20:33,836 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:20:33,838 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:21:33,839 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:21:33,841 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:21:33,842 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:22:33,693 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:23:33,720 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:23:33,720 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:23:33,723 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:24:33,677 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:25:33,719 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:25:33,720 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:25:33,723 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:26:33,722 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:26:33,723 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:26:33,726 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:27:33,707 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:27:33,709 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:28:33,690 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:28:33,693 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:29:33,719 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:29:33,721 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:29:33,723 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:30:33,705 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:30:33,707 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:31:33,707 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:31:33,708 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:31:33,710 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:32:33,710 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:32:33,712 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:33:33,708 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:33:33,712 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:34:33,719 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:34:33,720 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:34:33,723 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:35:33,706 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:35:33,709 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:36:33,720 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:36:33,723 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:36:33,725 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:47:29,884 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:47:29,888 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:52:53,085 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:52:53,087 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:02:48,659 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:02:48,661 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:02:48,663 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:03:48,687 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:03:48,688 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:03:48,688 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:04:48,633 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:05:48,653 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:05:48,656 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:05:48,659 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:06:48,630 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:06:48,635 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:07:48,636 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:07:48,640 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:08:48,630 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:08:48,634 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:09:48,654 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:09:48,656 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:09:48,657 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:10:48,628 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:10:48,628 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:11:48,658 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:11:48,659 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:11:48,661 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:12:48,646 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:12:48,648 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:13:48,661 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:13:48,663 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:13:48,665 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:14:48,632 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:15:48,654 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:15:48,655 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:15:48,658 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:16:48,646 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:16:48,647 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:16:48,649 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:17:48,538 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:18:48,557 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:18:48,558 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:18:48,561 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:19:48,516 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:20:48,552 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:20:48,554 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:20:48,556 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:21:48,545 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:21:48,546 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:21:48,548 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:22:48,521 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:22:48,522 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:23:48,539 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:23:48,542 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:24:48,551 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:24:48,552 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:24:48,554 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:25:48,523 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:26:48,524 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:26:48,524 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:26:48,526 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:27:48,537 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:27:48,538 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:27:48,538 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:28:48,563 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:28:48,563 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:28:48,567 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:29:48,511 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:30:48,523 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:30:48,523 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:30:48,524 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:31:48,531 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:31:48,533 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:32:48,457 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:32:48,462 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:33:48,483 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:33:48,484 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:33:48,487 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:34:48,469 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:34:48,471 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:35:48,459 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:35:48,461 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:36:48,448 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:36:48,454 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:36:48,466 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:37:48,466 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:37:48,468 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:38:48,450 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:38:48,456 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:39:48,471 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:39:48,476 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:39:48,476 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:40:48,450 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:40:48,453 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:41:48,450 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:41:48,456 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:42:48,834 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:42:48,854 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:43:48,455 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:43:48,458 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:44:48,463 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:44:48,467 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:44:48,468 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:45:48,458 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:45:48,459 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:46:48,450 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:46:48,453 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:47:48,466 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:47:48,466 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:47:48,467 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:48:48,446 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:48:48,448 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:49:48,437 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:49:48,443 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:50:48,447 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:50:48,453 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:50:48,455 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:51:48,443 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:51:48,445 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:52:48,436 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:52:48,437 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:53:48,430 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:53:48,431 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:53:48,433 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:54:48,430 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:54:48,433 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:55:48,440 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:55:48,443 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:55:48,444 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:56:48,440 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:56:48,442 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:57:48,428 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:57:48,430 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:58:48,447 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:58:48,447 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:58:48,449 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:59:48,431 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:59:48,434 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:00:48,427 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:00:48,427 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:00:48,428 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:01:48,430 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:01:48,432 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:03:27,502 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:03:27,505 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:07:50,490 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:07:50,493 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:07:50,494 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:10:42,129 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:10:42,130 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:10:42,131 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:11:42,101 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:12:42,125 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:12:42,126 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:12:42,127 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:13:42,125 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:13:42,125 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:13:42,126 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:14:42,098 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:15:42,123 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:15:42,124 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:15:42,125 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:16:42,107 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:16:42,109 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:17:42,106 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:17:42,108 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:18:42,112 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:18:42,116 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:18:42,117 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:19:42,092 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:19:42,093 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:20:42,092 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:20:42,095 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:21:42,101 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:21:42,103 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:21:42,105 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:22:42,086 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:22:42,088 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:23:42,101 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:23:42,101 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:23:42,103 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:24:42,084 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:24:42,086 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:25:42,058 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:25:42,059 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:26:42,070 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:26:42,084 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:26:42,085 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:27:42,079 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:27:42,080 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:28:42,066 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:28:42,068 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:29:42,121 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:29:42,121 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:29:42,123 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:30:42,073 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:30:42,075 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:31:42,072 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:31:42,074 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:32:42,081 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:32:42,083 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:32:42,085 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:33:42,180 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:33:42,181 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:34:42,211 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:34:42,211 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:34:42,212 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:35:42,192 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:35:42,194 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:36:42,191 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:36:42,195 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:37:42,210 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:37:42,210 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:37:42,212 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:38:42,193 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:38:42,197 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:39:42,198 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:39:42,201 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:40:42,208 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:40:42,210 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:40:42,212 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:41:42,204 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:41:42,206 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:41:42,207 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:42:42,178 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:43:42,200 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:43:42,201 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:43:42,204 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:44:42,190 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:44:42,191 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:45:42,191 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:45:42,193 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:46:42,203 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:46:42,204 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:46:42,207 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:47:42,186 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:47:42,189 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:48:42,176 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:48:42,180 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:49:42,210 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:49:42,212 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:49:42,214 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:50:42,193 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:50:42,196 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:51:42,205 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:51:42,207 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:51:42,208 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:52:42,202 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:52:42,205 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:52:42,206 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:53:42,179 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:54:42,201 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:54:42,204 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:54:42,206 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:55:42,188 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:55:42,192 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:56:42,190 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:56:42,192 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:57:42,202 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:57:42,202 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:57:42,205 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:58:42,185 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:58:42,188 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:59:42,187 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:59:42,189 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:00:42,204 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:00:42,204 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:00:42,207 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:01:42,186 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:01:42,189 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:02:42,200 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:02:42,202 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:02:42,204 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:03:42,186 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:03:42,187 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:04:42,199 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:04:42,200 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:04:42,203 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:05:42,201 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:05:42,204 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:06:42,204 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:06:42,206 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:07:42,202 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:07:42,205 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:07:42,206 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:08:42,200 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:08:42,203 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:09:42,202 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:09:42,203 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:10:42,200 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:10:42,203 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:11:42,211 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:11:42,213 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:11:42,215 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:13:44,095 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:13:44,098 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:18:25,581 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:18:25,584 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:18:25,586 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:20:50,524 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:20:50,528 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:23:26,561 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:23:26,562 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:27:02,651 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:27:02,652 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:27:02,655 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:28:02,625 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:29:02,650 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:29:02,653 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:29:02,654 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:30:02,633 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:30:02,635 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:30:02,637 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:31:02,641 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:31:02,644 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:32:02,635 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:32:02,637 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:33:02,635 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:33:02,637 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:34:02,649 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:34:02,651 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:35:02,629 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:35:02,631 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:36:02,645 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:36:02,650 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:36:02,651 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:37:02,629 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:37:02,633 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:38:02,632 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:38:02,636 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:39:02,643 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:39:02,643 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:39:02,646 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:40:02,643 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:40:02,644 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:40:02,647 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:41:02,622 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:42:02,647 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:42:02,648 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:42:02,651 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:43:02,641 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:43:02,643 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:43:02,644 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:44:02,604 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:45:02,617 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:45:02,619 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:45:02,620 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:46:02,640 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:46:02,640 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:46:02,642 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:47:02,602 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:48:02,629 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:48:02,630 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:48:02,632 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:49:02,614 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:49:02,617 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:49:02,619 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:50:02,602 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:51:02,627 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:51:02,628 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:51:02,630 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:52:02,622 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:52:02,623 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:52:02,623 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:53:02,638 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:53:02,640 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:53:02,642 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:54:02,613 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:55:02,631 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:55:02,632 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:55:02,635 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:56:02,610 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:56:02,611 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:56:02,613 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:57:02,607 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:57:02,608 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:58:02,608 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:58:02,613 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:59:02,892 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:59:02,897 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:59:02,898 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:00:02,878 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:00:02,882 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:01:02,900 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:01:02,901 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:01:02,903 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:02:02,891 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:02:02,894 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:03:02,895 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:03:02,899 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:04:02,908 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:04:02,909 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:04:02,911 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:05:02,896 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:05:02,900 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:06:02,900 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:06:02,903 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:06:02,904 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:07:02,883 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:07:02,884 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:08:02,902 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:08:02,903 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:08:02,907 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:09:02,888 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:09:02,892 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:10:02,902 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:10:02,905 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:11:02,888 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:11:02,915 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:11:02,917 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:12:02,893 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:12:02,897 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:13:02,914 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:13:02,915 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:14:02,980 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:14:02,984 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:15:02,994 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:15:02,997 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:15:02,998 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:16:02,986 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:16:02,988 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:17:02,974 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:17:02,979 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:18:02,959 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:18:02,982 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:18:02,983 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:19:02,986 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:19:02,989 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:20:02,981 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:20:02,985 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:21:03,003 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:21:03,007 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:21:03,007 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:22:02,985 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:22:02,988 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:23:03,012 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:23:03,015 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:23:03,017 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:24:03,020 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:24:03,022 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:24:03,024 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:25:02,984 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:26:03,003 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:26:03,005 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:26:03,007 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:27:03,005 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:27:03,010 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:27:03,011 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:28:02,994 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:31:05,750 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:31:05,751 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:31:05,754 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:32:05,749 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:32:05,751 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:32:05,752 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:33:05,711 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:34:05,754 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:34:05,755 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:34:05,758 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:35:05,757 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:35:05,757 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:35:05,759 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:36:05,717 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:37:05,760 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:37:05,760 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:37:05,761 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:38:05,748 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:38:05,748 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:38:05,749 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:39:05,748 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:39:05,751 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:40:05,751 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:40:05,753 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:41:05,724 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:41:05,727 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:42:05,769 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:42:05,770 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:42:05,772 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:43:05,763 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:43:05,765 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:44:05,772 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:44:05,773 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:44:05,774 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:45:05,758 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:45:05,761 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:46:05,698 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:46:05,699 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:47:05,740 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:47:05,740 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:47:05,743 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:48:05,728 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:48:05,731 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:49:05,732 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:49:05,733 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:50:05,743 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:50:05,745 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:50:05,747 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:51:05,744 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:51:05,745 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:51:05,747 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:52:05,724 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:53:05,747 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:53:05,749 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:53:05,750 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:54:05,721 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:54:05,724 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:55:05,735 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:55:05,738 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:56:05,752 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:56:05,752 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:56:05,754 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:57:05,729 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:57:05,732 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:58:05,754 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:58:05,754 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:58:05,757 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:59:05,731 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:00:05,752 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:00:05,756 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:00:05,758 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:01:05,733 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:01:05,735 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:01:05,736 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:02:05,729 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:02:05,731 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:02:05,732 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:03:05,703 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:04:05,729 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:04:05,729 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:04:05,732 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:05:05,735 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:05:05,735 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:05:05,739 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:06:05,709 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:07:05,732 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:07:05,733 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:07:05,734 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:08:05,692 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:08:05,694 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:09:05,716 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:09:05,719 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:10:05,734 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:10:05,735 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:10:05,736 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:11:05,719 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:11:05,721 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:12:05,721 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:12:05,723 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:13:05,735 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:13:05,737 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:13:05,738 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:14:05,737 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:14:05,737 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:14:05,740 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:15:05,724 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:15:05,726 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:16:05,540 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:16:05,544 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:17:05,549 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:17:05,551 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:17:05,552 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:18:05,540 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:18:05,542 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:18:05,544 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:19:05,518 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:20:05,543 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:20:05,543 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:20:05,544 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:21:05,526 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:21:05,528 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:22:05,539 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:22:05,539 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:22:05,541 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:23:05,500 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:23:05,502 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:24:05,530 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:24:05,530 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:24:05,534 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:25:05,514 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:25:05,517 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:26:05,519 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:26:05,521 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:27:05,527 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:27:05,527 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:27:05,529 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:28:05,509 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:28:05,511 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:29:05,522 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:29:05,523 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:29:05,525 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:30:05,504 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:30:05,508 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:34:14,652 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:34:14,654 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:35:37,696 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:35:37,699 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:35:37,700 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:39:59,768 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:39:59,770 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:39:59,771 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:47:11,056 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:48:11,047 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:48:11,048 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:48:11,049 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:49:11,083 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:49:11,084 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:49:11,086 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:50:11,222 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:50:11,223 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:50:11,225 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:51:11,184 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:52:11,213 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:52:11,215 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:52:11,216 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:53:11,205 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:53:11,209 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:54:11,215 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:54:11,217 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:55:11,223 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:55:11,228 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:55:11,229 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:56:11,214 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:56:11,218 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:57:11,218 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:57:11,220 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:58:11,220 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:58:11,221 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:58:11,225 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:59:11,236 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:59:11,236 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:59:11,239 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:00:11,231 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:00:11,232 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:00:11,235 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:01:11,204 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:02:11,217 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:02:11,218 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:02:11,220 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:03:11,242 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:03:11,244 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:03:11,246 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:04:11,220 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:05:11,198 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:05:11,198 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:05:11,200 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:06:11,204 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:06:11,204 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:06:11,206 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:07:11,191 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:07:11,194 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:08:11,183 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:08:11,186 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:09:11,199 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:09:11,199 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:09:11,203 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:10:11,201 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:10:11,202 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:10:11,203 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:11:11,190 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:12:11,193 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:12:11,197 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:12:11,200 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:13:11,209 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:13:11,211 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:13:11,212 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:14:11,197 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:14:11,200 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:15:11,175 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:15:11,178 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:16:11,212 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:16:11,212 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:16:11,215 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:17:11,197 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:17:11,200 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:17:11,202 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:18:11,175 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:19:11,214 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:19:11,215 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:19:11,218 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:20:11,140 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:20:11,143 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:21:11,140 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:21:11,142 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:22:11,130 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:22:11,133 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:23:11,158 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:23:11,158 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:23:11,159 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:24:11,147 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:24:11,148 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:24:11,148 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:25:11,118 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:26:11,156 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:26:11,157 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:26:11,159 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:27:11,140 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:27:11,141 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:27:11,144 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:28:11,153 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:28:11,154 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:28:11,156 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:29:11,118 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:30:11,153 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:30:11,153 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:30:11,156 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:31:11,141 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:31:11,144 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:31:11,145 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:32:11,143 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:32:11,145 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:33:11,180 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:33:11,182 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:33:11,183 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:34:11,129 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:35:11,128 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:35:11,128 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:35:11,129 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:36:11,127 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:36:11,128 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:36:11,129 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:37:11,116 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:37:11,117 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:37:11,120 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:38:11,103 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:39:11,124 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:39:11,126 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:39:11,127 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:40:11,115 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:40:11,118 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:40:11,120 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:41:11,110 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:41:11,114 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:41:11,116 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:42:11,103 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:43:11,112 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:43:11,116 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:43:11,119 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:44:11,118 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:44:11,118 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:44:11,120 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:45:11,114 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:45:11,115 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:45:11,115 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:46:11,087 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:47:11,113 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:47:11,114 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:47:11,116 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:48:11,120 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:48:11,123 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:48:11,124 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:49:11,121 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:49:11,121 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:49:11,124 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:51:22,155 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:52:22,171 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:52:22,175 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:52:22,178 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:53:22,177 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:53:22,178 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:53:22,180 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:54:22,150 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:55:22,152 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:55:22,153 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:55:22,156 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:56:22,143 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:57:22,165 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:57:22,167 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:57:22,169 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:58:22,160 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:58:22,163 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:58:22,165 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:59:22,138 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:00:22,159 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:00:22,160 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:00:22,163 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:01:22,134 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:02:22,157 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:02:22,158 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:02:22,160 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:03:22,139 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:03:22,142 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:04:22,146 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:04:22,148 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:05:22,151 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:05:22,152 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:05:22,154 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:06:22,135 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:06:22,139 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:07:22,151 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:07:22,151 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:07:22,153 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:08:22,102 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:09:22,150 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:09:22,150 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:09:22,151 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:10:22,132 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:10:22,134 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:11:22,118 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:11:22,121 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:12:22,142 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:12:22,143 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:12:22,145 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:13:22,128 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:13:22,131 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:14:22,133 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:14:22,136 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:14:22,137 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:15:22,122 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:15:22,126 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:16:22,118 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:16:22,119 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:17:22,130 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:17:22,132 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:17:22,134 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:18:22,130 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:18:22,132 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:18:22,133 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:19:22,120 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:19:22,123 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:19:22,125 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:20:22,101 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:21:22,125 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:21:22,127 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:21:22,129 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:22:22,096 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:23:22,122 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:23:22,124 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:23:22,126 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:24:22,090 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:24:22,091 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:25:22,090 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:25:22,094 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:26:22,123 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:26:22,123 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:26:22,127 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:27:22,104 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:27:22,106 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:28:22,118 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:28:22,118 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:28:22,120 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:29:22,116 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:29:22,116 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:29:22,118 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:30:22,110 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:30:22,111 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:30:22,112 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:31:22,085 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:32:22,110 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:32:22,111 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:32:22,113 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:33:22,105 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:33:22,106 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:33:22,109 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:34:22,076 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:35:22,105 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:35:22,105 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:35:22,107 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:36:22,100 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:36:22,102 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:36:22,104 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:37:22,083 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:38:22,093 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:38:22,096 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:38:22,097 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:39:22,079 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:39:22,079 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:39:22,082 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:40:22,081 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:40:22,083 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:41:22,076 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:41:22,080 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:42:22,093 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:42:22,094 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:42:22,096 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:43:22,089 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:43:22,089 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:43:22,091 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:44:22,072 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:44:22,072 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:45:22,073 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:45:22,074 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:46:22,081 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:46:22,082 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:46:22,085 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:47:22,058 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:47:22,062 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:48:22,065 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:48:22,069 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:49:22,076 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:49:22,077 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:49:22,078 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:50:22,059 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:50:22,061 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:51:22,072 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:51:22,074 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:51:22,076 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:58:38,289 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:58:38,292 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:02:14,039 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:02:14,040 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:05:29,152 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:05:29,157 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:05:29,159 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:10:12,811 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:10:12,814 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:11:16,139 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:11:16,142 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:12:16,142 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:12:16,146 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:12:16,147 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:13:16,142 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:13:16,144 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:14:16,124 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:14:16,128 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:15:16,138 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:15:16,138 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:15:16,139 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:16:16,120 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:16:16,124 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:16:16,134 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:17:16,148 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:17:16,149 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:17:16,150 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:18:16,109 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:19:16,136 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:19:16,140 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:19:16,141 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:20:16,148 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:20:16,148 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:20:16,153 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:21:16,108 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:22:16,142 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:22:16,143 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:22:16,146 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:23:16,129 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:23:16,131 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:24:16,117 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:24:16,120 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:25:16,135 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:25:16,137 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:25:16,139 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:26:16,117 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:26:16,122 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:27:16,110 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:27:16,111 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:27:16,112 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:28:16,132 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:28:16,136 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:28:16,136 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:29:16,120 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:30:15,966 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:30:15,968 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:30:15,970 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:31:15,967 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:31:15,968 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:31:15,970 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:32:15,936 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:33:15,947 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:33:15,951 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:33:15,953 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:34:15,962 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:34:15,962 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:34:15,964 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:35:15,934 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:36:15,947 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:36:15,950 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:36:15,951 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:37:15,962 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:37:15,963 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:37:15,965 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:38:15,916 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:39:15,965 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:39:15,967 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:39:15,969 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:40:15,931 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:41:15,939 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:41:15,941 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:41:15,943 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:42:15,940 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:42:15,940 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:42:15,942 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:43:15,936 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:43:15,936 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:43:15,939 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:44:15,909 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:45:15,881 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:45:15,883 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:45:15,884 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:46:15,879 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:46:15,879 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:46:15,883 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:47:15,866 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:47:15,867 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:47:15,868 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:48:15,839 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:49:15,865 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:49:15,866 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:49:15,868 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:50:15,866 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:50:15,866 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:50:15,868 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:51:15,861 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:51:15,861 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:51:15,862 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:52:15,831 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:53:15,859 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:53:15,863 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:53:15,864 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:54:15,842 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:54:15,843 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:54:15,845 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:55:15,838 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:56:15,860 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:56:15,863 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:56:15,865 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:57:15,864 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:57:15,865 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:57:15,867 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:58:15,835 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:59:15,845 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:59:15,846 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:59:15,848 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:00:15,847 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:00:15,847 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:00:15,848 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:01:15,971 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:02:16,003 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:02:16,004 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:02:16,006 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:03:16,009 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:03:16,011 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:03:16,014 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:04:15,987 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:05:16,014 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:05:16,014 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:05:16,018 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:06:15,999 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:07:16,010 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:07:16,011 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:07:16,013 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:08:15,989 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:08:15,993 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:09:15,984 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:09:15,989 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:10:16,007 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:10:16,008 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:10:16,011 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:11:15,970 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:11:15,972 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:12:15,992 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:12:15,996 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:13:16,007 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:13:16,009 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:13:16,011 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:14:15,988 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:14:15,989 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:15:16,004 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:15:16,006 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:15:16,007 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:16:16,017 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:16:16,019 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:16:16,020 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:17:15,986 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:18:16,012 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:18:16,012 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:18:16,015 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:19:16,007 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:19:16,010 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:19:16,012 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:20:15,984 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:21:16,010 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:21:16,011 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:21:16,013 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:22:16,005 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:22:16,008 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:22:16,010 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:23:15,993 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:23:15,997 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:24:15,997 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:24:16,001 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:25:16,008 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:25:16,009 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:25:16,010 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:26:15,989 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:26:15,990 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:26:15,993 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:27:15,983 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:28:16,008 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:28:16,010 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:28:16,011 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:29:15,976 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:29:15,977 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:30:15,992 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:30:15,994 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:31:16,008 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:31:16,009 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:31:16,010 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:32:16,086 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:32:16,087 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:33:16,085 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:33:16,086 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:34:16,107 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:34:16,107 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:34:16,109 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:35:16,076 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:36:16,100 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:36:16,100 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:36:16,103 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:37:16,084 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:37:16,087 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:38:16,085 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:38:16,089 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:39:16,101 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:39:16,101 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:39:16,102 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:40:16,088 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:40:16,091 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:41:16,091 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:41:16,093 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:42:16,103 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:42:16,104 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:42:16,105 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:43:16,086 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:43:16,089 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:44:16,082 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:44:16,084 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:45:16,100 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:45:16,101 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:45:16,103 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:46:16,090 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:46:16,092 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:47:16,187 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:47:16,188 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:47:16,189 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:48:16,172 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:48:16,174 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:49:16,153 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:49:16,156 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:50:16,189 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:50:16,190 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:50:16,192 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:51:16,188 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:51:16,191 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:51:16,192 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:52:16,146 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:53:16,195 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:53:16,196 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:53:16,197 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:54:16,189 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:54:16,192 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:54:16,194 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:55:16,172 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:56:16,194 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:56:16,195 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:56:16,198 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:57:16,188 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:57:16,188 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:57:16,189 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:58:16,174 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:59:16,197 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:59:16,200 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:59:16,201 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:00:16,185 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:00:16,185 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:00:16,187 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:01:16,176 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:02:16,167 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:02:16,167 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:02:16,169 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:03:16,187 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:03:16,189 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:04:16,211 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:04:16,212 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:04:16,215 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:05:16,194 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:05:16,196 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:06:16,205 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:06:16,208 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:06:16,210 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:07:16,177 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:07:16,180 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:08:16,195 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:08:16,198 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:09:16,210 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:09:16,211 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:09:16,213 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:10:16,187 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:10:16,189 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:11:16,200 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:11:16,203 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:12:16,216 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:12:16,216 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:12:16,219 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:13:16,202 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:13:16,204 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:14:16,207 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:14:16,209 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:15:16,205 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:15:16,208 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:16:16,217 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:16:16,218 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:16:16,221 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:17:16,204 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:17:16,208 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:18:16,246 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:18:16,249 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:18:16,250 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:19:16,255 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:19:16,256 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:20:16,269 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:20:16,269 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:20:16,272 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:21:16,256 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:21:16,260 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:22:16,260 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:22:16,262 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:23:16,273 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:23:16,276 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:23:16,278 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:24:16,268 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:24:16,270 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:25:16,263 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:25:16,266 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:26:16,281 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:26:16,282 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:26:16,283 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:27:16,281 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:27:16,282 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:27:16,284 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:29:19,117 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:29:19,118 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:36:25,506 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:36:25,507 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:37:25,512 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:37:25,517 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:37:25,518 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:40:45,081 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:40:45,083 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:45:58,640 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:45:58,643 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:49:03,733 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:49:03,735 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:49:03,737 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:50:03,678 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:50:03,680 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:51:03,690 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:51:03,692 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:51:03,693 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:52:03,675 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:52:03,676 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:53:03,670 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:53:03,672 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:54:03,690 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:54:03,691 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:54:03,694 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:55:03,678 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:55:03,681 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:56:03,670 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:56:03,674 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:57:03,693 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:57:03,695 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:57:03,696 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:58:03,679 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:58:03,680 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:02:12,670 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:02:12,672 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:04:07,768 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:04:07,768 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:04:07,769 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:05:07,758 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:05:07,763 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:06:07,777 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:06:07,779 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:06:07,782 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:07:07,772 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:07:07,774 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:07:07,776 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:08:07,744 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:09:07,782 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:09:07,782 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:09:07,784 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:10:07,778 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:10:07,778 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:10:07,782 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:11:07,765 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:11:07,767 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:12:07,762 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:12:07,764 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:13:07,769 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:13:07,773 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:13:07,775 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:14:07,779 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:14:07,781 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:14:07,783 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:15:07,745 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:16:07,771 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:16:07,772 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:16:07,774 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:17:07,846 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:17:07,851 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:17:07,852 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:18:07,816 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:19:07,818 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:19:07,822 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:19:07,823 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:20:07,838 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:20:07,840 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:20:07,842 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:21:07,830 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:21:07,831 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:21:07,832 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:22:07,808 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:23:07,836 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:23:07,836 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:23:07,837 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:24:07,847 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:24:07,849 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:24:07,850 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:25:07,817 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:26:07,833 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:26:07,834 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:26:07,835 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:27:07,832 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:27:07,833 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:27:07,836 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:28:07,843 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:28:07,844 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:28:07,847 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:29:07,831 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:29:07,832 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:29:07,835 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:30:07,821 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:31:07,834 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:31:07,836 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:31:07,838 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:32:07,837 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:32:07,844 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:32:07,845 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:33:07,852 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:33:58,752 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:33:58,753 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:33:58,755 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:34:15,139 basehttp 33886 6220263424 "GET /en/inventory/ HTTP/1.1" 200 54797 INFO 2025-09-06 14:34:15,152 basehttp 33886 6220263424 "GET /static/css/custom.css HTTP/1.1" 304 0 INFO 2025-09-06 14:34:15,203 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:34:38,000 basehttp 33886 6220263424 "GET /en/inventory/items/ HTTP/1.1" 200 73396 INFO 2025-09-06 14:34:38,009 basehttp 33886 6203437056 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-06 14:34:38,009 basehttp 33886 6220263424 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-06 14:34:38,010 basehttp 33886 6253916160 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-06 14:34:38,010 basehttp 33886 6237089792 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-06 14:34:38,046 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:34:58,986 basehttp 33886 6237089792 "GET /en/inventory/stock/?item=2 HTTP/1.1" 200 134411 INFO 2025-09-06 14:34:59,001 basehttp 33886 6237089792 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-06 14:34:59,004 basehttp 33886 6203437056 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-06 14:34:59,005 basehttp 33886 6253916160 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-06 14:34:59,005 basehttp 33886 6287568896 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-06 14:34:59,006 basehttp 33886 6270742528 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-06 14:34:59,006 basehttp 33886 6237089792 "GET /static/plugins/dropzone/src/options.js HTTP/1.1" 200 23721 INFO 2025-09-06 14:34:59,006 basehttp 33886 6220263424 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-06 14:34:59,041 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:35:14,797 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 14:35:14,842 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:36:19,758 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:36:20,757 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 14:36:20,854 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:38:00,554 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:38:00,564 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 14:38:00,774 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:46:25,170 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:46:25,184 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 14:46:25,323 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:47:26,166 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:47:26,178 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 14:47:26,252 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:48:27,151 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:48:27,161 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 14:48:27,268 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:49:56,856 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:49:56,868 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 14:49:56,969 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:00:49,031 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:00:49,045 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:00:49,143 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:05:53,451 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:05:53,463 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:05:53,552 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:12:27,937 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:12:27,952 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:12:28,016 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:13:28,948 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:13:28,960 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:13:29,067 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:14:29,957 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:14:29,970 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:14:30,075 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:15:30,930 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:15:30,940 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:15:31,070 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:16:31,940 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:16:31,953 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:16:32,018 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:17:32,941 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:17:32,952 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:17:33,015 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:18:33,943 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:18:33,955 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:18:34,019 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:19:34,947 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:19:34,960 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:19:35,051 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:20:35,963 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:20:35,978 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:20:36,083 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:21:36,962 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:21:36,975 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:21:37,040 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:22:37,969 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:22:37,981 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:22:38,046 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:23:38,972 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:23:38,984 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:23:39,064 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:24:39,965 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:24:39,978 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:24:40,046 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:25:40,969 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:25:40,982 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:25:41,092 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:26:41,972 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:26:41,985 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:26:42,067 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:27:42,970 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:27:42,983 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:27:43,077 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:28:43,984 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:28:43,995 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:28:44,096 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:29:44,978 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:29:44,989 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:29:45,092 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:30:46,014 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:30:46,026 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:30:46,090 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:31:46,969 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:31:46,982 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:31:47,048 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:32:47,982 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:32:47,989 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:32:48,144 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:33:48,983 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:33:48,993 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:33:49,101 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:34:49,981 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:34:49,995 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:34:50,102 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:35:50,974 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:35:50,988 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:35:51,048 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:36:51,965 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:36:51,975 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:36:52,007 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:37:52,975 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:37:52,988 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:37:53,088 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:38:53,979 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:38:53,992 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:38:54,055 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:39:54,979 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:39:54,990 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:39:55,057 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:40:55,989 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:40:56,000 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:40:56,106 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:41:56,991 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:41:57,003 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:41:57,121 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:42:58,005 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:42:58,013 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:42:58,137 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:43:59,000 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:43:59,009 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:43:59,077 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:44:59,984 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:44:59,994 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:45:00,090 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:46:01,003 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:46:01,013 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:46:01,163 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:47:01,995 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:47:02,005 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:47:02,106 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:48:02,985 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:48:02,998 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:48:03,062 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:49:03,999 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:49:04,010 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:49:04,073 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:50:04,986 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:50:05,001 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:50:05,068 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:51:05,860 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:51:05,874 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:51:05,951 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:52:06,873 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:52:06,885 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:52:07,004 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:53:07,885 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:53:07,893 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:53:08,003 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:54:08,855 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:54:08,867 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:54:08,959 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:55:09,870 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:55:09,882 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:55:09,993 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:56:10,869 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:56:10,879 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:56:10,977 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:57:11,870 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:57:11,882 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:57:11,986 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:58:12,860 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:58:12,874 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:58:12,939 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:59:13,869 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:59:13,879 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:59:13,940 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:00:14,868 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:00:14,879 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:00:14,983 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:01:15,869 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:01:15,880 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:01:15,982 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:02:16,863 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:02:16,875 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:02:16,996 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:03:17,881 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:03:17,890 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:03:17,985 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:04:18,864 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:04:18,875 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:04:18,947 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:05:19,850 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:05:19,862 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:05:19,969 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:06:20,865 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:06:20,878 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:06:21,012 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:07:21,713 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:07:21,727 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:07:21,821 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:08:22,706 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:08:22,720 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:08:22,858 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:09:23,713 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:09:23,725 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:09:23,825 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:10:24,704 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:10:24,715 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:10:24,817 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:11:25,705 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:11:25,718 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:11:25,788 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:12:26,704 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:12:26,715 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:12:26,834 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:13:27,717 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:13:27,727 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:13:27,851 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:14:28,749 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:14:28,759 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:14:28,856 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:15:29,736 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:15:29,753 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:15:29,856 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:16:30,741 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:16:30,752 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:16:30,851 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:16:47,075 basehttp 33886 6220263424 "GET /en/blood-bank HTTP/1.1" 301 0 INFO 2025-09-06 16:16:47,119 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 48550 INFO 2025-09-06 16:16:47,146 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:17:47,167 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:18:13,285 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:18:13,299 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:18:13,342 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:18:19,604 basehttp 33886 6220263424 "GET /en/blood-bank/donors/create/ HTTP/1.1" 200 29822 INFO 2025-09-06 16:18:19,643 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:19:19,661 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 16:20:13,056 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:20:13,056 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:20:19,672 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:21:03,834 basehttp 33886 6220263424 "GET /en/blood-bank/donors/ HTTP/1.1" 200 83869 WARNING 2025-09-06 16:21:03,852 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:21:03,853 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:21:03,940 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:21:20,680 basehttp 33886 6220263424 "GET /en/blood-bank/donors/34/eligibility/ HTTP/1.1" 200 29485 WARNING 2025-09-06 16:21:20,702 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:21:20,702 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:21:20,776 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:22:20,777 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:23:20,798 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:24:20,794 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:25:20,789 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 16:26:00,682 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:26:00,684 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:26:00,685 basehttp 33886 6220263424 - Broken pipe from ('127.0.0.1', 50101) INFO 2025-09-06 16:26:00,686 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 16:26:00,695 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:26:00,695 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 16:26:03,258 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:26:03,260 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:26:03,261 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 16:26:03,272 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:26:03,273 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 16:26:03,964 log 33886 6237089792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:26:03,964 basehttp 33886 6237089792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:26:03,965 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:26:03,975 basehttp 33886 6220263424 "GET /en/blood-bank/ HTTP/1.1" 200 48550 WARNING 2025-09-06 16:26:03,985 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:26:03,985 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 16:26:03,990 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:26:03,990 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:26:04,060 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:26:05,149 basehttp 33886 6220263424 "GET /en/blood-bank/ HTTP/1.1" 200 48550 WARNING 2025-09-06 16:26:05,171 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:26:05,171 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:26:05,259 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:26:53,284 basehttp 33886 6220263424 "GET /en/blood-bank/ HTTP/1.1" 200 48574 WARNING 2025-09-06 16:26:53,303 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:26:53,303 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:26:53,400 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:27:14,968 basehttp 33886 6220263424 "GET /en/blood-bank/ HTTP/1.1" 200 48550 WARNING 2025-09-06 16:27:14,987 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:27:14,987 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:27:15,075 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:27:24,207 basehttp 33886 6220263424 "GET /en/admin/blood_bank/bloodtest/ HTTP/1.1" 200 143771 INFO 2025-09-06 16:27:24,215 basehttp 33886 6203437056 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-06 16:27:24,215 basehttp 33886 6253916160 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-06 16:27:24,215 basehttp 33886 6237089792 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-06 16:27:24,216 basehttp 33886 6220263424 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-06 16:27:24,217 basehttp 33886 6270742528 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-06 16:27:24,219 basehttp 33886 6203437056 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-06 16:27:24,219 basehttp 33886 6237089792 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-06 16:27:24,221 basehttp 33886 6270742528 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-06 16:27:24,221 basehttp 33886 6220263424 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-06 16:27:24,222 basehttp 33886 6270742528 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-06 16:27:24,222 basehttp 33886 6237089792 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-06 16:27:24,222 basehttp 33886 6203437056 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-06 16:27:24,226 basehttp 33886 6253916160 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-06 16:27:24,228 basehttp 33886 6270742528 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-06 16:27:24,232 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:27:24,234 basehttp 33886 6287568896 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-06 16:27:24,234 basehttp 33886 6220263424 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-06 16:27:24,236 basehttp 33886 6287568896 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-06 16:27:24,246 basehttp 33886 6220263424 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-06 16:27:24,247 basehttp 33886 6220263424 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-06 16:27:24,247 basehttp 33886 6287568896 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-06 16:27:24,248 basehttp 33886 6287568896 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-06 16:27:32,066 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81874 INFO 2025-09-06 16:27:32,080 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:27:40,647 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/1/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:27:40,657 basehttp 33886 6287568896 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-06 16:27:40,660 basehttp 33886 6220263424 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-06 16:27:40,660 basehttp 33886 6253916160 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-06 16:27:40,662 basehttp 33886 6253916160 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-06 16:27:40,665 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:27:46,369 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodgroup/1/change/ HTTP/1.1" 200 75449 INFO 2025-09-06 16:27:46,386 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:27:49,365 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/1/delete/ HTTP/1.1" 200 73923 INFO 2025-09-06 16:27:49,376 basehttp 33886 6287568896 "GET /static/admin/js/cancel.js HTTP/1.1" 200 884 INFO 2025-09-06 16:28:00,570 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodgroup/1/change/ HTTP/1.1" 200 75449 INFO 2025-09-06 16:28:00,584 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:28:02,232 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/1/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:28:03,592 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81874 INFO 2025-09-06 16:28:04,303 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81874 INFO 2025-09-06 16:28:04,317 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:28:15,719 basehttp 33886 6287568896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:28:17,426 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/1/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:28:17,442 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:28:19,832 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/1/delete/ HTTP/1.1" 200 73923 INFO 2025-09-06 16:28:22,865 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/1/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:28:31,932 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodgroup/1/change/ HTTP/1.1" 200 75449 INFO 2025-09-06 16:28:31,951 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:28:37,921 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/1/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:28:38,611 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81874 INFO 2025-09-06 16:28:48,337 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113409 INFO 2025-09-06 16:28:48,353 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:29:12,716 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodcomponent/ HTTP/1.1" 200 79764 INFO 2025-09-06 16:29:12,725 basehttp 33886 6253916160 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-06 16:29:12,731 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:29:16,840 basehttp 33886 6287568896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:29:27,756 basehttp 33886 6287568896 "GET /en/admin/blood_bank/adversereaction/ HTTP/1.1" 200 76655 INFO 2025-09-06 16:29:27,774 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:29:32,755 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81874 INFO 2025-09-06 16:29:32,771 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:29:46,169 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 75384 INFO 2025-09-06 16:29:57,017 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81874 INFO 2025-09-06 16:30:00,741 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160500 INFO 2025-09-06 16:30:00,756 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:30:13,630 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/48/change/ HTTP/1.1" 200 172720 INFO 2025-09-06 16:30:13,648 basehttp 33886 6270742528 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-09-06 16:30:13,648 basehttp 33886 6253916160 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-06 16:30:13,649 basehttp 33886 6220263424 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-06 16:30:13,651 basehttp 33886 6220263424 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-06 16:30:13,651 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:30:13,652 basehttp 33886 6220263424 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-06 16:30:13,675 basehttp 33886 6220263424 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-06 16:30:13,676 basehttp 33886 6287568896 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-09-06 16:30:17,851 basehttp 33886 6287568896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:30:29,736 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/48/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:30:29,790 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160737 INFO 2025-09-06 16:30:29,800 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:30:33,124 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/33/change/ HTTP/1.1" 200 172757 INFO 2025-09-06 16:30:33,142 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:30:41,227 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/33/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:30:41,282 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160745 INFO 2025-09-06 16:30:41,293 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:30:43,975 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/15/change/ HTTP/1.1" 200 172750 INFO 2025-09-06 16:30:43,996 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:30:48,836 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/15/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:30:48,890 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160740 INFO 2025-09-06 16:30:48,902 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:30:54,097 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/74/change/ HTTP/1.1" 200 172745 INFO 2025-09-06 16:30:54,120 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:30:59,993 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/74/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:31:00,049 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160733 INFO 2025-09-06 16:31:00,060 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:31:04,622 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/67/change/ HTTP/1.1" 200 172752 INFO 2025-09-06 16:31:04,640 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:31:08,958 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/67/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:31:09,039 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160732 INFO 2025-09-06 16:31:09,049 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:31:11,801 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/62/change/ HTTP/1.1" 200 172757 INFO 2025-09-06 16:31:11,821 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:31:15,814 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/62/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:31:15,870 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160728 INFO 2025-09-06 16:31:15,881 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:31:18,524 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/45/change/ HTTP/1.1" 200 172722 INFO 2025-09-06 16:31:18,544 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:31:18,829 basehttp 33886 6287568896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:31:24,017 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/45/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:31:24,074 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160714 INFO 2025-09-06 16:31:24,086 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:31:26,276 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/21/change/ HTTP/1.1" 200 172725 INFO 2025-09-06 16:31:26,298 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:31:31,397 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/21/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:31:31,454 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160713 INFO 2025-09-06 16:31:31,465 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:31:36,400 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/39/change/ HTTP/1.1" 200 172740 INFO 2025-09-06 16:31:36,420 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:31:41,267 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/39/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:31:41,323 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160713 INFO 2025-09-06 16:31:41,334 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:31:48,413 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/54/change/ HTTP/1.1" 200 172717 INFO 2025-09-06 16:31:48,433 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:31:52,377 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/54/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:31:52,434 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160701 INFO 2025-09-06 16:31:52,446 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:31:58,783 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/91/change/ HTTP/1.1" 200 172754 INFO 2025-09-06 16:31:58,799 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:04,728 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/91/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:32:04,784 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160709 INFO 2025-09-06 16:32:04,796 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:08,181 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/23/change/ HTTP/1.1" 200 172711 INFO 2025-09-06 16:32:08,202 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:12,024 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/23/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:32:12,085 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160693 INFO 2025-09-06 16:32:12,097 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:15,530 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/58/change/ HTTP/1.1" 200 172718 INFO 2025-09-06 16:32:15,552 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:15,855 basehttp 33886 6287568896 "GET /en/blood-bank/ HTTP/1.1" 200 47814 WARNING 2025-09-06 16:32:15,874 log 33886 6287568896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:32:15,875 basehttp 33886 6287568896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:32:15,960 basehttp 33886 6287568896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:32:19,648 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/58/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:32:19,705 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160690 INFO 2025-09-06 16:32:19,717 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:22,494 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/96/change/ HTTP/1.1" 200 172723 INFO 2025-09-06 16:32:22,512 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:26,546 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/96/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:32:26,600 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160686 INFO 2025-09-06 16:32:26,611 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:29,973 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/86/change/ HTTP/1.1" 200 172710 INFO 2025-09-06 16:32:29,997 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:33,900 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/86/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:32:33,982 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160679 INFO 2025-09-06 16:32:33,993 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:36,180 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/87/change/ HTTP/1.1" 200 172713 INFO 2025-09-06 16:32:36,197 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:39,882 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/87/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:32:39,941 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160676 INFO 2025-09-06 16:32:39,954 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:43,168 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/26/change/ HTTP/1.1" 200 172722 INFO 2025-09-06 16:32:43,189 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:46,552 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/26/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:32:46,608 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160674 INFO 2025-09-06 16:32:46,621 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:49,140 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/98/change/ HTTP/1.1" 200 172710 INFO 2025-09-06 16:32:49,163 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:53,149 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/98/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:32:53,199 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160667 INFO 2025-09-06 16:32:53,211 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:56,137 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/25/change/ HTTP/1.1" 200 172720 INFO 2025-09-06 16:32:56,157 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:01,230 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/25/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:33:01,287 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160666 INFO 2025-09-06 16:33:01,299 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:03,942 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/57/change/ HTTP/1.1" 200 172713 INFO 2025-09-06 16:33:03,963 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:08,275 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/57/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:33:08,331 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160659 INFO 2025-09-06 16:33:08,344 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:11,163 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/22/change/ HTTP/1.1" 200 172713 INFO 2025-09-06 16:33:11,180 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:14,830 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/22/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:33:14,887 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160657 INFO 2025-09-06 16:33:14,900 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:16,845 basehttp 33886 6287568896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:33:17,685 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/30/change/ HTTP/1.1" 200 172721 INFO 2025-09-06 16:33:17,707 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:21,550 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/30/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:33:21,610 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160654 INFO 2025-09-06 16:33:21,623 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:24,599 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/80/change/ HTTP/1.1" 200 172726 INFO 2025-09-06 16:33:24,620 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:28,034 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/80/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:33:28,090 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160651 INFO 2025-09-06 16:33:28,103 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:30,824 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/4/change/ HTTP/1.1" 200 172708 INFO 2025-09-06 16:33:30,845 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:33,801 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/4/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:33:33,856 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160644 INFO 2025-09-06 16:33:33,870 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:36,498 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/42/change/ HTTP/1.1" 200 172745 INFO 2025-09-06 16:33:36,519 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:39,880 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/42/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:33:39,935 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160649 INFO 2025-09-06 16:33:39,947 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:44,513 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/56/change/ HTTP/1.1" 200 172723 INFO 2025-09-06 16:33:44,533 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:47,955 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/56/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:33:48,010 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160638 INFO 2025-09-06 16:33:48,024 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:50,984 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/97/change/ HTTP/1.1" 200 172734 INFO 2025-09-06 16:33:51,004 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:54,278 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/97/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:33:54,358 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160638 INFO 2025-09-06 16:33:54,371 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:57,585 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/60/change/ HTTP/1.1" 200 172749 INFO 2025-09-06 16:33:57,610 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:34:01,681 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/60/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:34:01,736 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160640 INFO 2025-09-06 16:34:01,749 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:34:06,763 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/69/change/ HTTP/1.1" 200 172736 INFO 2025-09-06 16:34:06,784 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:34:10,784 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/69/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:34:10,841 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160630 INFO 2025-09-06 16:34:10,853 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:34:14,826 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/29/change/ HTTP/1.1" 200 172711 INFO 2025-09-06 16:34:14,850 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:34:17,834 basehttp 33886 6287568896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:34:18,201 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/29/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:34:18,250 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160619 INFO 2025-09-06 16:34:18,262 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:34:22,214 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/92/change/ HTTP/1.1" 200 172745 INFO 2025-09-06 16:34:22,236 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:34:26,719 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/92/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:34:26,774 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160625 INFO 2025-09-06 16:34:26,786 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:34:29,600 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/17/change/ HTTP/1.1" 200 172745 INFO 2025-09-06 16:34:29,622 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:34:33,395 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/17/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:34:33,450 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160622 INFO 2025-09-06 16:34:33,461 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:34:38,655 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/24/change/ HTTP/1.1" 200 172739 INFO 2025-09-06 16:34:38,675 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:34:43,330 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/24/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:34:43,388 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160618 INFO 2025-09-06 16:34:43,399 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:34:47,699 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/76/change/ HTTP/1.1" 200 172745 INFO 2025-09-06 16:34:47,719 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:34:52,499 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/76/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:34:52,555 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160614 INFO 2025-09-06 16:34:52,567 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:34:58,709 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/40/change/ HTTP/1.1" 200 172724 INFO 2025-09-06 16:34:58,729 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:35:02,311 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/40/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:35:02,367 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160602 INFO 2025-09-06 16:35:02,379 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:35:05,611 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/32/change/ HTTP/1.1" 200 172723 INFO 2025-09-06 16:35:05,630 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:35:09,164 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/32/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:35:09,219 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160598 INFO 2025-09-06 16:35:09,231 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:35:14,493 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/65/change/ HTTP/1.1" 200 172704 INFO 2025-09-06 16:35:14,515 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:35:17,710 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/65/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:35:17,765 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160591 INFO 2025-09-06 16:35:17,777 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:35:18,844 basehttp 33886 6287568896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:35:21,803 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/50/change/ HTTP/1.1" 200 172720 INFO 2025-09-06 16:35:21,826 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:35:25,588 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/50/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:35:25,646 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160590 INFO 2025-09-06 16:35:25,659 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:35:27,046 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/?o=4.-5 HTTP/1.1" 200 164191 INFO 2025-09-06 16:35:27,070 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:35:28,691 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/?o=-4.-5 HTTP/1.1" 200 164348 INFO 2025-09-06 16:35:28,707 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:35:35,793 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodtest/ HTTP/1.1" 200 143659 INFO 2025-09-06 16:35:35,810 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:35:45,432 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160348 INFO 2025-09-06 16:35:45,446 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:35:50,869 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81874 INFO 2025-09-06 16:35:50,885 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:35:54,925 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/1/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:35:54,939 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:35:57,220 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/1/delete/ HTTP/1.1" 200 74374 INFO 2025-09-06 16:36:02,219 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/67/change/ HTTP/1.1" 200 172746 INFO 2025-09-06 16:36:02,235 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:36:11,840 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/1/delete/?_to_field=id&_popup=1 HTTP/1.1" 200 4618 INFO 2025-09-06 16:36:16,940 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/1/delete/ HTTP/1.1" 200 74374 INFO 2025-09-06 16:36:18,464 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/1/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:36:19,845 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81874 INFO 2025-09-06 16:36:19,851 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:36:39,295 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/2/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:36:39,315 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:36:41,159 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/2/delete/ HTTP/1.1" 200 74311 INFO 2025-09-06 16:36:45,733 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/2/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:36:48,582 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81874 INFO 2025-09-06 16:36:49,762 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/10/change/ HTTP/1.1" 200 75262 INFO 2025-09-06 16:36:49,786 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:36:51,392 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/10/delete/ HTTP/1.1" 200 73784 INFO 2025-09-06 16:36:58,458 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/34/change/ HTTP/1.1" 200 128202 INFO 2025-09-06 16:36:58,479 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:37:08,588 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodrequest/34/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:37:08,633 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113681 INFO 2025-09-06 16:37:08,650 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:37:13,898 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/39/change/ HTTP/1.1" 200 128216 INFO 2025-09-06 16:37:13,919 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:37:16,829 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45659 WARNING 2025-09-06 16:37:16,846 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:37:16,846 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:37:17,020 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:37:18,814 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodrequest/39/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:37:18,859 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113683 INFO 2025-09-06 16:37:18,874 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:37:21,250 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/38/change/ HTTP/1.1" 200 128188 INFO 2025-09-06 16:37:21,272 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:37:25,406 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodrequest/38/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:37:25,452 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113682 INFO 2025-09-06 16:37:25,469 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:37:27,438 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/37/change/ HTTP/1.1" 200 128225 INFO 2025-09-06 16:37:27,457 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:37:31,018 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodrequest/37/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:37:31,061 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113686 INFO 2025-09-06 16:37:31,075 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:37:32,801 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/36/change/ HTTP/1.1" 200 128191 INFO 2025-09-06 16:37:32,818 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:37:36,388 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodrequest/36/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:37:36,433 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113685 INFO 2025-09-06 16:37:36,448 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:37:38,132 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/36/change/ HTTP/1.1" 200 128191 INFO 2025-09-06 16:37:39,284 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113409 INFO 2025-09-06 16:37:42,467 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81874 INFO 2025-09-06 16:37:42,483 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:37:46,876 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/10/change/ HTTP/1.1" 200 75262 INFO 2025-09-06 16:37:46,892 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:37:48,568 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/10/delete/ HTTP/1.1" 200 73352 INFO 2025-09-06 16:37:51,575 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/25/change/ HTTP/1.1" 200 128211 INFO 2025-09-06 16:37:51,593 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:37:55,384 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodrequest/25/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:37:55,428 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113692 INFO 2025-09-06 16:37:55,449 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:37:57,884 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/25/change/ HTTP/1.1" 200 128211 INFO 2025-09-06 16:37:57,962 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/10/delete/ HTTP/1.1" 200 73199 INFO 2025-09-06 16:37:59,685 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/35/change/ HTTP/1.1" 200 128217 INFO 2025-09-06 16:37:59,703 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:03,377 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodrequest/35/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:38:03,421 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113686 INFO 2025-09-06 16:38:03,440 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:04,599 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/35/change/ HTTP/1.1" 200 128217 INFO 2025-09-06 16:38:04,662 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/10/delete/ HTTP/1.1" 200 73052 INFO 2025-09-06 16:38:06,508 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/12/change/ HTTP/1.1" 200 95357 INFO 2025-09-06 16:38:06,524 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:11,584 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/12/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:38:11,616 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 113275 INFO 2025-09-06 16:38:11,636 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:12,800 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/12/change/ HTTP/1.1" 200 95357 INFO 2025-09-06 16:38:12,930 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/10/delete/ HTTP/1.1" 200 72955 INFO 2025-09-06 16:38:16,127 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/21/change/ HTTP/1.1" 200 128196 INFO 2025-09-06 16:38:16,144 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:17,834 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:38:20,499 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodrequest/21/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:38:20,528 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113683 INFO 2025-09-06 16:38:20,542 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:22,046 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/21/change/ HTTP/1.1" 200 128196 INFO 2025-09-06 16:38:22,313 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/10/delete/ HTTP/1.1" 200 73318 INFO 2025-09-06 16:38:25,658 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/10/delete/ HTTP/1.1" 302 0 INFO 2025-09-06 16:38:25,688 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81685 INFO 2025-09-06 16:38:25,704 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:29,087 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/9/change/ HTTP/1.1" 200 75260 INFO 2025-09-06 16:38:29,101 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:30,960 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/9/delete/ HTTP/1.1" 200 73146 INFO 2025-09-06 16:38:32,560 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/40/change/ HTTP/1.1" 200 128172 INFO 2025-09-06 16:38:32,582 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:36,591 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodrequest/40/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:38:36,639 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113684 INFO 2025-09-06 16:38:36,653 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:38,021 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/40/change/ HTTP/1.1" 200 128172 INFO 2025-09-06 16:38:38,098 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/9/delete/ HTTP/1.1" 200 73001 INFO 2025-09-06 16:38:39,212 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/22/change/ HTTP/1.1" 200 95322 INFO 2025-09-06 16:38:39,236 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:44,845 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/22/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:38:44,883 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 113205 INFO 2025-09-06 16:38:44,895 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:46,244 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/22/change/ HTTP/1.1" 200 95322 INFO 2025-09-06 16:38:46,465 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/9/delete/ HTTP/1.1" 200 72904 INFO 2025-09-06 16:38:47,472 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/39/change/ HTTP/1.1" 200 95272 INFO 2025-09-06 16:38:47,493 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:51,003 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/39/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:38:51,044 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 113200 INFO 2025-09-06 16:38:51,063 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:52,596 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/39/change/ HTTP/1.1" 200 95272 INFO 2025-09-06 16:38:52,865 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/9/delete/ HTTP/1.1" 200 73316 INFO 2025-09-06 16:38:53,879 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/9/delete/ HTTP/1.1" 302 0 INFO 2025-09-06 16:38:53,911 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81339 INFO 2025-09-06 16:38:53,938 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:57,966 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/14/change/ HTTP/1.1" 200 75265 INFO 2025-09-06 16:38:57,984 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:59,672 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/14/delete/ HTTP/1.1" 200 73099 INFO 2025-09-06 16:39:01,162 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/11/change/ HTTP/1.1" 200 95295 INFO 2025-09-06 16:39:01,178 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:39:05,194 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/11/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:39:05,237 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 113135 INFO 2025-09-06 16:39:05,260 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:39:06,505 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/11/change/ HTTP/1.1" 200 95295 INFO 2025-09-06 16:39:06,626 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/14/delete/ HTTP/1.1" 200 73001 INFO 2025-09-06 16:39:07,995 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/36/change/ HTTP/1.1" 200 95269 INFO 2025-09-06 16:39:08,013 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:39:11,503 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/36/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:39:11,545 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 113129 INFO 2025-09-06 16:39:11,566 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:39:12,572 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/36/change/ HTTP/1.1" 200 95269 INFO 2025-09-06 16:39:12,706 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/14/delete/ HTTP/1.1" 200 72907 INFO 2025-09-06 16:39:13,900 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/5/change/ HTTP/1.1" 200 95238 INFO 2025-09-06 16:39:13,914 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:39:17,190 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/5/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:39:17,233 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 113127 INFO 2025-09-06 16:39:17,252 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:39:18,715 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/5/change/ HTTP/1.1" 200 95238 INFO 2025-09-06 16:39:18,823 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:39:18,926 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/14/delete/ HTTP/1.1" 200 73321 INFO 2025-09-06 16:39:19,830 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/14/delete/ HTTP/1.1" 302 0 INFO 2025-09-06 16:39:19,844 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 80989 INFO 2025-09-06 16:39:19,862 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:39:35,326 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/1/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:39:35,344 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:39:42,460 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/1/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:39:42,491 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81053 INFO 2025-09-06 16:39:42,508 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:39:49,474 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/2/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:39:49,488 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:39:52,129 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/2/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:39:52,160 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81062 INFO 2025-09-06 16:39:52,179 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:39:54,744 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/5/change/ HTTP/1.1" 200 75248 INFO 2025-09-06 16:39:54,765 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:39:58,822 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 80847 INFO 2025-09-06 16:40:08,690 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/5/change/ HTTP/1.1" 200 75248 INFO 2025-09-06 16:40:08,706 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:40:11,256 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/5/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:40:11,291 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81072 INFO 2025-09-06 16:40:11,314 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:40:12,684 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/6/change/ HTTP/1.1" 200 75248 INFO 2025-09-06 16:40:12,702 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:40:15,075 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/6/change/ HTTP/1.1" 200 75452 INFO 2025-09-06 16:40:15,096 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:40:18,628 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/6/change/ HTTP/1.1" 200 75248 INFO 2025-09-06 16:40:19,505 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 80856 INFO 2025-09-06 16:40:19,838 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:40:22,742 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/5/change/ HTTP/1.1" 200 75263 INFO 2025-09-06 16:40:22,760 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:40:24,811 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/5/delete/ HTTP/1.1" 200 75949 INFO 2025-09-06 16:40:32,924 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/5/change/ HTTP/1.1" 200 75263 INFO 2025-09-06 16:40:34,150 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 80856 INFO 2025-09-06 16:40:37,483 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/5/change/ HTTP/1.1" 200 75263 INFO 2025-09-06 16:40:37,501 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:40:40,096 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/5/delete/ HTTP/1.1" 200 75949 INFO 2025-09-06 16:40:41,557 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/5/change/ HTTP/1.1" 200 75263 INFO 2025-09-06 16:40:41,981 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 80856 INFO 2025-09-06 16:40:43,493 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/6/change/ HTTP/1.1" 200 75248 INFO 2025-09-06 16:40:43,511 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:40:45,298 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/6/delete/ HTTP/1.1" 200 75621 INFO 2025-09-06 16:40:46,803 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/6/change/ HTTP/1.1" 200 75248 INFO 2025-09-06 16:40:47,191 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 80856 INFO 2025-09-06 16:40:49,506 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/13/change/ HTTP/1.1" 200 75265 INFO 2025-09-06 16:40:49,526 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:40:50,978 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/13/delete/ HTTP/1.1" 200 72910 INFO 2025-09-06 16:40:52,357 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/29/change/ HTTP/1.1" 200 95255 INFO 2025-09-06 16:40:52,373 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:09,330 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/29/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:41:09,373 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 113095 INFO 2025-09-06 16:41:09,392 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:10,744 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/29/change/ HTTP/1.1" 200 95255 INFO 2025-09-06 16:41:10,980 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/13/delete/ HTTP/1.1" 200 73321 INFO 2025-09-06 16:41:12,175 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/13/delete/ HTTP/1.1" 302 0 INFO 2025-09-06 16:41:12,194 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 80665 INFO 2025-09-06 16:41:12,207 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:14,926 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/6/change/ HTTP/1.1" 200 75248 INFO 2025-09-06 16:41:14,952 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:17,136 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/6/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:41:17,172 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 80730 INFO 2025-09-06 16:41:17,188 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:20,836 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:41:25,084 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/12/change/ HTTP/1.1" 200 75262 INFO 2025-09-06 16:41:25,101 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:26,933 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/12/delete/ HTTP/1.1" 200 73051 INFO 2025-09-06 16:41:28,289 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/4/change/ HTTP/1.1" 200 95215 INFO 2025-09-06 16:41:28,310 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:34,180 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/4/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:41:34,223 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 113041 INFO 2025-09-06 16:41:34,237 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:35,467 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/4/change/ HTTP/1.1" 200 95215 INFO 2025-09-06 16:41:35,598 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/12/delete/ HTTP/1.1" 200 72955 INFO 2025-09-06 16:41:36,602 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/31/change/ HTTP/1.1" 200 128153 INFO 2025-09-06 16:41:36,618 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:40,536 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodrequest/31/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:41:40,606 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113683 INFO 2025-09-06 16:41:40,624 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:42,004 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/31/change/ HTTP/1.1" 200 128153 INFO 2025-09-06 16:41:42,113 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/12/delete/ HTTP/1.1" 200 73318 INFO 2025-09-06 16:41:43,174 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/12/delete/ HTTP/1.1" 302 0 INFO 2025-09-06 16:41:43,203 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 80325 INFO 2025-09-06 16:41:43,222 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:45,944 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/11/change/ HTTP/1.1" 200 75262 INFO 2025-09-06 16:41:45,963 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:47,294 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/11/delete/ HTTP/1.1" 200 73634 INFO 2025-09-06 16:41:48,697 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/3/change/ HTTP/1.1" 200 95137 INFO 2025-09-06 16:41:48,713 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:52,888 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/3/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:41:52,933 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 112970 INFO 2025-09-06 16:41:52,951 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:54,217 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/3/change/ HTTP/1.1" 200 95137 INFO 2025-09-06 16:41:54,332 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/11/delete/ HTTP/1.1" 200 73539 INFO 2025-09-06 16:41:55,954 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/16/change/ HTTP/1.1" 200 95172 INFO 2025-09-06 16:41:55,967 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:59,277 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/16/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:41:59,300 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 112968 INFO 2025-09-06 16:41:59,315 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:00,427 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/16/change/ HTTP/1.1" 200 95172 INFO 2025-09-06 16:42:00,584 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/11/delete/ HTTP/1.1" 200 73444 INFO 2025-09-06 16:42:01,677 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/49/change/ HTTP/1.1" 200 95174 INFO 2025-09-06 16:42:01,690 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:04,897 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/49/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:42:04,938 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 112967 INFO 2025-09-06 16:42:04,960 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:05,999 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/49/change/ HTTP/1.1" 200 95174 INFO 2025-09-06 16:42:06,120 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/11/delete/ HTTP/1.1" 200 73348 INFO 2025-09-06 16:42:07,133 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/20/change/ HTTP/1.1" 200 95137 INFO 2025-09-06 16:42:07,152 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:10,752 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/20/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:42:10,798 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 112964 INFO 2025-09-06 16:42:10,814 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:11,899 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/20/change/ HTTP/1.1" 200 95137 INFO 2025-09-06 16:42:12,018 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/11/delete/ HTTP/1.1" 200 73253 INFO 2025-09-06 16:42:13,244 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/26/change/ HTTP/1.1" 200 128151 INFO 2025-09-06 16:42:13,261 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:17,060 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodrequest/26/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:42:17,104 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113693 INFO 2025-09-06 16:42:17,120 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:17,847 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45659 WARNING 2025-09-06 16:42:17,866 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:42:17,866 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:42:17,929 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:42:18,274 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/26/change/ HTTP/1.1" 200 128151 INFO 2025-09-06 16:42:18,917 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/11/delete/ HTTP/1.1" 200 73099 INFO 2025-09-06 16:42:20,025 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/43/change/ HTTP/1.1" 200 95141 INFO 2025-09-06 16:42:20,038 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:23,668 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/43/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:42:23,711 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 112963 INFO 2025-09-06 16:42:23,730 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:24,714 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/43/change/ HTTP/1.1" 200 95141 INFO 2025-09-06 16:42:24,847 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/11/delete/ HTTP/1.1" 200 73003 INFO 2025-09-06 16:42:26,065 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/6/change/ HTTP/1.1" 200 95187 INFO 2025-09-06 16:42:26,082 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:30,145 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/6/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:42:30,188 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 112962 INFO 2025-09-06 16:42:30,206 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:31,138 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/6/change/ HTTP/1.1" 200 95187 INFO 2025-09-06 16:42:31,275 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/11/delete/ HTTP/1.1" 200 72906 INFO 2025-09-06 16:42:32,267 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/7/change/ HTTP/1.1" 200 95175 INFO 2025-09-06 16:42:32,285 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:35,388 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/7/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:42:35,417 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 112958 INFO 2025-09-06 16:42:35,432 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:36,733 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/7/change/ HTTP/1.1" 200 95175 INFO 2025-09-06 16:42:36,907 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/11/delete/ HTTP/1.1" 200 73318 INFO 2025-09-06 16:42:37,723 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/11/delete/ HTTP/1.1" 302 0 INFO 2025-09-06 16:42:37,753 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 79977 INFO 2025-09-06 16:42:37,771 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:44,710 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/16/change/ HTTP/1.1" 200 75262 INFO 2025-09-06 16:42:44,724 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:46,123 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/16/delete/ HTTP/1.1" 200 73155 INFO 2025-09-06 16:42:47,110 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/24/change/ HTTP/1.1" 200 95133 INFO 2025-09-06 16:42:47,129 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:50,185 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/24/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:42:50,215 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 112888 INFO 2025-09-06 16:42:50,226 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:51,339 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/24/change/ HTTP/1.1" 200 95133 INFO 2025-09-06 16:42:51,483 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/16/delete/ HTTP/1.1" 200 73060 INFO 2025-09-06 16:42:52,767 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/26/change/ HTTP/1.1" 200 95103 INFO 2025-09-06 16:42:52,786 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:56,632 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/26/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:42:56,673 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 112887 INFO 2025-09-06 16:42:56,692 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:57,664 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/26/change/ HTTP/1.1" 200 95103 INFO 2025-09-06 16:42:57,830 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/16/delete/ HTTP/1.1" 200 72964 INFO 2025-09-06 16:42:58,785 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/22/change/ HTTP/1.1" 200 128095 INFO 2025-09-06 16:42:58,809 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:02,486 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodrequest/22/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:43:02,531 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113692 INFO 2025-09-06 16:43:02,546 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:03,515 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/22/change/ HTTP/1.1" 200 128095 INFO 2025-09-06 16:43:03,634 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/16/delete/ HTTP/1.1" 200 73318 INFO 2025-09-06 16:43:04,614 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/16/delete/ HTTP/1.1" 302 0 INFO 2025-09-06 16:43:04,647 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 79626 INFO 2025-09-06 16:43:04,672 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:06,359 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/15/change/ HTTP/1.1" 200 75262 INFO 2025-09-06 16:43:06,377 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:08,057 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/15/delete/ HTTP/1.1" 200 73244 INFO 2025-09-06 16:43:09,362 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/8/change/ HTTP/1.1" 200 95095 INFO 2025-09-06 16:43:09,379 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:14,075 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/8/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:43:14,111 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 112815 INFO 2025-09-06 16:43:14,128 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:15,186 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/8/change/ HTTP/1.1" 200 95095 INFO 2025-09-06 16:43:15,358 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/15/delete/ HTTP/1.1" 200 73150 INFO 2025-09-06 16:43:16,398 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/18/change/ HTTP/1.1" 200 95082 INFO 2025-09-06 16:43:16,413 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:18,837 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:43:20,023 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/18/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:43:20,066 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 112818 INFO 2025-09-06 16:43:20,087 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:21,182 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/18/change/ HTTP/1.1" 200 95082 INFO 2025-09-06 16:43:21,311 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/15/delete/ HTTP/1.1" 200 73051 INFO 2025-09-06 16:43:22,366 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/28/change/ HTTP/1.1" 200 128051 INFO 2025-09-06 16:43:22,383 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:26,280 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodrequest/28/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:43:26,323 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113684 INFO 2025-09-06 16:43:26,336 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:27,557 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/28/change/ HTTP/1.1" 200 128051 INFO 2025-09-06 16:43:27,612 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/15/delete/ HTTP/1.1" 200 72906 INFO 2025-09-06 16:43:28,398 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/15/change/ HTTP/1.1" 200 95099 INFO 2025-09-06 16:43:28,412 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:31,813 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/15/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:43:31,852 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 112812 INFO 2025-09-06 16:43:31,865 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:32,914 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/15/change/ HTTP/1.1" 200 95099 INFO 2025-09-06 16:43:33,042 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/15/delete/ HTTP/1.1" 200 73318 INFO 2025-09-06 16:43:34,345 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/15/delete/ HTTP/1.1" 302 0 INFO 2025-09-06 16:43:34,374 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 79278 INFO 2025-09-06 16:43:34,389 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:40,906 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/3/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:43:40,931 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:44,613 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/3/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:43:44,632 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 79343 INFO 2025-09-06 16:43:44,645 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:47,365 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/4/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:43:47,385 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:50,613 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/4/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:43:50,644 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 79352 INFO 2025-09-06 16:43:50,659 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:52,251 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/7/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:43:52,274 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:54,967 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/7/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:43:54,998 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 79361 INFO 2025-09-06 16:43:55,016 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:56,521 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/8/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:43:56,541 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:59,884 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/8/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:43:59,906 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 79370 INFO 2025-09-06 16:43:59,920 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:44:07,396 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45659 WARNING 2025-09-06 16:44:07,416 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:44:07,416 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:44:07,475 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:45:07,466 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:45:24,310 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45923 WARNING 2025-09-06 16:45:24,322 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:45:24,322 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:45:24,384 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:45:42,857 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45891 WARNING 2025-09-06 16:45:42,870 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:45:42,871 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:45:42,921 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:45:44,062 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45891 WARNING 2025-09-06 16:45:44,076 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:45:44,076 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:45:44,123 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:45:44,976 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45891 WARNING 2025-09-06 16:45:44,994 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:45:44,995 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:45:45,038 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:46:40,235 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45011 WARNING 2025-09-06 16:46:40,256 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:46:40,256 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:46:40,311 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:47:34,405 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45667 WARNING 2025-09-06 16:47:34,423 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:47:34,423 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:47:34,476 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:47:49,677 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45731 WARNING 2025-09-06 16:47:49,689 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:47:49,689 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:47:49,737 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:49:31,647 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:50:32,632 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:51:33,629 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:52:34,620 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:55:39,741 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45731 WARNING 2025-09-06 16:55:39,756 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:55:39,756 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:55:39,948 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:56:40,729 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:57:41,730 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:59:04,052 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:00:05,049 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:01:02,060 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45731 WARNING 2025-09-06 17:01:02,074 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:01:02,074 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:01:02,162 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:02:08,038 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:03:09,034 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:04:10,026 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:06:29,514 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:07:31,174 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45731 WARNING 2025-09-06 17:07:31,189 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:07:31,189 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:07:31,246 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:09:35,069 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:09:44,102 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45659 WARNING 2025-09-06 17:09:44,114 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:09:44,114 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:09:44,156 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:10:44,159 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:11:43,536 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45931 WARNING 2025-09-06 17:11:43,547 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:11:43,547 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:11:43,594 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:12:01,743 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45659 WARNING 2025-09-06 17:12:01,765 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:12:01,769 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:12:01,808 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:12:17,925 basehttp 33886 6203437056 "GET /en/blood-bank/requests/create/ HTTP/1.1" 200 53452 WARNING 2025-09-06 17:12:17,941 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:12:17,941 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:12:17,990 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 17:12:33,571 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:12:33,571 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 17:12:33,593 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:12:33,593 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:12:34,955 basehttp 33886 6203437056 "GET /en/blood-bank/units/create/ HTTP/1.1" 200 49161 WARNING 2025-09-06 17:12:34,981 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:12:34,981 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:12:35,016 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 17:12:52,387 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:12:52,387 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 17:12:52,402 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:12:52,402 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:13:01,829 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:14:01,832 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:15:01,836 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:15:32,397 basehttp 33886 6203437056 "GET /en/blood-bank/units/ HTTP/1.1" 200 82703 WARNING 2025-09-06 17:15:32,416 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:15:32,417 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:15:32,439 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 17:15:49,807 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:15:49,807 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 17:15:49,826 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:15:49,826 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:16:01,821 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:16:05,664 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45699 WARNING 2025-09-06 17:16:05,675 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:16:05,676 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:16:05,752 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:16:21,038 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45763 WARNING 2025-09-06 17:16:21,049 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:16:21,049 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:16:21,096 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:17:21,125 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:18:21,122 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:19:21,126 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:20:21,128 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:21:21,142 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:21:21,145 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45763 WARNING 2025-09-06 17:21:21,158 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:21:21,158 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:21:21,203 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:22:21,297 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:23:21,301 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:24:21,303 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:25:21,312 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:26:21,324 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:26:21,326 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45763 WARNING 2025-09-06 17:26:21,340 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:26:21,340 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:26:21,396 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:27:21,417 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:28:21,417 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:29:21,422 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:30:21,427 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:30:32,990 basehttp 33886 6203437056 "GET /en/blood-bank/units/15/ HTTP/1.1" 200 31786 WARNING 2025-09-06 17:30:33,006 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:30:33,006 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:30:33,049 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:30:55,500 basehttp 33886 6203437056 "GET /en/blood-bank/donors/8/ HTTP/1.1" 200 28325 WARNING 2025-09-06 17:30:55,518 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:30:55,518 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:30:55,559 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:31:55,584 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:32:55,585 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:33:55,592 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:34:55,600 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:35:55,602 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:36:55,617 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:38:20,873 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:39:22,855 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:46:10,574 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:46:14,984 basehttp 33886 6203437056 "GET /en/blood-bank/donors/8/update/ HTTP/1.1" 200 29774 WARNING 2025-09-06 17:46:15,010 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:46:15,010 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:46:15,078 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 17:46:21,911 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:46:21,911 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 17:46:21,929 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:46:21,929 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:47:10,572 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:48:10,582 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:49:10,580 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:50:10,588 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:51:10,590 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:52:10,597 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:53:10,610 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:54:10,603 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:55:10,622 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:56:10,628 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:57:11,067 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:58:13,073 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:59:37,067 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:01:37,084 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 18:01:44,660 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:01:44,660 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:02:44,747 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:03:44,753 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 18:04:41,871 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:04:41,873 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:04:51,361 basehttp 33886 6203437056 "GET /en/blood-bank/donors/ HTTP/1.1" 200 82660 WARNING 2025-09-06 18:04:51,379 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:04:51,379 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:04:51,402 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:05:51,421 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:06:51,418 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:07:51,431 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:08:51,444 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:09:51,444 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:10:51,451 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:11:51,456 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:12:51,462 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:13:51,459 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:14:51,470 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:15:51,478 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:16:51,483 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:17:51,480 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:18:51,496 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:19:51,495 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:20:13,850 basehttp 33886 6203437056 "GET /en/blood-bank/donors/34/eligibility/ HTTP/1.1" 200 29485 WARNING 2025-09-06 18:20:13,872 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:20:13,872 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:20:13,925 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 18:20:17,623 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:20:17,623 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 18:20:17,642 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:20:17,642 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 18:20:50,304 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:20:50,304 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:21:03,132 basehttp 33886 6203437056 "GET /en/blood-bank/requests/4/ HTTP/1.1" 200 29366 WARNING 2025-09-06 18:21:03,151 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:21:03,152 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:21:03,195 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:21:34,142 basehttp 33886 6203437056 "GET /en/blood-bank/requests/4/issue/ HTTP/1.1" 200 36651 WARNING 2025-09-06 18:21:34,163 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:21:34,163 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:21:34,204 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:22:34,229 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 18:22:34,585 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:22:34,587 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:22:34,587 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 18:22:34,598 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:22:34,598 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:23:34,570 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:23:45,326 basehttp 33886 6203437056 "GET /en/blood-bank/requests/4/ HTTP/1.1" 200 32597 WARNING 2025-09-06 18:23:45,339 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:23:45,340 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:23:45,383 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:23:58,049 basehttp 33886 6203437056 "GET /en/blood-bank/requests/4/ HTTP/1.1" 200 32583 WARNING 2025-09-06 18:23:58,063 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:23:58,063 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:23:58,110 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:24:32,718 basehttp 33886 6203437056 "GET /en/blood-bank/requests/4/ HTTP/1.1" 200 32571 WARNING 2025-09-06 18:24:32,736 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:24:32,736 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:24:32,784 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:25:12,191 basehttp 33886 6203437056 "GET /en/blood-bank/requests/4/issue/ HTTP/1.1" 200 36651 WARNING 2025-09-06 18:25:12,205 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:25:12,205 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:25:12,252 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:26:12,269 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:26:13,297 basehttp 33886 6203437056 "GET /en/blood-bank/requests/4/issue/ HTTP/1.1" 200 44567 WARNING 2025-09-06 18:26:13,316 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:26:13,316 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:26:13,362 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:27:13,375 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:28:13,384 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:29:13,381 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:30:13,393 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:31:13,396 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:32:13,393 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:33:13,405 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:34:13,409 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:35:13,416 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:36:13,407 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:37:13,423 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:38:13,452 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:39:13,425 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:40:13,434 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:40:35,928 basehttp 33886 6203437056 "GET /en/blood-bank/requests/4/issue/ HTTP/1.1" 200 44567 WARNING 2025-09-06 18:40:35,945 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:40:35,945 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:40:35,999 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 18:40:36,923 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:40:36,924 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:40:37,707 basehttp 33886 6203437056 "GET /en/blood-bank/requests/4/ HTTP/1.1" 200 32571 WARNING 2025-09-06 18:40:37,725 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:40:37,725 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:40:37,775 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 18:40:45,386 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:40:45,387 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:40:47,093 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45763 WARNING 2025-09-06 18:40:47,105 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:40:47,105 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:40:47,153 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:40:49,977 basehttp 33886 6203437056 "GET /en/blood-bank/units/ HTTP/1.1" 200 86822 WARNING 2025-09-06 18:40:49,995 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:40:49,996 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:40:50,043 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:40:53,542 basehttp 33886 6203437056 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36343 WARNING 2025-09-06 18:40:53,567 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:40:53,567 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:40:53,611 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:41:02,950 basehttp 33886 6203437056 "GET /en/blood-bank/donors/26/ HTTP/1.1" 200 28497 WARNING 2025-09-06 18:41:02,971 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:41:02,971 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:41:03,017 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 18:41:11,766 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:41:11,766 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 18:41:11,779 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:41:11,779 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:41:53,630 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:42:54,113 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:43:40,438 basehttp 33886 6203437056 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36417 INFO 2025-09-06 18:43:40,447 basehttp 33886 6203437056 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 WARNING 2025-09-06 18:43:40,452 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:43:40,452 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:43:40,516 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:43:51,870 basehttp 33886 6220263424 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36417 INFO 2025-09-06 18:43:51,881 basehttp 33886 6270742528 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-06 18:43:51,883 basehttp 33886 6287568896 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-06 18:43:51,884 basehttp 33886 6253916160 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-06 18:43:51,886 basehttp 33886 6203437056 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-06 18:43:51,889 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:43:51,890 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:43:51,890 basehttp 33886 6287568896 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-06 18:43:51,891 basehttp 33886 6270742528 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-06 18:43:51,894 basehttp 33886 6270742528 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 INFO 2025-09-06 18:43:51,894 basehttp 33886 6287568896 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-06 18:43:51,896 basehttp 33886 6203437056 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-06 18:43:51,898 basehttp 33886 6237089792 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-06 18:43:51,901 basehttp 33886 6220263424 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-06 18:43:51,903 basehttp 33886 6253916160 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-06 18:43:52,757 basehttp 33886 6253916160 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-06 18:43:52,776 basehttp 33886 6270742528 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-06 18:43:52,777 basehttp 33886 6253916160 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-06 18:43:52,780 basehttp 33886 6237089792 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-06 18:43:52,782 basehttp 33886 6253916160 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-06 18:43:52,782 basehttp 33886 6287568896 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-06 18:43:52,784 basehttp 33886 6220263424 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-06 18:43:52,786 basehttp 33886 6203437056 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-06 18:43:52,788 basehttp 33886 6253916160 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-06 18:43:52,790 basehttp 33886 6203437056 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-06 18:43:52,790 basehttp 33886 6237089792 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-06 18:43:52,790 basehttp 33886 6287568896 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-06 18:43:52,793 basehttp 33886 6253916160 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-06 18:43:52,794 basehttp 33886 6287568896 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-06 18:43:52,795 basehttp 33886 6237089792 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-06 18:43:52,795 basehttp 33886 6203437056 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-06 18:43:52,795 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:43:52,797 basehttp 33886 6270742528 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-06 18:43:52,798 basehttp 33886 6287568896 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-06 18:43:52,799 basehttp 33886 6253916160 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-06 18:43:52,800 basehttp 33886 6237089792 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-06 18:43:52,800 basehttp 33886 6203437056 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-06 18:43:52,801 basehttp 33886 6270742528 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-06 18:43:52,801 basehttp 33886 6220263424 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-06 18:43:52,801 basehttp 33886 6287568896 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-09-06 18:43:53,044 log 33886 6287568896 Not Found: /favicon.ico WARNING 2025-09-06 18:43:53,044 basehttp 33886 6287568896 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-06 18:44:53,123 basehttp 33886 6287568896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:45:08,305 basehttp 33886 6287568896 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36453 WARNING 2025-09-06 18:45:08,324 log 33886 6287568896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:45:08,324 basehttp 33886 6287568896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:45:08,412 basehttp 33886 6287568896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:45:38,746 basehttp 33886 6287568896 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36448 INFO 2025-09-06 18:45:38,754 basehttp 33886 6270742528 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-06 18:45:38,755 basehttp 33886 6203437056 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-06 18:45:38,755 basehttp 33886 6237089792 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-06 18:45:38,757 basehttp 33886 6270742528 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-06 18:45:38,758 basehttp 33886 6253916160 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-06 18:45:38,760 basehttp 33886 6253916160 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-06 18:45:38,762 basehttp 33886 6287568896 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-06 18:45:38,764 basehttp 33886 6203437056 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-06 18:45:38,766 basehttp 33886 6270742528 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-06 18:45:38,766 basehttp 33886 6287568896 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 INFO 2025-09-06 18:45:38,768 basehttp 33886 6220263424 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 WARNING 2025-09-06 18:45:38,770 log 33886 6253916160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:45:38,770 basehttp 33886 6253916160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:45:38,771 basehttp 33886 6237089792 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-06 18:45:38,900 basehttp 33886 6253916160 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-06 18:45:38,901 basehttp 33886 6237089792 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-06 18:45:38,901 basehttp 33886 6270742528 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-06 18:45:38,903 basehttp 33886 6237089792 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-06 18:45:38,903 basehttp 33886 6220263424 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-06 18:45:38,904 basehttp 33886 6287568896 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-06 18:45:38,906 basehttp 33886 6203437056 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-06 18:45:38,907 basehttp 33886 6270742528 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-06 18:45:38,908 basehttp 33886 6220263424 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-06 18:45:38,908 basehttp 33886 6237089792 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-06 18:45:38,909 basehttp 33886 6287568896 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-06 18:45:38,910 basehttp 33886 6270742528 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-06 18:45:38,911 basehttp 33886 6253916160 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-06 18:45:38,912 basehttp 33886 6203437056 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-06 18:45:38,912 basehttp 33886 6220263424 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-06 18:45:38,913 basehttp 33886 6237089792 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-06 18:45:38,913 basehttp 33886 6287568896 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-06 18:45:38,914 basehttp 33886 6270742528 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-06 18:45:38,915 basehttp 33886 6253916160 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-06 18:45:38,915 basehttp 33886 6203437056 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-06 18:45:38,916 basehttp 33886 6220263424 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-06 18:45:38,916 basehttp 33886 6237089792 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-06 18:45:38,917 basehttp 33886 6270742528 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-06 18:45:38,921 basehttp 33886 6287568896 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-06 18:45:38,928 basehttp 33886 6287568896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 18:45:39,008 log 33886 6287568896 Not Found: /favicon.ico WARNING 2025-09-06 18:45:39,009 basehttp 33886 6287568896 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-06 18:46:37,808 basehttp 33886 6287568896 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36418 INFO 2025-09-06 18:46:37,819 basehttp 33886 6203437056 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-06 18:46:37,819 basehttp 33886 6237089792 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-06 18:46:37,821 basehttp 33886 6220263424 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-06 18:46:37,823 basehttp 33886 6203437056 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-06 18:46:37,824 basehttp 33886 6253916160 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-06 18:46:37,829 basehttp 33886 6253916160 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-06 18:46:37,829 basehttp 33886 6287568896 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-06 18:46:37,834 basehttp 33886 6220263424 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-06 18:46:37,834 basehttp 33886 6203437056 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-06 18:46:37,836 basehttp 33886 6287568896 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 WARNING 2025-09-06 18:46:37,841 log 33886 6253916160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:46:37,841 basehttp 33886 6253916160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:46:37,843 basehttp 33886 6237089792 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-06 18:46:37,843 basehttp 33886 6270742528 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-06 18:46:37,992 basehttp 33886 6270742528 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-06 18:46:37,993 basehttp 33886 6237089792 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-06 18:46:37,995 basehttp 33886 6203437056 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-06 18:46:37,996 basehttp 33886 6287568896 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-06 18:46:37,996 basehttp 33886 6237089792 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-06 18:46:37,996 basehttp 33886 6220263424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-06 18:46:37,997 basehttp 33886 6253916160 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-06 18:46:37,999 basehttp 33886 6220263424 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-06 18:46:37,999 basehttp 33886 6270742528 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-06 18:46:37,999 basehttp 33886 6237089792 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-06 18:46:38,000 basehttp 33886 6287568896 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-06 18:46:38,000 basehttp 33886 6203437056 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-06 18:46:38,001 basehttp 33886 6253916160 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-06 18:46:38,002 basehttp 33886 6237089792 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-06 18:46:38,002 basehttp 33886 6270742528 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-06 18:46:38,002 basehttp 33886 6220263424 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-06 18:46:38,002 basehttp 33886 6203437056 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-06 18:46:38,004 basehttp 33886 6287568896 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-06 18:46:38,005 basehttp 33886 6253916160 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-06 18:46:38,005 basehttp 33886 6203437056 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-06 18:46:38,005 basehttp 33886 6237089792 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-06 18:46:38,005 basehttp 33886 6270742528 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-06 18:46:38,005 basehttp 33886 6220263424 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-06 18:46:38,010 basehttp 33886 6220263424 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-06 18:46:38,030 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 18:46:38,117 log 33886 6220263424 Not Found: /favicon.ico WARNING 2025-09-06 18:46:38,117 basehttp 33886 6220263424 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-06 18:47:35,790 basehttp 33886 6220263424 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36432 WARNING 2025-09-06 18:47:35,810 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:47:35,811 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:47:35,898 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:48:35,892 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:49:35,904 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:50:35,912 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:50:46,488 basehttp 33886 6220263424 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36446 WARNING 2025-09-06 18:50:46,510 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:50:46,510 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:50:46,550 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:51:47,122 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:52:48,122 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:53:49,124 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:54:50,118 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:55:51,114 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:56:52,118 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:57:53,650 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:57:55,158 basehttp 33886 6203437056 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36414 WARNING 2025-09-06 18:57:55,182 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:57:55,182 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:57:55,248 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:58:55,260 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:59:55,276 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:00:55,264 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:01:37,885 basehttp 33886 6203437056 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36242 WARNING 2025-09-06 19:01:37,903 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:01:37,903 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:01:37,979 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:02:08,731 basehttp 33886 6203437056 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36487 WARNING 2025-09-06 19:02:08,747 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:02:08,747 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:02:08,796 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:03:08,816 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:03:42,869 basehttp 33886 6203437056 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36489 WARNING 2025-09-06 19:03:42,884 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:03:42,884 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:03:42,937 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:04:14,376 basehttp 33886 6203437056 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36489 WARNING 2025-09-06 19:04:14,394 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:04:14,394 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:04:14,445 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:04:41,180 basehttp 33886 6203437056 "GET /en/blood-bank/units/ HTTP/1.1" 200 86822 INFO 2025-09-06 19:04:41,196 basehttp 33886 6253916160 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-06 19:04:41,196 basehttp 33886 6203437056 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-06 19:04:41,196 basehttp 33886 6237089792 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 WARNING 2025-09-06 19:04:41,201 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:04:41,201 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:04:41,202 basehttp 33886 6237089792 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-06 19:04:43,387 basehttp 33886 6237089792 "GET /en/blood-bank/units/ HTTP/1.1" 200 86822 WARNING 2025-09-06 19:04:43,401 log 33886 6237089792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:04:43,401 basehttp 33886 6237089792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:04:43,458 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:04:45,714 basehttp 33886 6237089792 "GET /en/blood-bank/units/ HTTP/1.1" 200 86822 INFO 2025-09-06 19:04:45,727 basehttp 33886 6203437056 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-06 19:04:45,728 basehttp 33886 6287568896 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-06 19:04:45,728 basehttp 33886 6270742528 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-06 19:04:45,730 basehttp 33886 6203437056 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-09-06 19:04:45,734 log 33886 6253916160 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-06 19:04:45,734 basehttp 33886 6270742528 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-06 19:04:45,738 basehttp 33886 6237089792 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-06 19:04:45,736 basehttp 33886 6287568896 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-09-06 19:04:45,736 basehttp 33886 6253916160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:04:45,745 basehttp 33886 6287568896 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-06 19:04:45,747 basehttp 33886 6237089792 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-06 19:04:45,748 basehttp 33886 6287568896 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-06 19:04:45,751 basehttp 33886 6253916160 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-06 19:04:45,752 basehttp 33886 6270742528 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-06 19:04:45,753 basehttp 33886 6287568896 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-06 19:04:45,754 basehttp 33886 6203437056 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-06 19:04:45,754 basehttp 33886 6220263424 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-06 19:04:46,721 basehttp 33886 6220263424 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-06 19:04:46,749 basehttp 33886 6253916160 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-06 19:04:46,751 basehttp 33886 6220263424 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-06 19:04:46,752 basehttp 33886 6203437056 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-06 19:04:46,753 basehttp 33886 6270742528 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-06 19:04:46,753 basehttp 33886 6287568896 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-06 19:04:46,754 basehttp 33886 6237089792 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-06 19:04:46,754 basehttp 33886 6253916160 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-06 19:04:46,757 basehttp 33886 6270742528 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-06 19:04:46,757 basehttp 33886 6253916160 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-06 19:04:46,757 basehttp 33886 6287568896 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-06 19:04:46,758 basehttp 33886 6237089792 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-06 19:04:46,759 basehttp 33886 6270742528 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-06 19:04:46,759 basehttp 33886 6287568896 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-06 19:04:46,760 basehttp 33886 6253916160 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-06 19:04:46,760 basehttp 33886 6220263424 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-06 19:04:46,760 basehttp 33886 6237089792 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-06 19:04:46,760 basehttp 33886 6203437056 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-06 19:04:46,762 basehttp 33886 6220263424 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-06 19:04:46,763 basehttp 33886 6253916160 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-06 19:04:46,763 basehttp 33886 6287568896 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-06 19:04:46,765 basehttp 33886 6237089792 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-06 19:04:46,765 basehttp 33886 6203437056 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-06 19:04:46,765 basehttp 33886 6270742528 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-06 19:04:46,818 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:04:47,686 log 33886 6220263424 Not Found: /favicon.ico WARNING 2025-09-06 19:04:47,686 basehttp 33886 6220263424 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-06 19:04:51,497 basehttp 33886 6220263424 "GET /en/blood-bank/units/create/ HTTP/1.1" 200 56247 INFO 2025-09-06 19:04:51,511 basehttp 33886 6220263424 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-06 19:04:51,512 basehttp 33886 6270742528 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 WARNING 2025-09-06 19:04:51,517 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:04:51,517 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:04:51,595 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:05:06,365 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:05:06,365 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:05:06,377 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:05:06,377 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:05:09,663 basehttp 33886 6203437056 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36489 INFO 2025-09-06 19:05:09,680 basehttp 33886 6270742528 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 WARNING 2025-09-06 19:05:09,683 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:05:09,684 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:05:09,736 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:05:11,921 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:05:11,921 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:05:11,936 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:05:11,936 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:05:34,903 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45763 WARNING 2025-09-06 19:05:34,921 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:05:34,922 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:05:43,662 basehttp 33886 6203437056 "GET /en/blood-bank/donors/ HTTP/1.1" 200 82651 WARNING 2025-09-06 19:05:43,682 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:05:43,683 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:05:43,740 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:05:45,629 basehttp 33886 6203437056 "GET /en/blood-bank/donors/34/ HTTP/1.1" 200 28492 WARNING 2025-09-06 19:05:45,650 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:05:45,650 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:05:45,695 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:05:48,749 basehttp 33886 6203437056 "GET /en/blood-bank/donors/34/eligibility/ HTTP/1.1" 200 34004 WARNING 2025-09-06 19:05:48,765 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:05:48,765 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:05:48,806 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:06:21,697 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:06:21,698 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:06:21,708 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:06:21,708 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:06:25,152 basehttp 33886 6203437056 "GET /en/blood-bank/units/9/ HTTP/1.1" 200 35971 WARNING 2025-09-06 19:06:25,179 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:06:25,180 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:06:25,227 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:06:30,369 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:06:30,369 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:06:30,375 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:06:30,375 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:06:31,180 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:06:31,180 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:06:31,193 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:06:31,193 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:06:33,154 basehttp 33886 6203437056 "GET /en/blood-bank/donors/34/update/ HTTP/1.1" 200 34162 WARNING 2025-09-06 19:06:33,179 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:06:33,181 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:06:33,226 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:07:33,242 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:08:33,254 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:09:33,261 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:09:59,880 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-06 19:09:59,887 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:09:59,888 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:09:59,899 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:09:59,899 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:10:01,883 basehttp 33886 6203437056 "GET /en/blood-bank/donors/34/eligibility/ HTTP/1.1" 200 34004 WARNING 2025-09-06 19:10:01,906 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:10:01,907 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:10:01,947 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:10:12,338 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:10:12,338 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:10:12,351 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:10:12,353 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:10:18,495 basehttp 33886 6203437056 "GET /en/blood-bank/donors/create/ HTTP/1.1" 200 33924 WARNING 2025-09-06 19:10:18,514 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:10:18,514 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:10:18,564 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:11:18,590 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:11:31,467 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:11:31,480 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:11:31,480 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:11:31,503 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:11:31,503 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:11:41,047 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:11:41,048 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:11:45,501 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95494 WARNING 2025-09-06 19:11:45,523 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:11:45,523 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:11:45,576 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:11:56,062 basehttp 33886 6203437056 "GET /en/blood-bank/requests/21/ HTTP/1.1" 200 32303 WARNING 2025-09-06 19:11:56,083 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:11:56,083 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:11:56,125 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:11:59,419 basehttp 33886 6203437056 "GET /en/blood-bank/requests/21/issue/ HTTP/1.1" 200 44297 WARNING 2025-09-06 19:11:59,445 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:11:59,446 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:11:59,488 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:12:59,502 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:13:11,618 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-06 19:13:11,618 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:13:11,619 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:13:11,629 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:13:11,629 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:13:26,553 basehttp 33886 6220263424 "GET /blood-bank/api/blood-availability/?blood_group=2&component=1 HTTP/1.1" 302 0 INFO 2025-09-06 19:13:26,565 basehttp 33886 6203437056 "GET /en/blood-bank/api/blood-availability/?blood_group=2&component=1 HTTP/1.1" 200 22 INFO 2025-09-06 19:13:36,486 basehttp 33886 6203437056 "GET /en/blood-bank/requests/21/issue/ HTTP/1.1" 200 44297 WARNING 2025-09-06 19:13:36,502 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:13:36,502 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:13:36,548 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:13:38,899 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:13:38,899 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:13:38,909 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:13:38,909 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:14:11,624 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:15:11,630 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:15:38,062 basehttp 33886 6203437056 "GET /blood-bank/api/blood-availability/?blood_group=2&component=1 HTTP/1.1" 302 0 INFO 2025-09-06 19:15:38,074 basehttp 33886 6203437056 "GET /en/blood-bank/api/blood-availability/?blood_group=2&component=1 HTTP/1.1" 200 22 INFO 2025-09-06 19:15:41,784 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:15:41,786 log 33886 6237089792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:15:41,786 basehttp 33886 6237089792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:15:41,807 basehttp 33886 6220263424 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95494 WARNING 2025-09-06 19:15:41,820 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:15:41,820 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:15:41,825 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:15:41,825 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:15:41,853 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:16:41,864 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:16:41,956 basehttp 33886 6220263424 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95494 WARNING 2025-09-06 19:16:41,971 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:16:41,971 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:16:42,040 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:16:57,789 basehttp 33886 6220263424 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95494 INFO 2025-09-06 19:16:57,799 basehttp 33886 6203437056 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-06 19:16:57,801 basehttp 33886 6270742528 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-06 19:16:57,801 basehttp 33886 6287568896 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 WARNING 2025-09-06 19:16:57,807 log 33886 6253916160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:16:57,807 basehttp 33886 6253916160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:16:57,809 basehttp 33886 6220263424 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-06 19:16:57,810 basehttp 33886 6270742528 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-06 19:16:57,810 basehttp 33886 6203437056 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-06 19:16:57,813 basehttp 33886 6203437056 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-06 19:16:57,815 basehttp 33886 6220263424 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-06 19:16:57,815 basehttp 33886 6203437056 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-06 19:16:57,818 basehttp 33886 6237089792 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-06 19:16:57,818 basehttp 33886 6270742528 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-06 19:16:57,820 basehttp 33886 6287568896 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-06 19:16:57,820 basehttp 33886 6253916160 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-06 19:16:58,663 basehttp 33886 6287568896 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-06 19:16:58,772 basehttp 33886 6287568896 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-06 19:16:58,772 basehttp 33886 6270742528 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-06 19:16:58,773 basehttp 33886 6253916160 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-06 19:16:58,773 basehttp 33886 6203437056 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-06 19:16:58,773 basehttp 33886 6237089792 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-06 19:16:58,774 basehttp 33886 6220263424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-06 19:16:58,779 basehttp 33886 6237089792 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-06 19:16:58,780 basehttp 33886 6270742528 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-06 19:16:58,781 basehttp 33886 6287568896 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-06 19:16:58,781 basehttp 33886 6220263424 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-06 19:16:58,781 basehttp 33886 6203437056 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-06 19:16:58,783 basehttp 33886 6203437056 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-06 19:16:58,784 basehttp 33886 6270742528 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-06 19:16:58,784 basehttp 33886 6220263424 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-06 19:16:58,785 basehttp 33886 6253916160 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-06 19:16:58,785 basehttp 33886 6287568896 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-06 19:16:58,786 basehttp 33886 6237089792 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-06 19:16:58,788 basehttp 33886 6237089792 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-06 19:16:58,789 basehttp 33886 6270742528 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-06 19:16:58,789 basehttp 33886 6220263424 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-06 19:16:58,789 basehttp 33886 6253916160 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-06 19:16:58,790 basehttp 33886 6287568896 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-06 19:16:58,791 basehttp 33886 6237089792 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-06 19:16:58,793 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:16:59,723 log 33886 6203437056 Not Found: /favicon.ico WARNING 2025-09-06 19:16:59,724 basehttp 33886 6203437056 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-06 19:17:37,138 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95494 WARNING 2025-09-06 19:17:37,154 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:17:37,154 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:17:37,243 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:18:37,263 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:18:37,321 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 WARNING 2025-09-06 19:18:37,335 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:18:37,335 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:18:37,388 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:19:37,405 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:19:37,469 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 WARNING 2025-09-06 19:19:37,484 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:19:37,484 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:19:37,539 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:20:33,296 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 WARNING 2025-09-06 19:20:33,311 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:20:33,311 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:20:33,370 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:21:33,375 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:21:33,443 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 WARNING 2025-09-06 19:21:33,455 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:21:33,455 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:21:33,507 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:21:39,147 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 WARNING 2025-09-06 19:21:39,161 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:21:39,162 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:21:39,213 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:22:39,221 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:22:39,288 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 WARNING 2025-09-06 19:22:39,308 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:22:39,308 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:22:39,362 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:23:39,371 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:23:39,446 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 WARNING 2025-09-06 19:23:39,464 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:23:39,464 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:23:39,517 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:24:39,535 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:24:39,590 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 WARNING 2025-09-06 19:24:39,608 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:24:39,608 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:24:39,669 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:25:16,406 basehttp 33886 6203437056 "GET /en/blood-bank/requests/31/issue/ HTTP/1.1" 200 44569 INFO 2025-09-06 19:25:16,420 basehttp 33886 6220263424 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-06 19:25:16,422 basehttp 33886 6220263424 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-06 19:25:16,424 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:25:16,424 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:25:16,476 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:25:29,649 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:25:29,650 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:25:29,676 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:25:29,676 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:25:39,675 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:25:39,747 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 WARNING 2025-09-06 19:25:39,767 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:25:39,767 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:25:39,816 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:26:39,831 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:26:39,887 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 WARNING 2025-09-06 19:26:39,901 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:26:39,901 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:26:39,973 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:27:04,018 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 WARNING 2025-09-06 19:27:04,039 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:27:04,039 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:27:04,088 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:27:20,045 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 WARNING 2025-09-06 19:27:20,067 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:27:20,067 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:27:20,120 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:27:45,754 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 WARNING 2025-09-06 19:27:45,772 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:27:45,772 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:27:45,827 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:27:53,028 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 INFO 2025-09-06 19:27:53,037 basehttp 33886 6203437056 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-06 19:27:53,042 basehttp 33886 6237089792 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-06 19:27:53,043 basehttp 33886 6270742528 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-06 19:27:53,044 basehttp 33886 6287568896 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-06 19:27:53,044 basehttp 33886 6203437056 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-06 19:27:53,045 basehttp 33886 6237089792 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-06 19:27:53,047 basehttp 33886 6237089792 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 WARNING 2025-09-06 19:27:53,052 log 33886 6253916160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:27:53,053 basehttp 33886 6253916160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:27:53,054 basehttp 33886 6203437056 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-06 19:27:53,055 basehttp 33886 6237089792 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-06 19:27:53,056 basehttp 33886 6287568896 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-06 19:27:53,057 basehttp 33886 6253916160 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-06 19:27:53,059 basehttp 33886 6220263424 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-06 19:27:53,059 basehttp 33886 6270742528 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-06 19:27:53,900 basehttp 33886 6270742528 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-06 19:27:53,925 basehttp 33886 6253916160 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-06 19:27:53,926 basehttp 33886 6220263424 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-06 19:27:53,926 basehttp 33886 6237089792 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-06 19:27:53,927 basehttp 33886 6270742528 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-06 19:27:53,928 basehttp 33886 6287568896 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-06 19:27:53,929 basehttp 33886 6237089792 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-06 19:27:53,930 basehttp 33886 6203437056 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-06 19:27:53,930 basehttp 33886 6220263424 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-06 19:27:53,932 basehttp 33886 6237089792 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-06 19:27:53,932 basehttp 33886 6287568896 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-06 19:27:53,932 basehttp 33886 6203437056 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-06 19:27:53,933 basehttp 33886 6270742528 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-06 19:27:53,934 basehttp 33886 6220263424 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-06 19:27:53,936 basehttp 33886 6203437056 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-06 19:27:53,936 basehttp 33886 6287568896 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-06 19:27:53,937 basehttp 33886 6270742528 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-06 19:27:53,937 basehttp 33886 6253916160 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-06 19:27:53,938 basehttp 33886 6237089792 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-06 19:27:53,938 basehttp 33886 6220263424 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-06 19:27:53,945 basehttp 33886 6270742528 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-06 19:27:53,956 basehttp 33886 6287568896 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-06 19:27:53,956 basehttp 33886 6203437056 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-06 19:27:53,957 basehttp 33886 6253916160 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-06 19:27:53,962 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:27:54,851 log 33886 6220263424 Not Found: /favicon.ico WARNING 2025-09-06 19:27:54,851 basehttp 33886 6220263424 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-06 19:28:36,420 basehttp 33886 6220263424 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 WARNING 2025-09-06 19:28:36,438 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:28:36,438 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:28:36,519 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:28:41,333 basehttp 33886 6220263424 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 INFO 2025-09-06 19:28:41,340 basehttp 33886 6220263424 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-06 19:28:41,346 basehttp 33886 6270742528 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-06 19:28:41,347 basehttp 33886 6203437056 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-06 19:28:41,347 basehttp 33886 6220263424 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-06 19:28:41,350 basehttp 33886 6237089792 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-06 19:28:41,350 basehttp 33886 6203437056 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-06 19:28:41,355 basehttp 33886 6203437056 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-06 19:28:41,357 basehttp 33886 6220263424 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-06 19:28:41,358 basehttp 33886 6203437056 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 WARNING 2025-09-06 19:28:41,359 log 33886 6287568896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:28:41,359 basehttp 33886 6287568896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:28:41,360 basehttp 33886 6220263424 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-06 19:28:41,360 basehttp 33886 6237089792 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-06 19:28:41,363 basehttp 33886 6253916160 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-06 19:28:41,363 basehttp 33886 6270742528 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-06 19:28:41,553 basehttp 33886 6270742528 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-06 19:28:41,578 basehttp 33886 6253916160 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-06 19:28:41,579 basehttp 33886 6237089792 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-06 19:28:41,579 basehttp 33886 6270742528 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-06 19:28:41,579 basehttp 33886 6220263424 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-06 19:28:41,579 basehttp 33886 6287568896 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-06 19:28:41,580 basehttp 33886 6203437056 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-06 19:28:41,583 basehttp 33886 6220263424 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-06 19:28:41,584 basehttp 33886 6270742528 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-06 19:28:41,584 basehttp 33886 6237089792 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-06 19:28:41,585 basehttp 33886 6253916160 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-06 19:28:41,586 basehttp 33886 6203437056 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-06 19:28:41,588 basehttp 33886 6270742528 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-06 19:28:41,597 basehttp 33886 6270742528 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-06 19:28:41,598 basehttp 33886 6237089792 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-06 19:28:41,592 basehttp 33886 6253916160 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-06 19:28:41,595 basehttp 33886 6220263424 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-06 19:28:41,604 basehttp 33886 6287568896 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-06 19:28:41,596 basehttp 33886 6203437056 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-06 19:28:41,608 basehttp 33886 6287568896 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-06 19:28:41,608 basehttp 33886 6220263424 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-06 19:28:41,608 basehttp 33886 6270742528 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-06 19:28:41,609 basehttp 33886 6237089792 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-06 19:28:41,609 basehttp 33886 6203437056 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-06 19:28:41,612 basehttp 33886 6253916160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:28:41,707 log 33886 6253916160 Not Found: /favicon.ico WARNING 2025-09-06 19:28:41,707 basehttp 33886 6253916160 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-06 19:28:43,985 basehttp 33886 6253916160 "GET /en/blood-bank/requests/39/ HTTP/1.1" 200 32942 WARNING 2025-09-06 19:28:44,003 log 33886 6253916160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:28:44,004 basehttp 33886 6253916160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:28:44,073 basehttp 33886 6253916160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:28:46,841 log 33886 6253916160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:28:46,842 basehttp 33886 6253916160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:28:46,858 log 33886 6253916160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:28:46,859 basehttp 33886 6253916160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:28:48,647 basehttp 33886 6253916160 "GET /en/blood-bank/requests/39/ HTTP/1.1" 200 32942 WARNING 2025-09-06 19:28:48,669 log 33886 6253916160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:28:48,669 basehttp 33886 6253916160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:28:48,709 basehttp 33886 6253916160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:28:50,535 log 33886 6253916160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:28:50,535 basehttp 33886 6253916160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:28:50,547 log 33886 6253916160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:28:50,547 basehttp 33886 6253916160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:28:52,138 basehttp 33886 6253916160 "GET /en/blood-bank/requests/38/issue/ HTTP/1.1" 200 44569 INFO 2025-09-06 19:28:52,150 basehttp 33886 6253916160 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-06 19:28:52,150 basehttp 33886 6203437056 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-06 19:28:52,155 log 33886 6237089792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:28:52,155 basehttp 33886 6237089792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:28:52,206 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:28:54,000 log 33886 6237089792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:28:54,000 basehttp 33886 6237089792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:28:54,010 log 33886 6237089792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:28:54,010 basehttp 33886 6237089792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:28:56,856 basehttp 33886 6237089792 "GET /en/blood-bank/requests/37/issue/ HTTP/1.1" 200 44297 WARNING 2025-09-06 19:28:56,876 log 33886 6237089792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:28:56,877 basehttp 33886 6237089792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:28:56,923 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:29:04,827 log 33886 6237089792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:29:04,828 basehttp 33886 6237089792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:29:04,841 log 33886 6237089792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:29:04,841 basehttp 33886 6237089792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:29:09,836 basehttp 33886 6237089792 "GET /en/blood-bank/requests/?page=2 HTTP/1.1" 200 70207 WARNING 2025-09-06 19:29:09,853 log 33886 6237089792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:29:09,853 basehttp 33886 6237089792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:29:09,881 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:29:12,237 basehttp 33886 6237089792 "GET /en/blood-bank/requests/?page=1 HTTP/1.1" 200 95604 WARNING 2025-09-06 19:29:12,259 log 33886 6237089792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:29:12,259 basehttp 33886 6237089792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:29:12,305 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:30:12,315 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:30:12,389 basehttp 33886 6237089792 "GET /en/blood-bank/requests/?page=1 HTTP/1.1" 200 95604 WARNING 2025-09-06 19:30:12,402 log 33886 6237089792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:30:12,402 basehttp 33886 6237089792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:30:12,449 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:31:05,224 autoreload 33886 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py changed, reloading. INFO 2025-09-06 19:31:05,721 autoreload 58836 8747049152 Watching for file changes with StatReloader INFO 2025-09-06 19:31:12,538 basehttp 58836 6157119488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:31:12,555 basehttp 58836 6173945856 "GET /en/blood-bank/requests/?page=1 HTTP/1.1" 200 95604 WARNING 2025-09-06 19:31:12,568 log 58836 6173945856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:31:12,568 basehttp 58836 6173945856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:31:12,623 basehttp 58836 6173945856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:32:12,642 basehttp 58836 6173945856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:32:12,696 basehttp 58836 6173945856 "GET /en/blood-bank/requests/?page=1 HTTP/1.1" 200 95604 WARNING 2025-09-06 19:32:12,710 log 58836 6173945856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:32:12,710 basehttp 58836 6173945856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:32:12,762 basehttp 58836 6173945856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:32:49,006 autoreload 58836 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py changed, reloading. INFO 2025-09-06 19:32:49,342 autoreload 59644 8747049152 Watching for file changes with StatReloader INFO 2025-09-06 19:33:26,538 autoreload 59644 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py changed, reloading. INFO 2025-09-06 19:33:26,855 autoreload 59959 8747049152 Watching for file changes with StatReloader INFO 2025-09-06 19:34:36,707 autoreload 59959 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py changed, reloading. INFO 2025-09-06 19:34:37,017 autoreload 60430 8747049152 Watching for file changes with StatReloader INFO 2025-09-06 19:37:51,202 autoreload 60430 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py changed, reloading. INFO 2025-09-06 19:37:51,504 autoreload 61907 8747049152 Watching for file changes with StatReloader INFO 2025-09-06 19:40:12,981 autoreload 61907 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/urls.py changed, reloading. INFO 2025-09-06 19:40:13,258 autoreload 62923 8747049152 Watching for file changes with StatReloader WARNING 2025-09-06 19:40:24,226 log 62923 6159593472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:40:24,226 basehttp 62923 6159593472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:40:24,350 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:40:25,120 basehttp 62923 6159593472 "GET /en/blood-bank/requests/?page=2 HTTP/1.1" 200 69125 WARNING 2025-09-06 19:40:25,140 log 62923 6159593472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:40:25,140 basehttp 62923 6159593472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:40:25,221 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:41:10,879 basehttp 62923 6159593472 "GET /en/blood-bank/requests/?page=2 HTTP/1.1" 200 69125 WARNING 2025-09-06 19:41:10,895 log 62923 6159593472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:41:10,895 basehttp 62923 6159593472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:41:10,947 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:41:41,734 basehttp 62923 6159593472 "GET /en/blood-bank/requests/?page=2 HTTP/1.1" 200 69125 INFO 2025-09-06 19:41:41,749 basehttp 62923 6226898944 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-06 19:41:41,750 basehttp 62923 6193246208 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-06 19:41:41,752 basehttp 62923 6210072576 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-06 19:41:41,753 basehttp 62923 6193246208 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-06 19:41:41,756 basehttp 62923 6243725312 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-06 19:41:41,758 basehttp 62923 6159593472 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-06 19:41:41,760 log 62923 6226898944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:41:41,761 basehttp 62923 6226898944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:41:41,761 basehttp 62923 6159593472 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-06 19:41:41,765 basehttp 62923 6159593472 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-06 19:41:41,766 basehttp 62923 6226898944 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-06 19:41:41,775 basehttp 62923 6193246208 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-06 19:41:41,786 basehttp 62923 6243725312 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-06 19:41:41,787 basehttp 62923 6176419840 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-06 19:41:41,788 basehttp 62923 6210072576 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-06 19:41:42,607 basehttp 62923 6210072576 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-06 19:41:42,627 basehttp 62923 6210072576 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-06 19:41:42,629 basehttp 62923 6193246208 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-06 19:41:42,629 basehttp 62923 6176419840 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-06 19:41:42,629 basehttp 62923 6243725312 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-06 19:41:42,629 basehttp 62923 6226898944 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-06 19:41:42,637 basehttp 62923 6193246208 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-06 19:41:42,653 basehttp 62923 6226898944 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-06 19:41:42,654 basehttp 62923 6243725312 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-06 19:41:42,654 basehttp 62923 6159593472 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-06 19:41:42,655 basehttp 62923 6193246208 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-06 19:41:42,655 basehttp 62923 6176419840 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-06 19:41:42,656 basehttp 62923 6159593472 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-06 19:41:42,658 basehttp 62923 6226898944 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-06 19:41:42,658 basehttp 62923 6176419840 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-06 19:41:42,658 basehttp 62923 6243725312 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-06 19:41:42,658 basehttp 62923 6193246208 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-06 19:41:42,660 basehttp 62923 6159593472 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-06 19:41:42,660 basehttp 62923 6210072576 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-06 19:41:42,662 basehttp 62923 6226898944 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-06 19:41:42,663 basehttp 62923 6176419840 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-06 19:41:42,664 basehttp 62923 6243725312 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-06 19:41:42,665 basehttp 62923 6193246208 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-06 19:41:42,665 basehttp 62923 6159593472 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-06 19:41:42,684 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:41:43,610 log 62923 6159593472 Not Found: /favicon.ico WARNING 2025-09-06 19:41:43,610 basehttp 62923 6159593472 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-06 19:42:07,122 basehttp 62923 6159593472 "GET /en/blood-bank/requests/15/issue/ HTTP/1.1" 200 44297 INFO 2025-09-06 19:42:07,134 basehttp 62923 6159593472 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-06 19:42:07,134 basehttp 62923 6193246208 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-06 19:42:07,138 log 62923 6243725312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:42:07,138 basehttp 62923 6243725312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:42:07,204 basehttp 62923 6243725312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:43:02,125 basehttp 62923 6243725312 "GET /en/blood-bank/requests/15/issue/ HTTP/1.1" 200 44298 WARNING 2025-09-06 19:43:02,152 log 62923 6243725312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:43:02,152 basehttp 62923 6243725312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:43:02,191 basehttp 62923 6243725312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:43:14,691 basehttp 62923 6243725312 "GET /en/blood-bank/requests/15/issue/ HTTP/1.1" 200 44298 INFO 2025-09-06 19:43:14,701 basehttp 62923 6159593472 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-06 19:43:14,702 basehttp 62923 6210072576 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-06 19:43:14,703 basehttp 62923 6176419840 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-06 19:43:14,708 basehttp 62923 6226898944 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-06 19:43:14,710 basehttp 62923 6243725312 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-06 19:43:14,711 basehttp 62923 6176419840 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-06 19:43:14,715 log 62923 6159593472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:43:14,715 basehttp 62923 6159593472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:43:14,715 basehttp 62923 6226898944 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-06 19:43:14,718 basehttp 62923 6193246208 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-06 19:43:14,719 basehttp 62923 6210072576 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-06 19:43:14,856 basehttp 62923 6210072576 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-06 19:43:14,878 basehttp 62923 6210072576 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-06 19:43:14,879 basehttp 62923 6176419840 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-06 19:43:14,879 basehttp 62923 6193246208 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-06 19:43:14,880 basehttp 62923 6159593472 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-06 19:43:14,880 basehttp 62923 6226898944 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-06 19:43:14,882 basehttp 62923 6226898944 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-06 19:43:14,882 basehttp 62923 6243725312 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-06 19:43:14,882 basehttp 62923 6176419840 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-06 19:43:14,883 basehttp 62923 6159593472 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-06 19:43:14,883 basehttp 62923 6193246208 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-06 19:43:14,886 basehttp 62923 6243725312 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-06 19:43:14,886 basehttp 62923 6176419840 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-06 19:43:14,886 basehttp 62923 6193246208 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-06 19:43:14,887 basehttp 62923 6226898944 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-06 19:43:14,887 basehttp 62923 6210072576 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-06 19:43:14,887 basehttp 62923 6159593472 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-06 19:43:14,888 basehttp 62923 6226898944 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-06 19:43:14,889 basehttp 62923 6159593472 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-06 19:43:14,889 basehttp 62923 6210072576 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-06 19:43:14,890 basehttp 62923 6226898944 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-06 19:43:14,891 basehttp 62923 6176419840 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-06 19:43:14,891 basehttp 62923 6210072576 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-06 19:43:14,892 basehttp 62923 6193246208 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-06 19:43:14,894 basehttp 62923 6243725312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:43:14,998 log 62923 6243725312 Not Found: /favicon.ico WARNING 2025-09-06 19:43:14,998 basehttp 62923 6243725312 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-06 19:43:26,976 basehttp 62923 6243725312 "GET /en/blood-bank/requests/?page=2 HTTP/1.1" 200 69125 INFO 2025-09-06 19:43:26,992 basehttp 62923 6193246208 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-06 19:43:26,992 basehttp 62923 6226898944 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-06 19:43:26,993 basehttp 62923 6243725312 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-06 19:43:26,993 basehttp 62923 6176419840 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 WARNING 2025-09-06 19:43:26,998 log 62923 6210072576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:43:26,998 basehttp 62923 6210072576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:43:26,998 basehttp 62923 6176419840 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-06 19:43:26,998 basehttp 62923 6243725312 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-06 19:44:27,096 basehttp 62923 6176419840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:44:27,147 basehttp 62923 6176419840 "GET /en/blood-bank/requests/?page=2 HTTP/1.1" 200 69125 WARNING 2025-09-06 19:44:27,161 log 62923 6176419840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:44:27,162 basehttp 62923 6176419840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:44:27,214 basehttp 62923 6176419840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:45:27,226 basehttp 62923 6176419840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:45:27,281 basehttp 62923 6176419840 "GET /en/blood-bank/requests/?page=2 HTTP/1.1" 200 69125 WARNING 2025-09-06 19:45:27,296 log 62923 6176419840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:45:27,296 basehttp 62923 6176419840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:45:27,348 basehttp 62923 6176419840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:46:13,992 basehttp 62923 6176419840 "GET /en/blood-bank/requests/?page=2 HTTP/1.1" 200 69127 WARNING 2025-09-06 19:46:14,008 log 62923 6176419840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:46:14,008 basehttp 62923 6176419840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:46:14,061 basehttp 62923 6176419840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:47:04,387 basehttp 62923 6176419840 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113405 INFO 2025-09-06 19:47:04,399 basehttp 62923 6226898944 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-06 19:47:04,399 basehttp 62923 6243725312 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-06 19:47:04,399 basehttp 62923 6193246208 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-06 19:47:04,399 basehttp 62923 6176419840 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-06 19:47:04,399 basehttp 62923 6210072576 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-06 19:47:04,401 basehttp 62923 6243725312 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-06 19:47:04,402 basehttp 62923 6210072576 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-06 19:47:04,402 basehttp 62923 6193246208 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-06 19:47:04,403 basehttp 62923 6176419840 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-06 19:47:04,405 basehttp 62923 6243725312 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-06 19:47:04,405 basehttp 62923 6193246208 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-06 19:47:04,406 basehttp 62923 6210072576 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-06 19:47:04,407 basehttp 62923 6159593472 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 19:47:04,407 basehttp 62923 6193246208 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-06 19:47:04,408 basehttp 62923 6226898944 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-06 19:47:04,409 basehttp 62923 6176419840 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-06 19:47:04,412 basehttp 62923 6226898944 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-06 19:47:04,414 basehttp 62923 6176419840 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-06 19:47:04,422 basehttp 62923 6176419840 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-06 19:47:04,422 basehttp 62923 6176419840 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-06 19:47:04,422 basehttp 62923 6226898944 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-06 19:47:04,423 basehttp 62923 6193246208 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-06 19:47:06,558 basehttp 62923 6193246208 "GET /en/admin/blood_bank/bloodrequest/40/change/ HTTP/1.1" 200 128128 INFO 2025-09-06 19:47:06,577 basehttp 62923 6193246208 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-06 19:47:06,577 basehttp 62923 6243725312 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-06 19:47:06,578 basehttp 62923 6176419840 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-06 19:47:06,578 basehttp 62923 6210072576 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-09-06 19:47:06,578 basehttp 62923 6159593472 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-06 19:47:06,578 basehttp 62923 6210072576 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-06 19:47:06,580 basehttp 62923 6210072576 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-06 19:47:06,581 basehttp 62923 6210072576 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-06 19:47:06,582 basehttp 62923 6226898944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 19:47:06,583 basehttp 62923 6210072576 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-06 19:47:06,609 basehttp 62923 6226898944 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-09-06 19:47:06,609 basehttp 62923 6210072576 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-06 19:47:11,976 basehttp 62923 6210072576 "POST /en/admin/blood_bank/bloodrequest/40/change/ HTTP/1.1" 302 0 INFO 2025-09-06 19:47:12,013 basehttp 62923 6210072576 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113680 INFO 2025-09-06 19:47:12,028 basehttp 62923 6210072576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 19:47:12,036 basehttp 62923 6210072576 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-06 19:47:14,103 basehttp 62923 6210072576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:47:14,114 basehttp 62923 6226898944 "GET /en/blood-bank/requests/?page=2 HTTP/1.1" 200 69127 WARNING 2025-09-06 19:47:14,125 log 62923 6226898944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:47:14,125 basehttp 62923 6226898944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:47:14,175 basehttp 62923 6226898944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:48:15,133 basehttp 62923 6226898944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:48:15,144 basehttp 62923 6210072576 "GET /en/blood-bank/requests/?page=2 HTTP/1.1" 200 69127 WARNING 2025-09-06 19:48:15,156 log 62923 6210072576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:48:15,157 basehttp 62923 6210072576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:48:15,218 basehttp 62923 6210072576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:48:37,932 basehttp 62923 6210072576 "GET /en/blood-bank/requests/?page=2 HTTP/1.1" 200 69123 WARNING 2025-09-06 19:48:37,948 log 62923 6210072576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:48:37,948 basehttp 62923 6210072576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:48:38,001 basehttp 62923 6210072576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:49:23,812 basehttp 62923 6210072576 "GET /en/blood-bank/requests/?page=2 HTTP/1.1" 200 69119 WARNING 2025-09-06 19:49:23,831 log 62923 6210072576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:49:23,831 basehttp 62923 6210072576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:49:23,874 basehttp 62923 6210072576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:49:37,620 basehttp 62923 6210072576 "GET /en/blood-bank/requests/ HTTP/1.1" 200 94515 WARNING 2025-09-06 19:49:37,637 log 62923 6210072576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:49:37,637 basehttp 62923 6210072576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:49:38,885 basehttp 62923 6210072576 "GET /en/blood-bank/ HTTP/1.1" 200 121063 WARNING 2025-09-06 19:49:38,905 log 62923 6210072576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:49:38,905 basehttp 62923 6210072576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:49:45,653 basehttp 62923 6210072576 "GET /en/blood-bank/units/ HTTP/1.1" 200 88820 WARNING 2025-09-06 19:49:45,673 log 62923 6210072576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:49:45,673 basehttp 62923 6210072576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:49:45,735 basehttp 62923 6210072576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:50:53,650 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:51:54,644 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:52:55,646 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:54:25,871 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:57:18,309 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:58:19,303 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:32:39,307 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 20:43:02,490 log 62923 6193246208 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-06 20:43:02,491 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 20:43:02,492 basehttp 62923 6193246208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:43:02,506 basehttp 62923 6176419840 "GET /en/blood-bank/ HTTP/1.1" 200 121063 WARNING 2025-09-06 20:43:02,517 log 62923 6176419840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:43:02,518 basehttp 62923 6176419840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 20:43:02,524 log 62923 6176419840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:43:02,524 basehttp 62923 6176419840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:43:02,594 basehttp 62923 6176419840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:43:03,304 basehttp 62923 6176419840 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 20:43:03,318 basehttp 62923 6176419840 "GET /static/plugins/dropzone/src/options.js HTTP/1.1" 200 23721 WARNING 2025-09-06 20:43:03,321 log 62923 6159593472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:43:03,321 basehttp 62923 6159593472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:43:04,834 basehttp 62923 6159593472 "GET / HTTP/1.1" 302 0 INFO 2025-09-06 20:43:04,854 basehttp 62923 6176419840 "GET /en/ HTTP/1.1" 200 49790 WARNING 2025-09-06 20:43:04,870 log 62923 6176419840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:43:04,871 basehttp 62923 6176419840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:43:04,922 basehttp 62923 6176419840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:43:04,932 basehttp 62923 6210072576 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-06 20:43:04,935 basehttp 62923 6193246208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 20:43:04,948 basehttp 62923 6159593472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 20:43:20,053 basehttp 62923 6159593472 "GET /en/patients/register/ HTTP/1.1" 200 27711 WARNING 2025-09-06 20:43:20,075 log 62923 6159593472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:43:20,075 basehttp 62923 6159593472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:43:20,113 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 20:43:35,146 log 62923 6193246208 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-06 20:43:35,146 basehttp 62923 6159593472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-09-06 20:43:35,146 basehttp 62923 6193246208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 20:43:35,177 log 62923 6159593472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:43:35,182 basehttp 62923 6159593472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:43:36,812 basehttp 62923 6159593472 "GET /en/appointments/create/ HTTP/1.1" 200 36462 WARNING 2025-09-06 20:43:36,833 log 62923 6159593472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:43:36,833 basehttp 62923 6159593472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:43:36,869 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 20:43:44,391 log 62923 6159593472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:43:44,391 basehttp 62923 6159593472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 20:43:44,403 log 62923 6159593472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:43:44,404 basehttp 62923 6159593472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:43:45,956 basehttp 62923 6159593472 "GET /en/ HTTP/1.1" 200 49790 WARNING 2025-09-06 20:43:45,970 log 62923 6159593472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:43:45,970 basehttp 62923 6159593472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:43:46,043 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:43:46,047 basehttp 62923 6210072576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 20:43:46,047 basehttp 62923 6176419840 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-06 20:43:46,049 basehttp 62923 6193246208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 20:43:51,723 basehttp 62923 6193246208 "GET /en/billing/bills/create/ HTTP/1.1" 200 109266 WARNING 2025-09-06 20:43:51,746 log 62923 6193246208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:43:51,746 basehttp 62923 6193246208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:43:51,798 basehttp 62923 6193246208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:44:51,815 basehttp 62923 6193246208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:45:51,819 basehttp 62923 6193246208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:46:51,820 basehttp 62923 6193246208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:47:51,813 basehttp 62923 6193246208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:48:12,511 basehttp 62923 6193246208 "GET /en/billing/bills/create/ HTTP/1.1" 200 110464 WARNING 2025-09-06 20:48:12,528 log 62923 6193246208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:48:12,529 basehttp 62923 6193246208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:48:12,588 basehttp 62923 6193246208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:48:33,842 basehttp 62923 6193246208 "GET /en/billing/bills/create/ HTTP/1.1" 200 110432 WARNING 2025-09-06 20:48:33,859 log 62923 6193246208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:48:33,859 basehttp 62923 6193246208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:48:33,912 basehttp 62923 6193246208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:49:22,973 basehttp 62923 6193246208 "GET /en/billing/bills/ HTTP/1.1" 200 135104 WARNING 2025-09-06 20:49:22,996 log 62923 6193246208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:49:22,996 basehttp 62923 6193246208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:49:23,028 basehttp 62923 6193246208 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-06 20:49:23,071 basehttp 62923 6193246208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:49:23,076 basehttp 62923 6159593472 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 20:50:23,072 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:50:23,075 basehttp 62923 6193246208 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 20:51:23,085 basehttp 62923 6193246208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:51:23,088 basehttp 62923 6159593472 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 20:51:33,802 basehttp 62923 6159593472 "GET /en/billing/bills/ HTTP/1.1" 200 101540 WARNING 2025-09-06 20:51:33,820 log 62923 6159593472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:51:33,820 basehttp 62923 6159593472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:51:33,880 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:51:33,884 basehttp 62923 6193246208 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 ERROR 2025-09-06 20:51:54,500 log 62923 6193246208 Internal Server Error: /en/billing/bills/a668a9c6-ab05-40eb-96f3-5c56e1efc6d9/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '(UUID('23e89bd9-30d2-4da2-accd-8579ce105ca3'),)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9]+)/\\Z'] ERROR 2025-09-06 20:51:54,501 basehttp 62923 6193246208 "GET /en/billing/bills/a668a9c6-ab05-40eb-96f3-5c56e1efc6d9/ HTTP/1.1" 500 201537 WARNING 2025-09-06 20:51:54,519 log 62923 6193246208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:51:54,519 basehttp 62923 6193246208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:52:38,832 basehttp 62923 6193246208 "GET /en/billing/bills/a668a9c6-ab05-40eb-96f3-5c56e1efc6d9/ HTTP/1.1" 200 40744 WARNING 2025-09-06 20:52:38,849 log 62923 6193246208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:52:38,849 basehttp 62923 6193246208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:52:38,891 basehttp 62923 6193246208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:53:38,899 basehttp 62923 6193246208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:53:44,589 autoreload 62923 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-09-06 20:53:45,035 autoreload 75155 8747049152 Watching for file changes with StatReloader INFO 2025-09-06 20:53:45,500 basehttp 75155 6163345408 "GET /en/billing/bills/a668a9c6-ab05-40eb-96f3-5c56e1efc6d9/ HTTP/1.1" 200 40777 WARNING 2025-09-06 20:53:45,518 log 75155 6163345408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:53:45,519 basehttp 75155 6163345408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:53:45,565 basehttp 75155 6163345408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 20:53:48,154 log 75155 6196998144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:53:48,155 basehttp 75155 6196998144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:53:48,160 basehttp 75155 6163345408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:53:48,164 basehttp 75155 6180171776 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 WARNING 2025-09-06 20:53:48,190 log 75155 6180171776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:53:48,190 basehttp 75155 6180171776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:53:48,846 basehttp 75155 6180171776 "GET /en/billing/bills/ HTTP/1.1" 200 101540 WARNING 2025-09-06 20:53:48,861 log 75155 6180171776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:53:48,861 basehttp 75155 6180171776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:53:48,924 basehttp 75155 6180171776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:53:48,927 basehttp 75155 6163345408 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 20:53:50,969 basehttp 75155 6163345408 "GET /en/billing/bills/a668a9c6-ab05-40eb-96f3-5c56e1efc6d9/ HTTP/1.1" 200 40777 WARNING 2025-09-06 20:53:50,995 log 75155 6163345408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:53:50,995 basehttp 75155 6163345408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:53:51,034 basehttp 75155 6163345408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 20:53:55,492 log 75155 6163345408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:53:55,493 basehttp 75155 6163345408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 20:53:55,504 log 75155 6163345408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:53:55,504 basehttp 75155 6163345408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:53:59,272 basehttp 75155 6163345408 "GET /en/billing/bills/ HTTP/1.1" 200 101540 WARNING 2025-09-06 20:53:59,288 log 75155 6163345408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:53:59,288 basehttp 75155 6163345408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:53:59,349 basehttp 75155 6163345408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:53:59,351 basehttp 75155 6180171776 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 20:54:03,209 basehttp 75155 6180171776 "GET /en/billing/bills/a668a9c6-ab05-40eb-96f3-5c56e1efc6d9/edit/ HTTP/1.1" 200 110457 WARNING 2025-09-06 20:54:03,231 log 75155 6180171776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:54:03,231 basehttp 75155 6180171776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:54:03,275 basehttp 75155 6180171776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 20:54:08,801 log 75155 6180171776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:54:08,801 basehttp 75155 6180171776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 20:54:08,833 log 75155 6180171776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:54:08,833 basehttp 75155 6180171776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-06 20:54:14,430 log 75155 6180171776 Internal Server Error: /en/billing/bills/49ecf1c4-8024-4107-ad14-0d46cf66fe79/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_print' not found. 'claim_print' is not a valid view function or pattern name. ERROR 2025-09-06 20:54:14,431 basehttp 75155 6180171776 "GET /en/billing/bills/49ecf1c4-8024-4107-ad14-0d46cf66fe79/ HTTP/1.1" 500 194361 WARNING 2025-09-06 20:54:14,448 log 75155 6180171776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:54:14,448 basehttp 75155 6180171776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:55:26,412 basehttp 75155 6180171776 "GET /en/billing/bills/49ecf1c4-8024-4107-ad14-0d46cf66fe79/ HTTP/1.1" 200 38565 WARNING 2025-09-06 20:55:26,428 log 75155 6180171776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:55:26,428 basehttp 75155 6180171776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:55:26,471 basehttp 75155 6180171776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-06 20:55:32,484 log 75155 6180171776 Internal Server Error: /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py", line 396, in get_context_data context['status_updates'] = claim.claimstatusupdate_set.all().order_by('-update_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'InsuranceClaim' object has no attribute 'claimstatusupdate_set' ERROR 2025-09-06 20:55:32,488 basehttp 75155 6180171776 "GET /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ HTTP/1.1" 500 87057 WARNING 2025-09-06 20:55:32,505 log 75155 6180171776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:55:32,505 basehttp 75155 6180171776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:58:35,611 autoreload 75155 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-09-06 20:58:36,030 autoreload 77344 8747049152 Watching for file changes with StatReloader ERROR 2025-09-06 20:58:37,142 log 77344 6157611008 Internal Server Error: /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_print' not found. 'claim_print' is not a valid view function or pattern name. ERROR 2025-09-06 20:58:37,144 basehttp 77344 6157611008 "GET /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ HTTP/1.1" 500 176843 WARNING 2025-09-06 20:58:37,155 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:58:37,155 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-06 20:58:38,805 log 77344 6157611008 Internal Server Error: /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_print' not found. 'claim_print' is not a valid view function or pattern name. ERROR 2025-09-06 20:58:38,806 basehttp 77344 6157611008 "GET /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ HTTP/1.1" 500 176843 WARNING 2025-09-06 20:58:38,822 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:58:38,822 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-06 20:59:09,893 log 77344 6157611008 Internal Server Error: /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_download' not found. 'claim_download' is not a valid view function or pattern name. ERROR 2025-09-06 20:59:09,894 basehttp 77344 6157611008 "GET /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ HTTP/1.1" 500 176762 WARNING 2025-09-06 20:59:09,908 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:59:09,908 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-06 20:59:38,455 log 77344 6157611008 Internal Server Error: /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_download' not found. 'claim_download' is not a valid view function or pattern name. ERROR 2025-09-06 20:59:38,456 basehttp 77344 6157611008 "GET /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ HTTP/1.1" 500 176671 WARNING 2025-09-06 20:59:38,469 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:59:38,469 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-06 20:59:50,130 log 77344 6157611008 Internal Server Error: /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_status_check' not found. 'claim_status_check' is not a valid view function or pattern name. ERROR 2025-09-06 20:59:50,131 basehttp 77344 6157611008 "GET /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ HTTP/1.1" 500 190725 WARNING 2025-09-06 20:59:50,143 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:59:50,143 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-06 21:00:01,988 log 77344 6157611008 Internal Server Error: /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_status_check' not found. 'claim_status_check' is not a valid view function or pattern name. ERROR 2025-09-06 21:00:01,989 basehttp 77344 6157611008 "GET /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ HTTP/1.1" 500 191087 WARNING 2025-09-06 21:00:02,004 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:00:02,004 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-06 21:00:16,339 log 77344 6157611008 Internal Server Error: /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_print' not found. 'claim_print' is not a valid view function or pattern name. ERROR 2025-09-06 21:00:16,340 basehttp 77344 6157611008 "GET /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ HTTP/1.1" 500 176728 WARNING 2025-09-06 21:00:16,353 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:00:16,353 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-06 21:00:27,731 log 77344 6157611008 Internal Server Error: /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_download' not found. 'claim_download' is not a valid view function or pattern name. ERROR 2025-09-06 21:00:27,732 basehttp 77344 6157611008 "GET /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ HTTP/1.1" 500 176265 WARNING 2025-09-06 21:00:27,745 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:00:27,745 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-06 21:00:39,384 log 77344 6157611008 Internal Server Error: /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 749, in resolve new_obj = func(obj, *arg_vals) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaultfilters.py", line 784, in date return formats.date_format(value, arg) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/formats.py", line 155, in date_format return dateformat.format( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/dateformat.py", line 325, in format return df.format(format_string) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/dateformat.py", line 45, in format raise TypeError( TypeError: The format for date objects may not contain time-related format specifiers (found 'g'). ERROR 2025-09-06 21:00:39,385 basehttp 77344 6157611008 "GET /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ HTTP/1.1" 500 198633 WARNING 2025-09-06 21:00:39,399 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:00:39,399 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 21:01:06,361 basehttp 77344 6157611008 "GET /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ HTTP/1.1" 200 37484 WARNING 2025-09-06 21:01:06,378 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:01:06,378 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 21:01:06,451 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:01:27,610 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 21:01:27,612 log 77344 6174437376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:01:27,612 basehttp 77344 6174437376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 21:01:27,627 log 77344 6174437376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:01:27,627 basehttp 77344 6174437376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 21:01:31,347 basehttp 77344 6174437376 "GET /en/billing/payments/create/?bill=49ecf1c4-8024-4107-ad14-0d46cf66fe79 HTTP/1.1" 200 42101 WARNING 2025-09-06 21:01:31,368 log 77344 6174437376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:01:31,368 basehttp 77344 6174437376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 21:01:31,438 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:02:31,455 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:03:31,438 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:04:31,453 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:05:20,613 basehttp 77344 6174437376 "GET /en/billing/payments/create/?bill=49ecf1c4-8024-4107-ad14-0d46cf66fe79 HTTP/1.1" 200 42101 WARNING 2025-09-06 21:05:20,633 log 77344 6174437376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:05:20,633 basehttp 77344 6174437376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 21:05:20,698 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:05:22,185 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 21:05:22,187 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:05:22,187 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 21:05:22,200 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:05:22,200 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 21:05:22,728 basehttp 77344 6157611008 "GET /en/billing/bills/49ecf1c4-8024-4107-ad14-0d46cf66fe79/ HTTP/1.1" 200 38565 WARNING 2025-09-06 21:05:22,744 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:05:22,744 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 21:05:22,787 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:06:22,791 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:07:22,802 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:07:53,414 basehttp 77344 6157611008 "GET /en/billing/payments/create/?bill=49ecf1c4-8024-4107-ad14-0d46cf66fe79 HTTP/1.1" 200 42101 WARNING 2025-09-06 21:07:53,429 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:07:53,430 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 21:07:53,475 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 21:07:59,928 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:07:59,928 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 21:07:59,941 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:07:59,941 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 21:08:22,808 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:08:23,620 basehttp 77344 6157611008 "GET /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ HTTP/1.1" 200 37650 WARNING 2025-09-06 21:08:23,640 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:08:23,640 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 21:08:23,683 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:08:27,797 basehttp 77344 6157611008 "GET /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ HTTP/1.1" 200 37650 WARNING 2025-09-06 21:08:27,815 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:08:27,816 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 21:08:27,853 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 21:08:35,506 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:08:35,506 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 21:08:35,518 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:08:35,518 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 21:08:35,894 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:08:35,894 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 21:09:35,940 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:09:35,945 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:10:35,950 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:10:35,952 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:11:35,955 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:11:35,958 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:12:35,949 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:12:35,952 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:13:35,952 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:13:35,955 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:14:35,958 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:14:35,961 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:15:35,955 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:15:35,958 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:16:35,958 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:16:35,961 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:17:35,967 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:17:35,970 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:18:35,945 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:18:35,948 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:19:36,239 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:19:36,243 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:20:38,239 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:20:38,242 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:23:50,004 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:23:50,007 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:25:50,011 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:25:50,015 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:28:17,699 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:28:17,702 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:30:17,696 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:30:17,699 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:32:41,898 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:32:41,901 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:39:08,829 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:39:08,832 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:41:08,820 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:41:08,823 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:43:08,820 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:43:08,823 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:45:08,818 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:45:08,821 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:47:08,816 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:47:08,818 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:49:08,818 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:49:08,821 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:51:08,825 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:51:08,826 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:53:08,800 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:53:08,803 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:55:08,848 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:55:08,851 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:57:08,855 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:57:08,858 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:59:08,851 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:59:08,854 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:01:08,861 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:01:08,863 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:03:08,853 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:03:08,856 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:05:08,854 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:05:08,858 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:07:08,851 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:07:08,854 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:09:08,854 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:09:08,856 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:11:08,846 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:11:08,849 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:13:08,851 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:13:08,853 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:15:08,843 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:15:08,846 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:17:08,843 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:17:08,846 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:19:08,841 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:19:08,844 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:21:08,834 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:21:08,837 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:23:08,836 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:23:08,841 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:25:08,841 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:25:08,844 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:27:08,813 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:27:08,815 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:29:08,814 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:29:08,817 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:31:08,811 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:31:08,814 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:33:08,813 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:33:08,815 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:35:08,814 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:35:08,816 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:37:08,809 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:37:08,813 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:39:08,809 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:39:08,812 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:42:34,941 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:42:34,943 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:49:25,788 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:49:25,791 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:51:25,783 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:51:25,786 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:53:25,764 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:53:25,765 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:55:25,774 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:55:25,777 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:57:25,908 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:57:25,911 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:58:25,919 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:58:25,923 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:00:25,913 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:00:25,915 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:01:25,923 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:01:25,927 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:03:25,907 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:03:25,910 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:05:25,897 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:05:25,899 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:07:25,909 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:07:25,913 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:09:25,909 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:09:25,912 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:11:25,910 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:11:25,914 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:13:25,903 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:13:25,907 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:15:25,904 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:15:25,907 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:17:25,926 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:17:25,929 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:19:25,904 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:19:25,908 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:21:25,922 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:21:25,925 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:23:25,908 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:23:25,911 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:25:25,916 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:25:25,919 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:27:25,908 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:27:25,913 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:29:25,892 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:29:25,895 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:31:25,898 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:31:25,901 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:33:25,895 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:33:25,898 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:35:25,875 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:35:25,878 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:37:25,891 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:37:25,895 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:39:25,895 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:39:25,898 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:41:25,896 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:41:25,899 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:43:25,900 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:43:25,903 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:45:25,898 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:45:25,901 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:47:25,900 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:47:25,903 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:49:25,909 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:49:25,912 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:54:06,595 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:54:06,598 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:05:11,486 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:05:11,489 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:07:31,248 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:07:31,251 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:18:38,689 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:18:38,693 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:23:25,721 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:23:25,724 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:35:15,078 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:35:15,082 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:37:15,065 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:37:15,068 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:39:15,064 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:39:15,067 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:41:15,061 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:41:15,064 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:43:15,064 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:43:15,066 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:45:15,057 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:45:15,060 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:47:15,054 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:47:15,057 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:49:15,100 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:49:15,103 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:51:15,085 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:51:15,087 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:53:15,096 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:53:15,098 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:55:15,098 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:55:15,102 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:57:15,098 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:57:15,100 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:59:15,096 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:59:15,099 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:01:15,094 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:01:15,098 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:03:15,116 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:03:15,120 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:05:15,126 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:05:15,129 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:07:15,124 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:07:15,127 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:09:15,127 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:09:15,129 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:11:15,110 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:11:15,112 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:13:15,117 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:13:15,119 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:15:15,120 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:15:15,122 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:17:15,119 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:17:15,121 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:19:15,107 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:19:15,110 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:21:15,118 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:21:15,121 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:23:15,117 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:23:15,120 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:25:15,125 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:25:15,128 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:27:15,113 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:27:15,116 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:29:15,122 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:29:15,124 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:31:15,115 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:31:15,118 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:33:15,196 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:33:15,199 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:35:15,204 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:35:15,207 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:47:32,334 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:47:32,337 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:57:14,127 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:57:14,130 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:04:09,538 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:04:09,542 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:06:09,532 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:06:09,535 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:08:09,538 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:08:09,540 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:10:09,524 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:10:09,526 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:12:09,536 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:12:09,539 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:14:09,539 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:14:09,543 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:16:09,546 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:16:09,549 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:18:09,560 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:18:09,563 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:20:09,576 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:20:09,578 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:22:09,565 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:22:09,568 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:23:09,591 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:23:09,594 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:25:09,570 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:25:09,572 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:27:09,581 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:27:09,585 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:29:09,599 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:29:09,602 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:31:09,604 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:31:09,607 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:33:09,580 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:33:09,583 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:35:09,577 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:35:09,580 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:37:09,572 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:37:09,574 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:39:09,562 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:39:09,564 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:41:09,587 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:41:09,590 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:43:09,585 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:43:09,589 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:45:09,593 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:45:09,596 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:47:09,580 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:47:09,583 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:49:09,582 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:49:09,590 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:51:09,589 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:51:09,592 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:53:09,587 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:53:09,590 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:55:09,578 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:55:09,581 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:57:09,596 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:57:09,600 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:59:09,587 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:59:09,590 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 03:01:09,592 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:01:09,596 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:03:09,609 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:03:09,612 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:18:53,235 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:18:53,238 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:20:53,003 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:20:53,007 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:22:52,994 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:22:52,997 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:24:52,996 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:24:52,999 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:26:52,998 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:26:53,001 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:28:52,999 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:28:53,002 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:30:53,015 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:30:53,018 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:32:53,011 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:32:53,015 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:34:52,851 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:34:52,854 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:36:52,849 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:36:52,852 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:38:52,848 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:38:52,851 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:40:52,845 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:40:52,848 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:42:52,858 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:42:52,861 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:44:52,844 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:44:52,847 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:46:52,845 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:46:52,847 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:48:52,841 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:48:52,844 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:50:52,847 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:50:52,850 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:52:52,839 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:52:52,845 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:54:52,845 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:54:52,848 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:56:52,852 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:56:52,855 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:58:52,844 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:58:52,847 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:00:52,843 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:00:52,845 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:02:52,842 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:02:52,845 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:04:52,855 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:04:52,858 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:06:52,858 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:06:52,861 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:08:52,847 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:08:52,850 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:10:52,846 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:10:52,849 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:12:52,845 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:12:52,849 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:14:52,844 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:14:52,847 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:16:52,851 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:16:52,854 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:18:52,841 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:18:52,843 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:27:01,087 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:27:01,090 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:30:06,007 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:30:06,010 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:45:08,671 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:45:08,674 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:46:08,658 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:47:08,668 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:48:08,647 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:49:08,665 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:50:08,655 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:51:08,672 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:52:08,658 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:53:08,660 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:54:08,641 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:55:08,659 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:56:08,659 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:57:08,646 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:58:08,641 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:59:08,640 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:00:08,644 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:01:08,639 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:02:08,674 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:03:08,634 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:04:08,637 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:05:08,632 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:06:08,645 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:07:08,641 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:08:08,627 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:09:08,643 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:10:08,646 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:11:08,624 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:12:08,627 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:13:08,645 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:14:08,627 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:15:08,630 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:16:08,632 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:17:08,663 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:18:08,638 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:19:08,628 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:20:08,638 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:21:08,649 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:22:08,631 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:23:08,635 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:24:08,637 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:25:08,624 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:26:08,621 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:27:08,627 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:28:08,661 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:28:08,664 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:30:08,620 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:30:08,622 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:31:08,737 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:32:08,740 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:33:08,735 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:34:08,753 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:35:08,751 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:36:08,739 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:37:08,741 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:38:08,756 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:39:08,748 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:40:08,756 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:41:08,739 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:42:08,746 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:43:08,753 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:44:08,741 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:45:08,754 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:48:49,254 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:51:47,792 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:56:57,168 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:57:57,160 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:58:57,173 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:59:57,161 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:00:57,166 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:01:57,162 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:02:57,164 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:03:57,148 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:04:57,152 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:05:57,149 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:06:57,148 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:07:57,147 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:08:57,151 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:09:57,151 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:10:57,151 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:11:57,147 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:12:57,150 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:13:57,149 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:14:57,149 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:15:57,139 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:16:57,153 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:17:57,147 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:18:57,160 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:19:57,165 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:20:57,163 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:21:57,158 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:22:57,161 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:23:57,160 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:24:57,170 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:25:57,158 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:26:57,162 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:27:57,160 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:28:57,152 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:29:57,168 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:30:57,148 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:31:57,158 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:32:57,162 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:33:57,170 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:34:57,172 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:35:57,172 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:36:57,172 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:37:57,172 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:38:57,171 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:39:57,179 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:40:57,175 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:41:57,172 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:42:57,175 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:43:57,163 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:44:57,171 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:45:57,172 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:46:57,177 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:47:57,174 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:48:57,302 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:49:57,308 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:50:57,305 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:51:57,303 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:52:57,307 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:53:57,308 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:54:57,308 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:55:57,308 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:00:31,574 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:04:05,986 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:07:02,629 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:10:49,009 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:11:48,997 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:12:49,000 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:13:49,030 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:13:49,030 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:15:48,889 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:15:48,893 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:17:48,887 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:17:48,889 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:19:48,882 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:19:48,884 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:20:48,897 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:20:48,900 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:22:48,882 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:22:48,884 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:24:48,877 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:24:48,879 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:26:48,890 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:26:48,893 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:28:48,885 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:28:48,889 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:30:48,884 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:30:48,888 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:32:48,916 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:32:48,918 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:34:48,892 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:34:48,894 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:36:48,888 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:36:48,891 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:38:48,891 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:38:48,895 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:40:48,889 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:40:48,892 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:42:48,882 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:42:48,885 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:44:48,900 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:44:48,903 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:46:48,771 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:46:48,774 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:48:48,772 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:48:48,773 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:50:48,784 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:50:48,785 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:52:48,777 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:52:48,780 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:53:48,801 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:53:48,803 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:55:48,784 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:55:48,787 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:57:48,761 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:57:48,764 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:59:48,762 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:59:48,765 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:01:48,761 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:01:48,764 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:03:48,754 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:03:48,756 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:05:48,760 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:05:48,763 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:07:48,749 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:07:48,751 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:08:48,741 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:08:48,743 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:10:48,745 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:10:48,747 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:14:35,707 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:14:35,710 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:22:57,062 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:22:57,065 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:24:57,051 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:24:57,055 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:26:57,052 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:26:57,055 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:28:57,050 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:28:57,053 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:30:57,047 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:30:57,050 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:36:20,741 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:36:20,744 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:38:20,730 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:38:20,733 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:40:20,727 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:40:20,730 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:42:20,735 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:42:20,738 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:44:20,723 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:44:20,726 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:46:20,729 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:46:20,733 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:48:20,725 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:48:20,729 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:50:20,833 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:50:20,836 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:52:20,836 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:52:20,839 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:54:20,821 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:54:20,823 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:56:20,846 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:56:20,848 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:58:20,838 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:58:20,843 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:00:20,836 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:00:20,838 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:02:20,836 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:02:20,839 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:04:20,836 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:04:20,838 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:06:20,831 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:06:20,834 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:08:20,841 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:08:20,845 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:10:20,835 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:10:20,838 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:12:20,835 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:12:20,838 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:14:20,871 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:14:20,873 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:16:20,815 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:16:20,817 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:18:20,843 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:18:20,846 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:20:20,933 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:20:20,935 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:22:20,970 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:22:20,972 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:24:20,938 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:24:20,941 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:26:20,941 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:26:20,944 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:28:20,955 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:28:20,959 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:30:20,943 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:30:20,945 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:32:20,947 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:32:20,950 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:34:20,950 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:34:20,952 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:43:12,980 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:43:12,985 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:44:12,941 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:44:12,943 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:45:12,948 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:45:12,951 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:46:12,953 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:46:12,956 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:47:13,815 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:47:13,817 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:52:52,859 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:52:52,861 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:57:54,394 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:57:54,397 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:59:54,393 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:59:54,396 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:08:09,558 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:08:09,561 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:10:09,559 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:10:09,562 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:12:09,559 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:12:09,562 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:14:09,566 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:14:09,569 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:16:09,571 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:16:09,573 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:18:09,578 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:18:09,582 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:20:09,568 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:20:09,570 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:22:09,571 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:22:09,574 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:24:09,572 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:24:09,574 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:26:09,567 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:26:09,569 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:28:09,574 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:28:09,577 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:30:09,584 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:30:09,587 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:32:09,578 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:32:09,581 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:34:09,563 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:34:09,574 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:36:09,576 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:36:09,580 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:38:09,576 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:38:09,579 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:40:09,628 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:40:09,631 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:42:09,622 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:42:09,624 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:44:09,630 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:44:09,633 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:46:09,633 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:46:09,636 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:48:09,629 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:48:09,632 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:50:09,638 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:50:09,640 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:52:09,641 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:52:09,644 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:54:09,638 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:54:09,640 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:56:09,641 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:56:09,643 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:58:09,649 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:58:09,652 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:00:09,659 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:00:09,662 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:02:09,646 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:02:09,650 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:04:09,654 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:04:09,657 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:06:09,661 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:06:09,664 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:08:09,654 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:08:09,657 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:18:47,301 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:18:47,303 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:26:17,718 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:26:17,721 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:33:46,852 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:33:46,854 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:46:00,804 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:46:00,806 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:48:00,816 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:48:00,818 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:50:00,816 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:50:00,818 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:52:00,817 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:52:00,819 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:54:00,814 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:54:00,817 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:56:00,825 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:56:00,827 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:58:00,832 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:58:00,835 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 12:00:00,834 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:00:00,837 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 12:02:00,850 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:02:00,853 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 12:04:00,853 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:04:00,856 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 12:06:00,860 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:06:00,863 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 12:08:00,856 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:08:00,859 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 12:10:00,855 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:10:00,858 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 12:29:03,105 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 12:29:03,107 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 12:29:05,278 log 77344 6174437376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:29:05,278 basehttp 77344 6174437376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 12:29:06,347 log 77344 6174437376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:29:06,347 basehttp 77344 6174437376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 12:29:07,590 log 77344 6174437376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:29:07,591 basehttp 77344 6174437376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 12:29:07,602 log 77344 6174437376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:29:07,602 basehttp 77344 6174437376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 12:30:05,385 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:31:05,382 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:32:05,383 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:33:05,384 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:34:05,402 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:34:22,538 basehttp 77344 6174437376 "GET /en/billing/bills/create/ HTTP/1.1" 200 126347 WARNING 2025-09-07 12:34:22,558 log 77344 6174437376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:34:22,558 basehttp 77344 6174437376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 12:34:22,607 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:35:22,623 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 12:35:40,628 log 77344 6208090112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:35:40,629 basehttp 77344 6208090112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 12:35:40,632 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:35:40,635 basehttp 77344 6191263744 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-07 12:35:40,638 basehttp 77344 6174437376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-09-07 12:35:40,641 log 77344 6208090112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:35:40,641 basehttp 77344 6208090112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 12:35:46,410 basehttp 77344 6208090112 "GET /en/billing HTTP/1.1" 301 0 INFO 2025-09-07 12:35:46,434 basehttp 77344 6174437376 "GET /en/billing/ HTTP/1.1" 200 47086 WARNING 2025-09-07 12:35:46,448 log 77344 6174437376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:35:46,449 basehttp 77344 6174437376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 12:35:46,477 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:35:46,480 basehttp 77344 6191263744 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 ERROR 2025-09-07 12:35:53,457 log 77344 6191263744 Internal Server Error: /en/billing/claims/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_claims' not found. 'export_claims' is not a valid view function or pattern name. ERROR 2025-09-07 12:35:53,458 basehttp 77344 6191263744 "GET /en/billing/claims/ HTTP/1.1" 500 207751 WARNING 2025-09-07 12:35:53,477 log 77344 6191263744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:35:53,477 basehttp 77344 6191263744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 12:39:36,305 autoreload 77344 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-09-07 12:39:36,788 autoreload 97928 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 12:40:53,033 autoreload 97928 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-09-07 12:40:53,426 autoreload 98481 8747049152 Watching for file changes with StatReloader ERROR 2025-09-07 12:40:54,795 log 98481 6134345728 Internal Server Error: /en/billing/claims/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_claims' not found. 'export_claims' is not a valid view function or pattern name. ERROR 2025-09-07 12:40:54,797 basehttp 98481 6134345728 "GET /en/billing/claims/ HTTP/1.1" 500 207888 WARNING 2025-09-07 12:40:54,809 log 98481 6134345728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:40:54,809 basehttp 98481 6134345728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 12:44:58,267 autoreload 98481 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-09-07 12:44:58,602 autoreload 826 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 12:45:22,581 autoreload 826 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/urls.py changed, reloading. INFO 2025-09-07 12:45:22,898 autoreload 1126 8747049152 Watching for file changes with StatReloader ERROR 2025-09-07 12:45:24,934 log 1126 6129577984 Internal Server Error: /en/billing/claims/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'batch_submit_claims' not found. 'batch_submit_claims' is not a valid view function or pattern name. ERROR 2025-09-07 12:45:24,936 basehttp 1126 6129577984 "GET /en/billing/claims/ HTTP/1.1" 500 207934 WARNING 2025-09-07 12:45:24,952 log 1126 6129577984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:45:24,952 basehttp 1126 6129577984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 12:45:46,751 log 1126 6129577984 Internal Server Error: /en/billing/claims/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_stats' not found. 'claim_stats' is not a valid view function or pattern name. ERROR 2025-09-07 12:45:46,753 basehttp 1126 6129577984 "GET /en/billing/claims/ HTTP/1.1" 500 207076 WARNING 2025-09-07 12:45:46,769 log 1126 6129577984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:45:46,770 basehttp 1126 6129577984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 12:46:13,557 log 1126 6129577984 Internal Server Error: /en/billing/claims/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_print' not found. 'claim_print' is not a valid view function or pattern name. ERROR 2025-09-07 12:46:13,558 basehttp 1126 6129577984 "GET /en/billing/claims/ HTTP/1.1" 500 236107 WARNING 2025-09-07 12:46:13,574 log 1126 6129577984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:46:13,574 basehttp 1126 6129577984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 12:46:55,322 log 1126 6129577984 Internal Server Error: /en/billing/claims/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_submit_claims' not found. 'bulk_submit_claims' is not a valid view function or pattern name. ERROR 2025-09-07 12:46:55,324 basehttp 1126 6129577984 "GET /en/billing/claims/ HTTP/1.1" 500 211156 WARNING 2025-09-07 12:46:55,339 log 1126 6129577984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:46:55,339 basehttp 1126 6129577984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 12:47:18,798 basehttp 1126 6129577984 "GET /en/billing/claims/ HTTP/1.1" 200 144975 WARNING 2025-09-07 12:47:18,815 log 1126 6129577984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:47:18,815 basehttp 1126 6129577984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 12:47:18,892 basehttp 1126 6129577984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:48:05,593 basehttp 1126 6129577984 "GET /en/billing/claims/ HTTP/1.1" 200 145155 WARNING 2025-09-07 12:48:05,607 log 1126 6129577984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:48:05,608 basehttp 1126 6129577984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 12:48:05,660 basehttp 1126 6129577984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:48:17,864 basehttp 1126 6129577984 "GET /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ HTTP/1.1" 200 37650 WARNING 2025-09-07 12:48:17,881 log 1126 6129577984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:48:17,882 basehttp 1126 6129577984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 12:48:17,924 basehttp 1126 6129577984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 12:48:28,251 log 1126 6129577984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:48:28,251 basehttp 1126 6129577984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 12:48:28,285 log 1126 6129577984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:48:28,286 basehttp 1126 6129577984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 12:49:05,672 basehttp 1126 6129577984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:49:20,467 autoreload 1126 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-09-07 12:49:20,872 autoreload 2864 8747049152 Watching for file changes with StatReloader WARNING 2025-09-07 12:49:21,914 log 2864 6203011072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:49:21,914 basehttp 2864 6203011072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 12:49:21,927 log 2864 6203011072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:49:21,927 basehttp 2864 6203011072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 12:49:22,778 basehttp 2864 6203011072 "GET /en/billing/claims/ HTTP/1.1" 200 145155 WARNING 2025-09-07 12:49:22,799 log 2864 6203011072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:49:22,799 basehttp 2864 6203011072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 12:49:22,857 basehttp 2864 6203011072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-07 12:49:24,049 log 2864 6203011072 Internal Server Error: /en/billing/claims/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_details_api' not found. 'bill_details_api' is not a valid view function or pattern name. ERROR 2025-09-07 12:49:24,051 basehttp 2864 6203011072 "GET /en/billing/claims/create/ HTTP/1.1" 500 194122 WARNING 2025-09-07 12:49:24,068 log 2864 6203011072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:49:24,068 basehttp 2864 6203011072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:02:57,501 autoreload 2864 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/urls.py changed, reloading. INFO 2025-09-07 14:02:58,023 autoreload 5063 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 14:07:44,147 autoreload 5063 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/urls.py changed, reloading. INFO 2025-09-07 14:07:44,460 autoreload 7139 8747049152 Watching for file changes with StatReloader ERROR 2025-09-07 14:07:46,904 log 7139 6202322944 Internal Server Error: /en/billing/claims/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_details_api' with no arguments not found. 1 pattern(s) tried: ['en/billing/bills/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-09-07 14:07:46,906 basehttp 7139 6202322944 "GET /en/billing/claims/create/ HTTP/1.1" 500 196668 WARNING 2025-09-07 14:07:46,924 log 7139 6202322944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:07:46,924 basehttp 7139 6202322944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 14:09:34,737 log 7139 6202322944 Internal Server Error: /en/billing/claims/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_details_api' with arguments '('',)' not found. 1 pattern(s) tried: ['en/billing/bills/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-09-07 14:09:34,739 basehttp 7139 6202322944 "GET /en/billing/claims/create/ HTTP/1.1" 500 198113 WARNING 2025-09-07 14:09:34,753 log 7139 6202322944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:09:34,753 basehttp 7139 6202322944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 14:10:56,880 log 7139 6202322944 Internal Server Error: /en/billing/claims/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_details_api' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/billing/bills/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-09-07 14:10:56,881 basehttp 7139 6202322944 "GET /en/billing/claims/create/ HTTP/1.1" 500 198003 WARNING 2025-09-07 14:10:56,895 log 7139 6202322944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:10:56,895 basehttp 7139 6202322944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:11:45,306 autoreload 7139 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-09-07 14:11:45,662 autoreload 8942 8747049152 Watching for file changes with StatReloader ERROR 2025-09-07 14:11:47,998 log 8942 6157873152 Internal Server Error: /en/billing/claims/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_details_api' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/billing/bills/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-09-07 14:11:48,000 basehttp 8942 6157873152 "GET /en/billing/claims/create/ HTTP/1.1" 500 198003 WARNING 2025-09-07 14:11:48,016 log 8942 6157873152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:11:48,016 basehttp 8942 6157873152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 14:13:51,092 log 8942 6157873152 Internal Server Error: /en/billing/claims/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_details_api' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/billing/bills/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-09-07 14:13:51,093 basehttp 8942 6157873152 "GET /en/billing/claims/create/ HTTP/1.1" 500 198021 WARNING 2025-09-07 14:13:51,107 log 8942 6157873152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:13:51,107 basehttp 8942 6157873152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:17:09,213 autoreload 8942 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-09-07 14:17:09,525 autoreload 11319 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 14:17:35,604 autoreload 11319 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/urls.py changed, reloading. INFO 2025-09-07 14:17:35,925 autoreload 11481 8747049152 Watching for file changes with StatReloader ERROR 2025-09-07 14:18:02,757 log 11481 6171029504 Internal Server Error: /en/billing/claims/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_details_api' not found. 'insurance_details_api' is not a valid view function or pattern name. ERROR 2025-09-07 14:18:02,758 basehttp 11481 6171029504 "GET /en/billing/claims/create/ HTTP/1.1" 500 194751 WARNING 2025-09-07 14:18:02,776 log 11481 6171029504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:18:02,776 basehttp 11481 6171029504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:21:36,134 autoreload 11481 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-09-07 14:21:36,450 autoreload 13311 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 14:30:21,471 autoreload 13311 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-07 14:30:21,814 autoreload 17159 8747049152 Watching for file changes with StatReloader ERROR 2025-09-07 14:30:22,942 log 17159 6201470976 Internal Server Error: /en/billing/claims/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_line_items_api' not found. 'bill_line_items_api' is not a valid view function or pattern name. ERROR 2025-09-07 14:30:22,944 basehttp 17159 6201470976 "GET /en/billing/claims/create/ HTTP/1.1" 500 194905 WARNING 2025-09-07 14:30:22,954 log 17159 6201470976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:30:22,954 basehttp 17159 6201470976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:32:17,361 autoreload 17159 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/urls.py changed, reloading. INFO 2025-09-07 14:32:17,711 autoreload 18042 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 14:33:39,885 autoreload 18042 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-09-07 14:33:40,189 autoreload 18669 8747049152 Watching for file changes with StatReloader ERROR 2025-09-07 14:33:48,303 log 18669 6198521856 Internal Server Error: /en/billing/claims/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_line_items_api' with no arguments not found. 1 pattern(s) tried: ['en/billing/bills/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/line\\-items\\Z'] ERROR 2025-09-07 14:33:48,304 basehttp 18669 6198521856 "GET /en/billing/claims/create/ HTTP/1.1" 500 197447 WARNING 2025-09-07 14:33:48,321 log 18669 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:33:48,321 basehttp 18669 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 14:35:02,948 log 18669 6198521856 Internal Server Error: /en/billing/claims/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_preview' not found. 'claim_preview' is not a valid view function or pattern name. ERROR 2025-09-07 14:35:02,949 basehttp 18669 6198521856 "GET /en/billing/claims/create/ HTTP/1.1" 500 194951 WARNING 2025-09-07 14:35:02,965 log 18669 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:35:02,965 basehttp 18669 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:35:25,061 basehttp 18669 6198521856 "GET /en/billing/claims/create/ HTTP/1.1" 200 66340 WARNING 2025-09-07 14:35:25,077 log 18669 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:35:25,077 basehttp 18669 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:35:25,140 basehttp 18669 6198521856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:36:20,079 basehttp 18669 6198521856 "GET /en/billing/bills/49ecf1c4-8024-4107-ad14-0d46cf66fe79/ HTTP/1.1" 200 38565 INFO 2025-09-07 14:36:25,152 basehttp 18669 6198521856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 14:37:08,113 log 18669 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:37:08,113 basehttp 18669 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:37:30,410 basehttp 18669 6198521856 "GET /en/billing/claims/ HTTP/1.1" 200 147205 WARNING 2025-09-07 14:37:30,426 log 18669 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:37:30,426 basehttp 18669 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:37:30,474 basehttp 18669 6198521856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:37:39,286 basehttp 18669 6198521856 "GET /en/billing/claims/ HTTP/1.1" 200 147205 WARNING 2025-09-07 14:37:39,304 log 18669 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:37:39,305 basehttp 18669 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:37:39,357 basehttp 18669 6198521856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-07 14:37:40,782 log 18669 6198521856 Internal Server Error: /en/billing/claims/5237a09c-9179-4f06-a247-65ce91213492/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_appeal' not found. 'claim_appeal' is not a valid view function or pattern name. ERROR 2025-09-07 14:37:40,784 basehttp 18669 6198521856 "GET /en/billing/claims/5237a09c-9179-4f06-a247-65ce91213492/ HTTP/1.1" 500 191204 WARNING 2025-09-07 14:37:40,802 log 18669 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:37:40,802 basehttp 18669 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:41:07,375 basehttp 18669 6198521856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 14:41:07,377 log 18669 6215348224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:41:07,377 basehttp 18669 6215348224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 14:41:07,390 log 18669 6215348224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:41:07,391 basehttp 18669 6215348224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:41:11,966 basehttp 18669 6215348224 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-09-07 14:41:12,005 basehttp 18669 6198521856 "GET /en/hr/ HTTP/1.1" 200 42394 WARNING 2025-09-07 14:41:12,022 log 18669 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:41:12,022 basehttp 18669 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:41:12,038 basehttp 18669 6198521856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-07 14:41:32,945 log 18669 6198521856 Internal Server Error: /en/hr/departments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: hr/department_list.html, hr/department_list.html ERROR 2025-09-07 14:41:32,946 basehttp 18669 6198521856 "GET /en/hr/departments/ HTTP/1.1" 500 86314 WARNING 2025-09-07 14:41:32,965 log 18669 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:41:32,966 basehttp 18669 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:44:30,725 autoreload 18669 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 14:44:31,100 autoreload 23535 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 14:48:28,470 basehttp 23535 6201683968 "GET /en/hr/departments/ HTTP/1.1" 200 125426 INFO 2025-09-07 14:48:28,486 basehttp 23535 6218510336 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 WARNING 2025-09-07 14:48:28,488 log 23535 6201683968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:48:28,488 basehttp 23535 6201683968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:48:28,490 basehttp 23535 6218510336 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-09-07 14:48:28,492 basehttp 23535 6201683968 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 INFO 2025-09-07 14:48:28,492 basehttp 23535 6252163072 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-09-07 14:48:28,492 basehttp 23535 6235336704 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-09-07 14:48:28,498 basehttp 23535 6268989440 "GET /static/plugins/jszip/dist/jszip.min.js HTTP/1.1" 200 97630 INFO 2025-09-07 14:48:28,504 basehttp 23535 6218510336 "GET /static/plugins/pdfmake/build/vfs_fonts.js HTTP/1.1" 200 828866 INFO 2025-09-07 14:48:28,505 basehttp 23535 6285815808 "GET /static/plugins/pdfmake/build/pdfmake.min.js HTTP/1.1" 200 1400771 INFO 2025-09-07 14:48:28,604 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:48:28,606 basehttp 23535 6285815808 "GET /static/plugins/pdfmake/build/pdfmake.min.js.map HTTP/1.1" 200 4214503 INFO 2025-09-07 14:48:47,353 basehttp 23535 6285815808 "GET /en/hr/departments/create/ HTTP/1.1" 200 41288 WARNING 2025-09-07 14:48:47,364 basehttp 23535 6285815808 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 WARNING 2025-09-07 14:48:47,373 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:48:47,373 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:48:47,444 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:49:02,684 basehttp 23535 6218510336 "GET /en/hr/departments/ HTTP/1.1" 200 125426 WARNING 2025-09-07 14:49:02,703 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:49:02,703 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:49:02,798 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:49:04,753 basehttp 23535 6218510336 "GET /en/hr/departments/12/ HTTP/1.1" 200 35129 WARNING 2025-09-07 14:49:04,775 basehttp 23535 6218510336 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-09-07 14:49:04,775 basehttp 23535 6268989440 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-09-07 14:49:04,775 basehttp 23535 6235336704 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 WARNING 2025-09-07 14:49:04,781 log 23535 6252163072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:49:04,781 basehttp 23535 6252163072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:49:04,825 basehttp 23535 6252163072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:49:56,931 basehttp 23535 6252163072 "GET /en/hr/departments/12/update/ HTTP/1.1" 200 41458 WARNING 2025-09-07 14:49:56,950 basehttp 23535 6201683968 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 WARNING 2025-09-07 14:49:56,954 log 23535 6252163072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:49:56,954 basehttp 23535 6252163072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:49:57,005 basehttp 23535 6252163072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 14:50:03,717 basehttp 23535 6201683968 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-09-07 14:50:03,721 log 23535 6252163072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:03,721 basehttp 23535 6252163072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 14:50:03,732 log 23535 6252163072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:03,732 basehttp 23535 6252163072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:50:04,847 basehttp 23535 6252163072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 14:50:10,725 log 23535 6201683968 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-07 14:50:10,725 basehttp 23535 6252163072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 14:50:10,725 basehttp 23535 6201683968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 14:50:10,741 log 23535 6252163072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:10,741 basehttp 23535 6252163072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:50:13,335 basehttp 23535 6252163072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 14:50:13,338 log 23535 6201683968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:13,340 basehttp 23535 6252163072 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 WARNING 2025-09-07 14:50:13,340 basehttp 23535 6201683968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 14:50:13,352 log 23535 6201683968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:13,352 basehttp 23535 6201683968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 14:50:14,669 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:14,669 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:50:14,671 basehttp 23535 6201683968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 14:50:14,684 log 23535 6201683968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:14,684 basehttp 23535 6201683968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 14:50:17,041 log 23535 6235336704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:17,042 basehttp 23535 6235336704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:50:17,044 basehttp 23535 6201683968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 14:50:17,051 log 23535 6201683968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:17,051 basehttp 23535 6201683968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:50:17,057 basehttp 23535 6218510336 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 4459 INFO 2025-09-07 14:50:18,074 basehttp 23535 6218510336 "GET /en/hr/ HTTP/1.1" 200 42394 WARNING 2025-09-07 14:50:18,091 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:18,091 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:50:18,143 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:50:19,416 basehttp 23535 6218510336 "GET /en/hr/employees/ HTTP/1.1" 200 130495 WARNING 2025-09-07 14:50:19,439 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:19,439 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:50:19,483 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:50:32,151 basehttp 23535 6218510336 "GET /en/hr/employees/56/ HTTP/1.1" 200 34482 WARNING 2025-09-07 14:50:32,175 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:32,175 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:50:32,215 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 14:50:39,307 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:39,307 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 14:50:39,323 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:39,323 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 14:50:40,377 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:40,377 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 14:50:40,389 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:40,389 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 14:50:41,063 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:41,063 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 14:50:41,949 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:41,949 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 14:50:42,797 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:42,797 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:50:55,783 basehttp 23535 6218510336 "GET /en/hr/ HTTP/1.1" 200 42394 WARNING 2025-09-07 14:50:55,805 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:55,805 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:50:55,822 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:50:59,805 basehttp 23535 6218510336 "GET /en/hr/schedules/ HTTP/1.1" 200 121762 WARNING 2025-09-07 14:50:59,829 basehttp 23535 6201683968 "GET /static/plugins/fullcalendar/main.min.css HTTP/1.1" 404 2026 WARNING 2025-09-07 14:50:59,831 basehttp 23535 6252163072 "GET /static/plugins/fullcalendar/main.min.js HTTP/1.1" 404 2023 WARNING 2025-09-07 14:50:59,831 basehttp 23535 6235336704 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-09-07 14:50:59,840 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:59,840 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:50:59,883 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:51:59,904 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:52:59,891 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:53:19,615 basehttp 23535 6218510336 "GET /en/hr/schedules/ HTTP/1.1" 200 121575 WARNING 2025-09-07 14:53:19,625 basehttp 23535 6218510336 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-09-07 14:53:19,625 basehttp 23535 6201683968 "GET /static/plugins/fullcalendar/main.min.js HTTP/1.1" 404 2023 WARNING 2025-09-07 14:53:19,631 log 23535 6201683968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:53:19,631 basehttp 23535 6201683968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:53:19,688 basehttp 23535 6201683968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:53:21,928 basehttp 23535 6201683968 "GET /en/hr/schedules/ HTTP/1.1" 200 121575 WARNING 2025-09-07 14:53:21,939 basehttp 23535 6201683968 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-09-07 14:53:21,939 basehttp 23535 6218510336 "GET /static/plugins/fullcalendar/main.min.js HTTP/1.1" 404 2023 WARNING 2025-09-07 14:53:21,945 log 23535 6235336704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:53:21,945 basehttp 23535 6235336704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:53:21,997 basehttp 23535 6235336704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:53:31,828 basehttp 23535 6235336704 "GET /en/hr/schedules/?page=2 HTTP/1.1" 200 122790 WARNING 2025-09-07 14:53:31,847 basehttp 23535 6235336704 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-09-07 14:53:31,848 basehttp 23535 6201683968 "GET /static/plugins/fullcalendar/main.min.js HTTP/1.1" 404 2023 WARNING 2025-09-07 14:53:31,854 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:53:31,854 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:53:31,896 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:54:32,350 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:55:33,351 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:56:34,352 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:57:35,360 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:58:07,336 basehttp 23535 6218510336 "GET /en/hr/schedules/?page=2 HTTP/1.1" 200 123284 INFO 2025-09-07 14:58:07,344 basehttp 23535 6218510336 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-09-07 14:58:07,356 basehttp 23535 6285815808 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 INFO 2025-09-07 14:58:07,356 basehttp 23535 6235336704 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 INFO 2025-09-07 14:58:07,357 basehttp 23535 6268989440 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-09-07 14:58:07,357 basehttp 23535 6201683968 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 INFO 2025-09-07 14:58:07,358 basehttp 23535 6252163072 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 INFO 2025-09-07 14:58:07,362 basehttp 23535 6218510336 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 WARNING 2025-09-07 14:58:07,366 log 23535 6252163072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:58:07,366 basehttp 23535 6252163072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:58:07,428 basehttp 23535 6252163072 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-09-07 14:58:07,467 basehttp 23535 6252163072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:58:10,732 basehttp 23535 6252163072 "GET /en/hr/schedules/?page=2 HTTP/1.1" 200 123284 INFO 2025-09-07 14:58:10,740 basehttp 23535 6201683968 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-07 14:58:10,742 basehttp 23535 6235336704 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-07 14:58:10,743 basehttp 23535 6268989440 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 WARNING 2025-09-07 14:58:10,748 log 23535 6201683968 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-07 14:58:10,748 basehttp 23535 6285815808 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-09-07 14:58:10,749 basehttp 23535 6201683968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:58:10,749 basehttp 23535 6235336704 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-07 14:58:10,753 basehttp 23535 6201683968 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-09-07 14:58:10,755 basehttp 23535 6252163072 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-07 14:58:10,756 basehttp 23535 6201683968 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-07 14:58:10,759 basehttp 23535 6285815808 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-07 14:58:10,760 basehttp 23535 6235336704 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-07 14:58:10,760 basehttp 23535 6201683968 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-07 14:58:10,762 basehttp 23535 6252163072 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-07 14:58:10,765 basehttp 23535 6235336704 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 INFO 2025-09-07 14:58:10,766 basehttp 23535 6201683968 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 INFO 2025-09-07 14:58:10,768 basehttp 23535 6252163072 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 INFO 2025-09-07 14:58:10,769 basehttp 23535 6235336704 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 INFO 2025-09-07 14:58:10,769 basehttp 23535 6201683968 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-09-07 14:58:10,770 basehttp 23535 6218510336 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-07 14:58:10,770 basehttp 23535 6285815808 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 INFO 2025-09-07 14:58:10,770 basehttp 23535 6268989440 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-07 14:58:11,753 basehttp 23535 6285815808 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-07 14:58:11,774 basehttp 23535 6268989440 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-07 14:58:11,774 basehttp 23535 6285815808 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-07 14:58:11,774 basehttp 23535 6252163072 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-07 14:58:11,775 basehttp 23535 6218510336 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-07 14:58:11,776 basehttp 23535 6201683968 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-07 14:58:11,779 basehttp 23535 6285815808 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-07 14:58:11,779 basehttp 23535 6235336704 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-07 14:58:11,780 basehttp 23535 6218510336 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-07 14:58:11,780 basehttp 23535 6252163072 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-07 14:58:11,780 basehttp 23535 6201683968 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-07 14:58:11,782 basehttp 23535 6235336704 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-07 14:58:11,782 basehttp 23535 6285815808 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-07 14:58:11,782 basehttp 23535 6252163072 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-07 14:58:11,783 basehttp 23535 6201683968 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-07 14:58:11,783 basehttp 23535 6218510336 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-07 14:58:11,785 basehttp 23535 6235336704 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-07 14:58:11,785 basehttp 23535 6268989440 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-07 14:58:11,786 basehttp 23535 6252163072 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-07 14:58:11,787 basehttp 23535 6235336704 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-07 14:58:11,787 basehttp 23535 6201683968 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-07 14:58:11,787 basehttp 23535 6218510336 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-07 14:58:11,788 basehttp 23535 6268989440 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-07 14:58:11,788 basehttp 23535 6285815808 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-07 14:58:11,790 basehttp 23535 6285815808 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-09-07 14:58:11,812 basehttp 23535 6285815808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 14:58:11,937 log 23535 6285815808 Not Found: /favicon.ico WARNING 2025-09-07 14:58:11,943 basehttp 23535 6285815808 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-07 14:59:11,824 basehttp 23535 6285815808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:00:12,344 basehttp 23535 6285815808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-07 15:01:02,531 log 23535 6285815808 Internal Server Error: /en/hr/schedules/21/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'schedule_assignment_delete' not found. 'schedule_assignment_delete' is not a valid view function or pattern name. ERROR 2025-09-07 15:01:02,532 basehttp 23535 6285815808 "GET /en/hr/schedules/21/ HTTP/1.1" 500 224610 WARNING 2025-09-07 15:01:02,554 log 23535 6285815808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:01:02,554 basehttp 23535 6285815808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 15:02:26,622 log 23535 6285815808 Internal Server Error: /en/hr/schedules/21/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_schedule' not found. 'export_schedule' is not a valid view function or pattern name. ERROR 2025-09-07 15:02:26,623 basehttp 23535 6285815808 "GET /en/hr/schedules/21/ HTTP/1.1" 500 204110 WARNING 2025-09-07 15:02:26,639 log 23535 6285815808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:02:26,640 basehttp 23535 6285815808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:03:24,515 basehttp 23535 6285815808 "GET /en/hr/schedules/21/ HTTP/1.1" 200 173472 WARNING 2025-09-07 15:03:24,526 basehttp 23535 6285815808 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:03:24,527 basehttp 23535 6201683968 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 WARNING 2025-09-07 15:03:24,532 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:03:24,532 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 15:03:24,566 basehttp 23535 6218510336 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:03:24,638 basehttp 23535 6201683968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:03:24,643 basehttp 23535 6201683968 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 WARNING 2025-09-07 15:03:24,656 basehttp 23535 6201683968 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:03:49,585 basehttp 23535 6201683968 "GET /en/hr/schedules/21/ HTTP/1.1" 200 173472 INFO 2025-09-07 15:03:49,597 basehttp 23535 6252163072 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-07 15:03:49,598 basehttp 23535 6285815808 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-07 15:03:49,599 basehttp 23535 6268989440 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-07 15:03:49,601 basehttp 23535 6252163072 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-09-07 15:03:49,602 log 23535 6201683968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:03:49,602 basehttp 23535 6201683968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:03:49,603 basehttp 23535 6218510336 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-07 15:03:49,604 basehttp 23535 6235336704 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 WARNING 2025-09-07 15:03:49,685 basehttp 23535 6218510336 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:03:49,685 basehttp 23535 6235336704 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-07 15:03:49,687 basehttp 23535 6201683968 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-07 15:03:49,689 basehttp 23535 6201683968 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-07 15:03:49,690 basehttp 23535 6235336704 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-07 15:03:49,690 basehttp 23535 6201683968 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-07 15:03:49,691 basehttp 23535 6201683968 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-07 15:03:49,692 basehttp 23535 6235336704 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-07 15:03:49,693 basehttp 23535 6235336704 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 INFO 2025-09-07 15:03:49,694 basehttp 23535 6201683968 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 INFO 2025-09-07 15:03:49,695 basehttp 23535 6235336704 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 INFO 2025-09-07 15:03:49,695 basehttp 23535 6201683968 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 INFO 2025-09-07 15:03:49,696 basehttp 23535 6235336704 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-09-07 15:03:49,696 basehttp 23535 6201683968 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 INFO 2025-09-07 15:03:49,697 basehttp 23535 6235336704 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 WARNING 2025-09-07 15:03:50,486 basehttp 23535 6201683968 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:03:50,487 basehttp 23535 6235336704 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-07 15:03:50,509 basehttp 23535 6252163072 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-07 15:03:50,510 basehttp 23535 6235336704 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-07 15:03:50,511 basehttp 23535 6201683968 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-07 15:03:50,512 basehttp 23535 6268989440 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-07 15:03:50,512 basehttp 23535 6285815808 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-07 15:03:50,514 basehttp 23535 6201683968 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-07 15:03:50,514 basehttp 23535 6218510336 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-07 15:03:50,515 basehttp 23535 6268989440 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-07 15:03:50,515 basehttp 23535 6285815808 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-07 15:03:50,517 basehttp 23535 6268989440 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-07 15:03:50,518 basehttp 23535 6218510336 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-07 15:03:50,518 basehttp 23535 6285815808 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-07 15:03:50,518 basehttp 23535 6252163072 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-07 15:03:50,518 basehttp 23535 6201683968 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-07 15:03:50,520 basehttp 23535 6285815808 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-07 15:03:50,521 basehttp 23535 6252163072 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-07 15:03:50,522 basehttp 23535 6201683968 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-07 15:03:50,523 basehttp 23535 6235336704 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-07 15:03:50,523 basehttp 23535 6268989440 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-07 15:03:50,523 basehttp 23535 6218510336 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-07 15:03:50,523 basehttp 23535 6285815808 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-07 15:03:50,524 basehttp 23535 6252163072 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-07 15:03:50,524 basehttp 23535 6201683968 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-07 15:03:50,538 basehttp 23535 6201683968 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-07 15:03:50,548 basehttp 23535 6201683968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:03:50,569 basehttp 23535 6201683968 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-09-07 15:03:50,625 log 23535 6285815808 Not Found: /favicon.ico WARNING 2025-09-07 15:03:50,625 basehttp 23535 6285815808 "GET /favicon.ico HTTP/1.1" 404 2557 WARNING 2025-09-07 15:03:59,502 basehttp 23535 6285815808 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-09-07 15:04:07,948 basehttp 23535 6252163072 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:04:15,855 basehttp 23535 6268989440 "GET /en/hr/employees/27/ HTTP/1.1" 200 34730 WARNING 2025-09-07 15:04:15,880 log 23535 6268989440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:04:15,880 basehttp 23535 6268989440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:04:15,943 basehttp 23535 6268989440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:04:22,166 log 23535 6268989440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:04:22,166 basehttp 23535 6268989440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 15:04:22,204 log 23535 6268989440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:04:22,204 basehttp 23535 6268989440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:04:50,563 basehttp 23535 6268989440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:05:15,546 basehttp 23535 6268989440 "GET /en/hr/schedules/21/ HTTP/1.1" 200 173472 WARNING 2025-09-07 15:05:15,555 basehttp 23535 6268989440 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-09-07 15:05:15,567 basehttp 23535 6218510336 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-09-07 15:05:15,571 log 23535 6235336704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:05:15,571 basehttp 23535 6235336704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:05:15,643 basehttp 23535 6235336704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:05:15,665 basehttp 23535 6235336704 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-09-07 15:05:44,464 basehttp 23535 6201683968 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:06:02,782 basehttp 23535 6201683968 "GET /en/hr/schedules/?page=2 HTTP/1.1" 200 123257 INFO 2025-09-07 15:06:02,791 basehttp 23535 6201683968 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 WARNING 2025-09-07 15:06:02,812 log 23535 6201683968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:06:02,812 basehttp 23535 6201683968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:06:02,819 basehttp 23535 6201683968 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-09-07 15:06:18,524 basehttp 23535 6201683968 "GET /en/hr/schedules/ HTTP/1.1" 200 122042 WARNING 2025-09-07 15:06:18,548 log 23535 6201683968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:06:18,548 basehttp 23535 6201683968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:06:18,986 basehttp 23535 6201683968 "GET /en/hr/ HTTP/1.1" 200 42394 WARNING 2025-09-07 15:06:19,008 log 23535 6201683968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:06:19,008 basehttp 23535 6201683968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:06:21,734 basehttp 23535 6201683968 "GET /en/hr/departments/ HTTP/1.1" 200 125426 INFO 2025-09-07 15:06:21,750 basehttp 23535 6201683968 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-09-07 15:06:21,750 basehttp 23535 6252163072 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-09-07 15:06:21,751 basehttp 23535 6218510336 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-07 15:06:21,751 basehttp 23535 6235336704 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 WARNING 2025-09-07 15:06:21,755 log 23535 6268989440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:06:21,756 basehttp 23535 6268989440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:06:21,758 basehttp 23535 6235336704 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-09-07 15:06:21,758 basehttp 23535 6218510336 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-09-07 15:06:21,760 basehttp 23535 6201683968 "GET /static/plugins/jszip/dist/jszip.min.js HTTP/1.1" 200 97630 INFO 2025-09-07 15:06:21,763 basehttp 23535 6268989440 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-07 15:06:21,768 basehttp 23535 6285815808 "GET /static/plugins/pdfmake/build/vfs_fonts.js HTTP/1.1" 200 828866 INFO 2025-09-07 15:06:21,769 basehttp 23535 6252163072 "GET /static/plugins/pdfmake/build/pdfmake.min.js HTTP/1.1" 200 1400771 INFO 2025-09-07 15:06:21,851 basehttp 23535 6252163072 "GET /static/plugins/pdfmake/build/pdfmake.min.js.map HTTP/1.1" 200 4214503 INFO 2025-09-07 15:06:21,853 basehttp 23535 6285815808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:06:24,044 log 23535 6285815808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:06:24,044 basehttp 23535 6285815808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 15:06:24,058 log 23535 6285815808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:06:24,058 basehttp 23535 6285815808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 15:06:25,465 log 23535 6285815808 Internal Server Error: /en/hr/time-entries/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_time_entries' not found. 'export_time_entries' is not a valid view function or pattern name. ERROR 2025-09-07 15:06:25,466 basehttp 23535 6285815808 "GET /en/hr/time-entries/ HTTP/1.1" 500 202728 WARNING 2025-09-07 15:06:25,492 log 23535 6285815808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:06:25,492 basehttp 23535 6285815808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:07:32,068 basehttp 23535 6285815808 "GET /en/hr/time-entries/ HTTP/1.1" 200 143885 WARNING 2025-09-07 15:07:32,077 basehttp 23535 6268989440 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:07:32,078 basehttp 23535 6252163072 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.css HTTP/1.1" 200 8069 INFO 2025-09-07 15:07:32,079 basehttp 23535 6201683968 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.js HTTP/1.1" 200 67842 WARNING 2025-09-07 15:07:32,081 log 23535 6285815808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:07:32,081 basehttp 23535 6285815808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 15:07:32,106 basehttp 23535 6285815808 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:07:32,138 basehttp 23535 6201683968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:07:32,182 basehttp 23535 6201683968 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:07:50,766 basehttp 23535 6252163072 "GET /en/hr/time-entries/ HTTP/1.1" 200 143725 WARNING 2025-09-07 15:07:50,774 basehttp 23535 6252163072 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:07:50,775 basehttp 23535 6218510336 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 WARNING 2025-09-07 15:07:50,780 log 23535 6235336704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:07:50,780 basehttp 23535 6235336704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:07:50,837 basehttp 23535 6235336704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:07:50,870 basehttp 23535 6235336704 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:07:52,889 basehttp 23535 6218510336 "GET /en/hr/time-entries/ HTTP/1.1" 200 143725 INFO 2025-09-07 15:07:52,899 basehttp 23535 6235336704 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-07 15:07:52,899 basehttp 23535 6252163072 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-07 15:07:52,900 basehttp 23535 6268989440 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-07 15:07:52,902 basehttp 23535 6285815808 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.css HTTP/1.1" 200 8069 INFO 2025-09-07 15:07:52,904 basehttp 23535 6268989440 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-07 15:07:52,906 basehttp 23535 6285815808 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:07:52,908 basehttp 23535 6218510336 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-07 15:07:52,909 basehttp 23535 6235336704 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-07 15:07:52,911 basehttp 23535 6235336704 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 WARNING 2025-09-07 15:07:52,913 log 23535 6252163072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:07:52,913 basehttp 23535 6252163072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:07:52,915 basehttp 23535 6235336704 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-07 15:07:52,916 basehttp 23535 6285815808 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-07 15:07:52,917 basehttp 23535 6252163072 - Broken pipe from ('127.0.0.1', 58254) INFO 2025-09-07 15:07:52,918 basehttp 23535 6218510336 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-07 15:07:52,919 basehttp 23535 6302642176 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-07 15:07:52,922 basehttp 23535 6302642176 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-09-07 15:07:52,922 basehttp 23535 6235336704 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-09-07 15:07:52,922 basehttp 23535 6285815808 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.js HTTP/1.1" 200 67842 INFO 2025-09-07 15:07:52,923 basehttp 23535 6218510336 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-07 15:07:52,928 basehttp 23535 6201683968 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-07 15:07:52,929 basehttp 23535 6268989440 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 WARNING 2025-09-07 15:07:53,743 basehttp 23535 6268989440 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:07:53,773 basehttp 23535 6285815808 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-07 15:07:53,773 basehttp 23535 6201683968 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-07 15:07:53,773 basehttp 23535 6302642176 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-07 15:07:53,774 basehttp 23535 6235336704 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-07 15:07:53,774 basehttp 23535 6218510336 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-07 15:07:53,777 basehttp 23535 6235336704 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-07 15:07:53,778 basehttp 23535 6252163072 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-07 15:07:53,778 basehttp 23535 6218510336 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-07 15:07:53,778 basehttp 23535 6302642176 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-07 15:07:53,779 basehttp 23535 6201683968 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-07 15:07:53,781 basehttp 23535 6235336704 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-07 15:07:53,781 basehttp 23535 6252163072 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-07 15:07:53,782 basehttp 23535 6302642176 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-07 15:07:53,782 basehttp 23535 6218510336 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-07 15:07:53,782 basehttp 23535 6201683968 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-07 15:07:53,782 basehttp 23535 6285815808 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-07 15:07:53,785 basehttp 23535 6201683968 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-07 15:07:53,785 basehttp 23535 6235336704 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-07 15:07:53,785 basehttp 23535 6218510336 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-07 15:07:53,785 basehttp 23535 6302642176 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-07 15:07:53,785 basehttp 23535 6252163072 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-07 15:07:53,786 basehttp 23535 6285815808 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-07 15:07:53,786 basehttp 23535 6201683968 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-07 15:07:53,796 basehttp 23535 6201683968 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-07 15:07:53,806 basehttp 23535 6201683968 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-09-07 15:07:53,819 basehttp 23535 6201683968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:07:53,855 basehttp 23535 6201683968 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-09-07 15:07:54,101 log 23535 6302642176 Not Found: /favicon.ico WARNING 2025-09-07 15:07:54,101 basehttp 23535 6302642176 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-07 15:08:41,055 basehttp 23535 6302642176 "GET /en/hr/time-entries/ HTTP/1.1" 200 138936 WARNING 2025-09-07 15:08:41,068 log 23535 6302642176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:08:41,068 basehttp 23535 6302642176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:08:41,164 basehttp 23535 6302642176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:08:54,359 basehttp 23535 6302642176 "GET /en/hr/time-entries/ HTTP/1.1" 200 138956 INFO 2025-09-07 15:08:54,366 basehttp 23535 6302642176 "GET /static/img/user/user-10.jpg HTTP/1.1" 200 6490 WARNING 2025-09-07 15:08:54,374 log 23535 6302642176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:08:54,374 basehttp 23535 6302642176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:08:54,431 basehttp 23535 6302642176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:09:16,424 basehttp 23535 6302642176 "GET /en/hr/time-entries/ HTTP/1.1" 200 137743 WARNING 2025-09-07 15:09:16,439 log 23535 6302642176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:09:16,439 basehttp 23535 6302642176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:09:16,498 basehttp 23535 6302642176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:09:31,143 basehttp 23535 6302642176 "GET /en/hr/time-entries/ HTTP/1.1" 200 137863 WARNING 2025-09-07 15:09:31,156 log 23535 6302642176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:09:31,156 basehttp 23535 6302642176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:09:31,207 basehttp 23535 6302642176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:10:03,173 basehttp 23535 6302642176 "GET /en/hr/time-entries/ HTTP/1.1" 200 138243 WARNING 2025-09-07 15:10:03,188 log 23535 6302642176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:10:03,188 basehttp 23535 6302642176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:10:03,237 basehttp 23535 6302642176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:10:43,104 basehttp 23535 6302642176 "GET /en/hr/time-entries/ HTTP/1.1" 200 137710 WARNING 2025-09-07 15:10:43,121 log 23535 6302642176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:10:43,121 basehttp 23535 6302642176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:10:43,175 basehttp 23535 6302642176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:10:47,796 basehttp 23535 6302642176 "GET /en/hr/time-entries/45/ HTTP/1.1" 200 32196 WARNING 2025-09-07 15:10:47,807 basehttp 23535 6285815808 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-09-07 15:10:47,812 log 23535 6302642176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:10:47,812 basehttp 23535 6302642176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:10:47,857 basehttp 23535 6302642176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:11:17,487 basehttp 23535 6302642176 "GET /en/hr/time-entries/45/ HTTP/1.1" 200 32165 WARNING 2025-09-07 15:11:17,500 basehttp 23535 6302642176 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-09-07 15:11:17,508 log 23535 6252163072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:11:17,508 basehttp 23535 6252163072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:11:17,554 basehttp 23535 6252163072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:11:37,340 basehttp 23535 6252163072 "GET /en/hr/time-entries/45/ HTTP/1.1" 200 32158 WARNING 2025-09-07 15:11:37,359 log 23535 6252163072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:11:37,359 basehttp 23535 6252163072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:11:37,404 basehttp 23535 6252163072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:11:41,289 basehttp 23535 6252163072 "GET /en/hr/employees/2/ HTTP/1.1" 200 34735 WARNING 2025-09-07 15:11:41,309 log 23535 6252163072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:11:41,309 basehttp 23535 6252163072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:11:41,351 basehttp 23535 6252163072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:11:43,657 log 23535 6252163072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:11:43,657 basehttp 23535 6252163072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 15:11:43,668 log 23535 6252163072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:11:43,668 basehttp 23535 6252163072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:12:25,801 basehttp 23535 6252163072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:12:25,802 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:12:25,802 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 15:12:25,816 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:12:25,817 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:12:27,914 basehttp 23535 6218510336 "GET /en/hr/ HTTP/1.1" 200 42394 WARNING 2025-09-07 15:12:27,929 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:12:27,929 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:12:30,289 basehttp 23535 6218510336 "GET /en/hr/employees/ HTTP/1.1" 200 130495 WARNING 2025-09-07 15:12:30,308 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:12:30,308 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:12:30,330 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-07 15:12:32,887 log 23535 6218510336 Internal Server Error: /en/hr/employees/56/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'employee_deactivate' not found. 'employee_deactivate' is not a valid view function or pattern name. ERROR 2025-09-07 15:12:32,888 basehttp 23535 6218510336 "GET /en/hr/employees/56/delete/ HTTP/1.1" 500 174783 WARNING 2025-09-07 15:12:32,907 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:12:32,907 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:14:32,943 autoreload 23535 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 15:14:33,479 autoreload 36795 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 15:14:34,155 basehttp 36795 6341865472 "GET /en/hr/employees/56/delete/ HTTP/1.1" 200 34468 WARNING 2025-09-07 15:14:34,174 log 36795 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:14:34,174 basehttp 36795 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:14:34,222 basehttp 36795 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:15:01,587 basehttp 36795 6341865472 "GET /en/hr/employees/56/ HTTP/1.1" 200 34482 WARNING 2025-09-07 15:15:01,601 log 36795 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:15:01,601 basehttp 36795 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:15:01,638 basehttp 36795 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:15:43,738 log 36795 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:15:43,739 basehttp 36795 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:15:43,741 basehttp 36795 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:15:43,746 log 36795 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:15:43,746 basehttp 36795 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:15:50,386 basehttp 36795 6358691840 "GET /en/hr/employees/ HTTP/1.1" 200 130495 WARNING 2025-09-07 15:15:50,398 log 36795 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:15:50,398 basehttp 36795 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:15:50,444 basehttp 36795 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:16:18,096 log 36795 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:16:18,097 basehttp 36795 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 15:16:18,109 log 36795 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:16:18,109 basehttp 36795 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:16:20,480 basehttp 36795 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:16:20,481 log 36795 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:16:20,481 basehttp 36795 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 15:16:20,490 log 36795 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:16:20,490 basehttp 36795 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:16:22,038 basehttp 36795 6341865472 "GET / HTTP/1.1" 302 0 INFO 2025-09-07 15:16:22,063 basehttp 36795 6358691840 "GET /en/ HTTP/1.1" 200 49810 WARNING 2025-09-07 15:16:22,083 log 36795 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:16:22,083 basehttp 36795 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:16:22,161 basehttp 36795 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:16:22,164 basehttp 36795 6392344576 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-07 15:16:22,165 basehttp 36795 6375518208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-07 15:16:22,168 basehttp 36795 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-07 15:16:30,883 basehttp 36795 6341865472 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-09-07 15:16:30,921 basehttp 36795 6375518208 "GET /en/hr/ HTTP/1.1" 200 42394 WARNING 2025-09-07 15:16:30,938 log 36795 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:16:30,938 basehttp 36795 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:16:30,956 basehttp 36795 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-07 15:16:39,629 log 36795 6375518208 Internal Server Error: /en/hr/reviews/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_performance_reviews' not found. 'export_performance_reviews' is not a valid view function or pattern name. ERROR 2025-09-07 15:16:39,630 basehttp 36795 6375518208 "GET /en/hr/reviews/ HTTP/1.1" 500 213690 WARNING 2025-09-07 15:16:39,650 log 36795 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:16:39,650 basehttp 36795 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:17:34,224 basehttp 36795 6375518208 "GET /en/hr/reviews/ HTTP/1.1" 200 37449 WARNING 2025-09-07 15:17:34,238 log 36795 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:17:34,239 basehttp 36795 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:17:34,285 basehttp 36795 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:18:34,298 basehttp 36795 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:19:34,301 basehttp 36795 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:19:34,844 basehttp 36795 6375518208 "GET /en/hr/reviews/ HTTP/1.1" 200 37356 WARNING 2025-09-07 15:19:34,863 log 36795 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:19:34,863 basehttp 36795 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:19:34,913 basehttp 36795 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:20:00,885 basehttp 36795 6375518208 "GET /en/hr/reviews/ HTTP/1.1" 200 37346 WARNING 2025-09-07 15:20:00,902 log 36795 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:20:00,902 basehttp 36795 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:20:00,951 basehttp 36795 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:20:15,335 basehttp 36795 6375518208 "GET /en/hr/reviews/ HTTP/1.1" 200 37343 WARNING 2025-09-07 15:20:15,355 log 36795 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:20:15,355 basehttp 36795 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:20:15,406 basehttp 36795 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:20:18,213 basehttp 36795 6375518208 "GET /en/hr/reviews/ HTTP/1.1" 200 37343 INFO 2025-09-07 15:20:18,226 basehttp 36795 6425997312 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.css HTTP/1.1" 200 8069 INFO 2025-09-07 15:20:18,227 basehttp 36795 6409170944 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-07 15:20:18,227 basehttp 36795 6358691840 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-07 15:20:18,228 basehttp 36795 6341865472 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-07 15:20:18,230 basehttp 36795 6425997312 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-07 15:20:18,232 basehttp 36795 6375518208 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-07 15:20:18,234 log 36795 6409170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-07 15:20:18,235 basehttp 36795 6392344576 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 WARNING 2025-09-07 15:20:18,237 basehttp 36795 6409170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:20:18,419 basehttp 36795 6392344576 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-07 15:20:18,422 basehttp 36795 6392344576 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-07 15:20:18,425 basehttp 36795 6409170944 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-07 15:20:18,427 basehttp 36795 6409170944 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-07 15:20:18,429 basehttp 36795 6409170944 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-07 15:20:18,430 basehttp 36795 6392344576 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-07 15:20:18,430 basehttp 36795 6409170944 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-07 15:20:18,432 basehttp 36795 6392344576 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-09-07 15:20:18,432 basehttp 36795 6409170944 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.js HTTP/1.1" 200 67842 INFO 2025-09-07 15:20:18,435 basehttp 36795 6392344576 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-07 15:20:19,239 basehttp 36795 6409170944 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-07 15:20:19,239 basehttp 36795 6341865472 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-07 15:20:19,239 basehttp 36795 6392344576 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-07 15:20:19,239 basehttp 36795 6375518208 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-07 15:20:19,239 basehttp 36795 6425997312 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-07 15:20:19,243 basehttp 36795 6358691840 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-07 15:20:19,243 basehttp 36795 6409170944 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-07 15:20:19,244 basehttp 36795 6341865472 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-07 15:20:19,245 basehttp 36795 6392344576 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-07 15:20:19,245 basehttp 36795 6341865472 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-07 15:20:19,245 basehttp 36795 6375518208 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-07 15:20:19,246 basehttp 36795 6358691840 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-07 15:20:19,246 basehttp 36795 6425997312 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-07 15:20:19,247 basehttp 36795 6409170944 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-07 15:20:19,248 basehttp 36795 6392344576 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-07 15:20:19,249 basehttp 36795 6358691840 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-07 15:20:19,249 basehttp 36795 6375518208 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-07 15:20:19,250 basehttp 36795 6341865472 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-07 15:20:19,250 basehttp 36795 6409170944 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-07 15:20:19,250 basehttp 36795 6425997312 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-07 15:20:19,252 basehttp 36795 6341865472 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-07 15:20:19,252 basehttp 36795 6375518208 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-07 15:20:19,254 basehttp 36795 6392344576 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-07 15:20:19,261 basehttp 36795 6409170944 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-07 15:20:19,295 basehttp 36795 6409170944 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-09-07 15:20:19,307 basehttp 36795 6409170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:20:19,537 log 36795 6409170944 Not Found: /favicon.ico WARNING 2025-09-07 15:20:19,537 basehttp 36795 6409170944 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-07 15:20:32,844 basehttp 36795 6409170944 "GET /en/admin/hr/performancereview/ HTTP/1.1" 200 139984 INFO 2025-09-07 15:20:32,855 basehttp 36795 6392344576 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-07 15:20:32,856 basehttp 36795 6341865472 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-07 15:20:32,856 basehttp 36795 6375518208 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-07 15:20:32,856 basehttp 36795 6409170944 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-07 15:20:32,857 basehttp 36795 6425997312 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-07 15:20:32,859 basehttp 36795 6375518208 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-07 15:20:32,860 basehttp 36795 6392344576 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-07 15:20:32,860 basehttp 36795 6409170944 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-07 15:20:32,860 basehttp 36795 6425997312 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-07 15:20:32,863 basehttp 36795 6375518208 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-07 15:20:32,863 basehttp 36795 6409170944 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-07 15:20:32,863 basehttp 36795 6392344576 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-07 15:20:32,866 basehttp 36795 6341865472 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-07 15:20:32,867 basehttp 36795 6392344576 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-07 15:20:32,867 basehttp 36795 6358691840 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-07 15:20:32,868 basehttp 36795 6358691840 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-07 15:20:32,869 basehttp 36795 6425997312 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-07 15:20:32,872 basehttp 36795 6425997312 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-07 15:20:32,881 basehttp 36795 6425997312 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-07 15:20:32,881 basehttp 36795 6358691840 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-07 15:20:32,881 basehttp 36795 6392344576 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-07 15:20:32,882 basehttp 36795 6392344576 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-07 15:21:19,323 basehttp 36795 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:21:56,623 autoreload 36795 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 15:21:57,093 autoreload 40099 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 15:21:57,588 basehttp 40099 6170996736 "GET /en/hr/reviews/ HTTP/1.1" 200 87097 WARNING 2025-09-07 15:21:57,604 log 40099 6170996736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:21:57,604 basehttp 40099 6170996736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:21:57,691 basehttp 40099 6170996736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:22:22,149 basehttp 40099 6170996736 "GET /en/hr/reviews/ HTTP/1.1" 200 149783 WARNING 2025-09-07 15:22:22,164 log 40099 6170996736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:22:22,164 basehttp 40099 6170996736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:22:22,221 basehttp 40099 6170996736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:22:39,257 basehttp 40099 6170996736 "GET /en/hr/reviews/create/ HTTP/1.1" 200 51757 INFO 2025-09-07 15:22:39,273 basehttp 40099 6187823104 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-09-07 15:22:39,275 log 40099 6170996736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:22:39,276 basehttp 40099 6170996736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:22:39,276 basehttp 40099 6204649472 "GET /static/plugins/summernote/dist/summernote-lite.css HTTP/1.1" 200 38212 INFO 2025-09-07 15:22:39,277 basehttp 40099 6221475840 "GET /static/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 200 186367 INFO 2025-09-07 15:22:39,321 basehttp 40099 6221475840 "GET /static/webfonts/fa-regular-400.woff2 HTTP/1.1" 200 25472 INFO 2025-09-07 15:22:39,329 basehttp 40099 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:22:39,331 basehttp 40099 6221475840 "GET /static/plugins/summernote/dist/summernote-lite.css.map HTTP/1.1" 200 52049 WARNING 2025-09-07 15:22:57,227 log 40099 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:22:57,227 basehttp 40099 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 15:22:57,261 log 40099 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:22:57,261 basehttp 40099 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:23:03,538 basehttp 40099 6221475840 "GET /en/hr/reviews/8/ HTTP/1.1" 200 35190 WARNING 2025-09-07 15:23:03,557 basehttp 40099 6204649472 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-09-07 15:23:03,558 basehttp 40099 6170996736 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-09-07 15:23:03,559 basehttp 40099 6187823104 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 WARNING 2025-09-07 15:23:03,561 log 40099 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:23:03,561 basehttp 40099 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 15:23:03,585 basehttp 40099 6221475840 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:23:03,604 basehttp 40099 6170996736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:24:03,619 basehttp 40099 6170996736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:25:03,623 basehttp 40099 6170996736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:26:03,615 basehttp 40099 6170996736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:27:03,639 basehttp 40099 6170996736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:27:19,943 autoreload 40099 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/models.py changed, reloading. INFO 2025-09-07 15:27:20,378 autoreload 42495 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 15:28:03,695 basehttp 42495 6169866240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:29:03,630 basehttp 42495 6169866240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:29:15,762 autoreload 42495 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/models.py changed, reloading. INFO 2025-09-07 15:29:16,265 autoreload 43350 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 15:30:03,693 basehttp 43350 6196097024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:31:03,637 basehttp 43350 6196097024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:31:56,553 autoreload 43350 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 15:31:56,912 autoreload 44551 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 15:32:03,696 basehttp 44551 6164459520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:33:03,629 basehttp 44551 6164459520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:34:03,634 basehttp 44551 6164459520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:35:03,646 basehttp 44551 6164459520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:36:03,647 basehttp 44551 6164459520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:37:03,650 basehttp 44551 6164459520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-07 15:37:37,753 log 44551 6164459520 Internal Server Error: /en/hr/reviews/8/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 712, in get_object return get_object_or_404(queryset, pk=self.kwargs.get(self.pk_url_kwarg, self.kwargs.get('pk'))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 90, in get_object_or_404 return queryset.get(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1265, in get_related_selections next_klass_infos = self.get_related_selections( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'manager'. Choices are: tenant, user, department, supervisor, created_by ERROR 2025-09-07 15:37:37,756 basehttp 44551 6164459520 "GET /en/hr/reviews/8/ HTTP/1.1" 500 173140 WARNING 2025-09-07 15:37:37,772 log 44551 6164459520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:37:37,772 basehttp 44551 6164459520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:38:15,889 autoreload 44551 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 15:38:16,260 autoreload 47337 8747049152 Watching for file changes with StatReloader ERROR 2025-09-07 15:38:16,841 log 47337 6194507776 Internal Server Error: /en/hr/reviews/8/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 712, in get_object return get_object_or_404(queryset, pk=self.kwargs.get(self.pk_url_kwarg, self.kwargs.get('pk'))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 90, in get_object_or_404 return queryset.get(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'created_by'. Choices are: employee, reviewer ERROR 2025-09-07 15:38:16,843 basehttp 47337 6194507776 "GET /en/hr/reviews/8/ HTTP/1.1" 500 161070 WARNING 2025-09-07 15:38:16,859 log 47337 6194507776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:38:16,859 basehttp 47337 6194507776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:38:38,194 autoreload 47337 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 15:38:38,527 autoreload 47502 8747049152 Watching for file changes with StatReloader ERROR 2025-09-07 15:38:38,784 log 47502 6138064896 Internal Server Error: /en/hr/reviews/8/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 712, in get_object return get_object_or_404(queryset, pk=self.kwargs.get(self.pk_url_kwarg, self.kwargs.get('pk'))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 90, in get_object_or_404 return queryset.get(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1951, in _fetch_all self._prefetch_related_objects() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1328, in _prefetch_related_objects prefetch_related_objects(self._result_cache, *self._prefetch_related_lookups) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 2372, in prefetch_related_objects raise AttributeError( AttributeError: Cannot find 'categories' on PerformanceReview object, 'categories' is an invalid parameter to prefetch_related() ERROR 2025-09-07 15:38:38,785 basehttp 47502 6138064896 "GET /en/hr/reviews/8/ HTTP/1.1" 500 113875 WARNING 2025-09-07 15:38:38,798 log 47502 6138064896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:38:38,798 basehttp 47502 6138064896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:38:51,266 autoreload 47502 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 15:38:51,619 autoreload 47588 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 15:39:40,551 autoreload 47588 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 15:39:40,898 autoreload 47977 8747049152 Watching for file changes with StatReloader ERROR 2025-09-07 15:39:41,445 log 47977 6199848960 Internal Server Error: /en/hr/reviews/8/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 712, in get_object return get_object_or_404(queryset, pk=self.kwargs.get(self.pk_url_kwarg, self.kwargs.get('pk'))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 90, in get_object_or_404 return queryset.get(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1951, in _fetch_all self._prefetch_related_objects() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1328, in _prefetch_related_objects prefetch_related_objects(self._result_cache, *self._prefetch_related_lookups) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 2386, in prefetch_related_objects raise ValueError( ValueError: 'review_type' does not resolve to an item that supports prefetching - this is an invalid parameter to prefetch_related(). ERROR 2025-09-07 15:39:41,447 basehttp 47977 6199848960 "GET /en/hr/reviews/8/ HTTP/1.1" 500 113884 WARNING 2025-09-07 15:39:41,458 log 47977 6199848960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:39:41,458 basehttp 47977 6199848960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:40:35,131 autoreload 47977 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 15:40:35,503 autoreload 48369 8747049152 Watching for file changes with StatReloader ERROR 2025-09-07 15:40:36,071 log 48369 6163918848 Internal Server Error: /en/hr/reviews/8/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 712, in get_object return get_object_or_404(queryset, pk=self.kwargs.get(self.pk_url_kwarg, self.kwargs.get('pk'))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 90, in get_object_or_404 return queryset.get(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1951, in _fetch_all self._prefetch_related_objects() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1328, in _prefetch_related_objects prefetch_related_objects(self._result_cache, *self._prefetch_related_lookups) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 2372, in prefetch_related_objects raise AttributeError( AttributeError: Cannot find 'goals' on PerformanceReview object, 'goals' is an invalid parameter to prefetch_related() ERROR 2025-09-07 15:40:36,072 basehttp 48369 6163918848 "GET /en/hr/reviews/8/ HTTP/1.1" 500 113687 WARNING 2025-09-07 15:40:36,088 log 48369 6163918848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:40:36,088 basehttp 48369 6163918848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:40:44,031 autoreload 48369 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 15:40:44,357 autoreload 48481 8747049152 Watching for file changes with StatReloader ERROR 2025-09-07 15:40:44,695 log 48481 6130069504 Internal Server Error: /en/hr/reviews/8/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 780, in get_context_data .order_by('-period_end')[:5] ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'period_end' into field. Choices are: areas_for_improvement, competency_ratings, created_at, development_plan, employee, employee_comments, employee_id, employee_signature_date, future_goals, goals_achieved, goals_not_achieved, id, notes, overall_rating, review_date, review_id, review_period_end, review_period_start, review_type, reviewer, reviewer_id, status, strengths, training_recommendations, updated_at ERROR 2025-09-07 15:40:44,696 basehttp 48481 6130069504 "GET /en/hr/reviews/8/ HTTP/1.1" 500 104264 WARNING 2025-09-07 15:40:44,707 log 48481 6130069504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:40:44,707 basehttp 48481 6130069504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:41:18,911 autoreload 48481 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 15:41:19,236 autoreload 48721 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 15:41:20,478 basehttp 48721 6122270720 "GET /en/hr/reviews/8/ HTTP/1.1" 200 35458 WARNING 2025-09-07 15:41:20,492 log 48721 6122270720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:41:20,492 basehttp 48721 6122270720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:41:20,493 basehttp 48721 6139097088 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 INFO 2025-09-07 15:41:20,573 basehttp 48721 6122270720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:41:20,574 basehttp 48721 6139097088 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-07 15:42:20,568 basehttp 48721 6139097088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:43:20,570 basehttp 48721 6139097088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:44:03,623 autoreload 48721 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 15:44:03,983 autoreload 49957 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 15:44:20,650 basehttp 49957 6130266112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:44:49,174 basehttp 49957 6130266112 "GET /en/hr/reviews/8/ HTTP/1.1" 200 47214 WARNING 2025-09-07 15:44:49,195 log 49957 6130266112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:44:49,195 basehttp 49957 6130266112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:44:49,262 basehttp 49957 6130266112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:45:49,267 basehttp 49957 6130266112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:46:24,712 log 49957 6130266112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:46:24,712 basehttp 49957 6130266112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 15:46:29,157 log 49957 6130266112 Internal Server Error: /en/hr/reviews/55/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'complete_performance_review' not found. 'complete_performance_review' is not a valid view function or pattern name. ERROR 2025-09-07 15:46:29,159 basehttp 49957 6130266112 "GET /en/hr/reviews/55/ HTTP/1.1" 500 212138 WARNING 2025-09-07 15:46:29,174 log 49957 6130266112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:46:29,174 basehttp 49957 6130266112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:03:50,066 autoreload 49957 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 16:03:50,557 autoreload 58605 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 16:05:14,742 autoreload 58605 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/urls.py changed, reloading. INFO 2025-09-07 16:05:15,058 autoreload 59264 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 16:05:15,422 basehttp 59264 6191017984 "GET /en/hr/reviews/55/ HTTP/1.1" 200 47768 WARNING 2025-09-07 16:05:15,435 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:05:15,435 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:05:15,496 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:06:15,511 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:07:15,498 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:07:47,624 basehttp 59264 6191017984 "GET /en/hr/reviews/55/ HTTP/1.1" 200 48316 WARNING 2025-09-07 16:07:47,639 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:07:47,639 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:07:47,693 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:08:32,659 basehttp 59264 6191017984 "GET /en/hr/reviews/55/ HTTP/1.1" 200 48847 WARNING 2025-09-07 16:08:32,673 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:08:32,674 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:08:32,728 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 16:08:58,962 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:08:58,962 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:09:31,141 basehttp 59264 6191017984 "GET /en/hr/reviews/ HTTP/1.1" 200 149783 INFO 2025-09-07 16:09:31,156 basehttp 59264 6258323456 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-07 16:09:31,157 basehttp 59264 6224670720 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-07 16:09:31,157 basehttp 59264 6275149824 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 WARNING 2025-09-07 16:09:31,161 log 59264 6241497088 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-07 16:09:31,161 basehttp 59264 6258323456 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.css HTTP/1.1" 200 8069 WARNING 2025-09-07 16:09:31,161 basehttp 59264 6241497088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:09:31,163 basehttp 59264 6191017984 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-07 16:09:31,164 basehttp 59264 6275149824 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-07 16:09:31,166 basehttp 59264 6224670720 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-07 16:09:31,168 basehttp 59264 6275149824 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-07 16:09:31,170 basehttp 59264 6207844352 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-07 16:09:31,171 basehttp 59264 6275149824 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-07 16:09:31,172 basehttp 59264 6258323456 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-07 16:09:31,173 basehttp 59264 6191017984 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-07 16:09:31,175 basehttp 59264 6224670720 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-07 16:09:31,181 basehttp 59264 6241497088 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-07 16:09:31,184 basehttp 59264 6275149824 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.js HTTP/1.1" 200 67842 INFO 2025-09-07 16:09:31,186 basehttp 59264 6258323456 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-07 16:09:31,188 basehttp 59264 6207844352 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-09-07 16:09:32,003 basehttp 59264 6207844352 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-07 16:09:32,003 basehttp 59264 6241497088 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-07 16:09:32,003 basehttp 59264 6224670720 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-07 16:09:32,003 basehttp 59264 6258323456 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-07 16:09:32,004 basehttp 59264 6275149824 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-07 16:09:32,006 basehttp 59264 6191017984 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-07 16:09:32,008 basehttp 59264 6241497088 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-07 16:09:32,008 basehttp 59264 6258323456 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-07 16:09:32,010 basehttp 59264 6191017984 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-07 16:09:32,010 basehttp 59264 6224670720 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-07 16:09:32,010 basehttp 59264 6275149824 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-07 16:09:32,011 basehttp 59264 6241497088 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-07 16:09:32,013 basehttp 59264 6191017984 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-07 16:09:32,013 basehttp 59264 6258323456 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-07 16:09:32,013 basehttp 59264 6224670720 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-07 16:09:32,013 basehttp 59264 6275149824 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-07 16:09:32,015 basehttp 59264 6207844352 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-07 16:09:32,016 basehttp 59264 6275149824 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-07 16:09:32,016 basehttp 59264 6241497088 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-07 16:09:32,017 basehttp 59264 6224670720 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-07 16:09:32,017 basehttp 59264 6191017984 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-07 16:09:32,017 basehttp 59264 6207844352 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-07 16:09:32,017 basehttp 59264 6258323456 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-07 16:09:32,030 basehttp 59264 6191017984 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-07 16:09:32,034 basehttp 59264 6207844352 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-09-07 16:09:32,046 basehttp 59264 6207844352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 16:09:32,133 log 59264 6207844352 Not Found: /favicon.ico WARNING 2025-09-07 16:09:32,133 basehttp 59264 6207844352 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-07 16:09:44,724 basehttp 59264 6207844352 "GET /en/hr/reviews/29/ HTTP/1.1" 200 54428 INFO 2025-09-07 16:09:44,741 basehttp 59264 6191017984 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 WARNING 2025-09-07 16:09:44,745 log 59264 6207844352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:09:44,745 basehttp 59264 6207844352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:09:44,805 basehttp 59264 6207844352 "GET /static/webfonts/fa-regular-400.woff2 HTTP/1.1" 200 25472 INFO 2025-09-07 16:09:44,820 basehttp 59264 6207844352 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-07 16:09:44,827 basehttp 59264 6207844352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 16:10:14,116 log 59264 6207844352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:10:14,116 basehttp 59264 6207844352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:10:14,126 log 59264 6207844352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:10:14,126 basehttp 59264 6207844352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:10:17,915 basehttp 59264 6207844352 "GET /en/hr/reviews/55/ HTTP/1.1" 200 48847 WARNING 2025-09-07 16:10:17,932 log 59264 6207844352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:10:17,932 basehttp 59264 6207844352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:10:18,030 basehttp 59264 6207844352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:10:22,113 basehttp 59264 6207844352 "GET /en/hr/reviews/55/complete/ HTTP/1.1" 302 0 INFO 2025-09-07 16:10:22,127 basehttp 59264 6207844352 "GET /en/hr/reviews/55/ HTTP/1.1" 200 48707 WARNING 2025-09-07 16:10:22,143 log 59264 6207844352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:10:22,144 basehttp 59264 6207844352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:10:22,191 basehttp 59264 6207844352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:10:39,472 basehttp 59264 6207844352 "GET /en/hr/reviews/ HTTP/1.1" 200 148767 WARNING 2025-09-07 16:10:39,493 log 59264 6207844352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:10:39,493 basehttp 59264 6207844352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:10:39,562 basehttp 59264 6207844352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:10:45,577 basehttp 59264 6207844352 "GET /en/hr/reviews/86/ HTTP/1.1" 200 54386 WARNING 2025-09-07 16:10:45,601 log 59264 6207844352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:10:45,601 basehttp 59264 6207844352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:10:45,648 basehttp 59264 6207844352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:11:06,099 basehttp 59264 6207844352 "GET /en/hr/reviews/87/ HTTP/1.1" 200 46425 WARNING 2025-09-07 16:11:06,121 log 59264 6207844352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:11:06,121 basehttp 59264 6207844352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:11:06,171 basehttp 59264 6207844352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:11:12,234 basehttp 59264 6207844352 "GET /en/hr/reviews/86/ HTTP/1.1" 200 54386 WARNING 2025-09-07 16:11:12,258 log 59264 6207844352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:11:12,258 basehttp 59264 6207844352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:11:12,312 basehttp 59264 6207844352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 16:11:20,964 log 59264 6207844352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:11:20,964 basehttp 59264 6207844352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:11:20,977 log 59264 6207844352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:11:20,977 basehttp 59264 6207844352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:11:22,229 basehttp 59264 6207844352 "GET / HTTP/1.1" 302 0 INFO 2025-09-07 16:11:22,252 basehttp 59264 6191017984 "GET /en/ HTTP/1.1" 200 49810 WARNING 2025-09-07 16:11:22,273 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:11:22,273 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:11:22,342 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:11:22,346 basehttp 59264 6224670720 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-07 16:11:22,348 basehttp 59264 6275149824 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-07 16:11:22,350 basehttp 59264 6258323456 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-07 16:11:25,239 basehttp 59264 6258323456 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-09-07 16:11:25,273 basehttp 59264 6275149824 "GET /en/hr/ HTTP/1.1" 200 42394 WARNING 2025-09-07 16:11:25,294 log 59264 6275149824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:11:25,294 basehttp 59264 6275149824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:11:25,309 basehttp 59264 6275149824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:11:33,103 basehttp 59264 6275149824 "GET /en/hr/departments/ HTTP/1.1" 200 125426 INFO 2025-09-07 16:11:33,121 basehttp 59264 6275149824 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-09-07 16:11:33,121 basehttp 59264 6241497088 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-09-07 16:11:33,121 basehttp 59264 6224670720 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-07 16:11:33,122 basehttp 59264 6191017984 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 WARNING 2025-09-07 16:11:33,126 log 59264 6207844352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:11:33,127 basehttp 59264 6207844352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:11:33,128 basehttp 59264 6224670720 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-09-07 16:11:33,131 basehttp 59264 6241497088 "GET /static/plugins/jszip/dist/jszip.min.js HTTP/1.1" 200 97630 INFO 2025-09-07 16:11:33,131 basehttp 59264 6191017984 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-09-07 16:11:33,138 basehttp 59264 6258323456 "GET /static/plugins/pdfmake/build/vfs_fonts.js HTTP/1.1" 200 828866 INFO 2025-09-07 16:11:33,144 basehttp 59264 6275149824 "GET /static/plugins/pdfmake/build/pdfmake.min.js HTTP/1.1" 200 1400771 INFO 2025-09-07 16:11:33,217 basehttp 59264 6258323456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:11:33,228 basehttp 59264 6275149824 "GET /static/plugins/pdfmake/build/pdfmake.min.js.map HTTP/1.1" 200 4214503 INFO 2025-09-07 16:12:34,200 basehttp 59264 6275149824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:13:12,441 basehttp 59264 6275149824 "GET /en/hr/departments/12/delete/ HTTP/1.1" 200 30311 WARNING 2025-09-07 16:13:12,464 log 59264 6275149824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:13:12,464 basehttp 59264 6275149824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:13:12,504 basehttp 59264 6275149824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:13:21,744 basehttp 59264 6275149824 "GET /en/hr/departments/12/ HTTP/1.1" 200 35129 WARNING 2025-09-07 16:13:21,762 basehttp 59264 6258323456 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-09-07 16:13:21,765 basehttp 59264 6241497088 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 WARNING 2025-09-07 16:13:21,767 basehttp 59264 6191017984 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-09-07 16:13:21,769 log 59264 6275149824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:13:21,769 basehttp 59264 6275149824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:13:21,800 basehttp 59264 6275149824 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-07 16:13:21,812 basehttp 59264 6275149824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:13:36,120 basehttp 59264 6275149824 "GET /en/hr/departments/12/update/ HTTP/1.1" 200 41458 WARNING 2025-09-07 16:13:36,137 basehttp 59264 6275149824 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 WARNING 2025-09-07 16:13:36,143 log 59264 6224670720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:13:36,143 basehttp 59264 6224670720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:13:36,192 basehttp 59264 6224670720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:13:51,429 basehttp 59264 6224670720 "GET /en/hr/departments/ HTTP/1.1" 200 125426 WARNING 2025-09-07 16:13:51,446 log 59264 6224670720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:13:51,446 basehttp 59264 6224670720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:13:51,546 basehttp 59264 6224670720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:14:15,846 basehttp 59264 6224670720 "GET /en/hr/departments/10/ HTTP/1.1" 200 52158 WARNING 2025-09-07 16:14:15,863 basehttp 59264 6224670720 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-09-07 16:14:15,867 basehttp 59264 6207844352 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-09-07 16:14:15,867 basehttp 59264 6191017984 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 WARNING 2025-09-07 16:14:15,870 log 59264 6241497088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:14:15,870 basehttp 59264 6241497088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:14:15,914 basehttp 59264 6241497088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:14:51,664 basehttp 59264 6241497088 "GET /en/hr/employees/52/ HTTP/1.1" 200 34483 WARNING 2025-09-07 16:14:51,686 log 59264 6241497088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:14:51,687 basehttp 59264 6241497088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:14:51,729 basehttp 59264 6241497088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:15:51,745 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:16:51,736 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:17:51,739 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:18:25,132 basehttp 59264 6191017984 "GET /en/hr/employees/52/ HTTP/1.1" 200 36484 WARNING 2025-09-07 16:18:25,143 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:18:25,143 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:18:25,186 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:18:48,463 basehttp 59264 6191017984 "GET /en/hr/employees/52/ HTTP/1.1" 200 36493 WARNING 2025-09-07 16:18:48,479 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:18:48,479 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:18:48,517 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:19:48,522 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:20:48,535 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:21:16,667 basehttp 59264 6191017984 "GET /en/hr/employees/52/ HTTP/1.1" 200 35212 WARNING 2025-09-07 16:21:16,680 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:21:16,681 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:21:16,729 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:22:16,739 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:22:49,183 basehttp 59264 6191017984 "GET /en/hr/employees/52/ HTTP/1.1" 200 35242 WARNING 2025-09-07 16:22:49,197 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:22:49,197 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:22:49,222 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:23:01,175 basehttp 59264 6191017984 "GET /en/hr/employees/52/ HTTP/1.1" 200 35248 WARNING 2025-09-07 16:23:01,190 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:23:01,191 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:23:01,252 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:23:57,143 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 16:23:57,146 log 59264 6207844352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:23:57,146 basehttp 59264 6207844352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:23:57,149 basehttp 59264 6191017984 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-09-07 16:23:57,164 log 59264 6207844352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:23:57,164 basehttp 59264 6207844352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:24:57,138 basehttp 59264 6207844352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:25:57,152 basehttp 59264 6207844352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:26:44,382 basehttp 59264 6207844352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 16:26:44,387 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:26:44,387 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:26:44,400 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:26:44,400 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:26:45,380 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:26:45,380 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:26:45,391 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:26:45,392 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:26:46,047 basehttp 59264 6191017984 "GET /en/hr/departments/10/ HTTP/1.1" 200 52071 INFO 2025-09-07 16:26:46,058 basehttp 59264 6191017984 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 WARNING 2025-09-07 16:26:46,066 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:26:46,066 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:26:46,117 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:27:46,133 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:28:15,821 basehttp 59264 6191017984 "GET /en/hr/departments/10/ HTTP/1.1" 200 53084 WARNING 2025-09-07 16:28:15,836 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:28:15,836 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:28:15,892 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:28:27,430 basehttp 59264 6191017984 "GET /en/hr/departments/10/ HTTP/1.1" 200 53084 WARNING 2025-09-07 16:28:27,449 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:28:27,449 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:28:27,510 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:28:37,552 basehttp 59264 6191017984 "GET /en/hr/departments/10/ HTTP/1.1" 200 53084 WARNING 2025-09-07 16:28:37,569 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:28:37,569 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:28:37,614 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:29:20,934 basehttp 59264 6191017984 "GET /en/hr/departments/10/ HTTP/1.1" 200 52404 WARNING 2025-09-07 16:29:20,949 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:29:20,950 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:29:21,002 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:29:28,213 basehttp 59264 6191017984 "GET /en/hr/departments/10/ HTTP/1.1" 200 52071 WARNING 2025-09-07 16:29:28,231 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:29:28,231 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:29:28,283 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:29:48,811 basehttp 59264 6191017984 "GET /en/admin/hr/employee/ HTTP/1.1" 200 158543 INFO 2025-09-07 16:29:48,826 basehttp 59264 6224670720 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-07 16:29:48,826 basehttp 59264 6207844352 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-07 16:29:48,827 basehttp 59264 6191017984 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-07 16:29:48,827 basehttp 59264 6241497088 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-07 16:29:48,827 basehttp 59264 6258323456 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-07 16:29:48,828 basehttp 59264 6207844352 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-07 16:29:48,828 basehttp 59264 6241497088 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-07 16:29:48,828 basehttp 59264 6191017984 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-07 16:29:48,830 basehttp 59264 6258323456 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-07 16:29:48,830 basehttp 59264 6241497088 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-07 16:29:48,831 basehttp 59264 6207844352 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-07 16:29:48,832 basehttp 59264 6191017984 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-07 16:29:48,833 basehttp 59264 6241497088 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-07 16:29:48,835 basehttp 59264 6275149824 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-07 16:29:48,835 basehttp 59264 6224670720 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-07 16:29:48,839 basehttp 59264 6224670720 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-07 16:29:48,839 basehttp 59264 6258323456 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-07 16:29:48,840 basehttp 59264 6258323456 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-07 16:29:48,848 basehttp 59264 6258323456 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-07 16:29:48,848 basehttp 59264 6224670720 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-07 16:29:48,849 basehttp 59264 6224670720 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-07 16:29:56,778 basehttp 59264 6224670720 "GET /en/admin/hr/employee/56/change/ HTTP/1.1" 200 156606 INFO 2025-09-07 16:29:56,788 basehttp 59264 6224670720 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-07 16:29:56,790 basehttp 59264 6191017984 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-07 16:29:56,791 basehttp 59264 6207844352 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-07 16:29:56,791 basehttp 59264 6241497088 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-09-07 16:29:56,791 basehttp 59264 6258323456 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-07 16:29:56,791 basehttp 59264 6275149824 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-07 16:29:56,793 basehttp 59264 6275149824 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-07 16:29:56,794 basehttp 59264 6224670720 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-07 16:29:56,794 basehttp 59264 6275149824 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-07 16:29:56,795 basehttp 59264 6275149824 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-09-07 16:29:56,795 basehttp 59264 6224670720 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-07 16:29:56,826 basehttp 59264 6224670720 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-07 16:29:57,267 basehttp 59264 6224670720 "GET /en/admin/hr/employee/ HTTP/1.1" 200 158543 INFO 2025-09-07 16:29:58,269 basehttp 59264 6224670720 "GET /en/admin/hr/employee/56/change/ HTTP/1.1" 200 156606 INFO 2025-09-07 16:29:58,284 basehttp 59264 6224670720 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-07 16:30:29,184 basehttp 59264 6224670720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:31:06,779 basehttp 59264 6224670720 "GET /en/admin/hr/employee/ HTTP/1.1" 200 158543 INFO 2025-09-07 16:31:08,868 basehttp 59264 6224670720 "GET /en/admin/hr/employee/25/change/ HTTP/1.1" 200 288687 INFO 2025-09-07 16:31:08,887 basehttp 59264 6224670720 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-07 16:31:08,932 basehttp 59264 6224670720 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-09-07 16:31:30,175 basehttp 59264 6224670720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:31:32,318 basehttp 59264 6224670720 "GET /en/admin/hr/employee/ HTTP/1.1" 200 158543 INFO 2025-09-07 16:32:31,121 basehttp 59264 6224670720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:33:32,123 basehttp 59264 6224670720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:34:08,088 autoreload 59264 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 16:34:08,524 autoreload 71999 8747049152 Watching for file changes with StatReloader WARNING 2025-09-07 16:34:10,955 log 71999 6157496320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:34:10,955 basehttp 71999 6157496320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:34:11,988 log 71999 6157496320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:34:11,989 basehttp 71999 6157496320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:34:12,973 log 71999 6157496320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:34:12,973 basehttp 71999 6157496320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:34:13,585 log 71999 6157496320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:34:13,585 basehttp 71999 6157496320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:34:14,036 log 71999 6157496320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:34:14,036 basehttp 71999 6157496320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:34:14,547 log 71999 6157496320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:34:14,547 basehttp 71999 6157496320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:34:40,331 basehttp 71999 6157496320 "GET /en/hr/training/ HTTP/1.1" 200 117094 WARNING 2025-09-07 16:34:40,352 basehttp 71999 6174322688 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-09-07 16:34:40,354 log 71999 6157496320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:34:40,354 basehttp 71999 6157496320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:34:40,424 basehttp 71999 6157496320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:35:24,917 basehttp 71999 6157496320 "GET /en/hr/training/ HTTP/1.1" 200 117087 WARNING 2025-09-07 16:35:24,942 log 71999 6157496320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:35:24,942 basehttp 71999 6157496320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:35:24,993 basehttp 71999 6157496320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-07 16:35:36,374 log 71999 6157496320 Internal Server Error: /en/hr/training/142/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'split' ERROR 2025-09-07 16:35:36,376 basehttp 71999 6157496320 "GET /en/hr/training/142/ HTTP/1.1" 500 375709 WARNING 2025-09-07 16:35:36,395 log 71999 6157496320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:35:36,395 basehttp 71999 6157496320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:36:29,062 autoreload 71999 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 16:36:29,463 autoreload 73004 8747049152 Watching for file changes with StatReloader ERROR 2025-09-07 16:36:29,881 log 73004 6191345664 Internal Server Error: /en/hr/training/142/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'split' ERROR 2025-09-07 16:36:29,883 basehttp 73004 6191345664 "GET /en/hr/training/142/ HTTP/1.1" 500 375846 WARNING 2025-09-07 16:36:29,900 log 73004 6191345664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:36:29,900 basehttp 73004 6191345664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:36:35,163 basehttp 73004 6191345664 "GET /en/hr/training HTTP/1.1" 301 0 ERROR 2025-09-07 16:36:35,261 log 73004 6208172032 Internal Server Error: /en/hr/training/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_program_details' not found. 'get_program_details' is not a valid view function or pattern name. ERROR 2025-09-07 16:36:35,262 basehttp 73004 6208172032 "GET /en/hr/training/ HTTP/1.1" 500 215315 WARNING 2025-09-07 16:36:35,282 log 73004 6208172032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:36:35,282 basehttp 73004 6208172032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 16:40:38,449 log 73004 6208172032 Internal Server Error: /en/hr/training/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'update_program' not found. 'update_program' is not a valid view function or pattern name. ERROR 2025-09-07 16:40:38,450 basehttp 73004 6208172032 "GET /en/hr/training/ HTTP/1.1" 500 217002 WARNING 2025-09-07 16:40:38,462 log 73004 6208172032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:40:38,462 basehttp 73004 6208172032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 16:41:03,400 log 73004 6208172032 Internal Server Error: /en/hr/training/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'program_detail' not found. 'program_detail' is not a valid view function or pattern name. ERROR 2025-09-07 16:41:03,401 basehttp 73004 6208172032 "GET /en/hr/training/ HTTP/1.1" 500 217084 WARNING 2025-09-07 16:41:03,420 log 73004 6208172032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:41:03,420 basehttp 73004 6208172032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:43:49,987 basehttp 73004 6208172032 "GET /en/hr/training/ HTTP/1.1" 200 51267 WARNING 2025-09-07 16:43:50,002 log 73004 6208172032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:43:50,003 basehttp 73004 6208172032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:43:50,050 basehttp 73004 6208172032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:44:50,053 basehttp 73004 6208172032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:45:14,901 autoreload 73004 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 16:45:15,356 autoreload 76878 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 16:45:16,032 basehttp 76878 6132101120 "GET /en/hr/training/ HTTP/1.1" 200 117087 WARNING 2025-09-07 16:45:16,050 log 76878 6132101120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:45:16,050 basehttp 76878 6132101120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:45:16,113 basehttp 76878 6132101120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 16:45:35,524 log 76878 6132101120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:45:35,524 basehttp 76878 6132101120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:45:40,288 log 76878 6132101120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:45:40,289 basehttp 76878 6132101120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:45:43,734 basehttp 76878 6132101120 "GET /en/hr/ HTTP/1.1" 200 42394 WARNING 2025-09-07 16:45:43,749 log 76878 6132101120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:45:43,750 basehttp 76878 6132101120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:45:43,797 basehttp 76878 6132101120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:45:54,662 basehttp 76878 6132101120 "GET /en/hr/training/ HTTP/1.1" 200 117087 WARNING 2025-09-07 16:45:54,680 log 76878 6132101120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:45:54,680 basehttp 76878 6132101120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:45:54,737 basehttp 76878 6132101120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 16:45:56,841 log 76878 6132101120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:45:56,842 basehttp 76878 6132101120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:45:56,881 log 76878 6132101120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:45:56,881 basehttp 76878 6132101120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:46:43,810 basehttp 76878 6132101120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:47:43,813 basehttp 76878 6132101120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:47:44,830 basehttp 76878 6132101120 "GET /en/hr/ HTTP/1.1" 200 42394 WARNING 2025-09-07 16:47:44,846 log 76878 6132101120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:47:44,846 basehttp 76878 6132101120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:47:44,893 basehttp 76878 6132101120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:48:44,905 basehttp 76878 6132101120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:49:35,670 autoreload 76878 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 16:49:35,990 autoreload 78804 8747049152 Watching for file changes with StatReloader WARNING 2025-09-07 16:49:37,066 log 78804 6140686336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:49:37,066 basehttp 78804 6140686336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:49:37,106 basehttp 78804 6123859968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 16:49:37,137 log 78804 6123859968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:49:37,137 basehttp 78804 6123859968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:49:38,055 log 78804 6123859968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:49:38,055 basehttp 78804 6123859968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:49:38,064 log 78804 6123859968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:49:38,064 basehttp 78804 6123859968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:49:38,551 basehttp 78804 6123859968 "GET /en/hr/ HTTP/1.1" 200 42394 WARNING 2025-09-07 16:49:38,562 log 78804 6123859968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:49:38,563 basehttp 78804 6123859968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:49:38,611 basehttp 78804 6123859968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 16:49:40,061 log 78804 6123859968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:49:40,061 basehttp 78804 6123859968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:49:40,074 log 78804 6123859968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:49:40,075 basehttp 78804 6123859968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:49:40,983 basehttp 78804 6123859968 "GET /en/hr/training/ HTTP/1.1" 200 51267 WARNING 2025-09-07 16:49:41,003 log 78804 6123859968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:49:41,003 basehttp 78804 6123859968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:49:41,049 basehttp 78804 6123859968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:50:41,063 basehttp 78804 6123859968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:51:41,068 basehttp 78804 6123859968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:52:41,094 basehttp 78804 6123859968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:53:42,091 basehttp 78804 6123859968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:54:43,092 basehttp 78804 6123859968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:55:44,095 basehttp 78804 6123859968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:56:46,088 basehttp 78804 6123859968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:58:09,082 basehttp 78804 6123859968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:00:09,077 basehttp 78804 6123859968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:02:09,203 basehttp 78804 6123859968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:02:22,937 autoreload 78804 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 17:02:23,361 autoreload 84426 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 17:02:36,218 basehttp 84426 6157742080 "GET /en/hr/training/ HTTP/1.1" 200 94607 WARNING 2025-09-07 17:02:36,238 log 84426 6157742080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 17:02:36,238 basehttp 84426 6157742080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 17:02:36,328 basehttp 84426 6157742080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-07 17:02:59,699 log 84426 6157742080 Internal Server Error: /en/hr/training/642/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'split' ERROR 2025-09-07 17:02:59,703 basehttp 84426 6157742080 "GET /en/hr/training/642/ HTTP/1.1" 500 375709 WARNING 2025-09-07 17:02:59,716 log 84426 6157742080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 17:02:59,716 basehttp 84426 6157742080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 17:03:56,329 log 84426 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 17:03:56,330 basehttp 84426 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 17:03:56,331 basehttp 84426 6157742080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 17:03:56,341 log 84426 6157742080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 17:03:56,341 basehttp 84426 6157742080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 17:03:57,012 basehttp 84426 6157742080 "GET /en/hr/training/ HTTP/1.1" 200 94613 WARNING 2025-09-07 17:03:57,026 log 84426 6157742080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 17:03:57,026 basehttp 84426 6157742080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 17:03:57,107 basehttp 84426 6157742080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-07 17:04:41,775 log 84426 6157742080 Internal Server Error: /en/hr/training/313/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 510, in parse compile_func = self.tags[command] ~~~~~~~~~^^^^^^^^^ KeyError: "set_badge='success'" During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1540, in do_with nodelist = parser.parse(("endwith",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 512, in parse self.invalid_block_tag(token, command, parse_until) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 567, in invalid_block_tag raise self.error( django.template.exceptions.TemplateSyntaxError: Invalid block tag on line 48: 'set_badge='success'', expected 'elif', 'else' or 'endif'. Did you forget to register or load this tag? ERROR 2025-09-07 17:04:41,778 basehttp 84426 6157742080 "GET /en/hr/training/313/ HTTP/1.1" 500 314845 WARNING 2025-09-07 17:04:41,793 log 84426 6157742080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 17:04:41,793 basehttp 84426 6157742080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 17:04:47,934 log 84426 6157742080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 17:04:47,934 basehttp 84426 6157742080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 17:04:47,946 log 84426 6157742080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 17:04:47,946 basehttp 84426 6157742080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 17:04:57,134 basehttp 84426 6157742080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-07 17:05:08,240 log 84426 6157742080 Internal Server Error: /en/hr/training/9/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'split' ERROR 2025-09-07 17:05:08,242 basehttp 84426 6157742080 "GET /en/hr/training/9/ HTTP/1.1" 500 375659 WARNING 2025-09-07 17:05:08,256 log 84426 6157742080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 17:05:08,256 basehttp 84426 6157742080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 17:05:28,071 log 84426 6157742080 Internal Server Error: /en/hr/training/9/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'split' ERROR 2025-09-07 17:05:28,073 basehttp 84426 6157742080 "GET /en/hr/training/9/ HTTP/1.1" 500 320532 WARNING 2025-09-07 17:05:28,089 log 84426 6157742080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 17:05:28,089 basehttp 84426 6157742080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 17:05:40,036 log 84426 6157742080 Internal Server Error: /en/hr/training/9/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'employee_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/hr/employees/(?P[0-9]+)/\\Z'] ERROR 2025-09-07 17:05:40,038 basehttp 84426 6157742080 "GET /en/hr/training/9/ HTTP/1.1" 500 179703 WARNING 2025-09-07 17:05:40,051 log 84426 6157742080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 17:05:40,051 basehttp 84426 6157742080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 17:06:30,036 log 84426 6157742080 Internal Server Error: /en/hr/training/9/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'employee_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/hr/employees/(?P[0-9]+)/\\Z'] ERROR 2025-09-07 17:06:30,037 basehttp 84426 6157742080 "GET /en/hr/training/9/ HTTP/1.1" 500 179703 WARNING 2025-09-07 17:06:30,049 log 84426 6157742080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 17:06:30,049 basehttp 84426 6157742080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 17:13:58,575 log 84426 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 17:13:58,575 basehttp 84426 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 17:13:58,579 basehttp 84426 6157742080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 17:13:58,583 log 84426 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 17:13:58,583 basehttp 84426 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 17:14:58,570 basehttp 84426 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:15:00,153 basehttp 84426 6325039104 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-07 17:15:00,213 basehttp 84426 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:15:07,473 basehttp 84426 6325039104 "GET /en/blood-bank/units/38/ HTTP/1.1" 200 35788 INFO 2025-09-07 17:15:07,484 basehttp 84426 6325039104 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 INFO 2025-09-07 17:15:07,520 basehttp 84426 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:15:14,164 basehttp 84426 6325039104 "GET /en/blood-bank/units/38/test/ HTTP/1.1" 200 45659 INFO 2025-09-07 17:15:14,194 basehttp 84426 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:15:21,406 basehttp 84426 6325039104 "GET /en/blood-bank/donors/46/ HTTP/1.1" 200 29824 INFO 2025-09-07 17:15:21,443 basehttp 84426 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:15:26,546 basehttp 84426 6325039104 "GET /en/blood-bank/donors/46/eligibility/ HTTP/1.1" 200 33976 INFO 2025-09-07 17:15:26,582 basehttp 84426 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:16:06,428 basehttp 84426 6157742080 "GET /en/blood-bank/donors/46/eligibility/ HTTP/1.1" 200 33976 INFO 2025-09-07 17:16:06,466 basehttp 84426 6157742080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:16:27,765 basehttp 84426 6157742080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:16:30,194 basehttp 84426 6157742080 "GET /en/blood-bank/units/13/ HTTP/1.1" 200 36506 INFO 2025-09-07 17:16:30,234 basehttp 84426 6157742080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:16:47,814 basehttp 84426 6157742080 "GET /en/blood-bank/donors/46/eligibility/ HTTP/1.1" 200 33976 INFO 2025-09-07 17:16:47,852 basehttp 84426 6157742080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:16:55,138 basehttp 84426 6157742080 "GET /en/blood-bank/donors/ HTTP/1.1" 200 82651 INFO 2025-09-07 17:16:55,182 basehttp 84426 6157742080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:17:08,876 basehttp 84426 6157742080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:17:24,261 basehttp 84426 6157742080 "GET /en/blood-bank/inventory/ HTTP/1.1" 200 34369 INFO 2025-09-07 17:17:24,299 basehttp 84426 6157742080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:17:43,987 basehttp 84426 6157742080 "GET /en/blood-bank/donors/ HTTP/1.1" 200 82651 INFO 2025-09-07 17:17:44,028 basehttp 84426 6157742080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:17:49,526 basehttp 84426 6157742080 "GET /en/blood-bank/units/create/ HTTP/1.1" 200 56247 INFO 2025-09-07 17:17:49,534 basehttp 84426 6157742080 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-07 17:17:49,534 basehttp 84426 6325039104 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-07 17:17:49,565 basehttp 84426 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:18:49,580 basehttp 84426 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:19:49,585 basehttp 84426 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:20:49,583 basehttp 84426 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:21:17,193 basehttp 84426 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:21:17,777 basehttp 84426 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:21:23,031 basehttp 84426 6325039104 "GET /en/hr/training/ HTTP/1.1" 200 94613 INFO 2025-09-07 17:21:23,076 basehttp 84426 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-07 17:21:24,288 log 84426 6325039104 Internal Server Error: /en/hr/training/9/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'employee_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/hr/employees/(?P[0-9]+)/\\Z'] ERROR 2025-09-07 17:21:24,291 basehttp 84426 6325039104 "GET /en/hr/training/9/ HTTP/1.1" 500 179587 INFO 2025-09-07 17:22:23,081 basehttp 84426 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:22:49,206 autoreload 84426 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 17:22:49,647 autoreload 93365 8747049152 Watching for file changes with StatReloader ERROR 2025-09-07 17:22:52,504 log 93365 6132805632 Internal Server Error: /en/hr/training/9/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'training_record_print' not found. 'training_record_print' is not a valid view function or pattern name. ERROR 2025-09-07 17:22:52,506 basehttp 93365 6132805632 "GET /en/hr/training/9/ HTTP/1.1" 500 177519 INFO 2025-09-07 17:23:43,843 basehttp 93365 6132805632 "GET /en/hr/training/9/ HTTP/1.1" 200 28657 INFO 2025-09-07 17:23:43,879 basehttp 93365 6132805632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:24:43,895 basehttp 93365 6132805632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:24:50,025 basehttp 93365 6132805632 "GET /en/hr/training/9/ HTTP/1.1" 200 28729 INFO 2025-09-07 17:24:50,064 basehttp 93365 6132805632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:25:18,410 basehttp 93365 6132805632 "GET /en/hr/training/9/ HTTP/1.1" 200 28765 INFO 2025-09-07 17:25:18,451 basehttp 93365 6132805632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:26:03,810 basehttp 93365 6132805632 "GET /en/hr/training/9/ HTTP/1.1" 200 28800 INFO 2025-09-07 17:26:03,849 basehttp 93365 6132805632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:27:03,861 basehttp 93365 6132805632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:28:03,865 basehttp 93365 6132805632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:29:21,091 autoreload 96269 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 17:29:32,040 basehttp 96269 6134935552 "GET /en/hr/training/9/ HTTP/1.1" 200 28800 INFO 2025-09-07 17:29:32,081 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:30:12,259 basehttp 96269 6134935552 "GET /en/hr/employees/1/ HTTP/1.1" 200 35234 INFO 2025-09-07 17:30:12,298 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:30:32,087 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:31:32,094 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:32:16,229 basehttp 96269 6134935552 "GET /en/hr/training/9/ HTTP/1.1" 200 28824 INFO 2025-09-07 17:32:16,268 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:32:52,240 basehttp 96269 6134935552 "GET /en/hr/training/9/ HTTP/1.1" 200 28891 INFO 2025-09-07 17:32:52,278 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:33:52,295 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:34:52,286 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:35:52,294 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:36:52,299 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:37:52,303 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:38:52,305 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:39:52,308 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:40:52,301 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:41:52,313 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:42:52,305 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:43:52,316 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:44:52,319 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:45:52,325 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:46:52,323 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:47:52,321 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:48:52,322 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:49:52,323 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:50:52,323 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:51:52,326 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:52:52,317 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:53:52,329 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:54:52,330 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:55:52,336 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:56:52,333 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:57:52,325 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:58:30,257 autoreload 96269 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/models.py changed, reloading. INFO 2025-09-07 17:58:30,606 autoreload 9737 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 17:58:31,247 basehttp 9737 6197653504 "GET /en/hr/training/9/ HTTP/1.1" 200 28891 INFO 2025-09-07 17:58:31,281 basehttp 9737 6197653504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:58:34,709 basehttp 9737 6197653504 "GET /en/hr/training/ HTTP/1.1" 200 94613 INFO 2025-09-07 17:58:35,629 basehttp 9737 6197653504 "GET /en/hr/training/ HTTP/1.1" 200 94613 INFO 2025-09-07 17:58:35,671 basehttp 9737 6197653504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-07 17:58:40,144 log 9737 6197653504 Internal Server Error: /en/hr/training/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'split' ERROR 2025-09-07 17:58:40,147 basehttp 9737 6197653504 "GET /en/hr/training/create/ HTTP/1.1" 500 351884 INFO 2025-09-07 18:00:40,415 basehttp 9737 6197653504 "GET /en/hr/training/create/ HTTP/1.1" 200 50385 INFO 2025-09-07 18:00:40,425 basehttp 9737 6197653504 "GET /static/plugins/summernote/dist/summernote-lite.css HTTP/1.1" 200 38212 INFO 2025-09-07 18:00:40,429 basehttp 9737 6197653504 "GET /static/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 200 186367 INFO 2025-09-07 18:00:40,458 basehttp 9737 6197653504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:00:55,121 basehttp 9737 6197653504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:01:55,122 basehttp 9737 6197653504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:02:55,113 basehttp 9737 6197653504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:03:55,114 basehttp 9737 6197653504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:04:55,114 basehttp 9737 6197653504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:05:55,118 basehttp 9737 6197653504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:06:47,949 autoreload 9737 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/models.py changed, reloading. INFO 2025-09-07 18:06:48,365 autoreload 13342 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 18:49:22,974 autoreload 31933 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 18:49:25,303 basehttp 31933 6191558656 "GET /en/hr/training/ HTTP/1.1" 200 94613 INFO 2025-09-07 18:49:25,355 basehttp 31933 6191558656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:49:28,905 basehttp 31933 6191558656 "GET /en/hr/training/9/ HTTP/1.1" 200 28891 INFO 2025-09-07 18:49:28,934 basehttp 31933 6191558656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 18:49:33,840 log 31933 6191558656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 18:49:33,840 basehttp 31933 6191558656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 18:49:42,876 basehttp 31933 6191558656 "GET /en/hr/training/9/update/ HTTP/1.1" 200 50484 WARNING 2025-09-07 18:49:42,892 log 31933 6191558656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 18:49:42,892 basehttp 31933 6191558656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 18:49:42,964 basehttp 31933 6191558656 "GET /static/plugins/summernote/dist/summernote-lite.css.map HTTP/1.1" 200 52049 INFO 2025-09-07 18:49:42,973 basehttp 31933 6191558656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:50:42,989 basehttp 31933 6191558656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:51:42,981 basehttp 31933 6191558656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:52:35,424 autoreload 31933 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/models.py changed, reloading. INFO 2025-09-07 18:52:35,775 autoreload 33342 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 18:52:43,036 basehttp 33342 6171783168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:53:32,887 autoreload 33342 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/models.py changed, reloading. INFO 2025-09-07 18:53:33,210 autoreload 33823 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 18:53:43,035 basehttp 33823 6158364672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:54:42,988 basehttp 33823 6158364672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:55:42,996 basehttp 33823 6158364672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:56:42,995 basehttp 33823 6158364672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:57:43,002 basehttp 33823 6158364672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:58:14,610 autoreload 33823 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/models.py changed, reloading. INFO 2025-09-07 18:58:14,946 autoreload 35826 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 19:01:36,616 autoreload 37400 8747049152 Watching for file changes with StatReloader WARNING 2025-09-07 19:01:39,903 log 37400 6165229568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:01:39,903 basehttp 37400 6165229568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:01:40,024 basehttp 37400 6165229568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:01:49,447 basehttp 37400 6165229568 "GET /en/hr/training-management HTTP/1.1" 200 54669 WARNING 2025-09-07 19:01:49,464 log 37400 6165229568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:01:49,465 basehttp 37400 6165229568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:01:49,534 basehttp 37400 6165229568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:02:05,029 autoreload 37400 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 19:02:05,363 autoreload 37565 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 19:02:05,952 basehttp 37565 6196097024 "GET /en/hr/training-management HTTP/1.1" 200 94613 WARNING 2025-09-07 19:02:05,971 log 37565 6196097024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:02:05,971 basehttp 37565 6196097024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:02:06,058 basehttp 37565 6196097024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:02:31,038 basehttp 37565 6196097024 "GET /en/hr/training/create/ HTTP/1.1" 200 50385 WARNING 2025-09-07 19:02:31,056 log 37565 6196097024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:02:31,056 basehttp 37565 6196097024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:02:31,137 basehttp 37565 6196097024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 19:02:35,803 log 37565 6196097024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:02:35,803 basehttp 37565 6196097024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 19:02:35,812 log 37565 6196097024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:02:35,813 basehttp 37565 6196097024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:03:06,065 basehttp 37565 6196097024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:03:56,545 autoreload 37565 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 19:03:56,902 autoreload 38419 8747049152 Watching for file changes with StatReloader WARNING 2025-09-07 19:03:57,860 log 38419 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:03:57,861 basehttp 38419 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 19:03:57,872 log 38419 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:03:57,872 basehttp 38419 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:03:59,887 basehttp 38419 6159265792 "GET /en/hr/training-management HTTP/1.1" 200 97400 WARNING 2025-09-07 19:03:59,901 log 38419 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:03:59,901 basehttp 38419 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:03:59,985 basehttp 38419 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:04:02,939 basehttp 38419 6159265792 "GET /en/hr/training-management?page=2 HTTP/1.1" 200 97758 WARNING 2025-09-07 19:04:02,962 log 38419 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:04:02,962 basehttp 38419 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:04:03,046 basehttp 38419 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:04:22,791 basehttp 38419 6159265792 "GET /en/hr/training/ HTTP/1.1" 200 36297 WARNING 2025-09-07 19:04:22,810 log 38419 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:04:22,810 basehttp 38419 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:04:22,892 basehttp 38419 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:04:40,791 autoreload 38419 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 19:04:41,117 autoreload 38736 8747049152 Watching for file changes with StatReloader WARNING 2025-09-07 19:04:42,402 log 38736 6197555200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:04:42,403 basehttp 38736 6197555200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 19:04:42,413 log 38736 6197555200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:04:42,414 basehttp 38736 6197555200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:04:43,092 basehttp 38736 6197555200 "GET /en/hr/training/ HTTP/1.1" 200 117087 WARNING 2025-09-07 19:04:43,108 log 38736 6197555200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:04:43,109 basehttp 38736 6197555200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:04:43,204 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:05:43,209 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:05:59,216 basehttp 38736 6197555200 "GET /en/hr/training/ HTTP/1.1" 200 117148 WARNING 2025-09-07 19:05:59,233 log 38736 6197555200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:05:59,233 basehttp 38736 6197555200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:05:59,324 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:06:31,125 basehttp 38736 6197555200 "GET /en/hr/training/ HTTP/1.1" 200 117168 WARNING 2025-09-07 19:06:31,138 log 38736 6197555200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:06:31,138 basehttp 38736 6197555200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:06:31,232 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:07:05,391 basehttp 38736 6197555200 "GET /en/hr/training/ HTTP/1.1" 200 117193 WARNING 2025-09-07 19:07:05,407 log 38736 6197555200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:07:05,407 basehttp 38736 6197555200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:07:05,502 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:07:23,355 basehttp 38736 6197555200 "GET /en/hr/training/ HTTP/1.1" 200 117188 WARNING 2025-09-07 19:07:23,372 log 38736 6197555200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:07:23,372 basehttp 38736 6197555200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:07:23,466 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:07:59,729 basehttp 38736 6197555200 "GET /en/hr/training/ HTTP/1.1" 200 117193 WARNING 2025-09-07 19:07:59,746 log 38736 6197555200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:07:59,746 basehttp 38736 6197555200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:07:59,839 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:08:14,555 basehttp 38736 6197555200 "GET /en/hr/training/ HTTP/1.1" 200 117173 WARNING 2025-09-07 19:08:14,570 log 38736 6197555200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:08:14,570 basehttp 38736 6197555200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:08:14,664 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 19:08:30,306 log 38736 6214381568 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-07 19:08:30,307 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 19:08:30,307 basehttp 38736 6214381568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 19:08:30,316 log 38736 6214381568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:08:30,316 basehttp 38736 6214381568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:08:31,215 basehttp 38736 6214381568 "GET /en/hr/training-management?page=2 HTTP/1.1" 200 97758 WARNING 2025-09-07 19:08:31,229 log 38736 6214381568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:08:31,230 basehttp 38736 6214381568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:08:31,318 basehttp 38736 6214381568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:08:43,991 basehttp 38736 6214381568 "GET /en/hr/training/986/ HTTP/1.1" 200 28844 WARNING 2025-09-07 19:08:44,014 log 38736 6214381568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:08:44,014 basehttp 38736 6214381568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:08:44,086 basehttp 38736 6214381568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:09:44,092 basehttp 38736 6214381568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:10:44,103 basehttp 38736 6214381568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:11:44,106 basehttp 38736 6214381568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:12:44,111 basehttp 38736 6214381568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:12:54,530 basehttp 38736 6214381568 "GET / HTTP/1.1" 302 0 INFO 2025-09-07 19:12:54,555 basehttp 38736 6197555200 "GET /en/ HTTP/1.1" 200 49700 WARNING 2025-09-07 19:12:54,573 log 38736 6197555200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:12:54,573 basehttp 38736 6197555200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:12:54,664 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:12:54,674 basehttp 38736 6248034304 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-07 19:12:54,676 basehttp 38736 6231207936 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-07 19:12:54,677 basehttp 38736 6214381568 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-09-07 19:13:04,688 log 38736 6214381568 Not Found: /en/core/departments WARNING 2025-09-07 19:13:04,689 basehttp 38736 6214381568 "GET /en/core/departments HTTP/1.1" 404 30136 WARNING 2025-09-07 19:13:04,710 log 38736 6214381568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:13:04,710 basehttp 38736 6214381568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 19:13:26,185 log 38736 6214381568 Not Found: /en/core/departments WARNING 2025-09-07 19:13:26,186 basehttp 38736 6214381568 "GET /en/core/departments HTTP/1.1" 404 30136 WARNING 2025-09-07 19:13:26,203 log 38736 6214381568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:13:26,203 basehttp 38736 6214381568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:13:32,301 basehttp 38736 6214381568 "GET /en/departments HTTP/1.1" 301 0 INFO 2025-09-07 19:13:32,322 basehttp 38736 6231207936 "GET /en/departments/ HTTP/1.1" 200 134624 WARNING 2025-09-07 19:13:32,336 log 38736 6231207936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:13:32,336 basehttp 38736 6231207936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:13:32,421 basehttp 38736 6231207936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:13:38,966 basehttp 38736 6231207936 "GET /en/departments/12/ HTTP/1.1" 200 38676 WARNING 2025-09-07 19:13:38,987 log 38736 6231207936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:13:38,987 basehttp 38736 6231207936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:13:39,308 basehttp 38736 6231207936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:13:55,079 basehttp 38736 6231207936 "GET /en/inventory/items/?department=12 HTTP/1.1" 200 73409 WARNING 2025-09-07 19:13:55,094 log 38736 6231207936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:13:55,095 basehttp 38736 6231207936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:13:55,191 basehttp 38736 6231207936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 19:14:06,976 log 38736 6231207936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:14:06,976 basehttp 38736 6231207936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 19:14:06,988 log 38736 6231207936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:14:06,988 basehttp 38736 6231207936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:14:27,071 basehttp 38736 6231207936 "GET /en/hr/departments/12/ HTTP/1.1" 200 35042 WARNING 2025-09-07 19:14:27,093 log 38736 6231207936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:14:27,093 basehttp 38736 6231207936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:14:27,168 basehttp 38736 6231207936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:14:34,406 basehttp 38736 6231207936 "GET /en/hr/departments/ HTTP/1.1" 200 125426 WARNING 2025-09-07 19:14:34,428 log 38736 6231207936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:14:34,428 basehttp 38736 6231207936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:14:34,516 basehttp 38736 6231207936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:15:06,152 basehttp 38736 6231207936 "GET /en/hr/departments/create/ HTTP/1.1" 200 41288 WARNING 2025-09-07 19:15:06,169 basehttp 38736 6248034304 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 WARNING 2025-09-07 19:15:06,174 log 38736 6231207936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:15:06,174 basehttp 38736 6231207936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:15:06,248 basehttp 38736 6231207936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:15:58,471 basehttp 38736 6197555200 "GET /en/departments/create/ HTTP/1.1" 200 43115 WARNING 2025-09-07 19:15:58,493 log 38736 6197555200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:15:58,493 basehttp 38736 6197555200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:15:58,576 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:16:23,074 basehttp 38736 6197555200 "GET /en/hr/departments/create/ HTTP/1.1" 200 41288 WARNING 2025-09-07 19:16:23,090 basehttp 38736 6214381568 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 WARNING 2025-09-07 19:16:23,094 log 38736 6197555200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:16:23,094 basehttp 38736 6197555200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:16:23,174 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:17:23,199 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:18:23,191 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:19:23,309 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:20:23,323 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:21:23,325 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:22:23,329 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:23:23,331 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:24:23,324 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:25:23,331 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:16:49,289 autoreload 70364 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:17:02,711 autoreload 70364 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-07 20:17:03,014 autoreload 70456 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:17:18,406 autoreload 70456 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/admin.py changed, reloading. INFO 2025-09-07 20:17:18,672 autoreload 70620 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:17:27,955 autoreload 70620 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/admin.py changed, reloading. INFO 2025-09-07 20:17:28,275 autoreload 70706 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:17:39,722 autoreload 70706 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-09-07 20:17:40,062 autoreload 70801 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:17:48,381 autoreload 70801 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/forms.py changed, reloading. INFO 2025-09-07 20:17:48,674 autoreload 70896 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:18:05,260 autoreload 70896 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/forms.py changed, reloading. INFO 2025-09-07 20:18:05,558 autoreload 70980 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:19:38,162 autoreload 71715 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:20:42,235 autoreload 72212 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:21:00,993 autoreload 72212 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/forms.py changed, reloading. INFO 2025-09-07 20:21:01,300 autoreload 72401 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:22:50,198 autoreload 73233 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:23:06,046 autoreload 73233 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/forms.py changed, reloading. INFO 2025-09-07 20:23:06,357 autoreload 73391 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:23:16,822 autoreload 73391 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-09-07 20:23:17,128 autoreload 73473 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:23:22,390 autoreload 73473 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/admin.py changed, reloading. INFO 2025-09-07 20:23:22,700 autoreload 73486 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:23:56,461 autoreload 73486 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/models.py changed, reloading. INFO 2025-09-07 20:23:56,769 autoreload 73801 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:24:00,929 autoreload 73820 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:24:15,641 autoreload 73820 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/forms.py changed, reloading. INFO 2025-09-07 20:24:15,992 autoreload 73904 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:24:20,396 autoreload 73904 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/forms.py changed, reloading. INFO 2025-09-07 20:24:20,713 autoreload 73991 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:24:40,610 autoreload 74164 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:25:54,846 autoreload 74745 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:26:42,932 autoreload 74745 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/models.py changed, reloading. INFO 2025-09-07 20:26:43,364 autoreload 75052 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:26:48,819 basehttp 75052 6202585088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 20:26:49,726 log 75052 6202585088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 20:26:49,726 basehttp 75052 6202585088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 20:26:51,621 basehttp 75052 6202585088 "GET / HTTP/1.1" 302 0 INFO 2025-09-07 20:26:51,644 basehttp 75052 6219411456 "GET /en/ HTTP/1.1" 200 49790 INFO 2025-09-07 20:26:51,735 basehttp 75052 6219411456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:26:51,739 basehttp 75052 6202585088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-07 20:26:51,745 basehttp 75052 6253064192 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-07 20:26:51,746 basehttp 75052 6236237824 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 WARNING 2025-09-07 20:26:53,943 log 75052 6236237824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 20:26:53,943 basehttp 75052 6236237824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 20:26:55,517 log 75052 6236237824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 20:26:55,518 basehttp 75052 6236237824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 20:26:58,151 basehttp 75052 6236237824 "GET /en/blood-bank HTTP/1.1" 301 0 INFO 2025-09-07 20:26:58,179 basehttp 75052 6253064192 "GET /en/blood-bank/ HTTP/1.1" 200 121063 WARNING 2025-09-07 20:26:58,194 log 75052 6253064192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 20:26:58,194 basehttp 75052 6253064192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 20:26:58,280 basehttp 75052 6253064192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:27:16,483 basehttp 75052 6253064192 "GET /en/blood-bank/units/38/ HTTP/1.1" 200 35788 INFO 2025-09-07 20:27:16,522 basehttp 75052 6253064192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:27:27,392 basehttp 75052 6253064192 "GET /en/blood-bank/units/38/test/ HTTP/1.1" 200 45659 INFO 2025-09-07 20:27:27,427 basehttp 75052 6253064192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:27:40,160 basehttp 75052 6253064192 "GET /en/blood-bank/donors/46/ HTTP/1.1" 200 29824 INFO 2025-09-07 20:27:40,196 basehttp 75052 6253064192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:27:46,387 basehttp 75052 6253064192 "GET /en/blood-bank/donors/46/eligibility/ HTTP/1.1" 200 33976 INFO 2025-09-07 20:27:46,422 basehttp 75052 6253064192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:28:28,942 basehttp 75052 6253064192 "GET /en/blood-bank/donors/46/eligibility/ HTTP/1.1" 200 33976 INFO 2025-09-07 20:28:28,979 basehttp 75052 6253064192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:28:31,872 basehttp 75052 6253064192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:28:34,119 basehttp 75052 6253064192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:28:36,679 basehttp 75052 6253064192 "GET /en/blood-bank/units/ HTTP/1.1" 200 88820 INFO 2025-09-07 20:28:36,725 basehttp 75052 6253064192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:28:41,682 basehttp 75052 6253064192 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36489 INFO 2025-09-07 20:28:41,718 basehttp 75052 6253064192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:29:36,734 basehttp 75052 6253064192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:29:48,297 basehttp 75052 6253064192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-07 20:30:04,781 log 75052 6253064192 Internal Server Error: /en/hr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: hr_employee.national_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: hr_employee.national_id ERROR 2025-09-07 20:30:04,784 basehttp 75052 6253064192 "GET /en/hr/ HTTP/1.1" 500 235599 ERROR 2025-09-07 20:30:05,673 log 75052 6253064192 Internal Server Error: /en/hr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: hr_employee.national_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: hr_employee.national_id ERROR 2025-09-07 20:30:05,674 basehttp 75052 6253064192 "GET /en/hr/ HTTP/1.1" 500 235325 INFO 2025-09-07 20:32:25,310 autoreload 77623 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:32:27,794 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:32:27,802 basehttp 77623 6150778880 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-07 20:32:27,852 basehttp 77623 6150778880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:32:29,943 basehttp 77623 6150778880 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-07 20:32:30,000 basehttp 77623 6150778880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:32:34,727 basehttp 77623 6150778880 "GET /en/inpatients/ HTTP/1.1" 200 41725 INFO 2025-09-07 20:32:34,781 basehttp 77623 6150778880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:32:34,782 basehttp 77623 6133952512 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-07 20:32:34,805 basehttp 77623 6167605248 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 INFO 2025-09-07 20:32:59,005 basehttp 77623 6167605248 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109891 INFO 2025-09-07 20:32:59,099 basehttp 77623 6167605248 "GET /static/plugins/dropzone/dist/min/dropzone.min.js HTTP/1.1" 200 114702 INFO 2025-09-07 20:32:59,124 basehttp 77623 6167605248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:32:59,242 basehttp 77623 6167605248 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109891 INFO 2025-09-07 20:33:01,667 basehttp 77623 6167605248 "GET /en/inpatients/beds/1619/ HTTP/1.1" 200 31653 INFO 2025-09-07 20:33:01,702 basehttp 77623 6167605248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:33:25,036 basehttp 77623 6167605248 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-07 20:33:34,007 basehttp 77623 6167605248 "GET /en/patients/ HTTP/1.1" 200 139651 INFO 2025-09-07 20:33:34,059 basehttp 77623 6167605248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:33:34,063 basehttp 77623 6133952512 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-07 20:33:39,047 basehttp 77623 6133952512 "GET /en/patients/patientprofile/39/details/ HTTP/1.1" 200 32460 INFO 2025-09-07 20:33:39,082 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:34:39,100 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:35:39,416 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:36:40,417 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:37:41,413 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:38:42,412 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:39:43,413 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:40:45,399 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:42:09,408 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:43:09,410 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:45:09,404 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:46:09,397 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:48:09,395 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:49:09,402 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:51:09,395 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:52:09,397 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:53:31,269 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:53:38,787 basehttp 77623 6133952512 "GET /en/patients/insurance-info/39/ HTTP/1.1" 200 36065 INFO 2025-09-07 20:53:38,809 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:53:51,162 basehttp 77623 6133952512 "GET /en/patients/consent-forms/39/ HTTP/1.1" 200 599 INFO 2025-09-07 20:53:56,274 basehttp 77623 6133952512 "GET /en/patients/ HTTP/1.1" 200 139651 INFO 2025-09-07 20:53:56,326 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:53:56,329 basehttp 77623 6150778880 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-07 20:58:11,348 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 22:29:09,343 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 22:56:12,284 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:10:41,271 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:11:38,278 basehttp 77623 6133952512 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-07 23:11:38,451 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:12:39,264 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:13:40,266 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:18:49,454 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:19:50,455 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:20:47,478 basehttp 77623 6133952512 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-07 23:20:47,588 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:21:48,460 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:22:49,458 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:23:50,458 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:24:51,454 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:25:48,475 basehttp 77623 6133952512 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-07 23:25:48,575 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:26:49,450 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:27:50,437 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:28:51,448 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:29:52,450 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:30:49,463 basehttp 77623 6133952512 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-07 23:30:49,579 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:31:50,445 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:32:51,454 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:33:52,448 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:34:53,454 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:35:50,472 basehttp 77623 6133952512 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-07 23:35:50,581 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:36:51,456 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:37:52,458 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:38:53,458 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:39:54,460 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:40:51,483 basehttp 77623 6133952512 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-07 23:40:51,576 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:41:52,467 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:42:53,469 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:43:54,465 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:44:55,470 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:45:52,487 basehttp 77623 6133952512 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-07 23:45:52,587 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:46:53,465 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:47:54,470 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:48:55,465 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:49:56,477 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:50:53,495 basehttp 77623 6133952512 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-07 23:50:53,598 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:51:54,481 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:52:55,479 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:53:56,481 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:54:57,475 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:55:54,499 basehttp 77623 6133952512 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-07 23:55:54,616 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:56:55,481 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:57:56,484 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:58:57,482 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:59:58,476 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:00:55,502 basehttp 77623 6133952512 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-08 00:00:55,612 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:01:56,485 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:02:57,488 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:03:58,489 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:04:59,490 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:05:56,497 basehttp 77623 6133952512 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-08 00:05:56,590 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:06:57,493 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:07:58,492 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:08:59,495 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:10:00,488 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:10:57,507 basehttp 77623 6133952512 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-08 00:10:57,573 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:11:58,483 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:12:59,487 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:13:41,726 autoreload 77623 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/forms.py changed, reloading. INFO 2025-09-08 00:13:42,196 autoreload 15542 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 00:14:00,567 basehttp 15542 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:14:29,118 autoreload 15542 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py changed, reloading. INFO 2025-09-08 00:14:29,485 autoreload 15863 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 01:20:56,549 autoreload 15863 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-09-08 01:20:56,938 autoreload 42555 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 02:59:34,343 autoreload 86776 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 03:01:17,404 autoreload 87744 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 03:01:23,011 basehttp 87744 6134018048 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-08 03:01:23,077 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:01:44,799 basehttp 87744 6134018048 "GET /en/blood-bank/donors/ HTTP/1.1" 200 82651 INFO 2025-09-08 03:01:44,843 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:01:47,498 basehttp 87744 6134018048 "GET /en/blood-bank/donors/34/eligibility/ HTTP/1.1" 200 34004 INFO 2025-09-08 03:01:47,535 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:02:47,540 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:03:47,552 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:04:47,549 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:05:47,561 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:06:47,557 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:07:47,571 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:08:47,578 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:09:47,572 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:10:47,587 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:11:47,593 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:12:47,993 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:13:49,983 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:14:59,996 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:17:05,172 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:19:05,174 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:20:05,175 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:38:01,778 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:39:01,767 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:41:01,758 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:42:01,780 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:44:01,780 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:45:01,772 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:51:01,681 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:52:01,491 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:54:01,487 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:55:01,487 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:57:01,484 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:58:01,480 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:00:01,483 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:01:01,489 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:03:01,478 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:04:01,478 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:06:01,474 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:07:01,476 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:09:01,496 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:10:01,486 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:11:01,439 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:11:58,754 basehttp 87744 6134018048 "GET / HTTP/1.1" 302 0 INFO 2025-09-08 04:11:58,784 basehttp 87744 6150844416 "GET /en/ HTTP/1.1" 200 49800 INFO 2025-09-08 04:11:58,856 basehttp 87744 6150844416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:11:58,868 basehttp 87744 6167670784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-08 04:11:58,868 basehttp 87744 13438578688 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-08 04:11:58,871 basehttp 87744 6134018048 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-08 04:12:15,397 basehttp 87744 6134018048 "GET /en/appointments/create/ HTTP/1.1" 200 36462 INFO 2025-09-08 04:12:15,433 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:13:15,433 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:14:15,448 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:15:15,448 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:16:15,482 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:17:15,442 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:17:56,012 autoreload 87744 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 04:17:56,551 autoreload 12537 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 04:18:15,506 basehttp 12537 6122647552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:19:15,449 basehttp 12537 6122647552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:19:54,512 basehttp 12537 6122647552 "GET /en/appointments/create/ HTTP/1.1" 200 36462 INFO 2025-09-08 04:19:54,543 basehttp 12537 6122647552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:19:55,982 basehttp 12537 6122647552 "GET /en/appointments/create/ HTTP/1.1" 200 36462 INFO 2025-09-08 04:19:56,021 basehttp 12537 6122647552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:20:46,196 basehttp 12537 6122647552 "GET /en/appointments/create/ HTTP/1.1" 200 36462 INFO 2025-09-08 04:20:46,232 basehttp 12537 6122647552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:21:46,235 basehttp 12537 6122647552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:22:46,259 basehttp 12537 6122647552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:22:53,423 basehttp 12537 6122647552 "GET /en/appointments/create/ HTTP/1.1" 200 36462 INFO 2025-09-08 04:22:53,458 basehttp 12537 6122647552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:23:39,628 autoreload 12537 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 04:23:40,220 autoreload 15079 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 04:23:45,701 autoreload 15079 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 04:23:46,061 autoreload 15163 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 04:23:53,533 basehttp 15163 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:24:05,491 basehttp 15163 6191181824 "GET /en/appointments/create/ HTTP/1.1" 200 36462 INFO 2025-09-08 04:24:05,521 basehttp 15163 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:24:07,327 basehttp 15163 6191181824 "GET /en/ HTTP/1.1" 200 49800 INFO 2025-09-08 04:24:07,373 basehttp 15163 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:24:07,379 basehttp 15163 6224834560 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-08 04:24:07,379 basehttp 15163 6241660928 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-08 04:24:07,381 basehttp 15163 6208008192 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-08 04:24:37,370 basehttp 15163 6208008192 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-08 04:25:07,367 basehttp 15163 6208008192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:25:19,974 autoreload 16288 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 04:25:22,244 basehttp 16288 6170832896 "GET / HTTP/1.1" 302 0 INFO 2025-09-08 04:25:22,310 basehttp 16288 6187659264 "GET /en/ HTTP/1.1" 200 49800 INFO 2025-09-08 04:25:22,361 basehttp 16288 6187659264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:25:22,368 basehttp 16288 6221312000 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-08 04:25:22,369 basehttp 16288 6204485632 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-08 04:25:22,372 basehttp 16288 6170832896 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-08 04:25:33,099 basehttp 16288 6170832896 "GET /en/appointments/create/ HTTP/1.1" 200 36462 INFO 2025-09-08 04:25:33,135 basehttp 16288 6170832896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:26:33,138 basehttp 16288 6170832896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:27:33,145 basehttp 16288 6170832896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-08 04:28:08,231 log 16288 6170832896 Internal Server Error: /en/appointments/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_request_list' not found. 'appointment_request_list' is not a valid view function or pattern name. ERROR 2025-09-08 04:28:08,234 basehttp 16288 6170832896 "GET /en/appointments/create/ HTTP/1.1" 500 178404 INFO 2025-09-08 04:28:22,144 basehttp 16288 6170832896 "GET /en/appointments/create/ HTTP/1.1" 200 36414 INFO 2025-09-08 04:28:22,173 basehttp 16288 6170832896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:28:37,517 basehttp 16288 6170832896 "GET /en/appointments/list/ HTTP/1.1" 200 128770 INFO 2025-09-08 04:28:37,557 basehttp 16288 6170832896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:28:51,857 basehttp 16288 6170832896 "POST /appointments/reschedule/2220/ HTTP/1.1" 302 0 WARNING 2025-09-08 04:28:51,872 log 16288 6204485632 Not Found: /en/appointments/reschedule/2220/ WARNING 2025-09-08 04:28:51,872 basehttp 16288 6204485632 "GET /en/appointments/reschedule/2220/ HTTP/1.1" 404 33138 WARNING 2025-09-08 04:28:56,328 log 16288 6204485632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:28:56,329 basehttp 16288 6204485632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:29:37,575 basehttp 16288 6170832896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:30:30,368 autoreload 16288 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 04:30:30,716 autoreload 18531 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 04:30:36,752 basehttp 18531 6129938432 "GET /en/appointments/list/ HTTP/1.1" 200 128770 WARNING 2025-09-08 04:30:36,770 log 18531 6129938432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:30:36,770 basehttp 18531 6129938432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:30:36,853 basehttp 18531 6129938432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:30:45,819 basehttp 18531 6129938432 "POST /appointments/reschedule/2219/ HTTP/1.1" 302 0 WARNING 2025-09-08 04:30:45,833 log 18531 6146764800 Not Found: /en/appointments/reschedule/2219/ WARNING 2025-09-08 04:30:45,834 basehttp 18531 6146764800 "GET /en/appointments/reschedule/2219/ HTTP/1.1" 404 33138 INFO 2025-09-08 04:31:36,867 basehttp 18531 6146764800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:32:21,509 autoreload 18531 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 04:32:21,849 autoreload 19378 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 04:32:25,101 basehttp 19378 6195408896 "GET /en/appointments/list/ HTTP/1.1" 200 128770 WARNING 2025-09-08 04:32:25,119 log 19378 6195408896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:32:25,119 basehttp 19378 6195408896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:32:25,195 basehttp 19378 6195408896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:32:32,075 basehttp 19378 6195408896 "POST /appointments/reschedule/2219/ HTTP/1.1" 302 0 WARNING 2025-09-08 04:32:32,090 log 19378 6212235264 Not Found: /en/appointments/reschedule/2219/ WARNING 2025-09-08 04:32:32,090 basehttp 19378 6212235264 "GET /en/appointments/reschedule/2219/ HTTP/1.1" 404 33138 INFO 2025-09-08 04:33:25,216 basehttp 19378 6212235264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:34:25,213 basehttp 19378 6212235264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:35:25,217 basehttp 19378 6212235264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:36:25,219 basehttp 19378 6212235264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:37:25,221 basehttp 19378 6212235264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:38:25,348 basehttp 19378 6212235264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:39:25,350 basehttp 19378 6212235264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:40:25,346 basehttp 19378 6212235264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:41:25,356 basehttp 19378 6212235264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:42:25,353 basehttp 19378 6212235264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:43:25,370 basehttp 19378 6212235264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:44:25,360 basehttp 19378 6212235264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:44:43,110 basehttp 19378 6212235264 "GET /en/appointments/queue/ HTTP/1.1" 200 44796 WARNING 2025-09-08 04:44:43,129 log 19378 6212235264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:44:43,129 basehttp 19378 6212235264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:44:43,254 basehttp 19378 6212235264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 04:44:43,262 log 19378 6195408896 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 04:44:43,263 basehttp 19378 6195408896 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:44:43,269 log 19378 6279540736 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 04:44:43,272 basehttp 19378 6279540736 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:44:43,276 log 19378 6212235264 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 04:44:43,277 basehttp 19378 6212235264 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 31091 INFO 2025-09-08 04:44:43,282 basehttp 19378 6262714368 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 04:44:43,285 basehttp 19378 6245888000 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 04:44:43,288 log 19378 6195408896 Not Found: /en/appointments/queue/6/status/ INFO 2025-09-08 04:44:43,289 basehttp 19378 6229061632 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 04:44:43,291 basehttp 19378 6195408896 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:44:43,295 log 19378 6279540736 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 04:44:43,296 basehttp 19378 6279540736 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:44:43,299 log 19378 6212235264 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 04:44:43,300 basehttp 19378 6212235264 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:44:43,305 log 19378 6262714368 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 04:44:43,305 basehttp 19378 6262714368 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 31088 INFO 2025-09-08 04:44:43,326 basehttp 19378 6245888000 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 04:44:43,332 log 19378 6279540736 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 04:44:43,334 basehttp 19378 6279540736 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 31091 INFO 2025-09-08 04:44:43,339 basehttp 19378 6229061632 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 04:44:43,339 basehttp 19378 6195408896 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 04:44:58,922 log 19378 6195408896 Forbidden (CSRF token missing.): /en/appointments/queue/10/call-next/ WARNING 2025-09-08 04:44:58,922 basehttp 19378 6195408896 "POST /en/appointments/queue/10/call-next/ HTTP/1.1" 403 2491 WARNING 2025-09-08 04:45:13,283 log 19378 6195408896 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 04:45:13,285 basehttp 19378 6195408896 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:45:13,288 log 19378 6212235264 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 04:45:13,290 log 19378 6262714368 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 04:45:13,292 basehttp 19378 6212235264 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 31091 WARNING 2025-09-08 04:45:13,292 basehttp 19378 6262714368 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 31088 INFO 2025-09-08 04:45:13,304 basehttp 19378 6229061632 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 04:45:13,304 basehttp 19378 6245888000 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 04:45:13,305 basehttp 19378 6279540736 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 04:45:13,308 log 19378 6195408896 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 04:45:13,308 basehttp 19378 6195408896 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:45:13,313 log 19378 6262714368 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 04:45:13,314 basehttp 19378 6262714368 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:45:13,319 log 19378 6212235264 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 04:45:13,319 basehttp 19378 6212235264 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:45:13,371 log 19378 6262714368 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 04:45:13,374 basehttp 19378 6262714368 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 31091 WARNING 2025-09-08 04:45:13,376 log 19378 6229061632 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 04:45:13,378 basehttp 19378 6229061632 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 31088 INFO 2025-09-08 04:45:13,385 basehttp 19378 6195408896 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 04:45:13,386 basehttp 19378 6279540736 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 04:45:13,387 basehttp 19378 6245888000 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 04:45:43,259 basehttp 19378 6245888000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 04:45:43,276 log 19378 6279540736 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 04:45:43,278 basehttp 19378 6279540736 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:45:43,284 log 19378 6212235264 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 04:45:43,285 basehttp 19378 6212235264 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:45:43,298 log 19378 6245888000 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 04:45:43,301 basehttp 19378 6245888000 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 31091 INFO 2025-09-08 04:45:43,304 basehttp 19378 6229061632 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 04:45:43,309 log 19378 6279540736 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 04:45:43,310 basehttp 19378 6279540736 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 31088 INFO 2025-09-08 04:45:43,312 basehttp 19378 6195408896 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 04:45:43,312 basehttp 19378 6262714368 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 04:45:43,317 log 19378 6212235264 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 04:45:43,318 basehttp 19378 6212235264 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:45:43,321 log 19378 6245888000 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 04:45:43,321 basehttp 19378 6245888000 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:45:43,342 log 19378 6229061632 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 04:45:43,342 basehttp 19378 6229061632 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:45:43,368 log 19378 6212235264 Not Found: /en/appointments/queue/14/status/ INFO 2025-09-08 04:45:43,370 basehttp 19378 6279540736 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 04:45:43,370 basehttp 19378 6212235264 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 31091 INFO 2025-09-08 04:45:43,373 basehttp 19378 6195408896 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 04:45:43,374 basehttp 19378 6262714368 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 04:46:13,292 log 19378 6262714368 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 04:46:13,293 basehttp 19378 6262714368 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:46:13,295 log 19378 6229061632 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 04:46:13,296 basehttp 19378 6229061632 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:46:13,298 log 19378 6245888000 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 04:46:13,300 basehttp 19378 6245888000 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 31091 INFO 2025-09-08 04:46:13,308 basehttp 19378 6195408896 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 04:46:13,311 basehttp 19378 6279540736 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 04:46:13,316 log 19378 6262714368 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 04:46:13,317 basehttp 19378 6262714368 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 31088 INFO 2025-09-08 04:46:13,317 basehttp 19378 6212235264 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 04:46:13,330 log 19378 6229061632 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 04:46:13,330 basehttp 19378 6229061632 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:46:13,343 log 19378 6245888000 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 04:46:13,343 basehttp 19378 6245888000 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:46:13,368 log 19378 6195408896 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 04:46:13,369 basehttp 19378 6195408896 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:46:13,378 log 19378 6229061632 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 04:46:13,380 basehttp 19378 6229061632 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 31091 INFO 2025-09-08 04:46:13,386 basehttp 19378 6262714368 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 04:46:13,387 basehttp 19378 6212235264 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 04:46:13,388 basehttp 19378 6279540736 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 04:46:43,258 basehttp 19378 6279540736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 04:46:43,285 log 19378 6212235264 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 04:46:43,286 basehttp 19378 6212235264 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:46:43,295 log 19378 6245888000 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 04:46:43,298 basehttp 19378 6245888000 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:46:43,306 log 19378 6279540736 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 04:46:43,308 basehttp 19378 6279540736 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 31091 WARNING 2025-09-08 04:46:43,319 log 19378 6212235264 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 04:46:43,321 basehttp 19378 6212235264 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 31088 INFO 2025-09-08 04:46:43,322 basehttp 19378 6262714368 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 04:46:43,329 log 19378 6245888000 Not Found: /en/appointments/queue/3/status/ INFO 2025-09-08 04:46:43,329 basehttp 19378 6229061632 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 04:46:43,330 basehttp 19378 6195408896 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 04:46:43,334 log 19378 6279540736 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 04:46:43,334 basehttp 19378 6245888000 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:46:43,335 basehttp 19378 6279540736 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:46:43,340 log 19378 6212235264 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 04:46:43,340 basehttp 19378 6212235264 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 31088 INFO 2025-09-08 04:46:43,354 basehttp 19378 6262714368 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 04:46:43,374 log 19378 6245888000 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 04:46:43,375 basehttp 19378 6245888000 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 31091 INFO 2025-09-08 04:46:43,378 basehttp 19378 6229061632 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 04:46:43,378 basehttp 19378 6195408896 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 04:47:01,280 basehttp 19378 6195408896 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 38827 WARNING 2025-09-08 04:47:01,348 log 19378 6195408896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:47:01,349 basehttp 19378 6195408896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:49:23,846 autoreload 19378 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 04:49:24,325 autoreload 26902 8747049152 Watching for file changes with StatReloader WARNING 2025-09-08 04:49:25,123 log 26902 6164738048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:49:25,123 basehttp 26902 6164738048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 04:49:25,134 log 26902 6164738048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:49:25,134 basehttp 26902 6164738048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:49:26,618 basehttp 26902 6164738048 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 30282 WARNING 2025-09-08 04:49:26,634 log 26902 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-08 04:49:26,634 basehttp 26902 13589622784 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 WARNING 2025-09-08 04:49:26,635 basehttp 26902 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:49:26,638 basehttp 26902 13589622784 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-09-08 04:49:26,640 basehttp 26902 13606449152 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 INFO 2025-09-08 04:49:26,640 basehttp 26902 13640101888 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 INFO 2025-09-08 04:49:26,641 basehttp 26902 13623275520 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 INFO 2025-09-08 04:49:26,643 basehttp 26902 6164738048 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 INFO 2025-09-08 04:49:26,717 basehttp 26902 6164738048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:49:26,724 basehttp 26902 6164738048 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 30282 INFO 2025-09-08 04:49:55,883 basehttp 26902 6164738048 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 30288 WARNING 2025-09-08 04:49:55,895 log 26902 6164738048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:49:55,895 basehttp 26902 6164738048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:49:55,984 basehttp 26902 6164738048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:49:55,991 basehttp 26902 13623275520 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 30288 INFO 2025-09-08 04:50:56,000 basehttp 26902 13623275520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-08 04:51:44,763 log 26902 13623275520 Internal Server Error: /en/appointments/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: appointments/appointment_request_form.html ERROR 2025-09-08 04:51:44,764 basehttp 26902 13623275520 "GET /en/appointments/create/ HTTP/1.1" 500 84276 WARNING 2025-09-08 04:51:44,782 log 26902 13623275520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:51:44,782 basehttp 26902 13623275520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:52:23,806 autoreload 26902 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 04:52:24,238 autoreload 28213 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 04:52:25,254 basehttp 28213 6159822848 "GET /en/appointments/create/ HTTP/1.1" 200 54178 WARNING 2025-09-08 04:52:25,270 log 28213 6159822848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:52:25,270 basehttp 28213 6159822848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:52:25,362 basehttp 28213 6159822848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:53:25,382 basehttp 28213 6159822848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:54:25,370 basehttp 28213 6159822848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:54:36,672 autoreload 28213 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 04:54:37,034 autoreload 29138 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 04:54:38,882 basehttp 29138 6191771648 "GET /en/appointments/create/ HTTP/1.1" 200 54178 WARNING 2025-09-08 04:54:38,910 log 29138 6191771648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:54:38,911 basehttp 29138 6191771648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:54:38,982 basehttp 29138 6191771648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:55:38,998 basehttp 29138 6191771648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:56:39,003 basehttp 29138 6191771648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:57:03,299 basehttp 29138 6191771648 "POST /en/appointments/create/ HTTP/1.1" 200 54620 WARNING 2025-09-08 04:57:03,322 log 29138 6191771648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:57:03,322 basehttp 29138 6191771648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:57:03,392 basehttp 29138 6191771648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:57:08,230 basehttp 29138 6191771648 "GET /en/appointments/create/ HTTP/1.1" 200 54178 WARNING 2025-09-08 04:57:08,254 log 29138 6191771648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:57:08,254 basehttp 29138 6191771648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:57:11,118 basehttp 29138 6191771648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 04:57:11,126 log 29138 6191771648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:57:11,126 basehttp 29138 6191771648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 04:57:11,173 log 29138 6191771648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:57:11,174 basehttp 29138 6191771648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:58:11,118 basehttp 29138 6191771648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:59:11,130 basehttp 29138 6191771648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:59:36,491 autoreload 29138 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 04:59:36,824 autoreload 31375 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 04:59:37,733 basehttp 31375 6136688640 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 30288 WARNING 2025-09-08 04:59:37,771 log 31375 6136688640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:59:37,771 basehttp 31375 6136688640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:59:37,832 basehttp 31375 6136688640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:59:37,839 basehttp 31375 6136688640 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 30288 INFO 2025-09-08 04:59:45,295 basehttp 31375 6136688640 "GET /en/appointments/create/ HTTP/1.1" 200 54178 WARNING 2025-09-08 04:59:45,329 log 31375 6136688640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:59:45,329 basehttp 31375 6136688640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:59:45,389 basehttp 31375 6136688640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:00:40,750 autoreload 31375 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 05:00:41,125 autoreload 31840 8747049152 Watching for file changes with StatReloader WARNING 2025-09-08 05:00:42,009 log 31840 6214840320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:00:42,009 basehttp 31840 6214840320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 05:00:42,037 log 31840 6214840320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:00:42,073 basehttp 31840 6214840320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:00:42,094 basehttp 31840 6198013952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:00:42,096 basehttp 31840 6214840320 - Broken pipe from ('127.0.0.1', 51422) INFO 2025-09-08 05:00:42,667 basehttp 31840 6198013952 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 38827 WARNING 2025-09-08 05:00:42,686 log 31840 6198013952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:00:42,687 basehttp 31840 6198013952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:03:34,341 autoreload 31840 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 05:03:34,741 autoreload 33068 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 05:03:35,624 basehttp 33068 6169882624 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 52552 WARNING 2025-09-08 05:03:35,641 log 33068 6169882624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:03:35,641 basehttp 33068 6169882624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:03:35,707 basehttp 33068 6169882624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:03:35,736 basehttp 33068 6186708992 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 52552 INFO 2025-09-08 05:04:35,731 basehttp 33068 6186708992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:05:35,716 basehttp 33068 6186708992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:06:06,186 basehttp 33068 6186708992 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 57168 WARNING 2025-09-08 05:06:06,198 log 33068 6186708992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:06:06,198 basehttp 33068 6186708992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:06:06,243 basehttp 33068 6186708992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:06:06,286 basehttp 33068 6186708992 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 57168 INFO 2025-09-08 05:07:06,261 basehttp 33068 6186708992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:08:06,251 basehttp 33068 6186708992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:08:26,902 autoreload 33068 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 05:08:27,407 autoreload 35272 8747049152 Watching for file changes with StatReloader WARNING 2025-09-08 05:08:28,637 log 35272 6133411840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:08:28,637 basehttp 35272 6133411840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 05:08:28,647 log 35272 6133411840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:08:28,648 basehttp 35272 6133411840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:08:29,424 basehttp 35272 6133411840 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 61543 WARNING 2025-09-08 05:08:29,443 log 35272 6133411840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:08:29,443 basehttp 35272 6133411840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:08:29,498 basehttp 35272 6133411840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:08:29,535 basehttp 35272 6150238208 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 61543 INFO 2025-09-08 05:09:29,555 basehttp 35272 6150238208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:10:29,557 basehttp 35272 6150238208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:11:20,827 autoreload 35272 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 05:11:21,187 autoreload 36576 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 05:11:23,707 log 36576 6134951936 Internal Server Error: /en/appointments/calendar/appointments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1411, in calendar_appointments return render(request, 'appointments/calendar_appointments.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 815, in as_sql distinct_result, distinct_params = self.connection.ops.distinct_sql( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/base/operations.py", line 204, in distinct_sql raise NotSupportedError( django.db.utils.NotSupportedError: DISTINCT ON fields is not supported by this database backend ERROR 2025-09-08 05:11:23,720 basehttp 36576 6134951936 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 500 191574 WARNING 2025-09-08 05:11:23,744 log 36576 6134951936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:11:23,746 basehttp 36576 6134951936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:11:35,264 autoreload 36576 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 05:11:35,698 autoreload 36665 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 05:11:36,502 basehttp 36665 6124974080 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 61543 WARNING 2025-09-08 05:11:36,512 log 36665 6124974080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:11:36,513 basehttp 36665 6124974080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:11:36,585 basehttp 36665 6124974080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:11:36,622 basehttp 36665 6124974080 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 61543 INFO 2025-09-08 05:11:37,618 basehttp 36665 6124974080 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 61543 WARNING 2025-09-08 05:11:37,631 log 36665 6124974080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:11:37,631 basehttp 36665 6124974080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:11:37,681 basehttp 36665 6124974080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:11:37,718 basehttp 36665 6124974080 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 61543 INFO 2025-09-08 05:12:37,688 basehttp 36665 6124974080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:13:25,286 autoreload 36665 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 05:13:25,636 autoreload 37438 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 05:13:26,474 basehttp 37438 6133919744 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 57168 WARNING 2025-09-08 05:13:26,488 log 37438 6133919744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:13:26,489 basehttp 37438 6133919744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:13:26,535 basehttp 37438 6133919744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:13:26,564 basehttp 37438 6150746112 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 57168 INFO 2025-09-08 05:14:11,311 basehttp 37438 6150746112 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 57168 WARNING 2025-09-08 05:14:11,326 log 37438 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:14:11,326 basehttp 37438 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:14:11,372 basehttp 37438 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:14:11,415 basehttp 37438 6150746112 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 57168 INFO 2025-09-08 05:15:01,265 basehttp 37438 6150746112 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 57168 WARNING 2025-09-08 05:15:01,277 log 37438 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:15:01,277 basehttp 37438 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:15:01,323 basehttp 37438 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:15:01,370 basehttp 37438 6150746112 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 57168 INFO 2025-09-08 05:16:01,326 basehttp 37438 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:16:18,420 basehttp 37438 6150746112 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 57168 WARNING 2025-09-08 05:16:18,435 log 37438 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:16:18,435 basehttp 37438 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:16:18,482 basehttp 37438 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:16:18,527 basehttp 37438 6150746112 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 57168 INFO 2025-09-08 05:16:26,469 basehttp 37438 6150746112 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 57168 WARNING 2025-09-08 05:16:26,485 log 37438 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:16:26,485 basehttp 37438 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:16:26,527 basehttp 37438 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:16:26,571 basehttp 37438 6150746112 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 57168 INFO 2025-09-08 05:17:26,545 basehttp 37438 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:17:48,616 basehttp 37438 6150746112 "GET /en/appointments/slots/available/ HTTP/1.1" 200 450 WARNING 2025-09-08 05:17:48,637 log 37438 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:17:48,637 basehttp 37438 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 05:17:53,677 log 37438 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:17:53,677 basehttp 37438 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 05:17:53,698 log 37438 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:17:53,698 basehttp 37438 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:18:09,730 basehttp 37438 6150746112 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 21561 WARNING 2025-09-08 05:18:09,747 log 37438 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:18:09,747 basehttp 37438 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:18:09,771 basehttp 37438 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:19:07,002 autoreload 37438 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-08 05:19:07,350 autoreload 40010 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 05:19:09,822 basehttp 40010 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:19:14,370 basehttp 40010 6134083584 "GET /en/appointments/calendar/ HTTP/1.1" 200 21934 WARNING 2025-09-08 05:19:14,389 log 40010 6134083584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:19:14,390 basehttp 40010 6134083584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:19:14,421 basehttp 40010 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:19:14,425 basehttp 40010 6167736320 "GET /en/appointments/slots/available/ HTTP/1.1" 200 450 INFO 2025-09-08 05:19:14,450 basehttp 40010 6150909952 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 57181 INFO 2025-09-08 05:19:14,469 basehttp 40010 6150909952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:19:43,111 autoreload 40010 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 05:19:43,470 autoreload 40245 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 05:19:43,811 basehttp 40245 6164901888 "GET /en/appointments/calendar/ HTTP/1.1" 200 21934 WARNING 2025-09-08 05:19:43,827 log 40245 6164901888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:19:43,827 basehttp 40245 6164901888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:19:43,894 basehttp 40245 6198554624 "GET /en/appointments/slots/available/ HTTP/1.1" 200 450 INFO 2025-09-08 05:19:43,896 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:19:43,921 basehttp 40245 6181728256 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 38827 INFO 2025-09-08 05:19:58,860 basehttp 40245 6181728256 "GET /en/appointments/calendar/ HTTP/1.1" 200 21934 INFO 2025-09-08 05:19:58,882 basehttp 40245 6215380992 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-08 05:19:58,886 log 40245 6198554624 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-08 05:19:58,887 basehttp 40245 6249033728 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-08 05:19:58,887 basehttp 40245 6198554624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:19:58,888 basehttp 40245 6232207360 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-08 05:19:58,892 basehttp 40245 6181728256 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 05:19:58,896 basehttp 40245 6249033728 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 05:19:58,898 basehttp 40245 6164901888 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 05:19:58,902 basehttp 40245 6215380992 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 05:19:59,045 basehttp 40245 6232207360 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 05:19:59,045 basehttp 40245 6164901888 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 05:19:59,047 basehttp 40245 6249033728 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 05:19:59,047 basehttp 40245 6198554624 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 05:19:59,049 basehttp 40245 6181728256 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 05:19:59,052 basehttp 40245 6164901888 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 05:19:59,054 basehttp 40245 6181728256 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 05:19:59,065 basehttp 40245 6164901888 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 05:19:59,068 basehttp 40245 6181728256 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 05:19:59,068 basehttp 40245 6164901888 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 05:19:59,072 basehttp 40245 6181728256 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 05:19:59,072 basehttp 40245 6215380992 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 05:19:59,075 basehttp 40245 6164901888 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 05:19:59,075 basehttp 40245 6181728256 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 05:19:59,075 basehttp 40245 6215380992 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 05:19:59,080 basehttp 40245 6181728256 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 05:19:59,081 basehttp 40245 6198554624 "GET /en/appointments/slots/available/ HTTP/1.1" 200 450 INFO 2025-09-08 05:19:59,081 basehttp 40245 6164901888 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 05:19:59,083 basehttp 40245 6232207360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:19:59,084 basehttp 40245 6215380992 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 05:19:59,087 basehttp 40245 6181728256 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 05:19:59,088 basehttp 40245 6232207360 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 05:19:59,089 basehttp 40245 6164901888 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 05:19:59,089 basehttp 40245 6215380992 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 05:19:59,089 basehttp 40245 6198554624 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 05:19:59,091 basehttp 40245 6181728256 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 05:19:59,114 basehttp 40245 6249033728 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 38827 WARNING 2025-09-08 05:19:59,162 log 40245 6249033728 Not Found: /favicon.ico WARNING 2025-09-08 05:19:59,162 basehttp 40245 6249033728 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 05:20:59,048 basehttp 40245 6249033728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:21:59,059 basehttp 40245 6249033728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:22:59,064 basehttp 40245 6249033728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:23:59,069 basehttp 40245 6249033728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:24:25,243 basehttp 40245 6249033728 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 21561 WARNING 2025-09-08 05:24:25,261 log 40245 6249033728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:24:25,261 basehttp 40245 6249033728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:25:51,242 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:26:52,246 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:27:53,244 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:44:31,662 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 06:01:25,274 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 06:15:56,460 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 06:31:52,856 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 06:48:16,462 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 06:50:16,461 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 06:52:16,457 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 06:54:16,475 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 06:56:16,490 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 06:58:16,468 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 06:59:16,478 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:01:16,467 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:03:16,457 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:05:16,552 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:07:16,566 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:09:16,563 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:11:16,559 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:13:16,561 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:15:16,577 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:17:16,563 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:19:16,436 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:20:16,466 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:22:16,444 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:24:16,433 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:25:16,449 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:26:16,448 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:26:59,549 autoreload 40245 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 07:26:59,994 autoreload 62874 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 07:27:03,513 basehttp 62874 6136115200 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 21561 WARNING 2025-09-08 07:27:03,535 log 62874 6136115200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 07:27:03,536 basehttp 62874 6136115200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 07:27:03,603 basehttp 62874 6136115200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:28:03,610 basehttp 62874 6136115200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:28:31,715 autoreload 62874 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 07:28:32,128 autoreload 63571 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 07:28:32,871 log 63571 13052751872 Internal Server Error: /en/appointments/telemedicine/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'cancel_telemedicine_session' not found. 'cancel_telemedicine_session' is not a valid view function or pattern name. ERROR 2025-09-08 07:28:32,895 basehttp 63571 13052751872 "GET /en/appointments/telemedicine/ HTTP/1.1" 500 270487 WARNING 2025-09-08 07:28:32,915 log 63571 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 07:28:32,915 basehttp 63571 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 07:38:12,282 autoreload 63571 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-08 07:38:12,681 autoreload 67816 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 07:38:14,659 log 67816 6195474432 Internal Server Error: /en/appointments/telemedicine/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'cancel_telemedicine_session' with arguments '(285,)' not found. 1 pattern(s) tried: ['en/appointments/telemedicine/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/cancel/\\Z'] ERROR 2025-09-08 07:38:14,690 basehttp 67816 6195474432 "GET /en/appointments/telemedicine/ HTTP/1.1" 500 274352 WARNING 2025-09-08 07:38:14,711 log 67816 6195474432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 07:38:14,711 basehttp 67816 6195474432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 07:39:10,072 autoreload 67816 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 07:39:10,433 autoreload 68286 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 07:39:12,460 log 68286 6195015680 Internal Server Error: /en/appointments/telemedicine/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'cancel_telemedicine_session' with arguments '(285,)' not found. 1 pattern(s) tried: ['en/appointments/telemedicine/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/cancel/\\Z'] ERROR 2025-09-08 07:39:12,477 basehttp 68286 6195015680 "GET /en/appointments/telemedicine/ HTTP/1.1" 500 274352 WARNING 2025-09-08 07:39:12,493 log 68286 6195015680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 07:39:12,493 basehttp 68286 6195015680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 07:39:14,095 log 68286 6195015680 Internal Server Error: /en/appointments/telemedicine/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'cancel_telemedicine_session' with arguments '(285,)' not found. 1 pattern(s) tried: ['en/appointments/telemedicine/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/cancel/\\Z'] ERROR 2025-09-08 07:39:14,096 basehttp 68286 6195015680 "GET /en/appointments/telemedicine/ HTTP/1.1" 500 274352 WARNING 2025-09-08 07:39:14,113 log 68286 6195015680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 07:39:14,113 basehttp 68286 6195015680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 07:39:54,741 log 68286 6195015680 Internal Server Error: /en/appointments/telemedicine/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'start_telemedicine_session' with arguments '(283,)' not found. 1 pattern(s) tried: ['en/appointments/telemedicine/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/start/\\Z'] ERROR 2025-09-08 07:39:54,742 basehttp 68286 6195015680 "GET /en/appointments/telemedicine/ HTTP/1.1" 500 277408 WARNING 2025-09-08 07:39:54,760 log 68286 6195015680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 07:39:54,761 basehttp 68286 6195015680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 07:39:56,059 log 68286 6195015680 Internal Server Error: /en/appointments/telemedicine/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'start_telemedicine_session' with arguments '(283,)' not found. 1 pattern(s) tried: ['en/appointments/telemedicine/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/start/\\Z'] ERROR 2025-09-08 07:39:56,060 basehttp 68286 6195015680 "GET /en/appointments/telemedicine/ HTTP/1.1" 500 277408 WARNING 2025-09-08 07:39:56,078 log 68286 6195015680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 07:39:56,078 basehttp 68286 6195015680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 07:41:06,764 autoreload 68286 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 07:41:07,170 autoreload 69183 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 07:41:09,315 log 69183 6128496640 Internal Server Error: /en/appointments/telemedicine/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'start_telemedicine_session' with arguments '(283,)' not found. 1 pattern(s) tried: ['en/appointments/telemedicine/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/start/\\Z'] ERROR 2025-09-08 07:41:09,327 basehttp 69183 6128496640 "GET /en/appointments/telemedicine/ HTTP/1.1" 500 277408 WARNING 2025-09-08 07:41:09,347 log 69183 6128496640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 07:41:09,347 basehttp 69183 6128496640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 07:41:10,325 log 69183 6128496640 Internal Server Error: /en/appointments/telemedicine/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'start_telemedicine_session' with arguments '(283,)' not found. 1 pattern(s) tried: ['en/appointments/telemedicine/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/start/\\Z'] ERROR 2025-09-08 07:41:10,328 basehttp 69183 6128496640 "GET /en/appointments/telemedicine/ HTTP/1.1" 500 277408 WARNING 2025-09-08 07:41:10,345 log 69183 6128496640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 07:41:10,345 basehttp 69183 6128496640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 07:42:18,520 basehttp 69183 6128496640 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 855808 WARNING 2025-09-08 07:42:18,540 log 69183 6128496640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 07:42:18,541 basehttp 69183 6128496640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 07:42:18,677 basehttp 69183 6128496640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 07:42:56,667 log 69183 6128496640 Forbidden (CSRF token missing.): /en/appointments/telemedicine/0950dc4c-c554-4ec8-a3d1-87cad901b025/start/ WARNING 2025-09-08 07:42:56,667 basehttp 69183 6128496640 "POST /en/appointments/telemedicine/0950dc4c-c554-4ec8-a3d1-87cad901b025/start/ HTTP/1.1" 403 2491 INFO 2025-09-08 07:43:18,692 basehttp 69183 6128496640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:44:18,706 basehttp 69183 6128496640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:45:18,699 basehttp 69183 6128496640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:45:36,499 basehttp 69183 6128496640 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 868980 WARNING 2025-09-08 07:45:36,519 log 69183 6128496640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 07:45:36,520 basehttp 69183 6128496640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 07:45:36,606 basehttp 69183 6128496640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-08 07:45:39,688 log 69183 6128496640 Internal Server Error: /en/appointments/telemedicine/0950dc4c-c554-4ec8-a3d1-87cad901b025/start/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1633, in start_telemedicine_session return redirect('appointments:telemedicine_session_detail', session_id=session_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 51, in redirect resolve_url(to, *args, **kwargs), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 184, in resolve_url return reverse(to, args=args, kwargs=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'telemedicine_session_detail' not found. 'telemedicine_session_detail' is not a valid view function or pattern name. ERROR 2025-09-08 07:45:39,689 basehttp 69183 6128496640 "POST /en/appointments/telemedicine/0950dc4c-c554-4ec8-a3d1-87cad901b025/start/ HTTP/1.1" 500 94648 INFO 2025-09-08 07:46:36,621 basehttp 69183 6128496640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:47:36,633 basehttp 69183 6128496640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:48:26,017 autoreload 69183 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-08 07:48:26,355 autoreload 72407 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 07:56:33,332 autoreload 72407 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 07:56:33,791 autoreload 75963 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 07:56:36,714 basehttp 75963 6190542848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:57:35,504 autoreload 75963 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 07:57:35,968 autoreload 76433 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 07:57:36,616 basehttp 76433 6122467328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:58:36,571 basehttp 76433 6122467328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:59:36,590 basehttp 76433 6122467328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:00:36,587 basehttp 76433 6122467328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:01:35,960 autoreload 76433 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 08:01:36,403 autoreload 78216 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 08:01:52,624 basehttp 78216 6190952448 "GET /en/admin/appointments/telemedicinesession/ HTTP/1.1" 200 152073 INFO 2025-09-08 08:01:52,644 basehttp 78216 6207778816 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-08 08:01:52,645 basehttp 78216 6224605184 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-08 08:01:52,645 basehttp 78216 6190952448 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-08 08:01:52,645 basehttp 78216 6241431552 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-08 08:01:52,646 basehttp 78216 6258257920 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-08 08:01:52,647 basehttp 78216 6207778816 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-08 08:01:52,648 basehttp 78216 6190952448 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-08 08:01:52,648 basehttp 78216 6241431552 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-08 08:01:52,648 basehttp 78216 6207778816 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-08 08:01:52,649 basehttp 78216 6258257920 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-08 08:01:52,652 basehttp 78216 6190952448 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-08 08:01:52,652 basehttp 78216 6241431552 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-08 08:01:52,652 basehttp 78216 6258257920 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-08 08:01:52,654 basehttp 78216 6241431552 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-09-08 08:01:52,654 basehttp 78216 6224605184 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-08 08:01:52,655 basehttp 78216 6275084288 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-08 08:01:52,656 basehttp 78216 6275084288 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-08 08:01:52,656 basehttp 78216 6207778816 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-08 08:01:52,659 basehttp 78216 6207778816 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-08 08:01:52,659 basehttp 78216 6275084288 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-08 08:01:52,668 basehttp 78216 6275084288 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-08 08:01:52,668 basehttp 78216 6275084288 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-08 08:01:52,668 basehttp 78216 6207778816 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-08 08:01:52,669 basehttp 78216 6207778816 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-08 08:01:57,194 basehttp 78216 6207778816 "GET /en/admin/appointments/telemedicinesession/282/change/ HTTP/1.1" 200 266586 INFO 2025-09-08 08:01:57,208 basehttp 78216 6207778816 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-08 08:01:57,211 basehttp 78216 6275084288 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-08 08:01:57,211 basehttp 78216 6241431552 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-08 08:01:57,211 basehttp 78216 6190952448 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-08 08:01:57,211 basehttp 78216 6224605184 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-08 08:01:57,212 basehttp 78216 6224605184 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-08 08:01:57,214 basehttp 78216 6224605184 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-08 08:01:57,215 basehttp 78216 6207778816 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-08 08:01:57,215 basehttp 78216 6224605184 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-08 08:01:57,255 basehttp 78216 6207778816 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-09-08 08:01:57,255 basehttp 78216 6224605184 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-08 08:02:26,804 basehttp 78216 6207778816 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 95319 INFO 2025-09-08 08:02:26,819 basehttp 78216 6207778816 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-08 08:02:31,541 basehttp 78216 6224605184 "GET /en/admin/appointments/telemedicinesession/ HTTP/1.1" 200 151925 INFO 2025-09-08 08:02:31,733 basehttp 78216 6207778816 "GET /en/admin/appointments/telemedicinesession/282/change/ HTTP/1.1" 200 266586 INFO 2025-09-08 08:02:31,734 basehttp 78216 6207778816 - Broken pipe from ('127.0.0.1', 61410) INFO 2025-09-08 08:02:37,216 basehttp 78216 6224605184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:02:46,657 basehttp 78216 6224605184 "POST /en/appointments/telemedicine/0950dc4c-c554-4ec8-a3d1-87cad901b025/start/ HTTP/1.1" 302 0 ERROR 2025-09-08 08:02:46,698 log 78216 6224605184 Internal Server Error: /en/appointments/telemedicine/0950dc4c-c554-4ec8-a3d1-87cad901b025/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 46, in get_object raise AttributeError( AttributeError: Generic detail view TelemedicineSessionDetailView must be called with either an object pk or a slug in the URLconf. ERROR 2025-09-08 08:02:46,698 basehttp 78216 6224605184 "GET /en/appointments/telemedicine/0950dc4c-c554-4ec8-a3d1-87cad901b025/ HTTP/1.1" 500 88915 INFO 2025-09-08 08:03:37,219 basehttp 78216 6224605184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:04:37,213 basehttp 78216 6224605184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:05:37,234 basehttp 78216 6224605184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:05:38,549 autoreload 78216 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 08:05:39,078 autoreload 79990 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 08:05:41,845 log 79990 6158987264 Internal Server Error: /en/appointments/telemedicine/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'cancel_telemedicine_session' with arguments '(UUID('1ec61172-71fd-44ed-8059-5eea14678cd8'),)' not found. 1 pattern(s) tried: ['en/appointments/telemedicine/(?P[0-9]+)/cancel/\\Z'] ERROR 2025-09-08 08:05:41,847 basehttp 79990 6158987264 "GET /en/appointments/telemedicine/ HTTP/1.1" 500 274657 WARNING 2025-09-08 08:05:41,886 log 79990 6158987264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:05:41,886 basehttp 79990 6158987264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:06:09,415 basehttp 79990 6158987264 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 858363 WARNING 2025-09-08 08:06:09,433 log 79990 6158987264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:06:09,433 basehttp 79990 6158987264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:06:09,538 basehttp 79990 6158987264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:06:27,157 basehttp 79990 6158987264 "POST /en/appointments/telemedicine/278/start/ HTTP/1.1" 302 0 INFO 2025-09-08 08:06:27,167 basehttp 79990 6158987264 "GET /en/appointments/telemedicine/278/ HTTP/1.1" 200 123 INFO 2025-09-08 08:07:10,247 basehttp 79990 6158987264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:08:11,245 basehttp 79990 6158987264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:09:12,239 basehttp 79990 6158987264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:10:13,228 basehttp 79990 6158987264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:11:14,257 basehttp 79990 6158987264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:12:00,323 log 79990 6158987264 Not Found: /en/appointments/telemedicine/284/detail WARNING 2025-09-08 08:12:00,323 basehttp 79990 6158987264 "GET /en/appointments/telemedicine/284/detail HTTP/1.1" 404 37723 WARNING 2025-09-08 08:12:00,345 log 79990 6158987264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:12:00,345 basehttp 79990 6158987264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 08:12:13,025 log 79990 6158987264 Internal Server Error: /en/appointments/telemedicine/284/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 134, in render compiled_parent = self.get_parent(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 131, in get_parent return self.find_template(parent, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 109, in find_template template, origin = context.template.engine.find_template( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 163, in find_template raise TemplateDoesNotExist(name, tried=tried) django.template.exceptions.TemplateDoesNotExist: base/base.html The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 109, in render reraise(exc, self.backend) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 130, in reraise raise new from exc django.template.exceptions.TemplateDoesNotExist: base/base.html ERROR 2025-09-08 08:12:13,026 basehttp 79990 6158987264 "GET /en/appointments/telemedicine/284/ HTTP/1.1" 500 130236 WARNING 2025-09-08 08:12:13,041 log 79990 6158987264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:12:13,041 basehttp 79990 6158987264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 08:12:33,071 log 79990 6158987264 Internal Server Error: /en/appointments/telemedicine/284/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'telemedicine' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'telemedicine' is not a registered namespace ERROR 2025-09-08 08:12:33,072 basehttp 79990 6158987264 "GET /en/appointments/telemedicine/284/ HTTP/1.1" 500 173223 WARNING 2025-09-08 08:12:33,087 log 79990 6158987264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:12:33,087 basehttp 79990 6158987264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:15:32,862 autoreload 79990 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-08 08:15:33,294 autoreload 84314 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 08:15:53,866 log 84314 6127398912 Internal Server Error: /en/appointments/telemedicine/284/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'telemedicine' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'telemedicine' is not a registered namespace ERROR 2025-09-08 08:15:53,868 basehttp 84314 6127398912 "GET /en/appointments/telemedicine/284/ HTTP/1.1" 500 172985 WARNING 2025-09-08 08:15:53,885 log 84314 6127398912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:15:53,885 basehttp 84314 6127398912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 08:15:55,315 log 84314 6127398912 Internal Server Error: /en/appointments/telemedicine/284/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'telemedicine' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'telemedicine' is not a registered namespace ERROR 2025-09-08 08:15:55,317 basehttp 84314 6127398912 "GET /en/appointments/telemedicine/284/ HTTP/1.1" 500 172985 WARNING 2025-09-08 08:15:55,330 log 84314 6127398912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:15:55,331 basehttp 84314 6127398912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 08:16:55,347 log 84314 6127398912 Internal Server Error: /en/appointments/telemedicine/284/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'telemedicine' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'telemedicine' is not a registered namespace ERROR 2025-09-08 08:16:55,349 basehttp 84314 6127398912 "GET /en/appointments/telemedicine/284/ HTTP/1.1" 500 172985 WARNING 2025-09-08 08:16:55,364 log 84314 6127398912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:16:55,365 basehttp 84314 6127398912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 08:16:56,617 log 84314 6127398912 Internal Server Error: /en/appointments/telemedicine/284/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'telemedicine' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'telemedicine' is not a registered namespace ERROR 2025-09-08 08:16:56,618 basehttp 84314 6127398912 "GET /en/appointments/telemedicine/284/ HTTP/1.1" 500 172985 WARNING 2025-09-08 08:16:56,632 log 84314 6127398912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:16:56,632 basehttp 84314 6127398912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 08:17:19,969 log 84314 6127398912 Internal Server Error: /en/appointments/telemedicine/284/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'staff' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'staff' is not a registered namespace ERROR 2025-09-08 08:17:19,971 basehttp 84314 6127398912 "GET /en/appointments/telemedicine/284/ HTTP/1.1" 500 189078 WARNING 2025-09-08 08:17:19,985 log 84314 6127398912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:17:19,985 basehttp 84314 6127398912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:18:41,843 basehttp 84314 6127398912 "GET /en/appointments/telemedicine/284/ HTTP/1.1" 200 39004 WARNING 2025-09-08 08:18:41,854 log 84314 6127398912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:18:41,855 basehttp 84314 6127398912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:18:41,925 basehttp 84314 6127398912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:19:41,955 basehttp 84314 6127398912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:20:41,942 basehttp 84314 6127398912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:21:10,001 basehttp 84314 6127398912 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 857619 WARNING 2025-09-08 08:21:10,019 log 84314 6127398912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:21:10,020 basehttp 84314 6127398912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:21:10,146 basehttp 84314 6127398912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:22:10,171 basehttp 84314 6127398912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:22:25,766 autoreload 84314 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 08:22:26,238 autoreload 87352 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 08:22:26,887 basehttp 87352 6137622528 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 82703 WARNING 2025-09-08 08:22:26,904 log 87352 6137622528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:22:26,904 basehttp 87352 6137622528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:22:26,945 basehttp 87352 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:23:26,963 basehttp 87352 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:24:26,961 basehttp 87352 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:25:26,967 basehttp 87352 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:26:27,190 basehttp 87352 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:27:52,818 basehttp 87352 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:40:01,237 basehttp 87352 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:40:25,502 basehttp 87352 6137622528 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 82703 INFO 2025-09-08 08:40:25,517 basehttp 87352 13035925504 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 08:40:25,519 basehttp 87352 13069578240 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-08 08:40:25,521 log 87352 6137622528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:40:25,521 basehttp 87352 6137622528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:40:25,523 basehttp 87352 13052751872 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-08 08:40:25,528 basehttp 87352 6154448896 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 08:40:25,529 basehttp 87352 13069578240 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 08:40:25,530 basehttp 87352 6171275264 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 08:40:25,535 basehttp 87352 13035925504 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 08:40:26,771 basehttp 87352 13035925504 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 08:40:26,796 basehttp 87352 13052751872 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 08:40:26,797 basehttp 87352 6154448896 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 08:40:26,798 basehttp 87352 6171275264 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 08:40:26,799 basehttp 87352 13035925504 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 08:40:26,799 basehttp 87352 13069578240 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 08:40:26,803 basehttp 87352 6137622528 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 08:40:26,805 basehttp 87352 13035925504 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 08:40:26,805 basehttp 87352 13069578240 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 08:40:26,806 basehttp 87352 6137622528 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 08:40:26,807 basehttp 87352 13052751872 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 08:40:26,807 basehttp 87352 13069578240 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 08:40:26,808 basehttp 87352 6171275264 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 08:40:26,808 basehttp 87352 13035925504 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 08:40:26,809 basehttp 87352 6137622528 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 08:40:26,812 basehttp 87352 6171275264 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 08:40:26,812 basehttp 87352 13069578240 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 08:40:26,812 basehttp 87352 13035925504 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 08:40:26,813 basehttp 87352 13052751872 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 08:40:26,814 basehttp 87352 6154448896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:40:26,815 basehttp 87352 13035925504 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 08:40:26,816 basehttp 87352 6137622528 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 08:40:26,816 basehttp 87352 13052751872 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 08:40:26,816 basehttp 87352 13069578240 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 08:40:26,816 basehttp 87352 6171275264 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 WARNING 2025-09-08 08:40:27,037 log 87352 13052751872 Not Found: /favicon.ico WARNING 2025-09-08 08:40:27,037 basehttp 87352 13052751872 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 08:40:50,623 basehttp 87352 13052751872 "GET /en/audit-log/ HTTP/1.1" 200 223868 WARNING 2025-09-08 08:40:50,643 log 87352 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:40:50,643 basehttp 87352 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:40:50,729 basehttp 87352 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:41:10,815 log 87352 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:41:10,815 basehttp 87352 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 08:41:10,824 log 87352 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:41:10,824 basehttp 87352 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:41:11,331 basehttp 87352 13052751872 "GET /en/appointments/telemedicine/284/ HTTP/1.1" 200 39004 WARNING 2025-09-08 08:41:11,348 log 87352 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:41:11,349 basehttp 87352 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 08:41:15,780 log 87352 13052751872 Internal Server Error: /en/appointments/requests/2200/detail/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: appointments/appointment_detail.html ERROR 2025-09-08 08:41:15,780 basehttp 87352 13052751872 "GET /en/appointments/requests/2200/detail/ HTTP/1.1" 500 84278 WARNING 2025-09-08 08:41:15,796 log 87352 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:41:15,796 basehttp 87352 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:41:44,247 autoreload 87352 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 08:41:44,601 autoreload 90734 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 08:41:45,194 basehttp 90734 6194704384 "GET /en/appointments/requests/2200/detail/ HTTP/1.1" 200 22949 WARNING 2025-09-08 08:41:45,211 log 90734 6194704384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:41:45,214 basehttp 90734 6194704384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:41:45,270 basehttp 90734 6194704384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:42:09,746 autoreload 90734 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 08:42:10,104 autoreload 90989 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 08:42:10,779 log 90989 6200242176 Internal Server Error: /en/appointments/requests/2200/detail/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_request_list' not found. 'appointment_request_list' is not a valid view function or pattern name. ERROR 2025-09-08 08:42:10,784 basehttp 90989 6200242176 "GET /en/appointments/requests/2200/detail/ HTTP/1.1" 500 175736 WARNING 2025-09-08 08:42:10,804 log 90989 6200242176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:42:10,804 basehttp 90989 6200242176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 08:43:01,757 log 90989 6200242176 Internal Server Error: /en/appointments/requests/2200/detail/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_request_update' not found. 'appointment_request_update' is not a valid view function or pattern name. ERROR 2025-09-08 08:43:01,760 basehttp 90989 6200242176 "GET /en/appointments/requests/2200/detail/ HTTP/1.1" 500 176067 WARNING 2025-09-08 08:43:01,771 log 90989 6200242176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:43:01,771 basehttp 90989 6200242176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 08:43:28,202 log 90989 6200242176 Internal Server Error: /en/appointments/requests/2200/detail/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_update' not found. 'appointment_update' is not a valid view function or pattern name. ERROR 2025-09-08 08:43:28,204 basehttp 90989 6200242176 "GET /en/appointments/requests/2200/detail/ HTTP/1.1" 500 175835 WARNING 2025-09-08 08:43:28,218 log 90989 6200242176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:43:28,218 basehttp 90989 6200242176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 08:43:46,548 log 90989 6200242176 Internal Server Error: /en/appointments/requests/2200/detail/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_delete' not found. 'appointment_delete' is not a valid view function or pattern name. ERROR 2025-09-08 08:43:46,549 basehttp 90989 6200242176 "GET /en/appointments/requests/2200/detail/ HTTP/1.1" 500 174536 WARNING 2025-09-08 08:43:46,563 log 90989 6200242176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:43:46,563 basehttp 90989 6200242176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 08:44:16,318 log 90989 6200242176 Internal Server Error: /en/appointments/requests/2200/detail/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'cancel_appointment' not found. 'cancel_appointment' is not a valid view function or pattern name. ERROR 2025-09-08 08:44:16,319 basehttp 90989 6200242176 "GET /en/appointments/requests/2200/detail/ HTTP/1.1" 500 172232 WARNING 2025-09-08 08:44:16,332 log 90989 6200242176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:44:16,332 basehttp 90989 6200242176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:47:25,829 autoreload 90989 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-08 08:47:26,203 autoreload 93312 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 08:47:28,139 basehttp 93312 6194786304 "GET /en/appointments/requests/2200/detail/ HTTP/1.1" 200 30636 WARNING 2025-09-08 08:47:28,156 log 93312 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:47:28,156 basehttp 93312 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:47:28,197 basehttp 93312 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:47:51,420 basehttp 93312 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:47:51,422 log 93312 6211612672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:47:51,422 basehttp 93312 6211612672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 08:47:51,444 log 93312 6211612672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:47:51,444 basehttp 93312 6211612672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:47:53,004 basehttp 93312 6211612672 "GET /en/appointments/telemedicine/284/ HTTP/1.1" 200 39004 WARNING 2025-09-08 08:47:53,024 log 93312 6211612672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:47:53,024 basehttp 93312 6211612672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:47:53,068 basehttp 93312 6211612672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:48:08,201 basehttp 93312 6211612672 "GET /en/hr/employees/4/ HTTP/1.1" 200 35487 WARNING 2025-09-08 08:48:08,220 log 93312 6211612672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:48:08,221 basehttp 93312 6211612672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:48:08,262 basehttp 93312 6211612672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:48:54,591 basehttp 93312 6211612672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:48:54,592 log 93312 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:48:54,593 basehttp 93312 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 08:48:54,605 log 93312 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:48:54,605 basehttp 93312 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 08:48:55,244 log 93312 6194786304 Not Found: /en/appointments/telemedicine/284/detail WARNING 2025-09-08 08:48:55,244 basehttp 93312 6194786304 "GET /en/appointments/telemedicine/284/detail HTTP/1.1" 404 38928 WARNING 2025-09-08 08:48:55,256 log 93312 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:48:55,256 basehttp 93312 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 08:48:56,109 log 93312 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:48:56,109 basehttp 93312 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:49:01,746 basehttp 93312 6194786304 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 38827 WARNING 2025-09-08 08:49:01,763 log 93312 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:49:01,763 basehttp 93312 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:49:04,048 basehttp 93312 6194786304 "GET /en/appointments/queue/ HTTP/1.1" 200 44796 WARNING 2025-09-08 08:49:04,067 log 93312 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:49:04,067 basehttp 93312 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 08:49:04,146 log 93312 6194786304 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:49:04,147 basehttp 93312 6194786304 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:49:04,156 log 93312 6278918144 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:49:04,157 basehttp 93312 6278918144 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:49:04,160 log 93312 6262091776 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:49:04,162 basehttp 93312 6262091776 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:49:04,172 basehttp 93312 6228439040 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 08:49:04,173 basehttp 93312 6245265408 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 08:49:04,175 log 93312 6194786304 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:49:04,175 basehttp 93312 6194786304 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:49:04,177 basehttp 93312 6211612672 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:49:04,182 log 93312 6278918144 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:49:04,185 log 93312 6262091776 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:49:04,185 basehttp 93312 6278918144 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:49:04,186 basehttp 93312 6262091776 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:49:04,190 log 93312 6228439040 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:49:04,191 basehttp 93312 6228439040 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:49:04,218 log 93312 6278918144 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:49:04,219 basehttp 93312 6278918144 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:49:04,219 basehttp 93312 6194786304 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:49:04,223 basehttp 93312 6211612672 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:49:04,225 basehttp 93312 6245265408 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 08:49:23,638 log 93312 6245265408 Forbidden (CSRF token missing.): /en/appointments/queue/8/call-next/ WARNING 2025-09-08 08:49:23,639 basehttp 93312 6245265408 "POST /en/appointments/queue/8/call-next/ HTTP/1.1" 403 2491 WARNING 2025-09-08 08:49:34,157 log 93312 6245265408 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:49:34,158 basehttp 93312 6245265408 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:49:34,167 log 93312 6262091776 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:49:34,169 basehttp 93312 6262091776 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:49:34,176 log 93312 6228439040 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:49:34,176 basehttp 93312 6228439040 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:49:34,183 log 93312 6245265408 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:49:34,184 basehttp 93312 6245265408 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:49:34,186 basehttp 93312 6278918144 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 08:49:34,187 basehttp 93312 6194786304 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:49:34,189 basehttp 93312 6211612672 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:49:34,192 log 93312 6262091776 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:49:34,193 basehttp 93312 6262091776 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:49:34,197 log 93312 6228439040 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:49:34,198 basehttp 93312 6228439040 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:49:34,202 log 93312 6245265408 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:49:34,203 basehttp 93312 6245265408 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:49:34,219 basehttp 93312 6278918144 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 08:49:34,244 log 93312 6262091776 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:49:34,245 basehttp 93312 6262091776 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:49:34,249 basehttp 93312 6194786304 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:49:34,249 basehttp 93312 6211612672 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:50:04,097 basehttp 93312 6211612672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:50:04,121 log 93312 6194786304 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:50:04,121 basehttp 93312 6194786304 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:04,154 log 93312 6211612672 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:50:04,157 log 93312 6228439040 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:50:04,158 basehttp 93312 6211612672 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:50:04,158 basehttp 93312 6228439040 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:04,161 log 93312 6194786304 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:50:04,162 basehttp 93312 6194786304 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:50:04,166 basehttp 93312 6262091776 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 08:50:04,167 basehttp 93312 6245265408 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:50:04,169 basehttp 93312 6278918144 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 08:50:04,175 log 93312 6228439040 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:50:04,175 basehttp 93312 6228439040 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:04,205 log 93312 6211612672 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:50:04,205 basehttp 93312 6211612672 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:04,211 log 93312 6194786304 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:50:04,211 basehttp 93312 6194786304 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:04,240 log 93312 6228439040 Not Found: /en/appointments/queue/14/status/ INFO 2025-09-08 08:50:04,243 basehttp 93312 6278918144 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 08:50:04,244 basehttp 93312 6228439040 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:50:04,246 basehttp 93312 6245265408 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:50:04,246 basehttp 93312 6262091776 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 08:50:34,121 log 93312 6262091776 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:50:34,121 basehttp 93312 6262091776 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:34,164 log 93312 6194786304 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:50:34,166 log 93312 6211612672 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:50:34,168 basehttp 93312 6211612672 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:50:34,169 basehttp 93312 6194786304 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:34,170 log 93312 6262091776 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:50:34,172 basehttp 93312 6262091776 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:50:34,173 basehttp 93312 6245265408 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 08:50:34,177 basehttp 93312 6278918144 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 08:50:34,179 basehttp 93312 6228439040 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:50:34,234 basehttp 93312 6278918144 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 08:50:34,243 log 93312 6211612672 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:50:34,245 log 93312 6262091776 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:50:34,246 basehttp 93312 6211612672 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:34,248 log 93312 6194786304 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:50:34,248 basehttp 93312 6262091776 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:34,249 basehttp 93312 6194786304 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:34,256 log 93312 6278918144 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:50:34,257 basehttp 93312 6278918144 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:50:34,260 basehttp 93312 6228439040 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:50:34,261 basehttp 93312 6245265408 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 08:50:38,153 basehttp 93312 6245265408 "GET /en/appointments/queue/ HTTP/1.1" 200 46812 WARNING 2025-09-08 08:50:38,188 log 93312 6245265408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:50:38,188 basehttp 93312 6245265408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:50:38,253 basehttp 93312 6245265408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:50:38,277 log 93312 6228439040 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:50:38,281 log 93312 6211612672 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:50:38,284 basehttp 93312 6228439040 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:38,284 basehttp 93312 6211612672 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:38,287 log 93312 6245265408 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:50:38,290 basehttp 93312 6245265408 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:50:38,290 basehttp 93312 6194786304 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 08:50:38,297 basehttp 93312 6262091776 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:50:38,300 basehttp 93312 6278918144 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:50:38,336 log 93312 6228439040 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:50:38,336 basehttp 93312 6228439040 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:38,344 log 93312 6211612672 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:50:38,344 basehttp 93312 6211612672 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:38,351 log 93312 6245265408 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:50:38,352 basehttp 93312 6245265408 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:38,356 log 93312 6194786304 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:50:38,357 basehttp 93312 6194786304 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:38,368 log 93312 6211612672 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:50:38,369 basehttp 93312 6211612672 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:50:38,373 basehttp 93312 6278918144 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:50:38,373 basehttp 93312 6262091776 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 08:50:38,374 basehttp 93312 6228439040 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:50:43,301 basehttp 93312 6228439040 "POST /en/appointments/queue/8/call-next/ HTTP/1.1" 302 0 INFO 2025-09-08 08:50:43,314 basehttp 93312 6228439040 "GET /en/appointments/queue/ HTTP/1.1" 200 47203 INFO 2025-09-08 08:50:43,374 basehttp 93312 6228439040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:50:43,381 log 93312 6262091776 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:50:43,381 basehttp 93312 6262091776 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:43,390 log 93312 6245265408 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:50:43,392 basehttp 93312 6245265408 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:43,403 log 93312 6228439040 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:50:43,405 basehttp 93312 6228439040 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:50:43,409 log 93312 6262091776 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:50:43,410 basehttp 93312 6262091776 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:43,413 log 93312 6245265408 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:50:43,414 basehttp 93312 6245265408 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:50:43,414 basehttp 93312 6278918144 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 08:50:43,415 basehttp 93312 6194786304 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:50:43,416 basehttp 93312 6211612672 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 08:50:43,430 log 93312 6228439040 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:50:43,430 basehttp 93312 6228439040 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:43,474 log 93312 6262091776 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:50:43,475 basehttp 93312 6262091776 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:43,480 log 93312 6211612672 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:50:43,481 basehttp 93312 6211612672 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:50:43,486 basehttp 93312 6245265408 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 08:50:43,489 basehttp 93312 6194786304 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:50:43,490 basehttp 93312 6278918144 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 08:51:13,410 log 93312 6262091776 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:51:13,413 log 93312 6228439040 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:51:13,414 basehttp 93312 6228439040 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:51:13,414 basehttp 93312 6262091776 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:51:13,416 log 93312 6278918144 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:51:13,418 basehttp 93312 6278918144 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:51:13,426 basehttp 93312 6211612672 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:51:13,427 basehttp 93312 6194786304 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 08:51:13,429 basehttp 93312 6245265408 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 08:51:13,433 log 93312 6262091776 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:51:13,434 basehttp 93312 6262091776 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:51:13,459 log 93312 6228439040 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:51:13,459 basehttp 93312 6228439040 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:51:13,463 log 93312 6278918144 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:51:13,463 basehttp 93312 6278918144 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:51:13,479 log 93312 6211612672 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:51:13,480 basehttp 93312 6211612672 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:51:13,496 basehttp 93312 6262091776 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 08:51:13,502 log 93312 6228439040 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:51:13,503 basehttp 93312 6228439040 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:51:13,507 basehttp 93312 6245265408 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:51:13,508 basehttp 93312 6194786304 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 08:51:43,351 basehttp 93312 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:51:43,403 log 93312 6245265408 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:51:43,404 basehttp 93312 6245265408 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:51:43,409 log 93312 6278918144 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:51:43,410 basehttp 93312 6278918144 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:51:43,412 log 93312 6194786304 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:51:43,414 basehttp 93312 6194786304 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:51:43,420 basehttp 93312 6262091776 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 08:51:43,424 basehttp 93312 6228439040 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 08:51:43,438 basehttp 93312 6211612672 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 08:51:43,441 log 93312 6245265408 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:51:43,441 basehttp 93312 6245265408 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:51:43,449 log 93312 6278918144 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:51:43,449 basehttp 93312 6278918144 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:51:43,455 log 93312 6194786304 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:51:43,455 basehttp 93312 6194786304 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:51:43,491 log 93312 6262091776 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:51:43,492 basehttp 93312 6262091776 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:51:43,496 log 93312 6278918144 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:51:43,497 basehttp 93312 6278918144 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:51:43,508 basehttp 93312 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:51:43,513 basehttp 93312 6245265408 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:51:43,513 basehttp 93312 6228439040 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 08:51:43,514 basehttp 93312 6211612672 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 08:52:13,389 log 93312 6211612672 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:52:13,389 basehttp 93312 6211612672 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:52:13,414 log 93312 6278918144 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:52:13,422 basehttp 93312 6278918144 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:52:13,426 log 93312 6262091776 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:52:13,429 basehttp 93312 6262091776 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:52:13,435 log 93312 6211612672 Not Found: /en/appointments/queue/6/status/ INFO 2025-09-08 08:52:13,437 basehttp 93312 6228439040 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:52:13,437 basehttp 93312 6211612672 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:52:13,442 basehttp 93312 6194786304 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 08:52:13,445 log 93312 6278918144 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:52:13,446 basehttp 93312 6278918144 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:52:13,448 basehttp 93312 6245265408 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 08:52:13,452 log 93312 6262091776 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:52:13,453 basehttp 93312 6262091776 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:52:13,472 log 93312 6228439040 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:52:13,474 basehttp 93312 6228439040 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:52:13,476 basehttp 93312 6211612672 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 08:52:13,495 log 93312 6245265408 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:52:13,496 basehttp 93312 6245265408 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:52:13,498 basehttp 93312 6194786304 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:52:13,499 basehttp 93312 6278918144 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:52:43,340 basehttp 93312 6278918144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:52:43,395 log 93312 6194786304 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:52:43,396 basehttp 93312 6194786304 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:52:43,405 log 93312 6262091776 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:52:43,407 basehttp 93312 6262091776 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:52:43,412 basehttp 93312 6245265408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:52:43,419 log 93312 6194786304 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:52:43,420 basehttp 93312 6194786304 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:52:43,423 basehttp 93312 6228439040 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:52:43,424 basehttp 93312 6211612672 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 08:52:43,443 log 93312 6262091776 Not Found: /en/appointments/queue/6/status/ INFO 2025-09-08 08:52:43,444 basehttp 93312 6278918144 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:52:43,446 basehttp 93312 6262091776 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:52:43,450 log 93312 6245265408 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:52:43,452 basehttp 93312 6245265408 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:52:43,454 log 93312 6228439040 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:52:43,455 basehttp 93312 6228439040 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:52:43,462 log 93312 6194786304 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:52:43,462 basehttp 93312 6194786304 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:52:43,466 basehttp 93312 6211612672 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 08:52:43,499 log 93312 6245265408 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:52:43,501 basehttp 93312 6245265408 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:52:43,503 basehttp 93312 6262091776 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:52:43,504 basehttp 93312 6278918144 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:52:54,544 basehttp 93312 6278918144 "GET /en/appointments/queue/ HTTP/1.1" 200 46828 INFO 2025-09-08 08:52:54,637 basehttp 93312 6278918144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:52:54,664 log 93312 6262091776 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:52:54,667 log 93312 6228439040 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:52:54,668 basehttp 93312 6262091776 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:52:54,669 basehttp 93312 6228439040 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:52:54,674 log 93312 6278918144 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:52:54,676 basehttp 93312 6278918144 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:52:54,679 basehttp 93312 6194786304 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:52:54,682 basehttp 93312 6245265408 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 08:52:54,685 basehttp 93312 6211612672 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 08:52:54,720 log 93312 6228439040 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:52:54,720 basehttp 93312 6228439040 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:52:54,725 log 93312 6262091776 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:52:54,725 basehttp 93312 6262091776 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:52:54,737 log 93312 6278918144 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:52:54,737 basehttp 93312 6278918144 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:52:54,745 log 93312 6194786304 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:52:54,746 basehttp 93312 6194786304 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:52:54,757 log 93312 6278918144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:52:54,759 log 93312 6262091776 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:52:54,760 basehttp 93312 6262091776 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:52:54,761 basehttp 93312 6245265408 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 08:52:54,761 basehttp 93312 6278918144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:52:54,763 basehttp 93312 6211612672 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:52:54,763 basehttp 93312 6278918144 - Broken pipe from ('127.0.0.1', 54143) INFO 2025-09-08 08:52:54,765 basehttp 93312 6228439040 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 08:53:24,683 log 93312 6194786304 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:53:24,685 log 93312 6228439040 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:53:24,686 basehttp 93312 6228439040 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:53:24,686 basehttp 93312 6194786304 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:53:24,692 log 93312 6278918144 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:53:24,694 basehttp 93312 6278918144 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:53:24,699 basehttp 93312 6211612672 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 08:53:24,701 basehttp 93312 6245265408 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:53:24,704 basehttp 93312 6262091776 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 08:53:24,733 log 93312 6228439040 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:53:24,733 basehttp 93312 6228439040 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:53:24,754 log 93312 6194786304 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:53:24,754 basehttp 93312 6194786304 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:53:24,773 log 93312 6211612672 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:53:24,775 log 93312 6278918144 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:53:24,776 basehttp 93312 6211612672 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:53:24,776 basehttp 93312 6278918144 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:53:24,784 log 93312 6194786304 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:53:24,787 basehttp 93312 6194786304 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:53:24,793 basehttp 93312 6245265408 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 08:53:24,793 basehttp 93312 6262091776 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:53:24,794 basehttp 93312 6228439040 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:53:54,639 basehttp 93312 6228439040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:53:54,672 log 93312 6262091776 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:53:54,673 basehttp 93312 6262091776 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:53:54,682 log 93312 6228439040 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:53:54,684 basehttp 93312 6228439040 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:53:54,687 log 93312 6211612672 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:53:54,688 basehttp 93312 6211612672 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:53:54,708 log 93312 6262091776 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:53:54,708 basehttp 93312 6262091776 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:53:54,712 basehttp 93312 6245265408 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:53:54,722 log 93312 6228439040 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:53:54,725 basehttp 93312 6228439040 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:53:54,727 log 93312 6211612672 Not Found: /en/appointments/queue/5/status/ INFO 2025-09-08 08:53:54,727 basehttp 93312 6278918144 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:53:54,728 basehttp 93312 6194786304 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 08:53:54,728 basehttp 93312 6211612672 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:53:54,734 log 93312 6262091776 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:53:54,735 basehttp 93312 6262091776 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:53:54,741 basehttp 93312 6245265408 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 08:53:54,746 basehttp 93312 6228439040 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 08:53:54,757 log 93312 6194786304 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:53:54,759 basehttp 93312 6194786304 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:53:54,771 basehttp 93312 6278918144 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 08:54:24,650 log 93312 6278918144 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:54:24,650 basehttp 93312 6278918144 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:54:24,693 log 93312 6262091776 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:54:24,695 basehttp 93312 6262091776 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:54:24,699 log 93312 6278918144 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:54:24,703 log 93312 6211612672 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:54:24,704 basehttp 93312 6278918144 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:54:24,705 basehttp 93312 6211612672 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:54:24,716 log 93312 6262091776 Not Found: /en/appointments/queue/3/status/ INFO 2025-09-08 08:54:24,716 basehttp 93312 6194786304 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:54:24,718 basehttp 93312 6262091776 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:54:24,719 basehttp 93312 6228439040 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 08:54:24,722 basehttp 93312 6245265408 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 08:54:24,725 log 93312 6211612672 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:54:24,725 basehttp 93312 6211612672 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:54:24,728 log 93312 6278918144 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:54:24,730 basehttp 93312 6278918144 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:54:24,741 basehttp 93312 6262091776 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 08:54:24,755 log 93312 6245265408 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:54:24,757 basehttp 93312 6245265408 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:54:24,760 basehttp 93312 6194786304 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 08:54:24,760 basehttp 93312 6228439040 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:54:54,646 basehttp 93312 6228439040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:54:54,686 log 93312 6194786304 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:54:54,688 log 93312 6211612672 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:54:54,688 basehttp 93312 6194786304 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:54:54,688 basehttp 93312 6211612672 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:54:54,698 log 93312 6228439040 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:54:54,699 basehttp 93312 6228439040 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:54:54,708 log 93312 6211612672 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:54:54,709 basehttp 93312 6211612672 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:54:54,719 basehttp 93312 6245265408 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:54:54,723 log 93312 6228439040 Not Found: /en/appointments/queue/5/status/ INFO 2025-09-08 08:54:54,724 basehttp 93312 6278918144 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 08:54:54,733 log 93312 6194786304 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:54:54,734 basehttp 93312 6228439040 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:54:54,734 basehttp 93312 6194786304 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:54:54,735 basehttp 93312 6262091776 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 08:54:54,743 log 93312 6211612672 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:54:54,743 basehttp 93312 6211612672 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:54:54,791 log 93312 6194786304 Not Found: /en/appointments/queue/14/status/ INFO 2025-09-08 08:54:54,793 basehttp 93312 6245265408 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 08:54:54,793 basehttp 93312 6194786304 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:54:54,804 basehttp 93312 6278918144 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:54:54,804 basehttp 93312 6228439040 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 08:55:24,690 log 93312 6211612672 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:55:24,691 basehttp 93312 6211612672 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:55:24,694 log 93312 6262091776 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:55:24,696 log 93312 6228439040 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:55:24,697 basehttp 93312 6262091776 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:55:24,697 basehttp 93312 6228439040 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:55:24,705 basehttp 93312 6194786304 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 08:55:24,707 basehttp 93312 6245265408 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:55:24,708 basehttp 93312 6278918144 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:55:24,723 log 93312 6211612672 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:55:24,729 basehttp 93312 6211612672 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:55:24,759 log 93312 6262091776 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:55:24,759 basehttp 93312 6262091776 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:55:24,768 log 93312 6228439040 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:55:24,768 basehttp 93312 6228439040 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:55:24,801 log 93312 6194786304 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:55:24,805 log 93312 6262091776 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:55:24,805 basehttp 93312 6194786304 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:55:24,806 basehttp 93312 6262091776 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:55:24,813 basehttp 93312 6278918144 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:55:24,814 basehttp 93312 6211612672 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:55:24,814 basehttp 93312 6245265408 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 08:55:54,631 basehttp 93312 6245265408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:55:54,669 log 93312 6211612672 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:55:54,670 basehttp 93312 6211612672 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:55:54,688 log 93312 6245265408 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:55:54,691 log 93312 6228439040 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:55:54,691 basehttp 93312 6245265408 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:55:54,693 basehttp 93312 6228439040 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:55:54,699 log 93312 6211612672 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:55:54,699 basehttp 93312 6211612672 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:55:54,718 basehttp 93312 6278918144 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 08:55:54,720 basehttp 93312 6262091776 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 08:55:54,723 basehttp 93312 6194786304 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 08:55:54,752 log 93312 6211612672 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:55:54,752 basehttp 93312 6211612672 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:55:54,778 log 93312 6228439040 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:55:54,778 basehttp 93312 6228439040 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:55:54,790 log 93312 6245265408 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:55:54,792 basehttp 93312 6245265408 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:55:54,801 log 93312 6211612672 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:55:54,803 basehttp 93312 6211612672 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:55:54,808 basehttp 93312 6262091776 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:55:54,809 basehttp 93312 6194786304 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:55:54,809 basehttp 93312 6278918144 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 08:56:24,659 log 93312 6194786304 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:56:24,659 basehttp 93312 6194786304 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:56:24,669 basehttp 93312 6211612672 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:56:24,681 log 93312 6262091776 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:56:24,683 log 93312 6278918144 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:56:24,686 basehttp 93312 6262091776 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:56:24,687 basehttp 93312 6278918144 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:56:24,703 log 93312 6194786304 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:56:24,703 basehttp 93312 6194786304 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:56:24,709 basehttp 93312 6228439040 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 08:56:24,716 log 93312 6211612672 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:56:24,716 basehttp 93312 6211612672 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:56:24,718 basehttp 93312 6245265408 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:56:24,741 basehttp 93312 6194786304 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 08:56:24,755 log 93312 6262091776 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:56:24,755 basehttp 93312 6262091776 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:56:24,763 log 93312 6278918144 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:56:24,764 basehttp 93312 6278918144 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:56:24,771 log 93312 6245265408 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:56:24,772 basehttp 93312 6245265408 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:56:24,776 basehttp 93312 6211612672 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:56:24,776 basehttp 93312 6228439040 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:56:27,477 autoreload 93312 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 08:56:27,884 autoreload 97240 8747049152 Watching for file changes with StatReloader WARNING 2025-09-08 08:56:29,212 log 97240 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:56:29,212 basehttp 97240 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 08:56:30,035 log 97240 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:56:30,036 basehttp 97240 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:56:30,851 basehttp 97240 6341865472 "GET /en/appointments/queue/ HTTP/1.1" 200 46828 WARNING 2025-09-08 08:56:30,950 log 97240 6358691840 Not Found: /en/appointments/queue/2/status/ INFO 2025-09-08 08:56:30,953 basehttp 97240 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:56:30,954 basehttp 97240 6358691840 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:56:30,967 log 97240 6425997312 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:56:30,969 basehttp 97240 6425997312 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:56:30,973 log 97240 6341865472 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:56:30,978 basehttp 97240 6341865472 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:56:31,016 log 97240 6358691840 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:56:31,018 basehttp 97240 6358691840 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:56:31,022 log 97240 6425997312 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:56:31,023 basehttp 97240 6425997312 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:56:31,037 log 97240 6341865472 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:56:31,039 basehttp 97240 6341865472 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:56:31,043 log 97240 6358691840 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:56:31,046 basehttp 97240 6358691840 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 ERROR 2025-09-08 08:56:31,195 log 97240 6358691840 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1371, in queue_status return render(request, 'appointments/partials/queue_status.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'WaitingQueue' object is not iterable ERROR 2025-09-08 08:56:31,207 basehttp 97240 6358691840 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 128633 ERROR 2025-09-08 08:56:31,234 log 97240 6392344576 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1371, in queue_status return render(request, 'appointments/partials/queue_status.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'WaitingQueue' object is not iterable WARNING 2025-09-08 08:56:31,237 log 97240 6358691840 Not Found: /en/appointments/queue/14/status/ ERROR 2025-09-08 08:56:31,241 basehttp 97240 6392344576 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 129108 WARNING 2025-09-08 08:56:31,242 basehttp 97240 6358691840 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:56:31,257 log 97240 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:56:31,259 basehttp 97240 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 08:56:31,284 log 97240 6375518208 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1371, in queue_status return render(request, 'appointments/partials/queue_status.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'WaitingQueue' object is not iterable ERROR 2025-09-08 08:56:31,290 log 97240 6425997312 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1371, in queue_status return render(request, 'appointments/partials/queue_status.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'WaitingQueue' object is not iterable ERROR 2025-09-08 08:56:31,297 log 97240 6409170944 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1371, in queue_status return render(request, 'appointments/partials/queue_status.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'WaitingQueue' object is not iterable ERROR 2025-09-08 08:56:31,298 basehttp 97240 6375518208 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 130135 ERROR 2025-09-08 08:56:31,300 basehttp 97240 6425997312 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 129182 ERROR 2025-09-08 08:56:31,305 log 97240 6341865472 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1371, in queue_status return render(request, 'appointments/partials/queue_status.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'WaitingQueue' object is not iterable ERROR 2025-09-08 08:56:31,306 basehttp 97240 6409170944 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 130366 ERROR 2025-09-08 08:56:31,306 basehttp 97240 6341865472 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 129897 WARNING 2025-09-08 08:57:00,978 log 97240 6341865472 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:57:00,980 basehttp 97240 6341865472 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:00,985 log 97240 6358691840 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:57:00,987 log 97240 6392344576 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:57:00,988 basehttp 97240 6358691840 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:57:00,989 basehttp 97240 6392344576 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:57:00,999 basehttp 97240 6409170944 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 08:57:01,001 basehttp 97240 6375518208 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 08:57:01,005 log 97240 6341865472 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:57:01,007 basehttp 97240 6341865472 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:57:01,024 basehttp 97240 6425997312 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 08:57:01,045 log 97240 6392344576 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:57:01,047 log 97240 6358691840 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:57:01,048 basehttp 97240 6392344576 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:01,048 basehttp 97240 6358691840 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:01,074 log 97240 6409170944 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:57:01,076 basehttp 97240 6409170944 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:01,085 log 97240 6392344576 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:57:01,088 basehttp 97240 6392344576 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:57:01,088 basehttp 97240 6341865472 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:57:01,091 basehttp 97240 6375518208 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 08:57:01,092 basehttp 97240 6425997312 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:57:08,187 basehttp 97240 6425997312 "GET /en/appointments/queue/ HTTP/1.1" 200 46828 INFO 2025-09-08 08:57:08,269 basehttp 97240 6409170944 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:57:08,313 basehttp 97240 6425997312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:57:08,318 log 97240 6375518208 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:57:08,320 log 97240 6358691840 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:57:08,321 basehttp 97240 6375518208 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:08,322 basehttp 97240 6358691840 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:08,326 log 97240 6409170944 Not Found: /en/appointments/queue/13/status/ INFO 2025-09-08 08:57:08,326 basehttp 97240 6341865472 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:57:08,328 basehttp 97240 6409170944 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:57:08,331 basehttp 97240 6392344576 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 08:57:08,333 log 97240 6425997312 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:57:08,333 basehttp 97240 6425997312 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:08,348 log 97240 6375518208 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:57:08,348 basehttp 97240 6375518208 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:08,375 log 97240 6358691840 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:57:08,376 basehttp 97240 6358691840 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:08,387 log 97240 6341865472 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:57:08,389 basehttp 97240 6341865472 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:08,394 log 97240 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:57:08,394 basehttp 97240 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 08:57:08,398 log 97240 6375518208 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:57:08,400 basehttp 97240 6375518208 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:57:08,405 basehttp 97240 6409170944 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 08:57:08,406 basehttp 97240 6425997312 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:57:08,406 basehttp 97240 6392344576 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 08:57:38,303 log 97240 6425997312 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:57:38,303 basehttp 97240 6425997312 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:38,328 log 97240 6341865472 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:57:38,329 basehttp 97240 6341865472 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:57:38,345 log 97240 6358691840 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:57:38,345 basehttp 97240 6358691840 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:38,355 log 97240 6425997312 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:57:38,357 basehttp 97240 6425997312 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:57:38,366 basehttp 97240 6392344576 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 08:57:38,366 basehttp 97240 6375518208 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:57:38,368 basehttp 97240 6409170944 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 08:57:38,388 log 97240 6358691840 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:57:38,388 basehttp 97240 6358691840 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:38,397 log 97240 6341865472 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:57:38,398 basehttp 97240 6341865472 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:38,415 log 97240 6425997312 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:57:38,417 basehttp 97240 6425997312 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:38,428 log 97240 6358691840 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:57:38,431 basehttp 97240 6358691840 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:57:38,433 basehttp 97240 6392344576 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:57:38,435 basehttp 97240 6409170944 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:57:38,435 basehttp 97240 6375518208 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 08:58:08,289 basehttp 97240 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:58:08,314 log 97240 6341865472 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:58:08,318 log 97240 6409170944 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:58:08,318 basehttp 97240 6341865472 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:08,319 basehttp 97240 6409170944 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:08,323 log 97240 6375518208 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:58:08,324 basehttp 97240 6375518208 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:58:08,331 basehttp 97240 6425997312 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:58:08,331 basehttp 97240 6358691840 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 08:58:08,333 basehttp 97240 6392344576 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:58:08,365 log 97240 6425997312 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:58:08,365 basehttp 97240 6425997312 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:08,376 log 97240 6375518208 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:58:08,377 basehttp 97240 6375518208 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:08,381 log 97240 6409170944 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:58:08,382 basehttp 97240 6409170944 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:08,384 log 97240 6341865472 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:58:08,385 basehttp 97240 6341865472 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:08,412 log 97240 6375518208 Not Found: /en/appointments/queue/14/status/ INFO 2025-09-08 08:58:08,414 basehttp 97240 6358691840 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 08:58:08,414 basehttp 97240 6375518208 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:58:08,416 basehttp 97240 6392344576 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:58:08,417 basehttp 97240 6425997312 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:58:17,080 basehttp 97240 6425997312 "GET /en/appointments/queue/ HTTP/1.1" 200 46828 INFO 2025-09-08 08:58:17,217 basehttp 97240 6425997312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:58:17,237 log 97240 6409170944 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:58:17,239 log 97240 6392344576 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:58:17,240 basehttp 97240 6409170944 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:17,241 basehttp 97240 6392344576 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:17,246 log 97240 6425997312 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:58:17,249 basehttp 97240 6425997312 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:58:17,252 basehttp 97240 6341865472 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:58:17,252 basehttp 97240 6358691840 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 08:58:17,254 basehttp 97240 6375518208 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:58:17,286 log 97240 6409170944 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:58:17,287 basehttp 97240 6409170944 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:17,291 log 97240 6392344576 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:58:17,292 basehttp 97240 6392344576 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:17,302 log 97240 6425997312 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:58:17,302 basehttp 97240 6425997312 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:17,312 log 97240 6358691840 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:58:17,313 basehttp 97240 6358691840 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:17,326 log 97240 6392344576 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:58:17,327 log 97240 6425997312 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-08 08:58:17,327 basehttp 97240 6341865472 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 08:58:17,327 basehttp 97240 6425997312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 08:58:17,327 basehttp 97240 6392344576 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:58:17,329 basehttp 97240 6375518208 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:58:17,333 basehttp 97240 6409170944 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 08:58:47,227 log 97240 6409170944 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:58:47,227 basehttp 97240 6409170944 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:47,248 log 97240 6358691840 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:58:47,251 log 97240 6341865472 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:58:47,252 basehttp 97240 6358691840 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:58:47,268 basehttp 97240 6375518208 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:58:47,270 basehttp 97240 6341865472 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:47,277 log 97240 6409170944 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:58:47,278 basehttp 97240 6409170944 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:58:47,284 basehttp 97240 6425997312 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 08:58:47,288 log 97240 6358691840 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:58:47,289 basehttp 97240 6358691840 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:58:47,290 basehttp 97240 6392344576 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 08:58:47,327 log 97240 6375518208 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:58:47,327 basehttp 97240 6375518208 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:47,333 log 97240 6341865472 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:58:47,333 basehttp 97240 6341865472 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:58:47,350 basehttp 97240 6409170944 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 08:58:47,352 log 97240 6392344576 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:58:47,354 basehttp 97240 6392344576 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:58:47,355 basehttp 97240 6358691840 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:58:47,355 basehttp 97240 6425997312 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:59:17,200 basehttp 97240 6425997312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:59:17,225 log 97240 6358691840 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:59:17,226 basehttp 97240 6358691840 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:59:17,237 log 97240 6425997312 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:59:17,240 log 97240 6375518208 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:59:17,241 basehttp 97240 6425997312 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:59:17,242 basehttp 97240 6375518208 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:59:17,250 log 97240 6358691840 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:59:17,250 basehttp 97240 6358691840 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:59:17,253 basehttp 97240 6392344576 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 08:59:17,255 basehttp 97240 6409170944 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 08:59:17,257 basehttp 97240 6341865472 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 08:59:17,259 log 97240 6425997312 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:59:17,260 basehttp 97240 6425997312 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:59:17,264 log 97240 6375518208 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:59:17,265 basehttp 97240 6375518208 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:59:17,268 log 97240 6358691840 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:59:17,269 basehttp 97240 6358691840 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:59:17,296 log 97240 6425997312 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:59:17,299 basehttp 97240 6425997312 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:59:17,302 basehttp 97240 6392344576 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 08:59:17,303 basehttp 97240 6409170944 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:59:17,303 basehttp 97240 6341865472 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 08:59:47,211 log 97240 6341865472 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:59:47,211 basehttp 97240 6341865472 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:59:47,243 log 97240 6358691840 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:59:47,245 basehttp 97240 6358691840 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:59:47,248 log 97240 6375518208 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:59:47,249 basehttp 97240 6375518208 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:59:47,253 log 97240 6341865472 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:59:47,257 basehttp 97240 6341865472 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:59:47,254 basehttp 97240 6409170944 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:59:47,298 log 97240 6375518208 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:59:47,298 basehttp 97240 6375518208 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:59:47,313 basehttp 97240 6392344576 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 08:59:47,324 basehttp 97240 6425997312 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 08:59:47,331 log 97240 6358691840 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:59:47,335 basehttp 97240 6358691840 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:59:47,345 log 97240 6409170944 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:59:47,347 basehttp 97240 6409170944 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:59:47,350 log 97240 6425997312 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:59:47,353 basehttp 97240 6425997312 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:59:47,354 basehttp 97240 6341865472 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 08:59:47,359 basehttp 97240 6375518208 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:59:47,361 basehttp 97240 6392344576 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:00:06,220 basehttp 97240 6392344576 "GET /en/appointments/queue/ HTTP/1.1" 200 47300 WARNING 2025-09-08 09:00:06,325 log 97240 6375518208 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:00:06,325 basehttp 97240 6375518208 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:00:06,329 log 97240 6358691840 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:00:06,332 basehttp 97240 6358691840 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:00:06,357 log 97240 6375518208 Not Found: /en/appointments/queue/13/status/ INFO 2025-09-08 09:00:06,357 basehttp 97240 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:00:06,358 basehttp 97240 6425997312 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 09:00:06,360 basehttp 97240 6375518208 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:00:06,362 basehttp 97240 6409170944 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 09:00:06,364 log 97240 6358691840 Not Found: /en/appointments/queue/6/status/ INFO 2025-09-08 09:00:06,366 basehttp 97240 6341865472 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 09:00:06,366 basehttp 97240 6358691840 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:00:06,419 log 97240 6392344576 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:00:06,421 basehttp 97240 6392344576 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:00:06,428 log 97240 6425997312 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:00:06,430 log 97240 6375518208 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:00:06,431 basehttp 97240 6425997312 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:00:06,432 basehttp 97240 6375518208 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:00:06,445 log 97240 6425997312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:00:06,447 basehttp 97240 6425997312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 09:00:06,447 basehttp 97240 6358691840 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 09:00:06,449 log 97240 6392344576 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:00:06,450 basehttp 97240 6392344576 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:00:06,450 basehttp 97240 6409170944 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:00:06,452 basehttp 97240 6341865472 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 09:00:36,339 log 97240 6425997312 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:00:36,342 log 97240 6341865472 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:00:36,345 log 97240 6375518208 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:00:36,347 basehttp 97240 6425997312 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:00:36,347 basehttp 97240 6375518208 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:00:36,349 basehttp 97240 6341865472 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:00:36,355 basehttp 97240 6392344576 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 09:00:36,358 basehttp 97240 6409170944 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 09:00:36,362 basehttp 97240 6358691840 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 09:00:36,401 log 97240 6425997312 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:00:36,401 basehttp 97240 6425997312 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:00:36,406 log 97240 6375518208 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:00:36,406 basehttp 97240 6375518208 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:00:36,425 log 97240 6341865472 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:00:36,426 basehttp 97240 6341865472 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:00:36,438 log 97240 6392344576 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:00:36,439 basehttp 97240 6392344576 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:00:36,444 basehttp 97240 6409170944 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 09:00:36,447 log 97240 6375518208 Not Found: /en/appointments/queue/14/status/ INFO 2025-09-08 09:00:36,448 basehttp 97240 6358691840 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 09:00:36,448 basehttp 97240 6375518208 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:00:36,454 basehttp 97240 6425997312 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:01:06,307 basehttp 97240 6425997312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:01:06,384 log 97240 6341865472 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:01:06,387 log 97240 6375518208 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:01:06,387 basehttp 97240 6341865472 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:01:06,390 log 97240 6425997312 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:01:06,390 basehttp 97240 6375518208 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:01:06,391 basehttp 97240 6425997312 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:01:06,401 basehttp 97240 6358691840 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 09:01:06,403 basehttp 97240 6409170944 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 09:01:06,403 basehttp 97240 6392344576 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 09:01:06,438 log 97240 6341865472 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:01:06,438 basehttp 97240 6341865472 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:01:06,468 log 97240 6375518208 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:01:06,469 basehttp 97240 6375518208 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:01:06,474 log 97240 6425997312 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:01:06,476 basehttp 97240 6425997312 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:01:06,491 log 97240 6358691840 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:01:06,493 basehttp 97240 6358691840 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:01:06,497 log 97240 6375518208 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:01:06,499 basehttp 97240 6375518208 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:01:06,500 basehttp 97240 6409170944 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:01:06,502 basehttp 97240 6341865472 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:01:06,502 basehttp 97240 6392344576 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 09:01:35,337 basehttp 97240 6341865472 "GET /en/appointments/queue/ HTTP/1.1" 200 47577 INFO 2025-09-08 09:01:35,452 basehttp 97240 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:01:35,455 log 97240 6392344576 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:01:35,458 basehttp 97240 6392344576 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:01:35,465 log 97240 6425997312 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:01:35,467 basehttp 97240 6425997312 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:01:35,479 log 97240 6341865472 Not Found: /en/appointments/queue/13/status/ INFO 2025-09-08 09:01:35,480 basehttp 97240 6409170944 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 09:01:35,480 basehttp 97240 6375518208 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 09:01:35,482 basehttp 97240 6341865472 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:01:35,484 basehttp 97240 6358691840 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 09:01:35,487 log 97240 6392344576 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:01:35,487 basehttp 97240 6392344576 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:01:35,492 log 97240 6425997312 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:01:35,492 basehttp 97240 6425997312 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:01:35,547 log 97240 6375518208 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:01:35,550 basehttp 97240 6375518208 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:01:35,553 log 97240 6409170944 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:01:35,554 basehttp 97240 6409170944 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:01:35,560 basehttp 97240 6341865472 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 09:01:35,562 log 97240 6425997312 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:01:35,563 basehttp 97240 6425997312 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:01:35,566 basehttp 97240 6358691840 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 09:01:35,567 basehttp 97240 6392344576 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 09:01:35,573 log 97240 6409170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:01:35,573 basehttp 97240 6409170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 09:02:05,423 log 97240 6409170944 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:02:05,423 basehttp 97240 6409170944 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:02:05,442 basehttp 97240 6392344576 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 09:02:05,473 log 97240 6375518208 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:02:05,479 basehttp 97240 6375518208 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:02:05,485 log 97240 6409170944 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:02:05,488 log 97240 6341865472 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:02:05,489 basehttp 97240 6409170944 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:05,489 basehttp 97240 6341865472 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:05,492 log 97240 6392344576 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:02:05,494 basehttp 97240 6392344576 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:02:05,497 basehttp 97240 6358691840 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 09:02:05,499 basehttp 97240 6425997312 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 09:02:05,501 log 97240 6375518208 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:02:05,501 basehttp 97240 6375518208 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:05,541 log 97240 6409170944 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:02:05,542 basehttp 97240 6409170944 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:05,553 log 97240 6425997312 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:02:05,554 basehttp 97240 6425997312 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:02:05,559 basehttp 97240 6341865472 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:02:05,560 basehttp 97240 6358691840 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:02:05,561 basehttp 97240 6392344576 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 09:02:27,595 basehttp 97240 6392344576 "GET /en/appointments/queue/ HTTP/1.1" 200 48389 INFO 2025-09-08 09:02:27,727 basehttp 97240 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:02:27,742 log 97240 6358691840 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:02:27,744 basehttp 97240 6358691840 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:27,748 log 97240 6375518208 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:02:27,750 basehttp 97240 6375518208 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:27,754 log 97240 6392344576 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:02:27,756 basehttp 97240 6392344576 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:02:27,759 basehttp 97240 6425997312 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 09:02:27,769 basehttp 97240 6409170944 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 09:02:27,778 basehttp 97240 6341865472 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 09:02:27,812 log 97240 6358691840 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:02:27,812 basehttp 97240 6358691840 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:27,827 log 97240 6375518208 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:02:27,828 basehttp 97240 6375518208 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:27,842 log 97240 6392344576 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:02:27,843 basehttp 97240 6392344576 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:27,850 log 97240 6425997312 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:02:27,852 basehttp 97240 6425997312 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:27,862 log 97240 6375518208 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:02:27,862 basehttp 97240 6375518208 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:02:27,865 basehttp 97240 6409170944 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 09:02:27,866 log 97240 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:02:27,867 basehttp 97240 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 09:02:27,868 basehttp 97240 6341865472 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 09:02:27,871 basehttp 97240 6358691840 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:02:28,855 basehttp 97240 6358691840 "GET /en/appointments/queue/ HTTP/1.1" 200 48389 WARNING 2025-09-08 09:02:28,963 log 97240 6341865472 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:02:28,965 basehttp 97240 6341865472 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:02:28,972 basehttp 97240 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:02:28,975 log 97240 6425997312 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:02:28,979 basehttp 97240 6425997312 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:02:28,985 basehttp 97240 6392344576 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 09:02:28,987 log 97240 6341865472 Not Found: /en/appointments/queue/13/status/ INFO 2025-09-08 09:02:28,988 basehttp 97240 6409170944 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 09:02:28,988 basehttp 97240 6341865472 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:02:28,991 basehttp 97240 6375518208 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 09:02:28,996 log 97240 6358691840 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:02:28,996 basehttp 97240 6358691840 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:29,000 log 97240 6425997312 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:02:29,000 basehttp 97240 6425997312 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:29,006 log 97240 6392344576 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:02:29,006 basehttp 97240 6392344576 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:29,043 log 97240 6409170944 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:02:29,044 basehttp 97240 6409170944 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:29,053 log 97240 6425997312 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:02:29,055 basehttp 97240 6425997312 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:02:29,058 basehttp 97240 6341865472 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:02:29,060 basehttp 97240 6375518208 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 09:02:29,061 basehttp 97240 6358691840 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 09:02:29,196 log 97240 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:02:29,196 basehttp 97240 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 09:02:58,973 log 97240 6358691840 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:02:58,974 basehttp 97240 6358691840 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:58,983 log 97240 6409170944 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:02:58,984 basehttp 97240 6409170944 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:58,991 log 97240 6392344576 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:02:58,992 basehttp 97240 6392344576 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:02:59,000 log 97240 6358691840 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:02:59,014 basehttp 97240 6358691840 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:02:59,022 basehttp 97240 6341865472 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 09:02:59,028 log 97240 6409170944 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:02:59,029 basehttp 97240 6409170944 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:02:59,033 basehttp 97240 6425997312 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 09:02:59,033 basehttp 97240 6375518208 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 09:02:59,037 log 97240 6392344576 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:02:59,037 basehttp 97240 6392344576 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:59,076 log 97240 6358691840 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:02:59,076 basehttp 97240 6358691840 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:59,086 log 97240 6425997312 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:02:59,088 basehttp 97240 6425997312 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:02:59,091 basehttp 97240 6341865472 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:02:59,094 basehttp 97240 6409170944 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 09:02:59,096 basehttp 97240 6375518208 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 09:03:28,964 log 97240 6392344576 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:03:28,972 basehttp 97240 6392344576 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:03:28,969 basehttp 97240 6425997312 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 09:03:28,993 basehttp 97240 6341865472 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 09:03:29,032 log 97240 6392344576 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:03:29,034 basehttp 97240 6392344576 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:03:29,037 basehttp 97240 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:03:29,050 log 97240 6409170944 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:03:29,050 basehttp 97240 6409170944 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:03:29,058 log 97240 6341865472 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:03:29,058 basehttp 97240 6341865472 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:03:29,067 log 97240 6425997312 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:03:29,071 log 97240 6375518208 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:03:29,074 basehttp 97240 6425997312 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:03:29,074 basehttp 97240 6375518208 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:03:29,080 log 97240 6392344576 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:03:29,084 basehttp 97240 6392344576 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:03:29,126 basehttp 97240 6358691840 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 09:03:29,140 basehttp 97240 6409170944 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:03:29,142 basehttp 97240 6341865472 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 09:03:29,170 basehttp 97240 6425997312 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 09:03:29,176 log 97240 6375518208 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:03:29,177 basehttp 97240 6375518208 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:03:43,687 basehttp 97240 6375518208 "GET /en/appointments/queue/ HTTP/1.1" 200 48403 WARNING 2025-09-08 09:03:43,813 log 97240 6392344576 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:03:43,813 basehttp 97240 6392344576 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:03:43,825 log 97240 6425997312 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:03:43,827 basehttp 97240 6425997312 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:03:43,831 basehttp 97240 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:03:43,834 log 97240 6392344576 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:03:43,836 basehttp 97240 6392344576 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:03:43,841 basehttp 97240 6409170944 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 09:03:43,842 basehttp 97240 6358691840 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 09:03:43,844 basehttp 97240 6341865472 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 09:03:43,873 log 97240 6425997312 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:03:43,873 basehttp 97240 6425997312 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:03:43,892 log 97240 6375518208 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:03:43,893 basehttp 97240 6375518208 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:03:43,905 log 97240 6409170944 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:03:43,906 basehttp 97240 6409170944 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:03:43,917 log 97240 6392344576 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:03:43,919 basehttp 97240 6392344576 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:03:43,921 log 97240 6375518208 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:03:43,922 basehttp 97240 6375518208 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:03:43,927 log 97240 6409170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:03:43,929 basehttp 97240 6409170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 09:03:43,931 basehttp 97240 6358691840 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:03:43,933 basehttp 97240 6341865472 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 09:03:43,934 basehttp 97240 6425997312 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:03:44,932 basehttp 97240 6425997312 "GET /en/appointments/queue/ HTTP/1.1" 200 48403 INFO 2025-09-08 09:03:45,025 basehttp 97240 6425997312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:03:45,044 log 97240 6341865472 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:03:45,046 log 97240 6392344576 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:03:45,047 basehttp 97240 6341865472 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:03:45,051 basehttp 97240 6392344576 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:03:45,060 log 97240 6425997312 Not Found: /en/appointments/queue/13/status/ INFO 2025-09-08 09:03:45,061 basehttp 97240 6358691840 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 09:03:45,063 basehttp 97240 6425997312 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:03:45,064 basehttp 97240 6409170944 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 09:03:45,067 basehttp 97240 6375518208 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 09:03:45,070 log 97240 6341865472 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:03:45,073 log 97240 6392344576 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:03:45,074 basehttp 97240 6341865472 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:03:45,074 basehttp 97240 6392344576 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:03:45,080 log 97240 6358691840 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:03:45,080 basehttp 97240 6358691840 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:03:45,118 log 97240 6425997312 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:03:45,120 basehttp 97240 6425997312 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:03:45,128 log 97240 6392344576 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:03:45,130 basehttp 97240 6392344576 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:03:45,133 basehttp 97240 6409170944 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:03:45,137 basehttp 97240 6341865472 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:03:45,138 basehttp 97240 6375518208 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 09:03:45,189 log 97240 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:03:45,189 basehttp 97240 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 09:04:24,479 basehttp 97240 6375518208 "GET /en/appointments/queue/ HTTP/1.1" 200 48403 WARNING 2025-09-08 09:04:24,600 log 97240 6341865472 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:04:24,601 basehttp 97240 6341865472 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:04:24,610 log 97240 6358691840 Not Found: /en/appointments/queue/1/status/ INFO 2025-09-08 09:04:24,610 basehttp 97240 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:04:24,610 basehttp 97240 6358691840 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:04:24,612 basehttp 97240 6409170944 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 09:04:24,614 basehttp 97240 6425997312 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 09:04:24,618 basehttp 97240 6392344576 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 09:04:24,637 log 97240 6341865472 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:04:24,637 basehttp 97240 6341865472 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:04:24,668 log 97240 6358691840 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:04:24,669 basehttp 97240 6358691840 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:04:24,671 log 97240 6375518208 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:04:24,672 basehttp 97240 6375518208 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:04:24,680 log 97240 6409170944 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:04:24,685 log 97240 6425997312 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:04:24,685 basehttp 97240 6409170944 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:04:24,686 basehttp 97240 6425997312 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:04:24,697 log 97240 6375518208 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:04:24,698 basehttp 97240 6375518208 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:04:24,700 log 97240 6409170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:04:24,700 basehttp 97240 6409170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 09:04:24,705 basehttp 97240 6341865472 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 09:04:24,706 basehttp 97240 6392344576 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:04:24,707 basehttp 97240 6358691840 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:05:06,789 basehttp 97240 6358691840 "GET /en/appointments/queue/ HTTP/1.1" 200 50265 WARNING 2025-09-08 09:05:06,864 log 97240 6341865472 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:05:06,864 basehttp 97240 6341865472 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:05:06,906 log 97240 6425997312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:05:06,908 basehttp 97240 6425997312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 09:05:06,913 basehttp 97240 6425997312 - Broken pipe from ('127.0.0.1', 56101) INFO 2025-09-08 09:05:06,918 basehttp 97240 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:05:06,923 log 97240 6341865472 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:05:06,924 basehttp 97240 6341865472 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:05:06,933 basehttp 97240 6392344576 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 09:05:06,934 basehttp 97240 6375518208 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 09:05:06,936 basehttp 97240 6409170944 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 09:05:06,939 log 97240 13438578688 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:05:06,939 basehttp 97240 13438578688 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:05:06,964 log 97240 6341865472 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:05:06,965 basehttp 97240 6341865472 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:05:06,969 log 97240 6358691840 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:05:06,969 basehttp 97240 6358691840 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:05:06,994 log 97240 6392344576 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:05:06,995 basehttp 97240 6392344576 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:05:07,000 log 97240 6375518208 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:05:07,001 basehttp 97240 6375518208 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:05:07,013 log 97240 6358691840 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:05:07,014 basehttp 97240 6358691840 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:05:07,017 basehttp 97240 13438578688 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 09:05:07,018 basehttp 97240 6409170944 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:05:07,019 basehttp 97240 6341865472 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 09:06:06,903 log 97240 6409170944 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:06:06,904 basehttp 97240 6409170944 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:06,910 log 97240 6392344576 Not Found: /en/appointments/queue/1/status/ INFO 2025-09-08 09:06:06,911 basehttp 97240 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:06:06,911 basehttp 97240 6392344576 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:06:06,922 basehttp 97240 13438578688 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 09:06:06,924 basehttp 97240 6358691840 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 09:06:06,926 log 97240 6409170944 Not Found: /en/appointments/queue/13/status/ INFO 2025-09-08 09:06:06,926 basehttp 97240 6375518208 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 09:06:06,927 basehttp 97240 6409170944 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:06:06,955 log 97240 6392344576 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:06:06,960 basehttp 97240 6392344576 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:06,965 log 97240 6341865472 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:06:06,966 basehttp 97240 6341865472 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:06:06,979 basehttp 97240 6409170944 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 09:06:06,983 log 97240 13438578688 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:06:06,984 basehttp 97240 13438578688 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:06:06,985 basehttp 97240 6375518208 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 09:06:06,988 log 97240 6358691840 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:06:06,988 basehttp 97240 6358691840 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:06,997 log 97240 6341865472 Not Found: /en/appointments/queue/14/status/ INFO 2025-09-08 09:06:06,997 basehttp 97240 6392344576 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 09:06:06,998 basehttp 97240 6341865472 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:06:08,750 basehttp 97240 6341865472 "GET /en/appointments/queue/ HTTP/1.1" 200 48403 INFO 2025-09-08 09:06:08,900 basehttp 97240 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:06:08,904 log 97240 6409170944 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:06:08,906 basehttp 97240 6409170944 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:06:08,907 basehttp 97240 13438578688 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 09:06:08,911 log 97240 6392344576 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:06:08,914 basehttp 97240 6392344576 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:06:08,922 basehttp 97240 6358691840 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 09:06:08,924 basehttp 97240 6375518208 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 09:06:08,936 log 97240 6341865472 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:06:08,937 basehttp 97240 6341865472 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:06:08,951 log 97240 13438578688 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:06:08,952 basehttp 97240 13438578688 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:08,968 log 97240 6409170944 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:06:08,968 basehttp 97240 6409170944 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:08,975 log 97240 6392344576 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:06:08,975 basehttp 97240 6392344576 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:08,992 log 97240 6358691840 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:06:08,992 basehttp 97240 6358691840 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:09,006 log 97240 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:06:09,007 basehttp 97240 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 09:06:09,011 basehttp 97240 6375518208 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:06:09,013 basehttp 97240 6341865472 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 09:06:09,015 log 97240 6409170944 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:06:09,016 basehttp 97240 6409170944 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:06:09,018 basehttp 97240 13438578688 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:06:10,111 basehttp 97240 13438578688 "GET /en/appointments/queue/ HTTP/1.1" 200 48403 WARNING 2025-09-08 09:06:10,196 log 97240 6409170944 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:06:10,196 basehttp 97240 6409170944 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:06:10,209 basehttp 97240 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:06:10,215 log 97240 6358691840 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:06:10,215 basehttp 97240 6358691840 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:10,225 log 97240 6409170944 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:06:10,227 basehttp 97240 6409170944 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:06:10,235 log 97240 13438578688 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:06:10,235 basehttp 97240 13438578688 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:10,238 log 97240 6358691840 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:06:10,240 basehttp 97240 6358691840 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:06:10,240 basehttp 97240 6341865472 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 09:06:10,243 basehttp 97240 6375518208 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 09:06:10,244 basehttp 97240 6392344576 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 09:06:10,246 log 97240 6409170944 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:06:10,247 basehttp 97240 6409170944 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:10,253 log 97240 13438578688 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:06:10,253 basehttp 97240 13438578688 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:10,283 log 97240 6392344576 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:06:10,286 basehttp 97240 6392344576 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:06:10,292 basehttp 97240 6358691840 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:06:10,293 basehttp 97240 6375518208 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:06:10,294 basehttp 97240 6341865472 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 09:06:10,760 log 97240 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:06:10,760 basehttp 97240 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 09:06:11,633 basehttp 97240 6341865472 "GET /en/appointments/queue/ HTTP/1.1" 200 48403 WARNING 2025-09-08 09:06:11,668 log 97240 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:06:11,668 basehttp 97240 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 09:06:11,724 basehttp 97240 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:06:11,735 log 97240 6375518208 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:06:11,737 basehttp 97240 6375518208 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:11,742 log 97240 6409170944 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:06:11,744 basehttp 97240 6409170944 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:11,753 log 97240 6341865472 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:06:11,756 basehttp 97240 6341865472 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:06:11,764 log 97240 6375518208 Not Found: /en/appointments/queue/6/status/ INFO 2025-09-08 09:06:11,765 basehttp 97240 6392344576 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 09:06:11,765 basehttp 97240 6375518208 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:11,768 log 97240 6409170944 Not Found: /en/appointments/queue/3/status/ INFO 2025-09-08 09:06:11,768 basehttp 97240 13438578688 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 09:06:11,769 basehttp 97240 6409170944 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:06:11,770 basehttp 97240 6358691840 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 09:06:11,775 log 97240 6341865472 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:06:11,775 basehttp 97240 6341865472 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:11,824 log 97240 6392344576 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:06:11,827 basehttp 97240 6392344576 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:11,829 log 97240 6358691840 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:06:11,831 basehttp 97240 6358691840 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:06:11,838 basehttp 97240 6409170944 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:06:11,838 basehttp 97240 6375518208 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:06:11,839 basehttp 97240 13438578688 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 09:07:11,762 log 97240 6375518208 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:07:11,764 log 97240 6341865472 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:07:11,764 basehttp 97240 6375518208 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:07:11,766 basehttp 97240 6341865472 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:07:11,766 basehttp 97240 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:07:11,770 basehttp 97240 6392344576 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 09:07:11,775 basehttp 97240 6358691840 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 09:07:11,776 basehttp 97240 6409170944 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 09:07:11,818 log 97240 6375518208 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:07:11,819 basehttp 97240 6375518208 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:07:11,826 log 97240 13438578688 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:07:11,830 log 97240 6341865472 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:07:11,831 basehttp 97240 13438578688 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:07:11,831 basehttp 97240 6341865472 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:07:11,835 basehttp 97240 6409170944 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 09:07:11,838 log 97240 6392344576 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:07:11,838 basehttp 97240 6392344576 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:07:11,840 log 97240 6358691840 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:07:11,840 basehttp 97240 6358691840 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:07:11,850 basehttp 97240 6375518208 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 09:07:11,859 log 97240 6341865472 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:07:11,860 basehttp 97240 6341865472 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:07:11,864 basehttp 97240 13438578688 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 09:08:11,762 log 97240 6341865472 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:08:11,764 basehttp 97240 6341865472 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:08:11,766 basehttp 97240 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:08:11,770 log 97240 6409170944 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:08:11,772 basehttp 97240 6409170944 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:08:11,779 basehttp 97240 6375518208 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 09:08:11,781 basehttp 97240 6358691840 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 09:08:11,781 basehttp 97240 6392344576 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 09:08:11,793 log 97240 6341865472 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:08:11,794 basehttp 97240 6341865472 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:08:11,827 log 97240 13438578688 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:08:11,828 basehttp 97240 13438578688 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:08:11,838 basehttp 97240 6341865472 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 09:08:11,846 log 97240 6409170944 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:08:11,846 basehttp 97240 6409170944 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:08:11,858 log 97240 6375518208 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:08:11,859 basehttp 97240 6375518208 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:08:11,862 log 97240 6358691840 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:08:11,862 basehttp 97240 6358691840 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:08:11,868 basehttp 97240 6392344576 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 09:08:11,870 log 97240 6341865472 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:08:11,871 basehttp 97240 6341865472 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:08:11,874 basehttp 97240 13438578688 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:09:11,735 basehttp 97240 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:09:11,753 log 97240 6341865472 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:09:11,754 basehttp 97240 6341865472 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:09:11,764 log 97240 6409170944 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:09:11,766 basehttp 97240 6409170944 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:09:11,768 log 97240 13438578688 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:09:11,770 basehttp 97240 13438578688 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:09:11,779 log 97240 6341865472 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:09:11,780 basehttp 97240 6341865472 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:09:11,802 basehttp 97240 6375518208 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 09:09:11,803 basehttp 97240 6392344576 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 09:09:11,811 log 97240 13438578688 Not Found: /en/appointments/queue/5/status/ INFO 2025-09-08 09:09:11,811 basehttp 97240 6358691840 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 09:09:11,812 basehttp 97240 13438578688 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:09:11,815 log 97240 6409170944 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:09:11,816 basehttp 97240 6409170944 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:09:11,859 log 97240 6341865472 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:09:11,860 basehttp 97240 6341865472 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:09:11,871 log 97240 13438578688 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:09:11,874 basehttp 97240 13438578688 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:09:11,878 basehttp 97240 6375518208 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:09:11,879 basehttp 97240 6358691840 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:09:11,881 basehttp 97240 6392344576 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 09:10:11,759 log 97240 6358691840 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:10:11,761 log 97240 6409170944 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:10:11,762 basehttp 97240 6358691840 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:10:11,763 basehttp 97240 6409170944 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:10:11,766 basehttp 97240 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:10:11,773 basehttp 97240 13438578688 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 09:10:11,775 basehttp 97240 6341865472 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 09:10:11,777 basehttp 97240 6375518208 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 09:10:11,816 log 97240 6358691840 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:10:11,816 basehttp 97240 6358691840 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:10:11,841 log 97240 6409170944 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:10:11,841 basehttp 97240 6409170944 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:10:11,848 log 97240 6392344576 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:10:11,848 basehttp 97240 6392344576 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:10:11,856 log 97240 13438578688 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:10:11,857 basehttp 97240 13438578688 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:10:11,860 log 97240 6341865472 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:10:11,861 basehttp 97240 6341865472 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:10:11,873 basehttp 97240 6375518208 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:10:11,876 basehttp 97240 6358691840 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 09:10:11,878 log 97240 6392344576 Not Found: /en/appointments/queue/14/status/ INFO 2025-09-08 09:10:11,879 basehttp 97240 6409170944 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 09:10:11,879 basehttp 97240 6392344576 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:10:23,309 basehttp 97240 6392344576 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 95319 INFO 2025-09-08 09:10:23,325 basehttp 97240 6375518208 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-08 09:10:23,325 basehttp 97240 6358691840 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-08 09:10:23,326 basehttp 97240 6409170944 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-08 09:10:23,326 basehttp 97240 6392344576 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-08 09:10:23,327 basehttp 97240 6341865472 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-08 09:10:23,329 basehttp 97240 6409170944 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-08 09:10:23,329 basehttp 97240 6375518208 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-08 09:10:23,329 basehttp 97240 6341865472 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-08 09:10:23,329 basehttp 97240 6392344576 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-08 09:10:23,331 basehttp 97240 6409170944 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-08 09:10:23,331 basehttp 97240 6375518208 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-08 09:10:23,332 basehttp 97240 6341865472 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-08 09:10:23,333 basehttp 97240 13438578688 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-08 09:10:23,334 basehttp 97240 6409170944 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-08 09:10:23,335 basehttp 97240 6358691840 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-08 09:10:23,335 basehttp 97240 6392344576 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-08 09:10:23,336 basehttp 97240 6358691840 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-08 09:10:23,338 basehttp 97240 6358691840 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-08 09:10:23,346 basehttp 97240 6358691840 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-08 09:10:23,347 basehttp 97240 6392344576 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-08 09:10:23,348 basehttp 97240 6358691840 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-08 09:10:23,348 basehttp 97240 6409170944 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-08 09:10:31,266 basehttp 97240 6409170944 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 83737 INFO 2025-09-08 09:10:31,276 basehttp 97240 6358691840 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-08 09:10:31,281 basehttp 97240 6409170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-08 09:10:42,477 basehttp 97240 6409170944 "GET /en/admin/appointments/waitingqueue/9/change/ HTTP/1.1" 200 146556 INFO 2025-09-08 09:10:42,490 basehttp 97240 6409170944 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-08 09:10:42,490 basehttp 97240 13438578688 "GET /static/admin/js/SelectBox.js HTTP/1.1" 200 4530 INFO 2025-09-08 09:10:42,490 basehttp 97240 6375518208 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-08 09:10:42,491 basehttp 97240 6341865472 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 200 15845 INFO 2025-09-08 09:10:42,491 basehttp 97240 6392344576 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-09-08 09:10:42,492 basehttp 97240 6375518208 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-08 09:10:42,493 basehttp 97240 6375518208 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-08 09:10:42,495 basehttp 97240 6358691840 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-08 09:10:42,495 basehttp 97240 6375518208 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-08 09:10:42,496 basehttp 97240 6375518208 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-09-08 09:10:42,499 basehttp 97240 6375518208 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-08 09:10:42,525 basehttp 97240 6375518208 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 200 3291 INFO 2025-09-08 09:11:12,237 basehttp 97240 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:11:12,288 log 97240 6409170944 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:11:12,290 log 97240 6358691840 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:11:12,290 basehttp 97240 6409170944 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:11:12,290 basehttp 97240 6358691840 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:11:12,294 log 97240 6375518208 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:11:12,294 basehttp 97240 6375518208 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:11:12,305 basehttp 97240 6341865472 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 09:11:12,307 log 97240 6358691840 Not Found: /en/appointments/queue/6/status/ INFO 2025-09-08 09:11:12,308 basehttp 97240 6392344576 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 09:11:12,308 basehttp 97240 13438578688 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 09:11:12,308 basehttp 97240 6358691840 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:11:12,314 log 97240 6375518208 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:11:12,316 log 97240 6409170944 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:11:12,316 basehttp 97240 6375518208 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:11:12,317 basehttp 97240 6409170944 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:11:12,322 log 97240 6341865472 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:11:12,322 basehttp 97240 6341865472 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:11:12,353 log 97240 6375518208 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:11:12,354 basehttp 97240 6375518208 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:11:12,357 basehttp 97240 6392344576 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:11:12,359 basehttp 97240 13438578688 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 09:11:12,360 basehttp 97240 6358691840 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:11:18,915 basehttp 97240 6358691840 "GET /en/admin/appointments/slotavailability/ HTTP/1.1" 200 170005 INFO 2025-09-08 09:11:18,927 basehttp 97240 13438578688 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-09-08 09:11:18,931 basehttp 97240 6358691840 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 WARNING 2025-09-08 09:11:56,780 log 97240 6358691840 Not Found: /en/appointments/slots/available// WARNING 2025-09-08 09:11:56,780 basehttp 97240 6358691840 "GET /en/appointments/slots/available// HTTP/1.1" 404 38910 WARNING 2025-09-08 09:11:57,056 log 97240 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:11:57,057 basehttp 97240 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 09:12:32,985 basehttp 97240 6358691840 "GET /en/appointments/slots/available/ HTTP/1.1" 200 450 WARNING 2025-09-08 09:12:33,005 log 97240 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:12:33,005 basehttp 97240 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 09:15:06,064 log 97240 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:15:06,065 basehttp 97240 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 09:15:18,471 basehttp 97240 6358691840 "GET /en/operating-theatre/ HTTP/1.1" 200 56527 WARNING 2025-09-08 09:15:18,488 log 97240 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:15:18,488 basehttp 97240 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 09:15:18,541 basehttp 97240 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:15:18,543 basehttp 97240 13438578688 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-08 09:15:32,581 basehttp 97240 13438578688 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 56114 INFO 2025-09-08 09:15:32,621 basehttp 97240 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:16:21,524 basehttp 97240 13438578688 "GET /en/operating-theatre/cases/30/ HTTP/1.1" 200 31719 WARNING 2025-09-08 09:16:21,534 basehttp 97240 13438578688 "GET /static/plugins/%40fullcalendar/dist/main.min.css HTTP/1.1" 404 2044 INFO 2025-09-08 09:16:21,557 basehttp 97240 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:16:38,366 basehttp 97240 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:17:38,360 basehttp 97240 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:18:38,370 basehttp 97240 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:19:38,367 basehttp 97240 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:20:38,372 basehttp 97240 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:21:38,374 basehttp 97240 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:22:38,370 basehttp 97240 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:23:38,378 basehttp 97240 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:24:38,380 basehttp 97240 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:25:38,375 basehttp 97240 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:26:38,386 basehttp 97240 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:27:39,202 basehttp 97240 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:28:41,199 basehttp 97240 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:29:41,380 basehttp 97240 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:30:41,383 basehttp 97240 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:31:41,380 basehttp 97240 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:31:52,685 basehttp 97240 6341865472 "GET /en/blood-bank HTTP/1.1" 301 0 INFO 2025-09-08 09:31:52,716 basehttp 97240 6358691840 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-08 09:31:52,726 basehttp 97240 6392344576 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-08 09:31:52,726 basehttp 97240 6341865472 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-08 09:31:52,727 basehttp 97240 6358691840 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-08 09:31:52,727 basehttp 97240 6425997312 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-08 09:31:52,727 basehttp 97240 6409170944 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-08 09:31:52,728 basehttp 97240 6375518208 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-08 09:31:52,788 basehttp 97240 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:32:06,909 basehttp 97240 6375518208 "GET /en/blood-bank/requests/38/ HTTP/1.1" 200 32103 INFO 2025-09-08 09:32:06,945 basehttp 97240 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:32:22,248 basehttp 97240 6375518208 "GET /en/blood-bank/units/38/ HTTP/1.1" 200 35788 INFO 2025-09-08 09:32:22,256 basehttp 97240 6375518208 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 INFO 2025-09-08 09:32:22,285 basehttp 97240 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:32:41,382 log 97240 6375518208 Not Found: /en/o WARNING 2025-09-08 09:32:41,382 basehttp 97240 6375518208 "GET /en/o HTTP/1.1" 404 30091 INFO 2025-09-08 09:32:43,949 basehttp 97240 6375518208 "GET /en/ HTTP/1.1" 200 49853 INFO 2025-09-08 09:32:44,018 basehttp 97240 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:32:44,020 basehttp 97240 6358691840 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-08 09:32:44,022 basehttp 97240 6425997312 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-08 09:32:44,023 basehttp 97240 6409170944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-08 09:32:57,423 basehttp 97240 6409170944 "GET /en/appointments/requests/create/ HTTP/1.1" 200 54190 INFO 2025-09-08 09:32:57,452 basehttp 97240 6409170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:33:19,908 basehttp 97240 6409170944 "GET /en/appointments/ HTTP/1.1" 200 44969 INFO 2025-09-08 09:33:19,939 basehttp 97240 6409170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:33:19,954 basehttp 97240 6425997312 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-08 09:33:33,079 basehttp 97240 6425997312 "GET /en/appointments/queue/ HTTP/1.1" 200 48403 WARNING 2025-09-08 09:33:33,170 log 97240 6409170944 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:33:33,170 basehttp 97240 6409170944 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:33:33,174 basehttp 97240 6425997312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:33:33,176 log 97240 6392344576 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:33:33,177 basehttp 97240 6392344576 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:33:33,185 basehttp 97240 6358691840 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 09:33:33,187 basehttp 97240 6375518208 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 09:33:33,190 basehttp 97240 6341865472 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 09:33:33,205 log 97240 6409170944 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:33:33,205 basehttp 97240 6409170944 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:33:33,220 log 97240 6425997312 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:33:33,220 basehttp 97240 6425997312 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:33:33,230 log 97240 6392344576 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:33:33,230 basehttp 97240 6392344576 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:33:33,239 log 97240 6358691840 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:33:33,241 basehttp 97240 6358691840 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:33:33,245 log 97240 6375518208 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:33:33,245 basehttp 97240 6375518208 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:33:33,257 log 97240 6392344576 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:33:33,258 basehttp 97240 6392344576 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:33:33,261 basehttp 97240 6341865472 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:33:33,261 basehttp 97240 6409170944 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 09:33:33,262 basehttp 97240 6425997312 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:33:41,393 basehttp 97240 6425997312 "GET /en/appointments/calendar/ HTTP/1.1" 200 21934 INFO 2025-09-08 09:33:41,449 basehttp 97240 6341865472 "GET /en/appointments/slots/available/ HTTP/1.1" 200 450 INFO 2025-09-08 09:33:41,453 basehttp 97240 6425997312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:33:41,481 basehttp 97240 6409170944 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 38827 ERROR 2025-09-08 09:33:46,459 log 97240 6409170944 Internal Server Error: /en/appointments/requests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: appointments/appointment_list.html, appointments/appointmentrequest_list.html ERROR 2025-09-08 09:33:46,460 basehttp 97240 6409170944 "GET /en/appointments/requests/ HTTP/1.1" 500 88392 INFO 2025-09-08 09:33:55,453 basehttp 97240 6409170944 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-08 09:34:19,946 basehttp 97240 6409170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:34:25,506 basehttp 97240 6409170944 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-08 09:34:40,953 autoreload 97240 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 09:34:41,336 autoreload 14533 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 09:34:43,743 basehttp 14533 6134345728 "GET /en/appointments/requests/ HTTP/1.1" 200 128950 INFO 2025-09-08 09:34:43,781 basehttp 14533 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:34:58,157 log 14533 6134345728 Not Found: /en/appointments/check-in/2220/ WARNING 2025-09-08 09:34:58,157 basehttp 14533 6134345728 "GET /en/appointments/check-in/2220/ HTTP/1.1" 404 33948 INFO 2025-09-08 09:35:04,437 basehttp 14533 6134345728 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-08 09:35:07,154 basehttp 14533 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:35:08,648 basehttp 14533 6151172096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:35:08,650 basehttp 14533 6134345728 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-08 09:35:08,650 basehttp 14533 6167998464 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-08 09:35:12,093 basehttp 14533 6167998464 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-08 09:35:12,148 basehttp 14533 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:35:36,387 basehttp 14533 6167998464 "GET /en/blood-bank/units/ HTTP/1.1" 200 88820 INFO 2025-09-08 09:35:36,400 basehttp 14533 6167998464 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-08 09:35:36,401 basehttp 14533 6134345728 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-08 09:35:36,435 basehttp 14533 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:36:36,453 basehttp 14533 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:36:57,516 basehttp 14533 6134345728 "GET /en/blood-bank/donors/ HTTP/1.1" 200 82651 INFO 2025-09-08 09:36:57,540 basehttp 14533 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:37:02,505 basehttp 14533 6134345728 "GET /en/blood-bank/donors/34/ HTTP/1.1" 200 28492 INFO 2025-09-08 09:37:02,546 basehttp 14533 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:37:13,710 basehttp 14533 6134345728 "GET /en/blood-bank/donors/34/eligibility/ HTTP/1.1" 200 34004 INFO 2025-09-08 09:37:13,748 basehttp 14533 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:37:57,556 basehttp 14533 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:38:17,502 basehttp 14533 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:38:18,994 basehttp 14533 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:39:19,002 basehttp 14533 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:39:52,320 basehttp 14533 6134345728 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-09-08 09:39:52,355 basehttp 14533 6167998464 "GET /en/hr/ HTTP/1.1" 200 42404 INFO 2025-09-08 09:39:52,395 basehttp 14533 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:40:52,413 basehttp 14533 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:41:52,416 basehttp 14533 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:41:53,445 basehttp 14533 6167998464 "GET /en/hr/ HTTP/1.1" 200 42404 INFO 2025-09-08 09:41:53,485 basehttp 14533 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 10:47:16,480 autoreload 47465 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 10:47:19,700 basehttp 47465 6133772288 "GET /en/hr/ HTTP/1.1" 302 0 INFO 2025-09-08 10:47:19,707 basehttp 47465 6133772288 "GET /accounts/login/?next=/en/hr/ HTTP/1.1" 302 0 ERROR 2025-09-08 10:47:19,724 log 47465 6150598656 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-08 10:47:19,728 basehttp 47465 6150598656 "GET /en/accounts/login/?next=/en/hr/ HTTP/1.1" 500 160927 INFO 2025-09-08 10:47:24,872 basehttp 47465 6150598656 "GET /en/ HTTP/1.1" 302 0 INFO 2025-09-08 10:47:24,883 basehttp 47465 6150598656 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-09-08 10:47:24,903 log 47465 6133772288 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-08 10:47:24,905 basehttp 47465 6133772288 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160549 INFO 2025-09-08 10:47:29,633 basehttp 47465 6133772288 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-09-08 10:47:29,676 basehttp 47465 6150598656 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-09-08 10:47:29,689 basehttp 47465 6150598656 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-09-08 10:47:29,698 basehttp 47465 6133772288 "GET /static/admin/css/base.css HTTP/1.1" 304 0 INFO 2025-09-08 10:47:29,699 basehttp 47465 6167425024 "GET /static/admin/css/dark_mode.css HTTP/1.1" 304 0 INFO 2025-09-08 10:47:29,699 basehttp 47465 13035925504 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 304 0 INFO 2025-09-08 10:47:29,700 basehttp 47465 13069578240 "GET /static/admin/js/theme.js HTTP/1.1" 304 0 INFO 2025-09-08 10:47:29,701 basehttp 47465 13052751872 "GET /static/admin/css/responsive.css HTTP/1.1" 304 0 INFO 2025-09-08 10:47:29,701 basehttp 47465 6150598656 "GET /static/admin/css/login.css HTTP/1.1" 200 951 INFO 2025-09-08 10:47:29,707 basehttp 47465 6150598656 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 304 0 INFO 2025-09-08 10:47:31,059 basehttp 47465 6150598656 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-09-08 10:47:31,080 basehttp 47465 6150598656 "GET /en/admin/ HTTP/1.1" 200 96127 INFO 2025-09-08 10:47:31,093 basehttp 47465 6150598656 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-09-08 10:47:31,096 basehttp 47465 13052751872 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 304 0 INFO 2025-09-08 10:47:31,096 basehttp 47465 6150598656 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 304 0 INFO 2025-09-08 10:47:34,136 basehttp 47465 6150598656 "GET /en/admin/analytics/dashboardwidget/ HTTP/1.1" 200 113900 INFO 2025-09-08 10:47:34,145 basehttp 47465 6150598656 "GET /static/admin/css/changelists.css HTTP/1.1" 304 0 INFO 2025-09-08 10:47:34,148 basehttp 47465 13052751872 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 304 0 INFO 2025-09-08 10:47:34,148 basehttp 47465 13035925504 "GET /static/admin/js/core.js HTTP/1.1" 304 0 INFO 2025-09-08 10:47:34,149 basehttp 47465 6133772288 "GET /static/admin/js/actions.js HTTP/1.1" 304 0 INFO 2025-09-08 10:47:34,149 basehttp 47465 13069578240 "GET /static/admin/js/jquery.init.js HTTP/1.1" 304 0 INFO 2025-09-08 10:47:34,149 basehttp 47465 6167425024 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 304 0 INFO 2025-09-08 10:47:34,150 basehttp 47465 13052751872 "GET /static/admin/js/urlify.js HTTP/1.1" 304 0 INFO 2025-09-08 10:47:34,150 basehttp 47465 13035925504 "GET /static/admin/js/prepopulate.js HTTP/1.1" 304 0 INFO 2025-09-08 10:47:34,150 basehttp 47465 6133772288 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 304 0 INFO 2025-09-08 10:47:34,150 basehttp 47465 13052751872 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 304 0 INFO 2025-09-08 10:47:34,151 basehttp 47465 6167425024 "GET /static/admin/img/search.svg HTTP/1.1" 304 0 INFO 2025-09-08 10:47:34,152 basehttp 47465 6167425024 "GET /static/admin/js/filters.js HTTP/1.1" 304 0 INFO 2025-09-08 10:47:34,152 basehttp 47465 6150598656 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-08 10:47:34,159 basehttp 47465 6150598656 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 304 0 INFO 2025-09-08 10:47:34,160 basehttp 47465 6150598656 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 304 0 INFO 2025-09-08 10:47:36,454 basehttp 47465 6150598656 "GET /en/admin/accounts/user/ HTTP/1.1" 200 114113 INFO 2025-09-08 10:47:36,463 basehttp 47465 6167425024 "GET /static/admin/img/icon-no.svg HTTP/1.1" 304 0 INFO 2025-09-08 10:47:36,469 basehttp 47465 6150598656 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-08 10:47:45,100 basehttp 47465 6150598656 "GET / HTTP/1.1" 302 0 INFO 2025-09-08 10:47:45,144 basehttp 47465 6167425024 "GET /en/ HTTP/1.1" 200 50102 INFO 2025-09-08 10:47:45,220 basehttp 47465 6167425024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-08 10:47:45,224 basehttp 47465 13035925504 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-08 10:47:45,224 basehttp 47465 6133772288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-08 10:47:45,226 basehttp 47465 13052751872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-08 10:47:58,539 basehttp 47465 13052751872 "GET /en/appointments/requests/create/ HTTP/1.1" 200 54220 INFO 2025-09-08 10:47:58,577 basehttp 47465 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-08 10:48:00,743 basehttp 47465 13052751872 "GET /en/appointments/requests/ HTTP/1.1" 200 129082 INFO 2025-09-08 10:48:00,779 basehttp 47465 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-08 10:48:13,734 basehttp 47465 13052751872 "POST /appointments/reschedule/2136/ HTTP/1.1" 302 0 WARNING 2025-09-08 10:48:13,747 log 47465 6133772288 Not Found: /en/appointments/reschedule/2136/ WARNING 2025-09-08 10:48:13,747 basehttp 47465 6133772288 "GET /en/appointments/reschedule/2136/ HTTP/1.1" 404 29434 WARNING 2025-09-08 10:48:17,156 log 47465 6133772288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 10:48:17,156 basehttp 47465 6133772288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 10:49:00,798 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-08 10:50:00,803 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-08 10:51:00,806 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-08 11:20:50,025 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-08 11:29:40,592 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-08 11:32:14,968 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-08 11:40:00,702 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-08 12:07:43,967 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:08:43,954 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:09:43,960 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:10:43,954 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:11:02,872 basehttp 47465 6133772288 "GET /en/appointments/requests/ HTTP/1.1" 200 129098 WARNING 2025-09-08 12:11:02,888 log 47465 6133772288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 12:11:02,888 basehttp 47465 6133772288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 12:11:02,957 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-09-08 12:11:12,822 log 47465 6133772288 Forbidden (CSRF token missing.): /en/appointments/reschedule/2136/ WARNING 2025-09-08 12:11:12,822 basehttp 47465 6133772288 "POST /en/appointments/reschedule/2136/ HTTP/1.1" 403 2491 INFO 2025-09-08 12:12:02,973 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:12:04,457 basehttp 47465 6133772288 "GET /en/appointments/requests/ HTTP/1.1" 200 129706 WARNING 2025-09-08 12:12:04,476 log 47465 6133772288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 12:12:04,476 basehttp 47465 6133772288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 12:12:04,547 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-09-08 12:12:12,482 log 47465 6133772288 Not Found: /en/appointments/reschedule/2135/ WARNING 2025-09-08 12:12:12,483 basehttp 47465 6133772288 "POST /en/appointments/reschedule/2135/ HTTP/1.1" 404 29435 INFO 2025-09-08 12:13:04,560 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-09-08 12:14:02,018 log 47465 6133772288 Not Found: /en/appointments/reschedule/2133/ WARNING 2025-09-08 12:14:02,018 basehttp 47465 6133772288 "POST /en/appointments/reschedule/2133/ HTTP/1.1" 404 29435 INFO 2025-09-08 12:14:04,301 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:15:04,311 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:15:51,341 autoreload 47465 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 12:15:51,729 autoreload 54918 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 12:15:52,893 basehttp 54918 6155284480 "GET /en/appointments/requests/ HTTP/1.1" 200 129706 WARNING 2025-09-08 12:15:52,911 log 54918 6155284480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 12:15:52,911 basehttp 54918 6155284480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 12:15:52,962 basehttp 54918 6155284480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:16:02,876 basehttp 54918 6155284480 "GET /en/appointments/requests/ HTTP/1.1" 200 129706 INFO 2025-09-08 12:16:02,894 basehttp 54918 13455405056 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 12:16:02,895 basehttp 54918 13489057792 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-08 12:16:02,897 log 54918 6155284480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 12:16:02,898 basehttp 54918 6155284480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 12:16:02,898 basehttp 54918 13472231424 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-08 12:16:02,900 basehttp 54918 6172110848 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 12:16:02,900 basehttp 54918 13489057792 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 12:16:02,903 basehttp 54918 13438578688 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 12:16:02,903 basehttp 54918 13455405056 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 12:16:03,157 basehttp 54918 13455405056 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 12:16:03,181 basehttp 54918 13455405056 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 12:16:03,181 basehttp 54918 13438578688 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 12:16:03,181 basehttp 54918 13489057792 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 12:16:03,182 basehttp 54918 6172110848 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 12:16:03,183 basehttp 54918 13472231424 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 12:16:03,184 basehttp 54918 6155284480 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 12:16:03,185 basehttp 54918 13489057792 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 12:16:03,185 basehttp 54918 13455405056 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 12:16:03,186 basehttp 54918 13472231424 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 12:16:03,188 basehttp 54918 13438578688 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 12:16:03,189 basehttp 54918 6172110848 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 12:16:03,191 basehttp 54918 13472231424 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 12:16:03,191 basehttp 54918 13438578688 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 12:16:03,191 basehttp 54918 13455405056 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 12:16:03,191 basehttp 54918 13489057792 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 12:16:03,191 basehttp 54918 6155284480 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 12:16:03,191 basehttp 54918 6172110848 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 12:16:03,195 basehttp 54918 13489057792 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 12:16:03,195 basehttp 54918 6172110848 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 12:16:03,195 basehttp 54918 13455405056 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 12:16:03,195 basehttp 54918 13438578688 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 12:16:03,196 basehttp 54918 6155284480 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 12:16:03,196 basehttp 54918 13455405056 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 12:16:03,209 basehttp 54918 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-09-08 12:16:03,294 log 54918 13472231424 Not Found: /favicon.ico WARNING 2025-09-08 12:16:03,294 basehttp 54918 13472231424 "GET /favicon.ico HTTP/1.1" 404 2557 ERROR 2025-09-08 12:16:17,537 log 54918 13472231424 Internal Server Error: /en/appointments/reschedule/2129/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1879, in reschedule_appointment return render(request, 'appointments/reschedule_appointment.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_available_slots' not found. 'get_available_slots' is not a valid view function or pattern name. ERROR 2025-09-08 12:16:17,540 basehttp 54918 13472231424 "POST /en/appointments/reschedule/2129/ HTTP/1.1" 500 180006 INFO 2025-09-08 12:17:03,215 basehttp 54918 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:18:03,210 basehttp 54918 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:18:54,490 autoreload 54918 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 12:18:54,904 autoreload 56300 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 12:19:03,294 basehttp 56300 6126219264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:20:03,215 basehttp 56300 6126219264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:20:47,621 basehttp 56300 6126219264 "GET /en/appointments/requests/ HTTP/1.1" 200 129706 WARNING 2025-09-08 12:20:47,637 log 56300 6126219264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 12:20:47,638 basehttp 56300 6126219264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 12:20:47,707 basehttp 56300 6126219264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:21:03,417 basehttp 56300 6126219264 "POST /en/appointments/reschedule/2127/ HTTP/1.1" 200 28570 INFO 2025-09-08 12:21:03,438 basehttp 56300 6126219264 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-08 12:21:03,439 basehttp 56300 6143045632 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-08 12:21:03,460 basehttp 56300 6143045632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:22:03,471 basehttp 56300 6143045632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:22:03,486 basehttp 56300 6143045632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:23:03,472 basehttp 56300 6143045632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:23:03,487 basehttp 56300 6126219264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:23:36,564 basehttp 56300 6126219264 "GET /en/appointments/requests/ HTTP/1.1" 200 129706 WARNING 2025-09-08 12:23:36,582 log 56300 6126219264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 12:23:36,582 basehttp 56300 6126219264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 12:23:36,624 basehttp 56300 6126219264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:23:44,170 basehttp 56300 6126219264 "POST /en/appointments/reschedule/2135/ HTTP/1.1" 200 11406 INFO 2025-09-08 12:24:36,639 basehttp 56300 6126219264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:24:55,000 basehttp 56300 6126219264 "GET /en/appointments/requests/ HTTP/1.1" 200 129706 WARNING 2025-09-08 12:24:55,023 log 56300 6126219264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 12:24:55,023 basehttp 56300 6126219264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 12:24:55,063 basehttp 56300 6126219264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:24:58,699 basehttp 56300 6126219264 "POST /en/appointments/reschedule/2134/ HTTP/1.1" 200 10891 INFO 2025-09-08 12:25:55,076 basehttp 56300 6126219264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:26:55,077 basehttp 56300 6126219264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:27:55,079 basehttp 56300 6126219264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:28:55,192 basehttp 56300 6126219264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:29:55,202 basehttp 56300 6126219264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:30:55,204 basehttp 56300 6126219264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:31:55,870 basehttp 56300 6126219264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:34:55,910 basehttp 56300 6126219264 "GET /en/appointments/slots/available/?date=2025-09-17&provider=6&exclude_appointment=2134 HTTP/1.1" 200 450 WARNING 2025-09-08 12:35:12,693 log 56300 6126219264 Method Not Allowed (POST): /en/appointments/requests/ WARNING 2025-09-08 12:35:12,694 basehttp 56300 6126219264 "POST /en/appointments/requests/ HTTP/1.1" 405 0 INFO 2025-09-08 14:16:01,650 autoreload 71681 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 14:16:10,687 basehttp 71681 6161690624 "GET /en/appointments/requests/create/ HTTP/1.1" 200 54220 WARNING 2025-09-08 14:16:10,702 log 71681 6161690624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:16:10,702 basehttp 71681 6161690624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 14:17:10,758 basehttp 71681 6161690624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:17:12,514 basehttp 71681 6161690624 "GET /en/ HTTP/1.1" 200 50112 WARNING 2025-09-08 14:17:12,530 log 71681 6161690624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:17:12,530 basehttp 71681 6161690624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 14:17:12,603 basehttp 71681 13052751872 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-08 14:17:12,604 basehttp 71681 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-08 14:17:12,605 basehttp 71681 6161690624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-08 14:17:42,593 basehttp 71681 6161690624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-08 14:18:05,868 basehttp 71681 6161690624 "GET /en/billing/bills/create/ HTTP/1.1" 200 132497 WARNING 2025-09-08 14:18:05,887 log 71681 6161690624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:18:05,887 basehttp 71681 6161690624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 14:18:05,959 basehttp 71681 6161690624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:18:13,908 basehttp 71681 6161690624 "GET /en/billing/bills/ HTTP/1.1" 200 104565 WARNING 2025-09-08 14:18:13,926 log 71681 6161690624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:18:13,926 basehttp 71681 6161690624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 14:18:13,940 basehttp 71681 6161690624 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-08 14:18:13,981 basehttp 71681 6161690624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:18:13,984 basehttp 71681 13035925504 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 INFO 2025-09-08 14:19:13,997 basehttp 71681 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:19:13,999 basehttp 71681 6161690624 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 INFO 2025-09-08 14:19:38,991 basehttp 71681 6161690624 "GET /en/billing/bills/?page=2 HTTP/1.1" 200 102939 WARNING 2025-09-08 14:19:39,004 log 71681 6161690624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:19:39,004 basehttp 71681 6161690624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 14:19:39,066 basehttp 71681 6161690624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:19:39,071 basehttp 71681 13035925504 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 INFO 2025-09-08 14:19:59,303 basehttp 71681 13035925504 "GET /en/billing/bills/cee6b9a3-0833-40a0-8df4-76ffbd19039a/ HTTP/1.1" 200 39788 WARNING 2025-09-08 14:19:59,321 log 71681 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:19:59,321 basehttp 71681 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 14:19:59,362 basehttp 71681 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:20:59,371 basehttp 71681 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:21:59,382 basehttp 71681 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:22:59,392 basehttp 71681 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-08 14:23:00,508 log 71681 13035925504 Internal Server Error: /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_appeal' not found. 'claim_appeal' is not a valid view function or pattern name. ERROR 2025-09-08 14:23:00,510 basehttp 71681 13035925504 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 500 192011 WARNING 2025-09-08 14:23:00,525 log 71681 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:23:00,526 basehttp 71681 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 14:37:10,284 autoreload 71681 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-09-08 14:37:10,639 autoreload 80868 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 14:46:54,487 autoreload 80868 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-09-08 14:46:54,825 autoreload 85101 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 14:50:00,059 autoreload 85101 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/urls.py changed, reloading. INFO 2025-09-08 14:50:00,416 autoreload 86485 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 14:51:12,289 autoreload 86485 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/urls.py changed, reloading. INFO 2025-09-08 14:51:12,644 autoreload 87029 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 14:51:15,718 log 87029 6134935552 Internal Server Error: /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_resubmit' not found. 'claim_resubmit' is not a valid view function or pattern name. ERROR 2025-09-08 14:51:15,720 basehttp 87029 6134935552 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 500 192364 WARNING 2025-09-08 14:51:15,735 log 87029 6134935552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:51:15,735 basehttp 87029 6134935552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 14:52:29,045 log 87029 6134935552 Internal Server Error: /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_delete' not found. 'claim_delete' is not a valid view function or pattern name. ERROR 2025-09-08 14:52:29,046 basehttp 87029 6134935552 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 500 190728 WARNING 2025-09-08 14:52:29,057 log 87029 6134935552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:52:29,058 basehttp 87029 6134935552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 14:52:39,994 log 87029 6134935552 Internal Server Error: /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_resubmit' not found. 'claim_resubmit' is not a valid view function or pattern name. ERROR 2025-09-08 14:52:39,995 basehttp 87029 6134935552 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 500 192144 WARNING 2025-09-08 14:52:40,008 log 87029 6134935552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:52:40,008 basehttp 87029 6134935552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 14:53:03,437 log 87029 6134935552 Internal Server Error: /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_resubmit' not found. 'claim_resubmit' is not a valid view function or pattern name. ERROR 2025-09-08 14:53:03,438 basehttp 87029 6134935552 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 500 192278 WARNING 2025-09-08 14:53:03,451 log 87029 6134935552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:53:03,451 basehttp 87029 6134935552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 14:53:26,753 basehttp 87029 6134935552 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 39800 WARNING 2025-09-08 14:53:26,770 log 87029 6134935552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:53:26,770 basehttp 87029 6134935552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 14:53:26,825 basehttp 87029 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:54:26,835 basehttp 87029 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:55:26,828 basehttp 87029 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:55:34,019 basehttp 87029 6134935552 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 39803 WARNING 2025-09-08 14:55:34,035 log 87029 6134935552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:55:34,035 basehttp 87029 6134935552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 14:55:34,079 basehttp 87029 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-08 14:55:46,612 log 87029 6134935552 Internal Server Error: /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/appeal Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py", line 1618, in claim_appeal claim = get_object_or_404( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 90, in get_object_or_404 return queryset.get(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 619, in get clone = self._chain() if self.query.combinator else self.filter(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: allowed_amount, batch_number, billed_amount, check_date, check_number, claim_id, claim_number, claim_type, clearinghouse, coinsurance_amount, copay_amount, created_at, created_by, created_by_id, deductible_amount, denial_code, denial_reason, id, insurance_info, insurance_info_id, medical_bill, medical_bill_id, notes, original_claim, original_claim_id, paid_amount, patient_responsibility, payments, prior_auth_number, response_date, resubmission_count, resubmissions, service_date_from, service_date_to, status, status_updates, submission_date, updated_at ERROR 2025-09-08 14:55:46,614 basehttp 87029 6134935552 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/appeal HTTP/1.1" 500 133750 WARNING 2025-09-08 14:55:46,627 log 87029 6134935552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:55:46,627 basehttp 87029 6134935552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 14:56:24,257 autoreload 87029 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-09-08 14:56:24,638 autoreload 89371 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 14:56:25,288 basehttp 89371 6201716736 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/appeal HTTP/1.1" 302 0 INFO 2025-09-08 14:56:25,304 basehttp 89371 6201716736 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 38264 WARNING 2025-09-08 14:56:25,322 log 89371 6201716736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:56:25,322 basehttp 89371 6201716736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 14:56:25,369 basehttp 89371 6201716736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:56:48,052 basehttp 89371 6201716736 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 37872 WARNING 2025-09-08 14:56:48,071 log 89371 6201716736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:56:48,071 basehttp 89371 6201716736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 14:56:48,116 basehttp 89371 6201716736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:57:48,126 basehttp 89371 6201716736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:57:48,222 autoreload 89371 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-09-08 14:57:48,602 autoreload 89988 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 14:57:49,495 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 37872 WARNING 2025-09-08 14:57:49,512 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:57:49,512 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 14:57:49,565 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:58:49,573 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:59:49,573 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:00:49,582 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:01:15,624 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 38672 WARNING 2025-09-08 15:01:15,638 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:01:15,638 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:01:15,667 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:02:16,084 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:03:09,580 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 38685 WARNING 2025-09-08 15:03:09,597 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:03:09,597 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:03:09,647 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:03:19,464 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 38684 WARNING 2025-09-08 15:03:19,480 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:03:19,480 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:03:19,520 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:03:26,561 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 38685 WARNING 2025-09-08 15:03:26,572 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:03:26,573 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:03:26,595 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:03:48,208 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 38672 WARNING 2025-09-08 15:03:48,218 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:03:48,219 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:03:48,244 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:04:48,250 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:04:51,766 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 38705 WARNING 2025-09-08 15:04:51,778 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:04:51,779 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:04:51,818 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:05:13,334 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 38705 WARNING 2025-09-08 15:05:13,349 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:05:13,350 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:05:13,387 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:05:30,978 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 38699 WARNING 2025-09-08 15:05:30,990 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:05:30,990 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:05:31,017 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:06:08,289 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 38699 WARNING 2025-09-08 15:06:08,305 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:06:08,306 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:06:08,356 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:06:43,487 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 38728 WARNING 2025-09-08 15:06:43,500 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:06:43,500 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:06:43,547 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:07:26,932 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 38748 WARNING 2025-09-08 15:07:26,949 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:07:26,949 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:07:26,995 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:07:52,908 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 38672 WARNING 2025-09-08 15:07:52,922 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:07:52,922 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:07:52,966 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:08:52,976 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:09:52,984 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:10:52,994 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:11:10,636 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 41072 WARNING 2025-09-08 15:11:10,655 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:11:10,655 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:11:10,695 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:12:10,718 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:13:10,718 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:14:10,721 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-08 15:14:30,855 log 89988 6137737216 Internal Server Error: /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 682, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse some characters: line_item.| billed_amount||floatformat:'2g' ERROR 2025-09-08 15:14:30,858 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 500 303694 WARNING 2025-09-08 15:14:30,871 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:14:30,871 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:15:02,471 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 41125 WARNING 2025-09-08 15:15:02,487 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:15:02,487 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:15:02,510 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:16:02,528 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:17:02,536 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:17:13,862 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 41145 WARNING 2025-09-08 15:17:13,878 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:17:13,878 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:17:13,926 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:18:13,944 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:19:13,938 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:20:13,944 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:21:13,958 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:22:13,959 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:23:13,967 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:23:34,530 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 41145 WARNING 2025-09-08 15:23:34,550 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:23:34,550 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:23:34,594 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:23:58,462 basehttp 89988 6137737216 "GET /en/billing/bills/cee6b9a3-0833-40a0-8df4-76ffbd19039a/ HTTP/1.1" 200 39788 WARNING 2025-09-08 15:23:58,479 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:23:58,479 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:23:58,523 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:24:58,540 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:25:58,534 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:26:24,080 basehttp 89988 6137737216 "GET /en/billing/bills/cee6b9a3-0833-40a0-8df4-76ffbd19039a/ HTTP/1.1" 200 39788 WARNING 2025-09-08 15:26:24,095 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:26:24,095 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:26:24,148 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:27:24,153 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:28:24,159 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:29:23,989 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:30:23,995 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:31:24,003 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:32:24,010 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:33:24,009 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:34:24,012 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:35:24,014 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:36:24,017 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-08 15:37:24,021 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-08 15:38:24,024 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 15:39:24,022 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 15:40:24,029 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 15:41:24,031 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 15:42:24,039 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 15:43:24,038 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 15:44:24,029 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 15:45:24,028 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 15:46:24,032 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:47:24,036 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:48:24,038 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:49:24,041 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:50:24,044 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:51:24,048 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:52:24,056 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:52:33,813 basehttp 89988 6137737216 "GET /en/billing/bills/cee6b9a3-0833-40a0-8df4-76ffbd19039a/ HTTP/1.1" 200 39788 WARNING 2025-09-08 15:52:33,832 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:52:33,832 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:52:33,873 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:53:09,520 basehttp 89988 6137737216 "GET /en/billing/bills/cee6b9a3-0833-40a0-8df4-76ffbd19039a/ HTTP/1.1" 200 39788 WARNING 2025-09-08 15:53:09,535 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:53:09,535 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:53:09,586 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:54:09,594 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:55:09,591 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:55:18,311 basehttp 89988 6137737216 "GET /en/billing/bills/cee6b9a3-0833-40a0-8df4-76ffbd19039a/ HTTP/1.1" 200 39788 WARNING 2025-09-08 15:55:18,328 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:55:18,329 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:55:18,375 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:55:24,515 basehttp 89988 6137737216 "GET /en/billing/payments/create/?bill=cee6b9a3-0833-40a0-8df4-76ffbd19039a HTTP/1.1" 200 42101 WARNING 2025-09-08 15:55:24,533 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:55:24,534 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:55:24,576 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 15:55:27,210 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:55:27,210 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 15:55:27,219 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:55:27,220 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:56:18,392 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:57:18,395 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:58:18,400 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:59:18,401 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:00:18,404 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:01:18,405 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:01:18,580 basehttp 89988 6137737216 "GET /en/billing/bills/cee6b9a3-0833-40a0-8df4-76ffbd19039a/ HTTP/1.1" 200 39889 WARNING 2025-09-08 16:01:18,591 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:01:18,591 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:01:18,635 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:02:18,653 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:03:18,658 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:03:53,228 basehttp 89988 6137737216 "GET /en/billing/bills/cee6b9a3-0833-40a0-8df4-76ffbd19039a/ HTTP/1.1" 200 39869 WARNING 2025-09-08 16:03:53,242 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:03:53,243 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:03:53,286 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:04:18,443 basehttp 89988 6137737216 "GET /en/billing/bills/cee6b9a3-0833-40a0-8df4-76ffbd19039a/ HTTP/1.1" 200 39896 WARNING 2025-09-08 16:04:18,456 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:04:18,456 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:04:18,498 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:05:18,506 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:05:50,259 basehttp 89988 6137737216 "GET /en/billing/bills/cee6b9a3-0833-40a0-8df4-76ffbd19039a/ HTTP/1.1" 200 39869 WARNING 2025-09-08 16:05:50,270 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:05:50,270 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:05:50,312 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 16:05:59,548 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:05:59,548 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:06:00,678 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:00,678 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:06:01,797 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:01,797 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:06:02,589 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:02,589 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:06:09,604 basehttp 89988 6137737216 "GET /en/billing/bills/9630ec2d-fbc4-40db-80b7-2b1b0ef45932/ HTTP/1.1" 200 41259 WARNING 2025-09-08 16:06:09,622 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:09,622 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:06:09,670 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:06:20,010 basehttp 89988 6137737216 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/ HTTP/1.1" 200 32274 WARNING 2025-09-08 16:06:20,028 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:20,028 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:06:20,072 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 16:06:23,267 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:23,268 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:06:23,273 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:23,273 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:06:41,126 basehttp 89988 6137737216 "GET /en/billing/claims/4e11fb94-0c86-4dde-a572-bded4504e938/ HTTP/1.1" 200 41576 WARNING 2025-09-08 16:06:41,146 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:41,146 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:06:41,192 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 16:06:49,691 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:49,691 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:06:49,701 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:49,702 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:06:50,319 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:50,319 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:06:50,333 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:50,333 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:06:52,744 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:52,744 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:06:52,754 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:52,754 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:06:53,121 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:53,121 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:06:53,131 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:53,131 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:06:58,508 basehttp 89988 6137737216 "GET /en/billing/bills/9630ec2d-fbc4-40db-80b7-2b1b0ef45932/ HTTP/1.1" 200 41259 WARNING 2025-09-08 16:06:58,531 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:58,531 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:06:58,573 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:07:03,216 basehttp 89988 6137737216 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/ HTTP/1.1" 200 32274 WARNING 2025-09-08 16:07:03,238 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:07:03,238 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:07:03,279 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:08:03,294 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:09:03,288 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:09:42,024 basehttp 89988 6137737216 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/ HTTP/1.1" 200 32274 WARNING 2025-09-08 16:09:42,036 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:09:42,036 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:09:42,060 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:09:43,507 basehttp 89988 6137737216 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/ HTTP/1.1" 200 32274 WARNING 2025-09-08 16:09:43,519 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:09:43,519 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:09:43,540 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:10:17,078 basehttp 89988 6137737216 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/ HTTP/1.1" 200 32405 WARNING 2025-09-08 16:10:17,090 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:10:17,090 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:10:17,129 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:10:34,597 basehttp 89988 6137737216 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/ HTTP/1.1" 200 32403 WARNING 2025-09-08 16:10:34,610 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:10:34,611 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:10:34,650 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:11:09,820 basehttp 89988 6137737216 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/ HTTP/1.1" 200 32412 WARNING 2025-09-08 16:11:09,831 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:11:09,831 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:11:09,856 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:12:09,872 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:12:16,807 basehttp 89988 6137737216 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/ HTTP/1.1" 200 32412 WARNING 2025-09-08 16:12:16,818 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:12:16,818 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:12:16,842 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:12:43,314 basehttp 89988 6137737216 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/ HTTP/1.1" 200 32507 WARNING 2025-09-08 16:12:43,326 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:12:43,326 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:12:43,352 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:13:09,485 basehttp 89988 6137737216 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/ HTTP/1.1" 200 32507 WARNING 2025-09-08 16:13:09,498 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:13:09,498 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:13:09,522 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:14:09,539 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:14:55,794 basehttp 89988 6137737216 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/ HTTP/1.1" 200 32676 WARNING 2025-09-08 16:14:55,810 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:14:55,810 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:14:55,855 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:15:24,624 basehttp 89988 6137737216 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/receipt/ HTTP/1.1" 302 0 INFO 2025-09-08 16:15:24,646 basehttp 89988 6137737216 "GET /en/billing/bills/ HTTP/1.1" 200 104987 WARNING 2025-09-08 16:15:24,668 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:15:24,668 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:15:24,717 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:15:24,720 basehttp 89988 6154563584 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 INFO 2025-09-08 16:16:24,743 basehttp 89988 6154563584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:16:24,746 basehttp 89988 6137737216 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 INFO 2025-09-08 16:16:32,728 autoreload 89988 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-09-08 16:16:33,100 autoreload 24971 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 16:16:33,820 basehttp 24971 6167998464 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/ HTTP/1.1" 200 32676 WARNING 2025-09-08 16:16:33,837 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:16:33,837 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:16:33,890 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:16:39,012 basehttp 24971 6167998464 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/receipt/ HTTP/1.1" 302 0 INFO 2025-09-08 16:16:39,062 basehttp 24971 6167998464 "GET /en/billing/bills/ HTTP/1.1" 200 105218 WARNING 2025-09-08 16:16:39,080 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:16:39,081 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:16:39,132 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:16:39,138 basehttp 24971 6184824832 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 WARNING 2025-09-08 16:16:47,699 log 24971 6184824832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:16:47,699 basehttp 24971 6184824832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:16:47,734 log 24971 6184824832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:16:47,734 basehttp 24971 6184824832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:17:33,891 basehttp 24971 6184824832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:17:52,926 basehttp 24971 6184824832 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/receipt/ HTTP/1.1" 302 0 INFO 2025-09-08 16:17:52,946 basehttp 24971 6184824832 "GET /en/billing/bills/ HTTP/1.1" 200 105218 WARNING 2025-09-08 16:17:52,964 log 24971 6184824832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:17:52,965 basehttp 24971 6184824832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:17:53,016 basehttp 24971 6184824832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:17:53,019 basehttp 24971 6167998464 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 WARNING 2025-09-08 16:18:01,469 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:18:01,469 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:18:01,479 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:18:01,479 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:18:33,895 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:19:28,976 basehttp 24971 6167998464 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/ HTTP/1.1" 200 32676 WARNING 2025-09-08 16:19:28,988 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:19:28,988 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:19:29,014 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:19:30,255 basehttp 24971 6167998464 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/receipt/ HTTP/1.1" 302 0 INFO 2025-09-08 16:19:30,268 basehttp 24971 6167998464 "GET /en/billing/bills/ HTTP/1.1" 200 105092 WARNING 2025-09-08 16:19:30,282 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:19:30,282 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:19:30,334 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:19:30,337 basehttp 24971 6184824832 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 INFO 2025-09-08 16:20:30,356 basehttp 24971 6184824832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:20:30,360 basehttp 24971 6167998464 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 INFO 2025-09-08 16:21:08,012 basehttp 24971 6167998464 "GET /en/billing/bills/ HTTP/1.1" 200 104609 WARNING 2025-09-08 16:21:08,029 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:21:08,029 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:21:08,099 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:21:08,102 basehttp 24971 6184824832 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 INFO 2025-09-08 16:21:09,348 basehttp 24971 6184824832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 16:21:09,349 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:21:09,349 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:21:09,360 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:21:09,360 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:21:10,733 basehttp 24971 6167998464 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/ HTTP/1.1" 200 32676 WARNING 2025-09-08 16:21:10,751 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:21:10,751 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:21:10,797 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:21:12,929 basehttp 24971 6167998464 "GET /en/billing/bills/9630ec2d-fbc4-40db-80b7-2b1b0ef45932/ HTTP/1.1" 200 41259 WARNING 2025-09-08 16:21:12,949 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:21:12,949 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:21:12,986 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 16:21:17,915 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:21:17,915 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:21:17,924 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:21:17,924 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:21:20,063 basehttp 24971 6167998464 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/receipt/ HTTP/1.1" 302 0 INFO 2025-09-08 16:21:20,083 basehttp 24971 6167998464 "GET /en/billing/bills/ HTTP/1.1" 200 105092 WARNING 2025-09-08 16:21:20,100 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:21:20,100 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:21:20,152 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:21:20,155 basehttp 24971 6184824832 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 INFO 2025-09-08 16:21:44,032 basehttp 24971 6184824832 "GET /en/billing/bills/ HTTP/1.1" 200 104609 WARNING 2025-09-08 16:21:44,045 log 24971 6184824832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:21:44,046 basehttp 24971 6184824832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:21:44,111 basehttp 24971 6184824832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:21:44,111 basehttp 24971 6167998464 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 WARNING 2025-09-08 16:21:45,034 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:21:45,034 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:21:45,043 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:21:45,043 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:21:46,182 basehttp 24971 6167998464 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/receipt/ HTTP/1.1" 200 35816 WARNING 2025-09-08 16:21:46,199 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:21:46,199 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:21:46,257 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:22:46,314 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:23:29,474 basehttp 24971 6167998464 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/receipt/ HTTP/1.1" 200 35951 WARNING 2025-09-08 16:23:29,489 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:23:29,489 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:23:29,537 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:23:54,043 basehttp 24971 6167998464 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/receipt/ HTTP/1.1" 200 35945 WARNING 2025-09-08 16:23:54,054 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:23:54,054 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:23:54,104 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:24:37,021 basehttp 24971 6167998464 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/receipt/ HTTP/1.1" 200 18068 WARNING 2025-09-08 16:24:37,036 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:24:37,036 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:29:37,883 basehttp 24971 6201651200 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/receipt/ HTTP/1.1" 200 35945 WARNING 2025-09-08 16:29:37,902 log 24971 6201651200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:29:37,902 basehttp 24971 6201651200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:29:37,946 basehttp 24971 6201651200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:30:30,975 basehttp 24971 6201651200 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/receipt/ HTTP/1.1" 200 35934 WARNING 2025-09-08 16:30:30,991 log 24971 6201651200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:30:30,991 basehttp 24971 6201651200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:30:31,038 basehttp 24971 6201651200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:30:46,877 basehttp 24971 6201651200 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/receipt/ HTTP/1.1" 200 35916 WARNING 2025-09-08 16:30:46,893 log 24971 6201651200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:30:46,893 basehttp 24971 6201651200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:30:46,925 basehttp 24971 6201651200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:31:46,928 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:32:46,929 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:33:46,929 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:34:46,934 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:35:46,930 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:36:46,931 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-08 16:37:46,932 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-08 16:38:46,934 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 16:39:46,935 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 16:40:46,936 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 16:41:47,623 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 16:42:49,622 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 16:43:50,616 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 16:44:52,610 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 16:46:20,083 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:47:20,083 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:48:20,084 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:49:20,086 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:50:20,087 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:51:04,894 basehttp 24971 6167998464 "GET /en/billing/bills/93e82992-ddb6-4921-bf90-b97dbba2e900/ HTTP/1.1" 200 42775 INFO 2025-09-08 16:51:04,932 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:51:34,227 basehttp 24971 6167998464 "GET /en/billing/payments/4e950fed-6534-4498-b8b6-af59dac764b9/ HTTP/1.1" 200 32642 INFO 2025-09-08 16:51:34,263 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:51:37,961 basehttp 24971 6167998464 "GET /en/billing/payments/4e950fed-6534-4498-b8b6-af59dac764b9/receipt/ HTTP/1.1" 200 35582 INFO 2025-09-08 16:51:37,999 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:52:04,937 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:52:07,261 basehttp 24971 6167998464 "GET /en/billing/claims/6964e4e5-a4c0-4026-b814-8f6da87cda61/ HTTP/1.1" 200 43103 INFO 2025-09-08 16:52:07,299 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:52:19,357 basehttp 24971 6167998464 "GET /en/billing/claims/6964e4e5-a4c0-4026-b814-8f6da87cda61/appeal HTTP/1.1" 302 0 INFO 2025-09-08 16:52:19,373 basehttp 24971 6167998464 "GET /en/billing/claims/6964e4e5-a4c0-4026-b814-8f6da87cda61/ HTTP/1.1" 200 41877 INFO 2025-09-08 16:52:19,412 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:52:36,687 basehttp 24971 6167998464 "GET /en/billing/claims/6964e4e5-a4c0-4026-b814-8f6da87cda61/ HTTP/1.1" 200 41172 INFO 2025-09-08 16:52:48,239 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:52:48,244 basehttp 24971 6184824832 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 INFO 2025-09-08 16:53:48,233 basehttp 24971 6184824832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:53:48,235 basehttp 24971 6167998464 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 INFO 2025-09-08 16:54:48,244 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:54:48,248 basehttp 24971 6184824832 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 INFO 2025-09-08 16:55:36,814 basehttp 24971 6184824832 "GET / HTTP/1.1" 302 0 INFO 2025-09-08 16:55:36,829 basehttp 24971 6167998464 "GET /en/ HTTP/1.1" 200 50098 INFO 2025-09-08 16:55:36,893 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:55:36,897 basehttp 24971 6218477568 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-08 16:55:36,897 basehttp 24971 6201651200 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-08 16:55:36,899 basehttp 24971 6184824832 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-08 16:56:06,886 basehttp 24971 6184824832 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-08 16:56:16,614 basehttp 24971 6184824832 "GET /en/patients/ HTTP/1.1" 200 139645 INFO 2025-09-08 16:56:16,647 basehttp 24971 6184824832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:56:16,651 basehttp 24971 6201651200 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 16:56:38,858 basehttp 24971 6201651200 "GET /en/patients/patientprofile/44/details/ HTTP/1.1" 200 32493 INFO 2025-09-08 16:56:38,895 basehttp 24971 6201651200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:56:44,577 basehttp 24971 6201651200 "GET /en/appointments/requests/create/?patient=44 HTTP/1.1" 200 54220 INFO 2025-09-08 16:56:44,613 basehttp 24971 6201651200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:56:47,639 basehttp 24971 6201651200 "GET /en/emr/encounters/create/?patient=44 HTTP/1.1" 200 56194 INFO 2025-09-08 16:56:47,679 basehttp 24971 6201651200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:57:47,690 basehttp 24971 6201651200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:58:47,692 basehttp 24971 6201651200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:59:47,691 basehttp 24971 6201651200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:00:47,668 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:01:47,669 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:02:47,660 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:03:21,229 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:03:32,281 basehttp 24971 6167998464 "GET /en/laboratory/orders/create/?patient=44 HTTP/1.1" 200 36909 INFO 2025-09-08 17:03:32,304 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:03:50,996 basehttp 24971 6167998464 "GET /en/laboratory/orders/create/?patient=44 HTTP/1.1" 200 36909 INFO 2025-09-08 17:03:51,033 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-08 17:04:07,344 log 24971 6167998464 Internal Server Error: /en/patients/emergency-contacts/create/44/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-09-08 17:04:07,345 basehttp 24971 6167998464 "GET /en/patients/emergency-contacts/create/44/ HTTP/1.1" 500 181584 INFO 2025-09-08 17:04:16,576 basehttp 24971 6167998464 "GET /en/patients/insurance-info/create/44/?patient=44 HTTP/1.1" 200 40552 WARNING 2025-09-08 17:04:16,588 basehttp 24971 6167998464 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 WARNING 2025-09-08 17:04:16,590 basehttp 24971 6184824832 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 INFO 2025-09-08 17:04:16,611 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:05:16,622 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:06:16,626 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:07:16,617 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:08:16,624 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:09:16,614 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:10:16,620 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:11:16,616 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:12:16,624 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:13:16,613 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:13:33,862 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 17:13:47,149 log 24971 6167998464 Not Found: /en/patients/insurance-info/44/ WARNING 2025-09-08 17:13:47,149 basehttp 24971 6167998464 "GET /en/patients/insurance-info/44/ HTTP/1.1" 404 26043 INFO 2025-09-08 17:14:24,756 basehttp 24971 6167998464 "GET /en/pharmacy/prescriptions/create/?patient=44 HTTP/1.1" 200 71298 INFO 2025-09-08 17:14:24,795 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:15:24,809 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:16:14,046 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:16:18,376 basehttp 24971 6167998464 "GET /en/patients/emergency-contacts/44/?patient=44 HTTP/1.1" 200 145 ERROR 2025-09-08 17:16:23,147 log 24971 6167998464 Internal Server Error: /en/patients/emergency-contacts/create/44/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-09-08 17:16:23,148 basehttp 24971 6167998464 "GET /en/patients/emergency-contacts/create/44/ HTTP/1.1" 500 181584 ERROR 2025-09-08 17:17:42,037 log 24971 6167998464 Internal Server Error: /en/patients/emergency-contacts/create/44/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-09-08 17:17:42,038 basehttp 24971 6167998464 "GET /en/patients/emergency-contacts/create/44/ HTTP/1.1" 500 181721 ERROR 2025-09-08 17:20:09,610 log 24971 6167998464 Internal Server Error: /en/patients/emergency-contacts/create/44/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-09-08 17:20:09,611 basehttp 24971 6167998464 "GET /en/patients/emergency-contacts/create/44/ HTTP/1.1" 500 181552 INFO 2025-09-08 17:20:24,730 basehttp 24971 6167998464 "GET /en/patients/emergency-contacts/create/44/ HTTP/1.1" 200 35248 INFO 2025-09-08 17:20:24,766 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:21:24,781 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:22:24,779 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:23:24,773 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:24:06,408 basehttp 24971 6167998464 "GET /en/patients/emergency-contacts/create/44/ HTTP/1.1" 200 35248 INFO 2025-09-08 17:24:06,439 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:24:31,249 basehttp 24971 6167998464 "GET /en/patients/emergency-contacts/create/44/ HTTP/1.1" 200 35248 INFO 2025-09-08 17:24:31,286 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:24:37,879 basehttp 24971 6167998464 "GET /en/patients/emergency-contacts/create/44/ HTTP/1.1" 200 35248 INFO 2025-09-08 17:24:37,907 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:24:46,278 basehttp 24971 6167998464 "GET /en/patients/emergency-contacts/create/44/ HTTP/1.1" 200 35248 INFO 2025-09-08 17:24:46,305 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:25:03,130 basehttp 24971 6167998464 "GET /en/patients/ HTTP/1.1" 200 139645 INFO 2025-09-08 17:25:03,179 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:25:03,182 basehttp 24971 6184824832 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 17:25:07,803 basehttp 24971 6184824832 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 32482 INFO 2025-09-08 17:25:07,841 basehttp 24971 6184824832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:25:12,401 basehttp 24971 6184824832 "GET /en/patients/emergency-contacts/40/?patient=40 HTTP/1.1" 200 145 INFO 2025-09-08 17:27:47,151 autoreload 24971 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 17:27:47,526 autoreload 56170 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:27:48,371 basehttp 56170 6193836032 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33409 INFO 2025-09-08 17:27:48,411 basehttp 56170 6193836032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:27:49,981 basehttp 56170 6193836032 "GET /en/patients/emergency-contacts/40/?patient=40 HTTP/1.1" 200 145 INFO 2025-09-08 17:28:30,960 basehttp 56170 6193836032 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 200 145 INFO 2025-09-08 17:28:48,416 basehttp 56170 6193836032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:29:48,410 basehttp 56170 6193836032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:30:48,423 basehttp 56170 6193836032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:30:51,734 autoreload 56170 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 17:30:52,096 autoreload 57552 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:30:59,052 basehttp 57552 6169423872 "GET /en/patients/emergency-contacts/40/?patient=40 HTTP/1.1" 200 145 INFO 2025-09-08 17:32:25,845 autoreload 57552 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 17:32:26,179 autoreload 58243 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:32:29,003 basehttp 58243 6201585664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:32:29,593 basehttp 58243 6201585664 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33412 INFO 2025-09-08 17:32:29,631 basehttp 58243 6201585664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:32:33,311 basehttp 58243 6201585664 "GET /en/patients/emergency-contacts/40/?patient_id=40 HTTP/1.1" 200 145 INFO 2025-09-08 17:34:06,305 autoreload 58243 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 17:34:06,654 autoreload 58941 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:34:08,872 basehttp 58941 6127005696 "GET /en/patients/emergency-contacts/40/?patient_id=40 HTTP/1.1" 200 145 INFO 2025-09-08 17:34:09,780 basehttp 58941 6127005696 "GET /en/patients/emergency-contacts/40/?patient_id=40 HTTP/1.1" 200 145 INFO 2025-09-08 17:34:45,364 autoreload 58941 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 17:34:45,755 autoreload 59253 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:34:46,684 basehttp 59253 6192918528 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 17:34:46,725 basehttp 59253 6192918528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:34:48,488 basehttp 59253 6192918528 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 200 145 INFO 2025-09-08 17:35:45,182 basehttp 59253 6192918528 "GET /en/patients/emergency-contacts/create/40/ HTTP/1.1" 200 35248 INFO 2025-09-08 17:35:45,221 basehttp 59253 6192918528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:36:45,233 basehttp 59253 6192918528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-08 17:37:09,855 autoreload 59253 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-08 17:37:10,215 autoreload 60353 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:37:11,100 basehttp 60353 6136967168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-08 17:37:11,742 basehttp 60353 6136967168 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 17:37:11,782 basehttp 60353 6136967168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-08 17:37:13,317 basehttp 60353 6136967168 "GET /en/patients/emergency-contacts/create/40/ HTTP/1.1" 200 35248 INFO 2025-09-08 17:37:13,354 basehttp 60353 6136967168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-08 17:37:20,687 basehttp 60353 6136967168 "GET /en/patients/emergency-contacts/create/40/ HTTP/1.1" 200 35248 INFO 2025-09-08 17:37:20,734 basehttp 60353 6136967168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-08 17:37:30,258 basehttp 60353 6136967168 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 200 145 INFO 2025-09-08 17:38:11,799 basehttp 60353 6136967168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-08 17:39:11,795 basehttp 60353 6136967168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 17:40:11,794 basehttp 60353 6136967168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 17:41:11,793 basehttp 60353 6136967168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 17:41:26,166 autoreload 60353 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 17:41:26,503 autoreload 62219 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:41:50,652 autoreload 62219 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/forms.py changed, reloading. INFO 2025-09-08 17:41:51,011 autoreload 62390 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:41:52,047 basehttp 62390 6131019776 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 17:41:52,090 basehttp 62390 6131019776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 ERROR 2025-09-08 17:41:54,674 log 62390 6131019776 Internal Server Error: /en/patients/emergency-contacts/create/40/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 358, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 370, in get_context_data ctx = super().get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/forms.py", line 107, in __init__ self.fields['patient'].queryset = PatientProfile.objects.filter( ~~~~~~~~~~~^^^^^^^^^^^ KeyError: 'patient' ERROR 2025-09-08 17:41:54,676 basehttp 62390 6131019776 "GET /en/patients/emergency-contacts/create/40/ HTTP/1.1" 500 112424 INFO 2025-09-08 17:42:14,177 autoreload 62390 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/forms.py changed, reloading. INFO 2025-09-08 17:42:14,575 autoreload 62635 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:42:31,429 autoreload 62635 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/forms.py changed, reloading. INFO 2025-09-08 17:42:31,769 autoreload 62724 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:42:33,661 basehttp 62724 6164623360 "GET /en/patients/emergency-contacts/create/40/ HTTP/1.1" 200 35325 INFO 2025-09-08 17:42:33,697 basehttp 62724 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 17:42:51,490 basehttp 62724 6164623360 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 200 145 INFO 2025-09-08 17:44:01,692 autoreload 62724 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 17:44:02,055 autoreload 63410 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:44:03,020 basehttp 63410 6171160576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 17:44:03,510 basehttp 63410 6171160576 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 17:44:03,545 basehttp 63410 6171160576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 17:44:06,270 basehttp 63410 6171160576 "GET /en/patients/insurance-info/40/ HTTP/1.1" 200 36138 INFO 2025-09-08 17:44:06,310 basehttp 63410 6171160576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 17:44:26,459 basehttp 63410 6171160576 "GET /en/patients/insurance-info/create/40/?patient=40 HTTP/1.1" 200 40552 WARNING 2025-09-08 17:44:26,467 basehttp 63410 6171160576 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 WARNING 2025-09-08 17:44:26,468 basehttp 63410 12901707776 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 INFO 2025-09-08 17:44:26,497 basehttp 63410 6171160576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 17:45:26,499 basehttp 63410 6171160576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 17:46:26,505 basehttp 63410 6171160576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:46:49,980 autoreload 63410 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/forms.py changed, reloading. INFO 2025-09-08 17:46:50,326 autoreload 64664 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:47:26,583 basehttp 64664 6165245952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:47:58,403 autoreload 64664 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 17:47:58,743 autoreload 65131 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:47:59,378 basehttp 65131 6163066880 "GET /en/patients/insurance-info/create/40/?patient=40 HTTP/1.1" 200 37323 WARNING 2025-09-08 17:47:59,392 basehttp 65131 6179893248 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-09-08 17:47:59,393 basehttp 65131 6163066880 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 INFO 2025-09-08 17:47:59,423 basehttp 65131 6163066880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:48:48,732 basehttp 65131 6163066880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:48:49,382 basehttp 65131 6163066880 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 17:48:49,421 basehttp 65131 6163066880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:48:51,432 basehttp 65131 6163066880 "GET /en/patients/insurance-info/create/40/?patient=40 HTTP/1.1" 200 37323 WARNING 2025-09-08 17:48:51,446 basehttp 65131 6179893248 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-09-08 17:48:51,447 basehttp 65131 6163066880 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 INFO 2025-09-08 17:48:51,472 basehttp 65131 6163066880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:49:24,886 basehttp 65131 6163066880 "GET /en/patients/insurance-info/create/40/?patient=40 HTTP/1.1" 200 37323 WARNING 2025-09-08 17:49:24,896 basehttp 65131 6163066880 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 WARNING 2025-09-08 17:49:24,896 basehttp 65131 6325039104 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 INFO 2025-09-08 17:49:24,927 basehttp 65131 6163066880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:49:27,134 basehttp 65131 6163066880 "GET /en/patients/emergency-contacts/create/40/ HTTP/1.1" 200 35311 INFO 2025-09-08 17:49:27,171 basehttp 65131 6163066880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:49:58,380 basehttp 65131 6163066880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:50:06,593 basehttp 65131 6163066880 "GET /en/patients/insurance-info/40/ HTTP/1.1" 200 36138 INFO 2025-09-08 17:50:06,630 basehttp 65131 6163066880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:50:16,047 basehttp 65131 6163066880 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 200 145 INFO 2025-09-08 17:51:24,419 autoreload 65131 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 17:51:24,773 autoreload 66664 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:51:27,073 basehttp 66664 6126284800 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 200 145 INFO 2025-09-08 17:51:27,958 basehttp 66664 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:51:28,679 basehttp 66664 6126284800 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 17:51:28,720 basehttp 66664 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:51:33,922 basehttp 66664 6126284800 "GET /en/patients/insurance-info/40/ HTTP/1.1" 200 36138 INFO 2025-09-08 17:51:33,961 basehttp 66664 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:52:28,725 basehttp 66664 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:53:21,776 autoreload 66664 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 17:53:22,169 autoreload 67518 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:53:22,522 basehttp 67518 6132527104 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 17:53:22,565 basehttp 67518 6132527104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:53:23,792 basehttp 67518 6132527104 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 200 145 INFO 2025-09-08 17:54:22,576 basehttp 67518 6132527104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:55:02,487 autoreload 67518 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-08 17:55:02,854 autoreload 68291 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:55:03,946 basehttp 68291 6132527104 "GET /en/patients/insurance-info/40/ HTTP/1.1" 200 36138 INFO 2025-09-08 17:55:03,988 basehttp 68291 6132527104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:55:07,830 basehttp 68291 6132527104 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33406 INFO 2025-09-08 17:55:07,862 basehttp 68291 6132527104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:55:12,488 autoreload 68291 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-08 17:55:12,838 autoreload 68383 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:55:51,518 basehttp 68383 6155579392 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 200 145 ERROR 2025-09-08 17:55:57,129 log 68383 6155579392 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with no arguments not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/(?P[0-9]+)/\\Z'] ERROR 2025-09-08 17:55:57,130 basehttp 68383 6155579392 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 232066 ERROR 2025-09-08 17:56:26,744 log 68383 6155579392 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/(?P[0-9]+)/\\Z'] ERROR 2025-09-08 17:56:26,745 basehttp 68383 6155579392 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 233784 INFO 2025-09-08 17:59:20,818 autoreload 68383 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-08 17:59:21,149 autoreload 70213 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 17:59:23,586 log 70213 6157365248 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/(?P[0-9]+)/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 17:59:23,587 basehttp 70213 6157365248 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 233784 INFO 2025-09-08 17:59:49,634 autoreload 70213 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 17:59:50,048 autoreload 70451 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 17:59:50,484 log 70451 6156824576 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 290, in get_queryset print("there is patient id= "+patient_id) ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ TypeError: can only concatenate str (not "NoneType") to str ERROR 2025-09-08 17:59:50,485 basehttp 70451 6156824576 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 87422 INFO 2025-09-08 18:00:14,201 autoreload 70451 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 18:00:14,572 autoreload 70612 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 18:00:16,520 log 70612 13321187328 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 303, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-09-08 18:00:16,523 basehttp 70612 13321187328 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 107612 INFO 2025-09-08 18:00:55,416 autoreload 70612 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 18:00:55,793 autoreload 70929 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 18:00:56,754 log 70929 6156054528 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/(?P[0-9]+)/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:00:56,755 basehttp 70929 6156054528 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 231569 WARNING 2025-09-08 18:01:09,097 log 70929 6156054528 Not Found: /en/patients/emergency-contacts/40/ WARNING 2025-09-08 18:01:09,097 basehttp 70929 6156054528 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 404 43715 ERROR 2025-09-08 18:01:12,027 log 70929 6156054528 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/(?P[0-9]+)/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:01:12,029 basehttp 70929 6156054528 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 231569 ERROR 2025-09-08 18:01:13,744 log 70929 6156054528 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/(?P[0-9]+)/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:01:13,745 basehttp 70929 6156054528 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 231569 INFO 2025-09-08 18:03:41,034 autoreload 70929 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-08 18:03:41,391 autoreload 72156 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 18:03:46,662 log 72156 6200553472 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:03:46,663 basehttp 72156 6200553472 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 230031 ERROR 2025-09-08 18:03:50,283 log 72156 6200553472 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:03:50,284 basehttp 72156 6200553472 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 230031 ERROR 2025-09-08 18:07:44,925 log 72156 6200553472 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:07:44,926 basehttp 72156 6200553472 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 230031 ERROR 2025-09-08 18:07:46,119 log 72156 6200553472 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:07:46,120 basehttp 72156 6200553472 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 230031 ERROR 2025-09-08 18:22:27,070 log 72156 6200553472 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:22:27,073 basehttp 72156 6200553472 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 229977 ERROR 2025-09-08 18:23:34,344 log 72156 6200553472 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:23:34,347 basehttp 72156 6200553472 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 230166 INFO 2025-09-08 18:24:19,690 autoreload 72156 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 18:24:20,113 autoreload 81224 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 18:24:22,207 log 81224 6165557248 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:24:22,219 basehttp 81224 6165557248 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 232248 ERROR 2025-09-08 18:24:22,925 log 81224 6165557248 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:24:22,928 basehttp 81224 6165557248 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 232248 ERROR 2025-09-08 18:24:58,927 log 81224 6165557248 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:24:58,928 basehttp 81224 6165557248 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 232248 ERROR 2025-09-08 18:25:13,410 log 81224 6165557248 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:25:13,411 basehttp 81224 6165557248 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 232304 ERROR 2025-09-08 18:25:35,052 log 81224 6165557248 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:25:35,054 basehttp 81224 6165557248 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 232248 ERROR 2025-09-08 18:26:09,008 log 81224 6165557248 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:26:09,009 basehttp 81224 6165557248 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 232248 ERROR 2025-09-08 18:26:09,923 log 81224 6165557248 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:26:09,925 basehttp 81224 6165557248 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 232248 ERROR 2025-09-08 18:26:32,226 log 81224 6165557248 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_list_api' not found. 'emergency_contact_list_api' is not a valid view function or pattern name. ERROR 2025-09-08 18:26:32,227 basehttp 81224 6165557248 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 233902 ERROR 2025-09-08 18:35:24,555 log 81224 6165557248 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_list_api' not found. 'patient_list_api' is not a valid view function or pattern name. ERROR 2025-09-08 18:35:24,558 basehttp 81224 6165557248 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 233888 ERROR 2025-09-08 18:38:10,682 log 81224 6165557248 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_stats' not found. 'emergency_contact_stats' is not a valid view function or pattern name. ERROR 2025-09-08 18:38:10,687 basehttp 81224 6165557248 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 234231 ERROR 2025-09-08 18:40:50,049 log 81224 6165557248 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_detail' not found. 'emergency_contact_detail' is not a valid view function or pattern name. ERROR 2025-09-08 18:40:50,051 basehttp 81224 6165557248 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 234943 INFO 2025-09-08 18:42:16,318 autoreload 81224 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-08 18:42:16,655 autoreload 89085 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 18:42:17,944 log 89085 6203420672 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_quick' not found. 'emergency_contact_quick' is not a valid view function or pattern name. ERROR 2025-09-08 18:42:17,946 basehttp 89085 6203420672 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 234984 ERROR 2025-09-08 18:42:20,098 log 89085 6203420672 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_quick' not found. 'emergency_contact_quick' is not a valid view function or pattern name. ERROR 2025-09-08 18:42:20,099 basehttp 89085 6203420672 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 234984 ERROR 2025-09-08 18:42:43,961 log 89085 6203420672 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_export' not found. 'emergency_contact_export' is not a valid view function or pattern name. ERROR 2025-09-08 18:42:43,962 basehttp 89085 6203420672 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 235342 ERROR 2025-09-08 18:43:04,374 log 89085 6203420672 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_bulk_delete' not found. 'emergency_contact_bulk_delete' is not a valid view function or pattern name. ERROR 2025-09-08 18:43:04,376 basehttp 89085 6203420672 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 236665 ERROR 2025-09-08 18:43:20,020 log 89085 6203420672 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_export' not found. 'emergency_contact_export' is not a valid view function or pattern name. ERROR 2025-09-08 18:43:20,021 basehttp 89085 6203420672 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 238637 INFO 2025-09-08 18:43:42,973 basehttp 89085 6203420672 "GET /en/patients/emergency-contacts/ HTTP/1.1" 200 40489 INFO 2025-09-08 18:43:42,984 basehttp 89085 6203420672 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-08 18:43:42,984 basehttp 89085 6237073408 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-08 18:43:42,985 basehttp 89085 6220247040 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-08 18:43:42,988 basehttp 89085 6253899776 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-08 18:43:42,989 basehttp 89085 6203420672 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-08 18:43:42,989 basehttp 89085 6237073408 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-08 18:43:42,990 basehttp 89085 6270726144 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-08 18:43:42,990 basehttp 89085 6220247040 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-08 18:43:43,011 basehttp 89085 6220247040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-09-08 18:43:43,042 log 89085 6220247040 Not Found: /en/patients//emergency-contacts/ WARNING 2025-09-08 18:43:43,042 basehttp 89085 6220247040 "GET /en/patients//emergency-contacts/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=full_name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=patient_name&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=relationship&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=priority&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=phone_number&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=email&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=can_contact&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=2&order%5B0%5D%5Bdir%5D=asc&order%5B0%5D%5Bname%5D=&order%5B1%5D%5Bcolumn%5D=3&order%5B1%5D%5Bdir%5D=asc&order%5B1%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&relationship=&priority=&patient=&_=1757346222991 HTTP/1.1" 404 46173 INFO 2025-09-08 18:43:43,057 basehttp 89085 6270726144 "GET /en/patients/?format=select HTTP/1.1" 200 139645 INFO 2025-09-08 18:44:40,977 autoreload 89085 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 18:44:41,358 autoreload 90182 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 18:44:43,082 basehttp 90182 6158839808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 18:44:44,276 basehttp 90182 6158839808 "GET /en/patients/emergency-contacts/ HTTP/1.1" 200 40489 WARNING 2025-09-08 18:44:44,337 log 90182 12901707776 Not Found: /en/patients//emergency-contacts/ WARNING 2025-09-08 18:44:44,337 basehttp 90182 12901707776 "GET /en/patients//emergency-contacts/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=full_name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=patient_name&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=relationship&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=priority&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=phone_number&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=email&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=can_contact&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=2&order%5B0%5D%5Bdir%5D=asc&order%5B0%5D%5Bname%5D=&order%5B1%5D%5Bcolumn%5D=3&order%5B1%5D%5Bdir%5D=asc&order%5B1%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&relationship=&priority=&patient=&_=1757346284286 HTTP/1.1" 404 46173 INFO 2025-09-08 18:44:44,340 basehttp 90182 6158839808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 18:44:44,355 basehttp 90182 12918534144 "GET /en/patients/?format=select HTTP/1.1" 200 139645 INFO 2025-09-08 18:45:44,330 basehttp 90182 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 18:46:44,320 basehttp 90182 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 18:47:28,488 autoreload 90182 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-08 18:47:28,829 autoreload 91428 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 18:47:30,850 log 91428 6191853568 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contacts_list' not found. 'emergency_contacts_list' is not a valid view function or pattern name. ERROR 2025-09-08 18:47:30,852 basehttp 91428 6191853568 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 237244 INFO 2025-09-08 18:48:09,893 basehttp 91428 6191853568 "GET /en/patients/emergency-contacts/ HTTP/1.1" 200 40489 INFO 2025-09-08 18:48:09,937 basehttp 91428 6191853568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 18:48:09,957 log 91428 6191853568 Not Found: /en/patients//emergency-contacts/ WARNING 2025-09-08 18:48:09,957 basehttp 91428 6191853568 "GET /en/patients//emergency-contacts/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=full_name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=patient_name&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=relationship&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=priority&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=phone_number&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=email&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=can_contact&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=2&order%5B0%5D%5Bdir%5D=asc&order%5B0%5D%5Bname%5D=&order%5B1%5D%5Bcolumn%5D=3&order%5B1%5D%5Bdir%5D=asc&order%5B1%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&relationship=&priority=&patient=&_=1757346489910 HTTP/1.1" 404 46171 INFO 2025-09-08 18:48:09,974 basehttp 91428 6208679936 "GET /en/patients/?format=select HTTP/1.1" 200 139645 INFO 2025-09-08 18:49:09,948 basehttp 91428 6208679936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 18:50:09,951 basehttp 91428 6208679936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 18:51:09,951 basehttp 91428 6208679936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 18:52:09,946 basehttp 91428 6208679936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 18:52:42,727 log 91428 6208679936 Not Found: /en/patients/emergency-contacts/40/ WARNING 2025-09-08 18:52:42,727 basehttp 91428 6208679936 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 404 43687 ERROR 2025-09-08 18:53:13,957 log 91428 6208679936 Internal Server Error: /en/patients/patientprofile/40/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '(40,)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:53:13,958 basehttp 91428 6208679936 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 500 188155 INFO 2025-09-08 18:55:49,432 autoreload 91428 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-08 18:55:49,798 autoreload 95020 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 18:55:50,838 basehttp 95020 6166949888 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 18:55:50,878 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 18:55:54,265 basehttp 95020 6166949888 "GET /en/patients/40/emergency-contacts/create/ HTTP/1.1" 200 35311 INFO 2025-09-08 18:55:54,299 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 18:56:01,624 basehttp 95020 6166949888 "GET /en/patients/40/emergency-contacts/create/ HTTP/1.1" 200 35311 INFO 2025-09-08 18:56:01,659 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 18:56:21,400 basehttp 95020 6166949888 "GET /en/patients/insurance-info/create/40/?patient=40 HTTP/1.1" 200 37323 WARNING 2025-09-08 18:56:21,408 basehttp 95020 13170143232 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-09-08 18:56:21,409 basehttp 95020 6166949888 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 INFO 2025-09-08 18:56:21,436 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 18:56:50,891 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 18:57:50,894 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 18:58:50,895 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 18:59:50,897 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:00:50,900 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:01:29,781 basehttp 95020 6166949888 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 19:01:29,819 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:02:29,829 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:03:29,834 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:04:29,836 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:05:29,836 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:06:29,846 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:07:29,838 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:08:29,839 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:09:29,841 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:10:29,628 autoreload 95020 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 19:10:29,952 autoreload 2012 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 19:10:30,818 basehttp 2012 6190510080 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 19:10:30,869 basehttp 2012 6190510080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-08 19:10:32,390 log 2012 6190510080 Internal Server Error: /en/patients/40/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: emergency_contacts_list() got an unexpected keyword argument 'pk' ERROR 2025-09-08 19:10:32,390 basehttp 2012 6190510080 "GET /en/patients/40/emergency-contacts/ HTTP/1.1" 500 68738 INFO 2025-09-08 19:12:43,735 autoreload 2012 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 19:12:44,099 autoreload 2933 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 19:12:46,826 log 2933 6160543744 Internal Server Error: /en/patients/40/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: emergency_contacts_list() got an unexpected keyword argument 'pk' ERROR 2025-09-08 19:12:46,827 basehttp 2933 6160543744 "GET /en/patients/40/emergency-contacts/ HTTP/1.1" 500 68875 INFO 2025-09-08 19:15:01,757 autoreload 2933 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 19:15:02,191 autoreload 4028 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 19:15:04,131 log 4028 6197571584 Internal Server Error: /en/patients/40/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: emergency_contacts_list() got an unexpected keyword argument 'pk' ERROR 2025-09-08 19:15:04,131 basehttp 4028 6197571584 "GET /en/patients/40/emergency-contacts/ HTTP/1.1" 500 68875 INFO 2025-09-08 19:16:05,086 autoreload 4028 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 19:16:05,467 autoreload 4515 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 19:20:02,985 autoreload 4515 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 19:20:03,384 autoreload 6213 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 19:20:04,587 log 6213 6122549248 Internal Server Error: /en/patients/40/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: emergency_contacts_list() got an unexpected keyword argument 'pk' ERROR 2025-09-08 19:20:04,588 basehttp 6213 6122549248 "GET /en/patients/40/emergency-contacts/ HTTP/1.1" 500 68875 ERROR 2025-09-08 19:20:05,533 log 6213 6122549248 Internal Server Error: /en/patients/40/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: emergency_contacts_list() got an unexpected keyword argument 'pk' ERROR 2025-09-08 19:20:05,533 basehttp 6213 6122549248 "GET /en/patients/40/emergency-contacts/ HTTP/1.1" 500 68875 INFO 2025-09-08 19:22:36,691 autoreload 6213 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 19:22:49,166 autoreload 7459 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 19:22:53,920 basehttp 7459 6126858240 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 19:22:53,950 basehttp 7459 6126858240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:22:54,715 basehttp 7459 6126858240 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 19:22:54,741 basehttp 7459 6126858240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-08 19:22:59,742 log 7459 6126858240 Internal Server Error: /en/patients/40/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: emergency_contacts_list() got an unexpected keyword argument 'pk' ERROR 2025-09-08 19:22:59,743 basehttp 7459 6126858240 "GET /en/patients/40/emergency-contacts/ HTTP/1.1" 500 68738 INFO 2025-09-08 19:23:54,755 basehttp 7459 6126858240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-08 19:24:28,699 log 7459 6126858240 Internal Server Error: /en/patients/patientprofile/40/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contacts_list_api' with arguments '(UUID('63f3983d-8905-4f1c-a6b9-49005c1d85f8'),)' not found. 1 pattern(s) tried: ['en/patients/(?P[0-9]+)/emergency\\-contacts/\\Z'] ERROR 2025-09-08 19:24:28,700 basehttp 7459 6126858240 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 500 207265 ERROR 2025-09-08 19:25:06,658 log 7459 6126858240 Internal Server Error: /en/patients/patientprofile/40/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contacts_list_api' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/(?P[0-9]+)/emergency\\-contacts/\\Z'] ERROR 2025-09-08 19:25:06,659 basehttp 7459 6126858240 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 500 206683 INFO 2025-09-08 19:26:27,682 autoreload 7459 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 19:26:28,055 autoreload 9102 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 19:26:28,948 basehttp 9102 6132674560 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 19:26:28,994 basehttp 9102 6132674560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-08 19:26:31,302 log 9102 6132674560 Internal Server Error: /en/patients/40/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: emergency_contacts_list() got an unexpected keyword argument 'pk' ERROR 2025-09-08 19:26:31,303 basehttp 9102 6132674560 "GET /en/patients/40/emergency-contacts/ HTTP/1.1" 500 68738 INFO 2025-09-08 19:30:52,029 autoreload 9102 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 19:30:52,370 autoreload 11019 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 19:30:53,157 basehttp 11019 6124236800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:30:53,646 basehttp 11019 6124236800 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 19:30:53,678 basehttp 11019 6124236800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:30:57,219 basehttp 11019 6124236800 "GET /en/patients/40/emergency-contacts/create/ HTTP/1.1" 200 35311 INFO 2025-09-08 19:30:57,256 basehttp 11019 6124236800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-08 19:31:06,208 log 11019 6124236800 Internal Server Error: /en/patients/40/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: emergency_contacts_list() got an unexpected keyword argument 'pk' ERROR 2025-09-08 19:31:06,208 basehttp 11019 6124236800 "GET /en/patients/40/emergency-contacts/ HTTP/1.1" 500 68738 INFO 2025-09-08 19:31:19,730 autoreload 11019 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-08 19:31:20,077 autoreload 11256 8747049152 Watching for file changes with StatReloader WARNING 2025-09-08 19:31:23,146 log 11256 6165016576 Not Found: /en/patients/40/emergency-contacts/ WARNING 2025-09-08 19:31:23,146 basehttp 11256 6165016576 "GET /en/patients/40/emergency-contacts/ HTTP/1.1" 404 43702 INFO 2025-09-08 19:31:28,107 basehttp 11256 6165016576 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 19:31:28,148 basehttp 11256 6165016576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-08 19:31:30,256 log 11256 6165016576 Internal Server Error: /en/patients/emergency-contacts/40/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: emergency_contacts_list() got an unexpected keyword argument 'pk' ERROR 2025-09-08 19:31:30,257 basehttp 11256 6165016576 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 500 68738 INFO 2025-09-08 19:32:25,986 autoreload 11256 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-08 19:32:26,312 autoreload 11725 8747049152 Watching for file changes with StatReloader WARNING 2025-09-08 19:32:26,955 log 11725 6190346240 Not Found: /en/patients/emergency-contacts/40/ WARNING 2025-09-08 19:32:26,956 basehttp 11725 6190346240 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 404 29517 INFO 2025-09-08 19:32:31,693 basehttp 11725 6190346240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:32:32,513 basehttp 11725 6190346240 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 19:32:32,546 basehttp 11725 6190346240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 19:32:35,228 log 11725 6190346240 Not Found: /en/patients/emergency-contacts/40/ WARNING 2025-09-08 19:32:35,228 basehttp 11725 6190346240 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 404 29517 INFO 2025-09-08 19:32:45,333 autoreload 11725 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-08 19:32:45,719 autoreload 11891 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 19:32:48,276 basehttp 11891 6138032128 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 19:32:48,316 basehttp 11891 6138032128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 19:32:49,601 log 11891 6138032128 Not Found: /en/patients/40/emergency-contacts/ WARNING 2025-09-08 19:32:49,601 basehttp 11891 6138032128 "GET /en/patients/40/emergency-contacts/ HTTP/1.1" 404 29517 WARNING 2025-09-08 19:33:26,200 log 11891 6138032128 Not Found: /en/patients/40/emergency-contacts/ WARNING 2025-09-08 19:33:26,200 basehttp 11891 6138032128 "GET /en/patients/40/emergency-contacts/ HTTP/1.1" 404 29517 ERROR 2025-09-08 19:33:27,667 log 11891 6138032128 Internal Server Error: /en/patients/patientprofile/40/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contacts_list_api' with arguments '(UUID('63f3983d-8905-4f1c-a6b9-49005c1d85f8'),)' not found. 1 pattern(s) tried: ['en/patients/(?P[0-9]+)/emergency\\-contacts/\\Z'] ERROR 2025-09-08 19:33:27,668 basehttp 11891 6138032128 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 500 207441 INFO 2025-09-08 19:33:53,636 basehttp 11891 6138032128 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 19:33:53,667 basehttp 11891 6138032128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 19:33:57,100 log 11891 6138032128 Not Found: /en/patients/40/emergency-contacts/ WARNING 2025-09-08 19:33:57,101 basehttp 11891 6138032128 "GET /en/patients/40/emergency-contacts/ HTTP/1.1" 404 29517 INFO 2025-09-08 19:34:48,737 autoreload 11891 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-08 19:34:49,071 autoreload 12744 8747049152 Watching for file changes with StatReloader WARNING 2025-09-08 19:34:50,823 log 12744 6204190720 Not Found: /en/patients/40/emergency-contacts/ WARNING 2025-09-08 19:34:50,824 basehttp 12744 6204190720 "GET /en/patients/40/emergency-contacts/ HTTP/1.1" 404 43710 INFO 2025-09-08 19:34:53,321 basehttp 12744 6204190720 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 19:34:53,353 basehttp 12744 6204190720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:34:55,293 basehttp 12744 6204190720 "GET /en/patients/40/emergency-contacts/create/ HTTP/1.1" 200 35311 INFO 2025-09-08 19:34:55,328 basehttp 12744 6204190720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 19:35:00,084 log 12744 6204190720 Not Found: /en/patients/emergency-contacts/40/ WARNING 2025-09-08 19:35:00,084 basehttp 12744 6204190720 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 404 29517 INFO 2025-09-08 19:35:39,175 autoreload 12744 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-08 19:35:39,544 autoreload 13136 8747049152 Watching for file changes with StatReloader WARNING 2025-09-08 19:35:40,623 log 13136 6137360384 Not Found: /en/patients/emergency-contacts/40/ WARNING 2025-09-08 19:35:40,623 basehttp 13136 6137360384 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 404 43711 WARNING 2025-09-08 19:35:41,679 log 13136 6137360384 Not Found: /en/patients/emergency-contacts/40/ WARNING 2025-09-08 19:35:41,679 basehttp 13136 6137360384 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 404 43711 INFO 2025-09-08 19:35:43,225 basehttp 13136 6137360384 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33432 INFO 2025-09-08 19:35:43,264 basehttp 13136 6137360384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-08 19:35:49,365 log 13136 6137360384 Internal Server Error: /en/patients/63f3983d-8905-4f1c-a6b9-49005c1d85f8/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1250, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-09-08 19:35:49,367 basehttp 13136 6137360384 "GET /en/patients/63f3983d-8905-4f1c-a6b9-49005c1d85f8/emergency-contacts/ HTTP/1.1" 500 90496 INFO 2025-09-08 19:36:09,869 autoreload 13136 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 19:36:10,250 autoreload 13400 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 19:36:12,086 basehttp 13400 6132379648 "GET /en/patients/63f3983d-8905-4f1c-a6b9-49005c1d85f8/emergency-contacts/ HTTP/1.1" 200 1075 INFO 2025-09-08 19:36:43,332 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-08 19:37:09,665 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33150 INFO 2025-09-08 19:37:09,693 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-08 19:37:29,838 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33150 INFO 2025-09-08 19:37:29,873 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-08 19:37:43,889 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33150 INFO 2025-09-08 19:37:43,927 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-08 19:38:43,931 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 19:38:47,263 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33168 INFO 2025-09-08 19:38:47,290 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 19:39:47,293 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 19:40:07,797 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33124 INFO 2025-09-08 19:40:07,834 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 19:41:07,853 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 19:42:07,839 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 19:42:24,914 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33242 INFO 2025-09-08 19:42:24,948 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 19:42:38,550 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33236 INFO 2025-09-08 19:42:38,577 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 19:43:04,952 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33254 INFO 2025-09-08 19:43:04,982 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 19:43:56,294 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33263 INFO 2025-09-08 19:43:56,322 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 19:44:56,337 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 19:45:39,345 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33699 INFO 2025-09-08 19:45:39,376 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 19:46:00,476 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33706 INFO 2025-09-08 19:46:00,503 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 19:46:15,227 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33707 INFO 2025-09-08 19:46:15,258 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 19:47:15,271 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:47:29,146 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 34377 INFO 2025-09-08 19:47:29,175 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:47:42,257 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 34391 INFO 2025-09-08 19:47:42,285 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:47:58,537 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 34136 INFO 2025-09-08 19:47:58,567 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:48:37,051 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 34816 INFO 2025-09-08 19:48:37,087 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:48:45,163 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 34633 INFO 2025-09-08 19:48:45,192 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:49:19,991 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 35125 INFO 2025-09-08 19:49:20,031 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:50:20,032 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:51:20,039 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:51:42,899 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 37032 INFO 2025-09-08 19:51:42,935 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:51:58,993 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 37037 INFO 2025-09-08 19:51:59,023 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:52:59,026 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:53:53,624 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 37037 INFO 2025-09-08 19:53:53,663 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:54:54,568 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:54:54,574 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 19:55:54,601 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:55:54,603 basehttp 13400 6132379648 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 19:56:10,833 basehttp 13400 6132379648 "GET /en/patients/ HTTP/1.1" 200 137081 INFO 2025-09-08 19:56:10,886 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:56:10,888 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 19:56:48,972 basehttp 13400 6149206016 "GET /en/patients/ HTTP/1.1" 200 137081 INFO 2025-09-08 19:56:49,019 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:56:49,021 basehttp 13400 6132379648 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 19:56:59,968 basehttp 13400 6132379648 "GET /en/patients/ HTTP/1.1" 200 137081 INFO 2025-09-08 19:57:00,025 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:57:00,028 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 19:57:37,868 basehttp 13400 6149206016 "GET /en/patients/ HTTP/1.1" 200 137326 INFO 2025-09-08 19:57:37,910 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:57:37,912 basehttp 13400 6132379648 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 19:57:58,359 basehttp 13400 6132379648 "GET /en/patients/ HTTP/1.1" 200 137396 INFO 2025-09-08 19:57:58,401 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:57:58,403 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 19:58:15,458 basehttp 13400 6149206016 "GET /en/patients/ HTTP/1.1" 200 137459 INFO 2025-09-08 19:58:15,501 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:58:15,502 basehttp 13400 6132379648 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 19:58:27,849 basehttp 13400 6132379648 "GET /en/patients/ HTTP/1.1" 200 137529 INFO 2025-09-08 19:58:27,892 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:58:27,893 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 19:59:27,941 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:59:27,942 basehttp 13400 6132379648 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:00:27,903 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:00:27,905 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:00:30,594 basehttp 13400 6149206016 "GET /en/patients/ HTTP/1.1" 200 137529 INFO 2025-09-08 20:00:30,636 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:00:30,637 basehttp 13400 6132379648 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:00:32,712 basehttp 13400 6132379648 "GET /en/patients/ HTTP/1.1" 200 137529 INFO 2025-09-08 20:00:32,758 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:00:32,760 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:01:25,353 log 13400 6132379648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:01:25,353 basehttp 13400 6132379648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:01:28,043 basehttp 13400 6132379648 "GET /en/patients/ HTTP/1.1" 200 137529 INFO 2025-09-08 20:01:28,057 basehttp 13400 6166032384 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-08 20:01:28,059 log 13400 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-08 20:01:28,060 basehttp 13400 13589622784 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-09-08 20:01:28,060 basehttp 13400 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:01:28,062 basehttp 13400 13572796416 - Broken pipe from ('127.0.0.1', 53960) INFO 2025-09-08 20:01:28,062 basehttp 13400 6132379648 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 20:01:28,063 basehttp 13400 6149206016 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 20:01:28,223 basehttp 13400 6149206016 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:01:28,225 basehttp 13400 6149206016 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 20:01:28,227 basehttp 13400 6132379648 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:01:28,902 basehttp 13400 6132379648 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 20:01:28,925 basehttp 13400 6132379648 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:01:28,926 basehttp 13400 6149206016 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:01:28,926 basehttp 13400 6166032384 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:01:28,926 basehttp 13400 13572796416 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:01:28,927 basehttp 13400 13589622784 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:01:28,928 basehttp 13400 13606449152 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:01:28,928 basehttp 13400 13572796416 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:01:28,928 basehttp 13400 6149206016 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:01:28,931 basehttp 13400 13572796416 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:01:28,931 basehttp 13400 6149206016 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:01:28,932 basehttp 13400 13606449152 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:01:28,933 basehttp 13400 6132379648 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:01:28,933 basehttp 13400 13589622784 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:01:28,936 basehttp 13400 13572796416 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:01:28,936 basehttp 13400 6132379648 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:01:28,936 basehttp 13400 13606449152 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:01:28,938 basehttp 13400 13606449152 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:01:28,938 basehttp 13400 13572796416 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:01:28,938 basehttp 13400 6149206016 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:01:28,939 basehttp 13400 6132379648 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:01:28,939 basehttp 13400 13589622784 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:01:28,939 basehttp 13400 13606449152 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:01:28,942 basehttp 13400 6166032384 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:01:29,023 basehttp 13400 6166032384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:01:29,025 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:01:29,351 log 13400 13589622784 Not Found: /favicon.ico WARNING 2025-09-08 20:01:29,352 basehttp 13400 13589622784 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 20:02:28,991 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:02:28,992 basehttp 13400 6166032384 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:02:58,046 basehttp 13400 6166032384 "GET /en/patients/ HTTP/1.1" 200 137529 WARNING 2025-09-08 20:02:58,061 log 13400 6166032384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:02:58,061 basehttp 13400 6166032384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:02:58,142 basehttp 13400 6166032384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:02:58,145 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:03:58,161 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:03:58,164 basehttp 13400 6166032384 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:04:58,167 basehttp 13400 6166032384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:04:58,170 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:05:58,159 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:05:58,160 basehttp 13400 6166032384 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:06:07,844 basehttp 13400 6166032384 "GET /en/patients/ HTTP/1.1" 200 137529 WARNING 2025-09-08 20:06:07,857 log 13400 6166032384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:06:07,858 basehttp 13400 6166032384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:06:07,920 basehttp 13400 6166032384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:06:07,920 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:07:07,931 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:07:07,936 basehttp 13400 6166032384 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:07:47,992 basehttp 13400 6166032384 "GET /en/patients/ HTTP/1.1" 200 137529 WARNING 2025-09-08 20:07:48,006 log 13400 6166032384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:07:48,006 basehttp 13400 6166032384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:07:48,073 basehttp 13400 6166032384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:07:48,075 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:08:38,208 basehttp 13400 13589622784 "GET /en/patients/ HTTP/1.1" 200 137529 WARNING 2025-09-08 20:08:38,219 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:08:38,219 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:08:38,278 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:08:38,280 basehttp 13400 6166032384 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:08:42,407 basehttp 13400 6166032384 "GET /en/patients/ HTTP/1.1" 200 137529 INFO 2025-09-08 20:08:42,420 basehttp 13400 6132379648 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 20:08:42,421 basehttp 13400 6149206016 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-08 20:08:42,422 basehttp 13400 6166032384 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 20:08:42,423 basehttp 13400 13589622784 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 WARNING 2025-09-08 20:08:42,427 log 13400 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:08:42,427 basehttp 13400 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:08:42,608 basehttp 13400 13572796416 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:08:42,610 basehttp 13400 13572796416 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 20:08:42,612 basehttp 13400 13589622784 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:08:42,770 basehttp 13400 13589622784 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 20:08:42,965 basehttp 13400 6149206016 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:08:42,965 basehttp 13400 13589622784 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:08:42,965 basehttp 13400 6132379648 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:08:42,966 basehttp 13400 6166032384 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:08:42,966 basehttp 13400 13572796416 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:08:42,966 basehttp 13400 13606449152 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:08:42,968 basehttp 13400 6166032384 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:08:42,971 basehttp 13400 6132379648 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:08:42,971 basehttp 13400 13606449152 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:08:42,971 basehttp 13400 13572796416 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:08:42,972 basehttp 13400 6166032384 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:08:42,974 basehttp 13400 6132379648 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:08:42,974 basehttp 13400 13572796416 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:08:42,974 basehttp 13400 6166032384 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:08:42,974 basehttp 13400 13606449152 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:08:42,975 basehttp 13400 6149206016 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:08:42,977 basehttp 13400 6132379648 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:08:42,977 basehttp 13400 13606449152 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:08:42,978 basehttp 13400 13606449152 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:08:42,979 basehttp 13400 13606449152 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:08:42,979 basehttp 13400 13606449152 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:08:42,980 basehttp 13400 13606449152 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:08:42,981 basehttp 13400 13606449152 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:08:42,990 basehttp 13400 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:08:42,991 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:08:43,437 log 13400 13589622784 Not Found: /favicon.ico WARNING 2025-09-08 20:08:43,437 basehttp 13400 13589622784 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 20:09:38,043 basehttp 13400 13589622784 "GET /en/patients/ HTTP/1.1" 200 136093 WARNING 2025-09-08 20:09:38,056 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:09:38,056 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:09:38,148 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:09:38,151 basehttp 13400 13572796416 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:10:07,509 basehttp 13400 13572796416 "GET /en/patients/ HTTP/1.1" 200 137529 WARNING 2025-09-08 20:10:07,522 log 13400 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:10:07,523 basehttp 13400 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:10:07,583 basehttp 13400 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:10:07,589 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:10:08,917 basehttp 13400 13589622784 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 37037 WARNING 2025-09-08 20:10:08,934 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:10:08,935 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:10:08,977 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 20:10:12,633 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:10:12,633 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 20:10:12,647 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:10:12,647 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:10:13,898 basehttp 13400 13589622784 "GET /en/patients/insurance-info/25/ HTTP/1.1" 200 36090 INFO 2025-09-08 20:10:13,916 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:10:26,449 basehttp 13400 13589622784 "GET /en/patients/consent-forms/47/ HTTP/1.1" 200 1182 INFO 2025-09-08 20:10:32,394 basehttp 13400 13589622784 "GET /en/patients/ HTTP/1.1" 200 137529 WARNING 2025-09-08 20:10:32,411 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:10:32,411 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:10:32,472 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:10:32,476 basehttp 13400 13572796416 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:11:32,489 basehttp 13400 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:11:32,491 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:12:32,533 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:12:32,534 basehttp 13400 13572796416 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 ERROR 2025-09-08 20:12:58,147 log 13400 13572796416 Internal Server Error: /en/patients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_info_list' with arguments '(UUID('63f3983d-8905-4f1c-a6b9-49005c1d85f8'),)' not found. 1 pattern(s) tried: ['en/patients/insurance\\-info/(?P[0-9]+)/\\Z'] ERROR 2025-09-08 20:12:58,149 basehttp 13400 13572796416 "GET /en/patients/ HTTP/1.1" 500 267224 WARNING 2025-09-08 20:12:58,163 log 13400 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:12:58,163 basehttp 13400 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:13:13,502 basehttp 13400 13572796416 "GET /en/patients/ HTTP/1.1" 200 137529 WARNING 2025-09-08 20:13:13,516 log 13400 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:13:13,516 basehttp 13400 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:13:13,582 basehttp 13400 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:13:13,583 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:13:16,108 basehttp 13400 13589622784 "GET /en/patients/insurance-info/25/ HTTP/1.1" 200 36090 INFO 2025-09-08 20:13:16,126 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:13:31,737 basehttp 13400 13589622784 "GET /en/patients/ HTTP/1.1" 200 137529 WARNING 2025-09-08 20:13:31,754 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:13:31,754 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:13:31,820 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:13:31,822 basehttp 13400 13572796416 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:14:31,837 basehttp 13400 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:14:31,841 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:14:48,610 basehttp 13400 13589622784 "GET /en/patients/insurance-info/7/ HTTP/1.1" 200 36107 INFO 2025-09-08 20:14:48,632 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:15:06,495 basehttp 13400 13589622784 "GET /en/patients/ HTTP/1.1" 200 137529 WARNING 2025-09-08 20:15:06,515 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:15:06,515 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:15:06,566 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:15:06,570 basehttp 13400 13572796416 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:16:05,054 basehttp 13400 13572796416 "GET /en/patients/ HTTP/1.1" 200 140129 WARNING 2025-09-08 20:16:05,069 log 13400 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:16:05,070 basehttp 13400 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:16:05,136 basehttp 13400 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:16:05,137 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:16:06,657 basehttp 13400 13589622784 "GET /en/patients/insurance-info/17/ HTTP/1.1" 200 36127 INFO 2025-09-08 20:16:06,675 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:16:11,710 basehttp 13400 13589622784 "GET /en/patients/consent-forms/47/ HTTP/1.1" 200 1182 INFO 2025-09-08 20:16:35,184 basehttp 13400 13589622784 "GET /en/patients/ HTTP/1.1" 200 140129 WARNING 2025-09-08 20:16:35,198 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:16:35,198 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:16:35,256 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:16:35,258 basehttp 13400 13572796416 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:16:36,894 basehttp 13400 13572796416 "GET /en/patients/ HTTP/1.1" 200 140129 INFO 2025-09-08 20:16:36,905 basehttp 13400 6132379648 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 20:16:36,908 basehttp 13400 13606449152 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:16:36,912 basehttp 13400 6166032384 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-09-08 20:16:36,915 log 13400 6149206016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:16:36,916 basehttp 13400 6149206016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:16:36,916 basehttp 13400 13572796416 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 20:16:36,917 basehttp 13400 13606449152 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 20:16:36,921 basehttp 13400 13589622784 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 20:16:36,921 basehttp 13400 6132379648 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:16:38,004 basehttp 13400 6132379648 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 20:16:38,028 basehttp 13400 6149206016 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:16:38,028 basehttp 13400 13572796416 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:16:38,029 basehttp 13400 13589622784 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:16:38,030 basehttp 13400 13606449152 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:16:38,030 basehttp 13400 6132379648 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:16:38,032 basehttp 13400 6166032384 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:16:38,032 basehttp 13400 13572796416 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:16:38,032 basehttp 13400 13606449152 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:16:38,033 basehttp 13400 13589622784 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:16:38,033 basehttp 13400 6132379648 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:16:38,036 basehttp 13400 6149206016 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:16:38,036 basehttp 13400 6166032384 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:16:38,037 basehttp 13400 13606449152 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:16:38,037 basehttp 13400 6132379648 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:16:38,038 basehttp 13400 13589622784 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:16:38,044 basehttp 13400 6149206016 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:16:38,045 basehttp 13400 13606449152 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:16:38,046 basehttp 13400 13572796416 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:16:38,048 basehttp 13400 6166032384 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:16:38,048 basehttp 13400 13589622784 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:16:38,049 basehttp 13400 6132379648 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:16:38,049 basehttp 13400 6149206016 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:16:38,049 basehttp 13400 13606449152 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:16:38,064 basehttp 13400 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:16:38,066 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:16:38,235 log 13400 6149206016 Not Found: /favicon.ico WARNING 2025-09-08 20:16:38,235 basehttp 13400 6149206016 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 20:16:41,825 basehttp 13400 6149206016 "GET /en/patients/ HTTP/1.1" 200 140129 INFO 2025-09-08 20:16:41,833 basehttp 13400 13606449152 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 20:16:41,836 basehttp 13400 13589622784 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 20:16:41,836 basehttp 13400 13572796416 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:16:41,838 basehttp 13400 6166032384 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-09-08 20:16:41,841 log 13400 6149206016 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-08 20:16:41,841 basehttp 13400 13589622784 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 20:16:41,841 basehttp 13400 6149206016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:16:41,845 basehttp 13400 6132379648 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 20:16:41,845 basehttp 13400 13606449152 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:16:42,345 basehttp 13400 13606449152 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 20:16:42,369 basehttp 13400 13606449152 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:16:42,370 basehttp 13400 6149206016 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:16:42,371 basehttp 13400 13589622784 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:16:42,371 basehttp 13400 6132379648 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:16:42,371 basehttp 13400 6166032384 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:16:42,373 basehttp 13400 6149206016 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:16:42,375 basehttp 13400 13589622784 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:16:42,375 basehttp 13400 6132379648 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:16:42,376 basehttp 13400 6149206016 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:16:42,376 basehttp 13400 13572796416 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:16:42,377 basehttp 13400 6166032384 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:16:42,377 basehttp 13400 13589622784 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:16:42,378 basehttp 13400 6132379648 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:16:42,378 basehttp 13400 6149206016 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:16:42,378 basehttp 13400 13572796416 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:16:42,378 basehttp 13400 13606449152 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:16:42,382 basehttp 13400 13606449152 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:16:42,382 basehttp 13400 6166032384 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:16:42,382 basehttp 13400 6149206016 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:16:42,383 basehttp 13400 13572796416 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:16:42,384 basehttp 13400 13589622784 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:16:42,384 basehttp 13400 6132379648 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:16:42,386 basehttp 13400 6149206016 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:16:42,396 basehttp 13400 13606449152 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:16:42,396 basehttp 13400 6166032384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 20:16:42,519 log 13400 6166032384 Not Found: /favicon.ico WARNING 2025-09-08 20:16:42,519 basehttp 13400 6166032384 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 20:16:44,024 basehttp 13400 6166032384 "GET /en/patients/insurance-info/8/ HTTP/1.1" 200 36115 INFO 2025-09-08 20:16:44,045 basehttp 13400 6166032384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:16:49,624 basehttp 13400 6166032384 "GET /en/patients/ HTTP/1.1" 200 140129 WARNING 2025-09-08 20:16:49,643 log 13400 6166032384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:16:49,643 basehttp 13400 6166032384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:16:49,702 basehttp 13400 6166032384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:16:49,704 basehttp 13400 13606449152 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:17:49,726 basehttp 13400 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:17:49,729 basehttp 13400 6166032384 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:18:49,732 basehttp 13400 6166032384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:18:49,734 basehttp 13400 13606449152 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:19:49,721 basehttp 13400 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:19:49,722 basehttp 13400 6166032384 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:20:34,298 basehttp 13400 6166032384 "GET /en/patients/ HTTP/1.1" 200 140029 INFO 2025-09-08 20:20:34,311 basehttp 13400 13589622784 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 20:20:34,312 basehttp 13400 13572796416 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:20:34,314 basehttp 13400 6132379648 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-09-08 20:20:34,319 log 13400 6149206016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:20:34,320 basehttp 13400 6149206016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:20:34,321 basehttp 13400 13572796416 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 20:20:34,321 basehttp 13400 6166032384 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 20:20:34,324 basehttp 13400 13606449152 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 20:20:34,325 basehttp 13400 13589622784 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:20:35,221 basehttp 13400 6149206016 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:20:35,222 basehttp 13400 13589622784 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:20:35,222 basehttp 13400 13606449152 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:20:35,222 basehttp 13400 13572796416 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:20:35,223 basehttp 13400 6166032384 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:20:35,226 basehttp 13400 6149206016 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:20:35,226 basehttp 13400 13589622784 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:20:35,226 basehttp 13400 13572796416 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:20:35,226 basehttp 13400 6132379648 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:20:35,228 basehttp 13400 6166032384 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:20:35,229 basehttp 13400 6149206016 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:20:35,230 basehttp 13400 13589622784 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:20:35,230 basehttp 13400 13572796416 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:20:35,231 basehttp 13400 6132379648 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:20:35,232 basehttp 13400 13589622784 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:20:35,232 basehttp 13400 6149206016 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:20:35,232 basehttp 13400 6166032384 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:20:35,233 basehttp 13400 13606449152 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:20:35,234 basehttp 13400 13572796416 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:20:35,235 basehttp 13400 6166032384 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:20:35,235 basehttp 13400 13589622784 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:20:35,235 basehttp 13400 6132379648 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:20:35,235 basehttp 13400 6149206016 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:20:35,244 basehttp 13400 6149206016 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 20:20:35,287 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:20:35,290 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:20:35,331 log 13400 13589622784 Not Found: /favicon.ico WARNING 2025-09-08 20:20:35,331 basehttp 13400 13589622784 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 20:20:37,489 basehttp 13400 13589622784 "GET /en/patients/insurance-info/28/ HTTP/1.1" 200 36129 INFO 2025-09-08 20:20:37,513 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:20:40,598 basehttp 13400 13589622784 "GET /en/patients/ HTTP/1.1" 200 140029 WARNING 2025-09-08 20:20:40,612 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:20:40,612 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:20:40,674 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:20:40,676 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:21:40,705 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:21:40,707 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:22:23,707 basehttp 13400 13589622784 "GET /en/patients/ HTTP/1.1" 200 137429 WARNING 2025-09-08 20:22:23,721 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:22:23,721 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:22:23,789 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:22:23,791 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:22:29,409 basehttp 13400 6149206016 "GET /en/patients/insurance-info/40/ HTTP/1.1" 200 36138 INFO 2025-09-08 20:22:29,426 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:22:42,123 basehttp 13400 6149206016 "GET /en/patients/ HTTP/1.1" 200 137429 WARNING 2025-09-08 20:22:42,140 log 13400 6149206016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:22:42,140 basehttp 13400 6149206016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:22:42,199 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:22:42,208 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:23:42,217 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:23:42,219 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:24:42,229 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:24:42,232 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:25:23,231 basehttp 13400 13589622784 "GET /en/patients/ HTTP/1.1" 200 138979 WARNING 2025-09-08 20:25:23,246 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:25:23,246 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:25:23,307 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:25:23,309 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:25:24,778 basehttp 13400 6149206016 "GET /en/patients/insurance-info/12/ HTTP/1.1" 200 36078 INFO 2025-09-08 20:25:24,799 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:25:54,850 basehttp 13400 6149206016 "GET /en/patients/insurance-claims-history/12/ HTTP/1.1" 200 76250 INFO 2025-09-08 20:26:24,816 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:26:24,818 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:26:24,840 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:26:24,842 basehttp 13400 13589622784 "GET /en/patients/insurance-claims-history/12/ HTTP/1.1" 200 73482 INFO 2025-09-08 20:26:54,833 basehttp 13400 13589622784 "GET /en/patients/insurance-claims-history/12/ HTTP/1.1" 200 72234 INFO 2025-09-08 20:27:24,829 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:27:24,833 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:27:24,842 basehttp 13400 6132379648 "GET /en/patients/insurance-claims-history/12/ HTTP/1.1" 200 65313 INFO 2025-09-08 20:27:24,843 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:27:29,030 basehttp 13400 13589622784 "GET /en/patients/ HTTP/1.1" 200 137429 WARNING 2025-09-08 20:27:29,046 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:27:29,047 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:27:29,105 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:27:29,107 basehttp 13400 6132379648 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:27:32,192 basehttp 13400 6132379648 "GET /en/patients/insurance-info/7/ HTTP/1.1" 200 36107 INFO 2025-09-08 20:27:32,207 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:27:36,584 basehttp 13400 6132379648 "GET /en/patients/consent-forms/47/ HTTP/1.1" 200 1182 INFO 2025-09-08 20:27:42,898 basehttp 13400 6132379648 "GET /en/patients/ HTTP/1.1" 200 137429 WARNING 2025-09-08 20:27:42,913 log 13400 6132379648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:27:42,913 basehttp 13400 6132379648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:27:42,975 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:27:42,977 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:27:50,614 basehttp 13400 13589622784 "GET /en/patients/patientprofile/12/details/ HTTP/1.1" 200 36563 WARNING 2025-09-08 20:27:50,631 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:27:50,632 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:27:50,681 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:27:57,085 basehttp 13400 13589622784 "GET /en/appointments/requests/create/?patient=12 HTTP/1.1" 200 54220 WARNING 2025-09-08 20:27:57,104 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:27:57,105 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:27:57,144 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 20:28:45,895 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:28:45,895 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 20:28:45,904 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:28:45,904 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 20:28:46,693 log 13400 6149206016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:28:46,694 basehttp 13400 6149206016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:28:46,694 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:46,697 basehttp 13400 6132379648 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:28:46,703 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:28:46,703 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:28:47,399 basehttp 13400 13589622784 "GET /en/patients/ HTTP/1.1" 200 139929 WARNING 2025-09-08 20:28:47,411 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:28:47,411 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:28:47,534 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:47,540 basehttp 13400 6149206016 "GET /en/patients/insurance-info/40/ HTTP/1.1" 200 36138 INFO 2025-09-08 20:28:47,545 basehttp 13400 13572796416 "GET /en/patients/insurance-info/25/ HTTP/1.1" 200 36090 INFO 2025-09-08 20:28:47,546 basehttp 13400 13606449152 "GET /en/patients/consent-forms/25/ HTTP/1.1" 200 1173 INFO 2025-09-08 20:28:47,546 basehttp 13400 6132379648 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:28:47,548 basehttp 13400 6166032384 "GET /en/patients/consent-forms/40/ HTTP/1.1" 200 589 INFO 2025-09-08 20:28:47,551 basehttp 13400 13589622784 "GET /en/patients/insurance-info/17/ HTTP/1.1" 200 36127 INFO 2025-09-08 20:28:47,592 basehttp 13400 6149206016 "GET /en/patients/consent-forms/17/ HTTP/1.1" 200 590 INFO 2025-09-08 20:28:47,603 basehttp 13400 13572796416 "GET /en/patients/insurance-info/12/ HTTP/1.1" 200 36078 WARNING 2025-09-08 20:28:47,617 log 13400 13589622784 Not Found: /en/patients/insurance-info/47/ WARNING 2025-09-08 20:28:47,618 basehttp 13400 13589622784 "GET /en/patients/insurance-info/47/ HTTP/1.1" 404 26026 INFO 2025-09-08 20:28:47,620 basehttp 13400 13606449152 "GET /en/patients/consent-forms/12/ HTTP/1.1" 200 599 INFO 2025-09-08 20:28:47,622 basehttp 13400 6132379648 "GET /en/patients/insurance-info/7/ HTTP/1.1" 200 36107 INFO 2025-09-08 20:28:47,623 basehttp 13400 6166032384 "GET /en/patients/consent-forms/7/ HTTP/1.1" 200 1173 INFO 2025-09-08 20:28:47,625 basehttp 13400 6149206016 "GET /en/patients/consent-forms/47/ HTTP/1.1" 200 1182 INFO 2025-09-08 20:28:47,627 basehttp 13400 13572796416 "GET /en/patients/insurance-info/28/ HTTP/1.1" 200 36129 INFO 2025-09-08 20:28:47,675 basehttp 13400 13589622784 "GET /en/patients/consent-forms/28/ HTTP/1.1" 200 1174 INFO 2025-09-08 20:28:47,687 basehttp 13400 13606449152 "GET /en/patients/insurance-info/8/ HTTP/1.1" 200 36115 WARNING 2025-09-08 20:28:47,690 log 13400 13572796416 Not Found: /en/patients/insurance-info/44/ WARNING 2025-09-08 20:28:47,692 basehttp 13400 13572796416 "GET /en/patients/insurance-info/44/ HTTP/1.1" 404 26026 INFO 2025-09-08 20:28:47,693 basehttp 13400 6132379648 "GET /en/patients/consent-forms/8/ HTTP/1.1" 200 1175 INFO 2025-09-08 20:28:47,697 basehttp 13400 6149206016 "GET /en/patients/consent-forms/29/ HTTP/1.1" 200 589 INFO 2025-09-08 20:28:47,697 basehttp 13400 6166032384 "GET /en/patients/insurance-info/29/ HTTP/1.1" 200 36143 INFO 2025-09-08 20:28:47,699 basehttp 13400 13589622784 "GET /en/patients/consent-forms/44/ HTTP/1.1" 200 1182 INFO 2025-09-08 20:28:47,734 basehttp 13400 13572796416 "GET /en/patients/consent-forms/21/ HTTP/1.1" 200 599 INFO 2025-09-08 20:28:47,742 basehttp 13400 13606449152 "GET /en/patients/insurance-info/21/ HTTP/1.1" 200 36093 INFO 2025-09-08 20:28:47,753 basehttp 13400 6132379648 "GET /en/patients/insurance-info/30/ HTTP/1.1" 200 36142 INFO 2025-09-08 20:28:47,762 basehttp 13400 6166032384 "GET /en/patients/insurance-info/15/ HTTP/1.1" 200 36133 INFO 2025-09-08 20:28:47,762 basehttp 13400 13589622784 "GET /en/patients/consent-forms/15/ HTTP/1.1" 200 589 INFO 2025-09-08 20:28:47,763 basehttp 13400 6149206016 "GET /en/patients/consent-forms/30/ HTTP/1.1" 200 1171 INFO 2025-09-08 20:28:47,777 basehttp 13400 13572796416 "GET /en/patients/insurance-info/34/ HTTP/1.1" 200 36195 INFO 2025-09-08 20:28:47,788 basehttp 13400 13606449152 "GET /en/patients/consent-forms/34/ HTTP/1.1" 200 1171 INFO 2025-09-08 20:28:47,813 basehttp 13400 6132379648 "GET /en/patients/insurance-info/24/ HTTP/1.1" 200 36094 INFO 2025-09-08 20:28:47,825 basehttp 13400 6166032384 "GET /en/patients/insurance-info/42/ HTTP/1.1" 200 36153 INFO 2025-09-08 20:28:47,832 basehttp 13400 13589622784 "GET /en/patients/consent-forms/24/ HTTP/1.1" 200 1180 INFO 2025-09-08 20:28:47,832 basehttp 13400 6149206016 "GET /en/patients/consent-forms/42/ HTTP/1.1" 200 1174 INFO 2025-09-08 20:28:47,834 basehttp 13400 13572796416 "GET /en/patients/insurance-info/9/ HTTP/1.1" 200 36018 INFO 2025-09-08 20:28:47,837 basehttp 13400 6132379648 "GET /en/patients/insurance-info/22/ HTTP/1.1" 200 36178 INFO 2025-09-08 20:28:47,838 basehttp 13400 13606449152 "GET /en/patients/consent-forms/9/ HTTP/1.1" 200 1183 INFO 2025-09-08 20:28:47,854 basehttp 13400 6166032384 "GET /en/patients/consent-forms/22/ HTTP/1.1" 200 592 WARNING 2025-09-08 20:28:47,903 log 13400 13589622784 Not Found: /en/patients/insurance-info/50/ WARNING 2025-09-08 20:28:47,907 basehttp 13400 13589622784 "GET /en/patients/insurance-info/50/ HTTP/1.1" 404 26026 INFO 2025-09-08 20:28:47,919 basehttp 13400 6149206016 "GET /en/patients/consent-forms/50/ HTTP/1.1" 200 1180 INFO 2025-09-08 20:28:47,919 basehttp 13400 13572796416 "GET /en/patients/insurance-info/20/ HTTP/1.1" 200 36160 INFO 2025-09-08 20:28:47,920 basehttp 13400 13606449152 "GET /en/patients/insurance-info/1/ HTTP/1.1" 200 36039 INFO 2025-09-08 20:28:47,923 basehttp 13400 6132379648 "GET /en/patients/consent-forms/20/ HTTP/1.1" 200 1175 INFO 2025-09-08 20:28:47,923 basehttp 13400 6166032384 "GET /en/patients/consent-forms/1/ HTTP/1.1" 200 1171 INFO 2025-09-08 20:28:47,927 basehttp 13400 13589622784 "GET /en/patients/insurance-info/14/ HTTP/1.1" 200 36138 INFO 2025-09-08 20:28:47,960 basehttp 13400 6149206016 "GET /en/patients/consent-forms/14/ HTTP/1.1" 200 1173 INFO 2025-09-08 20:28:47,980 basehttp 13400 13606449152 "GET /en/patients/consent-forms/41/ HTTP/1.1" 200 1172 INFO 2025-09-08 20:28:47,984 basehttp 13400 13572796416 "GET /en/patients/insurance-info/41/ HTTP/1.1" 200 36062 INFO 2025-09-08 20:28:47,990 basehttp 13400 6166032384 "GET /en/patients/insurance-info/39/ HTTP/1.1" 200 36131 INFO 2025-09-08 20:28:47,992 basehttp 13400 6132379648 "GET /en/patients/consent-forms/39/ HTTP/1.1" 200 589 INFO 2025-09-08 20:28:47,993 basehttp 13400 13589622784 "GET /en/patients/insurance-info/31/ HTTP/1.1" 200 36142 INFO 2025-09-08 20:28:47,993 basehttp 13400 6149206016 "GET /en/patients/consent-forms/31/ HTTP/1.1" 200 589 INFO 2025-09-08 20:28:47,996 basehttp 13400 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:48,004 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:48,009 basehttp 13400 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:48,014 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:48,019 basehttp 13400 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:48,025 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:48,139 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:53,214 basehttp 13400 6149206016 "GET /en/patients/ HTTP/1.1" 200 139929 WARNING 2025-09-08 20:28:53,234 log 13400 6149206016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:28:53,235 basehttp 13400 6149206016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:28:53,330 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:53,338 basehttp 13400 13606449152 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:28:53,343 basehttp 13400 6132379648 "GET /en/patients/consent-forms/40/ HTTP/1.1" 200 589 INFO 2025-09-08 20:28:53,344 basehttp 13400 13589622784 "GET /en/patients/insurance-info/40/ HTTP/1.1" 200 36138 INFO 2025-09-08 20:28:53,347 basehttp 13400 6166032384 "GET /en/patients/insurance-info/25/ HTTP/1.1" 200 36090 INFO 2025-09-08 20:28:53,348 basehttp 13400 13572796416 "GET /en/patients/consent-forms/25/ HTTP/1.1" 200 1173 INFO 2025-09-08 20:28:53,349 basehttp 13400 6149206016 "GET /en/patients/insurance-info/17/ HTTP/1.1" 200 36127 INFO 2025-09-08 20:28:53,390 basehttp 13400 13606449152 "GET /en/patients/consent-forms/17/ HTTP/1.1" 200 590 INFO 2025-09-08 20:28:53,409 basehttp 13400 13589622784 "GET /en/patients/consent-forms/12/ HTTP/1.1" 200 599 INFO 2025-09-08 20:28:53,415 basehttp 13400 6132379648 "GET /en/patients/insurance-info/12/ HTTP/1.1" 200 36078 WARNING 2025-09-08 20:28:53,417 log 13400 6149206016 Not Found: /en/patients/insurance-info/47/ WARNING 2025-09-08 20:28:53,418 basehttp 13400 6149206016 "GET /en/patients/insurance-info/47/ HTTP/1.1" 404 26026 INFO 2025-09-08 20:28:53,420 basehttp 13400 13572796416 "GET /en/patients/consent-forms/7/ HTTP/1.1" 200 1173 INFO 2025-09-08 20:28:53,422 basehttp 13400 6166032384 "GET /en/patients/insurance-info/7/ HTTP/1.1" 200 36107 INFO 2025-09-08 20:28:53,423 basehttp 13400 13606449152 "GET /en/patients/consent-forms/47/ HTTP/1.1" 200 1182 INFO 2025-09-08 20:28:53,439 basehttp 13400 13589622784 "GET /en/patients/insurance-info/28/ HTTP/1.1" 200 36129 INFO 2025-09-08 20:28:53,472 basehttp 13400 6132379648 "GET /en/patients/consent-forms/28/ HTTP/1.1" 200 1174 INFO 2025-09-08 20:28:53,477 basehttp 13400 6149206016 "GET /en/patients/insurance-info/8/ HTTP/1.1" 200 36115 INFO 2025-09-08 20:28:53,488 basehttp 13400 13606449152 "GET /en/patients/consent-forms/29/ HTTP/1.1" 200 589 WARNING 2025-09-08 20:28:53,490 log 13400 13589622784 Not Found: /en/patients/insurance-info/44/ WARNING 2025-09-08 20:28:53,491 basehttp 13400 13589622784 "GET /en/patients/insurance-info/44/ HTTP/1.1" 404 26026 INFO 2025-09-08 20:28:53,491 basehttp 13400 6166032384 "GET /en/patients/insurance-info/29/ HTTP/1.1" 200 36143 INFO 2025-09-08 20:28:53,491 basehttp 13400 13572796416 "GET /en/patients/consent-forms/8/ HTTP/1.1" 200 1175 INFO 2025-09-08 20:28:53,499 basehttp 13400 6132379648 "GET /en/patients/consent-forms/44/ HTTP/1.1" 200 1182 INFO 2025-09-08 20:28:53,499 basehttp 13400 6149206016 "GET /en/patients/insurance-info/21/ HTTP/1.1" 200 36093 INFO 2025-09-08 20:28:53,539 basehttp 13400 13606449152 "GET /en/patients/consent-forms/21/ HTTP/1.1" 200 599 INFO 2025-09-08 20:28:53,542 basehttp 13400 13589622784 "GET /en/patients/consent-forms/30/ HTTP/1.1" 200 1171 INFO 2025-09-08 20:28:53,547 basehttp 13400 13572796416 "GET /en/patients/insurance-info/15/ HTTP/1.1" 200 36133 INFO 2025-09-08 20:28:53,555 basehttp 13400 6166032384 "GET /en/patients/insurance-info/30/ HTTP/1.1" 200 36142 INFO 2025-09-08 20:28:53,559 basehttp 13400 6132379648 "GET /en/patients/consent-forms/15/ HTTP/1.1" 200 589 INFO 2025-09-08 20:28:53,559 basehttp 13400 6149206016 "GET /en/patients/insurance-info/34/ HTTP/1.1" 200 36195 INFO 2025-09-08 20:28:53,587 basehttp 13400 13589622784 "GET /en/patients/insurance-info/24/ HTTP/1.1" 200 36094 INFO 2025-09-08 20:28:53,588 basehttp 13400 13606449152 "GET /en/patients/consent-forms/34/ HTTP/1.1" 200 1171 INFO 2025-09-08 20:28:53,609 basehttp 13400 13572796416 "GET /en/patients/consent-forms/24/ HTTP/1.1" 200 1180 INFO 2025-09-08 20:28:53,618 basehttp 13400 6166032384 "GET /en/patients/insurance-info/42/ HTTP/1.1" 200 36153 INFO 2025-09-08 20:28:53,620 basehttp 13400 6149206016 "GET /en/patients/insurance-info/9/ HTTP/1.1" 200 36018 INFO 2025-09-08 20:28:53,622 basehttp 13400 6132379648 "GET /en/patients/consent-forms/42/ HTTP/1.1" 200 1174 INFO 2025-09-08 20:28:53,635 basehttp 13400 13589622784 "GET /en/patients/consent-forms/9/ HTTP/1.1" 200 1183 INFO 2025-09-08 20:28:53,636 basehttp 13400 13606449152 "GET /en/patients/insurance-info/22/ HTTP/1.1" 200 36178 INFO 2025-09-08 20:28:53,640 basehttp 13400 13572796416 "GET /en/patients/consent-forms/22/ HTTP/1.1" 200 592 WARNING 2025-09-08 20:28:53,674 log 13400 6166032384 Not Found: /en/patients/insurance-info/50/ WARNING 2025-09-08 20:28:53,674 basehttp 13400 6166032384 "GET /en/patients/insurance-info/50/ HTTP/1.1" 404 26026 INFO 2025-09-08 20:28:53,681 basehttp 13400 6132379648 "GET /en/patients/insurance-info/20/ HTTP/1.1" 200 36160 INFO 2025-09-08 20:28:53,681 basehttp 13400 6149206016 "GET /en/patients/consent-forms/50/ HTTP/1.1" 200 1180 INFO 2025-09-08 20:28:53,694 basehttp 13400 13606449152 "GET /en/patients/insurance-info/1/ HTTP/1.1" 200 36039 INFO 2025-09-08 20:28:53,696 basehttp 13400 13589622784 "GET /en/patients/consent-forms/20/ HTTP/1.1" 200 1175 INFO 2025-09-08 20:28:53,697 basehttp 13400 13572796416 "GET /en/patients/consent-forms/1/ HTTP/1.1" 200 1171 INFO 2025-09-08 20:28:53,713 basehttp 13400 6166032384 "GET /en/patients/insurance-info/14/ HTTP/1.1" 200 36138 INFO 2025-09-08 20:28:53,727 basehttp 13400 6132379648 "GET /en/patients/consent-forms/14/ HTTP/1.1" 200 1173 INFO 2025-09-08 20:28:53,742 basehttp 13400 6149206016 "GET /en/patients/insurance-info/41/ HTTP/1.1" 200 36062 INFO 2025-09-08 20:28:53,756 basehttp 13400 13606449152 "GET /en/patients/consent-forms/41/ HTTP/1.1" 200 1172 INFO 2025-09-08 20:28:53,757 basehttp 13400 13589622784 "GET /en/patients/insurance-info/39/ HTTP/1.1" 200 36131 INFO 2025-09-08 20:28:53,759 basehttp 13400 13572796416 "GET /en/patients/consent-forms/39/ HTTP/1.1" 200 589 INFO 2025-09-08 20:28:53,763 basehttp 13400 6166032384 "GET /en/patients/insurance-info/31/ HTTP/1.1" 200 36142 INFO 2025-09-08 20:28:53,771 basehttp 13400 6132379648 "GET /en/patients/consent-forms/31/ HTTP/1.1" 200 589 INFO 2025-09-08 20:28:53,772 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:53,777 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:53,782 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:53,789 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:53,795 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:53,800 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:53,833 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:53,897 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:29:22,834 basehttp 13400 6132379648 "GET /en/patients/ HTTP/1.1" 200 140229 WARNING 2025-09-08 20:29:22,851 log 13400 6132379648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:29:22,852 basehttp 13400 6132379648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:29:22,923 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:29:22,924 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:29:29,704 basehttp 13400 6149206016 "GET /en/patients/ HTTP/1.1" 200 140229 WARNING 2025-09-08 20:29:29,720 log 13400 6149206016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:29:29,720 basehttp 13400 6149206016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:29:29,780 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:29:29,794 basehttp 13400 6132379648 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:30:19,853 basehttp 13400 6132379648 "GET /en/patients/ HTTP/1.1" 200 140029 WARNING 2025-09-08 20:30:19,869 log 13400 6132379648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:30:19,869 basehttp 13400 6132379648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:30:19,927 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:30:19,929 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:30:21,969 basehttp 13400 6149206016 "GET /en/patients/ HTTP/1.1" 200 140029 INFO 2025-09-08 20:30:21,982 basehttp 13400 13572796416 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 20:30:21,983 basehttp 13400 13606449152 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:30:21,986 basehttp 13400 13589622784 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-08 20:30:21,989 basehttp 13400 13606449152 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 20:30:21,990 log 13400 6132379648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:30:21,991 basehttp 13400 6132379648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:30:21,992 basehttp 13400 6149206016 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 20:30:21,995 basehttp 13400 6166032384 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 20:30:21,996 basehttp 13400 13572796416 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:30:23,120 basehttp 13400 13572796416 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:30:23,124 basehttp 13400 6149206016 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:30:23,125 basehttp 13400 13606449152 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:30:23,126 basehttp 13400 6166032384 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:30:23,126 basehttp 13400 13589622784 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:30:23,127 basehttp 13400 6132379648 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:30:23,128 basehttp 13400 13606449152 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:30:23,128 basehttp 13400 6149206016 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:30:23,129 basehttp 13400 6166032384 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:30:23,129 basehttp 13400 13589622784 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:30:23,130 basehttp 13400 13572796416 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:30:23,131 basehttp 13400 13606449152 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:30:23,131 basehttp 13400 6149206016 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:30:23,131 basehttp 13400 6132379648 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:30:23,131 basehttp 13400 6166032384 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:30:23,132 basehttp 13400 13589622784 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:30:23,132 basehttp 13400 13606449152 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:30:23,133 basehttp 13400 13572796416 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:30:23,134 basehttp 13400 6149206016 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:30:23,134 basehttp 13400 6132379648 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:30:23,135 basehttp 13400 6166032384 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:30:23,135 basehttp 13400 13589622784 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:30:23,136 basehttp 13400 13606449152 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:30:23,138 basehttp 13400 13572796416 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 20:30:23,173 basehttp 13400 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:30:23,175 basehttp 13400 13606449152 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:30:23,237 log 13400 13606449152 Not Found: /favicon.ico WARNING 2025-09-08 20:30:23,237 basehttp 13400 13606449152 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 20:30:24,422 basehttp 13400 13606449152 "GET /en/patients/insurance-info/12/ HTTP/1.1" 200 36078 INFO 2025-09-08 20:30:24,451 basehttp 13400 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:30:27,964 basehttp 13400 13606449152 "GET /en/patients/ HTTP/1.1" 200 140029 WARNING 2025-09-08 20:30:27,983 log 13400 13606449152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:30:27,983 basehttp 13400 13606449152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:30:28,045 basehttp 13400 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:30:28,047 basehttp 13400 13572796416 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:30:43,980 basehttp 13400 13572796416 "GET /en/patients/ HTTP/1.1" 200 137429 WARNING 2025-09-08 20:30:43,992 log 13400 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:30:43,993 basehttp 13400 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:30:44,053 basehttp 13400 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:30:44,055 basehttp 13400 13606449152 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:30:45,713 basehttp 13400 13606449152 "GET /en/patients/insurance-info/7/ HTTP/1.1" 200 36107 INFO 2025-09-08 20:30:45,729 basehttp 13400 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:30:52,025 basehttp 13400 6132379648 "GET /en/patients/ HTTP/1.1" 200 137429 WARNING 2025-09-08 20:30:52,042 log 13400 6132379648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:30:52,042 basehttp 13400 6132379648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:30:52,100 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:30:52,103 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:30:53,436 basehttp 13400 6149206016 "GET /en/patients/consent-forms/7/ HTTP/1.1" 200 1173 INFO 2025-09-08 20:30:59,362 basehttp 13400 6149206016 "GET /en/patients/ HTTP/1.1" 200 137429 WARNING 2025-09-08 20:30:59,380 log 13400 6149206016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:30:59,380 basehttp 13400 6149206016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:30:59,441 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:30:59,442 basehttp 13400 6132379648 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:31:59,461 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:31:59,463 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:32:03,131 autoreload 38561 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 20:32:06,239 basehttp 38561 6122876928 "GET /en/patients/ HTTP/1.1" 200 140029 INFO 2025-09-08 20:32:06,254 basehttp 38561 6156529664 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 20:32:06,255 basehttp 38561 6341865472 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:32:06,258 basehttp 38561 6325039104 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-09-08 20:32:06,261 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:32:06,262 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:32:06,262 basehttp 38561 6341865472 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 20:32:06,262 basehttp 38561 6122876928 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 20:32:06,266 basehttp 38561 6139703296 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 20:32:06,267 basehttp 38561 6156529664 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:32:07,089 basehttp 38561 6156529664 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 20:32:07,113 basehttp 38561 6139703296 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:32:07,114 basehttp 38561 6156529664 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:32:07,114 basehttp 38561 6341865472 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:32:07,114 basehttp 38561 6122876928 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:32:07,114 basehttp 38561 6173356032 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:32:07,116 basehttp 38561 6156529664 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:32:07,117 basehttp 38561 6139703296 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:32:07,118 basehttp 38561 6325039104 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:32:07,125 basehttp 38561 6139703296 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:32:07,125 basehttp 38561 6173356032 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:32:07,126 basehttp 38561 6156529664 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:32:07,126 basehttp 38561 6122876928 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:32:07,130 basehttp 38561 6325039104 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:32:07,133 basehttp 38561 6325039104 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:32:07,134 basehttp 38561 6341865472 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:32:07,134 basehttp 38561 6156529664 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:32:07,134 basehttp 38561 6139703296 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:32:07,135 basehttp 38561 6139703296 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:32:07,136 basehttp 38561 6325039104 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:32:07,137 basehttp 38561 6341865472 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:32:07,139 basehttp 38561 6325039104 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:32:07,139 basehttp 38561 6156529664 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:32:07,139 basehttp 38561 6139703296 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:32:07,189 basehttp 38561 6122876928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:32:07,192 basehttp 38561 6173356032 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:32:07,228 log 38561 6173356032 Not Found: /favicon.ico WARNING 2025-09-08 20:32:07,228 basehttp 38561 6173356032 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 20:32:09,190 basehttp 38561 6173356032 "GET /en/patients/insurance-info/7/ HTTP/1.1" 200 36107 INFO 2025-09-08 20:32:09,213 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:32:19,188 basehttp 38561 6173356032 "GET /en/patients/ HTTP/1.1" 200 140029 WARNING 2025-09-08 20:32:19,204 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:32:19,205 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:32:19,269 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:32:19,270 basehttp 38561 6122876928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:32:55,387 basehttp 38561 6122876928 "GET /en/patients/ HTTP/1.1" 200 140029 WARNING 2025-09-08 20:32:55,403 log 38561 6122876928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:32:55,404 basehttp 38561 6122876928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:32:55,468 basehttp 38561 6122876928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:32:55,470 basehttp 38561 6173356032 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:32:57,070 basehttp 38561 6173356032 "GET /en/patients/insurance-info/12/ HTTP/1.1" 200 36078 INFO 2025-09-08 20:32:57,090 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:33:00,595 basehttp 38561 6173356032 "GET /en/patients/ HTTP/1.1" 200 140029 WARNING 2025-09-08 20:33:00,612 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:33:00,613 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:33:00,674 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:33:00,675 basehttp 38561 6122876928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:33:01,761 basehttp 38561 6122876928 "GET /en/patients/consent-forms/12/ HTTP/1.1" 200 599 INFO 2025-09-08 20:33:09,964 basehttp 38561 6122876928 "GET /en/patients/ HTTP/1.1" 200 140029 INFO 2025-09-08 20:33:09,978 basehttp 38561 6325039104 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 20:33:09,978 basehttp 38561 6139703296 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:33:09,983 basehttp 38561 6156529664 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-08 20:33:09,985 basehttp 38561 6139703296 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 20:33:09,988 log 38561 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:33:09,988 basehttp 38561 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:33:09,989 basehttp 38561 6122876928 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 20:33:09,992 basehttp 38561 6173356032 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 20:33:09,992 basehttp 38561 6325039104 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:33:10,394 basehttp 38561 6325039104 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 20:33:10,420 basehttp 38561 6325039104 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:33:10,421 basehttp 38561 6173356032 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:33:10,421 basehttp 38561 6341865472 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:33:10,421 basehttp 38561 6139703296 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:33:10,422 basehttp 38561 6122876928 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:33:10,423 basehttp 38561 6156529664 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:33:10,424 basehttp 38561 6341865472 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:33:10,424 basehttp 38561 6122876928 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:33:10,425 basehttp 38561 6173356032 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:33:10,426 basehttp 38561 6139703296 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:33:10,427 basehttp 38561 6156529664 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:33:10,427 basehttp 38561 6341865472 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:33:10,428 basehttp 38561 6122876928 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:33:10,428 basehttp 38561 6139703296 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:33:10,428 basehttp 38561 6173356032 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:33:10,429 basehttp 38561 6325039104 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:33:10,430 basehttp 38561 6341865472 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:33:10,431 basehttp 38561 6156529664 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:33:10,431 basehttp 38561 6173356032 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:33:10,432 basehttp 38561 6325039104 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:33:10,433 basehttp 38561 6122876928 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:33:10,433 basehttp 38561 6139703296 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:33:10,433 basehttp 38561 6173356032 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:33:10,487 basehttp 38561 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:33:10,489 basehttp 38561 6341865472 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:33:10,633 log 38561 6341865472 Not Found: /favicon.ico WARNING 2025-09-08 20:33:10,634 basehttp 38561 6341865472 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 20:33:50,475 basehttp 38561 6341865472 "GET /en/patients/ HTTP/1.1" 200 140029 INFO 2025-09-08 20:33:50,486 basehttp 38561 6139703296 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 20:33:50,487 basehttp 38561 6325039104 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:33:50,490 basehttp 38561 6122876928 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-08 20:33:50,494 basehttp 38561 6325039104 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 20:33:50,496 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:33:50,497 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:33:50,497 basehttp 38561 6341865472 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 20:33:50,500 basehttp 38561 6156529664 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 20:33:50,500 basehttp 38561 6139703296 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:33:50,899 basehttp 38561 6139703296 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 20:33:50,927 basehttp 38561 6139703296 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:33:50,927 basehttp 38561 6173356032 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:33:50,927 basehttp 38561 6325039104 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:33:50,928 basehttp 38561 6341865472 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:33:50,928 basehttp 38561 6156529664 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:33:50,930 basehttp 38561 6156529664 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:33:50,930 basehttp 38561 6341865472 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:33:50,931 basehttp 38561 6325039104 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:33:50,931 basehttp 38561 6173356032 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:33:50,932 basehttp 38561 6122876928 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:33:50,933 basehttp 38561 6341865472 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:33:50,935 basehttp 38561 6122876928 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:33:50,935 basehttp 38561 6325039104 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:33:50,935 basehttp 38561 6156529664 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:33:50,936 basehttp 38561 6173356032 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:33:50,937 basehttp 38561 6139703296 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:33:50,937 basehttp 38561 6341865472 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:33:50,939 basehttp 38561 6156529664 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:33:50,939 basehttp 38561 6122876928 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:33:50,939 basehttp 38561 6325039104 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:33:50,939 basehttp 38561 6139703296 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:33:50,941 basehttp 38561 6173356032 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:33:50,941 basehttp 38561 6341865472 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:33:50,951 basehttp 38561 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:33:50,953 basehttp 38561 6122876928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:33:51,139 log 38561 6122876928 Not Found: /favicon.ico WARNING 2025-09-08 20:33:51,139 basehttp 38561 6122876928 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 20:33:53,702 basehttp 38561 6122876928 "GET /en/patients/consent-forms/7/ HTTP/1.1" 200 1173 INFO 2025-09-08 20:34:00,905 basehttp 38561 6122876928 "GET /en/patients/ HTTP/1.1" 200 140029 WARNING 2025-09-08 20:34:00,921 log 38561 6122876928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:34:00,921 basehttp 38561 6122876928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:34:01,008 basehttp 38561 6122876928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:34:01,010 basehttp 38561 6156529664 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:35:01,032 basehttp 38561 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:35:01,035 basehttp 38561 6122876928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:36:01,035 basehttp 38561 6122876928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:36:01,038 basehttp 38561 6156529664 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:37:01,041 basehttp 38561 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-08 20:37:01,044 basehttp 38561 6122876928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:38:01,046 basehttp 38561 6122876928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 20:38:01,048 basehttp 38561 6156529664 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:39:01,049 basehttp 38561 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:39:01,051 basehttp 38561 6122876928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:40:01,054 basehttp 38561 6122876928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:40:01,057 basehttp 38561 6156529664 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:41:01,057 basehttp 38561 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:41:01,059 basehttp 38561 6122876928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:42:01,067 basehttp 38561 6122876928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:42:01,070 basehttp 38561 6156529664 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:43:01,068 basehttp 38561 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:43:01,070 basehttp 38561 6122876928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:44:01,072 basehttp 38561 6122876928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:44:01,074 basehttp 38561 6156529664 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:44:17,925 basehttp 38561 6156529664 "GET /en/patients/ HTTP/1.1" 200 140029 WARNING 2025-09-08 20:44:17,942 log 38561 6156529664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:44:17,942 basehttp 38561 6156529664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:44:18,002 basehttp 38561 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:44:18,002 basehttp 38561 6122876928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:44:20,977 basehttp 38561 6122876928 "GET /en/patients/ HTTP/1.1" 200 140029 INFO 2025-09-08 20:44:20,988 basehttp 38561 6139703296 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 20:44:20,990 basehttp 38561 6341865472 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:44:20,991 basehttp 38561 6325039104 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-09-08 20:44:20,997 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:44:20,998 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:44:20,998 basehttp 38561 6122876928 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 20:44:20,998 basehttp 38561 6341865472 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 20:44:21,002 basehttp 38561 6156529664 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 20:44:21,004 basehttp 38561 6139703296 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:44:21,846 basehttp 38561 6139703296 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:44:21,849 basehttp 38561 6325039104 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:44:21,849 basehttp 38561 6341865472 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:44:21,851 basehttp 38561 6156529664 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:44:21,851 basehttp 38561 6341865472 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:44:21,852 basehttp 38561 6173356032 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:44:21,853 basehttp 38561 6325039104 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:44:21,853 basehttp 38561 6122876928 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:44:21,857 basehttp 38561 6173356032 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:44:21,857 basehttp 38561 6156529664 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:44:21,858 basehttp 38561 6325039104 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:44:21,860 basehttp 38561 6173356032 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:44:21,860 basehttp 38561 6139703296 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:44:21,860 basehttp 38561 6341865472 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:44:21,861 basehttp 38561 6325039104 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:44:21,861 basehttp 38561 6173356032 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:44:21,862 basehttp 38561 6156529664 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:44:21,862 basehttp 38561 6122876928 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:44:21,862 basehttp 38561 6139703296 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:44:21,864 basehttp 38561 6341865472 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:44:21,864 basehttp 38561 6325039104 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:44:21,973 basehttp 38561 6122876928 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:44:21,974 basehttp 38561 6139703296 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:44:21,976 basehttp 38561 6325039104 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 20:44:21,983 basehttp 38561 6156529664 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:44:21,984 basehttp 38561 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 20:44:22,077 log 38561 6341865472 Not Found: /favicon.ico WARNING 2025-09-08 20:44:22,077 basehttp 38561 6341865472 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 20:44:23,701 basehttp 38561 6341865472 "GET /en/patients/consent-forms/12/ HTTP/1.1" 200 42 INFO 2025-09-08 20:44:30,078 basehttp 38561 6341865472 "GET /en/patients/ HTTP/1.1" 200 140029 WARNING 2025-09-08 20:44:30,094 log 38561 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:44:30,094 basehttp 38561 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:44:30,179 basehttp 38561 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:44:30,181 basehttp 38561 6156529664 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:45:30,204 basehttp 38561 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:45:30,208 basehttp 38561 6341865472 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:46:30,212 basehttp 38561 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:46:30,214 basehttp 38561 6156529664 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:46:47,461 basehttp 38561 6156529664 "GET /en/patients/insurance-info/40/ HTTP/1.1" 200 36138 INFO 2025-09-08 20:46:47,481 basehttp 38561 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:47:17,525 basehttp 38561 6156529664 "GET /en/patients/insurance-claims-history/40/ HTTP/1.1" 200 61259 INFO 2025-09-08 20:47:17,535 basehttp 38561 6156529664 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-08 20:47:47,512 basehttp 38561 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:47:47,516 basehttp 38561 6341865472 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:47:47,526 basehttp 38561 6325039104 "GET /en/patients/insurance-claims-history/40/ HTTP/1.1" 200 73094 INFO 2025-09-08 20:47:47,527 basehttp 38561 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:48:17,525 basehttp 38561 6156529664 "GET /en/patients/insurance-claims-history/40/ HTTP/1.1" 200 49351 INFO 2025-09-08 20:48:47,515 basehttp 38561 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:48:47,522 basehttp 38561 6325039104 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:48:47,527 basehttp 38561 6341865472 "GET /en/patients/insurance-claims-history/40/ HTTP/1.1" 200 53114 INFO 2025-09-08 20:48:47,530 basehttp 38561 6139703296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:49:08,271 basehttp 38561 6139703296 "GET /en/patients/ HTTP/1.1" 200 140029 WARNING 2025-09-08 20:49:08,299 log 38561 6139703296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:49:08,299 basehttp 38561 6139703296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:49:08,366 basehttp 38561 6341865472 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:49:08,367 basehttp 38561 6139703296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:49:11,397 basehttp 38561 6139703296 "GET /en/patients/insurance-info HTTP/1.1" 301 0 INFO 2025-09-08 20:49:11,418 basehttp 38561 6341865472 "GET /en/patients/insurance-info/ HTTP/1.1" 200 139610 INFO 2025-09-08 20:49:11,433 basehttp 38561 6156529664 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-08 20:49:11,433 basehttp 38561 6173356032 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-08 20:49:11,434 basehttp 38561 6325039104 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-08 20:49:11,434 basehttp 38561 6122876928 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 WARNING 2025-09-08 20:49:11,438 log 38561 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:49:11,439 basehttp 38561 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:49:11,440 basehttp 38561 6325039104 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-08 20:49:11,440 basehttp 38561 6122876928 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-08 20:49:11,503 basehttp 38561 6122876928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:49:13,421 basehttp 38561 6122876928 "GET /en/patients/insurance-info/37/ HTTP/1.1" 200 36043 WARNING 2025-09-08 20:49:13,439 log 38561 6122876928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:49:13,439 basehttp 38561 6122876928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:49:13,479 basehttp 38561 6122876928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-08 20:49:23,193 log 38561 6122876928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:49:23,193 basehttp 38561 6122876928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 20:49:23,205 log 38561 6122876928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:49:23,205 basehttp 38561 6122876928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 20:49:24,170 log 38561 6122876928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:49:24,170 basehttp 38561 6122876928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 20:49:24,182 log 38561 6122876928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:49:24,183 basehttp 38561 6122876928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:49:26,054 basehttp 38561 6122876928 "GET /en/patients/insurance-info/28/ HTTP/1.1" 200 36129 INFO 2025-09-08 20:49:26,067 basehttp 38561 6122876928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:49:56,108 basehttp 38561 6122876928 "GET /en/patients/insurance-claims-history/28/ HTTP/1.1" 200 61786 INFO 2025-09-08 20:50:26,097 basehttp 38561 6122876928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:50:26,102 basehttp 38561 6325039104 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:50:26,109 basehttp 38561 6341865472 "GET /en/patients/insurance-claims-history/28/ HTTP/1.1" 200 64242 INFO 2025-09-08 20:50:26,110 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:50:48,102 basehttp 38561 6173356032 "GET /en/patients/ HTTP/1.1" 200 141679 WARNING 2025-09-08 20:50:48,117 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:50:48,117 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:50:48,180 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:50:48,182 basehttp 38561 6341865472 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:50:50,112 log 38561 6341865472 Not Found: /en/patients/insurance-info/47/ WARNING 2025-09-08 20:50:50,112 basehttp 38561 6341865472 "GET /en/patients/insurance-info/47/ HTTP/1.1" 404 26026 INFO 2025-09-08 20:50:58,966 basehttp 38561 6341865472 "GET /en/patients/ HTTP/1.1" 200 141679 WARNING 2025-09-08 20:50:58,985 log 38561 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:50:58,985 basehttp 38561 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:50:59,046 basehttp 38561 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:50:59,047 basehttp 38561 6173356032 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:51:00,711 basehttp 38561 6173356032 "GET /en/patients/consent-forms/47/ HTTP/1.1" 200 1182 INFO 2025-09-08 20:51:04,054 basehttp 38561 6173356032 "GET /en/patients/ HTTP/1.1" 200 141679 WARNING 2025-09-08 20:51:04,069 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:51:04,069 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:51:04,129 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:51:04,131 basehttp 38561 6341865472 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:51:33,048 basehttp 38561 6341865472 "GET /en/patients/ HTTP/1.1" 200 136083 WARNING 2025-09-08 20:51:33,062 log 38561 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:51:33,062 basehttp 38561 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:51:33,123 basehttp 38561 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:51:33,124 basehttp 38561 6173356032 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:51:40,289 basehttp 38561 6173356032 "GET /en/patients/ HTTP/1.1" 200 136083 WARNING 2025-09-08 20:51:40,306 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:51:40,306 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:51:40,366 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:51:40,368 basehttp 38561 6341865472 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:52:40,398 basehttp 38561 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:52:40,400 basehttp 38561 6173356032 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:53:40,387 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:53:40,389 basehttp 38561 6341865472 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:53:42,101 basehttp 38561 6341865472 "GET /en/patients/ HTTP/1.1" 200 139985 INFO 2025-09-08 20:53:42,110 basehttp 38561 6156529664 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:53:42,111 basehttp 38561 6122876928 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 20:53:42,115 basehttp 38561 6156529664 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 20:53:42,118 log 38561 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:53:42,119 basehttp 38561 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:53:42,120 basehttp 38561 6173356032 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 20:53:42,124 basehttp 38561 6325039104 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 20:53:42,124 basehttp 38561 6139703296 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:53:43,000 basehttp 38561 6139703296 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 20:53:43,039 basehttp 38561 6325039104 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:53:43,039 basehttp 38561 6156529664 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:53:43,039 basehttp 38561 6139703296 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:53:43,040 basehttp 38561 6173356032 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:53:43,040 basehttp 38561 6341865472 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:53:43,042 basehttp 38561 6173356032 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:53:43,042 basehttp 38561 6139703296 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:53:43,042 basehttp 38561 6341865472 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:53:43,042 basehttp 38561 6156529664 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:53:43,044 basehttp 38561 6156529664 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:53:43,044 basehttp 38561 6122876928 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:53:43,046 basehttp 38561 6173356032 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:53:43,046 basehttp 38561 6325039104 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:53:43,046 basehttp 38561 6341865472 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:53:43,046 basehttp 38561 6139703296 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:53:43,047 basehttp 38561 6156529664 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:53:43,047 basehttp 38561 6122876928 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:53:43,050 basehttp 38561 6341865472 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:53:43,052 basehttp 38561 6325039104 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:53:43,052 basehttp 38561 6122876928 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:53:43,052 basehttp 38561 6139703296 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:53:43,053 basehttp 38561 6173356032 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:53:43,053 basehttp 38561 6156529664 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:53:43,134 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:53:43,136 basehttp 38561 6156529664 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:53:43,151 log 38561 6156529664 Not Found: /favicon.ico WARNING 2025-09-08 20:53:43,151 basehttp 38561 6156529664 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 20:53:45,704 basehttp 38561 6156529664 "GET /en/patients/insurance-info/7/ HTTP/1.1" 200 36062 INFO 2025-09-08 20:53:45,745 basehttp 38561 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:54:12,226 basehttp 38561 6156529664 "GET /en/patients/ HTTP/1.1" 200 139893 INFO 2025-09-08 20:54:12,238 basehttp 38561 6122876928 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:54:12,239 basehttp 38561 6139703296 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 20:54:12,245 basehttp 38561 6156529664 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 20:54:12,246 basehttp 38561 6139703296 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 20:54:12,249 log 38561 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:54:12,249 basehttp 38561 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:54:12,252 basehttp 38561 6173356032 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 20:54:12,252 basehttp 38561 6325039104 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:54:12,657 basehttp 38561 6173356032 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:54:12,657 basehttp 38561 6325039104 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:54:12,657 basehttp 38561 6156529664 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:54:12,658 basehttp 38561 6139703296 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:54:12,658 basehttp 38561 6341865472 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:54:12,659 basehttp 38561 6122876928 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:54:12,661 basehttp 38561 6139703296 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:54:12,661 basehttp 38561 6156529664 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:54:12,662 basehttp 38561 6341865472 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:54:12,662 basehttp 38561 6325039104 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:54:12,664 basehttp 38561 6122876928 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:54:12,665 basehttp 38561 6139703296 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:54:12,665 basehttp 38561 6341865472 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:54:12,665 basehttp 38561 6325039104 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:54:12,666 basehttp 38561 6156529664 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:54:12,668 basehttp 38561 6139703296 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:54:12,668 basehttp 38561 6122876928 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:54:12,668 basehttp 38561 6173356032 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:54:12,668 basehttp 38561 6341865472 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:54:12,669 basehttp 38561 6156529664 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:54:12,669 basehttp 38561 6325039104 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:54:12,670 basehttp 38561 6139703296 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:54:12,670 basehttp 38561 6341865472 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:54:12,678 basehttp 38561 6341865472 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-08 20:54:12,772 log 38561 6341865472 Not Found: /favicon.ico WARNING 2025-09-08 20:54:12,772 basehttp 38561 6341865472 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 20:54:29,876 basehttp 38561 6341865472 "GET /en/patients/ HTTP/1.1" 200 139943 INFO 2025-09-08 20:54:29,888 basehttp 38561 6325039104 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 20:54:29,888 basehttp 38561 6122876928 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:54:29,892 basehttp 38561 6156529664 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-08 20:54:29,895 basehttp 38561 6122876928 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 20:54:29,896 basehttp 38561 6341865472 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-08 20:54:29,900 log 38561 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:54:29,900 basehttp 38561 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:54:29,902 basehttp 38561 6139703296 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 20:54:29,903 basehttp 38561 6173356032 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:54:30,298 basehttp 38561 6173356032 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 20:54:30,327 basehttp 38561 6122876928 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:54:30,327 basehttp 38561 6139703296 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:54:30,328 basehttp 38561 6173356032 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:54:30,328 basehttp 38561 6341865472 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:54:30,328 basehttp 38561 6325039104 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:54:30,330 basehttp 38561 6122876928 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:54:30,331 basehttp 38561 6156529664 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:54:30,331 basehttp 38561 6341865472 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:54:30,332 basehttp 38561 6173356032 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:54:30,333 basehttp 38561 6325039104 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:54:30,335 basehttp 38561 6341865472 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:54:30,335 basehttp 38561 6122876928 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:54:30,336 basehttp 38561 6156529664 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:54:30,337 basehttp 38561 6325039104 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:54:30,337 basehttp 38561 6173356032 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:54:30,338 basehttp 38561 6341865472 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:54:30,338 basehttp 38561 6122876928 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:54:30,338 basehttp 38561 6139703296 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:54:30,339 basehttp 38561 6156529664 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:54:30,339 basehttp 38561 6325039104 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:54:30,340 basehttp 38561 6173356032 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:54:30,340 basehttp 38561 6139703296 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:54:30,340 basehttp 38561 6156529664 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:54:30,389 basehttp 38561 6156529664 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:54:30,390 basehttp 38561 6139703296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-08 20:54:30,445 log 38561 6139703296 Not Found: /favicon.ico WARNING 2025-09-08 20:54:30,446 basehttp 38561 6139703296 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 20:54:31,760 basehttp 38561 6139703296 "GET /en/patients/insurance-info/28/ HTTP/1.1" 200 36042 INFO 2025-09-08 20:54:31,802 basehttp 38561 6139703296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:54:37,182 basehttp 38561 6139703296 "GET /en/patients/ HTTP/1.1" 200 139943 WARNING 2025-09-08 20:54:37,201 log 38561 6139703296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:54:37,201 basehttp 38561 6139703296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:54:37,267 basehttp 38561 6156529664 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:54:37,270 basehttp 38561 6139703296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:55:01,929 basehttp 38561 6139703296 "GET /en/patients/ HTTP/1.1" 200 139981 INFO 2025-09-08 20:55:01,940 basehttp 38561 6325039104 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:55:01,941 basehttp 38561 6173356032 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 20:55:01,947 basehttp 38561 6139703296 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 20:55:01,947 basehttp 38561 6325039104 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 20:55:01,951 log 38561 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:55:01,951 basehttp 38561 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:55:01,955 basehttp 38561 6156529664 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 20:55:01,955 basehttp 38561 6122876928 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:55:02,348 basehttp 38561 6122876928 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 20:55:02,379 basehttp 38561 6122876928 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:55:02,380 basehttp 38561 6325039104 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:55:02,383 basehttp 38561 6139703296 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:55:02,388 basehttp 38561 6341865472 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:55:02,389 basehttp 38561 6156529664 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:55:02,389 basehttp 38561 6325039104 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:55:02,389 basehttp 38561 6139703296 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:55:02,391 basehttp 38561 6173356032 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:55:02,392 basehttp 38561 6325039104 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:55:02,393 basehttp 38561 6139703296 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:55:02,393 basehttp 38561 6341865472 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:55:02,393 basehttp 38561 6156529664 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:55:02,394 basehttp 38561 6173356032 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:55:02,395 basehttp 38561 6122876928 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:55:02,396 basehttp 38561 6156529664 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:55:02,396 basehttp 38561 6341865472 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:55:02,396 basehttp 38561 6173356032 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:55:02,398 basehttp 38561 6139703296 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:55:02,398 basehttp 38561 6325039104 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:55:02,399 basehttp 38561 6156529664 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:55:02,399 basehttp 38561 6122876928 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:55:02,399 basehttp 38561 6341865472 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:55:02,400 basehttp 38561 6173356032 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:55:02,432 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:55:02,434 basehttp 38561 6122876928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:55:02,517 log 38561 6122876928 Not Found: /favicon.ico WARNING 2025-09-08 20:55:02,517 basehttp 38561 6122876928 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 20:55:04,378 basehttp 38561 6122876928 "GET /en/patients/insurance-info/40/ HTTP/1.1" 200 36089 INFO 2025-09-08 20:55:04,431 basehttp 38561 6122876928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:55:09,206 basehttp 38561 6122876928 "GET /en/patients/ HTTP/1.1" 200 139981 WARNING 2025-09-08 20:55:09,223 log 38561 6122876928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:55:09,224 basehttp 38561 6122876928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:55:09,285 basehttp 38561 6122876928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:55:09,286 basehttp 38561 6173356032 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:55:17,344 log 38561 6173356032 Not Found: /en/patients/emergency-contacts/create/44/ WARNING 2025-09-08 20:55:17,344 basehttp 38561 6173356032 "GET /en/patients/emergency-contacts/create/44/ HTTP/1.1" 404 43732 WARNING 2025-09-08 20:55:17,362 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:55:17,363 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:55:18,181 basehttp 38561 6173356032 "GET /en/patients/patientprofile/44/details/ HTTP/1.1" 200 36996 WARNING 2025-09-08 20:55:18,195 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:55:18,195 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:55:19,364 basehttp 38561 6173356032 "GET /en/patients/patientprofile/44/details/ HTTP/1.1" 200 36996 WARNING 2025-09-08 20:55:19,381 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:55:19,381 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:55:19,426 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-08 20:55:26,080 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:55:26,081 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 20:55:26,683 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:55:26,683 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 20:55:26,695 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:55:26,695 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:56:09,299 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:56:09,301 basehttp 38561 6122876928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:56:38,686 basehttp 38561 6122876928 "GET /en/patients/ HTTP/1.1" 200 139583 WARNING 2025-09-08 20:56:38,720 log 38561 6122876928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:56:38,720 basehttp 38561 6122876928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:56:59,791 basehttp 38561 6122876928 "GET /en/patients/ HTTP/1.1" 200 139566 WARNING 2025-09-08 20:56:59,803 log 38561 6122876928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:56:59,803 basehttp 38561 6122876928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:57:42,180 basehttp 38561 6122876928 "GET /en/patients/ HTTP/1.1" 200 139429 INFO 2025-09-08 20:57:42,191 basehttp 38561 6341865472 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 20:57:42,192 basehttp 38561 6156529664 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:57:42,198 basehttp 38561 6122876928 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 20:57:42,200 basehttp 38561 6341865472 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 20:57:42,202 log 38561 6139703296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:57:42,202 basehttp 38561 6139703296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:57:42,206 basehttp 38561 6173356032 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 20:57:42,207 basehttp 38561 6325039104 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:57:42,209 basehttp 38561 6325039104 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:57:42,623 basehttp 38561 6325039104 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:57:42,623 basehttp 38561 6173356032 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:57:42,624 basehttp 38561 6139703296 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:57:42,624 basehttp 38561 6341865472 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:57:42,624 basehttp 38561 6122876928 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:57:42,626 basehttp 38561 6341865472 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:57:42,627 basehttp 38561 6173356032 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:57:42,627 basehttp 38561 6156529664 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:57:42,627 basehttp 38561 6325039104 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:57:42,627 basehttp 38561 6122876928 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:57:42,628 basehttp 38561 6139703296 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:57:42,630 basehttp 38561 6325039104 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:57:42,631 basehttp 38561 6156529664 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:57:42,631 basehttp 38561 6122876928 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:57:42,631 basehttp 38561 6173356032 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:57:42,631 basehttp 38561 6341865472 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:57:42,632 basehttp 38561 6139703296 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:57:42,634 basehttp 38561 6122876928 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:57:42,634 basehttp 38561 6325039104 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:57:42,634 basehttp 38561 6341865472 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:57:42,635 basehttp 38561 6156529664 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:57:42,635 basehttp 38561 6173356032 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:57:42,645 basehttp 38561 6173356032 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 20:57:42,711 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:57:42,713 basehttp 38561 6325039104 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:57:42,741 log 38561 6325039104 Not Found: /favicon.ico WARNING 2025-09-08 20:57:42,741 basehttp 38561 6325039104 "GET /favicon.ico HTTP/1.1" 404 2557 WARNING 2025-09-08 20:57:45,352 log 38561 6325039104 Not Found: /en/patients/insurance-info/47/ WARNING 2025-09-08 20:57:45,353 basehttp 38561 6325039104 "GET /en/patients/insurance-info/47/ HTTP/1.1" 404 26026 INFO 2025-09-08 20:57:51,848 basehttp 38561 6325039104 "GET /en/patients/ HTTP/1.1" 200 139429 WARNING 2025-09-08 20:57:51,865 log 38561 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:57:51,865 basehttp 38561 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:57:51,951 basehttp 38561 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:57:51,952 basehttp 38561 6173356032 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:57:54,801 basehttp 38561 6173356032 "GET /en/patients/consent-forms/7/ HTTP/1.1" 200 1173 INFO 2025-09-08 20:58:06,144 basehttp 38561 6173356032 "GET /en/patients/ HTTP/1.1" 200 139429 WARNING 2025-09-08 20:58:06,165 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:58:06,165 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:58:06,228 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:58:06,230 basehttp 38561 6325039104 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:59:06,241 basehttp 38561 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:59:06,243 basehttp 38561 6173356032 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:00:06,237 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:00:06,239 basehttp 38561 6325039104 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:00:13,662 autoreload 50996 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 21:00:16,635 basehttp 50996 6125875200 "GET /en/patients/ HTTP/1.1" 200 139082 INFO 2025-09-08 21:00:16,648 basehttp 50996 6159527936 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:00:16,650 basehttp 50996 13304360960 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:00:16,652 basehttp 50996 6159527936 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:00:16,654 basehttp 50996 6125875200 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-08 21:00:16,658 log 50996 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:00:16,659 basehttp 50996 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:00:16,661 basehttp 50996 6125875200 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:00:16,663 basehttp 50996 6142701568 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:00:16,663 basehttp 50996 13338013696 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:00:17,063 basehttp 50996 13338013696 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:00:17,063 basehttp 50996 6142701568 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:00:17,064 basehttp 50996 6125875200 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:00:17,064 basehttp 50996 13321187328 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:00:17,066 basehttp 50996 6159527936 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:00:17,067 basehttp 50996 13338013696 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:00:17,068 basehttp 50996 13304360960 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:00:17,069 basehttp 50996 6125875200 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:00:17,070 basehttp 50996 6142701568 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:00:17,071 basehttp 50996 13321187328 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:00:17,072 basehttp 50996 6159527936 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:00:17,073 basehttp 50996 13338013696 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:00:17,073 basehttp 50996 13304360960 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:00:17,074 basehttp 50996 6125875200 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:00:17,075 basehttp 50996 6142701568 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:00:17,075 basehttp 50996 13321187328 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:00:17,076 basehttp 50996 6159527936 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:00:17,077 basehttp 50996 13304360960 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:00:17,078 basehttp 50996 13338013696 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:00:17,078 basehttp 50996 6142701568 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:00:17,078 basehttp 50996 6125875200 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:00:17,078 basehttp 50996 13321187328 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:00:17,120 basehttp 50996 13321187328 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-08 21:00:17,228 log 50996 6142701568 Not Found: /favicon.ico WARNING 2025-09-08 21:00:17,229 basehttp 50996 6142701568 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:00:17,232 basehttp 50996 6125875200 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:00:17,235 basehttp 50996 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:00:19,313 basehttp 50996 13321187328 "GET /en/patients/insurance-info/7/ HTTP/1.1" 200 35857 INFO 2025-09-08 21:00:19,352 basehttp 50996 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:00:27,834 basehttp 50996 13321187328 "GET /en/patients/ HTTP/1.1" 200 139082 WARNING 2025-09-08 21:00:27,851 log 50996 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:00:27,852 basehttp 50996 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:00:27,914 basehttp 50996 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:00:27,916 basehttp 50996 6125875200 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:00:29,274 basehttp 50996 6125875200 "GET /en/patients/consent-forms/47/ HTTP/1.1" 200 1182 INFO 2025-09-08 21:00:56,119 autoreload 51327 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 21:01:00,735 basehttp 51327 6138261504 "GET /en/patients/ HTTP/1.1" 200 139082 WARNING 2025-09-08 21:01:00,755 log 51327 6138261504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:01:00,755 basehttp 51327 6138261504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:01:00,841 basehttp 51327 6138261504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:01:00,844 basehttp 51327 6155087872 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:01:21,875 basehttp 51327 6155087872 "GET /en/patients/ HTTP/1.1" 200 139082 INFO 2025-09-08 21:01:21,892 basehttp 51327 13052751872 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:01:21,893 basehttp 51327 13035925504 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-08 21:01:21,895 log 51327 6155087872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:01:21,896 basehttp 51327 6155087872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:01:21,899 basehttp 51327 13052751872 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:01:21,900 basehttp 51327 6138261504 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:01:21,904 basehttp 51327 6171914240 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:01:21,904 basehttp 51327 13069578240 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:01:21,944 basehttp 51327 13069578240 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:01:22,783 basehttp 51327 13069578240 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:01:22,783 basehttp 51327 6171914240 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:01:22,784 basehttp 51327 6155087872 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:01:22,785 basehttp 51327 13052751872 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:01:22,786 basehttp 51327 6138261504 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:01:22,787 basehttp 51327 13069578240 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:01:22,788 basehttp 51327 6155087872 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:01:22,789 basehttp 51327 6138261504 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:01:22,790 basehttp 51327 13052751872 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:01:22,790 basehttp 51327 6171914240 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:01:22,790 basehttp 51327 13069578240 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:01:22,792 basehttp 51327 6155087872 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:01:22,793 basehttp 51327 13035925504 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:01:22,793 basehttp 51327 6138261504 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:01:22,794 basehttp 51327 6155087872 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:01:22,794 basehttp 51327 6171914240 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:01:22,794 basehttp 51327 13069578240 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:01:22,795 basehttp 51327 6138261504 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:01:22,795 basehttp 51327 13052751872 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:01:22,796 basehttp 51327 13035925504 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:01:22,796 basehttp 51327 6155087872 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:01:22,796 basehttp 51327 13069578240 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:01:22,800 basehttp 51327 6155087872 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:01:22,822 basehttp 51327 6155087872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:01:22,825 basehttp 51327 13069578240 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:01:22,891 log 51327 13069578240 Not Found: /favicon.ico WARNING 2025-09-08 21:01:22,891 basehttp 51327 13069578240 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:01:24,449 basehttp 51327 13069578240 "GET /en/patients/consent-forms/47/ HTTP/1.1" 200 1182 INFO 2025-09-08 21:01:50,378 basehttp 51327 13069578240 "GET /en/patients/ HTTP/1.1" 200 139082 INFO 2025-09-08 21:01:50,389 basehttp 51327 13035925504 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:01:50,391 basehttp 51327 13052751872 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:01:50,396 basehttp 51327 6138261504 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:01:50,397 basehttp 51327 13069578240 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-08 21:01:50,403 log 51327 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:01:50,404 basehttp 51327 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:01:50,406 basehttp 51327 13069578240 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:01:50,407 basehttp 51327 6155087872 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:01:50,408 basehttp 51327 13052751872 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:01:50,892 basehttp 51327 13052751872 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:01:50,892 basehttp 51327 6138261504 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:01:50,892 basehttp 51327 6155087872 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:01:50,892 basehttp 51327 13069578240 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:01:50,892 basehttp 51327 13035925504 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:01:50,893 basehttp 51327 6171914240 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:01:50,897 basehttp 51327 6138261504 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:01:50,897 basehttp 51327 13052751872 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:01:50,898 basehttp 51327 13069578240 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:01:50,898 basehttp 51327 13035925504 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:01:50,900 basehttp 51327 6155087872 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:01:50,901 basehttp 51327 6171914240 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:01:50,902 basehttp 51327 13035925504 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:01:50,902 basehttp 51327 13069578240 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:01:50,902 basehttp 51327 13052751872 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:01:50,902 basehttp 51327 6138261504 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:01:50,904 basehttp 51327 6155087872 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:01:50,904 basehttp 51327 6171914240 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:01:50,906 basehttp 51327 13069578240 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:01:50,907 basehttp 51327 13035925504 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:01:50,908 basehttp 51327 6138261504 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:01:50,908 basehttp 51327 13052751872 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:01:50,911 basehttp 51327 6171914240 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:01:50,921 basehttp 51327 6138261504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:01:50,924 basehttp 51327 13052751872 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:01:50,995 log 51327 13052751872 Not Found: /favicon.ico WARNING 2025-09-08 21:01:50,995 basehttp 51327 13052751872 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:01:58,682 basehttp 51327 13052751872 "GET /en/patients/insurance-info/7/ HTTP/1.1" 200 35857 INFO 2025-09-08 21:01:58,706 basehttp 51327 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:02:28,769 basehttp 51327 13052751872 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 53856 INFO 2025-09-08 21:02:28,781 basehttp 51327 13052751872 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-08 21:02:39,057 basehttp 51327 13052751872 "GET /en/patients/ HTTP/1.1" 200 139082 INFO 2025-09-08 21:02:39,115 basehttp 51327 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:02:39,116 basehttp 51327 6138261504 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:02:41,480 log 51327 6138261504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:02:41,481 basehttp 51327 6138261504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:03:32,846 autoreload 51327 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-08 21:03:33,226 autoreload 52492 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 21:03:37,545 basehttp 52492 6192345088 "GET /en/patients/ HTTP/1.1" 200 139207 INFO 2025-09-08 21:03:37,558 basehttp 52492 6242824192 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:03:37,559 basehttp 52492 6225997824 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-08 21:03:37,564 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:03:37,565 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:03:37,567 basehttp 52492 6242824192 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:03:37,568 basehttp 52492 6192345088 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:03:37,571 basehttp 52492 6209171456 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:03:37,571 basehttp 52492 6276476928 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:03:37,572 basehttp 52492 6192345088 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:03:37,976 basehttp 52492 6192345088 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:03:37,979 basehttp 52492 6276476928 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:03:37,979 basehttp 52492 6192345088 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:03:37,980 basehttp 52492 6209171456 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:03:37,980 basehttp 52492 6242824192 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:03:37,981 basehttp 52492 6259650560 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:03:37,982 basehttp 52492 6276476928 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:03:37,982 basehttp 52492 6192345088 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:03:37,983 basehttp 52492 6225997824 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:03:37,984 basehttp 52492 6209171456 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:03:37,985 basehttp 52492 6259650560 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:03:37,985 basehttp 52492 6276476928 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:03:37,986 basehttp 52492 6242824192 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:03:37,987 basehttp 52492 6192345088 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:03:37,987 basehttp 52492 6209171456 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:03:37,988 basehttp 52492 6225997824 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:03:37,989 basehttp 52492 6276476928 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:03:37,989 basehttp 52492 6259650560 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:03:37,989 basehttp 52492 6242824192 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:03:37,990 basehttp 52492 6209171456 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:03:37,990 basehttp 52492 6192345088 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:03:37,990 basehttp 52492 6225997824 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:03:37,999 basehttp 52492 6225997824 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:03:38,054 basehttp 52492 6192345088 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:03:38,054 basehttp 52492 6225997824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-08 21:03:38,094 log 52492 6192345088 Not Found: /favicon.ico WARNING 2025-09-08 21:03:38,094 basehttp 52492 6192345088 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:03:39,666 basehttp 52492 6192345088 "GET /en/patients/insurance-info-list/47/ HTTP/1.1" 200 570 INFO 2025-09-08 21:04:02,752 basehttp 52492 6192345088 "GET /en/patients/ HTTP/1.1" 200 139207 WARNING 2025-09-08 21:04:02,777 log 52492 6192345088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:04:02,777 basehttp 52492 6192345088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:04:02,858 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:04:02,860 basehttp 52492 6225997824 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:05:02,874 basehttp 52492 6225997824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:05:02,878 basehttp 52492 6192345088 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:05:07,834 basehttp 52492 6192345088 "GET /en/patients/ HTTP/1.1" 200 137382 INFO 2025-09-08 21:05:07,844 basehttp 52492 6209171456 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:05:07,845 basehttp 52492 6242824192 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:05:07,846 basehttp 52492 6192345088 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:05:07,850 basehttp 52492 6209171456 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 21:05:07,855 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:05:07,856 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:05:07,857 basehttp 52492 6225997824 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:05:07,858 basehttp 52492 6242824192 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:05:07,860 basehttp 52492 6242824192 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:05:08,279 basehttp 52492 6242824192 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:05:08,280 basehttp 52492 6209171456 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:05:08,281 basehttp 52492 6259650560 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:05:08,281 basehttp 52492 6225997824 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:05:08,281 basehttp 52492 6192345088 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:05:08,282 basehttp 52492 6209171456 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:05:08,282 basehttp 52492 6242824192 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:05:08,283 basehttp 52492 6276476928 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:05:08,283 basehttp 52492 6225997824 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:05:08,284 basehttp 52492 6259650560 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:05:08,285 basehttp 52492 6192345088 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:05:08,286 basehttp 52492 6242824192 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:05:08,287 basehttp 52492 6209171456 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:05:08,287 basehttp 52492 6276476928 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:05:08,287 basehttp 52492 6225997824 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:05:08,288 basehttp 52492 6259650560 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:05:08,289 basehttp 52492 6242824192 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:05:08,289 basehttp 52492 6209171456 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:05:08,290 basehttp 52492 6192345088 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:05:08,290 basehttp 52492 6276476928 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:05:08,290 basehttp 52492 6259650560 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:05:08,290 basehttp 52492 6225997824 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:05:08,304 basehttp 52492 6259650560 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:05:08,358 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:05:08,360 basehttp 52492 6276476928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:05:08,406 log 52492 6276476928 Not Found: /favicon.ico WARNING 2025-09-08 21:05:08,406 basehttp 52492 6276476928 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:05:25,534 basehttp 52492 6276476928 "GET /en/patients/ HTTP/1.1" 200 134182 INFO 2025-09-08 21:05:25,543 basehttp 52492 6192345088 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:05:25,544 basehttp 52492 6225997824 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:05:25,547 basehttp 52492 6276476928 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:05:25,549 basehttp 52492 6209171456 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 21:05:25,554 log 52492 6192345088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:05:25,555 basehttp 52492 6192345088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:05:25,557 basehttp 52492 6209171456 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:05:25,557 basehttp 52492 6259650560 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:05:25,558 basehttp 52492 6225997824 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:05:25,970 basehttp 52492 6259650560 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:05:25,971 basehttp 52492 6225997824 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:05:25,972 basehttp 52492 6192345088 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:05:25,973 basehttp 52492 6276476928 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:05:25,974 basehttp 52492 6209171456 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:05:25,974 basehttp 52492 6259650560 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:05:25,975 basehttp 52492 6242824192 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:05:25,976 basehttp 52492 6192345088 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:05:25,976 basehttp 52492 6225997824 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:05:25,977 basehttp 52492 6209171456 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:05:25,978 basehttp 52492 6276476928 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:05:25,978 basehttp 52492 6259650560 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:05:25,979 basehttp 52492 6242824192 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:05:25,980 basehttp 52492 6225997824 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:05:25,981 basehttp 52492 6192345088 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:05:25,981 basehttp 52492 6209171456 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:05:25,982 basehttp 52492 6276476928 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:05:25,982 basehttp 52492 6259650560 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:05:25,982 basehttp 52492 6242824192 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:05:25,983 basehttp 52492 6225997824 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:05:25,983 basehttp 52492 6192345088 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:05:25,983 basehttp 52492 6209171456 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:05:25,991 basehttp 52492 6209171456 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:05:26,041 basehttp 52492 6209171456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:05:26,041 basehttp 52492 6192345088 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:05:26,092 log 52492 6192345088 Not Found: /favicon.ico WARNING 2025-09-08 21:05:26,092 basehttp 52492 6192345088 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:05:27,610 basehttp 52492 6192345088 "GET /en/patients/insurance-info-list/7/ HTTP/1.1" 200 756 INFO 2025-09-08 21:05:36,319 basehttp 52492 6192345088 "GET /en/patients/consent-forms/47/ HTTP/1.1" 200 1182 INFO 2025-09-08 21:05:41,894 basehttp 52492 6192345088 "GET /en/patients/ HTTP/1.1" 200 134182 WARNING 2025-09-08 21:05:41,914 log 52492 6192345088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:05:41,914 basehttp 52492 6192345088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:05:41,998 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:05:42,000 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:06:42,014 basehttp 52492 6209171456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:06:42,019 basehttp 52492 6192345088 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:07:42,024 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:07:42,027 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:08:42,017 basehttp 52492 6209171456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:08:42,019 basehttp 52492 6192345088 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:09:42,032 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:09:42,036 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:10:05,609 basehttp 52492 6209171456 "GET /en/patients/ HTTP/1.1" 200 136702 INFO 2025-09-08 21:10:05,618 basehttp 52492 6225997824 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:10:05,619 basehttp 52492 6242824192 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:10:05,621 basehttp 52492 6209171456 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:10:05,624 basehttp 52492 6276476928 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-08 21:10:05,626 basehttp 52492 6259650560 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 21:10:05,631 log 52492 6242824192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:10:05,631 basehttp 52492 6242824192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:10:05,633 basehttp 52492 6192345088 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:10:05,634 basehttp 52492 6242824192 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:10:05,635 basehttp 52492 6225997824 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:10:06,502 basehttp 52492 6242824192 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:10:06,502 basehttp 52492 6192345088 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:10:06,502 basehttp 52492 6225997824 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:10:06,503 basehttp 52492 6276476928 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:10:06,504 basehttp 52492 6259650560 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:10:06,506 basehttp 52492 6242824192 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:10:06,506 basehttp 52492 6225997824 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:10:06,507 basehttp 52492 6276476928 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:10:06,507 basehttp 52492 6209171456 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:10:06,508 basehttp 52492 6192345088 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:10:06,508 basehttp 52492 6259650560 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:10:06,510 basehttp 52492 6225997824 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:10:06,510 basehttp 52492 6242824192 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:10:06,510 basehttp 52492 6209171456 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:10:06,511 basehttp 52492 6276476928 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:10:06,511 basehttp 52492 6192345088 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:10:06,511 basehttp 52492 6259650560 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:10:06,513 basehttp 52492 6242824192 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:10:06,513 basehttp 52492 6225997824 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:10:06,513 basehttp 52492 6192345088 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:10:06,514 basehttp 52492 6276476928 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:10:06,514 basehttp 52492 6259650560 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:10:06,519 basehttp 52492 6259650560 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:10:06,568 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:10:06,570 basehttp 52492 6276476928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:10:06,834 log 52492 6276476928 Not Found: /favicon.ico WARNING 2025-09-08 21:10:06,835 basehttp 52492 6276476928 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:10:09,865 basehttp 52492 6276476928 "GET /en/patients/insurance-info-list/28/ HTTP/1.1" 200 753 INFO 2025-09-08 21:10:17,314 basehttp 52492 6276476928 "GET /en/patients/ HTTP/1.1" 200 136702 WARNING 2025-09-08 21:10:17,333 log 52492 6276476928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:10:17,333 basehttp 52492 6276476928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:10:17,423 basehttp 52492 6276476928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:10:17,425 basehttp 52492 6259650560 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:10:18,775 basehttp 52492 6259650560 "GET /en/patients/consent-forms/7/ HTTP/1.1" 200 1173 INFO 2025-09-08 21:10:21,573 basehttp 52492 6259650560 "GET /en/patients/ HTTP/1.1" 200 136702 WARNING 2025-09-08 21:10:21,592 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:10:21,592 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:10:21,655 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:10:21,656 basehttp 52492 6276476928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:11:21,676 basehttp 52492 6276476928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:11:21,679 basehttp 52492 6259650560 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:12:21,682 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:12:21,685 basehttp 52492 6276476928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:13:21,686 basehttp 52492 6276476928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:13:21,689 basehttp 52492 6259650560 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:13:25,521 basehttp 52492 6259650560 "GET /en/patients/ HTTP/1.1" 200 139677 INFO 2025-09-08 21:13:25,530 basehttp 52492 6225997824 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:13:25,530 basehttp 52492 6192345088 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:13:25,532 basehttp 52492 6259650560 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:13:25,536 basehttp 52492 6209171456 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-08 21:13:25,539 basehttp 52492 6242824192 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 21:13:25,543 log 52492 6225997824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:13:25,544 basehttp 52492 6225997824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:13:25,546 basehttp 52492 6242824192 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:13:25,547 basehttp 52492 6276476928 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:13:25,548 basehttp 52492 6192345088 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:13:26,514 basehttp 52492 6192345088 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:13:26,514 basehttp 52492 6242824192 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:13:26,515 basehttp 52492 6209171456 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:13:26,515 basehttp 52492 6276476928 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:13:26,516 basehttp 52492 6225997824 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:13:26,517 basehttp 52492 6276476928 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:13:26,518 basehttp 52492 6209171456 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:13:26,518 basehttp 52492 6242824192 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:13:26,518 basehttp 52492 6192345088 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:13:26,521 basehttp 52492 6259650560 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:13:26,521 basehttp 52492 6276476928 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:13:26,522 basehttp 52492 6225997824 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:13:26,522 basehttp 52492 6192345088 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:13:26,522 basehttp 52492 6242824192 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:13:26,522 basehttp 52492 6209171456 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:13:26,523 basehttp 52492 6259650560 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:13:26,524 basehttp 52492 6276476928 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:13:26,525 basehttp 52492 6225997824 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:13:26,525 basehttp 52492 6242824192 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:13:26,525 basehttp 52492 6209171456 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:13:26,526 basehttp 52492 6259650560 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:13:26,526 basehttp 52492 6192345088 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:13:26,533 basehttp 52492 6209171456 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:13:26,599 basehttp 52492 6209171456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:13:26,601 basehttp 52492 6192345088 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:13:26,629 log 52492 6192345088 Not Found: /favicon.ico WARNING 2025-09-08 21:13:26,629 basehttp 52492 6192345088 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:13:29,330 basehttp 52492 6192345088 "GET /en/patients/insurance-info-list/12/ HTTP/1.1" 200 572 INFO 2025-09-08 21:13:34,386 basehttp 52492 6192345088 "GET /en/patients/ HTTP/1.1" 200 139677 WARNING 2025-09-08 21:13:34,405 log 52492 6192345088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:13:34,406 basehttp 52492 6192345088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:13:34,490 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:13:34,491 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:13:36,066 basehttp 52492 6209171456 "GET /en/patients/consent-forms/12/ HTTP/1.1" 200 599 INFO 2025-09-08 21:13:40,821 basehttp 52492 6209171456 "GET /en/patients/ HTTP/1.1" 200 139677 WARNING 2025-09-08 21:13:40,840 log 52492 6209171456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:13:40,840 basehttp 52492 6209171456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:13:40,905 basehttp 52492 6209171456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:13:40,907 basehttp 52492 6192345088 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:13:49,343 basehttp 52492 6293303296 "GET /en/patients/ HTTP/1.1" 302 0 INFO 2025-09-08 21:13:49,352 basehttp 52492 6293303296 "GET /accounts/login/?next=/en/patients/ HTTP/1.1" 302 0 ERROR 2025-09-08 21:13:49,373 log 52492 6293303296 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-08 21:13:49,375 basehttp 52492 6293303296 "GET /en/accounts/login/?next=/en/patients/ HTTP/1.1" 500 159719 WARNING 2025-09-08 21:13:49,432 log 52492 6293303296 Not Found: /favicon.ico WARNING 2025-09-08 21:13:49,432 basehttp 52492 6293303296 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:13:57,803 basehttp 52492 6293303296 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-09-08 21:13:57,843 basehttp 52492 6293303296 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-09-08 21:13:57,858 basehttp 52492 6293303296 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-09-08 21:13:57,864 basehttp 52492 6293303296 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-08 21:13:57,867 basehttp 52492 13707014144 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-08 21:13:57,868 basehttp 52492 13757493248 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-08 21:13:57,868 basehttp 52492 13723840512 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-08 21:13:57,868 basehttp 52492 6293303296 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-08 21:13:57,868 basehttp 52492 13740666880 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-08 21:13:57,868 basehttp 52492 13774319616 "GET /static/admin/css/login.css HTTP/1.1" 200 951 INFO 2025-09-08 21:14:05,152 basehttp 52492 13707014144 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-09-08 21:14:05,183 basehttp 52492 13757493248 "GET /en/admin/ HTTP/1.1" 200 96127 INFO 2025-09-08 21:14:05,192 basehttp 52492 13723840512 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-09-08 21:14:05,202 basehttp 52492 6293303296 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-08 21:14:05,203 basehttp 52492 13740666880 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-08 21:14:08,443 basehttp 52492 13707014144 "GET / HTTP/1.1" 302 0 INFO 2025-09-08 21:14:08,467 basehttp 52492 13757493248 "GET /en/ HTTP/1.1" 200 48866 INFO 2025-09-08 21:14:08,472 basehttp 52492 13740666880 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:14:08,473 basehttp 52492 13723840512 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:14:08,480 basehttp 52492 13757493248 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:14:08,480 basehttp 52492 6293303296 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:14:08,480 basehttp 52492 13707014144 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-08 21:14:08,482 basehttp 52492 13723840512 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:14:08,482 basehttp 52492 13774319616 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:14:09,422 basehttp 52492 13740666880 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:14:09,422 basehttp 52492 13757493248 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:14:09,424 basehttp 52492 6293303296 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:14:09,424 basehttp 52492 13707014144 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:14:09,425 basehttp 52492 13723840512 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:14:09,425 basehttp 52492 13774319616 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:14:09,427 basehttp 52492 13757493248 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:14:09,427 basehttp 52492 13740666880 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:14:09,428 basehttp 52492 6293303296 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:14:09,429 basehttp 52492 13707014144 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:14:09,430 basehttp 52492 13723840512 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:14:09,430 basehttp 52492 13774319616 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:14:09,431 basehttp 52492 13757493248 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:14:09,431 basehttp 52492 13740666880 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:14:09,432 basehttp 52492 13707014144 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:14:09,432 basehttp 52492 6293303296 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:14:09,433 basehttp 52492 13723840512 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:14:09,433 basehttp 52492 13774319616 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:14:09,434 basehttp 52492 13757493248 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:14:09,434 basehttp 52492 13740666880 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:14:09,434 basehttp 52492 13707014144 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:14:09,435 basehttp 52492 6293303296 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:14:09,435 basehttp 52492 13723840512 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:14:09,445 basehttp 52492 13774319616 "GET /static/webfonts/fa-regular-400.woff2 HTTP/1.1" 200 25472 INFO 2025-09-08 21:14:09,690 basehttp 52492 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:14:09,694 basehttp 52492 6293303296 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-08 21:14:09,694 basehttp 52492 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-08 21:14:09,697 basehttp 52492 13740666880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-08 21:14:21,656 basehttp 52492 13757493248 "GET /en/patients HTTP/1.1" 301 0 INFO 2025-09-08 21:14:21,685 basehttp 52492 6293303296 "GET /en/patients/ HTTP/1.1" 200 139677 INFO 2025-09-08 21:14:21,782 basehttp 52492 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:14:21,784 basehttp 52492 13740666880 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:14:24,807 basehttp 52492 13723840512 "GET /en/patients/insurance-info-list/7/ HTTP/1.1" 200 756 INFO 2025-09-08 21:14:29,682 basehttp 52492 13774319616 "GET /en/patients/ HTTP/1.1" 200 139677 INFO 2025-09-08 21:14:29,739 basehttp 52492 6293303296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:14:29,740 basehttp 52492 13707014144 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:14:31,015 basehttp 52492 13740666880 "GET /en/patients/consent-forms/7/ HTTP/1.1" 200 1173 INFO 2025-09-08 21:14:40,924 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:14:40,927 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:15:05,129 basehttp 52492 6293303296 "GET /en/patients/ HTTP/1.1" 200 136677 INFO 2025-09-08 21:15:05,259 basehttp 52492 6293303296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:15:05,263 basehttp 52492 13707014144 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:15:07,686 basehttp 52492 6293303296 "GET /en/patients/insurance-info-list/25/ HTTP/1.1" 200 751 INFO 2025-09-08 21:15:21,471 basehttp 52492 13707014144 "GET /en/patients/consent-forms/25/ HTTP/1.1" 200 1173 INFO 2025-09-08 21:15:31,649 basehttp 52492 6293303296 "GET /en/patients/ HTTP/1.1" 200 136677 INFO 2025-09-08 21:15:31,704 basehttp 52492 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:15:31,705 basehttp 52492 6293303296 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:15:40,912 basehttp 52492 6209171456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:15:40,914 basehttp 52492 6192345088 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:15:43,718 basehttp 52492 6192345088 "GET /en/patients/ HTTP/1.1" 200 135968 INFO 2025-09-08 21:15:43,728 basehttp 52492 6259650560 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:15:43,729 basehttp 52492 6242824192 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:15:43,730 basehttp 52492 6192345088 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:15:43,735 basehttp 52492 6225997824 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-08 21:15:43,737 basehttp 52492 6209171456 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:15:43,737 basehttp 52492 6259650560 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 21:15:43,741 log 52492 6192345088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:15:43,741 basehttp 52492 6192345088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:15:43,741 basehttp 52492 6242824192 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:15:43,746 basehttp 52492 6242824192 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:15:44,640 basehttp 52492 6209171456 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:15:44,640 basehttp 52492 6242824192 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:15:44,640 basehttp 52492 6259650560 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:15:44,642 basehttp 52492 6192345088 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:15:44,643 basehttp 52492 6276476928 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:15:44,643 basehttp 52492 6225997824 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:15:44,644 basehttp 52492 6209171456 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:15:44,645 basehttp 52492 6242824192 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:15:44,646 basehttp 52492 6259650560 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:15:44,646 basehttp 52492 6192345088 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:15:44,647 basehttp 52492 6225997824 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:15:44,647 basehttp 52492 6209171456 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:15:44,648 basehttp 52492 6242824192 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:15:44,648 basehttp 52492 6192345088 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:15:44,649 basehttp 52492 6259650560 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:15:44,649 basehttp 52492 6276476928 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:15:44,650 basehttp 52492 6225997824 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:15:44,651 basehttp 52492 6242824192 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:15:44,652 basehttp 52492 6276476928 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:15:44,652 basehttp 52492 6192345088 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:15:44,652 basehttp 52492 6259650560 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:15:44,652 basehttp 52492 6209171456 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:15:44,659 basehttp 52492 6209171456 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:15:44,730 basehttp 52492 6209171456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:15:44,732 basehttp 52492 6259650560 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:15:44,763 log 52492 6259650560 Not Found: /favicon.ico WARNING 2025-09-08 21:15:44,764 basehttp 52492 6259650560 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:15:46,671 basehttp 52492 6259650560 "GET /en/patients/insurance-info-list/17/ HTTP/1.1" 200 753 INFO 2025-09-08 21:15:58,716 basehttp 52492 13707014144 "GET /en/patients/ HTTP/1.1" 200 135968 INFO 2025-09-08 21:15:58,768 basehttp 52492 6293303296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:15:58,771 basehttp 52492 13707014144 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:16:00,504 basehttp 52492 6293303296 "GET /en/patients/insurance-info-list/40/ HTTP/1.1" 200 574 INFO 2025-09-08 21:16:06,974 basehttp 52492 13707014144 "GET /en/patients/ HTTP/1.1" 200 135968 INFO 2025-09-08 21:16:07,030 basehttp 52492 6293303296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:16:07,031 basehttp 52492 13707014144 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:16:34,883 basehttp 52492 6259650560 "GET /en/patients/ HTTP/1.1" 200 135694 INFO 2025-09-08 21:16:34,894 basehttp 52492 6276476928 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:16:34,895 basehttp 52492 6242824192 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:16:34,898 basehttp 52492 6225997824 "GET /static/js/custom.js HTTP/1.1" 200 4105 WARNING 2025-09-08 21:16:34,916 log 52492 6242824192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:16:34,917 basehttp 52492 6242824192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:16:34,917 basehttp 52492 6259650560 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:16:34,919 basehttp 52492 6276476928 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:16:34,922 basehttp 52492 6209171456 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:16:34,923 basehttp 52492 6192345088 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:16:34,952 basehttp 52492 6192345088 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:16:35,335 basehttp 52492 6276476928 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:16:35,335 basehttp 52492 6259650560 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:16:35,335 basehttp 52492 6192345088 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:16:35,335 basehttp 52492 6242824192 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:16:35,335 basehttp 52492 6209171456 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:16:35,338 basehttp 52492 6242824192 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:16:35,339 basehttp 52492 6276476928 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:16:35,339 basehttp 52492 6225997824 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:16:35,339 basehttp 52492 6259650560 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:16:35,340 basehttp 52492 6192345088 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:16:35,341 basehttp 52492 6209171456 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:16:35,342 basehttp 52492 6242824192 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:16:35,342 basehttp 52492 6276476928 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:16:35,343 basehttp 52492 6225997824 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:16:35,343 basehttp 52492 6259650560 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:16:35,343 basehttp 52492 6192345088 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:16:35,345 basehttp 52492 6209171456 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:16:35,345 basehttp 52492 6242824192 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:16:35,346 basehttp 52492 6276476928 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:16:35,346 basehttp 52492 6225997824 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:16:35,346 basehttp 52492 6259650560 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:16:35,346 basehttp 52492 6192345088 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:16:35,354 basehttp 52492 6192345088 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-08 21:16:35,442 log 52492 6192345088 Not Found: /favicon.ico WARNING 2025-09-08 21:16:35,442 basehttp 52492 6192345088 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:16:46,322 basehttp 52492 6293303296 "GET /en/patients/ HTTP/1.1" 200 135694 INFO 2025-09-08 21:17:06,635 basehttp 52492 6293303296 "GET /en/patients/ HTTP/1.1" 200 136403 INFO 2025-09-08 21:17:44,171 basehttp 52492 6192345088 "GET /en/patients/ HTTP/1.1" 200 136264 INFO 2025-09-08 21:17:44,180 basehttp 52492 6225997824 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:17:44,181 basehttp 52492 6276476928 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:17:44,183 basehttp 52492 6192345088 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:17:44,185 basehttp 52492 6259650560 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 WARNING 2025-09-08 21:17:44,190 log 52492 6276476928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:17:44,190 basehttp 52492 6276476928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:17:44,212 basehttp 52492 6276476928 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:17:44,570 basehttp 52492 6276476928 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:17:44,571 basehttp 52492 6225997824 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:17:44,571 basehttp 52492 6209171456 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:17:44,571 basehttp 52492 6242824192 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:17:44,573 basehttp 52492 6259650560 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:17:44,574 basehttp 52492 6192345088 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:17:44,576 basehttp 52492 6276476928 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:17:44,577 basehttp 52492 6209171456 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:17:44,578 basehttp 52492 6225997824 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:17:44,578 basehttp 52492 6242824192 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:17:44,578 basehttp 52492 6259650560 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:17:44,580 basehttp 52492 6192345088 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:17:44,581 basehttp 52492 6276476928 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:17:44,581 basehttp 52492 6225997824 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:17:44,581 basehttp 52492 6209171456 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:17:44,583 basehttp 52492 6259650560 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:17:44,583 basehttp 52492 6242824192 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:17:44,584 basehttp 52492 6192345088 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:17:44,585 basehttp 52492 6276476928 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:17:44,585 basehttp 52492 6225997824 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:17:44,585 basehttp 52492 6209171456 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:17:44,586 basehttp 52492 6259650560 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:17:44,595 basehttp 52492 6209171456 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-08 21:17:44,685 log 52492 6209171456 Not Found: /favicon.ico WARNING 2025-09-08 21:17:44,685 basehttp 52492 6209171456 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:18:00,568 basehttp 52492 6209171456 "GET /en/patients/ HTTP/1.1" 200 136313 INFO 2025-09-08 21:18:00,576 basehttp 52492 6276476928 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:18:00,576 basehttp 52492 6225997824 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:18:00,579 basehttp 52492 6209171456 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-08 21:18:00,581 log 52492 6242824192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:18:00,582 basehttp 52492 6242824192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:18:00,586 basehttp 52492 6259650560 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:18:00,586 basehttp 52492 6192345088 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:18:00,627 basehttp 52492 6192345088 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:18:00,989 basehttp 52492 6192345088 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:18:00,989 basehttp 52492 6209171456 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:18:00,990 basehttp 52492 6259650560 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:18:00,990 basehttp 52492 6242824192 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:18:00,991 basehttp 52492 6225997824 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:18:00,994 basehttp 52492 6209171456 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:18:00,994 basehttp 52492 6242824192 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:18:00,995 basehttp 52492 6259650560 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:18:00,996 basehttp 52492 6192345088 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:18:00,996 basehttp 52492 6225997824 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:18:00,997 basehttp 52492 6276476928 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:18:00,999 basehttp 52492 6259650560 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:18:00,999 basehttp 52492 6209171456 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:18:01,000 basehttp 52492 6225997824 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:18:01,000 basehttp 52492 6242824192 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:18:01,000 basehttp 52492 6276476928 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:18:01,000 basehttp 52492 6192345088 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:18:01,002 basehttp 52492 6242824192 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:18:01,002 basehttp 52492 6192345088 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:18:01,003 basehttp 52492 6209171456 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:18:01,003 basehttp 52492 6259650560 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:18:01,003 basehttp 52492 6225997824 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:18:01,009 basehttp 52492 6225997824 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-08 21:18:01,117 log 52492 6225997824 Not Found: /favicon.ico WARNING 2025-09-08 21:18:01,117 basehttp 52492 6225997824 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:18:29,932 basehttp 52492 6225997824 "GET /en/patients/ HTTP/1.1" 200 136359 INFO 2025-09-08 21:18:29,942 basehttp 52492 6259650560 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:18:29,944 basehttp 52492 6192345088 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:18:29,948 basehttp 52492 6259650560 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-08 21:18:29,949 basehttp 52492 6225997824 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-08 21:18:29,956 log 52492 6192345088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:18:29,957 basehttp 52492 6192345088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:18:29,959 basehttp 52492 6225997824 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:18:29,960 basehttp 52492 6209171456 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:18:29,960 basehttp 52492 6242824192 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:18:30,381 basehttp 52492 6242824192 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:18:30,403 basehttp 52492 6242824192 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:18:30,404 basehttp 52492 6192345088 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:18:30,405 basehttp 52492 6209171456 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:18:30,406 basehttp 52492 6242824192 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:18:30,406 basehttp 52492 6259650560 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:18:30,406 basehttp 52492 6225997824 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:18:30,407 basehttp 52492 6276476928 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:18:30,408 basehttp 52492 6192345088 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:18:30,409 basehttp 52492 6209171456 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:18:30,409 basehttp 52492 6242824192 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:18:30,409 basehttp 52492 6225997824 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:18:30,409 basehttp 52492 6259650560 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:18:30,410 basehttp 52492 6276476928 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:18:30,411 basehttp 52492 6209171456 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:18:30,412 basehttp 52492 6276476928 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:18:30,412 basehttp 52492 6242824192 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:18:30,412 basehttp 52492 6192345088 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:18:30,412 basehttp 52492 6259650560 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:18:30,413 basehttp 52492 6225997824 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:18:30,413 basehttp 52492 6209171456 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:18:30,414 basehttp 52492 6276476928 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:18:30,414 basehttp 52492 6259650560 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:18:30,452 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:18:30,454 basehttp 52492 6276476928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:18:30,497 log 52492 6276476928 Not Found: /favicon.ico WARNING 2025-09-08 21:18:30,497 basehttp 52492 6276476928 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:18:31,712 basehttp 52492 6276476928 "GET /en/patients/insurance-info-list/12/ HTTP/1.1" 200 572 INFO 2025-09-08 21:18:46,526 basehttp 52492 6276476928 "GET /en/patients/ HTTP/1.1" 200 136356 INFO 2025-09-08 21:18:46,534 basehttp 52492 6276476928 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:18:46,536 basehttp 52492 6259650560 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:18:46,538 basehttp 52492 6209171456 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:18:46,539 basehttp 52492 6259650560 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-08 21:18:46,540 basehttp 52492 6225997824 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:18:46,541 basehttp 52492 6276476928 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 WARNING 2025-09-08 21:18:46,544 log 52492 6192345088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:18:46,544 basehttp 52492 6192345088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:18:46,545 basehttp 52492 6276476928 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:18:46,937 basehttp 52492 6276476928 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:18:46,938 basehttp 52492 6259650560 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:18:46,938 basehttp 52492 6225997824 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:18:46,938 basehttp 52492 6209171456 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:18:46,939 basehttp 52492 6192345088 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:18:46,941 basehttp 52492 6276476928 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:18:46,942 basehttp 52492 6225997824 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:18:46,942 basehttp 52492 6259650560 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:18:46,942 basehttp 52492 6242824192 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:18:46,943 basehttp 52492 6209171456 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:18:46,944 basehttp 52492 6192345088 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:18:46,945 basehttp 52492 6259650560 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:18:46,946 basehttp 52492 6276476928 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:18:46,947 basehttp 52492 6225997824 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:18:46,948 basehttp 52492 6242824192 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:18:46,948 basehttp 52492 6209171456 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:18:46,949 basehttp 52492 6192345088 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:18:46,950 basehttp 52492 6259650560 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:18:46,950 basehttp 52492 6276476928 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:18:46,951 basehttp 52492 6242824192 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:18:46,951 basehttp 52492 6209171456 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:18:46,951 basehttp 52492 6225997824 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:18:46,962 basehttp 52492 6209171456 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:18:46,977 basehttp 52492 6225997824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:18:46,980 basehttp 52492 6242824192 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:18:47,053 log 52492 6242824192 Not Found: /favicon.ico WARNING 2025-09-08 21:18:47,053 basehttp 52492 6242824192 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:18:48,595 basehttp 52492 6242824192 "GET /en/patients/insurance-info-list/12/ HTTP/1.1" 200 572 INFO 2025-09-08 21:18:49,652 basehttp 52492 6242824192 "GET /en/patients/consent-forms/12/ HTTP/1.1" 200 599 INFO 2025-09-08 21:19:03,937 basehttp 52492 6242824192 "GET /en/patients/ HTTP/1.1" 200 136403 INFO 2025-09-08 21:19:03,947 basehttp 52492 6209171456 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:19:03,948 basehttp 52492 6276476928 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:19:03,952 basehttp 52492 6209171456 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-08 21:19:03,957 basehttp 52492 6276476928 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 21:19:03,959 log 52492 6192345088 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-08 21:19:03,959 basehttp 52492 6242824192 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-08 21:19:03,960 basehttp 52492 6192345088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:19:03,968 basehttp 52492 6225997824 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:19:03,978 basehttp 52492 6259650560 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:19:03,997 basehttp 52492 6259650560 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:19:04,384 basehttp 52492 6259650560 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:19:04,408 basehttp 52492 6225997824 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:19:04,408 basehttp 52492 6259650560 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:19:04,409 basehttp 52492 6192345088 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:19:04,409 basehttp 52492 6242824192 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:19:04,410 basehttp 52492 6276476928 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:19:04,411 basehttp 52492 6225997824 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:19:04,411 basehttp 52492 6259650560 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:19:04,412 basehttp 52492 6242824192 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:19:04,412 basehttp 52492 6276476928 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:19:04,412 basehttp 52492 6192345088 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:19:04,413 basehttp 52492 6259650560 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:19:04,414 basehttp 52492 6209171456 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:19:04,415 basehttp 52492 6259650560 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:19:04,415 basehttp 52492 6225997824 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:19:04,415 basehttp 52492 6242824192 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:19:04,415 basehttp 52492 6276476928 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:19:04,415 basehttp 52492 6209171456 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:19:04,416 basehttp 52492 6192345088 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:19:04,417 basehttp 52492 6276476928 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:19:04,417 basehttp 52492 6242824192 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:19:04,417 basehttp 52492 6225997824 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:19:04,418 basehttp 52492 6259650560 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 WARNING 2025-09-08 21:19:04,505 log 52492 6259650560 Not Found: /favicon.ico WARNING 2025-09-08 21:19:04,505 basehttp 52492 6259650560 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:20:16,599 basehttp 52492 6259650560 "GET /en/patients/ HTTP/1.1" 200 136553 INFO 2025-09-08 21:20:16,616 basehttp 52492 6192345088 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:20:16,619 basehttp 52492 6259650560 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:20:16,621 basehttp 52492 6242824192 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:20:16,622 basehttp 52492 6192345088 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 21:20:16,641 log 52492 6276476928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:20:16,642 basehttp 52492 6276476928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:20:16,642 basehttp 52492 6209171456 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:20:16,643 basehttp 52492 6225997824 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:20:16,651 basehttp 52492 6225997824 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:20:17,186 basehttp 52492 6225997824 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:20:17,187 basehttp 52492 6192345088 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:20:17,187 basehttp 52492 6209171456 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:20:17,187 basehttp 52492 6276476928 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:20:17,188 basehttp 52492 6259650560 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:20:17,190 basehttp 52492 6276476928 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:20:17,190 basehttp 52492 6242824192 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:20:17,190 basehttp 52492 6225997824 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:20:17,190 basehttp 52492 6209171456 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:20:17,191 basehttp 52492 6192345088 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:20:17,191 basehttp 52492 6259650560 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:20:17,194 basehttp 52492 6276476928 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:20:17,194 basehttp 52492 6242824192 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:20:17,194 basehttp 52492 6209171456 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:20:17,194 basehttp 52492 6192345088 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:20:17,194 basehttp 52492 6259650560 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:20:17,194 basehttp 52492 6225997824 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:20:17,197 basehttp 52492 6276476928 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:20:17,198 basehttp 52492 6225997824 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:20:17,198 basehttp 52492 6192345088 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:20:17,198 basehttp 52492 6209171456 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:20:17,198 basehttp 52492 6242824192 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:20:17,207 basehttp 52492 6242824192 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:20:17,266 basehttp 52492 6242824192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:20:17,267 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:20:17,308 log 52492 6209171456 Not Found: /favicon.ico WARNING 2025-09-08 21:20:17,308 basehttp 52492 6209171456 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:20:19,360 basehttp 52492 6209171456 "GET /en/patients/insurance-info-list/12/ HTTP/1.1" 200 572 INFO 2025-09-08 21:20:26,095 basehttp 52492 6209171456 "GET /en/patients/ HTTP/1.1" 200 136553 INFO 2025-09-08 21:20:26,106 basehttp 52492 6225997824 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:20:26,107 basehttp 52492 6192345088 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:20:26,112 basehttp 52492 6225997824 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:20:26,114 basehttp 52492 6209171456 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-08 21:20:26,116 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:20:26,116 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:20:26,119 basehttp 52492 6242824192 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:20:26,119 basehttp 52492 6276476928 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:20:26,120 basehttp 52492 6259650560 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:20:26,524 basehttp 52492 6225997824 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:20:26,525 basehttp 52492 6259650560 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:20:26,525 basehttp 52492 6276476928 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:20:26,527 basehttp 52492 6242824192 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:20:26,527 basehttp 52492 6209171456 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:20:26,529 basehttp 52492 6225997824 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:20:26,530 basehttp 52492 6242824192 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:20:26,530 basehttp 52492 6276476928 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:20:26,531 basehttp 52492 6259650560 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:20:26,531 basehttp 52492 6192345088 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:20:26,532 basehttp 52492 6225997824 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:20:26,532 basehttp 52492 6209171456 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:20:26,534 basehttp 52492 6242824192 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:20:26,535 basehttp 52492 6209171456 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:20:26,535 basehttp 52492 6259650560 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:20:26,536 basehttp 52492 6276476928 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:20:26,536 basehttp 52492 6225997824 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:20:26,536 basehttp 52492 6192345088 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:20:26,537 basehttp 52492 6209171456 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:20:26,537 basehttp 52492 6259650560 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:20:26,537 basehttp 52492 6276476928 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:20:26,537 basehttp 52492 6242824192 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:20:26,541 basehttp 52492 6276476928 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:20:26,595 basehttp 52492 6276476928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:20:26,597 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:20:26,638 log 52492 6209171456 Not Found: /favicon.ico WARNING 2025-09-08 21:20:26,638 basehttp 52492 6209171456 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:21:19,897 basehttp 52492 6209171456 "GET /en/patients/ HTTP/1.1" 200 136407 INFO 2025-09-08 21:21:19,904 basehttp 52492 6209171456 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:21:19,906 basehttp 52492 6242824192 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:21:19,908 basehttp 52492 6259650560 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:21:19,908 basehttp 52492 6192345088 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-08 21:21:19,912 basehttp 52492 6192345088 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 21:21:19,917 log 52492 6209171456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:21:19,917 basehttp 52492 6209171456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:21:19,919 basehttp 52492 6276476928 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:21:19,920 basehttp 52492 6209171456 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:21:19,921 basehttp 52492 6259650560 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:21:20,335 basehttp 52492 6259650560 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:21:20,335 basehttp 52492 6276476928 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:21:20,335 basehttp 52492 6192345088 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:21:20,336 basehttp 52492 6209171456 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:21:20,336 basehttp 52492 6225997824 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:21:20,336 basehttp 52492 6242824192 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:21:20,339 basehttp 52492 6276476928 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:21:20,340 basehttp 52492 6192345088 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:21:20,341 basehttp 52492 6259650560 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:21:20,341 basehttp 52492 6225997824 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:21:20,342 basehttp 52492 6209171456 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:21:20,342 basehttp 52492 6242824192 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:21:20,343 basehttp 52492 6276476928 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:21:20,344 basehttp 52492 6259650560 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:21:20,344 basehttp 52492 6242824192 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:21:20,344 basehttp 52492 6225997824 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:21:20,344 basehttp 52492 6192345088 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:21:20,345 basehttp 52492 6209171456 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:21:20,345 basehttp 52492 6276476928 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:21:20,346 basehttp 52492 6259650560 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:21:20,346 basehttp 52492 6225997824 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:21:20,346 basehttp 52492 6192345088 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:21:20,354 basehttp 52492 6225997824 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:21:20,407 basehttp 52492 6225997824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:21:20,409 basehttp 52492 6192345088 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:21:20,458 log 52492 6192345088 Not Found: /favicon.ico WARNING 2025-09-08 21:21:20,458 basehttp 52492 6192345088 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:21:22,493 basehttp 52492 6192345088 "GET /en/patients/insurance-info-list/12/ HTTP/1.1" 200 572 INFO 2025-09-08 21:21:28,388 basehttp 52492 6192345088 "GET /en/patients/consent-forms/17/ HTTP/1.1" 200 590 INFO 2025-09-08 21:21:38,007 basehttp 52492 6293303296 "GET /en/patients/ HTTP/1.1" 200 136407 INFO 2025-09-08 21:21:38,027 basehttp 52492 6293303296 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-08 21:21:38,111 basehttp 52492 6293303296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:21:38,114 basehttp 52492 13707014144 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:21:40,156 basehttp 52492 6293303296 "GET /en/patients/insurance-info-list/25/ HTTP/1.1" 200 751 INFO 2025-09-08 21:21:48,581 basehttp 52492 6192345088 "GET /en/patients/ HTTP/1.1" 200 136407 INFO 2025-09-08 21:21:48,591 basehttp 52492 6192345088 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 WARNING 2025-09-08 21:21:48,602 log 52492 6192345088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:21:48,602 basehttp 52492 6192345088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:21:48,678 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:21:48,680 basehttp 52492 6225997824 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:22:48,689 basehttp 52492 6225997824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:22:48,692 basehttp 52492 6192345088 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:23:01,957 basehttp 52492 6192345088 "GET /en/patients/ HTTP/1.1" 200 139026 INFO 2025-09-08 21:23:01,967 basehttp 52492 6259650560 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:23:01,968 basehttp 52492 6276476928 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:23:01,972 basehttp 52492 6209171456 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-08 21:23:01,976 basehttp 52492 6209171456 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-08 21:23:01,976 basehttp 52492 6192345088 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:23:01,977 basehttp 52492 6276476928 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 21:23:01,981 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:23:01,981 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:23:01,985 basehttp 52492 6225997824 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:23:01,986 basehttp 52492 6259650560 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:23:01,986 basehttp 52492 6242824192 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:23:02,402 basehttp 52492 6192345088 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:23:02,403 basehttp 52492 6242824192 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:23:02,403 basehttp 52492 6259650560 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:23:02,404 basehttp 52492 6225997824 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:23:02,404 basehttp 52492 6276476928 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:23:02,406 basehttp 52492 6242824192 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:23:02,406 basehttp 52492 6225997824 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:23:02,406 basehttp 52492 6259650560 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:23:02,406 basehttp 52492 6209171456 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:23:02,406 basehttp 52492 6276476928 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:23:02,407 basehttp 52492 6192345088 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:23:02,409 basehttp 52492 6276476928 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:23:02,409 basehttp 52492 6192345088 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:23:02,410 basehttp 52492 6209171456 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:23:02,410 basehttp 52492 6259650560 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:23:02,410 basehttp 52492 6225997824 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:23:02,411 basehttp 52492 6242824192 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:23:02,413 basehttp 52492 6225997824 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:23:02,413 basehttp 52492 6192345088 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:23:02,413 basehttp 52492 6209171456 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:23:02,413 basehttp 52492 6259650560 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:23:02,413 basehttp 52492 6276476928 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:23:02,423 basehttp 52492 6276476928 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:23:02,505 basehttp 52492 6276476928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:23:02,507 basehttp 52492 6259650560 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:23:02,520 log 52492 6259650560 Not Found: /favicon.ico WARNING 2025-09-08 21:23:02,520 basehttp 52492 6259650560 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:23:04,484 basehttp 52492 6259650560 "GET /en/patients/insurance-info-list/28/ HTTP/1.1" 200 705 INFO 2025-09-08 21:23:37,014 basehttp 52492 6259650560 "GET /en/patients/ HTTP/1.1" 200 139026 INFO 2025-09-08 21:23:37,023 basehttp 52492 6259650560 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 WARNING 2025-09-08 21:23:37,032 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:23:37,032 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:23:37,112 basehttp 52492 6276476928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:23:37,112 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:23:38,879 basehttp 52492 6276476928 "GET /en/patients/consent-forms/12/ HTTP/1.1" 200 599 INFO 2025-09-08 21:24:37,132 basehttp 52492 6276476928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:24:37,133 basehttp 52492 6259650560 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:25:37,116 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:25:37,118 basehttp 52492 6276476928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:26:01,097 basehttp 52492 6276476928 "GET /en/patients/ HTTP/1.1" 200 139165 INFO 2025-09-08 21:26:01,107 basehttp 52492 6209171456 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:26:01,111 basehttp 52492 6192345088 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:26:01,113 basehttp 52492 6225997824 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-08 21:26:01,116 basehttp 52492 6225997824 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-08 21:26:01,119 basehttp 52492 6242824192 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 21:26:01,122 log 52492 6192345088 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-08 21:26:01,122 basehttp 52492 6276476928 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-08 21:26:01,122 basehttp 52492 6192345088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:26:01,129 basehttp 52492 6259650560 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:26:01,131 basehttp 52492 6209171456 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:26:01,132 basehttp 52492 6259650560 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:26:01,547 basehttp 52492 6209171456 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:26:01,548 basehttp 52492 6192345088 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:26:01,548 basehttp 52492 6242824192 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:26:01,548 basehttp 52492 6276476928 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:26:01,548 basehttp 52492 6259650560 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:26:01,549 basehttp 52492 6225997824 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:26:01,551 basehttp 52492 6276476928 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:26:01,552 basehttp 52492 6259650560 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:26:01,552 basehttp 52492 6209171456 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:26:01,553 basehttp 52492 6192345088 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:26:01,553 basehttp 52492 6242824192 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:26:01,555 basehttp 52492 6225997824 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:26:01,555 basehttp 52492 6276476928 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:26:01,556 basehttp 52492 6242824192 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:26:01,556 basehttp 52492 6209171456 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:26:01,556 basehttp 52492 6259650560 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:26:01,557 basehttp 52492 6225997824 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:26:01,557 basehttp 52492 6192345088 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:26:01,558 basehttp 52492 6276476928 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:26:01,558 basehttp 52492 6209171456 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:26:01,558 basehttp 52492 6242824192 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:26:01,559 basehttp 52492 6259650560 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:26:01,565 basehttp 52492 6259650560 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:26:01,630 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:26:01,633 basehttp 52492 6242824192 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:26:01,674 log 52492 6242824192 Not Found: /favicon.ico WARNING 2025-09-08 21:26:01,674 basehttp 52492 6242824192 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:26:03,313 basehttp 52492 6242824192 "GET /en/patients/insurance-info-list/17/ HTTP/1.1" 200 705 INFO 2025-09-08 21:26:46,296 basehttp 52492 6242824192 "GET /en/patients/ HTTP/1.1" 200 139157 INFO 2025-09-08 21:26:46,308 basehttp 52492 6276476928 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:26:46,308 basehttp 52492 6209171456 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:26:46,312 basehttp 52492 6192345088 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-08 21:26:46,315 basehttp 52492 6192345088 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-08 21:26:46,317 basehttp 52492 6242824192 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:26:46,318 basehttp 52492 6209171456 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 21:26:46,321 log 52492 6225997824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:26:46,322 basehttp 52492 6225997824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:26:46,325 basehttp 52492 6259650560 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:26:46,325 basehttp 52492 6276476928 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:26:46,327 basehttp 52492 6259650560 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:26:46,745 basehttp 52492 6242824192 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:26:46,745 basehttp 52492 6259650560 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:26:46,746 basehttp 52492 6276476928 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:26:46,747 basehttp 52492 6225997824 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:26:46,747 basehttp 52492 6209171456 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:26:46,749 basehttp 52492 6242824192 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:26:46,749 basehttp 52492 6209171456 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:26:46,750 basehttp 52492 6259650560 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:26:46,750 basehttp 52492 6192345088 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:26:46,750 basehttp 52492 6225997824 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:26:46,751 basehttp 52492 6276476928 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:26:46,753 basehttp 52492 6276476928 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:26:46,754 basehttp 52492 6259650560 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:26:46,754 basehttp 52492 6225997824 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:26:46,754 basehttp 52492 6242824192 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:26:46,754 basehttp 52492 6209171456 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:26:46,754 basehttp 52492 6192345088 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:26:46,756 basehttp 52492 6225997824 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:26:46,757 basehttp 52492 6259650560 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:26:46,757 basehttp 52492 6276476928 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:26:46,757 basehttp 52492 6209171456 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:26:46,758 basehttp 52492 6192345088 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:26:46,764 basehttp 52492 6192345088 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:26:46,837 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:26:46,839 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:26:46,875 log 52492 6209171456 Not Found: /favicon.ico WARNING 2025-09-08 21:26:46,875 basehttp 52492 6209171456 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:26:48,854 basehttp 52492 6209171456 "GET /en/patients/insurance-info-list/12/ HTTP/1.1" 200 572 INFO 2025-09-08 21:27:20,027 basehttp 52492 6209171456 "GET /en/patients/ HTTP/1.1" 200 139157 INFO 2025-09-08 21:27:20,040 basehttp 52492 6259650560 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:27:20,040 basehttp 52492 6276476928 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:27:20,044 basehttp 52492 6225997824 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-08 21:27:20,048 basehttp 52492 6225997824 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-08 21:27:20,048 basehttp 52492 6209171456 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:27:20,049 basehttp 52492 6242824192 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 21:27:20,052 log 52492 6276476928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:27:20,053 basehttp 52492 6276476928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:27:20,056 basehttp 52492 6192345088 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:27:20,056 basehttp 52492 6259650560 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:27:20,070 basehttp 52492 6259650560 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:27:20,462 basehttp 52492 6259650560 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:27:20,462 basehttp 52492 6242824192 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:27:20,463 basehttp 52492 6276476928 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:27:20,462 basehttp 52492 6192345088 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:27:20,464 basehttp 52492 6209171456 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:27:20,466 basehttp 52492 6192345088 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:27:20,466 basehttp 52492 6259650560 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:27:20,466 basehttp 52492 6225997824 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:27:20,466 basehttp 52492 6276476928 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:27:20,466 basehttp 52492 6242824192 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:27:20,469 basehttp 52492 6209171456 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:27:20,470 basehttp 52492 6259650560 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:27:20,470 basehttp 52492 6192345088 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:27:20,471 basehttp 52492 6276476928 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:27:20,471 basehttp 52492 6225997824 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:27:20,472 basehttp 52492 6242824192 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:27:20,473 basehttp 52492 6209171456 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:27:20,473 basehttp 52492 6192345088 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:27:20,473 basehttp 52492 6259650560 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:27:20,474 basehttp 52492 6225997824 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:27:20,474 basehttp 52492 6276476928 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:27:20,474 basehttp 52492 6242824192 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:27:20,481 basehttp 52492 6242824192 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:27:20,533 basehttp 52492 6242824192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:27:20,535 basehttp 52492 6276476928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:27:20,580 log 52492 6276476928 Not Found: /favicon.ico WARNING 2025-09-08 21:27:20,580 basehttp 52492 6276476928 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:27:22,772 basehttp 52492 6276476928 "GET /en/patients/insurance-info-list/17/ HTTP/1.1" 200 705 INFO 2025-09-08 21:27:26,735 basehttp 52492 6276476928 "GET /en/patients/ HTTP/1.1" 200 139157 WARNING 2025-09-08 21:27:26,755 log 52492 6276476928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:27:26,755 basehttp 52492 6276476928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:27:26,840 basehttp 52492 6276476928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:27:26,842 basehttp 52492 6242824192 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:27:46,938 basehttp 52492 6242824192 "GET /en/patients/ HTTP/1.1" 200 139054 INFO 2025-09-08 21:27:46,948 basehttp 52492 6225997824 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:27:46,950 basehttp 52492 6259650560 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-08 21:27:46,956 basehttp 52492 6242824192 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:27:46,958 basehttp 52492 6259650560 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 21:27:46,962 log 52492 6225997824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:27:46,963 basehttp 52492 6225997824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:27:46,965 basehttp 52492 6259650560 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:27:46,967 basehttp 52492 6276476928 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:27:46,967 basehttp 52492 6192345088 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:27:47,380 basehttp 52492 6192345088 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:27:47,381 basehttp 52492 6259650560 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:27:47,381 basehttp 52492 6276476928 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:27:47,381 basehttp 52492 6242824192 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:27:47,383 basehttp 52492 6225997824 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:27:47,383 basehttp 52492 6276476928 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:27:47,384 basehttp 52492 6192345088 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:27:47,385 basehttp 52492 6242824192 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:27:47,386 basehttp 52492 6259650560 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:27:47,386 basehttp 52492 6209171456 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:27:47,387 basehttp 52492 6225997824 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:27:47,388 basehttp 52492 6276476928 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:27:47,388 basehttp 52492 6192345088 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:27:47,389 basehttp 52492 6242824192 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:27:47,389 basehttp 52492 6259650560 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:27:47,390 basehttp 52492 6209171456 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:27:47,391 basehttp 52492 6276476928 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:27:47,391 basehttp 52492 6242824192 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:27:47,391 basehttp 52492 6192345088 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:27:47,392 basehttp 52492 6259650560 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:27:47,392 basehttp 52492 6209171456 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:27:47,392 basehttp 52492 6225997824 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:27:47,400 basehttp 52492 6209171456 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:27:47,447 basehttp 52492 6209171456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:27:47,450 basehttp 52492 6259650560 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:27:47,500 log 52492 6259650560 Not Found: /favicon.ico WARNING 2025-09-08 21:27:47,500 basehttp 52492 6259650560 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:27:49,269 basehttp 52492 6259650560 "GET /en/patients/insurance-info-list/12/ HTTP/1.1" 200 572 INFO 2025-09-08 21:27:56,159 basehttp 52492 6259650560 "GET /en/patients/ HTTP/1.1" 200 139054 WARNING 2025-09-08 21:27:56,178 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:27:56,178 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:27:56,259 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:27:56,260 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:27:57,957 basehttp 52492 6209171456 "GET /en/patients/consent-forms/25/ HTTP/1.1" 200 1173 INFO 2025-09-08 21:28:01,828 basehttp 52492 6209171456 "GET /en/patients/ HTTP/1.1" 200 139054 WARNING 2025-09-08 21:28:01,843 log 52492 6209171456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:28:01,844 basehttp 52492 6209171456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:28:01,910 basehttp 52492 6209171456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:28:01,912 basehttp 52492 6259650560 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:28:04,494 basehttp 52492 6259650560 "GET /en/patients/register/ HTTP/1.1" 200 27177 WARNING 2025-09-08 21:28:04,514 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:28:04,514 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:28:04,558 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:28:06,764 basehttp 52492 6259650560 "GET / HTTP/1.1" 302 0 INFO 2025-09-08 21:28:06,779 basehttp 52492 6209171456 "GET /en/ HTTP/1.1" 200 48547 WARNING 2025-09-08 21:28:06,798 log 52492 6209171456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:28:06,798 basehttp 52492 6209171456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:28:06,844 basehttp 52492 6209171456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:28:06,867 basehttp 52492 6192345088 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-08 21:28:06,868 basehttp 52492 6225997824 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-08 21:28:06,870 basehttp 52492 6242824192 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-08 21:28:36,853 basehttp 52492 6242824192 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-08 21:28:44,250 basehttp 52492 6242824192 "GET /en/ HTTP/1.1" 200 48559 INFO 2025-09-08 21:28:44,261 basehttp 52492 6242824192 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 WARNING 2025-09-08 21:28:44,269 log 52492 6242824192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:28:44,269 basehttp 52492 6242824192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:28:44,346 basehttp 52492 6209171456 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-08 21:28:44,347 basehttp 52492 6242824192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:28:44,347 basehttp 52492 6192345088 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-08 21:28:44,357 basehttp 52492 6225997824 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 WARNING 2025-09-08 21:28:48,543 log 52492 6225997824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:28:48,544 basehttp 52492 6225997824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 21:28:48,556 log 52492 6225997824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:28:48,556 basehttp 52492 6225997824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 21:28:49,173 log 52492 6225997824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:28:49,173 basehttp 52492 6225997824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 21:28:49,185 log 52492 6225997824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:28:49,185 basehttp 52492 6225997824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:28:52,001 basehttp 52492 6225997824 "GET /en/patients/ HTTP/1.1" 200 139054 INFO 2025-09-08 21:28:52,012 basehttp 52492 6242824192 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:28:52,018 basehttp 52492 6209171456 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-08 21:28:52,021 basehttp 52492 6276476928 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:28:52,022 basehttp 52492 6225997824 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-08 21:28:52,027 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:28:52,028 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:28:52,030 basehttp 52492 6192345088 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:28:52,031 basehttp 52492 6259650560 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:28:52,032 basehttp 52492 6242824192 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:28:52,440 basehttp 52492 6259650560 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:28:52,441 basehttp 52492 6276476928 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:28:52,441 basehttp 52492 6192345088 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:28:52,441 basehttp 52492 6242824192 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:28:52,441 basehttp 52492 6225997824 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:28:52,443 basehttp 52492 6209171456 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:28:52,444 basehttp 52492 6276476928 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:28:52,445 basehttp 52492 6192345088 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:28:52,445 basehttp 52492 6259650560 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:28:52,446 basehttp 52492 6209171456 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:28:52,446 basehttp 52492 6242824192 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:28:52,446 basehttp 52492 6225997824 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:28:52,448 basehttp 52492 6276476928 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:28:52,448 basehttp 52492 6242824192 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:28:52,449 basehttp 52492 6225997824 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:28:52,449 basehttp 52492 6259650560 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:28:52,449 basehttp 52492 6209171456 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:28:52,450 basehttp 52492 6192345088 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:28:52,451 basehttp 52492 6276476928 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:28:52,451 basehttp 52492 6209171456 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:28:52,451 basehttp 52492 6225997824 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:28:52,451 basehttp 52492 6242824192 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:28:52,455 basehttp 52492 6209171456 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-08 21:28:52,557 log 52492 6225997824 Not Found: /favicon.ico WARNING 2025-09-08 21:28:52,557 basehttp 52492 6225997824 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:28:52,572 basehttp 52492 6209171456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:28:52,573 basehttp 52492 6276476928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:29:51,300 log 52492 6276476928 Not Found: /en/patients/emergency-contacts/create/44/ WARNING 2025-09-08 21:29:51,301 basehttp 52492 6276476928 "GET /en/patients/emergency-contacts/create/44/ HTTP/1.1" 404 43737 WARNING 2025-09-08 21:29:51,318 log 52492 6276476928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:29:51,318 basehttp 52492 6276476928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:29:51,821 basehttp 52492 6276476928 "GET /en/patients/patientprofile/44/details/ HTTP/1.1" 200 35818 WARNING 2025-09-08 21:29:51,837 log 52492 6276476928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:29:51,837 basehttp 52492 6276476928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:29:53,576 basehttp 52492 6276476928 "GET / HTTP/1.1" 302 0 INFO 2025-09-08 21:29:53,589 basehttp 52492 6209171456 "GET /en/ HTTP/1.1" 200 48561 INFO 2025-09-08 21:29:53,599 basehttp 52492 6225997824 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 WARNING 2025-09-08 21:29:53,605 log 52492 6209171456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:29:53,605 basehttp 52492 6209171456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:29:53,683 basehttp 52492 6242824192 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-08 21:29:53,683 basehttp 52492 6192345088 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-08 21:29:53,683 basehttp 52492 6209171456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:29:53,686 basehttp 52492 6225997824 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 WARNING 2025-09-08 21:30:02,162 log 52492 6225997824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:30:02,162 basehttp 52492 6225997824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 21:30:02,176 log 52492 6225997824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:30:02,177 basehttp 52492 6225997824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 21:30:02,657 log 52492 6225997824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:30:02,657 basehttp 52492 6225997824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:30:04,443 basehttp 52492 6225997824 "GET /en/patients/ HTTP/1.1" 200 139054 WARNING 2025-09-08 21:30:04,459 log 52492 6225997824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:30:04,459 basehttp 52492 6225997824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:30:04,518 basehttp 52492 6225997824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:30:04,519 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:31:04,627 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:31:04,629 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:32:05,639 basehttp 52492 6209171456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:32:05,641 basehttp 52492 6192345088 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:32:33,880 basehttp 52492 6192345088 "GET /en/patients/ HTTP/1.1" 200 141604 INFO 2025-09-08 21:32:33,889 basehttp 52492 6225997824 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:32:33,893 basehttp 52492 6242824192 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-08 21:32:33,894 basehttp 52492 6276476928 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:32:33,896 basehttp 52492 6192345088 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-08 21:32:33,901 log 52492 6225997824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:32:33,901 basehttp 52492 6225997824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:32:33,904 basehttp 52492 6192345088 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:32:33,905 basehttp 52492 6209171456 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:32:33,905 basehttp 52492 6259650560 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:32:34,866 basehttp 52492 6209171456 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:32:34,866 basehttp 52492 6259650560 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:32:34,866 basehttp 52492 6276476928 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:32:34,867 basehttp 52492 6192345088 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:32:34,867 basehttp 52492 6225997824 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:32:34,869 basehttp 52492 6242824192 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:32:34,870 basehttp 52492 6259650560 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:32:34,870 basehttp 52492 6209171456 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:32:34,871 basehttp 52492 6276476928 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:32:34,872 basehttp 52492 6225997824 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:32:34,872 basehttp 52492 6192345088 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:32:34,873 basehttp 52492 6242824192 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:32:34,874 basehttp 52492 6209171456 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:32:34,874 basehttp 52492 6259650560 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:32:34,874 basehttp 52492 6276476928 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:32:34,875 basehttp 52492 6225997824 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:32:34,876 basehttp 52492 6192345088 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:32:34,877 basehttp 52492 6276476928 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:32:34,877 basehttp 52492 6242824192 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:32:34,878 basehttp 52492 6209171456 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:32:34,878 basehttp 52492 6259650560 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:32:34,878 basehttp 52492 6225997824 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:32:34,885 basehttp 52492 6225997824 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:32:34,905 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:32:34,905 basehttp 52492 6225997824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-08 21:32:34,975 log 52492 6225997824 Not Found: /favicon.ico WARNING 2025-09-08 21:32:34,976 basehttp 52492 6225997824 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:32:39,980 basehttp 52492 6225997824 "GET /en/patients/ HTTP/1.1" 200 141604 INFO 2025-09-08 21:32:39,989 basehttp 52492 6276476928 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:32:39,990 basehttp 52492 6242824192 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-08 21:32:39,999 log 52492 6225997824 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-08 21:32:40,002 basehttp 52492 6276476928 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:32:40,002 basehttp 52492 6209171456 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-08 21:32:40,003 basehttp 52492 6225997824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:32:40,007 basehttp 52492 6192345088 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:32:40,010 basehttp 52492 6259650560 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:32:40,019 basehttp 52492 6192345088 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:32:40,428 basehttp 52492 6192345088 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:32:40,429 basehttp 52492 6209171456 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:32:40,429 basehttp 52492 6276476928 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:32:40,429 basehttp 52492 6259650560 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:32:40,429 basehttp 52492 6225997824 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:32:40,431 basehttp 52492 6242824192 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:32:40,432 basehttp 52492 6276476928 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:32:40,432 basehttp 52492 6192345088 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:32:40,433 basehttp 52492 6209171456 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:32:40,434 basehttp 52492 6259650560 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:32:40,435 basehttp 52492 6192345088 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:32:40,435 basehttp 52492 6242824192 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:32:40,435 basehttp 52492 6225997824 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:32:40,436 basehttp 52492 6276476928 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:32:40,437 basehttp 52492 6209171456 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:32:40,438 basehttp 52492 6192345088 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:32:40,438 basehttp 52492 6259650560 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:32:40,439 basehttp 52492 6225997824 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:32:40,439 basehttp 52492 6276476928 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:32:40,439 basehttp 52492 6242824192 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:32:40,440 basehttp 52492 6209171456 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:32:40,440 basehttp 52492 6192345088 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:32:40,448 basehttp 52492 6192345088 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:32:40,467 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:32:40,469 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:32:40,521 log 52492 6209171456 Not Found: /favicon.ico WARNING 2025-09-08 21:32:40,522 basehttp 52492 6209171456 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:32:41,839 basehttp 52492 6209171456 "GET /en/patients/insurance-info-list/47/ HTTP/1.1" 200 570 INFO 2025-09-08 21:33:08,156 basehttp 52492 6209171456 "GET /en/patients/ HTTP/1.1" 200 141472 INFO 2025-09-08 21:33:08,168 basehttp 52492 6276476928 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:33:08,169 basehttp 52492 6192345088 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:33:08,172 basehttp 52492 6225997824 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-08 21:33:08,176 log 52492 6209171456 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-08 21:33:08,177 basehttp 52492 6276476928 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:33:08,178 basehttp 52492 6242824192 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 WARNING 2025-09-08 21:33:08,178 basehttp 52492 6209171456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:33:08,183 basehttp 52492 6259650560 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:33:08,598 basehttp 52492 6259650560 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:33:08,599 basehttp 52492 6192345088 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:33:08,599 basehttp 52492 6242824192 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:33:08,600 basehttp 52492 6209171456 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:33:08,600 basehttp 52492 6276476928 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:33:08,602 basehttp 52492 6192345088 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:33:08,602 basehttp 52492 6225997824 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:33:08,603 basehttp 52492 6276476928 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:33:08,604 basehttp 52492 6209171456 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:33:08,604 basehttp 52492 6242824192 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:33:08,606 basehttp 52492 6276476928 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:33:08,606 basehttp 52492 6209171456 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:33:08,607 basehttp 52492 6225997824 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:33:08,607 basehttp 52492 6192345088 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:33:08,607 basehttp 52492 6259650560 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:33:08,608 basehttp 52492 6242824192 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:33:08,610 basehttp 52492 6225997824 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:33:08,610 basehttp 52492 6209171456 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:33:08,610 basehttp 52492 6259650560 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:33:08,611 basehttp 52492 6276476928 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:33:08,611 basehttp 52492 6242824192 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:33:08,611 basehttp 52492 6192345088 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:33:08,611 basehttp 52492 6225997824 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:33:08,621 basehttp 52492 6225997824 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:33:08,645 basehttp 52492 6225997824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:33:08,649 basehttp 52492 6242824192 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:33:08,693 log 52492 6242824192 Not Found: /favicon.ico WARNING 2025-09-08 21:33:08,693 basehttp 52492 6242824192 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:33:10,622 basehttp 52492 6242824192 "GET /en/patients/insurance-info-list/7/ HTTP/1.1" 200 708 INFO 2025-09-08 21:33:17,551 basehttp 52492 6242824192 "GET /en/patients/ HTTP/1.1" 200 141472 WARNING 2025-09-08 21:33:17,569 log 52492 6242824192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:33:17,569 basehttp 52492 6242824192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:33:17,648 basehttp 52492 6242824192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:33:17,650 basehttp 52492 6225997824 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:34:17,675 basehttp 52492 6225997824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:34:17,678 basehttp 52492 6242824192 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:34:38,754 basehttp 52492 6242824192 "GET /en/patients/ HTTP/1.1" 200 128616 INFO 2025-09-08 21:34:38,762 basehttp 52492 6242824192 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 WARNING 2025-09-08 21:34:38,769 log 52492 6242824192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:34:38,770 basehttp 52492 6242824192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:34:38,832 basehttp 52492 6242824192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:34:38,834 basehttp 52492 6225997824 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:34:42,806 basehttp 52492 6225997824 "GET /en/patients/ HTTP/1.1" 200 128616 INFO 2025-09-08 21:34:42,817 basehttp 52492 6259650560 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:34:42,819 basehttp 52492 6276476928 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-08 21:34:42,822 log 52492 6225997824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:34:42,822 basehttp 52492 6225997824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:34:42,825 basehttp 52492 6242824192 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:34:42,825 basehttp 52492 6259650560 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:34:42,829 basehttp 52492 6192345088 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:34:42,829 basehttp 52492 6209171456 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:34:43,048 basehttp 52492 6209171456 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:34:43,374 basehttp 52492 6192345088 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:34:43,375 basehttp 52492 6242824192 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:34:43,375 basehttp 52492 6259650560 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:34:43,375 basehttp 52492 6209171456 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:34:43,376 basehttp 52492 6225997824 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:34:43,378 basehttp 52492 6276476928 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:34:43,378 basehttp 52492 6242824192 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:34:43,378 basehttp 52492 6259650560 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:34:43,379 basehttp 52492 6209171456 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:34:43,380 basehttp 52492 6225997824 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:34:43,380 basehttp 52492 6192345088 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:34:43,381 basehttp 52492 6242824192 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:34:43,381 basehttp 52492 6276476928 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:34:43,382 basehttp 52492 6259650560 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:34:43,383 basehttp 52492 6209171456 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:34:43,383 basehttp 52492 6192345088 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:34:43,384 basehttp 52492 6225997824 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:34:43,384 basehttp 52492 6276476928 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:34:43,385 basehttp 52492 6259650560 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:34:43,385 basehttp 52492 6242824192 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:34:43,385 basehttp 52492 6209171456 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:34:43,385 basehttp 52492 6192345088 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:34:43,395 basehttp 52492 6192345088 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:34:43,407 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:34:43,409 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:34:43,480 log 52492 6209171456 Not Found: /favicon.ico WARNING 2025-09-08 21:34:43,481 basehttp 52492 6209171456 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:34:51,498 basehttp 52492 6209171456 "GET /en/patients/ HTTP/1.1" 200 128616 WARNING 2025-09-08 21:34:51,515 log 52492 6209171456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:34:51,515 basehttp 52492 6209171456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:34:51,598 basehttp 52492 6209171456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:34:51,600 basehttp 52492 6192345088 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:35:51,550 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:35:51,553 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:35:59,367 basehttp 52492 6209171456 "GET /en/patients/ HTTP/1.1" 200 141396 INFO 2025-09-08 21:35:59,379 basehttp 52492 6242824192 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:35:59,384 basehttp 52492 6276476928 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-08 21:35:59,385 basehttp 52492 6242824192 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:35:59,385 basehttp 52492 6209171456 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-08 21:35:59,389 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:35:59,389 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:35:59,395 basehttp 52492 6259650560 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:35:59,395 basehttp 52492 6192345088 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:35:59,396 basehttp 52492 6225997824 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:35:59,809 basehttp 52492 6225997824 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:35:59,810 basehttp 52492 6192345088 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:35:59,810 basehttp 52492 6242824192 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:35:59,811 basehttp 52492 6209171456 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:35:59,812 basehttp 52492 6259650560 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:35:59,812 basehttp 52492 6276476928 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:35:59,813 basehttp 52492 6225997824 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:35:59,813 basehttp 52492 6192345088 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:35:59,814 basehttp 52492 6209171456 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:35:59,814 basehttp 52492 6242824192 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:35:59,815 basehttp 52492 6259650560 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:35:59,816 basehttp 52492 6225997824 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:35:59,816 basehttp 52492 6276476928 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:35:59,817 basehttp 52492 6192345088 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:35:59,818 basehttp 52492 6209171456 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:35:59,818 basehttp 52492 6259650560 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:35:59,819 basehttp 52492 6242824192 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:35:59,819 basehttp 52492 6276476928 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:35:59,820 basehttp 52492 6225997824 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:35:59,820 basehttp 52492 6192345088 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:35:59,820 basehttp 52492 6209171456 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:35:59,820 basehttp 52492 6259650560 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:35:59,830 basehttp 52492 6259650560 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:35:59,851 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:35:59,852 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-08 21:35:59,925 log 52492 6259650560 Not Found: /favicon.ico WARNING 2025-09-08 21:35:59,926 basehttp 52492 6259650560 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:36:02,164 basehttp 52492 6259650560 "GET /en/patients/insurance-info-list/12/ HTTP/1.1" 200 572 INFO 2025-09-08 21:36:04,725 basehttp 52492 6259650560 "GET /en/patients/ HTTP/1.1" 200 141396 WARNING 2025-09-08 21:36:04,742 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:36:04,742 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:36:04,839 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:36:04,841 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:36:52,084 basehttp 52492 6209171456 "GET /en/patients/ HTTP/1.1" 200 149823 INFO 2025-09-08 21:36:52,094 basehttp 52492 6192345088 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:36:52,098 basehttp 52492 6225997824 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-08 21:36:52,101 basehttp 52492 6192345088 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:36:52,104 basehttp 52492 6209171456 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-08 21:36:52,106 log 52492 6276476928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:36:52,106 basehttp 52492 6276476928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:36:52,110 basehttp 52492 6259650560 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:36:52,111 basehttp 52492 6242824192 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:36:52,365 basehttp 52492 6242824192 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:36:52,524 basehttp 52492 6276476928 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:36:52,524 basehttp 52492 6242824192 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:36:52,524 basehttp 52492 6192345088 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:36:52,524 basehttp 52492 6209171456 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:36:52,525 basehttp 52492 6259650560 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:36:52,527 basehttp 52492 6192345088 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:36:52,528 basehttp 52492 6225997824 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:36:52,528 basehttp 52492 6209171456 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:36:52,529 basehttp 52492 6276476928 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:36:52,529 basehttp 52492 6259650560 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:36:52,530 basehttp 52492 6242824192 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:36:52,531 basehttp 52492 6225997824 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:36:52,532 basehttp 52492 6259650560 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:36:52,532 basehttp 52492 6192345088 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:36:52,533 basehttp 52492 6276476928 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:36:52,533 basehttp 52492 6209171456 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:36:52,533 basehttp 52492 6242824192 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:36:52,535 basehttp 52492 6192345088 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:36:52,535 basehttp 52492 6209171456 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:36:52,535 basehttp 52492 6225997824 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:36:52,535 basehttp 52492 6259650560 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:36:52,536 basehttp 52492 6242824192 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:36:52,541 basehttp 52492 6259650560 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:36:52,561 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-08 21:36:52,563 basehttp 52492 6192345088 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:36:52,629 log 52492 6192345088 Not Found: /favicon.ico WARNING 2025-09-08 21:36:52,629 basehttp 52492 6192345088 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:37:52,572 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 21:37:52,575 basehttp 52492 6259650560 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:38:04,304 basehttp 52492 6259650560 "GET /en/patients/ HTTP/1.1" 200 149823 WARNING 2025-09-08 21:38:04,321 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:38:04,321 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:38:04,402 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 21:38:04,404 basehttp 52492 6192345088 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:38:16,275 basehttp 52492 6192345088 "GET /en/patients/ HTTP/1.1" 200 149823 WARNING 2025-09-08 21:38:16,290 log 52492 6192345088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:38:16,290 basehttp 52492 6192345088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:38:16,346 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 21:38:16,350 basehttp 52492 6259650560 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:38:30,466 basehttp 52492 6259650560 "GET /en/patients/register/ HTTP/1.1" 200 27177 INFO 2025-09-08 21:38:30,480 basehttp 52492 6192345088 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 WARNING 2025-09-08 21:38:30,486 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:38:30,486 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:38:30,525 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 21:38:33,163 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:38:33,164 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 21:38:33,178 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:38:33,178 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:38:34,740 basehttp 52492 6259650560 "GET / HTTP/1.1" 302 0 INFO 2025-09-08 21:38:34,755 basehttp 52492 6192345088 "GET /en/ HTTP/1.1" 200 48564 WARNING 2025-09-08 21:38:34,770 log 52492 6192345088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:38:34,770 basehttp 52492 6192345088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:38:34,858 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 21:38:34,860 basehttp 52492 6209171456 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-08 21:38:34,861 basehttp 52492 6225997824 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-08 21:38:34,863 basehttp 52492 6242824192 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-08 21:39:04,833 basehttp 52492 6242824192 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-08 21:39:10,539 basehttp 52492 6242824192 "GET /en/patients/ HTTP/1.1" 200 149823 WARNING 2025-09-08 21:39:10,555 log 52492 6242824192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:39:10,555 basehttp 52492 6242824192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:39:10,580 basehttp 52492 6242824192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 21:39:10,582 basehttp 52492 6225997824 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:40:10,598 basehttp 52492 6225997824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 21:40:10,601 basehttp 52492 6242824192 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:40:34,828 autoreload 52492 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 21:40:35,268 autoreload 69017 8747049152 Watching for file changes with StatReloader WARNING 2025-09-08 21:40:36,447 log 69017 6131511296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:40:36,448 basehttp 69017 6131511296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 21:40:36,462 log 69017 6131511296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:40:36,462 basehttp 69017 6131511296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:40:37,158 basehttp 69017 6131511296 "GET /en/patients/ HTTP/1.1" 200 119272 WARNING 2025-09-08 21:40:37,177 log 69017 6131511296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:40:37,177 basehttp 69017 6131511296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:40:56,371 autoreload 69017 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 21:40:56,779 autoreload 69183 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 21:40:58,202 log 69183 6122352640 Internal Server Error: /en/patients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_form' not found. 'patient_form' is not a valid view function or pattern name. ERROR 2025-09-08 21:40:58,205 basehttp 69183 6122352640 "GET /en/patients/ HTTP/1.1" 500 244189 WARNING 2025-09-08 21:40:58,219 log 69183 6122352640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:40:58,220 basehttp 69183 6122352640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 21:40:58,249 log 69183 6122352640 Not Found: /favicon.ico WARNING 2025-09-08 21:40:58,249 basehttp 69183 6122352640 "GET /favicon.ico HTTP/1.1" 404 2557 ERROR 2025-09-08 21:42:18,979 log 69183 6122352640 Internal Server Error: /en/patients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_confirm_delete' not found. 'patient_confirm_delete' is not a valid view function or pattern name. ERROR 2025-09-08 21:42:18,980 basehttp 69183 6122352640 "GET /en/patients/ HTTP/1.1" 500 244918 WARNING 2025-09-08 21:42:18,993 log 69183 6122352640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:42:18,993 basehttp 69183 6122352640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 21:42:30,861 log 69183 6122352640 Internal Server Error: /en/patients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_form' not found. 'appointment_form' is not a valid view function or pattern name. ERROR 2025-09-08 21:42:30,862 basehttp 69183 6122352640 "GET /en/patients/ HTTP/1.1" 500 197370 WARNING 2025-09-08 21:42:30,874 log 69183 6122352640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:42:30,874 basehttp 69183 6122352640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 21:43:12,954 log 69183 6122352640 Internal Server Error: /en/patients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_note_form' not found. 'patient_note_form' is not a valid view function or pattern name. ERROR 2025-09-08 21:43:12,955 basehttp 69183 6122352640 "GET /en/patients/ HTTP/1.1" 500 197501 WARNING 2025-09-08 21:43:12,966 log 69183 6122352640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:43:12,966 basehttp 69183 6122352640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 21:43:32,043 log 69183 6122352640 Internal Server Error: /en/patients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_note_create' with no arguments not found. 1 pattern(s) tried: ['en/patients/notes/create/(?P[0-9]+)/\\Z'] ERROR 2025-09-08 21:43:32,043 basehttp 69183 6122352640 "GET /en/patients/ HTTP/1.1" 500 199399 WARNING 2025-09-08 21:43:32,061 log 69183 6122352640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:43:32,061 basehttp 69183 6122352640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:44:06,917 basehttp 69183 6122352640 "GET /en/patients/ HTTP/1.1" 200 138027 INFO 2025-09-08 21:44:06,930 basehttp 69183 6156005376 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:44:06,934 basehttp 69183 6172831744 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-08 21:44:06,935 basehttp 69183 13723840512 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 21:44:06,939 log 69183 6156005376 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-08 21:44:06,939 basehttp 69183 6122352640 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-08 21:44:06,939 basehttp 69183 6156005376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:44:06,942 basehttp 69183 6139179008 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:44:06,942 basehttp 69183 13707014144 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:44:07,434 basehttp 69183 13707014144 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:44:07,881 basehttp 69183 13707014144 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:44:07,902 basehttp 69183 13707014144 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:44:07,902 basehttp 69183 6156005376 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:44:07,903 basehttp 69183 6139179008 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:44:07,903 basehttp 69183 13723840512 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:44:07,904 basehttp 69183 6122352640 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:44:07,906 basehttp 69183 13707014144 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:44:07,907 basehttp 69183 6139179008 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:44:07,907 basehttp 69183 6122352640 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:44:07,908 basehttp 69183 6172831744 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:44:07,908 basehttp 69183 13723840512 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:44:07,909 basehttp 69183 6156005376 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:44:07,910 basehttp 69183 6139179008 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:44:07,910 basehttp 69183 6172831744 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:44:07,910 basehttp 69183 6122352640 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:44:07,911 basehttp 69183 6156005376 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:44:07,911 basehttp 69183 13723840512 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:44:07,913 basehttp 69183 6172831744 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:44:07,913 basehttp 69183 6139179008 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:44:07,914 basehttp 69183 6156005376 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:44:07,914 basehttp 69183 6122352640 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:44:07,915 basehttp 69183 13723840512 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:44:07,917 basehttp 69183 6172831744 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:44:07,918 basehttp 69183 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 21:44:13,448 basehttp 69183 13707014144 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 35810 WARNING 2025-09-08 21:44:13,462 log 69183 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:44:13,463 basehttp 69183 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:44:13,527 basehttp 69183 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 21:44:16,048 log 69183 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:44:16,048 basehttp 69183 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 21:44:16,058 log 69183 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:44:16,058 basehttp 69183 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:45:07,893 basehttp 69183 13707014144 "GET /en/patients/ HTTP/1.1" 200 138027 WARNING 2025-09-08 21:45:07,910 log 69183 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:45:07,910 basehttp 69183 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:45:07,964 basehttp 69183 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 21:45:12,048 basehttp 69183 13707014144 "GET /en/patients/delete/39/ HTTP/1.1" 200 36607 WARNING 2025-09-08 21:45:12,061 log 69183 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:45:12,061 basehttp 69183 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:45:12,103 basehttp 69183 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 21:45:16,953 log 69183 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:45:16,954 basehttp 69183 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 21:45:16,966 log 69183 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:45:16,966 basehttp 69183 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:46:29,813 basehttp 69183 6122352640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:50:10,797 basehttp 69183 6122352640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 23:03:08,572 basehttp 69183 6122352640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 23:20:12,189 basehttp 69183 6122352640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 23:25:41,529 basehttp 69183 6122352640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 23:26:41,599 basehttp 69183 6122352640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 23:27:41,080 basehttp 69183 6122352640 "GET /en/patients/ HTTP/1.1" 200 138177 INFO 2025-09-08 23:27:41,088 basehttp 69183 6122352640 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 INFO 2025-09-08 23:27:41,142 basehttp 69183 6122352640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 23:28:41,157 basehttp 69183 6122352640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-08 23:28:48,808 log 69183 6122352640 Not Found: /en/patients/create WARNING 2025-09-08 23:28:48,809 basehttp 69183 6122352640 "GET /en/patients/create HTTP/1.1" 404 43668 INFO 2025-09-08 23:29:15,093 basehttp 69183 6122352640 "GET /en/patients/register/ HTTP/1.1" 200 27177 INFO 2025-09-08 23:29:15,134 basehttp 69183 6122352640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 23:30:15,145 basehttp 69183 6122352640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 23:30:39,208 basehttp 69183 6122352640 "GET /en/patients/register/ HTTP/1.1" 200 27649 INFO 2025-09-08 23:30:39,236 basehttp 69183 6122352640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 23:31:39,250 basehttp 69183 6122352640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 23:32:35,910 autoreload 69183 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-08 23:32:36,346 autoreload 76416 8747049152 Watching for file changes with StatReloader INFO 2025-09-09 00:04:39,378 autoreload 90647 8747049152 Watching for file changes with StatReloader INFO 2025-09-09 00:04:42,587 basehttp 90647 6205272064 "GET /en/patients/register/ HTTP/1.1" 200 27649 INFO 2025-09-09 00:04:42,597 basehttp 90647 6205272064 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 INFO 2025-09-09 00:04:42,623 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:05:42,868 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:06:33,728 basehttp 90647 6205272064 "GET /en/patients/register/ HTTP/1.1" 200 27676 INFO 2025-09-09 00:06:33,766 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:07:33,778 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:07:41,704 basehttp 90647 6205272064 "POST /en/patients/register/ HTTP/1.1" 200 27676 INFO 2025-09-09 00:07:41,737 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:07:55,578 basehttp 90647 6205272064 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 109429 INFO 2025-09-09 00:07:55,596 basehttp 90647 6222098432 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-09 00:07:55,596 basehttp 90647 6272577536 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-09 00:07:55,596 basehttp 90647 6238924800 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-09 00:07:55,596 basehttp 90647 6205272064 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-09 00:07:55,596 basehttp 90647 6255751168 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-09 00:07:55,598 basehttp 90647 6222098432 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-09 00:07:55,598 basehttp 90647 6238924800 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-09 00:07:55,599 basehttp 90647 6255751168 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-09 00:07:55,600 basehttp 90647 6205272064 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-09 00:07:55,601 basehttp 90647 6222098432 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-09 00:07:55,601 basehttp 90647 6255751168 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-09 00:07:55,602 basehttp 90647 6238924800 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-09 00:07:55,603 basehttp 90647 6222098432 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-09 00:07:55,603 basehttp 90647 6255751168 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-09 00:07:55,606 basehttp 90647 6272577536 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-09 00:07:55,606 basehttp 90647 6289403904 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-09 00:07:55,607 basehttp 90647 6205272064 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-09 00:07:55,607 basehttp 90647 6289403904 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-09 00:07:55,611 basehttp 90647 6205272064 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-09 00:07:55,619 basehttp 90647 6205272064 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-09 00:07:55,619 basehttp 90647 6205272064 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-09 00:07:55,620 basehttp 90647 6205272064 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-09 00:08:42,717 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:08:47,531 basehttp 90647 6205272064 "GET /en/admin/patients/patientprofile/?q=1129632798 HTTP/1.1" 200 78433 INFO 2025-09-09 00:08:47,547 basehttp 90647 6205272064 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-09 00:09:42,719 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:09:43,568 basehttp 90647 6205272064 "GET /en/patients/register/ HTTP/1.1" 200 27676 INFO 2025-09-09 00:09:49,714 basehttp 90647 6205272064 "GET / HTTP/1.1" 302 0 INFO 2025-09-09 00:09:49,737 basehttp 90647 6289403904 "GET /en/ HTTP/1.1" 200 48636 INFO 2025-09-09 00:09:49,802 basehttp 90647 6289403904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:09:49,807 basehttp 90647 6255751168 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-09 00:09:49,808 basehttp 90647 6222098432 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-09 00:09:49,809 basehttp 90647 6272577536 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-09 00:09:52,759 basehttp 90647 6272577536 "GET /en/patients/register/ HTTP/1.1" 200 27676 INFO 2025-09-09 00:09:52,795 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:09:57,571 basehttp 90647 6272577536 "GET /en/patients/ HTTP/1.1" 200 138177 INFO 2025-09-09 00:09:57,618 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:10:05,681 basehttp 90647 6272577536 "GET /en/patients/?page=2 HTTP/1.1" 200 137895 INFO 2025-09-09 00:10:05,722 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:11:05,742 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:12:05,736 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:12:19,558 basehttp 90647 6272577536 "GET /en/patients/?page=2 HTTP/1.1" 200 137895 INFO 2025-09-09 00:12:19,639 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-09 00:12:25,820 log 90647 6272577536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:12:25,821 basehttp 90647 6272577536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:13:19,622 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:14:19,626 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:14:55,681 basehttp 90647 6272577536 "GET /en/patients/?page=2 HTTP/1.1" 200 137895 WARNING 2025-09-09 00:14:55,698 log 90647 6272577536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:14:55,698 basehttp 90647 6272577536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:14:55,779 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:15:53,027 basehttp 90647 6272577536 "GET /en/patients/?page=2 HTTP/1.1" 200 137894 WARNING 2025-09-09 00:15:53,056 log 90647 6272577536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:15:53,056 basehttp 90647 6272577536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:15:53,125 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:16:16,172 basehttp 90647 6272577536 "GET /en/patients/?page=2 HTTP/1.1" 200 137944 WARNING 2025-09-09 00:16:16,190 log 90647 6272577536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:16:16,190 basehttp 90647 6272577536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:16:16,256 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:16:28,483 basehttp 90647 6272577536 "GET /en/patients/register/ HTTP/1.1" 200 26469 WARNING 2025-09-09 00:16:28,508 log 90647 6272577536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:16:28,508 basehttp 90647 6272577536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:16:28,567 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:17:28,583 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:17:46,231 basehttp 90647 6272577536 "POST /en/patients/register/ HTTP/1.1" 200 26469 WARNING 2025-09-09 00:17:46,253 log 90647 6272577536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:17:46,253 basehttp 90647 6272577536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:17:46,315 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:18:46,319 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:19:46,330 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:20:46,413 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:21:46,421 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:22:46,417 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:23:15,725 basehttp 90647 6272577536 "POST /en/patients/register/ HTTP/1.1" 200 27513 INFO 2025-09-09 00:23:15,733 basehttp 90647 6272577536 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 WARNING 2025-09-09 00:23:15,741 log 90647 6272577536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:23:15,741 basehttp 90647 6272577536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:23:15,809 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:24:15,813 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:24:17,535 basehttp 90647 6272577536 "POST /en/patients/register/ HTTP/1.1" 302 0 INFO 2025-09-09 00:24:17,556 basehttp 90647 6272577536 "GET /en/patients/ HTTP/1.1" 200 138802 WARNING 2025-09-09 00:24:17,573 log 90647 6272577536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:24:17,573 basehttp 90647 6272577536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:24:17,647 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:24:32,138 basehttp 90647 6272577536 "GET /en/patients/?page=3 HTTP/1.1" 200 39081 WARNING 2025-09-09 00:24:32,156 log 90647 6272577536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:24:32,156 basehttp 90647 6272577536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:24:32,225 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-09 00:24:37,349 log 90647 6272577536 Internal Server Error: /en/patients/patientprofile/51/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_form' not found. 'insurance_form' is not a valid view function or pattern name. ERROR 2025-09-09 00:24:37,351 basehttp 90647 6272577536 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 500 187702 WARNING 2025-09-09 00:24:37,375 log 90647 6272577536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:24:37,375 basehttp 90647 6272577536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:26:02,468 basehttp 90647 6272577536 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35193 WARNING 2025-09-09 00:26:02,484 log 90647 6272577536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:26:02,484 basehttp 90647 6272577536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:26:02,554 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:26:20,084 basehttp 90647 6272577536 "GET /en/patients/insurance-info/create/51/ HTTP/1.1" 200 36789 WARNING 2025-09-09 00:26:20,100 basehttp 90647 6272577536 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 WARNING 2025-09-09 00:26:20,100 basehttp 90647 6222098432 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-09-09 00:26:20,103 log 90647 6205272064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:26:20,103 basehttp 90647 6205272064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:26:20,174 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:27:20,189 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:28:20,196 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:29:20,196 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:30:20,205 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-09 00:30:31,867 log 90647 6205272064 Internal Server Error: /en/patients/insurance-info/create/51/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_info_list' with no arguments not found. 1 pattern(s) tried: ['en/patients/insurance\\-info\\-list/(?P[0-9]+)/\\Z'] ERROR 2025-09-09 00:30:31,870 basehttp 90647 6205272064 "GET /en/patients/insurance-info/create/51/ HTTP/1.1" 500 181312 WARNING 2025-09-09 00:30:31,885 log 90647 6205272064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:30:31,885 basehttp 90647 6205272064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:31:12,538 basehttp 90647 6205272064 "GET /en/patients/insurance-info/create/51/ HTTP/1.1" 200 32317 INFO 2025-09-09 00:31:12,551 basehttp 90647 6205272064 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-09 00:31:12,552 basehttp 90647 6222098432 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 WARNING 2025-09-09 00:31:12,559 log 90647 6205272064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:31:12,559 basehttp 90647 6205272064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:31:12,630 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:31:44,605 basehttp 90647 6205272064 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35193 WARNING 2025-09-09 00:31:44,625 log 90647 6205272064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:31:44,625 basehttp 90647 6205272064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:31:44,694 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-09 00:31:49,964 log 90647 6205272064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:31:49,964 basehttp 90647 6205272064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-09 00:31:49,975 log 90647 6205272064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:31:49,975 basehttp 90647 6205272064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:32:12,647 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:33:12,648 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:33:48,086 autoreload 90647 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-09 00:33:48,456 autoreload 4090 8747049152 Watching for file changes with StatReloader INFO 2025-09-09 00:36:15,383 autoreload 5227 8747049152 Watching for file changes with StatReloader INFO 2025-09-09 00:36:18,078 basehttp 5227 6166179840 "GET /en/patients/insurance-info/create/51/ HTTP/1.1" 200 32347 WARNING 2025-09-09 00:36:18,105 log 5227 6166179840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:36:18,105 basehttp 5227 6166179840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:36:18,164 basehttp 5227 6166179840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:37:03,528 basehttp 5227 6166179840 "POST /en/patients/insurance-info/create/51/ HTTP/1.1" 200 32634 WARNING 2025-09-09 00:37:03,546 log 5227 6166179840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:37:03,547 basehttp 5227 6166179840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:37:03,614 basehttp 5227 6166179840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 ERROR 2025-09-09 00:37:42,898 log 5227 6166179840 Internal Server Error: /en/patients/insurance-info/create/51/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 627, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 182, in post return super().post(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 151, in post return self.form_valid(form) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 645, in form_valid response = super().form_valid(form) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 134, in form_valid return super().form_valid(form) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 63, in form_valid return HttpResponseRedirect(self.get_success_url()) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 119, in get_success_url if self.success_url: ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 187, in __wrapper__ result = func(*self._args, **self._kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_info_list' with no arguments not found. 1 pattern(s) tried: ['en/patients/insurance\\-info\\-list/(?P[0-9]+)/\\Z'] ERROR 2025-09-09 00:37:42,900 basehttp 5227 6166179840 "POST /en/patients/insurance-info/create/51/ HTTP/1.1" 500 134385 WARNING 2025-09-09 00:37:42,918 log 5227 6166179840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:37:42,918 basehttp 5227 6166179840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:40:18,629 autoreload 5227 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-09 00:40:19,029 autoreload 6990 8747049152 Watching for file changes with StatReloader INFO 2025-09-09 00:40:22,274 basehttp 6990 6124105728 "POST /en/patients/insurance-info/create/51/ HTTP/1.1" 302 0 INFO 2025-09-09 00:40:22,308 basehttp 6990 6124105728 "GET /en/patients/insurance-info/ HTTP/1.1" 200 139502 INFO 2025-09-09 00:40:22,328 basehttp 6990 13455405056 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-09 00:40:22,330 basehttp 6990 6157758464 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-09 00:40:22,332 basehttp 6990 13472231424 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-09 00:40:22,333 basehttp 6990 13455405056 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 WARNING 2025-09-09 00:40:22,336 log 6990 6140932096 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-09 00:40:22,336 basehttp 6990 6124105728 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 WARNING 2025-09-09 00:40:22,336 basehttp 6990 6140932096 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:40:22,337 basehttp 6990 13438578688 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-09 00:40:22,416 basehttp 6990 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-09 00:41:22,435 basehttp 6990 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-09 00:41:25,749 log 6990 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:41:25,749 basehttp 6990 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:41:28,065 basehttp 6990 13438578688 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35673 INFO 2025-09-09 00:41:28,073 basehttp 6990 13438578688 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 WARNING 2025-09-09 00:41:28,082 log 6990 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:41:28,082 basehttp 6990 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:41:28,152 basehttp 6990 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-09 00:41:35,341 basehttp 6990 13438578688 "GET /en/patients/insurance-info-list/51/ HTTP/1.1" 200 1124 WARNING 2025-09-09 00:41:35,358 log 6990 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:41:35,358 basehttp 6990 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-09 00:41:39,546 log 6990 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:41:39,547 basehttp 6990 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-09 00:41:39,557 log 6990 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:41:39,557 basehttp 6990 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:42:28,171 basehttp 6990 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-09 00:42:38,645 basehttp 6990 13438578688 "GET /en/admin/patients/patientprofile/?q=1129632798 HTTP/1.1" 200 80466 INFO 2025-09-09 00:42:38,663 basehttp 6990 13438578688 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-09 00:42:44,959 basehttp 6990 13438578688 "GET /en/admin/patients/patientprofile/51/change/?_changelist_filters=q%3D1129632798 HTTP/1.1" 200 152475 INFO 2025-09-09 00:42:44,973 basehttp 6990 6157758464 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-09 00:42:44,973 basehttp 6990 13438578688 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-09 00:42:44,973 basehttp 6990 13472231424 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-09-09 00:42:44,974 basehttp 6990 6140932096 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-09 00:42:44,974 basehttp 6990 13455405056 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-09 00:42:44,974 basehttp 6990 13438578688 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-09 00:42:44,976 basehttp 6990 13438578688 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-09 00:42:44,978 basehttp 6990 13438578688 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-09 00:42:44,978 basehttp 6990 6124105728 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-09 00:42:44,979 basehttp 6990 13438578688 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-09-09 00:42:44,979 basehttp 6990 6124105728 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-09 00:42:45,005 basehttp 6990 6124105728 "GET /static/admin/img/inline-delete.svg HTTP/1.1" 200 537 INFO 2025-09-09 00:42:45,008 basehttp 6990 6124105728 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-09 00:42:45,009 basehttp 6990 13438578688 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-09-09 00:43:28,852 basehttp 6990 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-09 00:44:15,575 basehttp 6990 13438578688 "POST /en/admin/patients/patientprofile/51/change/?_changelist_filters=q%3D1129632798 HTTP/1.1" 302 0 INFO 2025-09-09 00:44:15,593 basehttp 6990 13438578688 "GET /en/admin/patients/patientprofile/?q=1129632798 HTTP/1.1" 200 80721 INFO 2025-09-09 00:44:15,608 basehttp 6990 13438578688 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-09 00:44:19,279 basehttp 6990 13438578688 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35345 WARNING 2025-09-09 00:44:19,295 log 6990 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:44:19,295 basehttp 6990 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:44:19,367 basehttp 6990 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-09 00:45:08,609 basehttp 6990 13438578688 "GET /en/patients/51/emergency-contacts/create/ HTTP/1.1" 200 34073 WARNING 2025-09-09 00:45:08,627 log 6990 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:45:08,627 basehttp 6990 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:45:08,703 basehttp 6990 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-09 00:45:14,948 basehttp 6990 13438578688 "GET /en/patients/51/emergency-contacts/create/ HTTP/1.1" 200 34073 WARNING 2025-09-09 00:45:14,962 log 6990 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:45:14,962 basehttp 6990 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:45:15,030 basehttp 6990 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-09 00:45:19,083 basehttp 6990 13438578688 "GET /en/patients/51/emergency-contacts/create/ HTTP/1.1" 200 34073 WARNING 2025-09-09 00:45:19,097 log 6990 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:45:19,097 basehttp 6990 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:45:19,167 basehttp 6990 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-09 00:45:29,099 basehttp 6990 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-09 00:45:29,100 log 6990 6124105728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:45:29,100 basehttp 6990 6124105728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-09 00:45:29,112 log 6990 6124105728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:45:29,113 basehttp 6990 6124105728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-09 00:45:56,579 log 6990 6124105728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:45:56,579 basehttp 6990 6124105728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:45:59,726 basehttp 6990 6124105728 "GET /en/patients/?page=3 HTTP/1.1" 200 39150 WARNING 2025-09-09 00:45:59,744 log 6990 6124105728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:45:59,744 basehttp 6990 6124105728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:45:59,814 basehttp 6990 6124105728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-09 00:46:15,019 basehttp 6990 6124105728 "GET /en/appointments/requests/create/?patient=51 HTTP/1.1" 200 53290 WARNING 2025-09-09 00:46:15,038 log 6990 6124105728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:46:15,039 basehttp 6990 6124105728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:46:15,105 basehttp 6990 6124105728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-09 00:46:33,185 basehttp 6990 6124105728 "GET /en/appointments/requests/create/?patient=51 HTTP/1.1" 200 53290 INFO 2025-09-09 00:46:33,197 basehttp 6990 6140932096 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-09 00:46:33,199 basehttp 6990 13472231424 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-09 00:46:33,205 basehttp 6990 13438578688 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-09 00:46:33,208 log 6990 6124105728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:46:33,208 basehttp 6990 6124105728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:46:33,208 basehttp 6990 6140932096 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-09 00:46:33,212 basehttp 6990 13455405056 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-09 00:46:33,212 basehttp 6990 6157758464 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-09 00:46:33,470 basehttp 6990 13455405056 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-09 00:46:33,471 basehttp 6990 6157758464 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-09 00:46:33,471 basehttp 6990 6140932096 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-09 00:46:33,471 basehttp 6990 13438578688 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-09 00:46:33,471 basehttp 6990 6124105728 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-09 00:46:33,474 basehttp 6990 13438578688 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-09 00:46:33,475 basehttp 6990 13472231424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-09 00:46:33,475 basehttp 6990 6124105728 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-09 00:46:33,475 basehttp 6990 6140932096 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-09 00:46:33,477 basehttp 6990 6157758464 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-09 00:46:33,478 basehttp 6990 13438578688 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-09 00:46:33,479 basehttp 6990 13472231424 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-09 00:46:33,479 basehttp 6990 6140932096 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-09 00:46:33,479 basehttp 6990 13455405056 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-09 00:46:33,479 basehttp 6990 6124105728 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-09 00:46:33,479 basehttp 6990 6157758464 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-09 00:46:33,481 basehttp 6990 13472231424 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-09 00:46:33,482 basehttp 6990 13438578688 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-09 00:46:33,482 basehttp 6990 6124105728 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-09 00:46:33,482 basehttp 6990 13455405056 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-09 00:46:33,483 basehttp 6990 6140932096 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-09 00:46:33,483 basehttp 6990 6157758464 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-09 00:46:33,483 basehttp 6990 13438578688 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-09 00:46:33,489 basehttp 6990 6157758464 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-09 00:46:33,509 basehttp 6990 6157758464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-09 00:46:33,609 log 6990 6157758464 Not Found: /favicon.ico WARNING 2025-09-09 00:46:33,609 basehttp 6990 6157758464 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-09 00:47:33,516 basehttp 6990 6157758464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:48:33,513 basehttp 6990 6157758464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:49:30,108 autoreload 6990 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-09 00:49:30,476 autoreload 11069 8747049152 Watching for file changes with StatReloader INFO 2025-09-09 00:49:33,581 basehttp 11069 6122909696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:49:40,258 basehttp 11069 6122909696 "GET /en/appointments/templates HTTP/1.1" 301 0 ERROR 2025-09-09 00:49:40,274 log 11069 6139736064 Internal Server Error: /en/appointments/templates/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: appointments/appointment_template_list.html, appointments/appointmenttemplate_list.html ERROR 2025-09-09 00:49:40,275 basehttp 11069 6139736064 "GET /en/appointments/templates/ HTTP/1.1" 500 88453 WARNING 2025-09-09 00:49:40,295 log 11069 6139736064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:49:40,296 basehttp 11069 6139736064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:57:39,766 autoreload 11069 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-09 00:57:40,116 autoreload 14719 8747049152 Watching for file changes with StatReloader ERROR 2025-09-09 00:57:41,312 log 14719 13052751872 Internal Server Error: /en/appointments/templates/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_template_duplicate' not found. 'appointment_template_duplicate' is not a valid view function or pattern name. ERROR 2025-09-09 00:57:41,328 basehttp 14719 13052751872 "GET /en/appointments/templates/ HTTP/1.1" 500 206629 WARNING 2025-09-09 00:57:41,347 log 14719 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:57:41,347 basehttp 14719 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-09 00:58:13,487 log 14719 13052751872 Internal Server Error: /en/appointments/templates/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_template_toggle' not found. 'appointment_template_toggle' is not a valid view function or pattern name. ERROR 2025-09-09 00:58:13,488 basehttp 14719 13052751872 "GET /en/appointments/templates/ HTTP/1.1" 500 225710 WARNING 2025-09-09 00:58:13,500 log 14719 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:58:13,501 basehttp 14719 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:58:27,763 basehttp 14719 13052751872 "GET /en/appointments/templates/ HTTP/1.1" 200 46189 WARNING 2025-09-09 00:58:27,775 log 14719 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:58:27,775 basehttp 14719 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:58:27,842 basehttp 14719 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-09 00:58:52,319 log 14719 13052751872 Internal Server Error: /en/appointments/templates/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py", line 279, in __init__ self.fields['provider'].queryset = User.objects.filter( ~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'provider' ERROR 2025-09-09 00:58:52,320 basehttp 14719 13052751872 "GET /en/appointments/templates/create/ HTTP/1.1" 500 103727 WARNING 2025-09-09 00:58:52,341 log 14719 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:58:52,342 basehttp 14719 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-09 00:58:55,426 log 14719 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:58:55,426 basehttp 14719 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-09 00:58:55,452 log 14719 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:58:55,452 basehttp 14719 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:59:27,843 basehttp 14719 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:00:27,851 basehttp 14719 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:01:27,858 basehttp 14719 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-09 01:01:59,213 log 14719 13052751872 Internal Server Error: /en/appointments/templates/1/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: appointments/appointment_template_detail.html ERROR 2025-09-09 01:01:59,214 basehttp 14719 13052751872 "GET /en/appointments/templates/1/ HTTP/1.1" 500 84393 WARNING 2025-09-09 01:01:59,240 log 14719 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:01:59,240 basehttp 14719 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:02:07,694 autoreload 14719 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-09 01:02:08,090 autoreload 16681 8747049152 Watching for file changes with StatReloader ERROR 2025-09-09 01:02:08,450 log 16681 6131232768 Internal Server Error: /en/appointments/templates/1/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_template_duplicate' not found. 'appointment_template_duplicate' is not a valid view function or pattern name. ERROR 2025-09-09 01:02:08,452 basehttp 16681 6131232768 "GET /en/appointments/templates/1/ HTTP/1.1" 500 165689 WARNING 2025-09-09 01:02:08,468 log 16681 6131232768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:02:08,468 basehttp 16681 6131232768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:02:51,694 basehttp 16681 6131232768 "GET /en/appointments/templates/1/ HTTP/1.1" 200 21302 WARNING 2025-09-09 01:02:51,704 log 16681 6131232768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:02:51,705 basehttp 16681 6131232768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:02:51,805 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-09 01:03:10,240 log 16681 6131232768 Internal Server Error: /en/appointments/templates/1/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py", line 279, in __init__ self.fields['provider'].queryset = User.objects.filter( ~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'provider' ERROR 2025-09-09 01:03:10,241 basehttp 16681 6131232768 "GET /en/appointments/templates/1/update/ HTTP/1.1" 500 103974 WARNING 2025-09-09 01:03:10,265 log 16681 6131232768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:03:10,265 basehttp 16681 6131232768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-09 01:03:12,079 log 16681 6131232768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:03:12,079 basehttp 16681 6131232768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-09 01:03:12,097 log 16681 6131232768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:03:12,097 basehttp 16681 6131232768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:03:51,777 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:04:51,779 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:04:58,671 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-09 01:04:58,674 log 16681 6148059136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:04:58,674 basehttp 16681 6148059136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-09 01:04:58,694 log 16681 6148059136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:04:58,694 basehttp 16681 6148059136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:05:58,672 basehttp 16681 6148059136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:06:58,685 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:07:48,898 basehttp 16681 6131232768 "GET /en/appointments/templates/ HTTP/1.1" 200 46195 INFO 2025-09-09 01:07:48,904 basehttp 16681 6131232768 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 WARNING 2025-09-09 01:07:48,916 log 16681 6131232768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:07:48,916 basehttp 16681 6131232768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:07:48,951 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:08:48,964 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:09:02,902 basehttp 16681 6131232768 "GET /en/appointments/templates/ HTTP/1.1" 200 46635 WARNING 2025-09-09 01:09:02,920 log 16681 6131232768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:09:02,920 basehttp 16681 6131232768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:09:02,999 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:09:18,225 basehttp 16681 6131232768 "GET /en/appointments/templates/ HTTP/1.1" 200 46651 WARNING 2025-09-09 01:09:18,241 log 16681 6131232768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:09:18,242 basehttp 16681 6131232768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:09:18,277 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:10:15,798 basehttp 16681 6131232768 "GET /en/appointments/templates/ HTTP/1.1" 200 46659 WARNING 2025-09-09 01:10:15,815 log 16681 6131232768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:10:15,815 basehttp 16681 6131232768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:10:15,852 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:11:15,854 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:11:52,428 basehttp 16681 6131232768 "GET /en/appointments/templates/ HTTP/1.1" 200 46883 WARNING 2025-09-09 01:11:52,445 log 16681 6131232768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:11:52,445 basehttp 16681 6131232768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:11:52,481 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:12:01,624 basehttp 16681 6131232768 "GET /en/appointments/templates/ HTTP/1.1" 200 46819 WARNING 2025-09-09 01:12:01,640 log 16681 6131232768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:12:01,640 basehttp 16681 6131232768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:12:01,680 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:12:58,941 basehttp 16681 6131232768 "GET /en/appointments/templates/ HTTP/1.1" 200 46833 WARNING 2025-09-09 01:12:58,957 log 16681 6131232768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:12:58,957 basehttp 16681 6131232768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:12:58,997 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:13:02,742 basehttp 16681 6131232768 "GET /en/appointments/templates/ HTTP/1.1" 200 46833 INFO 2025-09-09 01:13:02,760 basehttp 16681 6164885504 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-09 01:13:02,765 basehttp 16681 13572796416 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-09 01:13:02,767 basehttp 16681 13606449152 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-09 01:13:02,768 basehttp 16681 6131232768 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-09 01:13:02,773 log 16681 6164885504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:13:02,774 basehttp 16681 6164885504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:13:02,774 basehttp 16681 13572796416 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-09 01:13:02,775 basehttp 16681 13606449152 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-09 01:13:02,776 basehttp 16681 6131232768 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-09 01:13:02,778 basehttp 16681 6131232768 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-09 01:13:02,779 basehttp 16681 13572796416 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-09 01:13:02,781 basehttp 16681 6131232768 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-09 01:13:02,782 basehttp 16681 6164885504 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-09 01:13:02,782 basehttp 16681 13606449152 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-09 01:13:02,783 basehttp 16681 13572796416 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-09 01:13:02,786 basehttp 16681 6164885504 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-09 01:13:02,787 basehttp 16681 13572796416 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-09 01:13:02,787 basehttp 16681 13606449152 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-09 01:13:02,787 basehttp 16681 6131232768 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-09 01:13:02,790 basehttp 16681 6164885504 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-09 01:13:02,792 basehttp 16681 13572796416 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-09 01:13:02,792 basehttp 16681 6131232768 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-09 01:13:02,792 basehttp 16681 13606449152 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-09 01:13:02,795 basehttp 16681 6164885504 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-09 01:13:02,796 basehttp 16681 13606449152 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-09 01:13:02,796 basehttp 16681 13572796416 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-09 01:13:02,797 basehttp 16681 6148059136 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-09 01:13:02,797 basehttp 16681 6131232768 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-09 01:13:02,798 basehttp 16681 6164885504 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-09 01:13:02,799 basehttp 16681 13589622784 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-09 01:13:02,987 basehttp 16681 13589622784 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-09 01:13:03,008 basehttp 16681 13589622784 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-09 01:13:03,018 basehttp 16681 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-09 01:13:03,115 log 16681 13589622784 Not Found: /favicon.ico WARNING 2025-09-09 01:13:03,115 basehttp 16681 13589622784 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-09 01:14:03,020 basehttp 16681 13589622784 "GET /en/appointments/templates/ HTTP/1.1" 200 46878 INFO 2025-09-09 01:14:03,023 basehttp 16681 6164885504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:14:03,023 basehttp 16681 6164885504 - Broken pipe from ('127.0.0.1', 60102) WARNING 2025-09-09 01:14:03,037 log 16681 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:14:03,038 basehttp 16681 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:14:03,094 basehttp 16681 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:14:18,924 basehttp 16681 13589622784 "GET /en/appointments/templates/ HTTP/1.1" 200 46879 WARNING 2025-09-09 01:14:18,940 log 16681 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:14:18,940 basehttp 16681 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:14:18,979 basehttp 16681 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-09 01:14:31,329 log 16681 13589622784 Internal Server Error: /en/appointments/templates/1/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py", line 279, in __init__ self.fields['provider'].queryset = User.objects.filter( ~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'provider' ERROR 2025-09-09 01:14:31,330 basehttp 16681 13589622784 "GET /en/appointments/templates/1/update/ HTTP/1.1" 500 103972 WARNING 2025-09-09 01:14:31,349 log 16681 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:14:31,349 basehttp 16681 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-09 01:14:33,361 log 16681 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:14:33,361 basehttp 16681 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-09 01:14:33,386 log 16681 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:14:33,386 basehttp 16681 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:15:18,980 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-10 11:31:20,545 autoreload 12676 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 11:31:26,758 basehttp 12676 6165164032 "GET /en/appointments/templates/1/ HTTP/1.1" 200 21285 INFO 2025-09-10 11:31:26,769 basehttp 12676 6165164032 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 INFO 2025-09-10 11:31:26,814 basehttp 12676 6165164032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-10 11:31:26,823 log 12676 6165164032 Not Found: /favicon.ico WARNING 2025-09-10 11:31:26,823 basehttp 12676 6165164032 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 11:32:26,826 basehttp 12676 6165164032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-10 11:33:02,073 basehttp 12676 6165164032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-10 11:33:24,611 basehttp 12676 6165164032 "GET /en/appointments/requests/create/?patient=51 HTTP/1.1" 200 53273 INFO 2025-09-10 11:33:57,766 basehttp 12676 6165164032 "GET /en/patients/?page=3 HTTP/1.1" 200 39133 ERROR 2025-09-10 11:34:08,918 log 12676 6165164032 Internal Server Error: /en/patients/notes/create/51/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_note_list' not found. 'patient_note_list' is not a valid view function or pattern name. ERROR 2025-09-10 11:34:08,923 basehttp 12676 6165164032 "GET /en/patients/notes/create/51/ HTTP/1.1" 500 186749 ERROR 2025-09-10 11:36:02,803 log 12676 6165164032 Internal Server Error: /en/patients/notes/create/51/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_notes_list' with no arguments not found. 1 pattern(s) tried: ['en/patients/patient\\-notes/(?P[0-9]+)/\\Z'] ERROR 2025-09-10 11:36:02,806 basehttp 12676 6165164032 "GET /en/patients/notes/create/51/ HTTP/1.1" 500 188931 ERROR 2025-09-10 11:36:50,171 log 12676 6165164032 Internal Server Error: /en/patients/notes/create/51/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_notes_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patient\\-notes/(?P[0-9]+)/\\Z'] ERROR 2025-09-10 11:36:50,173 basehttp 12676 6165164032 "GET /en/patients/notes/create/51/ HTTP/1.1" 500 190541 ERROR 2025-09-10 11:37:05,972 log 12676 6165164032 Internal Server Error: /en/patients/notes/create/51/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_notes_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patient\\-notes/(?P[0-9]+)/\\Z'] ERROR 2025-09-10 11:37:05,973 basehttp 12676 6165164032 "GET /en/patients/notes/create/51/ HTTP/1.1" 500 190543 INFO 2025-09-10 11:37:33,021 autoreload 12676 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-10 11:37:33,376 autoreload 15416 8682856640 Watching for file changes with StatReloader ERROR 2025-09-10 11:37:34,390 log 15416 6124236800 Internal Server Error: /en/patients/notes/create/51/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_notes_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patient\\-notes/(?P[0-9]+)/\\Z'] ERROR 2025-09-10 11:37:34,392 basehttp 15416 6124236800 "GET /en/patients/notes/create/51/ HTTP/1.1" 500 190591 ERROR 2025-09-10 11:37:46,674 log 15416 6124236800 Internal Server Error: /en/patients/notes/create/51/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_notes_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patient\\-notes/(?P[0-9]+)/\\Z'] ERROR 2025-09-10 11:37:46,676 basehttp 15416 6124236800 "GET /en/patients/notes/create/51/ HTTP/1.1" 500 190543 ERROR 2025-09-10 11:37:47,522 log 15416 6124236800 Internal Server Error: /en/patients/notes/create/51/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_notes_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patient\\-notes/(?P[0-9]+)/\\Z'] ERROR 2025-09-10 11:37:47,523 basehttp 15416 6124236800 "GET /en/patients/notes/create/51/ HTTP/1.1" 500 190543 ERROR 2025-09-10 11:38:18,587 log 15416 6124236800 Internal Server Error: /en/patients/notes/create/51/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_notes_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patient\\-notes/(?P[0-9]+)/\\Z'] ERROR 2025-09-10 11:38:18,589 basehttp 15416 6124236800 "GET /en/patients/notes/create/51/ HTTP/1.1" 500 190543 INFO 2025-09-10 11:58:28,110 autoreload 15416 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/forms.py changed, reloading. INFO 2025-09-10 11:58:28,562 autoreload 19352 8682856640 Watching for file changes with StatReloader ERROR 2025-09-10 11:58:30,726 log 19352 6162083840 Internal Server Error: /en/patients/notes/create/51/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_notes_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patient\\-notes/(?P[0-9]+)/\\Z'] ERROR 2025-09-10 11:58:30,728 basehttp 19352 6162083840 "GET /en/patients/notes/create/51/ HTTP/1.1" 500 190407 INFO 2025-09-10 11:58:32,323 basehttp 19352 6162083840 "GET /en/patients/?page=3 HTTP/1.1" 200 39133 INFO 2025-09-10 11:58:32,391 basehttp 19352 6162083840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-10 11:58:36,680 log 19352 6162083840 Internal Server Error: /en/patients/notes/create/51/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_notes_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patient\\-notes/(?P[0-9]+)/\\Z'] ERROR 2025-09-10 11:58:36,683 basehttp 19352 6162083840 "GET /en/patients/notes/create/51/ HTTP/1.1" 500 190270 INFO 2025-09-10 14:11:44,980 basehttp 19352 6162083840 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35328 INFO 2025-09-10 14:11:45,017 basehttp 19352 6162083840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:11:55,229 basehttp 19352 6162083840 "GET /en/appointments/requests/create/?patient=51 HTTP/1.1" 200 53273 INFO 2025-09-10 14:11:55,268 basehttp 19352 6162083840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:12:02,109 basehttp 19352 6162083840 "GET /en/emr/encounters/create/?patient=51 HTTP/1.1" 200 55643 INFO 2025-09-10 14:12:02,149 basehttp 19352 6162083840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:12:14,703 basehttp 19352 6162083840 "GET /en/patients/register/ HTTP/1.1" 200 27289 INFO 2025-09-10 14:12:14,741 basehttp 19352 6162083840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:12:17,818 basehttp 19352 6162083840 "GET /en/patients/ HTTP/1.1" 200 138368 INFO 2025-09-10 14:12:17,869 basehttp 19352 6162083840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 14:12:32,147 log 19352 6162083840 Not Found: /en/patients/templates WARNING 2025-09-10 14:12:32,147 basehttp 19352 6162083840 "GET /en/patients/templates HTTP/1.1" 404 43678 WARNING 2025-09-10 14:12:36,165 log 19352 6162083840 Not Found: /en/patients/template WARNING 2025-09-10 14:12:36,165 basehttp 19352 6162083840 "GET /en/patients/template HTTP/1.1" 404 43675 INFO 2025-09-10 14:12:57,767 basehttp 19352 6162083840 "GET /en/patients/ HTTP/1.1" 200 138368 INFO 2025-09-10 14:12:57,815 basehttp 19352 6162083840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 14:12:59,513 log 19352 6162083840 Not Found: /en/patients/consent-forms/ WARNING 2025-09-10 14:12:59,513 basehttp 19352 6162083840 "GET /en/patients/consent-forms/ HTTP/1.1" 404 43693 INFO 2025-09-10 14:13:26,024 basehttp 19352 6162083840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:14:01,748 basehttp 19352 6162083840 "GET / HTTP/1.1" 302 0 INFO 2025-09-10 14:14:01,772 basehttp 19352 6178910208 "GET /en/ HTTP/1.1" 200 48505 INFO 2025-09-10 14:14:01,833 basehttp 19352 6178910208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:14:01,840 basehttp 19352 6212562944 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-10 14:14:01,840 basehttp 19352 6195736576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-10 14:14:01,841 basehttp 19352 6162083840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-10 14:14:31,818 basehttp 19352 6162083840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-10 14:15:01,849 basehttp 19352 6195736576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-10 14:15:01,849 basehttp 19352 6162083840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:15:01,852 basehttp 19352 6212562944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-10 14:15:31,831 basehttp 19352 6212562944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-10 14:16:01,851 basehttp 19352 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:16:01,851 basehttp 19352 6162083840 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-10 14:16:01,852 basehttp 19352 6195736576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-10 14:17:20,653 basehttp 19352 6162083840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-10 14:17:50,509 basehttp 19352 6162083840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:17:50,511 basehttp 19352 6178910208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-10 14:17:50,668 basehttp 19352 6178910208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-10 14:17:54,463 basehttp 19352 6178910208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:17:59,039 basehttp 19352 6178910208 "GET /en/patients/?page=3 HTTP/1.1" 200 39133 INFO 2025-09-10 14:17:59,075 basehttp 19352 6178910208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:18:01,155 basehttp 19352 6178910208 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35328 INFO 2025-09-10 14:18:01,191 basehttp 19352 6178910208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:18:13,213 basehttp 19352 6178910208 "GET /en/appointments/requests/create/?patient=51 HTTP/1.1" 200 53273 INFO 2025-09-10 14:18:13,246 basehttp 19352 6178910208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:19:13,253 basehttp 19352 6178910208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:20:13,260 basehttp 19352 6178910208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:21:13,252 basehttp 19352 6178910208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:21:31,324 autoreload 19352 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-10 14:21:31,795 autoreload 29335 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 14:22:13,343 basehttp 29335 6122090496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:23:13,257 basehttp 29335 6122090496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:23:53,725 autoreload 29335 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 14:23:54,133 autoreload 30365 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 14:24:13,317 basehttp 30365 6133264384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:25:13,272 basehttp 30365 6133264384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:26:13,266 basehttp 30365 6133264384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:27:13,274 basehttp 30365 6133264384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:28:13,271 basehttp 30365 6133264384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:29:13,280 basehttp 30365 6133264384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:30:13,282 basehttp 30365 6133264384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:30:24,290 autoreload 30365 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 14:30:24,621 autoreload 33245 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 14:30:51,704 autoreload 33245 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/mixins.py changed, reloading. INFO 2025-09-10 14:30:52,002 autoreload 33484 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 14:30:54,415 basehttp 33484 6123892736 "GET /en/appointments/requests/create/?patient=51 HTTP/1.1" 200 37643 INFO 2025-09-10 14:30:54,460 basehttp 33484 6123892736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:30:56,984 basehttp 33484 6123892736 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35328 INFO 2025-09-10 14:30:57,021 basehttp 33484 6123892736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:30:58,316 basehttp 33484 6123892736 "GET /en/appointments/requests/create/?patient=51 HTTP/1.1" 200 37643 INFO 2025-09-10 14:30:58,340 basehttp 33484 6123892736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:31:58,459 basehttp 33484 6123892736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:32:58,470 basehttp 33484 6123892736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:33:58,476 basehttp 33484 6123892736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:34:58,478 basehttp 33484 6123892736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:35:58,479 basehttp 33484 6123892736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:36:57,096 basehttp 33484 6123892736 "GET /en/appointments/requests/create/?patient=51 HTTP/1.1" 200 37643 INFO 2025-09-10 14:36:57,132 basehttp 33484 6123892736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:37:01,667 basehttp 33484 6123892736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:37:02,266 basehttp 33484 6123892736 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35328 INFO 2025-09-10 14:37:02,302 basehttp 33484 6123892736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:38:02,310 basehttp 33484 6123892736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:38:26,964 autoreload 33484 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-10 14:38:27,301 autoreload 37008 8682856640 Watching for file changes with StatReloader ERROR 2025-09-10 14:38:29,924 log 37008 6127759360 Internal Server Error: /en/patients/patientprofile/51/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_create' with no arguments not found. 1 pattern(s) tried: ['en/appointments/requests/create/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-09-10 14:38:29,926 basehttp 37008 6127759360 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 500 179940 ERROR 2025-09-10 14:39:12,267 log 37008 6127759360 Internal Server Error: /en/patients/patientprofile/51/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_create' with arguments '(51,)' not found. 1 pattern(s) tried: ['en/appointments/requests/create/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-09-10 14:39:12,269 basehttp 37008 6127759360 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 500 181139 INFO 2025-09-10 14:39:35,664 basehttp 37008 6127759360 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35354 INFO 2025-09-10 14:39:35,703 basehttp 37008 6127759360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 14:39:40,253 log 37008 6127759360 Not Found: /en/appointments/requests/create/acb90537-2a82-457f-b660-c877b2582b57/ WARNING 2025-09-10 14:39:40,253 basehttp 37008 6127759360 "GET /en/appointments/requests/create/acb90537-2a82-457f-b660-c877b2582b57/ HTTP/1.1" 404 22102 INFO 2025-09-10 14:40:48,937 autoreload 37008 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-10 14:40:49,277 autoreload 38093 8682856640 Watching for file changes with StatReloader WARNING 2025-09-10 14:40:50,578 log 38093 6171258880 Not Found: /en/appointments/requests/create/acb90537-2a82-457f-b660-c877b2582b57/ WARNING 2025-09-10 14:40:50,578 basehttp 38093 6171258880 "GET /en/appointments/requests/create/acb90537-2a82-457f-b660-c877b2582b57/ HTTP/1.1" 404 35267 INFO 2025-09-10 14:40:52,848 basehttp 38093 6171258880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:40:53,498 basehttp 38093 6171258880 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35362 INFO 2025-09-10 14:40:53,536 basehttp 38093 6171258880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-10 14:40:55,028 log 38093 6171258880 Internal Server Error: /en/appointments/requests/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ ValueError: invalid literal for int() with base 10: 'acb90537-2a82-457f-b660-c877b2582b57' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 209, in get_form_kwargs kwargs['patient'] = self.get_patient() ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/mixins.py", line 32, in get_patient return get_object_or_404( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 90, in get_object_or_404 return queryset.get(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 619, in get clone = self._chain() if self.query.combinator else self.filter(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 410, in get_prep_lookup return super().get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 96, in get_prep_lookup return self.lhs.output_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( ValueError: Field 'id' expected a number but got 'acb90537-2a82-457f-b660-c877b2582b57'. ERROR 2025-09-10 14:40:55,031 basehttp 38093 6171258880 "GET /en/appointments/requests/create/?patient=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 500 183840 INFO 2025-09-10 14:42:45,417 autoreload 38093 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/mixins.py changed, reloading. INFO 2025-09-10 14:42:45,740 autoreload 38969 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 14:42:47,011 basehttp 38969 6131232768 "GET /en/appointments/requests/create/?patient=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 200 37643 INFO 2025-09-10 14:42:47,054 basehttp 38969 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:43:47,079 basehttp 38969 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:44:47,059 basehttp 38969 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:44:58,833 basehttp 38969 6131232768 "GET /en/appointments/requests/create/?patient=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 200 37643 INFO 2025-09-10 14:44:58,874 basehttp 38969 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:45:58,886 basehttp 38969 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:46:43,158 autoreload 38969 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/mixins.py changed, reloading. INFO 2025-09-10 14:46:43,504 autoreload 40666 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 14:46:47,189 basehttp 40666 6122303488 "GET /en/appointments/requests/create/?patient=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 200 37643 INFO 2025-09-10 14:46:47,227 basehttp 40666 6122303488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 14:46:49,989 log 40666 6122303488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:46:49,989 basehttp 40666 6122303488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 14:47:47,248 basehttp 40666 6122303488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:48:47,241 basehttp 40666 6122303488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:49:23,642 basehttp 40666 6122303488 "GET /en/appointments/requests/create/?patient=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 200 37643 WARNING 2025-09-10 14:49:23,660 log 40666 6122303488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:49:23,660 basehttp 40666 6122303488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 14:49:23,731 basehttp 40666 6122303488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:49:56,420 basehttp 40666 6122303488 "GET /en/appointments/requests/create/?patient=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 200 37643 WARNING 2025-09-10 14:49:56,434 log 40666 6122303488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:49:56,434 basehttp 40666 6122303488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 14:49:56,507 basehttp 40666 6122303488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:50:06,667 basehttp 40666 6122303488 "GET /en/appointments/requests/create/?patient=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 200 37643 INFO 2025-09-10 14:50:06,680 basehttp 40666 6155956224 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 14:50:06,683 basehttp 40666 6172782592 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 14:50:06,684 basehttp 40666 13455405056 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 14:50:06,685 basehttp 40666 6122303488 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 14:50:06,688 log 40666 6155956224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:50:06,688 basehttp 40666 6155956224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 14:50:06,696 basehttp 40666 6139129856 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 14:50:06,697 basehttp 40666 6122303488 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 14:50:06,699 basehttp 40666 13438578688 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 14:50:07,571 basehttp 40666 13438578688 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 14:50:07,572 basehttp 40666 13455405056 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 14:50:07,572 basehttp 40666 6139129856 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 14:50:07,573 basehttp 40666 6155956224 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 14:50:07,575 basehttp 40666 6122303488 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 14:50:07,576 basehttp 40666 6172782592 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 14:50:07,577 basehttp 40666 6155956224 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 14:50:07,578 basehttp 40666 13438578688 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 14:50:07,578 basehttp 40666 13455405056 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 14:50:07,579 basehttp 40666 6139129856 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 14:50:07,579 basehttp 40666 6122303488 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 14:50:07,580 basehttp 40666 6155956224 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 14:50:07,580 basehttp 40666 6172782592 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 14:50:07,581 basehttp 40666 13438578688 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 14:50:07,582 basehttp 40666 6122303488 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 14:50:07,582 basehttp 40666 6139129856 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 14:50:07,582 basehttp 40666 13455405056 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 14:50:07,583 basehttp 40666 6155956224 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 14:50:07,583 basehttp 40666 6172782592 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 14:50:07,583 basehttp 40666 13438578688 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 14:50:07,584 basehttp 40666 13455405056 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 14:50:07,584 basehttp 40666 6139129856 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 14:50:07,589 basehttp 40666 6139129856 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 14:50:07,598 basehttp 40666 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 14:50:07,674 log 40666 13455405056 Not Found: /favicon.ico WARNING 2025-09-10 14:50:07,674 basehttp 40666 13455405056 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 14:51:07,610 basehttp 40666 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:51:35,090 basehttp 40666 13455405056 "GET /en/appointments/requests/create/?patient=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 200 37183 WARNING 2025-09-10 14:51:35,106 log 40666 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:51:35,106 basehttp 40666 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 14:51:35,173 basehttp 40666 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:52:35,185 basehttp 40666 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:53:35,189 basehttp 40666 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:54:35,189 basehttp 40666 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:54:54,018 basehttp 40666 13455405056 "GET /en/appointments/requests/create/?patient=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 200 37183 WARNING 2025-09-10 14:54:54,029 log 40666 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:54:54,029 basehttp 40666 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 14:54:54,071 basehttp 40666 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:55:26,011 basehttp 40666 13455405056 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35365 WARNING 2025-09-10 14:55:26,029 log 40666 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:55:26,030 basehttp 40666 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 14:56:21,142 basehttp 40666 13455405056 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35365 WARNING 2025-09-10 14:56:21,154 log 40666 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:56:21,154 basehttp 40666 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 14:56:21,202 basehttp 40666 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 14:56:22,775 log 40666 13455405056 Not Found: /en/appointments/requests/create/ WARNING 2025-09-10 14:56:22,776 basehttp 40666 13455405056 "GET /en/appointments/requests/create/?patient_id=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 404 22009 WARNING 2025-09-10 14:56:22,789 log 40666 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:56:22,789 basehttp 40666 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 14:58:12,329 log 40666 13455405056 Not Found: /en/appointments/requests/create/ WARNING 2025-09-10 14:58:12,330 basehttp 40666 13455405056 "GET /en/appointments/requests/create/?patient_id=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 404 22009 WARNING 2025-09-10 14:58:12,344 log 40666 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:58:12,344 basehttp 40666 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 14:58:25,688 log 40666 6122303488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:58:25,689 basehttp 40666 6122303488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 14:58:25,690 basehttp 40666 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 14:58:25,698 log 40666 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:58:25,698 basehttp 40666 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 14:58:26,334 basehttp 40666 13455405056 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35365 WARNING 2025-09-10 14:58:26,345 log 40666 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:58:26,346 basehttp 40666 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 14:58:26,398 basehttp 40666 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 14:58:31,206 log 40666 13455405056 Not Found: /en/appointments/requests/create/ WARNING 2025-09-10 14:58:31,207 basehttp 40666 13455405056 "GET /en/appointments/requests/create/?patient_id=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 404 22009 WARNING 2025-09-10 14:58:31,223 log 40666 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:58:31,223 basehttp 40666 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 14:59:22,616 log 40666 13455405056 Not Found: /en/appointments/requests/create/ WARNING 2025-09-10 14:59:22,617 basehttp 40666 13455405056 "GET /en/appointments/requests/create/?patient_id=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 404 22009 WARNING 2025-09-10 14:59:22,632 log 40666 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:59:22,632 basehttp 40666 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:05:56,124 log 40666 6122303488 Not Found: /en/appointments/requests/create/ WARNING 2025-09-10 15:05:56,124 basehttp 40666 6122303488 "GET /en/appointments/requests/create/?patient_id=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 404 22009 WARNING 2025-09-10 15:05:56,139 log 40666 6122303488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:05:56,139 basehttp 40666 6122303488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:05:58,163 log 40666 6139129856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:05:58,163 basehttp 40666 6139129856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:05:58,166 basehttp 40666 6122303488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 15:05:58,171 log 40666 6139129856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:05:58,171 basehttp 40666 6139129856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:05:58,866 basehttp 40666 6139129856 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35365 WARNING 2025-09-10 15:05:58,880 log 40666 6139129856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:05:58,880 basehttp 40666 6139129856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:05:58,925 basehttp 40666 6139129856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 15:06:02,154 log 40666 6139129856 Not Found: /en/appointments/requests/create/ WARNING 2025-09-10 15:06:02,154 basehttp 40666 6139129856 "GET /en/appointments/requests/create/?patient_id=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 404 22009 WARNING 2025-09-10 15:06:02,172 log 40666 6139129856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:06:02,173 basehttp 40666 6139129856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:07:39,776 autoreload 40666 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/mixins.py changed, reloading. INFO 2025-09-10 15:07:40,226 autoreload 50249 8682856640 Watching for file changes with StatReloader WARNING 2025-09-10 15:07:42,123 log 50249 6148222976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:07:42,123 basehttp 50249 6148222976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:07:42,131 log 50249 6148222976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:07:42,131 basehttp 50249 6148222976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:07:42,173 basehttp 50249 6131396608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:07:42,754 basehttp 50249 6131396608 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35365 WARNING 2025-09-10 15:07:42,765 log 50249 6131396608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:07:42,765 basehttp 50249 6131396608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:07:42,814 basehttp 50249 6131396608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 15:07:44,639 log 50249 6131396608 Not Found: /en/appointments/requests/create/ WARNING 2025-09-10 15:07:44,640 basehttp 50249 6131396608 "GET /en/appointments/requests/create/?patient_id=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 404 22009 WARNING 2025-09-10 15:07:44,658 log 50249 6131396608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:07:44,658 basehttp 50249 6131396608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:08:46,271 autoreload 50249 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/mixins.py changed, reloading. INFO 2025-09-10 15:08:46,629 autoreload 50790 8682856640 Watching for file changes with StatReloader WARNING 2025-09-10 15:08:48,923 log 50790 6157185024 Not Found: /en/appointments/requests/create/ WARNING 2025-09-10 15:08:48,924 basehttp 50790 6157185024 "GET /en/appointments/requests/create/?patient_id=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 404 22009 WARNING 2025-09-10 15:08:48,939 log 50790 6157185024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:08:48,940 basehttp 50790 6157185024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:09:15,973 autoreload 50790 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/mixins.py changed, reloading. INFO 2025-09-10 15:09:16,349 autoreload 51034 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 15:09:19,292 basehttp 51034 6199259136 "GET /en/appointments/requests/create/?patient_id=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 200 42157 WARNING 2025-09-10 15:09:19,310 log 51034 6199259136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:09:19,310 basehttp 51034 6199259136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:09:19,361 basehttp 51034 6199259136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:10:19,365 basehttp 51034 6199259136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:10:27,612 autoreload 51034 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/mixins.py changed, reloading. INFO 2025-09-10 15:10:27,974 autoreload 51501 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 15:10:31,915 basehttp 51501 6133854208 "GET /en/appointments/requests/create/?patient_id=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 200 42157 WARNING 2025-09-10 15:10:31,930 log 51501 6133854208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:10:31,930 basehttp 51501 6133854208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:10:31,975 basehttp 51501 6133854208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:10:42,376 basehttp 51501 6133854208 "GET /en/appointments/requests/create/?patient_id=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 200 42157 WARNING 2025-09-10 15:10:42,387 log 51501 6133854208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:10:42,388 basehttp 51501 6133854208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:10:42,428 basehttp 51501 6133854208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:11:42,435 basehttp 51501 6133854208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:12:36,297 autoreload 51501 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-10 15:12:36,638 autoreload 52530 8682856640 Watching for file changes with StatReloader WARNING 2025-09-10 15:12:37,851 log 52530 6195933184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:12:37,851 basehttp 52530 6195933184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:12:37,864 log 52530 6195933184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:12:37,864 basehttp 52530 6195933184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-10 15:12:38,523 log 52530 6195933184 Internal Server Error: /en/appointments/requests/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py", line 51, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'patient' ERROR 2025-09-10 15:12:38,525 basehttp 52530 6195933184 "GET /en/appointments/requests/create/?patient_id=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 500 105013 WARNING 2025-09-10 15:12:38,537 log 52530 6195933184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:12:38,537 basehttp 52530 6195933184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:12:49,357 autoreload 52530 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-10 15:12:49,703 autoreload 52616 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 15:12:51,708 basehttp 52616 6204403712 "GET /en/appointments/requests/create/?patient_id=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 200 49156 WARNING 2025-09-10 15:12:51,727 log 52616 6204403712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:12:51,727 basehttp 52616 6204403712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:12:51,764 basehttp 52616 6204403712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:13:51,769 basehttp 52616 6204403712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:14:51,774 basehttp 52616 6204403712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:15:51,776 basehttp 52616 6204403712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:16:51,783 basehttp 52616 6204403712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:17:51,875 basehttp 52616 6204403712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:18:51,873 basehttp 52616 6204403712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:19:51,890 basehttp 52616 6204403712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:20:33,270 autoreload 52616 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/mixins.py changed, reloading. INFO 2025-09-10 15:20:33,606 autoreload 56001 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 15:20:33,869 basehttp 56001 6135410688 "GET /en/appointments/requests/create/?patient_id=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 200 49156 WARNING 2025-09-10 15:20:33,888 log 56001 6135410688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:20:33,888 basehttp 56001 6135410688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:20:33,930 basehttp 56001 6135410688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 15:20:36,081 log 56001 6135410688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:20:36,082 basehttp 56001 6135410688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:20:36,812 basehttp 56001 6135410688 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35328 WARNING 2025-09-10 15:20:36,828 log 56001 6135410688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:20:36,828 basehttp 56001 6135410688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:20:36,873 basehttp 56001 6135410688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:20:38,742 basehttp 56001 6135410688 "GET /en/appointments/requests/create/?patient=51 HTTP/1.1" 200 49156 WARNING 2025-09-10 15:20:38,763 log 56001 6135410688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:20:38,763 basehttp 56001 6135410688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:20:38,803 basehttp 56001 6135410688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 15:20:59,189 log 56001 6135410688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:20:59,189 basehttp 56001 6135410688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:20:59,212 log 56001 6135410688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:20:59,212 basehttp 56001 6135410688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:21:04,391 basehttp 56001 6135410688 "GET /en/appointments/requests/create/?patient=51 HTTP/1.1" 200 49156 WARNING 2025-09-10 15:21:04,419 log 56001 6135410688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:21:04,419 basehttp 56001 6135410688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:21:04,450 basehttp 56001 6135410688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:21:44,837 basehttp 56001 6135410688 "GET /en/appointments/requests/create/?patient=51 HTTP/1.1" 200 49156 WARNING 2025-09-10 15:21:44,864 log 56001 6135410688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:21:44,865 basehttp 56001 6135410688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:21:44,906 basehttp 56001 6135410688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:21:52,255 basehttp 56001 6135410688 "GET /en/appointments/requests/create/?patient=51 HTTP/1.1" 200 49156 INFO 2025-09-10 15:21:52,268 basehttp 56001 6169063424 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 15:21:52,272 basehttp 56001 13304360960 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 15:21:52,273 basehttp 56001 6135410688 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 15:21:52,277 basehttp 56001 13338013696 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-10 15:21:52,279 log 56001 6169063424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:21:52,280 basehttp 56001 6169063424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:21:52,283 basehttp 56001 13321187328 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 15:21:52,284 basehttp 56001 13338013696 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 15:21:52,284 basehttp 56001 6152237056 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 15:21:53,444 basehttp 56001 6152237056 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 15:21:53,444 basehttp 56001 13321187328 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 15:21:53,446 basehttp 56001 6135410688 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 15:21:53,446 basehttp 56001 6169063424 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 15:21:53,448 basehttp 56001 13338013696 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 15:21:53,449 basehttp 56001 13321187328 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 15:21:53,449 basehttp 56001 13304360960 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 15:21:53,449 basehttp 56001 6135410688 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 15:21:53,449 basehttp 56001 6152237056 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 15:21:53,451 basehttp 56001 6169063424 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 15:21:53,453 basehttp 56001 6135410688 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 15:21:53,453 basehttp 56001 13304360960 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 15:21:53,453 basehttp 56001 13321187328 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 15:21:53,453 basehttp 56001 13338013696 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 15:21:53,453 basehttp 56001 6152237056 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 15:21:53,453 basehttp 56001 6169063424 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 15:21:53,457 basehttp 56001 6169063424 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 15:21:53,457 basehttp 56001 6152237056 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 15:21:53,457 basehttp 56001 13304360960 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 15:21:53,457 basehttp 56001 13321187328 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 15:21:53,458 basehttp 56001 6135410688 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 15:21:53,458 basehttp 56001 13338013696 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 15:21:53,463 basehttp 56001 6152237056 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 15:21:53,494 basehttp 56001 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 15:21:53,561 log 56001 13304360960 Not Found: /favicon.ico WARNING 2025-09-10 15:21:53,561 basehttp 56001 13304360960 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 15:22:06,626 basehttp 56001 13304360960 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35328 WARNING 2025-09-10 15:22:06,644 log 56001 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:06,645 basehttp 56001 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:22:09,854 basehttp 56001 13304360960 "GET /en/emr/encounters/create/?patient=51 HTTP/1.1" 200 55643 WARNING 2025-09-10 15:22:09,874 log 56001 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:09,874 basehttp 56001 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:22:09,917 basehttp 56001 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 15:22:22,810 log 56001 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:22,810 basehttp 56001 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:22:22,822 log 56001 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:22,823 basehttp 56001 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:22:27,225 basehttp 56001 13304360960 "GET / HTTP/1.1" 302 0 INFO 2025-09-10 15:22:27,249 basehttp 56001 6152237056 "GET /en/ HTTP/1.1" 200 48505 WARNING 2025-09-10 15:22:27,263 log 56001 6152237056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:27,263 basehttp 56001 6152237056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:22:27,342 basehttp 56001 6152237056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:22:27,347 basehttp 56001 6135410688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-10 15:22:27,347 basehttp 56001 13338013696 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-10 15:22:27,350 basehttp 56001 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-10 15:22:31,498 basehttp 56001 13321187328 "GET /en/patients/register/ HTTP/1.1" 200 27289 WARNING 2025-09-10 15:22:31,518 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:31,518 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:22:31,556 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 15:22:33,839 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:33,839 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:22:33,848 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:33,849 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:22:35,969 basehttp 56001 13321187328 "GET /en/patients/register/ HTTP/1.1" 200 27289 WARNING 2025-09-10 15:22:35,987 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:35,987 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:22:36,031 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:22:42,384 basehttp 56001 13321187328 "GET /en/patients/ HTTP/1.1" 200 138368 WARNING 2025-09-10 15:22:42,404 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:42,404 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:22:42,420 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:22:45,545 basehttp 56001 13321187328 "GET /en/patients/?page=3 HTTP/1.1" 200 39133 WARNING 2025-09-10 15:22:45,566 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:45,566 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:22:45,612 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:22:55,476 basehttp 56001 13321187328 "GET /en/emr/encounters/create/?patient=51 HTTP/1.1" 200 55643 WARNING 2025-09-10 15:22:55,497 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:55,497 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:22:55,540 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 15:22:57,111 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:57,111 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:22:57,120 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:57,120 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:22:58,365 basehttp 56001 13321187328 "GET /en/appointments/requests/create/?patient=51 HTTP/1.1" 200 49156 WARNING 2025-09-10 15:22:58,380 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:58,380 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:22:58,421 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 15:23:05,764 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:05,764 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:23:05,775 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:05,775 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-10 15:23:07,635 log 56001 13321187328 Internal Server Error: /en/patients/notes/create/51/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_notes_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patient\\-notes/(?P[0-9]+)/\\Z'] ERROR 2025-09-10 15:23:07,637 basehttp 56001 13321187328 "GET /en/patients/notes/create/51/ HTTP/1.1" 500 190288 WARNING 2025-09-10 15:23:07,656 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:07,656 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:23:09,895 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:09,895 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:23:09,910 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:09,910 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:23:11,144 basehttp 56001 13321187328 "GET /en/laboratory/orders/create/?patient=51 HTTP/1.1" 200 36417 WARNING 2025-09-10 15:23:11,169 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:11,171 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:23:11,210 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 15:23:13,385 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:13,386 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:23:13,397 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:13,397 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:23:15,930 basehttp 56001 13321187328 "GET /en/pharmacy/prescriptions/create/?patient=51 HTTP/1.1" 200 70806 WARNING 2025-09-10 15:23:15,951 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:15,952 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:23:15,997 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 15:23:23,968 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:23,968 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:23:23,977 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:23,977 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:23:24,832 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:24,832 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:23:24,843 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:24,843 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:23:31,658 basehttp 56001 13321187328 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 35793 WARNING 2025-09-10 15:23:31,676 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:31,677 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:23:31,720 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:23:36,371 basehttp 56001 13321187328 "GET /en/patients/40/emergency-contacts/create/ HTTP/1.1" 200 34062 WARNING 2025-09-10 15:23:36,393 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:36,394 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:23:36,432 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:24:36,446 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:25:36,439 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:26:36,453 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:27:36,454 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:28:36,458 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:29:36,472 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:30:36,474 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:31:36,470 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:32:36,482 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:33:36,536 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:34:36,540 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:35:36,534 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:36:36,547 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:37:36,557 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:38:36,557 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:39:36,571 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:40:36,557 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:41:18,190 autoreload 56001 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 15:41:18,712 autoreload 65097 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 15:41:36,651 basehttp 65097 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:41:59,462 autoreload 65097 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 15:41:59,959 autoreload 65410 8682856640 Watching for file changes with StatReloader WARNING 2025-09-10 15:42:01,327 log 65410 6121730048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:42:01,327 basehttp 65410 6121730048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:42:02,938 log 65410 6121730048 Not Found: /en/appointments/requests/create/ WARNING 2025-09-10 15:42:02,938 basehttp 65410 6121730048 "GET /en/appointments/requests/create/?patient=40 HTTP/1.1" 404 21978 WARNING 2025-09-10 15:42:02,951 log 65410 6121730048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:42:02,951 basehttp 65410 6121730048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:44:47,838 autoreload 65410 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 15:44:48,202 autoreload 66588 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 15:44:48,582 basehttp 66588 13035925504 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 35785 WARNING 2025-09-10 15:44:48,598 log 66588 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:44:48,599 basehttp 66588 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:44:48,647 basehttp 66588 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:44:50,640 basehttp 66588 13035925504 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49156 WARNING 2025-09-10 15:44:50,659 log 66588 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:44:50,659 basehttp 66588 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:44:50,701 basehttp 66588 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:45:33,515 basehttp 66588 13035925504 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49156 WARNING 2025-09-10 15:45:33,526 log 66588 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:45:33,526 basehttp 66588 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:45:33,566 basehttp 66588 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:46:17,512 basehttp 66588 13035925504 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49156 WARNING 2025-09-10 15:46:17,527 log 66588 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:46:17,527 basehttp 66588 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:46:17,570 basehttp 66588 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:46:19,377 basehttp 66588 13035925504 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49156 INFO 2025-09-10 15:46:19,394 basehttp 66588 13069578240 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 15:46:19,395 basehttp 66588 13086404608 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 15:46:19,398 log 66588 13103230976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:46:19,398 basehttp 66588 13103230976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:46:19,402 basehttp 66588 13035925504 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 15:46:19,402 basehttp 66588 13069578240 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 15:46:19,407 basehttp 66588 13052751872 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 15:46:19,409 basehttp 66588 13120057344 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 15:46:19,732 basehttp 66588 13120057344 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 15:46:20,257 basehttp 66588 13035925504 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 15:46:20,257 basehttp 66588 13069578240 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 15:46:20,258 basehttp 66588 13120057344 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 15:46:20,258 basehttp 66588 13103230976 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 15:46:20,258 basehttp 66588 13052751872 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 15:46:20,264 basehttp 66588 13103230976 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 15:46:20,264 basehttp 66588 13069578240 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 15:46:20,264 basehttp 66588 13035925504 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 15:46:20,265 basehttp 66588 13052751872 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 15:46:20,265 basehttp 66588 13086404608 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 15:46:20,266 basehttp 66588 13120057344 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 15:46:20,268 basehttp 66588 13086404608 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 15:46:20,268 basehttp 66588 13103230976 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 15:46:20,269 basehttp 66588 13052751872 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 15:46:20,269 basehttp 66588 13069578240 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 15:46:20,269 basehttp 66588 13120057344 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 15:46:20,270 basehttp 66588 13035925504 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 15:46:20,274 basehttp 66588 13086404608 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 15:46:20,275 basehttp 66588 13120057344 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 15:46:20,275 basehttp 66588 13052751872 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 15:46:20,276 basehttp 66588 13103230976 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 15:46:20,276 basehttp 66588 13069578240 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 15:46:20,282 basehttp 66588 13086404608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:46:20,289 basehttp 66588 13035925504 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-10 15:46:20,358 log 66588 13035925504 Not Found: /favicon.ico WARNING 2025-09-10 15:46:20,358 basehttp 66588 13035925504 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 15:47:01,470 autoreload 66588 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-10 15:47:01,847 autoreload 67607 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 15:47:08,535 basehttp 67607 6137901056 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49163 WARNING 2025-09-10 15:47:08,552 log 67607 6137901056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:47:08,552 basehttp 67607 6137901056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:47:08,624 basehttp 67607 6137901056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:47:58,023 basehttp 67607 6137901056 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49163 WARNING 2025-09-10 15:47:58,039 log 67607 6137901056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:47:58,039 basehttp 67607 6137901056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:47:58,085 basehttp 67607 6137901056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:48:41,232 basehttp 67607 6137901056 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 35785 WARNING 2025-09-10 15:48:41,244 log 67607 6137901056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:48:41,244 basehttp 67607 6137901056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:48:48,502 basehttp 67607 6137901056 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49163 WARNING 2025-09-10 15:48:48,517 log 67607 6137901056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:48:48,517 basehttp 67607 6137901056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:48:48,559 basehttp 67607 6137901056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:49:48,569 basehttp 67607 6137901056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:50:48,576 basehttp 67607 6137901056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:51:48,568 basehttp 67607 6137901056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:52:48,591 basehttp 67607 6137901056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:52:52,205 autoreload 67607 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 15:52:52,542 autoreload 70219 8682856640 Watching for file changes with StatReloader WARNING 2025-09-10 15:52:53,784 log 70219 6165114880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:52:53,784 basehttp 70219 6165114880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:52:53,792 log 70219 6165114880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:52:53,792 basehttp 70219 6165114880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:52:54,634 basehttp 70219 6165114880 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49163 WARNING 2025-09-10 15:52:54,648 log 70219 6165114880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:52:54,649 basehttp 70219 6165114880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:52:54,696 basehttp 70219 6165114880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:53:43,268 basehttp 70219 6165114880 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49163 WARNING 2025-09-10 15:53:43,284 log 70219 6165114880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:53:43,285 basehttp 70219 6165114880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:53:43,332 basehttp 70219 6165114880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:54:31,734 autoreload 70219 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-10 15:54:32,136 autoreload 70994 8682856640 Watching for file changes with StatReloader WARNING 2025-09-10 15:54:34,752 log 70994 6221295616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:54:34,752 basehttp 70994 6221295616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:54:34,765 log 70994 6221295616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:54:34,766 basehttp 70994 6221295616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:54:34,818 basehttp 70994 6204469248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:54:35,369 basehttp 70994 6204469248 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 35785 WARNING 2025-09-10 15:54:35,382 log 70994 6204469248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:54:35,382 basehttp 70994 6204469248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:54:35,420 basehttp 70994 6204469248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:54:45,120 basehttp 70994 6204469248 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49163 WARNING 2025-09-10 15:54:45,138 log 70994 6204469248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:54:45,139 basehttp 70994 6204469248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:54:45,179 basehttp 70994 6204469248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:55:27,691 autoreload 70994 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-10 15:55:28,067 autoreload 71383 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 15:55:39,752 autoreload 71383 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 15:55:40,100 autoreload 71471 8682856640 Watching for file changes with StatReloader WARNING 2025-09-10 15:55:41,841 log 71471 6186266624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:55:41,842 basehttp 71471 6186266624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:55:41,913 log 71471 6186266624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:55:41,922 basehttp 71471 6186266624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:55:41,922 basehttp 71471 6169440256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:55:42,446 basehttp 71471 6169440256 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 35785 WARNING 2025-09-10 15:55:42,477 log 71471 6169440256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:55:42,478 basehttp 71471 6169440256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:55:42,508 basehttp 71471 6169440256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:55:43,936 basehttp 71471 6169440256 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49163 WARNING 2025-09-10 15:55:43,959 log 71471 6169440256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:55:43,959 basehttp 71471 6169440256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:55:43,992 basehttp 71471 6169440256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:56:11,858 basehttp 71471 6169440256 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49163 WARNING 2025-09-10 15:56:11,870 log 71471 6169440256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:56:11,870 basehttp 71471 6169440256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:56:11,907 basehttp 71471 6169440256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:56:32,093 basehttp 71471 6169440256 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49163 WARNING 2025-09-10 15:56:32,106 log 71471 6169440256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:56:32,106 basehttp 71471 6169440256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:56:32,149 basehttp 71471 6169440256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:57:30,069 basehttp 71471 6169440256 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49132 WARNING 2025-09-10 15:57:30,081 log 71471 6169440256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:57:30,082 basehttp 71471 6169440256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:57:30,120 basehttp 71471 6169440256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:57:33,400 basehttp 71471 6169440256 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49132 INFO 2025-09-10 15:57:33,415 basehttp 71471 6203092992 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 15:57:33,418 basehttp 71471 6219919360 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 15:57:33,422 basehttp 71471 6253572096 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 15:57:33,424 basehttp 71471 6169440256 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 15:57:33,426 log 71471 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:57:33,426 basehttp 71471 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:57:33,432 basehttp 71471 6186266624 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 15:57:33,434 basehttp 71471 6236745728 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 15:57:33,444 basehttp 71471 6236745728 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 15:57:34,473 basehttp 71471 6169440256 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 15:57:34,473 basehttp 71471 6203092992 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 15:57:34,474 basehttp 71471 6186266624 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 15:57:34,474 basehttp 71471 6236745728 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 15:57:34,475 basehttp 71471 6253572096 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 15:57:34,477 basehttp 71471 6169440256 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 15:57:34,477 basehttp 71471 6186266624 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 15:57:34,477 basehttp 71471 6236745728 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 15:57:34,479 basehttp 71471 6203092992 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 15:57:34,480 basehttp 71471 6253572096 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 15:57:34,480 basehttp 71471 6219919360 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 15:57:34,481 basehttp 71471 6236745728 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 15:57:34,482 basehttp 71471 6169440256 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 15:57:34,482 basehttp 71471 6186266624 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 15:57:34,483 basehttp 71471 6253572096 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 15:57:34,484 basehttp 71471 6236745728 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 15:57:34,485 basehttp 71471 6219919360 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 15:57:34,486 basehttp 71471 6169440256 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 15:57:34,486 basehttp 71471 6253572096 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 15:57:34,486 basehttp 71471 6236745728 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 15:57:34,487 basehttp 71471 6186266624 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 15:57:34,488 basehttp 71471 6219919360 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 15:57:34,491 basehttp 71471 6203092992 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 15:57:34,521 basehttp 71471 6203092992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 15:57:34,583 log 71471 6203092992 Not Found: /favicon.ico WARNING 2025-09-10 15:57:34,583 basehttp 71471 6203092992 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 15:57:59,994 basehttp 71471 6203092992 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 35785 WARNING 2025-09-10 15:58:00,014 log 71471 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:58:00,015 basehttp 71471 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:58:00,651 basehttp 71471 6203092992 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 35785 WARNING 2025-09-10 15:58:00,666 log 71471 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:58:00,666 basehttp 71471 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:58:00,719 basehttp 71471 6203092992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:58:02,275 basehttp 71471 6203092992 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49132 WARNING 2025-09-10 15:58:02,297 log 71471 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:58:02,297 basehttp 71471 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:58:02,337 basehttp 71471 6203092992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:59:02,345 basehttp 71471 6203092992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:59:09,397 autoreload 71471 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 15:59:09,826 autoreload 73022 8682856640 Watching for file changes with StatReloader WARNING 2025-09-10 15:59:11,140 log 73022 6155317248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:59:11,141 basehttp 73022 6155317248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:59:11,152 log 73022 6155317248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:59:11,152 basehttp 73022 6155317248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:59:11,859 basehttp 73022 6155317248 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49132 WARNING 2025-09-10 15:59:11,878 log 73022 6155317248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:59:11,879 basehttp 73022 6155317248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:59:11,928 basehttp 73022 6155317248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:59:15,322 basehttp 73022 6155317248 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49132 WARNING 2025-09-10 15:59:15,338 log 73022 6155317248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:59:15,338 basehttp 73022 6155317248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:59:15,410 basehttp 73022 6155317248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:59:16,309 basehttp 73022 6155317248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 15:59:16,311 log 73022 6172143616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:59:16,311 basehttp 73022 6172143616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:59:16,323 log 73022 6172143616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:59:16,324 basehttp 73022 6172143616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:59:16,894 basehttp 73022 6172143616 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 35785 WARNING 2025-09-10 15:59:16,907 log 73022 6172143616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:59:16,908 basehttp 73022 6172143616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:59:16,957 basehttp 73022 6172143616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:59:18,325 basehttp 73022 6172143616 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49132 WARNING 2025-09-10 15:59:18,343 log 73022 6172143616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:59:18,344 basehttp 73022 6172143616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:59:18,384 basehttp 73022 6172143616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:59:40,392 basehttp 73022 6172143616 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49125 WARNING 2025-09-10 15:59:40,403 log 73022 6172143616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:59:40,403 basehttp 73022 6172143616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:59:40,443 basehttp 73022 6172143616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:59:41,424 basehttp 73022 6172143616 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49125 WARNING 2025-09-10 15:59:41,438 log 73022 6172143616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:59:41,438 basehttp 73022 6172143616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:59:41,477 basehttp 73022 6172143616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:00:12,421 basehttp 73022 6172143616 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49191 WARNING 2025-09-10 16:00:12,435 log 73022 6172143616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:00:12,436 basehttp 73022 6172143616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:00:12,480 basehttp 73022 6172143616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:00:24,584 basehttp 73022 6172143616 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49163 WARNING 2025-09-10 16:00:24,596 log 73022 6172143616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:00:24,596 basehttp 73022 6172143616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:00:24,633 basehttp 73022 6172143616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:00:34,247 basehttp 73022 6172143616 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49163 WARNING 2025-09-10 16:00:34,262 log 73022 6172143616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:00:34,262 basehttp 73022 6172143616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:00:34,305 basehttp 73022 6172143616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:00:36,775 basehttp 73022 6172143616 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49163 WARNING 2025-09-10 16:00:36,792 log 73022 6172143616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:00:36,792 basehttp 73022 6172143616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:00:36,835 basehttp 73022 6172143616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:01:36,837 basehttp 73022 6172143616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:01:41,750 autoreload 73022 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 16:01:42,271 autoreload 74182 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 16:01:42,775 basehttp 74182 6155513856 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49192 WARNING 2025-09-10 16:01:42,794 log 74182 6155513856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:01:42,795 basehttp 74182 6155513856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:01:42,841 basehttp 74182 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:02:15,720 basehttp 74182 6155513856 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49360 WARNING 2025-09-10 16:02:15,731 log 74182 6155513856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:02:15,731 basehttp 74182 6155513856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:02:15,782 basehttp 74182 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:03:10,791 autoreload 74182 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-10 16:03:11,310 autoreload 74832 8682856640 Watching for file changes with StatReloader WARNING 2025-09-10 16:03:12,288 log 74832 6191853568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:03:12,289 basehttp 74832 6191853568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:03:12,297 log 74832 6191853568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:03:12,297 basehttp 74832 6191853568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-10 16:03:12,825 log 74832 6191853568 Internal Server Error: /en/appointments/40/requests/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 212, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 220, in get_context_data ctx = super().get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py", line 56, in __init__ self.fields['provider'].queryset = Employee.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_active' into field. Choices are: address_line_1, address_line_2, annual_salary, certifications, city, country, created_at, created_by, created_by_id, date_of_birth, department, department_id, direct_reports, email, emergency_contact_name, emergency_contact_phone, emergency_contact_relationship, employee_id, employee_number, employment_status, employment_type, first_name, fte_percentage, gender, headed_departments, hire_date, hourly_rate, id, job_title, last_name, license_expiry_date, license_number, marital_status, middle_name, mobile_phone, national_id, notes, performance_reviews, phone, postal_code, preferred_name, schedules, standard_hours_per_week, state, supervisor, supervisor_id, tenant, tenant_id, termination_date, time_entries, training_records, updated_at, user, user_id ERROR 2025-09-10 16:03:12,827 basehttp 74832 6191853568 "GET /en/appointments/40/requests/create/ HTTP/1.1" 500 166918 WARNING 2025-09-10 16:03:12,838 log 74832 6191853568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:03:12,839 basehttp 74832 6191853568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:03:29,273 autoreload 74832 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-10 16:03:29,694 autoreload 74991 8682856640 Watching for file changes with StatReloader ERROR 2025-09-10 16:03:30,034 log 74991 6132215808 Internal Server Error: /en/appointments/40/requests/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 212, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 220, in get_context_data ctx = super().get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py", line 56, in __init__ self.fields['provider'].queryset = Employee.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'role' into field. Choices are: address_line_1, address_line_2, annual_salary, certifications, city, country, created_at, created_by, created_by_id, date_of_birth, department, department_id, direct_reports, email, emergency_contact_name, emergency_contact_phone, emergency_contact_relationship, employee_id, employee_number, employment_status, employment_type, first_name, fte_percentage, gender, headed_departments, hire_date, hourly_rate, id, job_title, last_name, license_expiry_date, license_number, marital_status, middle_name, mobile_phone, national_id, notes, performance_reviews, phone, postal_code, preferred_name, schedules, standard_hours_per_week, state, supervisor, supervisor_id, tenant, tenant_id, termination_date, time_entries, training_records, updated_at, user, user_id ERROR 2025-09-10 16:03:30,036 basehttp 74991 6132215808 "GET /en/appointments/40/requests/create/ HTTP/1.1" 500 167259 WARNING 2025-09-10 16:03:30,048 log 74991 6132215808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:03:30,048 basehttp 74991 6132215808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:05:24,601 autoreload 74991 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-10 16:05:25,005 autoreload 75842 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 16:05:26,158 basehttp 75842 6198013952 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 37499 WARNING 2025-09-10 16:05:26,173 log 75842 6198013952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:05:26,173 basehttp 75842 6198013952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:05:26,251 basehttp 75842 6198013952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:05:27,764 basehttp 75842 6198013952 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 37499 WARNING 2025-09-10 16:05:27,776 log 75842 6198013952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:05:27,776 basehttp 75842 6198013952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:05:27,821 basehttp 75842 6198013952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:06:27,829 basehttp 75842 6198013952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:07:27,837 basehttp 75842 6198013952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:07:55,474 basehttp 75842 6198013952 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 37499 WARNING 2025-09-10 16:07:55,491 log 75842 6198013952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:07:55,491 basehttp 75842 6198013952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:07:55,542 basehttp 75842 6198013952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:08:48,399 autoreload 75842 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-10 16:08:48,840 autoreload 77299 8682856640 Watching for file changes with StatReloader WARNING 2025-09-10 16:08:50,006 log 77299 6170062848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:08:50,007 basehttp 77299 6170062848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:08:50,022 log 77299 6170062848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:08:50,022 basehttp 77299 6170062848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:08:50,577 basehttp 77299 6170062848 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 37499 WARNING 2025-09-10 16:08:50,595 log 77299 6170062848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:08:50,595 basehttp 77299 6170062848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:08:50,643 basehttp 77299 6170062848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:09:09,972 autoreload 77299 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-10 16:09:10,342 autoreload 77457 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 16:09:12,265 basehttp 77457 12918534144 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 74001 WARNING 2025-09-10 16:09:12,281 log 77457 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:09:12,282 basehttp 77457 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:09:12,321 basehttp 77457 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:09:31,531 autoreload 77457 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-10 16:09:31,927 autoreload 77621 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 16:09:32,520 basehttp 77621 6130561024 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 37499 WARNING 2025-09-10 16:09:32,538 log 77621 6130561024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:09:32,538 basehttp 77621 6130561024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:09:32,584 basehttp 77621 6130561024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:09:46,702 autoreload 77621 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-10 16:09:47,048 autoreload 77782 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 16:09:47,475 basehttp 77782 6166278144 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 42363 WARNING 2025-09-10 16:09:47,490 log 77782 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:09:47,490 basehttp 77782 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:09:47,536 basehttp 77782 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:10:47,572 basehttp 77782 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 16:11:40,314 log 77782 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:11:40,315 basehttp 77782 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:11:45,148 basehttp 77782 6166278144 "GET /en/patients/insurance-info/create/40/ HTTP/1.1" 200 32336 INFO 2025-09-10 16:11:45,162 basehttp 77782 6166278144 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-10 16:11:45,163 basehttp 77782 12901707776 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 WARNING 2025-09-10 16:11:45,165 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:11:45,165 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:11:45,220 basehttp 77782 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 16:11:48,153 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:11:48,154 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:11:48,164 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:11:48,164 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:11:52,159 basehttp 77782 12918534144 "GET /en/patients/40/emergency-contacts/create/ HTTP/1.1" 200 34062 WARNING 2025-09-10 16:11:52,178 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:11:52,178 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:11:52,218 basehttp 77782 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 16:11:59,762 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:11:59,762 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:11:59,774 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:11:59,774 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-10 16:12:00,571 log 77782 12918534144 Internal Server Error: /en/patients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_create' with no arguments not found. 1 pattern(s) tried: ['en/appointments/(?P[0-9]+)/requests/create/\\Z'] ERROR 2025-09-10 16:12:00,573 basehttp 77782 12918534144 "GET /en/patients/ HTTP/1.1" 500 199419 WARNING 2025-09-10 16:12:00,588 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:12:00,588 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:12:01,564 basehttp 77782 12918534144 "GET /en/patients/register/ HTTP/1.1" 200 27289 WARNING 2025-09-10 16:12:01,581 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:12:01,582 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-10 16:12:02,656 log 77782 12918534144 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_create' with no arguments not found. 1 pattern(s) tried: ['en/appointments/(?P[0-9]+)/requests/create/\\Z'] ERROR 2025-09-10 16:12:02,657 basehttp 77782 12918534144 "GET /en/ HTTP/1.1" 500 182102 WARNING 2025-09-10 16:12:02,674 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:12:02,674 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:12:04,944 basehttp 77782 12918534144 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35320 WARNING 2025-09-10 16:12:04,964 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:12:04,964 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:12:05,697 basehttp 77782 12918534144 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35320 WARNING 2025-09-10 16:12:05,707 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:12:05,707 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:12:05,728 basehttp 77782 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:12:07,785 basehttp 77782 12918534144 "GET /en/emr/encounters/create/?patient=51 HTTP/1.1" 200 55643 WARNING 2025-09-10 16:12:07,810 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:12:07,811 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:12:07,852 basehttp 77782 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-10 16:12:24,337 log 77782 12918534144 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_create' with no arguments not found. 1 pattern(s) tried: ['en/appointments/(?P[0-9]+)/requests/create/\\Z'] ERROR 2025-09-10 16:12:24,338 basehttp 77782 12918534144 "GET /en/ HTTP/1.1" 500 182231 WARNING 2025-09-10 16:12:24,358 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:12:24,358 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-10 16:13:38,831 log 77782 12918534144 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_create' with no arguments not found. 1 pattern(s) tried: ['en/appointments/(?P[0-9]+)/requests/create/\\Z'] ERROR 2025-09-10 16:13:38,832 basehttp 77782 12918534144 "GET /en/ HTTP/1.1" 500 182228 WARNING 2025-09-10 16:13:38,847 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:13:38,848 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-10 16:13:40,549 log 77782 12918534144 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_create' with no arguments not found. 1 pattern(s) tried: ['en/appointments/(?P[0-9]+)/requests/create/\\Z'] ERROR 2025-09-10 16:13:40,550 basehttp 77782 12918534144 "GET /en/ HTTP/1.1" 500 182228 WARNING 2025-09-10 16:13:40,566 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:13:40,566 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:14:08,943 basehttp 77782 12918534144 "GET /en/ HTTP/1.1" 200 47913 WARNING 2025-09-10 16:14:08,956 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:14:08,956 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:14:09,028 basehttp 77782 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:14:09,030 basehttp 77782 12935360512 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-10 16:14:09,031 basehttp 77782 6166278144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-10 16:14:09,033 basehttp 77782 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-10 16:14:15,435 basehttp 77782 12901707776 "GET /en/blood-bank HTTP/1.1" 301 0 INFO 2025-09-10 16:14:15,451 basehttp 77782 6166278144 "GET /en/blood-bank/ HTTP/1.1" 200 28354 INFO 2025-09-10 16:14:15,465 basehttp 77782 12935360512 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-10 16:14:15,465 basehttp 77782 12918534144 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-10 16:14:15,465 basehttp 77782 12952186880 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-10 16:14:15,466 basehttp 77782 12901707776 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 WARNING 2025-09-10 16:14:15,470 log 77782 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:14:15,470 basehttp 77782 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:14:15,470 basehttp 77782 12918534144 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-10 16:14:15,471 basehttp 77782 12901707776 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-10 16:14:15,527 basehttp 77782 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:15:15,714 autoreload 80231 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 16:15:17,963 basehttp 80231 6194311168 "GET /en/blood-bank/ HTTP/1.1" 200 118277 WARNING 2025-09-10 16:15:17,984 log 80231 6194311168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:15:17,984 basehttp 80231 6194311168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:15:18,041 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:15:31,766 basehttp 80231 6194311168 "GET /en/blood-bank/units/ HTTP/1.1" 200 89282 INFO 2025-09-10 16:15:31,783 basehttp 80231 6211137536 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 16:15:31,785 basehttp 80231 6227963904 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-10 16:15:31,787 log 80231 6194311168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:15:31,787 basehttp 80231 6194311168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:15:31,845 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:15:33,186 basehttp 80231 6194311168 "GET /en/blood-bank/units/create/ HTTP/1.1" 200 55737 WARNING 2025-09-10 16:15:33,206 log 80231 6194311168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:15:33,206 basehttp 80231 6194311168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:15:33,256 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 16:15:51,024 log 80231 6194311168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:15:51,024 basehttp 80231 6194311168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:15:51,036 log 80231 6194311168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:15:51,036 basehttp 80231 6194311168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:15:55,739 basehttp 80231 6194311168 "GET /en/blood-bank/units/92/test/ HTTP/1.1" 200 45097 WARNING 2025-09-10 16:15:55,758 log 80231 6194311168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:15:55,758 basehttp 80231 6194311168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:15:55,805 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:16:55,817 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:17:55,819 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:18:55,918 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 16:19:36,876 log 80231 6211137536 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 16:19:36,877 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 16:19:36,877 basehttp 80231 6211137536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:19:36,887 log 80231 6194311168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:19:36,887 basehttp 80231 6194311168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:19:38,018 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 16:19:38,045 log 80231 6211137536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:19:38,045 basehttp 80231 6211137536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:19:38,059 log 80231 6211137536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:19:38,059 basehttp 80231 6211137536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:19:38,587 log 80231 6244790272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:19:38,588 basehttp 80231 6244790272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:19:38,592 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:19:38,593 basehttp 80231 6227963904 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-10 16:19:38,593 basehttp 80231 6211137536 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-09-10 16:19:38,599 log 80231 6244790272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:19:38,599 basehttp 80231 6244790272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:19:39,841 log 80231 6211137536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:19:39,842 basehttp 80231 6211137536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:19:39,844 basehttp 80231 6244790272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 16:19:39,852 log 80231 6244790272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:19:39,852 basehttp 80231 6244790272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:19:40,768 basehttp 80231 6244790272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 16:19:40,770 log 80231 6211137536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:19:40,770 basehttp 80231 6211137536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:19:40,779 log 80231 6211137536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:19:40,779 basehttp 80231 6211137536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:19:42,145 basehttp 80231 6211137536 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42522 WARNING 2025-09-10 16:19:42,164 log 80231 6211137536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:19:42,164 basehttp 80231 6211137536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:19:42,211 basehttp 80231 6211137536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:20:18,275 basehttp 80231 6211137536 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42520 WARNING 2025-09-10 16:20:18,291 log 80231 6211137536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:20:18,291 basehttp 80231 6211137536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:20:18,336 basehttp 80231 6211137536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:20:23,506 basehttp 80231 6211137536 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42520 INFO 2025-09-10 16:20:23,516 basehttp 80231 6261616640 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 16:20:23,516 basehttp 80231 6194311168 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 16:20:23,519 basehttp 80231 6278443008 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 16:20:23,522 log 80231 6211137536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:20:23,523 basehttp 80231 6211137536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:20:23,528 basehttp 80231 6278443008 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 16:20:23,528 basehttp 80231 6244790272 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 16:20:23,529 basehttp 80231 6194311168 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 16:20:23,532 basehttp 80231 6211137536 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 16:20:23,533 basehttp 80231 6278443008 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 16:20:23,534 basehttp 80231 6244790272 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 16:20:23,535 basehttp 80231 6194311168 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 16:20:23,538 basehttp 80231 6278443008 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 16:20:23,539 basehttp 80231 6211137536 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 16:20:23,539 basehttp 80231 6227963904 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 16:20:23,539 basehttp 80231 6244790272 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 16:20:23,543 basehttp 80231 6278443008 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 16:20:23,544 basehttp 80231 6244790272 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 16:20:23,544 basehttp 80231 6227963904 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 16:20:23,544 basehttp 80231 6211137536 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 16:20:23,544 basehttp 80231 6261616640 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 16:20:23,545 basehttp 80231 6194311168 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 16:20:23,551 basehttp 80231 6194311168 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 16:20:23,551 basehttp 80231 6211137536 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 16:20:23,551 basehttp 80231 6227963904 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 16:20:23,551 basehttp 80231 6261616640 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 16:20:23,551 basehttp 80231 6278443008 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 16:20:23,555 basehttp 80231 6227963904 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 16:20:23,555 basehttp 80231 6244790272 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 16:20:23,556 basehttp 80231 6278443008 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 16:20:23,556 basehttp 80231 6227963904 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 16:20:23,558 basehttp 80231 6194311168 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 16:20:23,558 basehttp 80231 6211137536 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 16:20:24,668 basehttp 80231 6211137536 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 16:20:24,673 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 16:20:24,782 log 80231 6194311168 Not Found: /favicon.ico WARNING 2025-09-10 16:20:24,782 basehttp 80231 6194311168 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 16:21:24,686 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:22:24,691 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:23:24,694 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:24:24,693 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:24:35,575 basehttp 80231 6194311168 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42589 WARNING 2025-09-10 16:24:35,587 log 80231 6194311168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:24:35,587 basehttp 80231 6194311168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:24:35,649 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:24:52,867 basehttp 80231 6194311168 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42590 WARNING 2025-09-10 16:24:52,883 log 80231 6194311168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:24:52,883 basehttp 80231 6194311168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:24:52,944 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:25:52,933 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:26:52,936 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:27:27,354 basehttp 80231 6194311168 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42570 INFO 2025-09-10 16:27:27,366 basehttp 80231 6261616640 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 16:27:27,367 basehttp 80231 6244790272 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 16:27:27,367 basehttp 80231 6278443008 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 16:27:27,375 log 80231 6194311168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:27:27,376 basehttp 80231 6194311168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:27:27,377 basehttp 80231 6211137536 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 16:27:27,379 basehttp 80231 6244790272 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 16:27:27,382 basehttp 80231 6278443008 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 16:27:27,382 basehttp 80231 6211137536 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 16:27:27,382 basehttp 80231 6194311168 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 16:27:27,384 basehttp 80231 6244790272 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 16:27:27,386 basehttp 80231 6278443008 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 16:27:27,387 basehttp 80231 6211137536 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 16:27:27,387 basehttp 80231 6227963904 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 16:27:27,387 basehttp 80231 6244790272 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 16:27:27,391 basehttp 80231 6211137536 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 16:27:27,392 basehttp 80231 6227963904 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 16:27:27,392 basehttp 80231 6244790272 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 16:27:27,393 basehttp 80231 6278443008 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 16:27:27,393 basehttp 80231 6194311168 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 16:27:27,395 basehttp 80231 6227963904 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 16:27:27,395 basehttp 80231 6278443008 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 16:27:27,396 basehttp 80231 6194311168 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 16:27:27,396 basehttp 80231 6244790272 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 16:27:27,399 basehttp 80231 6227963904 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 16:27:27,400 basehttp 80231 6244790272 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 16:27:27,401 basehttp 80231 6194311168 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 16:27:27,402 basehttp 80231 6278443008 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 16:27:27,402 basehttp 80231 6211137536 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 16:27:27,406 basehttp 80231 6261616640 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 16:27:27,406 basehttp 80231 6227963904 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 16:27:27,406 basehttp 80231 6244790272 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 16:27:27,407 basehttp 80231 6194311168 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 16:27:28,464 basehttp 80231 6194311168 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 16:27:28,487 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 16:27:28,550 log 80231 6194311168 Not Found: /favicon.ico WARNING 2025-09-10 16:27:28,550 basehttp 80231 6194311168 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 16:28:28,489 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:29:24,580 autoreload 80231 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 16:29:25,121 autoreload 86473 8682856640 Watching for file changes with StatReloader WARNING 2025-09-10 16:29:26,086 log 86473 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:29:26,086 basehttp 86473 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:29:26,096 log 86473 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:29:26,097 basehttp 86473 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:29:26,786 basehttp 86473 13052751872 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40655 WARNING 2025-09-10 16:29:26,803 log 86473 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:29:26,803 basehttp 86473 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:29:26,873 basehttp 86473 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:29:53,825 basehttp 86473 13052751872 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40166 WARNING 2025-09-10 16:29:53,837 log 86473 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:29:53,838 basehttp 86473 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:29:53,880 basehttp 86473 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:30:53,894 basehttp 86473 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:31:14,192 basehttp 86473 13052751872 "POST /en/appointments/51/requests/create/ HTTP/1.1" 200 40174 WARNING 2025-09-10 16:31:14,209 log 86473 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:31:14,209 basehttp 86473 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:31:14,252 basehttp 86473 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:31:30,257 basehttp 86473 13052751872 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40166 WARNING 2025-09-10 16:31:30,272 log 86473 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:31:30,273 basehttp 86473 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:31:31,496 basehttp 86473 13052751872 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35320 WARNING 2025-09-10 16:31:31,511 log 86473 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:31:31,511 basehttp 86473 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:31:32,173 basehttp 86473 13052751872 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35320 WARNING 2025-09-10 16:31:32,187 log 86473 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:31:32,188 basehttp 86473 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:31:32,234 basehttp 86473 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:31:45,265 basehttp 86473 13052751872 "GET /en/appointments/ HTTP/1.1" 200 43100 WARNING 2025-09-10 16:31:45,278 log 86473 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:31:45,278 basehttp 86473 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:31:45,298 basehttp 86473 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:31:45,327 basehttp 86473 13069578240 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 ERROR 2025-09-10 16:32:06,810 log 86473 13069578240 Internal Server Error: /en/appointments/requests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: appointments/appointment_request_list.html, appointments/appointmentrequest_list.html ERROR 2025-09-10 16:32:06,811 basehttp 86473 13069578240 "GET /en/appointments/requests/ HTTP/1.1" 500 105304 WARNING 2025-09-10 16:32:06,828 log 86473 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:32:06,829 basehttp 86473 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:32:28,069 autoreload 86473 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 16:32:28,435 autoreload 87803 8682856640 Watching for file changes with StatReloader ERROR 2025-09-10 16:32:28,945 log 87803 6196228096 Internal Server Error: /en/appointments/requests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_request_create' not found. 'appointment_request_create' is not a valid view function or pattern name. ERROR 2025-09-10 16:32:28,947 basehttp 87803 6196228096 "GET /en/appointments/requests/ HTTP/1.1" 500 205742 WARNING 2025-09-10 16:32:28,965 log 87803 6196228096 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:32:28,965 basehttp 87803 6196228096 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:33:06,196 autoreload 87803 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 16:33:06,557 autoreload 88119 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 16:33:07,582 basehttp 88119 6341865472 "GET /en/appointments/requests/ HTTP/1.1" 200 153461 WARNING 2025-09-10 16:33:07,595 log 88119 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:33:07,595 basehttp 88119 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:33:07,692 basehttp 88119 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:33:09,236 basehttp 88119 6341865472 "GET /en/appointments/requests/ HTTP/1.1" 200 153461 WARNING 2025-09-10 16:33:09,253 log 88119 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:33:09,253 basehttp 88119 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:33:09,306 basehttp 88119 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:33:22,607 basehttp 88119 6341865472 "GET /en/appointments/requests/?page=86 HTTP/1.1" 200 72418 WARNING 2025-09-10 16:33:22,630 log 88119 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:33:22,630 basehttp 88119 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:33:22,659 basehttp 88119 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:33:36,271 basehttp 88119 6341865472 "GET /en/appointments/requests/?page=1 HTTP/1.1" 200 153461 WARNING 2025-09-10 16:33:36,288 log 88119 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:33:36,288 basehttp 88119 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:33:36,342 basehttp 88119 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:34:36,708 basehttp 88119 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:35:37,727 basehttp 88119 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:36:38,715 basehttp 88119 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:37:39,721 basehttp 88119 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:38:40,716 basehttp 88119 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 16:39:29,975 log 88119 6341865472 Not Found: /en/appointments/check-in/2110/ WARNING 2025-09-10 16:39:29,975 basehttp 88119 6341865472 "GET /en/appointments/check-in/2110/ HTTP/1.1" 404 28223 WARNING 2025-09-10 16:39:29,994 log 88119 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:39:29,994 basehttp 88119 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:40:03,094 log 88119 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:40:03,094 basehttp 88119 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:40:03,095 basehttp 88119 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 16:40:03,100 log 88119 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:40:03,100 basehttp 88119 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:41:03,099 basehttp 88119 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:42:03,102 basehttp 88119 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:43:03,110 basehttp 88119 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:43:19,179 autoreload 88119 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 16:43:19,653 autoreload 92610 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 16:43:22,788 basehttp 92610 6193377280 "GET /en/appointments/slots/available/ HTTP/1.1" 200 450 WARNING 2025-09-10 16:43:22,809 log 92610 6193377280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:43:22,809 basehttp 92610 6193377280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:44:34,969 autoreload 92610 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-10 16:44:35,336 autoreload 93158 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 16:44:35,837 basehttp 93158 6341865472 "GET /en/appointments/slots/available/ HTTP/1.1" 200 16749 WARNING 2025-09-10 16:44:35,851 log 93158 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:44:35,851 basehttp 93158 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:48:43,189 log 93158 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:48:43,190 basehttp 93158 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:48:43,272 basehttp 93158 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 16:48:43,274 log 93158 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:48:43,274 basehttp 93158 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:49:03,878 log 93158 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:49:03,878 basehttp 93158 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:49:04,527 log 93158 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:49:04,527 basehttp 93158 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:49:05,201 log 93158 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:49:05,202 basehttp 93158 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:49:06,317 log 93158 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:49:06,317 basehttp 93158 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:49:08,590 basehttp 93158 6358691840 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35320 WARNING 2025-09-10 16:49:08,604 log 93158 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:49:08,604 basehttp 93158 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:49:08,650 basehttp 93158 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:49:09,500 basehttp 93158 6358691840 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40166 WARNING 2025-09-10 16:49:09,519 log 93158 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:49:09,520 basehttp 93158 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:49:09,564 basehttp 93158 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:50:09,577 basehttp 93158 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:51:09,574 basehttp 93158 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:52:09,584 basehttp 93158 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:53:09,580 basehttp 93158 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:54:09,590 basehttp 93158 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:55:09,594 basehttp 93158 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:56:09,588 basehttp 93158 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:57:09,595 basehttp 93158 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:58:09,605 basehttp 93158 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:59:09,602 basehttp 93158 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:59:12,566 autoreload 93158 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-10 16:59:12,953 autoreload 99535 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 17:00:09,655 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:01:09,610 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:02:09,614 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:03:09,619 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:04:09,617 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:05:09,626 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:06:09,628 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:07:09,631 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:08:09,630 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:08:30,470 basehttp 99535 13170143232 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40238 WARNING 2025-09-10 17:08:30,485 log 99535 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:08:30,485 basehttp 99535 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:08:30,531 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:09:30,545 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:10:06,954 basehttp 99535 13170143232 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 39497 WARNING 2025-09-10 17:10:06,970 log 99535 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:10:06,970 basehttp 99535 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:10:07,014 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:10:14,222 basehttp 99535 13170143232 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 39497 INFO 2025-09-10 17:10:14,236 basehttp 99535 13220622336 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 17:10:14,239 basehttp 99535 13254275072 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 17:10:14,240 basehttp 99535 13237448704 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-10 17:10:14,242 log 99535 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:10:14,242 basehttp 99535 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:10:14,246 basehttp 99535 13170143232 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 17:10:14,246 basehttp 99535 13186969600 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 17:10:14,247 basehttp 99535 13254275072 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 17:10:14,251 basehttp 99535 13237448704 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 17:10:14,252 basehttp 99535 13203795968 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 17:10:14,254 basehttp 99535 13170143232 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 17:10:14,255 basehttp 99535 13186969600 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 17:10:14,256 basehttp 99535 13254275072 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 17:10:14,257 basehttp 99535 13237448704 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 17:10:14,258 basehttp 99535 13220622336 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 17:10:14,259 basehttp 99535 13170143232 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 17:10:14,259 basehttp 99535 13237448704 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 17:10:14,259 basehttp 99535 13186969600 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 17:10:14,261 basehttp 99535 13254275072 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 17:10:14,263 basehttp 99535 13170143232 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 17:10:14,263 basehttp 99535 13237448704 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 17:10:14,263 basehttp 99535 13220622336 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 17:10:14,263 basehttp 99535 13186969600 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 17:10:14,263 basehttp 99535 13254275072 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 17:10:14,265 basehttp 99535 13220622336 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 17:10:14,265 basehttp 99535 13203795968 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 17:10:14,267 basehttp 99535 13237448704 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 17:10:14,268 basehttp 99535 13170143232 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 17:10:14,268 basehttp 99535 13220622336 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 17:10:14,268 basehttp 99535 13254275072 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 17:10:14,268 basehttp 99535 13186969600 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 17:10:14,268 basehttp 99535 13203795968 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 17:10:14,460 basehttp 99535 13186969600 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 17:10:14,485 basehttp 99535 13186969600 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 17:10:14,498 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 17:10:15,126 log 99535 13186969600 Not Found: /favicon.ico WARNING 2025-09-10 17:10:15,126 basehttp 99535 13186969600 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 17:11:14,510 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:12:14,501 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:13:14,515 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:13:56,837 basehttp 99535 13186969600 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 39393 WARNING 2025-09-10 17:13:56,854 log 99535 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:13:56,854 basehttp 99535 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:13:56,924 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:14:56,926 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:15:56,939 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:16:56,935 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:17:56,949 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:18:56,850 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:19:56,852 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:20:56,855 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:21:56,857 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:22:56,857 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:23:32,151 basehttp 99535 13170143232 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 35900 WARNING 2025-09-10 17:23:32,161 log 99535 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:23:32,161 basehttp 99535 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:23:32,205 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:23:57,963 basehttp 99535 13170143232 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 36010 WARNING 2025-09-10 17:23:57,978 log 99535 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:23:57,978 basehttp 99535 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:23:58,022 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:24:02,969 basehttp 99535 13170143232 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 36010 INFO 2025-09-10 17:24:02,980 basehttp 99535 13220622336 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 17:24:02,981 basehttp 99535 13203795968 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 17:24:02,983 basehttp 99535 13237448704 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 17:24:02,989 basehttp 99535 13170143232 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 17:24:02,989 basehttp 99535 13203795968 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-10 17:24:02,992 log 99535 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 17:24:02,993 basehttp 99535 13237448704 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-10 17:24:02,994 basehttp 99535 13254275072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:24:02,996 basehttp 99535 13203795968 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 17:24:02,998 basehttp 99535 13237448704 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 17:24:02,998 basehttp 99535 13170143232 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 17:24:03,000 basehttp 99535 13203795968 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 17:24:03,000 basehttp 99535 13170143232 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 17:24:03,001 basehttp 99535 13254275072 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 17:24:03,003 basehttp 99535 13203795968 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 17:24:03,004 basehttp 99535 13254275072 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 17:24:03,004 basehttp 99535 13170143232 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 17:24:03,004 basehttp 99535 13237448704 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 17:24:03,007 basehttp 99535 13186969600 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 17:24:03,008 basehttp 99535 13203795968 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 17:24:03,008 basehttp 99535 13170143232 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 17:24:03,008 basehttp 99535 13254275072 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 17:24:03,008 basehttp 99535 13237448704 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 17:24:03,009 basehttp 99535 13220622336 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 17:24:03,009 basehttp 99535 13186969600 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 17:24:03,013 basehttp 99535 13170143232 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 17:24:03,013 basehttp 99535 13186969600 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 17:24:03,013 basehttp 99535 13254275072 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 17:24:03,014 basehttp 99535 13237448704 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 17:24:03,014 basehttp 99535 13203795968 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 17:24:03,014 basehttp 99535 13220622336 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 17:24:03,016 basehttp 99535 13220622336 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 17:24:03,231 basehttp 99535 13220622336 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 17:24:04,118 basehttp 99535 13220622336 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 17:24:04,127 basehttp 99535 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 17:24:04,215 log 99535 13237448704 Not Found: /favicon.ico WARNING 2025-09-10 17:24:04,216 basehttp 99535 13237448704 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 17:24:05,517 basehttp 99535 13237448704 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 36010 WARNING 2025-09-10 17:24:05,532 log 99535 13237448704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:24:05,533 basehttp 99535 13237448704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:24:05,600 basehttp 99535 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:25:05,608 basehttp 99535 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:26:05,606 basehttp 99535 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:26:19,999 basehttp 99535 13237448704 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 34359 WARNING 2025-09-10 17:26:20,019 log 99535 13237448704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:26:20,019 basehttp 99535 13237448704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:26:20,050 basehttp 99535 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:26:26,559 basehttp 99535 13237448704 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 34359 INFO 2025-09-10 17:26:26,570 basehttp 99535 13170143232 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 17:26:26,572 basehttp 99535 13254275072 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 17:26:26,574 basehttp 99535 13186969600 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 17:26:26,578 basehttp 99535 13237448704 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 17:26:26,579 basehttp 99535 13186969600 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 17:26:26,581 basehttp 99535 13254275072 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 17:26:26,584 basehttp 99535 13186969600 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 17:26:26,584 basehttp 99535 13237448704 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 17:26:26,585 basehttp 99535 13254275072 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 WARNING 2025-09-10 17:26:26,588 log 99535 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:26:26,589 basehttp 99535 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:26:26,589 basehttp 99535 13186969600 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 17:26:26,589 basehttp 99535 13254275072 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 17:26:26,592 basehttp 99535 13186969600 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 17:26:26,592 basehttp 99535 13254275072 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 17:26:26,592 basehttp 99535 13237448704 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 17:26:26,592 basehttp 99535 13170143232 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 17:26:26,598 basehttp 99535 13186969600 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 17:26:26,598 basehttp 99535 13220622336 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 17:26:26,598 basehttp 99535 13170143232 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 17:26:26,599 basehttp 99535 13237448704 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 17:26:26,599 basehttp 99535 13254275072 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 17:26:26,600 basehttp 99535 13220622336 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 17:26:26,601 basehttp 99535 13237448704 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 17:26:26,602 basehttp 99535 13186969600 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 17:26:26,602 basehttp 99535 13254275072 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 17:26:26,603 basehttp 99535 13170143232 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 17:26:26,604 basehttp 99535 13220622336 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 17:26:26,604 basehttp 99535 13186969600 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 17:26:26,604 basehttp 99535 13237448704 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 17:26:26,605 basehttp 99535 13254275072 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 17:26:26,605 basehttp 99535 13170143232 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 17:26:26,605 basehttp 99535 13203795968 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 17:26:27,657 basehttp 99535 13170143232 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 17:26:27,667 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 17:26:27,760 log 99535 13170143232 Not Found: /favicon.ico WARNING 2025-09-10 17:26:27,760 basehttp 99535 13170143232 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 17:26:31,016 basehttp 99535 13170143232 "GET /en/appointments/slots/available/?provider=5 HTTP/1.1" 200 160 INFO 2025-09-10 17:26:34,997 basehttp 99535 13170143232 "GET /en/appointments/slots/available/?provider=5 HTTP/1.1" 200 160 INFO 2025-09-10 17:27:27,670 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:27:51,538 basehttp 99535 13170143232 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 34432 WARNING 2025-09-10 17:27:51,550 log 99535 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:27:51,550 basehttp 99535 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:27:51,609 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:28:51,609 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:28:55,493 basehttp 99535 13170143232 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40655 WARNING 2025-09-10 17:28:55,506 log 99535 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:28:55,506 basehttp 99535 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:28:55,545 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:29:55,557 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:30:55,560 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:31:55,567 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:32:55,563 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:33:55,682 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:34:55,687 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:35:55,691 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:36:55,694 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:37:55,694 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:38:55,701 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:39:48,175 basehttp 99535 13170143232 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38910 WARNING 2025-09-10 17:39:48,187 log 99535 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:39:48,187 basehttp 99535 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:39:48,225 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:40:48,235 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:41:48,243 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:42:48,248 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:43:48,249 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:44:24,731 basehttp 99535 13170143232 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 36176 INFO 2025-09-10 17:44:24,741 basehttp 99535 13186969600 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 17:44:24,744 basehttp 99535 13254275072 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 17:44:24,745 basehttp 99535 13220622336 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 17:44:24,749 basehttp 99535 13237448704 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 17:44:24,752 log 99535 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 17:44:24,753 basehttp 99535 13220622336 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-10 17:44:24,754 basehttp 99535 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:44:24,755 basehttp 99535 13254275072 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 17:44:24,756 basehttp 99535 13237448704 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 17:44:24,757 basehttp 99535 13220622336 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 17:44:24,757 basehttp 99535 13170143232 - Broken pipe from ('127.0.0.1', 56976) INFO 2025-09-10 17:44:24,758 basehttp 99535 13254275072 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 17:44:24,759 basehttp 99535 13220622336 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 17:44:24,759 basehttp 99535 13237448704 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 17:44:24,761 basehttp 99535 13271101440 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 17:44:24,763 basehttp 99535 13237448704 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 17:44:24,763 basehttp 99535 13271101440 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 17:44:24,764 basehttp 99535 13220622336 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 17:44:24,766 basehttp 99535 13254275072 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 17:44:24,767 basehttp 99535 13271101440 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 17:44:24,767 basehttp 99535 13220622336 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 17:44:24,767 basehttp 99535 13237448704 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 17:44:24,767 basehttp 99535 13254275072 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 17:44:24,770 basehttp 99535 13254275072 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 17:44:24,772 basehttp 99535 13271101440 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 17:44:24,772 basehttp 99535 13237448704 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 17:44:24,772 basehttp 99535 13220622336 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 17:44:24,774 basehttp 99535 13254275072 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 17:44:24,774 basehttp 99535 13271101440 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 17:44:24,774 basehttp 99535 13237448704 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 17:44:24,776 basehttp 99535 13203795968 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 17:44:24,776 basehttp 99535 13220622336 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 17:44:24,777 basehttp 99535 13254275072 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 17:44:24,777 basehttp 99535 13186969600 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 17:44:25,655 basehttp 99535 13186969600 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 17:44:25,663 basehttp 99535 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 17:44:25,949 log 99535 13254275072 Not Found: /favicon.ico WARNING 2025-09-10 17:44:25,949 basehttp 99535 13254275072 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 17:45:25,672 basehttp 99535 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:46:25,679 basehttp 99535 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:47:25,683 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:48:25,682 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:48:57,620 basehttp 99535 13170143232 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 36167 WARNING 2025-09-10 17:48:57,632 log 99535 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:48:57,632 basehttp 99535 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:48:57,692 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:49:02,984 basehttp 99535 13170143232 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 36167 INFO 2025-09-10 17:49:02,992 basehttp 99535 13186969600 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 17:49:02,997 basehttp 99535 13254275072 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 17:49:02,997 basehttp 99535 13220622336 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 17:49:02,999 basehttp 99535 13237448704 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 17:49:03,002 log 99535 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:49:03,003 basehttp 99535 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:49:03,005 basehttp 99535 13220622336 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 17:49:03,005 basehttp 99535 13254275072 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 17:49:03,011 basehttp 99535 13254275072 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 17:49:03,011 basehttp 99535 13237448704 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 17:49:03,011 basehttp 99535 13170143232 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 17:49:03,012 basehttp 99535 13220622336 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 17:49:03,015 basehttp 99535 13254275072 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 17:49:03,016 basehttp 99535 13220622336 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 17:49:03,016 basehttp 99535 13237448704 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 17:49:03,018 basehttp 99535 13170143232 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 17:49:03,019 basehttp 99535 13254275072 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 17:49:03,020 basehttp 99535 13220622336 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 17:49:03,020 basehttp 99535 13237448704 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 17:49:03,022 basehttp 99535 13170143232 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 17:49:03,023 basehttp 99535 13220622336 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 17:49:03,023 basehttp 99535 13254275072 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 17:49:03,024 basehttp 99535 13237448704 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 17:49:03,025 basehttp 99535 13170143232 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 17:49:03,026 basehttp 99535 13254275072 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 17:49:03,026 basehttp 99535 13220622336 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 17:49:03,027 basehttp 99535 13237448704 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 17:49:03,029 basehttp 99535 13170143232 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 17:49:03,029 basehttp 99535 13254275072 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 17:49:03,030 basehttp 99535 13220622336 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 17:49:03,030 basehttp 99535 13237448704 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 17:49:03,031 basehttp 99535 13203795968 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 17:49:03,031 basehttp 99535 13186969600 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 17:49:04,058 basehttp 99535 13186969600 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 17:49:04,077 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 17:49:04,298 log 99535 13186969600 Not Found: /favicon.ico WARNING 2025-09-10 17:49:04,299 basehttp 99535 13186969600 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 17:50:04,074 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:51:04,089 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:52:04,090 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:52:31,443 basehttp 99535 13186969600 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 36148 WARNING 2025-09-10 17:52:31,454 log 99535 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:52:31,454 basehttp 99535 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:52:31,516 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:52:43,685 basehttp 99535 13186969600 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 36148 INFO 2025-09-10 17:52:43,696 basehttp 99535 13220622336 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 17:52:43,698 basehttp 99535 13254275072 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 17:52:43,700 basehttp 99535 13170143232 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 17:52:43,706 log 99535 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:52:43,707 basehttp 99535 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:52:43,707 basehttp 99535 13186969600 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 17:52:43,709 basehttp 99535 13170143232 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 17:52:43,710 basehttp 99535 13254275072 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 17:52:43,712 basehttp 99535 13186969600 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 17:52:43,713 basehttp 99535 13203795968 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 17:52:43,713 basehttp 99535 13254275072 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 17:52:43,714 basehttp 99535 13170143232 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 17:52:43,716 basehttp 99535 13254275072 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 17:52:43,716 basehttp 99535 13186969600 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 17:52:43,718 basehttp 99535 13170143232 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 17:52:43,718 basehttp 99535 13203795968 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 17:52:43,719 basehttp 99535 13254275072 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 17:52:43,720 basehttp 99535 13186969600 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 17:52:43,722 basehttp 99535 13203795968 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 17:52:43,722 basehttp 99535 13254275072 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 17:52:43,723 basehttp 99535 13186969600 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 17:52:43,723 basehttp 99535 13170143232 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 17:52:43,724 basehttp 99535 13203795968 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 17:52:43,725 basehttp 99535 13186969600 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 17:52:43,726 basehttp 99535 13254275072 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 17:52:43,726 basehttp 99535 13170143232 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 17:52:43,727 basehttp 99535 13203795968 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 17:52:43,728 basehttp 99535 13186969600 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 17:52:43,729 basehttp 99535 13254275072 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 17:52:43,729 basehttp 99535 13170143232 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 17:52:43,730 basehttp 99535 13237448704 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 17:52:43,731 basehttp 99535 13220622336 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 17:52:44,259 basehttp 99535 13220622336 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 17:52:44,842 basehttp 99535 13220622336 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 17:52:44,849 basehttp 99535 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 17:52:44,934 log 99535 13237448704 Not Found: /favicon.ico WARNING 2025-09-10 17:52:44,935 basehttp 99535 13237448704 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 17:53:44,864 basehttp 99535 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:54:08,935 basehttp 99535 13237448704 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35320 WARNING 2025-09-10 17:54:08,951 log 99535 13237448704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:54:08,951 basehttp 99535 13237448704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:54:10,919 basehttp 99535 13237448704 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 36148 WARNING 2025-09-10 17:54:10,935 log 99535 13237448704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:54:10,936 basehttp 99535 13237448704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:54:10,985 basehttp 99535 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:55:10,992 basehttp 99535 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:55:54,615 basehttp 99535 13237448704 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 36148 INFO 2025-09-10 17:55:54,626 basehttp 99535 13186969600 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 17:55:54,628 basehttp 99535 13254275072 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 17:55:54,629 basehttp 99535 13203795968 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 17:55:54,637 log 99535 13237448704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:55:54,637 basehttp 99535 13237448704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:55:54,638 basehttp 99535 13203795968 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 17:55:54,638 basehttp 99535 13220622336 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 17:55:54,640 basehttp 99535 13254275072 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 17:55:54,643 basehttp 99535 13220622336 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 17:55:54,643 basehttp 99535 13203795968 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 17:55:54,643 basehttp 99535 13237448704 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 17:55:54,646 basehttp 99535 13220622336 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 17:55:54,646 basehttp 99535 13203795968 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 17:55:54,646 basehttp 99535 13254275072 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 17:55:54,649 basehttp 99535 13203795968 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 17:55:54,650 basehttp 99535 13237448704 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 17:55:54,650 basehttp 99535 13254275072 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 17:55:54,651 basehttp 99535 13220622336 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 17:55:54,652 basehttp 99535 13203795968 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 17:55:54,653 basehttp 99535 13237448704 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 17:55:54,653 basehttp 99535 13254275072 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 17:55:54,654 basehttp 99535 13220622336 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 17:55:54,656 basehttp 99535 13203795968 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 17:55:54,656 basehttp 99535 13237448704 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 17:55:54,657 basehttp 99535 13254275072 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 17:55:54,658 basehttp 99535 13220622336 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 17:55:54,659 basehttp 99535 13203795968 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 17:55:54,660 basehttp 99535 13237448704 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 17:55:54,660 basehttp 99535 13254275072 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 17:55:54,660 basehttp 99535 13220622336 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 17:55:54,661 basehttp 99535 13170143232 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 17:55:54,663 basehttp 99535 13186969600 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 17:55:55,140 basehttp 99535 13186969600 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 17:55:55,159 basehttp 99535 13186969600 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 17:55:55,174 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 17:55:55,424 log 99535 13186969600 Not Found: /favicon.ico WARNING 2025-09-10 17:55:55,424 basehttp 99535 13186969600 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 17:56:28,345 basehttp 99535 13186969600 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 36130 WARNING 2025-09-10 17:56:28,361 log 99535 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:56:28,361 basehttp 99535 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:56:28,420 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:57:27,089 basehttp 99535 13186969600 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40665 WARNING 2025-09-10 17:57:27,109 log 99535 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:57:27,109 basehttp 99535 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:57:27,146 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:57:49,757 basehttp 99535 13186969600 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40665 INFO 2025-09-10 17:57:49,766 basehttp 99535 13254275072 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 17:57:49,768 basehttp 99535 13237448704 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 17:57:49,769 basehttp 99535 13203795968 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 17:57:49,774 basehttp 99535 13186969600 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 17:57:49,775 basehttp 99535 13237448704 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 17:57:49,778 basehttp 99535 13203795968 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 17:57:49,779 basehttp 99535 13186969600 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 17:57:49,781 basehttp 99535 13237448704 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 WARNING 2025-09-10 17:57:49,783 log 99535 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 17:57:49,784 basehttp 99535 13203795968 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 WARNING 2025-09-10 17:57:49,784 basehttp 99535 13254275072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:57:49,786 basehttp 99535 13203795968 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 17:57:49,786 basehttp 99535 13237448704 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 17:57:49,789 basehttp 99535 13186969600 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 17:57:49,789 basehttp 99535 13203795968 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 17:57:49,791 basehttp 99535 13237448704 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 17:57:49,791 basehttp 99535 13254275072 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 17:57:49,793 basehttp 99535 13203795968 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 17:57:49,793 basehttp 99535 13186969600 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 17:57:49,795 basehttp 99535 13254275072 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 17:57:49,795 basehttp 99535 13186969600 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 17:57:49,796 basehttp 99535 13237448704 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 17:57:49,796 basehttp 99535 13203795968 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 17:57:49,798 basehttp 99535 13203795968 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 17:57:49,798 basehttp 99535 13254275072 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 17:57:49,799 basehttp 99535 13186969600 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 17:57:49,799 basehttp 99535 13237448704 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 17:57:49,801 basehttp 99535 13203795968 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 17:57:49,802 basehttp 99535 13237448704 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 17:57:49,802 basehttp 99535 13186969600 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 17:57:49,802 basehttp 99535 13254275072 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 17:57:49,804 basehttp 99535 13170143232 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 17:57:49,804 basehttp 99535 13220622336 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 17:57:50,309 basehttp 99535 13220622336 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 17:57:50,315 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 17:57:50,396 log 99535 13170143232 Not Found: /favicon.ico WARNING 2025-09-10 17:57:50,396 basehttp 99535 13170143232 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 17:58:26,589 basehttp 99535 13170143232 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40590 INFO 2025-09-10 17:58:26,597 basehttp 99535 13237448704 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 17:58:26,599 basehttp 99535 13203795968 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 17:58:26,600 basehttp 99535 13186969600 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-09-10 17:58:26,606 log 99535 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 17:58:26,606 basehttp 99535 13170143232 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 17:58:26,606 basehttp 99535 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:58:26,608 basehttp 99535 13186969600 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 17:58:26,609 basehttp 99535 13203795968 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 17:58:26,611 basehttp 99535 13170143232 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 17:58:26,612 basehttp 99535 13186969600 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 17:58:26,613 basehttp 99535 13220622336 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 17:58:26,614 basehttp 99535 13170143232 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 17:58:26,614 basehttp 99535 13203795968 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 17:58:26,616 basehttp 99535 13220622336 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 17:58:26,616 basehttp 99535 13170143232 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 17:58:26,617 basehttp 99535 13203795968 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 17:58:26,617 basehttp 99535 13186969600 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 17:58:26,620 basehttp 99535 13203795968 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 17:58:26,620 basehttp 99535 13170143232 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 17:58:26,622 basehttp 99535 13186969600 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 17:58:26,624 basehttp 99535 13170143232 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 17:58:26,624 basehttp 99535 13203795968 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 17:58:26,624 basehttp 99535 13220622336 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 17:58:26,626 basehttp 99535 13186969600 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 17:58:26,627 basehttp 99535 13170143232 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 17:58:26,627 basehttp 99535 13203795968 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 17:58:26,628 basehttp 99535 13220622336 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 17:58:26,630 basehttp 99535 13203795968 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 17:58:26,630 basehttp 99535 13186969600 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 17:58:26,630 basehttp 99535 13170143232 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 17:58:26,631 basehttp 99535 13220622336 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 17:58:26,631 basehttp 99535 13254275072 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 17:58:26,631 basehttp 99535 13237448704 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 17:58:27,138 basehttp 99535 13203795968 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 17:58:27,146 basehttp 99535 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 17:58:27,443 log 99535 13237448704 Not Found: /favicon.ico WARNING 2025-09-10 17:58:27,444 basehttp 99535 13237448704 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 17:59:27,145 basehttp 99535 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:59:59,434 basehttp 99535 13237448704 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40674 INFO 2025-09-10 17:59:59,442 basehttp 99535 13237448704 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 17:59:59,446 basehttp 99535 13254275072 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 17:59:59,446 basehttp 99535 13237448704 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 17:59:59,449 basehttp 99535 13220622336 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 17:59:59,452 basehttp 99535 13186969600 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 17:59:59,452 basehttp 99535 13254275072 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-10 17:59:59,460 log 99535 13237448704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:59:59,461 basehttp 99535 13237448704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:59:59,463 basehttp 99535 13220622336 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 17:59:59,463 basehttp 99535 13186969600 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 17:59:59,463 basehttp 99535 13254275072 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 17:59:59,465 basehttp 99535 13203795968 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 17:59:59,466 basehttp 99535 13220622336 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 17:59:59,467 basehttp 99535 13186969600 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 17:59:59,468 basehttp 99535 13203795968 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 17:59:59,469 basehttp 99535 13254275072 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 17:59:59,469 basehttp 99535 13220622336 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 17:59:59,470 basehttp 99535 13186969600 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 17:59:59,470 basehttp 99535 13170143232 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 17:59:59,471 basehttp 99535 13237448704 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 17:59:59,471 basehttp 99535 13203795968 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 17:59:59,473 basehttp 99535 13220622336 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 17:59:59,473 basehttp 99535 13186969600 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 17:59:59,473 basehttp 99535 13254275072 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 17:59:59,475 basehttp 99535 13170143232 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 17:59:59,476 basehttp 99535 13237448704 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 17:59:59,476 basehttp 99535 13220622336 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 17:59:59,476 basehttp 99535 13203795968 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 17:59:59,477 basehttp 99535 13186969600 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 17:59:59,477 basehttp 99535 13254275072 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 17:59:59,478 basehttp 99535 13170143232 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 17:59:59,478 basehttp 99535 13237448704 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 17:59:59,478 basehttp 99535 13220622336 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 17:59:59,970 basehttp 99535 13237448704 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 17:59:59,989 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 18:00:00,055 log 99535 13170143232 Not Found: /favicon.ico WARNING 2025-09-10 18:00:00,056 basehttp 99535 13170143232 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 18:00:06,527 basehttp 99535 13170143232 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40674 INFO 2025-09-10 18:00:06,537 basehttp 99535 13254275072 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 18:00:06,537 basehttp 99535 13186969600 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 18:00:06,539 basehttp 99535 13203795968 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 18:00:06,544 log 99535 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:00:06,545 basehttp 99535 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:00:06,547 basehttp 99535 13186969600 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 18:00:06,548 basehttp 99535 13237448704 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 18:00:06,549 basehttp 99535 13203795968 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 18:00:06,550 basehttp 99535 13186969600 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 18:00:06,551 basehttp 99535 13237448704 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 18:00:06,551 basehttp 99535 13170143232 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 18:00:06,552 basehttp 99535 13203795968 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 18:00:06,555 basehttp 99535 13186969600 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 18:00:06,555 basehttp 99535 13203795968 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 18:00:06,555 basehttp 99535 13170143232 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 18:00:06,558 basehttp 99535 13186969600 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 18:00:06,558 basehttp 99535 13237448704 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 18:00:06,560 basehttp 99535 13203795968 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 18:00:06,561 basehttp 99535 13170143232 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 18:00:06,562 basehttp 99535 13186969600 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 18:00:06,563 basehttp 99535 13237448704 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 18:00:06,564 basehttp 99535 13203795968 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 18:00:06,565 basehttp 99535 13186969600 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 18:00:06,565 basehttp 99535 13170143232 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 18:00:06,565 basehttp 99535 13237448704 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 18:00:06,566 basehttp 99535 13203795968 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 18:00:06,570 basehttp 99535 13237448704 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 18:00:06,570 basehttp 99535 13203795968 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 18:00:06,570 basehttp 99535 13186969600 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 18:00:06,573 basehttp 99535 13203795968 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 18:00:06,574 basehttp 99535 13170143232 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 18:00:06,575 basehttp 99535 13220622336 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 18:00:06,576 basehttp 99535 13254275072 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 18:00:07,063 basehttp 99535 13254275072 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 18:00:07,087 basehttp 99535 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 18:00:07,153 log 99535 13254275072 Not Found: /favicon.ico WARNING 2025-09-10 18:00:07,154 basehttp 99535 13254275072 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 18:01:03,331 basehttp 99535 13254275072 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40674 WARNING 2025-09-10 18:01:03,352 log 99535 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:01:03,352 basehttp 99535 13254275072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:01:03,414 basehttp 99535 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:02:03,429 basehttp 99535 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:02:41,561 basehttp 99535 13254275072 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40590 INFO 2025-09-10 18:02:41,572 basehttp 99535 13170143232 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 18:02:41,572 basehttp 99535 13203795968 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 18:02:41,577 basehttp 99535 13186969600 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 18:02:41,580 basehttp 99535 13170143232 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 18:02:41,581 basehttp 99535 13254275072 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 18:02:41,582 basehttp 99535 13203795968 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-10 18:02:41,590 log 99535 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:02:41,590 basehttp 99535 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:02:41,591 basehttp 99535 13203795968 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 18:02:41,593 basehttp 99535 13170143232 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 18:02:41,593 basehttp 99535 13254275072 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 18:02:41,595 basehttp 99535 13203795968 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 18:02:41,596 basehttp 99535 13254275072 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 18:02:41,598 basehttp 99535 13254275072 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 18:02:41,598 basehttp 99535 13203795968 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 18:02:41,599 basehttp 99535 13170143232 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 18:02:41,601 basehttp 99535 13220622336 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 18:02:41,601 basehttp 99535 13170143232 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 18:02:41,601 basehttp 99535 13254275072 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 18:02:41,602 basehttp 99535 13203795968 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 18:02:41,603 basehttp 99535 13186969600 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 18:02:41,606 basehttp 99535 13170143232 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 18:02:41,606 basehttp 99535 13220622336 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 18:02:41,607 basehttp 99535 13203795968 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 18:02:41,608 basehttp 99535 13237448704 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 18:02:41,608 basehttp 99535 13186969600 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 18:02:41,608 basehttp 99535 13254275072 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 18:02:41,610 basehttp 99535 13170143232 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 18:02:41,611 basehttp 99535 13203795968 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 18:02:41,611 basehttp 99535 13220622336 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 18:02:41,611 basehttp 99535 13237448704 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 18:02:41,611 basehttp 99535 13186969600 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 18:02:41,612 basehttp 99535 13254275072 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 18:02:42,079 basehttp 99535 13254275072 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 18:02:42,149 basehttp 99535 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 18:02:42,173 log 99535 13254275072 Not Found: /favicon.ico WARNING 2025-09-10 18:02:42,173 basehttp 99535 13254275072 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 18:03:42,113 basehttp 99535 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:04:42,116 basehttp 99535 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:04:56,272 basehttp 99535 13254275072 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40584 WARNING 2025-09-10 18:04:56,291 log 99535 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:04:56,291 basehttp 99535 13254275072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:04:56,351 basehttp 99535 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:05:01,371 basehttp 99535 13254275072 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40584 WARNING 2025-09-10 18:05:01,385 log 99535 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:05:01,386 basehttp 99535 13254275072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:05:01,434 basehttp 99535 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:05:40,611 basehttp 99535 13254275072 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40584 WARNING 2025-09-10 18:05:40,625 log 99535 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:05:40,625 basehttp 99535 13254275072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:05:40,695 basehttp 99535 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:06:40,687 basehttp 99535 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:06:43,317 basehttp 99535 13254275072 "GET /en/admin/patients/patientprofile/?q=1129632798 HTTP/1.1" 200 80477 INFO 2025-09-10 18:06:43,324 basehttp 99535 13237448704 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-10 18:06:43,325 basehttp 99535 13186969600 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-10 18:06:43,325 basehttp 99535 13203795968 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-10 18:06:43,326 basehttp 99535 13220622336 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-10 18:06:43,327 basehttp 99535 13254275072 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-10 18:06:43,329 basehttp 99535 13203795968 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-10 18:06:43,329 basehttp 99535 13237448704 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-10 18:06:43,331 basehttp 99535 13220622336 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-10 18:06:43,332 basehttp 99535 13220622336 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-10 18:06:43,333 basehttp 99535 13203795968 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-10 18:06:43,333 basehttp 99535 13237448704 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-10 18:06:43,333 basehttp 99535 13254275072 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-10 18:06:43,334 basehttp 99535 13170143232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-10 18:06:43,335 basehttp 99535 13254275072 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-10 18:06:43,336 basehttp 99535 13237448704 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-10 18:06:43,337 basehttp 99535 13186969600 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-10 18:06:43,339 basehttp 99535 13220622336 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-10 18:06:43,339 basehttp 99535 13186969600 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-10 18:06:43,341 basehttp 99535 13186969600 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-10 18:06:43,352 basehttp 99535 13186969600 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-10 18:06:43,352 basehttp 99535 13186969600 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-10 18:06:43,353 basehttp 99535 13220622336 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-10 18:06:46,700 basehttp 99535 13220622336 "GET /en/admin/appointments/slotavailability/ HTTP/1.1" 200 169581 INFO 2025-09-10 18:06:46,707 basehttp 99535 13186969600 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-09-10 18:06:46,712 basehttp 99535 13220622336 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-10 18:06:46,724 basehttp 99535 13220622336 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-10 18:06:54,918 basehttp 99535 13220622336 "GET /en/admin/appointments/slotavailability/?p=8 HTTP/1.1" 200 172160 INFO 2025-09-10 18:06:54,935 basehttp 99535 13220622336 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-10 18:07:40,708 basehttp 99535 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:08:40,698 basehttp 99535 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:09:40,705 basehttp 99535 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:10:40,702 basehttp 99535 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:11:40,710 basehttp 99535 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:12:40,710 basehttp 99535 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:13:40,719 basehttp 99535 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:14:40,723 basehttp 99535 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:15:40,727 basehttp 99535 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:16:40,730 basehttp 99535 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:17:40,744 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:18:40,670 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:19:37,253 autoreload 99535 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 18:19:37,800 autoreload 35604 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 18:19:40,697 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:20:40,664 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:21:40,667 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:22:40,665 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:23:40,673 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:24:40,672 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:25:40,677 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:26:40,672 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:27:40,680 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:28:40,683 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:29:40,686 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:30:40,680 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:31:40,678 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:32:40,684 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:33:40,693 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:34:40,684 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:35:40,696 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:35:56,030 autoreload 35604 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 18:35:56,414 autoreload 43154 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 18:36:40,733 basehttp 43154 6133870592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:37:40,689 basehttp 43154 6133870592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:38:40,700 basehttp 43154 6133870592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:39:40,694 basehttp 43154 6133870592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:40:40,706 basehttp 43154 6133870592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:41:35,787 autoreload 43154 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 18:41:36,124 autoreload 45616 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 18:41:36,515 basehttp 45616 6134951936 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40606 WARNING 2025-09-10 18:41:36,535 log 45616 6134951936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:41:36,535 basehttp 45616 6134951936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:41:36,585 basehttp 45616 6134951936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:42:36,598 basehttp 45616 6134951936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:43:23,242 basehttp 45616 6134951936 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 41073 WARNING 2025-09-10 18:43:23,262 log 45616 6134951936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:43:23,263 basehttp 45616 6134951936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:43:23,303 basehttp 45616 6134951936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:43:29,124 basehttp 45616 6134951936 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 41073 INFO 2025-09-10 18:43:29,141 basehttp 45616 13186969600 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-10 18:43:29,144 log 45616 6134951936 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 18:43:29,145 basehttp 45616 13170143232 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 18:43:29,145 basehttp 45616 13203795968 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 18:43:29,145 basehttp 45616 6134951936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:43:29,149 basehttp 45616 13203795968 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 18:43:29,151 basehttp 45616 6151778304 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 18:43:29,152 basehttp 45616 13170143232 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 18:43:29,153 basehttp 45616 6134951936 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 18:43:29,154 basehttp 45616 13203795968 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 18:43:29,158 basehttp 45616 6134951936 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 18:43:29,158 basehttp 45616 6151778304 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 18:43:29,158 basehttp 45616 13170143232 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 18:43:29,161 basehttp 45616 13203795968 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 18:43:29,162 basehttp 45616 6134951936 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 18:43:29,164 basehttp 45616 13170143232 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 18:43:29,164 basehttp 45616 6151778304 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 18:43:29,166 basehttp 45616 13203795968 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 18:43:29,166 basehttp 45616 6134951936 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 18:43:29,167 basehttp 45616 13170143232 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 18:43:29,167 basehttp 45616 6151778304 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 18:43:29,167 basehttp 45616 6168604672 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 18:43:29,168 basehttp 45616 13186969600 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 18:43:29,170 basehttp 45616 6134951936 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 18:43:29,170 basehttp 45616 6168604672 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 18:43:29,171 basehttp 45616 13203795968 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 18:43:29,172 basehttp 45616 13170143232 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 18:43:29,174 basehttp 45616 6151778304 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 18:43:29,174 basehttp 45616 6168604672 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 18:43:29,174 basehttp 45616 6134951936 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 18:43:29,174 basehttp 45616 13203795968 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 18:43:29,174 basehttp 45616 13186969600 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 18:43:30,001 basehttp 45616 13186969600 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 18:43:30,026 basehttp 45616 13186969600 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 18:43:30,079 basehttp 45616 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 18:43:30,133 log 45616 13186969600 Not Found: /favicon.ico WARNING 2025-09-10 18:43:30,133 basehttp 45616 13186969600 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 18:44:30,056 basehttp 45616 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:45:30,066 basehttp 45616 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:46:24,603 autoreload 45616 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 18:46:24,967 autoreload 47800 8682856640 Watching for file changes with StatReloader WARNING 2025-09-10 18:46:26,008 log 47800 6158839808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:46:26,008 basehttp 47800 6158839808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 18:46:26,015 log 47800 6158839808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:46:26,015 basehttp 47800 6158839808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:46:26,957 basehttp 47800 6158839808 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 41073 WARNING 2025-09-10 18:46:26,975 log 47800 6158839808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:46:26,975 basehttp 47800 6158839808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:46:27,048 basehttp 47800 6158839808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:47:04,739 autoreload 47800 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 18:47:05,113 autoreload 48035 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 18:47:25,060 autoreload 48035 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-10 18:47:25,411 autoreload 48202 8682856640 Watching for file changes with StatReloader ERROR 2025-09-10 18:47:33,171 log 48202 6171865088 Internal Server Error: /en/patients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_create' with no arguments not found. 1 pattern(s) tried: ['en/appointments/(?P[0-9]+)/requests/create/\\Z'] ERROR 2025-09-10 18:47:33,173 basehttp 48202 6171865088 "GET /en/patients/?page=3 HTTP/1.1" 500 169058 WARNING 2025-09-10 18:47:33,183 log 48202 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:47:33,183 basehttp 48202 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-10 18:47:33,754 log 48202 6171865088 Internal Server Error: /en/patients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_create' with no arguments not found. 1 pattern(s) tried: ['en/appointments/(?P[0-9]+)/requests/create/\\Z'] ERROR 2025-09-10 18:47:33,755 basehttp 48202 6171865088 "GET /en/patients/?page=3 HTTP/1.1" 500 169326 WARNING 2025-09-10 18:47:33,770 log 48202 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:47:33,771 basehttp 48202 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:47:37,619 basehttp 48202 6171865088 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35320 WARNING 2025-09-10 18:47:37,635 log 48202 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:47:37,635 basehttp 48202 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:47:39,097 basehttp 48202 6171865088 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35320 WARNING 2025-09-10 18:47:39,114 log 48202 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:47:39,115 basehttp 48202 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:47:39,158 basehttp 48202 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:47:40,801 basehttp 48202 6171865088 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40585 WARNING 2025-09-10 18:47:40,815 log 48202 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:47:40,815 basehttp 48202 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:47:40,862 basehttp 48202 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:48:27,871 basehttp 48202 6171865088 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40575 WARNING 2025-09-10 18:48:27,890 log 48202 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:48:27,890 basehttp 48202 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:48:27,935 basehttp 48202 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:49:16,991 basehttp 48202 6171865088 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40655 WARNING 2025-09-10 18:49:17,013 log 48202 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:49:17,013 basehttp 48202 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:49:17,051 basehttp 48202 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:50:17,061 basehttp 48202 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:50:20,781 basehttp 48202 6171865088 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40655 WARNING 2025-09-10 18:50:20,804 log 48202 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:50:20,804 basehttp 48202 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:50:20,841 basehttp 48202 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:50:29,542 basehttp 48202 6171865088 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40655 INFO 2025-09-10 18:50:29,558 basehttp 48202 6392344576 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 18:50:29,559 basehttp 48202 6358691840 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-09-10 18:50:29,560 log 48202 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 18:50:29,561 basehttp 48202 6375518208 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-10 18:50:29,562 basehttp 48202 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:50:29,566 basehttp 48202 6375518208 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 18:50:29,567 basehttp 48202 6171865088 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 18:50:29,567 basehttp 48202 6325039104 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 18:50:29,569 basehttp 48202 6392344576 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 18:50:29,571 basehttp 48202 6375518208 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 18:50:29,571 basehttp 48202 6171865088 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 18:50:29,572 basehttp 48202 6325039104 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 18:50:29,573 basehttp 48202 6392344576 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 18:50:29,576 basehttp 48202 6171865088 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 18:50:29,576 basehttp 48202 6325039104 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 18:50:29,577 basehttp 48202 6392344576 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 18:50:29,578 basehttp 48202 6375518208 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 18:50:29,579 basehttp 48202 6392344576 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 18:50:29,581 basehttp 48202 6325039104 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 18:50:29,581 basehttp 48202 6171865088 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 18:50:29,581 basehttp 48202 6375518208 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 18:50:29,583 basehttp 48202 6392344576 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 18:50:29,584 basehttp 48202 6375518208 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 18:50:29,584 basehttp 48202 6325039104 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 18:50:29,585 basehttp 48202 6171865088 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 18:50:29,586 basehttp 48202 6375518208 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 18:50:29,586 basehttp 48202 6325039104 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 18:50:29,588 basehttp 48202 6171865088 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 18:50:29,589 basehttp 48202 6375518208 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 18:50:29,589 basehttp 48202 6325039104 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 18:50:29,589 basehttp 48202 6392344576 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 18:50:29,589 basehttp 48202 6341865472 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 18:50:29,591 basehttp 48202 6358691840 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 18:50:30,702 basehttp 48202 6358691840 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 18:50:30,776 basehttp 48202 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 18:50:30,802 log 48202 6358691840 Not Found: /favicon.ico WARNING 2025-09-10 18:50:30,802 basehttp 48202 6358691840 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 18:51:30,727 basehttp 48202 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:52:30,730 basehttp 48202 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:53:30,732 basehttp 48202 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:53:48,808 basehttp 48202 6358691840 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40632 WARNING 2025-09-10 18:53:48,824 log 48202 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:53:48,825 basehttp 48202 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:53:48,894 basehttp 48202 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:53:53,151 basehttp 48202 6358691840 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40632 INFO 2025-09-10 18:53:53,161 basehttp 48202 6375518208 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 18:53:53,162 basehttp 48202 6325039104 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 18:53:53,164 basehttp 48202 6392344576 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 18:53:53,167 basehttp 48202 6392344576 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 18:53:53,170 basehttp 48202 6325039104 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 18:53:53,173 basehttp 48202 6392344576 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 WARNING 2025-09-10 18:53:53,177 log 48202 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:53:53,177 basehttp 48202 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:53:53,178 basehttp 48202 6325039104 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 18:53:53,178 basehttp 48202 6392344576 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 18:53:53,179 basehttp 48202 6358691840 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 18:53:53,182 basehttp 48202 6325039104 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 18:53:53,182 basehttp 48202 6358691840 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 18:53:53,183 basehttp 48202 6375518208 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 18:53:53,184 basehttp 48202 6392344576 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 18:53:53,185 basehttp 48202 6325039104 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 18:53:53,185 basehttp 48202 6358691840 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 18:53:53,185 basehttp 48202 6375518208 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 18:53:53,191 basehttp 48202 6358691840 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 18:53:53,191 basehttp 48202 6325039104 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 18:53:53,191 basehttp 48202 6392344576 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 18:53:53,192 basehttp 48202 6375518208 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 18:53:53,193 basehttp 48202 6325039104 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 18:53:53,194 basehttp 48202 6375518208 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 18:53:53,194 basehttp 48202 6392344576 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 18:53:53,194 basehttp 48202 6358691840 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 18:53:53,194 basehttp 48202 6341865472 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 18:53:53,195 basehttp 48202 6171865088 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 18:53:53,199 basehttp 48202 6358691840 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 18:53:53,199 basehttp 48202 6325039104 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 18:53:53,199 basehttp 48202 6341865472 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 18:53:53,200 basehttp 48202 6392344576 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 18:53:53,442 basehttp 48202 6392344576 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 18:53:54,300 basehttp 48202 6392344576 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 18:53:54,310 basehttp 48202 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 18:53:54,396 log 48202 6392344576 Not Found: /favicon.ico WARNING 2025-09-10 18:53:54,397 basehttp 48202 6392344576 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 18:54:54,322 basehttp 48202 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:55:54,325 basehttp 48202 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:56:54,327 basehttp 48202 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:56:59,021 basehttp 48202 6392344576 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38769 WARNING 2025-09-10 18:56:59,036 log 48202 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:56:59,037 basehttp 48202 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:56:59,108 basehttp 48202 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:57:00,774 basehttp 48202 6392344576 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38769 WARNING 2025-09-10 18:57:00,787 log 48202 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:57:00,787 basehttp 48202 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:57:00,832 basehttp 48202 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:57:50,346 autoreload 52883 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 18:57:53,957 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40716 INFO 2025-09-10 18:57:53,971 basehttp 52883 13455405056 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 18:57:53,971 basehttp 52883 13472231424 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 18:57:53,974 basehttp 52883 13489057792 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 18:57:53,982 basehttp 52883 13472231424 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-10 18:57:53,983 log 52883 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 18:57:53,983 basehttp 52883 6166245376 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 18:57:53,984 basehttp 52883 13489057792 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-10 18:57:53,985 basehttp 52883 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:57:53,986 basehttp 52883 13472231424 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 18:57:53,987 basehttp 52883 6166245376 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 18:57:53,987 basehttp 52883 13455405056 - Broken pipe from ('127.0.0.1', 49363) INFO 2025-09-10 18:57:53,987 basehttp 52883 13489057792 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 18:57:53,989 basehttp 52883 13522710528 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 18:57:53,990 basehttp 52883 6166245376 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 18:57:53,992 basehttp 52883 13489057792 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 18:57:53,992 basehttp 52883 13522710528 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 18:57:53,992 basehttp 52883 13472231424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 18:57:53,994 basehttp 52883 6166245376 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 18:57:53,995 basehttp 52883 13522710528 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 18:57:53,996 basehttp 52883 13472231424 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 18:57:53,996 basehttp 52883 6166245376 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 18:57:53,996 basehttp 52883 13489057792 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 18:57:53,999 basehttp 52883 13472231424 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 18:57:53,999 basehttp 52883 6166245376 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 18:57:53,999 basehttp 52883 13489057792 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 18:57:54,000 basehttp 52883 13522710528 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 18:57:54,003 basehttp 52883 13489057792 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 18:57:54,003 basehttp 52883 6166245376 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 18:57:54,004 basehttp 52883 13522710528 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 18:57:54,004 basehttp 52883 13472231424 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 18:57:54,004 basehttp 52883 13489057792 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 18:57:54,005 basehttp 52883 13438578688 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 18:57:54,005 basehttp 52883 13505884160 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 18:57:54,793 basehttp 52883 13505884160 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 18:57:54,822 basehttp 52883 13505884160 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 18:57:54,826 basehttp 52883 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 18:57:54,910 log 52883 13438578688 Not Found: /favicon.ico WARNING 2025-09-10 18:57:54,910 basehttp 52883 13438578688 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 18:58:54,837 basehttp 52883 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:58:58,738 basehttp 52883 13438578688 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40641 INFO 2025-09-10 18:58:58,749 basehttp 52883 13522710528 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 18:58:58,749 basehttp 52883 13472231424 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 18:58:58,751 basehttp 52883 6166245376 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 18:58:58,758 log 52883 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:58:58,758 basehttp 52883 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:58:58,759 basehttp 52883 6166245376 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 18:58:58,759 basehttp 52883 13522710528 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 18:58:58,760 basehttp 52883 13505884160 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 18:58:58,761 basehttp 52883 6166245376 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 18:58:58,763 basehttp 52883 13522710528 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 18:58:58,763 basehttp 52883 13505884160 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 18:58:58,764 basehttp 52883 13438578688 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 18:58:58,765 basehttp 52883 6166245376 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 18:58:58,766 basehttp 52883 13505884160 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 18:58:58,768 basehttp 52883 13438578688 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 18:58:58,768 basehttp 52883 13522710528 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 18:58:58,769 basehttp 52883 6166245376 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 18:58:58,769 basehttp 52883 13505884160 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 18:58:58,771 basehttp 52883 13438578688 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 18:58:58,771 basehttp 52883 13505884160 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 18:58:58,772 basehttp 52883 6166245376 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 18:58:58,772 basehttp 52883 13522710528 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 18:58:58,773 basehttp 52883 13438578688 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 18:58:58,775 basehttp 52883 13505884160 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 18:58:58,775 basehttp 52883 13522710528 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 18:58:58,776 basehttp 52883 6166245376 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 18:58:58,776 basehttp 52883 13438578688 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 18:58:58,778 basehttp 52883 13522710528 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 18:58:58,780 basehttp 52883 6166245376 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 18:58:58,780 basehttp 52883 13438578688 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 18:58:58,781 basehttp 52883 13505884160 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 18:58:58,782 basehttp 52883 13489057792 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 18:58:58,782 basehttp 52883 13472231424 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 18:58:59,338 basehttp 52883 13472231424 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 18:58:59,346 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 18:58:59,432 log 52883 13489057792 Not Found: /favicon.ico WARNING 2025-09-10 18:58:59,432 basehttp 52883 13489057792 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 18:59:59,351 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:00:00,931 basehttp 52883 13489057792 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40620 WARNING 2025-09-10 19:00:00,953 log 52883 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:00:00,953 basehttp 52883 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:00:01,018 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:00:07,112 basehttp 52883 13489057792 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40620 INFO 2025-09-10 19:00:07,122 basehttp 52883 6166245376 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:00:07,122 basehttp 52883 13438578688 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:00:07,125 basehttp 52883 13522710528 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 19:00:07,132 basehttp 52883 13438578688 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 19:00:07,133 basehttp 52883 13472231424 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 19:00:07,135 log 52883 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:00:07,135 basehttp 52883 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:00:07,136 basehttp 52883 13522710528 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 19:00:07,138 basehttp 52883 13438578688 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:00:07,140 basehttp 52883 13472231424 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:00:07,141 basehttp 52883 13489057792 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:00:07,141 basehttp 52883 13522710528 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:00:07,142 basehttp 52883 13438578688 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:00:07,144 basehttp 52883 13438578688 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:00:07,145 basehttp 52883 13489057792 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:00:07,145 basehttp 52883 13472231424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:00:07,146 basehttp 52883 13522710528 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:00:07,147 basehttp 52883 13472231424 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:00:07,149 basehttp 52883 13489057792 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:00:07,150 basehttp 52883 13438578688 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:00:07,151 basehttp 52883 13472231424 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:00:07,151 basehttp 52883 13522710528 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:00:07,151 basehttp 52883 13489057792 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:00:07,154 basehttp 52883 13472231424 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:00:07,154 basehttp 52883 13438578688 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:00:07,155 basehttp 52883 13522710528 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:00:07,156 basehttp 52883 13489057792 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:00:07,157 basehttp 52883 13438578688 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:00:07,157 basehttp 52883 13472231424 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:00:07,158 basehttp 52883 13522710528 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:00:07,159 basehttp 52883 13505884160 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:00:07,159 basehttp 52883 6166245376 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:00:07,311 basehttp 52883 6166245376 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:00:07,593 basehttp 52883 6166245376 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:00:07,600 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:00:07,697 log 52883 13505884160 Not Found: /favicon.ico WARNING 2025-09-10 19:00:07,697 basehttp 52883 13505884160 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:00:58,185 basehttp 52883 13505884160 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40563 INFO 2025-09-10 19:00:58,195 basehttp 52883 13489057792 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:00:58,197 basehttp 52883 13472231424 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:00:58,198 basehttp 52883 13438578688 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 19:00:58,203 basehttp 52883 13472231424 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 19:00:58,204 basehttp 52883 6166245376 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 19:00:58,206 log 52883 13505884160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:00:58,206 basehttp 52883 13505884160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:00:58,206 basehttp 52883 13438578688 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 19:00:58,207 basehttp 52883 13472231424 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:00:58,207 basehttp 52883 6166245376 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:00:58,210 basehttp 52883 13472231424 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:00:58,210 basehttp 52883 13438578688 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:00:58,211 basehttp 52883 13505884160 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:00:58,213 basehttp 52883 13472231424 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:00:58,214 basehttp 52883 6166245376 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:00:58,214 basehttp 52883 13505884160 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:00:58,216 basehttp 52883 13438578688 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:00:58,217 basehttp 52883 13472231424 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:00:58,218 basehttp 52883 13505884160 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:00:58,218 basehttp 52883 6166245376 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:00:58,219 basehttp 52883 13438578688 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:00:58,220 basehttp 52883 6166245376 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:00:58,221 basehttp 52883 13472231424 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:00:58,221 basehttp 52883 13438578688 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:00:58,222 basehttp 52883 13505884160 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:00:58,223 basehttp 52883 6166245376 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:00:58,224 basehttp 52883 13472231424 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:00:58,225 basehttp 52883 13505884160 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:00:58,225 basehttp 52883 13438578688 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:00:58,226 basehttp 52883 6166245376 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:00:58,227 basehttp 52883 13522710528 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:00:58,227 basehttp 52883 13489057792 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:00:58,408 basehttp 52883 13489057792 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:00:58,658 basehttp 52883 13489057792 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:00:58,692 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:00:58,755 log 52883 13489057792 Not Found: /favicon.ico WARNING 2025-09-10 19:00:58,755 basehttp 52883 13489057792 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:01:58,699 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:02:32,586 basehttp 52883 13489057792 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40563 WARNING 2025-09-10 19:02:32,605 log 52883 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:02:32,605 basehttp 52883 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:02:32,675 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:02:37,048 basehttp 52883 13489057792 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40563 WARNING 2025-09-10 19:02:37,062 log 52883 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:02:37,062 basehttp 52883 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:02:37,110 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:03:37,428 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:03:51,449 basehttp 52883 13489057792 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40716 WARNING 2025-09-10 19:03:51,463 log 52883 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:03:51,463 basehttp 52883 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:03:51,503 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:03:57,268 basehttp 52883 13489057792 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40716 INFO 2025-09-10 19:03:57,279 basehttp 52883 13438578688 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:03:57,279 basehttp 52883 13505884160 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:03:57,282 basehttp 52883 13472231424 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 19:03:57,291 basehttp 52883 13505884160 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-10 19:03:57,292 log 52883 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:03:57,292 basehttp 52883 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:03:57,293 basehttp 52883 13472231424 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 19:03:57,296 basehttp 52883 13522710528 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 19:03:57,298 basehttp 52883 13505884160 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:03:57,299 basehttp 52883 13472231424 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:03:57,302 basehttp 52883 13489057792 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:03:57,302 basehttp 52883 13522710528 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:03:57,302 basehttp 52883 13505884160 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:03:57,303 basehttp 52883 13489057792 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:03:57,303 basehttp 52883 13472231424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:03:57,306 basehttp 52883 13505884160 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:03:57,307 basehttp 52883 13472231424 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:03:57,307 basehttp 52883 13489057792 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:03:57,308 basehttp 52883 13522710528 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:03:57,310 basehttp 52883 13505884160 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:03:57,311 basehttp 52883 6166245376 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:03:57,311 basehttp 52883 13472231424 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:03:57,311 basehttp 52883 13522710528 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:03:57,311 basehttp 52883 13489057792 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:03:57,312 basehttp 52883 13505884160 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:03:57,312 basehttp 52883 13438578688 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:03:57,314 basehttp 52883 13505884160 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:03:57,316 basehttp 52883 13522710528 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:03:57,317 basehttp 52883 13472231424 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:03:57,317 basehttp 52883 13489057792 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:03:57,317 basehttp 52883 6166245376 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:03:57,317 basehttp 52883 13438578688 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:03:58,414 basehttp 52883 13438578688 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:03:58,436 basehttp 52883 13438578688 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:03:58,460 basehttp 52883 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:03:58,529 log 52883 13438578688 Not Found: /favicon.ico WARNING 2025-09-10 19:03:58,530 basehttp 52883 13438578688 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:04:39,186 basehttp 52883 13438578688 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40750 INFO 2025-09-10 19:04:39,197 basehttp 52883 13489057792 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:04:39,198 basehttp 52883 13522710528 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:04:39,201 basehttp 52883 13505884160 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 19:04:39,207 log 52883 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:04:39,208 basehttp 52883 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:04:39,210 basehttp 52883 13505884160 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 19:04:39,212 basehttp 52883 13472231424 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 19:04:39,213 basehttp 52883 13522710528 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 19:04:39,214 basehttp 52883 13505884160 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:04:39,216 basehttp 52883 13522710528 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:04:39,216 basehttp 52883 13438578688 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:04:39,216 basehttp 52883 13505884160 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:04:39,217 basehttp 52883 13472231424 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:04:39,219 basehttp 52883 13522710528 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:04:39,219 basehttp 52883 13472231424 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:04:39,220 basehttp 52883 13438578688 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:04:39,221 basehttp 52883 13505884160 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:04:39,222 basehttp 52883 13522710528 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:04:39,223 basehttp 52883 13505884160 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:04:39,223 basehttp 52883 13438578688 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:04:39,224 basehttp 52883 13472231424 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:04:39,226 basehttp 52883 13505884160 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:04:39,227 basehttp 52883 13522710528 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:04:39,228 basehttp 52883 13472231424 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:04:39,229 basehttp 52883 13438578688 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:04:39,230 basehttp 52883 13522710528 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:04:39,230 basehttp 52883 13505884160 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:04:39,231 basehttp 52883 13438578688 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:04:39,231 basehttp 52883 13472231424 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:04:39,232 basehttp 52883 13522710528 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:04:39,232 basehttp 52883 6166245376 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:04:39,232 basehttp 52883 13489057792 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:04:39,727 basehttp 52883 13489057792 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:04:39,748 basehttp 52883 13489057792 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:04:39,762 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:04:40,052 log 52883 13489057792 Not Found: /favicon.ico WARNING 2025-09-10 19:04:40,053 basehttp 52883 13489057792 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:05:07,489 basehttp 52883 13489057792 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40747 WARNING 2025-09-10 19:05:07,504 log 52883 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:05:07,504 basehttp 52883 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:05:07,575 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:06:07,590 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:06:47,704 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40746 WARNING 2025-09-10 19:06:47,717 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:06:47,717 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:06:47,764 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:07:27,379 basehttp 52883 6166245376 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35320 WARNING 2025-09-10 19:07:27,394 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:07:27,394 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:07:28,028 basehttp 52883 6166245376 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35320 WARNING 2025-09-10 19:07:28,047 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:07:28,048 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:07:28,090 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:07:29,750 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40748 WARNING 2025-09-10 19:07:29,770 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:07:29,770 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:07:29,813 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:07:54,415 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40673 INFO 2025-09-10 19:07:54,424 basehttp 52883 13438578688 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 19:07:54,429 basehttp 52883 13505884160 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:07:54,429 basehttp 52883 13472231424 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:07:54,432 basehttp 52883 13489057792 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 19:07:54,436 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 19:07:54,437 basehttp 52883 13472231424 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-10 19:07:54,438 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:07:54,438 basehttp 52883 13489057792 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:07:54,440 basehttp 52883 13505884160 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 19:07:54,442 basehttp 52883 6166245376 - Broken pipe from ('127.0.0.1', 51494) INFO 2025-09-10 19:07:54,443 basehttp 52883 13472231424 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:07:54,443 basehttp 52883 13489057792 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:07:54,445 basehttp 52883 13505884160 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:07:54,447 basehttp 52883 13472231424 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:07:54,448 basehttp 52883 13505884160 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:07:54,448 basehttp 52883 13489057792 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:07:54,449 basehttp 52883 13522710528 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:07:54,450 basehttp 52883 13472231424 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:07:54,451 basehttp 52883 13505884160 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:07:54,452 basehttp 52883 13522710528 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:07:54,452 basehttp 52883 13489057792 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:07:54,453 basehttp 52883 13472231424 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:07:54,454 basehttp 52883 13505884160 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:07:54,456 basehttp 52883 13489057792 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:07:54,456 basehttp 52883 13522710528 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:07:54,458 basehttp 52883 13472231424 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:07:54,458 basehttp 52883 13489057792 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:07:54,458 basehttp 52883 13505884160 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:07:54,460 basehttp 52883 13522710528 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:07:54,461 basehttp 52883 13505884160 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:07:54,461 basehttp 52883 13472231424 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:07:54,461 basehttp 52883 13489057792 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:07:54,462 basehttp 52883 13455405056 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:07:54,462 basehttp 52883 13438578688 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:07:54,768 basehttp 52883 13438578688 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:07:54,778 basehttp 52883 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:07:55,085 log 52883 13438578688 Not Found: /favicon.ico WARNING 2025-09-10 19:07:55,085 basehttp 52883 13438578688 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:08:15,794 basehttp 52883 13438578688 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40616 INFO 2025-09-10 19:08:15,805 basehttp 52883 13505884160 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:08:15,807 basehttp 52883 13489057792 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:08:15,810 basehttp 52883 13522710528 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 19:08:15,815 basehttp 52883 13455405056 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 19:08:15,817 basehttp 52883 13489057792 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-10 19:08:15,820 log 52883 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 19:08:15,821 basehttp 52883 13455405056 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 WARNING 2025-09-10 19:08:15,821 basehttp 52883 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:08:15,821 basehttp 52883 13522710528 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 19:08:15,824 basehttp 52883 13489057792 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:08:15,824 basehttp 52883 13522710528 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:08:15,826 basehttp 52883 13455405056 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:08:15,826 basehttp 52883 13438578688 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:08:15,827 basehttp 52883 13522710528 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:08:15,829 basehttp 52883 13438578688 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:08:15,829 basehttp 52883 13455405056 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:08:15,831 basehttp 52883 13489057792 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:08:15,832 basehttp 52883 13522710528 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:08:15,832 basehttp 52883 13455405056 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:08:15,833 basehttp 52883 13438578688 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:08:15,834 basehttp 52883 13489057792 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:08:15,834 basehttp 52883 13455405056 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:08:15,836 basehttp 52883 13522710528 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:08:15,836 basehttp 52883 13489057792 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:08:15,838 basehttp 52883 13438578688 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:08:15,839 basehttp 52883 13455405056 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:08:15,839 basehttp 52883 13489057792 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:08:15,839 basehttp 52883 13522710528 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:08:15,840 basehttp 52883 13455405056 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:08:15,840 basehttp 52883 13438578688 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:08:15,841 basehttp 52883 13472231424 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:08:15,843 basehttp 52883 13505884160 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:08:15,974 basehttp 52883 13522710528 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:08:15,994 basehttp 52883 13522710528 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:08:16,006 basehttp 52883 13522710528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:08:16,101 log 52883 13522710528 Not Found: /favicon.ico WARNING 2025-09-10 19:08:16,101 basehttp 52883 13522710528 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:08:41,837 basehttp 52883 13522710528 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40595 INFO 2025-09-10 19:08:41,847 basehttp 52883 13489057792 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:08:41,848 basehttp 52883 13472231424 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:08:41,850 basehttp 52883 13438578688 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 19:08:41,858 basehttp 52883 13455405056 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 19:08:41,860 log 52883 13522710528 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 19:08:41,861 basehttp 52883 13438578688 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-10 19:08:41,861 basehttp 52883 13522710528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:08:41,861 basehttp 52883 13472231424 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 19:08:41,863 basehttp 52883 13455405056 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:08:41,865 basehttp 52883 13438578688 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:08:41,865 basehttp 52883 13522710528 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:08:41,866 basehttp 52883 13472231424 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:08:41,866 basehttp 52883 13455405056 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:08:41,869 basehttp 52883 13472231424 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:08:41,869 basehttp 52883 13455405056 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:08:41,869 basehttp 52883 13438578688 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:08:41,872 basehttp 52883 13455405056 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:08:41,872 basehttp 52883 13438578688 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:08:41,873 basehttp 52883 13472231424 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:08:41,873 basehttp 52883 13522710528 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:08:41,874 basehttp 52883 13455405056 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:08:41,877 basehttp 52883 13438578688 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:08:41,877 basehttp 52883 13472231424 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:08:41,878 basehttp 52883 13455405056 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:08:41,878 basehttp 52883 13522710528 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:08:41,879 basehttp 52883 13438578688 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:08:41,881 basehttp 52883 13472231424 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:08:41,882 basehttp 52883 13522710528 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:08:41,882 basehttp 52883 13438578688 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:08:41,882 basehttp 52883 13455405056 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:08:41,882 basehttp 52883 13505884160 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:08:41,883 basehttp 52883 13489057792 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:08:42,019 basehttp 52883 13489057792 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:08:42,039 basehttp 52883 13489057792 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:08:42,052 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:08:42,151 log 52883 13489057792 Not Found: /favicon.ico WARNING 2025-09-10 19:08:42,151 basehttp 52883 13489057792 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:09:33,881 basehttp 52883 13489057792 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40595 INFO 2025-09-10 19:09:33,893 basehttp 52883 13522710528 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:09:33,894 basehttp 52883 13455405056 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:09:33,897 basehttp 52883 13472231424 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 19:09:33,902 log 52883 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:09:33,903 basehttp 52883 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:09:33,905 basehttp 52883 13455405056 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 19:09:33,906 basehttp 52883 13472231424 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 19:09:33,907 basehttp 52883 13505884160 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 19:09:33,909 basehttp 52883 13505884160 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:09:33,910 basehttp 52883 13489057792 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:09:33,910 basehttp 52883 13472231424 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:09:33,910 basehttp 52883 13455405056 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:09:33,913 basehttp 52883 13472231424 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:09:33,913 basehttp 52883 13455405056 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:09:33,914 basehttp 52883 13505884160 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:09:33,915 basehttp 52883 13489057792 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:09:33,916 basehttp 52883 13455405056 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:09:33,917 basehttp 52883 13489057792 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:09:33,917 basehttp 52883 13472231424 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:09:33,919 basehttp 52883 13455405056 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:09:33,919 basehttp 52883 13505884160 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:09:33,921 basehttp 52883 13489057792 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:09:33,921 basehttp 52883 13472231424 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:09:33,922 basehttp 52883 13455405056 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:09:33,923 basehttp 52883 13505884160 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:09:33,924 basehttp 52883 13472231424 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:09:33,925 basehttp 52883 13489057792 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:09:33,926 basehttp 52883 13455405056 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:09:33,926 basehttp 52883 13505884160 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:09:33,927 basehttp 52883 13472231424 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:09:33,929 basehttp 52883 13438578688 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:09:33,929 basehttp 52883 13472231424 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:09:33,929 basehttp 52883 13522710528 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:09:34,074 basehttp 52883 13522710528 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:09:34,083 basehttp 52883 13522710528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:09:34,225 log 52883 13522710528 Not Found: /favicon.ico WARNING 2025-09-10 19:09:34,226 basehttp 52883 13522710528 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:10:34,093 basehttp 52883 13522710528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:10:53,948 basehttp 52883 13522710528 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 39365 WARNING 2025-09-10 19:10:53,962 log 52883 13522710528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:10:53,962 basehttp 52883 13522710528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:10:54,035 basehttp 52883 13522710528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:11:54,050 basehttp 52883 13522710528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:12:13,306 basehttp 52883 13522710528 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 39365 WARNING 2025-09-10 19:12:13,322 log 52883 13522710528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:12:13,322 basehttp 52883 13522710528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:12:13,366 basehttp 52883 13522710528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:13:13,367 basehttp 52883 13522710528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:13:21,851 basehttp 52883 13522710528 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 39397 WARNING 2025-09-10 19:13:21,867 log 52883 13522710528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:13:21,867 basehttp 52883 13522710528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:13:21,915 basehttp 52883 13522710528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:14:21,927 basehttp 52883 13522710528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:14:31,911 basehttp 52883 13522710528 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 39398 WARNING 2025-09-10 19:14:31,928 log 52883 13522710528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:14:31,929 basehttp 52883 13522710528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:14:32,002 basehttp 52883 13522710528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:15:31,974 basehttp 52883 13522710528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:15:53,726 basehttp 52883 13522710528 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 39433 WARNING 2025-09-10 19:15:53,740 log 52883 13522710528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:15:53,740 basehttp 52883 13522710528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:15:53,782 basehttp 52883 13522710528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:15:54,021 basehttp 52883 13522710528 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 39433 WARNING 2025-09-10 19:15:54,035 log 52883 13522710528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:15:54,035 basehttp 52883 13522710528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:15:54,078 basehttp 52883 13522710528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:16:54,086 basehttp 52883 13522710528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:17:29,737 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 39478 INFO 2025-09-10 19:17:29,749 basehttp 52883 13472231424 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:17:29,751 basehttp 52883 13455405056 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:17:29,753 basehttp 52883 13489057792 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 19:17:29,755 basehttp 52883 13455405056 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 19:17:29,760 basehttp 52883 13489057792 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 19:17:29,760 basehttp 52883 13455405056 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:17:29,763 basehttp 52883 6166245376 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 19:17:29,765 log 52883 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:17:29,766 basehttp 52883 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:17:29,767 basehttp 52883 6166245376 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:17:29,767 basehttp 52883 13455405056 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:17:29,768 basehttp 52883 13489057792 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:17:29,770 basehttp 52883 6166245376 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:17:29,771 basehttp 52883 13489057792 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:17:29,772 basehttp 52883 13472231424 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:17:29,772 basehttp 52883 13455405056 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:17:29,774 basehttp 52883 6166245376 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:17:29,775 basehttp 52883 13455405056 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:17:29,776 basehttp 52883 13472231424 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:17:29,776 basehttp 52883 13489057792 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:17:29,777 basehttp 52883 6166245376 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:17:29,778 basehttp 52883 13455405056 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:17:29,778 basehttp 52883 13472231424 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:17:29,779 basehttp 52883 13489057792 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:17:29,780 basehttp 52883 6166245376 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:17:29,781 basehttp 52883 13472231424 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:17:29,782 basehttp 52883 13455405056 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:17:29,783 basehttp 52883 13489057792 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:17:29,783 basehttp 52883 6166245376 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:17:29,784 basehttp 52883 13472231424 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:17:29,785 basehttp 52883 13438578688 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:17:29,785 basehttp 52883 13505884160 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:17:30,092 basehttp 52883 13505884160 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:17:30,873 basehttp 52883 13505884160 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:17:30,880 basehttp 52883 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:17:31,115 log 52883 13438578688 Not Found: /favicon.ico WARNING 2025-09-10 19:17:31,115 basehttp 52883 13438578688 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:17:47,536 basehttp 52883 13438578688 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 39462 WARNING 2025-09-10 19:17:47,553 log 52883 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:17:47,553 basehttp 52883 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:17:47,620 basehttp 52883 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:18:32,703 basehttp 52883 13438578688 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 39468 WARNING 2025-09-10 19:18:32,719 log 52883 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:18:32,719 basehttp 52883 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:18:32,764 basehttp 52883 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:18:42,842 basehttp 52883 13438578688 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 39468 INFO 2025-09-10 19:18:42,854 basehttp 52883 6166245376 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:18:42,855 basehttp 52883 13472231424 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:18:42,858 basehttp 52883 13489057792 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 19:18:42,865 basehttp 52883 13489057792 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-10 19:18:42,867 log 52883 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 19:18:42,868 basehttp 52883 13438578688 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 19:18:42,868 basehttp 52883 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:18:42,868 basehttp 52883 13472231424 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 19:18:42,870 basehttp 52883 13489057792 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:18:42,872 basehttp 52883 13438578688 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:18:42,873 basehttp 52883 13472231424 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:18:42,874 basehttp 52883 13489057792 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:18:42,875 basehttp 52883 13455405056 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:18:42,876 basehttp 52883 13472231424 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:18:42,877 basehttp 52883 13438578688 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:18:42,878 basehttp 52883 13489057792 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:18:42,878 basehttp 52883 13455405056 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:18:42,879 basehttp 52883 13472231424 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:18:42,880 basehttp 52883 13438578688 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:18:42,881 basehttp 52883 13472231424 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:18:42,881 basehttp 52883 13489057792 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:18:42,882 basehttp 52883 13455405056 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:18:42,884 basehttp 52883 13455405056 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:18:42,884 basehttp 52883 13489057792 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:18:42,884 basehttp 52883 13438578688 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:18:42,884 basehttp 52883 13472231424 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:18:42,887 basehttp 52883 13489057792 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:18:42,888 basehttp 52883 13455405056 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:18:42,888 basehttp 52883 13438578688 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:18:42,889 basehttp 52883 13472231424 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:18:42,890 basehttp 52883 13505884160 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:18:42,890 basehttp 52883 6166245376 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:18:43,361 basehttp 52883 6166245376 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:18:43,382 basehttp 52883 6166245376 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:18:43,394 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:18:43,476 log 52883 6166245376 Not Found: /favicon.ico WARNING 2025-09-10 19:18:43,476 basehttp 52883 6166245376 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:19:43,417 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:20:43,428 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:21:43,425 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:21:44,793 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 35757 WARNING 2025-09-10 19:21:44,809 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:21:44,809 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:21:44,881 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:21:55,895 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 35757 INFO 2025-09-10 19:21:55,906 basehttp 52883 13438578688 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:21:55,907 basehttp 52883 13472231424 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:21:55,910 basehttp 52883 13455405056 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 19:21:55,915 basehttp 52883 6166245376 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 19:21:55,916 basehttp 52883 13472231424 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-10 19:21:55,922 log 52883 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:21:55,922 basehttp 52883 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:21:55,922 basehttp 52883 6166245376 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:21:55,922 basehttp 52883 13455405056 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 19:21:55,923 basehttp 52883 13472231424 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:21:55,925 basehttp 52883 13472231424 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:21:55,925 basehttp 52883 6166245376 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:21:55,928 basehttp 52883 13438578688 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:21:55,928 basehttp 52883 6166245376 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:21:55,932 basehttp 52883 13438578688 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:21:55,933 basehttp 52883 6166245376 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:21:55,933 basehttp 52883 13472231424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:21:55,933 basehttp 52883 13455405056 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:21:55,935 basehttp 52883 13472231424 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:21:55,936 basehttp 52883 13438578688 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:21:55,936 basehttp 52883 6166245376 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:21:55,937 basehttp 52883 13455405056 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:21:55,939 basehttp 52883 13472231424 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:21:55,939 basehttp 52883 13455405056 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:21:55,939 basehttp 52883 13438578688 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:21:55,940 basehttp 52883 6166245376 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:21:55,942 basehttp 52883 13472231424 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:21:55,943 basehttp 52883 6166245376 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:21:55,943 basehttp 52883 13438578688 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:21:55,943 basehttp 52883 13455405056 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:21:55,944 basehttp 52883 13505884160 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:21:55,945 basehttp 52883 13472231424 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:21:55,945 basehttp 52883 13489057792 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:21:56,997 basehttp 52883 13489057792 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:21:57,004 basehttp 52883 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:21:57,090 log 52883 13472231424 Not Found: /favicon.ico WARNING 2025-09-10 19:21:57,090 basehttp 52883 13472231424 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:22:15,209 basehttp 52883 13472231424 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 35751 WARNING 2025-09-10 19:22:15,225 log 52883 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:22:15,225 basehttp 52883 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:22:15,295 basehttp 52883 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:23:15,300 basehttp 52883 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:23:57,802 basehttp 52883 13472231424 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 35751 WARNING 2025-09-10 19:23:57,821 log 52883 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:23:57,821 basehttp 52883 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:23:57,867 basehttp 52883 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:24:03,908 basehttp 52883 13472231424 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 35751 INFO 2025-09-10 19:24:03,918 basehttp 52883 13505884160 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:24:03,919 basehttp 52883 6166245376 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:24:03,922 basehttp 52883 13438578688 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 19:24:03,923 basehttp 52883 13472231424 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 19:24:03,929 log 52883 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:24:03,930 basehttp 52883 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:24:03,930 basehttp 52883 13472231424 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:24:03,931 basehttp 52883 13438578688 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 19:24:03,932 basehttp 52883 6166245376 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 19:24:03,935 basehttp 52883 13472231424 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:24:03,936 basehttp 52883 6166245376 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:24:03,937 basehttp 52883 13438578688 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:24:03,938 basehttp 52883 13472231424 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:24:03,939 basehttp 52883 13438578688 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:24:03,940 basehttp 52883 13472231424 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:24:03,941 basehttp 52883 6166245376 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:24:03,943 basehttp 52883 13438578688 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:24:03,945 basehttp 52883 13472231424 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:24:03,945 basehttp 52883 6166245376 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:24:03,945 basehttp 52883 13455405056 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:24:03,947 basehttp 52883 13438578688 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:24:03,947 basehttp 52883 6166245376 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:24:03,948 basehttp 52883 13472231424 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:24:03,949 basehttp 52883 13455405056 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:24:03,950 basehttp 52883 13472231424 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:24:03,950 basehttp 52883 13438578688 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:24:03,951 basehttp 52883 6166245376 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:24:03,952 basehttp 52883 13455405056 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:24:03,953 basehttp 52883 13472231424 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:24:03,953 basehttp 52883 13438578688 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:24:03,954 basehttp 52883 6166245376 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:24:03,954 basehttp 52883 13489057792 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:24:03,955 basehttp 52883 13505884160 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:24:04,452 basehttp 52883 13505884160 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:24:04,458 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:24:04,542 log 52883 13489057792 Not Found: /favicon.ico WARNING 2025-09-10 19:24:04,542 basehttp 52883 13489057792 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:25:04,470 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:26:04,464 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:26:08,343 basehttp 52883 13489057792 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38979 INFO 2025-09-10 19:26:08,352 basehttp 52883 6166245376 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:26:08,352 basehttp 52883 13472231424 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:26:08,354 basehttp 52883 13438578688 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 19:26:08,385 basehttp 52883 13489057792 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 19:26:08,386 basehttp 52883 13489057792 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:26:08,387 basehttp 52883 13472231424 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 19:26:08,388 basehttp 52883 13472231424 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:26:08,387 basehttp 52883 13438578688 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-10 19:26:08,389 log 52883 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:26:08,391 basehttp 52883 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:26:08,396 basehttp 52883 13438578688 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:26:08,398 basehttp 52883 13472231424 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:26:08,398 basehttp 52883 13438578688 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:26:08,399 basehttp 52883 13455405056 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:26:08,401 basehttp 52883 13489057792 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:26:08,402 basehttp 52883 13472231424 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:26:08,402 basehttp 52883 13455405056 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:26:08,403 basehttp 52883 13438578688 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:26:08,405 basehttp 52883 13455405056 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:26:08,405 basehttp 52883 13438578688 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:26:08,405 basehttp 52883 13489057792 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:26:08,406 basehttp 52883 13472231424 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:26:08,408 basehttp 52883 13489057792 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:26:08,408 basehttp 52883 13455405056 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:26:08,409 basehttp 52883 13438578688 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:26:08,409 basehttp 52883 13472231424 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:26:08,412 basehttp 52883 13455405056 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:26:08,414 basehttp 52883 13489057792 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:26:08,414 basehttp 52883 13472231424 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:26:08,415 basehttp 52883 13438578688 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:26:08,417 basehttp 52883 13505884160 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:26:08,417 basehttp 52883 6166245376 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:26:08,449 basehttp 52883 6166245376 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:26:09,497 basehttp 52883 6166245376 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:26:09,525 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:26:09,581 log 52883 6166245376 Not Found: /favicon.ico WARNING 2025-09-10 19:26:09,582 basehttp 52883 6166245376 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:27:09,528 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:27:12,899 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38971 WARNING 2025-09-10 19:27:12,920 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:27:12,920 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:27:12,971 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:27:21,303 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38971 WARNING 2025-09-10 19:27:21,326 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:27:21,326 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:27:21,363 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:27:43,727 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38978 WARNING 2025-09-10 19:27:43,743 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:27:43,743 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:27:43,789 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:28:16,130 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38988 WARNING 2025-09-10 19:28:16,148 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:28:16,148 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:28:16,193 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:29:06,217 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38982 WARNING 2025-09-10 19:29:06,230 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:29:06,231 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:29:06,273 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:29:54,789 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38979 WARNING 2025-09-10 19:29:54,808 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:29:54,808 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:29:54,852 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:30:15,562 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38978 WARNING 2025-09-10 19:30:15,573 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:30:15,573 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:30:15,618 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:30:33,125 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38946 WARNING 2025-09-10 19:30:33,141 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:30:33,141 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:30:33,209 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:31:08,113 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38994 WARNING 2025-09-10 19:31:08,125 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:31:08,125 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:31:08,148 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:32:08,161 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:33:08,155 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:34:08,155 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:34:15,409 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38996 WARNING 2025-09-10 19:34:15,427 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:34:15,428 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:34:15,472 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:34:55,168 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38978 WARNING 2025-09-10 19:34:55,186 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:34:55,186 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:34:55,231 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:35:41,261 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38933 WARNING 2025-09-10 19:35:41,277 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:35:41,277 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:35:41,320 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:36:14,570 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38925 WARNING 2025-09-10 19:36:14,586 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:36:14,587 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:36:14,629 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:37:06,806 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38426 WARNING 2025-09-10 19:37:06,821 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:37:06,821 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:37:06,861 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:38:06,868 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:38:18,168 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38426 WARNING 2025-09-10 19:38:18,184 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:38:18,184 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:38:18,226 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:38:49,776 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38912 WARNING 2025-09-10 19:38:49,792 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:38:49,792 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:38:49,838 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:39:49,851 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:39:58,260 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38963 WARNING 2025-09-10 19:39:58,276 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:39:58,277 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:39:58,322 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:40:12,882 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38963 INFO 2025-09-10 19:40:12,899 basehttp 52883 13489057792 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:40:12,901 basehttp 52883 13505884160 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 19:40:12,901 basehttp 52883 13472231424 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-09-10 19:40:12,907 log 52883 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:40:12,907 basehttp 52883 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:40:12,910 basehttp 52883 13472231424 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 19:40:12,911 basehttp 52883 6166245376 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 19:40:12,913 basehttp 52883 13505884160 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 19:40:12,914 basehttp 52883 6166245376 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:40:12,915 basehttp 52883 13472231424 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:40:12,917 basehttp 52883 13438578688 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:40:12,917 basehttp 52883 6166245376 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:40:12,917 basehttp 52883 13505884160 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:40:12,919 basehttp 52883 13438578688 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:40:12,920 basehttp 52883 13505884160 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:40:12,921 basehttp 52883 13472231424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:40:12,921 basehttp 52883 6166245376 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:40:12,923 basehttp 52883 13438578688 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:40:12,925 basehttp 52883 13505884160 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:40:12,925 basehttp 52883 13472231424 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:40:12,926 basehttp 52883 6166245376 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:40:12,927 basehttp 52883 13438578688 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:40:12,929 basehttp 52883 13472231424 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:40:12,929 basehttp 52883 6166245376 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:40:12,930 basehttp 52883 13438578688 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:40:12,930 basehttp 52883 13505884160 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:40:12,931 basehttp 52883 13472231424 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:40:12,931 basehttp 52883 6166245376 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:40:12,931 basehttp 52883 13455405056 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:40:12,932 basehttp 52883 13489057792 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:40:12,936 basehttp 52883 6166245376 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:40:12,936 basehttp 52883 13438578688 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:40:12,936 basehttp 52883 13505884160 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:40:14,002 basehttp 52883 13438578688 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:40:14,009 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:40:14,089 log 52883 13505884160 Not Found: /favicon.ico WARNING 2025-09-10 19:40:14,089 basehttp 52883 13505884160 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:41:14,008 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:42:14,009 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:43:14,008 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:44:14,011 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:45:14,010 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:46:14,016 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:47:14,013 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:48:14,014 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:49:14,018 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:49:58,994 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42520 WARNING 2025-09-10 19:49:59,007 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:49:59,007 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:49:59,083 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:50:08,626 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42520 INFO 2025-09-10 19:50:08,636 basehttp 52883 13455405056 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:50:08,636 basehttp 52883 13472231424 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:50:08,640 basehttp 52883 13489057792 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 19:50:08,641 basehttp 52883 13455405056 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 19:50:08,646 basehttp 52883 6166245376 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 19:50:08,648 log 52883 13505884160 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 19:50:08,649 basehttp 52883 13489057792 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-10 19:50:08,649 basehttp 52883 13505884160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:50:08,652 basehttp 52883 13438578688 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:50:08,653 basehttp 52883 13472231424 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:50:09,229 basehttp 52883 13472231424 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:50:09,781 basehttp 52883 6166245376 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:50:09,781 basehttp 52883 13505884160 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:50:09,782 basehttp 52883 13472231424 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:50:09,783 basehttp 52883 13438578688 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:50:09,784 basehttp 52883 13489057792 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:50:09,784 basehttp 52883 13455405056 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:50:09,785 basehttp 52883 6166245376 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:50:09,785 basehttp 52883 13472231424 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:50:09,786 basehttp 52883 13505884160 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:50:09,787 basehttp 52883 13438578688 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:50:09,788 basehttp 52883 13489057792 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:50:09,789 basehttp 52883 13455405056 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:50:09,789 basehttp 52883 13505884160 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:50:09,789 basehttp 52883 13472231424 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:50:09,789 basehttp 52883 13438578688 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:50:09,789 basehttp 52883 6166245376 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:50:09,790 basehttp 52883 13489057792 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:50:09,793 basehttp 52883 13472231424 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:50:09,793 basehttp 52883 6166245376 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:50:09,793 basehttp 52883 13438578688 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:50:09,794 basehttp 52883 13455405056 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:50:09,794 basehttp 52883 13505884160 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:50:09,797 basehttp 52883 13489057792 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:50:09,806 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:50:09,892 log 52883 13505884160 Not Found: /favicon.ico WARNING 2025-09-10 19:50:09,892 basehttp 52883 13505884160 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:50:59,192 basehttp 52883 13505884160 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42509 INFO 2025-09-10 19:50:59,202 basehttp 52883 6166245376 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:50:59,205 basehttp 52883 13455405056 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:50:59,206 basehttp 52883 13438578688 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 19:50:59,207 basehttp 52883 13472231424 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 19:50:59,211 basehttp 52883 13438578688 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 19:50:59,212 basehttp 52883 13505884160 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 19:50:59,215 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:50:59,216 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:50:59,220 basehttp 52883 6166245376 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:50:59,221 basehttp 52883 13489057792 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:50:59,221 basehttp 52883 13455405056 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:50:59,714 basehttp 52883 13489057792 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:50:59,714 basehttp 52883 13505884160 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:50:59,714 basehttp 52883 13455405056 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:50:59,715 basehttp 52883 6166245376 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:50:59,715 basehttp 52883 13438578688 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:50:59,717 basehttp 52883 13472231424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:50:59,718 basehttp 52883 13455405056 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:50:59,719 basehttp 52883 13489057792 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:50:59,720 basehttp 52883 13438578688 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:50:59,720 basehttp 52883 6166245376 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:50:59,721 basehttp 52883 13472231424 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:50:59,721 basehttp 52883 13505884160 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:50:59,723 basehttp 52883 13489057792 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:50:59,723 basehttp 52883 13438578688 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:50:59,723 basehttp 52883 13505884160 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:50:59,723 basehttp 52883 13455405056 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:50:59,724 basehttp 52883 13472231424 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:50:59,724 basehttp 52883 6166245376 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:50:59,725 basehttp 52883 13505884160 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:50:59,726 basehttp 52883 13455405056 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:50:59,726 basehttp 52883 13438578688 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:50:59,726 basehttp 52883 13489057792 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:50:59,730 basehttp 52883 13489057792 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:50:59,741 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:50:59,827 log 52883 13489057792 Not Found: /favicon.ico WARNING 2025-09-10 19:50:59,828 basehttp 52883 13489057792 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:51:27,259 basehttp 52883 13489057792 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42506 WARNING 2025-09-10 19:51:27,273 log 52883 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:51:27,273 basehttp 52883 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:51:27,343 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:52:01,751 basehttp 52883 13489057792 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42432 WARNING 2025-09-10 19:52:01,767 log 52883 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:52:01,767 basehttp 52883 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:52:01,813 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:53:01,825 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:53:16,069 basehttp 52883 13489057792 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42432 WARNING 2025-09-10 19:53:16,091 log 52883 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:53:16,091 basehttp 52883 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:53:16,131 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:53:24,802 basehttp 52883 13489057792 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42432 INFO 2025-09-10 19:53:24,812 basehttp 52883 13472231424 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:53:24,813 basehttp 52883 13455405056 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:53:24,815 basehttp 52883 6166245376 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 19:53:24,819 basehttp 52883 6166245376 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 19:53:24,822 basehttp 52883 6166245376 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 WARNING 2025-09-10 19:53:24,824 log 52883 13505884160 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 19:53:24,825 basehttp 52883 13455405056 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 19:53:24,825 basehttp 52883 13489057792 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 19:53:24,825 basehttp 52883 13505884160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:53:24,827 basehttp 52883 6166245376 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:53:24,828 basehttp 52883 13455405056 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:53:24,828 basehttp 52883 13489057792 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:53:24,831 basehttp 52883 13455405056 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:53:24,831 basehttp 52883 13505884160 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:53:24,832 basehttp 52883 13489057792 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:53:24,832 basehttp 52883 6166245376 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:53:24,835 basehttp 52883 13455405056 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:53:24,836 basehttp 52883 13489057792 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:53:24,836 basehttp 52883 6166245376 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:53:24,838 basehttp 52883 13505884160 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:53:24,839 basehttp 52883 13455405056 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:53:24,840 basehttp 52883 6166245376 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:53:24,841 basehttp 52883 13489057792 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:53:24,843 basehttp 52883 13505884160 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:53:24,843 basehttp 52883 6166245376 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:53:24,844 basehttp 52883 13455405056 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:53:24,845 basehttp 52883 13489057792 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:53:24,846 basehttp 52883 13455405056 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:53:24,846 basehttp 52883 13505884160 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:53:24,846 basehttp 52883 6166245376 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:53:24,847 basehttp 52883 13489057792 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:53:24,848 basehttp 52883 13438578688 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:53:24,848 basehttp 52883 13472231424 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:53:25,900 basehttp 52883 13472231424 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:53:25,909 basehttp 52883 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:53:26,003 log 52883 13438578688 Not Found: /favicon.ico WARNING 2025-09-10 19:53:26,003 basehttp 52883 13438578688 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:53:54,949 basehttp 52883 13438578688 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42432 WARNING 2025-09-10 19:53:54,965 log 52883 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:53:54,965 basehttp 52883 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:53:55,036 basehttp 52883 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:54:55,035 basehttp 52883 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:55:55,038 basehttp 52883 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:56:55,044 basehttp 52883 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:57:08,590 basehttp 52883 13438578688 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42570 INFO 2025-09-10 19:57:08,601 basehttp 52883 6166245376 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:57:08,601 basehttp 52883 13455405056 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:57:08,603 basehttp 52883 13505884160 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 19:57:08,610 log 52883 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:57:08,611 basehttp 52883 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:57:08,611 basehttp 52883 13505884160 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 19:57:08,612 basehttp 52883 13455405056 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 19:57:08,613 basehttp 52883 13438578688 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 19:57:08,615 basehttp 52883 13505884160 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:57:08,616 basehttp 52883 13489057792 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:57:08,618 basehttp 52883 13455405056 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:57:08,618 basehttp 52883 13438578688 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:57:08,619 basehttp 52883 13505884160 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:57:08,621 basehttp 52883 13455405056 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:57:08,622 basehttp 52883 13438578688 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:57:08,623 basehttp 52883 13489057792 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:57:08,624 basehttp 52883 13505884160 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:57:08,624 basehttp 52883 13455405056 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:57:08,625 basehttp 52883 13438578688 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:57:08,626 basehttp 52883 13489057792 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:57:08,627 basehttp 52883 13455405056 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:57:08,628 basehttp 52883 13438578688 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:57:08,628 basehttp 52883 13505884160 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:57:08,628 basehttp 52883 13489057792 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:57:08,629 basehttp 52883 13505884160 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:57:08,631 basehttp 52883 13438578688 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:57:08,632 basehttp 52883 13489057792 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:57:08,632 basehttp 52883 13505884160 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:57:08,632 basehttp 52883 13455405056 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:57:08,634 basehttp 52883 13472231424 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:57:08,634 basehttp 52883 13505884160 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:57:08,635 basehttp 52883 6166245376 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:57:08,661 basehttp 52883 6166245376 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:57:09,539 basehttp 52883 6166245376 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:57:09,550 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:57:09,779 log 52883 13505884160 Not Found: /favicon.ico WARNING 2025-09-10 19:57:09,779 basehttp 52883 13505884160 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:58:09,552 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:58:45,761 basehttp 52883 13505884160 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42645 WARNING 2025-09-10 19:58:45,778 log 52883 13505884160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:58:45,778 basehttp 52883 13505884160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:58:45,848 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:59:29,102 basehttp 52883 13505884160 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42654 WARNING 2025-09-10 19:59:29,116 log 52883 13505884160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:59:29,116 basehttp 52883 13505884160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:59:29,168 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:00:29,176 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:00:59,853 basehttp 52883 13505884160 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42654 INFO 2025-09-10 20:00:59,863 basehttp 52883 13472231424 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 20:00:59,865 basehttp 52883 13455405056 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 20:00:59,866 basehttp 52883 13438578688 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 20:00:59,873 basehttp 52883 13455405056 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 20:00:59,873 basehttp 52883 13438578688 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 20:00:59,873 basehttp 52883 13505884160 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 20:00:59,875 log 52883 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:00:59,877 basehttp 52883 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:00:59,879 basehttp 52883 13505884160 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 20:00:59,879 basehttp 52883 13455405056 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 20:00:59,880 basehttp 52883 13489057792 - Broken pipe from ('127.0.0.1', 62536) INFO 2025-09-10 20:00:59,881 basehttp 52883 13438578688 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 20:00:59,882 basehttp 52883 13522710528 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 20:00:59,883 basehttp 52883 13505884160 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 20:00:59,884 basehttp 52883 13455405056 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 20:00:59,884 basehttp 52883 13438578688 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 20:00:59,884 basehttp 52883 13522710528 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 20:00:59,886 basehttp 52883 13455405056 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 20:00:59,887 basehttp 52883 13505884160 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 20:00:59,887 basehttp 52883 13522710528 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 20:00:59,888 basehttp 52883 13455405056 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 20:00:59,888 basehttp 52883 13438578688 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 20:00:59,890 basehttp 52883 13505884160 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 20:00:59,890 basehttp 52883 13522710528 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 20:00:59,891 basehttp 52883 13455405056 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 20:00:59,894 basehttp 52883 13522710528 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 20:00:59,894 basehttp 52883 13505884160 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 20:00:59,895 basehttp 52883 13455405056 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 20:00:59,896 basehttp 52883 13438578688 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 20:00:59,898 basehttp 52883 13505884160 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 20:00:59,898 basehttp 52883 13522710528 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 20:00:59,898 basehttp 52883 13455405056 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 20:00:59,900 basehttp 52883 6166245376 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 20:00:59,900 basehttp 52883 13472231424 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 20:01:00,804 basehttp 52883 13472231424 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 20:01:00,817 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 20:01:01,038 log 52883 6166245376 Not Found: /favicon.ico WARNING 2025-09-10 20:01:01,038 basehttp 52883 6166245376 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 20:02:00,823 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:03:00,828 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:03:12,791 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 37895 WARNING 2025-09-10 20:03:12,806 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:03:12,806 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:03:12,877 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:03:39,668 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 37891 WARNING 2025-09-10 20:03:39,684 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:03:39,684 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:03:39,732 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:04:39,770 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:05:04,012 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42654 INFO 2025-09-10 20:05:04,022 basehttp 52883 13455405056 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 20:05:04,023 basehttp 52883 13522710528 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 20:05:04,025 basehttp 52883 13505884160 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 20:05:04,030 basehttp 52883 13522710528 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 20:05:04,032 basehttp 52883 6166245376 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 20:05:04,033 log 52883 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 20:05:04,035 basehttp 52883 13505884160 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-10 20:05:04,035 basehttp 52883 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:05:04,037 basehttp 52883 13522710528 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 20:05:04,039 basehttp 52883 13505884160 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 20:05:04,040 basehttp 52883 13438578688 - Broken pipe from ('127.0.0.1', 62495) INFO 2025-09-10 20:05:04,040 basehttp 52883 13489057792 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 20:05:04,040 basehttp 52883 6166245376 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 20:05:04,040 basehttp 52883 13522710528 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 20:05:04,043 basehttp 52883 13489057792 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 20:05:04,043 basehttp 52883 6166245376 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 20:05:04,043 basehttp 52883 13522710528 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 20:05:04,045 basehttp 52883 13505884160 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 20:05:04,046 basehttp 52883 6166245376 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 20:05:04,047 basehttp 52883 13522710528 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 20:05:04,049 basehttp 52883 13505884160 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 20:05:04,051 basehttp 52883 13522710528 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 20:05:04,052 basehttp 52883 6166245376 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 20:05:04,052 basehttp 52883 13489057792 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 20:05:04,053 basehttp 52883 13505884160 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 20:05:04,054 basehttp 52883 6166245376 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 20:05:04,054 basehttp 52883 13522710528 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 20:05:04,055 basehttp 52883 13489057792 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 20:05:04,057 basehttp 52883 6166245376 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 20:05:04,058 basehttp 52883 13522710528 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 20:05:04,058 basehttp 52883 13505884160 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 20:05:04,058 basehttp 52883 13489057792 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 20:05:04,059 basehttp 52883 13472231424 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 20:05:04,059 basehttp 52883 13455405056 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 20:05:04,959 basehttp 52883 13455405056 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 20:05:05,004 basehttp 52883 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 20:05:05,044 log 52883 13472231424 Not Found: /favicon.ico WARNING 2025-09-10 20:05:05,044 basehttp 52883 13472231424 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 20:05:34,471 basehttp 52883 13472231424 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42206 WARNING 2025-09-10 20:05:34,486 log 52883 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:05:34,486 basehttp 52883 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:05:34,558 basehttp 52883 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:05:50,403 basehttp 52883 13472231424 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42654 WARNING 2025-09-10 20:05:50,420 log 52883 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:05:50,420 basehttp 52883 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:05:50,465 basehttp 52883 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:06:50,473 basehttp 52883 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:07:05,938 autoreload 52883 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-10 20:07:06,269 autoreload 83428 8682856640 Watching for file changes with StatReloader WARNING 2025-09-10 20:07:07,455 log 83428 6130331648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:07:07,456 basehttp 83428 6130331648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 20:07:07,493 log 83428 6130331648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:07:07,494 basehttp 83428 6130331648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-10 20:07:09,383 log 83428 6130331648 Internal Server Error: /en/appointments/51/requests/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 214, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 222, in get_context_data ctx = super().get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py", line 56, in __init__ self.fields['provider'].queryset = User.objects.filter( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'user' into field. Choices are: accessible_dashboards, acknowledged_alerts, administered_medications, administered_transfusions, admitted_patients, alertrule, analyzed_results, anesthesia_cases, approval_date, approved_by, approved_by_id, approved_care_plans, approved_purchase_orders, approved_schedules, approved_time_entries, approved_transfers, approved_users, assigned_incidents, assigned_queue_entries, assistant_or_blocks, assistant_surgeries, assistant_surgical_cases, attending_bills, attending_patients, attending_wards, audit_logs, audit_team_memberships, authored_notes, availability_slots, billing_provider_bills, bio, blocked_beds, blood_requests, bloodtest, cancelled_appointments, cancelled_requests, care_team_plans, checked_in_appointments, circulating_cases, claim_status_updates, claimdocument, claimstatushistory, cleaned_beds, co_signed_notes, collected_specimens, collected_units, communicationchannel, completed_transfers, completed_transfusions, conducted_reviews, consulting_patients, created_admissions, created_alert_rules, created_appointment_templates, created_appointments, created_at, created_audit_plans, created_availability_slots, created_beds, created_billing_configurations, created_care_plans, created_claims, created_consent_forms, created_consent_templates, created_data_mappings, created_discharge_summaries, created_donors, created_drug_interactions, created_employees, created_encounters, created_external_systems, created_findings, created_hr_departments, created_improvement_projects, created_insurance_claims, created_integration_endpoints, created_inventory_items, created_inventory_locations, created_lab_tests, created_measurements, created_medical_bills, created_medications, created_note_templates, created_notifications, created_operating_rooms, created_or_blocks, created_patient_notes, created_pharmacy_inventory_items, created_problems, created_purchase_orders, created_reference_ranges, created_report_templates, created_risk_assessments, created_schedules, created_studies, created_suppliers, created_surgeries, created_surgical_cases, created_surgical_note_templates, created_telemedicine_sessions, created_training_records, created_waiting_queues, created_wards, created_webhooks, crossmatch, dashboard, datasource, date_joined, dea_number, department, diagnosed_problems, dictated_reports, discharge_planning_cases, dispensed_medications, double_checked_administrations, email, emailaddress, employee_id, employee_profile, encounters, failed_login_attempts, first_name, force_password_change, groups, id, initiated_capas, inpatient_anesthesia_cases, inpatient_circulating_cases, inpatient_scrub_cases, integration_logs, interpreted_studies, investigated_reactions, is_active, is_approved, is_staff, is_superuser, is_verified, issued_units, job_title, language, last_login, last_name, last_password_change, led_audits, license_expiry, license_number, license_state, locked_until, logentry, managed_locations, managed_problems, managed_projects, managed_wards, max_concurrent_sessions, messagerecipient, metricdefinition, middle_name, mobile_number, notificationtemplate, npi_number, ordered_imaging_studies, ordered_lab_tests, password, password_expires_at, password_history, performed_qc, phone_number, physician_discharges, planned_discharges, preferred_name, prescribed_medications, primary_care_plans, primary_nurse_discharges, primary_or_blocks, primary_surgeries, primary_surgical_cases, processed_payments, processed_requests, profile_picture, project_team_memberships, provider_appointments, qc_tests, radiology_reports, received_payments, received_specimens, received_units, recorded_equipment_usage, referred_studies, registered_patients, rendered_line_items, report, reported_incidents, reported_reactions, reportexecution, requested_purchase_orders, requested_transfers, resolved_alerts, responsible_findings, responsible_quality_indicators, responsible_risks, reviewed_qc, reviewed_qc_tests, revoked_consents, role, scrub_cases, sent_messages, session_timeout_minutes, signed_encounters, social_accounts, sponsored_projects, stopped_transfusions, supervised_line_items, surgeon_surgical_notes, targeted_notifications, task, tenant, tenant_id, theme, transcribed_reports, transport_assignments, triggered_integrations, two_factor_devices, two_factor_enabled, updated_at, updated_configurations, updated_queue_entries, user_id, user_permissions, user_sessions, user_timezone, username, verified_crossmatches, verified_dispenses, verified_findings, verified_insurance, verified_measurements, verified_prescriptions, verified_problems, verified_results, verified_tests, verified_vital_signs, vital_signs_measurements, waiting_queues, witnessed_administrations, witnessed_transfusions ERROR 2025-09-10 20:07:09,386 basehttp 83428 6130331648 "GET /en/appointments/51/requests/create/ HTTP/1.1" 500 187085 WARNING 2025-09-10 20:07:09,398 log 83428 6130331648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:07:09,398 basehttp 83428 6130331648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:07:17,975 autoreload 83428 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-10 20:07:18,330 autoreload 83585 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 20:07:19,264 basehttp 83585 6156529664 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42654 WARNING 2025-09-10 20:07:19,276 log 83585 6156529664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:07:19,276 basehttp 83585 6156529664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:07:19,327 basehttp 83585 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:07:20,499 basehttp 83585 6156529664 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42654 WARNING 2025-09-10 20:07:20,516 log 83585 6156529664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:07:20,517 basehttp 83585 6156529664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:07:20,560 basehttp 83585 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:08:20,562 basehttp 83585 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:08:42,282 basehttp 83585 6156529664 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42670 WARNING 2025-09-10 20:08:42,296 log 83585 6156529664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:08:42,297 basehttp 83585 6156529664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:08:42,339 basehttp 83585 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:08:50,397 basehttp 83585 6156529664 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42670 INFO 2025-09-10 20:08:50,419 basehttp 83585 13203795968 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 20:08:50,420 basehttp 83585 13186969600 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 20:08:50,423 basehttp 83585 13220622336 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 20:08:50,426 log 83585 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:08:50,427 basehttp 83585 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:08:50,430 basehttp 83585 13186969600 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 20:08:50,431 basehttp 83585 13220622336 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 20:08:50,432 basehttp 83585 6156529664 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 20:08:50,434 basehttp 83585 13186969600 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 20:08:50,434 basehttp 83585 13220622336 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 20:08:50,435 basehttp 83585 6173356032 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 20:08:50,437 basehttp 83585 6156529664 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 20:08:50,438 basehttp 83585 6173356032 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 20:08:50,439 basehttp 83585 13186969600 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 20:08:50,440 basehttp 83585 13220622336 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 20:08:50,441 basehttp 83585 6156529664 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 20:08:50,442 basehttp 83585 13186969600 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 20:08:50,443 basehttp 83585 13220622336 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 20:08:50,443 basehttp 83585 6173356032 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 20:08:50,445 basehttp 83585 6156529664 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 20:08:50,445 basehttp 83585 13186969600 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 20:08:50,446 basehttp 83585 6173356032 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 20:08:50,446 basehttp 83585 13220622336 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 20:08:50,447 basehttp 83585 6156529664 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 20:08:50,448 basehttp 83585 6173356032 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 20:08:50,449 basehttp 83585 13220622336 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 20:08:50,450 basehttp 83585 6156529664 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 20:08:50,452 basehttp 83585 13220622336 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 20:08:50,454 basehttp 83585 6156529664 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 20:08:50,454 basehttp 83585 6173356032 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 20:08:50,455 basehttp 83585 13186969600 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 20:08:50,456 basehttp 83585 13170143232 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 20:08:50,456 basehttp 83585 13203795968 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 20:08:51,358 basehttp 83585 13203795968 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 20:08:51,369 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 20:08:51,458 log 83585 13203795968 Not Found: /favicon.ico WARNING 2025-09-10 20:08:51,458 basehttp 83585 13203795968 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 20:09:51,379 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:10:51,386 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:11:07,043 basehttp 83585 13203795968 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42663 INFO 2025-09-10 20:11:07,051 basehttp 83585 13203795968 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 20:11:07,055 basehttp 83585 6156529664 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 20:11:07,056 basehttp 83585 6173356032 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 20:11:07,058 basehttp 83585 13220622336 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 20:11:07,064 log 83585 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:11:07,064 basehttp 83585 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:11:07,064 basehttp 83585 6173356032 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 20:11:07,066 basehttp 83585 6173356032 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 20:11:07,067 basehttp 83585 6156529664 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 20:11:07,069 basehttp 83585 13186969600 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 20:11:07,070 basehttp 83585 13220622336 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 20:11:07,071 basehttp 83585 13186969600 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 20:11:07,072 basehttp 83585 6173356032 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 20:11:07,073 basehttp 83585 6156529664 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 20:11:07,075 basehttp 83585 13186969600 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 20:11:07,075 basehttp 83585 6173356032 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 20:11:07,077 basehttp 83585 13220622336 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 20:11:07,078 basehttp 83585 6156529664 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 20:11:07,078 basehttp 83585 13186969600 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 20:11:07,079 basehttp 83585 6173356032 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 20:11:07,080 basehttp 83585 13220622336 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 20:11:07,080 basehttp 83585 6156529664 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 20:11:07,083 basehttp 83585 13186969600 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 20:11:07,083 basehttp 83585 6156529664 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 20:11:07,084 basehttp 83585 6173356032 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 20:11:07,084 basehttp 83585 13220622336 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 20:11:07,085 basehttp 83585 13186969600 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 20:11:07,088 basehttp 83585 6156529664 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 20:11:07,088 basehttp 83585 13186969600 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 20:11:07,089 basehttp 83585 13220622336 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 20:11:07,089 basehttp 83585 6173356032 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 20:11:07,091 basehttp 83585 13170143232 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 20:11:07,091 basehttp 83585 13203795968 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 20:11:07,944 basehttp 83585 13203795968 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 20:11:07,972 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 20:11:08,056 log 83585 13203795968 Not Found: /favicon.ico WARNING 2025-09-10 20:11:08,056 basehttp 83585 13203795968 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 20:11:43,535 basehttp 83585 13203795968 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42661 WARNING 2025-09-10 20:11:43,552 log 83585 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:11:43,552 basehttp 83585 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:11:43,621 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:12:43,635 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:13:09,827 basehttp 83585 13203795968 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42656 WARNING 2025-09-10 20:13:09,841 log 83585 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:13:09,842 basehttp 83585 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:13:09,885 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:13:39,740 basehttp 83585 13203795968 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42656 WARNING 2025-09-10 20:13:39,754 log 83585 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:13:39,754 basehttp 83585 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:13:39,797 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:14:39,804 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:15:39,812 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:16:39,812 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:17:39,819 basehttp 83585 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:18:39,812 basehttp 83585 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:19:39,826 basehttp 83585 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:20:39,828 basehttp 83585 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:21:39,831 basehttp 83585 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:22:20,166 basehttp 83585 6156529664 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42656 WARNING 2025-09-10 20:22:20,180 log 83585 6156529664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:22:20,180 basehttp 83585 6156529664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:22:20,224 basehttp 83585 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:23:10,022 basehttp 83585 6156529664 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42662 WARNING 2025-09-10 20:23:10,033 log 83585 6156529664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:23:10,034 basehttp 83585 6156529664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:23:10,057 basehttp 83585 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:24:02,474 basehttp 83585 6156529664 "GET /en/admin/hr/employee/ HTTP/1.1" 200 158867 INFO 2025-09-10 20:24:02,490 basehttp 83585 6173356032 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-10 20:24:02,490 basehttp 83585 13170143232 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-10 20:24:02,491 basehttp 83585 13186969600 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-10 20:24:02,491 basehttp 83585 6156529664 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-10 20:24:02,491 basehttp 83585 13203795968 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-10 20:24:02,492 basehttp 83585 13186969600 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-10 20:24:02,493 basehttp 83585 6173356032 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-10 20:24:02,493 basehttp 83585 13203795968 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-10 20:24:02,494 basehttp 83585 6156529664 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-10 20:24:02,495 basehttp 83585 13203795968 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-10 20:24:02,495 basehttp 83585 13186969600 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-10 20:24:02,495 basehttp 83585 6173356032 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-10 20:24:02,497 basehttp 83585 13186969600 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-10 20:24:02,498 basehttp 83585 13170143232 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-10 20:24:02,500 basehttp 83585 13220622336 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-10 20:24:02,500 basehttp 83585 6156529664 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-10 20:24:02,501 basehttp 83585 13220622336 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-10 20:24:02,504 basehttp 83585 13220622336 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-10 20:24:02,513 basehttp 83585 13220622336 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-10 20:24:02,513 basehttp 83585 6156529664 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-10 20:24:02,514 basehttp 83585 6156529664 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-10 20:24:10,337 basehttp 83585 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:24:16,844 basehttp 83585 6156529664 "GET /en/admin/hr/schedule/ HTTP/1.1" 200 151635 INFO 2025-09-10 20:24:16,853 basehttp 83585 13220622336 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-10 20:24:16,855 basehttp 83585 13220622336 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-09-10 20:24:16,858 basehttp 83585 6156529664 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-10 20:24:16,869 basehttp 83585 6156529664 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-10 20:25:10,339 basehttp 83585 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:25:31,761 basehttp 83585 6156529664 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42628 INFO 2025-09-10 20:25:31,771 basehttp 83585 13170143232 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 20:25:31,773 basehttp 83585 13186969600 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 20:25:31,775 basehttp 83585 13203795968 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 20:25:31,779 basehttp 83585 13203795968 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 20:25:31,781 basehttp 83585 13186969600 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 20:25:31,783 basehttp 83585 6156529664 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 20:25:31,786 basehttp 83585 6156529664 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 20:25:31,786 basehttp 83585 13186969600 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 20:25:31,786 basehttp 83585 13203795968 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 WARNING 2025-09-10 20:25:31,789 log 83585 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:25:31,790 basehttp 83585 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:25:31,790 basehttp 83585 13186969600 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 20:25:31,793 basehttp 83585 6156529664 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 20:25:31,793 basehttp 83585 13186969600 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 20:25:31,796 basehttp 83585 13203795968 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 20:25:31,797 basehttp 83585 6156529664 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 20:25:31,798 basehttp 83585 13186969600 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 20:25:31,798 basehttp 83585 13170143232 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 20:25:31,800 basehttp 83585 13186969600 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 20:25:31,800 basehttp 83585 13203795968 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 20:25:31,801 basehttp 83585 6156529664 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 20:25:31,801 basehttp 83585 13170143232 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 20:25:31,802 basehttp 83585 13203795968 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 20:25:31,802 basehttp 83585 13186969600 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 20:25:31,802 basehttp 83585 13220622336 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 20:25:31,803 basehttp 83585 6173356032 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 20:25:31,806 basehttp 83585 13203795968 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 20:25:31,806 basehttp 83585 13186969600 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 20:25:31,807 basehttp 83585 6156529664 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 20:25:31,807 basehttp 83585 13170143232 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 20:25:31,807 basehttp 83585 6173356032 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 20:25:31,808 basehttp 83585 13203795968 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 20:25:31,808 basehttp 83585 13220622336 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 20:25:32,881 basehttp 83585 13203795968 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 20:25:32,889 basehttp 83585 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 20:25:32,983 log 83585 6173356032 Not Found: /favicon.ico WARNING 2025-09-10 20:25:32,984 basehttp 83585 6173356032 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 20:26:32,903 basehttp 83585 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:27:32,914 basehttp 83585 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:27:39,175 basehttp 83585 6173356032 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42717 WARNING 2025-09-10 20:27:39,190 log 83585 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:27:39,190 basehttp 83585 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:27:39,255 basehttp 83585 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:28:39,346 basehttp 83585 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:28:50,920 basehttp 83585 6173356032 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42715 WARNING 2025-09-10 20:28:50,932 log 83585 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:28:50,932 basehttp 83585 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:28:50,979 basehttp 83585 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:29:51,336 basehttp 83585 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:29:56,896 basehttp 83585 6173356032 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42726 WARNING 2025-09-10 20:29:56,913 log 83585 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:29:56,913 basehttp 83585 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:29:56,959 basehttp 83585 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:30:07,272 basehttp 83585 6173356032 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42726 WARNING 2025-09-10 20:30:07,289 log 83585 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:30:07,289 basehttp 83585 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:30:07,332 basehttp 83585 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:31:08,338 basehttp 83585 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:31:13,392 basehttp 83585 6173356032 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42807 WARNING 2025-09-10 20:31:13,409 log 83585 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:31:13,409 basehttp 83585 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:31:13,459 basehttp 83585 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:31:52,653 basehttp 83585 6173356032 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42749 WARNING 2025-09-10 20:31:52,668 log 83585 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:31:52,668 basehttp 83585 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:31:52,712 basehttp 83585 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:32:52,725 basehttp 83585 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:33:12,802 basehttp 83585 6173356032 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42656 INFO 2025-09-10 20:33:12,813 basehttp 83585 13203795968 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 20:33:12,814 basehttp 83585 13186969600 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-09-10 20:33:12,819 log 83585 6156529664 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 20:33:12,820 basehttp 83585 13220622336 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 20:33:12,822 basehttp 83585 6173356032 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 20:33:12,822 basehttp 83585 6156529664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:33:12,824 basehttp 83585 13186969600 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 20:33:12,825 basehttp 83585 6156529664 - Broken pipe from ('127.0.0.1', 56972) INFO 2025-09-10 20:33:12,826 basehttp 83585 6173356032 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 20:33:12,826 basehttp 83585 13220622336 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 20:33:12,827 basehttp 83585 13237448704 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 20:33:12,829 basehttp 83585 13186969600 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 20:33:12,830 basehttp 83585 13237448704 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 20:33:12,831 basehttp 83585 13220622336 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 20:33:12,831 basehttp 83585 13186969600 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 20:33:12,831 basehttp 83585 6173356032 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 20:33:12,834 basehttp 83585 13220622336 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 20:33:12,834 basehttp 83585 13186969600 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 20:33:12,835 basehttp 83585 13237448704 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 20:33:12,835 basehttp 83585 6173356032 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 20:33:12,837 basehttp 83585 13220622336 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 20:33:12,837 basehttp 83585 13186969600 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 20:33:12,838 basehttp 83585 13237448704 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 20:33:12,840 basehttp 83585 6173356032 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 20:33:12,840 basehttp 83585 13220622336 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 20:33:12,840 basehttp 83585 13186969600 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 20:33:12,841 basehttp 83585 13237448704 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 20:33:12,843 basehttp 83585 6173356032 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 20:33:12,843 basehttp 83585 13186969600 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 20:33:12,844 basehttp 83585 13220622336 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 20:33:12,844 basehttp 83585 13237448704 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 20:33:12,845 basehttp 83585 13170143232 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 20:33:12,846 basehttp 83585 13203795968 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 20:33:13,385 basehttp 83585 13203795968 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 20:33:13,762 basehttp 83585 13203795968 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 20:33:13,791 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 20:33:13,865 log 83585 13203795968 Not Found: /favicon.ico WARNING 2025-09-10 20:33:13,865 basehttp 83585 13203795968 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 20:34:13,810 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:35:13,800 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-10 20:35:31,547 log 83585 13203795968 Internal Server Error: /en/appointments/51/requests/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_available_slots' not found. 'get_available_slots' is not a valid view function or pattern name. ERROR 2025-09-10 20:35:31,549 basehttp 83585 13203795968 "GET /en/appointments/51/requests/create/ HTTP/1.1" 500 176175 WARNING 2025-09-10 20:35:31,561 log 83585 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:35:31,561 basehttp 83585 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:35:52,468 basehttp 83585 13203795968 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42704 WARNING 2025-09-10 20:35:52,482 log 83585 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:35:52,482 basehttp 83585 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:35:52,554 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:36:04,717 basehttp 83585 13203795968 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42704 WARNING 2025-09-10 20:36:04,731 log 83585 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:36:04,731 basehttp 83585 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:36:04,771 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:36:19,807 basehttp 83585 13203795968 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42704 WARNING 2025-09-10 20:36:19,822 log 83585 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:36:19,822 basehttp 83585 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:36:19,865 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:37:19,879 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:38:08,781 autoreload 83585 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 20:38:09,308 autoreload 97116 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 20:38:19,952 basehttp 97116 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:38:32,423 autoreload 97116 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 20:38:32,921 autoreload 97276 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 20:38:33,610 basehttp 97276 6162706432 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42704 WARNING 2025-09-10 20:38:33,624 log 97276 6162706432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:38:33,625 basehttp 97276 6162706432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:38:33,667 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-10 20:38:46,571 log 97276 6162706432 Internal Server Error: /en/appointments/51/requests/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_available_slots' not found. 'get_available_slots' is not a valid view function or pattern name. ERROR 2025-09-10 20:38:46,573 basehttp 97276 6162706432 "GET /en/appointments/51/requests/create/ HTTP/1.1" 500 176175 WARNING 2025-09-10 20:38:46,588 log 97276 6162706432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:38:46,588 basehttp 97276 6162706432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:39:23,408 basehttp 97276 6162706432 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42737 WARNING 2025-09-10 20:39:23,421 log 97276 6162706432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:39:23,422 basehttp 97276 6162706432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:39:23,471 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:40:23,495 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:40:46,260 basehttp 97276 6162706432 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42651 WARNING 2025-09-10 20:40:46,279 log 97276 6162706432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:40:46,279 basehttp 97276 6162706432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:40:46,357 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:41:09,584 basehttp 97276 6162706432 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42629 WARNING 2025-09-10 20:41:09,601 log 97276 6162706432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:41:09,601 basehttp 97276 6162706432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:41:09,644 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:42:09,670 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:43:09,658 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:43:10,006 basehttp 97276 6162706432 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42195 WARNING 2025-09-10 20:43:10,021 log 97276 6162706432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:43:10,021 basehttp 97276 6162706432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:43:10,064 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:44:10,362 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:45:11,348 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:46:12,350 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:47:13,364 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:48:13,362 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:48:14,287 basehttp 97276 6162706432 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42809 WARNING 2025-09-10 20:48:14,303 log 97276 6162706432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:48:14,303 basehttp 97276 6162706432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:48:14,362 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:49:14,374 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:49:20,193 basehttp 97276 6162706432 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42817 WARNING 2025-09-10 20:49:20,210 log 97276 6162706432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:49:20,210 basehttp 97276 6162706432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:49:20,281 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:49:33,064 basehttp 97276 6162706432 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42817 WARNING 2025-09-10 20:49:33,081 log 97276 6162706432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:49:33,081 basehttp 97276 6162706432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:49:33,125 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:49:42,028 basehttp 97276 6162706432 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42817 WARNING 2025-09-10 20:49:42,044 log 97276 6162706432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:49:42,044 basehttp 97276 6162706432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:49:42,087 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:50:42,341 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:51:43,344 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:52:44,340 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:53:32,367 basehttp 97276 6162706432 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42954 WARNING 2025-09-10 20:53:32,383 log 97276 6162706432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:53:32,383 basehttp 97276 6162706432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:53:32,428 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:54:33,344 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:55:34,343 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:56:35,342 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:57:36,342 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:58:37,340 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:59:38,332 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 21:00:40,340 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 21:01:43,336 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 21:03:43,343 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 21:04:28,765 basehttp 97276 6162706432 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 41558 WARNING 2025-09-10 21:04:28,780 log 97276 6162706432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 21:04:28,780 basehttp 97276 6162706432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 21:04:28,846 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 21:05:28,860 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 21:05:54,856 basehttp 97276 6162706432 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 41558 INFO 2025-09-10 21:05:54,871 basehttp 97276 13472231424 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 21:05:54,871 basehttp 97276 13455405056 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 21:05:54,873 basehttp 97276 13489057792 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 21:05:54,879 basehttp 97276 6162706432 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 21:05:54,882 log 97276 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 21:05:54,883 basehttp 97276 13472231424 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-10 21:05:54,884 basehttp 97276 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 21:05:54,885 basehttp 97276 13489057792 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 21:05:54,886 basehttp 97276 6162706432 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 21:05:54,889 basehttp 97276 13472231424 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 21:05:54,889 basehttp 97276 13489057792 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 21:05:54,890 basehttp 97276 6162706432 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 21:05:54,891 basehttp 97276 13455405056 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 21:05:54,894 basehttp 97276 13489057792 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 21:05:54,895 basehttp 97276 13455405056 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 21:05:54,896 basehttp 97276 6162706432 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 21:05:54,896 basehttp 97276 13438578688 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 21:05:54,898 basehttp 97276 13489057792 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 21:05:54,899 basehttp 97276 13505884160 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 21:05:54,900 basehttp 97276 13472231424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 21:05:54,901 basehttp 97276 13455405056 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 21:05:54,902 basehttp 97276 6162706432 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 21:05:54,902 basehttp 97276 13438578688 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 21:05:54,903 basehttp 97276 13489057792 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 21:05:54,903 basehttp 97276 13505884160 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 21:05:54,904 basehttp 97276 13472231424 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 21:05:54,906 basehttp 97276 13438578688 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 21:05:54,906 basehttp 97276 13489057792 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 21:05:54,907 basehttp 97276 13505884160 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 21:05:54,907 basehttp 97276 13472231424 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 21:05:54,907 basehttp 97276 6162706432 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 21:05:54,907 basehttp 97276 13455405056 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 21:05:55,040 basehttp 97276 13455405056 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 21:05:55,710 basehttp 97276 13455405056 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 21:05:55,714 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-10 21:05:55,805 log 97276 6162706432 Not Found: /favicon.ico WARNING 2025-09-10 21:05:55,805 basehttp 97276 6162706432 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 21:06:43,536 basehttp 97276 6162706432 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42658 WARNING 2025-09-10 21:06:43,561 log 97276 6162706432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 21:06:43,561 basehttp 97276 6162706432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 21:06:43,610 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 21:07:43,622 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 21:08:44,348 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 21:13:15,159 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:30:56,458 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:34:26,722 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:35:27,776 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:36:29,766 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:41:13,441 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:41:52,695 autoreload 97276 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 22:41:53,163 autoreload 14743 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 22:41:54,918 basehttp 14743 6161297408 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42555 WARNING 2025-09-10 22:41:54,933 log 14743 6161297408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 22:41:54,933 basehttp 14743 6161297408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 22:41:55,000 basehttp 14743 6161297408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:42:55,016 basehttp 14743 6161297408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:43:02,316 autoreload 14743 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 22:43:02,682 autoreload 15207 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 22:43:19,010 basehttp 15207 6158692352 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42567 WARNING 2025-09-10 22:43:19,029 log 15207 6158692352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 22:43:19,029 basehttp 15207 6158692352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 22:43:19,092 basehttp 15207 6158692352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:44:19,098 basehttp 15207 6158692352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:45:10,721 basehttp 15207 6158692352 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42567 WARNING 2025-09-10 22:45:10,739 log 15207 6158692352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 22:45:10,739 basehttp 15207 6158692352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 22:45:10,783 basehttp 15207 6158692352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:46:10,799 basehttp 15207 6158692352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:47:10,796 basehttp 15207 6158692352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:47:26,434 autoreload 15207 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-10 22:47:26,792 autoreload 17145 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 22:48:10,865 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:48:33,699 basehttp 17145 12918534144 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42563 WARNING 2025-09-10 22:48:33,722 log 17145 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 22:48:33,722 basehttp 17145 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 22:48:33,757 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:48:53,073 basehttp 17145 12918534144 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42563 WARNING 2025-09-10 22:48:53,086 log 17145 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 22:48:53,086 basehttp 17145 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 22:48:53,129 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:49:19,471 basehttp 17145 12918534144 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42559 WARNING 2025-09-10 22:49:19,489 log 17145 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 22:49:19,489 basehttp 17145 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 22:49:19,531 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:49:22,485 basehttp 17145 12918534144 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42559 WARNING 2025-09-10 22:49:22,501 log 17145 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 22:49:22,501 basehttp 17145 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 22:49:22,547 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:50:22,455 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:51:22,468 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:51:52,932 basehttp 17145 12918534144 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 45082 WARNING 2025-09-10 22:51:52,946 log 17145 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 22:51:52,946 basehttp 17145 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 22:51:52,989 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:52:26,304 basehttp 17145 12918534144 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 45082 WARNING 2025-09-10 22:52:26,316 log 17145 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 22:52:26,316 basehttp 17145 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 22:52:26,355 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:52:55,252 basehttp 17145 12918534144 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 45092 WARNING 2025-09-10 22:52:55,263 log 17145 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 22:52:55,267 basehttp 17145 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 22:52:55,305 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:53:25,944 basehttp 17145 12918534144 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 45108 WARNING 2025-09-10 22:53:25,958 log 17145 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 22:53:25,958 basehttp 17145 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 22:53:26,002 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:54:26,019 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:55:26,022 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:56:26,018 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:56:34,299 basehttp 17145 12918534144 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 45108 WARNING 2025-09-10 22:56:34,313 log 17145 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 22:56:34,313 basehttp 17145 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 22:56:34,359 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:57:33,769 basehttp 17145 12918534144 "GET /en/appointments/requests/ HTTP/1.1" 200 153461 WARNING 2025-09-10 22:57:33,784 log 17145 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 22:57:33,784 basehttp 17145 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 22:57:33,836 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-10 22:57:37,254 log 17145 12918534144 Not Found: /en/appointments/check-in/2110/ WARNING 2025-09-10 22:57:37,254 basehttp 17145 12918534144 "GET /en/appointments/check-in/2110/ HTTP/1.1" 404 28223 WARNING 2025-09-10 22:57:37,272 log 17145 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 22:57:37,272 basehttp 17145 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:01:16,902 autoreload 17145 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 23:01:17,245 autoreload 23256 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 23:13:02,942 autoreload 23256 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 23:13:03,307 autoreload 28437 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 23:22:27,539 basehttp 28437 6341865472 "GET /en/operating-theatre/ HTTP/1.1" 200 55329 WARNING 2025-09-10 23:22:27,555 log 28437 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:22:27,555 basehttp 28437 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:22:27,626 basehttp 28437 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:22:27,629 basehttp 28437 6358691840 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-10 23:22:33,785 basehttp 28437 6358691840 "GET /en/operating-theatre/rooms/2/ HTTP/1.1" 200 39576 WARNING 2025-09-10 23:22:33,805 log 28437 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:22:33,805 basehttp 28437 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:22:33,859 basehttp 28437 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:23:33,876 basehttp 28437 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:24:02,347 basehttp 28437 6358691840 "GET /en/operating-theatre/rooms/2/ HTTP/1.1" 200 39515 WARNING 2025-09-10 23:24:02,360 log 28437 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:24:02,361 basehttp 28437 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:24:02,402 basehttp 28437 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:24:47,308 basehttp 28437 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-10 23:24:47,310 log 28437 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:24:47,310 basehttp 28437 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 23:24:47,321 log 28437 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:24:47,321 basehttp 28437 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:24:48,004 basehttp 28437 6341865472 "GET /en/operating-theatre/ HTTP/1.1" 200 55329 WARNING 2025-09-10 23:24:48,019 log 28437 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:24:48,019 basehttp 28437 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:24:48,071 basehttp 28437 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:24:48,073 basehttp 28437 6358691840 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-10 23:24:50,854 basehttp 28437 6358691840 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 141123 WARNING 2025-09-10 23:24:50,871 log 28437 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:24:50,871 basehttp 28437 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:24:50,895 basehttp 28437 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:24:50,897 basehttp 28437 6341865472 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-10 23:25:02,556 basehttp 28437 6341865472 "GET /en/operating-theatre/rooms/1/ HTTP/1.1" 200 39192 WARNING 2025-09-10 23:25:02,576 log 28437 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:25:02,576 basehttp 28437 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:25:02,619 basehttp 28437 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:25:09,504 basehttp 28437 6341865472 "GET /en/operating-theatre/cases/97/ HTTP/1.1" 200 31525 WARNING 2025-09-10 23:25:09,519 basehttp 28437 6341865472 "GET /static/plugins/%40fullcalendar/dist/main.min.css HTTP/1.1" 404 2044 WARNING 2025-09-10 23:25:09,525 log 28437 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:25:09,525 basehttp 28437 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:25:09,576 basehttp 28437 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:26:09,596 basehttp 28437 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:27:09,597 basehttp 28437 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:28:00,816 basehttp 28437 6358691840 "GET /en/operating-theatre/cases/97/ HTTP/1.1" 200 31553 WARNING 2025-09-10 23:28:00,822 basehttp 28437 6358691840 "GET /static/plugins/%40fullcalendar/dist/main.min.css HTTP/1.1" 404 2044 WARNING 2025-09-10 23:28:00,828 log 28437 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:28:00,828 basehttp 28437 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:28:00,869 basehttp 28437 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:28:59,626 basehttp 28437 6341865472 "GET /en/operating-theatre/cases/97/ HTTP/1.1" 200 31529 WARNING 2025-09-10 23:28:59,632 basehttp 28437 6341865472 "GET /static/plugins/%40fullcalendar/dist/main.min.css HTTP/1.1" 404 2044 WARNING 2025-09-10 23:28:59,637 log 28437 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:28:59,637 basehttp 28437 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:28:59,698 basehttp 28437 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:29:59,692 basehttp 28437 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:30:59,695 basehttp 28437 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:31:59,687 basehttp 28437 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:32:23,569 basehttp 28437 6358691840 "GET /en/admin/laboratory/labresult/ HTTP/1.1" 200 150325 INFO 2025-09-10 23:32:23,581 basehttp 28437 6341865472 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-10 23:32:23,582 basehttp 28437 6375518208 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-10 23:32:23,582 basehttp 28437 6392344576 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-10 23:32:23,582 basehttp 28437 6358691840 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-10 23:32:23,582 basehttp 28437 6409170944 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-10 23:32:23,584 basehttp 28437 6341865472 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-10 23:32:23,585 basehttp 28437 6409170944 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-10 23:32:23,585 basehttp 28437 6375518208 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-10 23:32:23,586 basehttp 28437 6341865472 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-10 23:32:23,587 basehttp 28437 6358691840 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-10 23:32:23,588 basehttp 28437 6375518208 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-10 23:32:23,589 basehttp 28437 6409170944 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-10 23:32:23,590 basehttp 28437 6425997312 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-10 23:32:23,591 basehttp 28437 6358691840 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-10 23:32:23,591 basehttp 28437 6375518208 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-09-10 23:32:23,592 basehttp 28437 6392344576 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-10 23:32:23,594 basehttp 28437 6392344576 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-10 23:32:23,594 basehttp 28437 6341865472 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-10 23:32:23,600 basehttp 28437 6341865472 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-10 23:32:23,600 basehttp 28437 6392344576 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-10 23:32:23,609 basehttp 28437 6341865472 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-10 23:32:23,610 basehttp 28437 6392344576 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-10 23:32:23,610 basehttp 28437 6375518208 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-10 23:33:00,384 basehttp 28437 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:34:01,383 basehttp 28437 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:35:02,380 basehttp 28437 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:36:05,279 basehttp 28437 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:37:19,276 basehttp 28437 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:39:19,272 basehttp 28437 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:40:41,849 basehttp 28437 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-10 23:40:48,424 log 28437 6375518208 Internal Server Error: /en/patients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_create' with no arguments not found. 1 pattern(s) tried: ['en/appointments/(?P[0-9]+)/requests/create/\\Z'] ERROR 2025-09-10 23:40:48,426 basehttp 28437 6375518208 "GET /en/patients/ HTTP/1.1" 500 199419 WARNING 2025-09-10 23:40:48,441 log 28437 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:40:48,441 basehttp 28437 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:51:13,670 autoreload 28437 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-10 23:51:14,061 autoreload 45234 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 23:51:25,194 basehttp 45234 6133641216 "GET /en/appointments/ HTTP/1.1" 200 43100 WARNING 2025-09-10 23:51:25,213 log 45234 6133641216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:51:25,213 basehttp 45234 6133641216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:51:25,266 basehttp 45234 6133641216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:51:25,280 basehttp 45234 6150467584 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-10 23:51:29,959 basehttp 45234 6150467584 "GET /en/appointments/slots/available/ HTTP/1.1" 200 452 WARNING 2025-09-10 23:51:29,977 log 45234 6150467584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:51:29,977 basehttp 45234 6150467584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-10 23:52:06,648 log 45234 6150467584 Internal Server Error: /en/appointments/slots/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'slot_create' not found. 'slot_create' is not a valid view function or pattern name. ERROR 2025-09-10 23:52:06,650 basehttp 45234 6150467584 "GET /en/appointments/slots/ HTTP/1.1" 500 208329 WARNING 2025-09-10 23:52:06,667 log 45234 6150467584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:52:06,667 basehttp 45234 6150467584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:54:04,918 autoreload 45234 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 23:54:05,285 autoreload 46482 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 23:54:10,827 basehttp 46482 6195212288 "GET /en/appointments/slots/ HTTP/1.1" 200 117447 WARNING 2025-09-10 23:54:10,839 basehttp 46482 6228865024 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 INFO 2025-09-10 23:54:10,845 basehttp 46482 6262517760 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-10 23:54:10,846 basehttp 46482 6195212288 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-10 23:54:10,846 basehttp 46482 6212038656 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-10 23:54:10,848 basehttp 46482 6228865024 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-10 23:54:10,848 basehttp 46482 6262517760 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 WARNING 2025-09-10 23:54:10,851 log 46482 6279344128 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 23:54:10,851 basehttp 46482 6245691392 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 WARNING 2025-09-10 23:54:10,851 basehttp 46482 6279344128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:54:10,851 basehttp 46482 6195212288 "GET /static/plugins/%40fullcalendar/core/index.js HTTP/1.1" 200 91540 INFO 2025-09-10 23:54:10,929 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:55:10,942 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:55:27,567 basehttp 46482 6195212288 "GET /en/appointments/slots/ HTTP/1.1" 200 112158 WARNING 2025-09-10 23:55:27,577 basehttp 46482 6195212288 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-09-10 23:55:27,584 log 46482 6279344128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:55:27,584 basehttp 46482 6279344128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:55:27,668 basehttp 46482 6279344128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:55:59,395 basehttp 46482 6279344128 "GET /en/appointments/slots/ HTTP/1.1" 200 117431 WARNING 2025-09-10 23:55:59,402 basehttp 46482 6279344128 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-09-10 23:55:59,408 log 46482 6245691392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:55:59,408 basehttp 46482 6245691392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:55:59,458 basehttp 46482 6245691392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-10 23:56:17,366 log 46482 6245691392 Not Found: /appointments/slots/2/edit/ WARNING 2025-09-10 23:56:17,367 basehttp 46482 6245691392 "GET /appointments/slots/2/edit/ HTTP/1.1" 404 2602 WARNING 2025-09-10 23:56:17,390 log 46482 6245691392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:56:17,391 basehttp 46482 6245691392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 23:56:40,816 log 46482 6245691392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:56:40,817 basehttp 46482 6245691392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 23:56:40,823 basehttp 46482 6245691392 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-09-10 23:56:40,828 log 46482 6262517760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:56:40,828 basehttp 46482 6262517760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:56:59,476 basehttp 46482 6262517760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:57:59,479 basehttp 46482 6262517760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-10 23:58:02,987 log 46482 6262517760 Not Found: /appointments/slots/741/edit/ WARNING 2025-09-10 23:58:02,987 basehttp 46482 6262517760 "GET /appointments/slots/741/edit/ HTTP/1.1" 404 2608 WARNING 2025-09-10 23:58:03,002 log 46482 6262517760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:58:03,002 basehttp 46482 6262517760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:00:23,365 basehttp 46482 6262517760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 00:00:23,373 log 46482 6262517760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:00:23,373 basehttp 46482 6262517760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:00:23,389 log 46482 6262517760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:00:23,389 basehttp 46482 6262517760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-11 00:00:23,908 log 46482 6262517760 Internal Server Error: /en/appointments/slots/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'slot_update' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/slots/(?P[0-9]+)/update/\\Z'] ERROR 2025-09-11 00:00:23,910 basehttp 46482 6262517760 "GET /en/appointments/slots/ HTTP/1.1" 500 210866 WARNING 2025-09-11 00:00:23,923 log 46482 6262517760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:00:23,923 basehttp 46482 6262517760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:00:47,716 basehttp 46482 6262517760 "GET /en/appointments/slots/ HTTP/1.1" 200 117449 WARNING 2025-09-11 00:00:47,726 basehttp 46482 6262517760 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-09-11 00:00:47,731 log 46482 6195212288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:00:47,731 basehttp 46482 6195212288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:00:47,795 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:00:50,243 basehttp 46482 6195212288 "GET /en/appointments/slots/6/update/ HTTP/1.1" 200 37666 WARNING 2025-09-11 00:00:50,261 log 46482 6195212288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:00:50,261 basehttp 46482 6195212288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:00:50,295 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:01:49,583 basehttp 46482 6195212288 "GET /en/appointments/slots/6/update/ HTTP/1.1" 200 56557 WARNING 2025-09-11 00:01:49,595 basehttp 46482 6228865024 "GET /static/plugins/tempusdominus-bootstrap-4/js/tempusdominus-bootstrap-4.min.js HTTP/1.1" 404 2134 WARNING 2025-09-11 00:01:49,595 basehttp 46482 6212038656 "GET /static/plugins/select2/css/select2.min.css HTTP/1.1" 404 2032 WARNING 2025-09-11 00:01:49,598 basehttp 46482 6195212288 "GET /static/plugins/tempusdominus-bootstrap-4/css/tempusdominus-bootstrap-4.min.css HTTP/1.1" 404 2140 WARNING 2025-09-11 00:01:49,598 basehttp 46482 6245691392 "GET /static/plugins/select2/js/select2.min.js HTTP/1.1" 404 2026 WARNING 2025-09-11 00:01:49,602 log 46482 6262517760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:01:49,603 basehttp 46482 6262517760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:01:49,645 basehttp 46482 6262517760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 00:01:49,647 log 46482 6195212288 Not Found: /api/slots/check-conflicts/ WARNING 2025-09-11 00:01:49,647 basehttp 46482 6195212288 "POST /api/slots/check-conflicts/ HTTP/1.1" 404 2603 WARNING 2025-09-11 00:02:08,327 log 46482 6195212288 Not Found: /api/slots/check-conflicts/ WARNING 2025-09-11 00:02:08,328 basehttp 46482 6195212288 "POST /api/slots/check-conflicts/ HTTP/1.1" 404 2603 WARNING 2025-09-11 00:02:19,802 log 46482 6195212288 Not Found: /api/slots/check-conflicts/ WARNING 2025-09-11 00:02:19,802 basehttp 46482 6195212288 "POST /api/slots/check-conflicts/ HTTP/1.1" 404 2603 INFO 2025-09-11 00:02:49,651 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:02:56,016 basehttp 46482 6195212288 "POST /en/appointments/slots/6/update/ HTTP/1.1" 200 56557 WARNING 2025-09-11 00:02:56,023 basehttp 46482 6195212288 "GET /static/plugins/tempusdominus-bootstrap-4/css/tempusdominus-bootstrap-4.min.css HTTP/1.1" 404 2140 WARNING 2025-09-11 00:02:56,025 basehttp 46482 6262517760 "GET /static/plugins/select2/css/select2.min.css HTTP/1.1" 404 2032 WARNING 2025-09-11 00:02:56,026 basehttp 46482 6212038656 "GET /static/plugins/select2/js/select2.min.js HTTP/1.1" 404 2026 WARNING 2025-09-11 00:02:56,027 basehttp 46482 6195212288 "GET /static/plugins/tempusdominus-bootstrap-4/js/tempusdominus-bootstrap-4.min.js HTTP/1.1" 404 2134 WARNING 2025-09-11 00:02:56,031 log 46482 6228865024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:02:56,031 basehttp 46482 6228865024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:02:56,065 basehttp 46482 6228865024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 00:02:56,069 log 46482 6228865024 Not Found: /api/slots/check-conflicts/ WARNING 2025-09-11 00:02:56,069 basehttp 46482 6228865024 "POST /api/slots/check-conflicts/ HTTP/1.1" 404 2603 INFO 2025-09-11 00:03:03,146 basehttp 46482 6228865024 "GET /en/appointments/slots/6/update/ HTTP/1.1" 200 56557 WARNING 2025-09-11 00:03:03,168 log 46482 6228865024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:03:03,168 basehttp 46482 6228865024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:03:03,219 log 46482 6228865024 Not Found: /api/slots/check-conflicts/ WARNING 2025-09-11 00:03:03,219 basehttp 46482 6228865024 "POST /api/slots/check-conflicts/ HTTP/1.1" 404 2603 INFO 2025-09-11 00:03:03,963 basehttp 46482 6228865024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 00:03:03,969 log 46482 6195212288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:03:03,969 basehttp 46482 6195212288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:03:03,971 basehttp 46482 6228865024 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-09-11 00:03:03,984 log 46482 6195212288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:03:03,984 basehttp 46482 6195212288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:03:04,377 log 46482 6195212288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:03:04,377 basehttp 46482 6195212288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:03:05,469 log 46482 6195212288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:03:05,469 basehttp 46482 6195212288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:03:05,482 log 46482 6195212288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:03:05,483 basehttp 46482 6195212288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:03:05,975 basehttp 46482 6195212288 "GET /en/appointments/slots/ HTTP/1.1" 200 117449 WARNING 2025-09-11 00:03:05,983 basehttp 46482 6195212288 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-09-11 00:03:05,990 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:03:05,990 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:03:06,048 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:04:06,051 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:04:16,585 basehttp 46482 6212038656 "GET /en/appointments/slots/ HTTP/1.1" 200 117465 WARNING 2025-09-11 00:04:16,593 basehttp 46482 6212038656 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-09-11 00:04:16,599 log 46482 6195212288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:04:16,599 basehttp 46482 6195212288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:04:16,649 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:04:26,812 basehttp 46482 6195212288 "GET /en/appointments/slots/4 HTTP/1.1" 301 0 ERROR 2025-09-11 00:04:26,859 log 46482 6212038656 Internal Server Error: /en/appointments/slots/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'slot_edit' not found. 'slot_edit' is not a valid view function or pattern name. ERROR 2025-09-11 00:04:26,860 basehttp 46482 6212038656 "GET /en/appointments/slots/4/ HTTP/1.1" 500 175061 WARNING 2025-09-11 00:04:26,878 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:04:26,878 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-11 00:05:02,772 log 46482 6212038656 Internal Server Error: /en/appointments/slots/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'slot_edit' not found. 'slot_edit' is not a valid view function or pattern name. ERROR 2025-09-11 00:05:02,773 basehttp 46482 6212038656 "GET /en/appointments/slots/4/ HTTP/1.1" 500 175142 WARNING 2025-09-11 00:05:02,788 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:05:02,788 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-11 00:05:21,921 log 46482 6212038656 Internal Server Error: /en/appointments/slots/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'user_detail' not found. 'user_detail' is not a valid view function or pattern name. ERROR 2025-09-11 00:05:21,922 basehttp 46482 6212038656 "GET /en/appointments/slots/4/ HTTP/1.1" 500 175068 WARNING 2025-09-11 00:05:21,935 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:05:21,935 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:06:02,176 basehttp 46482 6212038656 "GET /en/appointments/slots/4/ HTTP/1.1" 200 37223 WARNING 2025-09-11 00:06:02,193 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:06:02,193 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:06:02,238 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:06:16,654 basehttp 46482 6212038656 "GET /en/hr/employees/4/ HTTP/1.1" 200 34158 WARNING 2025-09-11 00:06:16,673 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:06:16,673 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:06:16,712 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 00:06:19,505 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:06:19,519 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:06:19,543 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:06:19,544 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:07:02,263 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:07:10,835 basehttp 46482 6212038656 "GET /en/appointments/slots/4/ HTTP/1.1" 200 30996 WARNING 2025-09-11 00:07:10,850 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:07:10,850 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:07:10,892 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:07:31,256 basehttp 46482 6212038656 "GET /en/appointments/slots/4/update/ HTTP/1.1" 200 56557 WARNING 2025-09-11 00:07:31,270 basehttp 46482 6195212288 "GET /static/plugins/tempusdominus-bootstrap-4/css/tempusdominus-bootstrap-4.min.css HTTP/1.1" 404 2140 WARNING 2025-09-11 00:07:31,275 basehttp 46482 6228865024 "GET /static/plugins/tempusdominus-bootstrap-4/js/tempusdominus-bootstrap-4.min.js HTTP/1.1" 404 2134 WARNING 2025-09-11 00:07:31,277 basehttp 46482 6245691392 "GET /static/plugins/select2/js/select2.min.js HTTP/1.1" 404 2026 WARNING 2025-09-11 00:07:31,277 basehttp 46482 6195212288 "GET /static/plugins/select2/css/select2.min.css HTTP/1.1" 404 2032 WARNING 2025-09-11 00:07:31,280 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:07:31,280 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:07:31,321 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 00:07:31,322 log 46482 6195212288 Not Found: /api/slots/check-conflicts/ WARNING 2025-09-11 00:07:31,323 basehttp 46482 6195212288 "POST /api/slots/check-conflicts/ HTTP/1.1" 404 2603 WARNING 2025-09-11 00:07:33,758 log 46482 6195212288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:07:33,758 basehttp 46482 6195212288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:07:33,770 log 46482 6195212288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:07:33,770 basehttp 46482 6195212288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:07:35,374 basehttp 46482 6195212288 "GET /en/appointments/slots/ HTTP/1.1" 200 117465 WARNING 2025-09-11 00:07:35,389 basehttp 46482 6195212288 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-09-11 00:07:35,395 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:07:35,395 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:07:35,461 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:07:56,471 basehttp 46482 6212038656 "GET /en/appointments/slots/98 HTTP/1.1" 301 0 INFO 2025-09-11 00:07:56,486 basehttp 46482 6195212288 "GET /en/appointments/slots/98/ HTTP/1.1" 200 31000 WARNING 2025-09-11 00:07:56,513 log 46482 6195212288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:07:56,514 basehttp 46482 6195212288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:07:56,521 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:08:05,763 basehttp 46482 6212038656 "GET /en/appointments/slots/98/ HTTP/1.1" 200 37211 WARNING 2025-09-11 00:08:05,780 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:08:05,781 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:08:05,800 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:08:50,608 basehttp 46482 6212038656 "GET /en/appointments/slots/ HTTP/1.1" 200 117465 WARNING 2025-09-11 00:08:50,620 basehttp 46482 6212038656 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-09-11 00:08:50,631 log 46482 6195212288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:08:50,631 basehttp 46482 6195212288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:08:50,692 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 00:09:04,918 log 46482 6195212288 Not Found: /api/slots/filter/ WARNING 2025-09-11 00:09:04,920 basehttp 46482 6195212288 "GET /api/slots/filter/?provider=&date=&status=&search= HTTP/1.1" 404 2619 INFO 2025-09-11 00:09:51,381 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:10:52,380 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:11:53,387 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:12:54,390 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:13:55,403 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:14:56,394 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:15:58,384 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:16:34,911 basehttp 46482 6195212288 "GET /en/appointments/slots/ HTTP/1.1" 200 117481 WARNING 2025-09-11 00:16:34,922 basehttp 46482 6195212288 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 INFO 2025-09-11 00:16:34,922 basehttp 46482 6212038656 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.min.js HTTP/1.1" 200 1328 WARNING 2025-09-11 00:16:34,937 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:16:34,937 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:16:35,006 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:16:46,724 basehttp 46482 6212038656 "GET /en/appointments/slots/ HTTP/1.1" 200 117481 WARNING 2025-09-11 00:16:46,735 basehttp 46482 6279344128 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 INFO 2025-09-11 00:16:46,737 basehttp 46482 6245691392 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-11 00:16:46,737 basehttp 46482 6212038656 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-11 00:16:46,737 basehttp 46482 6228865024 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 WARNING 2025-09-11 00:16:46,742 log 46482 6262517760 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-11 00:16:46,742 basehttp 46482 6212038656 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-11 00:16:46,743 basehttp 46482 6279344128 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-11 00:16:46,743 basehttp 46482 6262517760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:16:46,745 basehttp 46482 6296170496 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-11 00:16:46,746 basehttp 46482 6262517760 - Broken pipe from ('127.0.0.1', 60124) INFO 2025-09-11 00:16:46,749 basehttp 46482 6296170496 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-11 00:16:46,749 basehttp 46482 6228865024 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-11 00:16:46,751 basehttp 46482 6296170496 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.min.js HTTP/1.1" 200 1328 INFO 2025-09-11 00:16:46,752 basehttp 46482 6228865024 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-11 00:16:46,754 basehttp 46482 6212038656 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-11 00:16:46,756 basehttp 46482 6296170496 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-11 00:16:46,757 basehttp 46482 6279344128 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-11 00:16:46,758 basehttp 46482 6195212288 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-11 00:16:46,761 basehttp 46482 6245691392 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-11 00:16:46,762 basehttp 46482 6228865024 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-11 00:16:46,762 basehttp 46482 6212038656 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-11 00:16:46,763 basehttp 46482 6279344128 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-11 00:16:46,768 basehttp 46482 6296170496 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-11 00:16:46,768 basehttp 46482 6212038656 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-11 00:16:46,769 basehttp 46482 6279344128 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-11 00:16:46,769 basehttp 46482 6296170496 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-11 00:16:46,770 basehttp 46482 6228865024 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-11 00:16:46,770 basehttp 46482 6245691392 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-11 00:16:46,771 basehttp 46482 6212038656 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-11 00:16:46,772 basehttp 46482 6296170496 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-11 00:16:46,773 basehttp 46482 6279344128 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-11 00:16:46,773 basehttp 46482 6245691392 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-11 00:16:46,773 basehttp 46482 6228865024 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-11 00:16:46,775 basehttp 46482 6245691392 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-11 00:16:46,775 basehttp 46482 6228865024 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-11 00:16:46,776 basehttp 46482 6296170496 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-11 00:16:46,776 basehttp 46482 6228865024 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-11 00:16:46,776 basehttp 46482 6212038656 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-11 00:16:46,777 basehttp 46482 6195212288 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-11 00:16:46,778 basehttp 46482 6279344128 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-11 00:16:46,918 basehttp 46482 6279344128 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-11 00:16:46,928 basehttp 46482 6279344128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 00:16:47,202 log 46482 6279344128 Not Found: /favicon.ico WARNING 2025-09-11 00:16:47,202 basehttp 46482 6279344128 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-11 00:17:46,941 basehttp 46482 6279344128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:18:46,933 basehttp 46482 6279344128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:19:20,353 basehttp 46482 6279344128 "GET /en/appointments/slots/ HTTP/1.1" 200 117477 INFO 2025-09-11 00:19:20,363 basehttp 46482 6228865024 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 WARNING 2025-09-11 00:19:20,363 basehttp 46482 6279344128 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-09-11 00:19:20,369 log 46482 6195212288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:19:20,369 basehttp 46482 6195212288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:19:20,453 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:20:20,475 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:20:38,404 basehttp 46482 6195212288 "GET /en/appointments/slots/ HTTP/1.1" 200 117480 WARNING 2025-09-11 00:20:38,417 basehttp 46482 6195212288 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-09-11 00:20:38,423 log 46482 6228865024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:20:38,423 basehttp 46482 6228865024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:20:38,476 basehttp 46482 6228865024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:21:06,221 basehttp 46482 6228865024 "GET /en/appointments/slots/create/ HTTP/1.1" 200 56037 WARNING 2025-09-11 00:21:06,236 basehttp 46482 6228865024 "GET /static/plugins/tempusdominus-bootstrap-4/css/tempusdominus-bootstrap-4.min.css HTTP/1.1" 404 2140 WARNING 2025-09-11 00:21:06,240 basehttp 46482 6245691392 "GET /static/plugins/tempusdominus-bootstrap-4/js/tempusdominus-bootstrap-4.min.js HTTP/1.1" 404 2134 INFO 2025-09-11 00:21:06,240 basehttp 46482 6296170496 "GET /static/plugins/select2/css/select2.min.css HTTP/1.1" 200 16263 WARNING 2025-09-11 00:21:06,241 basehttp 46482 6195212288 "GET /static/plugins/select2/js/select2.min.js HTTP/1.1" 404 2026 WARNING 2025-09-11 00:21:06,243 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:21:06,243 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:21:06,288 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:22:06,288 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:23:06,300 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:24:06,294 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:24:58,801 basehttp 46482 6212038656 "GET /en/appointments/slots/create/ HTTP/1.1" 200 55828 INFO 2025-09-11 00:24:58,807 basehttp 46482 6296170496 "GET /static/plugins/select2/css/select2.min.css HTTP/1.1" 304 0 INFO 2025-09-11 00:24:58,809 basehttp 46482 6212038656 "GET /static/plugins/select2/dist/js/select2.full.js HTTP/1.1" 200 173566 WARNING 2025-09-11 00:24:58,813 log 46482 6296170496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:24:58,813 basehttp 46482 6296170496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:24:58,856 basehttp 46482 6296170496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:25:00,734 basehttp 46482 6296170496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 00:25:00,741 log 46482 6296170496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:25:00,741 basehttp 46482 6296170496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:25:00,749 basehttp 46482 6296170496 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-09-11 00:25:00,757 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:25:00,757 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:25:01,514 basehttp 46482 6212038656 "GET /en/appointments/slots/ HTTP/1.1" 200 117477 WARNING 2025-09-11 00:25:01,521 basehttp 46482 6212038656 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-09-11 00:25:01,527 log 46482 6195212288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:25:01,527 basehttp 46482 6195212288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:25:01,577 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:26:02,462 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:26:26,840 basehttp 46482 6195212288 "GET /en/appointments/slots/ HTTP/1.1" 200 118006 WARNING 2025-09-11 00:26:26,851 basehttp 46482 6195212288 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 INFO 2025-09-11 00:26:26,852 basehttp 46482 6212038656 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-09-11 00:26:26,852 basehttp 46482 6228865024 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 INFO 2025-09-11 00:26:26,860 basehttp 46482 6279344128 "GET /static/js/demo/calendar.demo.js HTTP/1.1" 200 3653 WARNING 2025-09-11 00:26:26,863 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-11 00:26:26,863 basehttp 46482 6262517760 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-09-11 00:26:26,864 basehttp 46482 6228865024 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 WARNING 2025-09-11 00:26:26,864 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:26:26,865 basehttp 46482 6245691392 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 INFO 2025-09-11 00:26:26,865 basehttp 46482 6212038656 - Broken pipe from ('127.0.0.1', 62597) INFO 2025-09-11 00:26:26,865 basehttp 46482 6195212288 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 INFO 2025-09-11 00:26:26,916 basehttp 46482 6195212288 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-09-11 00:26:26,935 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 00:26:26,988 log 46482 6195212288 Not Found: /api/slots/calendar/ WARNING 2025-09-11 00:26:26,989 basehttp 46482 6195212288 "GET /api/slots/calendar/?start=2025-09-07T00%3A00%3A00%2B03%3A00&end=2025-09-14T00%3A00%3A00%2B03%3A00 HTTP/1.1" 404 2663 INFO 2025-09-11 00:27:19,377 basehttp 46482 6195212288 "GET /en/appointments/slots/ HTTP/1.1" 200 117949 WARNING 2025-09-11 00:27:19,386 basehttp 46482 6195212288 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-09-11 00:27:19,397 log 46482 6245691392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:27:19,397 basehttp 46482 6245691392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:27:19,482 basehttp 46482 6245691392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 00:27:19,566 log 46482 6245691392 Not Found: /api/slots/calendar/ WARNING 2025-09-11 00:27:19,566 basehttp 46482 6245691392 "GET /api/slots/calendar/?start=2025-09-07T00%3A00%3A00%2B03%3A00&end=2025-09-14T00%3A00%3A00%2B03%3A00 HTTP/1.1" 404 2663 INFO 2025-09-11 00:27:33,219 basehttp 46482 6245691392 "GET /en/appointments/slots/ HTTP/1.1" 200 117949 INFO 2025-09-11 00:27:33,227 basehttp 46482 6245691392 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-11 00:27:33,231 basehttp 46482 6262517760 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 WARNING 2025-09-11 00:27:33,231 basehttp 46482 6212038656 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 INFO 2025-09-11 00:27:33,231 basehttp 46482 6245691392 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-11 00:27:33,233 basehttp 46482 6195212288 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 WARNING 2025-09-11 00:27:33,237 log 46482 6279344128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:27:33,237 basehttp 46482 6279344128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:27:33,238 basehttp 46482 6262517760 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-11 00:27:33,240 basehttp 46482 6279344128 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-11 00:27:33,242 basehttp 46482 6195212288 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-11 00:27:33,244 basehttp 46482 6279344128 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-11 00:27:33,246 basehttp 46482 6245691392 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-11 00:27:33,246 basehttp 46482 6195212288 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-11 00:27:33,249 basehttp 46482 6262517760 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-11 00:27:33,250 basehttp 46482 6228865024 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-11 00:27:33,254 basehttp 46482 6279344128 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-09-11 00:27:33,256 basehttp 46482 6245691392 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 INFO 2025-09-11 00:27:33,256 basehttp 46482 6296170496 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-11 00:27:33,259 basehttp 46482 6279344128 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-09-11 00:27:33,259 basehttp 46482 6296170496 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 INFO 2025-09-11 00:27:33,260 basehttp 46482 6262517760 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 INFO 2025-09-11 00:27:33,260 basehttp 46482 6228865024 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 INFO 2025-09-11 00:27:33,261 basehttp 46482 6245691392 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-11 00:27:33,263 basehttp 46482 6228865024 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-11 00:27:33,263 basehttp 46482 6279344128 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-11 00:27:33,263 basehttp 46482 6296170496 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-11 00:27:33,264 basehttp 46482 6262517760 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-11 00:27:33,264 basehttp 46482 6195212288 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 INFO 2025-09-11 00:27:33,268 basehttp 46482 6296170496 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-11 00:27:33,269 basehttp 46482 6195212288 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-11 00:27:33,270 basehttp 46482 6245691392 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-11 00:27:33,271 basehttp 46482 6228865024 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-11 00:27:33,271 basehttp 46482 6296170496 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-11 00:27:33,272 basehttp 46482 6195212288 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-11 00:27:33,272 basehttp 46482 6279344128 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-11 00:27:33,273 basehttp 46482 6262517760 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-11 00:27:33,273 basehttp 46482 6245691392 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-11 00:27:33,275 basehttp 46482 6195212288 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-11 00:27:33,275 basehttp 46482 6228865024 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-11 00:27:33,276 basehttp 46482 6245691392 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-11 00:27:33,276 basehttp 46482 6296170496 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-11 00:27:33,276 basehttp 46482 6195212288 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-11 00:27:33,276 basehttp 46482 6279344128 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-11 00:27:33,277 basehttp 46482 6262517760 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-11 00:27:33,278 basehttp 46482 6245691392 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-11 00:27:33,494 basehttp 46482 6245691392 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-11 00:27:33,539 basehttp 46482 6245691392 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-09-11 00:27:33,545 basehttp 46482 6262517760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 00:27:33,587 log 46482 6262517760 Not Found: /api/slots/calendar/ WARNING 2025-09-11 00:27:33,588 basehttp 46482 6262517760 "GET /api/slots/calendar/?start=2025-09-07T00%3A00%3A00%2B03%3A00&end=2025-09-14T00%3A00%3A00%2B03%3A00 HTTP/1.1" 404 2663 WARNING 2025-09-11 00:27:33,628 log 46482 6262517760 Not Found: /favicon.ico WARNING 2025-09-11 00:27:33,628 basehttp 46482 6262517760 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-11 00:28:33,558 basehttp 46482 6262517760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:29:33,578 basehttp 46482 6262517760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:30:33,559 basehttp 46482 6262517760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:30:33,788 basehttp 46482 6262517760 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 51597 WARNING 2025-09-11 00:30:33,810 log 46482 6262517760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:30:33,810 basehttp 46482 6262517760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:31:14,105 autoreload 46482 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 00:31:14,691 autoreload 62868 8682856640 Watching for file changes with StatReloader WARNING 2025-09-11 00:31:15,846 log 62868 6133657600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:31:15,847 basehttp 62868 6133657600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:31:15,852 log 62868 6133657600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:31:15,852 basehttp 62868 6133657600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:31:16,933 basehttp 62868 6133657600 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 65914 WARNING 2025-09-11 00:31:16,951 log 62868 6133657600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:31:16,952 basehttp 62868 6133657600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:31:17,046 basehttp 62868 6133657600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:31:17,083 basehttp 62868 6150483968 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 65914 INFO 2025-09-11 00:31:42,532 basehttp 62868 6150483968 "GET /en/appointments/requests/ HTTP/1.1" 200 153461 WARNING 2025-09-11 00:31:42,548 log 62868 6150483968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:31:42,548 basehttp 62868 6150483968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:31:42,599 basehttp 62868 6150483968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:31:53,481 basehttp 62868 6150483968 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 65914 WARNING 2025-09-11 00:31:53,499 log 62868 6150483968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:31:53,499 basehttp 62868 6150483968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:31:53,545 basehttp 62868 6150483968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:31:53,581 basehttp 62868 6150483968 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 65914 INFO 2025-09-11 00:32:01,510 basehttp 62868 6150483968 "GET /en/appointments/calendar/ HTTP/1.1" 200 21383 WARNING 2025-09-11 00:32:01,532 log 62868 6150483968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:32:01,532 basehttp 62868 6150483968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:32:01,564 basehttp 62868 6150483968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:32:01,566 basehttp 62868 6167310336 "GET /en/appointments/slots/available/ HTTP/1.1" 200 452 INFO 2025-09-11 00:32:01,595 basehttp 62868 6133657600 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 65914 INFO 2025-09-11 00:32:01,604 basehttp 62868 6133657600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:33:01,562 basehttp 62868 6133657600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:33:01,641 basehttp 62868 6133657600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:34:01,567 basehttp 62868 6133657600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:34:01,648 basehttp 62868 6133657600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:34:07,224 autoreload 62868 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 00:34:07,765 autoreload 64172 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 00:34:08,368 basehttp 64172 13052751872 "GET /en/appointments/calendar/ HTTP/1.1" 200 21383 WARNING 2025-09-11 00:34:08,388 log 64172 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:34:08,388 basehttp 64172 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:34:08,495 basehttp 64172 13086404608 "GET /en/appointments/slots/available/ HTTP/1.1" 200 452 INFO 2025-09-11 00:34:08,506 basehttp 64172 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:34:08,538 basehttp 64172 13069578240 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 51597 INFO 2025-09-11 00:35:08,443 basehttp 64172 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:35:18,992 autoreload 64172 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 00:35:19,357 autoreload 64641 8682856640 Watching for file changes with StatReloader WARNING 2025-09-11 00:35:20,403 log 64641 6194262016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:35:20,403 basehttp 64641 6194262016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:35:20,409 log 64641 6194262016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:35:20,410 basehttp 64641 6194262016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:35:22,257 basehttp 64641 6194262016 "GET /en/appointments/calendar/ HTTP/1.1" 200 21383 WARNING 2025-09-11 00:35:22,269 log 64641 6194262016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:35:22,269 basehttp 64641 6194262016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:35:22,321 basehttp 64641 6227914752 "GET /en/appointments/slots/available/ HTTP/1.1" 200 452 INFO 2025-09-11 00:35:22,323 basehttp 64641 6194262016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:35:22,354 basehttp 64641 6211088384 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 51597 INFO 2025-09-11 00:35:37,326 autoreload 64641 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 00:35:37,724 autoreload 64814 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 00:35:40,658 basehttp 64814 6158086144 "GET /en/appointments/calendar/ HTTP/1.1" 200 21383 WARNING 2025-09-11 00:35:40,677 log 64814 6158086144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:35:40,677 basehttp 64814 6158086144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:35:40,736 basehttp 64814 6191738880 "GET /en/appointments/slots/available/ HTTP/1.1" 200 452 INFO 2025-09-11 00:35:40,740 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:35:40,770 basehttp 64814 6174912512 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 51597 WARNING 2025-09-11 00:35:42,265 log 64814 6158086144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:35:42,266 basehttp 64814 6158086144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:35:42,280 basehttp 64814 6174912512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 00:35:42,283 log 64814 6158086144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:35:42,283 basehttp 64814 6158086144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:35:43,628 basehttp 64814 6158086144 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 51597 WARNING 2025-09-11 00:35:43,642 log 64814 6158086144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:35:43,642 basehttp 64814 6158086144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:35:53,198 basehttp 64814 6158086144 "GET /en/appointments/calendar/ HTTP/1.1" 200 21383 WARNING 2025-09-11 00:35:53,216 log 64814 6158086144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:35:53,216 basehttp 64814 6158086144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:35:53,252 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:35:53,252 basehttp 64814 6191738880 "GET /en/appointments/slots/available/ HTTP/1.1" 200 452 INFO 2025-09-11 00:35:53,284 basehttp 64814 6174912512 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 51597 INFO 2025-09-11 00:36:24,723 basehttp 64814 6174912512 "GET /en/appointments/calendar/ HTTP/1.1" 200 21383 INFO 2025-09-11 00:36:24,741 basehttp 64814 6158086144 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-11 00:36:24,743 basehttp 64814 6208565248 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-11 00:36:24,747 basehttp 64814 6208565248 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 WARNING 2025-09-11 00:36:24,750 log 64814 6158086144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:36:24,751 basehttp 64814 6158086144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:36:24,753 basehttp 64814 6174912512 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-11 00:36:24,754 basehttp 64814 6242217984 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-11 00:36:24,754 basehttp 64814 6208565248 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-11 00:36:24,758 basehttp 64814 6158086144 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-11 00:36:24,758 basehttp 64814 6242217984 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-11 00:36:24,760 basehttp 64814 6191738880 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-11 00:36:24,761 basehttp 64814 6174912512 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-11 00:36:24,763 basehttp 64814 6242217984 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-11 00:36:24,764 basehttp 64814 6225391616 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-11 00:36:24,765 basehttp 64814 6174912512 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-11 00:36:24,765 basehttp 64814 6158086144 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-11 00:36:24,766 basehttp 64814 6191738880 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-11 00:36:24,766 basehttp 64814 6225391616 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-11 00:36:24,766 basehttp 64814 6242217984 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-11 00:36:24,767 basehttp 64814 6208565248 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-11 00:36:24,768 basehttp 64814 6158086144 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-11 00:36:24,768 basehttp 64814 6174912512 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-11 00:36:24,769 basehttp 64814 6191738880 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-11 00:36:24,769 basehttp 64814 6242217984 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-11 00:36:24,771 basehttp 64814 6225391616 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-11 00:36:24,771 basehttp 64814 6208565248 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-11 00:36:24,772 basehttp 64814 6174912512 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-11 00:36:24,772 basehttp 64814 6158086144 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-11 00:36:24,772 basehttp 64814 6191738880 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-11 00:36:24,772 basehttp 64814 6242217984 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-11 00:36:24,848 basehttp 64814 6242217984 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-11 00:36:25,027 basehttp 64814 6242217984 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-11 00:36:25,076 basehttp 64814 6174912512 "GET /en/appointments/slots/available/ HTTP/1.1" 200 452 INFO 2025-09-11 00:36:25,077 basehttp 64814 6191738880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:36:25,111 basehttp 64814 6158086144 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 51597 WARNING 2025-09-11 00:36:25,162 log 64814 6158086144 Not Found: /favicon.ico WARNING 2025-09-11 00:36:25,162 basehttp 64814 6158086144 "GET /favicon.ico HTTP/1.1" 404 2557 WARNING 2025-09-11 00:36:28,743 log 64814 6158086144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:36:28,744 basehttp 64814 6158086144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:36:29,430 basehttp 64814 6158086144 "GET /en/appointments/requests/ HTTP/1.1" 200 153461 WARNING 2025-09-11 00:36:29,449 log 64814 6158086144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:36:29,449 basehttp 64814 6158086144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:36:31,073 basehttp 64814 6158086144 "GET /en/appointments/requests/ HTTP/1.1" 200 153461 WARNING 2025-09-11 00:36:31,088 log 64814 6158086144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:36:31,089 basehttp 64814 6158086144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:36:31,140 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:36:38,776 basehttp 64814 6158086144 "POST /en/appointments/reschedule/2110/ HTTP/1.1" 200 10880 INFO 2025-09-11 00:36:38,781 basehttp 64814 6158086144 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-11 00:36:38,782 basehttp 64814 6191738880 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-11 00:37:31,489 basehttp 64814 6191738880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:38:32,489 basehttp 64814 6191738880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:39:33,502 basehttp 64814 6191738880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:39:45,348 basehttp 64814 6191738880 "GET /en/appointments/requests/?page=2 HTTP/1.1" 200 153484 WARNING 2025-09-11 00:39:45,366 log 64814 6191738880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:39:45,366 basehttp 64814 6191738880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:39:45,417 basehttp 64814 6191738880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:39:50,760 basehttp 64814 6191738880 "GET /en/appointments/requests/2117/detail/ HTTP/1.1" 200 21463 WARNING 2025-09-11 00:39:50,779 log 64814 6191738880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:39:50,779 basehttp 64814 6191738880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:39:50,862 basehttp 64814 6191738880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 00:39:56,054 log 64814 6191738880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:39:56,054 basehttp 64814 6191738880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:39:56,072 log 64814 6191738880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:39:56,072 basehttp 64814 6191738880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:39:56,734 log 64814 6191738880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:39:56,734 basehttp 64814 6191738880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:39:56,745 log 64814 6191738880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:39:56,745 basehttp 64814 6191738880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:39:57,473 log 64814 6191738880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:39:57,474 basehttp 64814 6191738880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:39:58,260 basehttp 64814 6191738880 "GET /en/appointments/slots/ HTTP/1.1" 200 117949 WARNING 2025-09-11 00:39:58,272 basehttp 64814 6174912512 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 INFO 2025-09-11 00:39:58,272 basehttp 64814 6158086144 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-11 00:39:58,273 basehttp 64814 6191738880 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-11 00:39:58,273 basehttp 64814 6208565248 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 WARNING 2025-09-11 00:39:58,276 log 64814 6225391616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:39:58,277 basehttp 64814 6225391616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:39:58,277 basehttp 64814 6242217984 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-11 00:39:58,279 basehttp 64814 6191738880 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-11 00:39:58,280 basehttp 64814 6208565248 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-11 00:39:58,282 basehttp 64814 6208565248 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-09-11 00:39:58,284 basehttp 64814 6225391616 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 INFO 2025-09-11 00:39:58,285 basehttp 64814 6208565248 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 INFO 2025-09-11 00:39:58,286 basehttp 64814 6158086144 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-09-11 00:39:58,286 basehttp 64814 6242217984 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 INFO 2025-09-11 00:39:58,286 basehttp 64814 6191738880 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 INFO 2025-09-11 00:39:58,287 basehttp 64814 6174912512 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 INFO 2025-09-11 00:39:58,332 basehttp 64814 6174912512 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 WARNING 2025-09-11 00:39:58,396 log 64814 6174912512 Not Found: /api/slots/calendar/ WARNING 2025-09-11 00:39:58,396 basehttp 64814 6174912512 "GET /api/slots/calendar/?start=2025-09-07T00%3A00%3A00%2B03%3A00&end=2025-09-14T00%3A00%3A00%2B03%3A00 HTTP/1.1" 404 2663 INFO 2025-09-11 00:40:00,877 basehttp 64814 6174912512 "GET / HTTP/1.1" 302 0 INFO 2025-09-11 00:40:00,901 basehttp 64814 6242217984 "GET /en/ HTTP/1.1" 200 47903 WARNING 2025-09-11 00:40:00,925 log 64814 6242217984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:40:00,925 basehttp 64814 6242217984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:40:00,985 basehttp 64814 6242217984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:40:00,991 basehttp 64814 6208565248 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-11 00:40:00,992 basehttp 64814 6191738880 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 00:40:00,992 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:40:30,976 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:40:44,831 basehttp 64814 6158086144 "GET /en/ HTTP/1.1" 200 47893 WARNING 2025-09-11 00:40:44,847 log 64814 6158086144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:40:44,847 basehttp 64814 6158086144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:40:44,923 basehttp 64814 6242217984 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-11 00:40:44,924 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:40:44,925 basehttp 64814 6208565248 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 00:40:44,925 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:41:14,911 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:41:44,926 basehttp 64814 6191738880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:41:44,927 basehttp 64814 6208565248 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 00:41:44,928 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:42:14,918 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:42:44,937 basehttp 64814 6208565248 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 00:42:44,938 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:42:44,940 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:43:14,928 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:43:44,933 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:43:44,940 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 00:43:44,941 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:44:14,930 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:44:44,946 basehttp 64814 6191738880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:44:44,947 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 00:44:44,949 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:45:14,930 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:45:44,948 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:45:44,949 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 00:45:44,951 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:46:14,943 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:46:44,943 basehttp 64814 6158086144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 00:46:44,944 basehttp 64814 6191738880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:46:44,946 basehttp 64814 6174912512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:47:14,953 basehttp 64814 6174912512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:47:45,411 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:47:45,412 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 00:47:45,414 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:48:16,393 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:49:18,410 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:49:18,414 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 00:49:18,415 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:50:19,409 basehttp 64814 6174912512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:50:19,409 basehttp 64814 6158086144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 00:50:19,410 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 01:00:51,073 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 01:01:51,080 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 01:01:51,083 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 01:01:51,086 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 01:02:51,146 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 01:19:24,243 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 01:19:24,245 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 01:19:24,246 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 01:36:51,665 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 01:53:09,133 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 01:53:09,135 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 01:53:09,136 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 02:09:49,598 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 02:27:08,042 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 02:27:08,043 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 02:27:08,044 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 02:44:57,068 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 02:45:57,098 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 02:45:57,100 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 02:45:57,101 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 02:46:57,081 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 02:49:12,234 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 02:49:12,235 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 02:49:12,236 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 02:54:54,708 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 03:12:15,957 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 03:12:15,959 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 03:12:15,959 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 03:25:15,452 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 03:41:13,499 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 03:41:13,501 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 03:41:13,502 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 03:50:01,457 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:06:34,405 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 04:06:34,408 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 04:06:34,409 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:22:42,785 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:23:42,796 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 04:23:42,798 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 04:23:42,800 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:41:20,528 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:42:20,504 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 04:42:20,508 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 04:42:20,508 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:43:20,490 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:44:20,513 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 04:44:20,515 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 04:44:20,516 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:45:20,483 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:51:13,057 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 04:51:13,057 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 04:51:13,059 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:52:13,027 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:53:13,051 basehttp 64814 6191738880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 04:53:13,055 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 04:53:13,056 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:54:13,022 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:55:21,179 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 04:55:21,181 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:55:21,181 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 04:56:21,138 basehttp 64814 6174912512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:57:21,147 basehttp 64814 6191738880 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 04:57:21,147 basehttp 64814 6174912512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 04:57:21,149 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:58:21,137 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:59:21,153 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 04:59:21,155 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 04:59:21,157 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 05:00:21,134 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 05:01:21,154 basehttp 64814 6191738880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 05:01:21,156 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 05:01:21,158 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 05:02:21,120 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 05:03:21,146 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 05:03:21,148 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 05:03:21,149 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 05:21:51,079 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 05:38:12,077 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 05:38:12,079 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 05:38:12,080 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 05:51:50,446 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 06:09:13,125 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 06:09:13,127 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 06:09:13,127 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 06:27:46,699 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 06:44:45,422 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 06:44:45,423 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 06:44:45,426 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 06:52:40,784 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 06:53:19,156 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 06:53:19,173 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 06:53:19,174 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 06:53:49,170 basehttp 64814 6174912512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 06:54:19,166 basehttp 64814 6174912512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 06:54:19,169 basehttp 64814 6191738880 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 06:54:19,171 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 06:54:49,172 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 07:20:32,095 autoreload 4360 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 07:20:36,139 basehttp 4360 6186659840 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-09-11 07:20:36,145 basehttp 4360 6203486208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-09-11 07:20:36,145 basehttp 4360 6169833472 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-11 07:20:36,159 basehttp 4360 6186659840 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-09-11 07:20:36,163 basehttp 4360 6203486208 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-11 07:20:36,163 basehttp 4360 6169833472 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-09-11 07:20:36,185 log 4360 6220312576 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-11 07:20:36,191 log 4360 6237138944 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-11 07:20:36,197 log 4360 6186659840 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-11 07:20:36,198 basehttp 4360 6220312576 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 161414 ERROR 2025-09-11 07:20:36,199 basehttp 4360 6237138944 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 161474 ERROR 2025-09-11 07:20:36,200 basehttp 4360 6186659840 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161624 INFO 2025-09-11 07:20:38,015 basehttp 4360 6237138944 "GET /en/ HTTP/1.1" 302 0 INFO 2025-09-11 07:20:38,024 basehttp 4360 6237138944 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-09-11 07:20:38,046 log 4360 6186659840 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-11 07:20:38,047 basehttp 4360 6186659840 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160859 WARNING 2025-09-11 07:20:38,268 log 4360 6186659840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:20:38,268 basehttp 4360 6186659840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-11 07:20:58,639 log 4360 6169833472 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1035, in find_library return parser.libraries[name] ~~~~~~~~~~~~~~~~^^^^^^ KeyError: 'account' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1097, in load lib = find_library(parser, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1037, in find_library raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: 'account' is not a registered tag library. Must be one of: admin_list admin_modify admin_urls allauth cache custom_filters debugger_tags fsm highlighting humanize i18n indent_text l10n log rest_framework static syntax_color tz viewflow widont workflow ERROR 2025-09-11 07:20:58,641 basehttp 4360 6169833472 "GET /en/accounts/login/ HTTP/1.1" 500 225797 WARNING 2025-09-11 07:20:58,655 log 4360 6169833472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:20:58,655 basehttp 4360 6169833472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:21:18,697 basehttp 4360 6169833472 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-09-11 07:21:18,739 basehttp 4360 6186659840 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-09-11 07:21:18,755 basehttp 4360 6186659840 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 WARNING 2025-09-11 07:21:18,769 log 4360 6186659840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:21:18,770 basehttp 4360 6186659840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:21:20,100 basehttp 4360 6186659840 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-09-11 07:21:20,124 basehttp 4360 6186659840 "GET /en/admin/ HTTP/1.1" 200 96553 INFO 2025-09-11 07:21:20,140 basehttp 4360 6169833472 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 WARNING 2025-09-11 07:21:20,142 log 4360 6186659840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:21:20,144 basehttp 4360 6186659840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:21:20,144 basehttp 4360 6203486208 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-11 07:21:20,144 basehttp 4360 6169833472 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-11 07:21:22,975 basehttp 4360 6169833472 "GET / HTTP/1.1" 302 0 INFO 2025-09-11 07:21:23,005 basehttp 4360 6203486208 "GET /en/ HTTP/1.1" 200 47921 INFO 2025-09-11 07:21:23,020 basehttp 4360 6186659840 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 WARNING 2025-09-11 07:21:23,023 log 4360 6203486208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:21:23,023 basehttp 4360 6203486208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:21:23,104 basehttp 4360 6203486208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:21:23,108 basehttp 4360 6169833472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 07:21:23,109 basehttp 4360 6220312576 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-11 07:21:23,109 basehttp 4360 6186659840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 07:21:53,087 basehttp 4360 6186659840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 07:21:55,687 basehttp 4360 6186659840 "GET /en/billing/bills/create/ HTTP/1.1" 200 131431 WARNING 2025-09-11 07:21:55,707 log 4360 6186659840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:21:55,708 basehttp 4360 6186659840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:21:55,771 basehttp 4360 6186659840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:22:55,777 basehttp 4360 6186659840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:23:55,787 basehttp 4360 6186659840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:24:55,788 basehttp 4360 6186659840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:25:55,799 basehttp 4360 6186659840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:26:55,805 basehttp 4360 6186659840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:27:55,801 basehttp 4360 6186659840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:28:55,805 basehttp 4360 6186659840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:29:55,817 basehttp 4360 6186659840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:30:55,828 basehttp 4360 6169833472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:31:35,554 autoreload 4360 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 07:31:35,901 autoreload 9237 8682856640 Watching for file changes with StatReloader WARNING 2025-09-11 07:31:37,785 log 9237 6215348224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:31:37,786 basehttp 9237 6215348224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:31:37,789 basehttp 9237 6215348224 - Broken pipe from ('127.0.0.1', 57549) INFO 2025-09-11 07:31:37,824 basehttp 9237 6198521856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 07:31:37,824 basehttp 9237 6181695488 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 07:31:37,833 basehttp 9237 6164869120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 07:31:37,835 log 9237 6215348224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:31:37,835 basehttp 9237 6215348224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:31:43,661 basehttp 9237 6215348224 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 07:31:43,677 log 9237 6215348224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:31:43,677 basehttp 9237 6215348224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:31:43,697 basehttp 9237 6215348224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:31:43,710 basehttp 9237 6164869120 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 WARNING 2025-09-11 07:31:48,234 log 9237 6164869120 Forbidden (CSRF token missing.): /en/appointments/check-in/766/ WARNING 2025-09-11 07:31:48,234 basehttp 9237 6164869120 "POST /en/appointments/check-in/766/ HTTP/1.1" 403 2491 INFO 2025-09-11 07:32:13,711 basehttp 9237 6164869120 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:32:43,713 basehttp 9237 6164869120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:32:43,729 basehttp 9237 6215348224 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:33:13,711 basehttp 9237 6215348224 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:33:43,716 basehttp 9237 6215348224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:33:43,735 basehttp 9237 6164869120 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:34:13,724 basehttp 9237 6164869120 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:34:43,715 basehttp 9237 6164869120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:34:43,736 basehttp 9237 6215348224 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:35:13,742 basehttp 9237 6215348224 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:35:30,095 basehttp 9237 6215348224 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 07:35:30,110 log 9237 6215348224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:35:30,110 basehttp 9237 6215348224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:35:30,192 basehttp 9237 6215348224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:35:30,223 basehttp 9237 6164869120 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:36:00,186 basehttp 9237 6164869120 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:36:30,173 basehttp 9237 6164869120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:36:30,192 basehttp 9237 6215348224 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:37:00,177 basehttp 9237 6215348224 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:37:30,184 basehttp 9237 6215348224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:37:30,202 basehttp 9237 6164869120 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:37:41,782 basehttp 9237 6164869120 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 07:37:41,796 log 9237 6164869120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:37:41,796 basehttp 9237 6164869120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:37:41,851 basehttp 9237 6164869120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:37:41,865 basehttp 9237 6215348224 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 WARNING 2025-09-11 07:37:44,075 log 9237 6215348224 Forbidden (CSRF token missing.): /en/appointments/check-in/766/ WARNING 2025-09-11 07:37:44,075 basehttp 9237 6215348224 "POST /en/appointments/check-in/766/ HTTP/1.1" 403 2491 INFO 2025-09-11 07:38:11,875 basehttp 9237 6215348224 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:38:41,865 basehttp 9237 6215348224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:38:41,884 basehttp 9237 6164869120 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:39:11,869 basehttp 9237 6164869120 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:39:41,864 basehttp 9237 6164869120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:39:41,885 basehttp 9237 6215348224 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:40:11,889 basehttp 9237 6215348224 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:40:28,934 autoreload 9237 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 07:40:29,285 autoreload 13135 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 07:40:30,051 basehttp 13135 6161084416 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 07:40:30,071 log 13135 6161084416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:40:30,072 basehttp 13135 6161084416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:40:30,126 basehttp 13135 6161084416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:40:30,140 basehttp 13135 6177910784 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 WARNING 2025-09-11 07:40:32,938 log 13135 6177910784 Forbidden (CSRF token missing.): /en/appointments/check-in/766/ WARNING 2025-09-11 07:40:32,938 basehttp 13135 6177910784 "POST /en/appointments/check-in/766/ HTTP/1.1" 403 2491 INFO 2025-09-11 07:41:00,137 basehttp 13135 6177910784 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:41:30,133 basehttp 13135 6177910784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:41:30,151 basehttp 13135 6161084416 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:42:00,137 basehttp 13135 6161084416 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:42:30,126 basehttp 13135 6161084416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:42:30,145 basehttp 13135 6177910784 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:43:00,164 basehttp 13135 6177910784 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:43:30,133 basehttp 13135 6177910784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:43:30,155 basehttp 13135 6161084416 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:44:00,164 basehttp 13135 6161084416 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:44:30,143 basehttp 13135 6161084416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:44:30,166 basehttp 13135 6177910784 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:45:00,175 basehttp 13135 6177910784 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:45:07,823 basehttp 13135 6177910784 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 07:45:07,837 log 13135 6177910784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:45:07,837 basehttp 13135 6177910784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:45:07,890 basehttp 13135 6177910784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:45:07,904 basehttp 13135 6161084416 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 WARNING 2025-09-11 07:45:10,947 log 13135 6161084416 Forbidden (CSRF token missing.): /en/appointments/check-in/766/ WARNING 2025-09-11 07:45:10,948 basehttp 13135 6161084416 "POST /en/appointments/check-in/766/ HTTP/1.1" 403 2491 INFO 2025-09-11 07:45:21,006 basehttp 13135 6161084416 "GET /en/appointments/ HTTP/1.1" 200 45422 INFO 2025-09-11 07:45:21,021 basehttp 13135 6211563520 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-11 07:45:21,026 log 13135 6177910784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:45:21,027 basehttp 13135 6177910784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:45:21,027 basehttp 13135 6228389888 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-11 07:45:21,028 basehttp 13135 6177910784 - Broken pipe from ('127.0.0.1', 59811) INFO 2025-09-11 07:45:21,030 basehttp 13135 6161084416 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-11 07:45:21,034 basehttp 13135 6211563520 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-11 07:45:21,035 basehttp 13135 6194737152 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-11 07:45:21,039 basehttp 13135 6245216256 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-11 07:45:21,183 basehttp 13135 6245216256 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-11 07:45:21,184 basehttp 13135 6194737152 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-11 07:45:21,185 basehttp 13135 6228389888 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-11 07:45:21,185 basehttp 13135 6161084416 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-11 07:45:21,185 basehttp 13135 6211563520 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-11 07:45:21,186 basehttp 13135 6177910784 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-11 07:45:21,188 basehttp 13135 6194737152 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-11 07:45:21,188 basehttp 13135 6228389888 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-11 07:45:21,188 basehttp 13135 6161084416 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-11 07:45:21,189 basehttp 13135 6177910784 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-11 07:45:21,189 basehttp 13135 6194737152 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-11 07:45:21,189 basehttp 13135 6211563520 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-11 07:45:21,191 basehttp 13135 6161084416 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-11 07:45:21,192 basehttp 13135 6194737152 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-11 07:45:21,192 basehttp 13135 6211563520 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-11 07:45:21,192 basehttp 13135 6228389888 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-11 07:45:21,194 basehttp 13135 6194737152 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-11 07:45:21,194 basehttp 13135 6228389888 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-11 07:45:21,194 basehttp 13135 6245216256 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-11 07:45:21,194 basehttp 13135 6177910784 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-11 07:45:21,195 basehttp 13135 6211563520 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-11 07:45:21,195 basehttp 13135 6177910784 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-11 07:45:21,196 basehttp 13135 6161084416 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-11 07:45:21,216 basehttp 13135 6161084416 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-11 07:45:21,219 basehttp 13135 6177910784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:45:21,231 basehttp 13135 6245216256 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 WARNING 2025-09-11 07:45:21,311 log 13135 6245216256 Not Found: /favicon.ico WARNING 2025-09-11 07:45:21,313 basehttp 13135 6245216256 "GET /favicon.ico HTTP/1.1" 404 2557 WARNING 2025-09-11 07:45:24,004 log 13135 6245216256 Forbidden (CSRF token missing.): /en/appointments/check-in/766/ WARNING 2025-09-11 07:45:24,004 basehttp 13135 6245216256 "POST /en/appointments/check-in/766/ HTTP/1.1" 403 2491 INFO 2025-09-11 07:45:51,243 basehttp 13135 6245216256 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:46:21,241 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:46:21,259 basehttp 13135 6177910784 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:46:51,249 basehttp 13135 6177910784 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:47:21,225 basehttp 13135 6177910784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:47:21,243 basehttp 13135 6245216256 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:47:51,252 basehttp 13135 6245216256 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:48:16,583 basehttp 13135 6245216256 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 07:48:16,595 log 13135 6245216256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:48:16,595 basehttp 13135 6245216256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:48:16,672 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:48:16,685 basehttp 13135 6177910784 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 WARNING 2025-09-11 07:48:18,795 log 13135 6177910784 Forbidden (CSRF token missing.): /en/appointments/check-in/766/ WARNING 2025-09-11 07:48:18,796 basehttp 13135 6177910784 "POST /en/appointments/check-in/766/ HTTP/1.1" 403 2491 INFO 2025-09-11 07:48:46,674 basehttp 13135 6177910784 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:49:16,688 basehttp 13135 6177910784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:49:16,706 basehttp 13135 6245216256 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:49:46,689 basehttp 13135 6245216256 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:50:16,690 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:50:16,708 basehttp 13135 6177910784 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:50:31,558 basehttp 13135 6177910784 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 07:50:31,574 log 13135 6177910784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:50:31,574 basehttp 13135 6177910784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:50:31,603 basehttp 13135 6177910784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:50:31,617 basehttp 13135 6245216256 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 WARNING 2025-09-11 07:50:38,545 log 13135 6245216256 Forbidden (CSRF token missing.): /en/appointments/check-in/766/ WARNING 2025-09-11 07:50:38,545 basehttp 13135 6245216256 "POST /en/appointments/check-in/766/ HTTP/1.1" 403 2491 INFO 2025-09-11 07:50:43,771 basehttp 13135 6245216256 "GET /en/appointments/requests/766/detail/ HTTP/1.1" 200 21458 WARNING 2025-09-11 07:50:43,789 log 13135 6245216256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:50:43,789 basehttp 13135 6245216256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:50:43,832 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 07:50:53,311 log 13135 6245216256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:50:53,311 basehttp 13135 6245216256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 07:50:53,325 log 13135 6245216256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:50:53,326 basehttp 13135 6245216256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:51:00,400 basehttp 13135 6245216256 "GET /en/appointments/requests/ HTTP/1.1" 200 157496 WARNING 2025-09-11 07:51:00,416 log 13135 6245216256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:51:00,416 basehttp 13135 6245216256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:51:00,462 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 07:51:13,807 log 13135 6245216256 Forbidden (CSRF token missing.): /en/appointments/check-in/2110/ WARNING 2025-09-11 07:51:13,807 basehttp 13135 6245216256 "POST /en/appointments/check-in/2110/ HTTP/1.1" 403 2491 INFO 2025-09-11 07:51:16,943 basehttp 13135 6245216256 "GET /en/appointments/requests/ HTTP/1.1" 200 157496 WARNING 2025-09-11 07:51:16,964 log 13135 6245216256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:51:16,965 basehttp 13135 6245216256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:51:17,018 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:51:52,072 basehttp 13135 6245216256 "GET /en/appointments/requests/ HTTP/1.1" 200 157746 WARNING 2025-09-11 07:51:52,085 log 13135 6245216256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:51:52,085 basehttp 13135 6245216256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:51:52,134 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:52:52,150 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:52:58,031 basehttp 13135 6245216256 "GET /en/appointments/requests/ HTTP/1.1" 200 157746 WARNING 2025-09-11 07:52:58,049 log 13135 6245216256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:52:58,049 basehttp 13135 6245216256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:52:58,151 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 07:53:02,174 log 13135 6245216256 Forbidden (CSRF token missing.): /en/appointments/check-in/2110/ WARNING 2025-09-11 07:53:02,174 basehttp 13135 6245216256 "POST /en/appointments/check-in/2110/ HTTP/1.1" 403 2491 ERROR 2025-09-11 07:53:18,121 log 13135 6245216256 Internal Server Error: /en/appointments/reschedule/2110/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: reschedule_appointment() got an unexpected keyword argument 'appointment_id' ERROR 2025-09-11 07:53:18,122 basehttp 13135 6245216256 "POST /en/appointments/reschedule/2110/ HTTP/1.1" 500 69588 INFO 2025-09-11 07:53:33,103 basehttp 13135 6245216256 "GET /en/appointments/requests/ HTTP/1.1" 200 157746 WARNING 2025-09-11 07:53:33,119 log 13135 6245216256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:53:33,119 basehttp 13135 6245216256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:53:33,168 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:54:30,671 basehttp 13135 6245216256 "GET /en/appointments/requests/ HTTP/1.1" 200 157696 WARNING 2025-09-11 07:54:30,687 log 13135 6245216256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:54:30,687 basehttp 13135 6245216256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:54:30,734 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 07:54:34,872 log 13135 6245216256 Forbidden (CSRF token missing.): /en/appointments/check-in/2110/ WARNING 2025-09-11 07:54:34,873 basehttp 13135 6245216256 "POST /en/appointments/check-in/2110/ HTTP/1.1" 403 2491 INFO 2025-09-11 07:55:30,738 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:56:30,756 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:57:30,751 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:57:32,369 basehttp 13135 6245216256 "GET /en/appointments/requests/ HTTP/1.1" 200 156321 WARNING 2025-09-11 07:57:32,386 log 13135 6245216256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:57:32,386 basehttp 13135 6245216256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:57:32,440 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:57:37,714 basehttp 13135 6245216256 "POST /en/appointments/check-in/2110/ HTTP/1.1" 302 0 INFO 2025-09-11 07:57:37,736 basehttp 13135 6245216256 "GET /en/appointments/queue/ HTTP/1.1" 200 56009 WARNING 2025-09-11 07:57:37,833 log 13135 6161084416 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 07:57:37,839 basehttp 13135 6161084416 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 07:57:37,851 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 07:57:37,896 log 13135 6228389888 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 07:57:37,897 basehttp 13135 6228389888 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 07:57:37,899 log 13135 6211563520 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 07:57:37,901 basehttp 13135 6211563520 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 07:57:37,907 log 13135 6245216256 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 07:57:37,908 basehttp 13135 6245216256 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 07:57:37,923 basehttp 13135 6177910784 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 WARNING 2025-09-11 07:57:37,930 log 13135 6228389888 Not Found: /en/appointments/queue/15/status/ INFO 2025-09-11 07:57:37,931 basehttp 13135 6161084416 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 07:57:37,931 basehttp 13135 6194737152 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 WARNING 2025-09-11 07:57:37,931 basehttp 13135 6228389888 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 07:57:37,934 log 13135 6211563520 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 07:57:37,934 basehttp 13135 6211563520 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 07:57:37,945 basehttp 13135 6245216256 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 07:57:37,956 log 13135 6177910784 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 07:57:37,957 basehttp 13135 6177910784 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 07:57:37,992 log 13135 6161084416 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 07:57:37,992 basehttp 13135 6161084416 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 07:57:37,995 log 13135 6228389888 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 07:57:37,996 basehttp 13135 6228389888 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 07:57:37,998 log 13135 6211563520 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 07:57:37,999 basehttp 13135 6211563520 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 07:57:38,002 log 13135 6194737152 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 07:57:38,005 log 13135 6177910784 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 07:57:38,005 basehttp 13135 6194737152 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 07:57:38,006 basehttp 13135 6177910784 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 07:57:38,011 basehttp 13135 6245216256 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 07:57:38,014 basehttp 13135 6161084416 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 WARNING 2025-09-11 07:58:06,447 log 13135 6177910784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:58:06,449 basehttp 13135 6177910784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:58:06,451 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 07:58:06,459 log 13135 6177910784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:58:06,459 basehttp 13135 6177910784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:58:06,521 basehttp 13135 6161084416 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:58:07,143 basehttp 13135 6161084416 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 07:58:07,158 log 13135 6161084416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:58:07,158 basehttp 13135 6161084416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:58:07,212 basehttp 13135 6161084416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:58:07,226 basehttp 13135 6177910784 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:58:18,266 basehttp 13135 6177910784 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 07:58:18,284 log 13135 6177910784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:58:18,285 basehttp 13135 6177910784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:58:18,302 basehttp 13135 6177910784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-11 07:58:29,515 log 13135 6177910784 Internal Server Error: /en/appointments/reschedule/2115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: reschedule_appointment() got an unexpected keyword argument 'appointment_id' ERROR 2025-09-11 07:58:29,516 basehttp 13135 6177910784 "POST /en/appointments/reschedule/2115/ HTTP/1.1" 500 69588 INFO 2025-09-11 07:59:18,310 basehttp 13135 6177910784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:59:21,587 autoreload 13135 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-11 07:59:21,935 autoreload 21480 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 07:59:25,207 basehttp 21480 6123597824 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 07:59:25,228 log 21480 6123597824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:59:25,228 basehttp 21480 6123597824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:59:25,277 basehttp 21480 6123597824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:59:32,965 basehttp 21480 6123597824 "POST /en/appointments/reschedule/2115/ HTTP/1.1" 200 10882 INFO 2025-09-11 07:59:32,971 basehttp 21480 6123597824 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-11 07:59:32,972 basehttp 21480 6140424192 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 WARNING 2025-09-11 07:59:40,700 basehttp 21480 6140424192 "GET /static/css/images/ui-icons_444444_256x240.png HTTP/1.1" 404 2041 ERROR 2025-09-11 07:59:44,392 log 21480 6123597824 Internal Server Error: /en/appointments/slots/available/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1319, in available_slots slots = SlotAvailability.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_available' into field. Choices are: appointment_types, availability_type, block_reason, booked_appointments, created_at, created_by, created_by_id, date, duration_minutes, end_time, id, insurance_restrictions, is_active, is_blocked, is_recurring, location, max_appointments, patient_restrictions, provider, provider_id, recurrence_end_date, recurrence_pattern, room_number, slot_id, specialty, start_time, supports_telemedicine, telemedicine_only, tenant, tenant_id, updated_at ERROR 2025-09-11 07:59:44,394 basehttp 21480 6123597824 "GET /en/appointments/slots/available/?date=2025-09-25&provider=5&exclude_appointment=2115 HTTP/1.1" 500 128156 WARNING 2025-09-11 07:59:49,213 basehttp 21480 6123597824 "GET /static/css/images/ui-icons_555555_256x240.png HTTP/1.1" 404 2041 ERROR 2025-09-11 07:59:52,759 log 21480 6123597824 Internal Server Error: /en/appointments/slots/available/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1319, in available_slots slots = SlotAvailability.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_available' into field. Choices are: appointment_types, availability_type, block_reason, booked_appointments, created_at, created_by, created_by_id, date, duration_minutes, end_time, id, insurance_restrictions, is_active, is_blocked, is_recurring, location, max_appointments, patient_restrictions, provider, provider_id, recurrence_end_date, recurrence_pattern, room_number, slot_id, specialty, start_time, supports_telemedicine, telemedicine_only, tenant, tenant_id, updated_at ERROR 2025-09-11 07:59:52,760 basehttp 21480 6123597824 "GET /en/appointments/slots/available/?date=2025-09-25&provider=5&exclude_appointment=2115 HTTP/1.1" 500 128156 WARNING 2025-09-11 08:00:15,855 log 21480 6123597824 Method Not Allowed (POST): /en/appointments/requests/ WARNING 2025-09-11 08:00:15,855 basehttp 21480 6123597824 "POST /en/appointments/requests/ HTTP/1.1" 405 0 INFO 2025-09-11 08:02:00,842 autoreload 21480 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 08:02:01,172 autoreload 22641 8682856640 Watching for file changes with StatReloader WARNING 2025-09-11 08:02:03,964 log 22641 6156890112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:02:03,965 basehttp 22641 6156890112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:02:04,014 basehttp 22641 6140063744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 08:02:04,015 log 22641 6156890112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:02:04,016 basehttp 22641 6156890112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:02:04,028 basehttp 22641 6123237376 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 08:02:04,511 basehttp 22641 6123237376 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 08:02:04,525 log 22641 6123237376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:02:04,525 basehttp 22641 6123237376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:02:04,596 basehttp 22641 6123237376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:02:04,621 basehttp 22641 6156890112 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 08:02:13,673 basehttp 22641 6156890112 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:02:13,691 log 22641 6156890112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:02:13,691 basehttp 22641 6156890112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:02:13,765 basehttp 22641 6156890112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:02:26,786 basehttp 22641 6156890112 "POST /en/appointments/reschedule/2115/ HTTP/1.1" 200 10882 WARNING 2025-09-11 08:02:29,983 basehttp 22641 6156890112 "GET /static/css/images/ui-icons_444444_256x240.png HTTP/1.1" 404 2041 INFO 2025-09-11 08:02:31,671 basehttp 22641 6123237376 "GET /en/appointments/slots/available/?date=2025-09-25&provider=5&exclude_appointment=2115 HTTP/1.1" 200 4896 WARNING 2025-09-11 08:02:41,193 log 22641 6123237376 Method Not Allowed (POST): /en/appointments/requests/ WARNING 2025-09-11 08:02:41,194 basehttp 22641 6123237376 "POST /en/appointments/requests/ HTTP/1.1" 405 0 INFO 2025-09-11 08:05:16,141 autoreload 22641 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 08:05:16,482 autoreload 24097 8682856640 Watching for file changes with StatReloader WARNING 2025-09-11 08:05:18,921 log 24097 6160412672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:05:18,922 basehttp 24097 6160412672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:05:18,964 basehttp 24097 6143586304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 08:05:18,967 log 24097 6160412672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:05:18,967 basehttp 24097 6160412672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:05:18,979 basehttp 24097 6126759936 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 08:05:19,673 basehttp 24097 6126759936 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 08:05:19,684 log 24097 6126759936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:05:19,684 basehttp 24097 6126759936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:05:19,756 basehttp 24097 6126759936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:05:19,771 basehttp 24097 6160412672 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 08:05:24,118 basehttp 24097 6160412672 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:05:24,135 log 24097 6160412672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:05:24,135 basehttp 24097 6160412672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:05:24,175 basehttp 24097 6160412672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:05:44,122 basehttp 24097 6160412672 "POST /en/appointments/reschedule/2115/ HTTP/1.1" 200 10882 WARNING 2025-09-11 08:05:56,132 basehttp 24097 6160412672 "GET /static/css/images/ui-icons_444444_256x240.png HTTP/1.1" 404 2041 INFO 2025-09-11 08:05:57,637 basehttp 24097 6126759936 "GET /en/appointments/slots/available/?date=2025-09-25&provider=5&exclude_appointment=2115 HTTP/1.1" 200 4896 WARNING 2025-09-11 08:06:14,254 log 24097 6126759936 Method Not Allowed (POST): /en/appointments/requests/ WARNING 2025-09-11 08:06:14,254 basehttp 24097 6126759936 "POST /en/appointments/requests/ HTTP/1.1" 405 0 INFO 2025-09-11 08:12:19,095 autoreload 24097 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 08:12:19,486 autoreload 27194 8682856640 Watching for file changes with StatReloader WARNING 2025-09-11 08:12:19,930 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:12:19,930 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:12:19,975 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 08:12:19,978 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:12:19,978 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:12:19,990 basehttp 27194 6190116864 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 08:12:20,488 basehttp 27194 6190116864 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 08:12:20,502 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:12:20,502 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:12:20,575 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:12:20,588 basehttp 27194 6223769600 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 08:12:24,665 basehttp 27194 6223769600 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:12:24,684 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:12:24,684 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:12:24,701 basehttp 27194 6223769600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:12:28,748 basehttp 27194 6223769600 "POST /en/appointments/reschedule/2115/ HTTP/1.1" 200 13627 INFO 2025-09-11 08:13:24,703 basehttp 27194 6223769600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:13:58,618 basehttp 27194 6223769600 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:13:58,635 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:13:58,636 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:13:58,688 basehttp 27194 6223769600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:14:02,271 basehttp 27194 6223769600 "POST /en/appointments/reschedule/2123/ HTTP/1.1" 200 13630 INFO 2025-09-11 08:14:35,806 basehttp 27194 6223769600 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:14:35,819 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:14:35,819 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:14:35,870 basehttp 27194 6223769600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:14:39,710 basehttp 27194 6223769600 "POST /en/appointments/reschedule/2108/ HTTP/1.1" 200 13608 INFO 2025-09-11 08:15:00,282 basehttp 27194 6223769600 "GET /en/appointments/slots/available/?date=2025-09-25&provider=2&exclude_appointment=2108 HTTP/1.1" 200 6898 WARNING 2025-09-11 08:15:14,620 log 27194 6223769600 Method Not Allowed (POST): /en/appointments/requests/ WARNING 2025-09-11 08:15:14,620 basehttp 27194 6223769600 "POST /en/appointments/requests/ HTTP/1.1" 405 0 WARNING 2025-09-11 08:17:17,858 log 27194 6206943232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:17:17,860 basehttp 27194 6206943232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:17:17,860 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 08:17:17,872 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:17:17,873 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:17:17,900 basehttp 27194 6223769600 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 08:17:18,592 basehttp 27194 6223769600 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 08:17:18,606 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:17:18,606 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:17:18,662 basehttp 27194 6223769600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:17:18,676 basehttp 27194 6190116864 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 08:17:23,021 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:17:23,037 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:17:23,037 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:17:23,055 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:17:31,496 basehttp 27194 6190116864 "GET /en/appointments/requests/2115/detail/ HTTP/1.1" 200 21464 WARNING 2025-09-11 08:17:31,516 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:17:31,516 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:17:31,554 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 08:17:34,029 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:17:34,029 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 08:17:34,041 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:17:34,041 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:18:23,070 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-11 08:19:07,901 log 27194 6190116864 Internal Server Error: /en/appointments/requests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 56, in render result = self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/requests/(?P[0-9]+)/detail/\\Z'] ERROR 2025-09-11 08:19:07,902 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 500 284156 WARNING 2025-09-11 08:19:07,915 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:19:07,915 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:23:22,740 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:23:22,752 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:23:22,753 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:23:22,805 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:23:30,660 basehttp 27194 6190116864 "POST /en/appointments/reschedule/2108/ HTTP/1.1" 200 13598 INFO 2025-09-11 08:23:49,092 basehttp 27194 6190116864 "GET /en/appointments/slots/available/?date=2025-09-25&provider=2&exclude_appointment=2108 HTTP/1.1" 200 6898 WARNING 2025-09-11 08:23:59,822 log 27194 6190116864 Method Not Allowed (POST): /en/appointments/requests/ WARNING 2025-09-11 08:23:59,822 basehttp 27194 6190116864 "POST /en/appointments/requests/ HTTP/1.1" 405 0 WARNING 2025-09-11 08:24:05,078 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:24:05,079 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:24:05,082 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 08:24:05,088 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:24:05,088 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:24:05,098 basehttp 27194 6190116864 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 08:24:35,091 basehttp 27194 6190116864 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 08:24:59,513 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 08:24:59,514 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:24:59,514 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 08:24:59,525 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:24:59,525 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 08:25:00,813 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:25:00,813 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 08:25:00,824 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:25:00,825 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:25:04,888 basehttp 27194 6223769600 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:25:04,906 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:25:04,906 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:25:04,922 basehttp 27194 6223769600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:25:20,543 basehttp 27194 6223769600 "POST /en/appointments/reschedule/2115/ HTTP/1.1" 200 13601 INFO 2025-09-11 08:26:04,938 basehttp 27194 6223769600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:27:04,941 basehttp 27194 6223769600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:28:04,933 basehttp 27194 6223769600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:29:04,953 basehttp 27194 6223769600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:30:04,952 basehttp 27194 6223769600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:31:04,959 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:31:04,974 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:31:04,974 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:31:05,020 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:31:07,625 basehttp 27194 6190116864 "POST /en/appointments/reschedule/2123/ HTTP/1.1" 200 13618 INFO 2025-09-11 08:32:05,029 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:32:13,990 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:32:14,003 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:32:14,003 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:32:14,052 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:32:16,915 basehttp 27194 6190116864 "POST /en/appointments/reschedule/2108/ HTTP/1.1" 200 13625 INFO 2025-09-11 08:33:14,061 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:34:14,058 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:35:14,065 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:35:53,538 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:35:53,552 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:35:53,552 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:35:53,597 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:35:56,696 basehttp 27194 6190116864 "POST /en/appointments/reschedule/2108/ HTTP/1.1" 200 13498 INFO 2025-09-11 08:36:46,262 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:36:46,278 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:36:46,278 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:36:46,334 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:36:48,893 basehttp 27194 6190116864 "POST /en/appointments/reschedule/2108/ HTTP/1.1" 200 13497 INFO 2025-09-11 08:37:14,748 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:37:14,761 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:37:14,761 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:37:14,812 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:37:17,749 basehttp 27194 6190116864 "POST /en/appointments/reschedule/2123/ HTTP/1.1" 200 13499 INFO 2025-09-11 08:37:33,296 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:37:33,311 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:37:33,311 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:37:33,362 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:37:35,999 basehttp 27194 6190116864 "POST /en/appointments/reschedule/2123/ HTTP/1.1" 200 13499 INFO 2025-09-11 08:38:15,817 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:38:15,830 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:38:15,830 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:38:15,876 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:38:19,233 basehttp 27194 6190116864 "POST /en/appointments/reschedule/2108/ HTTP/1.1" 200 13508 INFO 2025-09-11 08:39:15,891 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:39:35,713 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:39:35,725 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:39:35,725 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:39:35,771 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:39:38,386 basehttp 27194 6190116864 "POST /en/appointments/reschedule/2123/ HTTP/1.1" 200 13528 INFO 2025-09-11 08:40:35,776 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:40:36,030 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:40:36,044 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:40:36,044 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:40:36,090 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:40:38,573 basehttp 27194 6190116864 "POST /en/appointments/reschedule/2108/ HTTP/1.1" 200 13534 INFO 2025-09-11 08:41:36,104 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:42:36,098 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:43:36,108 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:44:36,120 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:44:48,183 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 154995 WARNING 2025-09-11 08:44:48,196 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:44:48,196 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:44:48,244 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:45:48,246 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:46:06,011 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 154870 WARNING 2025-09-11 08:46:06,025 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:46:06,025 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:46:06,072 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:46:56,841 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 154870 WARNING 2025-09-11 08:46:56,855 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:46:56,855 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:46:56,902 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:47:22,760 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 154830 WARNING 2025-09-11 08:47:22,777 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:47:22,777 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:47:22,832 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:47:50,214 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 154666 WARNING 2025-09-11 08:47:50,232 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:47:50,232 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:47:50,285 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:48:50,299 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:48:59,126 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 154412 WARNING 2025-09-11 08:48:59,142 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:48:59,142 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:48:59,193 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:49:31,309 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 154412 WARNING 2025-09-11 08:49:31,327 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:49:31,327 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:49:31,381 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:50:31,396 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:50:43,479 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 154400 WARNING 2025-09-11 08:50:43,495 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:50:43,495 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:50:43,545 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:51:43,561 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:51:58,109 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 154388 WARNING 2025-09-11 08:51:58,125 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:51:58,125 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:51:58,177 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:52:26,008 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 154402 WARNING 2025-09-11 08:52:26,023 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:52:26,023 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:52:26,077 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:53:26,092 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:54:26,090 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:55:26,103 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:56:26,106 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:57:26,113 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:58:13,967 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 154274 WARNING 2025-09-11 08:58:13,982 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:58:13,982 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:58:14,033 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:58:16,542 basehttp 27194 6190116864 "POST /en/appointments/reschedule/2123/ HTTP/1.1" 200 13540 WARNING 2025-09-11 08:58:27,228 basehttp 27194 6190116864 "GET /static/css/images/ui-icons_444444_256x240.png HTTP/1.1" 404 2041 INFO 2025-09-11 08:58:32,643 basehttp 27194 6206943232 "GET /en/appointments/requests/ HTTP/1.1" 200 154274 WARNING 2025-09-11 08:58:32,658 log 27194 6206943232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:58:32,659 basehttp 27194 6206943232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:58:32,711 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:58:38,019 basehttp 27194 6206943232 "POST /en/appointments/reschedule/2123/ HTTP/1.1" 200 13540 INFO 2025-09-11 08:58:40,844 basehttp 27194 6206943232 "GET /en/appointments/slots/available/?date=2025-09-25&provider=3&exclude_appointment=2123 HTTP/1.1" 200 6918 WARNING 2025-09-11 08:58:56,221 log 27194 6206943232 Method Not Allowed (POST): /en/appointments/requests/ WARNING 2025-09-11 08:58:56,221 basehttp 27194 6206943232 "POST /en/appointments/requests/ HTTP/1.1" 405 0 WARNING 2025-09-11 09:03:21,761 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:03:21,761 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:03:22,355 basehttp 27194 6190116864 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 09:03:22,368 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:03:22,368 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:03:22,440 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:03:22,455 basehttp 27194 6206943232 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 09:03:26,571 basehttp 27194 6206943232 "GET /en/appointments/requests/ HTTP/1.1" 200 157862 WARNING 2025-09-11 09:03:26,588 log 27194 6206943232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:03:26,588 basehttp 27194 6206943232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:03:26,606 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:03:31,710 basehttp 27194 6206943232 "POST /en/appointments/reschedule/2115/ HTTP/1.1" 200 13539 INFO 2025-09-11 09:03:47,959 basehttp 27194 6206943232 "GET /en/appointments/slots/available/?date=2025-09-25&provider=5&exclude_appointment=2115 HTTP/1.1" 200 4896 WARNING 2025-09-11 09:03:59,821 log 27194 6206943232 Method Not Allowed (POST): /en/appointments/requests/ WARNING 2025-09-11 09:03:59,822 basehttp 27194 6206943232 "POST /en/appointments/requests/ HTTP/1.1" 405 0 WARNING 2025-09-11 09:07:15,276 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:07:15,277 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:07:15,279 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 09:07:15,285 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:07:15,286 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:07:15,295 basehttp 27194 6206943232 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 09:07:15,845 basehttp 27194 6206943232 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 09:07:15,860 log 27194 6206943232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:07:15,860 basehttp 27194 6206943232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:07:15,914 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:07:15,928 basehttp 27194 6223769600 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 09:07:19,615 basehttp 27194 6223769600 "GET /en/appointments/requests/ HTTP/1.1" 200 161881 WARNING 2025-09-11 09:07:19,634 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:07:19,634 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:07:19,654 basehttp 27194 6223769600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:07:22,787 basehttp 27194 6223769600 "POST /en/appointments/reschedule/2115/ HTTP/1.1" 200 13539 INFO 2025-09-11 09:07:32,211 basehttp 27194 6223769600 "GET /en/appointments/slots/available/?date=2025-09-25&provider=5&exclude_appointment=2115 HTTP/1.1" 200 4896 WARNING 2025-09-11 09:07:38,973 log 27194 6223769600 Method Not Allowed (POST): /en/appointments/requests/ WARNING 2025-09-11 09:07:38,974 basehttp 27194 6223769600 "POST /en/appointments/requests/ HTTP/1.1" 405 0 WARNING 2025-09-11 09:08:15,129 log 27194 6206943232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:08:15,130 basehttp 27194 6206943232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 09:08:15,145 log 27194 6206943232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:08:15,146 basehttp 27194 6206943232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:08:15,149 basehttp 27194 6223769600 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 09:08:15,691 basehttp 27194 6223769600 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 09:08:15,706 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:08:15,706 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:08:15,755 basehttp 27194 6223769600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:08:15,768 basehttp 27194 6206943232 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 09:08:21,520 basehttp 27194 6206943232 "GET /en/appointments/requests/ HTTP/1.1" 200 161890 WARNING 2025-09-11 09:08:21,535 log 27194 6206943232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:08:21,535 basehttp 27194 6206943232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:08:21,553 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:08:27,323 basehttp 27194 6206943232 "POST /en/appointments/reschedule/2115/ HTTP/1.1" 200 13539 INFO 2025-09-11 09:09:21,570 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:10:21,571 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:11:21,574 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:12:21,570 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:13:21,571 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:13:23,032 basehttp 27194 6206943232 "GET /en/appointments/requests/ HTTP/1.1" 200 145349 WARNING 2025-09-11 09:13:23,048 log 27194 6206943232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:13:23,048 basehttp 27194 6206943232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:13:23,100 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:13:24,738 basehttp 27194 6206943232 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 29165 WARNING 2025-09-11 09:13:24,761 log 27194 6206943232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:13:24,762 basehttp 27194 6206943232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:13:24,803 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:14:24,807 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:15:24,817 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:15:28,340 basehttp 27194 6206943232 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 29096 WARNING 2025-09-11 09:15:28,357 log 27194 6206943232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:15:28,357 basehttp 27194 6206943232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:15:28,401 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:16:28,413 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:16:39,855 basehttp 27194 6206943232 "GET /en/appointments/slots/available/?date=2025-09-25&provider=5&exclude_appointment=2115 HTTP/1.1" 200 4896 INFO 2025-09-11 09:16:52,659 basehttp 27194 6206943232 "GET /en/appointments/slots/available/?date=2025-09-25&provider=13&exclude_appointment=2115 HTTP/1.1" 200 452 INFO 2025-09-11 09:16:57,259 basehttp 27194 6206943232 "GET /en/appointments/slots/available/?date=2025-09-25&provider=9&exclude_appointment=2115 HTTP/1.1" 200 452 INFO 2025-09-11 09:17:17,342 basehttp 27194 6206943232 "GET /en/appointments/slots/available/?date=2025-09-25&provider=5&exclude_appointment=2115 HTTP/1.1" 200 4896 INFO 2025-09-11 09:17:20,373 basehttp 27194 6206943232 "GET /en/appointments/slots/available/?date=2025-09-25&provider=13&exclude_appointment=2115 HTTP/1.1" 200 452 INFO 2025-09-11 09:17:28,416 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:17:43,016 basehttp 27194 6206943232 "GET /en/appointments/slots/available/?date=2025-09-25&provider=16&exclude_appointment=2115 HTTP/1.1" 200 452 INFO 2025-09-11 09:18:28,416 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:19:28,414 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:20:28,413 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:20:32,789 basehttp 27194 6206943232 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 28587 WARNING 2025-09-11 09:20:32,811 log 27194 6206943232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:20:32,811 basehttp 27194 6206943232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:20:32,901 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:20:41,414 basehttp 27194 6206943232 "GET /en/appointments/slots/available/?date=2025-09-25&provider=5&exclude_appointment=2115 HTTP/1.1" 200 4896 INFO 2025-09-11 09:20:45,904 basehttp 27194 6206943232 "GET /en/appointments/slots/available/?date=2025-09-25&provider=13&exclude_appointment=2115 HTTP/1.1" 200 452 INFO 2025-09-11 09:21:32,852 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:22:32,856 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:23:32,849 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:23:36,781 basehttp 27194 6206943232 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 28586 WARNING 2025-09-11 09:23:36,801 log 27194 6206943232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:23:36,801 basehttp 27194 6206943232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:23:36,841 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:24:36,855 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:25:36,858 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:26:36,861 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:27:36,864 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:28:36,867 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:29:36,873 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:30:36,878 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:31:36,763 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:32:36,767 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:33:36,769 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:34:36,769 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:35:36,772 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:36:36,768 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:37:36,774 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:38:36,778 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:39:36,766 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:39:57,040 autoreload 27194 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 09:39:57,374 autoreload 65582 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 09:40:36,840 basehttp 65582 6199635968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:40:44,612 autoreload 65582 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 09:40:45,025 autoreload 65893 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 09:41:09,219 basehttp 65893 6161739776 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 21905 WARNING 2025-09-11 09:41:09,235 log 65893 6161739776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:41:09,235 basehttp 65893 6161739776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:41:09,338 basehttp 65893 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:41:17,494 basehttp 65893 6161739776 "GET /en/appointments/slots/available/?new_date=2025-09-25&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 09:41:22,432 basehttp 65893 6161739776 "GET /en/appointments/slots/available/?new_date=2025-09-25&new_provider=13&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 09:41:45,425 basehttp 65893 6161739776 "GET /en/appointments/slots/available/?new_date=2025-09-25&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 09:42:09,277 basehttp 65893 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:43:09,287 basehttp 65893 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:43:46,574 basehttp 65893 6161739776 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 24025 WARNING 2025-09-11 09:43:46,590 log 65893 6161739776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:43:46,591 basehttp 65893 6161739776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:43:46,632 basehttp 65893 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:44:03,573 basehttp 65893 6161739776 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 24025 WARNING 2025-09-11 09:44:03,590 log 65893 6161739776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:44:03,590 basehttp 65893 6161739776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:44:03,631 basehttp 65893 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 09:44:04,976 log 65893 6161739776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:44:04,976 basehttp 65893 6161739776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:44:05,732 basehttp 65893 6161739776 "GET /en/appointments/requests/ HTTP/1.1" 200 145349 WARNING 2025-09-11 09:44:05,747 log 65893 6161739776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:44:05,747 basehttp 65893 6161739776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:44:05,794 basehttp 65893 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:44:07,303 basehttp 65893 6161739776 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 24025 WARNING 2025-09-11 09:44:07,318 log 65893 6161739776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:44:07,318 basehttp 65893 6161739776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:44:07,354 basehttp 65893 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:44:15,692 basehttp 65893 6161739776 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 24025 INFO 2025-09-11 09:44:15,709 basehttp 65893 6212218880 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-11 09:44:15,715 log 65893 6178566144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:44:15,715 basehttp 65893 6178566144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:44:15,719 basehttp 65893 6178566144 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-11 09:44:15,720 basehttp 65893 6229045248 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-11 09:44:15,721 basehttp 65893 6161739776 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-11 09:44:15,721 basehttp 65893 6212218880 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-11 09:44:15,730 basehttp 65893 6161739776 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-11 09:44:15,732 basehttp 65893 6178566144 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-11 09:44:15,732 basehttp 65893 6212218880 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-11 09:44:15,739 basehttp 65893 6229045248 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-11 09:44:15,740 basehttp 65893 6245871616 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-11 09:44:15,744 basehttp 65893 6161739776 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-11 09:44:15,744 basehttp 65893 6212218880 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-11 09:44:15,745 basehttp 65893 6229045248 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-11 09:44:15,746 basehttp 65893 6195392512 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-11 09:44:15,756 basehttp 65893 6178566144 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-11 09:44:15,757 basehttp 65893 6229045248 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-11 09:44:15,759 basehttp 65893 6212218880 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-11 09:44:15,764 basehttp 65893 6178566144 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-11 09:44:15,761 basehttp 65893 6161739776 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-11 09:44:15,763 basehttp 65893 6245871616 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-11 09:44:15,764 basehttp 65893 6195392512 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-11 09:44:15,781 basehttp 65893 6195392512 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-11 09:44:15,782 basehttp 65893 6161739776 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-11 09:44:15,785 basehttp 65893 6229045248 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-11 09:44:15,787 basehttp 65893 6212218880 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-11 09:44:15,789 basehttp 65893 6178566144 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-11 09:44:15,797 basehttp 65893 6195392512 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-11 09:44:15,799 basehttp 65893 6245871616 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-11 09:44:15,880 basehttp 65893 6245871616 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-11 09:44:15,926 basehttp 65893 6245871616 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-11 09:44:15,949 basehttp 65893 6245871616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 09:44:16,068 log 65893 6245871616 Not Found: /favicon.ico WARNING 2025-09-11 09:44:16,068 basehttp 65893 6245871616 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-11 09:44:21,262 basehttp 65893 6245871616 "GET /en/appointments/slots/available/?new_date=2025-09-25&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 09:45:15,962 basehttp 65893 6245871616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:46:15,946 basehttp 65893 6245871616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:46:59,188 basehttp 65893 6245871616 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 24030 WARNING 2025-09-11 09:46:59,203 log 65893 6245871616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:46:59,203 basehttp 65893 6245871616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:46:59,268 basehttp 65893 6245871616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:47:05,463 basehttp 65893 6245871616 "GET /en/appointments/slots/available/?new_date=2025-09-25&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 09:47:08,688 basehttp 65893 6245871616 "GET /en/appointments/slots/available/?new_date=2025-09-25&new_provider=14&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 09:47:12,010 basehttp 65893 6245871616 "GET /en/appointments/slots/available/?new_date=2025-09-25&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 09:47:59,273 basehttp 65893 6245871616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:48:59,306 basehttp 65893 6245871616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:49:37,902 basehttp 65893 6245871616 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23751 WARNING 2025-09-11 09:49:37,919 log 65893 6245871616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:49:37,920 basehttp 65893 6245871616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:49:37,964 basehttp 65893 6245871616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:50:37,976 basehttp 65893 6245871616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:51:38,451 basehttp 65893 6245871616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:19:24,421 basehttp 65893 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:19:33,998 basehttp 65893 6161739776 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23618 WARNING 2025-09-11 10:19:34,013 log 65893 6161739776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:19:34,014 basehttp 65893 6161739776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:19:34,056 basehttp 65893 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:19:37,963 basehttp 65893 6161739776 "GET /en/appointments/slots/available/?new_date=2025-09-25&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:19:45,930 basehttp 65893 6161739776 "GET /en/appointments/slots/available/?new_date=2025-09-25&new_provider=13&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:20:34,076 basehttp 65893 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:21:34,082 basehttp 65893 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:22:26,792 basehttp 65893 6161739776 "GET /en/appointments/slots/available/?new_date=2025-09-24&new_provider=13&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:22:31,938 basehttp 65893 6161739776 "GET /en/appointments/slots/available/?new_date=2025-09-11&new_provider=13&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:22:34,071 basehttp 65893 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:22:34,468 basehttp 65893 6161739776 "GET /en/appointments/slots/available/?new_date=2025-09-12&new_provider=13&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:22:44,467 basehttp 65893 6161739776 "GET /en/appointments/slots/available/?new_date=2025-09-12&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:22:47,188 basehttp 65893 6161739776 "GET /en/appointments/slots/available/?new_date=2025-09-12&new_provider=16&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:23:34,083 basehttp 65893 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:24:34,076 basehttp 65893 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:25:16,479 autoreload 65893 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 10:25:16,851 autoreload 73698 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 10:25:17,884 basehttp 73698 6202142720 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23618 WARNING 2025-09-11 10:25:17,905 log 73698 6202142720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:25:17,905 basehttp 73698 6202142720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:25:17,950 basehttp 73698 6202142720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:25:23,489 basehttp 73698 6202142720 "GET /en/appointments/slots/available/?new_date=2025-09-18&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:25:27,836 basehttp 73698 6202142720 "GET /en/appointments/slots/available/?new_date=2025-09-18&new_provider=9&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:26:17,952 basehttp 73698 6202142720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:27:17,969 basehttp 73698 6202142720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:27:34,509 autoreload 73698 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 10:27:34,863 autoreload 74782 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 10:27:37,183 basehttp 74782 6167408640 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 10:27:37,197 log 74782 6167408640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:27:37,197 basehttp 74782 6167408640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:27:37,236 basehttp 74782 6167408640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:27:42,161 basehttp 74782 6167408640 "GET /en/appointments/slots/available/?new_date=2025-09-18&new_provider=&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:27:49,317 basehttp 74782 6167408640 "GET /en/appointments/slots/available/?new_date=2025-09-17&new_provider=&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:27:53,139 basehttp 74782 6167408640 "GET /en/appointments/slots/available/?new_date=2025-09-14&new_provider=&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:27:59,305 basehttp 74782 6167408640 "GET /en/appointments/slots/available/?new_date=2025-09-14&new_provider=13&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:28:37,249 basehttp 74782 6167408640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:28:40,941 autoreload 74782 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 10:28:41,288 autoreload 75246 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 10:28:41,936 basehttp 75246 6133084160 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 10:28:41,956 log 75246 6133084160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:28:41,956 basehttp 75246 6133084160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:28:41,998 basehttp 75246 6133084160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:28:44,692 basehttp 75246 6133084160 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 10:28:44,708 log 75246 6133084160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:28:44,708 basehttp 75246 6133084160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:28:44,752 basehttp 75246 6133084160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:28:47,795 basehttp 75246 6133084160 "GET /en/appointments/slots/available/?new_date=2025-09-12&new_provider=&exclude_appointment=2115 HTTP/1.1" 200 80 ERROR 2025-09-11 10:29:15,990 log 75246 6133084160 Internal Server Error: /en/appointments/slots/available/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1317, in available_slots qs = SlotAvailability.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_available' into field. Choices are: appointment_types, availability_type, block_reason, booked_appointments, created_at, created_by, created_by_id, date, duration_minutes, end_time, id, insurance_restrictions, is_active, is_blocked, is_recurring, location, max_appointments, patient_restrictions, provider, provider_id, recurrence_end_date, recurrence_pattern, room_number, slot_id, specialty, start_time, supports_telemedicine, telemedicine_only, tenant, tenant_id, updated_at ERROR 2025-09-11 10:29:15,992 basehttp 75246 6133084160 "GET /en/appointments/slots/available/?new_date=2025-09-12&new_provider=13&exclude_appointment=2115 HTTP/1.1" 500 128895 INFO 2025-09-11 10:29:28,530 autoreload 75246 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 10:29:28,877 autoreload 75557 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 10:29:31,443 basehttp 75557 6194704384 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 10:29:31,459 log 75557 6194704384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:29:31,459 basehttp 75557 6194704384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:29:31,501 basehttp 75557 6194704384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:29:34,411 basehttp 75557 6194704384 "GET /en/appointments/slots/available/?new_date=2025-09-12&new_provider=&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:29:36,156 basehttp 75557 6194704384 "GET /en/appointments/slots/available/?new_date=2025-09-12&new_provider=13&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:30:29,638 autoreload 75557 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 10:30:30,011 autoreload 76022 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 10:30:30,382 basehttp 76022 6129823744 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23618 WARNING 2025-09-11 10:30:30,398 log 76022 6129823744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:30:30,399 basehttp 76022 6129823744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:30:30,441 basehttp 76022 6129823744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:30:33,972 basehttp 76022 6129823744 "GET /en/appointments/slots/available/?new_date=2025-09-12&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:30:36,984 basehttp 76022 6129823744 "GET /en/appointments/slots/available/?new_date=2025-09-12&new_provider=13&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:31:07,687 basehttp 76022 6129823744 "GET /en/admin/accounts/user/ HTTP/1.1" 200 114113 INFO 2025-09-11 10:31:07,704 basehttp 76022 6325039104 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-11 10:31:07,704 basehttp 76022 6146650112 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-11 10:31:07,704 basehttp 76022 6341865472 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-11 10:31:07,705 basehttp 76022 6163476480 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-11 10:31:07,705 basehttp 76022 6129823744 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-11 10:31:07,706 basehttp 76022 6341865472 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-11 10:31:07,706 basehttp 76022 6146650112 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-11 10:31:07,707 basehttp 76022 6129823744 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-11 10:31:07,707 basehttp 76022 6341865472 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-11 10:31:07,708 basehttp 76022 6163476480 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-11 10:31:07,709 basehttp 76022 6146650112 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-11 10:31:07,710 basehttp 76022 6129823744 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-11 10:31:07,711 basehttp 76022 6163476480 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-11 10:31:07,711 basehttp 76022 6146650112 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-11 10:31:07,714 basehttp 76022 6325039104 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-11 10:31:07,714 basehttp 76022 6358691840 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 10:31:07,715 basehttp 76022 6358691840 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-11 10:31:07,715 basehttp 76022 6341865472 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-11 10:31:07,718 basehttp 76022 6341865472 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-11 10:31:07,718 basehttp 76022 6358691840 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-09-11 10:31:07,724 basehttp 76022 6358691840 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-11 10:31:07,725 basehttp 76022 6358691840 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-11 10:31:07,726 basehttp 76022 6358691840 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-11 10:31:31,416 basehttp 76022 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:31:44,632 basehttp 76022 6358691840 "GET /en/admin/appointments/slotavailability/ HTTP/1.1" 200 169581 INFO 2025-09-11 10:31:44,647 basehttp 76022 6358691840 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 10:31:44,656 basehttp 76022 6358691840 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-11 10:31:51,459 basehttp 76022 6358691840 "GET /en/admin/appointments/slotavailability/?p=3 HTTP/1.1" 200 172406 INFO 2025-09-11 10:31:51,470 basehttp 76022 6358691840 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 10:32:01,503 basehttp 76022 6358691840 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=13&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:32:26,821 basehttp 76022 6358691840 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=12&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:32:31,417 basehttp 76022 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:33:31,418 basehttp 76022 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:34:19,893 autoreload 76022 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 10:34:20,276 autoreload 77718 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 10:34:21,374 basehttp 77718 6130200576 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23618 WARNING 2025-09-11 10:34:21,394 log 77718 6130200576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:34:21,394 basehttp 77718 6130200576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:34:21,438 basehttp 77718 6130200576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 10:34:25,582 log 77718 6130200576 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 10:34:25,582 basehttp 77718 6130200576 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 400 80 INFO 2025-09-11 10:34:33,047 basehttp 77718 6130200576 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=11&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:35:21,449 basehttp 77718 6130200576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:36:21,453 basehttp 77718 6130200576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:36:49,298 basehttp 77718 6130200576 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23618 WARNING 2025-09-11 10:36:49,316 log 77718 6130200576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:36:49,316 basehttp 77718 6130200576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:36:49,358 basehttp 77718 6130200576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-11 10:36:52,853 log 77718 6130200576 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 10:36:52,853 basehttp 77718 6130200576 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 400 80 INFO 2025-09-11 10:36:57,024 basehttp 77718 6130200576 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=9&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:37:00,922 basehttp 77718 6130200576 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=16&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:37:03,011 basehttp 77718 6130200576 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=11&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:37:49,505 basehttp 77718 6130200576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:43:42,817 basehttp 77718 6130200576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:44:27,111 autoreload 77718 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 10:44:27,472 autoreload 80055 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 10:44:43,693 basehttp 80055 6163279872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:45:43,675 basehttp 80055 6163279872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:45:54,051 autoreload 80055 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 10:45:54,405 autoreload 80697 8682856640 Watching for file changes with StatReloader WARNING 2025-09-11 10:45:55,334 log 80697 6132592640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:45:55,334 basehttp 80697 6132592640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 10:45:55,344 log 80697 6132592640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:45:55,344 basehttp 80697 6132592640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:45:57,967 basehttp 80697 6132592640 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23618 WARNING 2025-09-11 10:45:57,984 log 80697 6132592640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:45:57,984 basehttp 80697 6132592640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:45:58,026 basehttp 80697 6132592640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-11 10:46:03,073 log 80697 6132592640 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 10:46:03,073 basehttp 80697 6132592640 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 400 80 INFO 2025-09-11 10:46:10,425 basehttp 80697 6132592640 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=11&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:46:58,039 basehttp 80697 6132592640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:47:05,721 autoreload 80697 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 10:47:06,077 autoreload 81260 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 10:47:06,424 basehttp 81260 6135377920 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23618 WARNING 2025-09-11 10:47:06,437 log 81260 6135377920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:47:06,437 basehttp 81260 6135377920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:47:06,479 basehttp 81260 6135377920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-11 10:47:12,399 log 81260 6135377920 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 10:47:12,399 basehttp 81260 6135377920 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 400 80 INFO 2025-09-11 10:47:18,024 basehttp 81260 6135377920 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=8&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:47:20,093 basehttp 81260 6135377920 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=17&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:47:22,654 basehttp 81260 6135377920 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=10&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:48:06,493 basehttp 81260 6135377920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:49:06,488 basehttp 81260 6135377920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:49:18,632 autoreload 81260 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 10:49:19,025 autoreload 82184 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 10:49:19,825 basehttp 82184 6195294208 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23618 WARNING 2025-09-11 10:49:19,840 log 82184 6195294208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:49:19,840 basehttp 82184 6195294208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:49:19,887 basehttp 82184 6195294208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-11 10:49:26,832 log 82184 6195294208 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 10:49:26,832 basehttp 82184 6195294208 "GET /en/appointments/slots/available/?new_date=&new_provider=12&provider=5&exclude_appointment=2115 HTTP/1.1" 400 80 INFO 2025-09-11 10:49:30,801 basehttp 82184 6195294208 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=12&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:50:19,889 basehttp 82184 6195294208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:51:19,904 basehttp 82184 6195294208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:51:35,194 autoreload 82184 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 10:51:35,540 autoreload 83189 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 10:51:36,017 basehttp 83189 6164770816 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23618 WARNING 2025-09-11 10:51:36,034 log 83189 6164770816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:51:36,034 basehttp 83189 6164770816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:51:36,079 basehttp 83189 6164770816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-11 10:51:38,988 log 83189 6164770816 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 10:51:38,988 basehttp 83189 6164770816 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 400 80 INFO 2025-09-11 10:51:42,335 basehttp 83189 6164770816 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=15&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:52:36,082 basehttp 83189 6164770816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:53:32,356 autoreload 83189 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 10:53:32,738 autoreload 84118 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 10:53:33,705 basehttp 84118 6126006272 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23618 WARNING 2025-09-11 10:53:33,719 log 84118 6126006272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:53:33,719 basehttp 84118 6126006272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:53:33,765 basehttp 84118 6126006272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-11 10:53:37,479 log 84118 6126006272 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 10:53:37,479 basehttp 84118 6126006272 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 400 80 INFO 2025-09-11 10:53:42,555 basehttp 84118 6126006272 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=8&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:53:46,157 basehttp 84118 6126006272 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=17&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:53:48,674 basehttp 84118 6126006272 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=10&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:53:50,583 basehttp 84118 6126006272 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=15&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:54:33,769 basehttp 84118 6126006272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:55:33,780 basehttp 84118 6126006272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:56:33,778 basehttp 84118 6126006272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:57:33,788 basehttp 84118 6126006272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:58:33,789 basehttp 84118 6126006272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:59:33,442 autoreload 84118 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 10:59:33,765 autoreload 86730 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 10:59:45,540 basehttp 86730 6197964800 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23618 WARNING 2025-09-11 10:59:45,557 log 86730 6197964800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:59:45,558 basehttp 86730 6197964800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:59:45,596 basehttp 86730 6197964800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:00:45,609 basehttp 86730 6197964800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:01:04,570 basehttp 86730 6197964800 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 11:01:04,582 log 86730 6197964800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:01:04,582 basehttp 86730 6197964800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:01:04,621 basehttp 86730 6197964800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:01:07,530 basehttp 86730 6197964800 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&exclude_appointment=2115 HTTP/1.1" 200 80 ERROR 2025-09-11 11:01:12,542 log 86730 6197964800 Internal Server Error: /en/appointments/slots/available/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1328, in available_slots .filter( ^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_available' into field. Choices are: appointment_types, availability_type, block_reason, booked_appointments, created_at, created_by, created_by_id, date, duration_minutes, end_time, id, insurance_restrictions, is_active, is_blocked, is_recurring, location, max_appointments, patient_restrictions, provider, provider_id, recurrence_end_date, recurrence_pattern, room_number, slot_id, specialty, start_time, supports_telemedicine, telemedicine_only, tenant, tenant_id, updated_at ERROR 2025-09-11 11:01:12,543 basehttp 86730 6197964800 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=12&exclude_appointment=2115 HTTP/1.1" 500 129224 INFO 2025-09-11 11:02:04,638 basehttp 86730 6197964800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:03:04,640 basehttp 86730 6197964800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:04:04,634 basehttp 86730 6197964800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:05:04,633 basehttp 86730 6197964800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:05:15,646 autoreload 86730 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 11:05:16,002 autoreload 89220 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 11:05:16,437 basehttp 89220 6133346304 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 11:05:16,455 log 89220 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:05:16,455 basehttp 89220 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:05:16,538 basehttp 89220 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:05:19,436 basehttp 89220 6133346304 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&exclude_appointment=2115 HTTP/1.1" 200 80 ERROR 2025-09-11 11:05:22,356 log 89220 6133346304 Internal Server Error: /en/appointments/slots/available/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1340, in available_slots qs = qs.exclude(preferred_time=appt.preferred_time) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1501, in exclude return self._filter_or_exclude(True, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1516, in _filter_or_exclude_inplace self._query.add_q(~Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'preferred_time' into field. Choices are: appointment_types, availability_type, block_reason, booked_appointments, created_at, created_by, created_by_id, date, duration_minutes, end_time, id, insurance_restrictions, is_active, is_blocked, is_recurring, location, max_appointments, patient_restrictions, provider, provider_id, recurrence_end_date, recurrence_pattern, room_number, slot_id, specialty, start_time, supports_telemedicine, telemedicine_only, tenant, tenant_id, updated_at ERROR 2025-09-11 11:05:22,358 basehttp 89220 6133346304 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=16&exclude_appointment=2115 HTTP/1.1" 500 117733 INFO 2025-09-11 11:05:39,179 autoreload 89220 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 11:05:39,605 autoreload 89454 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 11:05:41,572 basehttp 89454 13170143232 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 11:05:41,590 log 89454 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:05:41,590 basehttp 89454 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:05:41,632 basehttp 89454 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:05:45,846 basehttp 89454 13170143232 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 11:05:48,610 basehttp 89454 13170143232 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=11&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 11:06:23,755 autoreload 89454 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 11:06:24,095 autoreload 89767 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 11:06:26,818 basehttp 89767 6135279616 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 11:06:26,834 log 89767 6135279616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:06:26,834 basehttp 89767 6135279616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:06:26,877 basehttp 89767 6135279616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:06:29,590 basehttp 89767 6135279616 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 11:06:33,588 basehttp 89767 6135279616 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=17&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 11:07:26,892 basehttp 89767 6135279616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:07:40,483 autoreload 89767 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 11:07:40,831 autoreload 90329 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 11:07:44,980 basehttp 90329 6132314112 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 11:07:45,001 log 90329 6132314112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:07:45,001 basehttp 90329 6132314112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:07:45,047 basehttp 90329 6132314112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:07:50,453 basehttp 90329 6132314112 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 11:07:52,856 basehttp 90329 6132314112 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=11&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 11:08:45,174 basehttp 90329 6132314112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:08:45,902 autoreload 90329 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 11:08:46,254 autoreload 90797 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 11:08:48,323 basehttp 90797 6127628288 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 11:08:48,341 log 90797 6127628288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:08:48,341 basehttp 90797 6127628288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:08:48,378 basehttp 90797 6127628288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:08:54,259 basehttp 90797 6127628288 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 INFO 2025-09-11 11:08:54,279 basehttp 90797 13170143232 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-11 11:08:54,281 log 90797 6127628288 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-11 11:08:54,282 basehttp 90797 13186969600 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-11 11:08:54,283 basehttp 90797 6127628288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:08:54,285 basehttp 90797 13186969600 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-11 11:08:54,288 basehttp 90797 6144454656 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-11 11:08:54,290 basehttp 90797 6127628288 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-11 11:08:54,290 basehttp 90797 13186969600 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-11 11:08:54,291 basehttp 90797 13170143232 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-11 11:08:54,292 basehttp 90797 6144454656 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-11 11:08:54,294 basehttp 90797 13170143232 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-11 11:08:54,295 basehttp 90797 13186969600 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-11 11:08:54,296 basehttp 90797 6144454656 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-11 11:08:54,297 basehttp 90797 6127628288 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-11 11:08:54,297 basehttp 90797 13170143232 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-11 11:08:54,297 basehttp 90797 13186969600 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-11 11:08:54,298 basehttp 90797 6144454656 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-11 11:08:54,301 basehttp 90797 6127628288 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-11 11:08:54,302 basehttp 90797 6144454656 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-11 11:08:54,302 basehttp 90797 13170143232 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-11 11:08:54,302 basehttp 90797 13186969600 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-11 11:08:54,302 basehttp 90797 6161281024 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-11 11:08:54,303 basehttp 90797 13203795968 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-11 11:08:54,307 basehttp 90797 6127628288 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-11 11:08:54,308 basehttp 90797 13186969600 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-11 11:08:54,308 basehttp 90797 6144454656 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-11 11:08:54,308 basehttp 90797 13170143232 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-11 11:08:54,309 basehttp 90797 13203795968 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-11 11:08:54,309 basehttp 90797 6161281024 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-11 11:08:54,309 basehttp 90797 6127628288 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-11 11:08:54,860 basehttp 90797 6127628288 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-11 11:08:54,881 basehttp 90797 6127628288 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-11 11:08:54,940 basehttp 90797 6161281024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-11 11:08:55,438 log 90797 6161281024 Not Found: /favicon.ico WARNING 2025-09-11 11:08:55,438 basehttp 90797 6161281024 "GET /favicon.ico HTTP/1.1" 404 2557 WARNING 2025-09-11 11:08:58,558 log 90797 6161281024 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 11:08:58,559 basehttp 90797 6161281024 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&exclude_appointment=2115 HTTP/1.1" 400 80 INFO 2025-09-11 11:09:08,015 basehttp 90797 6161281024 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=16&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 11:09:54,892 basehttp 90797 6161281024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:10:55,657 basehttp 90797 6161281024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:11:56,661 basehttp 90797 6161281024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:12:57,661 basehttp 90797 6161281024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:13:58,648 basehttp 90797 6161281024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:14:59,647 basehttp 90797 6161281024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:16:01,654 basehttp 90797 6161281024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:17:19,687 basehttp 90797 6161281024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:18:14,334 autoreload 90797 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 11:18:14,849 autoreload 94954 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 11:18:19,713 basehttp 94954 6163410944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:18:20,082 basehttp 94954 6163410944 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 11:18:20,098 log 94954 6163410944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:18:20,098 basehttp 94954 6163410944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:18:20,161 basehttp 94954 6163410944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:18:24,235 views 94954 6163410944 Invalid slot request:
  • new_provider
    • This field is required.
WARNING 2025-09-11 11:18:24,236 log 94954 6163410944 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 11:18:24,236 basehttp 94954 6163410944 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&exclude_appointment=2115 HTTP/1.1" 400 80 INFO 2025-09-11 11:18:26,991 basehttp 94954 6163410944 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=11&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 11:18:30,524 basehttp 94954 6163410944 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=12&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 11:19:20,177 basehttp 94954 6163410944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:19:23,018 autoreload 94954 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 11:19:23,482 autoreload 95492 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 11:19:26,451 basehttp 95492 6135279616 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 11:19:26,470 log 95492 6135279616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:19:26,471 basehttp 95492 6135279616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:19:26,537 basehttp 95492 6135279616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-11 11:19:29,468 log 95492 6135279616 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 11:19:29,469 basehttp 95492 6135279616 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&exclude_appointment=2115 HTTP/1.1" 400 80 INFO 2025-09-11 11:19:32,877 basehttp 95492 6135279616 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=10&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 11:20:26,655 basehttp 95492 6135279616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:20:29,583 autoreload 95492 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 11:20:29,974 autoreload 95958 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 11:20:35,689 basehttp 95958 6125137920 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 11:20:35,705 log 95958 6125137920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:20:35,705 basehttp 95958 6125137920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:20:35,749 basehttp 95958 6125137920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-11 11:20:39,888 log 95958 6125137920 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 11:20:39,888 basehttp 95958 6125137920 "GET /en/appointments/slots/available/?new_date=2025-09-14&new_provider=&exclude_appointment=2115 HTTP/1.1" 400 80 INFO 2025-09-11 11:20:46,115 basehttp 95958 6125137920 "GET /en/appointments/slots/available/?new_date=2025-09-14&new_provider=16&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 11:21:35,765 basehttp 95958 6125137920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:22:35,760 basehttp 95958 6125137920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:23:35,679 basehttp 95958 6125137920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:24:35,640 autoreload 95958 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 11:24:36,040 autoreload 97792 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 11:24:38,086 basehttp 97792 6156414976 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 11:24:38,104 log 97792 6156414976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:24:38,104 basehttp 97792 6156414976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:24:38,141 basehttp 97792 6156414976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-11 11:24:41,856 log 97792 6156414976 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 11:24:41,856 basehttp 97792 6156414976 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&exclude_appointment=2115 HTTP/1.1" 400 80 INFO 2025-09-11 11:24:44,677 basehttp 97792 6156414976 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=8&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 11:25:38,148 basehttp 97792 6156414976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:26:38,160 basehttp 97792 6156414976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:27:02,275 autoreload 97792 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 11:27:02,626 autoreload 98810 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 11:27:38,242 basehttp 98810 6194032640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:28:07,233 autoreload 98810 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 11:28:07,567 autoreload 99351 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 11:28:12,002 basehttp 99351 6132133888 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 11:28:12,021 log 99351 6132133888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:28:12,022 basehttp 99351 6132133888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:28:12,058 basehttp 99351 6132133888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:28:13,290 basehttp 99351 6132133888 "GET /en/appointments/requests/ HTTP/1.1" 200 145349 WARNING 2025-09-11 11:28:13,301 log 99351 6132133888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:28:13,301 basehttp 99351 6132133888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:28:14,021 basehttp 99351 6132133888 "GET /en/appointments/requests/ HTTP/1.1" 200 145349 WARNING 2025-09-11 11:28:14,036 log 99351 6132133888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:28:14,036 basehttp 99351 6132133888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:28:14,086 basehttp 99351 6132133888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:28:16,564 basehttp 99351 6132133888 "GET /en/appointments/reschedule/2105/ HTTP/1.1" 200 23598 WARNING 2025-09-11 11:28:16,580 log 99351 6132133888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:28:16,580 basehttp 99351 6132133888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:28:16,620 basehttp 99351 6132133888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-11 11:28:23,518 log 99351 6132133888 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 11:28:23,518 basehttp 99351 6132133888 "GET /en/appointments/slots/available/?new_date=2025-09-14&new_provider=&exclude_appointment=2105 HTTP/1.1" 400 80 INFO 2025-09-11 11:28:34,571 basehttp 99351 6132133888 "GET /en/appointments/slots/available/?new_date=2025-09-14&new_provider=13&exclude_appointment=2105 HTTP/1.1" 200 80 INFO 2025-09-11 11:29:16,630 basehttp 99351 6132133888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:30:14,886 autoreload 99351 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 11:30:15,252 autoreload 814 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 11:30:16,665 basehttp 814 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:30:18,030 basehttp 814 6189674496 "GET /en/appointments/reschedule/2105/ HTTP/1.1" 200 23598 WARNING 2025-09-11 11:30:18,044 log 814 6189674496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:30:18,044 basehttp 814 6189674496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:30:18,084 basehttp 814 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-11 11:30:21,857 log 814 6189674496 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 11:30:21,857 basehttp 814 6189674496 "GET /en/appointments/slots/available/?new_date=2025-09-21&new_provider=&exclude_appointment=2105 HTTP/1.1" 400 80 INFO 2025-09-11 11:30:24,653 basehttp 814 6189674496 "GET /en/appointments/slots/available/?new_date=2025-09-21&new_provider=14&exclude_appointment=2105 HTTP/1.1" 200 80 INFO 2025-09-11 11:30:27,337 basehttp 814 6189674496 "GET /en/appointments/slots/available/?new_date=2025-09-21&new_provider=9&exclude_appointment=2105 HTTP/1.1" 200 80 INFO 2025-09-11 11:31:18,096 basehttp 814 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:31:24,293 autoreload 814 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 11:31:24,709 autoreload 1321 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 11:31:27,884 basehttp 1321 6171111424 "GET /en/appointments/reschedule/2105/ HTTP/1.1" 200 23598 WARNING 2025-09-11 11:31:27,905 log 1321 6171111424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:31:27,905 basehttp 1321 6171111424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:31:27,948 basehttp 1321 6171111424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-11 11:31:30,915 log 1321 6171111424 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 11:31:30,915 basehttp 1321 6171111424 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&exclude_appointment=2105 HTTP/1.1" 400 80 INFO 2025-09-11 11:31:34,223 basehttp 1321 6171111424 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=14&exclude_appointment=2105 HTTP/1.1" 200 80 INFO 2025-09-11 11:31:46,266 basehttp 1321 6171111424 "GET /en/appointments/slots/available/?new_date=2025-09-16&new_provider=14&exclude_appointment=2105 HTTP/1.1" 200 80 INFO 2025-09-11 11:32:04,735 basehttp 1321 6171111424 "GET /en/admin/appointments/slotavailability/620/change/?_changelist_filters=p%3D3 HTTP/1.1" 200 107955 INFO 2025-09-11 11:32:04,754 basehttp 1321 13170143232 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-11 11:32:04,754 basehttp 1321 13186969600 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-11 11:32:04,754 basehttp 1321 13203795968 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-11 11:32:04,754 basehttp 1321 6171111424 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-11 11:32:04,754 basehttp 1321 13220622336 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-11 11:32:04,757 basehttp 1321 13203795968 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-11 11:32:04,757 basehttp 1321 13170143232 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-11 11:32:04,758 basehttp 1321 13220622336 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-11 11:32:04,759 basehttp 1321 6171111424 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-11 11:32:04,760 basehttp 1321 13170143232 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-11 11:32:04,760 basehttp 1321 6171111424 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-11 11:32:04,761 basehttp 1321 13220622336 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-11 11:32:04,761 basehttp 1321 13203795968 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-11 11:32:04,761 basehttp 1321 13170143232 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-11 11:32:04,763 basehttp 1321 13237448704 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 11:32:04,763 basehttp 1321 13186969600 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-11 11:32:04,763 basehttp 1321 13203795968 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-11 11:32:04,764 basehttp 1321 6171111424 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-11 11:32:04,766 basehttp 1321 13186969600 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-11 11:32:04,769 basehttp 1321 13186969600 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-11 11:32:04,769 basehttp 1321 13220622336 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-11 11:32:04,771 basehttp 1321 13186969600 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-11 11:32:04,771 basehttp 1321 13220622336 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-11 11:32:04,777 basehttp 1321 13220622336 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-11 11:32:04,778 basehttp 1321 13186969600 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-11 11:32:04,798 basehttp 1321 13220622336 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-09-11 11:32:04,798 basehttp 1321 13186969600 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-11 11:32:09,968 basehttp 1321 13186969600 "GET /en/admin/accounts/user/6/change/?_to_field=id HTTP/1.1" 200 166122 INFO 2025-09-11 11:32:09,983 basehttp 1321 6171111424 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 200 15845 INFO 2025-09-11 11:32:09,983 basehttp 1321 13220622336 "GET /static/admin/js/SelectBox.js HTTP/1.1" 200 4530 INFO 2025-09-11 11:32:09,985 basehttp 1321 13186969600 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 11:32:10,004 basehttp 1321 13186969600 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-11 11:32:10,005 basehttp 1321 13186969600 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 200 3291 INFO 2025-09-11 11:32:28,562 basehttp 1321 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:32:41,846 basehttp 1321 13186969600 "GET /en/admin/appointments/slotavailability/620/change/?_changelist_filters=p%3D3 HTTP/1.1" 200 107955 INFO 2025-09-11 11:33:28,571 basehttp 1321 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:34:13,939 autoreload 1321 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 11:34:14,304 autoreload 2607 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 11:34:14,660 basehttp 2607 6194606080 "GET /en/appointments/reschedule/2105/ HTTP/1.1" 200 24092 WARNING 2025-09-11 11:34:14,677 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:34:14,678 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:34:14,723 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-11 11:34:18,587 log 2607 6194606080 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 11:34:18,587 basehttp 2607 6194606080 "GET /en/appointments/slots/available/?new_date=2025-09-16&new_provider=&exclude_appointment=2105 HTTP/1.1" 400 80 INFO 2025-09-11 11:34:22,582 basehttp 2607 6194606080 "GET /en/appointments/slots/available/?new_date=2025-09-16&new_provider=6&exclude_appointment=2105 HTTP/1.1" 200 4349 INFO 2025-09-11 11:35:14,739 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:36:14,738 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:37:14,733 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:38:14,746 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:39:14,696 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:40:07,399 basehttp 2607 6194606080 "GET /en/appointments/reschedule/2105/ HTTP/1.1" 200 24111 WARNING 2025-09-11 11:40:07,416 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:40:07,416 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:40:07,459 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-11 11:40:10,626 log 2607 6194606080 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 11:40:10,626 basehttp 2607 6194606080 "GET /en/appointments/slots/available/?new_date=2025-09-16&new_provider=&exclude_appointment=2105 HTTP/1.1" 400 80 INFO 2025-09-11 11:40:14,390 basehttp 2607 6194606080 "GET /en/appointments/slots/available/?new_date=2025-09-16&new_provider=5&exclude_appointment=2105 HTTP/1.1" 200 2731 INFO 2025-09-11 11:41:07,477 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:42:07,476 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:43:07,478 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:44:07,481 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:45:07,479 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:45:36,847 basehttp 2607 6194606080 "GET /en/appointments/reschedule/2105/ HTTP/1.1" 200 24690 WARNING 2025-09-11 11:45:36,864 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:45:36,864 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:45:36,907 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-11 11:45:40,222 log 2607 6194606080 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 11:45:40,222 basehttp 2607 6194606080 "GET /en/appointments/slots/available/?new_date=2025-09-16&new_provider=&exclude_appointment=2105 HTTP/1.1" 400 80 INFO 2025-09-11 11:45:43,397 basehttp 2607 6194606080 "GET /en/appointments/slots/available/?new_date=2025-09-16&new_provider=5&exclude_appointment=2105 HTTP/1.1" 200 1006 INFO 2025-09-11 11:46:36,919 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:47:36,923 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:48:36,942 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:49:16,985 basehttp 2607 6194606080 "GET /en/appointments/reschedule/2105/ HTTP/1.1" 200 25326 WARNING 2025-09-11 11:49:16,996 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:49:16,996 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:49:17,034 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:49:29,408 basehttp 2607 6194606080 "GET /en/appointments/reschedule/2105/ HTTP/1.1" 200 25327 WARNING 2025-09-11 11:49:29,418 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:49:29,419 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:49:29,456 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:50:29,475 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:51:29,466 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:52:19,375 basehttp 2607 6194606080 "GET /en/appointments/reschedule/2105/ HTTP/1.1" 200 26809 WARNING 2025-09-11 11:52:19,392 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:52:19,392 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:52:19,433 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-11 11:52:26,207 log 2607 6194606080 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 11:52:26,207 basehttp 2607 6194606080 "GET /en/appointments/slots/available/?new_date=2025-09-16&new_provider=&exclude_appointment=2105 HTTP/1.1" 400 80 INFO 2025-09-11 11:52:28,652 basehttp 2607 6194606080 "GET /en/appointments/slots/available/?new_date=2025-09-16&new_provider=5&exclude_appointment=2105 HTTP/1.1" 200 1006 INFO 2025-09-11 11:53:19,444 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:54:19,414 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:55:19,406 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:55:36,349 basehttp 2607 6194606080 "GET /en/appointments/reschedule/2105/ HTTP/1.1" 200 26809 WARNING 2025-09-11 11:55:36,362 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:55:36,363 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:55:36,407 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:55:39,290 basehttp 2607 6194606080 "GET /en/appointments/reschedule/2105/ HTTP/1.1" 200 26809 WARNING 2025-09-11 11:55:39,307 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:55:39,307 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:55:39,350 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:56:18,051 basehttp 2607 6194606080 "GET /en/appointments/reschedule/2105/ HTTP/1.1" 200 26809 WARNING 2025-09-11 11:56:18,068 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:56:18,068 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:56:18,110 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-11 11:56:21,749 log 2607 6194606080 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 11:56:21,749 basehttp 2607 6194606080 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&exclude_appointment=2105 HTTP/1.1" 400 95 INFO 2025-09-11 11:56:24,737 basehttp 2607 6194606080 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=5&exclude_appointment=2105 HTTP/1.1" 200 1794 INFO 2025-09-11 11:57:02,354 basehttp 2607 6194606080 "POST /en/appointments/reschedule/2105/ HTTP/1.1" 302 0 INFO 2025-09-11 11:57:02,365 basehttp 2607 6194606080 "GET /en/appointments/requests/2105/detail/ HTTP/1.1" 200 21859 WARNING 2025-09-11 11:57:02,379 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:57:02,379 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:57:02,414 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:57:31,178 basehttp 2607 6194606080 "GET /en/admin/appointments/slotavailability/?p=3 HTTP/1.1" 200 172406 INFO 2025-09-11 11:57:31,193 basehttp 2607 6228258816 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-11 11:57:31,194 basehttp 2607 6211432448 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-11 11:57:31,194 basehttp 2607 6194606080 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-11 11:57:31,194 basehttp 2607 6245085184 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-09-11 11:57:31,212 basehttp 2607 6245085184 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-11 11:57:31,212 basehttp 2607 6194606080 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-11 11:57:36,019 basehttp 2607 6194606080 "GET /en/admin/appointments/slotavailability/?o=5.2.3 HTTP/1.1" 200 173835 INFO 2025-09-11 11:57:36,031 basehttp 2607 6194606080 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 11:57:37,516 basehttp 2607 6194606080 "GET /en/admin/appointments/slotavailability/?o=-5.2.3 HTTP/1.1" 200 174023 INFO 2025-09-11 11:57:37,534 basehttp 2607 6194606080 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 11:57:52,306 basehttp 2607 6194606080 "GET /en/admin/appointments/appointmentrequest/ HTTP/1.1" 200 160356 INFO 2025-09-11 11:57:52,323 basehttp 2607 6194606080 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 11:58:02,469 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:58:22,614 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-11 11:58:22,616 log 2607 6245085184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:58:22,616 basehttp 2607 6245085184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 11:58:22,627 log 2607 6245085184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:58:22,627 basehttp 2607 6245085184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 11:58:23,892 log 2607 6245085184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:58:23,892 basehttp 2607 6245085184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:58:31,732 basehttp 2607 6245085184 "GET /en/appointments/requests/ HTTP/1.1" 200 144299 WARNING 2025-09-11 11:58:31,747 log 2607 6245085184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:58:31,747 basehttp 2607 6245085184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:58:31,795 basehttp 2607 6245085184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:58:41,945 basehttp 2607 6245085184 "GET /en/appointments/requests/2105/detail/ HTTP/1.1" 200 21464 WARNING 2025-09-11 11:58:41,965 log 2607 6245085184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:58:41,965 basehttp 2607 6245085184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:58:42,004 basehttp 2607 6245085184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-11 11:58:45,067 log 2607 6245085184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:58:45,067 basehttp 2607 6245085184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 11:58:45,077 log 2607 6245085184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:58:45,077 basehttp 2607 6245085184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:59:08,701 basehttp 2607 6245085184 "GET /en/appointments/reschedule/2123/ HTTP/1.1" 200 26815 WARNING 2025-09-11 11:59:08,718 log 2607 6245085184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:59:08,719 basehttp 2607 6245085184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:59:08,757 basehttp 2607 6245085184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-11 11:59:11,105 log 2607 6245085184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:59:11,105 basehttp 2607 6245085184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 11:59:11,139 log 2607 6245085184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:59:11,139 basehttp 2607 6245085184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:59:31,803 basehttp 2607 6245085184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:00:31,805 basehttp 2607 6245085184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:00:38,300 basehttp 2607 6245085184 "GET /en/appointments/requests/ HTTP/1.1" 200 145120 WARNING 2025-09-11 12:00:38,314 log 2607 6245085184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 12:00:38,315 basehttp 2607 6245085184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 12:00:38,368 basehttp 2607 6245085184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:01:38,369 basehttp 2607 6245085184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:02:26,105 basehttp 2607 6194606080 "GET /en/appointments/requests/ HTTP/1.1" 200 145078 WARNING 2025-09-11 12:02:26,121 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 12:02:26,121 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 12:02:26,174 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:03:26,177 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:03:43,355 basehttp 2607 6194606080 "GET /en/appointments/requests/ HTTP/1.1" 200 145176 WARNING 2025-09-11 12:03:43,370 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 12:03:43,370 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 12:03:43,418 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:04:16,531 basehttp 2607 6194606080 "GET /en/appointments/requests/2132/detail/ HTTP/1.1" 200 21463 WARNING 2025-09-11 12:04:16,550 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 12:04:16,550 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 12:04:16,593 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-11 12:04:31,946 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 12:04:31,947 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 12:04:31,963 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 12:04:31,964 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 12:04:43,431 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:05:43,432 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:06:43,425 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:07:43,431 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:08:43,424 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:09:43,430 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:10:43,426 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:11:43,439 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:11:46,341 basehttp 2607 6194606080 "GET /en/appointments/requests/ HTTP/1.1" 200 161524 WARNING 2025-09-11 12:11:46,355 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 12:11:46,355 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 12:11:46,410 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:11:53,339 basehttp 2607 6194606080 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 26814 WARNING 2025-09-11 12:11:53,358 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 12:11:53,358 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 12:11:53,401 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-11 12:11:55,323 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 12:11:55,323 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 12:11:55,333 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 12:11:55,333 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 12:12:25,660 autoreload 20158 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 12:12:46,410 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:12:46,753 autoreload 20730 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 14:00:02,636 autoreload 25254 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 14:00:12,388 basehttp 25254 6190936064 "GET /en/appointments/requests/ HTTP/1.1" 200 161524 WARNING 2025-09-11 14:00:12,409 log 25254 6190936064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:00:12,410 basehttp 25254 6190936064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:00:12,479 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:00:19,351 basehttp 25254 6190936064 "GET /en/appointments/reschedule/2123/ HTTP/1.1" 200 26815 WARNING 2025-09-11 14:00:19,371 log 25254 6190936064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:00:19,371 basehttp 25254 6190936064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:00:19,431 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:00:24,697 log 25254 6190936064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:00:24,697 basehttp 25254 6190936064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 14:00:24,726 log 25254 6190936064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:00:24,726 basehttp 25254 6190936064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:01:12,494 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:02:12,499 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:03:12,494 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:03:27,850 basehttp 25254 6190936064 "GET /en/appointments/requests/ HTTP/1.1" 200 161524 WARNING 2025-09-11 14:03:27,861 log 25254 6190936064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:03:27,861 basehttp 25254 6190936064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:03:27,914 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:03:30,628 basehttp 25254 6190936064 "GET /en/appointments/reschedule/2128/ HTTP/1.1" 200 27599 WARNING 2025-09-11 14:03:30,650 log 25254 6190936064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:03:30,650 basehttp 25254 6190936064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:03:30,687 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:03:58,419 basehttp 25254 6190936064 "GET /en/appointments/reschedule/2128/ HTTP/1.1" 200 27599 WARNING 2025-09-11 14:03:58,433 log 25254 6190936064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:03:58,433 basehttp 25254 6190936064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:03:58,476 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:04:08,035 basehttp 25254 6190936064 "GET /en/appointments/reschedule/2128/ HTTP/1.1" 200 27599 WARNING 2025-09-11 14:04:08,047 log 25254 6190936064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:04:08,047 basehttp 25254 6190936064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:04:08,071 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:04:30,147 basehttp 25254 6190936064 "GET /en/appointments/reschedule/2128/ HTTP/1.1" 200 27614 WARNING 2025-09-11 14:04:30,158 log 25254 6190936064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:04:30,158 basehttp 25254 6190936064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:04:30,196 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:05:04,733 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:05:04,735 log 25254 6207762432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:05:04,735 basehttp 25254 6207762432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 14:05:04,745 log 25254 6207762432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:05:04,746 basehttp 25254 6207762432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:05:18,388 basehttp 25254 6207762432 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 14:05:18,402 log 25254 6207762432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:05:18,403 basehttp 25254 6207762432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:05:18,490 basehttp 25254 6207762432 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:05:48,480 basehttp 25254 6207762432 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:06:18,464 basehttp 25254 6207762432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:06:18,491 basehttp 25254 6190936064 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:06:48,468 basehttp 25254 6190936064 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:07:18,455 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:07:18,470 basehttp 25254 6207762432 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:07:48,472 basehttp 25254 6207762432 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:08:00,806 basehttp 25254 6207762432 "GET /en/appointments/ HTTP/1.1" 200 45987 WARNING 2025-09-11 14:08:00,820 log 25254 6207762432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:08:00,821 basehttp 25254 6207762432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:08:00,868 basehttp 25254 6207762432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:08:00,881 basehttp 25254 6190936064 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:08:30,894 basehttp 25254 6190936064 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:09:00,890 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:09:00,909 basehttp 25254 6207762432 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:09:13,111 basehttp 25254 6207762432 "GET /en/appointments/ HTTP/1.1" 200 46110 WARNING 2025-09-11 14:09:13,125 log 25254 6207762432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:09:13,127 basehttp 25254 6207762432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:09:13,175 basehttp 25254 6207762432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:09:13,188 basehttp 25254 6190936064 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:09:25,363 basehttp 25254 6190936064 "GET /en/appointments/ HTTP/1.1" 200 46101 WARNING 2025-09-11 14:09:25,375 log 25254 6190936064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:09:25,375 basehttp 25254 6190936064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:09:25,422 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:09:25,436 basehttp 25254 6207762432 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:09:55,454 basehttp 25254 6207762432 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:10:25,434 basehttp 25254 6207762432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:10:25,453 basehttp 25254 6190936064 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:10:55,432 basehttp 25254 6190936064 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:11:25,421 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:11:25,439 basehttp 25254 6207762432 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:11:52,771 basehttp 25254 6207762432 "GET /en/appointments/ HTTP/1.1" 200 47608 WARNING 2025-09-11 14:11:52,784 log 25254 6207762432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:11:52,784 basehttp 25254 6207762432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:11:52,834 basehttp 25254 6207762432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:11:52,848 basehttp 25254 6190936064 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:12:22,861 basehttp 25254 6190936064 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:12:43,863 autoreload 25254 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 14:12:44,265 autoreload 30880 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 14:12:44,935 basehttp 30880 6135623680 "GET /en/appointments/ HTTP/1.1" 200 127099 WARNING 2025-09-11 14:12:44,956 log 30880 6135623680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:12:44,957 basehttp 30880 6135623680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:12:45,053 basehttp 30880 6135623680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:12:45,073 basehttp 30880 6152450048 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:13:15,034 basehttp 30880 6152450048 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:13:24,119 autoreload 30880 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 14:13:24,508 autoreload 31122 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 14:13:25,136 basehttp 31122 6192099328 "GET /en/appointments/ HTTP/1.1" 200 57504 WARNING 2025-09-11 14:13:25,154 log 31122 6192099328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:13:25,154 basehttp 31122 6192099328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:13:25,205 basehttp 31122 6192099328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:13:25,219 basehttp 31122 6208925696 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:13:55,233 basehttp 31122 6208925696 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:14:04,128 basehttp 31122 6208925696 "GET /en/appointments/queue/ HTTP/1.1" 200 55585 WARNING 2025-09-11 14:14:04,146 log 31122 6208925696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:14:04,147 basehttp 31122 6208925696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:14:04,264 basehttp 31122 6208925696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:14:04,295 log 31122 6192099328 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:14:04,297 basehttp 31122 6192099328 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:14:04,305 log 31122 6259404800 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:14:04,307 log 31122 6276231168 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:14:04,308 basehttp 31122 6259404800 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:14:04,309 basehttp 31122 6276231168 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:14:04,320 log 31122 6192099328 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:14:04,321 basehttp 31122 6192099328 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:14:04,329 basehttp 31122 6242578432 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:14:04,330 basehttp 31122 6225752064 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 WARNING 2025-09-11 14:14:04,335 log 31122 6259404800 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:14:04,338 log 31122 6276231168 Not Found: /en/appointments/queue/13/status/ INFO 2025-09-11 14:14:04,338 basehttp 31122 6208925696 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:14:04,338 basehttp 31122 6259404800 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:14:04,340 basehttp 31122 6276231168 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:14:04,350 basehttp 31122 6192099328 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:14:04,390 log 31122 6242578432 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:14:04,390 basehttp 31122 6242578432 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:14:04,397 log 31122 6225752064 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:14:04,399 log 31122 6259404800 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:14:04,400 basehttp 31122 6225752064 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:14:04,400 basehttp 31122 6259404800 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:14:04,404 log 31122 6208925696 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:14:04,404 basehttp 31122 6208925696 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:14:04,410 log 31122 6276231168 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:14:04,412 log 31122 6242578432 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:14:04,412 basehttp 31122 6276231168 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:14:04,413 basehttp 31122 6242578432 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:14:04,418 basehttp 31122 6192099328 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:14:04,422 basehttp 31122 6225752064 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 WARNING 2025-09-11 14:15:04,264 log 31122 6208925696 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:15:04,266 log 31122 6192099328 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:15:04,267 log 31122 6259404800 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:15:04,268 basehttp 31122 6208925696 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:15:04,269 basehttp 31122 6192099328 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:15:04,269 basehttp 31122 6259404800 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:15:04,271 basehttp 31122 6225752064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:15:04,274 basehttp 31122 6276231168 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:15:04,281 basehttp 31122 6242578432 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 WARNING 2025-09-11 14:15:04,320 log 31122 6192099328 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:15:04,320 basehttp 31122 6192099328 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:15:04,331 log 31122 6259404800 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:15:04,331 basehttp 31122 6259404800 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:15:04,335 log 31122 6225752064 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:15:04,338 basehttp 31122 6225752064 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:15:04,345 log 31122 6242578432 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:15:04,345 basehttp 31122 6242578432 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 INFO 2025-09-11 14:15:04,348 basehttp 31122 6208925696 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:15:04,368 log 31122 6192099328 Not Found: /en/appointments/queue/9/status/ INFO 2025-09-11 14:15:04,369 basehttp 31122 6276231168 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:15:04,373 log 31122 6259404800 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:15:04,378 basehttp 31122 6259404800 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:15:04,375 basehttp 31122 6192099328 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:15:04,394 log 31122 6242578432 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:15:04,394 basehttp 31122 6242578432 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:15:04,399 log 31122 6225752064 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:15:04,400 basehttp 31122 6225752064 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:15:04,405 basehttp 31122 6208925696 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 WARNING 2025-09-11 14:15:04,411 log 31122 6276231168 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:15:04,412 basehttp 31122 6276231168 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:15:04,418 basehttp 31122 6192099328 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:15:36,333 basehttp 31122 6192099328 "GET /en/appointments/queue/ HTTP/1.1" 200 56376 WARNING 2025-09-11 14:15:36,359 log 31122 6192099328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:15:36,359 basehttp 31122 6192099328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:15:36,416 basehttp 31122 6192099328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:15:36,426 log 31122 6276231168 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:15:36,428 basehttp 31122 6276231168 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:15:36,430 log 31122 6242578432 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:15:36,432 basehttp 31122 6242578432 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:15:36,434 log 31122 6259404800 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:15:36,435 basehttp 31122 6259404800 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:15:36,446 basehttp 31122 6208925696 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:15:36,449 basehttp 31122 6225752064 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:15:36,451 basehttp 31122 6192099328 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:15:36,452 log 31122 6276231168 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:15:36,453 basehttp 31122 6276231168 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:15:36,461 log 31122 6259404800 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:15:36,461 basehttp 31122 6259404800 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:15:36,467 log 31122 6242578432 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:15:36,467 basehttp 31122 6242578432 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:15:36,497 log 31122 6225752064 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:15:36,497 basehttp 31122 6225752064 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:15:36,507 log 31122 6276231168 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:15:36,509 log 31122 6192099328 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:15:36,509 basehttp 31122 6276231168 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:15:36,511 basehttp 31122 6192099328 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 INFO 2025-09-11 14:15:36,515 basehttp 31122 6208925696 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:15:36,517 log 31122 6242578432 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:15:36,519 log 31122 6259404800 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:15:36,520 basehttp 31122 6259404800 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:15:36,520 basehttp 31122 6242578432 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:15:36,526 log 31122 6276231168 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:15:36,528 basehttp 31122 6276231168 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:15:36,531 basehttp 31122 6225752064 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:15:36,533 basehttp 31122 6192099328 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:16:19,431 basehttp 31122 6192099328 "GET /en/appointments/queue/ HTTP/1.1" 200 56374 WARNING 2025-09-11 14:16:19,452 log 31122 6192099328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:16:19,452 basehttp 31122 6192099328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 14:16:19,581 log 31122 6259404800 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:16:19,581 basehttp 31122 6259404800 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:16:19,599 log 31122 6225752064 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:16:19,602 basehttp 31122 6225752064 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:16:19,605 log 31122 6208925696 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:16:19,606 basehttp 31122 6208925696 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:16:19,614 basehttp 31122 6192099328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:16:19,619 basehttp 31122 6276231168 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:16:19,622 basehttp 31122 6242578432 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 WARNING 2025-09-11 14:16:19,638 log 31122 6225752064 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:16:19,639 basehttp 31122 6225752064 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:16:19,641 basehttp 31122 6259404800 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:16:19,645 log 31122 6208925696 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:16:19,648 basehttp 31122 6208925696 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:16:19,652 log 31122 6192099328 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:16:19,653 basehttp 31122 6192099328 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:16:19,669 basehttp 31122 6276231168 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:16:19,676 log 31122 6242578432 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:16:19,676 basehttp 31122 6242578432 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:16:19,693 log 31122 6225752064 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:16:19,693 basehttp 31122 6225752064 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:16:19,698 log 31122 6259404800 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:16:19,699 basehttp 31122 6259404800 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:16:19,707 log 31122 6208925696 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:16:19,708 basehttp 31122 6208925696 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:16:19,710 log 31122 6192099328 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:16:19,710 basehttp 31122 6192099328 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:16:19,722 log 31122 6242578432 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:16:19,723 basehttp 31122 6242578432 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:16:19,723 basehttp 31122 6276231168 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:16:19,727 basehttp 31122 6225752064 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:17:19,533 basehttp 31122 6225752064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:17:19,557 log 31122 6259404800 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:17:19,559 log 31122 6208925696 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:17:19,561 log 31122 6242578432 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:17:19,561 basehttp 31122 6242578432 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:17:19,563 basehttp 31122 6259404800 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:17:19,563 basehttp 31122 6208925696 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:17:19,575 basehttp 31122 6192099328 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:17:19,577 basehttp 31122 6276231168 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:17:19,578 basehttp 31122 6225752064 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:17:19,589 log 31122 6242578432 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:17:19,589 basehttp 31122 6242578432 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:17:19,607 log 31122 6259404800 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:17:19,608 basehttp 31122 6259404800 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:17:19,612 log 31122 6208925696 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:17:19,612 basehttp 31122 6208925696 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:17:19,631 log 31122 6276231168 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:17:19,633 log 31122 6225752064 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:17:19,634 basehttp 31122 6276231168 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:17:19,634 basehttp 31122 6225752064 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 INFO 2025-09-11 14:17:19,636 basehttp 31122 6192099328 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:17:19,640 log 31122 6242578432 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:17:19,640 basehttp 31122 6242578432 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:17:19,648 log 31122 6259404800 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:17:19,648 basehttp 31122 6259404800 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:17:19,652 log 31122 6208925696 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:17:19,652 basehttp 31122 6208925696 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:17:19,667 log 31122 6225752064 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:17:19,667 basehttp 31122 6225752064 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:17:19,672 basehttp 31122 6276231168 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:17:19,674 basehttp 31122 6192099328 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:17:30,103 basehttp 31122 6192099328 "GET /en/appointments/queue/ HTTP/1.1" 200 56374 WARNING 2025-09-11 14:17:30,134 log 31122 6192099328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:17:30,134 basehttp 31122 6192099328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 14:17:30,196 log 31122 6276231168 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:17:30,197 basehttp 31122 6276231168 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:17:30,201 log 31122 6259404800 Not Found: /en/appointments/queue/16/status/ INFO 2025-09-11 14:17:30,202 basehttp 31122 6192099328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:17:30,204 log 31122 6242578432 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:17:30,205 basehttp 31122 6242578432 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:17:30,205 basehttp 31122 6259404800 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:17:30,214 basehttp 31122 6208925696 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:17:30,216 basehttp 31122 6225752064 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:17:30,238 basehttp 31122 6276231168 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:17:30,246 log 31122 6192099328 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:17:30,246 basehttp 31122 6192099328 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:17:30,260 log 31122 6259404800 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:17:30,260 basehttp 31122 6259404800 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:17:30,262 log 31122 6242578432 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:17:30,262 basehttp 31122 6242578432 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:17:30,268 log 31122 6225752064 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:17:30,268 basehttp 31122 6225752064 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 INFO 2025-09-11 14:17:30,276 basehttp 31122 6208925696 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:17:30,279 log 31122 6276231168 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:17:30,279 basehttp 31122 6276231168 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:17:30,284 log 31122 6192099328 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:17:30,284 basehttp 31122 6192099328 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:17:30,308 log 31122 6259404800 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:17:30,309 basehttp 31122 6259404800 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:17:30,311 log 31122 6242578432 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:17:30,312 basehttp 31122 6242578432 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:17:30,318 log 31122 6208925696 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:17:30,320 basehttp 31122 6208925696 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:17:30,324 basehttp 31122 6225752064 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:17:30,325 basehttp 31122 6276231168 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:18:30,177 basehttp 31122 6276231168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:18:30,214 log 31122 6259404800 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:18:30,216 log 31122 6192099328 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:18:30,217 basehttp 31122 6192099328 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:18:30,219 log 31122 6225752064 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:18:30,219 basehttp 31122 6259404800 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:18:30,220 basehttp 31122 6225752064 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:18:30,230 basehttp 31122 6242578432 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:18:30,232 basehttp 31122 6208925696 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 WARNING 2025-09-11 14:18:30,235 log 31122 6192099328 Not Found: /en/appointments/queue/11/status/ INFO 2025-09-11 14:18:30,235 basehttp 31122 6276231168 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:18:30,235 basehttp 31122 6192099328 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:18:30,241 log 31122 6259404800 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:18:30,241 basehttp 31122 6259404800 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:18:30,249 log 31122 6225752064 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:18:30,249 basehttp 31122 6225752064 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:18:30,285 log 31122 6208925696 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:18:30,288 basehttp 31122 6208925696 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:18:30,294 log 31122 6192099328 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:18:30,296 log 31122 6276231168 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:18:30,297 basehttp 31122 6192099328 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:18:30,298 basehttp 31122 6276231168 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:18:30,300 log 31122 6259404800 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:18:30,302 log 31122 6225752064 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:18:30,302 basehttp 31122 6259404800 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:18:30,303 basehttp 31122 6225752064 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:18:30,305 basehttp 31122 6242578432 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:18:30,311 basehttp 31122 6208925696 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 WARNING 2025-09-11 14:18:30,320 log 31122 6192099328 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:18:30,321 basehttp 31122 6192099328 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:18:30,323 basehttp 31122 6276231168 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:19:30,209 basehttp 31122 6276231168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:19:30,227 log 31122 6192099328 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:19:30,230 log 31122 6225752064 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:19:30,231 basehttp 31122 6225752064 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:19:30,232 log 31122 6259404800 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:19:30,233 basehttp 31122 6192099328 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:19:30,234 basehttp 31122 6259404800 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:19:30,242 basehttp 31122 6208925696 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:19:30,244 basehttp 31122 6276231168 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:19:30,245 basehttp 31122 6242578432 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 WARNING 2025-09-11 14:19:30,248 log 31122 6225752064 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:19:30,248 basehttp 31122 6225752064 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:19:30,274 log 31122 6259404800 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:19:30,274 basehttp 31122 6259404800 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:19:30,279 log 31122 6192099328 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:19:30,279 basehttp 31122 6192099328 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:19:30,302 log 31122 6242578432 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:19:30,304 log 31122 6276231168 Not Found: /en/appointments/queue/8/status/ INFO 2025-09-11 14:19:30,305 basehttp 31122 6208925696 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:19:30,307 log 31122 6225752064 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:19:30,307 basehttp 31122 6242578432 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:19:30,307 basehttp 31122 6276231168 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:19:30,308 basehttp 31122 6225752064 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:19:30,313 log 31122 6192099328 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:19:30,315 log 31122 6259404800 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:19:30,315 basehttp 31122 6259404800 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:19:30,315 basehttp 31122 6192099328 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:19:30,327 log 31122 6242578432 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:19:30,328 basehttp 31122 6242578432 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:19:30,335 basehttp 31122 6208925696 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:19:30,335 basehttp 31122 6276231168 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:20:30,187 basehttp 31122 6276231168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:20:30,193 log 31122 6208925696 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:20:30,195 basehttp 31122 6208925696 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:20:30,197 log 31122 6225752064 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:20:30,200 log 31122 6259404800 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:20:30,200 basehttp 31122 6225752064 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:20:30,202 basehttp 31122 6259404800 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:20:30,213 basehttp 31122 6242578432 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:20:30,215 basehttp 31122 6192099328 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:20:30,216 basehttp 31122 6276231168 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:20:30,227 log 31122 6208925696 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:20:30,228 basehttp 31122 6208925696 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:20:30,245 log 31122 6259404800 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:20:30,246 basehttp 31122 6259404800 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:20:30,250 log 31122 6225752064 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:20:30,250 basehttp 31122 6225752064 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:20:30,269 log 31122 6276231168 Not Found: /en/appointments/queue/9/status/ INFO 2025-09-11 14:20:30,270 basehttp 31122 6242578432 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:20:30,272 log 31122 6192099328 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:20:30,272 basehttp 31122 6276231168 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:20:30,273 basehttp 31122 6192099328 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:20:30,277 log 31122 6208925696 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:20:30,277 basehttp 31122 6208925696 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:20:30,284 log 31122 6225752064 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:20:30,284 basehttp 31122 6225752064 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:20:30,286 log 31122 6259404800 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:20:30,286 basehttp 31122 6259404800 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:20:30,302 log 31122 6242578432 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:20:30,303 basehttp 31122 6242578432 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:20:30,305 basehttp 31122 6192099328 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:20:30,306 basehttp 31122 6276231168 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:21:30,195 basehttp 31122 6276231168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:21:30,198 log 31122 6192099328 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:21:30,199 basehttp 31122 6192099328 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:21:30,208 log 31122 6225752064 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:21:30,210 log 31122 6208925696 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:21:30,211 basehttp 31122 6225752064 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:21:30,212 basehttp 31122 6208925696 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:21:30,222 log 31122 6192099328 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:21:30,223 basehttp 31122 6192099328 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:21:30,224 basehttp 31122 6242578432 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:21:30,228 basehttp 31122 6259404800 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 WARNING 2025-09-11 14:21:30,232 log 31122 6225752064 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:21:30,232 basehttp 31122 6225752064 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:21:30,239 log 31122 6208925696 Not Found: /en/appointments/queue/13/status/ INFO 2025-09-11 14:21:30,239 basehttp 31122 6276231168 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:21:30,240 basehttp 31122 6208925696 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:21:30,249 log 31122 6242578432 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:21:30,249 basehttp 31122 6242578432 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 INFO 2025-09-11 14:21:30,251 basehttp 31122 6192099328 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:21:30,256 log 31122 6259404800 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:21:30,256 basehttp 31122 6259404800 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:21:30,283 log 31122 6225752064 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:21:30,285 basehttp 31122 6225752064 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:21:30,287 log 31122 6208925696 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:21:30,287 basehttp 31122 6208925696 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:21:30,296 log 31122 6276231168 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:21:30,297 basehttp 31122 6276231168 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:21:30,301 log 31122 6192099328 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:21:30,301 basehttp 31122 6192099328 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:21:30,308 basehttp 31122 6242578432 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:21:30,308 basehttp 31122 6259404800 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:22:30,195 basehttp 31122 6259404800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:22:30,202 log 31122 6242578432 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:22:30,202 basehttp 31122 6242578432 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:22:30,211 log 31122 6208925696 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:22:30,213 basehttp 31122 6208925696 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:22:30,215 log 31122 6225752064 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:22:30,216 basehttp 31122 6225752064 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:22:30,224 log 31122 6242578432 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:22:30,225 basehttp 31122 6242578432 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:22:30,234 log 31122 6225752064 Not Found: /en/appointments/queue/13/status/ INFO 2025-09-11 14:22:30,235 basehttp 31122 6276231168 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 WARNING 2025-09-11 14:22:30,235 basehttp 31122 6225752064 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:22:30,239 log 31122 6208925696 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:22:30,239 basehttp 31122 6208925696 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:22:30,241 basehttp 31122 6192099328 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:22:30,245 basehttp 31122 6259404800 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:22:30,253 basehttp 31122 6242578432 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:22:30,280 log 31122 6225752064 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:22:30,280 basehttp 31122 6225752064 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:22:30,284 log 31122 6276231168 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:22:30,284 basehttp 31122 6276231168 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:22:30,291 log 31122 6208925696 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:22:30,291 basehttp 31122 6208925696 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:22:30,297 log 31122 6192099328 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:22:30,298 log 31122 6259404800 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:22:30,299 basehttp 31122 6259404800 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:22:30,299 basehttp 31122 6192099328 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:22:30,308 basehttp 31122 6242578432 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 WARNING 2025-09-11 14:22:30,310 log 31122 6225752064 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:22:30,310 basehttp 31122 6225752064 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:22:30,313 basehttp 31122 6276231168 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:23:30,196 basehttp 31122 6276231168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:23:30,202 log 31122 6225752064 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:23:30,202 basehttp 31122 6225752064 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:23:30,213 log 31122 6208925696 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:23:30,213 basehttp 31122 6208925696 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:23:30,219 log 31122 6259404800 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:23:30,220 basehttp 31122 6259404800 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:23:30,226 log 31122 6225752064 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:23:30,228 basehttp 31122 6225752064 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:23:30,232 basehttp 31122 6192099328 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 WARNING 2025-09-11 14:23:30,238 log 31122 6208925696 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:23:30,239 basehttp 31122 6208925696 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:23:30,241 basehttp 31122 6242578432 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 WARNING 2025-09-11 14:23:30,244 log 31122 6259404800 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:23:30,244 basehttp 31122 6259404800 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:23:30,248 basehttp 31122 6276231168 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:23:30,254 log 31122 6192099328 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:23:30,254 basehttp 31122 6192099328 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:23:30,259 log 31122 6208925696 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:23:30,260 basehttp 31122 6208925696 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 INFO 2025-09-11 14:23:30,262 basehttp 31122 6225752064 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:23:30,264 log 31122 6242578432 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:23:30,264 basehttp 31122 6242578432 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:23:30,268 log 31122 6259404800 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:23:30,268 basehttp 31122 6259404800 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:23:30,274 log 31122 6276231168 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:23:30,274 basehttp 31122 6276231168 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:23:30,288 log 31122 6208925696 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:23:30,289 basehttp 31122 6208925696 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:23:30,290 basehttp 31122 6192099328 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:23:30,292 basehttp 31122 6225752064 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:24:30,188 basehttp 31122 6225752064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:24:30,215 log 31122 6208925696 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:24:30,244 basehttp 31122 6208925696 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:24:30,246 log 31122 6259404800 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:24:30,248 log 31122 6242578432 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:24:30,249 basehttp 31122 6242578432 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:24:30,250 basehttp 31122 6259404800 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:24:30,255 basehttp 31122 6192099328 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:24:30,258 basehttp 31122 6276231168 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:24:30,261 basehttp 31122 6225752064 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:24:30,283 log 31122 6208925696 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:24:30,283 basehttp 31122 6208925696 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:24:30,295 log 31122 6242578432 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:24:30,295 basehttp 31122 6242578432 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:24:30,301 log 31122 6259404800 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:24:30,301 basehttp 31122 6259404800 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:24:30,313 log 31122 6225752064 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:24:30,315 log 31122 6276231168 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:24:30,316 basehttp 31122 6225752064 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:24:30,316 basehttp 31122 6276231168 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:24:30,322 log 31122 6208925696 Not Found: /en/appointments/queue/7/status/ INFO 2025-09-11 14:24:30,326 basehttp 31122 6192099328 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:24:30,326 basehttp 31122 6208925696 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:24:30,328 log 31122 6242578432 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:24:30,331 log 31122 6259404800 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:24:30,332 basehttp 31122 6259404800 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:24:30,333 basehttp 31122 6242578432 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:24:30,344 log 31122 6276231168 Not Found: /en/appointments/queue/12/status/ INFO 2025-09-11 14:24:30,345 basehttp 31122 6225752064 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 WARNING 2025-09-11 14:24:30,348 basehttp 31122 6276231168 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:24:30,349 basehttp 31122 6192099328 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:25:30,199 basehttp 31122 6192099328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:25:30,227 log 31122 6259404800 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:25:30,228 basehttp 31122 6259404800 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:25:30,230 log 31122 6276231168 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:25:30,232 log 31122 6208925696 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:25:30,233 basehttp 31122 6276231168 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:25:30,233 basehttp 31122 6208925696 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:25:30,245 basehttp 31122 6242578432 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 WARNING 2025-09-11 14:25:30,251 log 31122 6259404800 Not Found: /en/appointments/queue/11/status/ INFO 2025-09-11 14:25:30,251 basehttp 31122 6192099328 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:25:30,251 basehttp 31122 6259404800 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:25:30,252 basehttp 31122 6225752064 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 WARNING 2025-09-11 14:25:30,258 log 31122 6208925696 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:25:30,258 basehttp 31122 6208925696 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:25:30,265 log 31122 6276231168 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:25:30,265 basehttp 31122 6276231168 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:25:30,309 log 31122 6259404800 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:25:30,310 basehttp 31122 6259404800 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:25:30,313 log 31122 6192099328 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:25:30,313 basehttp 31122 6192099328 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:25:30,317 log 31122 6225752064 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:25:30,318 basehttp 31122 6225752064 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:25:30,321 log 31122 6208925696 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:25:30,322 basehttp 31122 6208925696 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:25:30,323 basehttp 31122 6242578432 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:25:30,324 log 31122 6276231168 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:25:30,325 basehttp 31122 6276231168 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:25:30,342 log 31122 6192099328 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:25:30,343 basehttp 31122 6192099328 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:25:30,347 basehttp 31122 6259404800 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:25:30,348 basehttp 31122 6225752064 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:26:30,212 basehttp 31122 6225752064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:26:30,219 log 31122 6259404800 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:26:30,219 basehttp 31122 6259404800 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:26:30,227 log 31122 6208925696 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:26:30,228 log 31122 6242578432 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:26:30,229 basehttp 31122 6208925696 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:26:30,230 basehttp 31122 6242578432 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:26:30,240 log 31122 6259404800 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:26:30,243 basehttp 31122 6259404800 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:26:30,247 log 31122 6208925696 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:26:30,248 basehttp 31122 6208925696 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:26:30,251 basehttp 31122 6276231168 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:26:30,252 basehttp 31122 6192099328 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 WARNING 2025-09-11 14:26:30,253 log 31122 6242578432 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:26:30,254 basehttp 31122 6242578432 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:26:30,256 basehttp 31122 6225752064 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:26:30,266 basehttp 31122 6259404800 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:26:30,301 log 31122 6208925696 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:26:30,302 basehttp 31122 6208925696 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:26:30,307 log 31122 6276231168 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:26:30,309 basehttp 31122 6276231168 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:26:30,311 log 31122 6242578432 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:26:30,314 log 31122 6225752064 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:26:30,316 log 31122 6192099328 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:26:30,316 basehttp 31122 6242578432 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:26:30,317 basehttp 31122 6225752064 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:26:30,317 basehttp 31122 6192099328 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:26:30,324 log 31122 6208925696 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:26:30,324 basehttp 31122 6208925696 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:26:30,326 basehttp 31122 6259404800 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:26:30,332 basehttp 31122 6276231168 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:27:28,062 basehttp 31122 6276231168 "GET /en/appointments/queue/ HTTP/1.1" 200 56374 INFO 2025-09-11 14:27:28,078 basehttp 31122 6192099328 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-11 14:27:28,081 log 31122 6276231168 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-11 14:27:28,081 basehttp 31122 6225752064 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-11 14:27:28,082 basehttp 31122 6276231168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:27:28,087 basehttp 31122 6276231168 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-11 14:27:28,089 basehttp 31122 6225752064 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-11 14:27:28,090 basehttp 31122 6259404800 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-11 14:27:28,091 basehttp 31122 6192099328 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-11 14:27:28,092 basehttp 31122 6276231168 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-11 14:27:28,094 basehttp 31122 6208925696 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-11 14:27:28,094 basehttp 31122 6225752064 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-11 14:27:28,095 basehttp 31122 6259404800 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-11 14:27:28,096 basehttp 31122 6276231168 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-11 14:27:28,097 basehttp 31122 6208925696 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-11 14:27:28,097 basehttp 31122 6242578432 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-11 14:27:28,098 basehttp 31122 6225752064 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-11 14:27:28,098 basehttp 31122 6276231168 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-11 14:27:28,099 basehttp 31122 6259404800 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-11 14:27:28,100 basehttp 31122 6242578432 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-11 14:27:28,101 basehttp 31122 6208925696 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-11 14:27:28,101 basehttp 31122 6276231168 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-11 14:27:28,101 basehttp 31122 6225752064 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-11 14:27:28,103 basehttp 31122 6259404800 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-11 14:27:28,104 basehttp 31122 6192099328 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-11 14:27:28,105 basehttp 31122 6259404800 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-11 14:27:28,105 basehttp 31122 6208925696 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-11 14:27:28,105 basehttp 31122 6225752064 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-11 14:27:28,105 basehttp 31122 6192099328 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-11 14:27:28,106 basehttp 31122 6276231168 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-11 14:27:28,106 basehttp 31122 6242578432 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-11 14:27:28,928 basehttp 31122 6225752064 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-11 14:27:28,954 basehttp 31122 6225752064 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-11 14:27:29,009 log 31122 6276231168 Not Found: /en/appointments/queue/10/status/ INFO 2025-09-11 14:27:29,010 basehttp 31122 6192099328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:27:29,012 log 31122 6208925696 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:27:29,012 basehttp 31122 6276231168 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:27:29,013 basehttp 31122 6208925696 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:27:29,014 log 31122 6225752064 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:27:29,016 basehttp 31122 6225752064 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:27:29,023 basehttp 31122 6242578432 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:27:29,023 basehttp 31122 6259404800 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 WARNING 2025-09-11 14:27:29,091 log 31122 6225752064 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:27:29,093 log 31122 6259404800 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:27:29,095 log 31122 6276231168 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:27:29,097 log 31122 6208925696 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:27:29,098 basehttp 31122 6225752064 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:27:29,098 basehttp 31122 6259404800 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:27:29,099 basehttp 31122 6276231168 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:27:29,099 basehttp 31122 6208925696 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:27:29,108 basehttp 31122 6242578432 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:27:29,109 basehttp 31122 6192099328 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:27:29,139 log 31122 6259404800 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:27:29,139 basehttp 31122 6259404800 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:27:29,144 log 31122 6276231168 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:27:29,144 basehttp 31122 6276231168 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:27:29,149 log 31122 6225752064 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:27:29,151 log 31122 6208925696 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:27:29,151 basehttp 31122 6225752064 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:27:29,152 basehttp 31122 6208925696 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:27:29,159 log 31122 6192099328 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:27:29,161 basehttp 31122 6192099328 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:27:29,166 log 31122 6208925696 Not Found: /favicon.ico INFO 2025-09-11 14:27:29,168 basehttp 31122 6259404800 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 WARNING 2025-09-11 14:27:29,168 basehttp 31122 6208925696 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-11 14:27:29,168 basehttp 31122 6242578432 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:28:04,790 basehttp 31122 6242578432 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 97835 INFO 2025-09-11 14:28:04,802 basehttp 31122 6208925696 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-11 14:28:04,802 basehttp 31122 6192099328 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-11 14:28:04,802 basehttp 31122 6259404800 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-11 14:28:04,802 basehttp 31122 6225752064 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-11 14:28:04,803 basehttp 31122 6242578432 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-11 14:28:04,804 basehttp 31122 6259404800 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-11 14:28:04,805 basehttp 31122 6208925696 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-11 14:28:04,805 basehttp 31122 6225752064 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-11 14:28:04,806 basehttp 31122 6242578432 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-11 14:28:04,807 basehttp 31122 6225752064 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-11 14:28:04,808 basehttp 31122 6259404800 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-11 14:28:04,809 basehttp 31122 6208925696 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-11 14:28:04,810 basehttp 31122 6276231168 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 14:28:04,810 basehttp 31122 6225752064 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-11 14:28:04,811 basehttp 31122 6192099328 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-11 14:28:04,812 basehttp 31122 6242578432 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-11 14:28:04,813 basehttp 31122 6242578432 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-11 14:28:04,818 basehttp 31122 6242578432 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-11 14:28:04,825 basehttp 31122 6242578432 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-11 14:28:04,826 basehttp 31122 6192099328 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-11 14:28:04,826 basehttp 31122 6242578432 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-11 14:28:04,826 basehttp 31122 6225752064 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-11 14:28:06,791 basehttp 31122 6225752064 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 83289 INFO 2025-09-11 14:28:06,800 basehttp 31122 6242578432 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-11 14:28:06,808 basehttp 31122 6225752064 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 14:28:16,735 basehttp 31122 6225752064 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 97835 INFO 2025-09-11 14:28:16,747 basehttp 31122 6225752064 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 WARNING 2025-09-11 14:28:29,736 log 31122 6242578432 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:28:29,738 log 31122 6208925696 Not Found: /en/appointments/queue/16/status/ INFO 2025-09-11 14:28:29,739 basehttp 31122 6225752064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:28:29,739 basehttp 31122 6242578432 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:28:29,741 log 31122 6259404800 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:28:29,741 basehttp 31122 6208925696 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:28:29,742 basehttp 31122 6259404800 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:28:29,749 basehttp 31122 6192099328 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:28:29,750 basehttp 31122 6276231168 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 WARNING 2025-09-11 14:28:29,792 log 31122 6242578432 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:28:29,793 basehttp 31122 6242578432 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:28:29,798 log 31122 6208925696 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:28:29,800 basehttp 31122 6208925696 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:28:29,802 log 31122 6276231168 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:28:29,804 log 31122 6259404800 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:28:29,805 basehttp 31122 6259404800 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:28:29,805 basehttp 31122 6276231168 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:28:29,809 log 31122 6242578432 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:28:29,811 basehttp 31122 6242578432 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 INFO 2025-09-11 14:28:29,812 basehttp 31122 6225752064 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:28:29,814 basehttp 31122 6192099328 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:28:29,857 log 31122 6276231168 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:28:29,858 basehttp 31122 6276231168 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:28:29,863 log 31122 6259404800 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:28:29,863 basehttp 31122 6259404800 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:28:29,866 log 31122 6208925696 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:28:29,866 basehttp 31122 6208925696 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:28:29,870 log 31122 6225752064 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:28:29,872 basehttp 31122 6225752064 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:28:29,875 basehttp 31122 6192099328 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:28:29,876 basehttp 31122 6242578432 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:29:29,730 basehttp 31122 6242578432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:29:29,736 log 31122 6276231168 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:29:29,736 basehttp 31122 6276231168 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:29:29,738 log 31122 6259404800 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:29:29,740 log 31122 6192099328 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:29:29,740 basehttp 31122 6259404800 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:29:29,741 basehttp 31122 6192099328 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:29:29,751 basehttp 31122 6225752064 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:29:29,753 basehttp 31122 6208925696 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 WARNING 2025-09-11 14:29:29,756 log 31122 6276231168 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:29:29,756 basehttp 31122 6276231168 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:29:29,758 basehttp 31122 6242578432 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:29:29,770 log 31122 6192099328 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:29:29,770 basehttp 31122 6192099328 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:29:29,772 log 31122 6259404800 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:29:29,773 basehttp 31122 6259404800 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:29:29,807 log 31122 6276231168 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:29:29,809 basehttp 31122 6276231168 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 INFO 2025-09-11 14:29:29,810 basehttp 31122 6225752064 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:29:29,811 log 31122 6208925696 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:29:29,813 log 31122 6242578432 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:29:29,814 basehttp 31122 6208925696 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:29:29,814 basehttp 31122 6242578432 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:29:29,817 log 31122 6259404800 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:29:29,818 basehttp 31122 6259404800 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:29:29,819 log 31122 6192099328 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:29:29,820 basehttp 31122 6192099328 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:29:29,827 basehttp 31122 6276231168 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 WARNING 2025-09-11 14:29:29,833 log 31122 6225752064 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:29:29,834 basehttp 31122 6225752064 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:29:29,836 basehttp 31122 6208925696 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:30:04,862 autoreload 31122 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 14:30:05,305 autoreload 38452 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 14:30:05,734 log 38452 6124580864 Internal Server Error: /en/appointments/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1954, in get_queryset return QueueEntry.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_active' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-11 14:30:05,735 basehttp 38452 6124580864 "GET /en/appointments/queue/ HTTP/1.1" 500 137193 WARNING 2025-09-11 14:30:05,762 log 38452 6124580864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:30:05,762 basehttp 38452 6124580864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:31:00,655 autoreload 38452 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 14:31:01,032 autoreload 38843 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 14:31:01,386 basehttp 38843 6132903936 "GET /en/appointments/queue/ HTTP/1.1" 200 56374 WARNING 2025-09-11 14:31:01,402 log 38843 6132903936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:31:01,402 basehttp 38843 6132903936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 14:31:01,564 log 38843 6149730304 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:31:01,565 basehttp 38843 6149730304 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:31:01,584 log 38843 13069578240 Not Found: /en/appointments/queue/18/status/ INFO 2025-09-11 14:31:01,586 basehttp 38843 6132903936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:31:01,588 log 38843 13052751872 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:31:01,588 basehttp 38843 13069578240 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:31:01,589 basehttp 38843 13052751872 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:31:01,601 basehttp 38843 6166556672 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:31:01,602 basehttp 38843 13035925504 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:31:01,606 basehttp 38843 6149730304 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:31:01,621 log 38843 6132903936 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:31:01,621 basehttp 38843 6132903936 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:31:01,635 log 38843 13069578240 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:31:01,635 basehttp 38843 13069578240 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:31:01,647 log 38843 13052751872 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:31:01,648 basehttp 38843 13052751872 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:31:01,665 log 38843 6149730304 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:31:01,667 basehttp 38843 6149730304 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:31:01,670 log 38843 13035925504 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:31:01,672 basehttp 38843 13035925504 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:31:01,677 log 38843 6132903936 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:31:01,678 basehttp 38843 6132903936 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:31:01,682 log 38843 13069578240 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:31:01,683 basehttp 38843 13069578240 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:31:01,685 log 38843 13052751872 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:31:01,685 basehttp 38843 13052751872 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:31:01,689 basehttp 38843 6166556672 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:31:01,692 log 38843 13035925504 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:31:01,694 basehttp 38843 13035925504 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:31:01,697 basehttp 38843 6149730304 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:31:01,700 basehttp 38843 6132903936 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:31:27,267 autoreload 38843 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 14:31:27,668 autoreload 39077 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 14:31:28,283 basehttp 39077 6169833472 "GET /en/appointments/queue/ HTTP/1.1" 200 18788 WARNING 2025-09-11 14:31:28,298 log 39077 6169833472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:31:28,298 basehttp 39077 6169833472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:31:28,321 basehttp 39077 6169833472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:31:47,657 autoreload 39077 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 14:31:48,087 autoreload 39240 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 14:31:51,058 basehttp 39240 6125268992 "GET /en/appointments/queue/ HTTP/1.1" 200 18788 WARNING 2025-09-11 14:31:51,082 log 39240 6125268992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:31:51,082 basehttp 39240 6125268992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:31:51,117 basehttp 39240 6125268992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:32:09,177 basehttp 39240 6125268992 "GET /en/appointments/queue/ HTTP/1.1" 200 30962 WARNING 2025-09-11 14:32:09,191 log 39240 6125268992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:32:09,191 basehttp 39240 6125268992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:32:09,277 basehttp 39240 6125268992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:32:09,309 basehttp 39240 12918534144 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:32:09,309 basehttp 39240 6142095360 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:32:09,311 basehttp 39240 6158921728 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:32:09,312 basehttp 39240 12935360512 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:32:09,314 basehttp 39240 6125268992 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:32:09,314 basehttp 39240 12901707776 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:32:39,038 basehttp 39240 6125268992 "GET /en/appointments/queue/ HTTP/1.1" 200 31088 WARNING 2025-09-11 14:32:39,053 log 39240 6125268992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:32:39,053 basehttp 39240 6125268992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:32:39,139 basehttp 39240 6125268992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:32:39,169 basehttp 39240 12935360512 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:32:39,169 basehttp 39240 12901707776 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:32:39,170 basehttp 39240 6142095360 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:32:39,171 basehttp 39240 12918534144 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:32:39,173 basehttp 39240 6125268992 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:32:39,173 basehttp 39240 6158921728 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:33:39,178 basehttp 39240 6158921728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:33:39,188 basehttp 39240 12918534144 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:33:39,188 basehttp 39240 6142095360 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:33:39,189 basehttp 39240 6125268992 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:33:39,192 basehttp 39240 12935360512 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:33:39,192 basehttp 39240 12901707776 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:33:39,197 basehttp 39240 6158921728 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:34:39,743 basehttp 39240 6158921728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:34:39,761 basehttp 39240 6142095360 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:34:39,762 basehttp 39240 12901707776 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:34:39,763 basehttp 39240 12935360512 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:34:39,764 basehttp 39240 12918534144 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:34:39,764 basehttp 39240 6125268992 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:34:39,768 basehttp 39240 6158921728 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:35:40,496 basehttp 39240 6158921728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:35:40,508 basehttp 39240 12918534144 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:35:40,512 basehttp 39240 6142095360 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:35:40,513 basehttp 39240 12901707776 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:35:40,515 basehttp 39240 12935360512 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:35:40,516 basehttp 39240 6125268992 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:35:40,520 basehttp 39240 6158921728 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:36:40,493 basehttp 39240 6158921728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:36:40,506 basehttp 39240 12935360512 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:36:40,509 basehttp 39240 6125268992 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:36:40,513 basehttp 39240 12918534144 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:36:40,514 basehttp 39240 12901707776 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:36:40,514 basehttp 39240 6142095360 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:36:40,519 basehttp 39240 6158921728 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:37:40,512 basehttp 39240 6158921728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:37:40,520 basehttp 39240 12901707776 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:37:40,520 basehttp 39240 12935360512 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:37:40,522 basehttp 39240 6142095360 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:37:40,525 basehttp 39240 6125268992 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:37:40,525 basehttp 39240 12918534144 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:37:40,529 basehttp 39240 6158921728 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:38:41,483 basehttp 39240 6158921728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:38:41,493 basehttp 39240 12918534144 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:38:41,494 basehttp 39240 12901707776 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:38:41,495 basehttp 39240 6125268992 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:38:41,496 basehttp 39240 12935360512 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:38:41,496 basehttp 39240 6142095360 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:38:41,501 basehttp 39240 6158921728 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:39:43,474 basehttp 39240 6125268992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:39:43,482 basehttp 39240 6142095360 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:39:43,498 basehttp 39240 6158921728 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:39:43,526 basehttp 39240 12935360512 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:39:43,526 basehttp 39240 12901707776 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:39:43,526 basehttp 39240 6125268992 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:39:43,528 basehttp 39240 12918534144 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:40:44,485 basehttp 39240 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:40:44,493 basehttp 39240 12935360512 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:40:44,495 basehttp 39240 6158921728 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:40:44,495 basehttp 39240 6125268992 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:40:44,498 basehttp 39240 12901707776 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:40:44,498 basehttp 39240 6142095360 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:40:44,502 basehttp 39240 12918534144 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:41:46,479 basehttp 39240 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:41:46,483 basehttp 39240 6158921728 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:41:46,486 basehttp 39240 6142095360 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:41:46,486 basehttp 39240 12901707776 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:41:46,488 basehttp 39240 12935360512 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:41:46,489 basehttp 39240 6125268992 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:41:46,494 basehttp 39240 12918534144 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:43:24,474 basehttp 39240 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:43:24,484 basehttp 39240 6158921728 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:43:24,485 basehttp 39240 6142095360 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:43:24,487 basehttp 39240 12935360512 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:43:24,488 basehttp 39240 6125268992 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:43:24,490 basehttp 39240 12901707776 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:43:24,492 basehttp 39240 12918534144 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:44:24,415 basehttp 39240 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:45:24,464 basehttp 39240 12918534144 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:45:24,474 basehttp 39240 12901707776 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:45:24,476 basehttp 39240 12935360512 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:45:24,477 basehttp 39240 6142095360 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:45:24,478 basehttp 39240 6158921728 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:45:24,479 basehttp 39240 6125268992 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:45:44,967 basehttp 39240 6125268992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:46:24,487 basehttp 39240 6125268992 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:46:24,489 basehttp 39240 12918534144 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:46:24,489 basehttp 39240 12901707776 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:46:24,490 basehttp 39240 6142095360 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:46:24,491 basehttp 39240 12935360512 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:46:24,492 basehttp 39240 6158921728 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:46:44,952 basehttp 39240 6158921728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:47:24,485 basehttp 39240 6142095360 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:47:24,487 basehttp 39240 6125268992 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:47:24,489 basehttp 39240 12918534144 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:47:24,490 basehttp 39240 12901707776 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:47:24,491 basehttp 39240 12935360512 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:47:24,491 basehttp 39240 6158921728 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:47:44,964 basehttp 39240 6158921728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:48:24,483 basehttp 39240 6142095360 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:48:24,483 basehttp 39240 6158921728 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:48:24,486 basehttp 39240 12935360512 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:48:24,486 basehttp 39240 6125268992 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:48:24,486 basehttp 39240 12901707776 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:48:24,487 basehttp 39240 12918534144 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:48:44,958 basehttp 39240 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:49:24,488 basehttp 39240 6142095360 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:49:24,491 basehttp 39240 12918534144 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:49:24,491 basehttp 39240 12901707776 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:49:24,493 basehttp 39240 6158921728 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:49:24,494 basehttp 39240 6125268992 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:49:24,495 basehttp 39240 12935360512 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:49:44,962 basehttp 39240 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:50:24,396 basehttp 39240 12901707776 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:50:24,398 basehttp 39240 6142095360 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:50:24,402 basehttp 39240 6125268992 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:50:24,402 basehttp 39240 12918534144 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:50:24,402 basehttp 39240 12935360512 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:50:24,403 basehttp 39240 6158921728 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:50:44,867 basehttp 39240 6158921728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:51:10,924 autoreload 39240 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 14:51:11,399 autoreload 47735 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 14:59:22,149 autoreload 47735 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-11 14:59:22,577 autoreload 51361 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 14:59:26,957 basehttp 51361 6125449216 "GET /en/appointments/queue/list HTTP/1.1" 301 0 ERROR 2025-09-11 14:59:26,982 log 51361 6142275584 Internal Server Error: /en/appointments/queue/list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 578, in get_context_data context['search_form'] = QueueSearchForm( ^^^^^^^^^^^^^^^^ TypeError: BaseForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-09-11 14:59:26,983 basehttp 51361 6142275584 "GET /en/appointments/queue/list/ HTTP/1.1" 500 86838 WARNING 2025-09-11 14:59:27,351 log 51361 6142275584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:59:27,352 basehttp 51361 6142275584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:59:48,954 autoreload 51361 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 14:59:49,317 autoreload 51519 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 14:59:51,428 log 51519 6124531712 Internal Server Error: /en/appointments/queue/list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'waitingqueue_create' not found. 'waitingqueue_create' is not a valid view function or pattern name. ERROR 2025-09-11 14:59:51,439 basehttp 51519 6124531712 "GET /en/appointments/queue/list/ HTTP/1.1" 500 173379 WARNING 2025-09-11 14:59:51,460 log 51519 6124531712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:59:51,460 basehttp 51519 6124531712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:01:40,654 autoreload 51519 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 15:01:41,011 autoreload 52400 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 15:02:51,938 autoreload 52400 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-11 15:02:52,287 autoreload 52945 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 15:05:23,653 log 52945 13186969600 Internal Server Error: /en/appointments/queue/list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'queue_entry_list' not found. 'queue_entry_list' is not a valid view function or pattern name. ERROR 2025-09-11 15:05:23,655 basehttp 52945 13186969600 "GET /en/appointments/queue/list/ HTTP/1.1" 500 192537 WARNING 2025-09-11 15:05:23,670 log 52945 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:05:23,671 basehttp 52945 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:08:38,025 autoreload 52945 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 15:08:38,375 autoreload 55510 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 15:08:41,257 basehttp 55510 6157594624 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65398 INFO 2025-09-11 15:08:41,272 basehttp 55510 6157594624 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-11 15:08:41,272 basehttp 55510 6174420992 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-11 15:08:41,272 basehttp 55510 6208073728 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-11 15:08:41,273 basehttp 55510 6241726464 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-11 15:08:41,275 basehttp 55510 6208073728 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-11 15:08:41,276 basehttp 55510 6191247360 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 WARNING 2025-09-11 15:08:41,277 log 55510 6224900096 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:08:41,277 basehttp 55510 6224900096 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:08:41,338 basehttp 55510 6224900096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-11 15:09:08,555 log 55510 6157594624 Internal Server Error: /en/appointments/queue/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 603, in get_context_data ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-11 15:09:08,557 basehttp 55510 6157594624 "GET /en/appointments/queue/3/ HTTP/1.1" 500 103623 WARNING 2025-09-11 15:09:08,576 log 55510 6157594624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:09:08,576 basehttp 55510 6157594624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:09:27,627 autoreload 55510 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 15:09:27,985 autoreload 55900 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 15:09:29,245 log 55900 6163755008 Internal Server Error: /en/appointments/queue/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 603, in get_context_data ).order_by('queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-11 15:09:29,247 basehttp 55900 6163755008 "GET /en/appointments/queue/3/ HTTP/1.1" 500 103812 WARNING 2025-09-11 15:09:29,259 log 55900 6163755008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:09:29,260 basehttp 55900 6163755008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-11 15:09:30,015 log 55900 6163755008 Internal Server Error: /en/appointments/queue/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 603, in get_context_data ).order_by('queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-11 15:09:30,016 basehttp 55900 6163755008 "GET /en/appointments/queue/3/ HTTP/1.1" 500 103812 WARNING 2025-09-11 15:09:30,029 log 55900 6163755008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:09:30,029 basehttp 55900 6163755008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:10:01,565 autoreload 55900 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 15:10:01,935 autoreload 56138 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 15:10:02,609 log 56138 6164262912 Internal Server Error: /en/appointments/queue/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 613, in get_context_data ).aggregate(avg_wait=Avg('actual_wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2050, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1901, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-11 15:10:02,615 basehttp 56138 6164262912 "GET /en/appointments/queue/3/ HTTP/1.1" 500 129711 WARNING 2025-09-11 15:10:02,635 log 56138 6164262912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:10:02,635 basehttp 56138 6164262912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:11:26,648 autoreload 56138 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 15:11:27,015 autoreload 56757 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 15:11:28,041 log 56757 13035925504 Internal Server Error: /en/appointments/queue/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 613, in get_context_data ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2050, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1901, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-11 15:11:28,043 basehttp 56757 13035925504 "GET /en/appointments/queue/3/ HTTP/1.1" 500 129564 WARNING 2025-09-11 15:11:28,056 log 56757 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:11:28,057 basehttp 56757 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-11 15:11:29,486 log 56757 13035925504 Internal Server Error: /en/appointments/queue/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 613, in get_context_data ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2050, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1901, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-11 15:11:29,486 basehttp 56757 13035925504 "GET /en/appointments/queue/3/ HTTP/1.1" 500 129564 WARNING 2025-09-11 15:11:29,497 log 56757 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:11:29,497 basehttp 56757 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:11:44,909 autoreload 56757 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 15:11:45,282 autoreload 56916 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 15:11:45,917 log 56916 6201536512 Internal Server Error: /en/appointments/queue/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1924, in transform return self.try_transform(wrapped, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1458, in try_transform raise FieldError( django.core.exceptions.FieldError: Unsupported lookup 'wait_time_minutes' for BigAutoField or join on the field not permitted. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 613, in get_context_data ).aggregate(avg_wait=Avg('queue__wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2066, in resolve_ref transform = join_info.transform_function(targets[0], final_alias) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1928, in transform raise last_field_exception File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1901, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: average_service_time_minutes, created_at, created_by, created_by_id, description, id, is_accepting_patients, is_active, location, max_queue_size, name, operating_hours, priority_weights, providers, queue_entries, queue_id, queue_type, specialty, tenant, tenant_id, updated_at ERROR 2025-09-11 15:11:45,920 basehttp 56916 6201536512 "GET /en/appointments/queue/3/ HTTP/1.1" 500 153622 WARNING 2025-09-11 15:11:45,939 log 56916 6201536512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:11:45,939 basehttp 56916 6201536512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:12:15,714 autoreload 56916 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 15:12:16,083 autoreload 57079 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 15:12:16,822 log 57079 6192066560 Internal Server Error: /en/appointments/queue/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 613, in get_context_data ).aggregate(avg_wait=Avg('queue_entries__wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2050, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1901, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'queue_entries' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-11 15:12:16,824 basehttp 57079 6192066560 "GET /en/appointments/queue/3/ HTTP/1.1" 500 130167 WARNING 2025-09-11 15:12:16,836 log 57079 6192066560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:12:16,837 basehttp 57079 6192066560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:14:37,090 autoreload 57079 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 15:14:37,440 autoreload 58175 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 15:14:37,922 log 58175 6163247104 Internal Server Error: /en/appointments/queue/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'waitingqueue_list' not found. 'waitingqueue_list' is not a valid view function or pattern name. ERROR 2025-09-11 15:14:37,923 basehttp 58175 6163247104 "GET /en/appointments/queue/3/ HTTP/1.1" 500 174974 WARNING 2025-09-11 15:14:37,938 log 58175 6163247104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:14:37,938 basehttp 58175 6163247104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-11 15:17:31,230 log 58175 6163247104 Internal Server Error: /en/appointments/queue/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'waiting_queue_edit' not found. 'waiting_queue_edit' is not a valid view function or pattern name. ERROR 2025-09-11 15:17:31,232 basehttp 58175 6163247104 "GET /en/appointments/queue/3/ HTTP/1.1" 500 178517 WARNING 2025-09-11 15:17:31,247 log 58175 6163247104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:17:31,247 basehttp 58175 6163247104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:17:55,624 basehttp 58175 6163247104 "GET /en/appointments/queue/3/ HTTP/1.1" 200 37735 WARNING 2025-09-11 15:17:55,641 log 58175 6163247104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:17:55,641 basehttp 58175 6163247104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:17:55,738 basehttp 58175 6163247104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-11 15:18:27,808 log 58175 6163247104 Internal Server Error: /en/appointments/queue/entry/10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'queueentry_list' not found. 'queueentry_list' is not a valid view function or pattern name. ERROR 2025-09-11 15:18:27,810 basehttp 58175 6163247104 "GET /en/appointments/queue/entry/10/ HTTP/1.1" 500 172340 WARNING 2025-09-11 15:18:27,826 log 58175 6163247104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:18:27,826 basehttp 58175 6163247104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-11 15:21:17,733 log 58175 6163247104 Internal Server Error: /en/appointments/queue/entry/10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'queueentry_list' not found. 'queueentry_list' is not a valid view function or pattern name. ERROR 2025-09-11 15:21:17,734 basehttp 58175 6163247104 "GET /en/appointments/queue/entry/10/ HTTP/1.1" 500 172477 WARNING 2025-09-11 15:21:17,747 log 58175 6163247104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:21:17,747 basehttp 58175 6163247104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-11 15:21:18,560 log 58175 6163247104 Internal Server Error: /en/appointments/queue/entry/10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'queueentry_list' not found. 'queueentry_list' is not a valid view function or pattern name. ERROR 2025-09-11 15:21:18,561 basehttp 58175 6163247104 "GET /en/appointments/queue/entry/10/ HTTP/1.1" 500 172477 WARNING 2025-09-11 15:21:18,574 log 58175 6163247104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:21:18,575 basehttp 58175 6163247104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-11 15:23:14,164 log 58175 6163247104 Internal Server Error: /en/appointments/queue/entry/10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'waiting_queue_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/queue/(?P[0-9]+)/\\Z'] ERROR 2025-09-11 15:23:14,165 basehttp 58175 6163247104 "GET /en/appointments/queue/entry/10/ HTTP/1.1" 500 178789 WARNING 2025-09-11 15:23:14,180 log 58175 6163247104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:23:14,180 basehttp 58175 6163247104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-11 15:23:56,104 log 58175 6163247104 Internal Server Error: /en/appointments/queue/entry/10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'waiting_queue_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/queue/(?P[0-9]+)/\\Z'] ERROR 2025-09-11 15:23:56,105 basehttp 58175 6163247104 "GET /en/appointments/queue/entry/10/ HTTP/1.1" 500 178717 WARNING 2025-09-11 15:23:56,118 log 58175 6163247104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:23:56,118 basehttp 58175 6163247104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:24:18,174 basehttp 58175 6163247104 "GET /en/appointments/queue/entry/10/ HTTP/1.1" 200 29249 WARNING 2025-09-11 15:24:18,192 log 58175 6163247104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:24:18,192 basehttp 58175 6163247104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:24:18,235 basehttp 58175 6163247104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 15:24:29,121 log 58175 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:24:29,123 basehttp 58175 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:24:29,124 basehttp 58175 6163247104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 15:24:29,227 log 58175 6163247104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:24:29,227 basehttp 58175 6163247104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:24:30,137 basehttp 58175 6163247104 "GET /en/appointments/queue/3/ HTTP/1.1" 200 37735 WARNING 2025-09-11 15:24:30,152 log 58175 6163247104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:24:30,153 basehttp 58175 6163247104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:24:30,195 basehttp 58175 6163247104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:24:54,206 basehttp 58175 6163247104 "GET /en/appointments/queue/entry/5/ HTTP/1.1" 200 29249 WARNING 2025-09-11 15:24:54,222 log 58175 6163247104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:24:54,222 basehttp 58175 6163247104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:24:54,259 basehttp 58175 6163247104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:25:41,975 autoreload 58175 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 15:25:42,528 autoreload 63006 8682856640 Watching for file changes with StatReloader WARNING 2025-09-11 15:25:43,581 log 63006 6137475072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:25:43,582 basehttp 63006 6137475072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 15:25:43,667 log 63006 6137475072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:25:43,667 basehttp 63006 6137475072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:25:44,145 basehttp 63006 6137475072 "GET /en/appointments/queue/entry/5/ HTTP/1.1" 200 31579 WARNING 2025-09-11 15:25:44,172 log 63006 6137475072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:25:44,172 basehttp 63006 6137475072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:25:44,192 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:26:43,205 basehttp 63006 6137475072 "GET /en/appointments/queue/entry/5/ HTTP/1.1" 200 31579 WARNING 2025-09-11 15:26:43,221 log 63006 6137475072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:26:43,221 basehttp 63006 6137475072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:26:43,263 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 15:27:23,768 log 63006 6154301440 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-11 15:27:23,768 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 15:27:23,768 basehttp 63006 6154301440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 15:27:23,835 log 63006 6137475072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:27:23,835 basehttp 63006 6137475072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:27:25,434 basehttp 63006 6137475072 "GET /en/appointments/queue/entry/10/ HTTP/1.1" 200 31176 WARNING 2025-09-11 15:27:25,452 log 63006 6137475072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:27:25,452 basehttp 63006 6137475072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:27:25,495 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:28:13,438 basehttp 63006 6137475072 "GET /en/appointments/queue/entry/10/ HTTP/1.1" 200 31147 WARNING 2025-09-11 15:28:13,454 log 63006 6137475072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:28:13,454 basehttp 63006 6137475072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:28:13,495 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:28:41,342 basehttp 63006 6137475072 "GET /en/appointments/queue/entry/10/ HTTP/1.1" 200 31135 WARNING 2025-09-11 15:28:41,354 log 63006 6137475072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:28:41,354 basehttp 63006 6137475072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:28:41,377 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 15:28:43,737 log 63006 6154301440 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-11 15:28:43,737 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 15:28:43,738 basehttp 63006 6154301440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 15:28:43,809 log 63006 6137475072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:28:43,810 basehttp 63006 6137475072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 15:28:44,091 log 63006 6137475072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:28:44,091 basehttp 63006 6137475072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 15:28:44,477 log 63006 6137475072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:28:44,478 basehttp 63006 6137475072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:28:44,569 basehttp 63006 6137475072 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 15:28:44,571 basehttp 63006 6154301440 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 15:28:44,573 basehttp 63006 13723840512 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 15:28:44,573 basehttp 63006 13740666880 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 15:28:44,575 basehttp 63006 6171127808 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 15:28:44,575 basehttp 63006 13707014144 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 15:28:45,224 basehttp 63006 6171127808 "GET /en/appointments/ HTTP/1.1" 200 57504 WARNING 2025-09-11 15:28:45,242 log 63006 6171127808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:28:45,242 basehttp 63006 6171127808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:28:45,269 basehttp 63006 6171127808 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:28:54,660 basehttp 63006 6171127808 "GET /en/appointments/requests/799/detail/ HTTP/1.1" 200 21575 INFO 2025-09-11 15:28:54,696 basehttp 63006 6171127808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:28:58,911 basehttp 63006 6171127808 "GET /en/appointments/requests/ HTTP/1.1" 200 161524 INFO 2025-09-11 15:28:58,932 basehttp 63006 6171127808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:29:07,506 basehttp 63006 6171127808 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27616 INFO 2025-09-11 15:29:07,540 basehttp 63006 6171127808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 15:29:12,414 log 63006 6171127808 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 15:29:12,414 basehttp 63006 6171127808 "GET /en/appointments/slots/available/?new_date=2025-09-16&new_provider=&exclude_appointment=2115 HTTP/1.1" 400 95 INFO 2025-09-11 15:29:15,586 basehttp 63006 6171127808 "GET /en/appointments/slots/available/?new_date=2025-09-16&new_provider=5&exclude_appointment=2115 HTTP/1.1" 200 1015 INFO 2025-09-11 15:29:20,556 basehttp 63006 6171127808 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27616 INFO 2025-09-11 15:29:20,594 basehttp 63006 6171127808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:29:27,363 basehttp 63006 6171127808 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27616 INFO 2025-09-11 15:29:27,395 basehttp 63006 6171127808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 15:29:33,703 log 63006 6171127808 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 15:29:33,703 basehttp 63006 6171127808 "GET /en/appointments/slots/available/?new_date=2025-09-14&new_provider=&exclude_appointment=2115 HTTP/1.1" 400 95 INFO 2025-09-11 15:29:38,449 basehttp 63006 6171127808 "GET /en/appointments/slots/available/?new_date=2025-09-14&new_provider=6&exclude_appointment=2115 HTTP/1.1" 200 1404 INFO 2025-09-11 15:30:20,736 basehttp 63006 6171127808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:30:30,997 basehttp 63006 6171127808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:30:32,982 basehttp 63006 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:30:33,000 basehttp 63006 6171127808 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:30:37,298 basehttp 63006 6171127808 "GET /en/appointments/queue/ HTTP/1.1" 200 31070 INFO 2025-09-11 15:30:37,375 basehttp 63006 6171127808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:30:37,405 basehttp 63006 6154301440 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 15:30:37,407 basehttp 63006 6171127808 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 15:30:37,409 basehttp 63006 6137475072 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 15:30:37,409 basehttp 63006 13740666880 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 15:30:37,410 basehttp 63006 13707014144 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 15:30:37,411 basehttp 63006 13723840512 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 15:30:45,286 basehttp 63006 13723840512 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65398 INFO 2025-09-11 15:30:45,314 basehttp 63006 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:30:57,835 basehttp 63006 13723840512 "GET /en/appointments/queue/4/ HTTP/1.1" 200 37359 INFO 2025-09-11 15:30:57,870 basehttp 63006 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:31:08,429 basehttp 63006 13723840512 "GET /en/appointments/queue/3/ HTTP/1.1" 200 37735 INFO 2025-09-11 15:31:08,464 basehttp 63006 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:31:11,991 basehttp 63006 13723840512 "GET /en/appointments/queue/entry/10/ HTTP/1.1" 200 31135 INFO 2025-09-11 15:31:12,028 basehttp 63006 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:31:57,171 basehttp 63006 13740666880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:31:57,181 basehttp 63006 13723840512 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65398 INFO 2025-09-11 15:31:57,218 basehttp 63006 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:31:57,825 basehttp 63006 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:31:57,833 basehttp 63006 6171127808 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 15:31:57,834 basehttp 63006 13707014144 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 15:31:57,835 basehttp 63006 13740666880 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 15:31:57,838 basehttp 63006 6154301440 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 15:31:57,839 basehttp 63006 6137475072 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 15:31:57,842 basehttp 63006 13723840512 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 15:32:13,948 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:32:13,967 basehttp 63006 13723840512 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:32:20,807 basehttp 63006 13723840512 "GET /en/appointments/calendar/ HTTP/1.1" 200 21383 INFO 2025-09-11 15:32:20,858 basehttp 63006 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 15:32:20,859 log 63006 6154301440 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 15:32:20,860 basehttp 63006 6154301440 "GET /en/appointments/slots/available/ HTTP/1.1" 400 95 INFO 2025-09-11 15:32:20,895 basehttp 63006 6137475072 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 54693 INFO 2025-09-11 15:32:43,960 basehttp 63006 6137475072 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:33:13,197 basehttp 63006 6137475072 "GET /en/appointments/queue/ HTTP/1.1" 200 31070 INFO 2025-09-11 15:33:13,271 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:33:13,303 basehttp 63006 13723840512 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 15:33:13,308 basehttp 63006 6171127808 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 15:33:13,308 basehttp 63006 6154301440 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 15:33:13,308 basehttp 63006 13740666880 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 15:33:13,308 basehttp 63006 13707014144 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 15:33:13,310 basehttp 63006 6137475072 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 15:33:15,020 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:33:15,040 basehttp 63006 13707014144 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:33:17,281 basehttp 63006 13707014144 "GET /en/appointments/requests/ HTTP/1.1" 200 161524 INFO 2025-09-11 15:33:17,322 basehttp 63006 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:33:18,903 basehttp 63006 13707014144 "GET /en/appointments/reschedule/2123/ HTTP/1.1" 200 27617 INFO 2025-09-11 15:33:18,938 basehttp 63006 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:34:18,949 basehttp 63006 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:34:54,797 basehttp 63006 13707014144 "GET /en/appointments/reschedule/2123/ HTTP/1.1" 200 27684 INFO 2025-09-11 15:34:54,806 basehttp 63006 13707014144 "GET /static/css/apple/app.min.css HTTP/1.1" 200 898634 INFO 2025-09-11 15:34:54,837 basehttp 63006 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:34:59,351 basehttp 63006 13707014144 "GET / HTTP/1.1" 302 0 INFO 2025-09-11 15:34:59,373 basehttp 63006 6137475072 "GET /en/ HTTP/1.1" 200 47990 INFO 2025-09-11 15:34:59,435 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:34:59,438 basehttp 63006 6154301440 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-11 15:34:59,439 basehttp 63006 6171127808 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 15:34:59,440 basehttp 63006 13740666880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-09-11 15:35:10,543 log 63006 13740666880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:35:10,543 basehttp 63006 13740666880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:35:10,556 basehttp 63006 13740666880 "GET /static/css/apple/app.min.css.map HTTP/1.1" 200 1965938 INFO 2025-09-11 15:35:16,157 basehttp 63006 13740666880 "GET /en/ HTTP/1.1" 200 47990 INFO 2025-09-11 15:35:16,165 basehttp 63006 6137475072 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-11 15:35:16,167 basehttp 63006 13723840512 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-11 15:35:16,175 log 63006 6137475072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:35:16,176 basehttp 63006 6137475072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:35:16,179 basehttp 63006 13723840512 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-11 15:35:16,179 basehttp 63006 13740666880 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-11 15:35:16,182 basehttp 63006 6154301440 "GET /static/css/apple/app.min.css HTTP/1.1" 200 898634 INFO 2025-09-11 15:35:16,184 basehttp 63006 13707014144 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-11 15:35:16,185 basehttp 63006 6171127808 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-11 15:35:16,200 basehttp 63006 6171127808 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-11 15:35:16,211 basehttp 63006 6171127808 "GET /static/css/apple/app.min.css.map HTTP/1.1" 200 1965938 INFO 2025-09-11 15:35:17,012 basehttp 63006 13723840512 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-11 15:35:17,012 basehttp 63006 6171127808 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-11 15:35:17,012 basehttp 63006 13707014144 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-11 15:35:17,013 basehttp 63006 6154301440 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-11 15:35:17,013 basehttp 63006 13740666880 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-11 15:35:17,016 basehttp 63006 6137475072 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-11 15:35:17,017 basehttp 63006 13723840512 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-11 15:35:17,017 basehttp 63006 13740666880 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-11 15:35:17,017 basehttp 63006 13707014144 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-11 15:35:17,018 basehttp 63006 6154301440 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-11 15:35:17,018 basehttp 63006 6171127808 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-11 15:35:17,018 basehttp 63006 6137475072 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-11 15:35:17,020 basehttp 63006 6171127808 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-11 15:35:17,021 basehttp 63006 13707014144 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-11 15:35:17,021 basehttp 63006 6154301440 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-11 15:35:17,022 basehttp 63006 6137475072 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-11 15:35:17,022 basehttp 63006 13723840512 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-11 15:35:17,024 basehttp 63006 13707014144 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-11 15:35:17,024 basehttp 63006 13740666880 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-11 15:35:17,024 basehttp 63006 6171127808 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-11 15:35:17,025 basehttp 63006 6154301440 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-11 15:35:17,025 basehttp 63006 13723840512 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-11 15:35:17,071 basehttp 63006 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:35:17,074 basehttp 63006 6154301440 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-11 15:35:17,090 basehttp 63006 6171127808 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 WARNING 2025-09-11 15:35:17,095 log 63006 6137475072 Not Found: /favicon.ico WARNING 2025-09-11 15:35:17,096 basehttp 63006 6137475072 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-11 15:35:17,098 basehttp 63006 13740666880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 15:35:17,109 basehttp 63006 13707014144 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-11 15:35:47,043 basehttp 63006 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 15:35:49,974 basehttp 63006 13707014144 "GET /en/ HTTP/1.1" 200 47925 INFO 2025-09-11 15:35:49,987 basehttp 63006 13707014144 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-11 15:35:49,992 basehttp 63006 13740666880 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-11 15:35:49,993 basehttp 63006 6137475072 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-11 15:35:49,996 basehttp 63006 6154301440 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-11 15:35:49,999 log 63006 13723840512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:35:49,999 basehttp 63006 13723840512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:35:49,999 basehttp 63006 13740666880 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-11 15:35:50,002 basehttp 63006 13707014144 "GET /static/css/apple/app.min.css HTTP/1.1" 200 898634 INFO 2025-09-11 15:35:50,004 basehttp 63006 6171127808 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-11 15:35:50,026 basehttp 63006 6171127808 "GET /static/css/apple/app.min.css.map HTTP/1.1" 200 1965938 INFO 2025-09-11 15:35:50,045 basehttp 63006 6171127808 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-11 15:35:50,046 basehttp 63006 6154301440 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-11 15:35:50,047 basehttp 63006 6171127808 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-11 15:35:50,047 basehttp 63006 13723840512 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-11 15:35:50,047 basehttp 63006 13707014144 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-11 15:35:50,048 basehttp 63006 13740666880 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-11 15:35:50,048 basehttp 63006 6137475072 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-11 15:35:50,050 basehttp 63006 6171127808 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-11 15:35:50,051 basehttp 63006 13723840512 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-11 15:35:50,051 basehttp 63006 6154301440 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-11 15:35:50,051 basehttp 63006 6137475072 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-11 15:35:50,052 basehttp 63006 13740666880 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-11 15:35:50,053 basehttp 63006 13707014144 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-11 15:35:50,054 basehttp 63006 13740666880 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-11 15:35:50,055 basehttp 63006 13707014144 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-11 15:35:50,056 basehttp 63006 13707014144 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-11 15:35:50,056 basehttp 63006 13740666880 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-11 15:35:50,057 basehttp 63006 13707014144 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-11 15:35:50,057 basehttp 63006 13740666880 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-11 15:35:50,058 basehttp 63006 13740666880 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-11 15:35:50,059 basehttp 63006 13707014144 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-11 15:35:50,060 basehttp 63006 13740666880 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-09-11 15:35:50,102 log 63006 13740666880 Not Found: /favicon.ico INFO 2025-09-11 15:35:50,104 basehttp 63006 6171127808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 15:35:50,105 basehttp 63006 13740666880 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-11 15:35:50,105 basehttp 63006 6137475072 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-11 15:35:50,107 basehttp 63006 6154301440 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 15:35:50,109 basehttp 63006 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 15:36:20,069 basehttp 63006 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 15:36:22,047 basehttp 63006 13723840512 "GET /en/appointments/reschedule/2123/ HTTP/1.1" 200 27619 WARNING 2025-09-11 15:36:22,063 log 63006 13723840512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:36:22,064 basehttp 63006 13723840512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:36:40,242 basehttp 63006 13723840512 "GET /en/appointments/reschedule/2123/ HTTP/1.1" 200 27618 INFO 2025-09-11 15:36:40,252 basehttp 63006 13723840512 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-11 15:36:40,662 basehttp 63006 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 15:36:46,357 log 63006 13723840512 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 15:36:46,357 basehttp 63006 13723840512 "GET /en/appointments/slots/available/?new_date=2025-09-24&new_provider=&exclude_appointment=2123 HTTP/1.1" 400 95 INFO 2025-09-11 15:36:49,566 basehttp 63006 13723840512 "GET /en/appointments/slots/available/?new_date=2025-09-24&new_provider=4&exclude_appointment=2123 HTTP/1.1" 200 95 WARNING 2025-09-11 15:36:54,189 log 63006 13723840512 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 15:36:54,189 basehttp 63006 13723840512 "GET /en/appointments/slots/available/?new_date=2025-09-24&new_provider=&exclude_appointment=2123 HTTP/1.1" 400 95 INFO 2025-09-11 15:37:00,284 basehttp 63006 13723840512 "GET /en/appointments/slots/available/?new_date=2025-09-24&new_provider=12&exclude_appointment=2123 HTTP/1.1" 200 95 INFO 2025-09-11 15:37:02,999 basehttp 63006 13723840512 "GET /en/appointments/slots/available/?new_date=2025-09-24&new_provider=6&exclude_appointment=2123 HTTP/1.1" 200 1016 INFO 2025-09-11 15:37:17,692 basehttp 63006 13723840512 "POST /en/appointments/reschedule/2123/ HTTP/1.1" 302 0 INFO 2025-09-11 15:37:17,702 basehttp 63006 13723840512 "GET /en/appointments/requests/2123/detail/ HTTP/1.1" 200 21995 INFO 2025-09-11 15:37:17,724 basehttp 63006 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:37:40,665 basehttp 63006 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:37:46,020 basehttp 63006 13723840512 "GET /en/appointments/requests/ HTTP/1.1" 200 160289 INFO 2025-09-11 15:37:52,031 basehttp 63006 13723840512 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27617 INFO 2025-09-11 15:37:52,048 basehttp 63006 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:38:52,061 basehttp 63006 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:39:03,347 basehttp 63006 6137475072 "GET /en/appointments/calendar/ HTTP/1.1" 200 21384 INFO 2025-09-11 15:39:03,389 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 15:39:03,391 log 63006 6171127808 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 15:39:03,392 basehttp 63006 6171127808 "GET /en/appointments/slots/available/ HTTP/1.1" 400 95 INFO 2025-09-11 15:39:03,427 basehttp 63006 6154301440 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 54693 WARNING 2025-09-11 15:39:20,819 log 63006 6154301440 Not Found: /en/appointments/fdsdfsdfs WARNING 2025-09-11 15:39:20,819 basehttp 63006 6154301440 "GET /en/appointments/fdsdfsdfs HTTP/1.1" 404 40525 WARNING 2025-09-11 15:39:39,071 log 63006 6154301440 Not Found: /en/appointments/alendar/appointments/ WARNING 2025-09-11 15:39:39,072 basehttp 63006 6154301440 "GET /en/appointments/alendar/appointments/ HTTP/1.1" 404 40561 INFO 2025-09-11 15:39:46,080 basehttp 63006 6154301440 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 54693 INFO 2025-09-11 15:40:03,384 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:40:03,702 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:40:06,114 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:41:06,117 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:42:06,111 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:43:06,118 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:43:24,873 basehttp 63006 6137475072 "GET /en/appointments/requests/2110/detail/ HTTP/1.1" 200 21574 INFO 2025-09-11 15:43:24,907 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:44:24,908 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:45:24,915 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:46:24,909 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:47:24,917 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:48:24,908 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:49:02,280 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:49:32,725 basehttp 63006 6137475072 "GET /en/appointments/requests/ HTTP/1.1" 200 160348 INFO 2025-09-11 15:49:32,733 basehttp 63006 6137475072 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-11 15:49:32,770 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:49:34,323 basehttp 63006 6137475072 "GET / HTTP/1.1" 302 0 INFO 2025-09-11 15:49:34,338 basehttp 63006 6154301440 "GET /en/ HTTP/1.1" 200 47983 INFO 2025-09-11 15:49:34,397 basehttp 63006 6154301440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:49:34,402 basehttp 63006 6171127808 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 15:49:34,403 basehttp 63006 13707014144 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-11 15:49:34,405 basehttp 63006 6137475072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 15:49:48,023 basehttp 63006 6137475072 "GET /en/ HTTP/1.1" 200 47983 INFO 2025-09-11 15:49:48,088 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:49:48,088 basehttp 63006 6154301440 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-11 15:49:48,089 basehttp 63006 6171127808 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 15:49:48,091 basehttp 63006 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 15:49:53,490 basehttp 63006 13707014144 "GET /en/appointments/calendar/ HTTP/1.1" 200 21443 INFO 2025-09-11 15:49:53,562 basehttp 63006 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 15:49:53,563 log 63006 6137475072 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 15:49:53,563 basehttp 63006 6137475072 "GET /en/appointments/slots/available/ HTTP/1.1" 400 95 INFO 2025-09-11 15:49:53,598 basehttp 63006 6171127808 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 54693 INFO 2025-09-11 15:49:56,117 basehttp 63006 6171127808 "GET /en/appointments/ HTTP/1.1" 200 57564 INFO 2025-09-11 15:49:56,147 basehttp 63006 6171127808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:49:56,161 basehttp 63006 6137475072 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:50:26,116 basehttp 63006 6137475072 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:50:56,097 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:50:56,113 basehttp 63006 6171127808 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:51:07,354 autoreload 63006 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 15:51:07,951 autoreload 74223 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 15:51:09,856 basehttp 74223 6132658176 "GET /en/appointments/ HTTP/1.1" 200 63883 INFO 2025-09-11 15:51:09,907 basehttp 74223 6132658176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:51:09,921 basehttp 74223 6149484544 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:51:39,936 basehttp 74223 6149484544 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:52:09,923 basehttp 74223 6149484544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:52:09,942 basehttp 74223 6132658176 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:52:39,917 basehttp 74223 6132658176 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:53:09,922 basehttp 74223 6132658176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:53:09,941 basehttp 74223 6149484544 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:53:39,934 basehttp 74223 6149484544 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:54:09,920 basehttp 74223 6149484544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:54:09,939 basehttp 74223 6132658176 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:54:39,929 basehttp 74223 6132658176 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:55:09,903 basehttp 74223 6132658176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:55:09,922 basehttp 74223 6149484544 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:55:39,916 basehttp 74223 6149484544 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:56:09,919 basehttp 74223 6149484544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:56:09,935 basehttp 74223 6132658176 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:56:25,341 autoreload 74223 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 15:56:25,718 autoreload 76547 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 15:56:26,581 basehttp 76547 6126579712 "GET /en/appointments/ HTTP/1.1" 200 57564 INFO 2025-09-11 15:56:26,629 basehttp 76547 6126579712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:56:26,642 basehttp 76547 6143406080 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:56:51,989 autoreload 76547 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 15:56:52,434 autoreload 76783 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 15:56:53,054 basehttp 76783 6131789824 "GET /en/appointments/ HTTP/1.1" 200 63883 INFO 2025-09-11 15:56:53,102 basehttp 76783 6131789824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:56:53,118 basehttp 76783 6148616192 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:56:58,460 basehttp 76783 6148616192 "GET /en/appointments/queue/ HTTP/1.1" 200 31130 INFO 2025-09-11 15:56:58,527 basehttp 76783 6148616192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:56:58,537 basehttp 76783 6131789824 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 15:56:58,539 basehttp 76783 6165442560 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 15:56:58,563 basehttp 76783 6148616192 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 15:56:58,566 basehttp 76783 13723840512 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 15:56:58,566 basehttp 76783 13707014144 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 15:56:58,567 basehttp 76783 13740666880 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 15:57:23,106 basehttp 76783 13740666880 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:57:53,096 basehttp 76783 13740666880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:57:53,108 basehttp 76783 13707014144 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:58:23,130 basehttp 76783 13707014144 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:58:24,163 autoreload 76783 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 15:58:24,549 autoreload 77416 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 15:58:25,515 basehttp 77416 6136999936 "GET /en/appointments/requests/805/detail/ HTTP/1.1" 200 21629 INFO 2025-09-11 15:58:25,552 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:58:35,218 basehttp 77416 6136999936 "GET /en/patients/patientprofile/14/details/ HTTP/1.1" 200 35864 INFO 2025-09-11 15:58:35,252 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:58:47,403 basehttp 77416 6136999936 "GET /en/appointments/ HTTP/1.1" 200 57564 INFO 2025-09-11 15:58:47,449 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:58:47,463 basehttp 77416 6153826304 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:58:53,846 basehttp 77416 6153826304 "GET /en/appointments/queue/list HTTP/1.1" 301 0 INFO 2025-09-11 15:58:53,866 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 15:58:53,884 basehttp 77416 6136999936 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-11 15:58:53,885 basehttp 77416 6325039104 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-11 15:58:53,885 basehttp 77416 6341865472 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-11 15:58:53,885 basehttp 77416 6358691840 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-11 15:58:53,886 basehttp 77416 6153826304 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-11 15:58:53,886 basehttp 77416 6170652672 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-11 15:58:53,912 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:59:23,953 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 15:59:23,991 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:59:54,027 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 15:59:54,063 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:00:24,102 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 16:00:24,140 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:00:54,178 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 16:00:54,215 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:01:24,250 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 16:01:24,288 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:01:54,317 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 16:01:54,352 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:02:24,391 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 16:02:24,430 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:02:54,452 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 16:02:54,483 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:03:24,505 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 16:03:24,535 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:03:54,575 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 16:03:54,611 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:04:24,649 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 16:04:24,685 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:04:54,725 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 16:04:54,764 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:05:24,803 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 16:05:24,839 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:05:54,995 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 16:05:55,032 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:06:20,741 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67834 INFO 2025-09-11 16:06:20,783 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:06:50,824 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67834 INFO 2025-09-11 16:06:50,862 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-11 16:07:07,849 log 77416 6170652672 Internal Server Error: /en/appointments/queue/entry/list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 771, in get_queryset return queryset.order_by('queue__name', 'position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-11 16:07:07,850 basehttp 77416 6170652672 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 500 106925 INFO 2025-09-11 16:07:20,902 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67834 INFO 2025-09-11 16:07:20,933 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:07:29,559 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67852 INFO 2025-09-11 16:07:29,598 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:07:59,635 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67852 INFO 2025-09-11 16:07:59,674 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:08:29,714 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67852 INFO 2025-09-11 16:08:29,752 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:08:59,793 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67852 INFO 2025-09-11 16:08:59,828 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:09:29,871 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67852 INFO 2025-09-11 16:09:29,908 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:09:32,499 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67925 INFO 2025-09-11 16:09:32,530 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:10:02,566 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67925 INFO 2025-09-11 16:10:02,603 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:10:32,642 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67925 INFO 2025-09-11 16:10:32,682 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:11:02,721 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67925 INFO 2025-09-11 16:11:02,755 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:11:32,794 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67925 INFO 2025-09-11 16:11:32,832 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:12:02,868 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67925 INFO 2025-09-11 16:12:02,905 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:12:06,129 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67865 INFO 2025-09-11 16:12:06,170 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:12:36,203 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67865 INFO 2025-09-11 16:12:36,240 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:13:06,282 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67865 INFO 2025-09-11 16:13:06,320 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:13:36,348 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67865 INFO 2025-09-11 16:13:36,382 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:14:06,414 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67865 INFO 2025-09-11 16:14:06,452 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:14:36,485 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67865 INFO 2025-09-11 16:14:36,518 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:15:06,546 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67865 INFO 2025-09-11 16:15:06,576 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:15:36,600 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67865 INFO 2025-09-11 16:15:36,630 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:16:06,657 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67865 INFO 2025-09-11 16:16:06,686 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:16:18,475 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67741 INFO 2025-09-11 16:16:18,517 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:16:32,515 basehttp 77416 6136999936 "GET /en/appointments/queue/3/ HTTP/1.1" 200 37795 INFO 2025-09-11 16:16:32,549 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:16:48,558 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67741 INFO 2025-09-11 16:16:48,596 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:17:18,631 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67741 INFO 2025-09-11 16:17:18,670 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:17:48,712 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67741 INFO 2025-09-11 16:17:48,749 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:18:16,057 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67741 INFO 2025-09-11 16:18:16,098 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:18:42,140 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67681 INFO 2025-09-11 16:18:42,180 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:19:12,218 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67681 INFO 2025-09-11 16:19:12,257 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:19:20,044 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67741 INFO 2025-09-11 16:19:20,076 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-11 16:19:33,901 log 77416 6136999936 Internal Server Error: /en/appointments/queue/entry/list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 771, in get_queryset return queryset.order_by('queue__name', 'position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-11 16:19:33,902 basehttp 77416 6136999936 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 500 106925 INFO 2025-09-11 16:19:56,099 autoreload 77416 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 16:19:56,470 autoreload 86857 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 16:19:57,674 log 86857 6199701504 Internal Server Error: /en/appointments/queue/entry/list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 771, in get_queryset return queryset.order_by('queue__name', 'queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-11 16:19:57,676 basehttp 86857 6199701504 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 500 107114 ERROR 2025-09-11 16:19:58,490 log 86857 6199701504 Internal Server Error: /en/appointments/queue/entry/list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 771, in get_queryset return queryset.order_by('queue__name', 'queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-11 16:19:58,490 basehttp 86857 6199701504 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 500 107114 INFO 2025-09-11 16:20:21,658 autoreload 86857 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 16:20:22,058 autoreload 87091 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 16:20:22,659 basehttp 87091 6133919744 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 33088 INFO 2025-09-11 16:20:22,721 basehttp 87091 6133919744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:20:55,454 basehttp 87091 6133919744 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 33088 INFO 2025-09-11 16:20:55,491 basehttp 87091 6133919744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:20:55,707 autoreload 87091 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 16:20:56,102 autoreload 87334 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 16:21:01,116 basehttp 87334 6152892416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:21:01,123 basehttp 87334 6136066048 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67741 INFO 2025-09-11 16:21:01,161 basehttp 87334 6136066048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:21:31,207 basehttp 87334 6136066048 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67741 INFO 2025-09-11 16:21:31,248 basehttp 87334 6136066048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:21:32,277 basehttp 87334 6136066048 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67741 INFO 2025-09-11 16:21:32,319 basehttp 87334 6136066048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:21:34,009 basehttp 87334 6136066048 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 33088 INFO 2025-09-11 16:21:34,044 basehttp 87334 6136066048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:22:07,248 basehttp 87334 6136066048 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 33088 INFO 2025-09-11 16:22:07,277 basehttp 87334 6136066048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:22:39,959 basehttp 87334 6136066048 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 33088 INFO 2025-09-11 16:22:39,996 basehttp 87334 6136066048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:23:15,311 basehttp 87334 6136066048 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 33088 INFO 2025-09-11 16:23:15,349 basehttp 87334 6136066048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:23:53,753 autoreload 87334 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 16:23:54,138 autoreload 88635 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 16:23:54,928 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:23:57,944 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:23:57,987 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:24:15,647 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/10/ HTTP/1.1" 200 31195 INFO 2025-09-11 16:24:15,679 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:24:28,077 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:24:28,119 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:24:58,203 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:24:58,244 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:25:28,330 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:25:28,371 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:25:58,445 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:25:58,483 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:26:05,250 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:26:05,291 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:26:35,361 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:26:35,395 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:27:05,484 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:27:05,528 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:27:35,595 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:27:35,631 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:28:05,737 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:28:05,777 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:28:35,870 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:28:35,914 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:29:06,000 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:29:06,039 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:29:36,106 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:29:36,142 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:30:06,232 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:30:06,271 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:30:33,193 autoreload 88635 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 16:30:33,573 autoreload 91503 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 16:30:35,469 basehttp 91503 6131347456 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 124075 INFO 2025-09-11 16:30:35,520 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:31:05,601 basehttp 91503 6131347456 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 124075 INFO 2025-09-11 16:31:05,640 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:31:12,935 basehttp 91503 6131347456 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 124490 INFO 2025-09-11 16:31:12,971 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:31:43,067 basehttp 91503 6131347456 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 124490 INFO 2025-09-11 16:31:43,105 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:31:54,539 basehttp 91503 6131347456 "GET /en/appointments/queue/entry/18/ HTTP/1.1" 200 31327 INFO 2025-09-11 16:31:54,575 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:32:13,197 basehttp 91503 6131347456 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 124490 INFO 2025-09-11 16:32:13,237 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:32:43,328 basehttp 91503 6131347456 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 124490 INFO 2025-09-11 16:32:43,367 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:33:13,437 basehttp 91503 6131347456 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 124490 INFO 2025-09-11 16:33:13,471 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:33:21,520 basehttp 91503 6131347456 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 124492 INFO 2025-09-11 16:33:21,553 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:33:40,547 basehttp 91503 6131347456 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 124490 INFO 2025-09-11 16:33:40,589 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:33:45,225 basehttp 91503 6131347456 "GET /en/appointments/queue/entry/10/ HTTP/1.1" 200 31195 INFO 2025-09-11 16:33:45,260 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:34:45,271 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:34:55,259 basehttp 91503 6131347456 "GET /en/appointments/queue/ HTTP/1.1" 200 31130 INFO 2025-09-11 16:34:55,338 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:34:55,360 basehttp 91503 6165000192 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 16:34:55,361 basehttp 91503 6148173824 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 16:34:55,364 basehttp 91503 13589622784 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 16:34:55,365 basehttp 91503 13606449152 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 16:34:55,366 basehttp 91503 13572796416 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 16:34:55,367 basehttp 91503 6131347456 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 16:35:52,184 basehttp 91503 6131347456 "GET /en/appointments/queue/ HTTP/1.1" 200 31130 INFO 2025-09-11 16:35:52,275 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:35:52,281 basehttp 91503 13572796416 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 16:35:52,284 basehttp 91503 6148173824 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 16:35:52,284 basehttp 91503 13606449152 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 16:35:52,286 basehttp 91503 6165000192 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 16:35:52,286 basehttp 91503 13589622784 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 16:35:52,292 basehttp 91503 6131347456 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 16:35:57,137 basehttp 91503 6131347456 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67603 INFO 2025-09-11 16:35:57,165 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:36:27,185 basehttp 91503 6131347456 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67603 INFO 2025-09-11 16:36:27,217 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:36:37,315 basehttp 91503 6131347456 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67417 INFO 2025-09-11 16:36:37,345 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-11 16:37:03,498 log 91503 6131347456 Internal Server Error: /en/appointments/queue/3/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: appointments/waiting_queue_confirm_delete.html ERROR 2025-09-11 16:37:03,499 basehttp 91503 6131347456 "GET /en/appointments/queue/3/delete/ HTTP/1.1" 500 93050 INFO 2025-09-11 16:37:43,083 autoreload 91503 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 16:37:43,489 autoreload 94666 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 16:37:44,196 log 94666 6195998720 Internal Server Error: /en/appointments/queue/3/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'waitingqueue_list' not found. 'waitingqueue_list' is not a valid view function or pattern name. ERROR 2025-09-11 16:37:44,198 basehttp 94666 6195998720 "GET /en/appointments/queue/3/delete/ HTTP/1.1" 500 165577 ERROR 2025-09-11 16:42:29,087 log 94666 6195998720 Internal Server Error: /en/appointments/queue/3/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'waiting_queue_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/queue/(?P[0-9]+)/\\Z'] ERROR 2025-09-11 16:42:29,088 basehttp 94666 6195998720 "GET /en/appointments/queue/3/delete/ HTTP/1.1" 500 169108 INFO 2025-09-11 16:42:38,778 basehttp 94666 6212825088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:42:38,784 basehttp 94666 6195998720 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67417 INFO 2025-09-11 16:42:38,824 basehttp 94666 6195998720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-11 16:42:40,966 log 94666 6195998720 Internal Server Error: /en/appointments/queue/4/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'waiting_queue_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/queue/(?P[0-9]+)/\\Z'] ERROR 2025-09-11 16:42:40,968 basehttp 94666 6195998720 "GET /en/appointments/queue/4/delete/ HTTP/1.1" 500 168971 INFO 2025-09-11 16:44:47,074 autoreload 94666 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 16:44:47,476 autoreload 97846 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 16:44:47,990 basehttp 97846 6124548096 "GET /en/appointments/queue/4/delete/ HTTP/1.1" 200 27694 INFO 2025-09-11 16:44:48,027 basehttp 97846 6124548096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:45:48,029 basehttp 97846 6124548096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:46:16,202 basehttp 97846 6124548096 "GET /en/appointments/queue/4/delete/ HTTP/1.1" 200 27679 INFO 2025-09-11 16:46:16,230 basehttp 97846 6124548096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:46:50,416 basehttp 97846 6124548096 "GET /en/appointments/queue/4/ HTTP/1.1" 200 37419 INFO 2025-09-11 16:46:50,445 basehttp 97846 6124548096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:47:24,993 basehttp 97846 6124548096 "GET /en/appointments/queue/4/ HTTP/1.1" 200 37419 INFO 2025-09-11 16:47:25,026 basehttp 97846 6124548096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-11 16:47:32,979 log 97846 6124548096 Internal Server Error: /en/appointments/queue/4/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py", line 154, in __init__ self.fields['provider'].queryset = User.objects.filter( ~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'provider' ERROR 2025-09-11 16:47:32,980 basehttp 97846 6124548096 "GET /en/appointments/queue/4/update/ HTTP/1.1" 500 103716 INFO 2025-09-11 16:56:58,646 autoreload 97846 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-11 16:56:59,141 autoreload 3788 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 16:57:00,358 log 3788 6203158528 Internal Server Error: /en/appointments/queue/4/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'waitingqueue_list' not found. 'waitingqueue_list' is not a valid view function or pattern name. ERROR 2025-09-11 16:57:00,359 basehttp 3788 6203158528 "GET /en/appointments/queue/4/update/ HTTP/1.1" 500 175363 INFO 2025-09-11 17:29:40,599 basehttp 3788 6203158528 "GET /en/appointments/queue/4/update/ HTTP/1.1" 200 35795 INFO 2025-09-11 17:29:40,613 basehttp 3788 6203158528 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-11 17:29:40,614 basehttp 3788 6219984896 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-11 17:29:40,651 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:30:40,664 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:32:32,312 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:32:34,559 basehttp 3788 6219984896 "GET /en/appointments/queue/4/ HTTP/1.1" 200 37417 INFO 2025-09-11 17:32:34,588 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:33:34,597 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:34:04,367 basehttp 3788 6219984896 "GET /en/appointments/queue/4/ HTTP/1.1" 200 37419 INFO 2025-09-11 17:34:04,395 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:35:04,572 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:36:05,576 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:37:06,606 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:38:07,620 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:39:08,622 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:40:09,619 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:41:11,625 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:42:24,629 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:44:24,632 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:45:24,635 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:47:24,635 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:49:24,643 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:50:24,638 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:52:15,601 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:53:15,600 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:54:16,538 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:55:18,537 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:56:24,539 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:58:24,540 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:59:24,540 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:00:24,538 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:02:24,538 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:04:24,535 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:05:24,538 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:06:24,553 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:08:24,531 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:09:24,527 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:10:24,537 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:11:23,062 basehttp 3788 6203158528 "GET /en/appointments/queue/4/ HTTP/1.1" 200 37419 INFO 2025-09-11 18:11:23,105 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:11:28,814 basehttp 3788 6203158528 "GET /en/blood-bank HTTP/1.1" 301 0 INFO 2025-09-11 18:11:28,835 basehttp 3788 6219984896 "GET /en/blood-bank/ HTTP/1.1" 200 118337 INFO 2025-09-11 18:11:28,893 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:11:40,367 basehttp 3788 6219984896 "GET /en/blood-bank/donors/ HTTP/1.1" 200 82091 INFO 2025-09-11 18:11:40,403 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-11 18:11:44,973 log 3788 6219984896 Internal Server Error: /en/blood-bank/donors/29/eligibility/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py", line 193, in donor_eligibility_check return render(request, 'blood_bank/donors/donor_eligibility.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'plugins/sweetalert/dist/sweetalert.min.js' not found. 'plugins/sweetalert/dist/sweetalert.min.js' is not a valid view function or pattern name. ERROR 2025-09-11 18:11:44,976 basehttp 3788 6219984896 "GET /en/blood-bank/donors/29/eligibility/ HTTP/1.1" 500 178482 INFO 2025-09-11 18:12:09,167 basehttp 3788 6219984896 "GET /en/blood-bank/donors/29/eligibility/ HTTP/1.1" 200 33730 INFO 2025-09-11 18:12:09,178 basehttp 3788 6219984896 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 INFO 2025-09-11 18:12:09,199 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:13:09,209 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-11 18:13:10,129 log 3788 6219984896 Internal Server Error: /en/blood-bank/donors/29/eligibility/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py", line 193, in donor_eligibility_check return render(request, 'blood_bank/donors/donor_eligibility.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'plugins/sweetalert/dist/sweetalert.min.js' not found. 'plugins/sweetalert/dist/sweetalert.min.js' is not a valid view function or pattern name. ERROR 2025-09-11 18:13:10,133 basehttp 3788 6219984896 "GET /en/blood-bank/donors/29/eligibility/ HTTP/1.1" 500 178619 INFO 2025-09-11 18:13:36,214 basehttp 3788 6219984896 "GET /en/blood-bank/donors/29/eligibility/ HTTP/1.1" 200 33551 INFO 2025-09-11 18:13:36,253 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:14:36,531 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:15:13,690 basehttp 3788 6219984896 "GET /en/blood-bank/donors/29/eligibility/ HTTP/1.1" 200 33572 INFO 2025-09-11 18:15:13,719 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:16:14,516 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:17:15,528 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:18:16,532 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:19:17,519 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:20:18,524 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:21:19,516 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:22:21,421 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:23:24,428 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:25:24,418 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:26:24,418 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:28:24,414 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:29:24,414 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:31:24,409 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:33:24,402 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:34:24,412 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:35:18,373 basehttp 3788 6219984896 "GET /en/blood-bank/donors/ HTTP/1.1" 200 82091 INFO 2025-09-11 18:35:18,434 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:35:21,776 basehttp 3788 6219984896 "GET /en/blood-bank/ HTTP/1.1" 200 118337 INFO 2025-09-11 18:35:27,568 basehttp 3788 6219984896 "GET /en/appointments/queue/4/ HTTP/1.1" 200 37419 INFO 2025-09-11 18:35:27,595 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:35:29,963 basehttp 3788 6219984896 "GET /en/appointments/queue/4/delete/ HTTP/1.1" 200 27679 INFO 2025-09-11 18:36:29,999 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:37:16,508 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67129 INFO 2025-09-11 18:37:17,437 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67129 INFO 2025-09-11 18:37:17,477 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:37:29,853 basehttp 3788 6219984896 "GET /en/appointments/queue/3/delete/ HTTP/1.1" 200 28488 INFO 2025-09-11 18:37:29,884 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:37:33,234 basehttp 3788 6219984896 "GET /en/appointments/queue/3/ HTTP/1.1" 200 37795 INFO 2025-09-11 18:37:33,267 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:38:31,256 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:38:32,122 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:38:32,132 basehttp 3788 6203158528 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67129 INFO 2025-09-11 18:38:32,171 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:38:33,007 basehttp 3788 6203158528 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67129 INFO 2025-09-11 18:38:33,049 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:39:33,062 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:39:33,082 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67129 INFO 2025-09-11 18:39:33,117 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:39:55,790 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67125 INFO 2025-09-11 18:39:55,821 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:40:13,596 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67063 INFO 2025-09-11 18:40:13,622 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:40:24,391 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67057 INFO 2025-09-11 18:40:24,422 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:40:54,650 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67100 INFO 2025-09-11 18:40:54,682 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:41:14,928 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67089 INFO 2025-09-11 18:41:14,960 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:41:31,204 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67076 INFO 2025-09-11 18:41:31,234 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:41:42,619 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67081 INFO 2025-09-11 18:41:42,650 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:42:42,650 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:42:42,676 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67081 INFO 2025-09-11 18:42:42,707 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:42:51,121 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 64021 INFO 2025-09-11 18:42:51,160 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:42:54,155 basehttp 3788 6219984896 "GET /en/appointments/queue/entry/list/?queue=1 HTTP/1.1" 200 124481 INFO 2025-09-11 18:42:54,197 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:43:36,454 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 64015 INFO 2025-09-11 18:43:36,483 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:43:37,965 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 64015 INFO 2025-09-11 18:43:37,995 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:44:02,254 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 64075 INFO 2025-09-11 18:44:02,275 basehttp 3788 6219984896 "GET /static/webfonts/fa-regular-400.woff2 HTTP/1.1" 200 25472 INFO 2025-09-11 18:44:02,282 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:44:22,446 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 64051 INFO 2025-09-11 18:44:22,484 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:45:10,370 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 64075 INFO 2025-09-11 18:45:10,403 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:45:23,266 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 64075 INFO 2025-09-11 18:45:23,307 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:45:36,482 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 63985 INFO 2025-09-11 18:45:36,511 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:46:36,523 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:46:36,547 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 63985 INFO 2025-09-11 18:46:36,584 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:46:38,806 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 63985 INFO 2025-09-11 18:46:38,847 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:46:57,284 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 63985 INFO 2025-09-11 18:46:57,314 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:47:13,576 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 35477 INFO 2025-09-11 18:47:13,608 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:48:13,616 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:49:13,625 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:49:43,554 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 35228 INFO 2025-09-11 18:49:43,581 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:49:58,959 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 35477 INFO 2025-09-11 18:49:58,984 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:50:58,986 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:51:58,995 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:52:58,986 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:53:56,565 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 35599 INFO 2025-09-11 18:53:56,597 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:54:44,462 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 35551 INFO 2025-09-11 18:54:44,495 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:55:13,952 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 35562 INFO 2025-09-11 18:55:13,981 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:55:41,049 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 35550 INFO 2025-09-11 18:55:41,079 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:56:30,045 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 35546 INFO 2025-09-11 18:56:30,075 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:56:32,852 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 35546 INFO 2025-09-11 18:56:32,883 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:56:58,423 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 35541 INFO 2025-09-11 18:56:58,450 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:57:46,844 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 36093 INFO 2025-09-11 18:57:46,880 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:58:14,352 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 36073 INFO 2025-09-11 18:58:14,380 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:58:37,617 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 36083 INFO 2025-09-11 18:58:37,644 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:58:55,438 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 36083 INFO 2025-09-11 18:58:55,472 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:59:16,651 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 36000 INFO 2025-09-11 18:59:16,679 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:59:37,618 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 36012 INFO 2025-09-11 18:59:37,651 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:00:37,663 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:03:46,536 autoreload 61052 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 19:03:49,201 basehttp 61052 6164623360 "GET /en/appointments/queue/create/ HTTP/1.1" 200 36062 INFO 2025-09-11 19:03:49,239 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:04:30,138 basehttp 61052 6164623360 "GET /en/appointments/queue/create/ HTTP/1.1" 200 36075 INFO 2025-09-11 19:04:30,179 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:04:50,242 basehttp 61052 6164623360 "GET /en/appointments/queue/create/ HTTP/1.1" 200 36084 INFO 2025-09-11 19:04:50,276 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:05:05,242 basehttp 61052 6164623360 "GET /en/appointments/queue/create/ HTTP/1.1" 200 36065 INFO 2025-09-11 19:05:05,275 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:06:05,275 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:06:22,958 basehttp 61052 6164623360 "GET /en/appointments/queue/create/ HTTP/1.1" 200 35453 INFO 2025-09-11 19:06:22,989 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:07:23,000 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:08:23,255 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:09:23,607 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:10:24,600 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:11:25,587 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:12:26,597 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:13:28,597 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:15:24,606 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:17:24,607 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:18:24,610 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:04:09,816 autoreload 88212 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 20:04:12,613 basehttp 88212 6196752384 "GET /en/appointments/ HTTP/1.1" 200 57564 INFO 2025-09-11 20:04:12,667 basehttp 88212 6196752384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:04:12,681 basehttp 88212 6213578752 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 WARNING 2025-09-11 20:04:24,458 log 88212 6213578752 Not Found: /en/appointments/waitinglist WARNING 2025-09-11 20:04:24,458 basehttp 88212 6213578752 "GET /en/appointments/waitinglist HTTP/1.1" 404 43667 INFO 2025-09-11 20:04:31,741 basehttp 88212 6213578752 "GET /en/appointments/waiting-list HTTP/1.1" 301 0 ERROR 2025-09-11 20:04:31,766 log 88212 6196752384 Internal Server Error: /en/appointments/waiting-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1281, in get_context_data 'avg_wait_days': waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 626, in get_aggregation result = compiler.execute_sql(SINGLE) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 316, in get_select sql, params = self.compile(col) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 575, in compile sql, params = vendor_impl(self, self.connection) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 29, in as_sqlite sql, params = self.as_sql(compiler, connection, **extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 141, in as_sql return super().as_sql(compiler, connection, **extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 1100, in as_sql connection.ops.check_expression_support(self) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/operations.py", line 69, in check_expression_support raise NotSupportedError( django.db.utils.NotSupportedError: You cannot use Sum, Avg, StdDev, and Variance aggregations on date/time fields in sqlite3 since date/time is saved as text. ERROR 2025-09-11 20:04:31,768 basehttp 88212 6196752384 "GET /en/appointments/waiting-list/ HTTP/1.1" 500 147337 INFO 2025-09-11 20:06:56,048 autoreload 88212 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 20:06:56,432 autoreload 89466 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 20:06:56,918 log 89466 6170865664 Internal Server Error: /en/appointments/waiting-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1281, in get_context_data 'avg_wait_days': waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 626, in get_aggregation result = compiler.execute_sql(SINGLE) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 316, in get_select sql, params = self.compile(col) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 575, in compile sql, params = vendor_impl(self, self.connection) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 29, in as_sqlite sql, params = self.as_sql(compiler, connection, **extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 141, in as_sql return super().as_sql(compiler, connection, **extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 1100, in as_sql connection.ops.check_expression_support(self) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/operations.py", line 69, in check_expression_support raise NotSupportedError( django.db.utils.NotSupportedError: You cannot use Sum, Avg, StdDev, and Variance aggregations on date/time fields in sqlite3 since date/time is saved as text. ERROR 2025-09-11 20:06:56,922 basehttp 89466 6170865664 "GET /en/appointments/waiting-list/ HTTP/1.1" 500 147474 INFO 2025-09-11 20:07:36,355 autoreload 89466 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 20:07:36,703 autoreload 89776 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 20:07:39,271 log 89776 6155333632 Internal Server Error: /en/appointments/waiting-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1081, in render return render_value_in_context(output, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1058, in render_value_in_context value = str(value) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/utils.py", line 79, in __str__ return self.as_widget() ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/boundfield.py", line 108, in as_widget return widget.render( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 329, in render context = self.get_context(name, value, attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 830, in get_context context = super().get_context(name, value, attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 781, in get_context context["widget"]["optgroups"] = self.optgroups( ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 721, in optgroups for index, (option_value, option_label) in enumerate(self.choices): ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1422, in __iter__ if not queryset._prefetch_related_lookups: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute '_prefetch_related_lookups' ERROR 2025-09-11 20:07:39,283 basehttp 89776 6155333632 "GET /en/appointments/waiting-list/ HTTP/1.1" 500 201102 INFO 2025-09-11 20:09:19,217 autoreload 89776 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 20:09:19,566 autoreload 90554 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 20:09:22,187 log 90554 6164951040 Internal Server Error: /en/appointments/waiting-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1230, in get_queryset form = WaitingListFilterForm( ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py", line 802, in __init__ from core.models import Department ImportError: cannot import name 'Department' from 'core.models' (/Users/marwanalwali/manus_project/hospital_management_system_v4/core/models.py) ERROR 2025-09-11 20:09:22,190 basehttp 90554 6164951040 "GET /en/appointments/waiting-list/ HTTP/1.1" 500 90821 INFO 2025-09-11 20:13:01,739 autoreload 90554 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-11 20:13:02,062 autoreload 92195 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 20:13:04,557 log 92195 6159020032 Internal Server Error: /en/appointments/waiting-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1230, in get_queryset form = WaitingListFilterForm( ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py", line 801, in __init__ self.fields['provider'].queryset = User.objects.filter( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant_memberships' into field. Choices are: accessible_dashboards, acknowledged_alerts, administered_medications, administered_transfusions, admitted_patients, alertrule, analyzed_results, anesthesia_cases, approval_date, approved_by, approved_by_id, approved_care_plans, approved_purchase_orders, approved_schedules, approved_time_entries, approved_transfers, approved_users, assigned_incidents, assigned_queue_entries, assistant_or_blocks, assistant_surgeries, assistant_surgical_cases, attending_bills, attending_patients, attending_wards, audit_logs, audit_team_memberships, authored_notes, availability_slots, billing_provider_bills, bio, blocked_beds, blood_requests, bloodtest, cancelled_appointments, cancelled_requests, care_team_plans, checked_in_appointments, circulating_cases, claim_status_updates, claimdocument, claimstatushistory, cleaned_beds, co_signed_notes, collected_specimens, collected_units, communicationchannel, completed_transfers, completed_transfusions, conducted_reviews, consulting_patients, created_admissions, created_alert_rules, created_appointment_templates, created_appointments, created_at, created_audit_plans, created_availability_slots, created_beds, created_billing_configurations, created_care_plans, created_claims, created_consent_forms, created_consent_templates, created_data_mappings, created_discharge_summaries, created_donors, created_drug_interactions, created_employees, created_encounters, created_external_systems, created_findings, created_hr_departments, created_improvement_projects, created_insurance_claims, created_integration_endpoints, created_inventory_items, created_inventory_locations, created_lab_tests, created_measurements, created_medical_bills, created_medications, created_note_templates, created_notifications, created_operating_rooms, created_or_blocks, created_patient_notes, created_pharmacy_inventory_items, created_problems, created_purchase_orders, created_reference_ranges, created_report_templates, created_risk_assessments, created_schedules, created_studies, created_suppliers, created_surgeries, created_surgical_cases, created_surgical_note_templates, created_telemedicine_sessions, created_training_records, created_waiting_list_entries, created_waiting_queues, created_wards, created_webhooks, crossmatch, dashboard, datasource, date_joined, dea_number, department, diagnosed_problems, dictated_reports, discharge_planning_cases, dispensed_medications, double_checked_administrations, email, emailaddress, employee_id, employee_profile, encounters, failed_login_attempts, first_name, force_password_change, groups, id, initiated_capas, inpatient_anesthesia_cases, inpatient_circulating_cases, inpatient_scrub_cases, integration_logs, interpreted_studies, investigated_reactions, is_active, is_approved, is_staff, is_superuser, is_verified, issued_units, job_title, language, last_login, last_name, last_password_change, led_audits, license_expiry, license_number, license_state, locked_until, logentry, managed_locations, managed_problems, managed_projects, managed_wards, max_concurrent_sessions, messagerecipient, metricdefinition, middle_name, mobile_number, notificationtemplate, npi_number, ordered_imaging_studies, ordered_lab_tests, password, password_expires_at, password_history, performed_qc, phone_number, physician_discharges, planned_discharges, preferred_name, prescribed_medications, primary_care_plans, primary_nurse_discharges, primary_or_blocks, primary_surgeries, primary_surgical_cases, processed_payments, processed_requests, profile_picture, project_team_memberships, provider_appointments, provider_waiting_list, qc_tests, radiology_reports, received_payments, received_specimens, received_units, recorded_equipment_usage, referred_studies, registered_patients, removed_waiting_list_entries, rendered_line_items, report, reported_incidents, reported_reactions, reportexecution, requested_purchase_orders, requested_transfers, resolved_alerts, responsible_findings, responsible_quality_indicators, responsible_risks, reviewed_qc, reviewed_qc_tests, revoked_consents, role, scrub_cases, sent_messages, session_timeout_minutes, signed_encounters, social_accounts, sponsored_projects, stopped_transfusions, supervised_line_items, surgeon_surgical_notes, targeted_notifications, task, tenant, tenant_id, theme, transcribed_reports, transport_assignments, triggered_integrations, two_factor_devices, two_factor_enabled, updated_at, updated_configurations, updated_queue_entries, user_id, user_permissions, user_sessions, user_timezone, username, verified_crossmatches, verified_dispenses, verified_findings, verified_insurance, verified_measurements, verified_prescriptions, verified_problems, verified_results, verified_tests, verified_vital_signs, vital_signs_measurements, waiting_queues, waitinglistcontactlog, witnessed_administrations, witnessed_transfusions ERROR 2025-09-11 20:13:04,566 basehttp 92195 6159020032 "GET /en/appointments/waiting-list/ HTTP/1.1" 500 163345 INFO 2025-09-11 20:14:09,037 autoreload 92195 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-11 20:14:09,374 autoreload 92662 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 20:14:11,734 log 92662 6131511296 Internal Server Error: /en/appointments/waiting-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1081, in render return render_value_in_context(output, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1058, in render_value_in_context value = str(value) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/utils.py", line 79, in __str__ return self.as_widget() ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/boundfield.py", line 108, in as_widget return widget.render( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 329, in render context = self.get_context(name, value, attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 830, in get_context context = super().get_context(name, value, attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 781, in get_context context["widget"]["optgroups"] = self.optgroups( ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 721, in optgroups for index, (option_value, option_label) in enumerate(self.choices): ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1422, in __iter__ if not queryset._prefetch_related_lookups: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute '_prefetch_related_lookups' ERROR 2025-09-11 20:14:11,750 basehttp 92662 6131511296 "GET /en/appointments/waiting-list/ HTTP/1.1" 500 198762 INFO 2025-09-11 20:15:33,325 autoreload 92662 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-11 20:15:33,696 autoreload 93282 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 20:18:12,169 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 32200 INFO 2025-09-11 20:18:12,185 basehttp 93282 6375518208 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-09-11 20:18:12,186 basehttp 93282 6341865472 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-09-11 20:18:12,186 basehttp 93282 6358691840 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 INFO 2025-09-11 20:18:12,186 basehttp 93282 6409170944 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-09-11 20:18:12,187 basehttp 93282 6392344576 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-09-11 20:18:12,223 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:18:45,413 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:19:12,408 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:19:15,402 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:19:45,402 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:20:13,409 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:20:15,408 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:20:45,416 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:21:14,421 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:21:24,410 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:22:15,409 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:22:24,409 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:23:16,418 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:23:24,404 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:24:17,402 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:24:24,407 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:25:24,311 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:25:24,315 basehttp 93282 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:26:24,321 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:26:24,322 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:27:24,294 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:28:24,323 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:28:24,324 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:29:24,293 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:30:06,694 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:30:06,695 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:30:08,547 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/create/ HTTP/1.1" 200 44843 INFO 2025-09-11 20:30:08,616 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:31:08,628 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:31:38,073 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 32200 INFO 2025-09-11 20:31:38,126 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:32:11,574 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:32:38,134 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:32:41,578 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:32:46,133 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 31756 INFO 2025-09-11 20:32:46,162 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:33:18,248 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:33:19,136 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 31756 INFO 2025-09-11 20:33:19,171 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:33:51,690 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:34:13,795 basehttp 93282 6392344576 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 98862 INFO 2025-09-11 20:34:13,809 basehttp 93282 6358691840 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-11 20:34:13,809 basehttp 93282 6341865472 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-11 20:34:13,810 basehttp 93282 6375518208 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-11 20:34:13,810 basehttp 93282 6409170944 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-11 20:34:13,810 basehttp 93282 6392344576 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-11 20:34:13,811 basehttp 93282 6375518208 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-11 20:34:13,811 basehttp 93282 6358691840 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-11 20:34:13,812 basehttp 93282 6409170944 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-11 20:34:13,813 basehttp 93282 6392344576 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-11 20:34:13,814 basehttp 93282 6409170944 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-11 20:34:13,815 basehttp 93282 6358691840 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-11 20:34:13,816 basehttp 93282 6375518208 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-11 20:34:13,817 basehttp 93282 6409170944 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-11 20:34:13,818 basehttp 93282 6341865472 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-11 20:34:13,819 basehttp 93282 6392344576 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-11 20:34:13,820 basehttp 93282 6425997312 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 20:34:13,821 basehttp 93282 6392344576 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-11 20:34:13,821 basehttp 93282 6425997312 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-11 20:34:13,831 basehttp 93282 6425997312 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-11 20:34:13,832 basehttp 93282 6392344576 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-11 20:34:13,832 basehttp 93282 6425997312 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-11 20:34:13,832 basehttp 93282 6341865472 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-11 20:34:19,093 basehttp 93282 6341865472 "GET /en/admin/appointments/waitinglist/ HTTP/1.1" 200 82364 INFO 2025-09-11 20:34:19,105 basehttp 93282 6341865472 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 20:34:19,287 basehttp 93282 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:34:21,354 basehttp 93282 6341865472 "GET /en/admin/appointments/waitinglist/add/ HTTP/1.1" 200 300449 INFO 2025-09-11 20:34:21,370 basehttp 93282 6392344576 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-11 20:34:21,370 basehttp 93282 6341865472 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-11 20:34:21,371 basehttp 93282 6409170944 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-11 20:34:21,371 basehttp 93282 6375518208 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-11 20:34:21,372 basehttp 93282 6341865472 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-11 20:34:21,374 basehttp 93282 6341865472 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-11 20:34:21,375 basehttp 93282 6425997312 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 20:34:21,375 basehttp 93282 6341865472 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-11 20:34:21,376 basehttp 93282 6425997312 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-11 20:34:21,420 basehttp 93282 6425997312 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-11 20:34:21,420 basehttp 93282 6341865472 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-09-11 20:34:22,290 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:34:52,278 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:35:20,293 basehttp 93282 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:35:22,288 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:35:49,381 basehttp 93282 6341865472 "GET /static/admin/img/calendar-icons.svg HTTP/1.1" 200 2455 INFO 2025-09-11 20:35:52,287 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:36:21,295 basehttp 93282 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:36:22,979 basehttp 93282 6341865472 "POST /en/admin/appointments/waitinglist/add/ HTTP/1.1" 200 300856 INFO 2025-09-11 20:36:22,995 basehttp 93282 6341865472 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 20:36:24,281 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:36:40,770 basehttp 93282 6341865472 "POST /en/admin/appointments/waitinglist/add/ HTTP/1.1" 302 0 INFO 2025-09-11 20:36:40,801 basehttp 93282 6341865472 "GET /en/admin/appointments/waitinglist/ HTTP/1.1" 200 85896 INFO 2025-09-11 20:36:40,818 basehttp 93282 6341865472 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 20:36:40,826 basehttp 93282 6341865472 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-11 20:36:51,058 basehttp 93282 6341865472 "GET /en/admin/appointments/waitinglistcontactlog/ HTTP/1.1" 200 79510 INFO 2025-09-11 20:36:51,077 basehttp 93282 6341865472 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 20:36:55,168 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:36:56,038 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34792 INFO 2025-09-11 20:36:56,096 basehttp 93282 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 20:37:04,511 log 93282 6341865472 Not Found: /en/appointments/waiting-list/1/ WARNING 2025-09-11 20:37:04,511 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 404 38364 INFO 2025-09-11 20:37:26,122 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:37:56,105 basehttp 93282 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:37:56,121 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:38:26,159 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:38:56,109 basehttp 93282 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:38:56,120 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:39:26,130 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:39:56,111 basehttp 93282 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:39:56,122 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:40:05,538 autoreload 93282 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 20:40:06,029 autoreload 4780 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 20:40:06,444 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34792 INFO 2025-09-11 20:40:06,494 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:40:09,207 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 37145 INFO 2025-09-11 20:40:09,241 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:40:48,692 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 38989 INFO 2025-09-11 20:40:48,699 basehttp 4780 6192590848 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-11 20:40:48,722 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:41:48,733 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:42:40,412 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 38976 INFO 2025-09-11 20:42:40,439 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:43:22,588 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 38481 INFO 2025-09-11 20:43:22,619 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:43:47,157 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 38471 INFO 2025-09-11 20:43:47,187 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:44:07,784 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 38483 INFO 2025-09-11 20:44:07,815 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:44:29,054 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 38489 INFO 2025-09-11 20:44:29,083 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:45:13,259 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 38558 INFO 2025-09-11 20:45:13,332 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:46:13,302 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:46:34,789 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 38623 INFO 2025-09-11 20:46:34,819 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:47:34,825 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:48:34,820 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:49:34,832 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:50:28,061 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 38690 INFO 2025-09-11 20:50:28,093 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:51:28,095 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:52:28,103 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:53:28,102 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:54:28,093 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:54:33,147 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 39022 INFO 2025-09-11 20:54:33,177 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:55:33,276 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:56:33,266 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:57:33,278 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:58:33,268 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:59:33,275 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:00:33,282 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:01:25,367 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 39678 INFO 2025-09-11 21:01:25,402 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:02:25,420 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:03:15,182 basehttp 4780 6192590848 "POST /en/appointments/waiting-list/1/contact/ HTTP/1.1" 200 892 INFO 2025-09-11 21:03:25,416 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:03:32,755 basehttp 4780 6192590848 "GET /en/admin/appointments/waitinglistcontactlog/ HTTP/1.1" 200 82435 INFO 2025-09-11 21:03:32,773 basehttp 4780 6192590848 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 21:04:25,405 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:05:25,411 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:06:25,405 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:07:19,464 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 40582 INFO 2025-09-11 21:07:19,497 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:08:19,495 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:08:43,586 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 40845 INFO 2025-09-11 21:08:43,619 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:09:34,738 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 40946 INFO 2025-09-11 21:09:34,767 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:09:45,190 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 40937 INFO 2025-09-11 21:09:45,220 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:10:05,786 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 40927 INFO 2025-09-11 21:10:05,817 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:11:05,821 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:11:11,242 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41169 INFO 2025-09-11 21:11:11,276 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:12:11,276 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:13:11,279 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:13:36,059 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 40970 INFO 2025-09-11 21:13:36,097 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:14:36,278 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:15:37,287 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:15:50,360 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 40987 INFO 2025-09-11 21:15:50,390 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:16:20,887 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 40998 INFO 2025-09-11 21:16:20,917 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:16:54,520 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 40997 INFO 2025-09-11 21:16:54,548 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:17:54,550 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:18:17,062 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41019 INFO 2025-09-11 21:18:17,091 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:18:26,437 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41020 INFO 2025-09-11 21:18:26,466 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:18:49,492 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41041 INFO 2025-09-11 21:18:49,526 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:19:04,314 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41041 INFO 2025-09-11 21:19:04,342 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:20:04,343 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:20:12,099 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41098 INFO 2025-09-11 21:20:12,130 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:21:12,137 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:21:25,615 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41048 INFO 2025-09-11 21:21:25,642 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:22:25,656 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:23:25,654 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:24:21,146 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41947 INFO 2025-09-11 21:24:21,178 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:24:42,220 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41897 INFO 2025-09-11 21:24:42,250 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:25:42,255 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:25:52,240 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41909 INFO 2025-09-11 21:25:52,269 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:26:52,282 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:26:56,686 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41048 INFO 2025-09-11 21:26:56,727 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:27:56,734 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:28:35,118 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41211 INFO 2025-09-11 21:28:35,163 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:29:18,910 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41203 INFO 2025-09-11 21:29:18,940 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:29:30,115 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41204 INFO 2025-09-11 21:29:30,156 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:29:46,632 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41189 INFO 2025-09-11 21:29:46,661 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:30:46,661 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:31:26,256 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41454 INFO 2025-09-11 21:31:26,298 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:31:40,766 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41453 INFO 2025-09-11 21:31:40,794 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:31:59,366 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41437 INFO 2025-09-11 21:31:59,395 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:32:59,408 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:33:59,409 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:34:33,942 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41655 INFO 2025-09-11 21:34:33,987 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:35:13,571 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41639 INFO 2025-09-11 21:35:13,600 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:36:13,607 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:37:13,606 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:38:13,608 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:39:13,611 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:40:13,611 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:41:13,608 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:41:47,053 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 42917 INFO 2025-09-11 21:41:47,087 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:42:01,978 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 42918 INFO 2025-09-11 21:42:02,012 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:42:24,659 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 42919 INFO 2025-09-11 21:42:24,687 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:42:55,544 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 42918 INFO 2025-09-11 21:42:55,571 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:43:55,571 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:44:32,999 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 42871 INFO 2025-09-11 21:44:33,041 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:45:06,073 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 42855 INFO 2025-09-11 21:45:06,115 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:46:06,122 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:47:06,114 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:48:00,435 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 43092 INFO 2025-09-11 21:48:00,524 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:49:00,476 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:50:00,477 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:50:38,926 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 43436 INFO 2025-09-11 21:50:38,957 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:51:24,647 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 43486 INFO 2025-09-11 21:51:24,676 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:52:24,686 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:53:24,689 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:53:49,908 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 44182 INFO 2025-09-11 21:53:49,978 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:54:49,948 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:55:42,433 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 44261 INFO 2025-09-11 21:55:42,468 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:56:42,483 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:59:53,289 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 22:57:12,028 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 23:31:53,618 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 23:48:20,255 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:09:45,842 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:10:47,930 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:15:21,164 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:17:38,453 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:18:38,443 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:19:36,691 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 44281 INFO 2025-09-12 00:19:36,698 basehttp 4780 6192590848 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 INFO 2025-09-12 00:19:36,747 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:19:55,488 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 44281 INFO 2025-09-12 00:19:55,535 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:20:03,134 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 44959 INFO 2025-09-12 00:20:03,170 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:21:03,173 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:22:03,177 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:23:03,180 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:23:09,597 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 45461 INFO 2025-09-12 00:23:09,603 basehttp 4780 6192590848 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-12 00:23:09,630 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:24:09,631 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:25:09,549 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:26:09,551 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:27:09,558 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:27:35,504 autoreload 4780 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-12 00:27:36,059 autoreload 46893 8682856640 Watching for file changes with StatReloader ERROR 2025-09-12 00:27:37,809 log 46893 6195294208 Internal Server Error: /en/appointments/waiting-list/1/edit/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/deprecation.py", line 122, in __call__ response = self.process_response(request, response) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/middleware/clickjacking.py", line 27, in process_response if response.get("X-Frame-Options") is not None: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 619, in get clone = self._chain() if self.query.combinator else self.filter(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1523, in build_filter arg, value = filter_expr ^^^^^^^^^^ ValueError: too many values to unpack (expected 2) ERROR 2025-09-12 00:27:37,811 basehttp 46893 6195294208 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 500 100598 INFO 2025-09-12 00:29:04,981 autoreload 46893 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-12 00:29:05,353 autoreload 47595 8682856640 Watching for file changes with StatReloader INFO 2025-09-12 00:29:07,856 basehttp 47595 6132871168 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 45461 INFO 2025-09-12 00:29:07,912 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 00:29:16,870 log 47595 6132871168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:29:16,870 basehttp 47595 6132871168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:29:16,909 basehttp 47595 6132871168 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-12 00:30:07,894 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:31:02,225 basehttp 47595 6132871168 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 45626 WARNING 2025-09-12 00:31:02,237 log 47595 6132871168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:31:02,237 basehttp 47595 6132871168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:31:02,304 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:31:57,972 basehttp 47595 6132871168 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 45461 WARNING 2025-09-12 00:31:57,988 log 47595 6132871168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:31:57,988 basehttp 47595 6132871168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:31:58,051 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:32:58,054 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:33:58,375 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:34:59,365 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:36:00,347 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:36:13,492 basehttp 47595 6132871168 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 45480 WARNING 2025-09-12 00:36:13,515 log 47595 6132871168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:36:13,516 basehttp 47595 6132871168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:36:13,582 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:37:13,593 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:37:51,894 basehttp 47595 6132871168 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 45480 WARNING 2025-09-12 00:37:51,908 log 47595 6132871168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:37:51,909 basehttp 47595 6132871168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:37:51,966 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:38:18,295 basehttp 47595 6132871168 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 45481 WARNING 2025-09-12 00:38:18,308 log 47595 6132871168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:38:18,309 basehttp 47595 6132871168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:38:18,372 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:39:18,366 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:39:29,304 basehttp 47595 6132871168 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 45232 WARNING 2025-09-12 00:39:29,327 log 47595 6132871168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:39:29,327 basehttp 47595 6132871168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:39:29,374 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:40:20,766 basehttp 47595 6132871168 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 49717 WARNING 2025-09-12 00:40:20,778 log 47595 6132871168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:40:20,778 basehttp 47595 6132871168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:40:20,839 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:41:20,849 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:41:41,387 basehttp 47595 6132871168 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 49717 INFO 2025-09-12 00:41:41,394 basehttp 47595 6166523904 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-12 00:41:41,397 basehttp 47595 13321187328 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-12 00:41:41,397 basehttp 47595 13304360960 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-12 00:41:41,399 basehttp 47595 13338013696 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-12 00:41:41,402 basehttp 47595 6132871168 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-12 00:41:41,405 log 47595 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-12 00:41:41,406 basehttp 47595 6166523904 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-12 00:41:41,406 basehttp 47595 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:41:41,411 basehttp 47595 6132871168 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-12 00:41:41,411 basehttp 47595 13338013696 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-12 00:41:41,413 basehttp 47595 6149697536 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-12 00:41:41,415 basehttp 47595 6166523904 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-12 00:41:41,417 basehttp 47595 13321187328 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-12 00:41:41,417 basehttp 47595 13338013696 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-12 00:41:41,420 basehttp 47595 6149697536 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-12 00:41:41,420 basehttp 47595 13304360960 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-12 00:41:41,420 basehttp 47595 13321187328 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-12 00:41:41,424 basehttp 47595 6166523904 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-12 00:41:41,432 basehttp 47595 6166523904 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-12 00:41:41,432 basehttp 47595 13304360960 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-12 00:41:41,432 basehttp 47595 6149697536 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-12 00:41:41,433 basehttp 47595 6132871168 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-12 00:41:41,433 basehttp 47595 13321187328 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-12 00:41:41,435 basehttp 47595 6149697536 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-12 00:41:41,435 basehttp 47595 6166523904 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-12 00:41:41,436 basehttp 47595 6132871168 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-12 00:41:41,436 basehttp 47595 13321187328 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-12 00:41:41,436 basehttp 47595 13304360960 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-12 00:41:41,437 basehttp 47595 6166523904 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-12 00:41:41,438 basehttp 47595 13338013696 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-12 00:41:41,439 basehttp 47595 6149697536 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-12 00:41:41,440 basehttp 47595 13304360960 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-12 00:41:41,440 basehttp 47595 6132871168 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-12 00:41:41,440 basehttp 47595 6166523904 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-12 00:41:41,441 basehttp 47595 13338013696 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-12 00:41:41,441 basehttp 47595 13321187328 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-12 00:41:41,568 basehttp 47595 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:41:41,569 basehttp 47595 13321187328 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-12 00:41:41,857 log 47595 13321187328 Not Found: /favicon.ico WARNING 2025-09-12 00:41:41,858 basehttp 47595 13321187328 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-12 00:42:41,583 basehttp 47595 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:43:30,337 basehttp 47595 13321187328 "GET /en/appointments/ HTTP/1.1" 200 57564 WARNING 2025-09-12 00:43:30,351 log 47595 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:43:30,351 basehttp 47595 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:43:30,429 basehttp 47595 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:43:30,443 basehttp 47595 13338013696 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 00:43:36,279 basehttp 47595 13338013696 "GET /en/appointments/queue/ HTTP/1.1" 200 31130 WARNING 2025-09-12 00:43:36,301 log 47595 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:43:36,301 basehttp 47595 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:43:36,369 basehttp 47595 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:43:36,435 basehttp 47595 13321187328 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 00:43:36,437 basehttp 47595 6132871168 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 00:43:36,439 basehttp 47595 13338013696 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 00:43:36,440 basehttp 47595 13304360960 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 00:43:36,442 basehttp 47595 6166523904 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 00:43:36,442 basehttp 47595 6149697536 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 WARNING 2025-09-12 00:43:45,179 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:43:45,180 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 00:43:45,196 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:43:45,196 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:43:51,041 basehttp 47595 6166523904 "GET /en/appointments/requests/ HTTP/1.1" 200 160348 WARNING 2025-09-12 00:43:51,057 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:43:51,058 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:43:51,116 basehttp 47595 6166523904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:43:52,412 basehttp 47595 6166523904 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27676 WARNING 2025-09-12 00:43:52,434 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:43:52,435 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:43:52,476 basehttp 47595 6166523904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:44:52,487 basehttp 47595 6166523904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:45:52,491 basehttp 47595 6166523904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 00:46:31,068 log 47595 6149697536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:46:31,069 basehttp 47595 6149697536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:46:31,073 basehttp 47595 6166523904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 00:46:31,081 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:46:31,081 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 00:46:45,158 log 47595 6166523904 Not Found: /en/appointments/requests/23 WARNING 2025-09-12 00:46:45,158 basehttp 47595 6166523904 "GET /en/appointments/requests/23 HTTP/1.1" 404 43667 WARNING 2025-09-12 00:46:45,181 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:46:45,181 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 00:46:48,125 log 47595 6166523904 Not Found: /en/appointments/requests/23/ WARNING 2025-09-12 00:46:48,126 basehttp 47595 6166523904 "GET /en/appointments/requests/23/ HTTP/1.1" 404 43670 WARNING 2025-09-12 00:46:48,145 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:46:48,145 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 00:46:51,458 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:46:51,459 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 00:46:52,010 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:46:52,011 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 00:46:52,028 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:46:52,028 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:46:54,541 basehttp 47595 6166523904 "GET /en/appointments/requests/2110/detail/ HTTP/1.1" 200 21633 WARNING 2025-09-12 00:46:54,565 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:46:54,565 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:46:54,610 basehttp 47595 6166523904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 00:47:07,379 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:47:07,380 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 00:47:07,396 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:47:07,397 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:47:10,520 basehttp 47595 6166523904 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27676 WARNING 2025-09-12 00:47:10,542 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:47:10,543 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:47:10,589 basehttp 47595 6166523904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:48:10,596 basehttp 47595 6166523904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:48:57,002 basehttp 47595 6166523904 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27666 WARNING 2025-09-12 00:48:57,014 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:48:57,014 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:48:57,050 basehttp 47595 6166523904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:49:57,058 basehttp 47595 6166523904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:50:47,759 basehttp 47595 6166523904 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27754 WARNING 2025-09-12 00:50:47,770 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:50:47,770 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:50:47,808 basehttp 47595 6166523904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:51:47,825 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:51:54,581 basehttp 47595 6132871168 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27908 INFO 2025-09-12 00:51:54,593 basehttp 47595 13304360960 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-12 00:51:54,594 basehttp 47595 13338013696 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-12 00:51:54,596 basehttp 47595 13321187328 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-09-12 00:51:54,601 log 47595 6132871168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:51:54,602 basehttp 47595 6132871168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:51:54,602 basehttp 47595 13304360960 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-12 00:51:54,604 basehttp 47595 6149697536 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-12 00:51:54,605 basehttp 47595 13321187328 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-12 00:51:54,609 basehttp 47595 13304360960 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-12 00:51:54,610 basehttp 47595 6166523904 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-12 00:51:54,611 basehttp 47595 6149697536 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-12 00:51:54,613 basehttp 47595 13321187328 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-12 00:51:54,613 basehttp 47595 13304360960 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-12 00:51:54,613 basehttp 47595 6132871168 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-12 00:51:54,616 basehttp 47595 6166523904 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-12 00:51:54,617 basehttp 47595 13321187328 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-12 00:51:54,617 basehttp 47595 6132871168 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-12 00:51:54,617 basehttp 47595 13304360960 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-12 00:51:54,618 basehttp 47595 13338013696 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-12 00:51:54,619 basehttp 47595 13304360960 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-12 00:51:54,619 basehttp 47595 13338013696 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-12 00:51:54,619 basehttp 47595 6166523904 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-12 00:51:54,620 basehttp 47595 6132871168 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-12 00:51:54,620 basehttp 47595 13321187328 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-12 00:51:54,622 basehttp 47595 6149697536 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-12 00:51:54,622 basehttp 47595 6166523904 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-12 00:51:54,622 basehttp 47595 6132871168 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-12 00:51:54,623 basehttp 47595 13338013696 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-12 00:51:54,624 basehttp 47595 6149697536 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-12 00:51:54,624 basehttp 47595 13321187328 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-12 00:51:54,624 basehttp 47595 13304360960 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-12 00:51:54,624 basehttp 47595 13338013696 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-12 00:51:54,625 basehttp 47595 6132871168 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-12 00:51:54,918 basehttp 47595 6132871168 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-12 00:51:54,946 basehttp 47595 6132871168 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-12 00:51:54,960 basehttp 47595 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 00:51:55,263 log 47595 13338013696 Not Found: /favicon.ico WARNING 2025-09-12 00:51:55,264 basehttp 47595 13338013696 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-12 00:52:40,999 basehttp 47595 13338013696 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27892 WARNING 2025-09-12 00:52:41,011 log 47595 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:52:41,011 basehttp 47595 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:52:41,072 basehttp 47595 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:53:39,448 basehttp 47595 13338013696 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27892 INFO 2025-09-12 00:53:39,459 basehttp 47595 13304360960 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-12 00:53:39,460 basehttp 47595 13321187328 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-12 00:53:39,460 basehttp 47595 6166523904 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-12 00:53:39,466 basehttp 47595 13338013696 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-12 00:53:39,469 log 47595 6132871168 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-12 00:53:39,469 basehttp 47595 13304360960 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-12 00:53:39,469 basehttp 47595 6132871168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:53:39,470 basehttp 47595 13321187328 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-12 00:53:39,473 basehttp 47595 13338013696 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-12 00:53:39,474 basehttp 47595 13321187328 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-12 00:53:39,474 basehttp 47595 13304360960 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-12 00:53:39,475 basehttp 47595 6132871168 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-12 00:53:39,476 basehttp 47595 13338013696 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-12 00:53:39,479 basehttp 47595 6149697536 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-12 00:53:39,479 basehttp 47595 6132871168 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-12 00:53:39,480 basehttp 47595 13338013696 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-12 00:53:39,480 basehttp 47595 13321187328 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-12 00:53:39,482 basehttp 47595 6149697536 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-12 00:53:39,483 basehttp 47595 6149697536 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-12 00:53:39,484 basehttp 47595 6132871168 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-12 00:53:39,485 basehttp 47595 13338013696 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-12 00:53:39,485 basehttp 47595 6166523904 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-12 00:53:39,485 basehttp 47595 13321187328 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-12 00:53:39,485 basehttp 47595 13304360960 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-12 00:53:39,487 basehttp 47595 6132871168 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-12 00:53:39,487 basehttp 47595 6149697536 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-12 00:53:39,488 basehttp 47595 6166523904 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-12 00:53:39,488 basehttp 47595 13304360960 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-12 00:53:39,488 basehttp 47595 13338013696 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-12 00:53:39,489 basehttp 47595 6149697536 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-12 00:53:39,490 basehttp 47595 13321187328 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-12 00:53:39,490 basehttp 47595 6132871168 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-12 00:53:39,491 basehttp 47595 13338013696 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-12 00:53:39,600 basehttp 47595 13338013696 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-12 00:53:39,625 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:53:39,630 basehttp 47595 13338013696 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-12 00:53:39,730 log 47595 13338013696 Not Found: /favicon.ico WARNING 2025-09-12 00:53:39,730 basehttp 47595 13338013696 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-12 00:54:39,630 basehttp 47595 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:55:39,635 basehttp 47595 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:56:39,640 basehttp 47595 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:57:11,981 basehttp 47595 13338013696 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27905 WARNING 2025-09-12 00:57:11,996 log 47595 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:57:11,996 basehttp 47595 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:57:12,071 basehttp 47595 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:57:17,827 basehttp 47595 13338013696 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27905 INFO 2025-09-12 00:57:17,838 basehttp 47595 6149697536 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-12 00:57:17,839 basehttp 47595 13304360960 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-12 00:57:17,840 basehttp 47595 6166523904 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-12 00:57:17,844 basehttp 47595 6149697536 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-12 00:57:17,849 basehttp 47595 6132871168 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-12 00:57:17,851 log 47595 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:57:17,851 basehttp 47595 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:57:17,852 basehttp 47595 6166523904 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-12 00:57:17,853 basehttp 47595 6149697536 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-12 00:57:17,855 basehttp 47595 6132871168 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-12 00:57:17,856 basehttp 47595 6166523904 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-12 00:57:17,857 basehttp 47595 6149697536 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-12 00:57:17,857 basehttp 47595 13338013696 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-12 00:57:17,860 basehttp 47595 6132871168 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-12 00:57:17,861 basehttp 47595 6166523904 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-12 00:57:17,861 basehttp 47595 13338013696 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-12 00:57:17,863 basehttp 47595 6166523904 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-12 00:57:17,864 basehttp 47595 6149697536 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-12 00:57:17,864 basehttp 47595 13338013696 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-12 00:57:17,865 basehttp 47595 6132871168 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-12 00:57:17,867 basehttp 47595 6149697536 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-12 00:57:17,868 basehttp 47595 6166523904 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-12 00:57:17,868 basehttp 47595 13338013696 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-12 00:57:17,869 basehttp 47595 6132871168 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-12 00:57:17,871 basehttp 47595 13338013696 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-12 00:57:17,871 basehttp 47595 6149697536 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-12 00:57:17,871 basehttp 47595 6166523904 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-12 00:57:17,874 basehttp 47595 6132871168 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-12 00:57:17,874 basehttp 47595 6149697536 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-12 00:57:17,875 basehttp 47595 13338013696 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-12 00:57:17,875 basehttp 47595 6166523904 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-12 00:57:17,877 basehttp 47595 13321187328 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-12 00:57:17,877 basehttp 47595 13304360960 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-12 00:57:17,994 basehttp 47595 13304360960 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-12 00:57:18,013 basehttp 47595 13304360960 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-12 00:57:18,025 basehttp 47595 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 00:57:18,129 log 47595 13304360960 Not Found: /favicon.ico WARNING 2025-09-12 00:57:18,129 basehttp 47595 13304360960 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-12 00:58:18,029 basehttp 47595 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:58:29,015 basehttp 47595 13304360960 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27665 WARNING 2025-09-12 00:58:29,026 log 47595 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:58:29,026 basehttp 47595 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:58:29,089 basehttp 47595 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 00:58:32,734 log 47595 13304360960 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-12 00:58:32,734 basehttp 47595 13304360960 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&exclude_appointment=2115 HTTP/1.1" 400 95 INFO 2025-09-12 00:58:39,876 basehttp 47595 13304360960 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=6&exclude_appointment=2115 HTTP/1.1" 200 2180 INFO 2025-09-12 00:59:29,106 basehttp 47595 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:00:29,110 basehttp 47595 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:00:33,648 autoreload 47595 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-12 01:00:34,138 autoreload 61567 8682856640 Watching for file changes with StatReloader WARNING 2025-09-12 01:00:35,450 log 61567 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:00:35,450 basehttp 61567 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:00:35,467 log 61567 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:00:35,468 basehttp 61567 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:00:38,712 basehttp 61567 6325039104 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27643 INFO 2025-09-12 01:00:38,727 basehttp 61567 6375518208 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-12 01:00:38,728 log 61567 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-12 01:00:38,729 basehttp 61567 6392344576 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-12 01:00:38,730 basehttp 61567 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:00:38,733 basehttp 61567 6409170944 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-12 01:00:38,735 basehttp 61567 6325039104 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-12 01:00:38,736 basehttp 61567 6341865472 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-12 01:00:38,737 basehttp 61567 6409170944 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-12 01:00:38,740 basehttp 61567 6325039104 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-12 01:00:38,741 basehttp 61567 6392344576 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-12 01:00:38,741 basehttp 61567 6341865472 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-12 01:00:38,743 basehttp 61567 6409170944 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-12 01:00:38,745 basehttp 61567 6358691840 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-12 01:00:38,746 basehttp 61567 6325039104 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-12 01:00:38,746 basehttp 61567 6392344576 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-12 01:00:38,747 basehttp 61567 6409170944 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-12 01:00:38,750 basehttp 61567 6409170944 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-12 01:00:38,751 basehttp 61567 6341865472 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-12 01:00:38,751 basehttp 61567 6358691840 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-12 01:00:38,752 basehttp 61567 6392344576 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-12 01:00:38,752 basehttp 61567 6325039104 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-12 01:00:38,754 basehttp 61567 6409170944 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-12 01:00:38,755 basehttp 61567 6358691840 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-12 01:00:38,756 basehttp 61567 6392344576 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-12 01:00:38,758 basehttp 61567 6375518208 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-12 01:00:38,759 basehttp 61567 6392344576 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-12 01:00:38,759 basehttp 61567 6409170944 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-12 01:00:38,760 basehttp 61567 6358691840 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-12 01:00:38,760 basehttp 61567 6375518208 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-12 01:00:38,763 basehttp 61567 6341865472 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-12 01:00:38,763 basehttp 61567 6325039104 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-12 01:00:38,878 basehttp 61567 6325039104 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-12 01:00:38,905 basehttp 61567 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:00:38,911 basehttp 61567 6325039104 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-12 01:00:39,004 log 61567 6325039104 Not Found: /favicon.ico WARNING 2025-09-12 01:00:39,004 basehttp 61567 6325039104 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-12 01:00:49,414 basehttp 61567 6325039104 "GET /en/appointments/slots/available/?new_date=2025-09-23&new_provider=5&exclude_appointment=2115 HTTP/1.1" 200 2181 INFO 2025-09-12 01:01:38,916 basehttp 61567 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:02:38,907 basehttp 61567 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:02:45,484 autoreload 61567 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-12 01:02:45,948 autoreload 62492 8682856640 Watching for file changes with StatReloader INFO 2025-09-12 01:02:56,696 basehttp 62492 6168621056 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27643 INFO 2025-09-12 01:02:56,714 basehttp 62492 6219100160 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-12 01:02:56,715 basehttp 62492 6235926528 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-12 01:02:56,717 basehttp 62492 6252752896 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-12 01:02:56,719 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:02:56,720 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:02:56,722 basehttp 62492 6168621056 - Broken pipe from ('127.0.0.1', 50895) INFO 2025-09-12 01:02:56,722 basehttp 62492 6252752896 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-12 01:02:56,725 basehttp 62492 6235926528 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-12 01:02:56,725 basehttp 62492 6185447424 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-12 01:02:56,726 basehttp 62492 6269579264 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-12 01:02:56,728 basehttp 62492 6252752896 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-12 01:02:56,729 basehttp 62492 6235926528 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-12 01:02:56,732 basehttp 62492 6252752896 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-12 01:02:56,733 basehttp 62492 6185447424 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-12 01:02:56,734 basehttp 62492 6235926528 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-12 01:02:56,735 basehttp 62492 6269579264 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-12 01:02:56,736 basehttp 62492 6252752896 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-12 01:02:56,738 basehttp 62492 6185447424 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-12 01:02:56,739 basehttp 62492 6252752896 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-12 01:02:56,741 basehttp 62492 6235926528 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-12 01:02:56,742 basehttp 62492 6269579264 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-12 01:02:56,742 basehttp 62492 6185447424 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-12 01:02:56,743 basehttp 62492 6235926528 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-12 01:02:56,744 basehttp 62492 6252752896 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-12 01:02:56,745 basehttp 62492 6235926528 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-12 01:02:56,746 basehttp 62492 6269579264 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-12 01:02:56,746 basehttp 62492 6202273792 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-12 01:02:56,748 basehttp 62492 6252752896 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-12 01:02:56,748 basehttp 62492 6219100160 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-12 01:02:56,749 basehttp 62492 6202273792 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-12 01:02:56,749 basehttp 62492 6269579264 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-12 01:02:56,751 basehttp 62492 6185447424 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-12 01:02:56,871 basehttp 62492 6185447424 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-12 01:02:56,897 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:02:56,902 basehttp 62492 6185447424 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-12 01:02:56,995 log 62492 6185447424 Not Found: /favicon.ico WARNING 2025-09-12 01:02:56,995 basehttp 62492 6185447424 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-12 01:03:05,677 basehttp 62492 6185447424 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=5&exclude_appointment=2115 HTTP/1.1" 200 1794 INFO 2025-09-12 01:03:14,613 basehttp 62492 6185447424 "GET /en/appointments/requests/2115/detail/ HTTP/1.1" 200 21524 WARNING 2025-09-12 01:03:14,632 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:03:14,632 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:03:14,694 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 01:03:22,687 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:03:22,687 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:03:22,707 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:03:22,707 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:03:40,610 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:03:40,610 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:03:40,624 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:03:40,628 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:03:43,743 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:03:43,744 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:03:43,765 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:03:43,765 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:03:56,896 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:04:56,914 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:05:56,915 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:06:28,033 basehttp 62492 6185447424 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27643 WARNING 2025-09-12 01:06:28,045 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:06:28,045 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:06:28,082 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:06:31,302 basehttp 62492 6185447424 "GET /en/appointments/requests/ HTTP/1.1" 200 160348 WARNING 2025-09-12 01:06:31,315 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:06:31,315 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:06:32,454 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:06:32,454 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:06:32,468 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:06:32,468 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:06:33,036 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 01:06:33,038 log 62492 6269579264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:06:33,038 basehttp 62492 6269579264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:06:33,047 log 62492 6269579264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:06:33,047 basehttp 62492 6269579264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:06:34,165 basehttp 62492 6269579264 "GET /en/appointments/requests/2115/detail/ HTTP/1.1" 200 21632 WARNING 2025-09-12 01:06:34,182 log 62492 6269579264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:06:34,182 basehttp 62492 6269579264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:06:34,226 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:07:34,239 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:07:45,843 basehttp 62492 6269579264 "GET /en/appointments/requests/2115/detail/ HTTP/1.1" 200 21620 WARNING 2025-09-12 01:07:45,863 log 62492 6269579264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:07:45,863 basehttp 62492 6269579264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:07:45,905 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:08:24,581 basehttp 62492 6269579264 "GET /en/appointments/requests/2115/detail/ HTTP/1.1" 200 21633 WARNING 2025-09-12 01:08:24,597 log 62492 6269579264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:08:24,597 basehttp 62492 6269579264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:08:24,639 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:08:47,016 basehttp 62492 6269579264 "GET /en/appointments/requests/2115/detail/ HTTP/1.1" 200 21634 WARNING 2025-09-12 01:08:47,035 log 62492 6269579264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:08:47,036 basehttp 62492 6269579264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:08:47,078 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:09:47,082 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:10:47,096 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:11:47,087 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:12:47,098 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:13:47,111 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:13:48,530 basehttp 62492 6269579264 "GET /en/appointments/requests/2115/detail/ HTTP/1.1" 200 22274 WARNING 2025-09-12 01:13:48,547 log 62492 6269579264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:13:48,547 basehttp 62492 6269579264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:13:48,590 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:14:48,602 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:15:48,607 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:16:48,607 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:17:48,611 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:17:55,486 basehttp 62492 6269579264 "GET /en/appointments/requests/2115/detail/ HTTP/1.1" 200 24742 WARNING 2025-09-12 01:17:55,504 log 62492 6269579264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:17:55,505 basehttp 62492 6269579264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:17:55,548 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:18:54,640 basehttp 62492 6269579264 "GET /en/appointments/requests/2115/detail/ HTTP/1.1" 200 24681 WARNING 2025-09-12 01:18:54,667 log 62492 6269579264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:18:54,667 basehttp 62492 6269579264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:18:54,735 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:19:54,724 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 01:19:58,577 log 62492 6269579264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:19:58,577 basehttp 62492 6269579264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:20:07,356 log 62492 6269579264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:20:07,356 basehttp 62492 6269579264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:20:08,264 basehttp 62492 6269579264 "GET /en/appointments/requests/ HTTP/1.1" 200 160348 WARNING 2025-09-12 01:20:08,279 log 62492 6269579264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:20:08,279 basehttp 62492 6269579264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:20:08,333 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:21:08,361 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:22:08,515 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:23:09,501 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:24:10,505 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:25:11,635 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:26:12,647 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:27:14,642 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:28:38,631 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:28:42,462 basehttp 62492 6168621056 "GET /en/appointments/requests/ HTTP/1.1" 200 161135 INFO 2025-09-12 01:28:42,473 basehttp 62492 6168621056 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-12 01:28:42,474 basehttp 62492 6185447424 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-12 01:28:42,478 log 62492 6202273792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:28:42,478 basehttp 62492 6202273792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:29:53,410 basehttp 62492 6202273792 "GET /en/appointments/requests/ HTTP/1.1" 200 161052 INFO 2025-09-12 01:29:53,424 basehttp 62492 6202273792 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 WARNING 2025-09-12 01:29:53,428 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:29:53,428 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:29:53,501 log 62492 6185447424 Not Found: /en/appointments/requests/question WARNING 2025-09-12 01:29:53,501 basehttp 62492 6185447424 "GET /en/appointments/requests/question HTTP/1.1" 404 43685 INFO 2025-09-12 01:29:58,099 basehttp 62492 6185447424 "GET /en/appointments/requests/ HTTP/1.1" 200 161052 WARNING 2025-09-12 01:29:58,116 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:29:58,116 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:29:58,170 log 62492 6185447424 Not Found: /en/appointments/requests/question WARNING 2025-09-12 01:29:58,170 basehttp 62492 6185447424 "GET /en/appointments/requests/question HTTP/1.1" 404 43685 INFO 2025-09-12 01:30:06,016 basehttp 62492 6185447424 "GET /en/appointments/requests/ HTTP/1.1" 200 161052 INFO 2025-09-12 01:30:06,026 basehttp 62492 6219100160 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-12 01:30:06,027 basehttp 62492 6235926528 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-12 01:30:06,031 basehttp 62492 6252752896 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-12 01:30:06,033 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:30:06,034 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:30:06,036 basehttp 62492 6252752896 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 INFO 2025-09-12 01:30:06,038 basehttp 62492 6202273792 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-12 01:30:06,039 basehttp 62492 6235926528 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-12 01:30:06,047 basehttp 62492 6202273792 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-12 01:30:06,047 basehttp 62492 6252752896 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-12 01:30:06,048 basehttp 62492 6235926528 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-12 01:30:06,048 basehttp 62492 6185447424 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-12 01:30:06,051 basehttp 62492 6168621056 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-12 01:30:06,052 basehttp 62492 6202273792 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-12 01:30:06,053 basehttp 62492 6219100160 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-12 01:30:06,056 basehttp 62492 6185447424 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-12 01:30:06,056 basehttp 62492 6235926528 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-12 01:30:06,057 basehttp 62492 6168621056 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-12 01:30:06,058 basehttp 62492 6168621056 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-12 01:30:06,058 basehttp 62492 6235926528 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-12 01:30:06,059 basehttp 62492 6252752896 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-12 01:30:06,060 basehttp 62492 6202273792 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-12 01:30:06,061 basehttp 62492 6219100160 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-12 01:30:06,061 basehttp 62492 6185447424 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-12 01:30:06,062 basehttp 62492 6235926528 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-12 01:30:06,062 basehttp 62492 6168621056 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-12 01:30:06,062 basehttp 62492 6252752896 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-12 01:30:06,064 basehttp 62492 6219100160 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-12 01:30:06,064 basehttp 62492 6252752896 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-12 01:30:06,064 basehttp 62492 6235926528 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-12 01:30:06,067 basehttp 62492 6185447424 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-12 01:30:06,068 basehttp 62492 6202273792 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-12 01:30:06,239 basehttp 62492 6202273792 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-12 01:30:06,264 basehttp 62492 6202273792 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-12 01:30:06,281 log 62492 6202273792 Not Found: /en/appointments/requests/question WARNING 2025-09-12 01:30:06,281 basehttp 62492 6202273792 "GET /en/appointments/requests/question HTTP/1.1" 404 43685 WARNING 2025-09-12 01:30:06,356 log 62492 6202273792 Not Found: /favicon.ico WARNING 2025-09-12 01:30:06,356 basehttp 62492 6202273792 "GET /favicon.ico HTTP/1.1" 404 2557 WARNING 2025-09-12 01:31:06,636 log 62492 6202273792 Not Found: /en/appointments/requests/question WARNING 2025-09-12 01:31:06,637 basehttp 62492 6202273792 "GET /en/appointments/requests/question HTTP/1.1" 404 43685 WARNING 2025-09-12 01:32:07,649 log 62492 6202273792 Not Found: /en/appointments/requests/question WARNING 2025-09-12 01:32:07,650 basehttp 62492 6202273792 "GET /en/appointments/requests/question HTTP/1.1" 404 43685 WARNING 2025-09-12 01:33:08,635 log 62492 6202273792 Not Found: /en/appointments/requests/question WARNING 2025-09-12 01:33:08,635 basehttp 62492 6202273792 "GET /en/appointments/requests/question HTTP/1.1" 404 43685 WARNING 2025-09-12 01:34:09,651 log 62492 6202273792 Not Found: /en/appointments/requests/question WARNING 2025-09-12 01:34:09,651 basehttp 62492 6202273792 "GET /en/appointments/requests/question HTTP/1.1" 404 43685 WARNING 2025-09-12 01:35:10,651 log 62492 6202273792 Not Found: /en/appointments/requests/question WARNING 2025-09-12 01:35:10,651 basehttp 62492 6202273792 "GET /en/appointments/requests/question HTTP/1.1" 404 43685 WARNING 2025-09-12 01:36:11,640 log 62492 6202273792 Not Found: /en/appointments/requests/question WARNING 2025-09-12 01:36:11,641 basehttp 62492 6202273792 "GET /en/appointments/requests/question HTTP/1.1" 404 43685 INFO 2025-09-12 01:37:03,834 basehttp 62492 6202273792 "GET /en/appointments/requests/ HTTP/1.1" 200 164693 WARNING 2025-09-12 01:37:03,856 log 62492 6202273792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:37:03,857 basehttp 62492 6202273792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:37:03,934 log 62492 6202273792 Not Found: /en/appointments/requests/question WARNING 2025-09-12 01:37:03,934 basehttp 62492 6202273792 "GET /en/appointments/requests/question HTTP/1.1" 404 43685 INFO 2025-09-12 01:37:08,439 basehttp 62492 6202273792 "GET /en/appointments/requests/ HTTP/1.1" 200 164693 INFO 2025-09-12 01:37:08,450 basehttp 62492 6219100160 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-12 01:37:08,452 basehttp 62492 6252752896 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-12 01:37:08,455 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-12 01:37:08,456 basehttp 62492 6235926528 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-12 01:37:08,456 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:37:08,457 basehttp 62492 6202273792 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-12 01:37:08,463 basehttp 62492 6235926528 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 INFO 2025-09-12 01:37:08,464 basehttp 62492 6219100160 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-12 01:37:08,464 basehttp 62492 6185447424 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-12 01:37:08,467 basehttp 62492 6252752896 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-12 01:37:08,473 basehttp 62492 6252752896 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-12 01:37:08,473 basehttp 62492 6219100160 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-12 01:37:08,474 basehttp 62492 6202273792 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-12 01:37:08,474 basehttp 62492 6168621056 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-12 01:37:08,475 basehttp 62492 6185447424 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-12 01:37:08,477 basehttp 62492 6235926528 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-12 01:37:08,482 basehttp 62492 6219100160 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-12 01:37:08,483 basehttp 62492 6168621056 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-12 01:37:08,484 basehttp 62492 6252752896 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-12 01:37:08,484 basehttp 62492 6202273792 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-12 01:37:08,484 basehttp 62492 6235926528 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-12 01:37:08,485 basehttp 62492 6185447424 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-12 01:37:08,485 basehttp 62492 6219100160 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-12 01:37:08,486 basehttp 62492 6252752896 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-12 01:37:08,486 basehttp 62492 6168621056 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-12 01:37:08,487 basehttp 62492 6202273792 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-12 01:37:08,488 basehttp 62492 6235926528 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-12 01:37:08,490 basehttp 62492 6252752896 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-12 01:37:08,490 basehttp 62492 6185447424 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-12 01:37:08,490 basehttp 62492 6202273792 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-12 01:37:08,491 basehttp 62492 6235926528 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-12 01:37:08,491 basehttp 62492 6219100160 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-12 01:37:08,491 basehttp 62492 6168621056 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-12 01:37:08,717 basehttp 62492 6168621056 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-12 01:37:08,731 log 62492 6168621056 Not Found: /en/appointments/requests/question WARNING 2025-09-12 01:37:08,731 basehttp 62492 6168621056 "GET /en/appointments/requests/question HTTP/1.1" 404 43685 WARNING 2025-09-12 01:37:08,849 log 62492 6168621056 Not Found: /favicon.ico WARNING 2025-09-12 01:37:08,850 basehttp 62492 6168621056 "GET /favicon.ico HTTP/1.1" 404 2557 WARNING 2025-09-12 01:37:16,217 log 62492 6168621056 Not Found: /en/appointments/requests/question WARNING 2025-09-12 01:37:16,217 basehttp 62492 6168621056 "GET /en/appointments/requests/question HTTP/1.1" 404 43685 INFO 2025-09-12 01:37:56,346 basehttp 62492 6168621056 "GET /en/appointments/requests/ HTTP/1.1" 200 164249 WARNING 2025-09-12 01:37:56,362 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:37:56,362 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:37:56,445 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:38:52,263 basehttp 62492 6168621056 "GET /en/appointments/requests/ HTTP/1.1" 200 160443 INFO 2025-09-12 01:38:52,275 basehttp 62492 6202273792 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-12 01:38:52,275 basehttp 62492 6252752896 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-12 01:38:52,278 basehttp 62492 6185447424 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-12 01:38:52,283 basehttp 62492 6252752896 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-12 01:38:52,284 basehttp 62492 6185447424 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 WARNING 2025-09-12 01:38:52,286 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:38:52,287 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:38:52,288 basehttp 62492 6235926528 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-12 01:38:52,289 basehttp 62492 6185447424 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-12 01:38:52,291 basehttp 62492 6252752896 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-12 01:38:52,292 basehttp 62492 6235926528 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-12 01:38:52,292 basehttp 62492 6185447424 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-12 01:38:52,294 basehttp 62492 6168621056 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-12 01:38:52,294 basehttp 62492 6235926528 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-12 01:38:52,296 basehttp 62492 6252752896 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-12 01:38:52,296 basehttp 62492 6185447424 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-12 01:38:52,297 basehttp 62492 6235926528 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-12 01:38:52,297 basehttp 62492 6168621056 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-12 01:38:52,297 basehttp 62492 6185447424 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-12 01:38:52,299 basehttp 62492 6219100160 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-12 01:38:52,299 basehttp 62492 6202273792 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-12 01:38:52,301 basehttp 62492 6185447424 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-12 01:38:52,301 basehttp 62492 6252752896 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-12 01:38:52,302 basehttp 62492 6168621056 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-12 01:38:52,302 basehttp 62492 6235926528 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-12 01:38:52,304 basehttp 62492 6219100160 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-12 01:38:52,306 basehttp 62492 6185447424 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-12 01:38:52,306 basehttp 62492 6252752896 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-12 01:38:52,306 basehttp 62492 6202273792 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-12 01:38:52,306 basehttp 62492 6168621056 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-12 01:38:52,307 basehttp 62492 6235926528 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-12 01:38:52,307 basehttp 62492 6219100160 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-12 01:38:52,437 basehttp 62492 6219100160 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-12 01:38:52,456 basehttp 62492 6219100160 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-12 01:38:52,470 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 01:38:52,562 log 62492 6219100160 Not Found: /favicon.ico WARNING 2025-09-12 01:38:52,562 basehttp 62492 6219100160 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-12 01:38:56,837 basehttp 62492 6219100160 "GET /en/appointments/requests/2100/detail/ HTTP/1.1" 200 24772 WARNING 2025-09-12 01:38:56,857 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:38:56,857 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:38:56,921 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 01:39:01,782 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:39:01,782 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:39:01,794 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:39:01,794 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:39:52,473 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:40:52,526 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:41:52,557 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:42:52,531 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:43:32,399 basehttp 62492 6219100160 "GET /en/appointments/requests/ HTTP/1.1" 200 160678 WARNING 2025-09-12 01:43:32,418 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:43:32,418 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:43:32,470 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:44:16,781 basehttp 62492 6219100160 "GET /en/appointments/requests/ HTTP/1.1" 200 160675 WARNING 2025-09-12 01:44:16,795 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:44:16,795 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:44:16,843 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:45:16,859 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:46:16,852 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:47:16,859 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:48:16,862 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:49:16,867 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:50:16,872 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:50:31,528 basehttp 62492 6219100160 "GET /en/appointments/requests/ HTTP/1.1" 200 155413 WARNING 2025-09-12 01:50:31,547 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:50:31,547 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:50:31,599 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:50:35,571 basehttp 62492 6219100160 "GET /en/appointments/requests/2110/detail/ HTTP/1.1" 200 24790 WARNING 2025-09-12 01:50:35,585 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:50:35,585 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:50:35,622 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 01:50:40,407 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:50:40,407 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:50:40,417 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:50:40,417 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:50:45,364 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:50:45,364 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:50:45,377 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:50:45,377 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:50:47,037 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:50:47,038 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:50:47,052 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:50:47,052 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:50:48,139 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:50:48,139 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:50:48,153 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:50:48,153 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:50:50,200 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:50:50,200 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:50:50,213 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:50:50,214 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:50:52,502 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:50:52,502 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:50:52,511 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:50:52,511 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:51:27,715 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:51:27,715 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:51:27,741 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:51:27,741 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:51:31,605 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 01:51:42,565 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:51:42,566 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:51:42,567 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 01:51:42,580 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:51:42,580 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:52:17,070 basehttp 62492 6168621056 "GET /en/appointments/requests/2110/detail/ HTTP/1.1" 200 24790 WARNING 2025-09-12 01:52:17,081 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:52:17,081 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:52:17,120 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 01:52:18,543 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:52:18,543 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:52:18,551 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:52:18,551 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:52:19,802 basehttp 62492 6168621056 "GET /en/appointments/requests/ HTTP/1.1" 200 155392 WARNING 2025-09-12 01:52:19,815 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:52:19,815 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:52:19,863 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:52:43,003 basehttp 62492 6168621056 "GET /en/appointments/requests/ HTTP/1.1" 200 155385 WARNING 2025-09-12 01:52:43,019 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:52:43,019 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:52:43,066 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:53:43,071 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:53:49,777 basehttp 62492 6168621056 "GET /en/appointments/requests/ HTTP/1.1" 200 155385 WARNING 2025-09-12 01:53:49,795 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:53:49,796 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:53:49,858 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:53:52,696 basehttp 62492 6168621056 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27718 WARNING 2025-09-12 01:53:52,712 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:53:52,712 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:53:52,755 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:54:20,696 basehttp 62492 6168621056 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27732 WARNING 2025-09-12 01:54:20,707 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:54:20,707 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:54:20,752 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 01:54:25,438 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:54:25,438 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:54:25,447 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:54:25,448 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:54:26,328 basehttp 62492 6168621056 "GET /en/appointments/requests/ HTTP/1.1" 200 155385 WARNING 2025-09-12 01:54:26,345 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:54:26,345 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:54:26,400 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:55:26,417 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:55:27,590 basehttp 62492 6168621056 "GET /en/appointments/requests/ HTTP/1.1" 200 155495 WARNING 2025-09-12 01:55:27,640 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:55:27,640 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:55:27,656 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:56:27,695 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:57:27,689 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:57:29,396 basehttp 62492 6168621056 "GET /en/appointments/ HTTP/1.1" 200 57564 WARNING 2025-09-12 01:57:29,413 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:57:29,413 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:57:29,448 basehttp 62492 6168621056 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 01:57:31,521 basehttp 62492 6168621056 "GET /en/appointments/ HTTP/1.1" 200 57564 WARNING 2025-09-12 01:57:31,538 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:57:31,538 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:57:31,589 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:57:31,604 basehttp 62492 6185447424 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 01:58:01,597 basehttp 62492 6185447424 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 01:58:31,611 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:58:31,629 basehttp 62492 6168621056 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 01:59:01,624 basehttp 62492 6168621056 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 01:59:27,750 basehttp 62492 6168621056 "GET /en/appointments/ HTTP/1.1" 200 57810 WARNING 2025-09-12 01:59:27,764 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:59:27,765 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:59:27,816 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:59:27,829 basehttp 62492 6185447424 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 01:59:57,827 basehttp 62492 6185447424 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 02:00:00,582 basehttp 62492 6185447424 "GET /en/appointments/ HTTP/1.1" 200 57725 WARNING 2025-09-12 02:00:00,599 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:00:00,599 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 02:00:00,654 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:00:00,668 basehttp 62492 6168621056 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 02:00:30,661 basehttp 62492 6168621056 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 02:00:40,852 basehttp 62492 6168621056 "GET /en/appointments/ HTTP/1.1" 200 57712 WARNING 2025-09-12 02:00:40,865 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:00:40,865 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 02:00:40,914 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:00:40,938 basehttp 62492 6185447424 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 02:01:10,941 basehttp 62492 6185447424 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 02:01:21,521 basehttp 62492 6185447424 "GET /en/appointments/ HTTP/1.1" 200 57724 WARNING 2025-09-12 02:01:21,538 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:01:21,538 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 02:01:21,593 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:01:21,607 basehttp 62492 6168621056 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 02:01:31,644 basehttp 62492 6168621056 "GET /en/appointments/calendar/ HTTP/1.1" 200 21443 WARNING 2025-09-12 02:01:31,661 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:01:31,661 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 02:01:31,717 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 02:01:31,720 log 62492 6202273792 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-12 02:01:31,721 basehttp 62492 6202273792 "GET /en/appointments/slots/available/ HTTP/1.1" 400 95 INFO 2025-09-12 02:01:31,761 basehttp 62492 6185447424 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 54693 WARNING 2025-09-12 02:01:51,219 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:01:51,219 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 02:01:51,230 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:01:51,230 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 02:01:51,607 basehttp 62492 6185447424 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 02:02:07,154 basehttp 62492 6185447424 "GET /en/appointments/requests/ HTTP/1.1" 200 155495 WARNING 2025-09-12 02:02:07,170 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:02:07,170 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 02:02:07,224 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:02:16,045 basehttp 62492 6185447424 "GET /en/appointments/requests/2110/detail/ HTTP/1.1" 200 24790 WARNING 2025-09-12 02:02:16,067 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:02:16,068 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 02:02:16,111 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:03:16,136 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:03:47,089 basehttp 62492 6185447424 "GET /en/appointments/requests/2110/detail/ HTTP/1.1" 200 24790 WARNING 2025-09-12 02:03:47,107 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:03:47,107 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 02:03:47,151 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:03:51,125 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 02:03:51,127 log 62492 6202273792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:03:51,127 basehttp 62492 6202273792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 02:03:51,138 log 62492 6202273792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:03:51,138 basehttp 62492 6202273792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 02:03:52,335 basehttp 62492 6202273792 "GET /en/appointments/requests/ HTTP/1.1" 200 155495 WARNING 2025-09-12 02:03:52,352 log 62492 6202273792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:03:52,352 basehttp 62492 6202273792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 02:03:52,412 basehttp 62492 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:04:25,837 basehttp 62492 6202273792 "GET /en/appointments/requests/ HTTP/1.1" 200 155501 WARNING 2025-09-12 02:04:25,853 log 62492 6202273792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:04:25,853 basehttp 62492 6202273792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 02:04:25,902 basehttp 62492 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:05:13,714 basehttp 62492 6202273792 "GET /en/appointments/requests/ HTTP/1.1" 200 155501 WARNING 2025-09-12 02:05:13,731 log 62492 6202273792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:05:13,731 basehttp 62492 6202273792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 02:05:13,781 basehttp 62492 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:06:13,783 basehttp 62492 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:06:15,198 basehttp 62492 6202273792 "GET /en/appointments/requests/ HTTP/1.1" 200 155518 WARNING 2025-09-12 02:06:15,209 log 62492 6202273792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:06:15,210 basehttp 62492 6202273792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 02:06:15,261 basehttp 62492 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:06:40,155 basehttp 62492 6202273792 "GET /en/appointments/requests/ HTTP/1.1" 200 155514 WARNING 2025-09-12 02:06:40,171 log 62492 6202273792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:06:40,171 basehttp 62492 6202273792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 02:06:40,231 basehttp 62492 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 02:07:18,420 log 62492 6202273792 Not Found: /en/appointments/requests/create WARNING 2025-09-12 02:07:18,421 basehttp 62492 6202273792 "GET /en/appointments/requests/create HTTP/1.1" 404 43679 INFO 2025-09-12 02:07:40,243 basehttp 62492 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:07:46,904 basehttp 62492 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:07:46,927 basehttp 62492 6185447424 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 02:08:07,177 basehttp 62492 6185447424 "GET /en/appointments/queue/ HTTP/1.1" 200 31130 INFO 2025-09-12 02:08:07,262 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:08:07,311 basehttp 62492 6202273792 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:08:07,315 basehttp 62492 6219100160 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:08:07,315 basehttp 62492 6252752896 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:08:07,317 basehttp 62492 6185447424 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:08:07,317 basehttp 62492 6235926528 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:08:07,317 basehttp 62492 6168621056 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:09:07,285 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:09:07,292 basehttp 62492 6219100160 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:09:07,292 basehttp 62492 6185447424 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:09:07,293 basehttp 62492 6235926528 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:09:07,294 basehttp 62492 6252752896 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:09:07,295 basehttp 62492 6202273792 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:09:07,301 basehttp 62492 6168621056 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:09:40,994 basehttp 62492 6168621056 "GET /en/appointments/queue/ HTTP/1.1" 200 31251 INFO 2025-09-12 02:09:41,067 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:09:41,105 basehttp 62492 6202273792 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:09:41,109 basehttp 62492 6168621056 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:09:41,109 basehttp 62492 6252752896 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:09:41,110 basehttp 62492 6185447424 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:09:41,110 basehttp 62492 6235926528 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:09:41,111 basehttp 62492 6219100160 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:10:41,110 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:10:41,125 basehttp 62492 6252752896 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:10:41,127 basehttp 62492 6168621056 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:10:41,130 basehttp 62492 6235926528 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:10:41,132 basehttp 62492 6202273792 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:10:41,132 basehttp 62492 6185447424 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:10:41,136 basehttp 62492 6219100160 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:11:09,696 basehttp 62492 6219100160 "GET /en/appointments/queue/ HTTP/1.1" 200 31239 INFO 2025-09-12 02:11:09,792 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:11:09,805 basehttp 62492 6185447424 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:11:09,807 basehttp 62492 6235926528 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:11:09,813 basehttp 62492 6252752896 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:11:09,813 basehttp 62492 6168621056 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:11:09,813 basehttp 62492 6202273792 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:11:09,818 basehttp 62492 6219100160 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:12:09,808 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:12:09,828 basehttp 62492 6235926528 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:12:09,828 basehttp 62492 6252752896 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:12:09,830 basehttp 62492 6202273792 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:12:09,831 basehttp 62492 6168621056 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:12:09,832 basehttp 62492 6185447424 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:12:09,833 basehttp 62492 6219100160 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:13:09,812 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:13:09,832 basehttp 62492 6168621056 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:13:09,833 basehttp 62492 6235926528 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:13:09,835 basehttp 62492 6185447424 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:13:09,835 basehttp 62492 6252752896 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:13:09,836 basehttp 62492 6202273792 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:13:09,837 basehttp 62492 6219100160 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:14:09,819 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:14:09,830 basehttp 62492 6235926528 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:14:09,831 basehttp 62492 6168621056 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:14:09,835 basehttp 62492 6185447424 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:14:09,835 basehttp 62492 6202273792 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:14:09,837 basehttp 62492 6252752896 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:14:09,840 basehttp 62492 6219100160 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:15:09,828 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:15:09,839 basehttp 62492 6168621056 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:15:09,840 basehttp 62492 6235926528 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:15:09,841 basehttp 62492 6185447424 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:15:09,843 basehttp 62492 6202273792 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:15:09,845 basehttp 62492 6252752896 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:15:09,847 basehttp 62492 6219100160 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:16:09,824 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:16:09,831 basehttp 62492 6235926528 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:16:09,839 basehttp 62492 6168621056 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:16:09,842 basehttp 62492 6202273792 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:16:09,842 basehttp 62492 6252752896 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:16:09,844 basehttp 62492 6185447424 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:16:09,845 basehttp 62492 6219100160 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:17:09,832 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:17:09,849 basehttp 62492 6235926528 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:17:09,853 basehttp 62492 6252752896 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:17:09,853 basehttp 62492 6185447424 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:17:09,855 basehttp 62492 6168621056 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:17:09,856 basehttp 62492 6202273792 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:17:09,860 basehttp 62492 6219100160 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:18:09,843 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:18:09,852 basehttp 62492 6168621056 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:18:09,857 basehttp 62492 6202273792 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:18:09,857 basehttp 62492 6185447424 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:18:09,859 basehttp 62492 6252752896 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:18:09,860 basehttp 62492 6235926528 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:18:09,863 basehttp 62492 6219100160 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:19:09,846 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:19:09,855 basehttp 62492 6235926528 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:19:09,859 basehttp 62492 6168621056 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:19:09,861 basehttp 62492 6202273792 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:19:09,862 basehttp 62492 6185447424 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:19:09,862 basehttp 62492 6252752896 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:19:09,868 basehttp 62492 6219100160 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:20:09,817 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:20:09,849 basehttp 62492 6252752896 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:20:09,852 basehttp 62492 6185447424 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:20:09,857 basehttp 62492 6168621056 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:20:09,857 basehttp 62492 6202273792 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:20:09,858 basehttp 62492 6235926528 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:20:09,858 basehttp 62492 6219100160 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:21:09,818 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:21:09,857 basehttp 62492 6185447424 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:21:09,858 basehttp 62492 6235926528 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:21:09,859 basehttp 62492 6168621056 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:21:09,860 basehttp 62492 6219100160 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:21:09,861 basehttp 62492 6252752896 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:21:09,863 basehttp 62492 6202273792 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:22:09,838 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:22:09,864 basehttp 62492 6252752896 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:22:09,865 basehttp 62492 6202273792 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:22:09,867 basehttp 62492 6235926528 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:22:09,869 basehttp 62492 6219100160 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:22:09,869 basehttp 62492 6185447424 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:22:09,870 basehttp 62492 6168621056 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:23:09,851 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:23:09,880 basehttp 62492 6219100160 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:23:09,889 basehttp 62492 6235926528 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:23:09,892 basehttp 62492 6202273792 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:23:09,892 basehttp 62492 6252752896 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:23:09,894 basehttp 62492 6185447424 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:23:09,895 basehttp 62492 6168621056 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:23:24,537 basehttp 62492 6168621056 "GET /en/appointments/queue/ HTTP/1.1" 200 34164 INFO 2025-09-12 02:23:24,593 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:23:24,597 basehttp 62492 6185447424 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:23:24,600 basehttp 62492 6202273792 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:23:24,619 basehttp 62492 6235926528 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:23:24,625 basehttp 62492 6252752896 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:23:24,627 basehttp 62492 6219100160 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:23:24,628 basehttp 62492 6168621056 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:23:57,794 basehttp 62492 6168621056 "GET /en/appointments/queue/ HTTP/1.1" 200 34218 INFO 2025-09-12 02:23:57,882 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:23:57,900 basehttp 62492 6202273792 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:23:57,903 basehttp 62492 6252752896 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:23:57,903 basehttp 62492 6185447424 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:23:57,905 basehttp 62492 6235926528 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:23:57,907 basehttp 62492 6219100160 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:23:57,908 basehttp 62492 6168621056 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:24:57,906 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:24:57,915 basehttp 62492 6219100160 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:24:57,917 basehttp 62492 6202273792 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:24:57,918 basehttp 62492 6252752896 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:24:57,918 basehttp 62492 6185447424 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:24:57,921 basehttp 62492 6235926528 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:24:57,924 basehttp 62492 6168621056 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:25:06,412 basehttp 62492 6168621056 "GET /en/appointments/queue/ HTTP/1.1" 200 34590 INFO 2025-09-12 02:25:06,497 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:25:06,529 basehttp 62492 6168621056 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:25:06,529 basehttp 62492 6252752896 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:25:06,529 basehttp 62492 6235926528 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:25:06,530 basehttp 62492 6219100160 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:25:06,532 basehttp 62492 6185447424 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:25:06,532 basehttp 62492 6202273792 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:25:53,763 basehttp 62492 6202273792 "GET /en/appointments/queue/ HTTP/1.1" 200 35556 INFO 2025-09-12 02:25:53,862 basehttp 62492 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:25:53,874 basehttp 62492 6252752896 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:25:53,878 basehttp 62492 6185447424 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:25:53,878 basehttp 62492 6168621056 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:25:53,878 basehttp 62492 6219100160 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:25:53,879 basehttp 62492 6235926528 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:25:53,886 basehttp 62492 6202273792 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:26:09,792 basehttp 62492 6202273792 "GET /en/appointments/queue/ HTTP/1.1" 200 35556 INFO 2025-09-12 02:26:09,856 basehttp 62492 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:26:09,890 basehttp 62492 6235926528 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:26:09,891 basehttp 62492 6168621056 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:26:09,892 basehttp 62492 6252752896 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:26:09,892 basehttp 62492 6219100160 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:26:09,894 basehttp 62492 6185447424 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:26:09,895 basehttp 62492 6202273792 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:27:09,899 basehttp 62492 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:27:09,910 basehttp 62492 6219100160 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:27:09,910 basehttp 62492 6185447424 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:27:09,912 basehttp 62492 6168621056 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:27:09,915 basehttp 62492 6235926528 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:27:09,917 basehttp 62492 6252752896 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:27:09,920 basehttp 62492 6202273792 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:28:09,921 basehttp 62492 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:28:09,942 basehttp 62492 6185447424 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:28:09,943 basehttp 62492 6235926528 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:28:09,944 basehttp 62492 6219100160 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:28:09,946 basehttp 62492 6252752896 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:28:09,949 basehttp 62492 6168621056 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:28:09,950 basehttp 62492 6202273792 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:28:17,132 basehttp 62492 6202273792 "GET / HTTP/1.1" 302 0 INFO 2025-09-12 02:28:17,154 basehttp 62492 6168621056 "GET /en/ HTTP/1.1" 200 47972 INFO 2025-09-12 02:28:17,219 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:28:17,220 basehttp 62492 6235926528 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-12 02:28:17,221 basehttp 62492 6219100160 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 02:28:17,222 basehttp 62492 6252752896 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:28:47,202 basehttp 62492 6252752896 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:29:17,228 basehttp 62492 6219100160 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 02:29:17,230 basehttp 62492 6252752896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:29:17,231 basehttp 62492 6235926528 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:29:47,201 basehttp 62492 6235926528 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:30:17,235 basehttp 62492 6252752896 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 02:30:17,235 basehttp 62492 6235926528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:30:17,237 basehttp 62492 6219100160 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:30:47,204 basehttp 62492 6219100160 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:31:17,225 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:31:17,226 basehttp 62492 6252752896 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 02:31:17,227 basehttp 62492 6235926528 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:31:47,222 basehttp 62492 6235926528 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:32:17,229 basehttp 62492 6235926528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:32:17,231 basehttp 62492 6219100160 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 02:32:17,232 basehttp 62492 6252752896 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:32:47,222 basehttp 62492 6252752896 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:33:17,237 basehttp 62492 6252752896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:33:17,237 basehttp 62492 6219100160 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 02:33:17,239 basehttp 62492 6235926528 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:33:47,232 basehttp 62492 6235926528 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:34:17,229 basehttp 62492 6235926528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:34:17,229 basehttp 62492 6252752896 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 02:34:17,231 basehttp 62492 6219100160 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:34:47,236 basehttp 62492 6219100160 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:35:11,921 autoreload 62492 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-09-12 02:35:12,452 autoreload 4209 8682856640 Watching for file changes with StatReloader INFO 2025-09-12 02:35:12,851 basehttp 4209 6193262592 "GET /en/ HTTP/1.1" 200 47860 INFO 2025-09-12 02:35:12,914 basehttp 4209 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:35:12,917 basehttp 4209 6243741696 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-12 02:35:12,918 basehttp 4209 6226915328 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 02:35:12,920 basehttp 4209 6210088960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:35:42,906 basehttp 4209 6210088960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 ERROR 2025-09-12 02:36:12,201 log 4209 6210088960 Internal Server Error: /en/system-configuration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: core/system_configuration.html, core/systemconfiguration_list.html ERROR 2025-09-12 02:36:12,202 basehttp 4209 6210088960 "GET /en/system-configuration/ HTTP/1.1" 500 104632 INFO 2025-09-12 02:38:50,862 autoreload 4209 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-09-12 02:38:51,372 autoreload 5842 8682856640 Watching for file changes with StatReloader ERROR 2025-09-12 02:38:52,024 log 5842 6192115712 Internal Server Error: /en/system-configuration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: core/system_configuration.html, core/systemconfiguration_list.html ERROR 2025-09-12 02:38:52,025 basehttp 5842 6192115712 "GET /en/system-configuration/ HTTP/1.1" 500 104769 INFO 2025-09-12 02:39:06,236 autoreload 5842 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-09-12 02:39:06,592 autoreload 5930 8682856640 Watching for file changes with StatReloader INFO 2025-09-12 02:39:07,170 basehttp 5930 6157791232 "GET /en/system-configuration/ HTTP/1.1" 200 58675 INFO 2025-09-12 02:39:07,220 basehttp 5930 6157791232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:39:31,103 basehttp 5930 6157791232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:39:31,108 basehttp 5930 6174617600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 02:39:31,109 basehttp 5930 6191443968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:40:01,082 basehttp 5930 6191443968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:40:31,103 basehttp 5930 6174617600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 02:40:31,103 basehttp 5930 6191443968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:40:31,106 basehttp 5930 6157791232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:41:01,088 basehttp 5930 6157791232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:41:07,197 basehttp 5930 6157791232 "GET /en/appointments/ HTTP/1.1" 200 57723 INFO 2025-09-12 02:41:07,249 basehttp 5930 6157791232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:41:07,263 basehttp 5930 6174617600 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 02:41:37,214 basehttp 5930 6174617600 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 02:42:07,217 basehttp 5930 6174617600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:42:07,236 basehttp 5930 6157791232 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 02:42:37,231 basehttp 5930 6157791232 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 02:42:57,387 autoreload 5930 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-12 02:42:57,707 autoreload 7650 8682856640 Watching for file changes with StatReloader INFO 2025-09-12 02:43:07,299 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:43:07,312 basehttp 7650 6182285312 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 02:43:30,327 basehttp 7650 6182285312 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34983 INFO 2025-09-12 02:43:30,339 basehttp 7650 6182285312 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-12 02:43:30,339 basehttp 7650 6165458944 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-12 02:43:30,340 basehttp 7650 6232764416 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-12 02:43:30,340 basehttp 7650 6199111680 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-09-12 02:43:30,342 basehttp 7650 6232764416 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-09-12 02:43:30,342 basehttp 7650 6249590784 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-12 02:43:30,343 basehttp 7650 6182285312 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-12 02:43:30,343 basehttp 7650 6199111680 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-09-12 02:43:30,343 basehttp 7650 6215938048 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-12 02:43:30,344 basehttp 7650 6165458944 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 INFO 2025-09-12 02:43:30,346 basehttp 7650 6249590784 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-09-12 02:43:30,370 basehttp 7650 6249590784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:43:53,756 basehttp 7650 6249590784 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 44281 INFO 2025-09-12 02:43:53,765 basehttp 7650 6249590784 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-12 02:43:53,792 basehttp 7650 6249590784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:44:53,807 basehttp 7650 6249590784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:45:53,809 basehttp 7650 6249590784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:46:53,814 basehttp 7650 6249590784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:47:53,812 basehttp 7650 6249590784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:48:42,337 basehttp 7650 6249590784 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 44107 INFO 2025-09-12 02:48:42,380 basehttp 7650 6249590784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:49:42,383 basehttp 7650 6249590784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:50:17,544 basehttp 7650 6249590784 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 44076 INFO 2025-09-12 02:50:17,573 basehttp 7650 6249590784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:51:17,581 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:52:17,585 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:53:17,587 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:54:17,599 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:55:17,592 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:56:17,650 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:57:17,601 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:58:17,599 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:59:17,607 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:00:17,614 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:00:24,979 basehttp 7650 6165458944 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 42547 INFO 2025-09-12 03:00:25,010 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:01:25,020 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:02:25,031 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:03:25,018 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:04:01,999 basehttp 7650 6165458944 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 43722 INFO 2025-09-12 03:04:02,027 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 03:04:07,264 log 7650 6165458944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 03:04:07,264 basehttp 7650 6165458944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 03:04:10,952 basehttp 7650 6165458944 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 43722 INFO 2025-09-12 03:04:10,960 basehttp 7650 13589622784 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-12 03:04:10,962 basehttp 7650 13606449152 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-12 03:04:10,967 log 7650 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-12 03:04:10,967 basehttp 7650 13623275520 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-12 03:04:10,968 basehttp 7650 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 03:04:10,972 basehttp 7650 13623275520 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-12 03:04:10,973 basehttp 7650 6165458944 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-12 03:04:10,974 basehttp 7650 13606449152 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-12 03:04:10,975 basehttp 7650 13640101888 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-12 03:04:10,978 basehttp 7650 13640101888 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-12 03:04:10,978 basehttp 7650 13623275520 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-12 03:04:10,978 basehttp 7650 6165458944 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-12 03:04:10,981 basehttp 7650 13606449152 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-12 03:04:10,985 basehttp 7650 13572796416 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-12 03:04:10,985 basehttp 7650 6165458944 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-12 03:04:10,987 basehttp 7650 13589622784 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-12 03:04:10,988 basehttp 7650 13606449152 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-12 03:04:10,988 basehttp 7650 13623275520 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-12 03:04:10,990 basehttp 7650 13640101888 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-12 03:04:10,992 basehttp 7650 6165458944 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-12 03:04:10,994 basehttp 7650 13623275520 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-12 03:04:10,996 basehttp 7650 13589622784 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-12 03:04:10,999 basehttp 7650 13640101888 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-12 03:04:11,000 basehttp 7650 13572796416 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-12 03:04:11,000 basehttp 7650 13606449152 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-12 03:04:11,001 basehttp 7650 13623275520 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-12 03:04:11,001 basehttp 7650 6165458944 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-12 03:04:11,002 basehttp 7650 13589622784 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-12 03:04:11,003 basehttp 7650 13572796416 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-12 03:04:11,003 basehttp 7650 6165458944 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-12 03:04:11,003 basehttp 7650 13640101888 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-12 03:04:11,003 basehttp 7650 13589622784 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-12 03:04:11,005 basehttp 7650 13606449152 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-12 03:04:11,236 basehttp 7650 13606449152 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-12 03:04:11,300 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 03:04:11,349 log 7650 13606449152 Not Found: /favicon.ico WARNING 2025-09-12 03:04:11,349 basehttp 7650 13606449152 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-12 03:05:11,288 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:05:34,895 basehttp 7650 13606449152 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 43698 WARNING 2025-09-12 03:05:34,907 log 7650 13606449152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 03:05:34,907 basehttp 7650 13606449152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 03:05:34,971 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:06:34,987 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:06:55,719 basehttp 7650 13606449152 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 43699 WARNING 2025-09-12 03:06:55,733 log 7650 13606449152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 03:06:55,733 basehttp 7650 13606449152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 03:06:55,771 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:07:55,778 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:07:59,466 basehttp 7650 13606449152 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 43698 WARNING 2025-09-12 03:07:59,486 log 7650 13606449152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 03:07:59,486 basehttp 7650 13606449152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 03:07:59,534 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:08:46,726 basehttp 7650 13606449152 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 43698 WARNING 2025-09-12 03:08:46,743 log 7650 13606449152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 03:08:46,743 basehttp 7650 13606449152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 03:08:46,794 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:09:46,791 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:10:46,794 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:10:53,443 basehttp 7650 13606449152 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 43687 WARNING 2025-09-12 03:10:53,456 log 7650 13606449152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 03:10:53,456 basehttp 7650 13606449152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 03:10:53,496 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:11:33,401 basehttp 7650 13606449152 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 43711 WARNING 2025-09-12 03:11:33,416 log 7650 13606449152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 03:11:33,416 basehttp 7650 13606449152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 03:11:33,456 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:12:33,478 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:12:54,826 basehttp 7650 13606449152 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 43719 INFO 2025-09-12 03:12:54,857 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:13:54,865 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:14:54,876 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:15:54,873 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:16:09,820 autoreload 7650 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-12 03:16:10,347 autoreload 22368 8682856640 Watching for file changes with StatReloader INFO 2025-09-12 03:16:10,986 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 43828 INFO 2025-09-12 03:16:11,025 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:17:11,041 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:18:11,035 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:19:11,046 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:20:11,052 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:21:11,056 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:22:11,057 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:22:49,752 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 42237 INFO 2025-09-12 03:22:49,783 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:23:49,796 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:24:49,800 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:25:49,800 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:26:49,799 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:27:38,621 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47010 INFO 2025-09-12 03:27:38,662 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:28:33,799 basehttp 22368 6205288448 "POST /en/appointments/waiting-list/1/contact/ HTTP/1.1" 200 1913 INFO 2025-09-12 03:28:38,671 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:29:38,674 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:30:38,666 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:31:24,932 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48066 INFO 2025-09-12 03:31:24,969 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:31:59,329 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47677 INFO 2025-09-12 03:31:59,833 basehttp 22368 6205288448 "GET /en/admin/appointments/waitinglistcontactlog/ HTTP/1.1" 200 83001 INFO 2025-09-12 03:31:59,875 basehttp 22368 6222114816 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-12 03:31:59,875 basehttp 22368 6238941184 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-12 03:31:59,877 basehttp 22368 6205288448 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-12 03:31:59,878 basehttp 22368 6238941184 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-12 03:31:59,878 basehttp 22368 6222114816 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-12 03:31:59,879 basehttp 22368 6238941184 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-12 03:31:59,881 basehttp 22368 6238941184 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-12 03:31:59,883 basehttp 22368 6238941184 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-12 03:31:59,883 basehttp 22368 6205288448 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-12 03:31:59,886 basehttp 22368 6238941184 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-12 03:31:59,888 basehttp 22368 6205288448 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-12 03:31:59,888 basehttp 22368 6238941184 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-12 03:31:59,890 basehttp 22368 6222114816 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-12 03:31:59,891 basehttp 22368 6205288448 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-12 03:31:59,894 basehttp 22368 6238941184 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-12 03:31:59,894 basehttp 22368 6222114816 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-12 03:31:59,895 basehttp 22368 6205288448 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-12 03:31:59,901 basehttp 22368 6205288448 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-12 03:31:59,901 basehttp 22368 6222114816 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-12 03:31:59,925 basehttp 22368 6205288448 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-12 03:31:59,927 basehttp 22368 6238941184 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-12 03:31:59,930 basehttp 22368 6205288448 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 WARNING 2025-09-12 03:31:59,930 log 22368 6222114816 Not Found: /favicon.ico WARNING 2025-09-12 03:31:59,930 basehttp 22368 6222114816 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-12 03:31:59,932 basehttp 22368 6222114816 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-12 03:33:00,761 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:34:01,758 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:35:01,770 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:35:50,644 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47662 INFO 2025-09-12 03:35:50,678 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:36:28,387 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47654 INFO 2025-09-12 03:36:28,424 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:37:05,678 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47664 INFO 2025-09-12 03:37:05,707 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:37:41,798 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47671 INFO 2025-09-12 03:37:41,828 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:38:41,845 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:39:41,849 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:40:41,852 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:41:41,855 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:42:41,866 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:42:58,827 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 50163 INFO 2025-09-12 03:42:58,868 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:43:13,053 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 49780 INFO 2025-09-12 03:43:13,094 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:44:13,104 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:45:13,112 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:46:13,115 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-12 03:46:40,399 log 22368 6205288448 Internal Server Error: /en/appointments/waiting-list/1/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 510, in parse compile_func = self.tags[command] ~~~~~~~~~^^^^^^^^^ KeyError: 'elif' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 199, in render template = context.template.engine.select_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 208, in select_template return self.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1540, in do_with nodelist = parser.parse(("endwith",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1540, in do_with nodelist = parser.parse(("endwith",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 512, in parse self.invalid_block_tag(token, command, parse_until) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 567, in invalid_block_tag raise self.error( django.template.exceptions.TemplateSyntaxError: Invalid block tag on line 16: 'elif', expected 'endwith'. Did you forget to register or load this tag? ERROR 2025-09-12 03:46:40,404 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 500 399790 ERROR 2025-09-12 03:49:33,499 log 22368 6205288448 Internal Server Error: /en/appointments/waiting-list/1/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 510, in parse compile_func = self.tags[command] ~~~~~~~~~^^^^^^^^^ KeyError: 'elif' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 199, in render template = context.template.engine.select_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 208, in select_template return self.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1540, in do_with nodelist = parser.parse(("endwith",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 512, in parse self.invalid_block_tag(token, command, parse_until) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 567, in invalid_block_tag raise self.error( django.template.exceptions.TemplateSyntaxError: Invalid block tag on line 16: 'elif', expected 'endwith'. Did you forget to register or load this tag? ERROR 2025-09-12 03:49:33,502 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 500 360250 INFO 2025-09-12 03:52:06,205 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 51528 INFO 2025-09-12 03:52:06,249 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:52:23,533 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47665 INFO 2025-09-12 03:52:23,573 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:53:23,585 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:54:23,584 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:55:23,777 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:56:24,776 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:57:25,750 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:58:26,748 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:59:28,748 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:00:38,750 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:01:11,208 autoreload 22368 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/templatetags/custom_filters.py changed, reloading. INFO 2025-09-12 04:01:11,715 autoreload 42330 8682856640 Watching for file changes with StatReloader INFO 2025-09-12 04:01:13,594 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 59963 INFO 2025-09-12 04:01:13,653 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:01:44,727 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 55074 INFO 2025-09-12 04:01:44,772 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:02:11,957 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47665 INFO 2025-09-12 04:02:11,998 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:02:41,946 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47641 INFO 2025-09-12 04:02:41,986 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:03:35,937 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47709 INFO 2025-09-12 04:03:35,977 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:04:35,989 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:05:35,992 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:06:05,300 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47837 INFO 2025-09-12 04:06:05,341 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:06:37,235 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47847 INFO 2025-09-12 04:06:37,265 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:07:35,337 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47843 INFO 2025-09-12 04:07:35,380 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:08:35,392 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:09:16,114 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47851 INFO 2025-09-12 04:09:16,144 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:10:02,332 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47857 INFO 2025-09-12 04:10:02,370 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:11:02,382 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:12:02,387 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:13:02,287 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:14:02,276 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:14:59,028 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48311 INFO 2025-09-12 04:14:59,088 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:15:35,405 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48187 INFO 2025-09-12 04:15:35,446 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:15:55,535 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48187 INFO 2025-09-12 04:15:55,575 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:16:55,586 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:17:03,886 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48177 INFO 2025-09-12 04:17:03,915 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:18:03,925 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:18:24,289 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48124 INFO 2025-09-12 04:18:24,319 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:19:24,322 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:20:24,329 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:21:24,334 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:22:24,331 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:23:24,339 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:24:04,966 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48607 INFO 2025-09-12 04:24:05,030 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:25:05,013 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:25:18,732 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48493 INFO 2025-09-12 04:25:18,775 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:25:44,515 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48497 INFO 2025-09-12 04:25:44,544 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:26:44,559 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:26:51,190 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48806 INFO 2025-09-12 04:26:51,231 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:27:51,308 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:27:53,070 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48698 INFO 2025-09-12 04:27:53,110 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:28:53,116 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:29:04,273 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48727 INFO 2025-09-12 04:29:04,315 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:29:25,748 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48756 INFO 2025-09-12 04:29:25,788 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:30:26,708 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:31:27,697 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:32:53,476 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:33:54,475 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:34:55,474 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:51:41,780 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:06:30,525 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:07:38,854 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:09:38,826 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:11:38,823 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:13:38,824 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:14:39,810 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:15:41,818 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:17:38,811 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:18:38,811 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:18:40,648 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47631 INFO 2025-09-12 05:18:40,702 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:19:09,692 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48755 INFO 2025-09-12 05:19:09,742 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:20:09,742 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:20:16,870 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48925 INFO 2025-09-12 05:20:16,910 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:21:17,887 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:22:18,885 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:23:18,852 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:23:58,565 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 49025 INFO 2025-09-12 05:23:58,635 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:24:58,616 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:25:58,609 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:26:15,245 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48995 INFO 2025-09-12 05:26:15,274 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:26:21,480 basehttp 42330 6131462144 "GET / HTTP/1.1" 302 0 INFO 2025-09-12 05:26:21,504 basehttp 42330 6148288512 "GET /en/ HTTP/1.1" 200 47861 INFO 2025-09-12 05:26:21,565 basehttp 42330 6148288512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:26:21,571 basehttp 42330 6165114880 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 05:26:21,571 basehttp 42330 13707014144 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-12 05:26:21,572 basehttp 42330 6131462144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 05:27:06,782 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48993 INFO 2025-09-12 05:27:06,811 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:28:06,813 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:28:24,603 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 49013 INFO 2025-09-12 05:28:24,643 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:29:24,552 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 49023 INFO 2025-09-12 05:29:24,594 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:30:14,755 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 49023 INFO 2025-09-12 05:30:14,792 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:30:58,434 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 49015 INFO 2025-09-12 05:30:58,476 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:31:17,216 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 49003 INFO 2025-09-12 05:31:17,256 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:31:59,236 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48479 INFO 2025-09-12 05:31:59,280 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:32:59,290 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:33:12,421 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48757 INFO 2025-09-12 05:33:12,461 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:34:12,461 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:34:34,831 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48559 INFO 2025-09-12 05:34:34,894 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:35:34,869 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:35:52,626 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48403 INFO 2025-09-12 05:35:52,666 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:36:16,730 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48451 INFO 2025-09-12 05:36:16,759 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:36:18,282 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48451 INFO 2025-09-12 05:36:18,309 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:36:34,421 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48451 INFO 2025-09-12 05:36:34,450 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:36:35,765 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48451 INFO 2025-09-12 05:36:35,792 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:36:57,606 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48465 INFO 2025-09-12 05:36:57,635 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:37:57,824 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:38:58,827 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:39:59,825 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:41:00,826 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:42:00,828 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:43:00,829 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:44:00,831 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:45:00,832 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:46:00,834 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:47:00,840 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:47:37,437 autoreload 42330 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-12 05:47:37,950 autoreload 76034 8682856640 Watching for file changes with StatReloader INFO 2025-09-12 05:47:38,425 basehttp 76034 6157299712 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48465 INFO 2025-09-12 05:47:38,472 basehttp 76034 6157299712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:47:42,264 basehttp 76034 6157299712 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 49717 INFO 2025-09-12 05:47:42,272 basehttp 76034 6174126080 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-12 05:47:42,272 basehttp 76034 6157299712 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-12 05:47:42,273 basehttp 76034 6190952448 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-12 05:47:42,304 basehttp 76034 6190952448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:48:05,706 basehttp 76034 6190952448 "GET /en/appointments/waiting-list/1/delete/ HTTP/1.1" 200 19802 INFO 2025-09-12 05:48:05,723 basehttp 76034 6190952448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:49:05,727 basehttp 76034 6190952448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:49:55,987 basehttp 76034 6190952448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:50:25,148 basehttp 76034 6190952448 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34983 INFO 2025-09-12 05:50:25,156 basehttp 76034 6190952448 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-12 05:50:25,157 basehttp 76034 6157299712 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-12 05:50:25,157 basehttp 76034 6174126080 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-09-12 05:50:25,157 basehttp 76034 6224605184 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-12 05:50:25,158 basehttp 76034 6207778816 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-12 05:50:25,161 basehttp 76034 6157299712 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-09-12 05:50:25,161 basehttp 76034 6207778816 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-09-12 05:50:25,161 basehttp 76034 6224605184 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-12 05:50:25,162 basehttp 76034 6174126080 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-12 05:50:25,162 basehttp 76034 6241431552 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-09-12 05:50:25,162 basehttp 76034 6190952448 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 ERROR 2025-09-12 05:50:55,243 log 76034 6190952448 Internal Server Error: /en/appointments/waiting-list/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1550, in waiting_list_stats 'avg_wait_days': int(waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'datetime.timedelta' ERROR 2025-09-12 05:50:55,244 basehttp 76034 6190952448 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 500 73200 INFO 2025-09-12 05:51:25,202 basehttp 76034 6190952448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-12 05:51:25,232 log 76034 6190952448 Internal Server Error: /en/appointments/waiting-list/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1550, in waiting_list_stats 'avg_wait_days': int(waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'datetime.timedelta' ERROR 2025-09-12 05:51:25,233 basehttp 76034 6190952448 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 500 73200 ERROR 2025-09-12 05:51:55,237 log 76034 6190952448 Internal Server Error: /en/appointments/waiting-list/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1550, in waiting_list_stats 'avg_wait_days': int(waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'datetime.timedelta' ERROR 2025-09-12 05:51:55,238 basehttp 76034 6190952448 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 500 73200 INFO 2025-09-12 05:52:25,205 basehttp 76034 6190952448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-12 05:52:25,228 log 76034 6190952448 Internal Server Error: /en/appointments/waiting-list/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1550, in waiting_list_stats 'avg_wait_days': int(waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'datetime.timedelta' ERROR 2025-09-12 05:52:25,228 basehttp 76034 6190952448 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 500 73200 ERROR 2025-09-12 05:52:55,238 log 76034 6190952448 Internal Server Error: /en/appointments/waiting-list/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1550, in waiting_list_stats 'avg_wait_days': int(waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'datetime.timedelta' ERROR 2025-09-12 05:52:55,239 basehttp 76034 6190952448 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 500 73200 INFO 2025-09-12 05:53:25,171 basehttp 76034 6190952448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-12 05:53:25,195 log 76034 6190952448 Internal Server Error: /en/appointments/waiting-list/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1550, in waiting_list_stats 'avg_wait_days': int(waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'datetime.timedelta' ERROR 2025-09-12 05:53:25,196 basehttp 76034 6190952448 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 500 73200 ERROR 2025-09-12 05:53:55,206 log 76034 6190952448 Internal Server Error: /en/appointments/waiting-list/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1550, in waiting_list_stats 'avg_wait_days': int(waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'datetime.timedelta' ERROR 2025-09-12 05:53:55,207 basehttp 76034 6190952448 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 500 73200 ERROR 2025-09-12 05:54:19,627 log 76034 6190952448 Internal Server Error: /en/appointments/waiting-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'waiting_list_edit' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/waiting\\-list/(?P[0-9]+)/edit/\\Z'] ERROR 2025-09-12 05:54:19,628 basehttp 76034 6190952448 "GET /en/appointments/waiting-list/ HTTP/1.1" 500 181713 ERROR 2025-09-12 05:55:13,338 log 76034 6190952448 Internal Server Error: /en/appointments/waiting-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'waiting_list_edit' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/waiting\\-list/(?P[0-9]+)/edit/\\Z'] ERROR 2025-09-12 05:55:13,339 basehttp 76034 6190952448 "GET /en/appointments/waiting-list/ HTTP/1.1" 500 181713 INFO 2025-09-12 05:55:40,578 autoreload 76034 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-12 05:55:41,144 autoreload 79593 8682856640 Watching for file changes with StatReloader ERROR 2025-09-12 05:55:42,288 log 79593 6123286528 Internal Server Error: /en/appointments/waiting-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'waiting_list_edit' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/waiting\\-list/(?P[0-9]+)/edit/\\Z'] ERROR 2025-09-12 05:55:42,310 basehttp 79593 6123286528 "GET /en/appointments/waiting-list/ HTTP/1.1" 500 181615 ERROR 2025-09-12 05:55:44,206 log 79593 6123286528 Internal Server Error: /en/appointments/waiting-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'waiting_list_edit' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/waiting\\-list/(?P[0-9]+)/edit/\\Z'] ERROR 2025-09-12 05:55:44,207 basehttp 79593 6123286528 "GET /en/appointments/waiting-list/ HTTP/1.1" 500 181615 INFO 2025-09-12 05:57:01,734 autoreload 79593 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-12 05:57:02,168 autoreload 80136 8682856640 Watching for file changes with StatReloader INFO 2025-09-12 05:57:02,474 basehttp 80136 6155251712 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34819 INFO 2025-09-12 05:57:02,536 basehttp 80136 6155251712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:57:29,081 basehttp 80136 6155251712 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34801 INFO 2025-09-12 05:57:29,113 basehttp 80136 6155251712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:57:36,206 basehttp 80136 6155251712 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48465 INFO 2025-09-12 05:57:36,241 basehttp 80136 6155251712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:57:42,541 basehttp 80136 6155251712 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 49717 INFO 2025-09-12 05:57:42,588 basehttp 80136 6155251712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-12 05:57:59,163 log 80136 6155251712 Internal Server Error: /en/appointments/waiting-list/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1550, in waiting_list_stats 'avg_wait_days': int(waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'datetime.timedelta' ERROR 2025-09-12 05:57:59,164 basehttp 80136 6155251712 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 500 73200 INFO 2025-09-12 05:58:29,118 basehttp 80136 6155251712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-12 05:58:29,143 log 80136 6155251712 Internal Server Error: /en/appointments/waiting-list/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1550, in waiting_list_stats 'avg_wait_days': int(waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'datetime.timedelta' ERROR 2025-09-12 05:58:29,143 basehttp 80136 6155251712 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 500 73200 ERROR 2025-09-12 05:58:59,168 log 80136 6155251712 Internal Server Error: /en/appointments/waiting-list/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1550, in waiting_list_stats 'avg_wait_days': int(waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'datetime.timedelta' ERROR 2025-09-12 05:58:59,169 basehttp 80136 6155251712 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 500 73200 INFO 2025-09-12 05:59:29,135 basehttp 80136 6155251712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-12 05:59:29,151 log 80136 6172078080 Internal Server Error: /en/appointments/waiting-list/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1550, in waiting_list_stats 'avg_wait_days': int(waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'datetime.timedelta' ERROR 2025-09-12 05:59:29,152 basehttp 80136 6172078080 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 500 73200 ERROR 2025-09-12 05:59:59,154 log 80136 6172078080 Internal Server Error: /en/appointments/waiting-list/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1550, in waiting_list_stats 'avg_wait_days': int(waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'datetime.timedelta' ERROR 2025-09-12 05:59:59,154 basehttp 80136 6172078080 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 500 73200 INFO 2025-09-12 06:00:29,134 basehttp 80136 6172078080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-12 06:00:29,150 log 80136 6155251712 Internal Server Error: /en/appointments/waiting-list/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1550, in waiting_list_stats 'avg_wait_days': int(waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'datetime.timedelta' ERROR 2025-09-12 06:00:29,150 basehttp 80136 6155251712 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 500 73200 ERROR 2025-09-12 06:00:59,151 log 80136 6155251712 Internal Server Error: /en/appointments/waiting-list/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1550, in waiting_list_stats 'avg_wait_days': int(waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'datetime.timedelta' ERROR 2025-09-12 06:00:59,152 basehttp 80136 6155251712 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 500 73200 INFO 2025-09-12 06:01:21,543 autoreload 80136 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-12 06:01:22,088 autoreload 82050 8682856640 Watching for file changes with StatReloader INFO 2025-09-12 06:01:22,662 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34801 INFO 2025-09-12 06:01:22,699 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:01:52,730 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 06:02:22,712 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:02:22,724 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 06:02:52,731 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 06:03:22,711 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:03:22,721 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 06:03:43,986 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34802 INFO 2025-09-12 06:03:44,018 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:04:05,473 basehttp 82050 6202519552 "GET /en/appointments/templates HTTP/1.1" 301 0 INFO 2025-09-12 06:04:05,489 basehttp 82050 6219345920 "GET /en/appointments/templates/ HTTP/1.1" 200 46939 INFO 2025-09-12 06:04:05,514 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:04:13,604 basehttp 82050 6219345920 "GET /en/appointments/templates/1/ HTTP/1.1" 200 21345 INFO 2025-09-12 06:04:13,639 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:05:05,526 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:06:05,519 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:06:27,140 basehttp 82050 6219345920 "GET /en/appointments/templates/ HTTP/1.1" 200 46871 INFO 2025-09-12 06:06:27,183 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:07:19,786 basehttp 82050 6219345920 "GET /en/appointments/templates/ HTTP/1.1" 200 46870 INFO 2025-09-12 06:07:19,828 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:07:46,016 basehttp 82050 6219345920 "GET /en/appointments/templates/ HTTP/1.1" 200 46869 INFO 2025-09-12 06:07:46,046 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:08:05,132 basehttp 82050 6219345920 "GET /en/appointments/templates/ HTTP/1.1" 200 46875 INFO 2025-09-12 06:08:05,162 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:08:12,279 basehttp 82050 6219345920 "GET /en/appointments/templates/ HTTP/1.1" 200 46870 INFO 2025-09-12 06:08:12,315 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:09:12,761 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:10:13,748 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:11:10,274 basehttp 82050 6219345920 "GET /en/appointments/templates/ HTTP/1.1" 200 46876 INFO 2025-09-12 06:11:10,304 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:11:32,900 basehttp 82050 6219345920 "GET /en/appointments/templates/1/ HTTP/1.1" 200 21345 INFO 2025-09-12 06:11:32,934 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:12:33,745 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:13:01,652 basehttp 82050 6219345920 "GET /en/appointments/templates/1/ HTTP/1.1" 200 21345 INFO 2025-09-12 06:13:01,679 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:13:05,410 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:13:06,258 basehttp 82050 6219345920 "GET /en/appointments/templates/ HTTP/1.1" 200 46870 INFO 2025-09-12 06:13:06,288 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:13:19,595 basehttp 82050 6219345920 "GET /en/appointments/templates/1/ HTTP/1.1" 200 21345 INFO 2025-09-12 06:13:19,632 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:13:28,462 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:13:28,463 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 06:13:44,926 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 06:14:14,919 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 06:14:28,920 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:14:44,916 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 06:15:14,918 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 06:15:29,915 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:16:16,916 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 06:16:30,916 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:33:46,398 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:33:53,408 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 06:41:52,477 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:41:58,480 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 06:57:58,860 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:57:58,862 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 07:13:58,332 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 07:14:58,336 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 07:14:58,340 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 07:23:58,138 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 07:29:08,011 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 07:29:08,014 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 07:30:08,025 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 07:47:57,923 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 07:47:57,924 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:04:12,315 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:15:13,815 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:15:13,816 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:20:21,847 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:20:21,849 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:36:24,333 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:37:24,352 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:37:24,356 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:38:24,352 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:38:24,355 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:39:24,337 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:40:24,356 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:40:24,359 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:41:24,353 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:42:24,349 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:42:24,351 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:43:24,345 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:44:24,360 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:44:24,361 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:45:24,360 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:45:24,361 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:46:24,348 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:47:24,361 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:47:24,362 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:48:24,367 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:48:24,369 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:49:24,360 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:49:24,360 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:50:24,350 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:51:24,357 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:51:24,359 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:52:24,337 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:52:24,337 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:53:24,330 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:54:24,338 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:54:24,340 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:55:24,329 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:56:24,332 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:56:24,334 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:57:24,342 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:57:24,342 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:58:24,328 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:59:24,342 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:59:24,344 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:00:24,347 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:00:24,348 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:01:24,330 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:02:24,339 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:02:24,340 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:03:24,333 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:04:24,355 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:04:24,357 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:05:24,340 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:05:24,341 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:06:24,347 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:06:24,348 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:07:24,309 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:08:24,330 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:08:24,331 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:09:24,333 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:09:24,335 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:10:24,367 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:11:24,323 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:11:24,325 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:12:24,332 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:12:24,332 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:13:24,312 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:14:24,321 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:14:24,325 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:15:24,331 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:15:24,333 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:16:24,329 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:16:24,330 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:17:24,315 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:18:24,331 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:18:24,333 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:19:24,314 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:19:24,314 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:20:24,327 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:20:24,329 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:21:24,332 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:21:24,333 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:22:24,314 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:23:24,328 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:23:24,330 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:24:24,328 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:24:24,329 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:25:24,316 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:26:24,327 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:26:24,328 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:27:24,328 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:27:24,330 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:28:24,332 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:28:24,333 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:29:24,316 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:30:24,330 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:30:24,332 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:31:24,316 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:31:49,618 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:31:49,620 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:31:56,104 basehttp 82050 6202519552 "GET /en/appointments/ HTTP/1.1" 200 56652 INFO 2025-09-12 09:31:56,172 basehttp 82050 6202519552 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:32:05,477 basehttp 82050 6202519552 "GET /en/appointments/queue/ HTTP/1.1" 200 35556 INFO 2025-09-12 09:32:05,557 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:32:05,577 basehttp 82050 6219345920 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 09:32:05,582 basehttp 82050 6236172288 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 09:32:05,583 basehttp 82050 6269825024 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 09:32:05,586 basehttp 82050 6286651392 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 09:32:05,586 basehttp 82050 6252998656 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 09:32:05,587 basehttp 82050 6202519552 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 09:32:37,306 basehttp 82050 6202519552 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:32:44,173 basehttp 82050 6202519552 "GET /en/appointments/requests/821/detail/ HTTP/1.1" 200 24687 INFO 2025-09-12 09:32:44,202 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:33:01,383 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:33:07,307 basehttp 82050 6202519552 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:33:37,312 basehttp 82050 6202519552 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:34:01,380 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:34:07,307 basehttp 82050 6202519552 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:34:37,316 basehttp 82050 6202519552 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:35:01,379 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:35:07,319 basehttp 82050 6202519552 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:35:37,307 basehttp 82050 6202519552 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:36:01,381 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:36:05,793 basehttp 82050 6202519552 "GET /en/appointments/telemedicine HTTP/1.1" 301 0 INFO 2025-09-12 09:36:05,832 basehttp 82050 6252998656 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 85575 INFO 2025-09-12 09:36:05,857 basehttp 82050 6252998656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:37:05,871 basehttp 82050 6252998656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:38:05,874 basehttp 82050 6252998656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:39:05,881 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:39:48,271 basehttp 82050 6202519552 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 86195 INFO 2025-09-12 09:39:48,304 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:39:50,217 basehttp 82050 6202519552 "GET /en/appointments/telemedicine/219/ HTTP/1.1" 200 37809 INFO 2025-09-12 09:39:50,251 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:40:39,608 basehttp 82050 6202519552 "GET /en/hr/employees/2/ HTTP/1.1" 200 34147 INFO 2025-09-12 09:40:39,629 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:41:39,645 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:41:42,991 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:42:16,458 basehttp 82050 6202519552 "GET /en/appointments/requests/2135/detail/ HTTP/1.1" 200 24921 INFO 2025-09-12 09:42:16,495 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:42:28,067 basehttp 82050 6202519552 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 86195 INFO 2025-09-12 09:42:28,087 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:42:42,325 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:42:42,735 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:42:42,749 basehttp 82050 6202519552 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:42:49,343 basehttp 82050 6202519552 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 86195 INFO 2025-09-12 09:42:49,375 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:42:55,214 basehttp 82050 6202519552 "GET /en/appointments/requests/ HTTP/1.1" 200 155514 INFO 2025-09-12 09:42:55,221 basehttp 82050 6202519552 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 INFO 2025-09-12 09:42:55,253 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:43:01,131 basehttp 82050 6202519552 "GET /en/appointments/calendar/ HTTP/1.1" 200 21443 INFO 2025-09-12 09:43:01,183 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 09:43:01,188 log 82050 6236172288 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-12 09:43:01,188 basehttp 82050 6236172288 "GET /en/appointments/slots/available/ HTTP/1.1" 400 95 INFO 2025-09-12 09:43:01,223 basehttp 82050 6219345920 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 64831 INFO 2025-09-12 09:43:12,755 basehttp 82050 6219345920 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:43:42,749 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:43:42,767 basehttp 82050 6236172288 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:44:12,752 basehttp 82050 6236172288 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:44:42,754 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:44:42,773 basehttp 82050 6219345920 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:45:12,765 basehttp 82050 6219345920 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:45:42,755 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:45:42,773 basehttp 82050 6236172288 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:46:12,770 basehttp 82050 6236172288 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:46:42,755 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:46:42,774 basehttp 82050 6219345920 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:47:07,637 basehttp 82050 6219345920 "GET /en/appointments/calendar/ HTTP/1.1" 200 21443 WARNING 2025-09-12 09:47:07,704 log 82050 6202519552 Bad Request: /en/appointments/slots/available/ INFO 2025-09-12 09:47:07,705 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 09:47:07,706 basehttp 82050 6202519552 "GET /en/appointments/slots/available/ HTTP/1.1" 400 95 INFO 2025-09-12 09:47:07,746 basehttp 82050 6236172288 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 64831 INFO 2025-09-12 09:47:14,601 basehttp 82050 6236172288 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 64831 INFO 2025-09-12 09:47:41,069 basehttp 82050 6236172288 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:47:42,722 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:47:45,600 basehttp 82050 6236172288 "GET / HTTP/1.1" 302 0 INFO 2025-09-12 09:47:45,623 basehttp 82050 6202519552 "GET /en/ HTTP/1.1" 200 47869 INFO 2025-09-12 09:47:45,691 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:47:45,692 basehttp 82050 6252998656 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-12 09:47:45,693 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 09:47:45,694 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 09:48:15,676 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 09:48:45,703 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 09:48:45,703 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:48:45,704 basehttp 82050 6252998656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 09:49:15,672 basehttp 82050 6252998656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 09:49:45,701 basehttp 82050 6252998656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:49:45,701 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 09:49:45,703 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 09:50:16,354 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 09:50:46,384 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:50:46,388 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 09:50:46,389 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 09:55:27,346 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 09:55:50,339 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:55:50,341 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 09:56:27,349 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 09:56:51,356 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:56:51,357 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 09:57:27,347 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 09:57:52,355 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 09:57:52,355 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 10:14:21,471 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 10:16:53,793 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 10:16:53,795 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 10:16:53,797 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 10:23:37,598 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 10:39:41,888 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 10:39:41,888 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 10:39:41,890 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 10:51:25,205 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 10:51:25,209 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 10:51:25,209 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 10:56:18,019 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:14:04,168 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:14:04,168 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 11:14:04,169 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:15:04,138 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 11:15:04,140 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:15:04,141 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:16:04,120 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:17:04,145 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 11:17:04,147 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:17:04,149 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:18:04,116 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:19:04,129 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:19:04,129 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 11:19:04,143 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:20:04,112 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:21:04,139 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 11:21:04,141 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:21:04,142 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:22:04,114 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:23:04,127 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 11:23:04,133 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:23:04,135 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:24:04,137 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 11:24:04,139 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:24:04,141 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:25:04,107 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:26:04,129 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 11:26:04,129 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:26:04,130 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:27:04,123 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:27:04,127 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:27:04,127 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 11:28:04,128 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 11:28:04,129 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:28:04,130 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:29:04,105 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:30:03,980 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 11:30:03,981 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:30:03,983 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:31:03,952 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:32:03,962 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 11:32:03,964 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:32:03,964 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:33:03,936 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:34:03,963 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 11:34:03,965 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:34:03,966 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:35:03,955 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:35:03,963 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:35:03,963 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 11:36:03,939 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:37:03,951 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:37:03,957 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:37:03,958 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:38:03,950 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:38:03,952 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:38:03,953 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:39:03,928 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:40:03,952 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:40:03,953 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:40:03,955 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:41:03,947 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:41:03,949 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:41:03,952 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:42:03,947 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:42:03,948 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:42:03,948 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:43:03,924 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:44:03,944 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:44:03,945 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:44:03,948 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:45:03,869 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:46:03,885 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:46:03,891 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:46:03,892 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:47:03,867 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:48:03,883 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:48:03,883 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:48:03,885 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:49:03,858 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:50:03,874 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:50:03,875 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:50:03,877 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:51:03,845 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:52:03,872 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:52:03,872 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:52:03,873 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:53:03,865 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:53:03,869 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:53:03,869 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:54:03,843 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:55:03,859 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:55:03,860 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:55:03,861 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:56:03,864 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:56:03,865 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:56:03,866 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:57:03,837 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:58:03,850 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:58:03,853 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:58:03,855 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:59:03,856 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:59:03,857 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:59:03,857 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:00:03,823 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:01:03,846 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 12:01:03,846 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 12:01:03,849 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:02:03,830 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 12:02:03,832 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:03:03,836 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 12:03:03,837 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 12:03:03,840 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:04:03,837 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 12:04:03,837 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 12:04:03,839 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:05:03,837 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 12:05:03,838 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 12:05:03,839 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:06:03,804 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:07:03,827 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 12:07:03,828 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 12:07:03,829 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:08:03,797 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:09:03,818 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 12:09:03,819 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 12:09:03,820 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:10:03,802 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 12:10:03,804 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 12:10:03,806 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:11:03,791 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:12:03,884 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 12:12:03,885 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 12:12:03,888 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:13:03,786 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:14:03,805 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 12:14:03,805 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 12:14:03,808 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:15:03,776 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:32:25,366 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 12:32:25,367 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 12:32:25,368 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:49:48,759 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:51:48,018 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 12:51:48,019 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 12:51:48,020 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:23:43,692 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:24:43,953 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:24:43,953 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:24:43,955 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:25:43,925 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:26:43,950 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:26:43,950 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:26:43,953 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:27:43,937 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:27:43,940 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:28:43,946 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:28:43,946 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:28:43,947 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:29:43,932 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:29:43,934 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:30:43,928 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:30:43,929 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:31:43,941 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:31:43,942 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:31:43,943 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:32:43,944 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:32:43,945 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:32:43,946 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:33:43,919 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:34:44,050 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:34:44,050 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:34:44,053 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:35:43,914 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:36:43,938 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:36:43,938 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:36:43,940 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:37:43,913 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:38:43,937 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:38:43,938 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:38:43,940 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:39:43,964 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:39:43,965 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:39:43,966 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:40:43,942 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:41:43,947 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:41:43,957 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:41:43,958 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:42:43,965 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:42:43,966 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:42:43,967 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:43:43,945 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:44:43,959 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:44:43,960 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:44:43,962 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:45:43,939 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:46:43,966 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:46:43,966 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:46:43,968 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:47:43,937 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:48:43,947 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:48:43,949 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:48:43,950 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:49:43,937 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:50:43,961 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:50:43,962 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:50:43,963 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:51:43,939 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:52:43,958 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:52:43,958 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:52:43,960 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:53:43,927 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:54:43,985 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:54:43,986 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:54:43,988 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:55:43,960 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:56:43,971 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:56:43,972 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:56:43,974 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:57:43,985 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:57:43,986 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:57:43,986 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:58:43,962 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:59:43,974 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:59:43,975 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:59:43,977 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:00:44,129 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:00:44,134 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:00:44,134 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:01:43,961 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:02:43,979 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:02:43,980 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:02:43,982 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:03:43,963 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:04:43,988 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:04:43,988 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:04:43,989 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:05:43,963 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:06:43,977 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:06:43,978 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:06:43,980 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:07:43,957 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:08:43,981 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:08:43,982 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:08:43,984 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:09:43,966 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:09:43,966 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:09:43,967 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:10:43,943 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:11:43,968 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:11:43,969 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:11:43,971 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:12:43,943 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:13:43,964 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:13:43,965 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:13:43,967 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:14:43,966 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:14:43,966 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:14:43,968 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:15:43,949 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:16:43,958 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:16:43,958 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:16:43,960 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:17:43,944 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:18:43,965 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:18:43,966 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:18:43,968 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:19:43,930 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:20:43,963 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:20:43,963 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:20:43,964 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:21:43,940 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:22:43,962 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:22:43,963 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:22:43,964 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:23:43,955 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:23:43,959 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:23:43,959 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:29:35,512 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:29:35,512 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:29:35,513 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:46:05,849 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:47:05,848 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:47:05,865 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:47:05,866 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:48:05,877 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:48:05,877 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:48:05,879 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:49:05,850 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:50:05,878 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:50:05,880 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:50:05,881 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:02:09,931 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:02:09,932 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:02:09,934 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:03:09,903 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:04:09,927 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:04:09,928 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:04:09,929 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:05:09,935 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:05:09,935 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:05:09,938 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:06:09,899 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:07:09,912 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:07:09,913 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:07:09,915 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:08:09,914 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:08:09,915 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:08:09,916 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:09:09,903 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:10:09,921 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:10:09,921 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:10:09,922 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:11:09,919 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:11:09,920 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:11:09,920 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:12:09,910 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:13:09,921 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:13:09,921 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:13:09,922 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:14:09,915 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:14:09,918 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:14:09,918 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:15:09,907 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:16:09,924 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:16:09,925 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:16:09,925 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:17:09,899 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:18:09,904 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:18:09,907 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:18:09,908 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:19:09,907 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:19:09,908 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:19:09,908 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:20:09,898 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:21:09,906 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:21:09,910 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:21:09,911 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:22:09,913 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:22:09,914 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:22:09,917 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:23:09,916 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:23:09,916 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:23:09,919 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:24:09,901 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:25:09,917 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:25:09,918 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:25:09,920 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:26:09,915 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:26:09,916 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:26:09,917 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:27:09,921 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:27:09,922 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:27:09,922 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:28:09,920 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:28:09,920 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:28:09,921 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:29:09,906 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:30:09,918 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:30:09,920 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:30:09,922 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:31:09,906 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:32:09,825 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:32:09,825 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:32:09,826 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:33:09,827 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:33:09,828 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:33:09,829 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:34:09,815 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:35:09,823 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:35:09,823 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:35:09,824 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:36:09,810 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:37:09,826 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:37:09,827 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:37:09,827 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:38:09,806 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:39:09,828 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:39:09,829 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:39:09,830 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:40:09,828 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:40:09,829 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:40:09,830 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:41:09,809 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:42:09,821 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:42:09,824 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:42:09,825 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:43:09,808 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:44:09,830 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:44:09,831 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:44:09,831 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:45:09,809 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:46:09,827 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:46:09,827 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:46:09,830 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:47:09,892 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:47:09,893 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:47:09,894 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:48:09,891 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:48:09,891 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:48:09,891 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:49:09,873 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:50:09,892 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:50:09,893 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:50:09,893 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:51:09,875 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:52:09,900 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:52:09,902 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:52:09,902 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:53:09,877 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:54:09,898 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:54:09,899 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:54:09,900 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:55:09,883 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:55:09,886 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:55:09,887 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:56:09,889 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:56:09,892 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:56:09,892 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:57:09,881 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:58:09,894 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:58:09,894 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:58:09,895 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:59:09,882 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:00:09,894 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:00:09,897 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:00:09,898 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:01:09,882 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:02:09,898 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:02:09,898 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:02:09,899 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:03:09,899 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:03:09,900 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:03:09,900 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:04:09,889 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:05:09,901 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:05:09,901 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:05:09,903 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:06:09,910 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:06:09,912 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:06:09,912 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:15:16,522 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:16:16,537 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:16:16,543 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:16:16,545 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:17:16,533 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:17:16,534 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:18:16,548 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:18:16,549 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:18:16,550 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:19:16,555 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:19:16,556 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:19:16,557 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:20:16,517 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:21:16,552 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:21:16,552 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:21:16,552 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:22:16,526 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:23:16,547 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:23:16,548 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:23:16,550 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:24:16,553 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:24:16,554 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:24:16,555 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:25:16,533 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:26:16,548 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:26:16,549 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:26:16,552 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:27:16,541 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:27:16,544 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:28:16,543 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:28:16,544 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:29:16,552 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:29:16,552 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:29:16,554 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:30:16,530 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:31:16,549 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:31:16,550 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:31:16,552 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:32:16,553 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:32:16,554 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:32:16,555 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:33:16,529 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:34:16,540 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:34:16,541 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:34:16,542 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:35:16,539 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:36:16,556 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:36:16,558 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:36:16,559 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:37:16,532 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:38:16,543 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:38:16,550 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:38:16,552 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:39:16,530 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:40:16,558 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:40:16,559 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:40:16,560 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:41:16,557 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:41:16,558 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:41:16,559 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:42:16,537 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:43:16,558 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:43:16,559 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:43:16,561 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:44:16,537 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:45:16,564 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:45:16,567 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:45:16,568 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:46:16,531 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:47:16,562 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:47:16,563 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:47:16,564 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:48:16,563 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:48:16,564 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:48:16,565 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:49:16,556 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:49:16,559 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:49:16,559 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:50:16,538 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:51:16,558 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:51:16,560 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:51:16,562 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:52:16,539 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:53:16,562 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:53:16,563 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:53:16,564 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:54:16,543 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:55:16,569 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:55:16,570 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:55:16,571 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:56:16,568 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:56:16,569 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:56:16,570 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:57:16,540 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:58:16,567 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:58:16,568 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:58:16,569 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:59:16,564 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:59:16,565 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:59:16,567 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:00:16,678 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:01:16,696 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:01:16,697 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:01:16,699 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:02:16,700 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:02:16,700 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:02:16,702 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:03:16,675 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:04:16,692 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:04:16,692 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:04:16,694 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:05:16,683 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:06:16,705 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:06:16,705 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:06:16,709 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:07:16,685 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:08:16,697 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:08:16,704 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:08:16,705 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:09:16,715 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:09:16,715 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:09:16,717 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:10:16,689 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:11:16,710 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:11:16,710 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:11:16,711 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:12:16,697 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:13:16,715 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:13:16,718 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:13:16,719 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:14:16,721 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:14:16,721 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:14:16,723 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:15:16,687 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:15:16,696 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:15:16,696 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:16:16,680 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:17:16,702 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:17:16,704 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:17:16,705 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:18:16,676 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:19:16,711 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:19:16,712 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:19:16,713 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:20:16,686 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:21:16,699 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:21:16,704 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:21:16,706 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:22:16,715 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:22:16,716 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:22:16,718 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:23:16,714 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:23:16,715 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:23:16,717 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:40:53,989 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:41:54,000 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:41:54,000 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:41:54,001 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:42:53,997 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:42:53,998 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:42:53,999 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:43:53,983 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:44:53,994 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:44:53,995 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:44:53,996 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:45:53,997 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:45:53,998 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:45:53,998 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:46:53,983 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:47:53,992 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:47:53,993 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:47:53,993 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:48:53,983 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:48:53,988 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:48:53,988 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:49:53,978 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:50:53,994 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:50:53,994 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:50:53,996 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:51:53,986 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:52:53,995 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:52:53,996 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:52:53,998 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:53:53,987 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:54:54,010 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:54:54,013 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:54:54,015 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:55:53,839 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:56:53,852 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:56:53,853 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:56:53,855 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:57:53,854 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:57:53,854 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:57:53,856 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:58:53,855 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:58:53,855 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:58:53,857 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:59:53,838 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:00:53,845 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:00:53,846 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:00:53,848 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:01:53,848 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:01:53,849 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:01:53,849 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:02:53,938 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:02:53,952 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:02:53,954 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:03:53,830 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:04:53,847 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:04:53,847 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:04:53,848 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:05:53,835 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:05:53,839 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:05:53,839 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:06:53,859 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:07:53,841 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:07:53,841 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:07:53,844 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:08:53,822 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:09:53,841 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:09:53,841 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:09:53,842 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:10:53,916 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:11:53,893 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:11:53,893 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:11:53,895 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:12:53,956 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:12:53,973 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:12:53,977 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:13:53,896 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:14:53,875 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:14:53,877 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:14:53,879 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:15:53,986 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:15:53,986 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:15:53,999 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:16:53,869 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:17:53,888 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:17:53,888 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:17:53,889 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:18:53,886 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:18:53,889 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:18:53,890 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:19:53,865 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:20:53,887 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:20:53,888 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:20:53,888 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:21:53,885 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:21:53,886 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:21:53,887 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:22:53,889 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:22:53,890 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:22:53,891 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:23:53,861 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:24:53,869 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:24:53,876 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:24:53,879 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:25:54,003 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:25:54,004 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:25:54,006 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:26:53,993 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:27:54,000 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:27:54,000 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:27:54,003 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:28:53,997 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:28:54,000 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:28:54,000 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:29:53,985 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:30:53,996 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:30:54,000 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:30:54,001 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:31:53,981 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:32:54,003 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:32:54,003 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:32:54,004 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:33:54,007 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:33:54,007 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:33:54,009 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:34:53,982 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:35:54,003 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:35:54,004 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:35:54,005 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:36:53,993 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:36:53,994 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:37:54,000 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:37:54,001 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:37:54,002 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:38:53,995 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:38:53,995 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:39:54,001 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:39:54,001 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:40:54,070 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:40:54,071 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:40:54,072 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:51:37,150 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:52:37,172 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:52:37,176 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:52:37,177 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:53:37,150 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:54:37,173 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:54:37,174 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:54:37,175 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:55:37,174 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:55:37,175 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:55:37,175 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:56:37,171 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:56:37,174 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:56:37,174 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:57:37,150 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:58:37,168 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:58:37,170 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:58:37,171 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:59:37,151 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:00:37,173 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:00:37,173 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:00:37,175 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:01:37,157 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:02:37,159 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:02:37,159 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:02:37,161 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:03:37,184 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:03:37,185 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:03:37,187 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:04:37,152 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:05:37,166 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:05:37,166 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:05:37,167 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:06:37,179 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:06:37,181 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:06:37,181 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:07:37,152 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:08:37,181 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:08:37,182 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:08:37,183 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:09:37,150 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:10:37,179 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:10:37,180 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:10:37,181 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:11:37,159 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:12:37,181 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:12:37,181 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:12:37,183 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:13:37,182 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:13:37,182 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:13:37,183 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:14:37,185 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:14:37,185 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:14:37,187 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:15:37,157 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:16:37,166 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:16:37,167 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:16:37,169 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:17:37,185 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:17:37,186 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:17:37,186 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:18:37,184 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:18:37,185 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:18:37,186 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:19:37,161 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:20:37,180 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:20:37,182 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:20:37,183 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:21:37,169 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:22:37,184 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:22:37,187 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:22:37,188 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:23:37,165 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:24:37,189 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:24:37,189 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:24:37,192 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:25:37,172 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:26:37,194 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:26:37,195 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:26:37,196 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:27:37,187 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:27:37,187 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:27:37,188 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:28:37,190 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:28:37,191 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:28:37,191 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:29:37,167 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:30:37,187 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:30:37,189 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:30:37,190 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:31:37,197 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:31:37,197 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:31:37,197 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:32:37,173 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:33:37,187 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:33:37,187 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:33:37,188 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:34:37,197 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:34:37,198 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:34:37,199 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:35:37,175 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:36:37,274 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:36:37,280 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:36:37,280 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:37:37,256 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:37:37,258 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:38:37,282 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:38:37,283 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:38:37,284 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:39:37,254 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:40:37,281 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:40:37,282 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:40:37,284 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:41:37,287 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:41:37,288 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:41:37,289 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:42:37,263 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:43:37,290 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:43:37,290 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:43:37,291 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:44:37,283 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:44:37,284 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:44:37,285 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:45:37,264 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:46:37,280 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:46:37,289 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:46:37,290 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:47:37,272 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:47:37,273 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:48:37,286 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:48:37,288 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:48:37,290 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:49:37,274 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:50:37,297 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:50:37,297 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:50:37,298 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:59:44,181 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:16:14,241 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:16:14,243 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:16:14,243 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:17:14,243 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:17:14,244 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:17:14,245 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:18:14,245 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:18:14,246 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:18:14,247 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:19:14,246 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:19:14,248 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:19:14,249 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:20:14,235 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:21:14,245 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:21:14,245 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:21:14,247 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:22:14,248 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:22:14,249 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:22:14,250 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:23:14,236 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:24:14,260 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:24:14,261 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:24:14,262 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:25:14,240 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:26:14,256 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:26:14,256 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:26:14,257 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:27:14,268 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:27:14,269 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:27:14,272 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:28:14,267 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:28:14,267 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:28:14,269 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:29:14,243 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:30:14,255 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:30:14,257 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:30:14,258 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:31:14,255 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:32:14,272 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:32:14,273 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:32:14,276 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:33:14,258 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:34:14,271 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:34:14,271 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:34:14,272 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:35:14,368 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:35:14,373 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:35:14,374 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:36:14,273 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:36:14,274 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:37:14,280 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:37:14,280 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:37:14,281 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:38:14,265 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:39:14,360 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:39:14,373 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:39:14,380 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:40:14,274 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:40:14,275 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:41:14,274 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:41:14,275 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:42:14,284 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:42:14,284 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:42:14,286 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:43:14,302 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:44:14,287 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:44:14,287 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:44:14,289 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:45:14,356 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:45:14,373 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:45:14,376 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:46:14,181 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:47:14,243 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:47:14,249 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:47:14,255 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:48:14,149 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:48:14,150 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:48:14,153 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:49:14,168 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:50:14,132 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:50:14,143 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:50:14,145 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:51:14,124 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:52:14,147 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:52:14,148 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:52:14,150 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:53:14,139 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:53:14,140 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:53:14,141 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:54:14,125 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:55:14,142 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:55:14,144 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:55:14,144 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:56:14,146 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:56:14,147 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:56:14,149 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:57:14,130 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:57:14,139 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:57:14,139 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:58:14,125 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:59:14,142 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:59:14,142 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:59:14,143 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:00:14,131 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:00:14,136 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:00:14,136 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:01:14,105 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:01:14,105 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:02:14,100 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:02:14,102 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:03:14,099 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:03:14,100 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:04:14,113 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:04:14,114 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:04:14,115 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:05:14,093 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:05:14,095 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:06:14,115 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:06:14,115 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:06:14,116 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:07:14,104 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:07:14,105 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:07:14,105 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:08:14,106 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:08:14,106 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:08:14,107 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:09:14,092 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:09:14,097 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:09:14,098 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:10:14,085 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:11:14,100 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:11:14,100 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:11:14,101 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:12:14,104 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:12:14,104 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:12:14,104 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:13:14,086 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:14:14,099 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:14:14,099 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:14:14,100 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:15:14,101 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:15:14,101 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:15:14,102 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:33:06,954 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:34:06,966 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:34:06,967 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:34:06,968 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:35:06,958 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:35:06,962 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:35:06,962 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:36:06,944 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:37:06,952 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:37:06,952 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:37:06,953 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:38:06,959 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:38:06,962 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:38:06,962 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:39:06,939 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:40:06,958 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:40:06,958 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:40:06,960 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:41:06,965 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:41:06,965 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:41:06,966 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:42:06,935 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:43:06,953 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:43:06,955 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:43:06,957 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:44:06,926 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:45:06,939 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:45:06,949 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:45:06,950 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:46:06,927 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:47:06,936 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:47:06,944 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:47:06,947 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:48:06,927 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:49:06,963 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:49:06,963 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:49:06,965 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:50:06,936 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:51:06,958 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:51:06,959 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:51:06,961 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:52:06,951 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:52:06,952 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:52:06,953 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:53:06,954 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:53:06,955 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:53:06,956 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:54:06,933 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:55:06,944 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:55:06,944 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:55:06,946 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:56:06,926 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:57:06,939 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:57:06,941 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:57:06,943 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:58:06,923 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:58:06,926 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:58:06,927 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:59:06,947 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:59:06,947 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:59:06,948 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:00:06,918 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:01:06,946 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:01:06,946 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:01:06,948 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:02:06,920 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:03:06,938 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:03:06,940 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:03:06,942 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:04:06,927 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:05:06,951 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:05:06,952 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:05:06,953 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:06:06,923 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:07:06,947 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:07:06,948 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:07:06,950 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:08:06,925 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:09:06,943 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:09:06,944 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:09:06,946 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:10:06,944 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:10:06,945 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:10:06,946 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:11:06,921 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:12:06,935 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:12:06,935 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:12:06,937 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:13:06,918 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:14:06,941 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:14:06,941 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:14:06,943 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:15:06,913 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:15:06,914 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:16:06,926 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:16:06,930 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:17:06,937 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:17:06,937 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:17:06,939 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:18:07,036 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:18:07,043 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:18:07,043 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:19:07,036 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:20:07,057 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:20:07,060 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:20:07,061 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:21:07,047 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:21:07,048 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:22:07,045 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:22:07,048 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:23:07,060 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:23:07,061 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:23:07,063 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:24:07,045 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:24:07,047 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:25:07,047 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:25:07,049 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:25:07,049 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:26:07,066 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:26:07,067 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:26:07,068 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:27:07,035 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:28:07,060 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:28:07,060 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:28:07,062 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:29:07,058 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:29:07,058 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:29:07,059 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:30:07,061 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:30:07,061 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:30:07,062 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:31:07,035 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:32:07,048 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:32:07,049 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:32:07,051 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:33:06,948 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:33:06,949 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:33:06,950 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:49:05,086 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:50:05,110 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:50:05,115 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:50:05,116 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:51:05,111 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:51:05,111 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:51:05,112 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:52:05,108 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:52:05,108 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:52:05,109 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:53:05,096 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:54:05,107 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:54:05,109 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:54:05,109 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:55:05,098 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:56:05,112 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:56:05,114 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:56:05,115 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:57:05,104 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:57:05,105 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:57:05,106 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:58:05,092 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:59:05,126 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:59:05,127 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:59:05,129 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:00:05,119 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:00:05,120 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:00:05,122 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:01:05,088 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:02:05,108 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:02:05,108 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:02:05,109 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:03:05,092 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:04:05,103 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:04:05,103 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:04:05,106 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:05:05,103 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:05:05,103 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:05:05,104 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:06:05,106 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:06:05,107 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:06:05,108 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:07:05,119 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:08:05,200 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:08:05,205 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:08:05,214 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:09:05,090 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:10:05,093 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:10:05,100 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:10:05,104 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:11:05,102 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:11:05,102 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:11:05,103 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:12:05,122 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:13:05,096 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:13:05,096 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:13:05,098 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:14:05,107 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:14:05,109 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:14:05,109 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:15:05,116 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:16:05,194 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:16:05,202 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:16:05,207 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:17:05,082 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:18:05,094 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:18:05,096 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:18:05,097 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:19:05,090 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:19:05,092 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:19:05,093 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:20:05,085 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:20:05,086 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:20:05,087 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:21:05,069 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:22:05,077 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:22:05,080 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:22:05,082 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:23:05,068 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:23:05,078 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:23:05,078 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:24:05,072 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:24:05,078 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:24:05,078 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:25:05,059 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:26:05,082 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:26:05,083 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:26:05,086 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:27:05,079 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:27:05,081 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:27:05,082 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:28:05,076 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:28:05,076 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:28:05,076 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:29:05,059 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:30:05,067 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:30:05,072 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:30:05,073 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:31:05,059 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:32:05,082 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:32:05,083 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:32:05,085 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:33:05,064 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:33:05,066 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:34:05,230 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:34:05,231 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:34:05,233 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:35:05,239 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:35:05,240 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:35:05,242 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:36:05,234 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:36:05,237 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:36:05,239 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:37:05,220 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:38:05,240 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:38:05,240 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:38:05,241 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:39:05,220 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:40:05,234 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:40:05,238 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:40:05,239 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:41:05,222 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:41:05,232 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:41:05,233 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:42:05,228 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:43:05,229 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:43:05,234 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:43:05,236 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:44:05,242 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:44:05,243 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:44:05,245 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:45:05,221 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:46:05,241 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:46:05,242 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:46:05,243 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:47:05,222 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:48:05,243 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:48:05,244 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:48:05,247 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:49:05,237 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:49:05,239 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:49:05,240 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:52:23,409 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:52:23,413 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:52:23,413 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:53:23,386 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:54:23,410 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:54:23,410 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:54:23,413 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:55:23,390 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:56:23,403 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:56:23,405 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:56:23,408 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:57:23,398 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:57:23,399 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:57:23,400 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:58:23,412 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:58:23,412 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:58:23,414 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:59:23,386 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:00:23,396 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:00:23,396 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:00:23,397 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:01:23,387 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:02:23,411 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:02:23,414 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:02:23,415 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:03:23,384 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:04:23,490 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:04:23,490 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:04:23,492 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:05:23,477 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:06:23,503 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:06:23,503 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:06:23,506 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:07:23,503 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:07:23,504 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:07:23,505 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:08:23,491 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:08:23,495 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:08:23,495 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:09:23,505 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:09:23,505 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:09:23,508 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:10:23,507 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:10:23,508 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:10:23,508 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:11:23,488 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:12:23,510 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:12:23,510 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:12:23,513 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:13:23,510 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:13:23,510 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:13:23,512 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:14:23,487 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:15:23,500 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:15:23,501 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:15:23,503 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:16:23,513 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:16:23,514 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:16:23,516 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:17:23,489 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:18:23,493 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:18:23,496 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:18:23,497 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:19:23,541 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:19:23,542 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:19:23,543 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:20:23,524 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:21:23,538 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:21:23,545 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:21:23,546 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:22:23,527 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:23:23,553 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:23:23,553 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:23:23,555 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:24:23,547 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:24:23,548 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:24:23,549 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:25:23,526 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:26:23,541 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:26:23,547 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:26:23,549 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:27:23,527 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:28:23,555 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:28:23,556 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:28:23,557 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:29:23,551 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:29:23,551 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:29:23,552 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:30:23,533 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:31:23,557 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:31:23,558 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:31:23,561 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:32:23,564 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:32:23,565 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:32:23,567 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:33:23,537 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:34:23,558 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:34:23,559 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:34:23,561 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:35:23,558 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:35:23,559 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:35:23,560 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:36:23,551 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:36:23,551 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:36:23,552 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:37:23,534 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:38:23,554 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:38:23,558 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:38:23,559 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:39:23,537 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:40:23,562 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:40:23,562 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:40:23,564 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:41:23,541 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:42:23,568 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:42:23,569 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:42:23,570 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:43:23,529 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:44:23,564 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:44:23,565 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:44:23,566 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:45:23,565 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:45:23,568 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:45:23,569 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:46:23,545 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:47:23,563 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:47:23,564 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:47:23,565 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:48:23,692 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:48:23,693 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:48:23,694 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:49:23,580 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:50:23,605 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:50:23,607 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:50:23,609 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:51:23,607 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:51:23,607 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:51:23,610 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:07:30,483 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:07:30,483 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:07:30,485 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:08:30,451 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:09:30,465 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:09:30,467 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:09:30,468 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:10:30,453 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:11:30,459 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:11:30,466 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:11:30,466 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:12:30,478 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:12:30,479 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:12:30,479 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:13:30,457 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:14:30,473 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:14:30,473 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:14:30,473 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:15:30,452 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:16:30,496 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:16:30,496 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:16:30,497 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:17:30,487 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:17:30,492 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:17:30,492 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:18:30,458 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:19:30,481 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:19:30,481 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:19:30,482 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:20:30,467 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:21:30,481 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:21:30,481 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:21:30,482 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:22:30,474 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:22:30,475 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:22:30,476 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:23:30,450 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:24:30,467 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:24:30,468 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:24:30,470 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:25:30,576 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:25:30,577 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:25:30,587 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:26:30,460 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:27:30,475 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:27:30,476 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:27:30,477 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:28:30,480 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:28:30,481 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:28:30,482 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:29:30,487 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:30:30,475 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:30:30,475 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:30:30,476 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:31:30,478 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:31:30,480 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:31:30,480 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:32:30,463 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:33:30,573 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:33:30,573 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:33:30,585 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:34:30,473 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:34:30,475 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:34:30,475 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:35:30,503 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:36:30,570 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:36:30,572 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:36:30,584 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:37:30,481 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:37:30,482 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:37:30,483 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:38:30,518 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:39:30,488 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:39:30,489 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:39:30,491 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:40:30,488 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:40:30,491 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:40:30,492 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:41:30,496 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:41:30,497 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:41:30,497 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:42:30,476 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:43:30,496 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:43:30,496 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:43:30,497 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:44:30,503 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:44:30,504 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:44:30,505 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:45:30,478 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:46:30,491 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:46:30,496 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:46:30,496 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:47:30,488 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:47:30,494 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:48:30,490 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:48:30,492 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:49:30,490 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:49:30,492 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:50:30,500 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:50:30,501 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:50:30,502 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:51:30,495 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:51:30,497 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:52:30,487 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:52:30,487 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:52:30,490 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:53:30,456 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:54:30,469 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:54:30,478 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:54:30,478 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:55:30,482 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:55:30,483 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:55:30,484 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:56:30,458 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:57:30,484 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:57:30,484 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:57:30,485 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:58:30,482 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:58:30,486 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:58:30,488 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:59:30,470 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:00:30,481 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:00:30,483 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:00:30,485 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:01:30,494 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:01:30,495 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:01:30,496 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:02:30,473 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:03:30,487 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:03:30,488 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:03:30,491 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:04:30,489 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:04:30,491 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:04:30,492 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:05:30,493 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:05:30,494 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:05:30,494 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:06:30,492 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:06:30,492 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:06:30,493 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:07:30,208 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:23:29,439 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:23:29,439 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:23:29,442 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:24:29,439 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:24:29,439 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:24:29,441 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:25:29,414 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:26:29,423 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:26:29,426 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:26:29,428 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:27:29,410 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:28:29,438 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:28:29,438 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:28:29,439 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:29:29,436 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:29:29,438 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:29:29,438 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:30:29,412 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:31:29,433 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:31:29,436 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:31:29,438 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:32:29,413 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:33:29,423 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:33:29,423 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:33:29,425 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:34:29,407 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:35:29,431 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:35:29,433 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:35:29,433 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:36:29,410 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:37:29,427 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:37:29,427 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:37:29,429 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:38:29,409 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:39:29,428 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:39:29,429 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:39:29,430 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:40:29,413 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:40:29,414 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:40:29,415 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:41:29,406 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:42:29,429 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:42:29,429 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:42:29,431 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:43:29,429 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:43:29,429 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:43:29,431 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:44:29,431 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:44:29,432 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:44:29,433 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:45:29,405 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:46:29,423 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:46:29,424 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:46:29,427 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:47:29,402 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:48:29,425 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:48:29,425 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:48:29,427 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:49:29,426 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:49:29,427 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:49:29,429 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:50:29,400 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:51:29,423 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:51:29,424 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:51:29,425 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:52:29,423 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:52:29,424 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:52:29,425 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:53:29,380 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:54:29,401 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:54:29,402 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:54:29,403 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:55:29,382 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:56:29,403 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:56:29,404 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:56:29,404 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:57:29,390 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:57:29,390 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:57:29,391 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:58:29,388 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:58:29,395 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:58:29,397 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:59:29,377 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:00:29,400 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:00:29,401 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:00:29,402 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:01:29,380 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:02:29,395 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:02:29,398 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:02:29,400 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:03:29,374 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:04:29,392 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:04:29,396 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:04:29,397 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:05:29,384 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:05:29,386 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:06:29,400 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:06:29,400 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:06:29,402 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:07:29,388 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:07:29,388 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:07:29,389 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:08:29,405 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:08:29,406 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:08:29,408 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:09:29,386 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:10:29,407 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:10:29,410 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:10:29,411 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:11:29,384 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:12:29,398 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:12:29,399 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:12:29,402 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:13:29,406 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:13:29,408 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:13:29,410 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:14:29,405 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:14:29,405 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:14:29,406 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:15:29,380 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:16:29,407 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:16:29,408 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:16:29,410 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:17:29,378 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:18:29,407 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:18:29,407 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:18:29,408 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:19:29,405 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:19:29,406 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:19:29,407 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:20:29,403 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:20:29,405 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:20:29,406 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:21:29,378 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:22:29,403 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:22:29,404 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:22:29,405 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:40:57,579 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:41:57,555 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:41:57,557 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:41:57,558 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:42:57,567 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:42:57,570 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:42:57,570 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:43:57,551 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:44:57,549 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:44:57,553 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:44:57,554 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:45:57,569 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:45:57,570 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:45:57,571 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:46:57,562 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:46:57,562 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:46:57,563 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:47:57,555 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:47:57,555 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:47:57,557 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:48:57,549 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:49:57,556 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:49:57,559 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:49:57,560 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:50:57,535 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:51:57,555 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:51:57,556 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:51:57,556 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:52:57,554 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:52:57,555 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:52:57,556 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:53:57,549 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:53:57,549 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:53:57,551 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:54:57,544 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:55:57,555 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:55:57,555 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:55:57,557 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:56:57,545 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:57:57,561 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:57:57,564 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:57:57,565 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:58:57,555 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:58:57,555 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:58:57,556 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:59:57,558 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:59:57,558 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:59:57,560 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:00:57,600 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:01:57,561 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:01:57,561 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:01:57,562 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:02:57,558 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:02:57,558 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:02:57,559 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:03:57,557 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:03:57,557 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:03:57,558 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:04:57,581 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:05:57,555 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:05:57,555 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:05:57,557 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:06:57,590 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:07:57,659 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:07:57,666 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:07:57,673 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:08:57,548 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:08:57,554 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:08:57,555 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:09:57,559 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:09:57,561 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:09:57,563 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:10:57,546 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:11:57,587 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:11:57,587 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:11:57,589 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:12:57,568 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:12:57,568 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:12:57,568 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:13:57,561 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:13:57,563 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:14:57,563 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:14:57,564 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:15:57,573 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:15:57,575 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:15:57,576 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:16:57,564 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:17:57,565 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:17:57,567 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:17:57,569 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:18:57,576 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:18:57,580 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:18:57,580 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:19:57,571 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:20:57,585 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:20:57,587 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:20:57,587 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:21:57,550 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:22:57,579 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:22:57,579 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:22:57,580 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:23:57,549 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:24:57,577 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:24:57,577 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:24:57,580 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:25:57,560 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:26:57,595 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:26:57,596 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:26:57,598 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:27:57,565 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:28:57,582 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:28:57,583 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:28:57,584 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:29:57,572 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:30:57,580 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:30:57,580 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:30:57,583 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:31:57,576 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:32:57,582 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:32:57,582 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:32:57,582 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:33:57,556 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:34:57,584 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:34:57,584 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:34:57,587 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:35:57,569 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:36:57,590 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:36:57,591 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:36:57,592 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:37:57,558 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:38:57,582 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:38:57,583 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:38:57,584 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:39:57,568 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:39:57,574 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:39:57,575 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:40:57,451 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:40:57,452 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:40:57,455 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:41:57,444 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:41:57,446 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:41:57,446 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:53:24,405 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:11:30,991 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:11:30,993 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:11:30,994 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:12:30,955 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:13:30,972 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:13:30,977 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:13:30,978 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:14:30,950 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:15:30,978 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:15:30,980 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:15:30,981 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:16:30,979 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:16:30,979 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:16:30,980 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:17:30,951 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:18:30,974 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:18:30,974 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:18:30,976 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:19:30,965 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:19:30,965 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:19:30,968 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:20:30,979 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:20:30,980 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:20:30,980 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:21:30,953 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:22:30,972 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:22:30,972 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:22:30,974 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:23:30,940 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:24:30,968 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:24:30,970 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:24:30,970 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:25:30,964 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:25:30,965 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:25:30,967 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:26:30,841 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:27:30,857 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:27:30,860 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:27:30,861 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:28:30,864 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:28:30,864 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:28:30,866 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:29:30,831 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:30:30,841 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:30:30,841 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:30:30,843 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:31:30,861 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:31:30,863 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:31:30,864 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:32:30,860 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:32:30,861 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:32:30,863 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:33:30,830 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:34:30,842 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:34:30,845 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:34:30,846 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:35:30,848 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:35:30,849 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:35:30,850 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:36:30,821 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:37:30,828 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:37:30,831 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:37:30,832 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:38:30,815 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:39:30,841 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:39:30,841 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:39:30,842 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:40:30,812 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:41:30,836 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:41:30,836 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:41:30,837 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:42:30,823 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:43:30,848 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:43:30,851 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:43:30,853 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:44:30,818 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:45:30,840 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:45:30,841 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:45:30,842 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:46:30,838 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:46:30,840 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:46:30,841 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:47:30,821 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:48:30,834 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:48:30,835 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:48:30,837 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:49:30,820 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:49:30,830 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:49:30,830 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:50:30,811 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:51:30,821 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:51:30,823 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:51:30,824 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:52:30,804 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:53:30,828 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:53:30,829 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:53:30,831 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:54:30,806 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:55:30,822 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:55:30,822 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:55:30,824 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:56:30,845 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:56:30,847 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:56:30,847 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:57:30,832 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:58:30,850 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:58:30,851 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:58:30,853 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:59:30,845 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:59:30,845 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:59:30,846 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:00:30,849 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:00:30,850 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:00:30,851 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:01:30,824 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:02:30,842 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:02:30,843 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:02:30,845 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:03:30,840 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:03:30,840 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:03:30,843 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:04:30,843 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:04:30,843 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:04:30,845 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:05:30,841 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:05:30,842 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:05:30,844 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:06:30,837 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:06:30,837 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:06:30,838 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:07:30,807 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:08:30,836 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:08:30,837 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:08:30,838 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:09:30,808 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:10:30,828 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:10:30,829 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:10:30,830 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:11:30,828 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:11:30,828 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:11:30,830 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:27:54,844 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:27:54,845 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:27:54,845 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:28:54,820 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:29:54,847 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:29:54,849 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:29:54,850 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:30:54,844 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:30:54,844 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:30:54,846 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:31:54,848 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:31:54,850 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:31:54,851 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:32:54,833 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:33:54,857 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:33:54,857 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:33:54,859 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:34:54,842 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:34:54,846 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:35:54,833 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:35:54,834 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:36:54,854 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:36:54,856 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:36:54,857 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:37:54,840 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:37:54,841 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:37:54,843 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:38:54,830 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:39:54,843 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:39:54,844 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:39:54,844 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:40:54,837 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:40:54,840 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:40:54,841 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:41:54,813 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:42:54,933 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:42:54,933 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:42:54,934 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:43:54,918 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:44:54,931 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:44:54,933 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:44:54,934 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:45:54,934 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:45:54,934 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:45:54,935 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:46:54,939 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:46:54,940 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:46:54,942 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:47:54,927 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:48:54,938 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:48:54,938 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:48:54,939 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:49:54,939 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:49:54,940 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:49:54,941 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:50:54,942 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:50:54,942 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:50:54,943 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:51:54,942 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:51:54,942 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:51:54,942 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:52:54,930 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:53:54,943 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:53:54,943 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:53:54,945 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:54:54,944 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:54:54,944 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:54:54,945 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:55:54,930 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:56:54,945 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:56:54,948 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:56:54,948 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:57:54,947 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:57:54,947 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:57:54,947 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:58:54,930 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:59:54,945 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:59:54,945 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:59:54,946 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:00:54,947 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:00:54,948 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:00:54,948 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:01:54,952 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:01:54,952 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:01:54,954 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:02:54,952 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:02:54,955 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:02:54,955 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:03:54,933 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:04:54,953 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:04:54,953 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:04:54,954 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:05:54,933 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:06:54,951 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:06:54,955 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:06:54,956 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:07:54,949 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:07:54,954 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:07:54,955 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:08:54,943 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:09:54,956 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:09:54,957 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:09:54,958 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:10:54,960 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:10:54,960 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:10:54,960 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:11:54,941 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:12:55,026 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:12:55,028 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:12:55,029 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:13:55,016 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:13:55,019 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:14:55,012 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:14:55,015 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:15:55,027 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:15:55,028 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:15:55,029 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:16:55,011 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:17:55,034 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:17:55,034 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:17:55,035 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:18:55,012 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:19:55,036 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:19:55,036 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:19:55,038 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:20:55,015 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:21:55,033 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:21:55,035 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:21:55,036 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:22:55,044 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:22:55,045 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:22:55,046 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:23:55,026 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:24:55,036 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:24:55,037 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:24:55,038 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:25:55,044 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:25:55,044 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:25:55,046 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:26:55,023 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:27:55,040 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:27:55,042 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:27:55,044 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:28:55,046 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:28:55,047 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:28:55,048 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:29:55,037 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:29:55,039 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:29:55,039 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:30:55,024 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:31:55,043 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:31:55,045 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:31:55,046 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:32:55,044 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:32:55,045 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:32:55,045 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:33:55,030 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:34:55,038 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:34:55,042 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:34:55,043 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:35:55,047 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:35:55,047 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:35:55,048 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:36:55,033 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:44:54,451 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:44:54,452 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:44:54,453 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:45:54,410 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:46:54,422 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:46:54,430 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:46:54,432 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:47:54,415 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:47:54,417 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:47:54,419 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:48:54,439 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:48:54,442 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:48:54,443 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:49:54,567 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:49:54,574 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:49:54,574 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:50:54,417 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:51:54,419 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:51:54,429 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:51:54,430 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:52:54,424 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:53:54,442 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:53:54,446 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:53:54,447 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:54:54,444 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:54:54,445 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:54:54,447 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:55:54,430 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:56:54,441 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:56:54,442 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:56:54,444 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:57:54,434 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:57:54,436 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:58:54,445 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:58:54,445 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:58:54,446 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:59:54,505 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:59:54,505 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:59:54,506 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:00:54,484 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:01:54,496 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:01:54,497 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:01:54,499 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:02:54,491 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:02:54,494 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:02:54,494 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:03:54,492 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:04:54,518 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:04:54,518 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:04:54,519 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:05:54,522 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:05:54,523 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:05:54,524 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:06:54,494 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:07:54,523 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:07:54,523 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:07:54,524 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:08:54,522 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:08:54,523 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:08:54,524 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:09:54,507 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:10:54,525 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:10:54,526 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:10:54,527 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:11:54,522 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:11:54,523 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:11:54,524 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:12:54,507 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:13:54,531 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:13:54,532 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:13:54,534 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:14:54,530 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:14:54,530 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:14:54,532 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:15:54,510 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:15:54,510 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:16:54,528 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:16:54,531 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:16:54,532 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:17:54,534 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:17:54,534 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:17:54,536 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:18:54,522 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:18:54,524 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:19:54,516 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:19:54,522 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:20:54,515 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:20:54,515 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:21:54,541 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:21:54,542 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:21:54,545 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:22:54,520 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:23:54,545 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:23:54,546 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:23:54,547 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:24:54,525 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:25:54,556 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:25:54,556 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:25:54,558 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:26:54,529 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:26:54,530 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:27:54,545 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:27:54,545 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:28:54,541 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:28:54,543 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:29:54,348 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:29:54,348 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:29:54,350 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:30:54,347 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:30:54,348 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:30:54,350 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:31:54,326 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:32:54,350 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:32:54,351 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:32:54,353 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:33:54,341 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:33:54,342 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:33:54,343 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:34:54,326 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:35:54,348 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:35:54,348 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:35:54,351 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:36:54,327 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:37:54,334 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:37:54,336 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:37:54,338 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:38:54,349 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:38:54,350 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:38:54,351 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:39:54,324 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:40:54,351 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:40:54,353 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:40:54,354 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:41:54,325 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:42:54,348 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:42:54,349 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:42:54,351 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:43:54,350 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:43:54,351 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:43:54,352 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:44:54,419 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:44:54,421 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:44:54,421 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:54:06,653 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:55:06,658 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:55:06,661 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:55:06,662 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:56:06,653 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:56:06,653 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:56:06,654 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:57:06,638 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:58:06,666 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:58:06,668 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:58:06,668 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:59:06,652 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:00:06,665 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:00:06,668 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:00:06,668 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:01:06,652 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:01:06,652 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:01:06,653 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:02:06,663 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:02:06,664 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:02:06,666 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:03:06,650 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:04:06,669 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:04:06,669 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:04:06,671 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:05:06,654 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:06:06,662 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:06:06,662 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:06:06,662 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:07:06,654 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:08:06,672 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:08:06,673 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:08:06,674 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:09:06,712 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:09:06,712 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:09:06,714 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:10:06,695 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:11:06,699 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:11:06,699 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:11:06,701 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:12:06,704 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:12:06,704 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:12:06,705 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:13:06,693 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:14:06,713 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:14:06,714 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:14:06,715 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:15:06,686 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:16:06,707 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:16:06,710 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:16:06,711 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:17:06,738 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:18:06,696 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:18:06,702 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:18:06,702 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:19:06,714 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:19:06,715 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:19:06,716 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:20:06,722 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:20:06,722 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:20:06,724 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:21:06,697 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:22:06,710 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:22:06,711 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:22:06,712 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:23:06,708 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:24:06,738 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:24:06,739 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:24:06,741 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:25:06,724 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:26:06,730 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:26:06,730 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:26:06,732 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:27:06,721 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:28:06,734 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:28:06,734 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:28:06,736 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:29:06,742 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:29:06,744 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:29:06,745 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:30:06,722 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:31:06,736 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:31:06,736 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:31:06,737 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:32:06,732 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:32:06,734 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:32:06,734 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:33:06,719 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:34:06,749 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:34:06,750 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:34:06,751 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:35:06,724 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:36:06,737 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:36:06,737 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:36:06,739 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:37:06,747 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:37:06,748 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:37:06,749 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:38:06,740 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:38:06,742 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:38:06,743 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:39:06,730 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:40:06,744 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:40:06,745 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:40:06,747 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:41:06,744 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:41:06,745 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:41:06,747 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:42:06,752 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:42:06,755 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:42:06,755 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:43:06,727 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:44:06,746 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:44:06,750 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:44:06,751 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:45:06,735 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:46:06,743 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:46:06,743 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:46:06,744 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:47:06,767 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:47:06,768 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:47:06,770 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:48:06,770 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:48:06,771 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:48:06,771 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:49:06,732 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:50:13,088 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:50:13,089 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:50:13,089 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:51:55,299 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:00:04,828 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:00:04,829 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:00:04,831 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:08:06,733 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:08:06,734 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:08:06,736 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:09:06,787 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:10:06,792 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:10:06,795 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:10:06,797 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:11:06,772 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:12:06,785 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:12:06,786 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:12:06,787 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:13:06,795 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:13:06,797 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:13:06,799 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:14:06,779 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:15:06,806 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:15:06,807 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:15:06,811 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:16:06,781 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:17:06,807 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:17:06,808 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:17:06,809 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:18:06,791 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:19:06,819 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:19:06,821 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:19:06,822 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:20:06,810 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:20:06,811 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:20:06,813 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:21:06,798 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:21:06,803 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:21:06,804 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:22:06,783 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:23:06,804 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:23:06,804 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:23:06,806 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:24:06,794 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:25:06,806 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:25:06,807 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:25:06,808 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:26:06,790 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:27:06,814 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:27:06,815 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:27:06,816 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:28:06,785 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:29:06,713 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:29:06,714 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:29:06,717 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:30:06,710 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:30:06,711 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:30:06,712 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:31:06,685 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:32:06,709 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:32:06,711 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:32:06,712 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:33:06,692 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:33:06,701 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:33:06,701 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:34:06,693 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:35:06,702 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:35:06,704 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:35:06,706 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:36:06,681 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:37:06,704 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:37:06,705 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:37:06,705 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:38:06,670 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:39:06,703 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:39:06,704 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:39:06,705 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:40:06,684 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:41:06,694 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:41:06,695 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:41:06,697 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:42:06,675 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:43:06,698 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:43:06,698 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:43:06,700 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:44:06,697 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:44:06,699 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:44:06,700 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:45:06,697 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:45:06,698 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:45:06,699 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:46:06,668 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:47:06,694 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:47:06,696 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:47:06,697 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:48:06,670 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:49:06,694 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:49:06,695 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:49:06,697 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:50:06,693 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:50:06,694 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:50:06,696 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:51:06,681 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:51:06,685 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:51:06,685 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:52:06,663 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:53:06,683 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:53:06,683 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:53:06,685 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:54:06,662 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:55:06,688 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:55:06,689 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:55:06,691 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:56:06,688 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:56:06,688 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:56:06,689 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:57:06,663 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:58:06,683 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:58:06,683 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:58:06,684 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:59:06,597 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:59:06,598 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:59:06,599 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:00:06,569 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:01:06,590 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:01:06,591 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:01:06,592 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:02:06,575 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:03:06,589 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:03:06,592 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:03:06,593 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:04:06,564 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:05:06,584 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:05:06,585 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:05:06,586 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:06:06,559 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:07:06,580 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:07:06,580 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:07:06,581 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:08:06,577 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:08:06,577 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:08:06,579 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:09:06,575 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:09:06,576 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:09:06,578 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:18:04,525 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:19:04,530 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:19:04,532 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:19:04,534 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:20:04,521 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:21:04,527 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:21:04,528 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:21:04,529 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:22:04,520 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:23:04,531 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:23:04,533 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:23:04,533 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:24:04,505 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:25:04,528 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:25:04,529 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:25:04,530 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:26:04,514 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:26:04,515 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:26:04,515 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:27:04,507 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:28:04,524 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:28:04,525 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:28:04,527 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:29:04,511 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:29:04,512 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:29:04,513 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:30:04,505 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:31:04,514 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:31:04,515 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:31:04,516 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:32:04,514 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:32:04,515 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:32:04,516 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:33:04,674 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:33:04,674 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:33:04,675 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:34:04,668 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:35:04,675 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:35:04,676 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:35:04,676 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:36:04,655 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:37:04,677 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:37:04,678 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:37:04,679 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:38:04,664 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:39:04,766 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:39:04,771 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:39:04,778 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:40:04,656 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:41:04,667 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:41:04,669 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:41:04,670 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:42:04,694 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:43:04,673 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:43:04,673 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:43:04,674 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:44:04,663 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:45:04,669 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:45:04,672 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:45:04,673 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:46:04,683 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:46:04,684 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:46:04,686 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:47:04,653 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:48:04,722 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:48:04,723 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:48:04,724 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:49:04,730 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:49:04,731 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:49:04,732 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:50:04,702 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:51:04,720 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:51:04,720 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:51:04,722 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:52:04,730 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:52:04,732 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:52:04,733 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:53:04,712 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:54:04,722 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:54:04,723 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:54:04,725 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:55:04,709 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:55:04,713 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:55:04,714 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:56:04,708 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:57:04,708 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:57:04,713 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:57:04,716 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:58:04,728 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:58:04,729 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:58:04,729 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:59:04,720 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:59:04,722 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:59:04,723 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:00:04,703 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:01:04,726 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:01:04,728 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:01:04,728 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:02:04,721 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:02:04,721 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:02:04,722 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:03:04,693 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:04:04,690 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:04:04,690 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:04:04,693 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:05:04,700 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:05:04,702 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:05:04,703 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:06:04,671 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:07:04,697 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:07:04,699 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:07:04,700 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:08:04,695 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:08:04,698 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:08:04,699 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:09:04,704 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:09:04,704 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:09:04,706 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:10:04,695 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:11:04,692 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:11:04,699 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:11:04,700 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:12:04,670 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:13:04,686 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:13:04,686 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:13:04,687 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:14:04,669 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:15:04,684 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:15:04,685 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:15:04,686 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:16:04,687 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:16:04,689 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:16:04,690 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:17:04,670 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:25:39,259 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:25:39,259 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:25:39,261 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:26:39,274 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:26:39,274 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:26:39,276 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:27:39,252 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:28:39,271 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:28:39,273 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:28:39,274 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:29:39,250 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:30:39,259 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:30:39,266 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:30:39,267 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:31:39,264 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:31:39,265 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:31:39,266 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:32:39,269 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:32:39,270 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:32:39,270 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:33:39,246 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:34:39,260 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:34:39,266 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:34:39,267 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:35:39,253 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:35:39,262 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:35:39,262 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:36:39,243 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:37:39,262 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:37:39,262 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 12:37:39,265 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:38:39,264 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:38:39,265 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 12:38:39,267 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:39:39,239 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:40:39,254 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 12:40:39,255 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:40:39,257 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:41:39,227 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:42:39,253 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:42:39,253 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 12:42:39,255 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:43:39,227 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:44:39,234 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 12:44:39,235 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:44:39,236 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:45:39,223 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:46:39,246 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:46:39,246 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 12:46:39,248 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:47:39,225 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:48:39,235 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 12:48:39,241 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:48:39,243 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:49:39,219 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:50:39,250 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 12:50:39,251 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:50:39,253 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:51:39,241 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 12:51:39,241 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:51:39,245 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:52:39,218 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:53:39,241 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 12:53:39,241 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:53:39,242 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:54:39,208 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:55:39,229 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:55:39,230 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 12:55:39,232 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:56:39,223 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:56:39,224 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 12:56:39,225 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:57:39,226 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:57:39,229 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 12:57:39,230 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:58:39,197 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:59:39,221 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:59:39,221 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 12:59:39,222 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:00:39,223 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:00:39,223 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:00:39,225 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:01:39,189 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:02:39,207 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:02:39,214 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:02:39,214 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:03:39,190 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:04:39,213 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:04:39,214 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:04:39,215 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:05:39,211 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:05:39,212 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:05:39,212 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:06:39,215 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:06:39,217 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:06:39,218 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:07:39,186 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:08:39,200 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:08:39,206 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:08:39,207 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:09:39,190 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:10:39,218 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:10:39,218 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:10:39,221 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:11:39,199 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:12:39,227 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:12:39,228 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:12:39,229 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:13:39,223 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:13:39,224 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:13:39,225 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:14:39,198 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:15:39,221 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:15:39,221 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:15:39,222 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:16:39,196 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:17:39,220 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:17:39,223 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:17:39,225 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:18:39,226 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:18:39,227 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:18:39,229 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:19:39,187 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:20:39,210 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:20:39,215 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:20:39,217 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:21:39,196 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:22:39,217 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:22:39,218 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:22:39,220 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:23:39,206 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:23:39,206 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:23:39,208 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:24:39,190 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:25:39,196 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:25:39,197 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:25:39,199 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:41:48,933 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:41:48,933 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:41:48,934 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:42:48,960 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:42:48,961 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:42:48,962 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:43:48,923 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:44:48,943 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:44:48,943 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:44:48,945 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:45:48,970 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:45:48,970 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:45:48,972 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:55:57,099 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:56:56,978 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:56:56,980 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:56:56,981 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:57:56,986 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:57:56,988 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:57:56,989 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:58:56,961 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:59:56,985 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:59:56,986 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:59:56,988 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:17:06,164 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:17:06,165 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:17:06,165 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:18:06,143 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:19:06,164 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:19:06,166 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:19:06,166 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:20:06,164 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:20:06,166 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:20:06,167 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:21:06,146 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:22:06,163 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:22:06,164 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:22:06,165 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:23:06,164 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:23:06,165 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:23:06,167 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:24:06,139 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:25:06,158 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:25:06,159 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:25:06,161 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:26:06,165 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:26:06,166 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:26:06,168 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:27:06,169 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:27:06,171 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:27:06,172 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:28:06,155 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:29:06,163 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:29:06,164 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:29:06,165 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:30:06,164 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:30:06,165 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:30:06,165 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:31:06,167 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:31:06,168 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:31:06,169 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:32:06,178 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:33:06,205 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:33:06,205 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:33:06,208 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:34:06,204 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:34:06,204 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:34:06,206 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:35:06,211 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:35:06,212 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:35:06,214 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:36:06,179 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:37:06,213 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:37:06,216 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:37:06,217 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:38:06,208 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:38:06,209 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:38:06,211 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:39:06,188 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:40:06,210 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:40:06,211 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:40:06,213 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:41:06,187 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:42:06,216 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:42:06,216 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:42:06,218 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:43:06,182 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:44:06,209 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:44:06,214 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:44:06,215 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:45:06,195 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:46:06,212 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:46:06,214 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:46:06,216 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:47:06,216 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:48:06,236 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:48:06,238 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:48:06,238 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:49:06,216 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:50:06,229 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:50:06,229 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:50:06,231 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:51:06,217 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:52:06,242 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:52:06,243 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:52:06,243 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:53:06,247 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:53:06,247 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:53:06,249 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:54:06,213 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:55:06,237 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:55:06,240 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:55:06,242 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:56:06,250 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:56:06,251 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:56:06,251 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:57:06,225 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:58:06,253 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:58:06,255 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:58:06,256 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:59:06,250 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:59:06,252 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:59:06,254 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:00:06,236 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:01:06,254 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:01:06,255 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:01:06,256 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:02:06,279 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:03:06,291 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:03:06,292 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:03:06,293 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:04:06,282 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:05:06,295 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:05:06,298 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:05:06,299 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:06:06,300 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:06:06,301 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:06:06,302 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:07:06,287 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:08:06,309 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:08:06,310 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:08:06,312 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:09:06,295 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:09:06,298 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:09:06,299 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:10:06,275 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:11:06,296 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:11:06,299 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:11:06,301 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:12:06,276 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:13:06,294 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:13:06,301 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:13:06,301 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:14:06,280 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:15:06,302 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:15:06,302 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:15:06,304 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:16:06,296 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:16:06,296 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:16:06,297 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:19:07,407 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:20:07,421 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:20:07,425 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:20:07,426 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:21:07,434 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:21:07,435 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:21:07,436 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:22:07,413 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:23:07,431 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:23:07,432 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:23:07,432 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:24:07,433 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:24:07,434 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:24:07,435 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:25:07,426 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:25:07,432 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:25:07,432 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:26:07,423 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:27:07,435 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:27:07,436 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:27:07,436 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:28:07,425 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:29:07,443 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:29:07,444 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:29:07,445 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:30:07,423 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:31:07,440 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:31:07,442 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:31:07,444 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:32:07,411 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:33:07,425 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:33:07,426 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:33:07,428 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:34:07,413 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:35:07,437 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:35:07,437 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:35:07,438 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:36:07,419 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:36:07,425 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:36:07,425 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:37:07,413 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:38:07,414 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:38:07,424 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:38:07,425 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:39:07,426 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:39:07,427 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:40:07,425 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:40:07,427 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:41:07,423 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:41:07,425 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:42:07,431 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:42:07,431 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:42:07,432 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:43:07,429 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:43:07,430 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:44:07,486 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:44:07,497 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:45:07,436 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:45:07,439 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:45:07,440 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:46:07,445 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:46:07,446 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:46:07,447 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:47:07,428 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:48:07,443 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:48:07,444 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:48:07,445 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:49:07,443 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:49:07,444 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:49:07,445 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:50:07,432 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:51:07,447 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:51:07,448 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:51:07,449 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:52:07,456 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:52:07,458 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:52:07,459 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:53:07,441 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:54:07,455 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:54:07,455 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:54:07,457 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:55:07,434 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:55:07,444 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:55:07,444 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:56:07,440 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:57:07,461 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:57:07,463 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:57:07,464 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:58:07,442 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:59:07,461 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:59:07,461 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:59:07,463 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:00:07,445 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:01:07,458 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:01:07,461 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:01:07,462 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:02:07,445 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:02:07,445 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:02:07,448 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:03:07,438 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:03:07,439 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:03:07,440 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:04:07,422 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:05:07,440 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:05:07,440 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:05:07,441 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:06:07,441 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:06:07,442 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:06:07,442 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:07:07,423 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:08:07,441 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:08:07,442 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:08:07,443 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:09:07,430 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:10:07,447 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:10:07,448 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:10:07,449 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:11:07,433 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:12:07,444 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:12:07,445 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:12:07,445 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:13:07,454 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:13:07,454 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:13:07,455 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:14:07,443 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:14:07,445 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:14:07,446 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:15:07,436 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:16:07,453 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:16:07,453 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:16:07,454 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:17:07,458 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:17:07,458 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:17:07,460 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:18:07,441 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:19:07,461 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:19:07,463 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:19:07,464 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:29:26,789 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:29:26,791 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:29:26,791 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:30:26,784 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:30:26,784 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:30:26,786 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:31:26,765 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:32:26,784 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:32:26,784 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:32:26,785 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:33:26,793 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:33:26,795 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:33:26,796 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:34:26,767 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:35:26,781 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:35:26,782 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:35:26,783 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:36:26,767 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:37:26,795 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:37:26,796 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:37:26,797 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:38:26,792 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:38:26,792 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:38:26,793 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:39:26,783 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:40:26,792 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:40:26,795 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:40:26,798 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:41:26,772 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:42:26,786 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:42:26,787 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:42:26,788 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:43:26,798 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:43:26,798 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:43:26,800 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:44:26,556 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:45:26,576 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:45:26,578 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:45:26,579 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:46:26,547 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:47:26,576 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:47:26,577 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:47:26,579 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:48:26,550 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:49:26,563 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:49:26,564 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:49:26,566 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:50:26,578 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:50:26,579 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:50:26,581 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:51:26,545 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:52:26,553 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:52:26,553 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:52:26,555 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:53:26,547 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:54:26,561 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:54:26,566 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:54:26,568 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:55:26,536 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:56:26,556 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:56:26,564 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:56:26,565 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:57:26,541 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:58:26,544 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:58:26,548 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:58:26,549 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:59:26,463 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:59:26,463 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:59:26,466 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:00:26,467 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:00:26,468 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:00:26,469 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:01:26,442 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:02:26,456 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:02:26,458 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:02:26,461 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:03:26,433 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:04:26,456 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:04:26,457 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:04:26,459 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:05:26,439 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:05:26,443 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:05:26,443 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:06:26,430 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:07:26,450 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:07:26,451 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:07:26,453 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:08:26,421 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:08:26,428 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:08:26,429 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:09:26,426 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:10:26,433 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:10:26,438 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:10:26,440 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:11:26,416 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:12:26,431 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:12:26,437 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:12:26,439 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:13:26,413 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:14:26,555 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:14:26,556 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:14:26,556 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:15:26,549 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:15:26,549 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:15:26,551 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:16:26,527 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:17:26,552 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:17:26,552 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:17:26,553 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:18:26,552 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:18:26,552 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:18:26,553 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:19:26,525 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:20:26,550 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:20:26,550 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:20:26,551 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:21:26,541 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:21:26,541 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:21:26,543 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:22:26,529 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:23:26,545 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:23:26,545 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:23:26,548 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:24:26,519 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:25:26,544 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:25:26,544 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:25:26,545 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:26:26,545 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:26:26,546 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:26:26,547 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:27:26,515 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:28:26,543 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:28:26,544 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:28:26,546 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:45:49,502 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:45:49,504 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:45:49,505 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:46:49,493 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:47:49,510 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:47:49,510 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:47:49,511 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:48:49,493 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:49:49,511 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:49:49,511 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:49:49,512 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:50:49,500 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:51:49,506 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:51:49,506 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:51:49,507 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:52:49,505 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:52:49,506 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:52:49,507 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:53:49,491 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:54:49,507 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:54:49,507 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:54:49,509 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:55:49,498 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:56:49,492 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:56:49,504 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:56:49,505 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:57:49,497 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:57:49,498 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:58:49,510 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:58:49,510 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:58:49,512 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:59:49,492 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:59:49,500 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:59:49,501 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:00:49,497 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:01:49,505 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:01:49,506 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:01:49,508 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:02:49,504 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:02:49,505 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:02:49,506 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:03:49,490 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:04:49,503 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:04:49,504 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:04:49,505 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:05:49,509 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:05:49,510 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:05:49,511 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:06:49,489 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:07:49,503 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:07:49,504 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:07:49,506 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:08:49,507 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:08:49,507 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:08:49,508 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:09:49,485 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:09:49,497 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:09:49,497 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:10:49,504 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:11:49,537 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:11:49,585 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:11:49,590 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:12:49,580 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:12:49,591 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:12:49,592 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:13:49,491 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:14:49,506 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:14:49,509 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:14:49,509 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:15:49,534 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:15:49,534 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:15:49,534 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:16:49,531 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:16:49,532 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:16:49,533 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:17:49,533 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:17:49,535 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:17:49,536 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:18:49,533 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:18:49,534 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:18:49,535 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:19:49,518 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:20:49,539 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:20:49,541 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:20:49,541 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:21:49,518 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:22:49,536 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:22:49,537 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:22:49,539 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:23:49,539 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:23:49,539 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:23:49,541 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:24:49,531 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:24:49,532 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:24:49,532 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:25:49,537 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:26:49,525 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:26:49,531 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:26:49,533 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:27:49,536 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:27:49,536 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:27:49,537 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:28:49,529 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:29:49,545 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:29:49,546 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:29:49,547 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:30:49,542 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:30:49,542 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:30:49,543 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:31:49,520 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:32:49,538 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:32:49,538 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:32:49,541 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:33:49,519 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:34:49,541 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:34:49,542 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:34:49,544 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:35:49,544 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:36:49,539 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:36:49,539 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:36:49,540 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:37:49,527 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:38:49,552 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:38:49,553 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:38:49,555 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:39:49,536 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:39:49,536 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:39:49,537 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:40:49,548 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:40:49,550 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:40:49,551 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:41:49,524 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:42:49,541 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:42:49,542 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:42:49,543 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:43:49,526 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:44:49,550 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:44:49,552 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:44:49,553 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:45:49,618 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:45:49,619 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:45:49,620 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:57:33,675 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:58:33,676 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:58:33,679 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:58:33,680 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:59:33,689 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:59:33,691 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:59:33,691 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:00:33,680 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:01:33,680 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:01:33,683 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:01:33,684 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:02:33,696 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:02:33,699 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:02:33,699 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:03:33,672 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:04:33,684 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:04:33,685 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:04:33,687 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:05:33,695 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:05:33,695 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:05:33,696 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:06:33,676 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:07:33,803 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:07:33,808 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:07:33,816 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:08:33,686 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:08:33,687 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:08:33,689 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:09:33,686 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:10:33,770 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:10:33,776 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:10:33,784 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:11:33,674 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:12:33,702 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:12:33,704 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:12:33,705 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:13:33,798 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:13:33,800 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:13:33,812 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:14:33,672 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:15:33,697 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:15:33,698 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:15:33,699 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:16:33,705 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:16:33,706 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:16:33,708 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:17:33,696 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:18:33,711 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:18:33,715 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:18:33,716 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:19:33,707 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:19:33,710 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:19:33,711 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:20:33,697 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:20:33,697 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:20:33,700 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:21:33,700 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:22:33,714 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:22:33,716 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:22:33,718 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:23:33,705 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:24:33,712 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:24:33,715 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:24:33,715 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:25:33,688 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:26:33,713 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:26:33,715 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:26:33,715 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:27:33,681 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:28:33,693 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:28:33,695 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:28:33,695 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:29:33,684 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:29:33,685 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:29:33,686 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:30:33,679 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:31:33,684 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:31:33,684 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:31:33,687 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:32:33,696 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:32:33,697 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:32:33,697 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:33:33,691 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:33:33,691 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:33:33,692 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:34:33,674 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:35:33,694 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:35:33,694 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:35:33,695 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:36:33,707 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:36:33,708 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:36:33,710 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:37:33,669 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:38:33,694 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:38:33,694 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:38:33,695 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:39:33,673 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:40:33,689 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:40:33,691 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:40:33,693 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:41:33,674 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:42:33,651 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:42:33,653 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:42:33,654 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:43:33,651 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:43:33,652 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:43:33,653 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:44:33,648 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:44:33,649 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:44:33,649 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:45:33,630 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:46:33,631 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:46:33,642 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:46:33,643 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:47:33,651 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:47:33,655 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:47:33,655 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:48:33,633 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:49:33,654 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:49:33,654 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:49:33,657 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:50:33,650 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:50:33,652 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:50:33,653 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:51:33,650 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:51:33,651 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:51:33,653 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:52:33,655 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:52:33,656 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:52:33,657 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:53:33,632 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:54:33,644 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:54:33,647 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:54:33,649 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:55:33,649 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:55:33,650 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:55:33,651 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:56:33,656 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:56:33,656 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:56:33,658 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:12:47,714 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:13:47,736 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:13:47,737 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:13:47,739 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:14:47,698 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:15:47,732 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:15:47,733 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:15:47,735 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:16:47,703 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:17:47,712 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:17:47,717 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:17:47,718 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:18:47,731 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:18:47,732 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:18:47,733 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:19:47,735 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:19:47,735 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:19:47,736 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:20:47,709 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:21:47,735 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:21:47,735 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:21:47,736 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:22:47,715 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:23:47,723 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:23:47,723 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:23:47,725 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:24:47,735 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:24:47,738 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:24:47,738 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:25:47,740 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:25:47,741 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:25:47,742 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:26:47,740 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:26:47,741 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:26:47,743 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:27:47,713 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:28:47,738 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:28:47,740 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:28:47,742 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:29:47,717 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:30:47,741 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:30:47,741 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:30:47,743 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:31:47,717 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:31:47,728 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:31:47,728 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:32:47,743 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:32:47,745 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:32:47,746 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:33:47,717 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:34:47,731 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:34:47,732 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:34:47,734 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:35:47,743 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:35:47,745 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:35:47,746 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:36:47,747 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:36:47,747 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:36:47,748 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:37:47,741 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:37:47,742 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:37:47,743 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:38:47,728 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:39:47,744 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:39:47,746 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:39:47,747 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:40:47,748 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:40:47,748 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:40:47,749 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:41:47,725 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:42:47,752 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:42:47,752 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:42:47,754 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:43:47,754 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:43:47,756 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:43:47,758 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:44:47,726 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:45:47,751 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:45:47,751 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:45:47,752 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:46:47,728 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:47:47,742 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:47:47,743 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:47:47,744 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:48:47,731 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:49:47,755 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:49:47,756 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:49:47,757 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:50:47,733 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:51:47,759 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:51:47,762 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:51:47,764 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:52:47,736 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:53:47,761 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:53:47,762 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:53:47,764 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:54:47,756 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:54:47,759 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:54:47,760 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:55:47,737 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:56:47,761 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:56:47,762 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:56:47,762 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:57:47,762 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:57:47,762 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:57:47,763 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:58:47,750 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:58:47,752 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:58:47,753 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:59:47,737 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:00:47,761 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:00:47,761 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:00:47,763 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:01:47,763 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:01:47,764 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:01:47,764 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:02:47,766 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:02:47,768 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:02:47,770 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:03:47,740 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:04:47,754 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:04:47,760 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:04:47,761 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:05:47,764 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:05:47,764 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:05:47,765 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:06:47,745 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:07:47,768 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:07:47,769 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:07:47,771 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:08:47,743 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:09:47,768 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:09:47,769 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:09:47,771 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:10:47,745 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:11:47,773 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:11:47,773 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:11:47,775 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:12:47,763 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:12:47,764 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:12:47,765 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:13:47,741 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:14:47,743 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:14:47,744 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:14:47,745 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:15:47,760 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:15:47,761 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:15:47,762 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:16:47,734 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:17:47,747 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:17:47,747 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:17:47,748 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:18:47,737 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:19:47,766 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:19:47,767 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:19:47,767 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:20:47,732 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:21:47,751 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:21:47,753 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:21:47,754 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:22:47,748 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:23:47,755 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:23:47,755 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:23:47,756 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:24:47,741 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:24:47,747 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:24:47,747 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:25:47,738 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:25:47,749 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:25:47,750 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:26:47,754 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:27:47,449 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:27:47,449 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:27:47,451 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:28:47,427 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:29:47,447 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:29:47,449 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:29:47,449 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:30:47,440 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:30:47,440 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:30:47,441 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:31:47,437 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:31:47,438 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:31:47,439 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:32:47,426 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:33:47,533 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:33:47,545 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:33:47,550 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:34:47,423 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:34:47,424 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:35:47,434 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:35:47,437 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:35:47,437 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:36:47,519 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:36:47,523 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:36:47,524 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:37:47,411 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:38:47,435 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:38:47,436 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:38:47,437 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:39:47,427 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:39:47,429 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:39:47,430 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:40:47,431 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:40:47,433 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:40:47,434 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:41:47,425 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:41:47,426 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:41:47,428 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:42:47,550 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:43:47,571 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:43:47,573 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:43:47,574 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:44:47,539 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:45:47,563 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:45:47,564 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:45:47,565 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:46:47,538 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:47:47,566 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:47:47,566 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:47:47,567 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:48:47,549 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:49:47,551 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:49:47,552 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:49:47,554 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:50:47,531 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:51:47,571 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:51:47,572 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:51:47,572 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:52:47,539 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:53:47,550 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:53:47,550 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:53:47,551 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:54:47,552 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:54:47,552 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:54:47,553 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:55:47,546 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:55:47,546 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:55:47,548 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:56:47,537 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:56:47,541 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:56:47,541 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:57:47,547 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:58:47,540 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:58:47,544 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:58:47,545 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:59:47,548 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:59:47,548 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:59:47,549 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:00:47,546 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:00:47,547 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:00:47,548 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:01:47,551 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:01:47,552 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:01:47,553 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:02:47,544 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:03:47,544 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:03:47,545 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:03:47,547 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:04:47,544 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:04:47,548 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:04:47,549 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:05:47,553 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:05:47,553 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:05:47,555 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:06:47,544 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:06:47,547 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:06:47,547 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:07:47,537 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:08:47,550 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:08:47,550 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:08:47,553 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:09:47,533 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:09:47,539 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:09:47,540 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:10:47,525 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:11:47,547 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:11:47,548 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:11:47,550 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:12:47,532 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:12:47,533 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:12:47,534 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:13:47,519 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:13:47,519 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:13:47,519 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:14:47,502 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:15:47,516 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:15:47,516 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:15:47,518 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:16:47,525 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:16:47,525 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:16:47,527 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:17:47,524 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:17:47,525 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:17:47,526 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:18:47,522 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:18:47,525 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:18:47,526 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:19:47,500 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:20:47,521 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:20:47,522 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:20:47,523 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:21:47,529 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:21:47,530 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:21:47,531 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:22:47,496 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:23:47,527 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:23:47,527 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:23:47,527 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:24:47,520 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:24:47,521 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:24:47,522 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:25:47,495 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:26:47,526 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:26:47,526 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:26:47,528 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:27:47,550 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:28:47,567 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:28:47,567 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:28:47,570 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:29:47,561 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:30:47,577 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:30:47,578 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:30:47,578 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:31:47,553 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:32:47,560 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:32:47,560 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:32:47,562 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:33:47,576 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:33:47,576 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:33:47,579 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:34:47,551 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:35:47,573 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:35:47,574 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:35:47,575 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:36:47,577 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:36:47,577 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:36:47,579 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:37:47,568 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:37:47,568 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:37:47,569 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:38:47,549 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:39:47,574 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:39:47,575 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:39:47,577 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:40:47,549 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:41:47,571 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:41:47,573 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:41:47,574 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:42:47,563 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:42:47,563 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:42:47,564 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:43:47,531 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:44:47,561 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:44:47,562 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:44:47,563 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:45:47,550 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:45:47,550 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:45:47,553 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:46:47,535 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:47:47,564 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:47:47,567 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:47:47,568 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:48:47,546 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:48:47,553 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:48:47,553 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:49:47,547 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:49:47,553 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:49:47,553 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:50:47,536 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:51:47,561 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:51:47,563 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:51:47,564 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:52:47,548 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:52:47,552 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:52:47,553 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:53:47,560 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:53:47,562 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:53:47,563 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:54:47,543 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:54:47,549 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:54:47,549 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:55:47,558 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:55:47,559 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:55:47,560 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:56:47,531 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:57:47,558 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:57:47,559 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:57:47,561 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:58:47,561 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:58:47,563 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:58:47,564 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:59:47,535 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:00:47,554 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:00:47,556 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:00:47,557 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:01:47,529 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:02:47,554 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:02:47,555 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:02:47,557 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:03:47,555 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:03:47,555 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:03:47,556 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:04:47,528 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:05:47,553 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:05:47,554 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:05:47,556 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:06:47,530 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:07:47,556 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:07:47,556 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:07:47,557 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:08:47,531 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:08:47,532 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:09:47,547 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:09:47,552 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:09:47,554 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:10:47,551 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:10:47,552 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:10:47,553 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:11:47,538 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:11:47,543 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:11:47,543 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:12:47,620 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:13:47,643 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:13:47,645 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:13:47,646 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:30:14,239 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:30:14,241 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:30:14,241 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:31:14,208 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:32:14,208 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:32:14,211 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:32:14,214 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:33:14,206 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:33:14,208 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:33:14,208 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:34:14,202 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:34:14,206 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:34:14,207 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:35:14,203 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:36:14,207 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:36:14,208 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:36:14,208 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:37:14,210 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:37:14,211 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:37:14,211 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:38:14,204 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:39:14,207 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:39:14,208 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:39:14,209 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:40:14,219 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:40:14,220 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:40:14,220 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:41:14,182 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:42:14,205 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:42:14,205 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:42:14,206 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:43:14,209 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:43:14,210 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:43:14,211 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:44:14,189 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:45:14,091 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:45:14,092 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:45:14,093 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:46:14,083 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:47:14,088 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:47:14,089 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:47:14,090 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:48:14,079 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:49:14,095 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:49:14,096 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:49:14,097 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:50:14,088 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:50:14,089 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:50:14,089 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:51:14,080 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:52:14,182 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:52:14,188 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:52:14,196 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:53:14,072 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:54:14,081 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:54:14,082 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:54:14,082 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:55:14,173 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:55:14,181 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:55:14,188 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:56:14,066 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:57:14,073 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:57:14,074 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:57:14,075 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:58:14,081 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:58:14,083 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:58:14,083 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:59:14,055 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:00:14,016 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:00:14,017 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:00:14,018 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:01:14,005 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:01:14,006 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:01:14,007 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:02:14,013 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:02:14,013 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:02:14,015 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:03:13,993 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:04:14,008 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:04:14,008 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:04:14,009 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:05:14,001 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:05:14,001 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:05:14,002 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:06:13,993 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:07:14,013 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:07:14,015 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:07:14,016 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:08:14,011 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:08:14,014 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:08:14,014 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:09:13,975 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:10:13,988 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:10:13,989 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:10:13,991 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:11:13,969 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:12:13,981 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:12:13,982 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:12:13,983 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:13:13,992 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:13:13,993 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:13:13,994 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:14:13,968 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:14:13,972 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:14:13,973 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:15:13,952 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:16:13,970 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:16:13,971 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:16:13,972 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:17:13,960 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:17:13,960 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:17:13,961 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:18:13,937 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:19:13,955 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:19:13,955 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:19:13,957 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:20:13,956 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:20:13,957 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:20:13,957 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:21:13,930 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:22:13,950 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:22:13,951 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:22:13,952 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:23:13,924 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:24:13,958 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:24:13,959 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:24:13,961 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:25:13,924 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:26:13,951 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:26:13,952 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:26:13,953 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:27:13,940 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:27:13,940 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:27:13,941 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:28:13,939 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:28:13,939 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:28:13,940 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:29:13,933 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:29:13,935 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:29:13,937 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:30:13,910 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:48:15,552 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:48:15,553 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:48:15,554 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:58:12,013 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:58:12,015 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:58:12,016 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:59:11,990 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:59:11,991 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:00:11,987 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:00:11,989 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:01:12,002 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:01:12,002 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:01:12,004 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:02:11,972 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:03:12,012 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:03:12,016 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:03:12,018 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:04:12,025 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:04:12,026 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:04:12,027 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:05:12,002 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:06:12,012 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:06:12,018 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:06:12,019 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:07:11,996 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:08:12,019 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:08:12,020 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:08:12,022 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:09:12,014 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:09:12,015 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:09:12,016 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:10:11,990 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:11:12,014 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:11:12,014 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:11:12,017 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:12:11,986 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:13:12,006 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:13:12,009 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:13:12,009 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:14:11,983 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:15:12,009 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:15:12,009 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:15:12,011 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:16:11,979 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:17:12,005 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:17:12,005 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:17:12,006 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:18:12,030 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:18:12,031 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:18:12,032 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:19:12,013 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:20:12,032 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:20:12,033 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:20:12,034 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:21:12,033 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:21:12,033 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:21:12,034 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:22:12,002 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:23:12,026 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:23:12,028 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:23:12,029 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:24:12,002 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:25:12,028 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:25:12,030 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:25:12,031 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:26:11,999 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:27:12,015 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:27:12,019 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:27:12,020 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:28:12,013 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:28:12,016 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:28:12,016 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:29:11,997 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:30:12,005 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:30:12,006 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:30:12,007 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:31:12,013 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:31:12,015 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:31:12,017 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:32:11,990 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:33:12,047 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:33:12,048 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:33:12,050 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:34:12,051 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:34:12,053 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:34:12,054 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:35:12,077 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:35:12,078 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:35:12,079 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:36:12,024 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:37:12,050 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:37:12,050 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:37:12,051 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:38:12,021 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:39:12,050 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:39:12,050 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:39:12,052 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:40:12,032 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:40:12,034 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:40:12,035 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:41:12,019 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:42:12,027 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:42:12,030 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:42:12,032 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:43:12,042 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:43:12,043 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:43:12,043 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:44:12,016 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:45:12,037 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:45:12,037 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:45:12,038 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:46:12,012 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:47:12,036 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:47:12,036 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:47:12,037 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:48:12,024 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:49:12,056 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:49:12,058 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:49:12,060 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:50:12,024 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:51:12,050 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:51:12,050 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:51:12,051 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:52:12,022 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:53:12,043 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:53:12,043 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:53:12,045 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:54:12,045 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:54:12,046 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:54:12,047 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:55:12,023 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:56:12,029 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:56:12,031 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:56:12,032 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:57:12,043 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:57:12,045 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:57:12,046 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:58:12,014 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:14:14,194 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:14:14,197 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:14:14,198 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:15:14,197 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:15:14,200 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:15:14,200 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:16:14,177 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:17:14,189 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:17:14,190 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:17:14,191 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:18:14,191 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:18:14,191 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:18:14,192 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:19:14,203 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:20:14,183 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:20:14,186 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:20:14,188 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:21:14,185 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:21:14,186 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:21:14,187 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:22:14,168 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:23:14,170 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:23:14,173 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:23:14,174 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:24:14,179 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:24:14,179 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:24:14,180 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:25:14,174 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:25:14,174 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:25:14,174 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:26:14,172 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:27:14,172 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:27:14,174 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:27:14,174 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:28:14,157 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:29:14,215 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:29:14,215 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:29:14,217 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:30:14,216 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:30:14,216 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:30:14,217 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:31:14,200 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:32:14,216 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:32:14,217 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:32:14,218 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:33:14,220 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:33:14,221 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:33:14,222 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:34:14,197 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:35:14,210 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:35:14,211 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:35:14,213 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:36:14,297 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:36:14,307 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:36:14,310 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:37:14,191 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:38:14,205 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:38:14,206 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:38:14,208 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:39:14,239 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:40:14,192 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:40:14,197 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:40:14,198 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:41:14,200 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:41:14,202 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:41:14,202 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:42:14,202 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:42:14,203 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:42:14,204 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:43:14,181 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:44:14,225 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:44:14,226 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:44:14,227 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:45:14,209 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:46:14,200 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:46:14,213 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:46:14,215 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:47:14,207 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:47:14,208 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:48:14,225 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:48:14,232 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:48:14,234 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:49:14,209 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:50:14,213 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:50:14,214 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:50:14,215 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:51:14,211 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:51:14,212 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:51:14,213 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:52:14,190 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:53:14,215 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:53:14,215 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:53:14,217 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:54:14,211 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:54:14,215 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:54:14,216 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:55:14,210 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:55:14,210 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:55:14,212 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:56:14,193 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:57:14,206 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:57:14,207 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:57:14,208 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:58:14,206 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:58:14,207 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:58:14,208 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:59:14,213 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:00:14,227 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:00:14,227 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:00:14,229 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:01:14,207 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:02:14,223 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:02:14,223 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:02:14,225 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:03:14,223 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:03:14,224 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:03:14,225 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:04:14,208 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:05:14,220 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:05:14,221 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:05:14,223 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:06:14,218 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:06:14,219 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:06:14,220 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:07:14,224 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:07:14,224 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:07:14,226 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:08:14,204 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:08:14,213 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:08:14,214 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:09:14,206 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:10:14,201 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:10:14,213 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:10:14,214 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:11:14,217 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:11:14,217 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:11:14,218 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:12:14,202 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:12:14,208 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:12:14,209 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:13:14,200 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:14:14,241 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:14:14,243 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:14:14,245 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:15:14,219 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:16:14,225 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:16:14,226 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:16:14,227 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:17:14,213 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:18:14,239 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:18:14,239 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:18:14,241 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:19:14,206 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:20:14,236 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:20:14,237 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:20:14,238 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:21:14,233 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:21:14,234 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:21:14,235 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:22:14,210 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:23:14,233 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:23:14,234 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:23:14,235 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:24:14,233 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:24:14,233 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:24:14,235 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:25:14,207 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:26:14,232 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:26:14,233 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:26:14,235 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:27:14,228 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:27:14,229 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:27:14,231 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:28:14,205 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:29:14,231 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:29:14,231 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:29:14,233 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:30:14,236 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:30:14,239 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:30:14,239 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:31:14,251 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:31:14,252 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:31:14,253 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:32:14,249 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:32:14,251 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:32:14,251 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:33:14,221 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:34:14,221 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:34:14,225 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:34:14,227 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:35:14,237 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:35:14,238 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:35:14,240 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:36:14,245 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:36:14,246 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:36:14,248 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:37:14,241 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:37:14,241 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:37:14,243 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:38:14,214 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:39:14,239 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:39:14,240 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:39:14,241 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:40:14,232 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:40:14,234 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:40:14,234 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:41:14,210 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:42:14,238 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:42:14,238 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:42:14,239 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:43:14,239 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:43:14,240 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:43:14,241 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:44:14,237 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:44:14,238 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:44:14,238 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:45:14,209 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:46:14,220 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:46:14,221 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:46:14,222 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:47:14,220 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:47:14,221 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:48:14,234 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:48:14,236 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:48:14,237 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:49:14,202 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:50:14,226 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:50:14,227 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:50:14,228 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:51:14,204 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:52:14,220 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:52:14,221 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:52:14,222 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:53:14,228 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:53:14,229 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:53:14,231 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:54:14,207 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:55:14,228 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:55:14,229 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:55:14,230 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:56:14,203 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:57:14,228 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:57:14,228 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:57:14,230 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:58:14,229 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:58:14,230 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:58:14,231 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:59:14,223 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:00:14,245 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:00:14,245 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:00:14,248 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:01:14,245 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:01:14,246 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:01:14,247 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:02:14,221 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:03:14,243 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:03:14,244 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:03:14,245 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:04:14,221 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:05:14,246 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:05:14,246 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:05:14,247 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:06:14,242 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:06:14,242 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:06:14,244 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:07:14,245 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:07:14,246 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:07:14,247 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:08:14,217 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:09:14,232 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:09:14,235 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:09:14,236 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:10:14,241 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:10:14,241 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:10:14,243 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:11:14,218 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:12:14,230 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:12:14,230 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:12:14,231 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:13:14,242 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:13:14,243 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:13:14,244 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:14:14,236 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:14:14,237 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:14:14,237 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:15:14,212 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:32:08,698 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:32:08,699 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:32:08,701 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:33:08,686 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:33:08,688 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:34:08,700 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:34:08,700 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:34:08,702 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:35:08,676 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:36:08,701 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:36:08,702 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:36:08,703 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:37:08,676 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:38:08,697 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:38:08,698 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:38:08,699 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:39:08,675 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:40:08,681 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:40:08,683 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:40:08,684 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:51:21,509 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:51:21,509 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:51:21,510 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:52:21,607 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:53:21,616 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:53:21,622 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:53:21,624 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:54:21,600 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:54:21,600 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:54:21,602 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:55:21,598 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:56:21,622 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:56:21,625 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:56:21,627 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:57:21,621 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:57:21,622 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:57:21,623 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:58:21,601 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:59:21,628 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:59:21,629 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:59:21,629 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:00:21,601 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:01:21,632 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:01:21,633 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:01:21,636 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:02:21,612 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:02:21,612 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:03:21,616 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:03:21,618 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:04:21,631 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:04:21,632 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:04:21,633 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:05:21,595 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:06:21,612 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:06:21,616 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:06:21,618 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:07:21,556 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:08:21,585 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:08:21,585 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:08:21,586 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:09:21,562 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:09:21,567 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:09:21,568 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:10:21,558 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:11:21,566 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:11:21,574 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:11:21,575 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:12:21,586 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:12:21,588 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:12:21,589 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:13:21,557 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:14:21,591 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:14:21,591 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:14:21,592 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:15:21,582 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:15:21,582 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:15:21,583 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:16:21,588 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:16:21,589 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:16:21,590 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:17:21,574 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:18:21,592 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:18:21,594 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:18:21,595 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:19:21,571 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:20:21,597 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:20:21,599 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:20:21,600 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:21:21,599 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:21:21,601 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:21:21,601 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:22:21,597 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:23:21,603 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:23:21,603 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:23:21,604 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:24:21,612 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:24:21,614 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:24:21,615 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:25:21,600 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:26:21,606 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:26:21,608 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:26:21,609 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:27:21,576 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:28:21,608 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:28:21,608 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:28:21,609 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:29:21,586 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:30:21,606 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:30:21,607 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:30:21,608 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:31:21,585 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:32:21,610 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:32:21,611 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:32:21,613 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:33:21,586 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:34:21,611 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:34:21,612 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:34:21,613 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:35:21,585 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:36:21,608 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:36:21,608 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:36:21,610 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:37:21,583 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:37:21,584 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:37:21,584 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:38:21,587 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:38:21,590 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:38:21,590 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:39:21,580 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:40:21,598 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:40:21,600 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:40:21,601 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:41:21,595 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:41:21,595 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:41:21,595 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:42:21,577 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:43:21,605 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:43:21,605 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:43:21,606 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:44:21,608 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:44:21,608 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:44:21,610 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:45:21,572 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:46:21,598 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:46:21,599 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:46:21,601 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:47:21,577 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:48:21,587 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:48:21,589 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:48:21,590 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:49:21,605 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:49:21,605 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:49:21,608 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:50:21,602 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:50:21,604 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:50:21,606 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:51:21,578 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:59:07,862 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:59:07,863 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:59:07,863 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:00:07,851 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:01:07,863 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:01:07,863 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:01:07,864 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:02:07,866 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:02:07,867 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:02:07,869 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:03:07,848 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:04:07,869 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:04:07,869 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:04:07,871 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:05:07,853 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:05:07,859 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:05:07,860 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:06:07,854 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:06:07,859 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:06:07,859 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:07:07,851 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:08:07,883 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:08:07,884 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:08:07,885 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:09:07,863 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:10:07,872 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:10:07,873 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:10:07,873 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:11:07,882 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:11:07,883 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:11:07,884 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:12:07,865 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:13:07,885 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:13:07,885 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:13:07,887 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:14:08,044 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:14:08,045 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:14:08,046 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:15:08,026 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:15:08,033 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:15:08,033 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:16:08,041 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:17:08,054 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:17:08,055 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:17:08,055 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:18:08,041 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:19:08,049 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:19:08,051 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:19:08,051 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:20:08,044 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:21:08,051 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:21:08,052 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:21:08,053 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:22:08,038 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:23:08,155 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:23:08,162 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:23:08,169 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:24:08,168 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:24:08,169 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:24:08,179 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:25:08,046 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:26:08,149 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:26:08,153 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:26:08,161 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:27:08,045 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:28:08,074 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:28:08,077 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:28:08,078 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:29:08,059 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:30:08,067 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:30:08,067 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:30:08,069 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:31:08,067 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:31:08,068 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:32:08,068 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:32:08,069 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:32:08,071 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:33:08,068 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:33:08,070 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:33:08,071 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:34:08,065 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:35:08,071 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:35:08,071 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:35:08,072 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:36:08,056 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:37:08,075 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:37:08,076 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:37:08,079 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:38:08,064 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:39:08,082 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:39:08,083 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:39:08,083 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:40:08,086 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:40:08,088 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:40:08,088 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:41:08,067 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:42:08,090 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:42:08,092 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:42:08,093 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:43:08,084 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:44:08,146 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:44:08,148 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:44:08,149 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:45:08,141 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:45:08,141 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:45:08,143 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:46:08,131 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:47:08,142 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:47:08,142 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:47:08,145 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:48:08,144 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:48:08,145 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:48:08,145 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:49:08,143 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:50:08,159 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:50:08,160 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:50:08,161 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:51:08,147 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:51:08,150 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:51:08,150 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:52:08,141 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:53:08,140 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:53:08,152 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:53:08,153 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:54:08,150 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:55:08,155 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:55:08,156 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:55:08,157 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:56:08,143 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:57:08,162 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:57:08,162 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:57:08,164 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:58:08,160 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:15:29,110 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:15:29,111 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:15:29,113 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:16:29,063 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:17:29,066 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:17:29,068 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:17:29,068 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:18:29,067 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:18:29,068 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:18:29,070 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:19:29,076 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:19:29,077 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:19:29,078 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:20:29,078 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:20:29,080 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:20:29,081 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:21:29,065 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:22:29,076 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:22:29,076 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:22:29,077 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:23:29,071 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:23:29,071 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:23:29,073 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:24:29,072 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:25:29,082 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:25:29,084 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:25:29,084 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:26:29,080 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:27:29,074 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:27:29,075 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:27:29,077 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:28:29,089 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:28:29,090 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:28:29,092 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:29:29,066 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:30:29,086 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:30:29,088 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:30:29,088 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:31:29,085 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:31:29,086 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:31:29,087 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:32:29,100 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:33:29,193 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:33:29,194 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:33:29,205 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:34:29,090 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:34:29,091 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:34:29,092 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:35:29,077 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:36:29,149 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:36:29,180 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:36:29,184 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:37:29,074 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:38:29,099 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:38:29,103 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:38:29,104 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:39:29,083 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:39:29,089 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:39:29,090 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:40:29,086 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:41:29,112 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:41:29,113 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:41:29,115 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:42:29,078 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:43:29,098 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:43:29,099 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:43:29,100 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:44:29,109 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:44:29,113 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:44:29,113 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:45:29,007 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:46:29,024 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:46:29,026 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:46:29,027 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:47:29,020 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:47:29,021 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:48:29,018 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:48:29,018 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:49:29,012 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:49:29,013 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:50:29,029 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:50:29,031 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:50:29,031 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:51:29,036 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:51:29,037 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:51:29,038 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:52:29,004 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:53:29,018 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:53:29,018 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:53:29,020 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:54:29,022 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:54:29,024 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:54:29,024 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:55:29,018 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:55:29,019 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:55:29,020 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:56:29,021 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:57:29,026 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:57:29,027 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:57:29,027 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:58:29,014 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:58:29,017 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:58:29,017 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:59:29,004 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:00:29,109 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:00:29,110 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:00:29,111 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:01:29,102 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:01:29,103 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:01:29,105 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:02:29,094 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:03:29,105 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:03:29,105 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:03:29,107 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:04:29,098 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:05:29,117 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:05:29,119 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:05:29,120 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:06:29,093 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:07:29,111 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:07:29,112 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:07:29,113 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:08:29,097 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:09:29,101 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:09:29,102 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:09:29,104 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:10:29,117 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:10:29,118 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:10:29,119 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:11:29,112 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:11:29,114 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:11:29,114 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:12:29,089 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:13:29,109 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:13:29,109 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:13:29,110 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:14:29,121 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:14:29,123 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:14:29,124 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:15:29,076 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:32:14,503 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:32:14,504 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:32:14,505 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:33:14,471 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:34:14,488 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:34:14,491 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:34:14,493 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:35:14,469 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:35:14,480 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:35:14,482 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:36:14,469 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:37:14,496 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:37:14,496 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:37:14,497 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:38:14,477 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:38:14,482 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:38:14,482 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:39:14,473 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:40:14,497 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:40:14,499 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:40:14,500 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:41:14,477 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:42:14,496 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:42:14,498 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:42:14,499 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:43:14,496 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:43:14,498 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:43:14,499 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:44:14,501 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:44:14,502 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:44:14,504 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:45:14,477 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:46:14,504 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:46:14,505 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:46:14,506 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:47:14,459 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:48:14,480 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:48:14,482 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:48:14,483 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:49:14,494 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:49:14,495 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:49:14,496 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:50:14,465 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:51:14,486 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:51:14,486 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:51:14,488 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:52:14,465 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:53:14,501 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:53:14,504 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:53:14,505 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:54:14,491 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:54:14,492 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:54:14,493 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:55:14,492 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:55:14,492 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:55:14,494 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:56:14,468 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:57:14,488 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:57:14,489 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:57:14,490 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:58:14,465 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:59:14,481 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:59:14,481 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:59:14,483 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:00:14,492 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:00:14,492 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:00:14,494 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:01:14,492 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:01:14,494 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:01:14,495 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:02:14,465 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:03:14,483 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:03:14,485 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:03:14,486 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:04:14,465 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:05:14,489 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:05:14,491 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:05:14,493 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:06:14,487 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:06:14,488 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:06:14,489 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:07:14,492 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:07:14,492 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:07:14,492 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:08:14,496 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:08:14,497 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:08:14,499 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:09:14,470 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:10:14,494 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:10:14,495 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:10:14,497 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:11:14,495 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:11:14,496 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:11:14,497 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:12:14,469 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:13:14,490 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:13:14,494 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:13:14,496 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:14:14,495 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:14:14,495 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:14:14,498 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:15:14,470 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:16:14,497 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:16:14,498 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:16:14,500 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:17:14,240 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:17:14,240 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:17:14,241 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:18:14,217 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:19:14,237 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:19:14,239 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:19:14,241 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:20:14,241 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:20:14,242 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:20:14,244 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:21:14,214 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:22:14,239 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:22:14,240 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:22:14,240 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:23:14,209 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:24:14,230 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:24:14,232 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:24:14,233 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:25:14,208 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:26:14,230 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:26:14,231 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:26:14,233 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:27:14,197 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:28:14,225 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:28:14,226 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:28:14,227 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:29:14,223 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:29:14,225 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:29:14,225 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:30:14,197 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:31:14,217 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:31:14,222 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:31:14,224 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:32:14,230 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:32:14,230 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:32:14,233 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:50:39,812 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:51:39,828 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:51:39,828 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:51:39,830 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:52:39,810 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:53:39,821 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:53:39,824 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:53:39,825 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:54:39,816 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:55:39,818 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:55:39,820 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:55:39,820 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:56:39,812 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:56:39,812 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:56:39,813 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:57:39,804 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:58:39,814 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:58:39,815 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:58:39,817 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:59:39,814 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:59:39,816 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:59:39,816 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:00:39,819 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:00:39,821 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:00:39,821 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:01:39,802 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:02:39,800 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:02:39,801 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:02:39,802 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:03:39,803 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:03:39,803 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:03:39,805 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:04:39,783 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:05:39,800 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:05:39,801 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:05:39,801 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:06:39,787 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:07:39,808 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:07:39,809 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:07:39,810 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:08:39,790 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:08:39,790 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:08:39,791 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:09:39,805 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:09:39,806 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:09:39,806 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:10:39,814 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:10:39,814 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:10:39,817 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:11:39,781 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:12:39,784 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:12:39,785 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:12:39,786 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:13:39,794 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:13:39,795 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:13:39,795 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:14:39,793 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:14:39,795 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:14:39,795 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:15:39,784 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:15:39,784 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:15:39,785 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:16:39,796 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:17:39,885 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:17:39,886 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:17:39,889 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:18:39,785 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:18:39,786 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:18:39,787 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:19:39,759 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:20:39,799 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:20:39,804 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:20:39,812 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:21:39,689 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:22:39,709 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:22:39,711 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:22:39,711 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:23:39,698 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:23:39,698 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:23:39,700 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:24:39,806 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:24:39,811 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:24:39,816 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:25:39,683 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:26:39,781 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:26:39,789 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:26:39,794 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:27:39,681 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:28:39,694 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:28:39,695 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:28:39,696 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:29:39,665 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:30:39,693 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:30:39,694 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:30:39,695 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:31:39,664 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:32:39,688 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:32:39,689 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:32:39,690 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:33:39,661 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:34:39,676 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:34:39,676 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:34:39,678 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:35:39,686 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:35:39,687 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:35:39,689 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:36:39,683 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 10:36:39,684 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:36:39,686 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:37:39,684 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 10:37:39,686 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:37:39,688 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:38:39,655 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:39:39,676 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 10:39:39,677 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:39:39,678 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:40:39,676 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 10:40:39,677 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:40:39,678 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:41:39,650 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:42:39,664 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 10:42:39,664 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:42:39,666 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:43:39,658 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:44:39,663 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:44:39,664 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 10:44:39,665 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:45:39,647 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:46:39,660 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 10:46:39,661 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:46:39,662 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:47:39,636 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:48:39,663 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 10:48:39,663 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:48:39,664 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:49:39,662 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 10:49:39,663 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:49:39,665 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:59:19,882 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:00:19,954 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:00:19,955 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:00:19,956 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:01:19,931 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:02:19,937 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:02:19,943 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:02:19,945 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:03:19,949 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:03:19,950 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:03:19,950 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:04:19,924 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:05:19,928 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:05:19,929 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:05:19,930 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:06:19,944 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:06:19,945 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:06:19,946 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:07:19,927 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:07:19,929 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:08:19,927 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:08:19,929 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:09:19,924 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:09:19,926 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:10:19,933 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:10:19,936 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:10:19,937 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:11:19,925 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:12:19,930 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:12:19,932 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:12:19,933 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:13:19,907 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:14:19,930 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:14:19,932 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:14:19,933 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:15:19,909 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:16:19,937 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:16:19,937 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:16:19,937 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:17:19,933 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:17:19,934 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:17:19,936 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:18:19,900 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:19:19,934 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:19:19,935 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:19:19,937 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:20:19,928 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:20:19,929 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:20:19,931 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:21:19,917 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:21:19,918 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:22:19,912 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:22:19,914 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:23:19,901 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:23:19,902 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:24:19,914 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:24:19,915 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:24:19,917 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:24:50,885 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:25:20,894 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:25:20,895 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:25:20,896 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:26:19,869 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:27:19,876 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:27:19,876 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:27:19,878 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:27:49,858 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:28:19,889 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:28:19,890 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:28:19,891 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:28:50,931 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:29:20,971 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:29:20,972 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:29:20,973 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:46:35,518 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 12:00:21,493 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-14 12:00:21,494 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 12:00:21,496 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 12:01:21,578 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 12:02:21,603 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 12:02:21,605 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-14 12:02:21,607 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 12:18:27,133 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 12:26:59,571 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-14 12:26:59,573 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 12:26:59,574 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 12:43:19,569 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 12:45:28,238 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 12:45:28,240 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 12:45:28,241 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 13:04:26,386 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 13:30:13,633 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 13:30:13,635 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:30:13,636 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 13:48:45,020 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 13:49:01,155 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 13:49:01,158 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:49:15,011 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 13:49:45,024 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 13:50:01,161 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 13:50:01,161 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:50:15,027 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 13:50:45,030 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 13:51:01,163 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 13:51:01,163 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:51:15,024 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 13:51:45,036 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 13:52:01,167 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:52:01,167 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 13:52:06,787 basehttp 82050 6202519552 "GET /en/appointments/ HTTP/1.1" 200 55534 INFO 2025-09-14 13:52:06,791 basehttp 82050 6202519552 "GET /static/css/custom.css HTTP/1.1" 304 0 INFO 2025-09-14 13:52:06,792 basehttp 82050 6202519552 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 INFO 2025-09-14 13:52:06,834 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:52:06,847 basehttp 82050 6219345920 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-14 13:52:36,854 basehttp 82050 6219345920 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-14 13:53:06,856 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:53:06,874 basehttp 82050 6202519552 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-14 13:53:36,847 basehttp 82050 6202519552 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-14 13:54:06,847 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:54:06,866 basehttp 82050 6219345920 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-14 13:54:36,868 basehttp 82050 6219345920 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-14 13:55:06,851 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:55:06,870 basehttp 82050 6202519552 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-14 13:55:36,876 basehttp 82050 6202519552 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-14 13:56:02,966 autoreload 82050 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 13:56:03,538 autoreload 57017 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 13:56:06,947 basehttp 57017 6197702656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:56:06,965 basehttp 57017 6214529024 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-09-14 13:56:06,981 basehttp 57017 6231355392 "GET /en/appointments/ HTTP/1.1" 200 55534 INFO 2025-09-14 13:56:07,017 basehttp 57017 6231355392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:56:07,037 basehttp 57017 6214529024 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-09-14 13:56:09,705 basehttp 57017 6214529024 "GET /en/appointments/ HTTP/1.1" 200 55534 INFO 2025-09-14 13:56:09,749 basehttp 57017 6214529024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:56:09,763 basehttp 57017 6231355392 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-09-14 13:56:39,775 basehttp 57017 6231355392 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-09-14 13:57:09,765 basehttp 57017 6231355392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:57:09,783 basehttp 57017 6214529024 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-09-14 13:57:39,780 basehttp 57017 6197702656 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-09-14 13:58:07,398 autoreload 57017 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 13:58:07,753 autoreload 57958 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 13:58:08,839 basehttp 57958 6169784320 "GET /en/appointments/ HTTP/1.1" 200 55534 INFO 2025-09-14 13:58:08,891 basehttp 57958 6169784320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:58:08,904 basehttp 57958 6186610688 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-09-14 13:58:10,442 basehttp 57958 6186610688 "GET /en/appointments/ HTTP/1.1" 200 55534 INFO 2025-09-14 13:58:10,489 basehttp 57958 6186610688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:58:10,503 basehttp 57958 6169784320 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-09-14 13:58:14,506 basehttp 57958 6169784320 "GET /en/appointments/ HTTP/1.1" 200 55534 INFO 2025-09-14 13:58:14,549 basehttp 57958 6169784320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:58:14,564 basehttp 57958 6186610688 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-09-14 13:58:29,704 basehttp 57958 6186610688 "GET /en/appointments/ HTTP/1.1" 200 55534 INFO 2025-09-14 13:58:29,749 basehttp 57958 6186610688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:58:29,764 basehttp 57958 6169784320 "GET /en/appointments/stats/ HTTP/1.1" 200 2630 INFO 2025-09-14 13:58:34,470 basehttp 57958 6169784320 "GET /en/appointments/ HTTP/1.1" 200 55534 INFO 2025-09-14 13:58:34,514 basehttp 57958 6169784320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:58:34,529 basehttp 57958 6186610688 "GET /en/appointments/stats/ HTTP/1.1" 200 2630 INFO 2025-09-14 13:59:04,532 basehttp 57958 6186610688 "GET /en/appointments/stats/ HTTP/1.1" 200 2630 INFO 2025-09-14 13:59:29,335 basehttp 57958 6186610688 "GET /en/appointments/ HTTP/1.1" 200 55534 INFO 2025-09-14 13:59:29,379 basehttp 57958 6186610688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:59:29,391 basehttp 57958 6169784320 "GET /en/appointments/stats/ HTTP/1.1" 200 2630 INFO 2025-09-14 13:59:30,442 basehttp 57958 6169784320 "GET /en/appointments/ HTTP/1.1" 200 55534 INFO 2025-09-14 13:59:30,494 basehttp 57958 6169784320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:59:30,510 basehttp 57958 6186610688 "GET /en/appointments/stats/ HTTP/1.1" 200 2630 WARNING 2025-09-14 13:59:35,238 log 57958 6186610688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 13:59:35,238 basehttp 57958 6186610688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 13:59:38,778 basehttp 57958 6186610688 "GET /en/appointments/ HTTP/1.1" 200 55534 WARNING 2025-09-14 13:59:38,790 log 57958 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-14 13:59:38,791 basehttp 57958 6220263424 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-14 13:59:38,791 basehttp 57958 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 13:59:38,792 basehttp 57958 6203437056 - Broken pipe from ('127.0.0.1', 65074) INFO 2025-09-14 13:59:38,795 basehttp 57958 6237089792 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-14 13:59:38,795 basehttp 57958 6186610688 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-14 13:59:38,798 basehttp 57958 6169784320 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-14 13:59:38,799 basehttp 57958 6237089792 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-14 13:59:38,800 basehttp 57958 6186610688 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-14 13:59:38,803 basehttp 57958 6220263424 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-14 13:59:38,892 basehttp 57958 6220263424 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-14 13:59:39,427 basehttp 57958 6186610688 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-14 13:59:39,427 basehttp 57958 6220263424 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-14 13:59:39,428 basehttp 57958 6203437056 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-14 13:59:39,428 basehttp 57958 6237089792 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-14 13:59:39,428 basehttp 57958 6169784320 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-14 13:59:39,431 basehttp 57958 6169784320 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-14 13:59:39,432 basehttp 57958 6253916160 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-14 13:59:39,432 basehttp 57958 6203437056 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-14 13:59:39,433 basehttp 57958 6237089792 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-14 13:59:39,433 basehttp 57958 6220263424 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-14 13:59:39,434 basehttp 57958 6186610688 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-14 13:59:39,438 basehttp 57958 6169784320 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-14 13:59:39,438 basehttp 57958 6253916160 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-14 13:59:39,439 basehttp 57958 6237089792 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-14 13:59:39,439 basehttp 57958 6203437056 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-14 13:59:39,439 basehttp 57958 6186610688 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-14 13:59:39,439 basehttp 57958 6220263424 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-14 13:59:39,443 basehttp 57958 6186610688 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-14 13:59:39,444 basehttp 57958 6237089792 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-14 13:59:39,444 basehttp 57958 6253916160 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-14 13:59:39,444 basehttp 57958 6220263424 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-14 13:59:39,444 basehttp 57958 6203437056 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-14 13:59:39,452 basehttp 57958 6169784320 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-14 13:59:39,486 basehttp 57958 6169784320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:59:39,501 basehttp 57958 6203437056 "GET /en/appointments/stats/ HTTP/1.1" 200 2630 WARNING 2025-09-14 13:59:39,552 log 57958 6203437056 Not Found: /favicon.ico WARNING 2025-09-14 13:59:39,552 basehttp 57958 6203437056 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-14 14:00:09,517 basehttp 57958 6203437056 "GET /en/appointments/stats/ HTTP/1.1" 200 2630 INFO 2025-09-14 14:00:39,507 basehttp 57958 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:00:39,525 basehttp 57958 6169784320 "GET /en/appointments/stats/ HTTP/1.1" 200 2630 INFO 2025-09-14 14:00:52,723 basehttp 57958 6169784320 "GET /en/appointments/ HTTP/1.1" 200 55534 WARNING 2025-09-14 14:00:52,736 log 57958 6169784320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:00:52,736 basehttp 57958 6169784320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:00:52,809 basehttp 57958 6169784320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:00:52,823 basehttp 57958 6203437056 "GET /en/appointments/stats/ HTTP/1.1" 200 2630 INFO 2025-09-14 14:01:22,827 basehttp 57958 6203437056 "GET /en/appointments/stats/ HTTP/1.1" 200 2630 INFO 2025-09-14 14:01:52,807 basehttp 57958 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:01:52,820 basehttp 57958 6169784320 "GET /en/appointments/stats/ HTTP/1.1" 200 2630 INFO 2025-09-14 14:02:02,193 autoreload 57958 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 14:02:02,604 autoreload 59732 8682856640 Watching for file changes with StatReloader WARNING 2025-09-14 14:02:03,385 log 59732 6130348032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:02:03,385 basehttp 59732 6130348032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 14:02:03,396 log 59732 6130348032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:02:03,396 basehttp 59732 6130348032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:02:05,532 basehttp 59732 6130348032 "GET /en/appointments/ HTTP/1.1" 200 55534 WARNING 2025-09-14 14:02:05,552 log 59732 6130348032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:02:05,552 basehttp 59732 6130348032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:02:05,607 basehttp 59732 6130348032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:02:05,622 basehttp 59732 6147174400 "GET /en/appointments/stats/ HTTP/1.1" 200 2634 INFO 2025-09-14 14:03:05,617 basehttp 59732 6147174400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:03:05,632 basehttp 59732 6130348032 "GET /en/appointments/stats/ HTTP/1.1" 200 3136 INFO 2025-09-14 14:04:05,387 basehttp 59732 6130348032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:04:05,404 basehttp 59732 6147174400 "GET /en/appointments/stats/ HTTP/1.1" 200 3136 INFO 2025-09-14 14:05:05,404 basehttp 59732 6147174400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:05:05,421 basehttp 59732 6130348032 "GET /en/appointments/stats/ HTTP/1.1" 200 3136 INFO 2025-09-14 14:05:42,817 autoreload 59732 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 14:05:43,223 autoreload 61365 8682856640 Watching for file changes with StatReloader WARNING 2025-09-14 14:05:44,394 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:05:44,395 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 14:05:44,405 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:05:44,405 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:05:45,151 basehttp 61365 6160232448 "GET /en/appointments/ HTTP/1.1" 200 55534 WARNING 2025-09-14 14:05:45,167 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:05:45,167 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:05:45,219 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:05:45,231 basehttp 61365 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 3229 INFO 2025-09-14 14:06:10,298 basehttp 61365 6325039104 "GET /en/appointments/ HTTP/1.1" 200 55534 WARNING 2025-09-14 14:06:10,312 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:06:10,313 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:06:10,368 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:06:10,381 basehttp 61365 6160232448 "GET /en/appointments/stats/ HTTP/1.1" 200 3147 INFO 2025-09-14 14:06:49,722 basehttp 61365 6160232448 "GET /en/appointments/ HTTP/1.1" 200 55246 WARNING 2025-09-14 14:06:49,739 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:06:49,739 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:06:49,789 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:06:49,800 basehttp 61365 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 3147 INFO 2025-09-14 14:07:49,925 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:07:49,938 basehttp 61365 6160232448 "GET /en/appointments/stats/ HTTP/1.1" 200 3147 INFO 2025-09-14 14:08:50,920 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:08:50,931 basehttp 61365 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 3147 INFO 2025-09-14 14:09:51,931 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:09:51,949 basehttp 61365 6160232448 "GET /en/appointments/stats/ HTTP/1.1" 200 3093 INFO 2025-09-14 14:09:53,763 basehttp 61365 6160232448 "GET /en/appointments/ HTTP/1.1" 200 55246 WARNING 2025-09-14 14:09:53,778 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:09:53,778 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:09:53,855 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:09:53,867 basehttp 61365 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 3093 INFO 2025-09-14 14:10:53,851 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:10:53,862 basehttp 61365 6160232448 "GET /en/appointments/stats/ HTTP/1.1" 200 3093 INFO 2025-09-14 14:11:04,525 basehttp 61365 6160232448 "GET /en/appointments/ HTTP/1.1" 200 55246 WARNING 2025-09-14 14:11:04,541 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:11:04,542 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:11:04,617 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:11:04,634 basehttp 61365 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 3035 INFO 2025-09-14 14:12:04,628 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:12:04,643 basehttp 61365 6160232448 "GET /en/appointments/stats/ HTTP/1.1" 200 3035 INFO 2025-09-14 14:13:04,621 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:13:04,638 basehttp 61365 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 3035 INFO 2025-09-14 14:14:04,622 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:14:04,633 basehttp 61365 6160232448 "GET /en/appointments/stats/ HTTP/1.1" 200 3035 INFO 2025-09-14 14:14:41,557 basehttp 61365 6160232448 "GET /en/appointments/ HTTP/1.1" 200 55246 WARNING 2025-09-14 14:14:41,570 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:14:41,570 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:14:41,633 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:14:41,645 basehttp 61365 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 2807 INFO 2025-09-14 14:14:51,076 basehttp 61365 6325039104 "GET /en/ HTTP/1.1" 200 47871 WARNING 2025-09-14 14:14:51,094 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:14:51,094 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:14:51,162 basehttp 61365 6341865472 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-14 14:14:51,162 basehttp 61365 6160232448 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 14:14:51,162 basehttp 61365 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 14:15:21,153 basehttp 61365 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-09-14 14:15:31,367 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:15:31,367 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 14:15:31,380 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:15:31,380 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:15:41,631 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:15:41,644 basehttp 61365 6341865472 "GET /en/appointments/stats/ HTTP/1.1" 200 2807 INFO 2025-09-14 14:16:02,891 basehttp 61365 6341865472 "GET /en/appointments/ HTTP/1.1" 200 55246 WARNING 2025-09-14 14:16:02,904 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:16:02,904 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:16:02,965 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:16:02,977 basehttp 61365 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-14 14:16:19,001 basehttp 61365 6325039104 "GET /en/appointments/requests/929/detail/ HTTP/1.1" 200 24791 WARNING 2025-09-14 14:16:19,023 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:16:19,024 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:16:19,061 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:17:02,911 basehttp 61365 6325039104 "GET /en/patients/patientprofile/25/details/ HTTP/1.1" 200 35487 WARNING 2025-09-14 14:17:02,930 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:17:02,931 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:17:02,972 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:17:34,753 basehttp 61365 6325039104 "GET /en/patients/insurance-info/create/25/ HTTP/1.1" 200 32398 WARNING 2025-09-14 14:17:34,773 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-14 14:17:34,773 basehttp 61365 6341865472 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 WARNING 2025-09-14 14:17:34,773 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:17:34,774 basehttp 61365 6160232448 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-14 14:17:34,821 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 14:17:59,805 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:17:59,805 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 14:17:59,814 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:17:59,815 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:18:02,976 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:18:20,621 basehttp 61365 6160232448 "GET /en/patients/25/emergency-contacts/create/ HTTP/1.1" 200 34122 WARNING 2025-09-14 14:18:20,641 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:18:20,642 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:18:20,681 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 14:19:07,718 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:19:07,718 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:19:07,723 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 14:19:07,728 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:19:07,728 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 14:19:25,090 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:19:25,090 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:19:25,091 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 14:19:25,107 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:19:25,107 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 14:19:25,756 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:19:25,758 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:19:25,760 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 14:19:25,771 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:19:25,772 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:19:25,777 basehttp 61365 6160232448 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-14 14:19:37,424 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34961 INFO 2025-09-14 14:19:37,439 basehttp 61365 6325039104 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-14 14:19:37,443 basehttp 61365 6341865472 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-14 14:19:37,444 basehttp 61365 6392344576 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-14 14:19:37,445 basehttp 61365 6375518208 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-14 14:19:37,445 basehttp 61365 6325039104 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 WARNING 2025-09-14 14:19:37,447 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-14 14:19:37,447 basehttp 61365 6341865472 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 WARNING 2025-09-14 14:19:37,448 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:19:37,449 basehttp 61365 6392344576 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-09-14 14:19:37,450 basehttp 61365 6325039104 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 INFO 2025-09-14 14:19:37,451 basehttp 61365 6358691840 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-14 14:19:37,451 basehttp 61365 6375518208 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-09-14 14:19:37,451 basehttp 61365 6341865472 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-09-14 14:19:37,496 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:19:55,935 basehttp 61365 6341865472 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48465 WARNING 2025-09-14 14:19:55,954 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:19:55,955 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:19:55,998 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:20:56,003 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:21:13,722 basehttp 61365 6341865472 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48462 WARNING 2025-09-14 14:21:13,732 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:21:13,732 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:21:13,774 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:22:13,780 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:23:13,788 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:24:13,790 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:25:13,781 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:26:13,792 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:26:13,964 basehttp 61365 6341865472 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48462 WARNING 2025-09-14 14:26:13,976 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:26:13,976 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:26:14,020 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:27:14,033 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:27:31,332 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48458 WARNING 2025-09-14 14:27:31,348 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:27:31,348 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:27:31,400 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:28:31,405 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:28:44,170 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48454 WARNING 2025-09-14 14:28:44,184 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:28:44,184 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:28:44,235 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:29:40,309 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48452 WARNING 2025-09-14 14:29:40,320 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:29:40,320 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:29:40,363 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:30:01,057 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48452 WARNING 2025-09-14 14:30:01,071 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:30:01,071 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:30:01,111 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:30:51,854 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48452 WARNING 2025-09-14 14:30:51,867 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:30:51,867 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:30:51,915 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:31:22,388 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48451 WARNING 2025-09-14 14:31:22,403 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:31:22,403 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:31:22,458 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:32:00,558 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48448 WARNING 2025-09-14 14:32:00,568 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:32:00,568 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:32:00,610 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:32:24,228 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48448 WARNING 2025-09-14 14:32:24,239 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:32:24,239 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:32:24,282 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:32:27,790 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48448 WARNING 2025-09-14 14:32:27,801 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:32:27,802 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:32:27,846 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:33:27,867 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:34:02,089 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48452 WARNING 2025-09-14 14:34:02,103 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:34:02,103 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:34:02,145 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:34:39,138 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48448 WARNING 2025-09-14 14:34:39,149 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:34:39,150 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:34:39,192 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:34:56,645 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48448 WARNING 2025-09-14 14:34:56,658 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:34:56,659 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:34:56,706 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:35:56,730 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:36:56,738 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:37:05,237 basehttp 61365 6160232448 "GET /en/admin/appointments/waitinglist/ HTTP/1.1" 200 85670 INFO 2025-09-14 14:37:05,248 basehttp 61365 6325039104 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-14 14:37:05,249 basehttp 61365 6160232448 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-14 14:37:05,249 basehttp 61365 6341865472 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-14 14:37:05,250 basehttp 61365 6358691840 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-14 14:37:05,250 basehttp 61365 6375518208 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-14 14:37:05,250 basehttp 61365 6325039104 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-14 14:37:05,252 basehttp 61365 6325039104 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-14 14:37:05,252 basehttp 61365 6375518208 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-14 14:37:05,253 basehttp 61365 6358691840 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-14 14:37:05,253 basehttp 61365 6160232448 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-14 14:37:05,254 basehttp 61365 6325039104 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-14 14:37:05,255 basehttp 61365 6375518208 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-14 14:37:05,257 basehttp 61365 6358691840 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-14 14:37:05,258 basehttp 61365 6392344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 14:37:05,258 basehttp 61365 6341865472 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-14 14:37:05,260 basehttp 61365 6341865472 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-14 14:37:05,262 basehttp 61365 6160232448 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-14 14:37:05,262 basehttp 61365 6341865472 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-14 14:37:05,270 basehttp 61365 6160232448 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-14 14:37:05,271 basehttp 61365 6341865472 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-14 14:37:05,271 basehttp 61365 6160232448 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-14 14:37:05,271 basehttp 61365 6392344576 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-14 14:37:07,081 basehttp 61365 6392344576 "GET /en/admin/appointments/waitinglist/1/change/ HTTP/1.1" 200 300994 INFO 2025-09-14 14:37:07,099 basehttp 61365 6392344576 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-14 14:37:07,100 basehttp 61365 6375518208 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-14 14:37:07,100 basehttp 61365 6341865472 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-14 14:37:07,100 basehttp 61365 6358691840 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-14 14:37:07,103 basehttp 61365 6341865472 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-14 14:37:07,104 basehttp 61365 6160232448 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 14:37:07,104 basehttp 61365 6341865472 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-14 14:37:07,105 basehttp 61365 6160232448 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-14 14:37:07,109 basehttp 61365 6160232448 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-14 14:37:07,144 basehttp 61365 6341865472 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-09-14 14:37:07,144 basehttp 61365 6160232448 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-14 14:37:51,555 basehttp 61365 6160232448 "POST /en/admin/appointments/waitinglist/1/change/ HTTP/1.1" 302 0 INFO 2025-09-14 14:37:51,575 basehttp 61365 6160232448 "GET /en/admin/appointments/waitinglist/ HTTP/1.1" 200 85931 INFO 2025-09-14 14:37:51,587 basehttp 61365 6160232448 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 14:37:51,595 basehttp 61365 6160232448 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-14 14:37:54,917 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48448 WARNING 2025-09-14 14:37:54,933 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:37:54,933 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:37:54,982 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:38:13,102 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48461 WARNING 2025-09-14 14:38:13,116 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:38:13,187 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:38:13,205 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:38:29,283 basehttp 61365 6341865472 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48461 WARNING 2025-09-14 14:38:29,297 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:38:29,297 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:38:29,339 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:39:29,344 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:40:29,349 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:41:29,345 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:42:29,351 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:43:12,291 basehttp 61365 6341865472 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 57288 WARNING 2025-09-14 14:43:12,303 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:43:12,303 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:43:12,347 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:44:12,354 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:45:12,357 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:45:28,029 basehttp 61365 6341865472 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 57202 WARNING 2025-09-14 14:45:28,040 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:45:28,040 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:45:28,088 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:45:42,368 basehttp 61365 6341865472 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 57200 WARNING 2025-09-14 14:45:42,379 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:45:42,379 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:45:42,426 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:46:42,437 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:46:45,349 basehttp 61365 6341865472 "POST /en/appointments/waiting-list/1/contact/ HTTP/1.1" 200 3908 INFO 2025-09-14 14:47:42,854 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:48:43,851 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:49:45,012 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:49:56,685 basehttp 61365 6341865472 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 59411 WARNING 2025-09-14 14:49:56,700 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:49:56,701 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:49:56,747 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:50:56,767 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:51:56,768 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:52:04,837 basehttp 61365 6341865472 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 59992 WARNING 2025-09-14 14:52:04,852 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:52:04,852 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:52:04,895 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:53:04,910 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:53:36,853 basehttp 61365 6341865472 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 59680 WARNING 2025-09-14 14:53:36,869 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:53:36,869 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:53:36,918 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:54:05,632 basehttp 61365 6341865472 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 59650 WARNING 2025-09-14 14:54:05,645 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:54:05,645 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:54:05,694 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:55:02,513 basehttp 61365 6341865472 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 59710 WARNING 2025-09-14 14:55:02,526 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:55:02,527 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:55:02,571 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:56:02,583 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:57:02,581 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:58:02,593 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:58:08,351 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58249 WARNING 2025-09-14 14:58:08,364 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:58:08,364 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:58:08,417 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:58:55,361 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58235 WARNING 2025-09-14 14:58:55,376 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:58:55,376 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:58:55,424 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:59:10,311 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58235 WARNING 2025-09-14 14:59:10,329 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:59:10,329 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:59:10,376 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:59:58,509 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58250 WARNING 2025-09-14 14:59:58,534 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:59:58,534 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:59:58,573 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:00:43,413 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58250 WARNING 2025-09-14 15:00:43,432 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:00:43,432 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:00:43,479 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:01:43,491 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:01:57,763 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58364 WARNING 2025-09-14 15:01:57,778 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:01:57,778 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:01:57,826 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:02:23,014 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58364 WARNING 2025-09-14 15:02:23,031 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:02:23,031 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:02:23,080 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:02:37,314 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58364 WARNING 2025-09-14 15:02:37,330 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:02:37,330 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:02:37,379 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:03:37,381 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:04:05,813 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58319 WARNING 2025-09-14 15:04:05,827 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:04:05,827 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:04:05,880 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:04:19,488 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58322 WARNING 2025-09-14 15:04:19,503 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:04:19,503 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:04:19,551 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:04:33,434 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58322 WARNING 2025-09-14 15:04:33,451 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:04:33,452 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:04:33,496 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:05:03,924 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58331 WARNING 2025-09-14 15:05:03,938 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:05:03,939 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:05:03,999 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:05:14,066 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58331 WARNING 2025-09-14 15:05:14,084 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:05:14,084 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:05:14,128 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:06:14,137 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:07:14,148 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:07:19,402 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58518 WARNING 2025-09-14 15:07:19,419 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:07:19,419 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:07:19,477 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:07:25,845 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58518 WARNING 2025-09-14 15:07:25,862 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:07:25,862 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:07:25,911 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:08:25,927 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:09:25,927 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:09:38,244 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58365 INFO 2025-09-14 15:09:38,253 basehttp 61365 6358691840 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-14 15:09:38,254 basehttp 61365 6375518208 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-14 15:09:38,258 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:09:38,259 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:09:38,259 basehttp 61365 6392344576 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-14 15:09:38,260 basehttp 61365 6325039104 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-14 15:09:38,267 basehttp 61365 6375518208 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-14 15:09:38,267 basehttp 61365 6325039104 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-14 15:09:38,269 basehttp 61365 6392344576 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-14 15:09:38,273 basehttp 61365 6160232448 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-14 15:09:38,275 basehttp 61365 6325039104 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-14 15:09:38,276 basehttp 61365 6392344576 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-14 15:09:38,277 basehttp 61365 6160232448 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-14 15:09:38,278 basehttp 61365 6341865472 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-14 15:09:38,279 basehttp 61365 6358691840 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-14 15:09:38,280 basehttp 61365 6375518208 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-14 15:09:38,283 basehttp 61365 6341865472 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-14 15:09:38,284 basehttp 61365 6375518208 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-14 15:09:38,285 basehttp 61365 6392344576 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-14 15:09:38,285 basehttp 61365 6160232448 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-14 15:09:38,286 basehttp 61365 6358691840 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-14 15:09:38,287 basehttp 61365 6392344576 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-14 15:09:38,287 basehttp 61365 6375518208 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-14 15:09:38,288 basehttp 61365 6392344576 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-14 15:09:38,290 basehttp 61365 6341865472 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-14 15:09:38,290 basehttp 61365 6325039104 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-14 15:09:38,290 basehttp 61365 6160232448 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-14 15:09:38,291 basehttp 61365 6358691840 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-14 15:09:38,292 basehttp 61365 6375518208 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-14 15:09:38,292 basehttp 61365 6392344576 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-14 15:09:38,293 basehttp 61365 6325039104 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-14 15:09:38,293 basehttp 61365 6341865472 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-14 15:09:38,293 basehttp 61365 6160232448 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-14 15:09:39,102 basehttp 61365 6160232448 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-14 15:09:39,154 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 15:09:39,189 log 61365 6160232448 Not Found: /favicon.ico WARNING 2025-09-14 15:09:39,189 basehttp 61365 6160232448 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-14 15:09:53,273 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58365 WARNING 2025-09-14 15:09:53,293 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:09:53,293 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:09:53,362 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:10:31,184 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58368 WARNING 2025-09-14 15:10:31,200 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:10:31,200 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:10:31,253 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:10:33,508 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58368 INFO 2025-09-14 15:10:33,517 basehttp 61365 6392344576 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-14 15:10:33,518 basehttp 61365 6375518208 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-14 15:10:33,520 basehttp 61365 6358691840 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-14 15:10:33,527 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:10:33,528 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:10:33,528 basehttp 61365 6358691840 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-14 15:10:33,529 basehttp 61365 6375518208 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-14 15:10:33,530 basehttp 61365 6341865472 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-14 15:10:33,533 basehttp 61365 6358691840 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-14 15:10:33,534 basehttp 61365 6160232448 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-14 15:10:33,534 basehttp 61365 6375518208 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-14 15:10:33,536 basehttp 61365 6341865472 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-14 15:10:33,536 basehttp 61365 6358691840 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-14 15:10:33,537 basehttp 61365 6375518208 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-14 15:10:33,539 basehttp 61365 6341865472 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-14 15:10:33,540 basehttp 61365 6358691840 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-14 15:10:33,541 basehttp 61365 6160232448 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-14 15:10:33,541 basehttp 61365 6375518208 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-14 15:10:33,542 basehttp 61365 6341865472 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-14 15:10:33,543 basehttp 61365 6358691840 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-14 15:10:33,544 basehttp 61365 6341865472 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-14 15:10:33,545 basehttp 61365 6160232448 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-14 15:10:33,547 basehttp 61365 6358691840 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-14 15:10:33,549 basehttp 61365 6341865472 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-14 15:10:33,550 basehttp 61365 6160232448 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-14 15:10:33,551 basehttp 61365 6358691840 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-14 15:10:33,551 basehttp 61365 6375518208 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-14 15:10:33,553 basehttp 61365 6358691840 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-14 15:10:33,554 basehttp 61365 6160232448 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-14 15:10:33,555 basehttp 61365 6341865472 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-14 15:10:33,555 basehttp 61365 6375518208 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-14 15:10:33,557 basehttp 61365 6325039104 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-14 15:10:33,558 basehttp 61365 6392344576 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-14 15:10:33,954 basehttp 61365 6392344576 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-14 15:10:34,041 log 61365 6325039104 Not Found: /favicon.ico WARNING 2025-09-14 15:10:34,042 basehttp 61365 6325039104 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-14 15:10:34,046 basehttp 61365 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:10:43,371 basehttp 61365 6392344576 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58368 WARNING 2025-09-14 15:10:43,386 log 61365 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:10:43,386 basehttp 61365 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:10:43,456 basehttp 61365 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:11:09,716 basehttp 61365 6392344576 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58368 WARNING 2025-09-14 15:11:09,732 log 61365 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:11:09,732 basehttp 61365 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:11:09,783 basehttp 61365 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:11:21,141 basehttp 61365 6392344576 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58368 WARNING 2025-09-14 15:11:21,154 log 61365 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:11:21,154 basehttp 61365 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:11:21,200 basehttp 61365 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:12:22,101 basehttp 61365 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:13:17,184 basehttp 61365 6392344576 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58353 INFO 2025-09-14 15:13:17,194 basehttp 61365 6375518208 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-14 15:13:17,196 basehttp 61365 6358691840 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-14 15:13:17,198 basehttp 61365 6358691840 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-14 15:13:17,202 basehttp 61365 6392344576 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-14 15:13:17,204 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:13:17,206 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:13:17,208 basehttp 61365 6392344576 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-14 15:13:17,208 basehttp 61365 6358691840 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-14 15:13:17,209 basehttp 61365 6160232448 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-14 15:13:17,211 basehttp 61365 6392344576 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-14 15:13:17,212 basehttp 61365 6358691840 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-14 15:13:17,212 basehttp 61365 6341865472 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-14 15:13:17,212 basehttp 61365 6160232448 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-14 15:13:17,216 basehttp 61365 6358691840 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-14 15:13:17,217 basehttp 61365 6160232448 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-14 15:13:17,219 basehttp 61365 6358691840 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-14 15:13:17,220 basehttp 61365 6392344576 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-14 15:13:17,221 basehttp 61365 6341865472 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-14 15:13:17,222 basehttp 61365 6160232448 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-14 15:13:17,224 basehttp 61365 6160232448 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-14 15:13:17,224 basehttp 61365 6392344576 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-14 15:13:17,224 basehttp 61365 6358691840 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-14 15:13:17,224 basehttp 61365 6325039104 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-14 15:13:17,226 basehttp 61365 6341865472 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-14 15:13:17,227 basehttp 61365 6160232448 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-14 15:13:17,227 basehttp 61365 6358691840 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-14 15:13:17,227 basehttp 61365 6325039104 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-14 15:13:17,227 basehttp 61365 6392344576 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-14 15:13:17,228 basehttp 61365 6341865472 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-14 15:13:17,230 basehttp 61365 6392344576 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-14 15:13:17,230 basehttp 61365 6325039104 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-14 15:13:17,230 basehttp 61365 6358691840 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-14 15:13:17,230 basehttp 61365 6375518208 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-14 15:13:17,635 basehttp 61365 6375518208 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-14 15:13:17,684 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 15:13:17,756 log 61365 6375518208 Not Found: /favicon.ico WARNING 2025-09-14 15:13:17,756 basehttp 61365 6375518208 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-14 15:14:05,829 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58353 WARNING 2025-09-14 15:14:05,846 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:14:05,846 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:14:05,916 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:15:05,924 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:16:05,935 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:17:05,935 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:17:27,694 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 59162 WARNING 2025-09-14 15:17:27,711 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:17:27,711 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:17:27,762 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:18:27,769 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:18:41,898 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 59129 WARNING 2025-09-14 15:18:41,910 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:18:41,910 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:18:41,960 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:19:10,591 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 59048 WARNING 2025-09-14 15:19:10,605 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:19:10,605 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:19:10,654 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:20:05,543 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58868 WARNING 2025-09-14 15:20:05,557 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:20:05,558 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:20:05,604 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:20:23,985 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58892 WARNING 2025-09-14 15:20:23,996 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:20:23,996 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:20:24,038 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:20:46,961 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58883 WARNING 2025-09-14 15:20:46,973 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:20:46,973 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:20:47,021 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:21:47,031 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:21:48,167 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58967 WARNING 2025-09-14 15:21:48,183 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:21:48,183 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:21:48,232 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:22:15,353 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58967 WARNING 2025-09-14 15:22:15,368 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:22:15,368 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:22:15,414 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:22:35,879 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58967 WARNING 2025-09-14 15:22:35,894 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:22:35,894 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:22:35,946 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:22:47,321 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58967 WARNING 2025-09-14 15:22:47,335 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:22:47,336 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:22:47,380 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:22:58,406 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58967 WARNING 2025-09-14 15:22:58,420 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:22:58,420 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:22:58,468 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:23:11,443 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58967 WARNING 2025-09-14 15:23:11,458 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:23:11,459 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:23:11,508 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:23:57,740 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58987 WARNING 2025-09-14 15:23:57,755 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:23:57,755 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:23:57,821 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:24:24,622 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58989 WARNING 2025-09-14 15:24:24,632 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:24:24,632 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:24:24,675 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:24:36,774 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58967 WARNING 2025-09-14 15:24:36,784 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:24:36,784 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:24:36,828 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:24:54,456 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58967 WARNING 2025-09-14 15:24:54,468 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:24:54,468 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:24:54,509 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:25:51,139 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58351 WARNING 2025-09-14 15:25:51,154 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:25:51,154 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:25:51,204 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:26:26,215 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58333 WARNING 2025-09-14 15:26:26,226 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:26:26,226 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:26:26,284 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:27:26,287 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:27:34,492 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58384 WARNING 2025-09-14 15:27:34,506 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:27:34,506 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:27:34,558 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:28:10,619 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58392 WARNING 2025-09-14 15:28:10,635 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:28:10,635 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:28:10,682 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:28:19,307 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58392 INFO 2025-09-14 15:28:19,317 basehttp 61365 6358691840 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-14 15:28:19,319 basehttp 61365 6375518208 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-14 15:28:19,320 basehttp 61365 6160232448 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-14 15:28:19,322 basehttp 61365 6375518208 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-14 15:28:19,328 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:28:19,329 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:28:19,330 basehttp 61365 6392344576 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-14 15:28:19,331 basehttp 61365 6375518208 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-14 15:28:19,333 basehttp 61365 6160232448 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-14 15:28:19,335 basehttp 61365 6392344576 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-14 15:28:19,339 basehttp 61365 6392344576 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-14 15:28:19,339 basehttp 61365 6325039104 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-14 15:28:19,342 basehttp 61365 6325039104 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-14 15:28:19,343 basehttp 61365 6392344576 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-14 15:28:19,345 basehttp 61365 6160232448 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-14 15:28:19,346 basehttp 61365 6392344576 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-14 15:28:19,346 basehttp 61365 6325039104 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-14 15:28:19,347 basehttp 61365 6375518208 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-14 15:28:19,348 basehttp 61365 6160232448 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-14 15:28:19,349 basehttp 61365 6375518208 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-14 15:28:19,349 basehttp 61365 6392344576 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-14 15:28:19,350 basehttp 61365 6325039104 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-14 15:28:19,352 basehttp 61365 6325039104 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-14 15:28:19,353 basehttp 61365 6375518208 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-14 15:28:19,353 basehttp 61365 6160232448 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-14 15:28:19,353 basehttp 61365 6392344576 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-14 15:28:19,354 basehttp 61365 6341865472 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-14 15:28:19,355 basehttp 61365 6325039104 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-14 15:28:19,357 basehttp 61365 6375518208 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-14 15:28:19,357 basehttp 61365 6392344576 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-14 15:28:19,358 basehttp 61365 6341865472 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-14 15:28:19,358 basehttp 61365 6160232448 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-14 15:28:19,359 basehttp 61365 6358691840 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-14 15:28:20,216 basehttp 61365 6358691840 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-14 15:28:20,271 basehttp 61365 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 15:28:20,345 log 61365 6358691840 Not Found: /favicon.ico WARNING 2025-09-14 15:28:20,345 basehttp 61365 6358691840 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-14 15:29:20,270 basehttp 61365 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:30:20,272 basehttp 61365 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-14 15:30:20,283 basehttp 61365 6358691840 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-14 15:30:20,308 log 61365 6160232448 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-14 15:30:20,310 basehttp 61365 6160232448 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 160589 INFO 2025-09-14 15:30:23,339 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 302 0 INFO 2025-09-14 15:30:23,350 basehttp 61365 6160232448 "GET /accounts/login/?next=/en/appointments/waiting-list/1/ HTTP/1.1" 302 0 ERROR 2025-09-14 15:30:23,371 log 61365 6341865472 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-14 15:30:23,373 basehttp 61365 6341865472 "GET /en/accounts/login/?next=/en/appointments/waiting-list/1/ HTTP/1.1" 500 160719 WARNING 2025-09-14 15:30:23,393 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:30:23,393 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 15:30:23,415 log 61365 6341865472 Not Found: /favicon.ico WARNING 2025-09-14 15:30:23,415 basehttp 61365 6341865472 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-14 15:30:29,231 basehttp 61365 6341865472 "GET /en/admin/appointments/waitinglist/ HTTP/1.1" 302 0 INFO 2025-09-14 15:30:29,249 basehttp 61365 6341865472 "GET /en/admin/login/?next=/en/admin/appointments/waitinglist/ HTTP/1.1" 200 4262 INFO 2025-09-14 15:30:29,259 basehttp 61365 6392344576 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-14 15:30:29,259 basehttp 61365 6160232448 "GET /static/admin/css/login.css HTTP/1.1" 200 951 INFO 2025-09-14 15:30:29,260 basehttp 61365 6341865472 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-14 15:30:29,260 basehttp 61365 6325039104 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-14 15:30:29,260 basehttp 61365 6375518208 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-14 15:30:29,261 basehttp 61365 6358691840 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-14 15:30:29,263 basehttp 61365 6358691840 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-14 15:30:30,497 basehttp 61365 6358691840 "POST /en/admin/login/?next=/en/admin/appointments/waitinglist/ HTTP/1.1" 302 0 INFO 2025-09-14 15:30:30,521 basehttp 61365 6358691840 "GET /en/admin/appointments/waitinglist/ HTTP/1.1" 200 85670 INFO 2025-09-14 15:30:30,536 basehttp 61365 6358691840 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-14 15:30:30,536 basehttp 61365 6160232448 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-14 15:30:30,536 basehttp 61365 6325039104 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-14 15:30:30,537 basehttp 61365 6392344576 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-14 15:30:30,538 basehttp 61365 6160232448 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-14 15:30:30,538 basehttp 61365 6358691840 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-14 15:30:30,538 basehttp 61365 6325039104 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-14 15:30:30,541 basehttp 61365 6392344576 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-14 15:30:30,541 basehttp 61365 6341865472 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-14 15:30:30,545 basehttp 61365 6392344576 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-14 15:30:30,545 basehttp 61365 6375518208 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 15:30:30,546 basehttp 61365 6375518208 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-14 15:30:30,557 basehttp 61365 6375518208 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-14 15:30:30,558 basehttp 61365 6392344576 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-14 15:30:30,558 basehttp 61365 6375518208 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-14 15:30:30,558 basehttp 61365 6341865472 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 ERROR 2025-09-14 15:30:32,106 log 61365 6341865472 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 46, in dispatch redirect_to = self.get_authenticated_redirect_url() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 60, in get_authenticated_redirect_url url=self.get_success_url(), ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 163, in get_success_url url = self.get_next_url() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 188, in get_next_url return get_next_redirect_url(self.request, self.redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-14 15:30:32,107 basehttp 61365 6341865472 "GET /en/accounts/login/?next=/en/appointments/waiting-list/1/ HTTP/1.1" 500 146450 WARNING 2025-09-14 15:30:32,123 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:30:32,123 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-14 15:30:33,198 log 61365 6341865472 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 46, in dispatch redirect_to = self.get_authenticated_redirect_url() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 60, in get_authenticated_redirect_url url=self.get_success_url(), ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 163, in get_success_url url = self.get_next_url() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 188, in get_next_url return get_next_redirect_url(self.request, self.redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-14 15:30:33,199 basehttp 61365 6341865472 "GET /en/accounts/login/?next=/en/appointments/waiting-list/1/ HTTP/1.1" 500 146450 WARNING 2025-09-14 15:30:33,212 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:30:33,213 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:30:43,263 basehttp 61365 6341865472 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58392 INFO 2025-09-14 15:30:43,278 basehttp 61365 6325039104 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-14 15:30:43,280 basehttp 61365 6358691840 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-14 15:30:43,283 basehttp 61365 6358691840 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-14 15:30:43,288 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:30:43,288 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:30:43,289 basehttp 61365 6375518208 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-14 15:30:43,290 basehttp 61365 6358691840 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-14 15:30:43,295 basehttp 61365 6341865472 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-14 15:30:43,295 basehttp 61365 6160232448 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-14 15:30:43,296 basehttp 61365 6375518208 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-14 15:30:43,297 basehttp 61365 6358691840 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-14 15:30:43,298 basehttp 61365 6160232448 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-14 15:30:43,298 basehttp 61365 6341865472 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-14 15:30:43,301 basehttp 61365 6375518208 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-14 15:30:43,303 basehttp 61365 6160232448 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-14 15:30:43,303 basehttp 61365 6341865472 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-14 15:30:43,304 basehttp 61365 6358691840 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-14 15:30:43,306 basehttp 61365 6375518208 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-14 15:30:43,307 basehttp 61365 6341865472 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-14 15:30:43,307 basehttp 61365 6160232448 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-14 15:30:43,307 basehttp 61365 6358691840 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-14 15:30:43,309 basehttp 61365 6392344576 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-14 15:30:43,309 basehttp 61365 6375518208 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-14 15:30:43,310 basehttp 61365 6160232448 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-14 15:30:43,311 basehttp 61365 6341865472 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-14 15:30:43,311 basehttp 61365 6358691840 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-14 15:30:43,312 basehttp 61365 6392344576 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-14 15:30:43,312 basehttp 61365 6375518208 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-14 15:30:43,313 basehttp 61365 6358691840 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-14 15:30:43,314 basehttp 61365 6341865472 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-14 15:30:43,314 basehttp 61365 6392344576 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-14 15:30:43,315 basehttp 61365 6325039104 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-14 15:30:43,714 basehttp 61365 6325039104 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-14 15:30:43,714 basehttp 61365 6392344576 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-14 15:30:43,758 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:31:22,451 basehttp 61365 6325039104 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58392 WARNING 2025-09-14 15:31:22,470 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:31:22,470 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:31:22,540 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:31:23,220 basehttp 61365 6325039104 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58392 WARNING 2025-09-14 15:31:23,239 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:31:23,239 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:31:23,286 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:31:40,510 basehttp 61365 6325039104 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 49717 INFO 2025-09-14 15:31:40,527 basehttp 61365 6325039104 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-14 15:31:40,528 basehttp 61365 6392344576 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-14 15:31:40,529 basehttp 61365 6358691840 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-14 15:31:40,534 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:31:40,534 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:31:40,599 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:32:40,603 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:33:18,733 basehttp 61365 6341865472 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 49619 WARNING 2025-09-14 15:33:18,752 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:33:18,752 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:33:18,823 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:34:01,851 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 15:34:01,854 log 61365 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:34:01,857 basehttp 61365 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 15:34:01,879 log 61365 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:34:01,879 basehttp 61365 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 15:34:02,613 log 61365 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:34:02,614 basehttp 61365 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:34:03,756 basehttp 61365 6358691840 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34792 INFO 2025-09-14 15:34:03,771 basehttp 61365 6341865472 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-14 15:34:03,771 basehttp 61365 6358691840 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-14 15:34:03,771 basehttp 61365 6392344576 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-09-14 15:34:03,773 basehttp 61365 6341865472 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-14 15:34:03,774 basehttp 61365 6358691840 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 WARNING 2025-09-14 15:34:03,777 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:34:03,778 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:34:03,779 basehttp 61365 6341865472 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-14 15:34:03,780 basehttp 61365 6375518208 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-09-14 15:34:03,780 basehttp 61365 6358691840 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-14 15:34:03,781 basehttp 61365 6392344576 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 INFO 2025-09-14 15:34:03,782 basehttp 61365 6160232448 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-09-14 15:34:03,784 basehttp 61365 6325039104 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-09-14 15:34:04,706 basehttp 61365 6325039104 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34792 WARNING 2025-09-14 15:34:04,726 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:34:04,726 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:34:04,777 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:34:08,235 basehttp 61365 6325039104 "GET /en/appointments/ HTTP/1.1" 200 55246 WARNING 2025-09-14 15:34:08,253 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:34:08,253 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:34:08,278 basehttp 61365 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-14 15:34:09,977 basehttp 61365 6325039104 "GET /en/appointments/calendar/ HTTP/1.1" 200 21443 WARNING 2025-09-14 15:34:09,991 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:34:09,991 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:34:10,049 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 15:34:10,052 log 61365 6392344576 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-14 15:34:10,053 basehttp 61365 6392344576 "GET /en/appointments/slots/available/ HTTP/1.1" 400 95 INFO 2025-09-14 15:34:10,098 basehttp 61365 6160232448 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 59131 INFO 2025-09-14 15:35:10,034 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:36:10,044 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:37:10,049 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:38:05,466 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 15:38:05,467 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:38:05,468 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 15:38:05,477 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:38:05,477 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:38:05,484 basehttp 61365 6392344576 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-14 15:38:10,515 basehttp 61365 6392344576 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34792 WARNING 2025-09-14 15:38:10,535 log 61365 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:38:10,535 basehttp 61365 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:38:10,552 basehttp 61365 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:38:14,857 basehttp 61365 6392344576 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58392 WARNING 2025-09-14 15:38:14,878 log 61365 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:38:14,878 basehttp 61365 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:38:14,920 basehttp 61365 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 15:38:39,087 log 61365 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:38:39,087 basehttp 61365 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 15:38:39,121 log 61365 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:38:39,121 basehttp 61365 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:38:40,621 basehttp 61365 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-14 15:38:41,590 basehttp 61365 6392344576 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 49619 WARNING 2025-09-14 15:38:41,611 log 61365 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:38:41,611 basehttp 61365 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:38:41,684 basehttp 61365 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 15:38:43,875 log 61365 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:38:43,876 basehttp 61365 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 15:38:43,889 log 61365 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:38:43,889 basehttp 61365 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 15:38:48,685 log 61365 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:38:48,685 basehttp 61365 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 15:38:48,698 log 61365 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:38:48,698 basehttp 61365 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:39:05,472 basehttp 61365 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:39:05,489 basehttp 61365 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-14 15:40:05,477 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:40:05,493 basehttp 61365 6392344576 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-14 15:41:05,480 basehttp 61365 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:41:05,496 basehttp 61365 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-14 15:42:05,484 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:42:05,500 basehttp 61365 6392344576 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-14 15:43:05,493 basehttp 61365 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:43:05,514 basehttp 61365 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-14 15:44:05,491 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:44:05,506 basehttp 61365 6392344576 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-14 15:45:05,495 basehttp 61365 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:45:05,517 basehttp 61365 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-14 15:46:05,499 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:46:05,515 basehttp 61365 6392344576 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-14 15:47:05,502 basehttp 61365 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:47:05,519 basehttp 61365 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-14 15:48:05,506 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:48:05,522 basehttp 61365 6392344576 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-14 15:48:55,340 basehttp 61365 6392344576 "GET /en/appointments/ HTTP/1.1" 200 55246 INFO 2025-09-14 15:48:55,351 basehttp 61365 6341865472 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-14 15:48:55,351 basehttp 61365 6358691840 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-14 15:48:55,352 basehttp 61365 6375518208 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-14 15:48:55,356 basehttp 61365 6392344576 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-14 15:48:55,357 basehttp 61365 6358691840 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-14 15:48:55,360 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:48:55,361 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:48:55,361 basehttp 61365 6160232448 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-14 15:48:55,362 basehttp 61365 6341865472 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-14 15:48:55,407 basehttp 61365 6341865472 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-14 15:48:56,192 basehttp 61365 6392344576 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-14 15:48:56,192 basehttp 61365 6160232448 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-14 15:48:56,193 basehttp 61365 6341865472 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-14 15:48:56,193 basehttp 61365 6325039104 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-14 15:48:56,195 basehttp 61365 6358691840 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-14 15:48:56,195 basehttp 61365 6375518208 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-14 15:48:56,197 basehttp 61365 6160232448 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-14 15:48:56,197 basehttp 61365 6341865472 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-14 15:48:56,197 basehttp 61365 6325039104 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-14 15:48:56,198 basehttp 61365 6375518208 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-14 15:48:56,199 basehttp 61365 6358691840 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-14 15:48:56,200 basehttp 61365 6392344576 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-14 15:48:56,201 basehttp 61365 6325039104 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-14 15:48:56,202 basehttp 61365 6375518208 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-14 15:48:56,202 basehttp 61365 6341865472 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-14 15:48:56,203 basehttp 61365 6358691840 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-14 15:48:56,203 basehttp 61365 6160232448 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-14 15:48:56,205 basehttp 61365 6392344576 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-14 15:48:56,207 basehttp 61365 6325039104 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-14 15:48:56,207 basehttp 61365 6375518208 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-14 15:48:56,207 basehttp 61365 6341865472 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-14 15:48:56,207 basehttp 61365 6358691840 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-14 15:48:56,210 basehttp 61365 6160232448 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-14 15:48:56,244 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:48:56,252 basehttp 61365 6358691840 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 WARNING 2025-09-14 15:48:56,308 log 61365 6358691840 Not Found: /favicon.ico WARNING 2025-09-14 15:48:56,308 basehttp 61365 6358691840 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-14 15:49:54,813 basehttp 61365 6358691840 "GET /en/appointments/calendar/ HTTP/1.1" 200 21443 WARNING 2025-09-14 15:49:54,832 log 61365 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:49:54,832 basehttp 61365 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:49:54,920 basehttp 61365 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 15:49:54,921 log 61365 6375518208 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-14 15:49:54,921 basehttp 61365 6375518208 "GET /en/appointments/slots/available/ HTTP/1.1" 400 95 INFO 2025-09-14 15:49:54,952 basehttp 61365 6160232448 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 59131 INFO 2025-09-14 15:50:54,895 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:51:33,104 autoreload 61365 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 15:51:33,658 autoreload 8782 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 15:51:34,362 basehttp 8782 6170341376 "GET /en/appointments/calendar/ HTTP/1.1" 200 21443 WARNING 2025-09-14 15:51:34,389 log 8782 6170341376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:51:34,390 basehttp 8782 6170341376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:51:34,457 basehttp 8782 6170341376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 15:51:34,462 log 8782 12918534144 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-14 15:51:34,463 basehttp 8782 12918534144 "GET /en/appointments/slots/available/ HTTP/1.1" 400 95 INFO 2025-09-14 15:51:34,498 basehttp 8782 12901707776 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 59131 INFO 2025-09-14 15:52:34,413 basehttp 8782 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:52:57,034 autoreload 8782 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 15:52:57,391 autoreload 9412 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 15:52:57,684 basehttp 9412 6203568128 "GET /en/appointments/calendar/ HTTP/1.1" 200 21443 WARNING 2025-09-14 15:52:57,701 log 9412 6203568128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:52:57,701 basehttp 9412 6203568128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:52:57,774 basehttp 9412 6203568128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 15:52:57,775 log 9412 6237220864 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-14 15:52:57,776 basehttp 9412 6237220864 "GET /en/appointments/slots/available/ HTTP/1.1" 400 95 INFO 2025-09-14 15:52:57,809 basehttp 9412 6220394496 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 59131 INFO 2025-09-14 15:53:36,479 basehttp 9412 6220394496 "GET /en/appointments/calendar/ HTTP/1.1" 200 21443 WARNING 2025-09-14 15:53:36,490 log 9412 6220394496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:53:36,490 basehttp 9412 6220394496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 15:53:36,558 log 9412 6203568128 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-14 15:53:36,559 basehttp 9412 6203568128 "GET /en/appointments/slots/available/ HTTP/1.1" 400 95 INFO 2025-09-14 15:53:36,566 basehttp 9412 6220394496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:53:36,601 basehttp 9412 6237220864 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 59131 INFO 2025-09-14 15:54:36,544 basehttp 9412 6237220864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:55:36,548 basehttp 9412 6237220864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:56:36,548 basehttp 9412 6237220864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:57:36,553 basehttp 9412 6203568128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:58:36,571 basehttp 9412 6203568128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:58:57,314 autoreload 9412 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 15:58:57,784 autoreload 12068 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 16:06:09,696 autoreload 12068 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 16:06:10,176 autoreload 15303 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 16:06:43,831 autoreload 15303 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-14 16:06:44,170 autoreload 15631 8682856640 Watching for file changes with StatReloader ERROR 2025-09-14 16:06:47,907 log 15631 6127382528 Internal Server Error: /en/appointments/calendar/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 2347, in calendar_view return render(request, "appointments/calendar.html") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_reschedule' not found. 'appointment_reschedule' is not a valid view function or pattern name. ERROR 2025-09-14 16:06:47,910 basehttp 15631 6127382528 "GET /en/appointments/calendar/ HTTP/1.1" 500 166534 WARNING 2025-09-14 16:06:47,928 log 15631 6127382528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:06:47,928 basehttp 15631 6127382528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:07:28,935 basehttp 15631 6127382528 "GET /en/appointments/calendar/ HTTP/1.1" 200 22565 WARNING 2025-09-14 16:07:28,958 log 15631 6127382528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:07:28,958 basehttp 15631 6127382528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:07:28,959 basehttp 15631 13052751872 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 INFO 2025-09-14 16:07:28,959 basehttp 15631 13035925504 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 INFO 2025-09-14 16:07:28,960 basehttp 15631 13069578240 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 INFO 2025-09-14 16:07:28,961 basehttp 15631 6144208896 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-09-14 16:07:28,962 basehttp 15631 6127382528 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-09-14 16:07:28,963 basehttp 15631 13035925504 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 INFO 2025-09-14 16:07:28,964 basehttp 15631 6161035264 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 INFO 2025-09-14 16:07:29,026 basehttp 15631 13035925504 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-09-14 16:07:29,058 basehttp 15631 6161035264 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127034 INFO 2025-09-14 16:07:29,061 basehttp 15631 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:07:35,787 basehttp 15631 13035925504 "GET /en/appointments/calendar/events/?start=2025-08-31T00%3A00%3A00&end=2025-10-12T00%3A00%3A00 HTTP/1.1" 200 670534 INFO 2025-09-14 16:07:42,179 basehttp 15631 13035925504 "GET /en/appointments/330/detail-card/ HTTP/1.1" 200 571 INFO 2025-09-14 16:07:42,184 basehttp 15631 13035925504 "GET /en/appointments/330/detail-card/ HTTP/1.1" 200 571 INFO 2025-09-14 16:07:42,225 basehttp 15631 13035925504 "GET /static/webfonts/fa-regular-400.woff2 HTTP/1.1" 200 25472 INFO 2025-09-14 16:08:11,931 basehttp 15631 13035925504 "GET /en/appointments/967/detail-card/ HTTP/1.1" 200 648 INFO 2025-09-14 16:08:11,941 basehttp 15631 13035925504 "GET /en/appointments/967/detail-card/ HTTP/1.1" 200 648 INFO 2025-09-14 16:08:14,728 basehttp 15631 13035925504 "GET /en/appointments/934/detail-card/ HTTP/1.1" 200 564 INFO 2025-09-14 16:08:14,739 basehttp 15631 13035925504 "GET /en/appointments/934/detail-card/ HTTP/1.1" 200 564 INFO 2025-09-14 16:08:29,056 basehttp 15631 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:08:51,044 basehttp 15631 13035925504 "GET /en/appointments/379/detail-card/ HTTP/1.1" 200 568 INFO 2025-09-14 16:08:51,049 basehttp 15631 13035925504 "GET /en/appointments/379/detail-card/ HTTP/1.1" 200 568 INFO 2025-09-14 16:09:29,049 basehttp 15631 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:09:50,482 basehttp 15631 13035925504 "GET /en/appointments/calendar/ HTTP/1.1" 200 22782 WARNING 2025-09-14 16:09:50,501 log 15631 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:09:50,501 basehttp 15631 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:09:50,588 basehttp 15631 13035925504 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127034 INFO 2025-09-14 16:09:50,594 basehttp 15631 6161035264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:10:50,584 basehttp 15631 6161035264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:10:55,424 basehttp 15631 6161035264 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:10:55,444 log 15631 6161035264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:10:55,444 basehttp 15631 6161035264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:10:55,505 basehttp 15631 6161035264 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127034 INFO 2025-09-14 16:10:55,509 basehttp 15631 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:11:26,556 basehttp 15631 13035925504 "GET /en/appointments/calendar/ HTTP/1.1" 200 22954 WARNING 2025-09-14 16:11:26,569 log 15631 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:11:26,569 basehttp 15631 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:11:26,653 basehttp 15631 6161035264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:11:26,671 basehttp 15631 13035925504 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127034 INFO 2025-09-14 16:12:26,636 basehttp 15631 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:13:26,650 basehttp 15631 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:13:32,075 autoreload 15631 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 16:13:32,427 autoreload 18646 8682856640 Watching for file changes with StatReloader WARNING 2025-09-14 16:13:33,702 log 18646 6163902464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:13:33,702 basehttp 18646 6163902464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 16:13:33,712 log 18646 6163902464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:13:33,712 basehttp 18646 6163902464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:13:34,414 basehttp 18646 6163902464 "GET /en/appointments/calendar/ HTTP/1.1" 200 23100 WARNING 2025-09-14 16:13:34,428 log 18646 6163902464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:13:34,428 basehttp 18646 6163902464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:13:34,482 basehttp 18646 6163902464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:14:22,711 autoreload 18646 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 16:14:23,092 autoreload 18964 8682856640 Watching for file changes with StatReloader WARNING 2025-09-14 16:14:24,094 log 18964 6156496896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:14:24,094 basehttp 18964 6156496896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 16:14:24,110 log 18964 6156496896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:14:24,110 basehttp 18964 6156496896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:14:26,963 basehttp 18964 6156496896 "GET /en/appointments/calendar/ HTTP/1.1" 200 23100 INFO 2025-09-14 16:14:26,976 basehttp 18964 13035925504 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-14 16:14:26,977 basehttp 18964 13052751872 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-14 16:14:26,979 basehttp 18964 13069578240 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-14 16:14:26,982 basehttp 18964 6156496896 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-14 16:14:26,987 log 18964 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:14:26,988 basehttp 18964 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:14:26,988 basehttp 18964 13069578240 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-09-14 16:14:26,989 basehttp 18964 13052751872 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-14 16:14:26,994 basehttp 18964 13035925504 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 INFO 2025-09-14 16:14:27,015 basehttp 18964 6156496896 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 INFO 2025-09-14 16:14:27,017 basehttp 18964 13052751872 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 INFO 2025-09-14 16:14:27,019 basehttp 18964 6156496896 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-09-14 16:14:27,020 basehttp 18964 13035925504 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 INFO 2025-09-14 16:14:27,020 basehttp 18964 13069578240 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-14 16:14:27,021 basehttp 18964 6173323264 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-14 16:14:27,023 basehttp 18964 13052751872 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 INFO 2025-09-14 16:14:27,025 basehttp 18964 13086404608 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-14 16:14:27,027 basehttp 18964 13035925504 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-14 16:14:27,028 basehttp 18964 6156496896 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-14 16:14:27,030 basehttp 18964 6173323264 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-14 16:14:27,031 basehttp 18964 13035925504 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-14 16:14:27,031 basehttp 18964 13052751872 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-14 16:14:27,032 basehttp 18964 13069578240 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-14 16:14:27,033 basehttp 18964 6156496896 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-14 16:14:27,035 basehttp 18964 13035925504 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-14 16:14:27,035 basehttp 18964 6173323264 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-14 16:14:27,035 basehttp 18964 13069578240 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-14 16:14:27,036 basehttp 18964 13052751872 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-14 16:14:27,036 basehttp 18964 6156496896 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-14 16:14:27,038 basehttp 18964 13086404608 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-14 16:14:27,039 basehttp 18964 6173323264 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-14 16:14:27,040 basehttp 18964 6156496896 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-14 16:14:27,040 basehttp 18964 13035925504 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-14 16:14:27,042 basehttp 18964 13035925504 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-14 16:14:27,042 basehttp 18964 6173323264 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-14 16:14:27,042 basehttp 18964 13069578240 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-14 16:14:27,042 basehttp 18964 13086404608 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-14 16:14:27,042 basehttp 18964 13052751872 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-14 16:14:27,042 basehttp 18964 6156496896 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-14 16:14:27,842 basehttp 18964 6173323264 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-14 16:14:27,854 basehttp 18964 6173323264 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-09-14 16:14:27,862 basehttp 18964 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 16:14:28,067 log 18964 13035925504 Not Found: /favicon.ico WARNING 2025-09-14 16:14:28,067 basehttp 18964 13035925504 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-14 16:14:51,491 autoreload 18964 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 16:14:51,850 autoreload 19208 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 16:14:52,527 basehttp 19208 6159495168 "GET /en/appointments/calendar/ HTTP/1.1" 200 23100 WARNING 2025-09-14 16:14:52,544 log 19208 6159495168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:14:52,544 basehttp 19208 6159495168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:14:52,621 basehttp 19208 6159495168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:15:02,522 autoreload 19208 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 16:15:02,907 autoreload 19297 8682856640 Watching for file changes with StatReloader WARNING 2025-09-14 16:15:03,714 log 19297 6126088192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:15:03,714 basehttp 19297 6126088192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 16:15:03,751 log 19297 6126088192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:15:03,751 basehttp 19297 6126088192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:15:04,416 basehttp 19297 6126088192 "GET /en/appointments/calendar/ HTTP/1.1" 200 23100 WARNING 2025-09-14 16:15:04,433 log 19297 6126088192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:15:04,434 basehttp 19297 6126088192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:15:04,488 basehttp 19297 6126088192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:15:55,663 basehttp 19297 6126088192 "GET /en/appointments/calendar/ HTTP/1.1" 200 22565 WARNING 2025-09-14 16:15:55,676 log 19297 6126088192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:15:55,677 basehttp 19297 6126088192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:15:55,765 basehttp 19297 6126088192 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:15:55,769 basehttp 19297 6142914560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:16:13,198 basehttp 19297 6142914560 "GET /en/appointments/1156/detail-card/ HTTP/1.1" 200 564 INFO 2025-09-14 16:16:13,207 basehttp 19297 6142914560 "GET /en/appointments/1156/detail-card/ HTTP/1.1" 200 564 INFO 2025-09-14 16:16:13,212 basehttp 19297 6142914560 "GET /static/webfonts/fa-regular-400.woff2 HTTP/1.1" 200 25472 INFO 2025-09-14 16:16:55,751 basehttp 19297 6142914560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:17:55,760 basehttp 19297 6142914560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:18:55,050 basehttp 19297 6142914560 "GET /en/appointments/calendar/ HTTP/1.1" 200 22926 WARNING 2025-09-14 16:18:55,064 log 19297 6142914560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:18:55,064 basehttp 19297 6142914560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:18:55,152 basehttp 19297 6126088192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:18:55,173 basehttp 19297 6142914560 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:19:55,137 basehttp 19297 6142914560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:20:14,504 basehttp 19297 6142914560 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:20:14,520 log 19297 6142914560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:20:14,520 basehttp 19297 6142914560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:20:14,611 basehttp 19297 6142914560 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:20:14,616 basehttp 19297 6126088192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:20:23,148 basehttp 19297 6126088192 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00&status=PENDING HTTP/1.1" 200 2 INFO 2025-09-14 16:20:27,735 basehttp 19297 6126088192 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00&status=CONFIRMED HTTP/1.1" 200 78071 INFO 2025-09-14 16:20:32,301 basehttp 19297 6126088192 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00&status=CHECKED_IN HTTP/1.1" 200 2 INFO 2025-09-14 16:20:34,820 basehttp 19297 6126088192 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00&status=IN_PROGRESS HTTP/1.1" 200 2 INFO 2025-09-14 16:20:37,494 basehttp 19297 6126088192 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00&status=COMPLETED HTTP/1.1" 200 2 INFO 2025-09-14 16:20:39,880 basehttp 19297 6126088192 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00&status=CANCELLED HTTP/1.1" 200 2 INFO 2025-09-14 16:20:42,518 basehttp 19297 6126088192 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00&status=NO_SHOW HTTP/1.1" 200 2 INFO 2025-09-14 16:20:45,163 basehttp 19297 6126088192 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:20:47,330 basehttp 19297 6126088192 "GET /en/appointments/1203/detail-card/ HTTP/1.1" 200 548 INFO 2025-09-14 16:20:47,339 basehttp 19297 6126088192 "GET /en/appointments/1203/detail-card/ HTTP/1.1" 200 548 INFO 2025-09-14 16:21:04,398 basehttp 19297 6126088192 "GET /en/appointments/967/detail-card/ HTTP/1.1" 200 648 INFO 2025-09-14 16:21:04,408 basehttp 19297 6126088192 "GET /en/appointments/967/detail-card/ HTTP/1.1" 200 648 INFO 2025-09-14 16:21:14,598 basehttp 19297 6126088192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:21:38,512 basehttp 19297 6126088192 "GET /en/appointments/946/detail-card/ HTTP/1.1" 200 545 INFO 2025-09-14 16:21:38,519 basehttp 19297 6126088192 "GET /en/appointments/946/detail-card/ HTTP/1.1" 200 545 INFO 2025-09-14 16:22:14,595 basehttp 19297 6126088192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:23:09,307 autoreload 19297 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 16:23:09,737 autoreload 22846 8682856640 Watching for file changes with StatReloader WARNING 2025-09-14 16:23:10,508 log 22846 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:23:10,508 basehttp 22846 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 16:23:10,538 log 22846 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:23:10,539 basehttp 22846 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:23:11,502 basehttp 22846 6196768768 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:23:11,521 log 22846 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:23:11,521 basehttp 22846 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:23:11,594 basehttp 22846 6196768768 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:23:11,604 basehttp 22846 6213595136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:23:12,706 basehttp 22846 6213595136 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:23:12,721 log 22846 6213595136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:23:12,721 basehttp 22846 6213595136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:23:12,809 basehttp 22846 6213595136 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:23:12,812 basehttp 22846 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:24:00,099 autoreload 22846 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 16:24:00,542 autoreload 23234 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 16:24:00,883 basehttp 23234 6129250304 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:24:00,903 log 23234 6129250304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:24:00,903 basehttp 23234 6129250304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-14 16:24:01,002 log 23234 6129250304 Internal Server Error: /en/appointments/calendar/events/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/http.py", line 64, in inner return func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 2403, in calendar_events "backgroundColor": color["bg"], ~~~~~^^^^^^ TypeError: 'NoneType' object is not subscriptable INFO 2025-09-14 16:24:01,003 basehttp 23234 6146076672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-14 16:24:01,005 basehttp 23234 6129250304 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 500 81357 INFO 2025-09-14 16:24:10,194 autoreload 23234 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 16:24:10,566 autoreload 23329 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 16:24:11,174 basehttp 23329 6191984640 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:24:11,196 log 23329 6191984640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:24:11,197 basehttp 23329 6191984640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:24:11,278 basehttp 23329 6208811008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:24:11,297 basehttp 23329 6191984640 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:24:52,319 autoreload 23329 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 16:24:52,705 autoreload 23641 8682856640 Watching for file changes with StatReloader WARNING 2025-09-14 16:24:53,725 log 23641 6202896384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:24:53,725 basehttp 23641 6202896384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 16:24:53,756 log 23641 6202896384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:24:53,757 basehttp 23641 6202896384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:24:54,395 basehttp 23641 6202896384 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:24:54,412 log 23641 6202896384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:24:54,412 basehttp 23641 6202896384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:24:54,487 basehttp 23641 6202896384 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:24:54,495 basehttp 23641 6219722752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:24:55,767 basehttp 23641 6219722752 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:24:55,788 log 23641 6219722752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:24:55,788 basehttp 23641 6219722752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:24:55,907 basehttp 23641 6219722752 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:24:55,909 basehttp 23641 6202896384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:25:07,542 autoreload 23641 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 16:25:07,973 autoreload 23801 8682856640 Watching for file changes with StatReloader WARNING 2025-09-14 16:25:09,286 log 23801 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:25:09,286 basehttp 23801 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 16:25:09,304 log 23801 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:25:09,312 basehttp 23801 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:25:11,292 basehttp 23801 6341865472 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:25:11,315 log 23801 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:25:11,315 basehttp 23801 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:25:11,387 basehttp 23801 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:25:11,408 basehttp 23801 6341865472 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:26:11,391 basehttp 23801 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:26:26,698 basehttp 23801 6341865472 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:26:26,717 log 23801 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:26:26,718 basehttp 23801 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:26:26,792 basehttp 23801 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:26:26,811 basehttp 23801 6341865472 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:26:31,311 basehttp 23801 6341865472 "GET /en/appointments/953/detail-card/ HTTP/1.1" 200 571 INFO 2025-09-14 16:26:31,319 basehttp 23801 6341865472 "GET /en/appointments/953/detail-card/ HTTP/1.1" 200 571 INFO 2025-09-14 16:26:37,921 basehttp 23801 6341865472 "GET /en/appointments/1162/detail-card/ HTTP/1.1" 200 563 INFO 2025-09-14 16:26:37,929 basehttp 23801 6341865472 "GET /en/appointments/1162/detail-card/ HTTP/1.1" 200 563 INFO 2025-09-14 16:26:44,303 basehttp 23801 6341865472 "GET /en/appointments/929/detail-card/ HTTP/1.1" 200 565 INFO 2025-09-14 16:26:44,313 basehttp 23801 6341865472 "GET /en/appointments/929/detail-card/ HTTP/1.1" 200 565 INFO 2025-09-14 16:27:07,085 basehttp 23801 6341865472 "GET /en/appointments/calendar/events/?start=2025-09-21T00%3A00%3A00&end=2025-09-28T00%3A00%3A00 HTTP/1.1" 200 134211 INFO 2025-09-14 16:27:07,981 basehttp 23801 6341865472 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:27:09,431 basehttp 23801 6341865472 "GET /en/appointments/calendar/events/?start=2025-08-31T00%3A00%3A00&end=2025-10-12T00%3A00%3A00 HTTP/1.1" 200 673095 INFO 2025-09-14 16:27:26,810 basehttp 23801 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:28:26,813 basehttp 23801 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:29:26,805 basehttp 23801 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:30:26,814 basehttp 23801 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:31:26,823 basehttp 23801 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:31:36,680 basehttp 23801 6341865472 "GET /en/appointments/calendar/ HTTP/1.1" 200 23004 WARNING 2025-09-14 16:31:36,708 log 23801 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:31:36,708 basehttp 23801 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:31:36,772 basehttp 23801 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:31:52,839 basehttp 23801 6341865472 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:31:52,855 log 23801 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:31:52,855 basehttp 23801 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:31:52,946 basehttp 23801 6341865472 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:31:52,950 basehttp 23801 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:31:58,627 basehttp 23801 6358691840 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00&provider_id=3 HTTP/1.1" 200 19990 INFO 2025-09-14 16:32:52,936 basehttp 23801 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:33:04,326 basehttp 23801 6358691840 "GET /en/appointments/1140/detail-card/ HTTP/1.1" 200 563 INFO 2025-09-14 16:33:04,337 basehttp 23801 6358691840 "GET /en/appointments/1140/detail-card/ HTTP/1.1" 200 563 INFO 2025-09-14 16:33:52,941 basehttp 23801 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:34:20,393 basehttp 23801 6358691840 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:34:20,410 log 23801 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:34:20,410 basehttp 23801 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:34:20,498 basehttp 23801 6358691840 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:34:20,502 basehttp 23801 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:34:21,942 basehttp 23801 6341865472 "GET /en/appointments/1111/detail-card/ HTTP/1.1" 200 711 INFO 2025-09-14 16:34:21,953 basehttp 23801 6341865472 "GET /en/appointments/1111/detail-card/ HTTP/1.1" 200 711 INFO 2025-09-14 16:34:23,534 basehttp 23801 6341865472 "GET /en/appointments/reschedule/1111/ HTTP/1.1" 200 27765 WARNING 2025-09-14 16:34:23,556 log 23801 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:34:23,556 basehttp 23801 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:34:23,598 basehttp 23801 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:35:23,598 basehttp 23801 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:35:32,769 autoreload 23801 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 16:35:33,169 autoreload 28401 8682856640 Watching for file changes with StatReloader WARNING 2025-09-14 16:35:33,784 log 28401 6181302272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:35:33,785 basehttp 28401 6181302272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 16:35:33,867 log 28401 6181302272 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-14 16:35:33,867 basehttp 28401 6164475904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 16:35:33,868 basehttp 28401 6181302272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:35:34,680 basehttp 28401 6181302272 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:35:34,702 log 28401 6181302272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:35:34,703 basehttp 28401 6181302272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:35:34,771 basehttp 28401 6164475904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:35:34,790 basehttp 28401 6181302272 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:35:35,758 basehttp 28401 6181302272 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:35:35,773 log 28401 6181302272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:35:35,774 basehttp 28401 6181302272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:35:35,838 basehttp 28401 6164475904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:35:35,887 basehttp 28401 6181302272 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:35:43,830 basehttp 28401 6181302272 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 711 INFO 2025-09-14 16:35:43,836 basehttp 28401 6181302272 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 711 INFO 2025-09-14 16:36:35,846 basehttp 28401 6181302272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:36:53,569 basehttp 28401 6181302272 "POST /en/appointments/reschedule/1111/ HTTP/1.1" 200 28162 INFO 2025-09-14 16:36:58,000 basehttp 28401 6181302272 "GET /en/appointments/1111/detail-card/ HTTP/1.1" 200 711 INFO 2025-09-14 16:36:58,009 basehttp 28401 6181302272 "GET /en/appointments/1111/detail-card/ HTTP/1.1" 200 711 INFO 2025-09-14 16:36:59,740 basehttp 28401 6181302272 "GET /en/appointments/reschedule/1111/ HTTP/1.1" 200 27765 WARNING 2025-09-14 16:36:59,762 log 28401 6181302272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:36:59,762 basehttp 28401 6181302272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:36:59,800 basehttp 28401 6181302272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 16:37:04,380 log 28401 6181302272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:37:04,380 basehttp 28401 6181302272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 16:37:04,395 log 28401 6181302272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:37:04,395 basehttp 28401 6181302272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:37:35,850 basehttp 28401 6181302272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:38:35,851 basehttp 28401 6181302272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:39:35,856 basehttp 28401 6181302272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:39:59,433 basehttp 28401 6181302272 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:39:59,451 log 28401 6181302272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:39:59,451 basehttp 28401 6181302272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:39:59,539 basehttp 28401 6181302272 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:39:59,545 basehttp 28401 6164475904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:40:01,557 basehttp 28401 6164475904 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 1006 INFO 2025-09-14 16:40:01,564 basehttp 28401 6164475904 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 1006 INFO 2025-09-14 16:40:04,267 basehttp 28401 6164475904 "GET /en/appointments/requests/1122/detail/ HTTP/1.1" 200 24788 WARNING 2025-09-14 16:40:04,289 log 28401 6164475904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:40:04,289 basehttp 28401 6164475904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:40:04,326 basehttp 28401 6164475904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 16:40:10,102 log 28401 6164475904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:40:10,102 basehttp 28401 6164475904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 16:40:10,113 log 28401 6164475904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:40:10,113 basehttp 28401 6164475904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-14 16:40:16,140 log 28401 6164475904 Internal Server Error: /en/appointments/cancel/1122/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: cancel_appointment() got an unexpected keyword argument 'appointment_id' ERROR 2025-09-14 16:40:16,141 basehttp 28401 6164475904 "GET /en/appointments/cancel/1122/ HTTP/1.1" 500 68239 WARNING 2025-09-14 16:40:16,162 log 28401 6164475904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:40:16,162 basehttp 28401 6164475904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-14 16:41:42,040 log 28401 6164475904 Internal Server Error: /en/appointments/cancel/1122/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: cancel_appointment() got an unexpected keyword argument 'appointment_id' ERROR 2025-09-14 16:41:42,041 basehttp 28401 6164475904 "GET /en/appointments/cancel/1122/ HTTP/1.1" 500 68376 WARNING 2025-09-14 16:41:42,057 log 28401 6164475904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:41:42,058 basehttp 28401 6164475904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:42:31,532 autoreload 28401 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-14 16:42:32,010 autoreload 31523 8682856640 Watching for file changes with StatReloader ERROR 2025-09-14 16:42:32,906 log 31523 6167965696 Internal Server Error: /en/appointments/cancel/1122/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1952, in cancel_appointment return redirect('appointments:appointment_request_detail', pk=pk) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 51, in redirect resolve_url(to, *args, **kwargs), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 184, in resolve_url return reverse(to, args=args, kwargs=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_request_detail' not found. 'appointment_request_detail' is not a valid view function or pattern name. ERROR 2025-09-14 16:42:32,907 basehttp 31523 6167965696 "GET /en/appointments/cancel/1122/ HTTP/1.1" 500 93095 WARNING 2025-09-14 16:42:32,921 log 31523 6167965696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:42:32,922 basehttp 31523 6167965696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-14 16:43:06,434 log 31523 6167965696 Internal Server Error: /en/appointments/cancel/1122/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1952, in cancel_appointment return redirect('appointments:appointment_request_detail', pk=pk) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 51, in redirect resolve_url(to, *args, **kwargs), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 184, in resolve_url return reverse(to, args=args, kwargs=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_request_detail' not found. 'appointment_request_detail' is not a valid view function or pattern name. ERROR 2025-09-14 16:43:06,435 basehttp 31523 6167965696 "GET /en/appointments/cancel/1122/ HTTP/1.1" 500 93409 WARNING 2025-09-14 16:43:06,450 log 31523 6167965696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:43:06,450 basehttp 31523 6167965696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:43:33,670 autoreload 31523 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 16:43:34,093 autoreload 32003 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 16:43:34,904 basehttp 32003 6162673664 "GET /en/appointments/cancel/1122/ HTTP/1.1" 302 0 INFO 2025-09-14 16:43:34,926 basehttp 32003 6162673664 "GET /en/appointments/requests/1122/detail/ HTTP/1.1" 200 25894 WARNING 2025-09-14 16:43:34,953 log 32003 6162673664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:43:34,960 basehttp 32003 6162673664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:43:35,028 basehttp 32003 6162673664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:44:35,020 basehttp 32003 6162673664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:45:35,025 basehttp 32003 6162673664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:46:35,025 basehttp 32003 6162673664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:47:35,027 basehttp 32003 6162673664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:48:24,262 autoreload 32003 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 16:48:24,610 autoreload 34100 8682856640 Watching for file changes with StatReloader WARNING 2025-09-14 16:48:25,787 log 34100 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:48:25,792 basehttp 34100 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:48:25,859 basehttp 34100 6157201408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 16:48:25,861 log 34100 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:48:25,862 basehttp 34100 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:48:26,467 basehttp 34100 6325039104 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:48:26,486 log 34100 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:48:26,487 basehttp 34100 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:48:26,599 basehttp 34100 6325039104 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:48:26,604 basehttp 34100 6157201408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:48:29,299 basehttp 34100 6157201408 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 1008 INFO 2025-09-14 16:48:29,305 basehttp 34100 6157201408 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 1008 INFO 2025-09-14 16:48:41,374 basehttp 34100 6157201408 "GET /en/appointments/requests/1122/detail/ HTTP/1.1" 200 24790 WARNING 2025-09-14 16:48:41,391 log 34100 6157201408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:48:41,391 basehttp 34100 6157201408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:48:41,451 basehttp 34100 6157201408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:49:41,459 basehttp 34100 6157201408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:50:41,453 basehttp 34100 6157201408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:51:41,447 basehttp 34100 6157201408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:52:41,449 basehttp 34100 6157201408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:53:41,443 basehttp 34100 6157201408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:54:29,003 autoreload 34100 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 16:54:29,445 autoreload 36814 8682856640 Watching for file changes with StatReloader WARNING 2025-09-14 16:54:30,618 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:54:30,618 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 16:54:30,630 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:54:30,630 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:54:31,161 basehttp 36814 6200619008 "GET /en/appointments/requests/1122/detail/ HTTP/1.1" 200 24790 WARNING 2025-09-14 16:54:31,182 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:54:31,182 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:54:31,224 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 16:54:32,297 log 36814 6217445376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:54:32,297 basehttp 36814 6217445376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:54:32,303 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 16:54:32,309 log 36814 6217445376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:54:32,309 basehttp 36814 6217445376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:54:32,837 basehttp 36814 6217445376 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:54:32,855 log 36814 6217445376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:54:32,855 basehttp 36814 6217445376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:54:32,968 basehttp 36814 6217445376 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:54:32,970 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:54:35,465 basehttp 36814 6200619008 "GET /en/appointments/1111/detail-card/ HTTP/1.1" 200 1006 INFO 2025-09-14 16:54:35,479 basehttp 36814 6200619008 "GET /en/appointments/1111/detail-card/ HTTP/1.1" 200 1006 INFO 2025-09-14 16:54:37,201 basehttp 36814 6200619008 "GET /en/appointments/cancel/1111/ HTTP/1.1" 200 28082 WARNING 2025-09-14 16:54:37,219 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:54:37,219 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:54:37,258 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:55:37,266 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:56:34,093 basehttp 36814 6200619008 "GET /en/appointments/cancel/1111/ HTTP/1.1" 200 27500 WARNING 2025-09-14 16:56:34,112 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:56:34,113 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:56:34,157 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:57:25,731 basehttp 36814 6200619008 "GET /en/appointments/cancel/1111/ HTTP/1.1" 200 27408 WARNING 2025-09-14 16:57:25,755 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:57:25,755 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:57:25,774 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:57:53,192 basehttp 36814 6200619008 "GET /en/appointments/cancel/1111/ HTTP/1.1" 200 27417 WARNING 2025-09-14 16:57:53,210 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:57:53,210 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:57:53,252 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:58:53,254 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:59:13,415 basehttp 36814 6200619008 "GET /en/appointments/cancel/1111/ HTTP/1.1" 200 27449 WARNING 2025-09-14 16:59:13,435 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:59:13,435 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:59:13,473 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:00:07,090 basehttp 36814 6200619008 "GET /en/appointments/cancel/1111/ HTTP/1.1" 200 27574 WARNING 2025-09-14 17:00:07,109 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:00:07,110 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:00:07,154 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:01:07,165 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:01:28,054 basehttp 36814 6200619008 "GET /en/appointments/cancel/1111/ HTTP/1.1" 200 27613 WARNING 2025-09-14 17:01:28,077 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:01:28,082 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:01:28,095 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:02:28,093 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:02:33,497 basehttp 36814 6200619008 "GET /en/appointments/cancel/1111/ HTTP/1.1" 200 27621 WARNING 2025-09-14 17:02:33,516 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:02:33,516 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:02:33,578 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:02:50,324 basehttp 36814 6200619008 "GET /en/appointments/cancel/1111/ HTTP/1.1" 200 27616 WARNING 2025-09-14 17:02:50,341 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:02:50,341 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:02:50,379 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:03:13,682 basehttp 36814 6200619008 "GET /en/appointments/requests/1111/detail/ HTTP/1.1" 200 24805 WARNING 2025-09-14 17:03:13,696 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:03:13,696 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:03:13,733 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 17:03:15,591 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:03:15,591 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 17:03:15,609 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:03:15,610 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:03:50,381 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:04:49,711 basehttp 36814 6200619008 "GET /en/appointments/cancel/1111/ HTTP/1.1" 200 28408 WARNING 2025-09-14 17:04:49,725 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:04:49,725 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:04:49,769 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:05:49,781 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:06:39,425 basehttp 36814 6200619008 "GET /en/appointments/cancel/1111/ HTTP/1.1" 200 30007 WARNING 2025-09-14 17:06:39,442 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:06:39,442 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:06:39,468 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:07:39,478 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:07:50,333 basehttp 36814 6200619008 "GET /en/appointments/cancel/1111/ HTTP/1.1" 200 29974 WARNING 2025-09-14 17:07:50,346 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:07:50,346 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:07:50,386 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 17:07:55,648 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:07:55,648 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:08:55,707 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:09:44,823 basehttp 36814 6200619008 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 17:09:44,848 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:09:44,849 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:09:44,935 basehttp 36814 6200619008 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 17:09:44,944 basehttp 36814 6217445376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:09:46,095 basehttp 36814 6217445376 "GET /en/appointments/1087/detail-card/ HTTP/1.1" 200 1010 INFO 2025-09-14 17:09:46,107 basehttp 36814 6217445376 "GET /en/appointments/1087/detail-card/ HTTP/1.1" 200 1010 INFO 2025-09-14 17:09:47,739 basehttp 36814 6217445376 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30011 WARNING 2025-09-14 17:09:47,761 log 36814 6217445376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:09:47,761 basehttp 36814 6217445376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:09:47,794 basehttp 36814 6217445376 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-14 17:09:47,799 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:10:16,656 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30021 WARNING 2025-09-14 17:10:16,672 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:10:16,672 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:10:16,717 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:10:19,191 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30021 WARNING 2025-09-14 17:10:19,210 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:10:19,210 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:10:19,252 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:10:43,871 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30022 WARNING 2025-09-14 17:10:43,883 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:10:43,883 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:10:43,921 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:11:01,556 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30016 WARNING 2025-09-14 17:11:01,575 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:11:01,575 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:11:01,616 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:11:15,025 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30017 WARNING 2025-09-14 17:11:15,038 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:11:15,038 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:11:15,059 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:11:28,503 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30022 WARNING 2025-09-14 17:11:28,516 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:11:28,516 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:11:28,557 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:11:43,243 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30032 WARNING 2025-09-14 17:11:43,256 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:11:43,256 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:11:43,295 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:12:00,023 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30022 WARNING 2025-09-14 17:12:00,036 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:12:00,036 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:12:00,077 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:12:14,488 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30027 WARNING 2025-09-14 17:12:14,501 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:12:14,501 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:12:14,524 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:12:23,923 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30032 WARNING 2025-09-14 17:12:23,936 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:12:23,937 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:12:23,976 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:12:36,505 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30032 WARNING 2025-09-14 17:12:36,525 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:12:36,526 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:12:36,567 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:12:52,827 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30020 WARNING 2025-09-14 17:12:52,846 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:12:52,846 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:12:52,888 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:13:02,638 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30020 WARNING 2025-09-14 17:13:02,650 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:13:02,650 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:13:02,689 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:13:45,657 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30097 WARNING 2025-09-14 17:13:45,675 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:13:45,675 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:13:45,718 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:14:27,582 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 29452 WARNING 2025-09-14 17:14:27,594 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:14:27,594 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:14:27,635 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:15:27,648 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:16:12,361 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 29466 WARNING 2025-09-14 17:16:12,375 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:16:12,375 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:16:12,397 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:17:12,399 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:18:12,414 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:19:12,406 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:20:12,418 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:21:00,327 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30558 WARNING 2025-09-14 17:21:00,343 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:21:00,343 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:21:00,384 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:22:01,127 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:23:02,142 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:24:03,160 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:24:13,324 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30725 WARNING 2025-09-14 17:24:13,342 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:24:13,343 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:24:13,405 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:25:13,421 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:26:14,144 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:26:55,317 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30734 WARNING 2025-09-14 17:26:55,332 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:26:55,333 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:26:55,398 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:27:41,454 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30734 WARNING 2025-09-14 17:27:41,472 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:27:41,472 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:27:41,514 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:28:13,525 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30750 WARNING 2025-09-14 17:28:13,543 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:28:13,543 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:28:13,587 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:29:14,125 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:30:15,140 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:31:16,140 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:32:17,134 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:32:20,345 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30968 WARNING 2025-09-14 17:32:20,365 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:32:20,365 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:32:20,424 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:32:49,681 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 31085 WARNING 2025-09-14 17:32:49,702 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:32:49,703 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:32:49,767 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:33:36,163 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 31006 WARNING 2025-09-14 17:33:36,179 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:33:36,179 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:33:36,220 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:34:36,237 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:35:28,554 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30689 WARNING 2025-09-14 17:35:28,573 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:35:28,573 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:35:28,615 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:36:28,479 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 17:36:57,703 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:36:57,703 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:37:46,866 basehttp 36814 6200619008 "GET /en/appointments/1167/detail-card/ HTTP/1.1" 200 1003 INFO 2025-09-14 17:37:46,873 basehttp 36814 6200619008 "GET /en/appointments/1167/detail-card/ HTTP/1.1" 200 1003 INFO 2025-09-14 17:37:57,779 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:38:57,783 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:39:57,774 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:40:57,779 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:41:28,537 basehttp 36814 6200619008 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 17:41:28,556 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:41:28,556 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:41:28,643 basehttp 36814 6200619008 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 17:41:28,648 basehttp 36814 6217445376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:41:29,917 basehttp 36814 6217445376 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 1026 INFO 2025-09-14 17:41:29,926 basehttp 36814 6217445376 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 1026 INFO 2025-09-14 17:42:28,624 basehttp 36814 6217445376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:43:23,874 basehttp 36814 6217445376 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 17:43:23,887 log 36814 6217445376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:43:23,887 basehttp 36814 6217445376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:43:23,956 basehttp 36814 6217445376 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 17:43:23,961 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:43:25,023 basehttp 36814 6200619008 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 1027 INFO 2025-09-14 17:43:25,029 basehttp 36814 6200619008 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 1027 INFO 2025-09-14 17:44:23,955 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:45:06,190 basehttp 36814 6200619008 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 17:45:06,212 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:45:06,212 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:45:06,283 basehttp 36814 6200619008 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 17:45:06,297 basehttp 36814 6217445376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:45:08,170 basehttp 36814 6217445376 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 916 INFO 2025-09-14 17:45:08,179 basehttp 36814 6217445376 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 916 INFO 2025-09-14 17:45:21,201 basehttp 36814 6217445376 "GET /en/appointments/1106/detail-card/ HTTP/1.1" 200 1016 INFO 2025-09-14 17:45:21,210 basehttp 36814 6217445376 "GET /en/appointments/1106/detail-card/ HTTP/1.1" 200 1016 INFO 2025-09-14 17:46:06,283 basehttp 36814 6217445376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:46:09,087 basehttp 36814 6217445376 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 17:46:09,109 log 36814 6217445376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:46:09,109 basehttp 36814 6217445376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:46:09,208 basehttp 36814 6217445376 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 17:46:09,211 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:46:10,031 basehttp 36814 6200619008 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 807 INFO 2025-09-14 17:46:10,040 basehttp 36814 6200619008 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 807 INFO 2025-09-14 17:46:14,457 basehttp 36814 6200619008 "GET /en/appointments/1112/detail-card/ HTTP/1.1" 200 1050 INFO 2025-09-14 17:46:14,469 basehttp 36814 6200619008 "GET /en/appointments/1112/detail-card/ HTTP/1.1" 200 1050 INFO 2025-09-14 17:46:16,271 basehttp 36814 6200619008 "GET /en/appointments/cancel/1112/ HTTP/1.1" 200 30683 WARNING 2025-09-14 17:46:16,292 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:46:16,293 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:46:16,330 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:46:19,230 basehttp 36814 6200619008 "GET /en/appointments/requests/1112/detail/ HTTP/1.1" 200 24799 WARNING 2025-09-14 17:46:19,254 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:46:19,255 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:46:19,291 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:47:19,993 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:48:20,988 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:49:21,984 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:50:22,975 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:51:23,991 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:52:24,992 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:53:24,986 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:54:24,991 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:55:24,991 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:56:24,989 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:57:25,008 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:58:25,004 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:59:24,995 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:00:25,009 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:01:21,446 autoreload 36814 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-14 18:01:21,925 autoreload 66588 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 18:01:25,063 basehttp 66588 6191509504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:01:25,525 basehttp 66588 6191509504 "GET /en/appointments/api HTTP/1.1" 301 0 INFO 2025-09-14 18:01:25,539 basehttp 66588 6208335872 "GET /en/appointments/api/ HTTP/1.1" 200 10229 INFO 2025-09-14 18:01:25,620 basehttp 66588 6275641344 "GET /static/rest_framework/js/ajax-form.js HTTP/1.1" 200 3796 INFO 2025-09-14 18:01:25,620 basehttp 66588 6241988608 "GET /static/rest_framework/css/default.css HTTP/1.1" 200 1152 INFO 2025-09-14 18:01:25,621 basehttp 66588 6191509504 "GET /static/rest_framework/css/bootstrap-tweaks.css HTTP/1.1" 200 3426 INFO 2025-09-14 18:01:25,622 basehttp 66588 6225162240 "GET /static/rest_framework/css/prettify.css HTTP/1.1" 200 817 INFO 2025-09-14 18:01:25,624 basehttp 66588 6275641344 "GET /static/rest_framework/js/csrf.js HTTP/1.1" 200 1793 INFO 2025-09-14 18:01:25,625 basehttp 66588 6225162240 "GET /static/rest_framework/js/default.js HTTP/1.1" 200 1268 INFO 2025-09-14 18:01:25,625 basehttp 66588 6191509504 "GET /static/rest_framework/js/prettify-min.js HTTP/1.1" 200 13632 INFO 2025-09-14 18:01:25,627 basehttp 66588 6208335872 "GET /static/rest_framework/css/bootstrap.min.css HTTP/1.1" 200 121457 INFO 2025-09-14 18:01:25,627 basehttp 66588 6241988608 "GET /static/rest_framework/js/bootstrap.min.js HTTP/1.1" 200 39680 INFO 2025-09-14 18:01:25,627 basehttp 66588 6258814976 "GET /static/rest_framework/js/jquery-3.7.1.min.js HTTP/1.1" 200 87533 INFO 2025-09-14 18:01:25,627 basehttp 66588 6275641344 "GET /static/rest_framework/js/load-ajax-form.js HTTP/1.1" 200 59 INFO 2025-09-14 18:01:25,630 basehttp 66588 6258814976 "GET /static/rest_framework/img/grid.png HTTP/1.1" 200 1458 WARNING 2025-09-14 18:01:25,631 log 66588 6225162240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:01:25,634 basehttp 66588 6225162240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:01:25,638 basehttp 66588 6225162240 "GET /static/rest_framework/css/bootstrap.min.css.map HTTP/1.1" 200 540434 ERROR 2025-09-14 18:01:31,032 log 66588 6225162240 Internal Server Error: /en/appointments/api/appointments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/rest_framework/response.py", line 74, in rendered_content ret = renderer.render(self.data, accepted_media_type, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/rest_framework/renderers.py", line 731, in render context = self.get_context(data, accepted_media_type, renderer_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/rest_framework/renderers.py", line 709, in get_context 'filter_form': self.get_filter_form(data, view, request), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/rest_framework/renderers.py", line 641, in get_filter_form html = backend().to_html(request, queryset, view) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django_filters/rest_framework/backends.py", line 79, in to_html template = loader.get_template(self.template) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 19, in get_template raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: django_filters/rest_framework/form.html ERROR 2025-09-14 18:01:31,033 basehttp 66588 6225162240 "GET /en/appointments/api/appointments/ HTTP/1.1" 500 133240 WARNING 2025-09-14 18:01:31,052 log 66588 6225162240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:01:31,052 basehttp 66588 6225162240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:01:40,787 log 66588 6225162240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:01:40,787 basehttp 66588 6225162240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:01:40,798 log 66588 6225162240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:01:40,798 basehttp 66588 6225162240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:01:42,713 log 66588 6225162240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:01:42,713 basehttp 66588 6225162240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:01:42,718 log 66588 6225162240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:01:42,719 basehttp 66588 6225162240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:02:25,010 basehttp 66588 6225162240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:02:31,010 basehttp 66588 6225162240 "GET /en/appointments/queue/ HTTP/1.1" 200 35556 WARNING 2025-09-14 18:02:31,030 log 66588 6225162240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:02:31,030 basehttp 66588 6225162240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:02:31,109 basehttp 66588 6225162240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:02:31,139 basehttp 66588 6275641344 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-14 18:02:31,162 basehttp 66588 6208335872 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-14 18:02:31,164 basehttp 66588 6258814976 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-14 18:02:31,169 basehttp 66588 6241988608 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-14 18:02:31,170 basehttp 66588 6225162240 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-14 18:02:31,171 basehttp 66588 6191509504 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-14 18:03:13,964 basehttp 66588 6191509504 "GET /en/appointments/queue/list HTTP/1.1" 301 0 INFO 2025-09-14 18:03:13,986 basehttp 66588 6225162240 "GET /en/appointments/queue/list/ HTTP/1.1" 200 63985 INFO 2025-09-14 18:03:14,002 basehttp 66588 6208335872 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-14 18:03:14,003 basehttp 66588 6241988608 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-14 18:03:14,006 basehttp 66588 6225162240 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-14 18:03:14,008 basehttp 66588 6191509504 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-14 18:03:14,008 basehttp 66588 6275641344 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-14 18:03:14,009 basehttp 66588 6258814976 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-14 18:03:14,010 basehttp 66588 6241988608 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 WARNING 2025-09-14 18:03:14,013 log 66588 6208335872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:03:14,013 basehttp 66588 6208335872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:03:14,080 basehttp 66588 6208335872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:03:36,146 basehttp 66588 6208335872 "GET /en/appointments/queue/3/ HTTP/1.1" 200 37795 WARNING 2025-09-14 18:03:36,162 log 66588 6208335872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:03:36,162 basehttp 66588 6208335872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:03:36,200 basehttp 66588 6208335872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 18:03:45,773 log 66588 6208335872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:03:45,774 basehttp 66588 6208335872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:03:45,789 log 66588 6208335872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:03:45,789 basehttp 66588 6208335872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:03:48,058 basehttp 66588 6208335872 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 124481 WARNING 2025-09-14 18:03:48,081 log 66588 6208335872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:03:48,081 basehttp 66588 6208335872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:03:48,139 basehttp 66588 6208335872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 18:04:01,893 log 66588 6208335872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:04:01,893 basehttp 66588 6208335872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:04:01,903 log 66588 6208335872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:04:01,903 basehttp 66588 6208335872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:04:02,079 basehttp 66588 6208335872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:04:02,091 basehttp 66588 6275641344 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-14 18:04:02,093 basehttp 66588 6258814976 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-14 18:04:02,096 basehttp 66588 6225162240 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-14 18:04:02,098 basehttp 66588 6241988608 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-14 18:04:02,099 basehttp 66588 6191509504 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-14 18:04:02,103 log 66588 6275641344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:04:02,103 basehttp 66588 6275641344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:04:02,104 basehttp 66588 6208335872 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 WARNING 2025-09-14 18:04:02,109 log 66588 6275641344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:04:02,109 basehttp 66588 6275641344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:04:25,096 autoreload 66588 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-14 18:04:25,440 autoreload 68007 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 18:04:26,671 basehttp 68007 6122172416 "GET /en/appointments/queue/ HTTP/1.1" 200 63985 WARNING 2025-09-14 18:04:26,689 log 68007 6122172416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:04:26,690 basehttp 68007 6122172416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:04:26,747 basehttp 68007 6122172416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:05:15,543 autoreload 68007 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 18:05:15,945 autoreload 68392 8682856640 Watching for file changes with StatReloader ERROR 2025-09-14 18:05:16,939 log 68392 6193360896 Internal Server Error: /en/appointments/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'provider'. Choices are: tenant, created_by ERROR 2025-09-14 18:05:16,942 basehttp 68392 6193360896 "GET /en/appointments/queue/ HTTP/1.1" 500 194819 WARNING 2025-09-14 18:05:16,963 log 68392 6193360896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:05:16,963 basehttp 68392 6193360896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-14 18:05:17,399 log 68392 6193360896 Internal Server Error: /en/appointments/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'provider'. Choices are: tenant, created_by ERROR 2025-09-14 18:05:17,401 basehttp 68392 6193360896 "GET /en/appointments/queue/ HTTP/1.1" 500 194819 WARNING 2025-09-14 18:05:17,413 log 68392 6193360896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:05:17,413 basehttp 68392 6193360896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:06:19,761 autoreload 68392 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 18:06:20,108 autoreload 68856 8682856640 Watching for file changes with StatReloader ERROR 2025-09-14 18:06:20,907 log 68856 6135246848 Internal Server Error: /en/appointments/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'providers'. Choices are: tenant, created_by ERROR 2025-09-14 18:06:20,909 basehttp 68856 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 500 194846 WARNING 2025-09-14 18:06:20,930 log 68856 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:06:20,930 basehttp 68856 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:06:49,487 autoreload 68856 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 18:06:49,880 autoreload 69024 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 18:06:50,571 basehttp 69024 6194786304 "GET /en/appointments/queue/ HTTP/1.1" 200 63985 WARNING 2025-09-14 18:06:50,591 log 69024 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:06:50,592 basehttp 69024 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:06:50,642 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:07:50,649 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:07:50,670 basehttp 69024 6194786304 "GET /en/appointments/queue/ HTTP/1.1" 200 63985 WARNING 2025-09-14 18:07:50,684 log 69024 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:07:50,685 basehttp 69024 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:07:50,729 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:08:50,744 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:08:50,763 basehttp 69024 6194786304 "GET /en/appointments/queue/ HTTP/1.1" 200 63985 WARNING 2025-09-14 18:08:50,776 log 69024 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:08:50,776 basehttp 69024 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:08:50,847 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:09:19,482 basehttp 69024 6194786304 "GET /en/appointments/queue/ HTTP/1.1" 200 63985 WARNING 2025-09-14 18:09:19,500 log 69024 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:09:19,501 basehttp 69024 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:09:19,548 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:09:20,196 basehttp 69024 6194786304 "GET /en/appointments/queue/ HTTP/1.1" 200 63985 WARNING 2025-09-14 18:09:20,213 log 69024 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:09:20,214 basehttp 69024 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:09:20,273 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:09:30,074 basehttp 69024 6194786304 "GET /en/appointments/queue/1/ HTTP/1.1" 200 37465 WARNING 2025-09-14 18:09:30,094 log 69024 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:09:30,094 basehttp 69024 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:09:30,139 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 18:09:33,184 log 69024 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:09:33,185 basehttp 69024 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:09:33,196 log 69024 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:09:33,196 basehttp 69024 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:10:20,271 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:10:20,296 basehttp 69024 6194786304 "GET /en/appointments/queue/ HTTP/1.1" 200 63985 WARNING 2025-09-14 18:10:20,312 log 69024 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:10:20,312 basehttp 69024 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:10:20,363 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:10:34,328 basehttp 69024 6194786304 "GET /en/appointments/queue/ HTTP/1.1" 200 64087 WARNING 2025-09-14 18:10:34,344 log 69024 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:10:34,344 basehttp 69024 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:10:34,400 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:11:00,111 basehttp 69024 6194786304 "GET /en/appointments/queue/ HTTP/1.1" 200 63985 WARNING 2025-09-14 18:11:00,126 log 69024 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:11:00,126 basehttp 69024 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:11:00,178 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:12:00,180 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:12:00,203 basehttp 69024 6194786304 "GET /en/appointments/queue/ HTTP/1.1" 200 63985 WARNING 2025-09-14 18:12:00,215 log 69024 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:12:00,215 basehttp 69024 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:12:00,264 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:12:05,744 basehttp 69024 6194786304 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:12:05,762 log 69024 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:12:05,762 basehttp 69024 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:12:05,815 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:13:05,826 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:13:05,852 basehttp 69024 6194786304 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:13:05,868 log 69024 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:13:05,868 basehttp 69024 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:13:05,912 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:13:35,684 autoreload 69024 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 18:13:36,140 autoreload 72070 8682856640 Watching for file changes with StatReloader WARNING 2025-09-14 18:13:37,265 log 72070 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:13:37,266 basehttp 72070 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:13:37,274 log 72070 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:13:37,274 basehttp 72070 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-14 18:13:38,040 log 72070 6135246848 Internal Server Error: /en/appointments/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'waiting_queues'. Choices are: tenant, created_by ERROR 2025-09-14 18:13:38,042 basehttp 72070 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 500 195154 WARNING 2025-09-14 18:13:38,058 log 72070 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:13:38,058 basehttp 72070 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:14:15,029 autoreload 72070 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 18:14:15,374 autoreload 72381 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 18:14:16,047 basehttp 72381 6160756736 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:14:16,068 log 72381 6160756736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:14:16,068 basehttp 72381 6160756736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:14:16,117 basehttp 72381 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:15:16,130 basehttp 72381 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:15:16,154 basehttp 72381 6160756736 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:15:16,169 log 72381 6160756736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:15:16,169 basehttp 72381 6160756736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:15:16,211 basehttp 72381 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:16:16,240 basehttp 72381 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:16:16,250 basehttp 72381 6177583104 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:16:16,266 log 72381 6177583104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:16:16,266 basehttp 72381 6177583104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:16:16,308 basehttp 72381 6177583104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:17:16,314 basehttp 72381 6177583104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:17:16,337 basehttp 72381 6177583104 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:17:16,353 log 72381 6177583104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:17:16,353 basehttp 72381 6177583104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:17:16,395 basehttp 72381 6177583104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:18:16,416 basehttp 72381 6177583104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:18:16,434 basehttp 72381 6160756736 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:18:16,450 log 72381 6160756736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:18:16,450 basehttp 72381 6160756736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:18:16,495 basehttp 72381 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:19:16,507 basehttp 72381 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:19:16,530 basehttp 72381 6160756736 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:19:16,543 log 72381 6160756736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:19:16,544 basehttp 72381 6160756736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:19:16,586 basehttp 72381 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:20:16,614 basehttp 72381 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:20:16,626 basehttp 72381 6177583104 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:20:16,641 log 72381 6177583104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:20:16,641 basehttp 72381 6177583104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:20:16,687 basehttp 72381 6177583104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:21:16,600 basehttp 72381 6177583104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:21:16,617 basehttp 72381 6177583104 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:21:16,630 log 72381 6177583104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:21:16,630 basehttp 72381 6177583104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:21:16,678 basehttp 72381 6177583104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:22:16,693 basehttp 72381 6177583104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:22:16,706 basehttp 72381 6160756736 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:22:16,730 log 72381 6160756736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:22:16,730 basehttp 72381 6160756736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:22:16,763 basehttp 72381 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:23:16,778 basehttp 72381 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:23:16,802 basehttp 72381 6160756736 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:23:16,816 log 72381 6160756736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:23:16,816 basehttp 72381 6160756736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:23:16,859 basehttp 72381 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:24:16,881 basehttp 72381 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:24:16,898 basehttp 72381 6177583104 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:24:16,914 log 72381 6177583104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:24:16,914 basehttp 72381 6177583104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:24:16,955 basehttp 72381 6177583104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:25:17,877 basehttp 72381 6177583104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:25:17,884 basehttp 72381 6160756736 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:25:17,900 log 72381 6160756736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:25:17,900 basehttp 72381 6160756736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:25:17,945 basehttp 72381 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:26:17,973 basehttp 72381 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:26:17,988 basehttp 72381 6177583104 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:26:18,005 log 72381 6177583104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:26:18,005 basehttp 72381 6177583104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:26:18,051 basehttp 72381 6177583104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:26:42,398 basehttp 72381 6177583104 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84316 INFO 2025-09-14 18:26:42,415 basehttp 72381 6160756736 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-14 18:26:42,416 basehttp 72381 6228062208 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-14 18:26:42,417 basehttp 72381 6194409472 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-14 18:26:42,417 basehttp 72381 6177583104 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-14 18:26:42,418 basehttp 72381 6194409472 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-14 18:26:42,418 basehttp 72381 6211235840 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-14 18:26:42,419 basehttp 72381 6160756736 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-14 18:26:42,420 basehttp 72381 6177583104 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-14 18:26:42,421 basehttp 72381 6194409472 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-14 18:26:42,421 basehttp 72381 6160756736 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-14 18:26:42,423 basehttp 72381 6177583104 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-14 18:26:42,423 basehttp 72381 6211235840 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-14 18:26:42,424 basehttp 72381 6160756736 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-14 18:26:42,424 basehttp 72381 6177583104 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-14 18:26:42,424 basehttp 72381 6228062208 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-14 18:26:42,428 basehttp 72381 6244888576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:26:42,429 basehttp 72381 6194409472 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-14 18:26:42,439 basehttp 72381 6228062208 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-14 18:26:42,440 basehttp 72381 6211235840 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-14 18:26:42,440 basehttp 72381 6177583104 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-14 18:26:42,440 basehttp 72381 6160756736 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-14 18:26:42,527 basehttp 72381 6194409472 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-14 18:26:42,527 basehttp 72381 6244888576 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-14 18:26:44,909 basehttp 72381 6244888576 "GET /en/admin/appointments/waitingqueue/3/change/ HTTP/1.1" 200 147367 INFO 2025-09-14 18:26:44,923 basehttp 72381 6177583104 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 200 15845 INFO 2025-09-14 18:26:44,923 basehttp 72381 6228062208 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-14 18:26:44,923 basehttp 72381 6160756736 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-09-14 18:26:44,923 basehttp 72381 6244888576 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-14 18:26:44,923 basehttp 72381 6211235840 "GET /static/admin/js/SelectBox.js HTTP/1.1" 200 4530 INFO 2025-09-14 18:26:44,926 basehttp 72381 6244888576 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-14 18:26:44,926 basehttp 72381 6211235840 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-14 18:26:44,927 basehttp 72381 6194409472 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:26:44,929 basehttp 72381 6194409472 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-14 18:26:44,929 basehttp 72381 6211235840 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-09-14 18:26:44,934 basehttp 72381 6211235840 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-14 18:26:44,956 basehttp 72381 6211235840 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 200 3291 INFO 2025-09-14 18:27:07,671 autoreload 72381 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 18:27:08,183 autoreload 78050 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 18:27:11,755 basehttp 78050 6122434560 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:27:11,778 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:27:11,778 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:27:11,827 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:28:02,115 basehttp 78050 6122434560 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:28:02,133 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:28:02,133 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:28:02,184 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:28:33,743 basehttp 78050 6122434560 "GET /en/appointments/queue/ HTTP/1.1" 200 64891 WARNING 2025-09-14 18:28:33,760 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:28:33,760 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:28:33,812 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:28:54,577 basehttp 78050 6122434560 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:28:54,593 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:28:54,594 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:28:54,644 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-14 18:29:23,114 log 78050 6122434560 Internal Server Error: /en/appointments/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'ManyRelatedManager' object is not iterable ERROR 2025-09-14 18:29:23,115 basehttp 78050 6122434560 "GET /en/appointments/queue/ HTTP/1.1" 500 178751 WARNING 2025-09-14 18:29:23,129 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:29:23,129 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:30:02,860 basehttp 78050 6122434560 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:30:02,875 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:30:02,875 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:30:02,926 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:30:16,761 basehttp 78050 6122434560 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84316 INFO 2025-09-14 18:30:20,064 basehttp 78050 6122434560 "GET /en/admin/appointments/waitingqueue/3/change/ HTTP/1.1" 200 147367 INFO 2025-09-14 18:30:20,081 basehttp 78050 6122434560 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:30:28,252 basehttp 78050 6122434560 "POST /en/admin/appointments/waitingqueue/3/change/ HTTP/1.1" 302 0 INFO 2025-09-14 18:30:28,279 basehttp 78050 6122434560 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84560 INFO 2025-09-14 18:30:28,295 basehttp 78050 6122434560 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:30:31,872 basehttp 78050 6122434560 "GET /en/appointments/queue/ HTTP/1.1" 200 65731 WARNING 2025-09-14 18:30:31,888 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:30:31,888 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:30:31,938 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:31:31,944 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:31:31,971 basehttp 78050 6122434560 "GET /en/appointments/queue/ HTTP/1.1" 200 65730 WARNING 2025-09-14 18:31:31,985 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:31:31,986 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:31:32,036 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:31:34,786 basehttp 78050 6122434560 "GET /en/admin/appointments/waitingqueue/1/change/ HTTP/1.1" 200 147490 INFO 2025-09-14 18:31:34,804 basehttp 78050 6122434560 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:31:42,858 basehttp 78050 6122434560 "POST /en/admin/appointments/waitingqueue/1/change/ HTTP/1.1" 302 0 INFO 2025-09-14 18:31:42,884 basehttp 78050 6122434560 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84570 INFO 2025-09-14 18:31:42,899 basehttp 78050 6122434560 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:31:44,285 basehttp 78050 6122434560 "GET /en/admin/appointments/waitingqueue/3/change/ HTTP/1.1" 200 147448 INFO 2025-09-14 18:31:44,301 basehttp 78050 6122434560 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:31:59,988 basehttp 78050 6122434560 "POST /en/admin/appointments/waitingqueue/3/change/ HTTP/1.1" 302 0 INFO 2025-09-14 18:32:00,015 basehttp 78050 6122434560 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84560 INFO 2025-09-14 18:32:00,029 basehttp 78050 6122434560 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:32:01,360 basehttp 78050 6122434560 "GET /en/admin/appointments/waitingqueue/2/change/ HTTP/1.1" 200 158380 INFO 2025-09-14 18:32:01,378 basehttp 78050 6122434560 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:32:11,345 basehttp 78050 6122434560 "POST /en/admin/appointments/waitingqueue/2/change/ HTTP/1.1" 302 0 INFO 2025-09-14 18:32:11,371 basehttp 78050 6122434560 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84565 INFO 2025-09-14 18:32:11,385 basehttp 78050 6122434560 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:32:13,880 basehttp 78050 6122434560 "GET /en/admin/appointments/waitingqueue/4/change/ HTTP/1.1" 200 147357 INFO 2025-09-14 18:32:13,896 basehttp 78050 6122434560 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:32:26,833 basehttp 78050 6122434560 "POST /en/admin/appointments/waitingqueue/4/change/ HTTP/1.1" 302 0 INFO 2025-09-14 18:32:26,860 basehttp 78050 6122434560 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84560 INFO 2025-09-14 18:32:26,874 basehttp 78050 6122434560 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:32:29,088 basehttp 78050 6122434560 "GET /en/admin/appointments/waitingqueue/6/change/ HTTP/1.1" 200 147357 INFO 2025-09-14 18:32:29,103 basehttp 78050 6122434560 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:32:32,857 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:32:32,875 basehttp 78050 6139260928 "GET /en/appointments/queue/ HTTP/1.1" 200 66650 WARNING 2025-09-14 18:32:32,890 log 78050 6139260928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:32:32,891 basehttp 78050 6139260928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:32:32,944 basehttp 78050 6139260928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:32:36,110 basehttp 78050 6139260928 "POST /en/admin/appointments/waitingqueue/6/change/ HTTP/1.1" 302 0 INFO 2025-09-14 18:32:36,137 basehttp 78050 6139260928 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84559 INFO 2025-09-14 18:32:36,157 basehttp 78050 6139260928 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:32:37,542 basehttp 78050 6139260928 "GET /en/admin/appointments/waitingqueue/5/change/ HTTP/1.1" 200 136465 INFO 2025-09-14 18:32:37,554 basehttp 78050 6139260928 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:32:44,734 basehttp 78050 6139260928 "POST /en/admin/appointments/waitingqueue/5/change/ HTTP/1.1" 302 0 INFO 2025-09-14 18:32:44,761 basehttp 78050 6139260928 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84570 INFO 2025-09-14 18:32:44,778 basehttp 78050 6139260928 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:32:47,875 basehttp 78050 6139260928 "GET /en/appointments/queue/ HTTP/1.1" 200 67300 WARNING 2025-09-14 18:32:47,896 log 78050 6139260928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:32:47,896 basehttp 78050 6139260928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:32:47,945 basehttp 78050 6139260928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:33:18,662 basehttp 78050 6139260928 "GET /en/appointments/queue/1/ HTTP/1.1" 200 39307 WARNING 2025-09-14 18:33:18,682 log 78050 6139260928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:33:18,682 basehttp 78050 6139260928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:33:18,723 basehttp 78050 6139260928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:33:29,325 basehttp 78050 6139260928 "GET /en/appointments/queue/entry/18/ HTTP/1.1" 200 31327 WARNING 2025-09-14 18:33:29,345 log 78050 6139260928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:33:29,345 basehttp 78050 6139260928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:33:29,385 basehttp 78050 6139260928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 18:34:08,038 log 78050 6139260928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:34:08,038 basehttp 78050 6139260928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:34:08,051 log 78050 6139260928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:34:08,051 basehttp 78050 6139260928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:34:18,737 basehttp 78050 6139260928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:35:18,726 basehttp 78050 6139260928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:36:18,725 basehttp 78050 6139260928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:36:33,738 basehttp 78050 6139260928 "GET /en/appointments/queue/1/ HTTP/1.1" 200 39308 WARNING 2025-09-14 18:36:33,750 log 78050 6139260928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:36:33,750 basehttp 78050 6139260928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:36:33,792 basehttp 78050 6139260928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:36:41,438 basehttp 78050 6139260928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 18:36:41,443 log 78050 6156087296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:36:41,444 basehttp 78050 6156087296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:36:41,453 basehttp 78050 6122434560 "GET /en/appointments/queue/ HTTP/1.1" 200 67301 WARNING 2025-09-14 18:36:41,468 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:36:41,468 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:36:41,475 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:36:41,475 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:36:41,495 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:37:35,301 basehttp 78050 6122434560 "GET /en/appointments/queue/ HTTP/1.1" 200 68735 WARNING 2025-09-14 18:37:35,314 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:37:35,314 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:37:35,359 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:37:36,703 basehttp 78050 6122434560 "GET /en/appointments/queue/3/delete/ HTTP/1.1" 200 28660 WARNING 2025-09-14 18:37:36,721 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:37:36,721 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:37:36,760 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:38:36,765 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:39:36,763 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:40:36,764 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:40:57,044 basehttp 78050 6122434560 "GET /en/appointments/queue/3/delete/ HTTP/1.1" 200 28170 WARNING 2025-09-14 18:40:57,058 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:40:57,058 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:40:57,110 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:41:20,036 basehttp 78050 6122434560 "GET /en/appointments/queue/3/delete/ HTTP/1.1" 200 28177 WARNING 2025-09-14 18:41:20,053 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:41:20,053 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:41:20,086 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:41:38,023 basehttp 78050 6122434560 "GET /en/appointments/queue/3/delete/ HTTP/1.1" 200 28171 WARNING 2025-09-14 18:41:38,040 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:41:38,040 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:41:38,057 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:42:16,451 basehttp 78050 6122434560 "GET /en/appointments/queue/3/delete/ HTTP/1.1" 200 28273 WARNING 2025-09-14 18:42:16,472 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:42:16,472 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:42:16,535 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:43:08,216 basehttp 78050 6122434560 "GET /en/appointments/queue/3/delete/ HTTP/1.1" 200 28376 WARNING 2025-09-14 18:43:08,236 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:43:08,236 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:43:08,268 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:43:21,914 basehttp 78050 6122434560 "GET /en/appointments/queue/3/ HTTP/1.1" 200 40141 WARNING 2025-09-14 18:43:21,932 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:43:21,933 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:43:21,968 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:43:28,493 basehttp 78050 6122434560 "GET /en/appointments/queue/3/update/ HTTP/1.1" 200 35754 INFO 2025-09-14 18:43:28,507 basehttp 78050 6122434560 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-14 18:43:28,509 basehttp 78050 6139260928 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-14 18:43:28,513 log 78050 6156087296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:43:28,513 basehttp 78050 6156087296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:43:28,571 basehttp 78050 6156087296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 18:43:30,485 log 78050 6156087296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:43:30,486 basehttp 78050 6156087296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:43:30,509 log 78050 6156087296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:43:30,509 basehttp 78050 6156087296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:44:21,988 basehttp 78050 6156087296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:45:21,973 basehttp 78050 6156087296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:46:21,973 basehttp 78050 6156087296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:46:33,402 basehttp 78050 6156087296 "GET /en/appointments/queue/3/ HTTP/1.1" 200 39887 WARNING 2025-09-14 18:46:33,416 log 78050 6156087296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:46:33,416 basehttp 78050 6156087296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:46:33,455 basehttp 78050 6156087296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:47:33,457 basehttp 78050 6156087296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:48:33,459 basehttp 78050 6156087296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:48:53,805 basehttp 78050 6156087296 "GET /en/appointments/queue/3/ HTTP/1.1" 200 39899 WARNING 2025-09-14 18:48:53,819 log 78050 6156087296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:48:53,820 basehttp 78050 6156087296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:48:53,861 basehttp 78050 6156087296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-14 18:48:55,904 log 78050 6156087296 Internal Server Error: /en/appointments/queue/3/call-next/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 2102, in call_next_patient return redirect('appointments:queue_management') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 51, in redirect resolve_url(to, *args, **kwargs), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 184, in resolve_url return reverse(to, args=args, kwargs=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'queue_management' not found. 'queue_management' is not a valid view function or pattern name. ERROR 2025-09-14 18:48:55,905 basehttp 78050 6156087296 "GET /en/appointments/queue/3/call-next/ HTTP/1.1" 500 92268 WARNING 2025-09-14 18:48:55,920 log 78050 6156087296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:48:55,921 basehttp 78050 6156087296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:51:34,162 autoreload 78050 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 18:51:34,574 autoreload 88843 8682856640 Watching for file changes with StatReloader ERROR 2025-09-14 18:51:36,705 log 88843 6325039104 Internal Server Error: /en/appointments/queue/3/call-next/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 2050, in next_in_queue ).order_by('position', 'created_at').first() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-14 18:51:36,706 basehttp 88843 6325039104 "GET /en/appointments/queue/3/call-next/ HTTP/1.1" 500 89353 WARNING 2025-09-14 18:51:36,719 log 88843 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:51:36,720 basehttp 88843 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:52:02,902 autoreload 88843 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 18:52:03,281 autoreload 89084 8682856640 Watching for file changes with StatReloader ERROR 2025-09-14 18:52:03,837 log 89084 6158938112 Internal Server Error: /en/appointments/queue/3/call-next/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 2050, in next_in_queue ).order_by('queue_position', 'created_at').first() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-14 18:52:03,839 basehttp 89084 6158938112 "GET /en/appointments/queue/3/call-next/ HTTP/1.1" 500 89405 WARNING 2025-09-14 18:52:03,854 log 89084 6158938112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:52:03,854 basehttp 89084 6158938112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:52:28,493 autoreload 89084 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 18:52:28,867 autoreload 89243 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 18:52:29,968 basehttp 89243 6126497792 "GET /en/appointments/queue/3/call-next/ HTTP/1.1" 200 80 WARNING 2025-09-14 18:52:29,987 log 89243 6126497792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:52:29,987 basehttp 89243 6126497792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:55:16,356 autoreload 89243 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 18:55:16,698 autoreload 90480 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 18:55:17,210 basehttp 90480 6124220416 "GET /en/appointments/queue/3/call-next/ HTTP/1.1" 200 25 WARNING 2025-09-14 18:55:17,230 log 90480 6124220416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:55:17,230 basehttp 90480 6124220416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:55:18,665 log 90480 6141046784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:55:18,665 basehttp 90480 6141046784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:55:18,711 basehttp 90480 6124220416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 18:55:18,713 log 90480 6141046784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:55:18,713 basehttp 90480 6141046784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:55:19,152 basehttp 90480 6141046784 "GET /en/appointments/queue/3/ HTTP/1.1" 200 39934 WARNING 2025-09-14 18:55:19,163 log 90480 6141046784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:55:19,163 basehttp 90480 6141046784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:55:19,228 basehttp 90480 6141046784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:55:23,940 basehttp 90480 6141046784 "GET /en/appointments/queue/3/call-next/ HTTP/1.1" 200 25 WARNING 2025-09-14 18:55:23,960 log 90480 6141046784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:55:23,960 basehttp 90480 6141046784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:55:26,009 log 90480 6141046784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:55:26,010 basehttp 90480 6141046784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:55:26,019 log 90480 6141046784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:55:26,019 basehttp 90480 6141046784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:55:27,615 basehttp 90480 6141046784 "GET /en/appointments/queue/3/ HTTP/1.1" 200 39543 WARNING 2025-09-14 18:55:27,631 log 90480 6141046784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:55:27,631 basehttp 90480 6141046784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:55:27,698 basehttp 90480 6141046784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 18:56:12,254 log 90480 6141046784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:56:12,256 basehttp 90480 6141046784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:56:13,193 log 90480 6141046784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:56:13,193 basehttp 90480 6141046784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:56:14,400 basehttp 90480 6141046784 "GET /en/appointments/queue/ HTTP/1.1" 200 68740 WARNING 2025-09-14 18:56:14,418 log 90480 6141046784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:56:14,418 basehttp 90480 6141046784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:56:14,466 basehttp 90480 6141046784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:56:19,658 basehttp 90480 6141046784 "GET /en/appointments/queue/2/ HTTP/1.1" 200 43430 WARNING 2025-09-14 18:56:19,682 log 90480 6141046784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:56:19,682 basehttp 90480 6141046784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:56:19,722 basehttp 90480 6141046784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-14 18:56:23,436 log 90480 6141046784 Internal Server Error: /en/appointments/queue/2/call-next/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 2074, in next_in_queue return render(request, 'appointments/queue/waiting_queue_detail.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'waiting_queue_update' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/queue/(?P[0-9]+)/update/\\Z'] ERROR 2025-09-14 18:56:23,438 basehttp 90480 6141046784 "GET /en/appointments/queue/2/call-next/ HTTP/1.1" 500 184875 WARNING 2025-09-14 18:56:23,456 log 90480 6141046784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:56:23,456 basehttp 90480 6141046784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:58:53,607 autoreload 90480 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 18:58:53,993 autoreload 92098 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 18:58:55,180 basehttp 92098 6132920320 "GET /en/appointments/queue/2/call-next/ HTTP/1.1" 200 32016 WARNING 2025-09-14 18:58:55,197 log 92098 6132920320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:58:55,197 basehttp 92098 6132920320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:58:55,253 basehttp 92098 6132920320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:59:26,472 basehttp 92098 6132920320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 18:59:26,475 log 92098 6149746688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:59:26,475 basehttp 92098 6149746688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:59:26,487 log 92098 6149746688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:59:26,488 basehttp 92098 6149746688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:59:27,157 basehttp 92098 6149746688 "GET /en/appointments/queue/2/ HTTP/1.1" 200 42720 WARNING 2025-09-14 18:59:27,174 log 92098 6149746688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:59:27,174 basehttp 92098 6149746688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:59:27,218 basehttp 92098 6149746688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:00:27,223 basehttp 92098 6149746688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:01:27,223 basehttp 92098 6149746688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:02:00,815 autoreload 92098 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 19:02:01,167 autoreload 93503 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 19:02:01,557 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 42715 WARNING 2025-09-14 19:02:01,577 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:02:01,577 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:02:01,621 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:02:02,483 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 42715 WARNING 2025-09-14 19:02:02,497 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:02:02,497 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:02:02,538 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:02:27,089 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45315 WARNING 2025-09-14 19:02:27,106 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:02:27,106 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:02:27,152 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 19:02:38,272 log 93503 6125498368 Forbidden (CSRF token missing.): /en/appointments/queue/2/call-next/ WARNING 2025-09-14 19:02:38,273 basehttp 93503 6125498368 "POST /en/appointments/queue/2/call-next/ HTTP/1.1" 403 2491 INFO 2025-09-14 19:02:57,201 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45315 WARNING 2025-09-14 19:02:57,220 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:02:57,221 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:02:57,260 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:03:27,296 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45315 WARNING 2025-09-14 19:03:27,313 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:03:27,313 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:03:27,367 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:03:57,416 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45315 WARNING 2025-09-14 19:03:57,434 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:03:57,434 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:03:57,475 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:04:27,514 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45315 WARNING 2025-09-14 19:04:27,529 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:04:27,529 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:04:27,580 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:04:57,632 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45315 WARNING 2025-09-14 19:04:57,649 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:04:57,649 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:04:57,693 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:05:20,077 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45309 WARNING 2025-09-14 19:05:20,093 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:05:20,093 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:05:20,141 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 19:05:23,876 log 93503 6125498368 Forbidden (CSRF token missing.): /en/appointments/queue/2/call-next/ WARNING 2025-09-14 19:05:23,876 basehttp 93503 6125498368 "POST /en/appointments/queue/2/call-next/ HTTP/1.1" 403 2491 INFO 2025-09-14 19:05:50,181 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45309 WARNING 2025-09-14 19:05:50,199 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:05:50,199 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:05:50,242 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:06:20,282 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45309 WARNING 2025-09-14 19:06:20,297 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:06:20,297 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:06:20,341 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:06:50,398 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45309 WARNING 2025-09-14 19:06:50,415 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:06:50,415 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:06:50,457 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:07:20,521 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45932 WARNING 2025-09-14 19:07:20,538 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:07:20,538 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:07:20,581 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:07:50,627 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45932 WARNING 2025-09-14 19:07:50,645 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:07:50,646 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:07:50,686 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:08:20,725 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45932 WARNING 2025-09-14 19:08:20,740 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:08:20,740 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:08:20,786 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:08:50,825 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45932 WARNING 2025-09-14 19:08:50,839 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:08:50,839 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:08:50,881 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:09:20,935 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45932 WARNING 2025-09-14 19:09:20,955 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:09:20,955 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:09:20,997 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:09:51,031 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45932 WARNING 2025-09-14 19:09:51,045 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:09:51,045 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:09:51,087 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:10:12,978 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46242 WARNING 2025-09-14 19:10:12,995 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:10:12,996 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:10:13,043 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:10:26,808 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46242 WARNING 2025-09-14 19:10:26,826 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:10:26,826 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:10:26,869 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:10:56,918 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46242 WARNING 2025-09-14 19:10:56,938 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:10:56,939 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:10:56,980 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:11:27,033 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46242 WARNING 2025-09-14 19:11:27,051 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:11:27,052 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:11:27,094 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:11:57,142 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46242 WARNING 2025-09-14 19:11:57,160 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:11:57,160 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:11:57,202 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:12:04,729 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46242 WARNING 2025-09-14 19:12:04,747 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:12:04,747 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:12:04,793 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:12:34,840 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46242 WARNING 2025-09-14 19:12:34,859 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:12:34,859 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:12:34,901 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:13:04,937 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46242 WARNING 2025-09-14 19:13:04,954 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:13:04,954 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:13:05,007 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:13:16,307 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46242 WARNING 2025-09-14 19:13:16,325 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:13:16,326 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:13:16,396 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:13:46,415 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46242 WARNING 2025-09-14 19:13:46,431 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:13:46,431 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:13:46,476 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:14:16,815 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46242 WARNING 2025-09-14 19:14:16,836 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:14:16,836 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:14:16,885 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:14:47,803 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46242 WARNING 2025-09-14 19:14:47,818 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:14:47,819 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:14:47,868 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:14:58,710 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46247 WARNING 2025-09-14 19:14:58,726 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:14:58,727 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:14:58,771 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:15:28,820 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46247 WARNING 2025-09-14 19:15:28,838 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:15:28,838 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:15:28,881 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:15:59,806 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46247 WARNING 2025-09-14 19:15:59,821 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:15:59,822 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:15:59,874 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:16:30,794 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46247 WARNING 2025-09-14 19:16:30,808 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:16:30,808 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:16:30,853 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:17:01,793 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46247 WARNING 2025-09-14 19:17:01,807 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:17:01,807 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:17:01,851 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:17:12,964 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46482 WARNING 2025-09-14 19:17:12,984 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:17:12,984 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:17:13,029 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:17:43,806 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46482 WARNING 2025-09-14 19:17:43,824 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:17:43,824 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:17:43,868 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:18:14,808 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46482 WARNING 2025-09-14 19:18:14,830 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:18:14,830 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:18:14,877 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:18:45,807 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46486 WARNING 2025-09-14 19:18:45,825 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:18:45,825 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:18:46,091 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:18:47,016 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46486 WARNING 2025-09-14 19:18:47,036 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:18:47,036 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:18:47,138 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:19:17,166 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46486 WARNING 2025-09-14 19:19:17,187 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:19:17,187 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:19:17,230 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:19:46,378 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46258 WARNING 2025-09-14 19:19:46,395 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:19:46,395 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:19:46,447 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:20:16,506 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46258 WARNING 2025-09-14 19:20:16,524 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:20:16,524 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:20:16,566 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:20:46,809 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46273 WARNING 2025-09-14 19:20:46,828 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:20:46,829 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:20:46,880 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:21:17,800 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46273 WARNING 2025-09-14 19:21:17,821 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:21:17,821 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:21:17,872 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:21:48,928 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46273 WARNING 2025-09-14 19:21:48,945 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:21:48,945 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:21:48,994 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:22:19,934 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46273 WARNING 2025-09-14 19:22:19,953 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:22:19,953 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:22:19,998 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:22:50,935 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46273 WARNING 2025-09-14 19:22:50,954 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:22:50,954 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:22:50,999 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:23:21,929 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46273 WARNING 2025-09-14 19:23:21,949 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:23:21,949 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:23:22,002 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:23:52,916 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46273 WARNING 2025-09-14 19:23:52,929 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:23:52,929 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:23:52,978 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:24:23,916 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46273 WARNING 2025-09-14 19:24:23,932 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:24:23,932 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:24:23,973 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:24:44,013 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46367 INFO 2025-09-14 19:24:44,028 basehttp 93503 6125498368 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 200 30600 INFO 2025-09-14 19:24:44,028 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 200 78487 WARNING 2025-09-14 19:24:44,034 log 93503 6159151104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:24:44,035 basehttp 93503 6159151104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:24:44,107 basehttp 93503 6159151104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:24:50,901 basehttp 93503 6159151104 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46367 INFO 2025-09-14 19:24:50,911 basehttp 93503 6125498368 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-14 19:24:50,912 basehttp 93503 13438578688 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-14 19:24:50,913 basehttp 93503 13455405056 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-14 19:24:50,914 basehttp 93503 13472231424 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 200 30600 INFO 2025-09-14 19:24:50,915 basehttp 93503 13455405056 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-14 19:24:50,920 log 93503 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:24:50,920 basehttp 93503 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:24:50,921 basehttp 93503 6125498368 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-14 19:24:50,923 basehttp 93503 6159151104 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-14 19:24:50,924 basehttp 93503 6125498368 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-14 19:24:50,927 basehttp 93503 6125498368 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-14 19:24:50,928 basehttp 93503 6159151104 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-14 19:24:50,928 basehttp 93503 13455405056 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-14 19:24:50,929 basehttp 93503 6125498368 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 200 78487 INFO 2025-09-14 19:24:50,932 basehttp 93503 6142324736 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-14 19:24:50,933 basehttp 93503 13438578688 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-14 19:24:50,934 basehttp 93503 6159151104 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-14 19:24:50,934 basehttp 93503 6125498368 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-14 19:24:50,935 basehttp 93503 13455405056 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-14 19:24:50,936 basehttp 93503 13472231424 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-14 19:24:50,939 basehttp 93503 13438578688 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-14 19:24:50,940 basehttp 93503 6159151104 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-14 19:24:50,941 basehttp 93503 13472231424 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-14 19:24:50,941 basehttp 93503 13455405056 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-14 19:24:50,941 basehttp 93503 6142324736 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-14 19:24:50,944 basehttp 93503 6159151104 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-14 19:24:50,945 basehttp 93503 13472231424 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-14 19:24:50,945 basehttp 93503 13438578688 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-14 19:24:50,945 basehttp 93503 13455405056 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-14 19:24:50,946 basehttp 93503 6125498368 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-14 19:24:50,946 basehttp 93503 6142324736 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-14 19:24:50,949 basehttp 93503 13472231424 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-14 19:24:50,949 basehttp 93503 6142324736 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-14 19:24:50,949 basehttp 93503 13438578688 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-14 19:24:50,949 basehttp 93503 6125498368 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-14 19:24:50,950 basehttp 93503 13472231424 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-14 19:24:50,950 basehttp 93503 13455405056 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-14 19:24:50,950 basehttp 93503 6159151104 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-14 19:24:50,951 basehttp 93503 13455405056 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-14 19:24:51,693 basehttp 93503 13455405056 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-14 19:24:51,716 basehttp 93503 13455405056 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-14 19:24:51,730 basehttp 93503 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 19:24:51,923 log 93503 13455405056 Not Found: /favicon.ico WARNING 2025-09-14 19:24:51,923 basehttp 93503 13455405056 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-14 19:25:21,927 basehttp 93503 13455405056 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46367 INFO 2025-09-14 19:25:21,937 basehttp 93503 6125498368 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 INFO 2025-09-14 19:25:21,937 basehttp 93503 13455405056 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:25:21,945 log 93503 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:25:21,945 basehttp 93503 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:25:22,049 basehttp 93503 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:25:52,940 basehttp 93503 13455405056 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46367 INFO 2025-09-14 19:25:52,947 basehttp 93503 13455405056 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-14 19:25:52,947 basehttp 93503 6125498368 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 19:25:52,958 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:25:52,958 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:25:53,009 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:26:23,061 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46367 INFO 2025-09-14 19:26:23,071 basehttp 93503 13455405056 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 INFO 2025-09-14 19:26:23,072 basehttp 93503 6125498368 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 200 35107 WARNING 2025-09-14 19:26:23,079 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:26:23,079 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:26:23,126 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:26:53,176 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46367 INFO 2025-09-14 19:26:53,185 basehttp 93503 6125498368 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-14 19:26:53,185 basehttp 93503 13455405056 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 19:26:53,194 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:26:53,194 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:26:53,239 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:27:23,935 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46367 INFO 2025-09-14 19:27:23,943 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 INFO 2025-09-14 19:27:23,944 basehttp 93503 6125498368 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:27:23,954 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:27:23,954 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:27:24,012 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:27:54,921 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46367 INFO 2025-09-14 19:27:54,929 basehttp 93503 6125498368 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-14 19:27:54,929 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 19:27:54,938 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:27:54,938 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:27:54,988 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:28:25,935 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46367 INFO 2025-09-14 19:28:25,942 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-14 19:28:25,942 basehttp 93503 6125498368 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 19:28:25,954 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:28:25,954 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:28:26,002 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:28:56,932 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46367 INFO 2025-09-14 19:28:56,940 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-14 19:28:56,941 basehttp 93503 6125498368 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 19:28:56,949 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:28:56,950 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:28:57,026 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:29:27,938 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46367 INFO 2025-09-14 19:29:27,944 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:29:27,951 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:29:27,951 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:29:28,029 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:29:58,931 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46367 INFO 2025-09-14 19:29:58,940 basehttp 93503 6125498368 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 INFO 2025-09-14 19:29:58,940 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:29:58,949 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:29:58,949 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:29:58,999 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:29:59,962 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46994 WARNING 2025-09-14 19:29:59,981 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:29:59,981 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:30:00,027 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:30:24,846 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46994 INFO 2025-09-14 19:30:24,854 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:30:24,864 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:30:24,864 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:30:24,915 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:30:54,966 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46994 INFO 2025-09-14 19:30:54,974 basehttp 93503 6125498368 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 INFO 2025-09-14 19:30:54,974 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:30:54,984 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:30:54,984 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:30:55,031 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:31:25,085 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46994 INFO 2025-09-14 19:31:25,091 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:31:25,102 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:31:25,102 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:31:25,143 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:31:49,736 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46994 INFO 2025-09-14 19:31:49,743 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 19:31:49,751 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:31:49,751 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:31:49,795 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:32:19,849 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46990 INFO 2025-09-14 19:32:19,858 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:32:19,868 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:32:19,869 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:32:19,910 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:32:49,964 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46990 INFO 2025-09-14 19:32:49,971 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 19:32:49,982 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:32:49,983 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:32:50,032 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:33:20,082 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47001 INFO 2025-09-14 19:33:20,091 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:33:20,098 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:33:20,098 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:33:20,144 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:33:50,196 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47001 INFO 2025-09-14 19:33:50,204 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 19:33:50,214 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:33:50,214 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:33:50,262 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:34:20,313 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 INFO 2025-09-14 19:34:20,320 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:34:20,330 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:34:20,330 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:34:20,374 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:34:50,429 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 WARNING 2025-09-14 19:34:50,447 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:34:50,447 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:34:50,492 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:35:20,551 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 INFO 2025-09-14 19:35:20,558 basehttp 93503 6125498368 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 INFO 2025-09-14 19:35:20,558 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:35:20,568 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:35:20,568 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:35:20,610 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:35:50,663 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 WARNING 2025-09-14 19:35:50,681 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:35:50,681 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:35:50,725 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:36:20,792 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 INFO 2025-09-14 19:36:20,799 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:36:20,809 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:36:20,810 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:36:20,855 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:36:50,899 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 INFO 2025-09-14 19:36:50,907 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 19:36:50,916 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:36:50,916 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:36:50,961 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:37:21,012 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 WARNING 2025-09-14 19:37:21,030 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:37:21,030 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:37:21,079 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:37:51,123 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 INFO 2025-09-14 19:37:51,130 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:37:51,140 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:37:51,140 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:37:51,184 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:38:21,241 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 INFO 2025-09-14 19:38:21,248 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 19:38:21,258 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:38:21,258 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:38:21,301 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:38:51,348 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 WARNING 2025-09-14 19:38:51,365 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:38:51,366 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:38:51,408 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:39:21,455 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 INFO 2025-09-14 19:39:21,464 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:39:21,473 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:39:21,474 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:39:21,521 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:39:51,573 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 INFO 2025-09-14 19:39:51,582 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 19:39:51,601 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:39:51,601 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:39:51,635 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:40:21,696 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 WARNING 2025-09-14 19:40:21,714 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:40:21,714 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:40:21,754 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:40:51,818 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 INFO 2025-09-14 19:40:51,825 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:40:51,838 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:40:51,838 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:40:51,884 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:41:21,929 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 WARNING 2025-09-14 19:41:21,947 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:41:21,948 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:41:21,989 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:41:34,860 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46976 INFO 2025-09-14 19:41:34,870 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 19:41:34,877 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:41:34,877 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:41:34,924 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:42:05,934 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46976 WARNING 2025-09-14 19:42:05,954 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:42:05,954 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:42:06,004 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:42:11,341 basehttp 93503 6125498368 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 98823 INFO 2025-09-14 19:42:11,354 basehttp 93503 6142324736 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-14 19:42:11,355 basehttp 93503 13455405056 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-14 19:42:11,356 basehttp 93503 6125498368 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-14 19:42:11,356 basehttp 93503 6159151104 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-14 19:42:11,356 basehttp 93503 13438578688 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-14 19:42:11,357 basehttp 93503 6159151104 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-14 19:42:11,357 basehttp 93503 13438578688 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-14 19:42:11,358 basehttp 93503 6125498368 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-14 19:42:11,359 basehttp 93503 6142324736 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-14 19:42:11,360 basehttp 93503 13438578688 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-14 19:42:11,361 basehttp 93503 6159151104 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-14 19:42:11,361 basehttp 93503 6125498368 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-14 19:42:11,362 basehttp 93503 13438578688 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-14 19:42:11,363 basehttp 93503 13472231424 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 19:42:11,363 basehttp 93503 13455405056 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-14 19:42:11,367 basehttp 93503 6142324736 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-14 19:42:11,368 basehttp 93503 13455405056 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-14 19:42:11,369 basehttp 93503 13455405056 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-14 19:42:11,376 basehttp 93503 13455405056 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-14 19:42:11,377 basehttp 93503 13455405056 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-14 19:42:11,377 basehttp 93503 6142324736 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-14 19:42:11,377 basehttp 93503 13472231424 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-14 19:42:15,505 basehttp 93503 13472231424 "GET /en/admin/appointments/queueentry/10/change/ HTTP/1.1" 200 263912 INFO 2025-09-14 19:42:15,518 basehttp 93503 13472231424 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-14 19:42:15,522 basehttp 93503 13438578688 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-14 19:42:15,522 basehttp 93503 6142324736 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-14 19:42:15,522 basehttp 93503 13455405056 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-14 19:42:15,522 basehttp 93503 6159151104 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-14 19:42:15,524 basehttp 93503 13455405056 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-14 19:42:15,525 basehttp 93503 13455405056 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-14 19:42:15,526 basehttp 93503 13472231424 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 19:42:15,527 basehttp 93503 13455405056 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-14 19:42:15,566 basehttp 93503 13455405056 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-14 19:42:15,566 basehttp 93503 13472231424 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-09-14 19:42:27,402 basehttp 93503 13472231424 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 98823 INFO 2025-09-14 19:42:36,780 basehttp 93503 13472231424 "GET /en/admin/appointments/queueentry/10/change/ HTTP/1.1" 200 263912 INFO 2025-09-14 19:42:36,795 basehttp 93503 13472231424 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 19:42:36,911 basehttp 93503 13472231424 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46977 INFO 2025-09-14 19:42:36,917 basehttp 93503 13472231424 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:42:36,926 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:42:36,926 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:42:36,978 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:42:40,010 basehttp 93503 13472231424 "POST /en/admin/appointments/queueentry/10/change/ HTTP/1.1" 302 0 INFO 2025-09-14 19:42:40,036 basehttp 93503 13472231424 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 99088 INFO 2025-09-14 19:42:40,052 basehttp 93503 13472231424 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 19:42:40,059 basehttp 93503 13472231424 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-14 19:42:43,309 basehttp 93503 13472231424 "GET /en/admin/appointments/queueentry/16/change/ HTTP/1.1" 200 263965 INFO 2025-09-14 19:42:43,325 basehttp 93503 13472231424 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 19:42:46,582 basehttp 93503 13472231424 "POST /en/admin/appointments/queueentry/16/change/ HTTP/1.1" 302 0 INFO 2025-09-14 19:42:46,611 basehttp 93503 13472231424 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 99100 INFO 2025-09-14 19:42:46,626 basehttp 93503 13472231424 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 19:42:53,646 basehttp 93503 13472231424 "GET /en/admin/appointments/queueentry/18/change/ HTTP/1.1" 200 263965 INFO 2025-09-14 19:42:53,665 basehttp 93503 13472231424 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 19:42:58,425 basehttp 93503 13472231424 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 98836 INFO 2025-09-14 19:43:07,927 basehttp 93503 13472231424 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46977 WARNING 2025-09-14 19:43:07,944 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:43:07,944 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:43:07,995 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:43:38,923 basehttp 93503 13472231424 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46977 INFO 2025-09-14 19:43:38,930 basehttp 93503 13472231424 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 19:43:38,941 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:43:38,942 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:43:38,993 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:44:09,041 basehttp 93503 13472231424 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46977 WARNING 2025-09-14 19:44:09,064 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:44:09,064 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:44:09,097 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:44:39,147 basehttp 93503 13472231424 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46977 INFO 2025-09-14 19:44:39,155 basehttp 93503 13472231424 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:44:39,165 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:44:39,166 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:44:39,208 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:45:09,263 basehttp 93503 13472231424 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46977 WARNING 2025-09-14 19:45:09,280 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:45:09,280 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:45:09,320 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:45:39,375 basehttp 93503 13472231424 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46977 WARNING 2025-09-14 19:45:39,393 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:45:39,393 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:45:39,440 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:46:09,491 basehttp 93503 13472231424 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46977 INFO 2025-09-14 19:46:09,497 basehttp 93503 13472231424 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 19:46:09,507 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:46:09,508 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:46:09,552 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:46:39,601 basehttp 93503 13472231424 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46977 INFO 2025-09-14 19:46:39,609 basehttp 93503 13472231424 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:46:39,621 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:46:39,621 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:46:39,665 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:47:09,702 basehttp 93503 13472231424 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46977 WARNING 2025-09-14 19:47:09,718 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:47:09,718 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:47:09,758 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:47:39,816 basehttp 93503 13472231424 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46977 WARNING 2025-09-14 19:47:39,834 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:47:39,834 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:47:39,874 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:47:59,179 basehttp 93503 13472231424 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46981 WARNING 2025-09-14 19:47:59,192 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:47:59,192 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:47:59,292 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-14 19:48:00,972 log 93503 13472231424 Internal Server Error: /en/appointments/queue/entry/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'queueentry_list' not found. 'queueentry_list' is not a valid view function or pattern name. ERROR 2025-09-14 19:48:00,974 basehttp 93503 13472231424 "GET /en/appointments/queue/entry/create/ HTTP/1.1" 500 167613 WARNING 2025-09-14 19:48:00,992 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:48:00,993 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-14 19:49:58,981 log 93503 13472231424 Internal Server Error: /en/appointments/queue/entry/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'queueentry_list' not found. 'queueentry_list' is not a valid view function or pattern name. ERROR 2025-09-14 19:49:58,982 basehttp 93503 13472231424 "GET /en/appointments/queue/entry/create/ HTTP/1.1" 500 165186 WARNING 2025-09-14 19:49:59,006 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:49:59,006 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-14 19:50:00,493 log 93503 13472231424 Internal Server Error: /en/appointments/queue/entry/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'queueentry_list' not found. 'queueentry_list' is not a valid view function or pattern name. ERROR 2025-09-14 19:50:00,494 basehttp 93503 13472231424 "GET /en/appointments/queue/entry/create/ HTTP/1.1" 500 165186 WARNING 2025-09-14 19:50:00,513 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:50:00,513 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:50:17,291 basehttp 93503 13472231424 "GET /en/appointments/queue/entry/create/ HTTP/1.1" 200 152019 INFO 2025-09-14 19:50:17,303 basehttp 93503 13472231424 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-14 19:50:17,304 basehttp 93503 6125498368 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-14 19:50:17,310 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:50:17,311 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:50:17,368 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:51:17,386 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:52:17,921 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:53:18,907 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:54:19,911 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:55:19,913 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:56:19,908 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:57:19,920 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:58:19,925 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:59:09,536 autoreload 93503 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 19:59:10,029 autoreload 19306 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 19:59:20,007 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 20:00:18,168 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 20:00:18,170 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 20:00:48,288 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46981 INFO 2025-09-14 20:00:48,297 basehttp 19306 6161870848 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-14 20:00:48,297 basehttp 19306 13035925504 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 20:00:48,307 log 19306 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 20:00:48,307 basehttp 19306 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 20:00:48,368 basehttp 19306 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 20:01:07,772 basehttp 19306 13035925504 "GET /en/appointments/queue/2/call-next/ HTTP/1.1" 200 80 WARNING 2025-09-14 20:01:07,793 log 19306 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 20:01:07,793 basehttp 19306 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 20:01:12,524 log 19306 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 20:01:12,524 basehttp 19306 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 20:01:12,546 log 19306 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 20:01:12,546 basehttp 19306 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 20:01:13,357 basehttp 19306 13035925504 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47030 WARNING 2025-09-14 20:01:13,375 log 19306 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 20:01:13,376 basehttp 19306 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 20:01:13,419 basehttp 19306 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 20:01:43,472 basehttp 19306 13035925504 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46625 WARNING 2025-09-14 20:01:43,488 log 19306 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 20:01:43,488 basehttp 19306 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 20:01:43,529 basehttp 19306 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 20:02:13,589 basehttp 19306 13035925504 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46625 WARNING 2025-09-14 20:02:13,606 log 19306 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 20:02:13,607 basehttp 19306 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 20:02:13,653 basehttp 19306 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 20:02:43,692 basehttp 19306 13035925504 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46625 WARNING 2025-09-14 20:02:43,711 log 19306 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 20:02:43,711 basehttp 19306 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 20:02:43,749 basehttp 19306 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 20:03:13,810 basehttp 19306 13035925504 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46625 WARNING 2025-09-14 20:03:13,829 log 19306 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 20:03:13,829 basehttp 19306 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 20:03:13,864 basehttp 19306 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 20:03:43,914 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46625 WARNING 2025-09-14 20:03:43,936 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 20:03:43,936 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 20:03:43,980 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 20:04:35,392 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46625 INFO 2025-09-14 20:04:35,400 basehttp 19306 6161870848 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-14 20:04:35,400 basehttp 19306 13035925504 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 20:04:35,408 log 19306 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 20:04:35,409 basehttp 19306 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 20:04:35,463 basehttp 19306 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 20:10:00,607 basehttp 19306 13035925504 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46625 INFO 2025-09-14 20:10:00,616 basehttp 19306 13035925504 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-14 20:10:00,616 basehttp 19306 6161870848 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 20:10:00,625 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 20:10:00,625 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 20:10:00,679 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 20:10:31,606 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46625 WARNING 2025-09-14 20:10:31,626 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 20:10:31,626 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 20:10:31,674 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 21:17:13,157 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 INFO 2025-09-14 21:17:13,168 basehttp 19306 6161870848 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-14 21:17:13,168 basehttp 19306 13035925504 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 21:17:13,180 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:17:13,180 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:17:13,237 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:17:44,136 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:17:44,156 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:17:44,156 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:17:44,204 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:27:53,891 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:27:53,908 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:27:53,908 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:27:53,959 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:28:24,914 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 INFO 2025-09-14 21:28:24,922 basehttp 19306 6161870848 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 21:28:24,933 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:28:24,934 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:28:24,979 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:40:22,111 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46629 INFO 2025-09-14 21:40:22,118 basehttp 19306 6161870848 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 21:40:22,127 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:40:22,127 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:40:22,164 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:40:52,183 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46629 INFO 2025-09-14 21:40:52,192 basehttp 19306 6161870848 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 21:40:52,203 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:40:52,204 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:40:52,247 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:40:54,520 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46629 WARNING 2025-09-14 21:40:54,539 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:40:54,539 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:40:54,593 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:41:24,635 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46629 WARNING 2025-09-14 21:41:24,655 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:41:24,655 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:41:24,696 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:41:54,921 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46629 WARNING 2025-09-14 21:41:54,942 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:41:54,943 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:41:54,990 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:42:25,930 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:42:25,948 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:42:25,948 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:42:25,997 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:42:56,928 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:42:56,948 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:42:56,948 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:42:57,001 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:43:27,926 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:43:27,946 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:43:27,946 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:43:27,995 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:43:58,966 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:43:58,987 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:43:58,987 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:43:59,039 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:44:29,920 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:44:29,937 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:44:29,938 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:44:30,015 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:45:00,923 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:45:00,945 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:45:00,945 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:45:01,023 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:45:31,922 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:45:31,940 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:45:31,940 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:45:31,994 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-14 21:45:38,948 log 19306 6161870848 Internal Server Error: /en/admin/billing/insuranceclaim/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'payment_percentage_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: InsuranceClaim has no field named 'payment_percentage_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/admin.py", line 431, in payment_percentage_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-09-14 21:45:38,950 basehttp 19306 6161870848 "GET /en/admin/billing/insuranceclaim/ HTTP/1.1" 500 397931 INFO 2025-09-14 21:46:02,911 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:46:02,925 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:46:02,925 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:46:02,970 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:46:33,910 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:46:33,925 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:46:33,926 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:46:33,970 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:47:04,927 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:47:04,944 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:47:04,944 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:47:04,995 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:47:35,927 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:47:35,945 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:47:35,945 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:47:35,995 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:48:06,929 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:48:06,946 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:48:06,946 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:48:06,990 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:48:37,910 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:48:37,928 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:48:37,928 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:48:37,973 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:49:08,909 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:49:08,925 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:49:08,925 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:49:08,969 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:49:28,254 autoreload 19306 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/admin.py changed, reloading. INFO 2025-09-14 21:49:28,757 autoreload 27245 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 21:49:30,079 basehttp 27245 6202470400 "GET /en/admin/billing/insuranceclaim/ HTTP/1.1" 200 148260 INFO 2025-09-14 21:49:30,093 basehttp 27245 6202470400 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 21:49:39,933 basehttp 27245 6202470400 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:49:39,953 log 27245 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:49:39,953 basehttp 27245 6202470400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:49:40,003 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:50:10,926 basehttp 27245 6202470400 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:50:10,943 log 27245 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:50:10,943 basehttp 27245 6202470400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:50:10,989 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:50:41,930 basehttp 27245 6202470400 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:50:41,949 log 27245 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:50:41,949 basehttp 27245 6202470400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:50:41,998 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:50:54,716 basehttp 27245 6202470400 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84315 INFO 2025-09-14 21:50:54,730 basehttp 27245 6202470400 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 21:51:04,912 basehttp 27245 6202470400 "GET /en/admin/appointments/appointmenttemplate/ HTTP/1.1" 200 85980 INFO 2025-09-14 21:51:04,924 basehttp 27245 6202470400 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 21:51:09,897 basehttp 27245 6202470400 "GET /en/admin/appointments/appointmenttemplate/2/change/ HTTP/1.1" 200 97335 INFO 2025-09-14 21:51:09,910 basehttp 27245 6202470400 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 21:51:12,927 basehttp 27245 6202470400 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:51:12,949 log 27245 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:51:12,949 basehttp 27245 6202470400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:51:13,001 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:51:43,922 basehttp 27245 6202470400 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:51:43,937 log 27245 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:51:43,937 basehttp 27245 6202470400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:51:43,983 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:51:44,624 basehttp 27245 6202470400 "GET /en/admin/appointments/telemedicinesession/ HTTP/1.1" 200 152425 INFO 2025-09-14 21:51:44,636 basehttp 27245 6219296768 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-09-14 21:51:44,639 basehttp 27245 6202470400 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 21:52:14,924 basehttp 27245 6202470400 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:52:14,941 log 27245 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:52:14,941 basehttp 27245 6202470400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:52:14,986 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:52:45,923 basehttp 27245 6202470400 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:52:45,942 log 27245 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:52:45,942 basehttp 27245 6202470400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:52:45,988 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:53:16,926 basehttp 27245 6202470400 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:53:16,944 log 27245 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:53:16,944 basehttp 27245 6202470400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:53:16,997 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:53:20,798 basehttp 27245 6202470400 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84315 INFO 2025-09-14 21:53:20,818 basehttp 27245 6202470400 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 21:53:31,056 basehttp 27245 6202470400 "GET /en/admin/appointments/waitingqueue/4/change/ HTTP/1.1" 200 147402 INFO 2025-09-14 21:53:31,069 basehttp 27245 6236123136 "GET /static/admin/js/SelectBox.js HTTP/1.1" 200 4530 INFO 2025-09-14 21:53:31,069 basehttp 27245 6252949504 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 200 15845 INFO 2025-09-14 21:53:31,069 basehttp 27245 6219296768 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-09-14 21:53:31,072 basehttp 27245 6219296768 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-09-14 21:53:31,073 basehttp 27245 6202470400 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 21:53:31,095 basehttp 27245 6202470400 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 200 3291 INFO 2025-09-14 21:53:47,927 basehttp 27245 6202470400 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:53:47,944 log 27245 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:53:47,944 basehttp 27245 6202470400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:53:47,994 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:54:05,815 basehttp 27245 6202470400 "GET /en/appointments/queue/ HTTP/1.1" 200 68800 INFO 2025-09-14 21:54:05,826 basehttp 27245 6202470400 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 WARNING 2025-09-14 21:54:05,836 log 27245 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:54:05,836 basehttp 27245 6202470400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:55:05,868 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:55:05,920 basehttp 27245 6202470400 "GET /en/appointments/queue/ HTTP/1.1" 200 68800 WARNING 2025-09-14 21:55:05,937 log 27245 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:55:05,937 basehttp 27245 6202470400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:55:05,979 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:55:11,077 basehttp 27245 6202470400 "GET /en/appointments/queue/3/ HTTP/1.1" 200 44164 INFO 2025-09-14 21:55:11,090 basehttp 27245 6202470400 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-14 21:55:11,093 basehttp 27245 6219296768 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 21:55:11,099 log 27245 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:55:11,100 basehttp 27245 6202470400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:55:11,157 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:55:41,139 basehttp 27245 6202470400 "GET /en/appointments/queue/3/ HTTP/1.1" 200 44164 WARNING 2025-09-14 21:55:41,155 log 27245 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:55:41,155 basehttp 27245 6202470400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:55:41,197 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:56:03,602 basehttp 27245 6202470400 "GET /en/appointments/queue/entry/create/ HTTP/1.1" 200 152019 WARNING 2025-09-14 21:56:03,622 log 27245 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:56:03,622 basehttp 27245 6202470400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:56:03,683 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:57:03,697 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:58:03,693 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:58:09,959 autoreload 27245 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 21:58:10,305 autoreload 31160 8682856640 Watching for file changes with StatReloader WARNING 2025-09-14 21:58:11,648 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:58:11,648 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:58:11,693 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:58:11,699 basehttp 31160 6204649472 "GET /en/appointments/queue/3/ HTTP/1.1" 200 44164 WARNING 2025-09-14 21:58:11,711 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:58:11,712 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 21:58:11,718 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:58:11,718 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:58:11,735 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:58:12,530 basehttp 31160 6204649472 "GET /en/appointments/queue/3/ HTTP/1.1" 200 44164 WARNING 2025-09-14 21:58:12,547 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:58:12,548 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:58:12,589 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:58:17,605 basehttp 31160 6204649472 "GET /en/appointments/queue/entry/10/ HTTP/1.1" 200 31709 WARNING 2025-09-14 21:58:17,628 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:58:17,628 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:58:17,669 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:59:17,675 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:00:17,677 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:01:02,083 basehttp 31160 6204649472 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 120648 WARNING 2025-09-14 22:01:02,100 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:01:02,100 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:01:02,217 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:01:28,399 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:01:28,400 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:01:28,400 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:01:28,408 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:01:28,408 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:01:34,036 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:01:34,037 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:01:34,039 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:01:34,045 basehttp 31160 6204649472 "GET /en/appointments/queue/3/ HTTP/1.1" 200 44164 WARNING 2025-09-14 22:01:34,060 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:01:34,060 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:01:34,066 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:01:34,066 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:01:34,085 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:02:04,157 basehttp 31160 6204649472 "GET /en/appointments/queue/3/ HTTP/1.1" 200 44164 WARNING 2025-09-14 22:02:04,184 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:02:04,184 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:02:04,227 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:02:28,830 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-14 22:02:28,832 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:02:28,862 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:02:28,872 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:02:28,873 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:02:31,221 basehttp 31160 6221475840 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 120648 WARNING 2025-09-14 22:02:31,238 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:02:31,238 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:02:31,289 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:03:31,307 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:03:31,379 basehttp 31160 6221475840 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 120648 WARNING 2025-09-14 22:03:31,394 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:03:31,394 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:03:31,441 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:03:46,886 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:03:46,887 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:03:46,887 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:03:46,897 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:03:46,897 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:03:48,347 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-14 22:03:48,348 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:03:48,349 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:03:48,357 basehttp 31160 6221475840 "GET /en/appointments/queue/3/ HTTP/1.1" 200 44164 WARNING 2025-09-14 22:03:48,369 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:03:48,369 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:03:48,374 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:03:48,374 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:03:48,394 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:03:58,795 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:03:58,795 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:03:58,810 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:03:58,810 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:04:00,695 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:04:00,695 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:04:00,705 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:04:00,705 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:04:03,018 basehttp 31160 6221475840 "GET /en/appointments/queue/entry/5/ HTTP/1.1" 200 31163 WARNING 2025-09-14 22:04:03,043 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:04:03,043 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:04:03,087 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:05:03,102 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:05:52,538 basehttp 31160 6221475840 "GET /en/appointments/queue/entry/5/ HTTP/1.1" 200 31163 WARNING 2025-09-14 22:05:52,558 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:05:52,558 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:05:52,599 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:05:55,940 basehttp 31160 6221475840 "GET /en/appointments/queue/3/ HTTP/1.1" 200 44164 WARNING 2025-09-14 22:05:55,958 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:05:55,959 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:05:56,003 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:06:05,964 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:06:05,964 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:06:05,980 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:06:05,980 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:06:18,462 basehttp 31160 6221475840 "GET /en/appointments/queue/3/ HTTP/1.1" 200 44164 WARNING 2025-09-14 22:06:18,483 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:06:18,483 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:06:18,525 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:06:43,479 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:06:43,479 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:06:43,489 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:06:43,489 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:06:44,432 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-14 22:06:44,434 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:06:44,434 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:06:44,436 basehttp 31160 6238302208 - Broken pipe from ('127.0.0.1', 49251) INFO 2025-09-14 22:06:44,441 basehttp 31160 6221475840 "GET /en/appointments/queue/3/ HTTP/1.1" 200 44164 WARNING 2025-09-14 22:06:44,455 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:06:44,455 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:06:44,461 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:06:44,461 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:06:44,479 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:06:46,012 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:06:46,012 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:07:46,064 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:07:46,108 basehttp 31160 6221475840 "GET /en/appointments/queue/ HTTP/1.1" 200 68800 WARNING 2025-09-14 22:07:46,121 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:07:46,121 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:07:46,165 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:07:47,291 basehttp 31160 6221475840 "GET /en/appointments/queue/ HTTP/1.1" 200 68800 WARNING 2025-09-14 22:07:47,305 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:07:47,305 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:07:47,348 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:07:48,358 basehttp 31160 6221475840 "GET /en/appointments/queue/ HTTP/1.1" 200 68800 WARNING 2025-09-14 22:07:48,372 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:07:48,374 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:07:48,422 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:07:54,733 basehttp 31160 6221475840 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:07:54,752 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:07:54,752 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:07:54,805 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:07:56,379 basehttp 31160 6221475840 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:07:56,397 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:07:56,397 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:07:56,452 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:08:26,493 basehttp 31160 6221475840 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:08:26,508 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:08:26,508 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:08:26,548 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:08:53,968 basehttp 31160 6221475840 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:08:53,981 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:08:53,981 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:08:54,027 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:08:55,865 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:08:55,865 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:08:55,866 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:08:55,881 basehttp 31160 6204649472 "GET /en/appointments/queue/ HTTP/1.1" 200 68800 WARNING 2025-09-14 22:08:55,893 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:08:55,893 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:08:55,900 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:08:55,900 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:08:55,920 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:08:56,612 basehttp 31160 6204649472 "GET /en/appointments/queue/ HTTP/1.1" 200 68800 WARNING 2025-09-14 22:08:56,629 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:08:56,629 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:08:56,676 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:09:14,908 basehttp 31160 6204649472 "GET /en/appointments/queue/ HTTP/1.1" 200 68798 WARNING 2025-09-14 22:09:14,923 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:09:14,923 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:09:14,972 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:09:44,640 basehttp 31160 6204649472 "GET /en/appointments/queue/ HTTP/1.1" 200 68801 WARNING 2025-09-14 22:09:44,655 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:09:44,655 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:09:44,702 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:10:02,335 basehttp 31160 6204649472 "GET /en/appointments/queue/ HTTP/1.1" 200 68800 WARNING 2025-09-14 22:10:02,349 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:10:02,349 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:10:02,398 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:10:19,811 basehttp 31160 6204649472 "GET /en/appointments/queue/ HTTP/1.1" 200 68799 WARNING 2025-09-14 22:10:19,823 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:10:19,823 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:10:19,870 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:11:19,878 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:11:19,909 basehttp 31160 6204649472 "GET /en/appointments/queue/ HTTP/1.1" 200 68799 WARNING 2025-09-14 22:11:19,924 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:11:19,924 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:11:19,967 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:11:43,078 basehttp 31160 6204649472 "GET /en/appointments/queue/ HTTP/1.1" 200 68745 WARNING 2025-09-14 22:11:43,090 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:11:43,090 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:11:43,133 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:12:24,790 basehttp 31160 6204649472 "GET /en/appointments/queue/ HTTP/1.1" 200 68715 WARNING 2025-09-14 22:12:24,805 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:12:24,805 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:12:24,855 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:12:49,293 basehttp 31160 6204649472 "GET /en/appointments/queue/ HTTP/1.1" 200 68967 WARNING 2025-09-14 22:12:49,306 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:12:49,306 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:12:49,351 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:13:19,141 basehttp 31160 6204649472 "GET /en/appointments/queue/ HTTP/1.1" 200 68997 WARNING 2025-09-14 22:13:19,157 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:13:19,157 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:13:19,201 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:13:20,240 basehttp 31160 6204649472 "GET /en/appointments/queue/ HTTP/1.1" 200 68997 WARNING 2025-09-14 22:13:20,256 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:13:20,256 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:13:20,306 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:13:38,428 basehttp 31160 6204649472 "GET /en/appointments/queue/ HTTP/1.1" 200 69021 WARNING 2025-09-14 22:13:38,442 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:13:38,442 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:13:38,488 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:13:53,826 basehttp 31160 6204649472 "GET /en/appointments/queue/ HTTP/1.1" 200 69051 WARNING 2025-09-14 22:13:53,842 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:13:53,842 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:13:53,892 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:14:32,255 basehttp 31160 6204649472 "GET /en/appointments/queue/3/ HTTP/1.1" 200 44164 INFO 2025-09-14 22:14:32,277 basehttp 31160 6221475840 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-14 22:14:32,278 basehttp 31160 6238302208 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 22:14:32,282 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:14:32,283 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:14:32,338 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:15:02,377 basehttp 31160 6204649472 "GET /en/appointments/queue/3/ HTTP/1.1" 200 44164 WARNING 2025-09-14 22:15:02,391 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:15:02,392 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:15:02,430 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:15:25,253 basehttp 31160 6204649472 "GET /en/appointments/queue/3/ HTTP/1.1" 200 44164 WARNING 2025-09-14 22:15:25,269 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:15:25,269 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:15:25,316 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:15:26,387 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-14 22:15:26,387 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:15:26,387 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:15:26,404 basehttp 31160 6238302208 "GET /en/appointments/queue/ HTTP/1.1" 200 68495 WARNING 2025-09-14 22:15:26,417 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:15:26,417 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:15:26,424 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:15:26,424 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:15:26,441 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:15:27,036 basehttp 31160 6238302208 "GET /en/appointments/queue/ HTTP/1.1" 200 68495 WARNING 2025-09-14 22:15:27,053 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:15:27,053 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:15:27,101 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:15:27,970 basehttp 31160 6238302208 "GET /en/appointments/queue/ HTTP/1.1" 200 68495 WARNING 2025-09-14 22:15:27,984 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:15:27,984 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:15:28,030 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:16:14,990 basehttp 31160 6238302208 "GET /en/appointments/queue/ HTTP/1.1" 200 65137 WARNING 2025-09-14 22:16:15,007 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:16:15,008 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:16:15,059 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:17:15,070 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:17:15,101 basehttp 31160 6238302208 "GET /en/appointments/queue/ HTTP/1.1" 200 65137 WARNING 2025-09-14 22:17:15,117 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:17:15,117 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:17:15,161 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:18:15,176 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:18:15,210 basehttp 31160 6238302208 "GET /en/appointments/queue/ HTTP/1.1" 200 65137 WARNING 2025-09-14 22:18:15,224 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:18:15,225 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:18:15,270 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:19:15,282 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:19:15,312 basehttp 31160 6238302208 "GET /en/appointments/queue/ HTTP/1.1" 200 65137 WARNING 2025-09-14 22:19:15,327 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:19:15,327 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:19:15,371 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:20:03,350 basehttp 31160 6238302208 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:20:03,369 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:20:03,370 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:20:03,415 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:20:33,465 basehttp 31160 6238302208 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:20:33,482 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:20:33,483 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:20:33,524 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:21:03,579 basehttp 31160 6238302208 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:21:03,598 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:21:03,598 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:21:03,639 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:21:33,679 basehttp 31160 6238302208 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:21:33,693 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:21:33,693 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:21:33,756 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:21:46,436 basehttp 31160 6238302208 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:21:46,451 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:21:46,451 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:21:46,500 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:22:16,535 basehttp 31160 6238302208 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:22:16,549 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:22:16,549 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:22:16,612 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:22:37,930 basehttp 31160 6238302208 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:22:37,947 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:22:37,948 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:22:37,993 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:23:08,044 basehttp 31160 6238302208 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:23:08,061 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:23:08,062 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:23:08,104 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:23:36,264 autoreload 31160 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 22:23:36,678 autoreload 42379 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 22:23:37,242 basehttp 42379 6156595200 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:23:37,260 log 42379 6156595200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:23:37,260 basehttp 42379 6156595200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:23:37,308 basehttp 42379 6156595200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:24:07,354 basehttp 42379 6156595200 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:24:07,370 log 42379 6156595200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:24:07,371 basehttp 42379 6156595200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:24:07,414 basehttp 42379 6156595200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:24:37,468 basehttp 42379 6156595200 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:24:37,485 log 42379 6156595200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:24:37,485 basehttp 42379 6156595200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:24:37,526 basehttp 42379 6156595200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:25:07,570 basehttp 42379 6156595200 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:25:07,585 log 42379 6156595200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:25:07,586 basehttp 42379 6156595200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:25:07,628 basehttp 42379 6156595200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:25:27,173 autoreload 42379 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 22:25:27,596 autoreload 43152 8682856640 Watching for file changes with StatReloader WARNING 2025-09-14 22:25:28,746 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:25:28,746 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:25:28,753 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:25:28,753 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:25:30,862 basehttp 43152 6135246848 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:25:30,879 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:25:30,880 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:25:30,929 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:26:00,980 basehttp 43152 6135246848 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:26:00,998 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:26:00,998 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:26:01,041 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:26:13,089 log 43152 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-14 22:26:13,090 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:26:13,090 basehttp 43152 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:26:13,105 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 65137 WARNING 2025-09-14 22:26:13,118 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:26:13,118 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:26:13,124 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:26:13,124 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:26:13,144 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:26:43,747 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62687 WARNING 2025-09-14 22:26:43,764 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:26:43,764 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:26:43,813 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:27:43,809 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:27:43,873 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62687 WARNING 2025-09-14 22:27:43,890 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:27:43,890 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:27:43,929 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:28:18,340 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62687 WARNING 2025-09-14 22:28:18,356 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:28:18,356 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:28:18,405 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:29:18,418 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:29:18,441 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62687 WARNING 2025-09-14 22:29:18,456 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:29:18,456 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:29:18,502 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:30:18,506 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:30:18,534 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 62687 WARNING 2025-09-14 22:30:18,547 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:30:18,548 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:30:18,587 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:31:18,620 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:31:18,690 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62687 WARNING 2025-09-14 22:31:18,704 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:31:18,704 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:31:18,745 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:32:18,765 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:32:18,789 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62648 WARNING 2025-09-14 22:32:18,805 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:32:18,805 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:32:18,851 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:33:18,865 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:33:18,895 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62642 WARNING 2025-09-14 22:33:18,910 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:33:18,910 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:33:18,956 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:34:07,356 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62677 WARNING 2025-09-14 22:34:07,369 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:34:07,369 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:34:07,446 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:34:09,703 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62677 WARNING 2025-09-14 22:34:09,722 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:34:09,722 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:34:09,779 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:34:39,453 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62680 WARNING 2025-09-14 22:34:39,472 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:34:39,472 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:34:39,520 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:34:42,566 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62680 WARNING 2025-09-14 22:34:42,585 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:34:42,587 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:34:42,632 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:35:42,645 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:35:42,671 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62681 WARNING 2025-09-14 22:35:42,686 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:35:42,686 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:35:42,733 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:36:42,747 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:36:42,781 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62681 WARNING 2025-09-14 22:36:42,796 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:36:42,796 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:36:42,841 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:37:01,427 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62681 WARNING 2025-09-14 22:37:01,445 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:37:01,445 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:37:01,489 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:38:01,493 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:38:01,522 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62681 WARNING 2025-09-14 22:38:01,535 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:38:01,535 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:38:01,581 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:38:06,646 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62657 WARNING 2025-09-14 22:38:06,661 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:38:06,662 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:38:06,707 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:38:30,328 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62657 WARNING 2025-09-14 22:38:30,345 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:38:30,345 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:38:30,395 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:38:42,954 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62657 WARNING 2025-09-14 22:38:42,968 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:38:42,968 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:38:43,015 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:39:14,266 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62657 WARNING 2025-09-14 22:39:14,282 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:39:14,282 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:39:14,328 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:40:14,343 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:40:14,371 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62657 WARNING 2025-09-14 22:40:14,386 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:40:14,386 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:40:14,431 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:40:48,117 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 64283 WARNING 2025-09-14 22:40:48,133 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:40:48,133 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:40:48,182 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:40:52,694 basehttp 43152 6152073216 "GET /en/appointments/queue/1/delete/ HTTP/1.1" 200 28225 WARNING 2025-09-14 22:40:52,714 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:40:52,714 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:40:52,758 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:40:56,023 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:40:56,023 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:40:56,037 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:40:56,037 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:41:01,085 basehttp 43152 6152073216 "GET /en/appointments/queue/3/delete/ HTTP/1.1" 200 28375 WARNING 2025-09-14 22:41:01,107 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:41:01,107 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:41:01,149 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:41:03,417 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:41:03,417 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:41:03,430 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:41:03,430 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:41:46,992 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 44013 INFO 2025-09-14 22:41:47,002 basehttp 43152 6135246848 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-14 22:41:47,002 basehttp 43152 6168899584 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 22:41:47,006 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:41:47,007 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:41:47,070 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:42:17,115 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 44013 WARNING 2025-09-14 22:42:17,130 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:42:17,131 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:42:17,174 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:42:47,226 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 44014 WARNING 2025-09-14 22:42:47,245 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:42:47,246 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:42:47,292 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:43:17,342 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 44014 WARNING 2025-09-14 22:43:17,358 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:43:17,358 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:43:17,399 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:43:47,436 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 44014 WARNING 2025-09-14 22:43:47,449 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:43:47,449 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:43:47,492 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:44:01,873 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 44057 WARNING 2025-09-14 22:44:01,890 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:44:01,891 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:44:01,940 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:44:31,993 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 44057 WARNING 2025-09-14 22:44:32,011 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:44:32,011 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:44:32,050 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:44:48,418 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 44047 WARNING 2025-09-14 22:44:48,436 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:44:48,436 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:44:48,492 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:45:06,199 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42700 WARNING 2025-09-14 22:45:06,214 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:45:06,214 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:45:06,263 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:45:36,313 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42700 WARNING 2025-09-14 22:45:36,330 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:45:36,331 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:45:36,373 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:46:06,429 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42700 WARNING 2025-09-14 22:46:06,445 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:46:06,446 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:46:06,488 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:46:36,533 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42700 WARNING 2025-09-14 22:46:36,548 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:46:36,548 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:46:36,592 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:47:06,648 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42700 WARNING 2025-09-14 22:47:06,665 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:47:06,665 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:47:06,707 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:47:12,911 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42622 WARNING 2025-09-14 22:47:12,927 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:47:12,927 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:47:12,976 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:47:43,030 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42622 WARNING 2025-09-14 22:47:43,047 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:47:43,047 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:47:43,088 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:47:45,041 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42646 WARNING 2025-09-14 22:47:45,057 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:47:45,057 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:47:45,106 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:48:09,769 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42649 WARNING 2025-09-14 22:48:09,781 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:48:09,781 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:48:09,823 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:48:24,693 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42651 WARNING 2025-09-14 22:48:24,709 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:48:24,709 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:48:24,757 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:48:54,794 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42651 WARNING 2025-09-14 22:48:54,809 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:48:54,809 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:48:54,852 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:49:06,298 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42705 WARNING 2025-09-14 22:49:06,313 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:49:06,314 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:49:06,354 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:49:36,391 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42705 WARNING 2025-09-14 22:49:36,405 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:49:36,405 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:49:36,445 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:49:57,679 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42668 WARNING 2025-09-14 22:49:57,696 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:49:57,696 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:49:57,767 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:50:12,389 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42647 WARNING 2025-09-14 22:50:12,406 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:50:12,407 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:50:12,457 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:50:42,508 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42647 WARNING 2025-09-14 22:50:42,525 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:50:42,525 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:50:42,568 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:50:50,604 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42651 WARNING 2025-09-14 22:50:50,618 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:50:50,618 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:50:50,667 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:51:01,841 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42657 WARNING 2025-09-14 22:51:01,852 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:51:01,853 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:51:01,895 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:51:31,938 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42657 WARNING 2025-09-14 22:51:31,955 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:51:31,956 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:51:31,999 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:52:00,925 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42594 WARNING 2025-09-14 22:52:00,942 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:52:00,943 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:52:00,992 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:52:14,975 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42615 WARNING 2025-09-14 22:52:14,991 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:52:14,991 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:52:15,038 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:52:29,422 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42605 WARNING 2025-09-14 22:52:29,437 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:52:29,438 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:52:29,484 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:52:52,902 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42608 WARNING 2025-09-14 22:52:52,919 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:52:52,919 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:52:52,968 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:53:07,588 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42605 WARNING 2025-09-14 22:53:07,605 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:53:07,605 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:53:07,654 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:53:32,973 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:53:32,974 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:54:06,564 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42757 WARNING 2025-09-14 22:54:06,579 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:54:06,579 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:54:06,620 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:54:18,069 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:54:18,070 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:54:18,084 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:54:18,084 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:54:33,009 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:54:33,059 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 64289 WARNING 2025-09-14 22:54:33,072 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:54:33,073 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:54:33,116 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:54:50,180 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42807 WARNING 2025-09-14 22:54:50,195 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:54:50,196 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:54:50,233 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:54:59,113 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:54:59,113 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:54:59,128 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:54:59,129 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:55:21,794 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 64289 WARNING 2025-09-14 22:55:21,810 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:55:21,810 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:55:21,856 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:55:58,144 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42832 WARNING 2025-09-14 22:55:58,163 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:55:58,163 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:55:58,208 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:55:59,484 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42832 WARNING 2025-09-14 22:55:59,501 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:55:59,501 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:55:59,546 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:56:29,596 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42832 WARNING 2025-09-14 22:56:29,628 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:56:29,628 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:56:29,655 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:56:38,261 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42745 WARNING 2025-09-14 22:56:38,275 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:56:38,275 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:56:38,319 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:57:08,529 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42745 WARNING 2025-09-14 22:57:08,547 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:57:08,547 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:57:08,588 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:57:21,576 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42762 WARNING 2025-09-14 22:57:21,590 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:57:21,590 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:57:21,641 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:57:39,862 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42762 WARNING 2025-09-14 22:57:39,876 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:57:39,876 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:57:39,920 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:57:53,426 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42767 WARNING 2025-09-14 22:57:53,439 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:57:53,439 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:57:53,482 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:58:22,995 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42779 WARNING 2025-09-14 22:58:23,009 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:58:23,009 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:58:23,056 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:58:53,101 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42779 WARNING 2025-09-14 22:58:53,114 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:58:53,114 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:58:53,156 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:59:22,475 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42845 WARNING 2025-09-14 22:59:22,490 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:59:22,490 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:59:22,556 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:59:41,584 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42833 WARNING 2025-09-14 22:59:41,600 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:59:41,600 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:59:41,650 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:00:09,039 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42833 WARNING 2025-09-14 23:00:09,055 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:00:09,055 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:00:09,102 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:00:21,734 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42809 WARNING 2025-09-14 23:00:21,745 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:00:21,745 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:00:21,785 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:00:40,579 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42819 WARNING 2025-09-14 23:00:40,590 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:00:40,590 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:00:40,633 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:01:10,675 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42819 WARNING 2025-09-14 23:01:10,689 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:01:10,689 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:01:10,732 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:01:14,816 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42673 WARNING 2025-09-14 23:01:14,830 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:01:14,831 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:01:14,875 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:01:27,770 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42819 INFO 2025-09-14 23:01:27,779 basehttp 43152 6135246848 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 23:01:27,787 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:01:27,787 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:01:27,845 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:01:57,890 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42740 INFO 2025-09-14 23:01:57,898 basehttp 43152 6152073216 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 23:01:57,908 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:01:57,908 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:01:57,954 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:01:58,284 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42740 WARNING 2025-09-14 23:01:58,297 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:01:58,297 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:01:58,340 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:01:59,424 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42740 WARNING 2025-09-14 23:01:59,439 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:01:59,440 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:01:59,483 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:02:29,537 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42740 WARNING 2025-09-14 23:02:29,554 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:02:29,554 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:02:29,596 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:02:59,651 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42740 WARNING 2025-09-14 23:02:59,666 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:02:59,667 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:02:59,741 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:03:29,777 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42740 WARNING 2025-09-14 23:03:29,798 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:03:29,798 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:03:29,866 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:03:59,902 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42740 WARNING 2025-09-14 23:03:59,917 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:03:59,918 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:03:59,993 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:04:09,378 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41038 WARNING 2025-09-14 23:04:09,397 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:04:09,397 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:04:09,442 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:04:39,480 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41038 WARNING 2025-09-14 23:04:39,493 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:04:39,493 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:04:39,535 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:04:56,648 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41027 WARNING 2025-09-14 23:04:56,659 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:04:56,659 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:04:56,701 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:05:26,742 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41027 WARNING 2025-09-14 23:05:26,755 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:05:26,755 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:05:26,833 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:05:56,862 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41027 WARNING 2025-09-14 23:05:56,877 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:05:56,877 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:05:56,918 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:06:18,787 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41835 WARNING 2025-09-14 23:06:18,805 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:06:18,805 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:06:18,881 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:06:48,907 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41835 WARNING 2025-09-14 23:06:48,924 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:06:48,924 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:06:48,967 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:06:59,969 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41819 WARNING 2025-09-14 23:06:59,984 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:06:59,984 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:07:00,032 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:07:30,087 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41819 WARNING 2025-09-14 23:07:30,104 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:07:30,104 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:07:30,147 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:07:42,052 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41824 WARNING 2025-09-14 23:07:42,068 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:07:42,068 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:07:42,119 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:08:12,163 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41824 WARNING 2025-09-14 23:08:12,177 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:08:12,177 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:08:12,216 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:08:42,265 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41824 WARNING 2025-09-14 23:08:42,281 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:08:42,281 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:08:42,324 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:09:12,364 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41824 WARNING 2025-09-14 23:09:12,376 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:09:12,376 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:09:12,417 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:09:42,482 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41824 WARNING 2025-09-14 23:09:42,498 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:09:42,498 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:09:42,540 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:10:12,581 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41824 WARNING 2025-09-14 23:10:12,596 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:10:12,596 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:10:12,639 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:10:42,700 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41824 WARNING 2025-09-14 23:10:42,716 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:10:42,716 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:10:42,759 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:11:12,811 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41824 WARNING 2025-09-14 23:11:12,828 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:11:12,828 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:11:12,872 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:11:42,912 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41824 WARNING 2025-09-14 23:11:42,926 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:11:42,927 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:11:42,969 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:11:44,338 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42440 WARNING 2025-09-14 23:11:44,351 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:11:44,351 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:11:44,422 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:12:14,386 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42440 WARNING 2025-09-14 23:12:14,402 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:12:14,403 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:12:14,447 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:12:44,488 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42440 WARNING 2025-09-14 23:12:44,502 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:12:44,503 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:12:44,545 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:13:14,608 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42440 WARNING 2025-09-14 23:13:14,623 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:13:14,623 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:13:14,668 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:13:24,755 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43057 WARNING 2025-09-14 23:13:24,769 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:13:24,769 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:13:24,819 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:13:49,338 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43067 WARNING 2025-09-14 23:13:49,353 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:13:49,353 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:13:49,401 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:14:19,457 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43067 WARNING 2025-09-14 23:14:19,473 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:14:19,473 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:14:19,516 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:14:49,564 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43067 WARNING 2025-09-14 23:14:49,580 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:14:49,581 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:14:49,624 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:14:59,509 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43067 WARNING 2025-09-14 23:14:59,525 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:14:59,525 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:14:59,591 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:15:29,627 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43067 WARNING 2025-09-14 23:15:29,644 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:15:29,644 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:15:29,689 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:15:52,889 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43080 WARNING 2025-09-14 23:15:52,901 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:15:52,901 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:15:52,943 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:16:22,989 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43080 WARNING 2025-09-14 23:16:23,008 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:16:23,008 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:16:23,044 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:16:26,595 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43136 WARNING 2025-09-14 23:16:26,606 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:16:26,606 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:16:26,648 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:16:47,165 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43141 WARNING 2025-09-14 23:16:47,182 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:16:47,182 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:16:47,227 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:17:10,372 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 WARNING 2025-09-14 23:17:10,384 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:17:10,384 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:17:10,428 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:17:40,471 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 WARNING 2025-09-14 23:17:40,485 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:17:40,485 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:17:40,560 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:18:10,580 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 WARNING 2025-09-14 23:18:10,593 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:18:10,593 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:18:10,635 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:18:40,707 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 WARNING 2025-09-14 23:18:40,729 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:18:40,730 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:18:40,769 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:19:10,815 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 WARNING 2025-09-14 23:19:10,832 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:19:10,832 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:19:10,874 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:19:40,930 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 WARNING 2025-09-14 23:19:40,947 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:19:40,947 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:19:40,988 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:20:11,043 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 WARNING 2025-09-14 23:20:11,061 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:20:11,061 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:20:11,103 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:20:41,158 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 WARNING 2025-09-14 23:20:41,173 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:20:41,173 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:20:41,214 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:21:11,255 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 WARNING 2025-09-14 23:21:11,269 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:21:11,270 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:21:11,312 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:21:41,363 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 WARNING 2025-09-14 23:21:41,381 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:21:41,381 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:21:41,422 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:22:11,464 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 WARNING 2025-09-14 23:22:11,478 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:22:11,478 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:22:11,521 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:22:41,563 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 WARNING 2025-09-14 23:22:41,576 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:22:41,576 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:22:41,623 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:23:11,685 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 INFO 2025-09-14 23:23:11,692 basehttp 43152 6152073216 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 23:23:11,702 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:23:11,702 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:23:11,747 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:23:41,795 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 WARNING 2025-09-14 23:23:41,811 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:23:41,811 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:23:41,851 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:24:11,894 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 INFO 2025-09-14 23:24:11,900 basehttp 43152 6152073216 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 23:24:11,908 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:24:11,908 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:24:11,951 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:24:42,007 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 WARNING 2025-09-14 23:24:42,024 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:24:42,024 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:24:42,067 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:24:45,404 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43194 WARNING 2025-09-14 23:24:45,417 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:24:45,417 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:24:45,477 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:25:15,514 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43194 WARNING 2025-09-14 23:25:15,530 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:25:15,530 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:25:15,575 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:25:45,637 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43194 WARNING 2025-09-14 23:25:45,653 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:25:45,653 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:25:45,697 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:25:47,052 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43184 WARNING 2025-09-14 23:25:47,071 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:25:47,071 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:25:47,116 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:26:09,827 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43122 WARNING 2025-09-14 23:26:09,843 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:26:09,843 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:26:09,914 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:26:24,730 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43122 WARNING 2025-09-14 23:26:24,746 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:26:24,746 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:26:24,795 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:26:54,835 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43122 WARNING 2025-09-14 23:26:54,848 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:26:54,848 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:26:54,888 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:27:20,933 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43193 WARNING 2025-09-14 23:27:20,949 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:27:20,949 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:27:20,998 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:27:40,353 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43194 WARNING 2025-09-14 23:27:40,369 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:27:40,369 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:27:40,421 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:28:10,468 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43194 WARNING 2025-09-14 23:28:10,486 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:28:10,486 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:28:10,529 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:28:40,583 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43194 WARNING 2025-09-14 23:28:40,599 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:28:40,599 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:28:40,674 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:29:09,442 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42727 WARNING 2025-09-14 23:29:09,458 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:29:09,458 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:29:09,503 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:29:39,556 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42727 WARNING 2025-09-14 23:29:39,574 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:29:39,574 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:29:39,616 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:29:58,261 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42743 WARNING 2025-09-14 23:29:58,273 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:29:58,274 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:29:58,365 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:30:28,358 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42743 WARNING 2025-09-14 23:30:28,372 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:30:28,372 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:30:28,448 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:30:58,469 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42743 WARNING 2025-09-14 23:30:58,487 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:30:58,487 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:30:58,530 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:31:01,740 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42764 WARNING 2025-09-14 23:31:01,751 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:31:01,752 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:31:01,796 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:31:31,837 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42764 WARNING 2025-09-14 23:31:31,850 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:31:31,850 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:31:31,892 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:32:01,947 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42751 WARNING 2025-09-14 23:32:01,959 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:32:01,959 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:32:02,004 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:32:27,441 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42764 WARNING 2025-09-14 23:32:27,451 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:32:27,452 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:32:27,495 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:32:49,691 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42757 WARNING 2025-09-14 23:32:49,704 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:32:49,704 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:32:49,746 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:33:19,786 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42768 WARNING 2025-09-14 23:33:19,800 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:33:19,800 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:33:19,840 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:33:49,886 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42768 WARNING 2025-09-14 23:33:49,900 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:33:49,900 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:33:49,940 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:34:19,143 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42763 WARNING 2025-09-14 23:34:19,159 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:34:19,159 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:34:19,226 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:34:33,828 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42767 WARNING 2025-09-14 23:34:33,846 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:34:33,847 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:34:33,894 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:35:03,940 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42767 WARNING 2025-09-14 23:35:03,955 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:35:03,955 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:35:04,000 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:35:13,327 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42630 WARNING 2025-09-14 23:35:13,338 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:35:13,338 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:35:13,428 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:35:22,302 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42623 WARNING 2025-09-14 23:35:22,314 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:35:22,314 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:35:22,355 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:35:52,405 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42623 WARNING 2025-09-14 23:35:52,418 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:35:52,418 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:35:52,458 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:36:22,499 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42623 WARNING 2025-09-14 23:36:22,512 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:36:22,512 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:36:22,554 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:36:52,599 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42623 WARNING 2025-09-14 23:36:52,612 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:36:52,612 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:36:52,653 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:37:22,702 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42623 WARNING 2025-09-14 23:37:22,734 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:37:22,734 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:37:22,769 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-14 23:37:52,841 log 43152 6135246848 Internal Server Error: /en/appointments/queue/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 510, in parse compile_func = self.tags[command] ~~~~~~~~~^^^^^^^^^ KeyError: 'empty' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 512, in parse self.invalid_block_tag(token, command, parse_until) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 567, in invalid_block_tag raise self.error( django.template.exceptions.TemplateSyntaxError: Invalid block tag on line 388: 'empty', expected 'elif', 'else' or 'endif'. Did you forget to register or load this tag? ERROR 2025-09-14 23:37:52,843 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 500 339236 WARNING 2025-09-14 23:37:52,857 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:37:52,857 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:43:44,269 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43416 WARNING 2025-09-14 23:43:44,282 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:43:44,282 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:43:44,335 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:44:00,635 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42840 WARNING 2025-09-14 23:44:00,650 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:44:00,650 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:44:00,696 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:44:14,475 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42830 WARNING 2025-09-14 23:44:14,487 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:44:14,487 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:44:14,528 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:44:44,585 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42830 WARNING 2025-09-14 23:44:44,601 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:44:44,601 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:44:44,641 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:45:14,702 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42830 WARNING 2025-09-14 23:45:14,717 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:45:14,717 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:45:14,757 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:45:22,759 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 64289 WARNING 2025-09-14 23:45:22,776 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:45:22,776 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:45:32,216 basehttp 43152 6135246848 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42681 WARNING 2025-09-14 23:45:32,234 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:45:32,235 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:45:32,279 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 23:45:38,727 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:45:38,727 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 23:45:38,744 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:45:38,745 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:45:39,958 basehttp 43152 6135246848 "GET /en/appointments/queue/entry/list/?queue=6 HTTP/1.1" 200 120648 WARNING 2025-09-14 23:45:39,973 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:45:39,973 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:45:40,032 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:46:39,828 basehttp 43152 6135246848 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 120648 WARNING 2025-09-14 23:46:39,848 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:46:39,848 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:46:39,897 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:46:55,977 basehttp 43152 6135246848 "GET /en/appointments/queue/entry/list/?queue=1 HTTP/1.1" 200 120648 WARNING 2025-09-14 23:46:55,998 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:46:55,998 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:46:56,042 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:47:02,996 basehttp 43152 6135246848 "GET /en/appointments/queue/entry/create/ HTTP/1.1" 200 152019 WARNING 2025-09-14 23:47:03,014 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:47:03,014 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:47:03,079 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 23:47:05,005 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:47:05,005 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 23:47:05,020 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:47:05,020 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:47:56,059 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:47:56,138 basehttp 43152 6135246848 "GET /en/appointments/queue/entry/list/?queue=1 HTTP/1.1" 200 120648 WARNING 2025-09-14 23:47:56,152 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:47:56,152 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:47:56,205 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:48:56,215 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:48:56,305 basehttp 43152 6135246848 "GET /en/appointments/queue/entry/list/?queue=1 HTTP/1.1" 200 120648 WARNING 2025-09-14 23:48:56,320 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:48:56,320 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:48:56,371 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:49:56,390 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:49:56,463 basehttp 43152 6135246848 "GET /en/appointments/queue/entry/list/?queue=1 HTTP/1.1" 200 120648 WARNING 2025-09-14 23:49:56,478 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:49:56,478 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:49:56,526 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:50:56,539 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:50:56,621 basehttp 43152 6135246848 "GET /en/appointments/queue/entry/list/?queue=1 HTTP/1.1" 200 120648 WARNING 2025-09-14 23:50:56,636 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:50:56,636 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:50:56,687 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:51:56,700 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:51:56,784 basehttp 43152 6135246848 "GET /en/appointments/queue/entry/list/?queue=1 HTTP/1.1" 200 120648 WARNING 2025-09-14 23:51:56,798 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:51:56,798 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:51:56,844 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:52:43,608 basehttp 43152 6135246848 "GET /en/appointments/queue/entry/list/?queue=1 HTTP/1.1" 200 120648 WARNING 2025-09-14 23:52:43,625 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:52:43,625 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:52:43,679 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:52:44,155 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 23:52:44,156 log 43152 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:52:44,157 basehttp 43152 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:52:44,183 basehttp 43152 6152073216 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 120648 WARNING 2025-09-14 23:52:44,196 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:52:44,196 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 23:52:44,204 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:52:44,204 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:52:44,226 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:52:44,865 basehttp 43152 6152073216 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 120648 WARNING 2025-09-14 23:52:44,879 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:52:44,880 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:52:44,930 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:52:46,004 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 23:52:46,006 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:52:46,006 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:52:46,038 basehttp 43152 6168899584 "GET /en/appointments/queue/entry/list/?queue=6 HTTP/1.1" 200 120648 WARNING 2025-09-14 23:52:46,051 log 43152 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:52:46,051 basehttp 43152 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 23:52:46,060 log 43152 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:52:46,060 basehttp 43152 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:52:46,082 basehttp 43152 6168899584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:52:46,921 basehttp 43152 6168899584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 23:52:46,922 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:52:46,922 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:52:46,935 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 64289 WARNING 2025-09-14 23:52:46,948 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:52:46,948 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 23:52:46,956 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:52:46,956 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:52:46,971 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:52:48,238 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 64289 WARNING 2025-09-14 23:52:48,256 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:52:48,257 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:52:48,302 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:53:48,319 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:53:48,348 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 64289 WARNING 2025-09-14 23:53:48,363 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:53:48,363 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:53:48,441 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:54:48,420 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:54:48,461 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 64289 WARNING 2025-09-14 23:54:48,474 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:54:48,474 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:54:48,518 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:55:48,534 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:55:48,562 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 64289 WARNING 2025-09-14 23:55:48,576 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:55:48,577 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:55:48,618 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:56:48,625 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:56:48,657 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 64289 WARNING 2025-09-14 23:56:48,670 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:56:48,670 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:56:48,712 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:57:48,730 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:57:48,789 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 64289 WARNING 2025-09-14 23:57:48,806 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:57:48,806 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:57:48,854 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:58:48,859 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:58:48,898 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 64289 WARNING 2025-09-14 23:58:48,912 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:58:48,912 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:58:48,952 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:59:48,957 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:59:48,991 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 64289 WARNING 2025-09-14 23:59:49,005 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:59:49,005 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:59:49,046 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:00:27,655 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 49502 WARNING 2025-09-15 00:00:27,669 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:00:27,669 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:00:27,716 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:00:42,218 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42842 INFO 2025-09-15 00:00:42,235 basehttp 43152 6152073216 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-15 00:00:42,235 basehttp 43152 6168899584 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-15 00:00:42,240 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:00:42,240 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:00:42,289 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:01:08,405 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42842 WARNING 2025-09-15 00:01:08,422 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:01:08,423 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:01:08,467 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:01:38,522 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42842 WARNING 2025-09-15 00:01:38,540 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:01:38,540 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:01:38,582 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:02:05,765 basehttp 43152 6135246848 "GET /en/appointments/queue/entry/create/ HTTP/1.1" 200 152019 WARNING 2025-09-15 00:02:05,787 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:02:05,788 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:02:05,846 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:03:05,863 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:03:15,042 basehttp 43152 6168899584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:03:15,046 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42842 WARNING 2025-09-15 00:03:15,048 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:03:15,048 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 00:03:15,061 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:03:15,062 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 00:03:15,073 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:03:15,073 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:03:15,087 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:03:45,156 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42842 WARNING 2025-09-15 00:03:45,180 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:03:45,180 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:03:45,219 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:04:15,273 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42842 WARNING 2025-09-15 00:04:15,292 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:04:15,292 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:04:15,335 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:04:45,393 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42842 WARNING 2025-09-15 00:04:45,410 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:04:45,410 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:04:45,452 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 00:05:15,009 log 43152 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-15 00:05:15,009 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 00:05:15,009 basehttp 43152 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:05:15,018 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 49502 WARNING 2025-09-15 00:05:15,031 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:05:15,032 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 00:05:15,040 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:05:15,040 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:05:15,058 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:06:15,064 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:06:15,095 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 49502 WARNING 2025-09-15 00:06:15,111 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:06:15,111 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:06:15,157 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:07:15,177 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:07:15,192 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 49502 WARNING 2025-09-15 00:07:15,207 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:07:15,208 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:07:15,250 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:07:52,993 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 49417 WARNING 2025-09-15 00:07:53,013 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:07:53,013 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:07:53,058 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:08:53,073 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:08:53,092 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 49417 WARNING 2025-09-15 00:08:53,109 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:08:53,109 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:08:53,154 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:08:54,137 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 49396 WARNING 2025-09-15 00:08:54,155 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:08:54,155 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:08:54,204 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:08:58,222 basehttp 43152 6135246848 "GET /en/appointments/queue/create/ HTTP/1.1" 200 35428 WARNING 2025-09-15 00:08:58,240 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:08:58,240 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:08:58,285 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:09:09,828 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 49396 WARNING 2025-09-15 00:09:09,850 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:09:09,850 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:09:09,893 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:09:48,672 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 47214 WARNING 2025-09-15 00:09:48,689 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:09:48,689 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:09:48,737 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:10:48,746 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:10:48,765 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 47214 WARNING 2025-09-15 00:10:48,781 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:10:48,781 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:10:48,824 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:11:06,791 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 46166 WARNING 2025-09-15 00:11:06,806 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:11:06,806 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:11:06,848 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:12:06,850 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:12:06,893 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 46166 WARNING 2025-09-15 00:12:06,907 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:12:06,907 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:12:06,944 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:13:06,930 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:13:06,947 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 46166 WARNING 2025-09-15 00:13:06,964 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:13:06,964 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:13:07,037 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:14:07,024 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:14:07,041 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 46166 WARNING 2025-09-15 00:14:07,058 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:14:07,058 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:14:07,100 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:14:36,818 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 44650 WARNING 2025-09-15 00:14:36,835 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:14:36,835 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:14:36,879 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:14:45,038 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41998 WARNING 2025-09-15 00:14:45,061 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:14:45,065 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:14:45,105 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:15:15,164 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41998 WARNING 2025-09-15 00:15:15,181 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:15:15,181 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:15:15,220 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:15:39,561 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41908 WARNING 2025-09-15 00:15:39,580 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:15:39,580 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:15:39,625 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:15:53,662 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41911 WARNING 2025-09-15 00:15:53,680 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:15:53,680 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:15:53,730 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:16:21,039 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 42014 WARNING 2025-09-15 00:16:21,055 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:16:21,055 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:16:21,103 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:16:37,816 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41911 WARNING 2025-09-15 00:16:37,835 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:16:37,835 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:16:37,881 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:17:07,925 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41911 WARNING 2025-09-15 00:17:07,948 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:17:07,948 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:17:07,989 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:17:38,043 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41911 WARNING 2025-09-15 00:17:38,061 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:17:38,061 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:17:38,103 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:18:08,162 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41911 WARNING 2025-09-15 00:18:08,179 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:18:08,179 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:18:08,221 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:18:38,259 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41911 WARNING 2025-09-15 00:18:38,273 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:18:38,273 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:18:38,317 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:19:08,373 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41911 WARNING 2025-09-15 00:19:08,392 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:19:08,394 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:19:08,433 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:19:38,473 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41911 WARNING 2025-09-15 00:19:38,488 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:19:38,489 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:19:38,531 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:20:08,574 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41911 WARNING 2025-09-15 00:20:08,593 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:20:08,593 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:20:08,655 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:20:10,932 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41940 WARNING 2025-09-15 00:20:10,946 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:20:10,946 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:20:10,990 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:20:41,044 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41940 WARNING 2025-09-15 00:20:41,060 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:20:41,060 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:20:41,103 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:21:11,161 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41940 WARNING 2025-09-15 00:21:11,181 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:21:11,181 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:21:11,221 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:21:21,145 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41987 WARNING 2025-09-15 00:21:21,162 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:21:21,162 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:21:21,206 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:21:51,262 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41987 WARNING 2025-09-15 00:21:51,281 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:21:51,281 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:21:51,321 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:22:21,360 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41987 WARNING 2025-09-15 00:22:21,375 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:22:21,375 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:22:21,456 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:22:51,461 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41987 WARNING 2025-09-15 00:22:51,478 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:22:51,478 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:22:51,522 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:23:06,303 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41281 WARNING 2025-09-15 00:23:06,316 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:23:06,317 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:23:06,359 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:23:36,398 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41281 WARNING 2025-09-15 00:23:36,413 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:23:36,413 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:23:36,450 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:24:06,496 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41281 WARNING 2025-09-15 00:24:06,511 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:24:06,511 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:24:06,555 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:24:36,594 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41281 WARNING 2025-09-15 00:24:36,609 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:24:36,609 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:24:36,647 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:25:06,688 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41281 WARNING 2025-09-15 00:25:06,704 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:25:06,704 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:25:06,742 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:25:36,785 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41281 WARNING 2025-09-15 00:25:36,800 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:25:36,800 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:25:36,837 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:26:06,896 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41281 WARNING 2025-09-15 00:26:06,915 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:26:06,915 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:26:06,956 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:26:37,004 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41281 WARNING 2025-09-15 00:26:37,024 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:26:37,024 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:26:37,067 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:27:07,124 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41281 WARNING 2025-09-15 00:27:07,142 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:27:07,142 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:27:07,184 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 00:27:15,105 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:27:15,105 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:27:23,861 basehttp 43152 6152073216 "GET /en/appointments/queue/1/update/ HTTP/1.1" 200 35754 WARNING 2025-09-15 00:27:23,883 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:27:23,883 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:27:23,925 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:27:54,602 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 44650 WARNING 2025-09-15 00:27:54,622 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:27:54,622 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:27:54,661 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:28:05,331 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41281 WARNING 2025-09-15 00:28:05,352 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:28:05,352 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:28:05,398 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:28:35,444 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41281 INFO 2025-09-15 00:28:35,452 basehttp 43152 6135246848 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 INFO 2025-09-15 00:28:35,453 basehttp 43152 6152073216 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-15 00:28:35,460 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:28:35,461 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:28:35,509 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:29:05,554 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41281 WARNING 2025-09-15 00:29:05,580 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:29:05,580 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:29:05,658 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:29:35,685 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41281 WARNING 2025-09-15 00:29:35,703 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:29:35,703 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:29:35,744 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:29:48,831 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 40449 WARNING 2025-09-15 00:29:48,850 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:29:48,850 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:29:48,897 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:30:10,913 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 00:30:10,915 log 43152 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:30:10,916 basehttp 43152 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:30:10,925 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 44650 WARNING 2025-09-15 00:30:10,939 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:30:10,939 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 00:30:10,945 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:30:10,946 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:30:10,963 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:30:13,962 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41144 WARNING 2025-09-15 00:30:13,987 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:30:13,987 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:30:14,032 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:30:44,086 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41144 WARNING 2025-09-15 00:30:44,104 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:30:44,105 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:30:44,152 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:31:14,197 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41144 WARNING 2025-09-15 00:31:14,225 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:31:14,225 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:31:14,267 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 00:31:15,382 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:31:15,384 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:31:15,384 basehttp 43152 6168899584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:31:15,392 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 44650 WARNING 2025-09-15 00:31:15,405 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:31:15,405 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 00:31:15,413 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:31:15,414 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:31:15,430 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:31:31,888 basehttp 43152 6152073216 "GET /en/appointments/queue/3/delete/ HTTP/1.1" 200 28375 WARNING 2025-09-15 00:31:31,911 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:31:31,912 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:31:31,950 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 00:31:43,619 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:31:43,620 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 00:31:43,631 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:31:43,631 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:31:46,181 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41144 WARNING 2025-09-15 00:31:46,205 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:31:46,205 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:31:46,248 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 00:32:03,741 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:32:03,741 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 00:32:03,757 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:32:03,757 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:32:07,879 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41144 WARNING 2025-09-15 00:32:07,905 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:32:07,905 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:32:07,947 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:32:38,000 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41131 WARNING 2025-09-15 00:32:38,019 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:32:38,021 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:32:38,063 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:33:08,104 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41131 WARNING 2025-09-15 00:33:08,121 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:33:08,121 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:33:08,164 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:33:38,211 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41142 WARNING 2025-09-15 00:33:38,228 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:33:38,228 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:33:38,269 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:34:08,328 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41142 WARNING 2025-09-15 00:34:08,351 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:34:08,351 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:34:08,393 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:34:38,442 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:34:38,460 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:34:38,461 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:34:38,503 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:35:08,563 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:35:08,586 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:35:08,586 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:35:08,627 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:35:38,682 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:35:38,702 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:35:38,702 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:35:38,767 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:36:08,804 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:36:08,827 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:36:08,827 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:36:08,868 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:36:38,907 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:36:38,922 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:36:38,923 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:36:38,963 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:37:09,009 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:37:09,027 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:37:09,028 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:37:09,075 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:37:39,134 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:37:39,151 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:37:39,151 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:37:39,192 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:38:09,248 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:38:09,265 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:38:09,265 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:38:09,306 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:38:39,361 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:38:39,378 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:38:39,378 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:38:39,418 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:39:09,478 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:39:09,499 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:39:09,499 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:39:09,543 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:39:39,590 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:39:39,608 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:39:39,608 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:39:39,650 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:40:09,692 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:40:09,710 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:40:09,710 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:40:09,765 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:40:39,816 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:40:39,835 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:40:39,835 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:40:39,879 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:41:09,932 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:41:09,952 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:41:09,952 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:41:09,994 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:41:40,034 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:41:40,049 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:41:40,049 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:41:40,077 autoreload 43152 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-15 00:41:40,481 autoreload 3778 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 00:41:41,274 basehttp 3778 6124056576 "GET /en/appointments/queue/6/ HTTP/1.1" 200 40049 WARNING 2025-09-15 00:41:41,293 log 3778 6124056576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:41:41,294 basehttp 3778 6124056576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:41:41,387 basehttp 3778 6124056576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 00:41:48,338 log 3778 6124056576 Not Found: /en/appointments/queue/undefined/call-next/ WARNING 2025-09-15 00:41:48,338 basehttp 3778 6124056576 "POST /en/appointments/queue/undefined/call-next/ HTTP/1.1" 404 44032 INFO 2025-09-15 00:41:53,196 basehttp 3778 6124056576 "GET /en/appointments/queue/6/ HTTP/1.1" 200 40049 WARNING 2025-09-15 00:41:53,217 log 3778 6124056576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:41:53,217 basehttp 3778 6124056576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:41:53,263 basehttp 3778 6124056576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:42:53,272 basehttp 3778 6124056576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:42:53,308 basehttp 3778 6124056576 "GET /en/appointments/queue/6/ HTTP/1.1" 200 40050 WARNING 2025-09-15 00:42:53,323 log 3778 6124056576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:42:53,324 basehttp 3778 6124056576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:42:53,366 basehttp 3778 6124056576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:43:53,378 basehttp 3778 6124056576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:43:53,411 basehttp 3778 6124056576 "GET /en/appointments/queue/6/ HTTP/1.1" 200 40050 WARNING 2025-09-15 00:43:53,428 log 3778 6124056576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:43:53,428 basehttp 3778 6124056576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:43:53,477 basehttp 3778 6124056576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:44:53,478 basehttp 3778 6124056576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:44:53,508 basehttp 3778 6124056576 "GET /en/appointments/queue/6/ HTTP/1.1" 200 40050 WARNING 2025-09-15 00:44:53,522 log 3778 6124056576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:44:53,522 basehttp 3778 6124056576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:44:53,562 basehttp 3778 6124056576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:45:53,584 basehttp 3778 6124056576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:45:53,610 basehttp 3778 6124056576 "GET /en/appointments/queue/6/ HTTP/1.1" 200 40050 WARNING 2025-09-15 00:45:53,625 log 3778 6124056576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:45:53,625 basehttp 3778 6124056576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:45:53,673 basehttp 3778 6124056576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:46:19,525 autoreload 3778 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-15 00:46:19,906 autoreload 5890 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 00:46:21,302 basehttp 5890 6191591424 "GET /en/appointments/queue/6/ HTTP/1.1" 200 39015 WARNING 2025-09-15 00:46:21,322 log 5890 6191591424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:46:21,322 basehttp 5890 6191591424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:46:21,368 basehttp 5890 6191591424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:46:23,175 basehttp 5890 6191591424 "GET /en/appointments/queue/6/call-next/ HTTP/1.1" 302 0 INFO 2025-09-15 00:46:23,192 basehttp 5890 6191591424 "GET /en/appointments/requests/14/detail/ HTTP/1.1" 200 25619 WARNING 2025-09-15 00:46:23,212 log 5890 6191591424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:46:23,212 basehttp 5890 6191591424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:46:23,249 basehttp 5890 6191591424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:46:56,667 autoreload 5890 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-15 00:46:57,010 autoreload 6144 8682856640 Watching for file changes with StatReloader WARNING 2025-09-15 00:46:57,756 log 6144 6136688640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:46:57,756 basehttp 6144 6136688640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 00:46:57,765 log 6144 6136688640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:46:57,765 basehttp 6144 6136688640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:47:00,387 basehttp 6144 6136688640 "GET /en/appointments/queue/6/ HTTP/1.1" 200 38539 WARNING 2025-09-15 00:47:00,408 log 6144 6136688640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:47:00,408 basehttp 6144 6136688640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:47:00,449 basehttp 6144 6136688640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:48:00,464 basehttp 6144 6136688640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:48:00,494 basehttp 6144 6136688640 "GET /en/appointments/queue/6/ HTTP/1.1" 200 38539 WARNING 2025-09-15 00:48:00,511 log 6144 6136688640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:48:00,511 basehttp 6144 6136688640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:48:00,552 basehttp 6144 6136688640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:48:02,664 basehttp 6144 6136688640 "GET /en/appointments/queue/6/ HTTP/1.1" 200 38656 WARNING 2025-09-15 00:48:02,683 log 6144 6136688640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:48:02,684 basehttp 6144 6136688640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:48:02,731 basehttp 6144 6136688640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:49:02,748 basehttp 6144 6136688640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:49:02,777 basehttp 6144 6136688640 "GET /en/appointments/queue/6/ HTTP/1.1" 200 38656 WARNING 2025-09-15 00:49:02,793 log 6144 6136688640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:49:02,793 basehttp 6144 6136688640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:49:02,837 basehttp 6144 6136688640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:49:08,458 autoreload 6144 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-15 00:49:08,810 autoreload 7175 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 00:49:11,277 basehttp 7175 6124761088 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84315 INFO 2025-09-15 00:49:11,989 basehttp 7175 6124761088 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84315 INFO 2025-09-15 00:49:12,002 basehttp 7175 6124761088 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 00:49:18,116 basehttp 7175 6124761088 "GET /en/admin/appointments/waitingqueue/6/change/ HTTP/1.1" 200 147384 INFO 2025-09-15 00:49:18,130 basehttp 7175 6124761088 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 00:49:26,503 basehttp 7175 6124761088 "GET /en/admin/patients/patientprofile/16/change/?_to_field=id HTTP/1.1" 200 163878 INFO 2025-09-15 00:49:26,518 basehttp 7175 6124761088 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 00:49:26,540 basehttp 7175 6124761088 "GET /static/admin/img/inline-delete.svg HTTP/1.1" 200 537 INFO 2025-09-15 00:49:40,183 basehttp 7175 6124761088 "GET /en/admin/appointments/waitingqueue/6/change/ HTTP/1.1" 200 147384 INFO 2025-09-15 00:49:51,496 basehttp 7175 6124761088 "POST /en/admin/appointments/waitingqueue/6/change/ HTTP/1.1" 302 0 INFO 2025-09-15 00:49:51,524 basehttp 7175 6124761088 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84558 INFO 2025-09-15 00:49:51,538 basehttp 7175 6124761088 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 00:49:56,542 basehttp 7175 6124761088 "GET /en/appointments/queue/6/ HTTP/1.1" 200 39004 WARNING 2025-09-15 00:49:56,558 log 7175 6124761088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:49:56,558 basehttp 7175 6124761088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:49:56,610 basehttp 7175 6124761088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:50:01,872 basehttp 7175 6124761088 "GET /en/appointments/queue/6/call-next/ HTTP/1.1" 302 0 WARNING 2025-09-15 00:50:01,883 log 7175 6124761088 Not Found: /en/appointments/queue/17/ WARNING 2025-09-15 00:50:01,883 basehttp 7175 6124761088 "GET /en/appointments/queue/17/ HTTP/1.1" 404 29759 WARNING 2025-09-15 00:50:01,903 log 7175 6124761088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:50:01,903 basehttp 7175 6124761088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 00:50:10,406 log 7175 6124761088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:50:10,407 basehttp 7175 6124761088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 00:50:10,418 log 7175 6124761088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:50:10,418 basehttp 7175 6124761088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:50:16,878 basehttp 7175 6124761088 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84464 INFO 2025-09-15 00:50:16,893 basehttp 7175 6124761088 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 00:50:19,977 basehttp 7175 6124761088 "GET /en/appointments/queue/6/ HTTP/1.1" 200 38644 WARNING 2025-09-15 00:50:19,993 log 7175 6124761088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:50:19,993 basehttp 7175 6124761088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:50:20,035 basehttp 7175 6124761088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:50:29,570 basehttp 7175 6124761088 "GET /en/admin/appointments/waitingqueue/6/change/ HTTP/1.1" 200 147394 INFO 2025-09-15 00:50:29,590 basehttp 7175 6124761088 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 00:50:35,381 basehttp 7175 6124761088 "POST /en/admin/appointments/waitingqueue/6/change/ HTTP/1.1" 302 0 INFO 2025-09-15 00:50:35,409 basehttp 7175 6124761088 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84558 INFO 2025-09-15 00:50:35,423 basehttp 7175 6124761088 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 00:51:13,508 autoreload 7175 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-15 00:51:13,890 autoreload 8105 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 00:51:14,727 basehttp 8105 6134263808 "GET /en/appointments/queue/6/ HTTP/1.1" 200 39004 WARNING 2025-09-15 00:51:14,747 log 8105 6134263808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:51:14,747 basehttp 8105 6134263808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:51:14,796 basehttp 8105 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:51:17,116 basehttp 8105 6134263808 "GET /en/appointments/queue/6/call-next/ HTTP/1.1" 302 0 INFO 2025-09-15 00:51:17,133 basehttp 8105 6134263808 "GET /en/appointments/queue/6/ HTTP/1.1" 200 39049 WARNING 2025-09-15 00:51:17,151 log 8105 6134263808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:51:17,151 basehttp 8105 6134263808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:51:17,197 basehttp 8105 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:52:17,214 basehttp 8105 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:52:17,245 basehttp 8105 6134263808 "GET /en/appointments/queue/6/ HTTP/1.1" 200 38643 WARNING 2025-09-15 00:52:17,262 log 8105 6134263808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:52:17,262 basehttp 8105 6134263808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:52:17,305 basehttp 8105 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:53:17,322 basehttp 8105 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:53:17,350 basehttp 8105 6134263808 "GET /en/appointments/queue/6/ HTTP/1.1" 200 38644 WARNING 2025-09-15 00:53:17,368 log 8105 6134263808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:53:17,368 basehttp 8105 6134263808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:53:17,413 basehttp 8105 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:54:17,440 basehttp 8105 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:54:17,491 basehttp 8105 6151090176 "GET /en/appointments/queue/6/ HTTP/1.1" 200 38644 WARNING 2025-09-15 00:54:17,504 log 8105 6151090176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:54:17,504 basehttp 8105 6151090176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:54:17,544 basehttp 8105 6151090176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:55:17,560 basehttp 8105 6151090176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:55:17,590 basehttp 8105 6151090176 "GET /en/appointments/queue/6/ HTTP/1.1" 200 38644 WARNING 2025-09-15 00:55:17,607 log 8105 6151090176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:55:17,607 basehttp 8105 6151090176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:55:17,653 basehttp 8105 6151090176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:56:17,668 basehttp 8105 6151090176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:56:17,694 basehttp 8105 6151090176 "GET /en/appointments/queue/6/ HTTP/1.1" 200 38644 WARNING 2025-09-15 00:56:17,711 log 8105 6151090176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:56:17,711 basehttp 8105 6151090176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:56:17,754 basehttp 8105 6151090176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:57:17,771 basehttp 8105 6151090176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:57:17,801 basehttp 8105 6151090176 "GET /en/appointments/queue/6/ HTTP/1.1" 200 38644 WARNING 2025-09-15 00:57:17,816 log 8105 6151090176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:57:17,816 basehttp 8105 6151090176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:57:17,860 basehttp 8105 6151090176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:58:17,859 basehttp 8105 6151090176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:58:17,893 basehttp 8105 6151090176 "GET /en/appointments/queue/6/ HTTP/1.1" 200 38644 WARNING 2025-09-15 00:58:17,909 log 8105 6151090176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:58:17,910 basehttp 8105 6151090176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:58:17,953 basehttp 8105 6151090176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:59:17,954 basehttp 8105 6151090176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:59:17,995 basehttp 8105 6151090176 "GET /en/appointments/queue/6/ HTTP/1.1" 200 38644 INFO 2025-09-15 00:59:18,003 basehttp 8105 6151090176 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-15 00:59:18,003 basehttp 8105 6134263808 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-15 00:59:18,012 log 8105 6134263808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:59:18,012 basehttp 8105 6134263808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:59:18,115 basehttp 8105 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:00:18,079 basehttp 8105 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:00:18,108 basehttp 8105 6134263808 "GET /en/appointments/queue/6/ HTTP/1.1" 200 38644 WARNING 2025-09-15 01:00:18,126 log 8105 6134263808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:00:18,126 basehttp 8105 6134263808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:00:18,168 basehttp 8105 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:00:46,778 autoreload 8105 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-15 01:00:47,178 autoreload 12278 8682856640 Watching for file changes with StatReloader WARNING 2025-09-15 01:00:50,580 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:00:50,580 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:00:51,488 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:00:51,488 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:00:53,006 basehttp 12278 6127104000 "GET /en/appointments/queue/ HTTP/1.1" 200 44640 WARNING 2025-09-15 01:00:53,027 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:00:53,027 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:00:53,071 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 01:01:07,347 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:01:07,347 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:01:08,628 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:01:08,628 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:01:09,650 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:01:09,650 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:01:10,299 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:01:10,299 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:01:11,078 basehttp 12278 6127104000 "GET /en/appointments/requests/1112/detail/ HTTP/1.1" 200 24799 WARNING 2025-09-15 01:01:11,098 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:01:11,098 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:01:11,652 basehttp 12278 6127104000 "GET /en/appointments/cancel/1112/ HTTP/1.1" 200 30683 WARNING 2025-09-15 01:01:11,672 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:01:11,673 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:01:11,715 basehttp 12278 6127104000 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-15 01:01:12,238 basehttp 12278 6127104000 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 INFO 2025-09-15 01:01:12,254 basehttp 12278 6127104000 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-09-15 01:01:12,257 basehttp 12278 6143930368 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 INFO 2025-09-15 01:01:12,263 basehttp 12278 13203795968 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 WARNING 2025-09-15 01:01:12,265 log 12278 6160756736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:01:12,266 basehttp 12278 6160756736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:01:12,267 basehttp 12278 6143930368 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 INFO 2025-09-15 01:01:12,267 basehttp 12278 13186969600 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-09-15 01:01:12,267 basehttp 12278 6127104000 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 INFO 2025-09-15 01:01:12,268 basehttp 12278 13170143232 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 INFO 2025-09-15 01:01:12,277 basehttp 12278 13170143232 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-09-15 01:01:12,342 basehttp 12278 13170143232 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-15 01:01:16,381 basehttp 12278 13170143232 "GET /en/appointments/1087/detail-card/ HTTP/1.1" 200 1053 INFO 2025-09-15 01:01:16,391 basehttp 12278 13170143232 "GET /en/appointments/1087/detail-card/ HTTP/1.1" 200 1053 INFO 2025-09-15 01:01:16,392 basehttp 12278 6127104000 "GET /static/webfonts/fa-regular-400.woff2 HTTP/1.1" 200 25472 INFO 2025-09-15 01:01:28,066 basehttp 12278 6127104000 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30685 WARNING 2025-09-15 01:01:28,091 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:01:28,091 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:01:28,128 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 01:01:39,600 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:01:39,600 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:01:39,614 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:01:39,614 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:02:12,342 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:02:56,706 basehttp 12278 6127104000 "GET /en/appointments/calendar/events/?start=2025-08-31T00%3A00%3A00&end=2025-10-12T00%3A00%3A00 HTTP/1.1" 200 673095 INFO 2025-09-15 01:03:01,365 basehttp 12278 6127104000 "GET /en/appointments/calendar/events/?start=2025-09-28T00%3A00%3A00&end=2025-11-09T00%3A00%3A00 HTTP/1.1" 200 169601 INFO 2025-09-15 01:03:04,563 basehttp 12278 6127104000 "GET /en/appointments/1753/detail-card/ HTTP/1.1" 200 1033 INFO 2025-09-15 01:03:04,574 basehttp 12278 6127104000 "GET /en/appointments/1753/detail-card/ HTTP/1.1" 200 1033 INFO 2025-09-15 01:03:12,355 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:04:12,351 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:04:30,564 basehttp 12278 6127104000 "GET /en/appointments/calendar/ HTTP/1.1" 200 22604 WARNING 2025-09-15 01:04:30,582 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:04:30,582 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:04:30,727 basehttp 12278 6127104000 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-15 01:04:30,730 basehttp 12278 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:04:32,573 basehttp 12278 13170143232 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 807 INFO 2025-09-15 01:04:36,759 basehttp 12278 13170143232 "GET /en/appointments/1264/detail-card/ HTTP/1.1" 200 1043 INFO 2025-09-15 01:05:30,682 basehttp 12278 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:05:35,040 basehttp 12278 13170143232 "GET /en/appointments/calendar/ HTTP/1.1" 200 22604 WARNING 2025-09-15 01:05:35,064 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:05:35,064 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:05:35,131 basehttp 12278 13170143232 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-15 01:05:35,137 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:05:36,777 basehttp 12278 6127104000 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 799 INFO 2025-09-15 01:05:38,570 basehttp 12278 6127104000 "GET /en/appointments/1070/detail-card/ HTTP/1.1" 200 1020 INFO 2025-09-15 01:06:35,148 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:06:42,249 basehttp 12278 6127104000 "GET /en/appointments/1138/detail-card/ HTTP/1.1" 200 1011 INFO 2025-09-15 01:06:46,325 basehttp 12278 6127104000 "GET /en/appointments/1146/detail-card/ HTTP/1.1" 200 988 INFO 2025-09-15 01:06:49,073 basehttp 12278 6127104000 "GET /en/appointments/requests/1146/detail/ HTTP/1.1" 200 24670 WARNING 2025-09-15 01:06:49,095 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:06:49,095 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:06:49,138 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:07:49,153 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:08:49,161 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:09:25,870 basehttp 12278 6127104000 "GET /en/appointments/requests/1146/detail/ HTTP/1.1" 200 24961 WARNING 2025-09-15 01:09:25,893 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:09:25,893 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:09:25,936 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:10:25,940 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:11:25,956 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:12:03,147 basehttp 12278 6127104000 "GET /en/appointments/requests/1146/detail/ HTTP/1.1" 200 25512 WARNING 2025-09-15 01:12:03,166 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:12:03,166 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:12:03,215 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:13:01,072 basehttp 12278 6127104000 "GET /en/appointments/requests/1146/detail/ HTTP/1.1" 200 25604 WARNING 2025-09-15 01:13:01,085 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:13:01,085 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:13:01,161 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:14:01,123 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:15:01,007 basehttp 12278 6127104000 "GET /en/appointments/requests/1146/detail/ HTTP/1.1" 200 25605 WARNING 2025-09-15 01:15:01,025 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:15:01,025 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:15:01,066 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:16:01,070 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:17:01,076 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:18:01,076 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:18:05,042 basehttp 12278 6127104000 "GET /en/appointments/requests/1146/detail/ HTTP/1.1" 200 26186 WARNING 2025-09-15 01:18:05,066 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:18:05,066 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:18:05,095 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:19:05,112 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:19:51,115 basehttp 12278 6127104000 "GET /en/appointments/requests/1146/detail/ HTTP/1.1" 200 26398 WARNING 2025-09-15 01:19:51,130 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:19:51,130 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:19:51,209 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:20:51,188 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:21:51,192 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:22:51,196 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:23:51,201 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:24:51,207 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:25:51,211 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:26:51,225 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:27:51,238 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:28:43,469 basehttp 12278 6127104000 "GET /en/appointments/requests/1146/detail/ HTTP/1.1" 200 26386 WARNING 2025-09-15 01:28:43,491 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:28:43,491 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:28:43,534 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:29:43,519 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:29:59,225 basehttp 12278 6127104000 "GET /en/appointments/requests/1146/detail/ HTTP/1.1" 200 26382 WARNING 2025-09-15 01:29:59,244 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:29:59,244 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:29:59,287 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 01:30:08,408 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:30:08,408 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:30:12,317 basehttp 12278 6127104000 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 799 INFO 2025-09-15 01:30:17,673 basehttp 12278 6127104000 "GET /en/appointments/1097/detail-card/ HTTP/1.1" 200 996 INFO 2025-09-15 01:30:21,604 basehttp 12278 6127104000 "GET /en/appointments/reschedule/1097/ HTTP/1.1" 200 27768 WARNING 2025-09-15 01:30:21,627 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:30:21,627 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:30:21,664 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:30:33,190 basehttp 12278 6127104000 "GET /en/appointments/slots/available/?new_date=2025-09-16&new_provider=5&exclude_appointment=1097 HTTP/1.1" 200 1015 WARNING 2025-09-15 01:30:48,910 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:30:48,911 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:30:48,924 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:30:48,924 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 01:30:51,610 log 12278 6127104000 Internal Server Error: /en/appointments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'queue_management' not found. 'queue_management' is not a valid view function or pattern name. ERROR 2025-09-15 01:30:51,611 basehttp 12278 6127104000 "GET /en/appointments/ HTTP/1.1" 500 180202 WARNING 2025-09-15 01:30:51,628 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:30:51,628 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 01:30:56,450 log 12278 6127104000 Internal Server Error: /en/appointments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'queue_management' not found. 'queue_management' is not a valid view function or pattern name. ERROR 2025-09-15 01:30:56,451 basehttp 12278 6127104000 "GET /en/appointments/ HTTP/1.1" 500 180339 WARNING 2025-09-15 01:30:56,468 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:30:56,468 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:30:57,661 basehttp 12278 6127104000 "GET /en/ HTTP/1.1" 200 47959 WARNING 2025-09-15 01:30:57,680 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:30:57,680 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:30:57,718 basehttp 12278 6160756736 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-15 01:30:57,720 basehttp 12278 6143930368 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-15 01:30:57,720 basehttp 12278 6127104000 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-15 01:30:58,227 basehttp 12278 6127104000 "GET /en/ HTTP/1.1" 200 47959 WARNING 2025-09-15 01:30:58,245 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:30:58,245 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:30:58,316 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:30:58,318 basehttp 12278 6160756736 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-15 01:30:58,320 basehttp 12278 13170143232 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-15 01:30:58,320 basehttp 12278 6143930368 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 ERROR 2025-09-15 01:31:08,308 log 12278 13170143232 Internal Server Error: /en/appointments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'queue_management' not found. 'queue_management' is not a valid view function or pattern name. ERROR 2025-09-15 01:31:08,309 basehttp 12278 13170143232 "GET /en/appointments/ HTTP/1.1" 500 180202 WARNING 2025-09-15 01:31:08,329 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:31:08,329 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 01:31:55,133 log 12278 13170143232 Internal Server Error: /en/appointments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'scheduling_calendar' not found. 'scheduling_calendar' is not a valid view function or pattern name. ERROR 2025-09-15 01:31:55,134 basehttp 12278 13170143232 "GET /en/appointments/ HTTP/1.1" 500 180720 WARNING 2025-09-15 01:31:55,147 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:31:55,147 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:32:35,128 basehttp 12278 13170143232 "GET /en/appointments/ HTTP/1.1" 200 55246 WARNING 2025-09-15 01:32:35,144 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:32:35,144 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:32:35,199 basehttp 12278 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:32:35,212 basehttp 12278 6143930368 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 01:33:35,216 basehttp 12278 6143930368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:33:35,233 basehttp 12278 13170143232 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 01:34:35,209 basehttp 12278 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:34:35,224 basehttp 12278 6143930368 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 01:34:41,767 basehttp 12278 6143930368 "GET /en/appointments/ HTTP/1.1" 200 55798 WARNING 2025-09-15 01:34:41,781 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:34:41,781 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:34:41,835 basehttp 12278 6143930368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:34:41,846 basehttp 12278 13170143232 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 01:34:46,158 basehttp 12278 13170143232 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34790 INFO 2025-09-15 01:34:46,176 basehttp 12278 13170143232 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-09-15 01:34:46,182 basehttp 12278 6160756736 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-09-15 01:34:46,183 basehttp 12278 13186969600 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 WARNING 2025-09-15 01:34:46,185 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-15 01:34:46,185 basehttp 12278 6127104000 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-09-15 01:34:46,185 basehttp 12278 13170143232 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 WARNING 2025-09-15 01:34:46,186 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:34:46,231 basehttp 12278 6143930368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 01:34:50,117 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:34:50,117 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:34:50,131 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:34:50,131 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:34:51,467 basehttp 12278 6143930368 "GET /en/appointments/calendar/ HTTP/1.1" 200 22604 WARNING 2025-09-15 01:34:51,490 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:34:51,490 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:34:51,556 basehttp 12278 6143930368 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-15 01:34:51,562 basehttp 12278 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 01:34:54,010 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:34:54,011 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:34:54,023 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:34:54,023 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:34:55,450 basehttp 12278 13170143232 "GET /en/appointments/queue/ HTTP/1.1" 200 44635 WARNING 2025-09-15 01:34:55,476 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:34:55,476 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:34:55,518 basehttp 12278 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 01:34:57,661 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:34:57,661 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:34:57,670 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:34:57,670 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:35:11,832 basehttp 12278 13170143232 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 86195 WARNING 2025-09-15 01:35:11,855 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:35:11,855 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:35:11,897 basehttp 12278 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 01:35:22,186 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:35:22,186 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:35:22,199 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:35:22,199 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:35:41,851 basehttp 12278 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:35:41,867 basehttp 12278 6143930368 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 01:35:57,283 basehttp 12278 6143930368 "GET /en/appointments/ HTTP/1.1" 200 55250 WARNING 2025-09-15 01:35:57,300 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:35:57,301 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:35:57,357 basehttp 12278 6143930368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:35:57,369 basehttp 12278 13170143232 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 01:36:09,041 basehttp 12278 13170143232 "GET /en/appointments/queue/ HTTP/1.1" 200 44635 WARNING 2025-09-15 01:36:09,066 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:36:09,066 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:36:09,107 basehttp 12278 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 01:36:11,487 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:36:11,487 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:36:11,498 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:36:11,498 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:36:19,602 basehttp 12278 13170143232 "GET /en/appointments/calendar/ HTTP/1.1" 200 22604 WARNING 2025-09-15 01:36:19,628 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:36:19,628 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:36:19,690 basehttp 12278 13170143232 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-15 01:36:19,697 basehttp 12278 6143930368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 01:36:23,669 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:36:23,670 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:36:23,682 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:36:23,682 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:36:57,357 basehttp 12278 6143930368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:36:57,367 basehttp 12278 13170143232 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 01:36:59,974 basehttp 12278 13170143232 "GET /en/appointments/ HTTP/1.1" 200 55253 WARNING 2025-09-15 01:36:59,991 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:36:59,991 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:37:00,038 basehttp 12278 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:37:00,049 basehttp 12278 6143930368 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 01:37:14,398 basehttp 12278 6143930368 "GET /en/appointments/ HTTP/1.1" 200 55258 WARNING 2025-09-15 01:37:14,422 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:37:14,422 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:37:14,460 basehttp 12278 6143930368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:37:14,473 basehttp 12278 13170143232 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 01:37:52,877 basehttp 12278 13170143232 "GET /en/appointments/ HTTP/1.1" 200 55230 WARNING 2025-09-15 01:37:52,891 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:37:52,892 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:37:52,944 basehttp 12278 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:37:52,955 basehttp 12278 6143930368 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 01:38:00,497 basehttp 12278 6143930368 "GET /en/appointments/requests/ HTTP/1.1" 200 155514 WARNING 2025-09-15 01:38:00,517 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:38:00,517 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:38:00,563 basehttp 12278 6143930368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 01:38:37,450 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:38:37,450 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:38:37,457 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:38:37,457 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:38:41,858 basehttp 12278 6143930368 "GET /en/appointments/requests/929/detail/ HTTP/1.1" 200 26394 WARNING 2025-09-15 01:38:41,883 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:38:41,884 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:38:41,926 basehttp 12278 6143930368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 01:38:49,841 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:38:49,841 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:38:49,852 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:38:49,856 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:38:52,962 basehttp 12278 6143930368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:38:52,979 basehttp 12278 13170143232 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 ERROR 2025-09-15 01:39:12,895 log 12278 13170143232 Internal Server Error: /en/notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: core/notification_list.html, core/systemnotification_list.html ERROR 2025-09-15 01:39:12,896 basehttp 12278 13170143232 "GET /en/notifications/ HTTP/1.1" 500 103886 WARNING 2025-09-15 01:39:12,919 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:39:12,919 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:42:03,512 autoreload 12278 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-09-15 01:42:03,911 autoreload 30485 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 01:42:04,656 basehttp 30485 6200111104 "GET /en/notifications/ HTTP/1.1" 200 66686 WARNING 2025-09-15 01:42:04,674 log 30485 6200111104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:42:04,674 basehttp 30485 6200111104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:42:04,721 basehttp 30485 6200111104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:43:04,726 basehttp 30485 6200111104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:44:04,741 basehttp 30485 6200111104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:45:04,714 basehttp 30485 6200111104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:45:37,938 autoreload 30485 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-09-15 01:45:38,298 autoreload 32071 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 01:45:45,913 basehttp 32071 6166409216 "GET /en/integration HTTP/1.1" 301 0 INFO 2025-09-15 01:45:45,995 basehttp 32071 13170143232 "GET /en/integration/ HTTP/1.1" 200 34129 WARNING 2025-09-15 01:45:46,016 log 32071 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:45:46,016 basehttp 32071 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:45:46,042 basehttp 32071 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:45:46,047 basehttp 32071 13186969600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-09-15 01:45:46,055 log 32071 6166409216 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-09-15 01:45:46,056 basehttp 32071 6166409216 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119593 ERROR 2025-09-15 01:46:16,059 log 32071 6166409216 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-09-15 01:46:16,060 basehttp 32071 6166409216 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119593 WARNING 2025-09-15 01:46:23,866 log 32071 6166409216 Not Found: /en/core/integration-logs/ WARNING 2025-09-15 01:46:23,866 basehttp 32071 6166409216 "GET /en/core/integration-logs/ HTTP/1.1" 404 24414 WARNING 2025-09-15 01:46:23,894 log 32071 6166409216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:46:23,894 basehttp 32071 6166409216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:46:50,152 log 32071 6166409216 Not Found: /en/core/integration-logs/ WARNING 2025-09-15 01:46:50,153 basehttp 32071 6166409216 "GET /en/core/integration-logs/ HTTP/1.1" 404 24414 WARNING 2025-09-15 01:46:50,175 log 32071 6166409216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:46:50,175 basehttp 32071 6166409216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:47:29,040 basehttp 32071 6166409216 "GET /en/communications HTTP/1.1" 301 0 ERROR 2025-09-15 01:47:29,067 log 32071 13186969600 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 61, in get_context_data 'recent_alerts': AlertInstance.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: acknowledged_at, acknowledged_by, acknowledged_by_id, alert_id, alert_rule, alert_rule_id, context_data, description, escalated_at, escalation_level, expires_at, last_notification_at, notifications_sent, resolution_notes, resolved_at, resolved_by, resolved_by_id, severity, status, title, trigger_data, triggered_at ERROR 2025-09-15 01:47:29,068 basehttp 32071 13186969600 "GET /en/communications/ HTTP/1.1" 500 131990 WARNING 2025-09-15 01:47:29,084 log 32071 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:47:29,084 basehttp 32071 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:49:34,868 autoreload 32071 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 01:49:35,233 autoreload 33855 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 01:50:41,933 autoreload 33855 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 01:50:42,302 autoreload 34339 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 01:50:42,568 log 34339 6202617856 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 64, in get_context_data ).order_by('-created_at')[:5], ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: acknowledged_at, acknowledged_by, acknowledged_by_id, alert_id, alert_rule, alert_rule_id, context_data, description, escalated_at, escalation_level, expires_at, last_notification_at, notifications_sent, resolution_notes, resolved_at, resolved_by, resolved_by_id, severity, status, title, trigger_data, triggered_at ERROR 2025-09-15 01:50:42,570 basehttp 34339 6202617856 "GET /en/communications/ HTTP/1.1" 500 102608 WARNING 2025-09-15 01:50:42,584 log 34339 6202617856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:50:42,585 basehttp 34339 6202617856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:51:47,165 autoreload 34339 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 01:51:47,514 autoreload 34889 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 01:51:48,566 log 34889 6169112576 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 68, in get_context_data ).order_by('-delivery_time')[:10], ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 01:51:48,568 basehttp 34889 6169112576 "GET /en/communications/ HTTP/1.1" 500 102174 WARNING 2025-09-15 01:51:48,586 log 34889 6169112576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:51:48,586 basehttp 34889 6169112576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 01:51:49,343 log 34889 6169112576 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 68, in get_context_data ).order_by('-delivery_time')[:10], ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 01:51:49,343 basehttp 34889 6169112576 "GET /en/communications/ HTTP/1.1" 500 102174 WARNING 2025-09-15 01:51:49,361 log 34889 6169112576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:51:49,361 basehttp 34889 6169112576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:52:37,844 autoreload 34889 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 01:52:38,196 autoreload 35205 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 01:52:39,433 log 35205 6164099072 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 79, in get_context_data 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 01:52:39,434 basehttp 35205 6164099072 "GET /en/communications/ HTTP/1.1" 500 132862 WARNING 2025-09-15 01:52:39,448 log 35205 6164099072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:52:39,448 basehttp 35205 6164099072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 01:52:41,069 log 35205 6164099072 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 79, in get_context_data 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 01:52:41,071 basehttp 35205 6164099072 "GET /en/communications/ HTTP/1.1" 500 132862 WARNING 2025-09-15 01:52:41,086 log 35205 6164099072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:52:41,086 basehttp 35205 6164099072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:53:38,835 autoreload 35205 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 01:53:39,204 autoreload 35695 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 01:53:40,014 log 35695 6129528832 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 79, in get_context_data 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 01:53:40,016 basehttp 35695 6129528832 "GET /en/communications/ HTTP/1.1" 500 133611 WARNING 2025-09-15 01:53:40,032 log 35695 6129528832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:53:40,033 basehttp 35695 6129528832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:54:10,609 autoreload 35695 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 01:54:10,941 autoreload 35936 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 01:54:11,453 log 35936 6164000768 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 79, in get_context_data 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 01:54:11,455 basehttp 35936 6164000768 "GET /en/communications/ HTTP/1.1" 500 133611 WARNING 2025-09-15 01:54:11,470 log 35936 6164000768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:54:11,471 basehttp 35936 6164000768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 01:54:12,721 log 35936 6164000768 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 79, in get_context_data 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 01:54:12,722 basehttp 35936 6164000768 "GET /en/communications/ HTTP/1.1" 500 133611 WARNING 2025-09-15 01:54:12,746 log 35936 6164000768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:54:12,746 basehttp 35936 6164000768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:54:27,836 autoreload 35936 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 01:54:28,203 autoreload 36097 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 01:54:31,489 log 36097 6129070080 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 79, in get_context_data 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 01:54:31,491 basehttp 36097 6129070080 "GET /en/communications/ HTTP/1.1" 500 133611 WARNING 2025-09-15 01:54:31,508 log 36097 6129070080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:54:31,508 basehttp 36097 6129070080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:54:58,661 autoreload 36097 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 01:54:59,070 autoreload 36336 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 01:54:59,797 log 36336 6135689216 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard' not found. 'dashboard' is not a valid view function or pattern name. ERROR 2025-09-15 01:54:59,798 basehttp 36336 6135689216 "GET /en/communications/ HTTP/1.1" 500 174142 WARNING 2025-09-15 01:54:59,818 log 36336 6135689216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:54:59,819 basehttp 36336 6135689216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 01:55:46,416 log 36336 6135689216 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'message_compose' not found. 'message_compose' is not a valid view function or pattern name. ERROR 2025-09-15 01:55:46,417 basehttp 36336 6135689216 "GET /en/communications/ HTTP/1.1" 500 173792 WARNING 2025-09-15 01:55:46,431 log 36336 6135689216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:55:46,431 basehttp 36336 6135689216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 01:56:36,348 log 36336 6135689216 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'broadcast_create' not found. 'broadcast_create' is not a valid view function or pattern name. ERROR 2025-09-15 01:56:36,349 basehttp 36336 6135689216 "GET /en/communications/ HTTP/1.1" 500 173507 WARNING 2025-09-15 01:56:36,365 log 36336 6135689216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:56:36,366 basehttp 36336 6135689216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 01:56:48,825 log 36336 6135689216 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'template_create' not found. 'template_create' is not a valid view function or pattern name. ERROR 2025-09-15 01:56:48,826 basehttp 36336 6135689216 "GET /en/communications/ HTTP/1.1" 500 172802 WARNING 2025-09-15 01:56:48,843 log 36336 6135689216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:56:48,843 basehttp 36336 6135689216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 01:56:58,237 log 36336 6135689216 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard_stats' not found. 'dashboard_stats' is not a valid view function or pattern name. ERROR 2025-09-15 01:56:58,239 basehttp 36336 6135689216 "GET /en/communications/ HTTP/1.1" 500 172377 WARNING 2025-09-15 01:56:58,253 log 36336 6135689216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:56:58,253 basehttp 36336 6135689216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:57:39,392 autoreload 36336 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/urls.py changed, reloading. INFO 2025-09-15 01:57:39,765 autoreload 37527 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 01:57:40,287 log 37527 6124187648 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'message_inbox' not found. 'message_inbox' is not a valid view function or pattern name. ERROR 2025-09-15 01:57:40,288 basehttp 37527 6124187648 "GET /en/communications/ HTTP/1.1" 500 172466 WARNING 2025-09-15 01:57:40,309 log 37527 6124187648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:57:40,309 basehttp 37527 6124187648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 01:57:57,077 log 37527 6124187648 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'message_sent' not found. 'message_sent' is not a valid view function or pattern name. ERROR 2025-09-15 01:57:57,078 basehttp 37527 6124187648 "GET /en/communications/ HTTP/1.1" 500 171923 WARNING 2025-09-15 01:57:57,094 log 37527 6124187648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:57:57,094 basehttp 37527 6124187648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 01:58:12,308 log 37527 6124187648 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'alert_list' not found. 'alert_list' is not a valid view function or pattern name. ERROR 2025-09-15 01:58:12,309 basehttp 37527 6124187648 "GET /en/communications/ HTTP/1.1" 500 171340 WARNING 2025-09-15 01:58:12,328 log 37527 6124187648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:58:12,328 basehttp 37527 6124187648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 01:58:29,042 log 37527 6124187648 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'notification_list' not found. 'notification_list' is not a valid view function or pattern name. ERROR 2025-09-15 01:58:29,043 basehttp 37527 6124187648 "GET /en/communications/ HTTP/1.1" 500 170554 WARNING 2025-09-15 01:58:29,058 log 37527 6124187648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:58:29,058 basehttp 37527 6124187648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 01:58:40,834 log 37527 6124187648 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'recent_messages' not found. 'recent_messages' is not a valid view function or pattern name. ERROR 2025-09-15 01:58:40,835 basehttp 37527 6124187648 "GET /en/communications/ HTTP/1.1" 500 170434 WARNING 2025-09-15 01:58:40,851 log 37527 6124187648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:58:40,851 basehttp 37527 6124187648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 02:01:34,044 log 37527 6124187648 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'recent_messages' not found. 'recent_messages' is not a valid view function or pattern name. ERROR 2025-09-15 02:01:34,045 basehttp 37527 6124187648 "GET /en/communications/ HTTP/1.1" 500 170434 WARNING 2025-09-15 02:01:34,068 log 37527 6124187648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:01:34,068 basehttp 37527 6124187648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:05:49,848 autoreload 37527 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 02:05:50,202 autoreload 41179 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 02:05:51,340 log 41179 6121779200 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'recent_messages' not found. 'recent_messages' is not a valid view function or pattern name. ERROR 2025-09-15 02:05:51,343 basehttp 41179 6121779200 "GET /en/communications/ HTTP/1.1" 500 170434 WARNING 2025-09-15 02:05:51,357 log 41179 6121779200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:05:51,357 basehttp 41179 6121779200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:06:47,636 autoreload 41179 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/urls.py changed, reloading. INFO 2025-09-15 02:06:47,989 autoreload 41573 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 02:06:50,010 log 41573 6192115712 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'message_inbox' not found. 'message_inbox' is not a valid view function or pattern name. ERROR 2025-09-15 02:06:50,011 basehttp 41573 6192115712 "GET /en/communications/ HTTP/1.1" 500 170742 WARNING 2025-09-15 02:06:50,033 log 41573 6192115712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:06:50,033 basehttp 41573 6192115712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 02:07:21,069 log 41573 6192115712 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'active_alerts' not found. 'active_alerts' is not a valid view function or pattern name. ERROR 2025-09-15 02:07:21,070 basehttp 41573 6192115712 "GET /en/communications/ HTTP/1.1" 500 169871 WARNING 2025-09-15 02:07:21,086 log 41573 6192115712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:07:21,086 basehttp 41573 6192115712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 02:08:51,721 log 41573 6192115712 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'message_compose' not found. 'message_compose' is not a valid view function or pattern name. ERROR 2025-09-15 02:08:51,722 basehttp 41573 6192115712 "GET /en/communications/ HTTP/1.1" 500 170274 WARNING 2025-09-15 02:08:51,737 log 41573 6192115712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:08:51,737 basehttp 41573 6192115712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 02:09:32,673 log 41573 6192115712 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'system_status' not found. 'system_status' is not a valid view function or pattern name. ERROR 2025-09-15 02:09:32,675 basehttp 41573 6192115712 "GET /en/communications/ HTTP/1.1" 500 167326 WARNING 2025-09-15 02:09:32,690 log 41573 6192115712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:09:32,690 basehttp 41573 6192115712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 02:10:01,662 log 41573 6192115712 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'activity_chart_data' not found. 'activity_chart_data' is not a valid view function or pattern name. ERROR 2025-09-15 02:10:01,663 basehttp 41573 6192115712 "GET /en/communications/ HTTP/1.1" 500 165928 WARNING 2025-09-15 02:10:01,679 log 41573 6192115712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:10:01,679 basehttp 41573 6192115712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 02:10:58,085 log 41573 6192115712 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'sse_notifications' not found. 'sse_notifications' is not a valid view function or pattern name. ERROR 2025-09-15 02:10:58,086 basehttp 41573 6192115712 "GET /en/communications/ HTTP/1.1" 500 169020 WARNING 2025-09-15 02:10:58,101 log 41573 6192115712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:10:58,101 basehttp 41573 6192115712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:11:18,759 basehttp 41573 6192115712 "GET /en/communications/ HTTP/1.1" 200 32971 WARNING 2025-09-15 02:11:18,775 log 41573 6192115712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:11:18,775 basehttp 41573 6192115712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:11:18,846 basehttp 41573 6192115712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-15 02:11:18,859 log 41573 6208942080 Internal Server Error: /en/communications/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 829, in communications_stats 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 02:11:18,893 basehttp 41573 6208942080 "GET /en/communications/stats/ HTTP/1.1" 500 118598 ERROR 2025-09-15 02:11:18,892 log 41573 6225768448 Internal Server Error: /en/communications/messages/recent/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 876, in recent_messages return JsonResponse({'recent_messages': recent_messages}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/response.py", line 751, in __init__ data = json.dumps(data, cls=encoder, **json_dumps_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 238, in dumps **kw).encode(obj) ^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/serializers/json.py", line 114, in default return super().default(o) ^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type QuerySet is not JSON serializable ERROR 2025-09-15 02:11:18,894 basehttp 41573 6225768448 "GET /en/communications/messages/recent/ HTTP/1.1" 500 98265 INFO 2025-09-15 02:11:45,590 basehttp 41573 6225768448 "GET /en/communications/ HTTP/1.1" 200 32971 WARNING 2025-09-15 02:11:45,609 log 41573 6225768448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:11:45,609 basehttp 41573 6225768448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:11:45,666 basehttp 41573 6225768448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-15 02:11:45,705 log 41573 6208942080 Internal Server Error: /en/communications/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 829, in communications_stats 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 02:11:45,709 log 41573 6192115712 Internal Server Error: /en/communications/messages/recent/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 876, in recent_messages return JsonResponse({'recent_messages': recent_messages}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/response.py", line 751, in __init__ data = json.dumps(data, cls=encoder, **json_dumps_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 238, in dumps **kw).encode(obj) ^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/serializers/json.py", line 114, in default return super().default(o) ^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type QuerySet is not JSON serializable ERROR 2025-09-15 02:11:45,709 basehttp 41573 6208942080 "GET /en/communications/stats/ HTTP/1.1" 500 118598 ERROR 2025-09-15 02:11:45,710 basehttp 41573 6192115712 "GET /en/communications/messages/recent/ HTTP/1.1" 500 98265 WARNING 2025-09-15 02:11:52,075 log 41573 6192115712 Not Found: /en/communications/inpox WARNING 2025-09-15 02:11:52,075 basehttp 41573 6192115712 "GET /en/communications/inpox HTTP/1.1" 404 37045 WARNING 2025-09-15 02:11:52,099 log 41573 6192115712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:11:52,099 basehttp 41573 6192115712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:12:07,245 basehttp 41573 6192115712 "GET /en/communications/messages/ HTTP/1.1" 200 29017 WARNING 2025-09-15 02:12:07,264 log 41573 6192115712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:12:07,264 basehttp 41573 6192115712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:12:07,307 basehttp 41573 6192115712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-15 02:12:16,090 log 41573 6192115712 Internal Server Error: /en/communications/messages/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/forms.py", line 76, in __init__ ).order_by('template_name') ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'template_name' into field. Choices are: alertrule, category, content_template, created_at, created_by, created_by_id, default_values, description, formatting_rules, is_active, is_system_template, last_used_at, name, requires_approval, subject_template, template_id, template_type, tenant, tenant_id, updated_at, usage_count, variables ERROR 2025-09-15 02:12:16,092 basehttp 41573 6192115712 "GET /en/communications/messages/create/ HTTP/1.1" 500 115287 WARNING 2025-09-15 02:12:16,111 log 41573 6192115712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:12:16,112 basehttp 41573 6192115712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:12:41,068 autoreload 41573 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/forms.py changed, reloading. INFO 2025-09-15 02:12:41,406 autoreload 44209 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 02:12:42,625 log 44209 6156611584 Internal Server Error: /en/communications/messages/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/forms.py", line 73, in __init__ self.fields['template'].queryset = NotificationTemplate.objects.filter( ~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'template' ERROR 2025-09-15 02:12:42,626 basehttp 44209 6156611584 "GET /en/communications/messages/create/ HTTP/1.1" 500 98824 WARNING 2025-09-15 02:12:42,644 log 44209 6156611584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:12:42,644 basehttp 44209 6156611584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 02:12:44,637 log 44209 6156611584 Internal Server Error: /en/communications/messages/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/forms.py", line 73, in __init__ self.fields['template'].queryset = NotificationTemplate.objects.filter( ~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'template' ERROR 2025-09-15 02:12:44,638 basehttp 44209 6156611584 "GET /en/communications/messages/create/ HTTP/1.1" 500 98824 WARNING 2025-09-15 02:12:44,654 log 44209 6156611584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:12:44,654 basehttp 44209 6156611584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:14:58,391 autoreload 44209 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/forms.py changed, reloading. INFO 2025-09-15 02:14:58,712 autoreload 45233 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 02:14:59,272 log 45233 6132756480 Internal Server Error: /en/communications/messages/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/forms.py", line 73, in __init__ self.fields['template_type'].queryset = NotificationTemplate.objects.filter( ~~~~~~~~~~~^^^^^^^^^^^^^^^^^ KeyError: 'template_type' ERROR 2025-09-15 02:14:59,273 basehttp 45233 6132756480 "GET /en/communications/messages/create/ HTTP/1.1" 500 98864 WARNING 2025-09-15 02:14:59,289 log 45233 6132756480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:14:59,289 basehttp 45233 6132756480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:15:08,286 autoreload 45233 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/forms.py changed, reloading. INFO 2025-09-15 02:15:08,653 autoreload 45321 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 02:15:09,225 basehttp 45321 6127529984 "GET /en/communications/messages/create/ HTTP/1.1" 200 45700 WARNING 2025-09-15 02:15:09,244 log 45321 6127529984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:15:09,244 basehttp 45321 6127529984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:15:09,307 basehttp 45321 6127529984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:16:09,314 basehttp 45321 6127529984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:17:09,317 basehttp 45321 6127529984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:17:26,867 basehttp 45321 6127529984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 02:17:26,873 log 45321 6127529984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:17:26,873 basehttp 45321 6127529984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:17:26,890 log 45321 6127529984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:17:26,890 basehttp 45321 6127529984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:17:41,033 basehttp 45321 6127529984 "GET /en/admin/communications/alertinstance/ HTTP/1.1" 200 77975 INFO 2025-09-15 02:17:41,046 basehttp 45321 6127529984 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 02:17:48,148 basehttp 45321 6127529984 "GET /en/admin/communications/message/ HTTP/1.1" 200 79268 INFO 2025-09-15 02:17:48,166 basehttp 45321 6127529984 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 02:18:27,140 basehttp 45321 6127529984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 02:18:35,989 log 45321 6127529984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:18:35,990 basehttp 45321 6127529984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 02:18:47,578 log 45321 6127529984 Internal Server Error: /en/communications/templates/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 320, in get_queryset return queryset.order_by('template_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'template_name' into field. Choices are: alertrule, category, content_template, created_at, created_by, created_by_id, default_values, description, formatting_rules, is_active, is_system_template, last_used_at, name, requires_approval, subject_template, template_id, template_type, tenant, tenant_id, updated_at, usage_count, variables ERROR 2025-09-15 02:18:47,580 basehttp 45321 6127529984 "GET /en/communications/templates/ HTTP/1.1" 500 102664 WARNING 2025-09-15 02:18:47,597 log 45321 6127529984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:18:47,597 basehttp 45321 6127529984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:19:00,725 autoreload 45321 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 02:19:01,141 autoreload 47018 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 02:19:01,543 basehttp 47018 6157676544 "GET /en/communications/templates/ HTTP/1.1" 200 26364 WARNING 2025-09-15 02:19:01,561 log 47018 6157676544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:19:01,561 basehttp 47018 6157676544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:19:01,618 basehttp 47018 6157676544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:19:04,277 basehttp 47018 6157676544 "GET /en/communications/templates/create/ HTTP/1.1" 200 43799 WARNING 2025-09-15 02:19:04,299 log 47018 6157676544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:19:04,299 basehttp 47018 6157676544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:19:04,363 basehttp 47018 6157676544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 02:19:10,154 log 47018 6157676544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:19:10,155 basehttp 47018 6157676544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:19:10,164 log 47018 6157676544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:19:10,164 basehttp 47018 6157676544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:19:13,056 log 47018 6157676544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:19:13,056 basehttp 47018 6157676544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 02:19:22,163 log 47018 6157676544 Internal Server Error: /en/communications/channels/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 644, in get_queryset return queryset.order_by('channel_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'channel_name' into field. Choices are: authentication_config, channel_id, channel_type, configuration, created_at, created_by, created_by_id, delivery_logs, description, failure_count, health_check_interval, is_active, is_healthy, last_health_check, last_used_at, message_count, name, provider_type, rate_limits, success_count, tenant, tenant_id, updated_at ERROR 2025-09-15 02:19:22,165 basehttp 47018 6157676544 "GET /en/communications/channels/ HTTP/1.1" 500 102617 WARNING 2025-09-15 02:19:22,184 log 47018 6157676544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:19:22,185 basehttp 47018 6157676544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:19:36,859 autoreload 47018 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 02:19:37,197 autoreload 47255 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 02:19:37,750 basehttp 47255 6164115456 "GET /en/communications/channels/ HTTP/1.1" 200 37589 WARNING 2025-09-15 02:19:37,766 log 47255 6164115456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:19:37,766 basehttp 47255 6164115456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:19:37,813 basehttp 47255 6164115456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:19:41,327 basehttp 47255 6164115456 "GET /en/communications/channels/create/ HTTP/1.1" 200 57797 WARNING 2025-09-15 02:19:41,343 log 47255 6164115456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:19:41,343 basehttp 47255 6164115456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:19:41,383 basehttp 47255 6164115456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:20:09,154 basehttp 47255 6164115456 "GET /en/communications/channels/ HTTP/1.1" 200 37589 WARNING 2025-09-15 02:20:09,174 log 47255 6164115456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:20:09,175 basehttp 47255 6164115456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:20:09,213 basehttp 47255 6164115456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 02:20:11,396 log 47255 6164115456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:20:11,396 basehttp 47255 6164115456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:20:11,410 log 47255 6164115456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:20:11,410 basehttp 47255 6164115456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:20:11,858 log 47255 6164115456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:20:11,859 basehttp 47255 6164115456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:20:11,872 log 47255 6164115456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:20:11,872 basehttp 47255 6164115456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:20:12,404 log 47255 6164115456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:20:12,404 basehttp 47255 6164115456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 02:20:34,724 log 47255 6164115456 Internal Server Error: /en/communications/alert-rules/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 450, in get_queryset return queryset.order_by('rule_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'rule_name' into field. Choices are: cooldown_period, created_at, created_by, created_by_id, default_recipients, description, escalation_rules, evaluation_frequency, instances, is_active, is_system_rule, last_evaluated_at, last_triggered_at, name, notification_channels, notification_template, notification_template_id, recipient_roles, rule_id, severity, tenant, tenant_id, trigger_conditions, trigger_count, trigger_type, updated_at ERROR 2025-09-15 02:20:34,726 basehttp 47255 6164115456 "GET /en/communications/alert-rules/ HTTP/1.1" 500 103087 WARNING 2025-09-15 02:20:34,745 log 47255 6164115456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:20:34,746 basehttp 47255 6164115456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:20:44,292 autoreload 47255 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 02:20:44,645 autoreload 47795 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 02:20:45,916 basehttp 47795 6203322368 "GET /en/communications/alert-rules/ HTTP/1.1" 200 33224 WARNING 2025-09-15 02:20:45,932 log 47795 6203322368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:20:45,932 basehttp 47795 6203322368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:20:45,984 basehttp 47795 6203322368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:20:46,799 basehttp 47795 6203322368 "GET /en/communications/alert-rules/ HTTP/1.1" 200 33224 WARNING 2025-09-15 02:20:46,819 log 47795 6203322368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:20:46,819 basehttp 47795 6203322368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:20:46,858 basehttp 47795 6203322368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:20:49,710 basehttp 47795 6203322368 "GET /en/communications/alert-rules/create/ HTTP/1.1" 200 49275 WARNING 2025-09-15 02:20:49,732 log 47795 6203322368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:20:49,732 basehttp 47795 6203322368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:20:49,773 basehttp 47795 6203322368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:21:26,598 basehttp 47795 6203322368 "POST /en/communications/alert-rules/create/ HTTP/1.1" 200 49275 WARNING 2025-09-15 02:21:26,618 log 47795 6203322368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:21:26,618 basehttp 47795 6203322368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:21:26,659 basehttp 47795 6203322368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:21:33,328 basehttp 47795 6203322368 "GET /en/communications/alert-rules/create/ HTTP/1.1" 200 49275 WARNING 2025-09-15 02:21:33,344 log 47795 6203322368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:21:33,344 basehttp 47795 6203322368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:21:34,052 log 47795 6203322368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:21:34,052 basehttp 47795 6203322368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:21:34,064 log 47795 6203322368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:21:34,064 basehttp 47795 6203322368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:21:34,643 log 47795 6203322368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:21:34,643 basehttp 47795 6203322368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:21:44,786 basehttp 47795 6203322368 "GET /en/communications/api HTTP/1.1" 301 0 INFO 2025-09-15 02:21:44,805 basehttp 47795 6220148736 "GET /en/communications/api/ HTTP/1.1" 200 10233 INFO 2025-09-15 02:21:44,823 basehttp 47795 6236975104 "GET /static/rest_framework/css/prettify.css HTTP/1.1" 200 817 INFO 2025-09-15 02:21:44,823 basehttp 47795 6253801472 "GET /static/rest_framework/css/default.css HTTP/1.1" 200 1152 INFO 2025-09-15 02:21:44,824 basehttp 47795 6203322368 "GET /static/rest_framework/css/bootstrap-tweaks.css HTTP/1.1" 200 3426 INFO 2025-09-15 02:21:44,825 basehttp 47795 6287454208 "GET /static/rest_framework/js/ajax-form.js HTTP/1.1" 200 3796 INFO 2025-09-15 02:21:44,827 basehttp 47795 6287454208 "GET /static/rest_framework/js/default.js HTTP/1.1" 200 1268 INFO 2025-09-15 02:21:44,827 basehttp 47795 6236975104 "GET /static/rest_framework/js/csrf.js HTTP/1.1" 200 1793 INFO 2025-09-15 02:21:44,827 basehttp 47795 6203322368 "GET /static/rest_framework/js/prettify-min.js HTTP/1.1" 200 13632 INFO 2025-09-15 02:21:44,829 basehttp 47795 6287454208 "GET /static/rest_framework/js/load-ajax-form.js HTTP/1.1" 200 59 INFO 2025-09-15 02:21:44,830 basehttp 47795 6220148736 "GET /static/rest_framework/css/bootstrap.min.css HTTP/1.1" 200 121457 INFO 2025-09-15 02:21:44,830 basehttp 47795 6253801472 "GET /static/rest_framework/js/bootstrap.min.js HTTP/1.1" 200 39680 INFO 2025-09-15 02:21:44,830 basehttp 47795 6270627840 "GET /static/rest_framework/js/jquery-3.7.1.min.js HTTP/1.1" 200 87533 WARNING 2025-09-15 02:21:44,834 log 47795 6236975104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:21:44,834 basehttp 47795 6236975104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:21:44,836 basehttp 47795 6236975104 "GET /static/rest_framework/img/grid.png HTTP/1.1" 200 1458 INFO 2025-09-15 02:21:44,843 basehttp 47795 6236975104 "GET /static/rest_framework/css/bootstrap.min.css.map HTTP/1.1" 200 540434 ERROR 2025-09-15 02:21:46,994 log 47795 6236975104 Internal Server Error: /en/communications/api/messages/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/csrf.py", line 65, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/rest_framework/viewsets.py", line 125, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/rest_framework/views.py", line 515, in dispatch response = self.handle_exception(exc) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/rest_framework/views.py", line 475, in handle_exception self.raise_uncaught_exception(exc) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception raise exc File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/rest_framework/views.py", line 512, in dispatch response = handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/rest_framework/mixins.py", line 38, in list queryset = self.filter_queryset(self.get_queryset()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/rest_framework/generics.py", line 154, in filter_queryset queryset = backend().filter_queryset(self.request, queryset, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django_filters/rest_framework/backends.py", line 66, in filter_queryset filterset = self.get_filterset(request, queryset, view) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django_filters/rest_framework/backends.py", line 18, in get_filterset filterset_class = self.get_filterset_class(view, queryset) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django_filters/rest_framework/backends.py", line 49, in get_filterset_class class AutoFilterSet(self.filterset_base): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django_filters/filterset.py", line 82, in __new__ new_class.base_filters = new_class.get_filters() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django_filters/filterset.py", line 371, in get_filters raise TypeError( TypeError: 'Meta.fields' must not contain non-model field names: is_draft ERROR 2025-09-15 02:21:46,996 basehttp 47795 6236975104 "GET /en/communications/api/messages/ HTTP/1.1" 500 124583 WARNING 2025-09-15 02:21:47,015 log 47795 6236975104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:21:47,015 basehttp 47795 6236975104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:21:49,662 log 47795 6236975104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:21:49,663 basehttp 47795 6236975104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:21:49,674 log 47795 6236975104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:21:49,674 basehttp 47795 6236975104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:21:50,027 log 47795 6236975104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:21:50,027 basehttp 47795 6236975104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:21:58,357 basehttp 47795 6236975104 "GET /en/communications/ HTTP/1.1" 200 32971 WARNING 2025-09-15 02:21:58,373 log 47795 6236975104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:21:58,373 basehttp 47795 6236975104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:21:58,427 basehttp 47795 6236975104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-15 02:21:58,442 log 47795 6253801472 Internal Server Error: /en/communications/messages/recent/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 876, in recent_messages return JsonResponse({'recent_messages': recent_messages}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/response.py", line 751, in __init__ data = json.dumps(data, cls=encoder, **json_dumps_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 238, in dumps **kw).encode(obj) ^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/serializers/json.py", line 114, in default return super().default(o) ^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type QuerySet is not JSON serializable ERROR 2025-09-15 02:21:58,448 log 47795 6270627840 Internal Server Error: /en/communications/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 829, in communications_stats 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 02:21:58,449 basehttp 47795 6253801472 "GET /en/communications/messages/recent/ HTTP/1.1" 500 98265 ERROR 2025-09-15 02:21:58,450 basehttp 47795 6270627840 "GET /en/communications/stats/ HTTP/1.1" 500 118598 INFO 2025-09-15 02:22:04,380 basehttp 47795 6270627840 "GET /en/communications/ HTTP/1.1" 200 32971 WARNING 2025-09-15 02:22:04,405 log 47795 6270627840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:22:04,405 basehttp 47795 6270627840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:22:04,458 basehttp 47795 6270627840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-15 02:22:04,468 log 47795 6236975104 Internal Server Error: /en/communications/messages/recent/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 876, in recent_messages return JsonResponse({'recent_messages': recent_messages}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/response.py", line 751, in __init__ data = json.dumps(data, cls=encoder, **json_dumps_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 238, in dumps **kw).encode(obj) ^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/serializers/json.py", line 114, in default return super().default(o) ^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type QuerySet is not JSON serializable ERROR 2025-09-15 02:22:04,470 basehttp 47795 6236975104 "GET /en/communications/messages/recent/ HTTP/1.1" 500 98265 ERROR 2025-09-15 02:22:04,476 log 47795 6253801472 Internal Server Error: /en/communications/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 829, in communications_stats 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 02:22:04,476 basehttp 47795 6253801472 "GET /en/communications/stats/ HTTP/1.1" 500 118598 WARNING 2025-09-15 02:22:16,579 log 47795 6253801472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:22:16,579 basehttp 47795 6253801472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 02:22:29,182 log 47795 6253801472 Internal Server Error: /en/communications/delivery-logs/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 751, in get_queryset queryset = DeliveryLog.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 02:22:29,183 basehttp 47795 6253801472 "GET /en/communications/delivery-logs/ HTTP/1.1" 500 130937 WARNING 2025-09-15 02:22:29,203 log 47795 6253801472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:22:29,203 basehttp 47795 6253801472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:23:24,461 autoreload 47795 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 02:23:24,824 autoreload 48958 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 02:23:25,398 log 48958 6135099392 Internal Server Error: /en/communications/delivery-logs/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 777, in get_queryset return queryset.select_related('message', 'channel', 'recipient').order_by('-delivery_time') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 02:23:25,400 basehttp 48958 6135099392 "GET /en/communications/delivery-logs/ HTTP/1.1" 500 102954 WARNING 2025-09-15 02:23:25,417 log 48958 6135099392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:23:25,417 basehttp 48958 6135099392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:24:23,358 autoreload 48958 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 02:24:23,709 autoreload 49366 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 02:24:24,106 log 49366 6135705600 Internal Server Error: /en/communications/delivery-logs/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 786, in get_context_data ).order_by('channel_name') ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'channel_name' into field. Choices are: authentication_config, channel_id, channel_type, configuration, created_at, created_by, created_by_id, delivery_logs, description, failure_count, health_check_interval, is_active, is_healthy, last_health_check, last_used_at, message_count, name, provider_type, rate_limits, success_count, tenant, tenant_id, updated_at ERROR 2025-09-15 02:24:24,107 basehttp 49366 6135705600 "GET /en/communications/delivery-logs/ HTTP/1.1" 500 103366 WARNING 2025-09-15 02:24:24,124 log 49366 6135705600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:24:24,124 basehttp 49366 6135705600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:24:36,396 autoreload 49366 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 02:24:36,761 autoreload 49465 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 02:24:37,869 basehttp 49465 6200209408 "GET /en/communications/delivery-logs/ HTTP/1.1" 200 38425 WARNING 2025-09-15 02:24:37,883 log 49465 6200209408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:24:37,883 basehttp 49465 6200209408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:24:37,939 basehttp 49465 6200209408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:24:39,075 basehttp 49465 6200209408 "GET /en/communications/delivery-logs/ HTTP/1.1" 200 38425 WARNING 2025-09-15 02:24:39,096 log 49465 6200209408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:24:39,096 basehttp 49465 6200209408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:24:39,137 basehttp 49465 6200209408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 02:24:53,076 log 49465 6200209408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:24:53,076 basehttp 49465 6200209408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:27:16,381 autoreload 49465 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/models.py changed, reloading. INFO 2025-09-15 02:27:22,657 autoreload 50738 8682856640 Watching for file changes with StatReloader WARNING 2025-09-15 02:27:54,290 log 50738 6192279552 Not Found: /en/communications/inbox WARNING 2025-09-15 02:27:54,290 basehttp 50738 6192279552 "GET /en/communications/inbox HTTP/1.1" 404 37045 WARNING 2025-09-15 02:27:54,308 log 50738 6192279552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:27:54,308 basehttp 50738 6192279552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:27:59,407 basehttp 50738 6192279552 "GET /en/communications/ HTTP/1.1" 200 32971 WARNING 2025-09-15 02:27:59,425 log 50738 6192279552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:27:59,425 basehttp 50738 6192279552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:27:59,483 basehttp 50738 6192279552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-15 02:27:59,500 log 50738 6225932288 Internal Server Error: /en/communications/messages/recent/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 877, in recent_messages return JsonResponse({'recent_messages': recent_messages}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/response.py", line 751, in __init__ data = json.dumps(data, cls=encoder, **json_dumps_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 238, in dumps **kw).encode(obj) ^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/serializers/json.py", line 114, in default return super().default(o) ^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type QuerySet is not JSON serializable ERROR 2025-09-15 02:27:59,507 log 50738 6209105920 Internal Server Error: /en/communications/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 830, in communications_stats 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 02:27:59,508 basehttp 50738 6225932288 "GET /en/communications/messages/recent/ HTTP/1.1" 500 98265 ERROR 2025-09-15 02:27:59,510 basehttp 50738 6209105920 "GET /en/communications/stats/ HTTP/1.1" 500 118598 INFO 2025-09-15 02:28:02,193 basehttp 50738 6209105920 "GET /en/communications/ HTTP/1.1" 200 32971 WARNING 2025-09-15 02:28:02,219 log 50738 6209105920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:28:02,220 basehttp 50738 6209105920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:28:02,274 basehttp 50738 6209105920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-15 02:28:02,284 log 50738 6192279552 Internal Server Error: /en/communications/messages/recent/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 877, in recent_messages return JsonResponse({'recent_messages': recent_messages}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/response.py", line 751, in __init__ data = json.dumps(data, cls=encoder, **json_dumps_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 238, in dumps **kw).encode(obj) ^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/serializers/json.py", line 114, in default return super().default(o) ^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type QuerySet is not JSON serializable ERROR 2025-09-15 02:28:02,290 log 50738 6225932288 Internal Server Error: /en/communications/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 830, in communications_stats 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 02:28:02,290 basehttp 50738 6192279552 "GET /en/communications/messages/recent/ HTTP/1.1" 500 98265 ERROR 2025-09-15 02:28:02,291 basehttp 50738 6225932288 "GET /en/communications/stats/ HTTP/1.1" 500 118598 INFO 2025-09-15 02:28:03,636 basehttp 50738 6225932288 "GET /en/communications/ HTTP/1.1" 200 32971 WARNING 2025-09-15 02:28:03,661 log 50738 6225932288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:28:03,661 basehttp 50738 6225932288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:28:03,712 basehttp 50738 6225932288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-15 02:28:03,726 log 50738 6209105920 Internal Server Error: /en/communications/messages/recent/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 877, in recent_messages return JsonResponse({'recent_messages': recent_messages}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/response.py", line 751, in __init__ data = json.dumps(data, cls=encoder, **json_dumps_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 238, in dumps **kw).encode(obj) ^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/serializers/json.py", line 114, in default return super().default(o) ^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type QuerySet is not JSON serializable ERROR 2025-09-15 02:28:03,727 basehttp 50738 6209105920 "GET /en/communications/messages/recent/ HTTP/1.1" 500 98265 ERROR 2025-09-15 02:28:03,732 log 50738 6192279552 Internal Server Error: /en/communications/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 830, in communications_stats 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 02:28:03,733 basehttp 50738 6192279552 "GET /en/communications/stats/ HTTP/1.1" 500 118598 INFO 2025-09-15 02:28:05,447 basehttp 50738 6192279552 "GET /en/communications/ HTTP/1.1" 200 32971 WARNING 2025-09-15 02:28:05,470 log 50738 6192279552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:28:05,471 basehttp 50738 6192279552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:28:05,523 basehttp 50738 6192279552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-15 02:28:05,534 log 50738 6225932288 Internal Server Error: /en/communications/messages/recent/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 877, in recent_messages return JsonResponse({'recent_messages': recent_messages}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/response.py", line 751, in __init__ data = json.dumps(data, cls=encoder, **json_dumps_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 238, in dumps **kw).encode(obj) ^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/serializers/json.py", line 114, in default return super().default(o) ^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type QuerySet is not JSON serializable ERROR 2025-09-15 02:28:05,535 basehttp 50738 6225932288 "GET /en/communications/messages/recent/ HTTP/1.1" 500 98265 ERROR 2025-09-15 02:28:05,540 log 50738 6209105920 Internal Server Error: /en/communications/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 830, in communications_stats 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 02:28:05,541 basehttp 50738 6209105920 "GET /en/communications/stats/ HTTP/1.1" 500 118598 INFO 2025-09-15 02:28:06,866 basehttp 50738 6209105920 "GET /en/communications/ HTTP/1.1" 200 32971 WARNING 2025-09-15 02:28:06,891 log 50738 6209105920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:28:06,892 basehttp 50738 6209105920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:28:06,945 basehttp 50738 6209105920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-15 02:28:06,955 log 50738 6192279552 Internal Server Error: /en/communications/messages/recent/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 877, in recent_messages return JsonResponse({'recent_messages': recent_messages}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/response.py", line 751, in __init__ data = json.dumps(data, cls=encoder, **json_dumps_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 238, in dumps **kw).encode(obj) ^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/serializers/json.py", line 114, in default return super().default(o) ^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type QuerySet is not JSON serializable ERROR 2025-09-15 02:28:06,961 log 50738 6225932288 Internal Server Error: /en/communications/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 830, in communications_stats 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 02:28:06,961 basehttp 50738 6192279552 "GET /en/communications/messages/recent/ HTTP/1.1" 500 98265 ERROR 2025-09-15 02:28:06,962 basehttp 50738 6225932288 "GET /en/communications/stats/ HTTP/1.1" 500 118598 INFO 2025-09-15 02:28:07,819 basehttp 50738 6225932288 "GET /en/communications/ HTTP/1.1" 200 32971 WARNING 2025-09-15 02:28:07,841 log 50738 6225932288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:28:07,842 basehttp 50738 6225932288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:28:07,899 basehttp 50738 6225932288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-15 02:28:07,908 log 50738 6209105920 Internal Server Error: /en/communications/messages/recent/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 877, in recent_messages return JsonResponse({'recent_messages': recent_messages}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/response.py", line 751, in __init__ data = json.dumps(data, cls=encoder, **json_dumps_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 238, in dumps **kw).encode(obj) ^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/serializers/json.py", line 114, in default return super().default(o) ^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type QuerySet is not JSON serializable ERROR 2025-09-15 02:28:07,910 basehttp 50738 6209105920 "GET /en/communications/messages/recent/ HTTP/1.1" 500 98265 ERROR 2025-09-15 02:28:07,916 log 50738 6192279552 Internal Server Error: /en/communications/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 830, in communications_stats 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 02:28:07,918 basehttp 50738 6192279552 "GET /en/communications/stats/ HTTP/1.1" 500 118598 WARNING 2025-09-15 02:28:24,429 log 50738 6192279552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:28:24,429 basehttp 50738 6192279552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:28:24,847 log 50738 6192279552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:28:24,847 basehttp 50738 6192279552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:28:25,403 log 50738 6192279552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:28:25,403 basehttp 50738 6192279552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:28:26,631 log 50738 6192279552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:28:26,631 basehttp 50738 6192279552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:28:27,696 log 50738 6192279552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:28:27,696 basehttp 50738 6192279552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 02:28:37,311 log 50738 6192279552 Internal Server Error: /en/integration/executions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 545, in get_queryset queryset = IntegrationExecution.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: completed_at, correlation_id, endpoint, endpoint_id, error_details, error_message, execution_id, execution_type, external_id, logs, metadata, network_time_ms, processing_time_ms, request_data, request_size_bytes, response_data, response_size_bytes, retry_count, started_at, status, triggered_by, triggered_by_id ERROR 2025-09-15 02:28:37,312 basehttp 50738 6192279552 "GET /en/integration/executions/ HTTP/1.1" 500 131567 WARNING 2025-09-15 02:28:37,334 log 50738 6192279552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:28:37,334 basehttp 50738 6192279552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:39:03,860 autoreload 50738 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-09-15 02:39:04,237 autoreload 55975 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 02:43:53,619 autoreload 55975 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-09-15 02:43:53,962 autoreload 58099 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 02:47:26,146 autoreload 58099 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-09-15 02:47:26,556 autoreload 60143 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 02:49:37,669 autoreload 60143 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-09-15 02:49:38,003 autoreload 61080 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 02:49:40,750 log 61080 6130020352 Internal Server Error: /en/integration/executions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 569, in get_queryset return queryset.select_related('endpoint').order_by('-execution_time') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, correlation_id, endpoint, endpoint_id, error_details, error_message, execution_id, execution_type, external_id, logs, metadata, network_time_ms, processing_time_ms, request_data, request_size_bytes, response_data, response_size_bytes, retry_count, started_at, status, triggered_by, triggered_by_id ERROR 2025-09-15 02:49:40,753 basehttp 61080 6130020352 "GET /en/integration/executions/ HTTP/1.1" 500 103266 WARNING 2025-09-15 02:49:40,767 log 61080 6130020352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:49:40,767 basehttp 61080 6130020352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:51:09,940 autoreload 61080 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-09-15 02:51:10,299 autoreload 61794 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 02:51:10,764 log 61794 6204272640 Internal Server Error: /en/integration/executions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 573, in get_context_data context['endpoints'] = IntegrationEndpoint.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-09-15 02:51:10,766 basehttp 61794 6204272640 "GET /en/integration/executions/ HTTP/1.1" 500 133506 WARNING 2025-09-15 02:51:10,782 log 61794 6204272640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:51:10,782 basehttp 61794 6204272640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:52:32,587 autoreload 61794 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-09-15 02:52:32,948 autoreload 62415 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 02:52:34,036 log 62415 6201946112 Internal Server Error: /en/integration/executions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 576, in get_context_data ).order_by('endpoint_name') ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint_name' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-09-15 02:52:34,038 basehttp 62415 6201946112 "GET /en/integration/executions/ HTTP/1.1" 500 104002 WARNING 2025-09-15 02:52:34,054 log 62415 6201946112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:52:34,054 basehttp 62415 6201946112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 02:52:35,887 log 62415 6201946112 Internal Server Error: /en/integration/executions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 576, in get_context_data ).order_by('endpoint_name') ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint_name' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-09-15 02:52:35,888 basehttp 62415 6201946112 "GET /en/integration/executions/ HTTP/1.1" 500 104002 WARNING 2025-09-15 02:52:35,905 log 62415 6201946112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:52:35,906 basehttp 62415 6201946112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:52:46,693 autoreload 62415 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-09-15 02:52:47,054 autoreload 62498 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 02:52:48,012 basehttp 62498 6167539712 "GET /en/integration/executions/ HTTP/1.1" 200 123 WARNING 2025-09-15 02:52:48,027 log 62498 6167539712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:52:48,027 basehttp 62498 6167539712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:52:51,497 basehttp 62498 6167539712 "GET /en/integration/executions/ HTTP/1.1" 200 123 WARNING 2025-09-15 02:52:51,515 log 62498 6167539712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:52:51,515 basehttp 62498 6167539712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:52:54,603 log 62498 6167539712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:52:54,604 basehttp 62498 6167539712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:52:55,468 basehttp 62498 6167539712 "GET /en/integration/ HTTP/1.1" 200 34119 WARNING 2025-09-15 02:52:55,490 log 62498 6167539712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:52:55,490 basehttp 62498 6167539712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:52:55,543 basehttp 62498 6167539712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:52:55,549 basehttp 62498 6341865472 "GET /en/integration/system-health/ HTTP/1.1" 200 396 ERROR 2025-09-15 02:52:55,557 log 62498 6325039104 Internal Server Error: /en/integration/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 2344, in integration_stats logs = IntegrationLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: category, correlation_id, details, endpoint, endpoint_id, execution, execution_id, external_system, external_system_id, level, log_id, message, metadata, timestamp, user, user_id ERROR 2025-09-15 02:52:55,558 basehttp 62498 6325039104 "GET /en/integration/stats/ HTTP/1.1" 500 124289 INFO 2025-09-15 02:52:58,017 basehttp 62498 6325039104 "GET /en/integration/systems/create/ HTTP/1.1" 200 44315 WARNING 2025-09-15 02:52:58,041 log 62498 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:52:58,041 basehttp 62498 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:52:58,078 basehttp 62498 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 02:53:00,296 log 62498 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:53:00,296 basehttp 62498 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:53:00,318 log 62498 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:53:00,318 basehttp 62498 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:53:02,952 basehttp 62498 6325039104 "GET /en/integration/webhooks/create/ HTTP/1.1" 200 123 WARNING 2025-09-15 02:53:02,980 log 62498 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:53:02,980 basehttp 62498 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:53:06,252 log 62498 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:53:06,252 basehttp 62498 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:53:06,275 log 62498 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:53:06,275 basehttp 62498 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 02:53:17,335 log 62498 6325039104 Internal Server Error: /en/integration/endpoints/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: integration/integration_endpoint_form.html ERROR 2025-09-15 02:53:17,336 basehttp 62498 6325039104 "GET /en/integration/endpoints/create/ HTTP/1.1" 500 92620 WARNING 2025-09-15 02:53:17,361 log 62498 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:53:17,361 basehttp 62498 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:54:24,116 basehttp 62498 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:54:24,117 basehttp 62498 6167539712 "GET /en/integration/system-health/ HTTP/1.1" 200 396 ERROR 2025-09-15 02:54:24,124 log 62498 6325039104 Internal Server Error: /en/integration/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 2344, in integration_stats logs = IntegrationLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: category, correlation_id, details, endpoint, endpoint_id, execution, execution_id, external_system, external_system_id, level, log_id, message, metadata, timestamp, user, user_id ERROR 2025-09-15 02:54:24,124 basehttp 62498 6325039104 "GET /en/integration/stats/ HTTP/1.1" 500 124289 WARNING 2025-09-15 02:54:24,134 log 62498 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:54:24,134 basehttp 62498 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:54:24,163 log 62498 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:54:24,163 basehttp 62498 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:54:26,277 basehttp 62498 6325039104 "GET / HTTP/1.1" 302 0 INFO 2025-09-15 02:54:26,301 basehttp 62498 6341865472 "GET /en/ HTTP/1.1" 200 47987 WARNING 2025-09-15 02:54:26,323 log 62498 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:54:26,324 basehttp 62498 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:54:26,392 basehttp 62498 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:54:26,395 basehttp 62498 6358691840 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-15 02:54:26,396 basehttp 62498 6167539712 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-15 02:54:26,396 basehttp 62498 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-15 02:54:38,482 basehttp 62498 6167539712 "GET /en/appointments/ HTTP/1.1" 200 55230 WARNING 2025-09-15 02:54:38,499 log 62498 6167539712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:54:38,500 basehttp 62498 6167539712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:54:38,520 basehttp 62498 6167539712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:54:38,531 basehttp 62498 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 02:55:38,539 basehttp 62498 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:55:38,555 basehttp 62498 6167539712 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 02:56:38,540 basehttp 62498 6167539712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:56:38,557 basehttp 62498 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 02:57:38,547 basehttp 62498 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:57:38,563 basehttp 62498 6167539712 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 02:58:38,539 basehttp 62498 6167539712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:58:38,552 basehttp 62498 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 02:59:38,536 basehttp 62498 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:59:38,551 basehttp 62498 6167539712 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 03:00:32,893 basehttp 62498 6167539712 "GET /en/appointments/ HTTP/1.1" 200 53253 WARNING 2025-09-15 03:00:32,911 log 62498 6167539712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 03:00:32,911 basehttp 62498 6167539712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 03:00:32,961 basehttp 62498 6167539712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 03:00:32,972 basehttp 62498 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-09-15 03:01:32,975 basehttp 62498 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 03:01:32,991 basehttp 62498 6167539712 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-09-15 03:02:32,983 basehttp 62498 6167539712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 03:02:32,999 basehttp 62498 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-09-15 03:03:32,984 basehttp 62498 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 03:03:33,000 basehttp 62498 6167539712 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-09-15 03:04:24,250 basehttp 62498 6167539712 "GET /en/appointments/requests/999/detail/ HTTP/1.1" 200 26394 WARNING 2025-09-15 03:04:24,272 log 62498 6167539712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 03:04:24,272 basehttp 62498 6167539712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 03:04:24,310 basehttp 62498 6167539712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 03:04:27,319 log 62498 6167539712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 03:04:27,319 basehttp 62498 6167539712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 03:04:27,329 log 62498 6167539712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 03:04:27,329 basehttp 62498 6167539712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 03:04:32,983 basehttp 62498 6167539712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 03:04:33,001 basehttp 62498 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 WARNING 2025-09-15 03:04:43,081 log 62498 6325039104 Not Found: /en/accounts/ WARNING 2025-09-15 03:04:43,081 basehttp 62498 6325039104 "GET /en/accounts/ HTTP/1.1" 404 35938 WARNING 2025-09-15 03:04:43,104 log 62498 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 03:04:43,104 basehttp 62498 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 03:05:20,728 basehttp 62498 6325039104 "GET /en/accounts/profile/ HTTP/1.1" 200 30613 WARNING 2025-09-15 03:05:20,744 log 62498 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 03:05:20,744 basehttp 62498 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 03:05:20,788 basehttp 62498 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 03:06:20,801 basehttp 62498 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 03:07:20,805 basehttp 62498 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 03:08:20,812 basehttp 62498 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 03:09:20,816 basehttp 62498 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 03:10:21,141 basehttp 62498 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 10:22:44,417 autoreload 61793 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 10:22:57,251 autoreload 61899 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 10:23:04,022 basehttp 61899 6189445120 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-15 10:23:04,029 basehttp 61899 6189445120 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-15 10:23:04,045 log 61899 6189445120 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-15 10:23:04,047 basehttp 61899 6189445120 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161192 INFO 2025-09-15 10:23:45,976 basehttp 61899 6189445120 "GET /en/accounts/profile/ HTTP/1.1" 302 0 INFO 2025-09-15 10:23:45,984 basehttp 61899 6189445120 "GET /accounts/login/?next=/en/accounts/profile/ HTTP/1.1" 302 0 ERROR 2025-09-15 10:23:46,004 log 61899 6206271488 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-15 10:23:46,006 basehttp 61899 6206271488 "GET /en/accounts/login/?next=/en/accounts/profile/ HTTP/1.1" 500 160728 WARNING 2025-09-15 10:23:52,764 log 61899 6206271488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 10:23:52,764 basehttp 61899 6206271488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 10:23:56,860 basehttp 61899 6206271488 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-09-15 10:23:56,903 basehttp 61899 6189445120 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-09-15 10:23:56,919 basehttp 61899 6189445120 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-09-15 10:23:56,954 basehttp 61899 6206271488 "GET /static/admin/css/login.css HTTP/1.1" 200 951 WARNING 2025-09-15 10:23:56,956 log 61899 6189445120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 10:23:56,956 basehttp 61899 6189445120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 10:23:58,558 basehttp 61899 6189445120 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-09-15 10:23:58,582 basehttp 61899 6189445120 "GET /en/admin/ HTTP/1.1" 200 101579 INFO 2025-09-15 10:23:58,596 basehttp 61899 6189445120 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 WARNING 2025-09-15 10:23:58,606 log 61899 6189445120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 10:23:58,606 basehttp 61899 6189445120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 10:24:02,791 basehttp 61899 6189445120 "GET / HTTP/1.1" 302 0 INFO 2025-09-15 10:24:02,819 basehttp 61899 6206271488 "GET /en/ HTTP/1.1" 200 47996 INFO 2025-09-15 10:24:02,834 basehttp 61899 6206271488 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 WARNING 2025-09-15 10:24:02,853 log 61899 6206271488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 10:24:02,853 basehttp 61899 6206271488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 10:24:02,926 basehttp 61899 6206271488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 10:24:02,931 basehttp 61899 6223097856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-15 10:24:02,931 basehttp 61899 6239924224 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-15 10:24:02,933 basehttp 61899 6189445120 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-15 10:24:09,004 basehttp 61899 6189445120 "GET /en/accounts/profile/ HTTP/1.1" 200 30613 WARNING 2025-09-15 10:24:09,024 log 61899 6189445120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 10:24:09,024 basehttp 61899 6189445120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 10:24:09,085 basehttp 61899 6189445120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-15 10:24:22,498 log 61899 6189445120 Internal Server Error: /en/accounts/htmx/profile-update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py", line 1038, in user_profile_update user.timezone = request.POST.get('timezone', user.timezone) ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 253, in inner return func(_wrapped, *args) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'User' object has no attribute 'timezone' ERROR 2025-09-15 10:24:22,500 basehttp 61899 6189445120 "POST /en/accounts/htmx/profile-update/ HTTP/1.1" 500 78242 INFO 2025-09-15 10:25:09,093 basehttp 61899 6189445120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 10:26:09,100 basehttp 61899 6189445120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 10:26:29,885 autoreload 61899 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py changed, reloading. INFO 2025-09-15 10:26:30,247 autoreload 63451 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 10:26:50,183 autoreload 63451 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py changed, reloading. INFO 2025-09-15 10:26:50,532 autoreload 63611 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 10:26:51,532 basehttp 63611 6159003648 "GET /en/accounts/profile/ HTTP/1.1" 200 30613 WARNING 2025-09-15 10:26:51,557 log 63611 6159003648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 10:26:51,558 basehttp 63611 6159003648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 10:26:51,583 basehttp 63611 6159003648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-15 10:26:57,782 log 63611 6159003648 Internal Server Error: /en/accounts/htmx/profile-update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py", line 1027, in user_profile_update user.user_timezone = request.POST.get('timezone', user.timezone) ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 253, in inner return func(_wrapped, *args) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'User' object has no attribute 'timezone' ERROR 2025-09-15 10:26:57,785 basehttp 63611 6159003648 "POST /en/accounts/htmx/profile-update/ HTTP/1.1" 500 78275 INFO 2025-09-15 10:27:51,591 basehttp 63611 6159003648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 10:28:12,029 autoreload 63611 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/models.py changed, reloading. INFO 2025-09-15 10:28:12,372 autoreload 64264 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 10:28:21,667 basehttp 64264 6134083584 "POST /en/accounts/htmx/profile-update/ HTTP/1.1" 200 21 INFO 2025-09-15 10:28:28,254 basehttp 64264 6134083584 "GET /en/admin/accounts/user/ HTTP/1.1" 200 115276 INFO 2025-09-15 10:28:28,270 basehttp 64264 6134083584 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 10:28:40,301 basehttp 64264 6134083584 "GET /en/admin/accounts/user/1/change/ HTTP/1.1" 200 167566 INFO 2025-09-15 10:28:40,316 basehttp 64264 6134083584 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 10:28:52,438 basehttp 64264 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 10:29:20,733 basehttp 64264 6134083584 "POST /en/admin/accounts/user/1/change/ HTTP/1.1" 200 168167 INFO 2025-09-15 10:29:20,748 basehttp 64264 6134083584 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 10:29:53,458 basehttp 64264 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 10:30:54,455 basehttp 64264 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 10:31:55,445 basehttp 64264 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 10:32:56,443 basehttp 64264 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 10:32:57,480 basehttp 64264 6134083584 "POST /en/admin/accounts/user/1/change/ HTTP/1.1" 302 0 INFO 2025-09-15 10:32:57,504 basehttp 64264 6134083584 "GET /en/admin/accounts/user/ HTTP/1.1" 200 115362 INFO 2025-09-15 10:32:57,524 basehttp 64264 6134083584 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 10:33:00,620 basehttp 64264 6134083584 "GET /en/accounts/profile/ HTTP/1.1" 200 30548 WARNING 2025-09-15 10:33:00,648 log 64264 6150909952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 10:33:00,648 basehttp 64264 6150909952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 10:33:00,701 basehttp 64264 6150909952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 10:33:00,705 basehttp 64264 6134083584 "GET /media/profile_pictures/PhotoRoom_20231026_134842.png HTTP/1.1" 200 10303211 INFO 2025-09-15 10:34:00,705 basehttp 64264 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 10:34:25,697 basehttp 64264 6134083584 "GET /en/accounts/profile/ HTTP/1.1" 200 30574 INFO 2025-09-15 10:34:25,709 basehttp 64264 6134083584 "GET /media/profile_pictures/PhotoRoom_20231026_134842.png HTTP/1.1" 304 0 WARNING 2025-09-15 10:34:25,713 log 64264 6150909952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 10:34:25,713 basehttp 64264 6150909952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 10:34:25,771 basehttp 64264 6150909952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 10:35:02,324 basehttp 64264 6150909952 "GET /en/accounts/htmx/two-factor-setup/ HTTP/1.1" 200 5963 INFO 2025-09-15 10:35:25,787 basehttp 64264 6150909952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 10:36:25,779 basehttp 64264 6150909952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-15 10:36:52,234 basehttp 64264 6150909952 "GET /en/accounts/profile/ HTTP/1.1" 200 30583 INFO 2025-09-15 10:36:52,245 basehttp 64264 6150909952 "GET /media/profile_pictures/PhotoRoom_20231026_134842.png HTTP/1.1" 304 0 WARNING 2025-09-15 10:36:52,249 log 64264 6134083584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 10:36:52,249 basehttp 64264 6134083584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 10:36:52,284 basehttp 64264 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-15 10:36:58,608 basehttp 64264 6134083584 "POST /en/accounts/htmx/profile-update/ HTTP/1.1" 200 21 INFO 2025-09-15 10:37:01,189 basehttp 64264 6134083584 "GET /en/accounts/profile/ HTTP/1.1" 200 30982 WARNING 2025-09-15 10:37:01,209 log 64264 6134083584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 10:37:01,209 basehttp 64264 6134083584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 10:37:01,250 basehttp 64264 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-15 10:37:59,191 basehttp 64264 6134083584 "GET /en/admin/accounts/user/1/change/ HTTP/1.1" 200 168038 INFO 2025-09-15 10:37:59,208 basehttp 64264 6134083584 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 10:38:01,449 basehttp 64264 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-15 10:38:59,527 basehttp 64264 6134083584 "GET /en/accounts/profile/ HTTP/1.1" 200 30599 INFO 2025-09-15 10:38:59,540 basehttp 64264 6134083584 "GET /media/profile_pictures/PhotoRoom_20231026_134842.png HTTP/1.1" 304 0 WARNING 2025-09-15 10:38:59,546 log 64264 6150909952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 10:38:59,546 basehttp 64264 6150909952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 10:38:59,583 basehttp 64264 6150909952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-15 10:39:59,592 basehttp 64264 6150909952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-15 10:40:59,603 basehttp 64264 6150909952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-15 10:41:59,595 basehttp 64264 6150909952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-15 10:42:59,611 basehttp 64264 6150909952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-15 10:43:59,608 basehttp 64264 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-15 10:44:59,622 basehttp 64264 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-15 10:45:59,626 basehttp 64264 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-15 10:46:59,621 basehttp 64264 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-15 10:47:22,104 autoreload 64264 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/models.py changed, reloading. INFO 2025-09-15 10:47:22,546 autoreload 72762 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 10:47:59,662 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 10:47:59,664 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 10:48:59,643 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 10:48:59,644 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 10:49:59,649 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 10:49:59,651 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 10:50:59,647 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 10:50:59,648 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 10:51:59,643 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 10:51:59,645 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 10:52:59,663 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 10:52:59,665 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 10:53:59,666 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 10:53:59,669 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 10:54:59,670 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 10:54:59,672 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 10:55:59,680 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 10:55:59,682 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 10:56:59,683 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 10:56:59,685 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 10:57:59,684 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 10:57:59,686 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 10:58:59,691 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 10:58:59,693 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 10:59:59,699 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 10:59:59,702 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 11:00:59,684 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 11:00:59,685 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 11:01:59,702 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 11:01:59,705 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 11:02:59,707 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 11:02:59,709 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 11:03:59,710 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 11:03:59,712 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 11:04:59,716 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 11:04:59,718 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 11:05:59,721 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 11:05:59,723 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 11:06:59,729 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 11:06:59,731 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 11:07:59,733 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 11:07:59,735 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 INFO 2025-09-15 17:08:12,082 autoreload 40631 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 17:08:13,261 basehttp 40631 6199996416 "GET / HTTP/1.1" 302 0 INFO 2025-09-15 17:08:13,313 basehttp 40631 6216822784 "GET /en/ HTTP/1.1" 302 0 INFO 2025-09-15 17:08:13,318 basehttp 40631 6216822784 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-09-15 17:08:13,335 log 40631 6199996416 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-15 17:08:13,337 basehttp 40631 6199996416 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160143 INFO 2025-09-15 17:08:17,901 basehttp 40631 6199996416 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-09-15 17:08:17,915 basehttp 40631 6199996416 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-09-15 17:08:17,920 basehttp 40631 6199996416 "GET /static/admin/css/base.css HTTP/1.1" 304 0 INFO 2025-09-15 17:08:17,920 basehttp 40631 6216822784 "GET /static/admin/js/theme.js HTTP/1.1" 304 0 INFO 2025-09-15 17:08:17,920 basehttp 40631 6233649152 "GET /static/admin/css/dark_mode.css HTTP/1.1" 304 0 INFO 2025-09-15 17:08:17,921 basehttp 40631 6233649152 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 304 0 INFO 2025-09-15 17:08:17,921 basehttp 40631 6233649152 "GET /static/admin/css/responsive.css HTTP/1.1" 304 0 INFO 2025-09-15 17:08:17,922 basehttp 40631 6233649152 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 304 0 INFO 2025-09-15 17:08:20,318 basehttp 40631 6233649152 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-09-15 17:08:20,339 basehttp 40631 6233649152 "GET /en/admin/ HTTP/1.1" 200 89011 INFO 2025-09-15 17:08:20,354 basehttp 40631 6233649152 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 304 0 INFO 2025-09-15 17:08:20,355 basehttp 40631 6216822784 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 304 0 INFO 2025-09-15 17:08:30,566 basehttp 40631 6216822784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-15 17:08:34,101 autoreload 40631 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/admin.py changed, reloading. INFO 2025-09-15 17:08:34,515 autoreload 40890 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 17:08:37,277 basehttp 40890 6162722816 "GET /en/admin/ HTTP/1.1" 200 92760 INFO 2025-09-15 17:08:43,570 basehttp 40890 6162722816 "GET /en/admin/accounts/user/ HTTP/1.1" 200 77033 INFO 2025-09-15 17:08:43,578 basehttp 40890 6325039104 "GET /static/admin/css/changelists.css HTTP/1.1" 304 0 INFO 2025-09-15 17:08:43,579 basehttp 40890 6341865472 "GET /static/admin/img/search.svg HTTP/1.1" 304 0 INFO 2025-09-15 17:08:43,579 basehttp 40890 6325039104 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 304 0 INFO 2025-09-15 17:08:43,580 basehttp 40890 6325039104 "GET /static/admin/img/icon-no.svg HTTP/1.1" 304 0 INFO 2025-09-15 17:08:43,581 basehttp 40890 6325039104 "GET /static/admin/js/filters.js HTTP/1.1" 304 0 INFO 2025-09-15 17:08:43,583 basehttp 40890 6162722816 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:08:43,600 basehttp 40890 6325039104 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 304 0 INFO 2025-09-15 17:08:43,600 basehttp 40890 6162722816 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 304 0 INFO 2025-09-15 17:08:43,600 basehttp 40890 6341865472 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 304 0 INFO 2025-09-15 17:08:54,661 basehttp 40890 6325039104 "GET /en/admin/accounts/twofactordevice/ HTTP/1.1" 200 73431 INFO 2025-09-15 17:08:54,672 basehttp 40890 6325039104 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:08:55,741 basehttp 40890 6325039104 "GET /en/admin/accounts/socialaccount/ HTTP/1.1" 200 73319 INFO 2025-09-15 17:08:55,752 basehttp 40890 6325039104 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:08:56,788 basehttp 40890 6325039104 "GET /en/admin/accounts/usersession/ HTTP/1.1" 200 74507 INFO 2025-09-15 17:08:56,800 basehttp 40890 6325039104 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:08:57,911 basehttp 40890 6325039104 "GET /en/admin/accounts/passwordhistory/ HTTP/1.1" 200 73047 INFO 2025-09-15 17:08:57,925 basehttp 40890 6325039104 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:08:59,200 basehttp 40890 6325039104 "GET /en/admin/accounts/user/ HTTP/1.1" 200 77033 INFO 2025-09-15 17:08:59,213 basehttp 40890 6325039104 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:10:30,562 basehttp 40890 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4640 INFO 2025-09-15 17:43:47,627 autoreload 56816 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 17:43:50,743 basehttp 56816 6168981504 "GET /en/admin/accounts/user/ HTTP/1.1" 200 152120 INFO 2025-09-15 17:43:50,757 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:43:58,477 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138764 INFO 2025-09-15 17:43:58,493 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:44:30,579 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-15 17:46:30,569 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-15 17:48:09,079 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138764 INFO 2025-09-15 17:48:09,095 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:48:09,935 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138764 INFO 2025-09-15 17:48:09,951 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:48:21,160 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 142352 INFO 2025-09-15 17:48:21,170 basehttp 56816 6168981504 "GET /static/admin/js/cancel.js HTTP/1.1" 200 884 INFO 2025-09-15 17:48:26,113 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:48:26,163 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138802 INFO 2025-09-15 17:48:26,180 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:48:30,566 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-15 17:48:36,334 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 1068984 ERROR 2025-09-15 17:48:43,430 log 56816 6168981504 The number of GET/POST parameters exceeded settings.DATA_UPLOAD_MAX_NUMBER_FIELDS. Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/request.py", line 572, in __init__ for key, value in parse_qsl(query_string, **parse_qsl_kwargs): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/urllib/parse.py", line 816, in parse_qsl raise ValueError('Max number of fields exceeded') ValueError: Max number of fields exceeded The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 185, in _get_response response = middleware_method( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/middleware/csrf.py", line 465, in process_view self._check_token(request) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/middleware/csrf.py", line 368, in _check_token request_csrf_token = request.POST.get("csrfmiddlewaretoken", "") ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/wsgi.py", line 93, in _get_post self._load_post_and_files() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/request.py", line 442, in _load_post_and_files self._post = QueryDict(self.body, encoding="utf-8") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/request.py", line 579, in __init__ raise TooManyFieldsSent( django.core.exceptions.TooManyFieldsSent: The number of GET/POST parameters exceeded settings.DATA_UPLOAD_MAX_NUMBER_FIELDS. WARNING 2025-09-15 17:48:43,431 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 400 109850 INFO 2025-09-15 17:48:51,721 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138660 INFO 2025-09-15 17:48:52,442 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138660 INFO 2025-09-15 17:48:52,457 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:48:57,290 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 141148 INFO 2025-09-15 17:49:01,809 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:49:01,857 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138764 INFO 2025-09-15 17:49:01,875 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:49:05,683 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 140839 INFO 2025-09-15 17:49:09,411 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:49:09,460 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138805 INFO 2025-09-15 17:49:09,478 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:49:13,022 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 138315 INFO 2025-09-15 17:49:16,694 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:49:16,743 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138808 INFO 2025-09-15 17:49:16,757 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:49:20,391 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 143385 INFO 2025-09-15 17:49:24,103 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:49:24,151 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138860 INFO 2025-09-15 17:49:24,169 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:49:29,180 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 142551 INFO 2025-09-15 17:49:32,852 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:49:32,899 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138823 INFO 2025-09-15 17:49:32,914 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:49:36,542 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 138182 INFO 2025-09-15 17:49:39,953 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:49:40,002 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138825 INFO 2025-09-15 17:49:40,017 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:49:43,138 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 141635 INFO 2025-09-15 17:49:47,057 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:49:47,105 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138874 INFO 2025-09-15 17:49:47,122 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:49:50,619 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 141214 INFO 2025-09-15 17:49:54,241 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:49:54,289 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138843 INFO 2025-09-15 17:49:54,301 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:49:58,893 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 139573 INFO 2025-09-15 17:50:02,949 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:50:02,999 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138697 INFO 2025-09-15 17:50:03,011 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:50:07,655 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 140186 INFO 2025-09-15 17:50:10,975 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:50:11,022 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138648 INFO 2025-09-15 17:50:11,039 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:50:14,264 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 138889 INFO 2025-09-15 17:50:18,127 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:50:18,174 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138624 INFO 2025-09-15 17:50:18,191 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:50:21,779 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 144480 INFO 2025-09-15 17:50:25,860 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:50:25,908 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138400 INFO 2025-09-15 17:50:25,924 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:50:29,173 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 146326 INFO 2025-09-15 17:50:30,575 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-15 17:50:33,197 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:50:33,241 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138417 INFO 2025-09-15 17:50:33,257 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:50:36,273 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 137041 INFO 2025-09-15 17:50:40,504 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:50:40,532 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 97113 INFO 2025-09-15 17:50:40,548 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:50:45,880 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 97233 INFO 2025-09-15 17:50:48,643 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:50:48,660 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 74760 INFO 2025-09-15 17:50:48,675 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:50:56,619 basehttp 56816 6168981504 "GET /en/admin/laboratory/labresult/ HTTP/1.1" 200 76370 INFO 2025-09-15 17:50:56,634 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:51:00,452 basehttp 56816 6168981504 "GET /en/admin/laboratory/labtest/ HTTP/1.1" 200 99004 INFO 2025-09-15 17:51:00,466 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:51:05,059 basehttp 56816 6168981504 "POST /en/admin/laboratory/labtest/ HTTP/1.1" 200 89649 INFO 2025-09-15 17:51:07,416 basehttp 56816 6168981504 "POST /en/admin/laboratory/labtest/ HTTP/1.1" 302 0 INFO 2025-09-15 17:51:07,434 basehttp 56816 6168981504 "GET /en/admin/laboratory/labtest/ HTTP/1.1" 200 77759 INFO 2025-09-15 17:51:07,449 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:51:11,236 basehttp 56816 6168981504 "GET /en/admin/laboratory/qualitycontrol/ HTTP/1.1" 200 75327 INFO 2025-09-15 17:51:11,253 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:51:13,792 basehttp 56816 6168981504 "GET /en/admin/laboratory/referencerange/ HTTP/1.1" 200 74273 INFO 2025-09-15 17:51:13,806 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:51:17,632 basehttp 56816 6168981504 "GET /en/admin/laboratory/specimen/ HTTP/1.1" 200 75867 INFO 2025-09-15 17:51:17,649 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:52:30,573 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-15 17:54:03,489 basehttp 56816 6168981504 "GET /en/admin/laboratory/specimen/ HTTP/1.1" 200 134343 INFO 2025-09-15 17:54:03,507 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:54:07,997 basehttp 56816 6168981504 "GET /en/admin/laboratory/qualitycontrol/ HTTP/1.1" 200 75327 INFO 2025-09-15 17:54:08,034 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:54:09,652 basehttp 56816 6168981504 "GET /en/admin/laboratory/qualitycontrol/add/ HTTP/1.1" 200 109464 INFO 2025-09-15 17:54:09,663 basehttp 56816 6341865472 "GET /static/admin/css/forms.css HTTP/1.1" 304 0 INFO 2025-09-15 17:54:09,663 basehttp 56816 6325039104 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 304 0 INFO 2025-09-15 17:54:09,663 basehttp 56816 6358691840 "GET /static/admin/js/calendar.js HTTP/1.1" 304 0 INFO 2025-09-15 17:54:09,664 basehttp 56816 6358691840 "GET /static/admin/css/widgets.css HTTP/1.1" 304 0 INFO 2025-09-15 17:54:09,666 basehttp 56816 6358691840 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 304 0 INFO 2025-09-15 17:54:09,667 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:54:09,680 basehttp 56816 6358691840 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 304 0 INFO 2025-09-15 17:54:09,681 basehttp 56816 6168981504 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 304 0 INFO 2025-09-15 17:54:27,960 basehttp 56816 6168981504 "GET /en/admin/laboratory/qualitycontrol/ HTTP/1.1" 200 75327 INFO 2025-09-15 17:54:30,576 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-15 17:54:31,855 basehttp 56816 6168981504 "GET /en/admin/laboratory/referencerange/ HTTP/1.1" 200 133379 INFO 2025-09-15 17:54:31,871 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:54:37,012 basehttp 56816 6168981504 "GET /en/admin/laboratory/referencerange/204/change/ HTTP/1.1" 200 97660 INFO 2025-09-15 17:54:37,027 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:54:41,109 basehttp 56816 6168981504 "GET /en/admin/laboratory/referencerange/ HTTP/1.1" 200 133379 INFO 2025-09-15 17:54:49,600 basehttp 56816 6168981504 "GET /en/admin/laboratory/referencerange/204/change/ HTTP/1.1" 200 97660 INFO 2025-09-15 17:54:49,614 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:54:55,374 basehttp 56816 6168981504 "POST /en/admin/laboratory/referencerange/204/change/ HTTP/1.1" 200 97863 INFO 2025-09-15 17:54:55,390 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:55:56,992 basehttp 56816 6168981504 "GET /en/admin/laboratory/referencerange/204/change/ HTTP/1.1" 200 97660 INFO 2025-09-15 17:55:58,939 basehttp 56816 6168981504 "GET /en/admin/laboratory/referencerange/ HTTP/1.1" 200 133379 INFO 2025-09-15 17:56:30,574 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-15 17:58:30,465 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-15 17:59:30,466 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-15 18:01:30,465 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-15 18:03:30,463 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-15 18:05:30,462 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-15 18:07:30,460 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-15 18:09:30,459 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-15 18:11:30,456 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-15 18:13:30,435 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-15 18:15:30,421 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-15 18:16:30,435 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-15 18:18:30,429 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 18:19:34,767 basehttp 56816 6168981504 "GET /en/admin/emr/vitalsigns/ HTTP/1.1" 200 75435 INFO 2025-09-15 18:19:34,782 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 18:19:42,541 basehttp 56816 6168981504 "GET /en/admin/emr/problemlist/ HTTP/1.1" 200 148819 INFO 2025-09-15 18:19:42,556 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 18:20:30,421 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 18:22:30,417 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 18:24:30,416 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 18:26:30,419 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 18:28:30,409 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 18:28:45,831 autoreload 56816 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-09-15 18:28:46,323 autoreload 77041 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 18:30:30,476 basehttp 77041 6137556992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 18:32:30,411 basehttp 77041 6137556992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 18:33:55,366 autoreload 77041 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-09-15 18:33:55,681 autoreload 79275 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 18:34:58,630 autoreload 79275 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-09-15 18:34:58,897 autoreload 79743 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 18:38:55,197 autoreload 79743 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-09-15 18:38:55,455 autoreload 81450 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 18:40:05,472 autoreload 81450 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-09-15 18:40:05,763 autoreload 81993 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 18:40:28,192 autoreload 81993 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-09-15 18:40:28,497 autoreload 82160 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 18:40:45,835 autoreload 82160 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-09-15 18:40:46,099 autoreload 82321 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 18:49:22,310 autoreload 82321 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-09-15 18:49:22,613 autoreload 86125 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 18:50:30,439 basehttp 86125 6194507776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 18:52:30,393 basehttp 86125 6194507776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 18:54:30,378 basehttp 86125 6194507776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 18:54:43,309 autoreload 86125 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-15 18:54:43,658 autoreload 88516 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 18:55:36,945 autoreload 88516 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-15 18:55:37,237 autoreload 88905 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 18:56:38,048 autoreload 88905 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-15 18:56:38,271 autoreload 89382 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 18:59:44,642 autoreload 89382 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-15 18:59:44,867 autoreload 90808 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:01:18,945 autoreload 90808 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-15 19:01:19,245 autoreload 91529 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:03:03,249 autoreload 91529 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-15 19:03:03,577 autoreload 92309 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:04:50,331 autoreload 92309 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-15 19:04:50,593 autoreload 93101 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:05:49,362 autoreload 93101 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-15 19:05:49,648 autoreload 93577 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:07:13,589 autoreload 93577 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-15 19:07:13,925 autoreload 94208 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:07:59,656 autoreload 94208 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-15 19:08:00,028 autoreload 94525 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:09:30,402 autoreload 94525 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-15 19:09:30,728 autoreload 95255 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:09:56,864 autoreload 95255 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/forms.py changed, reloading. INFO 2025-09-15 19:09:57,167 autoreload 95426 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:10:01,699 basehttp 95426 6192459776 "GET /en/accounts/profile/ HTTP/1.1" 200 30567 INFO 2025-09-15 19:10:01,789 basehttp 95426 6192459776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 19:10:04,496 basehttp 95426 6192459776 "GET / HTTP/1.1" 302 0 INFO 2025-09-15 19:10:04,520 basehttp 95426 6209286144 "GET /en/ HTTP/1.1" 200 48236 INFO 2025-09-15 19:10:04,617 basehttp 95426 6209286144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 19:10:04,696 basehttp 95426 6226112512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-15 19:10:04,696 basehttp 95426 6242938880 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1105 INFO 2025-09-15 19:10:04,700 basehttp 95426 6192459776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-15 19:10:35,373 basehttp 95426 6192459776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-15 19:10:40,309 autoreload 95426 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/admin.py changed, reloading. INFO 2025-09-15 19:10:40,679 autoreload 95747 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:11:15,937 autoreload 95747 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/admin.py changed, reloading. INFO 2025-09-15 19:11:16,281 autoreload 96072 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:11:18,818 basehttp 96072 6157021184 "GET /en/admin/emr/problemlist/ HTTP/1.1" 200 152379 INFO 2025-09-15 19:11:18,832 basehttp 96072 6157021184 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 19:11:23,776 basehttp 96072 6157021184 "GET /en/admin/hr/employee/ HTTP/1.1" 200 159780 INFO 2025-09-15 19:11:23,793 basehttp 96072 6157021184 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 19:11:31,077 basehttp 96072 6157021184 "GET /en/admin/hr/employee/?all= HTTP/1.1" 200 178471 INFO 2025-09-15 19:11:31,096 basehttp 96072 6157021184 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-09-15 19:11:34,301 log 96072 6157021184 Internal Server Error: /en/admin/hr/employee/1/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 840, in get_form return modelform_factory(self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (certifications, full_address) specified for Employee During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1878, in _changeform_view ModelForm = self.get_form( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 842, in get_form raise FieldError( django.core.exceptions.FieldError: Unknown field(s) (certifications, full_address) specified for Employee. Check fields/fieldsets/exclude attributes of class EmployeeAdmin. ERROR 2025-09-15 19:11:34,303 basehttp 96072 6157021184 "GET /en/admin/hr/employee/1/change/?_changelist_filters=all%3D HTTP/1.1" 500 161232 INFO 2025-09-15 19:11:37,370 basehttp 96072 6157021184 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-15 19:11:59,447 autoreload 96072 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/admin.py changed, reloading. INFO 2025-09-15 19:11:59,843 autoreload 96386 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:12:02,551 basehttp 96386 6157791232 "GET /en/admin/hr/employee/1/change/?_changelist_filters=all%3D HTTP/1.1" 200 265027 INFO 2025-09-15 19:12:02,567 basehttp 96386 12901707776 "GET /static/admin/js/inlines.js HTTP/1.1" 304 0 INFO 2025-09-15 19:12:02,569 basehttp 96386 12901707776 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 304 0 INFO 2025-09-15 19:12:02,570 basehttp 96386 6157791232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 19:12:06,384 basehttp 96386 6157791232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 19:12:06,386 basehttp 96386 12901707776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-15 19:12:07,373 basehttp 96386 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-15 19:12:38,368 basehttp 96386 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-15 19:13:07,379 basehttp 96386 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 19:13:07,379 basehttp 96386 6157791232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-15 19:13:08,372 basehttp 96386 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-15 19:13:40,879 basehttp 96386 12901707776 "POST /en/admin/hr/employee/1/change/?_changelist_filters=all%3D HTTP/1.1" 302 0 INFO 2025-09-15 19:13:40,919 basehttp 96386 12901707776 "GET /en/admin/hr/employee/ HTTP/1.1" 200 159998 INFO 2025-09-15 19:13:40,939 basehttp 96386 12901707776 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 19:14:08,363 basehttp 96386 6157791232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 19:14:08,363 basehttp 96386 12901707776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-15 19:14:10,359 basehttp 96386 6157791232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-15 19:15:14,315 autoreload 97830 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:16:06,505 autoreload 98240 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:16:09,028 basehttp 98240 6196195328 "GET /en/admin/hr/employee/ HTTP/1.1" 200 159780 INFO 2025-09-15 19:16:09,043 basehttp 98240 6196195328 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 19:16:10,382 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 19:16:10,385 basehttp 98240 6213021696 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-15 19:16:11,358 basehttp 98240 6213021696 "GET /en/admin/hr/employee/?all= HTTP/1.1" 200 178471 INFO 2025-09-15 19:16:11,374 basehttp 98240 6213021696 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 19:16:13,486 basehttp 98240 6213021696 "GET /en/admin/hr/employee/1/change/?_changelist_filters=all%3D HTTP/1.1" 200 265916 INFO 2025-09-15 19:16:13,506 basehttp 98240 6213021696 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 19:16:30,362 basehttp 98240 6213021696 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-15 19:16:42,684 basehttp 98240 6213021696 "POST /en/admin/hr/employee/1/change/?_changelist_filters=all%3D HTTP/1.1" 302 0 INFO 2025-09-15 19:16:42,722 basehttp 98240 6213021696 "GET /en/admin/hr/employee/ HTTP/1.1" 200 159998 INFO 2025-09-15 19:16:42,742 basehttp 98240 6213021696 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 19:16:45,606 basehttp 98240 6213021696 "GET /en/ HTTP/1.1" 200 48235 INFO 2025-09-15 19:16:45,685 basehttp 98240 6213021696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:16:45,690 basehttp 98240 6229848064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-15 19:16:45,690 basehttp 98240 6246674432 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1105 INFO 2025-09-15 19:16:45,690 basehttp 98240 6196195328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-15 19:17:15,663 basehttp 98240 6246674432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-15 19:17:17,996 basehttp 98240 6246674432 "GET /en/ HTTP/1.1" 200 48235 INFO 2025-09-15 19:17:18,070 basehttp 98240 6213021696 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1105 INFO 2025-09-15 19:17:18,070 basehttp 98240 6246674432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:17:18,070 basehttp 98240 6229848064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-15 19:17:18,072 basehttp 98240 6196195328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-15 19:17:21,190 basehttp 98240 6196195328 "GET /en/accounts/profile/ HTTP/1.1" 200 30567 INFO 2025-09-15 19:17:21,212 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:18:15,216 basehttp 98240 6196195328 "GET /en/accounts/profile/ HTTP/1.1" 200 30597 INFO 2025-09-15 19:18:15,234 basehttp 98240 6196195328 "GET /media/profile_pictures/me.jpg HTTP/1.1" 200 721666 INFO 2025-09-15 19:18:15,253 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:18:16,502 basehttp 98240 6196195328 "GET /en/accounts/profile/ HTTP/1.1" 200 30597 INFO 2025-09-15 19:18:16,533 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:19:16,542 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:20:14,035 basehttp 98240 6196195328 "GET /en/accounts/profile/ HTTP/1.1" 200 30662 INFO 2025-09-15 19:20:14,048 basehttp 98240 6196195328 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-15 19:20:14,070 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:20:20,599 basehttp 98240 6196195328 "GET /en/accounts/profile/ HTTP/1.1" 200 30662 INFO 2025-09-15 19:20:20,632 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:20:41,367 basehttp 98240 6196195328 "GET /en/accounts/profile/ HTTP/1.1" 200 30553 INFO 2025-09-15 19:20:41,386 basehttp 98240 6196195328 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-15 19:20:41,404 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:21:41,414 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:21:53,079 basehttp 98240 6196195328 "GET /en/accounts/profile/ HTTP/1.1" 200 30527 INFO 2025-09-15 19:21:53,087 basehttp 98240 6196195328 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-15 19:21:53,107 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:22:53,121 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:23:53,122 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:24:25,378 basehttp 98240 6196195328 "GET /en/accounts/profile/ HTTP/1.1" 200 30542 INFO 2025-09-15 19:24:25,389 basehttp 98240 6196195328 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-15 19:24:25,413 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-15 19:24:33,991 log 98240 6196195328 Internal Server Error: /en/accounts/htmx/profile-update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py", line 1022, in user_profile_update user.phone_number = request.POST.get('phone_number', user.phone_number) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 253, in inner return func(_wrapped, *args) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'User' object has no attribute 'phone_number' ERROR 2025-09-15 19:24:33,996 basehttp 98240 6196195328 "POST /en/accounts/htmx/profile-update/ HTTP/1.1" 500 78465 INFO 2025-09-15 19:25:25,414 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:26:25,427 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:27:25,427 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:27:40,739 autoreload 98240 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py changed, reloading. INFO 2025-09-15 19:27:41,101 autoreload 4003 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:27:43,462 basehttp 4003 6164131840 "GET /en/accounts/profile/ HTTP/1.1" 200 30542 INFO 2025-09-15 19:27:43,477 basehttp 4003 6164131840 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-15 19:27:43,494 basehttp 4003 6164131840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-15 19:27:48,939 log 4003 6164131840 Internal Server Error: /en/accounts/htmx/profile-update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py", line 1041, in user_profile_update description=f'User updated their profile: {user.username}', ^^^^^^^^^^^^^ AttributeError: 'Employee' object has no attribute 'username' ERROR 2025-09-15 19:27:48,941 basehttp 4003 6164131840 "POST /en/accounts/htmx/profile-update/ HTTP/1.1" 500 74112 INFO 2025-09-15 19:28:43,500 basehttp 4003 6164131840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:29:18,021 autoreload 4003 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py changed, reloading. INFO 2025-09-15 19:29:18,384 autoreload 4800 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:29:43,539 basehttp 4800 6133559296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:30:43,502 basehttp 4800 6133559296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:31:43,520 basehttp 4800 6133559296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:31:44,175 autoreload 4800 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py changed, reloading. INFO 2025-09-15 19:31:44,549 autoreload 5894 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:31:45,103 basehttp 5894 6161739776 "GET /en/accounts/profile/ HTTP/1.1" 200 30550 INFO 2025-09-15 19:31:45,118 basehttp 5894 6161739776 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-15 19:31:45,141 basehttp 5894 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-15 19:31:48,397 log 5894 6161739776 Internal Server Error: /en/accounts/htmx/profile-update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py", line 1048, in user_profile_update return redirect('accounts:user_profile', kwargs={'pk': employee.user.pk}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 51, in redirect resolve_url(to, *args, **kwargs), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 184, in resolve_url return reverse(to, args=args, kwargs=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'user_profile' with keyword arguments '{'kwargs': {'pk': 1}}' not found. 1 pattern(s) tried: ['en/accounts/profile/\\Z'] ERROR 2025-09-15 19:31:48,398 basehttp 5894 6161739776 "POST /en/accounts/htmx/profile-update/ HTTP/1.1" 500 96143 INFO 2025-09-15 19:32:45,153 basehttp 5894 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:33:45,154 basehttp 5894 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:34:29,275 autoreload 5894 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py changed, reloading. INFO 2025-09-15 19:34:29,630 autoreload 7080 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:34:31,981 basehttp 7080 6171013120 "GET /en/accounts/profile/ HTTP/1.1" 200 30942 INFO 2025-09-15 19:34:31,995 basehttp 7080 6171013120 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-15 19:34:32,015 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:34:53,465 basehttp 7080 6171013120 "GET /en/accounts/profile/ HTTP/1.1" 200 30549 INFO 2025-09-15 19:34:53,495 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:34:55,980 basehttp 7080 6171013120 "POST /en/accounts/htmx/profile-update/ HTTP/1.1" 302 0 INFO 2025-09-15 19:34:55,993 basehttp 7080 6171013120 "GET /en/accounts/profile/ HTTP/1.1" 200 30940 INFO 2025-09-15 19:35:54,348 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:36:55,355 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:37:56,344 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:38:57,342 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:39:58,342 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:40:59,359 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:42:01,344 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:43:30,371 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:45:30,357 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:46:30,355 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:48:30,365 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:49:30,360 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:51:30,365 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:52:30,365 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:54:30,363 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:56:30,358 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:57:57,715 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:57:58,860 basehttp 7080 6171013120 "GET /en/accounts/profile/ HTTP/1.1" 200 30550 INFO 2025-09-15 19:57:58,873 basehttp 7080 6171013120 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-15 19:57:58,913 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:58:00,353 basehttp 7080 6171013120 "GET / HTTP/1.1" 302 0 INFO 2025-09-15 19:58:00,376 basehttp 7080 13572796416 "GET /en/ HTTP/1.1" 200 48103 INFO 2025-09-15 19:58:00,438 basehttp 7080 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:58:00,442 basehttp 7080 13606449152 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1105 INFO 2025-09-15 19:58:00,444 basehttp 7080 13589622784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-15 19:58:00,445 basehttp 7080 6171013120 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-15 19:58:05,293 basehttp 7080 6171013120 "GET /en/accounts/profile/ HTTP/1.1" 200 30550 INFO 2025-09-15 19:58:05,326 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:58:11,141 basehttp 7080 6171013120 "GET / HTTP/1.1" 302 0 INFO 2025-09-15 19:58:11,156 basehttp 7080 13589622784 "GET /en/ HTTP/1.1" 200 48103 INFO 2025-09-15 19:58:11,217 basehttp 7080 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:58:11,220 basehttp 7080 6171013120 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1105 INFO 2025-09-15 19:58:11,220 basehttp 7080 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-15 19:58:11,221 basehttp 7080 13606449152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-15 19:58:13,771 basehttp 7080 13606449152 "GET /en/appointments/ HTTP/1.1" 200 52387 INFO 2025-09-15 19:58:13,817 basehttp 7080 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:58:13,830 basehttp 7080 6171013120 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-09-15 19:59:06,323 basehttp 7080 6171013120 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 86079 INFO 2025-09-15 19:59:06,360 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:59:10,224 basehttp 7080 6171013120 "GET /en/appointments/queue/ HTTP/1.1" 200 44663 INFO 2025-09-15 19:59:10,270 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:59:13,220 basehttp 7080 6171013120 "GET /en/appointments/queue/3/ HTTP/1.1" 200 31167 INFO 2025-09-15 19:59:13,229 basehttp 7080 6171013120 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-15 19:59:13,230 basehttp 7080 13606449152 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 INFO 2025-09-15 19:59:13,260 basehttp 7080 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:59:18,291 basehttp 7080 13606449152 "GET /en/appointments/queue/entry/create/ HTTP/1.1" 200 153557 INFO 2025-09-15 19:59:18,338 basehttp 7080 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:59:29,840 basehttp 7080 13606449152 "GET /en/appointments/queue/3/call-next/ HTTP/1.1" 302 0 INFO 2025-09-15 19:59:29,850 basehttp 7080 13606449152 "GET /en/appointments/queue/3/ HTTP/1.1" 200 31213 INFO 2025-09-15 19:59:29,885 basehttp 7080 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:59:52,231 basehttp 7080 13606449152 "GET /en/appointments/queue/3/ HTTP/1.1" 200 30808 INFO 2025-09-15 19:59:56,619 basehttp 7080 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:59:56,635 basehttp 7080 6171013120 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-09-15 19:59:58,242 basehttp 7080 6171013120 "GET /en/appointments/calendar/ HTTP/1.1" 200 22616 INFO 2025-09-15 19:59:58,306 basehttp 7080 6171013120 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 125348 INFO 2025-09-15 19:59:58,311 basehttp 7080 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:00:02,041 basehttp 7080 13606449152 "GET /en/appointments/638/detail-card/ HTTP/1.1" 200 798 INFO 2025-09-15 20:00:03,149 basehttp 7080 13606449152 "GET /en/appointments/638/detail-card/ HTTP/1.1" 200 798 INFO 2025-09-15 20:00:04,006 basehttp 7080 13606449152 "GET /en/appointments/638/detail-card/ HTTP/1.1" 200 798 INFO 2025-09-15 20:00:04,754 basehttp 7080 13606449152 "GET /en/appointments/668/detail-card/ HTTP/1.1" 200 803 INFO 2025-09-15 20:00:08,040 basehttp 7080 13606449152 "GET /en/appointments/885/detail-card/ HTTP/1.1" 200 1010 INFO 2025-09-15 20:00:10,130 basehttp 7080 13606449152 "GET /en/appointments/requests/885/detail/ HTTP/1.1" 200 26394 INFO 2025-09-15 20:00:10,171 basehttp 7080 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:00:17,913 basehttp 7080 13606449152 "GET /en/appointments/cancel/885/ HTTP/1.1" 200 30687 INFO 2025-09-15 20:00:17,947 basehttp 7080 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-15 20:00:24,387 log 7080 13606449152 Internal Server Error: /en/appointments/reschedule/885/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1857, in reschedule_appointment providers = User.objects.filter( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'role' into field. Choices are: accessible_dashboards, acknowledged_alerts, administered_medications, administered_transfusions, admitted_patients, alertrule, analyzed_results, anesthesia_cases, approved_care_plans, approved_employees, approved_purchase_orders, approved_schedules, approved_time_entries, approved_transfers, assigned_incidents, assigned_queue_entries, assistant_or_blocks, assistant_surgeries, assistant_surgical_cases, attending_bills, attending_patients, attending_wards, audit_logs, audit_team_memberships, authored_notes, availability_slots, billing_provider_bills, blocked_beds, blood_requests, bloodtest, cancelled_appointments, cancelled_requests, care_team_plans, checked_in_appointments, circulating_cases, claim_status_updates, claimdocument, claimstatushistory, cleaned_beds, co_signed_notes, collected_specimens, collected_units, communicationchannel, completed_transfers, completed_transfusions, conducted_reviews, consulting_patients, created_admissions, created_alert_rules, created_appointment_templates, created_appointments, created_audit_plans, created_availability_slots, created_beds, created_billing_configurations, created_care_plans, created_claims, created_consent_forms, created_consent_templates, created_data_mappings, created_discharge_summaries, created_donors, created_drug_interactions, created_employees, created_encounters, created_external_systems, created_findings, created_hr_departments, created_improvement_projects, created_insurance_claims, created_integration_endpoints, created_inventory_items, created_inventory_locations, created_lab_tests, created_measurements, created_medical_bills, created_medications, created_note_templates, created_notifications, created_operating_rooms, created_or_blocks, created_patient_notes, created_pharmacy_inventory_items, created_problems, created_purchase_orders, created_reference_ranges, created_report_templates, created_risk_assessments, created_schedules, created_studies, created_suppliers, created_surgeries, created_surgical_cases, created_surgical_note_templates, created_telemedicine_sessions, created_training_records, created_waiting_list_entries, created_waiting_queues, created_wards, created_webhooks, crossmatch, dashboard, datasource, date_joined, diagnosed_problems, dictated_reports, discharge_planning_cases, dispensed_medications, double_checked_administrations, email, emailaddress, employee_profile, encounters, failed_login_attempts, first_name, force_password_change, groups, id, initiated_capas, inpatient_anesthesia_cases, inpatient_circulating_cases, inpatient_scrub_cases, integration_logs, interpreted_studies, investigated_reactions, is_active, is_staff, is_superuser, issued_units, last_login, last_name, last_password_change, led_audits, locked_until, logentry, managed_locations, managed_problems, managed_projects, managed_wards, max_concurrent_sessions, messagerecipient, metricdefinition, notificationtemplate, ordered_imaging_studies, ordered_lab_tests, password, password_expires_at, password_history, performed_qc, physician_discharges, planned_discharges, prescribed_medications, primary_care_plans, primary_nurse_discharges, primary_or_blocks, primary_surgeries, primary_surgical_cases, processed_payments, processed_requests, project_team_memberships, provider_appointments, provider_waiting_list, qc_tests, radiology_reports, received_payments, received_specimens, received_units, recorded_equipment_usage, referred_studies, registered_patients, removed_waiting_list_entries, rendered_line_items, report, reported_incidents, reported_reactions, reportexecution, requested_purchase_orders, requested_transfers, resolved_alerts, responsible_findings, responsible_quality_indicators, responsible_risks, reviewed_qc, reviewed_qc_tests, revoked_consents, scrub_cases, sent_messages, session_timeout_minutes, signed_encounters, social_accounts, sponsored_projects, stopped_transfusions, supervised_line_items, surgeon_surgical_notes, targeted_notifications, task, tenant, tenant_id, transcribed_reports, transport_assignments, triggered_integrations, two_factor_devices, two_factor_enabled, updated_configurations, updated_queue_entries, user_id, user_permissions, user_sessions, username, verified_crossmatches, verified_dispenses, verified_findings, verified_insurance, verified_measurements, verified_prescriptions, verified_problems, verified_results, verified_tests, verified_vital_signs, vital_signs_measurements, waiting_queues, waitinglistcontactlog, witnessed_administrations, witnessed_transfusions ERROR 2025-09-15 20:00:24,389 basehttp 7080 13606449152 "GET /en/appointments/reschedule/885/ HTTP/1.1" 500 145062 INFO 2025-09-15 20:00:56,311 autoreload 7080 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-15 20:00:56,691 autoreload 19018 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 20:00:57,920 basehttp 19018 6161035264 "GET /en/appointments/reschedule/885/ HTTP/1.1" 200 29438 INFO 2025-09-15 20:00:57,947 basehttp 19018 6161035264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:01:07,124 basehttp 19018 6161035264 "GET /en/appointments/slots/available/?new_date=2025-09-17&new_provider=114&exclude_appointment=885 HTTP/1.1" 200 1986 INFO 2025-09-15 20:01:29,409 basehttp 19018 6161035264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:02:02,590 basehttp 19018 6161035264 "GET /en/appointments/654/detail-card/ HTTP/1.1" 200 796 INFO 2025-09-15 20:02:06,885 basehttp 19018 6161035264 "GET /en/appointments/640/detail-card/ HTTP/1.1" 200 795 INFO 2025-09-15 20:02:09,080 basehttp 19018 6161035264 "GET /en/appointments/requests/640/detail/ HTTP/1.1" 200 26519 INFO 2025-09-15 20:02:09,098 basehttp 19018 6161035264 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-15 20:02:09,120 basehttp 19018 6161035264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:02:18,079 basehttp 19018 6161035264 "GET /en/appointments/calendar/events/?start=2025-08-31T00%3A00%3A00&end=2025-10-12T00%3A00%3A00 HTTP/1.1" 200 699048 INFO 2025-09-15 20:02:28,102 basehttp 19018 6161035264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:02:28,121 basehttp 19018 13170143232 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-09-15 20:02:30,019 basehttp 19018 13170143232 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 31575 INFO 2025-09-15 20:02:30,061 basehttp 19018 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:02:38,445 basehttp 19018 13170143232 "GET /en/appointments/waiting-list/create/ HTTP/1.1" 200 54154 INFO 2025-09-15 20:02:38,458 basehttp 19018 13170143232 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-15 20:02:38,458 basehttp 19018 6161035264 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-15 20:02:38,489 basehttp 19018 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:02:56,668 basehttp 19018 13170143232 "GET /en/appointments/waiting-list/create/ HTTP/1.1" 200 54154 INFO 2025-09-15 20:02:56,701 basehttp 19018 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:03:05,026 basehttp 19018 13170143232 "GET /en/appointments/queue/ HTTP/1.1" 200 44662 INFO 2025-09-15 20:03:05,066 basehttp 19018 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:03:07,395 basehttp 19018 13170143232 "GET /en/appointments/queue/3/update/ HTTP/1.1" 200 35766 INFO 2025-09-15 20:03:07,432 basehttp 19018 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:03:11,081 basehttp 19018 13170143232 "GET /en/appointments/queue/1/ HTTP/1.1" 200 37187 INFO 2025-09-15 20:03:11,121 basehttp 19018 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:03:13,610 basehttp 19018 13170143232 "GET /en/appointments/queue/entry/8/ HTTP/1.1" 200 30894 INFO 2025-09-15 20:03:13,647 basehttp 19018 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:03:30,242 basehttp 19018 13170143232 "GET /en/appointments/queue/1/delete/ HTTP/1.1" 200 28240 INFO 2025-09-15 20:03:30,280 basehttp 19018 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:03:52,564 basehttp 19018 13170143232 "GET /en/appointments/queue/1/ HTTP/1.1" 200 37187 INFO 2025-09-15 20:03:52,602 basehttp 19018 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:04:00,195 basehttp 19018 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:04:00,212 basehttp 19018 6161035264 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-09-15 20:04:02,477 basehttp 19018 6161035264 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 31575 INFO 2025-09-15 20:04:02,509 basehttp 19018 6161035264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:04:07,170 basehttp 19018 6161035264 "GET /en/appointments/waiting-list/create/ HTTP/1.1" 200 54154 INFO 2025-09-15 20:04:07,209 basehttp 19018 6161035264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-15 20:04:52,991 log 19018 6161035264 Internal Server Error: /en/appointments/waiting-list/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.IntegrityError: NOT NULL constraint failed: appointments_waiting_list.acceptable_days The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 182, in post return super().post(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 151, in post return self.form_valid(form) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1344, in form_valid response = super().form_valid(form) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 133, in form_valid self.object = form.save() ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 554, in save self.instance.save() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 902, in save self.save_base( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1008, in save_base updated = self._save_table( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1169, in _save_table results = self._do_insert( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1210, in _do_insert return manager._insert( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1868, in _insert return query.get_compiler(using=using).execute_sql(returning_fields) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1882, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.IntegrityError: NOT NULL constraint failed: appointments_waiting_list.acceptable_days ERROR 2025-09-15 20:04:52,998 basehttp 19018 6161035264 "POST /en/appointments/waiting-list/create/ HTTP/1.1" 500 222526 INFO 2025-09-15 20:05:01,046 basehttp 19018 6161035264 "GET /en/appointments/waiting-list/create/ HTTP/1.1" 200 54154 INFO 2025-09-15 20:05:01,084 basehttp 19018 6161035264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:05:28,228 basehttp 19018 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:05:28,230 basehttp 19018 6161035264 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-15 20:05:28,793 basehttp 19018 6161035264 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 31575 INFO 2025-09-15 20:05:28,831 basehttp 19018 6161035264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:05:31,346 basehttp 19018 6161035264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:05:31,362 basehttp 19018 13170143232 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-09-15 20:05:34,590 basehttp 19018 13170143232 "GET /en/appointments/calendar/ HTTP/1.1" 200 22616 INFO 2025-09-15 20:05:34,648 basehttp 19018 13170143232 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 125348 INFO 2025-09-15 20:05:34,654 basehttp 19018 6161035264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-15 20:05:41,693 log 19018 6161035264 Internal Server Error: /en/appointments/requests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 151, in get_context_data context['search_form'] = AppointmentSearchForm( ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py", line 353, in __init__ self.fields['provider'].queryset = User.objects.filter( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'role' into field. Choices are: accessible_dashboards, acknowledged_alerts, administered_medications, administered_transfusions, admitted_patients, alertrule, analyzed_results, anesthesia_cases, approved_care_plans, approved_employees, approved_purchase_orders, approved_schedules, approved_time_entries, approved_transfers, assigned_incidents, assigned_queue_entries, assistant_or_blocks, assistant_surgeries, assistant_surgical_cases, attending_bills, attending_patients, attending_wards, audit_logs, audit_team_memberships, authored_notes, availability_slots, billing_provider_bills, blocked_beds, blood_requests, bloodtest, cancelled_appointments, cancelled_requests, care_team_plans, checked_in_appointments, circulating_cases, claim_status_updates, claimdocument, claimstatushistory, cleaned_beds, co_signed_notes, collected_specimens, collected_units, communicationchannel, completed_transfers, completed_transfusions, conducted_reviews, consulting_patients, created_admissions, created_alert_rules, created_appointment_templates, created_appointments, created_audit_plans, created_availability_slots, created_beds, created_billing_configurations, created_care_plans, created_claims, created_consent_forms, created_consent_templates, created_data_mappings, created_discharge_summaries, created_donors, created_drug_interactions, created_employees, created_encounters, created_external_systems, created_findings, created_hr_departments, created_improvement_projects, created_insurance_claims, created_integration_endpoints, created_inventory_items, created_inventory_locations, created_lab_tests, created_measurements, created_medical_bills, created_medications, created_note_templates, created_notifications, created_operating_rooms, created_or_blocks, created_patient_notes, created_pharmacy_inventory_items, created_problems, created_purchase_orders, created_reference_ranges, created_report_templates, created_risk_assessments, created_schedules, created_studies, created_suppliers, created_surgeries, created_surgical_cases, created_surgical_note_templates, created_telemedicine_sessions, created_training_records, created_waiting_list_entries, created_waiting_queues, created_wards, created_webhooks, crossmatch, dashboard, datasource, date_joined, diagnosed_problems, dictated_reports, discharge_planning_cases, dispensed_medications, double_checked_administrations, email, emailaddress, employee_profile, encounters, failed_login_attempts, first_name, force_password_change, groups, id, initiated_capas, inpatient_anesthesia_cases, inpatient_circulating_cases, inpatient_scrub_cases, integration_logs, interpreted_studies, investigated_reactions, is_active, is_staff, is_superuser, issued_units, last_login, last_name, last_password_change, led_audits, locked_until, logentry, managed_locations, managed_problems, managed_projects, managed_wards, max_concurrent_sessions, messagerecipient, metricdefinition, notificationtemplate, ordered_imaging_studies, ordered_lab_tests, password, password_expires_at, password_history, performed_qc, physician_discharges, planned_discharges, prescribed_medications, primary_care_plans, primary_nurse_discharges, primary_or_blocks, primary_surgeries, primary_surgical_cases, processed_payments, processed_requests, project_team_memberships, provider_appointments, provider_waiting_list, qc_tests, radiology_reports, received_payments, received_specimens, received_units, recorded_equipment_usage, referred_studies, registered_patients, removed_waiting_list_entries, rendered_line_items, report, reported_incidents, reported_reactions, reportexecution, requested_purchase_orders, requested_transfers, resolved_alerts, responsible_findings, responsible_quality_indicators, responsible_risks, reviewed_qc, reviewed_qc_tests, revoked_consents, scrub_cases, sent_messages, session_timeout_minutes, signed_encounters, social_accounts, sponsored_projects, stopped_transfusions, supervised_line_items, surgeon_surgical_notes, targeted_notifications, task, tenant, tenant_id, transcribed_reports, transport_assignments, triggered_integrations, two_factor_devices, two_factor_enabled, updated_configurations, updated_queue_entries, user_id, user_permissions, user_sessions, username, verified_crossmatches, verified_dispenses, verified_findings, verified_insurance, verified_measurements, verified_prescriptions, verified_problems, verified_results, verified_tests, verified_vital_signs, vital_signs_measurements, waiting_queues, waitinglistcontactlog, witnessed_administrations, witnessed_transfusions ERROR 2025-09-15 20:05:41,697 basehttp 19018 6161035264 "GET /en/appointments/requests/ HTTP/1.1" 500 166648 INFO 2025-09-15 20:06:12,324 autoreload 19018 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-15 20:06:12,761 autoreload 21324 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 20:06:18,411 basehttp 21324 6129938432 "GET /en/appointments/requests/ HTTP/1.1" 200 158355 INFO 2025-09-15 20:06:18,451 basehttp 21324 6129938432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:06:28,925 basehttp 21324 6129938432 "GET /en/appointments/reschedule/2092/ HTTP/1.1" 200 29434 INFO 2025-09-15 20:06:28,962 basehttp 21324 6129938432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:06:33,204 basehttp 21324 6129938432 "GET /en/appointments/requests/2092/detail/ HTTP/1.1" 200 26390 INFO 2025-09-15 20:06:33,239 basehttp 21324 6129938432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:06:39,551 basehttp 21324 6129938432 "GET /en/patients/patientprofile/1/details/ HTTP/1.1" 200 35392 INFO 2025-09-15 20:06:39,585 basehttp 21324 6129938432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-15 20:07:00,331 basehttp 21324 6129938432 "GET /en/patients/insurance-info-list/1/ HTTP/1.1" 200 706 INFO 2025-09-15 20:07:08,697 basehttp 21324 6129938432 "GET /en/patients/insurance-info/create/1/ HTTP/1.1" 200 32410 INFO 2025-09-15 20:07:08,710 basehttp 21324 6129938432 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-15 20:07:08,735 basehttp 21324 6129938432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-15 20:07:35,153 basehttp 21324 6129938432 "GET /en/patients/1/emergency-contacts/create/ HTTP/1.1" 200 34137 INFO 2025-09-15 20:07:35,191 basehttp 21324 6129938432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-15 20:07:42,739 basehttp 21324 6129938432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-15 20:07:58,876 basehttp 21324 6129938432 "GET /en/emr HTTP/1.1" 301 0 ERROR 2025-09-15 20:07:58,915 log 21324 6146764800 Internal Server Error: /en/emr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '(1058,)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-09-15 20:07:58,917 basehttp 21324 6146764800 "GET /en/emr/ HTTP/1.1" 500 203459 ERROR 2025-09-15 20:08:00,064 log 21324 6146764800 Internal Server Error: /en/emr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '(1058,)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-09-15 20:08:00,065 basehttp 21324 6146764800 "GET /en/emr/ HTTP/1.1" 500 203185 INFO 2025-09-16 00:56:27,363 basehttp 21324 6129938432 "GET /en/patients/update/1/ HTTP/1.1" 200 39466 INFO 2025-09-16 00:56:27,377 basehttp 21324 6129938432 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-16 00:56:27,396 basehttp 21324 6129938432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 00:56:33,578 basehttp 21324 6129938432 "GET /en/emr/encounters/create/?patient=1 HTTP/1.1" 200 55715 INFO 2025-09-16 00:56:33,617 basehttp 21324 6129938432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 00:56:47,469 basehttp 21324 6129938432 "GET /en/patients/patientprofile/1/details/ HTTP/1.1" 200 35392 INFO 2025-09-16 00:56:47,505 basehttp 21324 6129938432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-16 00:57:04,339 log 21324 6129938432 Internal Server Error: /en/emr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '(1058,)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-09-16 00:57:04,343 basehttp 21324 6129938432 "GET /en/emr/ HTTP/1.1" 500 203459 ERROR 2025-09-16 00:57:06,499 log 21324 6129938432 Internal Server Error: /en/emr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '(1058,)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-09-16 00:57:06,501 basehttp 21324 6129938432 "GET /en/emr/ HTTP/1.1" 500 203185 INFO 2025-09-16 00:58:05,743 basehttp 21324 6129938432 "GET /en/emr/ HTTP/1.1" 200 70798 INFO 2025-09-16 00:58:05,782 basehttp 21324 6129938432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 00:58:05,784 basehttp 21324 6146764800 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 00:58:35,778 basehttp 21324 6146764800 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 00:58:46,352 basehttp 21324 6146764800 "GET /en/emr/vital-signs/ HTTP/1.1" 200 20072 INFO 2025-09-16 00:58:46,386 basehttp 21324 6146764800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-16 00:58:57,753 log 21324 6146764800 Internal Server Error: /en/emr/encounters/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '(1058,)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-09-16 00:58:57,757 basehttp 21324 6146764800 "GET /en/emr/encounters/ HTTP/1.1" 500 235781 INFO 2025-09-16 01:00:34,109 autoreload 21324 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 01:00:34,679 autoreload 40882 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 01:00:35,231 log 40882 6127628288 Internal Server Error: /en/emr/encounters/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_list_api' not found. 'encounter_list_api' is not a valid view function or pattern name. ERROR 2025-09-16 01:00:35,233 basehttp 40882 6127628288 "GET /en/emr/encounters/ HTTP/1.1" 500 215247 INFO 2025-09-16 01:06:26,183 autoreload 40882 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 01:06:26,615 autoreload 43523 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 01:23:24,719 autoreload 43523 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 01:23:25,091 autoreload 50888 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 01:23:32,391 log 50888 6135672832 Internal Server Error: /en/emr/encounters/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_list_api' not found. 'encounter_list_api' is not a valid view function or pattern name. ERROR 2025-09-16 01:23:32,393 basehttp 50888 6135672832 "GET /en/emr/encounters/ HTTP/1.1" 500 215030 ERROR 2025-09-16 01:25:42,617 log 50888 6135672832 Internal Server Error: /en/emr/encounters/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'users' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'users' is not a registered namespace ERROR 2025-09-16 01:25:42,621 basehttp 50888 6135672832 "GET /en/emr/encounters/ HTTP/1.1" 500 215688 ERROR 2025-09-16 01:26:38,508 log 50888 6135672832 Internal Server Error: /en/emr/encounters/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-09-16 01:26:38,511 basehttp 50888 6135672832 "GET /en/emr/encounters/ HTTP/1.1" 500 218041 INFO 2025-09-16 01:31:06,937 basehttp 50888 6135672832 "GET /en/emr/encounters/ HTTP/1.1" 200 31376 INFO 2025-09-16 01:31:06,948 basehttp 50888 6135672832 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-16 01:31:06,978 basehttp 50888 6135672832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:31:06,993 basehttp 50888 6152499200 "GET /en/hr/employees/ HTTP/1.1" 200 129331 INFO 2025-09-16 01:32:06,980 basehttp 50888 6152499200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:33:06,993 basehttp 50888 6152499200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:34:06,995 basehttp 50888 6152499200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:35:06,985 basehttp 50888 6152499200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:36:06,997 basehttp 50888 6152499200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:37:07,002 basehttp 50888 6152499200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:38:07,004 basehttp 50888 6152499200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:39:06,993 basehttp 50888 6152499200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:40:06,993 basehttp 50888 6152499200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:41:07,005 basehttp 50888 6152499200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:41:09,879 basehttp 50888 6152499200 "GET /en/emr/encounters/ HTTP/1.1" 200 44184 INFO 2025-09-16 01:41:09,912 basehttp 50888 6152499200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:41:53,453 basehttp 50888 6152499200 "GET /en/emr/encounters/ HTTP/1.1" 200 47619 INFO 2025-09-16 01:41:53,501 basehttp 50888 6152499200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:42:53,511 basehttp 50888 6152499200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:43:53,081 basehttp 50888 6152499200 "GET /en/emr/encounters/ HTTP/1.1" 200 54519 INFO 2025-09-16 01:43:53,115 basehttp 50888 6152499200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 01:43:54,857 log 50888 6152499200 Not Found: /en/emr/encounters/816e854d-4247-470f-bd3b-9c546ef509d8/ WARNING 2025-09-16 01:43:54,857 basehttp 50888 6152499200 "GET /en/emr/encounters/816e854d-4247-470f-bd3b-9c546ef509d8/ HTTP/1.1" 404 22491 INFO 2025-09-16 01:44:26,639 autoreload 50888 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-09-16 01:44:27,017 autoreload 60136 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 01:44:27,648 log 60136 12918534144 Not Found: /en/emr/encounters/816e854d-4247-470f-bd3b-9c546ef509d8/ WARNING 2025-09-16 01:44:27,648 basehttp 60136 12918534144 "GET /en/emr/encounters/816e854d-4247-470f-bd3b-9c546ef509d8/ HTTP/1.1" 404 32212 INFO 2025-09-16 01:44:30,434 basehttp 60136 12918534144 "GET /en/emr/encounters/ HTTP/1.1" 200 53719 INFO 2025-09-16 01:44:30,470 basehttp 60136 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-16 01:44:33,176 log 60136 12918534144 Internal Server Error: /en/emr/encounters/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'add_vital_signs' with arguments '(1058,)' not found. 1 pattern(s) tried: ['en/emr/encounter/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/vitals/add/\\Z'] ERROR 2025-09-16 01:44:33,179 basehttp 60136 12918534144 "GET /en/emr/encounters/1058/ HTTP/1.1" 500 169403 INFO 2025-09-16 01:46:25,436 basehttp 60136 12918534144 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23536 INFO 2025-09-16 01:46:25,466 basehttp 60136 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:46:32,170 basehttp 60136 12918534144 "GET /en/emr/vital-signs-chart/7/ HTTP/1.1" 200 25335 INFO 2025-09-16 01:47:25,472 basehttp 60136 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:48:25,471 basehttp 60136 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:48:32,683 autoreload 60136 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-09-16 01:48:33,047 autoreload 62024 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 01:48:33,423 basehttp 62024 6197227520 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 INFO 2025-09-16 01:48:33,459 basehttp 62024 6197227520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-16 01:48:34,963 log 62024 6197227520 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: add_vital_signs() got an unexpected keyword argument 'pk' ERROR 2025-09-16 01:48:34,964 basehttp 62024 6197227520 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 68087 WARNING 2025-09-16 01:48:38,704 log 62024 6197227520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 01:48:38,704 basehttp 62024 6197227520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 01:49:06,662 autoreload 62024 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-09-16 01:49:07,022 autoreload 62291 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 01:49:08,878 basehttp 62291 6136475648 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 01:49:08,889 log 62291 6136475648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 01:49:08,889 basehttp 62291 6136475648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 01:49:08,958 basehttp 62291 6136475648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 01:49:11,851 log 62291 6136475648 Bad Request: /en/emr/add-vital-signs/1058/ WARNING 2025-09-16 01:49:11,851 basehttp 62291 6136475648 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 400 28 INFO 2025-09-16 01:50:08,970 basehttp 62291 6136475648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:51:08,975 basehttp 62291 6136475648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:51:29,127 autoreload 62291 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 01:51:29,531 autoreload 63359 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 01:52:09,055 basehttp 63359 6164017152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:53:08,979 basehttp 63359 6164017152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:54:08,977 basehttp 63359 6164017152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:54:13,951 autoreload 63359 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 01:54:14,389 autoreload 64530 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 01:54:16,592 basehttp 64530 6161543168 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 01:54:16,611 log 64530 6161543168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 01:54:16,611 basehttp 64530 6161543168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 01:54:16,681 basehttp 64530 6161543168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-16 01:54:17,984 log 64530 6161543168 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 654, in add_vital_signs return redirect(request, 'emr:encounter_detail', id=encounter.id) ^^^^^^^^^ UnboundLocalError: cannot access local variable 'encounter' where it is not associated with a value ERROR 2025-09-16 01:54:17,984 basehttp 64530 6161543168 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 72457 INFO 2025-09-16 01:55:01,551 autoreload 64530 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 01:55:01,973 autoreload 64936 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 01:55:02,673 basehttp 64936 6158233600 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23971 WARNING 2025-09-16 01:55:02,694 log 64936 6158233600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 01:55:02,695 basehttp 64936 6158233600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 01:55:02,760 basehttp 64936 6158233600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-16 01:55:04,209 log 64936 6158233600 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 654, in add_vital_signs return redirect(request, 'emr:encounter_detail', id=encounter_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 51, in redirect resolve_url(to, *args, **kwargs), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 184, in resolve_url return reverse(to, args=args, kwargs=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 746, in _reverse_with_prefix raise ValueError("Don't mix *args and **kwargs in call to reverse()!") ValueError: Don't mix *args and **kwargs in call to reverse()! ERROR 2025-09-16 01:55:04,210 basehttp 64936 6158233600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 91102 INFO 2025-09-16 01:56:02,774 basehttp 64936 6158233600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:56:10,769 autoreload 64936 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 01:56:11,146 autoreload 65409 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 01:56:12,160 log 65409 6138425344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 01:56:12,161 basehttp 65409 6138425344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 01:56:12,170 log 65409 6138425344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 01:56:12,170 basehttp 65409 6138425344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 01:56:16,511 basehttp 65409 6138425344 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23971 WARNING 2025-09-16 01:56:16,528 log 65409 6138425344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 01:56:16,528 basehttp 65409 6138425344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 01:56:16,598 basehttp 65409 6138425344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-16 01:56:21,424 log 65409 6138425344 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 653, in add_vital_signs return redirect(request, 'emr:encounter_detail', id=encounter.id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 51, in redirect resolve_url(to, *args, **kwargs), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 184, in resolve_url return reverse(to, args=args, kwargs=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 746, in _reverse_with_prefix raise ValueError("Don't mix *args and **kwargs in call to reverse()!") ValueError: Don't mix *args and **kwargs in call to reverse()! ERROR 2025-09-16 01:56:21,426 basehttp 65409 6138425344 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 91828 INFO 2025-09-16 01:57:16,601 basehttp 65409 6138425344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:57:17,154 autoreload 65409 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 01:57:17,545 autoreload 65876 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 01:57:19,322 basehttp 65876 6192082944 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23971 WARNING 2025-09-16 01:57:19,341 log 65876 6192082944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 01:57:19,342 basehttp 65876 6192082944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 01:57:19,408 basehttp 65876 6192082944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-16 01:57:21,151 log 65876 6192082944 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 653, in add_vital_signs return redirect('emr:encounter_detail', id=encounter.id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 51, in redirect resolve_url(to, *args, **kwargs), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 184, in resolve_url return reverse(to, args=args, kwargs=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with keyword arguments '{'id': 1058}' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9]+)/\\Z'] ERROR 2025-09-16 01:57:21,152 basehttp 65876 6192082944 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 95270 INFO 2025-09-16 01:57:53,215 autoreload 65876 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 01:57:53,629 autoreload 66193 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 01:57:55,573 basehttp 66193 6133067776 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23971 WARNING 2025-09-16 01:57:55,591 log 66193 6133067776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 01:57:55,591 basehttp 66193 6133067776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 01:57:55,654 basehttp 66193 6133067776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-16 01:57:57,135 log 66193 6133067776 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 653, in add_vital_signs return redirect('emr:encounter_detail', id=encounter.encounter_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 51, in redirect resolve_url(to, *args, **kwargs), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 184, in resolve_url return reverse(to, args=args, kwargs=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with keyword arguments '{'id': UUID('816e854d-4247-470f-bd3b-9c546ef509d8')}' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9]+)/\\Z'] ERROR 2025-09-16 01:57:57,136 basehttp 66193 6133067776 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 95824 INFO 2025-09-16 01:58:39,766 autoreload 66193 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 01:58:40,186 autoreload 66505 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 01:58:40,939 basehttp 66505 12918534144 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23971 WARNING 2025-09-16 01:58:40,959 log 66505 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 01:58:40,959 basehttp 66505 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 01:58:41,030 basehttp 66505 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:58:42,464 basehttp 66505 12918534144 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 01:58:42,480 basehttp 66505 12918534144 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23971 INFO 2025-09-16 01:58:42,497 basehttp 66505 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:59:41,032 basehttp 66505 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:59:42,553 basehttp 66505 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:00:41,044 basehttp 66505 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:00:42,546 basehttp 66505 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:01:11,531 autoreload 66505 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:01:11,869 autoreload 67690 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 02:01:13,041 log 67690 6123008000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:01:13,042 basehttp 67690 6123008000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 02:01:13,050 log 67690 6123008000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:01:13,050 basehttp 67690 6123008000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:01:15,003 basehttp 67690 6123008000 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:01:15,020 log 67690 6123008000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:01:15,021 basehttp 67690 6123008000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:01:15,091 basehttp 67690 6123008000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-16 02:01:16,458 log 67690 6123008000 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 653, in add_vital_signs return redirect('emr:vital_signs_chart', pk=encounter.pk) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 51, in redirect resolve_url(to, *args, **kwargs), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 184, in resolve_url return reverse(to, args=args, kwargs=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'vital_signs_chart' with keyword arguments '{'pk': 1058}' not found. 1 pattern(s) tried: ['en/emr/vital\\-signs\\-chart/(?P[0-9]+)/\\Z'] ERROR 2025-09-16 02:01:16,459 basehttp 67690 6123008000 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 95543 INFO 2025-09-16 02:02:15,103 basehttp 67690 6123008000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:03:15,097 basehttp 67690 6123008000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:03:45,105 autoreload 67690 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:03:45,524 autoreload 68777 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:03:46,053 basehttp 68777 6159331328 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23971 WARNING 2025-09-16 02:03:46,072 log 68777 6159331328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:03:46,072 basehttp 68777 6159331328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:03:46,142 basehttp 68777 6159331328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-16 02:03:48,279 log 68777 6159331328 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 594, in add_vital_signs id=encounter_id, ^^^^^^^^^^^^ NameError: name 'encounter_id' is not defined. Did you mean: 'Encounter'? ERROR 2025-09-16 02:03:48,283 basehttp 68777 6159331328 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 71798 INFO 2025-09-16 02:04:14,825 autoreload 68777 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:04:15,216 autoreload 69023 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:04:17,236 basehttp 69023 6123925504 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:04:17,251 log 69023 6123925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:04:17,251 basehttp 69023 6123925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:04:17,323 basehttp 69023 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:04:18,470 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,482 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,491 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,499 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,506 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,513 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,519 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,525 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,531 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,537 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,542 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,547 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,553 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,561 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,594 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,600 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,604 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,610 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,615 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,620 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,626 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:59,297 autoreload 69023 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:04:59,685 autoreload 69334 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:05:00,325 basehttp 69334 6160674816 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 30731 WARNING 2025-09-16 02:05:00,345 log 69334 6160674816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:05:00,345 basehttp 69334 6160674816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:05:00,419 basehttp 69334 6160674816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:05:17,822 basehttp 69334 6160674816 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:05:17,838 log 69334 6160674816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:05:17,838 basehttp 69334 6160674816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:05:17,909 basehttp 69334 6160674816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-16 02:05:23,661 log 69334 6160674816 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 654, in add_vital_signs return redirect('emr:add_vital_signs', pk=encounter.pk) ^^^^^^^^^ UnboundLocalError: cannot access local variable 'encounter' where it is not associated with a value ERROR 2025-09-16 02:05:23,662 basehttp 69334 6160674816 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 72387 INFO 2025-09-16 02:05:56,292 autoreload 69334 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:05:56,716 autoreload 69796 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:05:58,546 basehttp 69796 13186969600 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23971 WARNING 2025-09-16 02:05:58,558 log 69796 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:05:58,558 basehttp 69796 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:05:58,628 basehttp 69796 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:06:00,751 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,763 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,772 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,779 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,786 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,792 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,798 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,804 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,810 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,815 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,820 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,825 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,831 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,836 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,841 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,846 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,851 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,856 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,861 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,866 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,871 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:05,466 basehttp 69796 13186969600 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 30731 WARNING 2025-09-16 02:06:05,484 log 69796 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:06:05,484 basehttp 69796 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:06:05,551 basehttp 69796 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:06:07,853 basehttp 69796 13186969600 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:06:07,871 log 69796 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:06:07,871 basehttp 69796 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:06:07,942 basehttp 69796 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:07:01,651 autoreload 69796 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:07:02,005 autoreload 70271 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 02:07:03,235 log 70271 6190428160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:07:03,235 basehttp 70271 6190428160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 02:07:03,243 log 70271 6190428160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:07:03,243 basehttp 70271 6190428160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:07:03,981 basehttp 70271 6190428160 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 INFO 2025-09-16 02:07:03,994 basehttp 70271 6207254528 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 WARNING 2025-09-16 02:07:03,998 log 70271 6190428160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:07:03,999 basehttp 70271 6190428160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:07:04,072 basehttp 70271 6190428160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-16 02:07:04,346 basehttp 70271 6190428160 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:07:04,364 log 70271 6190428160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:07:04,365 basehttp 70271 6190428160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:07:04,430 basehttp 70271 6190428160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-16 02:07:06,695 basehttp 70271 6190428160 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:07:06,708 basehttp 70271 6190428160 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23971 INFO 2025-09-16 02:07:06,725 basehttp 70271 6190428160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-16 02:07:13,754 basehttp 70271 6190428160 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:07:13,772 log 70271 6190428160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:07:13,772 basehttp 70271 6190428160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:07:13,843 basehttp 70271 6190428160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-16 02:08:13,857 basehttp 70271 6190428160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-16 02:09:13,859 basehttp 70271 6190428160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 02:10:13,861 basehttp 70271 6190428160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 02:10:54,740 autoreload 70271 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:10:55,120 autoreload 71980 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:10:55,406 basehttp 71980 6134083584 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 INFO 2025-09-16 02:10:55,426 basehttp 71980 6134083584 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 WARNING 2025-09-16 02:10:55,428 log 71980 6150909952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:10:55,428 basehttp 71980 6150909952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:10:55,487 basehttp 71980 6150909952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 ERROR 2025-09-16 02:10:56,878 log 71980 6150909952 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py", line 93, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-09-16 02:10:56,879 basehttp 71980 6150909952 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 98660 INFO 2025-09-16 02:11:55,501 basehttp 71980 6150909952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 02:12:55,503 basehttp 71980 6150909952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 02:13:51,186 autoreload 71980 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-16 02:13:51,582 autoreload 73299 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:13:53,599 basehttp 73299 6200373248 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:13:53,614 log 73299 6200373248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:13:53,614 basehttp 73299 6200373248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:13:53,678 basehttp 73299 6200373248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 02:13:55,734 basehttp 73299 6200373248 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 196231 INFO 2025-09-16 02:13:55,793 basehttp 73299 6200373248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 02:14:16,077 basehttp 73299 6200373248 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:14:16,090 log 73299 6200373248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:14:16,090 basehttp 73299 6200373248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:14:16,159 basehttp 73299 6200373248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 ERROR 2025-09-16 02:14:17,601 log 73299 6200373248 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 56, in render result = self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 722, in resolve obj = self.var.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 925, in _resolve_lookup current = current() ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 72, in super raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: 'BlockNode' object has no attribute 'context'. Did you use {{ block.super }} in a base template? ERROR 2025-09-16 02:14:17,602 basehttp 73299 6200373248 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 139808 INFO 2025-09-16 02:14:39,046 basehttp 73299 6200373248 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:14:39,058 log 73299 6200373248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:14:39,058 basehttp 73299 6200373248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:14:39,128 basehttp 73299 6200373248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 02:14:40,727 basehttp 73299 6200373248 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 179509 INFO 2025-09-16 02:15:39,145 basehttp 73299 6200373248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 02:16:25,840 autoreload 73299 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-16 02:16:26,300 autoreload 74384 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:16:28,320 basehttp 74384 6199963648 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:16:28,339 log 74384 6199963648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:16:28,339 basehttp 74384 6199963648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:16:28,412 basehttp 74384 6199963648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 ERROR 2025-09-16 02:16:29,922 log 74384 6199963648 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py", line 99, in __init__ self.fields['encounter'].queryset = Encounter.objects.filter(tenant=self.tenant) ~~~~~~~~~~~^^^^^^^^^^^^^ KeyError: 'encounter' ERROR 2025-09-16 02:16:29,924 basehttp 74384 6199963648 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 98572 INFO 2025-09-16 02:16:55,785 autoreload 74384 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-16 02:16:56,180 autoreload 74632 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:16:59,162 basehttp 74632 6158266368 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:16:59,179 log 74632 6158266368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:16:59,179 basehttp 74632 6158266368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:16:59,249 basehttp 74632 6158266368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:17:00,489 basehttp 74632 6158266368 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 30797 INFO 2025-09-16 02:17:59,251 basehttp 74632 6158266368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:18:44,420 autoreload 74632 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:18:44,792 autoreload 75404 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:18:47,069 basehttp 75404 6194081792 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:18:47,089 log 75404 6194081792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:18:47,089 basehttp 75404 6194081792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:18:47,159 basehttp 75404 6194081792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:18:48,438 basehttp 75404 6194081792 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 30797 WARNING 2025-09-16 02:19:03,445 log 75404 6194081792 Method Not Allowed (POST): /en/emr/encounters/1058/ WARNING 2025-09-16 02:19:03,445 basehttp 75404 6194081792 "POST /en/emr/encounters/1058/ HTTP/1.1" 405 0 WARNING 2025-09-16 02:19:06,949 log 75404 6194081792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:19:06,950 basehttp 75404 6194081792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:19:09,533 basehttp 75404 6194081792 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:19:09,551 log 75404 6194081792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:19:09,551 basehttp 75404 6194081792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:19:09,615 basehttp 75404 6194081792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:19:12,274 basehttp 75404 6194081792 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 30797 INFO 2025-09-16 02:20:09,620 basehttp 75404 6194081792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:21:09,627 basehttp 75404 6194081792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:22:09,636 basehttp 75404 6194081792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:23:09,638 basehttp 75404 6194081792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:24:09,636 basehttp 75404 6194081792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:25:09,640 basehttp 75404 6194081792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:25:39,975 autoreload 75404 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:25:40,399 autoreload 78492 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:25:43,158 basehttp 78492 6160936960 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:25:43,171 log 78492 6160936960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:25:43,171 basehttp 78492 6160936960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:25:43,242 basehttp 78492 6160936960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 02:25:44,726 log 78492 6160936960 Not Found: /en/emr/add-vital-signs/1058/ WARNING 2025-09-16 02:25:44,726 basehttp 78492 6160936960 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 404 23540 INFO 2025-09-16 02:26:43,240 basehttp 78492 6160936960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:26:47,408 autoreload 78492 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:26:47,834 autoreload 78980 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:26:50,445 basehttp 78980 6198276096 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:26:50,465 log 78980 6198276096 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:26:50,465 basehttp 78980 6198276096 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:26:50,527 basehttp 78980 6198276096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 02:26:52,216 log 78980 6198276096 Not Found: /en/emr/add-vital-signs/1058/ WARNING 2025-09-16 02:26:52,216 basehttp 78980 6198276096 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 404 23540 INFO 2025-09-16 02:27:02,028 basehttp 78980 6198276096 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:27:02,046 log 78980 6198276096 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:27:02,046 basehttp 78980 6198276096 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:27:02,119 basehttp 78980 6198276096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 02:27:05,145 log 78980 6198276096 Not Found: /en/emr/add-vital-signs/1058/ WARNING 2025-09-16 02:27:05,145 basehttp 78980 6198276096 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 404 23540 INFO 2025-09-16 02:28:02,115 basehttp 78980 6198276096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:28:40,654 autoreload 78980 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:28:41,057 autoreload 79826 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:29:02,177 basehttp 79826 6159003648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:30:02,126 basehttp 79826 6159003648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:30:39,353 autoreload 79826 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:30:39,757 autoreload 80733 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:30:57,724 autoreload 80733 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-16 02:30:58,065 autoreload 80896 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 02:30:59,175 log 80896 6134345728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:30:59,176 basehttp 80896 6134345728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 02:30:59,187 log 80896 6134345728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:30:59,187 basehttp 80896 6134345728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:31:01,247 basehttp 80896 6134345728 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:31:01,262 log 80896 6134345728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:31:01,262 basehttp 80896 6134345728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:31:01,332 basehttp 80896 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 02:31:04,712 log 80896 6134345728 Not Found: /en/emr/add-vital-signs/1058/ WARNING 2025-09-16 02:31:04,713 basehttp 80896 6134345728 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 404 23540 INFO 2025-09-16 02:32:01,345 basehttp 80896 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:33:01,351 basehttp 80896 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:34:01,354 basehttp 80896 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:34:24,912 autoreload 80896 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-16 02:34:25,337 autoreload 82432 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:35:01,412 basehttp 82432 6157774848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:35:53,502 basehttp 82432 6157774848 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:35:53,521 log 82432 6157774848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:35:53,521 basehttp 82432 6157774848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:35:53,590 basehttp 82432 6157774848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 02:35:55,154 log 82432 6157774848 Not Found: /en/emr/add-vital-signs/1058/ WARNING 2025-09-16 02:35:55,154 basehttp 82432 6157774848 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 404 23540 INFO 2025-09-16 02:35:57,765 basehttp 82432 6157774848 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:35:57,780 log 82432 6157774848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:35:57,780 basehttp 82432 6157774848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:35:57,850 basehttp 82432 6157774848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:35:58,524 basehttp 82432 6157774848 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:35:58,540 log 82432 6157774848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:35:58,540 basehttp 82432 6157774848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:35:58,611 basehttp 82432 6157774848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 02:36:00,094 log 82432 6157774848 Not Found: /en/emr/add-vital-signs/1058/ WARNING 2025-09-16 02:36:00,094 basehttp 82432 6157774848 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 404 23540 INFO 2025-09-16 02:36:31,957 basehttp 82432 6157774848 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:36:31,975 log 82432 6157774848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:36:31,975 basehttp 82432 6157774848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:36:32,048 basehttp 82432 6157774848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:37:11,645 basehttp 82432 6157774848 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23243 WARNING 2025-09-16 02:37:11,664 log 82432 6157774848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:37:11,664 basehttp 82432 6157774848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:37:11,734 basehttp 82432 6157774848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 02:37:12,937 log 82432 6157774848 Not Found: /en/emr/add-vital-signs/1058/ WARNING 2025-09-16 02:37:12,937 basehttp 82432 6157774848 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 404 23540 WARNING 2025-09-16 02:37:12,955 log 82432 6157774848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:37:12,955 basehttp 82432 6157774848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:38:04,108 autoreload 82432 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-16 02:38:04,463 autoreload 84062 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 02:38:06,429 log 84062 6131068928 Not Found: /en/emr/add-vital-signs/1058/ WARNING 2025-09-16 02:38:06,430 basehttp 84062 6131068928 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 404 23540 WARNING 2025-09-16 02:38:06,447 log 84062 6131068928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:38:06,447 basehttp 84062 6131068928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 02:38:07,321 log 84062 6131068928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:38:07,322 basehttp 84062 6131068928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 02:38:07,343 log 84062 6131068928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:38:07,343 basehttp 84062 6131068928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:38:08,152 basehttp 84062 6131068928 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23243 WARNING 2025-09-16 02:38:08,202 log 84062 6131068928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:38:08,203 basehttp 84062 6131068928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:38:08,236 basehttp 84062 6131068928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 02:38:10,096 log 84062 6131068928 Not Found: /en/emr/add-vital-signs/1058/ WARNING 2025-09-16 02:38:10,096 basehttp 84062 6131068928 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 404 23540 WARNING 2025-09-16 02:38:10,113 log 84062 6131068928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:38:10,114 basehttp 84062 6131068928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:40:19,494 autoreload 84062 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-16 02:40:19,860 autoreload 85012 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:40:54,439 autoreload 85012 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:40:54,826 autoreload 85324 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 02:40:57,336 log 85324 6149468160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:40:57,336 basehttp 85324 6149468160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:40:57,392 basehttp 85324 6132641792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 02:40:57,394 log 85324 6149468160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:40:57,394 basehttp 85324 6149468160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:40:57,875 basehttp 85324 6149468160 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23243 WARNING 2025-09-16 02:40:57,888 log 85324 6149468160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:40:57,888 basehttp 85324 6149468160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:40:57,962 basehttp 85324 6149468160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 02:40:59,348 log 85324 6149468160 Not Found: /en/emr/add-vital-signs/1058/ WARNING 2025-09-16 02:40:59,349 basehttp 85324 6149468160 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 404 23540 WARNING 2025-09-16 02:40:59,367 log 85324 6149468160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:40:59,367 basehttp 85324 6149468160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:41:52,383 autoreload 85324 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:41:52,816 autoreload 85724 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:42:29,518 autoreload 85724 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:42:29,936 autoreload 86032 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 02:42:32,803 log 86032 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:42:32,808 basehttp 86032 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:42:32,857 basehttp 86032 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 02:42:32,859 log 86032 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:42:32,859 basehttp 86032 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:42:33,497 basehttp 86032 6358691840 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23243 WARNING 2025-09-16 02:42:33,511 log 86032 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:42:33,511 basehttp 86032 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:42:33,584 basehttp 86032 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 02:42:36,050 log 86032 6358691840 Not Found: /en/emr/add-vital-signs/1058/ WARNING 2025-09-16 02:42:36,050 basehttp 86032 6358691840 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 404 23540 WARNING 2025-09-16 02:42:36,069 log 86032 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:42:36,069 basehttp 86032 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 02:42:52,817 log 86032 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:42:52,817 basehttp 86032 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 02:42:52,839 log 86032 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:42:52,839 basehttp 86032 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:43:00,640 basehttp 86032 6358691840 "GET /en/patients/patientprofile/7/details/ HTTP/1.1" 200 35379 WARNING 2025-09-16 02:43:00,655 log 86032 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:43:00,656 basehttp 86032 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:43:00,724 basehttp 86032 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 02:43:10,967 log 86032 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:43:10,968 basehttp 86032 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 02:43:10,989 log 86032 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:43:10,989 basehttp 86032 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:43:33,598 basehttp 86032 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:44:33,597 basehttp 86032 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:45:32,597 autoreload 86032 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:45:32,976 autoreload 87348 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:45:33,673 basehttp 87348 6133493760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:45:45,749 autoreload 87348 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:45:46,132 autoreload 87431 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:45:48,234 basehttp 87431 13186969600 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23243 WARNING 2025-09-16 02:45:48,248 log 87431 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:45:48,248 basehttp 87431 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:45:48,315 basehttp 87431 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-16 02:45:49,702 log 87431 13186969600 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1123, in get_context_data ctx = super().get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1088, in get_form_kwargs kwargs['tenant'] = self.tenant ^^^^^^^^^^^ AttributeError: 'VitalSignsCreateView' object has no attribute 'tenant' ERROR 2025-09-16 02:45:49,703 basehttp 87431 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 102594 WARNING 2025-09-16 02:45:49,721 log 87431 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:45:49,721 basehttp 87431 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:46:30,227 autoreload 87431 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:46:30,638 autoreload 87744 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 02:46:32,392 log 87744 6161494016 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1076, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1119, in get_context_data Encounter, id=self.kwargs['encounter_id'], tenant=self.tenant ~~~~~~~~~~~^^^^^^^^^^^^^^^^ KeyError: 'encounter_id' ERROR 2025-09-16 02:46:32,393 basehttp 87744 6161494016 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 95088 WARNING 2025-09-16 02:46:32,408 log 87744 6161494016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:46:32,408 basehttp 87744 6161494016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:46:58,970 autoreload 87744 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:46:59,330 autoreload 87989 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 02:47:00,376 log 87989 6200389632 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1076, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1121, in get_context_data ctx['patient'] = self.patient ^^^^^^^^^^^^ AttributeError: 'VitalSignsCreateView' object has no attribute 'patient' ERROR 2025-09-16 02:47:00,378 basehttp 87989 6200389632 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 95433 WARNING 2025-09-16 02:47:00,391 log 87989 6200389632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:47:00,391 basehttp 87989 6200389632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 02:47:01,456 log 87989 6200389632 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1076, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1121, in get_context_data ctx['patient'] = self.patient ^^^^^^^^^^^^ AttributeError: 'VitalSignsCreateView' object has no attribute 'patient' ERROR 2025-09-16 02:47:01,457 basehttp 87989 6200389632 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 95433 WARNING 2025-09-16 02:47:01,474 log 87989 6200389632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:47:01,474 basehttp 87989 6200389632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:47:18,319 autoreload 87989 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:47:18,704 autoreload 88149 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:47:19,910 basehttp 88149 6128775168 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 30522 WARNING 2025-09-16 02:47:19,922 log 88149 6128775168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:47:19,922 basehttp 88149 6128775168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:47:21,106 basehttp 88149 6128775168 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 30522 WARNING 2025-09-16 02:47:21,116 log 88149 6128775168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:47:21,116 basehttp 88149 6128775168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 02:47:24,616 log 88149 6145601536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:47:24,617 basehttp 88149 6145601536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:47:24,620 basehttp 88149 6128775168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 02:47:24,630 log 88149 6128775168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:47:24,630 basehttp 88149 6128775168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:47:42,969 basehttp 88149 6128775168 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23536 WARNING 2025-09-16 02:47:42,985 log 88149 6128775168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:47:42,985 basehttp 88149 6128775168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:47:43,057 basehttp 88149 6128775168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:47:44,267 basehttp 88149 6128775168 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 30522 INFO 2025-09-16 02:48:43,060 basehttp 88149 6128775168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:49:43,063 basehttp 88149 6128775168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:50:43,065 basehttp 88149 6128775168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:51:43,079 basehttp 88149 6128775168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:52:43,072 basehttp 88149 6128775168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:53:43,073 basehttp 88149 6128775168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:54:43,086 basehttp 88149 6128775168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:55:43,088 basehttp 88149 6128775168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:56:43,085 basehttp 88149 6128775168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:56:43,609 basehttp 88149 6128775168 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23536 INFO 2025-09-16 02:56:43,625 basehttp 88149 6128775168 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 WARNING 2025-09-16 02:56:43,627 log 88149 6145601536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:56:43,627 basehttp 88149 6145601536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:56:43,686 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:56:44,787 basehttp 88149 6145601536 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 28812 INFO 2025-09-16 02:57:43,699 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:58:43,696 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:59:43,690 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:00:43,653 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:01:43,655 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:02:18,091 basehttp 88149 6145601536 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23536 WARNING 2025-09-16 03:02:18,104 log 88149 6145601536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:02:18,105 basehttp 88149 6145601536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:02:18,171 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:02:19,323 basehttp 88149 6145601536 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 28277 INFO 2025-09-16 03:03:07,563 basehttp 88149 6145601536 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23243 WARNING 2025-09-16 03:03:07,578 log 88149 6145601536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:03:07,578 basehttp 88149 6145601536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:03:07,650 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:03:08,915 basehttp 88149 6145601536 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 45852 WARNING 2025-09-16 03:03:08,930 log 88149 6145601536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:03:08,930 basehttp 88149 6145601536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:03:09,000 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:04:09,010 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:05:09,006 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:06:09,008 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:07:09,010 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 03:07:14,512 basehttp 88149 6145601536 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 46298 WARNING 2025-09-16 03:07:14,537 log 88149 6145601536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:07:14,538 basehttp 88149 6145601536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:07:14,596 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 03:08:14,601 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 03:09:14,613 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:09:52,722 basehttp 88149 6145601536 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 45766 WARNING 2025-09-16 03:09:52,734 log 88149 6145601536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:09:52,734 basehttp 88149 6145601536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:09:52,798 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:10:52,803 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:11:46,774 basehttp 88149 6145601536 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 45348 WARNING 2025-09-16 03:11:46,791 log 88149 6145601536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:11:46,791 basehttp 88149 6145601536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:11:46,865 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:12:31,849 basehttp 88149 6145601536 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 45366 WARNING 2025-09-16 03:12:31,866 log 88149 6145601536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:12:31,866 basehttp 88149 6145601536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:12:31,939 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:13:31,953 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:14:25,835 autoreload 88149 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/models.py changed, reloading. INFO 2025-09-16 03:14:26,322 autoreload 667 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 03:14:38,050 autoreload 838 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 03:15:23,863 basehttp 838 6164508672 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 45366 WARNING 2025-09-16 03:15:23,877 log 838 6164508672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:15:23,877 basehttp 838 6164508672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:15:23,934 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:16:23,943 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:17:23,957 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:18:23,942 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:18:41,805 basehttp 838 6164508672 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 45395 WARNING 2025-09-16 03:18:41,823 log 838 6164508672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:18:41,823 basehttp 838 6164508672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:18:41,889 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:19:41,892 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:19:58,856 basehttp 838 6164508672 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 45441 WARNING 2025-09-16 03:19:58,873 log 838 6164508672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:19:58,873 basehttp 838 6164508672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:19:58,923 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:20:58,933 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:21:41,449 basehttp 838 6164508672 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 45449 WARNING 2025-09-16 03:21:41,461 log 838 6164508672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:21:41,461 basehttp 838 6164508672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:21:41,505 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:22:41,507 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:23:40,818 basehttp 838 6164508672 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 45485 WARNING 2025-09-16 03:23:40,831 log 838 6164508672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:23:40,831 basehttp 838 6164508672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:23:40,872 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:24:19,442 basehttp 838 6164508672 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 45483 WARNING 2025-09-16 03:24:19,459 log 838 6164508672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:24:19,459 basehttp 838 6164508672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:24:19,506 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:24:45,507 basehttp 838 6164508672 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 45478 WARNING 2025-09-16 03:24:45,519 log 838 6164508672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:24:45,519 basehttp 838 6164508672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:24:45,558 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:25:45,560 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 03:26:07,851 log 838 6164508672 Internal Server Error: /en/emr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '(UUID('816e854d-4247-470f-bd3b-9c546ef509d8'),)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9]+)/\\Z'] ERROR 2025-09-16 03:26:07,852 basehttp 838 6164508672 "GET /en/emr/ HTTP/1.1" 500 203375 WARNING 2025-09-16 03:26:07,866 log 838 6164508672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:26:07,866 basehttp 838 6164508672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:26:37,957 basehttp 838 6164508672 "GET /en/emr/ HTTP/1.1" 200 70428 WARNING 2025-09-16 03:26:37,968 log 838 6164508672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:26:37,968 basehttp 838 6164508672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:26:38,021 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:26:38,023 basehttp 838 13170143232 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 03:26:55,174 basehttp 838 13170143232 "GET /en/emr/encounters/ HTTP/1.1" 200 53719 WARNING 2025-09-16 03:26:55,189 log 838 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:26:55,189 basehttp 838 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:26:55,251 basehttp 838 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 03:27:01,687 log 838 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:27:01,688 basehttp 838 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 03:27:01,700 log 838 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:27:01,700 basehttp 838 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:27:04,738 basehttp 838 13170143232 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23243 WARNING 2025-09-16 03:27:04,757 log 838 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:27:04,757 basehttp 838 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:27:04,797 basehttp 838 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:28:04,816 basehttp 838 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:28:28,956 basehttp 838 13170143232 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23243 WARNING 2025-09-16 03:28:28,971 log 838 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:28:28,971 basehttp 838 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:28:29,015 basehttp 838 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:29:00,746 autoreload 838 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 03:29:01,291 autoreload 7359 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 03:29:01,963 log 7359 6194556928 Internal Server Error: /en/emr/encounters/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_update' not found. 'encounter_update' is not a valid view function or pattern name. ERROR 2025-09-16 03:29:01,965 basehttp 7359 6194556928 "GET /en/emr/encounters/1058/ HTTP/1.1" 500 177969 WARNING 2025-09-16 03:29:01,983 log 7359 6194556928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:29:01,983 basehttp 7359 6194556928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 03:30:14,415 log 7359 6194556928 Internal Server Error: /en/emr/encounters/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'users' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'users' is not a registered namespace ERROR 2025-09-16 03:30:14,416 basehttp 7359 6194556928 "GET /en/emr/encounters/1058/ HTTP/1.1" 500 179740 WARNING 2025-09-16 03:30:14,429 log 7359 6194556928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:30:14,429 basehttp 7359 6194556928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 03:31:01,932 log 7359 6194556928 Internal Server Error: /en/emr/encounters/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'vital_signs_create' not found. 'vital_signs_create' is not a valid view function or pattern name. ERROR 2025-09-16 03:31:01,933 basehttp 7359 6194556928 "GET /en/emr/encounters/1058/ HTTP/1.1" 500 178070 WARNING 2025-09-16 03:31:01,949 log 7359 6194556928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:31:01,949 basehttp 7359 6194556928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 03:31:33,815 log 7359 6194556928 Internal Server Error: /en/emr/encounters/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'vital_signs_create' not found. 'vital_signs_create' is not a valid view function or pattern name. ERROR 2025-09-16 03:31:33,816 basehttp 7359 6194556928 "GET /en/emr/encounters/1058/ HTTP/1.1" 500 191410 WARNING 2025-09-16 03:31:33,834 log 7359 6194556928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:31:33,834 basehttp 7359 6194556928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 03:31:57,787 log 7359 6194556928 Internal Server Error: /en/emr/encounters/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'clinical_note_create' with no arguments not found. 1 pattern(s) tried: ['en/emr/notes/create/(?P[0-9]+)/\\Z'] ERROR 2025-09-16 03:31:57,788 basehttp 7359 6194556928 "GET /en/emr/encounters/1058/ HTTP/1.1" 500 193146 WARNING 2025-09-16 03:31:57,802 log 7359 6194556928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:31:57,802 basehttp 7359 6194556928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 03:33:46,992 log 7359 6194556928 Internal Server Error: /en/emr/encounters/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_update' not found. 'encounter_update' is not a valid view function or pattern name. ERROR 2025-09-16 03:33:46,994 basehttp 7359 6194556928 "GET /en/emr/encounters/1058/ HTTP/1.1" 500 178570 WARNING 2025-09-16 03:33:47,009 log 7359 6194556928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:33:47,009 basehttp 7359 6194556928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 03:34:21,064 log 7359 6194556928 Internal Server Error: /en/emr/encounters/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'vital_signs_create' not found. 'vital_signs_create' is not a valid view function or pattern name. ERROR 2025-09-16 03:34:21,065 basehttp 7359 6194556928 "GET /en/emr/encounters/1058/ HTTP/1.1" 500 178171 WARNING 2025-09-16 03:34:21,078 log 7359 6194556928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:34:21,078 basehttp 7359 6194556928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 03:35:00,128 log 7359 6194556928 Internal Server Error: /en/emr/encounters/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_update_status' not found. 'encounter_update_status' is not a valid view function or pattern name. ERROR 2025-09-16 03:35:00,129 basehttp 7359 6194556928 "GET /en/emr/encounters/1058/ HTTP/1.1" 500 171096 WARNING 2025-09-16 03:35:00,145 log 7359 6194556928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:35:00,145 basehttp 7359 6194556928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 03:36:24,358 log 7359 6194556928 Internal Server Error: /en/emr/encounters/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_update_status' not found. 'encounter_update_status' is not a valid view function or pattern name. ERROR 2025-09-16 03:36:24,359 basehttp 7359 6194556928 "GET /en/emr/encounters/1058/ HTTP/1.1" 500 171219 WARNING 2025-09-16 03:36:24,375 log 7359 6194556928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:36:24,375 basehttp 7359 6194556928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 03:36:58,878 log 7359 6194556928 Internal Server Error: /en/emr/encounters/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_complete_documentation' not found. 'encounter_complete_documentation' is not a valid view function or pattern name. ERROR 2025-09-16 03:36:58,879 basehttp 7359 6194556928 "GET /en/emr/encounters/1058/ HTTP/1.1" 500 171132 WARNING 2025-09-16 03:36:58,896 log 7359 6194556928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:36:58,896 basehttp 7359 6194556928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:41:31,405 autoreload 7359 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 03:41:31,893 autoreload 12898 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 03:42:01,306 log 12898 6203125760 Internal Server Error: /en/emr/encounters/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_print' not found. 'encounter_print' is not a valid view function or pattern name. ERROR 2025-09-16 03:42:01,308 basehttp 12898 6203125760 "GET /en/emr/encounters/1058/ HTTP/1.1" 500 174540 WARNING 2025-09-16 03:42:01,326 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:42:01,326 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 03:42:03,317 log 12898 6203125760 Internal Server Error: /en/emr/encounters/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_print' not found. 'encounter_print' is not a valid view function or pattern name. ERROR 2025-09-16 03:42:03,318 basehttp 12898 6203125760 "GET /en/emr/encounters/1058/ HTTP/1.1" 500 174540 WARNING 2025-09-16 03:42:03,336 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:42:03,336 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:43:15,779 basehttp 12898 6203125760 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 34541 WARNING 2025-09-16 03:43:15,804 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:43:15,805 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:43:15,805 basehttp 12898 6219952128 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-16 03:43:15,862 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:43:34,229 basehttp 12898 6219952128 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 45478 WARNING 2025-09-16 03:43:34,246 log 12898 6219952128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:43:34,246 basehttp 12898 6219952128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:43:34,292 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 03:43:37,576 log 12898 6219952128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:43:37,576 basehttp 12898 6219952128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 03:43:37,584 log 12898 6219952128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:43:37,584 basehttp 12898 6219952128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:43:43,647 basehttp 12898 6219952128 "GET /en/patients/patientprofile/7/details/ HTTP/1.1" 200 35379 WARNING 2025-09-16 03:43:43,666 log 12898 6219952128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:43:43,666 basehttp 12898 6219952128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:43:43,717 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 03:43:48,926 log 12898 6219952128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:43:48,926 basehttp 12898 6219952128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 03:43:48,944 log 12898 6219952128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:43:48,944 basehttp 12898 6219952128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:43:50,713 basehttp 12898 6219952128 "GET /en/hr/employees/72/ HTTP/1.1" 200 32699 WARNING 2025-09-16 03:43:50,725 log 12898 6219952128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:43:50,725 basehttp 12898 6219952128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:43:50,778 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 03:44:02,362 log 12898 6219952128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:44:02,362 basehttp 12898 6219952128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 03:44:02,371 log 12898 6219952128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:44:02,372 basehttp 12898 6219952128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:44:15,862 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:45:15,858 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:46:15,848 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:46:51,083 basehttp 12898 6219952128 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 34547 WARNING 2025-09-16 03:46:51,098 log 12898 6219952128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:46:51,098 basehttp 12898 6219952128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:46:51,146 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:47:50,799 basehttp 12898 6219952128 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 34547 WARNING 2025-09-16 03:47:50,817 log 12898 6219952128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:47:50,818 basehttp 12898 6219952128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:47:50,866 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:48:44,266 basehttp 12898 6219952128 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 34547 WARNING 2025-09-16 03:48:44,282 log 12898 6219952128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:48:44,282 basehttp 12898 6219952128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:48:44,330 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:49:44,338 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:50:44,340 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:51:44,357 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:52:44,348 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:53:44,345 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:54:44,351 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:54:59,911 basehttp 12898 6203125760 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 34625 WARNING 2025-09-16 03:54:59,925 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:54:59,925 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:54:59,977 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:55:59,983 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:56:07,228 basehttp 12898 6203125760 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 34631 WARNING 2025-09-16 03:56:07,239 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:56:07,239 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:56:07,289 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:57:07,305 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:58:07,298 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:58:54,906 basehttp 12898 6203125760 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 34636 WARNING 2025-09-16 03:58:54,917 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:58:54,917 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:58:54,958 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:59:54,972 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:00:55,128 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:01:55,101 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:02:04,097 basehttp 12898 6203125760 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 34712 WARNING 2025-09-16 04:02:04,112 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:02:04,113 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:02:04,160 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:02:18,115 basehttp 12898 6203125760 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 34712 WARNING 2025-09-16 04:02:18,126 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:02:18,126 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:02:18,175 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:03:18,195 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 04:04:07,972 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:04:07,973 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:04:10,748 basehttp 12898 6203125760 "GET /en/emr/encounters/1046/ HTTP/1.1" 200 33932 WARNING 2025-09-16 04:04:10,763 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:04:10,763 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:04:10,811 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 04:04:14,134 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:04:14,134 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 04:04:14,158 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:04:14,158 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:04:22,117 basehttp 12898 6203125760 "GET /en/emr/vital-signs/ HTTP/1.1" 200 20072 WARNING 2025-09-16 04:04:22,136 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:04:22,136 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:04:22,173 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:04:41,192 basehttp 12898 6203125760 "GET /en/admin/emr/vitalsigns/ HTTP/1.1" 200 78995 INFO 2025-09-16 04:04:41,210 basehttp 12898 6203125760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-16 04:05:22,330 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:06:23,324 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:07:24,331 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 04:08:17,610 basehttp 12898 6203125760 "GET /en/admin/emr/vitalsigns/ HTTP/1.1" 200 154732 INFO 2025-09-16 04:08:17,625 basehttp 12898 6203125760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-16 04:08:20,993 basehttp 12898 6203125760 "GET /en/emr/vital-signs/ HTTP/1.1" 200 90203 WARNING 2025-09-16 04:08:21,006 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:08:21,006 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:08:21,070 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-09-16 04:08:27,694 log 12898 6236778496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:08:27,694 basehttp 12898 6236778496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:08:27,697 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-09-16 04:08:27,706 log 12898 6219952128 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-16 04:08:27,706 basehttp 12898 6203125760 "GET /en/emr/stats/ HTTP/1.1" 200 2966 WARNING 2025-09-16 04:08:27,706 basehttp 12898 6219952128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:08:29,178 basehttp 12898 6219952128 "GET /en/emr/ HTTP/1.1" 200 70467 WARNING 2025-09-16 04:08:29,190 log 12898 6219952128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:08:29,190 basehttp 12898 6219952128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:08:29,266 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 04:08:29,273 basehttp 12898 6203125760 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 04:08:34,861 basehttp 12898 6203125760 "GET /en/emr/add-vital-signs/3260/ HTTP/1.1" 200 45478 WARNING 2025-09-16 04:08:34,881 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:08:34,881 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:08:34,925 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 04:08:37,401 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:08:37,401 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 04:08:37,419 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:08:37,419 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 04:08:39,439 log 12898 6203125760 Internal Server Error: /en/emr/encounters/3260/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'vital_signs_detail' not found. 'vital_signs_detail' is not a valid view function or pattern name. ERROR 2025-09-16 04:08:39,440 basehttp 12898 6203125760 "GET /en/emr/encounters/3260/ HTTP/1.1" 500 209761 WARNING 2025-09-16 04:08:39,464 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:08:39,464 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:11:39,751 autoreload 12898 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 04:11:40,139 autoreload 26227 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 04:11:42,734 basehttp 26227 6167310336 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 37628 WARNING 2025-09-16 04:11:42,753 log 26227 6167310336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:11:42,754 basehttp 26227 6167310336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:11:42,804 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 04:11:50,963 basehttp 26227 6167310336 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 38177 WARNING 2025-09-16 04:11:51,003 log 26227 6167310336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:11:51,003 basehttp 26227 6167310336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:11:51,022 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 04:11:51,025 basehttp 26227 13035925504 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 29149 INFO 2025-09-16 04:12:51,031 basehttp 26227 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 04:13:51,028 basehttp 26227 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 04:14:51,038 basehttp 26227 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 04:15:51,086 basehttp 26227 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 04:15:59,028 basehttp 26227 13035925504 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 37921 WARNING 2025-09-16 04:15:59,044 log 26227 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:15:59,044 basehttp 26227 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:15:59,094 basehttp 26227 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 04:15:59,096 basehttp 26227 6167310336 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 29149 INFO 2025-09-16 04:16:59,096 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:17:50,711 basehttp 26227 6167310336 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 38492 WARNING 2025-09-16 04:17:50,727 log 26227 6167310336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:17:50,727 basehttp 26227 6167310336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:17:50,777 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:17:50,779 basehttp 26227 13035925504 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 29149 INFO 2025-09-16 04:18:50,771 basehttp 26227 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:19:22,565 basehttp 26227 13035925504 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 39076 WARNING 2025-09-16 04:19:22,586 log 26227 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:19:22,586 basehttp 26227 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:19:22,638 basehttp 26227 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:19:22,639 basehttp 26227 6167310336 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 29149 INFO 2025-09-16 04:20:22,641 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:21:06,912 basehttp 26227 6167310336 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 39634 WARNING 2025-09-16 04:21:06,930 log 26227 6167310336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:21:06,930 basehttp 26227 6167310336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:21:06,981 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:21:06,983 basehttp 26227 13035925504 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 29149 INFO 2025-09-16 04:22:06,604 basehttp 26227 13035925504 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 39634 WARNING 2025-09-16 04:22:06,618 log 26227 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:22:06,618 basehttp 26227 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:22:06,667 basehttp 26227 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:22:06,669 basehttp 26227 6167310336 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 29149 INFO 2025-09-16 04:23:06,670 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:23:42,657 basehttp 26227 6167310336 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40205 WARNING 2025-09-16 04:23:42,674 log 26227 6167310336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:23:42,675 basehttp 26227 6167310336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:23:42,726 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:23:42,728 basehttp 26227 13035925504 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 29149 INFO 2025-09-16 04:24:43,467 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:25:44,470 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:26:45,477 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:30:59,633 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:33:55,964 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:41:47,333 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:49:12,581 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:50:12,574 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:51:12,585 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:52:12,587 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:53:12,586 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:54:12,596 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:55:12,592 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:56:12,588 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:57:12,596 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:58:07,154 autoreload 26227 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 04:58:07,782 autoreload 38721 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 04:58:12,555 basehttp 38721 6159036416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:59:09,582 autoreload 38721 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 04:59:09,918 autoreload 39206 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 04:59:10,430 basehttp 39206 6121811968 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40205 INFO 2025-09-16 04:59:10,448 basehttp 39206 6121811968 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 WARNING 2025-09-16 04:59:10,451 log 39206 6138638336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:59:10,451 basehttp 39206 6138638336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:59:10,522 basehttp 39206 6138638336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:59:10,524 basehttp 39206 6121811968 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 29155 INFO 2025-09-16 04:59:24,915 basehttp 39206 6121811968 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40205 WARNING 2025-09-16 04:59:24,928 log 39206 6121811968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:59:24,928 basehttp 39206 6121811968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:59:24,997 basehttp 39206 6121811968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:59:25,008 basehttp 39206 6138638336 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 29335 INFO 2025-09-16 04:59:48,495 basehttp 39206 6138638336 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40205 WARNING 2025-09-16 04:59:48,515 log 39206 6138638336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:59:48,516 basehttp 39206 6138638336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:59:48,578 basehttp 39206 6138638336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:59:48,583 basehttp 39206 6121811968 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 29487 INFO 2025-09-16 05:00:23,028 basehttp 39206 6121811968 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40205 INFO 2025-09-16 05:00:23,038 basehttp 39206 6155464704 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-16 05:00:23,043 basehttp 39206 6121811968 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-16 05:00:23,044 basehttp 39206 13304360960 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-16 05:00:23,048 log 39206 6155464704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:00:23,048 basehttp 39206 6155464704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:00:23,054 basehttp 39206 6121811968 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-16 05:00:23,056 basehttp 39206 6138638336 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-16 05:00:23,059 basehttp 39206 6155464704 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-16 05:00:23,059 basehttp 39206 13321187328 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-16 05:00:23,061 basehttp 39206 6172291072 "GET /media/profile_pictures/me.jpg HTTP/1.1" 200 721666 INFO 2025-09-16 05:00:23,182 basehttp 39206 6172291072 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-16 05:00:23,183 basehttp 39206 6121811968 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-16 05:00:23,183 basehttp 39206 6138638336 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-16 05:00:23,184 basehttp 39206 13321187328 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-16 05:00:23,184 basehttp 39206 6155464704 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-16 05:00:23,185 basehttp 39206 13304360960 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-16 05:00:23,187 basehttp 39206 6138638336 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-16 05:00:23,187 basehttp 39206 6172291072 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-16 05:00:23,187 basehttp 39206 6121811968 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-16 05:00:23,187 basehttp 39206 13321187328 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-16 05:00:23,188 basehttp 39206 6155464704 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-16 05:00:23,189 basehttp 39206 13304360960 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-16 05:00:23,189 basehttp 39206 6138638336 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-16 05:00:23,190 basehttp 39206 6121811968 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-16 05:00:23,191 basehttp 39206 6155464704 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-16 05:00:23,191 basehttp 39206 6172291072 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-16 05:00:23,191 basehttp 39206 13321187328 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-16 05:00:23,193 basehttp 39206 6155464704 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-16 05:00:23,193 basehttp 39206 6121811968 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-16 05:00:23,193 basehttp 39206 6138638336 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-16 05:00:23,193 basehttp 39206 6172291072 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-16 05:00:23,194 basehttp 39206 13304360960 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-16 05:00:23,202 basehttp 39206 13304360960 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-16 05:00:23,224 basehttp 39206 6172291072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:00:23,229 basehttp 39206 6155464704 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 29487 WARNING 2025-09-16 05:00:23,584 log 39206 6155464704 Not Found: /favicon.ico WARNING 2025-09-16 05:00:23,584 basehttp 39206 6155464704 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-16 05:01:22,970 basehttp 39206 6155464704 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40205 WARNING 2025-09-16 05:01:22,988 log 39206 6155464704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:01:22,988 basehttp 39206 6155464704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:01:23,076 basehttp 39206 6155464704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:01:23,081 basehttp 39206 6172291072 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 29539 INFO 2025-09-16 05:01:47,419 basehttp 39206 6172291072 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40205 WARNING 2025-09-16 05:01:47,432 log 39206 6172291072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:01:47,432 basehttp 39206 6172291072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:01:47,489 basehttp 39206 6172291072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:01:47,495 basehttp 39206 6155464704 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 29549 INFO 2025-09-16 05:02:47,487 basehttp 39206 6155464704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:03:33,729 basehttp 39206 6155464704 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40776 WARNING 2025-09-16 05:03:33,751 log 39206 6155464704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:03:33,752 basehttp 39206 6155464704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:03:33,813 basehttp 39206 6155464704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:03:33,817 basehttp 39206 6172291072 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 29549 INFO 2025-09-16 05:04:12,652 basehttp 39206 6172291072 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40776 WARNING 2025-09-16 05:04:12,663 log 39206 6172291072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:04:12,664 basehttp 39206 6172291072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:04:12,726 basehttp 39206 6172291072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:04:12,732 basehttp 39206 6155464704 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 30060 INFO 2025-09-16 05:04:20,361 basehttp 39206 6155464704 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40776 WARNING 2025-09-16 05:04:20,376 log 39206 6155464704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:04:20,377 basehttp 39206 6155464704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:04:20,428 basehttp 39206 6155464704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:04:20,435 basehttp 39206 6172291072 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 30060 INFO 2025-09-16 05:05:20,431 basehttp 39206 6172291072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:06:20,428 basehttp 39206 6172291072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:07:20,442 basehttp 39206 6172291072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 05:07:33,450 basehttp 39206 6172291072 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40881 INFO 2025-09-16 05:07:33,462 basehttp 39206 6172291072 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-16 05:07:33,465 basehttp 39206 6155464704 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 WARNING 2025-09-16 05:07:33,471 log 39206 6172291072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:07:33,471 basehttp 39206 6172291072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:07:33,533 basehttp 39206 6121811968 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-16 05:07:33,541 basehttp 39206 6172291072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 05:07:33,548 basehttp 39206 6155464704 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 30126 INFO 2025-09-16 05:07:38,037 basehttp 39206 6155464704 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40881 WARNING 2025-09-16 05:07:38,052 log 39206 6155464704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:07:38,052 basehttp 39206 6155464704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:07:38,111 basehttp 39206 6155464704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 05:07:38,116 basehttp 39206 6172291072 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 30126 INFO 2025-09-16 05:08:38,428 basehttp 39206 6172291072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 05:09:32,546 basehttp 39206 6172291072 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 INFO 2025-09-16 05:09:32,554 basehttp 39206 6172291072 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-16 05:09:32,560 basehttp 39206 6138638336 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-16 05:09:32,564 basehttp 39206 13304360960 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-16 05:09:32,570 basehttp 39206 13304360960 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-16 05:09:32,573 basehttp 39206 6138638336 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-16 05:09:32,575 basehttp 39206 13304360960 "GET /static/js/custom.js HTTP/1.1" 200 4105 WARNING 2025-09-16 05:09:32,577 log 39206 6121811968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:09:32,578 basehttp 39206 6121811968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:09:32,580 basehttp 39206 6138638336 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 INFO 2025-09-16 05:09:32,583 basehttp 39206 6155464704 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-16 05:09:32,584 basehttp 39206 13304360960 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-16 05:09:32,584 basehttp 39206 6121811968 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-16 05:09:32,586 basehttp 39206 6172291072 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-16 05:09:32,586 basehttp 39206 6138638336 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-16 05:09:32,595 basehttp 39206 6172291072 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-16 05:09:32,595 basehttp 39206 13304360960 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-16 05:09:32,596 basehttp 39206 6138638336 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-16 05:09:32,597 basehttp 39206 6121811968 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-16 05:09:32,598 basehttp 39206 6138638336 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-16 05:09:32,599 basehttp 39206 6172291072 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-16 05:09:32,600 basehttp 39206 6121811968 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-16 05:09:32,600 basehttp 39206 6155464704 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-16 05:09:32,600 basehttp 39206 13304360960 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-16 05:09:32,602 basehttp 39206 6172291072 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-16 05:09:32,603 basehttp 39206 6138638336 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-16 05:09:32,604 basehttp 39206 13304360960 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-16 05:09:32,604 basehttp 39206 6155464704 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-16 05:09:32,604 basehttp 39206 6121811968 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-16 05:09:32,608 basehttp 39206 13304360960 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-16 05:09:32,608 basehttp 39206 6172291072 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-16 05:09:32,609 basehttp 39206 6138638336 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-16 05:09:32,609 basehttp 39206 6121811968 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-16 05:09:32,609 basehttp 39206 13321187328 "GET /media/profile_pictures/me.jpg HTTP/1.1" 200 721666 INFO 2025-09-16 05:09:32,610 basehttp 39206 6155464704 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-16 05:09:32,842 basehttp 39206 6155464704 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-16 05:09:32,846 basehttp 39206 6155464704 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-16 05:09:32,869 basehttp 39206 6155464704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 05:09:32,876 basehttp 39206 13321187328 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 30155 WARNING 2025-09-16 05:09:33,029 log 39206 13321187328 Not Found: /favicon.ico WARNING 2025-09-16 05:09:33,029 basehttp 39206 13321187328 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-16 05:10:32,867 basehttp 39206 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 05:11:32,862 basehttp 39206 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 05:12:06,100 basehttp 39206 13321187328 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:12:06,114 log 39206 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:12:06,115 basehttp 39206 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:12:06,204 basehttp 39206 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 05:12:06,211 basehttp 39206 6155464704 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 30143 INFO 2025-09-16 05:13:06,189 basehttp 39206 6121811968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 05:14:06,109 basehttp 39206 6121811968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 05:15:05,490 basehttp 39206 6121811968 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:15:05,510 log 39206 6121811968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:15:05,510 basehttp 39206 6121811968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:15:05,575 basehttp 39206 6121811968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 05:15:05,582 basehttp 39206 6138638336 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 30149 INFO 2025-09-16 05:15:06,731 basehttp 39206 6138638336 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:15:06,753 log 39206 6138638336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:15:06,754 basehttp 39206 6138638336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:15:06,804 basehttp 39206 6138638336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 05:15:06,809 basehttp 39206 6121811968 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 30149 INFO 2025-09-16 05:15:15,401 basehttp 39206 6121811968 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 INFO 2025-09-16 05:15:15,412 basehttp 39206 6155464704 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-16 05:15:15,416 basehttp 39206 13304360960 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-16 05:15:15,421 basehttp 39206 6121811968 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-16 05:15:15,422 basehttp 39206 13304360960 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-16 05:15:15,426 basehttp 39206 6121811968 "GET /static/js/custom.js HTTP/1.1" 200 4105 WARNING 2025-09-16 05:15:15,432 log 39206 6155464704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:15:15,433 basehttp 39206 6155464704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:15:15,434 basehttp 39206 6121811968 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-16 05:15:15,434 basehttp 39206 13304360960 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 INFO 2025-09-16 05:15:15,435 basehttp 39206 6155464704 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-16 05:15:15,437 basehttp 39206 6138638336 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-16 05:15:15,439 basehttp 39206 6155464704 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-16 05:15:15,440 basehttp 39206 13304360960 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-16 05:15:15,440 basehttp 39206 6138638336 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-16 05:15:15,441 basehttp 39206 6121811968 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-16 05:15:15,441 basehttp 39206 6172291072 "GET /media/profile_pictures/me.jpg HTTP/1.1" 200 721666 INFO 2025-09-16 05:15:15,443 basehttp 39206 13304360960 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-16 05:15:15,444 basehttp 39206 6121811968 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-16 05:15:15,445 basehttp 39206 6138638336 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-16 05:15:15,445 basehttp 39206 6172291072 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-16 05:15:15,445 basehttp 39206 6155464704 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-16 05:15:15,447 basehttp 39206 13304360960 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-16 05:15:15,447 basehttp 39206 6121811968 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-16 05:15:15,447 basehttp 39206 6155464704 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-16 05:15:15,447 basehttp 39206 6138638336 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-16 05:15:15,447 basehttp 39206 6172291072 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-16 05:15:15,448 basehttp 39206 13321187328 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-16 05:15:15,454 basehttp 39206 6138638336 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-16 05:15:15,455 basehttp 39206 6121811968 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-16 05:15:15,455 basehttp 39206 13321187328 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-16 05:15:15,455 basehttp 39206 6155464704 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-16 05:15:15,455 basehttp 39206 13304360960 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-16 05:15:15,455 basehttp 39206 6172291072 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-16 05:15:15,456 basehttp 39206 6138638336 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-16 05:15:15,676 basehttp 39206 6138638336 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-16 05:15:15,718 basehttp 39206 6138638336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 05:15:15,728 basehttp 39206 13304360960 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 30149 INFO 2025-09-16 05:15:15,728 basehttp 39206 6172291072 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 WARNING 2025-09-16 05:15:15,912 log 39206 6172291072 Not Found: /favicon.ico WARNING 2025-09-16 05:15:15,912 basehttp 39206 6172291072 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-16 05:16:15,717 basehttp 39206 6172291072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 05:17:09,731 basehttp 39206 6172291072 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:17:09,751 log 39206 6172291072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:17:09,751 basehttp 39206 6172291072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:17:09,844 basehttp 39206 6172291072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:17:09,850 basehttp 39206 13304360960 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 30149 INFO 2025-09-16 05:18:09,838 basehttp 39206 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:19:09,839 basehttp 39206 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:19:37,829 basehttp 39206 13304360960 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:19:37,846 log 39206 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:19:37,846 basehttp 39206 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:19:37,896 basehttp 39206 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:19:37,907 basehttp 39206 6172291072 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 30149 INFO 2025-09-16 05:20:37,904 basehttp 39206 6172291072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:21:37,899 basehttp 39206 6172291072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:22:06,923 autoreload 39206 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:22:07,395 autoreload 49347 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:22:11,621 basehttp 49347 6203568128 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:22:11,645 log 49347 6203568128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:22:11,645 basehttp 49347 6203568128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:22:11,690 basehttp 49347 6203568128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:22:11,717 basehttp 49347 6220394496 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 50033 INFO 2025-09-16 05:23:11,696 basehttp 49347 6220394496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:24:11,692 basehttp 49347 6220394496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:25:11,689 basehttp 49347 6220394496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:25:21,663 autoreload 49347 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:25:22,030 autoreload 50737 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:26:11,766 basehttp 50737 6155956224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:26:34,244 autoreload 50737 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:26:34,652 autoreload 51276 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:27:11,766 basehttp 51276 6132494336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:27:18,544 autoreload 51276 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:27:18,950 autoreload 51669 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:27:19,548 basehttp 51669 6163116032 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:27:19,565 log 51669 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:27:19,565 basehttp 51669 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:27:19,635 basehttp 51669 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 05:27:19,658 log 51669 12901707776 Internal Server Error: /en/emr/vital-signs-chart/11/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 574, in vital_signs_chart 'vital_signs': json.dumps(vital_signs_for_chart), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 231, in dumps return _default_encoder.encode(obj) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type datetime is not JSON serializable ERROR 2025-09-16 05:27:19,659 basehttp 51669 12901707776 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 500 118873 INFO 2025-09-16 05:28:11,948 basehttp 51669 12901707776 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:28:11,966 log 51669 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:28:11,966 basehttp 51669 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:28:12,033 basehttp 51669 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 05:28:12,053 log 51669 6163116032 Internal Server Error: /en/emr/vital-signs-chart/11/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 574, in vital_signs_chart 'vital_signs': json.dumps(vital_signs_for_chart), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 231, in dumps return _default_encoder.encode(obj) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type datetime is not JSON serializable ERROR 2025-09-16 05:28:12,054 basehttp 51669 6163116032 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 500 118858 INFO 2025-09-16 05:28:32,170 autoreload 51669 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:28:32,586 autoreload 52242 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 05:28:33,767 log 52242 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:28:33,767 basehttp 52242 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 05:28:33,798 log 52242 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:28:33,799 basehttp 52242 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:28:35,992 basehttp 52242 6325039104 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:28:36,010 log 52242 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:28:36,010 basehttp 52242 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:28:36,062 basehttp 52242 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 05:28:36,110 log 52242 6341865472 Internal Server Error: /en/emr/vital-signs-chart/11/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 574, in vital_signs_chart 'vital_signs': json.dumps(vital_signs_for_chart), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 231, in dumps return _default_encoder.encode(obj) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type Decimal is not JSON serializable ERROR 2025-09-16 05:28:36,111 basehttp 52242 6341865472 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 500 121617 INFO 2025-09-16 05:29:23,996 autoreload 52242 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:29:24,434 autoreload 52561 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:29:36,147 basehttp 52561 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:30:04,157 autoreload 52561 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:30:04,592 autoreload 52877 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:30:05,036 basehttp 52877 6196948992 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:30:05,055 log 52877 6196948992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:30:05,055 basehttp 52877 6196948992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:30:05,105 basehttp 52877 6196948992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 05:30:05,141 log 52877 6213775360 Internal Server Error: /en/emr/vital-signs-chart/11/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 576, in vital_signs_chart 'vital_signs': json.dumps(vital_signs_for_chart), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 231, in dumps return _default_encoder.encode(obj) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type Decimal is not JSON serializable ERROR 2025-09-16 05:30:05,142 basehttp 52877 6213775360 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 500 121679 INFO 2025-09-16 05:30:07,273 basehttp 52877 6213775360 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:30:07,290 log 52877 6213775360 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:30:07,290 basehttp 52877 6213775360 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:30:07,345 basehttp 52877 6213775360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 05:30:07,365 log 52877 6196948992 Internal Server Error: /en/emr/vital-signs-chart/11/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 576, in vital_signs_chart 'vital_signs': json.dumps(vital_signs_for_chart), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 231, in dumps return _default_encoder.encode(obj) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type Decimal is not JSON serializable ERROR 2025-09-16 05:30:07,366 basehttp 52877 6196948992 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 500 121679 INFO 2025-09-16 05:31:00,105 autoreload 52877 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:31:00,537 autoreload 53335 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:31:04,556 basehttp 53335 6171242496 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:31:04,574 log 53335 6171242496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:31:04,574 basehttp 53335 6171242496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:31:04,630 basehttp 53335 6171242496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:31:04,636 basehttp 53335 12901707776 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 47029 INFO 2025-09-16 05:31:12,255 basehttp 53335 12901707776 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:31:12,273 log 53335 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:31:12,273 basehttp 53335 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:31:12,325 basehttp 53335 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:31:12,329 basehttp 53335 6171242496 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 47029 INFO 2025-09-16 05:31:41,915 basehttp 53335 6171242496 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:31:41,927 log 53335 6171242496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:31:41,927 basehttp 53335 6171242496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:31:41,977 basehttp 53335 6171242496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:31:41,997 basehttp 53335 12901707776 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 61189 INFO 2025-09-16 05:32:33,483 basehttp 53335 12901707776 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:32:33,495 log 53335 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:32:33,495 basehttp 53335 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:32:33,543 basehttp 53335 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:32:33,548 basehttp 53335 6171242496 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 61175 INFO 2025-09-16 05:32:55,928 basehttp 53335 6171242496 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:32:55,941 log 53335 6171242496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:32:55,941 basehttp 53335 6171242496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:32:55,984 basehttp 53335 6171242496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:32:55,992 basehttp 53335 12901707776 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 56315 INFO 2025-09-16 05:33:55,985 basehttp 53335 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:34:12,263 autoreload 53335 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:34:12,628 autoreload 54734 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:34:56,079 basehttp 54734 6171521024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:35:33,603 basehttp 54734 6171521024 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:35:33,619 log 54734 6171521024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:35:33,619 basehttp 54734 6171521024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:35:33,669 basehttp 54734 6171521024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:35:33,692 basehttp 54734 6325039104 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 49897 INFO 2025-09-16 05:35:58,680 basehttp 54734 6325039104 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:35:58,699 log 54734 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:35:58,699 basehttp 54734 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:35:58,755 basehttp 54734 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:35:58,775 basehttp 54734 6171521024 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 50517 INFO 2025-09-16 05:36:12,384 basehttp 54734 6171521024 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:36:12,398 log 54734 6171521024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:36:12,399 basehttp 54734 6171521024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:36:12,451 basehttp 54734 6171521024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:36:12,469 basehttp 54734 6325039104 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 50033 INFO 2025-09-16 05:37:12,457 basehttp 54734 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:38:04,817 basehttp 54734 6325039104 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:38:04,829 log 54734 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:38:04,829 basehttp 54734 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:38:04,882 basehttp 54734 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:38:04,903 basehttp 54734 6171521024 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 49228 INFO 2025-09-16 05:38:54,589 basehttp 54734 6171521024 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:38:54,606 log 54734 6171521024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:38:54,606 basehttp 54734 6171521024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:38:54,670 basehttp 54734 6171521024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:38:54,705 basehttp 54734 6325039104 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 49789 INFO 2025-09-16 05:39:17,928 basehttp 54734 6325039104 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:39:17,941 log 54734 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:39:17,941 basehttp 54734 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:39:17,991 basehttp 54734 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:39:18,047 basehttp 54734 6171521024 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 51172 INFO 2025-09-16 05:40:07,518 basehttp 54734 6171521024 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:40:07,530 log 54734 6171521024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:40:07,530 basehttp 54734 6171521024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:40:07,574 basehttp 54734 6171521024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:40:07,612 basehttp 54734 6325039104 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 50033 INFO 2025-09-16 05:41:07,587 basehttp 54734 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:41:57,777 autoreload 54734 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:41:58,202 autoreload 58142 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:42:00,876 basehttp 58142 6137655296 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:42:00,896 log 58142 6137655296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:42:00,896 basehttp 58142 6137655296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:42:00,953 basehttp 58142 6137655296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:42:00,995 basehttp 58142 6154481664 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 50033 INFO 2025-09-16 05:43:00,955 basehttp 58142 6154481664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:43:35,489 autoreload 58142 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:43:35,915 autoreload 58842 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:43:38,028 basehttp 58842 6136033280 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:43:38,047 log 58842 6136033280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:43:38,047 basehttp 58842 6136033280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:43:38,097 basehttp 58842 6136033280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 05:43:38,131 log 58842 6152859648 Internal Server Error: /en/emr/vital-signs-chart/11/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 564, in vital_signs_chart print(dj_format(vital_signs)) ^^^^^^^^^^^^^^^^^^^^^^ TypeError: format() missing 1 required positional argument: 'format_string' ERROR 2025-09-16 05:43:38,132 basehttp 58842 6152859648 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 500 75019 INFO 2025-09-16 05:43:51,806 autoreload 58842 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:43:52,183 autoreload 59010 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:44:31,941 autoreload 59010 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:44:32,307 autoreload 59324 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:44:38,167 basehttp 59324 6167801856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:44:44,101 basehttp 59324 6167801856 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:44:44,120 log 59324 6167801856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:44:44,120 basehttp 59324 6167801856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:44:44,168 basehttp 59324 6167801856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 05:44:44,221 log 59324 6184628224 Internal Server Error: /en/emr/vital-signs-chart/11/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 564, in vital_signs_chart print(dj_format(vital_signs,"M d, Y H:i")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/dateformat.py", line 325, in format return df.format(format_string) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/dateformat.py", line 49, in format pieces.append(str(getattr(self, piece)())) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/dateformat.py", line 249, in M return MONTHS_3[self.data.month].title() ^^^^^^^^^^^^^^^ AttributeError: 'QuerySet' object has no attribute 'month' ERROR 2025-09-16 05:44:44,222 basehttp 59324 6184628224 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 500 88330 INFO 2025-09-16 05:45:32,916 autoreload 59324 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:45:33,348 autoreload 59712 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:45:35,401 basehttp 59712 13052751872 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:45:35,418 log 59712 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:45:35,418 basehttp 59712 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:45:35,467 basehttp 59712 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:45:35,510 basehttp 59712 13069578240 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 50033 INFO 2025-09-16 05:46:35,463 basehttp 59712 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:46:38,005 autoreload 59712 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:46:38,409 autoreload 60258 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:46:40,857 basehttp 60258 12918534144 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:46:40,874 log 60258 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:46:40,874 basehttp 60258 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:46:40,931 basehttp 60258 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 05:46:41,010 log 60258 12935360512 Internal Server Error: /en/emr/vital-signs-chart/11/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 559, in vital_signs_chart json_data = json.dumps({vital_signs}) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 231, in dumps return _default_encoder.encode(obj) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type set is not JSON serializable ERROR 2025-09-16 05:46:41,011 basehttp 60258 12935360512 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 500 97350 INFO 2025-09-16 05:47:22,550 autoreload 60258 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:47:22,950 autoreload 60569 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:47:25,767 basehttp 60569 6169686016 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:47:25,787 log 60569 6169686016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:47:25,787 basehttp 60569 6169686016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:47:25,835 basehttp 60569 6169686016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 05:47:25,897 log 60569 13304360960 Internal Server Error: /en/emr/vital-signs-chart/11/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 559, in vital_signs_chart json_data = json.dumps(vital_signs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 231, in dumps return _default_encoder.encode(obj) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type QuerySet is not JSON serializable ERROR 2025-09-16 05:47:25,898 basehttp 60569 13304360960 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 500 97352 INFO 2025-09-16 05:48:25,836 basehttp 60569 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:48:49,538 autoreload 60569 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:48:49,945 autoreload 61218 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:48:51,855 basehttp 61218 6134411264 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:48:51,874 log 61218 6134411264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:48:51,874 basehttp 61218 6134411264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:48:51,924 basehttp 61218 6134411264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:48:51,959 basehttp 61218 6151237632 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 50033 INFO 2025-09-16 05:49:14,278 autoreload 61218 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:49:14,640 autoreload 61391 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:49:15,820 basehttp 61391 6204600320 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:49:15,838 log 61391 6204600320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:49:15,838 basehttp 61391 6204600320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:49:15,890 basehttp 61391 6204600320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:49:15,936 basehttp 61391 6221426688 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 50033 INFO 2025-09-16 05:50:15,889 basehttp 61391 6221426688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:50:22,598 autoreload 61391 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:50:22,969 autoreload 61932 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:50:24,947 basehttp 61932 6156808192 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:50:24,959 log 61932 6156808192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:50:24,959 basehttp 61932 6156808192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:50:25,013 basehttp 61932 6156808192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 05:50:25,050 log 61932 6173634560 Internal Server Error: /en/emr/vital-signs-chart/11/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 564, in vital_signs_chart print(vital_signs.measured_datetime) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'QuerySet' object has no attribute 'measured_datetime' ERROR 2025-09-16 05:50:25,052 basehttp 61932 6173634560 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 500 75077 INFO 2025-09-16 05:51:03,784 autoreload 61932 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:51:04,199 autoreload 62246 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:51:21,040 autoreload 62246 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:51:21,461 autoreload 62330 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:51:25,063 basehttp 62330 6191001600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:51:25,361 basehttp 62330 6191001600 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:51:25,378 log 62330 6191001600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:51:25,378 basehttp 62330 6191001600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:51:25,425 basehttp 62330 6191001600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 05:51:25,518 log 62330 6207827968 Internal Server Error: /en/emr/vital-signs-chart/11/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 564, in vital_signs_chart print(vital_signs.get('measured_datetime')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 619, in get clone = self._chain() if self.query.combinator else self.filter(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1523, in build_filter arg, value = filter_expr ^^^^^^^^^^ ValueError: too many values to unpack (expected 2) ERROR 2025-09-16 05:51:25,519 basehttp 62330 6207827968 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 500 113895 INFO 2025-09-16 05:51:56,049 autoreload 62330 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:51:56,472 autoreload 62641 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:51:57,204 basehttp 62641 6133624832 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:51:57,220 log 62641 6133624832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:51:57,220 basehttp 62641 6133624832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:51:57,271 basehttp 62641 6133624832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 05:51:57,340 log 62641 6150451200 Internal Server Error: /en/emr/vital-signs-chart/11/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 564, in vital_signs_chart print(vital_signs.get('measured_datetime', "")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 619, in get clone = self._chain() if self.query.combinator else self.filter(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1523, in build_filter arg, value = filter_expr ^^^^^^^^^^ ValueError: too many values to unpack (expected 2) ERROR 2025-09-16 05:51:57,342 basehttp 62641 6150451200 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 500 113987 INFO 2025-09-16 05:52:45,532 autoreload 62641 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:52:45,927 autoreload 62954 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:52:47,585 basehttp 62954 6170947584 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:52:47,605 log 62954 6170947584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:52:47,606 basehttp 62954 6170947584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:52:47,662 basehttp 62954 6170947584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:52:47,700 basehttp 62954 12901707776 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 50033 INFO 2025-09-16 05:53:47,665 basehttp 62954 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:54:48,340 basehttp 62954 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:55:49,341 basehttp 62954 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:56:50,336 basehttp 62954 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:57:35,447 autoreload 62954 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:57:35,802 autoreload 65127 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 05:57:36,901 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:57:36,901 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 05:57:36,921 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:57:36,922 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:57:39,023 basehttp 65127 6165295104 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:57:39,040 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:57:39,040 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:57:39,101 basehttp 65127 6165295104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:57:39,115 basehttp 65127 13035925504 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 32616 INFO 2025-09-16 05:58:15,148 basehttp 65127 13035925504 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:58:15,164 log 65127 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:58:15,164 basehttp 65127 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:58:15,208 basehttp 65127 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:58:15,240 basehttp 65127 6165295104 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 28644 INFO 2025-09-16 05:58:40,974 basehttp 65127 6165295104 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:58:40,990 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:58:40,990 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:58:41,049 basehttp 65127 6165295104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:58:41,079 basehttp 65127 13035925504 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 27239 INFO 2025-09-16 05:59:21,120 basehttp 65127 13035925504 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:59:21,132 log 65127 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:59:21,133 basehttp 65127 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:59:21,205 basehttp 65127 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:59:21,215 basehttp 65127 6165295104 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 27234 INFO 2025-09-16 06:00:11,940 basehttp 65127 6165295104 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:00:11,951 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:00:11,951 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:00:12,002 basehttp 65127 6165295104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:00:12,019 basehttp 65127 13035925504 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 27474 INFO 2025-09-16 06:00:22,960 basehttp 65127 13035925504 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:00:22,972 log 65127 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:00:22,972 basehttp 65127 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:00:23,029 basehttp 65127 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:00:23,042 basehttp 65127 6165295104 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 27474 INFO 2025-09-16 06:00:43,581 basehttp 65127 6165295104 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:00:43,592 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:00:43,592 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:00:43,643 basehttp 65127 6165295104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:00:43,660 basehttp 65127 13035925504 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 27789 INFO 2025-09-16 06:01:11,396 basehttp 65127 13035925504 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:01:11,413 log 65127 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:01:11,413 basehttp 65127 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:01:11,468 basehttp 65127 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:01:11,482 basehttp 65127 6165295104 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 31674 INFO 2025-09-16 06:01:54,639 basehttp 65127 6165295104 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:01:54,650 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:01:54,650 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:01:54,710 basehttp 65127 6165295104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:01:54,736 basehttp 65127 13035925504 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 34434 INFO 2025-09-16 06:02:54,695 basehttp 65127 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:02:58,070 basehttp 65127 13035925504 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:02:58,081 log 65127 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:02:58,081 basehttp 65127 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:02:58,135 basehttp 65127 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:02:58,164 basehttp 65127 6165295104 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 33114 INFO 2025-09-16 06:03:16,350 basehttp 65127 6165295104 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:03:16,363 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:03:16,363 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:03:16,433 basehttp 65127 6165295104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:03:16,450 basehttp 65127 13035925504 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 33114 INFO 2025-09-16 06:03:22,927 basehttp 65127 13035925504 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:03:22,937 log 65127 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:03:22,937 basehttp 65127 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:03:22,988 basehttp 65127 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:03:23,003 basehttp 65127 6165295104 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 33114 INFO 2025-09-16 06:03:44,934 basehttp 65127 6165295104 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:03:44,947 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:03:44,947 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:03:45,003 basehttp 65127 6165295104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:03:45,033 basehttp 65127 13035925504 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 33114 INFO 2025-09-16 06:04:03,529 basehttp 65127 13035925504 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:04:03,545 log 65127 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:04:03,545 basehttp 65127 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:04:03,603 basehttp 65127 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:04:03,633 basehttp 65127 6165295104 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 33114 INFO 2025-09-16 06:04:43,490 basehttp 65127 6165295104 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:04:43,502 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:04:43,502 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:04:43,556 basehttp 65127 6165295104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:04:43,579 basehttp 65127 13035925504 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 33506 INFO 2025-09-16 06:05:19,297 basehttp 65127 13035925504 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:05:19,309 log 65127 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:05:19,309 basehttp 65127 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:05:19,360 basehttp 65127 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:05:19,396 basehttp 65127 6165295104 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 33326 INFO 2025-09-16 06:06:19,353 basehttp 65127 6165295104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:06:22,536 basehttp 65127 6165295104 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:06:22,553 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:06:22,553 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:06:22,602 basehttp 65127 6165295104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:06:22,635 basehttp 65127 13035925504 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 33643 INFO 2025-09-16 06:06:51,907 basehttp 65127 13035925504 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:06:51,917 log 65127 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:06:51,918 basehttp 65127 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:06:51,970 basehttp 65127 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 06:06:52,007 basehttp 65127 6165295104 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 33103 INFO 2025-09-16 06:07:06,869 basehttp 65127 6165295104 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:07:06,886 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:07:06,886 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:07:06,936 basehttp 65127 6165295104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 06:07:06,952 basehttp 65127 13035925504 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 33103 INFO 2025-09-16 06:07:33,511 basehttp 65127 13035925504 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:07:33,523 log 65127 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:07:33,523 basehttp 65127 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:07:33,575 basehttp 65127 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 06:07:33,595 basehttp 65127 6165295104 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 33260 INFO 2025-09-16 06:08:07,642 basehttp 65127 6165295104 "GET /en/emr/vital-signs/ HTTP/1.1" 200 90247 WARNING 2025-09-16 06:08:07,658 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:08:07,658 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:08:07,704 basehttp 65127 6165295104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 06:08:23,583 basehttp 65127 6165295104 "GET /en/emr/vital-signs/ HTTP/1.1" 200 90247 WARNING 2025-09-16 06:08:23,597 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:08:23,597 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:08:23,648 basehttp 65127 6165295104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-09-16 06:08:41,127 log 65127 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:08:41,128 basehttp 65127 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:08:41,129 basehttp 65127 6165295104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 06:08:41,148 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:08:41,148 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:08:42,255 basehttp 65127 6165295104 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 37672 INFO 2025-09-16 06:08:42,275 basehttp 65127 13086404608 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-16 06:08:42,275 basehttp 65127 13035925504 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-16 06:08:42,276 basehttp 65127 13052751872 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-16 06:08:42,276 basehttp 65127 6165295104 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-16 06:08:42,277 basehttp 65127 13069578240 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-16 06:08:42,278 basehttp 65127 13086404608 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-16 06:08:42,281 log 65127 13103230976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:08:42,281 basehttp 65127 13103230976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:09:06,549 autoreload 65127 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 06:09:07,125 autoreload 70256 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 06:09:10,048 basehttp 70256 6199898112 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 37672 WARNING 2025-09-16 06:09:10,068 log 70256 6199898112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:09:10,068 basehttp 70256 6199898112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:09:10,120 basehttp 70256 6199898112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 06:10:10,320 basehttp 70256 6199898112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 06:11:10,320 basehttp 70256 6199898112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 06:12:10,324 basehttp 70256 6199898112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 06:12:55,126 basehttp 70256 6199898112 "GET /en/admin/emr/clinicalnote/ HTTP/1.1" 200 166637 INFO 2025-09-16 06:12:55,141 basehttp 70256 6199898112 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-16 06:12:55,143 basehttp 70256 6216724480 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-16 06:12:55,144 basehttp 70256 6267203584 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-16 06:12:55,144 basehttp 70256 6233550848 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-16 06:12:55,144 basehttp 70256 6250377216 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-16 06:12:55,145 basehttp 70256 6199898112 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-16 06:12:55,145 basehttp 70256 6267203584 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-16 06:12:55,146 basehttp 70256 6233550848 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-16 06:12:55,146 basehttp 70256 6199898112 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-16 06:12:55,147 basehttp 70256 6250377216 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-16 06:12:55,148 basehttp 70256 6250377216 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-16 06:12:55,149 basehttp 70256 6233550848 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-16 06:12:55,149 basehttp 70256 6267203584 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-16 06:12:55,150 basehttp 70256 6233550848 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-09-16 06:12:55,151 basehttp 70256 6250377216 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-16 06:12:55,152 basehttp 70256 6199898112 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-16 06:12:55,153 basehttp 70256 6216724480 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-16 06:12:55,154 basehttp 70256 6216724480 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-16 06:12:55,155 basehttp 70256 6284029952 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-16 06:12:55,155 basehttp 70256 6216724480 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-16 06:12:55,169 basehttp 70256 6216724480 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-16 06:12:55,170 basehttp 70256 6284029952 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-16 06:12:55,170 basehttp 70256 6216724480 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-16 06:12:55,171 basehttp 70256 6216724480 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-16 06:13:00,271 basehttp 70256 6216724480 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 37348 WARNING 2025-09-16 06:13:00,286 log 70256 6216724480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:13:00,287 basehttp 70256 6216724480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:13:00,341 basehttp 70256 6216724480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 06:13:12,916 basehttp 70256 6199898112 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 37657 WARNING 2025-09-16 06:13:12,934 log 70256 6199898112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:13:12,934 basehttp 70256 6199898112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:13:12,982 basehttp 70256 6199898112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 06:14:04,437 basehttp 70256 6199898112 "GET /en/emr/ HTTP/1.1" 200 70511 WARNING 2025-09-16 06:14:04,456 log 70256 6199898112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:14:04,456 basehttp 70256 6199898112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:14:04,479 basehttp 70256 6199898112 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 06:14:07,136 basehttp 70256 6199898112 "GET /en/emr/encounters/3296/ HTTP/1.1" 200 38929 WARNING 2025-09-16 06:14:07,157 log 70256 6199898112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:14:07,157 basehttp 70256 6199898112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:14:07,210 basehttp 70256 6199898112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-16 06:14:17,266 log 70256 6199898112 Internal Server Error: /en/emr/notes/2831/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard' not found. 'dashboard' is not a valid view function or pattern name. ERROR 2025-09-16 06:14:17,268 basehttp 70256 6199898112 "GET /en/emr/notes/2831/ HTTP/1.1" 500 169775 WARNING 2025-09-16 06:14:17,294 log 70256 6199898112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:14:17,294 basehttp 70256 6199898112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 06:14:51,605 log 70256 6199898112 Internal Server Error: /en/emr/notes/2831/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' not found. 'patient_detail' is not a valid view function or pattern name. ERROR 2025-09-16 06:14:51,606 basehttp 70256 6199898112 "GET /en/emr/notes/2831/ HTTP/1.1" 500 169300 WARNING 2025-09-16 06:14:51,624 log 70256 6199898112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:14:51,624 basehttp 70256 6199898112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 06:15:41,305 log 70256 6199898112 Internal Server Error: /en/emr/notes/2831/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-09-16 06:15:41,307 basehttp 70256 6199898112 "GET /en/emr/notes/2831/ HTTP/1.1" 500 172674 WARNING 2025-09-16 06:15:41,321 log 70256 6199898112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:15:41,321 basehttp 70256 6199898112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 06:16:15,026 log 70256 6199898112 Internal Server Error: /en/emr/notes/2831/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-09-16 06:16:15,027 basehttp 70256 6199898112 "GET /en/emr/notes/2831/ HTTP/1.1" 500 172576 WARNING 2025-09-16 06:16:15,042 log 70256 6199898112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:16:15,042 basehttp 70256 6199898112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 06:16:44,469 log 70256 6199898112 Internal Server Error: /en/emr/notes/2831/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'clinical_note_sign' not found. 'clinical_note_sign' is not a valid view function or pattern name. ERROR 2025-09-16 06:16:44,470 basehttp 70256 6199898112 "GET /en/emr/notes/2831/ HTTP/1.1" 500 169491 WARNING 2025-09-16 06:16:44,482 log 70256 6199898112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:16:44,482 basehttp 70256 6199898112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 06:17:05,467 log 70256 6199898112 Internal Server Error: /en/emr/notes/2831/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'sign_note' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/note/(?P[0-9]+)/sign/\\Z'] ERROR 2025-09-16 06:17:05,468 basehttp 70256 6199898112 "GET /en/emr/notes/2831/ HTTP/1.1" 500 172447 WARNING 2025-09-16 06:17:05,481 log 70256 6199898112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:17:05,481 basehttp 70256 6199898112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:19:40,220 autoreload 70256 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 06:19:40,600 autoreload 74911 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 06:19:41,049 log 74911 6192050176 Internal Server Error: /en/emr/notes/2831/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'sign_note' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/note/(?P[0-9]+)/sign/\\Z'] ERROR 2025-09-16 06:19:41,052 basehttp 74911 6192050176 "GET /en/emr/notes/2831/ HTTP/1.1" 500 172447 WARNING 2025-09-16 06:19:41,066 log 74911 6192050176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:19:41,066 basehttp 74911 6192050176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 06:19:42,296 log 74911 6192050176 Internal Server Error: /en/emr/notes/2831/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'sign_note' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/note/(?P[0-9]+)/sign/\\Z'] ERROR 2025-09-16 06:19:42,298 basehttp 74911 6192050176 "GET /en/emr/notes/2831/ HTTP/1.1" 500 172447 WARNING 2025-09-16 06:19:42,311 log 74911 6192050176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:19:42,311 basehttp 74911 6192050176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 06:20:45,145 log 74911 6192050176 Internal Server Error: /en/emr/notes/2831/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'sign_note' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/note/(?P[0-9]+)/sign/\\Z'] ERROR 2025-09-16 06:20:45,146 basehttp 74911 6192050176 "GET /en/emr/notes/2831/ HTTP/1.1" 500 172447 WARNING 2025-09-16 06:20:45,158 log 74911 6192050176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:20:45,158 basehttp 74911 6192050176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 06:20:46,009 log 74911 6192050176 Internal Server Error: /en/emr/notes/2831/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'sign_note' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/note/(?P[0-9]+)/sign/\\Z'] ERROR 2025-09-16 06:20:46,010 basehttp 74911 6192050176 "GET /en/emr/notes/2831/ HTTP/1.1" 500 172447 WARNING 2025-09-16 06:20:46,024 log 74911 6192050176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:20:46,024 basehttp 74911 6192050176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 06:22:11,496 log 74911 6208876544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:22:11,496 basehttp 74911 6208876544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:22:11,512 basehttp 74911 6192050176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 06:22:11,513 log 74911 6208876544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:22:11,513 basehttp 74911 6208876544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:22:12,265 basehttp 74911 6208876544 "GET /en/emr/encounters/3296/ HTTP/1.1" 200 38929 WARNING 2025-09-16 06:22:12,286 log 74911 6208876544 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-16 06:22:12,286 basehttp 74911 6192050176 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 WARNING 2025-09-16 06:22:12,286 basehttp 74911 6208876544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:22:12,326 basehttp 74911 6208876544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 06:22:15,424 log 74911 6208876544 Internal Server Error: /en/emr/notes/2830/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'sign_note' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/note/(?P[0-9]+)/sign/\\Z'] ERROR 2025-09-16 06:22:15,426 basehttp 74911 6208876544 "GET /en/emr/notes/2830/ HTTP/1.1" 500 172310 WARNING 2025-09-16 06:22:15,443 log 74911 6208876544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:22:15,443 basehttp 74911 6208876544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 06:22:17,803 log 74911 6208876544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:22:17,803 basehttp 74911 6208876544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 06:22:17,813 log 74911 6208876544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:22:17,813 basehttp 74911 6208876544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:22:25,138 basehttp 74911 6208876544 "GET /en/emr/notes/ HTTP/1.1" 200 27101 WARNING 2025-09-16 06:22:25,160 log 74911 6208876544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:22:25,160 basehttp 74911 6208876544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:22:25,175 basehttp 74911 6208876544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:22:57,681 autoreload 74911 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 06:22:58,056 autoreload 76387 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 06:22:58,941 log 76387 6125170688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:22:58,941 basehttp 76387 6125170688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 06:22:58,964 log 76387 6125170688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:22:58,965 basehttp 76387 6125170688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:23:00,005 basehttp 76387 6125170688 "GET /en/emr/notes/ HTTP/1.1" 200 99893 WARNING 2025-09-16 06:23:00,020 log 76387 6125170688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:23:00,020 basehttp 76387 6125170688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:23:00,069 basehttp 76387 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:23:29,470 autoreload 76387 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 06:23:29,879 autoreload 76623 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 06:23:30,765 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:23:30,766 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:23:30,832 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 06:23:30,834 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:23:30,834 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 06:23:32,097 log 76623 13338013696 Internal Server Error: /en/emr/notes/2831/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'clinical_note_amend' not found. 'clinical_note_amend' is not a valid view function or pattern name. ERROR 2025-09-16 06:23:32,099 basehttp 76623 13338013696 "GET /en/emr/notes/2831/ HTTP/1.1" 500 169702 WARNING 2025-09-16 06:23:32,115 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:23:32,115 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 06:24:06,179 log 76623 13338013696 Internal Server Error: /en/emr/notes/2831/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'clinical_note_addendum' not found. 'clinical_note_addendum' is not a valid view function or pattern name. ERROR 2025-09-16 06:24:06,181 basehttp 76623 13338013696 "GET /en/emr/notes/2831/ HTTP/1.1" 500 169278 WARNING 2025-09-16 06:24:06,193 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:24:06,193 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:24:18,330 basehttp 76623 13338013696 "GET /en/emr/notes/2831/ HTTP/1.1" 200 38912 INFO 2025-09-16 06:24:18,344 basehttp 76623 13321187328 "GET /static/plugins/bootstrap-icons/font/bootstrap-icons.css HTTP/1.1" 200 98255 WARNING 2025-09-16 06:24:18,347 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:24:18,347 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:24:18,380 basehttp 76623 13338013696 "GET /static/plugins/bootstrap-icons/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6 HTTP/1.1" 200 130396 INFO 2025-09-16 06:24:18,398 basehttp 76623 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:24:43,523 basehttp 76623 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 06:24:43,525 log 76623 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:24:43,526 basehttp 76623 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 06:24:43,537 log 76623 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:24:43,537 basehttp 76623 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 06:24:44,144 log 76623 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:24:44,144 basehttp 76623 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 06:24:45,709 log 76623 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:24:45,709 basehttp 76623 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 06:24:45,726 log 76623 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:24:45,726 basehttp 76623 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 06:24:46,011 log 76623 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:24:46,011 basehttp 76623 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 06:24:46,036 log 76623 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:24:46,037 basehttp 76623 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:24:50,476 basehttp 76623 13321187328 "GET /en/emr/notes HTTP/1.1" 301 0 INFO 2025-09-16 06:24:50,496 basehttp 76623 13338013696 "GET /en/emr/notes/ HTTP/1.1" 200 99893 WARNING 2025-09-16 06:24:50,511 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:24:50,511 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:24:50,528 basehttp 76623 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 06:25:11,736 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:25:11,736 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 06:25:11,751 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:25:11,751 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:25:12,714 basehttp 76623 13338013696 "GET /en/emr/notes/2831/ HTTP/1.1" 200 38912 WARNING 2025-09-16 06:25:12,729 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:25:12,729 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:25:12,774 basehttp 76623 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:25:25,752 basehttp 76623 13338013696 "GET /en/emr/notes/2831/ HTTP/1.1" 200 38912 WARNING 2025-09-16 06:25:25,773 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:25:25,773 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:25:25,818 basehttp 76623 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:26:08,145 basehttp 76623 13338013696 "GET /en/emr/notes/2831/ HTTP/1.1" 200 38951 WARNING 2025-09-16 06:26:08,159 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:26:08,159 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:26:08,200 basehttp 76623 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:26:10,131 basehttp 76623 13338013696 "GET /en/patients/patientprofile/22/details/ HTTP/1.1" 200 35458 WARNING 2025-09-16 06:26:10,151 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:26:10,151 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:26:10,194 basehttp 76623 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 06:26:11,845 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:26:11,845 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 06:26:11,854 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:26:11,854 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:27:08,202 basehttp 76623 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:27:08,681 basehttp 76623 13338013696 "GET /en/emr/notes/2831/ HTTP/1.1" 200 38960 WARNING 2025-09-16 06:27:08,695 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:27:08,695 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:27:08,738 basehttp 76623 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:28:09,662 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:29:10,671 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:30:11,664 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:31:30,913 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:32:31,919 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:33:32,906 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:34:34,909 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:43:59,916 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:45:59,907 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:46:59,908 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:48:59,902 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:50:59,901 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:51:59,907 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:52:59,906 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:54:59,922 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:56:59,904 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:58:59,905 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:00:59,915 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:01:59,912 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:02:59,920 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:04:59,915 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:06:59,922 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 07:08:05,623 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 07:09:05,601 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 07:10:05,604 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 07:11:05,603 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 07:12:05,596 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 07:12:46,948 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39448 INFO 2025-09-16 07:12:46,998 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 07:13:04,259 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39443 INFO 2025-09-16 07:13:04,303 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 07:13:40,907 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39442 INFO 2025-09-16 07:13:40,938 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 07:14:41,895 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 07:15:42,894 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 07:16:43,895 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:17:44,893 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:18:08,703 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39449 INFO 2025-09-16 07:18:08,747 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:19:08,760 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:20:08,765 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:21:08,755 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:22:08,773 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:23:08,773 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:23:18,227 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39473 INFO 2025-09-16 07:23:18,262 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:23:36,482 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39473 INFO 2025-09-16 07:23:36,520 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:24:08,792 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39376 INFO 2025-09-16 07:24:08,823 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:24:39,460 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39445 INFO 2025-09-16 07:24:39,493 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:24:56,701 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39442 INFO 2025-09-16 07:24:56,742 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:25:15,628 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39442 INFO 2025-09-16 07:25:15,663 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:25:28,855 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39358 INFO 2025-09-16 07:25:28,897 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:26:28,901 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:26:31,366 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39442 INFO 2025-09-16 07:26:31,402 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:27:31,405 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:28:31,414 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:29:11,289 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39095 INFO 2025-09-16 07:29:11,304 basehttp 76623 13321187328 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-16 07:29:11,331 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:30:11,332 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:30:21,994 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39108 INFO 2025-09-16 07:30:22,026 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:31:22,027 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:31:52,607 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39138 INFO 2025-09-16 07:31:52,639 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:32:52,640 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:33:43,261 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39138 INFO 2025-09-16 07:33:43,301 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:34:00,461 basehttp 76623 13321187328 "GET /en/emr/notes/ HTTP/1.1" 200 99893 INFO 2025-09-16 07:34:00,483 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:34:05,477 basehttp 76623 13321187328 "GET /en/emr/notes/?page=2 HTTP/1.1" 200 97863 INFO 2025-09-16 07:34:05,518 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:34:38,263 basehttp 76623 13321187328 "GET /en/admin/emr/clinicalnote/2821/change/ HTTP/1.1" 200 704446 INFO 2025-09-16 07:34:38,280 basehttp 76623 13321187328 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-16 07:34:38,280 basehttp 76623 13354840064 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-16 07:34:38,281 basehttp 76623 13405319168 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 200 15845 INFO 2025-09-16 07:34:38,281 basehttp 76623 13388492800 "GET /static/admin/js/SelectBox.js HTTP/1.1" 200 4530 INFO 2025-09-16 07:34:38,282 basehttp 76623 13371666432 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-16 07:34:38,282 basehttp 76623 13354840064 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-16 07:34:38,282 basehttp 76623 13405319168 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-16 07:34:38,283 basehttp 76623 13405319168 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-16 07:34:38,284 basehttp 76623 13405319168 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-16 07:34:38,285 basehttp 76623 13405319168 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-16 07:34:38,286 basehttp 76623 13338013696 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-16 07:34:38,384 basehttp 76623 13405319168 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-16 07:34:38,384 basehttp 76623 13354840064 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-09-16 07:34:38,384 basehttp 76623 13338013696 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 200 3291 INFO 2025-09-16 07:34:49,836 basehttp 76623 13354840064 "GET /en/emr/notes/2821 HTTP/1.1" 301 0 INFO 2025-09-16 07:34:49,850 basehttp 76623 13338013696 "GET /en/emr/notes/2821/ HTTP/1.1" 200 37945 INFO 2025-09-16 07:34:49,872 basehttp 76623 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:35:24,554 basehttp 76623 13338013696 "POST /en/admin/emr/clinicalnote/2821/change/ HTTP/1.1" 302 0 INFO 2025-09-16 07:35:24,635 basehttp 76623 13338013696 "GET /en/admin/emr/clinicalnote/ HTTP/1.1" 200 166937 INFO 2025-09-16 07:35:24,657 basehttp 76623 13338013696 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-16 07:35:27,675 basehttp 76623 13338013696 "GET /en/emr/notes/2821/ HTTP/1.1" 200 38521 INFO 2025-09-16 07:35:27,708 basehttp 76623 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 07:36:13,366 log 76623 13338013696 Internal Server Error: /en/emr/notes/2821/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py", line 299, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-09-16 07:36:13,367 basehttp 76623 13338013696 "GET /en/emr/notes/2821/update/ HTTP/1.1" 500 98948 INFO 2025-09-16 07:42:47,499 autoreload 76623 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-16 07:42:48,080 autoreload 8276 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 07:42:48,771 log 8276 12918534144 Internal Server Error: /en/emr/notes/2821/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py", line 302, in __init__ if self.user.tenant: ^^^^^^^^^ AttributeError: 'ClinicalNoteForm' object has no attribute 'user' ERROR 2025-09-16 07:42:48,773 basehttp 8276 12918534144 "GET /en/emr/notes/2821/update/ HTTP/1.1" 500 99376 INFO 2025-09-16 07:43:41,494 autoreload 8276 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-16 07:43:41,884 autoreload 8672 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 07:43:47,325 autoreload 8672 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-16 07:43:47,721 autoreload 8760 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 07:43:50,527 basehttp 8760 6197243904 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 1085864 INFO 2025-09-16 07:43:50,603 basehttp 8760 6197243904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:44:50,612 basehttp 8760 6197243904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:45:31,789 basehttp 8760 6197243904 "GET /en/emr/notes/2821/ HTTP/1.1" 200 38521 INFO 2025-09-16 07:45:31,810 basehttp 8760 6197243904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 07:45:37,429 log 8760 6197243904 Internal Server Error: /en/emr/notes/2821/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard' not found. 'dashboard' is not a valid view function or pattern name. ERROR 2025-09-16 07:45:37,431 basehttp 8760 6197243904 "GET /en/emr/notes/2821/delete/ HTTP/1.1" 500 165994 INFO 2025-09-16 07:46:48,855 autoreload 8760 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 07:46:49,276 autoreload 10095 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 07:46:51,672 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 07:46:54,067 log 10095 6341865472 Internal Server Error: /en/emr/notes/2821/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard' not found. 'dashboard' is not a valid view function or pattern name. ERROR 2025-09-16 07:46:54,069 basehttp 10095 6341865472 "GET /en/emr/notes/2821/update/ HTTP/1.1" 500 175568 INFO 2025-09-16 07:48:52,308 basehttp 10095 6341865472 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 107673 WARNING 2025-09-16 07:48:52,321 basehttp 10095 6375518208 "GET /static/plugins/sortablejs/Sortable.min.js HTTP/1.1" 404 2029 INFO 2025-09-16 07:48:52,324 basehttp 10095 6341865472 "GET /static/plugins/summernote/dist/summernote-bs4.css HTTP/1.1" 200 23658 INFO 2025-09-16 07:48:52,325 basehttp 10095 6358691840 "GET /static/plugins/summernote/dist/summernote-bs4.min.js HTTP/1.1" 200 172823 INFO 2025-09-16 07:48:52,361 basehttp 10095 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:48:52,387 basehttp 10095 6358691840 "GET /static/plugins/summernote/dist/font/summernote.woff2 HTTP/1.1" 200 6932 INFO 2025-09-16 07:49:52,371 basehttp 10095 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:50:07,077 basehttp 10095 6358691840 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 1085864 INFO 2025-09-16 07:50:07,138 basehttp 10095 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:51:07,144 basehttp 10095 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:51:32,901 basehttp 10095 6341865472 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 1167676 INFO 2025-09-16 07:51:32,956 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:52:32,972 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:53:32,972 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:54:26,407 basehttp 10095 6341865472 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 1167953 INFO 2025-09-16 07:54:26,497 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:55:26,484 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:56:26,493 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:57:26,493 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:58:26,495 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:59:26,496 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:00:26,493 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:01:26,505 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:02:26,498 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:03:26,503 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:04:26,512 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:05:26,518 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:05:46,363 autoreload 10095 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 08:05:46,812 autoreload 18462 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 08:06:26,579 basehttp 18462 6127316992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:06:29,751 autoreload 18462 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 08:06:30,093 autoreload 18812 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 08:07:06,659 autoreload 18812 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-16 08:07:07,036 autoreload 19126 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 08:07:07,699 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 46114 INFO 2025-09-16 08:07:07,740 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 08:08:07,746 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 08:09:07,676 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 08:09:42,218 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 45688 INFO 2025-09-16 08:09:42,253 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 08:10:42,263 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 08:11:17,061 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 45311 INFO 2025-09-16 08:11:17,128 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 08:12:17,104 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 08:13:17,109 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 08:14:17,111 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 08:15:17,108 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 08:16:17,110 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 08:16:57,405 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 44942 INFO 2025-09-16 08:16:57,444 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:17:57,456 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:18:57,451 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:19:10,339 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 45513 INFO 2025-09-16 08:19:10,379 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:20:10,389 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:21:10,386 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:22:10,399 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:23:10,400 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:24:10,394 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:25:10,403 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:26:10,404 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:26:53,211 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 77343 INFO 2025-09-16 08:26:53,246 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 08:27:08,357 log 19126 13455405056 Internal Server Error: /en/emr/notes/2821/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'ClinicalNote' object is not iterable ERROR 2025-09-16 08:27:08,358 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 500 167440 ERROR 2025-09-16 08:27:20,620 log 19126 13455405056 Internal Server Error: /en/emr/notes/2821/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'RelatedManager' object is not iterable ERROR 2025-09-16 08:27:20,621 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 500 167473 ERROR 2025-09-16 08:28:56,293 log 19126 13455405056 Internal Server Error: /en/emr/notes/2821/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'RelatedManager' object is not iterable ERROR 2025-09-16 08:28:56,295 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 500 167473 INFO 2025-09-16 08:29:06,034 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 77342 INFO 2025-09-16 08:29:06,078 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:30:06,092 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:31:06,088 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:32:06,094 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:32:09,712 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 78046 INFO 2025-09-16 08:32:09,746 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:32:47,186 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 78046 INFO 2025-09-16 08:32:47,230 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:33:47,235 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:34:20,938 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 78592 INFO 2025-09-16 08:34:20,977 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:35:20,980 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:36:14,082 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 79132 INFO 2025-09-16 08:36:14,120 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:37:14,127 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:38:14,135 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:39:14,201 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:39:59,503 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 61243 INFO 2025-09-16 08:39:59,541 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:40:25,673 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 64983 INFO 2025-09-16 08:40:25,716 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:40:51,228 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 67724 INFO 2025-09-16 08:40:51,266 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:41:16,037 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 67548 INFO 2025-09-16 08:41:16,080 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:41:40,135 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 70232 INFO 2025-09-16 08:41:40,168 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:42:01,292 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 70012 INFO 2025-09-16 08:42:01,325 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:43:01,336 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:44:01,341 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:44:24,865 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 79989 INFO 2025-09-16 08:44:24,878 basehttp 19126 13455405056 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-16 08:44:24,908 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:44:54,242 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 80033 INFO 2025-09-16 08:44:54,285 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:44:56,600 basehttp 19126 13455405056 "GET /en/emr/notes/2806/ HTTP/1.1" 200 39107 INFO 2025-09-16 08:44:56,649 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:45:54,294 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:46:35,690 autoreload 19126 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 08:46:36,085 autoreload 36512 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 08:46:39,703 basehttp 36512 6122680320 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 76249 INFO 2025-09-16 08:46:39,747 basehttp 36512 6122680320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:47:26,924 basehttp 36512 6122680320 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 74005 INFO 2025-09-16 08:47:26,967 basehttp 36512 6122680320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:48:14,912 basehttp 36512 6122680320 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 73565 INFO 2025-09-16 08:48:14,945 basehttp 36512 6122680320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:49:14,958 basehttp 36512 6122680320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:50:01,161 autoreload 36512 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 08:50:01,561 autoreload 37980 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 08:50:02,359 basehttp 37980 13321187328 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 73565 INFO 2025-09-16 08:50:02,400 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:51:02,401 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:51:05,686 basehttp 37980 13321187328 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 73565 INFO 2025-09-16 08:51:05,726 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:51:41,252 basehttp 37980 13321187328 "GET /en/emr/notes/2821/ HTTP/1.1" 200 38521 INFO 2025-09-16 08:51:41,291 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:52:41,305 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:53:05,061 basehttp 37980 13321187328 "GET /en/emr/notes/2821/ HTTP/1.1" 200 38521 INFO 2025-09-16 08:53:05,091 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:53:11,421 basehttp 37980 13321187328 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 73559 INFO 2025-09-16 08:53:11,459 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:53:59,642 basehttp 37980 13321187328 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 74859 INFO 2025-09-16 08:53:59,676 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:54:59,678 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:55:34,176 basehttp 37980 13321187328 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 74159 INFO 2025-09-16 08:55:34,219 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:56:34,234 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:57:34,228 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:57:36,353 basehttp 37980 13321187328 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 74159 INFO 2025-09-16 08:57:36,386 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:58:33,412 basehttp 37980 13321187328 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 75179 INFO 2025-09-16 08:58:33,451 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:59:06,715 basehttp 37980 13321187328 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 74159 INFO 2025-09-16 08:59:06,747 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:59:34,214 basehttp 37980 13321187328 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 74416 INFO 2025-09-16 08:59:34,246 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:00:17,349 basehttp 37980 13321187328 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 74384 INFO 2025-09-16 09:00:17,382 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:01:17,394 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:01:35,627 basehttp 37980 13321187328 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 74384 INFO 2025-09-16 09:01:35,674 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:02:35,671 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:02:56,642 basehttp 37980 13321187328 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 73543 INFO 2025-09-16 09:02:56,684 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:03:07,071 basehttp 37980 13321187328 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 74426 INFO 2025-09-16 09:03:07,105 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:04:07,119 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:04:28,236 basehttp 37980 13321187328 "GET / HTTP/1.1" 302 0 INFO 2025-09-16 09:04:28,259 basehttp 37980 13338013696 "GET /en/ HTTP/1.1" 200 48130 INFO 2025-09-16 09:04:28,324 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:04:28,329 basehttp 37980 13371666432 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1105 INFO 2025-09-16 09:04:28,331 basehttp 37980 13354840064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 09:04:28,331 basehttp 37980 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:04:28,966 basehttp 37980 13321187328 "GET /en/ HTTP/1.1" 200 48130 INFO 2025-09-16 09:04:29,036 basehttp 37980 13338013696 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1105 INFO 2025-09-16 09:04:29,038 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:04:29,038 basehttp 37980 13371666432 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 09:04:29,040 basehttp 37980 13354840064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:04:35,910 basehttp 37980 13354840064 "GET /en/ HTTP/1.1" 200 48130 INFO 2025-09-16 09:04:35,977 basehttp 37980 13338013696 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1105 INFO 2025-09-16 09:04:35,978 basehttp 37980 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:04:35,979 basehttp 37980 13321187328 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 09:04:35,980 basehttp 37980 13371666432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:05:07,025 basehttp 37980 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:05:37,029 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:05:37,036 basehttp 37980 13338013696 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 09:05:37,036 basehttp 37980 13354840064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:06:08,028 basehttp 37980 13354840064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:06:38,050 basehttp 37980 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 09:06:38,052 basehttp 37980 13338013696 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 09:06:38,053 basehttp 37980 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:07:09,030 basehttp 37980 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:07:39,057 basehttp 37980 13338013696 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 09:07:39,057 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 09:07:39,059 basehttp 37980 13354840064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:14:09,181 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 09:14:09,181 basehttp 37980 13338013696 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 09:14:10,170 basehttp 37980 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:15:10,183 basehttp 37980 13338013696 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 09:15:10,184 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 09:15:29,170 basehttp 37980 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:16:11,178 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 09:16:11,179 basehttp 37980 13338013696 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 09:16:29,177 basehttp 37980 13338013696 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:18:00,534 basehttp 37980 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:18:00,537 basehttp 37980 13354840064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 09:18:00,537 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:21:31,299 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:21:31,300 basehttp 37980 13354840064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 09:21:31,301 basehttp 37980 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:22:31,274 basehttp 37980 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:23:31,295 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:23:31,298 basehttp 37980 13354840064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 09:23:31,299 basehttp 37980 13338013696 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:24:31,273 basehttp 37980 13338013696 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:24:39,547 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:24:39,547 basehttp 37980 13354840064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 09:24:58,503 basehttp 37980 13354840064 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-09-16 09:24:58,544 basehttp 37980 13338013696 "GET /en/emr/ HTTP/1.1" 200 70238 INFO 2025-09-16 09:24:58,591 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:24:58,597 basehttp 37980 13321187328 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:25:28,605 basehttp 37980 13321187328 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:25:58,610 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:25:58,618 basehttp 37980 13338013696 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:26:28,611 basehttp 37980 13338013696 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:26:58,612 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:26:58,621 basehttp 37980 13321187328 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:27:28,599 basehttp 37980 13321187328 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:27:58,622 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:27:58,634 basehttp 37980 13338013696 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:28:28,619 basehttp 37980 13338013696 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:28:58,609 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:28:58,620 basehttp 37980 13321187328 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:29:28,610 basehttp 37980 13321187328 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:29:58,617 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:29:58,627 basehttp 37980 13338013696 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:30:28,627 basehttp 37980 13338013696 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:30:58,615 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:30:58,627 basehttp 37980 13321187328 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:31:28,624 basehttp 37980 13321187328 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:31:36,653 basehttp 37980 13321187328 "GET /en/emr/ HTTP/1.1" 200 70376 INFO 2025-09-16 09:31:36,691 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:31:36,699 basehttp 37980 13338013696 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:31:47,027 basehttp 37980 13338013696 "GET /en/emr/encounters/ HTTP/1.1" 200 54756 INFO 2025-09-16 09:31:47,040 basehttp 37980 13338013696 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-16 09:31:47,040 basehttp 37980 13321187328 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-16 09:31:47,041 basehttp 37980 13354840064 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-16 09:31:47,041 basehttp 37980 13371666432 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-16 09:31:47,084 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:32:06,692 basehttp 37980 13371666432 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:32:36,702 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:32:36,709 basehttp 37980 13321187328 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:32:43,394 basehttp 37980 13321187328 "GET /en/emr/ HTTP/1.1" 200 70362 INFO 2025-09-16 09:32:43,441 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:32:43,447 basehttp 37980 13371666432 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:32:45,287 basehttp 37980 13371666432 "GET /en/emr/encounters/create/ HTTP/1.1" 200 55759 INFO 2025-09-16 09:32:45,328 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:33:13,450 basehttp 37980 13371666432 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:33:43,457 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:33:43,466 basehttp 37980 13321187328 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:34:03,715 basehttp 37980 13321187328 "GET /en/emr/encounters/ HTTP/1.1" 200 54756 INFO 2025-09-16 09:34:03,757 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:34:11,169 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 37657 INFO 2025-09-16 09:34:11,208 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:35:11,212 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:36:11,216 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:36:20,669 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 38089 INFO 2025-09-16 09:36:20,701 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:37:20,709 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:37:53,247 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 39212 INFO 2025-09-16 09:37:53,278 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:38:31,200 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 39218 INFO 2025-09-16 09:38:31,232 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:38:43,090 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 39224 INFO 2025-09-16 09:38:43,120 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:39:20,944 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 39230 INFO 2025-09-16 09:39:20,981 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:39:30,593 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 39224 INFO 2025-09-16 09:39:30,624 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:40:30,636 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:41:02,907 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 39284 INFO 2025-09-16 09:41:02,941 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:41:05,720 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 39284 INFO 2025-09-16 09:41:05,761 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:41:36,875 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 39280 INFO 2025-09-16 09:41:36,908 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:42:33,567 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 39203 INFO 2025-09-16 09:42:33,598 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:43:34,269 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:44:35,269 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:45:36,271 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:46:37,270 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:47:38,273 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:48:39,281 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:49:41,276 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:51:31,204 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:52:31,197 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:54:28,572 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:55:28,566 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:56:28,563 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:57:28,566 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:57:30,807 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 41154 INFO 2025-09-16 09:57:30,860 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:57:48,503 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 41135 INFO 2025-09-16 09:57:48,547 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:58:05,565 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 41130 INFO 2025-09-16 09:58:05,595 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:58:30,325 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 41130 INFO 2025-09-16 09:58:30,354 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:59:31,202 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:00:32,197 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:01:33,180 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:02:34,056 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:02:34,776 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 41268 INFO 2025-09-16 10:02:34,785 basehttp 37980 13321187328 "GET /static/plugins/lity/dist/lity.min.css HTTP/1.1" 200 3383 INFO 2025-09-16 10:02:34,786 basehttp 37980 13338013696 "GET /static/plugins/lity/dist/lity.min.js HTTP/1.1" 200 6639 INFO 2025-09-16 10:02:34,827 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:03:34,841 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:04:34,836 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:05:09,482 basehttp 37980 13338013696 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45089 INFO 2025-09-16 10:05:09,503 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:05:38,974 basehttp 37980 13338013696 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45101 INFO 2025-09-16 10:05:38,986 basehttp 37980 13338013696 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-16 10:05:39,012 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:05:52,113 basehttp 37980 13338013696 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45167 INFO 2025-09-16 10:05:52,144 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:06:52,195 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 10:07:53,198 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 10:08:54,190 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 10:09:55,181 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 10:10:09,574 basehttp 37980 13338013696 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45228 INFO 2025-09-16 10:10:09,580 basehttp 37980 13338013696 "GET /static/js/demo/timeline.demo.js HTTP/1.1" 200 1026 INFO 2025-09-16 10:10:09,620 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 10:10:13,879 log 37980 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:10:13,879 basehttp 37980 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:10:25,259 basehttp 37980 13338013696 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45228 INFO 2025-09-16 10:10:25,267 basehttp 37980 13354840064 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-16 10:10:25,269 basehttp 37980 13388492800 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-16 10:10:25,269 basehttp 37980 13371666432 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-16 10:10:25,271 basehttp 37980 13405319168 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-16 10:10:25,272 basehttp 37980 13354840064 "GET /static/plugins/lity/dist/lity.min.css HTTP/1.1" 200 3383 INFO 2025-09-16 10:10:25,275 basehttp 37980 13371666432 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-16 10:10:25,276 basehttp 37980 13338013696 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-16 10:10:25,278 basehttp 37980 13338013696 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-16 10:10:25,281 basehttp 37980 13371666432 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-16 10:10:25,282 basehttp 37980 13338013696 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-16 10:10:25,284 basehttp 37980 13338013696 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-16 10:10:25,286 basehttp 37980 13321187328 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-16 10:10:25,289 basehttp 37980 13321187328 "GET /static/plugins/lity/dist/lity.min.js HTTP/1.1" 200 6639 WARNING 2025-09-16 10:10:25,292 log 37980 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:10:25,292 basehttp 37980 13388492800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:10:25,293 basehttp 37980 13321187328 "GET /static/js/demo/timeline.demo.js HTTP/1.1" 200 1026 INFO 2025-09-16 10:10:25,293 basehttp 37980 13371666432 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-16 10:10:25,296 basehttp 37980 13354840064 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-16 10:10:25,298 basehttp 37980 13371666432 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-16 10:10:25,299 basehttp 37980 13321187328 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-16 10:10:25,299 basehttp 37980 13338013696 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-16 10:10:25,299 basehttp 37980 13388492800 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-16 10:10:25,300 basehttp 37980 13354840064 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-16 10:10:25,302 basehttp 37980 13371666432 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-16 10:10:25,304 basehttp 37980 13321187328 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-16 10:10:25,304 basehttp 37980 13354840064 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-16 10:10:25,304 basehttp 37980 13338013696 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-16 10:10:25,305 basehttp 37980 13371666432 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-16 10:10:25,308 basehttp 37980 13338013696 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-16 10:10:25,308 basehttp 37980 13371666432 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-16 10:10:25,309 basehttp 37980 13321187328 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-16 10:10:25,310 basehttp 37980 13354840064 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-16 10:10:25,310 basehttp 37980 13388492800 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-16 10:10:25,312 basehttp 37980 13338013696 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-16 10:10:25,312 basehttp 37980 13371666432 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-16 10:10:25,313 basehttp 37980 13354840064 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-16 10:10:25,314 basehttp 37980 13338013696 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-16 10:10:25,314 basehttp 37980 13371666432 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-16 10:10:25,315 basehttp 37980 13354840064 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-16 10:10:25,319 basehttp 37980 13405319168 "GET /media/profile_pictures/me.jpg HTTP/1.1" 200 721666 INFO 2025-09-16 10:10:25,321 basehttp 37980 13321187328 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-16 10:10:25,321 basehttp 37980 13388492800 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-16 10:10:25,495 basehttp 37980 13388492800 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-16 10:10:25,499 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 10:10:25,584 log 37980 13321187328 Not Found: /favicon.ico WARNING 2025-09-16 10:10:25,584 basehttp 37980 13321187328 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-16 10:11:26,192 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 10:12:27,200 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 10:13:28,201 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 10:14:07,490 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45167 WARNING 2025-09-16 10:14:07,512 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:14:07,512 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:14:07,584 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 10:14:15,514 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45167 WARNING 2025-09-16 10:14:15,529 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:14:15,530 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:14:15,586 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 10:15:15,601 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 10:16:15,594 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 10:16:31,253 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45167 WARNING 2025-09-16 10:16:31,267 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:16:31,267 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:16:31,306 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 10:16:36,890 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45167 INFO 2025-09-16 10:16:36,899 basehttp 37980 13354840064 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-16 10:16:36,899 basehttp 37980 13371666432 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-16 10:16:36,905 basehttp 37980 13405319168 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-16 10:16:36,905 basehttp 37980 13371666432 "GET /static/plugins/lity/dist/lity.min.css HTTP/1.1" 200 3383 INFO 2025-09-16 10:16:36,910 basehttp 37980 13354840064 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-16 10:16:36,911 basehttp 37980 13405319168 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-16 10:16:36,912 basehttp 37980 13321187328 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-16 10:16:36,914 log 37980 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:16:36,914 basehttp 37980 13388492800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:16:36,916 basehttp 37980 13321187328 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-16 10:16:36,918 basehttp 37980 13321187328 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-16 10:16:36,921 basehttp 37980 13405319168 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-16 10:16:36,922 basehttp 37980 13321187328 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-16 10:16:36,923 basehttp 37980 13388492800 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-16 10:16:36,924 basehttp 37980 13321187328 "GET /static/plugins/lity/dist/lity.min.js HTTP/1.1" 200 6639 INFO 2025-09-16 10:16:36,928 basehttp 37980 13321187328 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-16 10:16:36,930 basehttp 37980 13388492800 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-16 10:16:36,930 basehttp 37980 13321187328 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-16 10:16:36,934 basehttp 37980 13388492800 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-16 10:16:36,934 basehttp 37980 13321187328 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-16 10:16:36,935 basehttp 37980 13338013696 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-16 10:16:36,938 basehttp 37980 13321187328 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-16 10:16:36,939 basehttp 37980 13338013696 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-16 10:16:36,940 basehttp 37980 13388492800 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-16 10:16:36,941 basehttp 37980 13321187328 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-16 10:16:36,944 basehttp 37980 13388492800 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-16 10:16:36,944 basehttp 37980 13338013696 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-16 10:16:36,946 basehttp 37980 13388492800 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-16 10:16:36,947 basehttp 37980 13321187328 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-16 10:16:36,949 basehttp 37980 13388492800 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-16 10:16:36,949 basehttp 37980 13338013696 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-16 10:16:36,949 basehttp 37980 13371666432 "GET /media/profile_pictures/me.jpg HTTP/1.1" 200 721666 INFO 2025-09-16 10:16:36,950 basehttp 37980 13321187328 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-16 10:16:36,952 basehttp 37980 13388492800 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-16 10:16:36,952 basehttp 37980 13338013696 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-16 10:16:36,954 basehttp 37980 13321187328 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-16 10:16:36,955 basehttp 37980 13388492800 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-16 10:16:36,956 basehttp 37980 13354840064 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-16 10:16:36,956 basehttp 37980 13338013696 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-16 10:16:36,956 basehttp 37980 13371666432 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-16 10:16:37,240 basehttp 37980 13405319168 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-16 10:16:37,260 basehttp 37980 13371666432 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-16 10:16:37,274 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 10:16:37,366 log 37980 13405319168 Not Found: /favicon.ico WARNING 2025-09-16 10:16:37,366 basehttp 37980 13405319168 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-16 10:17:37,285 basehttp 37980 13405319168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:18:37,289 basehttp 37980 13405319168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:19:16,304 basehttp 37980 13405319168 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45167 WARNING 2025-09-16 10:19:16,317 log 37980 13405319168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:19:16,317 basehttp 37980 13405319168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:19:16,391 basehttp 37980 13405319168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:20:16,395 basehttp 37980 13405319168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:21:08,055 basehttp 37980 13405319168 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45101 WARNING 2025-09-16 10:21:08,069 log 37980 13405319168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:21:08,069 basehttp 37980 13405319168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:21:08,108 basehttp 37980 13405319168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:22:08,110 basehttp 37980 13405319168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:23:08,114 basehttp 37980 13405319168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:24:08,126 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:25:06,942 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45081 WARNING 2025-09-16 10:25:06,954 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:25:06,954 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:25:07,004 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:26:03,381 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45087 WARNING 2025-09-16 10:26:03,404 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:26:03,404 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:26:03,451 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:27:03,455 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:27:48,135 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 44997 WARNING 2025-09-16 10:27:48,150 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:27:48,150 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:27:48,190 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:28:48,203 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:28:50,268 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45113 WARNING 2025-09-16 10:28:50,285 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:28:50,285 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:28:50,326 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:29:26,325 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45343 WARNING 2025-09-16 10:29:26,340 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:29:26,341 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:29:26,387 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:30:26,418 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:31:26,395 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:31:41,648 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45361 WARNING 2025-09-16 10:31:41,668 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:31:41,669 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:31:41,716 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:32:08,624 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45369 WARNING 2025-09-16 10:32:08,640 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:32:08,640 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:32:08,688 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:33:08,689 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:33:11,972 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45377 WARNING 2025-09-16 10:33:11,985 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:33:11,986 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:33:12,025 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:33:26,834 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45379 WARNING 2025-09-16 10:33:26,847 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:33:26,847 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:33:26,890 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:33:36,488 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45395 WARNING 2025-09-16 10:33:36,502 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:33:36,502 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:33:36,541 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:33:49,925 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45411 WARNING 2025-09-16 10:33:49,938 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:33:49,939 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:33:49,980 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:34:07,693 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45365 WARNING 2025-09-16 10:34:07,707 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:34:07,708 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:34:07,759 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:34:34,973 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45373 WARNING 2025-09-16 10:34:34,989 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:34:34,989 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:34:35,041 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:35:00,799 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45393 WARNING 2025-09-16 10:35:00,813 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:35:00,813 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:35:00,855 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:36:00,860 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:37:00,830 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:37:04,786 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 46137 WARNING 2025-09-16 10:37:04,799 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:37:04,799 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:37:04,842 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:37:22,817 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 44761 WARNING 2025-09-16 10:37:22,837 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:37:22,837 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:37:22,881 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:38:14,906 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 44761 WARNING 2025-09-16 10:38:14,918 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:38:14,918 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:38:14,960 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:38:32,203 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 44797 WARNING 2025-09-16 10:38:32,213 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:38:32,214 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:38:32,258 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:39:33,289 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:42:44,998 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:43:49,926 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:44:50,932 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:45:51,923 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:47:28,727 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:48:30,733 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:50:21,732 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:54:56,947 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:04:26,032 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:11:50,889 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 11:22:22,368 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:26:48,833 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:28:48,839 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:30:48,830 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:32:48,842 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:34:48,837 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:36:48,835 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:38:48,898 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:40:48,899 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:42:48,900 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:44:48,898 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:46:48,930 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:48:48,931 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:50:48,892 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:52:48,913 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:54:48,883 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:56:48,883 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:58:48,875 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 12:00:48,877 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 12:02:48,878 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 12:04:48,878 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 12:06:48,880 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 12:08:48,893 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 12:10:48,889 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 12:11:48,887 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 12:13:48,890 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 12:15:48,880 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 12:17:48,890 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 12:40:42,625 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 13:41:52,419 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 13:52:49,928 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 13:53:49,906 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 13:54:49,895 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 13:55:49,897 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 13:56:49,894 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 13:57:49,911 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 13:58:49,898 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 13:59:49,896 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:00:49,910 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:01:49,903 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:02:49,915 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:03:49,918 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:04:49,922 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:05:49,928 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:06:49,929 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 14:07:49,934 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 14:08:49,894 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 14:09:49,899 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 14:10:49,910 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 14:11:49,917 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 14:12:49,939 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 14:13:49,940 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 14:14:49,943 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 14:15:49,942 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 14:16:49,937 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:37:14,132 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:37:38,415 basehttp 37980 13321187328 "GET /en/emr/encounters/ HTTP/1.1" 200 54756 INFO 2025-09-16 14:37:38,422 basehttp 37980 13354840064 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-16 14:37:38,422 basehttp 37980 13321187328 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-16 14:37:38,423 basehttp 37980 13338013696 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-16 14:37:38,425 basehttp 37980 13371666432 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-16 14:37:39,948 basehttp 37980 13371666432 "GET /en/emr/ HTTP/1.1" 200 70362 INFO 2025-09-16 14:37:39,973 basehttp 37980 13371666432 "GET /en/emr/stats/ HTTP/1.1" 200 2966 WARNING 2025-09-16 14:37:57,994 log 37980 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 14:37:57,994 basehttp 37980 13371666432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 14:38:10,012 basehttp 37980 13371666432 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 14:38:40,001 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:38:40,016 basehttp 37980 13321187328 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 14:38:56,903 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 14:38:56,910 log 37980 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 14:38:56,911 basehttp 37980 13371666432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 14:38:56,923 log 37980 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 14:38:56,923 basehttp 37980 13371666432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 14:38:57,802 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 14:38:57,807 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 14:38:57,807 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 14:38:57,820 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 14:38:57,820 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 14:39:02,581 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 44828 INFO 2025-09-16 14:39:02,598 basehttp 37980 13321187328 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-16 14:39:02,632 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:39:09,276 basehttp 37980 13321187328 "GET /en/ HTTP/1.1" 200 48136 INFO 2025-09-16 14:39:09,325 basehttp 37980 13371666432 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 14:39:09,327 basehttp 37980 13338013696 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1105 INFO 2025-09-16 14:39:09,328 basehttp 37980 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 14:39:11,580 basehttp 37980 13321187328 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 14:39:18,089 basehttp 37980 13321187328 "GET /en/emr/encounters/ HTTP/1.1" 200 54756 INFO 2025-09-16 14:39:18,133 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:39:20,951 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 41284 INFO 2025-09-16 14:39:20,991 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:39:40,108 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 44828 INFO 2025-09-16 14:39:40,150 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:40:01,615 basehttp 37980 13321187328 "GET /en/emr/notes/create/3262/ HTTP/1.1" 200 44018 INFO 2025-09-16 14:40:01,651 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:40:15,318 basehttp 37980 13321187328 "GET /en/emr/add-vital-signs/3262/ HTTP/1.1" 200 45530 INFO 2025-09-16 14:40:15,352 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:41:15,372 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:42:15,375 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:43:15,378 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:44:15,379 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:45:03,705 basehttp 37980 13321187328 "POST /en/emr/add-vital-signs/3262/ HTTP/1.1" 200 45632 INFO 2025-09-16 14:45:03,736 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:45:20,565 basehttp 37980 13321187328 "GET /en/emr/add-vital-signs/3262/ HTTP/1.1" 200 45530 INFO 2025-09-16 14:45:21,215 basehttp 37980 13321187328 "GET /en/emr/add-vital-signs/3262/ HTTP/1.1" 200 45530 INFO 2025-09-16 14:45:21,260 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:45:42,810 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:45:48,277 basehttp 37980 13321187328 "GET /en/inpatients/admissions/60/ HTTP/1.1" 200 23140 INFO 2025-09-16 14:45:48,314 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:46:48,328 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:47:48,342 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:48:18,641 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:48:26,303 basehttp 37980 13321187328 "GET /en/emr/add-vital-signs/3262/ HTTP/1.1" 200 45530 INFO 2025-09-16 14:48:26,341 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:48:34,402 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 44828 INFO 2025-09-16 14:48:34,439 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:48:38,385 basehttp 37980 13321187328 "GET /en/emr/vital-signs/2229/ HTTP/1.1" 200 40877 INFO 2025-09-16 14:48:38,396 basehttp 37980 13321187328 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 INFO 2025-09-16 14:48:38,430 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:48:38,446 basehttp 37980 13338013696 "GET /en/emr/vital-signs-chart/18/ HTTP/1.1" 200 33261 INFO 2025-09-16 14:49:38,443 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:49:46,630 basehttp 37980 13321187328 "GET /en/emr/vital-signs/?patient=18 HTTP/1.1" 200 90750 INFO 2025-09-16 14:49:46,670 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:50:01,805 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:50:12,159 basehttp 37980 13321187328 "GET /en/emr/problems/ HTTP/1.1" 200 104902 INFO 2025-09-16 14:50:12,200 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:50:22,679 basehttp 37980 13321187328 "GET / HTTP/1.1" 302 0 INFO 2025-09-16 14:50:22,701 basehttp 37980 13338013696 "GET /en/ HTTP/1.1" 200 48128 INFO 2025-09-16 14:50:22,763 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:50:22,767 basehttp 37980 13371666432 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1105 INFO 2025-09-16 14:50:22,767 basehttp 37980 13354840064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 14:50:22,768 basehttp 37980 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 14:50:28,140 basehttp 37980 13321187328 "GET /en/appointments/ HTTP/1.1" 200 57107 INFO 2025-09-16 14:50:28,192 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:50:28,203 basehttp 37980 13371666432 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 WARNING 2025-09-16 14:50:56,838 log 37980 13371666432 Forbidden (CSRF token missing.): /en/appointments/check-in/711/ WARNING 2025-09-16 14:50:56,839 basehttp 37980 13371666432 "POST /en/appointments/check-in/711/ HTTP/1.1" 403 2491 INFO 2025-09-16 14:51:01,360 basehttp 37980 13371666432 "GET /en/appointments/queue/ HTTP/1.1" 200 44712 INFO 2025-09-16 14:51:01,377 basehttp 37980 13371666432 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 INFO 2025-09-16 14:51:01,411 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:52:01,439 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:52:01,452 basehttp 37980 13321187328 "GET /en/appointments/queue/ HTTP/1.1" 200 44712 INFO 2025-09-16 14:52:01,487 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:52:36,456 basehttp 37980 13321187328 "GET /en/appointments/queue/3/ HTTP/1.1" 200 30854 INFO 2025-09-16 14:52:36,466 basehttp 37980 13321187328 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 200 35107 INFO 2025-09-16 14:52:36,467 basehttp 37980 13371666432 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 200 78487 INFO 2025-09-16 14:52:36,499 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:52:47,762 basehttp 37980 13371666432 "GET /en/appointments/queue/1/ HTTP/1.1" 200 37235 INFO 2025-09-16 14:52:47,804 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:52:50,680 basehttp 37980 13371666432 "GET /en/appointments/queue/1/call-next/ HTTP/1.1" 302 0 INFO 2025-09-16 14:52:50,695 basehttp 37980 13371666432 "GET /en/appointments/queue/1/ HTTP/1.1" 200 37280 INFO 2025-09-16 14:52:50,729 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:53:50,748 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:53:50,767 basehttp 37980 13321187328 "GET /en/appointments/queue/1/ HTTP/1.1" 200 36875 INFO 2025-09-16 14:53:50,804 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:54:19,173 basehttp 37980 13321187328 "GET /en/appointments/queue/entry/8/ HTTP/1.1" 200 30939 INFO 2025-09-16 14:54:19,209 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:54:29,320 basehttp 37980 13321187328 "GET /en/appointments/queue/entry/1/ HTTP/1.1" 200 30846 INFO 2025-09-16 14:54:29,357 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:54:58,560 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:54:58,572 basehttp 37980 13371666432 "GET /en/appointments/queue/1/ HTTP/1.1" 200 36875 INFO 2025-09-16 14:54:58,608 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:55:43,556 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:55:43,567 basehttp 37980 13321187328 "GET /en/appointments/queue/ HTTP/1.1" 200 44712 INFO 2025-09-16 14:55:43,605 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:56:33,312 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:56:33,331 basehttp 37980 13371666432 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-16 14:56:43,620 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:56:43,636 basehttp 37980 13321187328 "GET /en/appointments/queue/ HTTP/1.1" 200 44712 INFO 2025-09-16 14:56:43,676 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:57:05,954 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:57:05,957 basehttp 37980 13338013696 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 14:57:05,958 basehttp 37980 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 14:57:09,624 basehttp 37980 13321187328 "GET /en/appointments/ HTTP/1.1" 200 57107 INFO 2025-09-16 14:57:09,673 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:57:09,686 basehttp 37980 13338013696 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-16 14:57:19,612 basehttp 37980 13338013696 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 31619 INFO 2025-09-16 14:57:19,623 basehttp 37980 13338013696 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-09-16 14:57:19,625 basehttp 37980 13371666432 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-09-16 14:57:19,625 basehttp 37980 13338013696 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-09-16 14:57:19,626 basehttp 37980 13354840064 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-09-16 14:57:19,626 basehttp 37980 13321187328 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 INFO 2025-09-16 14:57:19,651 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:57:23,255 basehttp 37980 13321187328 "GET /en/appointments/waiting-list/create/ HTTP/1.1" 200 54198 INFO 2025-09-16 14:57:23,302 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:58:23,329 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 14:58:59,276 log 37980 13321187328 Internal Server Error: /en/appointments/waiting-list/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.IntegrityError: NOT NULL constraint failed: appointments_waiting_list.acceptable_days The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 182, in post return super().post(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 151, in post return self.form_valid(form) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1344, in form_valid response = super().form_valid(form) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 133, in form_valid self.object = form.save() ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 554, in save self.instance.save() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 902, in save self.save_base( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1008, in save_base updated = self._save_table( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1169, in _save_table results = self._do_insert( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1210, in _do_insert return manager._insert( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1868, in _insert return query.get_compiler(using=using).execute_sql(returning_fields) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1882, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.IntegrityError: NOT NULL constraint failed: appointments_waiting_list.acceptable_days ERROR 2025-09-16 14:58:59,278 basehttp 37980 13321187328 "POST /en/appointments/waiting-list/create/ HTTP/1.1" 500 223041 INFO 2025-09-16 15:00:07,293 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:01:07,304 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:02:07,308 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:03:07,312 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:03:24,048 autoreload 37980 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-16 15:03:24,548 autoreload 37578 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 15:04:07,377 basehttp 37578 6160396288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:04:43,871 autoreload 37578 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/models.py changed, reloading. INFO 2025-09-16 15:04:44,251 autoreload 38210 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 15:04:53,430 autoreload 38287 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 15:04:57,678 basehttp 38287 6129397760 "POST /en/appointments/waiting-list/create/ HTTP/1.1" 302 0 INFO 2025-09-16 15:04:57,694 basehttp 38287 6129397760 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 35078 INFO 2025-09-16 15:04:57,759 basehttp 38287 6129397760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:05:00,929 basehttp 38287 6129397760 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 53749 INFO 2025-09-16 15:05:00,967 basehttp 38287 6129397760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:05:59,683 basehttp 38287 6129397760 "POST /en/appointments/waiting-list/1/contact/ HTTP/1.1" 200 1386 INFO 2025-09-16 15:06:00,978 basehttp 38287 6129397760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:06:31,986 basehttp 38287 6129397760 "POST /en/appointments/waiting-list/1/contact/ HTTP/1.1" 200 2708 INFO 2025-09-16 15:07:00,989 basehttp 38287 6129397760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 15:07:06,735 basehttp 38287 6129397760 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 54955 INFO 2025-09-16 15:07:06,778 basehttp 38287 6129397760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 15:07:11,584 basehttp 38287 6129397760 "GET /en/appointments/waiting-list/1/delete/ HTTP/1.1" 200 19847 INFO 2025-09-16 15:07:11,622 basehttp 38287 6129397760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 15:07:20,190 basehttp 38287 6129397760 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 56227 INFO 2025-09-16 15:07:20,211 basehttp 38287 6129397760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 15:07:24,570 basehttp 38287 6129397760 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-16 15:07:24,571 basehttp 38287 6146224128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 15:07:27,745 basehttp 38287 6146224128 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-16 15:07:57,741 basehttp 38287 6146224128 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-16 15:08:03,864 basehttp 38287 6146224128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 15:08:04,872 basehttp 38287 6146224128 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34837 INFO 2025-09-16 15:08:23,994 basehttp 38287 6146224128 "GET /en/appointments/requests/ HTTP/1.1" 200 158399 INFO 2025-09-16 15:08:24,032 basehttp 38287 6146224128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 15:08:54,855 basehttp 38287 6146224128 "GET /en/appointments/reschedule/2092/ HTTP/1.1" 200 29478 INFO 2025-09-16 15:08:54,894 basehttp 38287 6146224128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 15:09:00,814 basehttp 38287 6146224128 "GET /en/appointments/requests/2092/detail/ HTTP/1.1" 200 26434 INFO 2025-09-16 15:09:00,853 basehttp 38287 6146224128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 15:09:16,002 basehttp 38287 6146224128 "GET /en/patients/patientprofile/1/details/ HTTP/1.1" 200 35436 INFO 2025-09-16 15:09:16,040 basehttp 38287 6146224128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 15:09:23,887 basehttp 38287 6146224128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 15:09:23,909 basehttp 38287 6129397760 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-16 15:09:24,156 basehttp 38287 6146224128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 15:09:24,158 basehttp 38287 6163050496 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 15:09:24,158 basehttp 38287 6129397760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 15:09:26,589 basehttp 38287 6129397760 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-09-16 15:09:26,627 basehttp 38287 6163050496 "GET /en/emr/ HTTP/1.1" 200 70362 INFO 2025-09-16 15:09:26,675 basehttp 38287 6163050496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 15:09:26,682 basehttp 38287 6146224128 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 15:09:30,960 basehttp 38287 6146224128 "GET /en/emr/ HTTP/1.1" 200 70362 INFO 2025-09-16 15:09:31,008 basehttp 38287 6146224128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 15:09:31,013 basehttp 38287 6163050496 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 15:09:32,745 basehttp 38287 6163050496 "GET /en/inpatients/ HTTP/1.1" 200 40622 INFO 2025-09-16 15:09:32,804 basehttp 38287 6163050496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 15:09:32,806 basehttp 38287 6146224128 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:09:32,829 basehttp 38287 6129397760 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:09:47,266 basehttp 38287 6129397760 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 INFO 2025-09-16 15:09:47,358 basehttp 38287 6129397760 "GET /static/plugins/dropzone/dist/min/dropzone.min.js HTTP/1.1" 200 114702 INFO 2025-09-16 15:09:47,381 basehttp 38287 6129397760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 15:09:47,451 basehttp 38287 6129397760 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 INFO 2025-09-16 15:10:02,804 basehttp 38287 6129397760 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:10:32,835 basehttp 38287 6129397760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 15:10:32,835 basehttp 38287 6163050496 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:10:32,860 basehttp 38287 6146224128 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:16:09,271 autoreload 42481 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 15:16:15,401 basehttp 42481 6145748992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 15:16:15,454 basehttp 42481 6128922624 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 INFO 2025-09-16 15:16:27,101 basehttp 42481 6128922624 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 INFO 2025-09-16 15:16:57,098 basehttp 42481 6128922624 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 INFO 2025-09-16 15:17:15,308 basehttp 42481 6128922624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:17:27,099 basehttp 42481 6128922624 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 INFO 2025-09-16 15:17:29,771 basehttp 42481 6128922624 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 INFO 2025-09-16 15:17:29,880 basehttp 42481 6128922624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:17:29,955 basehttp 42481 6128922624 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 INFO 2025-09-16 15:17:44,607 basehttp 42481 6128922624 "GET /en/inpatients/beds/132/ HTTP/1.1" 200 30500 INFO 2025-09-16 15:17:44,639 basehttp 42481 6128922624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:18:00,015 basehttp 42481 6128922624 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 INFO 2025-09-16 15:18:01,275 basehttp 42481 6128922624 "GET /en/inpatients/beds/153/ HTTP/1.1" 200 30500 INFO 2025-09-16 15:18:01,315 basehttp 42481 6128922624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:18:25,103 basehttp 42481 6128922624 "GET /en/inpatients/beds/153/ HTTP/1.1" 200 30500 INFO 2025-09-16 15:18:25,132 basehttp 42481 6128922624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:18:37,579 basehttp 42481 6128922624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:18:37,649 basehttp 42481 6145748992 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 INFO 2025-09-16 15:18:55,453 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:18:55,471 basehttp 42481 6128922624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:18:55,479 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:18:55,534 basehttp 42481 6162575360 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:18:55,558 basehttp 42481 6145748992 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 WARNING 2025-09-16 15:19:01,060 log 42481 6145748992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:19:01,060 basehttp 42481 6145748992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:19:25,444 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:19:42,401 basehttp 42481 6145748992 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:19:55,478 basehttp 42481 6145748992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:19:55,478 basehttp 42481 6128922624 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:19:55,501 basehttp 42481 6162575360 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:20:25,443 basehttp 42481 6162575360 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:20:55,474 basehttp 42481 6162575360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:20:55,477 basehttp 42481 6128922624 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:20:55,498 basehttp 42481 6145748992 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:21:25,476 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:21:42,403 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:21:42,426 basehttp 42481 6128922624 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:21:55,452 basehttp 42481 6128922624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:21:55,471 basehttp 42481 6145748992 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:21:55,478 basehttp 42481 6128922624 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:22:25,475 basehttp 42481 6128922624 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:22:55,463 basehttp 42481 6128922624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:22:55,495 basehttp 42481 6145748992 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:22:55,495 basehttp 42481 6162575360 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:23:25,476 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:23:42,422 basehttp 42481 6145748992 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:23:55,471 basehttp 42481 6145748992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:23:55,478 basehttp 42481 6128922624 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:23:55,501 basehttp 42481 6162575360 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:24:25,486 basehttp 42481 6162575360 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:24:55,464 basehttp 42481 6162575360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:24:55,498 basehttp 42481 6128922624 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:24:55,504 basehttp 42481 6162575360 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:25:25,490 basehttp 42481 6162575360 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:25:42,427 basehttp 42481 6162575360 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:25:55,470 basehttp 42481 6162575360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:25:55,496 basehttp 42481 6128922624 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:25:55,498 basehttp 42481 6162575360 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:26:25,494 basehttp 42481 6162575360 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:26:42,389 basehttp 42481 6162575360 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:26:55,469 basehttp 42481 6162575360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:26:55,499 basehttp 42481 6128922624 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:26:55,505 basehttp 42481 6162575360 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:27:25,568 basehttp 42481 6162575360 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:27:42,490 basehttp 42481 6162575360 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:27:55,553 basehttp 42481 6162575360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:27:55,580 basehttp 42481 6128922624 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:27:55,581 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:28:25,578 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:28:55,550 basehttp 42481 6145748992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:28:55,577 basehttp 42481 6128922624 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:28:55,580 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:29:25,574 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:29:42,480 basehttp 42481 6145748992 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:29:55,548 basehttp 42481 6145748992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:29:55,573 basehttp 42481 6128922624 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:29:55,579 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:30:25,581 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:30:55,564 basehttp 42481 6145748992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:30:55,600 basehttp 42481 6128922624 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:30:55,604 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:31:25,583 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:31:42,475 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:31:42,499 basehttp 42481 6128922624 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:31:55,561 basehttp 42481 6128922624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:31:55,588 basehttp 42481 6145748992 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:31:55,591 basehttp 42481 6128922624 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:32:25,593 basehttp 42481 6128922624 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:32:55,568 basehttp 42481 6128922624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:32:55,593 basehttp 42481 6145748992 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:32:55,596 basehttp 42481 6128922624 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:33:25,596 basehttp 42481 6128922624 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:33:42,489 basehttp 42481 6128922624 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:33:55,569 basehttp 42481 6128922624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:33:55,599 basehttp 42481 6145748992 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:33:55,603 basehttp 42481 6128922624 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:34:20,617 autoreload 42481 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 15:34:21,069 autoreload 50561 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 15:34:23,609 basehttp 50561 6341865472 "GET /en/inpatients/ HTTP/1.1" 200 40622 WARNING 2025-09-16 15:34:23,628 log 50561 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:34:23,628 basehttp 50561 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:34:23,706 basehttp 50561 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:34:23,711 basehttp 50561 6358691840 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:34:23,764 basehttp 50561 6375518208 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:34:28,334 basehttp 50561 6375518208 "GET /en/inpatients/transfers/ HTTP/1.1" 200 84472 WARNING 2025-09-16 15:34:28,351 log 50561 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:34:28,351 basehttp 50561 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:34:28,425 basehttp 50561 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:34:37,226 basehttp 50561 6375518208 "GET /en/inpatients/transfer/20/approve/ HTTP/1.1" 200 9424 WARNING 2025-09-16 15:34:37,245 log 50561 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:34:37,245 basehttp 50561 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 15:34:47,192 log 50561 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:34:47,192 basehttp 50561 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 15:34:47,208 log 50561 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:34:47,208 basehttp 50561 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 15:34:57,971 log 50561 6375518208 Not Found: /en/inpatients/transfers/20 WARNING 2025-09-16 15:34:57,971 basehttp 50561 6375518208 "GET /en/inpatients/transfers/20 HTTP/1.1" 404 34781 WARNING 2025-09-16 15:34:57,987 log 50561 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:34:57,987 basehttp 50561 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:39:12,753 autoreload 50561 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 15:39:13,126 autoreload 52663 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 15:39:16,092 log 52663 6149255168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:39:16,092 basehttp 52663 6149255168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:39:16,140 basehttp 52663 6132428800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 15:39:16,142 log 52663 6149255168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:39:16,142 basehttp 52663 6149255168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 15:39:16,991 log 52663 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:39:16,992 basehttp 52663 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:39:16,995 basehttp 52663 6132428800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:39:17,001 basehttp 52663 6149255168 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 WARNING 2025-09-16 15:39:17,007 log 52663 6132428800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:39:17,007 basehttp 52663 6132428800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:39:17,051 basehttp 52663 6166081536 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:39:17,074 basehttp 52663 6132428800 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 ERROR 2025-09-16 15:39:18,725 log 52663 6132428800 Internal Server Error: /en/inpatients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 68, in get_context_data ).order_by('-admitted_at')[:5] ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'admitted_at' into field. Choices are: acuity_level, admission_datetime, admission_id, admission_notes, admission_source, admission_type, admitting_diagnosis, admitting_physician, admitting_physician_id, advance_directive, alerts, allergies, anticipated_discharge_date, assigned_bed, attending_physician, attending_physician_id, authorization_number, chief_complaint, code_status, consulting_physicians, created_at, created_by, created_by_id, current_bed, current_bed_id, current_ward, current_ward_id, discharge_datetime, discharge_disposition, discharge_planner, discharge_planner_id, discharge_planning_started, discharge_summary, encounters, estimated_length_of_stay, healthcare_proxy, id, insurance_verified, isolation_required, isolation_type, medical_bills, patient, patient_id, priority, secondary_diagnoses, special_needs, status, surgeries, surgical_cases, tenant, tenant_id, transfers, updated_at ERROR 2025-09-16 15:39:18,727 basehttp 52663 6132428800 "GET /en/inpatients/ HTTP/1.1" 500 107133 WARNING 2025-09-16 15:39:18,743 log 52663 6132428800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:39:18,743 basehttp 52663 6132428800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:39:33,413 autoreload 52663 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 15:39:33,904 autoreload 52833 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 15:39:35,529 log 52833 6170390528 Internal Server Error: /en/inpatients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 76, in get_context_data ).order_by('scheduled_time')[:5] ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_time' into field. Choices are: actual_datetime, admission, admission_id, approved_by, approved_by_id, completed_by, completed_by_id, complications, created_at, delay_reason, equipment_needed, from_bed, from_bed_id, from_ward, from_ward_id, handoff_report, id, medications_transferred, notes, patient, patient_condition, patient_id, priority, reason, requested_by, requested_by_id, requested_datetime, scheduled_datetime, status, supplies_needed, to_bed, to_bed_id, to_ward, to_ward_id, transfer_id, transfer_type, transport_method, transport_team, updated_at, vital_signs ERROR 2025-09-16 15:39:35,531 basehttp 52833 6170390528 "GET /en/inpatients/ HTTP/1.1" 500 105814 WARNING 2025-09-16 15:39:35,545 log 52833 6170390528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:39:35,545 basehttp 52833 6170390528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:40:07,665 autoreload 52833 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 15:40:08,046 autoreload 53140 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 15:40:10,594 log 53140 6192541696 Internal Server Error: /en/inpatients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 85, in get_context_data ).order_by('scheduled_date', 'scheduled_time')[:5] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_time' into field. Choices are: actual_duration_minutes, actual_end_time, actual_start_time, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, assistant_surgeons, blood_products, circulating_nurse, circulating_nurse_id, complications, consent_date, consent_obtained, created_at, created_by, created_by_id, estimated_duration_minutes, id, implants_needed, operating_room, or_block_time, patient, patient_id, postop_diagnosis, preop_diagnosis, preop_orders, primary_surgeon, primary_surgeon_id, priority, procedure_code, procedure_name, procedure_performed, recovery_location, scheduled_date, scheduled_start_time, scrub_nurse, scrub_nurse_id, special_equipment, status, surgery_id, surgery_notes, surgery_type, tenant, tenant_id, updated_at ERROR 2025-09-16 15:40:10,595 basehttp 53140 6192541696 "GET /en/inpatients/ HTTP/1.1" 500 105585 WARNING 2025-09-16 15:40:10,614 log 53140 6192541696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:40:10,615 basehttp 53140 6192541696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:40:59,071 autoreload 53140 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 15:40:59,468 autoreload 53531 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 15:41:00,219 log 53531 6201012224 Internal Server Error: /en/inpatients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'initial_ward', 'initial_bed'. Choices are: tenant, patient, admitting_physician, attending_physician, current_ward, current_bed, discharge_planner, created_by, discharge_summary ERROR 2025-09-16 15:41:00,221 basehttp 53531 6201012224 "GET /en/inpatients/ HTTP/1.1" 500 219748 WARNING 2025-09-16 15:41:00,237 log 53531 6201012224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:41:00,238 basehttp 53531 6201012224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:42:06,532 autoreload 53531 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 15:42:06,904 autoreload 54002 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 15:42:11,311 autoreload 54002 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 15:42:11,737 autoreload 54011 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 15:42:13,176 log 54011 6168555520 Internal Server Error: /en/inpatients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'int' object is not iterable ERROR 2025-09-16 15:42:13,178 basehttp 54011 6168555520 "GET /en/inpatients/ HTTP/1.1" 500 150984 WARNING 2025-09-16 15:42:13,195 log 54011 6168555520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:42:13,195 basehttp 54011 6168555520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:42:49,720 autoreload 54011 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 15:42:50,137 autoreload 54327 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 15:42:50,680 basehttp 54327 6161723392 "GET /en/inpatients/ HTTP/1.1" 200 58708 WARNING 2025-09-16 15:42:50,697 log 54327 6161723392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:42:50,697 basehttp 54327 6161723392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:42:50,786 basehttp 54327 6161723392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:42:50,790 basehttp 54327 6178549760 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:42:50,807 basehttp 54327 6195376128 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:43:17,505 basehttp 54327 6195376128 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:43:20,796 basehttp 54327 6195376128 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:43:50,798 basehttp 54327 6195376128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:43:50,800 basehttp 54327 6161723392 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:43:50,822 basehttp 54327 6178549760 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:44:20,785 basehttp 54327 6178549760 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:44:39,122 basehttp 54327 6178549760 "GET /en/inpatients/ HTTP/1.1" 200 58718 WARNING 2025-09-16 15:44:39,141 log 54327 6178549760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:44:39,141 basehttp 54327 6178549760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:44:39,229 basehttp 54327 6161723392 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:44:39,235 basehttp 54327 6178549760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:44:39,255 basehttp 54327 6195376128 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:45:09,229 basehttp 54327 6195376128 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:45:39,244 basehttp 54327 6195376128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:45:39,247 basehttp 54327 6161723392 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:45:39,275 basehttp 54327 6178549760 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:46:09,221 basehttp 54327 6178549760 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:46:35,698 basehttp 54327 6178549760 "GET /en/inpatients/ HTTP/1.1" 200 58847 WARNING 2025-09-16 15:46:35,713 log 54327 6178549760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:46:35,713 basehttp 54327 6178549760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:46:35,799 basehttp 54327 6178549760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:46:35,802 basehttp 54327 6161723392 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:46:35,822 basehttp 54327 6195376128 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:46:40,815 basehttp 54327 6195376128 "GET /en/inpatients/transfers/ HTTP/1.1" 200 84472 WARNING 2025-09-16 15:46:40,841 log 54327 6195376128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:46:40,842 basehttp 54327 6195376128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:46:40,918 basehttp 54327 6195376128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 15:46:43,994 log 54327 6195376128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:46:43,994 basehttp 54327 6195376128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 15:46:44,009 log 54327 6195376128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:46:44,010 basehttp 54327 6195376128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:47:05,790 basehttp 54327 6195376128 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:47:35,796 basehttp 54327 6195376128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:47:35,798 basehttp 54327 6178549760 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:47:35,816 basehttp 54327 6161723392 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:48:05,784 basehttp 54327 6161723392 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:48:35,801 basehttp 54327 6178549760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:48:35,804 basehttp 54327 6195376128 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:48:35,830 basehttp 54327 6161723392 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:48:35,888 basehttp 54327 6195376128 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:49:00,826 autoreload 54327 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 15:49:01,188 autoreload 57062 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 15:49:01,677 basehttp 57062 6160936960 "GET /en/inpatients/ HTTP/1.1" 200 58847 WARNING 2025-09-16 15:49:01,695 log 57062 6160936960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:49:01,695 basehttp 57062 6160936960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:49:01,790 basehttp 57062 6160936960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:49:01,792 basehttp 57062 6177763328 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:49:01,810 basehttp 57062 6194589696 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:49:11,961 basehttp 57062 6194589696 "GET /en/inpatients/transfers/ HTTP/1.1" 200 84472 WARNING 2025-09-16 15:49:11,984 log 57062 6194589696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:49:11,984 basehttp 57062 6194589696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:49:12,058 basehttp 57062 6194589696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 15:49:15,201 log 57062 6194589696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:49:15,201 basehttp 57062 6194589696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 15:49:15,214 log 57062 6194589696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:49:15,214 basehttp 57062 6194589696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:49:21,234 basehttp 57062 6194589696 "GET /en/inpatients/transfers/ HTTP/1.1" 200 84472 WARNING 2025-09-16 15:49:21,256 log 57062 6194589696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:49:21,256 basehttp 57062 6194589696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:49:21,325 basehttp 57062 6194589696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 15:49:23,524 log 57062 6194589696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:49:23,524 basehttp 57062 6194589696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 15:49:23,538 log 57062 6194589696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:49:23,538 basehttp 57062 6194589696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:49:31,778 basehttp 57062 6194589696 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:50:01,802 basehttp 57062 6194589696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:50:01,803 basehttp 57062 6160936960 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:50:01,825 basehttp 57062 6177763328 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:50:31,788 basehttp 57062 6177763328 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:51:01,787 basehttp 57062 6160936960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:51:01,799 basehttp 57062 6160936960 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:51:01,826 basehttp 57062 6177763328 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:51:01,861 basehttp 57062 6160936960 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:51:31,807 basehttp 57062 6160936960 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:52:01,806 basehttp 57062 6160936960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:52:01,810 basehttp 57062 6194589696 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:52:01,835 basehttp 57062 6177763328 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:52:31,817 basehttp 57062 6177763328 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:53:01,790 basehttp 57062 6194589696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:53:01,812 basehttp 57062 6177763328 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:53:01,826 basehttp 57062 6194589696 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:53:01,844 basehttp 57062 6160936960 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:53:31,807 basehttp 57062 6160936960 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:54:01,768 basehttp 57062 6160936960 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:54:01,791 basehttp 57062 6160936960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:54:01,817 basehttp 57062 6194589696 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:54:01,823 basehttp 57062 6160936960 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:54:31,812 basehttp 57062 6160936960 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:55:01,810 basehttp 57062 6160936960 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:55:01,814 basehttp 57062 6194589696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:55:01,824 basehttp 57062 6177763328 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:55:01,853 basehttp 57062 6211416064 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:55:31,821 basehttp 57062 6211416064 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:56:01,811 basehttp 57062 6211416064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:56:01,830 basehttp 57062 6194589696 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:56:01,842 basehttp 57062 6177763328 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:56:31,832 basehttp 57062 6177763328 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:57:01,810 basehttp 57062 6177763328 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:57:01,813 basehttp 57062 6194589696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:57:01,844 basehttp 57062 6211416064 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:57:01,868 basehttp 57062 6211416064 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:57:31,887 basehttp 57062 6211416064 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:58:01,816 basehttp 57062 6211416064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:58:01,855 basehttp 57062 6194589696 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:58:01,933 basehttp 57062 6194589696 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:58:31,953 basehttp 57062 6194589696 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:59:01,797 basehttp 57062 6194589696 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:59:01,820 basehttp 57062 6211416064 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:59:01,824 basehttp 57062 6177763328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:59:01,848 basehttp 57062 6194589696 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:59:01,961 basehttp 57062 6194589696 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:59:31,978 basehttp 57062 6194589696 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 16:00:01,827 basehttp 57062 6194589696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:00:01,860 basehttp 57062 6177763328 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 16:00:01,965 basehttp 57062 6177763328 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 16:00:26,349 autoreload 57062 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 16:00:26,742 autoreload 62171 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 16:00:27,896 log 62171 6199488512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 16:00:27,896 basehttp 62171 6199488512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 16:00:27,915 log 62171 6199488512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 16:00:27,916 basehttp 62171 6199488512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 16:00:28,578 basehttp 62171 6199488512 "GET /en/inpatients/ HTTP/1.1" 200 58990 WARNING 2025-09-16 16:00:28,596 log 62171 6199488512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 16:00:28,596 basehttp 62171 6199488512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 16:00:28,689 basehttp 62171 6199488512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:00:28,695 basehttp 62171 6216314880 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 16:00:28,712 basehttp 62171 6233141248 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 561843 ERROR 2025-09-16 16:00:31,541 log 62171 6233141248 Internal Server Error: /en/inpatients/admissions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 162, in __init__ self.fields['admitting_physician'].queryset = User.objects.filter( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'role' into field. Choices are: accessible_dashboards, acknowledged_alerts, administered_medications, administered_transfusions, admitted_patients, alertrule, analyzed_results, anesthesia_cases, approved_care_plans, approved_employees, approved_purchase_orders, approved_schedules, approved_time_entries, approved_transfers, assigned_incidents, assigned_queue_entries, assistant_or_blocks, assistant_surgeries, assistant_surgical_cases, attending_bills, attending_patients, attending_wards, audit_logs, audit_team_memberships, authored_notes, availability_slots, billing_provider_bills, blocked_beds, blood_requests, bloodtest, cancelled_appointments, cancelled_requests, care_team_plans, checked_in_appointments, circulating_cases, claim_status_updates, claimdocument, claimstatushistory, cleaned_beds, co_signed_notes, collected_specimens, collected_units, communicationchannel, completed_transfers, completed_transfusions, conducted_reviews, consulting_patients, created_admissions, created_alert_rules, created_appointment_templates, created_appointments, created_audit_plans, created_availability_slots, created_beds, created_billing_configurations, created_care_plans, created_claims, created_consent_forms, created_consent_templates, created_data_mappings, created_discharge_summaries, created_donors, created_drug_interactions, created_employees, created_encounters, created_external_systems, created_findings, created_hr_departments, created_improvement_projects, created_insurance_claims, created_integration_endpoints, created_inventory_items, created_inventory_locations, created_lab_tests, created_measurements, created_medical_bills, created_medications, created_note_templates, created_notifications, created_operating_rooms, created_or_blocks, created_patient_notes, created_pharmacy_inventory_items, created_problems, created_purchase_orders, created_reference_ranges, created_report_templates, created_risk_assessments, created_schedules, created_studies, created_suppliers, created_surgeries, created_surgical_cases, created_surgical_note_templates, created_telemedicine_sessions, created_training_records, created_waiting_list_entries, created_waiting_queues, created_wards, created_webhooks, crossmatch, dashboard, datasource, date_joined, diagnosed_problems, dictated_reports, discharge_planning_cases, dispensed_medications, double_checked_administrations, email, emailaddress, employee_profile, encounters, failed_login_attempts, first_name, force_password_change, groups, id, initiated_capas, inpatient_anesthesia_cases, inpatient_circulating_cases, inpatient_scrub_cases, integration_logs, interpreted_studies, investigated_reactions, is_active, is_staff, is_superuser, issued_units, last_login, last_name, last_password_change, led_audits, locked_until, logentry, managed_locations, managed_problems, managed_projects, managed_wards, max_concurrent_sessions, messagerecipient, metricdefinition, notificationtemplate, ordered_imaging_studies, ordered_lab_tests, password, password_expires_at, password_history, performed_qc, physician_discharges, planned_discharges, prescribed_medications, primary_care_plans, primary_nurse_discharges, primary_or_blocks, primary_surgeries, primary_surgical_cases, processed_payments, processed_requests, project_team_memberships, provider_appointments, provider_waiting_list, qc_tests, radiology_reports, received_payments, received_specimens, received_units, recorded_equipment_usage, referred_studies, registered_patients, removed_waiting_list_entries, rendered_line_items, report, reported_incidents, reported_reactions, reportexecution, requested_purchase_orders, requested_transfers, resolved_alerts, responsible_findings, responsible_quality_indicators, responsible_risks, reviewed_qc, reviewed_qc_tests, revoked_consents, scrub_cases, sent_messages, session_timeout_minutes, signed_encounters, social_accounts, sponsored_projects, stopped_transfusions, supervised_line_items, surgeon_surgical_notes, targeted_notifications, task, tenant, tenant_id, transcribed_reports, transport_assignments, triggered_integrations, two_factor_devices, two_factor_enabled, updated_configurations, updated_queue_entries, user_id, user_permissions, user_sessions, username, verified_crossmatches, verified_dispenses, verified_findings, verified_insurance, verified_measurements, verified_prescriptions, verified_problems, verified_results, verified_tests, verified_vital_signs, vital_signs_measurements, waiting_queues, waitinglistcontactlog, witnessed_administrations, witnessed_transfusions ERROR 2025-09-16 16:00:31,544 basehttp 62171 6233141248 "GET /en/inpatients/admissions/create/ HTTP/1.1" 500 171696 WARNING 2025-09-16 16:00:31,564 log 62171 6233141248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 16:00:31,564 basehttp 62171 6233141248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 16:03:16,577 autoreload 62171 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py changed, reloading. INFO 2025-09-16 16:03:16,984 autoreload 63440 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 16:03:19,207 log 63440 6341865472 Internal Server Error: /en/inpatients/admissions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 167, in __init__ self.fields['attending_physician'].queryset = User.objects.filter( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'role' into field. Choices are: accessible_dashboards, acknowledged_alerts, administered_medications, administered_transfusions, admitted_patients, alertrule, analyzed_results, anesthesia_cases, approved_care_plans, approved_employees, approved_purchase_orders, approved_schedules, approved_time_entries, approved_transfers, assigned_incidents, assigned_queue_entries, assistant_or_blocks, assistant_surgeries, assistant_surgical_cases, attending_bills, attending_patients, attending_wards, audit_logs, audit_team_memberships, authored_notes, availability_slots, billing_provider_bills, blocked_beds, blood_requests, bloodtest, cancelled_appointments, cancelled_requests, care_team_plans, checked_in_appointments, circulating_cases, claim_status_updates, claimdocument, claimstatushistory, cleaned_beds, co_signed_notes, collected_specimens, collected_units, communicationchannel, completed_transfers, completed_transfusions, conducted_reviews, consulting_patients, created_admissions, created_alert_rules, created_appointment_templates, created_appointments, created_audit_plans, created_availability_slots, created_beds, created_billing_configurations, created_care_plans, created_claims, created_consent_forms, created_consent_templates, created_data_mappings, created_discharge_summaries, created_donors, created_drug_interactions, created_employees, created_encounters, created_external_systems, created_findings, created_hr_departments, created_improvement_projects, created_insurance_claims, created_integration_endpoints, created_inventory_items, created_inventory_locations, created_lab_tests, created_measurements, created_medical_bills, created_medications, created_note_templates, created_notifications, created_operating_rooms, created_or_blocks, created_patient_notes, created_pharmacy_inventory_items, created_problems, created_purchase_orders, created_reference_ranges, created_report_templates, created_risk_assessments, created_schedules, created_studies, created_suppliers, created_surgeries, created_surgical_cases, created_surgical_note_templates, created_telemedicine_sessions, created_training_records, created_waiting_list_entries, created_waiting_queues, created_wards, created_webhooks, crossmatch, dashboard, datasource, date_joined, diagnosed_problems, dictated_reports, discharge_planning_cases, dispensed_medications, double_checked_administrations, email, emailaddress, employee_profile, encounters, failed_login_attempts, first_name, force_password_change, groups, id, initiated_capas, inpatient_anesthesia_cases, inpatient_circulating_cases, inpatient_scrub_cases, integration_logs, interpreted_studies, investigated_reactions, is_active, is_staff, is_superuser, issued_units, last_login, last_name, last_password_change, led_audits, locked_until, logentry, managed_locations, managed_problems, managed_projects, managed_wards, max_concurrent_sessions, messagerecipient, metricdefinition, notificationtemplate, ordered_imaging_studies, ordered_lab_tests, password, password_expires_at, password_history, performed_qc, physician_discharges, planned_discharges, prescribed_medications, primary_care_plans, primary_nurse_discharges, primary_or_blocks, primary_surgeries, primary_surgical_cases, processed_payments, processed_requests, project_team_memberships, provider_appointments, provider_waiting_list, qc_tests, radiology_reports, received_payments, received_specimens, received_units, recorded_equipment_usage, referred_studies, registered_patients, removed_waiting_list_entries, rendered_line_items, report, reported_incidents, reported_reactions, reportexecution, requested_purchase_orders, requested_transfers, resolved_alerts, responsible_findings, responsible_quality_indicators, responsible_risks, reviewed_qc, reviewed_qc_tests, revoked_consents, scrub_cases, sent_messages, session_timeout_minutes, signed_encounters, social_accounts, sponsored_projects, stopped_transfusions, supervised_line_items, surgeon_surgical_notes, targeted_notifications, task, tenant, tenant_id, transcribed_reports, transport_assignments, triggered_integrations, two_factor_devices, two_factor_enabled, updated_configurations, updated_queue_entries, user_id, user_permissions, user_sessions, username, verified_crossmatches, verified_dispenses, verified_findings, verified_insurance, verified_measurements, verified_prescriptions, verified_problems, verified_results, verified_tests, verified_vital_signs, vital_signs_measurements, waiting_queues, waitinglistcontactlog, witnessed_administrations, witnessed_transfusions ERROR 2025-09-16 16:03:19,209 basehttp 63440 6341865472 "GET /en/inpatients/admissions/create/ HTTP/1.1" 500 171734 WARNING 2025-09-16 16:03:19,225 log 63440 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 16:03:19,225 basehttp 63440 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 16:03:20,486 log 63440 6341865472 Internal Server Error: /en/inpatients/admissions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 167, in __init__ self.fields['attending_physician'].queryset = User.objects.filter( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'role' into field. Choices are: accessible_dashboards, acknowledged_alerts, administered_medications, administered_transfusions, admitted_patients, alertrule, analyzed_results, anesthesia_cases, approved_care_plans, approved_employees, approved_purchase_orders, approved_schedules, approved_time_entries, approved_transfers, assigned_incidents, assigned_queue_entries, assistant_or_blocks, assistant_surgeries, assistant_surgical_cases, attending_bills, attending_patients, attending_wards, audit_logs, audit_team_memberships, authored_notes, availability_slots, billing_provider_bills, blocked_beds, blood_requests, bloodtest, cancelled_appointments, cancelled_requests, care_team_plans, checked_in_appointments, circulating_cases, claim_status_updates, claimdocument, claimstatushistory, cleaned_beds, co_signed_notes, collected_specimens, collected_units, communicationchannel, completed_transfers, completed_transfusions, conducted_reviews, consulting_patients, created_admissions, created_alert_rules, created_appointment_templates, created_appointments, created_audit_plans, created_availability_slots, created_beds, created_billing_configurations, created_care_plans, created_claims, created_consent_forms, created_consent_templates, created_data_mappings, created_discharge_summaries, created_donors, created_drug_interactions, created_employees, created_encounters, created_external_systems, created_findings, created_hr_departments, created_improvement_projects, created_insurance_claims, created_integration_endpoints, created_inventory_items, created_inventory_locations, created_lab_tests, created_measurements, created_medical_bills, created_medications, created_note_templates, created_notifications, created_operating_rooms, created_or_blocks, created_patient_notes, created_pharmacy_inventory_items, created_problems, created_purchase_orders, created_reference_ranges, created_report_templates, created_risk_assessments, created_schedules, created_studies, created_suppliers, created_surgeries, created_surgical_cases, created_surgical_note_templates, created_telemedicine_sessions, created_training_records, created_waiting_list_entries, created_waiting_queues, created_wards, created_webhooks, crossmatch, dashboard, datasource, date_joined, diagnosed_problems, dictated_reports, discharge_planning_cases, dispensed_medications, double_checked_administrations, email, emailaddress, employee_profile, encounters, failed_login_attempts, first_name, force_password_change, groups, id, initiated_capas, inpatient_anesthesia_cases, inpatient_circulating_cases, inpatient_scrub_cases, integration_logs, interpreted_studies, investigated_reactions, is_active, is_staff, is_superuser, issued_units, last_login, last_name, last_password_change, led_audits, locked_until, logentry, managed_locations, managed_problems, managed_projects, managed_wards, max_concurrent_sessions, messagerecipient, metricdefinition, notificationtemplate, ordered_imaging_studies, ordered_lab_tests, password, password_expires_at, password_history, performed_qc, physician_discharges, planned_discharges, prescribed_medications, primary_care_plans, primary_nurse_discharges, primary_or_blocks, primary_surgeries, primary_surgical_cases, processed_payments, processed_requests, project_team_memberships, provider_appointments, provider_waiting_list, qc_tests, radiology_reports, received_payments, received_specimens, received_units, recorded_equipment_usage, referred_studies, registered_patients, removed_waiting_list_entries, rendered_line_items, report, reported_incidents, reported_reactions, reportexecution, requested_purchase_orders, requested_transfers, resolved_alerts, responsible_findings, responsible_quality_indicators, responsible_risks, reviewed_qc, reviewed_qc_tests, revoked_consents, scrub_cases, sent_messages, session_timeout_minutes, signed_encounters, social_accounts, sponsored_projects, stopped_transfusions, supervised_line_items, surgeon_surgical_notes, targeted_notifications, task, tenant, tenant_id, transcribed_reports, transport_assignments, triggered_integrations, two_factor_devices, two_factor_enabled, updated_configurations, updated_queue_entries, user_id, user_permissions, user_sessions, username, verified_crossmatches, verified_dispenses, verified_findings, verified_insurance, verified_measurements, verified_prescriptions, verified_problems, verified_results, verified_tests, verified_vital_signs, vital_signs_measurements, waiting_queues, waitinglistcontactlog, witnessed_administrations, witnessed_transfusions ERROR 2025-09-16 16:03:20,488 basehttp 63440 6341865472 "GET /en/inpatients/admissions/create/ HTTP/1.1" 500 171734 WARNING 2025-09-16 16:03:20,499 log 63440 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 16:03:20,499 basehttp 63440 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 16:03:47,340 autoreload 63440 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py changed, reloading. INFO 2025-09-16 16:03:47,694 autoreload 63685 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 16:03:48,933 basehttp 63685 6169473024 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 48398 WARNING 2025-09-16 16:03:48,946 log 63685 6169473024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 16:03:48,946 basehttp 63685 6169473024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 16:03:49,033 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:04:49,051 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:05:49,059 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:06:49,061 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 16:07:49,062 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 16:08:49,070 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 16:09:49,077 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 16:10:49,077 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 16:11:49,081 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 16:12:49,074 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 16:13:49,082 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 16:14:49,630 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 16:15:50,627 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 16:16:52,614 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:18:23,614 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:19:23,662 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:20:09,800 autoreload 63685 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-09-16 16:20:10,284 autoreload 70918 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 16:22:57,874 autoreload 70918 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-09-16 16:22:58,172 autoreload 72160 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 16:23:23,688 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:25:23,619 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:27:23,623 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:29:23,667 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:31:23,671 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:33:23,672 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:35:23,672 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:37:23,675 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:39:23,675 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:41:23,697 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:43:23,725 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:45:23,727 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:47:23,699 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:49:23,713 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:51:23,711 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:53:23,733 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:55:23,735 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:57:23,734 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:59:23,636 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 17:01:23,627 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 17:02:58,727 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 17:03:02,421 log 72160 6167523328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:03:02,422 basehttp 72160 6167523328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:03:02,656 log 72160 6167523328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:03:02,657 basehttp 72160 6167523328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:03:03,121 log 72160 6167523328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:03:03,121 basehttp 72160 6167523328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:03:03,856 log 72160 6167523328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:03:03,857 basehttp 72160 6167523328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:03:05,018 log 72160 6167523328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:03:05,019 basehttp 72160 6167523328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:03:05,031 log 72160 6167523328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:03:05,031 basehttp 72160 6167523328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:03:07,515 basehttp 72160 6167523328 "GET / HTTP/1.1" 302 0 INFO 2025-09-16 17:03:07,557 basehttp 72160 12901707776 "GET /en/ HTTP/1.1" 200 48072 WARNING 2025-09-16 17:03:07,579 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:03:07,579 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:03:07,580 basehttp 72160 6167523328 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-16 17:03:07,645 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 17:03:07,649 basehttp 72160 12935360512 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1105 INFO 2025-09-16 17:03:07,650 basehttp 72160 12918534144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 17:03:07,650 basehttp 72160 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 17:03:25,944 basehttp 72160 12901707776 "GET /en/appointments/ HTTP/1.1" 200 57107 WARNING 2025-09-16 17:03:25,967 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:03:25,967 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:03:25,988 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 17:03:25,999 basehttp 72160 12918534144 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 WARNING 2025-09-16 17:03:38,269 log 72160 12918534144 Forbidden (CSRF token missing.): /en/appointments/check-in/711/ WARNING 2025-09-16 17:03:38,270 basehttp 72160 12918534144 "POST /en/appointments/check-in/711/ HTTP/1.1" 403 2491 INFO 2025-09-16 17:03:40,835 basehttp 72160 12918534144 "GET /en/appointments/requests/711/detail/ HTTP/1.1" 200 26449 WARNING 2025-09-16 17:03:40,854 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:03:40,854 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:03:40,899 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 17:03:49,091 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:03:49,091 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:03:49,103 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:03:49,104 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:03:51,274 basehttp 72160 12918534144 "GET /en/appointments/queue/ HTTP/1.1" 200 44712 WARNING 2025-09-16 17:03:51,296 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:03:51,297 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:03:51,362 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 17:04:22,908 basehttp 72160 12918534144 "GET /en/appointments/queue/3/ HTTP/1.1" 200 30854 WARNING 2025-09-16 17:04:22,932 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:04:22,932 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:04:23,001 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 17:04:25,979 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:04:25,980 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:04:25,991 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:04:25,991 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:04:28,417 basehttp 72160 12918534144 "GET /en/appointments/queue/1/ HTTP/1.1" 200 36875 WARNING 2025-09-16 17:04:28,441 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:04:28,442 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:04:28,504 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 17:05:15,467 basehttp 72160 12918534144 "GET /en/appointments/queue/entry/10/ HTTP/1.1" 200 30704 WARNING 2025-09-16 17:05:15,487 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:05:15,488 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:05:15,526 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 17:05:19,303 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:05:19,303 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:05:19,316 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:05:19,316 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:05:21,011 basehttp 72160 12918534144 "GET /en/appointments/queue/entry/1/ HTTP/1.1" 200 30846 WARNING 2025-09-16 17:05:21,037 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:05:21,037 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:05:21,080 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 17:06:02,060 log 72160 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:06:02,061 basehttp 72160 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:06:02,061 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 17:06:02,067 basehttp 72160 12901707776 "GET /en/appointments/queue/1/ HTTP/1.1" 200 36875 WARNING 2025-09-16 17:06:02,078 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:06:02,078 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:06:02,084 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:06:02,084 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:06:02,122 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 17:06:05,899 basehttp 72160 12901707776 "GET /en/appointments/queue/1/call-next/ HTTP/1.1" 302 0 INFO 2025-09-16 17:06:05,912 basehttp 72160 12901707776 "GET /en/appointments/queue/1/ HTTP/1.1" 200 36921 WARNING 2025-09-16 17:06:05,925 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:06:05,925 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:06:05,979 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 17:06:17,814 basehttp 72160 12901707776 "GET /en/appointments/queue/1/ HTTP/1.1" 200 36516 WARNING 2025-09-16 17:06:17,830 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:06:17,830 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:06:18,490 log 72160 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:06:18,492 basehttp 72160 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:06:18,494 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 17:06:18,500 basehttp 72160 12918534144 "GET /en/appointments/queue/ HTTP/1.1" 200 44711 WARNING 2025-09-16 17:06:18,509 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:06:18,509 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:06:18,515 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:06:18,515 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:06:18,552 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 17:06:19,555 log 72160 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:06:19,556 basehttp 72160 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:06:19,556 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 17:06:19,558 basehttp 72160 12935360512 - Broken pipe from ('127.0.0.1', 64836) WARNING 2025-09-16 17:06:19,564 log 72160 6167523328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:06:19,565 basehttp 72160 6167523328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:06:19,577 basehttp 72160 12901707776 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-16 17:07:02,636 basehttp 72160 12901707776 "GET /en/appointments/calendar/ HTTP/1.1" 200 22660 WARNING 2025-09-16 17:07:02,667 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:07:02,667 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:07:02,668 basehttp 72160 6167523328 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-09-16 17:07:02,671 basehttp 72160 12935360512 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 INFO 2025-09-16 17:07:02,671 basehttp 72160 12969013248 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 INFO 2025-09-16 17:07:02,671 basehttp 72160 6167523328 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 INFO 2025-09-16 17:07:02,673 basehttp 72160 12952186880 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 INFO 2025-09-16 17:07:02,674 basehttp 72160 12901707776 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-09-16 17:07:02,677 basehttp 72160 12918534144 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 INFO 2025-09-16 17:07:02,694 basehttp 72160 12918534144 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-09-16 17:07:02,734 basehttp 72160 12918534144 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 125348 INFO 2025-09-16 17:07:02,739 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:07:24,864 basehttp 72160 12901707776 "GET /en/appointments/722/detail-card/ HTTP/1.1" 200 1018 INFO 2025-09-16 17:07:24,879 basehttp 72160 12901707776 "GET /static/webfonts/fa-regular-400.woff2 HTTP/1.1" 200 25472 INFO 2025-09-16 17:07:32,194 basehttp 72160 12901707776 "GET /en/appointments/requests/722/detail/ HTTP/1.1" 200 26456 WARNING 2025-09-16 17:07:32,219 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:07:32,219 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:07:32,266 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:07:34,011 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:07:34,012 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:07:34,027 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:07:34,028 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:07:35,796 basehttp 72160 12901707776 "GET /en/appointments/cancel/722/ HTTP/1.1" 200 30728 WARNING 2025-09-16 17:07:35,823 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:07:35,824 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:07:35,860 basehttp 72160 12901707776 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-16 17:07:35,867 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:07:48,950 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:07:48,950 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:07:48,966 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:07:48,966 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:07:51,083 basehttp 72160 12918534144 "GET /en/appointments/reschedule/722/ HTTP/1.1" 200 29479 WARNING 2025-09-16 17:07:51,107 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:07:51,107 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:07:51,151 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:08:01,951 basehttp 72160 12918534144 "GET /en/appointments/slots/available/?new_date=2025-09-25&new_provider=107&exclude_appointment=722 HTTP/1.1" 200 2180 INFO 2025-09-16 17:08:19,743 basehttp 72160 12918534144 "POST /en/appointments/reschedule/722/ HTTP/1.1" 302 0 INFO 2025-09-16 17:08:19,758 basehttp 72160 12918534144 "GET /en/appointments/requests/722/detail/ HTTP/1.1" 200 26475 WARNING 2025-09-16 17:08:19,783 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:08:19,784 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:08:19,824 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:08:23,898 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:08:23,899 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:08:23,915 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:08:23,915 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:08:24,382 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:08:24,384 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:08:24,384 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:08:24,400 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:08:24,400 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:08:29,196 basehttp 72160 12918534144 "GET /en/appointments/612/detail-card/ HTTP/1.1" 200 793 INFO 2025-09-16 17:08:34,567 basehttp 72160 12918534144 "GET /en/appointments/632/detail-card/ HTTP/1.1" 200 885 INFO 2025-09-16 17:08:39,499 basehttp 72160 12918534144 "GET /en/appointments/796/detail-card/ HTTP/1.1" 200 992 INFO 2025-09-16 17:08:45,126 basehttp 72160 12918534144 "GET /en/appointments/902/detail-card/ HTTP/1.1" 200 1007 INFO 2025-09-16 17:08:48,602 basehttp 72160 12918534144 "GET /en/appointments/796/detail-card/ HTTP/1.1" 200 992 INFO 2025-09-16 17:09:06,721 basehttp 72160 12918534144 "GET /en/appointments/960/detail-card/ HTTP/1.1" 200 1092 INFO 2025-09-16 17:09:24,620 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:09:32,145 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:09:32,147 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:09:32,148 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:09:32,165 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:09:32,166 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:09:32,172 basehttp 72160 12901707776 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-16 17:09:34,943 basehttp 72160 12901707776 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 86123 WARNING 2025-09-16 17:09:34,965 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:09:34,965 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:09:35,021 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:10:17,488 basehttp 72160 12901707776 "GET /en/appointments/telemedicine/262/ HTTP/1.1" 200 38882 WARNING 2025-09-16 17:10:17,511 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:10:17,511 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:10:17,558 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:10:28,933 basehttp 72160 12901707776 "GET /en/patients/patientprofile/14/details/ HTTP/1.1" 200 35427 WARNING 2025-09-16 17:10:28,959 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:10:28,959 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:10:28,997 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:10:33,647 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:10:33,647 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:10:33,665 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:10:33,665 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:10:34,816 basehttp 72160 12901707776 "GET /en/hr/employees/72/ HTTP/1.1" 200 32743 WARNING 2025-09-16 17:10:34,845 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:10:34,846 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:10:34,887 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:10:38,952 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:10:38,952 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:10:38,969 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:10:38,970 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:10:45,574 basehttp 72160 12901707776 "GET /en/patients/patientprofile/14/details/ HTTP/1.1" 200 35427 WARNING 2025-09-16 17:10:45,598 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:10:45,598 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:10:45,639 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:10:55,472 basehttp 72160 12901707776 "GET /en/patients/insurance-info/create/14/ HTTP/1.1" 200 32446 WARNING 2025-09-16 17:10:55,494 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:10:55,495 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:10:55,554 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:11:01,699 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:01,700 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:11:01,714 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:01,715 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:11:19,183 basehttp 72160 12901707776 "GET /en/patients/insurance-info-list/14/ HTTP/1.1" 200 574 WARNING 2025-09-16 17:11:19,211 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:19,212 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:11:21,497 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:21,498 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:11:21,511 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:21,511 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:11:23,434 basehttp 72160 12901707776 "GET /en/patients/insurance-info/create/14/ HTTP/1.1" 200 32446 WARNING 2025-09-16 17:11:23,455 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:23,456 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:11:23,502 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:11:29,181 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:29,181 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:11:29,196 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:29,196 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:11:31,324 basehttp 72160 12901707776 "GET /en/patients/14/emergency-contacts/create/ HTTP/1.1" 200 34172 WARNING 2025-09-16 17:11:31,345 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:31,345 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:11:31,391 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:11:35,872 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:35,873 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:11:35,893 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:35,893 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:11:39,712 basehttp 72160 12901707776 "GET /en/emr/encounters/create/?patient=14 HTTP/1.1" 200 55759 WARNING 2025-09-16 17:11:39,734 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:39,734 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:11:39,775 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:11:42,177 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:42,177 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:11:42,191 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:42,191 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:11:43,500 basehttp 72160 12901707776 "GET /en/laboratory/orders/create/?patient=14 HTTP/1.1" 200 41114 WARNING 2025-09-16 17:11:43,526 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:43,527 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:11:43,571 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:11:45,947 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-16 17:11:45,947 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:11:45,948 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:11:45,956 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:45,956 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 17:11:48,502 log 72160 12952186880 Internal Server Error: /en/pharmacy/prescriptions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/forms.py", line 107, in __init__ self.fields['prescriber'].queryset = User.objects.filter( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'role' into field. Choices are: accessible_dashboards, acknowledged_alerts, administered_medications, administered_transfusions, admitted_patients, alertrule, analyzed_results, anesthesia_cases, approved_care_plans, approved_employees, approved_purchase_orders, approved_schedules, approved_time_entries, approved_transfers, assigned_incidents, assigned_queue_entries, assistant_or_blocks, assistant_surgeries, assistant_surgical_cases, attending_bills, attending_patients, attending_wards, audit_logs, audit_team_memberships, authored_notes, availability_slots, billing_provider_bills, blocked_beds, blood_requests, bloodtest, cancelled_appointments, cancelled_requests, care_team_plans, checked_in_appointments, circulating_cases, claim_status_updates, claimdocument, claimstatushistory, cleaned_beds, co_signed_notes, collected_specimens, collected_units, communicationchannel, completed_transfers, completed_transfusions, conducted_reviews, consulting_patients, created_admissions, created_alert_rules, created_appointment_templates, created_appointments, created_audit_plans, created_availability_slots, created_beds, created_billing_configurations, created_care_plans, created_claims, created_consent_forms, created_consent_templates, created_data_mappings, created_discharge_summaries, created_donors, created_drug_interactions, created_employees, created_encounters, created_external_systems, created_findings, created_hr_departments, created_improvement_projects, created_insurance_claims, created_integration_endpoints, created_inventory_items, created_inventory_locations, created_lab_tests, created_measurements, created_medical_bills, created_medications, created_note_templates, created_notifications, created_operating_rooms, created_or_blocks, created_patient_notes, created_pharmacy_inventory_items, created_problems, created_purchase_orders, created_reference_ranges, created_report_templates, created_risk_assessments, created_schedules, created_studies, created_suppliers, created_surgeries, created_surgical_cases, created_surgical_note_templates, created_telemedicine_sessions, created_training_records, created_waiting_list_entries, created_waiting_queues, created_wards, created_webhooks, crossmatch, dashboard, datasource, date_joined, diagnosed_problems, dictated_reports, discharge_planning_cases, dispensed_medications, double_checked_administrations, email, emailaddress, employee_profile, encounters, failed_login_attempts, first_name, force_password_change, groups, id, initiated_capas, inpatient_anesthesia_cases, inpatient_circulating_cases, inpatient_scrub_cases, integration_logs, interpreted_studies, investigated_reactions, is_active, is_staff, is_superuser, issued_units, last_login, last_name, last_password_change, led_audits, locked_until, logentry, managed_locations, managed_problems, managed_projects, managed_wards, max_concurrent_sessions, messagerecipient, metricdefinition, notificationtemplate, ordered_imaging_studies, ordered_lab_tests, password, password_expires_at, password_history, performed_qc, physician_discharges, planned_discharges, prescribed_medications, primary_care_plans, primary_nurse_discharges, primary_or_blocks, primary_surgeries, primary_surgical_cases, processed_payments, processed_requests, project_team_memberships, provider_appointments, provider_waiting_list, qc_tests, radiology_reports, received_payments, received_specimens, received_units, recorded_equipment_usage, referred_studies, registered_patients, removed_waiting_list_entries, rendered_line_items, report, reported_incidents, reported_reactions, reportexecution, requested_purchase_orders, requested_transfers, resolved_alerts, responsible_findings, responsible_quality_indicators, responsible_risks, reviewed_qc, reviewed_qc_tests, revoked_consents, scrub_cases, sent_messages, session_timeout_minutes, signed_encounters, social_accounts, sponsored_projects, stopped_transfusions, supervised_line_items, surgeon_surgical_notes, targeted_notifications, task, tenant, tenant_id, transcribed_reports, transport_assignments, triggered_integrations, two_factor_devices, two_factor_enabled, updated_configurations, updated_queue_entries, user_id, user_permissions, user_sessions, username, verified_crossmatches, verified_dispenses, verified_findings, verified_insurance, verified_measurements, verified_prescriptions, verified_problems, verified_results, verified_tests, verified_vital_signs, vital_signs_measurements, waiting_queues, waitinglistcontactlog, witnessed_administrations, witnessed_transfusions ERROR 2025-09-16 17:11:48,504 basehttp 72160 12952186880 "GET /en/pharmacy/prescriptions/create/?patient=14 HTTP/1.1" 500 172126 WARNING 2025-09-16 17:11:48,526 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:48,527 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:12:13,082 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:12:13,082 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:12:13,102 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:12:13,102 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:12:20,418 basehttp 72160 12952186880 "GET /en/patients/update/14/ HTTP/1.1" 200 39484 WARNING 2025-09-16 17:12:20,440 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:12:20,440 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:12:20,483 basehttp 72160 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:12:24,486 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:12:24,486 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:12:24,497 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:12:24,497 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:12:24,838 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:12:24,838 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:12:25,623 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:12:25,623 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:12:28,414 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:12:28,415 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:12:30,238 basehttp 72160 12952186880 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34848 WARNING 2025-09-16 17:12:30,262 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:12:30,262 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:12:30,324 basehttp 72160 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:13:00,096 basehttp 72160 12952186880 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 56227 WARNING 2025-09-16 17:13:00,120 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:13:00,120 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:13:00,162 basehttp 72160 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:13:36,113 basehttp 72160 12952186880 "GET /en/appointments/waiting-list/1/delete/ HTTP/1.1" 200 19847 WARNING 2025-09-16 17:13:36,138 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:13:36,139 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:13:36,174 basehttp 72160 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:13:41,250 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:13:41,250 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:13:41,265 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:13:41,266 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:13:43,991 basehttp 72160 12952186880 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 54273 WARNING 2025-09-16 17:13:44,016 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:13:44,016 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:13:44,074 basehttp 72160 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:13:53,249 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:13:53,250 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:13:53,263 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:13:53,264 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:14:00,173 basehttp 72160 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:14:08,750 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:14:08,752 basehttp 72160 12952186880 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-16 17:14:17,261 basehttp 72160 12952186880 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 56227 INFO 2025-09-16 17:14:17,307 basehttp 72160 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:14:47,557 basehttp 72160 12952186880 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-16 17:14:57,450 basehttp 72160 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:14:57,478 basehttp 72160 12901707776 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-16 17:15:02,393 basehttp 72160 12901707776 "GET /en/appointments/calendar/ HTTP/1.1" 200 22660 INFO 2025-09-16 17:15:02,501 basehttp 72160 12901707776 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 125350 INFO 2025-09-16 17:15:02,503 basehttp 72160 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:15:17,067 basehttp 72160 12952186880 "GET /en/emr/ HTTP/1.1" 200 70362 INFO 2025-09-16 17:15:17,117 basehttp 72160 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:15:17,122 basehttp 72160 12901707776 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 17:15:26,105 basehttp 72160 12901707776 "GET /en/emr/encounters/ HTTP/1.1" 200 54756 INFO 2025-09-16 17:15:26,163 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:15:29,030 basehttp 72160 12901707776 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 41284 INFO 2025-09-16 17:15:29,077 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:15:34,913 basehttp 72160 12901707776 "GET /en/emr/encounters/3256/ HTTP/1.1" 200 43753 INFO 2025-09-16 17:15:34,955 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:15:43,181 basehttp 72160 12901707776 "GET /en/emr/add-vital-signs/3256/ HTTP/1.1" 200 45531 INFO 2025-09-16 17:15:43,215 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:16:43,234 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:17:06,472 basehttp 72160 12901707776 "POST /en/emr/add-vital-signs/3256/ HTTP/1.1" 200 45888 INFO 2025-09-16 17:17:06,507 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:18:06,528 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:18:06,946 basehttp 72160 12901707776 "GET /en/emr/vital-signs/ HTTP/1.1" 200 90247 INFO 2025-09-16 17:18:06,987 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:18:22,693 basehttp 72160 12901707776 "GET /en/emr/add-vital-signs/3256/ HTTP/1.1" 200 45531 INFO 2025-09-16 17:18:23,307 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:18:32,739 basehttp 72160 12901707776 "GET /en/emr/notes/create/3256/ HTTP/1.1" 200 44018 INFO 2025-09-16 17:18:32,776 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:19:23,315 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:19:39,722 basehttp 72160 12901707776 "GET /en/emr/notes/create/3256/ HTTP/1.1" 200 44018 INFO 2025-09-16 17:19:39,754 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:19:41,742 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:19:43,817 basehttp 72160 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:19:43,828 basehttp 72160 12901707776 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 17:19:46,629 basehttp 72160 12901707776 "GET /en/emr/problems/ HTTP/1.1" 200 104902 INFO 2025-09-16 17:19:46,670 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:20:29,496 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:20:29,496 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:20:35,481 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:20:35,483 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:20:35,494 basehttp 72160 12901707776 "GET /en/emr/stats/ HTTP/1.1" 200 2966 WARNING 2025-09-16 17:20:35,496 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:20:35,496 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 17:20:37,665 log 72160 12952186880 Internal Server Error: /en/emr/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: emr/clinical_note_list.html, emr/clinicalnote_list.html ERROR 2025-09-16 17:20:37,666 basehttp 72160 12952186880 "GET /en/emr/notes/ HTTP/1.1" 500 103209 WARNING 2025-09-16 17:20:37,687 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:20:37,687 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:22:13,746 autoreload 72160 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 17:22:14,318 autoreload 98208 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 17:22:15,225 basehttp 98208 6189690880 "GET /en/emr/notes/ HTTP/1.1" 200 99893 WARNING 2025-09-16 17:22:15,245 log 98208 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:22:15,245 basehttp 98208 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:22:15,288 basehttp 98208 6189690880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:22:39,139 basehttp 98208 6189690880 "GET /en/emr/notes/300 HTTP/1.1" 301 0 INFO 2025-09-16 17:22:39,156 basehttp 98208 6206517248 "GET /en/emr/notes/300/ HTTP/1.1" 200 39102 WARNING 2025-09-16 17:22:39,173 log 98208 6206517248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:22:39,173 basehttp 98208 6206517248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:22:39,173 basehttp 98208 6189690880 "GET /static/plugins/bootstrap-icons/font/bootstrap-icons.css HTTP/1.1" 200 98255 INFO 2025-09-16 17:22:39,203 basehttp 98208 6189690880 "GET /static/plugins/bootstrap-icons/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6 HTTP/1.1" 200 130396 INFO 2025-09-16 17:22:39,222 basehttp 98208 6189690880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:23:18,398 basehttp 98208 6189690880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:23:18,401 log 98208 6206517248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:23:18,402 basehttp 98208 6206517248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:23:18,421 log 98208 6206517248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:23:18,421 basehttp 98208 6206517248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:23:27,503 basehttp 98208 6206517248 "GET /en/emr/notes/200 HTTP/1.1" 301 0 INFO 2025-09-16 17:23:27,521 basehttp 98208 6189690880 "GET /en/emr/notes/200/ HTTP/1.1" 200 39104 WARNING 2025-09-16 17:23:27,539 log 98208 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:23:27,539 basehttp 98208 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:23:27,557 basehttp 98208 6189690880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:23:33,288 basehttp 98208 6189690880 "GET /en/emr/notes/2500/ HTTP/1.1" 200 37890 WARNING 2025-09-16 17:23:33,309 log 98208 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:23:33,310 basehttp 98208 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:23:33,323 basehttp 98208 6189690880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:23:50,681 log 98208 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:23:50,681 basehttp 98208 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:23:50,694 log 98208 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:23:50,694 basehttp 98208 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:23:51,630 log 98208 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:23:51,630 basehttp 98208 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:23:51,644 log 98208 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:23:51,644 basehttp 98208 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:24:13,814 log 98208 6223343616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:24:13,815 basehttp 98208 6223343616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:24:13,816 basehttp 98208 6189690880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:24:13,823 log 98208 6223343616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:24:13,824 basehttp 98208 6223343616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:24:13,825 basehttp 98208 6223343616 - Broken pipe from ('127.0.0.1', 53697) INFO 2025-09-16 17:24:13,830 basehttp 98208 6206517248 "GET /en/emr/stats/ HTTP/1.1" 200 2966 WARNING 2025-09-16 17:24:22,478 log 98208 6206517248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:24:22,478 basehttp 98208 6206517248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:24:36,238 basehttp 98208 6206517248 "GET /en/inpatients/ HTTP/1.1" 200 58990 WARNING 2025-09-16 17:24:36,257 log 98208 6206517248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:24:36,257 basehttp 98208 6206517248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:24:36,288 basehttp 98208 6206517248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:24:36,291 basehttp 98208 6189690880 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 17:24:36,309 basehttp 98208 6223343616 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 17:25:06,296 basehttp 98208 6223343616 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 17:25:36,320 basehttp 98208 6223343616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:25:36,322 basehttp 98208 6206517248 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 17:25:36,347 basehttp 98208 6189690880 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 17:26:06,300 basehttp 98208 6189690880 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 17:26:36,316 basehttp 98208 6206517248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:26:36,320 basehttp 98208 6223343616 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 17:26:36,345 basehttp 98208 6189690880 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 17:26:36,370 basehttp 98208 6223343616 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 17:27:06,301 basehttp 98208 6223343616 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 17:27:31,442 basehttp 98208 6223343616 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 INFO 2025-09-16 17:27:31,567 basehttp 98208 6223343616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:27:31,636 basehttp 98208 6223343616 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 INFO 2025-09-16 17:27:47,491 basehttp 98208 6223343616 "GET /en/inpatients/beds/190/ HTTP/1.1" 200 30508 INFO 2025-09-16 17:27:47,527 basehttp 98208 6223343616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:28:01,684 basehttp 98208 6223343616 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 INFO 2025-09-16 17:28:08,292 basehttp 98208 6223343616 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 48398 INFO 2025-09-16 17:28:08,326 basehttp 98208 6223343616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:28:31,584 basehttp 98208 6223343616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:28:31,667 basehttp 98208 6189690880 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 INFO 2025-09-16 17:28:35,793 basehttp 98208 6189690880 "GET /en/inpatients/beds/232/ HTTP/1.1" 200 30494 INFO 2025-09-16 17:28:35,813 basehttp 98208 6189690880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:29:01,681 basehttp 98208 6189690880 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 WARNING 2025-09-16 17:29:11,554 log 98208 6189690880 Not Found: /en/inpatients/discharges WARNING 2025-09-16 17:29:11,555 basehttp 98208 6189690880 "GET /en/inpatients/discharges HTTP/1.1" 404 34795 INFO 2025-09-16 17:29:25,127 basehttp 98208 6189690880 "GET /en/inpatients/transfers/ HTTP/1.1" 200 84475 INFO 2025-09-16 17:29:25,165 basehttp 98208 6189690880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:29:38,854 basehttp 98208 6189690880 "GET /en/inpatients/transfers/20/approve/ HTTP/1.1" 200 9425 INFO 2025-09-16 17:30:21,290 basehttp 98208 6189690880 "GET /en/inpatients/wards/ HTTP/1.1" 200 46901 INFO 2025-09-16 17:30:21,327 basehttp 98208 6189690880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:30:31,212 basehttp 98208 6189690880 "GET /en/inpatients/beds/?ward=6 HTTP/1.1" 200 1884932 INFO 2025-09-16 17:30:31,271 basehttp 98208 6189690880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:30:31,361 basehttp 98208 6189690880 "GET /en/inpatients/beds/?ward=6 HTTP/1.1" 200 1884932 INFO 2025-09-16 17:30:38,290 basehttp 98208 6189690880 "GET /en/inpatients/beds/?ward=6 HTTP/1.1" 200 1884932 INFO 2025-09-16 17:30:38,400 basehttp 98208 6189690880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:30:38,476 basehttp 98208 6189690880 "GET /en/inpatients/beds/?ward=6 HTTP/1.1" 200 1884932 INFO 2025-09-16 17:30:42,773 basehttp 98208 6189690880 "GET /en/inpatients/wards/6 HTTP/1.1" 301 0 ERROR 2025-09-16 17:30:42,823 log 98208 6223343616 Internal Server Error: /en/inpatients/wards/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 246, in get_context_data context['recent_admissions'] = Admission.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1503, in build_filter return self._add_q( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'initial_ward' into field. Choices are: acuity_level, admission_datetime, admission_id, admission_notes, admission_source, admission_type, admitting_diagnosis, admitting_physician, admitting_physician_id, advance_directive, alerts, allergies, anticipated_discharge_date, assigned_bed, attending_physician, attending_physician_id, authorization_number, chief_complaint, code_status, consulting_physicians, created_at, created_by, created_by_id, current_bed, current_bed_id, current_ward, current_ward_id, discharge_datetime, discharge_disposition, discharge_planner, discharge_planner_id, discharge_planning_started, discharge_summary, encounters, estimated_length_of_stay, healthcare_proxy, id, insurance_verified, isolation_required, isolation_type, medical_bills, patient, patient_id, priority, secondary_diagnoses, special_needs, status, surgeries, surgical_cases, tenant, tenant_id, transfers, updated_at ERROR 2025-09-16 17:30:42,824 basehttp 98208 6223343616 "GET /en/inpatients/wards/6/ HTTP/1.1" 500 158950 INFO 2025-09-16 17:31:31,971 autoreload 98208 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 17:31:32,536 autoreload 2827 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 17:31:33,716 log 2827 6190313472 Internal Server Error: /en/inpatients/wards/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 251, in get_context_data ).order_by('-admitted_at')[:10] ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'admitted_at' into field. Choices are: acuity_level, admission_datetime, admission_id, admission_notes, admission_source, admission_type, admitting_diagnosis, admitting_physician, admitting_physician_id, advance_directive, alerts, allergies, anticipated_discharge_date, assigned_bed, attending_physician, attending_physician_id, authorization_number, chief_complaint, code_status, consulting_physicians, created_at, created_by, created_by_id, current_bed, current_bed_id, current_ward, current_ward_id, discharge_datetime, discharge_disposition, discharge_planner, discharge_planner_id, discharge_planning_started, discharge_summary, encounters, estimated_length_of_stay, healthcare_proxy, id, insurance_verified, isolation_required, isolation_type, medical_bills, patient, patient_id, priority, secondary_diagnoses, special_needs, status, surgeries, surgical_cases, tenant, tenant_id, transfers, updated_at ERROR 2025-09-16 17:31:33,718 basehttp 2827 6190313472 "GET /en/inpatients/wards/6/ HTTP/1.1" 500 112586 INFO 2025-09-16 17:31:50,659 autoreload 2827 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 17:31:51,156 autoreload 2996 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 17:31:51,829 basehttp 2996 6159167488 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 51306 INFO 2025-09-16 17:31:51,880 basehttp 2996 6159167488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:32:07,044 log 2996 6159167488 Not Found: /inpatients/beds/184/details/ WARNING 2025-09-16 17:32:07,047 basehttp 2996 6159167488 "GET /inpatients/beds/184/details/ HTTP/1.1" 404 2608 WARNING 2025-09-16 17:32:19,385 log 2996 6159167488 Not Found: /inpatients/beds/201/details/ WARNING 2025-09-16 17:32:19,386 basehttp 2996 6159167488 "GET /inpatients/beds/201/details/ HTTP/1.1" 404 2608 INFO 2025-09-16 17:32:32,738 basehttp 2996 6159167488 "GET /en/inpatients/wards/ HTTP/1.1" 200 46901 INFO 2025-09-16 17:32:32,778 basehttp 2996 6159167488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:32:33,845 basehttp 2996 6159167488 "GET /en/inpatients/wards/9 HTTP/1.1" 301 0 INFO 2025-09-16 17:32:33,867 basehttp 2996 6325039104 "GET /en/inpatients/wards/9/ HTTP/1.1" 200 45848 INFO 2025-09-16 17:32:33,892 basehttp 2996 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:32:40,667 basehttp 2996 6325039104 "GET /en/inpatients/wards/9/ HTTP/1.1" 200 45848 INFO 2025-09-16 17:32:40,706 basehttp 2996 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:32:42,841 basehttp 2996 6325039104 "GET /en/inpatients/beds/?ward=9 HTTP/1.1" 200 1833290 INFO 2025-09-16 17:32:42,945 basehttp 2996 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:32:43,007 basehttp 2996 6325039104 "GET /en/inpatients/beds/?ward=9 HTTP/1.1" 200 1833290 INFO 2025-09-16 17:32:49,467 basehttp 2996 6325039104 "GET /en/inpatients/wards/ HTTP/1.1" 200 46901 INFO 2025-09-16 17:32:49,513 basehttp 2996 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:32:51,503 log 2996 6325039104 Not Found: /en/inpatients/warjjujj WARNING 2025-09-16 17:32:51,504 basehttp 2996 6325039104 "GET /en/inpatients/warjjujj HTTP/1.1" 404 34789 INFO 2025-09-16 17:33:06,490 basehttp 2996 6325039104 "GET /en/inpatients/surgery/ HTTP/1.1" 200 22371 INFO 2025-09-16 17:33:06,523 basehttp 2996 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:34:06,528 basehttp 2996 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:34:25,890 basehttp 2996 6325039104 "GET /en/inpatients/surgery/ HTTP/1.1" 200 22371 INFO 2025-09-16 17:34:25,918 basehttp 2996 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:34:28,466 basehttp 2996 6325039104 "GET /en/admin/emr/clinicalnote/ HTTP/1.1" 200 166641 INFO 2025-09-16 17:34:28,484 basehttp 2996 6358691840 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-16 17:34:28,484 basehttp 2996 6375518208 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-16 17:34:28,484 basehttp 2996 6159167488 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-16 17:34:28,485 basehttp 2996 6341865472 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-16 17:34:28,485 basehttp 2996 6325039104 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-16 17:34:28,487 basehttp 2996 6358691840 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-16 17:34:28,487 basehttp 2996 6159167488 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-16 17:34:28,488 basehttp 2996 6325039104 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-16 17:34:28,489 basehttp 2996 6341865472 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-16 17:34:28,490 basehttp 2996 6325039104 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-16 17:34:28,491 basehttp 2996 6358691840 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-16 17:34:28,491 basehttp 2996 6159167488 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-16 17:34:28,492 basehttp 2996 6325039104 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-16 17:34:28,493 basehttp 2996 6375518208 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-16 17:34:28,494 basehttp 2996 6392344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-16 17:34:28,494 basehttp 2996 6358691840 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-16 17:34:28,494 basehttp 2996 6325039104 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-09-16 17:34:28,495 basehttp 2996 6341865472 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-16 17:34:28,498 basehttp 2996 6341865472 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-16 17:34:28,498 basehttp 2996 6325039104 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-16 17:34:28,505 basehttp 2996 6325039104 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-16 17:34:28,506 basehttp 2996 6341865472 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-16 17:34:28,506 basehttp 2996 6325039104 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-16 17:34:28,507 basehttp 2996 6325039104 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-16 17:34:34,081 basehttp 2996 6325039104 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 79991 INFO 2025-09-16 17:34:34,097 basehttp 2996 6325039104 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-16 17:35:26,581 basehttp 2996 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:36:27,593 basehttp 2996 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:37:28,583 basehttp 2996 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:38:29,593 basehttp 2996 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:39:30,591 basehttp 2996 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:40:31,590 basehttp 2996 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:41:02,739 basehttp 2996 6325039104 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 102298 INFO 2025-09-16 17:41:02,753 basehttp 2996 6325039104 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-09-16 17:41:05,751 log 2996 6325039104 Internal Server Error: /en/inpatients/surgery/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'postpone_surgery' not found. 'postpone_surgery' is not a valid view function or pattern name. ERROR 2025-09-16 17:41:05,753 basehttp 2996 6325039104 "GET /en/inpatients/surgery/ HTTP/1.1" 500 263831 ERROR 2025-09-16 17:41:47,584 log 2996 6325039104 Internal Server Error: /en/inpatients/surgery/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'cancel_surgery' not found. 'cancel_surgery' is not a valid view function or pattern name. ERROR 2025-09-16 17:41:47,586 basehttp 2996 6325039104 "GET /en/inpatients/surgery/ HTTP/1.1" 500 263583 INFO 2025-09-16 17:44:09,824 autoreload 2996 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-09-16 17:44:10,243 autoreload 8528 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 17:44:11,501 log 8528 6170800128 Internal Server Error: /en/inpatients/surgery/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'cancel_surgery' with arguments '(15,)' not found. 1 pattern(s) tried: ['en/inpatients/surgery/cancel/\\Z'] ERROR 2025-09-16 17:44:11,505 basehttp 8528 6170800128 "GET /en/inpatients/surgery/ HTTP/1.1" 500 265201 INFO 2025-09-16 17:44:39,683 autoreload 8528 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-09-16 17:44:40,081 autoreload 8773 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 17:44:41,141 basehttp 8773 6164541440 "GET /en/inpatients/surgery/ HTTP/1.1" 200 85062 INFO 2025-09-16 17:44:41,167 basehttp 8773 6164541440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:44:51,323 log 8773 6164541440 Not Found: /en/inpatients/surgery/10 WARNING 2025-09-16 17:44:51,323 basehttp 8773 6164541440 "GET /en/inpatients/surgery/10 HTTP/1.1" 404 35185 INFO 2025-09-16 17:45:41,175 basehttp 8773 6164541440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:46:41,216 basehttp 8773 6164541440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:47:41,176 basehttp 8773 6164541440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:48:41,182 basehttp 8773 6164541440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:49:09,805 autoreload 8773 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 17:49:10,223 autoreload 10799 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 17:49:41,225 basehttp 10799 6202896384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:50:01,560 log 10799 6202896384 Not Found: /en/inpatients/surgery/3 WARNING 2025-09-16 17:50:01,561 basehttp 10799 6202896384 "GET /en/inpatients/surgery/3 HTTP/1.1" 404 35182 INFO 2025-09-16 17:52:03,348 autoreload 10799 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-09-16 17:52:03,820 autoreload 12063 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 17:52:07,655 basehttp 12063 6197456896 "GET /en/inpatients/surgery/3 HTTP/1.1" 301 0 ERROR 2025-09-16 17:52:07,685 log 12063 6214283264 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 53, in get_object obj = queryset.get() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1230, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Non-relational field given in select_related: 'operating_room'. Choices are: tenant, patient, admission, primary_surgeon, anesthesiologist, scrub_nurse, circulating_nurse, created_by ERROR 2025-09-16 17:52:07,687 basehttp 12063 6214283264 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 157735 INFO 2025-09-16 17:54:03,935 autoreload 12063 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 17:54:04,290 autoreload 13010 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 17:55:25,906 autoreload 13010 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 17:55:26,263 autoreload 13561 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 17:55:28,402 log 13561 6162771968 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 53, in get_object obj = queryset.get() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1230, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Non-relational field given in select_related: 'operating_room'. Choices are: tenant, patient, admission, primary_surgeon, anesthesiologist, scrub_nurse, circulating_nurse, created_by ERROR 2025-09-16 17:55:28,405 basehttp 13561 6162771968 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 157872 ERROR 2025-09-16 17:55:29,394 log 13561 6162771968 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 53, in get_object obj = queryset.get() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1230, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Non-relational field given in select_related: 'operating_room'. Choices are: tenant, patient, admission, primary_surgeon, anesthesiologist, scrub_nurse, circulating_nurse, created_by ERROR 2025-09-16 17:55:29,396 basehttp 13561 6162771968 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 157872 ERROR 2025-09-16 17:55:30,194 log 13561 6162771968 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 53, in get_object obj = queryset.get() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1230, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Non-relational field given in select_related: 'operating_room'. Choices are: tenant, patient, admission, primary_surgeon, anesthesiologist, scrub_nurse, circulating_nurse, created_by ERROR 2025-09-16 17:55:30,195 basehttp 13561 6162771968 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 157872 INFO 2025-09-16 17:57:37,952 autoreload 13561 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 17:57:38,291 autoreload 14585 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 18:02:05,022 autoreload 14585 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/models.py changed, reloading. INFO 2025-09-16 18:02:05,405 autoreload 16529 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 18:05:03,440 autoreload 16529 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py changed, reloading. INFO 2025-09-16 18:05:03,804 autoreload 17857 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 18:05:21,820 autoreload 18073 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:05:24,578 log 18073 6170865664 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 53, in get_object obj = queryset.get() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1230, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Non-relational field given in select_related: 'operating_room'. Choices are: tenant, patient, admission, primary_surgeon, anesthesiologist, scrub_nurse, circulating_nurse, created_by ERROR 2025-09-16 18:05:24,580 basehttp 18073 6170865664 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 157872 INFO 2025-09-16 18:07:16,715 autoreload 18073 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:07:17,099 autoreload 18937 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:07:19,463 log 18937 6168342528 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 53, in get_object obj = queryset.get() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1230, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Non-relational field given in select_related: 'operating_room'. Choices are: tenant, patient, admission, primary_surgeon, anesthesiologist, scrub_nurse, circulating_nurse, created_by ERROR 2025-09-16 18:07:19,464 basehttp 18937 6168342528 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 157872 ERROR 2025-09-16 18:07:20,330 log 18937 6168342528 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 53, in get_object obj = queryset.get() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1230, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Non-relational field given in select_related: 'operating_room'. Choices are: tenant, patient, admission, primary_surgeon, anesthesiologist, scrub_nurse, circulating_nurse, created_by ERROR 2025-09-16 18:07:20,332 basehttp 18937 6168342528 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 157872 INFO 2025-09-16 18:08:20,672 autoreload 18937 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:08:21,088 autoreload 19411 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:08:22,610 log 19411 6124974080 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 53, in get_object obj = queryset.get() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'surgeon'. Choices are: tenant, patient, admission, primary_surgeon, anesthesiologist, scrub_nurse, circulating_nurse, created_by ERROR 2025-09-16 18:08:22,611 basehttp 19411 6124974080 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 159380 INFO 2025-09-16 18:11:30,525 autoreload 19411 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:11:30,870 autoreload 20795 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 18:11:41,472 autoreload 20795 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:11:41,848 autoreload 20878 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:11:42,958 log 20878 6162575360 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgery_list' not found. 'surgery_list' is not a valid view function or pattern name. ERROR 2025-09-16 18:11:42,960 basehttp 20878 6162575360 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 174980 ERROR 2025-09-16 18:12:07,504 log 20878 6162575360 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgery_update' not found. 'surgery_update' is not a valid view function or pattern name. ERROR 2025-09-16 18:12:07,506 basehttp 20878 6162575360 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 173512 INFO 2025-09-16 18:12:55,841 autoreload 20878 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:12:56,226 autoreload 21440 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:12:56,581 log 21440 6164606976 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'users' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'users' is not a registered namespace ERROR 2025-09-16 18:12:56,582 basehttp 21440 6164606976 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 175242 INFO 2025-09-16 18:13:25,556 autoreload 21440 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py changed, reloading. INFO 2025-09-16 18:13:25,905 autoreload 21683 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:13:26,441 log 21683 6133755904 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'users' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'users' is not a registered namespace ERROR 2025-09-16 18:13:26,442 basehttp 21683 6133755904 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 175242 INFO 2025-09-16 18:14:08,796 autoreload 21683 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py changed, reloading. INFO 2025-09-16 18:14:09,169 autoreload 21993 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:14:09,926 log 21993 12918534144 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'user_profile' with arguments '('',)' not found. 1 pattern(s) tried: ['en/accounts/profile/\\Z'] ERROR 2025-09-16 18:14:09,927 basehttp 21993 12918534144 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 175464 ERROR 2025-09-16 18:14:33,496 log 21993 12918534144 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'user_profile' with arguments '('',)' not found. 1 pattern(s) tried: ['en/accounts/profile/\\Z'] ERROR 2025-09-16 18:14:33,497 basehttp 21993 12918534144 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 175443 INFO 2025-09-16 18:14:57,368 autoreload 21993 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:14:57,758 autoreload 22388 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:14:59,070 log 22388 12901707776 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'user_profile' with arguments '('',)' not found. 1 pattern(s) tried: ['en/accounts/profile/\\Z'] ERROR 2025-09-16 18:14:59,072 basehttp 22388 12901707776 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 175555 INFO 2025-09-16 18:30:17,455 autoreload 22388 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:30:17,956 autoreload 29140 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 18:32:06,213 autoreload 29140 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:32:06,730 autoreload 30021 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:32:08,996 log 30021 6133379072 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'user_profile' with arguments '('',)' not found. 1 pattern(s) tried: ['en/accounts/profile/\\Z'] ERROR 2025-09-16 18:32:08,999 basehttp 30021 6133379072 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 175555 INFO 2025-09-16 18:35:07,117 autoreload 30021 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:35:07,504 autoreload 31332 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:35:07,969 log 31332 6194524160 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'employee_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/hr/employees/(?P[0-9]+)/\\Z'] ERROR 2025-09-16 18:35:07,972 basehttp 31332 6194524160 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 176978 ERROR 2025-09-16 18:35:35,593 log 31332 6194524160 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'employee_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/hr/employees/(?P[0-9]+)/\\Z'] ERROR 2025-09-16 18:35:35,595 basehttp 31332 6194524160 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 177034 ERROR 2025-09-16 18:35:56,959 log 31332 6194524160 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'employee_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/hr/employees/(?P[0-9]+)/\\Z'] ERROR 2025-09-16 18:35:56,961 basehttp 31332 6194524160 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 177130 ERROR 2025-09-16 18:36:06,801 log 31332 6194524160 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'users' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'users' is not a registered namespace ERROR 2025-09-16 18:36:06,803 basehttp 31332 6194524160 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 176025 ERROR 2025-09-16 18:36:56,194 log 31332 6194524160 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'users' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'users' is not a registered namespace ERROR 2025-09-16 18:36:56,195 basehttp 31332 6194524160 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 189527 ERROR 2025-09-16 18:37:17,703 log 31332 6194524160 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgery_update_status' not found. 'surgery_update_status' is not a valid view function or pattern name. ERROR 2025-09-16 18:37:17,705 basehttp 31332 6194524160 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 168399 INFO 2025-09-16 18:37:45,009 basehttp 31332 6194524160 "GET /en/inpatients/surgery/3/ HTTP/1.1" 200 29913 INFO 2025-09-16 18:37:45,064 basehttp 31332 6194524160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:37:59,664 basehttp 31332 6194524160 "GET /en/patients/patientprofile/46/details/ HTTP/1.1" 200 35906 INFO 2025-09-16 18:37:59,704 basehttp 31332 6194524160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:38:06,692 basehttp 31332 6194524160 "GET /en/hr/employees/72/ HTTP/1.1" 200 32736 INFO 2025-09-16 18:38:06,732 basehttp 31332 6194524160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-09-16 18:38:16,921 log 31332 6194524160 Internal Server Error: /en/inpatients/surgery/calendar/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1007, in surgery_calendar return render(request, 'inpatients/surgery_schedule.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 19, in get_template raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: inpatients/surgery_schedule.html ERROR 2025-09-16 18:38:16,923 basehttp 31332 6194524160 "GET /en/inpatients/surgery/calendar/ HTTP/1.1" 500 107130 INFO 2025-09-16 18:38:58,341 autoreload 31332 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:38:58,734 autoreload 33072 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:38:59,388 log 33072 6160330752 Internal Server Error: /en/inpatients/surgery/calendar/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1007, in surgery_calendar return render(request, 'inpatients/partials/surgery_schedule.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 19, in get_template raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: inpatients/partials/surgery_schedule.html ERROR 2025-09-16 18:38:59,389 basehttp 33072 6160330752 "GET /en/inpatients/surgery/calendar/ HTTP/1.1" 500 107825 INFO 2025-09-16 18:39:12,557 autoreload 33072 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:39:12,930 autoreload 33156 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:39:13,654 log 33156 6159495168 Internal Server Error: /en/inpatients/surgery/calendar/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1007, in surgery_calendar return render(request, 'inpatients/partials/surgery_calendar.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgery_calendar_data' not found. 'surgery_calendar_data' is not a valid view function or pattern name. ERROR 2025-09-16 18:39:13,656 basehttp 33156 6159495168 "GET /en/inpatients/surgery/calendar/ HTTP/1.1" 500 142744 INFO 2025-09-16 18:41:16,884 autoreload 33156 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:41:17,256 autoreload 34076 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:41:17,808 log 34076 6194868224 Internal Server Error: /en/inpatients/surgery/calendar/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1007, in surgery_calendar return render(request, 'inpatients/partials/surgery_calendar.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgery_quick_view' not found. 'surgery_quick_view' is not a valid view function or pattern name. ERROR 2025-09-16 18:41:17,810 basehttp 34076 6194868224 "GET /en/inpatients/surgery/calendar/ HTTP/1.1" 500 142752 INFO 2025-09-16 18:43:01,091 basehttp 34076 6194868224 "GET /en/inpatients/surgery/calendar/ HTTP/1.1" 200 15386 INFO 2025-09-16 18:44:12,935 basehttp 34076 6194868224 "GET /en/inpatients/surgery/calendar/ HTTP/1.1" 200 15386 INFO 2025-09-16 18:44:27,790 basehttp 34076 6194868224 "GET /en/inpatients/surgery/calendar/ HTTP/1.1" 200 32136 INFO 2025-09-16 18:44:27,829 basehttp 34076 6194868224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:45:27,833 basehttp 34076 6194868224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:46:27,841 basehttp 34076 6194868224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:47:27,839 basehttp 34076 6194868224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:48:22,407 autoreload 34076 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:48:22,790 autoreload 37544 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:48:23,819 log 37544 6193049600 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 37, in get_object queryset = queryset.filter(pk=pk) ^^^^^^^^^^^^^^^ AttributeError: 'SurgerySchedule' object has no attribute 'filter' ERROR 2025-09-16 18:48:23,820 basehttp 37544 6193049600 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 85563 INFO 2025-09-16 18:49:00,466 autoreload 37544 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-09-16 18:49:00,801 autoreload 37878 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:49:06,419 log 37878 6170161152 Internal Server Error: /en/inpatients/surgery/list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 940, in get_queryset queryset = queryset.order_by(*sort_fields) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_time' into field. Choices are: actual_duration_minutes, actual_end_time, actual_start_time, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, assistant_surgeons, blood_products, circulating_nurse, circulating_nurse_id, complications, consent_date, consent_obtained, created_at, created_by, created_by_id, estimated_duration_minutes, id, implants_needed, operating_room, or_block_time, patient, patient_id, postop_diagnosis, preop_diagnosis, preop_orders, primary_surgeon, primary_surgeon_id, priority, procedure_code, procedure_name, procedure_performed, recovery_location, scheduled_date, scheduled_start_time, scrub_nurse, scrub_nurse_id, special_equipment, status, surgery_id, surgery_notes, surgery_type, tenant, tenant_id, updated_at ERROR 2025-09-16 18:49:06,421 basehttp 37878 6170161152 "GET /en/inpatients/surgery/list/ HTTP/1.1" 500 110242 INFO 2025-09-16 18:50:31,115 autoreload 37878 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:50:31,508 autoreload 38571 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:50:33,670 log 38571 6341865472 Internal Server Error: /en/inpatients/surgery/list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 969, in get_context_data ).order_by('name') ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: accepts_emergency, air_changes_per_hour, building, ceiling_height, cleaning_time, created_at, created_by, created_by_id, equipment_list, floor_number, has_c_arm, has_ct, has_mri, has_neuromonitoring, has_ultrasound, humidity_max, humidity_min, id, is_active, max_case_duration, or_blocks, positive_pressure, required_nurses, required_techs, room_id, room_name, room_number, room_size, room_type, special_features, status, supports_laparoscopic, supports_laser, supports_microscopy, supports_robotic, temperature_max, temperature_min, tenant, tenant_id, turnover_time, updated_at, wing ERROR 2025-09-16 18:50:33,671 basehttp 38571 6341865472 "GET /en/inpatients/surgery/list/ HTTP/1.1" 500 108981 INFO 2025-09-16 18:51:01,128 autoreload 38571 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:51:01,523 autoreload 38734 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 18:51:02,385 basehttp 38734 6156972032 "GET /en/inpatients/surgery/list/ HTTP/1.1" 200 71632 INFO 2025-09-16 18:51:02,434 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:51:18,655 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/ HTTP/1.1" 200 29913 INFO 2025-09-16 18:51:18,709 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:51:31,795 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35915 WARNING 2025-09-16 18:51:31,812 basehttp 38734 6156972032 "GET /static/assets/plugins/select2/dist/css/select2.min.css HTTP/1.1" 404 2068 WARNING 2025-09-16 18:51:31,814 basehttp 38734 13438578688 "GET /static/assets/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 404 2131 WARNING 2025-09-16 18:51:31,817 basehttp 38734 6173798400 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 WARNING 2025-09-16 18:51:31,819 basehttp 38734 13455405056 "GET /static/assets/plugins/summernote/dist/summernote-lite.css HTTP/1.1" 404 2077 WARNING 2025-09-16 18:51:31,819 basehttp 38734 13472231424 "GET /static/assets/plugins/select2/dist/js/select2.min.js HTTP/1.1" 404 2062 WARNING 2025-09-16 18:51:31,823 basehttp 38734 6156972032 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-09-16 18:51:31,824 basehttp 38734 6173798400 "GET /static/assets/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 404 2125 WARNING 2025-09-16 18:51:31,825 basehttp 38734 13438578688 "GET /static/assets/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 404 2086 INFO 2025-09-16 18:51:31,840 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:51:40,321 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35915 WARNING 2025-09-16 18:51:40,337 basehttp 38734 6173798400 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 WARNING 2025-09-16 18:51:40,337 basehttp 38734 6156972032 "GET /static/assets/plugins/select2/dist/css/select2.min.css HTTP/1.1" 404 2068 WARNING 2025-09-16 18:51:40,338 basehttp 38734 13455405056 "GET /static/assets/plugins/summernote/dist/summernote-lite.css HTTP/1.1" 404 2077 WARNING 2025-09-16 18:51:40,340 basehttp 38734 13472231424 "GET /static/assets/plugins/select2/dist/js/select2.min.js HTTP/1.1" 404 2062 WARNING 2025-09-16 18:51:40,343 basehttp 38734 13438578688 "GET /static/assets/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 404 2131 WARNING 2025-09-16 18:51:40,343 basehttp 38734 13489057792 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-09-16 18:51:40,343 basehttp 38734 13505884160 "GET /static/assets/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 404 2125 WARNING 2025-09-16 18:51:40,344 basehttp 38734 6156972032 "GET /static/assets/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 404 2086 INFO 2025-09-16 18:51:40,367 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:51:48,020 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35915 WARNING 2025-09-16 18:51:48,039 basehttp 38734 6156972032 "GET /static/assets/plugins/select2/dist/css/select2.min.css HTTP/1.1" 404 2068 WARNING 2025-09-16 18:51:48,044 basehttp 38734 13472231424 "GET /static/assets/plugins/select2/dist/js/select2.min.js HTTP/1.1" 404 2062 WARNING 2025-09-16 18:51:48,044 basehttp 38734 13438578688 "GET /static/assets/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 404 2131 WARNING 2025-09-16 18:51:48,047 basehttp 38734 6173798400 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 WARNING 2025-09-16 18:51:48,047 basehttp 38734 13489057792 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-09-16 18:51:48,048 basehttp 38734 13505884160 "GET /static/assets/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 404 2125 WARNING 2025-09-16 18:51:48,048 basehttp 38734 13455405056 "GET /static/assets/plugins/summernote/dist/summernote-lite.css HTTP/1.1" 404 2077 WARNING 2025-09-16 18:51:48,050 basehttp 38734 6156972032 "GET /static/assets/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 404 2086 INFO 2025-09-16 18:51:48,074 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:52:25,319 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35859 INFO 2025-09-16 18:52:25,333 basehttp 38734 6156972032 "GET /static/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 200 3034 INFO 2025-09-16 18:52:25,333 basehttp 38734 13438578688 "GET /static/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 200 18685 INFO 2025-09-16 18:52:25,333 basehttp 38734 6173798400 "GET /static/plugins/summernote/dist/summernote-lite.css HTTP/1.1" 200 38212 INFO 2025-09-16 18:52:25,334 basehttp 38734 13455405056 "GET /static/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 200 186367 INFO 2025-09-16 18:52:25,395 basehttp 38734 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:52:45,839 basehttp 38734 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:52:48,488 basehttp 38734 13455405056 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35859 INFO 2025-09-16 18:52:48,530 basehttp 38734 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-09-16 18:52:51,544 log 38734 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 18:52:51,544 basehttp 38734 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 18:52:51,560 basehttp 38734 13455405056 "GET /static/plugins/summernote/dist/summernote-lite.css.map HTTP/1.1" 200 52049 INFO 2025-09-16 18:53:48,543 basehttp 38734 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:54:04,921 basehttp 38734 13455405056 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 36813 WARNING 2025-09-16 18:54:04,938 log 38734 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 18:54:04,938 basehttp 38734 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 18:54:04,999 basehttp 38734 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:54:55,623 basehttp 38734 13455405056 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 36813 WARNING 2025-09-16 18:54:55,642 log 38734 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 18:54:55,642 basehttp 38734 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 18:54:55,707 basehttp 38734 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:55:35,791 basehttp 38734 13455405056 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 36813 WARNING 2025-09-16 18:55:35,811 log 38734 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 18:55:35,811 basehttp 38734 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 18:55:35,873 basehttp 38734 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:56:32,302 basehttp 38734 13455405056 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 36813 WARNING 2025-09-16 18:56:32,322 log 38734 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 18:56:32,322 basehttp 38734 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 18:56:32,378 basehttp 38734 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-09-16 18:56:45,446 log 38734 6173798400 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-16 18:56:45,446 basehttp 38734 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-09-16 18:56:45,446 basehttp 38734 6173798400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 18:56:45,456 log 38734 6173798400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 18:56:45,456 basehttp 38734 6173798400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 18:56:46,808 basehttp 38734 6173798400 "GET /en/inpatients/surgery/3/ HTTP/1.1" 200 29781 WARNING 2025-09-16 18:56:46,826 log 38734 6173798400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 18:56:46,826 basehttp 38734 6173798400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 18:56:46,882 basehttp 38734 6173798400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:56:57,697 basehttp 38734 6173798400 "GET /en/inpatients/surgery/3/ HTTP/1.1" 200 29779 WARNING 2025-09-16 18:56:57,711 log 38734 6173798400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 18:56:57,711 basehttp 38734 6173798400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 18:56:57,765 basehttp 38734 6173798400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:57:57,763 basehttp 38734 6173798400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:58:36,160 basehttp 38734 6173798400 "GET /en/inpatients/surgery/3/ HTTP/1.1" 200 29989 WARNING 2025-09-16 18:58:36,174 log 38734 6173798400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 18:58:36,174 basehttp 38734 6173798400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 18:58:36,223 basehttp 38734 6173798400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:59:32,771 basehttp 38734 6173798400 "GET /en/inpatients/surgery/3/ HTTP/1.1" 200 29995 WARNING 2025-09-16 18:59:32,783 log 38734 6173798400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 18:59:32,783 basehttp 38734 6173798400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 18:59:32,824 basehttp 38734 6173798400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:59:34,440 basehttp 38734 6173798400 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 36813 WARNING 2025-09-16 18:59:34,455 log 38734 6173798400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 18:59:34,455 basehttp 38734 6173798400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 18:59:34,508 basehttp 38734 6173798400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 19:00:34,510 basehttp 38734 6173798400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 19:01:34,513 basehttp 38734 6173798400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 19:01:57,736 basehttp 38734 6173798400 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35161 WARNING 2025-09-16 19:01:57,749 log 38734 6173798400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:01:57,749 basehttp 38734 6173798400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:01:57,803 basehttp 38734 6173798400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 19:02:07,588 basehttp 38734 6173798400 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35161 WARNING 2025-09-16 19:02:07,602 log 38734 6173798400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:02:07,602 basehttp 38734 6173798400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:02:07,653 basehttp 38734 6173798400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 19:02:10,384 basehttp 38734 6173798400 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35161 INFO 2025-09-16 19:02:10,393 basehttp 38734 13438578688 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-16 19:02:10,394 basehttp 38734 13489057792 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-16 19:02:10,395 basehttp 38734 13472231424 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-16 19:02:10,396 basehttp 38734 13438578688 "GET /static/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 200 3034 WARNING 2025-09-16 19:02:10,399 log 38734 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:02:10,400 basehttp 38734 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:02:10,401 basehttp 38734 6173798400 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-16 19:02:10,404 basehttp 38734 13489057792 "GET /static/plugins/summernote/dist/summernote-lite.css HTTP/1.1" 200 38212 INFO 2025-09-16 19:02:10,406 basehttp 38734 13472231424 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-16 19:02:10,408 basehttp 38734 13489057792 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-16 19:02:10,415 basehttp 38734 6156972032 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-16 19:02:10,417 basehttp 38734 13472231424 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-16 19:02:10,422 basehttp 38734 13489057792 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-16 19:02:10,422 basehttp 38734 6173798400 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-16 19:02:10,430 basehttp 38734 6156972032 "GET /static/plugins/summernote/dist/summernote-lite.css.map HTTP/1.1" 200 52049 INFO 2025-09-16 19:02:10,433 basehttp 38734 13489057792 "GET /static/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 200 18685 INFO 2025-09-16 19:02:10,434 basehttp 38734 13472231424 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-16 19:02:10,437 basehttp 38734 6156972032 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-16 19:02:10,441 basehttp 38734 13438578688 "GET /media/profile_pictures/me.jpg HTTP/1.1" 200 721666 INFO 2025-09-16 19:02:10,444 basehttp 38734 13472231424 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-16 19:02:10,445 basehttp 38734 6156972032 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-16 19:02:10,445 basehttp 38734 13489057792 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-16 19:02:10,446 basehttp 38734 13455405056 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-16 19:02:10,447 basehttp 38734 6173798400 "GET /static/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 200 186367 INFO 2025-09-16 19:02:10,451 basehttp 38734 13438578688 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-16 19:02:10,452 basehttp 38734 13455405056 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-16 19:02:10,453 basehttp 38734 6173798400 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-16 19:02:10,455 basehttp 38734 13438578688 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-16 19:02:10,455 basehttp 38734 13455405056 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-16 19:02:10,456 basehttp 38734 6173798400 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-16 19:02:10,458 basehttp 38734 6173798400 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-16 19:02:10,458 basehttp 38734 13438578688 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-16 19:02:10,458 basehttp 38734 13455405056 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-16 19:02:10,468 basehttp 38734 13489057792 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-16 19:02:10,469 basehttp 38734 6156972032 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-16 19:02:10,470 basehttp 38734 13438578688 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-16 19:02:10,472 basehttp 38734 13489057792 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-16 19:02:10,472 basehttp 38734 13455405056 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-16 19:02:10,473 basehttp 38734 13438578688 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-16 19:02:10,473 basehttp 38734 6156972032 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-16 19:02:10,485 basehttp 38734 6173798400 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-16 19:02:10,490 basehttp 38734 13472231424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-16 19:02:10,614 basehttp 38734 13472231424 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-16 19:02:10,643 basehttp 38734 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-09-16 19:02:10,760 log 38734 13472231424 Not Found: /favicon.ico WARNING 2025-09-16 19:02:10,760 basehttp 38734 13472231424 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-16 19:03:10,646 basehttp 38734 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 19:03:18,270 basehttp 38734 13472231424 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34777 WARNING 2025-09-16 19:03:18,283 log 38734 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:03:18,283 basehttp 38734 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:03:18,352 basehttp 38734 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 19:03:38,459 basehttp 38734 13472231424 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34777 WARNING 2025-09-16 19:03:38,480 log 38734 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:03:38,480 basehttp 38734 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:03:38,516 basehttp 38734 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 19:03:47,600 basehttp 38734 13472231424 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34777 INFO 2025-09-16 19:03:47,611 basehttp 38734 6156972032 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-16 19:03:47,612 basehttp 38734 13455405056 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-16 19:03:47,613 basehttp 38734 13489057792 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-16 19:03:47,614 basehttp 38734 6156972032 "GET /static/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 200 3034 WARNING 2025-09-16 19:03:47,619 log 38734 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-16 19:03:47,620 basehttp 38734 13489057792 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-16 19:03:47,620 basehttp 38734 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:03:47,621 basehttp 38734 13455405056 "GET /static/plugins/summernote/dist/summernote-lite.css HTTP/1.1" 200 38212 INFO 2025-09-16 19:03:47,622 basehttp 38734 13472231424 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-16 19:03:47,625 basehttp 38734 13455405056 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-16 19:03:47,628 basehttp 38734 13472231424 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-16 19:03:47,629 basehttp 38734 13455405056 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-16 19:03:47,631 basehttp 38734 13472231424 "GET /static/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 200 18685 INFO 2025-09-16 19:03:47,633 basehttp 38734 13438578688 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-16 19:03:47,636 basehttp 38734 13472231424 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-16 19:03:47,638 basehttp 38734 13455405056 "GET /static/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 200 186367 INFO 2025-09-16 19:03:47,639 basehttp 38734 13438578688 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-16 19:03:47,639 basehttp 38734 13472231424 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-16 19:03:47,642 basehttp 38734 13438578688 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-16 19:03:47,643 basehttp 38734 13472231424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-16 19:03:47,645 basehttp 38734 13455405056 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-16 19:03:47,647 basehttp 38734 13438578688 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-16 19:03:47,648 basehttp 38734 13472231424 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-16 19:03:47,648 basehttp 38734 13455405056 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-16 19:03:47,651 basehttp 38734 13455405056 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-16 19:03:47,652 basehttp 38734 13438578688 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-16 19:03:47,653 basehttp 38734 13472231424 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-16 19:03:47,654 basehttp 38734 13455405056 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-16 19:03:47,656 basehttp 38734 13455405056 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-16 19:03:47,656 basehttp 38734 13472231424 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-16 19:03:47,658 basehttp 38734 13438578688 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-16 19:03:47,661 basehttp 38734 13472231424 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-16 19:03:47,662 basehttp 38734 13455405056 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-16 19:03:47,663 basehttp 38734 6173798400 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-16 19:03:47,665 basehttp 38734 13438578688 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-16 19:03:47,666 basehttp 38734 13472231424 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-16 19:03:47,666 basehttp 38734 6173798400 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-16 19:03:47,666 basehttp 38734 13489057792 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-16 19:03:47,667 basehttp 38734 13455405056 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-16 19:03:47,668 basehttp 38734 6156972032 "GET /media/profile_pictures/me.jpg HTTP/1.1" 200 721666 INFO 2025-09-16 19:03:47,905 basehttp 38734 6156972032 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-16 19:03:47,924 basehttp 38734 6156972032 "GET /static/plugins/summernote/dist/summernote-lite.css.map HTTP/1.1" 200 52049 INFO 2025-09-16 19:03:47,926 basehttp 38734 13455405056 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-16 19:03:47,940 basehttp 38734 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-09-16 19:03:48,057 log 38734 13455405056 Not Found: /favicon.ico WARNING 2025-09-16 19:03:48,057 basehttp 38734 13455405056 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-16 19:04:01,178 basehttp 38734 13455405056 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34777 INFO 2025-09-16 19:04:01,187 basehttp 38734 6173798400 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-16 19:04:01,188 basehttp 38734 13438578688 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-16 19:04:01,188 basehttp 38734 13472231424 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-16 19:04:01,189 basehttp 38734 6173798400 "GET /static/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 200 3034 INFO 2025-09-16 19:04:01,192 basehttp 38734 13472231424 "GET /static/plugins/summernote/dist/summernote-lite.css HTTP/1.1" 200 38212 WARNING 2025-09-16 19:04:01,194 log 38734 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:04:01,195 basehttp 38734 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:04:01,197 basehttp 38734 13438578688 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-16 19:04:01,197 basehttp 38734 13455405056 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-16 19:04:01,200 basehttp 38734 13438578688 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-16 19:04:01,204 basehttp 38734 13455405056 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-16 19:04:01,204 basehttp 38734 13438578688 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-16 19:04:01,209 basehttp 38734 13438578688 "GET /static/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 200 18685 INFO 2025-09-16 19:04:01,214 basehttp 38734 13455405056 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-16 19:04:01,215 basehttp 38734 13489057792 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-16 19:04:01,217 basehttp 38734 13455405056 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-16 19:04:01,218 basehttp 38734 13472231424 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-16 19:04:01,220 basehttp 38734 13489057792 "GET /static/plugins/summernote/dist/summernote-lite.css.map HTTP/1.1" 200 52049 INFO 2025-09-16 19:04:01,222 basehttp 38734 13472231424 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-16 19:04:01,223 basehttp 38734 13455405056 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-16 19:04:01,224 basehttp 38734 13489057792 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-16 19:04:01,225 basehttp 38734 13438578688 "GET /static/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 200 186367 INFO 2025-09-16 19:04:01,227 basehttp 38734 13438578688 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-16 19:04:01,228 basehttp 38734 13489057792 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-16 19:04:01,230 basehttp 38734 13455405056 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-16 19:04:01,231 basehttp 38734 13472231424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-16 19:04:01,231 basehttp 38734 13438578688 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-16 19:04:01,232 basehttp 38734 13489057792 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-16 19:04:01,232 basehttp 38734 13455405056 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-16 19:04:01,232 basehttp 38734 6156972032 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-16 19:04:01,232 basehttp 38734 6173798400 "GET /media/profile_pictures/me.jpg HTTP/1.1" 200 721666 INFO 2025-09-16 19:04:01,238 basehttp 38734 6173798400 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-16 19:04:01,238 basehttp 38734 13438578688 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-16 19:04:01,239 basehttp 38734 13472231424 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-16 19:04:01,239 basehttp 38734 13489057792 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-16 19:04:01,239 basehttp 38734 6156972032 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-16 19:04:01,240 basehttp 38734 13455405056 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-16 19:04:01,242 basehttp 38734 6173798400 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-16 19:04:01,243 basehttp 38734 13489057792 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-16 19:04:01,243 basehttp 38734 13438578688 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-16 19:04:01,244 basehttp 38734 13472231424 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-16 19:04:01,244 basehttp 38734 6156972032 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-16 19:04:01,437 basehttp 38734 6156972032 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-16 19:04:01,450 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-09-16 19:04:01,469 log 38734 6156972032 Not Found: /favicon.ico WARNING 2025-09-16 19:04:01,469 basehttp 38734 6156972032 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-16 19:04:29,279 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34777 WARNING 2025-09-16 19:04:29,291 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:04:29,292 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:04:29,361 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 19:04:38,249 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34777 WARNING 2025-09-16 19:04:38,260 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:04:38,260 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:04:38,307 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 19:04:56,049 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34777 WARNING 2025-09-16 19:04:56,059 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:04:56,059 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:04:56,100 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 19:05:07,561 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34777 WARNING 2025-09-16 19:05:07,572 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:05:07,572 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:05:07,623 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 19:05:57,017 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34814 WARNING 2025-09-16 19:05:57,030 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:05:57,030 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:05:57,073 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 19:06:50,822 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34838 WARNING 2025-09-16 19:06:50,834 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:06:50,834 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:06:50,880 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:07:10,307 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34806 WARNING 2025-09-16 19:07:10,322 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:07:10,322 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:07:10,364 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:08:10,568 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:08:26,461 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34827 WARNING 2025-09-16 19:08:26,472 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:08:26,472 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:08:26,514 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:09:26,583 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:10:20,945 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34837 WARNING 2025-09-16 19:10:20,958 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:10:20,958 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:10:21,012 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:10:39,750 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34832 WARNING 2025-09-16 19:10:39,763 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:10:39,763 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:10:39,804 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:11:40,563 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:12:22,347 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34899 WARNING 2025-09-16 19:12:22,360 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:12:22,360 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:12:22,429 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:13:22,454 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:14:22,461 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:15:22,467 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:16:22,584 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:16:33,079 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35048 WARNING 2025-09-16 19:16:33,093 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:16:33,093 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:16:33,166 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:17:18,314 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35201 WARNING 2025-09-16 19:17:18,326 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:17:18,327 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:17:18,373 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:18:18,570 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:18:20,116 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35547 WARNING 2025-09-16 19:18:20,129 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:18:20,130 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:18:20,204 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:19:20,584 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:20:21,586 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:21:22,107 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:21:22,808 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34918 WARNING 2025-09-16 19:21:22,833 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:21:22,833 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:21:22,866 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:22:13,877 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34813 WARNING 2025-09-16 19:22:13,888 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:22:13,888 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:22:13,941 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:22:32,057 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34810 WARNING 2025-09-16 19:22:32,070 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:22:32,070 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:22:32,111 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:23:32,669 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:23:40,530 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35148 WARNING 2025-09-16 19:23:40,543 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:23:40,543 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:23:40,589 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:24:18,540 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34795 WARNING 2025-09-16 19:24:18,552 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:24:18,552 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:24:18,594 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:24:43,832 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34799 WARNING 2025-09-16 19:24:43,845 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:24:43,845 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:24:43,887 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:24:54,180 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34799 WARNING 2025-09-16 19:24:54,191 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:24:54,191 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:24:54,235 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:25:18,197 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34811 WARNING 2025-09-16 19:25:18,210 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:25:18,210 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:25:18,252 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:26:18,258 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:26:18,615 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34861 WARNING 2025-09-16 19:26:18,628 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:26:18,628 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:26:18,671 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:27:18,672 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:27:36,635 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34987 WARNING 2025-09-16 19:27:36,647 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:27:36,647 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:27:36,688 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:28:35,432 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35063 WARNING 2025-09-16 19:28:35,445 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:28:35,445 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:28:35,486 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:29:35,496 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:30:35,498 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:30:48,145 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35031 WARNING 2025-09-16 19:30:48,159 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:30:48,160 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:30:48,206 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:31:48,218 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:32:48,211 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:32:58,186 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35241 WARNING 2025-09-16 19:32:58,199 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:32:58,200 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:32:58,241 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:33:58,246 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:34:01,064 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35270 WARNING 2025-09-16 19:34:01,078 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:34:01,078 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:34:01,119 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:34:04,174 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35270 INFO 2025-09-16 19:34:04,182 basehttp 38734 13438578688 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-16 19:34:04,184 basehttp 38734 13489057792 "GET /static/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 200 3034 INFO 2025-09-16 19:34:04,186 basehttp 38734 13472231424 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-16 19:34:04,186 basehttp 38734 13455405056 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-16 19:34:04,189 basehttp 38734 13438578688 "GET /static/plugins/summernote/dist/summernote-lite.css HTTP/1.1" 200 38212 INFO 2025-09-16 19:34:04,190 basehttp 38734 6156972032 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-16 19:34:04,194 basehttp 38734 6173798400 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-16 19:34:04,195 basehttp 38734 13489057792 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-16 19:34:04,198 basehttp 38734 6173798400 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-16 19:34:04,200 basehttp 38734 6156972032 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-16 19:34:04,206 log 38734 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:34:04,206 basehttp 38734 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:34:04,207 basehttp 38734 13489057792 "GET /static/plugins/summernote/dist/summernote-lite.css.map HTTP/1.1" 200 52049 INFO 2025-09-16 19:34:04,208 basehttp 38734 6173798400 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-16 19:34:04,210 basehttp 38734 6156972032 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-16 19:34:04,213 basehttp 38734 13489057792 "GET /static/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 200 18685 INFO 2025-09-16 19:34:04,214 basehttp 38734 13455405056 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-16 19:34:04,215 basehttp 38734 13438578688 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-16 19:34:04,221 basehttp 38734 13472231424 "GET /media/profile_pictures/me.jpg HTTP/1.1" 200 721666 INFO 2025-09-16 19:34:04,223 basehttp 38734 6173798400 "GET /static/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 200 186367 INFO 2025-09-16 19:34:04,224 basehttp 38734 13489057792 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-16 19:34:04,225 basehttp 38734 6156972032 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-16 19:34:04,225 basehttp 38734 13472231424 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-16 19:34:04,226 basehttp 38734 13438578688 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-16 19:34:04,227 basehttp 38734 13455405056 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-16 19:34:04,230 basehttp 38734 6173798400 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-16 19:34:04,230 basehttp 38734 13438578688 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-16 19:34:04,231 basehttp 38734 13455405056 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-16 19:34:04,232 basehttp 38734 13472231424 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-16 19:34:04,233 basehttp 38734 13489057792 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-16 19:34:04,233 basehttp 38734 13455405056 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-16 19:34:04,234 basehttp 38734 13438578688 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-16 19:34:04,235 basehttp 38734 6173798400 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-16 19:34:04,235 basehttp 38734 13472231424 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-16 19:34:04,236 basehttp 38734 13489057792 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-16 19:34:04,240 basehttp 38734 6156972032 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-16 19:34:04,241 basehttp 38734 13455405056 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-16 19:34:04,243 basehttp 38734 13489057792 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-16 19:34:04,243 basehttp 38734 13472231424 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-16 19:34:04,243 basehttp 38734 6173798400 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-16 19:34:04,244 basehttp 38734 6156972032 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-16 19:34:04,252 basehttp 38734 13438578688 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-16 19:34:04,505 basehttp 38734 13438578688 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-16 19:34:04,555 basehttp 38734 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-16 19:34:04,640 log 38734 13438578688 Not Found: /favicon.ico WARNING 2025-09-16 19:34:04,640 basehttp 38734 13438578688 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-16 19:34:42,712 basehttp 38734 13438578688 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35269 WARNING 2025-09-16 19:34:42,722 log 38734 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:34:42,722 basehttp 38734 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:34:42,795 basehttp 38734 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:35:07,462 basehttp 38734 13438578688 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35270 WARNING 2025-09-16 19:35:07,475 log 38734 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:35:07,475 basehttp 38734 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:35:07,522 basehttp 38734 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-16 19:35:15,443 log 38734 13438578688 Internal Server Error: /en/inpatients/surgery/3/edit/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 206, in post return super().post(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 150, in post if form.is_valid(): ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/forms.py", line 206, in is_valid return self.is_bound and not self.errors ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/forms.py", line 201, in errors self.full_clean() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/forms.py", line 338, in full_clean self._clean_form() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/forms.py", line 354, in _clean_form cleaned_data = self.clean() ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 438, in clean if scheduled_datetime < timezone.now(): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: can't compare offset-naive and offset-aware datetimes ERROR 2025-09-16 19:35:15,444 basehttp 38734 13438578688 "POST /en/inpatients/surgery/3/edit/ HTTP/1.1" 500 110440 WARNING 2025-09-16 19:35:15,456 log 38734 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:35:15,456 basehttp 38734 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 19:35:18,418 log 38734 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:35:18,418 basehttp 38734 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:35:19,616 basehttp 38734 13438578688 "GET /en/inpatients/surgery/list/ HTTP/1.1" 200 71632 WARNING 2025-09-16 19:35:19,631 log 38734 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:35:19,632 basehttp 38734 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:35:19,668 basehttp 38734 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:35:20,979 basehttp 38734 13438578688 "GET /en/inpatients/surgery/list/ HTTP/1.1" 200 71632 WARNING 2025-09-16 19:35:20,991 log 38734 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:35:20,992 basehttp 38734 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:35:21,031 basehttp 38734 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-16 19:35:25,009 log 38734 13438578688 Forbidden (CSRF token missing.): /en/inpatients/surgery/13/cancel/ WARNING 2025-09-16 19:35:25,009 basehttp 38734 13438578688 "POST /en/inpatients/surgery/13/cancel/ HTTP/1.1" 403 2491 INFO 2025-09-16 19:35:27,069 basehttp 38734 13438578688 "GET /en/inpatients/surgery/list/ HTTP/1.1" 200 71632 WARNING 2025-09-16 19:35:27,080 log 38734 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:35:27,081 basehttp 38734 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:35:27,124 basehttp 38734 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:36:27,133 basehttp 38734 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:37:27,137 basehttp 38734 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:38:27,143 basehttp 38734 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:39:27,135 basehttp 38734 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:40:27,146 basehttp 38734 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:40:48,220 basehttp 38734 13438578688 "GET /en/inpatients/surgery/list/ HTTP/1.1" 200 72520 WARNING 2025-09-16 19:40:48,235 log 38734 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:40:48,236 basehttp 38734 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:40:48,288 basehttp 38734 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:40:51,966 basehttp 38734 13438578688 "POST /en/inpatients/surgery/15/cancel/ HTTP/1.1" 302 0 ERROR 2025-09-16 19:40:51,988 log 38734 13438578688 Internal Server Error: /en/inpatients/surgery/15/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'users' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'users' is not a registered namespace ERROR 2025-09-16 19:40:51,989 basehttp 38734 13438578688 "GET /en/inpatients/surgery/15/ HTTP/1.1" 500 202529 INFO 2025-09-16 19:41:48,289 basehttp 38734 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:42:11,051 autoreload 38734 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 19:42:11,569 autoreload 61553 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 19:42:24,257 autoreload 61553 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 19:42:24,702 autoreload 61635 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 19:42:25,413 basehttp 61635 6156840960 "GET /en/inpatients/surgery/list/ HTTP/1.1" 200 71920 WARNING 2025-09-16 19:42:25,432 log 61635 6156840960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:42:25,432 basehttp 61635 6156840960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:42:25,473 basehttp 61635 6156840960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:42:33,798 basehttp 61635 6156840960 "POST /en/inpatients/surgery/21/cancel/ HTTP/1.1" 302 0 ERROR 2025-09-16 19:42:33,821 log 61635 6156840960 Internal Server Error: /en/inpatients/surgery/21/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'users' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'users' is not a registered namespace ERROR 2025-09-16 19:42:33,823 basehttp 61635 6156840960 "GET /en/inpatients/surgery/21/ HTTP/1.1" 500 202417 INFO 2025-09-16 19:43:25,474 basehttp 61635 6156840960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:44:19,974 basehttp 61635 6156840960 "GET /en/inpatients/surgery/list/ HTTP/1.1" 200 71320 WARNING 2025-09-16 19:44:19,992 log 61635 6156840960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:44:19,992 basehttp 61635 6156840960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:44:20,039 basehttp 61635 6156840960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:44:28,664 basehttp 61635 6156840960 "POST /en/inpatients/surgery/1/cancel/ HTTP/1.1" 302 0 INFO 2025-09-16 19:44:28,685 basehttp 61635 6156840960 "GET /en/inpatients/surgery/1/ HTTP/1.1" 200 30557 INFO 2025-09-16 19:44:34,500 basehttp 61635 6156840960 "GET /en/inpatients/surgery/list/ HTTP/1.1" 200 70721 WARNING 2025-09-16 19:44:34,519 log 61635 6156840960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:44:34,519 basehttp 61635 6156840960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:44:34,570 basehttp 61635 6156840960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:45:34,567 basehttp 61635 6156840960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:45:40,210 basehttp 61635 6156840960 "GET /en/inpatients/surgery/list/ HTTP/1.1" 200 70721 WARNING 2025-09-16 19:45:40,224 log 61635 6156840960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:45:40,224 basehttp 61635 6156840960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:45:40,273 basehttp 61635 6156840960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:45:44,243 basehttp 61635 6156840960 "GET /en/inpatients/surgery/list/?page=2 HTTP/1.1" 200 33370 WARNING 2025-09-16 19:45:44,259 log 61635 6156840960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:45:44,259 basehttp 61635 6156840960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:45:44,291 basehttp 61635 6156840960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:45:46,613 basehttp 61635 6156840960 "GET /en/inpatients/surgery/list/?page=1 HTTP/1.1" 200 70721 WARNING 2025-09-16 19:45:46,635 log 61635 6156840960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:45:46,635 basehttp 61635 6156840960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:45:46,680 basehttp 61635 6156840960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:46:00,554 basehttp 61635 6156840960 "POST /en/inpatients/surgery/13/cancel/ HTTP/1.1" 302 0 INFO 2025-09-16 19:46:00,568 basehttp 61635 6156840960 "GET /en/inpatients/surgery/13/ HTTP/1.1" 200 30755 INFO 2025-09-16 19:46:05,198 basehttp 61635 6156840960 "GET /en/inpatients/surgery/list/?page=1 HTTP/1.1" 200 70121 WARNING 2025-09-16 19:46:05,220 log 61635 6156840960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:46:05,221 basehttp 61635 6156840960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:46:05,266 basehttp 61635 6156840960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:47:05,282 basehttp 61635 6156840960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:47:57,385 autoreload 61635 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 19:47:57,805 autoreload 64130 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 19:47:58,915 basehttp 64130 6125432832 "GET /en/inpatients/surgery/list/?page=1 HTTP/1.1" 200 70121 WARNING 2025-09-16 19:47:58,934 log 64130 6125432832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:47:58,935 basehttp 64130 6125432832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:47:58,980 basehttp 64130 6125432832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:48:01,894 basehttp 64130 6125432832 "POST /en/inpatients/surgery/5/cancel/ HTTP/1.1" 302 0 INFO 2025-09-16 19:48:01,951 basehttp 64130 6125432832 "GET /en/inpatients/surgery/5/ HTTP/1.1" 200 30833 INFO 2025-09-16 19:48:06,593 basehttp 64130 6125432832 "GET /en/inpatients/surgery/list/?page=1 HTTP/1.1" 200 69522 WARNING 2025-09-16 19:48:06,612 log 64130 6125432832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:48:06,613 basehttp 64130 6125432832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:48:06,662 basehttp 64130 6125432832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:48:41,871 autoreload 64130 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 19:48:42,244 autoreload 64454 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 19:48:43,490 log 64454 6127038464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:48:43,490 basehttp 64454 6127038464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 19:48:43,499 log 64454 6127038464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:48:43,499 basehttp 64454 6127038464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:48:44,122 basehttp 64454 6127038464 "GET /en/inpatients/surgery/list/?page=1 HTTP/1.1" 200 69522 WARNING 2025-09-16 19:48:44,139 log 64454 6127038464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:48:44,139 basehttp 64454 6127038464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:48:44,191 basehttp 64454 6127038464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:48:48,775 basehttp 64454 6127038464 "POST /en/inpatients/surgery/6/cancel/ HTTP/1.1" 302 0 INFO 2025-09-16 19:48:48,797 basehttp 64454 6127038464 "GET /en/inpatients/surgery/list/ HTTP/1.1" 200 69315 INFO 2025-09-16 19:48:51,576 basehttp 64454 6127038464 "GET /en/inpatients/surgery/list/?page=1 HTTP/1.1" 200 68923 WARNING 2025-09-16 19:48:51,593 log 64454 6127038464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:48:51,593 basehttp 64454 6127038464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:48:51,643 basehttp 64454 6127038464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:49:51,655 basehttp 64454 6127038464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:50:51,674 basehttp 64454 6127038464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:50:55,805 basehttp 64454 6127038464 "GET /en/inpatients/surgery/list/?page=2 HTTP/1.1" 200 33370 WARNING 2025-09-16 19:50:55,823 log 64454 6127038464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:50:55,824 basehttp 64454 6127038464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:50:55,842 basehttp 64454 6127038464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-16 19:51:01,570 log 64454 6127038464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:01,571 basehttp 64454 6127038464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 19:51:01,583 log 64454 6127038464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:01,583 basehttp 64454 6127038464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 19:51:02,107 log 64454 6143864832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:02,107 basehttp 64454 6143864832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:51:02,109 basehttp 64454 6127038464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-16 19:51:02,122 log 64454 6127038464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:02,122 basehttp 64454 6127038464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 19:51:02,543 log 64454 6143864832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:02,545 basehttp 64454 6143864832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:51:02,545 basehttp 64454 6127038464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-16 19:51:02,556 log 64454 6127038464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:02,557 basehttp 64454 6127038464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 19:51:03,025 log 64454 6127038464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:03,026 basehttp 64454 6127038464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:51:05,813 basehttp 64454 6127038464 "GET /en/inpatients/surgery/3/ HTTP/1.1" 200 29995 INFO 2025-09-16 19:51:05,834 basehttp 64454 6160691200 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-16 19:51:05,834 basehttp 64454 6143864832 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 WARNING 2025-09-16 19:51:05,837 log 64454 6127038464 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-16 19:51:05,837 basehttp 64454 13455405056 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 WARNING 2025-09-16 19:51:05,837 basehttp 64454 6127038464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:51:05,837 basehttp 64454 6160691200 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-16 19:51:05,838 basehttp 64454 13472231424 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-16 19:51:05,838 basehttp 64454 13438578688 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-16 19:51:10,911 basehttp 64454 13438578688 "GET /en/inpatients/surgery/calendar/ HTTP/1.1" 200 32136 WARNING 2025-09-16 19:51:10,931 log 64454 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:10,931 basehttp 64454 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:51:10,970 basehttp 64454 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-16 19:51:14,732 log 64454 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:14,732 basehttp 64454 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 19:51:14,745 log 64454 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:14,745 basehttp 64454 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:51:21,477 basehttp 64454 13438578688 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35270 WARNING 2025-09-16 19:51:21,498 log 64454 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:21,498 basehttp 64454 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:51:21,550 basehttp 64454 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-16 19:51:23,535 log 64454 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:23,535 basehttp 64454 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 19:51:23,552 log 64454 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:23,552 basehttp 64454 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:51:23,765 basehttp 64454 13438578688 "GET /en/inpatients/surgery/list/ HTTP/1.1" 200 68923 WARNING 2025-09-16 19:51:23,784 log 64454 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:23,785 basehttp 64454 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 19:51:24,503 log 64454 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:24,503 basehttp 64454 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 19:51:25,600 log 64454 13438578688 Internal Server Error: /en/inpatients/surgery/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: inpatients/surgery_schedule.html, inpatients/surgeryschedule_list.html ERROR 2025-09-16 19:51:25,601 basehttp 64454 13438578688 "GET /en/inpatients/surgery/ HTTP/1.1" 500 104003 WARNING 2025-09-16 19:51:25,628 log 64454 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:25,628 basehttp 64454 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 19:51:26,002 log 64454 13438578688 Not Found: /en/inpatients/warjjujj WARNING 2025-09-16 19:51:26,003 basehttp 64454 13438578688 "GET /en/inpatients/warjjujj HTTP/1.1" 404 36696 WARNING 2025-09-16 19:51:26,027 log 64454 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:26,028 basehttp 64454 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:51:45,141 basehttp 64454 6127038464 "GET /en/inpatients/discharge/5 HTTP/1.1" 301 0 INFO 2025-09-16 19:51:45,156 basehttp 64454 6143864832 "GET /en/inpatients/discharge/5/ HTTP/1.1" 302 0 INFO 2025-09-16 19:51:45,175 basehttp 64454 6143864832 "GET /en/inpatients/admissions/5/ HTTP/1.1" 200 23162 WARNING 2025-09-16 19:51:45,194 log 64454 6143864832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:45,194 basehttp 64454 6143864832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:51:45,237 basehttp 64454 6143864832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:52:45,251 basehttp 64454 6143864832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:53:00,610 autoreload 64454 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 19:53:01,108 autoreload 66391 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 19:53:04,345 log 66391 6203322368 Not Found: /en/inpatients/atransfers WARNING 2025-09-16 19:53:04,346 basehttp 66391 6203322368 "GET /en/inpatients/atransfers HTTP/1.1" 404 36702 WARNING 2025-09-16 19:53:04,368 log 66391 6203322368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:53:04,368 basehttp 66391 6203322368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:53:16,317 basehttp 66391 6203322368 "GET /en/inpatients/transfers HTTP/1.1" 301 0 INFO 2025-09-16 19:53:16,388 basehttp 66391 6220148736 "GET /en/inpatients/transfers/ HTTP/1.1" 200 89486 WARNING 2025-09-16 19:53:16,405 log 66391 6220148736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:53:16,405 basehttp 66391 6220148736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:53:16,450 basehttp 66391 6220148736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-16 19:53:25,349 log 66391 6220148736 Not Found: /en/inpatients/transfers/34 WARNING 2025-09-16 19:53:25,349 basehttp 66391 6220148736 "GET /en/inpatients/transfers/34 HTTP/1.1" 404 36708 WARNING 2025-09-16 19:53:25,365 log 66391 6220148736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:53:25,366 basehttp 66391 6220148736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 19:53:27,895 log 66391 6220148736 Not Found: /en/inpatients/transfers/3 WARNING 2025-09-16 19:53:27,895 basehttp 66391 6220148736 "GET /en/inpatients/transfers/3 HTTP/1.1" 404 36705 WARNING 2025-09-16 19:53:27,915 log 66391 6220148736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:53:27,915 basehttp 66391 6220148736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:56:27,375 basehttp 66391 6220148736 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-09-16 19:56:27,428 basehttp 66391 6203322368 "GET /en/emr/ HTTP/1.1" 200 70362 WARNING 2025-09-16 19:56:27,440 log 66391 6203322368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:56:27,441 basehttp 66391 6203322368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:56:27,495 basehttp 66391 6203322368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:56:27,508 basehttp 66391 6220148736 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 19:56:57,514 basehttp 66391 6220148736 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 19:57:27,521 basehttp 66391 6220148736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:57:27,531 basehttp 66391 6203322368 "GET /en/emr/stats/ HTTP/1.1" 200 2966 WARNING 2025-09-16 19:57:27,563 log 66391 6203322368 Not Found: /en/emr/care WARNING 2025-09-16 19:57:27,563 basehttp 66391 6203322368 "GET /en/emr/care HTTP/1.1" 404 32849 WARNING 2025-09-16 19:57:27,583 log 66391 6203322368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:57:27,584 basehttp 66391 6203322368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 19:57:47,924 log 66391 6203322368 Internal Server Error: /en/emr/care-plans/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'complete_care_plan' not found. 'complete_care_plan' is not a valid view function or pattern name. ERROR 2025-09-16 19:57:47,926 basehttp 66391 6203322368 "GET /en/emr/care-plans/ HTTP/1.1" 500 271506 WARNING 2025-09-16 19:57:47,944 log 66391 6203322368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:57:47,944 basehttp 66391 6203322368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 20:04:27,589 log 66391 6203322368 Internal Server Error: /en/emr/care-plans/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: emr/care_plan_list.html, emr/careplan_list.html ERROR 2025-09-16 20:04:27,590 basehttp 66391 6203322368 "GET /en/emr/care-plans/ HTTP/1.1" 500 102769 WARNING 2025-09-16 20:04:27,603 log 66391 6203322368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:04:27,603 basehttp 66391 6203322368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 20:05:36,857 autoreload 66391 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 20:05:37,230 autoreload 72004 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 20:05:37,670 basehttp 72004 6159233024 "GET /en/emr/care-plans/ HTTP/1.1" 200 110427 WARNING 2025-09-16 20:05:37,685 log 72004 6159233024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:05:37,685 basehttp 72004 6159233024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 20:05:37,755 basehttp 72004 6159233024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-16 20:05:48,492 log 72004 6159233024 Not Found: /en/emr/care-plans/5 WARNING 2025-09-16 20:05:48,492 basehttp 72004 6159233024 "GET /en/emr/care-plans/5 HTTP/1.1" 404 32873 WARNING 2025-09-16 20:05:48,516 log 72004 6159233024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:05:48,516 basehttp 72004 6159233024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 20:05:50,262 log 72004 6159233024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:05:50,262 basehttp 72004 6159233024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 20:05:50,273 log 72004 6159233024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:05:50,274 basehttp 72004 6159233024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 20:05:52,499 log 72004 6159233024 Not Found: /en/emr/care-plans/1 WARNING 2025-09-16 20:05:52,499 basehttp 72004 6159233024 "GET /en/emr/care-plans/1 HTTP/1.1" 404 32873 WARNING 2025-09-16 20:05:52,515 log 72004 6159233024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:05:52,516 basehttp 72004 6159233024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 20:08:48,610 autoreload 72004 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-09-16 20:08:49,039 autoreload 73420 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 20:08:50,095 basehttp 73420 6136934400 "GET /en/emr/care-plans/1 HTTP/1.1" 301 0 ERROR 2025-09-16 20:08:50,171 log 73420 6153760768 Internal Server Error: /en/emr/care-plans/1/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard' not found. 'dashboard' is not a valid view function or pattern name. ERROR 2025-09-16 20:08:50,172 basehttp 73420 6153760768 "GET /en/emr/care-plans/1/ HTTP/1.1" 500 172417 WARNING 2025-09-16 20:08:50,188 log 73420 6153760768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:08:50,188 basehttp 73420 6153760768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 20:10:47,574 log 73420 6153760768 Internal Server Error: /en/emr/care-plans/1/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'problem_detail' not found. 'problem_detail' is not a valid view function or pattern name. ERROR 2025-09-16 20:10:47,575 basehttp 73420 6153760768 "GET /en/emr/care-plans/1/ HTTP/1.1" 500 197592 WARNING 2025-09-16 20:10:47,592 log 73420 6153760768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:10:47,592 basehttp 73420 6153760768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 20:11:50,763 autoreload 73420 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 20:11:51,139 autoreload 74750 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 20:17:06,088 autoreload 74750 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 20:17:06,482 autoreload 77081 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 20:17:08,049 log 77081 6127775744 Internal Server Error: /en/emr/care-plans/1/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' not found. 'patient_detail' is not a valid view function or pattern name. ERROR 2025-09-16 20:17:08,051 basehttp 77081 6127775744 "GET /en/emr/care-plans/1/ HTTP/1.1" 500 171808 WARNING 2025-09-16 20:17:08,065 log 77081 6127775744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:17:08,065 basehttp 77081 6127775744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 20:17:44,486 log 77081 6127775744 Internal Server Error: /en/emr/care-plans/1/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'care_plan_approve' not found. 'care_plan_approve' is not a valid view function or pattern name. ERROR 2025-09-16 20:17:44,488 basehttp 77081 6127775744 "GET /en/emr/care-plans/1/ HTTP/1.1" 500 172677 WARNING 2025-09-16 20:17:44,501 log 77081 6127775744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:17:44,501 basehttp 77081 6127775744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 20:18:11,240 basehttp 77081 6127775744 "GET /en/emr/care-plans/1/ HTTP/1.1" 200 63255 INFO 2025-09-16 20:18:11,253 basehttp 77081 6144602112 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-09-16 20:18:11,254 basehttp 77081 6127775744 "GET /static/plugins/bootstrap-icons/font/bootstrap-icons.css HTTP/1.1" 200 98255 WARNING 2025-09-16 20:18:11,256 basehttp 77081 6127775744 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 WARNING 2025-09-16 20:18:11,258 log 77081 6161428480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:18:11,258 basehttp 77081 6161428480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 20:18:11,287 basehttp 77081 6161428480 "GET /static/plugins/bootstrap-icons/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6 HTTP/1.1" 200 130396 INFO 2025-09-16 20:18:11,302 basehttp 77081 6161428480 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-09-16 20:18:11,309 basehttp 77081 6144602112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-16 20:18:29,984 log 77081 6144602112 Internal Server Error: /en/emr/problems/2/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard' not found. 'dashboard' is not a valid view function or pattern name. ERROR 2025-09-16 20:18:29,986 basehttp 77081 6144602112 "GET /en/emr/problems/2/ HTTP/1.1" 500 168293 WARNING 2025-09-16 20:18:30,006 log 77081 6144602112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:18:30,006 basehttp 77081 6144602112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 20:18:56,869 log 77081 6144602112 Internal Server Error: /en/emr/problems/2/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' not found. 'patient_detail' is not a valid view function or pattern name. ERROR 2025-09-16 20:18:56,870 basehttp 77081 6144602112 "GET /en/emr/problems/2/ HTTP/1.1" 500 168206 WARNING 2025-09-16 20:18:56,886 log 77081 6144602112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:18:56,886 basehttp 77081 6144602112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 20:19:15,020 log 77081 6144602112 Internal Server Error: /en/emr/problems/2/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'problem_resolve' not found. 'problem_resolve' is not a valid view function or pattern name. ERROR 2025-09-16 20:19:15,021 basehttp 77081 6144602112 "GET /en/emr/problems/2/ HTTP/1.1" 500 169007 WARNING 2025-09-16 20:19:15,034 log 77081 6144602112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:19:15,034 basehttp 77081 6144602112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 20:19:32,557 basehttp 77081 6144602112 "GET /en/emr/problems/2/ HTTP/1.1" 200 33328 WARNING 2025-09-16 20:19:32,571 basehttp 77081 6144602112 "GET /static/plugins/timeline/timeline.css HTTP/1.1" 404 2014 WARNING 2025-09-16 20:19:32,578 log 77081 6161428480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:19:32,579 basehttp 77081 6161428480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 20:19:32,627 basehttp 77081 6161428480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:19:40,775 basehttp 77081 6161428480 "GET /en/emr/care-plans/1/ HTTP/1.1" 200 63255 WARNING 2025-09-16 20:19:40,789 basehttp 77081 6127775744 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 WARNING 2025-09-16 20:19:40,802 log 77081 6161428480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:19:40,802 basehttp 77081 6161428480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 20:19:40,836 basehttp 77081 6161428480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-16 20:19:42,887 log 77081 6161428480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:19:42,888 basehttp 77081 6161428480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 20:19:42,891 basehttp 77081 6127775744 "GET /static/plugins/timeline/timeline.css HTTP/1.1" 404 2014 WARNING 2025-09-16 20:19:42,914 log 77081 6161428480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:19:42,914 basehttp 77081 6161428480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 20:19:57,306 log 77081 6161428480 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: emr/problem_list.html, emr/problemlist_list.html ERROR 2025-09-16 20:19:57,307 basehttp 77081 6161428480 "GET /en/emr/problems/ HTTP/1.1" 500 102842 WARNING 2025-09-16 20:19:57,326 log 77081 6161428480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:19:57,326 basehttp 77081 6161428480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 20:21:16,543 log 77081 6161428480 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: emr/problem_list.html, emr/problemlist_list.html ERROR 2025-09-16 20:21:16,544 basehttp 77081 6161428480 "GET /en/emr/problems/ HTTP/1.1" 500 102979 WARNING 2025-09-16 20:21:16,565 log 77081 6161428480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:21:16,565 basehttp 77081 6161428480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 20:22:37,093 autoreload 77081 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 20:22:37,503 autoreload 79472 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 20:22:38,086 basehttp 79472 6193262592 "GET /en/emr/problems/ HTTP/1.1" 200 104902 WARNING 2025-09-16 20:22:38,104 log 79472 6193262592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:22:38,104 basehttp 79472 6193262592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 20:22:38,155 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:22:50,346 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:22:52,034 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:23:56,718 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:24:56,723 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:25:56,714 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:26:56,732 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:27:56,737 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:28:56,738 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:29:56,735 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:30:56,731 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:31:56,746 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:32:56,729 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:33:57,633 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:34:59,636 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:36:23,626 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:39:32,688 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 22:05:01,527 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 22:43:32,754 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 22:45:32,754 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 22:46:32,740 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 22:48:32,739 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 22:49:32,740 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 22:51:32,733 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 22:52:32,739 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 22:59:01,961 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:03:05,416 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:09:35,793 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:11:35,790 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:13:35,791 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:14:35,776 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:15:35,797 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:17:35,872 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:18:35,858 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:20:35,880 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:21:35,876 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:23:35,877 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:24:35,873 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:26:35,868 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:27:35,876 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:28:35,878 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:29:35,880 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:31:35,883 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:32:35,884 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:33:35,883 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:35:35,871 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:36:35,886 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:37:35,889 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:39:35,888 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:40:35,885 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:42:35,876 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:43:35,888 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:44:35,881 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:46:35,887 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:47:35,904 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:49:35,900 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:50:35,916 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:52:35,922 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:54:35,904 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:55:35,920 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:57:35,917 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:58:35,905 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:59:35,924 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:01:35,922 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:03:35,910 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:05:35,904 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:06:35,905 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:08:35,905 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:09:35,907 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:10:35,909 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:12:44,975 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:19:25,132 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:24:23,654 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:30:13,586 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:35:44,100 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:38:20,657 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:43:32,735 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:44:32,716 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:45:32,719 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:47:32,699 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:48:32,709 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:49:32,706 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:51:32,714 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:53:32,724 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:54:32,723 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:56:32,715 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:58:32,721 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:00:32,704 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:01:32,715 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:03:32,729 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:04:32,725 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:05:32,729 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:07:32,719 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:08:32,719 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:10:32,764 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:12:32,713 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:13:32,718 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:14:32,948 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:16:32,800 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:18:32,795 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:19:32,798 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:21:32,796 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:22:32,789 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:23:32,794 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:25:32,806 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:27:32,800 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:28:32,804 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:30:32,787 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:32:32,680 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:34:32,688 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:35:32,693 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:37:32,696 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:38:32,669 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:40:32,690 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:42:32,663 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:47:19,755 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:50:34,973 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:58:03,128 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:08:24,638 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:10:24,631 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:12:24,629 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:13:24,634 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:15:24,627 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:16:24,627 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:18:24,631 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:20:24,625 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:21:24,624 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:23:24,640 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:24:24,631 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:25:24,637 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:27:24,634 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:29:24,637 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:30:24,633 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:32:24,629 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:34:24,612 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:36:24,627 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:38:24,631 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:39:24,652 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:41:24,644 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:43:24,631 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:44:24,643 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:46:24,638 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:47:24,643 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:49:24,637 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:50:24,644 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:52:24,625 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:53:24,636 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:55:24,632 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:56:24,624 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:58:24,631 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:59:24,633 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 03:01:24,624 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 03:02:24,630 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 03:04:24,626 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 03:05:24,626 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 03:06:24,612 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 03:08:24,635 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:13:34,109 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:20:07,457 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:26:06,332 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:27:06,315 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:29:06,316 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:30:06,334 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:32:06,313 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:33:06,341 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:35:06,555 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:37:06,336 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:39:06,325 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:40:06,242 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:42:06,239 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:44:06,219 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:45:06,247 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:47:06,235 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:48:06,233 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:50:06,236 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:51:06,249 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:53:06,225 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:54:06,231 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:55:06,236 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:57:06,171 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:58:06,177 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:00:06,173 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:01:06,177 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:03:06,168 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:04:06,167 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:05:06,167 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:07:06,182 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:08:06,176 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:10:06,160 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:12:06,162 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:13:06,147 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:15:06,143 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:16:06,149 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:18:06,148 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:19:06,149 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:21:06,142 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:22:06,153 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:24:06,149 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:25:06,135 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:27:06,108 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:28:06,120 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:29:06,096 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:31:06,106 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:32:06,106 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:33:06,108 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:35:06,109 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:36:06,099 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:38:06,094 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:40:06,102 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:41:06,078 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:43:06,085 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:45:06,074 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:46:06,071 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:48:06,067 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:49:06,087 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:51:06,062 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:52:06,063 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:54:06,075 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:55:06,074 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:57:06,078 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:59:06,086 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:01:06,091 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:02:06,076 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:04:06,076 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:05:06,074 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:06:06,064 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:07:06,095 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:09:06,068 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:10:06,062 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:11:06,079 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:13:06,039 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:14:06,049 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:16:06,056 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:17:06,042 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:18:06,035 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:20:06,056 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:22:06,041 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:23:06,030 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:25:06,022 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:26:06,031 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:27:06,189 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:29:06,155 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:30:06,155 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:31:06,171 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:33:06,173 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:34:06,157 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:36:06,149 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:37:06,156 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:39:06,195 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:41:06,153 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:42:06,164 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:43:06,220 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:45:06,219 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:46:06,224 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:48:06,224 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:49:06,211 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:50:06,209 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:52:06,210 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:53:06,206 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:55:06,215 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:57:06,217 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:59:06,278 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:00:06,275 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:02:06,274 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:03:06,274 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:05:06,265 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:06:06,279 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:08:06,276 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:09:06,273 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:11:06,283 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:12:06,287 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:14:06,456 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:16:06,296 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:17:06,287 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:19:06,295 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:20:06,292 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:22:06,294 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:24:06,295 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:25:06,297 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:27:06,300 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:28:06,329 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:30:06,355 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:31:06,355 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:33:06,355 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:34:06,355 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:35:06,360 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:37:06,359 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:38:06,346 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:39:06,361 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:41:06,369 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:43:06,360 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:45:06,249 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:46:06,248 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:48:06,234 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:49:06,248 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:53:53,954 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:55:53,928 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:56:53,931 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:58:53,934 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:59:53,946 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:01:53,938 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:02:53,936 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:03:53,945 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:05:53,958 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:06:53,940 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:07:53,935 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:09:53,861 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:10:53,848 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:12:53,860 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:13:53,844 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:14:53,860 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:16:53,850 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:17:53,838 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:18:53,849 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:20:53,842 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:21:53,845 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:22:53,839 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:24:53,878 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:26:53,867 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:27:53,849 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:28:53,855 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:30:53,864 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:31:53,864 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:33:53,838 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:34:53,894 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:36:53,864 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:37:53,844 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:38:53,931 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:40:53,955 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:41:53,956 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:43:53,935 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:45:53,945 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:47:53,953 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:49:53,940 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:51:53,978 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:52:53,973 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:59:55,637 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:00:55,622 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:02:55,606 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:03:55,621 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:04:55,625 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:06:55,624 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:07:55,625 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:08:55,621 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:10:55,629 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:11:55,617 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:13:55,623 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:14:55,685 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:16:55,686 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:17:55,687 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:19:55,700 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:21:55,702 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:23:55,686 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:24:55,679 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:26:55,703 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:28:55,688 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:29:55,631 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:30:55,637 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:32:55,630 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:33:55,627 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:35:55,632 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:36:55,615 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:38:55,628 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:39:55,629 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:41:55,632 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:42:55,626 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:43:55,642 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:45:55,621 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:46:55,622 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:47:55,625 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:49:55,625 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:50:55,627 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:52:55,626 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:54:55,629 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:55:55,626 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:57:55,619 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:58:55,623 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:02:03,286 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:09:44,194 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:11:40,697 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:13:52,152 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:14:52,159 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:15:52,153 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:17:52,253 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:18:52,247 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:20:52,270 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:21:52,256 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:23:33,540 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:25:33,526 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:27:33,524 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:29:33,539 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:30:33,514 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:31:33,526 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:33:33,525 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:34:33,537 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:36:33,533 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:37:33,550 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:39:33,433 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:40:33,440 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:42:33,446 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:44:33,431 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:45:33,450 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:47:33,445 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:48:33,432 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:50:33,451 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:51:33,443 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:53:33,386 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:54:33,369 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:55:33,369 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:57:33,382 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:58:33,370 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:59:33,368 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:01:33,371 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:03:33,378 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:04:33,361 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:06:33,382 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:07:33,373 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:09:33,339 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:10:33,321 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:12:33,341 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:13:33,345 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:15:33,329 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:16:33,323 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:18:33,332 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:19:33,317 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:20:33,352 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:22:33,309 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:23:33,322 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:24:37,596 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:34:32,108 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:40:41,058 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:41:41,072 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:42:41,057 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:44:41,060 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:45:41,062 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:47:41,058 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:49:41,075 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:50:41,065 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:52:41,059 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:53:41,060 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:54:41,064 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:56:41,054 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:58:41,069 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:59:41,068 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:00:41,075 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:02:41,077 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:04:41,069 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:05:41,071 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:07:41,068 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:08:41,067 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:10:41,053 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:11:41,060 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:13:41,041 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:14:41,048 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:16:41,047 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:17:41,038 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:18:41,055 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:20:41,053 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:22:26,667 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:22:49,035 basehttp 79472 6193262592 "GET /en/emr/care-plans/1/ HTTP/1.1" 200 63255 WARNING 2025-09-17 11:22:49,050 basehttp 79472 6193262592 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 INFO 2025-09-17 11:22:49,054 basehttp 79472 6210088960 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-17 11:22:49,097 basehttp 79472 6210088960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:23:49,108 basehttp 79472 6210088960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:24:09,947 basehttp 79472 6210088960 "GET /en/emr/care-plans/2 HTTP/1.1" 301 0 INFO 2025-09-17 11:24:09,973 basehttp 79472 6193262592 "GET /en/emr/care-plans/2/ HTTP/1.1" 200 62284 WARNING 2025-09-17 11:24:09,986 basehttp 79472 6193262592 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 INFO 2025-09-17 11:24:10,006 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:25:10,029 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-17 11:25:28,260 log 79472 6193262592 Internal Server Error: /en/emr/care-plans/2/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard' not found. 'dashboard' is not a valid view function or pattern name. ERROR 2025-09-17 11:25:28,261 basehttp 79472 6193262592 "GET /en/emr/care-plans/2/update/ HTTP/1.1" 500 185181 INFO 2025-09-17 11:26:00,859 basehttp 79472 6193262592 "GET /en/emr/care-plans/2/update/ HTTP/1.1" 200 116720 INFO 2025-09-17 11:26:00,873 basehttp 79472 6193262592 "GET /static/plugins/summernote/dist/summernote-lite.min.css HTTP/1.1" 200 30684 INFO 2025-09-17 11:26:00,909 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:27:00,925 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:28:00,928 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:29:00,940 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:30:00,928 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:31:00,943 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:32:00,957 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:33:00,943 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:34:00,955 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:35:00,956 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:35:27,478 autoreload 79472 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-17 11:35:28,028 autoreload 93290 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 11:35:32,055 basehttp 93290 6127153152 "GET /en/emr/care-plans/2/update/ HTTP/1.1" 200 116979 INFO 2025-09-17 11:35:32,113 basehttp 93290 6127153152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:36:24,455 autoreload 93290 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-17 11:36:24,848 autoreload 93695 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 11:36:27,170 basehttp 93695 6127906816 "GET /en/emr/care-plans/2/update/ HTTP/1.1" 200 117053 INFO 2025-09-17 11:36:27,218 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:36:29,843 basehttp 93695 6127906816 "GET /en/emr/care-plans/2/update/ HTTP/1.1" 200 117053 INFO 2025-09-17 11:36:29,889 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:37:29,919 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 11:38:09,990 log 93695 6127906816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 11:38:09,991 basehttp 93695 6127906816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 11:38:29,973 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:39:29,974 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:40:29,962 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:41:19,484 basehttp 93695 6127906816 "GET /en/emr/care-plans/2/ HTTP/1.1" 200 62284 WARNING 2025-09-17 11:41:19,506 log 93695 6127906816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 11:41:19,506 basehttp 93695 6127906816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 11:41:21,165 basehttp 93695 6127906816 "GET /en/emr/care-plans/1/ HTTP/1.1" 200 63255 WARNING 2025-09-17 11:41:21,184 log 93695 6127906816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 11:41:21,185 basehttp 93695 6127906816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 11:41:22,634 basehttp 93695 6127906816 "GET /en/emr/care-plans/ HTTP/1.1" 200 110427 WARNING 2025-09-17 11:41:22,653 log 93695 6127906816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 11:41:22,653 basehttp 93695 6127906816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 11:42:22,723 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:42:24,968 basehttp 93695 6127906816 "GET /en/emr/care-plans/ HTTP/1.1" 200 111390 WARNING 2025-09-17 11:42:24,980 log 93695 6127906816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 11:42:24,980 basehttp 93695 6127906816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 11:42:25,052 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:43:25,067 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:44:25,065 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:45:25,065 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:46:25,078 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:47:25,084 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:48:25,080 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:49:25,094 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:50:25,098 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:51:25,102 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:52:25,106 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:53:25,114 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:54:25,120 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:55:25,122 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:56:25,125 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:57:25,131 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:57:57,288 autoreload 93695 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-17 11:57:57,784 autoreload 3812 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 11:58:25,273 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:59:27,212 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:00:41,212 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:01:41,232 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:03:41,219 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:05:41,220 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:07:41,215 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:09:41,115 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:10:41,124 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:12:41,107 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:14:41,111 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:16:41,108 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:18:41,105 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:20:41,115 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:21:41,130 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:23:41,104 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:25:41,137 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:26:41,139 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:28:41,190 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:30:41,146 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:31:41,150 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:33:41,154 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:35:41,144 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:37:41,137 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:40:05,910 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:51:48,608 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 13:52:49,722 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:01:38,047 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:03:38,049 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:04:38,046 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:05:38,036 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:06:38,050 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:07:38,111 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:08:38,103 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:08:47,229 basehttp 3812 6123024384 "GET /en/emr/care-plans/ HTTP/1.1" 200 112233 WARNING 2025-09-17 14:08:47,248 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:08:47,248 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:08:47,309 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:09:47,319 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:10:47,337 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 14:11:22,243 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:11:22,243 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 14:11:56,830 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:11:56,830 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:12:02,225 basehttp 3812 6123024384 "GET /en/emr/care-plans/1/ HTTP/1.1" 200 63255 WARNING 2025-09-17 14:12:02,243 basehttp 3812 6139850752 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 WARNING 2025-09-17 14:12:02,246 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:12:02,246 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:12:02,293 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:12:21,630 basehttp 3812 6123024384 "GET /en/emr/care-plans/1/ HTTP/1.1" 200 63255 INFO 2025-09-17 14:12:21,640 basehttp 3812 6123024384 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 WARNING 2025-09-17 14:12:21,642 log 3812 6139850752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:12:21,642 basehttp 3812 6139850752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:12:21,689 basehttp 3812 6139850752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:12:21,692 basehttp 3812 6123024384 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-17 14:13:21,690 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:14:21,710 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:14:41,332 basehttp 3812 6123024384 "GET /en/emr/care-plans/1/ HTTP/1.1" 200 63256 WARNING 2025-09-17 14:14:41,348 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:14:41,348 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:14:41,394 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:15:20,202 basehttp 3812 6123024384 "GET /en/emr/care-plans/1/ HTTP/1.1" 200 63255 WARNING 2025-09-17 14:15:20,214 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:15:20,214 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:15:20,260 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:16:20,280 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:17:20,272 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:17:32,879 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 14:17:32,881 log 3812 6139850752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:17:32,882 basehttp 3812 6139850752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 14:17:32,891 log 3812 6139850752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:17:32,891 basehttp 3812 6139850752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:17:33,524 basehttp 3812 6139850752 "GET /en/emr/care-plans/ HTTP/1.1" 200 112758 WARNING 2025-09-17 14:17:33,536 log 3812 6139850752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:17:33,536 basehttp 3812 6139850752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:17:33,582 basehttp 3812 6139850752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:17:35,487 basehttp 3812 6139850752 "GET /en/emr/care-plans/210/ HTTP/1.1" 200 63209 WARNING 2025-09-17 14:17:35,506 log 3812 6139850752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:17:35,506 basehttp 3812 6139850752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:17:35,553 basehttp 3812 6139850752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:18:35,557 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:19:35,557 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:20:35,571 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:21:35,561 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:21:57,481 basehttp 3812 6123024384 "GET /en/emr/care-plans/210/ HTTP/1.1" 200 65822 WARNING 2025-09-17 14:21:57,499 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:21:57,501 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:21:57,551 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:22:57,563 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:23:57,567 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 14:24:47,917 log 3812 6139850752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:24:47,918 basehttp 3812 6139850752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:24:47,919 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 14:24:47,928 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:24:47,928 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:24:49,913 basehttp 3812 6123024384 "GET /en/emr/care-plans/206/ HTTP/1.1" 200 66369 WARNING 2025-09-17 14:24:49,927 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:24:49,928 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:24:49,972 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 14:24:56,620 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:24:56,620 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 14:24:56,630 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:24:56,630 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:24:59,311 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 63778 WARNING 2025-09-17 14:24:59,331 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:24:59,331 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:24:59,381 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:25:55,004 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 63779 WARNING 2025-09-17 14:25:55,017 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:25:55,017 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:25:55,063 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:26:55,064 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:27:46,839 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 63834 WARNING 2025-09-17 14:27:46,851 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:27:46,852 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:27:46,899 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:28:46,904 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:29:46,917 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:30:26,427 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 63907 WARNING 2025-09-17 14:30:26,443 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:30:26,443 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:30:26,490 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:31:26,490 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:31:47,487 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 63893 WARNING 2025-09-17 14:31:47,498 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:31:47,499 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:31:47,547 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:32:30,708 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 63890 WARNING 2025-09-17 14:32:30,720 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:32:30,720 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:32:30,770 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:32:48,631 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 63891 WARNING 2025-09-17 14:32:48,643 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:32:48,643 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:32:48,690 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:33:48,698 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:34:48,697 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:34:59,567 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 63893 WARNING 2025-09-17 14:34:59,581 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:34:59,581 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:34:59,633 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:35:36,947 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 64034 INFO 2025-09-17 14:35:36,957 basehttp 3812 6139850752 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 WARNING 2025-09-17 14:35:36,963 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:35:36,963 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:35:37,016 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:36:23,947 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 64034 WARNING 2025-09-17 14:36:23,959 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:36:23,960 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:36:24,008 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:36:59,334 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 64046 WARNING 2025-09-17 14:36:59,345 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:36:59,346 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:36:59,397 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:37:10,696 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 64033 WARNING 2025-09-17 14:37:10,714 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:37:10,714 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:37:10,761 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:37:23,866 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 64033 WARNING 2025-09-17 14:37:23,877 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:37:23,877 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:37:23,922 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:37:25,948 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 64033 WARNING 2025-09-17 14:37:25,967 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:37:25,967 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:37:26,018 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:37:28,758 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 64033 INFO 2025-09-17 14:37:28,767 basehttp 3812 6173503488 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-17 14:37:28,771 basehttp 3812 6123024384 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-17 14:37:28,772 basehttp 3812 6173503488 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-17 14:37:28,774 basehttp 3812 13572796416 "GET /static/plugins/bootstrap-icons/font/bootstrap-icons.css HTTP/1.1" 200 98255 WARNING 2025-09-17 14:37:28,777 log 3812 6156677120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:37:28,778 basehttp 3812 6156677120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:37:28,778 basehttp 3812 13572796416 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-17 14:37:28,783 basehttp 3812 6139850752 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-17 14:37:28,786 basehttp 3812 6173503488 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-17 14:37:28,788 basehttp 3812 13572796416 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-09-17 14:37:28,791 basehttp 3812 6173503488 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 INFO 2025-09-17 14:37:28,792 basehttp 3812 6123024384 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-17 14:37:28,792 basehttp 3812 6156677120 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-17 14:37:28,794 basehttp 3812 13572796416 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-17 14:37:28,796 basehttp 3812 6123024384 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-17 14:37:28,796 basehttp 3812 6156677120 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-17 14:37:28,796 basehttp 3812 6173503488 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-17 14:37:28,797 basehttp 3812 13589622784 "GET /media/profile_pictures/me.jpg HTTP/1.1" 200 721666 INFO 2025-09-17 14:37:28,798 basehttp 3812 13572796416 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-17 14:37:28,800 basehttp 3812 6139850752 "GET /static/plugins/bootstrap-icons/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6 HTTP/1.1" 200 130396 INFO 2025-09-17 14:37:28,801 basehttp 3812 13572796416 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-17 14:37:28,802 basehttp 3812 6156677120 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-17 14:37:28,802 basehttp 3812 13589622784 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-17 14:37:28,803 basehttp 3812 6173503488 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-17 14:37:28,804 basehttp 3812 6139850752 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-17 14:37:28,807 basehttp 3812 13572796416 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-17 14:37:28,807 basehttp 3812 6139850752 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-17 14:37:28,808 basehttp 3812 13589622784 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-17 14:37:28,808 basehttp 3812 6173503488 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-17 14:37:28,808 basehttp 3812 6156677120 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-17 14:37:28,810 basehttp 3812 13589622784 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-17 14:37:28,810 basehttp 3812 6156677120 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-17 14:37:28,810 basehttp 3812 6173503488 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-17 14:37:28,811 basehttp 3812 13589622784 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-17 14:37:28,815 basehttp 3812 13572796416 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-17 14:37:28,815 basehttp 3812 6123024384 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-17 14:37:28,816 basehttp 3812 6139850752 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-17 14:37:29,070 basehttp 3812 6139850752 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-17 14:37:29,071 basehttp 3812 6123024384 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-09-17 14:37:29,071 basehttp 3812 13572796416 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-17 14:37:29,075 basehttp 3812 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 14:37:29,188 log 3812 13589622784 Not Found: /favicon.ico WARNING 2025-09-17 14:37:29,188 basehttp 3812 13589622784 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-17 14:38:01,446 basehttp 3812 13589622784 "GET /en/emr/care-plans/ HTTP/1.1" 200 112758 WARNING 2025-09-17 14:38:01,461 log 3812 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:38:01,461 basehttp 3812 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:38:05,989 basehttp 3812 13589622784 "GET /en/emr/care-plans/206/ HTTP/1.1" 200 66593 WARNING 2025-09-17 14:38:06,010 log 3812 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:38:06,010 basehttp 3812 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:38:06,074 basehttp 3812 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 14:38:25,960 log 3812 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:38:25,960 basehttp 3812 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 14:38:25,975 log 3812 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:38:25,976 basehttp 3812 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:39:01,565 basehttp 3812 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:39:38,741 basehttp 3812 13589622784 "GET /en/emr/care-plans/210/ HTTP/1.1" 200 66077 WARNING 2025-09-17 14:39:38,760 log 3812 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:39:38,760 basehttp 3812 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:39:38,811 basehttp 3812 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:40:38,834 basehttp 3812 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:41:38,838 basehttp 3812 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:42:38,841 basehttp 3812 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:43:38,844 basehttp 3812 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:44:38,837 basehttp 3812 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:45:38,854 basehttp 3812 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:46:38,853 basehttp 3812 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:47:38,857 basehttp 3812 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:48:38,861 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 14:49:12,371 log 3812 6139850752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:49:12,372 basehttp 3812 6139850752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:49:12,373 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 14:49:12,383 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:49:12,383 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:49:22,292 basehttp 3812 6123024384 "GET /en/emr/care-plans/210/ HTTP/1.1" 200 66077 WARNING 2025-09-17 14:49:22,312 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:49:22,312 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:49:22,366 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:49:23,579 basehttp 3812 6123024384 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 117039 INFO 2025-09-17 14:49:23,599 basehttp 3812 6156677120 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-17 14:49:23,599 basehttp 3812 6139850752 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-17 14:49:23,599 basehttp 3812 6173503488 "GET /static/plugins/summernote/dist/summernote-lite.min.css HTTP/1.1" 200 30684 INFO 2025-09-17 14:49:23,600 basehttp 3812 13589622784 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-17 14:49:23,600 basehttp 3812 13572796416 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-17 14:49:23,601 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:49:23,601 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:49:23,607 basehttp 3812 6123024384 "GET /static/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 200 186367 INFO 2025-09-17 14:49:23,688 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:50:23,709 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:51:23,695 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:52:05,905 autoreload 3812 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/templatetags/custom_filters.py changed, reloading. INFO 2025-09-17 14:52:06,450 autoreload 46951 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 14:52:23,748 basehttp 46951 6157201408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:55:29,090 autoreload 50066 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 14:56:23,871 basehttp 50066 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:56:58,598 basehttp 50066 6158659584 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 117059 WARNING 2025-09-17 14:56:58,619 log 50066 6158659584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:56:58,620 basehttp 50066 6158659584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:56:58,692 basehttp 50066 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:57:50,736 basehttp 50066 6158659584 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 117094 WARNING 2025-09-17 14:57:50,756 log 50066 6158659584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:57:50,756 basehttp 50066 6158659584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:57:50,816 basehttp 50066 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:58:41,457 basehttp 50066 6158659584 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 117114 WARNING 2025-09-17 14:58:41,482 log 50066 6158659584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:58:41,482 basehttp 50066 6158659584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:58:41,539 basehttp 50066 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:59:01,532 basehttp 50066 6158659584 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 117010 WARNING 2025-09-17 14:59:01,549 log 50066 6158659584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:59:01,549 basehttp 50066 6158659584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:59:01,615 basehttp 50066 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:00:01,622 basehttp 50066 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:01:01,616 basehttp 50066 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:02:01,631 basehttp 50066 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:03:01,633 basehttp 50066 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:04:01,633 basehttp 50066 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:05:01,643 basehttp 50066 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:06:01,645 basehttp 50066 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:07:01,656 basehttp 50066 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:08:01,660 basehttp 50066 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:08:29,008 autoreload 50066 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-17 15:08:29,370 autoreload 56240 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 15:08:37,906 basehttp 56240 6158249984 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 117010 WARNING 2025-09-17 15:08:37,927 log 56240 6158249984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:08:37,927 basehttp 56240 6158249984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:08:37,987 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:09:38,002 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:10:38,013 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:11:38,012 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:12:38,009 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:13:38,024 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:14:38,021 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:15:38,033 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:16:38,037 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:17:14,169 basehttp 56240 6158249984 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116146 WARNING 2025-09-17 15:17:14,188 log 56240 6158249984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:17:14,189 basehttp 56240 6158249984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:17:14,242 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:18:07,116 basehttp 56240 6158249984 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116181 WARNING 2025-09-17 15:18:07,134 log 56240 6158249984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:18:07,134 basehttp 56240 6158249984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:18:07,196 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:19:00,737 basehttp 56240 6158249984 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116251 WARNING 2025-09-17 15:19:00,751 log 56240 6158249984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:19:00,752 basehttp 56240 6158249984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:19:00,813 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:19:46,375 basehttp 56240 6158249984 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116288 WARNING 2025-09-17 15:19:46,393 log 56240 6158249984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:19:46,393 basehttp 56240 6158249984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:19:46,455 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:20:26,934 basehttp 56240 6158249984 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116195 WARNING 2025-09-17 15:20:26,952 log 56240 6158249984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:20:26,952 basehttp 56240 6158249984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:20:27,011 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:21:17,502 basehttp 56240 6158249984 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116195 WARNING 2025-09-17 15:21:17,522 log 56240 6158249984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:21:17,522 basehttp 56240 6158249984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:21:17,583 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:22:05,253 basehttp 56240 6158249984 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116230 WARNING 2025-09-17 15:22:05,272 log 56240 6158249984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:22:05,272 basehttp 56240 6158249984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:22:05,332 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:22:33,508 basehttp 56240 6158249984 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116265 WARNING 2025-09-17 15:22:33,528 log 56240 6158249984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:22:33,528 basehttp 56240 6158249984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:22:33,584 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:22:49,661 basehttp 56240 6158249984 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116250 WARNING 2025-09-17 15:22:49,681 log 56240 6158249984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:22:49,681 basehttp 56240 6158249984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:22:49,759 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:23:50,211 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-17 15:24:03,191 log 56240 6158249984 Internal Server Error: /en/emr/care-plans/210/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 749, in resolve new_obj = func(obj, *arg_vals) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/templatetags/custom_filters.py", line 27, in add_class return field.as_widget(attrs={"class": css_class}) ^^^^^^^^^^^^^^^ AttributeError: 'SafeString' object has no attribute 'as_widget' ERROR 2025-09-17 15:24:03,193 basehttp 56240 6158249984 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 500 204177 WARNING 2025-09-17 15:24:03,211 log 56240 6158249984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:24:03,211 basehttp 56240 6158249984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:24:21,586 basehttp 56240 6158249984 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116230 WARNING 2025-09-17 15:24:21,603 log 56240 6158249984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:24:21,603 basehttp 56240 6158249984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:24:21,674 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-17 15:24:51,196 log 56240 6158249984 Internal Server Error: /en/emr/care-plans/210/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 749, in resolve new_obj = func(obj, *arg_vals) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/templatetags/custom_filters.py", line 40, in attr return field.as_widget(attrs=attrs) ^^^^^^^^^^^^^^^ AttributeError: 'SafeString' object has no attribute 'as_widget' ERROR 2025-09-17 15:24:51,198 basehttp 56240 6158249984 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 500 204784 WARNING 2025-09-17 15:24:51,213 log 56240 6158249984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:24:51,215 basehttp 56240 6158249984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:25:12,931 basehttp 56240 6158249984 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116265 WARNING 2025-09-17 15:25:12,946 log 56240 6158249984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:25:12,947 basehttp 56240 6158249984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:25:13,010 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:26:13,020 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:27:13,016 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:27:23,886 autoreload 56240 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-17 15:27:24,243 autoreload 64620 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 15:27:24,780 basehttp 64620 6160314368 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116202 WARNING 2025-09-17 15:27:24,801 log 64620 6160314368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:27:24,801 basehttp 64620 6160314368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:27:24,863 basehttp 64620 6160314368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:28:18,556 autoreload 64620 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-17 15:28:18,940 autoreload 65012 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 15:28:20,366 basehttp 65012 6129823744 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116239 WARNING 2025-09-17 15:28:20,386 log 65012 6129823744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:28:20,387 basehttp 65012 6129823744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:28:20,496 basehttp 65012 6129823744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:29:20,448 basehttp 65012 6129823744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:30:17,446 basehttp 65012 6129823744 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116172 WARNING 2025-09-17 15:30:17,468 log 65012 6129823744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:30:17,468 basehttp 65012 6129823744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:30:17,549 basehttp 65012 6129823744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:31:17,549 basehttp 65012 6129823744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:31:50,965 basehttp 65012 6129823744 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 115850 WARNING 2025-09-17 15:31:50,982 log 65012 6129823744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:31:50,982 basehttp 65012 6129823744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:31:51,061 basehttp 65012 6129823744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:32:40,428 basehttp 65012 6129823744 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 115850 WARNING 2025-09-17 15:32:40,449 log 65012 6129823744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:32:40,449 basehttp 65012 6129823744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:32:40,524 basehttp 65012 6129823744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:33:31,462 autoreload 65012 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-17 15:33:31,829 autoreload 67333 8682856640 Watching for file changes with StatReloader WARNING 2025-09-17 15:33:32,921 log 67333 6134968320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:33:32,921 basehttp 67333 6134968320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 15:33:32,947 log 67333 6134968320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:33:32,947 basehttp 67333 6134968320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:33:33,750 basehttp 67333 6134968320 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 115998 WARNING 2025-09-17 15:33:33,769 log 67333 6134968320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:33:33,769 basehttp 67333 6134968320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:33:33,855 basehttp 67333 6134968320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:34:33,847 basehttp 67333 6134968320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:35:04,874 autoreload 67333 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-17 15:35:05,257 autoreload 68054 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 15:35:06,138 basehttp 68054 6134263808 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 115998 WARNING 2025-09-17 15:35:06,160 log 68054 6134263808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:35:06,160 basehttp 68054 6134263808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:35:06,240 basehttp 68054 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:36:06,230 basehttp 68054 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:36:34,409 basehttp 68054 6134263808 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 107975 WARNING 2025-09-17 15:36:34,428 log 68054 6134263808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:36:34,428 basehttp 68054 6134263808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:36:34,488 basehttp 68054 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:37:34,506 basehttp 68054 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:38:34,508 basehttp 68054 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:38:59,258 basehttp 68054 6134263808 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 107975 WARNING 2025-09-17 15:38:59,277 log 68054 6134263808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:38:59,277 basehttp 68054 6134263808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:38:59,343 basehttp 68054 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:39:50,542 basehttp 68054 6134263808 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 115998 WARNING 2025-09-17 15:39:50,561 log 68054 6134263808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:39:50,561 basehttp 68054 6134263808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:39:50,639 basehttp 68054 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:39:58,357 basehttp 68054 6134263808 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116091 WARNING 2025-09-17 15:39:58,377 log 68054 6134263808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:39:58,377 basehttp 68054 6134263808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:39:58,433 basehttp 68054 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:40:05,129 basehttp 68054 6134263808 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116091 WARNING 2025-09-17 15:40:05,149 log 68054 6134263808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:40:05,149 basehttp 68054 6134263808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:40:05,209 basehttp 68054 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:40:25,528 autoreload 68054 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-17 15:40:25,887 autoreload 70360 8682856640 Watching for file changes with StatReloader WARNING 2025-09-17 15:40:27,057 log 70360 6136164352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:40:27,057 basehttp 70360 6136164352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 15:40:27,092 log 70360 6136164352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:40:27,093 basehttp 70360 6136164352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:40:27,781 basehttp 70360 6136164352 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116116 WARNING 2025-09-17 15:40:27,797 log 70360 6136164352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:40:27,797 basehttp 70360 6136164352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:40:27,861 basehttp 70360 6136164352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 15:40:35,102 log 70360 6136164352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:40:35,103 basehttp 70360 6136164352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 15:40:36,558 log 70360 6136164352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:40:36,559 basehttp 70360 6136164352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:40:37,293 basehttp 70360 6136164352 "GET /en/emr/care-plans/ HTTP/1.1" 200 112758 WARNING 2025-09-17 15:40:37,308 log 70360 6136164352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:40:37,308 basehttp 70360 6136164352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:40:37,359 basehttp 70360 6136164352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:40:42,301 basehttp 70360 6136164352 "GET /en/emr/care-plans/206/ HTTP/1.1" 200 66593 WARNING 2025-09-17 15:40:42,316 log 70360 6136164352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:40:42,316 basehttp 70360 6136164352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:40:42,357 basehttp 70360 6136164352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:40:44,047 basehttp 70360 6136164352 "GET /en/emr/care-plans/206/update/ HTTP/1.1" 200 116237 WARNING 2025-09-17 15:40:44,066 log 70360 6136164352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:40:44,066 basehttp 70360 6136164352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:40:44,124 basehttp 70360 6136164352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:41:44,133 basehttp 70360 6136164352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:42:40,375 basehttp 70360 6136164352 "GET /en/emr/care-plans/206/update/ HTTP/1.1" 200 116246 WARNING 2025-09-17 15:42:40,397 log 70360 6136164352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:42:40,397 basehttp 70360 6136164352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:42:40,460 basehttp 70360 6136164352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:42:46,688 basehttp 70360 6136164352 "GET /en/emr/care-plans/206/update/ HTTP/1.1" 200 116246 WARNING 2025-09-17 15:42:46,708 log 70360 6136164352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:42:46,708 basehttp 70360 6136164352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:42:46,765 basehttp 70360 6136164352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:43:23,280 basehttp 70360 6136164352 "GET /en/emr/care-plans/206/update/ HTTP/1.1" 200 116246 WARNING 2025-09-17 15:43:23,297 log 70360 6136164352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:43:23,297 basehttp 70360 6136164352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:43:23,361 basehttp 70360 6136164352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:44:17,414 autoreload 70360 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-17 15:44:17,834 autoreload 72063 8682856640 Watching for file changes with StatReloader WARNING 2025-09-17 15:44:18,793 log 72063 6132133888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:44:18,825 basehttp 72063 6132133888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 15:44:18,852 log 72063 6132133888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:44:18,852 basehttp 72063 6132133888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:44:21,014 basehttp 72063 6132133888 "GET /en/emr/care-plans/206/update/ HTTP/1.1" 200 116246 WARNING 2025-09-17 15:44:21,035 log 72063 6132133888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:44:21,035 basehttp 72063 6132133888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:44:21,099 basehttp 72063 6132133888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:44:53,329 autoreload 72063 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-17 15:44:53,744 autoreload 72403 8682856640 Watching for file changes with StatReloader WARNING 2025-09-17 15:44:54,597 log 72403 6162411520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:44:54,597 basehttp 72403 6162411520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 15:44:54,636 log 72403 6162411520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:44:54,636 basehttp 72403 6162411520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:44:55,672 basehttp 72403 6162411520 "GET /en/emr/care-plans/206/update/ HTTP/1.1" 200 116246 WARNING 2025-09-17 15:44:55,689 log 72403 6162411520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:44:55,690 basehttp 72403 6162411520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:44:55,750 basehttp 72403 6162411520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:45:55,765 basehttp 72403 6162411520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:46:23,294 basehttp 72403 6162411520 "GET /en/emr/care-plans/206/update/ HTTP/1.1" 200 112794 WARNING 2025-09-17 15:46:23,315 log 72403 6162411520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:46:23,315 basehttp 72403 6162411520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:46:23,370 basehttp 72403 6162411520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:46:44,044 basehttp 72403 6162411520 "GET /en/emr/care-plans/206/update/ HTTP/1.1" 200 116237 WARNING 2025-09-17 15:46:44,063 log 72403 6162411520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:46:44,063 basehttp 72403 6162411520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:46:44,123 basehttp 72403 6162411520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:46:57,620 basehttp 72403 6162411520 "GET /en/emr/care-plans/ HTTP/1.1" 200 112758 WARNING 2025-09-17 15:46:57,643 log 72403 6162411520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:46:57,643 basehttp 72403 6162411520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:46:57,696 basehttp 72403 6162411520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:47:57,707 basehttp 72403 6162411520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:48:42,266 basehttp 72403 6162411520 "GET /en/emr/care-plans/ HTTP/1.1" 200 121323 WARNING 2025-09-17 15:48:42,281 log 72403 6162411520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:48:42,282 basehttp 72403 6162411520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:48:42,327 basehttp 72403 6162411520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:48:52,730 basehttp 72403 6162411520 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116116 WARNING 2025-09-17 15:48:52,753 log 72403 6162411520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:48:52,753 basehttp 72403 6162411520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:48:52,812 basehttp 72403 6162411520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:49:52,835 basehttp 72403 6162411520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:50:52,840 basehttp 72403 6162411520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:51:52,848 basehttp 72403 6162411520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:52:52,849 basehttp 72403 6162411520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:53:10,243 autoreload 72403 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-17 15:53:10,746 autoreload 76046 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 15:53:52,921 basehttp 76046 6194524160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:54:30,333 autoreload 76046 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-17 15:54:30,913 autoreload 76606 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 15:54:52,859 basehttp 76606 6160052224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:55:52,808 basehttp 76606 6160052224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:56:52,800 basehttp 76606 6160052224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:56:57,777 autoreload 76606 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-17 15:56:58,278 autoreload 77719 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 15:57:49,779 autoreload 77719 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-09-17 15:57:50,258 autoreload 78115 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 15:57:51,611 basehttp 78115 6202798080 "GET /en/emr/care-plans/ HTTP/1.1" 200 121353 WARNING 2025-09-17 15:57:51,631 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:57:51,631 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:57:51,677 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-17 15:57:54,921 log 78115 6202798080 Internal Server Error: /en/emr/care-plans/210/progress/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'careplan_detail' not found. 'careplan_detail' is not a valid view function or pattern name. ERROR 2025-09-17 15:57:54,923 basehttp 78115 6202798080 "GET /en/emr/care-plans/210/progress/ HTTP/1.1" 500 162612 WARNING 2025-09-17 15:57:54,940 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:57:54,940 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:58:07,508 basehttp 78115 6202798080 "GET /en/emr/care-plans/210/progress/ HTTP/1.1" 200 21093 WARNING 2025-09-17 15:58:07,525 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:58:07,525 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:58:07,568 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:59:07,583 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:59:30,426 basehttp 78115 6202798080 "GET /en/emr/care-plans/210/progress/ HTTP/1.1" 200 29600 WARNING 2025-09-17 15:59:30,439 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:59:30,440 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:59:30,483 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:00:01,763 basehttp 78115 6202798080 "GET /en/emr/care-plans/210/progress/ HTTP/1.1" 200 29600 WARNING 2025-09-17 16:00:01,783 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:00:01,784 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:00:01,831 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:01:01,843 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:02:01,849 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:03:01,841 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:04:01,443 basehttp 78115 6202798080 "GET /en/emr/care-plans/210/progress/ HTTP/1.1" 200 30923 WARNING 2025-09-17 16:04:01,464 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:04:01,464 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:04:01,510 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:04:25,744 basehttp 78115 6202798080 "GET /en/emr/care-plans/210/ HTTP/1.1" 200 66077 WARNING 2025-09-17 16:04:25,765 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:04:25,765 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:04:25,835 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:04:34,615 basehttp 78115 6202798080 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116116 WARNING 2025-09-17 16:04:34,637 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:04:34,637 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:04:34,706 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:05:34,713 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:06:26,727 basehttp 78115 6202798080 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116116 WARNING 2025-09-17 16:06:26,746 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:06:26,746 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:06:26,852 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:06:28,619 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 16:06:28,622 log 78115 6219624448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:06:28,622 basehttp 78115 6219624448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 16:06:28,638 log 78115 6219624448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:06:28,643 basehttp 78115 6219624448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:06:30,455 basehttp 78115 6219624448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 16:06:30,458 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:06:30,458 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 16:06:30,470 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:06:30,470 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:06:32,434 basehttp 78115 6202798080 "GET /en/emr/care-plans/210/progress/ HTTP/1.1" 200 25148 WARNING 2025-09-17 16:06:32,455 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:06:32,455 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:06:32,502 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:06:33,682 basehttp 78115 6202798080 "GET /en/emr/care-plans/210/progress/ HTTP/1.1" 200 25148 WARNING 2025-09-17 16:06:33,701 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:06:33,702 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:06:33,753 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:06:52,034 basehttp 78115 6202798080 "GET /en/emr/care-plans/210/progress/ HTTP/1.1" 200 25149 WARNING 2025-09-17 16:06:52,052 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:06:52,052 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:06:52,093 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:07:06,157 basehttp 78115 6202798080 "POST /en/emr/care-plans/210/progress/ HTTP/1.1" 302 0 INFO 2025-09-17 16:07:06,180 basehttp 78115 6202798080 "GET /en/emr/care-plans/210/ HTTP/1.1" 200 66479 WARNING 2025-09-17 16:07:06,202 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:07:06,202 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:07:06,250 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:07:21,721 basehttp 78115 6202798080 "GET /en/emr/care-plans/210/ HTTP/1.1" 200 66077 WARNING 2025-09-17 16:07:21,737 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:07:21,738 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:07:21,793 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 16:07:27,247 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:07:27,247 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 16:07:27,268 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:07:27,268 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 16:07:27,957 log 78115 6219624448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:07:27,958 basehttp 78115 6219624448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:07:27,959 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 16:07:27,967 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:07:27,967 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 16:07:28,363 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:07:28,363 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 16:07:29,684 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:07:29,684 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 16:07:29,702 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:07:29,702 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:07:30,366 basehttp 78115 6202798080 "GET /en/emr/care-plans/ HTTP/1.1" 200 121353 WARNING 2025-09-17 16:07:30,381 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:07:30,382 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:07:30,435 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 16:07:43,349 log 78115 6202798080 Forbidden (CSRF token missing.): /en/emr/care-plans/complete/210/ WARNING 2025-09-17 16:07:43,350 basehttp 78115 6202798080 "POST /en/emr/care-plans/complete/210/ HTTP/1.1" 403 2491 INFO 2025-09-17 16:08:19,385 basehttp 78115 6202798080 "GET /en/emr/care-plans/ HTTP/1.1" 200 123588 WARNING 2025-09-17 16:08:19,397 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:08:19,397 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:08:19,444 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-17 16:08:23,079 log 78115 6202798080 Internal Server Error: /en/emr/care-plans/complete/210/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1273, in complete_care_plan AuditLogEntry.objects.create( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 661, in create obj = self.model(**kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 569, in __init__ raise TypeError( TypeError: AuditLogEntry() got unexpected keyword arguments: 'model_name' ERROR 2025-09-17 16:08:23,081 basehttp 78115 6202798080 "POST /en/emr/care-plans/complete/210/ HTTP/1.1" 500 90607 INFO 2025-09-17 16:09:19,450 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:10:19,476 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:11:19,440 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:12:19,438 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:12:37,745 autoreload 78115 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-17 16:12:38,247 autoreload 84967 8682856640 Watching for file changes with StatReloader WARNING 2025-09-17 16:12:39,049 log 84967 6204616704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:12:39,049 basehttp 84967 6204616704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 16:12:39,087 log 84967 6204616704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:12:39,087 basehttp 84967 6204616704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:12:39,747 basehttp 84967 6204616704 "GET /en/emr/care-plans/ HTTP/1.1" 200 122575 WARNING 2025-09-17 16:12:39,762 log 84967 6204616704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:12:39,762 basehttp 84967 6204616704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:12:39,816 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:12:45,422 basehttp 84967 6204616704 "POST /en/emr/care-plans/complete/209/ HTTP/1.1" 302 0 INFO 2025-09-17 16:12:45,449 basehttp 84967 6204616704 "GET /en/emr/care-plans/209/ HTTP/1.1" 200 66233 INFO 2025-09-17 16:12:48,326 basehttp 84967 6204616704 "GET /en/emr/care-plans/ HTTP/1.1" 200 121562 WARNING 2025-09-17 16:12:48,341 log 84967 6204616704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:12:48,341 basehttp 84967 6204616704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:12:48,394 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:13:48,410 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:14:40,909 basehttp 84967 6204616704 "GET /en/emr/care-plans/ HTTP/1.1" 200 121562 WARNING 2025-09-17 16:14:40,928 log 84967 6204616704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:14:40,928 basehttp 84967 6204616704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:14:40,985 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:14:51,300 basehttp 84967 6204616704 "GET /en/emr/care-plans/190/progress/ HTTP/1.1" 200 25158 WARNING 2025-09-17 16:14:51,324 log 84967 6204616704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:14:51,324 basehttp 84967 6204616704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:14:51,368 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 16:14:53,877 log 84967 6204616704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:14:53,877 basehttp 84967 6204616704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 16:14:53,892 log 84967 6204616704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:14:53,892 basehttp 84967 6204616704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:15:03,520 basehttp 84967 6204616704 "GET /en/emr/problems HTTP/1.1" 301 0 INFO 2025-09-17 16:15:03,548 basehttp 84967 6221443072 "GET /en/emr/problems/ HTTP/1.1" 200 104902 WARNING 2025-09-17 16:15:03,566 log 84967 6221443072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:15:03,566 basehttp 84967 6221443072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:15:03,583 basehttp 84967 6221443072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:15:12,685 basehttp 84967 6221443072 "GET /en/emr/problems/1 HTTP/1.1" 301 0 INFO 2025-09-17 16:15:12,704 basehttp 84967 6204616704 "GET /en/emr/problems/1/ HTTP/1.1" 200 33446 WARNING 2025-09-17 16:15:12,725 basehttp 84967 6221443072 "GET /static/plugins/timeline/timeline.css HTTP/1.1" 404 2014 WARNING 2025-09-17 16:15:12,729 log 84967 6204616704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:15:12,729 basehttp 84967 6204616704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:15:12,774 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:16:12,783 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:17:12,796 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:18:12,807 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:19:12,818 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:20:12,815 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:21:12,814 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:22:12,801 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:23:12,825 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:24:12,841 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:25:12,838 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:26:13,183 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:27:15,195 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:28:38,183 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:29:00,463 basehttp 84967 6204616704 "GET /en/emr/care-plans/1/ HTTP/1.1" 200 66092 WARNING 2025-09-17 16:29:00,482 log 84967 6204616704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:29:00,482 basehttp 84967 6204616704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:29:00,593 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:29:08,034 basehttp 84967 6204616704 "GET /en/emr/care-plans/1/ HTTP/1.1" 200 66092 WARNING 2025-09-17 16:29:08,053 log 84967 6204616704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:29:08,053 basehttp 84967 6204616704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:29:08,123 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:30:08,131 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:30:41,381 basehttp 84967 6204616704 "GET /en/emr/care-plans/1/ HTTP/1.1" 200 66091 WARNING 2025-09-17 16:30:41,393 log 84967 6204616704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:30:41,393 basehttp 84967 6204616704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:30:41,439 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 16:31:16,857 basehttp 84967 6238269440 "GET /static/plugins/timeline/timeline.css HTTP/1.1" 404 2014 WARNING 2025-09-17 16:31:16,867 log 84967 6221443072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:31:16,868 basehttp 84967 6221443072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:31:16,870 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 16:31:16,875 log 84967 6221443072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:31:16,875 basehttp 84967 6221443072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 16:31:19,278 log 84967 6221443072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:31:19,279 basehttp 84967 6221443072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 16:31:24,593 log 84967 6221443072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:31:24,593 basehttp 84967 6221443072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:31:32,223 basehttp 84967 6221443072 "GET /en/emr/care-plans/202/ HTTP/1.1" 200 64463 WARNING 2025-09-17 16:31:32,244 log 84967 6221443072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:31:32,245 basehttp 84967 6221443072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:31:32,293 basehttp 84967 6221443072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 16:31:35,093 log 84967 6221443072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:31:35,093 basehttp 84967 6221443072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 16:31:35,108 log 84967 6221443072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:31:35,109 basehttp 84967 6221443072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:31:38,210 basehttp 84967 6221443072 "GET /en/emr/care-plans/?page=2 HTTP/1.1" 200 120767 WARNING 2025-09-17 16:31:38,228 log 84967 6221443072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:31:38,228 basehttp 84967 6221443072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:31:38,277 basehttp 84967 6221443072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:31:43,551 basehttp 84967 6221443072 "GET /en/emr/care-plans/183/ HTTP/1.1" 200 65830 WARNING 2025-09-17 16:31:43,575 log 84967 6221443072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:31:43,576 basehttp 84967 6221443072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:31:43,623 basehttp 84967 6221443072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:32:43,637 basehttp 84967 6221443072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:33:43,640 basehttp 84967 6221443072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:34:43,650 basehttp 84967 6221443072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:35:41,044 basehttp 84967 6221443072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 16:35:41,046 log 84967 6204616704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:35:41,047 basehttp 84967 6204616704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 16:35:41,076 log 84967 6204616704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:35:41,076 basehttp 84967 6204616704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:35:56,907 basehttp 84967 6204616704 "GET /en/emr/care-plans/185/ HTTP/1.1" 200 66151 INFO 2025-09-17 16:35:56,955 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:36:28,367 basehttp 84967 6204616704 "GET /en/emr/care-plans/185/update/ HTTP/1.1" 200 116152 INFO 2025-09-17 16:36:28,433 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:36:34,448 basehttp 84967 6204616704 "GET /en/emr/care-plans/185/progress/ HTTP/1.1" 200 25158 INFO 2025-09-17 16:36:34,473 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:36:41,046 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:36:59,222 basehttp 84967 6204616704 "GET /en/emr/problems/ HTTP/1.1" 200 104902 INFO 2025-09-17 16:36:59,256 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:37:12,515 basehttp 84967 6204616704 "GET /en/emr/problems/1/ HTTP/1.1" 200 33446 WARNING 2025-09-17 16:37:12,523 basehttp 84967 6204616704 "GET /static/plugins/timeline/timeline.css HTTP/1.1" 404 2014 INFO 2025-09-17 16:37:12,557 basehttp 84967 6221443072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:38:12,575 basehttp 84967 6221443072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:39:10,102 basehttp 84967 6221443072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:40:10,172 basehttp 84967 6221443072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 18:13:49,118 autoreload 39399 8682856640 Watching for file changes with StatReloader ERROR 2025-09-17 18:13:57,306 log 39399 6189084672 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 180, in translate_token op = OPERATORS[token] ~~~~~~~~~^^^^^^^ KeyError: '(num' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1762, in icd10_search_view return render(request, "emr/icd10_search.html", context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 15, in get_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 969, in do_if condition = TemplateIfParser(parser, bits).parse() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 894, in __init__ super().__init__(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 171, in __init__ mapped_tokens.append(self.translate_token(token)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 182, in translate_token return self.create_var(token) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 897, in create_var return TemplateLiteral(self.template_parser.compile_filter(value), value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '(num' from '(num' ERROR 2025-09-17 18:13:57,311 basehttp 39399 6189084672 "GET /en/emr/icd10/ HTTP/1.1" 500 267163 ERROR 2025-09-17 18:15:06,137 log 39399 6189084672 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 180, in translate_token op = OPERATORS[token] ~~~~~~~~~^^^^^^^ KeyError: '(num' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1762, in icd10_search_view return render(request, "emr/icd10_search.html", context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 15, in get_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 969, in do_if condition = TemplateIfParser(parser, bits).parse() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 894, in __init__ super().__init__(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 171, in __init__ mapped_tokens.append(self.translate_token(token)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 182, in translate_token return self.create_var(token) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 897, in create_var return TemplateLiteral(self.template_parser.compile_filter(value), value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '(num' from '(num' ERROR 2025-09-17 18:15:06,140 basehttp 39399 6189084672 "GET /en/emr/icd10/ HTTP/1.1" 500 267300 ERROR 2025-09-17 18:16:13,101 log 39399 6189084672 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 180, in translate_token op = OPERATORS[token] ~~~~~~~~~^^^^^^^ KeyError: '(num' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1762, in icd10_search_view return render(request, "emr/icd10_search.html", context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 15, in get_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 969, in do_if condition = TemplateIfParser(parser, bits).parse() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 894, in __init__ super().__init__(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 171, in __init__ mapped_tokens.append(self.translate_token(token)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 182, in translate_token return self.create_var(token) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 897, in create_var return TemplateLiteral(self.template_parser.compile_filter(value), value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '(num' from '(num' ERROR 2025-09-17 18:16:13,104 basehttp 39399 6189084672 "GET /en/emr/icd10/ HTTP/1.1" 500 307063 INFO 2025-09-17 18:16:53,275 basehttp 39399 6189084672 "GET /en/emr/icd10/ HTTP/1.1" 200 17427 INFO 2025-09-17 18:16:53,323 basehttp 39399 6189084672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-17 18:17:09,009 log 39399 6189084672 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'icd10' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1762, in icd10_search_view return render(request, "emr/icd10_search.html", context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'icd10' is not a registered namespace ERROR 2025-09-17 18:17:09,011 basehttp 39399 6189084672 "GET /en/emr/icd10/?q=M30&mode=code HTTP/1.1" 500 244340 INFO 2025-09-17 18:19:06,886 autoreload 39399 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-09-17 18:19:07,240 autoreload 41743 8682856640 Watching for file changes with StatReloader ERROR 2025-09-17 18:19:08,045 log 41743 6167851008 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 891, in _resolve_lookup current = current[bit] ~~~~~~~^^^^^ KeyError: 'Code' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 901, in _resolve_lookup current = getattr(current, bit) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Document' object has no attribute 'Code' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 907, in _resolve_lookup current = current[int(bit)] ^^^^^^^^ ValueError: invalid literal for int() with base 10: 'Code' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1762, in icd10_search_view return render(request, "emr/icd10_search.html", context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 548, in render values = {key: val.resolve(context) for key, val in self.extra_context.items()} ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 743, in resolve arg_vals.append(arg.resolve(context)) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 914, in _resolve_lookup raise VariableDoesNotExist( django.template.base.VariableDoesNotExist: Failed lookup for key [Code] in {'name': 'M30', 'description': 'Polyarteritis nodosa and related conditions', 'inclusion_term': [], 'excludes1': ['microscopic polyarteritis (M31.7)'], 'excludes2': [], 'includes': [], 'code_first': [], 'additional_codes': [], 'parent': None, 'section_name': 'M30-M36', 'section_description': 'Systemic connective tissue disorders (M30-M36)', 'chapter': '13'} ERROR 2025-09-17 18:19:08,047 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=M30&mode=code HTTP/1.1" 500 305177 ERROR 2025-09-17 18:20:24,490 log 41743 6167851008 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1762, in icd10_search_view return render(request, "emr/icd10_search.html", context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 550, in render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'icd10_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/icd10/(?P[^/]+)/\\Z'] ERROR 2025-09-17 18:20:24,492 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=M30&mode=code HTTP/1.1" 500 289933 INFO 2025-09-17 18:32:26,735 basehttp 41743 6167851008 "GET /en/emr/icd10/ HTTP/1.1" 200 17427 INFO 2025-09-17 18:32:26,773 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:33:11,588 basehttp 41743 6167851008 "GET /en/emr/icd10/ HTTP/1.1" 200 17427 INFO 2025-09-17 18:33:11,622 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-17 18:33:21,170 log 41743 6167851008 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1762, in icd10_search_view return render(request, "emr/icd10_search.html", context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 550, in render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'icd10_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/icd10/(?P[^/]+)/\\Z'] ERROR 2025-09-17 18:33:21,172 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=M30&mode=code HTTP/1.1" 500 289796 INFO 2025-09-17 18:38:56,809 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:38:57,511 basehttp 41743 6167851008 "GET /en/emr/icd10/ HTTP/1.1" 200 17421 INFO 2025-09-17 18:38:57,541 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-17 18:39:05,727 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:39:05,728 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-17 18:39:29,737 log 41743 6167851008 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1762, in icd10_search_view return render(request, "emr/icd10_search.html", context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 550, in render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'icd10_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/icd10/(?P[^/]+)/\\Z'] ERROR 2025-09-17 18:39:29,741 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 500 359056 WARNING 2025-09-17 18:39:29,759 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:39:29,759 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:39:57,192 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:39:57,192 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:39:57,209 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:39:57,209 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:39:57,561 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:39:57,897 basehttp 41743 6167851008 "GET /en/emr/icd10/ HTTP/1.1" 200 17421 WARNING 2025-09-17 18:39:57,917 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:39:57,917 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:39:57,984 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:40:04,684 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 24572 WARNING 2025-09-17 18:40:04,708 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:40:04,708 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:40:04,777 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:40:16,753 basehttp 41743 6167851008 "GET /en/emr/icd10/?page=2 HTTP/1.1" 200 17421 WARNING 2025-09-17 18:40:16,778 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:40:16,778 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:40:16,837 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-17 18:40:19,348 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:40:19,348 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:40:19,362 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:40:19,363 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:40:20,052 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 24572 WARNING 2025-09-17 18:40:20,071 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:40:20,072 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:40:20,138 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:41:20,153 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:42:20,163 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:42:24,390 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=heartattack&mode=description HTTP/1.1" 200 17617 WARNING 2025-09-17 18:42:24,411 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:42:24,411 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:42:24,480 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:42:35,721 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=heart+attack&mode=description HTTP/1.1" 200 17619 WARNING 2025-09-17 18:42:35,737 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:42:35,738 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:42:35,810 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:42:42,391 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=heart&mode=description HTTP/1.1" 200 20838 WARNING 2025-09-17 18:42:42,415 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:42:42,415 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:42:42,487 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:43:23,035 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=heart&mode=description HTTP/1.1" 200 20550 WARNING 2025-09-17 18:43:23,046 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:43:23,046 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:43:23,107 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:43:25,273 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=heart&mode=description HTTP/1.1" 200 20550 WARNING 2025-09-17 18:43:25,292 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:43:25,293 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:43:25,361 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:43:32,230 basehttp 41743 6167851008 "GET /en/emr/icd10/ HTTP/1.1" 200 17421 WARNING 2025-09-17 18:43:32,256 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:43:32,257 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:43:32,315 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:44:02,854 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=pneumonia&mode=description HTTP/1.1" 200 24038 WARNING 2025-09-17 18:44:02,874 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:44:02,874 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:44:02,947 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:45:02,964 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:45:11,771 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=pneumonia&mode=code HTTP/1.1" 200 17606 WARNING 2025-09-17 18:45:11,794 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:45:11,794 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:45:11,864 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:45:22,321 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=E11.9&mode=code HTTP/1.1" 200 18222 WARNING 2025-09-17 18:45:22,340 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:45:22,340 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:45:22,408 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:46:07,106 basehttp 41743 6167851008 "GET /en/emr/icd10/ HTTP/1.1" 200 17421 WARNING 2025-09-17 18:46:07,129 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:46:07,130 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:46:07,202 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:46:13,298 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=E11.9&mode=code HTTP/1.1" 200 18222 WARNING 2025-09-17 18:46:13,317 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:46:13,317 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:46:13,381 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:47:13,396 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:47:59,407 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=E11.9&mode=code HTTP/1.1" 200 18227 WARNING 2025-09-17 18:47:59,423 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:47:59,423 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:47:59,491 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-17 18:48:11,058 log 41743 6167851008 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1762, in icd10_search_view return render(request, "emr/icd10_search.html", context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'icd10_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/icd10/(?P[^/]+)/\\Z'] ERROR 2025-09-17 18:48:11,059 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=E11.9&mode=code HTTP/1.1" 500 202740 WARNING 2025-09-17 18:48:11,069 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:48:11,069 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:48:25,555 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=E11.9&mode=code HTTP/1.1" 200 18355 WARNING 2025-09-17 18:48:25,569 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:48:25,569 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:48:25,642 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-17 18:48:27,707 log 41743 6167851008 Internal Server Error: /en/emr/icd10/E11.9/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 891, in _resolve_lookup current = current[bit] ~~~~~~~^^^^^ KeyError: 'Description' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 901, in _resolve_lookup current = getattr(current, bit) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Document' object has no attribute 'Description' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 907, in _resolve_lookup current = current[int(bit)] ^^^^^^^^ ValueError: invalid literal for int() with base 10: 'Description' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1784, in icd10_detail_view return render(request, "emr/icd10_detail.html", context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 743, in resolve arg_vals.append(arg.resolve(context)) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 914, in _resolve_lookup raise VariableDoesNotExist( django.template.base.VariableDoesNotExist: Failed lookup for key [Description] in {'name': 'E11.9', 'description': 'Type 2 diabetes mellitus without complications', 'inclusion_term': [], 'excludes1': ['type 2 diabetes mellitus, without complications in remission (E11.A)'], 'excludes2': [], 'includes': [], 'code_first': [], 'additional_codes': [], 'parent': 'E11', 'section_name': 'E08-E13', 'section_description': 'Diabetes mellitus (E08-E13)', 'chapter': '4'} ERROR 2025-09-17 18:48:27,708 basehttp 41743 6167851008 "GET /en/emr/icd10/E11.9/ HTTP/1.1" 500 221988 WARNING 2025-09-17 18:48:27,734 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:48:27,734 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-17 18:49:29,782 log 41743 6167851008 Internal Server Error: /en/emr/icd10/E11.9/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 891, in _resolve_lookup current = current[bit] ~~~~~~~^^^^^ KeyError: 'Description' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 901, in _resolve_lookup current = getattr(current, bit) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Document' object has no attribute 'Description' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 907, in _resolve_lookup current = current[int(bit)] ^^^^^^^^ ValueError: invalid literal for int() with base 10: 'Description' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1784, in icd10_detail_view return render(request, "emr/icd10_detail.html", context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 743, in resolve arg_vals.append(arg.resolve(context)) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 914, in _resolve_lookup raise VariableDoesNotExist( django.template.base.VariableDoesNotExist: Failed lookup for key [Description] in {'name': 'E11.9', 'description': 'Type 2 diabetes mellitus without complications', 'inclusion_term': [], 'excludes1': ['type 2 diabetes mellitus, without complications in remission (E11.A)'], 'excludes2': [], 'includes': [], 'code_first': [], 'additional_codes': [], 'parent': 'E11', 'section_name': 'E08-E13', 'section_description': 'Diabetes mellitus (E08-E13)', 'chapter': '4'} ERROR 2025-09-17 18:49:29,783 basehttp 41743 6167851008 "GET /en/emr/icd10/E11.9/ HTTP/1.1" 500 221870 WARNING 2025-09-17 18:49:29,800 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:49:29,800 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:49:33,006 log 41743 6184677376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:49:33,007 basehttp 41743 6184677376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:49:33,009 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-17 18:49:33,021 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:49:33,021 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:49:33,565 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=E11.9&mode=code HTTP/1.1" 200 18355 WARNING 2025-09-17 18:49:33,576 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:49:33,576 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:49:33,639 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-17 18:49:35,670 log 41743 6167851008 Internal Server Error: /en/emr/icd10/E11.9/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 891, in _resolve_lookup current = current[bit] ~~~~~~~^^^^^ KeyError: 'Description' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 901, in _resolve_lookup current = getattr(current, bit) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Document' object has no attribute 'Description' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 907, in _resolve_lookup current = current[int(bit)] ^^^^^^^^ ValueError: invalid literal for int() with base 10: 'Description' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1784, in icd10_detail_view return render(request, "emr/icd10_detail.html", context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 743, in resolve arg_vals.append(arg.resolve(context)) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 914, in _resolve_lookup raise VariableDoesNotExist( django.template.base.VariableDoesNotExist: Failed lookup for key [Description] in {'name': 'E11.9', 'description': 'Type 2 diabetes mellitus without complications', 'inclusion_term': [], 'excludes1': ['type 2 diabetes mellitus, without complications in remission (E11.A)'], 'excludes2': [], 'includes': [], 'code_first': [], 'additional_codes': [], 'parent': 'E11', 'section_name': 'E08-E13', 'section_description': 'Diabetes mellitus (E08-E13)', 'chapter': '4'} ERROR 2025-09-17 18:49:35,671 basehttp 41743 6167851008 "GET /en/emr/icd10/E11.9/ HTTP/1.1" 500 221733 WARNING 2025-09-17 18:49:35,691 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:49:35,691 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:49:59,556 basehttp 41743 6167851008 "GET /en/emr/icd10/E11.9/ HTTP/1.1" 200 18934 WARNING 2025-09-17 18:49:59,576 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:49:59,576 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:49:59,662 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:50:59,676 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:51:59,684 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:52:59,687 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-17 18:53:27,974 log 41743 6184677376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:27,976 basehttp 41743 6184677376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:53:27,977 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-17 18:53:27,986 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:27,986 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:30,734 log 41743 6184677376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:30,735 basehttp 41743 6184677376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:53:30,736 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-17 18:53:30,743 log 41743 6184677376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:30,743 basehttp 41743 6184677376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:31,364 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:31,365 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:53:31,367 basehttp 41743 6184677376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-17 18:53:31,373 log 41743 6184677376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:31,373 basehttp 41743 6184677376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:31,884 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:31,885 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:53:31,886 basehttp 41743 6184677376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-17 18:53:31,892 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:31,892 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:53:32,546 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-17 18:53:32,548 log 41743 6184677376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:32,548 basehttp 41743 6184677376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:32,561 log 41743 6184677376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:32,561 basehttp 41743 6184677376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:53:33,654 basehttp 41743 6184677376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-17 18:53:33,656 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:33,656 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:33,668 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:33,668 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:34,200 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:34,200 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:34,804 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:34,805 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:35,350 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:35,350 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:35,779 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:35,779 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:35,989 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:35,990 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:36,236 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:36,236 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:36,453 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:36,453 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:36,696 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:36,697 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:39,069 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:39,069 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:39,085 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:39,085 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:54:36,502 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:55:37,317 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:56:38,302 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:57:39,326 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:58:40,282 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:59:41,269 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 19:00:43,270 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 19:02:38,284 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 19:04:38,270 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-17 19:04:42,631 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:04:42,631 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:05:29,772 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=Cyclosporiasis&mode=description HTTP/1.1" 200 18348 WARNING 2025-09-17 19:05:29,796 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-17 19:05:29,796 basehttp 41743 6184677376 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 WARNING 2025-09-17 19:05:29,797 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:05:29,855 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 19:06:29,857 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 19:06:51,600 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=Cortril&mode=description HTTP/1.1" 200 17609 WARNING 2025-09-17 19:06:51,617 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:06:51,617 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:06:51,658 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:07:51,672 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:08:51,678 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:09:51,678 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:10:51,684 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:11:11,092 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=A00.1&mode=code HTTP/1.1" 200 18356 WARNING 2025-09-17 19:11:11,115 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:11:11,115 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:11:11,162 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:11:16,798 basehttp 41743 6167851008 "GET /en/emr/icd10/A00.1/ HTTP/1.1" 200 18894 WARNING 2025-09-17 19:11:16,819 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:11:16,819 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:11:16,866 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:11:27,910 basehttp 41743 6167851008 "GET /en/emr/icd10/ HTTP/1.1" 200 17421 WARNING 2025-09-17 19:11:27,932 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:11:27,932 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:11:27,970 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:12:27,984 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:13:05,173 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=M30&mode=code HTTP/1.1" 200 20135 WARNING 2025-09-17 19:13:05,216 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:13:05,216 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:13:05,236 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:13:15,853 basehttp 41743 6167851008 "GET /en/emr/icd10/M30.2/ HTTP/1.1" 200 18826 WARNING 2025-09-17 19:13:15,874 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:13:15,874 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:13:15,920 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:14:16,255 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:15:17,243 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:15:26,622 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 19:15:26,627 log 41743 6184677376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:15:26,627 basehttp 41743 6184677376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 19:15:26,649 log 41743 6184677376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:15:26,649 basehttp 41743 6184677376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:16:26,633 basehttp 41743 6184677376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:17:26,646 basehttp 41743 6184677376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:18:26,641 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:19:27,239 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:20:28,271 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:21:30,271 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 19:22:06,384 log 41743 6184677376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:22:06,385 basehttp 41743 6184677376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:22:06,385 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 19:22:06,394 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:22:06,394 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 19:22:06,727 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:22:06,728 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 19:22:07,269 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:22:07,269 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 19:22:07,774 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:22:07,774 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 19:22:08,286 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:22:08,287 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 19:22:08,801 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:22:08,802 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 19:22:09,259 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:22:09,259 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:23:09,312 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 19:23:23,291 log 41743 6167851008 Not Found: /en/emr/problems/create WARNING 2025-09-17 19:23:23,291 basehttp 41743 6167851008 "GET /en/emr/problems/create HTTP/1.1" 404 37096 WARNING 2025-09-17 19:23:23,318 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:23:23,318 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 19:23:41,619 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:23:41,619 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 19:23:41,636 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:23:41,637 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 19:23:41,892 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:23:41,893 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 19:23:42,393 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:23:42,393 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 19:23:42,942 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:23:42,942 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 19:23:43,958 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:23:43,958 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:23:48,510 basehttp 41743 6167851008 "GET /en/emr/icd10/ HTTP/1.1" 200 17421 WARNING 2025-09-17 19:23:48,534 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:23:48,535 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:23:48,545 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:23:58,564 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=pneumonia&mode=description HTTP/1.1" 200 28531 WARNING 2025-09-17 19:23:58,583 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:23:58,584 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:23:58,624 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:24:10,282 basehttp 41743 6167851008 "GET /en/emr/icd10/J15.1/ HTTP/1.1" 200 18825 WARNING 2025-09-17 19:24:10,302 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:24:10,303 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:24:10,349 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 19:24:24,768 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:24:24,768 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 19:24:24,781 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:24:24,783 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:24:36,467 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=J15.2&mode=code HTTP/1.1" 200 20201 WARNING 2025-09-17 19:24:36,489 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:24:36,489 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:24:36,535 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:25:36,568 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:26:36,570 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:27:36,563 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:28:37,254 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:29:38,223 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:30:39,210 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:31:41,213 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:33:38,212 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:35:38,210 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:37:38,204 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:39:38,212 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:41:38,221 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:43:38,221 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:45:38,197 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:47:38,203 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:49:38,209 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:51:38,209 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:52:38,206 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:54:38,199 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:56:38,189 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:58:38,203 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:00:38,256 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:01:38,267 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:02:38,269 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:03:38,270 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:04:38,272 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:05:38,275 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:06:38,280 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:07:38,274 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:08:38,299 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:09:38,292 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:10:38,307 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:11:38,301 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:12:38,315 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:13:39,271 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:14:39,291 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:15:39,290 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:16:41,287 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:18:38,298 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:20:38,296 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:22:38,297 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:24:38,296 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:26:38,299 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:28:38,283 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:30:38,254 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:32:38,259 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:34:38,257 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:36:38,259 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:38:38,251 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:40:38,261 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:42:38,261 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:44:38,267 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:46:38,273 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:48:38,279 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:50:38,280 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:52:38,276 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:54:38,274 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:55:19,556 autoreload 41743 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/models.py changed, reloading. INFO 2025-09-17 20:55:20,046 autoreload 13021 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 20:58:08,812 schemas 14365 8682856640 Resource 'XMLSchema.xsd' is already loaded INFO 2025-09-17 21:04:00,509 schemas 16914 8682856640 Resource 'XMLSchema.xsd' is already loaded INFO 2025-09-17 21:04:10,869 schemas 17013 8682856640 Resource 'XMLSchema.xsd' is already loaded INFO 2025-09-17 21:11:02,518 autoreload 20055 8682856640 Watching for file changes with StatReloader ERROR 2025-09-17 21:11:07,206 log 20055 6159872000 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1784, in icd10_search_view return render(request, "emr/icd10_search.html", context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'icd10_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/icd10/(?P[^/]+)/\\Z'] ERROR 2025-09-17 21:11:07,211 basehttp 20055 6159872000 "GET /en/emr/icd10/?q=J15.2&mode=code HTTP/1.1" 500 199206 WARNING 2025-09-17 21:11:07,279 log 20055 6159872000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:11:07,279 basehttp 20055 6159872000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:12:03,081 basehttp 20055 6159872000 "GET /en/emr/icd10/?q=J15.2&mode=code HTTP/1.1" 200 20201 WARNING 2025-09-17 21:12:03,095 log 20055 6159872000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:12:03,096 basehttp 20055 6159872000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:12:03,149 basehttp 20055 6159872000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:12:10,899 basehttp 20055 6159872000 "GET /en/emr/icd10/?q=J15.2&mode=code HTTP/1.1" 200 20201 WARNING 2025-09-17 21:12:10,913 log 20055 6159872000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:12:10,914 basehttp 20055 6159872000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:12:10,940 basehttp 20055 6159872000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:12:12,199 basehttp 20055 6159872000 "GET /en/emr/icd10/J15.2/ HTTP/1.1" 200 17368 WARNING 2025-09-17 21:12:12,218 log 20055 6159872000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:12:12,218 basehttp 20055 6159872000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:12:12,255 basehttp 20055 6159872000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:12:20,208 basehttp 20055 6159872000 "GET /en/emr/icd10/ HTTP/1.1" 200 17421 WARNING 2025-09-17 21:12:20,225 log 20055 6159872000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:12:20,226 basehttp 20055 6159872000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:12:20,271 basehttp 20055 6159872000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:12:35,005 basehttp 20055 6159872000 "GET /en/emr/icd10/?q=E11.9&mode=code HTTP/1.1" 200 18355 WARNING 2025-09-17 21:12:35,024 log 20055 6159872000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:12:35,024 basehttp 20055 6159872000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:12:35,067 basehttp 20055 6159872000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:12:38,585 basehttp 20055 6159872000 "GET /en/emr/icd10/E11.9/ HTTP/1.1" 200 17398 WARNING 2025-09-17 21:12:38,602 log 20055 6159872000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:12:38,603 basehttp 20055 6159872000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:12:38,646 basehttp 20055 6159872000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:13:38,650 basehttp 20055 6159872000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:14:38,664 basehttp 20055 6159872000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:15:06,010 autoreload 20055 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/admin.py changed, reloading. INFO 2025-09-17 21:15:06,419 autoreload 21879 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 21:15:09,488 basehttp 21879 6136213504 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 102740 INFO 2025-09-17 21:15:09,507 basehttp 21879 6341865472 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-17 21:15:09,507 basehttp 21879 6169866240 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-17 21:15:09,508 basehttp 21879 6325039104 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-17 21:15:09,508 basehttp 21879 6153039872 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-17 21:15:09,509 basehttp 21879 6136213504 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-17 21:15:09,510 basehttp 21879 6325039104 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-17 21:15:09,510 basehttp 21879 6153039872 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-17 21:15:09,511 basehttp 21879 6136213504 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-17 21:15:09,512 basehttp 21879 6325039104 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-17 21:15:09,512 basehttp 21879 6341865472 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-17 21:15:09,513 basehttp 21879 6136213504 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-17 21:15:09,514 basehttp 21879 6153039872 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-17 21:15:09,514 basehttp 21879 6341865472 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-17 21:15:09,515 basehttp 21879 6169866240 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-17 21:15:09,517 basehttp 21879 6358691840 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:15:09,519 basehttp 21879 6358691840 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-17 21:15:09,519 basehttp 21879 6325039104 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-17 21:15:09,523 basehttp 21879 6325039104 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-17 21:15:09,531 basehttp 21879 6325039104 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-17 21:15:09,532 basehttp 21879 6325039104 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-17 21:15:09,532 basehttp 21879 6358691840 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-17 21:15:09,533 basehttp 21879 6169866240 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-17 21:15:10,718 basehttp 21879 6169866240 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 102740 INFO 2025-09-17 21:15:10,730 basehttp 21879 6169866240 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:15:16,213 basehttp 21879 6169866240 "GET /en/admin/emr/icd10/ HTTP/1.1" 200 110227 INFO 2025-09-17 21:15:16,226 basehttp 21879 6169866240 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:15:21,246 basehttp 21879 6169866240 "GET /en/admin/emr/icd10/2/change/ HTTP/1.1" 200 4550150 INFO 2025-09-17 21:15:21,249 basehttp 21879 6358691840 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-17 21:15:21,255 basehttp 21879 6169866240 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-17 21:15:21,256 basehttp 21879 6358691840 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:15:21,258 basehttp 21879 6358691840 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-17 21:15:21,258 basehttp 21879 6169866240 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-17 21:15:21,260 basehttp 21879 6169866240 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-17 21:15:35,890 basehttp 21879 6169866240 "GET /en/admin/emr/icd10/ HTTP/1.1" 200 110227 INFO 2025-09-17 21:15:39,214 basehttp 21879 6169866240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:15:40,579 basehttp 21879 6169866240 "GET /en/admin/emr/icd10/?p=468 HTTP/1.1" 200 115452 INFO 2025-09-17 21:15:40,591 basehttp 21879 6169866240 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:15:43,698 basehttp 21879 6169866240 "GET /en/admin/emr/icd10/46709/change/?_changelist_filters=p%3D468 HTTP/1.1" 200 4550209 INFO 2025-09-17 21:15:43,715 basehttp 21879 6358691840 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:15:53,143 basehttp 21879 6358691840 "GET /en/admin/emr/icd10/?p=468 HTTP/1.1" 200 115452 INFO 2025-09-17 21:15:53,889 basehttp 21879 6358691840 "GET /en/admin/emr/icd10/ HTTP/1.1" 200 110227 INFO 2025-09-17 21:15:54,450 basehttp 21879 6358691840 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 102740 INFO 2025-09-17 21:16:00,280 basehttp 21879 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 21:16:00,283 log 21879 6169866240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:16:00,283 basehttp 21879 6169866240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 21:16:00,302 log 21879 6169866240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:16:00,302 basehttp 21879 6169866240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:16:09,529 basehttp 21879 6169866240 "GET /en/emr/icd10/E11.9/ HTTP/1.1" 200 17398 WARNING 2025-09-17 21:16:09,551 log 21879 6169866240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:16:09,551 basehttp 21879 6169866240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:16:09,594 basehttp 21879 6169866240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:16:28,615 basehttp 21879 6169866240 "GET /en/admin/emr/icd10/ HTTP/1.1" 200 110227 INFO 2025-09-17 21:16:28,628 basehttp 21879 6169866240 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:16:31,690 basehttp 21879 6169866240 "GET /en/admin/emr/icd10/9/change/ HTTP/1.1" 200 4550098 INFO 2025-09-17 21:16:31,710 basehttp 21879 6358691840 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:17:10,212 basehttp 21879 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:17:48,684 autoreload 21879 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-17 21:17:49,074 autoreload 23124 8682856640 Watching for file changes with StatReloader WARNING 2025-09-17 21:17:50,724 log 23124 6146207744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:17:50,724 basehttp 23124 6146207744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:17:50,778 basehttp 23124 6129381376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 21:17:50,780 log 23124 6146207744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:17:50,781 basehttp 23124 6146207744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:17:51,551 basehttp 23124 6146207744 "GET /en/emr/icd10/?q=E11.9&mode=code HTTP/1.1" 200 18355 WARNING 2025-09-17 21:17:51,566 log 23124 6146207744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:17:51,566 basehttp 23124 6146207744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:17:51,609 basehttp 23124 6146207744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:18:03,786 basehttp 23124 6129381376 "GET /en/emr/icd10/?q=E11.1&mode=code HTTP/1.1" 200 19105 WARNING 2025-09-17 21:18:03,806 log 23124 6129381376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:18:03,806 basehttp 23124 6129381376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:18:03,852 basehttp 23124 6129381376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:18:11,249 basehttp 23124 6129381376 "GET /en/emr/icd10/E11.1/ HTTP/1.1" 200 18846 WARNING 2025-09-17 21:18:11,269 log 23124 6129381376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:18:11,270 basehttp 23124 6129381376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:18:11,310 basehttp 23124 6129381376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:18:31,428 basehttp 23124 6129381376 "GET /en/emr/icd10/ HTTP/1.1" 200 17421 WARNING 2025-09-17 21:18:31,442 log 23124 6129381376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:18:31,442 basehttp 23124 6129381376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:18:31,486 basehttp 23124 6129381376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:18:44,635 basehttp 23124 6129381376 "GET /en/emr/icd10/?q=M30.1&mode=code HTTP/1.1" 200 18360 WARNING 2025-09-17 21:18:44,661 log 23124 6129381376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:18:44,661 basehttp 23124 6129381376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:18:44,700 basehttp 23124 6129381376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:18:49,003 basehttp 23124 6129381376 "GET /en/emr/icd10/M30.1/ HTTP/1.1" 200 18993 WARNING 2025-09-17 21:18:49,023 log 23124 6129381376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:18:49,023 basehttp 23124 6129381376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:18:49,068 basehttp 23124 6129381376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:19:13,991 basehttp 23124 6129381376 "GET /en/admin/emr/icd10/ HTTP/1.1" 200 110227 INFO 2025-09-17 21:19:21,843 basehttp 23124 6129381376 "GET /en/admin/emr/icd10/?p=469 HTTP/1.1" 200 108017 INFO 2025-09-17 21:19:21,858 basehttp 23124 6129381376 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:19:24,667 basehttp 23124 6129381376 "GET /en/admin/emr/icd10/?p=466 HTTP/1.1" 200 115382 INFO 2025-09-17 21:19:24,684 basehttp 23124 6129381376 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:19:26,600 basehttp 23124 6129381376 "GET /en/admin/emr/icd10/?p=463 HTTP/1.1" 200 118237 INFO 2025-09-17 21:19:26,614 basehttp 23124 6129381376 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:19:28,220 basehttp 23124 6129381376 "GET /en/admin/emr/icd10/?p=460 HTTP/1.1" 200 115190 INFO 2025-09-17 21:19:28,241 basehttp 23124 6129381376 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:19:29,841 basehttp 23124 6129381376 "GET /en/admin/emr/icd10/?p=457 HTTP/1.1" 200 119922 INFO 2025-09-17 21:19:29,854 basehttp 23124 6129381376 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:19:36,781 basehttp 23124 6129381376 "GET /en/admin/emr/icd10/?p=200 HTTP/1.1" 200 116586 INFO 2025-09-17 21:19:36,797 basehttp 23124 6129381376 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:19:42,649 basehttp 23124 6129381376 "GET /en/admin/emr/icd10/?p=197 HTTP/1.1" 200 118090 INFO 2025-09-17 21:19:42,661 basehttp 23124 6129381376 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:19:46,058 basehttp 23124 6129381376 "GET /en/admin/emr/icd10/?p=194 HTTP/1.1" 200 117280 INFO 2025-09-17 21:19:46,078 basehttp 23124 6129381376 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:19:49,208 basehttp 23124 6129381376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:19:51,986 basehttp 23124 6129381376 "GET /en/admin/emr/icd10/?p=180 HTTP/1.1" 200 116012 INFO 2025-09-17 21:19:51,997 basehttp 23124 6129381376 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:19:56,452 basehttp 23124 6129381376 "GET /en/admin/emr/icd10/?p=181 HTTP/1.1" 200 115370 INFO 2025-09-17 21:19:56,471 basehttp 23124 6129381376 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:19:58,462 basehttp 23124 6129381376 "GET /en/admin/emr/icd10/?p=183 HTTP/1.1" 200 112944 INFO 2025-09-17 21:19:58,476 basehttp 23124 6129381376 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:20:00,453 basehttp 23124 6129381376 "GET /en/admin/emr/icd10/?p=186 HTTP/1.1" 200 115932 INFO 2025-09-17 21:20:00,471 basehttp 23124 6129381376 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:20:18,488 basehttp 23124 6129381376 "GET /en/admin/emr/icd10/18577/change/?_changelist_filters=p%3D186 HTTP/1.1" 200 4550257 INFO 2025-09-17 21:20:18,495 basehttp 23124 6146207744 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:20:28,852 basehttp 23124 6146207744 "GET /en/admin/emr/icd10/18575/change/?_to_field=id HTTP/1.1" 200 4550172 INFO 2025-09-17 21:20:28,861 basehttp 23124 6129381376 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:20:50,207 basehttp 23124 6129381376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:21:41,526 autoreload 23124 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-17 21:21:41,907 autoreload 24848 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 21:21:45,125 basehttp 24848 6136344576 "GET /en/emr/icd10/ HTTP/1.1" 200 17421 WARNING 2025-09-17 21:21:45,142 log 24848 6136344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:21:45,142 basehttp 24848 6136344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:21:45,185 basehttp 24848 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:21:51,151 basehttp 24848 6136344576 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 27633 WARNING 2025-09-17 21:21:51,170 log 24848 6136344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:21:51,170 basehttp 24848 6136344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:21:51,204 basehttp 24848 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:21:54,107 basehttp 24848 6136344576 "GET /en/emr/icd10/?page=2 HTTP/1.1" 200 17421 WARNING 2025-09-17 21:21:54,128 log 24848 6136344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:21:54,128 basehttp 24848 6136344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:21:54,169 basehttp 24848 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:22:54,183 basehttp 24848 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:22:57,523 basehttp 24848 6136344576 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 27633 WARNING 2025-09-17 21:22:57,542 log 24848 6136344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:22:57,542 basehttp 24848 6136344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:22:57,583 basehttp 24848 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:23:35,411 basehttp 24848 6136344576 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 25076 WARNING 2025-09-17 21:23:35,423 log 24848 6136344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:23:35,424 basehttp 24848 6136344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:23:35,471 basehttp 24848 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:24:35,485 basehttp 24848 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-17 21:25:34,177 log 24848 6136344576 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 180, in translate_token op = OPERATORS[token] ~~~~~~~~~^^^^^^^ KeyError: '(num' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1784, in icd10_search_view return render(request, "emr/icd10_search.html", context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 15, in get_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 969, in do_if condition = TemplateIfParser(parser, bits).parse() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 894, in __init__ super().__init__(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 171, in __init__ mapped_tokens.append(self.translate_token(token)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 182, in translate_token return self.create_var(token) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 897, in create_var return TemplateLiteral(self.template_parser.compile_filter(value), value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '(num' from '(num' ERROR 2025-09-17 21:25:34,181 basehttp 24848 6136344576 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 500 312486 WARNING 2025-09-17 21:25:34,192 log 24848 6136344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:25:34,192 basehttp 24848 6136344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:33:54,748 autoreload 24848 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-17 21:33:55,129 autoreload 30260 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 21:34:36,007 autoreload 30260 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-17 21:34:36,368 autoreload 30575 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 21:35:04,618 autoreload 30575 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-09-17 21:35:04,958 autoreload 30836 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 21:36:25,702 basehttp 30836 6199668736 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 32732 WARNING 2025-09-17 21:36:25,720 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:36:25,720 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:36:25,773 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 21:36:29,726 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:36:29,726 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 21:36:30,423 log 30836 6199668736 Not Found: /en/emr/icd10/ WARNING 2025-09-17 21:36:30,424 basehttp 30836 6199668736 "GET /en/emr/icd10/?page=2 HTTP/1.1" 404 33841 WARNING 2025-09-17 21:36:30,439 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:36:30,439 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:36:37,163 basehttp 30836 6199668736 "GET /en/emr/icd10/ HTTP/1.1" 200 17420 WARNING 2025-09-17 21:36:37,178 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:36:37,178 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:36:37,217 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:37:04,086 basehttp 30836 6199668736 "GET /en/emr/icd10/ HTTP/1.1" 200 17420 WARNING 2025-09-17 21:37:04,104 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:37:04,105 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:37:04,145 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:37:13,739 basehttp 30836 6199668736 "GET /en/emr/icd10/?q=E11.1&mode=code HTTP/1.1" 200 19870 WARNING 2025-09-17 21:37:13,757 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:37:13,757 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:37:13,798 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:37:18,239 basehttp 30836 6199668736 "GET /en/emr/icd10/E11.1/ HTTP/1.1" 200 19141 WARNING 2025-09-17 21:37:18,259 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:37:18,259 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:37:18,304 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:37:31,648 basehttp 30836 6199668736 "GET /en/emr/icd10/E11.10/ HTTP/1.1" 200 18593 WARNING 2025-09-17 21:37:31,669 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:37:31,670 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:37:31,709 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:37:38,236 basehttp 30836 6199668736 "GET /en/emr/icd10/E11/ HTTP/1.1" 200 21614 WARNING 2025-09-17 21:37:38,251 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:37:38,251 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:37:38,287 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:38:38,294 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:39:38,292 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:40:38,303 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:41:38,301 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:42:38,308 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:43:38,325 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:43:41,197 basehttp 30836 6199668736 "GET /en/emr/icd10/ HTTP/1.1" 200 17420 WARNING 2025-09-17 21:43:41,218 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:43:41,219 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:43:41,259 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:43:47,277 basehttp 30836 6199668736 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 32732 WARNING 2025-09-17 21:43:47,293 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:43:47,293 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:43:47,341 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 21:43:49,450 log 30836 6199668736 Not Found: /en/emr/icd10/ WARNING 2025-09-17 21:43:49,450 basehttp 30836 6199668736 "GET /en/emr/icd10/?page=2 HTTP/1.1" 404 33841 WARNING 2025-09-17 21:43:49,481 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:43:49,481 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 21:43:56,133 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:43:56,134 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 21:43:56,145 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:43:56,145 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-17 21:44:22,484 log 30836 6199668736 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 180, in translate_token op = OPERATORS[token] ~~~~~~~~~^^^^^^^ KeyError: '(num' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 969, in do_if condition = TemplateIfParser(parser, bits).parse() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 894, in __init__ super().__init__(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 171, in __init__ mapped_tokens.append(self.translate_token(token)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 182, in translate_token return self.create_var(token) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 897, in create_var return TemplateLiteral(self.template_parser.compile_filter(value), value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '(num' from '(num' ERROR 2025-09-17 21:44:22,487 basehttp 30836 6199668736 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 500 306713 WARNING 2025-09-17 21:44:22,499 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:44:22,499 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-17 21:44:53,641 log 30836 6199668736 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 180, in translate_token op = OPERATORS[token] ~~~~~~~~~^^^^^^^ KeyError: '(num' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 969, in do_if condition = TemplateIfParser(parser, bits).parse() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 894, in __init__ super().__init__(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 171, in __init__ mapped_tokens.append(self.translate_token(token)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 182, in translate_token return self.create_var(token) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 897, in create_var return TemplateLiteral(self.template_parser.compile_filter(value), value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '(num' from '(num' ERROR 2025-09-17 21:44:53,643 basehttp 30836 6199668736 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 500 306593 WARNING 2025-09-17 21:44:53,655 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:44:53,655 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 21:44:56,209 log 30836 6216495104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:44:56,210 basehttp 30836 6216495104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:44:56,211 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 21:44:56,220 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:44:56,220 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-17 21:44:56,818 log 30836 6199668736 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 180, in translate_token op = OPERATORS[token] ~~~~~~~~~^^^^^^^ KeyError: '(num' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 969, in do_if condition = TemplateIfParser(parser, bits).parse() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 894, in __init__ super().__init__(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 171, in __init__ mapped_tokens.append(self.translate_token(token)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 182, in translate_token return self.create_var(token) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 897, in create_var return TemplateLiteral(self.template_parser.compile_filter(value), value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '(num' from '(num' ERROR 2025-09-17 21:44:56,821 basehttp 30836 6199668736 "GET /en/emr/icd10/ HTTP/1.1" 500 305983 WARNING 2025-09-17 21:44:56,833 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:44:56,833 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-17 21:48:19,140 log 30836 6199668736 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 180, in translate_token op = OPERATORS[token] ~~~~~~~~~^^^^^^^ KeyError: '(num' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 969, in do_if condition = TemplateIfParser(parser, bits).parse() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 894, in __init__ super().__init__(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 171, in __init__ mapped_tokens.append(self.translate_token(token)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 182, in translate_token return self.create_var(token) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 897, in create_var return TemplateLiteral(self.template_parser.compile_filter(value), value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '(num' from '(num' ERROR 2025-09-17 21:48:19,143 basehttp 30836 6199668736 "GET /en/emr/icd10/ HTTP/1.1" 500 306067 WARNING 2025-09-17 21:48:19,158 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:48:19,158 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:48:57,117 basehttp 30836 6199668736 "GET /en/emr/icd10/ HTTP/1.1" 200 17417 WARNING 2025-09-17 21:48:57,137 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:48:57,137 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:48:57,182 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:49:02,144 basehttp 30836 6199668736 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 30591 WARNING 2025-09-17 21:49:02,160 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:49:02,160 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:49:02,206 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:49:06,064 basehttp 30836 6199668736 "GET /en/emr/icd10/?q=arthritis&mode=description&page=2 HTTP/1.1" 200 30808 WARNING 2025-09-17 21:49:06,080 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:49:06,081 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:49:06,134 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:49:10,360 basehttp 30836 6199668736 "GET /en/emr/icd10/?q=arthritis&mode=description&page=3 HTTP/1.1" 200 30834 WARNING 2025-09-17 21:49:10,376 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:49:10,376 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:49:10,421 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:50:10,422 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:50:11,598 basehttp 30836 6199668736 "GET /en/emr/icd10/?q=arthritis&mode=description&page=3 HTTP/1.1" 200 38411 WARNING 2025-09-17 21:50:11,616 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:50:11,616 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:50:11,665 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:51:11,678 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:52:11,678 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:52:45,112 basehttp 30836 6199668736 "GET /en/emr/icd10/?q=arthritis&mode=description&page=3 HTTP/1.1" 200 32259 WARNING 2025-09-17 21:52:45,125 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:52:45,125 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:52:45,175 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:53:45,179 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:54:38,827 basehttp 30836 6199668736 "GET /en/emr/icd10/?q=arthritis&mode=description&page=3 HTTP/1.1" 200 33627 WARNING 2025-09-17 21:54:38,841 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:54:38,841 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:54:38,890 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 21:54:44,490 log 30836 6199668736 Not Found: /en/emr/icd10/ WARNING 2025-09-17 21:54:44,491 basehttp 30836 6199668736 "GET /en/emr/icd10/?page=2&mode=description HTTP/1.1" 404 33862 WARNING 2025-09-17 21:54:44,511 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:54:44,511 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 21:55:57,728 log 30836 6199668736 Not Found: /en/emr/icd10/ WARNING 2025-09-17 21:55:57,728 basehttp 30836 6199668736 "GET /en/emr/icd10/?page=2&mode=description HTTP/1.1" 404 33862 WARNING 2025-09-17 21:55:57,744 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:55:57,744 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 21:55:58,575 log 30836 6216495104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:55:58,576 basehttp 30836 6216495104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:55:58,579 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 21:55:58,587 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:55:58,587 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:55:59,092 basehttp 30836 6199668736 "GET /en/emr/icd10/?q=arthritis&mode=description&page=3 HTTP/1.1" 200 33661 WARNING 2025-09-17 21:55:59,103 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:55:59,103 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:55:59,155 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:56:59,159 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:57:59,165 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:58:59,165 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:59:18,306 basehttp 30836 6199668736 "GET /en/emr/icd10/M00.069/ HTTP/1.1" 200 18703 WARNING 2025-09-17 21:59:18,325 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:59:18,325 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:59:18,367 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 21:59:22,862 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:59:22,862 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 21:59:22,872 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:59:22,873 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:59:59,175 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 22:02:55,552 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 22:50:31,081 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:01:08,878 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:09:13,073 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:35:53,194 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:36:53,167 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:37:54,154 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:38:56,151 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:40:04,160 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:42:04,150 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:44:04,162 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:46:04,152 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:48:04,209 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:50:04,199 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:52:04,196 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:54:04,199 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:56:04,229 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:56:52,285 basehttp 30836 6199668736 "GET /en/emr/icd10/?q=arthritis&mode=description&page=3 HTTP/1.1" 200 43917 INFO 2025-09-17 23:56:52,300 basehttp 30836 6199668736 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 WARNING 2025-09-17 23:56:52,306 log 30836 6216495104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 23:56:52,306 basehttp 30836 6216495104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 23:56:52,368 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:57:52,381 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:58:18,498 basehttp 30836 6216495104 "GET /en/emr/icd10/?q=arthritis&mode=description&page=3 HTTP/1.1" 200 44094 WARNING 2025-09-17 23:58:18,516 log 30836 6216495104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 23:58:18,516 basehttp 30836 6216495104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 23:58:18,596 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:59:18,588 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:59:52,103 basehttp 30836 6216495104 "GET /en/emr/icd10/?q=arthritis&mode=description&page=3 HTTP/1.1" 200 44100 WARNING 2025-09-17 23:59:52,114 log 30836 6216495104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 23:59:52,114 basehttp 30836 6216495104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 23:59:52,156 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:00:52,170 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:01:52,172 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:02:52,181 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:03:52,177 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:03:57,823 basehttp 30836 6216495104 "GET /en/emr/icd10/?q=arthritis&mode=description&page=3 HTTP/1.1" 200 43986 WARNING 2025-09-18 00:03:57,838 log 30836 6216495104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:03:57,838 basehttp 30836 6216495104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:03:57,881 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:04:35,350 basehttp 30836 6216495104 "GET /en/emr/icd10/?q=arthritis&mode=description&page=3 HTTP/1.1" 200 44431 WARNING 2025-09-18 00:04:35,362 log 30836 6216495104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:04:35,363 basehttp 30836 6216495104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:04:35,410 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:05:35,415 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:06:35,429 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:07:35,426 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:08:35,422 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:09:35,437 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:10:11,319 basehttp 30836 6216495104 "GET /en/emr/icd10/?q=arthritis&mode=description&page=3 HTTP/1.1" 200 46925 WARNING 2025-09-18 00:10:11,336 log 30836 6216495104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:10:11,336 basehttp 30836 6216495104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:10:11,384 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:10:25,585 basehttp 30836 6216495104 "GET /en/emr/icd10/ HTTP/1.1" 200 19158 WARNING 2025-09-18 00:10:25,601 log 30836 6216495104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:10:25,601 basehttp 30836 6216495104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:10:25,617 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:10:58,089 basehttp 30836 6216495104 "GET /en/emr/icd10/ HTTP/1.1" 200 19148 WARNING 2025-09-18 00:10:58,105 log 30836 6216495104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:10:58,105 basehttp 30836 6216495104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:10:58,160 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:11:16,378 basehttp 30836 6216495104 "GET /en/emr/icd10/?q=pneumonia&mode=description HTTP/1.1" 200 45621 WARNING 2025-09-18 00:11:16,397 log 30836 6216495104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:11:16,397 basehttp 30836 6216495104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:11:16,436 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:11:31,149 basehttp 30836 6216495104 "GET /en/emr/icd10/?q=pneumonia&mode=description HTTP/1.1" 200 45615 WARNING 2025-09-18 00:11:31,163 log 30836 6216495104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:11:31,164 basehttp 30836 6216495104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:11:31,201 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:12:31,205 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:13:31,209 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:14:31,211 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:15:31,215 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:16:31,218 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:16:52,469 autoreload 30836 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-18 00:16:52,968 autoreload 62997 8682856640 Watching for file changes with StatReloader INFO 2025-09-18 00:16:53,705 basehttp 62997 6204796928 "GET /en/emr/icd10/?q=pneumonia&mode=description HTTP/1.1" 200 45678 WARNING 2025-09-18 00:16:53,723 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:16:53,724 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:16:53,765 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:16:58,833 basehttp 62997 6204796928 "GET /en/emr/icd10/?page=2&q=pneumonia&mode=description HTTP/1.1" 200 46277 WARNING 2025-09-18 00:16:58,846 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:16:58,846 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:16:58,885 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:17:03,882 basehttp 62997 6204796928 "GET /en/emr/icd10/?page=3&q=pneumonia&mode=description HTTP/1.1" 200 46098 WARNING 2025-09-18 00:17:03,896 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:17:03,897 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:17:03,931 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:17:54,791 basehttp 62997 6204796928 "GET /en/emr/icd10/?page=3&q=pneumonia&mode=description HTTP/1.1" 200 46077 WARNING 2025-09-18 00:17:54,805 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:17:54,805 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:17:54,847 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:18:08,230 basehttp 62997 6204796928 "GET /en/emr/icd10/?page=3&q=pneumonia&mode=description HTTP/1.1" 200 46072 WARNING 2025-09-18 00:18:08,247 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:18:08,247 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:18:08,294 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:18:23,061 basehttp 62997 6204796928 "GET /en/emr/icd10/J15/ HTTP/1.1" 200 21474 WARNING 2025-09-18 00:18:23,079 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:18:23,079 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:18:23,122 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:19:23,128 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:20:23,119 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:21:18,961 basehttp 62997 6204796928 "GET /en/admin/emr/icd10/18577/change/?_changelist_filters=p%3D186 HTTP/1.1" 200 4550257 INFO 2025-09-18 00:21:22,094 basehttp 62997 6204796928 "GET /en/admin/emr/icd10/?p=186 HTTP/1.1" 200 115932 INFO 2025-09-18 00:21:23,198 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:22:24,209 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:23:25,210 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:24:26,209 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:24:38,582 basehttp 62997 6204796928 "GET /en/admin/analytics/dashboardwidget/ HTTP/1.1" 200 99379 INFO 2025-09-18 00:24:38,597 basehttp 62997 6221623296 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-18 00:24:38,599 basehttp 62997 6204796928 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 00:24:42,155 basehttp 62997 6204796928 "GET /en/admin/ HTTP/1.1" 200 101620 INFO 2025-09-18 00:24:42,167 basehttp 62997 6204796928 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-09-18 00:24:42,170 basehttp 62997 6204796928 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-18 00:24:50,988 basehttp 62997 6204796928 "GET /en/admin/radiology/dicomimage/ HTTP/1.1" 200 78285 INFO 2025-09-18 00:24:51,001 basehttp 62997 6204796928 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 00:24:54,697 basehttp 62997 6204796928 "GET /en/admin/radiology/imagingorder/ HTTP/1.1" 200 79343 INFO 2025-09-18 00:24:54,718 basehttp 62997 6204796928 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 00:24:57,698 basehttp 62997 6204796928 "GET /en/admin/radiology/imagingseries/ HTTP/1.1" 200 79878 INFO 2025-09-18 00:24:57,712 basehttp 62997 6204796928 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 00:25:00,148 basehttp 62997 6204796928 "GET /en/admin/ HTTP/1.1" 200 101620 INFO 2025-09-18 00:25:26,213 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:26:26,210 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:26:47,491 basehttp 62997 6204796928 "GET /en/emr/icd10/J15/ HTTP/1.1" 200 21535 WARNING 2025-09-18 00:26:47,512 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:26:47,513 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:26:47,571 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:27:47,591 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:28:47,591 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:29:47,595 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:30:47,595 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:31:47,600 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:32:42,317 basehttp 62997 6204796928 "GET /en/emr/icd10/J15/ HTTP/1.1" 200 21989 WARNING 2025-09-18 00:32:42,330 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:32:42,331 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:32:42,396 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:33:19,746 basehttp 62997 6204796928 "GET /en/emr/icd10/J15/ HTTP/1.1" 200 21990 WARNING 2025-09-18 00:33:19,764 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:33:19,764 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:33:19,809 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:34:20,209 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:35:15,722 basehttp 62997 6204796928 "GET /en/emr/icd10/J15/ HTTP/1.1" 200 21981 WARNING 2025-09-18 00:35:15,735 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:35:15,735 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:35:15,773 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:36:15,786 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:36:36,832 basehttp 62997 6204796928 "GET /en/emr/icd10/J15.0/ HTTP/1.1" 200 18983 WARNING 2025-09-18 00:36:36,849 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:36:36,849 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:36:36,890 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 00:36:47,187 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:36:47,187 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 00:36:47,198 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:36:47,198 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:37:15,792 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:38:15,796 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:38:38,036 basehttp 62997 6204796928 "GET /en/emr/icd10/J15/ HTTP/1.1" 200 22943 WARNING 2025-09-18 00:38:38,052 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:38:38,052 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:38:38,096 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:39:38,101 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:40:38,103 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:41:38,108 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:42:38,117 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:43:36,175 basehttp 62997 6204796928 "GET /en/emr/icd10/J15/ HTTP/1.1" 200 27443 WARNING 2025-09-18 00:43:36,188 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:43:36,188 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:43:36,225 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:44:36,142 basehttp 62997 6204796928 "GET /en/emr/icd10/J15/ HTTP/1.1" 200 27423 WARNING 2025-09-18 00:44:36,159 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:44:36,160 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:44:36,203 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:45:18,434 basehttp 62997 6204796928 "GET /en/emr/icd10/J15/ HTTP/1.1" 200 27423 WARNING 2025-09-18 00:45:18,452 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:45:18,452 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:45:18,499 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:45:20,944 basehttp 62997 6204796928 "GET /en/emr/icd10/J15.0/ HTTP/1.1" 200 20987 WARNING 2025-09-18 00:45:20,964 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:45:20,965 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:45:21,003 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:45:30,336 basehttp 62997 6204796928 "GET /en/emr/icd10/J15/ HTTP/1.1" 200 27423 WARNING 2025-09-18 00:45:30,354 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:45:30,355 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:45:30,397 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:45:57,025 basehttp 62997 6204796928 "GET /en/emr/icd10/J15/ HTTP/1.1" 200 27429 WARNING 2025-09-18 00:45:57,037 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:45:57,037 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:45:57,075 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:45:59,788 basehttp 62997 6204796928 "GET /en/emr/icd10/ HTTP/1.1" 200 19118 WARNING 2025-09-18 00:45:59,803 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:45:59,804 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:45:59,837 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:46:15,537 basehttp 62997 6204796928 "GET /en/emr/icd10/?q=headache&mode=description HTTP/1.1" 200 45711 WARNING 2025-09-18 00:46:15,551 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:46:15,551 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:46:15,589 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:46:41,430 basehttp 62997 6204796928 "GET /en/emr/icd10/?q=vomiting&mode=description HTTP/1.1" 200 43180 WARNING 2025-09-18 00:46:41,446 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:46:41,447 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:46:41,482 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:46:49,584 basehttp 62997 6204796928 "GET /en/emr/icd10/R11.1/ HTTP/1.1" 200 25694 WARNING 2025-09-18 00:46:49,601 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:46:49,601 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:46:49,633 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:47:49,638 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:48:36,651 basehttp 62997 6204796928 "GET /en/emr/icd10/R11.1/ HTTP/1.1" 200 25716 WARNING 2025-09-18 00:48:36,665 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:48:36,665 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:48:36,705 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:48:54,467 basehttp 62997 6204796928 "GET /en/emr/icd10/R11.1/ HTTP/1.1" 200 25713 WARNING 2025-09-18 00:48:54,478 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:48:54,479 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:48:54,519 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:49:27,266 basehttp 62997 6204796928 "GET /en/emr/icd10/R11.1/ HTTP/1.1" 200 25716 WARNING 2025-09-18 00:49:27,278 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:49:27,278 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:49:27,315 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:49:32,554 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 00:49:32,558 log 62997 6221623296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:49:32,559 basehttp 62997 6221623296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 00:49:32,571 log 62997 6221623296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:49:32,572 basehttp 62997 6221623296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:49:57,422 basehttp 62997 6221623296 "GET /en/emr/icd10/?q=vomiting&mode=description HTTP/1.1" 200 43202 WARNING 2025-09-18 00:49:57,437 log 62997 6221623296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:49:57,437 basehttp 62997 6221623296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:49:57,482 basehttp 62997 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:50:26,849 basehttp 62997 6221623296 "GET /en/emr/icd10/G43.A/ HTTP/1.1" 200 22298 WARNING 2025-09-18 00:50:26,869 log 62997 6221623296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:50:26,869 basehttp 62997 6221623296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:50:26,911 basehttp 62997 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:51:17,561 basehttp 62997 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 00:51:17,564 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:51:17,564 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 00:51:17,575 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:51:17,575 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:52:17,572 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:53:17,574 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:54:17,574 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:55:17,572 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:56:17,575 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:57:17,573 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:57:39,739 basehttp 62997 6204796928 "GET /en/emr/icd10/?q=vomiting&mode=description HTTP/1.1" 200 45072 WARNING 2025-09-18 00:57:39,753 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:57:39,753 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:57:39,799 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:58:39,817 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:58:58,399 basehttp 62997 6204796928 "GET /en/emr/icd10/R11/ HTTP/1.1" 200 22417 WARNING 2025-09-18 00:58:58,415 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:58:58,415 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:58:58,465 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:59:09,950 basehttp 62997 6204796928 "GET /en/emr/icd10/R11.1/ HTTP/1.1" 200 25716 WARNING 2025-09-18 00:59:09,969 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:59:09,969 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:59:10,014 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:59:18,936 basehttp 62997 6204796928 "GET /en/emr/icd10/R11.11/ HTTP/1.1" 200 21193 WARNING 2025-09-18 00:59:18,955 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:59:18,955 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:59:18,998 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 00:59:22,453 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:59:22,453 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 00:59:22,467 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:59:22,467 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:59:23,683 basehttp 62997 6204796928 "GET /en/emr/icd10/R11.12/ HTTP/1.1" 200 21185 WARNING 2025-09-18 00:59:23,706 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:59:23,706 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:59:23,749 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 00:59:29,257 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:59:29,257 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 00:59:29,279 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:59:29,279 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 00:59:29,699 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:59:29,699 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 00:59:29,711 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:59:29,711 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 00:59:30,135 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:59:30,135 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 00:59:30,146 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:59:30,146 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:59:39,814 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:59:40,682 basehttp 62997 6204796928 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 47921 WARNING 2025-09-18 00:59:40,700 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:59:40,700 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:59:40,745 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:59:50,586 basehttp 62997 6204796928 "GET /en/emr/icd10/?page=2&q=arthritis&mode=description HTTP/1.1" 200 48602 WARNING 2025-09-18 00:59:50,606 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:59:50,606 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:59:50,649 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:00:41,336 basehttp 62997 6204796928 "GET /en/emr/icd10/M00.021/ HTTP/1.1" 200 21431 WARNING 2025-09-18 01:00:41,355 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:00:41,355 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:00:41,401 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 01:00:44,514 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:00:44,515 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 01:00:44,524 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:00:44,524 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:00:50,639 basehttp 62997 6204796928 "GET /en/emr/icd10/?page=4&q=arthritis&mode=description HTTP/1.1" 200 48932 WARNING 2025-09-18 01:00:50,666 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:00:50,667 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:00:50,669 basehttp 62997 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:00:50,704 basehttp 62997 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:00:56,393 basehttp 62997 6221623296 "GET /en/emr/icd10/?page=6&q=arthritis&mode=description HTTP/1.1" 200 49105 WARNING 2025-09-18 01:00:56,412 log 62997 6221623296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:00:56,412 basehttp 62997 6221623296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:00:56,458 basehttp 62997 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:01:21,316 basehttp 62997 6221623296 "GET /en/emr/icd10/M00.82/ HTTP/1.1" 200 23271 WARNING 2025-09-18 01:01:21,337 log 62997 6221623296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:01:21,338 basehttp 62997 6221623296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:01:21,384 basehttp 62997 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:01:27,533 basehttp 62997 6221623296 "GET /en/emr/icd10/ HTTP/1.1" 200 19152 WARNING 2025-09-18 01:01:27,554 log 62997 6221623296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:01:27,554 basehttp 62997 6221623296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:01:27,594 basehttp 62997 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:02:16,816 autoreload 62997 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-18 01:02:17,274 autoreload 83041 8682856640 Watching for file changes with StatReloader INFO 2025-09-18 01:02:22,226 basehttp 83041 6133477376 "GET /en/emr/problems/ HTTP/1.1" 200 104902 WARNING 2025-09-18 01:02:22,246 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:02:22,247 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:02:22,261 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:03:22,264 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:04:22,278 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:05:22,296 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:06:22,307 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:07:22,311 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:08:22,311 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:09:22,319 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:10:22,321 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:10:41,653 basehttp 83041 6133477376 "GET /en/emr/problems/ HTTP/1.1" 200 99497 WARNING 2025-09-18 01:10:41,669 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:10:41,669 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:10:41,713 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:11:07,593 basehttp 83041 6133477376 "GET /en/emr/problems/ HTTP/1.1" 200 99517 WARNING 2025-09-18 01:11:07,609 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:11:07,609 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:11:07,660 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:11:18,454 basehttp 83041 6133477376 "GET /en/emr/problems/ HTTP/1.1" 200 99519 WARNING 2025-09-18 01:11:18,466 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:11:18,466 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:11:18,514 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:12:18,529 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:13:14,887 basehttp 83041 6133477376 "GET /en/emr/problems/?page=2 HTTP/1.1" 200 100937 WARNING 2025-09-18 01:13:14,903 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:13:14,903 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:13:14,956 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:14:14,965 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:15:00,875 basehttp 83041 6133477376 "GET /en/emr/problems/?page=2 HTTP/1.1" 200 100990 WARNING 2025-09-18 01:15:00,894 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:15:00,894 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:15:00,945 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:16:00,948 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:16:26,613 basehttp 83041 6133477376 "GET /en/emr/problems/?page=2 HTTP/1.1" 200 101465 WARNING 2025-09-18 01:16:26,628 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:16:26,628 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:16:26,680 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:16:29,136 basehttp 83041 6133477376 "GET /en/emr/problems/442/ HTTP/1.1" 200 33407 WARNING 2025-09-18 01:16:29,153 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:16:29,155 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 01:16:29,155 basehttp 83041 6150303744 "GET /static/plugins/timeline/timeline.css HTTP/1.1" 404 2014 INFO 2025-09-18 01:16:29,214 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:17:29,225 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:18:29,238 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:19:30,156 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:20:31,190 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:20:44,749 basehttp 83041 6133477376 "GET /en/emr/problems/442/ HTTP/1.1" 200 33470 INFO 2025-09-18 01:20:44,757 basehttp 83041 6150303744 "GET /static/plugins/lity/dist/lity.min.js HTTP/1.1" 200 6639 INFO 2025-09-18 01:20:44,758 basehttp 83041 6133477376 "GET /static/plugins/lity/dist/lity.min.css HTTP/1.1" 200 3383 WARNING 2025-09-18 01:20:44,762 log 83041 6167130112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:20:44,762 basehttp 83041 6167130112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:20:44,813 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:21:21,127 basehttp 83041 6167130112 "GET /en/emr/problems/442/ HTTP/1.1" 200 33472 WARNING 2025-09-18 01:21:21,148 log 83041 6167130112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:21:21,148 basehttp 83041 6167130112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:21:21,195 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:21:46,337 basehttp 83041 6167130112 "GET /en/emr/problems/442/ HTTP/1.1" 200 33473 WARNING 2025-09-18 01:21:46,352 log 83041 6167130112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:21:46,352 basehttp 83041 6167130112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:21:46,402 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:22:46,416 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:23:46,418 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:24:46,415 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:25:46,424 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:26:46,426 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:27:36,659 basehttp 83041 6167130112 "GET /en/emr/problems/442/ HTTP/1.1" 200 34894 WARNING 2025-09-18 01:27:36,679 log 83041 6167130112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:27:36,679 basehttp 83041 6167130112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:27:36,734 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:28:36,740 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:29:36,743 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:30:36,740 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:31:36,754 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:31:40,738 basehttp 83041 6167130112 "GET /en/emr/problems/442/ HTTP/1.1" 200 34739 WARNING 2025-09-18 01:31:40,756 log 83041 6167130112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:31:40,756 basehttp 83041 6167130112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:31:40,807 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:32:36,834 basehttp 83041 6167130112 "GET /en/emr/problems/442/ HTTP/1.1" 200 34746 WARNING 2025-09-18 01:32:36,847 log 83041 6167130112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:32:36,847 basehttp 83041 6167130112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:32:36,890 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:33:12,450 basehttp 83041 6167130112 "GET /en/patients/patientprofile/45/details/ HTTP/1.1" 200 35456 WARNING 2025-09-18 01:33:12,472 log 83041 6167130112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:33:12,473 basehttp 83041 6167130112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:33:12,503 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:33:38,175 basehttp 83041 6167130112 "GET /en/laboratory/orders/create/?patient=45 HTTP/1.1" 200 41114 WARNING 2025-09-18 01:33:38,194 log 83041 6167130112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:33:38,194 basehttp 83041 6167130112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:33:38,237 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 01:33:43,912 log 83041 6167130112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:33:43,912 basehttp 83041 6167130112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 01:33:43,923 log 83041 6167130112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:33:43,923 basehttp 83041 6167130112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:33:46,661 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 01:33:46,663 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:33:46,663 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 01:33:46,673 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:33:46,673 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:34:03,928 basehttp 83041 6133477376 "GET /en/emr/problems/ HTTP/1.1" 200 99992 WARNING 2025-09-18 01:34:03,944 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:34:03,944 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:34:03,993 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 01:34:21,868 log 83041 6133477376 Not Found: /en/emr/problems/create WARNING 2025-09-18 01:34:21,868 basehttp 83041 6133477376 "GET /en/emr/problems/create HTTP/1.1" 404 37096 WARNING 2025-09-18 01:34:21,889 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:34:21,890 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 01:34:47,747 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:34:47,748 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 01:34:47,757 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:34:47,758 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:34:48,607 basehttp 83041 6133477376 "GET /en/emr/problems/ HTTP/1.1" 200 99992 WARNING 2025-09-18 01:34:48,621 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:34:48,621 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:34:48,671 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:35:48,686 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:36:48,717 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:37:48,720 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-18 01:37:49,565 log 83041 6133477376 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'care_plan_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/care\\-plans/(?P[0-9]+)/\\Z'] ERROR 2025-09-18 01:37:49,567 basehttp 83041 6133477376 "GET /en/emr/problems/ HTTP/1.1" 500 235458 WARNING 2025-09-18 01:37:49,581 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:37:49,581 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-18 01:38:21,324 log 83041 6133477376 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'care_plan_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/care\\-plans/(?P[0-9]+)/\\Z'] ERROR 2025-09-18 01:38:21,326 basehttp 83041 6133477376 "GET /en/emr/problems/ HTTP/1.1" 500 234028 WARNING 2025-09-18 01:38:21,340 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:38:21,340 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-18 01:38:28,745 log 83041 6133477376 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'care_plan_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/care\\-plans/(?P[0-9]+)/\\Z'] ERROR 2025-09-18 01:38:28,746 basehttp 83041 6133477376 "GET /en/emr/problems/ HTTP/1.1" 500 234013 WARNING 2025-09-18 01:38:28,762 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:38:28,763 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-18 01:38:30,135 log 83041 6133477376 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'care_plan_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/care\\-plans/(?P[0-9]+)/\\Z'] ERROR 2025-09-18 01:38:30,137 basehttp 83041 6133477376 "GET /en/emr/problems/ HTTP/1.1" 500 234013 WARNING 2025-09-18 01:38:30,152 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:38:30,152 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-18 01:38:40,936 log 83041 6133477376 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'care_plan_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/care\\-plans/(?P[0-9]+)/\\Z'] ERROR 2025-09-18 01:38:40,937 basehttp 83041 6133477376 "GET /en/emr/problems/ HTTP/1.1" 500 234018 WARNING 2025-09-18 01:38:40,954 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:38:40,954 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-18 01:39:05,787 log 83041 6133477376 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'care_plan_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/care\\-plans/(?P[0-9]+)/\\Z'] ERROR 2025-09-18 01:39:05,788 basehttp 83041 6133477376 "GET /en/emr/problems/ HTTP/1.1" 500 234018 WARNING 2025-09-18 01:39:05,805 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:39:05,805 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:40:48,792 basehttp 83041 6133477376 "GET /en/emr/problems/ HTTP/1.1" 200 90962 WARNING 2025-09-18 01:40:48,805 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:40:48,805 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:40:48,858 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:41:05,740 basehttp 83041 6133477376 "GET /en/emr/problems/461/ HTTP/1.1" 200 33762 WARNING 2025-09-18 01:41:05,759 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:41:05,759 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:41:05,806 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:41:55,752 basehttp 83041 6133477376 "GET /en/emr/problems/461/ HTTP/1.1" 200 33767 WARNING 2025-09-18 01:41:55,768 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:41:55,769 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:41:55,815 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-18 01:42:00,945 log 83041 6133477376 Internal Server Error: /en/emr/problems/461/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard' not found. 'dashboard' is not a valid view function or pattern name. ERROR 2025-09-18 01:42:00,947 basehttp 83041 6133477376 "GET /en/emr/problems/461/delete/ HTTP/1.1" 500 164927 WARNING 2025-09-18 01:42:00,967 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:42:00,967 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 01:42:04,673 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:42:04,674 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 01:42:04,687 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:42:04,688 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-18 01:42:10,148 log 83041 6133477376 Internal Server Error: /en/emr/problems/461/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard' not found. 'dashboard' is not a valid view function or pattern name. ERROR 2025-09-18 01:42:10,150 basehttp 83041 6133477376 "GET /en/emr/problems/461/update/ HTTP/1.1" 500 179226 WARNING 2025-09-18 01:42:10,165 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:42:10,165 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 01:42:13,195 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:42:13,195 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 01:42:13,219 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:42:13,219 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:42:21,886 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 01:42:21,890 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:42:21,891 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 01:42:21,915 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:42:21,915 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:42:23,910 basehttp 83041 6150303744 "GET /en/emr/problems/460/ HTTP/1.1" 200 36286 WARNING 2025-09-18 01:42:23,934 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:42:23,934 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:42:23,978 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:42:45,232 basehttp 83041 6150303744 "GET /en/emr/care-plans/208/ HTTP/1.1" 200 64571 WARNING 2025-09-18 01:42:45,260 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:42:45,269 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:42:45,305 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:43:36,164 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 01:43:36,165 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:43:36,166 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 01:43:36,175 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:43:36,175 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:44:00,603 basehttp 83041 6133477376 "GET /en/emr/icd10/ HTTP/1.1" 200 19152 INFO 2025-09-18 01:44:00,629 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:44:05,789 basehttp 83041 6133477376 "GET /en/emr/icd10/?q=M19.9&mode=code HTTP/1.1" 200 26326 INFO 2025-09-18 01:44:05,807 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:44:33,320 basehttp 83041 6133477376 "GET /en/emr/icd10/M19.9/ HTTP/1.1" 200 23750 INFO 2025-09-18 01:44:33,339 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:44:36,221 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:44:59,361 basehttp 83041 6133477376 "GET /en/emr/icd10/ HTTP/1.1" 200 19152 INFO 2025-09-18 01:44:59,396 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:45:36,227 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:46:00,211 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:46:08,474 basehttp 83041 6133477376 "GET /en/emr/problems/460/ HTTP/1.1" 200 36308 WARNING 2025-09-18 01:46:08,489 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:46:08,489 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:46:08,539 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:47:01,207 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:47:08,546 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:47:15,332 basehttp 83041 6133477376 "GET /en/emr/problems/460/ HTTP/1.1" 200 36342 WARNING 2025-09-18 01:47:15,352 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:47:15,352 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:47:15,399 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:47:53,101 basehttp 83041 6133477376 "GET /en/emr/problems/460/ HTTP/1.1" 200 36342 WARNING 2025-09-18 01:47:53,119 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:47:53,119 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:47:53,171 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:48:02,222 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:48:34,780 basehttp 83041 6133477376 "GET /en/emr/problems/460/ HTTP/1.1" 200 36413 WARNING 2025-09-18 01:48:34,796 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:48:34,796 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:48:34,847 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:49:03,212 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:49:21,201 basehttp 83041 6133477376 "GET /en/emr/problems/460/ HTTP/1.1" 200 36459 WARNING 2025-09-18 01:49:21,214 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:49:21,217 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:49:21,267 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:49:33,207 basehttp 83041 6133477376 "GET /en/emr/problems/460/ HTTP/1.1" 200 36453 WARNING 2025-09-18 01:49:33,220 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:49:33,221 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:49:33,267 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:50:04,216 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:50:16,257 basehttp 83041 6133477376 "GET /en/emr/problems/460/ HTTP/1.1" 200 36533 WARNING 2025-09-18 01:50:16,276 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:50:16,276 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:50:16,327 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:51:05,218 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:51:16,340 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:52:07,216 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:52:16,335 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:52:44,536 basehttp 83041 6133477376 "GET /en/emr/problems/460/ HTTP/1.1" 200 36523 WARNING 2025-09-18 01:52:44,554 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:52:44,554 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:52:44,605 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:52:51,610 basehttp 83041 6133477376 "GET /en/emr/care-plans/208/ HTTP/1.1" 200 64723 WARNING 2025-09-18 01:52:51,632 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:52:51,633 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:52:51,682 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 01:53:01,524 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:53:01,524 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 01:53:01,548 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:53:01,548 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:53:44,618 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 01:54:01,777 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:54:01,777 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:54:04,226 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:54:13,387 basehttp 83041 6133477376 "GET /en/emr/problems/442/ HTTP/1.1" 200 34988 WARNING 2025-09-18 01:54:13,406 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:54:13,406 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:54:17,060 basehttp 83041 6133477376 "GET /en/emr/care-plans/1 HTTP/1.1" 301 0 INFO 2025-09-18 01:54:17,079 basehttp 83041 6150303744 "GET /en/emr/care-plans/1/ HTTP/1.1" 200 66243 WARNING 2025-09-18 01:54:17,094 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:54:17,094 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:54:17,115 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:54:20,966 basehttp 83041 6150303744 "GET /en/emr/care-plans/ HTTP/1.1" 200 121562 WARNING 2025-09-18 01:54:20,984 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:54:20,984 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:54:20,999 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:54:51,074 basehttp 83041 6150303744 "GET /en/emr/care-plans/207/ HTTP/1.1" 200 65838 WARNING 2025-09-18 01:54:51,089 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:54:51,089 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:54:51,141 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 01:55:01,616 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:55:01,616 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 01:55:01,628 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:55:01,628 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:55:21,016 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:56:04,228 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:56:21,009 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:56:44,294 basehttp 83041 6150303744 "GET /en/emr/care-plans/ HTTP/1.1" 200 121647 WARNING 2025-09-18 01:56:44,310 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:56:44,310 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:56:44,363 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:57:07,744 basehttp 83041 6150303744 "GET /en/emr/care-plans/ HTTP/1.1" 200 121669 WARNING 2025-09-18 01:57:07,759 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:57:07,759 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:57:07,815 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:57:30,516 basehttp 83041 6150303744 "GET /en/emr/care-plans/207/ HTTP/1.1" 200 65838 WARNING 2025-09-18 01:57:30,541 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:57:30,541 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:57:30,592 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:58:04,229 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:58:30,607 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:59:04,229 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:59:23,926 basehttp 83041 6150303744 "GET /en/emr/problems/ HTTP/1.1" 200 90962 WARNING 2025-09-18 01:59:23,945 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:59:23,945 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:59:23,962 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:59:25,482 basehttp 83041 6150303744 "GET /en/emr/problems/467/ HTTP/1.1" 200 36511 WARNING 2025-09-18 01:59:25,507 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:59:25,508 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:59:25,560 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:00:05,327 basehttp 83041 6150303744 "GET /en/emr/problems/467/ HTTP/1.1" 200 36500 WARNING 2025-09-18 02:00:05,340 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:00:05,340 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:00:05,389 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:00:16,050 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:00:16,051 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:00:16,062 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:00:16,062 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:00:16,765 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:00:16,766 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:00:16,767 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:00:16,784 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:00:16,784 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:00:58,142 basehttp 83041 6133477376 "GET /en/emr/problems/460/ HTTP/1.1" 200 36512 WARNING 2025-09-18 02:00:58,163 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:00:58,163 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:00:58,211 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:01:02,096 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:01:02,096 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:01:02,108 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:01:02,108 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:01:04,229 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:01:16,776 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:01:37,738 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:01:37,740 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:01:37,741 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:01:37,765 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:01:37,765 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:01:55,491 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:01:55,493 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:01:55,493 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:01:55,505 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:01:55,505 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:01:56,422 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:01:56,422 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:01:57,078 basehttp 83041 6133477376 "GET /en/emr/problems/?page=2 HTTP/1.1" 200 92290 WARNING 2025-09-18 02:01:57,098 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:01:57,099 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:01:58,398 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:01:58,398 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:01:58,410 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:01:58,410 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:01:58,906 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:01:58,906 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:01:58,918 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:01:58,918 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:02:00,454 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:02:00,454 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:02:00,466 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:02:00,466 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:02:01,691 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:02:01,691 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:02:01,701 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:02:01,702 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:02:02,596 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:02:02,596 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:02:04,233 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:02:05,689 basehttp 83041 6133477376 "GET / HTTP/1.1" 302 0 INFO 2025-09-18 02:02:05,710 basehttp 83041 6150303744 "GET /en/ HTTP/1.1" 200 47970 WARNING 2025-09-18 02:02:05,731 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:02:05,731 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:02:05,801 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:02:05,805 basehttp 83041 13304360960 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1105 INFO 2025-09-18 02:02:05,806 basehttp 83041 6167130112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-18 02:02:05,808 basehttp 83041 6133477376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-18 02:02:15,129 basehttp 83041 6133477376 "GET /en/ HTTP/1.1" 200 47970 WARNING 2025-09-18 02:02:15,144 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:02:15,145 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:02:15,215 basehttp 83041 6150303744 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1105 INFO 2025-09-18 02:02:15,222 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:02:15,226 basehttp 83041 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-18 02:02:15,226 basehttp 83041 6167130112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-18 02:02:27,895 basehttp 83041 6167130112 "GET /en/inpatients/ HTTP/1.1" 200 71355 WARNING 2025-09-18 02:02:27,915 log 83041 6167130112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:02:27,915 basehttp 83041 6167130112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:02:27,950 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:02:27,954 basehttp 83041 13304360960 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3003 INFO 2025-09-18 02:02:28,028 basehttp 83041 6133477376 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 1901295 ERROR 2025-09-18 02:02:49,668 log 83041 6133477376 Internal Server Error: /en/inpatients/surgery/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: inpatients/surgery_schedule.html, inpatients/surgeryschedule_list.html ERROR 2025-09-18 02:02:49,669 basehttp 83041 6133477376 "GET /en/inpatients/surgery/ HTTP/1.1" 500 104364 WARNING 2025-09-18 02:02:49,691 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:02:49,692 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:04:04,230 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:05:04,234 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:05:15,415 autoreload 83041 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-18 02:05:15,865 autoreload 11591 8682856640 Watching for file changes with StatReloader INFO 2025-09-18 02:05:16,784 basehttp 11591 6125088768 "GET /en/inpatients/surgery/ HTTP/1.1" 200 82501 WARNING 2025-09-18 02:05:16,797 log 11591 6125088768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:05:16,798 basehttp 11591 6125088768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:05:16,873 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:05:19,498 basehttp 11591 6125088768 "GET /en/inpatients/surgery/ HTTP/1.1" 200 82501 WARNING 2025-09-18 02:05:19,516 log 11591 6125088768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:05:19,516 basehttp 11591 6125088768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:05:19,554 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:05:31,309 basehttp 11591 6125088768 "GET /en/inpatients/surgery/12 HTTP/1.1" 301 0 INFO 2025-09-18 02:05:31,331 basehttp 11591 6141915136 "GET /en/inpatients/surgery/12/ HTTP/1.1" 200 30391 INFO 2025-09-18 02:05:31,351 basehttp 11591 13186969600 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-18 02:05:31,353 basehttp 11591 6125088768 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-18 02:05:31,353 basehttp 11591 6158741504 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 WARNING 2025-09-18 02:05:31,355 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:05:31,355 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:05:31,355 basehttp 11591 13186969600 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-18 02:05:31,355 basehttp 11591 13203795968 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-18 02:05:31,356 basehttp 11591 13170143232 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-18 02:05:31,420 basehttp 11591 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:05:49,077 basehttp 11591 13170143232 "GET /en/patients/patientprofile/50/details/ HTTP/1.1" 200 35525 WARNING 2025-09-18 02:05:49,093 log 11591 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:05:49,093 basehttp 11591 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:05:49,133 basehttp 11591 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:05:52,039 log 11591 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:05:52,040 basehttp 11591 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:05:52,048 log 11591 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:05:52,048 basehttp 11591 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:06:04,865 basehttp 11591 13170143232 "GET /en/inpatients/surgery/12/edit/ HTTP/1.1" 200 35265 INFO 2025-09-18 02:06:04,877 basehttp 11591 13203795968 "GET /static/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 200 3034 INFO 2025-09-18 02:06:04,878 basehttp 11591 13186969600 "GET /static/plugins/summernote/dist/summernote-lite.css HTTP/1.1" 200 38212 WARNING 2025-09-18 02:06:04,884 log 11591 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:06:04,884 basehttp 11591 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:06:04,885 basehttp 11591 13186969600 "GET /static/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 200 18685 INFO 2025-09-18 02:06:04,924 basehttp 11591 13186969600 "GET /static/plugins/summernote/dist/summernote-lite.css.map HTTP/1.1" 200 52049 INFO 2025-09-18 02:06:04,938 basehttp 11591 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:06:49,028 basehttp 11591 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:06:49,030 log 11591 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:06:49,030 basehttp 11591 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:06:49,040 log 11591 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:06:49,040 basehttp 11591 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:06:50,192 basehttp 11591 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:06:50,194 log 11591 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:06:50,194 basehttp 11591 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:06:50,218 log 11591 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:06:50,218 basehttp 11591 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:07:02,797 basehttp 11591 13186969600 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3003 WARNING 2025-09-18 02:07:02,800 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:07:02,801 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:07:02,804 basehttp 11591 6141915136 - Broken pipe from ('127.0.0.1', 51878) INFO 2025-09-18 02:07:02,804 basehttp 11591 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:07:02,809 log 11591 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:07:02,810 basehttp 11591 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:07:02,882 basehttp 11591 13203795968 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 1901295 INFO 2025-09-18 02:07:02,952 basehttp 11591 13186969600 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 1901295 INFO 2025-09-18 02:07:04,215 basehttp 11591 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:07:13,734 basehttp 11591 13186969600 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 155899 WARNING 2025-09-18 02:07:13,750 log 11591 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:07:13,751 basehttp 11591 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:07:13,800 basehttp 11591 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:07:25,521 basehttp 11591 13186969600 "GET /en/inpatients/admissions/173/ HTTP/1.1" 200 25334 WARNING 2025-09-18 02:07:25,539 log 11591 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:07:25,539 basehttp 11591 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:07:25,581 basehttp 11591 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:08:04,221 basehttp 11591 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:08:10,071 log 11591 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:08:10,071 basehttp 11591 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:08:10,083 log 11591 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:08:10,083 basehttp 11591 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:08:13,815 basehttp 11591 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:08:26,976 basehttp 11591 13186969600 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 48398 WARNING 2025-09-18 02:08:26,996 log 11591 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:08:26,996 basehttp 11591 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:08:27,037 basehttp 11591 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:09:00,780 log 11591 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:09:00,780 basehttp 11591 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:09:00,794 log 11591 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:09:00,794 basehttp 11591 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:09:09,465 basehttp 11591 13186969600 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3003 WARNING 2025-09-18 02:09:09,473 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:09:09,474 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:09:09,476 basehttp 11591 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:09:09,479 basehttp 11591 13186969600 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3003 WARNING 2025-09-18 02:09:09,483 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:09:09,484 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:09:09,549 basehttp 11591 13170143232 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 1901295 INFO 2025-09-18 02:09:09,614 basehttp 11591 6158741504 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 1901295 INFO 2025-09-18 02:09:39,455 basehttp 11591 6158741504 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3003 INFO 2025-09-18 02:10:02,952 basehttp 11591 6158741504 "GET /en/inpatients/beds/ HTTP/1.1" 200 5956751 WARNING 2025-09-18 02:10:02,979 log 11591 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:10:02,979 basehttp 11591 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:10:03,246 basehttp 11591 6158741504 "GET /static/plugins/dropzone/dist/min/dropzone.min.js HTTP/1.1" 200 114702 INFO 2025-09-18 02:10:03,344 basehttp 11591 6158741504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:10:03,566 basehttp 11591 6158741504 "GET /en/inpatients/beds/ HTTP/1.1" 200 5956751 INFO 2025-09-18 02:10:04,215 basehttp 11591 6158741504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:10:20,545 basehttp 11591 6158741504 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 48398 WARNING 2025-09-18 02:10:20,574 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:10:20,574 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:10:20,611 basehttp 11591 6158741504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:10:22,653 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:10:22,653 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:10:22,667 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:10:22,667 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:10:27,705 basehttp 11591 6158741504 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 48398 WARNING 2025-09-18 02:10:27,718 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:10:27,718 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:10:27,755 basehttp 11591 6158741504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:10:33,163 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:10:33,163 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:10:33,176 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:10:33,176 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:10:33,572 basehttp 11591 6158741504 "GET /en/inpatients/beds/ HTTP/1.1" 200 5956751 INFO 2025-09-18 02:11:03,357 basehttp 11591 6158741504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:11:03,541 basehttp 11591 6158741504 "GET /en/inpatients/beds/ HTTP/1.1" 200 5956751 INFO 2025-09-18 02:11:04,219 basehttp 11591 6158741504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:11:09,897 basehttp 11591 6158741504 "GET /en/inpatients/beds/ HTTP/1.1" 200 5956751 WARNING 2025-09-18 02:11:09,923 log 11591 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:11:09,923 basehttp 11591 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:11:10,232 basehttp 11591 6158741504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:11:10,460 basehttp 11591 6158741504 "GET /en/inpatients/beds/ HTTP/1.1" 200 5956751 INFO 2025-09-18 02:11:13,855 basehttp 11591 6158741504 "GET /en/inpatients/beds/create/ HTTP/1.1" 200 34237 WARNING 2025-09-18 02:11:13,885 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:11:13,885 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:11:13,928 basehttp 11591 6158741504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:11:19,236 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:11:19,236 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:11:19,250 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:11:19,250 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:11:40,451 basehttp 11591 6158741504 "GET /en/inpatients/beds/ HTTP/1.1" 200 5956751 INFO 2025-09-18 02:11:47,710 basehttp 11591 6158741504 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 WARNING 2025-09-18 02:11:47,729 log 11591 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:11:47,729 basehttp 11591 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:11:48,026 basehttp 11591 6158741504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:11:48,240 basehttp 11591 6158741504 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:12:04,226 basehttp 11591 6158741504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:12:18,259 basehttp 11591 6158741504 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:12:25,732 basehttp 11591 6158741504 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 WARNING 2025-09-18 02:12:25,759 log 11591 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:12:25,759 basehttp 11591 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:12:26,108 basehttp 11591 6158741504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:12:26,332 basehttp 11591 6158741504 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:12:50,597 basehttp 11591 6158741504 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 109468 INFO 2025-09-18 02:12:50,614 basehttp 11591 6158741504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:12:56,384 basehttp 11591 6158741504 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:13:05,221 basehttp 11591 6158741504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:13:26,234 basehttp 11591 6158741504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:13:26,388 basehttp 11591 13170143232 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:13:26,733 basehttp 11591 13170143232 "GET /en/admin/inpatients/ward/28/change/ HTTP/1.1" 200 279639 INFO 2025-09-18 02:13:26,777 basehttp 11591 13186969600 "GET /static/admin/js/SelectBox.js HTTP/1.1" 200 4530 INFO 2025-09-18 02:13:26,777 basehttp 11591 6158741504 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-09-18 02:13:26,778 basehttp 11591 13203795968 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 200 15845 INFO 2025-09-18 02:13:26,780 basehttp 11591 13203795968 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-09-18 02:13:26,781 basehttp 11591 13170143232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:13:26,818 basehttp 11591 13170143232 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 200 3291 INFO 2025-09-18 02:13:46,699 basehttp 11591 13170143232 "GET /en/admin/hr/employee/ HTTP/1.1" 200 160186 INFO 2025-09-18 02:13:46,713 basehttp 11591 13170143232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:13:53,678 basehttp 11591 13170143232 "GET /en/admin/hr/employee/45/change/ HTTP/1.1" 200 291670 INFO 2025-09-18 02:13:53,694 basehttp 11591 13203795968 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-18 02:13:53,694 basehttp 11591 6158741504 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-18 02:13:53,697 basehttp 11591 13170143232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:13:53,743 basehttp 11591 6158741504 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-09-18 02:13:53,743 basehttp 11591 13170143232 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-18 02:13:56,394 basehttp 11591 13170143232 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:14:07,222 basehttp 11591 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:14:16,090 basehttp 11591 13170143232 "GET /en/admin/hr/employee/ HTTP/1.1" 200 160186 INFO 2025-09-18 02:14:18,095 basehttp 11591 13170143232 "GET /en/admin/inpatients/ward/28/change/ HTTP/1.1" 200 279639 INFO 2025-09-18 02:14:26,377 basehttp 11591 13170143232 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:14:27,224 basehttp 11591 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:14:56,381 basehttp 11591 13170143232 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:15:18,452 basehttp 11591 13170143232 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 109468 INFO 2025-09-18 02:15:28,226 basehttp 11591 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:15:37,410 basehttp 11591 13170143232 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:15:40,537 basehttp 11591 13170143232 "GET /en/inpatients/beds/1114/edit/ HTTP/1.1" 200 35035 WARNING 2025-09-18 02:15:40,565 log 11591 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:15:40,565 basehttp 11591 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:15:40,600 basehttp 11591 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:16:04,222 basehttp 11591 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:16:22,664 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:16:22,665 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:16:22,691 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:16:22,691 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:16:22,835 basehttp 11591 13170143232 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:16:26,325 basehttp 11591 13170143232 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:16:28,232 basehttp 11591 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:16:56,320 basehttp 11591 13170143232 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:17:04,219 basehttp 11591 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:17:26,349 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:17:28,234 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:17:56,315 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:18:26,338 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:18:28,231 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:18:56,305 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:19:04,211 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:19:26,328 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:19:28,251 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:19:56,314 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:20:04,213 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:20:26,305 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:20:28,247 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:20:56,318 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:21:04,100 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:21:26,220 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:21:28,135 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:21:56,218 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:22:26,206 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:22:28,134 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:22:56,226 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:23:04,107 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:23:25,600 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5957992 WARNING 2025-09-18 02:23:25,636 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:23:25,636 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:23:25,936 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:23:26,196 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5957992 INFO 2025-09-18 02:23:56,159 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5957992 INFO 2025-09-18 02:24:04,101 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:24:25,940 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:24:26,142 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5957992 INFO 2025-09-18 02:24:28,150 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 6009988 WARNING 2025-09-18 02:24:28,186 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:24:28,186 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:24:28,450 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:24:28,652 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 6009988 INFO 2025-09-18 02:24:58,649 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 6009988 INFO 2025-09-18 02:25:28,454 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:25:28,664 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 6009988 INFO 2025-09-18 02:25:58,666 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 6009988 INFO 2025-09-18 02:26:04,108 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:26:28,460 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:26:28,659 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 6009988 INFO 2025-09-18 02:26:31,789 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5964012 WARNING 2025-09-18 02:26:31,827 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:26:31,827 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:26:32,106 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:26:32,334 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5964012 INFO 2025-09-18 02:27:02,327 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5964012 INFO 2025-09-18 02:27:04,105 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:27:32,141 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:27:32,346 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5964012 ERROR 2025-09-18 02:27:47,899 log 11591 6125088768 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'discharge_patient' with arguments '('',)' not found. 1 pattern(s) tried: ['en/inpatients/discharge/(?P[0-9]+)/\\Z'] ERROR 2025-09-18 02:27:47,901 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 500 301870 WARNING 2025-09-18 02:27:47,940 log 11591 6125088768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:27:47,940 basehttp 11591 6125088768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:28:04,109 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:28:43,348 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 6007464 WARNING 2025-09-18 02:28:43,366 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:28:43,366 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:28:43,668 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:28:43,881 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 6007464 INFO 2025-09-18 02:28:55,638 basehttp 11591 6125088768 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 156047 INFO 2025-09-18 02:28:55,654 basehttp 11591 6125088768 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:29:02,982 basehttp 11591 6125088768 "GET /en/admin/inpatients/bed/1120/change/ HTTP/1.1" 200 150071 INFO 2025-09-18 02:29:03,000 basehttp 11591 6125088768 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:29:14,297 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 6007464 INFO 2025-09-18 02:29:44,098 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:29:44,257 basehttp 11591 6141915136 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 6007464 INFO 2025-09-18 02:30:04,100 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:30:14,265 basehttp 11591 6141915136 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 6007464 INFO 2025-09-18 02:30:37,185 basehttp 11591 6141915136 "POST /en/admin/inpatients/bed/1120/change/ HTTP/1.1" 302 0 INFO 2025-09-18 02:30:37,235 basehttp 11591 6141915136 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 156307 INFO 2025-09-18 02:30:37,249 basehttp 11591 6141915136 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:30:41,825 basehttp 11591 6141915136 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 6008756 WARNING 2025-09-18 02:30:41,864 log 11591 6125088768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:30:41,864 basehttp 11591 6125088768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:30:42,142 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:30:42,362 basehttp 11591 6141915136 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 6008756 INFO 2025-09-18 02:31:04,091 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:31:05,565 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:31:05,565 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:31:06,855 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:31:06,855 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:31:06,861 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:31:06,861 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:31:07,634 basehttp 11591 6141915136 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5964234 WARNING 2025-09-18 02:31:07,659 log 11591 6125088768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:31:07,659 basehttp 11591 6125088768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:31:07,934 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:31:08,136 basehttp 11591 6141915136 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5964234 INFO 2025-09-18 02:31:13,640 basehttp 11591 6141915136 "GET /en/inpatients/discharge/173/ HTTP/1.1" 302 0 INFO 2025-09-18 02:31:13,658 basehttp 11591 6141915136 "GET /en/inpatients/admissions/173/ HTTP/1.1" 200 25766 WARNING 2025-09-18 02:31:13,685 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:31:13,685 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:31:13,725 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:31:23,489 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:31:23,489 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:31:23,499 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:31:23,499 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:31:38,266 basehttp 11591 6141915136 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5964234 INFO 2025-09-18 02:31:47,894 basehttp 11591 6141915136 "GET /en/admin/inpatients/bed/1118/change/ HTTP/1.1" 200 150100 INFO 2025-09-18 02:31:47,914 basehttp 11591 6141915136 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:32:00,867 basehttp 11591 6141915136 "GET /en/admin/inpatients/admission/183/change/?_to_field=id HTTP/1.1" 200 257461 INFO 2025-09-18 02:32:00,885 basehttp 11591 6141915136 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:32:08,133 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:32:08,288 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5964234 INFO 2025-09-18 02:32:22,667 basehttp 11591 6125088768 "GET /en/admin/inpatients/bed/1118/change/ HTTP/1.1" 200 150100 INFO 2025-09-18 02:32:38,260 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5964234 INFO 2025-09-18 02:33:04,093 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:33:08,268 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5964234 INFO 2025-09-18 02:33:09,114 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:33:28,776 basehttp 11591 6125088768 "POST /en/admin/inpatients/bed/1118/change/ HTTP/1.1" 302 0 INFO 2025-09-18 02:33:28,831 basehttp 11591 6125088768 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 156335 INFO 2025-09-18 02:33:28,847 basehttp 11591 6125088768 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:33:33,053 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5965530 WARNING 2025-09-18 02:33:33,078 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:33:33,079 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:33:33,346 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:33:33,550 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5965530 INFO 2025-09-18 02:33:35,793 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5965530 WARNING 2025-09-18 02:33:35,834 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:33:35,834 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:33:36,101 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:33:36,313 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5965530 INFO 2025-09-18 02:33:39,040 basehttp 11591 6125088768 "GET /en/inpatients/discharge/173/ HTTP/1.1" 302 0 INFO 2025-09-18 02:33:39,054 basehttp 11591 6125088768 "GET /en/inpatients/admissions/173/ HTTP/1.1" 200 25766 WARNING 2025-09-18 02:33:39,082 log 11591 6125088768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:33:39,082 basehttp 11591 6125088768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:33:39,121 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:33:42,130 log 11591 6125088768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:33:42,130 basehttp 11591 6125088768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:33:42,140 log 11591 6125088768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:33:42,140 basehttp 11591 6125088768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:34:03,923 basehttp 11591 6125088768 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 48398 WARNING 2025-09-18 02:34:03,941 log 11591 6125088768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:34:03,941 basehttp 11591 6125088768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:34:03,980 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:34:04,100 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:34:46,432 basehttp 11591 6125088768 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 110823 INFO 2025-09-18 02:34:46,446 basehttp 11591 6125088768 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:35:04,102 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:35:05,098 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:35:29,852 basehttp 11591 6125088768 "GET /en/admin/patients/patientprofile/?o=1 HTTP/1.1" 200 112629 INFO 2025-09-18 02:35:29,866 basehttp 11591 6125088768 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:35:38,882 basehttp 11591 6125088768 "GET /en/admin/patients/patientprofile/?o=-1 HTTP/1.1" 200 112713 INFO 2025-09-18 02:35:38,896 basehttp 11591 6125088768 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:35:52,443 basehttp 11591 6125088768 "GET /en/admin/patients/patientprofile/?o=-1 HTTP/1.1" 200 112713 INFO 2025-09-18 02:35:52,454 basehttp 11591 6125088768 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:36:05,094 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:36:07,098 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:36:13,036 basehttp 11591 6125088768 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 110823 INFO 2025-09-18 02:36:13,052 basehttp 11591 6125088768 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:37:06,033 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:37:28,291 basehttp 11591 6125088768 "POST /en/admin/patients/patientprofile/ HTTP/1.1" 200 382093 INFO 2025-09-18 02:37:28,306 basehttp 11591 6125088768 "GET /static/admin/js/cancel.js HTTP/1.1" 200 884 INFO 2025-09-18 02:37:53,589 basehttp 11591 6125088768 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 110823 INFO 2025-09-18 02:37:57,914 basehttp 11591 6125088768 "GET /en/admin/patients/patientprofile/2/change/ HTTP/1.1" 200 172794 INFO 2025-09-18 02:37:57,936 basehttp 11591 6125088768 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:37:57,971 basehttp 11591 6125088768 "GET /static/admin/img/inline-delete.svg HTTP/1.1" 200 537 INFO 2025-09-18 02:38:04,027 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:38:07,032 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:39:04,023 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:39:08,030 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:40:09,030 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:41:04,016 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:41:11,028 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:42:04,029 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:43:04,018 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:44:04,026 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:44:05,023 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:45:04,029 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:46:04,020 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:47:04,007 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:48:04,017 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:48:04,030 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:48:14,051 basehttp 11591 6141915136 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 110823 INFO 2025-09-18 02:49:04,024 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:49:04,348 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:49:04,348 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:49:04,951 basehttp 11591 6141915136 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5965530 INFO 2025-09-18 02:49:20,430 basehttp 11591 6141915136 "GET /en/inpatients/discharge/173/ HTTP/1.1" 302 0 INFO 2025-09-18 02:49:20,444 basehttp 11591 6141915136 "GET /en/inpatients/admissions/173/ HTTP/1.1" 200 25766 WARNING 2025-09-18 02:49:20,473 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:49:20,474 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:49:20,540 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:50:04,010 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:50:20,543 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:51:04,010 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:51:20,551 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:52:03,675 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:52:03,676 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:52:03,678 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:52:03,685 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:52:03,686 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:52:03,837 basehttp 11591 6141915136 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5965530 WARNING 2025-09-18 02:52:08,339 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:52:08,340 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:52:08,889 basehttp 11591 6141915136 "GET /en/inpatients/beds/ HTTP/1.1" 200 5963015 WARNING 2025-09-18 02:52:09,605 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:52:09,605 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:52:10,058 basehttp 11591 6141915136 "GET /en/inpatients/beds/ HTTP/1.1" 200 5963015 WARNING 2025-09-18 02:52:11,385 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:52:11,385 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:52:14,847 basehttp 11591 6141915136 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 155899 WARNING 2025-09-18 02:52:14,873 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:52:14,873 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:52:14,920 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:52:26,585 basehttp 11591 6141915136 "GET /en/inpatients/admissions/183/ HTTP/1.1" 200 22854 WARNING 2025-09-18 02:52:26,604 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:52:26,604 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:52:26,670 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:53:03,981 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:53:26,669 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:54:03,981 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:54:26,671 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:55:26,674 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:56:03,976 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:56:26,675 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:57:03,978 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:57:26,677 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:58:26,680 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:59:03,980 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:59:26,682 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 03:00:26,696 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 03:01:03,959 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 03:01:26,690 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 03:02:03,963 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 03:02:26,697 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 03:02:43,111 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:02:43,111 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:03:00,041 basehttp 11591 6141915136 "GET /en/inpatients/admissions/?status=ADMITTED&ward=&admission_type=&search=&date_range= HTTP/1.1" 200 168380 WARNING 2025-09-18 03:03:00,059 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:03:00,059 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:03:00,113 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 03:03:08,363 basehttp 11591 6141915136 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23538 INFO 2025-09-18 03:03:08,411 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 03:03:08,444 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:03:08,445 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-18 03:03:14,029 log 11591 6141915136 Internal Server Error: /en/inpatients/discharge/17/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2313, in discharge_patient 'doctor_name': request.user_employee_profile.get_full_name() if request.user_employee_profile.role in ['DOCTOR', 'SPECIALIST'] else '' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'WSGIRequest' object has no attribute 'user_employee_profile' ERROR 2025-09-18 03:03:14,031 basehttp 11591 6141915136 "GET /en/inpatients/discharge/17/ HTTP/1.1" 500 77923 INFO 2025-09-18 03:03:45,430 basehttp 11591 6141915136 "GET /en/patients/patientprofile/19/details/ HTTP/1.1" 200 35652 WARNING 2025-09-18 03:03:45,455 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:03:45,455 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:03:45,495 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 03:03:59,982 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:03:59,982 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 03:03:59,996 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:03:59,996 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:04:03,962 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 03:04:08,422 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 03:05:03,970 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 03:05:08,425 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 03:05:35,440 basehttp 11591 6141915136 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23582 WARNING 2025-09-18 03:05:35,465 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:05:35,465 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:05:35,506 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-18 03:05:38,288 log 11591 6141915136 Internal Server Error: /en/inpatients/discharge/17/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2313, in discharge_patient 'doctor_name': request.user_employee_profile.get_full_name() if request.user_employee_profile.role in ['DOCTOR', 'SPECIALIST'] else '' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'WSGIRequest' object has no attribute 'user_employee_profile' ERROR 2025-09-18 03:05:38,289 basehttp 11591 6141915136 "GET /en/inpatients/discharge/17/ HTTP/1.1" 500 77923 INFO 2025-09-18 03:06:35,623 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:07:04,051 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:07:35,618 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:08:04,080 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:08:35,628 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:09:35,621 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:10:04,058 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:10:35,635 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:11:04,052 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:11:35,638 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:12:04,073 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:12:35,647 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:13:12,100 autoreload 11591 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-18 03:13:12,612 autoreload 41599 8682856640 Watching for file changes with StatReloader INFO 2025-09-18 03:13:15,920 basehttp 41599 6124548096 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23582 WARNING 2025-09-18 03:13:15,943 log 41599 6124548096 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:13:15,943 basehttp 41599 6124548096 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:13:15,988 basehttp 41599 6124548096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-18 03:13:18,294 log 41599 6124548096 Internal Server Error: /en/inpatients/discharge/17/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2315, in discharge_patient summary_form = DischargeSummaryForm( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 331, in __init__ self.fields['discharging_physician'].queryset = User.objects.filter( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'role' into field. Choices are: accessible_dashboards, acknowledged_alerts, administered_medications, administered_transfusions, admitted_patients, alertrule, analyzed_results, anesthesia_cases, approved_care_plans, approved_employees, approved_purchase_orders, approved_schedules, approved_time_entries, approved_transfers, assigned_incidents, assigned_queue_entries, assistant_or_blocks, assistant_surgeries, assistant_surgical_cases, attending_bills, attending_patients, attending_wards, audit_logs, audit_team_memberships, authored_notes, availability_slots, billing_provider_bills, blocked_beds, blood_requests, bloodtest, cancelled_appointments, cancelled_requests, care_team_plans, checked_in_appointments, circulating_cases, claim_status_updates, claimdocument, claimstatushistory, cleaned_beds, co_signed_notes, collected_specimens, collected_units, communicationchannel, completed_transfers, completed_transfusions, conducted_reviews, consulting_patients, created_admissions, created_alert_rules, created_appointment_templates, created_appointments, created_audit_plans, created_availability_slots, created_beds, created_billing_configurations, created_care_plans, created_claims, created_consent_forms, created_consent_templates, created_data_mappings, created_discharge_summaries, created_donors, created_drug_interactions, created_employees, created_encounters, created_external_systems, created_findings, created_hr_departments, created_improvement_projects, created_insurance_claims, created_integration_endpoints, created_inventory_items, created_inventory_locations, created_lab_tests, created_measurements, created_medical_bills, created_medications, created_note_templates, created_notifications, created_operating_rooms, created_or_blocks, created_patient_notes, created_pharmacy_inventory_items, created_problems, created_purchase_orders, created_reference_ranges, created_report_templates, created_risk_assessments, created_schedules, created_studies, created_suppliers, created_surgeries, created_surgical_cases, created_surgical_note_templates, created_telemedicine_sessions, created_training_records, created_waiting_list_entries, created_waiting_queues, created_wards, created_webhooks, crossmatch, dashboard, datasource, date_joined, diagnosed_problems, dictated_reports, discharge_planning_cases, dispensed_medications, double_checked_administrations, email, emailaddress, employee_profile, encounters, failed_login_attempts, first_name, force_password_change, groups, id, initiated_capas, inpatient_anesthesia_cases, inpatient_circulating_cases, inpatient_scrub_cases, integration_logs, interpreted_studies, investigated_reactions, is_active, is_staff, is_superuser, issued_units, last_login, last_name, last_password_change, led_audits, locked_until, logentry, managed_locations, managed_problems, managed_projects, managed_wards, max_concurrent_sessions, messagerecipient, metricdefinition, notificationtemplate, ordered_imaging_studies, ordered_lab_tests, password, password_expires_at, password_history, performed_qc, physician_discharges, planned_discharges, prescribed_medications, primary_care_plans, primary_nurse_discharges, primary_or_blocks, primary_surgeries, primary_surgical_cases, processed_payments, processed_requests, project_team_memberships, provider_appointments, provider_waiting_list, qc_tests, radiology_reports, received_payments, received_specimens, received_units, recorded_equipment_usage, referred_studies, registered_patients, removed_waiting_list_entries, rendered_line_items, report, reported_incidents, reported_reactions, reportexecution, requested_purchase_orders, requested_transfers, resolved_alerts, responsible_findings, responsible_quality_indicators, responsible_risks, reviewed_qc, reviewed_qc_tests, revoked_consents, scrub_cases, sent_messages, session_timeout_minutes, signed_encounters, social_accounts, sponsored_projects, stopped_transfusions, supervised_line_items, surgeon_surgical_notes, targeted_notifications, task, tenant, tenant_id, transcribed_reports, transport_assignments, triggered_integrations, two_factor_devices, two_factor_enabled, updated_configurations, updated_queue_entries, user_id, user_permissions, user_sessions, username, verified_crossmatches, verified_dispenses, verified_findings, verified_insurance, verified_measurements, verified_prescriptions, verified_problems, verified_results, verified_tests, verified_vital_signs, vital_signs_measurements, waiting_queues, waitinglistcontactlog, witnessed_administrations, witnessed_transfusions ERROR 2025-09-18 03:13:18,297 basehttp 41599 6124548096 "GET /en/inpatients/discharge/17/ HTTP/1.1" 500 155597 INFO 2025-09-18 03:14:04,051 basehttp 41599 6124548096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:14:15,990 basehttp 41599 6124548096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:14:42,365 autoreload 41599 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py changed, reloading. INFO 2025-09-18 03:14:42,752 autoreload 42260 8682856640 Watching for file changes with StatReloader INFO 2025-09-18 03:14:45,865 basehttp 42260 6161051648 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23582 WARNING 2025-09-18 03:14:45,881 log 42260 6161051648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:14:45,881 basehttp 42260 6161051648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:14:45,925 basehttp 42260 6161051648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:14:47,478 basehttp 42260 6161051648 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 40090 INFO 2025-09-18 03:14:47,492 basehttp 42260 6161051648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:15:04,050 basehttp 42260 6161051648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:15:45,938 basehttp 42260 6161051648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:15:47,516 basehttp 42260 6161051648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:15:55,873 autoreload 42260 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-18 03:15:56,273 autoreload 42812 8682856640 Watching for file changes with StatReloader WARNING 2025-09-18 03:15:57,196 log 42812 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:15:57,197 basehttp 42812 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 03:15:57,222 log 42812 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:15:57,222 basehttp 42812 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:15:58,398 basehttp 42812 12918534144 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23582 WARNING 2025-09-18 03:15:58,412 log 42812 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:15:58,412 basehttp 42812 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:15:58,456 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-18 03:16:01,373 log 42812 12918534144 Internal Server Error: /en/inpatients/discharge/17/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2318, in discharge_patient return render(request, 'inpatients/discharges/discharge_planning.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 56, in render result = self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 722, in resolve obj = self.var.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 925, in _resolve_lookup current = current() ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 72, in super raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: 'BlockNode' object has no attribute 'context'. Did you use {{ block.super }} in a base template? ERROR 2025-09-18 03:16:01,376 basehttp 42812 12918534144 "GET /en/inpatients/discharge/17/ HTTP/1.1" 500 152428 INFO 2025-09-18 03:16:04,054 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:16:13,704 basehttp 42812 12918534144 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23582 WARNING 2025-09-18 03:16:13,723 log 42812 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:16:13,723 basehttp 42812 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:16:13,766 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:16:14,841 basehttp 42812 12918534144 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23582 WARNING 2025-09-18 03:16:14,859 log 42812 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:16:14,859 basehttp 42812 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:16:14,902 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:16:16,374 basehttp 42812 12918534144 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 23335 INFO 2025-09-18 03:17:14,910 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:17:52,649 basehttp 42812 12918534144 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23354 WARNING 2025-09-18 03:17:52,661 log 42812 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:17:52,662 basehttp 42812 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:17:52,698 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:17:54,453 basehttp 42812 12918534144 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 40090 WARNING 2025-09-18 03:17:54,464 log 42812 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:17:54,465 basehttp 42812 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:17:54,504 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:18:04,053 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:18:54,507 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:19:04,044 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:19:54,509 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:20:04,045 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:20:54,521 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:21:54,514 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:22:04,019 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:22:54,482 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:23:04,003 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:23:54,478 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:23:58,167 autoreload 42812 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-18 03:23:58,639 autoreload 46473 8682856640 Watching for file changes with StatReloader INFO 2025-09-18 03:24:21,464 autoreload 46473 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-09-18 03:24:21,828 autoreload 46722 8682856640 Watching for file changes with StatReloader ERROR 2025-09-18 03:24:28,550 log 46722 6164361216 Internal Server Error: /en/inpatients/admissions/17/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 53, in get_object obj = queryset.get() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'initial_ward', 'initial_bed'. Choices are: tenant, patient, admitting_physician, attending_physician, current_ward, current_bed, discharge_planner, created_by, discharge_summary ERROR 2025-09-18 03:24:28,553 basehttp 46722 6164361216 "GET /en/inpatients/admissions/17/ HTTP/1.1" 500 165181 WARNING 2025-09-18 03:24:28,575 log 46722 6164361216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:24:28,576 basehttp 46722 6164361216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:25:29,979 autoreload 46722 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-18 03:25:30,389 autoreload 47210 8682856640 Watching for file changes with StatReloader ERROR 2025-09-18 03:25:33,825 log 47210 6167818240 Internal Server Error: /en/inpatients/admissions/17/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2241, in get_context_data ).order_by('-requested_at') ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'requested_at' into field. Choices are: actual_datetime, admission, admission_id, approved_by, approved_by_id, completed_by, completed_by_id, complications, created_at, delay_reason, equipment_needed, from_bed, from_bed_id, from_ward, from_ward_id, handoff_report, id, medications_transferred, notes, patient, patient_condition, patient_id, priority, reason, requested_by, requested_by_id, requested_datetime, scheduled_datetime, status, supplies_needed, to_bed, to_bed_id, to_ward, to_ward_id, transfer_id, transfer_type, transport_method, transport_team, updated_at, vital_signs ERROR 2025-09-18 03:25:33,827 basehttp 47210 6167818240 "GET /en/inpatients/admissions/17/ HTTP/1.1" 500 104559 WARNING 2025-09-18 03:25:33,842 log 47210 6167818240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:25:33,843 basehttp 47210 6167818240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:26:04,089 basehttp 47210 6167818240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:26:05,789 autoreload 47210 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-18 03:26:06,188 autoreload 47518 8682856640 Watching for file changes with StatReloader ERROR 2025-09-18 03:26:07,055 log 47518 6135558144 Internal Server Error: /en/inpatients/admissions/17/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2248, in get_context_data ).order_by('scheduled_date', 'scheduled_time') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_time' into field. Choices are: actual_duration_minutes, actual_end_time, actual_start_time, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, assistant_surgeons, blood_products, circulating_nurse, circulating_nurse_id, complications, consent_date, consent_obtained, created_at, created_by, created_by_id, estimated_duration_minutes, id, implants_needed, operating_room, or_block_time, patient, patient_id, postop_diagnosis, preop_diagnosis, preop_orders, primary_surgeon, primary_surgeon_id, priority, procedure_code, procedure_name, procedure_performed, recovery_location, scheduled_date, scheduled_start_time, scrub_nurse, scrub_nurse_id, special_equipment, status, surgery_id, surgery_notes, surgery_type, tenant, tenant_id, updated_at ERROR 2025-09-18 03:26:07,056 basehttp 47518 6135558144 "GET /en/inpatients/admissions/17/ HTTP/1.1" 500 106244 WARNING 2025-09-18 03:26:07,069 log 47518 6135558144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:26:07,070 basehttp 47518 6135558144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:26:55,757 autoreload 47518 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-18 03:26:56,120 autoreload 47837 8682856640 Watching for file changes with StatReloader ERROR 2025-09-18 03:26:57,258 log 47837 6124335104 Internal Server Error: /en/inpatients/admissions/17/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1230, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Non-relational field given in select_related: 'operating_room'. Choices are: tenant, patient, admission, primary_surgeon, anesthesiologist, scrub_nurse, circulating_nurse, created_by ERROR 2025-09-18 03:26:57,259 basehttp 47837 6124335104 "GET /en/inpatients/admissions/17/ HTTP/1.1" 500 206044 WARNING 2025-09-18 03:26:57,271 log 47837 6124335104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:26:57,271 basehttp 47837 6124335104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-18 03:26:59,151 log 47837 6124335104 Internal Server Error: /en/inpatients/admissions/17/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1230, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Non-relational field given in select_related: 'operating_room'. Choices are: tenant, patient, admission, primary_surgeon, anesthesiologist, scrub_nurse, circulating_nurse, created_by ERROR 2025-09-18 03:26:59,152 basehttp 47837 6124335104 "GET /en/inpatients/admissions/17/ HTTP/1.1" 500 206044 WARNING 2025-09-18 03:26:59,168 log 47837 6124335104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:26:59,168 basehttp 47837 6124335104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:28:03,997 basehttp 47837 6124335104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:29:03,995 basehttp 47837 6124335104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:29:18,019 autoreload 47837 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-18 03:29:18,396 autoreload 48918 8682856640 Watching for file changes with StatReloader ERROR 2025-09-18 03:29:19,262 log 48918 6161444864 Internal Server Error: /en/inpatients/admissions/17/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'surgeon'. Choices are: tenant, patient, admission, primary_surgeon, anesthesiologist, scrub_nurse, circulating_nurse, created_by ERROR 2025-09-18 03:29:19,263 basehttp 48918 6161444864 "GET /en/inpatients/admissions/17/ HTTP/1.1" 500 214742 WARNING 2025-09-18 03:29:19,280 log 48918 6161444864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:29:19,280 basehttp 48918 6161444864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:29:39,288 autoreload 48918 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-18 03:29:39,669 autoreload 49094 8682856640 Watching for file changes with StatReloader INFO 2025-09-18 03:29:40,061 basehttp 49094 6123384832 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23354 WARNING 2025-09-18 03:29:40,081 log 49094 6123384832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:29:40,081 basehttp 49094 6123384832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:29:40,154 basehttp 49094 6123384832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:29:51,090 basehttp 49094 6123384832 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 40090 WARNING 2025-09-18 03:29:51,104 log 49094 6123384832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:29:51,104 basehttp 49094 6123384832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:29:51,139 basehttp 49094 6123384832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-18 03:29:54,372 log 49094 6123384832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:29:54,372 basehttp 49094 6123384832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 03:29:54,382 log 49094 6123384832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:29:54,382 basehttp 49094 6123384832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-18 03:29:55,648 log 49094 6123384832 Internal Server Error: /en/inpatients/transfer/17/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1273, in transfer_patient return render(request, 'inpatients/patient_transfer.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_department_wards' not found. 'get_department_wards' is not a valid view function or pattern name. ERROR 2025-09-18 03:29:55,650 basehttp 49094 6123384832 "GET /en/inpatients/transfer/17/ HTTP/1.1" 500 190974 INFO 2025-09-18 03:30:03,996 basehttp 49094 6123384832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:30:40,142 basehttp 49094 6123384832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:31:04,006 basehttp 49094 6123384832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:31:40,162 basehttp 49094 6123384832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:32:18,255 autoreload 49094 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-18 03:32:19,321 autoreload 50274 8682856640 Watching for file changes with StatReloader INFO 2025-09-18 03:32:40,181 basehttp 50274 6197784576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:33:04,005 basehttp 50274 6197784576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:33:40,136 basehttp 50274 6197784576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:34:04,001 basehttp 50274 6197784576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:34:14,939 basehttp 50274 6197784576 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23354 WARNING 2025-09-18 03:34:14,956 log 50274 6197784576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:34:14,956 basehttp 50274 6197784576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:34:14,995 basehttp 50274 6197784576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-18 03:34:17,035 log 50274 6197784576 Internal Server Error: /en/inpatients/transfer/17/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1274, in transfer_patient return render(request, 'inpatients/patient_transfer.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_available_beds' not found. 'get_available_beds' is not a valid view function or pattern name. ERROR 2025-09-18 03:34:17,036 basehttp 50274 6197784576 "GET /en/inpatients/transfer/17/ HTTP/1.1" 500 192680 INFO 2025-09-18 03:35:03,992 basehttp 50274 6197784576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:35:14,997 basehttp 50274 6197784576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:36:14,998 basehttp 50274 6197784576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:36:17,079 autoreload 50274 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-09-18 03:36:17,607 autoreload 52079 8682856640 Watching for file changes with StatReloader INFO 2025-09-18 03:36:18,222 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23354 WARNING 2025-09-18 03:36:18,242 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:36:18,243 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:36:18,281 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-18 03:36:20,293 log 52079 6129233920 Internal Server Error: /en/inpatients/transfer/17/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1274, in transfer_patient return render(request, 'inpatients/patient_transfer.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'submit_transfer' not found. 'submit_transfer' is not a valid view function or pattern name. ERROR 2025-09-18 03:36:20,295 basehttp 52079 6129233920 "GET /en/inpatients/transfer/17/ HTTP/1.1" 500 192435 INFO 2025-09-18 03:37:03,988 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:37:18,287 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:38:04,002 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:38:18,298 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:39:04,838 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23354 WARNING 2025-09-18 03:39:04,852 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:39:04,852 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:39:04,888 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-18 03:39:06,940 log 52079 6129233920 Internal Server Error: /en/inpatients/transfer/17/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1274, in transfer_patient return render(request, 'inpatients/patient_transfer.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'transfer_detail' not found. 'transfer_detail' is not a valid view function or pattern name. ERROR 2025-09-18 03:39:06,941 basehttp 52079 6129233920 "GET /en/inpatients/transfer/17/ HTTP/1.1" 500 193794 INFO 2025-09-18 03:40:04,000 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:40:04,888 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:41:04,000 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:41:04,890 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:41:55,175 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23354 WARNING 2025-09-18 03:41:55,188 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:41:55,189 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:41:55,249 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:41:58,457 basehttp 52079 6129233920 "GET /en/inpatients/transfer/17/ HTTP/1.1" 200 68227 INFO 2025-09-18 03:41:58,469 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:42:04,008 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:42:55,239 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:42:58,502 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:43:03,072 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23146 WARNING 2025-09-18 03:43:03,087 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:43:03,087 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:43:03,134 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:43:04,018 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:43:06,096 basehttp 52079 6129233920 "GET /en/inpatients/transfer/17/ HTTP/1.1" 200 68227 WARNING 2025-09-18 03:43:06,114 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:43:06,114 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:43:06,157 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:44:04,608 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-18 03:44:04,613 log 52079 6146060288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:44:04,614 basehttp 52079 6146060288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 03:44:04,626 log 52079 6146060288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:44:04,626 basehttp 52079 6146060288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 03:44:59,335 log 52079 6146060288 Not Found: /en/inpatients/admissions/17/update WARNING 2025-09-18 03:44:59,335 basehttp 52079 6146060288 "GET /en/inpatients/admissions/17/update HTTP/1.1" 404 37111 WARNING 2025-09-18 03:44:59,354 log 52079 6146060288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:44:59,354 basehttp 52079 6146060288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:45:04,007 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:45:04,248 basehttp 52079 6146060288 "GET /en/inpatients/admissions/17/edit HTTP/1.1" 301 0 INFO 2025-09-18 03:45:04,266 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/edit/ HTTP/1.1" 200 48617 WARNING 2025-09-18 03:45:04,281 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:45:04,281 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:45:04,325 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-18 03:45:25,226 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:45:25,226 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:45:26,365 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-18 03:45:26,367 log 52079 6146060288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:45:26,367 basehttp 52079 6146060288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 03:45:26,377 log 52079 6146060288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:45:26,377 basehttp 52079 6146060288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:45:27,559 basehttp 52079 6146060288 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23146 WARNING 2025-09-18 03:45:27,576 log 52079 6146060288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:45:27,576 basehttp 52079 6146060288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:45:27,621 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:46:04,004 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:46:27,637 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:47:27,639 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:48:04,004 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:48:27,648 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:49:04,006 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:49:10,585 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23272 WARNING 2025-09-18 03:49:10,601 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:49:10,601 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:49:10,648 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:49:55,748 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23271 WARNING 2025-09-18 03:49:55,764 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:49:55,764 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:49:55,813 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:50:56,009 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:51:03,998 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:51:57,019 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:52:04,003 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:52:57,077 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:52:59,237 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23408 WARNING 2025-09-18 03:52:59,253 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:52:59,253 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:52:59,299 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:53:04,075 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:53:19,250 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23400 WARNING 2025-09-18 03:53:19,262 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:53:19,262 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:53:19,300 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:53:36,171 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23400 WARNING 2025-09-18 03:53:36,190 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:53:36,190 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:53:36,232 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:53:52,143 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23411 WARNING 2025-09-18 03:53:52,163 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:53:52,163 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:53:52,203 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:54:14,278 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23411 WARNING 2025-09-18 03:54:14,291 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:54:14,291 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:54:14,331 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:54:30,204 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23412 WARNING 2025-09-18 03:54:30,220 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:54:30,220 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:54:30,264 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:54:38,473 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23401 WARNING 2025-09-18 03:54:38,490 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:54:38,490 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:54:38,533 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:54:54,853 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23412 WARNING 2025-09-18 03:54:54,872 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:54:54,872 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:54:54,916 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:55:04,064 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:55:08,378 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23396 WARNING 2025-09-18 03:55:08,393 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:55:08,393 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:55:08,439 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:55:26,815 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23396 WARNING 2025-09-18 03:55:26,832 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:55:26,832 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:55:26,873 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:56:04,073 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:56:27,076 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:57:28,072 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:57:43,883 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23408 WARNING 2025-09-18 03:57:43,896 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:57:43,896 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:57:43,935 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:58:04,068 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:58:43,954 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:58:56,687 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23277 WARNING 2025-09-18 03:58:56,705 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:58:56,705 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:58:56,752 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:59:04,058 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:59:09,422 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23271 WARNING 2025-09-18 03:59:09,435 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:59:09,435 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:59:09,478 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:00:09,486 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:01:04,055 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:01:09,492 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:01:44,685 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23893 WARNING 2025-09-18 04:01:44,704 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:01:44,704 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:01:44,747 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:02:04,059 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:02:44,755 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:03:44,766 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:04:04,066 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:04:44,767 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:05:04,066 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:05:44,769 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:06:44,773 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:07:04,069 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:07:43,939 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 26244 WARNING 2025-09-18 04:07:43,956 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:07:43,956 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:07:44,002 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:08:04,025 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:08:43,987 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:09:43,985 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:10:04,022 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:10:08,096 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 26248 WARNING 2025-09-18 04:10:08,115 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:10:08,115 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:10:08,159 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:11:04,014 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:11:08,172 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:12:08,176 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:13:04,021 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:13:08,176 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:13:16,339 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 26248 WARNING 2025-09-18 04:13:16,358 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:13:16,358 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:13:16,401 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:13:30,768 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 40090 WARNING 2025-09-18 04:13:30,785 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:13:30,786 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:13:30,825 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:14:04,029 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:14:30,839 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:15:04,018 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:15:30,833 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:16:30,847 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:17:04,009 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:17:30,850 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:17:55,245 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 40103 WARNING 2025-09-18 04:17:55,262 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:17:55,262 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:17:55,308 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:18:04,019 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:18:55,320 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:19:55,323 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:20:04,017 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:20:55,327 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:21:04,018 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:21:55,321 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:22:55,310 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:23:03,988 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:23:44,486 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 40384 WARNING 2025-09-18 04:23:44,504 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:23:44,504 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:23:44,550 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:24:03,987 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:24:13,402 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 40113 WARNING 2025-09-18 04:24:13,423 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:24:13,423 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:24:13,463 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:25:03,981 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:25:13,468 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:26:06,655 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 38702 WARNING 2025-09-18 04:26:06,672 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:26:06,673 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:26:06,717 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:27:03,979 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:27:06,718 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:28:06,720 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:28:56,109 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39075 WARNING 2025-09-18 04:28:56,127 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:28:56,127 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:28:56,170 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:29:03,976 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:29:56,177 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:30:03,981 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-18 04:30:38,530 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:30:38,531 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 04:30:40,563 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:30:40,563 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 04:30:40,574 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:30:40,574 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:30:56,174 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:31:13,085 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39084 WARNING 2025-09-18 04:31:13,098 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:31:13,098 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:31:13,136 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:32:03,983 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:32:13,145 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:33:13,143 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:33:52,132 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39382 WARNING 2025-09-18 04:33:52,150 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:33:52,150 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:33:52,194 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:34:03,979 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:34:52,212 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:35:03,981 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:35:52,198 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:36:52,199 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:37:03,978 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:37:52,196 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:37:53,782 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 42943 WARNING 2025-09-18 04:37:53,826 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:37:53,827 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:37:53,845 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:38:03,964 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:38:44,067 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 43687 WARNING 2025-09-18 04:38:44,086 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:38:44,086 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:38:44,131 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:39:44,146 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:40:03,961 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:40:44,144 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:41:03,950 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:41:44,149 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:42:03,963 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:42:44,140 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:43:39,168 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39539 WARNING 2025-09-18 04:43:39,186 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:43:39,186 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:43:39,229 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:44:03,955 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:44:39,244 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:45:03,961 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:45:39,245 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:46:03,951 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:46:40,016 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:47:04,016 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:47:41,034 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:48:42,022 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:49:04,011 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:49:43,020 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:54:47,460 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:55:28,470 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:55:47,456 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:56:47,448 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:01:42,219 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:03:41,852 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:03:42,233 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:04:41,845 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:05:41,841 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:05:42,226 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:06:05,046 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39527 WARNING 2025-09-18 05:06:05,064 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:06:05,065 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:06:05,127 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:06:42,222 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:06:44,701 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39491 WARNING 2025-09-18 05:06:44,719 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:06:44,719 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:06:44,790 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:07:07,339 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39491 WARNING 2025-09-18 05:07:07,357 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:07:07,357 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:07:07,401 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:08:07,417 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:08:42,227 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:09:07,420 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:09:42,234 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:10:07,420 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:10:54,969 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39511 WARNING 2025-09-18 05:10:54,981 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:10:54,981 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:10:55,019 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:11:42,223 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:11:55,022 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:12:00,737 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39513 WARNING 2025-09-18 05:12:00,756 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:12:00,756 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:12:00,803 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:12:22,086 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39514 WARNING 2025-09-18 05:12:22,098 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:12:22,098 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:12:22,138 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:12:42,223 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:12:45,394 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39529 WARNING 2025-09-18 05:12:45,410 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:12:45,410 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:12:45,457 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:13:06,039 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39515 INFO 2025-09-18 05:13:06,053 basehttp 52079 6129233920 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 WARNING 2025-09-18 05:13:06,055 log 52079 6146060288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:13:06,055 basehttp 52079 6146060288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:13:06,075 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:13:20,780 basehttp 52079 6146060288 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39526 WARNING 2025-09-18 05:13:20,792 log 52079 6146060288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:13:20,792 basehttp 52079 6146060288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:13:20,831 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:13:36,260 basehttp 52079 6146060288 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39540 WARNING 2025-09-18 05:13:36,279 log 52079 6146060288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:13:36,279 basehttp 52079 6146060288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:13:36,326 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:13:42,235 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:13:56,560 basehttp 52079 6146060288 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39555 WARNING 2025-09-18 05:13:56,574 log 52079 6146060288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:13:56,574 basehttp 52079 6146060288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:13:56,612 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:14:04,364 basehttp 52079 6146060288 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39562 WARNING 2025-09-18 05:14:04,375 log 52079 6146060288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:14:04,375 basehttp 52079 6146060288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:14:04,414 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:15:04,417 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:15:12,501 basehttp 52079 6146060288 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 38788 WARNING 2025-09-18 05:15:12,515 log 52079 6146060288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:15:12,516 basehttp 52079 6146060288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:15:12,562 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:15:42,234 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:16:13,228 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:16:38,551 basehttp 52079 6146060288 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 38786 WARNING 2025-09-18 05:16:38,562 log 52079 6146060288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:16:38,562 basehttp 52079 6146060288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:16:38,605 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:16:42,224 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:17:39,176 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:18:40,169 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:18:42,163 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:19:41,169 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:19:42,165 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:20:42,166 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:20:42,175 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:21:04,440 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39075 WARNING 2025-09-18 05:21:04,457 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:21:04,457 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:21:04,557 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:21:42,179 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:22:05,174 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:22:56,252 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39279 WARNING 2025-09-18 05:22:56,271 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:22:56,271 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:22:56,339 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:23:09,659 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39279 WARNING 2025-09-18 05:23:09,676 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:23:09,676 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:23:09,716 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:23:25,984 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39267 WARNING 2025-09-18 05:23:25,995 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:23:25,995 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:23:26,040 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:23:40,625 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39279 WARNING 2025-09-18 05:23:40,638 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:23:40,638 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:23:40,677 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:23:42,159 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:23:49,921 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39279 WARNING 2025-09-18 05:23:49,938 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:23:49,939 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:23:49,984 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:24:42,182 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:24:50,173 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:25:01,497 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39289 WARNING 2025-09-18 05:25:01,516 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:25:01,516 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:25:01,561 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:25:16,073 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39289 WARNING 2025-09-18 05:25:16,092 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:25:16,092 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:25:16,138 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:25:42,162 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:25:46,441 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39295 WARNING 2025-09-18 05:25:46,454 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:25:46,454 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:25:46,493 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:25:58,127 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39289 WARNING 2025-09-18 05:25:58,138 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:25:58,138 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:25:58,178 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:26:59,166 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:27:09,930 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39297 WARNING 2025-09-18 05:27:09,949 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:27:09,949 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:27:09,996 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:27:36,038 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39297 WARNING 2025-09-18 05:27:36,051 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:27:36,051 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:27:36,089 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:27:42,159 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:28:36,103 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:28:42,171 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:29:36,175 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:29:43,172 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:30:37,171 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:30:45,167 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:31:38,183 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:32:39,155 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:32:42,137 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:32:59,249 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39573 WARNING 2025-09-18 05:32:59,267 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:32:59,267 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:32:59,334 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:33:42,136 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:33:59,332 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:34:42,141 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:34:59,344 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:35:59,352 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:36:42,144 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:36:59,349 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:37:04,544 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39539 WARNING 2025-09-18 05:37:04,563 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:37:04,564 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:37:04,633 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:37:38,786 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39531 WARNING 2025-09-18 05:37:38,799 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:37:38,799 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:37:38,838 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:37:42,134 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:38:10,064 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39549 WARNING 2025-09-18 05:38:10,078 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:38:10,078 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:38:10,118 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:38:41,486 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39549 WARNING 2025-09-18 05:38:41,499 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:38:41,499 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:38:41,539 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:39:42,170 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:39:42,184 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:47:34,449 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:47:35,451 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:48:36,440 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:49:34,440 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:49:37,450 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:59:08,626 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:02:37,365 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:02:42,371 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:09:19,020 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:09:26,028 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:14:37,786 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:17:56,796 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:19:02,666 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:20:11,483 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:20:11,490 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:23:09,475 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:23:09,487 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:24:09,473 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:25:09,480 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:26:09,462 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:27:09,473 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:27:09,485 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:28:09,472 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:29:09,580 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:30:09,572 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:31:09,576 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:31:09,584 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:40:51,660 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:40:51,672 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:44:55,061 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:49:52,261 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:51:15,875 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:52:15,887 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:52:15,894 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:54:15,885 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:54:15,891 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:56:15,936 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:56:15,941 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:57:15,940 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:58:15,941 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:58:15,953 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:59:15,944 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:00:15,958 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:01:15,962 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:01:15,971 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:03:15,959 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:03:15,968 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:04:15,957 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:05:15,964 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:06:15,963 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:06:15,972 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:08:15,962 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:08:15,970 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:09:15,968 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:10:15,883 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:11:15,887 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:12:15,899 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:12:15,908 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:14:15,892 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:14:15,902 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:15:15,883 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:16:15,890 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:17:15,885 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:17:15,894 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:19:15,896 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:19:15,905 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:20:15,888 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:21:15,891 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:21:15,903 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:23:15,903 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:23:15,912 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:24:15,892 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:25:15,901 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:25:15,909 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:27:15,844 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:27:15,853 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:28:15,856 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:28:15,866 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:30:15,845 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:30:15,853 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:32:15,844 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:32:15,853 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:33:15,841 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:34:15,853 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:35:15,832 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:36:15,833 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:36:15,845 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:37:15,836 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:38:15,839 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:39:15,834 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:40:15,847 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:40:15,856 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:42:15,835 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:42:15,843 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:44:15,830 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:44:15,840 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:45:15,835 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:46:15,827 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:46:15,835 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:48:15,821 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:48:15,827 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:49:15,822 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:50:15,816 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:51:15,820 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:52:15,820 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:52:15,825 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:53:15,814 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:58:41,546 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:00:12,472 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:05:18,675 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:06:13,141 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39563 WARNING 2025-09-18 08:06:13,155 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 08:06:13,155 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 08:06:13,212 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:06:44,499 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39595 WARNING 2025-09-18 08:06:44,516 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 08:06:44,516 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 08:06:44,578 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:06:59,481 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:07:02,631 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39563 WARNING 2025-09-18 08:07:02,644 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 08:07:02,644 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 08:07:02,685 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:07:59,487 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:08:03,503 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:08:35,396 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39553 WARNING 2025-09-18 08:08:35,408 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 08:08:35,408 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 08:08:35,448 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:08:57,657 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39553 WARNING 2025-09-18 08:08:57,670 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 08:08:57,670 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 08:08:57,708 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:08:59,482 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:09:14,234 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39553 WARNING 2025-09-18 08:09:14,250 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 08:09:14,251 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 08:09:14,293 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:09:39,353 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39564 WARNING 2025-09-18 08:09:39,366 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 08:09:39,366 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 08:09:39,406 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:09:55,804 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39553 WARNING 2025-09-18 08:09:55,815 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 08:09:55,815 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 08:09:55,856 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:10:28,680 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39560 WARNING 2025-09-18 08:10:28,692 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 08:10:28,692 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 08:10:28,731 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:10:59,491 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:11:28,734 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:11:35,265 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39553 WARNING 2025-09-18 08:11:35,279 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 08:11:35,279 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 08:11:35,319 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:11:59,493 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:12:35,334 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:13:35,403 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:13:57,525 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:14:07,932 basehttp 52079 6129233920 "GET /en/admin/inpatients/dischargesummary/ HTTP/1.1" 200 80144 INFO 2025-09-18 08:14:07,947 basehttp 52079 6129233920 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 08:14:21,792 basehttp 52079 6129233920 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 166718 INFO 2025-09-18 08:14:21,810 basehttp 52079 6129233920 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 08:14:30,886 basehttp 52079 6129233920 "GET /en/admin/inpatients/admission/154/change/ HTTP/1.1" 200 257909 INFO 2025-09-18 08:14:30,904 basehttp 52079 6129233920 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 08:14:35,573 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:14:57,564 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:15:36,576 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:15:59,564 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:16:37,575 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:16:59,566 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:17:38,576 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:18:40,582 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:18:59,565 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:19:59,568 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:19:59,579 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:21:59,564 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:21:59,573 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:23:59,669 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:23:59,675 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:25:59,575 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:25:59,586 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:26:59,573 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:27:59,577 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:27:59,588 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:29:59,609 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:29:59,620 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:30:59,607 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:31:59,612 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:31:59,623 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:32:23,789 autoreload 52079 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-09-18 08:32:24,341 autoreload 54161 8682856640 Watching for file changes with StatReloader INFO 2025-09-18 08:33:59,649 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:33:59,656 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:34:59,610 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:35:59,615 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:35:59,626 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:37:59,604 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:37:59,609 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:38:59,614 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:39:59,622 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:39:59,632 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:41:59,617 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:41:59,627 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:42:59,620 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:43:59,627 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:44:59,616 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:45:59,623 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:45:59,634 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:46:59,627 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:47:59,631 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:48:59,618 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:49:59,636 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:49:59,659 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:51:59,696 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:51:59,706 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:52:59,697 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:53:59,706 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:59:04,205 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:01:09,277 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:01:09,289 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:03:09,274 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:03:09,287 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:04:09,281 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:05:09,280 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:06:09,270 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:07:09,263 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:07:09,271 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:08:09,269 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:09:09,277 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:09:09,288 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:11:09,283 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:11:09,292 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:12:09,273 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:13:09,286 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:14:09,269 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:15:09,294 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:15:09,303 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:17:09,290 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:17:09,299 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:18:09,276 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:19:09,292 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:20:09,285 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:21:09,287 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:21:09,292 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:22:09,153 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:23:09,159 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:24:09,143 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:25:09,146 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:25:09,156 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:27:09,159 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:27:09,168 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:28:09,161 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:29:09,156 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:29:09,169 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:31:09,157 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:31:09,167 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:32:09,145 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:33:09,148 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:33:09,158 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:35:09,154 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:35:09,162 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:37:09,145 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:37:09,153 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:38:09,127 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:39:09,126 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:40:09,134 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:41:09,122 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:41:09,130 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:42:09,126 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:43:09,138 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:44:09,120 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:45:09,112 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:45:09,119 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:46:09,113 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:47:09,111 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:48:09,121 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:48:09,132 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:49:09,117 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:50:09,110 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:50:09,116 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:52:09,234 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:52:09,245 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:53:09,240 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:54:09,240 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:55:09,234 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:56:09,241 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:56:09,249 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:58:09,237 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:58:09,248 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:00:09,239 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:00:09,251 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:01:09,230 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:02:09,252 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:03:09,230 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:04:09,228 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:04:09,233 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:05:09,230 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:06:09,239 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:07:09,222 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:08:09,223 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:08:09,230 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:10:09,230 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:10:09,241 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:11:09,225 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:12:09,234 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:12:09,244 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:14:09,223 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:14:09,231 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:15:09,234 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:16:09,235 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:16:09,246 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:18:09,230 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:18:09,240 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:19:09,237 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:20:09,243 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:21:09,243 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:22:09,212 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:22:09,220 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:24:09,226 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:24:09,234 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:25:09,205 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:26:09,204 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:27:09,214 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:28:09,215 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:28:09,227 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:30:09,216 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:30:09,228 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:31:09,214 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:32:09,206 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:32:09,213 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:34:09,220 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:34:09,231 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:35:09,215 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:36:09,222 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:36:15,019 basehttp 54161 12901707776 "GET /en/admin/emr/problemlist/ HTTP/1.1" 200 153541 INFO 2025-09-18 10:36:15,042 basehttp 54161 12901707776 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 10:37:09,131 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:37:44,214 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:38:09,133 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:38:44,221 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:39:44,224 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:40:09,115 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:40:44,226 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:41:09,120 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:41:44,225 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:42:44,232 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:43:09,121 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:43:44,237 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:44:09,127 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:44:44,242 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:45:44,237 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:46:09,122 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:46:44,230 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:47:44,243 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:48:09,120 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:48:44,239 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:49:09,123 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:49:44,249 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:50:44,252 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:51:09,123 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:51:44,251 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:52:09,131 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:52:44,279 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:53:44,266 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:54:09,134 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:54:44,282 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:55:09,129 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:55:44,277 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:56:44,271 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:57:09,142 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:57:44,271 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:58:09,133 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:58:44,285 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:59:44,282 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 11:00:09,130 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 11:00:44,287 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 11:01:09,123 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 11:01:44,292 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 11:02:44,297 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 11:03:09,126 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 11:03:44,287 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 11:04:09,129 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 11:04:44,304 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 11:05:09,137 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 11:05:44,293 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 11:06:44,302 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 11:07:58,945 autoreload 22129 8682856640 Watching for file changes with StatReloader INFO 2025-09-18 11:08:04,910 basehttp 22129 6159200256 "GET /en/admin/emr/problemlist/ HTTP/1.1" 200 153541 INFO 2025-09-18 11:08:04,927 basehttp 22129 6159200256 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 11:08:09,232 basehttp 22129 6159200256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 11:08:17,053 basehttp 22129 6159200256 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 117616 INFO 2025-09-18 11:08:17,064 basehttp 22129 6159200256 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-09-18 11:08:25,628 log 22129 6159200256 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: inpatients_surgery_schedule.operating_room_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2057, in changelist_view response = self.response_action( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1686, in response_action response = func(self, request, queryset) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/actions.py", line 39, in delete_selected ) = modeladmin.get_deleted_objects(queryset, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2199, in get_deleted_objects return get_deleted_objects(objs, request, self.admin_site) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 138, in get_deleted_objects collector.collect(objs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 205, in collect return super().collect(objs, source_attr=source_attr, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/deletion.py", line 345, in collect on_delete(self, field, sub_objs, self.using) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/deletion.py", line 23, in CASCADE collector.collect( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 205, in collect return super().collect(objs, source_attr=source_attr, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/deletion.py", line 343, in collect if getattr(on_delete, "lazy_sub_objs", False) or sub_objs: ^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: inpatients_surgery_schedule.operating_room_id ERROR 2025-09-18 11:08:25,631 basehttp 22129 6159200256 "POST /en/admin/inpatients/ward/ HTTP/1.1" 500 319848 INFO 2025-09-18 11:08:29,414 basehttp 22129 6159200256 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 117616 INFO 2025-09-18 11:09:05,785 autoreload 22703 8682856640 Watching for file changes with StatReloader INFO 2025-09-18 11:09:08,682 basehttp 22703 6126612480 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 117616 INFO 2025-09-18 11:09:08,698 basehttp 22703 6126612480 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 11:09:09,223 basehttp 22703 6126612480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-18 11:09:12,483 log 22703 6126612480 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: inpatients_surgery_schedule.operating_room_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2057, in changelist_view response = self.response_action( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1686, in response_action response = func(self, request, queryset) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/actions.py", line 39, in delete_selected ) = modeladmin.get_deleted_objects(queryset, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2199, in get_deleted_objects return get_deleted_objects(objs, request, self.admin_site) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 138, in get_deleted_objects collector.collect(objs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 205, in collect return super().collect(objs, source_attr=source_attr, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/deletion.py", line 345, in collect on_delete(self, field, sub_objs, self.using) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/deletion.py", line 23, in CASCADE collector.collect( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 205, in collect return super().collect(objs, source_attr=source_attr, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/deletion.py", line 343, in collect if getattr(on_delete, "lazy_sub_objs", False) or sub_objs: ^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: inpatients_surgery_schedule.operating_room_id ERROR 2025-09-18 11:09:12,607 basehttp 22703 6126612480 "POST /en/admin/inpatients/ward/ HTTP/1.1" 500 319848 INFO 2025-09-19 04:34:34,883 autoreload 72644 8602788160 Watching for file changes with StatReloader INFO 2025-09-19 04:34:36,335 basehttp 72644 6129889280 "GET / HTTP/1.1" 302 0 ERROR 2025-09-19 04:34:36,353 log 72644 6146715648 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 71, in dispatch if not request.user.is_authenticated: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 04:34:36,355 basehttp 72644 6146715648 "GET /en/ HTTP/1.1" 500 109427 WARNING 2025-09-19 04:34:36,388 log 72644 6146715648 Not Found: /favicon.ico WARNING 2025-09-19 04:34:36,388 basehttp 72644 6146715648 "GET /favicon.ico HTTP/1.1" 404 2557 ERROR 2025-09-19 04:34:42,122 log 72644 6146715648 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 04:34:42,124 basehttp 72644 6146715648 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109545 INFO 2025-09-19 04:34:45,095 basehttp 72644 6146715648 "GET /en/admin HTTP/1.1" 301 0 ERROR 2025-09-19 04:34:45,116 log 72644 6129889280 Internal Server Error: /en/admin/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 265, in wrapper return self.admin_view(view, cacheable)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 234, in inner if not self.has_permission(request): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 207, in has_permission return request.user.is_active and request.user.is_staff ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 04:34:45,117 basehttp 72644 6129889280 "GET /en/admin/ HTTP/1.1" 500 128747 ERROR 2025-09-19 04:34:45,974 log 72644 6129889280 Internal Server Error: /en/admin/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 265, in wrapper return self.admin_view(view, cacheable)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 234, in inner if not self.has_permission(request): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 207, in has_permission return request.user.is_active and request.user.is_staff ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 04:34:45,976 basehttp 72644 6129889280 "GET /en/admin/ HTTP/1.1" 500 128473 ERROR 2025-09-19 04:34:47,019 log 72644 6129889280 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 04:34:47,020 basehttp 72644 6129889280 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 04:36:47,029 log 72644 6129889280 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 04:36:47,031 basehttp 72644 6129889280 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 04:37:47,025 log 72644 6129889280 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 04:37:47,026 basehttp 72644 6129889280 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 04:39:47,038 log 72644 6129889280 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 04:39:47,039 basehttp 72644 6129889280 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 04:40:47,040 log 72644 6129889280 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 04:40:47,042 basehttp 72644 6129889280 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 04:40:51,235 log 72644 6129889280 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 71, in dispatch if not request.user.is_authenticated: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 04:40:51,236 basehttp 72644 6129889280 "GET /en/ HTTP/1.1" 500 109427 INFO 2025-09-19 04:40:59,563 autoreload 75822 8602788160 Watching for file changes with StatReloader ERROR 2025-09-19 04:41:02,265 log 75822 6196916224 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 71, in dispatch if not request.user.is_authenticated: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 04:41:02,266 basehttp 75822 6196916224 "GET /en/ HTTP/1.1" 500 109564 INFO 2025-09-19 12:57:03,824 autoreload 83256 8602788160 Watching for file changes with StatReloader ERROR 2025-09-19 12:57:09,041 log 83256 6189854720 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 71, in dispatch if not request.user.is_authenticated: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 12:57:09,043 basehttp 83256 6189854720 "GET /en/ HTTP/1.1" 500 109564 ERROR 2025-09-19 12:58:31,073 log 83256 6189854720 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 12:58:31,076 basehttp 83256 6189854720 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 12:59:31,067 log 83256 6189854720 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 12:59:31,069 basehttp 83256 6189854720 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 13:01:31,061 log 83256 6189854720 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 13:01:31,063 basehttp 83256 6189854720 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 13:02:31,070 log 83256 6189854720 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 13:02:31,072 basehttp 83256 6189854720 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 13:04:31,067 log 83256 6189854720 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 13:04:31,072 basehttp 83256 6189854720 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 13:05:31,071 log 83256 6189854720 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 13:05:31,073 basehttp 83256 6189854720 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 13:07:31,063 log 83256 6189854720 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 13:07:31,064 basehttp 83256 6189854720 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 13:08:31,065 log 83256 6189854720 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 13:08:31,066 basehttp 83256 6189854720 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 13:10:31,130 log 83256 6189854720 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 13:10:31,133 basehttp 83256 6189854720 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 13:11:31,141 log 83256 6189854720 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 13:11:31,144 basehttp 83256 6189854720 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 13:12:31,145 log 83256 6189854720 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 13:12:31,147 basehttp 83256 6189854720 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 INFO 2025-09-19 13:21:22,087 autoreload 94296 8602788160 Watching for file changes with StatReloader ERROR 2025-09-19 13:21:24,666 log 94296 6165852160 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 71, in dispatch if not request.user.is_authenticated: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 13:21:24,668 basehttp 94296 6165852160 "GET /en/ HTTP/1.1" 500 109564 ERROR 2025-09-19 13:21:31,176 log 94296 6165852160 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 13:21:31,176 basehttp 94296 6165852160 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 13:21:39,091 log 94296 6165852160 Internal Server Error: /en/admin/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 265, in wrapper return self.admin_view(view, cacheable)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 234, in inner if not self.has_permission(request): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 207, in has_permission return request.user.is_active and request.user.is_staff ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 13:21:39,092 basehttp 94296 6165852160 "GET /en/admin/ HTTP/1.1" 500 128747 ERROR 2025-09-19 13:21:40,755 log 94296 6165852160 Internal Server Error: /en/admin/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 265, in wrapper return self.admin_view(view, cacheable)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 234, in inner if not self.has_permission(request): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 207, in has_permission return request.user.is_active and request.user.is_staff ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 13:21:40,756 basehttp 94296 6165852160 "GET /en/admin/ HTTP/1.1" 500 128473 INFO 2025-09-19 14:04:46,420 autoreload 14908 8602788160 Watching for file changes with StatReloader INFO 2025-09-19 14:04:49,701 basehttp 14908 6136229888 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-09-19 14:04:49,725 basehttp 14908 6136229888 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-09-19 14:04:49,740 basehttp 14908 6153056256 "GET /static/admin/css/dark_mode.css HTTP/1.1" 304 0 INFO 2025-09-19 14:04:49,741 basehttp 14908 6169882624 "GET /static/admin/css/responsive.css HTTP/1.1" 304 0 INFO 2025-09-19 14:04:49,741 basehttp 14908 6186708992 "GET /static/admin/css/base.css HTTP/1.1" 304 0 INFO 2025-09-19 14:04:49,741 basehttp 14908 6136229888 "GET /static/admin/css/login.css HTTP/1.1" 200 951 INFO 2025-09-19 14:04:49,742 basehttp 14908 6203535360 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 304 0 INFO 2025-09-19 14:04:49,742 basehttp 14908 6220361728 "GET /static/admin/js/theme.js HTTP/1.1" 304 0 INFO 2025-09-19 14:04:49,743 basehttp 14908 6220361728 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 304 0 INFO 2025-09-19 14:04:51,408 basehttp 14908 6220361728 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-09-19 14:04:51,430 basehttp 14908 6220361728 "GET /en/admin/ HTTP/1.1" 200 98148 INFO 2025-09-19 14:04:51,445 basehttp 14908 6220361728 "GET /static/admin/css/dashboard.css HTTP/1.1" 304 0 INFO 2025-09-19 14:04:51,447 basehttp 14908 6136229888 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 304 0 INFO 2025-09-19 14:04:51,448 basehttp 14908 6220361728 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 304 0 INFO 2025-09-19 14:04:55,368 basehttp 14908 6220361728 "GET / HTTP/1.1" 302 0 ERROR 2025-09-19 14:04:55,410 log 14908 6136229888 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 890, in _resolve_lookup raise TypeError TypeError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 722, in resolve obj = self.var.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 901, in _resolve_lookup current = getattr(current, bit) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/files.py", line 69, in url self._require_file() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/files.py", line 44, in _require_file raise ValueError( ValueError: The 'profile_picture' attribute has no file associated with it. ERROR 2025-09-19 14:04:55,411 basehttp 14908 6136229888 "GET /en/ HTTP/1.1" 500 177015 INFO 2025-09-19 14:05:31,175 basehttp 14908 6136229888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4640 INFO 2025-09-19 14:07:31,165 basehttp 14908 6136229888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4640 INFO 2025-09-19 14:08:16,380 basehttp 14908 6136229888 "GET /en/ HTTP/1.1" 200 48333 INFO 2025-09-19 14:08:16,387 basehttp 14908 6136229888 "GET /static/img/user/user-12.jpg HTTP/1.1" 200 8541 INFO 2025-09-19 14:08:16,388 basehttp 14908 6203535360 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 INFO 2025-09-19 14:08:16,461 basehttp 14908 6203535360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4640 INFO 2025-09-19 14:08:16,461 basehttp 14908 6169882624 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1094 INFO 2025-09-19 14:08:16,463 basehttp 14908 6186708992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-19 14:08:16,463 basehttp 14908 6136229888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:08:30,234 basehttp 14908 6136229888 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-09-19 14:08:30,281 basehttp 14908 6186708992 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-19 14:08:30,322 basehttp 14908 6186708992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4640 INFO 2025-09-19 14:08:31,172 basehttp 14908 6186708992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4640 ERROR 2025-09-19 14:08:39,979 log 14908 6186708992 Internal Server Error: /en/hr/employees/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1081, in render return render_value_in_context(output, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1058, in render_value_in_context value = str(value) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/utils.py", line 79, in __str__ return self.as_widget() ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/boundfield.py", line 108, in as_widget return widget.render( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 329, in render context = self.get_context(name, value, attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 830, in get_context context = super().get_context(name, value, attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 781, in get_context context["widget"]["optgroups"] = self.optgroups( ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 721, in optgroups for index, (option_value, option_label) in enumerate(self.choices): ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1425, in __iter__ yield self.choice(obj) ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1439, in choice self.field.label_from_instance(obj), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1529, in label_from_instance return str(obj) ^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/models.py", line 183, in __str__ return f"{self.employee_number} - {self.get_display_name()}" ^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Employee' object has no attribute 'employee_number' ERROR 2025-09-19 14:08:39,983 basehttp 14908 6186708992 "GET /en/hr/employees/create/ HTTP/1.1" 500 213025 INFO 2025-09-19 14:09:31,168 basehttp 14908 6186708992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:09:47,700 autoreload 14908 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/models.py changed, reloading. INFO 2025-09-19 14:09:48,272 autoreload 17163 8602788160 Watching for file changes with StatReloader ERROR 2025-09-19 14:09:51,448 log 17163 13186969600 Internal Server Error: /en/hr/employees/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1081, in render return render_value_in_context(output, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1058, in render_value_in_context value = str(value) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/utils.py", line 79, in __str__ return self.as_widget() ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/boundfield.py", line 108, in as_widget return widget.render( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 329, in render context = self.get_context(name, value, attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 830, in get_context context = super().get_context(name, value, attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 781, in get_context context["widget"]["optgroups"] = self.optgroups( ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 721, in optgroups for index, (option_value, option_label) in enumerate(self.choices): ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1425, in __iter__ yield self.choice(obj) ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1439, in choice self.field.label_from_instance(obj), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1529, in label_from_instance return str(obj) ^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/models.py", line 183, in __str__ return f"{self.employee_id} - {self.get_display_name()}" ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Employee' object has no attribute 'get_display_name' ERROR 2025-09-19 14:09:51,451 basehttp 17163 13186969600 "GET /en/hr/employees/create/ HTTP/1.1" 500 213208 INFO 2025-09-19 14:10:14,591 autoreload 17163 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/models.py changed, reloading. INFO 2025-09-19 14:10:14,998 autoreload 17340 8602788160 Watching for file changes with StatReloader INFO 2025-09-19 14:10:16,283 basehttp 17340 6163329024 "GET /en/hr/employees/create/ HTTP/1.1" 200 54893 INFO 2025-09-19 14:10:16,335 basehttp 17340 6163329024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:10:50,893 basehttp 17340 6163329024 "GET /en/hr/employees/ HTTP/1.1" 200 129415 INFO 2025-09-19 14:10:50,934 basehttp 17340 6163329024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:10:54,224 basehttp 17340 6163329024 "GET /en/hr/employees/76/ HTTP/1.1" 200 32705 INFO 2025-09-19 14:10:54,263 basehttp 17340 6163329024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:11:26,865 basehttp 17340 6163329024 "GET / HTTP/1.1" 302 0 INFO 2025-09-19 14:11:26,888 basehttp 17340 6180155392 "GET /en/ HTTP/1.1" 200 48333 INFO 2025-09-19 14:11:26,948 basehttp 17340 6180155392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:11:26,953 basehttp 17340 6213808128 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1094 INFO 2025-09-19 14:11:26,953 basehttp 17340 6196981760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-19 14:11:26,955 basehttp 17340 6163329024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:11:29,371 basehttp 17340 6163329024 "GET /en/audit-log/ HTTP/1.1" 200 226774 INFO 2025-09-19 14:11:29,417 basehttp 17340 6163329024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:11:31,162 basehttp 17340 6163329024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:11:56,925 basehttp 17340 6163329024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:12:26,959 basehttp 17340 6163329024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:12:26,959 basehttp 17340 6196981760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-19 14:12:26,960 basehttp 17340 6213808128 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:12:31,149 basehttp 17340 6213808128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:12:56,934 basehttp 17340 6213808128 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:13:26,960 basehttp 17340 6213808128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:13:26,962 basehttp 17340 6163329024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-19 14:13:26,963 basehttp 17340 6196981760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:13:35,105 basehttp 17340 6196981760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:13:44,111 basehttp 17340 6196981760 "GET /en/admin/ HTTP/1.1" 200 98148 INFO 2025-09-19 14:13:46,312 basehttp 17340 6196981760 "GET /en/admin/accounts/user/ HTTP/1.1" 200 154723 INFO 2025-09-19 14:13:46,323 basehttp 17340 6180155392 "GET /static/admin/js/jquery.init.js HTTP/1.1" 304 0 INFO 2025-09-19 14:13:46,323 basehttp 17340 6213808128 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 304 0 INFO 2025-09-19 14:13:46,323 basehttp 17340 6163329024 "GET /static/admin/css/changelists.css HTTP/1.1" 304 0 INFO 2025-09-19 14:13:46,323 basehttp 17340 6230634496 "GET /static/admin/js/core.js HTTP/1.1" 304 0 INFO 2025-09-19 14:13:46,325 basehttp 17340 6180155392 "GET /static/admin/js/actions.js HTTP/1.1" 304 0 INFO 2025-09-19 14:13:46,325 basehttp 17340 6247460864 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 304 0 INFO 2025-09-19 14:13:46,325 basehttp 17340 6213808128 "GET /static/admin/js/urlify.js HTTP/1.1" 304 0 INFO 2025-09-19 14:13:46,325 basehttp 17340 6163329024 "GET /static/admin/js/prepopulate.js HTTP/1.1" 304 0 INFO 2025-09-19 14:13:46,325 basehttp 17340 6230634496 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 304 0 INFO 2025-09-19 14:13:46,326 basehttp 17340 6163329024 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 304 0 INFO 2025-09-19 14:13:46,327 basehttp 17340 6213808128 "GET /static/admin/img/search.svg HTTP/1.1" 304 0 INFO 2025-09-19 14:13:46,330 basehttp 17340 6196981760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-19 14:13:46,330 basehttp 17340 6163329024 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-09-19 14:13:46,331 basehttp 17340 6163329024 "GET /static/admin/js/filters.js HTTP/1.1" 304 0 INFO 2025-09-19 14:13:46,343 basehttp 17340 6163329024 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 304 0 INFO 2025-09-19 14:13:46,343 basehttp 17340 6196981760 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 304 0 INFO 2025-09-19 14:13:46,353 basehttp 17340 6196981760 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 304 0 INFO 2025-09-19 14:13:52,471 basehttp 17340 6196981760 "GET /en/admin/hr/employee/ HTTP/1.1" 200 161659 INFO 2025-09-19 14:13:52,483 basehttp 17340 6196981760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-19 14:13:57,150 basehttp 17340 6196981760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:14:04,445 basehttp 17340 6196981760 "GET /en/admin/hr/employee/?o=1 HTTP/1.1" 200 165048 INFO 2025-09-19 14:14:04,458 basehttp 17340 6196981760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-09-19 14:14:06,944 log 17340 6196981760 Internal Server Error: /en/admin/hr/employee/1/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 840, in get_form return modelform_factory(self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 312, in __new__ fields = fields_for_model( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 207, in fields_for_model raise FieldError( django.core.exceptions.FieldError: 'employee_id' cannot be specified for Employee model form as it is a non-editable field During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1878, in _changeform_view ModelForm = self.get_form( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 842, in get_form raise FieldError( django.core.exceptions.FieldError: 'employee_id' cannot be specified for Employee model form as it is a non-editable field. Check fields/fieldsets/exclude attributes of class EmployeeAdmin. ERROR 2025-09-19 14:14:06,946 basehttp 17340 6196981760 "GET /en/admin/hr/employee/1/change/?_changelist_filters=o%3D1 HTTP/1.1" 500 165003 INFO 2025-09-19 14:14:27,160 basehttp 17340 6196981760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:14:27,162 basehttp 17340 6163329024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-19 14:14:27,162 basehttp 17340 6213808128 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:14:35,158 basehttp 17340 6213808128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:15:28,163 basehttp 17340 6213808128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:15:28,163 basehttp 17340 6163329024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-19 14:15:29,150 basehttp 17340 6213808128 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:15:37,158 basehttp 17340 6213808128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:16:29,170 basehttp 17340 6213808128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:16:29,171 basehttp 17340 6163329024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-19 14:16:31,150 basehttp 17340 6213808128 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:17:27,441 autoreload 17340 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/admin.py changed, reloading. INFO 2025-09-19 14:17:27,945 autoreload 20521 8602788160 Watching for file changes with StatReloader INFO 2025-09-19 14:17:30,211 basehttp 20521 6144962560 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-19 14:17:30,226 basehttp 20521 6128136192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 ERROR 2025-09-19 14:17:30,468 log 20521 6128136192 Internal Server Error: /en/admin/hr/employee/1/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1916, in _changeform_view formsets, inline_instances = self._create_formsets( ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2358, in _create_formsets for FormSet, inline in self.get_formsets_with_inlines(*get_formsets_args): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 938, in get_formsets_with_inlines yield inline.get_formset(request, obj), inline ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2535, in get_formset return inlineformset_factory(self.parent_model, self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1343, in inlineformset_factory FormSet = modelformset_factory(model, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1051, in modelformset_factory form = modelform_factory( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (training_name, training_date) specified for TrainingRecord ERROR 2025-09-19 14:17:30,469 basehttp 20521 6128136192 "GET /en/admin/hr/employee/1/change/?_changelist_filters=o%3D1 HTTP/1.1" 500 173832 INFO 2025-09-19 14:17:31,167 basehttp 20521 6128136192 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:17:31,188 basehttp 20521 6144962560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:18:31,189 basehttp 20521 6128136192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:18:31,191 basehttp 20521 6161788928 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-19 14:18:31,191 basehttp 20521 6144962560 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:18:31,200 basehttp 20521 6128136192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:18:39,984 autoreload 20521 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/admin.py changed, reloading. INFO 2025-09-19 14:18:40,337 autoreload 21076 8602788160 Watching for file changes with StatReloader INFO 2025-09-19 14:18:55,659 autoreload 21076 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/admin.py changed, reloading. INFO 2025-09-19 14:18:56,016 autoreload 21239 8602788160 Watching for file changes with StatReloader ERROR 2025-09-19 14:18:58,483 log 21239 6134902784 Internal Server Error: /en/admin/hr/employee/1/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1916, in _changeform_view formsets, inline_instances = self._create_formsets( ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2358, in _create_formsets for FormSet, inline in self.get_formsets_with_inlines(*get_formsets_args): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 938, in get_formsets_with_inlines yield inline.get_formset(request, obj), inline ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2535, in get_formset return inlineformset_factory(self.parent_model, self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1343, in inlineformset_factory FormSet = modelformset_factory(model, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1051, in modelformset_factory form = modelform_factory( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (training_date, training_name) specified for TrainingRecord ERROR 2025-09-19 14:18:58,485 basehttp 21239 6134902784 "GET /en/admin/hr/employee/1/change/?_changelist_filters=o%3D1 HTTP/1.1" 500 173832 ERROR 2025-09-19 14:19:01,305 log 21239 6134902784 Internal Server Error: /en/admin/hr/employee/1/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1916, in _changeform_view formsets, inline_instances = self._create_formsets( ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2358, in _create_formsets for FormSet, inline in self.get_formsets_with_inlines(*get_formsets_args): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 938, in get_formsets_with_inlines yield inline.get_formset(request, obj), inline ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2535, in get_formset return inlineformset_factory(self.parent_model, self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1343, in inlineformset_factory FormSet = modelformset_factory(model, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1051, in modelformset_factory form = modelform_factory( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (training_date, training_name) specified for TrainingRecord ERROR 2025-09-19 14:19:01,306 basehttp 21239 6134902784 "GET /en/admin/hr/employee/1/change/?_changelist_filters=o%3D1 HTTP/1.1" 500 173832 INFO 2025-09-19 14:19:08,350 basehttp 21239 6134902784 "GET /en/admin/hr/ HTTP/1.1" 200 8594 INFO 2025-09-19 14:19:10,194 basehttp 21239 6134902784 "GET /en/admin/hr/employee/ HTTP/1.1" 200 161198 INFO 2025-09-19 14:19:10,213 basehttp 21239 6134902784 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-09-19 14:19:28,619 log 21239 6134902784 Internal Server Error: /en/admin/hr/employee/76/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1916, in _changeform_view formsets, inline_instances = self._create_formsets( ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2358, in _create_formsets for FormSet, inline in self.get_formsets_with_inlines(*get_formsets_args): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 938, in get_formsets_with_inlines yield inline.get_formset(request, obj), inline ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2535, in get_formset return inlineformset_factory(self.parent_model, self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1343, in inlineformset_factory FormSet = modelformset_factory(model, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1051, in modelformset_factory form = modelform_factory( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (training_date, training_name) specified for TrainingRecord ERROR 2025-09-19 14:19:28,620 basehttp 21239 6134902784 "GET /en/admin/hr/employee/76/change/ HTTP/1.1" 500 172747 INFO 2025-09-19 14:19:31,187 basehttp 21239 6168555520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-19 14:19:31,187 basehttp 21239 6134902784 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:19:31,187 basehttp 21239 6151729152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:20:11,437 autoreload 21239 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/admin.py changed, reloading. INFO 2025-09-19 14:20:11,837 autoreload 21788 8602788160 Watching for file changes with StatReloader INFO 2025-09-19 14:20:13,869 basehttp 21788 6159200256 "GET /en/admin/hr/employee/76/change/ HTTP/1.1" 200 350728 INFO 2025-09-19 14:20:13,881 basehttp 21788 6176026624 "GET /static/admin/css/forms.css HTTP/1.1" 304 0 INFO 2025-09-19 14:20:13,882 basehttp 21788 6209679360 "GET /static/admin/js/calendar.js HTTP/1.1" 304 0 INFO 2025-09-19 14:20:13,882 basehttp 21788 6226505728 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 304 0 INFO 2025-09-19 14:20:13,883 basehttp 21788 6192852992 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 304 0 INFO 2025-09-19 14:20:13,883 basehttp 21788 6243332096 "GET /static/admin/js/inlines.js HTTP/1.1" 304 0 INFO 2025-09-19 14:20:13,884 basehttp 21788 6243332096 "GET /static/admin/css/widgets.css HTTP/1.1" 304 0 INFO 2025-09-19 14:20:13,886 basehttp 21788 6243332096 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 304 0 INFO 2025-09-19 14:20:13,886 basehttp 21788 6159200256 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-19 14:20:13,887 basehttp 21788 6243332096 "GET /static/admin/js/change_form.js HTTP/1.1" 304 0 INFO 2025-09-19 14:20:13,887 basehttp 21788 6159200256 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 304 0 INFO 2025-09-19 14:20:13,977 basehttp 21788 6159200256 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 304 0 INFO 2025-09-19 14:20:13,977 basehttp 21788 6243332096 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 304 0 INFO 2025-09-19 14:20:27,067 basehttp 21788 6243332096 "GET /en/admin/ HTTP/1.1" 200 97505 INFO 2025-09-19 14:20:31,165 basehttp 21788 6243332096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:20:31,167 basehttp 21788 6159200256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:20:32,083 basehttp 21788 6159200256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:20:32,084 basehttp 21788 6243332096 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-19 14:20:33,176 basehttp 21788 6243332096 "GET /en/ HTTP/1.1" 200 48335 INFO 2025-09-19 14:20:33,257 basehttp 21788 6243332096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:20:33,261 basehttp 21788 6226505728 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1094 INFO 2025-09-19 14:20:33,261 basehttp 21788 6159200256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:20:33,261 basehttp 21788 6192852992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-20 14:16:48,908 autoreload 97953 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 14:16:52,405 basehttp 97953 6204551168 "GET /en/ HTTP/1.1" 200 48322 INFO 2025-09-20 14:16:52,418 basehttp 97953 6204551168 "GET /static/css/custom.css HTTP/1.1" 304 0 INFO 2025-09-20 14:16:52,481 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:16:52,486 basehttp 97953 6255030272 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1094 INFO 2025-09-20 14:16:52,486 basehttp 97953 6238203904 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-20 14:16:52,489 basehttp 97953 6221377536 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-20 14:16:55,440 basehttp 97953 6221377536 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-20 14:16:55,499 basehttp 97953 6221377536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:17:02,604 basehttp 97953 6221377536 "GET /en/hr/employees/ HTTP/1.1" 200 129415 INFO 2025-09-20 14:17:02,648 basehttp 97953 6221377536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:17:09,198 basehttp 97953 6221377536 "GET /en/hr/departments/ HTTP/1.1" 200 127577 INFO 2025-09-20 14:17:09,206 basehttp 97953 6221377536 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-09-20 14:17:09,210 basehttp 97953 6204551168 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-09-20 14:17:09,211 basehttp 97953 6238203904 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-09-20 14:17:09,212 basehttp 97953 6255030272 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-09-20 14:17:09,213 basehttp 97953 6221377536 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 INFO 2025-09-20 14:17:09,214 basehttp 97953 6271856640 "GET /static/plugins/jszip/dist/jszip.min.js HTTP/1.1" 200 97630 INFO 2025-09-20 14:17:09,221 basehttp 97953 6204551168 "GET /static/plugins/pdfmake/build/vfs_fonts.js HTTP/1.1" 200 828866 INFO 2025-09-20 14:17:09,221 basehttp 97953 6288683008 "GET /static/plugins/pdfmake/build/pdfmake.min.js HTTP/1.1" 200 1400771 INFO 2025-09-20 14:17:09,250 basehttp 97953 6288683008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:17:14,464 basehttp 97953 6288683008 "GET /en/hr/departments/30/ HTTP/1.1" 200 34622 INFO 2025-09-20 14:17:14,477 basehttp 97953 6288683008 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-20 14:17:14,490 basehttp 97953 6288683008 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-20 14:17:14,499 basehttp 97953 6288683008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:17:26,952 basehttp 97953 6288683008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:17:27,293 basehttp 97953 6288683008 "GET /en/hr/departments/30/update/ HTTP/1.1" 200 43247 WARNING 2025-09-20 14:17:27,302 basehttp 97953 6288683008 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 INFO 2025-09-20 14:17:27,332 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:17:55,506 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:17:57,500 basehttp 97953 6204551168 "GET /en/hr/schedules/ HTTP/1.1" 200 122326 INFO 2025-09-20 14:17:57,512 basehttp 97953 6204551168 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 INFO 2025-09-20 14:17:57,516 basehttp 97953 6238203904 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-09-20 14:17:57,516 basehttp 97953 6288683008 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 INFO 2025-09-20 14:17:57,517 basehttp 97953 6221377536 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 INFO 2025-09-20 14:17:57,517 basehttp 97953 6271856640 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 INFO 2025-09-20 14:17:57,517 basehttp 97953 6255030272 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 INFO 2025-09-20 14:17:57,555 basehttp 97953 6255030272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:18:04,352 basehttp 97953 6255030272 "GET /en/hr/schedules/134/ HTTP/1.1" 200 175832 WARNING 2025-09-20 14:18:04,360 basehttp 97953 6255030272 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-20 14:18:04,393 basehttp 97953 6271856640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-20 14:18:04,412 basehttp 97953 6271856640 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-09-20 14:18:08,043 basehttp 97953 6221377536 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-20 14:18:57,570 basehttp 97953 6288683008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:19:11,476 basehttp 97953 6288683008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:19:12,523 basehttp 97953 6288683008 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-20 14:19:12,553 basehttp 97953 6288683008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:19:26,958 basehttp 97953 6288683008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:20:12,568 basehttp 97953 6288683008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:20:26,958 basehttp 97953 6288683008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 ERROR 2025-09-20 14:20:30,867 log 97953 6288683008 Internal Server Error: /en/hr/training-management Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 823, in get_queryset .order_by('-training_date', '-completion_date')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'training_date' into field. Choices are: assessments, attendance, certificate, completion_date, cost_paid, created_at, created_by, created_by_id, credits_earned, employee, employee_id, enrolled_at, id, notes, passed, program, program_id, record_id, score, session, session_id, started_at, status, updated_at ERROR 2025-09-20 14:20:30,870 basehttp 97953 6288683008 "GET /en/hr/training-management HTTP/1.1" 500 101628 INFO 2025-09-20 14:20:35,397 basehttp 97953 6288683008 "GET /en/hr/reviews/ HTTP/1.1" 200 33229 INFO 2025-09-20 14:20:35,406 basehttp 97953 6288683008 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.css HTTP/1.1" 200 8069 INFO 2025-09-20 14:20:35,407 basehttp 97953 6238203904 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.js HTTP/1.1" 200 67842 INFO 2025-09-20 14:20:35,440 basehttp 97953 6238203904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:21:35,459 basehttp 97953 6238203904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:22:16,831 basehttp 97953 6238203904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:22:17,877 basehttp 97953 6238203904 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-20 14:22:17,910 basehttp 97953 6238203904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:22:26,947 basehttp 97953 6238203904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:23:17,922 basehttp 97953 6238203904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:23:26,954 basehttp 97953 6238203904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:24:17,918 basehttp 97953 6238203904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:24:18,955 basehttp 97953 6238203904 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-20 14:24:18,988 basehttp 97953 6238203904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:25:19,004 basehttp 97953 6238203904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:25:26,937 basehttp 97953 6238203904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:26:19,006 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:26:20,028 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-20 14:26:20,063 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:26:26,942 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:27:20,156 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:27:27,027 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:28:20,157 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:28:21,201 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-20 14:28:21,236 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:29:21,250 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:29:27,021 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:30:21,251 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:30:22,292 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-20 14:30:22,329 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:30:27,020 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:31:22,343 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:32:22,349 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:32:23,390 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-20 14:32:23,425 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:32:27,023 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:33:23,436 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:33:27,025 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:34:23,442 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:34:24,485 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-20 14:34:24,524 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:35:24,536 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:35:27,020 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:36:24,538 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:36:25,586 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-20 14:36:25,614 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:36:27,021 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:37:25,627 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:37:27,021 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:38:25,629 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:38:26,676 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-20 14:38:26,710 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:39:26,722 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:39:27,018 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:40:26,727 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:40:27,007 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:40:27,771 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-20 14:40:27,808 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:41:27,819 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:42:27,006 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:42:27,809 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:42:28,852 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-20 14:42:28,890 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:43:26,991 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:43:28,884 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:44:28,895 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:44:29,941 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-20 14:44:29,979 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:45:26,983 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:45:30,986 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:46:51,696 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:46:55,700 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:46:56,736 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-20 14:46:56,790 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:51:13,791 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:52:08,688 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:52:13,797 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:52:14,861 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-20 14:52:14,907 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:53:08,697 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:53:14,930 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:54:14,933 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:54:15,991 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-20 14:54:16,021 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:55:08,686 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:55:16,047 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:56:08,689 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:56:16,049 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:56:17,090 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-20 14:56:17,132 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:57:17,155 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:58:08,686 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:58:17,150 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:58:18,209 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-20 14:58:18,249 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:59:18,273 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:00:08,686 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:00:18,268 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:00:19,329 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-20 15:00:19,369 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:01:08,681 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:01:19,674 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:02:19,671 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:02:20,717 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-20 15:02:20,748 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:03:08,669 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:03:21,665 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:04:08,654 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:04:21,655 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:04:22,699 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-20 15:04:22,736 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:05:23,643 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:06:08,651 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:06:23,646 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:06:23,784 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-20 15:06:23,832 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:07:23,850 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:08:08,651 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:08:23,842 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:08:24,893 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-20 15:08:24,931 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:09:08,649 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:09:24,932 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:10:08,647 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:10:24,940 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:10:25,989 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-20 15:10:26,019 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:11:26,027 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:12:08,648 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:12:31,062 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:12:32,103 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 34392 INFO 2025-09-20 15:13:08,634 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:14:07,924 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 34460 INFO 2025-09-20 15:14:07,956 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:14:08,635 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:14:35,712 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 34467 INFO 2025-09-20 15:14:35,743 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:15:35,754 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:16:08,630 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:16:35,833 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:16:36,864 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 34467 INFO 2025-09-20 15:16:36,897 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:17:08,717 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:17:36,899 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:18:08,719 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:18:36,902 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:18:37,932 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 34467 INFO 2025-09-20 15:18:37,963 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:19:09,255 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 34959 INFO 2025-09-20 15:19:09,291 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:20:08,714 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:20:09,293 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:21:05,551 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 36378 INFO 2025-09-20 15:21:05,587 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:21:08,726 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:22:05,587 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:22:37,186 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 37084 INFO 2025-09-20 15:22:37,224 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:23:08,714 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:23:37,228 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:24:08,721 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:24:12,322 basehttp 97953 6204551168 "GET /en/hr/ HTTP/1.1" 200 37790 INFO 2025-09-20 15:24:12,355 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:25:08,724 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:25:12,356 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:25:24,646 autoreload 97953 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-20 15:25:25,175 autoreload 27338 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 15:25:27,013 basehttp 27338 6170554368 "GET /en/hr/ HTTP/1.1" 200 47504 INFO 2025-09-20 15:25:27,049 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:26:27,059 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:27:08,712 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:27:27,059 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:27:28,098 basehttp 27338 6170554368 "GET /en/hr/ HTTP/1.1" 200 47504 INFO 2025-09-20 15:27:28,136 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:28:08,714 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:28:28,141 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:29:08,728 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:29:20,704 basehttp 27338 6170554368 "GET /en/hr/ HTTP/1.1" 200 47504 INFO 2025-09-20 15:29:20,740 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:29:55,834 basehttp 27338 6170554368 "GET /en/hr/ HTTP/1.1" 200 47502 INFO 2025-09-20 15:29:55,867 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:30:27,827 basehttp 27338 6170554368 "GET /en/hr/ HTTP/1.1" 200 47504 INFO 2025-09-20 15:30:27,868 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:31:08,711 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:31:21,238 basehttp 27338 6170554368 "GET /en/hr/ HTTP/1.1" 200 47610 INFO 2025-09-20 15:31:21,273 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:32:08,712 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:32:21,262 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:32:50,559 basehttp 27338 6170554368 "GET /en/hr/ HTTP/1.1" 200 47601 INFO 2025-09-20 15:32:50,592 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:33:08,346 basehttp 27338 6170554368 "GET /en/hr/ HTTP/1.1" 200 47598 INFO 2025-09-20 15:33:08,380 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:33:39,859 basehttp 27338 6170554368 "GET /en/hr/ HTTP/1.1" 200 47596 INFO 2025-09-20 15:33:39,905 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:34:08,703 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:34:11,858 basehttp 27338 6170554368 "GET /en/hr/ HTTP/1.1" 200 47575 INFO 2025-09-20 15:34:11,891 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:34:13,047 basehttp 27338 6170554368 "GET /en/hr/ HTTP/1.1" 200 47575 INFO 2025-09-20 15:34:13,093 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:35:08,714 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:35:13,696 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:36:13,700 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:36:14,780 basehttp 27338 6170554368 "GET /en/hr/ HTTP/1.1" 200 47575 INFO 2025-09-20 15:36:14,812 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:36:28,620 basehttp 27338 6170554368 "GET /en/hr/ HTTP/1.1" 200 47233 INFO 2025-09-20 15:36:28,657 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:37:08,708 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:37:28,657 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:38:12,737 basehttp 27338 6170554368 "GET /en/hr/ HTTP/1.1" 200 47685 INFO 2025-09-20 15:38:12,769 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:38:57,786 basehttp 27338 6170554368 "GET /en/hr/ HTTP/1.1" 200 47685 INFO 2025-09-20 15:38:57,831 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:39:08,693 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:39:50,372 basehttp 27338 6170554368 "GET /en/hr/ HTTP/1.1" 200 47674 INFO 2025-09-20 15:39:50,412 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:40:08,693 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:40:50,411 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:41:08,705 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:41:50,425 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:41:51,475 basehttp 27338 6170554368 "GET /en/hr/ HTTP/1.1" 200 47674 INFO 2025-09-20 15:41:51,510 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:42:51,511 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:43:08,694 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:43:51,514 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:43:52,550 basehttp 27338 6170554368 "GET /en/hr/ HTTP/1.1" 200 47674 INFO 2025-09-20 15:43:52,584 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:44:08,704 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:44:33,480 basehttp 27338 6170554368 "GET /en/hr/ HTTP/1.1" 200 45458 INFO 2025-09-20 15:44:33,519 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:45:33,529 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:46:08,700 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:46:22,809 basehttp 27338 6170554368 "GET /en/hr/ HTTP/1.1" 200 45952 INFO 2025-09-20 15:46:22,853 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:47:04,535 basehttp 27338 6170554368 "GET /en/hr/ HTTP/1.1" 200 45922 INFO 2025-09-20 15:47:04,573 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:47:08,698 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:48:04,575 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:48:25,660 basehttp 27338 6170554368 "GET /en/hr/ HTTP/1.1" 200 45922 INFO 2025-09-20 15:48:25,704 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:49:07,888 basehttp 27338 6170554368 "GET /en/hr/ HTTP/1.1" 200 45922 INFO 2025-09-20 15:49:07,899 basehttp 27338 6170554368 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 INFO 2025-09-20 15:49:07,924 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:49:08,688 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:50:02,870 basehttp 27338 6170554368 "GET /en/hr/ HTTP/1.1" 200 45926 INFO 2025-09-20 15:50:02,910 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:50:08,691 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:50:17,462 basehttp 27338 6170554368 "GET /en/hr/ HTTP/1.1" 200 45922 INFO 2025-09-20 15:50:17,497 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:50:49,575 basehttp 27338 6170554368 "GET /en/hr/departments/ HTTP/1.1" 200 127577 INFO 2025-09-20 15:50:49,625 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:51:08,693 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:51:11,135 basehttp 27338 6170554368 "GET /en/hr/employees/create/ HTTP/1.1" 200 54893 INFO 2025-09-20 15:51:11,173 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:52:11,185 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:52:11,873 basehttp 27338 6170554368 "POST /en/hr/employees/create/ HTTP/1.1" 200 54912 INFO 2025-09-20 15:52:11,907 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:53:08,679 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:53:11,913 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:54:08,690 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:54:11,921 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:55:11,932 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:55:17,254 basehttp 27338 6170554368 "GET /en/hr/employees/create/ HTTP/1.1" 200 54789 INFO 2025-09-20 15:55:17,873 basehttp 27338 6170554368 "GET /en/hr/employees/create/ HTTP/1.1" 200 54789 INFO 2025-09-20 15:55:17,916 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:55:45,697 basehttp 27338 6170554368 "GET /en/hr/employees/ HTTP/1.1" 200 129415 INFO 2025-09-20 15:55:45,738 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:56:08,687 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:56:45,751 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:57:08,689 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:57:45,741 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:58:45,751 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-20 15:59:08,684 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 15:59:41,064 basehttp 27338 6170554368 "GET /en/hr/employees/ HTTP/1.1" 200 129337 INFO 2025-09-20 15:59:41,110 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:00:08,680 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:00:27,929 basehttp 27338 6170554368 "GET /en/hr/employees/ HTTP/1.1" 200 129397 INFO 2025-09-20 16:00:27,979 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:00:50,381 basehttp 27338 6170554368 "GET /en/hr/employees/ HTTP/1.1" 200 129412 INFO 2025-09-20 16:00:50,419 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:01:30,057 basehttp 27338 6170554368 "GET /en/hr/employees/ HTTP/1.1" 200 129407 INFO 2025-09-20 16:01:30,105 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:01:50,744 basehttp 27338 6170554368 "GET /en/hr/employees/ HTTP/1.1" 200 129414 INFO 2025-09-20 16:01:50,778 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:02:08,670 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:02:50,920 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:03:08,809 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:03:42,772 basehttp 27338 6170554368 "GET /en/hr/employees/ HTTP/1.1" 200 127265 INFO 2025-09-20 16:03:42,818 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:04:08,803 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:04:28,696 basehttp 27338 6170554368 "GET /en/hr/employees/ HTTP/1.1" 200 126871 INFO 2025-09-20 16:04:28,742 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:05:04,390 basehttp 27338 6170554368 "GET /en/hr/employees/76/ HTTP/1.1" 200 32711 INFO 2025-09-20 16:05:04,408 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:05:28,810 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:10:46,643 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:11:07,643 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:23:04,601 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:23:26,588 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:27:16,080 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:29:47,640 basehttp 27338 6170554368 "GET /en/hr/employees/76/ HTTP/1.1" 200 32711 INFO 2025-09-20 16:29:47,688 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:29:57,895 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:30:47,703 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:30:57,896 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:31:47,707 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:31:57,893 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:32:47,713 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:33:47,712 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:33:50,051 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:33:50,667 basehttp 27338 6170554368 "GET /en/hr/employees/ HTTP/1.1" 200 126871 INFO 2025-09-20 16:33:50,715 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:33:57,902 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:34:02,272 basehttp 27338 6170554368 "GET /en/hr/employees/ HTTP/1.1" 200 126871 INFO 2025-09-20 16:34:02,319 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:34:27,852 basehttp 27338 6170554368 "GET /en/hr/employees/ HTTP/1.1" 200 126889 INFO 2025-09-20 16:34:27,886 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:34:57,892 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:35:10,798 basehttp 27338 6170554368 "GET /en/hr/employees/ HTTP/1.1" 200 126907 INFO 2025-09-20 16:35:10,832 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:35:44,210 basehttp 27338 6170554368 "GET /en/hr/employees/ HTTP/1.1" 200 127127 INFO 2025-09-20 16:35:44,255 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:35:57,908 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:36:13,939 basehttp 27338 6170554368 "GET /en/hr/employees/ HTTP/1.1" 200 126987 INFO 2025-09-20 16:36:13,972 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:36:38,794 basehttp 27338 6170554368 "GET /en/hr/employees/5/ HTTP/1.1" 200 32743 INFO 2025-09-20 16:36:38,832 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:37:38,847 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:37:57,906 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:38:11,620 basehttp 27338 6170554368 "GET /en/hr/employees/5/ HTTP/1.1" 200 32900 INFO 2025-09-20 16:38:11,648 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:38:23,151 basehttp 27338 6170554368 "GET /en/hr/employees/5/ HTTP/1.1" 200 32911 INFO 2025-09-20 16:38:23,180 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:38:43,643 basehttp 27338 6170554368 "GET /en/hr/employees/5/ HTTP/1.1" 200 32933 INFO 2025-09-20 16:38:43,672 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:38:57,903 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:39:40,700 basehttp 27338 6170554368 "GET /en/hr/employees/5/ HTTP/1.1" 200 32986 INFO 2025-09-20 16:39:40,731 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:39:57,906 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:40:00,881 basehttp 27338 6170554368 "GET /en/hr/employees/5/ HTTP/1.1" 200 32989 INFO 2025-09-20 16:40:00,921 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:40:20,504 basehttp 27338 6170554368 "GET /en/hr/employees/5/ HTTP/1.1" 200 32992 INFO 2025-09-20 16:40:20,545 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:40:56,164 basehttp 27338 6170554368 "GET /en/hr/employees/5/ HTTP/1.1" 200 32992 INFO 2025-09-20 16:40:56,194 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:41:17,016 basehttp 27338 6170554368 "GET /en/hr/employees/5/ HTTP/1.1" 200 32992 INFO 2025-09-20 16:41:17,059 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:41:35,050 basehttp 27338 6170554368 "GET /en/hr/employees/5/ HTTP/1.1" 200 34382 INFO 2025-09-20 16:41:35,086 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:41:57,980 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:42:13,671 basehttp 27338 6170554368 "GET /en/hr/employees/5/ HTTP/1.1" 200 34421 INFO 2025-09-20 16:42:13,699 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:42:43,565 basehttp 27338 6170554368 "GET /en/admin/hr/employee/ HTTP/1.1" 200 161198 INFO 2025-09-20 16:42:43,583 basehttp 27338 6170554368 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 16:42:47,167 basehttp 27338 6170554368 "GET /en/admin/hr/employee/76/change/ HTTP/1.1" 200 350729 INFO 2025-09-20 16:42:47,185 basehttp 27338 6170554368 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 16:42:58,918 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:43:13,921 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:43:35,549 basehttp 27338 6170554368 "POST /en/admin/hr/employee/76/change/ HTTP/1.1" 302 0 INFO 2025-09-20 16:43:35,585 basehttp 27338 6170554368 "GET /en/admin/hr/employee/ HTTP/1.1" 200 161447 INFO 2025-09-20 16:43:35,605 basehttp 27338 6170554368 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 16:43:38,849 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:43:39,523 basehttp 27338 6170554368 "GET /en/hr/employees/ HTTP/1.1" 200 126992 INFO 2025-09-20 16:43:39,572 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:43:43,077 basehttp 27338 6170554368 "GET /en/hr/employees/76/ HTTP/1.1" 200 34412 INFO 2025-09-20 16:43:43,114 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:44:00,914 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:44:43,152 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:45:04,971 basehttp 27338 6170554368 "GET /en/hr/employees/76/ HTTP/1.1" 200 35040 INFO 2025-09-20 16:45:05,009 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:45:57,925 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:46:05,013 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:46:57,930 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:47:05,033 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:47:10,735 basehttp 27338 6170554368 "GET /en/hr/employees/76/ HTTP/1.1" 200 35675 INFO 2025-09-20 16:47:10,773 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:47:25,258 basehttp 27338 6170554368 "GET /en/hr/employees/76/update/ HTTP/1.1" 200 54513 INFO 2025-09-20 16:47:25,294 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:48:10,788 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:48:26,970 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:48:57,918 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:49:26,968 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:49:46,137 basehttp 27338 6170554368 "GET /en/hr/employees/ HTTP/1.1" 200 127047 INFO 2025-09-20 16:49:46,171 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:49:57,920 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:50:04,213 basehttp 27338 6170554368 "GET /en/hr/employees/ HTTP/1.1" 200 127044 INFO 2025-09-20 16:50:04,247 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:50:45,832 basehttp 27338 6170554368 "GET /en/hr/employees/ HTTP/1.1" 200 127051 INFO 2025-09-20 16:50:45,869 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:50:57,924 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:51:41,395 basehttp 27338 6170554368 "GET /en/hr/employees/ HTTP/1.1" 200 127060 INFO 2025-09-20 16:51:41,429 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:52:39,216 basehttp 27338 6170554368 "GET /en/hr/departments/ HTTP/1.1" 200 127577 INFO 2025-09-20 16:52:39,263 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:52:54,230 basehttp 27338 6170554368 "GET /en/hr/departments/30/ HTTP/1.1" 200 34622 INFO 2025-09-20 16:52:54,267 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:52:57,861 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:53:04,063 basehttp 27338 6170554368 "GET /en/hr/departments/30/update/ HTTP/1.1" 200 43252 WARNING 2025-09-20 16:53:04,072 basehttp 27338 6170554368 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 INFO 2025-09-20 16:53:04,105 basehttp 27338 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:53:19,333 basehttp 27338 12901707776 "GET /en/hr/departments/30/delete/ HTTP/1.1" 200 29907 INFO 2025-09-20 16:53:19,371 basehttp 27338 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:53:42,882 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:53:57,864 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:54:42,890 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:55:42,889 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:55:57,862 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:56:42,895 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:56:57,867 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:57:42,886 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:58:42,954 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:58:57,857 basehttp 27338 6170554368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:59:22,862 autoreload 27338 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-20 16:59:23,377 autoreload 59756 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 16:59:23,891 basehttp 59756 6204780544 "GET /en/hr/departments/ HTTP/1.1" 200 127577 INFO 2025-09-20 16:59:23,933 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 16:59:57,860 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:00:23,942 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:00:57,871 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:01:23,941 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:02:23,957 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:02:48,047 basehttp 59756 6204780544 "GET /en/hr/departments/ HTTP/1.1" 200 133246 INFO 2025-09-20 17:02:48,094 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:02:57,870 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:03:48,106 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:03:57,873 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:04:48,117 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:05:48,106 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:05:57,873 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:06:48,118 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:06:57,875 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:07:47,112 basehttp 59756 6204780544 "GET /en/hr/departments/ HTTP/1.1" 200 133258 INFO 2025-09-20 17:07:47,149 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:07:59,010 basehttp 59756 6204780544 "GET /en/hr/departments/ HTTP/1.1" 200 133256 INFO 2025-09-20 17:07:59,054 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:08:00,976 basehttp 59756 6204780544 "GET /en/hr/departments/create/ HTTP/1.1" 200 43103 WARNING 2025-09-20 17:08:00,985 basehttp 59756 6204780544 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 INFO 2025-09-20 17:08:01,017 basehttp 59756 6221606912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:08:57,780 basehttp 59756 6221606912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:08:59,066 basehttp 59756 6221606912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:09:57,780 basehttp 59756 6221606912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:09:59,068 basehttp 59756 6221606912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:10:59,073 basehttp 59756 6221606912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:11:12,646 basehttp 59756 6221606912 "GET /en/hr/departments/30/ HTTP/1.1" 200 34622 INFO 2025-09-20 17:11:12,686 basehttp 59756 6221606912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:11:28,653 basehttp 59756 6221606912 "GET /en/hr/departments/30/delete/ HTTP/1.1" 200 29907 INFO 2025-09-20 17:11:28,689 basehttp 59756 6221606912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:11:57,766 basehttp 59756 6221606912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:12:12,689 basehttp 59756 6221606912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:12:57,778 basehttp 59756 6221606912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:13:12,702 basehttp 59756 6221606912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:13:57,781 basehttp 59756 6221606912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 17:14:02,842 log 59756 6221606912 Not Found: /en/hr/time-entry WARNING 2025-09-20 17:14:02,842 basehttp 59756 6221606912 "GET /en/hr/time-entry HTTP/1.1" 404 42720 INFO 2025-09-20 17:14:11,989 basehttp 59756 6221606912 "GET /en/hr/time-entries HTTP/1.1" 301 0 INFO 2025-09-20 17:14:12,022 basehttp 59756 6204780544 "GET /en/hr/time-entries/ HTTP/1.1" 200 144663 INFO 2025-09-20 17:14:12,073 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:14:21,968 basehttp 59756 6204780544 "GET /en/hr/time-entries/778/ HTTP/1.1" 200 30353 INFO 2025-09-20 17:14:22,006 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-20 17:14:43,971 log 59756 6204780544 Internal Server Error: /en/hr/time-entries/778/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_time_entry_conflicts' not found. 'check_time_entry_conflicts' is not a valid view function or pattern name. ERROR 2025-09-20 17:14:43,972 basehttp 59756 6204780544 "GET /en/hr/time-entries/778/update/ HTTP/1.1" 500 180191 INFO 2025-09-20 17:15:21,134 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:15:57,780 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:16:21,133 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:16:57,769 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:17:19,292 basehttp 59756 6204780544 "GET /en/hr/time-entries/ HTTP/1.1" 200 144983 INFO 2025-09-20 17:17:19,334 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:17:31,139 basehttp 59756 6204780544 "GET /en/hr/time-entries/317/ HTTP/1.1" 200 31038 INFO 2025-09-20 17:17:31,161 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:17:57,781 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:18:19,348 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-20 17:18:48,798 log 59756 6204780544 Internal Server Error: /en/hr/time-entries/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 682, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse some characters: entry.| .start_time||time:"H:i" ERROR 2025-09-20 17:18:48,799 basehttp 59756 6204780544 "GET /en/hr/time-entries/ HTTP/1.1" 500 307939 INFO 2025-09-20 17:19:19,999 basehttp 59756 6204780544 "GET /en/hr/time-entries/ HTTP/1.1" 200 145183 INFO 2025-09-20 17:19:20,049 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:19:57,778 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 17:20:00,896 log 59756 6204780544 Not Found: /en/hr/review WARNING 2025-09-20 17:20:00,897 basehttp 59756 6204780544 "GET /en/hr/review HTTP/1.1" 404 42708 INFO 2025-09-20 17:20:09,931 basehttp 59756 6204780544 "GET /en/hr/reviews HTTP/1.1" 301 0 INFO 2025-09-20 17:20:09,949 basehttp 59756 6221606912 "GET /en/hr/reviews/ HTTP/1.1" 200 33229 INFO 2025-09-20 17:20:09,979 basehttp 59756 6221606912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:20:57,781 basehttp 59756 6221606912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:21:09,987 basehttp 59756 6221606912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:21:32,188 basehttp 59756 6221606912 "GET /en/admin/hr/performancereview/ HTTP/1.1" 200 77957 INFO 2025-09-20 17:21:32,205 basehttp 59756 6221606912 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 17:22:09,997 basehttp 59756 6221606912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:22:57,766 basehttp 59756 6221606912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:23:08,262 basehttp 59756 6221606912 "GET /en/emr/icd10/ HTTP/1.1" 200 19197 INFO 2025-09-20 17:23:08,274 basehttp 59756 6221606912 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 INFO 2025-09-20 17:23:08,318 basehttp 59756 6221606912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:23:10,773 basehttp 59756 6221606912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:23:12,418 basehttp 59756 6221606912 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 47966 INFO 2025-09-20 17:23:12,464 basehttp 59756 6221606912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:23:19,668 basehttp 59756 6221606912 "GET /en/emr/icd10/A01.04/ HTTP/1.1" 200 21225 INFO 2025-09-20 17:23:19,703 basehttp 59756 6221606912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:23:24,613 basehttp 59756 6221606912 "GET /en/emr/icd10/A39.83/ HTTP/1.1" 200 21237 INFO 2025-09-20 17:23:24,649 basehttp 59756 6221606912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:23:32,607 basehttp 59756 6204780544 "GET /en/emr/icd10/M00/ HTTP/1.1" 200 23956 INFO 2025-09-20 17:23:32,626 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:23:36,770 basehttp 59756 6204780544 "GET /en/emr/icd10/M00.0/ HTTP/1.1" 200 27988 INFO 2025-09-20 17:23:36,806 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:24:08,736 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:24:17,118 basehttp 59756 6204780544 "GET /en/hr/clock-in/ HTTP/1.1" 200 49 INFO 2025-09-20 17:25:09,738 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:26:10,741 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:27:11,727 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:28:12,723 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:29:13,728 basehttp 59756 6204780544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:29:44,473 autoreload 59756 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-20 17:29:45,028 autoreload 73178 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 17:29:51,655 basehttp 73178 6341865472 "GET /en/hr/departments/ HTTP/1.1" 200 133256 INFO 2025-09-20 17:29:51,697 basehttp 73178 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:29:56,605 basehttp 73178 6341865472 "GET /en/hr/employees/ HTTP/1.1" 200 127060 INFO 2025-09-20 17:29:56,649 basehttp 73178 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:29:58,256 basehttp 73178 6341865472 "GET /en/hr/employees/76/ HTTP/1.1" 200 36068 INFO 2025-09-20 17:29:58,293 basehttp 73178 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-20 17:30:01,059 log 73178 6341865472 Internal Server Error: /en/hr/clock-in/76/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: clock_in() got an unexpected keyword argument 'pk' ERROR 2025-09-20 17:30:01,060 basehttp 73178 6341865472 "GET /en/hr/clock-in/76/ HTTP/1.1" 500 68121 INFO 2025-09-20 17:30:15,726 basehttp 73178 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:30:24,043 autoreload 73178 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/urls.py changed, reloading. INFO 2025-09-20 17:30:24,553 autoreload 73511 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 17:30:24,977 basehttp 73511 6170161152 "GET /en/hr/clock-in/76/ HTTP/1.1" 200 49 INFO 2025-09-20 17:30:42,735 basehttp 73511 6170161152 "GET /en/hr/clock-in/76/ HTTP/1.1" 200 49 INFO 2025-09-20 17:30:58,383 basehttp 73511 6170161152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:31:57,732 basehttp 73511 6170161152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:31:58,298 basehttp 73511 6170161152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:33:14,803 basehttp 73511 6170161152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:33:15,366 basehttp 73511 6170161152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:34:15,375 basehttp 73511 6170161152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:35:14,784 basehttp 73511 6170161152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:35:15,378 basehttp 73511 6170161152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:36:14,809 basehttp 73511 6170161152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:36:15,380 basehttp 73511 6170161152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:37:14,793 basehttp 73511 6170161152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:37:15,381 basehttp 73511 6170161152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:38:15,392 basehttp 73511 6170161152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:39:14,792 basehttp 73511 6170161152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:39:15,388 basehttp 73511 6170161152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:40:14,792 basehttp 73511 6170161152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:40:15,388 basehttp 73511 6170161152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:40:42,199 autoreload 73511 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-20 17:40:42,706 autoreload 77908 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 17:45:57,685 autoreload 77908 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-20 17:45:58,083 autoreload 80233 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 17:46:44,025 autoreload 80233 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-20 17:46:44,389 autoreload 80560 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 17:47:00,062 autoreload 80560 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-20 17:47:00,451 autoreload 80723 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 17:47:03,359 basehttp 80723 6341865472 "GET /en/hr/employees/76/ HTTP/1.1" 200 36393 INFO 2025-09-20 17:47:03,407 basehttp 80723 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-20 17:47:06,648 log 80723 6341865472 Internal Server Error: /en/hr/clock-in/76/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/http.py", line 64, in inner return func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 1147, in clock_in html = render_to_string( ^^^^^^^^^^^^^^^^ NameError: name 'render_to_string' is not defined ERROR 2025-09-20 17:47:06,651 basehttp 80723 6341865472 "POST /en/hr/clock-in/76/ HTTP/1.1" 500 77281 WARNING 2025-09-20 17:47:09,711 log 80723 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 17:47:09,712 basehttp 80723 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 17:47:14,787 basehttp 80723 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:48:03,417 basehttp 80723 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:48:38,933 basehttp 80723 6341865472 "GET /en/hr/employees/76/ HTTP/1.1" 200 36812 WARNING 2025-09-20 17:48:38,944 log 80723 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 17:48:38,945 basehttp 80723 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 17:48:39,011 basehttp 80723 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:49:14,778 basehttp 80723 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:49:39,026 basehttp 80723 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:49:57,443 basehttp 80723 6341865472 "GET /en/hr/employees/76/ HTTP/1.1" 200 36364 WARNING 2025-09-20 17:49:57,458 log 80723 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 17:49:57,458 basehttp 80723 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 17:49:57,521 basehttp 80723 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:50:14,787 basehttp 80723 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-20 17:50:37,978 log 80723 6341865472 Internal Server Error: /en/hr/clock-in/76/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/http.py", line 64, in inner return func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 1130, in clock_in html = render_to_string( ^^^^^^^^^^^^^^^^ NameError: name 'render_to_string' is not defined ERROR 2025-09-20 17:50:37,983 basehttp 80723 6341865472 "POST /en/hr/clock-in/76/ HTTP/1.1" 500 77579 INFO 2025-09-20 17:50:57,786 basehttp 80723 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:51:14,787 basehttp 80723 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:51:24,764 autoreload 80723 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-20 17:51:25,264 autoreload 82678 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 17:51:25,785 basehttp 82678 6195294208 "GET /en/hr/employees/76/ HTTP/1.1" 200 36364 WARNING 2025-09-20 17:51:25,804 log 82678 6195294208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 17:51:25,804 basehttp 82678 6195294208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 17:51:25,879 basehttp 82678 6195294208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:51:35,836 basehttp 82678 6195294208 "POST /en/hr/clock-in/76/ HTTP/1.1" 200 173 INFO 2025-09-20 17:52:25,908 basehttp 82678 6195294208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:53:14,788 basehttp 82678 6195294208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:53:25,890 basehttp 82678 6195294208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:54:14,790 basehttp 82678 6195294208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:54:25,894 basehttp 82678 6195294208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:55:25,886 basehttp 82678 6195294208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:55:33,755 basehttp 82678 6195294208 "GET /en/hr/employees/76/ HTTP/1.1" 200 36409 WARNING 2025-09-20 17:55:33,777 log 82678 6195294208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 17:55:33,777 basehttp 82678 6195294208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 17:55:33,847 basehttp 82678 6195294208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:55:59,363 autoreload 82678 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-20 17:55:59,731 autoreload 84708 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 17:56:00,384 basehttp 84708 6202765312 "GET /en/hr/employees/76/ HTTP/1.1" 200 36409 WARNING 2025-09-20 17:56:00,402 log 84708 6202765312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 17:56:00,402 basehttp 84708 6202765312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 17:56:00,477 basehttp 84708 6202765312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:56:14,779 basehttp 84708 6202765312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:56:58,055 basehttp 84708 6202765312 "GET /en/hr/employees/76/ HTTP/1.1" 200 36410 WARNING 2025-09-20 17:56:58,069 log 84708 6202765312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 17:56:58,069 basehttp 84708 6202765312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 17:56:58,130 basehttp 84708 6202765312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 17:57:00,291 log 84708 6202765312 Method Not Allowed (GET): /en/hr/clock-out/76/ WARNING 2025-09-20 17:57:00,291 basehttp 84708 6202765312 "GET /en/hr/clock-out/76/ HTTP/1.1" 405 0 WARNING 2025-09-20 17:57:02,398 log 84708 6202765312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 17:57:02,399 basehttp 84708 6202765312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 17:57:02,414 log 84708 6202765312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 17:57:02,414 basehttp 84708 6202765312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 17:57:07,565 basehttp 84708 6202765312 "POST /en/hr/clock-in/76/ HTTP/1.1" 200 679 INFO 2025-09-20 17:57:13,254 basehttp 84708 6202765312 "POST /en/hr/clock-out/76/ HTTP/1.1" 200 366 INFO 2025-09-20 17:57:14,785 basehttp 84708 6202765312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:57:40,711 basehttp 84708 6202765312 "GET /en/hr/employees/76/ HTTP/1.1" 200 36239 WARNING 2025-09-20 17:57:40,728 log 84708 6202765312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 17:57:40,728 basehttp 84708 6202765312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 17:57:40,805 basehttp 84708 6202765312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:58:03,912 basehttp 84708 6202765312 "POST /en/hr/clock-in/76/ HTTP/1.1" 200 679 INFO 2025-09-20 17:58:40,816 basehttp 84708 6202765312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:58:47,908 basehttp 84708 6202765312 "GET /en/hr/employees/76/ HTTP/1.1" 200 35816 WARNING 2025-09-20 17:58:47,922 log 84708 6202765312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 17:58:47,922 basehttp 84708 6202765312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 17:58:47,993 basehttp 84708 6202765312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:58:57,420 basehttp 84708 6202765312 "POST /en/hr/clock-in/76/ HTTP/1.1" 200 679 INFO 2025-09-20 17:59:08,277 basehttp 84708 6202765312 "POST /en/hr/clock-out/76/ HTTP/1.1" 200 366 INFO 2025-09-20 17:59:14,772 basehttp 84708 6202765312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 17:59:48,005 basehttp 84708 6202765312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:00:14,776 basehttp 84708 6202765312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:00:52,267 basehttp 84708 6202765312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:01:18,255 basehttp 84708 6202765312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:01:53,262 basehttp 84708 6202765312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:02:54,250 basehttp 84708 6202765312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:03:18,253 basehttp 84708 6202765312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:13:57,793 basehttp 84708 6202765312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:14:57,724 basehttp 84708 6202765312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:15:21,700 basehttp 84708 6202765312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:15:57,737 basehttp 84708 6202765312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:16:21,723 basehttp 84708 6202765312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:16:57,746 basehttp 84708 6202765312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:17:15,982 autoreload 84708 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-20 18:17:16,453 autoreload 89598 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 18:18:05,456 autoreload 89598 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-20 18:18:05,844 autoreload 89991 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 18:18:25,656 autoreload 89991 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-20 18:18:26,005 autoreload 90153 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 18:18:57,536 autoreload 90153 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/urls.py changed, reloading. INFO 2025-09-20 18:18:57,925 autoreload 90392 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 18:19:57,785 basehttp 90392 6198013952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:19:59,687 autoreload 90392 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/urls.py changed, reloading. INFO 2025-09-20 18:20:00,053 autoreload 90876 8602788160 Watching for file changes with StatReloader ERROR 2025-09-20 18:20:01,913 log 90876 6201782272 Internal Server Error: /en/hr/employees/76/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'clock_controls' not found. 'clock_controls' is not a valid view function or pattern name. ERROR 2025-09-20 18:20:01,914 basehttp 90876 6201782272 "GET /en/hr/employees/76/ HTTP/1.1" 500 179283 WARNING 2025-09-20 18:20:01,933 log 90876 6201782272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:20:01,934 basehttp 90876 6201782272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:20:21,733 basehttp 90876 6201782272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-20 18:20:45,263 log 90876 6201782272 Internal Server Error: /en/hr/employees/76/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'clock_controls' not found. 'clock_controls' is not a valid view function or pattern name. ERROR 2025-09-20 18:20:45,264 basehttp 90876 6201782272 "GET /en/hr/employees/76/ HTTP/1.1" 500 179283 WARNING 2025-09-20 18:20:45,281 log 90876 6201782272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:20:45,281 basehttp 90876 6201782272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:22:21,718 basehttp 90876 6201782272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 18:23:09,262 log 90876 6201782272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:23:09,262 basehttp 90876 6201782272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:23:09,963 basehttp 90876 6201782272 "GET /en/hr/employees/ HTTP/1.1" 200 127060 WARNING 2025-09-20 18:23:09,977 log 90876 6201782272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:23:09,978 basehttp 90876 6201782272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:23:10,055 basehttp 90876 6201782272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-20 18:23:11,956 log 90876 6201782272 Internal Server Error: /en/hr/employees/76/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'clock_controls' not found. 'clock_controls' is not a valid view function or pattern name. ERROR 2025-09-20 18:23:11,957 basehttp 90876 6201782272 "GET /en/hr/employees/76/ HTTP/1.1" 500 179146 WARNING 2025-09-20 18:23:11,976 log 90876 6201782272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:23:11,976 basehttp 90876 6201782272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:23:21,718 basehttp 90876 6201782272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:23:52,272 autoreload 90876 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/urls.py changed, reloading. INFO 2025-09-20 18:23:52,675 autoreload 92611 8602788160 Watching for file changes with StatReloader ERROR 2025-09-20 18:23:53,960 log 92611 6156709888 Internal Server Error: /en/hr/employees/76/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'clock_controls' not found. 'clock_controls' is not a valid view function or pattern name. ERROR 2025-09-20 18:23:53,962 basehttp 92611 6156709888 "GET /en/hr/employees/76/ HTTP/1.1" 500 179283 WARNING 2025-09-20 18:23:53,979 log 92611 6156709888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:23:53,979 basehttp 92611 6156709888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:24:44,000 autoreload 92611 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/urls.py changed, reloading. INFO 2025-09-20 18:24:44,400 autoreload 93004 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 18:24:46,877 basehttp 93004 6197637120 "GET /en/hr/employees/76/ HTTP/1.1" 200 36081 WARNING 2025-09-20 18:24:46,898 log 93004 6197637120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:24:46,898 basehttp 93004 6197637120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:24:46,980 basehttp 93004 6197637120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:24:46,983 basehttp 93004 6214463488 "GET /en/hr/employees/76/clock-controls/ HTTP/1.1" 200 366 INFO 2025-09-20 18:25:07,814 basehttp 93004 6214463488 "GET /en/hr/employees/76/ HTTP/1.1" 200 36081 WARNING 2025-09-20 18:25:07,829 log 93004 6214463488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:25:07,829 basehttp 93004 6214463488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:25:07,908 basehttp 93004 6214463488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:25:07,909 basehttp 93004 6197637120 "GET /en/hr/employees/76/clock-controls/ HTTP/1.1" 200 366 INFO 2025-09-20 18:25:21,716 basehttp 93004 6197637120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:25:35,211 basehttp 93004 6197637120 "GET /en/hr/employees/76/ HTTP/1.1" 200 36081 WARNING 2025-09-20 18:25:35,227 log 93004 6197637120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:25:35,227 basehttp 93004 6197637120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:25:35,312 basehttp 93004 6197637120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:25:35,312 basehttp 93004 6214463488 "GET /en/hr/employees/76/clock-controls/ HTTP/1.1" 200 365 INFO 2025-09-20 18:26:09,226 basehttp 93004 6197637120 "GET /en/hr/employees/76/ HTTP/1.1" 200 35561 WARNING 2025-09-20 18:26:09,243 log 93004 6197637120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:26:09,243 basehttp 93004 6197637120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:26:09,327 basehttp 93004 6197637120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:26:09,328 basehttp 93004 6214463488 "GET /en/hr/employees/76/clock-controls/ HTTP/1.1" 200 365 INFO 2025-09-20 18:26:13,197 basehttp 93004 6214463488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 18:26:13,200 log 93004 6197637120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:26:13,200 basehttp 93004 6197637120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 18:26:13,212 log 93004 6197637120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:26:13,212 basehttp 93004 6197637120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:26:14,953 basehttp 93004 6197637120 "GET /en/hr/employees/103/ HTTP/1.1" 200 35668 WARNING 2025-09-20 18:26:14,975 log 93004 6197637120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:26:14,975 basehttp 93004 6197637120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:26:15,054 basehttp 93004 6197637120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:26:15,055 basehttp 93004 6214463488 "GET /en/hr/employees/103/clock-controls/ HTTP/1.1" 200 510 INFO 2025-09-20 18:26:21,718 basehttp 93004 6214463488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:27:15,058 basehttp 93004 6214463488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:27:40,523 basehttp 93004 6214463488 "GET /en/hr/employees/103/ HTTP/1.1" 200 35668 WARNING 2025-09-20 18:27:40,535 log 93004 6214463488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:27:40,535 basehttp 93004 6214463488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:27:40,598 basehttp 93004 6214463488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:27:40,602 basehttp 93004 6197637120 "GET /en/hr/employees/103/clock-controls/ HTTP/1.1" 200 506 INFO 2025-09-20 18:27:41,610 basehttp 93004 6197637120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 18:27:41,614 log 93004 6214463488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:27:41,614 basehttp 93004 6214463488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 18:27:41,625 log 93004 6214463488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:27:41,625 basehttp 93004 6214463488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:27:43,032 basehttp 93004 6214463488 "GET /en/hr/employees/76/ HTTP/1.1" 200 35561 WARNING 2025-09-20 18:27:43,043 log 93004 6214463488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:27:43,044 basehttp 93004 6214463488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:27:43,118 basehttp 93004 6214463488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:27:43,119 basehttp 93004 6197637120 "GET /en/hr/employees/76/clock-controls/ HTTP/1.1" 200 365 INFO 2025-09-20 18:27:46,085 basehttp 93004 6197637120 "GET /en/hr/employees/76/ HTTP/1.1" 200 35561 WARNING 2025-09-20 18:27:46,097 log 93004 6197637120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:27:46,097 basehttp 93004 6197637120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:27:46,169 basehttp 93004 6197637120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:27:46,170 basehttp 93004 6214463488 "GET /en/hr/employees/76/clock-controls/ HTTP/1.1" 200 365 INFO 2025-09-20 18:28:21,714 basehttp 93004 6214463488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 18:28:29,920 log 93004 6214463488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:28:29,921 basehttp 93004 6214463488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 18:28:29,936 log 93004 6214463488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:28:29,936 basehttp 93004 6214463488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 18:28:33,687 log 93004 6214463488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:28:33,687 basehttp 93004 6214463488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 18:28:33,693 log 93004 6214463488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:28:33,693 basehttp 93004 6214463488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:28:46,177 basehttp 93004 6197637120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:28:46,189 basehttp 93004 6214463488 "GET /en/hr/employees/ HTTP/1.1" 200 127060 WARNING 2025-09-20 18:28:46,205 log 93004 6214463488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:28:46,205 basehttp 93004 6214463488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:28:46,285 basehttp 93004 6214463488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-20 18:28:55,749 log 93004 6214463488 Internal Server Error: /en/hr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'clock_in' with no arguments not found. 1 pattern(s) tried: ['en/hr/employees/(?P[0-9]+)/clock\\-in/\\Z'] ERROR 2025-09-20 18:28:55,750 basehttp 93004 6214463488 "GET /en/hr/ HTTP/1.1" 500 181423 WARNING 2025-09-20 18:28:55,767 log 93004 6214463488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:28:55,767 basehttp 93004 6214463488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:29:21,712 basehttp 93004 6214463488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-20 18:30:56,264 log 93004 6214463488 Internal Server Error: /en/hr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'clock_in' with arguments '('',)' not found. 1 pattern(s) tried: ['en/hr/employees/(?P[0-9]+)/clock\\-in/\\Z'] ERROR 2025-09-20 18:30:56,265 basehttp 93004 6214463488 "GET /en/hr/ HTTP/1.1" 500 183171 WARNING 2025-09-20 18:30:56,277 log 93004 6214463488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:30:56,278 basehttp 93004 6214463488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:31:21,836 basehttp 93004 6214463488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:31:26,799 basehttp 93004 6214463488 "GET /en/hr/ HTTP/1.1" 200 44733 WARNING 2025-09-20 18:31:26,812 log 93004 6214463488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:31:26,813 basehttp 93004 6214463488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:31:26,884 basehttp 93004 6214463488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:32:21,841 basehttp 93004 6214463488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:32:26,900 basehttp 93004 6214463488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:33:21,840 basehttp 93004 6214463488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:33:26,895 basehttp 93004 6214463488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:33:27,956 basehttp 93004 6214463488 "GET /en/hr/ HTTP/1.1" 200 44733 WARNING 2025-09-20 18:33:27,974 log 93004 6214463488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:33:27,974 basehttp 93004 6214463488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:33:28,049 basehttp 93004 6214463488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:34:28,068 basehttp 93004 6197637120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:34:45,073 basehttp 93004 6197637120 "GET /en/hr/schedules/ HTTP/1.1" 200 122326 WARNING 2025-09-20 18:34:45,092 log 93004 6197637120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:34:45,092 basehttp 93004 6197637120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:34:45,206 basehttp 93004 6197637120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:35:01,189 basehttp 93004 6197637120 "GET /en/hr/schedules/134/ HTTP/1.1" 200 175832 WARNING 2025-09-20 18:35:01,209 basehttp 93004 6214463488 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-09-20 18:35:01,213 log 93004 6197637120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:35:01,213 basehttp 93004 6197637120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:35:01,317 basehttp 93004 6197637120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 18:35:01,337 basehttp 93004 6197637120 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-09-20 18:35:08,179 basehttp 93004 6197637120 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-20 18:35:21,843 basehttp 93004 6197637120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 18:35:40,894 log 93004 6197637120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:35:40,894 basehttp 93004 6197637120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 18:35:40,903 log 93004 6197637120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:35:40,903 basehttp 93004 6197637120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:35:41,762 basehttp 93004 6197637120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 18:35:41,763 log 93004 6214463488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:35:41,764 basehttp 93004 6214463488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 18:35:41,772 log 93004 6214463488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:35:41,772 basehttp 93004 6214463488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:35:42,827 basehttp 93004 6214463488 "GET /en/hr/ HTTP/1.1" 200 44733 WARNING 2025-09-20 18:35:42,841 log 93004 6214463488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:35:42,842 basehttp 93004 6214463488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:35:42,916 basehttp 93004 6214463488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:35:46,025 basehttp 93004 6214463488 "GET /en/hr/time-entries/ HTTP/1.1" 200 144669 WARNING 2025-09-20 18:35:46,044 log 93004 6214463488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:35:46,044 basehttp 93004 6214463488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:35:46,140 basehttp 93004 6214463488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 18:36:21,461 log 93004 6214463488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:36:21,461 basehttp 93004 6214463488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 18:36:21,474 log 93004 6214463488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:36:21,474 basehttp 93004 6214463488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:36:21,841 basehttp 93004 6214463488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:36:42,930 basehttp 93004 6214463488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:37:02,590 basehttp 93004 6214463488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 18:37:02,591 log 93004 6197637120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:37:02,591 basehttp 93004 6197637120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 18:37:02,602 log 93004 6197637120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:37:02,602 basehttp 93004 6197637120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:37:03,467 basehttp 93004 6197637120 "GET / HTTP/1.1" 302 0 INFO 2025-09-20 18:37:03,486 basehttp 93004 6214463488 "GET /en/ HTTP/1.1" 200 48324 WARNING 2025-09-20 18:37:03,504 log 93004 6214463488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:37:03,504 basehttp 93004 6214463488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:37:03,609 basehttp 93004 6214463488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:37:03,614 basehttp 93004 6231289856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-20 18:37:03,615 basehttp 93004 6248116224 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1094 INFO 2025-09-20 18:37:03,617 basehttp 93004 6197637120 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-20 18:37:33,598 basehttp 93004 6197637120 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-20 18:37:52,902 basehttp 93004 6197637120 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-09-20 18:37:52,924 basehttp 93004 6248116224 "GET /en/emr/ HTTP/1.1" 200 36193 WARNING 2025-09-20 18:37:52,947 log 93004 6248116224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:37:52,948 basehttp 93004 6248116224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:37:53,024 basehttp 93004 6248116224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:37:53,025 basehttp 93004 6231289856 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-20 18:37:56,549 basehttp 93004 6231289856 "GET /en/emr/problems/ HTTP/1.1" 200 23076 WARNING 2025-09-20 18:37:56,570 log 93004 6231289856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:37:56,570 basehttp 93004 6231289856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:37:56,635 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:38:11,702 basehttp 93004 6231289856 "GET /en/admin/emr/problemlist/ HTTP/1.1" 200 79333 INFO 2025-09-20 18:38:11,718 basehttp 93004 6197637120 "GET /static/admin/css/dark_mode.css HTTP/1.1" 304 0 INFO 2025-09-20 18:38:11,718 basehttp 93004 6214463488 "GET /static/admin/css/base.css HTTP/1.1" 304 0 INFO 2025-09-20 18:38:11,718 basehttp 93004 6264942592 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 304 0 INFO 2025-09-20 18:38:11,719 basehttp 93004 6248116224 "GET /static/admin/js/theme.js HTTP/1.1" 304 0 INFO 2025-09-20 18:38:11,719 basehttp 93004 6281768960 "GET /static/admin/css/changelists.css HTTP/1.1" 304 0 INFO 2025-09-20 18:38:11,719 basehttp 93004 6197637120 "GET /static/admin/css/responsive.css HTTP/1.1" 304 0 INFO 2025-09-20 18:38:11,720 basehttp 93004 6264942592 "GET /static/admin/js/jquery.init.js HTTP/1.1" 304 0 INFO 2025-09-20 18:38:11,720 basehttp 93004 6214463488 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 304 0 INFO 2025-09-20 18:38:11,720 basehttp 93004 6248116224 "GET /static/admin/js/core.js HTTP/1.1" 304 0 INFO 2025-09-20 18:38:11,721 basehttp 93004 6281768960 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 304 0 INFO 2025-09-20 18:38:11,722 basehttp 93004 6264942592 "GET /static/admin/js/urlify.js HTTP/1.1" 304 0 INFO 2025-09-20 18:38:11,722 basehttp 93004 6197637120 "GET /static/admin/js/actions.js HTTP/1.1" 304 0 INFO 2025-09-20 18:38:11,722 basehttp 93004 6248116224 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 304 0 INFO 2025-09-20 18:38:11,722 basehttp 93004 6214463488 "GET /static/admin/js/prepopulate.js HTTP/1.1" 304 0 INFO 2025-09-20 18:38:11,722 basehttp 93004 6281768960 "GET /static/admin/img/search.svg HTTP/1.1" 304 0 INFO 2025-09-20 18:38:11,723 basehttp 93004 6281768960 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 304 0 INFO 2025-09-20 18:38:11,724 basehttp 93004 6231289856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 18:38:11,725 basehttp 93004 6281768960 "GET /static/admin/js/filters.js HTTP/1.1" 304 0 INFO 2025-09-20 18:38:11,739 basehttp 93004 6281768960 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 304 0 INFO 2025-09-20 18:38:11,740 basehttp 93004 6281768960 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 304 0 INFO 2025-09-20 18:38:11,740 basehttp 93004 6231289856 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 304 0 INFO 2025-09-20 18:38:17,069 basehttp 93004 6231289856 "GET /en/admin/emr/vitalsigns/ HTTP/1.1" 200 78950 INFO 2025-09-20 18:38:17,082 basehttp 93004 6231289856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 18:38:21,834 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:38:45,942 basehttp 93004 6231289856 "GET /en/emr/icd10/ HTTP/1.1" 200 19197 INFO 2025-09-20 18:38:45,996 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:38:49,354 basehttp 93004 6231289856 "GET /en/emr/problems/ HTTP/1.1" 200 91600 WARNING 2025-09-20 18:38:49,368 log 93004 6231289856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:38:49,369 basehttp 93004 6231289856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:38:49,447 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:39:42,161 basehttp 93004 6231289856 "GET /en/emr/problems/ HTTP/1.1" 200 91615 WARNING 2025-09-20 18:39:42,174 log 93004 6231289856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:39:42,174 basehttp 93004 6231289856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:39:42,242 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:39:46,833 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:40:04,377 basehttp 93004 6231289856 "GET /en/emr/problems/ HTTP/1.1" 200 91622 WARNING 2025-09-20 18:40:04,390 log 93004 6231289856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:40:04,390 basehttp 93004 6231289856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:40:04,459 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:40:23,490 basehttp 93004 6231289856 "GET /en/emr/problems/ HTTP/1.1" 200 91630 WARNING 2025-09-20 18:40:23,503 log 93004 6231289856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:40:23,503 basehttp 93004 6231289856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:40:23,576 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:40:47,841 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:41:09,195 basehttp 93004 6231289856 "GET /en/emr/problems/ HTTP/1.1" 200 91630 WARNING 2025-09-20 18:41:09,208 log 93004 6231289856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:41:09,208 basehttp 93004 6231289856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:41:09,280 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:41:48,847 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 18:42:06,351 log 93004 6214463488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:42:06,352 basehttp 93004 6214463488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:42:06,355 basehttp 93004 6281768960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 18:42:06,363 log 93004 6281768960 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-20 18:42:06,363 basehttp 93004 6231289856 "GET /en/emr/stats/ HTTP/1.1" 200 2966 WARNING 2025-09-20 18:42:06,363 basehttp 93004 6281768960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:42:10,358 basehttp 93004 6281768960 "GET /en/emr/vital-signs/ HTTP/1.1" 200 91298 WARNING 2025-09-20 18:42:10,379 log 93004 6281768960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:42:10,379 basehttp 93004 6281768960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:42:10,458 basehttp 93004 6281768960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 18:42:17,949 log 93004 6281768960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:42:17,949 basehttp 93004 6281768960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 18:42:17,961 log 93004 6281768960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:42:17,961 basehttp 93004 6281768960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:42:19,003 basehttp 93004 6281768960 "GET /en/emr/encounters/ HTTP/1.1" 200 52994 WARNING 2025-09-20 18:42:19,026 log 93004 6281768960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:42:19,026 basehttp 93004 6281768960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:42:19,119 basehttp 93004 6281768960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:42:35,190 basehttp 93004 6281768960 "GET /en/emr/encounters/1038/ HTTP/1.1" 200 39118 WARNING 2025-09-20 18:42:35,215 log 93004 6281768960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:42:35,215 basehttp 93004 6281768960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:42:35,297 basehttp 93004 6281768960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 18:42:41,286 log 93004 6281768960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:42:41,286 basehttp 93004 6281768960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 18:42:41,297 log 93004 6281768960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:42:41,298 basehttp 93004 6281768960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 18:42:42,208 log 93004 6231289856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:42:42,208 basehttp 93004 6231289856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:42:42,217 basehttp 93004 6281768960 "GET /en/emr/stats/ HTTP/1.1" 200 2966 WARNING 2025-09-20 18:42:42,222 log 93004 6231289856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:42:42,223 basehttp 93004 6231289856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:42:49,847 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:42:54,471 basehttp 93004 6231289856 "GET /en/emr/problems/ HTTP/1.1" 200 91630 WARNING 2025-09-20 18:42:54,491 log 93004 6231289856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:42:54,491 basehttp 93004 6231289856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:42:54,561 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:43:41,098 basehttp 93004 6231289856 "GET /en/emr/problems/141/ HTTP/1.1" 200 34982 WARNING 2025-09-20 18:43:41,122 log 93004 6231289856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:43:41,122 basehttp 93004 6231289856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:43:41,204 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:43:50,843 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:44:03,836 basehttp 93004 6231289856 "GET /en/emr/care-plans/77/ HTTP/1.1" 200 65225 WARNING 2025-09-20 18:44:03,859 log 93004 6231289856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 18:44:03,859 basehttp 93004 6231289856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 18:44:03,932 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:44:51,836 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:45:03,940 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:45:53,838 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:46:03,954 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:47:03,945 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:47:21,835 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:48:03,942 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:49:03,933 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:49:21,831 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:50:03,950 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:50:21,836 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:51:03,951 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:52:03,949 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:52:21,832 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:53:03,958 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:53:21,834 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:54:03,962 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:55:03,968 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:55:21,834 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:56:03,969 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:56:21,836 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:57:03,964 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:58:03,977 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:58:21,827 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:59:03,981 basehttp 93004 6231289856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 18:59:11,327 autoreload 93004 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/facility_management/models.py changed, reloading. INFO 2025-09-20 18:59:11,717 autoreload 8923 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 18:59:21,915 basehttp 8923 6201143296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:00:03,983 basehttp 8923 6201143296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:01:03,980 basehttp 8923 6201143296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:01:21,828 basehttp 8923 6201143296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:02:03,988 basehttp 8923 6201143296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:02:21,833 basehttp 8923 6201143296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:03:03,989 basehttp 8923 6201143296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:04:03,992 basehttp 8923 6201143296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:04:21,832 basehttp 8923 6201143296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:05:03,999 basehttp 8923 6201143296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:05:21,831 basehttp 8923 6201143296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:06:03,991 basehttp 8923 6201143296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:06:21,833 basehttp 8923 6201143296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:07:03,989 basehttp 8923 6201143296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:08:04,002 basehttp 8923 6201143296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:08:21,836 basehttp 8923 6201143296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:09:03,996 basehttp 8923 6201143296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:09:21,838 basehttp 8923 6201143296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 19:09:32,206 log 8923 6201143296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:09:32,207 basehttp 8923 6201143296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 19:09:33,726 log 8923 6201143296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:09:33,726 basehttp 8923 6201143296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:09:34,354 basehttp 8923 6201143296 "GET /en/emr/problems/ HTTP/1.1" 200 91630 WARNING 2025-09-20 19:09:34,366 log 8923 6201143296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:09:34,367 basehttp 8923 6201143296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:09:34,443 basehttp 8923 6201143296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:09:35,526 basehttp 8923 6201143296 "GET /en/emr/ HTTP/1.1" 200 70406 WARNING 2025-09-20 19:09:35,542 log 8923 6201143296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:09:35,542 basehttp 8923 6201143296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:09:36,225 basehttp 8923 6201143296 "GET / HTTP/1.1" 302 0 INFO 2025-09-20 19:09:36,241 basehttp 8923 6217969664 "GET /en/ HTTP/1.1" 200 48304 WARNING 2025-09-20 19:09:36,254 log 8923 6217969664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:09:36,255 basehttp 8923 6217969664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:09:36,362 basehttp 8923 6217969664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:09:36,365 basehttp 8923 6201143296 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-20 19:09:36,365 basehttp 8923 6234796032 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-20 19:09:36,366 basehttp 8923 6251622400 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1094 INFO 2025-09-20 19:09:40,929 basehttp 8923 6234796032 "GET /en/inpatients/ HTTP/1.1" 200 59020 WARNING 2025-09-20 19:09:40,950 log 8923 6234796032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:09:40,950 basehttp 8923 6234796032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:09:41,042 basehttp 8923 6234796032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:09:41,046 basehttp 8923 6251622400 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 ERROR 2025-09-20 19:09:41,056 log 8923 6201143296 Internal Server Error: /en/inpatients/beds/grid/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1113, in bed_grid return render(request, 'inpatients/partials/bed_grid.html', {'beds': beds}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'current_patient'. Choices are: ward, current_admission, cleaned_by, blocked_by, created_by ERROR 2025-09-20 19:09:41,058 basehttp 8923 6201143296 "GET /en/inpatients/beds/grid/ HTTP/1.1" 500 175805 ERROR 2025-09-20 19:09:53,389 log 8923 6201143296 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 586, in get_context_data 'bed_statuses': Bed.STATUS_CHOICES, ^^^^^^^^^^^^^^^^^^ AttributeError: type object 'Bed' has no attribute 'STATUS_CHOICES' ERROR 2025-09-20 19:09:53,392 basehttp 8923 6201143296 "GET /en/inpatients/beds/ HTTP/1.1" 500 87902 WARNING 2025-09-20 19:09:53,414 log 8923 6201143296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:09:53,414 basehttp 8923 6201143296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 19:09:59,610 log 8923 6201143296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:09:59,610 basehttp 8923 6201143296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 19:09:59,621 log 8923 6201143296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:09:59,621 basehttp 8923 6201143296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:10:11,039 basehttp 8923 6201143296 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-20 19:10:41,067 basehttp 8923 6234796032 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-20 19:10:41,067 basehttp 8923 6201143296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-20 19:10:41,080 log 8923 6251622400 Internal Server Error: /en/inpatients/beds/grid/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1113, in bed_grid return render(request, 'inpatients/partials/bed_grid.html', {'beds': beds}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'current_patient'. Choices are: ward, current_admission, cleaned_by, blocked_by, created_by ERROR 2025-09-20 19:10:41,081 basehttp 8923 6251622400 "GET /en/inpatients/beds/grid/ HTTP/1.1" 500 175805 INFO 2025-09-20 19:11:01,208 autoreload 8923 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-20 19:11:01,589 autoreload 14228 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 19:11:11,049 basehttp 14228 6134181888 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-20 19:11:21,882 basehttp 14228 6134181888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:11:41,055 basehttp 14228 6151008256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-20 19:11:41,057 log 14228 6134181888 Internal Server Error: /en/inpatients/beds/grid/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1113, in bed_grid return render(request, 'inpatients/partials/bed_grid.html', {'beds': beds}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'current_patient'. Choices are: ward, current_admission, cleaned_by, blocked_by, created_by ERROR 2025-09-20 19:11:41,063 basehttp 14228 6134181888 "GET /en/inpatients/beds/grid/ HTTP/1.1" 500 175246 INFO 2025-09-20 19:11:41,086 basehttp 14228 6167834624 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 ERROR 2025-09-20 19:11:41,101 log 14228 6151008256 Internal Server Error: /en/inpatients/beds/grid/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1113, in bed_grid return render(request, 'inpatients/partials/bed_grid.html', {'beds': beds}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'current_patient'. Choices are: ward, current_admission, cleaned_by, blocked_by, created_by ERROR 2025-09-20 19:11:41,105 basehttp 14228 6151008256 "GET /en/inpatients/beds/grid/ HTTP/1.1" 500 175805 INFO 2025-09-20 19:11:42,571 autoreload 14228 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-20 19:11:43,034 autoreload 14550 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 19:11:46,456 basehttp 14550 6158233600 "GET /en/inpatients/ HTTP/1.1" 200 59020 WARNING 2025-09-20 19:11:46,475 log 14550 6158233600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:11:46,475 basehttp 14550 6158233600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:11:46,555 basehttp 14550 6158233600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:11:46,556 basehttp 14550 6175059968 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-20 19:11:46,585 basehttp 14550 6191886336 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522567 ERROR 2025-09-20 19:11:57,592 log 14550 6191886336 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'current_patient'. Choices are: ward, current_admission, cleaned_by, blocked_by, created_by ERROR 2025-09-20 19:11:57,594 basehttp 14550 6191886336 "GET /en/inpatients/beds/ HTTP/1.1" 500 214424 WARNING 2025-09-20 19:11:57,617 log 14550 6191886336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:11:57,617 basehttp 14550 6191886336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:12:21,909 basehttp 14550 6191886336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:12:29,193 autoreload 14550 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-20 19:12:29,704 autoreload 14864 8602788160 Watching for file changes with StatReloader ERROR 2025-09-20 19:12:31,094 log 14864 6202961920 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'current_patient'. Choices are: ward, current_admission, cleaned_by, blocked_by, created_by ERROR 2025-09-20 19:12:31,096 basehttp 14864 6202961920 "GET /en/inpatients/beds/ HTTP/1.1" 500 214561 WARNING 2025-09-20 19:12:31,109 log 14864 6202961920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:12:31,109 basehttp 14864 6202961920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:12:38,451 autoreload 14864 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-20 19:12:38,857 autoreload 14952 8602788160 Watching for file changes with StatReloader ERROR 2025-09-20 19:12:40,223 log 14952 6197014528 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'current_patient'. Choices are: ward, current_admission, cleaned_by, blocked_by, created_by ERROR 2025-09-20 19:12:40,226 basehttp 14952 6197014528 "GET /en/inpatients/beds/ HTTP/1.1" 500 214561 WARNING 2025-09-20 19:12:40,238 log 14952 6197014528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:12:40,238 basehttp 14952 6197014528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-20 19:12:42,375 log 14952 6197014528 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'current_patient'. Choices are: ward, current_admission, cleaned_by, blocked_by, created_by ERROR 2025-09-20 19:12:42,376 basehttp 14952 6197014528 "GET /en/inpatients/beds/ HTTP/1.1" 500 214561 WARNING 2025-09-20 19:12:42,392 log 14952 6197014528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:12:42,392 basehttp 14952 6197014528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:13:13,578 autoreload 14952 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-20 19:13:14,107 autoreload 15540 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 19:13:14,737 basehttp 15540 6127431680 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818159 WARNING 2025-09-20 19:13:14,751 log 15540 6127431680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:13:14,752 basehttp 15540 6127431680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:13:14,934 basehttp 15540 6127431680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:13:15,044 basehttp 15540 6127431680 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818159 ERROR 2025-09-20 19:13:34,567 log 15540 6127431680 Internal Server Error: /en/inpatients/beds/155/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 53, in get_object obj = queryset.get() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'current_patient'. Choices are: ward, current_admission, cleaned_by, blocked_by, created_by ERROR 2025-09-20 19:13:34,569 basehttp 15540 6127431680 "GET /en/inpatients/beds/155/ HTTP/1.1" 500 155452 WARNING 2025-09-20 19:13:34,587 log 15540 6127431680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:13:34,587 basehttp 15540 6127431680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:17:44,454 autoreload 17694 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 19:24:10,216 autoreload 20640 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 19:24:34,814 autoreload 20817 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 19:25:21,663 autoreload 21150 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 19:26:18,222 autoreload 21638 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 19:27:04,196 autoreload 21971 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 19:27:24,916 autoreload 22146 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 19:27:27,390 basehttp 22146 6122254336 "GET /en/facility-management/ HTTP/1.1" 200 47731 WARNING 2025-09-20 19:27:27,405 log 22146 6122254336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:27:27,406 basehttp 22146 6122254336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:27:27,469 basehttp 22146 6122254336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:27:37,315 basehttp 22146 6122254336 "GET /en/facility-management/maintenance/80/ HTTP/1.1" 200 27726 WARNING 2025-09-20 19:27:37,331 log 22146 6122254336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:27:37,332 basehttp 22146 6122254336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:27:37,818 basehttp 22146 6122254336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 19:27:44,825 log 22146 6122254336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:27:44,825 basehttp 22146 6122254336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 19:27:44,835 log 22146 6122254336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:27:44,835 basehttp 22146 6122254336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:27:46,850 basehttp 22146 6122254336 "GET /en/facility-management/maintenance/create/ HTTP/1.1" 200 67099 WARNING 2025-09-20 19:27:46,871 log 22146 6122254336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:27:46,871 basehttp 22146 6122254336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:27:46,919 basehttp 22146 6122254336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 19:27:50,007 log 22146 6122254336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:27:50,008 basehttp 22146 6122254336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 19:27:50,018 log 22146 6122254336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:27:50,021 basehttp 22146 6122254336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:28:21,927 basehttp 22146 6122254336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:28:27,482 basehttp 22146 6122254336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:29:23,524 basehttp 22146 6122254336 "GET /en/facility-management/buildings/create/ HTTP/1.1" 200 33162 WARNING 2025-09-20 19:29:23,539 log 22146 6122254336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:29:23,539 basehttp 22146 6122254336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:29:23,577 basehttp 22146 6122254336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-20 19:29:26,320 log 22146 6122254336 Internal Server Error: /en/facility-management/buildings/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/facility_management/views.py", line 93, in get_queryset queryset = Building.objects.filter(tenant=tenant).order_by('airport_code', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'airport_code' into field. Choices are: address, architect, asset, building_id, building_type, code, construction_year, contractor, created_at, energymeter, facility_manager, facility_manager_id, floor_count, floors, id, inspection, is_active, last_major_renovation, latitude, longitude, maintenancerequest, maintenanceschedule, name, servicecontract, tenant, tenant_id, total_area_sqm, updated_at, wards ERROR 2025-09-20 19:29:26,322 basehttp 22146 6122254336 "GET /en/facility-management/buildings/ HTTP/1.1" 500 103358 WARNING 2025-09-20 19:29:26,342 log 22146 6122254336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:29:26,342 basehttp 22146 6122254336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:30:21,970 basehttp 22146 6122254336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:30:22,802 autoreload 22146 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/facility_management/views.py changed, reloading. INFO 2025-09-20 19:30:23,310 autoreload 23482 8602788160 Watching for file changes with StatReloader ERROR 2025-09-20 19:30:24,150 log 23482 6168326144 Internal Server Error: /en/facility-management/buildings/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'building_update' not found. 'building_update' is not a valid view function or pattern name. ERROR 2025-09-20 19:30:24,152 basehttp 23482 6168326144 "GET /en/facility-management/buildings/ HTTP/1.1" 500 206129 WARNING 2025-09-20 19:30:24,165 log 23482 6168326144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:30:24,165 basehttp 23482 6168326144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-20 19:30:25,874 log 23482 6168326144 Internal Server Error: /en/facility-management/buildings/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'building_update' not found. 'building_update' is not a valid view function or pattern name. ERROR 2025-09-20 19:30:25,875 basehttp 23482 6168326144 "GET /en/facility-management/buildings/ HTTP/1.1" 500 206129 WARNING 2025-09-20 19:30:25,892 log 23482 6168326144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:30:25,892 basehttp 23482 6168326144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:30:54,864 autoreload 23482 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/facility_management/urls.py changed, reloading. INFO 2025-09-20 19:30:55,231 autoreload 23741 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 19:30:56,320 basehttp 23741 6121959424 "GET /en/facility-management/buildings/ HTTP/1.1" 200 53373 WARNING 2025-09-20 19:30:56,334 log 23741 6121959424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:30:56,334 basehttp 23741 6121959424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:30:56,397 basehttp 23741 6121959424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:31:16,458 basehttp 23741 6121959424 "GET /en/facility-management/buildings/3/ HTTP/1.1" 200 41580 WARNING 2025-09-20 19:31:16,473 log 23741 6121959424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:31:16,473 basehttp 23741 6121959424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:31:16,519 basehttp 23741 6121959424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:31:33,664 basehttp 23741 6121959424 "GET /en/facility-management/assets/?building=3 HTTP/1.1" 200 82006 WARNING 2025-09-20 19:31:33,682 log 23741 6121959424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:31:33,682 basehttp 23741 6121959424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:31:33,723 basehttp 23741 6121959424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 19:31:58,046 log 23741 6121959424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:31:58,047 basehttp 23741 6121959424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 19:31:58,056 log 23741 6121959424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:31:58,056 basehttp 23741 6121959424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:32:16,538 basehttp 23741 6121959424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:32:21,943 basehttp 23741 6121959424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:32:31,559 basehttp 23741 6121959424 "GET /en/facility-management/buildings/ HTTP/1.1" 200 53373 WARNING 2025-09-20 19:32:31,579 log 23741 6121959424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:32:31,579 basehttp 23741 6121959424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:32:31,622 basehttp 23741 6121959424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:33:06,958 basehttp 23741 6121959424 "GET /en/facility-management/buildings/3/edit/ HTTP/1.1" 200 34577 WARNING 2025-09-20 19:33:06,976 log 23741 6121959424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:33:06,976 basehttp 23741 6121959424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:33:07,024 basehttp 23741 6121959424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 19:33:11,988 log 23741 6121959424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:33:11,988 basehttp 23741 6121959424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 19:33:11,998 log 23741 6121959424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:33:11,998 basehttp 23741 6121959424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 19:33:12,532 log 23741 6121959424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:33:12,532 basehttp 23741 6121959424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 19:33:12,554 log 23741 6121959424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:33:12,554 basehttp 23741 6121959424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:33:16,558 basehttp 23741 6121959424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:33:20,338 basehttp 23741 6121959424 "GET /en/inpatients/ HTTP/1.1" 200 59020 WARNING 2025-09-20 19:33:20,357 log 23741 6121959424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:33:20,357 basehttp 23741 6121959424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:33:20,391 basehttp 23741 6121959424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:33:20,395 basehttp 23741 6138785792 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-20 19:33:20,415 basehttp 23741 6155612160 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522567 INFO 2025-09-20 19:33:21,953 basehttp 23741 6155612160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:33:30,494 basehttp 23741 6155612160 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818159 WARNING 2025-09-20 19:33:30,512 log 23741 6155612160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:33:30,512 basehttp 23741 6155612160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:33:30,666 basehttp 23741 6155612160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:33:30,750 basehttp 23741 6155612160 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818159 ERROR 2025-09-20 19:33:43,653 log 23741 6155612160 Internal Server Error: /en/inpatients/discharge/59/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 494, in parse command = token.contents.split()[0] ~~~~~~~~~~~~~~~~~~~~~~^^^ IndexError: list index out of range During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2319, in discharge_patient return render(request, 'inpatients/discharges/discharge_planning.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 15, in get_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 496, in parse raise self.error(token, "Empty block tag on line %d" % token.lineno) django.template.exceptions.TemplateSyntaxError: Empty block tag on line 218 ERROR 2025-09-20 19:33:43,655 basehttp 23741 6155612160 "GET /en/inpatients/discharge/59/ HTTP/1.1" 500 202176 WARNING 2025-09-20 19:33:43,680 log 23741 6155612160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:33:43,681 basehttp 23741 6155612160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:34:34,880 basehttp 23741 6121959424 "GET /en/inpatients/discharge/59/ HTTP/1.1" 200 37716 WARNING 2025-09-20 19:34:34,894 log 23741 6121959424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:34:34,894 basehttp 23741 6121959424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:34:34,941 basehttp 23741 6121959424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 19:35:06,851 log 23741 6155612160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:35:06,852 basehttp 23741 6155612160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:35:06,855 basehttp 23741 6138785792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 19:35:06,865 log 23741 6155612160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:35:06,866 basehttp 23741 6155612160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:35:06,926 basehttp 23741 6121959424 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818159 ERROR 2025-09-20 19:35:12,081 log 23741 6121959424 Internal Server Error: /en/inpatients/beds/147/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 53, in get_object obj = queryset.get() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'current_patient'. Choices are: ward, current_admission, cleaned_by, blocked_by, created_by ERROR 2025-09-20 19:35:12,084 basehttp 23741 6121959424 "GET /en/inpatients/beds/147/ HTTP/1.1" 500 155452 WARNING 2025-09-20 19:35:12,099 log 23741 6121959424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:35:12,100 basehttp 23741 6121959424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:35:21,956 basehttp 23741 6121959424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:35:34,556 autoreload 23741 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-20 19:35:34,920 autoreload 25872 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 19:35:36,076 basehttp 25872 6171881472 "GET /en/inpatients/beds/147/ HTTP/1.1" 200 30531 WARNING 2025-09-20 19:35:36,089 log 25872 6171881472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:35:36,093 basehttp 25872 6171881472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:35:36,151 basehttp 25872 6171881472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-20 19:36:17,562 log 25872 6171881472 Internal Server Error: /en/inpatients/beds/147/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-09-20 19:36:17,564 basehttp 25872 6171881472 "GET /en/inpatients/beds/147/ HTTP/1.1" 500 190351 WARNING 2025-09-20 19:36:17,579 log 25872 6171881472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:36:17,580 basehttp 25872 6171881472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:36:21,961 basehttp 25872 6171881472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:38:16,221 basehttp 25872 6171881472 "GET /en/inpatients/beds/147/ HTTP/1.1" 200 32333 WARNING 2025-09-20 19:38:16,233 log 25872 6171881472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:38:16,233 basehttp 25872 6171881472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:38:16,273 basehttp 25872 6171881472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:38:21,949 basehttp 25872 6171881472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:38:31,711 basehttp 25872 6171881472 "GET /en/inpatients/admissions/59/ HTTP/1.1" 200 30642 WARNING 2025-09-20 19:38:31,731 log 25872 6171881472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:38:31,731 basehttp 25872 6171881472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:38:31,769 basehttp 25872 6171881472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:38:45,836 basehttp 25872 6171881472 "GET /en/inpatients/transfer/59/ HTTP/1.1" 200 68272 WARNING 2025-09-20 19:38:45,855 log 25872 6171881472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:38:45,855 basehttp 25872 6171881472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:38:45,900 basehttp 25872 6171881472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 19:38:56,817 log 25872 6171881472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:38:56,817 basehttp 25872 6171881472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 19:38:56,828 log 25872 6171881472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:38:56,828 basehttp 25872 6171881472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 19:38:59,739 log 25872 6171881472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:38:59,739 basehttp 25872 6171881472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 19:38:59,751 log 25872 6171881472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:38:59,751 basehttp 25872 6171881472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:39:16,289 basehttp 25872 6171881472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 19:39:18,382 log 25872 6171881472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:39:18,382 basehttp 25872 6171881472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:39:18,390 basehttp 25872 6205534208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 19:39:18,392 log 25872 6171881472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:39:18,393 basehttp 25872 6171881472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:39:18,452 basehttp 25872 6188707840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818159 INFO 2025-09-20 19:39:21,960 basehttp 25872 6188707840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:39:30,780 basehttp 25872 6188707840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818159 INFO 2025-09-20 19:40:00,769 basehttp 25872 6188707840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818159 INFO 2025-09-20 19:40:18,364 basehttp 25872 6188707840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:40:21,952 basehttp 25872 6188707840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:40:30,782 basehttp 25872 6188707840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818159 INFO 2025-09-20 19:41:00,755 basehttp 25872 6188707840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818159 INFO 2025-09-20 19:41:18,368 basehttp 25872 6188707840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:41:30,770 basehttp 25872 6188707840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818159 INFO 2025-09-20 19:42:00,756 basehttp 25872 6188707840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818159 INFO 2025-09-20 19:42:02,245 basehttp 25872 6188707840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818159 WARNING 2025-09-20 19:42:02,274 log 25872 6188707840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:42:02,275 basehttp 25872 6188707840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:42:02,410 basehttp 25872 6188707840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:42:02,502 basehttp 25872 6188707840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818159 INFO 2025-09-20 19:42:21,963 basehttp 25872 6188707840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:42:32,493 basehttp 25872 6188707840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818159 INFO 2025-09-20 19:43:02,421 basehttp 25872 6188707840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:43:02,512 basehttp 25872 6188707840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818159 INFO 2025-09-20 19:43:02,578 basehttp 25872 6171881472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818159 WARNING 2025-09-20 19:43:02,598 log 25872 6171881472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:43:02,598 basehttp 25872 6171881472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:43:02,745 basehttp 25872 6171881472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:43:02,840 basehttp 25872 6171881472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818159 INFO 2025-09-20 19:43:10,760 basehttp 25872 6171881472 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 37706 WARNING 2025-09-20 19:43:10,783 log 25872 6171881472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:43:10,783 basehttp 25872 6171881472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:43:10,826 basehttp 25872 6171881472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 19:43:13,611 log 25872 6171881472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:43:13,611 basehttp 25872 6171881472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 19:43:13,621 log 25872 6171881472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:43:13,621 basehttp 25872 6171881472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:43:21,975 basehttp 25872 6171881472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:43:32,849 basehttp 25872 6171881472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818159 INFO 2025-09-20 19:44:02,758 basehttp 25872 6171881472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:44:02,841 basehttp 25872 6171881472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818159 INFO 2025-09-20 19:44:30,576 basehttp 25872 6171881472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818159 WARNING 2025-09-20 19:44:30,598 log 25872 6171881472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:44:30,598 basehttp 25872 6171881472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:44:30,712 basehttp 25872 6171881472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:44:30,796 basehttp 25872 6171881472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818159 INFO 2025-09-20 19:44:38,742 basehttp 25872 6171881472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818159 WARNING 2025-09-20 19:44:38,765 log 25872 6171881472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:44:38,765 basehttp 25872 6171881472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:44:38,871 basehttp 25872 6171881472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:44:38,950 basehttp 25872 6171881472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818159 INFO 2025-09-20 19:45:08,979 basehttp 25872 6171881472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818159 INFO 2025-09-20 19:45:15,508 basehttp 25872 6171881472 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 1820194 WARNING 2025-09-20 19:45:15,528 log 25872 6171881472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:45:15,528 basehttp 25872 6171881472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:45:15,635 basehttp 25872 6171881472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:45:15,721 basehttp 25872 6171881472 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 1820194 INFO 2025-09-20 19:45:21,971 basehttp 25872 6171881472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:45:45,145 basehttp 25872 6171881472 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 1820194 WARNING 2025-09-20 19:45:45,170 log 25872 6171881472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:45:45,170 basehttp 25872 6171881472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:45:45,283 basehttp 25872 6171881472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:45:45,381 basehttp 25872 6171881472 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 1820194 INFO 2025-09-20 19:45:53,231 basehttp 25872 6171881472 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 1820194 WARNING 2025-09-20 19:45:53,251 log 25872 6171881472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:45:53,251 basehttp 25872 6171881472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:45:53,359 basehttp 25872 6171881472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:45:53,441 basehttp 25872 6171881472 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 1820194 INFO 2025-09-20 19:46:21,971 basehttp 25872 6171881472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:46:23,465 basehttp 25872 6171881472 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 1820194 INFO 2025-09-20 19:46:35,677 autoreload 25872 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-09-20 19:46:36,044 autoreload 30719 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 19:46:37,143 basehttp 30719 6168276992 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 1820194 WARNING 2025-09-20 19:46:37,163 log 30719 6168276992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:46:37,163 basehttp 30719 6168276992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:46:37,259 basehttp 30719 6168276992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:46:37,376 basehttp 30719 6168276992 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 1820194 INFO 2025-09-20 19:46:42,917 basehttp 30719 6168276992 "GET /en/inpatients/beds/list HTTP/1.1" 301 0 ERROR 2025-09-20 19:46:42,946 log 30719 6185103360 Internal Server Error: /en/inpatients/beds/list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 397, in get_context_data context['bed_types'] = Bed.BED_TYPE_CHOICES ^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'Bed' has no attribute 'BED_TYPE_CHOICES' ERROR 2025-09-20 19:46:42,949 basehttp 30719 6185103360 "GET /en/inpatients/beds/list/ HTTP/1.1" 500 88829 WARNING 2025-09-20 19:46:42,971 log 30719 6185103360 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:46:42,971 basehttp 30719 6185103360 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:47:42,700 autoreload 30719 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-20 19:47:43,121 autoreload 31288 8602788160 Watching for file changes with StatReloader ERROR 2025-09-20 19:47:44,096 log 31288 6341865472 Internal Server Error: /en/inpatients/beds/list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_form' not found. 'bed_form' is not a valid view function or pattern name. ERROR 2025-09-20 19:47:44,097 basehttp 31288 6341865472 "GET /en/inpatients/beds/list/ HTTP/1.1" 500 223409 WARNING 2025-09-20 19:47:44,110 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:47:44,110 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-20 19:47:45,930 log 31288 6341865472 Internal Server Error: /en/inpatients/beds/list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_form' not found. 'bed_form' is not a valid view function or pattern name. ERROR 2025-09-20 19:47:45,930 basehttp 31288 6341865472 "GET /en/inpatients/beds/list/ HTTP/1.1" 500 223409 WARNING 2025-09-20 19:47:45,948 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:47:45,948 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:48:21,956 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-20 19:48:23,506 log 31288 6341865472 Internal Server Error: /en/inpatients/beds/list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_form' not found. 'bed_form' is not a valid view function or pattern name. ERROR 2025-09-20 19:48:23,507 basehttp 31288 6341865472 "GET /en/inpatients/beds/list/ HTTP/1.1" 500 223409 WARNING 2025-09-20 19:48:23,525 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:48:23,525 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-20 19:48:37,566 log 31288 6341865472 Internal Server Error: /en/inpatients/beds/list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_create' with arguments '(147,)' not found. 1 pattern(s) tried: ['en/inpatients/beds/create/\\Z'] ERROR 2025-09-20 19:48:37,567 basehttp 31288 6341865472 "GET /en/inpatients/beds/list/ HTTP/1.1" 500 279052 WARNING 2025-09-20 19:48:37,583 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:48:37,583 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:49:21,969 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:49:36,697 basehttp 31288 6341865472 "GET /en/inpatients/beds/list/ HTTP/1.1" 200 122234 WARNING 2025-09-20 19:49:36,715 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:49:36,715 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:49:36,775 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:49:52,561 basehttp 31288 6341865472 "GET /en/inpatients/beds/163/ HTTP/1.1" 200 30540 WARNING 2025-09-20 19:49:52,574 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:49:52,574 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:49:52,612 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 19:49:54,552 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:49:54,552 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 19:49:54,560 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:49:54,560 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:50:03,038 basehttp 31288 6341865472 "GET /en/inpatients/beds/list/?page=2 HTTP/1.1" 200 122053 WARNING 2025-09-20 19:50:03,057 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:50:03,057 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:50:03,097 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:50:05,842 basehttp 31288 6341865472 "GET /en/inpatients/beds/list/?page=3 HTTP/1.1" 200 123616 WARNING 2025-09-20 19:50:05,860 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:50:05,860 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:50:05,908 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:50:09,940 basehttp 31288 6341865472 "GET /en/patients/patientprofile/50/details/ HTTP/1.1" 200 35857 WARNING 2025-09-20 19:50:09,961 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:50:09,961 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:50:10,001 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 19:50:11,465 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:50:11,465 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 19:50:11,482 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:50:11,483 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:51:05,930 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:51:21,960 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:51:44,905 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818619 WARNING 2025-09-20 19:51:44,921 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:51:44,921 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:51:45,072 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:51:45,167 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818619 INFO 2025-09-20 19:52:15,184 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818619 INFO 2025-09-20 19:52:21,963 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:52:45,089 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:52:45,172 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818619 INFO 2025-09-20 19:53:12,793 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818661 WARNING 2025-09-20 19:53:12,814 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:53:12,814 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:53:12,919 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:53:13,014 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1818661 INFO 2025-09-20 19:53:19,383 basehttp 31288 6341865472 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 1820716 WARNING 2025-09-20 19:53:19,403 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:53:19,404 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:53:19,525 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:53:19,616 basehttp 31288 6341865472 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 1820716 INFO 2025-09-20 19:53:49,629 basehttp 31288 6341865472 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 1820716 INFO 2025-09-20 19:54:19,534 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:54:19,617 basehttp 31288 6341865472 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 1820716 INFO 2025-09-20 19:54:21,966 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:54:49,641 basehttp 31288 6341865472 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 1820716 INFO 2025-09-20 19:54:57,965 basehttp 31288 6341865472 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 1572892 WARNING 2025-09-20 19:54:57,988 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:54:57,988 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:54:58,114 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:54:58,178 basehttp 31288 6358691840 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 1572892 ERROR 2025-09-20 19:55:09,981 log 31288 6358691840 Internal Server Error: /en/inpatients/beds/list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_form' not found. 'bed_form' is not a valid view function or pattern name. ERROR 2025-09-20 19:55:09,983 basehttp 31288 6358691840 "GET /en/inpatients/beds/list/ HTTP/1.1" 500 276110 WARNING 2025-09-20 19:55:10,006 log 31288 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:55:10,006 basehttp 31288 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:55:31,020 basehttp 31288 6358691840 "GET /en/inpatients/beds/list/ HTTP/1.1" 200 87077 WARNING 2025-09-20 19:55:31,036 log 31288 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:55:31,037 basehttp 31288 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:55:31,082 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:55:52,159 basehttp 31288 6358691840 "GET /en/inpatients/beds/list/ HTTP/1.1" 200 87077 WARNING 2025-09-20 19:55:52,176 log 31288 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:55:52,176 basehttp 31288 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:55:52,218 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:56:20,640 basehttp 31288 6358691840 "GET /en/inpatients/beds/list/ HTTP/1.1" 200 86352 WARNING 2025-09-20 19:56:20,659 log 31288 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:56:20,660 basehttp 31288 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:56:20,707 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:56:21,966 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:56:43,389 basehttp 31288 6358691840 "GET /en/inpatients/beds/list/?page=2 HTTP/1.1" 200 86613 WARNING 2025-09-20 19:56:43,412 log 31288 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:56:43,412 basehttp 31288 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:56:43,455 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:56:51,929 basehttp 31288 6358691840 "GET /en/inpatients/beds/184/ HTTP/1.1" 200 30561 WARNING 2025-09-20 19:56:51,949 log 31288 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:56:51,949 basehttp 31288 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:56:51,990 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 19:56:56,667 log 31288 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:56:56,667 basehttp 31288 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 19:56:56,677 log 31288 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 19:56:56,677 basehttp 31288 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 19:57:21,968 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:57:43,470 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:58:43,478 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:59:21,967 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 19:59:43,482 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:00:21,965 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:00:43,485 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:01:43,482 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:02:21,964 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:02:43,485 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:03:21,956 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:03:43,489 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:04:21,969 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:04:43,495 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:05:43,511 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:05:57,129 basehttp 31288 6341865472 "GET /en/inpatients/beds/159/ HTTP/1.1" 200 30531 WARNING 2025-09-20 20:05:57,151 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:05:57,151 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:05:57,189 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 20:05:59,241 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:05:59,242 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 20:05:59,251 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:05:59,251 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:05:59,625 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 20:05:59,632 log 31288 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:05:59,632 basehttp 31288 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 20:05:59,644 log 31288 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:05:59,645 basehttp 31288 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 20:06:01,783 log 31288 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:06:01,784 basehttp 31288 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:06:01,999 basehttp 31288 6358691840 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 1572892 WARNING 2025-09-20 20:06:03,385 log 31288 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:06:03,385 basehttp 31288 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:06:03,591 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572892 INFO 2025-09-20 20:06:09,955 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572892 WARNING 2025-09-20 20:06:09,980 log 31288 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:06:09,980 basehttp 31288 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:06:10,087 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:06:10,166 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572892 INFO 2025-09-20 20:06:15,854 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572892 WARNING 2025-09-20 20:06:15,877 log 31288 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:06:15,877 basehttp 31288 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:06:15,982 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:06:16,054 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572892 INFO 2025-09-20 20:06:21,964 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:06:46,057 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572892 INFO 2025-09-20 20:07:06,149 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572227 WARNING 2025-09-20 20:07:06,170 log 31288 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:07:06,170 basehttp 31288 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:07:06,273 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:07:06,352 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572227 INFO 2025-09-20 20:07:36,391 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572227 INFO 2025-09-20 20:08:06,288 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:08:06,365 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572227 INFO 2025-09-20 20:08:21,965 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:08:36,367 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572227 INFO 2025-09-20 20:09:06,281 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:09:06,354 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572272 INFO 2025-09-20 20:09:21,962 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:09:36,385 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572272 INFO 2025-09-20 20:09:43,344 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572180 WARNING 2025-09-20 20:09:43,365 log 31288 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:09:43,366 basehttp 31288 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:09:43,480 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:09:43,559 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572180 INFO 2025-09-20 20:10:01,429 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572137 WARNING 2025-09-20 20:10:01,452 log 31288 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:10:01,452 basehttp 31288 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:10:01,560 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:10:01,637 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572137 INFO 2025-09-20 20:10:31,640 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572137 INFO 2025-09-20 20:11:01,599 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:11:01,668 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572137 INFO 2025-09-20 20:11:21,966 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:11:31,638 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572137 INFO 2025-09-20 20:11:33,734 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572111 WARNING 2025-09-20 20:11:33,755 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:11:33,755 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:11:33,855 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:11:33,943 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572111 INFO 2025-09-20 20:12:03,996 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572111 INFO 2025-09-20 20:12:18,133 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572111 WARNING 2025-09-20 20:12:18,157 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:12:18,157 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:12:18,261 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:12:18,354 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572111 INFO 2025-09-20 20:12:21,970 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:12:48,379 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572111 INFO 2025-09-20 20:13:18,265 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:13:18,338 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572111 INFO 2025-09-20 20:13:48,341 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572111 INFO 2025-09-20 20:14:18,272 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:14:18,352 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572111 INFO 2025-09-20 20:14:21,969 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:14:48,343 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572111 INFO 2025-09-20 20:15:18,279 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:15:18,356 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572111 INFO 2025-09-20 20:15:21,973 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:15:48,348 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572111 INFO 2025-09-20 20:16:18,277 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:16:18,344 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572111 INFO 2025-09-20 20:16:37,067 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572499 WARNING 2025-09-20 20:16:37,118 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:16:37,118 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:16:37,191 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:16:37,272 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572499 INFO 2025-09-20 20:16:52,579 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572504 WARNING 2025-09-20 20:16:52,603 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:16:52,603 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:16:52,715 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:16:52,815 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572504 INFO 2025-09-20 20:17:21,949 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:17:22,804 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572504 INFO 2025-09-20 20:17:52,690 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:17:52,773 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572504 INFO 2025-09-20 20:18:21,933 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:18:22,760 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1572504 INFO 2025-09-20 20:18:44,588 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573670 WARNING 2025-09-20 20:18:44,609 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:18:44,609 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:18:44,710 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:18:44,794 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573670 INFO 2025-09-20 20:19:14,817 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573670 INFO 2025-09-20 20:19:44,724 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:19:44,805 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573670 INFO 2025-09-20 20:20:14,801 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573670 INFO 2025-09-20 20:20:21,937 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:20:44,730 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:20:44,809 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573670 INFO 2025-09-20 20:21:14,819 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573670 INFO 2025-09-20 20:21:21,944 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:21:44,725 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:21:44,800 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573670 INFO 2025-09-20 20:22:14,821 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573670 INFO 2025-09-20 20:22:44,726 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:22:44,792 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573670 INFO 2025-09-20 20:22:51,643 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573664 WARNING 2025-09-20 20:22:51,664 log 31288 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:22:51,664 basehttp 31288 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:22:51,764 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:22:51,844 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573664 INFO 2025-09-20 20:23:16,576 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573668 WARNING 2025-09-20 20:23:16,597 log 31288 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:23:16,597 basehttp 31288 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:23:16,721 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:23:16,794 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573668 INFO 2025-09-20 20:23:21,931 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:23:46,815 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573668 INFO 2025-09-20 20:24:14,280 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573344 WARNING 2025-09-20 20:24:14,301 log 31288 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:24:14,301 basehttp 31288 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:24:14,415 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:24:14,499 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573344 INFO 2025-09-20 20:24:21,938 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:24:44,517 basehttp 31288 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573344 WARNING 2025-09-20 20:24:54,063 log 31288 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:24:54,063 basehttp 31288 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:25:04,729 basehttp 31288 6358691840 "GET /en/inpatients/beds/list/ HTTP/1.1" 200 86352 WARNING 2025-09-20 20:25:04,742 log 31288 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:25:04,742 basehttp 31288 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:25:04,758 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:25:21,942 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:26:04,777 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:27:04,780 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:27:21,932 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:28:04,771 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:28:21,942 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:28:47,838 basehttp 31288 6358691840 "GET /en/inpatients/beds/list/ HTTP/1.1" 200 84308 WARNING 2025-09-20 20:28:47,849 log 31288 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:28:47,849 basehttp 31288 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:28:47,892 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:29:21,947 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:29:47,896 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:30:47,910 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:31:19,446 basehttp 31288 6358691840 "GET /en/inpatients/beds/list/ HTTP/1.1" 200 84196 WARNING 2025-09-20 20:31:19,460 log 31288 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:31:19,460 basehttp 31288 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:31:19,500 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:31:21,936 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:31:37,435 basehttp 31288 6358691840 "GET /en/inpatients/beds/list/ HTTP/1.1" 200 84201 WARNING 2025-09-20 20:31:37,449 log 31288 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:31:37,449 basehttp 31288 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:31:37,498 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:32:01,671 basehttp 31288 6358691840 "GET /en/inpatients/beds/list/ HTTP/1.1" 200 84230 WARNING 2025-09-20 20:32:01,685 log 31288 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:32:01,685 basehttp 31288 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:32:01,733 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:32:16,198 basehttp 31288 6358691840 "GET /en/inpatients/beds/list/ HTTP/1.1" 200 84231 WARNING 2025-09-20 20:32:16,210 log 31288 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:32:16,210 basehttp 31288 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:32:16,252 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:32:21,836 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:33:16,259 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:33:21,828 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:34:16,274 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:35:16,273 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:35:21,826 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:35:45,226 basehttp 31288 6341865472 "GET /en/inpatients/beds/list/ HTTP/1.1" 200 84385 WARNING 2025-09-20 20:35:45,240 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:35:45,241 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:35:45,280 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:35:50,872 basehttp 31288 6341865472 "GET / HTTP/1.1" 302 0 INFO 2025-09-20 20:35:50,894 basehttp 31288 6358691840 "GET /en/ HTTP/1.1" 200 48323 WARNING 2025-09-20 20:35:50,913 log 31288 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:35:50,913 basehttp 31288 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:35:50,981 basehttp 31288 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:35:50,986 basehttp 31288 6392344576 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1094 INFO 2025-09-20 20:35:50,986 basehttp 31288 6375518208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-20 20:35:50,988 basehttp 31288 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-20 20:35:58,037 basehttp 31288 6341865472 "GET /en/inpatients/ HTTP/1.1" 200 59020 WARNING 2025-09-20 20:35:58,057 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:35:58,058 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:35:58,088 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:35:58,089 basehttp 31288 6375518208 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-20 20:35:58,109 basehttp 31288 6392344576 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522567 INFO 2025-09-20 20:36:21,835 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:36:23,691 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573344 WARNING 2025-09-20 20:36:23,709 log 31288 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:36:23,709 basehttp 31288 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:36:23,854 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:36:23,944 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573344 INFO 2025-09-20 20:36:53,942 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573344 INFO 2025-09-20 20:37:21,839 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:37:23,870 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:37:23,950 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573344 INFO 2025-09-20 20:37:53,961 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573344 INFO 2025-09-20 20:38:23,870 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:38:23,933 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573344 INFO 2025-09-20 20:38:35,263 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573344 WARNING 2025-09-20 20:38:35,285 log 31288 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:38:35,285 basehttp 31288 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:38:35,400 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:38:35,496 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573344 INFO 2025-09-20 20:39:05,502 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573344 INFO 2025-09-20 20:39:21,835 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:39:35,413 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:39:35,491 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573344 INFO 2025-09-20 20:40:05,505 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573344 INFO 2025-09-20 20:40:21,837 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:40:35,419 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:40:35,496 basehttp 31288 6375518208 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573344 INFO 2025-09-20 20:41:05,495 basehttp 31288 6375518208 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573344 INFO 2025-09-20 20:41:30,725 basehttp 31288 6375518208 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573330 WARNING 2025-09-20 20:41:30,747 log 31288 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:41:30,747 basehttp 31288 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:41:30,846 basehttp 31288 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:41:30,929 basehttp 31288 6375518208 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573330 INFO 2025-09-20 20:42:00,968 basehttp 31288 6375518208 "GET /en/inpatients/beds/ HTTP/1.1" 200 1573330 INFO 2025-09-20 20:42:21,833 basehttp 31288 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:42:31,847 basehttp 31288 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:42:31,853 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 0 INFO 2025-09-20 20:43:01,840 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 0 INFO 2025-09-20 20:43:21,838 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:43:31,827 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 0 INFO 2025-09-20 20:43:32,825 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:44:00,564 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1021182 WARNING 2025-09-20 20:44:00,588 log 31288 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:44:00,588 basehttp 31288 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:44:00,700 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:44:00,786 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1021182 INFO 2025-09-20 20:44:30,793 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1021182 INFO 2025-09-20 20:45:00,715 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:45:00,799 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1021182 INFO 2025-09-20 20:45:21,822 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:45:30,808 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1021182 INFO 2025-09-20 20:46:00,726 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:46:00,796 basehttp 31288 6375518208 "GET /en/inpatients/beds/ HTTP/1.1" 200 1021182 INFO 2025-09-20 20:46:21,835 basehttp 31288 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:46:30,815 basehttp 31288 6375518208 "GET /en/inpatients/beds/ HTTP/1.1" 200 1021182 INFO 2025-09-20 20:46:49,620 basehttp 31288 6375518208 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020959 WARNING 2025-09-20 20:46:49,644 log 31288 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:46:49,644 basehttp 31288 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:46:49,747 basehttp 31288 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:46:49,834 basehttp 31288 6375518208 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020959 INFO 2025-09-20 20:47:02,663 basehttp 31288 6375518208 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020959 WARNING 2025-09-20 20:47:02,682 log 31288 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:47:02,682 basehttp 31288 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:47:02,787 basehttp 31288 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:47:02,872 basehttp 31288 6375518208 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020959 INFO 2025-09-20 20:47:21,834 basehttp 31288 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:47:32,809 basehttp 31288 6375518208 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020959 INFO 2025-09-20 20:48:02,731 basehttp 31288 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:48:02,813 basehttp 31288 6375518208 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020959 INFO 2025-09-20 20:48:22,113 basehttp 31288 6375518208 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020959 WARNING 2025-09-20 20:48:22,140 log 31288 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:48:22,140 basehttp 31288 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:48:22,240 basehttp 31288 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:48:22,355 basehttp 31288 6375518208 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020959 INFO 2025-09-20 20:48:52,840 basehttp 31288 6375518208 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020959 INFO 2025-09-20 20:49:21,769 basehttp 31288 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:49:22,783 basehttp 31288 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:49:22,849 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020959 INFO 2025-09-20 20:49:52,830 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020959 INFO 2025-09-20 20:50:21,761 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:50:22,819 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020959 INFO 2025-09-20 20:50:23,767 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:50:52,023 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020964 WARNING 2025-09-20 20:50:52,045 log 31288 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:50:52,045 basehttp 31288 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:50:52,174 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:50:52,259 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020964 INFO 2025-09-20 20:51:09,260 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020884 WARNING 2025-09-20 20:51:09,286 log 31288 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:51:09,286 basehttp 31288 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:51:09,424 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:51:09,513 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020884 INFO 2025-09-20 20:51:39,555 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020884 INFO 2025-09-20 20:52:09,425 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:52:09,503 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020884 INFO 2025-09-20 20:52:21,762 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:52:39,520 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020884 INFO 2025-09-20 20:53:09,427 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:53:09,516 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020884 INFO 2025-09-20 20:53:21,759 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:53:39,513 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020884 INFO 2025-09-20 20:54:09,428 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:54:09,502 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020884 INFO 2025-09-20 20:54:21,779 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:54:24,823 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020681 WARNING 2025-09-20 20:54:24,845 log 31288 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:54:24,846 basehttp 31288 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:54:24,945 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:54:25,031 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020681 INFO 2025-09-20 20:54:55,034 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020681 INFO 2025-09-20 20:55:15,271 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020671 WARNING 2025-09-20 20:55:15,292 log 31288 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:55:15,292 basehttp 31288 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:55:15,401 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:55:15,483 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020671 INFO 2025-09-20 20:55:45,483 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020671 INFO 2025-09-20 20:56:15,412 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:56:15,498 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020671 INFO 2025-09-20 20:56:21,892 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:56:35,433 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020672 WARNING 2025-09-20 20:56:35,460 log 31288 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:56:35,460 basehttp 31288 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:56:35,564 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:56:35,648 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020672 INFO 2025-09-20 20:57:01,382 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020672 WARNING 2025-09-20 20:57:01,406 log 31288 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:57:01,406 basehttp 31288 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:57:01,521 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:57:01,620 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020672 INFO 2025-09-20 20:57:31,625 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020672 INFO 2025-09-20 20:58:01,533 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:58:01,611 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020672 INFO 2025-09-20 20:58:09,709 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020671 WARNING 2025-09-20 20:58:09,733 log 31288 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:58:09,733 basehttp 31288 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:58:09,843 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:58:09,924 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020671 INFO 2025-09-20 20:58:21,763 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:58:39,953 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020671 INFO 2025-09-20 20:58:40,678 basehttp 31288 6392344576 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 48309 WARNING 2025-09-20 20:58:40,694 log 31288 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:58:40,695 basehttp 31288 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:58:40,735 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 20:58:42,634 log 31288 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:58:42,635 basehttp 31288 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 20:58:42,646 log 31288 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:58:42,646 basehttp 31288 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:59:09,854 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:59:09,934 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020671 INFO 2025-09-20 20:59:21,763 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 20:59:39,945 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020671 INFO 2025-09-20 20:59:54,982 basehttp 31288 6392344576 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 48309 WARNING 2025-09-20 20:59:55,001 log 31288 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:59:55,001 basehttp 31288 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 20:59:55,040 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 20:59:57,420 log 31288 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:59:57,420 basehttp 31288 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 20:59:57,431 log 31288 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 20:59:57,431 basehttp 31288 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:00:09,854 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:00:09,934 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020671 INFO 2025-09-20 21:00:39,949 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020671 INFO 2025-09-20 21:01:09,861 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:01:09,936 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020671 INFO 2025-09-20 21:01:21,761 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:01:39,945 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020671 INFO 2025-09-20 21:02:09,874 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:02:09,949 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020671 INFO 2025-09-20 21:02:21,761 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:02:39,915 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020671 INFO 2025-09-20 21:02:52,831 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020509 WARNING 2025-09-20 21:02:52,849 log 31288 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:02:52,849 basehttp 31288 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:02:52,962 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:02:53,053 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020509 WARNING 2025-09-20 21:02:54,478 log 31288 6392344576 Method Not Allowed (POST): /en/inpatients/beds/ WARNING 2025-09-20 21:02:54,478 basehttp 31288 6392344576 "POST /en/inpatients/beds/ HTTP/1.1" 405 0 INFO 2025-09-20 21:03:10,664 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020999 WARNING 2025-09-20 21:03:10,689 log 31288 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:03:10,689 basehttp 31288 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:03:10,791 basehttp 31288 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:03:10,870 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020999 WARNING 2025-09-20 21:03:11,929 log 31288 6392344576 Method Not Allowed (POST): /en/inpatients/beds/ WARNING 2025-09-20 21:03:11,930 basehttp 31288 6392344576 "POST /en/inpatients/beds/ HTTP/1.1" 405 0 INFO 2025-09-20 21:03:40,889 basehttp 31288 6392344576 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020671 INFO 2025-09-20 21:04:10,795 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:04:10,872 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020671 INFO 2025-09-20 21:04:20,870 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1002527 WARNING 2025-09-20 21:04:20,891 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:04:20,892 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:04:21,007 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:04:21,085 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1002527 INFO 2025-09-20 21:04:21,734 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:04:37,223 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020671 WARNING 2025-09-20 21:04:37,243 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:04:37,243 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:04:37,353 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:04:37,448 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020671 INFO 2025-09-20 21:04:58,856 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020671 WARNING 2025-09-20 21:04:58,876 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:04:58,877 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:04:58,989 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:04:59,076 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020671 INFO 2025-09-20 21:05:21,733 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:05:29,096 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020671 INFO 2025-09-20 21:05:38,476 basehttp 31288 6341865472 "GET /en/inpatients/beds/178/ HTTP/1.1" 200 30271 WARNING 2025-09-20 21:05:38,496 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:05:38,496 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:05:38,535 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:06:38,553 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:07:06,596 basehttp 31288 6341865472 "GET /en/inpatients/beds/178/ HTTP/1.1" 200 30271 WARNING 2025-09-20 21:07:06,609 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:07:06,609 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:07:06,649 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:07:21,733 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:08:06,662 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:08:21,733 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:09:06,652 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:09:15,437 basehttp 31288 6341865472 "GET /en/inpatients/beds/178/ HTTP/1.1" 200 30272 WARNING 2025-09-20 21:09:15,452 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:09:15,452 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:09:15,497 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:10:20,660 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:10:26,648 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:11:21,656 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:11:26,639 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:12:22,652 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:14:03,750 basehttp 31288 6341865472 "GET /en/inpatients/beds/178/ HTTP/1.1" 200 30273 WARNING 2025-09-20 21:14:03,764 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:14:03,764 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:14:03,828 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:14:11,775 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:15:03,840 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:15:11,763 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:16:03,832 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:16:11,831 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:16:17,849 basehttp 31288 6341865472 "GET /en/inpatients/beds/178/ HTTP/1.1" 200 30829 WARNING 2025-09-20 21:16:17,866 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:16:17,866 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:16:17,936 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:17:17,942 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:17:59,591 basehttp 31288 6341865472 "GET /en/inpatients/beds/178/ HTTP/1.1" 200 30829 WARNING 2025-09-20 21:17:59,604 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:17:59,604 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:17:59,643 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 21:18:06,497 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:18:06,497 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:18:06,706 basehttp 31288 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020676 INFO 2025-09-20 21:18:09,158 basehttp 31288 6341865472 "GET /en/inpatients/beds/181/ HTTP/1.1" 200 33404 WARNING 2025-09-20 21:18:09,178 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:18:09,178 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:18:09,215 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:18:11,769 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:19:09,219 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:19:11,019 basehttp 31288 6341865472 "GET /en/inpatients/beds/181/ HTTP/1.1" 200 33295 WARNING 2025-09-20 21:19:11,035 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:19:11,036 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:19:11,077 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:19:11,769 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:20:09,466 basehttp 31288 6341865472 "GET /en/inpatients/beds/181/ HTTP/1.1" 200 33199 WARNING 2025-09-20 21:20:09,483 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:20:09,483 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:20:09,526 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:21:09,530 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:21:11,754 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:21:15,066 basehttp 31288 6341865472 "GET /en/inpatients/beds/181/ HTTP/1.1" 200 33219 WARNING 2025-09-20 21:21:15,086 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:21:15,087 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:21:15,131 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:22:11,767 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:22:15,145 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:22:24,450 basehttp 31288 6341865472 "GET /en/inpatients/beds/181/ HTTP/1.1" 200 32852 WARNING 2025-09-20 21:22:24,466 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:22:24,467 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:22:24,509 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:22:29,899 basehttp 31288 6341865472 "GET /en/inpatients/admissions/61/ HTTP/1.1" 200 26657 WARNING 2025-09-20 21:22:30,048 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:22:30,049 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:22:30,089 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 21:22:37,043 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:22:37,043 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 21:22:37,052 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:22:37,052 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:23:24,509 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:24:11,757 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:24:22,776 basehttp 31288 6341865472 "GET /en/inpatients/beds/181/ HTTP/1.1" 200 33435 WARNING 2025-09-20 21:24:22,794 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:24:22,794 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:24:22,837 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:25:11,767 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:25:22,843 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:25:36,574 basehttp 31288 6341865472 "GET /en/inpatients/beds/181/ HTTP/1.1" 200 35344 WARNING 2025-09-20 21:25:36,586 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:25:36,587 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:25:36,633 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:26:11,756 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:26:13,152 basehttp 31288 6341865472 "GET /en/inpatients/beds/181/ HTTP/1.1" 200 35344 WARNING 2025-09-20 21:26:13,162 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:26:13,162 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:26:13,187 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:26:14,434 basehttp 31288 6341865472 "GET /en/inpatients/beds/181/ HTTP/1.1" 200 35344 WARNING 2025-09-20 21:26:14,451 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:26:14,451 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:26:14,497 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:27:14,510 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:28:11,769 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:28:14,511 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:29:11,756 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:29:14,515 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:30:11,752 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:30:14,505 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:31:14,520 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:32:11,760 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:32:14,509 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:32:22,975 basehttp 31288 6341865472 "GET /en/inpatients/beds/181/ HTTP/1.1" 200 35350 WARNING 2025-09-20 21:32:22,990 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:32:22,990 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:32:23,036 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:33:11,748 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:33:23,047 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:33:31,194 basehttp 31288 6341865472 "GET /en/inpatients/beds/181/ HTTP/1.1" 200 35146 WARNING 2025-09-20 21:33:31,207 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:33:31,207 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:33:31,247 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:34:21,870 basehttp 31288 6341865472 "GET /en/inpatients/beds/181/ HTTP/1.1" 200 35344 WARNING 2025-09-20 21:34:21,886 log 31288 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:34:21,886 basehttp 31288 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:34:21,931 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:35:11,758 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:35:21,944 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:36:11,754 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:36:21,946 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:37:21,950 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:38:11,751 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:38:21,943 basehttp 31288 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:38:47,582 autoreload 31288 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-20 21:38:48,130 autoreload 80191 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 21:38:48,492 basehttp 80191 6131380224 "GET /en/inpatients/beds/181/ HTTP/1.1" 200 35350 WARNING 2025-09-20 21:38:48,510 log 80191 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:38:48,511 basehttp 80191 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:38:48,553 basehttp 80191 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:39:11,782 basehttp 80191 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:39:48,554 basehttp 80191 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:40:39,591 autoreload 80992 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 21:40:47,363 basehttp 80992 6156103680 "GET /en/inpatients/beds/181/ HTTP/1.1" 200 35350 WARNING 2025-09-20 21:40:47,384 log 80992 6156103680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:40:47,385 basehttp 80992 6156103680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:40:47,409 basehttp 80992 6156103680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:40:48,767 basehttp 80992 6156103680 "GET /en/inpatients/beds/181/ HTTP/1.1" 200 35350 WARNING 2025-09-20 21:40:48,778 log 80992 6156103680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:40:48,778 basehttp 80992 6156103680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:40:48,816 basehttp 80992 6156103680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:41:11,741 basehttp 80992 6156103680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:41:48,831 basehttp 80992 6156103680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:42:11,742 basehttp 80992 6156103680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:42:48,855 basehttp 80992 6156103680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:43:11,740 basehttp 80992 6156103680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:43:27,298 basehttp 80992 6156103680 "GET /en/inpatients/beds/181/ HTTP/1.1" 200 36650 WARNING 2025-09-20 21:43:27,311 log 80992 6156103680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:43:27,311 basehttp 80992 6156103680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:43:27,348 basehttp 80992 6156103680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:44:14,362 basehttp 80992 6156103680 "GET /en/inpatients/beds/181/ HTTP/1.1" 200 37118 WARNING 2025-09-20 21:44:14,374 log 80992 6156103680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:44:14,374 basehttp 80992 6156103680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:44:14,413 basehttp 80992 6156103680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:45:11,734 basehttp 80992 6156103680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:45:14,413 basehttp 80992 6156103680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:45:44,570 basehttp 80992 6156103680 "GET /en/inpatients/beds/181/ HTTP/1.1" 200 37169 WARNING 2025-09-20 21:45:44,582 log 80992 6156103680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:45:44,583 basehttp 80992 6156103680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:45:44,620 basehttp 80992 6156103680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:46:11,734 basehttp 80992 6156103680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:46:44,626 basehttp 80992 6156103680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:47:11,780 basehttp 80992 6156103680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:47:32,817 basehttp 80992 6156103680 "GET /en/inpatients/beds/181/ HTTP/1.1" 200 38486 WARNING 2025-09-20 21:47:32,828 log 80992 6156103680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:47:32,829 basehttp 80992 6156103680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:47:32,868 basehttp 80992 6156103680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-20 21:47:36,001 log 80992 6156103680 Internal Server Error: /en/inpatients/wards/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 223, in get_context_data for bed in context['beds']: ~~~~~~~^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 384, in __iter__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'current_patient'. Choices are: ward, current_admission, cleaned_by, blocked_by, created_by ERROR 2025-09-20 21:47:36,003 basehttp 80992 6156103680 "GET /en/inpatients/wards/6/ HTTP/1.1" 500 150118 WARNING 2025-09-20 21:47:36,023 log 80992 6156103680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:47:36,024 basehttp 80992 6156103680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:47:54,941 autoreload 80992 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-20 21:47:55,445 autoreload 84240 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 21:47:56,243 basehttp 84240 6190772224 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 51428 WARNING 2025-09-20 21:47:56,254 log 84240 6190772224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:47:56,255 basehttp 84240 6190772224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:47:56,325 basehttp 84240 6190772224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 21:48:23,159 log 84240 6190772224 Not Found: /inpatients/beds/187/details/ WARNING 2025-09-20 21:48:23,160 basehttp 84240 6190772224 "GET /inpatients/beds/187/details/ HTTP/1.1" 404 2608 INFO 2025-09-20 21:48:48,074 basehttp 84240 6190772224 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 51428 WARNING 2025-09-20 21:48:48,087 log 84240 6190772224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:48:48,088 basehttp 84240 6190772224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:48:48,131 basehttp 84240 6190772224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:49:11,754 basehttp 84240 6190772224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:49:48,133 basehttp 84240 6190772224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:50:09,816 basehttp 84240 6190772224 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 51031 WARNING 2025-09-20 21:50:09,829 log 84240 6190772224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:50:09,829 basehttp 84240 6190772224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:50:09,869 basehttp 84240 6190772224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:51:00,831 basehttp 84240 6190772224 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 51393 WARNING 2025-09-20 21:51:00,846 log 84240 6190772224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:51:00,846 basehttp 84240 6190772224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:51:00,891 basehttp 84240 6190772224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:51:11,734 basehttp 84240 6190772224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:51:27,194 basehttp 84240 6190772224 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 51393 WARNING 2025-09-20 21:51:27,208 log 84240 6190772224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:51:27,208 basehttp 84240 6190772224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:51:27,245 basehttp 84240 6190772224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:52:11,748 basehttp 84240 6190772224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:52:27,251 basehttp 84240 6190772224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:52:39,956 basehttp 84240 6190772224 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 51393 WARNING 2025-09-20 21:52:39,973 log 84240 6190772224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:52:39,973 basehttp 84240 6190772224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:52:40,018 basehttp 84240 6190772224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 21:52:59,178 log 84240 6207598592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:52:59,179 basehttp 84240 6207598592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:52:59,180 basehttp 84240 6190772224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 21:52:59,190 log 84240 6190772224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:52:59,190 basehttp 84240 6190772224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:53:25,146 basehttp 84240 6190772224 "GET /en/inpatients/beds/181/ HTTP/1.1" 200 38472 WARNING 2025-09-20 21:53:25,164 log 84240 6190772224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:53:25,164 basehttp 84240 6190772224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:53:25,226 basehttp 84240 6190772224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:53:34,007 basehttp 84240 6190772224 "GET /en/inpatients/beds/181/ HTTP/1.1" 200 38470 WARNING 2025-09-20 21:53:34,019 log 84240 6190772224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:53:34,019 basehttp 84240 6190772224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:53:34,086 basehttp 84240 6190772224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:54:11,734 basehttp 84240 6190772224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:54:34,099 basehttp 84240 6190772224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:55:11,741 basehttp 84240 6190772224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:55:34,120 basehttp 84240 6190772224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:56:34,110 basehttp 84240 6190772224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:56:46,869 autoreload 84240 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-20 21:56:47,431 autoreload 88137 8602788160 Watching for file changes with StatReloader WARNING 2025-09-20 21:56:48,359 log 88137 6165032960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:56:48,359 basehttp 88137 6165032960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 21:56:48,373 log 88137 6165032960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:56:48,373 basehttp 88137 6165032960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-20 21:56:48,971 log 88137 6165032960 Internal Server Error: /en/inpatients/beds/181/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 444, in get_context_data context['transfers'] = bed.transfers.all().order_by('-requested_datetime') ^^^^^^^^^^^^^ AttributeError: 'Bed' object has no attribute 'transfers'. Did you mean: 'transfers_to'? ERROR 2025-09-20 21:56:48,972 basehttp 88137 6165032960 "GET /en/inpatients/beds/181/ HTTP/1.1" 500 86811 WARNING 2025-09-20 21:56:48,986 log 88137 6165032960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:56:48,986 basehttp 88137 6165032960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:56:59,251 autoreload 88137 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-20 21:56:59,694 autoreload 88222 8602788160 Watching for file changes with StatReloader ERROR 2025-09-20 21:57:01,311 log 88222 6158430208 Internal Server Error: /en/inpatients/beds/181/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 444, in get_context_data context['maintenance_history'] = bed.maintenance_history.all().order_by('-scheduled_date')[:10] ^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Bed' object has no attribute 'maintenance_history'. Did you mean: 'maintenance_notes'? ERROR 2025-09-20 21:57:01,315 basehttp 88222 6158430208 "GET /en/inpatients/beds/181/ HTTP/1.1" 500 86832 WARNING 2025-09-20 21:57:01,332 log 88222 6158430208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:57:01,333 basehttp 88222 6158430208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:57:11,796 basehttp 88222 6158430208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-20 21:57:50,735 log 88222 6158430208 Internal Server Error: /en/inpatients/beds/181/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 444, in get_context_data context['maintenance_history'] = bed.maintenance_history.all().order_by('-scheduled_date')[:10] ^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Bed' object has no attribute 'maintenance_history'. Did you mean: 'maintenance_notes'? ERROR 2025-09-20 21:57:50,739 basehttp 88222 6158430208 "GET /en/inpatients/beds/181/ HTTP/1.1" 500 86832 WARNING 2025-09-20 21:57:50,755 log 88222 6158430208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:57:50,755 basehttp 88222 6158430208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:58:49,613 autoreload 88222 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-20 21:58:49,993 autoreload 89074 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 21:58:50,918 basehttp 89074 6190247936 "GET /en/inpatients/beds/181/ HTTP/1.1" 200 38470 WARNING 2025-09-20 21:58:50,936 log 89074 6190247936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 21:58:50,936 basehttp 89074 6190247936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 21:58:50,983 basehttp 89074 6190247936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:59:11,739 basehttp 89074 6190247936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 21:59:50,990 basehttp 89074 6190247936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:00:11,771 basehttp 89074 6190247936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:00:50,984 basehttp 89074 6190247936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:01:03,451 autoreload 89074 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-20 22:01:03,920 autoreload 90004 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 22:01:04,492 basehttp 90004 6160625664 "GET /en/inpatients/beds/181/ HTTP/1.1" 200 38470 WARNING 2025-09-20 22:01:04,517 log 90004 6160625664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:01:04,517 basehttp 90004 6160625664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:01:04,556 basehttp 90004 6160625664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:01:51,065 autoreload 90004 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-20 22:01:51,468 autoreload 90399 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 22:02:04,629 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:02:11,724 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:03:04,561 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:03:11,732 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:04:04,559 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:04:11,785 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:04:19,290 basehttp 90399 6155350016 "GET /en/inpatients/beds/181/ HTTP/1.1" 200 39962 WARNING 2025-09-20 22:04:19,307 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:04:19,308 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:04:19,342 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:04:45,831 basehttp 90399 6155350016 "GET /en/inpatients/beds/181/ HTTP/1.1" 200 39961 WARNING 2025-09-20 22:04:45,843 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:04:45,843 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:04:45,865 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:05:39,041 basehttp 90399 6155350016 "GET /en/inpatients/beds/181/ HTTP/1.1" 200 39976 WARNING 2025-09-20 22:05:39,059 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:05:39,059 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:05:39,102 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:05:55,617 basehttp 90399 6155350016 "GET /en/inpatients/beds/181/ HTTP/1.1" 200 39983 WARNING 2025-09-20 22:05:55,630 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:05:55,630 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:05:55,670 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:06:11,720 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:06:55,684 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:06:57,015 basehttp 90399 6155350016 "GET /en/inpatients/beds/181/ HTTP/1.1" 200 40109 WARNING 2025-09-20 22:06:57,032 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:06:57,033 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:06:57,078 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:07:11,730 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:07:32,544 basehttp 90399 6155350016 "GET /en/inpatients/beds/181/ HTTP/1.1" 200 40109 WARNING 2025-09-20 22:07:32,556 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:07:32,556 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:07:32,595 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 22:07:46,718 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:07:46,719 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:07:46,931 basehttp 90399 6155350016 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020676 INFO 2025-09-20 22:07:50,829 basehttp 90399 6155350016 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020676 WARNING 2025-09-20 22:07:50,847 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:07:50,847 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:07:50,953 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:07:51,037 basehttp 90399 6155350016 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020676 INFO 2025-09-20 22:08:07,674 basehttp 90399 6155350016 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 37706 WARNING 2025-09-20 22:08:07,698 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:08:07,698 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:08:07,741 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:09:07,748 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:09:11,716 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:09:41,533 basehttp 90399 6155350016 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 37985 WARNING 2025-09-20 22:09:41,546 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:09:41,546 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:09:41,586 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:09:49,946 basehttp 90399 6155350016 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 37814 WARNING 2025-09-20 22:09:49,957 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:09:49,957 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:09:49,999 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:10:11,724 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:10:45,869 basehttp 90399 6155350016 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 37822 WARNING 2025-09-20 22:10:45,884 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:10:45,885 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:10:45,923 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:11:02,423 basehttp 90399 6155350016 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 37810 WARNING 2025-09-20 22:11:02,434 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:11:02,434 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:11:02,478 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:11:11,846 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:12:02,490 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:12:55,119 basehttp 90399 6155350016 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 38034 WARNING 2025-09-20 22:12:55,133 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:12:55,133 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:12:55,171 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:13:11,842 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:13:55,195 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:14:11,851 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:14:55,181 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:15:11,850 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:15:31,775 basehttp 90399 6155350016 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 38149 WARNING 2025-09-20 22:15:31,790 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:15:31,790 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:15:31,829 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:16:13,280 basehttp 90399 6155350016 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 38189 WARNING 2025-09-20 22:16:13,292 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:16:13,292 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:16:13,332 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:17:07,902 basehttp 90399 6155350016 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 38288 WARNING 2025-09-20 22:17:07,914 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:17:07,914 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:17:07,958 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:17:11,849 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 22:18:03,568 log 90399 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:18:03,570 basehttp 90399 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:18:03,590 basehttp 90399 6172176384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 22:18:03,592 log 90399 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:18:03,593 basehttp 90399 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:18:03,653 basehttp 90399 6155350016 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020676 INFO 2025-09-20 22:18:05,064 basehttp 90399 6155350016 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020676 WARNING 2025-09-20 22:18:05,082 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:18:05,082 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:18:05,188 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:18:05,273 basehttp 90399 6155350016 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020676 INFO 2025-09-20 22:18:07,658 basehttp 90399 6155350016 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 38288 WARNING 2025-09-20 22:18:07,678 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:18:07,678 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:18:07,725 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:18:11,850 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:19:07,751 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:19:11,855 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:20:07,740 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:20:50,346 basehttp 90399 6155350016 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 37414 WARNING 2025-09-20 22:20:50,360 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:20:50,360 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:20:50,398 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:21:11,851 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:21:50,413 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:22:11,841 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:22:15,020 basehttp 90399 6155350016 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 38120 WARNING 2025-09-20 22:22:15,032 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:22:15,032 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:22:15,073 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:22:39,264 basehttp 90399 6155350016 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 38087 WARNING 2025-09-20 22:22:39,275 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:22:39,275 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:22:39,314 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:23:11,852 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:23:39,317 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:24:02,525 basehttp 90399 6155350016 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 41898 WARNING 2025-09-20 22:24:02,540 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:24:02,540 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:24:02,581 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:25:02,598 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:25:11,852 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:26:02,582 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:26:11,836 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:26:13,684 basehttp 90399 6155350016 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 41961 WARNING 2025-09-20 22:26:13,696 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:26:13,696 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:26:13,737 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:26:50,275 basehttp 90399 6155350016 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 42027 WARNING 2025-09-20 22:26:50,289 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:26:50,289 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:26:50,329 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:27:21,385 basehttp 90399 6155350016 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 42027 WARNING 2025-09-20 22:27:21,398 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:27:21,398 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:27:21,438 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:27:45,404 basehttp 90399 6155350016 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 42076 WARNING 2025-09-20 22:27:45,414 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:27:45,415 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:27:45,455 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:27:58,149 basehttp 90399 6155350016 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 42076 WARNING 2025-09-20 22:27:58,160 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:27:58,160 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:27:58,203 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:28:11,825 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:28:31,306 basehttp 90399 6155350016 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 42076 WARNING 2025-09-20 22:28:31,318 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:28:31,318 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:28:31,361 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:28:55,347 basehttp 90399 6155350016 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 42108 WARNING 2025-09-20 22:28:55,359 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:28:55,359 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:28:55,398 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:29:11,832 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:29:46,472 basehttp 90399 6155350016 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 42103 WARNING 2025-09-20 22:29:46,484 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:29:46,484 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:29:46,523 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:30:46,538 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 22:30:58,934 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:30:58,934 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:30:59,141 basehttp 90399 6155350016 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020676 INFO 2025-09-20 22:31:03,191 basehttp 90399 6155350016 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 42103 WARNING 2025-09-20 22:31:03,211 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:31:03,211 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:31:03,251 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:31:11,829 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 22:31:22,000 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:31:22,000 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 22:31:22,019 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:31:22,019 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:31:29,130 basehttp 90399 6155350016 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020676 WARNING 2025-09-20 22:31:38,434 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:31:38,434 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-20 22:32:00,360 log 90399 6155350016 Internal Server Error: /en/inpatients/surgery/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'complete_surgery' not found. 'complete_surgery' is not a valid view function or pattern name. ERROR 2025-09-20 22:32:00,363 basehttp 90399 6155350016 "GET /en/inpatients/surgery/ HTTP/1.1" 500 253598 WARNING 2025-09-20 22:32:00,379 log 90399 6155350016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:32:00,380 basehttp 90399 6155350016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:32:11,833 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:34:11,827 basehttp 90399 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:34:22,555 autoreload 90399 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-09-20 22:34:23,051 autoreload 5517 8602788160 Watching for file changes with StatReloader ERROR 2025-09-20 22:34:25,114 log 5517 6170079232 Internal Server Error: /en/inpatients/surgery/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'confirm_surgery' not found. 'confirm_surgery' is not a valid view function or pattern name. ERROR 2025-09-20 22:34:25,117 basehttp 5517 6170079232 "GET /en/inpatients/surgery/ HTTP/1.1" 500 256321 WARNING 2025-09-20 22:34:25,136 log 5517 6170079232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:34:25,136 basehttp 5517 6170079232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:35:11,822 basehttp 5517 6170079232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:36:11,821 basehttp 5517 6170079232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:38:11,820 basehttp 5517 6170079232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:39:11,827 basehttp 5517 6170079232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:40:48,049 autoreload 5517 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-09-20 22:40:48,420 autoreload 8300 8602788160 Watching for file changes with StatReloader ERROR 2025-09-20 22:40:51,218 log 8300 6133035008 Internal Server Error: /en/inpatients/surgery/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'start_surgery_prep' not found. 'start_surgery_prep' is not a valid view function or pattern name. ERROR 2025-09-20 22:40:51,221 basehttp 8300 6133035008 "GET /en/inpatients/surgery/ HTTP/1.1" 500 256609 WARNING 2025-09-20 22:40:51,239 log 8300 6133035008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:40:51,239 basehttp 8300 6133035008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:41:11,836 basehttp 8300 6133035008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:42:11,827 basehttp 8300 6133035008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:43:11,836 basehttp 8300 6133035008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:43:51,057 autoreload 8300 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-20 22:43:51,490 autoreload 9702 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 22:43:52,305 basehttp 9702 6197850112 "GET /en/inpatients/surgery/ HTTP/1.1" 200 79150 WARNING 2025-09-20 22:43:52,326 log 9702 6197850112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:43:52,326 basehttp 9702 6197850112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:43:52,376 basehttp 9702 6197850112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:44:52,378 basehttp 9702 6197850112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:45:11,824 basehttp 9702 6197850112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:45:52,380 basehttp 9702 6197850112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:46:11,823 basehttp 9702 6197850112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:46:52,390 basehttp 9702 6197850112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:47:08,122 autoreload 9702 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-20 22:47:08,591 autoreload 11112 8602788160 Watching for file changes with StatReloader WARNING 2025-09-20 22:47:09,554 log 11112 6127316992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:47:09,554 basehttp 11112 6127316992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 22:47:09,566 log 11112 6127316992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:47:09,566 basehttp 11112 6127316992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:47:10,201 basehttp 11112 6127316992 "GET /en/inpatients/surgery/ HTTP/1.1" 200 80493 WARNING 2025-09-20 22:47:10,219 log 11112 6127316992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:47:10,219 basehttp 11112 6127316992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:47:10,267 basehttp 11112 6127316992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:47:11,896 basehttp 11112 6127316992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:48:10,266 basehttp 11112 6127316992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:48:19,953 basehttp 11112 6127316992 "GET /en/inpatients/surgery/ HTTP/1.1" 200 80892 WARNING 2025-09-20 22:48:19,967 log 11112 6127316992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:48:19,968 basehttp 11112 6127316992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:48:20,017 basehttp 11112 6127316992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:48:21,973 basehttp 11112 6127316992 "GET /en/inpatients/surgery/4/ HTTP/1.1" 200 29874 WARNING 2025-09-20 22:48:21,989 log 11112 6127316992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:48:21,989 basehttp 11112 6127316992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:48:22,037 basehttp 11112 6127316992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 22:49:08,134 log 11112 6127316992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:49:08,134 basehttp 11112 6127316992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 22:49:08,172 log 11112 6127316992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:49:08,172 basehttp 11112 6127316992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:49:11,828 basehttp 11112 6127316992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:49:20,019 basehttp 11112 6127316992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:50:09,093 autoreload 11112 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-20 22:50:09,634 autoreload 12429 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 22:50:10,191 basehttp 12429 6137606144 "GET /en/inpatients/surgery/ HTTP/1.1" 200 80892 WARNING 2025-09-20 22:50:10,210 log 12429 6137606144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:50:10,211 basehttp 12429 6137606144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:50:10,250 basehttp 12429 6137606144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:50:11,863 basehttp 12429 6137606144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:51:10,269 basehttp 12429 6137606144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:51:34,319 autoreload 12429 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-20 22:51:34,779 autoreload 13060 8602788160 Watching for file changes with StatReloader WARNING 2025-09-20 22:51:35,974 log 13060 6167474176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:51:35,974 basehttp 13060 6167474176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 22:51:35,987 log 13060 6167474176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:51:35,987 basehttp 13060 6167474176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:51:38,533 basehttp 13060 6167474176 "GET /en/inpatients/surgery/ HTTP/1.1" 200 80892 WARNING 2025-09-20 22:51:38,550 log 13060 6167474176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:51:38,550 basehttp 13060 6167474176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:51:38,594 basehttp 13060 6167474176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:52:11,828 basehttp 13060 6167474176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:52:38,605 basehttp 13060 6167474176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:53:11,825 basehttp 13060 6167474176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:53:24,514 basehttp 13060 6167474176 "GET /en/inpatients/surgery/ HTTP/1.1" 200 80893 WARNING 2025-09-20 22:53:24,531 log 13060 6167474176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:53:24,531 basehttp 13060 6167474176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:53:24,572 basehttp 13060 6167474176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:54:24,585 basehttp 13060 6167474176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:55:11,859 basehttp 13060 6167474176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:55:24,586 basehttp 13060 6167474176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:56:24,678 basehttp 13060 6167474176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:56:58,650 basehttp 13060 6167474176 "GET /en/inpatients/surgery/ HTTP/1.1" 200 81985 WARNING 2025-09-20 22:56:58,669 log 13060 6167474176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:56:58,669 basehttp 13060 6167474176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:56:58,708 basehttp 13060 6167474176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:57:11,912 basehttp 13060 6167474176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:57:44,254 basehttp 13060 6167474176 "GET /en/inpatients/surgery/ HTTP/1.1" 200 82036 WARNING 2025-09-20 22:57:44,269 log 13060 6167474176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 22:57:44,269 basehttp 13060 6167474176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 22:57:44,307 basehttp 13060 6167474176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:58:11,915 basehttp 13060 6167474176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:58:44,325 basehttp 13060 6167474176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:59:11,927 basehttp 13060 6167474176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 22:59:44,324 basehttp 13060 6167474176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:00:12,031 basehttp 13060 6167474176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:00:44,321 basehttp 13060 6167474176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:01:44,332 basehttp 13060 6167474176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:02:11,978 basehttp 13060 6167474176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:02:44,335 basehttp 13060 6167474176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:03:44,332 basehttp 13060 6167474176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:03:54,694 autoreload 13060 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-20 23:03:55,206 autoreload 18575 8602788160 Watching for file changes with StatReloader WARNING 2025-09-20 23:03:56,241 log 18575 6156382208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 23:03:56,242 basehttp 18575 6156382208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-20 23:03:56,258 log 18575 6156382208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 23:03:56,258 basehttp 18575 6156382208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 23:03:56,891 basehttp 18575 6156382208 "GET /en/inpatients/surgery/ HTTP/1.1" 200 88402 WARNING 2025-09-20 23:03:56,926 log 18575 6156382208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 23:03:56,926 basehttp 18575 6156382208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 23:03:56,982 basehttp 18575 6156382208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-20 23:04:08,402 log 18575 6156382208 Forbidden (CSRF token missing.): /en/inpatients/surgery/17/postpone/ WARNING 2025-09-20 23:04:08,402 basehttp 18575 6156382208 "POST /en/inpatients/surgery/17/postpone/ HTTP/1.1" 403 2491 INFO 2025-09-20 23:04:10,786 basehttp 18575 6156382208 "GET /en/inpatients/surgery/ HTTP/1.1" 200 88402 WARNING 2025-09-20 23:04:10,803 log 18575 6156382208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 23:04:10,803 basehttp 18575 6156382208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 23:04:10,850 basehttp 18575 6156382208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:04:11,995 basehttp 18575 6156382208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:05:10,851 basehttp 18575 6156382208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:06:10,859 basehttp 18575 6156382208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:06:11,919 basehttp 18575 6156382208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:07:10,858 basehttp 18575 6156382208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:07:11,921 basehttp 18575 6156382208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:07:26,663 basehttp 18575 6156382208 "GET /en/inpatients/surgery/ HTTP/1.1" 200 91428 WARNING 2025-09-20 23:07:26,677 log 18575 6156382208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 23:07:26,677 basehttp 18575 6156382208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 23:07:26,727 basehttp 18575 6156382208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:07:52,566 basehttp 18575 6156382208 "GET /en/inpatients/surgery/ HTTP/1.1" 200 91478 WARNING 2025-09-20 23:07:52,586 log 18575 6156382208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 23:07:52,586 basehttp 18575 6156382208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 23:07:52,637 basehttp 18575 6156382208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:08:11,931 basehttp 18575 6156382208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:08:52,646 basehttp 18575 6156382208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:09:27,199 basehttp 18575 6156382208 "GET /en/inpatients/surgery/ HTTP/1.1" 200 91478 WARNING 2025-09-20 23:09:27,213 log 18575 6156382208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 23:09:27,213 basehttp 18575 6156382208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 23:09:27,260 basehttp 18575 6156382208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:09:37,419 basehttp 18575 6156382208 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 95498 INFO 2025-09-20 23:09:37,436 basehttp 18575 6156382208 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:09:37,455 basehttp 18575 6156382208 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 304 0 INFO 2025-09-20 23:09:41,572 basehttp 18575 6156382208 "GET /en/admin/inpatients/surgeryschedule/7/change/ HTTP/1.1" 200 169388 INFO 2025-09-20 23:09:41,587 basehttp 18575 6156382208 "GET /static/admin/css/forms.css HTTP/1.1" 304 0 INFO 2025-09-20 23:09:41,589 basehttp 18575 13455405056 "GET /static/admin/js/SelectBox.js HTTP/1.1" 304 0 INFO 2025-09-20 23:09:41,590 basehttp 18575 6173208576 "GET /static/admin/js/calendar.js HTTP/1.1" 304 0 INFO 2025-09-20 23:09:41,590 basehttp 18575 13438578688 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 304 0 INFO 2025-09-20 23:09:41,590 basehttp 18575 13472231424 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 304 0 INFO 2025-09-20 23:09:41,590 basehttp 18575 13489057792 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 304 0 INFO 2025-09-20 23:09:41,590 basehttp 18575 13455405056 "GET /static/admin/css/widgets.css HTTP/1.1" 304 0 INFO 2025-09-20 23:09:41,592 basehttp 18575 13455405056 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 304 0 INFO 2025-09-20 23:09:41,594 basehttp 18575 6156382208 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:09:41,594 basehttp 18575 13455405056 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 304 0 INFO 2025-09-20 23:09:41,595 basehttp 18575 13455405056 "GET /static/admin/js/change_form.js HTTP/1.1" 304 0 INFO 2025-09-20 23:09:41,624 basehttp 18575 13455405056 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 304 0 INFO 2025-09-20 23:09:41,624 basehttp 18575 6156382208 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 304 0 INFO 2025-09-20 23:09:41,625 basehttp 18575 13489057792 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 304 0 INFO 2025-09-20 23:10:11,936 basehttp 18575 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:10:27,930 basehttp 18575 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:11:11,924 basehttp 18575 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:11:28,926 basehttp 18575 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:12:11,929 basehttp 18575 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:12:24,744 autoreload 18575 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py changed, reloading. INFO 2025-09-20 23:12:25,136 autoreload 22289 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 23:12:29,994 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:13:06,206 basehttp 22289 6192263168 "GET /en/admin/inpatients/surgeryschedule/7/change/ HTTP/1.1" 200 171066 INFO 2025-09-20 23:13:06,221 basehttp 22289 6192263168 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:13:19,938 basehttp 22289 6192263168 "POST /en/admin/inpatients/surgeryschedule/7/change/ HTTP/1.1" 302 0 INFO 2025-09-20 23:13:19,970 basehttp 22289 6192263168 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 98449 INFO 2025-09-20 23:13:19,982 basehttp 22289 6192263168 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:13:19,989 basehttp 22289 6192263168 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 304 0 INFO 2025-09-20 23:13:22,330 basehttp 22289 6192263168 "GET /en/inpatients/surgery/ HTTP/1.1" 200 91478 WARNING 2025-09-20 23:13:22,344 log 22289 6192263168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 23:13:22,344 basehttp 22289 6192263168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 23:13:22,410 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:14:08,170 basehttp 22289 6192263168 "GET /en/inpatients/surgery/ HTTP/1.1" 200 91647 WARNING 2025-09-20 23:14:08,188 log 22289 6192263168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 23:14:08,188 basehttp 22289 6192263168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 23:14:08,267 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:14:11,932 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:14:36,024 basehttp 22289 6192263168 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 97895 INFO 2025-09-20 23:14:36,035 basehttp 22289 6209089536 "GET /static/admin/img/icon-no.svg HTTP/1.1" 304 0 INFO 2025-09-20 23:14:36,039 basehttp 22289 6192263168 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:14:43,471 basehttp 22289 6192263168 "GET /en/admin/operating_theatre/operatingroom/1/change/ HTTP/1.1" 200 155812 INFO 2025-09-20 23:14:43,481 basehttp 22289 6209089536 "GET /static/admin/js/inlines.js HTTP/1.1" 304 0 INFO 2025-09-20 23:14:43,484 basehttp 22289 6209089536 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 304 0 INFO 2025-09-20 23:14:43,485 basehttp 22289 6192263168 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:15:08,942 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:15:11,937 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:15:23,832 basehttp 22289 6192263168 "POST /en/admin/operating_theatre/operatingroom/1/change/ HTTP/1.1" 200 155941 INFO 2025-09-20 23:15:23,848 basehttp 22289 6192263168 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:15:53,052 basehttp 22289 6192263168 "POST /en/admin/operating_theatre/operatingroom/1/change/ HTTP/1.1" 302 0 INFO 2025-09-20 23:15:53,081 basehttp 22289 6192263168 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 98111 INFO 2025-09-20 23:15:53,093 basehttp 22289 6192263168 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:16:09,940 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:17:10,947 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:17:11,937 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:18:11,938 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:18:11,950 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:19:12,933 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:20:11,943 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:20:13,947 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:21:15,950 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:21:41,653 basehttp 22289 6209089536 "POST /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 152370 INFO 2025-09-20 23:21:41,667 basehttp 22289 6209089536 "GET /static/admin/js/cancel.js HTTP/1.1" 304 0 INFO 2025-09-20 23:21:46,957 basehttp 22289 6209089536 "POST /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 302 0 INFO 2025-09-20 23:21:46,973 basehttp 22289 6209089536 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 79712 INFO 2025-09-20 23:21:46,989 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:21:52,719 basehttp 22289 6209089536 "GET /en/admin/operating_theatre/orblock/ HTTP/1.1" 200 80580 INFO 2025-09-20 23:21:52,737 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:21:57,614 basehttp 22289 6209089536 "GET /en/admin/operating_theatre/surgicalnote/ HTTP/1.1" 200 78340 INFO 2025-09-20 23:21:57,628 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:22:11,948 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:22:30,618 basehttp 22289 6209089536 "GET /en/admin/operating_theatre/surgicalnote/ HTTP/1.1" 200 78340 INFO 2025-09-20 23:22:30,633 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:22:35,758 basehttp 22289 6209089536 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 97208 INFO 2025-09-20 23:22:35,775 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:22:45,713 basehttp 22289 6209089536 "GET /en/admin/operating_theatre/orblock/ HTTP/1.1" 200 80580 INFO 2025-09-20 23:22:45,729 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:23:11,940 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:23:11,951 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:23:55,225 basehttp 22289 6192263168 "GET /en/admin/operating_theatre/surgicalnotetemplate/ HTTP/1.1" 200 94188 INFO 2025-09-20 23:23:55,244 basehttp 22289 6192263168 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:23:59,424 basehttp 22289 6192263168 "POST /en/admin/operating_theatre/surgicalnotetemplate/ HTTP/1.1" 200 79126 INFO 2025-09-20 23:24:00,612 basehttp 22289 6192263168 "POST /en/admin/operating_theatre/surgicalnotetemplate/ HTTP/1.1" 302 0 INFO 2025-09-20 23:24:00,634 basehttp 22289 6192263168 "GET /en/admin/operating_theatre/surgicalnotetemplate/ HTTP/1.1" 200 77940 INFO 2025-09-20 23:24:00,652 basehttp 22289 6192263168 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:24:08,841 basehttp 22289 6192263168 "GET /en/admin/operating_theatre/surgicalnote/ HTTP/1.1" 200 78340 INFO 2025-09-20 23:24:08,855 basehttp 22289 6192263168 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:24:16,034 basehttp 22289 6192263168 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 97208 INFO 2025-09-20 23:24:16,050 basehttp 22289 6192263168 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:24:19,636 basehttp 22289 6192263168 "POST /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 79033 INFO 2025-09-20 23:24:20,935 basehttp 22289 6192263168 "POST /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 302 0 INFO 2025-09-20 23:24:20,956 basehttp 22289 6192263168 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 79712 INFO 2025-09-20 23:24:20,975 basehttp 22289 6192263168 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:24:29,643 basehttp 22289 6192263168 "GET /en/admin/operating_theatre/surgicalcase/ HTTP/1.1" 200 79107 INFO 2025-09-20 23:24:29,659 basehttp 22289 6192263168 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:25:11,944 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:25:11,955 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:25:27,500 basehttp 22289 6209089536 "GET /en/admin/operating_theatre/surgicalcase/ HTTP/1.1" 200 156868 INFO 2025-09-20 23:25:27,516 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:25:35,267 basehttp 22289 6209089536 "GET /en/inpatients/surgery/ HTTP/1.1" 200 91478 WARNING 2025-09-20 23:25:35,284 log 22289 6209089536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 23:25:35,284 basehttp 22289 6209089536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 23:25:35,356 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:25:49,679 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 97795 INFO 2025-09-20 23:25:49,700 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:25:53,634 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/7/change/ HTTP/1.1" 200 170719 INFO 2025-09-20 23:25:53,654 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:26:03,400 basehttp 22289 6209089536 "POST /en/admin/inpatients/surgeryschedule/7/change/ HTTP/1.1" 302 0 INFO 2025-09-20 23:26:03,437 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 98091 INFO 2025-09-20 23:26:03,453 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:26:05,214 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/9/change/ HTTP/1.1" 200 171095 INFO 2025-09-20 23:26:05,233 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:26:12,890 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:26:14,296 basehttp 22289 6209089536 "POST /en/admin/inpatients/surgeryschedule/9/change/ HTTP/1.1" 302 0 INFO 2025-09-20 23:26:14,334 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 98123 INFO 2025-09-20 23:26:14,348 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:26:16,314 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/3/change/ HTTP/1.1" 200 170722 INFO 2025-09-20 23:26:16,333 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:26:27,466 basehttp 22289 6209089536 "POST /en/admin/inpatients/surgeryschedule/3/change/ HTTP/1.1" 302 0 INFO 2025-09-20 23:26:27,492 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 98163 INFO 2025-09-20 23:26:27,506 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:26:29,983 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/16/change/ HTTP/1.1" 200 170834 INFO 2025-09-20 23:26:30,002 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:26:35,908 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:26:45,940 basehttp 22289 6209089536 "POST /en/admin/inpatients/surgeryschedule/16/change/ HTTP/1.1" 302 0 INFO 2025-09-20 23:26:45,978 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 98194 INFO 2025-09-20 23:26:45,993 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:26:50,177 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/8/change/ HTTP/1.1" 200 170941 INFO 2025-09-20 23:26:50,197 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:26:59,592 basehttp 22289 6209089536 "POST /en/admin/inpatients/surgeryschedule/8/change/ HTTP/1.1" 302 0 INFO 2025-09-20 23:26:59,630 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 98224 INFO 2025-09-20 23:26:59,646 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:27:02,597 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/10/change/ HTTP/1.1" 200 170833 INFO 2025-09-20 23:27:02,614 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:27:12,291 basehttp 22289 6209089536 "POST /en/admin/inpatients/surgeryschedule/10/change/ HTTP/1.1" 302 0 INFO 2025-09-20 23:27:12,329 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 98251 INFO 2025-09-20 23:27:12,345 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:27:14,896 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:27:15,750 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/11/change/ HTTP/1.1" 200 170808 INFO 2025-09-20 23:27:15,767 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:27:22,594 basehttp 22289 6209089536 "POST /en/admin/inpatients/surgeryschedule/11/change/ HTTP/1.1" 302 0 INFO 2025-09-20 23:27:22,632 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 98293 INFO 2025-09-20 23:27:22,648 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:27:32,942 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/4/change/ HTTP/1.1" 200 170754 INFO 2025-09-20 23:27:32,960 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:27:36,901 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:27:44,041 basehttp 22289 6209089536 "POST /en/admin/inpatients/surgeryschedule/4/change/ HTTP/1.1" 302 0 INFO 2025-09-20 23:27:44,079 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 98339 INFO 2025-09-20 23:27:44,095 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:27:47,318 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/17/change/ HTTP/1.1" 200 170700 INFO 2025-09-20 23:27:47,338 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:27:53,882 basehttp 22289 6209089536 "POST /en/admin/inpatients/surgeryschedule/17/change/ HTTP/1.1" 302 0 INFO 2025-09-20 23:27:53,921 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 98360 INFO 2025-09-20 23:27:53,936 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:27:57,426 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/15/change/ HTTP/1.1" 200 170847 INFO 2025-09-20 23:27:57,442 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:28:05,692 basehttp 22289 6209089536 "POST /en/admin/inpatients/surgeryschedule/15/change/ HTTP/1.1" 302 0 INFO 2025-09-20 23:28:05,731 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 98401 INFO 2025-09-20 23:28:05,747 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:28:09,432 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/12/change/ HTTP/1.1" 200 170880 INFO 2025-09-20 23:28:09,448 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:28:14,338 basehttp 22289 6209089536 "POST /en/admin/inpatients/surgeryschedule/12/change/ HTTP/1.1" 302 0 INFO 2025-09-20 23:28:14,378 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 98442 INFO 2025-09-20 23:28:14,393 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:28:17,217 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/2/change/ HTTP/1.1" 200 170703 INFO 2025-09-20 23:28:17,235 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:28:25,556 basehttp 22289 6209089536 "POST /en/admin/inpatients/surgeryschedule/2/change/ HTTP/1.1" 302 0 INFO 2025-09-20 23:28:25,596 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 98456 INFO 2025-09-20 23:28:25,611 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:28:28,289 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/13/change/ HTTP/1.1" 200 170796 INFO 2025-09-20 23:28:28,304 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:28:32,629 basehttp 22289 6209089536 "POST /en/admin/inpatients/surgeryschedule/13/change/ HTTP/1.1" 302 0 INFO 2025-09-20 23:28:32,667 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 98487 INFO 2025-09-20 23:28:32,681 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:28:35,520 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/6/change/ HTTP/1.1" 200 170838 INFO 2025-09-20 23:28:35,538 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:28:37,906 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:28:40,844 basehttp 22289 6209089536 "POST /en/admin/inpatients/surgeryschedule/6/change/ HTTP/1.1" 302 0 INFO 2025-09-20 23:28:40,887 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 98517 INFO 2025-09-20 23:28:40,901 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:28:43,766 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/5/change/ HTTP/1.1" 200 170806 INFO 2025-09-20 23:28:43,783 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:28:48,584 basehttp 22289 6209089536 "POST /en/admin/inpatients/surgeryschedule/5/change/ HTTP/1.1" 302 0 INFO 2025-09-20 23:28:48,624 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 98548 INFO 2025-09-20 23:28:48,640 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:28:51,631 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/14/change/ HTTP/1.1" 200 170819 INFO 2025-09-20 23:28:51,650 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:28:58,643 basehttp 22289 6209089536 "POST /en/admin/inpatients/surgeryschedule/14/change/ HTTP/1.1" 302 0 INFO 2025-09-20 23:28:58,676 basehttp 22289 6209089536 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 98577 INFO 2025-09-20 23:28:58,690 basehttp 22289 6209089536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-20 23:29:01,202 basehttp 22289 6209089536 "GET /en/inpatients/surgery/ HTTP/1.1" 200 94062 WARNING 2025-09-20 23:29:01,217 log 22289 6209089536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-20 23:29:01,217 basehttp 22289 6209089536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-20 23:29:01,286 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:29:11,878 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:30:01,301 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:30:11,890 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:31:01,306 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:31:11,893 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:32:01,310 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:33:01,315 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:33:11,891 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:34:01,318 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:34:11,893 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:35:01,324 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:35:11,896 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:36:01,327 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:37:01,326 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:37:11,890 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:38:01,335 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:38:11,896 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:39:01,351 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:40:01,901 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:40:11,894 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:41:03,908 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:41:11,910 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:42:11,933 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:43:11,930 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:44:11,928 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:45:11,927 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:46:11,926 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:46:11,938 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:47:11,929 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:48:11,933 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:49:11,932 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:50:11,931 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:50:11,941 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:52:11,943 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:52:11,953 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:53:11,942 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:54:11,937 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:55:11,932 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:56:11,933 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:56:11,939 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:57:11,888 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:58:11,878 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-20 23:59:11,895 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-20 23:59:11,903 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:01:11,883 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:01:11,894 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:03:11,897 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:03:11,906 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:04:11,902 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:05:11,905 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:05:11,916 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:07:11,899 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:07:11,908 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:08:11,887 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:09:11,893 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:10:11,888 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:11:11,904 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:12:11,870 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:13:11,858 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:13:11,868 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:15:11,862 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:15:11,875 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:16:11,871 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:17:11,865 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:18:11,863 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:19:11,854 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:19:11,865 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:21:11,865 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:21:11,874 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:22:11,854 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:23:11,861 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:24:11,864 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:24:11,875 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:26:11,855 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:26:11,867 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:27:11,855 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:28:11,846 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:29:11,827 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:30:11,823 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:30:11,830 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:31:11,830 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:32:11,833 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:33:11,836 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:34:11,826 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:34:11,833 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:36:11,833 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:36:11,845 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:37:11,828 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:38:11,844 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:38:11,855 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:40:11,829 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:40:11,840 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:41:11,831 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:42:11,834 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:43:11,832 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:44:11,815 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:44:11,827 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:45:11,818 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:46:11,832 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:47:11,813 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:48:11,816 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:48:11,827 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:50:11,813 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:50:11,824 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:51:11,812 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:52:11,821 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:53:11,810 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:54:11,810 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:54:11,821 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:56:11,810 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:56:11,820 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:57:11,813 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:58:11,817 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 00:59:11,796 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:00:11,797 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:00:11,809 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:02:11,792 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:02:11,805 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:03:11,795 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:04:11,800 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:05:11,792 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:06:11,790 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:06:11,801 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:07:11,795 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:08:11,791 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:09:11,790 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:10:11,791 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:10:11,804 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:12:11,794 basehttp 22289 6209089536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:12:11,802 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:13:11,788 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:13:25,042 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:14:25,056 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:15:11,926 basehttp 22289 6192263168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:15:12,172 autoreload 22289 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-21 01:15:12,826 autoreload 75990 8602788160 Watching for file changes with StatReloader WARNING 2025-09-21 01:15:13,685 log 75990 6203977728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 01:15:13,685 basehttp 75990 6203977728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-21 01:15:13,690 log 75990 6203977728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 01:15:13,691 basehttp 75990 6203977728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 01:15:14,431 basehttp 75990 6203977728 "GET /en/inpatients/surgery/ HTTP/1.1" 200 94062 WARNING 2025-09-21 01:15:14,449 log 75990 6203977728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 01:15:14,449 basehttp 75990 6203977728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 01:15:14,513 basehttp 75990 6203977728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:16:07,460 autoreload 75990 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-21 01:16:07,963 autoreload 76382 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 01:16:09,599 basehttp 76382 6135754752 "GET /en/inpatients/surgery/ HTTP/1.1" 200 94062 INFO 2025-09-21 01:16:09,661 basehttp 76382 6135754752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:17:09,664 basehttp 76382 6135754752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:17:11,793 basehttp 76382 6135754752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:18:09,657 basehttp 76382 6135754752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:18:11,796 basehttp 76382 6135754752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:19:09,670 basehttp 76382 6135754752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:19:11,796 basehttp 76382 6135754752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:20:09,672 basehttp 76382 6135754752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:21:07,509 autoreload 76382 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-21 01:21:07,887 autoreload 78526 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 01:21:11,881 basehttp 78526 6122811392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-21 01:21:14,308 log 78526 6122811392 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 645, in get_context_data 'admission_statuses': Admission.STATUS_CHOICES, ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'Admission' has no attribute 'STATUS_CHOICES' ERROR 2025-09-21 01:21:14,311 basehttp 78526 6122811392 "GET /en/inpatients/admissions/ HTTP/1.1" 500 89330 INFO 2025-09-21 01:21:41,433 autoreload 78526 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-21 01:21:41,843 autoreload 78837 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 01:21:42,183 basehttp 78837 6157250560 "GET /en/inpatients/admissions/ HTTP/1.1" 200 155513 INFO 2025-09-21 01:21:42,226 basehttp 78837 6157250560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:21:52,905 basehttp 78837 6157250560 "GET /en/inpatients/admissions/53/ HTTP/1.1" 200 26250 INFO 2025-09-21 01:21:52,939 basehttp 78837 6157250560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:22:11,800 basehttp 78837 6157250560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:22:14,401 basehttp 78837 6157250560 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 48309 INFO 2025-09-21 01:22:14,422 basehttp 78837 6157250560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:22:26,221 basehttp 78837 6174076928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:22:26,223 basehttp 78837 6157250560 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 01:22:26,246 basehttp 78837 6190903296 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522567 INFO 2025-09-21 01:22:33,958 basehttp 78837 6190903296 "GET /en/inpatients/surgery/ HTTP/1.1" 200 94062 INFO 2025-09-21 01:22:33,995 basehttp 78837 6190903296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:22:56,203 basehttp 78837 6190903296 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 01:23:08,008 basehttp 78837 6190903296 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522567 INFO 2025-09-21 01:23:11,802 basehttp 78837 6190903296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:23:26,213 basehttp 78837 6190903296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:23:26,215 basehttp 78837 6174076928 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 01:23:26,237 basehttp 78837 6157250560 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522567 INFO 2025-09-21 01:23:47,435 basehttp 78837 6157250560 "GET /en/inpatients/surgery/ HTTP/1.1" 200 94062 INFO 2025-09-21 01:23:47,455 basehttp 78837 6157250560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-21 01:23:52,660 log 78837 6157250560 Internal Server Error: /en/inpatients/wards/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ ValueError: invalid literal for int() with base 10: '' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 175, in get_context_data ).exclude(building__isnull=True).exclude(building='').values_list( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1501, in exclude return self._filter_or_exclude(True, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1516, in _filter_or_exclude_inplace self._query.add_q(~Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( ValueError: Field 'id' expected a number but got ''. ERROR 2025-09-21 01:23:52,663 basehttp 78837 6157250560 "GET /en/inpatients/wards/ HTTP/1.1" 500 143210 INFO 2025-09-21 01:25:11,790 basehttp 78837 6157250560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:25:14,087 autoreload 78837 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-21 01:25:14,548 autoreload 80413 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 01:25:15,364 basehttp 80413 6168555520 "GET /en/inpatients/wards/ HTTP/1.1" 200 46741 INFO 2025-09-21 01:25:15,424 basehttp 80413 6168555520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:25:24,987 basehttp 80413 6168555520 "GET /en/inpatients/beds/?ward=5 HTTP/1.1" 200 1020686 INFO 2025-09-21 01:25:25,079 basehttp 80413 6168555520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:25:25,154 basehttp 80413 6168555520 "GET /en/inpatients/beds/?ward=5 HTTP/1.1" 200 1020686 INFO 2025-09-21 01:26:11,801 basehttp 80413 6168555520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:26:15,435 basehttp 80413 6168555520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:27:02,217 basehttp 80413 6168555520 "GET /en/inpatients/wards/ HTTP/1.1" 200 46952 INFO 2025-09-21 01:27:02,249 basehttp 80413 6168555520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:27:03,355 basehttp 80413 6168555520 "GET /en/inpatients/wards/5/ HTTP/1.1" 200 50128 INFO 2025-09-21 01:27:03,374 basehttp 80413 6168555520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:27:13,470 basehttp 80413 6168555520 "GET /en/inpatients/wards/5/ HTTP/1.1" 200 50128 INFO 2025-09-21 01:27:13,509 basehttp 80413 6168555520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 01:27:15,813 log 80413 6168555520 Not Found: /inpatients/beds/144/details/ WARNING 2025-09-21 01:27:15,814 basehttp 80413 6168555520 "GET /inpatients/beds/144/details/ HTTP/1.1" 404 2608 INFO 2025-09-21 01:28:11,797 basehttp 80413 6168555520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:28:13,509 basehttp 80413 6168555520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:29:07,563 autoreload 80413 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-09-21 01:29:07,964 autoreload 82124 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 01:29:08,582 basehttp 82124 12901707776 "GET /en/inpatients/wards/5/ HTTP/1.1" 200 50128 INFO 2025-09-21 01:29:08,617 basehttp 82124 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:29:11,794 basehttp 82124 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:29:12,727 basehttp 82124 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:29:17,133 basehttp 82124 12901707776 "GET /en/inpatients/wards/ HTTP/1.1" 200 47213 INFO 2025-09-21 01:29:17,171 basehttp 82124 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-21 01:29:18,310 log 82124 12901707776 Internal Server Error: /en/inpatients/wards/6/edit/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 42, in __init__ self.fields['nurse_manager'].queryset = User.objects.filter( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'role' into field. Choices are: accessible_dashboards, acknowledged_alerts, administered_medications, administered_transfusions, admitted_patients, alertrule, analyzed_results, anesthesia_cases, approved_care_plans, approved_employees, approved_purchase_orders, approved_reservations, approved_schedules, approved_time_entries, approved_transfers, asset, assigned_incidents, assigned_maintenance, assigned_queue_entries, assistant_or_blocks, assistant_surgeries, assistant_surgical_cases, attending_bills, attending_patients, attending_wards, audit_logs, audit_team_memberships, authored_notes, availability_slots, billing_provider_bills, blocked_beds, blood_requests, bloodtest, building, cancelled_appointments, cancelled_requests, care_team_plans, checked_in_appointments, circulating_cases, claim_status_updates, claimdocument, claimstatushistory, cleaned_beds, co_signed_notes, collected_specimens, collected_units, communicationchannel, completed_transfers, completed_transfusions, conducted_reviews, consulting_patients, created_admissions, created_alert_rules, created_appointment_templates, created_appointments, created_audit_plans, created_availability_slots, created_beds, created_billing_configurations, created_care_plans, created_claims, created_consent_forms, created_consent_templates, created_data_mappings, created_discharge_summaries, created_donors, created_drug_interactions, created_employees, created_encounters, created_external_systems, created_findings, created_improvement_projects, created_insurance_claims, created_integration_endpoints, created_inventory_items, created_inventory_locations, created_lab_tests, created_measurements, created_medical_bills, created_medications, created_note_templates, created_notifications, created_operating_rooms, created_or_blocks, created_patient_notes, created_pharmacy_inventory_items, created_problems, created_purchase_orders, created_reference_ranges, created_report_templates, created_risk_assessments, created_schedules, created_studies, created_suppliers, created_surgeries, created_surgical_cases, created_surgical_note_templates, created_telemedicine_sessions, created_training_records, created_waiting_list_entries, created_waiting_queues, created_wards, created_webhooks, crossmatch, dashboard, datasource, date_joined, diagnosed_problems, dictated_reports, discharge_planning_cases, double_checked_administrations, email, emailaddress, employee_profile, encounters, energyreading, failed_login_attempts, first_name, force_password_change, groups, id, initiated_capas, inpatient_anesthesia_cases, inpatient_circulating_cases, inpatient_scrub_cases, inspections_conducted, integration_logs, interpreted_studies, investigated_reactions, is_active, is_staff, is_superuser, issued_units, last_login, last_name, last_password_change, led_audits, locked_until, logentry, maintenance_requests, maintenanceschedule, managed_locations, managed_problems, managed_projects, managed_wards, max_concurrent_sessions, messagerecipient, metricdefinition, notificationtemplate, ordered_imaging_studies, ordered_lab_tests, password, password_expires_at, password_history, performed_qc, physician_discharges, planned_discharges, prescribed_medications, primary_care_plans, primary_nurse_discharges, primary_or_blocks, primary_surgeries, primary_surgical_cases, processed_payments, processed_requests, project_team_memberships, provider_appointments, provider_waiting_list, qc_tests, radiology_reports, received_payments, received_specimens, received_units, recorded_equipment_usage, referred_studies, registered_patients, removed_waiting_list_entries, rendered_line_items, report, reported_incidents, reported_reactions, reportexecution, requested_purchase_orders, requested_transfers, resolved_alerts, responsible_findings, responsible_quality_indicators, responsible_risks, reviewed_qc, reviewed_qc_tests, scrub_cases, sent_messages, servicecontract, session_timeout_minutes, signed_encounters, social_accounts, spacereservation, sponsored_projects, stopped_transfusions, supervised_line_items, surgeon_surgical_notes, targeted_notifications, task, tenant, tenant_id, transcribed_reports, transport_assignments, triggered_integrations, two_factor_devices, two_factor_enabled, updated_configurations, updated_queue_entries, user_id, user_permissions, user_sessions, username, verified_crossmatches, verified_findings, verified_measurements, verified_prescriptions, verified_problems, verified_results, verified_tests, verified_vital_signs, vital_signs_measurements, waiting_queues, waitinglistcontactlog, witnessed_administrations, witnessed_transfusions ERROR 2025-09-21 01:29:18,312 basehttp 82124 12901707776 "GET /en/inpatients/wards/6/edit/ HTTP/1.1" 500 170997 INFO 2025-09-21 01:30:00,242 autoreload 82124 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py changed, reloading. INFO 2025-09-21 01:30:00,649 autoreload 82525 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 01:30:02,966 basehttp 82525 6170259456 "GET /en/inpatients/wards/6/edit/ HTTP/1.1" 200 46658 INFO 2025-09-21 01:30:03,003 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:30:17,176 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:30:17,683 basehttp 82525 6170259456 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 51393 INFO 2025-09-21 01:30:17,715 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:30:42,992 basehttp 82525 6170259456 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 51393 INFO 2025-09-21 01:30:43,025 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 01:30:46,084 log 82525 6170259456 Not Found: /inpatients/beds/181/details/ WARNING 2025-09-21 01:30:46,084 basehttp 82525 6170259456 "GET /inpatients/beds/181/details/ HTTP/1.1" 404 2608 INFO 2025-09-21 01:31:11,768 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:31:43,026 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:31:46,175 basehttp 82525 6170259456 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 51401 INFO 2025-09-21 01:31:46,215 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:31:48,226 basehttp 82525 6170259456 "GET /en/inpatients/beds/200/ HTTP/1.1" 200 35377 INFO 2025-09-21 01:32:11,769 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:32:46,229 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:33:11,841 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:33:46,231 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:33:54,368 basehttp 82525 6170259456 "GET /en/inpatients/beds/189/ HTTP/1.1" 200 35352 INFO 2025-09-21 01:34:46,231 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:35:11,772 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:35:28,441 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:35:30,938 basehttp 82525 6170259456 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020686 INFO 2025-09-21 01:35:31,012 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:35:31,119 basehttp 82525 6170259456 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020686 INFO 2025-09-21 01:35:32,653 basehttp 82525 6170259456 "GET /en/inpatients/beds/199/ HTTP/1.1" 200 37455 INFO 2025-09-21 01:35:32,675 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:36:11,783 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:36:32,688 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:37:15,645 basehttp 82525 6170259456 "GET /en/inpatients/beds/199/ HTTP/1.1" 200 37455 INFO 2025-09-21 01:37:15,686 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:37:19,155 basehttp 82525 6170259456 "GET /en/patients/patientprofile/12/details/ HTTP/1.1" 200 35721 INFO 2025-09-21 01:37:19,189 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:37:24,056 basehttp 82525 6170259456 "GET /en/patients/insurance-info/create/12/ HTTP/1.1" 200 32518 INFO 2025-09-21 01:37:24,098 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:37:33,045 basehttp 82525 6170259456 "GET /en/patients/insurance-info/create/12/ HTTP/1.1" 200 32518 INFO 2025-09-21 01:37:33,080 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:37:47,870 basehttp 82525 6170259456 "GET /en/patients/12/emergency-contacts/create/ HTTP/1.1" 200 34244 INFO 2025-09-21 01:37:47,907 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:38:11,776 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:38:15,695 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:39:11,778 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:39:15,691 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:39:31,277 basehttp 82525 6170259456 "GET /en/inpatients/beds/199/ HTTP/1.1" 200 37474 INFO 2025-09-21 01:39:31,315 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:40:31,325 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:41:11,776 basehttp 82525 6170259456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:41:23,418 autoreload 82525 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-21 01:41:23,835 autoreload 87583 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 01:41:24,571 basehttp 87583 6198439936 "GET /en/inpatients/beds/199/ HTTP/1.1" 200 37474 INFO 2025-09-21 01:41:24,609 basehttp 87583 6198439936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:42:11,769 basehttp 87583 6198439936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:42:24,617 basehttp 87583 6198439936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:43:06,906 autoreload 87583 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-21 01:43:07,402 autoreload 88358 8602788160 Watching for file changes with StatReloader ERROR 2025-09-21 01:43:10,237 log 88358 12918534144 Internal Server Error: /en/inpatients/beds/199/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 439, in get_context_data Q(current_ward=ward) | Q(current_bed=bed) ^^^^ NameError: name 'ward' is not defined. Did you mean: 'Ward'? ERROR 2025-09-21 01:43:10,238 basehttp 88358 12918534144 "GET /en/inpatients/beds/199/ HTTP/1.1" 500 86447 INFO 2025-09-21 01:43:11,831 basehttp 88358 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:43:24,338 autoreload 88358 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-21 01:43:24,721 autoreload 88442 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 01:43:25,452 basehttp 88442 6132936704 "GET /en/inpatients/beds/199/ HTTP/1.1" 200 37474 INFO 2025-09-21 01:43:25,491 basehttp 88442 6132936704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:43:26,694 basehttp 88442 6132936704 "GET /en/inpatients/beds/199/ HTTP/1.1" 200 37474 INFO 2025-09-21 01:43:26,724 basehttp 88442 6132936704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:44:26,735 basehttp 88442 6132936704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:45:11,772 basehttp 88442 6132936704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:45:16,122 autoreload 88442 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-21 01:45:16,507 autoreload 89312 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 01:45:19,869 basehttp 89312 6124384256 "GET /en/inpatients/beds/199/ HTTP/1.1" 200 37474 INFO 2025-09-21 01:45:19,907 basehttp 89312 6124384256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:45:46,050 basehttp 89312 6124384256 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020686 INFO 2025-09-21 01:45:50,534 basehttp 89312 6124384256 "GET /en/inpatients/ HTTP/1.1" 200 59020 INFO 2025-09-21 01:45:50,590 basehttp 89312 6124384256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:45:50,593 basehttp 89312 6141210624 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 01:45:50,614 basehttp 89312 6158036992 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522567 INFO 2025-09-21 01:46:11,775 basehttp 89312 6158036992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:46:14,327 basehttp 89312 6158036992 "GET /en/inpatients/discharge/1/ HTTP/1.1" 302 0 INFO 2025-09-21 01:46:14,351 basehttp 89312 6158036992 "GET /en/inpatients/admissions/1/ HTTP/1.1" 200 26413 INFO 2025-09-21 01:46:14,384 basehttp 89312 6158036992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:46:20,585 basehttp 89312 6158036992 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 01:46:20,716 basehttp 89312 6158036992 "GET /en/inpatients/admissions/63/ HTTP/1.1" 200 25846 INFO 2025-09-21 01:46:20,749 basehttp 89312 6158036992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:46:49,765 autoreload 89312 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-21 01:46:50,141 autoreload 90006 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 01:47:20,797 basehttp 90006 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:48:11,770 basehttp 90006 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:48:20,765 basehttp 90006 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:48:57,970 basehttp 90006 6155350016 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 147222 INFO 2025-09-21 01:48:57,987 basehttp 90006 6155350016 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-21 01:49:11,769 basehttp 90006 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:49:13,452 basehttp 90006 6155350016 "GET /en/admin/inpatients/admission/51/change/ HTTP/1.1" 200 181599 INFO 2025-09-21 01:49:13,474 basehttp 90006 6155350016 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-21 01:49:20,776 basehttp 90006 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:50:21,770 basehttp 90006 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:50:58,170 basehttp 90006 6155350016 "GET /en/inpatients/admissions/63/ HTTP/1.1" 200 25886 INFO 2025-09-21 01:50:58,224 basehttp 90006 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:51:11,770 basehttp 90006 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:51:44,950 basehttp 90006 6155350016 "GET /en/inpatients/admissions/63/ HTTP/1.1" 200 25977 INFO 2025-09-21 01:51:44,982 basehttp 90006 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:51:47,223 basehttp 90006 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:51:47,229 basehttp 90006 13572796416 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 01:51:47,250 basehttp 90006 6172176384 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522567 INFO 2025-09-21 01:51:47,253 basehttp 90006 13572796416 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 01:51:47,278 basehttp 90006 6155350016 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522567 INFO 2025-09-21 01:51:50,062 basehttp 90006 6155350016 "GET /en/inpatients/admissions/24/ HTTP/1.1" 200 30486 INFO 2025-09-21 01:51:50,080 basehttp 90006 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:51:56,334 basehttp 90006 6155350016 "GET /en/inpatients/admissions/59/ HTTP/1.1" 200 30667 INFO 2025-09-21 01:51:56,371 basehttp 90006 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:52:11,770 basehttp 90006 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:52:27,342 basehttp 90006 6155350016 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 01:52:29,862 basehttp 90006 6155350016 "GET /en/inpatients/admissions/ HTTP/1.1" 200 155513 INFO 2025-09-21 01:52:29,909 basehttp 90006 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:52:33,182 basehttp 90006 6155350016 "GET /en/inpatients/admissions/53/ HTTP/1.1" 200 26275 INFO 2025-09-21 01:52:33,210 basehttp 90006 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:52:39,707 basehttp 90006 6155350016 "GET /en/inpatients/admissions/36/ HTTP/1.1" 200 26222 INFO 2025-09-21 01:52:39,741 basehttp 90006 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:52:46,598 basehttp 90006 6155350016 "GET /en/inpatients/admissions/?page=4 HTTP/1.1" 200 63205 INFO 2025-09-21 01:52:46,638 basehttp 90006 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:52:49,182 basehttp 90006 6155350016 "GET /en/inpatients/admissions/?page=3 HTTP/1.1" 200 156139 INFO 2025-09-21 01:52:49,226 basehttp 90006 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:52:52,751 basehttp 90006 6155350016 "GET /en/inpatients/admissions/71/ HTTP/1.1" 200 29160 INFO 2025-09-21 01:52:52,784 basehttp 90006 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:52:59,745 basehttp 90006 6155350016 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 35667 INFO 2025-09-21 01:52:59,781 basehttp 90006 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:53:22,248 basehttp 90006 6155350016 "GET /en/admin/patients/insuranceinfo/ HTTP/1.1" 200 111369 INFO 2025-09-21 01:53:22,261 basehttp 90006 6155350016 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-09-21 01:53:25,620 log 90006 6155350016 Internal Server Error: /en/admin/patients/insuranceinfo/41/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 840, in get_form return modelform_factory(self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (subscriber_ssn) specified for InsuranceInfo During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1878, in _changeform_view ModelForm = self.get_form( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 842, in get_form raise FieldError( django.core.exceptions.FieldError: Unknown field(s) (subscriber_ssn) specified for InsuranceInfo. Check fields/fieldsets/exclude attributes of class InsuranceInfoAdmin. ERROR 2025-09-21 01:53:25,622 basehttp 90006 6155350016 "GET /en/admin/patients/insuranceinfo/41/change/ HTTP/1.1" 500 154646 INFO 2025-09-21 01:54:00,756 basehttp 90006 6155350016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:54:07,107 autoreload 90006 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/admin.py changed, reloading. INFO 2025-09-21 01:54:07,493 autoreload 93194 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 01:54:08,661 basehttp 93194 6126366720 "GET /en/admin/patients/insuranceinfo/41/change/ HTTP/1.1" 200 114008 INFO 2025-09-21 01:54:08,674 basehttp 93194 6126366720 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-21 01:54:09,662 basehttp 93194 6126366720 "GET /en/admin/patients/insuranceinfo/41/change/ HTTP/1.1" 200 114008 INFO 2025-09-21 01:54:09,673 basehttp 93194 6126366720 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-21 01:54:11,757 basehttp 93194 6126366720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:54:22,943 basehttp 93194 6126366720 "GET /static/admin/img/calendar-icons.svg HTTP/1.1" 200 2455 INFO 2025-09-21 01:54:45,330 basehttp 93194 6126366720 "POST /en/admin/patients/insuranceinfo/41/change/ HTTP/1.1" 302 0 INFO 2025-09-21 01:54:45,357 basehttp 93194 6126366720 "GET /en/admin/patients/insuranceinfo/ HTTP/1.1" 200 111626 INFO 2025-09-21 01:54:45,368 basehttp 93194 6126366720 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-21 01:54:50,345 basehttp 93194 6126366720 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 35667 INFO 2025-09-21 01:54:50,373 basehttp 93194 6126366720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:54:53,074 basehttp 93194 6126366720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:55:09,079 basehttp 93194 6126366720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:55:11,756 basehttp 93194 6126366720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:55:16,351 basehttp 93194 6126366720 "GET /en/inpatients/transfers/ HTTP/1.1" 200 85085 INFO 2025-09-21 01:55:16,369 basehttp 93194 6126366720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:56:11,770 basehttp 93194 6126366720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:56:16,384 basehttp 93194 6126366720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:57:16,374 basehttp 93194 6126366720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:57:25,578 autoreload 93194 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-09-21 01:57:26,019 autoreload 94672 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 01:58:00,529 autoreload 94672 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-09-21 01:58:00,878 autoreload 94988 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 01:58:01,765 basehttp 94988 6167998464 "GET /en/inpatients/transfers/ HTTP/1.1" 200 85085 INFO 2025-09-21 01:58:01,810 basehttp 94988 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:58:07,558 basehttp 94988 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:58:08,319 basehttp 94988 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:58:08,938 basehttp 94988 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:58:11,760 basehttp 94988 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:58:26,143 basehttp 94988 6167998464 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020686 INFO 2025-09-21 01:58:26,239 basehttp 94988 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:58:26,327 basehttp 94988 6167998464 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020686 INFO 2025-09-21 01:58:30,384 basehttp 94988 6167998464 "GET /en/inpatients/beds/196/maintenance/ HTTP/1.1" 302 0 INFO 2025-09-21 01:58:30,405 basehttp 94988 6167998464 "GET /en/inpatients/beds/196/ HTTP/1.1" 200 37868 INFO 2025-09-21 01:58:30,441 basehttp 94988 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:58:44,594 basehttp 94988 6167998464 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 01:58:49,162 basehttp 94988 6167998464 "GET /en/inpatients/wards/ HTTP/1.1" 200 47213 INFO 2025-09-21 01:58:49,188 basehttp 94988 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:58:54,850 basehttp 94988 6167998464 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 51401 INFO 2025-09-21 01:58:54,888 basehttp 94988 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:59:11,777 basehttp 94988 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 01:59:54,917 basehttp 94988 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 02:00:54,927 basehttp 94988 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 02:01:11,789 basehttp 94988 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 02:01:46,564 autoreload 94988 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-21 02:01:47,035 autoreload 96616 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 02:01:48,532 basehttp 96616 6200995840 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 51408 INFO 2025-09-21 02:01:48,594 basehttp 96616 6200995840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-21 02:01:49,866 log 96616 6200995840 Internal Server Error: /en/inpatients/beds/184/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: bed_status_board() got an unexpected keyword argument 'bed_id' ERROR 2025-09-21 02:01:49,867 basehttp 96616 6200995840 "GET /en/inpatients/beds/184/status/ HTTP/1.1" 500 68213 INFO 2025-09-21 02:02:14,623 autoreload 96616 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-21 02:02:15,048 autoreload 96858 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 02:02:15,551 basehttp 96858 6131396608 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 51408 INFO 2025-09-21 02:02:15,588 basehttp 96858 6131396608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-21 02:02:16,651 log 96858 6131396608 Internal Server Error: /en/inpatients/beds/184/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1519, in bed_status_board return render(request, 'inpatients/partials/update_bed_status_form.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'update_bed_status' not found. 'update_bed_status' is not a valid view function or pattern name. ERROR 2025-09-21 02:02:16,653 basehttp 96858 6131396608 "GET /en/inpatients/beds/184/status/ HTTP/1.1" 500 176536 INFO 2025-09-21 02:02:52,877 autoreload 96858 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-09-21 02:02:53,261 autoreload 97098 8602788160 Watching for file changes with StatReloader ERROR 2025-09-21 02:02:54,049 log 97098 6193115136 Internal Server Error: /en/inpatients/wards/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_status' not found. 'bed_status' is not a valid view function or pattern name. ERROR 2025-09-21 02:02:54,050 basehttp 97098 6193115136 "GET /en/inpatients/wards/6/ HTTP/1.1" 500 221945 INFO 2025-09-21 02:03:11,775 basehttp 97098 6193115136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 02:03:16,895 basehttp 97098 6193115136 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 51408 INFO 2025-09-21 02:03:16,926 basehttp 97098 6193115136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-21 02:03:18,387 log 97098 6193115136 Internal Server Error: /en/inpatients/beds/199/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1519, in bed_status_board return render(request, 'inpatients/partials/update_bed_status_form.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'update_bed_status' with keyword arguments '{'bed_id': ''}' not found. 1 pattern(s) tried: ['en/inpatients/beds/(?P[0-9]+)/status/\\Z'] ERROR 2025-09-21 02:03:18,388 basehttp 97098 6193115136 "GET /en/inpatients/beds/199/status/ HTTP/1.1" 500 180163 INFO 2025-09-21 02:03:49,637 basehttp 97098 6193115136 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 51401 INFO 2025-09-21 02:03:49,678 basehttp 97098 6193115136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 02:03:50,798 basehttp 97098 6193115136 "GET /en/inpatients/beds/184/ HTTP/1.1" 200 37727 INFO 2025-09-21 02:04:11,790 basehttp 97098 6193115136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 02:04:49,692 basehttp 97098 6193115136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:36:07,695 autoreload 53676 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 06:36:12,361 basehttp 53676 6123810816 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 51401 INFO 2025-09-21 06:36:12,407 basehttp 53676 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:36:58,954 basehttp 53676 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:37:06,687 basehttp 53676 6123810816 "GET /en/inpatients/beds/197/ HTTP/1.1" 200 35362 INFO 2025-09-21 06:37:12,402 basehttp 53676 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:38:12,399 basehttp 53676 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:38:58,948 basehttp 53676 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:39:12,407 basehttp 53676 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:39:58,942 basehttp 53676 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:40:12,406 basehttp 53676 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:41:12,386 basehttp 53676 6123810816 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 51401 INFO 2025-09-21 06:41:12,396 basehttp 53676 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:41:12,396 basehttp 53676 6123810816 - Broken pipe from ('127.0.0.1', 51078) INFO 2025-09-21 06:41:12,420 basehttp 53676 6140637184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:41:53,354 basehttp 53676 6140637184 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 51182 INFO 2025-09-21 06:41:53,384 basehttp 53676 6140637184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:41:58,919 basehttp 53676 6140637184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:42:53,393 basehttp 53676 6140637184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:42:58,914 basehttp 53676 6140637184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:43:53,392 basehttp 53676 6140637184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:44:53,387 basehttp 53676 6140637184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:44:58,910 basehttp 53676 6140637184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:45:53,385 basehttp 53676 6140637184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:45:58,961 basehttp 53676 6140637184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:46:53,370 basehttp 53676 6140637184 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 51182 INFO 2025-09-21 06:46:53,405 basehttp 53676 6140637184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:46:58,972 basehttp 53676 6140637184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:47:53,402 basehttp 53676 6140637184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:48:53,413 basehttp 53676 6140637184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:48:58,903 basehttp 53676 6140637184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:49:53,415 basehttp 53676 6140637184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:49:58,904 basehttp 53676 6140637184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:50:53,405 basehttp 53676 6140637184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:51:37,210 autoreload 53676 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-09-21 06:51:37,584 autoreload 60492 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 06:53:30,403 autoreload 61384 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 06:53:33,189 basehttp 61384 6125350912 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 51190 INFO 2025-09-21 06:53:33,221 basehttp 61384 6125350912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-21 06:53:35,211 log 61384 6125350912 Internal Server Error: /en/inpatients/beds/184/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1530, in bed_details return render(request, templates['inpatients/partials/bed_details.html'], {'object':bed}) ^^^^^^^^^ NameError: name 'templates' is not defined ERROR 2025-09-21 06:53:35,214 basehttp 61384 6125350912 "GET /en/inpatients/beds/184/details/ HTTP/1.1" 500 72169 INFO 2025-09-21 06:54:33,220 basehttp 61384 6125350912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:54:52,941 autoreload 61384 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-21 06:54:53,382 autoreload 61998 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 06:54:55,583 basehttp 61998 6200160256 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 51190 INFO 2025-09-21 06:54:55,621 basehttp 61998 6200160256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:54:56,946 basehttp 61998 6200160256 "GET /en/inpatients/beds/184/details/ HTTP/1.1" 200 4385 INFO 2025-09-21 06:54:58,889 basehttp 61998 6200160256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:55:55,628 basehttp 61998 6200160256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:56:55,706 basehttp 61998 6200160256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:56:58,954 basehttp 61998 6200160256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:57:14,071 basehttp 61998 6200160256 "GET /en/inpatients/beds/184/details/ HTTP/1.1" 200 4385 INFO 2025-09-21 06:57:40,137 basehttp 61998 6200160256 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 50989 INFO 2025-09-21 06:57:40,170 basehttp 61998 6200160256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:57:41,094 basehttp 61998 6200160256 "GET /en/inpatients/beds/196/details/ HTTP/1.1" 200 4381 INFO 2025-09-21 06:57:50,704 basehttp 61998 6200160256 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 50989 INFO 2025-09-21 06:57:50,742 basehttp 61998 6200160256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:57:55,691 basehttp 61998 6200160256 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 50989 INFO 2025-09-21 06:57:55,730 basehttp 61998 6200160256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:57:58,423 basehttp 61998 6200160256 "GET /en/inpatients/beds/179/details/ HTTP/1.1" 200 4386 INFO 2025-09-21 06:57:58,965 basehttp 61998 6200160256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:58:55,729 basehttp 61998 6200160256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:58:58,954 basehttp 61998 6200160256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:59:43,841 basehttp 61998 6200160256 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 51190 INFO 2025-09-21 06:59:43,872 basehttp 61998 6200160256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 06:59:45,045 basehttp 61998 6200160256 "GET /en/inpatients/beds/184/details/ HTTP/1.1" 200 3288 INFO 2025-09-21 06:59:54,187 basehttp 61998 6200160256 "GET /en/inpatients/beds/176/details/ HTTP/1.1" 200 3292 INFO 2025-09-21 07:00:43,887 basehttp 61998 6200160256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:00:58,949 basehttp 61998 6200160256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:01:05,839 basehttp 61998 6200160256 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 51190 INFO 2025-09-21 07:01:05,895 basehttp 61998 6200160256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:01:08,875 basehttp 61998 6200160256 "GET /en/inpatients/beds/180/details/ HTTP/1.1" 200 3274 INFO 2025-09-21 07:01:12,045 basehttp 61998 6200160256 "GET /en/inpatients/beds/200/details/ HTTP/1.1" 200 3296 INFO 2025-09-21 07:01:58,960 basehttp 61998 6200160256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:02:05,870 basehttp 61998 6200160256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:02:10,993 basehttp 61998 6200160256 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 51202 INFO 2025-09-21 07:02:11,030 basehttp 61998 6200160256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:02:55,840 basehttp 61998 6200160256 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 51202 INFO 2025-09-21 07:02:55,876 basehttp 61998 6200160256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:02:58,954 basehttp 61998 6200160256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:03:55,889 basehttp 61998 6200160256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:04:06,243 basehttp 61998 6200160256 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 51202 INFO 2025-09-21 07:04:06,285 basehttp 61998 6200160256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:04:11,818 basehttp 61998 6200160256 "GET /en/inpatients/beds/180/details/ HTTP/1.1" 200 3274 INFO 2025-09-21 07:04:58,958 basehttp 61998 6200160256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:05:06,285 basehttp 61998 6200160256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:05:09,542 basehttp 61998 6200160256 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 52086 INFO 2025-09-21 07:05:09,573 basehttp 61998 6200160256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:05:23,449 basehttp 61998 6200160256 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 155626 INFO 2025-09-21 07:05:23,467 basehttp 61998 6200160256 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-09-21 07:05:28,354 log 61998 6200160256 Internal Server Error: /en/admin/inpatients/bed/192/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 840, in get_form return modelform_factory(self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (current_patient) specified for Bed During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1878, in _changeform_view ModelForm = self.get_form( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 842, in get_form raise FieldError( django.core.exceptions.FieldError: Unknown field(s) (current_patient) specified for Bed. Check fields/fieldsets/exclude attributes of class BedAdmin. ERROR 2025-09-21 07:05:28,356 basehttp 61998 6200160256 "GET /en/admin/inpatients/bed/192/change/ HTTP/1.1" 500 153574 INFO 2025-09-21 07:06:09,944 basehttp 61998 6200160256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:06:11,209 autoreload 61998 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py changed, reloading. INFO 2025-09-21 07:06:11,646 autoreload 66950 8602788160 Watching for file changes with StatReloader ERROR 2025-09-21 07:06:20,076 log 66950 6132740096 Internal Server Error: /en/admin/inpatients/bed/192/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 840, in get_form return modelform_factory(self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (current_admission__patient) specified for Bed During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1878, in _changeform_view ModelForm = self.get_form( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 842, in get_form raise FieldError( django.core.exceptions.FieldError: Unknown field(s) (current_admission__patient) specified for Bed. Check fields/fieldsets/exclude attributes of class BedAdmin. ERROR 2025-09-21 07:06:20,078 basehttp 66950 6132740096 "GET /en/admin/inpatients/bed/192/change/ HTTP/1.1" 500 153528 INFO 2025-09-21 07:06:41,786 autoreload 66950 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py changed, reloading. INFO 2025-09-21 07:06:42,230 autoreload 67188 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 07:06:42,917 basehttp 67188 6126284800 "GET /en/admin/inpatients/bed/192/change/ HTTP/1.1" 200 136353 INFO 2025-09-21 07:06:42,933 basehttp 67188 6126284800 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-21 07:06:57,499 basehttp 67188 6126284800 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 155626 INFO 2025-09-21 07:06:58,943 basehttp 67188 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:07:10,956 basehttp 67188 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:07:29,611 basehttp 67188 6126284800 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 52086 INFO 2025-09-21 07:07:29,663 basehttp 67188 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:07:35,804 basehttp 67188 6126284800 "GET /en/inpatients/beds/204/details/ HTTP/1.1" 200 3285 INFO 2025-09-21 07:07:43,374 basehttp 67188 6126284800 "GET /en/inpatients/beds/194/details/ HTTP/1.1" 200 3284 INFO 2025-09-21 07:07:59,952 basehttp 67188 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:08:29,677 basehttp 67188 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:09:01,954 basehttp 67188 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 07:09:09,804 log 67188 6126284800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:09:09,805 basehttp 67188 6126284800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:09:29,667 basehttp 67188 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:09:50,173 basehttp 67188 6126284800 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 52086 WARNING 2025-09-21 07:09:50,185 log 67188 6126284800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:09:50,185 basehttp 67188 6126284800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:09:50,243 basehttp 67188 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:10:24,946 basehttp 67188 6126284800 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 52086 WARNING 2025-09-21 07:10:24,962 log 67188 6126284800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:10:24,962 basehttp 67188 6126284800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:10:25,006 basehttp 67188 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:10:58,945 basehttp 67188 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:11:25,019 basehttp 67188 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:11:58,943 basehttp 67188 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:12:25,023 basehttp 67188 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:13:25,032 basehttp 67188 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:13:47,384 basehttp 67188 6126284800 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 58818 WARNING 2025-09-21 07:13:47,399 log 67188 6126284800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:13:47,399 basehttp 67188 6126284800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:13:47,445 basehttp 67188 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:13:58,954 basehttp 67188 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:14:43,011 basehttp 67188 6126284800 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 58830 WARNING 2025-09-21 07:14:43,022 log 67188 6126284800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:14:43,022 basehttp 67188 6126284800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:14:43,063 basehttp 67188 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:14:58,962 basehttp 67188 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:15:23,431 basehttp 67188 6126284800 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 58994 WARNING 2025-09-21 07:15:23,447 log 67188 6126284800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:15:23,447 basehttp 67188 6126284800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:15:23,493 basehttp 67188 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:16:23,509 basehttp 67188 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:16:58,945 basehttp 67188 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:17:22,936 basehttp 67188 6126284800 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 59100 WARNING 2025-09-21 07:17:22,952 log 67188 6126284800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:17:22,953 basehttp 67188 6126284800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:17:22,996 basehttp 67188 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:17:25,690 basehttp 67188 6126284800 "GET /en/inpatients/transfer/29/ HTTP/1.1" 200 68272 WARNING 2025-09-21 07:17:25,707 log 67188 6126284800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:17:25,707 basehttp 67188 6126284800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:17:25,750 basehttp 67188 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:17:58,959 basehttp 67188 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:18:25,763 basehttp 67188 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:18:26,672 basehttp 67188 6126284800 "GET /en/inpatients/transfers/ HTTP/1.1" 200 85085 WARNING 2025-09-21 07:18:26,689 log 67188 6126284800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:18:26,690 basehttp 67188 6126284800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:18:26,710 basehttp 67188 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:18:58,958 basehttp 67188 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:19:26,714 basehttp 67188 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:20:14,450 autoreload 67188 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-21 07:20:14,902 autoreload 73139 8602788160 Watching for file changes with StatReloader WARNING 2025-09-21 07:20:15,281 log 73139 6209318912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:20:15,281 basehttp 73139 6209318912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:20:15,329 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 07:20:15,331 log 73139 6209318912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:20:15,331 basehttp 73139 6209318912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-21 07:20:16,587 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:20:16,587 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-21 07:20:16,602 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:20:16,602 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:20:16,620 basehttp 73139 6209318912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:20:17,243 basehttp 73139 6209318912 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 59100 WARNING 2025-09-21 07:20:17,260 log 73139 6209318912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:20:17,261 basehttp 73139 6209318912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:20:17,308 basehttp 73139 6209318912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-21 07:20:19,865 log 73139 6209318912 Internal Server Error: /en/inpatients/transfer/29/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1274, in transfer_patient return render(request, 'inpatients/transfers/transfer_form.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'request_transfer' not found. 'request_transfer' is not a valid view function or pattern name. ERROR 2025-09-21 07:20:20,111 basehttp 73139 6209318912 "GET /en/inpatients/transfer/29/ HTTP/1.1" 500 130165 WARNING 2025-09-21 07:20:20,130 log 73139 6209318912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:20:20,130 basehttp 73139 6209318912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:20:58,945 basehttp 73139 6209318912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:21:53,352 basehttp 73139 6209318912 "GET /en/inpatients/transfer/29/ HTTP/1.1" 200 10671 WARNING 2025-09-21 07:21:53,370 log 73139 6209318912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:21:53,370 basehttp 73139 6209318912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:21:58,956 basehttp 73139 6209318912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:22:58,956 basehttp 73139 6209318912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:24:58,941 basehttp 73139 6209318912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:25:22,185 basehttp 73139 6209318912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 07:25:22,186 log 73139 6226145280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:25:22,187 basehttp 73139 6226145280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-21 07:25:22,230 log 73139 6192492544 Internal Server Error: /en/inpatients/wards/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'transfer_patient' with keyword arguments '{'admission_id': ''}' not found. 1 pattern(s) tried: ['en/inpatients/transfer/(?P[0-9]+)/\\Z'] ERROR 2025-09-21 07:25:22,231 basehttp 73139 6192492544 "GET /en/inpatients/wards/6/ HTTP/1.1" 500 271504 WARNING 2025-09-21 07:25:22,241 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:25:22,241 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-21 07:25:22,247 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:25:22,247 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:25:58,951 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-21 07:26:11,419 log 73139 6192492544 Internal Server Error: /en/inpatients/wards/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'transfer_patient' with arguments '('',)' not found. 1 pattern(s) tried: ['en/inpatients/transfer/(?P[0-9]+)/\\Z'] ERROR 2025-09-21 07:26:11,421 basehttp 73139 6192492544 "GET /en/inpatients/wards/6/ HTTP/1.1" 500 271017 WARNING 2025-09-21 07:26:11,437 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:26:11,438 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:27:58,922 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:28:58,917 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-21 07:29:44,789 log 73139 6192492544 Internal Server Error: /en/inpatients/wards/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'transfer_patient' with arguments '('',)' not found. 1 pattern(s) tried: ['en/inpatients/transfer/(?P[0-9]+)/\\Z'] ERROR 2025-09-21 07:29:44,790 basehttp 73139 6192492544 "GET /en/inpatients/wards/6/ HTTP/1.1" 500 271017 WARNING 2025-09-21 07:29:44,805 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:29:44,805 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-21 07:29:46,211 log 73139 6192492544 Internal Server Error: /en/inpatients/wards/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'transfer_patient' with arguments '('',)' not found. 1 pattern(s) tried: ['en/inpatients/transfer/(?P[0-9]+)/\\Z'] ERROR 2025-09-21 07:29:46,212 basehttp 73139 6192492544 "GET /en/inpatients/wards/6/ HTTP/1.1" 500 271017 WARNING 2025-09-21 07:29:46,228 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:29:46,228 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:30:58,908 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:31:58,915 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:32:58,907 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:34:58,911 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:35:58,908 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:36:32,807 basehttp 73139 6192492544 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 59972 WARNING 2025-09-21 07:36:32,824 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:36:32,824 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:36:32,881 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 07:36:36,398 log 73139 6192492544 Not Found: /en/inpatients/transfer/undefined/ WARNING 2025-09-21 07:36:36,398 basehttp 73139 6192492544 "GET /en/inpatients/transfer/undefined/ HTTP/1.1" 404 40058 INFO 2025-09-21 07:37:32,886 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:37:58,898 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:38:01,834 basehttp 73139 6192492544 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 59976 WARNING 2025-09-21 07:38:01,848 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:38:01,848 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:38:01,885 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:38:04,246 basehttp 73139 6192492544 "GET /en/inpatients/transfer/29/ HTTP/1.1" 200 10461 WARNING 2025-09-21 07:38:48,532 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:38:48,532 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:38:58,913 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:39:01,899 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:40:01,903 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:40:42,350 basehttp 73139 6192492544 "GET /en/inpatients/beds/204/details/ HTTP/1.1" 200 3285 INFO 2025-09-21 07:40:49,393 basehttp 73139 6192492544 "GET /en/inpatients/transfer/61/ HTTP/1.1" 200 10461 INFO 2025-09-21 07:40:58,906 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:41:01,904 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:41:58,906 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:42:01,896 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:42:50,571 basehttp 73139 6192492544 "GET /en/inpatients/admissions/29/ HTTP/1.1" 200 28813 WARNING 2025-09-21 07:42:50,588 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:42:50,588 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:42:50,627 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:42:55,447 basehttp 73139 6192492544 "GET /en/inpatients/transfer/29/ HTTP/1.1" 200 10461 WARNING 2025-09-21 07:42:55,463 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:42:55,463 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-21 07:43:10,847 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:43:10,848 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-21 07:43:10,861 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:43:10,861 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:43:50,641 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:43:58,920 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 07:44:02,124 log 73139 6226145280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:44:02,125 basehttp 73139 6226145280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:44:02,129 basehttp 73139 6209318912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:44:02,144 basehttp 73139 6192492544 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 59976 WARNING 2025-09-21 07:44:02,155 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:44:02,156 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-21 07:44:02,162 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:44:02,162 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:44:02,183 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:44:02,768 basehttp 73139 6192492544 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 59976 WARNING 2025-09-21 07:44:02,784 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:44:02,784 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:44:02,832 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:44:59,041 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:45:02,838 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:46:02,841 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:46:19,808 basehttp 73139 6192492544 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 58798 WARNING 2025-09-21 07:46:19,820 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:46:19,820 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:46:19,861 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:46:50,020 basehttp 73139 6192492544 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 58776 WARNING 2025-09-21 07:46:50,033 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:46:50,033 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:46:50,076 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:46:58,920 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:47:18,876 basehttp 73139 6192492544 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 58746 WARNING 2025-09-21 07:47:18,891 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:47:18,891 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:47:18,934 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:47:21,625 basehttp 73139 6192492544 "GET /en/inpatients/transfer/29/ HTTP/1.1" 200 10461 INFO 2025-09-21 07:47:24,549 basehttp 73139 6192492544 "GET /en/inpatients/admissions/29/ HTTP/1.1" 200 28813 WARNING 2025-09-21 07:47:24,564 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:47:24,564 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:47:24,600 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 07:47:26,014 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:47:26,014 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-21 07:47:26,025 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:47:26,025 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:47:27,389 basehttp 73139 6192492544 "GET /en/inpatients/discharge/29/ HTTP/1.1" 200 42101 WARNING 2025-09-21 07:47:27,403 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:47:27,403 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:47:27,442 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 07:47:31,591 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:47:31,592 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-21 07:47:31,601 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:47:31,601 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:48:18,947 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:48:43,877 basehttp 73139 6192492544 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 58760 WARNING 2025-09-21 07:48:43,889 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:48:43,889 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:48:43,932 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:48:58,914 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:49:16,035 basehttp 73139 6192492544 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 58764 WARNING 2025-09-21 07:49:16,047 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:49:16,047 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:49:16,090 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:49:58,936 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:50:16,103 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:50:26,786 basehttp 73139 6192492544 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 58822 WARNING 2025-09-21 07:50:26,799 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:50:26,799 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:50:26,841 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:51:02,259 basehttp 73139 6192492544 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 58902 WARNING 2025-09-21 07:51:02,271 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:51:02,271 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:51:02,314 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:51:24,876 basehttp 73139 6192492544 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 58890 WARNING 2025-09-21 07:51:24,890 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:51:24,890 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:51:24,931 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:51:53,707 basehttp 73139 6192492544 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 58890 WARNING 2025-09-21 07:51:53,718 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:51:53,718 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:51:53,763 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:51:58,912 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:52:23,191 basehttp 73139 6192492544 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 58980 WARNING 2025-09-21 07:52:23,203 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:52:23,203 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:52:23,245 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:52:58,903 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:53:02,901 basehttp 73139 6192492544 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 58980 WARNING 2025-09-21 07:53:02,914 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:53:02,914 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:53:02,955 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:54:02,965 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:54:40,614 basehttp 73139 6192492544 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 59688 WARNING 2025-09-21 07:54:40,629 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:54:40,629 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:54:40,671 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:54:50,529 basehttp 73139 6192492544 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 59688 WARNING 2025-09-21 07:54:50,545 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:54:50,545 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:54:50,591 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:54:58,910 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:55:50,606 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:55:58,910 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:56:50,597 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:57:50,570 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:57:58,864 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:58:50,570 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:58:52,332 basehttp 73139 6192492544 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62681 WARNING 2025-09-21 07:58:52,350 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:58:52,350 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:58:52,396 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:58:58,864 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:59:46,149 basehttp 73139 6192492544 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62681 WARNING 2025-09-21 07:59:46,162 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:59:46,163 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:59:46,205 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 07:59:59,812 basehttp 73139 6192492544 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62682 WARNING 2025-09-21 07:59:59,825 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 07:59:59,825 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 07:59:59,872 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:00:58,859 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:00:59,882 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:01:59,884 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:02:53,244 basehttp 73139 6192492544 "GET /en/inpatients/beds/196/details/ HTTP/1.1" 200 3285 INFO 2025-09-21 08:02:58,858 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:02:59,885 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:03:58,859 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:03:59,888 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:04:59,844 basehttp 73139 6192492544 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62682 WARNING 2025-09-21 08:04:59,856 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 08:04:59,856 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 08:04:59,897 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:05:24,493 basehttp 73139 6192492544 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62758 WARNING 2025-09-21 08:05:24,505 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 08:05:24,505 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 08:05:24,545 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:05:58,850 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:06:15,269 basehttp 73139 6192492544 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62764 WARNING 2025-09-21 08:06:15,280 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 08:06:15,280 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 08:06:15,327 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:06:35,473 basehttp 73139 6192492544 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62813 WARNING 2025-09-21 08:06:35,485 log 73139 6192492544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 08:06:35,485 basehttp 73139 6192492544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 08:06:35,531 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:06:58,843 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:07:35,544 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:08:28,490 basehttp 73139 6192492544 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62815 INFO 2025-09-21 08:08:28,527 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:08:58,838 basehttp 73139 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:09:16,835 autoreload 73139 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-21 08:09:17,313 autoreload 94748 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 08:09:20,434 basehttp 94748 6198308864 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62816 INFO 2025-09-21 08:09:20,477 basehttp 94748 6198308864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:09:57,973 basehttp 94748 6198308864 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62818 INFO 2025-09-21 08:09:58,006 basehttp 94748 6198308864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:09:58,838 basehttp 94748 6198308864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:10:55,298 basehttp 94748 6198308864 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62816 INFO 2025-09-21 08:10:55,342 basehttp 94748 6198308864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:10:58,850 basehttp 94748 6198308864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:11:05,649 basehttp 94748 6198308864 "GET /en/inpatients/beds/?ward=6 HTTP/1.1" 200 1020713 INFO 2025-09-21 08:11:05,747 basehttp 94748 6198308864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:11:05,833 basehttp 94748 6198308864 "GET /en/inpatients/beds/?ward=6 HTTP/1.1" 200 1020713 INFO 2025-09-21 08:11:55,353 basehttp 94748 6198308864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:12:06,361 basehttp 94748 6198308864 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62840 INFO 2025-09-21 08:12:06,402 basehttp 94748 6198308864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:12:07,803 basehttp 94748 6198308864 "GET /en/inpatients/transfers/ HTTP/1.1" 200 85085 INFO 2025-09-21 08:12:07,842 basehttp 94748 6198308864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:12:34,050 basehttp 94748 6198308864 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62843 INFO 2025-09-21 08:12:34,096 basehttp 94748 6198308864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:12:58,865 basehttp 94748 6198308864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:13:34,130 basehttp 94748 6198308864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:13:58,931 basehttp 94748 6198308864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:14:34,126 basehttp 94748 6198308864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:15:01,989 autoreload 94748 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-21 08:15:02,409 autoreload 97213 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 08:15:03,278 basehttp 97213 6134362112 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62662 INFO 2025-09-21 08:15:03,332 basehttp 97213 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:15:06,241 basehttp 97213 6134362112 "GET /en/inpatients/transfers/ HTTP/1.1" 200 85085 INFO 2025-09-21 08:15:06,261 basehttp 97213 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:15:58,855 basehttp 97213 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:16:06,267 basehttp 97213 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-21 08:16:34,369 log 97213 6134362112 Internal Server Error: /en/inpatients/transfers/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'transfer_patient' with arguments '('',)' not found. 1 pattern(s) tried: ['en/inpatients/transfer/(?P[0-9]+)/\\Z'] ERROR 2025-09-21 08:16:34,371 basehttp 97213 6134362112 "GET /en/inpatients/transfers/ HTTP/1.1" 500 235850 INFO 2025-09-21 08:16:58,869 basehttp 97213 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:17:03,907 basehttp 97213 6134362112 "GET /en/inpatients/transfers/ HTTP/1.1" 200 85683 INFO 2025-09-21 08:17:03,938 basehttp 97213 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:17:05,977 basehttp 97213 6134362112 "GET /en/inpatients/transfer/65/ HTTP/1.1" 200 10461 INFO 2025-09-21 08:17:20,180 basehttp 97213 6134362112 "GET /en/inpatients/transfers/20/approve/ HTTP/1.1" 200 9420 INFO 2025-09-21 08:17:58,856 basehttp 97213 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:18:03,941 basehttp 97213 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:18:19,471 autoreload 97213 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-09-21 08:18:19,851 autoreload 98688 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 08:18:20,314 basehttp 98688 6131150848 "GET /en/inpatients/transfers/ HTTP/1.1" 200 94124 INFO 2025-09-21 08:18:20,347 basehttp 98688 6131150848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 08:18:25,350 log 98688 6131150848 Forbidden (CSRF token missing.): /en/inpatients/transfers/12/cancel/ WARNING 2025-09-21 08:18:25,350 basehttp 98688 6131150848 "POST /en/inpatients/transfers/12/cancel/ HTTP/1.1" 403 2491 INFO 2025-09-21 08:18:27,229 basehttp 98688 6131150848 "GET /en/inpatients/transfers/ HTTP/1.1" 200 94124 INFO 2025-09-21 08:18:27,270 basehttp 98688 6131150848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:19:27,277 basehttp 98688 6131150848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:19:58,858 basehttp 98688 6131150848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:20:27,283 basehttp 98688 6131150848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:20:58,868 basehttp 98688 6131150848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:21:27,302 basehttp 98688 6131150848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:22:27,276 basehttp 98688 6131150848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:22:58,854 basehttp 98688 6131150848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:23:27,277 basehttp 98688 6131150848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:23:58,164 autoreload 98688 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-09-21 08:23:58,578 autoreload 1780 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 08:23:58,896 basehttp 1780 6124646400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:23:59,075 basehttp 1780 6124646400 "GET /en/inpatients/transfers/ HTTP/1.1" 200 96338 INFO 2025-09-21 08:23:59,108 basehttp 1780 6124646400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 08:24:06,064 log 1780 6124646400 Forbidden (CSRF token missing.): /en/inpatients/transfers/8/reject/ WARNING 2025-09-21 08:24:06,065 basehttp 1780 6124646400 "POST /en/inpatients/transfers/8/reject/ HTTP/1.1" 403 2491 INFO 2025-09-21 08:24:07,845 basehttp 1780 6124646400 "GET /en/inpatients/transfers/ HTTP/1.1" 200 96338 INFO 2025-09-21 08:24:07,885 basehttp 1780 6124646400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:24:10,990 basehttp 1780 6124646400 "GET /en/inpatients/transfers/ HTTP/1.1" 200 96338 INFO 2025-09-21 08:24:11,030 basehttp 1780 6124646400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:25:11,038 basehttp 1780 6124646400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:25:58,853 basehttp 1780 6124646400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:26:11,043 basehttp 1780 6124646400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:26:58,849 basehttp 1780 6124646400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:27:05,877 basehttp 1780 6124646400 "GET /en/inpatients/transfers/ HTTP/1.1" 200 100586 INFO 2025-09-21 08:27:05,913 basehttp 1780 6124646400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:27:28,081 basehttp 1780 6124646400 "GET /en/inpatients/transfers/ HTTP/1.1" 200 100590 INFO 2025-09-21 08:27:28,111 basehttp 1780 6124646400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-21 08:27:33,817 log 1780 6124646400 Internal Server Error: /en/inpatients/transfers/8/approve/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1305, in approve_transfer AuditLogger.log_event( TypeError: AuditLogger.log_event() got an unexpected keyword argument 'actor' ERROR 2025-09-21 08:27:33,818 basehttp 1780 6124646400 "POST /en/inpatients/transfers/8/approve/ HTTP/1.1" 500 72812 INFO 2025-09-21 08:27:35,517 basehttp 1780 6124646400 "GET /en/inpatients/transfers/ HTTP/1.1" 200 99224 INFO 2025-09-21 08:27:35,547 basehttp 1780 6124646400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:27:58,918 basehttp 1780 6124646400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:28:04,762 autoreload 1780 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-21 08:28:05,205 autoreload 3701 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 08:28:07,961 basehttp 3701 6156988416 "GET /en/inpatients/transfers/ HTTP/1.1" 200 99224 INFO 2025-09-21 08:28:08,006 basehttp 3701 6156988416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-21 08:28:16,594 log 3701 6156988416 Internal Server Error: /en/inpatients/transfers/11/cancel/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: cancel_transfer() got an unexpected keyword argument 'transfer_id' ERROR 2025-09-21 08:28:16,595 basehttp 3701 6156988416 "POST /en/inpatients/transfers/11/cancel/ HTTP/1.1" 500 68615 INFO 2025-09-21 08:28:18,390 basehttp 3701 6156988416 "GET /en/inpatients/transfers/ HTTP/1.1" 200 99224 INFO 2025-09-21 08:28:18,423 basehttp 3701 6156988416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:29:18,431 basehttp 3701 6156988416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:29:47,105 autoreload 3701 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-21 08:29:47,468 autoreload 4428 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 08:29:49,923 basehttp 4428 6137950208 "GET /en/inpatients/transfers/ HTTP/1.1" 200 99224 INFO 2025-09-21 08:29:49,984 basehttp 4428 6137950208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-21 08:29:56,070 log 4428 6137950208 Internal Server Error: /en/inpatients/transfers/11/cancel/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2578, in cancel_transfer return redirect('inpatients:transfer_detail', pk=transfer.pk) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 51, in redirect resolve_url(to, *args, **kwargs), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 184, in resolve_url return reverse(to, args=args, kwargs=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'transfer_detail' not found. 'transfer_detail' is not a valid view function or pattern name. ERROR 2025-09-21 08:29:56,072 basehttp 4428 6137950208 "POST /en/inpatients/transfers/11/cancel/ HTTP/1.1" 500 93244 INFO 2025-09-21 08:29:57,503 basehttp 4428 6137950208 "GET /en/inpatients/transfers/ HTTP/1.1" 200 98839 INFO 2025-09-21 08:29:57,545 basehttp 4428 6137950208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:29:58,844 basehttp 4428 6137950208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:30:57,557 basehttp 4428 6137950208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:30:58,865 basehttp 4428 6137950208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:31:55,592 autoreload 4428 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-21 08:31:55,977 autoreload 5396 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 08:31:57,621 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:31:58,925 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:31:58,994 basehttp 5396 12901707776 "GET /en/inpatients/transfers/ HTTP/1.1" 200 98446 INFO 2025-09-21 08:31:59,027 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:32:10,054 basehttp 5396 12901707776 "POST /en/inpatients/transfers/7/cancel/ HTTP/1.1" 302 0 INFO 2025-09-21 08:32:10,075 basehttp 5396 12901707776 "GET /en/inpatients/transfers/ HTTP/1.1" 200 98062 INFO 2025-09-21 08:32:12,426 basehttp 5396 12901707776 "GET /en/inpatients/transfers/ HTTP/1.1" 200 97669 INFO 2025-09-21 08:32:12,465 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:32:17,252 basehttp 5396 12901707776 "GET /en/inpatients/transfer/14/ HTTP/1.1" 200 10602 INFO 2025-09-21 08:32:38,723 basehttp 5396 12901707776 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62662 WARNING 2025-09-21 08:32:47,895 log 5396 12901707776 Not Found: /en/inpatients/rooms WARNING 2025-09-21 08:32:47,896 basehttp 5396 12901707776 "GET /en/inpatients/rooms HTTP/1.1" 404 40820 INFO 2025-09-21 08:33:04,598 basehttp 5396 12901707776 "GET /en/inpatients/transfers/ HTTP/1.1" 200 97669 INFO 2025-09-21 08:33:04,631 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:33:58,830 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:34:04,631 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:34:58,842 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:35:04,645 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:35:58,832 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:36:04,634 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:36:20,395 basehttp 5396 12901707776 "GET /en/inpatients/transfers/ HTTP/1.1" 200 99045 INFO 2025-09-21 08:36:20,457 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:36:31,620 basehttp 5396 12901707776 "GET /en/inpatients/transfers/ HTTP/1.1" 200 98816 INFO 2025-09-21 08:36:31,654 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:37:08,559 basehttp 5396 12901707776 "GET /en/inpatients/transfers/ HTTP/1.1" 200 98796 INFO 2025-09-21 08:37:08,593 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:37:51,990 basehttp 5396 12901707776 "GET /en/inpatients/transfers/ HTTP/1.1" 200 98768 INFO 2025-09-21 08:37:52,021 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:37:58,826 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:38:15,844 basehttp 5396 12901707776 "GET /en/inpatients/transfers/ HTTP/1.1" 200 98792 INFO 2025-09-21 08:38:15,876 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:38:28,864 basehttp 5396 12901707776 "GET /en/inpatients/transfers/ HTTP/1.1" 200 98840 INFO 2025-09-21 08:38:28,896 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 08:38:53,382 log 5396 12901707776 Not Found: /en/facility/ WARNING 2025-09-21 08:38:53,382 basehttp 5396 12901707776 "GET /en/facility/ HTTP/1.1" 404 24631 INFO 2025-09-21 08:38:58,837 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:39:00,893 basehttp 5396 12901707776 "GET /en/facility-management/ HTTP/1.1" 200 47731 INFO 2025-09-21 08:39:00,928 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:39:11,769 basehttp 5396 12901707776 "GET /en/facility-management/maintenance/80/ HTTP/1.1" 200 27726 INFO 2025-09-21 08:39:11,807 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:39:22,705 basehttp 5396 12901707776 "GET /en/facility-management/maintenance/create/ HTTP/1.1" 200 67099 INFO 2025-09-21 08:39:22,731 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:39:25,645 basehttp 5396 12901707776 "GET /en/facility-management/assets/create/ HTTP/1.1" 200 64097 INFO 2025-09-21 08:39:25,672 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:39:28,014 basehttp 5396 12901707776 "GET /en/facility-management/assets/ HTTP/1.1" 200 109440 INFO 2025-09-21 08:39:28,056 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:39:35,497 basehttp 5396 12901707776 "GET /en/facility-management/assets/18/ HTTP/1.1" 200 31802 INFO 2025-09-21 08:39:35,537 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:39:58,831 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:40:00,305 basehttp 5396 12901707776 "GET /en/facility-management/assets/18/edit/ HTTP/1.1" 200 64380 INFO 2025-09-21 08:40:00,352 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:40:28,066 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:40:58,840 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:46:25,150 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:49:02,382 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:49:31,376 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:50:03,378 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:50:31,378 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 08:51:04,371 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 09:10:46,062 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 09:50:33,497 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:32:05,778 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:32:16,296 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:32:16,935 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:32:20,705 basehttp 5396 6163869696 "GET / HTTP/1.1" 302 0 INFO 2025-09-21 10:32:20,729 basehttp 5396 12901707776 "GET /en/ HTTP/1.1" 200 48315 INFO 2025-09-21 10:32:20,788 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:32:20,799 basehttp 5396 12935360512 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1094 INFO 2025-09-21 10:32:20,801 basehttp 5396 12918534144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-21 10:32:20,802 basehttp 5396 6163869696 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-21 10:32:21,436 basehttp 5396 6163869696 "GET /en/ HTTP/1.1" 200 48315 INFO 2025-09-21 10:32:21,508 basehttp 5396 12901707776 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1094 INFO 2025-09-21 10:32:21,509 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:32:21,510 basehttp 5396 12935360512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-21 10:32:21,511 basehttp 5396 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-21 10:32:27,637 basehttp 5396 12918534144 "GET /en/inpatients/ HTTP/1.1" 200 59020 INFO 2025-09-21 10:32:27,676 basehttp 5396 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:32:27,676 basehttp 5396 12935360512 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 10:32:27,697 basehttp 5396 6163869696 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522567 INFO 2025-09-21 10:32:29,775 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:32:33,817 basehttp 5396 6163869696 "GET /en/inpatients/wards/ HTTP/1.1" 200 47213 INFO 2025-09-21 10:32:33,853 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:32:35,813 basehttp 5396 6163869696 "GET /en/inpatients/wards/5/ HTTP/1.1" 200 58255 INFO 2025-09-21 10:32:35,852 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:32:39,991 basehttp 5396 6163869696 "GET /en/inpatients/beds/172/details/ HTTP/1.1" 200 3272 INFO 2025-09-21 10:32:46,556 basehttp 5396 6163869696 "GET /en/inpatients/transfer/59/ HTTP/1.1" 200 10463 INFO 2025-09-21 10:32:50,262 basehttp 5396 6163869696 "GET /en/inpatients/discharge/59/ HTTP/1.1" 200 42089 INFO 2025-09-21 10:32:50,302 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:33:00,624 basehttp 5396 6163869696 "GET /en/inpatients/admissions/59/ HTTP/1.1" 200 30667 INFO 2025-09-21 10:33:00,661 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:33:17,140 basehttp 5396 6163869696 "GET /en/facility-management/ HTTP/1.1" 200 47731 INFO 2025-09-21 10:33:17,167 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:33:40,298 basehttp 5396 6163869696 "GET /en/facility-management/assets/ HTTP/1.1" 200 109440 INFO 2025-09-21 10:33:40,325 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 10:34:04,612 log 5396 6163869696 Not Found: /en/facility-management/requests WARNING 2025-09-21 10:34:04,612 basehttp 5396 6163869696 "GET /en/facility-management/requests HTTP/1.1" 404 36754 INFO 2025-09-21 10:34:14,969 basehttp 5396 6163869696 "GET /en/facility-management/maintenance HTTP/1.1" 301 0 ERROR 2025-09-21 10:34:15,018 log 5396 12935360512 Internal Server Error: /en/facility-management/maintenance/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 199, in render template = context.template.engine.select_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 214, in select_template raise TemplateDoesNotExist(", ".join(not_found)) django.template.exceptions.TemplateDoesNotExist: pagination.html The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 109, in render reraise(exc, self.backend) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 130, in reraise raise new from exc django.template.exceptions.TemplateDoesNotExist: pagination.html ERROR 2025-09-21 10:34:15,019 basehttp 5396 12935360512 "GET /en/facility-management/maintenance/ HTTP/1.1" 500 266245 INFO 2025-09-21 10:34:29,762 basehttp 5396 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:34:42,032 basehttp 5396 12935360512 "GET /en/facility-management/maintenance/ HTTP/1.1" 200 125171 INFO 2025-09-21 10:34:42,068 basehttp 5396 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:34:46,116 basehttp 5396 12935360512 "GET /en/facility-management/maintenance/80/ HTTP/1.1" 200 27726 INFO 2025-09-21 10:34:46,149 basehttp 5396 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:34:59,536 basehttp 5396 12935360512 "GET /en/facility-management/maintenance/78/ HTTP/1.1" 200 28259 INFO 2025-09-21 10:34:59,576 basehttp 5396 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:35:05,902 basehttp 5396 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:35:29,776 basehttp 5396 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:36:05,899 basehttp 5396 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:36:25,660 basehttp 5396 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:36:27,686 basehttp 5396 12935360512 "GET /en/inpatients/beds/145/details/ HTTP/1.1" 200 3279 INFO 2025-09-21 10:36:33,479 basehttp 5396 12935360512 "GET /en/inpatients/transfer/59/ HTTP/1.1" 200 10463 INFO 2025-09-21 10:37:07,487 basehttp 5396 12935360512 "GET /en/inpatients/transfers/ HTTP/1.1" 200 98840 INFO 2025-09-21 10:37:07,531 basehttp 5396 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:37:25,663 basehttp 5396 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:37:29,775 basehttp 5396 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:37:35,866 basehttp 5396 12935360512 "GET /en/inpatients/wards/5/ HTTP/1.1" 200 58255 INFO 2025-09-21 10:37:35,900 basehttp 5396 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:38:21,441 basehttp 5396 12935360512 "GET /en/hr/ HTTP/1.1" 200 44733 INFO 2025-09-21 10:38:21,480 basehttp 5396 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:38:29,779 basehttp 5396 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:38:46,033 basehttp 5396 12935360512 "GET /en/hr/employees/ HTTP/1.1" 200 127060 INFO 2025-09-21 10:38:46,077 basehttp 5396 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:39:27,591 basehttp 5396 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:39:31,632 basehttp 5396 12935360512 "GET /en/hr/schedules/ HTTP/1.1" 200 122326 INFO 2025-09-21 10:39:31,696 basehttp 5396 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:40:03,702 basehttp 5396 12935360512 "GET /en/hr/time-entries/ HTTP/1.1" 200 144669 INFO 2025-09-21 10:40:03,756 basehttp 5396 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:40:09,668 basehttp 5396 12935360512 "GET /en/hr/time-entries/804/ HTTP/1.1" 200 31036 INFO 2025-09-21 10:40:09,704 basehttp 5396 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:40:16,524 basehttp 5396 12935360512 "GET /en/hr/employees/ HTTP/1.1" 200 127060 INFO 2025-09-21 10:40:16,567 basehttp 5396 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:40:18,888 basehttp 5396 12935360512 "GET /en/hr/employees/76/ HTTP/1.1" 200 35563 INFO 2025-09-21 10:40:18,936 basehttp 5396 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:40:18,940 basehttp 5396 6163869696 "GET /en/hr/employees/76/clock-controls/ HTTP/1.1" 200 503 INFO 2025-09-21 10:40:25,124 basehttp 5396 6163869696 "POST /en/hr/employees/76/clock-in/ HTTP/1.1" 200 706 INFO 2025-09-21 10:40:29,777 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:41:18,949 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:41:29,779 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:42:18,948 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:42:24,257 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:42:26,250 basehttp 5396 6163869696 "GET /en/hr/employees/ HTTP/1.1" 200 127060 INFO 2025-09-21 10:42:26,297 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:42:33,390 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:42:34,434 basehttp 5396 6163869696 "GET /en/hr/ HTTP/1.1" 200 44989 INFO 2025-09-21 10:42:34,469 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:42:39,318 basehttp 5396 6163869696 "GET /en/hr/departments/create/ HTTP/1.1" 200 43103 WARNING 2025-09-21 10:42:39,333 basehttp 5396 6163869696 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 INFO 2025-09-21 10:42:39,358 basehttp 5396 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:42:43,854 basehttp 5396 12935360512 "GET /en/hr/reviews/ HTTP/1.1" 200 33229 INFO 2025-09-21 10:42:43,893 basehttp 5396 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:42:55,420 basehttp 5396 12935360512 "GET / HTTP/1.1" 302 0 INFO 2025-09-21 10:42:55,438 basehttp 5396 6163869696 "GET /en/ HTTP/1.1" 200 48315 INFO 2025-09-21 10:42:55,491 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:42:55,501 basehttp 5396 12935360512 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1094 INFO 2025-09-21 10:42:55,501 basehttp 5396 12918534144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-21 10:42:55,502 basehttp 5396 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-21 10:43:14,152 basehttp 5396 12901707776 "GET /en/inpatients/ HTTP/1.1" 200 59020 INFO 2025-09-21 10:43:14,195 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:43:14,198 basehttp 5396 12918534144 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 10:43:14,217 basehttp 5396 12935360512 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522567 INFO 2025-09-21 10:43:16,999 basehttp 5396 12935360512 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020715 INFO 2025-09-21 10:43:17,105 basehttp 5396 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:43:17,186 basehttp 5396 12935360512 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020715 INFO 2025-09-21 10:43:28,724 basehttp 5396 12935360512 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 48309 INFO 2025-09-21 10:43:28,766 basehttp 5396 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:43:29,781 basehttp 5396 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:43:47,243 basehttp 5396 12935360512 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020715 INFO 2025-09-21 10:44:17,118 basehttp 5396 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:44:17,199 basehttp 5396 12935360512 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020715 INFO 2025-09-21 10:44:29,784 basehttp 5396 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:44:31,385 basehttp 5396 12935360512 "GET /en/inpatients/beds/184/ HTTP/1.1" 200 37727 INFO 2025-09-21 10:44:31,418 basehttp 5396 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:44:53,504 basehttp 5396 12935360512 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020715 INFO 2025-09-21 10:45:17,127 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:45:17,200 basehttp 5396 12901707776 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020715 INFO 2025-09-21 10:45:47,211 basehttp 5396 12901707776 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020715 INFO 2025-09-21 10:46:17,128 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:46:17,203 basehttp 5396 6163869696 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020715 INFO 2025-09-21 10:46:17,453 basehttp 5396 6163869696 "GET /en/emr/ HTTP/1.1" 200 70406 INFO 2025-09-21 10:46:17,500 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:46:17,506 basehttp 5396 12901707776 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-21 10:46:28,351 basehttp 5396 12901707776 "GET /en/emr/icd10/ HTTP/1.1" 200 19197 INFO 2025-09-21 10:46:28,377 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:46:29,782 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:46:34,435 basehttp 5396 12901707776 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 47966 INFO 2025-09-21 10:46:34,456 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:46:58,883 basehttp 5396 12901707776 "GET /en/emr/icd10/A01.04/ HTTP/1.1" 200 21225 INFO 2025-09-21 10:46:58,901 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:47:05,780 basehttp 5396 12901707776 "GET /en/emr/icd10/E79.0/ HTTP/1.1" 200 21135 INFO 2025-09-21 10:47:05,816 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:47:12,997 basehttp 5396 12901707776 "GET /en/emr/icd10/M00/ HTTP/1.1" 200 23956 INFO 2025-09-21 10:47:13,034 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:47:17,605 basehttp 5396 12901707776 "GET /en/emr/icd10/M00.1/ HTTP/1.1" 200 27964 INFO 2025-09-21 10:47:17,642 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:47:21,494 basehttp 5396 12901707776 "GET /en/emr/icd10/M00.15/ HTTP/1.1" 200 23261 INFO 2025-09-21 10:47:21,529 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:47:23,493 basehttp 5396 12901707776 "GET /en/emr/icd10/M00.152/ HTTP/1.1" 200 21466 INFO 2025-09-21 10:47:23,530 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:47:39,400 basehttp 5396 12901707776 "GET /en/emr/problems/ HTTP/1.1" 200 91630 INFO 2025-09-21 10:47:39,441 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:47:51,709 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:47:56,722 basehttp 5396 12901707776 "GET /en/emr/icd10/?q=+J44.9&mode=code HTTP/1.1" 200 21304 INFO 2025-09-21 10:47:56,775 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:48:39,455 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:48:56,880 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:49:00,436 basehttp 5396 12901707776 "GET /en/emr/icd10/?q=F32.9&mode=code HTTP/1.1" 200 21307 INFO 2025-09-21 10:49:00,467 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:49:20,140 basehttp 5396 12901707776 "GET /en/emr/icd10/?q=F32.9&mode=code HTTP/1.1" 200 21307 INFO 2025-09-21 10:49:20,172 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:49:39,783 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:49:42,115 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:49:43,723 basehttp 5396 12901707776 "GET /en/emr/icd10/M19.9/ HTTP/1.1" 200 23795 INFO 2025-09-21 10:49:44,791 basehttp 5396 12901707776 "GET /en/emr/icd10/?q=M19.9&mode=code HTTP/1.1" 200 26371 INFO 2025-09-21 10:50:40,781 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:50:45,792 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:51:41,793 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:51:45,789 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:52:42,787 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:52:45,792 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:53:43,790 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:53:46,785 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:54:45,795 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:54:47,786 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:55:48,797 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:56:29,788 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:56:50,786 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:58:29,801 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 10:58:29,810 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:00:29,791 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:00:29,802 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:01:29,908 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:02:29,908 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:03:29,912 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:03:29,923 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:04:29,921 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:05:29,929 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:06:29,924 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:07:29,917 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:07:29,928 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:08:29,913 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:09:29,930 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:10:29,920 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:10:29,930 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:11:29,920 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:12:29,923 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:13:29,920 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:13:29,930 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:14:29,926 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:14:29,938 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:15:29,930 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:16:29,903 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:17:29,908 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:17:29,919 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:18:29,907 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:19:29,900 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:20:29,908 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:20:29,922 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:21:29,909 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:22:29,914 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:22:29,921 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:23:29,924 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:24:29,912 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:25:29,916 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:25:29,924 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:26:29,923 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:26:29,932 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:28:29,926 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:28:29,934 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:29:29,916 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:29:29,927 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:31:29,939 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:31:29,948 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:32:29,934 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:34:05,044 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:34:05,053 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:36:05,016 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:36:05,024 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:37:05,018 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:37:05,027 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:39:05,010 basehttp 5396 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 11:39:05,021 basehttp 5396 6163869696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 13:47:39,402 autoreload 57824 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 13:47:57,690 autoreload 58004 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 13:48:08,088 basehttp 58004 6136803328 "GET /en/hr/ HTTP/1.1" 302 0 INFO 2025-09-21 13:48:08,095 basehttp 58004 6136803328 "GET /accounts/login/?next=/en/hr/ HTTP/1.1" 302 0 ERROR 2025-09-21 13:48:08,111 log 58004 6136803328 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-21 13:48:08,113 basehttp 58004 6136803328 "GET /en/accounts/login/?next=/en/hr/ HTTP/1.1" 500 160603 INFO 2025-09-21 13:48:08,878 basehttp 58004 6136803328 "GET /en/hr/ HTTP/1.1" 302 0 INFO 2025-09-21 13:48:08,889 basehttp 58004 6136803328 "GET /accounts/login/?next=/en/hr/ HTTP/1.1" 302 0 ERROR 2025-09-21 13:48:08,911 log 58004 6153629696 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-21 13:48:08,912 basehttp 58004 6153629696 "GET /en/accounts/login/?next=/en/hr/ HTTP/1.1" 500 160329 INFO 2025-09-21 13:48:16,854 basehttp 58004 6153629696 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-09-21 13:48:16,897 basehttp 58004 6153629696 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-09-21 13:48:16,903 basehttp 58004 6153629696 "GET /static/admin/css/login.css HTTP/1.1" 304 0 INFO 2025-09-21 13:48:19,144 basehttp 58004 6153629696 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-09-21 13:48:19,168 basehttp 58004 6153629696 "GET /en/admin/ HTTP/1.1" 200 101700 INFO 2025-09-21 13:48:19,182 basehttp 58004 6153629696 "GET /static/admin/css/dashboard.css HTTP/1.1" 304 0 INFO 2025-09-21 13:48:20,638 basehttp 58004 6153629696 "GET / HTTP/1.1" 302 0 INFO 2025-09-21 13:48:20,668 basehttp 58004 6136803328 "GET /en/ HTTP/1.1" 200 48316 INFO 2025-09-21 13:48:20,748 basehttp 58004 6136803328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 13:48:20,749 basehttp 58004 13304360960 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1094 INFO 2025-09-21 13:48:20,750 basehttp 58004 6170456064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-21 13:48:20,751 basehttp 58004 6153629696 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-21 13:48:23,472 basehttp 58004 6153629696 "GET /en/hr/ HTTP/1.1" 200 44989 INFO 2025-09-21 13:48:23,511 basehttp 58004 6153629696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 13:48:33,261 basehttp 58004 6153629696 "GET /en/hr/employees/ HTTP/1.1" 200 127060 INFO 2025-09-21 13:48:33,307 basehttp 58004 6153629696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 13:48:35,115 basehttp 58004 6153629696 "GET /en/hr/employees/76/ HTTP/1.1" 200 35562 INFO 2025-09-21 13:48:35,164 basehttp 58004 6153629696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 13:48:35,166 basehttp 58004 6170456064 "GET /en/hr/employees/76/clock-controls/ HTTP/1.1" 200 706 INFO 2025-09-21 13:48:44,224 basehttp 58004 6170456064 "GET /en/hr/employees/27/ HTTP/1.1" 200 35658 INFO 2025-09-21 13:48:44,254 basehttp 58004 6170456064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 13:48:44,255 basehttp 58004 6153629696 "GET /en/hr/employees/27/clock-controls/ HTTP/1.1" 200 503 INFO 2025-09-21 13:48:46,353 basehttp 58004 6153629696 "POST /en/hr/employees/27/clock-in/ HTTP/1.1" 200 706 INFO 2025-09-21 13:49:11,170 basehttp 58004 6153629696 "POST /en/hr/employees/27/clock-out/ HTTP/1.1" 200 365 INFO 2025-09-21 13:49:30,846 basehttp 58004 6153629696 "GET /en/hr/time-entries/ HTTP/1.1" 200 144620 INFO 2025-09-21 13:49:30,907 basehttp 58004 6153629696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 13:49:38,670 basehttp 58004 6153629696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 13:49:39,977 basehttp 58004 6153629696 "GET /en/hr/time-entries/317/ HTTP/1.1" 200 31038 INFO 2025-09-21 13:49:40,014 basehttp 58004 6153629696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 13:49:57,601 basehttp 58004 6153629696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 13:50:12,488 basehttp 58004 6153629696 "GET / HTTP/1.1" 302 0 INFO 2025-09-21 13:50:12,503 basehttp 58004 6170456064 "GET /en/ HTTP/1.1" 200 48316 INFO 2025-09-21 13:50:12,565 basehttp 58004 6170456064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 13:50:12,567 basehttp 58004 6153629696 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1094 INFO 2025-09-21 13:50:12,567 basehttp 58004 6136803328 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-21 13:50:12,569 basehttp 58004 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-21 13:50:25,922 basehttp 58004 13304360960 "GET /en/hr/ HTTP/1.1" 200 44989 INFO 2025-09-21 13:50:25,959 basehttp 58004 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 13:50:30,962 basehttp 58004 13304360960 "GET /en/hr/schedules/ HTTP/1.1" 200 122326 INFO 2025-09-21 13:50:31,010 basehttp 58004 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 13:50:36,402 basehttp 58004 13304360960 "GET /en/hr/schedules/134/ HTTP/1.1" 200 175832 WARNING 2025-09-21 13:50:36,412 basehttp 58004 13304360960 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-21 13:50:36,441 basehttp 58004 6136803328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 13:50:36,460 basehttp 58004 6136803328 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-21 13:50:38,679 basehttp 58004 6153629696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 13:50:42,705 basehttp 58004 6153629696 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-21 13:51:03,779 basehttp 58004 6170456064 "GET /en/hr/training HTTP/1.1" 301 0 INFO 2025-09-21 13:51:03,794 basehttp 58004 6136803328 "GET /en/hr/training/ HTTP/1.1" 200 35993 INFO 2025-09-21 13:51:03,840 basehttp 58004 6136803328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 14:00:07,015 basehttp 58004 6136803328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-21 14:50:56,976 basehttp 58004 6136803328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-21 15:51:47,841 autoreload 61482 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 15:51:57,960 basehttp 61482 6193115136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-21 15:51:57,967 basehttp 61482 6193115136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-21 15:51:57,982 log 61482 6193115136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-21 15:51:57,985 basehttp 61482 6193115136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161346 INFO 2025-09-21 15:52:00,305 basehttp 61482 6193115136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-21 15:52:00,306 basehttp 61482 6209941504 "GET /en/hr/htmx/stats/ HTTP/1.1" 302 0 INFO 2025-09-21 15:52:00,325 basehttp 61482 6193115136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-21 15:52:00,325 basehttp 61482 6209941504 "GET /accounts/login/?next=/en/hr/htmx/stats/ HTTP/1.1" 302 0 ERROR 2025-09-21 15:52:00,352 log 61482 6243594240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-21 15:52:00,358 log 61482 6226767872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-21 15:52:00,360 basehttp 61482 6243594240 "GET /en/accounts/login/?next=/en/hr/htmx/stats/ HTTP/1.1" 500 160415 ERROR 2025-09-21 15:52:00,362 basehttp 61482 6226767872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161326 INFO 2025-09-21 15:52:01,301 basehttp 61482 6226767872 "GET /en/hr/ HTTP/1.1" 302 0 INFO 2025-09-21 15:52:01,313 basehttp 61482 6226767872 "GET /accounts/login/?next=/en/hr/ HTTP/1.1" 302 0 ERROR 2025-09-21 15:52:01,335 log 61482 6243594240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-21 15:52:01,336 basehttp 61482 6243594240 "GET /en/accounts/login/?next=/en/hr/ HTTP/1.1" 500 160492 INFO 2025-09-21 15:52:10,297 basehttp 61482 6243594240 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-09-21 15:52:10,306 basehttp 61482 6243594240 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-09-21 15:52:14,072 basehttp 61482 6243594240 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-09-21 15:52:14,096 basehttp 61482 6243594240 "GET /en/admin/ HTTP/1.1" 200 101700 INFO 2025-09-21 15:52:49,386 basehttp 61482 6243594240 "GET /en/admin/viewflow/task/ HTTP/1.1" 200 76118 INFO 2025-09-21 15:53:42,426 basehttp 61482 6243594240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-21 15:53:57,688 basehttp 61482 6243594240 "GET / HTTP/1.1" 302 0 INFO 2025-09-21 15:53:57,715 basehttp 61482 6193115136 "GET /en/ HTTP/1.1" 200 48327 INFO 2025-09-21 15:53:57,795 basehttp 61482 6193115136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-21 15:53:57,799 basehttp 61482 6226767872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-21 15:53:57,799 basehttp 61482 6243594240 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1094 INFO 2025-09-21 15:53:57,802 basehttp 61482 6209941504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-21 15:54:08,826 basehttp 61482 6209941504 "GET /en/hr/ HTTP/1.1" 200 44989 INFO 2025-09-21 15:54:08,863 basehttp 61482 6209941504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-21 15:54:18,310 basehttp 61482 6209941504 "GET /en/hr/departments/create/ HTTP/1.1" 200 43103 WARNING 2025-09-21 15:54:18,324 basehttp 61482 6209941504 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 INFO 2025-09-21 15:54:18,348 basehttp 61482 6243594240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-21 15:54:42,435 basehttp 61482 6243594240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-21 15:55:08,899 basehttp 61482 6243594240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-21 15:56:08,885 basehttp 61482 6243594240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-21 15:56:09,938 basehttp 61482 6243594240 "GET /en/hr/ HTTP/1.1" 200 44989 INFO 2025-09-21 15:56:09,970 basehttp 61482 6243594240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-21 15:56:42,436 basehttp 61482 6243594240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-21 15:57:09,982 basehttp 61482 6243594240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-21 16:34:03,676 basehttp 61482 6193115136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:38:45,700 autoreload 72162 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 17:38:50,740 basehttp 72162 6157168640 "GET /en/hr/ HTTP/1.1" 302 0 INFO 2025-09-21 17:38:50,748 basehttp 72162 6157168640 "GET /accounts/login/?next=/en/hr/ HTTP/1.1" 302 0 ERROR 2025-09-21 17:38:50,766 log 72162 6173995008 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-21 17:38:50,768 basehttp 72162 6173995008 "GET /en/accounts/login/?next=/en/hr/ HTTP/1.1" 500 160623 INFO 2025-09-21 17:38:53,905 basehttp 72162 6173995008 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-09-21 17:38:53,918 basehttp 72162 6173995008 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-09-21 17:38:56,310 basehttp 72162 6173995008 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-09-21 17:38:56,334 basehttp 72162 6173995008 "GET /en/admin/ HTTP/1.1" 200 101700 INFO 2025-09-21 17:38:59,502 basehttp 72162 6173995008 "GET / HTTP/1.1" 302 0 INFO 2025-09-21 17:38:59,532 basehttp 72162 6157168640 "GET /en/ HTTP/1.1" 200 48316 INFO 2025-09-21 17:38:59,917 basehttp 72162 6157168640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:38:59,919 basehttp 72162 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-21 17:38:59,920 basehttp 72162 13321187328 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1094 INFO 2025-09-21 17:38:59,920 basehttp 72162 6173995008 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-21 17:39:13,267 basehttp 72162 6173995008 "GET /en/hr/ HTTP/1.1" 200 44989 INFO 2025-09-21 17:39:13,305 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:40:13,315 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:40:34,282 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:41:13,322 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:41:14,377 basehttp 72162 6173995008 "GET /en/hr/ HTTP/1.1" 200 44989 INFO 2025-09-21 17:41:14,415 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:41:34,269 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:42:15,253 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:43:15,256 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:43:16,303 basehttp 72162 6173995008 "GET /en/hr/ HTTP/1.1" 200 44989 INFO 2025-09-21 17:43:16,339 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:43:34,253 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:44:17,245 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:44:34,256 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:45:17,244 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:45:18,283 basehttp 72162 6173995008 "GET /en/hr/ HTTP/1.1" 200 44989 INFO 2025-09-21 17:45:18,311 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:46:19,265 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:46:34,249 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:47:19,254 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:47:20,307 basehttp 72162 6173995008 "GET /en/hr/ HTTP/1.1" 200 44989 INFO 2025-09-21 17:47:20,336 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:48:21,249 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:48:34,251 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:49:21,250 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:49:22,294 basehttp 72162 6173995008 "GET /en/hr/ HTTP/1.1" 200 44989 INFO 2025-09-21 17:49:22,345 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:49:34,252 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:50:23,250 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:50:34,250 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:51:23,250 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:51:24,295 basehttp 72162 6173995008 "GET /en/hr/ HTTP/1.1" 200 44989 INFO 2025-09-21 17:51:24,336 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:52:25,240 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:52:34,236 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:53:25,250 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:53:26,292 basehttp 72162 6173995008 "GET /en/hr/ HTTP/1.1" 200 44989 INFO 2025-09-21 17:53:26,340 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:53:34,240 basehttp 72162 6173995008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:54:27,247 basehttp 72162 6157168640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:54:34,248 basehttp 72162 6157168640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:55:27,247 basehttp 72162 6157168640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:55:28,281 basehttp 72162 6157168640 "GET /en/hr/ HTTP/1.1" 200 44989 INFO 2025-09-21 17:55:28,323 basehttp 72162 6157168640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:56:29,233 basehttp 72162 6157168640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:56:34,243 basehttp 72162 6157168640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:57:29,214 basehttp 72162 6157168640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:57:30,264 basehttp 72162 6157168640 "GET /en/hr/ HTTP/1.1" 200 44989 INFO 2025-09-21 17:57:30,300 basehttp 72162 6157168640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:57:34,215 basehttp 72162 6157168640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:58:31,217 basehttp 72162 6157168640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:58:34,213 basehttp 72162 6157168640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:59:31,214 basehttp 72162 6157168640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 17:59:32,260 basehttp 72162 6157168640 "GET /en/hr/ HTTP/1.1" 200 44989 INFO 2025-09-21 17:59:32,304 basehttp 72162 6157168640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:00:33,214 basehttp 72162 6157168640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:00:34,212 basehttp 72162 6157168640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:01:33,205 basehttp 72162 6157168640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:01:33,383 autoreload 72162 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-21 18:01:33,876 autoreload 82441 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 18:12:12,544 autoreload 87210 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 18:12:17,435 basehttp 87210 6137589760 "GET /en/hr/ HTTP/1.1" 200 44989 INFO 2025-09-21 18:12:17,496 basehttp 87210 6137589760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:12:23,636 basehttp 87210 6137589760 "GET /en/hr/ HTTP/1.1" 200 44989 INFO 2025-09-21 18:12:23,676 basehttp 87210 6137589760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:12:26,617 basehttp 87210 6137589760 "GET /en/inpatients/ HTTP/1.1" 200 59020 INFO 2025-09-21 18:12:26,654 basehttp 87210 6137589760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:12:26,657 basehttp 87210 6154416128 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 18:12:26,676 basehttp 87210 6171242496 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522567 WARNING 2025-09-21 18:12:35,551 log 87210 6171242496 Not Found: /en/inpatients/discharge/ WARNING 2025-09-21 18:12:35,552 basehttp 87210 6171242496 "GET /en/inpatients/discharge/ HTTP/1.1" 404 42802 INFO 2025-09-21 18:12:40,201 basehttp 87210 6171242496 "GET /en/inpatients/discharges HTTP/1.1" 301 0 INFO 2025-09-21 18:12:40,221 basehttp 87210 6154416128 "GET /en/inpatients/discharges/ HTTP/1.1" 200 46022 INFO 2025-09-21 18:12:40,258 basehttp 87210 6154416128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:12:53,487 basehttp 87210 6154416128 "GET /en/inpatients/discharges/9/ HTTP/1.1" 200 25757 INFO 2025-09-21 18:12:53,522 basehttp 87210 6154416128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:13:02,201 basehttp 87210 6154416128 "GET /en/inpatients/discharges/9/edit/ HTTP/1.1" 200 31951 INFO 2025-09-21 18:13:02,239 basehttp 87210 6154416128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:13:28,586 basehttp 87210 6154416128 "POST /en/inpatients/discharges/9/edit/ HTTP/1.1" 200 31963 INFO 2025-09-21 18:13:28,619 basehttp 87210 6154416128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:13:33,123 basehttp 87210 6154416128 "GET /en/inpatients/discharges/9/edit/ HTTP/1.1" 200 31951 INFO 2025-09-21 18:13:34,120 basehttp 87210 6154416128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:13:35,724 basehttp 87210 6154416128 "GET /en/inpatients/discharges/9/ HTTP/1.1" 200 25757 INFO 2025-09-21 18:13:35,760 basehttp 87210 6154416128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:13:48,394 basehttp 87210 6154416128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-21 18:13:51,270 log 87210 6154416128 Internal Server Error: /en/inpatients/discharges/9/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'discharge_summary_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/inpatients/discharges/(?P[0-9]+)/\\Z'] ERROR 2025-09-21 18:13:51,272 basehttp 87210 6154416128 "GET /en/inpatients/discharges/9/delete/ HTTP/1.1" 500 164132 INFO 2025-09-21 18:14:34,110 basehttp 87210 6154416128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:15:34,118 basehttp 87210 6154416128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:17:34,108 basehttp 87210 6154416128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:18:34,113 basehttp 87210 6154416128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:20:34,117 basehttp 87210 6154416128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:26:45,938 autoreload 93654 8602788160 Watching for file changes with StatReloader WARNING 2025-09-21 18:26:49,295 log 93654 6171455488 Not Found: /en/inpatients/discharge/ WARNING 2025-09-21 18:26:49,296 basehttp 93654 6171455488 "GET /en/inpatients/discharge/ HTTP/1.1" 404 42802 INFO 2025-09-21 18:26:49,971 basehttp 93654 6171455488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:26:50,532 basehttp 93654 6171455488 "GET /en/inpatients/ HTTP/1.1" 200 59020 INFO 2025-09-21 18:26:50,582 basehttp 93654 6171455488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:26:50,584 basehttp 93654 6188281856 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 18:26:50,603 basehttp 93654 6205108224 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522567 INFO 2025-09-21 18:26:54,525 basehttp 93654 6205108224 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020716 INFO 2025-09-21 18:26:54,623 basehttp 93654 6205108224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:26:54,698 basehttp 93654 6205108224 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020716 ERROR 2025-09-21 18:27:01,278 log 93654 6205108224 Internal Server Error: /en/inpatients/beds/195/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'refresh_bed_history' not found. 'refresh_bed_history' is not a valid view function or pattern name. ERROR 2025-09-21 18:27:01,281 basehttp 93654 6205108224 "GET /en/inpatients/beds/195/ HTTP/1.1" 500 168764 INFO 2025-09-21 18:27:34,098 basehttp 93654 6205108224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:28:24,188 autoreload 93654 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-21 18:28:24,612 autoreload 94371 8602788160 Watching for file changes with StatReloader ERROR 2025-09-21 18:28:28,656 log 94371 6124302336 Internal Server Error: /en/inpatients/beds/195/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'refresh_bed_history' not found. 'refresh_bed_history' is not a valid view function or pattern name. ERROR 2025-09-21 18:28:28,658 basehttp 94371 6124302336 "GET /en/inpatients/beds/195/ HTTP/1.1" 500 168901 ERROR 2025-09-21 18:28:29,807 log 94371 6124302336 Internal Server Error: /en/inpatients/beds/195/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'refresh_bed_history' not found. 'refresh_bed_history' is not a valid view function or pattern name. ERROR 2025-09-21 18:28:29,809 basehttp 94371 6124302336 "GET /en/inpatients/beds/195/ HTTP/1.1" 500 168901 INFO 2025-09-21 18:29:16,735 autoreload 94371 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-09-21 18:29:17,112 autoreload 94796 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 18:29:19,456 basehttp 94796 6169489408 "GET /en/inpatients/beds/195/ HTTP/1.1" 200 35210 INFO 2025-09-21 18:29:19,490 basehttp 94796 6169489408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-21 18:29:23,099 log 94796 6169489408 Internal Server Error: /en/inpatients/beds/195/refresh-history/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1706, in refresh_bed_history return render(request, 'inpatients/partials/bed_history.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 19, in get_template raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: inpatients/partials/bed_history.html ERROR 2025-09-21 18:29:23,100 basehttp 94796 6169489408 "GET /en/inpatients/beds/195/refresh-history/ HTTP/1.1" 500 98947 ERROR 2025-09-21 18:29:24,320 log 94796 6169489408 Internal Server Error: /en/inpatients/beds/195/refresh-history/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1706, in refresh_bed_history return render(request, 'inpatients/partials/bed_history.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 19, in get_template raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: inpatients/partials/bed_history.html ERROR 2025-09-21 18:29:24,321 basehttp 94796 6169489408 "GET /en/inpatients/beds/195/refresh-history/ HTTP/1.1" 500 98947 ERROR 2025-09-21 18:29:26,091 log 94796 6169489408 Internal Server Error: /en/inpatients/beds/195/refresh-history/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1706, in refresh_bed_history return render(request, 'inpatients/partials/bed_history.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 19, in get_template raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: inpatients/partials/bed_history.html ERROR 2025-09-21 18:29:26,092 basehttp 94796 6169489408 "GET /en/inpatients/beds/195/refresh-history/ HTTP/1.1" 500 98947 INFO 2025-09-21 18:29:34,078 basehttp 94796 6169489408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:30:19,500 basehttp 94796 6169489408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:30:34,072 basehttp 94796 6169489408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:31:19,496 basehttp 94796 6169489408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:32:19,498 basehttp 94796 6169489408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:32:34,077 basehttp 94796 6169489408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:33:19,494 basehttp 94796 6169489408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:33:34,090 basehttp 94796 6169489408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:33:45,342 basehttp 94796 6169489408 "GET /en/inpatients/beds/195/ HTTP/1.1" 200 35210 INFO 2025-09-21 18:33:45,395 basehttp 94796 6169489408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:33:46,903 basehttp 94796 6169489408 "GET /en/inpatients/beds/195/refresh-history/ HTTP/1.1" 200 205 WARNING 2025-09-21 18:33:50,340 log 94796 6169489408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 18:33:50,340 basehttp 94796 6169489408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-21 18:33:54,219 log 94796 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 18:33:54,220 basehttp 94796 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 18:33:54,224 basehttp 94796 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 18:33:54,241 log 94796 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 18:33:54,244 basehttp 94796 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 18:33:54,289 basehttp 94796 6169489408 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020716 INFO 2025-09-21 18:33:55,694 basehttp 94796 6169489408 "GET /en/inpatients/beds/178/ HTTP/1.1" 200 35214 WARNING 2025-09-21 18:33:55,715 log 94796 6169489408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 18:33:55,715 basehttp 94796 6169489408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 18:33:55,777 basehttp 94796 6169489408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:33:57,319 basehttp 94796 6169489408 "GET /en/inpatients/beds/178/refresh-history/ HTTP/1.1" 200 205 INFO 2025-09-21 18:33:57,975 basehttp 94796 6169489408 "GET /en/inpatients/beds/178/refresh-history/ HTTP/1.1" 200 205 INFO 2025-09-21 18:34:09,297 basehttp 94796 6169489408 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 155626 INFO 2025-09-21 18:34:09,315 basehttp 94796 6169489408 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-21 18:34:14,149 basehttp 94796 6169489408 "GET /en/admin/inpatients/bed/201/change/ HTTP/1.1" 200 136268 INFO 2025-09-21 18:34:14,170 basehttp 94796 6169489408 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-21 18:34:29,618 basehttp 94796 6169489408 "GET /en/admin/inpatients/dischargesummary/ HTTP/1.1" 200 94826 INFO 2025-09-21 18:34:29,636 basehttp 94796 6169489408 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-21 18:34:50,731 basehttp 94796 6169489408 "GET /en/inpatients/beds/178/refresh-history/ HTTP/1.1" 200 205 INFO 2025-09-21 18:34:55,787 basehttp 94796 6169489408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:35:34,061 basehttp 94796 6169489408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:35:34,250 basehttp 94796 6169489408 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 155626 INFO 2025-09-21 18:35:34,265 basehttp 94796 6169489408 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-21 18:35:37,104 basehttp 94796 6169489408 "GET /en/admin/inpatients/bed/196/change/ HTTP/1.1" 200 136297 INFO 2025-09-21 18:35:37,124 basehttp 94796 6169489408 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-21 18:35:56,066 basehttp 94796 6169489408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:36:06,330 basehttp 94796 6169489408 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 155626 INFO 2025-09-21 18:36:34,066 basehttp 94796 6169489408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:36:56,058 basehttp 94796 6169489408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:37:56,067 basehttp 94796 6169489408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:38:34,059 basehttp 94796 6169489408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:38:56,069 basehttp 94796 6169489408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:39:56,071 basehttp 94796 6169489408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:40:34,047 basehttp 94796 6169489408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:40:57,046 basehttp 94796 6169489408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:41:59,058 basehttp 94796 6169489408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:42:34,041 basehttp 94796 6169489408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:43:34,047 basehttp 94796 6169489408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:43:34,055 basehttp 94796 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:45:27,133 autoreload 94796 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-09-21 18:45:27,780 autoreload 2543 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 18:45:34,134 basehttp 2543 6198800384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:45:34,157 basehttp 2543 6215626752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:45:47,781 autoreload 2543 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-21 18:45:48,191 autoreload 2701 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 18:46:20,506 autoreload 2701 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-21 18:46:20,925 autoreload 2953 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 18:46:33,646 autoreload 2953 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-21 18:46:34,005 autoreload 3104 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 18:47:18,946 basehttp 3104 6167588864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-21 18:47:19,613 log 3104 6167588864 Internal Server Error: /en/inpatients/beds/178/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'assign_patient_to_bed' not found. 'assign_patient_to_bed' is not a valid view function or pattern name. ERROR 2025-09-21 18:47:19,615 basehttp 3104 6167588864 "GET /en/inpatients/beds/178/ HTTP/1.1" 500 179332 WARNING 2025-09-21 18:47:19,631 log 3104 6167588864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 18:47:19,631 basehttp 3104 6167588864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 18:47:34,057 basehttp 3104 6167588864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:48:58,414 autoreload 3104 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-09-21 18:48:58,968 autoreload 4166 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 18:49:01,978 basehttp 4166 6156333056 "GET /en/inpatients/beds/178/ HTTP/1.1" 200 48940 WARNING 2025-09-21 18:49:02,000 log 4166 6156333056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 18:49:02,000 basehttp 4166 6156333056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 18:49:02,072 basehttp 4166 6156333056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 18:49:06,628 log 4166 6156333056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 18:49:06,628 basehttp 4166 6156333056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 18:49:06,865 basehttp 4166 6156333056 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020717 INFO 2025-09-21 18:49:08,254 basehttp 4166 6156333056 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020717 WARNING 2025-09-21 18:49:08,275 log 4166 6156333056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 18:49:08,276 basehttp 4166 6156333056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 18:49:08,408 basehttp 4166 6156333056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:49:08,495 basehttp 4166 6156333056 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020717 INFO 2025-09-21 18:49:12,974 basehttp 4166 6156333056 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 48309 WARNING 2025-09-21 18:49:12,993 log 4166 6156333056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 18:49:12,993 basehttp 4166 6156333056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 18:49:13,056 basehttp 4166 6156333056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 18:49:15,778 log 4166 6156333056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 18:49:15,778 basehttp 4166 6156333056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-21 18:49:15,790 log 4166 6156333056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 18:49:15,790 basehttp 4166 6156333056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-21 18:49:18,014 log 4166 6156333056 Internal Server Error: /en/inpatients/beds/184/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 457, in get_context_data avg_duration = admissions.aggregate(avg_duration=Avg(ExpressionWrapper(F('discharge_datetime') - F('admission_datetime'), output_field=DurationField())))['avg_duration'] ^^^ NameError: name 'Avg' is not defined ERROR 2025-09-21 18:49:18,015 basehttp 4166 6156333056 "GET /en/inpatients/beds/184/ HTTP/1.1" 500 87656 WARNING 2025-09-21 18:49:18,036 log 4166 6156333056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 18:49:18,036 basehttp 4166 6156333056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 18:49:34,045 basehttp 4166 6156333056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:50:10,953 autoreload 4166 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-21 18:50:11,498 autoreload 4724 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 18:50:12,597 basehttp 4724 6193770496 "GET /en/inpatients/beds/184/ HTTP/1.1" 200 50489 WARNING 2025-09-21 18:50:12,614 log 4724 6193770496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 18:50:12,614 basehttp 4724 6193770496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 18:50:12,698 basehttp 4724 6193770496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:50:26,288 basehttp 4724 6193770496 "GET /en/inpatients/beds/184/refresh-history/ HTTP/1.1" 200 1487 INFO 2025-09-21 18:50:34,056 basehttp 4724 6193770496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 18:50:57,729 log 4724 6193770496 Not Found: /inpatients/beds/184/utilization/ WARNING 2025-09-21 18:50:57,729 basehttp 4724 6193770496 "GET /inpatients/beds/184/utilization/ HTTP/1.1" 404 2620 INFO 2025-09-21 18:51:12,698 basehttp 4724 6193770496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:51:34,045 basehttp 4724 6193770496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:52:12,705 basehttp 4724 6193770496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:52:21,872 basehttp 4724 6193770496 "GET /en/inpatients/beds/184/ HTTP/1.1" 200 50557 WARNING 2025-09-21 18:52:21,890 log 4724 6193770496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 18:52:21,891 basehttp 4724 6193770496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 18:52:21,951 basehttp 4724 6193770496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 18:52:24,177 log 4724 6193770496 Not Found: /inpatients/beds/184/utilization/ WARNING 2025-09-21 18:52:24,177 basehttp 4724 6193770496 "GET /inpatients/beds/184/utilization/ HTTP/1.1" 404 2620 INFO 2025-09-21 18:53:21,963 basehttp 4724 6193770496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:53:34,050 basehttp 4724 6193770496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:53:55,704 autoreload 4724 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-09-21 18:53:56,267 autoreload 6341 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 18:54:22,009 basehttp 6341 6132789248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:54:34,059 basehttp 6341 6132789248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:54:41,044 autoreload 6341 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-21 18:54:41,607 autoreload 6735 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 18:54:56,251 basehttp 6735 6125481984 "GET /en/inpatients/beds/184/ HTTP/1.1" 200 50557 WARNING 2025-09-21 18:54:56,277 log 6735 6125481984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 18:54:56,278 basehttp 6735 6125481984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 18:54:56,337 basehttp 6735 6125481984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:54:58,566 basehttp 6735 6125481984 "GET /inpatients/beds/184/utilization/ HTTP/1.1" 302 0 INFO 2025-09-21 18:54:58,588 basehttp 6735 6142308352 "GET /en/inpatients/beds/184/utilization/ HTTP/1.1" 200 442 INFO 2025-09-21 18:55:16,888 basehttp 6735 6142308352 "GET /en/inpatients/beds/184/ HTTP/1.1" 200 50557 INFO 2025-09-21 18:55:16,905 basehttp 6735 6159134720 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-21 18:55:16,909 basehttp 6735 13170143232 "GET /static/img/user/user-12.jpg HTTP/1.1" 200 8541 INFO 2025-09-21 18:55:16,912 basehttp 6735 13186969600 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-21 18:55:16,917 log 6735 6159134720 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-21 18:55:16,918 basehttp 6735 13186969600 "GET /static/js/custom.js HTTP/1.1" 200 4105 WARNING 2025-09-21 18:55:16,918 basehttp 6735 6159134720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 18:55:16,921 basehttp 6735 6142308352 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-21 18:55:16,921 basehttp 6735 13170143232 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-21 18:55:16,922 basehttp 6735 6159134720 - Broken pipe from ('127.0.0.1', 56379) INFO 2025-09-21 18:55:16,925 basehttp 6735 13186969600 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-21 18:55:16,926 basehttp 6735 6142308352 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-21 18:55:16,926 basehttp 6735 13170143232 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-21 18:55:16,931 basehttp 6735 6142308352 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-21 18:55:16,933 basehttp 6735 13186969600 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-21 18:55:16,933 basehttp 6735 13203795968 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-21 18:55:16,934 basehttp 6735 6125481984 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-21 18:55:16,937 basehttp 6735 6125481984 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-21 18:55:16,937 basehttp 6735 13220622336 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 INFO 2025-09-21 18:55:16,938 basehttp 6735 6142308352 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-21 18:55:16,938 basehttp 6735 13170143232 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-21 18:55:16,939 basehttp 6735 13220622336 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-21 18:55:16,940 basehttp 6735 13203795968 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-21 18:55:16,940 basehttp 6735 6125481984 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-21 18:55:16,941 basehttp 6735 13186969600 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-21 18:55:16,941 basehttp 6735 13170143232 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-21 18:55:16,942 basehttp 6735 6142308352 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-21 18:55:16,943 basehttp 6735 13220622336 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-21 18:55:16,944 basehttp 6735 13170143232 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-21 18:55:16,945 basehttp 6735 13186969600 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-21 18:55:16,945 basehttp 6735 13203795968 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-21 18:55:16,945 basehttp 6735 6142308352 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-21 18:55:16,946 basehttp 6735 13220622336 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-21 18:55:16,946 basehttp 6735 6125481984 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-21 18:55:16,947 basehttp 6735 13186969600 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-21 18:55:17,130 basehttp 6735 13186969600 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-21 18:55:17,153 basehttp 6735 13186969600 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-21 18:55:17,161 basehttp 6735 13220622336 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-21 18:55:17,166 basehttp 6735 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 18:55:17,181 log 6735 13186969600 Not Found: /favicon.ico WARNING 2025-09-21 18:55:17,182 basehttp 6735 13186969600 "GET /favicon.ico HTTP/1.1" 404 2557 ERROR 2025-09-21 18:55:33,714 log 6735 13186969600 Internal Server Error: /en/inpatients/beds/184/maintenance/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1923, in maintenance_bed bed.mark_maintenance(notes) ^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Bed' object has no attribute 'mark_maintenance'. Did you mean: 'last_maintenance'? ERROR 2025-09-21 18:55:33,718 basehttp 6735 13186969600 "POST /en/inpatients/beds/184/maintenance/ HTTP/1.1" 500 73718 WARNING 2025-09-21 18:55:33,734 log 6735 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 18:55:33,735 basehttp 6735 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 18:56:34,045 basehttp 6735 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:57:34,044 basehttp 6735 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:57:56,655 autoreload 6735 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-09-21 18:57:57,331 autoreload 8129 8602788160 Watching for file changes with StatReloader WARNING 2025-09-21 18:58:10,301 log 8129 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 18:58:10,301 basehttp 8129 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 18:58:10,355 basehttp 8129 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 18:58:10,358 log 8129 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 18:58:10,358 basehttp 8129 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 18:58:13,708 basehttp 8129 13069578240 "GET /en/inpatients/beds/184/ HTTP/1.1" 200 50557 WARNING 2025-09-21 18:58:13,724 log 8129 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 18:58:13,725 basehttp 8129 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 18:58:13,800 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:58:22,600 basehttp 8129 13069578240 "POST /en/inpatients/beds/184/maintenance/ HTTP/1.1" 302 0 INFO 2025-09-21 18:58:22,619 basehttp 8129 13069578240 "GET /en/inpatients/beds/184/ HTTP/1.1" 200 50710 WARNING 2025-09-21 18:58:22,637 log 8129 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 18:58:22,637 basehttp 8129 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 18:58:22,680 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:59:23,060 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 18:59:34,059 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:00:24,062 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:00:34,065 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:01:24,027 basehttp 8129 13069578240 "GET /en/inpatients/beds/184/ HTTP/1.1" 200 50309 WARNING 2025-09-21 19:01:24,040 log 8129 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:01:24,040 basehttp 8129 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:01:24,698 basehttp 8129 13069578240 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020490 WARNING 2025-09-21 19:01:24,742 log 8129 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:01:24,742 basehttp 8129 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:01:24,743 basehttp 8129 13069578240 "GET /static/plugins/dropzone/dist/min/dropzone.min.js HTTP/1.1" 200 114702 INFO 2025-09-21 19:01:24,911 basehttp 8129 13069578240 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020490 INFO 2025-09-21 19:01:37,786 basehttp 8129 13069578240 "GET /en/inpatients/ HTTP/1.1" 200 59020 WARNING 2025-09-21 19:01:37,803 log 8129 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:01:37,803 basehttp 8129 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:01:37,832 basehttp 8129 13069578240 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 19:01:37,854 basehttp 8129 13052751872 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-21 19:01:54,476 basehttp 8129 13052751872 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020490 WARNING 2025-09-21 19:01:54,495 log 8129 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:01:54,495 basehttp 8129 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:01:54,622 basehttp 8129 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:01:54,707 basehttp 8129 13052751872 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020490 WARNING 2025-09-21 19:01:56,613 log 8129 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:01:56,613 basehttp 8129 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-21 19:01:56,623 log 8129 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:01:56,623 basehttp 8129 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:02:07,438 basehttp 8129 13052751872 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020490 WARNING 2025-09-21 19:02:07,460 log 8129 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:02:07,460 basehttp 8129 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:02:07,567 basehttp 8129 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:02:07,645 basehttp 8129 13052751872 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020490 INFO 2025-09-21 19:02:09,726 basehttp 8129 13052751872 "GET /en/inpatients/beds/206/ HTTP/1.1" 200 49012 WARNING 2025-09-21 19:02:09,744 log 8129 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:02:09,745 basehttp 8129 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:02:09,763 basehttp 8129 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:02:12,901 basehttp 8129 13052751872 "GET /inpatients/beds/206/utilization/ HTTP/1.1" 302 0 INFO 2025-09-21 19:02:12,913 basehttp 8129 13069578240 "GET /en/inpatients/beds/206/utilization/ HTTP/1.1" 200 442 WARNING 2025-09-21 19:02:16,703 log 8129 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:02:16,703 basehttp 8129 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-21 19:02:16,713 log 8129 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:02:16,713 basehttp 8129 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:02:34,063 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:02:37,675 basehttp 8129 13069578240 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020490 INFO 2025-09-21 19:02:53,627 basehttp 8129 13069578240 "GET /en/inpatients/beds/206/maintenance/ HTTP/1.1" 302 0 INFO 2025-09-21 19:02:53,644 basehttp 8129 13069578240 "GET /en/inpatients/beds/206/ HTTP/1.1" 200 49421 WARNING 2025-09-21 19:02:53,669 log 8129 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:02:53,669 basehttp 8129 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:02:53,708 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 19:03:02,395 log 8129 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:03:02,396 basehttp 8129 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-21 19:03:02,410 log 8129 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:03:02,410 basehttp 8129 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:03:07,579 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:03:07,681 basehttp 8129 13069578240 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020490 INFO 2025-09-21 19:03:15,007 basehttp 8129 13069578240 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 42103 WARNING 2025-09-21 19:03:15,026 log 8129 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:03:15,026 basehttp 8129 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:03:15,072 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:03:34,059 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:04:15,086 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:04:34,055 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:05:15,090 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:06:15,094 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:06:34,058 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:07:15,087 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:08:15,095 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:08:34,045 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:09:15,087 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:09:34,055 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:10:15,100 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:10:34,054 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:11:15,092 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:12:15,094 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:12:34,042 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:13:09,897 basehttp 8129 13069578240 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 46606 WARNING 2025-09-21 19:13:09,913 log 8129 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:13:09,913 basehttp 8129 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:13:09,958 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:14:09,970 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:14:34,040 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 19:14:38,121 log 8129 13069578240 Not Found: /appointments/create/ WARNING 2025-09-21 19:14:38,121 basehttp 8129 13069578240 "GET /appointments/create/?patient=50 HTTP/1.1" 404 2595 WARNING 2025-09-21 19:14:38,135 log 8129 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:14:38,136 basehttp 8129 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:15:10,046 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:15:34,047 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:16:11,046 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:16:34,047 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:17:12,035 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:18:13,041 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 19:18:13,126 log 8129 13069578240 Not Found: /appointments/create/ WARNING 2025-09-21 19:18:13,126 basehttp 8129 13069578240 "GET /appointments/create/?patient=50 HTTP/1.1" 404 2595 WARNING 2025-09-21 19:18:13,135 log 8129 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:18:13,136 basehttp 8129 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:18:16,659 basehttp 8129 13069578240 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 46598 WARNING 2025-09-21 19:18:16,672 log 8129 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:18:16,672 basehttp 8129 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:18:16,713 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:18:34,040 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:19:16,726 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:19:34,042 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:20:07,900 basehttp 8129 13069578240 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 46565 WARNING 2025-09-21 19:20:07,914 log 8129 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:20:07,914 basehttp 8129 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:20:07,957 basehttp 8129 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-21 19:20:09,741 log 8129 13069578240 Internal Server Error: /en/appointments/50/requests/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 212, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 221, in get_context_data ctx = super().get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py", line 51, in __init__ self.fields['provider'].queryset = User.objects.filter( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'role' into field. Choices are: accessible_dashboards, acknowledged_alerts, administered_medications, administered_transfusions, admitted_patients, alertrule, analyzed_results, anesthesia_cases, approved_care_plans, approved_employees, approved_purchase_orders, approved_reservations, approved_schedules, approved_time_entries, approved_transfers, asset, assigned_incidents, assigned_maintenance, assigned_queue_entries, assistant_or_blocks, assistant_surgeries, assistant_surgical_cases, attending_bills, attending_patients, attending_wards, audit_logs, audit_team_memberships, authored_notes, availability_slots, billing_provider_bills, blocked_beds, blood_requests, bloodtest, building, cancelled_appointments, cancelled_requests, care_team_plans, checked_in_appointments, circulating_cases, claim_status_updates, claimdocument, claimstatushistory, cleaned_beds, co_signed_notes, collected_specimens, collected_units, communicationchannel, completed_transfers, completed_transfusions, conducted_reviews, consulting_patients, created_admissions, created_alert_rules, created_appointment_templates, created_appointments, created_audit_plans, created_availability_slots, created_beds, created_billing_configurations, created_care_plans, created_claims, created_consent_forms, created_consent_templates, created_data_mappings, created_discharge_summaries, created_donors, created_drug_interactions, created_employees, created_encounters, created_external_systems, created_findings, created_improvement_projects, created_insurance_claims, created_integration_endpoints, created_inventory_items, created_inventory_locations, created_lab_tests, created_measurements, created_medical_bills, created_medications, created_note_templates, created_notifications, created_operating_rooms, created_or_blocks, created_patient_notes, created_pharmacy_inventory_items, created_problems, created_purchase_orders, created_reference_ranges, created_report_templates, created_risk_assessments, created_schedules, created_studies, created_suppliers, created_surgeries, created_surgical_cases, created_surgical_note_templates, created_telemedicine_sessions, created_training_records, created_waiting_list_entries, created_waiting_queues, created_wards, created_webhooks, crossmatch, dashboard, datasource, date_joined, diagnosed_problems, dictated_reports, discharge_planning_cases, double_checked_administrations, email, emailaddress, employee_profile, encounters, energyreading, failed_login_attempts, first_name, force_password_change, groups, id, initiated_capas, inpatient_anesthesia_cases, inpatient_circulating_cases, inpatient_scrub_cases, inspections_conducted, integration_logs, interpreted_studies, investigated_reactions, is_active, is_staff, is_superuser, issued_units, last_login, last_name, last_password_change, led_audits, locked_until, logentry, maintenance_requests, maintenanceschedule, managed_locations, managed_problems, managed_projects, managed_wards, max_concurrent_sessions, messagerecipient, metricdefinition, notificationtemplate, ordered_imaging_studies, ordered_lab_tests, password, password_expires_at, password_history, performed_qc, physician_discharges, planned_discharges, prescribed_medications, primary_care_plans, primary_nurse_discharges, primary_or_blocks, primary_surgeries, primary_surgical_cases, processed_payments, processed_requests, project_team_memberships, provider_appointments, provider_waiting_list, qc_tests, radiology_reports, received_payments, received_specimens, received_units, recorded_equipment_usage, referred_studies, registered_patients, removed_waiting_list_entries, rendered_line_items, report, reported_incidents, reported_reactions, reportexecution, requested_purchase_orders, requested_transfers, resolved_alerts, responsible_findings, responsible_quality_indicators, responsible_risks, reviewed_qc, reviewed_qc_tests, scrub_cases, sent_messages, servicecontract, session_timeout_minutes, signed_encounters, social_accounts, spacereservation, sponsored_projects, stopped_transfusions, supervised_line_items, surgeon_surgical_notes, targeted_notifications, task, tenant, tenant_id, transcribed_reports, transport_assignments, triggered_integrations, two_factor_devices, two_factor_enabled, updated_configurations, updated_queue_entries, user_id, user_permissions, user_sessions, username, verified_crossmatches, verified_findings, verified_measurements, verified_prescriptions, verified_problems, verified_results, verified_tests, verified_vital_signs, vital_signs_measurements, waiting_queues, waitinglistcontactlog, witnessed_administrations, witnessed_transfusions ERROR 2025-09-21 19:20:09,746 basehttp 8129 13069578240 "GET /en/appointments/50/requests/create/ HTTP/1.1" 500 180478 WARNING 2025-09-21 19:20:09,762 log 8129 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:20:09,763 basehttp 8129 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:20:37,362 autoreload 8129 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-21 19:20:37,901 autoreload 18128 8602788160 Watching for file changes with StatReloader INFO 2025-09-21 19:20:38,816 basehttp 18128 6166278144 "GET /en/appointments/50/requests/create/ HTTP/1.1" 200 53830 INFO 2025-09-21 19:20:38,829 basehttp 18128 6183104512 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-09-21 19:20:38,830 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:20:38,830 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:20:38,831 basehttp 18128 6199930880 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-21 19:20:38,897 basehttp 18128 6199930880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:21:32,981 basehttp 18128 6166278144 "POST /en/appointments/50/requests/create/ HTTP/1.1" 200 53838 WARNING 2025-09-21 19:21:32,999 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:21:32,999 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:21:33,050 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:21:34,049 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:21:47,780 basehttp 18128 6166278144 "GET /en/appointments/50/requests/create/ HTTP/1.1" 200 53830 WARNING 2025-09-21 19:21:47,799 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:21:47,799 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:21:48,454 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 19:21:48,458 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:21:48,458 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-21 19:21:48,471 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:21:48,471 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:21:50,008 basehttp 18128 6183104512 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 46565 WARNING 2025-09-21 19:21:50,022 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:21:50,023 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:21:50,068 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:22:34,043 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:22:50,077 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:23:41,112 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:23:41,954 basehttp 18128 6183104512 "GET /en/emr/icd10/ HTTP/1.1" 200 19197 INFO 2025-09-21 19:23:41,997 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:23:50,539 basehttp 18128 6183104512 "GET /en/admin/appointments/appointmentrequest/ HTTP/1.1" 200 82563 INFO 2025-09-21 19:23:50,552 basehttp 18128 6199930880 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-21 19:23:50,552 basehttp 18128 6166278144 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-21 19:23:50,553 basehttp 18128 6216757248 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-21 19:23:50,553 basehttp 18128 6233583616 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-21 19:23:50,553 basehttp 18128 6183104512 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-21 19:23:50,555 basehttp 18128 6216757248 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-21 19:23:50,556 basehttp 18128 6183104512 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-21 19:23:50,556 basehttp 18128 6233583616 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-21 19:23:50,556 basehttp 18128 6199930880 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-21 19:23:50,558 basehttp 18128 6216757248 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-21 19:23:50,559 basehttp 18128 6183104512 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-21 19:23:50,560 basehttp 18128 6216757248 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-21 19:23:50,560 basehttp 18128 6233583616 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-21 19:23:50,561 basehttp 18128 6166278144 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-21 19:23:50,563 basehttp 18128 6250409984 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-21 19:23:50,565 basehttp 18128 6250409984 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-21 19:23:50,565 basehttp 18128 6199930880 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-21 19:23:50,568 basehttp 18128 6199930880 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-21 19:23:50,574 basehttp 18128 6199930880 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-21 19:23:50,575 basehttp 18128 6250409984 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-21 19:23:50,575 basehttp 18128 6166278144 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-21 19:23:51,028 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:23:52,648 basehttp 18128 6166278144 "GET /en/admin/appointments/appointmentrequest/ HTTP/1.1" 200 82563 INFO 2025-09-21 19:23:52,660 basehttp 18128 6166278144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-21 19:24:33,331 basehttp 18128 6166278144 "GET /en/admin/appointments/appointmentrequest/ HTTP/1.1" 200 159852 INFO 2025-09-21 19:24:33,343 basehttp 18128 6199930880 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-21 19:24:33,343 basehttp 18128 6183104512 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-09-21 19:24:33,347 basehttp 18128 6166278144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-21 19:24:33,354 basehttp 18128 6166278144 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-21 19:24:36,814 basehttp 18128 6166278144 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 46565 WARNING 2025-09-21 19:24:36,827 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:24:36,827 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:24:36,873 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:24:42,044 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:25:33,236 basehttp 18128 6166278144 "POST /en/inpatients/admissions/61/edit/ HTTP/1.1" 200 49523 INFO 2025-09-21 19:25:34,735 basehttp 18128 6166278144 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 46565 WARNING 2025-09-21 19:25:34,752 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:25:34,752 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:25:34,792 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:25:42,189 basehttp 18128 6166278144 "GET /en/admin/appointments/appointmentrequest/ HTTP/1.1" 200 159852 INFO 2025-09-21 19:25:42,205 basehttp 18128 6166278144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-21 19:25:43,041 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:25:50,239 basehttp 18128 6166278144 "GET /en/admin/inpatients/dischargesummary/ HTTP/1.1" 200 94826 INFO 2025-09-21 19:25:50,255 basehttp 18128 6166278144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-21 19:26:03,756 basehttp 18128 6166278144 "GET /en/admin/appointments/waitinglist/ HTTP/1.1" 200 82409 INFO 2025-09-21 19:26:03,769 basehttp 18128 6166278144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-21 19:26:05,462 basehttp 18128 6166278144 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84271 INFO 2025-09-21 19:26:05,477 basehttp 18128 6166278144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-21 19:26:07,682 basehttp 18128 6166278144 "GET /en/admin/appointments/waitinglistcontactlog/ HTTP/1.1" 200 79465 INFO 2025-09-21 19:26:07,696 basehttp 18128 6166278144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-21 19:26:35,040 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:26:44,031 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:27:36,036 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:27:45,029 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:28:37,025 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:28:46,029 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:29:38,035 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:29:47,019 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:30:39,024 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:30:49,013 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:31:40,030 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 19:32:01,698 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:32:01,698 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:32:01,914 basehttp 18128 6166278144 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020423 INFO 2025-09-21 19:32:03,267 basehttp 18128 6166278144 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020423 WARNING 2025-09-21 19:32:03,294 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:32:03,294 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:32:03,439 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:32:03,531 basehttp 18128 6166278144 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020423 INFO 2025-09-21 19:32:33,523 basehttp 18128 6166278144 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020423 INFO 2025-09-21 19:32:34,000 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:33:03,446 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:33:03,530 basehttp 18128 6166278144 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020423 INFO 2025-09-21 19:33:33,540 basehttp 18128 6166278144 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020423 INFO 2025-09-21 19:33:34,014 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:34:03,460 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:34:03,530 basehttp 18128 6183104512 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020423 INFO 2025-09-21 19:34:33,518 basehttp 18128 6183104512 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020423 INFO 2025-09-21 19:35:03,445 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:35:03,518 basehttp 18128 6183104512 "GET /en/inpatients/beds/ HTTP/1.1" 200 1020423 ERROR 2025-09-21 19:35:33,506 log 18128 6183104512 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 180, in translate_token op = OPERATORS[token] ~~~~~~~~~^^^^^^^ KeyError: 'total_beds|div:2' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 961, in do_if condition = TemplateIfParser(parser, bits).parse() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 894, in __init__ super().__init__(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 171, in __init__ mapped_tokens.append(self.translate_token(token)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 182, in translate_token return self.create_var(token) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 897, in create_var return TemplateLiteral(self.template_parser.compile_filter(value), value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'div' ERROR 2025-09-21 19:35:33,514 basehttp 18128 6183104512 "GET /en/inpatients/beds/ HTTP/1.1" 500 311761 INFO 2025-09-21 19:35:34,001 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-21 19:35:35,660 log 18128 6183104512 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 180, in translate_token op = OPERATORS[token] ~~~~~~~~~^^^^^^^ KeyError: 'total_beds|div:2' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 961, in do_if condition = TemplateIfParser(parser, bits).parse() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 894, in __init__ super().__init__(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 171, in __init__ mapped_tokens.append(self.translate_token(token)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 182, in translate_token return self.create_var(token) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 897, in create_var return TemplateLiteral(self.template_parser.compile_filter(value), value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'div' ERROR 2025-09-21 19:35:35,665 basehttp 18128 6183104512 "GET /en/inpatients/beds/ HTTP/1.1" 500 312159 WARNING 2025-09-21 19:35:35,683 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:35:35,684 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:35:53,058 basehttp 18128 6183104512 "GET /en/inpatients/beds/ HTTP/1.1" 200 406379 WARNING 2025-09-21 19:35:53,074 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:35:53,075 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:35:53,154 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:35:53,231 basehttp 18128 6183104512 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 406379 INFO 2025-09-21 19:36:20,440 basehttp 18128 6183104512 "GET /en/inpatients/beds/204/ HTTP/1.1" 200 59568 WARNING 2025-09-21 19:36:20,457 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:36:20,457 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:36:20,510 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 19:36:22,316 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:36:22,316 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-21 19:36:22,328 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:36:22,328 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:36:23,237 basehttp 18128 6183104512 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 406379 INFO 2025-09-21 19:36:23,960 basehttp 18128 6183104512 "GET /en/inpatients/beds/204/edit/ HTTP/1.1" 200 33573 INFO 2025-09-21 19:36:23,977 basehttp 18128 6166278144 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 WARNING 2025-09-21 19:36:23,980 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:36:23,980 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:36:24,028 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 19:36:26,324 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:36:26,324 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-21 19:36:26,339 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:36:26,339 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:36:27,991 basehttp 18128 6183104512 "GET /en/inpatients/discharge/29/ HTTP/1.1" 200 46875 WARNING 2025-09-21 19:36:28,013 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:36:28,013 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:36:28,062 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 19:36:31,676 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:36:31,676 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-21 19:36:31,691 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:36:31,691 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:36:40,790 basehttp 18128 6183104512 "GET /en/inpatients/beds/187/ HTTP/1.1" 200 50799 WARNING 2025-09-21 19:36:40,811 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:36:40,811 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:36:40,860 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 19:36:44,359 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:36:44,360 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-21 19:36:44,369 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:36:44,369 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:36:47,360 basehttp 18128 6183104512 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 48309 WARNING 2025-09-21 19:36:47,379 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:36:47,380 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:36:47,419 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 19:36:50,094 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:36:50,094 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-21 19:36:50,103 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:36:50,103 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:36:53,162 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:36:53,248 basehttp 18128 6183104512 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 406379 INFO 2025-09-21 19:37:23,255 basehttp 18128 6183104512 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 406379 INFO 2025-09-21 19:37:34,003 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:37:37,080 basehttp 18128 6183104512 "GET /en/inpatients/beds/create/ HTTP/1.1" 200 33164 WARNING 2025-09-21 19:37:37,102 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:37:37,102 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:37:37,145 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 19:37:38,939 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:37:38,939 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-21 19:37:38,948 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:37:38,949 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:37:53,156 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:37:53,234 basehttp 18128 6183104512 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 406379 INFO 2025-09-21 19:38:23,247 basehttp 18128 6183104512 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 406380 INFO 2025-09-21 19:38:34,004 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:38:53,163 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:38:53,245 basehttp 18128 6183104512 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 406380 INFO 2025-09-21 19:39:23,263 basehttp 18128 6183104512 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 406380 INFO 2025-09-21 19:39:53,178 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:39:53,246 basehttp 18128 6166278144 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 406380 INFO 2025-09-21 19:40:23,241 basehttp 18128 6166278144 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 406380 INFO 2025-09-21 19:40:34,001 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:40:52,340 basehttp 18128 6166278144 "GET /en/inpatients/beds/ HTTP/1.1" 200 406386 WARNING 2025-09-21 19:40:52,361 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:40:52,361 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:40:52,440 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:40:52,512 basehttp 18128 6166278144 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 406386 INFO 2025-09-21 19:41:22,536 basehttp 18128 6166278144 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 406386 INFO 2025-09-21 19:41:30,375 basehttp 18128 6166278144 "GET /en/inpatients/beds/ HTTP/1.1" 200 406382 WARNING 2025-09-21 19:41:30,392 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:41:30,392 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:41:30,472 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:41:30,549 basehttp 18128 6166278144 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 406382 WARNING 2025-09-21 19:41:40,674 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:41:40,674 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:42:10,695 basehttp 18128 6166278144 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 19:42:33,998 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:42:40,726 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:42:40,729 basehttp 18128 6199930880 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 19:42:40,753 basehttp 18128 6183104512 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-21 19:43:10,694 basehttp 18128 6183104512 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 19:43:40,708 basehttp 18128 6199930880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:43:40,710 basehttp 18128 6166278144 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 19:43:40,734 basehttp 18128 6183104512 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-21 19:43:40,762 basehttp 18128 6166278144 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-21 19:44:10,985 basehttp 18128 6166278144 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 19:44:33,999 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:44:41,000 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:44:41,028 basehttp 18128 6183104512 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-21 19:44:41,987 basehttp 18128 6183104512 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 19:45:34,147 basehttp 18128 6183104512 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 19:45:41,186 basehttp 18128 6183104512 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-21 19:45:42,164 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:45:42,191 basehttp 18128 6166278144 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-21 19:46:34,146 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:46:34,149 basehttp 18128 6183104512 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 19:46:41,141 basehttp 18128 6183104512 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 19:46:43,149 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:46:43,171 basehttp 18128 6166278144 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-21 19:47:34,153 basehttp 18128 6166278144 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 19:47:41,182 basehttp 18128 6166278144 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-21 19:47:44,166 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:47:44,193 basehttp 18128 6183104512 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-21 19:48:34,162 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:48:34,165 basehttp 18128 6166278144 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 19:49:34,182 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:49:34,184 basehttp 18128 6199930880 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 19:49:34,207 basehttp 18128 6183104512 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-21 19:49:41,164 basehttp 18128 6183104512 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-21 19:50:34,142 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:50:34,148 basehttp 18128 6199930880 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 19:51:34,146 basehttp 18128 6199930880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:51:34,162 basehttp 18128 6166278144 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 19:51:34,164 basehttp 18128 6199930880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:51:34,182 basehttp 18128 6183104512 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-21 19:51:41,149 basehttp 18128 6183104512 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 19:51:41,170 basehttp 18128 6199930880 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-21 19:52:34,148 basehttp 18128 6199930880 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 19:53:34,149 basehttp 18128 6199930880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:53:34,169 basehttp 18128 6166278144 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 19:53:34,171 basehttp 18128 6216757248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:53:34,193 basehttp 18128 6183104512 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-21 19:53:41,160 basehttp 18128 6183104512 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-21 19:54:34,165 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:54:34,166 basehttp 18128 6183104512 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 19:55:34,151 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:55:34,159 basehttp 18128 6199930880 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 19:55:34,178 basehttp 18128 6166278144 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-21 19:56:34,156 basehttp 18128 6199930880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:56:34,159 basehttp 18128 6183104512 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 19:56:34,179 basehttp 18128 6166278144 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-21 19:56:41,141 basehttp 18128 6166278144 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 19:57:34,185 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:57:34,188 basehttp 18128 6199930880 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 19:57:34,209 basehttp 18128 6183104512 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-21 19:57:34,211 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:58:34,185 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:58:34,187 basehttp 18128 6199930880 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 19:58:34,210 basehttp 18128 6166278144 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-21 19:59:04,734 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:59:04,753 basehttp 18128 6199930880 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-21 19:59:04,777 basehttp 18128 6166278144 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-21 19:59:06,795 basehttp 18128 6166278144 "GET /en/inpatients/beds/ HTTP/1.1" 200 458208 INFO 2025-09-21 19:59:06,818 basehttp 18128 6183104512 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-21 19:59:06,818 basehttp 18128 6199930880 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 WARNING 2025-09-21 19:59:06,822 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:59:06,822 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:59:06,949 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 19:59:07,031 basehttp 18128 6166278144 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 458208 INFO 2025-09-21 19:59:12,524 basehttp 18128 6166278144 "GET /en/inpatients/beds/196/ HTTP/1.1" 200 50285 WARNING 2025-09-21 19:59:12,544 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:59:12,544 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:59:12,611 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 19:59:13,916 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:59:13,917 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-21 19:59:13,928 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:59:13,929 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:59:37,054 basehttp 18128 6166278144 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 458208 INFO 2025-09-21 19:59:47,557 basehttp 18128 6166278144 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 46565 WARNING 2025-09-21 19:59:47,576 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 19:59:47,577 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 19:59:47,619 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:00:34,225 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:00:47,690 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:01:34,225 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:01:47,704 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:02:20,280 basehttp 18128 6166278144 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 39951 WARNING 2025-09-21 20:02:20,293 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 20:02:20,294 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 20:02:20,337 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:03:20,355 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:03:34,216 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:04:20,346 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:04:34,223 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:05:20,355 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:06:03,621 basehttp 18128 6166278144 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 45524 INFO 2025-09-21 20:06:03,630 basehttp 18128 6166278144 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-09-21 20:06:03,630 basehttp 18128 6183104512 "GET /static/img/user/user-3.jpg HTTP/1.1" 200 4820 WARNING 2025-09-21 20:06:03,636 log 18128 6199930880 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-21 20:06:03,636 basehttp 18128 6166278144 "GET /static/img/user/user-5.jpg HTTP/1.1" 200 2724 WARNING 2025-09-21 20:06:03,636 basehttp 18128 6199930880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 20:06:03,637 basehttp 18128 6183104512 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-21 20:06:03,739 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:06:17,698 basehttp 18128 6183104512 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 45524 WARNING 2025-09-21 20:06:17,713 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 20:06:17,713 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 20:06:17,757 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:06:34,222 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:07:17,780 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:07:34,262 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:07:39,401 basehttp 18128 6183104512 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 45416 WARNING 2025-09-21 20:07:39,413 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 20:07:39,413 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 20:07:39,453 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:07:56,006 basehttp 18128 6183104512 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 46708 WARNING 2025-09-21 20:07:56,018 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 20:07:56,018 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 20:07:56,081 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:08:25,650 basehttp 18128 6183104512 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 47823 WARNING 2025-09-21 20:08:25,665 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 20:08:25,666 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 20:08:25,720 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:08:33,562 basehttp 18128 6183104512 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 47823 WARNING 2025-09-21 20:08:33,579 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 20:08:33,579 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 20:08:33,624 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:09:33,031 basehttp 18128 6183104512 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 47823 WARNING 2025-09-21 20:09:33,047 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 20:09:33,047 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 20:09:33,096 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:09:34,228 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:10:07,458 basehttp 18128 6183104512 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 47821 WARNING 2025-09-21 20:10:07,485 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 20:10:07,485 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 20:10:07,514 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:10:26,379 basehttp 18128 6183104512 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 47821 WARNING 2025-09-21 20:10:26,394 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 20:10:26,394 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 20:10:26,437 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:10:34,243 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:10:53,654 basehttp 18128 6183104512 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 47831 WARNING 2025-09-21 20:10:53,669 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 20:10:53,669 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 20:10:53,721 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:11:10,472 basehttp 18128 6183104512 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 47829 WARNING 2025-09-21 20:11:10,491 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 20:11:10,491 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 20:11:10,530 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:11:43,473 basehttp 18128 6183104512 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 47829 WARNING 2025-09-21 20:11:43,487 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 20:11:43,487 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 20:11:43,553 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 20:12:00,649 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 20:12:00,649 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 20:12:00,825 basehttp 18128 6183104512 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 458244 INFO 2025-09-21 20:12:27,677 basehttp 18128 6183104512 "GET /en/inpatients/beds/196/edit/ HTTP/1.1" 200 33573 WARNING 2025-09-21 20:12:27,694 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 20:12:27,694 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 20:12:27,747 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:12:34,232 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-21 20:12:34,869 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 20:12:34,870 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-21 20:12:34,883 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 20:12:34,884 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 20:12:34,944 basehttp 18128 6183104512 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 458244 INFO 2025-09-21 20:13:00,684 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:13:00,801 basehttp 18128 6183104512 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 458244 INFO 2025-09-21 20:13:23,155 basehttp 18128 6183104512 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 47695 WARNING 2025-09-21 20:13:23,178 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 20:13:23,178 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 20:13:23,220 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:13:28,552 basehttp 18128 6183104512 "POST /en/inpatients/admissions/61/edit/ HTTP/1.1" 200 49523 INFO 2025-09-21 20:13:29,352 basehttp 18128 6183104512 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 47695 WARNING 2025-09-21 20:13:29,369 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 20:13:29,369 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 20:13:29,417 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:13:34,232 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:13:38,833 basehttp 18128 6183104512 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 147223 INFO 2025-09-21 20:13:38,847 basehttp 18128 6183104512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-21 20:13:55,663 basehttp 18128 6183104512 "GET /en/admin/inpatients/dischargesummary/ HTTP/1.1" 200 94826 INFO 2025-09-21 20:13:55,681 basehttp 18128 6183104512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-21 20:14:02,865 basehttp 18128 6183104512 "GET /en/admin/inpatients/dischargesummary/9/change/ HTTP/1.1" 200 154702 INFO 2025-09-21 20:14:02,879 basehttp 18128 6183104512 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-21 20:14:02,881 basehttp 18128 6183104512 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-21 20:14:02,882 basehttp 18128 6233583616 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-21 20:14:02,882 basehttp 18128 6199930880 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-21 20:14:02,882 basehttp 18128 6216757248 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-21 20:14:02,883 basehttp 18128 6199930880 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-21 20:14:02,884 basehttp 18128 6199930880 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-21 20:14:02,885 basehttp 18128 6199930880 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-21 20:14:02,886 basehttp 18128 6166278144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-21 20:14:02,911 basehttp 18128 6199930880 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-09-21 20:14:02,911 basehttp 18128 6166278144 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-21 20:14:16,058 basehttp 18128 6166278144 "GET /en/inpatients/discharges HTTP/1.1" 301 0 INFO 2025-09-21 20:14:16,080 basehttp 18128 6199930880 "GET /en/inpatients/discharges/ HTTP/1.1" 200 46022 WARNING 2025-09-21 20:14:16,095 log 18128 6199930880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-21 20:14:16,095 basehttp 18128 6199930880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-21 20:14:16,112 basehttp 18128 6199930880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:15:16,140 basehttp 18128 6199930880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:15:34,229 basehttp 18128 6199930880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:16:16,127 basehttp 18128 6199930880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:16:34,245 basehttp 18128 6199930880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:17:16,139 basehttp 18128 6199930880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:18:16,142 basehttp 18128 6199930880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:18:34,239 basehttp 18128 6199930880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:19:16,146 basehttp 18128 6199930880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:19:34,244 basehttp 18128 6199930880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:20:16,248 basehttp 18128 6199930880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:21:18,258 basehttp 18128 6199930880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:21:34,253 basehttp 18128 6199930880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:22:34,244 basehttp 18128 6199930880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:23:34,245 basehttp 18128 6199930880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:24:34,251 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:24:34,264 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:26:34,252 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:26:34,258 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:27:34,249 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:28:34,255 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:29:34,252 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:30:34,282 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:30:34,292 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:32:34,295 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:32:34,305 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:34:34,301 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:34:34,309 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:36:34,304 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:36:34,313 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:37:34,290 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:38:34,300 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:38:34,310 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:40:34,298 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:40:34,303 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:42:34,300 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:42:34,314 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:44:34,300 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:44:34,307 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:46:34,284 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:46:34,294 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:48:34,285 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:48:34,295 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:50:34,280 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:50:34,286 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:51:34,291 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:52:34,295 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:52:34,306 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:54:34,301 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:54:34,312 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:56:34,302 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:56:34,311 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:57:34,291 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:58:34,296 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 20:58:34,304 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 21:00:34,298 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 21:00:34,310 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 21:01:34,299 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 21:01:34,311 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 21:03:34,283 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 21:03:34,294 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 21:04:34,278 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 21:05:34,295 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 21:06:34,294 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 21:07:34,289 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 21:07:34,302 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 21:09:34,293 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 21:09:34,301 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 21:11:34,286 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 21:11:34,299 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 21:12:34,285 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 21:13:34,288 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 21:14:34,286 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 21:15:34,286 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 21:15:34,297 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 21:17:34,289 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 21:17:34,301 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 21:18:34,295 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 21:19:34,297 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 21:20:34,290 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 21:21:34,298 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 21:34:21,409 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 21:34:22,389 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 22:12:58,456 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:01:28,811 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:04:52,384 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:05:52,414 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:06:55,770 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:06:55,780 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:12:33,398 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:12:33,409 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:29:55,320 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:30:00,350 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:30:55,360 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:31:00,344 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:31:57,347 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:33:00,344 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:33:00,349 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:34:00,351 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:35:00,353 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:36:00,339 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:37:00,383 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:37:00,397 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:38:00,379 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:39:00,384 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:40:00,382 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:41:00,376 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:41:00,383 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:42:00,387 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:43:00,391 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:44:00,380 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:45:00,386 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:45:00,397 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:47:00,382 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:47:00,394 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:48:00,384 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:49:00,385 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:49:00,394 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:51:00,370 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:51:00,379 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:52:00,345 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:53:00,350 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:54:00,342 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:55:00,340 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:55:00,349 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:57:00,345 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:57:00,356 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:58:00,340 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-21 23:59:00,358 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:00:00,347 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:01:00,372 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:01:00,409 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:03:00,359 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:03:00,368 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:05:00,360 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:05:00,370 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:07:00,246 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:07:00,256 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:08:00,249 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:09:00,250 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:10:00,249 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:11:00,243 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:11:00,248 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:13:00,244 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:13:00,254 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:14:00,253 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:15:00,248 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:15:00,258 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:17:00,244 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:17:00,251 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:19:00,244 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:19:00,254 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:20:00,231 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:21:00,241 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:22:00,301 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:23:00,304 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:24:00,290 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:25:00,293 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:26:00,285 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:27:00,291 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:28:00,288 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:29:00,298 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:29:00,308 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:31:00,285 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:31:00,296 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:32:00,295 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:33:00,284 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:34:00,287 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:35:00,296 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:36:00,285 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:37:00,316 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:38:00,318 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:39:00,318 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:40:00,330 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:41:00,326 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-22 00:43:59,230 log 18128 6166278144 Not Found: /en/inpatients/discharge/335/ WARNING 2025-09-22 00:43:59,231 basehttp 18128 6166278144 "GET /en/inpatients/discharge/335/ HTTP/1.1" 404 25854 WARNING 2025-09-22 00:43:59,250 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:43:59,251 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 00:44:02,181 basehttp 18128 6166278144 "GET /en/inpatients/discharge/5/ HTTP/1.1" 302 0 INFO 2025-09-22 00:44:02,201 basehttp 18128 6166278144 "GET /en/inpatients/admissions/5/ HTTP/1.1" 200 26683 WARNING 2025-09-22 00:44:02,220 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:44:02,220 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 00:44:02,280 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-22 00:44:08,013 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:44:08,013 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-22 00:44:08,858 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:44:08,858 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-22 00:44:08,867 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:44:08,867 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 00:44:14,077 basehttp 18128 6166278144 "GET /en/inpatients/discharges/9/ HTTP/1.1" 200 25757 WARNING 2025-09-22 00:44:14,097 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:44:14,097 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 00:44:14,138 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:44:25,681 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:45:14,139 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:45:25,675 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:45:49,232 basehttp 18128 6166278144 "GET /en/inpatients/discharges/9/ HTTP/1.1" 200 25763 WARNING 2025-09-22 00:45:49,243 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:45:49,244 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 00:45:49,281 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:46:06,063 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-22 00:46:06,069 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:46:06,070 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-22 00:46:06,097 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:46:06,097 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 00:46:08,678 basehttp 18128 6183104512 "GET /en/inpatients/discharges/9/ HTTP/1.1" 200 25763 WARNING 2025-09-22 00:46:08,700 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:46:08,700 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 00:46:08,738 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:46:25,684 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:47:08,748 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:48:08,761 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:48:25,681 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:49:08,770 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:49:25,682 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:49:26,262 basehttp 18128 6166278144 "GET /en/inpatients/discharges/9/ HTTP/1.1" 200 30833 WARNING 2025-09-22 00:49:26,279 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:49:26,279 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 00:49:26,319 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:49:31,839 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-22 00:49:31,844 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:49:31,844 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-22 00:49:31,868 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:49:31,868 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 00:49:33,360 basehttp 18128 6183104512 "GET /en/inpatients/discharges/ HTTP/1.1" 200 46830 WARNING 2025-09-22 00:49:33,376 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:49:33,376 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 00:49:33,423 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:50:25,688 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:50:33,437 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:51:33,432 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:52:25,689 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:52:31,605 basehttp 18128 6183104512 "GET /en/inpatients/discharges/ HTTP/1.1" 200 46830 WARNING 2025-09-22 00:52:31,618 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:52:31,618 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 00:52:31,683 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:52:33,844 basehttp 18128 6183104512 "GET /en/inpatients/discharges/9/ HTTP/1.1" 200 30833 WARNING 2025-09-22 00:52:33,861 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:52:33,861 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 00:52:33,896 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-22 00:52:44,009 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:52:44,009 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-22 00:52:44,039 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:52:44,039 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 00:52:45,298 basehttp 18128 6183104512 "GET /en/inpatients/discharges/9/edit/ HTTP/1.1" 200 33883 WARNING 2025-09-22 00:52:45,315 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:52:45,315 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 00:52:45,366 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-22 00:52:49,190 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:52:49,190 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-22 00:52:49,202 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:52:49,202 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-22 00:52:58,481 log 18128 6183104512 Internal Server Error: /en/inpatients/discharges/9/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'discharge_summary_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/inpatients/discharges/(?P[0-9]+)/\\Z'] ERROR 2025-09-22 00:52:58,483 basehttp 18128 6183104512 "GET /en/inpatients/discharges/9/delete/ HTTP/1.1" 500 164132 WARNING 2025-09-22 00:52:58,501 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:52:58,501 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 00:53:25,676 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-22 00:53:56,582 log 18128 6183104512 Internal Server Error: /en/inpatients/discharges/9/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'discharge_summary_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/inpatients/discharges/(?P[0-9]+)/\\Z'] ERROR 2025-09-22 00:53:56,583 basehttp 18128 6183104512 "GET /en/inpatients/discharges/9/delete/ HTTP/1.1" 500 164269 WARNING 2025-09-22 00:53:56,595 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:53:56,595 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 00:54:22,565 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-22 00:54:22,572 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:54:22,572 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-22 00:54:22,582 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:54:22,582 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-22 00:54:31,684 log 18128 6183104512 Internal Server Error: /en/inpatients/discharges/7/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'discharge_summary_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/inpatients/discharges/(?P[0-9]+)/\\Z'] ERROR 2025-09-22 00:54:31,685 basehttp 18128 6183104512 "GET /en/inpatients/discharges/7/delete/ HTTP/1.1" 500 164104 WARNING 2025-09-22 00:54:31,706 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:54:31,706 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-22 00:54:34,714 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:54:34,714 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-22 00:54:34,737 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:54:34,737 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 00:54:37,918 basehttp 18128 6183104512 "GET /en/inpatients/discharges/7/edit/ HTTP/1.1" 200 33942 WARNING 2025-09-22 00:54:37,937 log 18128 6183104512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:54:37,937 basehttp 18128 6183104512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 00:54:37,979 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:55:25,682 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:55:37,993 basehttp 18128 6183104512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:56:28,544 basehttp 18128 6166278144 "GET /en/inpatients/discharges/7/edit/ HTTP/1.1" 200 35616 WARNING 2025-09-22 00:56:28,559 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:56:28,559 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 00:56:28,604 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:56:42,027 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-22 00:56:42,036 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:56:42,036 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-22 00:56:42,049 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:56:42,049 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-22 00:56:44,042 log 18128 6166278144 Internal Server Error: /en/inpatients/discharges/7/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'discharge_summary_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/inpatients/discharges/(?P[0-9]+)/\\Z'] ERROR 2025-09-22 00:56:44,044 basehttp 18128 6166278144 "GET /en/inpatients/discharges/7/delete/ HTTP/1.1" 500 174881 WARNING 2025-09-22 00:56:44,063 log 18128 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:56:44,063 basehttp 18128 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 00:57:25,704 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:58:25,754 basehttp 18128 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:59:36,939 autoreload 18128 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-22 00:59:37,546 autoreload 24220 8602788160 Watching for file changes with StatReloader INFO 2025-09-22 00:59:39,346 basehttp 24220 12918534144 "GET /en/inpatients/discharges/7/delete/ HTTP/1.1" 200 21712 WARNING 2025-09-22 00:59:39,370 log 24220 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:59:39,370 basehttp 24220 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 00:59:39,405 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 00:59:46,837 basehttp 24220 12918534144 "GET /en/inpatients/discharges/7/delete/ HTTP/1.1" 200 21712 WARNING 2025-09-22 00:59:46,853 log 24220 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 00:59:46,853 basehttp 24220 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 00:59:46,894 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:00:25,704 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:00:28,127 basehttp 24220 12918534144 "GET /en/inpatients/discharges/7/delete/ HTTP/1.1" 200 21715 WARNING 2025-09-22 01:00:28,146 log 24220 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 01:00:28,146 basehttp 24220 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 01:00:28,189 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:00:38,115 basehttp 24220 12918534144 "GET /en/inpatients/discharges/7/ HTTP/1.1" 200 31404 WARNING 2025-09-22 01:00:38,135 log 24220 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 01:00:38,135 basehttp 24220 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 01:00:38,173 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:01:25,708 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:01:28,715 basehttp 24220 12918534144 "GET /en/inpatients/discharges/7/ HTTP/1.1" 200 31410 WARNING 2025-09-22 01:01:28,729 log 24220 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 01:01:28,729 basehttp 24220 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 01:01:28,766 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:02:25,712 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:02:28,779 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:02:43,205 basehttp 24220 12918534144 "GET /en/inpatients/discharges/7/ HTTP/1.1" 200 31439 WARNING 2025-09-22 01:02:43,219 log 24220 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 01:02:43,219 basehttp 24220 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 01:02:43,259 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:02:56,284 basehttp 24220 12918534144 "GET /en/inpatients/discharges/7/delete/ HTTP/1.1" 200 21715 WARNING 2025-09-22 01:02:56,308 log 24220 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 01:02:56,308 basehttp 24220 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 01:02:56,364 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:02:57,791 basehttp 24220 12918534144 "GET /en/inpatients/discharges/7/ HTTP/1.1" 200 31439 WARNING 2025-09-22 01:02:57,813 log 24220 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 01:02:57,813 basehttp 24220 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 01:02:57,855 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-22 01:02:59,289 log 24220 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 01:02:59,289 basehttp 24220 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-22 01:02:59,301 log 24220 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 01:02:59,302 basehttp 24220 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-22 01:03:00,079 log 24220 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 01:03:00,079 basehttp 24220 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-22 01:03:00,089 log 24220 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 01:03:00,090 basehttp 24220 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 01:03:00,854 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-22 01:03:00,858 log 24220 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 01:03:00,858 basehttp 24220 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-22 01:03:00,873 log 24220 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 01:03:00,873 basehttp 24220 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 01:03:01,539 basehttp 24220 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-22 01:03:01,544 log 24220 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 01:03:01,544 basehttp 24220 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-22 01:03:01,559 log 24220 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 01:03:01,559 basehttp 24220 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 01:03:03,319 basehttp 24220 12918534144 "GET /en/inpatients/discharges/ HTTP/1.1" 200 46830 WARNING 2025-09-22 01:03:03,334 log 24220 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 01:03:03,335 basehttp 24220 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 01:03:03,380 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:03:55,948 basehttp 24220 12918534144 "GET /en/inpatients/discharges/ HTTP/1.1" 200 46830 WARNING 2025-09-22 01:03:55,963 log 24220 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 01:03:55,963 basehttp 24220 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 01:03:56,006 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-22 01:04:03,583 log 24220 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 01:04:03,584 basehttp 24220 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 01:04:25,714 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:05:03,645 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:05:25,708 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:06:03,647 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:07:03,650 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:07:06,793 basehttp 24220 12918534144 "GET / HTTP/1.1" 302 0 INFO 2025-09-22 01:07:06,817 basehttp 24220 12935360512 "GET /en/ HTTP/1.1" 200 48315 WARNING 2025-09-22 01:07:06,838 log 24220 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 01:07:06,839 basehttp 24220 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 01:07:06,909 basehttp 24220 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:07:06,913 basehttp 24220 12969013248 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1094 INFO 2025-09-22 01:07:06,915 basehttp 24220 12952186880 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-22 01:07:06,915 basehttp 24220 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-22 01:07:12,743 basehttp 24220 12918534144 "GET /en/billing/bills/create/ HTTP/1.1" 200 137472 WARNING 2025-09-22 01:07:12,766 log 24220 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 01:07:12,767 basehttp 24220 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 01:07:12,796 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:07:25,710 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:08:12,809 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:08:25,715 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:09:12,811 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:09:25,714 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:10:12,817 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-22 01:10:22,333 log 24220 12918534144 Internal Server Error: /en/billing/bills/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 182, in post return super().post(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 151, in post return self.form_valid(form) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py", line 225, in form_valid form.instance.bill_number = form.instance.generate_bill_number() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'MedicalBill' object has no attribute 'generate_bill_number' ERROR 2025-09-22 01:10:22,337 basehttp 24220 12918534144 "POST /en/billing/bills/create/ HTTP/1.1" 500 99319 ERROR 2025-09-22 01:10:25,914 log 24220 12918534144 Internal Server Error: /en/billing/bills/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 182, in post return super().post(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 151, in post return self.form_valid(form) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py", line 225, in form_valid form.instance.bill_number = form.instance.generate_bill_number() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'MedicalBill' object has no attribute 'generate_bill_number' ERROR 2025-09-22 01:10:25,918 basehttp 24220 12918534144 "POST /en/billing/bills/create/ HTTP/1.1" 500 99312 ERROR 2025-09-22 01:10:28,352 log 24220 12918534144 Internal Server Error: /en/billing/bills/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 182, in post return super().post(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 151, in post return self.form_valid(form) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py", line 225, in form_valid form.instance.bill_number = form.instance.generate_bill_number() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'MedicalBill' object has no attribute 'generate_bill_number' ERROR 2025-09-22 01:10:28,356 basehttp 24220 12918534144 "POST /en/billing/bills/create/ HTTP/1.1" 500 99317 INFO 2025-09-22 01:11:12,822 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:11:25,711 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:12:12,825 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:12:25,719 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:13:12,831 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:13:25,721 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:14:12,834 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:15:12,828 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:15:25,716 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:16:12,842 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:16:25,717 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:17:12,844 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:18:12,840 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:18:25,715 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:19:12,850 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:19:25,719 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:20:12,847 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:21:12,856 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:21:25,718 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:22:12,859 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:23:12,862 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:23:25,711 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:24:12,865 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:24:25,720 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:25:12,858 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:26:12,872 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:26:25,710 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:27:12,871 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:27:25,710 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:28:12,872 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:28:25,714 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:29:12,883 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:29:25,720 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:30:12,885 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:31:12,881 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:31:25,717 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:32:12,889 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:32:25,720 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:33:13,726 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:34:25,713 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:34:25,722 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:35:25,706 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:36:25,719 basehttp 24220 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 01:36:25,731 basehttp 24220 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 02:19:13,492 autoreload 62303 8602788160 Watching for file changes with StatReloader INFO 2025-09-22 02:22:10,228 autoreload 63775 8602788160 Watching for file changes with StatReloader INFO 2025-09-22 02:22:13,735 basehttp 63775 6137999360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 02:22:14,653 basehttp 63775 6137999360 "GET /en/billing/bills/create/ HTTP/1.1" 200 137643 WARNING 2025-09-22 02:22:14,676 log 63775 6137999360 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 02:22:14,677 basehttp 63775 6137999360 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 02:22:14,771 basehttp 63775 6137999360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 02:22:16,348 basehttp 63775 6137999360 "GET / HTTP/1.1" 302 0 INFO 2025-09-22 02:22:16,373 basehttp 63775 6154825728 "GET /en/ HTTP/1.1" 200 48475 WARNING 2025-09-22 02:22:16,394 log 63775 6154825728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 02:22:16,394 basehttp 63775 6154825728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 02:22:16,482 basehttp 63775 6154825728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 02:22:16,488 basehttp 63775 6171652096 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-22 02:22:16,488 basehttp 63775 13304360960 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1094 INFO 2025-09-22 02:22:16,490 basehttp 63775 6137999360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-22 02:22:18,530 basehttp 63775 6137999360 "GET /en/ HTTP/1.1" 200 48475 WARNING 2025-09-22 02:22:18,546 log 63775 6137999360 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-22 02:22:18,546 basehttp 63775 6137999360 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-22 02:22:18,617 basehttp 63775 6171652096 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-22 02:22:18,617 basehttp 63775 6137999360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 02:22:18,618 basehttp 63775 6154825728 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1094 INFO 2025-09-22 02:22:18,620 basehttp 63775 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-22 02:22:25,502 basehttp 63775 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-22 02:22:48,599 basehttp 63775 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-23 12:44:06,010 autoreload 95135 8602788160 Watching for file changes with StatReloader INFO 2025-09-23 12:44:08,144 basehttp 95135 6162395136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-23 12:44:09,287 basehttp 95135 6162395136 "GET /en/ HTTP/1.1" 200 48471 INFO 2025-09-23 12:44:09,303 basehttp 95135 6162395136 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 WARNING 2025-09-23 12:44:09,316 log 95135 6162395136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:44:09,316 basehttp 95135 6162395136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 12:44:09,401 basehttp 95135 6162395136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-23 12:44:09,404 basehttp 95135 6196047872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-23 12:44:09,404 basehttp 95135 6212874240 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1094 INFO 2025-09-23 12:44:09,406 basehttp 95135 6179221504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-23 12:44:14,220 basehttp 95135 6179221504 "GET /en/inpatients/ HTTP/1.1" 200 59191 WARNING 2025-09-23 12:44:14,237 log 95135 6179221504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:44:14,238 basehttp 95135 6179221504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 12:44:14,323 basehttp 95135 6179221504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-23 12:44:14,324 basehttp 95135 6212874240 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-23 12:44:14,344 basehttp 95135 6196047872 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-23 12:44:18,785 basehttp 95135 6196047872 "GET /en/inpatients/transfers/ HTTP/1.1" 200 99011 WARNING 2025-09-23 12:44:18,807 log 95135 6196047872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:44:18,808 basehttp 95135 6196047872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 12:44:18,853 basehttp 95135 6196047872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-23 12:44:21,713 log 95135 6196047872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:44:21,713 basehttp 95135 6196047872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 12:44:21,726 log 95135 6196047872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:44:21,726 basehttp 95135 6196047872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 12:44:23,259 basehttp 95135 6196047872 "GET /en/inpatients/beds/ HTTP/1.1" 200 457068 WARNING 2025-09-23 12:44:23,288 log 95135 6196047872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:44:23,289 basehttp 95135 6196047872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 12:44:23,309 basehttp 95135 6196047872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-23 12:44:23,310 basehttp 95135 6212874240 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-09-23 12:44:23,440 basehttp 95135 6212874240 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 457068 INFO 2025-09-23 12:44:29,578 basehttp 95135 6212874240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-23 12:44:30,578 basehttp 95135 6212874240 "GET /en/inpatients/beds/198/ HTTP/1.1" 200 49169 WARNING 2025-09-23 12:44:30,602 log 95135 6212874240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:44:30,602 basehttp 95135 6212874240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 12:44:30,637 basehttp 95135 6212874240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-23 12:44:33,771 basehttp 95135 6212874240 "GET /en/inpatients/beds/198/refresh-history/ HTTP/1.1" 200 205 WARNING 2025-09-23 12:44:35,924 log 95135 6212874240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:44:35,924 basehttp 95135 6212874240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 12:44:35,958 log 95135 6212874240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:44:35,959 basehttp 95135 6212874240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 12:44:37,864 basehttp 95135 6212874240 "GET /en/inpatients/beds/202/ HTTP/1.1" 200 49681 WARNING 2025-09-23 12:44:37,888 log 95135 6212874240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:44:37,888 basehttp 95135 6212874240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 12:44:37,939 basehttp 95135 6212874240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-23 12:44:41,341 log 95135 6212874240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:44:41,342 basehttp 95135 6212874240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 12:44:41,353 log 95135 6212874240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:44:41,353 basehttp 95135 6212874240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 12:44:43,811 basehttp 95135 6212874240 "GET /en/inpatients/beds/200/edit/ HTTP/1.1" 200 33744 WARNING 2025-09-23 12:44:43,836 log 95135 6212874240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:44:43,837 basehttp 95135 6212874240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 12:44:43,876 basehttp 95135 6212874240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-23 12:44:48,772 log 95135 6212874240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:44:48,772 basehttp 95135 6212874240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 12:44:48,781 log 95135 6212874240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:44:48,782 basehttp 95135 6212874240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 12:44:50,339 basehttp 95135 6212874240 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 WARNING 2025-09-23 12:44:50,349 log 95135 6212874240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:44:50,350 basehttp 95135 6212874240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 12:44:50,364 log 95135 6212874240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:44:50,364 basehttp 95135 6212874240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 12:44:55,489 basehttp 95135 6212874240 "GET /en/inpatients/wards/ HTTP/1.1" 200 47384 WARNING 2025-09-23 12:44:55,511 log 95135 6212874240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:44:55,511 basehttp 95135 6212874240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 12:44:55,553 basehttp 95135 6212874240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-23 12:44:57,915 basehttp 95135 6212874240 "GET /en/inpatients/beds/?ward=6 HTTP/1.1" 200 457068 WARNING 2025-09-23 12:44:57,935 log 95135 6212874240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:44:57,935 basehttp 95135 6212874240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 12:44:58,010 basehttp 95135 6212874240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-23 12:44:58,012 basehttp 95135 6196047872 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-09-23 12:44:58,115 basehttp 95135 6196047872 "GET /en/inpatients/beds/?ward=6&action=update_status HTTP/1.1" 200 457068 WARNING 2025-09-23 12:44:59,797 log 95135 6196047872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:44:59,797 basehttp 95135 6196047872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 12:44:59,811 log 95135 6196047872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:44:59,811 basehttp 95135 6196047872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 12:45:01,119 basehttp 95135 6196047872 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62843 WARNING 2025-09-23 12:45:01,141 log 95135 6196047872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:45:01,141 basehttp 95135 6196047872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 12:45:01,184 basehttp 95135 6196047872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-23 12:45:07,699 log 95135 6196047872 Internal Server Error: /en/inpatients/beds/198/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1625, in bed_details context['bed_stats'] = { ^^^^^^^ NameError: name 'context' is not defined ERROR 2025-09-23 12:45:07,700 basehttp 95135 6196047872 "GET /en/inpatients/beds/198/details/ HTTP/1.1" 500 73352 INFO 2025-09-23 12:45:26,630 basehttp 95135 6196047872 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62843 WARNING 2025-09-23 12:45:26,651 log 95135 6196047872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:45:26,651 basehttp 95135 6196047872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 12:45:26,694 basehttp 95135 6196047872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-23 12:45:29,583 basehttp 95135 6196047872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-23 12:45:34,380 basehttp 95135 6196047872 "GET /en/inpatients/transfer/29/ HTTP/1.1" 200 10461 INFO 2025-09-23 12:45:38,157 basehttp 95135 6196047872 "GET /en/inpatients/admissions/29/ HTTP/1.1" 200 28984 WARNING 2025-09-23 12:45:38,181 log 95135 6196047872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:45:38,181 basehttp 95135 6196047872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 12:45:38,220 basehttp 95135 6196047872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-23 12:45:40,491 log 95135 6196047872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:45:40,491 basehttp 95135 6196047872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 12:45:40,506 log 95135 6196047872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:45:40,506 basehttp 95135 6196047872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 12:45:42,167 basehttp 95135 6196047872 "GET /en/inpatients/discharge/29/ HTTP/1.1" 200 48084 WARNING 2025-09-23 12:45:42,192 log 95135 6196047872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:45:42,193 basehttp 95135 6196047872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 12:45:42,237 basehttp 95135 6196047872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-23 12:45:55,605 log 95135 6196047872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:45:55,606 basehttp 95135 6196047872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 12:45:55,620 log 95135 6196047872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:45:55,620 basehttp 95135 6196047872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 12:46:26,706 basehttp 95135 6196047872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-23 12:46:32,034 basehttp 95135 6196047872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-23 12:46:32,049 log 95135 6196047872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:46:32,049 basehttp 95135 6196047872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 12:46:32,059 log 95135 6196047872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:46:32,060 basehttp 95135 6196047872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 12:46:33,536 log 95135 6162395136 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-23 12:46:33,537 basehttp 95135 6196047872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-23 12:46:33,537 basehttp 95135 6162395136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 12:46:33,539 basehttp 95135 6179221504 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-23 12:46:33,564 basehttp 95135 6212874240 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 WARNING 2025-09-23 12:46:33,566 log 95135 6179221504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 12:46:33,566 basehttp 95135 6179221504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 12:46:33,590 basehttp 95135 6162395136 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-23 15:19:27,327 autoreload 6293 8602788160 Watching for file changes with StatReloader INFO 2025-09-23 15:19:29,998 basehttp 6293 6127185920 "GET /en/inpatients/ HTTP/1.1" 200 59191 WARNING 2025-09-23 15:19:30,022 log 6293 6127185920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 15:19:30,022 basehttp 6293 6127185920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 15:19:30,096 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:19:30,099 basehttp 6293 6144012288 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-23 15:19:30,134 basehttp 6293 6160838656 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-23 15:19:33,345 basehttp 6293 6160838656 "GET /en/inpatients/surgery/ HTTP/1.1" 200 94233 WARNING 2025-09-23 15:19:33,368 log 6293 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 15:19:33,369 basehttp 6293 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 15:19:33,437 basehttp 6293 6160838656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-23 15:19:39,322 log 6293 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 15:19:39,323 basehttp 6293 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 15:19:39,335 log 6293 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 15:19:39,336 basehttp 6293 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 15:19:42,457 log 6293 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 15:19:42,458 basehttp 6293 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 15:19:46,248 basehttp 6293 6160838656 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-09-23 15:19:46,287 basehttp 6293 6144012288 "GET /en/emr/ HTTP/1.1" 200 70577 WARNING 2025-09-23 15:19:46,316 log 6293 6144012288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 15:19:46,316 basehttp 6293 6144012288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 15:19:46,326 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:19:46,332 basehttp 6293 6160838656 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:20:16,344 basehttp 6293 6127185920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:20:24,852 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:20:46,342 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:20:46,351 basehttp 6293 6144012288 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:21:16,349 basehttp 6293 6144012288 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:21:46,347 basehttp 6293 6144012288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:21:46,355 basehttp 6293 6127185920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:22:16,355 basehttp 6293 6127185920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:22:24,851 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:22:46,341 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:22:46,357 basehttp 6293 6144012288 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:23:16,359 basehttp 6293 6144012288 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:23:24,853 basehttp 6293 6144012288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:23:46,346 basehttp 6293 6144012288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:23:46,357 basehttp 6293 6127185920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:24:16,364 basehttp 6293 6127185920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:24:46,345 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:24:46,358 basehttp 6293 6144012288 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:25:16,367 basehttp 6293 6144012288 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:25:24,851 basehttp 6293 6144012288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:25:46,367 basehttp 6293 6144012288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:25:46,378 basehttp 6293 6127185920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:26:16,377 basehttp 6293 6127185920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:26:24,865 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:26:46,368 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:26:46,379 basehttp 6293 6144012288 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:27:16,385 basehttp 6293 6144012288 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:27:46,350 basehttp 6293 6144012288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:27:46,374 basehttp 6293 6144012288 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:28:16,392 basehttp 6293 6144012288 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:28:24,851 basehttp 6293 6144012288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:28:46,362 basehttp 6293 6144012288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:28:46,386 basehttp 6293 6144012288 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:29:16,409 basehttp 6293 6144012288 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:29:24,855 basehttp 6293 6144012288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:29:46,363 basehttp 6293 6144012288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:29:46,393 basehttp 6293 6144012288 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:30:17,000 basehttp 6293 6127185920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:30:46,972 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:30:47,969 basehttp 6293 6127185920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:31:24,981 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:31:24,992 basehttp 6293 6144012288 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:32:24,986 basehttp 6293 6144012288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:32:24,997 basehttp 6293 6127185920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:32:24,999 basehttp 6293 6160838656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:41:16,283 basehttp 6293 6160838656 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:41:18,783 basehttp 6293 6160838656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:41:46,269 basehttp 6293 6127185920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:42:16,267 basehttp 6293 6127185920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:42:18,737 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:42:18,749 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:42:46,286 basehttp 6293 6127185920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:43:16,287 basehttp 6293 6127185920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:43:18,747 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:43:18,758 basehttp 6293 6144012288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:43:46,291 basehttp 6293 6144012288 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:44:16,295 basehttp 6293 6144012288 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:44:18,753 basehttp 6293 6144012288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:44:18,762 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:44:46,298 basehttp 6293 6127185920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:45:16,303 basehttp 6293 6127185920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:45:18,771 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:45:46,294 basehttp 6293 6127185920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:46:16,299 basehttp 6293 6127185920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:46:18,730 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:46:18,751 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:46:46,299 basehttp 6293 6127185920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:47:16,302 basehttp 6293 6127185920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:47:18,736 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:47:18,753 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:47:46,304 basehttp 6293 6127185920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:48:16,313 basehttp 6293 6127185920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:48:18,738 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:48:18,756 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:48:46,309 basehttp 6293 6127185920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:49:16,311 basehttp 6293 6127185920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:49:18,759 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:49:46,319 basehttp 6293 6127185920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:50:16,308 basehttp 6293 6127185920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:50:18,736 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:50:18,761 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:50:25,654 basehttp 6293 6127185920 "GET /en/emr/vital-signs-chart/2/ HTTP/1.1" 200 33120 WARNING 2025-09-23 15:50:25,675 log 6293 6127185920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 15:50:25,675 basehttp 6293 6127185920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 15:51:18,747 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:52:03,868 basehttp 6293 6144012288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-23 15:52:03,873 log 6293 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 15:52:03,873 basehttp 6293 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 15:52:03,889 log 6293 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 15:52:03,890 basehttp 6293 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 15:52:03,890 basehttp 6293 6127185920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 15:52:07,907 basehttp 6293 6160838656 "GET /en/emr/encounters/1038/ HTTP/1.1" 200 39289 INFO 2025-09-23 15:52:07,924 basehttp 6293 6160838656 "GET /static/plugins/lity/dist/lity.min.css HTTP/1.1" 200 3383 INFO 2025-09-23 15:52:07,924 basehttp 6293 6144012288 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-23 15:52:07,925 basehttp 6293 13455405056 "GET /static/plugins/lity/dist/lity.min.js HTTP/1.1" 200 6639 INFO 2025-09-23 15:52:07,926 basehttp 6293 6127185920 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 WARNING 2025-09-23 15:52:07,930 log 6293 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 15:52:07,930 basehttp 6293 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 15:52:08,008 basehttp 6293 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:52:42,672 basehttp 6293 13438578688 "GET /en/emr/notes/create/1038/ HTTP/1.1" 200 44321 WARNING 2025-09-23 15:52:42,695 log 6293 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 15:52:42,695 basehttp 6293 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 15:52:42,754 basehttp 6293 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:53:18,739 basehttp 6293 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:53:42,780 basehttp 6293 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:54:18,740 basehttp 6293 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:54:42,774 basehttp 6293 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:55:42,778 basehttp 6293 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:56:18,740 basehttp 6293 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:56:42,778 basehttp 6293 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:56:52,007 basehttp 6293 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-23 15:56:52,021 log 6293 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 15:56:52,021 basehttp 6293 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 15:56:52,037 log 6293 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 15:56:52,037 basehttp 6293 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 15:56:55,267 basehttp 6293 13438578688 "GET /en/emr/vital-signs/2087/ HTTP/1.1" 200 40100 WARNING 2025-09-23 15:56:55,289 log 6293 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 15:56:55,289 basehttp 6293 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 15:56:55,341 basehttp 6293 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:56:55,360 basehttp 6293 6127185920 "GET /en/emr/vital-signs-chart/10/ HTTP/1.1" 200 33089 INFO 2025-09-23 15:57:18,743 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:57:55,337 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-23 15:58:55,349 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 15:58:59,130 basehttp 6293 6127185920 "GET /en/emr/vital-signs/2087/ HTTP/1.1" 200 40676 WARNING 2025-09-23 15:58:59,147 log 6293 6127185920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 15:58:59,147 basehttp 6293 6127185920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 15:58:59,195 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 15:58:59,211 basehttp 6293 6144012288 "GET /en/emr/vital-signs-chart/10/ HTTP/1.1" 200 33089 INFO 2025-09-23 15:59:18,738 basehttp 6293 6144012288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 15:59:59,201 basehttp 6293 6144012288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:00:02,310 basehttp 6293 6144012288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-23 16:00:02,321 log 6293 6144012288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:00:02,321 basehttp 6293 6144012288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 16:00:02,336 log 6293 6144012288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:00:02,336 basehttp 6293 6144012288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:00:18,742 basehttp 6293 6144012288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-23 16:00:20,716 log 6293 6144012288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:00:20,716 basehttp 6293 6144012288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 16:00:20,729 log 6293 6144012288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:00:20,733 basehttp 6293 6144012288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 16:00:31,424 log 6293 6144012288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:00:31,425 basehttp 6293 6144012288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 16:00:31,435 log 6293 6144012288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:00:31,435 basehttp 6293 6144012288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:00:32,128 basehttp 6293 6127185920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-23 16:00:32,130 log 6293 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:00:32,131 basehttp 6293 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:00:32,141 basehttp 6293 6144012288 "GET /en/emr/stats/ HTTP/1.1" 200 2966 WARNING 2025-09-23 16:00:32,146 log 6293 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:00:32,146 basehttp 6293 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:00:43,461 basehttp 6293 6160838656 "GET /en/emr/problems/ HTTP/1.1" 200 91801 WARNING 2025-09-23 16:00:43,484 log 6293 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:00:43,484 basehttp 6293 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:00:43,535 basehttp 6293 6160838656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-23 16:00:53,371 log 6293 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:00:53,371 basehttp 6293 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 16:00:53,387 log 6293 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:00:53,387 basehttp 6293 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:00:54,946 basehttp 6293 6160838656 "GET /en/emr/notes/ HTTP/1.1" 200 97982 WARNING 2025-09-23 16:00:54,971 log 6293 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:00:54,971 basehttp 6293 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:00:55,013 basehttp 6293 6160838656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:01:18,749 basehttp 6293 6160838656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-23 16:01:33,811 log 6293 6160838656 Not Found: /en/emr/templates WARNING 2025-09-23 16:01:33,812 basehttp 6293 6160838656 "GET /en/emr/templates HTTP/1.1" 404 37334 WARNING 2025-09-23 16:01:33,837 log 6293 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:01:33,837 basehttp 6293 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:03:18,790 basehttp 6293 6160838656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:05:18,730 basehttp 6293 6160838656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:06:18,729 basehttp 6293 6160838656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:07:18,728 basehttp 6293 6160838656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:07:33,281 autoreload 6293 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-09-23 16:07:33,890 autoreload 25435 8602788160 Watching for file changes with StatReloader INFO 2025-09-23 16:07:35,166 basehttp 25435 6158364672 "GET /en/emr/templates HTTP/1.1" 301 0 ERROR 2025-09-23 16:07:35,245 log 25435 6325039104 Internal Server Error: /en/emr/templates/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard' not found. 'dashboard' is not a valid view function or pattern name. ERROR 2025-09-23 16:07:35,249 basehttp 25435 6325039104 "GET /en/emr/templates/ HTTP/1.1" 500 168528 WARNING 2025-09-23 16:07:35,268 log 25435 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:07:35,268 basehttp 25435 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-23 16:08:03,236 log 25435 6325039104 Internal Server Error: /en/emr/templates/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'note_template_duplicate' not found. 'note_template_duplicate' is not a valid view function or pattern name. ERROR 2025-09-23 16:08:03,238 basehttp 25435 6325039104 "GET /en/emr/templates/ HTTP/1.1" 500 187360 WARNING 2025-09-23 16:08:03,252 log 25435 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:08:03,253 basehttp 25435 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-23 16:08:28,057 log 25435 6325039104 Internal Server Error: /en/emr/templates/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'note_template_duplicate' not found. 'note_template_duplicate' is not a valid view function or pattern name. ERROR 2025-09-23 16:08:28,058 basehttp 25435 6325039104 "GET /en/emr/templates/ HTTP/1.1" 500 186257 WARNING 2025-09-23 16:08:28,073 log 25435 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:08:28,074 basehttp 25435 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:08:46,510 basehttp 25435 6325039104 "GET /en/emr/templates/ HTTP/1.1" 200 59843 INFO 2025-09-23 16:08:46,520 basehttp 25435 6325039104 "GET /static/plugins/bootstrap-icons/font/bootstrap-icons.css HTTP/1.1" 200 98255 WARNING 2025-09-23 16:08:46,526 log 25435 6158364672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:08:46,526 basehttp 25435 6158364672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:08:46,577 basehttp 25435 6158364672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-23 16:09:04,818 log 25435 6158364672 Internal Server Error: /en/emr/templates/2/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard' not found. 'dashboard' is not a valid view function or pattern name. ERROR 2025-09-23 16:09:04,820 basehttp 25435 6158364672 "GET /en/emr/templates/2/ HTTP/1.1" 500 168828 WARNING 2025-09-23 16:09:04,842 log 25435 6158364672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:09:04,842 basehttp 25435 6158364672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:09:18,731 basehttp 25435 6158364672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-23 16:09:24,287 log 25435 6158364672 Internal Server Error: /en/emr/templates/2/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'clinical_note_create' with no arguments not found. 1 pattern(s) tried: ['en/emr/notes/create/(?P[0-9]+)/\\Z'] ERROR 2025-09-23 16:09:24,289 basehttp 25435 6158364672 "GET /en/emr/templates/2/ HTTP/1.1" 500 170733 WARNING 2025-09-23 16:09:24,306 log 25435 6158364672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:09:24,307 basehttp 25435 6158364672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-23 16:10:07,141 log 25435 6158364672 Internal Server Error: /en/emr/templates/2/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'note_template_duplicate' not found. 'note_template_duplicate' is not a valid view function or pattern name. ERROR 2025-09-23 16:10:07,143 basehttp 25435 6158364672 "GET /en/emr/templates/2/ HTTP/1.1" 500 169230 WARNING 2025-09-23 16:10:07,162 log 25435 6158364672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:10:07,162 basehttp 25435 6158364672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:10:17,384 basehttp 25435 6158364672 "GET /en/emr/templates/2/ HTTP/1.1" 200 42349 INFO 2025-09-23 16:10:17,395 basehttp 25435 6158364672 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 WARNING 2025-09-23 16:10:17,401 log 25435 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:10:17,401 basehttp 25435 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:10:17,429 basehttp 25435 6325039104 "GET /static/plugins/bootstrap-icons/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6 HTTP/1.1" 200 130396 INFO 2025-09-23 16:10:17,443 basehttp 25435 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:10:18,727 basehttp 25435 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:10:31,842 basehttp 25435 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-23 16:10:31,853 log 25435 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:10:31,853 basehttp 25435 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 16:10:31,889 log 25435 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:10:31,889 basehttp 25435 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:10:36,972 basehttp 25435 6325039104 "GET /en/emr/templates/2/ HTTP/1.1" 200 42349 WARNING 2025-09-23 16:10:36,993 log 25435 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:10:36,993 basehttp 25435 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:10:37,046 basehttp 25435 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-23 16:10:59,751 log 25435 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:10:59,752 basehttp 25435 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 16:10:59,764 log 25435 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:10:59,764 basehttp 25435 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:11:18,740 basehttp 25435 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-23 16:11:20,016 log 25435 6325039104 Internal Server Error: /en/emr/templates/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py", line 437, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-09-23 16:11:20,017 basehttp 25435 6325039104 "GET /en/emr/templates/create/ HTTP/1.1" 500 99357 WARNING 2025-09-23 16:11:20,042 log 25435 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:11:20,042 basehttp 25435 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:13:05,413 autoreload 25435 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-23 16:13:05,922 autoreload 28080 8602788160 Watching for file changes with StatReloader ERROR 2025-09-23 16:13:07,301 log 28080 6129283072 Internal Server Error: /en/emr/templates/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard' not found. 'dashboard' is not a valid view function or pattern name. ERROR 2025-09-23 16:13:07,325 basehttp 28080 6129283072 "GET /en/emr/templates/create/ HTTP/1.1" 500 171820 WARNING 2025-09-23 16:13:07,405 log 28080 6129283072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:13:07,405 basehttp 28080 6129283072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-23 16:13:08,759 log 28080 6129283072 Internal Server Error: /en/emr/templates/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard' not found. 'dashboard' is not a valid view function or pattern name. ERROR 2025-09-23 16:13:08,760 basehttp 28080 6129283072 "GET /en/emr/templates/create/ HTTP/1.1" 500 171820 WARNING 2025-09-23 16:13:08,774 log 28080 6129283072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:13:08,774 basehttp 28080 6129283072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:13:18,737 basehttp 28080 6129283072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:13:26,524 basehttp 28080 6129283072 "GET /en/emr/templates/create/ HTTP/1.1" 200 41604 WARNING 2025-09-23 16:13:26,537 basehttp 28080 13304360960 "GET /static/plugins/sortablejs/Sortable.min.js HTTP/1.1" 404 2029 WARNING 2025-09-23 16:13:26,542 log 28080 6146109440 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-23 16:13:26,542 basehttp 28080 6129283072 "GET /static/plugins/summernote/dist/summernote-bs5.css HTTP/1.1" 200 23658 WARNING 2025-09-23 16:13:26,543 basehttp 28080 6146109440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:13:26,544 basehttp 28080 6162935808 "GET /static/plugins/summernote/dist/summernote-bs5.min.js HTTP/1.1" 200 173042 INFO 2025-09-23 16:13:26,575 basehttp 28080 6162935808 "GET /static/plugins/summernote/dist/summernote-bs5.css.map HTTP/1.1" 200 28726 INFO 2025-09-23 16:13:26,631 basehttp 28080 6162935808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:14:18,748 basehttp 28080 6162935808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:14:26,615 basehttp 28080 6162935808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:15:18,736 basehttp 28080 6162935808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:15:25,433 autoreload 28080 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-23 16:15:26,098 autoreload 29264 8602788160 Watching for file changes with StatReloader WARNING 2025-09-23 16:15:26,963 log 29264 6146142208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:15:26,968 basehttp 29264 6146142208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:15:27,012 basehttp 29264 6129315840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-23 16:15:27,015 log 29264 6146142208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:15:27,015 basehttp 29264 6146142208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:15:28,824 basehttp 29264 6146142208 "GET /en/emr/templates/create/ HTTP/1.1" 200 41715 WARNING 2025-09-23 16:15:28,832 basehttp 29264 6146142208 "GET /static/plugins/sortablejs/Sortable.min.js HTTP/1.1" 404 2029 WARNING 2025-09-23 16:15:28,844 log 29264 6129315840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:15:28,844 basehttp 29264 6129315840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:15:28,893 basehttp 29264 6129315840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:16:28,819 basehttp 29264 6129315840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:16:29,048 basehttp 29264 6129315840 "GET /en/emr/templates/create/ HTTP/1.1" 200 41862 WARNING 2025-09-23 16:16:29,057 basehttp 29264 6129315840 "GET /static/plugins/sortablejs/Sortable.min.js HTTP/1.1" 404 2029 WARNING 2025-09-23 16:16:29,068 log 29264 6146142208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:16:29,068 basehttp 29264 6146142208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:16:29,112 basehttp 29264 6146142208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:16:59,762 autoreload 29264 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-23 16:17:00,364 autoreload 29952 8602788160 Watching for file changes with StatReloader INFO 2025-09-23 16:17:00,825 basehttp 29952 6194212864 "GET /en/emr/templates/create/ HTTP/1.1" 200 41899 WARNING 2025-09-23 16:17:00,832 basehttp 29952 6194212864 "GET /static/plugins/sortablejs/Sortable.min.js HTTP/1.1" 404 2029 WARNING 2025-09-23 16:17:00,841 log 29952 6211039232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:17:00,841 basehttp 29952 6211039232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:17:00,897 basehttp 29952 6211039232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:17:18,657 basehttp 29952 6211039232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:17:44,268 autoreload 29952 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-23 16:17:44,682 autoreload 30376 8602788160 Watching for file changes with StatReloader INFO 2025-09-23 16:18:06,016 autoreload 30569 8602788160 Watching for file changes with StatReloader INFO 2025-09-23 16:18:08,207 basehttp 30569 6161707008 "GET /en/emr/templates/create/ HTTP/1.1" 200 41899 WARNING 2025-09-23 16:18:08,222 basehttp 30569 6161707008 "GET /static/plugins/sortablejs/Sortable.min.js HTTP/1.1" 404 2029 WARNING 2025-09-23 16:18:08,232 log 30569 6178533376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:18:08,232 basehttp 30569 6178533376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:18:08,277 basehttp 30569 6178533376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:18:18,646 basehttp 30569 6178533376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:18:21,836 autoreload 30569 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-23 16:18:22,277 autoreload 30667 8602788160 Watching for file changes with StatReloader INFO 2025-09-23 16:19:14,173 autoreload 31128 8602788160 Watching for file changes with StatReloader INFO 2025-09-23 16:19:17,229 basehttp 31128 6170619904 "GET /en/emr/templates/create/ HTTP/1.1" 200 41899 WARNING 2025-09-23 16:19:17,242 basehttp 31128 6170619904 "GET /static/plugins/sortablejs/Sortable.min.js HTTP/1.1" 404 2029 WARNING 2025-09-23 16:19:17,251 log 31128 6187446272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:19:17,251 basehttp 31128 6187446272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:19:17,300 basehttp 31128 6187446272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:20:14,245 basehttp 31128 6187446272 "GET /en/emr/templates/create/ HTTP/1.1" 200 41557 WARNING 2025-09-23 16:20:14,252 basehttp 31128 6187446272 "GET /static/plugins/sortablejs/Sortable.min.js HTTP/1.1" 404 2029 WARNING 2025-09-23 16:20:14,260 log 31128 6170619904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:20:14,260 basehttp 31128 6170619904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:20:14,301 basehttp 31128 6170619904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:20:18,647 basehttp 31128 6170619904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:20:37,400 basehttp 31128 6170619904 "GET /en/emr/templates/create/ HTTP/1.1" 200 41089 WARNING 2025-09-23 16:20:37,410 basehttp 31128 6170619904 "GET /static/plugins/sortablejs/Sortable.min.js HTTP/1.1" 404 2029 WARNING 2025-09-23 16:20:37,418 log 31128 6187446272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:20:37,419 basehttp 31128 6187446272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:20:37,472 basehttp 31128 6187446272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:21:18,637 basehttp 31128 6187446272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:21:37,460 basehttp 31128 6187446272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:22:37,472 basehttp 31128 6187446272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:22:52,600 basehttp 31128 6187446272 "GET /en/emr/templates/create/ HTTP/1.1" 200 41610 WARNING 2025-09-23 16:22:52,609 basehttp 31128 6187446272 "GET /static/plugins/sortablejs/Sortable.min.js HTTP/1.1" 404 2029 WARNING 2025-09-23 16:22:52,616 log 31128 6170619904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:22:52,616 basehttp 31128 6170619904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:22:52,659 basehttp 31128 6170619904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:23:18,641 basehttp 31128 6170619904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:23:40,717 basehttp 31128 6170619904 "GET /en/emr/templates/create/ HTTP/1.1" 200 41611 WARNING 2025-09-23 16:23:40,726 basehttp 31128 6170619904 "GET /static/plugins/sortablejs/Sortable.min.js HTTP/1.1" 404 2029 WARNING 2025-09-23 16:23:40,735 log 31128 6187446272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:23:40,736 basehttp 31128 6187446272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:23:40,777 basehttp 31128 6187446272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:24:18,656 basehttp 31128 6187446272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:24:40,778 basehttp 31128 6187446272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:25:40,788 basehttp 31128 6187446272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:26:18,644 basehttp 31128 6187446272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-23 16:26:33,618 log 31128 6187446272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:26:33,619 basehttp 31128 6187446272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:26:36,213 basehttp 31128 6187446272 "GET /en/emr/templates/2/ HTTP/1.1" 200 42349 WARNING 2025-09-23 16:26:36,237 log 31128 6187446272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:26:36,237 basehttp 31128 6187446272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:26:36,283 basehttp 31128 6187446272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:27:18,635 basehttp 31128 6187446272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:27:36,282 basehttp 31128 6187446272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:28:18,635 basehttp 31128 6170619904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:28:36,294 basehttp 31128 6170619904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:29:18,719 basehttp 31128 6170619904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:29:36,290 basehttp 31128 6170619904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:29:56,855 autoreload 31128 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-23 16:29:57,436 autoreload 36213 8602788160 Watching for file changes with StatReloader INFO 2025-09-23 16:30:08,122 autoreload 36213 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-23 16:30:08,684 autoreload 36308 8602788160 Watching for file changes with StatReloader INFO 2025-09-23 16:30:10,666 basehttp 36308 6135541760 "GET /en/emr/templates/2/ HTTP/1.1" 200 42349 WARNING 2025-09-23 16:30:10,693 log 36308 6135541760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:30:10,693 basehttp 36308 6135541760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:30:10,731 basehttp 36308 6135541760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:31:10,741 basehttp 36308 6135541760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:31:18,643 basehttp 36308 6135541760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:32:10,750 basehttp 36308 6135541760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:33:10,756 basehttp 36308 6135541760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:33:18,636 basehttp 36308 6135541760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:34:10,759 basehttp 36308 6135541760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:34:18,643 basehttp 36308 6135541760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:35:10,750 basehttp 36308 6135541760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:35:18,672 basehttp 36308 6135541760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:35:35,904 basehttp 36308 6135541760 "GET /en/emr/templates/2/ HTTP/1.1" 200 42589 WARNING 2025-09-23 16:35:35,921 log 36308 6135541760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:35:35,922 basehttp 36308 6135541760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:35:35,978 basehttp 36308 6135541760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:35:52,082 basehttp 36308 6135541760 "GET /en/emr/templates/2/ HTTP/1.1" 200 42612 WARNING 2025-09-23 16:35:52,099 log 36308 6135541760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:35:52,099 basehttp 36308 6135541760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:35:52,140 basehttp 36308 6135541760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:36:18,976 basehttp 36308 6135541760 "GET /en/emr/templates/ HTTP/1.1" 200 59843 WARNING 2025-09-23 16:36:18,997 log 36308 6135541760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:36:18,997 basehttp 36308 6135541760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:36:19,051 basehttp 36308 6135541760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:37:18,647 basehttp 36308 6135541760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:37:19,043 basehttp 36308 6135541760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:37:40,184 basehttp 36308 6135541760 "GET /en/emr/templates/1/ HTTP/1.1" 200 42614 WARNING 2025-09-23 16:37:40,206 log 36308 6135541760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:37:40,206 basehttp 36308 6135541760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:37:40,246 basehttp 36308 6135541760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-23 16:37:56,081 log 36308 6135541760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:37:56,081 basehttp 36308 6135541760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 16:37:56,087 log 36308 6135541760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:37:56,087 basehttp 36308 6135541760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:37:56,546 basehttp 36308 6135541760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-23 16:37:56,548 log 36308 6152368128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:37:56,548 basehttp 36308 6152368128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 16:37:56,559 log 36308 6152368128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:37:56,559 basehttp 36308 6152368128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:37:57,214 basehttp 36308 6152368128 "GET /en/emr/templates/ HTTP/1.1" 200 59843 WARNING 2025-09-23 16:37:57,238 log 36308 6152368128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:37:57,238 basehttp 36308 6152368128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:37:58,585 basehttp 36308 6152368128 "GET /en/emr/notes/ HTTP/1.1" 200 97982 WARNING 2025-09-23 16:37:58,605 log 36308 6152368128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:37:58,605 basehttp 36308 6152368128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:38:18,652 basehttp 36308 6152368128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:38:58,644 basehttp 36308 6152368128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:39:40,073 basehttp 36308 6152368128 "GET /en/emr/ HTTP/1.1" 200 70577 WARNING 2025-09-23 16:39:40,107 log 36308 6152368128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:39:40,107 basehttp 36308 6152368128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:39:40,116 basehttp 36308 6135541760 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 16:39:42,304 basehttp 36308 6135541760 "GET /en/emr/encounters/ HTTP/1.1" 200 53165 WARNING 2025-09-23 16:39:42,333 log 36308 6135541760 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-23 16:39:42,333 basehttp 36308 6169194496 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-23 16:39:42,333 basehttp 36308 6152368128 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 WARNING 2025-09-23 16:39:42,334 basehttp 36308 6135541760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:39:42,334 basehttp 36308 13170143232 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-23 16:39:42,392 basehttp 36308 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:39:46,310 basehttp 36308 13170143232 "GET /en/emr/encounters/1038/ HTTP/1.1" 200 39289 WARNING 2025-09-23 16:39:46,332 log 36308 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:39:46,332 basehttp 36308 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:39:46,369 basehttp 36308 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:40:05,371 basehttp 36308 13170143232 "GET /en/emr/add-vital-signs/1038/ HTTP/1.1" 200 45742 WARNING 2025-09-23 16:40:05,394 log 36308 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:40:05,394 basehttp 36308 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:40:05,432 basehttp 36308 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:40:18,642 basehttp 36308 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-23 16:40:19,045 log 36308 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:40:19,045 basehttp 36308 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 16:40:19,056 log 36308 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:40:19,056 basehttp 36308 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:40:22,856 basehttp 36308 13170143232 "GET /en/emr/encounters/1038/ HTTP/1.1" 200 39289 WARNING 2025-09-23 16:40:22,879 log 36308 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:40:22,879 basehttp 36308 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:40:22,922 basehttp 36308 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:40:31,973 basehttp 36308 13170143232 "GET /en/emr/encounters/1038/ HTTP/1.1" 200 39289 WARNING 2025-09-23 16:40:31,994 log 36308 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:40:31,994 basehttp 36308 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:40:32,039 basehttp 36308 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:40:39,001 basehttp 36308 13170143232 "GET /en/emr/add-vital-signs/1038/ HTTP/1.1" 200 45742 WARNING 2025-09-23 16:40:39,025 log 36308 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:40:39,025 basehttp 36308 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:40:39,062 basehttp 36308 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-23 16:40:45,762 log 36308 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:40:45,762 basehttp 36308 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 16:40:45,775 log 36308 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:40:45,775 basehttp 36308 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:40:47,082 basehttp 36308 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-23 16:40:47,094 log 36308 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:40:47,094 basehttp 36308 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 16:40:47,107 log 36308 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:40:47,107 basehttp 36308 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:40:50,625 basehttp 36308 13170143232 "GET /en/emr/encounters/create/ HTTP/1.1" 200 55975 WARNING 2025-09-23 16:40:50,651 log 36308 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:40:50,651 basehttp 36308 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:40:50,689 basehttp 36308 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:41:41,197 basehttp 36308 13170143232 "GET /en/patients/register/?return_url=/en/emr/encounters/create/ HTTP/1.1" 200 27621 WARNING 2025-09-23 16:41:41,224 log 36308 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:41:41,224 basehttp 36308 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:41:41,269 basehttp 36308 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-23 16:41:45,745 log 36308 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:41:45,745 basehttp 36308 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 16:41:45,758 log 36308 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:41:45,759 basehttp 36308 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:41:50,700 basehttp 36308 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:42:05,186 basehttp 36308 13170143232 "GET /en/emr/ HTTP/1.1" 200 70577 WARNING 2025-09-23 16:42:05,210 log 36308 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:42:05,210 basehttp 36308 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:42:05,261 basehttp 36308 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:42:05,267 basehttp 36308 6152368128 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 16:42:18,636 basehttp 36308 6152368128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-23 16:42:22,724 log 36308 6152368128 Not Found: /en/emr/export/ WARNING 2025-09-23 16:42:22,724 basehttp 36308 6152368128 "GET /en/emr/export/?format=csv HTTP/1.1" 404 39248 WARNING 2025-09-23 16:42:22,738 log 36308 6152368128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:42:22,738 basehttp 36308 6152368128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:42:35,274 basehttp 36308 6152368128 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 16:42:57,444 basehttp 36308 6152368128 "GET /en/emr/ HTTP/1.1" 200 70576 WARNING 2025-09-23 16:42:57,462 log 36308 6152368128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:42:57,462 basehttp 36308 6152368128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:42:57,512 basehttp 36308 6152368128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:42:57,518 basehttp 36308 13170143232 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 16:43:18,639 basehttp 36308 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:43:27,511 basehttp 36308 13170143232 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 16:43:57,499 basehttp 36308 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:43:57,507 basehttp 36308 6152368128 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 16:44:18,667 basehttp 36308 6152368128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:44:27,548 basehttp 36308 6152368128 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 16:44:57,505 basehttp 36308 6152368128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:44:57,518 basehttp 36308 13170143232 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 16:45:27,520 basehttp 36308 13170143232 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 16:45:57,514 basehttp 36308 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:45:57,526 basehttp 36308 6152368128 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 16:46:18,624 basehttp 36308 6152368128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:46:27,531 basehttp 36308 6152368128 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-23 16:46:44,440 autoreload 36308 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-23 16:46:44,972 autoreload 44313 8602788160 Watching for file changes with StatReloader WARNING 2025-09-23 16:46:46,139 log 44313 6167769088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:46:46,140 basehttp 44313 6167769088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 16:46:46,148 log 44313 6167769088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:46:46,148 basehttp 44313 6167769088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:46:48,218 basehttp 44313 6167769088 "GET /en/emr/ HTTP/1.1" 200 70576 WARNING 2025-09-23 16:46:48,237 log 44313 6167769088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:46:48,237 basehttp 44313 6167769088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:46:48,291 basehttp 44313 6167769088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-23 16:46:48,361 log 44313 13304360960 Internal Server Error: /en/emr/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1369, in emr_stats 'encounters_today': enc.filter(scheduled_datetime__date=today).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_datetime' into field. Choices are: acuity_level, admission, admission_id, appointment, appointment_id, billable, billing_codes, chief_complaint, clinical_notes, created_at, created_by, created_by_id, documentation_complete, encounter_class, encounter_id, encounter_type, end_datetime, id, imaging_orders, imaging_studies, lab_orders, location, medical_bills, medication_administrations, patient, patient_id, prescriptions, priority, problems_identified, provider, provider_id, quality_measures, reason_for_visit, room_number, signed_by, signed_by_id, signed_datetime, signed_off, start_datetime, status, surgical_cases, tenant, tenant_id, updated_at, vital_signs ERROR 2025-09-23 16:46:48,363 basehttp 44313 13304360960 "GET /en/emr/stats/ HTTP/1.1" 500 130066 ERROR 2025-09-23 16:47:18,411 log 44313 13304360960 Internal Server Error: /en/emr/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1369, in emr_stats 'encounters_today': enc.filter(scheduled_datetime__date=today).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_datetime' into field. Choices are: acuity_level, admission, admission_id, appointment, appointment_id, billable, billing_codes, chief_complaint, clinical_notes, created_at, created_by, created_by_id, documentation_complete, encounter_class, encounter_id, encounter_type, end_datetime, id, imaging_orders, imaging_studies, lab_orders, location, medical_bills, medication_administrations, patient, patient_id, prescriptions, priority, problems_identified, provider, provider_id, quality_measures, reason_for_visit, room_number, signed_by, signed_by_id, signed_datetime, signed_off, start_datetime, status, surgical_cases, tenant, tenant_id, updated_at, vital_signs ERROR 2025-09-23 16:47:18,412 basehttp 44313 13304360960 "GET /en/emr/stats/ HTTP/1.1" 500 130066 INFO 2025-09-23 16:47:18,687 basehttp 44313 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:47:48,362 basehttp 44313 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-23 16:47:48,420 log 44313 6167769088 Internal Server Error: /en/emr/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1369, in emr_stats 'encounters_today': enc.filter(scheduled_datetime__date=today).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_datetime' into field. Choices are: acuity_level, admission, admission_id, appointment, appointment_id, billable, billing_codes, chief_complaint, clinical_notes, created_at, created_by, created_by_id, documentation_complete, encounter_class, encounter_id, encounter_type, end_datetime, id, imaging_orders, imaging_studies, lab_orders, location, medical_bills, medication_administrations, patient, patient_id, prescriptions, priority, problems_identified, provider, provider_id, quality_measures, reason_for_visit, room_number, signed_by, signed_by_id, signed_datetime, signed_off, start_datetime, status, surgical_cases, tenant, tenant_id, updated_at, vital_signs ERROR 2025-09-23 16:47:48,422 basehttp 44313 6167769088 "GET /en/emr/stats/ HTTP/1.1" 500 130066 INFO 2025-09-23 16:48:08,612 autoreload 44313 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-23 16:48:09,053 autoreload 44983 8602788160 Watching for file changes with StatReloader INFO 2025-09-23 16:48:11,364 basehttp 44983 13186969600 "GET /en/emr/ HTTP/1.1" 200 70576 WARNING 2025-09-23 16:48:11,402 log 44983 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:48:11,402 basehttp 44983 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:48:11,448 basehttp 44983 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-23 16:48:11,547 log 44983 13203795968 Internal Server Error: /en/emr/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1372, in emr_stats 'vital_signs_today': vs.filter(recorded_at__date=today).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'recorded_at' into field. Choices are: alerts_generated, bmi, bp_cuff_size, bp_position, created_at, critical_values, device_calibrated, device_used, diastolic_bp, encounter, encounter_id, head_circumference, heart_rate, heart_rhythm, height, id, measured_by, measured_by_id, measured_datetime, measurement_id, notes, oxygen_delivery, oxygen_flow_rate, oxygen_saturation, pain_location, pain_quality, pain_scale, patient, patient_id, respiratory_rate, systolic_bp, temperature, temperature_method, updated_at, verified_by, verified_by_id, weight ERROR 2025-09-23 16:48:11,549 basehttp 44983 13203795968 "GET /en/emr/stats/ HTTP/1.1" 500 129298 INFO 2025-09-23 16:48:18,695 basehttp 44983 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-23 16:48:41,513 log 44983 13203795968 Internal Server Error: /en/emr/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1372, in emr_stats 'vital_signs_today': vs.filter(recorded_at__date=today).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'recorded_at' into field. Choices are: alerts_generated, bmi, bp_cuff_size, bp_position, created_at, critical_values, device_calibrated, device_used, diastolic_bp, encounter, encounter_id, head_circumference, heart_rate, heart_rhythm, height, id, measured_by, measured_by_id, measured_datetime, measurement_id, notes, oxygen_delivery, oxygen_flow_rate, oxygen_saturation, pain_location, pain_quality, pain_scale, patient, patient_id, respiratory_rate, systolic_bp, temperature, temperature_method, updated_at, verified_by, verified_by_id, weight ERROR 2025-09-23 16:48:41,514 basehttp 44983 13203795968 "GET /en/emr/stats/ HTTP/1.1" 500 129298 INFO 2025-09-23 16:48:53,089 autoreload 44983 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-23 16:48:53,578 autoreload 45340 8602788160 Watching for file changes with StatReloader INFO 2025-09-23 16:48:54,137 basehttp 45340 6169210880 "GET /en/emr/ HTTP/1.1" 200 70576 WARNING 2025-09-23 16:48:54,162 log 45340 6169210880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:48:54,162 basehttp 45340 6169210880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:48:54,231 basehttp 45340 6169210880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:48:54,248 basehttp 45340 6325039104 "GET /en/emr/stats/ HTTP/1.1" 200 2963 INFO 2025-09-23 16:49:24,226 basehttp 45340 6325039104 "GET /en/emr/stats/ HTTP/1.1" 200 2963 INFO 2025-09-23 16:49:54,219 basehttp 45340 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:49:54,245 basehttp 45340 6169210880 "GET /en/emr/stats/ HTTP/1.1" 200 2963 INFO 2025-09-23 16:50:18,689 basehttp 45340 6169210880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:50:24,222 basehttp 45340 6169210880 "GET /en/emr/stats/ HTTP/1.1" 200 2963 INFO 2025-09-23 16:50:38,886 basehttp 45340 6169210880 "GET /en/emr/ HTTP/1.1" 200 70578 WARNING 2025-09-23 16:50:38,906 log 45340 6169210880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:50:38,906 basehttp 45340 6169210880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:50:38,961 basehttp 45340 6169210880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:50:38,974 basehttp 45340 6325039104 "GET /en/emr/stats/ HTTP/1.1" 200 2969 INFO 2025-09-23 16:51:08,976 basehttp 45340 6325039104 "GET /en/emr/stats/ HTTP/1.1" 200 2969 INFO 2025-09-23 16:51:18,696 basehttp 45340 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:51:38,969 basehttp 45340 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:51:38,984 basehttp 45340 6169210880 "GET /en/emr/stats/ HTTP/1.1" 200 2969 INFO 2025-09-23 16:52:09,741 basehttp 45340 6169210880 "GET /en/emr/stats/ HTTP/1.1" 200 2969 INFO 2025-09-23 16:52:39,693 basehttp 45340 6169210880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:52:40,708 basehttp 45340 6169210880 "GET /en/emr/stats/ HTTP/1.1" 200 2969 INFO 2025-09-23 16:53:10,715 basehttp 45340 6169210880 "GET /en/emr/stats/ HTTP/1.1" 200 2969 WARNING 2025-09-23 16:53:11,502 log 45340 6169210880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:53:11,502 basehttp 45340 6169210880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 16:53:12,382 log 45340 6169210880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:53:12,382 basehttp 45340 6169210880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 16:53:13,018 log 45340 6169210880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:53:13,018 basehttp 45340 6169210880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:53:13,843 basehttp 45340 6169210880 "GET /en/ HTTP/1.1" 200 48471 WARNING 2025-09-23 16:53:13,862 log 45340 6169210880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:53:13,862 basehttp 45340 6169210880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:53:13,895 basehttp 45340 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-23 16:53:13,895 basehttp 45340 6341865472 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1094 INFO 2025-09-23 16:53:13,896 basehttp 45340 6169210880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-23 16:53:15,209 basehttp 45340 6169210880 "GET /en/billing/bills/create/ HTTP/1.1" 200 137643 WARNING 2025-09-23 16:53:15,229 log 45340 6169210880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:53:15,229 basehttp 45340 6169210880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 16:53:16,322 log 45340 6169210880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:53:16,323 basehttp 45340 6169210880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:53:18,691 basehttp 45340 6169210880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:53:19,198 basehttp 45340 6169210880 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 47866 WARNING 2025-09-23 16:53:19,224 log 45340 6169210880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:53:19,224 basehttp 45340 6169210880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:54:18,697 basehttp 45340 6169210880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:54:19,248 basehttp 45340 6169210880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:55:18,700 basehttp 45340 6169210880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:55:19,263 basehttp 45340 6169210880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:56:11,448 autoreload 45340 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-23 16:56:12,060 autoreload 48833 8602788160 Watching for file changes with StatReloader INFO 2025-09-23 16:56:19,366 basehttp 48833 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:56:26,639 basehttp 48833 13052751872 "GET /en/inpatients/beds/ HTTP/1.1" 200 457070 WARNING 2025-09-23 16:56:26,667 log 48833 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:56:26,667 basehttp 48833 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:56:26,682 basehttp 48833 13052751872 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-09-23 16:56:26,855 basehttp 48833 13052751872 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 457070 INFO 2025-09-23 16:56:56,697 basehttp 48833 13052751872 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-09-23 16:56:56,824 basehttp 48833 13052751872 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 457070 INFO 2025-09-23 16:57:18,695 basehttp 48833 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:57:26,695 basehttp 48833 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:57:26,698 basehttp 48833 13069578240 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-09-23 16:57:26,820 basehttp 48833 13069578240 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 457070 INFO 2025-09-23 16:57:56,690 basehttp 48833 13052751872 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-09-23 16:57:56,821 basehttp 48833 13052751872 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 457070 INFO 2025-09-23 16:57:57,301 basehttp 48833 13052751872 "GET /en/inpatients/beds/ HTTP/1.1" 200 457070 WARNING 2025-09-23 16:57:57,318 log 48833 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:57:57,318 basehttp 48833 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:57:57,409 basehttp 48833 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:57:57,411 basehttp 48833 13069578240 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-09-23 16:57:57,519 basehttp 48833 13069578240 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 457070 INFO 2025-09-23 16:58:18,698 basehttp 48833 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:58:27,418 basehttp 48833 13069578240 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-09-23 16:58:27,533 basehttp 48833 13069578240 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 457070 INFO 2025-09-23 16:58:57,401 basehttp 48833 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:58:57,412 basehttp 48833 13052751872 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-09-23 16:58:57,532 basehttp 48833 13052751872 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 457070 INFO 2025-09-23 16:59:18,698 basehttp 48833 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:59:27,419 basehttp 48833 13052751872 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-09-23 16:59:27,527 basehttp 48833 13052751872 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 457070 WARNING 2025-09-23 16:59:54,920 log 48833 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:59:54,920 basehttp 48833 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:59:54,928 basehttp 48833 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-23 16:59:54,935 log 48833 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:59:54,935 basehttp 48833 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 16:59:56,458 log 48833 13103230976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:59:56,458 basehttp 48833 13103230976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 16:59:56,476 log 48833 13103230976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:59:56,476 basehttp 48833 13103230976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:59:56,486 basehttp 48833 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 16:59:56,488 basehttp 48833 13086404608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-23 16:59:56,493 basehttp 48833 13069578240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 WARNING 2025-09-23 16:59:58,016 log 48833 13086404608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:59:58,016 basehttp 48833 13086404608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 16:59:58,029 log 48833 13086404608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:59:58,029 basehttp 48833 13086404608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 16:59:58,046 basehttp 48833 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-23 16:59:59,200 log 48833 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:59:59,200 basehttp 48833 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 16:59:59,215 log 48833 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:59:59,215 basehttp 48833 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 16:59:59,582 log 48833 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:59:59,582 basehttp 48833 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 16:59:59,595 log 48833 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 16:59:59,595 basehttp 48833 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 17:00:00,287 basehttp 48833 13069578240 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 47898 WARNING 2025-09-23 17:00:00,308 log 48833 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 17:00:00,308 basehttp 48833 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 17:00:00,355 basehttp 48833 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 17:00:22,588 basehttp 48833 13069578240 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 47902 WARNING 2025-09-23 17:00:22,607 log 48833 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 17:00:22,607 basehttp 48833 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 17:00:22,647 basehttp 48833 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 17:00:36,719 basehttp 48833 13069578240 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 47530 WARNING 2025-09-23 17:00:36,736 log 48833 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 17:00:36,737 basehttp 48833 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 17:00:36,777 basehttp 48833 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 17:00:46,143 basehttp 48833 13069578240 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 47496 WARNING 2025-09-23 17:00:46,161 log 48833 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 17:00:46,161 basehttp 48833 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 17:00:46,197 basehttp 48833 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 17:01:18,716 basehttp 48833 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 17:01:46,202 basehttp 48833 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 17:02:19,260 basehttp 48833 13069578240 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 47578 WARNING 2025-09-23 17:02:19,276 log 48833 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 17:02:19,276 basehttp 48833 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 17:02:19,314 basehttp 48833 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 17:03:18,620 basehttp 48833 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 17:03:19,328 basehttp 48833 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 17:04:18,607 basehttp 48833 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 17:04:19,333 basehttp 48833 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 17:05:18,619 basehttp 48833 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 17:05:19,328 basehttp 48833 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 17:13:35,148 autoreload 60527 8602788160 Watching for file changes with StatReloader INFO 2025-09-23 17:13:38,649 basehttp 60527 6129414144 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 47578 WARNING 2025-09-23 17:13:38,672 log 60527 6129414144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 17:13:38,672 basehttp 60527 6129414144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 17:13:38,729 basehttp 60527 6129414144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 17:13:48,017 basehttp 60527 6129414144 "GET /en/emr/icd10/ HTTP/1.1" 200 19368 INFO 2025-09-23 17:13:48,067 basehttp 60527 6129414144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 17:13:54,789 basehttp 60527 6129414144 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 48137 INFO 2025-09-23 17:13:54,809 basehttp 60527 6129414144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 17:14:00,704 basehttp 60527 6129414144 "GET /en/emr/icd10/M00.01/ HTTP/1.1" 200 23467 INFO 2025-09-23 17:14:00,735 basehttp 60527 6129414144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 17:14:12,898 basehttp 60527 6129414144 "GET /en/emr/icd10/M00.011/ HTTP/1.1" 200 21653 INFO 2025-09-23 17:14:12,932 basehttp 60527 6129414144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-23 17:14:21,654 log 60527 6129414144 Not Found: /en/emr/problems/460/ WARNING 2025-09-23 17:14:21,654 basehttp 60527 6129414144 "GET /en/emr/problems/460/ HTTP/1.1" 404 24887 INFO 2025-09-23 17:14:24,892 basehttp 60527 6129414144 "GET /en/emr/icd10/ HTTP/1.1" 200 19368 INFO 2025-09-23 17:14:24,926 basehttp 60527 6129414144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 17:14:39,607 basehttp 60527 6129414144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:18:51,924 autoreload 67688 8602788160 Watching for file changes with StatReloader INFO 2025-09-23 18:18:53,665 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:18:54,500 basehttp 67688 6163181568 "GET /en/emr/icd10/ HTTP/1.1" 200 19368 INFO 2025-09-23 18:18:54,550 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:18:56,151 basehttp 67688 6163181568 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 47578 WARNING 2025-09-23 18:18:56,174 log 67688 6163181568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:18:56,174 basehttp 67688 6163181568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 18:18:56,235 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:19:55,352 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:19:56,250 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:20:56,252 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:20:56,340 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:21:56,143 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:21:57,235 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:22:56,155 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:22:58,245 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:23:56,236 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:23:59,245 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:24:57,256 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:25:00,243 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:25:59,250 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:26:02,241 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:27:40,231 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:27:40,237 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:28:40,236 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:28:58,058 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:29:40,233 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:29:58,065 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:30:58,057 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:31:40,239 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:31:58,087 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:32:40,228 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:32:58,065 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:33:40,240 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:33:58,073 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:34:58,086 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:35:40,235 basehttp 67688 6163181568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:35:45,494 autoreload 67688 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-23 18:35:45,984 autoreload 75963 8602788160 Watching for file changes with StatReloader INFO 2025-09-23 18:35:58,142 basehttp 75963 6161985536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:36:02,046 autoreload 75963 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-09-23 18:36:02,491 autoreload 76145 8602788160 Watching for file changes with StatReloader INFO 2025-09-23 18:36:40,301 basehttp 76145 6122467328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:36:58,070 basehttp 76145 6122467328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:37:58,070 basehttp 76145 6122467328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:38:40,211 basehttp 76145 6122467328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:38:58,072 basehttp 76145 6122467328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:39:40,220 basehttp 76145 6122467328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:39:58,063 basehttp 76145 6122467328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:40:58,076 basehttp 76145 6122467328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:41:40,209 basehttp 76145 6122467328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:41:58,080 basehttp 76145 6122467328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:42:40,443 basehttp 76145 6122467328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:42:58,081 basehttp 76145 6122467328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:43:04,715 autoreload 76145 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-09-23 18:43:05,077 autoreload 79638 8602788160 Watching for file changes with StatReloader INFO 2025-09-23 18:43:12,858 basehttp 79638 6189019136 "GET /en/admin/pharmacy/medication/ HTTP/1.1" 200 150860 INFO 2025-09-23 18:43:12,873 basehttp 79638 6239498240 "GET /static/admin/css/dark_mode.css HTTP/1.1" 304 0 INFO 2025-09-23 18:43:12,874 basehttp 79638 6205845504 "GET /static/admin/css/base.css HTTP/1.1" 304 0 INFO 2025-09-23 18:43:12,874 basehttp 79638 6256324608 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 304 0 INFO 2025-09-23 18:43:12,874 basehttp 79638 6273150976 "GET /static/admin/css/changelists.css HTTP/1.1" 304 0 INFO 2025-09-23 18:43:12,874 basehttp 79638 6222671872 "GET /static/admin/js/theme.js HTTP/1.1" 304 0 INFO 2025-09-23 18:43:12,875 basehttp 79638 6205845504 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 304 0 INFO 2025-09-23 18:43:12,875 basehttp 79638 6239498240 "GET /static/admin/css/responsive.css HTTP/1.1" 304 0 INFO 2025-09-23 18:43:12,876 basehttp 79638 6256324608 "GET /static/admin/js/jquery.init.js HTTP/1.1" 304 0 INFO 2025-09-23 18:43:12,876 basehttp 79638 6222671872 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 304 0 INFO 2025-09-23 18:43:12,876 basehttp 79638 6273150976 "GET /static/admin/js/urlify.js HTTP/1.1" 304 0 INFO 2025-09-23 18:43:12,877 basehttp 79638 6205845504 "GET /static/admin/js/core.js HTTP/1.1" 304 0 INFO 2025-09-23 18:43:12,877 basehttp 79638 6239498240 "GET /static/admin/js/prepopulate.js HTTP/1.1" 304 0 INFO 2025-09-23 18:43:12,877 basehttp 79638 6256324608 "GET /static/admin/js/actions.js HTTP/1.1" 304 0 INFO 2025-09-23 18:43:12,878 basehttp 79638 6222671872 "GET /static/admin/img/search.svg HTTP/1.1" 304 0 INFO 2025-09-23 18:43:12,879 basehttp 79638 6256324608 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 304 0 INFO 2025-09-23 18:43:12,879 basehttp 79638 6273150976 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 304 0 INFO 2025-09-23 18:43:12,880 basehttp 79638 6189019136 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-23 18:43:12,881 basehttp 79638 6189019136 "GET /static/admin/js/filters.js HTTP/1.1" 304 0 INFO 2025-09-23 18:43:12,881 basehttp 79638 6273150976 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 304 0 INFO 2025-09-23 18:43:12,887 basehttp 79638 6273150976 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 304 0 INFO 2025-09-23 18:43:12,888 basehttp 79638 6273150976 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 304 0 INFO 2025-09-23 18:43:12,888 basehttp 79638 6189019136 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 304 0 INFO 2025-09-23 18:43:12,889 basehttp 79638 6189019136 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 304 0 INFO 2025-09-23 18:43:24,694 basehttp 79638 6189019136 "POST /en/admin/pharmacy/medication/ HTTP/1.1" 200 584111 INFO 2025-09-23 18:43:24,713 basehttp 79638 6189019136 "GET /static/admin/js/cancel.js HTTP/1.1" 200 884 INFO 2025-09-23 18:43:31,813 basehttp 79638 6189019136 "POST /en/admin/pharmacy/medication/ HTTP/1.1" 302 0 INFO 2025-09-23 18:43:31,829 basehttp 79638 6189019136 "GET /en/admin/pharmacy/medication/ HTTP/1.1" 200 79611 INFO 2025-09-23 18:43:31,849 basehttp 79638 6189019136 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-23 18:43:36,425 basehttp 79638 6189019136 "GET /en/admin/quality/auditplan/ HTTP/1.1" 200 80836 INFO 2025-09-23 18:43:36,439 basehttp 79638 6189019136 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-23 18:43:37,686 basehttp 79638 6189019136 "GET /en/admin/analytics/metricdefinition/ HTTP/1.1" 200 77574 INFO 2025-09-23 18:43:37,698 basehttp 79638 6189019136 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-23 18:43:43,449 basehttp 79638 6189019136 "GET /en/admin/pharmacy/prescription/ HTTP/1.1" 200 78837 INFO 2025-09-23 18:43:43,467 basehttp 79638 6189019136 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-23 18:43:47,591 basehttp 79638 6189019136 "GET /en/admin/pharmacy/medicationadministration/ HTTP/1.1" 200 78650 INFO 2025-09-23 18:43:47,606 basehttp 79638 6189019136 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-23 18:43:51,321 basehttp 79638 6189019136 "GET /en/admin/pharmacy/dispenserecord/ HTTP/1.1" 200 78016 INFO 2025-09-23 18:43:51,341 basehttp 79638 6189019136 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-23 18:43:58,226 basehttp 79638 6189019136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:47:37,588 autoreload 81846 8602788160 Watching for file changes with StatReloader INFO 2025-09-23 18:47:40,287 basehttp 81846 6133755904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:47:40,367 basehttp 81846 6150582272 "GET /en/admin/pharmacy/dispenserecord/ HTTP/1.1" 200 147226 INFO 2025-09-23 18:47:40,384 basehttp 81846 6150582272 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-23 18:47:54,942 basehttp 81846 6150582272 "GET /en/admin/pharmacy/prescription/ HTTP/1.1" 200 155802 INFO 2025-09-23 18:47:54,956 basehttp 81846 6150582272 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-23 18:47:57,239 basehttp 81846 6150582272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:48:02,956 basehttp 81846 6150582272 "GET / HTTP/1.1" 302 0 INFO 2025-09-23 18:48:02,982 basehttp 81846 6133755904 "GET /en/ HTTP/1.1" 200 48458 WARNING 2025-09-23 18:48:03,002 log 81846 6133755904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:48:03,002 basehttp 81846 6133755904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 18:48:03,111 basehttp 81846 6167408640 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-23 18:48:03,116 basehttp 81846 6133755904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:48:03,121 basehttp 81846 13572796416 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1094 INFO 2025-09-23 18:48:03,121 basehttp 81846 6150582272 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-23 18:48:06,714 basehttp 81846 6150582272 "GET /en/ HTTP/1.1" 200 48458 WARNING 2025-09-23 18:48:06,734 log 81846 6150582272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:48:06,734 basehttp 81846 6150582272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 18:48:06,828 basehttp 81846 6150582272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:48:06,828 basehttp 81846 6167408640 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1094 INFO 2025-09-23 18:48:06,829 basehttp 81846 6133755904 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-23 18:48:06,831 basehttp 81846 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-23 18:48:13,043 basehttp 81846 6133755904 "GET /en/pharmacy HTTP/1.1" 301 0 INFO 2025-09-23 18:48:13,064 basehttp 81846 6150582272 "GET /en/pharmacy/ HTTP/1.1" 200 33344 WARNING 2025-09-23 18:48:13,083 log 81846 6150582272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:48:13,083 basehttp 81846 6150582272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 18:48:13,105 basehttp 81846 6150582272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-23 18:48:13,158 log 81846 6167408640 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-23 18:48:13,165 log 81846 6133755904 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-23 18:48:13,166 basehttp 81846 6167408640 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 128504 ERROR 2025-09-23 18:48:13,167 basehttp 81846 6133755904 "GET /en/pharmacy/stats/ HTTP/1.1" 500 128320 INFO 2025-09-23 18:48:28,436 basehttp 81846 6133755904 "GET /en/pharmacy/medications/create/ HTTP/1.1" 200 45726 WARNING 2025-09-23 18:48:28,457 log 81846 6133755904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:48:28,457 basehttp 81846 6133755904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 18:48:28,491 basehttp 81846 6133755904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-23 18:48:34,709 log 81846 6133755904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:48:34,709 basehttp 81846 6133755904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 18:48:34,725 log 81846 6133755904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:48:34,725 basehttp 81846 6133755904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 18:48:35,957 basehttp 81846 6133755904 "GET /en/pharmacy/drug-interactions/ HTTP/1.1" 200 45773 WARNING 2025-09-23 18:48:35,982 log 81846 6133755904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:48:35,982 basehttp 81846 6133755904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 18:48:36,024 basehttp 81846 6133755904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:48:40,215 basehttp 81846 6133755904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-23 18:48:46,404 log 81846 6167408640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:48:46,404 basehttp 81846 6167408640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 18:48:46,423 log 81846 6167408640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:48:46,424 basehttp 81846 6167408640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-23 18:48:46,442 log 81846 6133755904 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-23 18:48:46,443 basehttp 81846 6133755904 "GET /en/pharmacy/stats/ HTTP/1.1" 500 128320 INFO 2025-09-23 18:48:47,834 basehttp 81846 6133755904 "GET /en/pharmacy/ HTTP/1.1" 200 33344 WARNING 2025-09-23 18:48:47,857 log 81846 6133755904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:48:47,857 basehttp 81846 6133755904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 18:48:47,918 basehttp 81846 6133755904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-23 18:48:47,958 log 81846 6150582272 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-23 18:48:47,961 basehttp 81846 6150582272 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 128504 ERROR 2025-09-23 18:48:47,968 log 81846 6167408640 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-23 18:48:47,969 basehttp 81846 6167408640 "GET /en/pharmacy/stats/ HTTP/1.1" 500 128320 INFO 2025-09-23 18:48:49,878 basehttp 81846 6167408640 "GET /en/pharmacy/inventory/create/ HTTP/1.1" 200 70525 WARNING 2025-09-23 18:48:49,902 log 81846 6167408640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:48:49,903 basehttp 81846 6167408640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 18:48:49,945 basehttp 81846 6167408640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-23 18:49:00,176 log 81846 6167408640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:49:00,176 basehttp 81846 6167408640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 18:49:00,221 log 81846 6167408640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:49:00,222 basehttp 81846 6167408640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-23 18:49:04,812 log 81846 6167408640 Internal Server Error: /en/pharmacy/medications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 401, in get_context_data 'medication_types': Medication.DOSAGE_FORM_CHOICES, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'Medication' has no attribute 'DOSAGE_FORM_CHOICES' ERROR 2025-09-23 18:49:04,816 basehttp 81846 6167408640 "GET /en/pharmacy/medications/ HTTP/1.1" 500 90441 WARNING 2025-09-23 18:49:04,838 log 81846 6167408640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:49:04,838 basehttp 81846 6167408640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 18:49:40,234 basehttp 81846 6167408640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:49:50,564 autoreload 81846 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-09-23 18:49:50,963 autoreload 82866 8602788160 Watching for file changes with StatReloader INFO 2025-09-23 18:49:52,888 basehttp 82866 6164918272 "GET /en/pharmacy/medications/ HTTP/1.1" 200 116091 WARNING 2025-09-23 18:49:52,915 log 82866 6164918272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:49:52,915 basehttp 82866 6164918272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 18:49:52,953 basehttp 82866 6164918272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:50:01,771 basehttp 82866 6164918272 "GET /en/pharmacy/medications/604/ HTTP/1.1" 200 29604 WARNING 2025-09-23 18:50:01,798 log 82866 6164918272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:50:01,798 basehttp 82866 6164918272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 18:50:01,834 basehttp 82866 6164918272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:50:25,037 basehttp 82866 6164918272 "GET /en/pharmacy/inventory/?medication=604 HTTP/1.1" 200 119579 WARNING 2025-09-23 18:50:25,059 log 82866 6164918272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:50:25,060 basehttp 82866 6164918272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 18:50:25,097 basehttp 82866 6164918272 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-23 18:50:25,104 basehttp 82866 6164918272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:51:04,929 basehttp 82866 6164918272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-23 18:51:04,934 log 82866 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:51:04,934 basehttp 82866 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 18:51:04,953 log 82866 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:51:04,953 basehttp 82866 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 18:51:31,473 basehttp 82866 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-23 18:51:31,485 log 82866 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:51:31,485 basehttp 82866 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 18:51:31,500 log 82866 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:51:31,500 basehttp 82866 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 18:51:32,764 log 82866 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:51:32,766 basehttp 82866 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 18:51:32,767 basehttp 82866 6164918272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:51:32,768 basehttp 82866 6358691840 - Broken pipe from ('127.0.0.1', 57643) WARNING 2025-09-23 18:51:32,787 log 82866 6164918272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:51:32,788 basehttp 82866 6164918272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-23 18:51:32,822 log 82866 6325039104 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-23 18:51:32,827 log 82866 6341865472 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-23 18:51:32,829 basehttp 82866 6325039104 "GET /en/pharmacy/stats/ HTTP/1.1" 500 128320 ERROR 2025-09-23 18:51:32,829 basehttp 82866 6341865472 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 128504 WARNING 2025-09-23 18:51:33,458 log 82866 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:51:33,458 basehttp 82866 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 18:51:39,604 basehttp 82866 6341865472 "GET /en/emr/ HTTP/1.1" 200 70579 WARNING 2025-09-23 18:51:39,629 log 82866 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:51:39,629 basehttp 82866 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 18:51:39,652 basehttp 82866 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:51:39,666 basehttp 82866 6325039104 "GET /en/emr/stats/ HTTP/1.1" 200 2969 INFO 2025-09-23 18:51:40,199 basehttp 82866 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:52:36,240 basehttp 82866 6325039104 "GET /en/emr/clinical-decision-support HTTP/1.1" 301 0 INFO 2025-09-23 18:52:36,256 basehttp 82866 6341865472 "GET /en/emr/clinical-decision-support/ HTTP/1.1" 200 33163 WARNING 2025-09-23 18:52:36,281 log 82866 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:52:36,281 basehttp 82866 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 18:52:36,294 basehttp 82866 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:52:40,169 basehttp 82866 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:53:34,713 basehttp 82866 6341865472 "GET /en/emr/api/patient-search/?q=%20na HTTP/1.1" 200 16 ERROR 2025-09-23 18:53:34,889 log 82866 6341865472 Internal Server Error: /en/emr/api/patient-search/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1401, in patient_search_api ).filter( ^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1503, in build_filter return self._add_q( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'phone_primary' into field. Choices are: address_line_1, address_line_2, admissions, advance_directive_type, allergies, appointment_requests, blood_requests, care_plans, city, clinical_notes, communication_preference, confidential_patient, consent_forms, country, created_at, crossmatch, date_of_birth, date_of_death, email, emergency_contacts, employer, encounters, first_name, gender, has_advance_directive, id, id_number, imaging_orders, imaging_studies, incident_reports, insurance_claims, insurance_info, interpreter_needed, is_active, is_deceased, is_vip, lab_orders, last_name, last_visit_date, marital_status, medical_alerts, medical_bills, medication_administrations, middle_name, mobile_number, mrn, occupation, patient_id, patient_notes, phone_number, photo, preferred_name, prescriptions, primary_care_physician, primary_language, problems, queue_entries, referring_physician, registered_by, registered_by_id, registration_date, state, suffix, surgeries, surgical_cases, tenant, tenant_id, transfers, updated_at, vital_signs, waiting_list_entries, zip_code ERROR 2025-09-23 18:53:34,891 basehttp 82866 6341865472 "GET /en/emr/api/patient-search/?q=%20nad HTTP/1.1" 500 138064 ERROR 2025-09-23 18:53:35,004 log 82866 6341865472 Internal Server Error: /en/emr/api/patient-search/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1401, in patient_search_api ).filter( ^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1503, in build_filter return self._add_q( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'phone_primary' into field. Choices are: address_line_1, address_line_2, admissions, advance_directive_type, allergies, appointment_requests, blood_requests, care_plans, city, clinical_notes, communication_preference, confidential_patient, consent_forms, country, created_at, crossmatch, date_of_birth, date_of_death, email, emergency_contacts, employer, encounters, first_name, gender, has_advance_directive, id, id_number, imaging_orders, imaging_studies, incident_reports, insurance_claims, insurance_info, interpreter_needed, is_active, is_deceased, is_vip, lab_orders, last_name, last_visit_date, marital_status, medical_alerts, medical_bills, medication_administrations, middle_name, mobile_number, mrn, occupation, patient_id, patient_notes, phone_number, photo, preferred_name, prescriptions, primary_care_physician, primary_language, problems, queue_entries, referring_physician, registered_by, registered_by_id, registration_date, state, suffix, surgeries, surgical_cases, tenant, tenant_id, transfers, updated_at, vital_signs, waiting_list_entries, zip_code ERROR 2025-09-23 18:53:35,005 basehttp 82866 6341865472 "GET /en/emr/api/patient-search/?q=%20nada HTTP/1.1" 500 138112 INFO 2025-09-23 18:53:36,304 basehttp 82866 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-23 18:53:37,932 log 82866 6341865472 Internal Server Error: /en/emr/api/patient-search/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1401, in patient_search_api ).filter( ^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1503, in build_filter return self._add_q( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'phone_primary' into field. Choices are: address_line_1, address_line_2, admissions, advance_directive_type, allergies, appointment_requests, blood_requests, care_plans, city, clinical_notes, communication_preference, confidential_patient, consent_forms, country, created_at, crossmatch, date_of_birth, date_of_death, email, emergency_contacts, employer, encounters, first_name, gender, has_advance_directive, id, id_number, imaging_orders, imaging_studies, incident_reports, insurance_claims, insurance_info, interpreter_needed, is_active, is_deceased, is_vip, lab_orders, last_name, last_visit_date, marital_status, medical_alerts, medical_bills, medication_administrations, middle_name, mobile_number, mrn, occupation, patient_id, patient_notes, phone_number, photo, preferred_name, prescriptions, primary_care_physician, primary_language, problems, queue_entries, referring_physician, registered_by, registered_by_id, registration_date, state, suffix, surgeries, surgical_cases, tenant, tenant_id, transfers, updated_at, vital_signs, waiting_list_entries, zip_code ERROR 2025-09-23 18:53:37,933 basehttp 82866 6341865472 "GET /en/emr/api/patient-search/?q=%20nad HTTP/1.1" 500 138064 INFO 2025-09-23 18:53:38,901 basehttp 82866 6341865472 "GET /en/emr/api/patient-search/?q=%20na HTTP/1.1" 200 16 INFO 2025-09-23 18:53:47,836 basehttp 82866 6341865472 "GET /en/emr/api/patient-search/?q=%20na HTTP/1.1" 200 16 ERROR 2025-09-23 18:53:48,084 log 82866 6341865472 Internal Server Error: /en/emr/api/patient-search/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1401, in patient_search_api ).filter( ^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1503, in build_filter return self._add_q( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'phone_primary' into field. Choices are: address_line_1, address_line_2, admissions, advance_directive_type, allergies, appointment_requests, blood_requests, care_plans, city, clinical_notes, communication_preference, confidential_patient, consent_forms, country, created_at, crossmatch, date_of_birth, date_of_death, email, emergency_contacts, employer, encounters, first_name, gender, has_advance_directive, id, id_number, imaging_orders, imaging_studies, incident_reports, insurance_claims, insurance_info, interpreter_needed, is_active, is_deceased, is_vip, lab_orders, last_name, last_visit_date, marital_status, medical_alerts, medical_bills, medication_administrations, middle_name, mobile_number, mrn, occupation, patient_id, patient_notes, phone_number, photo, preferred_name, prescriptions, primary_care_physician, primary_language, problems, queue_entries, referring_physician, registered_by, registered_by_id, registration_date, state, suffix, surgeries, surgical_cases, tenant, tenant_id, transfers, updated_at, vital_signs, waiting_list_entries, zip_code ERROR 2025-09-23 18:53:48,085 basehttp 82866 6341865472 "GET /en/emr/api/patient-search/?q=%20nad HTTP/1.1" 500 138064 ERROR 2025-09-23 18:53:48,257 log 82866 6341865472 Internal Server Error: /en/emr/api/patient-search/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1401, in patient_search_api ).filter( ^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1503, in build_filter return self._add_q( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'phone_primary' into field. Choices are: address_line_1, address_line_2, admissions, advance_directive_type, allergies, appointment_requests, blood_requests, care_plans, city, clinical_notes, communication_preference, confidential_patient, consent_forms, country, created_at, crossmatch, date_of_birth, date_of_death, email, emergency_contacts, employer, encounters, first_name, gender, has_advance_directive, id, id_number, imaging_orders, imaging_studies, incident_reports, insurance_claims, insurance_info, interpreter_needed, is_active, is_deceased, is_vip, lab_orders, last_name, last_visit_date, marital_status, medical_alerts, medical_bills, medication_administrations, middle_name, mobile_number, mrn, occupation, patient_id, patient_notes, phone_number, photo, preferred_name, prescriptions, primary_care_physician, primary_language, problems, queue_entries, referring_physician, registered_by, registered_by_id, registration_date, state, suffix, surgeries, surgical_cases, tenant, tenant_id, transfers, updated_at, vital_signs, waiting_list_entries, zip_code ERROR 2025-09-23 18:53:48,258 basehttp 82866 6341865472 "GET /en/emr/api/patient-search/?q=%20nada HTTP/1.1" 500 138112 ERROR 2025-09-23 18:53:49,773 log 82866 6341865472 Internal Server Error: /en/emr/api/patient-search/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1401, in patient_search_api ).filter( ^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1503, in build_filter return self._add_q( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'phone_primary' into field. Choices are: address_line_1, address_line_2, admissions, advance_directive_type, allergies, appointment_requests, blood_requests, care_plans, city, clinical_notes, communication_preference, confidential_patient, consent_forms, country, created_at, crossmatch, date_of_birth, date_of_death, email, emergency_contacts, employer, encounters, first_name, gender, has_advance_directive, id, id_number, imaging_orders, imaging_studies, incident_reports, insurance_claims, insurance_info, interpreter_needed, is_active, is_deceased, is_vip, lab_orders, last_name, last_visit_date, marital_status, medical_alerts, medical_bills, medication_administrations, middle_name, mobile_number, mrn, occupation, patient_id, patient_notes, phone_number, photo, preferred_name, prescriptions, primary_care_physician, primary_language, problems, queue_entries, referring_physician, registered_by, registered_by_id, registration_date, state, suffix, surgeries, surgical_cases, tenant, tenant_id, transfers, updated_at, vital_signs, waiting_list_entries, zip_code ERROR 2025-09-23 18:53:49,774 basehttp 82866 6341865472 "GET /en/emr/api/patient-search/?q=%20nada HTTP/1.1" 500 138112 ERROR 2025-09-23 18:53:54,828 log 82866 6341865472 Internal Server Error: /en/emr/api/patient-search/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1401, in patient_search_api ).filter( ^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1503, in build_filter return self._add_q( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'phone_primary' into field. Choices are: address_line_1, address_line_2, admissions, advance_directive_type, allergies, appointment_requests, blood_requests, care_plans, city, clinical_notes, communication_preference, confidential_patient, consent_forms, country, created_at, crossmatch, date_of_birth, date_of_death, email, emergency_contacts, employer, encounters, first_name, gender, has_advance_directive, id, id_number, imaging_orders, imaging_studies, incident_reports, insurance_claims, insurance_info, interpreter_needed, is_active, is_deceased, is_vip, lab_orders, last_name, last_visit_date, marital_status, medical_alerts, medical_bills, medication_administrations, middle_name, mobile_number, mrn, occupation, patient_id, patient_notes, phone_number, photo, preferred_name, prescriptions, primary_care_physician, primary_language, problems, queue_entries, referring_physician, registered_by, registered_by_id, registration_date, state, suffix, surgeries, surgical_cases, tenant, tenant_id, transfers, updated_at, vital_signs, waiting_list_entries, zip_code ERROR 2025-09-23 18:53:54,829 basehttp 82866 6341865472 "GET /en/emr/api/patient-search/?q=nada HTTP/1.1" 500 138090 ERROR 2025-09-23 18:53:57,095 log 82866 6341865472 Internal Server Error: /en/emr/api/patient-search/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1401, in patient_search_api ).filter( ^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1503, in build_filter return self._add_q( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'phone_primary' into field. Choices are: address_line_1, address_line_2, admissions, advance_directive_type, allergies, appointment_requests, blood_requests, care_plans, city, clinical_notes, communication_preference, confidential_patient, consent_forms, country, created_at, crossmatch, date_of_birth, date_of_death, email, emergency_contacts, employer, encounters, first_name, gender, has_advance_directive, id, id_number, imaging_orders, imaging_studies, incident_reports, insurance_claims, insurance_info, interpreter_needed, is_active, is_deceased, is_vip, lab_orders, last_name, last_visit_date, marital_status, medical_alerts, medical_bills, medication_administrations, middle_name, mobile_number, mrn, occupation, patient_id, patient_notes, phone_number, photo, preferred_name, prescriptions, primary_care_physician, primary_language, problems, queue_entries, referring_physician, registered_by, registered_by_id, registration_date, state, suffix, surgeries, surgical_cases, tenant, tenant_id, transfers, updated_at, vital_signs, waiting_list_entries, zip_code ERROR 2025-09-23 18:53:57,097 basehttp 82866 6341865472 "GET /en/emr/api/patient-search/?q=nada HTTP/1.1" 500 138090 INFO 2025-09-23 18:54:28,037 autoreload 82866 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-23 18:54:28,417 autoreload 85115 8602788160 Watching for file changes with StatReloader INFO 2025-09-23 18:54:36,364 basehttp 85115 6159052800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:54:40,293 basehttp 85115 6159052800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:55:06,084 autoreload 85115 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-23 18:55:06,446 autoreload 85379 8602788160 Watching for file changes with StatReloader INFO 2025-09-23 18:55:09,554 basehttp 85379 6131118080 "GET /en/emr/clinical-decision-support/ HTTP/1.1" 200 33163 WARNING 2025-09-23 18:55:09,581 log 85379 6131118080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:55:09,581 basehttp 85379 6131118080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 18:55:09,617 basehttp 85379 6131118080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:55:19,275 basehttp 85379 6131118080 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 110396 INFO 2025-09-23 18:55:19,291 basehttp 85379 6131118080 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-23 18:55:27,383 basehttp 85379 6131118080 "GET /en/emr/api/patient-search/?q=68%20 HTTP/1.1" 200 16 INFO 2025-09-23 18:55:27,732 basehttp 85379 6131118080 "GET /en/emr/api/patient-search/?q=685%20 HTTP/1.1" 200 320 INFO 2025-09-23 18:55:28,530 basehttp 85379 6131118080 "GET /en/emr/api/patient-search/?q=6850%20 HTTP/1.1" 200 166 INFO 2025-09-23 18:55:28,911 basehttp 85379 6131118080 "GET /en/emr/api/patient-search/?q=68508%20 HTTP/1.1" 200 166 INFO 2025-09-23 18:55:29,156 basehttp 85379 6131118080 "GET /en/emr/api/patient-search/?q=685089%20 HTTP/1.1" 200 166 INFO 2025-09-23 18:55:32,030 basehttp 85379 6131118080 "GET /en/emr/clinical-decision-support/?patient_id=undefined HTTP/1.1" 200 33601 WARNING 2025-09-23 18:55:32,049 log 85379 6131118080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:55:32,049 basehttp 85379 6131118080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 18:55:32,083 basehttp 85379 6131118080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:56:32,089 basehttp 85379 6131118080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:56:39,433 autoreload 85379 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-23 18:56:39,818 autoreload 86128 8602788160 Watching for file changes with StatReloader INFO 2025-09-23 18:56:40,195 basehttp 86128 6157070336 "GET /en/emr/clinical-decision-support/?patient_id=undefined HTTP/1.1" 200 33601 INFO 2025-09-23 18:56:40,196 basehttp 86128 6173896704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-23 18:56:40,220 log 86128 6173896704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:56:40,220 basehttp 86128 6173896704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 18:56:40,256 basehttp 86128 6173896704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:56:44,196 basehttp 86128 6173896704 "GET /en/emr/api/patient-search/?q=%2068 HTTP/1.1" 200 16 INFO 2025-09-23 18:56:44,703 basehttp 86128 6173896704 "GET /en/emr/api/patient-search/?q=%20689 HTTP/1.1" 200 220 ERROR 2025-09-23 18:56:47,109 log 86128 6173896704 Internal Server Error: /en/emr/clinical-decision-support/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1385, in clinical_decision_support return render(request, 'emr/clinical_decision_support.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '(UUID('f1f8b7ee-380c-421d-86d9-d6eba44a92c9'),)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-09-23 18:56:47,111 basehttp 86128 6173896704 "GET /en/emr/clinical-decision-support/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 201471 WARNING 2025-09-23 18:56:47,133 log 86128 6173896704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:56:47,133 basehttp 86128 6173896704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 18:57:40,150 basehttp 86128 6173896704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:58:07,568 basehttp 86128 6173896704 "GET /en/emr/clinical-decision-support/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 200 41556 WARNING 2025-09-23 18:58:07,588 log 86128 6173896704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 18:58:07,588 basehttp 86128 6173896704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 18:58:07,633 basehttp 86128 6173896704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-23 18:58:07,658 log 86128 6157070336 Internal Server Error: /en/emr/api/clinical-recommendations/ ERROR 2025-09-23 18:58:07,658 log 86128 13572796416 Internal Server Error: /en/emr/api/drug-interactions/ ERROR 2025-09-23 18:58:07,659 basehttp 86128 6157070336 "GET /en/emr/api/clinical-recommendations/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 57 ERROR 2025-09-23 18:58:07,659 basehttp 86128 13572796416 "GET /en/emr/api/drug-interactions/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 50 ERROR 2025-09-23 18:58:07,662 log 86128 13606449152 Internal Server Error: /en/emr/api/risk-scores/ ERROR 2025-09-23 18:58:07,662 log 86128 13589622784 Internal Server Error: /en/emr/api/allergies/ ERROR 2025-09-23 18:58:07,662 basehttp 86128 13606449152 "GET /en/emr/api/risk-scores/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 49 ERROR 2025-09-23 18:58:07,663 basehttp 86128 13589622784 "GET /en/emr/api/allergies/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 47 ERROR 2025-09-23 18:58:12,090 log 86128 13589622784 Internal Server Error: /en/emr/api/drug-interactions/ ERROR 2025-09-23 18:58:12,090 basehttp 86128 13589622784 "GET /en/emr/api/drug-interactions/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 50 INFO 2025-09-23 18:59:07,631 basehttp 86128 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 18:59:40,159 basehttp 86128 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 19:00:08,167 basehttp 86128 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 19:00:40,157 basehttp 86128 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 19:01:08,174 basehttp 86128 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 19:01:08,630 basehttp 86128 13589622784 "GET /en/emr/clinical-decision-support/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 200 42077 WARNING 2025-09-23 19:01:08,658 log 86128 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 19:01:08,658 basehttp 86128 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 19:01:09,572 basehttp 86128 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-23 19:01:09,602 log 86128 13606449152 Internal Server Error: /en/emr/api/clinical-recommendations/ ERROR 2025-09-23 19:01:09,602 basehttp 86128 13606449152 "GET /en/emr/api/clinical-recommendations/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 57 ERROR 2025-09-23 19:01:09,610 log 86128 6157070336 Internal Server Error: /en/emr/api/allergies/ ERROR 2025-09-23 19:01:09,610 log 86128 13572796416 Internal Server Error: /en/emr/api/drug-interactions/ ERROR 2025-09-23 19:01:09,611 log 86128 6173896704 Internal Server Error: /en/emr/api/risk-scores/ ERROR 2025-09-23 19:01:09,611 basehttp 86128 6157070336 "GET /en/emr/api/allergies/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 47 ERROR 2025-09-23 19:01:09,611 basehttp 86128 13572796416 "GET /en/emr/api/drug-interactions/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 50 ERROR 2025-09-23 19:01:09,611 basehttp 86128 6173896704 "GET /en/emr/api/risk-scores/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 49 INFO 2025-09-23 19:01:27,272 basehttp 86128 13572796416 "GET /en/emr/clinical-decision-support/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 200 42077 INFO 2025-09-23 19:01:27,282 basehttp 86128 6157070336 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-23 19:01:27,283 basehttp 86128 13606449152 "GET /static/img/user/user-12.jpg HTTP/1.1" 200 8541 INFO 2025-09-23 19:01:27,287 basehttp 86128 13589622784 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-23 19:01:27,292 basehttp 86128 13589622784 "GET /static/js/custom.js HTTP/1.1" 200 13574 WARNING 2025-09-23 19:01:27,294 log 86128 6157070336 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-23 19:01:27,294 basehttp 86128 13572796416 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-23 19:01:27,295 basehttp 86128 6157070336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 19:01:27,296 basehttp 86128 13606449152 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-23 19:01:27,300 basehttp 86128 13589622784 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-23 19:01:27,300 basehttp 86128 13572796416 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-23 19:01:27,302 basehttp 86128 6157070336 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-23 19:01:27,302 basehttp 86128 13606449152 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-23 19:01:27,305 basehttp 86128 6173896704 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-23 19:01:27,305 basehttp 86128 13623275520 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-23 19:01:27,305 basehttp 86128 13589622784 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-23 19:01:27,308 basehttp 86128 6157070336 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-23 19:01:27,309 basehttp 86128 13606449152 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-23 19:01:27,310 basehttp 86128 6173896704 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-23 19:01:27,310 basehttp 86128 13606449152 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-23 19:01:27,311 basehttp 86128 13623275520 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-23 19:01:27,311 basehttp 86128 13589622784 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-23 19:01:27,311 basehttp 86128 13606449152 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-23 19:01:27,312 basehttp 86128 6157070336 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-23 19:01:27,313 basehttp 86128 13572796416 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-23 19:01:27,314 basehttp 86128 6173896704 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-23 19:01:27,314 basehttp 86128 13589622784 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-23 19:01:27,315 basehttp 86128 6157070336 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-23 19:01:27,315 basehttp 86128 13623275520 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-23 19:01:27,315 basehttp 86128 13572796416 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-23 19:01:27,318 basehttp 86128 13606449152 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-23 19:01:27,318 basehttp 86128 6173896704 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-23 19:01:27,318 basehttp 86128 13589622784 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-23 19:01:27,440 basehttp 86128 13589622784 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-23 19:01:27,463 basehttp 86128 6173896704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 19:01:27,470 basehttp 86128 13589622784 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 ERROR 2025-09-23 19:01:27,495 log 86128 13572796416 Internal Server Error: /en/emr/api/allergies/ ERROR 2025-09-23 19:01:27,496 log 86128 6173896704 Internal Server Error: /en/emr/api/clinical-recommendations/ ERROR 2025-09-23 19:01:27,496 basehttp 86128 13572796416 "GET /en/emr/api/allergies/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 47 ERROR 2025-09-23 19:01:27,496 log 86128 6157070336 Internal Server Error: /en/emr/api/risk-scores/ ERROR 2025-09-23 19:01:27,497 log 86128 13606449152 Internal Server Error: /en/emr/api/drug-interactions/ ERROR 2025-09-23 19:01:27,497 basehttp 86128 6173896704 "GET /en/emr/api/clinical-recommendations/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 57 ERROR 2025-09-23 19:01:27,497 basehttp 86128 6157070336 "GET /en/emr/api/risk-scores/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 49 ERROR 2025-09-23 19:01:27,497 basehttp 86128 13606449152 "GET /en/emr/api/drug-interactions/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 50 WARNING 2025-09-23 19:01:28,367 log 86128 13606449152 Not Found: /favicon.ico WARNING 2025-09-23 19:01:28,367 basehttp 86128 13606449152 "GET /favicon.ico HTTP/1.1" 404 2557 ERROR 2025-09-23 19:01:52,131 log 86128 13606449152 Internal Server Error: /en/emr/api/drug-interactions/ ERROR 2025-09-23 19:01:52,131 basehttp 86128 13606449152 "GET /en/emr/api/drug-interactions/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 50 INFO 2025-09-23 19:01:57,182 basehttp 86128 13606449152 "GET /en/patients/patientprofile/22/details/ HTTP/1.1" 200 36034 WARNING 2025-09-23 19:01:57,201 log 86128 13606449152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 19:01:57,201 basehttp 86128 13606449152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 19:01:57,264 basehttp 86128 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-23 19:02:03,507 log 86128 13606449152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 19:02:03,507 basehttp 86128 13606449152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 19:02:03,522 log 86128 13606449152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 19:02:03,522 basehttp 86128 13606449152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-23 19:02:06,567 log 86128 13606449152 Internal Server Error: /en/emr/api/allergies/ ERROR 2025-09-23 19:02:06,568 basehttp 86128 13606449152 "GET /en/emr/api/allergies/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 47 ERROR 2025-09-23 19:02:32,234 log 86128 13606449152 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 25, in __call__ tenant = self.get_tenant(request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 59, in get_tenant return Tenant.objects.get( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 619, in get clone = self._chain() if self.query.combinator else self.filter(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 410, in get_prep_lookup return super().get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 96, in get_prep_lookup return self.lhs.output_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2750, in get_prep_value return self.to_python(value) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-23 19:02:32,237 basehttp 86128 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 143978 INFO 2025-09-23 19:02:40,154 basehttp 86128 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-23 19:02:41,473 log 86128 13606449152 Internal Server Error: /en/emr/api/risk-scores/ ERROR 2025-09-23 19:02:41,473 basehttp 86128 13606449152 "GET /en/emr/api/risk-scores/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 49 INFO 2025-09-23 19:03:40,154 basehttp 86128 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 19:04:37,380 basehttp 86128 13606449152 "GET /en/emr/clinical-decision-support/?patient_id=undefined HTTP/1.1" 200 34122 WARNING 2025-09-23 19:04:37,396 log 86128 13606449152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 19:04:37,396 basehttp 86128 13606449152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 19:05:40,139 basehttp 86128 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 19:05:52,622 autoreload 86128 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/models.py changed, reloading. INFO 2025-09-23 19:05:53,274 autoreload 90612 8602788160 Watching for file changes with StatReloader INFO 2025-09-23 19:16:08,139 autoreload 95567 8602788160 Watching for file changes with StatReloader INFO 2025-09-23 19:16:11,236 basehttp 95567 6193360896 "GET /en/emr/clinical-decision-support/ HTTP/1.1" 200 33684 WARNING 2025-09-23 19:16:11,253 log 95567 6193360896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 19:16:11,254 basehttp 95567 6193360896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 19:16:11,310 basehttp 95567 6193360896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 19:16:20,420 basehttp 95567 6193360896 "GET /en/emr/clinical-decision-support/ HTTP/1.1" 200 33684 INFO 2025-09-23 19:16:20,428 basehttp 95567 6193360896 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-23 19:16:20,433 basehttp 95567 6243840000 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-23 19:16:20,436 basehttp 95567 6277492736 "GET /static/img/user/user-12.jpg HTTP/1.1" 200 8541 INFO 2025-09-23 19:16:20,437 basehttp 95567 6260666368 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-23 19:16:20,442 log 95567 6210187264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 19:16:20,443 basehttp 95567 6210187264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 19:16:20,444 basehttp 95567 6277492736 "GET /static/js/custom.js HTTP/1.1" 200 13574 INFO 2025-09-23 19:16:20,446 basehttp 95567 6243840000 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-23 19:16:20,448 basehttp 95567 6277492736 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-23 19:16:20,449 basehttp 95567 6260666368 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-23 19:16:20,450 basehttp 95567 6243840000 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-23 19:16:20,450 basehttp 95567 6210187264 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-23 19:16:20,451 basehttp 95567 6277492736 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-23 19:16:20,453 basehttp 95567 6260666368 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-23 19:16:20,455 basehttp 95567 6243840000 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-23 19:16:20,456 basehttp 95567 6210187264 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-23 19:16:20,456 basehttp 95567 6277492736 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-23 19:16:20,457 basehttp 95567 6260666368 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-23 19:16:20,457 basehttp 95567 6243840000 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-23 19:16:20,459 basehttp 95567 6277492736 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-23 19:16:20,460 basehttp 95567 6260666368 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-23 19:16:20,460 basehttp 95567 6210187264 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-23 19:16:20,461 basehttp 95567 6243840000 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-23 19:16:20,462 basehttp 95567 6260666368 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-23 19:16:20,463 basehttp 95567 6277492736 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-23 19:16:20,463 basehttp 95567 6243840000 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-23 19:16:20,464 basehttp 95567 6210187264 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-23 19:16:20,466 basehttp 95567 6260666368 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-23 19:16:20,467 basehttp 95567 6210187264 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-23 19:16:20,467 basehttp 95567 6277492736 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-23 19:16:20,468 basehttp 95567 6243840000 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-23 19:16:20,469 basehttp 95567 6227013632 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-23 19:16:20,469 basehttp 95567 6193360896 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-23 19:16:21,328 basehttp 95567 6193360896 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-23 19:16:21,336 basehttp 95567 6227013632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-23 19:16:22,273 log 95567 6227013632 Not Found: /favicon.ico WARNING 2025-09-23 19:16:22,273 basehttp 95567 6227013632 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-23 19:16:28,306 basehttp 95567 6227013632 "GET /en/emr/api/patient-search/?q=%2068 HTTP/1.1" 200 16 INFO 2025-09-23 19:16:28,453 basehttp 95567 6227013632 "GET /en/emr/api/patient-search/?q=%20689 HTTP/1.1" 200 220 INFO 2025-09-23 19:16:29,740 basehttp 95567 6227013632 "GET /en/emr/clinical-decision-support/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 200 42079 WARNING 2025-09-23 19:16:29,761 log 95567 6227013632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 19:16:29,761 basehttp 95567 6227013632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 19:16:29,827 basehttp 95567 6227013632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 19:16:29,860 basehttp 95567 6193360896 "GET /en/emr/api/clinical-recommendations/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 200 23 INFO 2025-09-23 19:16:29,861 basehttp 95567 6210187264 "GET /en/emr/api/allergies/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 200 14 ERROR 2025-09-23 19:16:29,861 log 95567 6243840000 Internal Server Error: /en/emr/api/drug-interactions/ ERROR 2025-09-23 19:16:29,862 basehttp 95567 6243840000 "GET /en/emr/api/drug-interactions/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 50 ERROR 2025-09-23 19:16:29,862 log 95567 6277492736 Internal Server Error: /en/emr/api/risk-scores/ ERROR 2025-09-23 19:16:29,862 basehttp 95567 6277492736 "GET /en/emr/api/risk-scores/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 49 INFO 2025-09-23 19:17:29,859 autoreload 95567 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-23 19:17:30,305 autoreload 96236 8602788160 Watching for file changes with StatReloader INFO 2025-09-23 19:18:27,471 autoreload 96236 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-23 19:18:27,806 autoreload 96741 8602788160 Watching for file changes with StatReloader INFO 2025-09-23 19:18:30,929 basehttp 96741 6193442816 "GET /en/emr/clinical-decision-support/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 200 42396 WARNING 2025-09-23 19:18:30,948 log 96741 6193442816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 19:18:30,949 basehttp 96741 6193442816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 19:18:30,994 basehttp 96741 6193442816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 19:18:31,010 basehttp 96741 6210269184 "GET /en/emr/api/clinical-recommendations/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 200 23 ERROR 2025-09-23 19:18:31,018 log 96741 6227095552 Internal Server Error: /en/emr/api/drug-interactions/ ERROR 2025-09-23 19:18:31,020 basehttp 96741 6227095552 "GET /en/emr/api/drug-interactions/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 367 ERROR 2025-09-23 19:18:31,024 log 96741 6260748288 Internal Server Error: /en/emr/api/risk-scores/ INFO 2025-09-23 19:18:31,025 basehttp 96741 6243921920 "GET /en/emr/api/allergies/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 200 14 ERROR 2025-09-23 19:18:31,025 basehttp 96741 6260748288 "GET /en/emr/api/risk-scores/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 430 INFO 2025-09-23 19:18:40,224 basehttp 96741 6260748288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-23 19:18:50,202 log 96741 6260748288 Internal Server Error: /en/emr/api/drug-interactions/ ERROR 2025-09-23 19:18:50,202 basehttp 96741 6260748288 "GET /en/emr/api/drug-interactions/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 367 ERROR 2025-09-23 19:19:34,754 log 96741 6260748288 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 25, in __call__ tenant = self.get_tenant(request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 59, in get_tenant return Tenant.objects.get( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 619, in get clone = self._chain() if self.query.combinator else self.filter(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 410, in get_prep_lookup return super().get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 96, in get_prep_lookup return self.lhs.output_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2750, in get_prep_value return self.to_python(value) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-23 19:19:34,756 basehttp 96741 6260748288 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 143978 WARNING 2025-09-23 19:20:05,100 log 96741 6260748288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 19:20:05,100 basehttp 96741 6260748288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 19:20:40,222 basehttp 96741 6260748288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-23 19:21:34,669 log 96741 6260748288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 19:21:34,669 basehttp 96741 6260748288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 19:21:38,949 basehttp 96741 6260748288 "GET /en/emr/clinical-decision-support/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 200 42396 WARNING 2025-09-23 19:21:38,972 log 96741 6260748288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 19:21:38,972 basehttp 96741 6260748288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 19:21:39,016 basehttp 96741 6260748288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 19:21:39,053 basehttp 96741 6260748288 "GET /en/emr/api/clinical-recommendations/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 200 23 ERROR 2025-09-23 19:21:39,053 log 96741 6243921920 Internal Server Error: /en/emr/api/drug-interactions/ ERROR 2025-09-23 19:21:39,054 log 96741 6210269184 Internal Server Error: /en/emr/api/risk-scores/ ERROR 2025-09-23 19:21:39,054 basehttp 96741 6243921920 "GET /en/emr/api/drug-interactions/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 367 INFO 2025-09-23 19:21:39,054 basehttp 96741 6227095552 "GET /en/emr/api/allergies/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 200 14 ERROR 2025-09-23 19:21:39,054 basehttp 96741 6210269184 "GET /en/emr/api/risk-scores/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 430 INFO 2025-09-23 19:21:40,222 basehttp 96741 6210269184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-23 19:21:42,202 log 96741 6210269184 Internal Server Error: /en/emr/api/drug-interactions/ ERROR 2025-09-23 19:21:42,202 basehttp 96741 6210269184 "GET /en/emr/api/drug-interactions/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 367 INFO 2025-09-23 19:21:44,679 basehttp 96741 6210269184 "GET /en/emr/api/allergies/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 200 14 ERROR 2025-09-23 19:21:49,897 log 96741 6210269184 Internal Server Error: /en/emr/api/risk-scores/ ERROR 2025-09-23 19:21:49,897 basehttp 96741 6210269184 "GET /en/emr/api/risk-scores/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 430 INFO 2025-09-23 19:22:40,229 basehttp 96741 6210269184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 19:24:40,223 basehttp 96741 6210269184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 19:25:40,281 basehttp 96741 6210269184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 19:25:47,388 basehttp 96741 6210269184 "GET /en/emr/clinical-decision-support/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 200 42009 INFO 2025-09-23 19:25:47,398 basehttp 96741 6210269184 "GET /static/plugins/toastr/toastr.css HTTP/1.1" 200 7860 INFO 2025-09-23 19:25:47,398 basehttp 96741 6227095552 "GET /static/plugins/toastr/toastr.min.js HTTP/1.1" 200 5536 WARNING 2025-09-23 19:25:47,404 log 96741 6243921920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 19:25:47,404 basehttp 96741 6243921920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 19:25:47,437 basehttp 96741 6243921920 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-23 19:25:47,446 basehttp 96741 6227095552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 19:25:47,478 basehttp 96741 6210269184 "GET /en/emr/api/clinical-recommendations/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 200 23 ERROR 2025-09-23 19:25:47,479 log 96741 6260748288 Internal Server Error: /en/emr/api/drug-interactions/ ERROR 2025-09-23 19:25:47,479 basehttp 96741 6260748288 "GET /en/emr/api/drug-interactions/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 367 ERROR 2025-09-23 19:25:47,482 log 96741 6243921920 Internal Server Error: /en/emr/api/risk-scores/ INFO 2025-09-23 19:25:47,482 basehttp 96741 6193442816 "GET /en/emr/api/allergies/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 200 14 ERROR 2025-09-23 19:25:47,482 basehttp 96741 6243921920 "GET /en/emr/api/risk-scores/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 430 INFO 2025-09-23 19:25:55,701 basehttp 96741 6243921920 "GET /en/emr/clinical-decision-support/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 200 42009 INFO 2025-09-23 19:25:55,708 basehttp 96741 6243921920 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-23 19:25:55,712 basehttp 96741 6227095552 "GET /static/img/user/user-12.jpg HTTP/1.1" 200 8541 INFO 2025-09-23 19:25:55,713 basehttp 96741 6210269184 "GET /static/plugins/toastr/toastr.css HTTP/1.1" 200 7860 INFO 2025-09-23 19:25:55,713 basehttp 96741 6193442816 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-23 19:25:55,717 basehttp 96741 6193442816 "GET /static/js/custom.js HTTP/1.1" 200 13574 WARNING 2025-09-23 19:25:55,719 log 96741 6260748288 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-23 19:25:55,719 basehttp 96741 6277574656 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-23 19:25:55,720 basehttp 96741 6260748288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 19:25:55,722 basehttp 96741 6227095552 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-23 19:25:55,724 basehttp 96741 6193442816 "GET /static/plugins/toastr/toastr.min.js HTTP/1.1" 200 5536 INFO 2025-09-23 19:25:55,728 basehttp 96741 6193442816 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-23 19:25:55,729 basehttp 96741 6227095552 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-23 19:25:55,731 basehttp 96741 6277574656 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-23 19:25:55,733 basehttp 96741 6227095552 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-23 19:25:55,733 basehttp 96741 6193442816 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-23 19:25:55,737 basehttp 96741 6260748288 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-23 19:25:55,737 basehttp 96741 6277574656 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-23 19:25:55,738 basehttp 96741 6193442816 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-23 19:25:55,739 basehttp 96741 6227095552 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-23 19:25:55,742 basehttp 96741 6193442816 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-23 19:25:55,743 basehttp 96741 6277574656 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-23 19:25:55,743 basehttp 96741 6260748288 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-23 19:25:55,745 basehttp 96741 6193442816 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-23 19:25:55,745 basehttp 96741 6277574656 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-23 19:25:55,745 basehttp 96741 6227095552 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-23 19:25:55,747 basehttp 96741 6260748288 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-23 19:25:55,748 basehttp 96741 6193442816 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-23 19:25:55,748 basehttp 96741 6260748288 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-23 19:25:55,748 basehttp 96741 6277574656 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-23 19:25:55,750 basehttp 96741 6227095552 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-23 19:25:55,752 basehttp 96741 6193442816 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-23 19:25:55,752 basehttp 96741 6277574656 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-23 19:25:55,752 basehttp 96741 6260748288 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-23 19:25:55,753 basehttp 96741 6243921920 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-23 19:25:55,753 basehttp 96741 6210269184 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 WARNING 2025-09-23 19:25:56,274 basehttp 96741 6243921920 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-23 19:25:56,276 basehttp 96741 6210269184 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-23 19:25:56,311 basehttp 96741 6210269184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-23 19:25:56,352 log 96741 6260748288 Internal Server Error: /en/emr/api/risk-scores/ ERROR 2025-09-23 19:25:56,353 log 96741 6193442816 Internal Server Error: /en/emr/api/drug-interactions/ ERROR 2025-09-23 19:25:56,353 basehttp 96741 6260748288 "GET /en/emr/api/risk-scores/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 430 ERROR 2025-09-23 19:25:56,353 basehttp 96741 6193442816 "GET /en/emr/api/drug-interactions/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 500 367 INFO 2025-09-23 19:25:56,355 basehttp 96741 6210269184 "GET /en/emr/api/clinical-recommendations/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 200 23 INFO 2025-09-23 19:25:56,356 basehttp 96741 6277574656 "GET /en/emr/api/allergies/?patient_id=f1f8b7ee-380c-421d-86d9-d6eba44a92c9 HTTP/1.1" 200 14 WARNING 2025-09-23 19:25:57,222 log 96741 6277574656 Not Found: /favicon.ico WARNING 2025-09-23 19:25:57,222 basehttp 96741 6277574656 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-23 19:26:03,847 basehttp 96741 6277574656 "GET /en/emr/clinical-decision-support/ HTTP/1.1" 200 33297 WARNING 2025-09-23 19:26:03,861 log 96741 6277574656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 19:26:03,862 basehttp 96741 6277574656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-23 19:26:03,924 basehttp 96741 6277574656 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-23 19:26:04,711 basehttp 96741 6210269184 "GET /en/emr/ HTTP/1.1" 200 70579 WARNING 2025-09-23 19:26:04,724 log 96741 6210269184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 19:26:04,724 basehttp 96741 6210269184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 19:26:04,749 basehttp 96741 6210269184 "GET /en/emr/stats/ HTTP/1.1" 200 2969 INFO 2025-09-23 19:26:06,273 basehttp 96741 6210269184 "GET /en/emr/ HTTP/1.1" 200 70579 WARNING 2025-09-23 19:26:06,285 log 96741 6210269184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-23 19:26:06,285 basehttp 96741 6210269184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-23 19:26:06,336 basehttp 96741 6210269184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 19:26:06,348 basehttp 96741 6193442816 "GET /en/emr/stats/ HTTP/1.1" 200 2969 INFO 2025-09-23 19:27:40,235 basehttp 96741 6193442816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-23 19:28:40,235 basehttp 96741 6193442816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 11:32:21,723 autoreload 99085 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 11:32:24,276 basehttp 99085 6157545472 "GET /en/emr/ HTTP/1.1" 200 70565 INFO 2025-09-24 11:32:24,289 basehttp 99085 6157545472 "GET /static/js/custom.js HTTP/1.1" 304 0 WARNING 2025-09-24 11:32:24,298 log 99085 6157545472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 11:32:24,299 basehttp 99085 6157545472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 11:32:24,349 basehttp 99085 6157545472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 11:32:24,372 basehttp 99085 6174371840 "GET /en/emr/stats/ HTTP/1.1" 200 2969 INFO 2025-09-24 11:32:26,108 basehttp 99085 6174371840 "GET /en/emr/ HTTP/1.1" 200 70565 WARNING 2025-09-24 11:32:26,121 log 99085 6174371840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 11:32:26,121 basehttp 99085 6174371840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 11:32:26,169 basehttp 99085 6174371840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 11:32:26,181 basehttp 99085 6157545472 "GET /en/emr/stats/ HTTP/1.1" 200 2969 INFO 2025-09-24 11:34:03,297 basehttp 99085 6157545472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 11:35:03,299 basehttp 99085 6157545472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 11:35:33,778 basehttp 99085 6157545472 "GET /en/emr/ HTTP/1.1" 200 70566 WARNING 2025-09-24 11:35:33,794 log 99085 6157545472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 11:35:33,794 basehttp 99085 6157545472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 11:35:33,849 basehttp 99085 6157545472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 11:35:33,862 basehttp 99085 6174371840 "GET /en/emr/stats/ HTTP/1.1" 200 2969 INFO 2025-09-24 11:35:37,992 basehttp 99085 6174371840 "GET / HTTP/1.1" 302 0 INFO 2025-09-24 11:35:38,011 basehttp 99085 6157545472 "GET /en/ HTTP/1.1" 200 48477 WARNING 2025-09-24 11:35:38,025 log 99085 6157545472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 11:35:38,025 basehttp 99085 6157545472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 11:35:38,093 basehttp 99085 6157545472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 11:35:38,104 basehttp 99085 6191198208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-24 11:35:38,105 basehttp 99085 6208024576 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1094 INFO 2025-09-24 11:35:38,106 basehttp 99085 6174371840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 ERROR 2025-09-24 11:36:20,849 log 99085 6174371840 Internal Server Error: /en/htmx/dashboard-stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 25, in __call__ tenant = self.get_tenant(request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 59, in get_tenant return Tenant.objects.get( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 619, in get clone = self._chain() if self.query.combinator else self.filter(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 410, in get_prep_lookup return super().get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 96, in get_prep_lookup return self.lhs.output_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2750, in get_prep_value return self.to_python(value) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-24 11:36:20,853 basehttp 99085 6174371840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 500 143475 ERROR 2025-09-24 11:36:39,910 log 99085 6174371840 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 25, in __call__ tenant = self.get_tenant(request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 59, in get_tenant return Tenant.objects.get( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 619, in get clone = self._chain() if self.query.combinator else self.filter(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 410, in get_prep_lookup return super().get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 96, in get_prep_lookup return self.lhs.output_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2750, in get_prep_value return self.to_python(value) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-24 11:36:39,912 basehttp 99085 6174371840 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 143540 ERROR 2025-09-24 11:36:41,546 log 99085 6174371840 Internal Server Error: /en/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 25, in __call__ tenant = self.get_tenant(request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 59, in get_tenant return Tenant.objects.get( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 619, in get clone = self._chain() if self.query.combinator else self.filter(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 410, in get_prep_lookup return super().get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 96, in get_prep_lookup return self.lhs.output_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2750, in get_prep_value return self.to_python(value) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-24 11:36:41,548 basehttp 99085 6174371840 "GET /en/htmx/system-health/ HTTP/1.1" 500 143449 ERROR 2025-09-24 11:36:52,389 log 99085 6174371840 Internal Server Error: /en/htmx/dashboard-stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 25, in __call__ tenant = self.get_tenant(request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 59, in get_tenant return Tenant.objects.get( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 619, in get clone = self._chain() if self.query.combinator else self.filter(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 410, in get_prep_lookup return super().get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 96, in get_prep_lookup return self.lhs.output_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2750, in get_prep_value return self.to_python(value) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-24 11:36:52,390 basehttp 99085 6174371840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 500 143475 INFO 2025-09-24 11:37:03,305 basehttp 99085 6174371840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 11:37:22,644 basehttp 99085 6174371840 "GET /en/ HTTP/1.1" 200 48433 WARNING 2025-09-24 11:37:22,658 log 99085 6174371840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 11:37:22,658 basehttp 99085 6174371840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 11:37:22,755 basehttp 99085 6191198208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-24 11:37:22,761 basehttp 99085 6174371840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 11:37:22,761 basehttp 99085 6157545472 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1094 INFO 2025-09-24 11:37:22,762 basehttp 99085 6208024576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-24 11:37:52,706 basehttp 99085 6208024576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-24 11:38:03,295 basehttp 99085 6208024576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 11:38:22,742 basehttp 99085 6208024576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 11:38:22,744 basehttp 99085 6174371840 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-24 11:38:22,745 basehttp 99085 6157545472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-24 11:38:52,717 basehttp 99085 6157545472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-24 11:39:22,752 basehttp 99085 6157545472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 11:39:22,755 basehttp 99085 6174371840 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-24 11:39:22,759 basehttp 99085 6208024576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-24 11:39:52,713 basehttp 99085 6208024576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-24 11:39:54,349 basehttp 99085 6208024576 "GET /en/ HTTP/1.1" 200 48477 WARNING 2025-09-24 11:39:54,363 log 99085 6208024576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 11:39:54,363 basehttp 99085 6208024576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 11:39:54,467 basehttp 99085 6191198208 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1094 INFO 2025-09-24 11:39:54,467 basehttp 99085 6208024576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 11:39:54,468 basehttp 99085 6157545472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-24 11:39:54,469 basehttp 99085 6174371840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-24 11:40:03,298 basehttp 99085 6174371840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 11:41:03,295 basehttp 99085 6174371840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-24 11:41:11,188 log 99085 6174371840 Internal Server Error: /en/htmx/dashboard-stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 25, in __call__ tenant = self.get_tenant(request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 59, in get_tenant return Tenant.objects.get( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 619, in get clone = self._chain() if self.query.combinator else self.filter(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 410, in get_prep_lookup return super().get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 96, in get_prep_lookup return self.lhs.output_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2750, in get_prep_value return self.to_python(value) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-24 11:41:11,189 basehttp 99085 6174371840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 500 143475 ERROR 2025-09-24 11:41:11,931 log 99085 6174371840 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 25, in __call__ tenant = self.get_tenant(request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 59, in get_tenant return Tenant.objects.get( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 619, in get clone = self._chain() if self.query.combinator else self.filter(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 410, in get_prep_lookup return super().get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 96, in get_prep_lookup return self.lhs.output_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2750, in get_prep_value return self.to_python(value) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-24 11:41:11,932 basehttp 99085 6174371840 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 143540 ERROR 2025-09-24 11:41:13,024 log 99085 6174371840 Internal Server Error: /en/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 25, in __call__ tenant = self.get_tenant(request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 59, in get_tenant return Tenant.objects.get( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 619, in get clone = self._chain() if self.query.combinator else self.filter(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 410, in get_prep_lookup return super().get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 96, in get_prep_lookup return self.lhs.output_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2750, in get_prep_value return self.to_python(value) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-24 11:41:13,026 basehttp 99085 6174371840 "GET /en/htmx/system-health/ HTTP/1.1" 500 143449 INFO 2025-09-24 11:43:03,346 basehttp 99085 6174371840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 11:43:31,319 autoreload 99085 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py changed, reloading. INFO 2025-09-24 11:43:31,815 autoreload 5076 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 11:43:34,687 basehttp 5076 6341865472 "GET /en/ HTTP/1.1" 200 46987 WARNING 2025-09-24 11:43:36,252 log 5076 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-24 11:43:36,252 basehttp 5076 6341865472 "GET /en/ HTTP/1.1" 200 46987 WARNING 2025-09-24 11:43:36,252 basehttp 5076 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 11:43:36,272 log 5076 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 11:43:36,272 basehttp 5076 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 11:43:36,320 log 5076 6341865472 Bad Request: /en/htmx/dashboard-stats/ WARNING 2025-09-24 11:43:36,320 basehttp 5076 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 400 28 WARNING 2025-09-24 11:43:36,323 log 5076 6358691840 Bad Request: /en/htmx/system-notifications/ WARNING 2025-09-24 11:43:36,323 log 5076 6375518208 Bad Request: /en/htmx/system-health/ WARNING 2025-09-24 11:43:36,323 basehttp 5076 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 400 28 WARNING 2025-09-24 11:43:36,323 basehttp 5076 6375518208 "GET /en/htmx/system-health/ HTTP/1.1" 400 28 INFO 2025-09-24 11:43:41,623 basehttp 5076 6375518208 "GET /en/ HTTP/1.1" 200 46987 WARNING 2025-09-24 11:43:41,636 log 5076 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 11:43:41,637 basehttp 5076 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 11:43:41,696 log 5076 6341865472 Bad Request: /en/htmx/system-health/ WARNING 2025-09-24 11:43:41,697 log 5076 6375518208 Bad Request: /en/htmx/system-notifications/ WARNING 2025-09-24 11:43:41,697 basehttp 5076 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 400 28 WARNING 2025-09-24 11:43:41,697 log 5076 6358691840 Bad Request: /en/htmx/dashboard-stats/ WARNING 2025-09-24 11:43:41,697 basehttp 5076 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 400 28 WARNING 2025-09-24 11:43:41,697 basehttp 5076 6358691840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 400 28 WARNING 2025-09-24 11:44:11,693 log 5076 6358691840 Bad Request: /en/htmx/dashboard-stats/ WARNING 2025-09-24 11:44:11,694 basehttp 5076 6358691840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 400 28 WARNING 2025-09-24 11:44:41,703 log 5076 6358691840 Bad Request: /en/htmx/system-notifications/ WARNING 2025-09-24 11:44:41,703 basehttp 5076 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 400 28 WARNING 2025-09-24 11:44:41,707 log 5076 6375518208 Bad Request: /en/htmx/system-health/ WARNING 2025-09-24 11:44:41,708 basehttp 5076 6375518208 "GET /en/htmx/system-health/ HTTP/1.1" 400 28 WARNING 2025-09-24 11:44:41,708 log 5076 6341865472 Bad Request: /en/htmx/dashboard-stats/ WARNING 2025-09-24 11:44:41,708 basehttp 5076 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 400 28 INFO 2025-09-24 11:44:58,936 autoreload 5076 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-09-24 11:44:59,316 autoreload 5758 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 11:45:00,585 basehttp 5758 6160527360 "GET /en/ HTTP/1.1" 200 48433 WARNING 2025-09-24 11:45:00,610 log 5758 6160527360 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 11:45:00,610 basehttp 5758 6160527360 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 11:45:00,672 basehttp 5758 6160527360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 11:45:00,676 basehttp 5758 6211006464 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1094 INFO 2025-09-24 11:45:00,677 basehttp 5758 6194180096 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-24 11:45:00,678 basehttp 5758 6177353728 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-24 11:45:03,334 basehttp 5758 6177353728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 11:45:30,663 basehttp 5758 6177353728 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-24 11:46:00,659 basehttp 5758 6177353728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 11:46:00,659 basehttp 5758 6194180096 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-24 11:46:00,661 basehttp 5758 6211006464 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-24 11:46:30,656 basehttp 5758 6211006464 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-24 11:47:00,669 basehttp 5758 6177353728 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-24 11:47:00,669 basehttp 5758 6211006464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 11:47:00,671 basehttp 5758 6194180096 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-24 11:47:03,329 basehttp 5758 6194180096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 11:47:30,672 basehttp 5758 6194180096 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-24 11:48:00,690 basehttp 5758 6194180096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 11:48:00,690 basehttp 5758 6211006464 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-24 11:48:00,693 basehttp 5758 6177353728 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-24 11:48:03,325 basehttp 5758 6177353728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 11:48:30,677 basehttp 5758 6177353728 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-24 11:48:39,744 autoreload 5758 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py changed, reloading. INFO 2025-09-24 11:48:40,206 autoreload 7518 8602788160 Watching for file changes with StatReloader ERROR 2025-09-24 11:49:00,717 log 7518 6133788672 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 25, in __call__ tenant = self.get_tenant(request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 43, in get_tenant tenant = self.request.user.tenant ^^^^^^^^^^^^ AttributeError: 'TenantMiddleware' object has no attribute 'request' ERROR 2025-09-24 11:49:00,717 log 7518 6167441408 Internal Server Error: /en/htmx/dashboard-stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 25, in __call__ tenant = self.get_tenant(request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 43, in get_tenant tenant = self.request.user.tenant ^^^^^^^^^^^^ AttributeError: 'TenantMiddleware' object has no attribute 'request' ERROR 2025-09-24 11:49:00,717 log 7518 6150615040 Internal Server Error: /en/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 25, in __call__ tenant = self.get_tenant(request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 43, in get_tenant tenant = self.request.user.tenant ^^^^^^^^^^^^ AttributeError: 'TenantMiddleware' object has no attribute 'request' ERROR 2025-09-24 11:49:00,718 basehttp 7518 6133788672 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 66566 ERROR 2025-09-24 11:49:00,718 basehttp 7518 6167441408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 500 66501 ERROR 2025-09-24 11:49:00,718 basehttp 7518 6150615040 "GET /en/htmx/system-health/ HTTP/1.1" 500 66475 ERROR 2025-09-24 11:49:30,677 log 7518 6167441408 Internal Server Error: /en/htmx/dashboard-stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 25, in __call__ tenant = self.get_tenant(request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 43, in get_tenant tenant = self.request.user.tenant ^^^^^^^^^^^^ AttributeError: 'TenantMiddleware' object has no attribute 'request' ERROR 2025-09-24 11:49:30,677 basehttp 7518 6167441408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 500 66501 ERROR 2025-09-24 11:50:00,705 log 7518 6150615040 Internal Server Error: /en/htmx/dashboard-stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 25, in __call__ tenant = self.get_tenant(request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 43, in get_tenant tenant = self.request.user.tenant ^^^^^^^^^^^^ AttributeError: 'TenantMiddleware' object has no attribute 'request' ERROR 2025-09-24 11:50:00,710 log 7518 6133788672 Internal Server Error: /en/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 25, in __call__ tenant = self.get_tenant(request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 43, in get_tenant tenant = self.request.user.tenant ^^^^^^^^^^^^ AttributeError: 'TenantMiddleware' object has no attribute 'request' ERROR 2025-09-24 11:50:00,713 log 7518 6167441408 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 25, in __call__ tenant = self.get_tenant(request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 43, in get_tenant tenant = self.request.user.tenant ^^^^^^^^^^^^ AttributeError: 'TenantMiddleware' object has no attribute 'request' ERROR 2025-09-24 11:50:00,714 basehttp 7518 6150615040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 500 66501 ERROR 2025-09-24 11:50:00,714 basehttp 7518 6133788672 "GET /en/htmx/system-health/ HTTP/1.1" 500 66475 ERROR 2025-09-24 11:50:00,715 basehttp 7518 6167441408 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 66566 ERROR 2025-09-24 11:50:03,328 log 7518 6167441408 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 25, in __call__ tenant = self.get_tenant(request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 43, in get_tenant tenant = self.request.user.tenant ^^^^^^^^^^^^ AttributeError: 'TenantMiddleware' object has no attribute 'request' ERROR 2025-09-24 11:50:03,328 basehttp 7518 6167441408 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 66586 ERROR 2025-09-24 11:50:30,695 log 7518 6167441408 Internal Server Error: /en/htmx/dashboard-stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 25, in __call__ tenant = self.get_tenant(request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 43, in get_tenant tenant = self.request.user.tenant ^^^^^^^^^^^^ AttributeError: 'TenantMiddleware' object has no attribute 'request' ERROR 2025-09-24 11:50:30,696 basehttp 7518 6167441408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 500 66501 ERROR 2025-09-24 11:51:00,707 log 7518 6133788672 Internal Server Error: /en/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 25, in __call__ tenant = self.get_tenant(request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 43, in get_tenant tenant = self.request.user.tenant ^^^^^^^^^^^^ AttributeError: 'TenantMiddleware' object has no attribute 'request' ERROR 2025-09-24 11:51:00,711 log 7518 6167441408 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 25, in __call__ tenant = self.get_tenant(request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 43, in get_tenant tenant = self.request.user.tenant ^^^^^^^^^^^^ AttributeError: 'TenantMiddleware' object has no attribute 'request' ERROR 2025-09-24 11:51:00,711 basehttp 7518 6133788672 "GET /en/htmx/system-health/ HTTP/1.1" 500 66475 ERROR 2025-09-24 11:51:00,715 log 7518 6150615040 Internal Server Error: /en/htmx/dashboard-stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 25, in __call__ tenant = self.get_tenant(request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 43, in get_tenant tenant = self.request.user.tenant ^^^^^^^^^^^^ AttributeError: 'TenantMiddleware' object has no attribute 'request' ERROR 2025-09-24 11:51:00,715 basehttp 7518 6167441408 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 66566 ERROR 2025-09-24 11:51:00,715 basehttp 7518 6150615040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 500 66501 ERROR 2025-09-24 11:51:03,332 log 7518 6150615040 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 25, in __call__ tenant = self.get_tenant(request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 43, in get_tenant tenant = self.request.user.tenant ^^^^^^^^^^^^ AttributeError: 'TenantMiddleware' object has no attribute 'request' ERROR 2025-09-24 11:51:03,333 basehttp 7518 6150615040 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 66586 ERROR 2025-09-24 11:51:12,670 log 7518 6150615040 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 25, in __call__ tenant = self.get_tenant(request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 43, in get_tenant tenant = self.request.user.tenant ^^^^^^^^^^^^ AttributeError: 'TenantMiddleware' object has no attribute 'request' ERROR 2025-09-24 11:51:12,671 basehttp 7518 6150615040 "GET /en/ HTTP/1.1" 500 66279 ERROR 2025-09-24 11:51:12,714 log 7518 6150615040 Internal Server Error: /.well-known/appspecific/com.chrome.devtools.json Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 25, in __call__ tenant = self.get_tenant(request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py", line 43, in get_tenant tenant = self.request.user.tenant ^^^^^^^^^^^^ AttributeError: 'TenantMiddleware' object has no attribute 'request' ERROR 2025-09-24 11:51:12,714 basehttp 7518 6150615040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 500 65275 INFO 2025-09-24 11:51:56,873 autoreload 7518 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py changed, reloading. INFO 2025-09-24 11:51:57,237 autoreload 9091 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 11:52:06,843 autoreload 9091 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/middleware.py changed, reloading. INFO 2025-09-24 11:52:07,175 autoreload 9192 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 11:52:08,477 basehttp 9192 6161838080 "GET /en/ HTTP/1.1" 200 46987 WARNING 2025-09-24 11:52:08,488 log 9192 6161838080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 11:52:08,489 basehttp 9192 6161838080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 11:52:08,556 log 9192 6161838080 Bad Request: /en/htmx/system-notifications/ WARNING 2025-09-24 11:52:08,556 basehttp 9192 6161838080 "GET /en/htmx/system-notifications/ HTTP/1.1" 400 28 WARNING 2025-09-24 11:52:08,561 log 9192 6195490816 Bad Request: /en/htmx/system-health/ WARNING 2025-09-24 11:52:08,561 log 9192 6178664448 Bad Request: /en/htmx/dashboard-stats/ WARNING 2025-09-24 11:52:08,562 basehttp 9192 6195490816 "GET /en/htmx/system-health/ HTTP/1.1" 400 28 WARNING 2025-09-24 11:52:08,562 basehttp 9192 6178664448 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 400 28 INFO 2025-09-24 11:52:10,703 basehttp 9192 6178664448 "GET /en/ HTTP/1.1" 200 46987 WARNING 2025-09-24 11:52:10,716 log 9192 6178664448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 11:52:10,716 basehttp 9192 6178664448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 11:52:10,777 log 9192 6195490816 Bad Request: /en/htmx/dashboard-stats/ WARNING 2025-09-24 11:52:10,777 log 9192 6178664448 Bad Request: /en/htmx/system-notifications/ WARNING 2025-09-24 11:52:10,778 log 9192 6161838080 Bad Request: /en/htmx/system-health/ WARNING 2025-09-24 11:52:10,778 basehttp 9192 6178664448 "GET /en/htmx/system-notifications/ HTTP/1.1" 400 28 WARNING 2025-09-24 11:52:10,778 basehttp 9192 6195490816 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 400 28 WARNING 2025-09-24 11:52:10,778 basehttp 9192 6161838080 "GET /en/htmx/system-health/ HTTP/1.1" 400 28 INFO 2025-09-24 11:52:33,766 basehttp 9192 6178664448 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-09-24 11:52:33,806 basehttp 9192 6161838080 "GET /en/emr/ HTTP/1.1" 200 70504 WARNING 2025-09-24 11:52:33,822 log 9192 6161838080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 11:52:33,822 basehttp 9192 6161838080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 11:52:33,845 log 9192 6161838080 Bad Request: /en/htmx/system-notifications/ WARNING 2025-09-24 11:52:33,846 basehttp 9192 6161838080 "GET /en/htmx/system-notifications/ HTTP/1.1" 400 28 INFO 2025-09-24 11:52:33,907 basehttp 9192 6195490816 "GET /en/emr/stats/ HTTP/1.1" 200 2969 WARNING 2025-09-24 11:53:03,311 log 9192 6195490816 Bad Request: /en/htmx/system-notifications/ WARNING 2025-09-24 11:53:03,311 basehttp 9192 6195490816 "GET /en/htmx/system-notifications/ HTTP/1.1" 400 28 WARNING 2025-09-24 11:53:33,853 log 9192 6195490816 Bad Request: /en/htmx/system-notifications/ WARNING 2025-09-24 11:53:33,853 basehttp 9192 6195490816 "GET /en/htmx/system-notifications/ HTTP/1.1" 400 28 WARNING 2025-09-24 11:54:03,317 log 9192 6195490816 Bad Request: /en/htmx/system-notifications/ WARNING 2025-09-24 11:54:03,317 basehttp 9192 6195490816 "GET /en/htmx/system-notifications/ HTTP/1.1" 400 28 INFO 2025-09-24 11:54:29,569 basehttp 9192 6195490816 "GET /en/emr/ HTTP/1.1" 200 70504 WARNING 2025-09-24 11:54:29,585 log 9192 6195490816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 11:54:29,585 basehttp 9192 6195490816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 11:54:29,626 log 9192 6195490816 Bad Request: /en/htmx/system-notifications/ WARNING 2025-09-24 11:54:29,626 basehttp 9192 6195490816 "GET /en/htmx/system-notifications/ HTTP/1.1" 400 28 INFO 2025-09-24 11:54:29,649 basehttp 9192 6161838080 "GET /en/emr/stats/ HTTP/1.1" 200 2969 WARNING 2025-09-24 11:55:03,327 log 9192 6161838080 Bad Request: /en/htmx/system-notifications/ WARNING 2025-09-24 11:55:03,328 basehttp 9192 6161838080 "GET /en/htmx/system-notifications/ HTTP/1.1" 400 28 WARNING 2025-09-24 11:55:29,633 log 9192 6161838080 Bad Request: /en/htmx/system-notifications/ WARNING 2025-09-24 11:55:29,634 basehttp 9192 6161838080 "GET /en/htmx/system-notifications/ HTTP/1.1" 400 28 INFO 2025-09-24 13:47:45,155 autoreload 26168 8602788160 Watching for file changes with StatReloader WARNING 2025-09-24 13:47:51,574 log 26168 6158659584 Bad Request: /en/htmx/system-notifications/ WARNING 2025-09-24 13:47:51,574 basehttp 26168 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 400 28 WARNING 2025-09-24 13:47:51,653 log 26168 6158659584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 13:47:51,654 basehttp 26168 6158659584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 13:47:52,373 basehttp 26168 6158659584 "GET /en/ HTTP/1.1" 200 46977 WARNING 2025-09-24 13:47:52,388 log 26168 6158659584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 13:47:52,388 basehttp 26168 6158659584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 13:47:52,464 log 26168 6158659584 Bad Request: /en/htmx/system-notifications/ WARNING 2025-09-24 13:47:52,464 basehttp 26168 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 400 28 WARNING 2025-09-24 13:47:52,468 log 26168 6192312320 Bad Request: /en/htmx/system-health/ WARNING 2025-09-24 13:47:52,468 log 26168 6175485952 Bad Request: /en/htmx/dashboard-stats/ WARNING 2025-09-24 13:47:52,469 basehttp 26168 6192312320 "GET /en/htmx/system-health/ HTTP/1.1" 400 28 WARNING 2025-09-24 13:47:52,469 basehttp 26168 6175485952 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 400 28 WARNING 2025-09-24 13:47:58,550 log 26168 6175485952 Bad Request: /en/htmx/system-notifications/ WARNING 2025-09-24 13:47:58,551 basehttp 26168 6175485952 "GET /en/htmx/system-notifications/ HTTP/1.1" 400 28 WARNING 2025-09-24 13:48:22,467 log 26168 6175485952 Bad Request: /en/htmx/dashboard-stats/ WARNING 2025-09-24 13:48:22,467 basehttp 26168 6175485952 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 400 28 WARNING 2025-09-24 13:48:52,482 log 26168 6175485952 Bad Request: /en/htmx/system-notifications/ WARNING 2025-09-24 13:48:52,483 log 26168 6192312320 Bad Request: /en/htmx/system-health/ WARNING 2025-09-24 13:48:52,483 log 26168 6158659584 Bad Request: /en/htmx/dashboard-stats/ WARNING 2025-09-24 13:48:52,483 basehttp 26168 6158659584 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 400 28 WARNING 2025-09-24 13:48:52,483 basehttp 26168 6192312320 "GET /en/htmx/system-health/ HTTP/1.1" 400 28 WARNING 2025-09-24 13:48:52,484 basehttp 26168 6175485952 "GET /en/htmx/system-notifications/ HTTP/1.1" 400 28 WARNING 2025-09-24 13:48:58,556 log 26168 6175485952 Bad Request: /en/htmx/system-notifications/ WARNING 2025-09-24 13:48:58,556 basehttp 26168 6175485952 "GET /en/htmx/system-notifications/ HTTP/1.1" 400 28 WARNING 2025-09-24 13:49:22,470 log 26168 6175485952 Bad Request: /en/htmx/dashboard-stats/ WARNING 2025-09-24 13:49:22,471 basehttp 26168 6175485952 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 400 28 WARNING 2025-09-24 13:49:52,489 log 26168 6192312320 Bad Request: /en/htmx/dashboard-stats/ WARNING 2025-09-24 13:49:52,489 basehttp 26168 6192312320 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 400 28 WARNING 2025-09-24 13:49:52,493 log 26168 6158659584 Bad Request: /en/htmx/system-health/ WARNING 2025-09-24 13:49:52,493 log 26168 6175485952 Bad Request: /en/htmx/system-notifications/ WARNING 2025-09-24 13:49:52,494 basehttp 26168 6158659584 "GET /en/htmx/system-health/ HTTP/1.1" 400 28 WARNING 2025-09-24 13:49:52,494 basehttp 26168 6175485952 "GET /en/htmx/system-notifications/ HTTP/1.1" 400 28 WARNING 2025-09-24 13:49:58,585 log 26168 6175485952 Bad Request: /en/htmx/system-notifications/ WARNING 2025-09-24 13:49:58,586 basehttp 26168 6175485952 "GET /en/htmx/system-notifications/ HTTP/1.1" 400 28 WARNING 2025-09-24 13:50:22,465 log 26168 6175485952 Bad Request: /en/htmx/dashboard-stats/ WARNING 2025-09-24 13:50:22,465 basehttp 26168 6175485952 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 400 28 INFO 2025-09-24 13:50:30,934 autoreload 26168 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-09-24 13:50:31,313 autoreload 27501 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 13:50:32,603 basehttp 27501 6136279040 "GET /en/ HTTP/1.1" 200 46977 WARNING 2025-09-24 13:50:32,638 log 27501 6136279040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 13:50:32,639 basehttp 27501 6136279040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 13:50:32,668 basehttp 27501 6136279040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-24 13:50:32,668 log 27501 6153105408 Bad Request: /en/htmx/dashboard-stats/ WARNING 2025-09-24 13:50:32,669 basehttp 27501 6153105408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 400 28 INFO 2025-09-24 13:50:32,672 basehttp 27501 6169931776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 WARNING 2025-09-24 13:51:02,658 log 27501 6169931776 Bad Request: /en/htmx/dashboard-stats/ WARNING 2025-09-24 13:51:02,658 basehttp 27501 6169931776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 400 28 INFO 2025-09-24 13:51:32,728 basehttp 27501 6169931776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-24 13:51:32,731 log 27501 6136279040 Bad Request: /en/htmx/dashboard-stats/ WARNING 2025-09-24 13:51:32,732 basehttp 27501 6136279040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 400 28 INFO 2025-09-24 13:51:32,734 basehttp 27501 6153105408 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-24 13:51:58,595 basehttp 27501 6153105408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-24 13:52:02,727 log 27501 6153105408 Bad Request: /en/htmx/dashboard-stats/ WARNING 2025-09-24 13:52:02,727 basehttp 27501 6153105408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 400 28 WARNING 2025-09-24 13:52:32,746 log 27501 6169931776 Bad Request: /en/htmx/dashboard-stats/ WARNING 2025-09-24 13:52:32,747 basehttp 27501 6169931776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 400 28 INFO 2025-09-24 13:52:32,748 basehttp 27501 6153105408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 13:52:32,750 basehttp 27501 6136279040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-24 13:52:58,597 basehttp 27501 6136279040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-24 13:53:02,722 log 27501 6136279040 Bad Request: /en/htmx/dashboard-stats/ WARNING 2025-09-24 13:53:02,722 basehttp 27501 6136279040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 400 28 WARNING 2025-09-24 13:53:32,827 log 27501 6169931776 Bad Request: /en/htmx/dashboard-stats/ INFO 2025-09-24 13:53:32,828 basehttp 27501 6136279040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 13:53:32,828 basehttp 27501 6153105408 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 WARNING 2025-09-24 13:53:32,828 basehttp 27501 6169931776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 400 28 INFO 2025-09-24 13:53:58,610 basehttp 27501 6169931776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-24 13:54:02,735 log 27501 6169931776 Bad Request: /en/htmx/dashboard-stats/ WARNING 2025-09-24 13:54:02,735 basehttp 27501 6169931776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 400 28 INFO 2025-09-24 13:54:32,730 basehttp 27501 6169931776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 13:54:32,731 basehttp 27501 6153105408 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 WARNING 2025-09-24 13:54:32,731 log 27501 6136279040 Bad Request: /en/htmx/dashboard-stats/ WARNING 2025-09-24 13:54:32,731 basehttp 27501 6136279040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 400 28 INFO 2025-09-24 13:54:58,742 basehttp 27501 6136279040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-24 13:55:02,732 log 27501 6136279040 Bad Request: /en/htmx/dashboard-stats/ WARNING 2025-09-24 13:55:02,732 basehttp 27501 6136279040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 400 28 INFO 2025-09-24 13:55:32,744 basehttp 27501 6153105408 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-24 13:55:32,745 basehttp 27501 6136279040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-24 13:55:32,754 log 27501 6169931776 Bad Request: /en/htmx/dashboard-stats/ WARNING 2025-09-24 13:55:32,755 basehttp 27501 6169931776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 400 28 WARNING 2025-09-24 13:56:02,734 log 27501 6169931776 Bad Request: /en/htmx/dashboard-stats/ WARNING 2025-09-24 13:56:02,735 basehttp 27501 6169931776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 400 28 WARNING 2025-09-24 13:56:32,748 log 27501 6153105408 Bad Request: /en/htmx/dashboard-stats/ WARNING 2025-09-24 13:56:32,749 basehttp 27501 6153105408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 400 28 INFO 2025-09-24 13:56:32,749 basehttp 27501 6136279040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-24 13:56:32,750 basehttp 27501 6169931776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 13:56:33,647 autoreload 27501 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-09-24 13:56:34,208 autoreload 30344 8602788160 Watching for file changes with StatReloader WARNING 2025-09-24 13:56:35,000 log 30344 6131658752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 13:56:35,038 basehttp 30344 6131658752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 13:56:35,216 log 30344 6131658752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 13:56:35,216 basehttp 30344 6131658752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 13:56:37,050 basehttp 30344 6131658752 "GET /en/ HTTP/1.1" 200 46977 INFO 2025-09-24 13:56:37,133 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 13:56:37,138 basehttp 30344 6165311488 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-24 13:56:37,140 basehttp 30344 6148485120 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 WARNING 2025-09-24 13:56:37,150 log 30344 6148485120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 13:56:37,150 basehttp 30344 6148485120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 13:56:56,545 basehttp 30344 6148485120 "GET /en/ HTTP/1.1" 200 46977 INFO 2025-09-24 13:56:56,562 basehttp 30344 6131658752 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-24 13:56:56,565 log 30344 6131658752 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-24 13:56:56,566 basehttp 30344 13304360960 "GET /static/img/user/user-12.jpg HTTP/1.1" 200 8541 WARNING 2025-09-24 13:56:56,566 basehttp 30344 6131658752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 13:56:56,570 basehttp 30344 13321187328 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-24 13:56:56,576 basehttp 30344 13304360960 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-24 13:56:56,576 basehttp 30344 6148485120 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-24 13:56:56,578 basehttp 30344 13338013696 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-24 13:56:56,580 basehttp 30344 6165311488 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-24 13:56:56,593 basehttp 30344 6165311488 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-24 13:56:56,904 basehttp 30344 6165311488 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-24 13:56:56,920 basehttp 30344 13304360960 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-24 13:56:56,920 basehttp 30344 6165311488 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-24 13:56:56,921 basehttp 30344 6148485120 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-24 13:56:56,921 basehttp 30344 13321187328 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-24 13:56:56,922 basehttp 30344 13338013696 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-24 13:56:56,924 basehttp 30344 13304360960 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-24 13:56:56,925 basehttp 30344 6165311488 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-24 13:56:56,926 basehttp 30344 6148485120 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-24 13:56:56,927 basehttp 30344 13321187328 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-24 13:56:56,927 basehttp 30344 13338013696 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-24 13:56:56,928 basehttp 30344 6131658752 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-24 13:56:56,928 basehttp 30344 6148485120 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-24 13:56:56,930 basehttp 30344 6165311488 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-24 13:56:56,930 basehttp 30344 13304360960 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-24 13:56:56,932 basehttp 30344 13321187328 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-24 13:56:56,932 basehttp 30344 13338013696 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-24 13:56:56,932 basehttp 30344 6131658752 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-24 13:56:56,934 basehttp 30344 13338013696 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-24 13:56:56,934 basehttp 30344 6131658752 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-24 13:56:56,935 basehttp 30344 6131658752 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-24 13:56:56,935 basehttp 30344 13338013696 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-24 13:56:56,935 basehttp 30344 13321187328 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 WARNING 2025-09-24 13:56:56,943 log 30344 13321187328 Not Found: /favicon.ico WARNING 2025-09-24 13:56:56,943 basehttp 30344 13321187328 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-24 13:56:56,948 basehttp 30344 6148485120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 13:56:56,956 basehttp 30344 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-24 13:56:56,975 basehttp 30344 6165311488 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-24 13:56:58,604 basehttp 30344 6165311488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 13:57:26,952 basehttp 30344 6165311488 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-24 13:57:28,194 basehttp 30344 6165311488 "GET /en/inpatients/ HTTP/1.1" 200 58849 WARNING 2025-09-24 13:57:28,205 log 30344 6165311488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 13:57:28,205 basehttp 30344 6165311488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 13:57:28,265 basehttp 30344 6165311488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 13:57:28,267 basehttp 30344 13304360960 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 13:57:28,288 basehttp 30344 6148485120 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-24 13:57:58,256 basehttp 30344 6148485120 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 13:57:58,603 basehttp 30344 6148485120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 13:58:12,917 basehttp 30344 6148485120 "GET /en/emr/ HTTP/1.1" 200 70504 WARNING 2025-09-24 13:58:12,935 log 30344 6148485120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 13:58:12,935 basehttp 30344 6148485120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 13:58:12,961 basehttp 30344 6148485120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 13:58:12,987 basehttp 30344 13304360960 "GET /en/emr/stats/ HTTP/1.1" 200 2969 WARNING 2025-09-24 13:58:33,012 log 30344 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 13:58:33,013 basehttp 30344 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 13:58:33,020 log 30344 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 13:58:33,020 basehttp 30344 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 13:58:33,039 basehttp 30344 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-24 13:58:33,040 basehttp 30344 6165311488 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 13:58:33,064 basehttp 30344 6148485120 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-24 13:59:03,024 basehttp 30344 6148485120 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 13:59:28,292 basehttp 30344 6148485120 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-24 13:59:33,029 basehttp 30344 6148485120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 13:59:33,030 basehttp 30344 13304360960 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 13:59:33,048 basehttp 30344 6165311488 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-24 13:59:58,608 basehttp 30344 6165311488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:00:03,030 basehttp 30344 6165311488 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 14:00:27,603 basehttp 30344 6165311488 "GET /en/inpatients/surgery/ HTTP/1.1" 200 94171 WARNING 2025-09-24 14:00:27,617 log 30344 6165311488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:00:27,617 basehttp 30344 6165311488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:00:27,665 basehttp 30344 6165311488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-24 14:00:34,824 log 30344 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:00:34,824 basehttp 30344 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 14:00:34,834 log 30344 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:00:34,834 basehttp 30344 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:00:34,845 basehttp 30344 6165311488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:00:34,857 basehttp 30344 6148485120 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 14:00:34,897 basehttp 30344 13304360960 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-24 14:00:49,149 basehttp 30344 13304360960 "GET /en/inpatients/admissions/ HTTP/1.1" 200 155627 WARNING 2025-09-24 14:00:49,164 log 30344 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:00:49,164 basehttp 30344 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:00:49,222 basehttp 30344 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:00:58,609 basehttp 30344 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:01:49,235 basehttp 30344 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:02:49,238 basehttp 30344 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:02:58,605 basehttp 30344 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:03:49,242 basehttp 30344 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:03:58,612 basehttp 30344 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:04:49,246 basehttp 30344 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:05:49,248 basehttp 30344 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:05:58,601 basehttp 30344 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:06:37,913 basehttp 30344 13304360960 "GET /en/inpatients/ HTTP/1.1" 200 58849 WARNING 2025-09-24 14:06:37,926 log 30344 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:06:37,926 basehttp 30344 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:06:37,963 basehttp 30344 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:06:37,969 basehttp 30344 6131658752 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 14:06:38,026 basehttp 30344 6148485120 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-24 14:06:58,649 basehttp 30344 6148485120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:07:07,982 basehttp 30344 6148485120 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 14:07:18,322 basehttp 30344 6148485120 "GET /en/inpatients/transfers/ HTTP/1.1" 200 98949 WARNING 2025-09-24 14:07:18,338 log 30344 6148485120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:07:18,338 basehttp 30344 6148485120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:07:18,387 basehttp 30344 6148485120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:08:16,802 basehttp 30344 6148485120 "GET /en/inpatients/transfer/65/ HTTP/1.1" 200 10461 WARNING 2025-09-24 14:08:16,818 log 30344 6148485120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:08:16,818 basehttp 30344 6148485120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 14:08:52,256 log 30344 6131658752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:08:52,256 basehttp 30344 6131658752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:08:52,259 basehttp 30344 6148485120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-24 14:08:52,263 log 30344 6148485120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:08:52,264 basehttp 30344 6148485120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:08:58,652 basehttp 30344 6148485120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:09:52,268 basehttp 30344 6148485120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:09:58,641 basehttp 30344 6148485120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-24 14:09:59,843 log 30344 6165311488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:09:59,843 basehttp 30344 6165311488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 14:09:59,853 log 30344 6165311488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:09:59,853 basehttp 30344 6165311488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:09:59,866 basehttp 30344 13304360960 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 14:09:59,866 basehttp 30344 6148485120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:09:59,885 basehttp 30344 6131658752 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-24 14:09:59,949 basehttp 30344 6148485120 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-24 14:10:00,564 basehttp 30344 6148485120 "GET /en/inpatients/ HTTP/1.1" 200 58501 WARNING 2025-09-24 14:10:00,573 log 30344 6148485120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:10:00,573 basehttp 30344 6148485120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:10:00,628 basehttp 30344 6148485120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:10:00,629 basehttp 30344 6131658752 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 14:10:26,572 basehttp 30344 6131658752 "GET /en/inpatients/admissions/63/ HTTP/1.1" 200 26086 WARNING 2025-09-24 14:10:26,589 log 30344 6131658752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:10:26,589 basehttp 30344 6131658752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:10:26,632 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-24 14:10:33,747 log 30344 6148485120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:10:33,747 basehttp 30344 6148485120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:10:33,750 basehttp 30344 6131658752 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 WARNING 2025-09-24 14:10:33,757 log 30344 6131658752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:10:33,757 basehttp 30344 6131658752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:10:58,657 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:10:59,003 basehttp 30344 6131658752 "GET /en/inpatients/ HTTP/1.1" 200 58911 WARNING 2025-09-24 14:10:59,014 log 30344 6131658752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:10:59,014 basehttp 30344 6131658752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:10:59,071 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:10:59,072 basehttp 30344 6148485120 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 14:11:29,080 basehttp 30344 6148485120 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 14:11:59,099 basehttp 30344 6131658752 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 14:11:59,099 basehttp 30344 6148485120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:12:05,131 basehttp 30344 6148485120 "GET /en/inpatients/ HTTP/1.1" 200 58911 WARNING 2025-09-24 14:12:05,145 log 30344 6148485120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:12:05,146 basehttp 30344 6148485120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:12:05,199 basehttp 30344 6148485120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:12:05,200 basehttp 30344 6131658752 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 14:12:06,268 basehttp 30344 6131658752 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-24 14:12:35,194 basehttp 30344 6131658752 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 14:12:58,642 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:13:05,201 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:13:05,201 basehttp 30344 6148485120 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 14:13:35,199 basehttp 30344 6148485120 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 14:13:56,170 basehttp 30344 6148485120 "GET /en/inpatients/ HTTP/1.1" 200 57903 WARNING 2025-09-24 14:13:56,179 log 30344 6148485120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:13:56,179 basehttp 30344 6148485120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:13:56,252 basehttp 30344 6148485120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:13:56,252 basehttp 30344 6131658752 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 14:13:58,642 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:14:25,580 basehttp 30344 6131658752 "GET /en/inpatients/ HTTP/1.1" 200 57903 WARNING 2025-09-24 14:14:25,590 log 30344 6131658752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:14:25,590 basehttp 30344 6131658752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:14:25,644 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:14:25,644 basehttp 30344 6148485120 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 14:14:50,460 basehttp 30344 6148485120 "GET /en/inpatients/ HTTP/1.1" 200 57976 WARNING 2025-09-24 14:14:50,471 log 30344 6148485120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:14:50,471 basehttp 30344 6148485120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:14:50,535 basehttp 30344 6148485120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:14:50,535 basehttp 30344 6131658752 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 14:14:58,656 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:15:20,527 basehttp 30344 6131658752 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 14:15:50,531 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:15:50,532 basehttp 30344 6148485120 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 14:15:58,658 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:16:20,526 basehttp 30344 6131658752 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 14:16:50,555 basehttp 30344 6148485120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:16:50,557 basehttp 30344 6165311488 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 14:16:50,580 basehttp 30344 6131658752 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-24 14:17:20,540 basehttp 30344 6131658752 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 14:17:38,662 basehttp 30344 6131658752 "GET /en/inpatients/ HTTP/1.1" 200 58141 WARNING 2025-09-24 14:17:38,671 log 30344 6131658752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:17:38,671 basehttp 30344 6131658752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:17:38,724 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:17:38,725 basehttp 30344 6165311488 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 14:17:58,652 basehttp 30344 6165311488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:18:38,728 basehttp 30344 6165311488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:18:58,657 basehttp 30344 6165311488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:19:38,745 basehttp 30344 6165311488 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-24 14:19:38,746 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:19:58,662 basehttp 30344 6165311488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:20:38,738 basehttp 30344 6165311488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:21:03,636 basehttp 30344 6165311488 "GET /en/inpatients/ HTTP/1.1" 200 58840 WARNING 2025-09-24 14:21:03,645 log 30344 6165311488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:21:03,645 basehttp 30344 6165311488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:21:03,706 basehttp 30344 6165311488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:21:03,707 basehttp 30344 6131658752 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 14:21:58,642 basehttp 30344 6165311488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:22:03,699 basehttp 30344 6165311488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:22:27,611 basehttp 30344 6165311488 "GET /en/inpatients/ HTTP/1.1" 200 59393 WARNING 2025-09-24 14:22:27,623 log 30344 6165311488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:22:27,623 basehttp 30344 6165311488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:22:27,686 basehttp 30344 6165311488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:22:27,686 basehttp 30344 6131658752 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 14:22:58,638 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:23:27,677 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:23:31,356 basehttp 30344 6131658752 "GET /en/inpatients/ HTTP/1.1" 200 60504 WARNING 2025-09-24 14:23:31,367 log 30344 6131658752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:23:31,368 basehttp 30344 6131658752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:23:31,458 basehttp 30344 6165311488 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-24 14:23:31,459 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:23:58,646 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:24:31,427 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:25:31,660 basehttp 30344 6165311488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:25:31,687 basehttp 30344 6131658752 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-24 14:25:58,638 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:26:32,644 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:26:58,637 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:27:31,655 basehttp 30344 6131658752 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-24 14:27:33,641 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:27:55,253 basehttp 30344 6131658752 "GET /en/inpatients/ HTTP/1.1" 200 60176 WARNING 2025-09-24 14:27:55,264 log 30344 6131658752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:27:55,264 basehttp 30344 6131658752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:27:55,339 basehttp 30344 6165311488 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2672 INFO 2025-09-24 14:27:55,339 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:28:55,345 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:28:58,643 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:29:55,350 basehttp 30344 6131658752 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-24 14:29:55,352 basehttp 30344 6165311488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:29:58,636 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:30:55,353 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:31:55,354 basehttp 30344 6165311488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:31:55,380 basehttp 30344 6131658752 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-24 14:31:56,503 basehttp 30344 6131658752 "GET /en/inpatients/ HTTP/1.1" 200 59186 WARNING 2025-09-24 14:31:56,515 log 30344 6131658752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:31:56,515 basehttp 30344 6131658752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:31:56,585 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:31:56,588 basehttp 30344 6165311488 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 1682 INFO 2025-09-24 14:31:58,642 basehttp 30344 6165311488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:32:56,588 basehttp 30344 6165311488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:32:58,635 basehttp 30344 6165311488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:33:31,053 basehttp 30344 6165311488 "GET /en/inpatients/ HTTP/1.1" 200 59185 WARNING 2025-09-24 14:33:31,064 log 30344 6165311488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:33:31,065 basehttp 30344 6165311488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:33:31,123 basehttp 30344 6131658752 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 1683 INFO 2025-09-24 14:33:31,123 basehttp 30344 6165311488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:33:58,651 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:34:31,116 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:34:58,654 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:35:31,138 basehttp 30344 6165311488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:35:31,166 basehttp 30344 6131658752 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-24 14:36:31,124 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:36:58,645 basehttp 30344 6131658752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:37:31,082 basehttp 30344 6165311488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:37:31,109 basehttp 30344 6131658752 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-24 14:37:40,667 autoreload 30344 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-24 14:37:41,200 autoreload 49876 8602788160 Watching for file changes with StatReloader WARNING 2025-09-24 14:37:42,068 log 49876 6195621888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:37:42,068 basehttp 49876 6195621888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 14:37:42,074 log 49876 6195621888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:37:42,074 basehttp 49876 6195621888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:37:43,458 basehttp 49876 6195621888 "GET /en/inpatients/ HTTP/1.1" 200 59596 WARNING 2025-09-24 14:37:43,471 log 49876 6195621888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:37:43,471 basehttp 49876 6195621888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:37:43,522 basehttp 49876 6195621888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:37:43,523 basehttp 49876 6212448256 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-09-24 14:37:58,596 basehttp 49876 6212448256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:38:43,517 basehttp 49876 6212448256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:39:43,520 basehttp 49876 6195621888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:39:43,537 basehttp 49876 6212448256 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-24 14:39:58,580 basehttp 49876 6212448256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:40:43,522 basehttp 49876 6212448256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:40:58,582 basehttp 49876 6212448256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:41:43,533 basehttp 49876 6212448256 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-24 14:41:43,537 basehttp 49876 6195621888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:41:58,372 basehttp 49876 6212448256 "GET /en/inpatients/ HTTP/1.1" 200 59625 WARNING 2025-09-24 14:41:58,381 log 49876 6212448256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:41:58,381 basehttp 49876 6212448256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:41:58,437 basehttp 49876 6195621888 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-09-24 14:41:58,437 basehttp 49876 6212448256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:42:47,754 basehttp 49876 6195621888 "GET /en/inpatients/ HTTP/1.1" 200 59771 WARNING 2025-09-24 14:42:47,764 log 49876 6195621888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:42:47,764 basehttp 49876 6195621888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:42:47,838 basehttp 49876 6195621888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:42:47,838 basehttp 49876 6212448256 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-09-24 14:42:58,581 basehttp 49876 6195621888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:42:59,064 basehttp 49876 6195621888 "GET /en/inpatients/ HTTP/1.1" 200 59761 WARNING 2025-09-24 14:42:59,073 log 49876 6195621888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:42:59,073 basehttp 49876 6195621888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:42:59,137 basehttp 49876 6195621888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:42:59,139 basehttp 49876 6212448256 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-09-24 14:43:49,969 basehttp 49876 6212448256 "GET /en/inpatients/admissions/ HTTP/1.1" 200 155627 WARNING 2025-09-24 14:43:49,979 log 49876 6212448256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:43:49,979 basehttp 49876 6212448256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:43:50,023 basehttp 49876 6212448256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:43:58,579 basehttp 49876 6212448256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:44:03,718 basehttp 49876 6212448256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-24 14:44:03,722 log 49876 6212448256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:44:03,723 basehttp 49876 6212448256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 14:44:03,730 log 49876 6212448256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:44:03,730 basehttp 49876 6212448256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:44:32,889 basehttp 49876 6195621888 "GET /en/inpatients/beds/ HTTP/1.1" 200 457000 WARNING 2025-09-24 14:44:32,907 log 49876 6195621888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:44:32,907 basehttp 49876 6195621888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:44:32,909 basehttp 49876 6229274624 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-24 14:44:32,909 basehttp 49876 6212448256 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-24 14:44:33,042 basehttp 49876 6229274624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:44:33,044 basehttp 49876 6212448256 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-09-24 14:44:33,151 basehttp 49876 6212448256 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 457000 INFO 2025-09-24 14:44:58,582 basehttp 49876 6212448256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:45:03,022 basehttp 49876 6212448256 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-09-24 14:45:03,150 basehttp 49876 6212448256 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 457000 INFO 2025-09-24 14:45:13,905 basehttp 49876 6212448256 "GET /en/inpatients/beds/31/ HTTP/1.1" 200 49610 WARNING 2025-09-24 14:45:13,917 log 49876 6229274624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:45:13,917 basehttp 49876 6229274624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:45:13,918 basehttp 49876 6212448256 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 INFO 2025-09-24 14:45:13,962 basehttp 49876 6212448256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:45:13,968 basehttp 49876 6212448256 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 WARNING 2025-09-24 14:45:24,997 log 49876 6212448256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:45:24,998 basehttp 49876 6212448256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 14:45:25,007 log 49876 6212448256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:45:25,007 basehttp 49876 6212448256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:45:33,026 basehttp 49876 6212448256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:45:33,027 basehttp 49876 6229274624 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-09-24 14:45:33,150 basehttp 49876 6229274624 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 457000 INFO 2025-09-24 14:46:03,033 basehttp 49876 6229274624 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-09-24 14:46:03,147 basehttp 49876 6229274624 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 457000 INFO 2025-09-24 14:46:33,027 basehttp 49876 6229274624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:46:33,029 basehttp 49876 6212448256 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-09-24 14:46:33,151 basehttp 49876 6212448256 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 457000 INFO 2025-09-24 14:46:58,578 basehttp 49876 6212448256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:47:03,031 basehttp 49876 6212448256 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-09-24 14:47:03,148 basehttp 49876 6212448256 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 457000 INFO 2025-09-24 14:47:33,029 basehttp 49876 6212448256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:47:33,032 basehttp 49876 6229274624 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-09-24 14:47:33,150 basehttp 49876 6229274624 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 457000 INFO 2025-09-24 14:47:58,579 basehttp 49876 6229274624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:48:03,034 basehttp 49876 6229274624 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-09-24 14:48:03,150 basehttp 49876 6229274624 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 457000 WARNING 2025-09-24 14:48:17,468 log 49876 6246100992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:48:17,468 basehttp 49876 6246100992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 14:48:17,477 log 49876 6246100992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:48:17,477 basehttp 49876 6246100992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:48:17,486 basehttp 49876 6212448256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:48:17,487 basehttp 49876 6195621888 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-09-24 14:48:17,509 basehttp 49876 6229274624 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-24 14:48:17,511 basehttp 49876 6195621888 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-09-24 14:48:58,579 basehttp 49876 6195621888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:48:59,136 basehttp 49876 6195621888 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522320 INFO 2025-09-24 14:49:15,335 basehttp 49876 6195621888 "GET /en/inpatients/admissions/ HTTP/1.1" 200 155627 WARNING 2025-09-24 14:49:15,348 log 49876 6195621888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:49:15,348 basehttp 49876 6195621888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:49:15,398 basehttp 49876 6195621888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:49:58,590 basehttp 49876 6195621888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:50:15,400 basehttp 49876 6195621888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-24 14:50:23,915 log 49876 6229274624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:50:23,915 basehttp 49876 6229274624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:50:23,917 basehttp 49876 6195621888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-24 14:50:23,928 log 49876 6195621888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:50:23,928 basehttp 49876 6195621888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:50:27,919 basehttp 49876 6195621888 "GET /en/inpatients/wards/ HTTP/1.1" 200 47322 WARNING 2025-09-24 14:50:27,931 log 49876 6195621888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:50:27,931 basehttp 49876 6195621888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:50:27,973 basehttp 49876 6195621888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:50:50,560 basehttp 49876 6195621888 "GET /en/inpatients/beds/?ward=2 HTTP/1.1" 200 457000 WARNING 2025-09-24 14:50:50,577 log 49876 6195621888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:50:50,577 basehttp 49876 6195621888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:50:50,679 basehttp 49876 6195621888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:50:50,679 basehttp 49876 6229274624 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-09-24 14:50:50,795 basehttp 49876 6229274624 "GET /en/inpatients/beds/?ward=2&action=update_status HTTP/1.1" 200 457000 WARNING 2025-09-24 14:51:01,685 log 49876 6229274624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:51:01,686 basehttp 49876 6229274624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 14:51:01,694 log 49876 6229274624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:51:01,694 basehttp 49876 6229274624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:51:03,232 basehttp 49876 6229274624 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62772 WARNING 2025-09-24 14:51:03,246 log 49876 6229274624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:51:03,246 basehttp 49876 6229274624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:51:03,288 basehttp 49876 6229274624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-09-24 14:51:25,339 log 49876 6229274624 Internal Server Error: /en/inpatients/beds/189/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1626, in bed_details context['bed_stats'] = { ^^^^^^^ NameError: name 'context' is not defined ERROR 2025-09-24 14:51:25,340 basehttp 49876 6229274624 "GET /en/inpatients/beds/189/details/ HTTP/1.1" 500 73536 INFO 2025-09-24 14:51:58,578 basehttp 49876 6229274624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:52:03,298 basehttp 49876 6229274624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:52:34,204 autoreload 49876 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-24 14:52:34,685 autoreload 57000 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 14:52:35,540 basehttp 57000 6341865472 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62772 WARNING 2025-09-24 14:52:35,557 log 57000 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:52:35,557 basehttp 57000 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:52:35,610 basehttp 57000 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-09-24 14:52:36,564 log 57000 6341865472 Internal Server Error: /en/inpatients/beds/201/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1626, in bed_details context['bed_stats'] = { ^^^^^^^ NameError: name 'context' is not defined ERROR 2025-09-24 14:52:36,566 basehttp 57000 6341865472 "GET /en/inpatients/beds/201/details/ HTTP/1.1" 500 73536 INFO 2025-09-24 14:52:58,628 basehttp 57000 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:53:35,607 basehttp 57000 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:54:05,492 autoreload 57000 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-24 14:54:05,931 autoreload 57698 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 14:54:33,994 autoreload 57698 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-24 14:54:34,440 autoreload 57947 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 14:54:35,749 basehttp 57947 6192508928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:54:36,262 basehttp 57947 6192508928 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62772 WARNING 2025-09-24 14:54:36,279 log 57947 6192508928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:54:36,280 basehttp 57947 6192508928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:54:36,330 basehttp 57947 6192508928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-09-24 14:54:37,251 log 57947 6192508928 Internal Server Error: /en/inpatients/beds/201/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1627, in bed_details context['bed_stats'] = { ~~~~~~~^^^^^^^^^^^^^ TypeError: list indices must be integers or slices, not str ERROR 2025-09-24 14:54:37,256 basehttp 57947 6192508928 "GET /en/inpatients/beds/201/details/ HTTP/1.1" 500 73755 INFO 2025-09-24 14:54:58,627 basehttp 57947 6192508928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:55:19,060 autoreload 57947 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-24 14:55:19,531 autoreload 58304 8602788160 Watching for file changes with StatReloader WARNING 2025-09-24 14:55:20,416 log 58304 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:55:20,417 basehttp 58304 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 14:55:20,424 log 58304 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:55:20,424 basehttp 58304 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:55:21,225 basehttp 58304 6325039104 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62772 WARNING 2025-09-24 14:55:21,240 log 58304 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:55:21,240 basehttp 58304 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:55:21,306 basehttp 58304 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-09-24 14:55:22,562 log 58304 6325039104 Internal Server Error: /en/inpatients/beds/179/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1636, in bed_details return render(request, 'inpatients/partials/bed_details.html', {'object':context}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'ward_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/inpatients/wards/(?P[0-9]+)/\\Z'] ERROR 2025-09-24 14:55:22,565 basehttp 58304 6325039104 "GET /en/inpatients/beds/179/details/ HTTP/1.1" 500 132075 INFO 2025-09-24 14:55:48,735 autoreload 58304 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-24 14:55:49,173 autoreload 58563 8602788160 Watching for file changes with StatReloader WARNING 2025-09-24 14:55:50,334 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:55:50,334 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 14:55:50,344 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:55:50,344 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:55:51,261 basehttp 58563 6192148480 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62772 WARNING 2025-09-24 14:55:51,277 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:55:51,278 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:55:51,335 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:55:52,415 basehttp 58563 6192148480 "GET /en/inpatients/beds/189/details/ HTTP/1.1" 200 3279 INFO 2025-09-24 14:55:58,629 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:56:09,798 basehttp 58563 6192148480 "GET /en/inpatients/beds/199/details/ HTTP/1.1" 200 3290 INFO 2025-09-24 14:56:14,445 basehttp 58563 6192148480 "GET /en/inpatients/admissions/29/ HTTP/1.1" 200 28922 WARNING 2025-09-24 14:56:14,459 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:56:14,459 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:56:14,498 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-24 14:56:16,143 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:56:16,143 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 14:56:16,154 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 14:56:16,154 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 14:56:51,325 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:56:58,631 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:57:51,326 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:58:09,082 basehttp 58563 6192148480 "GET /en/inpatients/transfer/29/ HTTP/1.1" 200 10461 INFO 2025-09-24 14:58:51,329 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-24 14:58:58,629 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 14:59:51,334 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 14:59:58,630 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:00:51,304 basehttp 58563 6192148480 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62772 WARNING 2025-09-24 15:00:51,316 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:00:51,316 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:00:51,357 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:00:58,631 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:01:51,361 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:02:51,645 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:02:58,630 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:03:52,649 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:03:58,632 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:04:53,652 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:05:51,657 basehttp 58563 6192148480 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62772 WARNING 2025-09-24 15:05:51,667 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:05:51,667 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:05:51,695 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:05:58,630 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:06:52,641 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:06:58,632 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:07:53,633 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:08:54,631 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:08:58,613 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:09:55,631 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:09:58,615 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:10:52,642 basehttp 58563 6192148480 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62772 WARNING 2025-09-24 15:10:52,652 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:10:52,652 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:10:52,720 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:10:58,617 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:11:53,615 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:12:54,614 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:12:58,614 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:13:55,622 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:13:58,615 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:14:56,624 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:14:58,616 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:15:53,638 basehttp 58563 6192148480 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62772 WARNING 2025-09-24 15:15:53,650 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:15:53,650 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:15:53,709 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:16:54,616 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:16:58,614 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:17:36,501 basehttp 58563 6192148480 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62772 WARNING 2025-09-24 15:17:36,510 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:17:36,510 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:17:36,574 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:17:37,599 basehttp 58563 6192148480 "GET /en/inpatients/beds/179/details/ HTTP/1.1" 200 3289 INFO 2025-09-24 15:17:46,599 basehttp 58563 6192148480 "GET /en/inpatients/transfer/29/ HTTP/1.1" 200 10461 INFO 2025-09-24 15:17:58,616 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:18:36,578 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:18:56,332 basehttp 58563 6192148480 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62781 WARNING 2025-09-24 15:18:56,345 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:18:56,345 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:18:56,395 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:18:57,101 basehttp 58563 6192148480 "GET /en/inpatients/beds/201/details/ HTTP/1.1" 200 3286 INFO 2025-09-24 15:18:58,618 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:19:00,314 basehttp 58563 6192148480 "GET /en/inpatients/transfer/29/ HTTP/1.1" 200 10461 INFO 2025-09-24 15:19:56,465 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:20:29,284 basehttp 58563 6192148480 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62781 WARNING 2025-09-24 15:20:29,295 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:20:29,295 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:20:29,342 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:20:30,656 basehttp 58563 6192148480 "GET /en/inpatients/transfer/29/ HTTP/1.1" 200 10611 INFO 2025-09-24 15:20:58,614 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:21:29,344 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:21:58,616 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:22:29,349 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:22:58,638 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:23:12,465 basehttp 58563 6192148480 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62781 WARNING 2025-09-24 15:23:12,480 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:23:12,480 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:23:12,551 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:23:14,112 basehttp 58563 6192148480 "GET /en/inpatients/transfer/29/ HTTP/1.1" 200 10608 INFO 2025-09-24 15:24:12,565 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:24:58,699 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:25:12,537 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:26:01,723 basehttp 58563 6192148480 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62781 WARNING 2025-09-24 15:26:01,737 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:26:01,737 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:26:01,788 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:26:03,872 basehttp 58563 6192148480 "GET /en/inpatients/transfer/29/ HTTP/1.1" 200 10749 INFO 2025-09-24 15:26:58,622 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:27:01,780 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:27:23,858 basehttp 58563 6192148480 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62821 WARNING 2025-09-24 15:27:23,868 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:27:23,869 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:27:23,913 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:27:25,588 basehttp 58563 6192148480 "GET /en/inpatients/transfer/29/ HTTP/1.1" 200 10749 INFO 2025-09-24 15:27:52,586 basehttp 58563 6192148480 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62841 WARNING 2025-09-24 15:27:52,597 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:27:52,597 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:27:52,641 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:27:54,041 basehttp 58563 6192148480 "GET /en/inpatients/transfer/29/ HTTP/1.1" 200 10749 INFO 2025-09-24 15:27:58,624 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:28:49,827 basehttp 58563 6192148480 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62862 WARNING 2025-09-24 15:28:49,837 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:28:49,838 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:28:49,881 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:28:51,177 basehttp 58563 6192148480 "GET /en/inpatients/transfer/29/ HTTP/1.1" 200 10749 INFO 2025-09-24 15:29:38,231 basehttp 58563 6192148480 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62889 WARNING 2025-09-24 15:29:38,240 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:29:38,240 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:29:38,284 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:29:39,719 basehttp 58563 6192148480 "GET /en/inpatients/transfer/29/ HTTP/1.1" 200 10749 INFO 2025-09-24 15:29:58,621 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:30:06,869 basehttp 58563 6192148480 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62852 WARNING 2025-09-24 15:30:06,879 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:30:06,879 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:30:06,906 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:30:08,083 basehttp 58563 6192148480 "GET /en/inpatients/transfer/29/ HTTP/1.1" 200 10749 INFO 2025-09-24 15:30:23,248 basehttp 58563 6192148480 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62851 WARNING 2025-09-24 15:30:23,257 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:30:23,257 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:30:23,302 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:30:24,659 basehttp 58563 6192148480 "GET /en/inpatients/transfer/29/ HTTP/1.1" 200 10749 INFO 2025-09-24 15:30:55,861 basehttp 58563 6192148480 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62866 WARNING 2025-09-24 15:30:55,871 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:30:55,871 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:30:55,914 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:30:57,390 basehttp 58563 6192148480 "GET /en/inpatients/transfer/29/ HTTP/1.1" 200 10749 INFO 2025-09-24 15:30:58,623 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:31:11,099 basehttp 58563 6192148480 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62877 WARNING 2025-09-24 15:31:11,108 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:31:11,109 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:31:11,156 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:31:12,478 basehttp 58563 6192148480 "GET /en/inpatients/transfer/29/ HTTP/1.1" 200 10749 INFO 2025-09-24 15:31:55,126 basehttp 58563 6192148480 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62821 WARNING 2025-09-24 15:31:55,135 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:31:55,135 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:31:55,180 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:31:56,191 basehttp 58563 6192148480 "GET /en/inpatients/transfer/29/ HTTP/1.1" 200 10749 INFO 2025-09-24 15:32:11,928 basehttp 58563 6192148480 "GET /en/inpatients/discharge/29/ HTTP/1.1" 200 47734 WARNING 2025-09-24 15:32:11,941 log 58563 6225801216 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-24 15:32:11,941 basehttp 58563 6208974848 "GET /static/img/user/user-3.jpg HTTP/1.1" 200 4820 WARNING 2025-09-24 15:32:11,942 basehttp 58563 6225801216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:32:11,942 basehttp 58563 6192148480 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-09-24 15:32:11,943 basehttp 58563 6242627584 "GET /static/img/user/user-5.jpg HTTP/1.1" 200 2724 INFO 2025-09-24 15:32:11,943 basehttp 58563 6208974848 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-24 15:32:11,992 basehttp 58563 6208974848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-24 15:32:16,967 log 58563 6208974848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:32:16,967 basehttp 58563 6208974848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 15:32:16,981 log 58563 6208974848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:32:16,982 basehttp 58563 6208974848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:32:20,824 basehttp 58563 6208974848 "GET /en/inpatients/beds/?ward=6 HTTP/1.1" 200 457000 WARNING 2025-09-24 15:32:20,840 log 58563 6208974848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:32:20,840 basehttp 58563 6208974848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:32:20,917 basehttp 58563 6208974848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:32:20,919 basehttp 58563 6242627584 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-09-24 15:32:21,032 basehttp 58563 6242627584 "GET /en/inpatients/beds/?ward=6&action=update_status HTTP/1.1" 200 457000 WARNING 2025-09-24 15:32:29,739 log 58563 6242627584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:32:29,739 basehttp 58563 6242627584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 15:32:29,752 log 58563 6242627584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:32:29,752 basehttp 58563 6242627584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:32:37,831 basehttp 58563 6242627584 "GET /en/inpatients/beds/204/details/ HTTP/1.1" 200 3285 INFO 2025-09-24 15:32:55,183 basehttp 58563 6242627584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:32:58,622 basehttp 58563 6242627584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:33:55,198 basehttp 58563 6242627584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:33:58,630 basehttp 58563 6242627584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:34:08,396 basehttp 58563 6242627584 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62821 WARNING 2025-09-24 15:34:08,407 log 58563 6242627584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:34:08,407 basehttp 58563 6242627584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:34:08,450 basehttp 58563 6242627584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:35:08,453 basehttp 58563 6242627584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:35:51,126 basehttp 58563 6242627584 "GET /en/inpatients/beds/196/details/ HTTP/1.1" 200 3285 INFO 2025-09-24 15:35:58,622 basehttp 58563 6242627584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:36:08,456 basehttp 58563 6242627584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:36:10,677 basehttp 58563 6242627584 "GET /en/inpatients/beds/?ward=6 HTTP/1.1" 200 457000 WARNING 2025-09-24 15:36:10,692 log 58563 6242627584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:36:10,692 basehttp 58563 6242627584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:36:10,723 basehttp 58563 6242627584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:36:10,724 basehttp 58563 6208974848 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-09-24 15:36:10,859 basehttp 58563 6208974848 "GET /en/inpatients/beds/?ward=6&action=update_status HTTP/1.1" 200 457000 INFO 2025-09-24 15:36:40,482 basehttp 58563 6208974848 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 48418 WARNING 2025-09-24 15:36:40,495 log 58563 6208974848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:36:40,495 basehttp 58563 6208974848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:36:40,535 basehttp 58563 6208974848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-24 15:36:44,287 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-24 15:36:44,288 basehttp 58563 6208974848 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 WARNING 2025-09-24 15:36:44,289 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 15:36:44,303 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:36:44,303 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:36:44,370 basehttp 58563 6242627584 "GET /en/inpatients/beds/?ward=6&action=update_status HTTP/1.1" 200 457000 INFO 2025-09-24 15:36:48,281 basehttp 58563 6242627584 "GET /en/inpatients/discharge/61/ HTTP/1.1" 200 47516 WARNING 2025-09-24 15:36:48,294 log 58563 6242627584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:36:48,294 basehttp 58563 6242627584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:36:48,340 basehttp 58563 6242627584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:36:58,623 basehttp 58563 6242627584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-24 15:37:14,374 log 58563 6225801216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:37:14,374 basehttp 58563 6225801216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 15:37:14,386 log 58563 6225801216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:37:14,386 basehttp 58563 6225801216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:37:14,391 basehttp 58563 6242627584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:37:14,398 basehttp 58563 6208974848 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-09-24 15:37:14,462 basehttp 58563 6192148480 "GET /en/inpatients/beds/?ward=6&action=update_status HTTP/1.1" 200 457000 INFO 2025-09-24 15:37:40,846 basehttp 58563 6192148480 "GET /en/inpatients/beds/?ward=6&action=update_status HTTP/1.1" 200 457000 INFO 2025-09-24 15:37:44,373 basehttp 58563 6192148480 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-09-24 15:37:46,149 basehttp 58563 6192148480 "GET /en/facility-management/ HTTP/1.1" 200 49476 WARNING 2025-09-24 15:37:46,162 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:37:46,162 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:37:46,178 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:37:57,430 basehttp 58563 6192148480 "GET /en/facility-management/maintenance/create/ HTTP/1.1" 200 67208 WARNING 2025-09-24 15:37:57,448 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:37:57,448 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:37:57,498 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:37:58,624 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-24 15:38:22,894 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:38:22,894 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 15:38:22,904 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:38:22,904 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:38:46,182 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:39:01,993 basehttp 58563 6192148480 "GET /en/facility-management/maintenance/ HTTP/1.1" 200 125280 WARNING 2025-09-24 15:39:02,006 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:39:02,007 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:39:02,051 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:39:12,582 basehttp 58563 6192148480 "GET /en/facility-management/maintenance/80/ HTTP/1.1" 200 27835 WARNING 2025-09-24 15:39:12,596 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:39:12,596 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:39:12,873 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:39:28,543 basehttp 58563 6192148480 "GET /en/facility-management/assets/80/ HTTP/1.1" 200 32054 WARNING 2025-09-24 15:39:28,557 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:39:28,557 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:39:28,587 basehttp 58563 6192148480 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-24 15:39:28,617 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:39:58,623 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-24 15:40:18,420 log 58563 6208974848 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-24 15:40:18,420 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-24 15:40:18,421 basehttp 58563 6208974848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 15:40:18,432 log 58563 6208974848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:40:18,432 basehttp 58563 6208974848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 15:40:31,419 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-24 15:40:31,420 basehttp 58563 6208974848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-24 15:40:31,420 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 15:40:31,434 log 58563 6208974848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:40:31,434 basehttp 58563 6208974848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:40:36,571 basehttp 58563 6208974848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-24 15:40:36,573 log 58563 6208974848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:40:36,573 basehttp 58563 6208974848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 15:40:36,586 log 58563 6208974848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:40:36,586 basehttp 58563 6208974848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:40:58,624 basehttp 58563 6208974848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:41:36,572 basehttp 58563 6208974848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:41:58,625 basehttp 58563 6208974848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:42:36,575 basehttp 58563 6208974848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:43:03,218 basehttp 58563 6208974848 "GET /en/facility-management/ HTTP/1.1" 200 49544 WARNING 2025-09-24 15:43:03,227 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:43:03,227 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:43:03,229 basehttp 58563 6208974848 "GET /static/plugins/apexcharts/dist/apexcharts.js HTTP/1.1" 200 1330999 INFO 2025-09-24 15:43:03,285 basehttp 58563 6208974848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:43:40,417 basehttp 58563 6208974848 "GET /en/facility-management/ HTTP/1.1" 200 49542 WARNING 2025-09-24 15:43:40,425 log 58563 6208974848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:43:40,426 basehttp 58563 6208974848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:43:40,489 basehttp 58563 6208974848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:43:58,633 basehttp 58563 6208974848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:44:35,083 basehttp 58563 6192148480 "GET /en/facility-management/ HTTP/1.1" 200 49530 WARNING 2025-09-24 15:44:35,096 log 58563 6192148480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:44:35,096 basehttp 58563 6192148480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:44:35,141 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:44:58,625 basehttp 58563 6192148480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:46:24,733 autoreload 83198 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 15:46:35,666 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-24 15:46:35,672 basehttp 83198 6156922880 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-24 15:46:35,687 log 83198 6156922880 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-24 15:46:35,689 basehttp 83198 6156922880 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 162248 INFO 2025-09-24 15:46:49,794 basehttp 83198 6156922880 "GET /en/facility-management/ HTTP/1.1" 302 0 INFO 2025-09-24 15:46:49,798 basehttp 83198 6156922880 "GET /accounts/login/?next=/en/facility-management/ HTTP/1.1" 302 0 ERROR 2025-09-24 15:46:49,809 log 83198 6173749248 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-24 15:46:49,810 basehttp 83198 6173749248 "GET /en/accounts/login/?next=/en/facility-management/ HTTP/1.1" 500 161862 WARNING 2025-09-24 15:46:49,824 log 83198 6173749248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:46:49,824 basehttp 83198 6173749248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-24 15:46:51,622 log 83198 6173749248 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-24 15:46:51,623 basehttp 83198 6173749248 "GET /en/accounts/login/?next=/en/facility-management/ HTTP/1.1" 500 161862 WARNING 2025-09-24 15:46:51,632 log 83198 6173749248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:46:51,632 basehttp 83198 6173749248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:46:57,555 basehttp 83198 6173749248 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-09-24 15:46:57,580 basehttp 83198 6156922880 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-09-24 15:46:57,591 basehttp 83198 6156922880 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 WARNING 2025-09-24 15:46:57,603 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:46:57,603 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:46:58,909 basehttp 83198 6156922880 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-09-24 15:46:58,937 basehttp 83198 6156922880 "GET /en/admin/ HTTP/1.1" 200 100907 WARNING 2025-09-24 15:46:58,956 log 83198 6173749248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:46:58,956 basehttp 83198 6173749248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:46:58,958 basehttp 83198 6156922880 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-09-24 15:46:58,960 basehttp 83198 13035925504 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-24 15:46:58,960 basehttp 83198 6156922880 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-24 15:46:58,961 basehttp 83198 6173749248 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-24 15:47:01,301 basehttp 83198 6173749248 "GET / HTTP/1.1" 302 0 INFO 2025-09-24 15:47:01,322 basehttp 83198 6156922880 "GET /en/ HTTP/1.1" 200 46988 WARNING 2025-09-24 15:47:01,335 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:47:01,335 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:47:01,388 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:47:01,394 basehttp 83198 6173749248 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-24 15:47:01,395 basehttp 83198 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-24 15:47:05,433 basehttp 83198 13035925504 "GET /en/facility-management/ HTTP/1.1" 200 49534 WARNING 2025-09-24 15:47:05,446 log 83198 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:47:05,446 basehttp 83198 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:47:05,509 basehttp 83198 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:47:58,624 basehttp 83198 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:48:05,629 basehttp 83198 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:48:58,625 basehttp 83198 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:49:05,633 basehttp 83198 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:49:05,789 basehttp 83198 13035925504 "GET /en/facility-management/ HTTP/1.1" 200 49739 INFO 2025-09-24 15:49:05,796 basehttp 83198 13035925504 "GET /static/js/demo/chart-apex.demo.js HTTP/1.1" 200 22985 INFO 2025-09-24 15:49:05,797 basehttp 83198 6173749248 "GET /static/plugins/%40highlightjs/cdn-assets/highlight.min.js HTTP/1.1" 200 127496 WARNING 2025-09-24 15:49:05,798 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:49:05,799 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:49:05,800 basehttp 83198 6173749248 "GET /static/js/demo/render.highlight.js HTTP/1.1" 200 878 INFO 2025-09-24 15:49:05,873 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:49:30,162 basehttp 83198 6173749248 "GET /en/facility-management/ HTTP/1.1" 200 49679 WARNING 2025-09-24 15:49:30,188 log 83198 6173749248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:49:30,188 basehttp 83198 6173749248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:49:30,274 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:49:58,626 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:50:30,630 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:51:04,661 basehttp 83198 6173749248 "GET /en/facility-management/ HTTP/1.1" 200 49817 WARNING 2025-09-24 15:51:04,670 log 83198 6173749248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:51:04,670 basehttp 83198 6173749248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:51:04,747 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:51:58,625 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:52:04,722 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:52:58,609 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:53:05,918 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:53:09,068 basehttp 83198 6173749248 "GET /en/facility-management/ HTTP/1.1" 200 49690 WARNING 2025-09-24 15:53:09,077 log 83198 6173749248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:53:09,077 basehttp 83198 6173749248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:53:09,127 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:53:37,279 basehttp 83198 6173749248 "GET /en/facility-management/ HTTP/1.1" 200 49699 WARNING 2025-09-24 15:53:37,290 log 83198 6173749248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:53:37,290 basehttp 83198 6173749248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:53:37,348 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:53:58,601 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:54:15,455 basehttp 83198 6173749248 "GET /en/facility-management/ HTTP/1.1" 200 49694 WARNING 2025-09-24 15:54:15,466 log 83198 6173749248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 15:54:15,466 basehttp 83198 6173749248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 15:54:15,523 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:55:15,526 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:55:58,597 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:56:15,527 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:56:58,599 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:57:15,529 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:58:15,530 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-24 15:58:58,597 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 15:59:15,533 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 15:59:58,599 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:00:15,536 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:01:15,540 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:01:58,597 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:02:15,543 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:02:58,608 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:03:15,547 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:03:58,600 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:04:15,551 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:05:15,601 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:05:58,605 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:06:17,606 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:06:58,610 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:07:17,608 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:08:17,672 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:08:58,656 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:09:17,674 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:09:58,658 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:10:03,570 basehttp 83198 6173749248 "GET /en/facility-management/ HTTP/1.1" 200 49854 WARNING 2025-09-24 16:10:03,581 log 83198 6173749248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:10:03,581 basehttp 83198 6173749248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:10:03,641 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:10:18,091 basehttp 83198 6173749248 "GET /en/facility-management/ HTTP/1.1" 200 49854 INFO 2025-09-24 16:10:18,099 basehttp 83198 13438578688 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-24 16:10:18,099 basehttp 83198 13455405056 "GET /static/img/user/user-12.jpg HTTP/1.1" 200 8541 WARNING 2025-09-24 16:10:18,102 log 83198 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:10:18,104 basehttp 83198 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:10:18,107 basehttp 83198 13472231424 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-24 16:10:18,109 basehttp 83198 6173749248 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-24 16:10:18,110 basehttp 83198 13455405056 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-24 16:10:18,114 basehttp 83198 6173749248 "GET /static/js/demo/render.highlight.js HTTP/1.1" 200 878 INFO 2025-09-24 16:10:18,116 basehttp 83198 13455405056 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-24 16:10:18,117 basehttp 83198 6173749248 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-24 16:10:18,123 basehttp 83198 13472231424 "GET /static/plugins/%40highlightjs/cdn-assets/highlight.min.js HTTP/1.1" 200 127496 INFO 2025-09-24 16:10:18,124 basehttp 83198 13489057792 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-24 16:10:18,124 basehttp 83198 6156922880 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-24 16:10:18,125 basehttp 83198 6173749248 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-24 16:10:18,125 basehttp 83198 13455405056 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-24 16:10:18,131 basehttp 83198 6173749248 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-24 16:10:18,132 basehttp 83198 13438578688 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-24 16:10:18,132 basehttp 83198 6156922880 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-24 16:10:18,133 basehttp 83198 13455405056 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-24 16:10:18,134 basehttp 83198 13472231424 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-24 16:10:18,135 basehttp 83198 6173749248 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-24 16:10:18,136 basehttp 83198 13438578688 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-24 16:10:18,137 basehttp 83198 13455405056 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-24 16:10:18,138 basehttp 83198 13472231424 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-24 16:10:18,139 basehttp 83198 6156922880 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-24 16:10:18,140 basehttp 83198 6173749248 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-24 16:10:18,141 basehttp 83198 13472231424 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-24 16:10:18,141 basehttp 83198 13438578688 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-24 16:10:18,141 basehttp 83198 13489057792 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-24 16:10:18,142 basehttp 83198 13438578688 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-24 16:10:18,143 basehttp 83198 6173749248 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-24 16:10:18,143 basehttp 83198 6156922880 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-24 16:10:18,144 basehttp 83198 13472231424 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-24 16:10:18,144 basehttp 83198 13455405056 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-24 16:10:18,320 basehttp 83198 13455405056 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-24 16:10:18,342 basehttp 83198 13455405056 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-24 16:10:18,375 basehttp 83198 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 16:10:18,466 log 83198 13455405056 Not Found: /favicon.ico WARNING 2025-09-24 16:10:18,466 basehttp 83198 13455405056 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-24 16:11:18,377 basehttp 83198 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:11:58,658 basehttp 83198 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:12:18,381 basehttp 83198 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:12:58,670 basehttp 83198 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:13:18,382 basehttp 83198 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:13:58,662 basehttp 83198 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:14:18,386 basehttp 83198 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:15:18,401 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:15:58,660 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:16:18,398 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:16:58,661 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:17:18,396 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:17:41,099 basehttp 83198 6156922880 "GET /en/facility-management/ HTTP/1.1" 200 49826 WARNING 2025-09-24 16:17:41,115 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:17:41,115 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:17:41,204 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:17:58,663 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:18:41,206 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:19:07,335 basehttp 83198 6156922880 "GET /en/facility-management/ HTTP/1.1" 200 49655 WARNING 2025-09-24 16:19:07,353 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:19:07,353 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:19:07,403 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:19:08,094 basehttp 83198 6156922880 "GET /en/facility-management/ HTTP/1.1" 200 49655 WARNING 2025-09-24 16:19:08,102 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:19:08,103 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:19:08,161 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:19:58,661 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:20:08,166 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:20:58,664 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:21:08,169 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:22:08,184 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:22:58,663 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:23:08,176 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:23:58,699 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:24:08,216 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:25:08,232 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:25:58,702 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:26:08,224 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:26:19,711 basehttp 83198 6156922880 "GET /en/facility-management/ HTTP/1.1" 200 49655 WARNING 2025-09-24 16:26:19,722 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:26:19,722 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:26:19,775 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:26:29,814 basehttp 83198 6156922880 "GET /en/ HTTP/1.1" 200 46988 WARNING 2025-09-24 16:26:29,827 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:26:29,828 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:26:29,854 basehttp 83198 6156922880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-24 16:26:29,854 basehttp 83198 6173749248 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-24 16:26:32,821 basehttp 83198 6173749248 "GET /en/inpatients/ HTTP/1.1" 200 59761 WARNING 2025-09-24 16:26:32,833 log 83198 6173749248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:26:32,833 basehttp 83198 6173749248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:26:32,857 basehttp 83198 6173749248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:26:32,858 basehttp 83198 6156922880 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-09-24 16:26:43,200 basehttp 83198 6156922880 "GET /en/emr/ HTTP/1.1" 200 70504 WARNING 2025-09-24 16:26:43,210 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:26:43,211 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:26:43,240 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:26:43,261 basehttp 83198 6173749248 "GET /en/emr/stats/ HTTP/1.1" 200 2969 WARNING 2025-09-24 16:26:45,998 log 83198 6173749248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:26:45,998 basehttp 83198 6173749248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 16:26:46,008 log 83198 6173749248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:26:46,008 basehttp 83198 6173749248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:26:49,434 basehttp 83198 6173749248 "GET /en/inpatients/discharges HTTP/1.1" 301 0 INFO 2025-09-24 16:26:49,446 basehttp 83198 6156922880 "GET /en/inpatients/discharges/ HTTP/1.1" 200 46939 WARNING 2025-09-24 16:26:49,457 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:26:49,457 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:26:49,473 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:26:51,583 basehttp 83198 6156922880 "GET /en/inpatients/discharges/9/ HTTP/1.1" 200 30974 WARNING 2025-09-24 16:26:51,593 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:26:51,593 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:26:51,636 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 16:26:57,222 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:26:57,223 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 16:26:57,231 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:26:57,232 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:26:58,705 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 16:26:59,712 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:26:59,712 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 16:26:59,719 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:26:59,719 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:27:04,605 basehttp 83198 6156922880 "GET /en/inpatients/admissions/63/ HTTP/1.1" 200 26086 WARNING 2025-09-24 16:27:04,619 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:27:04,619 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:27:04,659 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 16:27:06,195 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:27:06,196 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 16:27:06,203 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:27:06,203 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:27:15,692 basehttp 83198 6156922880 "GET /en/inpatients/wards/ HTTP/1.1" 200 47322 WARNING 2025-09-24 16:27:15,704 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:27:15,704 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:27:15,750 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:27:17,345 basehttp 83198 6156922880 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62821 WARNING 2025-09-24 16:27:17,358 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:27:17,358 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:27:17,401 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:27:20,466 basehttp 83198 6156922880 "GET /en/inpatients/beds/194/details/ HTTP/1.1" 200 3284 INFO 2025-09-24 16:27:23,243 basehttp 83198 6156922880 "GET /en/inpatients/transfer/29/ HTTP/1.1" 200 10749 INFO 2025-09-24 16:27:25,709 basehttp 83198 6156922880 "GET /en/inpatients/discharge/29/ HTTP/1.1" 200 47734 INFO 2025-09-24 16:27:25,721 basehttp 83198 6173749248 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-24 16:27:25,723 basehttp 83198 13572796416 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-09-24 16:27:25,723 basehttp 83198 6156922880 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-24 16:27:25,724 basehttp 83198 13589622784 "GET /static/img/user/user-3.jpg HTTP/1.1" 200 4820 INFO 2025-09-24 16:27:25,726 basehttp 83198 6156922880 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-24 16:27:25,726 basehttp 83198 13572796416 "GET /static/img/user/user-5.jpg HTTP/1.1" 200 2724 INFO 2025-09-24 16:27:25,773 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 16:27:25,953 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:27:25,954 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:27:58,708 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 16:28:12,304 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:28:12,305 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 16:28:12,316 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:28:12,316 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 16:28:16,606 log 83198 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:28:16,606 basehttp 83198 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 16:28:16,617 log 83198 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-24 16:28:16,617 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 16:28:16,617 basehttp 83198 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 16:28:18,155 log 83198 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:28:18,155 basehttp 83198 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:28:18,157 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 16:28:18,164 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:28:18,164 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 16:28:19,775 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:28:19,775 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 16:28:20,856 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:28:20,856 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 16:28:20,866 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:28:20,866 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:28:23,931 basehttp 83198 6156922880 "GET /en/inpatients/discharges/ HTTP/1.1" 200 46939 WARNING 2025-09-24 16:28:23,945 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:28:23,945 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:28:23,961 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:28:40,364 basehttp 83198 6156922880 "GET /en/inpatients/discharges/9/ HTTP/1.1" 200 30974 WARNING 2025-09-24 16:28:40,377 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:28:40,377 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:28:40,418 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 16:28:49,578 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:28:49,578 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 16:28:49,588 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:28:49,589 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:28:50,843 basehttp 83198 6156922880 "GET /en/inpatients/discharges/9/edit/ HTTP/1.1" 200 35667 WARNING 2025-09-24 16:28:50,856 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:28:50,856 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:28:50,900 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 16:28:55,204 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:28:55,204 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 16:28:55,212 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:28:55,212 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:28:56,623 basehttp 83198 6156922880 "GET /en/inpatients/discharges/9/delete/ HTTP/1.1" 200 21825 WARNING 2025-09-24 16:28:56,635 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:28:56,636 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:28:56,679 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:29:01,619 basehttp 83198 6156922880 "GET /en/inpatients/discharges/9/ HTTP/1.1" 200 30974 WARNING 2025-09-24 16:29:01,635 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:29:01,635 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:29:01,676 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 16:29:03,481 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:29:03,481 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 16:29:03,489 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:29:03,489 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 16:29:03,982 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:29:03,982 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 16:29:03,990 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:29:03,990 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 16:29:04,417 log 83198 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:29:04,419 basehttp 83198 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 16:29:04,440 log 83198 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:29:04,441 basehttp 83198 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:29:04,441 basehttp 83198 6156922880 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522398 INFO 2025-09-24 16:29:18,161 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 16:29:23,808 log 83198 6173749248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:29:23,808 basehttp 83198 6173749248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 16:29:23,822 log 83198 6173749248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:29:23,822 basehttp 83198 6173749248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:29:23,832 basehttp 83198 13589622784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-24 16:29:23,833 basehttp 83198 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:29:23,834 basehttp 83198 6156922880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-24 16:29:25,002 basehttp 83198 6156922880 "GET /en/admin/ HTTP/1.1" 200 100907 INFO 2025-09-24 16:29:25,014 basehttp 83198 13589622784 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-24 16:29:25,014 basehttp 83198 6173749248 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 WARNING 2025-09-24 16:29:25,016 log 83198 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-24 16:29:25,017 basehttp 83198 13606449152 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-09-24 16:29:25,017 basehttp 83198 13572796416 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 WARNING 2025-09-24 16:29:25,017 basehttp 83198 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:29:25,017 basehttp 83198 13623275520 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-24 16:29:25,017 basehttp 83198 6156922880 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-24 16:29:25,018 basehttp 83198 13623275520 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-24 16:29:25,022 basehttp 83198 13623275520 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-24 16:29:25,022 basehttp 83198 6156922880 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-24 16:29:25,022 basehttp 83198 13589622784 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 WARNING 2025-09-24 16:29:26,466 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:29:26,466 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 16:29:26,474 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:29:26,474 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:29:53,810 basehttp 83198 6156922880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-24 16:29:58,706 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:30:23,820 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:30:23,823 basehttp 83198 13589622784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-24 16:30:23,824 basehttp 83198 13623275520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-24 16:30:53,814 basehttp 83198 13623275520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-24 16:30:58,709 basehttp 83198 13623275520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:31:23,834 basehttp 83198 13623275520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:31:23,836 basehttp 83198 13589622784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-24 16:31:23,837 basehttp 83198 6156922880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-24 16:31:53,819 basehttp 83198 6156922880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-24 16:31:58,711 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 16:32:18,793 log 83198 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:32:18,793 basehttp 83198 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:32:18,798 basehttp 83198 6156922880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 16:32:18,804 log 83198 6156922880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:32:18,804 basehttp 83198 6156922880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:32:18,813 basehttp 83198 13623275520 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-09-24 16:32:18,884 basehttp 83198 13589622784 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 522398 INFO 2025-09-24 16:32:18,885 basehttp 83198 13623275520 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 WARNING 2025-09-24 16:32:19,881 log 83198 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:32:19,882 basehttp 83198 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:32:19,883 basehttp 83198 13623275520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 16:32:19,891 log 83198 13623275520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:32:19,891 basehttp 83198 13623275520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 16:32:21,328 log 83198 13623275520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:32:21,328 basehttp 83198 13623275520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 16:32:21,340 log 83198 13623275520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:32:21,340 basehttp 83198 13623275520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 16:32:21,667 log 83198 13623275520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:32:21,667 basehttp 83198 13623275520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 16:32:21,674 log 83198 13623275520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:32:21,674 basehttp 83198 13623275520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:32:22,002 basehttp 83198 13623275520 "GET /en/admin/ HTTP/1.1" 200 100907 WARNING 2025-09-24 16:32:22,014 log 83198 13623275520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:32:22,014 basehttp 83198 13623275520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 16:32:23,555 log 83198 13623275520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:32:23,555 basehttp 83198 13623275520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 16:32:23,563 log 83198 13623275520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:32:23,563 basehttp 83198 13623275520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:32:23,832 basehttp 83198 13623275520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:32:23,832 basehttp 83198 13589622784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-24 16:32:23,834 basehttp 83198 6156922880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-24 16:32:27,943 basehttp 83198 13623275520 "GET /en/facility-management/ HTTP/1.1" 200 49655 WARNING 2025-09-24 16:32:27,955 log 83198 13623275520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:32:27,955 basehttp 83198 13623275520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:32:28,014 basehttp 83198 13623275520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:33:13,857 basehttp 83198 13623275520 "GET /en/facility-management/ HTTP/1.1" 200 49749 WARNING 2025-09-24 16:33:13,866 log 83198 13623275520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:33:13,866 basehttp 83198 13623275520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:33:13,933 basehttp 83198 13623275520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:33:58,761 basehttp 83198 13623275520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:34:13,936 basehttp 83198 13623275520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:35:13,939 basehttp 83198 13623275520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:35:58,710 basehttp 83198 13623275520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:36:13,943 basehttp 83198 13623275520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:36:58,712 basehttp 83198 13623275520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:37:13,946 basehttp 83198 13623275520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:37:58,715 basehttp 83198 13623275520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:38:13,950 basehttp 83198 13623275520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:38:52,120 basehttp 83198 13623275520 "GET /en/facility-management/ HTTP/1.1" 200 49844 WARNING 2025-09-24 16:38:52,130 log 83198 13623275520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:38:52,130 basehttp 83198 13623275520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:38:52,197 basehttp 83198 13623275520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:38:58,727 basehttp 83198 13623275520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:39:08,129 basehttp 83198 13623275520 "GET /en/facility-management/ HTTP/1.1" 200 49844 WARNING 2025-09-24 16:39:08,138 log 83198 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-24 16:39:08,139 basehttp 83198 6173749248 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-24 16:39:08,139 basehttp 83198 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:39:08,141 basehttp 83198 13606449152 "GET /static/img/user/user-12.jpg HTTP/1.1" 200 8541 INFO 2025-09-24 16:39:08,144 basehttp 83198 13589622784 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-24 16:39:08,145 basehttp 83198 13623275520 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-24 16:39:08,149 basehttp 83198 13572796416 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-24 16:39:08,149 basehttp 83198 13623275520 "GET /static/js/demo/render.highlight.js HTTP/1.1" 200 878 INFO 2025-09-24 16:39:08,153 basehttp 83198 13623275520 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-24 16:39:08,155 basehttp 83198 13572796416 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-24 16:39:08,157 basehttp 83198 13589622784 "GET /static/plugins/%40highlightjs/cdn-assets/highlight.min.js HTTP/1.1" 200 127496 INFO 2025-09-24 16:39:08,161 basehttp 83198 13572796416 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-24 16:39:08,164 basehttp 83198 13589622784 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-24 16:39:08,168 basehttp 83198 6156922880 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-24 16:39:08,176 basehttp 83198 6173749248 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-24 16:39:08,176 basehttp 83198 13572796416 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-24 16:39:08,176 basehttp 83198 13606449152 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-24 16:39:08,181 basehttp 83198 6156922880 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-24 16:39:08,183 basehttp 83198 13623275520 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-24 16:39:08,183 basehttp 83198 13572796416 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-24 16:39:08,183 basehttp 83198 13606449152 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-24 16:39:08,185 basehttp 83198 6156922880 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-24 16:39:08,186 basehttp 83198 13623275520 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-24 16:39:08,186 basehttp 83198 13572796416 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-24 16:39:08,187 basehttp 83198 13606449152 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-24 16:39:08,187 basehttp 83198 6156922880 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-24 16:39:08,188 basehttp 83198 13623275520 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-24 16:39:08,192 basehttp 83198 6173749248 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-24 16:39:08,195 basehttp 83198 13623275520 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-24 16:39:08,195 basehttp 83198 13572796416 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-24 16:39:08,196 basehttp 83198 6156922880 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-24 16:39:08,196 basehttp 83198 6173749248 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-24 16:39:08,196 basehttp 83198 13623275520 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-24 16:39:08,198 basehttp 83198 13606449152 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-24 16:39:08,200 basehttp 83198 13589622784 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-24 16:39:08,476 basehttp 83198 13589622784 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-24 16:39:08,516 basehttp 83198 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 16:39:08,734 log 83198 13589622784 Not Found: /favicon.ico WARNING 2025-09-24 16:39:08,734 basehttp 83198 13589622784 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-24 16:39:25,578 basehttp 83198 13589622784 "GET /en/facility-management/ HTTP/1.1" 200 49749 WARNING 2025-09-24 16:39:25,587 log 83198 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:39:25,588 basehttp 83198 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:39:25,687 basehttp 83198 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:40:25,691 basehttp 83198 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:40:58,730 basehttp 83198 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:41:25,732 basehttp 83198 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:41:58,732 basehttp 83198 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:42:26,737 basehttp 83198 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:42:35,599 autoreload 83198 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/facility_management/admin.py changed, reloading. INFO 2025-09-24 16:42:36,187 autoreload 11796 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 16:43:34,057 autoreload 11796 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/facility_management/admin.py changed, reloading. INFO 2025-09-24 16:43:34,454 autoreload 12335 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 16:43:55,266 autoreload 12335 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/facility_management/admin.py changed, reloading. INFO 2025-09-24 16:43:55,673 autoreload 12519 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 16:43:58,372 basehttp 12519 6193197056 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 118028 INFO 2025-09-24 16:43:58,385 basehttp 12519 6210023424 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-24 16:43:58,387 basehttp 12519 6226849792 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-24 16:43:58,387 basehttp 12519 6243676160 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-24 16:43:58,388 basehttp 12519 6260502528 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-24 16:43:58,389 basehttp 12519 6193197056 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-24 16:43:58,390 basehttp 12519 6243676160 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-24 16:43:58,391 basehttp 12519 6260502528 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-24 16:43:58,392 basehttp 12519 6210023424 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-24 16:43:58,394 basehttp 12519 6193197056 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-24 16:43:58,395 basehttp 12519 6277328896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-24 16:43:58,395 basehttp 12519 6210023424 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-24 16:43:58,396 basehttp 12519 6243676160 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-24 16:43:58,396 basehttp 12519 6260502528 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-24 16:43:58,397 basehttp 12519 6210023424 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-24 16:43:58,399 basehttp 12519 6193197056 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-24 16:43:58,400 basehttp 12519 6277328896 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-24 16:43:58,401 basehttp 12519 6226849792 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-24 16:43:58,401 basehttp 12519 6277328896 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-24 16:43:58,402 basehttp 12519 6226849792 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-24 16:43:58,415 basehttp 12519 6226849792 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-24 16:43:58,416 basehttp 12519 6226849792 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-24 16:43:58,417 basehttp 12519 6226849792 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-24 16:43:58,736 basehttp 12519 6226849792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:44:06,541 basehttp 12519 6226849792 "GET /en/admin/facility_management/maintenancerequest/ HTTP/1.1" 200 153205 INFO 2025-09-24 16:44:06,554 basehttp 12519 6226849792 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-24 16:44:06,562 basehttp 12519 6226849792 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-24 16:44:19,009 basehttp 12519 6226849792 "GET /en/admin/facility_management/building/ HTTP/1.1" 200 90332 INFO 2025-09-24 16:44:19,021 basehttp 12519 6226849792 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-24 16:44:28,737 basehttp 12519 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:44:58,735 basehttp 12519 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:45:29,526 basehttp 12519 6193197056 "GET /en/admin/facility_management/room/ HTTP/1.1" 200 147564 INFO 2025-09-24 16:45:29,536 basehttp 12519 6193197056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-24 16:45:29,748 basehttp 12519 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:45:47,505 basehttp 12519 6193197056 "GET /en/admin/facility_management/maintenancerequest/ HTTP/1.1" 200 153205 INFO 2025-09-24 16:45:47,519 basehttp 12519 6193197056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-24 16:45:58,747 basehttp 12519 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:46:09,083 basehttp 12519 6193197056 "GET /en/facility-management/ HTTP/1.1" 200 49749 WARNING 2025-09-24 16:46:09,095 log 12519 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:46:09,095 basehttp 12519 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:46:09,202 basehttp 12519 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:46:10,354 basehttp 12519 6193197056 "GET /en/facility-management/ HTTP/1.1" 200 49749 WARNING 2025-09-24 16:46:10,364 log 12519 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:46:10,364 basehttp 12519 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:46:10,461 basehttp 12519 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:46:11,235 basehttp 12519 6193197056 "GET /en/facility-management/ HTTP/1.1" 200 49749 WARNING 2025-09-24 16:46:11,245 log 12519 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:46:11,245 basehttp 12519 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:46:11,307 basehttp 12519 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:46:12,197 basehttp 12519 6193197056 "GET /en/facility-management/ HTTP/1.1" 200 49749 WARNING 2025-09-24 16:46:12,207 log 12519 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:46:12,207 basehttp 12519 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:46:12,264 basehttp 12519 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:47:12,284 basehttp 12519 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:47:58,736 basehttp 12519 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:48:12,271 basehttp 12519 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:48:58,739 basehttp 12519 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:49:07,429 autoreload 12519 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/facility_management/views.py changed, reloading. INFO 2025-09-24 16:49:07,876 autoreload 15032 8602788160 Watching for file changes with StatReloader WARNING 2025-09-24 16:49:09,080 log 15032 6171095040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:49:09,080 basehttp 15032 6171095040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 16:49:09,088 log 15032 6171095040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:49:09,089 basehttp 15032 6171095040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:49:11,173 basehttp 15032 6171095040 "GET /en/facility-management/ HTTP/1.1" 200 49751 WARNING 2025-09-24 16:49:11,187 log 15032 6171095040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:49:11,188 basehttp 15032 6171095040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:49:11,261 basehttp 15032 6171095040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:49:57,582 autoreload 15032 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/facility_management/models.py changed, reloading. INFO 2025-09-24 16:49:57,991 autoreload 15389 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 16:49:58,791 basehttp 15389 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:52:31,940 autoreload 16701 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 16:52:33,840 basehttp 16701 6157725696 "GET /en/facility-management/ HTTP/1.1" 200 49751 WARNING 2025-09-24 16:52:33,856 log 16701 6157725696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:52:33,856 basehttp 16701 6157725696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:52:33,924 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:52:34,978 basehttp 16701 6157725696 "GET /en/facility-management/ HTTP/1.1" 200 49751 WARNING 2025-09-24 16:52:34,988 log 16701 6157725696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 16:52:34,988 basehttp 16701 6157725696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 16:52:35,051 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:52:58,743 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:53:35,067 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:53:58,749 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:54:35,068 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:55:35,072 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:55:58,752 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:56:35,084 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:56:58,765 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:57:35,770 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:57:58,768 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:58:36,761 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:59:38,778 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 16:59:58,757 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:00:58,774 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:00:58,785 basehttp 16701 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:01:58,771 basehttp 16701 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:02:58,783 basehttp 16701 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:02:58,792 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:04:58,772 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:04:58,778 basehttp 16701 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:05:58,767 basehttp 16701 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:06:58,768 basehttp 16701 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:07:58,776 basehttp 16701 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:08:58,770 basehttp 16701 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:08:58,778 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:09:58,759 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:10:58,750 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:11:58,747 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:12:58,750 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:12:58,755 basehttp 16701 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:14:58,752 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:14:58,759 basehttp 16701 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:15:58,752 basehttp 16701 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:16:58,755 basehttp 16701 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:17:58,752 basehttp 16701 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:18:58,754 basehttp 16701 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:18:58,760 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:19:58,756 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:20:58,758 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:21:58,755 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:22:58,834 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:22:58,840 basehttp 16701 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:23:58,771 basehttp 16701 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:24:58,771 basehttp 16701 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:25:58,758 basehttp 16701 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:26:58,760 basehttp 16701 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:26:58,765 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:27:58,761 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:28:58,764 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:28:58,769 basehttp 16701 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:30:58,762 basehttp 16701 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:30:58,768 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:31:58,772 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:33:23,588 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:33:23,600 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:36:20,528 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:36:20,535 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:48:50,836 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:49:50,821 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:49:50,827 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:51:50,820 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:51:50,826 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:52:50,822 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:53:50,825 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:54:50,821 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:55:50,823 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:55:50,829 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:56:50,826 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:57:50,829 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:57:50,835 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:59:50,824 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 17:59:50,830 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:00:50,836 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:01:50,828 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:01:50,833 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:03:50,831 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:03:50,838 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:04:50,835 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:05:50,846 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:05:50,851 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:07:50,835 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:07:50,842 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:08:50,837 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:09:50,838 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:09:50,843 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:11:50,849 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:11:50,854 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:12:50,840 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:13:14,993 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:13:18,956 basehttp 16701 13572796416 "GET /en/facility-management/ HTTP/1.1" 200 49751 WARNING 2025-09-24 18:13:18,967 log 16701 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:13:18,967 basehttp 16701 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 18:13:19,094 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:13:50,842 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:14:19,080 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:15:13,936 basehttp 16701 13572796416 "GET /en/facility-management/ HTTP/1.1" 200 49791 WARNING 2025-09-24 18:15:13,946 log 16701 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:15:13,946 basehttp 16701 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 18:15:14,032 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:15:50,840 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:16:14,036 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:16:50,843 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:17:14,038 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:17:17,504 basehttp 16701 13572796416 "GET /en/facility-management/ HTTP/1.1" 200 49780 WARNING 2025-09-24 18:17:17,514 log 16701 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:17:17,514 basehttp 16701 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 18:17:17,563 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:18:17,644 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:18:21,484 basehttp 16701 13572796416 "GET /en/facility-management/ HTTP/1.1" 200 49833 WARNING 2025-09-24 18:18:21,494 log 16701 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:18:21,494 basehttp 16701 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 18:18:21,548 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:18:46,131 basehttp 16701 13572796416 "GET /en/facility-management/ HTTP/1.1" 200 49780 WARNING 2025-09-24 18:18:46,140 log 16701 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:18:46,141 basehttp 16701 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 18:18:46,191 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:18:50,841 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:19:46,121 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:19:50,754 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:20:46,115 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:20:50,755 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:21:46,106 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:22:46,108 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:22:50,751 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:23:46,120 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:23:50,752 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:24:46,113 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:24:50,753 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:25:46,115 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:26:46,118 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:26:50,750 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:27:46,122 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:27:50,752 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:28:46,124 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:29:46,126 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:29:50,749 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:30:46,129 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:30:50,750 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:31:46,130 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:31:50,752 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:32:46,134 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:33:46,193 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:33:50,748 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:34:46,091 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:34:50,697 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:35:46,089 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:35:50,698 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:36:46,091 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:37:46,092 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:37:50,693 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:38:46,094 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:38:50,693 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:39:46,096 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:39:50,695 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:40:46,099 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:41:46,100 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:41:50,689 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:42:28,394 basehttp 16701 6157725696 "GET /en/facility-management/ HTTP/1.1" 200 49791 WARNING 2025-09-24 18:42:28,411 log 16701 6157725696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:42:28,411 basehttp 16701 6157725696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 18:42:28,459 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:42:42,925 basehttp 16701 6157725696 "GET /en/inpatients/ HTTP/1.1" 200 59761 WARNING 2025-09-24 18:42:42,936 log 16701 6157725696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:42:42,936 basehttp 16701 6157725696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 18:42:42,959 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:42:42,961 basehttp 16701 13572796416 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-09-24 18:42:46,150 basehttp 16701 13572796416 "GET /en/inpatients/wards/ HTTP/1.1" 200 47322 WARNING 2025-09-24 18:42:46,161 log 16701 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:42:46,161 basehttp 16701 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 18:42:46,199 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:42:47,867 basehttp 16701 13572796416 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 62821 WARNING 2025-09-24 18:42:47,878 log 16701 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:42:47,878 basehttp 16701 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 18:42:47,920 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:42:50,691 basehttp 16701 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:42:58,724 basehttp 16701 13572796416 "GET /en/inpatients/beds/189/details/ HTTP/1.1" 200 3279 INFO 2025-09-24 18:43:03,330 basehttp 16701 13572796416 "GET /en/inpatients/beds/204/details/ HTTP/1.1" 200 3285 INFO 2025-09-24 18:43:19,005 basehttp 16701 13572796416 "GET /en/inpatients/transfer/29/ HTTP/1.1" 200 10749 INFO 2025-09-24 18:43:41,061 basehttp 16701 13572796416 "GET /en/inpatients/discharge/29/ HTTP/1.1" 200 47734 WARNING 2025-09-24 18:43:41,075 log 16701 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:43:41,076 basehttp 16701 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 18:43:41,086 basehttp 16701 13589622784 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-24 18:43:41,086 basehttp 16701 13606449152 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-09-24 18:43:41,086 basehttp 16701 13623275520 "GET /static/img/user/user-3.jpg HTTP/1.1" 200 4820 INFO 2025-09-24 18:43:41,086 basehttp 16701 13572796416 "GET /static/img/user/user-5.jpg HTTP/1.1" 200 2724 INFO 2025-09-24 18:43:41,087 basehttp 16701 6157725696 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-24 18:43:41,087 basehttp 16701 13640101888 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-24 18:43:41,125 basehttp 16701 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:43:50,692 basehttp 16701 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:44:09,521 basehttp 16701 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 18:44:09,522 log 16701 6157725696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:44:09,523 basehttp 16701 6157725696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 18:44:09,532 log 16701 6157725696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:44:09,532 basehttp 16701 6157725696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 18:44:17,524 basehttp 16701 6157725696 "GET /en/appointments/ HTTP/1.1" 200 56367 WARNING 2025-09-24 18:44:17,535 log 16701 6157725696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:44:17,536 basehttp 16701 6157725696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 18:44:17,562 log 16701 13640101888 Bad Request: /en/appointments/stats/ INFO 2025-09-24 18:44:17,562 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 18:44:17,562 basehttp 16701 13640101888 "GET /en/appointments/stats/ HTTP/1.1" 400 28 INFO 2025-09-24 18:44:28,370 basehttp 16701 6157725696 "GET /en/appointments/requests/ HTTP/1.1" 200 24393 WARNING 2025-09-24 18:44:28,383 log 16701 6157725696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:44:28,384 basehttp 16701 6157725696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 18:44:28,385 basehttp 16701 13640101888 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 INFO 2025-09-24 18:44:28,422 basehttp 16701 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:45:10,820 basehttp 16701 13640101888 "GET /en/appointments/requests/ HTTP/1.1" 200 24393 WARNING 2025-09-24 18:45:10,831 log 16701 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:45:10,831 basehttp 16701 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 18:45:10,874 basehttp 16701 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:45:11,704 basehttp 16701 13640101888 "GET /en/appointments/requests/ HTTP/1.1" 200 24393 WARNING 2025-09-24 18:45:11,712 log 16701 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:45:11,713 basehttp 16701 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 18:45:11,757 basehttp 16701 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:45:50,687 basehttp 16701 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:46:11,759 basehttp 16701 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:46:50,687 basehttp 16701 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:47:11,762 basehttp 16701 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:47:50,687 basehttp 16701 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:48:11,763 basehttp 16701 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 18:48:18,281 log 16701 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:48:18,282 basehttp 16701 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 18:48:18,285 log 16701 6157725696 Bad Request: /en/appointments/stats/ WARNING 2025-09-24 18:48:18,287 basehttp 16701 6157725696 "GET /en/appointments/stats/ HTTP/1.1" 400 28 INFO 2025-09-24 18:48:18,288 basehttp 16701 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 18:48:18,297 log 16701 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:48:18,298 basehttp 16701 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 18:48:19,058 basehttp 16701 13640101888 "GET /en/appointments/ HTTP/1.1" 200 58440 WARNING 2025-09-24 18:48:19,071 log 16701 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:48:19,071 basehttp 16701 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 18:48:19,123 log 16701 6157725696 Bad Request: /en/appointments/stats/ WARNING 2025-09-24 18:48:19,124 basehttp 16701 6157725696 "GET /en/appointments/stats/ HTTP/1.1" 400 28 INFO 2025-09-24 18:48:19,125 basehttp 16701 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:48:26,541 basehttp 16701 13640101888 "GET /en/appointments/requests/ HTTP/1.1" 200 24393 INFO 2025-09-24 18:48:26,595 basehttp 16701 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 18:48:26,833 log 16701 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:48:26,833 basehttp 16701 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 18:48:50,688 basehttp 16701 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 18:48:53,525 log 16701 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:48:53,525 basehttp 16701 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 18:48:53,544 log 16701 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:48:53,544 basehttp 16701 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 18:48:55,464 basehttp 16701 13640101888 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 86521 WARNING 2025-09-24 18:48:55,479 log 16701 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:48:55,479 basehttp 16701 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 18:48:55,520 basehttp 16701 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 18:49:02,330 log 16701 13640101888 Not Found: /en/appointments/telemedicine/547/ WARNING 2025-09-24 18:49:02,330 basehttp 16701 13640101888 "GET /en/appointments/telemedicine/547/ HTTP/1.1" 404 25073 WARNING 2025-09-24 18:49:02,342 log 16701 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:49:02,343 basehttp 16701 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 18:50:25,043 basehttp 16701 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 18:50:25,045 log 16701 6157725696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:50:25,045 basehttp 16701 6157725696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 18:50:25,054 log 16701 6157725696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:50:25,054 basehttp 16701 6157725696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 18:50:28,369 log 16701 6157725696 Not Found: /en/appointments/telemedicine/543/ WARNING 2025-09-24 18:50:28,369 basehttp 16701 6157725696 "GET /en/appointments/telemedicine/543/ HTTP/1.1" 404 25073 WARNING 2025-09-24 18:50:28,382 log 16701 6157725696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:50:28,382 basehttp 16701 6157725696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 18:50:46,406 log 16701 6157725696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:50:46,406 basehttp 16701 6157725696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 18:50:46,413 log 16701 6157725696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:50:46,413 basehttp 16701 6157725696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 18:50:50,666 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 18:50:56,929 log 16701 6157725696 Not Found: /en/appointments/telemedicine/545/ WARNING 2025-09-24 18:50:56,929 basehttp 16701 6157725696 "GET /en/appointments/telemedicine/545/ HTTP/1.1" 404 25073 WARNING 2025-09-24 18:50:56,940 log 16701 6157725696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:50:56,940 basehttp 16701 6157725696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 18:51:50,709 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:53:50,663 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:54:50,664 basehttp 16701 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:55:45,283 autoreload 16701 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-24 18:55:45,681 autoreload 71492 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 18:55:47,667 basehttp 71492 6196359168 "GET /en/appointments/telemedicine/545/ HTTP/1.1" 200 38012 WARNING 2025-09-24 18:55:47,681 log 71492 6196359168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:55:47,682 basehttp 71492 6196359168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 18:55:47,725 basehttp 71492 6196359168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:55:50,664 basehttp 71492 6196359168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 18:56:20,195 log 71492 6196359168 Not Found: /en/patients/patientprofile/27/details/ WARNING 2025-09-24 18:56:20,195 basehttp 71492 6196359168 "GET /en/patients/patientprofile/27/details/ HTTP/1.1" 404 21366 WARNING 2025-09-24 18:56:20,209 log 71492 6196359168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:56:20,209 basehttp 71492 6196359168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 18:56:28,964 log 71492 6196359168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:56:28,964 basehttp 71492 6196359168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 18:56:28,975 log 71492 6196359168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:56:28,975 basehttp 71492 6196359168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 18:56:47,726 basehttp 71492 6196359168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:57:47,730 basehttp 71492 6196359168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:57:50,659 basehttp 71492 6196359168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:58:22,402 autoreload 71492 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-24 18:58:22,800 autoreload 72740 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 18:58:24,238 basehttp 72740 6134673408 "GET /en/patients/patientprofile/27/details/ HTTP/1.1" 200 35773 WARNING 2025-09-24 18:58:24,256 log 72740 6134673408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:58:24,256 basehttp 72740 6134673408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 18:58:24,296 basehttp 72740 6134673408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:58:50,660 basehttp 72740 6134673408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:58:55,915 basehttp 72740 6134673408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 18:58:55,918 log 72740 6134673408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:58:55,918 basehttp 72740 6134673408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 18:58:55,930 log 72740 6134673408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:58:55,930 basehttp 72740 6134673408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 18:58:57,758 basehttp 72740 6134673408 "GET /en/hr/employees/64/ HTTP/1.1" 200 35787 WARNING 2025-09-24 18:58:57,770 log 72740 6134673408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 18:58:57,770 basehttp 72740 6134673408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 18:58:57,814 basehttp 72740 6134673408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:58:57,817 basehttp 72740 6151499776 "GET /en/hr/employees/64/clock-controls/ HTTP/1.1" 200 503 INFO 2025-09-24 18:59:50,660 basehttp 72740 6151499776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 18:59:57,812 basehttp 72740 6151499776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:00:57,815 basehttp 72740 6151499776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:01:48,808 autoreload 72740 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py changed, reloading. INFO 2025-09-24 19:01:49,280 autoreload 74432 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 19:01:50,733 basehttp 74432 6204813312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:01:57,817 basehttp 74432 6204813312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:01:58,870 autoreload 74432 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-09-24 19:01:59,304 autoreload 74519 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 19:02:25,313 autoreload 74519 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-09-24 19:02:25,752 autoreload 74692 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 19:02:50,705 basehttp 74692 6169980928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:02:57,819 basehttp 74692 6169980928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:03:39,058 autoreload 74692 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-24 19:03:39,459 autoreload 75274 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 19:03:40,079 basehttp 75274 6127529984 "GET /en/hr/employees/64/ HTTP/1.1" 200 35787 WARNING 2025-09-24 19:03:40,096 log 75274 6127529984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:03:40,096 basehttp 75274 6127529984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:03:40,145 basehttp 75274 6127529984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:03:40,149 basehttp 75274 6144356352 "GET /en/hr/employees/64/clock-controls/ HTTP/1.1" 200 503 INFO 2025-09-24 19:03:41,017 basehttp 75274 6144356352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 19:03:41,022 log 75274 6144356352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:03:41,022 basehttp 75274 6144356352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 19:03:41,038 log 75274 6144356352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:03:41,038 basehttp 75274 6144356352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:03:41,639 basehttp 75274 6144356352 "GET /en/appointments/telemedicine/545/ HTTP/1.1" 200 38012 WARNING 2025-09-24 19:03:41,647 log 75274 6144356352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:03:41,647 basehttp 75274 6144356352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:03:41,672 basehttp 75274 6144356352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:03:47,140 basehttp 75274 6144356352 "GET /en/appointments/requests/4369/detail/ HTTP/1.1" 200 26804 WARNING 2025-09-24 19:03:47,153 log 75274 6144356352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:03:47,153 basehttp 75274 6144356352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:03:47,191 basehttp 75274 6144356352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 19:03:55,401 log 75274 6144356352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:03:55,401 basehttp 75274 6144356352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 19:03:55,415 log 75274 6144356352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:03:55,415 basehttp 75274 6144356352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:04:41,739 basehttp 75274 6144356352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:04:50,746 basehttp 75274 6144356352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:05:26,426 basehttp 75274 6144356352 "GET /en/appointments/telemedicine/545/ HTTP/1.1" 200 38029 WARNING 2025-09-24 19:05:26,438 log 75274 6144356352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:05:26,438 basehttp 75274 6144356352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:05:26,481 basehttp 75274 6144356352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:05:50,716 basehttp 75274 6144356352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:06:26,482 basehttp 75274 6144356352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:06:50,717 basehttp 75274 6144356352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:07:15,537 autoreload 75274 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/models.py changed, reloading. INFO 2025-09-24 19:07:15,947 autoreload 77047 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 19:07:26,531 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:07:45,633 basehttp 77047 6193573888 "GET /en/appointments/telemedicine/545/ HTTP/1.1" 200 38029 WARNING 2025-09-24 19:07:45,643 log 77047 6193573888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:07:45,643 basehttp 77047 6193573888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:07:45,670 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:07:50,719 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:08:45,673 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:08:50,752 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:09:45,676 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:10:00,737 basehttp 77047 6193573888 "GET /en/appointments/telemedicine/545/ HTTP/1.1" 200 38124 WARNING 2025-09-24 19:10:00,747 log 77047 6193573888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:10:00,747 basehttp 77047 6193573888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:10:00,773 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:10:50,713 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:11:00,776 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:11:16,862 basehttp 77047 6193573888 "GET /en/appointments/telemedicine/545/ HTTP/1.1" 200 38231 WARNING 2025-09-24 19:11:16,876 log 77047 6193573888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:11:16,876 basehttp 77047 6193573888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:11:16,916 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:11:50,714 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:12:16,918 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:12:50,715 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:13:12,047 basehttp 77047 6193573888 "GET /en/appointments/telemedicine/545/ HTTP/1.1" 200 38231 WARNING 2025-09-24 19:13:12,057 log 77047 6193573888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:13:12,057 basehttp 77047 6193573888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:13:12,083 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:14:09,424 basehttp 77047 6193573888 "GET /en/appointments/telemedicine/545/ HTTP/1.1" 200 38345 WARNING 2025-09-24 19:14:09,435 log 77047 6193573888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:14:09,435 basehttp 77047 6193573888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:14:09,478 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 19:14:30,038 log 77047 6193573888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:14:30,039 basehttp 77047 6193573888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 19:14:31,505 log 77047 6193573888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:14:31,505 basehttp 77047 6193573888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:14:34,857 basehttp 77047 6193573888 "GET /en/appointments/queue/ HTTP/1.1" 200 69948 WARNING 2025-09-24 19:14:34,870 log 77047 6193573888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:14:34,871 basehttp 77047 6193573888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:14:34,874 basehttp 77047 6244052992 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-24 19:14:34,874 basehttp 77047 6227226624 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-24 19:14:34,875 basehttp 77047 6193573888 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-24 19:14:34,875 basehttp 77047 6210400256 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-24 19:14:34,926 basehttp 77047 6210400256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:14:50,712 basehttp 77047 6210400256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 19:14:51,347 log 77047 6210400256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:14:51,347 basehttp 77047 6210400256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 19:14:51,360 log 77047 6210400256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:14:51,360 basehttp 77047 6210400256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:14:55,560 basehttp 77047 6210400256 "GET /en/appointments/calendar/ HTTP/1.1" 200 22814 INFO 2025-09-24 19:14:55,572 basehttp 77047 6210400256 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 WARNING 2025-09-24 19:14:55,574 log 77047 6227226624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:14:55,574 basehttp 77047 6227226624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:14:55,575 basehttp 77047 6193573888 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 INFO 2025-09-24 19:14:55,579 basehttp 77047 6260879360 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-09-24 19:14:55,580 basehttp 77047 6277705728 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 INFO 2025-09-24 19:14:55,580 basehttp 77047 6227226624 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 INFO 2025-09-24 19:14:55,580 basehttp 77047 6210400256 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 INFO 2025-09-24 19:14:55,581 basehttp 77047 6244052992 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 INFO 2025-09-24 19:14:55,667 basehttp 77047 6244052992 "GET /en/appointments/calendar/events/?start=2025-09-21T00%3A00%3A00&end=2025-09-28T00%3A00%3A00 HTTP/1.1" 200 244448 INFO 2025-09-24 19:14:55,668 basehttp 77047 6210400256 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-09-24 19:14:55,673 basehttp 77047 6227226624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:15:01,878 basehttp 77047 6227226624 "GET /en/appointments/2997/detail-card/ HTTP/1.1" 200 797 INFO 2025-09-24 19:15:01,898 basehttp 77047 6227226624 "GET /static/webfonts/fa-regular-400.woff2 HTTP/1.1" 200 25472 WARNING 2025-09-24 19:15:46,126 log 77047 6244052992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:15:46,126 basehttp 77047 6244052992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 19:15:46,134 log 77047 6210400256 Bad Request: /en/appointments/stats/ WARNING 2025-09-24 19:15:46,134 basehttp 77047 6210400256 "GET /en/appointments/stats/ HTTP/1.1" 400 28 INFO 2025-09-24 19:15:46,134 basehttp 77047 6227226624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 19:15:46,141 log 77047 6227226624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:15:46,141 basehttp 77047 6227226624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:15:50,084 basehttp 77047 6227226624 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 31773 WARNING 2025-09-24 19:15:50,102 log 77047 6227226624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:15:50,103 basehttp 77047 6227226624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:15:50,104 basehttp 77047 6277705728 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-09-24 19:15:50,104 basehttp 77047 6210400256 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-09-24 19:15:50,104 basehttp 77047 6244052992 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 INFO 2025-09-24 19:15:50,108 basehttp 77047 6244052992 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-09-24 19:15:50,109 basehttp 77047 6210400256 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-09-24 19:15:50,155 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:15:50,723 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:16:25,029 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-24 19:16:50,158 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:16:50,715 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:16:55,028 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-24 19:17:25,028 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-24 19:17:50,161 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:17:55,028 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-24 19:18:25,028 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-24 19:18:50,164 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:18:50,712 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:18:55,028 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-24 19:19:25,028 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-24 19:19:50,166 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:19:50,713 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:19:55,027 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-24 19:20:25,028 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-24 19:20:50,169 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:20:55,027 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-24 19:21:25,027 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-24 19:21:50,170 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:21:50,710 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:21:55,027 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-24 19:22:25,027 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-24 19:22:50,173 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:22:50,711 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:22:55,027 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-24 19:23:25,033 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-24 19:23:50,175 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:23:50,712 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:23:55,025 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-24 19:24:25,026 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-24 19:24:50,178 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:24:55,025 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-24 19:25:25,025 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-24 19:25:50,180 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:25:50,713 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:25:55,026 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-24 19:26:25,027 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-24 19:26:50,184 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:26:50,717 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:26:55,025 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-24 19:27:25,027 basehttp 77047 6193573888 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 97 INFO 2025-09-24 19:27:26,553 basehttp 77047 6193573888 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 128145 WARNING 2025-09-24 19:27:26,564 log 77047 6193573888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:27:26,564 basehttp 77047 6193573888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:27:26,621 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:27:35,930 basehttp 77047 6193573888 "GET /en/appointments/waiting-list/57/ HTTP/1.1" 200 57424 WARNING 2025-09-24 19:27:35,941 log 77047 6210400256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:27:35,941 basehttp 77047 6210400256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:27:35,941 basehttp 77047 6193573888 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-24 19:27:35,983 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:27:50,711 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 19:27:56,114 log 77047 6193573888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:27:56,114 basehttp 77047 6193573888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 19:27:56,127 log 77047 6193573888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:27:56,127 basehttp 77047 6193573888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:27:56,680 basehttp 77047 6193573888 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 97 INFO 2025-09-24 19:28:26,625 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:28:26,675 basehttp 77047 6193573888 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 97 INFO 2025-09-24 19:28:56,675 basehttp 77047 6193573888 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 97 INFO 2025-09-24 19:28:57,653 basehttp 77047 6193573888 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 128090 WARNING 2025-09-24 19:28:57,664 log 77047 6193573888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:28:57,664 basehttp 77047 6193573888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:28:57,717 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:29:27,770 basehttp 77047 6193573888 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 97 INFO 2025-09-24 19:29:50,708 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:29:57,720 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:29:57,762 basehttp 77047 6193573888 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 97 INFO 2025-09-24 19:30:27,763 basehttp 77047 6193573888 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 97 INFO 2025-09-24 19:30:50,710 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:30:57,724 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:30:57,762 basehttp 77047 6193573888 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 97 INFO 2025-09-24 19:31:27,763 basehttp 77047 6193573888 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 97 INFO 2025-09-24 19:31:46,400 basehttp 77047 6193573888 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 126794 WARNING 2025-09-24 19:31:46,412 log 77047 6193573888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:31:46,412 basehttp 77047 6193573888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:31:46,466 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:31:50,710 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:32:16,476 basehttp 77047 6193573888 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 97 INFO 2025-09-24 19:32:34,448 basehttp 77047 6193573888 "GET /en/appointments/waiting-list/57/ HTTP/1.1" 200 57424 WARNING 2025-09-24 19:32:34,465 log 77047 6193573888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:32:34,465 basehttp 77047 6193573888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:32:34,512 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 19:32:36,189 log 77047 6193573888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:32:36,189 basehttp 77047 6193573888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 19:32:36,202 log 77047 6193573888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:32:36,202 basehttp 77047 6193573888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:32:37,710 basehttp 77047 6193573888 "GET /en/appointments/waiting-list/57/edit/ HTTP/1.1" 200 53222 INFO 2025-09-24 19:32:37,723 basehttp 77047 6193573888 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-24 19:32:37,723 basehttp 77047 6210400256 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 WARNING 2025-09-24 19:32:37,726 log 77047 6244052992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:32:37,726 basehttp 77047 6244052992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:32:37,726 basehttp 77047 6227226624 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-24 19:32:37,785 basehttp 77047 6227226624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 19:32:40,465 log 77047 6227226624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:32:40,465 basehttp 77047 6227226624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 19:32:40,480 log 77047 6227226624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:32:40,480 basehttp 77047 6227226624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:32:46,476 basehttp 77047 6227226624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:32:46,484 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 97 INFO 2025-09-24 19:33:16,489 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 97 INFO 2025-09-24 19:33:45,784 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/24/ HTTP/1.1" 200 55139 WARNING 2025-09-24 19:33:45,800 log 77047 6244052992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:33:45,800 basehttp 77047 6244052992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:33:45,850 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:33:50,718 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 19:33:55,002 log 77047 6210400256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:33:55,002 basehttp 77047 6210400256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:33:55,011 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:33:55,013 basehttp 77047 6227226624 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 97 WARNING 2025-09-24 19:33:55,016 log 77047 6227226624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:33:55,016 basehttp 77047 6227226624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:34:10,207 basehttp 77047 6227226624 "GET /en/appointments/waiting-list/?page=2 HTTP/1.1" 200 126217 WARNING 2025-09-24 19:34:10,218 log 77047 6227226624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:34:10,218 basehttp 77047 6227226624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:34:10,238 basehttp 77047 6227226624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:34:40,283 basehttp 77047 6227226624 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 97 INFO 2025-09-24 19:35:10,240 basehttp 77047 6227226624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:35:10,281 basehttp 77047 6227226624 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 97 INFO 2025-09-24 19:35:40,282 basehttp 77047 6227226624 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 97 INFO 2025-09-24 19:35:50,706 basehttp 77047 6227226624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:36:10,716 basehttp 77047 6227226624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:36:10,718 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 97 INFO 2025-09-24 19:36:40,714 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 97 INFO 2025-09-24 19:36:50,697 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:37:11,703 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:37:42,704 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 97 INFO 2025-09-24 19:38:12,698 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:38:50,697 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:38:50,703 basehttp 77047 6227226624 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 97 INFO 2025-09-24 19:39:13,693 basehttp 77047 6227226624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:39:50,700 basehttp 77047 6227226624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:39:50,704 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 97 INFO 2025-09-24 19:40:14,699 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:40:50,704 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 97 INFO 2025-09-24 19:41:50,679 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:41:50,687 basehttp 77047 6227226624 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 97 INFO 2025-09-24 19:41:50,689 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:42:50,680 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:42:50,686 basehttp 77047 6227226624 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 97 INFO 2025-09-24 19:43:50,682 basehttp 77047 6227226624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:43:50,694 basehttp 77047 6227226624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:43:50,697 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 97 INFO 2025-09-24 19:44:15,562 basehttp 77047 6244052992 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 97 INFO 2025-09-24 19:44:22,244 basehttp 77047 6244052992 "GET /en/inpatients/ HTTP/1.1" 200 59761 WARNING 2025-09-24 19:44:22,255 log 77047 6244052992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:44:22,255 basehttp 77047 6244052992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:44:22,296 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:44:22,296 basehttp 77047 6227226624 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-09-24 19:44:26,024 basehttp 77047 6227226624 "GET /en/inpatients/discharges HTTP/1.1" 301 0 INFO 2025-09-24 19:44:26,037 basehttp 77047 6244052992 "GET /en/inpatients/discharges/ HTTP/1.1" 200 46939 WARNING 2025-09-24 19:44:26,048 log 77047 6244052992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:44:26,048 basehttp 77047 6244052992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:44:26,084 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:44:41,462 basehttp 77047 6244052992 "GET /en/inpatients/discharges/9/ HTTP/1.1" 200 30974 WARNING 2025-09-24 19:44:41,472 log 77047 6244052992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:44:41,472 basehttp 77047 6244052992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:44:41,517 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 19:45:07,004 log 77047 6244052992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:45:07,004 basehttp 77047 6244052992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 19:45:07,017 log 77047 6244052992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:45:07,017 basehttp 77047 6244052992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:45:08,730 basehttp 77047 6244052992 "GET /en/inpatients/discharges/9/delete/ HTTP/1.1" 200 21825 WARNING 2025-09-24 19:45:08,742 log 77047 6244052992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:45:08,742 basehttp 77047 6244052992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:45:08,778 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:45:16,216 basehttp 77047 6244052992 "GET /en/inpatients/discharges/9/ HTTP/1.1" 200 30974 WARNING 2025-09-24 19:45:16,228 log 77047 6244052992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:45:16,228 basehttp 77047 6244052992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:45:16,267 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 19:45:25,345 log 77047 6244052992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:45:25,346 basehttp 77047 6244052992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 19:45:25,357 log 77047 6244052992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:45:25,358 basehttp 77047 6244052992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:45:26,122 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 19:45:26,125 log 77047 6193573888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:45:26,125 basehttp 77047 6193573888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 19:45:26,137 log 77047 6193573888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:45:26,137 basehttp 77047 6193573888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:45:26,782 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 19:45:26,784 log 77047 6244052992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:45:26,784 basehttp 77047 6244052992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 19:45:26,797 log 77047 6244052992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:45:26,797 basehttp 77047 6244052992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:45:39,848 basehttp 77047 6244052992 "GET /en/pharmacy/ HTTP/1.1" 200 33282 WARNING 2025-09-24 19:45:39,864 log 77047 6244052992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:45:39,864 basehttp 77047 6244052992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:45:39,899 basehttp 77047 6244052992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-24 19:45:39,948 log 77047 6193573888 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 19:45:39,955 basehttp 77047 6193573888 "GET /en/pharmacy/stats/ HTTP/1.1" 500 127944 ERROR 2025-09-24 19:45:39,961 log 77047 6210400256 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 19:45:39,962 basehttp 77047 6210400256 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 128128 INFO 2025-09-24 19:45:50,678 basehttp 77047 6210400256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-24 19:46:09,906 log 77047 6210400256 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 19:46:09,907 basehttp 77047 6210400256 "GET /en/pharmacy/stats/ HTTP/1.1" 500 127944 INFO 2025-09-24 19:46:39,892 basehttp 77047 6210400256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-24 19:46:39,936 log 77047 6244052992 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 19:46:39,940 basehttp 77047 6244052992 "GET /en/pharmacy/stats/ HTTP/1.1" 500 127944 ERROR 2025-09-24 19:46:39,946 log 77047 6193573888 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 19:46:39,947 basehttp 77047 6193573888 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 128128 INFO 2025-09-24 19:46:50,677 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-24 19:47:09,911 log 77047 6193573888 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 19:47:09,912 basehttp 77047 6193573888 "GET /en/pharmacy/stats/ HTTP/1.1" 500 127944 INFO 2025-09-24 19:47:39,893 basehttp 77047 6193573888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-24 19:47:39,941 log 77047 6244052992 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 19:47:39,949 log 77047 6210400256 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 19:47:39,949 basehttp 77047 6244052992 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 128128 ERROR 2025-09-24 19:47:39,950 basehttp 77047 6210400256 "GET /en/pharmacy/stats/ HTTP/1.1" 500 127944 INFO 2025-09-24 19:54:16,103 autoreload 434 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 19:54:19,590 basehttp 434 6135492608 "GET /en/pharmacy/ HTTP/1.1" 200 33302 WARNING 2025-09-24 19:54:19,601 log 434 6135492608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:54:19,601 basehttp 434 6135492608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:54:19,657 basehttp 434 6135492608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-24 19:54:19,744 log 434 6152318976 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 850, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 19:54:19,750 basehttp 434 6152318976 "GET /en/pharmacy/stats/ HTTP/1.1" 500 128221 ERROR 2025-09-24 19:54:19,756 log 434 6169145344 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 905, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 19:54:19,759 basehttp 434 6169145344 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 128128 ERROR 2025-09-24 19:54:23,679 log 434 6169145344 Internal Server Error: /en/pharmacy/prescriptions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/forms.py", line 107, in __init__ self.fields['prescriber'].queryset = User.objects.filter( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'role' into field. Choices are: accepted_recommendations, accessible_dashboards, acknowledged_alerts, administered_medications, administered_transfusions, admitted_patients, alertrule, analyzed_results, anesthesia_cases, approved_care_plans, approved_employees, approved_purchase_orders, approved_reservations, approved_schedules, approved_time_entries, approved_transfers, asset, assigned_incidents, assigned_maintenance, assigned_queue_entries, assistant_or_blocks, assistant_surgeries, assistant_surgical_cases, attending_bills, attending_patients, attending_wards, audit_logs, audit_team_memberships, authored_notes, availability_slots, billing_provider_bills, blocked_beds, blood_requests, bloodtest, building, cancelled_appointments, cancelled_requests, care_team_plans, checked_in_appointments, circulating_cases, claim_status_updates, claimdocument, claimstatushistory, cleaned_beds, co_signed_notes, collected_specimens, collected_units, communicationchannel, completed_transfers, completed_transfusions, conducted_reviews, consulting_patients, created_admissions, created_alert_rules, created_alerts, created_appointment_templates, created_appointments, created_audit_plans, created_availability_slots, created_beds, created_billing_configurations, created_care_plans, created_claims, created_consent_forms, created_consent_templates, created_data_mappings, created_discharge_summaries, created_donors, created_drug_interactions, created_employees, created_encounters, created_external_systems, created_findings, created_improvement_projects, created_insurance_claims, created_integration_endpoints, created_inventory_items, created_inventory_locations, created_lab_tests, created_measurements, created_medical_bills, created_medications, created_note_templates, created_notifications, created_operating_rooms, created_or_blocks, created_patient_notes, created_pharmacy_inventory_items, created_problems, created_protocols, created_purchase_orders, created_recommendations, created_reference_ranges, created_report_templates, created_risk_assessments, created_schedules, created_studies, created_suggestions, created_suppliers, created_surgeries, created_surgical_cases, created_surgical_note_templates, created_telemedicine_sessions, created_training_records, created_waiting_list_entries, created_waiting_queues, created_wards, created_webhooks, crossmatch, dashboard, datasource, date_joined, deferred_recommendations, diagnosed_problems, dictated_reports, discharge_planning_cases, dismissed_recommendations, dispensed_medications, double_checked_administrations, email, emailaddress, employee_profile, emr_acknowledged_alerts, encounters, energyreading, failed_login_attempts, first_name, force_password_change, groups, id, initiated_capas, inpatient_anesthesia_cases, inpatient_circulating_cases, inpatient_scrub_cases, inspections_conducted, integration_logs, interpreted_studies, investigated_reactions, is_active, is_staff, is_superuser, issued_units, last_login, last_name, last_password_change, led_audits, locked_until, logentry, maintenance_requests, maintenanceschedule, managed_locations, managed_problems, managed_projects, managed_wards, max_concurrent_sessions, messagerecipient, metricdefinition, notificationtemplate, ordered_imaging_studies, ordered_lab_tests, ordered_suggestions, password, password_expires_at, password_history, performed_qc, physician_discharges, planned_discharges, prescribed_medications, primary_care_plans, primary_nurse_discharges, primary_or_blocks, primary_surgeries, primary_surgical_cases, processed_payments, processed_requests, project_team_memberships, provider_appointments, provider_waiting_list, qc_tests, radiology_reports, received_payments, received_specimens, received_units, recorded_equipment_usage, referred_studies, registered_patients, removed_waiting_list_entries, rendered_line_items, report, reported_incidents, reported_reactions, reportexecution, requested_purchase_orders, requested_transfers, resolved_alerts, resolved_allergy_alerts, responsible_findings, responsible_quality_indicators, responsible_risks, reviewed_qc, reviewed_qc_tests, scrub_cases, sent_messages, servicecontract, session_timeout_minutes, signed_encounters, social_accounts, spacereservation, sponsored_projects, stopped_transfusions, supervised_line_items, surgeon_surgical_notes, targeted_notifications, task, tenant, tenant_id, transcribed_reports, transport_assignments, triggered_integrations, two_factor_devices, two_factor_enabled, updated_configurations, updated_queue_entries, user_id, user_permissions, user_sessions, username, verified_crossmatches, verified_dispenses, verified_findings, verified_measurements, verified_prescriptions, verified_problems, verified_results, verified_tests, verified_vital_signs, vital_signs_measurements, waiting_queues, waitinglistcontactlog, witnessed_administrations, witnessed_transfusions ERROR 2025-09-24 19:54:23,682 basehttp 434 6169145344 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 500 172775 WARNING 2025-09-24 19:54:23,697 log 434 6169145344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:54:23,697 basehttp 434 6169145344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 19:54:26,356 log 434 6169145344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:54:26,356 basehttp 434 6169145344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 19:54:26,369 log 434 6169145344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:54:26,369 basehttp 434 6169145344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:54:27,556 basehttp 434 6169145344 "GET /en/pharmacy/medications/create/ HTTP/1.1" 200 45664 WARNING 2025-09-24 19:54:27,574 log 434 6169145344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:54:27,574 basehttp 434 6169145344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:54:27,619 basehttp 434 6169145344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 19:54:35,239 log 434 6169145344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:54:35,239 basehttp 434 6169145344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 19:54:35,251 log 434 6169145344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:54:35,251 basehttp 434 6169145344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:54:41,840 basehttp 434 6169145344 "GET /en/pharmacy/administration HTTP/1.1" 301 0 ERROR 2025-09-24 19:54:41,921 log 434 6152318976 Internal Server Error: /en/pharmacy/administration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 674, in get_queryset queryset = MedicationAdministration.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_datetime, administered_by, administered_by_id, administration_id, created_at, dose_given, double_checked, double_checked_by, double_checked_by_id, encounter, encounter_id, id, injection_site, patient, patient_id, patient_response, prescription, prescription_id, reason_not_given, reason_notes, route_given, scheduled_datetime, side_effects_observed, site_condition, status, updated_at, witnessed_by, witnessed_by_id ERROR 2025-09-24 19:54:41,922 basehttp 434 6152318976 "GET /en/pharmacy/administration/ HTTP/1.1" 500 144132 WARNING 2025-09-24 19:54:41,934 log 434 6152318976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:54:41,935 basehttp 434 6152318976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:54:50,761 basehttp 434 6152318976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:55:19,943 autoreload 434 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-09-24 19:55:20,327 autoreload 1349 8602788160 Watching for file changes with StatReloader ERROR 2025-09-24 19:55:20,873 log 1349 6134673408 Internal Server Error: /en/pharmacy/administration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 717, in get_context_data context['todays_administrations'] = MedicationAdministration.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_datetime, administered_by, administered_by_id, administration_id, created_at, dose_given, double_checked, double_checked_by, double_checked_by_id, encounter, encounter_id, id, injection_site, patient, patient_id, patient_response, prescription, prescription_id, reason_not_given, reason_notes, route_given, scheduled_datetime, side_effects_observed, site_condition, status, updated_at, witnessed_by, witnessed_by_id ERROR 2025-09-24 19:55:20,876 basehttp 1349 6134673408 "GET /en/pharmacy/administration/ HTTP/1.1" 500 146973 WARNING 2025-09-24 19:55:20,891 log 1349 6134673408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:55:20,891 basehttp 1349 6134673408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:55:50,793 basehttp 1349 6134673408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:56:12,260 autoreload 1349 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-09-24 19:56:12,637 autoreload 1832 8602788160 Watching for file changes with StatReloader ERROR 2025-09-24 19:56:13,916 log 1832 6163984384 Internal Server Error: /en/pharmacy/administration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 861, in do_for sequence = parser.compile_filter(bits[in_index + 1]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'get_status_display' ERROR 2025-09-24 19:56:13,919 basehttp 1832 6163984384 "GET /en/pharmacy/administration/ HTTP/1.1" 500 287600 WARNING 2025-09-24 19:56:13,929 log 1832 6163984384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:56:13,929 basehttp 1832 6163984384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-24 19:56:15,028 log 1832 6163984384 Internal Server Error: /en/pharmacy/administration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 861, in do_for sequence = parser.compile_filter(bits[in_index + 1]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'get_status_display' ERROR 2025-09-24 19:56:15,030 basehttp 1832 6163984384 "GET /en/pharmacy/administration/ HTTP/1.1" 500 287600 WARNING 2025-09-24 19:56:15,041 log 1832 6163984384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:56:15,041 basehttp 1832 6163984384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:56:50,711 basehttp 1832 6163984384 "GET /en/pharmacy/administration/ HTTP/1.1" 200 24698 WARNING 2025-09-24 19:56:50,720 log 1832 6163984384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:56:50,720 basehttp 1832 6163984384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:56:50,781 basehttp 1832 6163984384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 19:57:01,321 log 1832 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:57:01,322 basehttp 1832 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 19:57:01,332 log 1832 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:57:01,333 basehttp 1832 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:57:01,398 basehttp 1832 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-24 19:57:01,440 log 1832 6341865472 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 905, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 19:57:01,447 log 1832 6163984384 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 850, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 19:57:01,448 basehttp 1832 6341865472 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 128128 ERROR 2025-09-24 19:57:01,449 basehttp 1832 6163984384 "GET /en/pharmacy/stats/ HTTP/1.1" 500 128221 ERROR 2025-09-24 19:57:31,361 log 1832 6163984384 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 850, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 19:57:31,362 basehttp 1832 6163984384 "GET /en/pharmacy/stats/ HTTP/1.1" 500 128221 INFO 2025-09-24 19:57:50,754 basehttp 1832 6163984384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:58:01,356 basehttp 1832 6163984384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-24 19:58:01,401 log 1832 6325039104 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 905, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 19:58:01,402 basehttp 1832 6325039104 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 128128 ERROR 2025-09-24 19:58:01,417 log 1832 6341865472 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 850, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 19:58:01,418 basehttp 1832 6341865472 "GET /en/pharmacy/stats/ HTTP/1.1" 500 128221 ERROR 2025-09-24 19:58:31,365 log 1832 6341865472 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 850, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 19:58:31,365 basehttp 1832 6341865472 "GET /en/pharmacy/stats/ HTTP/1.1" 500 128221 INFO 2025-09-24 19:58:50,766 basehttp 1832 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 19:59:01,361 basehttp 1832 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-24 19:59:01,402 log 1832 6325039104 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 905, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 19:59:01,405 basehttp 1832 6325039104 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 128128 ERROR 2025-09-24 19:59:01,415 log 1832 6163984384 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 850, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 19:59:01,416 basehttp 1832 6163984384 "GET /en/pharmacy/stats/ HTTP/1.1" 500 128221 INFO 2025-09-24 19:59:22,394 basehttp 1832 6163984384 "GET /en/pharmacy/ HTTP/1.1" 200 38809 WARNING 2025-09-24 19:59:22,405 log 1832 6163984384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 19:59:22,405 basehttp 1832 6163984384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 19:59:22,476 basehttp 1832 6163984384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-24 19:59:22,523 log 1832 6325039104 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 850, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 19:59:22,526 basehttp 1832 6325039104 "GET /en/pharmacy/stats/ HTTP/1.1" 500 128221 ERROR 2025-09-24 19:59:22,532 log 1832 6341865472 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 905, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 19:59:22,532 basehttp 1832 6341865472 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 128128 ERROR 2025-09-24 19:59:52,500 log 1832 6341865472 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 850, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 19:59:52,501 basehttp 1832 6341865472 "GET /en/pharmacy/stats/ HTTP/1.1" 500 128221 INFO 2025-09-24 20:00:22,475 basehttp 1832 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-24 20:00:22,515 log 1832 6163984384 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 850, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 20:00:22,516 basehttp 1832 6163984384 "GET /en/pharmacy/stats/ HTTP/1.1" 500 128221 ERROR 2025-09-24 20:00:22,525 log 1832 6325039104 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 905, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 20:00:22,526 basehttp 1832 6325039104 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 128128 INFO 2025-09-24 20:03:00,256 autoreload 5419 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 20:03:22,582 basehttp 5419 6131822592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-24 20:03:22,623 log 5419 6148648960 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 905, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 20:03:22,623 log 5419 6165475328 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 850, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 20:03:22,624 basehttp 5419 6148648960 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 127191 ERROR 2025-09-24 20:03:22,624 basehttp 5419 6165475328 "GET /en/pharmacy/stats/ HTTP/1.1" 500 127284 ERROR 2025-09-24 20:03:52,510 log 5419 6165475328 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 850, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 20:03:52,510 basehttp 5419 6165475328 "GET /en/pharmacy/stats/ HTTP/1.1" 500 127284 INFO 2025-09-24 20:04:22,488 basehttp 5419 6165475328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-24 20:04:22,533 log 5419 6131822592 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 850, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 20:04:22,537 basehttp 5419 6131822592 "GET /en/pharmacy/stats/ HTTP/1.1" 500 127284 ERROR 2025-09-24 20:04:22,543 log 5419 6148648960 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 905, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 20:04:22,544 basehttp 5419 6148648960 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 127191 INFO 2025-09-24 20:04:50,756 basehttp 5419 6148648960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-24 20:04:52,506 log 5419 6148648960 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 850, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 20:04:52,507 basehttp 5419 6148648960 "GET /en/pharmacy/stats/ HTTP/1.1" 500 127284 INFO 2025-09-24 20:05:22,496 basehttp 5419 6148648960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-24 20:05:22,533 log 5419 6131822592 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 905, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 20:05:22,536 basehttp 5419 6131822592 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 127191 ERROR 2025-09-24 20:05:22,551 log 5419 6165475328 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 850, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 20:05:22,552 basehttp 5419 6165475328 "GET /en/pharmacy/stats/ HTTP/1.1" 500 127284 INFO 2025-09-24 20:05:50,754 basehttp 5419 6165475328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-24 20:05:52,519 log 5419 6165475328 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 850, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 20:05:52,519 basehttp 5419 6165475328 "GET /en/pharmacy/stats/ HTTP/1.1" 500 127284 INFO 2025-09-24 20:06:09,414 autoreload 5419 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-09-24 20:06:09,764 autoreload 6928 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 20:06:22,550 basehttp 6928 6171062272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-24 20:06:22,592 log 6928 6204715008 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 854, in pharmacy_stats 'expired_medications': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'expiry_date' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 20:06:22,599 log 6928 6187888640 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 905, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-24 20:06:22,600 basehttp 6928 6187888640 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 127191 ERROR 2025-09-24 20:06:22,600 basehttp 6928 6204715008 "GET /en/pharmacy/stats/ HTTP/1.1" 500 127274 INFO 2025-09-24 20:06:24,685 autoreload 6928 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-09-24 20:06:25,018 autoreload 7050 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 20:06:41,824 autoreload 7050 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-09-24 20:06:42,485 autoreload 7235 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 20:06:52,437 basehttp 7235 6341865472 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:06:54,396 autoreload 7235 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-09-24 20:06:55,026 autoreload 7332 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 20:07:18,373 autoreload 7332 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-09-24 20:07:18,695 autoreload 7515 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 20:07:22,558 basehttp 7515 6223720448 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:07:22,571 basehttp 7515 6206894080 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:07:22,651 basehttp 7515 6190067712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:07:35,424 autoreload 7727 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 20:07:50,701 basehttp 7515 6190067712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:07:52,438 basehttp 7515 6190067712 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:08:16,348 autoreload 8077 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 20:08:22,419 basehttp 7515 6190067712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:08:22,421 basehttp 7515 6206894080 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:08:22,427 basehttp 7515 6190067712 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:08:48,315 autoreload 8343 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 20:08:50,692 basehttp 7515 6190067712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:08:52,438 basehttp 7515 6190067712 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:08:54,410 basehttp 8343 6133411840 "GET / HTTP/1.1" 302 0 INFO 2025-09-24 20:08:54,486 basehttp 8343 6150238208 "GET /en/ HTTP/1.1" 302 0 INFO 2025-09-24 20:08:54,488 basehttp 8343 6150238208 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-09-24 20:08:54,500 log 8343 6133411840 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-24 20:08:54,502 basehttp 8343 6133411840 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160050 WARNING 2025-09-24 20:08:54,532 log 8343 6133411840 Not Found: /favicon.ico WARNING 2025-09-24 20:08:54,532 basehttp 8343 6133411840 "GET /favicon.ico HTTP/1.1" 404 2559 INFO 2025-09-24 20:08:59,448 basehttp 8343 6133411840 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-09-24 20:08:59,478 basehttp 8343 6133411840 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-09-24 20:08:59,487 basehttp 8343 6133411840 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-09-24 20:08:59,500 basehttp 8343 6183890944 "GET /static/admin/css/login.css HTTP/1.1" 200 951 INFO 2025-09-24 20:08:59,500 basehttp 8343 6167064576 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-24 20:08:59,500 basehttp 8343 6133411840 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-24 20:08:59,501 basehttp 8343 6217543680 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-24 20:08:59,501 basehttp 8343 6150238208 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-24 20:08:59,502 basehttp 8343 6200717312 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-24 20:08:59,504 basehttp 8343 6150238208 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-24 20:09:01,974 basehttp 8343 6150238208 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-09-24 20:09:01,999 basehttp 8343 6150238208 "GET /en/admin/ HTTP/1.1" 200 111487 INFO 2025-09-24 20:09:02,010 basehttp 8343 6150238208 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-09-24 20:09:02,012 basehttp 8343 6150238208 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-24 20:09:02,012 basehttp 8343 6200717312 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-24 20:09:02,012 basehttp 8343 6217543680 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-24 20:09:04,011 basehttp 8343 6217543680 "GET / HTTP/1.1" 302 0 INFO 2025-09-24 20:09:04,040 basehttp 8343 6200717312 "GET /en/ HTTP/1.1" 200 46987 INFO 2025-09-24 20:09:04,050 basehttp 8343 6183890944 "GET /static/img/user/user-12.jpg HTTP/1.1" 200 8541 INFO 2025-09-24 20:09:04,051 basehttp 8343 6133411840 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-24 20:09:04,053 basehttp 8343 6167064576 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-24 20:09:04,055 basehttp 8343 6217543680 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-24 20:09:04,057 basehttp 8343 6200717312 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-24 20:09:04,057 basehttp 8343 6183890944 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-24 20:09:04,063 basehttp 8343 6150238208 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-24 20:09:04,422 basehttp 8343 6150238208 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-24 20:09:04,436 basehttp 8343 6150238208 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-24 20:09:04,436 basehttp 8343 6200717312 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-24 20:09:04,436 basehttp 8343 6167064576 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-24 20:09:04,437 basehttp 8343 6217543680 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-24 20:09:04,438 basehttp 8343 6183890944 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-24 20:09:04,440 basehttp 8343 6167064576 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-24 20:09:04,440 basehttp 8343 6183890944 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-24 20:09:04,440 basehttp 8343 6133411840 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-24 20:09:04,441 basehttp 8343 6217543680 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-24 20:09:04,441 basehttp 8343 6200717312 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-24 20:09:04,442 basehttp 8343 6150238208 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-24 20:09:04,445 basehttp 8343 6133411840 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-24 20:09:04,445 basehttp 8343 6167064576 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-24 20:09:04,446 basehttp 8343 6183890944 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-24 20:09:04,447 basehttp 8343 6133411840 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-24 20:09:04,447 basehttp 8343 6183890944 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-24 20:09:04,447 basehttp 8343 6167064576 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-24 20:09:04,448 basehttp 8343 6167064576 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-24 20:09:04,449 basehttp 8343 6133411840 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-24 20:09:04,449 basehttp 8343 6183890944 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-24 20:09:04,450 basehttp 8343 6167064576 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-24 20:09:04,450 basehttp 8343 6133411840 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-24 20:09:04,467 basehttp 8343 6200717312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:09:04,468 basehttp 8343 6217543680 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-24 20:09:04,469 basehttp 8343 6150238208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-24 20:09:10,874 basehttp 8343 6150238208 "GET /en/pharmacy HTTP/1.1" 301 0 INFO 2025-09-24 20:09:10,897 basehttp 8343 6200717312 "GET /en/pharmacy/ HTTP/1.1" 200 38809 INFO 2025-09-24 20:09:10,941 basehttp 8343 6200717312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:09:10,943 basehttp 8343 6217543680 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:09:10,946 basehttp 8343 6133411840 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:09:18,919 basehttp 8343 6133411840 "GET /en/pharmacy/inventory/create/ HTTP/1.1" 200 70463 INFO 2025-09-24 20:09:18,958 basehttp 8343 6133411840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:09:22,729 basehttp 7515 6190067712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:09:22,731 basehttp 7515 6223720448 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:09:22,732 basehttp 7515 6206894080 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:09:26,963 basehttp 8343 6133411840 "GET /en/pharmacy/drug-interactions/ HTTP/1.1" 200 45711 INFO 2025-09-24 20:09:27,001 basehttp 8343 6133411840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:09:32,588 basehttp 8343 6133411840 "GET /en/pharmacy/ HTTP/1.1" 200 38809 INFO 2025-09-24 20:09:32,639 basehttp 8343 6133411840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:09:32,641 basehttp 8343 6217543680 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:09:32,642 basehttp 8343 6200717312 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:09:33,813 basehttp 8343 6200717312 "GET /en/pharmacy/ HTTP/1.1" 200 38809 INFO 2025-09-24 20:09:33,867 basehttp 8343 6200717312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:09:33,868 basehttp 8343 6217543680 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:09:33,871 basehttp 8343 6133411840 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 ERROR 2025-09-24 20:09:35,732 log 8343 6133411840 Internal Server Error: /en/pharmacy/prescriptions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 129, in get_queryset ).order_by('-prescribed_datetime') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'prescribed_datetime' into field. Choices are: administration_records, created_at, date_prescribed, date_written, diagnosis_code, dispense_as_written, dispense_records, dosage_instructions, duration, e_prescription_id, electronic_prescription, encounter, encounter_id, expiration_date, frequency, generic_substitution_allowed, id, indication, medication, medication_id, patient, patient_id, patient_instructions, pharmacy_notes, prescriber, prescriber_id, prescription_id, prescription_number, prior_authorization_expiry, prior_authorization_number, prior_authorization_required, quantity_prescribed, quantity_unit, refills_authorized, refills_remaining, status, tenant, tenant_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-24 20:09:35,734 basehttp 8343 6133411840 "GET /en/pharmacy/prescriptions/ HTTP/1.1" 500 107605 INFO 2025-09-24 20:09:50,704 basehttp 7515 6206894080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:09:53,706 basehttp 7515 6206894080 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:10:09,915 autoreload 7515 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-09-24 20:10:09,919 autoreload 8343 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-09-24 20:10:10,321 autoreload 9005 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 20:10:10,373 autoreload 9006 8602788160 Watching for file changes with StatReloader ERROR 2025-09-24 20:10:11,454 log 9006 6137180160 Internal Server Error: /en/pharmacy/prescriptions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'priority' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 135, in get_context_data 'priorities': Prescription._meta.get_field('priority').choices, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Prescription has no field named 'priority' ERROR 2025-09-24 20:10:11,456 basehttp 9006 6137180160 "GET /en/pharmacy/prescriptions/ HTTP/1.1" 500 94027 ERROR 2025-09-24 20:10:13,702 log 9006 6137180160 Internal Server Error: /en/pharmacy/prescriptions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'priority' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 135, in get_context_data 'priorities': Prescription._meta.get_field('priority').choices, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Prescription has no field named 'priority' ERROR 2025-09-24 20:10:13,703 basehttp 9006 6137180160 "GET /en/pharmacy/prescriptions/ HTTP/1.1" 500 94027 INFO 2025-09-24 20:10:50,760 basehttp 9005 6164983808 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:10:50,786 basehttp 9005 6148157440 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:10:50,786 basehttp 9005 6131331072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:11:25,679 autoreload 9006 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-09-24 20:11:25,681 autoreload 9005 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-09-24 20:11:26,055 autoreload 9616 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 20:11:26,069 autoreload 9615 8602788160 Watching for file changes with StatReloader ERROR 2025-09-24 20:11:26,900 log 9615 6169751552 Internal Server Error: /en/pharmacy/prescriptions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'prescribing_provider'. Choices are: tenant, patient, prescriber, medication, encounter, verified_by ERROR 2025-09-24 20:11:26,901 basehttp 9615 6169751552 "GET /en/pharmacy/prescriptions/ HTTP/1.1" 500 210315 INFO 2025-09-24 20:11:50,774 basehttp 9616 6192181248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:11:50,843 basehttp 9616 6242660352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:11:50,849 basehttp 9616 6209007616 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:11:50,850 basehttp 9616 6225833984 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:12:06,868 autoreload 9615 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-09-24 20:12:06,892 autoreload 9616 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-09-24 20:12:07,292 autoreload 9954 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 20:12:07,320 autoreload 9953 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 20:12:09,313 basehttp 9953 6160494592 "GET /en/pharmacy/prescriptions/ HTTP/1.1" 200 96994 INFO 2025-09-24 20:12:09,377 basehttp 9953 6160494592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-24 20:12:17,752 log 9953 6160494592 Internal Server Error: /en/pharmacy/prescriptions/1749/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 192, in get_context_data 'dispense_records': prescription.dispense_records.all().order_by('-dispensed_datetime'), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'dispensed_datetime' into field. Choices are: copay_amount, counseling_notes, created_at, date_dispensed, dispense_id, dispensed_by, dispensed_by_id, id, identification_verified, insurance_amount, inventory_item, inventory_item_id, is_refill, patient_counseled, picked_up_by, pickup_datetime, prescription, prescription_id, quality_check_performed, quality_notes, quantity_dispensed, quantity_remaining, refill_number, status, total_price, unit_price, updated_at, verified_by, verified_by_id ERROR 2025-09-24 20:12:17,754 basehttp 9953 6160494592 "GET /en/pharmacy/prescriptions/1749/ HTTP/1.1" 500 103931 INFO 2025-09-24 20:12:32,655 autoreload 9954 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-09-24 20:12:32,656 autoreload 9953 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-09-24 20:12:33,025 autoreload 10139 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 20:12:33,076 autoreload 10140 8602788160 Watching for file changes with StatReloader ERROR 2025-09-24 20:12:33,342 log 10140 6167441408 Internal Server Error: /en/pharmacy/prescriptions/1749/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 193, in get_context_data 'drug_interactions': DrugInteraction.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1503, in build_filter return self._add_q( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'medication_a' into field. Choices are: clinical_effect, created_at, created_by, created_by_id, evidence_level, id, interaction_id, interaction_type, is_active, management_recommendations, mechanism, medication_1, medication_1_id, medication_2, medication_2_id, monitoring_parameters, references, severity, tenant, tenant_id, updated_at ERROR 2025-09-24 20:12:33,344 basehttp 10140 6167441408 "GET /en/pharmacy/prescriptions/1749/ HTTP/1.1" 500 147124 INFO 2025-09-24 20:12:50,697 basehttp 10139 6205272064 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:13:12,743 autoreload 10139 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-09-24 20:13:12,756 autoreload 10140 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-09-24 20:13:13,130 autoreload 10484 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 20:13:13,165 autoreload 10485 8602788160 Watching for file changes with StatReloader ERROR 2025-09-24 20:13:14,130 log 10485 6135132160 Internal Server Error: /en/pharmacy/prescriptions/1749/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'prescription_edit' not found. 'prescription_edit' is not a valid view function or pattern name. ERROR 2025-09-24 20:13:14,131 basehttp 10485 6135132160 "GET /en/pharmacy/prescriptions/1749/ HTTP/1.1" 500 174164 ERROR 2025-09-24 20:13:15,401 log 10485 6135132160 Internal Server Error: /en/pharmacy/prescriptions/1749/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'prescription_edit' not found. 'prescription_edit' is not a valid view function or pattern name. ERROR 2025-09-24 20:13:15,402 basehttp 10485 6135132160 "GET /en/pharmacy/prescriptions/1749/ HTTP/1.1" 500 174164 INFO 2025-09-24 20:13:47,452 basehttp 10485 6135132160 "GET /en/pharmacy/prescriptions/1749/ HTTP/1.1" 200 34104 INFO 2025-09-24 20:13:47,503 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:13:50,738 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:13:50,777 basehttp 10484 6220525568 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:13:50,777 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:13:50,784 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-24 20:14:20,932 log 10485 6135132160 Internal Server Error: /en/pharmacy/drug-interaction-check/1749/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 943, in drug_interaction_check interactions = DrugInteraction.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1503, in build_filter return self._add_q( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'medication_a' into field. Choices are: clinical_effect, created_at, created_by, created_by_id, evidence_level, id, interaction_id, interaction_type, is_active, management_recommendations, mechanism, medication_1, medication_1_id, medication_2, medication_2_id, monitoring_parameters, references, severity, tenant, tenant_id, updated_at ERROR 2025-09-24 20:14:20,934 basehttp 10485 6135132160 "GET /en/pharmacy/drug-interaction-check/1749/ HTTP/1.1" 500 132675 INFO 2025-09-24 20:14:22,491 basehttp 10485 6135132160 "GET /en/pharmacy/medications/709/ HTTP/1.1" 200 29286 INFO 2025-09-24 20:14:22,522 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:14:45,976 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-24 20:14:49,086 log 10485 6135132160 Internal Server Error: /en/pharmacy/drug-interaction-check/1749/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 943, in drug_interaction_check interactions = DrugInteraction.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1503, in build_filter return self._add_q( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'medication_a' into field. Choices are: clinical_effect, created_at, created_by, created_by_id, evidence_level, id, interaction_id, interaction_type, is_active, management_recommendations, mechanism, medication_1, medication_1_id, medication_2, medication_2_id, monitoring_parameters, references, severity, tenant, tenant_id, updated_at ERROR 2025-09-24 20:14:49,087 basehttp 10485 6135132160 "GET /en/pharmacy/drug-interaction-check/1749/ HTTP/1.1" 500 133121 INFO 2025-09-24 20:14:50,712 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:14:50,712 basehttp 10484 6203699200 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:15:45,974 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:15:50,730 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:15:50,731 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:15:50,731 basehttp 10484 6203699200 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:16:45,978 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:16:50,690 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:16:50,693 basehttp 10484 6203699200 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:17:45,980 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:17:50,704 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:17:50,716 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:17:50,721 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:17:50,721 basehttp 10484 6220525568 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:18:45,983 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:18:50,710 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:18:50,711 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:19:45,985 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:19:50,728 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:19:50,729 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:19:50,730 basehttp 10484 6220525568 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:20:45,982 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:20:50,702 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:20:50,705 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:21:46,049 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:21:50,756 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:21:50,774 basehttp 10484 6254178304 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:21:50,776 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:21:50,776 basehttp 10484 6220525568 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:22:46,052 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:22:50,749 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:22:50,751 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:23:46,056 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:23:50,780 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:23:50,780 basehttp 10484 6254178304 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:23:50,784 basehttp 10484 6203699200 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:24:46,049 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:24:50,752 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:24:50,755 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:25:46,750 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:25:50,763 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:25:50,777 basehttp 10484 6254178304 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:25:50,778 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:25:50,778 basehttp 10484 6203699200 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:26:48,751 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:26:50,760 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:27:50,751 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:27:50,753 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:27:50,778 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:27:50,778 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:27:50,779 basehttp 10484 6220525568 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:28:50,107 basehttp 10485 6135132160 "GET /en/pharmacy/ HTTP/1.1" 200 38809 INFO 2025-09-24 20:28:50,149 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:28:50,156 basehttp 10485 6151958528 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:28:50,158 basehttp 10485 6168784896 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:28:50,753 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:28:50,753 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:29:20,156 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:29:50,178 basehttp 10485 6168784896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:29:50,178 basehttp 10485 6135132160 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:29:50,181 basehttp 10485 6151958528 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:29:50,784 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:29:50,787 basehttp 10484 6254178304 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:29:50,788 basehttp 10484 6237351936 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:30:20,158 basehttp 10485 6151958528 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:30:50,182 basehttp 10485 6151958528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:30:50,183 basehttp 10485 6135132160 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:30:50,185 basehttp 10485 6168784896 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:30:50,748 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:30:50,757 basehttp 10484 6254178304 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:31:20,163 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:31:50,185 basehttp 10485 6168784896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:31:50,186 basehttp 10485 6135132160 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:31:50,186 basehttp 10485 6151958528 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:31:50,777 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:31:50,778 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:31:50,780 basehttp 10484 6237351936 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:32:20,168 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:32:50,189 basehttp 10485 6168784896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:32:50,190 basehttp 10485 6135132160 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:32:50,191 basehttp 10485 6151958528 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:32:50,760 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:32:50,761 basehttp 10484 6254178304 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:33:20,171 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:33:50,192 basehttp 10485 6168784896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:33:50,194 basehttp 10485 6151958528 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:33:50,194 basehttp 10485 6135132160 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:33:50,764 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:33:50,778 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:33:50,778 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:33:50,779 basehttp 10484 6254178304 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:34:20,166 basehttp 10485 6135132160 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:34:50,189 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:34:50,193 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:34:50,193 basehttp 10485 6151958528 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:34:50,759 basehttp 10484 6203699200 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:35:20,181 basehttp 10485 6151958528 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:35:50,171 basehttp 10485 6151958528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:35:50,175 basehttp 10485 6168784896 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:35:50,175 basehttp 10485 6135132160 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:35:50,755 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:35:50,771 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:35:50,774 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:35:50,775 basehttp 10484 6254178304 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:36:20,187 basehttp 10485 6135132160 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:36:50,224 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:36:50,227 basehttp 10485 6151958528 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:36:50,227 basehttp 10485 6168784896 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:36:50,761 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:36:50,763 basehttp 10484 6254178304 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:37:20,194 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:37:50,227 basehttp 10485 6168784896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:37:50,230 basehttp 10485 6135132160 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:37:50,231 basehttp 10485 6151958528 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:37:50,811 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:37:50,812 basehttp 10484 6237351936 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:37:50,812 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:38:20,224 basehttp 10485 6151958528 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:38:50,232 basehttp 10485 6151958528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:38:50,233 basehttp 10485 6135132160 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:38:50,234 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:38:50,786 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:38:50,788 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:39:20,229 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:39:50,228 basehttp 10485 6168784896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:39:50,233 basehttp 10485 6151958528 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:39:50,233 basehttp 10485 6135132160 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:39:50,793 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:39:50,806 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:39:50,806 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:39:50,806 basehttp 10484 6254178304 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:40:20,237 basehttp 10485 6135132160 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:40:50,265 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:40:50,266 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:40:50,266 basehttp 10485 6151958528 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:40:50,783 basehttp 10484 6203699200 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:41:20,239 basehttp 10485 6135132160 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:41:50,234 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:41:50,239 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:41:50,239 basehttp 10485 6151958528 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:41:50,789 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:41:50,806 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:41:50,807 basehttp 10484 6254178304 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:41:50,808 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:42:20,246 basehttp 10485 6151958528 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:42:50,233 basehttp 10485 6151958528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:42:50,234 basehttp 10485 6168784896 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:42:50,237 basehttp 10485 6135132160 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:42:50,796 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:42:50,797 basehttp 10484 6254178304 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:43:20,250 basehttp 10485 6135132160 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:43:50,239 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:43:50,243 basehttp 10485 6168784896 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:43:50,246 basehttp 10485 6151958528 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:43:50,786 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:43:50,793 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:43:50,794 basehttp 10484 6254178304 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:44:20,776 basehttp 10485 6151958528 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:44:50,785 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:44:50,788 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:44:50,806 basehttp 10485 6135132160 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:44:50,806 basehttp 10485 6151958528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:44:50,808 basehttp 10485 6168784896 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:45:50,787 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:45:50,796 basehttp 10485 6151958528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:45:50,798 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:45:50,811 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:45:50,812 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:45:50,812 basehttp 10484 6254178304 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:46:50,780 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:46:50,783 basehttp 10484 6254178304 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:46:50,786 basehttp 10485 6168784896 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:46:50,786 basehttp 10485 6151958528 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:47:50,817 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:47:50,818 basehttp 10485 6168784896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:47:50,818 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:47:50,818 basehttp 10485 6151958528 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:47:50,821 basehttp 10484 6203699200 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:47:50,821 basehttp 10485 6135132160 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:48:50,786 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:48:50,790 basehttp 10484 6203699200 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:48:50,794 basehttp 10485 6168784896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:48:50,795 basehttp 10485 6135132160 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:49:50,787 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:49:50,790 basehttp 10485 6135132160 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:49:50,790 basehttp 10485 6168784896 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:49:50,792 basehttp 10484 6254178304 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:49:50,792 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:49:50,793 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:50:50,798 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:50:50,811 basehttp 10485 6168784896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:50:50,813 basehttp 10485 6135132160 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:50:50,814 basehttp 10485 6151958528 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:51:50,816 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:51:50,816 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:51:50,817 basehttp 10485 6151958528 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:51:50,819 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:51:50,820 basehttp 10485 6168784896 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:51:50,820 basehttp 10484 6254178304 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:51:50,825 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:52:50,803 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:52:50,804 basehttp 10484 6203699200 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:52:50,805 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:53:50,833 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:53:50,833 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:53:50,834 basehttp 10485 6135132160 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:53:50,837 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:53:50,840 basehttp 10484 6254178304 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:53:50,843 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:54:50,814 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:54:50,819 basehttp 10484 6254178304 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:54:50,836 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:54:50,836 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:54:50,839 basehttp 10485 6151958528 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:55:50,838 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:55:50,838 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:55:50,839 basehttp 10485 6151958528 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:55:50,839 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:55:50,841 basehttp 10485 6168784896 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:55:50,842 basehttp 10484 6237351936 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:56:50,812 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:56:50,819 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:56:50,821 basehttp 10484 6254178304 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:57:50,852 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:57:50,852 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:57:50,852 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:57:50,852 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:57:50,855 basehttp 10484 6220525568 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:57:50,855 basehttp 10485 6151958528 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:58:50,818 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:58:50,823 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:58:50,830 basehttp 10485 6151958528 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:58:50,838 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:58:50,839 basehttp 10485 6168784896 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:59:50,830 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:59:50,838 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 20:59:50,842 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 20:59:50,843 basehttp 10484 6203699200 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 20:59:50,849 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:00:50,821 basehttp 10484 6254178304 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:00:50,842 basehttp 10485 6168784896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:00:50,843 basehttp 10485 6151958528 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:00:50,844 basehttp 10485 6135132160 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:01:50,842 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:01:50,848 basehttp 10485 6168784896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:01:50,851 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:01:50,857 basehttp 10485 6135132160 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:01:50,858 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:01:50,861 basehttp 10484 6203699200 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:01:50,861 basehttp 10485 6151958528 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:02:50,830 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:02:50,830 basehttp 10485 6151958528 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:02:50,831 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:03:50,837 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:03:50,843 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:03:50,844 basehttp 10485 6151958528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:03:50,845 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:03:50,845 basehttp 10484 6203699200 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:03:50,846 basehttp 10485 6135132160 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:04:50,818 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:04:50,824 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:04:50,829 basehttp 10485 6135132160 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:04:50,837 basehttp 10485 6168784896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:04:50,840 basehttp 10485 6151958528 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:05:50,822 basehttp 10485 6151958528 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:05:50,826 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:05:50,849 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:05:50,849 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:05:50,851 basehttp 10484 6203699200 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:06:50,827 basehttp 10484 6203699200 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:06:50,846 basehttp 10485 6151958528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:06:50,850 basehttp 10485 6135132160 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:06:50,851 basehttp 10485 6168784896 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:07:50,749 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:07:50,778 basehttp 10484 6254178304 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:07:50,778 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:07:50,780 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:07:50,780 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:07:50,781 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:07:50,782 basehttp 10485 6151958528 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:08:50,752 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:08:50,758 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:08:50,768 basehttp 10485 6135132160 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:08:50,769 basehttp 10485 6151958528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:08:50,772 basehttp 10485 6168784896 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:09:50,764 basehttp 10485 6151958528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:09:50,765 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:09:50,774 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:09:50,779 basehttp 10484 6254178304 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:09:50,780 basehttp 10484 6220525568 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:10:50,749 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:10:50,757 basehttp 10484 6254178304 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:10:50,762 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:10:50,762 basehttp 10485 6151958528 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:11:50,750 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:11:50,781 basehttp 10485 6151958528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:11:50,783 basehttp 10485 6135132160 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:11:50,783 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:11:50,786 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:11:50,786 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:11:50,788 basehttp 10484 6220525568 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:12:50,750 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:12:50,757 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:12:50,757 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:13:50,744 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:13:50,757 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:13:50,757 basehttp 10485 6135132160 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:13:50,767 basehttp 10484 6203699200 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:13:50,768 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:13:50,769 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:14:50,750 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:14:50,756 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:14:50,771 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:14:50,772 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:14:50,775 basehttp 10485 6151958528 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:15:50,759 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:15:50,760 basehttp 10485 6151958528 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:15:50,769 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:15:50,774 basehttp 10484 6203699200 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:15:50,775 basehttp 10484 6254178304 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:16:50,742 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:16:50,748 basehttp 10484 6203699200 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:16:50,787 basehttp 10485 6168784896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:16:50,787 basehttp 10485 6151958528 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:16:50,790 basehttp 10485 6135132160 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:17:50,744 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:17:50,754 basehttp 10485 6135132160 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:17:50,758 basehttp 10485 6151958528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:17:50,758 basehttp 10485 6168784896 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:17:50,768 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:17:50,769 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:17:50,769 basehttp 10484 6254178304 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:18:50,747 basehttp 10485 6151958528 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:18:50,753 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:18:50,756 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:19:50,772 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:19:50,778 basehttp 10485 6168784896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:19:50,779 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:19:50,780 basehttp 10484 6254178304 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:19:50,781 basehttp 10485 6135132160 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:19:50,781 basehttp 10485 6151958528 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:20:50,745 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:20:50,754 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:20:50,765 basehttp 10485 6151958528 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:20:50,766 basehttp 10485 6168784896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:20:50,769 basehttp 10485 6135132160 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:21:50,745 basehttp 10485 6135132160 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:21:50,747 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:21:50,771 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:21:50,772 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:21:50,773 basehttp 10484 6254178304 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:22:50,729 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:22:50,736 basehttp 10484 6254178304 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:22:50,753 basehttp 10485 6168784896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:22:50,753 basehttp 10485 6151958528 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:22:50,754 basehttp 10485 6135132160 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:23:50,741 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:23:50,742 basehttp 10485 6135132160 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:23:50,746 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:23:50,754 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:23:50,754 basehttp 10484 6203699200 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:24:50,726 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:24:50,733 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:24:50,750 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:24:50,752 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:24:50,753 basehttp 10485 6151958528 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:25:50,733 basehttp 10485 6151958528 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:25:50,741 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:25:50,748 basehttp 10484 6254178304 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:25:50,750 basehttp 10484 6203699200 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:25:50,751 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:26:50,736 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:26:50,749 basehttp 10485 6151958528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:26:50,750 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:26:50,753 basehttp 10485 6135132160 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:27:50,725 basehttp 10485 6135132160 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:27:50,727 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:27:50,750 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:27:50,751 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:27:50,752 basehttp 10484 6220525568 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:28:50,734 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:28:50,734 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:28:50,738 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:28:50,748 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:28:50,749 basehttp 10485 6151958528 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:29:50,744 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:29:50,745 basehttp 10485 6168784896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:29:50,745 basehttp 10485 6151958528 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:29:50,745 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:29:50,748 basehttp 10484 6254178304 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:29:50,748 basehttp 10485 6135132160 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:30:50,724 basehttp 10485 6135132160 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:30:50,727 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:30:50,731 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:31:50,727 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:31:50,756 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:31:50,758 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:31:50,759 basehttp 10485 6151958528 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:31:50,759 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:31:50,760 basehttp 10484 6254178304 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:31:50,760 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:32:50,726 basehttp 10484 6203699200 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:32:50,731 basehttp 10485 6168784896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:32:50,731 basehttp 10485 6151958528 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:32:50,733 basehttp 10485 6135132160 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:33:50,724 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:33:50,727 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:33:50,751 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:33:50,751 basehttp 10484 6254178304 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:33:50,752 basehttp 10484 6220525568 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:34:50,736 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:34:50,737 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:34:50,744 basehttp 10485 6168784896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:34:50,745 basehttp 10485 6151958528 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:34:50,747 basehttp 10485 6135132160 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:35:50,738 basehttp 10485 6151958528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:35:50,738 basehttp 10485 6135132160 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:35:50,748 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:35:50,753 basehttp 10484 6254178304 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:35:50,754 basehttp 10484 6237351936 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:36:50,725 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:36:50,734 basehttp 10484 6254178304 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:36:50,738 basehttp 10485 6151958528 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:36:50,738 basehttp 10485 6135132160 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:37:50,760 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:37:50,787 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:37:50,789 basehttp 10485 6151958528 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:37:50,791 basehttp 10485 6168784896 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:37:50,797 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:37:50,797 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:37:50,799 basehttp 10484 6237351936 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:38:50,763 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:38:50,769 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:38:50,778 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:38:50,782 basehttp 10485 6151958528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:38:50,785 basehttp 10485 6135132160 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:39:50,764 basehttp 10485 6135132160 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:39:50,785 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:39:50,790 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:39:50,791 basehttp 10484 6254178304 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:40:50,763 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:40:50,769 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:40:50,785 basehttp 10485 6135132160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:40:50,789 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:40:50,790 basehttp 10485 6151958528 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:41:50,767 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:41:50,777 basehttp 10485 6168784896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:41:50,779 basehttp 10485 6151958528 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:41:50,788 basehttp 10484 6254178304 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:41:50,792 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:41:50,792 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:42:50,766 basehttp 10484 6203699200 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:42:50,776 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:42:50,776 basehttp 10485 6151958528 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:43:50,766 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:43:50,776 basehttp 10485 6151958528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:43:50,790 basehttp 10485 6168784896 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:43:50,791 basehttp 10485 6135132160 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:43:50,801 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:43:50,802 basehttp 10484 6203699200 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:43:50,803 basehttp 10484 6237351936 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:44:50,776 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:44:50,776 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:45:50,801 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:45:50,801 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:45:50,804 basehttp 10484 6220525568 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:46:50,774 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:46:50,777 basehttp 10484 6203699200 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:47:50,788 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:47:50,789 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:47:50,792 basehttp 10484 6220525568 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:47:50,797 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:48:50,767 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:49:50,774 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:49:50,792 basehttp 10484 6203699200 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:49:50,793 basehttp 10484 6220525568 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:49:50,793 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:50:50,771 basehttp 10484 6254178304 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:51:50,789 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:51:50,792 basehttp 10484 6203699200 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:51:50,794 basehttp 10484 6220525568 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:51:50,797 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:52:50,758 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:52:50,760 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:53:50,772 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:53:50,773 basehttp 10484 6203699200 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:53:50,774 basehttp 10484 6237351936 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:54:50,749 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:54:50,752 basehttp 10484 6203699200 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:55:50,771 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:55:50,775 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:55:50,775 basehttp 10484 6237351936 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:56:50,744 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:56:50,748 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:57:50,763 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:57:50,773 basehttp 10484 6220525568 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:57:50,773 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:57:50,775 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:58:50,750 basehttp 10484 6254178304 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:59:50,765 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 21:59:50,767 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 21:59:50,768 basehttp 10484 6237351936 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 21:59:50,774 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:00:50,752 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:00:50,754 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:01:50,778 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:01:50,779 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:01:50,780 basehttp 10484 6254178304 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 22:02:50,741 basehttp 10485 13707014144 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:02:50,744 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:02:50,748 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:03:50,742 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:03:50,760 basehttp 10485 13707014144 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 22:03:50,761 basehttp 10485 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:03:50,762 basehttp 10485 13740666880 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:03:50,763 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:03:50,764 basehttp 10484 6203699200 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 22:03:50,765 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:04:50,756 basehttp 10484 6254178304 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:04:50,785 basehttp 10485 13723840512 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:04:50,786 basehttp 10485 13740666880 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 22:05:50,744 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:05:50,754 basehttp 10485 13740666880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:05:50,755 basehttp 10485 13723840512 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:05:50,769 basehttp 10484 6203699200 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 22:05:50,769 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:05:50,770 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:06:50,738 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:06:50,743 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:06:50,749 basehttp 10485 13740666880 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:06:50,749 basehttp 10485 13723840512 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 22:07:50,800 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:07:50,800 basehttp 10485 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:07:50,802 basehttp 10485 13740666880 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:07:50,802 basehttp 10484 6203699200 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:07:50,803 basehttp 10484 6220525568 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 22:07:50,804 basehttp 10485 13707014144 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 22:07:50,811 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:08:50,779 basehttp 10484 6254178304 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:08:50,788 basehttp 10485 13707014144 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:08:50,796 basehttp 10485 13740666880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:08:50,797 basehttp 10485 13723840512 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 22:09:50,770 basehttp 10485 13723840512 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:09:50,771 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:09:50,799 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:09:50,801 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:09:50,802 basehttp 10484 6237351936 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 22:10:50,780 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:10:50,785 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:10:50,798 basehttp 10485 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:10:50,801 basehttp 10485 13707014144 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:10:50,802 basehttp 10485 13740666880 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 22:11:50,784 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:11:50,785 basehttp 10485 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:11:50,786 basehttp 10485 13740666880 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:11:50,797 basehttp 10484 6203699200 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:11:50,798 basehttp 10484 6237351936 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 22:12:50,783 basehttp 10484 6237351936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:12:50,785 basehttp 10484 6203699200 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:12:50,788 basehttp 10485 13740666880 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:12:50,789 basehttp 10485 13707014144 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 22:13:50,771 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:13:50,796 basehttp 10485 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:13:50,796 basehttp 10485 13740666880 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:13:50,799 basehttp 10485 13723840512 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 22:13:50,801 basehttp 10484 6237351936 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 22:13:50,802 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:13:50,802 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:14:50,782 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:14:50,789 basehttp 10485 13740666880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:14:50,791 basehttp 10485 13723840512 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:15:50,781 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:15:50,789 basehttp 10485 13740666880 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:15:50,790 basehttp 10485 13723840512 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 22:15:50,805 basehttp 10484 6254178304 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 22:15:50,805 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:15:50,805 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:16:50,773 basehttp 10484 6203699200 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:16:50,788 basehttp 10485 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:16:50,789 basehttp 10485 13740666880 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:16:50,791 basehttp 10485 13707014144 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 22:19:51,614 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:19:51,617 basehttp 10485 13707014144 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:19:51,628 basehttp 10485 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 22:19:51,631 basehttp 10485 13740666880 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 22:19:51,634 basehttp 10484 6220525568 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 22:19:51,635 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 22:19:51,635 basehttp 10484 6254178304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:05:19,580 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:05:19,582 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 23:08:50,199 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:08:50,200 basehttp 10484 6237351936 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 23:08:50,200 basehttp 10484 6203699200 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 23:29:35,633 basehttp 10484 6220525568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:29:35,635 basehttp 10484 6203699200 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 23:29:47,155 basehttp 10484 6203699200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:29:47,160 basehttp 10484 6220525568 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 23:30:00,537 autoreload 74014 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 23:30:05,628 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 23:30:35,622 basehttp 10484 6220525568 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 23:31:00,730 autoreload 74581 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 23:31:04,658 basehttp 74581 6160265216 "GET /en/pharmacy/ HTTP/1.1" 200 38809 WARNING 2025-09-24 23:31:04,679 log 74581 6160265216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 23:31:04,679 basehttp 74581 6160265216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 23:31:04,762 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:31:04,766 basehttp 74581 6177091584 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 23:31:04,767 basehttp 74581 6193917952 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 INFO 2025-09-24 23:31:11,153 basehttp 74581 6193917952 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 119517 WARNING 2025-09-24 23:31:11,169 log 74581 6193917952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 23:31:11,169 basehttp 74581 6193917952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 23:31:11,212 basehttp 74581 6193917952 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-24 23:31:11,247 basehttp 74581 6193917952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:31:35,601 basehttp 74581 6193917952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:31:53,769 basehttp 74581 6193917952 "GET /en/pharmacy/inventory/1520/ HTTP/1.1" 200 90460 WARNING 2025-09-24 23:31:53,785 log 74581 6193917952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 23:31:53,785 basehttp 74581 6193917952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 23:31:53,835 basehttp 74581 6193917952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:32:35,607 basehttp 74581 6193917952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:32:54,611 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:34:47,739 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:34:51,006 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 23:34:51,012 log 74581 6160265216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 23:34:51,013 basehttp 74581 6160265216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 23:34:51,049 log 74581 6160265216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 23:34:51,050 basehttp 74581 6160265216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 23:34:53,335 basehttp 74581 6160265216 "GET /en/pharmacy/inventory/1602/ HTTP/1.1" 200 90436 WARNING 2025-09-24 23:34:53,352 log 74581 6160265216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 23:34:53,352 basehttp 74581 6160265216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 23:34:53,400 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:35:28,716 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:35:53,414 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:36:28,731 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:36:53,420 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:37:28,725 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:37:53,426 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:38:53,427 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:39:28,722 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:39:53,433 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:40:28,736 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:40:53,430 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:41:53,442 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 23:41:55,971 log 74581 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 23:41:55,972 basehttp 74581 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 23:41:55,974 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-24 23:41:56,008 log 74581 6160265216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 23:41:56,008 basehttp 74581 6160265216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-24 23:41:56,996 log 74581 13606449152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 23:41:56,997 basehttp 74581 13606449152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 23:41:57,001 basehttp 74581 6160265216 "GET /en/pharmacy/stats/ HTTP/1.1" 200 3273 INFO 2025-09-24 23:41:57,012 basehttp 74581 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:41:57,015 basehttp 74581 13589622784 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 200 3455 WARNING 2025-09-24 23:41:57,030 log 74581 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 23:41:57,030 basehttp 74581 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 23:42:01,633 basehttp 74581 13589622784 "GET /en/pharmacy/prescriptions/ HTTP/1.1" 200 96994 WARNING 2025-09-24 23:42:01,648 log 74581 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-24 23:42:01,648 basehttp 74581 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-24 23:42:01,701 basehttp 74581 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:42:28,722 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:43:01,707 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:43:28,723 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:44:01,699 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:44:28,718 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:45:01,712 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:46:01,718 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:46:28,719 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:47:01,719 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:47:28,720 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:48:01,725 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:49:01,729 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:49:28,716 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:50:01,732 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:50:28,725 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:51:01,730 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:51:28,729 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:52:01,730 basehttp 74581 6160265216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:52:44,743 autoreload 74581 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-09-24 23:52:45,255 autoreload 85162 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 23:53:01,786 basehttp 85162 6156005376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-24 23:53:27,006 autoreload 85162 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-09-24 23:53:27,387 autoreload 85579 8602788160 Watching for file changes with StatReloader INFO 2025-09-24 23:53:42,036 autoreload 85579 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-09-24 23:53:42,337 autoreload 85687 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 05:33:20,949 autoreload 20793 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 05:33:23,952 basehttp 20793 6194819072 "GET / HTTP/1.1" 302 0 INFO 2025-09-25 05:33:24,026 basehttp 20793 6211645440 "GET /en/ HTTP/1.1" 302 0 INFO 2025-09-25 05:33:24,029 basehttp 20793 6211645440 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-09-25 05:33:24,043 log 20793 6194819072 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-25 05:33:24,044 basehttp 20793 6194819072 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 161310 WARNING 2025-09-25 05:33:24,911 log 20793 6194819072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 05:33:24,911 basehttp 20793 6194819072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 05:34:43,492 basehttp 20793 6194819072 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-25 05:34:43,499 basehttp 20793 6194819072 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-25 05:34:43,519 log 20793 6194819072 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-25 05:34:43,521 basehttp 20793 6194819072 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 162228 INFO 2025-09-25 05:35:43,492 basehttp 20793 6194819072 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-25 05:35:43,496 basehttp 20793 6194819072 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-25 05:35:43,515 log 20793 6194819072 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-25 05:35:43,517 basehttp 20793 6194819072 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 162228 INFO 2025-09-25 05:36:43,492 basehttp 20793 6194819072 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-25 05:36:43,498 basehttp 20793 6194819072 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-25 05:36:43,514 log 20793 6194819072 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-25 05:36:43,515 basehttp 20793 6194819072 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 162228 INFO 2025-09-25 05:37:43,496 basehttp 20793 6194819072 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-25 05:37:43,499 basehttp 20793 6194819072 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-25 05:37:43,515 log 20793 6194819072 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-25 05:37:43,526 basehttp 20793 6194819072 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 162228 INFO 2025-09-25 05:39:43,484 basehttp 20793 6194819072 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-25 05:39:43,490 basehttp 20793 6194819072 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-25 05:39:43,512 log 20793 6194819072 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-25 05:39:43,516 basehttp 20793 6194819072 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 162228 INFO 2025-09-25 05:40:43,491 basehttp 20793 6194819072 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-25 05:40:43,499 basehttp 20793 6194819072 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-25 05:40:43,520 log 20793 6194819072 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-25 05:40:43,525 basehttp 20793 6194819072 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 162228 INFO 2025-09-25 05:42:43,480 basehttp 20793 6194819072 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-25 05:42:43,488 basehttp 20793 6194819072 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-25 05:42:43,508 log 20793 6194819072 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-25 05:42:43,510 basehttp 20793 6194819072 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 162228 INFO 2025-09-25 05:43:43,483 basehttp 20793 6194819072 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-25 05:43:43,485 basehttp 20793 6194819072 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-25 05:43:43,503 log 20793 6194819072 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-25 05:43:43,505 basehttp 20793 6194819072 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 162228 INFO 2025-09-25 05:44:12,026 autoreload 20793 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-09-25 05:44:12,539 autoreload 25931 8602788160 Watching for file changes with StatReloader ERROR 2025-09-25 05:44:14,670 log 25931 6170324992 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-25 05:44:14,672 basehttp 25931 6170324992 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 161447 WARNING 2025-09-25 05:44:14,684 log 25931 6170324992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 05:44:14,684 basehttp 25931 6170324992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-25 05:44:28,834 log 25931 6170324992 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1035, in find_library return parser.libraries[name] ~~~~~~~~~~~~~~~~^^^^^^ KeyError: 'account' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1097, in load lib = find_library(parser, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1037, in find_library raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: 'account' is not a registered tag library. Must be one of: admin_list admin_modify admin_urls allauth cache custom_filters debugger_tags fsm highlighting humanize i18n indent_text l10n log rest_framework static syntax_color tz viewflow webpack_loader widont workflow ERROR 2025-09-25 05:44:28,837 basehttp 25931 6170324992 "GET /en/accounts/login/ HTTP/1.1" 500 226724 WARNING 2025-09-25 05:44:28,850 log 25931 6170324992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 05:44:28,850 basehttp 25931 6170324992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 05:44:55,239 basehttp 25931 6170324992 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-09-25 05:44:55,313 basehttp 25931 13035925504 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-09-25 05:44:55,329 basehttp 25931 13035925504 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 WARNING 2025-09-25 05:44:55,337 log 25931 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 05:44:55,338 basehttp 25931 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 05:44:55,341 basehttp 25931 6170324992 "GET /static/admin/css/login.css HTTP/1.1" 200 951 INFO 2025-09-25 05:44:56,772 basehttp 25931 6170324992 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-09-25 05:44:56,798 basehttp 25931 6170324992 "GET /en/admin/ HTTP/1.1" 200 108166 WARNING 2025-09-25 05:44:56,817 log 25931 6170324992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 05:44:56,817 basehttp 25931 6170324992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 05:44:56,817 basehttp 25931 13035925504 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-09-25 05:44:56,818 basehttp 25931 13052751872 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-25 05:45:00,764 basehttp 25931 13052751872 "GET / HTTP/1.1" 302 0 INFO 2025-09-25 05:45:00,795 basehttp 25931 13035925504 "GET /en/ HTTP/1.1" 200 47012 WARNING 2025-09-25 05:45:00,806 log 25931 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 05:45:00,806 basehttp 25931 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 05:45:00,888 basehttp 25931 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 05:45:00,889 basehttp 25931 13052751872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-25 05:45:00,890 basehttp 25931 6170324992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-09-25 05:45:21,921 basehttp 25931 6170324992 "GET /en/audit-log/ HTTP/1.1" 200 226879 WARNING 2025-09-25 05:45:21,935 log 25931 6170324992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 05:45:21,935 basehttp 25931 6170324992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 05:45:21,988 basehttp 25931 6170324992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 WARNING 2025-09-25 05:45:24,599 log 25931 6170324992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 05:45:24,600 basehttp 25931 6170324992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 05:45:24,613 log 25931 6170324992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 05:45:24,613 basehttp 25931 6170324992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 05:45:30,884 basehttp 25931 6170324992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-09-25 05:45:43,487 basehttp 25931 6170324992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 05:46:00,908 basehttp 25931 6170324992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 05:46:00,908 basehttp 25931 13052751872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-25 05:46:00,910 basehttp 25931 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-09-25 05:46:30,887 basehttp 25931 6170324992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-09-25 05:46:43,488 basehttp 25931 6170324992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 05:47:00,906 basehttp 25931 6170324992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 05:47:00,907 basehttp 25931 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-25 05:47:00,909 basehttp 25931 13052751872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-09-25 05:47:12,401 autoreload 25931 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/urls.py changed, reloading. INFO 2025-09-25 05:47:12,908 autoreload 27390 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 05:47:33,919 autoreload 27390 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/urls.py changed, reloading. INFO 2025-09-25 05:47:34,230 autoreload 27563 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 05:47:51,781 basehttp 27563 6156906496 "GET /en/accounts/logout HTTP/1.1" 301 0 INFO 2025-09-25 05:47:51,849 basehttp 27563 6173732864 "GET /en/accounts/logout/ HTTP/1.1" 200 1785 WARNING 2025-09-25 05:47:51,981 log 27563 6173732864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 05:47:51,981 basehttp 27563 6173732864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-25 05:47:56,065 log 27563 6173732864 Internal Server Error: /en/accounts/logout/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 840, in post url = self.get_redirect_url() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 846, in get_redirect_url return self.get_next_url() or get_adapter(self.request).get_logout_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 244, in get_logout_redirect_url return resolve_url(app_settings.LOGOUT_REDIRECT_URL) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 184, in resolve_url return reverse(to, args=args, kwargs=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'home' not found. 'home' is not a valid view function or pattern name. ERROR 2025-09-25 05:47:56,067 basehttp 27563 6173732864 "POST /en/accounts/logout/ HTTP/1.1" 500 100882 WARNING 2025-09-25 05:47:56,080 log 27563 6173732864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 05:47:56,080 basehttp 27563 6173732864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 05:48:43,574 basehttp 27563 6173732864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 05:48:48,775 autoreload 27563 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/urls.py changed, reloading. INFO 2025-09-25 05:48:49,192 autoreload 28161 8602788160 Watching for file changes with StatReloader ERROR 2025-09-25 05:48:51,981 log 28161 6165721088 Internal Server Error: /en/accounts/logout/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 840, in post url = self.get_redirect_url() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 846, in get_redirect_url return self.get_next_url() or get_adapter(self.request).get_logout_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 244, in get_logout_redirect_url return resolve_url(app_settings.LOGOUT_REDIRECT_URL) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 184, in resolve_url return reverse(to, args=args, kwargs=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'home' not found. 'home' is not a valid view function or pattern name. ERROR 2025-09-25 05:48:51,982 basehttp 28161 6165721088 "POST /en/accounts/logout/ HTTP/1.1" 500 100882 WARNING 2025-09-25 05:48:52,000 log 28161 6165721088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 05:48:52,000 basehttp 28161 6165721088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 05:48:53,330 log 28161 6165721088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 05:48:53,330 basehttp 28161 6165721088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 05:48:54,011 basehttp 28161 6165721088 "GET /en/accounts/logout/ HTTP/1.1" 200 1785 WARNING 2025-09-25 05:48:54,025 log 28161 6165721088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 05:48:54,025 basehttp 28161 6165721088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-25 05:48:55,089 log 28161 6165721088 Internal Server Error: /en/accounts/logout/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 840, in post url = self.get_redirect_url() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 846, in get_redirect_url return self.get_next_url() or get_adapter(self.request).get_logout_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 244, in get_logout_redirect_url return resolve_url(app_settings.LOGOUT_REDIRECT_URL) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 184, in resolve_url return reverse(to, args=args, kwargs=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'home' not found. 'home' is not a valid view function or pattern name. ERROR 2025-09-25 05:48:55,090 basehttp 28161 6165721088 "POST /en/accounts/logout/ HTTP/1.1" 500 100882 WARNING 2025-09-25 05:48:55,102 log 28161 6165721088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 05:48:55,102 basehttp 28161 6165721088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 05:49:43,567 basehttp 28161 6165721088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 05:49:51,102 autoreload 28161 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-09-25 05:49:51,451 autoreload 28681 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 05:49:52,038 basehttp 28681 6202880000 "POST /en/accounts/logout/ HTTP/1.1" 302 0 WARNING 2025-09-25 05:49:52,044 log 28681 6202880000 Not Found: /en/accounts/logout/core.home WARNING 2025-09-25 05:49:52,044 basehttp 28681 6202880000 "GET /en/accounts/logout/core.home HTTP/1.1" 404 37314 WARNING 2025-09-25 05:49:52,058 log 28681 6202880000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 05:49:52,058 basehttp 28681 6202880000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 05:51:43,551 basehttp 28681 6202880000 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-25 05:51:43,555 basehttp 28681 6202880000 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-25 05:51:43,578 log 28681 6202880000 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-25 05:51:43,580 basehttp 28681 6202880000 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 162480 INFO 2025-09-25 05:52:43,554 basehttp 28681 6202880000 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-25 05:52:43,560 basehttp 28681 6202880000 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-25 05:52:43,582 log 28681 6202880000 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-25 05:52:43,584 basehttp 28681 6202880000 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 162480 INFO 2025-09-25 05:53:29,810 autoreload 28681 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/urls.py changed, reloading. INFO 2025-09-25 05:53:30,271 autoreload 30445 8602788160 Watching for file changes with StatReloader WARNING 2025-09-25 05:53:32,837 log 30445 6128807936 Not Found: /en/accounts/logout/core.home WARNING 2025-09-25 05:53:32,837 basehttp 30445 6128807936 "GET /en/accounts/logout/core.home HTTP/1.1" 404 20794 WARNING 2025-09-25 05:53:32,849 log 30445 6128807936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 05:53:32,849 basehttp 30445 6128807936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 05:53:36,640 basehttp 30445 6128807936 "GET /en/accounts/logout/ HTTP/1.1" 302 0 INFO 2025-09-25 05:53:36,643 basehttp 30445 6128807936 "GET /en/ HTTP/1.1" 302 0 WARNING 2025-09-25 05:53:36,647 log 30445 6128807936 Not Found: /dashboard WARNING 2025-09-25 05:53:36,647 basehttp 30445 6128807936 "GET /dashboard HTTP/1.1" 404 2551 WARNING 2025-09-25 05:53:36,656 log 30445 6128807936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 05:53:36,656 basehttp 30445 6128807936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 05:53:37,401 log 30445 6128807936 Not Found: /dashboard WARNING 2025-09-25 05:53:37,402 basehttp 30445 6128807936 "GET /dashboard HTTP/1.1" 404 2551 WARNING 2025-09-25 05:53:37,413 log 30445 6128807936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 05:53:37,413 basehttp 30445 6128807936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 05:53:38,336 log 30445 6128807936 Not Found: /dashboard WARNING 2025-09-25 05:53:38,336 basehttp 30445 6128807936 "GET /dashboard HTTP/1.1" 404 2551 WARNING 2025-09-25 05:53:38,348 log 30445 6128807936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 05:53:38,348 basehttp 30445 6128807936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 05:53:42,213 basehttp 30445 6128807936 "GET / HTTP/1.1" 302 0 INFO 2025-09-25 05:53:42,216 basehttp 30445 6145634304 "GET /en/ HTTP/1.1" 302 0 WARNING 2025-09-25 05:53:42,220 log 30445 6145634304 Not Found: /dashboard WARNING 2025-09-25 05:53:42,220 basehttp 30445 6145634304 "GET /dashboard HTTP/1.1" 404 2551 WARNING 2025-09-25 05:53:42,232 log 30445 6145634304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 05:53:42,233 basehttp 30445 6145634304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 05:53:53,600 basehttp 30445 6145634304 "GET /en/ HTTP/1.1" 302 0 WARNING 2025-09-25 05:53:53,607 log 30445 6145634304 Not Found: /dashboard WARNING 2025-09-25 05:53:53,607 basehttp 30445 6145634304 "GET /dashboard HTTP/1.1" 404 2551 WARNING 2025-09-25 05:53:53,619 log 30445 6145634304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 05:53:53,619 basehttp 30445 6145634304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 05:54:25,853 autoreload 30445 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/views.py changed, reloading. INFO 2025-09-25 05:54:26,200 autoreload 30891 8602788160 Watching for file changes with StatReloader WARNING 2025-09-25 05:54:26,574 log 30891 6200274944 Not Found: /dashboard WARNING 2025-09-25 05:54:26,574 basehttp 30891 6200274944 "GET /dashboard HTTP/1.1" 404 2551 WARNING 2025-09-25 05:54:26,585 log 30891 6200274944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 05:54:26,585 basehttp 30891 6200274944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 05:54:29,582 basehttp 30891 6200274944 "GET / HTTP/1.1" 302 0 INFO 2025-09-25 05:54:29,660 basehttp 30891 6217101312 "GET /en/ HTTP/1.1" 302 0 INFO 2025-09-25 05:54:29,663 basehttp 30891 6217101312 "GET /en/core/ HTTP/1.1" 302 0 INFO 2025-09-25 05:54:29,666 basehttp 30891 6217101312 "GET /accounts/login/?next=/en/core/ HTTP/1.1" 302 0 ERROR 2025-09-25 05:54:29,681 log 30891 6200274944 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-25 05:54:29,683 basehttp 30891 6200274944 "GET /en/accounts/login/?next=/en/core/ HTTP/1.1" 500 161520 WARNING 2025-09-25 05:54:29,692 log 30891 6200274944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 05:54:29,693 basehttp 30891 6200274944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-25 05:54:40,868 log 30891 6200274944 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1035, in find_library return parser.libraries[name] ~~~~~~~~~~~~~~~~^^^^^^ KeyError: 'account' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1097, in load lib = find_library(parser, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1037, in find_library raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: 'account' is not a registered tag library. Must be one of: admin_list admin_modify admin_urls allauth cache custom_filters debugger_tags fsm highlighting humanize i18n indent_text l10n log rest_framework static syntax_color tz viewflow webpack_loader widont workflow ERROR 2025-09-25 05:54:40,869 basehttp 30891 6200274944 "GET /en/accounts/login/ HTTP/1.1" 500 226971 WARNING 2025-09-25 05:54:40,880 log 30891 6200274944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 05:54:40,881 basehttp 30891 6200274944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 05:54:43,556 log 30891 6200274944 Not Found: /en/htmx/system-notifications/ WARNING 2025-09-25 05:54:43,556 basehttp 30891 6200274944 "GET /en/htmx/system-notifications/ HTTP/1.1" 404 8157 INFO 2025-09-25 05:55:41,748 autoreload 30891 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-09-25 05:55:42,111 autoreload 31565 8602788160 Watching for file changes with StatReloader WARNING 2025-09-25 05:55:43,553 log 31565 6163050496 Not Found: /en/htmx/system-notifications/ WARNING 2025-09-25 05:55:43,553 basehttp 31565 6163050496 "GET /en/htmx/system-notifications/ HTTP/1.1" 404 8157 INFO 2025-09-25 05:55:47,629 basehttp 31565 6163050496 "GET /en/ HTTP/1.1" 302 0 INFO 2025-09-25 05:55:47,633 basehttp 31565 6163050496 "GET /en/core/ HTTP/1.1" 302 0 INFO 2025-09-25 05:55:47,639 basehttp 31565 6163050496 "GET /accounts/login/?next=/en/core/ HTTP/1.1" 302 0 ERROR 2025-09-25 05:55:47,651 log 31565 6179876864 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-25 05:55:47,653 basehttp 31565 6179876864 "GET /en/accounts/login/?next=/en/core/ HTTP/1.1" 500 161508 WARNING 2025-09-25 05:55:47,664 log 31565 6179876864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 05:55:47,664 basehttp 31565 6179876864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 05:56:43,561 log 31565 6179876864 Not Found: /en/htmx/system-notifications/ WARNING 2025-09-25 05:56:43,562 basehttp 31565 6179876864 "GET /en/htmx/system-notifications/ HTTP/1.1" 404 8157 WARNING 2025-09-25 05:58:43,552 log 31565 6179876864 Not Found: /en/htmx/system-notifications/ WARNING 2025-09-25 05:58:43,553 basehttp 31565 6179876864 "GET /en/htmx/system-notifications/ HTTP/1.1" 404 8157 WARNING 2025-09-25 05:59:43,554 log 31565 6179876864 Not Found: /en/htmx/system-notifications/ WARNING 2025-09-25 05:59:43,554 basehttp 31565 6179876864 "GET /en/htmx/system-notifications/ HTTP/1.1" 404 8157 INFO 2025-09-25 06:00:26,639 autoreload 31565 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/views.py changed, reloading. INFO 2025-09-25 06:00:26,998 autoreload 33834 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 06:01:29,425 autoreload 33834 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/corsheaders/checks.py changed, reloading. INFO 2025-09-25 06:01:29,953 autoreload 34358 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 06:01:42,488 autoreload 34358 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/viewflow/views/base.py changed, reloading. INFO 2025-09-25 06:01:42,991 autoreload 34461 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 06:01:59,693 autoreload 34461 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/urls.py changed, reloading. INFO 2025-09-25 06:02:00,032 autoreload 34555 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 06:02:11,557 autoreload 34555 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/urls.py changed, reloading. INFO 2025-09-25 06:02:11,876 autoreload 34725 8602788160 Watching for file changes with StatReloader ERROR 2025-09-25 06:02:14,526 log 34725 6191181824 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-25 06:02:14,527 basehttp 34725 6191181824 "GET /en/accounts/login/?next=/en/core/ HTTP/1.1" 500 161645 WARNING 2025-09-25 06:02:14,540 log 34725 6191181824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:02:14,540 basehttp 34725 6191181824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:02:18,826 basehttp 34725 6191181824 "GET /en/ HTTP/1.1" 302 0 INFO 2025-09-25 06:02:18,832 basehttp 34725 6191181824 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-09-25 06:02:18,854 log 34725 6208008192 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-25 06:02:18,855 basehttp 34725 6208008192 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 161368 WARNING 2025-09-25 06:02:18,867 log 34725 6208008192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:02:18,868 basehttp 34725 6208008192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:02:24,365 basehttp 34725 6208008192 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-09-25 06:02:24,376 basehttp 34725 6208008192 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4338 WARNING 2025-09-25 06:02:24,392 log 34725 6208008192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:02:24,392 basehttp 34725 6208008192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:02:26,730 basehttp 34725 6208008192 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-09-25 06:02:26,756 basehttp 34725 6208008192 "GET /en/admin/ HTTP/1.1" 200 108166 WARNING 2025-09-25 06:02:26,771 log 34725 6208008192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:02:26,772 basehttp 34725 6208008192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:02:28,786 basehttp 34725 6208008192 "GET / HTTP/1.1" 302 0 ERROR 2025-09-25 06:02:28,854 log 34725 6191181824 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard' not found. 'dashboard' is not a valid view function or pattern name. ERROR 2025-09-25 06:02:28,855 basehttp 34725 6191181824 "GET /en/ HTTP/1.1" 500 182381 WARNING 2025-09-25 06:02:28,870 log 34725 6191181824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:02:28,870 basehttp 34725 6191181824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:02:48,686 autoreload 34725 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/urls.py changed, reloading. INFO 2025-09-25 06:02:49,153 autoreload 34987 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 06:02:51,382 basehttp 34987 6189821952 "GET /en/ HTTP/1.1" 200 47012 WARNING 2025-09-25 06:02:51,399 log 34987 6189821952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:02:51,399 basehttp 34987 6189821952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:02:51,472 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:02:51,476 basehttp 34987 6223474688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-25 06:02:51,477 basehttp 34987 6206648320 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-09-25 06:03:21,537 basehttp 34987 6206648320 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-09-25 06:03:43,618 basehttp 34987 6206648320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:03:51,557 basehttp 34987 6206648320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:03:51,558 basehttp 34987 6223474688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-25 06:03:51,560 basehttp 34987 6189821952 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-09-25 06:04:21,529 basehttp 34987 6189821952 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-09-25 06:04:43,621 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:04:51,562 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:04:51,563 basehttp 34987 6223474688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-25 06:04:51,565 basehttp 34987 6206648320 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-25 06:05:21,545 basehttp 34987 6206648320 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-25 06:05:51,555 basehttp 34987 6206648320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:05:51,556 basehttp 34987 6223474688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-25 06:05:51,558 basehttp 34987 6189821952 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-25 06:06:21,550 basehttp 34987 6189821952 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:06:43,619 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:06:51,583 basehttp 34987 6206648320 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-25 06:06:51,584 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:06:51,585 basehttp 34987 6223474688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:07:21,554 basehttp 34987 6223474688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:07:43,622 basehttp 34987 6223474688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:07:51,570 basehttp 34987 6189821952 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-25 06:07:51,570 basehttp 34987 6223474688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:07:51,571 basehttp 34987 6206648320 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:08:21,549 basehttp 34987 6206648320 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:08:43,622 basehttp 34987 6206648320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:08:51,566 basehttp 34987 6206648320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:08:51,566 basehttp 34987 6189821952 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-25 06:08:51,568 basehttp 34987 6223474688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:09:21,562 basehttp 34987 6223474688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:09:51,579 basehttp 34987 6206648320 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-25 06:09:51,579 basehttp 34987 6223474688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:09:51,580 basehttp 34987 6189821952 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:10:21,558 basehttp 34987 6223474688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:10:43,609 basehttp 34987 6223474688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:10:51,577 basehttp 34987 6223474688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:10:51,578 basehttp 34987 6189821952 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-25 06:10:51,579 basehttp 34987 6206648320 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:11:21,570 basehttp 34987 6223474688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:11:43,622 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:11:51,578 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:11:51,581 basehttp 34987 6206648320 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-25 06:11:51,583 basehttp 34987 6223474688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:12:21,575 basehttp 34987 6223474688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:12:51,578 basehttp 34987 6206648320 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-25 06:12:51,579 basehttp 34987 6223474688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:12:51,582 basehttp 34987 6189821952 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:13:21,581 basehttp 34987 6189821952 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:13:43,619 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:13:51,578 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:13:51,578 basehttp 34987 6223474688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-25 06:13:51,584 basehttp 34987 6206648320 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:14:21,594 basehttp 34987 6206648320 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:14:43,620 basehttp 34987 6206648320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:14:51,579 basehttp 34987 6223474688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-25 06:14:51,579 basehttp 34987 6206648320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:14:51,591 basehttp 34987 6189821952 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:15:21,601 basehttp 34987 6189821952 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:15:51,586 basehttp 34987 6206648320 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-25 06:15:51,586 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:15:51,597 basehttp 34987 6223474688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:16:21,607 basehttp 34987 6223474688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:16:43,620 basehttp 34987 6223474688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:16:51,579 basehttp 34987 6223474688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:16:51,579 basehttp 34987 6189821952 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-25 06:16:51,600 basehttp 34987 6189821952 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:17:21,612 basehttp 34987 6189821952 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:17:43,615 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:17:51,591 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:17:51,592 basehttp 34987 6223474688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-25 06:17:51,606 basehttp 34987 6223474688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:18:21,620 basehttp 34987 6223474688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:18:43,652 basehttp 34987 6223474688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:18:51,679 basehttp 34987 6189821952 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-25 06:18:51,679 basehttp 34987 6223474688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:18:51,681 basehttp 34987 6206648320 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:19:22,669 basehttp 34987 6206648320 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:20:24,696 basehttp 34987 6206648320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:20:24,697 basehttp 34987 6223474688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-25 06:20:24,698 basehttp 34987 6189821952 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:20:43,665 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:21:43,698 basehttp 34987 6206648320 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-25 06:21:43,699 basehttp 34987 6223474688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:21:43,701 basehttp 34987 6189821952 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:22:43,674 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:22:43,678 basehttp 34987 6223474688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:23:43,695 basehttp 34987 6223474688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:23:43,697 basehttp 34987 6189821952 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-25 06:23:43,698 basehttp 34987 6206648320 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:23:43,704 basehttp 34987 6223474688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:24:13,695 basehttp 34987 6223474688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:24:43,687 basehttp 34987 6223474688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:24:43,687 basehttp 34987 6206648320 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-25 06:24:43,691 basehttp 34987 6189821952 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:24:44,620 basehttp 34987 6189821952 "GET /en/ HTTP/1.1" 200 47013 WARNING 2025-09-25 06:24:44,637 log 34987 6189821952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:24:44,637 basehttp 34987 6189821952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:24:44,722 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:24:44,723 basehttp 34987 6223474688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-25 06:24:44,725 basehttp 34987 6206648320 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 06:24:49,761 basehttp 34987 6206648320 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-09-25 06:24:49,805 basehttp 34987 6223474688 "GET /en/hr/ HTTP/1.1" 200 44842 WARNING 2025-09-25 06:24:49,818 log 34987 6223474688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:24:49,818 basehttp 34987 6223474688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:24:49,861 basehttp 34987 6223474688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:24:58,103 basehttp 34987 6223474688 "GET /en/hr/departments/ HTTP/1.1" 200 132780 WARNING 2025-09-25 06:24:58,118 log 34987 6223474688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:24:58,119 basehttp 34987 6223474688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:24:58,119 basehttp 34987 6223474688 - Broken pipe from ('127.0.0.1', 58062) INFO 2025-09-25 06:24:58,125 basehttp 34987 6189821952 "GET /static/plugins/jszip/dist/jszip.min.js HTTP/1.1" 200 97630 INFO 2025-09-25 06:24:58,129 basehttp 34987 6240301056 "GET /static/plugins/pdfmake/build/vfs_fonts.js HTTP/1.1" 200 828866 INFO 2025-09-25 06:24:58,134 basehttp 34987 6206648320 "GET /static/plugins/pdfmake/build/pdfmake.min.js HTTP/1.1" 200 1400771 INFO 2025-09-25 06:24:58,192 basehttp 34987 6206648320 "GET /static/plugins/pdfmake/build/pdfmake.min.js.map HTTP/1.1" 200 4214503 INFO 2025-09-25 06:24:58,206 basehttp 34987 6206648320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 WARNING 2025-09-25 06:25:02,303 log 34987 6206648320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:25:02,303 basehttp 34987 6206648320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 06:25:02,316 log 34987 6206648320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:25:02,316 basehttp 34987 6206648320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:25:08,479 basehttp 34987 6206648320 "GET /en/hr/departments/ HTTP/1.1" 200 132780 WARNING 2025-09-25 06:25:08,495 log 34987 6206648320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:25:08,495 basehttp 34987 6206648320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:25:08,589 basehttp 34987 6206648320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 WARNING 2025-09-25 06:25:11,234 log 34987 6206648320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:25:11,235 basehttp 34987 6206648320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 06:25:11,247 log 34987 6206648320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:25:11,247 basehttp 34987 6206648320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:25:13,334 basehttp 34987 6206648320 "GET /en/hr/employees/ HTTP/1.1" 200 127179 WARNING 2025-09-25 06:25:13,351 log 34987 6206648320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:25:13,351 basehttp 34987 6206648320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:25:13,402 basehttp 34987 6206648320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:25:18,935 basehttp 34987 6206648320 "GET /en/hr/employees/75/ HTTP/1.1" 200 35669 WARNING 2025-09-25 06:25:18,953 log 34987 6206648320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:25:18,953 basehttp 34987 6206648320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:25:19,003 basehttp 34987 6206648320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:25:19,005 basehttp 34987 6240301056 "GET /en/hr/employees/75/clock-controls/ HTTP/1.1" 200 503 INFO 2025-09-25 06:25:43,667 basehttp 34987 6240301056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 WARNING 2025-09-25 06:25:45,284 log 34987 6240301056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:25:45,284 basehttp 34987 6240301056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 06:25:45,299 log 34987 6240301056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:25:45,299 basehttp 34987 6240301056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:25:49,806 basehttp 34987 6240301056 "GET /en/hr/employees/75/update/ HTTP/1.1" 200 54586 WARNING 2025-09-25 06:25:49,824 log 34987 6240301056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:25:49,824 basehttp 34987 6240301056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:25:49,874 basehttp 34987 6240301056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:26:08,125 basehttp 34987 6240301056 "POST /en/hr/employees/75/update/ HTTP/1.1" 200 54624 WARNING 2025-09-25 06:26:08,141 log 34987 6240301056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:26:08,141 basehttp 34987 6240301056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:26:08,188 basehttp 34987 6240301056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:26:11,770 basehttp 34987 6240301056 "GET /en/hr/employees/ HTTP/1.1" 200 127179 WARNING 2025-09-25 06:26:11,785 log 34987 6240301056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:26:11,785 basehttp 34987 6240301056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:26:11,836 basehttp 34987 6240301056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:26:43,655 basehttp 34987 6240301056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:27:03,449 basehttp 34987 6240301056 "GET /en/facility-management/ HTTP/1.1" 200 48176 WARNING 2025-09-25 06:27:03,466 log 34987 6240301056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:27:03,467 basehttp 34987 6240301056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:27:03,491 basehttp 34987 6240301056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:27:50,241 basehttp 34987 6240301056 "GET /en/facility-management/reports/ HTTP/1.1" 200 37682 WARNING 2025-09-25 06:27:50,261 log 34987 6240301056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:27:50,261 basehttp 34987 6240301056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:27:50,718 basehttp 34987 6240301056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:28:11,553 basehttp 34987 6240301056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 WARNING 2025-09-25 06:28:11,556 log 34987 6240301056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:28:11,556 basehttp 34987 6240301056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 06:28:11,568 log 34987 6240301056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:28:11,568 basehttp 34987 6240301056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:28:13,402 basehttp 34987 6240301056 "GET /en/facility-management/buildings/create/ HTTP/1.1" 200 33316 WARNING 2025-09-25 06:28:13,422 log 34987 6240301056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:28:13,422 basehttp 34987 6240301056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:28:13,485 basehttp 34987 6240301056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 WARNING 2025-09-25 06:28:17,503 log 34987 6240301056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:28:17,503 basehttp 34987 6240301056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 06:28:17,519 log 34987 6240301056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:28:17,519 basehttp 34987 6240301056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:28:19,095 basehttp 34987 6240301056 "GET /en/facility-management/assets/create/ HTTP/1.1" 200 64248 WARNING 2025-09-25 06:28:19,116 log 34987 6240301056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:28:19,116 basehttp 34987 6240301056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:28:19,169 basehttp 34987 6240301056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 WARNING 2025-09-25 06:28:23,432 log 34987 6240301056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:28:23,432 basehttp 34987 6240301056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 06:28:23,445 log 34987 6240301056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:28:23,446 basehttp 34987 6240301056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:28:25,535 basehttp 34987 6240301056 "GET /en/facility-management/maintenance/create/ HTTP/1.1" 200 67222 WARNING 2025-09-25 06:28:25,561 log 34987 6240301056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:28:25,561 basehttp 34987 6240301056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:28:25,618 basehttp 34987 6240301056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 WARNING 2025-09-25 06:28:31,426 log 34987 6240301056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:28:31,427 basehttp 34987 6240301056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 06:28:31,438 log 34987 6240301056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:28:31,439 basehttp 34987 6240301056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 06:28:32,481 log 34987 6206648320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:28:32,483 basehttp 34987 6206648320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:28:32,484 basehttp 34987 6240301056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 WARNING 2025-09-25 06:28:32,493 log 34987 6240301056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:28:32,493 basehttp 34987 6240301056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:28:35,788 basehttp 34987 6240301056 "GET /en/hr/employees/ HTTP/1.1" 200 127179 WARNING 2025-09-25 06:28:35,803 log 34987 6240301056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:28:35,804 basehttp 34987 6240301056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:28:35,860 basehttp 34987 6240301056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 WARNING 2025-09-25 06:28:38,556 log 34987 6240301056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:28:38,556 basehttp 34987 6240301056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:28:39,583 basehttp 34987 6240301056 "GET /en/hr/employees/75/update/ HTTP/1.1" 200 54586 WARNING 2025-09-25 06:28:39,599 log 34987 6240301056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:28:39,599 basehttp 34987 6240301056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:28:40,105 basehttp 34987 6240301056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 WARNING 2025-09-25 06:28:40,109 log 34987 6240301056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:28:40,109 basehttp 34987 6240301056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 06:28:40,120 log 34987 6240301056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:28:40,120 basehttp 34987 6240301056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 06:28:40,401 log 34987 6240301056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:28:40,401 basehttp 34987 6240301056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:28:43,125 basehttp 34987 6240301056 "GET /en/hr/schedules/ HTTP/1.1" 200 122038 WARNING 2025-09-25 06:28:43,149 log 34987 6240301056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:28:43,149 basehttp 34987 6240301056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:28:43,257 basehttp 34987 6240301056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:28:43,667 basehttp 34987 6240301056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:28:52,052 basehttp 34987 6240301056 "GET /en/hr/schedules/93/ HTTP/1.1" 200 136359 WARNING 2025-09-25 06:28:52,071 log 34987 6206648320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:28:52,071 basehttp 34987 6206648320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 06:28:52,073 basehttp 34987 6240301056 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-25 06:28:52,074 basehttp 34987 6189821952 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 INFO 2025-09-25 06:28:52,118 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:28:52,133 basehttp 34987 6189821952 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 WARNING 2025-09-25 06:28:52,142 basehttp 34987 6189821952 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-09-25 06:28:55,797 basehttp 34987 6206648320 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-09-25 06:29:29,804 log 34987 6189821952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:29:29,804 basehttp 34987 6189821952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 06:29:30,003 log 34987 6189821952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:29:30,003 basehttp 34987 6189821952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:29:31,781 basehttp 34987 6189821952 "GET /en/hr/schedules/54/update/ HTTP/1.1" 200 34872 WARNING 2025-09-25 06:29:31,801 log 34987 6189821952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:29:31,801 basehttp 34987 6189821952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:29:31,861 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 WARNING 2025-09-25 06:29:40,702 log 34987 6189821952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:29:40,702 basehttp 34987 6189821952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 06:29:40,918 log 34987 6189821952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:29:40,918 basehttp 34987 6189821952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:29:43,230 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:29:43,665 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:29:53,252 basehttp 34987 6189821952 "GET /en/hr/schedules/118/ HTTP/1.1" 200 136100 WARNING 2025-09-25 06:29:53,273 log 34987 6189821952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:29:53,275 basehttp 34987 6189821952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 06:29:53,275 basehttp 34987 6206648320 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-25 06:29:53,347 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 WARNING 2025-09-25 06:29:53,364 basehttp 34987 6189821952 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-09-25 06:30:04,852 log 34987 6189821952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:30:04,853 basehttp 34987 6189821952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 06:30:04,984 log 34987 6189821952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:30:04,984 basehttp 34987 6189821952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 06:30:05,632 log 34987 6206648320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:30:05,632 basehttp 34987 6206648320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:30:05,635 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 WARNING 2025-09-25 06:30:05,641 log 34987 6189821952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:30:05,641 basehttp 34987 6189821952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:30:07,748 basehttp 34987 6189821952 "GET /en/hr/time-entries/ HTTP/1.1" 200 140106 INFO 2025-09-25 06:30:07,764 basehttp 34987 6189821952 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.css HTTP/1.1" 200 8069 INFO 2025-09-25 06:30:07,766 basehttp 34987 6206648320 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.js HTTP/1.1" 200 67842 WARNING 2025-09-25 06:30:07,767 log 34987 6189821952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:30:07,768 basehttp 34987 6189821952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:30:07,829 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:30:34,645 basehttp 34987 6189821952 "GET /en/hr/employees/13/ HTTP/1.1" 200 35770 WARNING 2025-09-25 06:30:34,663 log 34987 6189821952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:30:34,663 basehttp 34987 6189821952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:30:34,717 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:30:34,718 basehttp 34987 6206648320 "GET /en/hr/employees/13/clock-controls/ HTTP/1.1" 200 503 WARNING 2025-09-25 06:30:39,932 log 34987 6206648320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:30:39,932 basehttp 34987 6206648320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 06:30:39,947 log 34987 6206648320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:30:39,948 basehttp 34987 6206648320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:30:43,661 basehttp 34987 6206648320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 ERROR 2025-09-25 06:30:53,737 log 34987 6206648320 Internal Server Error: /en/hr/time-entries/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_time_entry_conflicts' not found. 'check_time_entry_conflicts' is not a valid view function or pattern name. ERROR 2025-09-25 06:30:53,739 basehttp 34987 6206648320 "GET /en/hr/time-entries/create/ HTTP/1.1" 500 178946 WARNING 2025-09-25 06:30:53,759 log 34987 6206648320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:30:53,759 basehttp 34987 6206648320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:32:43,665 basehttp 34987 6206648320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-25 06:33:43,702 basehttp 34987 6206648320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-25 06:34:22,089 basehttp 34987 6206648320 "GET /en/hr/reviews HTTP/1.1" 301 0 INFO 2025-09-25 06:34:22,102 basehttp 34987 6189821952 "GET /en/hr/reviews/ HTTP/1.1" 200 33338 WARNING 2025-09-25 06:34:22,114 log 34987 6189821952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:34:22,114 basehttp 34987 6189821952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:34:22,159 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-25 06:35:09,599 basehttp 34987 6189821952 "GET /en/admin/facility_management/maintenancerequest/ HTTP/1.1" 200 153026 INFO 2025-09-25 06:35:09,614 basehttp 34987 6189821952 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-25 06:35:22,658 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-25 06:35:23,356 basehttp 34987 6189821952 "GET /en/admin/hr/performancereview/ HTTP/1.1" 200 85650 INFO 2025-09-25 06:35:23,370 basehttp 34987 6189821952 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-25 06:35:43,658 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-25 06:36:23,664 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-25 06:36:43,650 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-25 06:37:24,667 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-25 06:38:25,664 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-25 06:38:43,651 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-25 06:39:26,651 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-25 06:39:43,662 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-25 06:40:27,662 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-25 06:41:29,664 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-25 06:41:43,660 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-25 06:41:49,771 basehttp 34987 6189821952 "GET /en/admin/laboratory/labresult/ HTTP/1.1" 200 158547 INFO 2025-09-25 06:41:49,790 basehttp 34987 6206648320 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-09-25 06:41:49,793 basehttp 34987 6189821952 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-25 06:42:09,451 basehttp 34987 6189821952 "GET /en/admin/laboratory/labresult/?p=2 HTTP/1.1" 200 161336 INFO 2025-09-25 06:42:09,469 basehttp 34987 6189821952 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-25 06:42:34,585 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-25 06:42:44,658 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-25 06:43:34,587 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 06:43:46,661 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 06:44:34,596 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 06:45:34,598 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 06:45:43,651 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 06:46:34,592 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 06:46:43,665 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 06:47:34,603 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 06:48:34,490 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 06:48:43,548 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 06:49:34,496 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 06:49:43,549 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 06:50:34,489 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 06:51:34,498 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 06:51:43,537 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 06:52:34,495 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 06:52:43,534 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 06:52:58,533 basehttp 34987 6189821952 "GET /en/admin/laboratory/labresult/?p=2 HTTP/1.1" 200 161336 INFO 2025-09-25 06:52:58,549 basehttp 34987 6189821952 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 WARNING 2025-09-25 06:53:15,245 log 34987 6189821952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:53:15,245 basehttp 34987 6189821952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 06:53:17,629 log 34987 6189821952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:53:17,630 basehttp 34987 6189821952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:53:18,577 basehttp 34987 6189821952 "GET /en/hr/time-entries/ HTTP/1.1" 200 146084 WARNING 2025-09-25 06:53:18,592 log 34987 6189821952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:53:18,592 basehttp 34987 6189821952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:53:18,681 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 06:53:26,395 basehttp 34987 6189821952 "GET /en/hr/training HTTP/1.1" 301 0 INFO 2025-09-25 06:53:26,420 basehttp 34987 6206648320 "GET /en/hr/training/ HTTP/1.1" 200 116698 WARNING 2025-09-25 06:53:26,434 log 34987 6206648320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:53:26,434 basehttp 34987 6206648320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:53:26,490 basehttp 34987 6206648320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 06:53:33,069 basehttp 34987 6206648320 "GET /en/hr/training/440/ HTTP/1.1" 200 28351 WARNING 2025-09-25 06:53:33,089 log 34987 6206648320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:53:33,089 basehttp 34987 6206648320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:53:33,127 basehttp 34987 6206648320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 06:53:43,548 basehttp 34987 6206648320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 06:54:33,135 basehttp 34987 6206648320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 06:54:52,858 basehttp 34987 6206648320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-09-25 06:54:52,860 log 34987 6189821952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:54:52,861 basehttp 34987 6189821952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 06:54:52,872 log 34987 6189821952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:54:52,873 basehttp 34987 6189821952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 06:54:54,447 log 34987 6206648320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:54:54,448 basehttp 34987 6206648320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:54:54,448 basehttp 34987 6189821952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-09-25 06:54:54,458 log 34987 6206648320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:54:54,458 basehttp 34987 6206648320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:55:00,861 basehttp 34987 6206648320 "GET /en/hr/reviews/ HTTP/1.1" 200 148217 WARNING 2025-09-25 06:55:00,876 log 34987 6206648320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:55:00,876 basehttp 34987 6206648320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:55:00,901 basehttp 34987 6206648320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 06:55:06,257 basehttp 34987 6206648320 "GET /en/hr/reviews/103/ HTTP/1.1" 200 53520 WARNING 2025-09-25 06:55:06,276 log 34987 6206648320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:55:06,276 basehttp 34987 6206648320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:55:06,348 basehttp 34987 6206648320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-09-25 06:55:23,070 log 34987 6206648320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:55:23,070 basehttp 34987 6206648320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 06:55:23,079 log 34987 6206648320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:55:23,079 basehttp 34987 6206648320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:55:43,543 basehttp 34987 6206648320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-09-25 06:55:45,361 log 34987 6206648320 Not Found: /en/hr/training-management/ WARNING 2025-09-25 06:55:45,361 basehttp 34987 6206648320 "GET /en/hr/training-management/ HTTP/1.1" 404 43475 WARNING 2025-09-25 06:55:45,380 log 34987 6206648320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:55:45,381 basehttp 34987 6206648320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:56:43,532 basehttp 34987 6206648320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 06:57:07,478 autoreload 34987 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-25 06:57:07,900 autoreload 61233 8602788160 Watching for file changes with StatReloader ERROR 2025-09-25 06:57:43,214 log 61233 6125875200 Internal Server Error: /en/hr/training-management Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 827, in get_queryset .order_by('-training_date', '-completion_date')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'training_date' into field. Choices are: assessments, attendance, certificate, completion_date, cost_paid, created_at, created_by, created_by_id, credits_earned, employee, employee_id, enrolled_at, id, notes, passed, program, program_id, record_id, score, session, session_id, started_at, status, updated_at ERROR 2025-09-25 06:57:43,217 basehttp 61233 6125875200 "GET /en/hr/training-management HTTP/1.1" 500 106694 WARNING 2025-09-25 06:57:43,230 log 61233 6125875200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:57:43,231 basehttp 61233 6125875200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:58:17,148 autoreload 61233 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-25 06:58:17,534 autoreload 61746 8602788160 Watching for file changes with StatReloader ERROR 2025-09-25 06:58:19,808 log 61746 6199160832 Internal Server Error: /en/hr/training-management Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 847, in get_context_data overdue_trainings = base.filter(expiry_date__lt=today, expiry_date__isnull=False).exclude( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'expiry_date' into field. Choices are: assessments, attendance, certificate, completion_date, cost_paid, created_at, created_by, created_by_id, credits_earned, employee, employee_id, enrolled_at, id, notes, passed, program, program_id, record_id, score, session, session_id, started_at, status, updated_at ERROR 2025-09-25 06:58:19,810 basehttp 61746 6199160832 "GET /en/hr/training-management HTTP/1.1" 500 144737 WARNING 2025-09-25 06:58:19,827 log 61746 6199160832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 06:58:19,827 basehttp 61746 6199160832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 06:58:43,600 basehttp 61746 6199160832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 06:59:43,532 basehttp 61746 6199160832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:01:43,525 basehttp 61746 6199160832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:02:04,099 autoreload 61746 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-25 07:02:04,485 autoreload 63581 8602788160 Watching for file changes with StatReloader ERROR 2025-09-25 07:02:06,769 log 63581 6129971200 Internal Server Error: /en/hr/training-management Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 863, in get_context_data d_qs = with_expiry.filter(employee__department=d) ^^^^^^^^^^^ NameError: name 'with_expiry' is not defined ERROR 2025-09-25 07:02:06,771 basehttp 63581 6129971200 "GET /en/hr/training-management HTTP/1.1" 500 95945 WARNING 2025-09-25 07:02:06,786 log 63581 6129971200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:02:06,786 basehttp 63581 6129971200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:02:43,568 basehttp 63581 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:02:52,689 autoreload 63581 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-25 07:02:53,083 autoreload 63921 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 07:03:43,575 basehttp 63921 6130839552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:04:04,287 autoreload 63921 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/models.py changed, reloading. INFO 2025-09-25 07:04:04,669 autoreload 64508 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 07:04:18,041 autoreload 64647 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 07:04:20,544 basehttp 64647 13052751872 "GET /en/hr/training-management HTTP/1.1" 200 79712 WARNING 2025-09-25 07:04:20,560 log 64647 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:04:20,560 basehttp 64647 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:04:20,611 basehttp 64647 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:04:33,580 basehttp 64647 13052751872 "GET /en/hr/training/65/ HTTP/1.1" 200 28365 WARNING 2025-09-25 07:04:33,594 log 64647 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:04:33,595 basehttp 64647 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:04:33,633 basehttp 64647 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:04:47,408 basehttp 64647 13052751872 "GET /en/hr/employees/2/ HTTP/1.1" 200 35733 WARNING 2025-09-25 07:04:47,431 log 64647 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:04:47,431 basehttp 64647 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:04:47,483 basehttp 64647 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:04:47,486 basehttp 64647 13069578240 "GET /en/hr/employees/2/clock-controls/ HTTP/1.1" 200 500 WARNING 2025-09-25 07:04:49,841 log 64647 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:04:49,842 basehttp 64647 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 07:04:49,853 log 64647 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:04:49,853 basehttp 64647 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:05:33,635 basehttp 64647 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:05:43,531 basehttp 64647 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:06:33,638 basehttp 64647 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:06:43,527 basehttp 64647 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:07:33,639 basehttp 64647 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:08:33,642 basehttp 64647 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:08:43,515 basehttp 64647 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:09:33,643 basehttp 64647 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:09:43,516 basehttp 64647 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:10:33,648 basehttp 64647 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:10:43,518 basehttp 64647 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:11:33,649 basehttp 64647 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:11:43,521 basehttp 64647 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:12:06,488 basehttp 64647 13052751872 "GET /en/hr/training/65/ HTTP/1.1" 200 28365 WARNING 2025-09-25 07:12:06,502 log 64647 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:12:06,502 basehttp 64647 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:12:06,549 basehttp 64647 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:12:09,345 basehttp 64647 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-09-25 07:12:09,349 log 64647 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:12:09,349 basehttp 64647 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 07:12:09,365 log 64647 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:12:09,366 basehttp 64647 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:12:11,200 basehttp 64647 13052751872 "GET /en/hr/training-management HTTP/1.1" 200 81137 WARNING 2025-09-25 07:12:11,219 log 64647 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:12:11,219 basehttp 64647 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:12:11,270 basehttp 64647 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:13:11,284 basehttp 64647 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:13:41,895 autoreload 64647 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-25 07:13:42,288 autoreload 69418 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 07:13:43,560 basehttp 69418 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:14:11,275 basehttp 69418 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:14:43,511 basehttp 69418 6192492544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:14:56,676 autoreload 69418 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-25 07:14:57,138 autoreload 70009 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 07:15:11,327 basehttp 70009 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:15:43,519 basehttp 70009 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:16:11,279 basehttp 70009 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:16:16,448 autoreload 70009 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/forms.py changed, reloading. INFO 2025-09-25 07:16:16,842 autoreload 70734 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 07:17:08,772 autoreload 70734 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/forms.py changed, reloading. INFO 2025-09-25 07:17:09,135 autoreload 71182 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 07:17:11,351 basehttp 71182 6136475648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:17:41,611 autoreload 71182 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/urls.py changed, reloading. INFO 2025-09-25 07:17:42,007 autoreload 71457 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 07:17:43,581 basehttp 71457 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:18:11,281 basehttp 71457 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:18:43,520 basehttp 71457 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:19:11,298 basehttp 71457 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:19:43,528 basehttp 71457 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:20:11,306 basehttp 71457 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:21:11,306 basehttp 71457 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:21:43,534 basehttp 71457 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:22:11,312 basehttp 71457 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:22:43,534 basehttp 71457 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:23:11,321 basehttp 71457 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:23:49,051 basehttp 71457 6161592320 "GET /en/hr/training-management HTTP/1.1" 301 0 INFO 2025-09-25 07:23:49,178 basehttp 71457 13304360960 "GET /en/hr/training-management/ HTTP/1.1" 200 81633 WARNING 2025-09-25 07:23:49,197 log 71457 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:23:49,197 basehttp 71457 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:23:49,243 basehttp 71457 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-09-25 07:24:17,506 log 71457 13304360960 Not Found: /en/hr/training/program WARNING 2025-09-25 07:24:17,507 basehttp 71457 13304360960 "GET /en/hr/training/program HTTP/1.1" 404 49423 WARNING 2025-09-25 07:24:17,522 log 71457 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:24:17,522 basehttp 71457 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:24:23,539 basehttp 71457 13304360960 "GET /en/hr/training/programs HTTP/1.1" 301 0 INFO 2025-09-25 07:24:23,558 basehttp 71457 6161592320 "GET /en/hr/training/programs/ HTTP/1.1" 200 73564 WARNING 2025-09-25 07:24:23,567 log 71457 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:24:23,567 basehttp 71457 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:24:23,622 basehttp 71457 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:24:29,987 basehttp 71457 6161592320 "GET /en/hr/training/programs/7/ HTTP/1.1" 200 42137 WARNING 2025-09-25 07:24:30,002 log 71457 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:24:30,002 basehttp 71457 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:24:30,045 basehttp 71457 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:24:43,532 basehttp 71457 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 ERROR 2025-09-25 07:24:52,391 log 71457 6161592320 Internal Server Error: /en/hr/training/sessions/16/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: hr/training/session_detail.html ERROR 2025-09-25 07:24:52,392 basehttp 71457 6161592320 "GET /en/hr/training/sessions/16/ HTTP/1.1" 500 93170 WARNING 2025-09-25 07:24:52,408 log 71457 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:24:52,408 basehttp 71457 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 07:25:33,107 log 71457 6161592320 Not Found: /en/hr/training/ WARNING 2025-09-25 07:25:33,108 basehttp 71457 6161592320 "GET /en/hr/training/ HTTP/1.1" 404 49402 WARNING 2025-09-25 07:25:33,117 log 71457 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:25:33,118 basehttp 71457 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:25:43,528 basehttp 71457 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:25:47,029 basehttp 71457 6161592320 "GET /en/hr/training/analytics HTTP/1.1" 301 0 ERROR 2025-09-25 07:25:47,083 log 71457 13304360960 Internal Server Error: /en/hr/training/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 4013, in training_analytics return render(request, 'hr/training/analytics.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 19, in get_template raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: hr/training/analytics.html ERROR 2025-09-25 07:25:47,084 basehttp 71457 13304360960 "GET /en/hr/training/analytics/ HTTP/1.1" 500 123304 WARNING 2025-09-25 07:25:47,093 log 71457 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:25:47,093 basehttp 71457 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 07:25:49,220 log 71457 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:25:49,220 basehttp 71457 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:25:56,005 basehttp 71457 13304360960 "GET /en/hr/training/certificates HTTP/1.1" 301 0 ERROR 2025-09-25 07:25:56,032 log 71457 6161592320 Internal Server Error: /en/hr/training/certificates/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: hr/training/certificate_list.html, hr/trainingcertificates_list.html ERROR 2025-09-25 07:25:56,033 basehttp 71457 6161592320 "GET /en/hr/training/certificates/ HTTP/1.1" 500 105853 WARNING 2025-09-25 07:25:56,046 log 71457 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:25:56,046 basehttp 71457 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 07:26:38,535 log 71457 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:26:38,536 basehttp 71457 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:26:46,819 basehttp 71457 6161592320 "GET /en/hr/training/records HTTP/1.1" 301 0 INFO 2025-09-25 07:26:46,845 basehttp 71457 13304360960 "GET /en/hr/training/records/ HTTP/1.1" 200 117666 WARNING 2025-09-25 07:26:46,855 log 71457 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:26:46,856 basehttp 71457 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:26:46,920 basehttp 71457 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:26:52,141 basehttp 71457 13304360960 "GET /en/hr/training/records/568/ HTTP/1.1" 200 28360 WARNING 2025-09-25 07:26:52,161 log 71457 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:26:52,162 basehttp 71457 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:26:52,205 basehttp 71457 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-09-25 07:26:56,639 log 71457 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:26:56,639 basehttp 71457 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 07:26:56,651 log 71457 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:26:56,656 basehttp 71457 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 07:26:57,734 log 71457 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:26:57,734 basehttp 71457 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:27:43,523 basehttp 71457 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:28:43,530 basehttp 71457 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:29:43,532 basehttp 71457 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:31:43,538 basehttp 71457 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:32:43,527 basehttp 71457 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:34:43,524 basehttp 71457 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-25 07:35:43,638 basehttp 71457 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:37:05,789 autoreload 71457 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-25 07:37:06,259 autoreload 80902 8602788160 Watching for file changes with StatReloader WARNING 2025-09-25 07:37:07,327 log 80902 6201815040 Not Found: /en/hr/training/ WARNING 2025-09-25 07:37:07,330 basehttp 80902 6201815040 "GET /en/hr/training/ HTTP/1.1" 404 49402 WARNING 2025-09-25 07:37:07,344 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:37:07,346 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:37:29,914 basehttp 80902 6201815040 "GET /en/hr/training/certificates/ HTTP/1.1" 200 112019 WARNING 2025-09-25 07:37:29,929 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:37:29,929 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:37:30,058 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:37:34,536 basehttp 80902 6201815040 "GET /en/hr/training/certificates/71/ HTTP/1.1" 200 27575 WARNING 2025-09-25 07:37:34,551 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:37:34,552 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:37:34,595 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-09-25 07:37:41,480 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:37:41,480 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 07:37:41,492 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:37:41,492 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:37:43,632 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:37:45,629 basehttp 80902 6201815040 "GET /en/hr/training/records/2480/ HTTP/1.1" 200 28364 WARNING 2025-09-25 07:37:45,643 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:37:45,643 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:37:45,687 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-09-25 07:37:51,083 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:37:51,084 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 07:37:51,094 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:37:51,094 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:37:54,159 basehttp 80902 6201815040 "GET /en/hr/training/programs/8/ HTTP/1.1" 200 39404 WARNING 2025-09-25 07:37:54,176 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:37:54,176 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:37:54,222 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:38:08,160 basehttp 80902 6201815040 "GET /en/hr/training/certificates/?program=8 HTTP/1.1" 200 101755 WARNING 2025-09-25 07:38:08,176 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:38:08,176 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:38:08,225 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:38:11,663 basehttp 80902 6201815040 "GET /en/hr/training/certificates/6/ HTTP/1.1" 200 27661 WARNING 2025-09-25 07:38:11,681 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:38:11,681 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:38:11,727 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-09-25 07:38:19,875 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:38:19,875 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 07:38:19,888 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:38:19,888 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 07:38:20,369 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:38:20,369 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 07:38:20,379 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:38:20,379 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 07:38:20,815 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:38:20,816 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 07:38:20,826 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:38:20,827 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 07:38:21,394 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:38:21,395 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:38:28,483 basehttp 80902 6201815040 "GET /en/hr/training/analytics/ HTTP/1.1" 200 28303 WARNING 2025-09-25 07:38:28,495 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:38:28,495 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:38:28,537 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:38:43,630 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:39:28,553 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:40:28,549 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:40:43,632 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:41:28,561 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:41:43,639 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:42:28,569 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 07:43:28,560 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:43:43,633 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:44:28,563 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:44:43,556 basehttp 80902 6201815040 "GET /en/hr/training/analytics/ HTTP/1.1" 200 28303 WARNING 2025-09-25 07:44:43,570 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:44:43,570 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:44:43,609 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:44:43,622 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:45:43,615 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:46:43,626 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:46:43,640 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:47:43,628 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:47:43,640 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:48:08,188 basehttp 80902 6201815040 "GET /en/hr/training/analytics/ HTTP/1.1" 200 29944 WARNING 2025-09-25 07:48:08,200 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:48:08,200 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:48:08,246 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:49:08,263 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:49:43,626 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:50:08,288 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:50:43,676 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:51:08,316 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:51:43,681 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:52:08,320 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:52:30,227 basehttp 80902 6201815040 "GET /en/hr/training/analytics/ HTTP/1.1" 200 29944 WARNING 2025-09-25 07:52:30,247 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 07:52:30,248 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 07:52:30,288 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:53:30,304 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:53:43,683 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:54:30,310 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:54:43,686 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:55:30,315 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:56:30,319 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:56:43,676 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:57:30,323 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:57:43,688 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:58:30,323 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:59:30,329 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 07:59:43,679 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 08:00:30,334 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 08:00:43,687 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 08:01:30,352 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 08:02:30,345 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 08:02:43,687 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 08:03:30,357 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 08:03:43,693 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 08:04:30,351 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 08:05:28,331 basehttp 80902 6201815040 "GET /en/hr/training/analytics/ HTTP/1.1" 200 53516 WARNING 2025-09-25 08:05:28,351 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 08:05:28,351 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 08:05:28,388 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 08:05:43,695 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 08:06:28,423 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 08:06:43,714 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 08:07:28,431 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-25 08:07:37,673 log 80902 6201815040 Not Found: /en/hr/training/ WARNING 2025-09-25 08:07:37,674 basehttp 80902 6201815040 "GET /en/hr/training/ HTTP/1.1" 404 49402 WARNING 2025-09-25 08:07:37,692 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 08:07:37,692 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 08:07:43,719 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 08:07:49,186 basehttp 80902 6201815040 "GET /en/hr/training/certificates/ HTTP/1.1" 200 112019 WARNING 2025-09-25 08:07:49,199 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 08:07:49,199 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 08:07:49,249 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 08:08:49,263 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 08:09:43,689 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 08:09:49,686 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 08:23:33,541 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 08:23:40,529 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 08:24:33,542 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 08:24:41,545 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 08:25:42,546 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 08:41:27,047 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 08:41:37,041 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 08:46:03,237 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 08:46:15,231 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 09:18:17,698 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 09:18:17,704 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 09:34:46,812 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-25 09:34:46,825 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-25 09:35:46,807 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 09:36:46,801 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 09:37:46,812 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 09:38:46,817 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 09:38:46,827 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 09:57:26,671 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 09:57:26,682 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 09:58:26,660 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 09:59:26,656 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:00:26,654 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:01:26,650 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:01:26,660 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:02:26,647 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:03:26,649 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:04:26,647 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:05:26,650 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:05:26,661 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:28:03,871 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:28:03,885 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:29:03,860 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:30:03,869 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:31:03,863 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:32:03,864 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:32:03,875 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:34:03,860 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-25 10:34:03,870 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-25 10:35:03,862 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 10:36:03,853 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 10:36:03,861 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 10:38:03,857 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 10:38:03,869 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 10:39:03,860 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 10:40:03,848 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 10:40:03,856 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 10:42:03,854 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 10:42:03,865 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 10:43:03,919 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:44:03,927 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:45:03,925 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:46:03,914 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:46:03,921 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:47:03,926 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:48:03,928 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:48:03,940 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:50:03,922 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:50:03,934 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:51:03,924 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:52:03,918 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:53:03,920 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:54:03,921 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:54:03,932 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:55:03,926 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:56:03,925 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:57:03,920 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:58:03,925 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 10:59:03,868 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:00:03,869 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:00:03,882 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:02:03,865 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:02:03,876 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:03:03,865 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:04:03,867 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:05:03,863 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:06:03,856 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:06:03,864 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:08:03,860 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:08:03,870 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:09:03,862 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:10:03,861 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:11:03,857 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:12:03,859 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:12:03,870 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:13:03,851 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:14:03,952 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:15:03,948 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:16:03,949 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:16:03,960 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:18:03,949 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:18:03,960 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:19:03,950 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:20:03,943 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:20:03,950 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:22:03,951 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:22:03,962 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:23:03,952 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:24:03,943 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:25:03,953 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:26:03,951 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:26:03,963 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:28:03,941 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 11:28:03,949 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:01:42,967 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:01:42,980 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:06:26,330 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:06:26,341 basehttp 80902 6218641408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:08:02,035 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:08:02,043 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-25 12:08:25,153 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:08:25,153 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:08:34,781 basehttp 80902 6201815040 "GET /en/hr/training-management/ HTTP/1.1" 200 81633 WARNING 2025-09-25 12:08:34,802 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:08:34,802 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:08:34,877 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:09:34,880 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:09:46,096 basehttp 80902 6201815040 "GET /en/hr/training-management/ HTTP/1.1" 200 81633 WARNING 2025-09-25 12:09:46,110 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:09:46,110 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:09:46,174 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:10:02,016 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:10:09,870 basehttp 80902 6201815040 "GET /en/hr/training-management/ HTTP/1.1" 200 82033 WARNING 2025-09-25 12:10:09,885 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:10:09,885 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:10:09,936 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:10:49,590 basehttp 80902 6201815040 "GET /en/hr/training-management/ HTTP/1.1" 200 82033 WARNING 2025-09-25 12:10:49,608 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:10:49,608 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:10:49,655 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:10:51,926 basehttp 80902 6201815040 "GET /en/hr/training-management/ HTTP/1.1" 200 82033 WARNING 2025-09-25 12:10:51,942 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:10:51,942 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:10:51,986 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:11:02,013 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:11:51,988 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:11:59,024 basehttp 80902 6201815040 "GET /en/hr/training-management/ HTTP/1.1" 200 83353 WARNING 2025-09-25 12:11:59,040 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:11:59,040 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:11:59,088 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:12:02,023 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:12:48,389 basehttp 80902 6201815040 "GET /en/hr/training-management/ HTTP/1.1" 200 83713 WARNING 2025-09-25 12:12:48,408 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:12:48,408 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:12:48,457 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:13:45,347 basehttp 80902 6201815040 "GET /en/hr/training-management/ HTTP/1.1" 200 83713 WARNING 2025-09-25 12:13:45,362 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:13:45,362 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:13:45,413 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:14:02,017 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:14:26,207 basehttp 80902 6201815040 "GET /en/hr/training-management/ HTTP/1.1" 200 83953 WARNING 2025-09-25 12:14:26,221 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:14:26,222 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:14:26,271 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:15:02,019 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:15:06,951 basehttp 80902 6201815040 "GET /en/hr/training-management/ HTTP/1.1" 200 83953 WARNING 2025-09-25 12:15:06,966 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:15:06,966 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:15:07,014 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:15:29,205 basehttp 80902 6201815040 "GET /en/hr/training-management/ HTTP/1.1" 200 83953 WARNING 2025-09-25 12:15:29,221 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:15:29,221 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:15:29,268 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:16:12,123 basehttp 80902 6201815040 "GET /en/hr/training/records/65/ HTTP/1.1" 200 28389 WARNING 2025-09-25 12:16:12,141 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:16:12,141 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:16:12,176 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-25 12:24:47,420 log 80902 6201815040 Internal Server Error: /en/hr/training/records/65/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'training_record_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/hr/training/records/(?P[0-9]+)/\\Z'] ERROR 2025-09-25 12:24:47,422 basehttp 80902 6201815040 "GET /en/hr/training/records/65/delete/ HTTP/1.1" 500 176216 WARNING 2025-09-25 12:24:47,435 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:24:47,435 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:24:53,231 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-25 12:25:38,479 log 80902 6201815040 Internal Server Error: /en/hr/training/records/65/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'training_record_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/hr/training/records/(?P[0-9]+)/\\Z'] ERROR 2025-09-25 12:25:38,481 basehttp 80902 6201815040 "GET /en/hr/training/records/65/delete/ HTTP/1.1" 500 176353 WARNING 2025-09-25 12:25:38,491 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:25:38,491 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-25 12:25:50,208 log 80902 6201815040 Internal Server Error: /en/hr/training/records/65/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'training_record_mark_expired' not found. 'training_record_mark_expired' is not a valid view function or pattern name. ERROR 2025-09-25 12:25:50,210 basehttp 80902 6201815040 "GET /en/hr/training/records/65/delete/ HTTP/1.1" 500 186095 WARNING 2025-09-25 12:25:50,220 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:25:50,220 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:25:53,234 basehttp 80902 6201815040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-25 12:26:15,253 log 80902 6201815040 Internal Server Error: /en/hr/training/records/65/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'training_record_archive' not found. 'training_record_archive' is not a valid view function or pattern name. ERROR 2025-09-25 12:26:15,254 basehttp 80902 6201815040 "GET /en/hr/training/records/65/delete/ HTTP/1.1" 500 172112 WARNING 2025-09-25 12:26:15,265 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:26:15,266 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-25 12:26:26,783 log 80902 6201815040 Internal Server Error: /en/hr/training/records/65/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'training_record_update' with arguments '('',)' not found. 1 pattern(s) tried: ['en/hr/training/records/(?P[0-9]+)/update/\\Z'] ERROR 2025-09-25 12:26:26,785 basehttp 80902 6201815040 "GET /en/hr/training/records/65/delete/ HTTP/1.1" 500 174189 WARNING 2025-09-25 12:26:26,796 log 80902 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:26:26,796 basehttp 80902 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:27:15,846 autoreload 80902 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-25 12:27:16,373 autoreload 44502 8602788160 Watching for file changes with StatReloader ERROR 2025-09-25 12:27:17,609 log 44502 6130216960 Internal Server Error: /en/hr/training/records/65/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'training_record_duplicate' not found. 'training_record_duplicate' is not a valid view function or pattern name. ERROR 2025-09-25 12:27:17,610 basehttp 44502 6130216960 "GET /en/hr/training/records/65/delete/ HTTP/1.1" 500 170705 WARNING 2025-09-25 12:27:17,620 log 44502 6130216960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:27:17,620 basehttp 44502 6130216960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-25 12:27:18,879 log 44502 6130216960 Internal Server Error: /en/hr/training/records/65/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'training_record_duplicate' not found. 'training_record_duplicate' is not a valid view function or pattern name. ERROR 2025-09-25 12:27:18,880 basehttp 44502 6130216960 "GET /en/hr/training/records/65/delete/ HTTP/1.1" 500 170705 WARNING 2025-09-25 12:27:18,892 log 44502 6130216960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:27:18,892 basehttp 44502 6130216960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 12:27:20,380 log 44502 6147043328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:27:20,380 basehttp 44502 6147043328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 12:27:20,390 log 44502 6147043328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:27:20,391 basehttp 44502 6147043328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:27:20,393 basehttp 44502 6130216960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:27:36,497 basehttp 44502 6130216960 "GET /en/hr/training/records/65/ HTTP/1.1" 200 28389 WARNING 2025-09-25 12:27:36,507 log 44502 6130216960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:27:36,508 basehttp 44502 6130216960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:27:36,557 basehttp 44502 6130216960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-25 12:27:38,522 log 44502 6130216960 Internal Server Error: /en/hr/training/records/65/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'training_record_mark_expired' not found. 'training_record_mark_expired' is not a valid view function or pattern name. ERROR 2025-09-25 12:27:38,523 basehttp 44502 6130216960 "GET /en/hr/training/records/65/delete/ HTTP/1.1" 500 188271 WARNING 2025-09-25 12:27:38,533 log 44502 6130216960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:27:38,533 basehttp 44502 6130216960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:27:53,220 basehttp 44502 6130216960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-25 12:28:12,625 log 44502 6130216960 Internal Server Error: /en/hr/training/records/65/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'training_record_archive' not found. 'training_record_archive' is not a valid view function or pattern name. ERROR 2025-09-25 12:28:12,627 basehttp 44502 6130216960 "GET /en/hr/training/records/65/delete/ HTTP/1.1" 500 174449 WARNING 2025-09-25 12:28:12,638 log 44502 6130216960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:28:12,638 basehttp 44502 6130216960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-25 12:28:20,498 log 44502 6130216960 Internal Server Error: /en/hr/training/records/65/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'training_record_duplicate' not found. 'training_record_duplicate' is not a valid view function or pattern name. ERROR 2025-09-25 12:28:20,500 basehttp 44502 6130216960 "GET /en/hr/training/records/65/delete/ HTTP/1.1" 500 173184 WARNING 2025-09-25 12:28:20,511 log 44502 6130216960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:28:20,511 basehttp 44502 6130216960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:28:31,932 basehttp 44502 6130216960 "GET /en/hr/training/records/65/delete/ HTTP/1.1" 200 30407 WARNING 2025-09-25 12:28:31,943 log 44502 6130216960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:28:31,943 basehttp 44502 6130216960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:28:31,994 basehttp 44502 6130216960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-25 12:28:50,962 log 44502 6147043328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:28:50,963 basehttp 44502 6147043328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:28:50,963 basehttp 44502 6147043328 - Broken pipe from ('127.0.0.1', 64660) INFO 2025-09-25 12:28:50,965 basehttp 44502 6130216960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-25 12:28:50,971 log 44502 6130216960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:28:50,971 basehttp 44502 6130216960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:28:53,229 basehttp 44502 6130216960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-25 12:29:21,093 log 44502 6147043328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:29:21,094 basehttp 44502 6147043328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:29:21,097 basehttp 44502 6130216960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-25 12:29:21,105 log 44502 6130216960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:29:21,105 basehttp 44502 6130216960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 12:29:21,988 log 44502 6130216960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:29:21,988 basehttp 44502 6130216960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 12:29:22,574 log 44502 6130216960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:29:22,575 basehttp 44502 6130216960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 12:29:23,484 log 44502 6130216960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:29:23,485 basehttp 44502 6130216960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 12:29:24,260 log 44502 6130216960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:29:24,260 basehttp 44502 6130216960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 12:29:25,105 log 44502 6130216960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:29:25,106 basehttp 44502 6130216960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 12:29:26,035 log 44502 6130216960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:29:26,035 basehttp 44502 6130216960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 12:29:26,666 log 44502 6130216960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:29:26,666 basehttp 44502 6130216960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:29:40,456 basehttp 44502 6130216960 "GET /en/hr/training/certificates/ HTTP/1.1" 200 112019 WARNING 2025-09-25 12:29:40,471 log 44502 6130216960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:29:40,471 basehttp 44502 6130216960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:29:40,528 basehttp 44502 6130216960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:29:42,875 basehttp 44502 6130216960 "GET /en/hr/training/certificates/71/ HTTP/1.1" 200 27573 WARNING 2025-09-25 12:29:42,892 log 44502 6130216960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:29:42,893 basehttp 44502 6130216960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:29:42,938 basehttp 44502 6130216960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:29:49,150 basehttp 44502 6130216960 "GET /en/hr/training/records/2480/ HTTP/1.1" 200 28364 WARNING 2025-09-25 12:29:49,169 log 44502 6130216960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:29:49,169 basehttp 44502 6130216960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:29:49,213 basehttp 44502 6130216960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-25 12:29:51,235 log 44502 6130216960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:29:51,236 basehttp 44502 6130216960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 12:29:51,245 log 44502 6130216960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:29:51,245 basehttp 44502 6130216960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:30:42,940 basehttp 44502 6130216960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:30:53,214 basehttp 44502 6130216960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:31:38,093 basehttp 44502 6130216960 "GET /en/hr/training/certificates/71/ HTTP/1.1" 200 27573 WARNING 2025-09-25 12:31:38,105 log 44502 6130216960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:31:38,105 basehttp 44502 6130216960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:31:38,154 basehttp 44502 6130216960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:31:43,138 basehttp 44502 6130216960 "GET /en/hr/training/programs/6/ HTTP/1.1" 200 40686 WARNING 2025-09-25 12:31:43,154 log 44502 6130216960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:31:43,154 basehttp 44502 6130216960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:31:43,201 basehttp 44502 6130216960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:31:53,228 basehttp 44502 6130216960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 12:32:00,577 basehttp 44502 6130216960 "GET /en/hr/training/sessions/14/ HTTP/1.1" 200 125713 WARNING 2025-09-25 12:32:00,593 log 44502 6130216960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:32:00,593 basehttp 44502 6130216960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:32:00,653 basehttp 44502 6130216960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-25 12:32:18,526 log 44502 6130216960 Internal Server Error: /en/hr/training/records/33/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'training_record_mark_complete' not found. 'training_record_mark_complete' is not a valid view function or pattern name. ERROR 2025-09-25 12:32:18,527 basehttp 44502 6130216960 "GET /en/hr/training/records/33/ HTTP/1.1" 500 185728 WARNING 2025-09-25 12:32:18,543 log 44502 6130216960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 12:32:18,544 basehttp 44502 6130216960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 12:48:15,015 basehttp 44502 6130216960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:03:40,756 basehttp 44502 6130216960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:04:40,742 basehttp 44502 6130216960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:06:37,674 autoreload 44502 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-25 14:06:38,172 autoreload 49635 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 14:06:40,825 basehttp 49635 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:07:01,449 autoreload 49635 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/urls.py changed, reloading. INFO 2025-09-25 14:07:01,984 autoreload 49902 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 14:07:40,812 basehttp 49902 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:08:40,756 basehttp 49902 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:08:54,268 basehttp 49902 13052751872 "GET /en/hr/training/records/33/ HTTP/1.1" 200 27856 WARNING 2025-09-25 14:08:54,280 log 49902 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:08:54,281 basehttp 49902 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:08:54,333 basehttp 49902 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:08:57,150 basehttp 49902 13052751872 "GET /en/hr/training/records/33/mark-complete/ HTTP/1.1" 200 28012 WARNING 2025-09-25 14:08:57,167 log 49902 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:08:57,167 basehttp 49902 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:08:57,227 basehttp 49902 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:09:57,224 basehttp 49902 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:10:25,024 basehttp 49902 13052751872 "GET /en/hr/training/records/33/mark-complete/ HTTP/1.1" 200 28027 WARNING 2025-09-25 14:10:25,035 log 49902 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:10:25,035 basehttp 49902 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:10:25,079 basehttp 49902 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:10:40,739 basehttp 49902 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:11:25,751 basehttp 49902 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:11:40,731 basehttp 49902 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:12:26,748 basehttp 49902 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:12:43,048 basehttp 49902 13052751872 "GET /en/hr/training/records/33/mark-complete/ HTTP/1.1" 200 28051 WARNING 2025-09-25 14:12:43,062 log 49902 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:12:43,063 basehttp 49902 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:12:43,110 basehttp 49902 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:13:36,798 basehttp 49902 13052751872 "GET /en/hr/training/records/33/mark-complete/ HTTP/1.1" 200 28051 WARNING 2025-09-25 14:13:36,811 log 49902 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:13:36,812 basehttp 49902 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:13:36,858 basehttp 49902 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:13:40,732 basehttp 49902 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-25 14:14:13,287 log 49902 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:14:13,287 basehttp 49902 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:14:13,290 basehttp 49902 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-25 14:14:13,299 log 49902 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:14:13,299 basehttp 49902 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:14:14,424 basehttp 49902 13052751872 "GET /en/hr/training/records/33/ HTTP/1.1" 200 27856 WARNING 2025-09-25 14:14:14,437 log 49902 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:14:14,437 basehttp 49902 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:14:14,484 basehttp 49902 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:14:40,740 basehttp 49902 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:15:14,496 basehttp 49902 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:15:40,734 basehttp 49902 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:15:49,793 basehttp 49902 13052751872 "GET /en/hr/training/records/33/ HTTP/1.1" 200 27880 WARNING 2025-09-25 14:15:49,804 log 49902 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:15:49,804 basehttp 49902 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:15:49,849 basehttp 49902 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:16:49,876 basehttp 49902 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:17:34,266 autoreload 49902 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/models.py changed, reloading. INFO 2025-09-25 14:20:50,946 autoreload 56568 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 14:20:53,792 basehttp 56568 13304360960 "GET /en/hr/training/records/33/ HTTP/1.1" 200 27880 WARNING 2025-09-25 14:20:53,817 log 56568 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:20:53,818 basehttp 56568 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:20:53,863 basehttp 56568 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:21:10,516 basehttp 56568 13304360960 "GET /en/hr/training/records/33/ HTTP/1.1" 200 27856 WARNING 2025-09-25 14:21:10,528 log 56568 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:21:10,528 basehttp 56568 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:21:10,582 basehttp 56568 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:21:40,758 basehttp 56568 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:22:10,590 basehttp 56568 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:22:38,568 basehttp 56568 13304360960 "GET /en/hr/training/records/33/ HTTP/1.1" 200 27884 WARNING 2025-09-25 14:22:38,581 log 56568 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:22:38,581 basehttp 56568 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:22:38,628 basehttp 56568 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:22:40,754 basehttp 56568 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:23:34,646 basehttp 56568 13304360960 "GET /en/hr/training/records/33/ HTTP/1.1" 200 27917 WARNING 2025-09-25 14:23:34,656 log 56568 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:23:34,656 basehttp 56568 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:23:34,700 basehttp 56568 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:23:50,767 basehttp 56568 13304360960 "GET /en/hr/training/records/33/ HTTP/1.1" 200 27956 WARNING 2025-09-25 14:23:50,781 log 56568 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:23:50,781 basehttp 56568 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:23:50,828 basehttp 56568 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:24:40,763 basehttp 56568 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:24:50,841 basehttp 56568 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:25:40,769 basehttp 56568 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:25:50,847 basehttp 56568 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:26:40,773 basehttp 56568 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:26:50,851 basehttp 56568 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:27:18,383 autoreload 56568 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/models.py changed, reloading. INFO 2025-09-25 14:27:18,960 autoreload 59684 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 14:27:50,935 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:28:27,907 basehttp 59684 6199799808 "GET /en/hr/training/records/33/ HTTP/1.1" 200 27956 WARNING 2025-09-25 14:28:27,921 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:28:27,921 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:28:27,968 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-25 14:28:35,113 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:28:35,114 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:28:40,761 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:28:47,012 basehttp 59684 6199799808 "GET /en/hr/training/records/ HTTP/1.1" 200 117666 WARNING 2025-09-25 14:28:47,029 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:28:47,029 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:28:47,099 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:28:58,904 basehttp 59684 6199799808 "GET /en/hr/training/records/440/ HTTP/1.1" 200 28461 WARNING 2025-09-25 14:28:58,920 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:28:58,921 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:28:58,960 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:29:39,526 basehttp 59684 6199799808 "GET /en/hr/training/records/440/ HTTP/1.1" 200 28916 WARNING 2025-09-25 14:29:39,539 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:29:39,540 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:29:39,587 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:30:00,857 basehttp 59684 6199799808 "GET /en/hr/training/records/440/ HTTP/1.1" 200 28906 WARNING 2025-09-25 14:30:00,867 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:30:00,867 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:30:00,891 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:30:28,793 basehttp 59684 6199799808 "GET /en/hr/training/records/440/ HTTP/1.1" 200 28918 WARNING 2025-09-25 14:30:28,805 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:30:28,805 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:30:28,851 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:30:40,751 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:31:10,192 basehttp 59684 6199799808 "GET /en/hr/training/records/440/ HTTP/1.1" 200 28956 WARNING 2025-09-25 14:31:10,204 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:31:10,205 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:31:10,252 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:31:40,757 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:31:50,653 basehttp 59684 6199799808 "GET /en/hr/training/records/440/ HTTP/1.1" 200 28949 WARNING 2025-09-25 14:31:50,664 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:31:50,665 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:31:50,714 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:32:38,741 basehttp 59684 6199799808 "GET /en/hr/training/records/440/ HTTP/1.1" 200 28952 WARNING 2025-09-25 14:32:38,755 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:32:38,755 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:32:38,804 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:33:30,308 basehttp 59684 6199799808 "GET /en/hr/training/records/440/ HTTP/1.1" 200 28952 WARNING 2025-09-25 14:33:30,319 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:33:30,319 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:33:30,367 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-25 14:33:40,738 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-25 14:34:29,226 basehttp 59684 6199799808 "GET /en/hr/training/records/440/ HTTP/1.1" 200 28952 WARNING 2025-09-25 14:34:29,239 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:34:29,239 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:34:29,265 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-25 14:34:40,750 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-25 14:34:50,769 basehttp 59684 6199799808 "GET /en/hr/training/records/440/ HTTP/1.1" 200 29483 WARNING 2025-09-25 14:34:50,782 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:34:50,782 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:34:50,831 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-25 14:35:50,845 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 14:36:24,108 basehttp 59684 6199799808 "GET /en/hr/training/records/440/ HTTP/1.1" 200 29483 WARNING 2025-09-25 14:36:24,119 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:36:24,119 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:36:24,166 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 14:36:40,748 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 14:37:24,181 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 14:37:40,747 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 14:38:03,234 basehttp 59684 6199799808 "GET /en/hr/training/records/440/ HTTP/1.1" 200 29483 WARNING 2025-09-25 14:38:03,247 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:38:03,248 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:38:03,296 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 14:38:14,562 basehttp 59684 6199799808 "GET /en/hr/training/records/440/ HTTP/1.1" 200 29483 WARNING 2025-09-25 14:38:14,575 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:38:14,575 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:38:14,624 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 14:38:26,352 basehttp 59684 6199799808 "GET /en/hr/training/records/440/ HTTP/1.1" 200 29511 WARNING 2025-09-25 14:38:26,363 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:38:26,363 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:38:26,412 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 14:39:26,414 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 14:39:32,500 basehttp 59684 6199799808 "GET /en/hr/training/records/440/ HTTP/1.1" 200 28956 WARNING 2025-09-25 14:39:32,513 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:39:32,514 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:39:32,561 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 14:39:40,737 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 14:39:49,364 basehttp 59684 6199799808 "GET /en/hr/training/records/440/ HTTP/1.1" 200 29069 WARNING 2025-09-25 14:39:49,377 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:39:49,377 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:39:49,424 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 14:40:17,917 basehttp 59684 6199799808 "GET /en/hr/training/records/440/ HTTP/1.1" 200 29069 WARNING 2025-09-25 14:40:17,928 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:40:17,928 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:40:17,954 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 14:40:40,749 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 14:40:56,020 basehttp 59684 6199799808 "GET /en/hr/training/records/440/ HTTP/1.1" 200 29045 WARNING 2025-09-25 14:40:56,033 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:40:56,033 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:40:56,080 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 ERROR 2025-09-25 14:41:24,301 log 59684 6199799808 Internal Server Error: /en/hr/training/records/440/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'RelatedManager' object is not iterable ERROR 2025-09-25 14:41:24,303 basehttp 59684 6199799808 "GET /en/hr/training/records/440/ HTTP/1.1" 500 189243 WARNING 2025-09-25 14:41:24,314 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:41:24,314 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:41:40,773 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 14:41:42,385 basehttp 59684 6199799808 "GET /en/hr/training/records/440/ HTTP/1.1" 200 28956 WARNING 2025-09-25 14:41:42,396 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:41:42,396 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:41:42,446 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-09-25 14:41:50,671 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:41:50,671 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:41:57,560 basehttp 59684 6199799808 "GET /en/hr/training/records/184/ HTTP/1.1" 200 28945 WARNING 2025-09-25 14:41:57,581 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:41:57,581 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:41:57,619 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-09-25 14:42:03,321 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:42:03,321 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 14:42:03,330 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:42:03,331 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:42:05,053 basehttp 59684 6199799808 "GET /en/hr/training/records/440/ HTTP/1.1" 200 28956 WARNING 2025-09-25 14:42:05,068 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:42:05,068 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:42:05,114 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-09-25 14:42:07,055 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:42:07,056 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 14:42:07,068 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:42:07,069 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:42:11,891 basehttp 59684 6199799808 "GET /en/hr/training/records/527/ HTTP/1.1" 200 28957 WARNING 2025-09-25 14:42:11,906 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:42:11,907 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:42:11,950 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 14:42:25,279 basehttp 59684 6199799808 "GET /en/hr/employees/22/ HTTP/1.1" 200 35798 WARNING 2025-09-25 14:42:25,294 log 59684 6199799808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:42:25,294 basehttp 59684 6199799808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:42:25,346 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 14:42:25,348 basehttp 59684 6216626176 "GET /en/hr/employees/22/clock-controls/ HTTP/1.1" 200 503 WARNING 2025-09-25 14:42:39,506 log 59684 6216626176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:42:39,506 basehttp 59684 6216626176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 14:42:39,517 log 59684 6216626176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:42:39,517 basehttp 59684 6216626176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:43:11,968 basehttp 59684 6216626176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:43:26,003 basehttp 59684 6216626176 "GET /en/hr/training/records/527/ HTTP/1.1" 200 29070 WARNING 2025-09-25 14:43:26,015 log 59684 6216626176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:43:26,015 basehttp 59684 6216626176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:43:26,063 basehttp 59684 6216626176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:43:40,745 basehttp 59684 6216626176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-25 14:44:11,181 log 59684 6216626176 Internal Server Error: /en/hr/training/records/527/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 510, in parse compile_func = self.tags[command] ~~~~~~~~~^^^^^^^^^ KeyError: 'endblock' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 512, in parse self.invalid_block_tag(token, command, parse_until) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 567, in invalid_block_tag raise self.error( django.template.exceptions.TemplateSyntaxError: Invalid block tag on line 538: 'endblock', expected 'elif', 'else' or 'endif'. Did you forget to register or load this tag? ERROR 2025-09-25 14:44:11,183 basehttp 59684 6216626176 "GET /en/hr/training/records/527/ HTTP/1.1" 500 221746 WARNING 2025-09-25 14:44:11,194 log 59684 6216626176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:44:11,194 basehttp 59684 6216626176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:44:40,741 basehttp 59684 6216626176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:45:40,751 basehttp 59684 6216626176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:46:24,219 basehttp 59684 6216626176 "GET /en/hr/training/records/527/ HTTP/1.1" 200 29058 WARNING 2025-09-25 14:46:24,230 log 59684 6216626176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:46:24,231 basehttp 59684 6216626176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:46:24,276 basehttp 59684 6216626176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:47:24,293 basehttp 59684 6216626176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:47:40,748 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:48:24,288 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:48:40,750 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:49:24,300 basehttp 59684 6199799808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:50:12,453 autoreload 59684 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-25 14:50:12,944 autoreload 70648 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 14:50:24,372 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:50:40,739 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:51:24,297 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:51:40,749 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:51:52,830 basehttp 70648 6203502592 "GET /en/hr/training/records/527/ HTTP/1.1" 200 29402 WARNING 2025-09-25 14:51:52,844 log 70648 6203502592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:51:52,844 basehttp 70648 6203502592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:51:52,891 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:52:52,905 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:53:40,740 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:53:52,903 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:54:40,748 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:54:52,909 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:55:52,916 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:56:20,090 basehttp 70648 6203502592 "GET /en/hr/training/records/527/ HTTP/1.1" 200 29397 WARNING 2025-09-25 14:56:20,100 log 70648 6203502592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:56:20,100 basehttp 70648 6203502592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:56:20,155 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:56:40,745 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:57:20,155 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:57:40,737 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:58:06,396 basehttp 70648 6203502592 "GET /en/hr/training/records/527/ HTTP/1.1" 200 29397 WARNING 2025-09-25 14:58:06,409 log 70648 6203502592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:58:06,409 basehttp 70648 6203502592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:58:06,457 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-25 14:58:15,792 log 70648 6203502592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 14:58:15,793 basehttp 70648 6203502592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 14:58:40,763 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 14:59:15,871 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:00:15,872 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:00:40,737 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:01:15,865 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:01:40,740 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:02:00,410 basehttp 70648 6203502592 "GET /en/hr/training/records/ HTTP/1.1" 200 235116 WARNING 2025-09-25 15:02:00,427 log 70648 6203502592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:02:00,427 basehttp 70648 6203502592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:02:00,477 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:02:19,809 basehttp 70648 6203502592 "GET /en/hr/training/records/?page=2 HTTP/1.1" 200 236197 WARNING 2025-09-25 15:02:19,822 log 70648 6203502592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:02:19,822 basehttp 70648 6203502592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:02:19,875 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:02:34,033 basehttp 70648 6203502592 "GET /en/hr/training/records/888/ HTTP/1.1" 200 29383 WARNING 2025-09-25 15:02:34,046 log 70648 6203502592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:02:34,046 basehttp 70648 6203502592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:02:34,090 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-25 15:02:37,442 log 70648 6203502592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:02:37,443 basehttp 70648 6203502592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 15:02:37,454 log 70648 6203502592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:02:37,455 basehttp 70648 6203502592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:02:39,144 basehttp 70648 6203502592 "GET /en/hr/training/records/1046/update/ HTTP/1.1" 200 51668 WARNING 2025-09-25 15:02:39,161 log 70648 6203502592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:02:39,162 basehttp 70648 6203502592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:02:39,166 basehttp 70648 6220328960 "GET /static/plugins/summernote/dist/summernote-lite.css HTTP/1.1" 200 38212 INFO 2025-09-25 15:02:39,166 basehttp 70648 6237155328 "GET /static/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 200 186367 INFO 2025-09-25 15:02:39,207 basehttp 70648 6237155328 "GET /static/plugins/summernote/dist/summernote-lite.css.map HTTP/1.1" 200 52049 INFO 2025-09-25 15:02:39,224 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-25 15:02:46,548 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:02:46,549 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 15:02:46,570 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:02:46,571 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:02:50,759 basehttp 70648 6237155328 "GET /en/hr/training/records/?page=3 HTTP/1.1" 200 236496 WARNING 2025-09-25 15:02:50,771 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:02:50,771 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:02:50,822 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:02:53,719 basehttp 70648 6237155328 "GET /en/hr/training/records/?page=5 HTTP/1.1" 200 236380 WARNING 2025-09-25 15:02:53,733 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:02:53,733 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:02:53,789 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:02:58,062 basehttp 70648 6237155328 "GET /en/hr/training/records/1556/ HTTP/1.1" 200 29312 WARNING 2025-09-25 15:02:58,079 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:02:58,079 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:02:58,154 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-25 15:03:02,311 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:03:02,312 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 15:03:02,322 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:03:02,322 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:03:04,939 basehttp 70648 6237155328 "GET /en/hr/training/records/?page=136 HTTP/1.1" 200 134943 WARNING 2025-09-25 15:03:04,953 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:03:04,953 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:03:05,004 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:03:09,358 basehttp 70648 6237155328 "GET /en/hr/training/records/?page=135 HTTP/1.1" 200 245840 WARNING 2025-09-25 15:03:09,373 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:03:09,373 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:03:09,425 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:03:15,704 basehttp 70648 6237155328 "GET /en/hr/training/records/1417/ HTTP/1.1" 200 28772 WARNING 2025-09-25 15:03:15,722 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:03:15,723 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:03:15,764 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-25 15:03:22,312 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:03:22,312 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 15:03:22,320 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:03:22,320 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:03:33,826 basehttp 70648 6237155328 "GET /en/hr/training/records/?page=134 HTTP/1.1" 200 246185 WARNING 2025-09-25 15:03:33,838 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:03:33,838 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:03:33,895 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:03:40,748 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:03:41,564 basehttp 70648 6237155328 "GET /en/hr/training/records/?search=&employee=&status=IN_PROGRESS&program_type= HTTP/1.1" 200 231319 WARNING 2025-09-25 15:03:41,581 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:03:41,581 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:03:41,637 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:04:40,751 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:04:41,638 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:04:52,207 basehttp 70648 6237155328 "GET /en/hr/training/records/?search=&employee=&status=IN_PROGRESS&program_type= HTTP/1.1" 200 234376 WARNING 2025-09-25 15:04:52,220 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:04:52,220 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:04:52,278 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-25 15:05:03,261 log 70648 6220328960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:05:03,262 basehttp 70648 6220328960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:05:03,263 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-25 15:05:03,269 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:05:03,269 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:05:04,485 basehttp 70648 6237155328 "GET /en/hr/training/records/?page=134 HTTP/1.1" 200 245269 WARNING 2025-09-25 15:05:04,494 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:05:04,495 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:05:04,556 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:06:04,568 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:06:25,570 basehttp 70648 6237155328 "GET /en/hr/training/records/?page=134 HTTP/1.1" 200 240454 WARNING 2025-09-25 15:06:25,580 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:06:25,581 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:06:25,637 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:06:40,743 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:07:25,650 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:07:40,741 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:08:25,597 basehttp 70648 6237155328 "GET /en/hr/training/records/?page=134 HTTP/1.1" 200 240517 WARNING 2025-09-25 15:08:25,610 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:08:25,610 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:08:25,669 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:08:50,648 basehttp 70648 6237155328 "GET /en/hr/training/records/?page=134 HTTP/1.1" 200 240514 WARNING 2025-09-25 15:08:50,659 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:08:50,659 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:08:50,717 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:08:55,148 basehttp 70648 6237155328 "GET /en/hr/training/records/?page=133 HTTP/1.1" 200 240741 WARNING 2025-09-25 15:08:55,163 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:08:55,163 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:08:55,224 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:09:11,577 basehttp 70648 6237155328 "GET /en/hr/training/records/?page=133 HTTP/1.1" 200 240741 WARNING 2025-09-25 15:09:11,588 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:09:11,588 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:09:11,646 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:09:19,445 basehttp 70648 6237155328 "GET /en/hr/training/records/?page=132 HTTP/1.1" 200 240604 WARNING 2025-09-25 15:09:19,461 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:09:19,461 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:09:19,525 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:09:27,155 basehttp 70648 6237155328 "GET /en/hr/training/records/?page=131 HTTP/1.1" 200 240852 WARNING 2025-09-25 15:09:27,172 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:09:27,173 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:09:27,221 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:09:30,084 basehttp 70648 6237155328 "GET /en/hr/training/records/?page=130 HTTP/1.1" 200 240529 WARNING 2025-09-25 15:09:30,100 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:09:30,100 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:09:30,163 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:09:37,937 basehttp 70648 6237155328 "GET /en/hr/training/records/?page=1 HTTP/1.1" 200 229715 WARNING 2025-09-25 15:09:37,956 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:09:37,956 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:09:38,005 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:09:40,504 basehttp 70648 6237155328 "GET /en/hr/training/records/?page=2 HTTP/1.1" 200 230624 WARNING 2025-09-25 15:09:40,520 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:09:40,521 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:09:40,571 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:09:40,740 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:09:42,625 basehttp 70648 6237155328 "GET /en/hr/training/records/?page=3 HTTP/1.1" 200 230821 WARNING 2025-09-25 15:09:42,641 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:09:42,641 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:09:42,691 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:09:44,372 basehttp 70648 6237155328 "GET /en/hr/training/records/?page=4 HTTP/1.1" 200 231033 WARNING 2025-09-25 15:09:44,393 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:09:44,393 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:09:44,444 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:09:46,160 basehttp 70648 6237155328 "GET /en/hr/training/records/?page=5 HTTP/1.1" 200 230985 WARNING 2025-09-25 15:09:46,179 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:09:46,179 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:09:46,232 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:09:50,183 basehttp 70648 6237155328 "GET /en/hr/training/records/?page=6 HTTP/1.1" 200 231278 WARNING 2025-09-25 15:09:50,203 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:09:50,203 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:09:50,251 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:09:52,139 basehttp 70648 6237155328 "GET /en/hr/training/records/?page=7 HTTP/1.1" 200 231492 WARNING 2025-09-25 15:09:52,156 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:09:52,156 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:09:52,203 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:09:54,158 basehttp 70648 6237155328 "GET /en/hr/training/records/?page=8 HTTP/1.1" 200 231354 WARNING 2025-09-25 15:09:54,173 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:09:54,174 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:09:54,255 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:09:58,128 basehttp 70648 6237155328 "GET /en/hr/training/records/?page=9 HTTP/1.1" 200 233961 WARNING 2025-09-25 15:09:58,145 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:09:58,145 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:09:58,197 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:10:03,712 basehttp 70648 6237155328 "GET /en/hr/training/records/399/ HTTP/1.1" 200 29936 WARNING 2025-09-25 15:10:03,733 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:10:03,733 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:10:03,774 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:10:40,750 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:11:03,791 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:11:21,220 basehttp 70648 6237155328 "GET /en/hr/training/records/399/ HTTP/1.1" 200 29911 WARNING 2025-09-25 15:11:21,236 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:11:21,236 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:11:21,314 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:11:40,748 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:12:21,286 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:12:24,182 basehttp 70648 6237155328 "GET /en/hr/training/records/399/ HTTP/1.1" 200 29911 WARNING 2025-09-25 15:12:24,193 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:12:24,193 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:12:24,237 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:13:06,613 basehttp 70648 6237155328 "GET /en/hr/training/records/399/ HTTP/1.1" 200 29911 WARNING 2025-09-25 15:13:06,627 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:13:06,627 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:13:06,675 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:13:22,494 basehttp 70648 6237155328 "GET /en/hr/training/records/399/ HTTP/1.1" 200 29911 WARNING 2025-09-25 15:13:22,507 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:13:22,508 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:13:22,554 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:13:40,738 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:14:01,462 basehttp 70648 6237155328 "GET /en/hr/training/records/399/ HTTP/1.1" 200 29911 WARNING 2025-09-25 15:14:01,476 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:14:01,476 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:14:01,522 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:14:40,747 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:15:01,535 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:15:05,484 basehttp 70648 6237155328 "GET /en/hr/training/records/399/ HTTP/1.1" 200 30851 WARNING 2025-09-25 15:15:05,497 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:15:05,497 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:15:05,541 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:15:40,753 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:16:05,556 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:16:18,237 basehttp 70648 6237155328 "GET /en/hr/training/records/399/ HTTP/1.1" 200 30847 WARNING 2025-09-25 15:16:18,249 log 70648 6237155328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:16:18,249 basehttp 70648 6237155328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:16:18,297 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:17:18,312 basehttp 70648 6237155328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:17:40,759 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:18:18,317 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:18:40,842 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:19:18,421 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:19:24,164 basehttp 70648 6203502592 "GET /en/hr/training/records/399/ HTTP/1.1" 200 31637 WARNING 2025-09-25 15:19:24,175 log 70648 6203502592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:19:24,175 basehttp 70648 6203502592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:19:24,233 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:19:40,079 basehttp 70648 6203502592 "GET /en/hr/training/records/399/ HTTP/1.1" 200 33859 WARNING 2025-09-25 15:19:40,091 log 70648 6203502592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:19:40,091 basehttp 70648 6203502592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:19:40,130 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:19:40,835 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:20:18,625 basehttp 70648 6203502592 "GET /en/hr/training/programs/6/ HTTP/1.1" 200 40686 WARNING 2025-09-25 15:20:18,638 log 70648 6203502592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:20:18,638 basehttp 70648 6203502592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:20:18,682 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:20:28,299 basehttp 70648 6203502592 "GET /en/hr/training/records/?program=6 HTTP/1.1" 200 229715 WARNING 2025-09-25 15:20:28,314 log 70648 6203502592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:20:28,315 basehttp 70648 6203502592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:20:28,369 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-25 15:20:37,468 log 70648 6203502592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:20:37,468 basehttp 70648 6203502592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 15:20:37,480 log 70648 6203502592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:20:37,480 basehttp 70648 6203502592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:20:42,332 basehttp 70648 6203502592 "GET /en/hr/training/certificates/?program=6 HTTP/1.1" 200 111852 WARNING 2025-09-25 15:20:42,345 log 70648 6203502592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:20:42,346 basehttp 70648 6203502592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:20:42,397 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:21:02,050 basehttp 70648 6203502592 "GET /en/hr/training/certificates/29/ HTTP/1.1" 200 27561 WARNING 2025-09-25 15:21:02,065 log 70648 6203502592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:21:02,066 basehttp 70648 6203502592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:21:02,104 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:21:09,940 basehttp 70648 6203502592 "GET /en/hr/training/records/1932/ HTTP/1.1" 200 35648 WARNING 2025-09-25 15:21:09,957 log 70648 6203502592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:21:09,957 basehttp 70648 6203502592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:21:10,000 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-25 15:21:29,811 log 70648 6203502592 Internal Server Error: /en/hr/training/records/1932/archive/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 4221, in training_record_archive return render(request, 'hr/training/archive_record.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 19, in get_template raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: hr/training/archive_record.html ERROR 2025-09-25 15:21:29,812 basehttp 70648 6203502592 "GET /en/hr/training/records/1932/archive/ HTTP/1.1" 500 100040 WARNING 2025-09-25 15:21:29,830 log 70648 6203502592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:21:29,830 basehttp 70648 6203502592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:21:40,836 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:22:40,840 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:23:40,848 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:24:50,447 basehttp 70648 6203502592 "GET /en/hr/training/records/1932/archive/ HTTP/1.1" 200 26615 WARNING 2025-09-25 15:24:50,456 log 70648 6203502592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:24:50,456 basehttp 70648 6203502592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:24:50,484 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:25:37,601 basehttp 70648 6203502592 "GET /en/hr/training/records/1932/ HTTP/1.1" 200 35648 WARNING 2025-09-25 15:25:37,617 log 70648 6203502592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:25:37,617 basehttp 70648 6203502592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:25:37,661 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:25:40,852 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:26:31,656 basehttp 70648 6203502592 "GET /en/hr/training/records/1932/renew/ HTTP/1.1" 200 29741 WARNING 2025-09-25 15:26:31,674 log 70648 6203502592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:26:31,674 basehttp 70648 6203502592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:26:31,721 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:26:40,850 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-25 15:26:54,855 log 70648 6220328960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:26:54,855 basehttp 70648 6220328960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:26:54,857 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-25 15:26:54,864 log 70648 6203502592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:26:54,864 basehttp 70648 6203502592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:27:54,865 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:28:40,886 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:28:54,856 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:29:54,865 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:30:23,870 basehttp 70648 6203502592 "GET /en/hr/training/records/1932/ HTTP/1.1" 200 35648 WARNING 2025-09-25 15:30:23,880 log 70648 6203502592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:30:23,880 basehttp 70648 6203502592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:30:23,930 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:30:25,736 basehttp 70648 6203502592 "GET /en/hr/training/records/1932/duplicate/ HTTP/1.1" 200 213405 WARNING 2025-09-25 15:30:25,754 log 70648 6203502592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:30:25,754 basehttp 70648 6203502592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:30:25,837 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:30:40,857 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-25 15:30:49,385 log 70648 6203502592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:30:49,386 basehttp 70648 6203502592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 15:30:49,395 log 70648 6203502592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:30:49,396 basehttp 70648 6203502592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:31:23,956 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:31:40,858 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:32:23,938 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:32:25,758 basehttp 70648 6203502592 "GET /en/hr/training/records/1932/update/ HTTP/1.1" 200 51672 WARNING 2025-09-25 15:32:25,774 log 70648 6203502592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:32:25,775 basehttp 70648 6203502592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:32:25,837 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:33:25,865 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-25 15:33:40,852 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-25 15:34:25,836 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 15:34:40,827 basehttp 70648 6203502592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 15:34:50,887 autoreload 70648 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/forms.py changed, reloading. INFO 2025-09-25 15:34:51,386 autoreload 92322 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 15:35:25,910 basehttp 92322 6200733696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:35:40,828 basehttp 92322 6200733696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:36:25,831 basehttp 92322 6200733696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:36:40,844 basehttp 92322 6200733696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-25 15:36:43,058 log 92322 6200733696 Internal Server Error: /en/hr/training/records/1932/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_program_sessions' not found. 'get_program_sessions' is not a valid view function or pattern name. ERROR 2025-09-25 15:36:43,059 basehttp 92322 6200733696 "GET /en/hr/training/records/1932/update/ HTTP/1.1" 500 181419 WARNING 2025-09-25 15:36:43,080 log 92322 6200733696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:36:43,080 basehttp 92322 6200733696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:38:40,854 basehttp 92322 6200733696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 15:39:11,400 autoreload 92322 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/urls.py changed, reloading. INFO 2025-09-25 15:39:11,982 autoreload 94477 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 15:40:08,953 autoreload 94477 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-25 15:40:09,396 autoreload 94919 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 15:44:38,982 autoreload 97124 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 15:44:40,939 basehttp 97124 6166327296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 15:44:41,512 basehttp 97124 6166327296 "GET /en/hr/training/records/1932/update/ HTTP/1.1" 200 54919 WARNING 2025-09-25 15:44:41,523 log 97124 6166327296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:44:41,523 basehttp 97124 6166327296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:44:41,577 basehttp 97124 6166327296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 15:45:40,834 basehttp 97124 6166327296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 15:45:41,584 basehttp 97124 6166327296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 15:45:43,759 basehttp 97124 6166327296 "GET /en/hr/training/records/1932/update/ HTTP/1.1" 200 54910 WARNING 2025-09-25 15:45:43,772 log 97124 6166327296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:45:43,772 basehttp 97124 6166327296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:45:43,828 basehttp 97124 6166327296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 15:46:43,829 basehttp 97124 6166327296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 15:47:40,845 basehttp 97124 6166327296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 15:47:43,845 basehttp 97124 6166327296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 15:48:40,859 basehttp 97124 6166327296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 15:48:43,849 basehttp 97124 6166327296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 15:49:43,873 basehttp 97124 6166327296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 15:50:40,888 basehttp 97124 6166327296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 15:50:43,898 basehttp 97124 6166327296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 15:51:40,881 basehttp 97124 6166327296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 15:51:43,902 basehttp 97124 6166327296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 15:52:40,895 basehttp 97124 6166327296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 15:52:43,906 basehttp 97124 6166327296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 15:53:43,914 basehttp 97124 6166327296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 15:54:40,907 basehttp 97124 6166327296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 15:54:43,920 basehttp 97124 6166327296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 15:57:45,870 autoreload 4654 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 15:57:50,309 basehttp 4654 6129299456 "GET /en/hr/training/records/1932/update/ HTTP/1.1" 200 54909 WARNING 2025-09-25 15:57:50,331 log 4654 6129299456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:57:50,332 basehttp 4654 6129299456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:57:50,373 basehttp 4654 6129299456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 15:58:40,902 basehttp 4654 6129299456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 15:58:50,390 basehttp 4654 6129299456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-25 15:58:54,432 log 4654 6129299456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:58:54,432 basehttp 4654 6129299456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 15:59:06,066 log 4654 6129299456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:59:06,066 basehttp 4654 6129299456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 15:59:06,075 log 4654 6129299456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 15:59:06,076 basehttp 4654 6129299456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 15:59:50,392 basehttp 4654 6129299456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:00:40,901 basehttp 4654 6129299456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:00:50,396 basehttp 4654 6129299456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:01:40,919 basehttp 4654 6129299456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:01:50,907 basehttp 4654 6129299456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:12:21,820 autoreload 12542 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 16:12:26,163 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:12:27,268 basehttp 12542 6205075456 "GET /en/hr/training/records/1932/update/ HTTP/1.1" 200 54909 WARNING 2025-09-25 16:12:27,293 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:12:27,293 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:12:27,348 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-25 16:12:28,159 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:12:28,159 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:12:29,103 basehttp 12542 6205075456 "GET /en/hr/training/records/1932/ HTTP/1.1" 200 35648 WARNING 2025-09-25 16:12:29,116 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:12:29,116 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:12:29,158 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:12:40,916 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:13:29,174 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:13:44,497 basehttp 12542 6205075456 "GET /en/hr/training/records/1932/ HTTP/1.1" 200 35181 WARNING 2025-09-25 16:13:44,510 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:13:44,510 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:13:44,534 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:14:40,914 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:14:44,547 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:15:09,138 basehttp 12542 6205075456 "GET /en/hr/training/records/1932/ HTTP/1.1" 200 35177 WARNING 2025-09-25 16:15:09,151 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:15:09,151 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:15:09,174 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:15:40,917 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:15:42,974 basehttp 12542 6205075456 "GET /en/hr/training/records/1932/ HTTP/1.1" 200 35648 WARNING 2025-09-25 16:15:42,985 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:15:42,986 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:15:43,030 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:16:03,312 basehttp 12542 6205075456 "GET /en/hr/training/records/1932/ HTTP/1.1" 200 35590 WARNING 2025-09-25 16:16:03,324 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:16:03,324 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:16:03,370 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:17:03,388 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:17:40,927 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:18:03,390 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:18:40,933 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:19:03,397 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:20:03,382 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:20:40,904 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:20:46,355 basehttp 12542 6205075456 "GET /en/hr/training/records/1932/ HTTP/1.1" 200 36340 WARNING 2025-09-25 16:20:46,365 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:20:46,366 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:20:46,397 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:21:40,905 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:21:46,398 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:22:38,433 basehttp 12542 6205075456 "GET /en/hr/training/records/1932/ HTTP/1.1" 200 36311 WARNING 2025-09-25 16:22:38,444 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:22:38,444 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:22:38,484 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:23:00,277 basehttp 12542 6205075456 "GET /en/hr/training/records/1932/ HTTP/1.1" 200 36248 WARNING 2025-09-25 16:23:00,286 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:23:00,286 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:23:00,330 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:23:21,744 basehttp 12542 6205075456 "GET /en/hr/training/records/1932/ HTTP/1.1" 200 35590 WARNING 2025-09-25 16:23:21,758 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:23:21,758 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:23:21,803 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:23:29,602 basehttp 12542 6205075456 "GET /en/hr/training/records/1932/ HTTP/1.1" 200 35648 WARNING 2025-09-25 16:23:29,612 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:23:29,612 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:23:29,656 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:23:40,909 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:24:29,658 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:24:58,209 basehttp 12542 6205075456 "GET /en/hr/training/records/1932/ HTTP/1.1" 200 36601 WARNING 2025-09-25 16:24:58,224 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:24:58,224 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:24:58,270 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:25:40,899 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:25:58,274 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:26:03,567 basehttp 12542 6205075456 "GET /en/hr/training/records/1932/ HTTP/1.1" 200 36575 WARNING 2025-09-25 16:26:03,579 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:26:03,579 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:26:03,623 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:26:28,025 basehttp 12542 6205075456 "GET /en/hr/training/records/1932/ HTTP/1.1" 200 36560 WARNING 2025-09-25 16:26:28,039 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:26:28,040 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:26:28,080 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:26:40,912 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:27:28,083 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:27:40,916 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:28:28,086 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:29:28,089 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:29:40,909 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:30:28,096 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:30:40,905 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:31:28,098 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:31:30,510 basehttp 12542 6205075456 "GET /en/hr/training/records/1932/ HTTP/1.1" 200 37148 WARNING 2025-09-25 16:31:30,523 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:31:30,523 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:31:30,570 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:31:40,920 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:32:29,035 basehttp 12542 6205075456 "GET /en/hr/training/records/1932/ HTTP/1.1" 200 35676 WARNING 2025-09-25 16:32:29,047 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:32:29,047 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:32:29,089 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:33:27,973 basehttp 12542 6205075456 "GET /en/hr/training/records/1932/ HTTP/1.1" 200 36591 WARNING 2025-09-25 16:33:27,983 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:33:27,984 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:33:28,026 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-25 16:33:40,910 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-25 16:34:28,042 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 16:34:40,922 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 16:35:14,286 basehttp 12542 6205075456 "GET /en/hr/training/records/1932/ HTTP/1.1" 200 36581 WARNING 2025-09-25 16:35:14,298 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:35:14,298 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:35:14,339 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 16:36:14,356 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 16:36:40,944 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 16:37:14,355 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 16:37:17,776 basehttp 12542 6205075456 "GET /en/hr/training/records/1932/ HTTP/1.1" 200 36468 WARNING 2025-09-25 16:37:17,787 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:37:17,787 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:37:17,829 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 16:37:40,948 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 16:38:17,835 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 16:39:17,841 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 16:39:40,947 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 16:39:50,170 basehttp 12542 6205075456 "GET /en/hr/training/records/1932/ HTTP/1.1" 200 36322 WARNING 2025-09-25 16:39:50,183 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:39:50,183 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:39:50,232 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 16:40:04,624 basehttp 12542 6205075456 "GET /en/hr/training/records/1932/archive/ HTTP/1.1" 200 26615 WARNING 2025-09-25 16:40:04,639 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:04,639 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 16:40:05,296 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:05,296 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:06,155 basehttp 12542 6205075456 "GET /en/hr/training/certificates/29/ HTTP/1.1" 200 27561 WARNING 2025-09-25 16:40:06,171 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:06,171 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:06,789 basehttp 12542 6205075456 "GET /en/hr/training/certificates/?program=6 HTTP/1.1" 200 111852 WARNING 2025-09-25 16:40:06,803 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:06,803 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:10,226 basehttp 12542 6205075456 "GET /en/hr/training/programs/6/ HTTP/1.1" 200 40686 WARNING 2025-09-25 16:40:10,241 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:10,241 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:11,490 basehttp 12542 6205075456 "GET /en/hr/training/records/399/ HTTP/1.1" 200 34541 WARNING 2025-09-25 16:40:11,506 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:11,506 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:12,270 basehttp 12542 6205075456 "GET /en/hr/training/records/?page=9 HTTP/1.1" 200 233961 WARNING 2025-09-25 16:40:12,284 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:12,284 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:13,121 basehttp 12542 6205075456 "GET /en/hr/training/records/?page=8 HTTP/1.1" 200 231354 WARNING 2025-09-25 16:40:13,134 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:13,134 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:13,830 basehttp 12542 6205075456 "GET /en/hr/training/records/?page=7 HTTP/1.1" 200 231492 WARNING 2025-09-25 16:40:13,846 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:13,846 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:14,520 basehttp 12542 6205075456 "GET /en/hr/training/records/?page=6 HTTP/1.1" 200 231278 WARNING 2025-09-25 16:40:14,538 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:14,539 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:15,200 basehttp 12542 6205075456 "GET /en/hr/training/records/?page=5 HTTP/1.1" 200 230985 WARNING 2025-09-25 16:40:15,215 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:15,215 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:15,839 basehttp 12542 6205075456 "GET /en/hr/training/records/?page=4 HTTP/1.1" 200 231033 WARNING 2025-09-25 16:40:15,856 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:15,856 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:16,587 basehttp 12542 6205075456 "GET /en/hr/training/records/?page=3 HTTP/1.1" 200 230821 WARNING 2025-09-25 16:40:16,605 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:16,606 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:17,233 basehttp 12542 6205075456 "GET /en/hr/training/records/?page=2 HTTP/1.1" 200 230624 WARNING 2025-09-25 16:40:17,252 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:17,252 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:17,861 basehttp 12542 6205075456 "GET /en/hr/training/records/?page=1 HTTP/1.1" 200 229715 WARNING 2025-09-25 16:40:17,879 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:17,879 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:18,118 basehttp 12542 6205075456 "GET /en/hr/training/records/?page=130 HTTP/1.1" 200 240529 WARNING 2025-09-25 16:40:18,136 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:18,137 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:18,407 basehttp 12542 6205075456 "GET /en/hr/training/records/?page=131 HTTP/1.1" 200 240852 WARNING 2025-09-25 16:40:18,423 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:18,423 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:18,674 basehttp 12542 6205075456 "GET /en/hr/training/records/?page=132 HTTP/1.1" 200 240604 WARNING 2025-09-25 16:40:18,693 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:18,693 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:19,375 basehttp 12542 6205075456 "GET /en/hr/training/records/?page=133 HTTP/1.1" 200 240741 WARNING 2025-09-25 16:40:19,392 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:19,393 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:19,890 basehttp 12542 6205075456 "GET /en/hr/training/records/?page=134 HTTP/1.1" 200 240514 WARNING 2025-09-25 16:40:19,915 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:19,915 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:20,160 basehttp 12542 6205075456 "GET /en/hr/training/records/?page=135 HTTP/1.1" 200 240251 WARNING 2025-09-25 16:40:20,182 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:20,182 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:20,379 basehttp 12542 6205075456 "GET /en/hr/training/records/?page=136 HTTP/1.1" 200 129046 WARNING 2025-09-25 16:40:20,399 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:20,399 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 16:40:20,642 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:20,643 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 16:40:20,886 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:20,886 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 16:40:21,122 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:21,122 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:21,370 basehttp 12542 6205075456 "GET /en/hr/training/records/ HTTP/1.1" 200 229715 WARNING 2025-09-25 16:40:21,391 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:21,391 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:21,572 basehttp 12542 6205075456 "GET /en/hr/training/sessions/14/ HTTP/1.1" 200 125713 WARNING 2025-09-25 16:40:21,594 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:21,594 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 16:40:21,805 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:21,806 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:22,029 basehttp 12542 6205075456 "GET /en/hr/training/certificates/71/ HTTP/1.1" 200 27563 WARNING 2025-09-25 16:40:22,051 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:22,052 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:22,613 basehttp 12542 6205075456 "GET /en/hr/training/certificates/ HTTP/1.1" 200 112019 WARNING 2025-09-25 16:40:22,643 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:22,643 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 16:40:23,188 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:23,188 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:23,997 basehttp 12542 6205075456 "GET /en/hr/training-management/ HTTP/1.1" 200 83953 WARNING 2025-09-25 16:40:24,028 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:24,028 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 16:40:24,954 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:24,954 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:25,736 basehttp 12542 6205075456 "GET /en/hr/reviews/ HTTP/1.1" 200 150040 WARNING 2025-09-25 16:40:25,767 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:25,767 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:26,444 basehttp 12542 6205075456 "GET /en/hr/time-entries/ HTTP/1.1" 200 164400 WARNING 2025-09-25 16:40:26,474 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:26,474 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:27,264 basehttp 12542 6205075456 "GET /en/hr/ HTTP/1.1" 200 51822 WARNING 2025-09-25 16:40:27,279 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:27,279 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:31,813 basehttp 12542 6205075456 "GET /en/ HTTP/1.1" 200 47002 WARNING 2025-09-25 16:40:31,834 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:31,834 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:31,865 basehttp 12542 6221901824 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-25 16:40:31,865 basehttp 12542 6205075456 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 16:40:33,031 basehttp 12542 6205075456 "GET /en/admin/ HTTP/1.1" 200 108166 WARNING 2025-09-25 16:40:33,051 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:33,051 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 16:40:34,210 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:34,210 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 16:40:34,218 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:34,219 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 16:40:34,577 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:34,577 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 16:40:34,585 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:34,585 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 16:40:34,824 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:34,824 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 16:40:34,833 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:34,833 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 16:40:35,077 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:35,078 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 16:40:35,089 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:35,090 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 16:40:35,248 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:35,248 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 16:40:35,257 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:35,258 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 16:40:35,423 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:35,423 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 16:40:35,606 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:35,606 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 16:40:35,793 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:35,793 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 16:40:37,190 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:37,191 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:40,951 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 16:40:51,594 basehttp 12542 6205075456 "GET /en/hr/training/certificates/ HTTP/1.1" 200 112019 WARNING 2025-09-25 16:40:51,607 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:51,608 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:51,658 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 16:40:53,840 basehttp 12542 6205075456 "GET /en/hr/training/certificates/71/ HTTP/1.1" 200 27563 WARNING 2025-09-25 16:40:53,857 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:40:53,857 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:40:53,904 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 16:41:53,921 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 16:42:40,951 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 16:42:53,927 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-25 16:42:56,163 log 12542 6205075456 Not Found: /en/hr/training/ WARNING 2025-09-25 16:42:56,163 basehttp 12542 6205075456 "GET /en/hr/training/ HTTP/1.1" 404 52230 WARNING 2025-09-25 16:42:56,181 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:42:56,181 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:43:19,908 basehttp 12542 6205075456 "GET /en/hr/training-management/ HTTP/1.1" 200 83953 WARNING 2025-09-25 16:43:19,922 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:43:19,922 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:43:19,973 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:43:25,060 basehttp 12542 6205075456 "GET /en/hr/training/records/65/ HTTP/1.1" 200 34703 WARNING 2025-09-25 16:43:25,079 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:43:25,079 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:43:25,126 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:43:40,955 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:44:25,136 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:44:33,931 basehttp 12542 6205075456 "GET /en/hr/training/records/65/ HTTP/1.1" 200 35875 WARNING 2025-09-25 16:44:33,943 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 16:44:33,943 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 16:44:33,970 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:44:40,952 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:45:33,983 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:46:33,989 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:46:40,958 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:47:33,995 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:47:40,962 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:48:33,997 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:49:34,003 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:49:40,961 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:50:34,001 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:50:40,963 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:51:34,015 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:52:34,022 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:52:40,960 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:53:34,026 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:53:40,969 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:54:34,034 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:55:34,972 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:55:40,966 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:56:36,970 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:56:40,971 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:57:40,972 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:57:40,983 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:59:40,975 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 16:59:40,986 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:00:40,975 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:01:40,979 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:02:40,979 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:03:40,979 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:03:40,989 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:04:40,981 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:05:40,962 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:06:40,961 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:07:40,962 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:07:40,972 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:09:45,044 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:09:50,343 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:10:50,346 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:11:45,036 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:11:50,349 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:13:41,868 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:13:47,179 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:14:47,187 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:15:41,866 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:15:47,185 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:16:41,860 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:16:47,192 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:17:41,869 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:17:47,182 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:18:47,191 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:19:41,865 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:19:47,199 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:20:41,837 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:20:47,170 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:21:47,164 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:22:41,829 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:22:47,175 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:23:41,832 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:23:47,180 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:24:47,181 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:25:41,829 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:25:47,171 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:26:41,842 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:26:47,186 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:27:47,204 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:28:41,829 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:28:47,191 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:29:41,846 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:29:47,195 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:30:47,205 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:31:41,829 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:31:47,204 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:32:41,840 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:32:47,208 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:33:41,850 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-25 17:33:47,199 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-25 17:34:47,226 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 17:35:41,829 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 17:35:47,221 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 17:36:41,835 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 17:36:47,224 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 17:37:47,227 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 17:46:28,295 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:46:33,677 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:47:28,284 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:47:33,679 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:48:33,682 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:49:28,283 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:49:33,689 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:50:28,296 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:50:33,711 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:51:33,736 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:52:28,319 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:52:33,739 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:53:28,324 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:53:33,734 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:54:33,742 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:55:28,319 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:55:33,749 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:56:28,323 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:56:33,752 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 17:57:34,322 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:07:15,831 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:07:23,831 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:08:28,779 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:08:37,768 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:09:39,774 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:10:28,763 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:11:28,764 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:11:28,776 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:13:28,758 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:13:28,767 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:14:28,765 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:15:28,769 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:15:28,780 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:17:28,757 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:17:28,761 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:18:28,753 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:19:28,766 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:19:28,776 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:21:28,770 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:21:28,781 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:22:28,764 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:23:28,761 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:23:28,794 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:24:28,813 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:25:28,763 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:26:28,778 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:27:28,767 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:27:28,778 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:28:28,760 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:29:28,744 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:29:28,755 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:30:28,745 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:30:28,755 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:30:51,027 basehttp 12542 6221901824 "GET /en/hr/training/records/65/ HTTP/1.1" 200 34696 WARNING 2025-09-25 18:30:51,041 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:30:51,041 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 18:30:51,107 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:31:51,121 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:32:28,743 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:32:51,120 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:33:28,745 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-25 18:33:51,129 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-25 18:34:51,750 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 18:35:28,745 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 18:35:52,743 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 18:36:28,750 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 18:36:53,748 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 18:37:28,746 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 18:37:55,747 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 18:39:28,733 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 18:39:28,740 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 18:40:28,744 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 18:41:28,742 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 18:41:28,753 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 18:43:28,729 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:43:28,740 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:44:28,728 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:44:49,083 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:45:49,092 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:46:28,725 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:46:49,730 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:47:28,728 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:47:51,729 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:48:28,728 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:49:28,726 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:50:28,725 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:50:48,452 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:51:28,729 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:51:48,463 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:52:48,461 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:53:13,172 basehttp 12542 6221901824 "GET /en/hr/ HTTP/1.1" 200 51822 WARNING 2025-09-25 18:53:13,189 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:53:13,190 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 18:53:13,255 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:53:28,725 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-25 18:53:46,432 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:53:46,433 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 18:53:46,444 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:53:46,444 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 18:53:47,569 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:53:47,569 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 18:54:00,228 basehttp 12542 6221901824 "GET /en/inpatients/ HTTP/1.1" 200 59758 WARNING 2025-09-25 18:54:00,241 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:54:00,241 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 18:54:00,265 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:54:00,267 basehttp 12542 6205075456 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-09-25 18:54:02,799 basehttp 12542 6205075456 "GET /en/inpatients/wards/ HTTP/1.1" 200 47287 WARNING 2025-09-25 18:54:02,814 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:54:02,814 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 18:54:02,859 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:54:04,770 basehttp 12542 6205075456 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 54139 WARNING 2025-09-25 18:54:04,785 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:54:04,786 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 18:54:04,836 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:54:28,718 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:55:01,120 basehttp 12542 6205075456 "GET /en/inpatients/beds/?ward=6 HTTP/1.1" 200 517044 WARNING 2025-09-25 18:55:01,138 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:55:01,138 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 18:55:01,249 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:55:01,250 basehttp 12542 6221901824 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2299 INFO 2025-09-25 18:55:01,357 basehttp 12542 6221901824 "GET /en/inpatients/beds/?ward=6&action=update_status HTTP/1.1" 200 517044 INFO 2025-09-25 18:55:04,226 basehttp 12542 6221901824 "GET /en/inpatients/beds/329/ HTTP/1.1" 200 49617 WARNING 2025-09-25 18:55:04,244 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:55:04,244 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 18:55:04,291 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-25 18:55:06,972 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:55:06,972 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 18:55:06,980 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:55:06,980 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 18:55:07,417 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-25 18:55:07,417 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-25 18:55:07,418 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 18:55:07,428 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:55:07,428 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 18:55:19,227 basehttp 12542 6205075456 "GET /en/inpatients/beds/?ward=6 HTTP/1.1" 200 517044 WARNING 2025-09-25 18:55:19,247 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:55:19,247 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 18:55:19,362 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:55:19,364 basehttp 12542 6221901824 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2299 INFO 2025-09-25 18:55:19,477 basehttp 12542 6221901824 "GET /en/inpatients/beds/?ward=6&action=update_status HTTP/1.1" 200 517044 INFO 2025-09-25 18:55:25,156 basehttp 12542 6221901824 "GET /en/inpatients/beds/330/ HTTP/1.1" 200 50389 WARNING 2025-09-25 18:55:25,174 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:55:25,175 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 18:55:25,221 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-25 18:55:27,910 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:55:27,911 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 18:55:27,926 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:55:27,926 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 18:55:28,299 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:55:28,300 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 18:55:28,311 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:55:28,311 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 18:55:29,123 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:55:29,123 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 18:55:29,126 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-25 18:55:29,132 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:55:29,132 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 18:55:31,788 basehttp 12542 6221901824 "GET /en/inpatients/beds/?ward=6 HTTP/1.1" 200 517044 WARNING 2025-09-25 18:55:31,808 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:55:31,808 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 18:55:31,887 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:55:31,888 basehttp 12542 6205075456 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2299 INFO 2025-09-25 18:55:32,009 basehttp 12542 6205075456 "GET /en/inpatients/beds/?ward=6&action=update_status HTTP/1.1" 200 517044 WARNING 2025-09-25 18:55:38,443 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:55:38,443 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 18:55:38,452 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:55:38,452 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 18:55:39,192 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:55:39,192 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 18:55:40,228 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:55:40,228 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 18:56:14,819 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:56:14,820 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 18:56:28,721 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:57:28,718 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-25 18:57:57,590 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:57:57,590 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 18:58:26,308 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:58:26,308 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 18:58:27,453 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:58:27,454 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 18:58:29,071 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:58:29,071 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 18:58:31,524 basehttp 12542 6205075456 "GET /en/hr/employees/8/ HTTP/1.1" 200 35763 WARNING 2025-09-25 18:58:31,541 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 18:58:31,541 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 18:58:31,594 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:58:31,596 basehttp 12542 6221901824 "GET /en/hr/employees/8/clock-controls/ HTTP/1.1" 200 500 INFO 2025-09-25 18:59:28,701 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 18:59:31,596 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:00:28,699 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:00:31,600 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:01:31,600 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:02:28,699 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:02:31,600 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:03:28,689 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:03:31,601 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:04:31,606 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:05:28,695 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:05:31,602 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-25 19:06:22,207 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-25 19:06:22,207 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-25 19:06:22,207 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 19:06:22,222 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 19:06:22,223 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 19:06:22,813 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 19:06:22,814 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-25 19:06:23,503 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 19:06:23,503 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 19:06:28,703 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:06:49,106 basehttp 12542 6205075456 "GET /en/hr/training/records/568 HTTP/1.1" 301 0 INFO 2025-09-25 19:06:49,126 basehttp 12542 6221901824 "GET /en/hr/training/records/568/ HTTP/1.1" 200 34793 WARNING 2025-09-25 19:06:49,137 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 19:06:49,137 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 19:06:49,157 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:07:11,798 basehttp 12542 6221901824 "GET /en/hr/training/records/568/ HTTP/1.1" 200 34777 WARNING 2025-09-25 19:07:11,810 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 19:07:11,810 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 19:07:11,858 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:07:59,366 basehttp 12542 6221901824 "GET /en/hr/training/records/568/ HTTP/1.1" 200 34776 WARNING 2025-09-25 19:07:59,375 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 19:07:59,375 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 19:07:59,417 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:08:28,687 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:08:36,688 basehttp 12542 6221901824 "GET /en/hr/training/records/568/ HTTP/1.1" 200 34778 WARNING 2025-09-25 19:08:36,696 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 19:08:36,696 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 19:08:36,739 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:09:28,690 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:09:36,756 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:10:36,763 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:11:28,683 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:11:36,761 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:11:46,240 basehttp 12542 6221901824 "GET /en/hr/training/records/568/ HTTP/1.1" 200 35014 WARNING 2025-09-25 19:11:46,251 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 19:11:46,251 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 19:11:46,300 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:12:28,684 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:12:30,900 basehttp 12542 6221901824 "GET /en/hr/training/records/568/ HTTP/1.1" 200 35033 WARNING 2025-09-25 19:12:30,912 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 19:12:30,912 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 19:12:30,961 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:13:28,696 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:13:30,972 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:14:30,973 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:14:51,059 basehttp 12542 6221901824 "GET /en/hr/training/records/568/ HTTP/1.1" 200 35283 WARNING 2025-09-25 19:14:51,070 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 19:14:51,071 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 19:14:51,118 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:15:22,346 basehttp 12542 6221901824 "GET /en/hr/training/records/568/ HTTP/1.1" 200 35285 WARNING 2025-09-25 19:15:22,355 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 19:15:22,355 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 19:15:22,396 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:15:28,675 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:15:50,546 basehttp 12542 6221901824 "GET /en/hr/training/records/568/ HTTP/1.1" 200 35290 WARNING 2025-09-25 19:15:50,554 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 19:15:50,554 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 19:15:50,598 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:16:28,677 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:16:46,916 basehttp 12542 6221901824 "GET /en/hr/training/records/568/ HTTP/1.1" 200 35525 WARNING 2025-09-25 19:16:46,928 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 19:16:46,929 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 19:16:46,976 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:17:05,006 basehttp 12542 6221901824 "GET /en/hr/training/records/568/ HTTP/1.1" 200 35543 WARNING 2025-09-25 19:17:05,018 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 19:17:05,018 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 19:17:05,067 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:17:28,170 basehttp 12542 6221901824 "GET /en/hr/training/records/568/ HTTP/1.1" 200 35537 WARNING 2025-09-25 19:17:28,180 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 19:17:28,180 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 19:17:28,226 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:17:28,684 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:18:28,242 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:19:20,787 basehttp 12542 6221901824 "GET /en/hr/training/records/568/ HTTP/1.1" 200 35785 WARNING 2025-09-25 19:19:20,799 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 19:19:20,799 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 19:19:20,848 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:19:28,686 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:20:20,863 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:20:28,686 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:21:20,866 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:22:20,868 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:22:28,683 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:23:20,873 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:23:28,686 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:24:20,867 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:25:20,879 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:25:28,670 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:26:20,881 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:26:28,675 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:27:20,877 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:27:28,683 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:28:20,909 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:28:34,474 basehttp 12542 6221901824 "GET /en/hr/training/records/568/ HTTP/1.1" 200 37127 WARNING 2025-09-25 19:28:34,483 log 12542 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 19:28:34,483 basehttp 12542 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 19:28:34,527 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:29:28,673 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:29:44,299 basehttp 12542 6221901824 "GET /en/hr/ HTTP/1.1" 200 51822 INFO 2025-09-25 19:29:44,324 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:29:55,532 basehttp 12542 6221901824 "GET /en/hr/employees/ HTTP/1.1" 200 127179 INFO 2025-09-25 19:29:55,573 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:29:59,455 basehttp 12542 6221901824 "GET /en/hr/employees/75/ HTTP/1.1" 200 35681 INFO 2025-09-25 19:29:59,500 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:29:59,502 basehttp 12542 6205075456 "GET /en/hr/employees/75/clock-controls/ HTTP/1.1" 200 503 INFO 2025-09-25 19:30:09,096 basehttp 12542 6205075456 "POST /en/hr/employees/75/clock-in/ HTTP/1.1" 200 706 INFO 2025-09-25 19:30:20,722 basehttp 12542 6205075456 "POST /en/hr/employees/75/clock-out/ HTTP/1.1" 200 365 INFO 2025-09-25 19:30:28,668 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:30:55,586 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:31:11,976 basehttp 12542 6205075456 "GET /en/hr/schedules/ HTTP/1.1" 200 124008 INFO 2025-09-25 19:31:12,008 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:32:12,018 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:32:26,645 basehttp 12542 6205075456 "GET /en/hr/schedules/571/ HTTP/1.1" 200 136948 WARNING 2025-09-25 19:32:26,656 basehttp 12542 6205075456 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-25 19:32:26,689 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-25 19:32:26,713 basehttp 12542 6221901824 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-25 19:32:28,664 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-25 19:32:32,860 basehttp 12542 6205075456 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-09-25 19:32:39,278 basehttp 12542 6205075456 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-25 19:33:04,372 basehttp 12542 6205075456 "GET /en/hr/reviews/ HTTP/1.1" 200 150040 INFO 2025-09-25 19:33:04,397 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-25 19:33:18,253 basehttp 12542 6205075456 "GET /en/hr/reviews/428/ HTTP/1.1" 200 56145 INFO 2025-09-25 19:33:18,303 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-25 19:33:28,659 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 WARNING 2025-09-25 19:33:52,255 log 12542 6205075456 Not Found: /en/hr/training/ WARNING 2025-09-25 19:33:52,256 basehttp 12542 6205075456 "GET /en/hr/training/ HTTP/1.1" 404 52230 INFO 2025-09-25 19:33:57,482 basehttp 12542 6205075456 "GET /en/hr/training/records/ HTTP/1.1" 200 229735 INFO 2025-09-25 19:33:57,529 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 19:34:03,416 basehttp 12542 6205075456 "GET /en/hr/training/records/65/ HTTP/1.1" 200 37314 INFO 2025-09-25 19:34:03,455 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 19:34:27,697 basehttp 12542 6205075456 "GET /en/hr/ HTTP/1.1" 200 51822 INFO 2025-09-25 19:34:27,738 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 19:34:30,025 basehttp 12542 6205075456 "GET /en/inpatients/ HTTP/1.1" 200 59758 INFO 2025-09-25 19:34:30,057 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 19:34:30,059 basehttp 12542 6221901824 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-09-25 19:34:38,396 basehttp 12542 6221901824 "GET /en/inpatients/beds/ HTTP/1.1" 200 517045 INFO 2025-09-25 19:34:38,476 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 19:34:38,478 basehttp 12542 6205075456 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2299 INFO 2025-09-25 19:34:38,583 basehttp 12542 6205075456 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 517045 INFO 2025-09-25 19:34:47,401 basehttp 12542 6205075456 "GET /en/inpatients/transfers/ HTTP/1.1" 200 95214 INFO 2025-09-25 19:34:47,438 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 19:34:56,780 basehttp 12542 6205075456 "GET /en/inpatients/wards/ HTTP/1.1" 200 47287 INFO 2025-09-25 19:34:56,819 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 19:34:59,054 basehttp 12542 6205075456 "GET /en/inpatients/wards/4/ HTTP/1.1" 200 65093 INFO 2025-09-25 19:34:59,094 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 19:35:06,573 basehttp 12542 6205075456 "GET /en/inpatients/beds/182/details/ HTTP/1.1" 200 3280 INFO 2025-09-25 19:35:20,478 basehttp 12542 6205075456 "GET /en/inpatients/admissions/37/ HTTP/1.1" 200 26700 INFO 2025-09-25 19:35:20,512 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 19:35:26,027 basehttp 12542 6205075456 "GET /en/inpatients/transfer/37/ HTTP/1.1" 200 11020 INFO 2025-09-25 19:35:28,659 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 19:35:40,066 basehttp 12542 6205075456 "GET /en/inpatients/discharge/37/ HTTP/1.1" 200 48005 INFO 2025-09-25 19:35:40,105 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 19:36:05,359 basehttp 12542 6205075456 "GET /en/inpatients/discharges/create/?admission=37 HTTP/1.1" 200 34808 INFO 2025-09-25 19:36:05,399 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 19:36:28,656 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 19:36:40,125 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 19:36:43,602 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 19:36:58,110 basehttp 12542 6205075456 "GET /en/inpatients/discharges/ HTTP/1.1" 200 31181 INFO 2025-09-25 19:36:58,139 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 19:37:02,084 basehttp 12542 6205075456 "GET /en/inpatients/discharges/2/ HTTP/1.1" 200 31106 INFO 2025-09-25 19:37:02,122 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 19:37:14,039 basehttp 12542 6205075456 "GET /en/inpatients/discharges/2/delete/ HTTP/1.1" 200 21832 INFO 2025-09-25 19:37:14,076 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 19:37:24,331 basehttp 12542 6205075456 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-09-25 19:37:24,364 basehttp 12542 6221901824 "GET /en/emr/ HTTP/1.1" 200 70545 INFO 2025-09-25 19:37:24,409 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 19:37:24,435 basehttp 12542 6205075456 "GET /en/emr/stats/ HTTP/1.1" 200 2969 INFO 2025-09-25 19:37:42,001 basehttp 12542 6205075456 "GET /en/emr/encounters/ HTTP/1.1" 200 53188 INFO 2025-09-25 19:37:42,056 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 19:38:28,656 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 19:38:32,557 basehttp 12542 6205075456 "GET /en/emr/icd10/ HTTP/1.1" 200 19306 INFO 2025-09-25 19:38:32,601 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 19:38:37,560 basehttp 12542 6205075456 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 19306 INFO 2025-09-25 19:38:37,593 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 19:38:42,656 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 19:39:37,602 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 19:39:43,655 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 19:40:22,371 basehttp 12542 6205075456 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 48075 INFO 2025-09-25 19:40:22,409 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 19:40:44,654 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 19:41:22,422 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 19:41:45,653 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 19:42:22,426 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 19:42:46,652 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 19:43:22,427 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:43:47,651 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:44:22,430 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:44:49,661 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:45:22,441 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:46:22,446 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:46:28,665 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:47:22,451 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:47:28,664 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:48:22,453 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:49:14,735 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:49:19,218 basehttp 12542 6205075456 "GET /en/emr/ HTTP/1.1" 200 70545 INFO 2025-09-25 19:49:19,266 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:49:19,267 basehttp 12542 6205075456 - Broken pipe from ('127.0.0.1', 51780) INFO 2025-09-25 19:49:19,295 basehttp 12542 6238728192 "GET /en/emr/ HTTP/1.1" 200 70545 INFO 2025-09-25 19:49:19,297 basehttp 12542 6221901824 "GET /en/emr/stats/ HTTP/1.1" 200 2969 INFO 2025-09-25 19:49:19,298 basehttp 12542 6221901824 - Broken pipe from ('127.0.0.1', 54841) INFO 2025-09-25 19:49:19,338 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:49:19,350 basehttp 12542 6205075456 "GET /en/emr/stats/ HTTP/1.1" 200 2969 INFO 2025-09-25 19:49:21,163 basehttp 12542 6205075456 "GET /en/appointments/ HTTP/1.1" 200 23784 WARNING 2025-09-25 19:49:21,218 log 12542 6238728192 Bad Request: /en/appointments/stats/ INFO 2025-09-25 19:49:21,219 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-25 19:49:21,219 basehttp 12542 6238728192 "GET /en/appointments/stats/ HTTP/1.1" 400 28 INFO 2025-09-25 19:49:22,650 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:49:58,789 basehttp 12542 6205075456 "GET /en/appointments/ HTTP/1.1" 200 52605 WARNING 2025-09-25 19:49:58,835 log 12542 6238728192 Bad Request: /en/appointments/stats/ INFO 2025-09-25 19:49:58,837 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-25 19:49:58,837 basehttp 12542 6238728192 "GET /en/appointments/stats/ HTTP/1.1" 400 28 INFO 2025-09-25 19:50:11,685 basehttp 12542 6205075456 "GET /en/appointments/calendar/ HTTP/1.1" 200 22814 INFO 2025-09-25 19:50:11,750 basehttp 12542 6205075456 "GET /en/appointments/calendar/events/?start=2025-09-21T00%3A00%3A00&end=2025-09-28T00%3A00%3A00 HTTP/1.1" 200 134011 INFO 2025-09-25 19:50:11,755 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:50:16,128 basehttp 12542 6238728192 "GET /en/appointments/669/detail-card/ HTTP/1.1" 200 803 INFO 2025-09-25 19:50:18,400 basehttp 12542 6238728192 "GET /en/appointments/requests/669/detail/ HTTP/1.1" 200 26742 INFO 2025-09-25 19:50:18,437 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:50:24,657 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:50:27,974 basehttp 12542 6238728192 "GET /en/appointments/calendar/ HTTP/1.1" 200 22814 INFO 2025-09-25 19:50:28,034 basehttp 12542 6238728192 "GET /en/appointments/calendar/events/?start=2025-09-21T00%3A00%3A00&end=2025-09-28T00%3A00%3A00 HTTP/1.1" 200 134011 INFO 2025-09-25 19:50:28,040 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:50:33,680 basehttp 12542 6205075456 "GET /en/appointments/751/detail-card/ HTTP/1.1" 200 804 INFO 2025-09-25 19:50:35,464 basehttp 12542 6205075456 "GET /en/appointments/664/detail-card/ HTTP/1.1" 200 799 INFO 2025-09-25 19:50:37,099 basehttp 12542 6205075456 "GET /en/appointments/685/detail-card/ HTTP/1.1" 200 884 INFO 2025-09-25 19:50:37,888 basehttp 12542 6205075456 "GET /en/appointments/703/detail-card/ HTTP/1.1" 200 806 INFO 2025-09-25 19:50:40,457 basehttp 12542 6205075456 "GET /en/appointments/512/detail-card/ HTTP/1.1" 200 800 INFO 2025-09-25 19:50:43,654 basehttp 12542 6205075456 "GET /en/appointments/740/detail-card/ HTTP/1.1" 200 805 INFO 2025-09-25 19:50:48,174 basehttp 12542 6205075456 "GET /en/appointments/837/detail-card/ HTTP/1.1" 200 998 INFO 2025-09-25 19:50:51,858 basehttp 12542 6205075456 "GET /en/appointments/reschedule/837/ HTTP/1.1" 200 29828 INFO 2025-09-25 19:50:51,894 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:51:01,605 basehttp 12542 6205075456 "GET /en/appointments/slots/available/?new_date=2025-09-27&new_provider=7&exclude_appointment=837 HTTP/1.1" 200 95 INFO 2025-09-25 19:51:21,333 basehttp 12542 6205075456 "GET /en/appointments/slots/available/?new_date=2025-10-24&new_provider=46&exclude_appointment=837 HTTP/1.1" 200 95 INFO 2025-09-25 19:51:23,639 basehttp 12542 6205075456 "GET /en/appointments/slots/available/?new_date=2025-10-24&new_provider=112&exclude_appointment=837 HTTP/1.1" 200 95 INFO 2025-09-25 19:51:28,654 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:51:30,617 basehttp 12542 6205075456 "GET /en/appointments/slots/available/?new_date=2025-10-24&new_provider=42&exclude_appointment=837 HTTP/1.1" 200 95 WARNING 2025-09-25 19:51:51,443 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 19:51:51,443 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 19:51:51,901 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:52:11,712 basehttp 12542 6205075456 "GET /en/appointments/reschedule/837/ HTTP/1.1" 200 29828 WARNING 2025-09-25 19:52:11,723 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 19:52:11,724 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 19:52:11,775 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:52:17,583 basehttp 12542 6205075456 "GET /en/appointments/slots/available/?new_date=2025-09-30&new_provider=92&exclude_appointment=837 HTTP/1.1" 200 2182 INFO 2025-09-25 19:52:28,657 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:52:44,030 basehttp 12542 6205075456 "GET /en/appointments/reschedule/837/ HTTP/1.1" 200 29828 WARNING 2025-09-25 19:52:44,042 log 12542 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-25 19:52:44,042 basehttp 12542 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-25 19:52:44,091 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:52:55,145 basehttp 12542 6205075456 "GET /en/appointments/slots/available/?new_date=2025-09-30&new_provider=92&exclude_appointment=837 HTTP/1.1" 200 2182 INFO 2025-09-25 19:53:11,423 basehttp 12542 6205075456 "POST /en/appointments/reschedule/837/ HTTP/1.1" 302 0 INFO 2025-09-25 19:53:11,437 basehttp 12542 6205075456 "GET /en/appointments/requests/837/detail/ HTTP/1.1" 200 26612 INFO 2025-09-25 19:53:11,466 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:53:17,798 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:53:19,292 basehttp 12542 6205075456 "GET /en/appointments/calendar/ HTTP/1.1" 200 22814 INFO 2025-09-25 19:53:19,354 basehttp 12542 6205075456 "GET /en/appointments/calendar/events/?start=2025-09-21T00%3A00%3A00&end=2025-09-28T00%3A00%3A00 HTTP/1.1" 200 134006 INFO 2025-09-25 19:53:19,360 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:53:21,860 basehttp 12542 6238728192 "GET /en/appointments/786/detail-card/ HTTP/1.1" 200 990 INFO 2025-09-25 19:53:24,182 basehttp 12542 6238728192 "GET /en/appointments/cancel/786/ HTTP/1.1" 302 0 INFO 2025-09-25 19:53:24,196 basehttp 12542 6238728192 "GET /en/appointments/requests/786/detail/ HTTP/1.1" 200 26733 INFO 2025-09-25 19:53:24,230 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-25 19:53:35,300 log 12542 6205075456 Bad Request: /en/appointments/stats/ WARNING 2025-09-25 19:53:35,301 basehttp 12542 6205075456 "GET /en/appointments/stats/ HTTP/1.1" 400 28 INFO 2025-09-25 19:53:35,302 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:53:37,477 basehttp 12542 6238728192 "GET /en/appointments/requests/765/detail/ HTTP/1.1" 200 26598 INFO 2025-09-25 19:53:37,513 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:53:42,736 basehttp 12542 6238728192 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 85404 INFO 2025-09-25 19:53:42,774 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:54:06,904 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:54:42,790 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:55:07,656 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:55:13,208 basehttp 12542 6238728192 "GET /en/appointments/telemedicine/290/ HTTP/1.1" 200 38741 INFO 2025-09-25 19:55:13,247 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:56:13,257 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:56:18,349 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-25 19:56:21,012 log 12542 6205075456 Bad Request: /en/appointments/stats/ WARNING 2025-09-25 19:56:21,013 basehttp 12542 6205075456 "GET /en/appointments/stats/ HTTP/1.1" 400 28 INFO 2025-09-25 19:56:21,015 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:56:23,110 basehttp 12542 6238728192 "GET /en/appointments/queue/ HTTP/1.1" 200 44797 INFO 2025-09-25 19:56:23,155 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:56:28,656 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:56:47,381 basehttp 12542 6238728192 "GET /en/appointments/queue/1/ HTTP/1.1" 200 31356 INFO 2025-09-25 19:56:47,392 basehttp 12542 6238728192 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 200 35107 INFO 2025-09-25 19:56:47,392 basehttp 12542 6205075456 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 200 78487 INFO 2025-09-25 19:56:47,429 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:57:12,597 basehttp 12542 6205075456 "GET /en/appointments/queue/3/ HTTP/1.1" 200 46142 INFO 2025-09-25 19:57:12,637 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:57:28,650 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:57:36,710 basehttp 12542 6205075456 "GET /en/appointments/queue/3/call-next/ HTTP/1.1" 302 0 INFO 2025-09-25 19:57:36,730 basehttp 12542 6205075456 "GET /en/appointments/queue/3/ HTTP/1.1" 200 46187 INFO 2025-09-25 19:57:36,771 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:57:49,871 basehttp 12542 6205075456 "GET /en/appointments/queue/entry/11/ HTTP/1.1" 200 30970 INFO 2025-09-25 19:57:49,908 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:57:56,771 basehttp 12542 6205075456 "GET /en/appointments/queue/3/ HTTP/1.1" 200 45782 INFO 2025-09-25 19:57:57,874 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:57:57,882 basehttp 12542 6238728192 "GET /en/appointments/queue/ HTTP/1.1" 200 44796 INFO 2025-09-25 19:57:57,917 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:58:50,873 basehttp 12542 6238728192 "GET /en/appointments/queue/1/delete/ HTTP/1.1" 200 28437 INFO 2025-09-25 19:58:50,909 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:58:57,932 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:58:57,947 basehttp 12542 6205075456 "GET /en/appointments/queue/ HTTP/1.1" 200 44796 INFO 2025-09-25 19:58:57,986 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-25 19:58:59,407 log 12542 6238728192 Bad Request: /en/appointments/stats/ WARNING 2025-09-25 19:58:59,408 basehttp 12542 6238728192 "GET /en/appointments/stats/ HTTP/1.1" 400 28 INFO 2025-09-25 19:58:59,408 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:59:01,728 basehttp 12542 6205075456 "GET /en/appointments/calendar/ HTTP/1.1" 200 22814 INFO 2025-09-25 19:59:01,787 basehttp 12542 6205075456 "GET /en/appointments/calendar/events/?start=2025-09-21T00%3A00%3A00&end=2025-09-28T00%3A00%3A00 HTTP/1.1" 200 134006 INFO 2025-09-25 19:59:01,793 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:59:04,382 basehttp 12542 6238728192 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 126444 INFO 2025-09-25 19:59:04,425 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:59:08,206 basehttp 12542 6238728192 "GET /en/appointments/waiting-list/6/ HTTP/1.1" 200 54425 INFO 2025-09-25 19:59:08,245 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:59:28,716 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 19:59:53,871 basehttp 12542 6238728192 "POST /en/appointments/waiting-list/6/contact/ HTTP/1.1" 200 1389 INFO 2025-09-25 20:00:08,321 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:00:28,718 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:01:08,325 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:01:17,667 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:01:17,670 basehttp 12542 6238728192 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 97 INFO 2025-09-25 20:01:23,277 basehttp 12542 6238728192 "GET /en/appointments/waiting-list/6/ HTTP/1.1" 200 55973 INFO 2025-09-25 20:01:23,320 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:01:42,754 basehttp 12542 6238728192 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 97 INFO 2025-09-25 20:02:04,512 basehttp 12542 6238728192 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 97 WARNING 2025-09-25 20:02:07,366 log 12542 6205075456 Bad Request: /en/appointments/stats/ WARNING 2025-09-25 20:02:07,368 basehttp 12542 6205075456 "GET /en/appointments/stats/ HTTP/1.1" 400 28 INFO 2025-09-25 20:02:07,370 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:02:15,117 basehttp 12542 6238728192 "GET /en/blood-bank HTTP/1.1" 301 0 INFO 2025-09-25 20:02:15,135 basehttp 12542 6205075456 "GET /en/blood-bank/ HTTP/1.1" 200 28624 INFO 2025-09-25 20:02:15,181 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:02:17,795 basehttp 12542 6205075456 "GET /en/billing HTTP/1.1" 301 0 INFO 2025-09-25 20:02:17,820 basehttp 12542 6221901824 "GET /en/billing/ HTTP/1.1" 200 46260 INFO 2025-09-25 20:02:17,852 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:02:17,856 basehttp 12542 6205075456 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4938 INFO 2025-09-25 20:02:28,715 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:02:47,861 basehttp 12542 6205075456 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4938 INFO 2025-09-25 20:03:17,870 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:03:17,873 basehttp 12542 6221901824 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4938 INFO 2025-09-25 20:03:27,830 basehttp 12542 6221901824 "GET /en/billing/bills/create/ HTTP/1.1" 200 136623 INFO 2025-09-25 20:03:27,888 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:03:28,715 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-25 20:03:38,249 log 12542 6221901824 Internal Server Error: /en/billing/payments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'payment_update' not found. 'payment_update' is not a valid view function or pattern name. ERROR 2025-09-25 20:03:38,251 basehttp 12542 6221901824 "GET /en/billing/payments/ HTTP/1.1" 500 244358 INFO 2025-09-25 20:03:47,693 basehttp 12542 6221901824 "GET /en/billing/claims/ HTTP/1.1" 200 144245 INFO 2025-09-25 20:03:47,736 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:03:52,013 basehttp 12542 6221901824 "GET /en/billing/claims/6538a914-c080-4c94-85fc-ac3679b4da27/ HTTP/1.1" 200 38621 INFO 2025-09-25 20:03:52,051 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:03:57,446 basehttp 12542 6221901824 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4938 INFO 2025-09-25 20:04:10,759 basehttp 12542 6221901824 "GET /en/billing/claims/ HTTP/1.1" 200 144245 INFO 2025-09-25 20:04:10,801 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:04:13,274 basehttp 12542 6221901824 "GET /en/billing/claims/d8b7e40b-6cb9-4685-aced-1bed13b65bf9/ HTTP/1.1" 200 44851 INFO 2025-09-25 20:04:13,313 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:05:13,326 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:05:27,165 basehttp 12542 6221901824 "GET /en/billing/claims/d8b7e40b-6cb9-4685-aced-1bed13b65bf9/ HTTP/1.1" 200 44851 INFO 2025-09-25 20:05:27,205 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:05:28,713 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:05:32,098 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:05:39,446 basehttp 12542 6221901824 "GET /en/billing/claims/6538a914-c080-4c94-85fc-ac3679b4da27/ HTTP/1.1" 200 38621 INFO 2025-09-25 20:05:39,479 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:05:41,575 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:05:41,578 basehttp 12542 6205075456 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4938 INFO 2025-09-25 20:06:11,568 basehttp 12542 6205075456 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4938 INFO 2025-09-25 20:06:28,719 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:07:02,774 basehttp 12542 6205075456 "GET /en/emr/ HTTP/1.1" 200 70545 INFO 2025-09-25 20:07:02,818 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:07:02,834 basehttp 12542 6221901824 "GET /en/emr/stats/ HTTP/1.1" 200 2969 INFO 2025-09-25 20:08:02,826 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-25 20:08:06,746 log 12542 6221901824 Bad Request: /en/emr/add-vital-signs/1058/ WARNING 2025-09-25 20:08:06,747 basehttp 12542 6221901824 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 400 28 INFO 2025-09-25 20:08:11,552 basehttp 12542 6221901824 "GET /en/emr/ HTTP/1.1" 200 70545 INFO 2025-09-25 20:08:11,592 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:08:11,612 basehttp 12542 6205075456 "GET /en/emr/stats/ HTTP/1.1" 200 2969 INFO 2025-09-25 20:08:13,397 basehttp 12542 6205075456 "GET /en/emr/problems/ HTTP/1.1" 200 90693 INFO 2025-09-25 20:08:13,437 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:08:28,716 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:09:13,443 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:09:28,717 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:09:58,242 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:10:04,149 basehttp 12542 6205075456 "GET /en/emr/encounters/ HTTP/1.1" 200 53188 INFO 2025-09-25 20:10:04,205 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:10:07,740 basehttp 12542 6205075456 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 44666 INFO 2025-09-25 20:10:07,751 basehttp 12542 6205075456 "GET /static/plugins/lity/dist/lity.min.css HTTP/1.1" 200 3383 INFO 2025-09-25 20:10:07,751 basehttp 12542 6221901824 "GET /static/plugins/lity/dist/lity.min.js HTTP/1.1" 200 6639 INFO 2025-09-25 20:10:07,774 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:10:29,519 basehttp 12542 6221901824 "GET /en/emr/vital-signs/2070/ HTTP/1.1" 200 41609 INFO 2025-09-25 20:10:29,563 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:10:29,580 basehttp 12542 6205075456 "GET /en/emr/vital-signs-chart/31/ HTTP/1.1" 200 33074 INFO 2025-09-25 20:10:48,322 basehttp 12542 6205075456 "GET /en/emr/vital-signs/?patient=31 HTTP/1.1" 200 76154 INFO 2025-09-25 20:10:48,361 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:11:14,826 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:11:28,716 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:11:47,883 basehttp 12542 6205075456 "GET /en/emr/notes/create/1058/ HTTP/1.1" 200 44259 INFO 2025-09-25 20:11:47,919 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:11:57,983 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:12:04,437 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:12:08,128 basehttp 12542 6205075456 "GET /en/emr/ HTTP/1.1" 200 70545 INFO 2025-09-25 20:12:08,177 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:12:08,191 basehttp 12542 6221901824 "GET /en/emr/stats/ HTTP/1.1" 200 2969 INFO 2025-09-25 20:12:10,295 basehttp 12542 6221901824 "GET /en/laboratory/ HTTP/1.1" 200 50734 INFO 2025-09-25 20:12:10,342 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-25 20:12:10,369 log 12542 6205075456 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-25 20:12:10,370 basehttp 12542 6205075456 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 125513 ERROR 2025-09-25 20:12:17,219 log 12542 6205075456 Internal Server Error: /en/laboratory/orders/910/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/laboratory/tests/(?P[0-9]+)/\\Z'] ERROR 2025-09-25 20:12:17,220 basehttp 12542 6205075456 "GET /en/laboratory/orders/910/ HTTP/1.1" 500 178773 INFO 2025-09-25 20:12:21,681 basehttp 12542 6205075456 "GET /en/laboratory/results/create/ HTTP/1.1" 200 321525 INFO 2025-09-25 20:12:21,725 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:12:28,714 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:12:33,116 basehttp 12542 6205075456 "GET /en/laboratory/specimens/?date=today HTTP/1.1" 200 137470 INFO 2025-09-25 20:12:33,135 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:12:45,391 basehttp 12542 6205075456 "GET /en/laboratory/specimens/?page=2 HTTP/1.1" 200 137903 INFO 2025-09-25 20:12:45,430 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:12:48,605 basehttp 12542 6205075456 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 138042 INFO 2025-09-25 20:12:48,647 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:12:52,134 basehttp 12542 6205075456 "GET /en/laboratory/specimens/?page=4 HTTP/1.1" 200 138181 INFO 2025-09-25 20:12:52,178 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:12:56,258 basehttp 12542 6205075456 "GET /en/laboratory/specimens/?page=5 HTTP/1.1" 200 138170 INFO 2025-09-25 20:12:56,290 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:12:59,685 basehttp 12542 6205075456 "GET /en/laboratory/specimens/?page=6 HTTP/1.1" 200 138187 INFO 2025-09-25 20:12:59,729 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:13:02,801 basehttp 12542 6205075456 "GET /en/laboratory/specimens/?page=53 HTTP/1.1" 200 116517 INFO 2025-09-25 20:13:02,843 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:13:06,336 basehttp 12542 6205075456 "GET /en/laboratory/specimens/?page=52 HTTP/1.1" 200 137613 INFO 2025-09-25 20:13:06,377 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:13:18,668 basehttp 12542 6205075456 "GET /en/admin/laboratory/labresult/ HTTP/1.1" 200 158547 INFO 2025-09-25 20:13:18,686 basehttp 12542 6205075456 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-25 20:13:29,712 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:13:33,495 basehttp 12542 6205075456 "GET /en/admin/laboratory/specimen/ HTTP/1.1" 200 145398 INFO 2025-09-25 20:13:33,518 basehttp 12542 6205075456 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-25 20:13:37,059 basehttp 12542 6205075456 "GET /en/admin/laboratory/specimen/1308/change/ HTTP/1.1" 200 178462 INFO 2025-09-25 20:13:37,073 basehttp 12542 6205075456 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-25 20:13:37,076 basehttp 12542 6205075456 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-25 20:13:37,076 basehttp 12542 6255554560 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-25 20:13:37,077 basehttp 12542 6272380928 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-25 20:13:37,077 basehttp 12542 6238728192 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-25 20:13:37,078 basehttp 12542 6238728192 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-25 20:13:37,079 basehttp 12542 6221901824 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-25 20:13:37,079 basehttp 12542 6238728192 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-25 20:13:37,102 basehttp 12542 6238728192 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-25 20:13:37,103 basehttp 12542 6221901824 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-09-25 20:13:54,747 basehttp 12542 6221901824 "POST /en/admin/laboratory/specimen/1308/change/ HTTP/1.1" 302 0 INFO 2025-09-25 20:13:54,827 basehttp 12542 6221901824 "GET /en/admin/laboratory/specimen/ HTTP/1.1" 200 145638 INFO 2025-09-25 20:13:54,852 basehttp 12542 6221901824 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-25 20:13:59,585 basehttp 12542 6221901824 "GET /en/admin/laboratory/specimen/1313/change/ HTTP/1.1" 200 178456 INFO 2025-09-25 20:13:59,603 basehttp 12542 6221901824 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-25 20:14:01,987 basehttp 12542 6221901824 "GET /en/admin/laboratory/specimen/ HTTP/1.1" 200 145404 INFO 2025-09-25 20:14:03,399 basehttp 12542 6221901824 "GET /en/laboratory/specimens/?page=52 HTTP/1.1" 200 137613 INFO 2025-09-25 20:14:03,444 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:14:07,320 basehttp 12542 6221901824 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137466 INFO 2025-09-25 20:14:07,361 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:14:11,319 basehttp 12542 6221901824 "GET /en/laboratory/specimens/?page=2 HTTP/1.1" 200 137903 INFO 2025-09-25 20:14:11,362 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:14:14,436 basehttp 12542 6221901824 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 138042 INFO 2025-09-25 20:14:14,456 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:14:17,187 basehttp 12542 6221901824 "GET /en/laboratory/specimens/?page=4 HTTP/1.1" 200 138181 INFO 2025-09-25 20:14:17,228 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:14:21,516 basehttp 12542 6221901824 "GET /en/laboratory/specimens/?page=5 HTTP/1.1" 200 138170 INFO 2025-09-25 20:14:21,560 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:14:26,212 basehttp 12542 6221901824 "GET /en/laboratory/specimens/?page=6 HTTP/1.1" 200 138187 INFO 2025-09-25 20:14:26,253 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:14:29,739 basehttp 12542 6221901824 "GET /en/laboratory/specimens/?page=7 HTTP/1.1" 200 138153 INFO 2025-09-25 20:14:29,780 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:14:31,713 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:14:33,614 basehttp 12542 6221901824 "GET /en/laboratory/specimens/?page=8 HTTP/1.1" 200 138150 INFO 2025-09-25 20:14:33,649 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:14:37,307 basehttp 12542 6221901824 "GET /en/laboratory/specimens/?page=9 HTTP/1.1" 200 138200 INFO 2025-09-25 20:14:37,349 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:14:41,188 basehttp 12542 6221901824 "GET /en/laboratory/specimens/?page=10 HTTP/1.1" 200 138184 INFO 2025-09-25 20:14:41,208 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:14:44,240 basehttp 12542 6221901824 "GET /en/laboratory/specimens/?page=11 HTTP/1.1" 200 138168 INFO 2025-09-25 20:14:44,263 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:14:50,272 basehttp 12542 6221901824 "GET /en/laboratory/specimens/?page=12 HTTP/1.1" 200 138149 INFO 2025-09-25 20:14:50,313 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:15:03,066 basehttp 12542 6221901824 "GET /en/laboratory/specimens/?page=13 HTTP/1.1" 200 138108 INFO 2025-09-25 20:15:03,105 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:15:13,435 basehttp 12542 6221901824 "GET /en/laboratory/specimens/?page=14 HTTP/1.1" 200 138115 INFO 2025-09-25 20:15:13,457 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:15:16,057 basehttp 12542 6221901824 "GET /en/laboratory/specimens/?page=15 HTTP/1.1" 200 138064 INFO 2025-09-25 20:15:16,103 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:15:21,836 basehttp 12542 6221901824 "GET /en/laboratory/specimens/?page=16 HTTP/1.1" 200 138024 INFO 2025-09-25 20:15:21,879 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:15:32,714 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:15:35,524 basehttp 12542 6221901824 "GET /en/admin/laboratory/specimen/1313/change/ HTTP/1.1" 200 178456 INFO 2025-09-25 20:15:35,541 basehttp 12542 6221901824 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-25 20:15:42,983 basehttp 12542 6221901824 "POST /en/admin/laboratory/specimen/1313/change/ HTTP/1.1" 302 0 INFO 2025-09-25 20:15:43,058 basehttp 12542 6221901824 "GET /en/admin/laboratory/specimen/ HTTP/1.1" 200 145646 INFO 2025-09-25 20:15:43,078 basehttp 12542 6221901824 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-25 20:15:49,437 basehttp 12542 6221901824 "GET /en/laboratory/specimens/927/ HTTP/1.1" 200 32514 INFO 2025-09-25 20:15:49,465 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:15:55,281 basehttp 12542 6221901824 "GET /en/laboratory/specimens/1313/ HTTP/1.1" 200 32514 INFO 2025-09-25 20:15:55,307 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:16:19,335 basehttp 12542 6221901824 "GET /en/laboratory/specimens/?page=16 HTTP/1.1" 200 138024 INFO 2025-09-25 20:16:19,378 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:16:23,041 basehttp 12542 6221901824 "GET /en/laboratory/specimens/933/ HTTP/1.1" 200 32522 INFO 2025-09-25 20:16:23,077 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:16:34,716 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:17:23,086 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:18:23,089 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:18:28,715 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:19:23,089 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:19:28,719 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:20:23,095 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:20:28,083 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:20:28,104 basehttp 12542 6221901824 "GET /en/laboratory/specimens/?page=16 HTTP/1.1" 200 138024 INFO 2025-09-25 20:20:28,147 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:20:46,839 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:20:46,859 basehttp 12542 6221901824 "GET /en/laboratory/specimens/?page=15 HTTP/1.1" 200 138064 INFO 2025-09-25 20:20:46,899 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:20:47,733 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:20:47,756 basehttp 12542 6221901824 "GET /en/laboratory/specimens/?page=14 HTTP/1.1" 200 138115 INFO 2025-09-25 20:20:47,799 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:20:48,130 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:20:48,153 basehttp 12542 6221901824 "GET /en/laboratory/specimens/?page=13 HTTP/1.1" 200 138108 INFO 2025-09-25 20:20:48,198 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:21:15,775 basehttp 12542 6221901824 "GET /en/laboratory/results/create/ HTTP/1.1" 200 321525 INFO 2025-09-25 20:21:15,826 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:21:28,706 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-25 20:21:34,351 log 12542 6221901824 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-25 20:21:34,351 basehttp 12542 6221901824 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 125239 INFO 2025-09-25 20:21:48,923 basehttp 12542 6221901824 "GET /en/emr/problems/ HTTP/1.1" 200 90693 INFO 2025-09-25 20:21:48,962 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:21:50,811 basehttp 12542 6221901824 "GET /en/emr/problems/160/ HTTP/1.1" 200 36771 INFO 2025-09-25 20:21:50,827 basehttp 12542 6221901824 "GET /static/plugins/bootstrap-icons/font/bootstrap-icons.css HTTP/1.1" 200 98255 INFO 2025-09-25 20:21:50,848 basehttp 12542 6221901824 "GET /static/plugins/bootstrap-icons/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6 HTTP/1.1" 200 130396 INFO 2025-09-25 20:21:50,859 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:22:10,908 basehttp 12542 6221901824 "GET /en/emr/care-plans/78/ HTTP/1.1" 200 64949 INFO 2025-09-25 20:22:10,944 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:22:28,715 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:22:48,764 basehttp 12542 6221901824 "GET /en/emr/care-plans/78/ HTTP/1.1" 200 64949 INFO 2025-09-25 20:22:48,809 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:22:50,871 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:23:24,750 basehttp 12542 6221901824 "GET /en/emr/icd10/ HTTP/1.1" 200 19306 INFO 2025-09-25 20:23:24,811 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:23:25,747 basehttp 12542 6221901824 "GET /en/emr/icd10 HTTP/1.1" 301 0 INFO 2025-09-25 20:23:25,758 basehttp 12542 6205075456 "GET /en/emr/icd10/ HTTP/1.1" 200 19306 INFO 2025-09-25 20:23:25,807 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:23:31,183 basehttp 12542 6205075456 "GET /en/emr/icd10/?q=I25.9&mode=code HTTP/1.1" 200 21405 INFO 2025-09-25 20:23:31,223 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:23:42,803 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:23:50,878 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-25 20:23:50,894 log 12542 6205075456 Internal Server Error: /en/emr/problems/160/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard' not found. 'dashboard' is not a valid view function or pattern name. ERROR 2025-09-25 20:23:50,895 basehttp 12542 6205075456 "GET /en/emr/problems/160/delete/ HTTP/1.1" 500 166624 ERROR 2025-09-25 20:23:56,316 log 12542 6205075456 Internal Server Error: /en/emr/problems/160/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard' not found. 'dashboard' is not a valid view function or pattern name. ERROR 2025-09-25 20:23:56,317 basehttp 12542 6205075456 "GET /en/emr/problems/160/update/ HTTP/1.1" 500 180923 INFO 2025-09-25 20:24:08,846 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:24:43,714 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:25:08,850 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:26:08,852 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:26:28,717 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:26:52,846 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:26:52,864 basehttp 12542 6221901824 "GET /en/emr/stats/ HTTP/1.1" 200 2969 INFO 2025-09-25 20:26:58,340 basehttp 12542 6221901824 "GET /en/emr/vital-signs/ HTTP/1.1" 200 91427 INFO 2025-09-25 20:26:58,382 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:27:15,645 basehttp 12542 6221901824 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 44666 INFO 2025-09-25 20:27:15,693 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:27:20,814 basehttp 12542 6221901824 "GET /en/emr/vital-signs/2070/ HTTP/1.1" 200 41609 INFO 2025-09-25 20:27:20,857 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:27:20,872 basehttp 12542 6205075456 "GET /en/emr/vital-signs-chart/31/ HTTP/1.1" 200 33074 INFO 2025-09-25 20:27:28,717 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-25 20:28:08,782 log 12542 6205075456 Bad Request: /en/emr/add-vital-signs/1058/ WARNING 2025-09-25 20:28:08,782 basehttp 12542 6205075456 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 400 28 INFO 2025-09-25 20:28:15,707 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:28:21,392 basehttp 12542 6205075456 "GET /en/emr/ HTTP/1.1" 200 70545 INFO 2025-09-25 20:28:21,440 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:28:21,454 basehttp 12542 6221901824 "GET /en/emr/stats/ HTTP/1.1" 200 2969 INFO 2025-09-25 20:28:24,891 basehttp 12542 6221901824 "GET /en/pharmacy HTTP/1.1" 301 0 ERROR 2025-09-25 20:28:24,917 log 12542 6205075456 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 64, in get_context_data 'expired_medications': InventoryItem.objects.filter( ^^^^^^^^^^^^^ NameError: name 'InventoryItem' is not defined ERROR 2025-09-25 20:28:24,921 basehttp 12542 6205075456 "GET /en/pharmacy/ HTTP/1.1" 500 87205 INFO 2025-09-25 20:28:28,712 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:28:33,518 basehttp 12542 6205075456 "GET /en/inventory/ HTTP/1.1" 200 53840 INFO 2025-09-25 20:28:33,570 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:28:52,603 basehttp 12542 6205075456 "GET /en/inventory/stock/100/ HTTP/1.1" 200 32955 INFO 2025-09-25 20:28:52,640 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:29:00,493 basehttp 12542 6205075456 "GET /en/inventory/stock/ HTTP/1.1" 200 134062 INFO 2025-09-25 20:29:00,506 basehttp 12542 6205075456 "GET /static/plugins/dropzone/src/options.js HTTP/1.1" 200 23721 INFO 2025-09-25 20:29:00,537 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:29:03,273 basehttp 12542 6205075456 "GET /en/inventory/stock/4/ HTTP/1.1" 200 32907 INFO 2025-09-25 20:29:03,294 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:29:37,744 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:29:47,215 basehttp 12542 6205075456 "GET /en/inventory/orders/ HTTP/1.1" 200 71510 INFO 2025-09-25 20:29:47,257 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:30:02,071 basehttp 12542 6205075456 "GET /en/inventory/orders/1/ HTTP/1.1" 200 61099 INFO 2025-09-25 20:30:02,105 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:30:08,561 basehttp 12542 6205075456 "GET /en/inventory/suppliers/7/ HTTP/1.1" 200 36892 INFO 2025-09-25 20:30:08,581 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:30:16,077 basehttp 12542 6205075456 "GET /en/inventory/orders/create/?supplier=7 HTTP/1.1" 200 64918 INFO 2025-09-25 20:30:16,119 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-25 20:30:25,889 log 12542 6205075456 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 470, in get_context_data context['categories'] = InventoryItem.CATEGORY_CHOICES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'InventoryItem' has no attribute 'CATEGORY_CHOICES' ERROR 2025-09-25 20:30:25,891 basehttp 12542 6205075456 "GET /en/inventory/items/ HTTP/1.1" 500 89432 INFO 2025-09-25 20:30:28,706 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:30:51,928 basehttp 12542 6205075456 "GET /en/inventory/orders/8/ HTTP/1.1" 200 72685 INFO 2025-09-25 20:30:51,969 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:30:59,908 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:31:28,701 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:31:53,484 basehttp 12542 6205075456 "GET /en/inventory/orders/1/ HTTP/1.1" 200 61099 INFO 2025-09-25 20:31:53,523 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:31:55,744 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:31:58,392 basehttp 12542 6205075456 "GET /en/inventory/stock/ HTTP/1.1" 200 134062 INFO 2025-09-25 20:31:58,436 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:32:04,091 basehttp 12542 6205075456 "GET /en/inventory/stock/create/ HTTP/1.1" 200 39899 INFO 2025-09-25 20:32:04,118 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:32:12,214 basehttp 12542 6205075456 "GET /en/inventory/stock/4/ HTTP/1.1" 200 32907 INFO 2025-09-25 20:32:12,251 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:32:28,710 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 20:32:58,450 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-25 20:32:58,497 basehttp 12542 6205075456 "GET /en/inventory/stock/ HTTP/1.1" 200 134062 INFO 2025-09-25 20:32:58,540 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-25 20:33:58,553 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 20:33:58,602 basehttp 12542 6205075456 "GET /en/inventory/stock/ HTTP/1.1" 200 134062 INFO 2025-09-25 20:33:58,646 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 20:34:15,773 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 20:34:20,130 basehttp 12542 6205075456 "GET /en/inventory/locations/ HTTP/1.1" 200 60735 INFO 2025-09-25 20:34:20,167 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 20:34:27,511 basehttp 12542 6205075456 "GET /en/inventory/locations/3/ HTTP/1.1" 200 61041 INFO 2025-09-25 20:34:27,551 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 20:34:28,710 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-25 20:35:07,302 basehttp 12542 6205075456 "GET /en/inventory/locations/3/update/ HTTP/1.1" 200 39362 INFO 2025-09-25 20:35:07,341 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 20:35:21,775 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 20:35:23,544 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 20:35:26,229 basehttp 12542 6205075456 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 134062 INFO 2025-09-25 20:35:26,270 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 20:35:32,385 basehttp 12542 6205075456 "GET /en/inventory/suppliers/ HTTP/1.1" 200 83931 INFO 2025-09-25 20:35:32,430 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 20:35:41,203 basehttp 12542 6205075456 "GET /en/inventory/suppliers/5/ HTTP/1.1" 200 33991 INFO 2025-09-25 20:35:41,238 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 20:36:28,712 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 20:36:51,527 basehttp 12542 6205075456 "GET /en/emr/vital-signs/ HTTP/1.1" 200 91427 INFO 2025-09-25 20:36:51,567 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 20:37:14,044 basehttp 12542 6205075456 "GET /en/integration HTTP/1.1" 301 0 INFO 2025-09-25 20:37:14,068 basehttp 12542 6221901824 "GET /en/integration/ HTTP/1.1" 200 34329 INFO 2025-09-25 20:37:14,108 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 20:37:14,114 basehttp 12542 6238728192 "GET /en/integration/system-health/ HTTP/1.1" 200 396 ERROR 2025-09-25 20:37:14,122 log 12542 6205075456 Internal Server Error: /en/integration/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 2344, in integration_stats logs = IntegrationLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: category, correlation_id, details, endpoint, endpoint_id, execution, execution_id, external_system, external_system_id, level, log_id, message, metadata, timestamp, user, user_id ERROR 2025-09-25 20:37:14,123 basehttp 12542 6205075456 "GET /en/integration/stats/ HTTP/1.1" 500 125237 INFO 2025-09-25 20:37:28,712 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-25 20:37:44,121 log 12542 6205075456 Internal Server Error: /en/integration/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 2344, in integration_stats logs = IntegrationLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: category, correlation_id, details, endpoint, endpoint_id, execution, execution_id, external_system, external_system_id, level, log_id, message, metadata, timestamp, user, user_id ERROR 2025-09-25 20:37:44,122 basehttp 12542 6205075456 "GET /en/integration/stats/ HTTP/1.1" 500 125237 INFO 2025-09-25 20:38:14,129 basehttp 12542 6238728192 "GET /en/integration/system-health/ HTTP/1.1" 200 396 INFO 2025-09-25 20:38:14,132 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-25 20:38:14,141 log 12542 6221901824 Internal Server Error: /en/integration/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 2344, in integration_stats logs = IntegrationLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: category, correlation_id, details, endpoint, endpoint_id, execution, execution_id, external_system, external_system_id, level, log_id, message, metadata, timestamp, user, user_id ERROR 2025-09-25 20:38:14,142 basehttp 12542 6221901824 "GET /en/integration/stats/ HTTP/1.1" 500 125237 WARNING 2025-09-25 20:38:15,255 log 12542 6205075456 Bad Request: /en/appointments/stats/ WARNING 2025-09-25 20:38:15,256 basehttp 12542 6205075456 "GET /en/appointments/stats/ HTTP/1.1" 400 28 INFO 2025-09-25 20:38:15,259 basehttp 12542 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 20:39:13,898 basehttp 12542 6221901824 "GET /en/radiology HTTP/1.1" 301 0 INFO 2025-09-25 20:39:13,911 basehttp 12542 6205075456 "GET /en/radiology/ HTTP/1.1" 200 28171 INFO 2025-09-25 20:39:13,957 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-25 20:39:13,969 log 12542 6238728192 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-25 20:39:13,971 basehttp 12542 6238728192 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 121703 WARNING 2025-09-25 20:39:15,258 log 12542 6205075456 Bad Request: /en/appointments/stats/ WARNING 2025-09-25 20:39:15,259 basehttp 12542 6205075456 "GET /en/appointments/stats/ HTTP/1.1" 400 28 INFO 2025-09-25 20:39:15,262 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 20:39:28,709 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-25 20:39:43,971 log 12542 6238728192 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-25 20:39:43,972 basehttp 12542 6238728192 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 121429 INFO 2025-09-25 20:40:13,978 basehttp 12542 6238728192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-25 20:40:13,988 log 12542 6205075456 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-25 20:40:13,989 basehttp 12542 6205075456 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 121429 INFO 2025-09-25 20:40:28,712 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-25 20:40:43,983 log 12542 6205075456 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-25 20:40:43,984 basehttp 12542 6205075456 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 121429 INFO 2025-09-25 20:41:13,965 basehttp 12542 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-25 20:41:13,977 log 12542 6238728192 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-25 20:41:13,978 basehttp 12542 6238728192 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 121429 INFO 2025-09-25 21:05:20,591 autoreload 44528 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 21:05:24,505 basehttp 44528 6213251072 "GET /en/radiology/htmx/stats/ HTTP/1.1" 302 0 INFO 2025-09-25 21:05:24,506 basehttp 44528 6196424704 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-25 21:05:24,508 basehttp 44528 6196424704 "GET /accounts/login/?next=/en/radiology/htmx/stats/ HTTP/1.1" 302 0 INFO 2025-09-25 21:05:24,510 basehttp 44528 6213251072 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-25 21:05:24,530 log 44528 6196424704 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-25 21:05:24,530 log 44528 6230077440 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-25 21:05:24,532 basehttp 44528 6196424704 "GET /en/accounts/login/?next=/en/radiology/htmx/stats/ HTTP/1.1" 500 161987 ERROR 2025-09-25 21:05:24,532 basehttp 44528 6230077440 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 162416 INFO 2025-09-25 21:05:25,169 basehttp 44528 6196424704 "GET /en/radiology/ HTTP/1.1" 302 0 INFO 2025-09-25 21:05:25,174 basehttp 44528 6196424704 "GET /accounts/login/?next=/en/radiology/ HTTP/1.1" 302 0 ERROR 2025-09-25 21:05:25,186 log 44528 6230077440 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-25 21:05:25,187 basehttp 44528 6230077440 "GET /en/accounts/login/?next=/en/radiology/ HTTP/1.1" 500 161738 INFO 2025-09-25 21:05:34,654 basehttp 44528 6230077440 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-09-25 21:05:34,662 basehttp 44528 6230077440 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-09-25 21:05:37,630 basehttp 44528 6230077440 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-09-25 21:05:37,654 basehttp 44528 6230077440 "GET /en/admin/ HTTP/1.1" 200 108965 INFO 2025-09-25 21:05:40,162 basehttp 44528 6230077440 "GET / HTTP/1.1" 302 0 INFO 2025-09-25 21:05:40,194 basehttp 44528 6196424704 "GET /en/ HTTP/1.1" 200 46948 INFO 2025-09-25 21:05:40,245 basehttp 44528 6196424704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:05:40,248 basehttp 44528 6230077440 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-25 21:05:40,249 basehttp 44528 6213251072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-25 21:05:43,946 basehttp 44528 6213251072 "GET /en/radiology/ HTTP/1.1" 200 28178 INFO 2025-09-25 21:05:43,998 basehttp 44528 6213251072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-25 21:05:44,025 log 44528 6230077440 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-25 21:05:44,027 basehttp 44528 6230077440 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 125655 INFO 2025-09-25 21:05:49,457 basehttp 44528 6230077440 "GET /en/radiology/orders/ HTTP/1.1" 200 87672 INFO 2025-09-25 21:05:49,495 basehttp 44528 6230077440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:06:13,637 basehttp 44528 6230077440 "GET /en/radiology/templates/ HTTP/1.1" 200 30870 INFO 2025-09-25 21:06:13,670 basehttp 44528 6230077440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-25 21:06:17,291 log 44528 6230077440 Internal Server Error: /en/radiology/templates/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_template_update' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/templates/(?P[0-9]+)/update/\\Z'] ERROR 2025-09-25 21:06:17,293 basehttp 44528 6230077440 "GET /en/radiology/templates/3/ HTTP/1.1" 500 183084 ERROR 2025-09-25 21:06:21,828 log 44528 6230077440 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-25 21:06:21,829 basehttp 44528 6230077440 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 125381 INFO 2025-09-25 21:06:28,680 basehttp 44528 6196424704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:06:44,006 basehttp 44528 6196424704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-25 21:06:51,833 log 44528 6196424704 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-25 21:06:51,834 basehttp 44528 6196424704 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 125381 ERROR 2025-09-25 21:07:21,836 log 44528 6196424704 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-25 21:07:21,837 basehttp 44528 6196424704 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 125381 INFO 2025-09-25 21:07:28,690 basehttp 44528 6196424704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:07:44,006 basehttp 44528 6196424704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-25 21:07:51,836 log 44528 6196424704 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-25 21:07:51,837 basehttp 44528 6196424704 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 125381 INFO 2025-09-25 21:08:13,576 basehttp 44528 6196424704 "GET /en/radiology/ HTTP/1.1" 200 28178 INFO 2025-09-25 21:08:13,630 basehttp 44528 6196424704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-25 21:08:13,658 log 44528 6213251072 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-25 21:08:13,658 basehttp 44528 6213251072 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 125655 INFO 2025-09-25 21:08:16,325 basehttp 44528 6213251072 "GET /en/blood-bank/ HTTP/1.1" 200 28624 INFO 2025-09-25 21:08:16,376 basehttp 44528 6213251072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:08:28,690 basehttp 44528 6213251072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:09:03,499 basehttp 44528 6213251072 "GET /en/blood-bank/ HTTP/1.1" 200 119059 INFO 2025-09-25 21:09:03,542 basehttp 44528 6213251072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:09:23,104 basehttp 44528 6213251072 "GET /en/blood-bank/requests/18/ HTTP/1.1" 200 32287 INFO 2025-09-25 21:09:23,142 basehttp 44528 6213251072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:09:31,577 basehttp 44528 6213251072 "GET /en/blood-bank/units/79/ HTTP/1.1" 200 35503 INFO 2025-09-25 21:09:31,615 basehttp 44528 6213251072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-25 21:09:43,641 log 44528 6213251072 Internal Server Error: /en/blood-bank/donors/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py", line 101, in get_context_data 'status_choices': Donor.STATUS_CHOICES, ^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'Donor' has no attribute 'STATUS_CHOICES' ERROR 2025-09-25 21:09:43,643 basehttp 44528 6213251072 "GET /en/blood-bank/donors/ HTTP/1.1" 500 89925 INFO 2025-09-25 21:10:03,547 basehttp 44528 6213251072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:10:08,215 autoreload 44528 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py changed, reloading. INFO 2025-09-25 21:10:08,666 autoreload 46856 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 21:10:11,449 basehttp 46856 6123810816 "GET /en/blood-bank/donors/ HTTP/1.1" 200 82994 INFO 2025-09-25 21:10:11,471 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:10:15,396 basehttp 46856 6123810816 "GET /en/blood-bank/donors/46/ HTTP/1.1" 200 28299 INFO 2025-09-25 21:10:15,433 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:10:28,693 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:10:30,344 basehttp 46856 6123810816 "GET /en/blood-bank/donors/46/eligibility/ HTTP/1.1" 200 33897 INFO 2025-09-25 21:10:30,380 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:11:28,692 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:11:30,393 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:12:30,397 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:13:28,690 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:13:30,399 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:14:28,691 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:14:30,402 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:15:30,399 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:16:28,682 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:16:30,400 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:17:28,685 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:17:30,405 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:18:30,400 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:19:28,681 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:19:30,413 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:20:28,683 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:20:30,415 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:21:30,672 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:22:28,680 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:22:32,671 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:23:28,690 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:24:23,642 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:25:27,919 basehttp 46856 6123810816 "GET /en/blood-bank/donors/46/eligibility/ HTTP/1.1" 200 33897 INFO 2025-09-25 21:25:27,956 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:25:28,676 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:25:32,313 basehttp 46856 6123810816 "GET /en/blood-bank/donors/46/ HTTP/1.1" 200 28299 INFO 2025-09-25 21:25:32,350 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:25:53,628 basehttp 46856 6123810816 "GET /en/radiology/reports/ HTTP/1.1" 200 129879 INFO 2025-09-25 21:25:53,669 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:25:56,897 basehttp 46856 6123810816 "GET /en/radiology/reports/358/ HTTP/1.1" 200 30549 INFO 2025-09-25 21:25:56,930 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:26:20,652 basehttp 46856 6123810816 "GET /en/radiology/studies/622/ HTTP/1.1" 200 30554 INFO 2025-09-25 21:26:20,685 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-25 21:26:22,861 log 46856 6123810816 Internal Server Error: /en/radiology/series/1887/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/series/\\Z'] ERROR 2025-09-25 21:26:22,863 basehttp 46856 6123810816 "GET /en/radiology/series/1887/ HTTP/1.1" 500 192127 INFO 2025-09-25 21:26:28,682 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:26:42,494 basehttp 46856 6123810816 "GET /en/emr/encounters/487/ HTTP/1.1" 200 44185 INFO 2025-09-25 21:26:42,530 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:26:56,945 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:26:59,351 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-25 21:27:06,274 log 46856 6123810816 Not Found: /radiology/reports/358/print/ WARNING 2025-09-25 21:27:06,275 basehttp 46856 6123810816 "GET /radiology/reports/358/print/ HTTP/1.1" 404 2608 INFO 2025-09-25 21:27:47,794 basehttp 46856 6123810816 "GET /en/inpatients/ HTTP/1.1" 200 59758 INFO 2025-09-25 21:27:47,828 basehttp 46856 6123810816 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-09-25 21:27:52,073 basehttp 46856 6123810816 "GET /en/hr/training/records/ HTTP/1.1" 200 229735 INFO 2025-09-25 21:28:28,676 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:28:52,112 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:29:52,678 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:30:28,678 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:30:53,671 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:31:28,677 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:31:54,662 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:32:55,664 basehttp 46856 6123810816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-25 21:38:58,561 autoreload 63093 8602788160 Watching for file changes with StatReloader INFO 2025-09-25 21:39:01,930 basehttp 63093 6200193024 "GET /en/hr/training/records/ HTTP/1.1" 200 229735 INFO 2025-09-25 21:39:01,985 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 21:39:06,203 basehttp 63093 6200193024 "GET /en/hr/training/records/65/ HTTP/1.1" 200 37314 INFO 2025-09-25 21:39:06,239 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 21:39:28,669 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 21:40:06,245 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 21:40:20,590 basehttp 63093 6200193024 "GET /en/hr/training/records/65/ HTTP/1.1" 200 37890 INFO 2025-09-25 21:40:20,622 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 21:40:57,221 basehttp 63093 6200193024 "GET /en/hr/employees/2/ HTTP/1.1" 200 35744 INFO 2025-09-25 21:40:57,263 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 21:40:57,265 basehttp 63093 6217019392 "GET /en/hr/employees/2/clock-controls/ HTTP/1.1" 200 500 INFO 2025-09-25 21:41:26,767 basehttp 63093 6217019392 "GET /en/hr/employees/2/update/ HTTP/1.1" 200 54608 INFO 2025-09-25 21:41:26,804 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 21:41:28,664 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 21:41:36,171 basehttp 63093 6217019392 "GET /en/hr/employees/2/ HTTP/1.1" 200 35744 INFO 2025-09-25 21:41:36,211 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 21:41:36,211 basehttp 63093 6200193024 "GET /en/hr/employees/2/clock-controls/ HTTP/1.1" 200 500 INFO 2025-09-25 21:42:28,660 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 21:42:36,205 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 21:42:38,594 basehttp 63093 6200193024 "GET /en/hr/employees/2/ HTTP/1.1" 200 35751 INFO 2025-09-25 21:42:38,640 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 21:42:38,641 basehttp 63093 6217019392 "GET /en/hr/employees/2/clock-controls/ HTTP/1.1" 200 500 INFO 2025-09-25 21:42:51,252 basehttp 63093 6217019392 "GET /en/hr/employees/2/ HTTP/1.1" 200 35751 INFO 2025-09-25 21:42:51,304 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 21:42:51,305 basehttp 63093 6200193024 "GET /en/hr/employees/2/clock-controls/ HTTP/1.1" 200 500 INFO 2025-09-25 21:43:06,892 basehttp 63093 6200193024 "GET /en/hr/employees/2/ HTTP/1.1" 200 35753 INFO 2025-09-25 21:43:06,926 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:43:06,927 basehttp 63093 6217019392 "GET /en/hr/employees/2/clock-controls/ HTTP/1.1" 200 500 INFO 2025-09-25 21:43:58,658 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:44:02,245 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:44:03,534 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:44:05,691 basehttp 63093 6217019392 "GET /en/hr/reviews/ HTTP/1.1" 200 150040 INFO 2025-09-25 21:44:09,446 basehttp 63093 6217019392 "GET /en/hr/reviews/136/ HTTP/1.1" 200 53877 INFO 2025-09-25 21:44:09,488 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:44:28,658 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:44:31,380 basehttp 63093 6217019392 "GET /en/hr/reviews/136/update/ HTTP/1.1" 200 54336 INFO 2025-09-25 21:44:31,417 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:45:17,414 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:45:18,310 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:45:19,017 basehttp 63093 6217019392 "GET /en/hr/schedules/ HTTP/1.1" 200 124008 INFO 2025-09-25 21:45:20,716 basehttp 63093 6217019392 "GET /en/hr/schedules/571/ HTTP/1.1" 200 136948 WARNING 2025-09-25 21:45:20,725 basehttp 63093 6217019392 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-25 21:45:20,746 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-25 21:45:20,764 basehttp 63093 6200193024 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-25 21:45:28,659 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:45:42,318 basehttp 63093 6200193024 "GET /en/hr/training/records/ HTTP/1.1" 200 229735 INFO 2025-09-25 21:45:42,338 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:45:44,365 basehttp 63093 6200193024 "GET /en/hr/training/records/65/ HTTP/1.1" 200 37890 INFO 2025-09-25 21:45:44,382 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:46:09,105 basehttp 63093 6200193024 "GET /en/hr/training/records/65/ HTTP/1.1" 200 37890 INFO 2025-09-25 21:46:09,132 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:46:30,089 basehttp 63093 6200193024 "GET /en/hr/training/records/65/ HTTP/1.1" 200 37890 INFO 2025-09-25 21:46:30,117 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:46:47,831 basehttp 63093 6200193024 "GET /en/hr/training/records/65/ HTTP/1.1" 200 37890 INFO 2025-09-25 21:46:47,858 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:47:28,642 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:47:38,297 basehttp 63093 6200193024 "GET /en/hr/training/records/65/ HTTP/1.1" 200 37890 INFO 2025-09-25 21:47:38,336 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:47:39,099 basehttp 63093 6200193024 "GET /en/hr/training/records/65/ HTTP/1.1" 200 37890 INFO 2025-09-25 21:47:39,134 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:48:28,655 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:48:39,140 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:49:09,481 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:49:18,677 basehttp 63093 6200193024 "GET /en/hr/employees/76/ HTTP/1.1" 200 35793 INFO 2025-09-25 21:49:18,704 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:49:18,707 basehttp 63093 6217019392 "GET /en/hr/employees/76/clock-controls/ HTTP/1.1" 200 503 INFO 2025-09-25 21:50:18,714 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:50:28,648 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:50:29,799 basehttp 63093 6217019392 "GET /en/hr/employees/76/ HTTP/1.1" 200 42286 INFO 2025-09-25 21:50:29,809 basehttp 63093 6217019392 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-09-25 21:50:29,824 basehttp 63093 6200193024 "GET /static/img/gallery/gallery-12.jpg HTTP/1.1" 200 176725 INFO 2025-09-25 21:50:29,827 basehttp 63093 6233845760 "GET /static/img/gallery/gallery-16.jpg HTTP/1.1" 200 172311 INFO 2025-09-25 21:50:29,830 basehttp 63093 6267498496 "GET /static/img/gallery/gallery-11.jpg HTTP/1.1" 200 624481 INFO 2025-09-25 21:50:29,831 basehttp 63093 6250672128 "GET /static/img/gallery/gallery-15.jpg HTTP/1.1" 200 647936 INFO 2025-09-25 21:50:29,832 basehttp 63093 6217019392 "GET /static/img/gallery/gallery-14.jpg HTTP/1.1" 200 701340 INFO 2025-09-25 21:50:29,836 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:50:29,839 basehttp 63093 6284324864 "GET /en/hr/employees/76/clock-controls/ HTTP/1.1" 200 503 INFO 2025-09-25 21:50:50,480 basehttp 63093 6284324864 "GET /en/hr/employees/76/ HTTP/1.1" 200 41271 INFO 2025-09-25 21:50:50,526 basehttp 63093 6284324864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:50:50,527 basehttp 63093 6200193024 "GET /en/hr/employees/76/clock-controls/ HTTP/1.1" 200 503 INFO 2025-09-25 21:51:28,644 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:51:50,521 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:52:24,927 basehttp 63093 6200193024 "GET /en/hr/employees/76/ HTTP/1.1" 200 38421 INFO 2025-09-25 21:52:24,969 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:52:24,970 basehttp 63093 6284324864 "GET /en/hr/employees/76/clock-controls/ HTTP/1.1" 200 503 INFO 2025-09-25 21:52:28,655 basehttp 63093 6284324864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:53:24,973 basehttp 63093 6284324864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:54:12,677 basehttp 63093 6284324864 "GET /en/hr/employees/76/ HTTP/1.1" 200 36015 INFO 2025-09-25 21:54:12,721 basehttp 63093 6284324864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:54:12,722 basehttp 63093 6200193024 "GET /en/hr/employees/76/clock-controls/ HTTP/1.1" 200 503 INFO 2025-09-25 21:54:25,094 basehttp 63093 6200193024 "GET /en/hr/employees/76/ HTTP/1.1" 200 35984 INFO 2025-09-25 21:54:25,142 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:54:25,143 basehttp 63093 6284324864 "GET /en/hr/employees/76/clock-controls/ HTTP/1.1" 200 503 INFO 2025-09-25 21:54:28,639 basehttp 63093 6284324864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:55:25,648 basehttp 63093 6284324864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:55:28,642 basehttp 63093 6284324864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:56:26,652 basehttp 63093 6284324864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:57:19,351 basehttp 63093 6284324864 "GET /en/hr/employees/76/ HTTP/1.1" 200 35569 INFO 2025-09-25 21:57:19,407 basehttp 63093 6284324864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:57:19,408 basehttp 63093 6200193024 "GET /en/hr/employees/76/clock-controls/ HTTP/1.1" 200 503 INFO 2025-09-25 21:57:28,648 basehttp 63093 6284324864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:57:40,912 basehttp 63093 6284324864 "GET /en/hr/employees/76/ HTTP/1.1" 200 35575 INFO 2025-09-25 21:57:40,962 basehttp 63093 6284324864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:57:40,963 basehttp 63093 6200193024 "GET /en/hr/employees/76/clock-controls/ HTTP/1.1" 200 503 INFO 2025-09-25 21:58:28,640 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:58:40,966 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:59:28,651 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 21:59:41,648 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 22:01:43,897 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:17:42,020 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:17:57,015 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:19:40,951 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:19:56,949 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:20:58,012 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:28:46,021 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:29:05,040 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:35:27,509 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 23:35:46,499 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 23:36:46,506 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 23:37:27,493 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 23:37:38,829 basehttp 63093 6200193024 "GET /en/hr/employees/76/ HTTP/1.1" 200 35598 INFO 2025-09-25 23:37:38,882 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 23:37:38,885 basehttp 63093 6217019392 "GET /en/hr/employees/76/clock-controls/ HTTP/1.1" 200 503 INFO 2025-09-25 23:38:27,495 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 23:38:39,497 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 23:39:40,486 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-25 23:39:56,894 log 63093 6200193024 Not Found: /favicon.ico WARNING 2025-09-25 23:39:56,895 basehttp 63093 6200193024 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-25 23:40:01,835 basehttp 63093 6200193024 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 48075 INFO 2025-09-25 23:40:02,969 basehttp 63093 6200193024 "GET /en/admin/laboratory/specimen/ HTTP/1.1" 200 145412 INFO 2025-09-25 23:40:02,982 basehttp 63093 6200193024 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-25 23:40:57,490 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 23:41:02,494 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 23:41:58,495 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 23:42:03,495 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-25 23:42:59,496 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:43:04,487 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:44:00,503 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:44:05,492 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:45:01,482 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:45:06,494 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:46:02,484 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:46:07,490 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:47:02,483 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:47:13,345 basehttp 63093 6200193024 "GET /en/hr/employees/76/ HTTP/1.1" 200 35818 INFO 2025-09-25 23:47:13,406 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:47:13,408 basehttp 63093 6217019392 "GET /en/hr/employees/76/clock-controls/ HTTP/1.1" 200 503 INFO 2025-09-25 23:47:27,488 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:48:13,416 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:48:27,490 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:49:13,492 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:49:27,488 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:49:36,657 basehttp 63093 6217019392 "GET /en/hr/employees/76/ HTTP/1.1" 200 36013 INFO 2025-09-25 23:49:36,707 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:49:36,708 basehttp 63093 6200193024 "GET /en/hr/employees/76/clock-controls/ HTTP/1.1" 200 503 INFO 2025-09-25 23:50:00,151 basehttp 63093 6200193024 "GET /en/hr/employees/76/ HTTP/1.1" 200 36011 INFO 2025-09-25 23:50:00,187 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:50:00,188 basehttp 63093 6217019392 "GET /en/hr/employees/76/clock-controls/ HTTP/1.1" 200 503 INFO 2025-09-25 23:51:00,191 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:51:27,490 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:52:00,197 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:52:27,481 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:53:00,199 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:54:00,202 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:54:27,490 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:55:00,203 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:55:27,492 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:56:00,196 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:57:00,206 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:57:27,482 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:58:00,203 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:58:16,385 basehttp 63093 6217019392 "GET /en/hr/employees/76/ HTTP/1.1" 200 35794 INFO 2025-09-25 23:58:16,419 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:58:16,422 basehttp 63093 6200193024 "GET /en/hr/employees/76/clock-controls/ HTTP/1.1" 200 503 INFO 2025-09-25 23:58:19,475 basehttp 63093 6200193024 "GET /en/hr/employees/76/ HTTP/1.1" 200 35794 INFO 2025-09-25 23:58:19,516 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:58:19,517 basehttp 63093 6217019392 "GET /en/hr/employees/76/clock-controls/ HTTP/1.1" 200 503 INFO 2025-09-25 23:58:27,914 basehttp 63093 6217019392 "GET /en/hr/training/records/ HTTP/1.1" 200 229715 INFO 2025-09-25 23:58:27,952 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:58:42,417 basehttp 63093 6217019392 "GET /en/hr/ HTTP/1.1" 200 51822 INFO 2025-09-25 23:58:42,458 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:58:43,411 basehttp 63093 6217019392 "GET /en/laboratory/ HTTP/1.1" 200 50734 INFO 2025-09-25 23:58:43,457 basehttp 63093 6217019392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-25 23:58:43,483 log 63093 6200193024 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-25 23:58:43,484 basehttp 63093 6200193024 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 125513 INFO 2025-09-25 23:58:55,574 basehttp 63093 6200193024 "GET /en/laboratory/specimens/?date=today HTTP/1.1" 200 137455 INFO 2025-09-25 23:58:55,612 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-25 23:59:10,421 log 63093 6200193024 Internal Server Error: /en/laboratory/results/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 709, in get_queryset queryset = LabResult.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-25 23:59:10,423 basehttp 63093 6200193024 "GET /en/laboratory/results/?date=today HTTP/1.1" 500 137749 INFO 2025-09-25 23:59:27,475 basehttp 63093 6200193024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-25 23:59:57,010 autoreload 63093 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-09-25 23:59:57,605 autoreload 87928 8602788160 Watching for file changes with StatReloader ERROR 2025-09-25 23:59:58,195 log 87928 6191345664 Internal Server Error: /en/laboratory/results/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 734, in get_queryset ).order_by('-result_datetime') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'result_datetime' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-25 23:59:58,197 basehttp 87928 6191345664 "GET /en/laboratory/results/?date=today HTTP/1.1" 500 108072 INFO 2025-09-26 00:00:27,545 basehttp 87928 6191345664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:02:03,344 autoreload 87928 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-09-26 00:02:03,893 autoreload 88938 8602788160 Watching for file changes with StatReloader ERROR 2025-09-26 00:02:04,699 log 88938 6190460928 Internal Server Error: /en/laboratory/results/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_result_update' not found. 'lab_result_update' is not a valid view function or pattern name. ERROR 2025-09-26 00:02:04,701 basehttp 88938 6190460928 "GET /en/laboratory/results/?date=today HTTP/1.1" 500 241874 INFO 2025-09-26 00:02:27,484 basehttp 88938 6190460928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:03:27,494 basehttp 88938 6190460928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:05:27,482 basehttp 88938 6190460928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:06:31,607 autoreload 88938 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-09-26 00:06:32,195 autoreload 91081 8602788160 Watching for file changes with StatReloader ERROR 2025-09-26 00:06:32,901 log 91081 6121713664 Internal Server Error: /en/laboratory/results/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 199, in render template = context.template.engine.select_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 214, in select_template raise TemplateDoesNotExist(", ".join(not_found)) django.template.exceptions.TemplateDoesNotExist: laboratory/partials/critical_results.html The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 109, in render reraise(exc, self.backend) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 130, in reraise raise new from exc django.template.exceptions.TemplateDoesNotExist: laboratory/partials/critical_results.html ERROR 2025-09-26 00:06:32,905 basehttp 91081 6121713664 "GET /en/laboratory/results/?date=today HTTP/1.1" 500 202975 INFO 2025-09-26 00:07:27,496 basehttp 91081 6121713664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:08:27,482 basehttp 91081 6121713664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:10:27,480 basehttp 91081 6121713664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:12:27,467 basehttp 91081 6121713664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:13:27,489 basehttp 91081 6121713664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:14:27,430 basehttp 91081 6121713664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:16:27,404 basehttp 91081 6121713664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:18:27,402 basehttp 91081 6121713664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:20:27,393 basehttp 91081 6121713664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:21:27,395 basehttp 91081 6121713664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:23:04,071 autoreload 91081 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/urls.py changed, reloading. INFO 2025-09-26 00:23:04,729 autoreload 99015 8602788160 Watching for file changes with StatReloader INFO 2025-09-26 00:24:09,709 autoreload 99015 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-09-26 00:24:10,049 autoreload 99599 8602788160 Watching for file changes with StatReloader INFO 2025-09-26 00:25:15,676 autoreload 99599 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-09-26 00:25:16,034 autoreload 219 8602788160 Watching for file changes with StatReloader INFO 2025-09-26 00:28:38,983 autoreload 219 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-09-26 00:28:39,459 autoreload 2561 8602788160 Watching for file changes with StatReloader INFO 2025-09-26 00:31:50,235 autoreload 2561 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-09-26 00:31:50,614 autoreload 4101 8602788160 Watching for file changes with StatReloader INFO 2025-09-26 00:31:55,996 autoreload 4101 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-09-26 00:31:56,367 autoreload 4192 8602788160 Watching for file changes with StatReloader INFO 2025-09-26 00:32:01,155 basehttp 4192 6123253760 "GET /en/laboratory/results/?date=today HTTP/1.1" 200 87297 INFO 2025-09-26 00:32:01,217 basehttp 4192 6123253760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-26 00:32:01,263 log 4192 6140080128 Internal Server Error: /en/laboratory/htmx/results/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 2663, in htmx_result_stats 'critical_results': LabResult.objects.filter(order__tenant=tenant, critical_flag='CRITICAL').count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'critical_flag' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-26 00:32:01,263 log 4192 6156906496 Internal Server Error: /en/laboratory/htmx/results/filter/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 2702, in htmx_filter_results ).order_by('-result_date')[:50] # Limit for performance ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'result_date' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-26 00:32:01,265 basehttp 4192 6140080128 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 500 125294 ERROR 2025-09-26 00:32:01,266 basehttp 4192 6156906496 "GET /en/laboratory/htmx/results/filter/ HTTP/1.1" 500 94687 ERROR 2025-09-26 00:32:12,329 log 4192 6156906496 Internal Server Error: /en/laboratory/results/1012/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 753, in get_queryset return LabResult.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-26 00:32:12,331 basehttp 4192 6156906496 "GET /en/laboratory/results/1012/ HTTP/1.1" 500 141356 INFO 2025-09-26 00:32:27,374 basehttp 4192 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:32:50,726 autoreload 4192 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-09-26 00:32:51,115 autoreload 4617 8602788160 Watching for file changes with StatReloader ERROR 2025-09-26 00:32:52,078 log 4617 6170046464 Internal Server Error: /en/laboratory/results/1012/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 762, in get_context_data context['reference_ranges'] = ReferenceRange.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: age_max, age_min, created_at, created_by, created_by_id, critical_high, critical_low, gender, id, is_active, range_high, range_id, range_low, range_text, test, test_id, unit, updated_at ERROR 2025-09-26 00:32:52,080 basehttp 4617 6170046464 "GET /en/laboratory/results/1012/ HTTP/1.1" 500 140292 INFO 2025-09-26 00:33:27,437 basehttp 4617 6170046464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-26 00:33:40,426 autoreload 4617 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-09-26 00:33:40,820 autoreload 5041 8602788160 Watching for file changes with StatReloader ERROR 2025-09-26 00:33:41,613 log 5041 6130724864 Internal Server Error: /en/laboratory/results/1012/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 762, in get_context_data context['reference_ranges'] = ReferenceRange.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'reference_ranges' into field. Choices are: age_max, age_min, created_at, created_by, created_by_id, critical_high, critical_low, gender, id, is_active, range_high, range_id, range_low, range_text, test, test_id, unit, updated_at ERROR 2025-09-26 00:33:41,615 basehttp 5041 6130724864 "GET /en/laboratory/results/1012/ HTTP/1.1" 500 140610 ERROR 2025-09-26 00:33:43,744 log 5041 6130724864 Internal Server Error: /en/laboratory/results/1012/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 762, in get_context_data context['reference_ranges'] = ReferenceRange.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'reference_ranges' into field. Choices are: age_max, age_min, created_at, created_by, created_by_id, critical_high, critical_low, gender, id, is_active, range_high, range_id, range_low, range_text, test, test_id, unit, updated_at ERROR 2025-09-26 00:33:43,746 basehttp 5041 6130724864 "GET /en/laboratory/results/1012/ HTTP/1.1" 500 140610 INFO 2025-09-26 00:34:43,435 autoreload 5041 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-09-26 00:34:43,910 autoreload 5541 8602788160 Watching for file changes with StatReloader ERROR 2025-09-26 00:34:46,679 log 5541 6341865472 Internal Server Error: /en/laboratory/results/1012/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'verify_result' not found. 'verify_result' is not a valid view function or pattern name. ERROR 2025-09-26 00:34:46,681 basehttp 5541 6341865472 "GET /en/laboratory/results/1012/ HTTP/1.1" 500 172565 INFO 2025-09-26 00:35:27,392 basehttp 5541 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-26 00:37:27,368 basehttp 5541 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-26 00:39:27,372 basehttp 5541 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-26 00:40:58,763 autoreload 5541 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/urls.py changed, reloading. INFO 2025-09-26 00:40:59,158 autoreload 8532 8602788160 Watching for file changes with StatReloader ERROR 2025-09-26 00:41:02,207 log 8532 6167769088 Internal Server Error: /en/laboratory/results/1012/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'review_result' not found. 'review_result' is not a valid view function or pattern name. ERROR 2025-09-26 00:41:02,209 basehttp 8532 6167769088 "GET /en/laboratory/results/1012/ HTTP/1.1" 500 172341 INFO 2025-09-26 00:41:27,359 basehttp 8532 6167769088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-26 00:42:27,366 basehttp 8532 6167769088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-26 00:42:59,248 autoreload 8532 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/urls.py changed, reloading. INFO 2025-09-26 00:42:59,760 autoreload 9521 8602788160 Watching for file changes with StatReloader INFO 2025-09-26 00:43:20,629 autoreload 9521 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-09-26 00:43:21,228 autoreload 9685 8602788160 Watching for file changes with StatReloader ERROR 2025-09-26 00:43:24,299 log 9685 12918534144 Internal Server Error: /en/laboratory/results/1012/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'verify_result' not found. 'verify_result' is not a valid view function or pattern name. ERROR 2025-09-26 00:43:24,307 basehttp 9685 12918534144 "GET /en/laboratory/results/1012/ HTTP/1.1" 500 172565 INFO 2025-09-26 00:44:27,373 basehttp 9685 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:44:27,982 autoreload 9685 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/urls.py changed, reloading. INFO 2025-09-26 00:44:28,381 autoreload 10315 8602788160 Watching for file changes with StatReloader ERROR 2025-09-26 00:44:31,293 log 10315 6202306560 Internal Server Error: /en/laboratory/results/1012/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'email_result' not found. 'email_result' is not a valid view function or pattern name. ERROR 2025-09-26 00:44:31,296 basehttp 10315 6202306560 "GET /en/laboratory/results/1012/ HTTP/1.1" 500 172334 INFO 2025-09-26 00:45:44,889 autoreload 10315 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/urls.py changed, reloading. INFO 2025-09-26 00:45:45,299 autoreload 10930 8602788160 Watching for file changes with StatReloader INFO 2025-09-26 00:46:30,943 autoreload 11345 8602788160 Watching for file changes with StatReloader INFO 2025-09-26 00:46:38,489 basehttp 11345 6194278400 "GET /en/laboratory/results/1012/ HTTP/1.1" 200 34458 INFO 2025-09-26 00:46:38,536 basehttp 11345 6194278400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:47:27,527 basehttp 11345 6194278400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:47:38,550 basehttp 11345 6194278400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:48:36,136 basehttp 11345 6194278400 "GET /en/laboratory/results/1009/ HTTP/1.1" 200 34436 INFO 2025-09-26 00:48:36,172 basehttp 11345 6194278400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:48:41,281 basehttp 11345 6194278400 "GET /en/laboratory/results/1008/ HTTP/1.1" 200 34443 INFO 2025-09-26 00:48:41,315 basehttp 11345 6194278400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:49:27,527 basehttp 11345 6194278400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:49:41,330 basehttp 11345 6194278400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:50:41,333 basehttp 11345 6194278400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:51:27,521 basehttp 11345 6194278400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:51:41,335 basehttp 11345 6194278400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:52:27,517 basehttp 11345 6194278400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:52:41,338 basehttp 11345 6194278400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:53:27,527 basehttp 11345 6194278400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:53:41,342 basehttp 11345 6194278400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:54:41,345 basehttp 11345 6194278400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:55:21,987 autoreload 11345 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-09-26 00:55:22,346 autoreload 15562 8602788160 Watching for file changes with StatReloader INFO 2025-09-26 00:55:27,596 basehttp 15562 6190772224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:55:41,360 basehttp 15562 6190772224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:56:27,527 basehttp 15562 6190772224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:56:41,527 basehttp 15562 6190772224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:58:27,529 basehttp 15562 6190772224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:58:27,543 basehttp 15562 6207598592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 00:59:52,456 basehttp 15562 6207598592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:00:27,539 basehttp 15562 6207598592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:00:37,499 autoreload 15562 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-09-26 01:00:37,875 autoreload 18024 8602788160 Watching for file changes with StatReloader INFO 2025-09-26 01:00:52,540 basehttp 18024 6205485056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:00:54,936 basehttp 18024 6205485056 "GET /en/patients/patientprofile/23/details/ HTTP/1.1" 200 35982 INFO 2025-09-26 01:00:54,989 basehttp 18024 6205485056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-26 01:01:28,547 log 18024 6205485056 Internal Server Error: /en/laboratory/htmx/results/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 2760, in htmx_result_stats 'critical_results': LabResult.objects.filter(order__tenant=tenant, critical_flag='CRITICAL').count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'critical_flag' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-26 01:01:28,549 basehttp 18024 6205485056 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 500 125294 INFO 2025-09-26 01:01:58,535 basehttp 18024 6205485056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-26 01:01:58,566 log 18024 6239137792 Internal Server Error: /en/laboratory/htmx/results/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 2760, in htmx_result_stats 'critical_results': LabResult.objects.filter(order__tenant=tenant, critical_flag='CRITICAL').count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'critical_flag' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-26 01:01:58,567 basehttp 18024 6239137792 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 500 125294 INFO 2025-09-26 01:02:27,535 basehttp 18024 6239137792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-26 01:02:28,566 log 18024 6239137792 Internal Server Error: /en/laboratory/htmx/results/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 2760, in htmx_result_stats 'critical_results': LabResult.objects.filter(order__tenant=tenant, critical_flag='CRITICAL').count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'critical_flag' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-26 01:02:28,567 basehttp 18024 6239137792 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 500 125294 INFO 2025-09-26 01:02:58,516 basehttp 18024 6239137792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-26 01:02:58,545 log 18024 6205485056 Internal Server Error: /en/laboratory/htmx/results/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 2760, in htmx_result_stats 'critical_results': LabResult.objects.filter(order__tenant=tenant, critical_flag='CRITICAL').count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'critical_flag' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-26 01:02:58,546 basehttp 18024 6205485056 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 500 125294 INFO 2025-09-26 01:03:12,584 autoreload 18024 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-09-26 01:03:13,012 autoreload 19269 8602788160 Watching for file changes with StatReloader ERROR 2025-09-26 01:03:15,994 log 19269 6171324416 Internal Server Error: /en/laboratory/results/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_result_verify' not found. 'lab_result_verify' is not a valid view function or pattern name. ERROR 2025-09-26 01:03:15,996 basehttp 19269 6171324416 "GET /en/laboratory/results/?date=today HTTP/1.1" 500 284137 INFO 2025-09-26 01:04:16,119 basehttp 19269 6171324416 "GET /en/laboratory/results/?date=today HTTP/1.1" 200 87297 INFO 2025-09-26 01:04:16,172 basehttp 19269 6171324416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:04:16,176 basehttp 19269 6325039104 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 ERROR 2025-09-26 01:04:16,193 log 19269 6341865472 Internal Server Error: /en/laboratory/htmx/results/filter/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 2799, in htmx_filter_results ).order_by('-result_date')[:50] # Limit for performance ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'result_date' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-26 01:04:16,194 basehttp 19269 6341865472 "GET /en/laboratory/htmx/results/filter/ HTTP/1.1" 500 94687 INFO 2025-09-26 01:04:27,534 basehttp 19269 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:04:46,162 basehttp 19269 6341865472 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:05:16,174 basehttp 19269 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:05:16,175 basehttp 19269 6325039104 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:05:27,541 basehttp 19269 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:05:46,163 basehttp 19269 6325039104 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:05:57,032 autoreload 19269 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-09-26 01:05:57,431 autoreload 20600 8602788160 Watching for file changes with StatReloader INFO 2025-09-26 01:05:59,310 basehttp 20600 6129922048 "GET /en/laboratory/results/?date=today HTTP/1.1" 200 87297 INFO 2025-09-26 01:05:59,360 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:05:59,364 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:05:59,382 basehttp 20600 6163574784 "GET /en/laboratory/htmx/results/filter/ HTTP/1.1" 200 112108 INFO 2025-09-26 01:06:27,546 basehttp 20600 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:06:29,362 basehttp 20600 6163574784 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:06:38,726 basehttp 20600 6163574784 "GET /en/laboratory/results/?date=today HTTP/1.1" 200 86547 INFO 2025-09-26 01:06:38,786 basehttp 20600 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:06:38,788 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:06:38,806 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/filter/ HTTP/1.1" 200 110608 INFO 2025-09-26 01:07:08,773 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:07:38,768 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:07:38,772 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:08:08,774 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:08:11,007 basehttp 20600 6146748416 "GET /en/laboratory/results/?date=today HTTP/1.1" 200 86847 INFO 2025-09-26 01:08:11,060 basehttp 20600 6146748416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:08:11,061 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:08:11,078 basehttp 20600 6163574784 "GET /en/laboratory/htmx/results/filter/ HTTP/1.1" 200 111208 INFO 2025-09-26 01:08:27,545 basehttp 20600 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:08:41,060 basehttp 20600 6163574784 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:09:11,066 basehttp 20600 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:09:11,067 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:09:41,051 basehttp 20600 6163574784 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:10:11,074 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:10:11,075 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:10:27,537 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:10:41,053 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:11:11,073 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:11:11,075 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:11:27,536 basehttp 20600 6146748416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:11:41,072 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:12:11,058 basehttp 20600 6146748416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:12:11,064 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:12:41,074 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:13:11,061 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:13:11,069 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:13:27,543 basehttp 20600 6146748416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:13:41,079 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:14:11,057 basehttp 20600 6146748416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:14:11,066 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:14:27,544 basehttp 20600 6146748416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:14:41,070 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:15:10,985 basehttp 20600 6146748416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:15:10,992 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:15:40,988 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 ERROR 2025-09-26 01:15:42,668 log 20600 6129922048 Internal Server Error: /en/laboratory/results/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 510, in parse compile_func = self.tags[command] ~~~~~~~~~^^^^^^^^^ KeyError: 'empty' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 199, in render template = context.template.engine.select_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 208, in select_template return self.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 512, in parse self.invalid_block_tag(token, command, parse_until) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 567, in invalid_block_tag raise self.error( django.template.exceptions.TemplateSyntaxError: Invalid block tag on line 111: 'empty', expected 'elif', 'else' or 'endif'. Did you forget to register or load this tag? ERROR 2025-09-26 01:15:42,670 basehttp 20600 6129922048 "GET /en/laboratory/results/?date=today HTTP/1.1" 500 307579 ERROR 2025-09-26 01:15:56,327 log 20600 6129922048 Internal Server Error: /en/laboratory/results/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 510, in parse compile_func = self.tags[command] ~~~~~~~~~^^^^^^^^^ KeyError: 'empty' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 199, in render template = context.template.engine.select_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 208, in select_template return self.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 512, in parse self.invalid_block_tag(token, command, parse_until) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 567, in invalid_block_tag raise self.error( django.template.exceptions.TemplateSyntaxError: Invalid block tag on line 106: 'empty', expected 'elif', 'else' or 'endif'. Did you forget to register or load this tag? ERROR 2025-09-26 01:15:56,329 basehttp 20600 6129922048 "GET /en/laboratory/results/?date=today HTTP/1.1" 500 307363 INFO 2025-09-26 01:16:08,275 basehttp 20600 6129922048 "GET /en/laboratory/results/?date=today HTTP/1.1" 200 87587 INFO 2025-09-26 01:16:08,338 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:16:08,339 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:16:08,357 basehttp 20600 6163574784 "GET /en/laboratory/htmx/results/filter/ HTTP/1.1" 200 112695 INFO 2025-09-26 01:16:27,455 basehttp 20600 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:16:38,332 basehttp 20600 6163574784 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:16:52,096 basehttp 20600 6163574784 "GET /en/laboratory/results/?date=today HTTP/1.1" 200 85712 INFO 2025-09-26 01:16:52,159 basehttp 20600 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:16:52,160 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:16:52,177 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/filter/ HTTP/1.1" 200 108945 INFO 2025-09-26 01:17:22,142 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:17:52,162 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:17:52,162 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:18:22,156 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:18:27,457 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:18:52,167 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:18:52,168 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:19:22,155 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:19:52,166 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:19:52,167 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:20:22,161 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:20:27,458 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:20:52,169 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:20:52,172 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:21:22,154 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:21:27,451 basehttp 20600 6146748416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:21:52,168 basehttp 20600 6146748416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:21:52,171 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:22:22,165 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:22:52,171 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:22:52,173 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:23:22,173 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:23:27,457 basehttp 20600 6146748416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:23:52,171 basehttp 20600 6146748416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:23:52,174 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:24:22,177 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:24:52,185 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:24:52,186 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:25:22,187 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:25:27,455 basehttp 20600 6146748416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:25:52,174 basehttp 20600 6146748416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:25:52,178 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:26:22,191 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:26:27,457 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:26:52,174 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:26:52,179 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:27:22,467 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:27:52,466 basehttp 20600 6146748416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:27:52,466 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:28:27,465 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:28:27,466 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:29:27,467 basehttp 20600 6146748416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:29:27,471 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:30:27,473 basehttp 20600 6146748416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:30:27,476 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:30:27,481 basehttp 20600 6146748416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:31:27,520 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:31:27,524 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:31:27,528 basehttp 20600 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:32:27,525 basehttp 20600 6163574784 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:33:27,529 basehttp 20600 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-26 01:33:27,536 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-26 01:33:27,537 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:34:27,527 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:35:27,524 basehttp 20600 6146748416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-26 01:35:27,526 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:35:27,533 basehttp 20600 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-26 01:36:27,517 basehttp 20600 6163574784 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:37:27,524 basehttp 20600 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-26 01:37:27,525 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:37:27,533 basehttp 20600 6146748416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-26 01:38:27,513 basehttp 20600 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-26 01:38:27,514 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:38:27,520 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-26 01:39:27,522 basehttp 20600 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-26 01:39:27,524 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:40:27,520 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-26 01:40:27,522 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:41:27,523 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-26 01:41:27,524 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:41:27,532 basehttp 20600 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-26 01:42:27,509 basehttp 20600 6163574784 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:42:27,509 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-26 01:43:27,525 basehttp 20600 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:43:27,527 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:43:27,534 basehttp 20600 6146748416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:44:27,525 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:44:27,525 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:45:27,525 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:45:27,525 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:46:27,571 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:46:27,573 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:46:27,579 basehttp 20600 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:47:27,580 basehttp 20600 6146748416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:47:27,581 basehttp 20600 6163574784 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:47:27,591 basehttp 20600 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:48:27,571 basehttp 20600 6163574784 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:49:27,581 basehttp 20600 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:49:27,584 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:49:27,590 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:49:57,578 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:50:11,330 basehttp 20600 6129922048 "GET /en/laboratory/results/?date=today HTTP/1.1" 200 85712 INFO 2025-09-26 01:50:11,405 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:50:11,407 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:50:11,425 basehttp 20600 6163574784 "GET /en/laboratory/htmx/results/filter/ HTTP/1.1" 200 108945 INFO 2025-09-26 01:50:27,563 basehttp 20600 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:50:33,043 basehttp 20600 6163574784 "GET /en/laboratory/results/?date=today HTTP/1.1" 200 85712 INFO 2025-09-26 01:50:33,107 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:50:33,107 basehttp 20600 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:50:33,153 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/filter/ HTTP/1.1" 200 108945 INFO 2025-09-26 01:51:03,090 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:51:33,091 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:51:33,093 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:52:03,104 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:52:22,354 basehttp 20600 6146748416 "GET /en/laboratory/results/?date=today HTTP/1.1" 200 86312 INFO 2025-09-26 01:52:22,415 basehttp 20600 6146748416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:52:22,416 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:52:22,431 basehttp 20600 6163574784 "GET /en/laboratory/htmx/results/filter/ HTTP/1.1" 200 110145 INFO 2025-09-26 01:52:27,567 basehttp 20600 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:52:52,405 basehttp 20600 6163574784 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:53:22,422 basehttp 20600 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:53:22,423 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:53:27,573 basehttp 20600 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:53:36,732 basehttp 20600 6163574784 "GET /en/laboratory/results/?date=today HTTP/1.1" 200 86212 INFO 2025-09-26 01:53:36,787 basehttp 20600 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:53:36,788 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:53:36,803 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/filter/ HTTP/1.1" 200 109945 INFO 2025-09-26 01:54:06,772 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:54:35,735 basehttp 20600 6146748416 "GET /en/laboratory/results/?date=today HTTP/1.1" 200 85687 INFO 2025-09-26 01:54:35,792 basehttp 20600 6146748416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:54:35,795 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:54:35,810 basehttp 20600 6163574784 "GET /en/laboratory/htmx/results/filter/ HTTP/1.1" 200 108895 INFO 2025-09-26 01:55:05,779 basehttp 20600 6163574784 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:55:27,564 basehttp 20600 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:55:31,449 basehttp 20600 6163574784 "GET /en/laboratory/results/?date=today HTTP/1.1" 200 86212 INFO 2025-09-26 01:55:31,508 basehttp 20600 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:55:31,511 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:55:31,528 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/filter/ HTTP/1.1" 200 109945 INFO 2025-09-26 01:56:01,508 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:56:27,561 basehttp 20600 6146748416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:56:31,403 basehttp 20600 6146748416 "GET /en/laboratory/results/?date=today HTTP/1.1" 200 86212 INFO 2025-09-26 01:56:31,459 basehttp 20600 6146748416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:56:31,460 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:56:31,475 basehttp 20600 6163574784 "GET /en/laboratory/htmx/results/filter/ HTTP/1.1" 200 109945 INFO 2025-09-26 01:56:52,691 basehttp 20600 6163574784 "GET /en/admin/laboratory/labresult/ HTTP/1.1" 200 158547 INFO 2025-09-26 01:56:52,707 basehttp 20600 6163574784 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 01:56:56,757 basehttp 20600 6163574784 "GET /en/admin/laboratory/labresult/988/change/ HTTP/1.1" 200 264065 INFO 2025-09-26 01:56:56,778 basehttp 20600 6163574784 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 01:57:01,576 basehttp 20600 6163574784 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:57:14,072 basehttp 20600 6163574784 "POST /en/admin/laboratory/labresult/988/change/ HTTP/1.1" 302 0 INFO 2025-09-26 01:57:14,175 basehttp 20600 6163574784 "GET /en/admin/laboratory/labresult/ HTTP/1.1" 200 158794 INFO 2025-09-26 01:57:14,191 basehttp 20600 6163574784 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 01:57:17,857 basehttp 20600 6163574784 "GET /en/admin/laboratory/labresult/?o=5 HTTP/1.1" 200 162333 INFO 2025-09-26 01:57:17,878 basehttp 20600 6163574784 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 01:57:19,243 basehttp 20600 6163574784 "GET /en/admin/laboratory/labresult/?o=-5 HTTP/1.1" 200 161844 INFO 2025-09-26 01:57:19,260 basehttp 20600 6163574784 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 01:57:20,353 basehttp 20600 6163574784 "GET /en/admin/laboratory/labresult/?o=5 HTTP/1.1" 200 162333 INFO 2025-09-26 01:57:20,371 basehttp 20600 6163574784 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 01:57:26,104 basehttp 20600 6163574784 "GET /en/admin/laboratory/labresult/?o=5&p=11 HTTP/1.1" 200 99442 INFO 2025-09-26 01:57:26,117 basehttp 20600 6163574784 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 01:57:27,567 basehttp 20600 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:57:31,576 basehttp 20600 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:57:32,570 basehttp 20600 6163574784 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:57:53,077 basehttp 20600 6163574784 "GET /en/admin/laboratory/labresult/?o=5&p=1 HTTP/1.1" 200 163141 INFO 2025-09-26 01:57:53,095 basehttp 20600 6163574784 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 01:57:59,306 basehttp 20600 6163574784 "GET /en/admin/laboratory/labresult/?o=5&p=1 HTTP/1.1" 200 163141 INFO 2025-09-26 01:57:59,321 basehttp 20600 6163574784 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 01:58:00,835 basehttp 20600 6163574784 "GET /en/admin/laboratory/labresult/1012/change/?_changelist_filters=o%3D5%26p%3D1 HTTP/1.1" 200 264115 INFO 2025-09-26 01:58:00,850 basehttp 20600 6163574784 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 01:58:03,563 basehttp 20600 6163574784 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:58:24,436 basehttp 20600 6163574784 "POST /en/admin/laboratory/labresult/1012/change/?_changelist_filters=o%3D5%26p%3D1 HTTP/1.1" 302 0 INFO 2025-09-26 01:58:24,545 basehttp 20600 6163574784 "GET /en/admin/laboratory/labresult/?o=5&p=1 HTTP/1.1" 200 163387 INFO 2025-09-26 01:58:24,562 basehttp 20600 6163574784 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 01:58:27,577 basehttp 20600 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:58:28,095 basehttp 20600 6163574784 "GET /en/laboratory/results/?date=today HTTP/1.1" 200 87081 INFO 2025-09-26 01:58:28,164 basehttp 20600 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:58:28,165 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:58:28,181 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/filter/ HTTP/1.1" 200 110814 INFO 2025-09-26 01:58:58,153 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:59:28,168 basehttp 20600 6146748416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 01:59:28,171 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 01:59:58,167 basehttp 20600 6129922048 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 02:00:27,574 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 02:00:28,172 basehttp 20600 6129922048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 02:00:28,174 basehttp 20600 6146748416 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 02:09:38,346 autoreload 50911 8602788160 Watching for file changes with StatReloader INFO 2025-09-26 02:09:47,939 basehttp 50911 6194343936 "GET /en/laboratory/results/?date=today HTTP/1.1" 200 87081 INFO 2025-09-26 02:09:47,997 basehttp 50911 6194343936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 02:09:47,997 basehttp 50911 6211170304 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 02:09:48,012 basehttp 50911 6227996672 "GET /en/laboratory/htmx/results/filter/ HTTP/1.1" 200 110814 INFO 2025-09-26 02:10:05,162 basehttp 50911 6194343936 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 149062 INFO 2025-09-26 02:10:05,180 basehttp 50911 6194343936 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 02:10:18,597 basehttp 50911 6194343936 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1236 INFO 2025-09-26 02:10:21,961 basehttp 50911 6194343936 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 151489 INFO 2025-09-26 02:10:21,976 basehttp 50911 6194343936 "GET /static/admin/js/cancel.js HTTP/1.1" 200 884 INFO 2025-09-26 02:10:27,386 basehttp 50911 6194343936 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-26 02:10:27,436 basehttp 50911 6194343936 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 149011 INFO 2025-09-26 02:10:27,452 basehttp 50911 6194343936 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 02:10:32,421 basehttp 50911 6194343936 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 150290 INFO 2025-09-26 02:10:37,139 basehttp 50911 6194343936 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-26 02:10:37,187 basehttp 50911 6194343936 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 148974 INFO 2025-09-26 02:10:37,205 basehttp 50911 6194343936 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 02:10:41,615 basehttp 50911 6194343936 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 155087 INFO 2025-09-26 02:10:45,606 basehttp 50911 6194343936 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-26 02:10:45,655 basehttp 50911 6194343936 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 149028 INFO 2025-09-26 02:10:45,670 basehttp 50911 6194343936 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 02:10:48,597 basehttp 50911 6194343936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 02:10:48,599 basehttp 50911 6211170304 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1235 INFO 2025-09-26 02:10:49,773 basehttp 50911 6211170304 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 149263 INFO 2025-09-26 02:10:53,371 basehttp 50911 6211170304 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-26 02:10:53,420 basehttp 50911 6211170304 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 149029 INFO 2025-09-26 02:10:53,437 basehttp 50911 6211170304 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 02:10:57,771 basehttp 50911 6211170304 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 150886 INFO 2025-09-26 02:11:01,667 basehttp 50911 6211170304 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-26 02:11:01,716 basehttp 50911 6211170304 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 148872 INFO 2025-09-26 02:11:01,731 basehttp 50911 6211170304 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 02:11:05,713 basehttp 50911 6211170304 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 152884 INFO 2025-09-26 02:11:10,517 basehttp 50911 6211170304 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-26 02:11:10,565 basehttp 50911 6211170304 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 148796 INFO 2025-09-26 02:11:10,581 basehttp 50911 6211170304 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 02:11:17,630 basehttp 50911 6211170304 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 148821 INFO 2025-09-26 02:11:19,586 basehttp 50911 6211170304 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1235 INFO 2025-09-26 02:11:21,259 basehttp 50911 6211170304 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-26 02:11:21,306 basehttp 50911 6211170304 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 148858 INFO 2025-09-26 02:11:21,322 basehttp 50911 6211170304 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 02:11:25,078 basehttp 50911 6211170304 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 151915 INFO 2025-09-26 02:11:27,591 basehttp 50911 6211170304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 02:11:29,480 basehttp 50911 6211170304 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-26 02:11:29,526 basehttp 50911 6211170304 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 148685 INFO 2025-09-26 02:11:29,544 basehttp 50911 6211170304 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 02:11:33,040 basehttp 50911 6211170304 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 149984 INFO 2025-09-26 02:11:37,641 basehttp 50911 6211170304 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-26 02:11:37,666 basehttp 50911 6211170304 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 102544 INFO 2025-09-26 02:11:37,683 basehttp 50911 6211170304 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 02:11:49,594 basehttp 50911 6211170304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 02:11:49,594 basehttp 50911 6194343936 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1233 INFO 2025-09-26 02:12:20,584 basehttp 50911 6194343936 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1233 INFO 2025-09-26 02:12:28,585 basehttp 50911 6194343936 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 97377 INFO 2025-09-26 02:12:30,843 basehttp 50911 6194343936 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-26 02:12:30,862 basehttp 50911 6194343936 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 85968 INFO 2025-09-26 02:12:30,875 basehttp 50911 6194343936 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 02:12:36,082 basehttp 50911 6194343936 "GET /en/admin/laboratory/labresult/ HTTP/1.1" 200 87578 INFO 2025-09-26 02:12:36,098 basehttp 50911 6194343936 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 02:12:39,778 basehttp 50911 6194343936 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 85827 INFO 2025-09-26 02:12:39,791 basehttp 50911 6194343936 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 02:12:45,980 basehttp 50911 6194343936 "GET /en/admin/laboratory/specimen/ HTTP/1.1" 200 87075 INFO 2025-09-26 02:12:45,995 basehttp 50911 6194343936 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 02:12:47,354 basehttp 50911 6194343936 "GET /en/admin/analytics/reportexecution/ HTTP/1.1" 200 85221 INFO 2025-09-26 02:12:47,365 basehttp 50911 6194343936 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 02:12:50,580 basehttp 50911 6194343936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 02:12:50,581 basehttp 50911 6211170304 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1232 INFO 2025-09-26 02:12:50,874 basehttp 50911 6194343936 "GET /en/admin/laboratory/referencerange/ HTTP/1.1" 200 114327 INFO 2025-09-26 02:12:50,888 basehttp 50911 6194343936 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 02:12:55,923 basehttp 50911 6194343936 "POST /en/admin/laboratory/referencerange/ HTTP/1.1" 200 91956 INFO 2025-09-26 02:12:57,977 basehttp 50911 6194343936 "POST /en/admin/laboratory/referencerange/ HTTP/1.1" 302 0 INFO 2025-09-26 02:12:57,992 basehttp 50911 6194343936 "GET /en/admin/laboratory/referencerange/ HTTP/1.1" 200 85628 INFO 2025-09-26 02:12:58,011 basehttp 50911 6194343936 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 02:13:03,157 basehttp 50911 6194343936 "GET /en/admin/inventory/purchaseorderitem/ HTTP/1.1" 200 122963 INFO 2025-09-26 02:13:03,168 basehttp 50911 6194343936 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 02:13:10,289 basehttp 50911 6194343936 "GET /en/admin/laboratory/qualitycontrol/ HTTP/1.1" 200 86535 INFO 2025-09-26 02:13:10,304 basehttp 50911 6194343936 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 02:13:16,499 basehttp 50911 6194343936 "GET /en/admin/laboratory/labtest/ HTTP/1.1" 200 100617 INFO 2025-09-26 02:13:16,511 basehttp 50911 6194343936 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 02:13:26,051 basehttp 50911 6194343936 "POST /en/admin/laboratory/labtest/ HTTP/1.1" 200 85325 INFO 2025-09-26 02:13:27,474 basehttp 50911 6194343936 "POST /en/admin/laboratory/labtest/ HTTP/1.1" 302 0 INFO 2025-09-26 02:13:27,496 basehttp 50911 6194343936 "GET /en/admin/laboratory/labtest/ HTTP/1.1" 200 88967 INFO 2025-09-26 02:13:27,508 basehttp 50911 6194343936 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 02:13:27,580 basehttp 50911 6194343936 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1232 INFO 2025-09-26 02:13:27,581 basehttp 50911 6211170304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 02:13:41,985 basehttp 50911 6211170304 "GET /en/admin/laboratory/labresult/ HTTP/1.1" 200 87578 INFO 2025-09-26 02:13:42,000 basehttp 50911 6211170304 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 02:13:51,585 basehttp 50911 6211170304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 02:14:27,580 basehttp 50911 6194343936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 02:14:27,580 basehttp 50911 6211170304 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1232 INFO 2025-09-26 02:14:52,586 basehttp 50911 6194343936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 02:15:27,600 basehttp 50911 6211170304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 02:15:27,602 basehttp 50911 6194343936 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1232 INFO 2025-09-26 02:15:53,586 basehttp 50911 6211170304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 02:16:27,576 basehttp 50911 6194343936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 02:16:27,577 basehttp 50911 6211170304 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1232 INFO 2025-09-26 02:17:27,576 basehttp 50911 6194343936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 02:17:27,578 basehttp 50911 6211170304 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1232 INFO 2025-09-26 02:18:12,682 basehttp 50911 6211170304 "GET /en/admin/laboratory/labresult/ HTTP/1.1" 200 91659 INFO 2025-09-26 02:18:12,693 basehttp 50911 6211170304 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 02:18:27,575 basehttp 50911 6211170304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 02:18:27,576 basehttp 50911 6194343936 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1232 INFO 2025-09-26 02:18:27,584 basehttp 50911 6194343936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 02:18:30,058 basehttp 50911 6194343936 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 149084 INFO 2025-09-26 02:18:30,074 basehttp 50911 6194343936 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 02:18:40,122 basehttp 50911 6194343936 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 1084136 ERROR 2025-09-26 02:18:46,379 log 50911 6194343936 The number of GET/POST parameters exceeded settings.DATA_UPLOAD_MAX_NUMBER_FIELDS. Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/request.py", line 572, in __init__ for key, value in parse_qsl(query_string, **parse_qsl_kwargs): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/urllib/parse.py", line 816, in parse_qsl raise ValueError('Max number of fields exceeded') ValueError: Max number of fields exceeded The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 185, in _get_response response = middleware_method( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/middleware/csrf.py", line 465, in process_view self._check_token(request) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/middleware/csrf.py", line 368, in _check_token request_csrf_token = request.POST.get("csrfmiddlewaretoken", "") ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/wsgi.py", line 93, in _get_post self._load_post_and_files() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/request.py", line 442, in _load_post_and_files self._post = QueryDict(self.body, encoding="utf-8") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/request.py", line 579, in __init__ raise TooManyFieldsSent( django.core.exceptions.TooManyFieldsSent: The number of GET/POST parameters exceeded settings.DATA_UPLOAD_MAX_NUMBER_FIELDS. WARNING 2025-09-26 02:18:46,380 basehttp 50911 6194343936 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 400 110969 INFO 2025-09-26 02:18:55,081 basehttp 50911 6194343936 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 1084136 INFO 2025-09-26 02:19:01,714 basehttp 50911 6194343936 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 149084 INFO 2025-09-26 02:19:01,728 basehttp 50911 6194343936 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 02:19:06,445 basehttp 50911 6194343936 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 123503 INFO 2025-09-26 02:19:10,824 basehttp 50911 6194343936 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-26 02:19:10,883 basehttp 50911 6194343936 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 149281 INFO 2025-09-26 02:19:10,898 basehttp 50911 6194343936 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 02:19:15,879 basehttp 50911 6194343936 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 123062 INFO 2025-09-26 02:19:19,182 basehttp 50911 6194343936 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-26 02:19:19,240 basehttp 50911 6194343936 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 149293 INFO 2025-09-26 02:19:19,255 basehttp 50911 6194343936 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 02:19:27,564 basehttp 50911 6194343936 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1232 INFO 2025-09-26 02:19:59,340 basehttp 50911 6194343936 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 123247 INFO 2025-09-26 02:20:02,670 basehttp 50911 6194343936 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-26 02:20:02,719 basehttp 50911 6194343936 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 149231 INFO 2025-09-26 02:20:02,735 basehttp 50911 6194343936 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 02:20:27,578 basehttp 50911 6194343936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 02:20:27,578 basehttp 50911 6211170304 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1232 INFO 2025-09-26 02:20:27,587 basehttp 50911 6211170304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 02:21:13,816 basehttp 50911 6211170304 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 122734 INFO 2025-09-26 02:21:18,294 basehttp 50911 6211170304 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-26 02:21:18,348 basehttp 50911 6211170304 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 149200 INFO 2025-09-26 02:21:18,365 basehttp 50911 6211170304 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-26 02:21:27,573 basehttp 50911 6194343936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 02:21:27,575 basehttp 50911 6211170304 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1232 INFO 2025-09-26 02:21:28,716 basehttp 50911 6211170304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-26 21:55:36,626 autoreload 15940 8602788160 Watching for file changes with StatReloader INFO 2025-09-26 21:55:40,498 basehttp 15940 6193967104 "GET / HTTP/1.1" 302 0 INFO 2025-09-26 21:55:40,579 basehttp 15940 6210793472 "GET /en/ HTTP/1.1" 302 0 INFO 2025-09-26 21:55:40,583 basehttp 15940 6210793472 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-09-26 21:55:40,598 log 15940 6193967104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-26 21:55:40,600 basehttp 15940 6193967104 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 161223 INFO 2025-09-26 21:55:45,076 basehttp 15940 6193967104 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-09-26 21:55:45,088 basehttp 15940 6193967104 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-09-26 21:55:45,092 basehttp 15940 6193967104 "GET /static/admin/js/theme.js HTTP/1.1" 304 0 INFO 2025-09-26 21:55:45,093 basehttp 15940 6227619840 "GET /static/admin/css/base.css HTTP/1.1" 304 0 INFO 2025-09-26 21:55:45,093 basehttp 15940 6210793472 "GET /static/admin/css/dark_mode.css HTTP/1.1" 304 0 INFO 2025-09-26 21:55:45,094 basehttp 15940 6227619840 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 304 0 INFO 2025-09-26 21:55:45,094 basehttp 15940 6210793472 "GET /static/admin/css/responsive.css HTTP/1.1" 304 0 INFO 2025-09-26 21:55:45,095 basehttp 15940 6210793472 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 304 0 INFO 2025-09-26 21:55:47,295 basehttp 15940 6210793472 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-09-26 21:55:47,320 basehttp 15940 6210793472 "GET /en/admin/ HTTP/1.1" 200 108166 INFO 2025-09-26 21:55:47,335 basehttp 15940 6210793472 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 304 0 INFO 2025-09-26 21:55:50,288 basehttp 15940 6210793472 "GET / HTTP/1.1" 302 0 INFO 2025-09-26 21:55:50,319 basehttp 15940 6227619840 "GET /en/ HTTP/1.1" 200 47003 INFO 2025-09-26 21:55:50,329 basehttp 15940 6227619840 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 INFO 2025-09-26 21:55:50,388 basehttp 15940 6227619840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 21:55:50,394 basehttp 15940 6193967104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-26 21:55:50,395 basehttp 15940 6210793472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-26 21:56:09,773 basehttp 15940 6210793472 "GET /en/inpatients/ HTTP/1.1" 200 65969 INFO 2025-09-26 21:56:09,812 basehttp 15940 6210793472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 21:56:09,813 basehttp 15940 6193967104 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2099 INFO 2025-09-26 21:56:24,356 basehttp 15940 6193967104 "GET /en/facility-management/ HTTP/1.1" 200 48175 INFO 2025-09-26 21:56:24,404 basehttp 15940 6193967104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 21:56:45,509 basehttp 15940 6193967104 "GET /en/facility-management/maintenance/create/ HTTP/1.1" 200 66905 INFO 2025-09-26 21:56:45,548 basehttp 15940 6193967104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 21:56:53,405 basehttp 15940 6193967104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 ERROR 2025-09-26 21:57:07,307 log 15940 6193967104 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 64, in get_context_data 'expired_medications': InventoryItem.objects.filter( ^^^^^^^^^^^^^ NameError: name 'InventoryItem' is not defined ERROR 2025-09-26 21:57:07,310 basehttp 15940 6193967104 "GET /en/pharmacy/ HTTP/1.1" 500 86924 INFO 2025-09-26 21:57:27,815 autoreload 15940 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-09-26 21:57:28,321 autoreload 16863 8602788160 Watching for file changes with StatReloader INFO 2025-09-26 21:57:30,655 basehttp 16863 6163574784 "GET /en/pharmacy/ HTTP/1.1" 200 38809 INFO 2025-09-26 21:57:30,698 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 ERROR 2025-09-26 21:57:30,710 log 16863 13455405056 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 909, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^ NameError: name 'InventoryItem' is not defined ERROR 2025-09-26 21:57:30,710 log 16863 13438578688 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 854, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^ NameError: name 'InventoryItem' is not defined ERROR 2025-09-26 21:57:30,714 basehttp 16863 13455405056 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 72942 ERROR 2025-09-26 21:57:30,715 basehttp 16863 13438578688 "GET /en/pharmacy/stats/ HTTP/1.1" 500 73037 INFO 2025-09-26 21:57:36,514 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 21:57:41,132 basehttp 16863 13438578688 "GET /en/pharmacy/ HTTP/1.1" 200 38809 ERROR 2025-09-26 21:57:41,196 log 16863 13455405056 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 854, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^ NameError: name 'InventoryItem' is not defined INFO 2025-09-26 21:57:41,198 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 ERROR 2025-09-26 21:57:41,202 log 16863 6163574784 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 909, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^ NameError: name 'InventoryItem' is not defined ERROR 2025-09-26 21:57:41,204 basehttp 16863 13455405056 "GET /en/pharmacy/stats/ HTTP/1.1" 500 73311 ERROR 2025-09-26 21:57:41,204 basehttp 16863 6163574784 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 73216 ERROR 2025-09-26 21:57:43,375 log 16863 6163574784 Internal Server Error: /en/patients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_create' with no arguments not found. 1 pattern(s) tried: ['en/appointments/(?P[0-9]+)/requests/create/\\Z'] ERROR 2025-09-26 21:57:43,377 basehttp 16863 6163574784 "GET /en/patients/ HTTP/1.1" 500 200964 INFO 2025-09-26 21:57:53,407 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 21:59:53,388 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 ERROR 2025-09-26 22:00:31,310 log 16863 6163574784 Internal Server Error: /en/patients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_create' with no arguments not found. 1 pattern(s) tried: ['en/appointments/(?P[0-9]+)/requests/create/\\Z'] ERROR 2025-09-26 22:00:31,314 basehttp 16863 6163574784 "GET /en/patients/ HTTP/1.1" 500 201101 ERROR 2025-09-26 22:00:32,262 log 16863 6163574784 Internal Server Error: /en/patients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_create' with no arguments not found. 1 pattern(s) tried: ['en/appointments/(?P[0-9]+)/requests/create/\\Z'] ERROR 2025-09-26 22:00:32,265 basehttp 16863 6163574784 "GET /en/patients/ HTTP/1.1" 500 201101 ERROR 2025-09-26 22:00:33,447 log 16863 6163574784 Internal Server Error: /en/patients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_create' with no arguments not found. 1 pattern(s) tried: ['en/appointments/(?P[0-9]+)/requests/create/\\Z'] ERROR 2025-09-26 22:00:33,448 basehttp 16863 6163574784 "GET /en/patients/ HTTP/1.1" 500 201101 INFO 2025-09-26 22:00:53,391 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 22:01:44,058 basehttp 16863 6163574784 "GET /en/patients/ HTTP/1.1" 200 138324 INFO 2025-09-26 22:01:44,096 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 22:01:53,390 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 22:01:54,849 basehttp 16863 6163574784 "GET /en/patients/patientprofile/24/details/ HTTP/1.1" 200 35863 INFO 2025-09-26 22:01:54,866 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 22:02:00,600 basehttp 16863 6163574784 "GET /en/patients/patientprofile/24/details/ HTTP/1.1" 200 35863 INFO 2025-09-26 22:02:00,619 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 22:02:04,975 basehttp 16863 6163574784 "GET /en/patients/delete/24/ HTTP/1.1" 200 36384 INFO 2025-09-26 22:02:04,992 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 22:02:44,110 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 22:03:44,112 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 22:03:53,387 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 22:04:44,101 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 22:04:53,388 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 22:05:44,102 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 22:05:53,389 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 22:06:44,103 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 22:07:44,456 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 22:07:53,448 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 22:08:46,446 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 22:08:53,452 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 22:09:53,449 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 22:09:53,461 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 22:16:43,265 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 22:16:43,272 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 22:17:43,261 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 22:26:04,736 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 22:26:04,747 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-26 22:44:16,849 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-26 22:54:42,211 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-26 23:12:38,717 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-26 23:12:38,729 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-26 23:23:08,029 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-26 23:39:34,712 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-26 23:40:34,711 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-26 23:40:34,722 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-26 23:58:49,505 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-26 23:59:49,512 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-26 23:59:49,524 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 00:00:49,494 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 00:01:49,504 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 00:02:49,502 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 00:03:49,516 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 00:03:49,525 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 00:04:49,513 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 00:04:49,523 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 00:06:49,510 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 00:06:49,518 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 00:07:49,501 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 00:07:49,508 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 00:25:21,761 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 00:25:21,770 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 00:43:58,102 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 00:43:58,110 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 01:07:48,477 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 01:07:48,488 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 01:08:48,471 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 01:08:48,481 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 01:28:11,681 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 01:28:11,692 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 01:46:35,838 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 02:02:37,367 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:08:55,995 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:08:56,004 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:27:16,750 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:27:16,760 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:28:16,741 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:28:16,753 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:29:16,744 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:30:16,740 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:31:16,752 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:31:16,761 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:32:16,747 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:33:16,746 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:33:16,758 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:34:16,746 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:35:16,740 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:36:16,743 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:36:16,754 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:37:16,745 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:37:16,757 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:38:16,749 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-27 02:39:16,743 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-27 02:40:16,742 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 02:40:16,752 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 02:41:16,745 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 02:42:16,749 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 02:42:16,760 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 02:43:16,750 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 02:44:16,748 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 02:45:16,752 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 02:45:16,763 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 02:46:16,761 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 02:46:16,771 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 02:48:16,751 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:48:16,757 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:49:16,754 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:50:16,760 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:51:16,757 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:52:16,759 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:52:16,771 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:53:16,756 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:54:16,759 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:54:16,770 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:55:16,751 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:56:16,761 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:56:16,772 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:57:16,763 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:58:16,762 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:59:16,765 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 02:59:16,777 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:00:16,768 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:00:16,778 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:02:16,769 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:02:16,780 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:03:16,772 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:03:16,778 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:05:16,772 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:05:16,782 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:06:16,770 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:06:16,775 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:08:16,770 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:08:16,781 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:09:16,777 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:09:16,788 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:10:16,775 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:11:16,772 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:12:16,809 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:12:16,820 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:13:16,815 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:14:16,817 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:15:16,815 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:15:16,825 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:16:16,817 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:17:16,817 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:18:16,820 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:18:16,830 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:19:16,816 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:20:16,821 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:20:16,832 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:21:16,822 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:22:16,821 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:22:16,832 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:23:16,818 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:24:16,820 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:25:16,828 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:25:16,839 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:26:16,829 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:27:16,825 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 03:44:15,864 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 03:44:15,874 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 04:01:30,433 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 04:10:38,915 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 04:10:38,924 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 04:27:58,316 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 04:45:32,298 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 04:45:32,309 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 04:46:32,288 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 04:47:32,292 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 04:47:32,299 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 04:48:32,286 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 04:49:32,289 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 04:49:32,299 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 04:50:32,299 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 04:51:32,282 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 04:51:32,289 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 04:52:32,289 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 04:53:32,291 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 04:54:32,290 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 04:55:32,291 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 04:55:32,301 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 04:57:32,289 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 04:57:32,300 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 04:58:32,291 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 04:59:32,293 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:00:32,294 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:00:32,299 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:01:32,294 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:02:32,278 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:02:32,288 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:03:32,285 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:04:32,282 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:05:32,282 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:05:32,293 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:06:32,286 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:07:32,276 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:07:32,284 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:08:32,283 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:09:32,283 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:09:32,288 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:10:32,289 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:11:32,287 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:12:32,287 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:12:32,299 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:13:32,285 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:14:32,291 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:15:32,281 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:15:32,289 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:16:32,275 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:16:32,286 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:17:32,287 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:18:32,271 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:19:32,274 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:19:32,285 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:20:32,271 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:20:32,280 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:22:32,271 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:22:32,277 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:23:32,277 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:23:32,288 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:25:32,273 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:25:32,279 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:27:32,282 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:27:32,291 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:28:32,277 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:28:32,288 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:30:32,272 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:30:32,282 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:31:32,281 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:31:32,293 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:33:32,270 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:33:32,281 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:34:32,270 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:34:32,276 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:35:32,272 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:36:32,274 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:37:32,270 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:37:32,275 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 05:38:32,286 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-27 05:39:32,271 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-27 05:39:32,277 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-27 05:41:32,270 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 05:41:32,280 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 05:42:32,282 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 05:42:32,292 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 05:44:32,277 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 05:44:32,287 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 05:45:32,279 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 05:45:32,291 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 06:03:23,362 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:11:42,832 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:27:37,278 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:27:37,289 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:28:37,273 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:29:37,260 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:30:37,251 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:30:37,256 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:31:37,267 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:32:37,259 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:32:37,266 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:33:37,269 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:34:37,254 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:34:37,264 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:35:37,257 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:36:37,263 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:37:37,266 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:37:37,275 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:38:37,260 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-27 06:39:37,265 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-27 06:40:37,253 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 06:40:37,293 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 06:41:37,263 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 06:42:37,264 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 06:43:37,263 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 06:44:37,258 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 06:44:37,271 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 06:45:37,262 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 06:46:37,247 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 06:47:37,258 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 06:47:37,267 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 06:48:37,260 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:49:37,253 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:49:37,259 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:50:37,260 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:51:37,262 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:51:37,270 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:53:37,255 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:53:37,262 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:54:37,258 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:55:37,249 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:55:37,254 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:56:37,255 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:57:37,215 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:58:37,230 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:58:37,239 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 06:59:37,234 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:00:37,219 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:01:37,226 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:01:37,235 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:02:37,215 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:03:37,227 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:04:37,216 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:04:37,221 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:05:37,219 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:06:37,218 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:06:37,230 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:07:37,219 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:08:37,214 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:08:37,225 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:09:37,217 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:10:37,222 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:11:37,212 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:11:37,223 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:12:37,247 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:13:37,241 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:14:37,246 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:14:37,257 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:15:37,256 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:16:37,242 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:16:37,247 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:17:37,247 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:18:37,241 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:18:37,247 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:19:37,248 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:20:37,253 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:21:37,241 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:21:37,249 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:22:37,236 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:23:37,251 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:24:37,240 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:24:37,250 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:25:37,248 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:26:37,254 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:44:01,937 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 07:44:01,947 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 08:08:41,984 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:08:41,990 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:10:54,844 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:10:54,851 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:12:46,228 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:13:46,228 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:14:46,226 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:14:46,239 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:15:46,227 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:16:46,225 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:17:46,224 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:17:46,234 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:18:46,227 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:19:46,221 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:20:46,223 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:20:46,235 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:21:46,217 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:22:46,222 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:23:46,223 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:23:46,234 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:24:46,221 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:25:46,218 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:26:46,216 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:26:46,225 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:28:46,219 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:28:46,229 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:29:46,221 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:30:46,228 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:31:46,211 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:31:46,220 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:32:46,222 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:33:46,221 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:34:46,214 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:35:46,216 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:35:46,228 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:36:46,212 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:37:46,217 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:38:46,300 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-27 08:38:46,309 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-27 08:40:46,258 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 08:40:46,269 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 08:41:46,260 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 08:41:46,271 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 08:42:46,262 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 08:43:46,262 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 08:44:46,262 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 08:44:46,273 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 08:45:46,264 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 08:46:46,261 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 08:47:46,260 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 08:47:46,272 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 08:48:46,261 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:48:46,268 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:49:46,258 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:50:46,262 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:51:46,263 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:51:46,275 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:52:46,266 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:53:46,259 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:53:46,270 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:54:46,246 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:55:46,241 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:55:46,247 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:56:46,245 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:57:46,250 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:57:46,261 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:58:46,249 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 08:59:46,249 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:00:46,250 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:00:46,261 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:01:46,248 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:02:46,249 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:03:46,244 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:03:46,255 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:04:46,239 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:05:46,249 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:05:46,260 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:06:46,249 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:07:46,244 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:08:46,244 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:08:46,255 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:09:46,250 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:10:46,267 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:10:46,277 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:11:46,271 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:12:46,267 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:16:19,548 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:16:19,560 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:23:20,359 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:39:50,652 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 09:40:50,656 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 09:40:50,666 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 09:41:50,655 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 09:41:50,666 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 09:43:50,651 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 09:43:50,663 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 09:44:50,659 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 09:44:50,668 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 09:45:50,649 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 09:46:50,646 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 09:47:50,645 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 09:47:50,656 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 09:48:50,646 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:48:50,656 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:50:50,655 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:50:50,664 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:51:50,641 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:51:50,647 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:52:50,652 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:53:50,640 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:54:50,635 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:54:50,641 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:55:50,648 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:56:50,640 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:57:50,636 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:57:50,649 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:58:50,634 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:58:50,645 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 09:59:50,651 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:00:50,643 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:01:50,630 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:01:50,640 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:02:50,648 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:02:50,656 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:04:50,628 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:04:50,634 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:05:50,684 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:05:50,693 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:07:50,623 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:07:50,631 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:08:50,632 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:08:50,638 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:09:50,550 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:10:50,563 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:10:50,572 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:11:50,553 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:12:50,550 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:13:50,572 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:13:50,577 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:15:50,556 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:15:50,567 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:17:50,552 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:17:50,561 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:18:50,548 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:18:50,559 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:19:50,597 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:20:50,545 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:21:50,547 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:22:50,532 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:22:50,537 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:23:50,535 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:24:50,535 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:24:50,546 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:26:50,508 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:26:50,519 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:27:50,490 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:28:50,476 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:29:50,471 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:29:50,483 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:30:50,484 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:31:50,470 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:32:50,506 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:32:50,515 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:34:50,468 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:34:50,476 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:35:50,460 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:35:50,471 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:36:50,464 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:37:50,455 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 10:38:50,470 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-27 10:38:50,479 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-27 10:54:58,645 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 11:09:00,236 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 11:12:07,687 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 11:12:07,699 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 11:20:54,292 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 11:22:25,640 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 11:22:25,649 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 11:39:32,239 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 11:48:32,953 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 11:48:32,964 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 11:50:32,937 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 11:50:32,948 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 11:51:32,936 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 11:51:32,946 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 11:53:32,939 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 11:53:32,950 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 11:54:32,936 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 11:54:32,948 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 11:56:32,945 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 11:56:32,954 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 11:57:32,934 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 11:57:32,946 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 11:58:32,941 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 11:58:32,952 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:00:32,938 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:00:32,949 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:01:32,941 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:01:32,951 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:02:32,940 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:03:32,938 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:04:32,928 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:04:32,935 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:05:32,942 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:06:32,939 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:06:32,950 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:07:32,941 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:08:32,936 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:09:32,922 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:09:32,929 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:10:32,893 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:11:32,893 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:12:32,892 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:12:32,904 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:14:32,890 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:14:32,901 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:15:32,891 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:15:32,902 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:16:32,886 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:17:32,885 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:18:32,887 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:18:32,893 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:19:32,900 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:20:32,890 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:21:32,890 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:21:32,897 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:22:32,889 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:23:32,891 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:24:32,886 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:24:32,897 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:25:32,862 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:25:32,873 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:26:32,865 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:27:32,862 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:28:32,859 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:28:32,870 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:29:32,859 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:30:32,861 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:31:32,857 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:31:32,862 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:32:32,859 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:33:32,856 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:34:32,854 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:34:32,864 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:35:32,854 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:36:32,848 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:37:32,855 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:37:32,866 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 12:38:32,854 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-27 12:38:32,865 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-27 12:40:32,843 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 12:40:32,848 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 12:41:32,841 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 12:41:32,848 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 12:42:32,847 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 12:43:32,842 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 12:44:32,842 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 12:45:32,845 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 12:45:32,857 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 12:47:32,842 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 12:47:32,852 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 12:48:32,833 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 13:05:22,361 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 13:05:22,373 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 13:12:32,867 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 13:30:40,249 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 13:49:06,272 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 13:49:06,301 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 14:05:04,328 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 14:13:17,825 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 14:13:17,836 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 14:31:15,270 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 14:31:15,282 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 14:47:21,934 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 14:47:21,945 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 15:05:35,061 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 15:14:51,437 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 15:14:51,446 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 15:15:51,425 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 15:16:51,436 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 15:17:51,428 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 15:17:51,439 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 15:18:51,433 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 15:35:00,313 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 15:36:00,310 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 15:36:00,321 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 15:37:00,313 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 15:37:00,325 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 15:39:00,309 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 15:39:00,321 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 15:40:00,313 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 15:40:00,318 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 15:42:00,321 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 15:42:00,330 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 15:43:00,316 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 15:43:00,327 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 15:45:00,314 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 15:45:00,320 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 15:46:00,318 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 15:46:00,329 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 16:03:44,642 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:03:44,647 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:04:44,636 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:04:44,643 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:05:44,653 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:06:44,644 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:07:44,644 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:07:44,650 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:08:44,645 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:08:44,651 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:09:44,648 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:10:44,643 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:11:44,643 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:11:44,649 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:12:44,643 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:13:44,634 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:13:44,639 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:14:44,635 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:15:44,631 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:15:44,637 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:16:44,634 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:16:44,641 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:17:44,551 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:18:44,540 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:18:44,545 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:19:44,546 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:20:44,548 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:21:44,545 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:21:44,551 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:22:44,546 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:23:44,542 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:23:44,547 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:24:44,541 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:24:44,547 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:26:44,539 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:26:44,545 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:27:44,541 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:27:44,546 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:28:44,552 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:28:44,579 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:29:44,543 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:30:44,539 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:31:44,537 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:31:44,543 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:32:44,627 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:33:44,622 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:33:44,629 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:34:44,617 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:35:44,613 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:35:44,620 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:36:44,615 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:36:44,622 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:37:44,625 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:38:44,613 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-27 16:39:44,615 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 16:39:44,622 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 16:40:44,622 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 16:41:44,616 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 16:42:44,621 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 16:42:44,627 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 16:43:44,614 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 16:43:44,622 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 16:44:44,617 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 16:45:44,622 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 16:46:44,612 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 16:46:44,620 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 16:47:44,671 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 16:47:44,677 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 16:48:44,667 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:49:44,661 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:50:44,663 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:50:44,670 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:51:44,673 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:51:44,680 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:52:44,668 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:53:44,661 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:54:44,672 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:54:44,679 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:55:44,665 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:55:44,673 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:56:44,667 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:57:44,670 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:58:44,659 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:58:44,667 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:59:44,673 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 16:59:44,679 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:00:44,665 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:01:44,666 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:01:44,673 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:15:17,655 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:16:17,622 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:17:17,615 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:17:17,624 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:18:17,625 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:19:17,625 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:19:17,636 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:20:17,736 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:20:17,747 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:22:17,625 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:22:17,638 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:23:17,620 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:23:17,629 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:24:17,630 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:25:17,625 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:26:17,621 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:26:17,631 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:27:17,629 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:28:17,625 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:29:17,626 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:29:17,633 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:30:17,631 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:30:17,643 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:32:17,630 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:32:17,639 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:33:17,626 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:33:17,637 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:34:17,624 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:35:17,620 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:36:17,637 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:36:17,646 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:37:17,627 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:38:17,623 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-27 17:38:17,634 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-27 17:39:17,625 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 17:40:17,617 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 17:41:17,627 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 17:41:17,638 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 17:42:17,639 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 17:42:17,648 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 17:43:17,634 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 17:44:17,626 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 17:45:17,631 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 17:46:17,626 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 17:46:17,635 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 17:47:17,645 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 17:48:17,631 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:49:17,622 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:49:17,630 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:50:17,634 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:50:17,646 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:52:17,624 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:52:17,632 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:53:17,631 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:53:17,642 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:54:17,634 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:55:17,633 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:56:17,634 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:56:17,644 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:57:17,637 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:58:17,633 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:59:17,631 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 17:59:17,642 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:01:17,656 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:01:17,665 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:03:17,661 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:03:17,672 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:04:17,656 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:05:17,667 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:05:17,677 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:06:17,662 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:07:17,664 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:08:17,661 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:08:17,673 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:09:17,664 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:10:17,664 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:10:17,674 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:11:17,666 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:12:17,662 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:12:17,672 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:13:17,664 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:14:17,664 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:15:17,673 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:15:17,678 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:31:44,161 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:32:44,151 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:33:44,160 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:33:44,166 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:34:44,152 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:35:44,148 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:36:44,159 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:36:44,165 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:37:44,157 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:37:44,163 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:38:44,146 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-27 18:39:44,149 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 18:39:44,155 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 18:40:44,159 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 18:41:44,154 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 18:42:44,158 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 18:42:44,164 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 18:43:44,145 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 18:44:44,153 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 18:45:44,146 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 18:45:44,154 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 18:46:44,191 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 18:46:44,196 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 18:47:44,188 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 18:48:44,178 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:49:44,192 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:49:44,198 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:50:44,184 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:51:44,217 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:51:44,243 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:52:44,187 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:53:44,191 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:54:44,204 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:54:44,233 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:55:44,206 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:56:44,192 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:56:44,198 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:57:44,204 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:58:44,205 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:58:44,237 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 18:59:44,188 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:00:44,195 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:01:44,217 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:01:44,225 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:02:44,211 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:02:44,219 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:04:44,210 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:04:44,218 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:05:44,209 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:05:44,216 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:06:44,222 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:07:44,213 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:07:44,221 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:08:44,213 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:09:44,222 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:10:44,213 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:10:44,220 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:11:44,223 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:12:44,222 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:12:44,230 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:13:44,214 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:14:44,216 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:14:44,224 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:15:44,225 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:16:44,149 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:17:44,137 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:17:44,143 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:18:44,140 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:18:44,147 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:19:44,149 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:20:44,139 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:20:44,146 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:21:44,146 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:22:44,138 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:22:44,145 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:23:44,137 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:24:44,145 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:25:44,136 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:25:44,143 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:26:44,146 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:26:44,153 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:27:44,138 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:28:44,132 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:29:44,134 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:29:44,141 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:30:44,145 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:30:44,153 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:33:33,954 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:33:33,965 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:34:33,939 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:34:33,948 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:36:33,944 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:36:33,955 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:37:33,947 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:38:33,934 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-27 19:39:33,934 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 19:39:33,942 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 19:40:33,931 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 19:41:33,927 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 19:41:33,932 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 19:42:33,928 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 19:43:33,932 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 19:44:33,927 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 19:44:33,933 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 19:45:33,928 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 19:46:33,934 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 19:47:33,934 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 19:47:33,941 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 19:48:33,940 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:48:33,948 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:50:33,942 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:50:33,953 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:51:33,941 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:51:33,953 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:52:33,943 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:53:33,938 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:54:33,942 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:54:33,953 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:55:33,940 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:55:33,950 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:57:33,938 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:57:33,949 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:58:33,944 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 19:58:33,955 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:00:33,943 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:00:33,949 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:01:33,999 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:01:34,010 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:03:33,992 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:03:33,998 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:04:33,997 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:04:34,007 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:05:33,992 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:06:33,994 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:07:33,995 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:07:34,006 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:08:33,996 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:09:33,991 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:10:33,995 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:11:33,994 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:11:34,004 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:12:33,997 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:13:33,998 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:14:33,996 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:14:34,008 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:15:33,995 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:16:34,017 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:17:34,025 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:17:34,036 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:18:34,023 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:18:34,036 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:19:34,026 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:20:34,017 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:21:34,022 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:21:34,033 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:22:34,025 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:23:34,024 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:23:34,035 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:24:34,034 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:25:34,021 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:26:34,027 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:26:34,039 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:27:34,038 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:28:34,028 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:29:34,029 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:29:34,039 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:30:34,026 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:31:34,016 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:32:34,019 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:32:34,030 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:34:16,212 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:34:16,219 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:35:16,213 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:36:16,209 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:37:16,224 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:37:16,233 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:38:16,211 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-27 20:38:16,217 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-27 20:39:16,217 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 20:39:16,223 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-27 20:41:16,210 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 20:41:16,215 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 20:42:16,220 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 20:42:16,225 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 20:43:16,212 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 20:43:16,217 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 20:44:16,215 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 20:44:16,221 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 20:46:16,108 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 20:46:16,114 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 20:47:16,117 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 20:47:16,123 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-27 20:48:16,110 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:48:16,116 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:49:16,112 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:50:16,107 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:51:16,127 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:51:16,155 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:52:16,114 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:52:16,120 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:54:16,122 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:54:16,148 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:55:16,104 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:55:16,110 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:56:16,104 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:56:16,110 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:57:16,103 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:58:16,103 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:59:16,100 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 20:59:16,107 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:00:16,109 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:01:16,061 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:01:16,069 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:02:16,049 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:03:16,048 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:03:16,055 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:04:16,056 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:05:16,046 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:05:16,055 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:06:16,042 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:06:16,049 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:07:16,048 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:08:16,042 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:09:16,040 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:09:16,048 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:10:16,048 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:10:16,055 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:11:16,043 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:12:16,036 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:13:16,035 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:13:16,042 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:14:16,037 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:14:16,046 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:15:16,045 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:16:16,032 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:16:16,040 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:17:16,029 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:18:16,030 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:19:16,028 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:19:16,035 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:20:16,038 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:20:16,046 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:22:16,033 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:22:16,040 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:23:16,029 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:23:16,037 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:24:16,027 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:24:16,034 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:26:16,026 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:26:16,033 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:27:16,024 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:27:16,031 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:28:16,020 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:28:16,028 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:30:16,016 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:30:16,023 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:31:16,004 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:31:16,010 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:32:15,993 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:33:15,987 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:34:15,979 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:34:15,986 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-27 21:51:00,969 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 21:51:00,977 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 21:53:00,977 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 21:53:00,987 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 21:54:00,960 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 21:54:00,968 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 21:55:00,966 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 21:56:00,959 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 21:57:00,963 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 21:57:00,972 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 21:58:00,971 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 21:59:00,961 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:00:00,955 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:00:00,964 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:01:00,959 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:01:00,964 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:02:00,965 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:03:00,962 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:03:00,973 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:04:00,964 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:05:00,956 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:05:00,968 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:06:00,971 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:07:00,971 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:07:00,981 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:08:00,966 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:09:00,973 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:10:00,973 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:10:00,984 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:11:00,967 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:11:00,976 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:13:00,973 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:13:00,984 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:14:00,974 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:15:00,968 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:16:00,970 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:16:00,982 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:17:00,970 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:17:00,981 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:19:00,964 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:19:00,972 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:20:00,974 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:20:00,986 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:21:00,918 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:22:00,912 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:23:00,914 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:23:00,924 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:24:00,917 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:24:00,927 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:26:00,912 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:26:00,922 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:27:00,911 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:28:00,906 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:29:00,913 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:29:00,924 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:30:00,911 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:31:00,907 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:31:00,921 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:32:00,909 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:33:00,904 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:34:00,904 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:34:00,916 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:35:00,908 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:35:00,920 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:37:00,904 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:37:00,916 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-27 22:38:00,908 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 22:39:00,901 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 22:39:00,906 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 22:40:00,904 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 22:41:00,902 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 22:42:00,898 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 22:42:00,908 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 22:43:00,899 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 22:43:00,910 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 22:44:00,900 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 22:45:00,897 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 22:46:00,897 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 22:46:00,907 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 22:47:00,896 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 22:48:00,891 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 22:49:00,896 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 22:50:00,898 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 22:50:00,908 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:07:30,192 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:07:30,199 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:08:30,190 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:08:30,195 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:09:30,192 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:09:30,199 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:11:30,194 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:11:30,199 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:12:30,189 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:12:30,195 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:13:30,189 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:13:30,194 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:15:30,197 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:15:30,203 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:16:30,189 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:16:30,195 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:17:30,196 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:17:30,201 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:18:30,191 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:19:30,189 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:20:30,196 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:20:30,202 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:21:30,197 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:21:30,202 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:22:30,212 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:23:30,201 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:24:30,208 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:24:30,213 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:25:30,205 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:25:30,210 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:26:30,236 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:27:30,207 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:27:30,213 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:28:30,211 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:29:30,239 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:30:30,224 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:30:30,249 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:31:30,215 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:32:30,214 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:33:30,216 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:33:30,224 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:34:30,206 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:34:30,212 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:35:30,211 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:36:30,192 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:37:30,181 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:37:30,187 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-27 23:38:30,175 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:38:30,181 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:40:30,182 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:40:30,190 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:41:30,181 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:41:30,187 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:42:30,183 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:43:30,175 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:44:30,173 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:44:30,181 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:45:30,183 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:45:30,191 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:46:30,175 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:47:30,183 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:47:30,192 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:48:30,175 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:49:30,174 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:50:30,177 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:50:30,184 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:51:30,176 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:51:30,183 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:52:30,170 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:52:30,178 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:53:30,169 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:53:30,176 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:55:30,173 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:55:30,180 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:56:30,172 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:56:30,179 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:57:30,177 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:57:30,184 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:58:30,168 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-27 23:59:30,168 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:00:30,173 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:00:30,180 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:01:30,171 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:02:30,175 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:03:30,177 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:03:30,185 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:04:30,176 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:04:30,184 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:05:30,176 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:06:30,168 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:16:49,769 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:16:49,778 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:17:49,768 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:17:49,775 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:18:49,760 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:19:49,763 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:20:49,764 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:20:49,777 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:21:49,762 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:22:49,761 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:23:49,761 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:23:49,772 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:24:49,767 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:25:49,766 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:26:49,764 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:26:49,777 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:27:49,764 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:28:49,758 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:29:49,763 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:29:49,773 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:30:49,762 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:30:49,773 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:32:49,781 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:32:49,786 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:33:49,785 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:33:49,796 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:34:49,785 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:34:49,796 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:36:49,781 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:36:49,787 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:37:49,786 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:37:49,797 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:38:49,786 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:39:49,786 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:40:49,784 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:40:49,794 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:41:49,783 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:42:49,785 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:42:49,796 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:43:49,782 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:44:49,779 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:44:49,789 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:45:49,783 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:46:49,768 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:47:49,766 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:47:49,774 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:49:49,773 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:49:49,784 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:50:49,766 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:50:49,775 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:51:49,778 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:52:49,774 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:53:49,764 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:53:49,772 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:54:49,777 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:55:49,773 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:55:49,786 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:56:49,773 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:57:49,770 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:57:49,780 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:58:49,773 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 00:59:49,773 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:00:49,768 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:00:49,774 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:01:49,653 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:02:49,651 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:02:49,662 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:03:49,649 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:04:49,652 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:04:49,663 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:05:49,653 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:06:49,648 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:06:49,658 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:07:49,656 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:08:49,651 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:09:49,643 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:09:49,653 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:10:49,645 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:11:49,647 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:11:49,658 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:12:49,643 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:13:49,643 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:14:49,644 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:14:49,655 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:15:49,643 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:15:49,649 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:17:49,671 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:17:49,681 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:18:49,675 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:18:49,683 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:19:49,673 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:20:49,669 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:21:49,667 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:21:49,672 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:22:49,666 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:23:49,666 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:23:49,671 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:24:49,668 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:24:49,675 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:25:49,670 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:25:49,675 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:26:49,770 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:26:49,779 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:28:49,654 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:28:49,659 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:29:49,656 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:29:49,662 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:30:49,658 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:31:49,736 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:32:49,743 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:32:49,749 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:33:49,749 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:33:49,754 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:35:49,761 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:35:49,788 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:36:49,749 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:36:49,754 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:37:49,744 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:37:49,750 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:38:49,766 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:38:49,797 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:40:49,752 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:40:49,758 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:41:49,743 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:41:49,749 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:42:49,747 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:43:49,742 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:44:49,744 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:44:49,751 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:45:49,747 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:46:49,723 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:47:49,725 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:47:49,733 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:48:49,732 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:48:49,738 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:49:49,728 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:50:49,723 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:51:49,724 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:51:49,731 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:52:49,733 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:53:49,727 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:53:49,736 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:54:49,725 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:54:49,733 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:55:49,730 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:56:49,732 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:57:49,724 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:57:49,732 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:58:49,726 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:58:49,735 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 01:59:49,726 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:00:49,734 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:00:49,741 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:01:49,725 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:01:49,732 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:03:49,728 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:03:49,735 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:04:49,724 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:04:49,731 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:05:49,733 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:05:49,739 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:06:49,736 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:07:49,731 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:08:49,722 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:08:49,729 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:09:49,723 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:09:49,731 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:10:49,733 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:11:49,731 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:12:49,733 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:12:49,741 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:13:49,724 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:14:49,730 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:14:49,737 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:15:49,721 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:15:49,728 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:16:49,711 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:17:49,709 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:18:49,697 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:18:49,705 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:36:04,736 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:36:04,744 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:38:04,543 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:38:04,554 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:39:04,532 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:39:04,543 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:40:04,529 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:41:04,539 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:41:04,550 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:42:04,542 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:43:04,529 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:44:04,529 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:44:04,535 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:45:04,533 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:45:04,544 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:46:04,536 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:47:04,533 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:48:04,548 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:48:04,557 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:49:04,538 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:50:04,529 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:51:04,532 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:51:04,544 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:52:04,557 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:53:04,559 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:54:04,555 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:54:04,561 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:55:04,560 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:55:04,570 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:56:04,565 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:57:04,551 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:58:04,558 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:58:04,569 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 02:59:04,564 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:00:04,554 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:01:04,559 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:01:04,565 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:02:04,569 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:02:04,579 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:03:04,561 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:04:04,561 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:05:04,557 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:05:04,563 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:06:04,568 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:07:04,566 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:08:04,562 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:08:04,573 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:09:04,559 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:10:04,560 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:10:04,571 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:11:04,563 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:12:04,558 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:13:04,561 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:13:04,573 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:14:04,562 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:15:04,556 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:16:04,557 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:16:04,564 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:17:04,564 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:18:04,564 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:19:04,561 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:20:04,557 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:20:04,568 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:21:04,567 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:22:04,673 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:23:04,679 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:24:04,675 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:24:04,687 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:25:04,676 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:26:04,673 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:26:04,682 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:27:04,687 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:28:04,679 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:29:04,674 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:29:04,682 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:30:04,685 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:30:04,697 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:31:04,683 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:32:04,679 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:32:04,689 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:33:04,694 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:34:04,686 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:34:04,696 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:35:04,683 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:36:04,687 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:52:42,869 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:52:42,875 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:53:42,864 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:54:42,863 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:54:42,868 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:55:42,874 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:56:42,862 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:57:42,874 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:57:42,879 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:58:42,866 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:59:42,863 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 03:59:42,869 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:00:42,872 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:01:42,860 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:01:42,865 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:02:42,871 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:03:42,872 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:03:42,877 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:04:42,866 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:04:42,872 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:05:42,867 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:06:42,869 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:07:42,798 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:07:42,803 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:08:42,791 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:08:42,797 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:09:42,793 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:09:42,799 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:11:42,795 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:11:42,800 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:12:42,806 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:12:42,831 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:14:42,794 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:14:42,800 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:15:42,805 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:15:42,830 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:17:42,789 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:17:42,795 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:18:42,791 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:18:42,798 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:19:42,781 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:20:42,785 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:21:42,786 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:21:42,793 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:22:42,851 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:23:42,839 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:23:42,846 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:24:42,848 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:25:42,839 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:25:42,847 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:26:42,841 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:27:42,848 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:28:42,844 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:28:42,852 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:29:42,840 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:29:42,848 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:30:42,848 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:31:42,838 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:31:42,845 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:32:42,846 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:33:42,847 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:33:42,855 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:34:42,841 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:35:42,837 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:36:42,836 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:36:42,843 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:37:42,813 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:37:42,820 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:38:42,802 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:38:42,809 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:40:42,798 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:40:42,805 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:41:42,807 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:41:42,815 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:42:42,798 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:42:42,805 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:44:42,802 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:44:42,809 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:45:42,795 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:46:42,804 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:46:42,812 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:47:42,806 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:48:42,799 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:49:42,794 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:49:42,801 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:50:42,795 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:50:42,802 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:51:42,795 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:52:42,779 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 04:52:42,788 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:08:42,680 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:09:42,662 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:10:42,663 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:10:42,675 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:11:42,664 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:12:42,659 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:13:42,670 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:13:42,681 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:14:42,658 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:14:42,669 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:16:42,658 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:16:42,669 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:17:42,661 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:17:42,672 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:18:42,671 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:18:42,680 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:20:42,660 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:20:42,671 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:21:42,654 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:21:42,665 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:22:42,649 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:23:42,685 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:24:42,676 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:24:42,686 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:26:42,671 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:26:42,677 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:27:42,677 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:27:42,683 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:28:42,685 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:28:42,693 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:30:42,668 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:30:42,674 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:31:42,676 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:31:42,687 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:32:42,677 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:33:42,681 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:34:42,670 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:35:42,674 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:35:42,685 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:36:42,672 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:36:42,684 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:38:42,677 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:38:42,682 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:39:42,679 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:39:42,691 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:40:42,673 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:41:42,679 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:42:42,677 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:42:42,689 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:43:42,678 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:44:42,671 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:45:42,673 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:45:42,685 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:46:42,667 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:46:42,676 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:48:42,670 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:48:42,681 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:49:42,674 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:49:42,685 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:50:42,673 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:51:42,671 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:52:42,667 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:52:42,674 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:53:42,653 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:53:42,663 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:54:42,649 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:55:42,647 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:56:42,646 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:56:42,657 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:57:42,652 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:58:42,648 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:58:42,653 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 05:59:42,647 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:00:42,638 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:00:42,644 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:01:42,643 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:02:42,644 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:02:42,650 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:03:42,637 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:04:42,646 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:05:42,642 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:06:42,638 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:06:42,647 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:07:42,641 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:07:42,647 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:14:10,283 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:15:10,286 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:16:10,286 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:16:10,291 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:17:10,285 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:18:10,286 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:19:10,280 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:19:10,285 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:20:10,286 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:20:10,293 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:21:10,281 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:22:10,283 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:23:10,282 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:23:10,287 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:24:10,280 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:24:10,286 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:25:10,271 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:26:10,277 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:27:10,277 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:27:10,282 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:28:10,283 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:28:10,289 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:29:10,378 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:30:10,366 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:31:10,384 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:31:10,390 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:33:10,414 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:33:10,442 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:34:10,382 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:34:10,388 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:35:10,385 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:35:10,392 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:37:10,382 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:37:10,388 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:38:10,393 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:38:10,399 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:39:10,391 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:39:10,397 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:41:10,386 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:41:10,394 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:42:10,389 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:42:10,396 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:43:10,392 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:43:10,399 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:45:10,334 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:45:10,340 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:46:10,325 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:46:10,333 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:47:10,334 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:48:10,336 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:48:10,345 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:49:10,336 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:50:10,334 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:50:10,341 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:51:10,324 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:52:10,330 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:52:10,337 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:53:10,336 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:53:10,343 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:54:10,338 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:55:10,334 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:56:10,327 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:56:10,334 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:57:10,327 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:57:10,334 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:59:10,296 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 06:59:10,304 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:00:10,286 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:00:10,293 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:01:10,287 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:01:10,294 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:02:10,298 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:03:10,294 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:04:10,290 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:04:10,298 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:05:10,289 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:05:10,295 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:07:10,292 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:07:10,299 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:08:10,284 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:08:10,291 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:09:10,298 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:10:10,291 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:11:10,289 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:11:10,295 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:12:10,282 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:13:10,276 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:13:10,283 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:14:10,263 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:18:01,746 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:18:01,760 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:19:01,743 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:20:01,749 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:20:01,763 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:21:01,751 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:22:01,747 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:23:01,743 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:23:01,750 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:24:01,744 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:24:01,750 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:26:01,741 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:26:01,747 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:27:01,738 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:27:01,747 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:29:01,758 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:29:01,770 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:30:01,757 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:30:01,763 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:32:01,755 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:32:01,761 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:33:01,752 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:34:01,755 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:34:01,766 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:35:01,757 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:36:01,751 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:37:01,759 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:37:01,770 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-28 07:38:01,759 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 07:38:01,770 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 07:40:01,754 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 07:40:01,759 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 07:41:01,760 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 07:41:01,771 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 07:43:01,753 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 07:43:01,764 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 07:44:01,772 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 07:44:01,782 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 07:45:01,774 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 07:46:01,770 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 07:47:01,765 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 07:47:01,772 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 07:49:01,774 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 07:49:01,784 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 07:50:01,771 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 07:50:01,779 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 07:52:01,773 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 07:52:01,784 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 07:53:01,767 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 07:53:01,776 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 07:55:01,769 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 07:55:01,780 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 07:56:01,768 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 07:56:01,780 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 07:57:01,769 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 07:58:01,769 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 07:59:01,787 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 07:59:01,793 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:00:01,795 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:01:01,792 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:01:01,803 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:02:01,798 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:03:01,792 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:04:01,794 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:04:01,805 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:05:01,790 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:06:01,787 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:07:01,793 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:07:01,799 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:08:01,789 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:08:01,799 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:10:01,791 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:10:01,797 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:11:01,790 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:11:01,795 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:12:01,795 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:13:01,793 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:14:01,794 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:14:01,800 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:15:01,796 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:16:01,795 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:17:01,796 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:17:01,808 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:34:22,810 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:34:22,824 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:36:22,807 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:36:22,813 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:37:22,808 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:37:22,813 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:38:22,815 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:39:22,805 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:40:22,807 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:40:22,813 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:41:22,810 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:41:22,815 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:42:22,811 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:42:22,818 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:44:22,815 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:44:22,820 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:45:22,813 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:45:22,818 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:46:22,813 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:47:22,811 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:48:22,805 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:48:22,810 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:49:22,825 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:50:22,836 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:50:22,842 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:51:22,830 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:52:22,829 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:52:22,834 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:53:22,848 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:54:22,823 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:54:22,828 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:55:22,838 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:55:22,843 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:56:22,853 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:57:22,850 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:57:22,878 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:58:22,831 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:59:22,833 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 08:59:22,838 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:00:22,854 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:00:22,879 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:02:22,832 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:02:22,840 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:03:22,843 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:03:22,850 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:04:22,840 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:04:22,847 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:05:22,837 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:06:22,836 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:07:22,834 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:07:22,842 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:08:22,836 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:08:22,844 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:10:22,842 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:10:22,850 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:11:22,835 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:11:22,843 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:12:22,836 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:13:22,833 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:13:22,840 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:14:22,846 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:15:22,838 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:15:22,846 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:16:22,839 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:17:22,837 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:17:22,845 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:18:22,846 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:19:22,753 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:19:22,762 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:20:22,760 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:21:22,750 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:21:22,758 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:22:22,750 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:23:22,750 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:23:22,758 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:24:22,758 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:24:22,764 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:25:22,753 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:26:22,749 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:27:22,753 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:27:22,760 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:28:22,750 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:28:22,757 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:29:22,765 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:30:22,751 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:31:22,748 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:31:22,754 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:32:22,749 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:33:22,747 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:33:22,753 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:34:22,817 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:34:22,824 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:46:00,784 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:47:00,777 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:48:00,779 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:48:00,786 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:49:00,779 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:50:00,781 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:51:00,779 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:51:00,784 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:52:00,783 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:53:00,782 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:54:00,785 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:54:00,796 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:55:00,787 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:56:00,787 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:57:00,786 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:57:00,797 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:58:00,788 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:59:00,789 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 09:59:00,799 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:00:00,791 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:01:00,832 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:02:00,831 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:02:00,842 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:03:00,840 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:03:00,851 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:05:00,836 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:05:00,848 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:06:00,843 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:07:00,839 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:07:00,845 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:08:00,842 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:09:00,834 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:10:00,847 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:10:00,858 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:11:00,847 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:12:00,850 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:12:00,860 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:13:00,849 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:14:00,849 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:14:00,859 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:15:00,852 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:16:00,873 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:16:00,884 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:17:00,877 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:18:00,875 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:18:00,883 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:19:00,876 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:20:00,880 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:20:00,891 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:21:00,878 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:22:00,883 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:23:00,886 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:23:00,897 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:24:00,888 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:25:00,887 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:26:00,889 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:26:00,899 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:27:00,888 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:28:00,892 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:28:00,903 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:29:00,892 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:30:00,895 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:30:00,906 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:31:00,904 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:32:00,898 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:32:00,906 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:33:00,908 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:34:00,909 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:34:00,915 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:35:00,906 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:36:00,909 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:36:00,914 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:37:00,916 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:38:00,911 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:38:00,921 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:39:00,917 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:40:00,924 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:41:00,916 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:41:00,925 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:42:00,922 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:43:00,922 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:43:00,932 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:44:00,927 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:45:00,928 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:55:41,262 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:55:41,271 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:56:41,254 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:57:41,251 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:58:41,252 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:58:41,258 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 10:59:41,258 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:00:41,258 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:01:41,253 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:01:41,259 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:02:41,255 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:03:41,253 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:04:41,254 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:04:41,259 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:05:41,261 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:05:41,267 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:07:41,255 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:07:41,260 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:08:41,255 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:08:41,260 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:09:41,257 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:09:41,262 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:11:41,254 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:11:41,259 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:12:41,246 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:12:41,251 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:13:41,250 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:14:41,269 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:14:41,300 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:15:41,250 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:16:41,256 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:16:41,261 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:17:41,271 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:18:41,248 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:18:41,255 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:19:41,249 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:20:41,244 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:20:41,250 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:21:41,260 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:22:41,250 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:22:41,257 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:23:41,253 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:24:41,248 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:24:41,255 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:25:41,295 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:26:41,291 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:27:41,290 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:27:41,298 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:28:41,295 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:28:41,304 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:29:41,305 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:30:41,294 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:31:41,294 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:31:41,301 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:32:41,296 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:32:41,304 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:33:41,307 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:34:41,296 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:34:41,304 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:35:41,307 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:36:41,306 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:36:41,313 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:37:41,300 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:38:41,306 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:38:41,313 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:39:41,297 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:40:41,298 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:40:41,306 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:41:41,288 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:42:41,289 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:42:41,297 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:43:41,292 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:43:41,299 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:45:41,297 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:45:41,304 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:46:41,301 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:46:41,308 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:47:41,294 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:47:41,302 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:49:41,307 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:49:41,316 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:50:41,295 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:51:41,292 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:52:41,294 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:52:41,300 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:53:41,297 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:54:41,296 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:55:41,312 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:55:41,319 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:58:07,511 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:58:07,521 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 11:59:07,522 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:00:07,503 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:01:07,508 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:01:07,519 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:02:07,503 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:03:07,506 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:04:07,507 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:04:07,518 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:05:07,510 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:06:07,512 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:06:07,523 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:07:07,511 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:08:07,508 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:08:07,514 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:09:07,510 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:10:07,513 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:11:07,513 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:11:07,523 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:12:07,508 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:13:07,519 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:14:07,521 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:15:07,515 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:15:07,520 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:16:07,521 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:17:07,524 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:18:07,527 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:18:07,537 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:19:07,526 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:19:07,538 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:20:07,522 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:21:07,525 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:22:07,528 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:22:07,540 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:23:07,522 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:24:07,526 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:25:07,532 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:25:07,544 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:26:07,527 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:27:07,530 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:28:07,535 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:28:07,546 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 12:52:32,573 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 13:18:55,271 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 13:18:55,282 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 13:59:28,668 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 14:00:20,333 log 16863 6163574784 Bad Request: /en/appointments/24/requests/create/ WARNING 2025-09-28 14:00:20,334 basehttp 16863 6163574784 "GET /en/appointments/24/requests/create/ HTTP/1.1" 400 28 INFO 2025-09-28 14:00:28,617 basehttp 16863 6163574784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:00:28,623 basehttp 16863 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:02:46,234 autoreload 37256 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 14:02:48,532 basehttp 37256 6170062848 "GET /en/patients/ HTTP/1.1" 200 138324 INFO 2025-09-28 14:02:48,546 basehttp 37256 6170062848 "GET /static/css/custom.css HTTP/1.1" 200 2844 INFO 2025-09-28 14:02:48,590 basehttp 37256 6170062848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:02:50,338 basehttp 37256 6170062848 "GET /en/patients/ HTTP/1.1" 200 138324 INFO 2025-09-28 14:02:50,376 basehttp 37256 6170062848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 14:02:53,932 log 37256 6170062848 Bad Request: /en/appointments/24/requests/create/ WARNING 2025-09-28 14:02:53,932 basehttp 37256 6170062848 "GET /en/appointments/24/requests/create/ HTTP/1.1" 400 28 INFO 2025-09-28 14:03:28,604 basehttp 37256 6170062848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:03:33,890 autoreload 37256 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-28 14:03:34,355 autoreload 37677 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 14:03:36,164 basehttp 37677 6170800128 "GET /en/patients/ HTTP/1.1" 200 138324 INFO 2025-09-28 14:03:36,205 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:03:39,393 basehttp 37677 6170800128 "GET /en/appointments/24/requests/create/ HTTP/1.1" 200 51358 INFO 2025-09-28 14:03:39,424 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:04:28,604 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:04:39,440 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:05:39,443 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:06:21,825 basehttp 37677 6170800128 "GET /en/appointments/24/requests/create/ HTTP/1.1" 200 51998 INFO 2025-09-28 14:06:21,856 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:06:28,601 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:06:30,400 basehttp 37677 6170800128 "GET /en/appointments/24/requests/create/ HTTP/1.1" 200 51997 INFO 2025-09-28 14:06:30,438 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:07:28,605 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:07:30,448 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:08:00,544 basehttp 37677 6170800128 "GET /en/appointments/24/requests/create/ HTTP/1.1" 200 52622 INFO 2025-09-28 14:08:00,577 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:08:28,635 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:08:55,844 basehttp 37677 6170800128 "GET /en/appointments/24/requests/create/ HTTP/1.1" 200 53251 INFO 2025-09-28 14:08:55,883 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:09:55,883 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:10:28,614 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:10:55,885 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:10:57,992 basehttp 37677 6170800128 "GET /en/appointments/24/requests/create/ HTTP/1.1" 200 53891 INFO 2025-09-28 14:10:58,032 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:11:05,370 basehttp 37677 6170800128 "GET /en/appointments/24/requests/create/ HTTP/1.1" 200 53890 INFO 2025-09-28 14:11:05,408 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:11:28,614 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:12:05,413 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:12:46,003 basehttp 37677 6170800128 "GET /en/appointments/24/requests/create/ HTTP/1.1" 200 53599 INFO 2025-09-28 14:12:46,044 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:13:28,574 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:13:46,048 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:14:03,191 basehttp 37677 6170800128 "GET /en/appointments/24/requests/create/ HTTP/1.1" 200 53663 INFO 2025-09-28 14:14:03,226 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:14:28,561 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:14:59,759 basehttp 37677 6170800128 "GET /en/appointments/24/requests/create/ HTTP/1.1" 200 53760 INFO 2025-09-28 14:14:59,794 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:16:12,136 basehttp 37677 6170800128 "GET /en/appointments/24/requests/create/ HTTP/1.1" 200 53760 INFO 2025-09-28 14:16:12,154 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:16:16,882 basehttp 37677 6170800128 "GET /en/appointments/requests/ HTTP/1.1" 200 24393 INFO 2025-09-28 14:16:16,918 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:16:26,449 basehttp 37677 6170800128 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 149033 INFO 2025-09-28 14:16:26,462 basehttp 37677 13304360960 "GET /static/admin/css/base.css HTTP/1.1" 304 0 INFO 2025-09-28 14:16:26,462 basehttp 37677 13321187328 "GET /static/admin/css/dark_mode.css HTTP/1.1" 304 0 INFO 2025-09-28 14:16:26,463 basehttp 37677 13338013696 "GET /static/admin/css/changelists.css HTTP/1.1" 304 0 INFO 2025-09-28 14:16:26,463 basehttp 37677 13304360960 "GET /static/admin/js/theme.js HTTP/1.1" 304 0 INFO 2025-09-28 14:16:26,463 basehttp 37677 13371666432 "GET /static/admin/css/responsive.css HTTP/1.1" 304 0 INFO 2025-09-28 14:16:26,463 basehttp 37677 13354840064 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 304 0 INFO 2025-09-28 14:16:26,463 basehttp 37677 13338013696 "GET /static/admin/js/jquery.init.js HTTP/1.1" 304 0 INFO 2025-09-28 14:16:26,464 basehttp 37677 13321187328 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 304 0 INFO 2025-09-28 14:16:26,465 basehttp 37677 13304360960 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 304 0 INFO 2025-09-28 14:16:26,465 basehttp 37677 13321187328 "GET /static/admin/js/actions.js HTTP/1.1" 304 0 INFO 2025-09-28 14:16:26,465 basehttp 37677 13371666432 "GET /static/admin/js/core.js HTTP/1.1" 304 0 INFO 2025-09-28 14:16:26,465 basehttp 37677 13338013696 "GET /static/admin/js/urlify.js HTTP/1.1" 304 0 INFO 2025-09-28 14:16:26,465 basehttp 37677 13354840064 "GET /static/admin/js/prepopulate.js HTTP/1.1" 304 0 INFO 2025-09-28 14:16:26,466 basehttp 37677 13304360960 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 304 0 INFO 2025-09-28 14:16:26,466 basehttp 37677 13354840064 "GET /static/admin/img/search.svg HTTP/1.1" 304 0 INFO 2025-09-28 14:16:26,467 basehttp 37677 6170800128 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-28 14:16:26,467 basehttp 37677 13354840064 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 304 0 INFO 2025-09-28 14:16:26,470 basehttp 37677 13354840064 "GET /static/admin/js/filters.js HTTP/1.1" 304 0 INFO 2025-09-28 14:16:26,484 basehttp 37677 13354840064 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 304 0 INFO 2025-09-28 14:16:26,484 basehttp 37677 13354840064 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 304 0 INFO 2025-09-28 14:16:26,485 basehttp 37677 6170800128 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 304 0 INFO 2025-09-28 14:16:26,485 basehttp 37677 6170800128 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 304 0 INFO 2025-09-28 14:16:28,568 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:16:28,852 basehttp 37677 6170800128 "GET /en/admin/appointments/appointmentrequest/ HTTP/1.1" 200 90256 INFO 2025-09-28 14:16:28,865 basehttp 37677 6170800128 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-28 14:16:57,055 basehttp 37677 6170800128 "GET /en/admin/appointments/appointmentrequest/ HTTP/1.1" 200 167437 INFO 2025-09-28 14:16:57,066 basehttp 37677 13304360960 "GET /static/admin/img/icon-no.svg HTTP/1.1" 304 0 INFO 2025-09-28 14:16:57,066 basehttp 37677 13354840064 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 304 0 INFO 2025-09-28 14:16:57,070 basehttp 37677 6170800128 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-28 14:16:59,493 basehttp 37677 6170800128 "GET /en/appointments/requests/ HTTP/1.1" 200 158575 INFO 2025-09-28 14:16:59,535 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:17:28,567 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:17:45,224 basehttp 37677 6170800128 "GET /en/appointments/requests/ HTTP/1.1" 200 158577 INFO 2025-09-28 14:17:45,266 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:18:05,185 basehttp 37677 6170800128 "GET /en/appointments/requests/ HTTP/1.1" 200 158595 INFO 2025-09-28 14:18:05,218 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:18:14,341 basehttp 37677 6170800128 "GET /en/appointments/requests/ HTTP/1.1" 200 158599 INFO 2025-09-28 14:18:14,385 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:18:26,634 basehttp 37677 6170800128 "GET /en/appointments/requests/ HTTP/1.1" 200 158606 INFO 2025-09-28 14:18:26,667 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:18:53,075 basehttp 37677 6170800128 "GET /en/appointments/reschedule/2146/ HTTP/1.1" 200 29559 INFO 2025-09-28 14:18:53,111 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:19:00,534 basehttp 37677 6170800128 "GET /en/appointments/requests/2137/detail/ HTTP/1.1" 200 26610 INFO 2025-09-28 14:19:00,571 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:19:26,682 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:19:28,565 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:19:55,048 basehttp 37677 6170800128 "GET /en/appointments/requests/?search=&status=&appointment_type=&specialty=&date_filter=today HTTP/1.1" 200 158614 INFO 2025-09-28 14:19:55,092 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 14:20:00,361 log 37677 6170800128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:20:00,361 basehttp 37677 6170800128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 14:20:28,564 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 14:20:36,682 log 37677 13354840064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:20:36,683 basehttp 37677 13354840064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 14:20:36,687 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 14:20:36,710 log 37677 6170800128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:20:36,710 basehttp 37677 6170800128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 14:20:38,844 log 37677 13354840064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:20:38,845 basehttp 37677 13354840064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 14:20:38,850 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 14:20:38,857 log 37677 6170800128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:20:38,857 basehttp 37677 6170800128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 14:20:40,910 log 37677 13354840064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:20:40,911 basehttp 37677 13354840064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 14:20:40,917 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 14:20:40,930 log 37677 6170800128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:20:40,930 basehttp 37677 6170800128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 14:20:42,944 basehttp 37677 6170800128 "GET /en/emr/encounters/create/?patient=24 HTTP/1.1" 200 55913 WARNING 2025-09-28 14:20:42,957 log 37677 6170800128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:20:42,958 basehttp 37677 6170800128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 14:20:43,033 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:21:43,045 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:22:28,341 basehttp 37677 6170800128 "GET /en/emr/encounters/create/?patient=24 HTTP/1.1" 200 55978 INFO 2025-09-28 14:22:28,352 basehttp 37677 6170800128 "GET /static/plugins/toastr/toastr.min.js HTTP/1.1" 200 5536 WARNING 2025-09-28 14:22:28,354 log 37677 13354840064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:22:28,355 basehttp 37677 13354840064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 14:22:28,432 basehttp 37677 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 14:22:28,433 basehttp 37677 6170800128 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 14:22:28,549 basehttp 37677 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:23:24,065 basehttp 37677 13354840064 "GET /en/emr/encounters/create/?patient=24 HTTP/1.1" 200 56049 INFO 2025-09-28 14:23:24,075 basehttp 37677 13354840064 "GET /static/plugins/toastr/toastr.css HTTP/1.1" 200 7860 WARNING 2025-09-28 14:23:24,081 log 37677 13354840064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:23:24,081 basehttp 37677 13354840064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 14:23:24,152 basehttp 37677 13354840064 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 14:23:24,164 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:23:28,561 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:24:24,171 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:24:28,554 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:25:24,169 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:26:24,185 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:26:28,558 basehttp 37677 6170800128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:27:10,541 autoreload 37677 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-28 14:27:10,977 autoreload 48924 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 14:27:12,044 basehttp 48924 6200569856 "GET /en/emr/encounters/create/?patient=24 HTTP/1.1" 200 56049 WARNING 2025-09-28 14:27:12,059 log 48924 6200569856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:27:12,059 basehttp 48924 6200569856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 14:27:12,132 basehttp 48924 6217396224 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 14:27:12,133 basehttp 48924 6200569856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:27:28,575 basehttp 48924 6200569856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:28:12,141 basehttp 48924 6200569856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 14:28:34,164 log 48924 6217396224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:28:34,164 basehttp 48924 6217396224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 14:28:34,166 basehttp 48924 6200569856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 14:28:34,174 log 48924 6200569856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:28:34,174 basehttp 48924 6200569856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 14:28:34,942 log 48924 6200569856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:28:34,943 basehttp 48924 6200569856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 14:28:39,118 basehttp 48924 6200569856 "GET / HTTP/1.1" 302 0 INFO 2025-09-28 14:28:39,151 basehttp 48924 6217396224 "GET /en/ HTTP/1.1" 200 47134 WARNING 2025-09-28 14:28:39,165 log 48924 6217396224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:28:39,165 basehttp 48924 6217396224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 14:28:39,253 basehttp 48924 6251048960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 14:28:39,254 basehttp 48924 6217396224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:28:39,259 basehttp 48924 6234222592 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-28 14:28:39,259 basehttp 48924 6200569856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-28 14:28:46,237 basehttp 48924 6200569856 "GET /en/ HTTP/1.1" 200 47134 WARNING 2025-09-28 14:28:46,248 log 48924 6200569856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:28:46,249 basehttp 48924 6200569856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 14:28:46,330 basehttp 48924 6251048960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 14:28:46,337 basehttp 48924 6217396224 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-28 14:28:46,338 basehttp 48924 6200569856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:28:46,339 basehttp 48924 6234222592 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-28 14:29:06,572 basehttp 48924 6234222592 "GET /en/emr/encounters/ HTTP/1.1" 200 53231 WARNING 2025-09-28 14:29:06,585 log 48924 6234222592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:29:06,585 basehttp 48924 6234222592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 14:29:06,670 basehttp 48924 6234222592 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 14:29:06,676 basehttp 48924 6200569856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:29:16,898 basehttp 48924 6200569856 "GET /en/emr/encounters/1059/ HTTP/1.1" 200 45561 WARNING 2025-09-28 14:29:16,914 log 48924 6200569856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:29:16,914 basehttp 48924 6200569856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 14:29:16,991 basehttp 48924 6200569856 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 14:29:16,997 basehttp 48924 6217396224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:29:28,564 basehttp 48924 6217396224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:30:01,551 basehttp 48924 6217396224 "GET /en/emr/notes/1327/ HTTP/1.1" 200 39649 WARNING 2025-09-28 14:30:01,562 log 48924 6217396224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:30:01,563 basehttp 48924 6217396224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 14:30:01,643 basehttp 48924 6217396224 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 14:30:01,650 basehttp 48924 6200569856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:30:28,572 basehttp 48924 6200569856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:31:01,664 basehttp 48924 6200569856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 14:31:19,878 log 48924 6234222592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:31:19,880 basehttp 48924 6234222592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 14:31:19,880 basehttp 48924 6217396224 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 14:31:19,885 basehttp 48924 6200569856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 14:31:19,889 log 48924 6200569856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:31:19,889 basehttp 48924 6200569856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 14:31:28,572 basehttp 48924 6200569856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:32:19,881 basehttp 48924 6200569856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:32:22,383 basehttp 48924 6200569856 "GET /en/emr/encounters/1059/ HTTP/1.1" 200 45507 WARNING 2025-09-28 14:32:22,393 log 48924 6200569856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:32:22,393 basehttp 48924 6200569856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 14:32:22,481 basehttp 48924 6200569856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 14:32:22,490 basehttp 48924 6200569856 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 14:33:22,480 basehttp 48924 6234222592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:33:28,569 basehttp 48924 6234222592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:34:22,491 basehttp 48924 6234222592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:34:28,562 basehttp 48924 6234222592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 14:34:55,023 log 48924 6217396224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:34:55,023 basehttp 48924 6200569856 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 14:34:55,024 basehttp 48924 6217396224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 14:34:55,037 log 48924 6217396224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:34:55,037 basehttp 48924 6217396224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 14:34:55,038 basehttp 48924 6234222592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 14:34:55,813 log 48924 6267875328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:34:55,814 basehttp 48924 6251048960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 14:34:55,814 basehttp 48924 6267875328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 14:34:55,829 log 48924 6267875328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:34:55,831 basehttp 48924 6267875328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 14:34:55,831 basehttp 48924 6267875328 - Broken pipe from ('127.0.0.1', 49339) INFO 2025-09-28 14:34:55,836 basehttp 48924 6234222592 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-28 14:34:55,836 basehttp 48924 6217396224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:34:55,838 basehttp 48924 6200569856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-28 14:35:00,830 basehttp 48924 6200569856 "GET /en/laboratory/ HTTP/1.1" 200 50869 WARNING 2025-09-28 14:35:00,846 log 48924 6200569856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:35:00,846 basehttp 48924 6200569856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 14:35:00,894 basehttp 48924 6200569856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 14:35:00,914 basehttp 48924 6200569856 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 ERROR 2025-09-28 14:35:00,935 log 48924 6217396224 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 917, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-28 14:35:00,937 basehttp 48924 6217396224 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124953 ERROR 2025-09-28 14:35:30,940 log 48924 6217396224 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 917, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-28 14:35:30,942 basehttp 48924 6217396224 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124953 INFO 2025-09-28 14:36:00,917 basehttp 48924 6217396224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-28 14:36:00,948 log 48924 6234222592 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 917, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-28 14:36:00,949 basehttp 48924 6234222592 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124953 INFO 2025-09-28 14:36:28,563 basehttp 48924 6234222592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-28 14:36:30,935 log 48924 6234222592 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 917, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-28 14:36:30,936 basehttp 48924 6234222592 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124953 INFO 2025-09-28 14:37:00,919 basehttp 48924 6234222592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-28 14:37:00,950 log 48924 6217396224 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 917, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-28 14:37:00,951 basehttp 48924 6217396224 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124953 INFO 2025-09-28 14:37:28,563 basehttp 48924 6217396224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-28 14:37:30,948 log 48924 6217396224 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 917, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-28 14:37:30,949 basehttp 48924 6217396224 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124953 INFO 2025-09-28 14:38:00,898 basehttp 48924 6217396224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-28 14:38:00,927 log 48924 6234222592 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 917, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-28 14:38:00,929 basehttp 48924 6234222592 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124953 INFO 2025-09-28 14:38:04,741 autoreload 48924 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-09-28 14:38:05,294 autoreload 54157 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 14:38:10,259 basehttp 54157 6122827776 "GET /en/laboratory/ HTTP/1.1" 200 50869 WARNING 2025-09-28 14:38:10,280 log 54157 6122827776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:38:10,280 basehttp 54157 6122827776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 14:38:10,348 basehttp 54157 6156480512 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 14:38:10,355 basehttp 54157 6122827776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-28 14:38:10,386 log 54157 6139654144 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 921, in laboratory_stats 'critical_results': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'result_datetime' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-28 14:38:10,387 basehttp 54157 6139654144 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 125839 ERROR 2025-09-28 14:38:40,397 log 54157 6139654144 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 921, in laboratory_stats 'critical_results': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'result_datetime' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-28 14:38:40,398 basehttp 54157 6139654144 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 125839 INFO 2025-09-28 14:39:10,360 basehttp 54157 6139654144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-28 14:39:10,396 log 54157 6122827776 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 921, in laboratory_stats 'critical_results': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'result_datetime' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-28 14:39:10,397 basehttp 54157 6122827776 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 125839 INFO 2025-09-28 14:39:28,564 basehttp 54157 6122827776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-28 14:39:40,399 log 54157 6122827776 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 921, in laboratory_stats 'critical_results': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'result_datetime' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-28 14:39:40,399 basehttp 54157 6122827776 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 125839 INFO 2025-09-28 14:39:57,253 autoreload 54157 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-09-28 14:39:57,686 autoreload 55046 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 14:40:00,112 basehttp 55046 6166982656 "GET /en/laboratory/ HTTP/1.1" 200 50869 WARNING 2025-09-28 14:40:00,127 log 55046 6166982656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:40:00,128 basehttp 55046 6166982656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 14:40:00,198 basehttp 55046 13052751872 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 14:40:00,207 basehttp 55046 6166982656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-28 14:40:00,215 log 55046 13035925504 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 929, in laboratory_stats return render(request, 'laboratory/partials/laboratory_stats.html', {'stats': stats}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 19, in get_template raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: laboratory/partials/laboratory_stats.html ERROR 2025-09-28 14:40:00,216 basehttp 55046 13035925504 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 100142 INFO 2025-09-28 14:40:28,562 basehttp 55046 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-28 14:40:30,203 log 55046 13035925504 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 929, in laboratory_stats return render(request, 'laboratory/partials/laboratory_stats.html', {'stats': stats}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 19, in get_template raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: laboratory/partials/laboratory_stats.html ERROR 2025-09-28 14:40:30,204 basehttp 55046 13035925504 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 100142 INFO 2025-09-28 14:40:51,209 autoreload 55046 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-09-28 14:40:51,606 autoreload 55470 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 14:40:52,186 basehttp 55470 6167326720 "GET /en/laboratory/ HTTP/1.1" 200 50869 WARNING 2025-09-28 14:40:52,201 log 55470 6167326720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:40:52,202 basehttp 55470 6167326720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 14:40:52,285 basehttp 55470 6200979456 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 14:40:52,290 basehttp 55470 6167326720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-28 14:40:52,300 log 55470 6184153088 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 891, in _resolve_lookup current = current[bit] ~~~~~~~^^^^^ KeyError: 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 901, in _resolve_lookup current = getattr(current, bit) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'dict' object has no attribute 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 907, in _resolve_lookup current = current[int(bit)] ^^^^^^^^ ValueError: invalid literal for int() with base 10: 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 929, in laboratory_stats return render(request, 'laboratory/partials/lab_stats.html', {'stats': stats}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 743, in resolve arg_vals.append(arg.resolve(context)) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 914, in _resolve_lookup raise VariableDoesNotExist( django.template.base.VariableDoesNotExist: Failed lookup for key [specimens_collected_today] in {'pending_orders': 0, 'in_progress_orders': 0, 'results_pending': 93, 'critical_results': 0} ERROR 2025-09-28 14:40:52,302 basehttp 55470 6184153088 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 145231 ERROR 2025-09-28 14:41:22,302 log 55470 6184153088 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 891, in _resolve_lookup current = current[bit] ~~~~~~~^^^^^ KeyError: 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 901, in _resolve_lookup current = getattr(current, bit) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'dict' object has no attribute 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 907, in _resolve_lookup current = current[int(bit)] ^^^^^^^^ ValueError: invalid literal for int() with base 10: 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 929, in laboratory_stats return render(request, 'laboratory/partials/lab_stats.html', {'stats': stats}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 743, in resolve arg_vals.append(arg.resolve(context)) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 914, in _resolve_lookup raise VariableDoesNotExist( django.template.base.VariableDoesNotExist: Failed lookup for key [specimens_collected_today] in {'pending_orders': 0, 'in_progress_orders': 0, 'results_pending': 93, 'critical_results': 0} ERROR 2025-09-28 14:41:22,303 basehttp 55470 6184153088 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 145231 INFO 2025-09-28 14:41:52,308 basehttp 55470 6184153088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-28 14:41:52,322 log 55470 6167326720 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 891, in _resolve_lookup current = current[bit] ~~~~~~~^^^^^ KeyError: 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 901, in _resolve_lookup current = getattr(current, bit) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'dict' object has no attribute 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 907, in _resolve_lookup current = current[int(bit)] ^^^^^^^^ ValueError: invalid literal for int() with base 10: 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 929, in laboratory_stats return render(request, 'laboratory/partials/lab_stats.html', {'stats': stats}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 743, in resolve arg_vals.append(arg.resolve(context)) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 914, in _resolve_lookup raise VariableDoesNotExist( django.template.base.VariableDoesNotExist: Failed lookup for key [specimens_collected_today] in {'pending_orders': 0, 'in_progress_orders': 0, 'results_pending': 93, 'critical_results': 0} ERROR 2025-09-28 14:41:52,323 basehttp 55470 6167326720 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 145231 ERROR 2025-09-28 14:42:22,413 log 55470 6167326720 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 891, in _resolve_lookup current = current[bit] ~~~~~~~^^^^^ KeyError: 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 901, in _resolve_lookup current = getattr(current, bit) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'dict' object has no attribute 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 907, in _resolve_lookup current = current[int(bit)] ^^^^^^^^ ValueError: invalid literal for int() with base 10: 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 929, in laboratory_stats return render(request, 'laboratory/partials/lab_stats.html', {'stats': stats}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 743, in resolve arg_vals.append(arg.resolve(context)) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 914, in _resolve_lookup raise VariableDoesNotExist( django.template.base.VariableDoesNotExist: Failed lookup for key [specimens_collected_today] in {'pending_orders': 0, 'in_progress_orders': 0, 'results_pending': 93, 'critical_results': 0} ERROR 2025-09-28 14:42:22,414 basehttp 55470 6167326720 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 145231 INFO 2025-09-28 14:42:28,659 basehttp 55470 6167326720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:42:52,389 basehttp 55470 6167326720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-28 14:42:52,401 log 55470 6184153088 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 891, in _resolve_lookup current = current[bit] ~~~~~~~^^^^^ KeyError: 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 901, in _resolve_lookup current = getattr(current, bit) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'dict' object has no attribute 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 907, in _resolve_lookup current = current[int(bit)] ^^^^^^^^ ValueError: invalid literal for int() with base 10: 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 929, in laboratory_stats return render(request, 'laboratory/partials/lab_stats.html', {'stats': stats}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 743, in resolve arg_vals.append(arg.resolve(context)) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 914, in _resolve_lookup raise VariableDoesNotExist( django.template.base.VariableDoesNotExist: Failed lookup for key [specimens_collected_today] in {'pending_orders': 0, 'in_progress_orders': 0, 'results_pending': 93, 'critical_results': 0} ERROR 2025-09-28 14:42:52,402 basehttp 55470 6184153088 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 145231 ERROR 2025-09-28 14:43:22,420 log 55470 6184153088 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 891, in _resolve_lookup current = current[bit] ~~~~~~~^^^^^ KeyError: 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 901, in _resolve_lookup current = getattr(current, bit) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'dict' object has no attribute 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 907, in _resolve_lookup current = current[int(bit)] ^^^^^^^^ ValueError: invalid literal for int() with base 10: 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 929, in laboratory_stats return render(request, 'laboratory/partials/lab_stats.html', {'stats': stats}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 743, in resolve arg_vals.append(arg.resolve(context)) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 914, in _resolve_lookup raise VariableDoesNotExist( django.template.base.VariableDoesNotExist: Failed lookup for key [specimens_collected_today] in {'pending_orders': 0, 'in_progress_orders': 0, 'results_pending': 93, 'critical_results': 0} ERROR 2025-09-28 14:43:22,422 basehttp 55470 6184153088 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 145231 INFO 2025-09-28 14:43:28,663 basehttp 55470 6184153088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:43:52,388 basehttp 55470 6184153088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-28 14:43:52,400 log 55470 6167326720 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 891, in _resolve_lookup current = current[bit] ~~~~~~~^^^^^ KeyError: 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 901, in _resolve_lookup current = getattr(current, bit) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'dict' object has no attribute 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 907, in _resolve_lookup current = current[int(bit)] ^^^^^^^^ ValueError: invalid literal for int() with base 10: 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 929, in laboratory_stats return render(request, 'laboratory/partials/lab_stats.html', {'stats': stats}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 743, in resolve arg_vals.append(arg.resolve(context)) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 914, in _resolve_lookup raise VariableDoesNotExist( django.template.base.VariableDoesNotExist: Failed lookup for key [specimens_collected_today] in {'pending_orders': 0, 'in_progress_orders': 0, 'results_pending': 93, 'critical_results': 0} ERROR 2025-09-28 14:43:52,400 basehttp 55470 6167326720 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 145231 ERROR 2025-09-28 14:44:22,405 log 55470 6167326720 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 891, in _resolve_lookup current = current[bit] ~~~~~~~^^^^^ KeyError: 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 901, in _resolve_lookup current = getattr(current, bit) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'dict' object has no attribute 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 907, in _resolve_lookup current = current[int(bit)] ^^^^^^^^ ValueError: invalid literal for int() with base 10: 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 929, in laboratory_stats return render(request, 'laboratory/partials/lab_stats.html', {'stats': stats}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 743, in resolve arg_vals.append(arg.resolve(context)) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 914, in _resolve_lookup raise VariableDoesNotExist( django.template.base.VariableDoesNotExist: Failed lookup for key [specimens_collected_today] in {'pending_orders': 0, 'in_progress_orders': 0, 'results_pending': 93, 'critical_results': 0} ERROR 2025-09-28 14:44:22,406 basehttp 55470 6167326720 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 145231 INFO 2025-09-28 14:44:28,652 basehttp 55470 6167326720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:44:52,407 basehttp 55470 6167326720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-28 14:44:52,425 log 55470 6184153088 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 891, in _resolve_lookup current = current[bit] ~~~~~~~^^^^^ KeyError: 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 901, in _resolve_lookup current = getattr(current, bit) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'dict' object has no attribute 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 907, in _resolve_lookup current = current[int(bit)] ^^^^^^^^ ValueError: invalid literal for int() with base 10: 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 929, in laboratory_stats return render(request, 'laboratory/partials/lab_stats.html', {'stats': stats}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 743, in resolve arg_vals.append(arg.resolve(context)) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 914, in _resolve_lookup raise VariableDoesNotExist( django.template.base.VariableDoesNotExist: Failed lookup for key [specimens_collected_today] in {'pending_orders': 0, 'in_progress_orders': 0, 'results_pending': 93, 'critical_results': 0} ERROR 2025-09-28 14:44:52,426 basehttp 55470 6184153088 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 145231 ERROR 2025-09-28 14:45:22,422 log 55470 6184153088 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 891, in _resolve_lookup current = current[bit] ~~~~~~~^^^^^ KeyError: 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 901, in _resolve_lookup current = getattr(current, bit) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'dict' object has no attribute 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 907, in _resolve_lookup current = current[int(bit)] ^^^^^^^^ ValueError: invalid literal for int() with base 10: 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 929, in laboratory_stats return render(request, 'laboratory/partials/lab_stats.html', {'stats': stats}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 743, in resolve arg_vals.append(arg.resolve(context)) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 914, in _resolve_lookup raise VariableDoesNotExist( django.template.base.VariableDoesNotExist: Failed lookup for key [specimens_collected_today] in {'pending_orders': 0, 'in_progress_orders': 0, 'results_pending': 93, 'critical_results': 0} ERROR 2025-09-28 14:45:22,424 basehttp 55470 6184153088 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 145231 INFO 2025-09-28 14:45:52,413 basehttp 55470 6184153088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-28 14:45:52,429 log 55470 6167326720 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 891, in _resolve_lookup current = current[bit] ~~~~~~~^^^^^ KeyError: 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 901, in _resolve_lookup current = getattr(current, bit) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'dict' object has no attribute 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 907, in _resolve_lookup current = current[int(bit)] ^^^^^^^^ ValueError: invalid literal for int() with base 10: 'specimens_collected_today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 929, in laboratory_stats return render(request, 'laboratory/partials/lab_stats.html', {'stats': stats}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 743, in resolve arg_vals.append(arg.resolve(context)) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 914, in _resolve_lookup raise VariableDoesNotExist( django.template.base.VariableDoesNotExist: Failed lookup for key [specimens_collected_today] in {'pending_orders': 0, 'in_progress_orders': 0, 'results_pending': 93, 'critical_results': 0} ERROR 2025-09-28 14:45:52,431 basehttp 55470 6167326720 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 145231 INFO 2025-09-28 14:46:15,581 autoreload 55470 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-09-28 14:46:16,065 autoreload 58049 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 14:46:16,744 basehttp 58049 6137049088 "GET /en/laboratory/ HTTP/1.1" 200 50869 WARNING 2025-09-28 14:46:16,769 log 58049 6137049088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:46:16,770 basehttp 58049 6137049088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 14:46:16,832 basehttp 58049 6170701824 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 14:46:16,839 basehttp 58049 6137049088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:46:16,841 basehttp 58049 6153875456 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 200 4309 INFO 2025-09-28 14:46:28,657 basehttp 58049 6153875456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:46:46,832 basehttp 58049 6153875456 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 200 4309 INFO 2025-09-28 14:46:49,583 autoreload 58049 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-09-28 14:46:50,031 autoreload 58317 8602788160 Watching for file changes with StatReloader WARNING 2025-09-28 14:46:51,305 basehttp 58317 6167277568 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 14:46:51,319 log 58317 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:46:51,319 basehttp 58317 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 14:46:51,324 log 58317 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:46:51,324 basehttp 58317 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 14:47:08,174 basehttp 58317 6325039104 "GET /en/laboratory/results/create/ HTTP/1.1" 200 269669 WARNING 2025-09-28 14:47:08,186 log 58317 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:47:08,187 basehttp 58317 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 14:47:08,259 basehttp 58317 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 14:47:08,266 basehttp 58317 6167277568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 14:47:24,389 basehttp 58317 6341865472 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 14:47:24,392 log 58317 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:47:24,392 basehttp 58317 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 14:47:24,398 basehttp 58317 6167277568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 14:47:24,400 log 58317 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:47:24,400 basehttp 58317 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 14:47:24,406 basehttp 58317 6325039104 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 200 4309 INFO 2025-09-28 14:47:28,661 basehttp 58317 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:47:54,407 basehttp 58317 6325039104 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 200 4309 INFO 2025-09-28 14:48:24,412 basehttp 58317 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:48:24,416 basehttp 58317 6358691840 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 200 4309 INFO 2025-09-28 14:48:54,411 basehttp 58317 6358691840 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 200 4309 INFO 2025-09-28 14:49:24,398 basehttp 58317 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:49:24,404 basehttp 58317 6325039104 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 200 4309 INFO 2025-09-28 14:49:28,653 basehttp 58317 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:49:54,415 basehttp 58317 6325039104 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 200 4309 INFO 2025-09-28 14:50:24,419 basehttp 58317 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:50:24,423 basehttp 58317 6358691840 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 200 4309 INFO 2025-09-28 14:50:28,661 basehttp 58317 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:50:53,612 basehttp 58317 6358691840 "GET /en/laboratory/tests/ HTTP/1.1" 200 88539 WARNING 2025-09-28 14:50:53,627 log 58317 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:50:53,627 basehttp 58317 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 14:50:53,712 basehttp 58317 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 14:50:53,712 basehttp 58317 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:51:19,462 basehttp 58317 6358691840 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 52950 WARNING 2025-09-28 14:51:19,472 log 58317 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:51:19,473 basehttp 58317 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 14:51:19,549 basehttp 58317 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 14:51:19,551 basehttp 58317 6358691840 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 ERROR 2025-09-28 14:51:48,837 log 58317 6167277568 Internal Server Error: /en/laboratory/orders/714/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/laboratory/tests/(?P[0-9]+)/\\Z'] ERROR 2025-09-28 14:51:48,839 basehttp 58317 6167277568 "GET /en/laboratory/orders/714/ HTTP/1.1" 500 177667 WARNING 2025-09-28 14:51:48,856 log 58317 6167277568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:51:48,856 basehttp 58317 6167277568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 14:52:02,706 basehttp 58317 6167277568 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 14:52:02,708 log 58317 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:52:02,709 basehttp 58317 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 14:52:02,723 log 58317 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:52:02,724 basehttp 58317 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-28 14:52:05,437 log 58317 6325039104 Internal Server Error: /en/laboratory/quality-control/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: laboratory/quality_control_form.html ERROR 2025-09-28 14:52:05,437 basehttp 58317 6325039104 "GET /en/laboratory/quality-control/create/?test=4 HTTP/1.1" 500 93807 WARNING 2025-09-28 14:52:05,449 log 58317 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:52:05,449 basehttp 58317 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 14:52:10,700 log 58317 6167277568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:52:10,700 basehttp 58317 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 14:52:10,701 basehttp 58317 6167277568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 14:52:10,708 log 58317 6167277568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:52:10,708 basehttp 58317 6167277568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 14:52:12,792 basehttp 58317 6167277568 "GET /en/laboratory/orders/?test=4 HTTP/1.1" 200 94286 WARNING 2025-09-28 14:52:12,806 log 58317 6167277568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:52:12,806 basehttp 58317 6167277568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 14:52:12,888 basehttp 58317 6167277568 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 14:52:12,896 basehttp 58317 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:52:28,647 basehttp 58317 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 14:52:51,512 log 58317 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:52:51,512 basehttp 58317 6167277568 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 14:52:51,513 basehttp 58317 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 14:52:51,514 basehttp 58317 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 14:52:51,526 log 58317 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:52:51,527 basehttp 58317 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-28 14:52:54,487 log 58317 6325039104 Internal Server Error: /en/laboratory/quality-control/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: laboratory/quality_control_form.html ERROR 2025-09-28 14:52:54,488 basehttp 58317 6325039104 "GET /en/laboratory/quality-control/create/?test=4 HTTP/1.1" 500 93807 WARNING 2025-09-28 14:52:54,500 log 58317 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:52:54,500 basehttp 58317 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 14:53:22,285 log 58317 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:53:22,285 basehttp 58317 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 14:53:22,286 basehttp 58317 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 14:53:22,294 log 58317 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:53:22,294 basehttp 58317 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 14:53:28,662 basehttp 58317 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:53:51,523 basehttp 58317 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:54:51,528 basehttp 58317 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:55:28,658 basehttp 58317 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:55:51,519 basehttp 58317 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:55:54,155 autoreload 58317 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-09-28 14:55:54,552 autoreload 62652 8602788160 Watching for file changes with StatReloader ERROR 2025-09-28 14:55:55,374 log 62652 6125285376 Internal Server Error: /en/laboratory/quality-control/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'qc_sample_list' not found. 'qc_sample_list' is not a valid view function or pattern name. ERROR 2025-09-28 14:55:55,376 basehttp 62652 6125285376 "GET /en/laboratory/quality-control/create/?test=4 HTTP/1.1" 500 170432 WARNING 2025-09-28 14:55:55,391 log 62652 6125285376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:55:55,391 basehttp 62652 6125285376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-28 14:56:23,431 log 62652 6125285376 Internal Server Error: /en/laboratory/quality-control/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'qc_sample_list' not found. 'qc_sample_list' is not a valid view function or pattern name. ERROR 2025-09-28 14:56:23,440 basehttp 62652 6125285376 "GET /en/laboratory/quality-control/create/?test=4 HTTP/1.1" 500 168087 WARNING 2025-09-28 14:56:23,448 log 62652 6125285376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:56:23,448 basehttp 62652 6125285376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 14:56:28,663 basehttp 62652 6125285376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-28 14:57:01,898 log 62652 6125285376 Internal Server Error: /en/laboratory/quality-control/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 891, in _resolve_lookup current = current[bit] ~~~~~~~^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/context.py", line 88, in __getitem__ raise KeyError(key) KeyError: 'today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 897, in _resolve_lookup if isinstance(current, BaseContext) and getattr( ^^^^^^^^ AttributeError: type object 'RequestContext' has no attribute 'today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 907, in _resolve_lookup current = current[int(bit)] ^^^^^^^^ ValueError: invalid literal for int() with base 10: 'today' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 743, in resolve arg_vals.append(arg.resolve(context)) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 914, in _resolve_lookup raise VariableDoesNotExist( django.template.base.VariableDoesNotExist: Failed lookup for key [today] in [{'True': True, 'False': False, 'None': None}, {}, {}, {'form': , 'view': , 'LANGUAGE_CODE': 'en'}] ERROR 2025-09-28 14:57:01,900 basehttp 62652 6125285376 "GET /en/laboratory/quality-control/create/?test=4 HTTP/1.1" 500 195136 WARNING 2025-09-28 14:57:01,909 log 62652 6125285376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:57:01,909 basehttp 62652 6125285376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-28 14:58:20,140 log 62652 6125285376 Internal Server Error: /en/laboratory/quality-control/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 891, in _resolve_lookup current = current[bit] ~~~~~~~^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/context.py", line 88, in __getitem__ raise KeyError(key) KeyError: 'current_time' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 897, in _resolve_lookup if isinstance(current, BaseContext) and getattr( ^^^^^^^^ AttributeError: type object 'RequestContext' has no attribute 'current_time' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 907, in _resolve_lookup current = current[int(bit)] ^^^^^^^^ ValueError: invalid literal for int() with base 10: 'current_time' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 743, in resolve arg_vals.append(arg.resolve(context)) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 914, in _resolve_lookup raise VariableDoesNotExist( django.template.base.VariableDoesNotExist: Failed lookup for key [current_time] in [{'True': True, 'False': False, 'None': None}, {}, {}, {'form': , 'view': , 'LANGUAGE_CODE': 'en'}] ERROR 2025-09-28 14:58:20,142 basehttp 62652 6125285376 "GET /en/laboratory/quality-control/create/?test=4 HTTP/1.1" 500 195020 WARNING 2025-09-28 14:58:20,151 log 62652 6125285376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:58:20,151 basehttp 62652 6125285376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 14:58:28,653 basehttp 62652 6125285376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-28 14:58:47,128 log 62652 6125285376 Internal Server Error: /en/laboratory/quality-control/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'qc_sample_list' not found. 'qc_sample_list' is not a valid view function or pattern name. ERROR 2025-09-28 14:58:47,129 basehttp 62652 6125285376 "GET /en/laboratory/quality-control/create/?test=4 HTTP/1.1" 500 168454 WARNING 2025-09-28 14:58:47,138 log 62652 6125285376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:58:47,138 basehttp 62652 6125285376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-28 14:59:03,278 log 62652 6125285376 Internal Server Error: /en/laboratory/quality-control/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'delete_qc_sample' not found. 'delete_qc_sample' is not a valid view function or pattern name. ERROR 2025-09-28 14:59:03,279 basehttp 62652 6125285376 "GET /en/laboratory/quality-control/create/?test=4 HTTP/1.1" 500 164923 WARNING 2025-09-28 14:59:03,288 log 62652 6125285376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:59:03,288 basehttp 62652 6125285376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 14:59:28,632 basehttp 62652 6125285376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 14:59:49,981 basehttp 62652 6125285376 "GET /en/laboratory/quality-control/create/?test=4 HTTP/1.1" 200 38706 WARNING 2025-09-28 14:59:49,994 log 62652 6125285376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 14:59:49,994 basehttp 62652 6125285376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 14:59:50,070 basehttp 62652 6142111744 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 14:59:50,070 basehttp 62652 6125285376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:00:28,646 basehttp 62652 6125285376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:00:50,082 basehttp 62652 6125285376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:00:54,178 log 62652 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:00:54,186 basehttp 62652 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:00:54,189 basehttp 62652 6158938112 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:00:54,202 basehttp 62652 6125285376 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 52950 INFO 2025-09-28 15:00:54,209 basehttp 62652 6142111744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:00:54,210 basehttp 62652 6142111744 - Broken pipe from ('127.0.0.1', 55992) WARNING 2025-09-28 15:00:54,213 log 62652 6125285376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:00:54,213 basehttp 62652 6125285376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:00:54,221 log 62652 6125285376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:00:54,221 basehttp 62652 6125285376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:00:54,263 basehttp 62652 6125285376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:00:54,266 basehttp 62652 6125285376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:00:59,409 basehttp 62652 13304360960 "GET /en/laboratory/reference-ranges/create/?test=4 HTTP/1.1" 200 46150 WARNING 2025-09-28 15:00:59,423 log 62652 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:00:59,424 basehttp 62652 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:00:59,498 basehttp 62652 6125285376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:00:59,498 basehttp 62652 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:01:46,891 basehttp 62652 13304360960 "GET /en/laboratory/reference-ranges/create/?test=4 HTTP/1.1" 200 46150 WARNING 2025-09-28 15:01:46,904 log 62652 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:01:46,904 basehttp 62652 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:01:46,981 basehttp 62652 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:01:46,983 basehttp 62652 6125285376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:02:09,001 basehttp 62652 6125285376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:02:09,005 log 62652 6125285376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:02:09,005 basehttp 62652 6125285376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:02:09,007 basehttp 62652 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:02:09,013 log 62652 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:02:09,013 basehttp 62652 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:02:28,641 basehttp 62652 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:02:34,499 basehttp 62652 13304360960 "GET /en/laboratory/tests/ HTTP/1.1" 200 88539 WARNING 2025-09-28 15:02:34,513 log 62652 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:02:34,513 basehttp 62652 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:02:34,593 basehttp 62652 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:02:34,593 basehttp 62652 6125285376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:02:56,570 basehttp 62652 13304360960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:02:56,572 log 62652 6125285376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:02:56,573 basehttp 62652 6125285376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:02:56,581 log 62652 6125285376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:02:56,581 basehttp 62652 6125285376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:02:57,549 log 62652 6125285376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:02:57,549 basehttp 62652 6125285376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:02:57,632 basehttp 62652 6125285376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:03:10,749 basehttp 62652 6142111744 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 52950 WARNING 2025-09-28 15:03:10,763 log 62652 6142111744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:03:10,763 basehttp 62652 6142111744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:03:10,839 basehttp 62652 6142111744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:03:10,842 basehttp 62652 6142111744 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:03:12,943 log 62652 6142111744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:03:12,945 basehttp 62652 6142111744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:03:12,945 basehttp 62652 6125285376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:03:12,952 log 62652 6142111744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:03:12,952 basehttp 62652 6142111744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:03:14,466 basehttp 62652 6142111744 "GET /en/laboratory/tests/6/ HTTP/1.1" 200 52841 WARNING 2025-09-28 15:03:14,483 log 62652 6142111744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:03:14,483 basehttp 62652 6142111744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:03:14,554 basehttp 62652 6142111744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:03:14,557 basehttp 62652 6142111744 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:03:20,755 basehttp 62652 6125285376 "GET /en/laboratory/reference-ranges/18/ HTTP/1.1" 200 25414 WARNING 2025-09-28 15:03:20,766 log 62652 6125285376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:03:20,766 basehttp 62652 6125285376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:03:20,835 basehttp 62652 6125285376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:03:20,836 basehttp 62652 6142111744 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:03:27,270 log 62652 6142111744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:03:27,272 basehttp 62652 6125285376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:03:27,273 basehttp 62652 6142111744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:03:27,281 log 62652 6142111744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:03:27,282 basehttp 62652 6142111744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:03:28,642 basehttp 62652 6142111744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:03:28,817 basehttp 62652 6142111744 "GET /en/laboratory/reference-ranges/18/update/ HTTP/1.1" 200 46162 WARNING 2025-09-28 15:03:28,835 log 62652 6142111744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:03:28,835 basehttp 62652 6142111744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:03:28,911 basehttp 62652 6142111744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:03:28,911 basehttp 62652 6125285376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:03:33,438 log 62652 6125285376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:03:33,438 basehttp 62652 6142111744 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:03:33,438 basehttp 62652 6125285376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:03:33,445 log 62652 6125285376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:03:33,445 basehttp 62652 6125285376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:03:43,747 log 62652 6142111744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:03:43,747 basehttp 62652 6125285376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:03:43,750 basehttp 62652 6142111744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:03:43,756 log 62652 6142111744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:03:43,756 basehttp 62652 6142111744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:03:50,668 basehttp 62652 6142111744 "GET /en/laboratory/tests/10/ HTTP/1.1" 200 52840 WARNING 2025-09-28 15:03:50,683 log 62652 6142111744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:03:50,684 basehttp 62652 6142111744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:03:50,759 basehttp 62652 6142111744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:03:50,763 basehttp 62652 6142111744 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:04:04,952 log 62652 6158938112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:04:04,954 basehttp 62652 6142111744 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:04:04,955 basehttp 62652 6158938112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:04:04,960 basehttp 62652 6125285376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:04:04,967 log 62652 6125285376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:04:04,968 basehttp 62652 6125285376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:04:16,702 basehttp 62652 6125285376 "GET /en/laboratory/ HTTP/1.1" 200 50869 WARNING 2025-09-28 15:04:16,715 log 62652 6125285376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:04:16,715 basehttp 62652 6125285376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:04:16,793 basehttp 62652 6125285376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:04:21,443 basehttp 62652 6158938112 "GET /en/laboratory/orders/ HTTP/1.1" 200 94286 WARNING 2025-09-28 15:04:21,457 log 62652 6158938112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:04:21,457 basehttp 62652 6158938112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:04:21,536 basehttp 62652 6158938112 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:04:21,543 basehttp 62652 6125285376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-28 15:04:29,292 log 62652 6125285376 Internal Server Error: /en/laboratory/orders/723/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/laboratory/tests/(?P[0-9]+)/\\Z'] ERROR 2025-09-28 15:04:29,294 basehttp 62652 6125285376 "GET /en/laboratory/orders/723/ HTTP/1.1" 500 178842 WARNING 2025-09-28 15:04:29,306 log 62652 6125285376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:04:29,306 basehttp 62652 6125285376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:04:48,325 basehttp 62652 6125285376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:04:48,328 log 62652 6142111744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:04:48,328 basehttp 62652 6142111744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:04:48,335 log 62652 6142111744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:04:48,336 basehttp 62652 6142111744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-28 15:05:00,082 log 62652 6142111744 Internal Server Error: /en/laboratory/orders/723/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/laboratory/tests/(?P[0-9]+)/\\Z'] ERROR 2025-09-28 15:05:00,084 basehttp 62652 6142111744 "GET /en/laboratory/orders/723/ HTTP/1.1" 500 178842 WARNING 2025-09-28 15:05:00,096 log 62652 6142111744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:05:00,096 basehttp 62652 6142111744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:05:28,641 basehttp 62652 6142111744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:06:28,642 basehttp 62652 6142111744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:07:28,644 basehttp 62652 6142111744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:07:38,639 basehttp 62652 6142111744 "GET /en/laboratory/orders/723/ HTTP/1.1" 200 37216 WARNING 2025-09-28 15:07:38,650 log 62652 6142111744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:07:38,651 basehttp 62652 6142111744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:07:38,726 basehttp 62652 6142111744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:07:38,727 basehttp 62652 6125285376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:08:10,190 basehttp 62652 6142111744 "GET /en/laboratory/specimens/1021/ HTTP/1.1" 200 32659 WARNING 2025-09-28 15:08:10,203 log 62652 6142111744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:08:10,203 basehttp 62652 6142111744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:08:10,286 basehttp 62652 6125285376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:08:10,288 basehttp 62652 6142111744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:08:20,408 log 62652 6125285376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:08:20,408 basehttp 62652 6142111744 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:08:20,408 basehttp 62652 6125285376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:08:20,425 log 62652 6125285376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:08:20,425 basehttp 62652 6125285376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:08:25,832 basehttp 62652 6125285376 "GET /en/laboratory/specimens/create/?order=723 HTTP/1.1" 200 44228 WARNING 2025-09-28 15:08:25,860 log 62652 6125285376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:08:25,861 basehttp 62652 6125285376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:08:25,917 basehttp 62652 6125285376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:08:25,922 basehttp 62652 6142111744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:09:14,355 log 62652 6158938112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:09:14,356 basehttp 62652 6158938112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:09:14,357 basehttp 62652 6125285376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:09:14,359 basehttp 62652 6142111744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:09:14,366 log 62652 6142111744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:09:14,366 basehttp 62652 6142111744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:09:19,262 basehttp 62652 6158938112 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:09:19,265 log 62652 6125285376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:09:19,265 basehttp 62652 6125285376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:09:19,270 basehttp 62652 6142111744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:09:19,275 log 62652 6142111744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:09:19,275 basehttp 62652 6142111744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:09:28,641 basehttp 62652 6142111744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:09:29,224 log 62652 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:09:29,224 basehttp 62652 6158938112 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:09:29,224 basehttp 62652 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:09:29,240 log 62652 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:09:29,242 basehttp 62652 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:09:29,243 basehttp 62652 6125285376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:09:29,248 basehttp 62652 6142111744 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 200 4309 INFO 2025-09-28 15:09:39,410 basehttp 62652 6142111744 "GET /en/laboratory/results/ HTTP/1.1" 200 87740 WARNING 2025-09-28 15:09:39,422 log 62652 6142111744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:09:39,422 basehttp 62652 6142111744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:09:39,510 basehttp 62652 6158938112 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:09:39,528 basehttp 62652 6142111744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:09:39,529 basehttp 62652 6125285376 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1235 INFO 2025-09-28 15:09:39,547 basehttp 62652 13304360960 "GET /en/laboratory/htmx/results/filter/ HTTP/1.1" 200 111936 INFO 2025-09-28 15:09:59,331 basehttp 62652 13304360960 "GET /en/laboratory/results/827/ HTTP/1.1" 200 34663 WARNING 2025-09-28 15:09:59,349 log 62652 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:09:59,349 basehttp 62652 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:09:59,420 basehttp 62652 6125285376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:09:59,421 basehttp 62652 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:10:22,744 basehttp 62652 6142111744 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:10:22,747 log 62652 6125285376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:10:22,747 basehttp 62652 6125285376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:10:22,751 basehttp 62652 13304360960 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1235 WARNING 2025-09-28 15:10:22,760 log 62652 6125285376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:10:22,761 basehttp 62652 6125285376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:10:28,642 basehttp 62652 6125285376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:10:39,522 basehttp 62652 6125285376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:10:52,758 basehttp 62652 6125285376 "GET /en/laboratory/htmx/results/stats/ HTTP/1.1" 200 1235 WARNING 2025-09-28 15:10:54,717 log 62652 6158938112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:10:54,719 basehttp 62652 6158938112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:10:54,719 basehttp 62652 6142111744 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:10:54,741 log 62652 6158938112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:10:54,741 basehttp 62652 6158938112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:10:54,742 basehttp 62652 6158938112 - Broken pipe from ('127.0.0.1', 58577) INFO 2025-09-28 15:10:54,745 basehttp 62652 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:10:54,748 basehttp 62652 6125285376 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 200 4309 ERROR 2025-09-28 15:11:01,650 log 62652 6125285376 Internal Server Error: /en/laboratory/reference-ranges/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 298, in get_context_data 'genders': ReferenceRange.GENDER_CHOICES, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'ReferenceRange' has no attribute 'GENDER_CHOICES' ERROR 2025-09-28 15:11:01,652 basehttp 62652 6125285376 "GET /en/laboratory/reference-ranges/ HTTP/1.1" 500 89859 WARNING 2025-09-28 15:11:01,664 log 62652 6125285376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:11:01,665 basehttp 62652 6125285376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:11:30,907 autoreload 62652 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-09-28 15:11:31,371 autoreload 70079 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 15:11:31,826 basehttp 70079 6165606400 "GET /en/laboratory/reference-ranges/ HTTP/1.1" 200 132596 WARNING 2025-09-28 15:11:31,834 log 70079 6165606400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:11:31,835 basehttp 70079 6165606400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:11:31,909 basehttp 70079 6165606400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:11:31,911 basehttp 70079 12901707776 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:11:53,110 basehttp 70079 6165606400 "GET /en/laboratory/reference-ranges/12/ HTTP/1.1" 200 25956 WARNING 2025-09-28 15:11:53,127 log 70079 6165606400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:11:53,127 basehttp 70079 6165606400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:11:53,203 basehttp 70079 6165606400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:11:53,205 basehttp 70079 12901707776 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:12:03,213 basehttp 70079 6165606400 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:12:03,216 log 70079 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:12:03,216 basehttp 70079 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:12:03,231 log 70079 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:12:03,231 basehttp 70079 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:12:05,797 basehttp 70079 12901707776 "GET /en/laboratory/reference-ranges/12/update/ HTTP/1.1" 200 46175 WARNING 2025-09-28 15:12:05,812 log 70079 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:12:05,812 basehttp 70079 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:12:05,888 basehttp 70079 6165606400 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:12:05,889 basehttp 70079 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:12:09,516 basehttp 70079 12901707776 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:12:09,519 log 70079 6165606400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:12:09,520 basehttp 70079 6165606400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:12:09,534 log 70079 6165606400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:12:09,534 basehttp 70079 6165606400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:12:13,442 basehttp 70079 12918534144 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:12:13,444 log 70079 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:12:13,444 basehttp 70079 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:12:13,448 log 70079 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:12:13,448 basehttp 70079 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:12:13,452 basehttp 70079 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:12:13,459 basehttp 70079 6165606400 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 200 4309 INFO 2025-09-28 15:12:15,557 basehttp 70079 6165606400 "GET /en/laboratory/quality-control/ HTTP/1.1" 200 32510 WARNING 2025-09-28 15:12:15,575 log 70079 6165606400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:12:15,575 basehttp 70079 6165606400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:12:15,651 basehttp 70079 6165606400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:12:15,653 basehttp 70079 12901707776 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:12:28,639 basehttp 70079 6165606400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:12:34,519 basehttp 70079 6165606400 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:12:34,521 log 70079 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:12:34,521 basehttp 70079 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:12:34,526 log 70079 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:12:34,526 basehttp 70079 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:12:36,459 basehttp 70079 12935360512 "GET /en/laboratory/specimens/ HTTP/1.1" 200 137423 WARNING 2025-09-28 15:12:36,470 log 70079 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:12:36,470 basehttp 70079 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:12:36,557 basehttp 70079 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:12:36,559 basehttp 70079 6165606400 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:12:45,654 basehttp 70079 12935360512 "GET /en/laboratory/specimens/1048/ HTTP/1.1" 200 32667 WARNING 2025-09-28 15:12:45,673 log 70079 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:12:45,673 basehttp 70079 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:12:45,744 basehttp 70079 6165606400 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:12:45,744 basehttp 70079 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:13:18,872 log 70079 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:13:18,874 basehttp 70079 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:13:18,874 basehttp 70079 6165606400 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:13:18,907 basehttp 70079 12935360512 "GET /en/laboratory/specimens/ HTTP/1.1" 200 137423 WARNING 2025-09-28 15:13:18,915 log 70079 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:13:18,915 basehttp 70079 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:13:18,918 log 70079 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:13:18,918 basehttp 70079 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:13:18,977 basehttp 70079 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:13:18,978 basehttp 70079 12901707776 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:13:28,644 basehttp 70079 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:13:31,198 basehttp 70079 12901707776 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:13:31,200 log 70079 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:13:31,200 basehttp 70079 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:13:31,205 basehttp 70079 6165606400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:13:31,207 log 70079 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:13:31,208 basehttp 70079 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:13:31,226 basehttp 70079 12935360512 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 200 4309 WARNING 2025-09-28 15:13:31,640 log 70079 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:13:31,640 basehttp 70079 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:13:31,722 basehttp 70079 12935360512 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:13:37,432 basehttp 70079 12901707776 "GET /en/analytics/ HTTP/1.1" 200 30927 WARNING 2025-09-28 15:13:37,447 log 70079 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:13:37,447 basehttp 70079 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:13:37,522 basehttp 70079 12918534144 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:13:37,528 basehttp 70079 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:13:37,530 basehttp 70079 6165606400 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-09-28 15:13:44,355 basehttp 70079 6165606400 "GET /en/analytics/metrics/ HTTP/1.1" 200 36232 WARNING 2025-09-28 15:13:44,373 log 70079 6165606400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:13:44,373 basehttp 70079 6165606400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:13:44,444 basehttp 70079 6165606400 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:13:44,450 basehttp 70079 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:13:44,472 basehttp 70079 12901707776 "GET /en/analytics/ajax/metric-list/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=current_value&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=target_value&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=status&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=last_updated&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=update_frequency&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=6&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&frequency=&_=1759061624433 HTTP/1.1" 200 64 ERROR 2025-09-28 15:13:44,473 log 70079 6165606400 Internal Server Error: /en/analytics/ajax/metric-stats/ ERROR 2025-09-28 15:13:44,473 basehttp 70079 6165606400 "GET /en/analytics/ajax/metric-stats/ HTTP/1.1" 500 369 WARNING 2025-09-28 15:13:46,420 log 70079 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:13:46,424 basehttp 70079 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:13:46,423 basehttp 70079 6165606400 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:13:46,436 log 70079 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:13:46,436 basehttp 70079 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:13:47,563 basehttp 70079 12901707776 "GET /en/analytics/data-sources/ HTTP/1.1" 200 32024 WARNING 2025-09-28 15:13:47,578 log 70079 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:13:47,579 basehttp 70079 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:13:47,656 basehttp 70079 6165606400 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:13:47,657 basehttp 70079 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:13:55,642 basehttp 70079 12901707776 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:13:55,645 log 70079 6165606400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:13:55,646 basehttp 70079 6165606400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:13:55,652 log 70079 6165606400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:13:55,652 basehttp 70079 6165606400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-28 15:13:57,028 log 70079 6165606400 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-09-28 15:13:57,030 basehttp 70079 6165606400 "GET /en/analytics/reports/ HTTP/1.1" 500 180497 WARNING 2025-09-28 15:13:57,043 log 70079 6165606400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:13:57,043 basehttp 70079 6165606400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:14:01,247 log 70079 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:14:01,247 basehttp 70079 6165606400 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:14:01,248 basehttp 70079 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:14:01,254 log 70079 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:14:01,254 basehttp 70079 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:14:02,519 basehttp 70079 12901707776 "GET /en/analytics/dashboards/ HTTP/1.1" 200 31121 WARNING 2025-09-28 15:14:02,536 log 70079 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:14:02,537 basehttp 70079 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:14:02,606 basehttp 70079 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:14:02,607 basehttp 70079 6165606400 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:14:05,443 log 70079 6165606400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:14:05,444 basehttp 70079 12901707776 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:14:05,444 basehttp 70079 6165606400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:14:05,451 log 70079 6165606400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:14:05,451 basehttp 70079 6165606400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:14:07,460 basehttp 70079 6165606400 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 WARNING 2025-09-28 15:14:15,617 log 70079 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:14:15,620 basehttp 70079 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:14:15,620 basehttp 70079 12918534144 - Broken pipe from ('127.0.0.1', 59459) WARNING 2025-09-28 15:14:15,620 basehttp 70079 12901707776 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:14:15,626 log 70079 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:14:15,626 basehttp 70079 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:14:15,626 basehttp 70079 6165606400 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-28 15:14:17,600 basehttp 70079 6165606400 "GET /en/billing/bills/create/ HTTP/1.1" 200 143033 WARNING 2025-09-28 15:14:17,616 log 70079 6165606400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:14:17,616 basehttp 70079 6165606400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:14:17,703 basehttp 70079 6165606400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:14:17,711 basehttp 70079 6165606400 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:15:00,967 log 70079 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:15:00,968 basehttp 70079 12918534144 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:15:00,969 basehttp 70079 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:15:00,976 log 70079 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:15:00,976 basehttp 70079 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:15:00,980 basehttp 70079 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:15:00,990 basehttp 70079 6165606400 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-28 15:15:00,990 basehttp 70079 12935360512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-28 15:15:02,950 basehttp 70079 12935360512 "GET /en/billing/bills/create/ HTTP/1.1" 200 143033 WARNING 2025-09-28 15:15:02,965 log 70079 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:15:02,965 basehttp 70079 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:15:03,056 basehttp 70079 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:15:03,064 basehttp 70079 12935360512 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:15:04,094 basehttp 70079 6165606400 "GET /en/billing/bills/ HTTP/1.1" 200 28697 WARNING 2025-09-28 15:15:04,110 log 70079 6165606400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:15:04,111 basehttp 70079 6165606400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:15:04,178 basehttp 70079 12952186880 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:15:04,183 basehttp 70079 6165606400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:15:04,187 basehttp 70079 12901707776 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4923 WARNING 2025-09-28 15:15:20,314 basehttp 70079 12901707776 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:15:20,316 log 70079 6165606400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:15:20,316 basehttp 70079 6165606400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:15:20,324 log 70079 6165606400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:15:20,324 basehttp 70079 6165606400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:15:21,174 log 70079 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:15:21,174 basehttp 70079 6165606400 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:15:21,174 basehttp 70079 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:15:21,182 log 70079 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:15:21,182 basehttp 70079 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-28 15:15:25,164 log 70079 12901707776 Internal Server Error: /en/laboratory/tests/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/forms.py", line 28, in __init__ all_choices = LabTest.TEST_CATEGORY_CHOICES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'LabTest' has no attribute 'TEST_CATEGORY_CHOICES' ERROR 2025-09-28 15:15:25,168 basehttp 70079 12901707776 "GET /en/laboratory/tests/create/ HTTP/1.1" 500 104210 WARNING 2025-09-28 15:15:25,180 log 70079 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:15:25,180 basehttp 70079 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:15:28,556 basehttp 70079 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:15:42,714 autoreload 70079 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/forms.py changed, reloading. INFO 2025-09-28 15:15:43,144 autoreload 72104 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 15:15:43,920 basehttp 72104 6122745856 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 46071 WARNING 2025-09-28 15:15:43,934 log 72104 6122745856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:15:43,935 basehttp 72104 6122745856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:15:43,999 basehttp 72104 6122745856 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:15:44,007 basehttp 72104 6139572224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:16:28,551 basehttp 72104 6139572224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:16:41,962 basehttp 72104 6173224960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:16:41,964 log 72104 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-28 15:16:41,989 basehttp 72104 6139572224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 WARNING 2025-09-28 15:16:41,990 basehttp 72104 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:16:41,995 basehttp 72104 6122745856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:16:41,997 log 72104 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:16:41,997 basehttp 72104 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:16:41,999 basehttp 72104 6156398592 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-28 15:16:48,744 basehttp 72104 6156398592 "GET /en/ HTTP/1.1" 200 47145 WARNING 2025-09-28 15:16:48,753 log 72104 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:16:48,753 basehttp 72104 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:16:48,834 basehttp 72104 6139572224 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:16:48,847 basehttp 72104 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:16:48,849 basehttp 72104 6122745856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-28 15:16:48,850 basehttp 72104 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-28 15:16:53,632 basehttp 72104 13035925504 "GET /en/emr/ HTTP/1.1" 200 70625 WARNING 2025-09-28 15:16:53,647 log 72104 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:16:53,647 basehttp 72104 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:16:53,695 basehttp 72104 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:16:53,713 basehttp 72104 13035925504 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:16:53,721 basehttp 72104 6122745856 "GET /en/emr/stats/ HTTP/1.1" 200 2969 INFO 2025-09-28 15:17:07,468 basehttp 72104 6122745856 "GET /en/emr/encounters/1059/ HTTP/1.1" 200 45507 WARNING 2025-09-28 15:17:07,483 log 72104 6122745856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:17:07,483 basehttp 72104 6122745856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:17:07,565 basehttp 72104 6122745856 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:17:07,569 basehttp 72104 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:17:28,563 basehttp 72104 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:18:07,582 basehttp 72104 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:18:40,173 basehttp 72104 6156398592 "GET /en/emr/notes/create/1059/ HTTP/1.1" 200 44395 WARNING 2025-09-28 15:18:40,191 log 72104 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:18:40,191 basehttp 72104 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:18:40,269 basehttp 72104 6156398592 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:18:40,276 basehttp 72104 6122745856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:19:05,391 basehttp 72104 6122745856 "POST /en/emr/notes/create/1059/ HTTP/1.1" 200 44452 WARNING 2025-09-28 15:19:05,401 log 72104 6122745856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:19:05,401 basehttp 72104 6122745856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:19:05,468 basehttp 72104 6139572224 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:19:05,468 basehttp 72104 6122745856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:19:28,563 basehttp 72104 6122745856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:19:48,463 basehttp 72104 6122745856 "GET /en/emr/notes/create/1059/ HTTP/1.1" 200 44395 WARNING 2025-09-28 15:19:48,476 log 72104 6122745856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:19:48,477 basehttp 72104 6122745856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:19:48,543 basehttp 72104 6122745856 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:19:50,131 basehttp 72104 6122745856 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:19:50,134 log 72104 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:19:50,134 basehttp 72104 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:19:50,140 log 72104 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:19:50,141 basehttp 72104 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:19:50,149 basehttp 72104 6139572224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:19:56,039 basehttp 72104 6139572224 "GET /en/emr/notes/create/1059/ HTTP/1.1" 200 44395 WARNING 2025-09-28 15:19:56,052 log 72104 6139572224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:19:56,052 basehttp 72104 6139572224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:19:56,110 basehttp 72104 6139572224 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:19:56,118 basehttp 72104 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:19:57,569 basehttp 72104 6156398592 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:19:57,572 log 72104 6122745856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:19:57,572 basehttp 72104 6122745856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:19:57,581 log 72104 6122745856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:19:57,581 basehttp 72104 6122745856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:20:11,464 basehttp 72104 6122745856 "GET /en/patients/patientprofile/16/details/ HTTP/1.1" 200 36171 WARNING 2025-09-28 15:20:11,479 log 72104 6122745856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:20:11,479 basehttp 72104 6122745856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:20:11,553 basehttp 72104 6122745856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:20:11,557 basehttp 72104 6122745856 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:20:21,724 log 72104 6139572224 Bad Request: /en/patients/insurance-info-list/16/ WARNING 2025-09-28 15:20:21,724 basehttp 72104 6139572224 "GET /en/patients/insurance-info-list/16/ HTTP/1.1" 400 28 WARNING 2025-09-28 15:20:21,741 log 72104 6139572224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:20:21,741 basehttp 72104 6139572224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:20:24,165 log 72104 6122745856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:20:24,166 basehttp 72104 6139572224 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:20:24,166 basehttp 72104 6122745856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:20:24,171 log 72104 6122745856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:20:24,171 basehttp 72104 6122745856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:20:26,429 log 72104 6122745856 Bad Request: /en/patients/16/emergency-contacts/create/ WARNING 2025-09-28 15:20:26,430 basehttp 72104 6122745856 "GET /en/patients/16/emergency-contacts/create/ HTTP/1.1" 400 28 WARNING 2025-09-28 15:20:26,447 log 72104 6122745856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:20:26,448 basehttp 72104 6122745856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:20:28,317 log 72104 6139572224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:20:28,318 basehttp 72104 6122745856 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:20:28,318 basehttp 72104 6139572224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:20:28,326 log 72104 6139572224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:20:28,326 basehttp 72104 6139572224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:20:28,556 basehttp 72104 6139572224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:21:11,565 basehttp 72104 6139572224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:21:28,556 basehttp 72104 6139572224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:22:11,581 basehttp 72104 6139572224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:22:28,643 basehttp 72104 6139572224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:23:11,576 basehttp 72104 6139572224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:24:11,586 basehttp 72104 6139572224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:24:28,564 basehttp 72104 6139572224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:25:11,591 basehttp 72104 6139572224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:25:28,566 basehttp 72104 6139572224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:26:11,581 basehttp 72104 6122745856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:26:28,566 basehttp 72104 6122745856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:27:11,594 basehttp 72104 6122745856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:28:11,599 basehttp 72104 6122745856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:28:28,556 basehttp 72104 6122745856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:29:11,670 basehttp 72104 6122745856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:29:28,611 basehttp 72104 6122745856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:30:11,669 basehttp 72104 6122745856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:30:28,630 basehttp 72104 6122745856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:31:11,674 basehttp 72104 6122745856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:32:11,670 basehttp 72104 6122745856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:32:28,618 basehttp 72104 6122745856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:32:54,094 autoreload 72104 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-28 15:32:54,644 autoreload 80287 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 15:33:12,663 basehttp 80287 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:33:28,618 basehttp 80287 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:34:14,628 basehttp 80287 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:34:50,716 log 80287 6164508672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:34:50,716 basehttp 80287 6164508672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:34:50,797 basehttp 80287 6164508672 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:34:52,486 basehttp 80287 13035925504 "GET /en/emr/notes/1327/ HTTP/1.1" 200 39649 WARNING 2025-09-28 15:34:52,501 log 80287 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:34:52,501 basehttp 80287 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:34:52,567 basehttp 80287 13035925504 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:34:52,573 basehttp 80287 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:35:28,615 basehttp 80287 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:35:49,772 basehttp 80287 6164508672 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:35:49,791 log 80287 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:35:49,791 basehttp 80287 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:35:49,795 log 80287 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:35:49,795 basehttp 80287 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:35:50,818 basehttp 80287 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:36:28,615 basehttp 80287 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:36:50,807 basehttp 80287 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:37:50,821 basehttp 80287 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:38:02,619 autoreload 80287 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/mixins.py changed, reloading. INFO 2025-09-28 15:38:03,144 autoreload 82747 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 15:38:04,203 basehttp 82747 6163148800 "GET /en/emr/notes/1327/ HTTP/1.1" 200 39649 WARNING 2025-09-28 15:38:04,218 log 82747 6163148800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:38:04,218 basehttp 82747 6163148800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:38:04,292 basehttp 82747 6163148800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:38:04,294 basehttp 82747 6163148800 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:38:28,606 basehttp 82747 6179975168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:38:31,730 log 82747 6163148800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:38:31,730 basehttp 82747 6163148800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:38:31,730 basehttp 82747 6179975168 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:38:31,737 log 82747 6163148800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:38:31,737 basehttp 82747 6163148800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:38:50,812 basehttp 82747 6163148800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:39:28,611 basehttp 82747 6163148800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:39:50,827 basehttp 82747 6163148800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:40:50,829 basehttp 82747 6163148800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:41:28,608 basehttp 82747 6163148800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:41:50,822 basehttp 82747 6163148800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:42:28,605 basehttp 82747 6163148800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:42:50,831 basehttp 82747 6163148800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:43:28,612 basehttp 82747 6163148800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:43:50,841 basehttp 82747 6163148800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:44:09,623 autoreload 82747 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-28 15:44:10,142 autoreload 85685 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 15:44:12,578 basehttp 85685 6162821120 "GET /en/emr/clinical-decision-support/ HTTP/1.1" 200 33049 WARNING 2025-09-28 15:44:12,590 log 85685 6162821120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:44:12,590 basehttp 85685 6162821120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:44:12,632 basehttp 85685 6162821120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:44:12,653 basehttp 85685 6162821120 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:44:12,655 basehttp 85685 13035925504 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:44:26,701 basehttp 85685 6162821120 "GET /en/emr/api/patient-search/?q=%20689 HTTP/1.1" 200 221 INFO 2025-09-28 15:44:29,296 basehttp 85685 6162821120 "GET /en/emr/clinical-decision-support/?patient_id=88153b5c-9e56-4172-bb03-40714484f61e HTTP/1.1" 200 41764 WARNING 2025-09-28 15:44:29,309 log 85685 6162821120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:44:29,309 basehttp 85685 6162821120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:44:29,386 basehttp 85685 13572796416 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:44:29,393 basehttp 85685 13640101888 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:44:29,395 basehttp 85685 13640101888 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 15:44:29,397 basehttp 85685 6162821120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:44:29,422 basehttp 85685 13623275520 "GET /en/emr/api/allergies/?patient_id=88153b5c-9e56-4172-bb03-40714484f61e HTTP/1.1" 200 14 ERROR 2025-09-28 15:44:29,423 log 85685 13606449152 Internal Server Error: /en/emr/api/drug-interactions/ ERROR 2025-09-28 15:44:29,424 basehttp 85685 13606449152 "GET /en/emr/api/drug-interactions/?patient_id=88153b5c-9e56-4172-bb03-40714484f61e HTTP/1.1" 500 367 ERROR 2025-09-28 15:44:29,425 log 85685 13572796416 Internal Server Error: /en/emr/api/risk-scores/ INFO 2025-09-28 15:44:29,425 basehttp 85685 13589622784 "GET /en/emr/api/clinical-recommendations/?patient_id=88153b5c-9e56-4172-bb03-40714484f61e HTTP/1.1" 200 23 ERROR 2025-09-28 15:44:29,425 basehttp 85685 13572796416 "GET /en/emr/api/risk-scores/?patient_id=88153b5c-9e56-4172-bb03-40714484f61e HTTP/1.1" 500 430 INFO 2025-09-28 15:45:28,585 basehttp 85685 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:45:29,396 basehttp 85685 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:46:28,592 basehttp 85685 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:46:29,390 basehttp 85685 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:47:28,598 basehttp 85685 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:47:29,400 basehttp 85685 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:48:29,402 basehttp 85685 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:49:28,592 basehttp 85685 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:49:29,399 basehttp 85685 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:50:28,587 basehttp 85685 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:50:29,408 basehttp 85685 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:51:12,070 basehttp 85685 13572796416 "GET /en/emr/api/clinical-recommendations/?patient_id=88153b5c-9e56-4172-bb03-40714484f61e HTTP/1.1" 200 23 INFO 2025-09-28 15:51:29,410 basehttp 85685 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:52:28,593 basehttp 85685 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:52:29,413 basehttp 85685 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:53:28,596 basehttp 85685 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:53:29,402 basehttp 85685 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:54:29,409 basehttp 85685 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:55:28,591 basehttp 85685 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:55:29,416 basehttp 85685 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:56:28,595 basehttp 85685 6162821120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:56:29,417 basehttp 85685 6162821120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:56:38,251 autoreload 85685 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-28 15:56:38,672 autoreload 91599 8602788160 Watching for file changes with StatReloader WARNING 2025-09-28 15:56:39,932 basehttp 91599 6133477376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:56:39,935 log 91599 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:56:39,935 basehttp 91599 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 15:56:39,955 log 91599 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:56:39,955 basehttp 91599 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:56:41,567 basehttp 91599 6150303744 "GET /en/emr/clinical-decision-support/?patient_id=88153b5c-9e56-4172-bb03-40714484f61e HTTP/1.1" 200 41764 WARNING 2025-09-28 15:56:41,583 log 91599 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 15:56:41,583 basehttp 91599 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 15:56:41,649 basehttp 91599 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 15:56:41,654 basehttp 91599 6150303744 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 15:56:41,656 basehttp 91599 6150303744 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 ERROR 2025-09-28 15:56:41,684 log 91599 6167130112 Internal Server Error: /en/emr/api/drug-interactions/ INFO 2025-09-28 15:56:41,685 basehttp 91599 6183956480 "GET /en/emr/api/allergies/?patient_id=88153b5c-9e56-4172-bb03-40714484f61e HTTP/1.1" 200 14 ERROR 2025-09-28 15:56:41,685 basehttp 91599 6167130112 "GET /en/emr/api/drug-interactions/?patient_id=88153b5c-9e56-4172-bb03-40714484f61e HTTP/1.1" 500 368 ERROR 2025-09-28 15:56:41,686 log 91599 6200782848 Internal Server Error: /en/emr/api/risk-scores/ ERROR 2025-09-28 15:56:41,686 basehttp 91599 6200782848 "GET /en/emr/api/risk-scores/?patient_id=88153b5c-9e56-4172-bb03-40714484f61e HTTP/1.1" 500 430 INFO 2025-09-28 15:56:41,686 basehttp 91599 6133477376 "GET /en/emr/api/clinical-recommendations/?patient_id=88153b5c-9e56-4172-bb03-40714484f61e HTTP/1.1" 200 23 INFO 2025-09-28 15:56:59,279 basehttp 91599 6200782848 "GET /en/emr/api/allergies/?patient_id=88153b5c-9e56-4172-bb03-40714484f61e HTTP/1.1" 200 14 INFO 2025-09-28 15:57:41,662 basehttp 91599 6200782848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:58:28,579 basehttp 91599 6200782848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:58:41,666 basehttp 91599 6200782848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:59:28,581 basehttp 91599 6200782848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 15:59:41,669 basehttp 91599 6200782848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:00:28,580 basehttp 91599 6200782848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:00:41,661 basehttp 91599 6200782848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:01:41,675 basehttp 91599 6200782848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:02:28,587 basehttp 91599 6200782848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:02:40,421 basehttp 91599 6200782848 "GET /en/emr/clinical-decision-support/?patient_id=88153b5c-9e56-4172-bb03-40714484f61e HTTP/1.1" 200 44491 WARNING 2025-09-28 16:02:40,435 log 91599 6200782848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:02:40,435 basehttp 91599 6200782848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 16:02:40,505 basehttp 91599 6217609216 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 16:02:40,507 basehttp 91599 6217609216 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 16:02:40,522 basehttp 91599 6200782848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-28 16:02:40,540 log 91599 6183956480 Internal Server Error: /en/emr/api/risk-scores/ ERROR 2025-09-28 16:02:40,541 basehttp 91599 6183956480 "GET /en/emr/api/risk-scores/?patient_id=88153b5c-9e56-4172-bb03-40714484f61e HTTP/1.1" 500 430 INFO 2025-09-28 16:02:40,542 basehttp 91599 6167130112 "GET /en/emr/api/allergies/?patient_id=88153b5c-9e56-4172-bb03-40714484f61e HTTP/1.1" 200 120 ERROR 2025-09-28 16:02:40,546 log 91599 6150303744 Internal Server Error: /en/emr/api/drug-interactions/ ERROR 2025-09-28 16:02:40,547 basehttp 91599 6150303744 "GET /en/emr/api/drug-interactions/?patient_id=88153b5c-9e56-4172-bb03-40714484f61e HTTP/1.1" 500 368 INFO 2025-09-28 16:02:40,550 basehttp 91599 6133477376 "GET /en/emr/api/clinical-recommendations/?patient_id=88153b5c-9e56-4172-bb03-40714484f61e HTTP/1.1" 200 313 WARNING 2025-09-28 16:02:58,346 log 91599 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:02:58,346 basehttp 91599 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 16:02:58,417 basehttp 91599 6133477376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 16:02:58,421 basehttp 91599 6150303744 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 16:02:59,072 basehttp 91599 6167130112 "GET /en/emr/clinical-decision-support/ HTTP/1.1" 200 33049 WARNING 2025-09-28 16:02:59,082 log 91599 6167130112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:02:59,082 basehttp 91599 6167130112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 16:02:59,160 basehttp 91599 6183956480 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 16:02:59,162 basehttp 91599 6200782848 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 16:02:59,163 basehttp 91599 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 16:03:05,797 log 91599 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:03:05,797 basehttp 91599 6167130112 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 16:03:05,797 basehttp 91599 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 16:03:05,800 basehttp 91599 6133477376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 16:03:05,833 log 91599 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:03:05,834 basehttp 91599 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-28 16:03:28,585 log 91599 6133477376 Internal Server Error: /en/emr/api/risk-scores/ ERROR 2025-09-28 16:03:28,585 basehttp 91599 6133477376 "GET /en/emr/api/risk-scores/?patient_id=88153b5c-9e56-4172-bb03-40714484f61e HTTP/1.1" 500 430 INFO 2025-09-28 16:03:28,590 basehttp 91599 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:03:33,800 basehttp 91599 6150303744 "POST /en/emr/api/accept-recommendation/ HTTP/1.1" 200 17 INFO 2025-09-28 16:03:33,814 basehttp 91599 6150303744 "GET /en/emr/api/clinical-recommendations/?patient_id=88153b5c-9e56-4172-bb03-40714484f61e HTTP/1.1" 200 23 INFO 2025-09-28 16:03:40,505 basehttp 91599 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:03:54,566 basehttp 91599 6150303744 "GET /en/emr/api/clinical-recommendations/?patient_id=88153b5c-9e56-4172-bb03-40714484f61e HTTP/1.1" 200 23 WARNING 2025-09-28 16:03:58,251 basehttp 91599 6150303744 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 16:03:58,259 log 91599 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:03:58,268 basehttp 91599 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 16:03:58,285 log 91599 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:03:58,285 basehttp 91599 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 16:03:58,989 log 91599 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:03:58,989 basehttp 91599 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 16:03:59,075 basehttp 91599 6133477376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 16:04:59,093 basehttp 91599 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:05:28,587 basehttp 91599 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:05:59,086 basehttp 91599 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:06:28,575 basehttp 91599 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:06:51,653 autoreload 91599 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-28 16:06:52,137 autoreload 96768 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 16:06:59,182 basehttp 96768 6138261504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:07:28,580 basehttp 96768 6138261504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:07:59,101 basehttp 96768 6138261504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:08:14,919 autoreload 96768 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/models.py changed, reloading. INFO 2025-09-28 16:08:15,367 autoreload 97447 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 16:08:26,979 autoreload 97589 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 16:08:29,734 basehttp 97589 6171078656 "GET /en/emr/encounters/1059/ HTTP/1.1" 200 45507 WARNING 2025-09-28 16:08:29,749 log 97589 6171078656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:08:29,749 basehttp 97589 6171078656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 16:08:29,824 basehttp 97589 6171078656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 16:08:29,830 basehttp 97589 6171078656 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 16:08:37,438 log 97589 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:08:37,439 basehttp 97589 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 16:08:37,439 basehttp 97589 6171078656 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 16:08:37,444 basehttp 97589 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 16:08:37,449 log 97589 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:08:37,449 basehttp 97589 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 16:08:38,791 basehttp 97589 6325039104 "GET /en/emr/clinical-decision-support/ HTTP/1.1" 200 33049 WARNING 2025-09-28 16:08:38,800 log 97589 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:08:38,800 basehttp 97589 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 16:08:38,874 basehttp 97589 6341865472 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 16:08:38,875 basehttp 97589 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 16:08:38,875 basehttp 97589 6171078656 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 16:08:38,877 basehttp 97589 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 16:08:40,780 basehttp 97589 6171078656 "GET /en/emr/api/patient-search/?q=%20689 HTTP/1.1" 200 221 INFO 2025-09-28 16:08:42,296 basehttp 97589 6171078656 "GET /en/emr/clinical-decision-support/?patient_id=88153b5c-9e56-4172-bb03-40714484f61e HTTP/1.1" 200 41764 WARNING 2025-09-28 16:08:42,312 log 97589 6171078656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:08:42,312 basehttp 97589 6171078656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 16:08:42,383 basehttp 97589 13304360960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 16:08:42,386 basehttp 97589 6171078656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 16:08:42,388 basehttp 97589 13371666432 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 ERROR 2025-09-28 16:08:42,415 log 97589 13338013696 Internal Server Error: /en/emr/api/drug-interactions/ ERROR 2025-09-28 16:08:42,415 log 97589 13304360960 Internal Server Error: /en/emr/api/risk-scores/ INFO 2025-09-28 16:08:42,415 basehttp 97589 13354840064 "GET /en/emr/api/allergies/?patient_id=88153b5c-9e56-4172-bb03-40714484f61e HTTP/1.1" 200 120 ERROR 2025-09-28 16:08:42,416 basehttp 97589 13338013696 "GET /en/emr/api/drug-interactions/?patient_id=88153b5c-9e56-4172-bb03-40714484f61e HTTP/1.1" 500 368 ERROR 2025-09-28 16:08:42,416 basehttp 97589 13304360960 "GET /en/emr/api/risk-scores/?patient_id=88153b5c-9e56-4172-bb03-40714484f61e HTTP/1.1" 500 430 INFO 2025-09-28 16:08:42,416 basehttp 97589 13321187328 "GET /en/emr/api/clinical-recommendations/?patient_id=88153b5c-9e56-4172-bb03-40714484f61e HTTP/1.1" 200 23 WARNING 2025-09-28 16:09:10,370 log 97589 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:09:10,372 basehttp 97589 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 16:09:10,372 basehttp 97589 13321187328 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 16:09:10,387 log 97589 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:09:10,387 basehttp 97589 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 16:09:11,014 basehttp 97589 13304360960 "GET /en/emr/clinical-decision-support/ HTTP/1.1" 200 33049 WARNING 2025-09-28 16:09:11,023 log 97589 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:09:11,023 basehttp 97589 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 16:09:11,096 basehttp 97589 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 16:09:11,099 basehttp 97589 13304360960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 16:09:11,100 basehttp 97589 13338013696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 16:09:14,165 basehttp 97589 13354840064 "GET /en/emr/api/patient-search/?q=%2098 HTTP/1.1" 200 16 INFO 2025-09-28 16:09:14,340 basehttp 97589 13354840064 "GET /en/emr/api/patient-search/?q=%20985 HTTP/1.1" 200 221 INFO 2025-09-28 16:09:15,782 basehttp 97589 13354840064 "GET /en/emr/clinical-decision-support/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 200 44526 WARNING 2025-09-28 16:09:15,795 log 97589 13354840064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:09:15,795 basehttp 97589 13354840064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 16:09:15,869 basehttp 97589 6171078656 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 16:09:15,870 basehttp 97589 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 16:09:15,875 basehttp 97589 13371666432 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 ERROR 2025-09-28 16:09:15,896 log 97589 13321187328 Internal Server Error: /en/emr/api/drug-interactions/ INFO 2025-09-28 16:09:15,897 basehttp 97589 13304360960 "GET /en/emr/api/clinical-recommendations/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 200 337 ERROR 2025-09-28 16:09:15,897 basehttp 97589 13321187328 "GET /en/emr/api/drug-interactions/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 500 368 INFO 2025-09-28 16:09:15,898 basehttp 97589 6171078656 "GET /en/emr/api/allergies/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 200 14 ERROR 2025-09-28 16:09:15,898 log 97589 13338013696 Internal Server Error: /en/emr/api/risk-scores/ ERROR 2025-09-28 16:09:15,898 basehttp 97589 13338013696 "GET /en/emr/api/risk-scores/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 500 430 ERROR 2025-09-28 16:09:26,166 log 97589 13338013696 Internal Server Error: /en/emr/api/risk-scores/ ERROR 2025-09-28 16:09:26,167 basehttp 97589 13338013696 "GET /en/emr/api/risk-scores/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 500 430 INFO 2025-09-28 16:09:28,584 basehttp 97589 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:10:10,692 autoreload 97589 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-28 16:10:11,124 autoreload 98364 8602788160 Watching for file changes with StatReloader WARNING 2025-09-28 16:10:11,932 basehttp 98364 6170488832 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 16:10:11,938 log 98364 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:10:11,938 basehttp 98364 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 16:10:11,982 log 98364 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:10:11,982 basehttp 98364 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 16:10:14,052 basehttp 98364 12901707776 "GET /en/emr/clinical-decision-support/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 200 44527 WARNING 2025-09-28 16:10:14,070 log 98364 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:10:14,071 basehttp 98364 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 16:10:14,140 basehttp 98364 6170488832 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 16:10:14,147 basehttp 98364 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 16:10:14,148 basehttp 98364 12969013248 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 16:10:14,172 basehttp 98364 12918534144 "GET /en/emr/api/clinical-recommendations/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 200 337 ERROR 2025-09-28 16:10:14,176 log 98364 12952186880 Internal Server Error: /en/emr/api/risk-scores/ ERROR 2025-09-28 16:10:14,177 log 98364 6170488832 Internal Server Error: /en/emr/api/drug-interactions/ ERROR 2025-09-28 16:10:14,177 basehttp 98364 6170488832 "GET /en/emr/api/drug-interactions/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 500 368 ERROR 2025-09-28 16:10:14,177 basehttp 98364 12952186880 "GET /en/emr/api/risk-scores/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 500 430 INFO 2025-09-28 16:10:14,178 basehttp 98364 12935360512 "GET /en/emr/api/allergies/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 200 14 INFO 2025-09-28 16:10:28,589 basehttp 98364 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:11:14,153 basehttp 98364 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:12:14,153 basehttp 98364 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:12:28,583 basehttp 98364 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:12:42,404 autoreload 98364 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-28 16:12:42,829 autoreload 99588 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 16:12:43,296 basehttp 99588 6205386752 "GET /en/emr/clinical-decision-support/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 200 49042 WARNING 2025-09-28 16:12:43,317 log 99588 6205386752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:12:43,317 basehttp 99588 6205386752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 16:12:43,381 basehttp 99588 6205386752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 16:12:43,385 basehttp 99588 6205386752 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 16:12:43,388 basehttp 99588 6289518592 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 16:12:43,411 basehttp 99588 6222213120 "GET /en/emr/api/clinical-recommendations/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 200 337 INFO 2025-09-28 16:12:43,414 basehttp 99588 6255865856 "GET /en/emr/api/allergies/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 200 14 ERROR 2025-09-28 16:12:43,415 log 99588 6239039488 Internal Server Error: /en/emr/api/drug-interactions/ ERROR 2025-09-28 16:12:43,416 basehttp 99588 6239039488 "GET /en/emr/api/drug-interactions/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 500 368 ERROR 2025-09-28 16:12:43,416 log 99588 6272692224 Internal Server Error: /en/emr/api/risk-scores/ ERROR 2025-09-28 16:12:43,417 basehttp 99588 6272692224 "GET /en/emr/api/risk-scores/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 500 430 INFO 2025-09-28 16:13:28,589 basehttp 99588 6272692224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:13:43,395 basehttp 99588 6272692224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:14:10,704 autoreload 99588 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-28 16:14:11,135 autoreload 377 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 16:14:12,107 basehttp 377 6127464448 "GET /en/emr/clinical-decision-support/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 200 54339 WARNING 2025-09-28 16:14:12,124 log 377 6127464448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:14:12,125 basehttp 377 6127464448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 16:14:12,198 basehttp 377 6144290816 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 16:14:12,200 basehttp 377 6127464448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 16:14:12,202 basehttp 377 13220622336 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 16:14:12,226 basehttp 377 6161117184 "GET /en/emr/api/clinical-recommendations/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 200 337 INFO 2025-09-28 16:14:12,241 basehttp 377 13186969600 "GET /en/emr/api/allergies/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 200 14 ERROR 2025-09-28 16:14:12,242 log 377 13170143232 Internal Server Error: /en/emr/api/drug-interactions/ ERROR 2025-09-28 16:14:12,242 log 377 13203795968 Internal Server Error: /en/emr/api/risk-scores/ ERROR 2025-09-28 16:14:12,242 basehttp 377 13203795968 "GET /en/emr/api/risk-scores/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 500 430 ERROR 2025-09-28 16:14:12,242 basehttp 377 13170143232 "GET /en/emr/api/drug-interactions/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 500 368 INFO 2025-09-28 16:14:14,898 basehttp 377 13203795968 "GET /en/emr/clinical-decision-support/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 200 54339 WARNING 2025-09-28 16:14:14,912 log 377 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:14:14,912 basehttp 377 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 16:14:14,980 basehttp 377 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 16:14:14,982 basehttp 377 13170143232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 16:14:14,989 basehttp 377 13203795968 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 ERROR 2025-09-28 16:14:15,012 log 377 6161117184 Internal Server Error: /en/emr/api/drug-interactions/ INFO 2025-09-28 16:14:15,013 basehttp 377 13186969600 "GET /en/emr/api/clinical-recommendations/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 200 337 ERROR 2025-09-28 16:14:15,013 log 377 6144290816 Internal Server Error: /en/emr/api/risk-scores/ INFO 2025-09-28 16:14:15,013 basehttp 377 6127464448 "GET /en/emr/api/allergies/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 200 14 ERROR 2025-09-28 16:14:15,013 basehttp 377 6161117184 "GET /en/emr/api/drug-interactions/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 500 368 ERROR 2025-09-28 16:14:15,014 basehttp 377 6144290816 "GET /en/emr/api/risk-scores/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 500 430 INFO 2025-09-28 16:15:05,969 basehttp 377 6144290816 "POST /en/emr/api/apply-protocol/ HTTP/1.1" 200 40 INFO 2025-09-28 16:15:05,980 basehttp 377 6144290816 "GET /en/emr/api/clinical-recommendations/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 200 337 INFO 2025-09-28 16:15:09,789 basehttp 377 6144290816 "GET /en/emr/clinical-decision-support/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 200 54339 WARNING 2025-09-28 16:15:09,813 log 377 6144290816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:15:09,813 basehttp 377 6144290816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 16:15:09,875 basehttp 377 6144290816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 16:15:09,876 basehttp 377 6161117184 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 16:15:09,881 basehttp 377 6144290816 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 16:15:09,904 basehttp 377 13186969600 "GET /en/emr/api/clinical-recommendations/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 200 337 ERROR 2025-09-28 16:15:09,906 log 377 13203795968 Internal Server Error: /en/emr/api/risk-scores/ INFO 2025-09-28 16:15:09,907 basehttp 377 13170143232 "GET /en/emr/api/allergies/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 200 14 ERROR 2025-09-28 16:15:09,907 basehttp 377 13203795968 "GET /en/emr/api/risk-scores/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 500 430 ERROR 2025-09-28 16:15:09,907 log 377 6127464448 Internal Server Error: /en/emr/api/drug-interactions/ ERROR 2025-09-28 16:15:09,907 basehttp 377 6127464448 "GET /en/emr/api/drug-interactions/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 500 368 INFO 2025-09-28 16:15:28,636 basehttp 377 6127464448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:16:09,888 basehttp 377 6127464448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:16:28,629 basehttp 377 6127464448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:17:09,882 basehttp 377 6127464448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:17:27,283 basehttp 377 6127464448 "GET /en/admin/emr/icd10/ HTTP/1.1" 200 95149 INFO 2025-09-28 16:17:27,300 basehttp 377 6127464448 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-28 16:17:28,640 basehttp 377 6127464448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:18:03,831 basehttp 377 6127464448 "GET /en/admin/emr/icd10/ HTTP/1.1" 200 117605 INFO 2025-09-28 16:18:03,843 basehttp 377 6127464448 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-28 16:18:10,635 basehttp 377 6127464448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:18:11,585 basehttp 377 6127464448 "GET /en/admin/emr/icd10/?p=469 HTTP/1.1" 200 115307 INFO 2025-09-28 16:18:11,598 basehttp 377 6127464448 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-28 16:18:15,753 basehttp 377 6127464448 "GET /en/admin/emr/icd10/46890/change/?_changelist_filters=p%3D469 HTTP/1.1" 200 4557569 INFO 2025-09-28 16:18:15,754 basehttp 377 13203795968 "GET /static/admin/css/forms.css HTTP/1.1" 304 0 INFO 2025-09-28 16:18:15,757 basehttp 377 13170143232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-28 16:18:15,758 basehttp 377 13203795968 "GET /static/admin/css/widgets.css HTTP/1.1" 304 0 INFO 2025-09-28 16:18:16,947 basehttp 377 13203795968 "GET /static/admin/js/change_form.js HTTP/1.1" 304 0 INFO 2025-09-28 16:18:16,948 basehttp 377 6127464448 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 304 0 INFO 2025-09-28 16:18:16,948 basehttp 377 13170143232 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 304 0 INFO 2025-09-28 16:18:25,081 basehttp 377 13170143232 "GET /en/admin/emr/icd10/?p=469 HTTP/1.1" 200 115307 INFO 2025-09-28 16:18:28,642 basehttp 377 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:18:28,904 basehttp 377 13170143232 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 48211 INFO 2025-09-28 16:18:28,911 basehttp 377 13170143232 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 INFO 2025-09-28 16:18:28,958 basehttp 377 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:18:42,178 basehttp 377 13170143232 "GET /en/emr/icd10/ HTTP/1.1" 200 19442 INFO 2025-09-28 16:18:42,233 basehttp 377 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:18:58,450 basehttp 377 13170143232 "GET /en/emr/icd10/?q=Hypertension&mode=description HTTP/1.1" 200 47483 INFO 2025-09-28 16:18:58,484 basehttp 377 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:19:09,902 basehttp 377 13170143232 "GET /en/emr/icd10/I1A/ HTTP/1.1" 200 21344 INFO 2025-09-28 16:19:09,927 basehttp 377 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:19:11,652 basehttp 377 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:19:15,741 basehttp 377 13170143232 "GET /en/emr/icd10/I1A.0/ HTTP/1.1" 200 21272 INFO 2025-09-28 16:19:15,775 basehttp 377 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:19:30,965 basehttp 377 13170143232 "GET /en/emr/icd10/?q=Hypertension&mode=description HTTP/1.1" 200 47483 INFO 2025-09-28 16:19:31,002 basehttp 377 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:19:35,565 basehttp 377 13170143232 "GET /en/emr/clinical-decision-support/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 200 54339 WARNING 2025-09-28 16:19:35,587 log 377 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:19:35,587 basehttp 377 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 16:19:35,679 basehttp 377 6161117184 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 16:19:35,680 basehttp 377 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 16:19:35,682 basehttp 377 6161117184 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 16:19:35,702 basehttp 377 6127464448 "GET /en/emr/api/clinical-recommendations/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 200 337 ERROR 2025-09-28 16:19:35,705 log 377 13203795968 Internal Server Error: /en/emr/api/drug-interactions/ ERROR 2025-09-28 16:19:35,706 basehttp 377 13203795968 "GET /en/emr/api/drug-interactions/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 500 368 INFO 2025-09-28 16:19:35,707 basehttp 377 13186969600 "GET /en/emr/api/allergies/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 200 14 ERROR 2025-09-28 16:19:35,708 log 377 6144290816 Internal Server Error: /en/emr/api/risk-scores/ ERROR 2025-09-28 16:19:35,708 basehttp 377 6144290816 "GET /en/emr/api/risk-scores/?patient_id=7f3ca946-0876-4903-9f2e-6d8ab1e3044d HTTP/1.1" 500 430 INFO 2025-09-28 16:19:57,783 basehttp 377 6144290816 "GET /en/admin/facility_management/assetcategory/ HTTP/1.1" 200 88264 INFO 2025-09-28 16:19:57,797 basehttp 377 6144290816 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-28 16:20:02,536 basehttp 377 6144290816 "GET /en/admin/facility_management/asset/ HTTP/1.1" 200 141004 INFO 2025-09-28 16:20:02,552 basehttp 377 6144290816 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-09-28 16:20:13,578 log 377 6144290816 Internal Server Error: /en/admin/facility_management/asset/44/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 840, in get_form return modelform_factory(self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 312, in __new__ fields = fields_for_model( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 207, in fields_for_model raise FieldError( django.core.exceptions.FieldError: 'asset_id' cannot be specified for Asset model form as it is a non-editable field During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1878, in _changeform_view ModelForm = self.get_form( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 842, in get_form raise FieldError( django.core.exceptions.FieldError: 'asset_id' cannot be specified for Asset model form as it is a non-editable field. Check fields/fieldsets/exclude attributes of class AssetAdmin. ERROR 2025-09-28 16:20:13,580 basehttp 377 6144290816 "GET /en/admin/facility_management/asset/44/change/ HTTP/1.1" 500 158719 INFO 2025-09-28 16:20:31,624 basehttp 377 6144290816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:20:36,630 basehttp 377 6144290816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:21:32,640 basehttp 377 6144290816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:21:37,632 basehttp 377 6144290816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:22:09,178 autoreload 377 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/facility_management/admin.py changed, reloading. INFO 2025-09-28 16:22:09,725 autoreload 4752 8602788160 Watching for file changes with StatReloader ERROR 2025-09-28 16:22:12,153 log 4752 6167670784 Internal Server Error: /en/admin/facility_management/asset/44/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 840, in get_form return modelform_factory(self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 312, in __new__ fields = fields_for_model( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 207, in fields_for_model raise FieldError( django.core.exceptions.FieldError: 'asset_id' cannot be specified for Asset model form as it is a non-editable field During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1878, in _changeform_view ModelForm = self.get_form( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 842, in get_form raise FieldError( django.core.exceptions.FieldError: 'asset_id' cannot be specified for Asset model form as it is a non-editable field. Check fields/fieldsets/exclude attributes of class AssetAdmin. ERROR 2025-09-28 16:22:12,156 basehttp 4752 6167670784 "GET /en/admin/facility_management/asset/44/change/ HTTP/1.1" 500 158856 INFO 2025-09-28 16:22:33,719 basehttp 4752 6167670784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:22:38,632 basehttp 4752 6167670784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:22:47,636 autoreload 4752 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/facility_management/forms.py changed, reloading. INFO 2025-09-28 16:22:48,048 autoreload 5021 8602788160 Watching for file changes with StatReloader ERROR 2025-09-28 16:22:50,113 log 5021 6138212352 Internal Server Error: /en/admin/facility_management/asset/44/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 840, in get_form return modelform_factory(self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 312, in __new__ fields = fields_for_model( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 207, in fields_for_model raise FieldError( django.core.exceptions.FieldError: 'asset_id' cannot be specified for Asset model form as it is a non-editable field During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1878, in _changeform_view ModelForm = self.get_form( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 842, in get_form raise FieldError( django.core.exceptions.FieldError: 'asset_id' cannot be specified for Asset model form as it is a non-editable field. Check fields/fieldsets/exclude attributes of class AssetAdmin. ERROR 2025-09-28 16:22:50,115 basehttp 5021 6138212352 "GET /en/admin/facility_management/asset/44/change/ HTTP/1.1" 500 158856 INFO 2025-09-28 16:23:20,423 autoreload 5021 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/facility_management/admin.py changed, reloading. INFO 2025-09-28 16:23:20,823 autoreload 5351 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 16:23:21,548 basehttp 5351 6199373824 "GET /en/admin/facility_management/asset/44/change/ HTTP/1.1" 200 137424 INFO 2025-09-28 16:23:21,560 basehttp 5351 6216200192 "GET /static/admin/js/calendar.js HTTP/1.1" 304 0 INFO 2025-09-28 16:23:21,560 basehttp 5351 6233026560 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 304 0 INFO 2025-09-28 16:23:21,561 basehttp 5351 6233026560 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 304 0 INFO 2025-09-28 16:23:21,564 basehttp 5351 6199373824 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-28 16:23:21,582 basehttp 5351 6199373824 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 304 0 INFO 2025-09-28 16:23:34,657 basehttp 5351 6199373824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:23:39,650 basehttp 5351 6199373824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:24:35,638 basehttp 5351 6199373824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:24:40,639 basehttp 5351 6199373824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:25:15,077 basehttp 5351 6199373824 "GET /en/admin/facility_management/asset/ HTTP/1.1" 200 135176 INFO 2025-09-28 16:25:19,703 basehttp 5351 6199373824 "GET /en/admin/facility_management/asset/ HTTP/1.1" 200 135176 INFO 2025-09-28 16:25:19,713 basehttp 5351 6199373824 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-28 16:25:21,203 basehttp 5351 6199373824 "GET /en/admin/facility_management/asset/ HTTP/1.1" 200 135176 INFO 2025-09-28 16:25:21,215 basehttp 5351 6199373824 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-28 16:25:36,639 basehttp 5351 6199373824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:25:40,425 basehttp 5351 6199373824 "GET /en/admin/facility_management/asset/6/change/ HTTP/1.1" 200 137430 INFO 2025-09-28 16:25:40,443 basehttp 5351 6199373824 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-28 16:25:41,651 basehttp 5351 6199373824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:25:43,161 basehttp 5351 6199373824 "GET /en/admin/facility_management/asset/ HTTP/1.1" 200 135176 INFO 2025-09-28 16:25:49,624 basehttp 5351 6199373824 "GET /en/admin/appointments/waitinglistcontactlog/ HTTP/1.1" 200 151071 INFO 2025-09-28 16:25:49,637 basehttp 5351 6199373824 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-28 16:26:19,917 basehttp 5351 6199373824 "GET /en/admin/appointments/waitinglistcontactlog/25/change/ HTTP/1.1" 200 110619 INFO 2025-09-28 16:26:19,932 basehttp 5351 6199373824 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-28 16:26:19,945 basehttp 5351 6199373824 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 304 0 INFO 2025-09-28 16:26:22,904 basehttp 5351 6199373824 "GET /en/admin/appointments/waitinglistcontactlog/ HTTP/1.1" 200 151071 INFO 2025-09-28 16:26:38,641 basehttp 5351 6199373824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:26:41,657 basehttp 5351 6199373824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:27:41,649 basehttp 5351 6199373824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:28:04,011 basehttp 5351 6199373824 "GET /en/admin/emr/encounter/ HTTP/1.1" 200 163252 INFO 2025-09-28 16:28:04,027 basehttp 5351 6199373824 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-28 16:28:06,530 basehttp 5351 6199373824 "GET /en/admin/emr/encounter/2141/change/ HTTP/1.1" 200 403325 INFO 2025-09-28 16:28:06,546 basehttp 5351 6216200192 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-09-28 16:28:06,548 basehttp 5351 6199373824 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-28 16:28:06,548 basehttp 5351 6216200192 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-09-28 16:28:28,636 basehttp 5351 6199373824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:28:28,966 basehttp 5351 6216200192 "POST /en/admin/emr/encounter/2141/change/ HTTP/1.1" 200 403604 INFO 2025-09-28 16:28:28,982 basehttp 5351 6216200192 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-28 16:28:42,632 basehttp 5351 6216200192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:28:43,100 basehttp 5351 6216200192 "POST /en/admin/emr/encounter/2141/change/ HTTP/1.1" 302 0 INFO 2025-09-28 16:28:43,179 basehttp 5351 6216200192 "GET /en/admin/emr/encounter/ HTTP/1.1" 200 163495 INFO 2025-09-28 16:28:43,193 basehttp 5351 6216200192 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-28 16:28:55,416 basehttp 5351 6216200192 "GET /en/admin/emr/encounter/2141/change/ HTTP/1.1" 200 403361 INFO 2025-09-28 16:28:55,432 basehttp 5351 6216200192 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 WARNING 2025-09-28 16:29:03,217 log 5351 6216200192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:29:03,217 basehttp 5351 6216200192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 16:29:03,279 basehttp 5351 6216200192 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 16:29:03,281 basehttp 5351 6199373824 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 16:29:06,263 basehttp 5351 6199373824 "GET /en/emr/api/patient-search/?q=%2012 HTTP/1.1" 200 16 WARNING 2025-09-28 16:29:10,429 log 5351 6199373824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:29:10,429 basehttp 5351 6199373824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 16:29:10,504 basehttp 5351 6199373824 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 16:29:13,901 log 5351 6216200192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:29:13,901 basehttp 5351 6216200192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 16:29:13,949 basehttp 5351 6216200192 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 16:29:16,260 basehttp 5351 6199373824 "GET /en/emr/ HTTP/1.1" 200 70624 WARNING 2025-09-28 16:29:16,270 log 5351 6199373824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:29:16,270 basehttp 5351 6199373824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 16:29:16,325 basehttp 5351 6233026560 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 16:29:16,330 basehttp 5351 6199373824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:29:16,353 basehttp 5351 6216200192 "GET /en/emr/stats/ HTTP/1.1" 200 2969 INFO 2025-09-28 16:30:14,792 basehttp 5351 6216200192 "GET /en/patients/patientprofile/44/details/ HTTP/1.1" 200 35814 WARNING 2025-09-28 16:30:14,805 log 5351 6216200192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:30:14,806 basehttp 5351 6216200192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 16:30:14,831 basehttp 5351 6216200192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 16:30:14,860 basehttp 5351 6216200192 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 16:30:18,916 basehttp 5351 6199373824 "GET /en/patients/patientprofile/12/details/ HTTP/1.1" 200 35552 WARNING 2025-09-28 16:30:18,933 log 5351 6199373824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:30:18,934 basehttp 5351 6199373824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 16:30:18,954 basehttp 5351 6199373824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 16:30:18,984 basehttp 5351 6199373824 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 16:30:28,624 basehttp 5351 6216200192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:30:41,822 basehttp 5351 6216200192 "GET /en/laboratory/orders/create/?patient=12 HTTP/1.1" 200 40053 WARNING 2025-09-28 16:30:41,833 log 5351 6216200192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:30:41,834 basehttp 5351 6216200192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 16:30:41,881 basehttp 5351 6216200192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 16:30:41,886 basehttp 5351 6216200192 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 16:30:44,422 basehttp 5351 6199373824 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 16:30:44,424 log 5351 6216200192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:30:44,424 basehttp 5351 6216200192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 16:30:44,429 log 5351 6216200192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:30:44,429 basehttp 5351 6216200192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-28 16:30:47,555 log 5351 6216200192 Internal Server Error: /en/pharmacy/prescriptions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/forms.py", line 108, in __init__ self.fields['prescriber'].queryset = User.objects.filter( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'role' into field. Choices are: accepted_recommendations, accessible_dashboards, acknowledged_alerts, administered_medications, administered_transfusions, admitted_patients, alertrule, analyzed_results, anesthesia_cases, approved_care_plans, approved_employees, approved_purchase_orders, approved_reservations, approved_schedules, approved_time_entries, approved_transfers, asset, assigned_incidents, assigned_maintenance, assigned_queue_entries, assistant_or_blocks, assistant_surgeries, assistant_surgical_cases, attending_bills, attending_patients, attending_wards, audit_logs, audit_team_memberships, authored_notes, availability_slots, billing_provider_bills, blocked_beds, blood_requests, bloodtest, building, cancelled_appointments, cancelled_requests, care_team_plans, checked_in_appointments, circulating_cases, claim_status_updates, claimdocument, claimstatushistory, cleaned_beds, co_signed_notes, collected_specimens, collected_units, communicationchannel, completed_transfers, completed_transfusions, conducted_reviews, consulting_patients, created_admissions, created_alert_rules, created_alerts, created_appointment_templates, created_appointments, created_audit_plans, created_availability_slots, created_beds, created_billing_configurations, created_care_plans, created_claims, created_consent_forms, created_consent_templates, created_data_mappings, created_discharge_summaries, created_donors, created_drug_interactions, created_employees, created_encounters, created_external_systems, created_findings, created_improvement_projects, created_insurance_claims, created_integration_endpoints, created_inventory_items, created_inventory_locations, created_lab_tests, created_measurements, created_medical_bills, created_medication_inventory_items, created_medications, created_note_templates, created_notifications, created_operating_rooms, created_or_blocks, created_patient_notes, created_problems, created_protocols, created_purchase_orders, created_recommendations, created_reference_ranges, created_report_templates, created_risk_assessments, created_schedules, created_studies, created_suggestions, created_suppliers, created_surgeries, created_surgical_cases, created_surgical_note_templates, created_telemedicine_sessions, created_training_certificates, created_training_programs, created_training_records, created_training_sessions, created_waiting_list_entries, created_waiting_queues, created_wards, created_webhooks, crossmatch, dashboard, datasource, date_joined, deferred_recommendations, diagnosed_problems, dictated_reports, discharge_planning_cases, dismissed_recommendations, dispensed_medications, double_checked_administrations, email, emailaddress, employee_profile, emr_acknowledged_alerts, encounters, energyreading, failed_login_attempts, first_name, force_password_change, groups, id, initiated_capas, inpatient_anesthesia_cases, inpatient_circulating_cases, inpatient_scrub_cases, inspections_conducted, integration_logs, interpreted_studies, investigated_reactions, is_active, is_staff, is_superuser, issued_units, last_login, last_name, last_password_change, led_audits, locked_until, logentry, maintenance_requests, maintenanceschedule, managed_locations, managed_problems, managed_projects, managed_wards, max_concurrent_sessions, messagerecipient, metricdefinition, notificationtemplate, ordered_imaging_studies, ordered_lab_tests, ordered_suggestions, password, password_expires_at, password_history, performed_qc, physician_discharges, planned_discharges, prescribed_medications, primary_care_plans, primary_nurse_discharges, primary_or_blocks, primary_surgeries, primary_surgical_cases, processed_payments, processed_requests, project_team_memberships, provider_appointments, provider_waiting_list, qc_tests, radiology_reports, received_payments, received_specimens, received_units, recorded_equipment_usage, referred_studies, registered_patients, removed_waiting_list_entries, rendered_line_items, report, reported_incidents, reported_reactions, reportexecution, requested_purchase_orders, requested_transfers, resolved_alerts, resolved_allergy_alerts, responsible_findings, responsible_quality_indicators, responsible_risks, reviewed_qc, reviewed_qc_tests, scrub_cases, sent_messages, servicecontract, session_timeout_minutes, signed_encounters, signed_training_certificates, social_accounts, spacereservation, sponsored_projects, stopped_transfusions, supervised_line_items, surgeon_surgical_notes, targeted_notifications, task, tenant, tenant_id, transcribed_reports, transport_assignments, triggered_integrations, two_factor_devices, two_factor_enabled, updated_configurations, updated_queue_entries, user_id, user_permissions, user_sessions, username, verified_crossmatches, verified_dispenses, verified_findings, verified_measurements, verified_prescriptions, verified_problems, verified_results, verified_tests, verified_vital_signs, vital_signs_measurements, waiting_queues, waitinglistcontactlog, witnessed_administrations, witnessed_transfusions ERROR 2025-09-28 16:30:47,558 basehttp 5351 6216200192 "GET /en/pharmacy/prescriptions/create/?patient=12 HTTP/1.1" 500 173473 WARNING 2025-09-28 16:30:47,571 log 5351 6216200192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:30:47,571 basehttp 5351 6216200192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 16:31:28,618 basehttp 5351 6216200192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:32:28,608 basehttp 5351 6216200192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:32:46,970 autoreload 5351 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/forms.py changed, reloading. INFO 2025-09-28 16:32:47,473 autoreload 9813 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 16:32:49,714 basehttp 9813 6163492864 "GET /en/pharmacy/prescriptions/create/?patient=12 HTTP/1.1" 200 71674 WARNING 2025-09-28 16:32:49,729 log 9813 6163492864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:32:49,729 basehttp 9813 6163492864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 16:32:49,781 basehttp 9813 6163492864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 16:32:49,782 basehttp 9813 12901707776 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 16:33:28,642 basehttp 9813 6163492864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:33:49,791 basehttp 9813 6163492864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:34:49,798 basehttp 9813 6163492864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:35:28,617 basehttp 9813 6163492864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:35:49,788 basehttp 9813 6163492864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:36:28,617 basehttp 9813 6163492864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:36:34,871 autoreload 9813 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/models.py changed, reloading. INFO 2025-09-28 16:36:35,432 autoreload 11709 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 16:54:21,929 autoreload 21003 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 16:56:01,233 autoreload 21936 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 16:56:03,685 basehttp 21936 6164410368 "GET /en/pharmacy/prescriptions/create/?patient=12 HTTP/1.1" 200 71674 INFO 2025-09-28 16:56:03,751 basehttp 21936 6164410368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 16:56:03,898 log 21936 6164410368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:56:03,899 basehttp 21936 6164410368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 16:56:04,029 basehttp 21936 6164410368 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 16:56:05,566 log 21936 6181236736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:56:05,567 basehttp 21936 6181236736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 16:56:05,604 basehttp 21936 6181236736 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 16:56:06,040 log 21936 6164410368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:56:06,040 basehttp 21936 6164410368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 16:56:06,093 basehttp 21936 6164410368 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 16:56:06,540 log 21936 6181236736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:56:06,540 basehttp 21936 6181236736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 16:56:06,588 basehttp 21936 6181236736 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 16:56:07,061 log 21936 6164410368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:56:07,061 basehttp 21936 6164410368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 16:56:07,115 basehttp 21936 6164410368 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 16:56:07,992 basehttp 21936 6181236736 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 16:56:07,994 log 21936 6164410368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:56:07,994 basehttp 21936 6164410368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 16:56:07,999 log 21936 6164410368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:56:07,999 basehttp 21936 6164410368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 16:56:08,676 basehttp 21936 6164410368 "GET /en/emr/ HTTP/1.1" 200 64495 WARNING 2025-09-28 16:56:08,682 log 21936 6164410368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 16:56:08,682 basehttp 21936 6164410368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 16:56:08,740 basehttp 21936 6198063104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 16:56:08,745 basehttp 21936 6164410368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:56:08,774 basehttp 21936 6181236736 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 16:57:08,768 basehttp 21936 6181236736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:57:16,372 basehttp 21936 6181236736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:57:17,315 basehttp 21936 6181236736 "GET /en/emr/icd10/?q=Hypertension&mode=description HTTP/1.1" 200 47483 INFO 2025-09-28 16:57:17,366 basehttp 21936 6181236736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:57:23,368 basehttp 21936 6181236736 "GET /en/emr/icd10/ HTTP/1.1" 200 19442 INFO 2025-09-28 16:57:23,404 basehttp 21936 6181236736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:57:40,881 basehttp 21936 6181236736 "GET /en/emr/icd10/?q=mr&mode=description HTTP/1.1" 200 19442 INFO 2025-09-28 16:57:40,911 basehttp 21936 6181236736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:57:59,064 basehttp 21936 6181236736 "GET /en/emr/icd10/?q=myocardial&mode=description HTTP/1.1" 200 47643 INFO 2025-09-28 16:57:59,084 basehttp 21936 6181236736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:58:05,841 basehttp 21936 6181236736 "GET /en/emr/icd10/I21/ HTTP/1.1" 200 26430 INFO 2025-09-28 16:58:05,874 basehttp 21936 6181236736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:58:09,624 basehttp 21936 6181236736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:58:11,027 basehttp 21936 6181236736 "GET /en/emr/icd10/I21.9/ HTTP/1.1" 200 21308 INFO 2025-09-28 16:58:11,062 basehttp 21936 6181236736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:58:20,847 basehttp 21936 6181236736 "GET /en/emr/icd10/ HTTP/1.1" 200 19442 INFO 2025-09-28 16:58:20,881 basehttp 21936 6181236736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:58:27,028 basehttp 21936 6181236736 "GET /en/emr/problems HTTP/1.1" 301 0 INFO 2025-09-28 16:58:27,065 basehttp 21936 6164410368 "GET /en/emr/problems/ HTTP/1.1" 200 106824 INFO 2025-09-28 16:58:27,110 basehttp 21936 6164410368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 16:58:44,944 basehttp 21936 6164410368 "GET /en/emr/problems/302/ HTTP/1.1" 200 35242 INFO 2025-09-28 16:58:44,989 basehttp 21936 6164410368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 16:59:03,853 log 21936 6164410368 Not Found: /en/emr/problems/create WARNING 2025-09-28 16:59:03,854 basehttp 21936 6164410368 "GET /en/emr/problems/create HTTP/1.1" 404 43459 INFO 2025-09-28 16:59:10,633 basehttp 21936 6164410368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:00:11,635 basehttp 21936 6164410368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:00:57,215 autoreload 21936 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-09-28 17:00:57,749 autoreload 24278 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 17:02:39,288 autoreload 24278 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-09-28 17:02:39,752 autoreload 25120 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 17:02:42,620 basehttp 25120 6128201728 "GET /en/emr/problems/create HTTP/1.1" 301 0 ERROR 2025-09-28 17:02:42,716 log 25120 6145028096 Internal Server Error: /en/emr/problems/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard' not found. 'dashboard' is not a valid view function or pattern name. ERROR 2025-09-28 17:02:42,717 basehttp 25120 6145028096 "GET /en/emr/problems/create/ HTTP/1.1" 500 178412 INFO 2025-09-28 17:03:15,590 basehttp 25120 6145028096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:03:33,728 basehttp 25120 6145028096 "GET /en/emr/problems/create/ HTTP/1.1" 200 209927 INFO 2025-09-28 17:03:33,822 basehttp 25120 6145028096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:04:28,601 basehttp 25120 6145028096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:04:33,826 basehttp 25120 6145028096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:05:33,827 basehttp 25120 6145028096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:06:10,670 basehttp 25120 6145028096 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 17:06:28,580 basehttp 25120 6145028096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:06:33,819 basehttp 25120 6145028096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:07:00,175 basehttp 25120 6145028096 "GET /en/emr/problems/create/ HTTP/1.1" 200 210067 INFO 2025-09-28 17:07:00,233 basehttp 25120 6145028096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:07:28,600 basehttp 25120 6145028096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:08:00,235 basehttp 25120 6145028096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:08:17,869 autoreload 25120 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-28 17:08:18,425 autoreload 27810 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 17:08:21,261 basehttp 27810 6196113408 "GET /en/emr/problems/create/ HTTP/1.1" 200 210139 INFO 2025-09-28 17:08:21,316 basehttp 27810 6196113408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:08:54,508 autoreload 27810 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-28 17:08:54,923 autoreload 28083 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 17:08:58,648 basehttp 28083 6134820864 "GET /en/emr/problems/create/ HTTP/1.1" 200 210211 INFO 2025-09-28 17:08:58,703 basehttp 28083 6134820864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:09:28,582 basehttp 28083 6134820864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:09:58,703 basehttp 28083 6134820864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:10:01,025 autoreload 28083 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-28 17:10:01,454 autoreload 28658 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 17:10:02,700 basehttp 28658 12918534144 "GET /en/emr/problems/create/ HTTP/1.1" 200 210375 INFO 2025-09-28 17:10:02,756 basehttp 28658 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:10:06,585 basehttp 28658 12918534144 "GET /en/emr/problems/create/ HTTP/1.1" 200 210375 INFO 2025-09-28 17:10:06,642 basehttp 28658 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:10:24,562 autoreload 28658 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-28 17:10:24,974 autoreload 28843 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 17:10:25,853 basehttp 28843 6127972352 "GET /en/emr/problems/create/ HTTP/1.1" 200 210375 INFO 2025-09-28 17:10:25,914 basehttp 28843 6127972352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:10:28,429 basehttp 28843 6127972352 "GET /en/emr/problems/create/ HTTP/1.1" 200 210375 INFO 2025-09-28 17:10:28,486 basehttp 28843 6127972352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:10:32,000 basehttp 28843 6127972352 "GET /en/emr/problems/create/ HTTP/1.1" 200 210375 INFO 2025-09-28 17:10:32,055 basehttp 28843 6127972352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:11:11,669 basehttp 28843 6127972352 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 17:11:20,290 basehttp 28843 6127972352 "GET /en/emr/problems/create/ HTTP/1.1" 200 210376 INFO 2025-09-28 17:11:20,347 basehttp 28843 6127972352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:11:28,574 basehttp 28843 6127972352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:11:54,088 basehttp 28843 6127972352 "GET /en/emr/problems/create/ HTTP/1.1" 200 210276 INFO 2025-09-28 17:11:54,145 basehttp 28843 6127972352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:12:19,127 basehttp 28843 6127972352 "GET /en/emr/problems/create/ HTTP/1.1" 200 210375 INFO 2025-09-28 17:12:19,182 basehttp 28843 6127972352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:12:28,581 basehttp 28843 6127972352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:13:19,596 basehttp 28843 6127972352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:14:20,577 basehttp 28843 6127972352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:14:28,593 basehttp 28843 6127972352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:14:42,510 basehttp 28843 6127972352 "GET /en/emr/ HTTP/1.1" 200 64495 INFO 2025-09-28 17:14:42,519 basehttp 28843 6127972352 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 WARNING 2025-09-28 17:14:42,559 log 28843 6127972352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 17:14:42,559 basehttp 28843 6127972352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 17:14:42,590 basehttp 28843 6127972352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 17:14:42,603 basehttp 28843 6127972352 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 17:14:42,630 basehttp 28843 6144798720 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 17:14:46,138 basehttp 28843 6144798720 "GET /en/emr/problems/create/ HTTP/1.1" 200 210394 INFO 2025-09-28 17:14:46,206 basehttp 28843 6144798720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:15:43,582 basehttp 28843 6144798720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:15:46,209 basehttp 28843 6144798720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:16:13,245 basehttp 28843 6144798720 "GET /en/emr/problems/create/ HTTP/1.1" 200 210295 INFO 2025-09-28 17:16:13,309 basehttp 28843 6144798720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:16:44,599 basehttp 28843 6144798720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:17:13,322 basehttp 28843 6144798720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:17:16,868 basehttp 28843 6144798720 "GET /en/emr/problems/create/ HTTP/1.1" 200 210196 INFO 2025-09-28 17:17:16,924 basehttp 28843 6144798720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:17:35,950 basehttp 28843 6144798720 "GET /en/emr/problems/create/ HTTP/1.1" 200 209998 INFO 2025-09-28 17:17:36,008 basehttp 28843 6144798720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:17:39,032 basehttp 28843 6144798720 "GET /en/emr/problems/create/ HTTP/1.1" 200 209998 INFO 2025-09-28 17:17:39,086 basehttp 28843 6144798720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:17:45,598 basehttp 28843 6144798720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:17:53,753 basehttp 28843 6144798720 "GET /en/emr/problems/create/ HTTP/1.1" 200 209990 INFO 2025-09-28 17:17:53,810 basehttp 28843 6144798720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:18:46,608 basehttp 28843 6144798720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:18:53,818 basehttp 28843 6144798720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:19:43,672 basehttp 28843 6144798720 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 17:19:47,581 basehttp 28843 6144798720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:19:53,826 basehttp 28843 6144798720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:20:48,596 basehttp 28843 6144798720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:20:53,828 basehttp 28843 6144798720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:20:59,231 autoreload 28843 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-28 17:20:59,766 autoreload 33887 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 17:21:50,646 basehttp 33887 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:21:53,819 basehttp 33887 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:22:33,001 basehttp 33887 6325039104 "GET /en/emr/problems/create/ HTTP/1.1" 200 209573 INFO 2025-09-28 17:22:33,058 basehttp 33887 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:22:37,201 basehttp 33887 6325039104 "GET /en/emr/problems/create/ HTTP/1.1" 200 209573 INFO 2025-09-28 17:22:37,254 basehttp 33887 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:23:28,599 basehttp 33887 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:23:37,268 basehttp 33887 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:24:37,261 basehttp 33887 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:24:44,660 basehttp 33887 6325039104 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 17:25:28,585 basehttp 33887 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:25:37,273 basehttp 33887 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:26:37,278 basehttp 33887 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:27:28,581 basehttp 33887 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:27:30,163 autoreload 33887 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-28 17:27:30,707 autoreload 37061 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 17:27:37,381 basehttp 37061 6128300032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:28:18,487 autoreload 37061 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-28 17:28:18,927 autoreload 37507 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 17:28:37,329 basehttp 37507 6130249728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:28:39,869 autoreload 37507 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-09-28 17:28:40,477 autoreload 37704 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 17:29:28,645 basehttp 37704 6125383680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:29:37,272 basehttp 37704 6125383680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:29:45,652 basehttp 37704 6125383680 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 17:30:37,289 basehttp 37704 6125383680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:30:59,122 basehttp 37704 6125383680 "GET /en/emr/problems/create/ HTTP/1.1" 200 213021 INFO 2025-09-28 17:30:59,176 basehttp 37704 6125383680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:31:10,595 basehttp 37704 6125383680 "GET /en/emr/api/icd10-search/?q=hy HTTP/1.1" 200 3997 INFO 2025-09-28 17:31:13,784 basehttp 37704 6125383680 "GET /en/emr/api/icd10-search/?q=hyper HTTP/1.1" 200 4232 INFO 2025-09-28 17:31:18,531 basehttp 37704 6125383680 "GET /en/emr/api/icd10-search/?q=hypert HTTP/1.1" 200 3533 INFO 2025-09-28 17:31:28,589 basehttp 37704 6125383680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:31:59,181 basehttp 37704 6125383680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:32:59,183 basehttp 37704 6125383680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:33:28,587 basehttp 37704 6125383680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:33:59,185 basehttp 37704 6125383680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:34:04,311 basehttp 37704 6125383680 "GET /en/emr/api/icd10-search/?q=be HTTP/1.1" 200 3297 INFO 2025-09-28 17:34:05,329 basehttp 37704 6125383680 "GET /en/emr/api/icd10-search/?q=ben HTTP/1.1" 200 3545 INFO 2025-09-28 17:34:12,326 basehttp 37704 6125383680 "GET /en/emr/api/icd10-search/?q=be HTTP/1.1" 200 3297 INFO 2025-09-28 17:34:25,599 basehttp 37704 6125383680 "GET /en/emr/api/icd10-search/?q=Benign%20intracranial%20hypertension HTTP/1.1" 200 181 INFO 2025-09-28 17:34:29,835 basehttp 37704 6125383680 "GET /en/emr/api/icd10-search/?q=Benign%20intracranial%20hypertension HTTP/1.1" 200 181 ERROR 2025-09-28 17:34:31,327 log 37704 6125383680 Internal Server Error: /en/emr/problems/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 182, in post return super().post(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 151, in post return self.form_valid(form) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 655, in form_valid response = super().form_valid(form) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 133, in form_valid self.object = form.save() ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 554, in save self.instance.save() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/models.py", line 1008, in save self.full_clean() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1679, in full_clean raise ValidationError(errors) django.core.exceptions.ValidationError: {'tenant': ['This field cannot be null.']} ERROR 2025-09-28 17:34:31,329 basehttp 37704 6125383680 "POST /en/emr/problems/create/ HTTP/1.1" 500 113035 INFO 2025-09-28 17:34:46,658 basehttp 37704 6125383680 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 17:35:28,569 basehttp 37704 6125383680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:35:28,578 autoreload 37704 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-28 17:35:29,176 autoreload 41066 8602788160 Watching for file changes with StatReloader ERROR 2025-09-28 17:35:33,338 log 41066 6195884032 Internal Server Error: /en/emr/problems/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 182, in post return super().post(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 151, in post return self.form_valid(form) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 657, in form_valid AuditLogEntry.objects.create( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 661, in create obj = self.model(**kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 569, in __init__ raise TypeError( TypeError: AuditLogEntry() got unexpected keyword arguments: 'model_name' ERROR 2025-09-28 17:35:33,339 basehttp 41066 6195884032 "POST /en/emr/problems/create/ HTTP/1.1" 500 113861 INFO 2025-09-28 17:35:48,144 basehttp 41066 6195884032 "GET /en/emr/problems/create/ HTTP/1.1" 200 213021 INFO 2025-09-28 17:35:48,203 basehttp 41066 6195884032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:36:00,463 basehttp 41066 6195884032 "GET /en/emr/problems/?page=13 HTTP/1.1" 200 41934 INFO 2025-09-28 17:36:00,498 basehttp 41066 6195884032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:36:12,596 basehttp 41066 6195884032 "GET /en/emr/problems/?page=12 HTTP/1.1" 200 109780 INFO 2025-09-28 17:36:12,634 basehttp 41066 6195884032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:36:19,517 basehttp 41066 6195884032 "GET /en/emr/problems/?page=1 HTTP/1.1" 200 107043 INFO 2025-09-28 17:36:19,556 basehttp 41066 6195884032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:36:29,877 basehttp 41066 6195884032 "GET /en/emr/problems/305/ HTTP/1.1" 200 32192 INFO 2025-09-28 17:36:29,912 basehttp 41066 6195884032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:37:19,570 basehttp 41066 6195884032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:37:28,570 basehttp 41066 6195884032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:38:19,563 basehttp 41066 6195884032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:39:19,572 basehttp 41066 6195884032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:39:28,589 basehttp 41066 6195884032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:39:47,623 basehttp 41066 6195884032 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 17:40:19,568 basehttp 41066 6195884032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:41:19,567 basehttp 41066 6195884032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:41:28,565 basehttp 41066 6195884032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:42:18,440 autoreload 41066 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/models.py changed, reloading. INFO 2025-09-28 17:42:18,968 autoreload 44300 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 17:42:19,700 basehttp 44300 6166966272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:42:20,291 basehttp 44300 6166966272 "GET /en/emr/problems/?page=1 HTTP/1.1" 200 107268 INFO 2025-09-28 17:42:20,327 basehttp 44300 6166966272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:42:28,619 basehttp 44300 6166966272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:42:41,036 autoreload 44300 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/models.py changed, reloading. INFO 2025-09-28 17:42:41,527 autoreload 44483 8602788160 Watching for file changes with StatReloader ERROR 2025-09-28 17:42:43,706 log 44483 13186969600 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 722, in resolve obj = self.var.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 925, in _resolve_lookup current = current() ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/models.py", line 1070, in get_priority_color return status_colors.get(self.status, 'secondary') ^^^^^^^^^^^^^ NameError: name 'status_colors' is not defined ERROR 2025-09-28 17:42:43,709 basehttp 44483 13186969600 "GET /en/emr/problems/?page=1 HTTP/1.1" 500 247995 ERROR 2025-09-28 17:42:47,483 log 44483 13186969600 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 722, in resolve obj = self.var.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 925, in _resolve_lookup current = current() ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/models.py", line 1070, in get_priority_color return status_colors.get(self.status, 'secondary') ^^^^^^^^^^^^^ NameError: name 'status_colors' is not defined ERROR 2025-09-28 17:42:47,486 basehttp 44483 13186969600 "GET /en/emr/problems/?page=1 HTTP/1.1" 500 247995 INFO 2025-09-28 17:43:37,873 autoreload 44483 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/models.py changed, reloading. INFO 2025-09-28 17:43:38,292 autoreload 44909 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 17:43:39,469 basehttp 44909 6198030336 "GET /en/emr/problems/?page=1 HTTP/1.1" 200 107176 INFO 2025-09-28 17:43:39,524 basehttp 44909 6198030336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:43:52,243 basehttp 44909 6198030336 "GET /en/emr/problems/?page=2 HTTP/1.1" 200 109384 INFO 2025-09-28 17:43:52,261 basehttp 44909 6198030336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:44:19,866 basehttp 44909 6198030336 "GET /en/emr/problems/?page=3 HTTP/1.1" 200 115058 INFO 2025-09-28 17:44:19,902 basehttp 44909 6198030336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:44:22,461 basehttp 44909 6198030336 "GET /en/emr/problems/?page=4 HTTP/1.1" 200 115768 INFO 2025-09-28 17:44:22,500 basehttp 44909 6198030336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:44:25,080 basehttp 44909 6198030336 "GET /en/emr/problems/?page=5 HTTP/1.1" 200 111114 INFO 2025-09-28 17:44:25,118 basehttp 44909 6198030336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:44:27,589 basehttp 44909 6198030336 "GET /en/emr/problems/?page=13 HTTP/1.1" 200 41960 INFO 2025-09-28 17:44:27,625 basehttp 44909 6198030336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:44:28,576 basehttp 44909 6198030336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:44:29,568 basehttp 44909 6198030336 "GET /en/emr/problems/?page=12 HTTP/1.1" 200 109907 INFO 2025-09-28 17:44:29,608 basehttp 44909 6198030336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:44:35,252 basehttp 44909 6198030336 "GET /en/emr/problems/?page=11 HTTP/1.1" 200 114644 INFO 2025-09-28 17:44:35,291 basehttp 44909 6198030336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:44:48,619 basehttp 44909 6198030336 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 17:44:53,314 basehttp 44909 6198030336 "GET /en/emr/problems/?page=1 HTTP/1.1" 200 107176 INFO 2025-09-28 17:44:53,354 basehttp 44909 6198030336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:45:21,887 autoreload 44909 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/models.py changed, reloading. INFO 2025-09-28 17:45:22,443 autoreload 45758 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 17:45:24,434 basehttp 45758 6156906496 "GET /en/emr/problems/?page=1 HTTP/1.1" 200 107176 INFO 2025-09-28 17:45:24,472 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:45:29,621 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:45:29,672 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:45:30,353 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:45:30,879 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:45:35,453 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:45:37,754 basehttp 45758 6156906496 "GET /en/emr/problems/ HTTP/1.1" 200 107176 WARNING 2025-09-28 17:45:37,766 log 45758 6156906496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 17:45:37,766 basehttp 45758 6156906496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 17:45:37,856 basehttp 45758 6173732864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 17:45:37,862 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 17:45:43,869 log 45758 6173732864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 17:45:43,869 basehttp 45758 6156906496 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 17:45:43,869 basehttp 45758 6173732864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 17:45:43,903 log 45758 6173732864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 17:45:43,903 basehttp 45758 6173732864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 17:46:04,686 basehttp 45758 6173732864 "GET /en/emr/problems/create/ HTTP/1.1" 200 213021 WARNING 2025-09-28 17:46:04,701 log 45758 6173732864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 17:46:04,701 basehttp 45758 6173732864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 17:46:04,806 basehttp 45758 6173732864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 17:46:04,812 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:46:32,633 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:46:36,159 basehttp 45758 6156906496 "GET /en/emr/api/icd10-search/?q=ar HTTP/1.1" 200 3429 INFO 2025-09-28 17:46:37,414 basehttp 45758 6156906496 "GET /en/emr/api/icd10-search/?q=arth HTTP/1.1" 200 3505 INFO 2025-09-28 17:46:40,770 basehttp 45758 6156906496 "GET /en/emr/api/icd10-search/?q=arthi HTTP/1.1" 200 15 INFO 2025-09-28 17:46:43,880 basehttp 45758 6156906496 "GET /en/emr/api/icd10-search/?q=arth HTTP/1.1" 200 3505 INFO 2025-09-28 17:46:47,919 basehttp 45758 6156906496 "GET /en/emr/api/icd10-search/?q=arthr HTTP/1.1" 200 3505 INFO 2025-09-28 17:46:48,600 basehttp 45758 6156906496 "GET /en/emr/api/icd10-search/?q=arthri HTTP/1.1" 200 3594 INFO 2025-09-28 17:46:50,674 basehttp 45758 6156906496 "GET /en/emr/api/icd10-search/?q=arthriti HTTP/1.1" 200 3368 INFO 2025-09-28 17:46:51,312 basehttp 45758 6156906496 "GET /en/emr/api/icd10-search/?q=arthritis HTTP/1.1" 200 3368 INFO 2025-09-28 17:47:04,879 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:47:33,640 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:47:38,580 basehttp 45758 6156906496 "GET /en/emr/problems/create/ HTTP/1.1" 200 213006 WARNING 2025-09-28 17:47:38,598 log 45758 6156906496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 17:47:38,598 basehttp 45758 6156906496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 17:47:38,673 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 17:47:38,683 basehttp 45758 6156906496 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 17:47:50,483 basehttp 45758 6173732864 "GET /en/emr/api/icd10-search/?q=A2 HTTP/1.1" 200 2817 INFO 2025-09-28 17:47:51,421 basehttp 45758 6173732864 "GET /en/emr/api/icd10-search/?q=A2. HTTP/1.1" 200 15 INFO 2025-09-28 17:47:52,763 basehttp 45758 6173732864 "GET /en/emr/api/icd10-search/?q=A2 HTTP/1.1" 200 2817 INFO 2025-09-28 17:47:55,021 basehttp 45758 6173732864 "GET /en/emr/api/icd10-search/?q=A20 HTTP/1.1" 200 1402 INFO 2025-09-28 17:48:01,402 basehttp 45758 6173732864 "GET /en/emr/api/icd10-search/?q=A2 HTTP/1.1" 200 2817 INFO 2025-09-28 17:48:04,012 basehttp 45758 6173732864 "GET /en/emr/api/icd10-search/?q=hy HTTP/1.1" 200 3997 INFO 2025-09-28 17:48:07,669 basehttp 45758 6173732864 "GET /en/emr/api/icd10-search/?q=hyd HTTP/1.1" 200 3865 INFO 2025-09-28 17:48:08,754 basehttp 45758 6173732864 "GET /en/emr/api/icd10-search/?q=hydro HTTP/1.1" 200 3800 INFO 2025-09-28 17:48:34,622 basehttp 45758 6173732864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:48:38,676 basehttp 45758 6173732864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:49:08,235 basehttp 45758 6173732864 "GET /en/emr/problems/create/ HTTP/1.1" 200 213050 WARNING 2025-09-28 17:49:08,274 log 45758 6156906496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 17:49:08,274 basehttp 45758 6156906496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 17:49:08,275 basehttp 45758 6173732864 "GET /static/js/custom.js HTTP/1.1" 200 4109 WARNING 2025-09-28 17:49:08,325 basehttp 45758 6173732864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 17:49:08,337 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:49:11,323 basehttp 45758 6156906496 "GET /en/emr/problems/create/ HTTP/1.1" 200 213050 WARNING 2025-09-28 17:49:11,339 log 45758 6156906496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 17:49:11,340 basehttp 45758 6156906496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 17:49:11,416 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 17:49:11,423 basehttp 45758 6156906496 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 17:49:35,625 basehttp 45758 6173732864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:50:11,430 basehttp 45758 6173732864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:50:36,636 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:51:11,434 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:51:37,635 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:52:11,440 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:52:39,633 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:53:11,442 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:54:11,446 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:54:28,626 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:55:11,450 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:55:28,649 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:56:11,456 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:56:28,657 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:57:11,458 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:58:11,472 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:58:28,636 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 17:58:55,996 log 45758 6156906496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 17:58:55,996 basehttp 45758 6156906496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 17:58:56,051 basehttp 45758 6156906496 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 17:58:57,925 basehttp 45758 6173732864 "GET /en/emr/ HTTP/1.1" 200 64539 WARNING 2025-09-28 17:58:57,938 log 45758 6173732864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 17:58:57,938 basehttp 45758 6173732864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 17:58:57,994 basehttp 45758 13707014144 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 17:58:57,999 basehttp 45758 6173732864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:58:58,088 basehttp 45758 6156906496 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 17:59:28,637 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 17:59:58,003 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:00:28,637 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:00:57,995 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:01:28,662 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:01:58,045 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:02:58,050 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:03:28,676 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:03:58,043 basehttp 45758 6173732864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:03:58,058 basehttp 45758 6156906496 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 18:04:28,669 basehttp 45758 6156906496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:04:46,590 autoreload 45758 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/models.py changed, reloading. INFO 2025-09-28 18:04:47,251 autoreload 54933 8602788160 Watching for file changes with StatReloader WARNING 2025-09-28 18:04:48,603 basehttp 54933 12918534144 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 18:04:48,608 log 54933 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 18:04:48,608 basehttp 54933 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 18:04:48,614 log 54933 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 18:04:48,614 basehttp 54933 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 18:04:49,343 basehttp 54933 12935360512 "GET /en/emr/ HTTP/1.1" 200 64626 WARNING 2025-09-28 18:04:49,356 log 54933 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 18:04:49,356 basehttp 54933 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 18:04:49,415 basehttp 54933 12952186880 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 18:04:49,417 basehttp 54933 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:04:49,439 basehttp 54933 12918534144 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 18:05:14,662 basehttp 54933 12918534144 "GET /en/admin/emr/encounter/ HTTP/1.1" 200 163258 INFO 2025-09-28 18:05:14,679 basehttp 54933 12918534144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-28 18:05:49,672 basehttp 54933 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:06:28,677 basehttp 54933 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:06:50,685 basehttp 54933 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:07:28,670 basehttp 54933 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:07:51,676 basehttp 54933 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:08:28,679 basehttp 54933 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:08:52,675 basehttp 54933 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:09:49,719 basehttp 54933 12918534144 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 18:09:53,678 basehttp 54933 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:10:09,902 autoreload 54933 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/models.py changed, reloading. INFO 2025-09-28 18:10:10,393 autoreload 57516 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 18:10:11,749 basehttp 57516 12918534144 "GET /en/emr/ HTTP/1.1" 200 64610 WARNING 2025-09-28 18:10:11,764 log 57516 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 18:10:11,765 basehttp 57516 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 18:10:11,843 basehttp 57516 12918534144 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 18:10:11,861 basehttp 57516 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:10:11,882 basehttp 57516 12952186880 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 18:10:28,674 basehttp 57516 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:11:11,838 basehttp 57516 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:11:14,524 basehttp 57516 12952186880 "GET /en/emr/ HTTP/1.1" 200 64610 WARNING 2025-09-28 18:11:14,533 log 57516 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 18:11:14,534 basehttp 57516 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 18:11:14,603 basehttp 57516 12918534144 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 18:11:14,610 basehttp 57516 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:11:14,634 basehttp 57516 12935360512 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 18:11:18,327 basehttp 57516 12935360512 "GET /en/emr/problems/ HTTP/1.1" 200 107220 WARNING 2025-09-28 18:11:18,335 log 57516 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 18:11:18,335 basehttp 57516 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 18:11:18,381 basehttp 57516 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 18:11:18,386 basehttp 57516 12935360512 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 18:11:25,042 basehttp 57516 12952186880 "GET /en/emr/problems/create/ HTTP/1.1" 200 213050 WARNING 2025-09-28 18:11:25,058 log 57516 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 18:11:25,059 basehttp 57516 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 18:11:25,139 basehttp 57516 12952186880 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 18:11:25,150 basehttp 57516 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:11:28,682 basehttp 57516 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:11:35,165 basehttp 57516 12918534144 "GET /en/emr/api/icd10-search/?q=ar HTTP/1.1" 200 3429 INFO 2025-09-28 18:11:36,320 basehttp 57516 12918534144 "GET /en/emr/api/icd10-search/?q=arth HTTP/1.1" 200 3505 INFO 2025-09-28 18:12:25,166 basehttp 57516 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:13:25,158 basehttp 57516 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:13:28,672 basehttp 57516 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:13:55,136 basehttp 57516 12918534144 "GET /en/emr/problems/create/ HTTP/1.1" 200 213050 WARNING 2025-09-28 18:13:55,151 log 57516 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 18:13:55,151 basehttp 57516 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 18:13:55,224 basehttp 57516 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 18:13:55,236 basehttp 57516 12918534144 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 18:14:04,735 basehttp 57516 12935360512 "GET /en/emr/problems/create/ HTTP/1.1" 200 213050 WARNING 2025-09-28 18:14:04,748 log 57516 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 18:14:04,748 basehttp 57516 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 18:14:04,820 basehttp 57516 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 18:14:04,830 basehttp 57516 12935360512 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 18:14:22,690 basehttp 57516 12918534144 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 18:14:22,692 log 57516 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 18:14:22,692 basehttp 57516 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 18:14:22,697 basehttp 57516 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 18:14:22,702 log 57516 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 18:14:22,702 basehttp 57516 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 18:14:28,683 basehttp 57516 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-28 18:14:58,948 log 57516 12935360512 Internal Server Error: /en/emr/problem/305/resolve/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: resolve_problem() got an unexpected keyword argument 'problem_id' ERROR 2025-09-28 18:14:58,949 basehttp 57516 12935360512 "POST /en/emr/problem/305/resolve/ HTTP/1.1" 500 69312 INFO 2025-09-28 18:15:02,692 basehttp 57516 12935360512 "GET /en/emr/problems/ HTTP/1.1" 200 107220 WARNING 2025-09-28 18:15:02,701 log 57516 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 18:15:02,701 basehttp 57516 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 18:15:02,770 basehttp 57516 12952186880 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 18:15:02,772 basehttp 57516 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:16:02,770 basehttp 57516 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:16:28,586 basehttp 57516 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:17:02,689 basehttp 57516 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:17:28,595 basehttp 57516 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:18:02,683 basehttp 57516 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:19:02,693 basehttp 57516 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:19:28,595 basehttp 57516 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:20:02,698 basehttp 57516 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:20:28,586 basehttp 57516 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:21:02,698 basehttp 57516 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:22:02,702 basehttp 57516 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:22:28,594 basehttp 57516 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:23:02,705 basehttp 57516 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:23:28,587 basehttp 57516 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:24:02,709 basehttp 57516 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:24:04,802 autoreload 57516 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-28 18:24:05,197 autoreload 64161 8602788160 Watching for file changes with StatReloader WARNING 2025-09-28 18:24:06,427 basehttp 64161 6190575616 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 18:24:06,430 log 64161 6207401984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 18:24:06,430 basehttp 64161 6207401984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 18:24:06,432 log 64161 6207401984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 18:24:06,432 basehttp 64161 6207401984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-28 18:24:13,837 log 64161 6207401984 Internal Server Error: /en/emr/problem/302/resolve/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 997, in resolve_problem AuditLogEntry.objects.create( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 661, in create obj = self.model(**kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 569, in __init__ raise TypeError( TypeError: AuditLogEntry() got unexpected keyword arguments: 'model_name' ERROR 2025-09-28 18:24:13,838 basehttp 64161 6207401984 "POST /en/emr/problem/302/resolve/ HTTP/1.1" 500 91147 INFO 2025-09-28 18:24:28,669 basehttp 64161 6207401984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:25:02,711 basehttp 64161 6207401984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:26:02,709 basehttp 64161 6190575616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:26:28,594 basehttp 64161 6190575616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:27:02,707 basehttp 64161 6190575616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:27:28,596 basehttp 64161 6190575616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:28:02,716 basehttp 64161 6190575616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:29:02,713 basehttp 64161 6190575616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:29:28,588 basehttp 64161 6190575616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:29:52,947 autoreload 64161 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-28 18:29:53,385 autoreload 66963 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 18:30:02,759 basehttp 66963 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:30:08,172 autoreload 66963 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-28 18:30:08,590 autoreload 67053 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 18:30:28,631 basehttp 67053 6166097920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:30:29,600 autoreload 67053 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-28 18:30:30,030 autoreload 67230 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 18:30:49,995 autoreload 67230 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-28 18:30:50,392 autoreload 67409 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 18:31:02,765 basehttp 67409 6137786368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:31:10,362 autoreload 67409 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-28 18:31:10,879 autoreload 67595 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 18:31:28,633 basehttp 67595 6131560448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:31:30,884 autoreload 67595 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-28 18:31:31,393 autoreload 67780 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 18:31:51,291 autoreload 67780 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-28 18:31:51,720 autoreload 67958 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 18:32:02,767 basehttp 67958 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:33:02,730 basehttp 67958 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:33:28,605 basehttp 67958 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:34:02,748 basehttp 67958 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:34:28,607 basehttp 67958 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:35:02,740 basehttp 67958 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:36:02,741 basehttp 67958 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:36:28,588 basehttp 67958 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:37:03,596 basehttp 67958 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:37:28,589 basehttp 67958 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:38:03,602 basehttp 67958 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:38:28,594 basehttp 67958 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:39:03,600 basehttp 67958 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 18:39:32,917 log 67958 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 18:39:32,917 basehttp 67958 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 18:39:32,967 basehttp 67958 6341865472 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 18:39:34,850 basehttp 67958 6358691840 "GET /en/emr/ HTTP/1.1" 200 64610 WARNING 2025-09-28 18:39:34,860 log 67958 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 18:39:34,860 basehttp 67958 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 18:39:34,914 basehttp 67958 6375518208 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 18:39:34,918 basehttp 67958 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:39:34,976 basehttp 67958 6341865472 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 18:39:44,778 basehttp 67958 6341865472 "GET /en/emr/encounters/ HTTP/1.1" 200 54188 WARNING 2025-09-28 18:39:44,791 log 67958 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 18:39:44,791 basehttp 67958 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 18:39:44,852 basehttp 67958 6341865472 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 18:39:44,876 basehttp 67958 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:40:28,585 basehttp 67958 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 18:40:40,711 basehttp 67958 6341865472 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-28 18:40:40,713 log 67958 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 18:40:40,714 basehttp 67958 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 18:40:40,716 basehttp 67958 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 18:40:40,719 log 67958 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 18:40:40,719 basehttp 67958 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 18:41:01,204 log 67958 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 18:41:01,204 basehttp 67958 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 18:41:01,258 basehttp 67958 6358691840 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 18:41:02,309 basehttp 67958 6375518208 "GET /en/ HTTP/1.1" 200 47189 WARNING 2025-09-28 18:41:02,317 log 67958 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 18:41:02,317 basehttp 67958 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 18:41:02,367 basehttp 67958 6392344576 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 18:41:02,371 basehttp 67958 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:41:02,378 basehttp 67958 6358691840 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-28 18:41:02,378 basehttp 67958 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-28 18:41:10,150 basehttp 67958 6341865472 "GET /en/emr/ HTTP/1.1" 200 64610 WARNING 2025-09-28 18:41:10,165 log 67958 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 18:41:10,165 basehttp 67958 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 18:41:10,192 basehttp 67958 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 18:41:10,211 basehttp 67958 6341865472 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 18:41:10,218 basehttp 67958 6358691840 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 18:41:12,257 basehttp 67958 6358691840 "GET /en/emr/problems/ HTTP/1.1" 200 106265 WARNING 2025-09-28 18:41:12,270 log 67958 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 18:41:12,270 basehttp 67958 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 18:41:12,332 basehttp 67958 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 18:41:12,334 basehttp 67958 6375518208 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 ERROR 2025-09-28 18:41:16,097 log 67958 6358691840 Internal Server Error: /en/emr/problem/299/resolve/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1038, in resolve_problem AuditLogEntry.objects.create( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 661, in create obj = self.model(**kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 545, in __init__ _setattr(self, field.name, rel_obj) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_descriptors.py", line 291, in __set__ raise ValueError( ValueError: Cannot assign "'ProblemList'": "AuditLogEntry.content_type" must be a "ContentType" instance. ERROR 2025-09-28 18:41:16,099 basehttp 67958 6358691840 "POST /en/emr/problem/299/resolve/ HTTP/1.1" 500 95054 INFO 2025-09-28 18:41:28,590 basehttp 67958 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:42:12,334 basehttp 67958 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:42:28,607 basehttp 67958 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:43:12,348 basehttp 67958 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:43:16,180 autoreload 67958 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-28 18:43:16,747 autoreload 73462 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 18:43:19,763 basehttp 73462 6166081536 "GET /en/emr/problems/ HTTP/1.1" 200 105310 WARNING 2025-09-28 18:43:19,779 log 73462 6166081536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 18:43:19,780 basehttp 73462 6166081536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 18:43:19,824 basehttp 73462 6166081536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 18:43:19,829 basehttp 73462 6166081536 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 18:43:25,278 basehttp 73462 12901707776 "POST /en/emr/problem/297/resolve/ HTTP/1.1" 302 0 INFO 2025-09-28 18:43:25,297 basehttp 73462 12901707776 "GET /en/emr/problems/297/ HTTP/1.1" 200 36100 INFO 2025-09-28 18:43:29,505 basehttp 73462 12901707776 "GET /en/emr/problems/ HTTP/1.1" 200 104355 WARNING 2025-09-28 18:43:29,515 log 73462 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 18:43:29,515 basehttp 73462 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 18:43:29,573 basehttp 73462 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-28 18:43:29,576 basehttp 73462 12901707776 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 18:43:56,063 basehttp 73462 6166081536 "GET /en/admin/core/auditlogentry/ HTTP/1.1" 200 146558 INFO 2025-09-28 18:43:56,081 basehttp 73462 6166081536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-28 18:44:10,108 basehttp 73462 6166081536 "GET /en/admin/core/auditlogentry/?timestamp__month=9×tamp__year=2025 HTTP/1.1" 200 157059 INFO 2025-09-28 18:44:10,122 basehttp 73462 6166081536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-28 18:44:21,009 basehttp 73462 6166081536 "GET /en/admin/core/auditlogentry/ HTTP/1.1" 200 146558 INFO 2025-09-28 18:44:21,783 basehttp 73462 6166081536 "GET /en/admin/core/auditlogentry/ HTTP/1.1" 200 146558 INFO 2025-09-28 18:44:21,794 basehttp 73462 6166081536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-28 18:44:28,576 basehttp 73462 6166081536 "GET /en/admin/core/auditlogentry/4/change/ HTTP/1.1" 200 122705 INFO 2025-09-28 18:44:28,582 basehttp 73462 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:44:28,587 basehttp 73462 6166081536 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-28 18:44:29,592 basehttp 73462 6166081536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:44:53,568 basehttp 73462 6166081536 "GET /en/admin/core/auditlogentry/ HTTP/1.1" 200 146558 INFO 2025-09-28 18:45:28,585 basehttp 73462 6166081536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:45:30,597 basehttp 73462 6166081536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:46:28,590 basehttp 73462 6166081536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:46:31,596 basehttp 73462 6166081536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:47:32,588 basehttp 73462 6166081536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-28 18:48:14,597 autoreload 73462 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-28 18:48:15,143 autoreload 75799 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 21:58:29,711 autoreload 24757 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 21:59:51,994 basehttp 24757 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 21:59:52,823 basehttp 24757 6124793856 "GET /en/emr/problems/ HTTP/1.1" 200 104355 INFO 2025-09-28 21:59:52,830 basehttp 24757 6124793856 "GET /static/css/custom.css HTTP/1.1" 304 0 INFO 2025-09-28 21:59:52,905 basehttp 24757 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-28 21:59:53,146 log 24757 6124793856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 21:59:53,146 basehttp 24757 6124793856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 21:59:53,368 basehttp 24757 6124793856 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 22:00:21,846 basehttp 24757 6141620224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:00:52,914 basehttp 24757 6141620224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:01:21,850 basehttp 24757 6141620224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:01:52,909 basehttp 24757 6141620224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:02:53,854 basehttp 24757 6141620224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:03:21,844 basehttp 24757 6141620224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:03:54,854 basehttp 24757 6141620224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-28 22:04:04,487 log 24757 6141620224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 22:04:04,487 basehttp 24757 6141620224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 22:04:04,578 basehttp 24757 6141620224 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 22:04:21,833 basehttp 24757 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:05:04,518 basehttp 24757 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:08:33,793 autoreload 30872 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 22:08:52,071 basehttp 30872 6156644352 "GET /en/emr/ HTTP/1.1" 200 64610 WARNING 2025-09-28 22:08:52,092 log 30872 6156644352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 22:08:52,092 basehttp 30872 6156644352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 22:08:52,156 basehttp 30872 6156644352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-28 22:08:52,167 basehttp 30872 6156644352 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 22:08:52,197 basehttp 30872 6173470720 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 22:08:53,981 basehttp 30872 6173470720 "GET /en/emr/ HTTP/1.1" 200 64610 WARNING 2025-09-28 22:08:53,996 log 30872 6173470720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 22:08:53,996 basehttp 30872 6173470720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 22:08:54,055 basehttp 30872 13438578688 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 22:08:54,057 basehttp 30872 6173470720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:08:54,082 basehttp 30872 6156644352 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 22:08:58,004 basehttp 30872 6156644352 "GET /en/emr/ HTTP/1.1" 200 64610 WARNING 2025-09-28 22:08:58,013 log 30872 6156644352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 22:08:58,013 basehttp 30872 6156644352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 22:08:58,074 basehttp 30872 13438578688 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 22:08:58,076 basehttp 30872 6156644352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:08:58,099 basehttp 30872 6173470720 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 22:08:59,284 basehttp 30872 6173470720 "GET /en/emr/ HTTP/1.1" 200 64610 WARNING 2025-09-28 22:08:59,293 log 30872 6173470720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 22:08:59,293 basehttp 30872 6173470720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 22:08:59,352 basehttp 30872 13438578688 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 22:08:59,356 basehttp 30872 6173470720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:08:59,379 basehttp 30872 6156644352 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 22:09:13,313 basehttp 30872 6156644352 "GET /en/emr/ HTTP/1.1" 200 64610 WARNING 2025-09-28 22:09:13,321 log 30872 6156644352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 22:09:13,323 basehttp 30872 6156644352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 22:09:13,323 basehttp 30872 6156644352 - Broken pipe from ('127.0.0.1', 61468) INFO 2025-09-28 22:09:13,329 basehttp 30872 13472231424 "GET /static/plugins/toastr/toastr.css HTTP/1.1" 200 7860 INFO 2025-09-28 22:09:13,330 basehttp 30872 13489057792 "GET /static/img/user/user-12.jpg HTTP/1.1" 200 8541 INFO 2025-09-28 22:09:13,331 basehttp 30872 13455405056 "GET /static/css/custom.css HTTP/1.1" 200 2844 INFO 2025-09-28 22:09:13,333 basehttp 30872 13455405056 "GET /static/plugins/toastr/toastr.min.js HTTP/1.1" 200 5536 INFO 2025-09-28 22:09:13,334 basehttp 30872 13505884160 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-28 22:09:13,336 basehttp 30872 13455405056 "GET /static/js/custom.js HTTP/1.1" 200 4109 INFO 2025-09-28 22:09:13,339 basehttp 30872 13455405056 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-28 22:09:13,339 basehttp 30872 13505884160 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-28 22:09:13,339 basehttp 30872 6173470720 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-28 22:09:13,342 basehttp 30872 13489057792 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-28 22:09:13,343 basehttp 30872 6173470720 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-28 22:09:13,344 basehttp 30872 13455405056 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-28 22:09:13,345 basehttp 30872 13505884160 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-28 22:09:13,347 basehttp 30872 13438578688 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-28 22:09:13,349 basehttp 30872 6173470720 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-28 22:09:13,350 basehttp 30872 13455405056 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-28 22:09:13,350 basehttp 30872 13505884160 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-28 22:09:13,351 basehttp 30872 13472231424 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-28 22:09:13,352 basehttp 30872 13438578688 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-28 22:09:13,352 basehttp 30872 13505884160 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-28 22:09:13,353 basehttp 30872 6173470720 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-28 22:09:13,353 basehttp 30872 13489057792 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-28 22:09:13,354 basehttp 30872 13472231424 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-28 22:09:13,355 basehttp 30872 13455405056 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-28 22:09:13,355 basehttp 30872 13438578688 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-28 22:09:13,356 basehttp 30872 6173470720 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-28 22:09:13,356 basehttp 30872 13505884160 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-28 22:09:13,357 basehttp 30872 13438578688 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-28 22:09:13,358 basehttp 30872 13455405056 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-28 22:09:13,358 basehttp 30872 13472231424 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-28 22:09:13,358 basehttp 30872 13505884160 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-28 22:09:13,358 basehttp 30872 13489057792 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-28 22:09:13,488 basehttp 30872 13489057792 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 WARNING 2025-09-28 22:09:13,501 basehttp 30872 13505884160 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 22:09:13,515 basehttp 30872 13489057792 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-28 22:09:13,520 basehttp 30872 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:09:13,563 basehttp 30872 13438578688 "GET /en/emr/stats/ HTTP/1.1" 200 6865 WARNING 2025-09-28 22:09:13,597 log 30872 13438578688 Not Found: /favicon.ico WARNING 2025-09-28 22:09:13,597 basehttp 30872 13438578688 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-28 22:09:17,840 basehttp 30872 13438578688 "GET /en/emr/ HTTP/1.1" 200 64610 WARNING 2025-09-28 22:09:17,848 log 30872 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 22:09:17,848 basehttp 30872 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 22:09:17,925 basehttp 30872 13489057792 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 22:09:17,930 basehttp 30872 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:09:17,953 basehttp 30872 13472231424 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 22:09:21,768 basehttp 30872 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:10:17,936 basehttp 30872 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:10:21,772 basehttp 30872 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:11:11,804 basehttp 30872 13472231424 "GET /en/emr/ HTTP/1.1" 200 64610 WARNING 2025-09-28 22:11:11,817 log 30872 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 22:11:11,817 basehttp 30872 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 22:11:11,871 basehttp 30872 13455405056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 22:11:11,877 basehttp 30872 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:11:11,914 basehttp 30872 13438578688 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 22:11:12,986 basehttp 30872 13438578688 "GET /en/emr/ HTTP/1.1" 200 64610 WARNING 2025-09-28 22:11:12,995 log 30872 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 22:11:12,995 basehttp 30872 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 22:11:13,054 basehttp 30872 6173470720 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 22:11:13,061 basehttp 30872 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:11:13,083 basehttp 30872 13472231424 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 22:11:21,780 basehttp 30872 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:12:13,064 basehttp 30872 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:12:48,886 basehttp 30872 13472231424 "GET /en/emr/ HTTP/1.1" 200 64610 WARNING 2025-09-28 22:12:48,897 log 30872 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 22:12:48,897 basehttp 30872 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 22:12:48,957 basehttp 30872 6156644352 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 22:12:48,959 basehttp 30872 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:12:48,993 basehttp 30872 13438578688 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 22:12:49,912 basehttp 30872 13438578688 "GET /en/emr/ HTTP/1.1" 200 64610 WARNING 2025-09-28 22:12:49,923 log 30872 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 22:12:49,923 basehttp 30872 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 22:12:49,986 basehttp 30872 6156644352 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 22:12:49,988 basehttp 30872 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:12:50,024 basehttp 30872 13472231424 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 22:12:50,818 basehttp 30872 13472231424 "GET /en/emr/ HTTP/1.1" 200 64610 WARNING 2025-09-28 22:12:50,829 log 30872 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 22:12:50,830 basehttp 30872 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 22:12:50,891 basehttp 30872 6156644352 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 22:12:50,894 basehttp 30872 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:12:50,928 basehttp 30872 13438578688 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 22:12:51,836 basehttp 30872 13438578688 "GET /en/emr/ HTTP/1.1" 200 64610 WARNING 2025-09-28 22:12:51,848 log 30872 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 22:12:51,848 basehttp 30872 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 22:12:51,907 basehttp 30872 6156644352 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 22:12:51,910 basehttp 30872 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:12:51,934 basehttp 30872 13472231424 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 22:13:10,835 basehttp 30872 13472231424 "GET /en/emr/ HTTP/1.1" 200 57737 WARNING 2025-09-28 22:13:10,846 log 30872 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 22:13:10,846 basehttp 30872 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 22:13:10,901 basehttp 30872 6156644352 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 22:13:10,909 basehttp 30872 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:13:10,931 basehttp 30872 13438578688 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 22:13:14,948 basehttp 30872 13438578688 "GET /en/emr/ HTTP/1.1" 200 57737 WARNING 2025-09-28 22:13:14,958 log 30872 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 22:13:14,958 basehttp 30872 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 22:13:15,020 basehttp 30872 6156644352 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 22:13:15,025 basehttp 30872 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:13:15,047 basehttp 30872 13472231424 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 22:13:15,875 basehttp 30872 13472231424 "GET /en/emr/ HTTP/1.1" 200 57737 WARNING 2025-09-28 22:13:15,887 log 30872 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 22:13:15,887 basehttp 30872 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 22:13:15,945 basehttp 30872 6156644352 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 22:13:15,948 basehttp 30872 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:13:15,974 basehttp 30872 13438578688 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 22:13:17,275 basehttp 30872 13438578688 "GET /en/emr/ HTTP/1.1" 200 57737 WARNING 2025-09-28 22:13:17,284 log 30872 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 22:13:17,285 basehttp 30872 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 22:13:17,342 basehttp 30872 6156644352 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 22:13:17,347 basehttp 30872 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:13:17,369 basehttp 30872 13472231424 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 22:13:21,777 basehttp 30872 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:13:22,676 basehttp 30872 13472231424 "GET /en/emr/ HTTP/1.1" 200 57737 WARNING 2025-09-28 22:13:22,686 log 30872 6156644352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 22:13:22,688 basehttp 30872 6156644352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 22:13:22,689 basehttp 30872 6173470720 "GET /static/css/custom.css HTTP/1.1" 200 2844 INFO 2025-09-28 22:13:22,690 basehttp 30872 13455405056 "GET /static/plugins/toastr/toastr.css HTTP/1.1" 200 7860 INFO 2025-09-28 22:13:22,691 basehttp 30872 13489057792 "GET /static/img/user/user-12.jpg HTTP/1.1" 200 8541 INFO 2025-09-28 22:13:22,694 basehttp 30872 13489057792 "GET /static/plugins/toastr/toastr.min.js HTTP/1.1" 200 5536 INFO 2025-09-28 22:13:22,695 basehttp 30872 6156644352 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-28 22:13:22,698 basehttp 30872 13489057792 "GET /static/js/custom.js HTTP/1.1" 200 4109 INFO 2025-09-28 22:13:22,699 basehttp 30872 13472231424 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-28 22:13:22,700 basehttp 30872 13455405056 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-28 22:13:22,700 basehttp 30872 6156644352 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-28 22:13:22,702 basehttp 30872 13489057792 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-28 22:13:22,703 basehttp 30872 13472231424 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-28 22:13:22,704 basehttp 30872 13455405056 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-28 22:13:22,705 basehttp 30872 6156644352 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-28 22:13:22,705 basehttp 30872 13472231424 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-28 22:13:22,707 basehttp 30872 6156644352 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-28 22:13:22,707 basehttp 30872 13455405056 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-28 22:13:22,709 basehttp 30872 13472231424 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-28 22:13:22,709 basehttp 30872 13489057792 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-28 22:13:22,710 basehttp 30872 6156644352 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-28 22:13:22,710 basehttp 30872 13455405056 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-28 22:13:22,713 basehttp 30872 13489057792 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-28 22:13:22,713 basehttp 30872 13455405056 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-28 22:13:22,713 basehttp 30872 6156644352 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-28 22:13:22,714 basehttp 30872 13472231424 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-28 22:13:22,716 basehttp 30872 13472231424 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-28 22:13:22,716 basehttp 30872 6156644352 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-28 22:13:22,716 basehttp 30872 13455405056 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-28 22:13:22,717 basehttp 30872 13489057792 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-28 22:13:22,718 basehttp 30872 13472231424 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-28 22:13:22,719 basehttp 30872 13455405056 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-28 22:13:22,720 basehttp 30872 13438578688 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-28 22:13:22,720 basehttp 30872 6173470720 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-28 22:13:22,901 basehttp 30872 6173470720 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-28 22:13:22,930 basehttp 30872 6173470720 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-28 22:13:22,955 basehttp 30872 13438578688 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 22:13:22,969 basehttp 30872 6173470720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:13:23,007 basehttp 30872 13455405056 "GET /en/emr/stats/ HTTP/1.1" 200 6865 WARNING 2025-09-28 22:13:23,025 log 30872 13455405056 Not Found: /favicon.ico WARNING 2025-09-28 22:13:23,025 basehttp 30872 13455405056 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-28 22:13:53,677 basehttp 30872 13455405056 "GET /en/emr/ HTTP/1.1" 200 64610 WARNING 2025-09-28 22:13:53,686 log 30872 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 22:13:53,686 basehttp 30872 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 22:13:53,764 basehttp 30872 13472231424 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 22:13:53,773 basehttp 30872 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:13:53,796 basehttp 30872 6173470720 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 22:13:55,873 basehttp 30872 6173470720 "GET /en/emr/ HTTP/1.1" 200 64610 WARNING 2025-09-28 22:13:55,885 log 30872 6173470720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 22:13:55,885 basehttp 30872 6173470720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-28 22:13:55,945 basehttp 30872 13489057792 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-28 22:13:55,946 basehttp 30872 6173470720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:13:55,983 basehttp 30872 13455405056 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-28 22:14:21,781 basehttp 30872 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:14:55,952 basehttp 30872 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:19:10,294 autoreload 36784 8602788160 Watching for file changes with StatReloader INFO 2025-09-28 22:19:12,946 basehttp 36784 6128922624 "GET /en/emr/ HTTP/1.1" 302 0 INFO 2025-09-28 22:19:12,950 basehttp 36784 6128922624 "GET /accounts/login/?next=/en/emr/ HTTP/1.1" 302 0 ERROR 2025-09-28 22:19:12,966 log 36784 6145748992 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-28 22:19:12,970 basehttp 36784 6145748992 "GET /en/accounts/login/?next=/en/emr/ HTTP/1.1" 500 161092 WARNING 2025-09-28 22:19:12,985 log 36784 6145748992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 22:19:12,985 basehttp 36784 6145748992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 22:19:18,453 basehttp 36784 6145748992 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-09-28 22:19:18,500 basehttp 36784 6128922624 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-09-28 22:19:18,509 basehttp 36784 6128922624 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 WARNING 2025-09-28 22:19:18,518 log 36784 6128922624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 22:19:18,519 basehttp 36784 6128922624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 22:19:18,519 basehttp 36784 6128922624 - Broken pipe from ('127.0.0.1', 64212) INFO 2025-09-28 22:19:18,525 basehttp 36784 13170143232 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-28 22:19:18,525 basehttp 36784 6162575360 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-28 22:19:18,525 basehttp 36784 13203795968 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-28 22:19:18,526 basehttp 36784 6145748992 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-28 22:19:18,526 basehttp 36784 6128922624 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-28 22:19:18,526 basehttp 36784 13186969600 "GET /static/admin/css/login.css HTTP/1.1" 200 951 INFO 2025-09-28 22:19:18,536 basehttp 36784 6128922624 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-28 22:19:20,049 basehttp 36784 6128922624 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-09-28 22:19:20,076 basehttp 36784 6128922624 "GET /en/admin/ HTTP/1.1" 200 108585 WARNING 2025-09-28 22:19:20,093 log 36784 6128922624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 22:19:20,093 basehttp 36784 6128922624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 22:19:20,093 basehttp 36784 13186969600 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-09-28 22:19:20,096 basehttp 36784 6128922624 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-28 22:19:20,096 basehttp 36784 13186969600 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-28 22:19:21,777 basehttp 36784 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:19:32,314 basehttp 36784 13186969600 "GET /en/admin/core/auditlogentry/ HTTP/1.1" 200 146558 WARNING 2025-09-28 22:19:32,323 log 36784 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 22:19:32,323 basehttp 36784 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 22:19:32,325 basehttp 36784 6128922624 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-28 22:19:32,327 basehttp 36784 6145748992 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-28 22:19:32,329 basehttp 36784 6145748992 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-28 22:19:32,331 basehttp 36784 13186969600 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-28 22:19:32,360 basehttp 36784 6145748992 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-28 22:19:32,360 basehttp 36784 13186969600 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-28 22:19:32,361 basehttp 36784 6128922624 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-28 22:19:48,514 basehttp 36784 6128922624 "GET /en/admin/accounts/usersession/ HTTP/1.1" 200 163115 WARNING 2025-09-28 22:19:48,528 log 36784 6128922624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 22:19:48,530 basehttp 36784 6128922624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 22:19:48,530 basehttp 36784 6145748992 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-09-28 22:19:48,531 basehttp 36784 6145748992 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-28 22:19:48,534 basehttp 36784 13186969600 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-28 22:20:06,185 basehttp 36784 13186969600 "GET /en/admin/accounts/twofactordevice/ HTTP/1.1" 200 97618 WARNING 2025-09-28 22:20:06,196 log 36784 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-28 22:20:06,197 basehttp 36784 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-28 22:20:06,202 basehttp 36784 6145748992 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-28 22:20:21,774 basehttp 36784 6145748992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:21:21,772 basehttp 36784 6145748992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:23:21,769 basehttp 36784 6145748992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:24:21,769 basehttp 36784 6145748992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:26:21,760 basehttp 36784 6145748992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-28 22:27:21,773 basehttp 36784 6145748992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 13:57:05,506 autoreload 62172 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 13:57:07,665 basehttp 62172 6129561600 "GET / HTTP/1.1" 302 0 INFO 2025-09-29 13:57:07,760 basehttp 62172 6146387968 "GET /en/ HTTP/1.1" 200 47179 INFO 2025-09-29 13:57:07,770 basehttp 62172 6146387968 "GET /static/css/custom.css HTTP/1.1" 304 0 INFO 2025-09-29 13:57:07,770 basehttp 62172 6129561600 "GET /static/plugins/toastr/toastr.css HTTP/1.1" 304 0 INFO 2025-09-29 13:57:07,771 basehttp 62172 6129561600 "GET /static/plugins/toastr/toastr.min.js HTTP/1.1" 304 0 INFO 2025-09-29 13:57:07,772 basehttp 62172 6146387968 "GET /static/js/custom.js HTTP/1.1" 304 0 WARNING 2025-09-29 13:57:07,823 log 62172 6325039104 Not Found: /favicon.ico WARNING 2025-09-29 13:57:07,823 basehttp 62172 6325039104 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-29 13:57:07,827 basehttp 62172 6146387968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 13:57:07,829 basehttp 62172 6163214336 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 13:57:07,831 basehttp 62172 6129561600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 13:57:13,487 basehttp 62172 6129561600 "GET /en/admin/core/auditlogentry/ HTTP/1.1" 200 146558 INFO 2025-09-29 13:57:13,506 basehttp 62172 6129561600 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-29 13:57:15,434 basehttp 62172 6129561600 "GET /en/emr/icd10/ HTTP/1.1" 200 19486 INFO 2025-09-29 13:57:15,464 basehttp 62172 6129561600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 13:57:20,636 basehttp 62172 6129561600 "GET /en/admin/accounts/twofactordevice/ HTTP/1.1" 200 97618 INFO 2025-09-29 13:57:20,654 basehttp 62172 6129561600 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-29 13:57:24,653 basehttp 62172 6129561600 "GET / HTTP/1.1" 302 0 INFO 2025-09-29 13:57:24,662 basehttp 62172 6163214336 "GET /en/ HTTP/1.1" 200 47179 INFO 2025-09-29 13:57:24,718 basehttp 62172 6163214336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 13:57:24,721 basehttp 62172 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 13:57:24,721 basehttp 62172 6146387968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 13:57:33,776 basehttp 62172 6146387968 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-09-29 13:57:33,827 basehttp 62172 6325039104 "GET /en/emr/ HTTP/1.1" 200 64610 INFO 2025-09-29 13:57:33,874 basehttp 62172 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 13:57:33,936 basehttp 62172 6163214336 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-29 13:57:38,804 basehttp 62172 6163214336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 13:57:42,939 basehttp 62172 6163214336 "GET /en/emr/notes/?status=unsigned HTTP/1.1" 200 23632 INFO 2025-09-29 13:57:42,973 basehttp 62172 6163214336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 13:57:47,684 basehttp 62172 6163214336 "GET /en/emr/encounters/?documentation_complete=false HTTP/1.1" 200 54188 INFO 2025-09-29 13:57:47,699 basehttp 62172 6358691840 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-29 13:57:47,700 basehttp 62172 6146387968 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-29 13:57:47,700 basehttp 62172 6325039104 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-29 13:57:47,700 basehttp 62172 6129561600 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-29 13:57:47,701 basehttp 62172 6163214336 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-29 13:57:47,703 basehttp 62172 6358691840 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-29 13:57:47,703 basehttp 62172 6341865472 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-29 13:57:47,703 basehttp 62172 6325039104 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-29 13:57:47,704 basehttp 62172 6146387968 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-29 13:57:47,704 basehttp 62172 6129561600 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-29 13:57:47,737 basehttp 62172 6129561600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 13:57:54,543 basehttp 62172 6129561600 "GET /en/emr/encounters/ HTTP/1.1" 200 54188 INFO 2025-09-29 13:57:54,582 basehttp 62172 6129561600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 13:57:57,107 log 62172 6129561600 Internal Server Error: /en/emr/encounters/2141/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 244, in get_context_data 'can_edit': encounter.can_be_edited, ^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Encounter' object has no attribute 'can_be_edited' ERROR 2025-09-29 13:57:57,110 basehttp 62172 6129561600 "GET /en/emr/encounters/2141/ HTTP/1.1" 500 86875 INFO 2025-09-29 13:58:08,833 basehttp 62172 6129561600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 13:58:08,857 basehttp 62172 6146387968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 13:58:08,861 basehttp 62172 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 13:58:15,791 basehttp 62172 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 13:58:20,789 autoreload 62172 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-29 13:58:21,372 autoreload 62836 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 13:58:22,545 basehttp 62836 6171668480 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 46502 INFO 2025-09-29 13:58:22,553 basehttp 62836 6171668480 "GET /static/plugins/lity/dist/lity.min.css HTTP/1.1" 200 3383 INFO 2025-09-29 13:58:22,556 basehttp 62836 6171668480 "GET /static/plugins/lity/dist/lity.min.js HTTP/1.1" 200 6639 INFO 2025-09-29 13:58:22,621 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 13:58:35,425 basehttp 62836 6171668480 "GET /en/inpatients/admissions/144/ HTTP/1.1" 200 26591 INFO 2025-09-29 13:58:35,458 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 13:58:39,795 basehttp 62836 6171668480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 13:58:40,667 basehttp 62836 6171668480 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41787 INFO 2025-09-29 13:58:40,673 basehttp 62836 6171668480 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 INFO 2025-09-29 13:58:40,698 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 13:58:40,745 log 62836 12901707776 Internal Server Error: /en/emr/vital-signs-chart/12/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 510, in parse compile_func = self.tags[command] ~~~~~~~~~^^^^^^^^^ KeyError: 'break' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1656, in vital_signs_chart return render(request, 'emr/partials/vital_signs_chart.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 15, in get_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 512, in parse self.invalid_block_tag(token, command, parse_until) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 567, in invalid_block_tag raise self.error( django.template.exceptions.TemplateSyntaxError: Invalid block tag on line 115: 'break', expected 'elif', 'else' or 'endif'. Did you forget to register or load this tag? ERROR 2025-09-29 13:58:40,747 basehttp 62836 12901707776 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 500 328353 INFO 2025-09-29 13:59:09,802 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 13:59:09,804 basehttp 62836 6171668480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 13:59:10,791 basehttp 62836 6171668480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 13:59:16,805 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 13:59:40,712 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 13:59:41,798 basehttp 62836 6171668480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 13:59:52,474 basehttp 62836 6171668480 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41787 INFO 2025-09-29 13:59:52,524 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 13:59:52,577 log 62836 12901707776 Internal Server Error: /en/emr/vital-signs-chart/12/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1656, in vital_signs_chart return render(request, 'emr/partials/vital_signs_chart.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'vital_signs_chart' with no arguments not found. 1 pattern(s) tried: ['en/emr/vital\\-signs\\-chart/(?P[0-9]+)/\\Z'] ERROR 2025-09-29 13:59:52,579 basehttp 62836 12901707776 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 500 136917 INFO 2025-09-29 14:00:10,802 basehttp 62836 6171668480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 14:00:10,804 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:00:11,791 basehttp 62836 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 14:00:17,790 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:00:28,067 basehttp 62836 12901707776 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41787 INFO 2025-09-29 14:00:28,117 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:00:28,117 basehttp 62836 6171668480 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 16596 INFO 2025-09-29 14:00:43,426 basehttp 62836 6171668480 "GET /en/emr/vital-signs-chart/12/?period=7d HTTP/1.1" 200 16596 INFO 2025-09-29 14:00:45,165 basehttp 62836 6171668480 "GET /en/emr/vital-signs-chart/12/?period=24h HTTP/1.1" 200 16596 INFO 2025-09-29 14:01:12,520 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:01:12,521 basehttp 62836 12901707776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 14:01:14,493 basehttp 62836 6171668480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 14:01:19,500 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:07:05,318 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:32:15,600 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:32:15,600 basehttp 62836 12901707776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 14:32:20,576 basehttp 62836 6171668480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 14:32:22,568 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:32:32,575 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:33:16,589 basehttp 62836 12901707776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 14:33:16,589 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:33:20,567 basehttp 62836 6171668480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 14:33:23,567 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:33:32,568 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:34:20,602 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:34:20,603 basehttp 62836 12918534144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 14:34:20,603 basehttp 62836 6171668480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 14:34:25,575 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:34:32,570 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:35:20,566 basehttp 62836 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 14:35:32,573 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:36:20,603 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:36:20,604 basehttp 62836 6171668480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 14:36:20,604 basehttp 62836 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 14:36:20,611 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:36:32,576 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:37:20,579 basehttp 62836 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 14:37:32,578 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:38:20,600 basehttp 62836 12918534144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 14:38:20,600 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:38:20,603 basehttp 62836 6171668480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 14:38:20,608 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:38:32,579 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:39:20,572 basehttp 62836 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 14:39:32,581 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:40:20,596 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:40:20,598 basehttp 62836 12901707776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 14:40:20,600 basehttp 62836 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 14:40:20,606 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:40:32,589 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:41:20,567 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:41:20,568 basehttp 62836 6171668480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 14:41:32,587 basehttp 62836 6171668480 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41787 INFO 2025-09-29 14:41:32,588 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:41:32,652 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:41:32,657 basehttp 62836 6171668480 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11411 INFO 2025-09-29 14:41:32,661 basehttp 62836 12918534144 "GET /static/js/demo/chart-apex.demo.js HTTP/1.1" 200 22985 INFO 2025-09-29 14:41:32,661 basehttp 62836 12901707776 "GET /static/plugins/%40highlightjs/cdn-assets/highlight.min.js HTTP/1.1" 200 127496 INFO 2025-09-29 14:41:32,662 basehttp 62836 6171668480 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-29 14:42:20,575 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:42:20,577 basehttp 62836 12901707776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 14:42:20,577 basehttp 62836 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 14:42:32,650 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-29 14:42:35,513 log 62836 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 14:42:35,513 basehttp 62836 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 14:42:35,557 basehttp 62836 12918534144 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 14:42:35,559 basehttp 62836 12901707776 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-29 14:42:48,191 basehttp 62836 12901707776 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41787 INFO 2025-09-29 14:42:48,199 basehttp 62836 12918534144 "GET /static/css/custom.css HTTP/1.1" 200 2844 INFO 2025-09-29 14:42:48,199 basehttp 62836 12935360512 "GET /static/plugins/toastr/toastr.css HTTP/1.1" 200 7860 INFO 2025-09-29 14:42:48,199 basehttp 62836 12952186880 "GET /static/img/user/user-12.jpg HTTP/1.1" 200 8541 WARNING 2025-09-29 14:42:48,202 log 62836 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 14:42:48,203 basehttp 62836 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-29 14:42:48,204 basehttp 62836 12969013248 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-29 14:42:48,205 basehttp 62836 12918534144 "GET /static/plugins/toastr/toastr.min.js HTTP/1.1" 200 5536 INFO 2025-09-29 14:42:48,209 basehttp 62836 12969013248 "GET /static/js/custom.js HTTP/1.1" 200 4109 INFO 2025-09-29 14:42:48,210 basehttp 62836 12901707776 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-29 14:42:48,211 basehttp 62836 12952186880 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-29 14:42:48,215 basehttp 62836 12969013248 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-29 14:42:48,216 basehttp 62836 12901707776 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-29 14:42:48,217 basehttp 62836 12918534144 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 INFO 2025-09-29 14:42:48,219 basehttp 62836 12952186880 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-29 14:42:48,220 basehttp 62836 12969013248 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-29 14:42:48,220 basehttp 62836 6171668480 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-29 14:42:48,221 basehttp 62836 12901707776 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-29 14:42:48,223 basehttp 62836 6171668480 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-29 14:42:48,224 basehttp 62836 12935360512 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-29 14:42:48,224 basehttp 62836 12901707776 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-29 14:42:48,225 basehttp 62836 12952186880 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-29 14:42:48,226 basehttp 62836 12969013248 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-29 14:42:48,227 basehttp 62836 6171668480 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-29 14:42:48,228 basehttp 62836 12918534144 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-29 14:42:48,229 basehttp 62836 12901707776 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-29 14:42:48,229 basehttp 62836 12952186880 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-29 14:42:48,229 basehttp 62836 12935360512 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-29 14:42:48,229 basehttp 62836 6171668480 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-29 14:42:48,229 basehttp 62836 12969013248 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-29 14:42:48,231 basehttp 62836 12918534144 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-29 14:42:48,233 basehttp 62836 12935360512 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-29 14:42:48,233 basehttp 62836 12952186880 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-29 14:42:48,233 basehttp 62836 6171668480 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-29 14:42:48,233 basehttp 62836 12969013248 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-29 14:42:48,234 basehttp 62836 12901707776 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-29 14:42:48,430 basehttp 62836 12901707776 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-29 14:42:48,456 basehttp 62836 12901707776 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-29 14:42:48,484 basehttp 62836 6171668480 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 14:42:48,486 basehttp 62836 12952186880 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-29 14:42:48,491 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:42:48,495 basehttp 62836 12969013248 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11411 INFO 2025-09-29 14:42:48,497 basehttp 62836 12901707776 "GET /static/js/demo/chart-apex.demo.js HTTP/1.1" 200 22985 INFO 2025-09-29 14:42:48,498 basehttp 62836 12952186880 "GET /static/plugins/%40highlightjs/cdn-assets/highlight.min.js HTTP/1.1" 200 127496 INFO 2025-09-29 14:42:48,498 basehttp 62836 12969013248 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 WARNING 2025-09-29 14:42:48,539 log 62836 12969013248 Not Found: /favicon.ico WARNING 2025-09-29 14:42:48,539 basehttp 62836 12969013248 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-29 14:43:10,879 basehttp 62836 12969013248 "GET /en/inventory/ HTTP/1.1" 200 54030 INFO 2025-09-29 14:43:10,900 basehttp 62836 12969013248 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-29 14:43:10,930 basehttp 62836 12969013248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:43:20,576 basehttp 62836 12969013248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:43:20,578 basehttp 62836 12901707776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 14:43:20,579 basehttp 62836 12952186880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 WARNING 2025-09-29 14:43:20,627 log 62836 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 14:43:20,627 basehttp 62836 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 14:43:20,672 basehttp 62836 12952186880 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 14:43:48,587 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:43:50,904 basehttp 62836 12901707776 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 134514 INFO 2025-09-29 14:43:50,915 basehttp 62836 12901707776 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 WARNING 2025-09-29 14:43:50,918 log 62836 12969013248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 14:43:50,918 basehttp 62836 12969013248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-29 14:43:50,918 basehttp 62836 12935360512 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-29 14:43:50,919 basehttp 62836 6171668480 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-29 14:43:50,920 basehttp 62836 12901707776 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-29 14:43:50,921 basehttp 62836 12969013248 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-29 14:43:50,921 basehttp 62836 12952186880 "GET /static/plugins/dropzone/src/options.js HTTP/1.1" 200 23721 INFO 2025-09-29 14:43:50,921 basehttp 62836 12918534144 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 WARNING 2025-09-29 14:43:51,004 basehttp 62836 12918534144 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 14:43:51,012 basehttp 62836 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-29 14:44:04,786 basehttp 62836 12952186880 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-29 14:44:04,789 log 62836 12969013248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 14:44:04,790 basehttp 62836 12969013248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 14:44:04,798 log 62836 12969013248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 14:44:04,798 basehttp 62836 12969013248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-29 14:44:07,565 basehttp 62836 12969013248 "GET /en/inventory/stock/ HTTP/1.1" 200 134514 WARNING 2025-09-29 14:44:07,578 log 62836 12969013248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 14:44:07,578 basehttp 62836 12969013248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 14:44:07,666 basehttp 62836 12969013248 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 14:44:07,672 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-29 14:44:11,947 basehttp 62836 12935360512 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-29 14:44:11,949 log 62836 6171668480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 14:44:11,949 basehttp 62836 6171668480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-29 14:44:11,951 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-29 14:44:11,958 log 62836 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 14:44:11,958 basehttp 62836 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-29 14:44:20,590 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:44:20,594 basehttp 62836 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 14:44:20,594 basehttp 62836 12918534144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 14:44:20,601 basehttp 62836 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:44:21,585 basehttp 62836 12935360512 "GET /en/inventory/stock/100/ HTTP/1.1" 200 33125 WARNING 2025-09-29 14:44:21,598 log 62836 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 14:44:21,598 basehttp 62836 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-29 14:44:21,677 basehttp 62836 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-29 14:44:21,679 basehttp 62836 12901707776 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-29 14:44:26,492 basehttp 62836 12935360512 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-29 14:44:26,495 log 62836 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 14:44:26,496 basehttp 62836 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 14:44:26,506 log 62836 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 14:44:26,506 basehttp 62836 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 14:44:27,430 log 62836 6171668480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 14:44:27,431 basehttp 62836 6171668480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-29 14:44:27,439 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-29 14:44:27,442 log 62836 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 14:44:27,443 basehttp 62836 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-29 14:44:27,451 basehttp 62836 6171668480 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41787 WARNING 2025-09-29 14:44:28,773 log 62836 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 14:44:28,776 basehttp 62836 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 14:44:28,776 basehttp 62836 6171668480 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-29 14:44:28,785 log 62836 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 14:44:28,786 basehttp 62836 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-29 14:44:48,572 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:45:12,559 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:45:20,587 basehttp 62836 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 14:45:20,588 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:45:20,588 basehttp 62836 12901707776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 14:45:48,571 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:46:13,569 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:46:20,578 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:46:20,581 basehttp 62836 6171668480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 14:46:48,582 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:47:14,573 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:47:20,580 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:47:20,581 basehttp 62836 12901707776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 14:47:20,583 basehttp 62836 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 14:47:21,243 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:47:48,561 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:47:50,411 basehttp 62836 12918534144 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41787 WARNING 2025-09-29 14:47:50,429 log 62836 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 14:47:50,429 basehttp 62836 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 14:47:50,497 basehttp 62836 12901707776 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 14:47:50,499 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:47:50,504 basehttp 62836 6171668480 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11412 INFO 2025-09-29 14:47:51,478 basehttp 62836 6171668480 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41787 WARNING 2025-09-29 14:47:51,492 log 62836 6171668480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 14:47:51,492 basehttp 62836 6171668480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 14:47:51,553 basehttp 62836 12901707776 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 14:47:51,563 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:47:51,566 basehttp 62836 12918534144 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11412 INFO 2025-09-29 14:48:15,543 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:48:20,543 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:48:20,545 basehttp 62836 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 14:48:46,641 basehttp 62836 12918534144 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41787 WARNING 2025-09-29 14:48:46,663 log 62836 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 14:48:46,664 basehttp 62836 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-29 14:48:46,703 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-29 14:48:46,705 basehttp 62836 12901707776 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 14:48:46,712 basehttp 62836 6171668480 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11412 INFO 2025-09-29 14:49:16,549 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:49:20,549 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:49:20,555 basehttp 62836 12918534144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 14:49:20,555 basehttp 62836 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 14:49:20,562 basehttp 62836 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:49:37,628 basehttp 62836 12935360512 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41787 WARNING 2025-09-29 14:49:37,656 log 62836 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 14:49:37,656 basehttp 62836 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 14:49:37,682 basehttp 62836 12918534144 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 14:49:37,694 basehttp 62836 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:49:37,700 basehttp 62836 12901707776 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11412 INFO 2025-09-29 14:50:05,238 basehttp 62836 12901707776 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41787 WARNING 2025-09-29 14:50:05,262 log 62836 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 14:50:05,262 basehttp 62836 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 14:50:05,292 basehttp 62836 6171668480 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 14:50:05,306 basehttp 62836 12935360512 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11352 INFO 2025-09-29 14:50:05,306 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:50:06,458 basehttp 62836 12901707776 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41787 WARNING 2025-09-29 14:50:06,471 log 62836 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 14:50:06,472 basehttp 62836 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 14:50:06,504 basehttp 62836 12901707776 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 14:50:06,514 basehttp 62836 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:50:06,521 basehttp 62836 6171668480 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11352 INFO 2025-09-29 14:50:18,552 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:50:20,546 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:50:20,546 basehttp 62836 12935360512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 14:50:20,547 basehttp 62836 6171668480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 14:51:02,933 basehttp 62836 6171668480 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41787 WARNING 2025-09-29 14:51:02,943 log 62836 6171668480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 14:51:02,943 basehttp 62836 6171668480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 14:51:03,000 basehttp 62836 12901707776 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 14:51:03,005 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:51:03,011 basehttp 62836 12935360512 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11352 INFO 2025-09-29 14:51:03,877 basehttp 62836 12935360512 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41787 WARNING 2025-09-29 14:51:03,890 log 62836 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 14:51:03,890 basehttp 62836 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 14:51:03,947 basehttp 62836 12901707776 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 14:51:03,949 basehttp 62836 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:51:03,952 basehttp 62836 6171668480 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11352 INFO 2025-09-29 14:51:20,550 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:51:20,554 basehttp 62836 12935360512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 14:51:20,560 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:52:03,955 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:52:20,559 basehttp 62836 12901707776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 14:52:20,563 basehttp 62836 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:52:20,565 basehttp 62836 6171668480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 14:52:20,571 basehttp 62836 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:53:03,959 basehttp 62836 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:53:20,544 basehttp 62836 6171668480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 14:53:20,545 basehttp 62836 12935360512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 14:53:20,545 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:53:21,233 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:54:03,953 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:54:20,549 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:54:20,551 basehttp 62836 12935360512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 14:55:03,951 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:55:14,946 basehttp 62836 12901707776 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41787 WARNING 2025-09-29 14:55:14,957 log 62836 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 14:55:14,957 basehttp 62836 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 14:55:15,016 basehttp 62836 6171668480 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 14:55:15,023 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:55:15,028 basehttp 62836 12935360512 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11352 INFO 2025-09-29 14:55:16,023 basehttp 62836 12935360512 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41787 WARNING 2025-09-29 14:55:16,038 log 62836 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 14:55:16,039 basehttp 62836 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 14:55:16,091 basehttp 62836 6171668480 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 14:55:16,095 basehttp 62836 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:55:16,097 basehttp 62836 12901707776 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11352 INFO 2025-09-29 14:55:20,542 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:55:20,548 basehttp 62836 12935360512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 14:55:20,550 basehttp 62836 6171668480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 14:55:20,554 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:55:20,561 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:56:16,110 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:56:20,534 basehttp 62836 6171668480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 14:56:21,240 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:57:16,103 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:57:20,550 basehttp 62836 6171668480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 14:57:20,554 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:57:20,558 basehttp 62836 12935360512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 14:57:20,562 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:58:16,105 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:58:20,556 basehttp 62836 6171668480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 14:58:20,563 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:58:20,607 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:59:16,123 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:59:20,544 basehttp 62836 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 14:59:20,546 basehttp 62836 6171668480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 14:59:20,547 basehttp 62836 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:00:16,111 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:00:20,537 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:00:20,538 basehttp 62836 12935360512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:00:20,539 basehttp 62836 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:00:20,544 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:00:20,549 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:01:16,111 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:01:20,521 basehttp 62836 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:01:21,238 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:02:16,117 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:02:20,553 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:02:20,553 basehttp 62836 12918534144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:02:20,555 basehttp 62836 6171668480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:02:20,561 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:02:58,587 basehttp 62836 12918534144 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41787 WARNING 2025-09-29 15:02:58,606 log 62836 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 15:02:58,606 basehttp 62836 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 15:02:58,676 basehttp 62836 12918534144 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 15:02:58,688 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:02:58,696 basehttp 62836 12901707776 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11998 INFO 2025-09-29 15:03:00,269 basehttp 62836 12901707776 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41787 WARNING 2025-09-29 15:03:00,279 log 62836 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 15:03:00,279 basehttp 62836 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 15:03:00,324 basehttp 62836 12935360512 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 15:03:00,338 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:03:00,343 basehttp 62836 6171668480 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11998 INFO 2025-09-29 15:03:20,547 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:03:20,551 basehttp 62836 6171668480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:04:00,329 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:04:20,563 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:04:20,563 basehttp 62836 6171668480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:04:20,566 basehttp 62836 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:04:20,572 basehttp 62836 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:05:00,339 basehttp 62836 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:05:20,563 basehttp 62836 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:05:20,564 basehttp 62836 12901707776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:05:20,567 basehttp 62836 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:05:20,573 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:06:00,329 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:06:13,983 basehttp 62836 12901707776 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41787 WARNING 2025-09-29 15:06:13,998 log 62836 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 15:06:13,998 basehttp 62836 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 15:06:14,050 basehttp 62836 12935360512 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 15:06:14,058 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:06:14,060 basehttp 62836 12918534144 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 12083 INFO 2025-09-29 15:06:20,027 basehttp 62836 12918534144 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41787 WARNING 2025-09-29 15:06:20,037 log 62836 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 15:06:20,038 basehttp 62836 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 15:06:20,092 basehttp 62836 6171668480 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 15:06:20,096 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:06:20,099 basehttp 62836 12901707776 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 12083 INFO 2025-09-29 15:06:20,540 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:06:20,540 basehttp 62836 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:07:20,105 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:07:20,588 basehttp 62836 12901707776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:07:20,590 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:07:20,591 basehttp 62836 6171668480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:07:20,596 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:07:20,603 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:08:20,108 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:08:20,529 basehttp 62836 6171668480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:08:21,249 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:08:37,353 basehttp 62836 6171668480 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41787 WARNING 2025-09-29 15:08:37,365 log 62836 6171668480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 15:08:37,365 basehttp 62836 6171668480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 15:08:37,421 basehttp 62836 12918534144 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 15:08:37,433 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:08:37,435 basehttp 62836 12901707776 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 12083 INFO 2025-09-29 15:09:10,575 basehttp 62836 12901707776 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41787 WARNING 2025-09-29 15:09:10,582 log 62836 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 15:09:10,583 basehttp 62836 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-29 15:09:10,585 basehttp 62836 12935360512 "GET /static/css/custom.css HTTP/1.1" 200 2844 INFO 2025-09-29 15:09:10,585 basehttp 62836 12952186880 "GET /static/plugins/toastr/toastr.css HTTP/1.1" 200 7860 INFO 2025-09-29 15:09:10,587 basehttp 62836 12969013248 "GET /static/img/user/user-12.jpg HTTP/1.1" 200 8541 INFO 2025-09-29 15:09:10,589 basehttp 62836 12969013248 "GET /static/plugins/toastr/toastr.min.js HTTP/1.1" 200 5536 INFO 2025-09-29 15:09:10,590 basehttp 62836 12901707776 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-29 15:09:10,591 basehttp 62836 12969013248 "GET /static/js/custom.js HTTP/1.1" 200 4109 INFO 2025-09-29 15:09:10,594 basehttp 62836 12952186880 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-29 15:09:10,596 basehttp 62836 6171668480 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-29 15:09:10,596 basehttp 62836 12969013248 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-29 15:09:10,600 basehttp 62836 12952186880 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-29 15:09:10,601 basehttp 62836 6171668480 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-29 15:09:10,602 basehttp 62836 12969013248 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-29 15:09:10,605 basehttp 62836 12952186880 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-29 15:09:10,605 basehttp 62836 12901707776 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 INFO 2025-09-29 15:09:10,606 basehttp 62836 12969013248 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-29 15:09:10,607 basehttp 62836 12918534144 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-29 15:09:10,608 basehttp 62836 12901707776 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-29 15:09:10,609 basehttp 62836 12969013248 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-29 15:09:10,610 basehttp 62836 12952186880 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-29 15:09:10,611 basehttp 62836 12918534144 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-29 15:09:10,611 basehttp 62836 12901707776 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-29 15:09:10,612 basehttp 62836 6171668480 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-29 15:09:10,612 basehttp 62836 12969013248 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-29 15:09:10,613 basehttp 62836 12952186880 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-29 15:09:10,614 basehttp 62836 12918534144 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-29 15:09:10,615 basehttp 62836 6171668480 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-29 15:09:10,616 basehttp 62836 12918534144 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-29 15:09:10,617 basehttp 62836 12969013248 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-29 15:09:10,617 basehttp 62836 12901707776 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-29 15:09:10,617 basehttp 62836 12952186880 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-29 15:09:10,618 basehttp 62836 6171668480 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-29 15:09:10,619 basehttp 62836 12901707776 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-29 15:09:10,619 basehttp 62836 12935360512 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-29 15:09:10,922 basehttp 62836 12935360512 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 WARNING 2025-09-29 15:09:10,945 basehttp 62836 12901707776 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 15:09:10,951 basehttp 62836 12935360512 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-29 15:09:10,954 basehttp 62836 6171668480 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-29 15:09:10,965 basehttp 62836 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:09:10,972 basehttp 62836 12969013248 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 12079 INFO 2025-09-29 15:09:10,976 basehttp 62836 12969013248 "GET /static/plugins/apexcharts/dist/apexcharts.js HTTP/1.1" 200 1330999 INFO 2025-09-29 15:09:10,977 basehttp 62836 12952186880 "GET /static/plugins/%40highlightjs/cdn-assets/highlight.min.js HTTP/1.1" 200 127496 WARNING 2025-09-29 15:09:11,053 log 62836 12952186880 Not Found: /favicon.ico WARNING 2025-09-29 15:09:11,053 basehttp 62836 12952186880 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-29 15:09:20,536 basehttp 62836 12952186880 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:09:20,537 basehttp 62836 12969013248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:09:20,537 basehttp 62836 6171668480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:09:20,544 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:10:10,999 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:10:13,541 basehttp 62836 6171668480 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41689 WARNING 2025-09-29 15:10:13,550 log 62836 6171668480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 15:10:13,551 basehttp 62836 6171668480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 15:10:13,636 basehttp 62836 12918534144 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 15:10:13,646 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:10:13,649 basehttp 62836 12901707776 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11925 INFO 2025-09-29 15:10:20,557 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:10:20,557 basehttp 62836 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:10:20,558 basehttp 62836 6171668480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:10:20,567 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:11:01,005 basehttp 62836 6171668480 "GET /en/emr/vital-signs-chart/12/?period=7d HTTP/1.1" 200 11925 INFO 2025-09-29 15:11:04,063 basehttp 62836 6171668480 "GET /en/emr/vital-signs-chart/12/?period=30d HTTP/1.1" 200 11925 INFO 2025-09-29 15:11:13,650 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:11:20,539 basehttp 62836 6171668480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:11:20,540 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:11:44,371 basehttp 62836 12918534144 "GET /en/emr/vital-signs-chart/12/?period=30d HTTP/1.1" 200 11925 INFO 2025-09-29 15:11:45,447 basehttp 62836 12918534144 "GET /en/emr/vital-signs-chart/12/?period=24h HTTP/1.1" 200 11925 INFO 2025-09-29 15:12:13,651 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:12:20,557 basehttp 62836 6171668480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:12:20,558 basehttp 62836 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:12:20,558 basehttp 62836 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:12:20,567 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:13:08,792 basehttp 62836 12901707776 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41689 INFO 2025-09-29 15:13:08,838 basehttp 62836 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:13:08,841 basehttp 62836 12918534144 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11925 INFO 2025-09-29 15:13:14,684 basehttp 62836 12918534144 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 46502 INFO 2025-09-29 15:13:14,692 basehttp 62836 12901707776 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-29 15:13:14,693 basehttp 62836 12918534144 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-29 15:13:14,693 basehttp 62836 12935360512 "GET /static/plugins/lity/dist/lity.min.css HTTP/1.1" 200 3383 INFO 2025-09-29 15:13:14,693 basehttp 62836 6171668480 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-29 15:13:14,694 basehttp 62836 12969013248 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-29 15:13:14,694 basehttp 62836 12952186880 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-29 15:13:14,695 basehttp 62836 6171668480 "GET /static/plugins/lity/dist/lity.min.js HTTP/1.1" 200 6639 INFO 2025-09-29 15:13:14,696 basehttp 62836 12969013248 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-29 15:13:20,544 basehttp 62836 6171668480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:13:20,549 basehttp 62836 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:13:20,552 basehttp 62836 12969013248 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:13:20,557 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:14:14,701 basehttp 62836 6171668480 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41689 INFO 2025-09-29 15:14:14,745 basehttp 62836 6171668480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:14:14,748 basehttp 62836 12969013248 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11925 INFO 2025-09-29 15:14:17,879 basehttp 62836 12969013248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 15:14:20,230 log 62836 12969013248 Internal Server Error: /en/emr/add-vital-signs/2141/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 606, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 646, in get_context_data ctx = super().get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 611, in get_form_kwargs kwargs['tenant'] = self.tenant ^^^^^^^^^^^ AttributeError: 'VitalSignsCreateView' object has no attribute 'tenant' ERROR 2025-09-29 15:14:20,232 basehttp 62836 12969013248 "GET /en/emr/add-vital-signs/2141/ HTTP/1.1" 500 107792 INFO 2025-09-29 15:14:20,530 basehttp 62836 12969013248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:14:20,532 basehttp 62836 6171668480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:14:42,147 autoreload 62836 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-29 15:14:42,770 autoreload 84892 8602788160 Watching for file changes with StatReloader ERROR 2025-09-29 15:14:43,696 log 84892 13321187328 Internal Server Error: /en/emr/add-vital-signs/2141/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 606, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 649, in get_context_data Encounter, pk=self.kwargs['pk'], tenant=self.tenant ^^^^^^^^^^^ AttributeError: 'VitalSignsCreateView' object has no attribute 'tenant' ERROR 2025-09-29 15:14:43,699 basehttp 84892 13321187328 "GET /en/emr/add-vital-signs/2141/ HTTP/1.1" 500 96217 ERROR 2025-09-29 15:14:44,798 log 84892 13321187328 Internal Server Error: /en/emr/add-vital-signs/2141/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 606, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 649, in get_context_data Encounter, pk=self.kwargs['pk'], tenant=self.tenant ^^^^^^^^^^^ AttributeError: 'VitalSignsCreateView' object has no attribute 'tenant' ERROR 2025-09-29 15:14:44,800 basehttp 84892 13321187328 "GET /en/emr/add-vital-signs/2141/ HTTP/1.1" 500 96217 INFO 2025-09-29 15:15:06,895 autoreload 84892 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-29 15:15:07,319 autoreload 85095 8602788160 Watching for file changes with StatReloader ERROR 2025-09-29 15:15:08,021 log 85095 6130020352 Internal Server Error: /en/emr/add-vital-signs/2141/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 606, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 646, in get_context_data ctx = super().get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py", line 95, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'encounter__tenant' ERROR 2025-09-29 15:15:08,034 basehttp 85095 6130020352 "GET /en/emr/add-vital-signs/2141/ HTTP/1.1" 500 108275 INFO 2025-09-29 15:15:20,597 basehttp 85095 6130020352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:15:20,599 basehttp 85095 6146846720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:15:20,600 basehttp 85095 6163673088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:15:20,605 basehttp 85095 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:15:20,611 basehttp 85095 6163673088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:15:27,321 autoreload 85095 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-29 15:15:27,779 autoreload 85269 8602788160 Watching for file changes with StatReloader ERROR 2025-09-29 15:15:28,149 log 85269 6204534784 Internal Server Error: /en/emr/add-vital-signs/2141/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 606, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 649, in get_context_data Encounter, pk=self.kwargs['pk'], tenant=self.tenant ^^^^^^^^^^^ AttributeError: 'VitalSignsCreateView' object has no attribute 'tenant' ERROR 2025-09-29 15:15:28,150 basehttp 85269 6204534784 "GET /en/emr/add-vital-signs/2141/ HTTP/1.1" 500 96219 INFO 2025-09-29 15:16:04,243 autoreload 85269 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-29 15:16:04,672 autoreload 85602 8602788160 Watching for file changes with StatReloader ERROR 2025-09-29 15:16:05,552 log 85602 6171586560 Internal Server Error: /en/emr/add-vital-signs/2141/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 606, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 649, in get_context_data encounter = get_object_or_404( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 90, in get_object_or_404 return queryset.get(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 619, in get clone = self._chain() if self.query.combinator else self.filter(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'encounter' into field. Choices are: acuity_level, admission, admission_id, appointment, appointment_id, billable, billing_codes, chief_complaint, clinical_notes, created_at, created_by, created_by_id, critical_alerts, documentation_complete, encounter_class, encounter_id, encounter_type, end_datetime, id, imaging_orders, imaging_studies, lab_orders, location, medical_bills, medication_administrations, patient, patient_id, prescriptions, priority, problems_identified, provider, provider_id, quality_measures, reason_for_visit, recommendations, room_number, signed_by, signed_by_id, signed_datetime, signed_off, start_datetime, status, surgical_cases, tenant, tenant_id, updated_at, vital_signs ERROR 2025-09-29 15:16:05,557 basehttp 85602 6171586560 "GET /en/emr/add-vital-signs/2141/ HTTP/1.1" 500 156061 INFO 2025-09-29 15:16:20,539 basehttp 85602 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:16:20,539 basehttp 85602 6171586560 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:16:44,412 autoreload 85602 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-29 15:16:44,807 autoreload 85930 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 15:16:45,869 basehttp 85930 6202863616 "GET /en/emr/add-vital-signs/2141/ HTTP/1.1" 200 45861 INFO 2025-09-29 15:16:45,896 basehttp 85930 6202863616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:17:02,330 basehttp 85930 6202863616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:17:04,705 basehttp 85930 6202863616 "GET /en/emr/notes/create/2141/ HTTP/1.1" 200 44782 INFO 2025-09-29 15:17:04,742 basehttp 85930 6202863616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:17:17,289 basehttp 85930 6202863616 "GET /en/emr/notes/ HTTP/1.1" 200 99857 INFO 2025-09-29 15:17:17,326 basehttp 85930 6202863616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:17:20,537 basehttp 85930 6202863616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:17:20,542 basehttp 85930 6219689984 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:17:20,549 basehttp 85930 6236516352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:17:20,556 basehttp 85930 6219689984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:18:02,338 basehttp 85930 6219689984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:18:20,541 basehttp 85930 6202863616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:18:20,543 basehttp 85930 6219689984 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:18:20,543 basehttp 85930 6236516352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:18:33,219 basehttp 85930 6236516352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:18:34,569 basehttp 85930 6236516352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:18:41,060 basehttp 85930 6236516352 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-09-29 15:18:41,150 basehttp 85930 6219689984 "GET /en/admin/ HTTP/1.1" 200 108585 WARNING 2025-09-29 15:18:41,161 log 85930 6202863616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 15:18:41,164 basehttp 85930 6202863616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-29 15:18:41,165 basehttp 85930 6270169088 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-09-29 15:18:41,166 basehttp 85930 6253342720 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-29 15:18:41,166 basehttp 85930 6236516352 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-29 15:18:41,166 basehttp 85930 6286995456 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-29 15:18:41,166 basehttp 85930 6219689984 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-29 15:18:41,167 basehttp 85930 6202863616 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-29 15:18:41,167 basehttp 85930 6236516352 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-29 15:18:41,172 basehttp 85930 6236516352 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-29 15:18:41,173 basehttp 85930 6202863616 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-29 15:18:59,432 basehttp 85930 6202863616 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 171627 WARNING 2025-09-29 15:18:59,450 log 85930 6202863616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 15:18:59,451 basehttp 85930 6202863616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-29 15:18:59,452 basehttp 85930 6219689984 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-29 15:18:59,453 basehttp 85930 6270169088 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-29 15:18:59,454 basehttp 85930 6236516352 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-29 15:18:59,455 basehttp 85930 6202863616 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-29 15:18:59,455 basehttp 85930 6219689984 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-29 15:18:59,455 basehttp 85930 6270169088 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-29 15:18:59,456 basehttp 85930 6236516352 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-29 15:18:59,458 basehttp 85930 6202863616 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-29 15:18:59,460 basehttp 85930 6253342720 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-29 15:18:59,460 basehttp 85930 6286995456 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-29 15:18:59,461 basehttp 85930 6219689984 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-29 15:18:59,464 basehttp 85930 6219689984 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-29 15:18:59,481 basehttp 85930 6286995456 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-29 15:18:59,481 basehttp 85930 6219689984 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-29 15:18:59,482 basehttp 85930 6219689984 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-29 15:19:02,512 basehttp 85930 6219689984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:19:20,538 basehttp 85930 6286995456 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:19:20,538 basehttp 85930 6253342720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:19:20,540 basehttp 85930 6219689984 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:19:30,982 basehttp 85930 6219689984 "GET /en/admin/inpatients/admission/151/change/ HTTP/1.1" 200 224152 WARNING 2025-09-29 15:19:30,998 log 85930 6219689984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 15:19:30,999 basehttp 85930 6219689984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-29 15:19:30,999 basehttp 85930 6253342720 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-29 15:19:31,000 basehttp 85930 6270169088 "GET /static/admin/js/SelectBox.js HTTP/1.1" 200 4530 INFO 2025-09-29 15:19:31,000 basehttp 85930 6202863616 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-29 15:19:31,001 basehttp 85930 6236516352 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-29 15:19:31,001 basehttp 85930 6219689984 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 200 15845 INFO 2025-09-29 15:19:31,001 basehttp 85930 6253342720 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-29 15:19:31,003 basehttp 85930 6219689984 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-29 15:19:31,004 basehttp 85930 6286995456 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-29 15:19:31,005 basehttp 85930 6286995456 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-29 15:19:31,005 basehttp 85930 6219689984 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-29 15:19:31,054 basehttp 85930 6219689984 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-29 15:19:31,054 basehttp 85930 6253342720 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 200 3291 INFO 2025-09-29 15:19:31,054 basehttp 85930 6286995456 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-09-29 15:19:33,502 basehttp 85930 6286995456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:19:48,237 basehttp 85930 6286995456 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 171627 WARNING 2025-09-29 15:19:48,253 log 85930 6286995456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 15:19:48,254 basehttp 85930 6286995456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-29 15:20:03,515 basehttp 85930 6286995456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:20:20,515 basehttp 85930 6286995456 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:20:35,522 basehttp 85930 6286995456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:21:04,505 basehttp 85930 6286995456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:21:20,535 basehttp 85930 6253342720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:21:20,537 basehttp 85930 6286995456 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:21:20,538 basehttp 85930 6219689984 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:22:06,513 basehttp 85930 6219689984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:22:20,526 basehttp 85930 6219689984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:22:20,527 basehttp 85930 6286995456 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:23:20,529 basehttp 85930 6286995456 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:23:20,530 basehttp 85930 6219689984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:23:20,533 basehttp 85930 6253342720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:23:20,538 basehttp 85930 6286995456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:24:20,520 basehttp 85930 6286995456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:24:20,521 basehttp 85930 6253342720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:25:20,524 basehttp 85930 6286995456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:25:20,527 basehttp 85930 6253342720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:25:20,529 basehttp 85930 6219689984 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:25:20,534 basehttp 85930 6202863616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:25:21,260 basehttp 85930 6202863616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:26:20,519 basehttp 85930 6253342720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:26:20,520 basehttp 85930 6219689984 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:26:20,522 basehttp 85930 6202863616 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:27:20,507 basehttp 85930 6219689984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:27:20,508 basehttp 85930 6202863616 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:27:20,514 basehttp 85930 6253342720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:27:44,302 autoreload 85930 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-29 15:27:44,828 autoreload 91185 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 15:28:20,544 basehttp 91185 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:28:20,615 basehttp 91185 6159544320 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:28:20,630 basehttp 91185 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:29:08,785 autoreload 91933 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 15:29:20,528 basehttp 91185 12918534144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:29:20,528 basehttp 91185 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:29:20,530 basehttp 91185 6159544320 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:29:20,535 basehttp 91185 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:29:20,542 basehttp 91185 6159544320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:29:47,353 basehttp 91185 6159544320 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 55274 INFO 2025-09-29 15:29:47,412 basehttp 91185 6159544320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:30:20,518 basehttp 91185 6159544320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:30:20,520 basehttp 91185 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:30:26,405 basehttp 91185 12918534144 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 55274 INFO 2025-09-29 15:30:26,452 basehttp 91185 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:31:20,512 basehttp 91185 6159544320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:31:20,513 basehttp 91185 12918534144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:31:20,515 basehttp 91185 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:31:26,453 basehttp 91185 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:31:39,332 basehttp 91185 12901707776 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 55274 INFO 2025-09-29 15:31:39,372 basehttp 91185 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:31:41,291 basehttp 91185 12901707776 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 55274 INFO 2025-09-29 15:31:41,331 basehttp 91185 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:31:43,778 basehttp 91185 12901707776 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 55274 INFO 2025-09-29 15:31:43,816 basehttp 91185 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:32:09,439 basehttp 91185 12901707776 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 55274 INFO 2025-09-29 15:32:09,482 basehttp 91185 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:32:20,519 basehttp 91185 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:32:20,523 basehttp 91185 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:32:34,018 basehttp 91185 12918534144 "GET /en/emr/encounters/ HTTP/1.1" 200 54188 INFO 2025-09-29 15:32:34,028 basehttp 91185 6159544320 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-29 15:32:34,028 basehttp 91185 12918534144 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-29 15:32:34,029 basehttp 91185 12901707776 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-29 15:32:34,029 basehttp 91185 12935360512 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-29 15:32:35,362 basehttp 91185 12935360512 "GET /en/emr/encounters/2161/ HTTP/1.1" 200 50646 INFO 2025-09-29 15:32:35,400 basehttp 91185 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:32:42,615 basehttp 91185 12935360512 "GET /en/emr/encounters/2166/ HTTP/1.1" 200 53959 INFO 2025-09-29 15:32:42,650 basehttp 91185 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:33:04,290 basehttp 91185 12935360512 "GET /en/emr/notes/2722/ HTTP/1.1" 200 39744 INFO 2025-09-29 15:33:04,300 basehttp 91185 12935360512 "GET /static/plugins/bootstrap-icons/font/bootstrap-icons.css HTTP/1.1" 200 98255 INFO 2025-09-29 15:33:04,329 basehttp 91185 12935360512 "GET /static/plugins/bootstrap-icons/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6 HTTP/1.1" 200 130396 INFO 2025-09-29 15:33:04,335 basehttp 91185 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:33:16,307 basehttp 91185 12901707776 "GET /en/emr/encounters/2166/ HTTP/1.1" 200 53959 INFO 2025-09-29 15:33:16,345 basehttp 91185 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:33:20,523 basehttp 91185 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:33:20,525 basehttp 91185 12901707776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:33:20,526 basehttp 91185 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:33:24,921 basehttp 91185 12918534144 "GET /en/emr/encounters/?page=88 HTTP/1.1" 200 34830 INFO 2025-09-29 15:33:24,954 basehttp 91185 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:33:27,857 basehttp 91185 12918534144 "GET /en/emr/encounters/?page=87 HTTP/1.1" 200 54614 INFO 2025-09-29 15:33:27,898 basehttp 91185 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:33:31,218 basehttp 91185 12918534144 "GET /en/emr/encounters/?page=85 HTTP/1.1" 200 54854 INFO 2025-09-29 15:33:31,256 basehttp 91185 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:33:32,578 basehttp 91185 12918534144 "GET /en/emr/encounters/68/ HTTP/1.1" 200 49885 INFO 2025-09-29 15:33:32,617 basehttp 91185 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:34:20,505 basehttp 91185 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:34:20,507 basehttp 91185 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:34:32,624 basehttp 91185 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:35:13,749 autoreload 91185 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-29 15:35:14,344 autoreload 94951 8602788160 Watching for file changes with StatReloader ERROR 2025-09-29 15:35:18,014 log 94951 6165917696 Internal Server Error: /en/emr/encounters/68/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 53, in get_object obj = queryset.get() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'laboratory'. Choices are: tenant, patient, provider, appointment, admission, signed_by, created_by ERROR 2025-09-29 15:35:18,015 basehttp 94951 6165917696 "GET /en/emr/encounters/68/ HTTP/1.1" 500 157995 INFO 2025-09-29 15:35:20,501 basehttp 94951 6165917696 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:35:20,549 basehttp 94951 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:35:20,549 basehttp 94951 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:36:20,488 basehttp 94951 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:36:20,489 basehttp 94951 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:36:20,489 basehttp 94951 6165917696 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:36:20,495 basehttp 94951 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:37:20,502 basehttp 94951 6165917696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:37:20,504 basehttp 94951 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:38:20,500 basehttp 94951 6165917696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:38:20,500 basehttp 94951 12918534144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:38:20,501 basehttp 94951 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:39:20,504 basehttp 94951 12918534144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:39:20,505 basehttp 94951 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:39:20,507 basehttp 94951 6165917696 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:39:20,513 basehttp 94951 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 15:39:28,954 log 94951 12918534144 Internal Server Error: /en/emr/encounters/68/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 53, in get_object obj = queryset.get() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'laboratory'. Choices are: tenant, patient, provider, appointment, admission, signed_by, created_by ERROR 2025-09-29 15:39:28,955 basehttp 94951 12918534144 "GET /en/emr/encounters/68/ HTTP/1.1" 500 157995 INFO 2025-09-29 15:39:35,064 autoreload 94951 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-29 15:39:35,645 autoreload 97029 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 15:39:36,289 basehttp 97029 13052751872 "GET /en/emr/encounters/68/ HTTP/1.1" 200 50728 INFO 2025-09-29 15:39:36,326 basehttp 97029 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:39:48,444 basehttp 97029 13052751872 "GET /en/emr/notes/83/ HTTP/1.1" 200 39684 INFO 2025-09-29 15:39:48,476 basehttp 97029 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:40:20,663 basehttp 97029 13086404608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:40:20,677 basehttp 97029 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:40:20,681 basehttp 97029 13069578240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:40:20,716 basehttp 97029 13086404608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:40:21,648 autoreload 97029 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-29 15:40:22,161 autoreload 97375 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 15:40:23,678 basehttp 97375 6131085312 "GET /en/emr/encounters/68/ HTTP/1.1" 200 50720 INFO 2025-09-29 15:40:23,716 basehttp 97375 6131085312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:40:33,181 basehttp 97375 6131085312 "GET /en/emr/encounters/68/ HTTP/1.1" 200 50700 INFO 2025-09-29 15:40:33,213 basehttp 97375 6131085312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:41:20,488 basehttp 97375 6131085312 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:41:33,226 basehttp 97375 6131085312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:42:20,483 basehttp 97375 6131085312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:42:20,489 basehttp 97375 6147911680 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:42:20,490 basehttp 97375 6164738048 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:42:20,494 basehttp 97375 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:42:33,225 basehttp 97375 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:43:20,418 autoreload 97375 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-29 15:43:20,796 autoreload 98786 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 15:43:21,239 basehttp 98786 6156070912 "GET /en/emr/encounters/68/ HTTP/1.1" 200 61033 INFO 2025-09-29 15:43:21,283 basehttp 98786 6156070912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:43:21,300 basehttp 98786 6172897280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:43:23,080 basehttp 98786 6172897280 "GET /en/emr/encounters/68/ HTTP/1.1" 200 61033 INFO 2025-09-29 15:43:23,118 basehttp 98786 6172897280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:44:20,475 basehttp 98786 6172897280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:44:23,131 basehttp 98786 6172897280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:45:20,486 basehttp 98786 6172897280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:45:20,493 basehttp 98786 6156070912 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:45:20,495 basehttp 98786 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:45:20,499 basehttp 98786 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:45:23,132 basehttp 98786 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:45:37,128 autoreload 98786 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-29 15:45:37,640 autoreload 99886 8602788160 Watching for file changes with StatReloader ERROR 2025-09-29 15:45:38,208 log 99886 6157463552 Internal Server Error: /en/emr/encounters/68/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 268, in get_context_data context['imaging_studies'] = encounter.patient.imaging_orders.imaging_studies.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'RelatedManager' object has no attribute 'imaging_studies' ERROR 2025-09-29 15:45:38,210 basehttp 99886 6157463552 "GET /en/emr/encounters/68/ HTTP/1.1" 500 89172 INFO 2025-09-29 15:46:20,510 basehttp 99886 6157463552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:46:20,561 basehttp 99886 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:46:32,109 autoreload 99886 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-29 15:46:32,594 autoreload 438 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 15:46:33,191 basehttp 438 6165475328 "GET /en/emr/encounters/68/ HTTP/1.1" 200 72614 INFO 2025-09-29 15:46:33,233 basehttp 438 6165475328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:47:09,049 autoreload 438 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-29 15:47:09,524 autoreload 959 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 15:47:12,490 basehttp 959 6156693504 "GET /en/emr/encounters/68/ HTTP/1.1" 200 72614 INFO 2025-09-29 15:47:12,528 basehttp 959 6156693504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:47:20,499 basehttp 959 6156693504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:47:20,503 basehttp 959 6173519872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:47:20,504 basehttp 959 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:47:55,595 autoreload 959 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-29 15:47:55,981 autoreload 1546 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 15:47:56,987 basehttp 1546 6162034688 "GET /en/emr/encounters/68/ HTTP/1.1" 200 72614 INFO 2025-09-29 15:47:57,034 basehttp 1546 6162034688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:47:58,374 basehttp 1546 6162034688 "GET /en/emr/encounters/68/ HTTP/1.1" 200 72614 INFO 2025-09-29 15:47:58,411 basehttp 1546 6162034688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:48:20,498 basehttp 1546 6162034688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:48:20,501 basehttp 1546 6195687424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:48:20,502 basehttp 1546 6178861056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:48:20,508 basehttp 1546 6162034688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:48:58,504 basehttp 1546 6162034688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:49:20,492 basehttp 1546 6162034688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:49:59,496 basehttp 1546 6162034688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:50:20,496 basehttp 1546 6162034688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:50:20,496 basehttp 1546 6178861056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:50:20,498 basehttp 1546 6195687424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:50:20,505 basehttp 1546 6212513792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:50:24,855 basehttp 1546 6212513792 "GET /en/emr/encounters/68/ HTTP/1.1" 200 72630 INFO 2025-09-29 15:50:24,896 basehttp 1546 6212513792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:51:20,507 basehttp 1546 6195687424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:51:20,507 basehttp 1546 6212513792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:51:24,909 basehttp 1546 6212513792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:52:20,516 basehttp 1546 6212513792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:52:20,517 basehttp 1546 6162034688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:52:20,519 basehttp 1546 6195687424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:52:20,524 basehttp 1546 6178861056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:52:24,906 basehttp 1546 6178861056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:53:20,502 basehttp 1546 6178861056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:53:20,504 basehttp 1546 6195687424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:53:24,913 basehttp 1546 6195687424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:54:13,566 basehttp 1546 6195687424 "GET /en/emr/encounters/68/ HTTP/1.1" 200 73120 INFO 2025-09-29 15:54:13,631 basehttp 1546 6195687424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:54:20,507 basehttp 1546 6195687424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:54:20,508 basehttp 1546 6178861056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:54:20,509 basehttp 1546 6212513792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:55:13,601 basehttp 1546 6212513792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:55:18,325 basehttp 1546 6212513792 "GET /en/emr/encounters/68/ HTTP/1.1" 200 75853 INFO 2025-09-29 15:55:18,360 basehttp 1546 6212513792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:55:19,587 basehttp 1546 6212513792 "GET /en/appointments/requests/2141/detail/ HTTP/1.1" 200 26773 INFO 2025-09-29 15:55:19,605 basehttp 1546 6212513792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:55:20,490 basehttp 1546 6212513792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:55:20,494 basehttp 1546 6195687424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:55:20,495 basehttp 1546 6178861056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:55:20,498 basehttp 1546 6162034688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:56:18,373 basehttp 1546 6162034688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:56:20,500 basehttp 1546 6162034688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:56:20,502 basehttp 1546 6178861056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:57:18,376 basehttp 1546 6178861056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:57:20,509 basehttp 1546 6178861056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:57:20,511 basehttp 1546 6162034688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:57:20,513 basehttp 1546 6195687424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:58:18,377 basehttp 1546 6195687424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:58:20,498 basehttp 1546 6195687424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:58:20,500 basehttp 1546 6162034688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:59:18,379 basehttp 1546 6162034688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:59:20,512 basehttp 1546 6195687424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 15:59:20,512 basehttp 1546 6162034688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 15:59:20,514 basehttp 1546 6178861056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 15:59:21,369 basehttp 1546 6178861056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:00:18,381 basehttp 1546 6178861056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:00:20,511 basehttp 1546 6162034688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:00:20,511 basehttp 1546 6195687424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:00:20,512 basehttp 1546 6178861056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:01:18,387 basehttp 1546 6162034688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:01:20,493 basehttp 1546 6178861056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:01:20,496 basehttp 1546 6162034688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:02:18,388 basehttp 1546 6162034688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:02:20,508 basehttp 1546 6162034688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:02:20,510 basehttp 1546 6178861056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:02:20,511 basehttp 1546 6195687424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:02:21,374 basehttp 1546 6195687424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:03:18,383 basehttp 1546 6195687424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:03:20,481 basehttp 1546 6178861056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:03:20,481 basehttp 1546 6195687424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:03:33,604 basehttp 1546 6178861056 "GET /en/appointments/requests/1996/detail/ HTTP/1.1" 200 26794 INFO 2025-09-29 16:03:33,628 basehttp 1546 6178861056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:04:18,374 basehttp 1546 6178861056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:04:20,452 basehttp 1546 6178861056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:04:20,458 basehttp 1546 6195687424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:04:20,458 basehttp 1546 6162034688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:04:25,357 basehttp 1546 6162034688 "GET /en/emr/encounters/68/ HTTP/1.1" 200 78946 INFO 2025-09-29 16:04:25,394 basehttp 1546 6162034688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:04:27,255 basehttp 1546 6162034688 "GET /en/laboratory/orders/689/ HTTP/1.1" 200 42658 INFO 2025-09-29 16:04:27,273 basehttp 1546 6162034688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:05:20,479 basehttp 1546 6162034688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:05:20,482 basehttp 1546 6178861056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:05:20,483 basehttp 1546 6195687424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:05:20,489 basehttp 1546 6212513792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:05:25,397 basehttp 1546 6212513792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:06:03,978 basehttp 1546 6212513792 "GET /en/emr/encounters/68/ HTTP/1.1" 200 80815 INFO 2025-09-29 16:06:04,021 basehttp 1546 6212513792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 16:06:05,655 log 1546 6212513792 Internal Server Error: /en/radiology/orders/311/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'method' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( TypeError: Field 'id' expected a number but got >. ERROR 2025-09-29 16:06:05,657 basehttp 1546 6212513792 "GET /en/radiology/orders/311/ HTTP/1.1" 500 151028 INFO 2025-09-29 16:06:20,482 basehttp 1546 6195687424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:06:20,483 basehttp 1546 6178861056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:06:20,483 basehttp 1546 6212513792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:06:57,055 autoreload 1546 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-09-29 16:06:57,572 autoreload 10626 8602788160 Watching for file changes with StatReloader ERROR 2025-09-29 16:06:58,706 log 10626 6130266112 Internal Server Error: /en/radiology/orders/311/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 360, in get_context_data study=studies.id, ^^^^^^^^^^ AttributeError: 'QuerySet' object has no attribute 'id' ERROR 2025-09-29 16:06:58,708 basehttp 10626 6130266112 "GET /en/radiology/orders/311/ HTTP/1.1" 500 87063 ERROR 2025-09-29 16:07:00,090 log 10626 6130266112 Internal Server Error: /en/radiology/orders/311/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 360, in get_context_data study=studies.id, ^^^^^^^^^^ AttributeError: 'QuerySet' object has no attribute 'id' ERROR 2025-09-29 16:07:00,091 basehttp 10626 6130266112 "GET /en/radiology/orders/311/ HTTP/1.1" 500 87063 INFO 2025-09-29 16:07:13,441 autoreload 10626 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-09-29 16:07:13,839 autoreload 10801 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 16:07:20,533 basehttp 10801 6161805312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:07:20,534 basehttp 10801 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:07:23,525 autoreload 10801 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-09-29 16:07:24,003 autoreload 10895 8602788160 Watching for file changes with StatReloader ERROR 2025-09-29 16:07:24,517 log 10895 6125203456 Internal Server Error: /en/radiology/orders/311/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 360, in get_context_data study=studies.first.id, ^^^^^^^^^^^^^^^^ AttributeError: 'function' object has no attribute 'id' ERROR 2025-09-29 16:07:24,517 basehttp 10895 6125203456 "GET /en/radiology/orders/311/ HTTP/1.1" 500 87087 INFO 2025-09-29 16:07:30,493 autoreload 10895 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-09-29 16:07:30,909 autoreload 10911 8602788160 Watching for file changes with StatReloader ERROR 2025-09-29 16:08:19,312 log 10911 6156447744 Internal Server Error: /en/radiology/orders/311/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'method' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( TypeError: Field 'id' expected a number but got >. ERROR 2025-09-29 16:08:19,314 basehttp 10911 6156447744 "GET /en/radiology/orders/311/ HTTP/1.1" 500 151165 INFO 2025-09-29 16:08:20,514 basehttp 10911 6156447744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:08:20,518 basehttp 10911 6173274112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:08:20,518 basehttp 10911 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:09:20,453 basehttp 10911 6156447744 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:09:20,463 basehttp 10911 6173274112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:09:20,468 basehttp 10911 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:09:20,490 basehttp 10911 6173274112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:10:20,446 basehttp 10911 6156447744 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:11:20,461 basehttp 10911 6156447744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:11:20,465 basehttp 10911 6173274112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:11:20,467 basehttp 10911 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:11:20,471 basehttp 10911 6156447744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:12:20,467 basehttp 10911 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:12:20,469 basehttp 10911 6173274112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:12:20,469 basehttp 10911 6156447744 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:13:20,472 basehttp 10911 6156447744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:13:20,472 basehttp 10911 12901707776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:13:20,473 basehttp 10911 6173274112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:13:20,480 basehttp 10911 6173274112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:14:20,447 basehttp 10911 6173274112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:14:21,347 basehttp 10911 6173274112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:15:04,713 autoreload 10911 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/models.py changed, reloading. INFO 2025-09-29 16:15:05,161 autoreload 14670 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 16:15:20,459 autoreload 14670 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/models.py changed, reloading. INFO 2025-09-29 16:15:20,884 autoreload 14783 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 16:15:32,140 autoreload 14783 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/models.py changed, reloading. INFO 2025-09-29 16:15:32,516 autoreload 14879 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 16:15:46,797 autoreload 14879 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/models.py changed, reloading. INFO 2025-09-29 16:15:47,125 autoreload 15056 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 16:15:59,397 autoreload 15056 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/models.py changed, reloading. INFO 2025-09-29 16:15:59,831 autoreload 15150 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 16:24:12,480 autoreload 19179 8602788160 Watching for file changes with StatReloader ERROR 2025-09-29 16:24:14,808 log 19179 6128545792 Internal Server Error: /en/radiology/orders/311/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 53, in get_object obj = queryset.get() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'stud'. Choices are: tenant, patient, ordering_provider, encounter ERROR 2025-09-29 16:24:14,810 basehttp 19179 6128545792 "GET /en/radiology/orders/311/ HTTP/1.1" 500 154563 INFO 2025-09-29 16:24:20,414 basehttp 19179 6128545792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:24:20,414 basehttp 19179 6162198528 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:24:20,458 basehttp 19179 6145372160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:25:20,409 basehttp 19179 6145372160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:25:20,413 basehttp 19179 6128545792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:25:20,437 basehttp 19179 6128545792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:25:20,437 basehttp 19179 6145372160 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:25:21,381 autoreload 19179 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-09-29 16:25:21,837 autoreload 19716 8602788160 Watching for file changes with StatReloader ERROR 2025-09-29 16:25:22,825 log 19716 6205124608 Internal Server Error: /en/radiology/orders/311/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 355, in get_context_data studies = imaging_order.studies.all().select_.order_by('-study_datetime') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'QuerySet' object has no attribute 'select_' ERROR 2025-09-29 16:25:22,829 basehttp 19716 6205124608 "GET /en/radiology/orders/311/ HTTP/1.1" 500 86974 ERROR 2025-09-29 16:25:24,652 log 19716 6205124608 Internal Server Error: /en/radiology/orders/311/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 355, in get_context_data studies = imaging_order.studies.all().select_.order_by('-study_datetime') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'QuerySet' object has no attribute 'select_' ERROR 2025-09-29 16:25:24,653 basehttp 19716 6205124608 "GET /en/radiology/orders/311/ HTTP/1.1" 500 86974 INFO 2025-09-29 16:25:30,411 autoreload 19716 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-09-29 16:25:30,877 autoreload 19811 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 16:25:44,642 autoreload 19811 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-09-29 16:25:45,102 autoreload 19894 8602788160 Watching for file changes with StatReloader ERROR 2025-09-29 16:25:46,822 log 19894 6171635712 Internal Server Error: /en/radiology/orders/311/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'method' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 361, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( TypeError: Field 'id' expected a number but got >. ERROR 2025-09-29 16:25:46,825 basehttp 19894 6171635712 "GET /en/radiology/orders/311/ HTTP/1.1" 500 151165 INFO 2025-09-29 16:27:30,913 autoreload 20809 8602788160 Watching for file changes with StatReloader ERROR 2025-09-29 16:27:32,966 log 20809 6155841536 Internal Server Error: /en/radiology/orders/311/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 348, in get_queryset return ImagingOrder.objects.with_patient_details().filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Manager' object has no attribute 'with_patient_details' ERROR 2025-09-29 16:27:32,969 basehttp 20809 6155841536 "GET /en/radiology/orders/311/ HTTP/1.1" 500 89844 INFO 2025-09-29 16:28:20,406 basehttp 20809 6155841536 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:28:50,473 autoreload 20809 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/models.py changed, reloading. INFO 2025-09-29 16:28:50,913 autoreload 21493 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 16:29:05,739 autoreload 21493 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/models.py changed, reloading. INFO 2025-09-29 16:29:06,175 autoreload 21610 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 16:29:18,878 autoreload 21610 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/models.py changed, reloading. INFO 2025-09-29 16:29:19,284 autoreload 21785 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 16:29:20,412 basehttp 21785 6140424192 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:29:20,435 basehttp 21785 6157250560 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:29:20,520 basehttp 21785 6123597824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:29:20,526 basehttp 21785 6157250560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:29:33,081 autoreload 21785 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/models.py changed, reloading. INFO 2025-09-29 16:29:33,463 autoreload 21887 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 16:29:50,387 autoreload 21887 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/models.py changed, reloading. INFO 2025-09-29 16:29:50,817 autoreload 22065 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 16:30:08,791 autoreload 22065 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/models.py changed, reloading. INFO 2025-09-29 16:30:09,226 autoreload 22187 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 16:30:18,856 autoreload 22187 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/models.py changed, reloading. INFO 2025-09-29 16:30:19,283 autoreload 22289 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 16:30:20,531 basehttp 22289 6236221440 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:30:20,602 basehttp 22289 6202568704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:30:20,602 basehttp 22289 6219395072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:30:20,609 basehttp 22289 6219395072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:30:27,855 autoreload 22289 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/models.py changed, reloading. INFO 2025-09-29 16:30:28,239 autoreload 22369 8602788160 Watching for file changes with StatReloader ERROR 2025-09-29 16:30:41,220 log 22369 6325039104 Internal Server Error: /en/radiology/orders/311/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'start_study' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/start/\\Z'] ERROR 2025-09-29 16:30:41,221 basehttp 22369 6325039104 "GET /en/radiology/orders/311/ HTTP/1.1" 500 177093 INFO 2025-09-29 16:31:04,298 basehttp 22369 6325039104 "GET /en/emr/encounters/68/ HTTP/1.1" 200 80779 INFO 2025-09-29 16:31:04,341 basehttp 22369 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 16:31:13,886 log 22369 6325039104 Internal Server Error: /en/radiology/orders/311/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'start_study' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/start/\\Z'] ERROR 2025-09-29 16:31:13,887 basehttp 22369 6325039104 "GET /en/radiology/orders/311/ HTTP/1.1" 500 176956 INFO 2025-09-29 16:31:20,410 basehttp 22369 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:32:20,401 basehttp 22369 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:32:20,409 basehttp 22369 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:32:20,410 basehttp 22369 6358691840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:32:20,411 basehttp 22369 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:32:23,330 basehttp 22369 6375518208 "GET /en/radiology/orders/311/ HTTP/1.1" 200 32033 INFO 2025-09-29 16:32:23,364 basehttp 22369 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:33:20,419 basehttp 22369 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:33:20,421 basehttp 22369 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:33:20,428 basehttp 22369 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:33:23,376 basehttp 22369 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:34:20,523 basehttp 22369 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:34:20,524 basehttp 22369 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:34:23,485 basehttp 22369 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:35:13,240 basehttp 22369 6375518208 "GET /en/radiology/orders/311/ HTTP/1.1" 200 32033 INFO 2025-09-29 16:35:13,280 basehttp 22369 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 16:35:15,827 log 22369 6375518208 Internal Server Error: /en/radiology/orders/311/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 36, in get_form form_class = self.get_form_class() ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 108, in get_form_class return model_forms.modelform_factory(model, fields=self.fields) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (notes) specified for ImagingOrder ERROR 2025-09-29 16:35:15,829 basehttp 22369 6375518208 "GET /en/radiology/orders/311/update/ HTTP/1.1" 500 116574 INFO 2025-09-29 16:35:20,531 basehttp 22369 6358691840 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:35:20,532 basehttp 22369 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:35:20,534 basehttp 22369 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:35:20,539 basehttp 22369 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:35:26,917 basehttp 22369 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:35:31,408 basehttp 22369 6358691840 "GET /en/radiology/orders/83/ HTTP/1.1" 200 32090 INFO 2025-09-29 16:35:31,443 basehttp 22369 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:35:40,239 basehttp 22369 6358691840 "GET /en/radiology/orders/85/ HTTP/1.1" 200 31751 INFO 2025-09-29 16:35:40,275 basehttp 22369 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:36:20,519 basehttp 22369 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:36:20,521 basehttp 22369 6358691840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:36:40,278 basehttp 22369 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:37:20,523 basehttp 22369 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:37:20,523 basehttp 22369 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:37:20,523 basehttp 22369 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:37:20,530 basehttp 22369 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:37:40,291 basehttp 22369 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:38:20,505 basehttp 22369 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:38:20,506 basehttp 22369 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:38:21,456 basehttp 22369 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:38:40,290 basehttp 22369 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:39:20,497 basehttp 22369 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:39:20,505 basehttp 22369 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:39:40,289 basehttp 22369 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:40:20,532 basehttp 22369 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:40:20,532 basehttp 22369 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:40:20,534 basehttp 22369 6358691840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:40:40,292 basehttp 22369 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:41:20,513 basehttp 22369 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:41:20,516 basehttp 22369 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:41:20,516 basehttp 22369 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:41:21,530 basehttp 22369 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:41:30,224 autoreload 22369 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-09-29 16:41:30,643 autoreload 27652 8602788160 Watching for file changes with StatReloader ERROR 2025-09-29 16:41:35,221 log 27652 6133723136 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 58, in get_context_data 'studies_completed_today': ImagingStudy.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'completed_datetime' into field. Choices are: accession_number, archive_location, archived, body_part, clinical_history, clinical_indication, completion_status, created_at, created_by, created_by_id, diagnosis_code, encounter, encounter_id, exposure_time, id, image_quality, imaging_order, imaging_order_id, kvp, manufacturer, mas, modality, model_name, number_of_instances, number_of_series, pacs_location, patient, patient_id, priority, radiologist, radiologist_id, referring_physician, referring_physician_id, report, series, slice_thickness, station_name, status, study_datetime, study_description, study_id, study_instance_uid, study_size, tenant, tenant_id, updated_at ERROR 2025-09-29 16:41:35,223 basehttp 27652 6133723136 "GET /en/radiology/ HTTP/1.1" 500 139182 INFO 2025-09-29 16:42:20,533 basehttp 27652 6167375872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:42:20,533 basehttp 27652 6133723136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:42:20,609 basehttp 27652 6150549504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:43:20,517 basehttp 27652 6167375872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:43:20,518 basehttp 27652 6150549504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:46:52,648 autoreload 30368 8602788160 Watching for file changes with StatReloader ERROR 2025-09-29 16:46:55,992 log 30368 6191935488 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1265, in get_related_selections next_klass_infos = self.get_related_selections( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-09-29 16:46:55,995 basehttp 30368 6191935488 "GET /en/radiology/ HTTP/1.1" 500 228387 INFO 2025-09-29 16:47:20,521 basehttp 30368 6191935488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:47:20,523 basehttp 30368 6208761856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:47:20,526 basehttp 30368 6225588224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:47:20,530 basehttp 30368 6191935488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:47:52,267 autoreload 30368 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-09-29 16:47:52,717 autoreload 30802 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 16:47:53,832 basehttp 30802 6127448064 "GET /en/radiology/ HTTP/1.1" 200 48767 INFO 2025-09-29 16:47:53,884 basehttp 30802 6127448064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 16:47:53,912 log 30802 6144274432 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 856, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 16:47:53,914 basehttp 30802 6144274432 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124919 INFO 2025-09-29 16:48:02,199 basehttp 30802 6144274432 "GET /en/radiology/reports/ HTTP/1.1" 200 129945 INFO 2025-09-29 16:48:02,239 basehttp 30802 6144274432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:48:20,531 basehttp 30802 6161100800 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:48:20,532 basehttp 30802 6127448064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:48:20,532 basehttp 30802 6144274432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:48:20,540 basehttp 30802 6144274432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:48:23,304 basehttp 30802 6144274432 "GET /en/radiology/images/ HTTP/1.1" 200 48860 INFO 2025-09-29 16:48:23,312 basehttp 30802 6144274432 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-09-29 16:48:23,314 basehttp 30802 6144274432 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-09-29 16:48:23,344 basehttp 30802 6144274432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 16:48:30,956 log 30802 6144274432 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 856, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 16:48:30,957 basehttp 30802 6144274432 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124919 INFO 2025-09-29 16:48:40,940 basehttp 30802 6144274432 "GET /en/radiology/orders/391/ HTTP/1.1" 200 31956 INFO 2025-09-29 16:48:40,974 basehttp 30802 6144274432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:48:53,886 basehttp 30802 6144274432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 16:49:00,945 log 30802 6144274432 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 856, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 16:49:00,946 basehttp 30802 6144274432 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124919 INFO 2025-09-29 16:49:20,526 basehttp 30802 6127448064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:49:20,527 basehttp 30802 6161100800 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:49:20,528 basehttp 30802 6144274432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 ERROR 2025-09-29 16:49:30,959 log 30802 6127448064 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 856, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 16:49:30,960 basehttp 30802 6127448064 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124919 INFO 2025-09-29 16:49:53,882 basehttp 30802 6127448064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 16:50:00,934 log 30802 6127448064 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 856, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 16:50:00,935 basehttp 30802 6127448064 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124919 INFO 2025-09-29 16:50:15,667 basehttp 30802 6127448064 "GET /en/radiology/ HTTP/1.1" 200 48757 INFO 2025-09-29 16:50:15,711 basehttp 30802 6127448064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 16:50:15,738 log 30802 6144274432 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 856, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 16:50:15,739 basehttp 30802 6144274432 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124919 INFO 2025-09-29 16:50:20,511 basehttp 30802 6127448064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:50:20,512 basehttp 30802 6144274432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:50:29,890 basehttp 30802 6144274432 "GET /en/radiology/ HTTP/1.1" 200 48909 INFO 2025-09-29 16:50:29,931 basehttp 30802 6144274432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 16:50:29,957 log 30802 6127448064 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 856, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 16:50:29,958 basehttp 30802 6127448064 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124919 INFO 2025-09-29 16:50:58,139 basehttp 30802 6127448064 "GET /en/radiology/ HTTP/1.1" 200 48989 INFO 2025-09-29 16:50:58,190 basehttp 30802 6127448064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 16:50:58,217 log 30802 6144274432 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 856, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 16:50:58,218 basehttp 30802 6144274432 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124919 INFO 2025-09-29 16:51:20,514 basehttp 30802 6144274432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:51:20,516 basehttp 30802 6127448064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:51:20,517 basehttp 30802 6161100800 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 ERROR 2025-09-29 16:51:28,209 log 30802 6161100800 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 856, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 16:51:28,209 basehttp 30802 6161100800 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124919 INFO 2025-09-29 16:51:32,543 basehttp 30802 6161100800 "GET /en/radiology/ HTTP/1.1" 200 48989 INFO 2025-09-29 16:51:32,590 basehttp 30802 6161100800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 16:51:32,616 log 30802 6127448064 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 856, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 16:51:32,617 basehttp 30802 6127448064 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124919 ERROR 2025-09-29 16:52:02,610 log 30802 6127448064 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 856, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 16:52:02,611 basehttp 30802 6127448064 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124919 INFO 2025-09-29 16:52:20,538 basehttp 30802 6161100800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:52:20,539 basehttp 30802 6144274432 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:52:20,542 basehttp 30802 6127448064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:52:20,547 basehttp 30802 6161100800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:52:32,591 basehttp 30802 6161100800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 16:52:32,618 log 30802 6127448064 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 856, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 16:52:32,618 basehttp 30802 6127448064 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124919 INFO 2025-09-29 16:52:35,411 basehttp 30802 6127448064 "GET /en/radiology/ HTTP/1.1" 200 48989 INFO 2025-09-29 16:52:35,462 basehttp 30802 6127448064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 16:52:35,490 log 30802 6161100800 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 856, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 16:52:35,491 basehttp 30802 6161100800 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124919 INFO 2025-09-29 16:52:40,959 basehttp 30802 6161100800 "GET /en/radiology/reports/ HTTP/1.1" 200 129945 INFO 2025-09-29 16:52:40,999 basehttp 30802 6161100800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 16:53:05,481 log 30802 6161100800 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 856, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 16:53:05,482 basehttp 30802 6161100800 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124919 INFO 2025-09-29 16:53:16,487 basehttp 30802 6161100800 "GET /en/radiology/ HTTP/1.1" 200 48989 INFO 2025-09-29 16:53:16,529 basehttp 30802 6161100800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 16:53:16,557 log 30802 6127448064 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 856, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 16:53:16,558 basehttp 30802 6127448064 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124919 INFO 2025-09-29 16:53:20,527 basehttp 30802 6161100800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:53:20,529 basehttp 30802 6127448064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 ERROR 2025-09-29 16:53:46,574 log 30802 6127448064 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 856, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 16:53:46,575 basehttp 30802 6127448064 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124919 INFO 2025-09-29 16:54:16,553 basehttp 30802 6127448064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 16:54:16,589 log 30802 6161100800 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 856, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 16:54:16,590 basehttp 30802 6161100800 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124919 INFO 2025-09-29 16:54:20,525 basehttp 30802 6161100800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:54:20,525 basehttp 30802 6127448064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:54:20,527 basehttp 30802 6144274432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:54:24,389 autoreload 30802 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-09-29 16:54:24,773 autoreload 33981 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 16:54:25,218 basehttp 33981 6132133888 "GET /en/radiology/ HTTP/1.1" 200 62108 INFO 2025-09-29 16:54:25,259 basehttp 33981 6132133888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 16:54:25,286 log 33981 6148960256 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 855, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 16:54:25,287 basehttp 33981 6148960256 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124919 ERROR 2025-09-29 16:54:55,282 log 33981 6148960256 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 855, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 16:54:55,283 basehttp 33981 6148960256 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124919 INFO 2025-09-29 16:55:20,526 basehttp 33981 6148960256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:55:20,528 basehttp 33981 6132133888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:55:25,278 basehttp 33981 6132133888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 16:55:25,314 log 33981 6148960256 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 855, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 16:55:25,315 basehttp 33981 6148960256 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124919 ERROR 2025-09-29 16:55:55,311 log 33981 6148960256 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 855, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 16:55:55,312 basehttp 33981 6148960256 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124919 INFO 2025-09-29 16:56:20,535 basehttp 33981 6148960256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:56:20,537 basehttp 33981 6132133888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:56:20,538 basehttp 33981 6165786624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:56:20,544 basehttp 33981 6148960256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:56:25,286 basehttp 33981 6148960256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 16:56:25,319 log 33981 6165786624 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 855, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 16:56:25,320 basehttp 33981 6165786624 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124919 ERROR 2025-09-29 16:56:55,307 log 33981 6165786624 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 855, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 16:56:55,308 basehttp 33981 6165786624 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124919 INFO 2025-09-29 16:57:20,522 basehttp 33981 6148960256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:57:20,525 basehttp 33981 6165786624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:57:25,286 basehttp 33981 6165786624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 16:57:25,322 log 33981 6148960256 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 855, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 16:57:25,323 basehttp 33981 6148960256 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124919 ERROR 2025-09-29 16:57:55,318 log 33981 6148960256 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 855, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 16:57:55,319 basehttp 33981 6148960256 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124919 INFO 2025-09-29 16:58:20,536 basehttp 33981 6165786624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:58:20,536 basehttp 33981 6148960256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:58:20,539 basehttp 33981 6132133888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:58:25,269 basehttp 33981 6132133888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 16:58:25,303 log 33981 6165786624 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 855, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 16:58:25,304 basehttp 33981 6165786624 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124919 ERROR 2025-09-29 16:58:55,320 log 33981 6165786624 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 855, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 16:58:55,321 basehttp 33981 6165786624 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124919 INFO 2025-09-29 16:59:20,505 basehttp 33981 6165786624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:59:20,510 basehttp 33981 6148960256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 16:59:20,511 basehttp 33981 6132133888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 16:59:20,515 basehttp 33981 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 16:59:25,268 basehttp 33981 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 16:59:25,302 log 33981 6132133888 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 855, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 16:59:25,303 basehttp 33981 6132133888 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124919 INFO 2025-09-29 17:10:03,898 autoreload 41623 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 17:10:06,348 basehttp 41623 6159839232 "GET /en/radiology/ HTTP/1.1" 200 62108 INFO 2025-09-29 17:10:06,398 basehttp 41623 6159839232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 17:10:06,432 log 41623 6176665600 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 855, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_communicated_to_id, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 17:10:06,434 basehttp 41623 6176665600 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 125077 INFO 2025-09-29 17:10:20,508 basehttp 41623 6159839232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:10:20,513 basehttp 41623 6193491968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:10:20,514 basehttp 41623 6176665600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:10:20,519 basehttp 41623 6210318336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 17:10:36,438 log 41623 6210318336 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 855, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_communicated_to_id, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 17:10:36,439 basehttp 41623 6210318336 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 125077 INFO 2025-09-29 17:11:06,402 basehttp 41623 6210318336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 17:11:06,430 log 41623 6176665600 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 855, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_communicated_to_id, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 17:11:06,434 basehttp 41623 6176665600 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 125077 INFO 2025-09-29 17:11:15,198 autoreload 41623 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-09-29 17:11:15,614 autoreload 42154 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 17:11:20,479 basehttp 42154 6189346816 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:11:28,327 autoreload 42154 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-09-29 17:11:28,706 autoreload 42324 8602788160 Watching for file changes with StatReloader ERROR 2025-09-29 17:11:36,432 log 42324 6325039104 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 855, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_communicated_to_id, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-29 17:11:36,435 basehttp 42324 6325039104 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 125077 INFO 2025-09-29 17:11:41,421 autoreload 42324 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-09-29 17:11:41,813 autoreload 42426 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 17:11:51,520 autoreload 42426 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-09-29 17:11:51,895 autoreload 42531 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 17:12:06,448 basehttp 42531 6151663616 "GET /en/radiology/htmx/stats/ HTTP/1.1" 200 4178 INFO 2025-09-29 17:12:06,453 basehttp 42531 6134837248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:12:10,832 autoreload 42531 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/forms.py changed, reloading. INFO 2025-09-29 17:12:11,234 autoreload 42709 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 17:12:20,508 basehttp 42709 6129594368 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:12:20,533 basehttp 42709 6163247104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:12:20,546 basehttp 42709 6146420736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:12:20,552 basehttp 42709 6163247104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:12:21,893 autoreload 42709 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/forms.py changed, reloading. INFO 2025-09-29 17:12:22,310 autoreload 42820 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 17:12:30,825 basehttp 42820 6204796928 "GET /en/radiology/ HTTP/1.1" 200 62108 INFO 2025-09-29 17:12:30,869 basehttp 42820 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:12:30,870 basehttp 42820 6221623296 "GET /en/radiology/htmx/stats/ HTTP/1.1" 200 4178 INFO 2025-09-29 17:12:53,196 basehttp 42820 6221623296 "GET /en/radiology/orders/ HTTP/1.1" 200 87836 INFO 2025-09-29 17:12:53,234 basehttp 42820 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:12:58,594 basehttp 42820 6221623296 "GET /en/radiology/orders/371/ HTTP/1.1" 200 34298 INFO 2025-09-29 17:12:58,629 basehttp 42820 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:13:07,968 basehttp 42820 6221623296 "GET /en/radiology/htmx/stats/ HTTP/1.1" 200 4178 INFO 2025-09-29 17:13:10,302 basehttp 42820 6221623296 "GET /en/radiology/orders/85/ HTTP/1.1" 200 31751 INFO 2025-09-29 17:13:10,335 basehttp 42820 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:13:13,045 basehttp 42820 6221623296 "GET /en/emr/encounters/68/ HTTP/1.1" 200 80779 INFO 2025-09-29 17:13:13,085 basehttp 42820 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:13:17,008 basehttp 42820 6221623296 "GET /en/radiology/orders/228/ HTTP/1.1" 200 33544 INFO 2025-09-29 17:13:17,026 basehttp 42820 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:13:20,487 basehttp 42820 6221623296 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:13:26,729 basehttp 42820 6221623296 "GET /en/radiology/orders/228/ HTTP/1.1" 200 33544 INFO 2025-09-29 17:13:26,764 basehttp 42820 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:14:20,499 basehttp 42820 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:14:20,502 basehttp 42820 6221623296 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:14:20,502 basehttp 42820 6238449664 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:14:20,508 basehttp 42820 6255276032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:14:26,770 basehttp 42820 6255276032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:14:55,578 basehttp 42820 6255276032 "GET /en/radiology/orders/228/ HTTP/1.1" 200 33569 INFO 2025-09-29 17:14:55,612 basehttp 42820 6255276032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:14:58,304 basehttp 42820 6255276032 "GET /en/radiology/reports/58/ HTTP/1.1" 200 30726 INFO 2025-09-29 17:14:58,340 basehttp 42820 6255276032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:15:16,886 basehttp 42820 6255276032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:15:20,509 basehttp 42820 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:15:20,512 basehttp 42820 6238449664 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:15:20,513 basehttp 42820 6255276032 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:15:20,518 basehttp 42820 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:15:40,923 basehttp 42820 6221623296 "GET /en/emr/encounters/60/ HTTP/1.1" 200 84487 INFO 2025-09-29 17:15:40,962 basehttp 42820 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:16:20,484 basehttp 42820 6221623296 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:16:33,521 basehttp 42820 6221623296 "GET /en/emr/vital-signs/128/ HTTP/1.1" 200 40691 INFO 2025-09-29 17:16:33,569 basehttp 42820 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:16:33,572 basehttp 42820 6255276032 "GET /en/emr/vital-signs-chart/1/ HTTP/1.1" 200 10848 INFO 2025-09-29 17:16:42,043 basehttp 42820 6255276032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:16:59,680 basehttp 42820 6255276032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:17:20,510 basehttp 42820 6255276032 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:17:20,511 basehttp 42820 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:17:20,513 basehttp 42820 6238449664 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:17:20,519 basehttp 42820 6255276032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:17:21,031 basehttp 42820 6255276032 "GET /en/emr/encounters/60/ HTTP/1.1" 200 84487 INFO 2025-09-29 17:17:21,072 basehttp 42820 6255276032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:17:40,348 basehttp 42820 6255276032 "GET /en/emr/vital-signs/128/ HTTP/1.1" 200 40691 INFO 2025-09-29 17:17:40,396 basehttp 42820 6255276032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:17:40,398 basehttp 42820 6238449664 "GET /en/emr/vital-signs-chart/1/ HTTP/1.1" 200 10848 INFO 2025-09-29 17:18:00,317 basehttp 42820 6238449664 "GET /en/emr/notes/77/ HTTP/1.1" 200 38417 INFO 2025-09-29 17:18:00,356 basehttp 42820 6238449664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:18:06,933 basehttp 42820 6238449664 "GET /en/appointments/requests/2160/detail/ HTTP/1.1" 200 26778 INFO 2025-09-29 17:18:06,970 basehttp 42820 6238449664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:18:10,569 basehttp 42820 6238449664 "GET /en/emr/notes/77/ HTTP/1.1" 200 38417 INFO 2025-09-29 17:18:10,604 basehttp 42820 6238449664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:18:20,507 basehttp 42820 6255276032 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:18:20,508 basehttp 42820 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:18:20,510 basehttp 42820 6238449664 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:18:42,356 basehttp 42820 6238449664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:18:55,743 basehttp 42820 6238449664 "GET /en/radiology/orders/360/ HTTP/1.1" 200 32091 INFO 2025-09-29 17:18:55,765 basehttp 42820 6238449664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:19:00,554 basehttp 42820 6238449664 "GET /en/radiology/orders/193/ HTTP/1.1" 200 32361 INFO 2025-09-29 17:19:00,591 basehttp 42820 6238449664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:19:03,512 basehttp 42820 6238449664 "GET /en/radiology/orders/28/ HTTP/1.1" 200 32519 INFO 2025-09-29 17:19:03,544 basehttp 42820 6238449664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:19:07,982 basehttp 42820 6238449664 "GET /en/radiology/orders/3/ HTTP/1.1" 200 34343 INFO 2025-09-29 17:19:08,016 basehttp 42820 6238449664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:19:14,160 basehttp 42820 6238449664 "GET /en/radiology/reports/2/ HTTP/1.1" 200 31288 INFO 2025-09-29 17:19:14,181 basehttp 42820 6238449664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:19:20,493 basehttp 42820 6238449664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:19:20,495 basehttp 42820 6221623296 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:19:42,353 basehttp 42820 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:19:48,770 basehttp 42820 6221623296 "GET / HTTP/1.1" 302 0 INFO 2025-09-29 17:19:48,790 basehttp 42820 6238449664 "GET /en/ HTTP/1.1" 200 47180 INFO 2025-09-29 17:19:48,847 basehttp 42820 6238449664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:19:48,848 basehttp 42820 6204796928 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:19:48,848 basehttp 42820 6255276032 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:19:56,862 basehttp 42820 6255276032 "GET /en/radiology HTTP/1.1" 301 0 INFO 2025-09-29 17:19:56,982 basehttp 42820 6204796928 "GET /en/radiology/ HTTP/1.1" 200 62108 INFO 2025-09-29 17:19:57,016 basehttp 42820 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:19:57,017 basehttp 42820 6238449664 "GET /en/radiology/htmx/stats/ HTTP/1.1" 200 4178 INFO 2025-09-29 17:20:20,508 basehttp 42820 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:20:20,508 basehttp 42820 6238449664 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:20:20,511 basehttp 42820 6221623296 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:20:20,517 basehttp 42820 6238449664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:20:27,029 basehttp 42820 6238449664 "GET /en/radiology/htmx/stats/ HTTP/1.1" 200 4178 INFO 2025-09-29 17:20:57,050 basehttp 42820 6238449664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:20:57,051 basehttp 42820 6221623296 "GET /en/radiology/htmx/stats/ HTTP/1.1" 200 4178 INFO 2025-09-29 17:21:13,713 basehttp 42820 6238449664 "GET /en/radiology/orders/ HTTP/1.1" 200 87836 INFO 2025-09-29 17:21:13,754 basehttp 42820 6238449664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:21:17,801 basehttp 42820 6238449664 "GET /en/radiology/studies/ HTTP/1.1" 200 212253 INFO 2025-09-29 17:21:17,843 basehttp 42820 6238449664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:21:20,511 basehttp 42820 6221623296 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:21:20,512 basehttp 42820 6238449664 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:21:27,442 basehttp 42820 6238449664 "GET /en/radiology/studies/202/ HTTP/1.1" 200 29777 INFO 2025-09-29 17:21:27,478 basehttp 42820 6238449664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:22:18,498 basehttp 42820 6238449664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:22:20,506 basehttp 42820 6238449664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:22:20,507 basehttp 42820 6221623296 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:22:20,512 basehttp 42820 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:23:18,497 basehttp 42820 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:23:20,520 basehttp 42820 6204796928 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:23:20,521 basehttp 42820 6238449664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:23:20,522 basehttp 42820 6221623296 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 ERROR 2025-09-29 17:24:12,139 log 42820 6221623296 Internal Server Error: /en/radiology/studies/199/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 526, in get_context_data context['reports'] = imaging_study.report ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_descriptors.py", line 534, in __get__ raise self.RelatedObjectDoesNotExist( radiology.models.ImagingStudy.report.RelatedObjectDoesNotExist: ImagingStudy has no report. ERROR 2025-09-29 17:24:12,140 basehttp 42820 6221623296 "GET /en/radiology/studies/199/ HTTP/1.1" 500 91528 INFO 2025-09-29 17:24:20,553 basehttp 42820 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:24:20,553 basehttp 42820 6204796928 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:24:20,575 basehttp 42820 6238449664 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:24:20,575 basehttp 42820 6255276032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:25:03,989 autoreload 42820 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-09-29 17:25:04,423 autoreload 48843 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 17:25:17,008 autoreload 48843 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-09-29 17:25:17,382 autoreload 48952 8602788160 Watching for file changes with StatReloader ERROR 2025-09-29 17:25:17,793 log 48952 13035925504 Internal Server Error: /en/radiology/studies/199/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 526, in get_context_data context['reports'] = imaging_study.series.reports ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'RelatedManager' object has no attribute 'reports' ERROR 2025-09-29 17:25:17,795 basehttp 48952 13035925504 "GET /en/radiology/studies/199/ HTTP/1.1" 500 87186 INFO 2025-09-29 17:25:20,499 basehttp 48952 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:26:11,691 autoreload 48952 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-09-29 17:26:12,087 autoreload 49445 8602788160 Watching for file changes with StatReloader ERROR 2025-09-29 17:26:12,435 log 49445 6128218112 Internal Server Error: /en/radiology/studies/199/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 526, in get_context_data context['reports'] = imaging_study.series.report ^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'RelatedManager' object has no attribute 'report' ERROR 2025-09-29 17:26:12,436 basehttp 49445 6128218112 "GET /en/radiology/studies/199/ HTTP/1.1" 500 87178 INFO 2025-09-29 17:26:18,586 autoreload 49445 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-09-29 17:26:19,037 autoreload 49462 8602788160 Watching for file changes with StatReloader ERROR 2025-09-29 17:26:20,054 log 49462 13052751872 Internal Server Error: /en/radiology/studies/199/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'complete_study' with arguments '(199,)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/complete/\\Z'] ERROR 2025-09-29 17:26:20,058 basehttp 49462 13052751872 "GET /en/radiology/studies/199/ HTTP/1.1" 500 189120 INFO 2025-09-29 17:26:20,592 basehttp 49462 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:26:20,618 basehttp 49462 13069578240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:26:20,622 basehttp 49462 13103230976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:26:20,628 basehttp 49462 13086404608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 ERROR 2025-09-29 17:26:20,882 log 49462 13086404608 Internal Server Error: /en/radiology/studies/199/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'complete_study' with arguments '(199,)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/complete/\\Z'] ERROR 2025-09-29 17:26:20,884 basehttp 49462 13086404608 "GET /en/radiology/studies/199/ HTTP/1.1" 500 189120 INFO 2025-09-29 17:26:34,830 autoreload 49462 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-09-29 17:26:35,303 autoreload 49632 8602788160 Watching for file changes with StatReloader ERROR 2025-09-29 17:26:36,148 log 49632 6135181312 Internal Server Error: /en/radiology/studies/199/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 526, in get_context_data context['reports'] = imaging_study.report ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_descriptors.py", line 534, in __get__ raise self.RelatedObjectDoesNotExist( radiology.models.ImagingStudy.report.RelatedObjectDoesNotExist: ImagingStudy has no report. ERROR 2025-09-29 17:26:36,177 basehttp 49632 6135181312 "GET /en/radiology/studies/199/ HTTP/1.1" 500 91665 ERROR 2025-09-29 17:26:38,387 log 49632 6135181312 Internal Server Error: /en/radiology/studies/199/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 526, in get_context_data context['reports'] = imaging_study.report ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_descriptors.py", line 534, in __get__ raise self.RelatedObjectDoesNotExist( radiology.models.ImagingStudy.report.RelatedObjectDoesNotExist: ImagingStudy has no report. ERROR 2025-09-29 17:26:38,389 basehttp 49632 6135181312 "GET /en/radiology/studies/199/ HTTP/1.1" 500 91665 INFO 2025-09-29 17:26:39,056 basehttp 49632 6135181312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:26:40,083 basehttp 49632 6152007680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:26:40,084 basehttp 49632 6135181312 "GET /en/radiology/htmx/stats/ HTTP/1.1" 200 4178 INFO 2025-09-29 17:26:44,226 basehttp 49632 6135181312 "GET /en/radiology/reports/ HTTP/1.1" 200 129945 INFO 2025-09-29 17:26:44,283 basehttp 49632 6135181312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:26:46,002 basehttp 49632 6135181312 "GET /en/radiology/reports/110/ HTTP/1.1" 200 30723 INFO 2025-09-29 17:26:46,036 basehttp 49632 6135181312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:26:57,908 basehttp 49632 6135181312 "GET /en/radiology/templates/ HTTP/1.1" 200 31050 INFO 2025-09-29 17:26:57,944 basehttp 49632 6135181312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 17:27:01,037 log 49632 6135181312 Internal Server Error: /en/radiology/templates/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_template_update' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/templates/(?P[0-9]+)/update/\\Z'] ERROR 2025-09-29 17:27:01,039 basehttp 49632 6135181312 "GET /en/radiology/templates/3/ HTTP/1.1" 500 183108 INFO 2025-09-29 17:27:08,214 basehttp 49632 6135181312 "GET /en/radiology/images/ HTTP/1.1" 200 48860 INFO 2025-09-29 17:27:08,258 basehttp 49632 6135181312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:27:13,194 basehttp 49632 6135181312 "GET /en/radiology/htmx/stats/ HTTP/1.1" 200 4178 INFO 2025-09-29 17:27:20,501 basehttp 49632 6135181312 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:27:26,069 basehttp 49632 6135181312 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-09-29 17:27:26,108 basehttp 49632 6152007680 "GET /en/emr/ HTTP/1.1" 200 64610 INFO 2025-09-29 17:27:26,159 basehttp 49632 6152007680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:27:26,185 basehttp 49632 6135181312 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-29 17:27:49,414 basehttp 49632 6135181312 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 85037 INFO 2025-09-29 17:27:49,464 basehttp 49632 6135181312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:28:20,524 basehttp 49632 6135181312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:28:20,527 basehttp 49632 6152007680 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:28:20,528 basehttp 49632 6168834048 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:28:20,534 basehttp 49632 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:28:49,471 basehttp 49632 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:29:20,510 basehttp 49632 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:29:20,511 basehttp 49632 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:29:49,483 basehttp 49632 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:30:20,508 basehttp 49632 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:30:20,509 basehttp 49632 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:30:20,509 basehttp 49632 6152007680 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:30:49,483 basehttp 49632 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:31:20,516 basehttp 49632 6152007680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:31:20,518 basehttp 49632 6168834048 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:31:20,525 basehttp 49632 6152007680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:31:49,497 basehttp 49632 6152007680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:32:20,512 basehttp 49632 6152007680 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:32:20,514 basehttp 49632 6168834048 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:32:50,495 basehttp 49632 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:33:20,522 basehttp 49632 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:33:20,523 basehttp 49632 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:33:20,524 basehttp 49632 6152007680 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:33:20,531 basehttp 49632 6152007680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:33:51,495 basehttp 49632 6152007680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:34:20,511 basehttp 49632 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:34:20,514 basehttp 49632 6152007680 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:34:51,498 basehttp 49632 6152007680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:34:57,377 basehttp 49632 6152007680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:34:57,452 basehttp 49632 6168834048 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-29 17:35:01,053 basehttp 49632 6168834048 "GET /en/emr/problems/ HTTP/1.1" 200 104589 INFO 2025-09-29 17:35:01,120 basehttp 49632 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:35:12,245 basehttp 49632 6168834048 "GET /en/emr/problems/create HTTP/1.1" 301 0 INFO 2025-09-29 17:35:12,763 basehttp 49632 6152007680 "GET /en/emr/problems/create/ HTTP/1.1" 200 213050 INFO 2025-09-29 17:35:12,842 basehttp 49632 6152007680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:35:17,340 basehttp 49632 6152007680 "GET /en/emr/api/icd10-search/?q=hy HTTP/1.1" 200 3997 INFO 2025-09-29 17:35:18,623 basehttp 49632 6152007680 "GET /en/emr/api/icd10-search/?q=hyper HTTP/1.1" 200 4232 INFO 2025-09-29 17:35:20,502 basehttp 49632 6152007680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:35:20,503 basehttp 49632 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:35:20,504 basehttp 49632 6135181312 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:35:51,885 basehttp 49632 6135181312 "GET /en/emr/api/icd10-search/?q=ar HTTP/1.1" 200 3429 INFO 2025-09-29 17:35:53,692 basehttp 49632 6135181312 "GET /en/emr/api/icd10-search/?q=arth HTTP/1.1" 200 3505 INFO 2025-09-29 17:35:57,334 basehttp 49632 6135181312 "GET /en/emr/api/icd10-search/?q=arthri HTTP/1.1" 200 3594 INFO 2025-09-29 17:36:12,853 basehttp 49632 6135181312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:36:20,516 basehttp 49632 6135181312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:36:20,516 basehttp 49632 6152007680 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:36:20,518 basehttp 49632 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:36:20,524 basehttp 49632 6135181312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:37:12,869 basehttp 49632 6135181312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:37:14,026 basehttp 49632 6135181312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:37:14,816 basehttp 49632 6135181312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:37:20,516 basehttp 49632 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:37:20,520 basehttp 49632 6152007680 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:37:20,522 basehttp 49632 6135181312 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:37:20,527 basehttp 49632 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:38:14,819 basehttp 49632 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:38:20,492 basehttp 49632 6168834048 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:39:14,820 basehttp 49632 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:39:20,496 basehttp 49632 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:39:20,521 basehttp 49632 6152007680 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:39:20,521 basehttp 49632 6135181312 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:39:20,521 basehttp 49632 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:39:57,438 basehttp 49632 6135181312 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-29 17:40:13,181 basehttp 49632 6135181312 "GET /en/emr/ HTTP/1.1" 200 64610 INFO 2025-09-29 17:40:13,226 basehttp 49632 6135181312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:40:13,252 basehttp 49632 6152007680 "GET /en/emr/stats/ HTTP/1.1" 200 6865 INFO 2025-09-29 17:40:20,503 basehttp 49632 6135181312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:40:20,505 basehttp 49632 6152007680 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:41:13,230 basehttp 49632 6135181312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:41:20,508 basehttp 49632 6152007680 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:41:20,509 basehttp 49632 6135181312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:41:20,512 basehttp 49632 6168834048 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:41:20,517 basehttp 49632 6152007680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:42:13,223 basehttp 49632 6152007680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:42:20,479 basehttp 49632 6152007680 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:42:20,488 basehttp 49632 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:42:20,488 basehttp 49632 6135181312 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:42:41,609 autoreload 49632 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-29 17:42:42,264 autoreload 57266 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 17:43:01,501 basehttp 57266 6132101120 "GET /en/emr/ HTTP/1.1" 200 64610 INFO 2025-09-29 17:43:01,552 basehttp 57266 6132101120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 17:43:01,676 log 57266 6148927488 Internal Server Error: /en/emr/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1628, in emr_stats ).exclude( ^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1501, in exclude return self._filter_or_exclude(True, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1516, in _filter_or_exclude_inplace self._query.add_q(~Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'waiting_time_minutes' into field. Choices are: acuity_level, admission, admission_id, appointment, appointment_id, billable, billing_codes, chief_complaint, clinical_notes, created_at, created_by, created_by_id, critical_alerts, documentation_complete, encounter_class, encounter_id, encounter_type, end_datetime, id, imaging_orders, imaging_studies, lab_orders, location, medical_bills, medication_administrations, patient, patient_id, prescriptions, priority, problems_identified, provider, provider_id, quality_measures, reason_for_visit, recommendations, room_number, signed_by, signed_by_id, signed_datetime, signed_off, start_datetime, status, surgical_cases, tenant, tenant_id, updated_at, vital_signs ERROR 2025-09-29 17:43:01,678 basehttp 57266 6148927488 "GET /en/emr/stats/ HTTP/1.1" 500 130727 INFO 2025-09-29 17:43:20,502 basehttp 57266 6132101120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:43:20,506 basehttp 57266 6148927488 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:44:01,546 basehttp 57266 6148927488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:44:20,502 basehttp 57266 6148927488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:44:20,504 basehttp 57266 6132101120 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:44:20,506 basehttp 57266 6165753856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:45:01,551 basehttp 57266 6165753856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:45:19,795 autoreload 57266 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-29 17:45:20,318 autoreload 58616 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 17:46:01,657 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:46:03,127 basehttp 58616 6127710208 "GET /en/emr/ HTTP/1.1" 200 64610 INFO 2025-09-29 17:46:03,176 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:46:03,270 basehttp 58616 6144536576 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-09-29 17:46:20,511 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:46:20,517 basehttp 58616 6127710208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:46:20,517 basehttp 58616 6161362944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:46:20,521 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:46:53,444 basehttp 58616 6144536576 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 85037 INFO 2025-09-29 17:46:53,500 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:47:03,098 basehttp 58616 6144536576 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41689 INFO 2025-09-29 17:47:03,140 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:47:03,145 basehttp 58616 6161362944 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11925 INFO 2025-09-29 17:47:12,725 basehttp 58616 6161362944 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41689 INFO 2025-09-29 17:47:12,776 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:47:12,779 basehttp 58616 6144536576 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11925 INFO 2025-09-29 17:47:20,504 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:47:20,507 basehttp 58616 6144536576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:47:20,513 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:47:47,048 basehttp 58616 6127710208 "GET /en/emr/notes/2693/ HTTP/1.1" 200 39744 INFO 2025-09-29 17:47:47,086 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:48:20,502 basehttp 58616 6127710208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:48:20,504 basehttp 58616 6144536576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:48:47,099 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:49:20,515 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:49:20,515 basehttp 58616 6161362944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:49:20,516 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:49:20,523 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:49:47,099 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:50:20,496 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:50:20,498 basehttp 58616 6161362944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:50:47,113 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:51:20,522 basehttp 58616 6144536576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:51:20,523 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:51:20,525 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:51:47,110 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:52:20,509 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:52:20,513 basehttp 58616 6144536576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:52:20,513 basehttp 58616 6161362944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:52:20,520 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:52:47,121 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:53:20,513 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:53:20,514 basehttp 58616 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:53:47,126 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:54:20,530 basehttp 58616 6161362944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:54:20,531 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:54:20,531 basehttp 58616 6144536576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:54:47,120 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:55:20,518 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:55:20,520 basehttp 58616 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:55:47,132 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:56:20,526 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:56:20,526 basehttp 58616 6144536576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:56:20,529 basehttp 58616 6161362944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:56:20,535 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:56:47,136 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:57:20,495 basehttp 58616 6144536576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:57:47,139 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:58:20,523 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:58:20,524 basehttp 58616 6161362944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:58:20,526 basehttp 58616 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:58:20,532 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:58:47,498 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:59:20,520 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:59:20,520 basehttp 58616 6161362944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 17:59:20,521 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 17:59:20,529 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 17:59:49,498 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:00:20,509 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:00:20,512 basehttp 58616 6161362944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:01:20,523 basehttp 58616 6161362944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 18:01:20,524 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:01:20,525 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:01:20,531 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:02:20,514 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:02:20,516 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:02:51,906 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:03:20,522 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:03:20,523 basehttp 58616 6127710208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 18:03:20,525 basehttp 58616 6161362944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:03:51,920 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:04:20,508 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:04:20,510 basehttp 58616 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:04:51,912 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:05:20,504 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:05:20,504 basehttp 58616 6161362944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 18:05:20,505 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:05:20,511 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:05:51,910 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:06:20,484 basehttp 58616 6161362944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:06:20,485 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:06:51,927 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:07:20,497 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:07:20,501 basehttp 58616 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 18:07:20,502 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:07:20,509 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:07:51,914 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 18:08:13,485 log 58616 6144536576 Internal Server Error: /en/emr/encounters/2141/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_create' with no arguments not found. 1 pattern(s) tried: ['en/appointments/(?P[0-9]+)/requests/create/\\Z'] ERROR 2025-09-29 18:08:13,486 basehttp 58616 6144536576 "GET /en/emr/encounters/2141/ HTTP/1.1" 500 217522 INFO 2025-09-29 18:08:20,484 basehttp 58616 6144536576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:08:20,486 basehttp 58616 6127710208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 ERROR 2025-09-29 18:08:41,919 log 58616 6127710208 Internal Server Error: /en/emr/encounters/2141/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'medical_bill_create' not found. 'medical_bill_create' is not a valid view function or pattern name. ERROR 2025-09-29 18:08:41,920 basehttp 58616 6127710208 "GET /en/emr/encounters/2141/ HTTP/1.1" 500 215526 INFO 2025-09-29 18:09:20,487 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:09:20,488 basehttp 58616 6144536576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:09:20,494 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 18:09:25,223 log 58616 6144536576 Internal Server Error: /en/emr/encounters/2141/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'medical_bill_create' not found. 'medical_bill_create' is not a valid view function or pattern name. ERROR 2025-09-29 18:09:25,224 basehttp 58616 6144536576 "GET /en/emr/encounters/2141/ HTTP/1.1" 500 236502 INFO 2025-09-29 18:09:39,444 basehttp 58616 6144536576 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 97404 INFO 2025-09-29 18:09:39,488 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:09:57,238 basehttp 58616 6144536576 "GET /en/billing/bills/create/?patient=12&encounter=2141 HTTP/1.1" 200 218700 INFO 2025-09-29 18:09:57,302 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:10:20,511 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:10:20,516 basehttp 58616 6144536576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 18:10:20,516 basehttp 58616 6161362944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:10:33,004 basehttp 58616 6161362944 "GET /en/radiology/studies/192/ HTTP/1.1" 200 33612 INFO 2025-09-29 18:10:33,041 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 18:10:39,231 log 58616 6161362944 Internal Server Error: /en/radiology/series/553/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/series/\\Z'] ERROR 2025-09-29 18:10:39,232 basehttp 58616 6161362944 "GET /en/radiology/series/553/ HTTP/1.1" 500 192140 INFO 2025-09-29 18:11:20,501 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:11:20,503 basehttp 58616 6144536576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:11:33,055 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:11:42,347 basehttp 58616 6144536576 "GET /en/radiology/reports/104/ HTTP/1.1" 200 31266 INFO 2025-09-29 18:11:42,384 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:11:45,683 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:11:57,259 basehttp 58616 6144536576 "GET /en/radiology/orders/383/ HTTP/1.1" 200 34448 INFO 2025-09-29 18:11:57,294 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-29 18:12:06,899 log 58616 6144536576 Not Found: /en/radiology/studies/3eeaa7b6-69c7-45aa-9569-057d6be7a0e1/start/ WARNING 2025-09-29 18:12:06,899 basehttp 58616 6144536576 "POST /en/radiology/studies/3eeaa7b6-69c7-45aa-9569-057d6be7a0e1/start/ HTTP/1.1" 404 32384 ERROR 2025-09-29 18:12:15,309 log 58616 6144536576 Internal Server Error: /en/radiology/orders/383/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 36, in get_form form_class = self.get_form_class() ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 108, in get_form_class return model_forms.modelform_factory(model, fields=self.fields) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (notes) specified for ImagingOrder ERROR 2025-09-29 18:12:15,311 basehttp 58616 6144536576 "GET /en/radiology/orders/383/update/ HTTP/1.1" 500 116574 INFO 2025-09-29 18:12:20,516 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:12:20,516 basehttp 58616 6161362944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 18:12:20,517 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:12:22,392 basehttp 58616 6127710208 "GET /en/radiology/reports/104/ HTTP/1.1" 200 31266 INFO 2025-09-29 18:12:22,427 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:12:50,163 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:13:10,490 basehttp 58616 6127710208 "GET /en/appointments/12/requests/create/ HTTP/1.1" 200 53940 INFO 2025-09-29 18:13:10,527 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:13:20,491 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:13:20,495 basehttp 58616 6161362944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:13:20,500 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:13:42,826 basehttp 58616 6127710208 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41689 INFO 2025-09-29 18:13:42,867 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:13:42,872 basehttp 58616 6161362944 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11925 INFO 2025-09-29 18:14:20,515 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:14:20,515 basehttp 58616 6161362944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 18:14:20,517 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:14:42,874 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:15:20,484 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:15:20,487 basehttp 58616 6144536576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:15:20,491 basehttp 58616 6161362944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 18:15:42,877 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:15:54,348 basehttp 58616 6161362944 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41649 INFO 2025-09-29 18:15:54,396 basehttp 58616 6144536576 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11923 INFO 2025-09-29 18:15:54,401 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:16:19,467 basehttp 58616 6161362944 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41649 INFO 2025-09-29 18:16:19,519 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:16:19,525 basehttp 58616 6144536576 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11931 INFO 2025-09-29 18:16:20,500 basehttp 58616 6161362944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:16:20,506 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:16:20,512 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:17:19,505 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:17:19,958 basehttp 58616 6161362944 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41649 INFO 2025-09-29 18:17:20,001 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:17:20,012 basehttp 58616 6144536576 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 12137 INFO 2025-09-29 18:17:20,501 basehttp 58616 6161362944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:17:20,503 basehttp 58616 6144536576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 18:17:42,033 basehttp 58616 6144536576 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41649 INFO 2025-09-29 18:17:42,086 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:17:42,089 basehttp 58616 6161362944 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 12129 INFO 2025-09-29 18:18:00,828 basehttp 58616 6161362944 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41649 INFO 2025-09-29 18:18:00,879 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:18:00,884 basehttp 58616 6144536576 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11983 INFO 2025-09-29 18:18:20,502 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:18:20,505 basehttp 58616 6161362944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:18:20,513 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:18:24,022 basehttp 58616 6127710208 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41649 INFO 2025-09-29 18:18:24,060 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:18:24,067 basehttp 58616 6161362944 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11965 INFO 2025-09-29 18:19:20,492 basehttp 58616 6161362944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 18:19:20,494 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:19:20,531 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:19:20,533 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:19:21,332 basehttp 58616 6127710208 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41649 INFO 2025-09-29 18:19:21,393 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:19:21,399 basehttp 58616 6161362944 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 12141 INFO 2025-09-29 18:19:38,366 basehttp 58616 6161362944 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41649 INFO 2025-09-29 18:19:38,410 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:19:38,419 basehttp 58616 6127710208 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 12149 INFO 2025-09-29 18:20:00,966 basehttp 58616 6127710208 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41649 INFO 2025-09-29 18:20:01,018 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:20:01,022 basehttp 58616 6161362944 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11933 INFO 2025-09-29 18:20:20,492 basehttp 58616 6161362944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:20:43,545 basehttp 58616 6161362944 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41649 INFO 2025-09-29 18:20:43,602 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:20:43,604 basehttp 58616 6127710208 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11801 INFO 2025-09-29 18:21:20,502 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:21:20,504 basehttp 58616 6161362944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 18:21:20,506 basehttp 58616 6144536576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:21:20,511 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:21:23,269 basehttp 58616 13170143232 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41649 INFO 2025-09-29 18:21:23,333 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:21:23,337 basehttp 58616 6144536576 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11823 INFO 2025-09-29 18:22:20,514 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:22:20,515 basehttp 58616 6161362944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 18:22:20,516 basehttp 58616 6144536576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:22:20,521 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:22:23,315 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:22:55,788 basehttp 58616 6127710208 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41649 INFO 2025-09-29 18:22:55,839 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:22:55,842 basehttp 58616 6144536576 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11823 INFO 2025-09-29 18:23:20,491 basehttp 58616 6144536576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:23:55,845 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:24:20,516 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:24:20,517 basehttp 58616 6144536576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 18:24:20,518 basehttp 58616 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:24:20,524 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:25:14,047 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:25:20,511 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:25:20,511 basehttp 58616 6144536576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:25:20,511 basehttp 58616 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 18:26:14,042 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:26:20,512 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:26:20,515 basehttp 58616 6127710208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 18:26:20,516 basehttp 58616 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:27:10,601 basehttp 58616 13170143232 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 97411 INFO 2025-09-29 18:27:10,643 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:27:16,759 basehttp 58616 13170143232 "GET /en/appointments/12/requests/create/ HTTP/1.1" 200 53940 INFO 2025-09-29 18:27:16,796 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:27:20,500 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:27:20,502 basehttp 58616 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:27:24,060 basehttp 58616 13170143232 "GET /en/appointments/requests/2117/detail/ HTTP/1.1" 200 26770 INFO 2025-09-29 18:27:24,091 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:28:20,515 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:28:20,516 basehttp 58616 6127710208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 18:28:20,517 basehttp 58616 6144536576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:28:20,523 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:29:20,521 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:29:20,521 basehttp 58616 6161362944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 18:29:20,523 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:29:22,497 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:31:30,517 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:31:30,517 basehttp 58616 6144536576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 18:31:31,504 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:34:06,219 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 18:34:06,220 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 18:34:27,872 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 19:42:47,796 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 19:42:47,797 basehttp 58616 6144536576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 19:42:49,788 basehttp 58616 6144536576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:02:43,031 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:02:43,032 basehttp 58616 6144536576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 20:02:43,034 basehttp 58616 6161362944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:02:43,038 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:05:00,293 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:05:29,280 basehttp 58616 6161362944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 20:05:29,280 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:05:31,269 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:05:36,391 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:05:38,375 basehttp 58616 6127710208 "GET /en/emr/ HTTP/1.1" 200 64610 INFO 2025-09-29 20:05:38,445 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:05:38,521 basehttp 58616 6161362944 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-09-29 20:05:55,271 basehttp 58616 6161362944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:06:38,452 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:06:55,294 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:06:55,297 basehttp 58616 6127710208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 20:06:55,297 basehttp 58616 6144536576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:06:55,304 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:06:58,462 basehttp 58616 13170143232 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 97411 INFO 2025-09-29 20:06:58,504 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:07:14,115 basehttp 58616 13170143232 "GET /en/appointments/requests/2083/detail/ HTTP/1.1" 200 26774 INFO 2025-09-29 20:07:14,152 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:07:55,286 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:07:55,288 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:08:14,159 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:08:55,294 basehttp 58616 6144536576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 20:08:55,295 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:08:55,296 basehttp 58616 6161362944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:09:14,173 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:09:53,395 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:09:55,449 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:09:55,450 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:10:03,784 basehttp 58616 6127710208 "GET /en/laboratory/orders/706/ HTTP/1.1" 200 36208 INFO 2025-09-29 20:10:03,822 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:10:14,016 basehttp 58616 6127710208 "GET /en/laboratory/orders/706/ HTTP/1.1" 200 36208 INFO 2025-09-29 20:10:14,053 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:10:22,035 basehttp 58616 6127710208 "GET /en/laboratory/orders/706/ HTTP/1.1" 200 36208 INFO 2025-09-29 20:10:22,066 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:10:55,461 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:10:55,463 basehttp 58616 6144536576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 20:10:55,465 basehttp 58616 6161362944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:10:55,471 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:11:22,083 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:11:55,451 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:11:55,452 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:12:22,088 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:12:55,445 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:12:55,445 basehttp 58616 6127710208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 20:12:55,447 basehttp 58616 6144536576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:13:22,079 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:13:34,184 basehttp 58616 6127710208 "GET /en/laboratory/orders/706/ HTTP/1.1" 200 36208 INFO 2025-09-29 20:13:34,214 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:13:55,443 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:13:55,449 basehttp 58616 6161362944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 20:13:55,451 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:13:55,451 basehttp 58616 6144536576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:14:34,231 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:14:37,414 basehttp 58616 6127710208 "GET /en/laboratory/orders/706/ HTTP/1.1" 200 36208 INFO 2025-09-29 20:14:37,442 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:14:55,462 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:14:55,463 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:14:55,464 basehttp 58616 6161362944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 20:15:37,549 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:15:55,523 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:15:55,525 basehttp 58616 6144536576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:16:29,823 basehttp 58616 6144536576 "GET /en/laboratory/orders/706/ HTTP/1.1" 200 35733 INFO 2025-09-29 20:16:29,859 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:16:31,345 basehttp 58616 6144536576 "GET /en/laboratory/orders/706/ HTTP/1.1" 200 35733 INFO 2025-09-29 20:16:31,382 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:16:55,546 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:16:55,554 basehttp 58616 6127710208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 20:16:55,558 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:16:55,558 basehttp 58616 6161362944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:17:31,395 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:17:55,530 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:17:55,531 basehttp 58616 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:18:31,391 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:18:52,850 basehttp 58616 13170143232 "GET /en/laboratory/orders/706/ HTTP/1.1" 200 35733 INFO 2025-09-29 20:18:52,881 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:18:55,398 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:18:55,546 basehttp 58616 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:18:55,547 basehttp 58616 6161362944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 20:18:55,549 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:19:03,606 basehttp 58616 6127710208 "GET /en/laboratory/orders/541/ HTTP/1.1" 200 39776 INFO 2025-09-29 20:19:03,642 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:19:55,548 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:19:55,548 basehttp 58616 6161362944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 20:19:55,550 basehttp 58616 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:19:55,555 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:20:03,657 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:20:55,539 basehttp 58616 6161362944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:21:03,661 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:21:55,566 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:21:55,566 basehttp 58616 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 20:21:55,567 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:21:55,575 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:22:03,666 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:22:55,548 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:22:55,548 basehttp 58616 6161362944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 20:22:55,549 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:23:03,669 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:23:55,553 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:23:55,555 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:23:55,561 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:24:03,670 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:25:13,334 basehttp 58616 6127710208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 20:25:13,334 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:25:13,335 basehttp 58616 6144536576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:25:22,307 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:26:13,319 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:26:13,322 basehttp 58616 6127710208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 20:26:13,323 basehttp 58616 6144536576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:26:24,305 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:27:13,330 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:27:13,331 basehttp 58616 6161362944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 20:27:13,333 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:27:13,338 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:29:34,213 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:29:34,215 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:29:34,223 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:29:34,231 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:30:34,213 basehttp 58616 6144536576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 20:30:34,215 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:30:35,202 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:31:34,224 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:31:34,225 basehttp 58616 6161362944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 20:31:34,226 basehttp 58616 6144536576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:31:34,231 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:36:29,066 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:36:29,761 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:36:29,765 basehttp 58616 6161362944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 20:36:29,768 basehttp 58616 6144536576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:36:29,772 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:37:06,656 basehttp 58616 6127710208 "GET /en/laboratory/orders/541/ HTTP/1.1" 200 39784 INFO 2025-09-29 20:37:06,700 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:37:29,725 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:37:43,842 basehttp 58616 6127710208 "GET /en/laboratory/orders/541/ HTTP/1.1" 200 39880 INFO 2025-09-29 20:37:43,875 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:38:29,759 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:38:29,760 basehttp 58616 6144536576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 20:38:29,763 basehttp 58616 6161362944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:38:29,768 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:38:37,958 basehttp 58616 6127710208 "GET /en/laboratory/orders/541/ HTTP/1.1" 200 39799 INFO 2025-09-29 20:38:37,998 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:39:03,496 basehttp 58616 6127710208 "GET /en/laboratory/results/create/?order=541 HTTP/1.1" 200 269713 INFO 2025-09-29 20:39:03,540 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:39:23,464 basehttp 58616 6127710208 "GET /en/laboratory/results/617/ HTTP/1.1" 200 34490 INFO 2025-09-29 20:39:23,496 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:39:29,746 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:39:29,749 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:39:38,012 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:40:27,971 basehttp 58616 6127710208 "GET /en/laboratory/orders/541/ HTTP/1.1" 200 39799 INFO 2025-09-29 20:40:27,998 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:40:29,767 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:40:29,768 basehttp 58616 6161362944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 20:40:29,769 basehttp 58616 6144536576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:41:09,600 basehttp 58616 6127710208 "GET /en/laboratory/orders/541/ HTTP/1.1" 200 39830 INFO 2025-09-29 20:41:09,631 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-29 20:41:11,723 log 58616 6127710208 Internal Server Error: /en/laboratory/tests/11/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/laboratory/tests/(?P[0-9]+)/\\Z'] ERROR 2025-09-29 20:41:11,724 basehttp 58616 6127710208 "GET /en/laboratory/tests/11/delete/ HTTP/1.1" 500 169687 INFO 2025-09-29 20:41:29,784 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:41:29,787 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:41:53,867 basehttp 58616 6127710208 "GET /en/laboratory/orders/541/ HTTP/1.1" 200 39807 INFO 2025-09-29 20:41:53,895 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:42:02,518 basehttp 58616 6127710208 "GET /en/laboratory/orders/541/ HTTP/1.1" 200 39820 INFO 2025-09-29 20:42:02,549 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:42:29,781 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:42:29,782 basehttp 58616 6144536576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 20:42:29,783 basehttp 58616 6161362944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:42:32,062 basehttp 58616 6161362944 "GET /en/laboratory/orders/541/ HTTP/1.1" 200 39827 INFO 2025-09-29 20:42:32,090 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:43:07,096 basehttp 58616 6161362944 "GET /en/laboratory/orders/541/ HTTP/1.1" 200 39822 INFO 2025-09-29 20:43:07,126 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:43:29,794 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:43:29,797 basehttp 58616 6144536576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 20:43:29,798 basehttp 58616 6161362944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:43:29,803 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:44:08,195 basehttp 58616 6127710208 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 97291 INFO 2025-09-29 20:44:08,227 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:44:26,318 basehttp 58616 6127710208 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 97291 INFO 2025-09-29 20:44:26,352 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:44:29,779 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:44:29,780 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:44:30,102 basehttp 58616 6127710208 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 97291 INFO 2025-09-29 20:44:30,139 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:45:29,796 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:45:29,797 basehttp 58616 6161362944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 20:45:29,798 basehttp 58616 6144536576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:45:30,154 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:45:40,140 basehttp 58616 6144536576 "GET /en/laboratory/orders/create/?patient=12&encounter=2141 HTTP/1.1" 200 40097 INFO 2025-09-29 20:45:40,178 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:46:29,788 basehttp 58616 6127710208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 20:46:29,788 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:46:29,791 basehttp 58616 6161362944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:46:29,797 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:46:40,193 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:47:29,785 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:47:29,787 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:47:40,196 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:48:29,801 basehttp 58616 6161362944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 20:48:29,802 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:48:29,803 basehttp 58616 6144536576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:48:40,200 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:49:29,793 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:49:29,793 basehttp 58616 6161362944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 20:49:29,795 basehttp 58616 6144536576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:49:29,800 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:49:40,193 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:50:29,779 basehttp 58616 6144536576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:50:29,780 basehttp 58616 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:50:40,194 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:51:29,806 basehttp 58616 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:51:29,807 basehttp 58616 6144536576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 20:51:29,808 basehttp 58616 6161362944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 20:51:40,208 basehttp 58616 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 20:52:01,679 autoreload 58616 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/forms.py changed, reloading. INFO 2025-09-29 20:52:02,275 autoreload 487 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 21:30:20,213 autoreload 19615 8602788160 Watching for file changes with StatReloader INFO 2025-09-29 21:30:23,074 basehttp 19615 6162264064 "GET /en/laboratory/orders/create/?patient=12&encounter=2141 HTTP/1.1" 200 34214 INFO 2025-09-29 21:30:23,127 basehttp 19615 6162264064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:30:28,767 basehttp 19615 6162264064 "GET /en/laboratory/orders/706/ HTTP/1.1" 200 35794 INFO 2025-09-29 21:30:28,804 basehttp 19615 6162264064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:30:29,740 basehttp 19615 6162264064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 21:30:29,747 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:30:29,748 basehttp 19615 6195916800 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 21:30:34,896 basehttp 19615 6195916800 "GET /en/laboratory/orders HTTP/1.1" 301 0 INFO 2025-09-29 21:30:34,941 basehttp 19615 6179090432 "GET /en/laboratory/orders/ HTTP/1.1" 200 94330 INFO 2025-09-29 21:30:34,963 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:30:43,153 basehttp 19615 6179090432 "GET /en/laboratory/ HTTP/1.1" 200 51269 INFO 2025-09-29 21:30:43,207 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:30:43,211 basehttp 19615 6162264064 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 200 4309 INFO 2025-09-29 21:30:50,478 basehttp 19615 6162264064 "GET /en/laboratory/orders/723/ HTTP/1.1" 200 36831 INFO 2025-09-29 21:30:50,514 basehttp 19615 6162264064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:30:55,630 basehttp 19615 6162264064 "GET /en/laboratory/tests/ HTTP/1.1" 200 88583 INFO 2025-09-29 21:30:55,666 basehttp 19615 6162264064 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-29 21:30:55,672 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:31:02,440 basehttp 19615 6179090432 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 52994 INFO 2025-09-29 21:31:02,475 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:31:21,950 basehttp 19615 6179090432 "GET /en/laboratory/tests/4/update/ HTTP/1.1" 200 46142 INFO 2025-09-29 21:31:21,987 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:31:29,731 basehttp 19615 6162264064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:31:29,734 basehttp 19615 6195916800 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 21:31:29,736 basehttp 19615 6179090432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 21:31:29,742 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:31:41,598 basehttp 19615 6212743168 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 200 4309 INFO 2025-09-29 21:31:43,210 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:31:43,930 basehttp 19615 6212743168 "GET /en/laboratory/specimens/ HTTP/1.1" 200 137467 INFO 2025-09-29 21:31:43,976 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:32:14,014 basehttp 19615 6212743168 "GET /en/laboratory/specimens/ HTTP/1.1" 200 137467 INFO 2025-09-29 21:32:14,055 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:32:29,738 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:32:29,739 basehttp 19615 6212743168 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 21:32:44,087 basehttp 19615 6179090432 "GET /en/laboratory/specimens/ HTTP/1.1" 200 137467 INFO 2025-09-29 21:32:44,128 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:32:48,977 basehttp 19615 6212743168 "GET /en/laboratory/api/check-critical-results/ HTTP/1.1" 200 38 INFO 2025-09-29 21:32:48,978 basehttp 19615 6195916800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:32:48,982 basehttp 19615 6179090432 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 200 4309 INFO 2025-09-29 21:32:51,299 basehttp 19615 6179090432 "GET /en/laboratory/quality-control/ HTTP/1.1" 200 32554 INFO 2025-09-29 21:32:51,332 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:32:59,338 basehttp 19615 6179090432 "GET /en/laboratory/reference-ranges/ HTTP/1.1" 200 132640 INFO 2025-09-29 21:32:59,376 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:33:07,237 basehttp 19615 6179090432 "GET /en/laboratory/reference-ranges/26/ HTTP/1.1" 200 25734 INFO 2025-09-29 21:33:07,273 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:33:29,750 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:33:29,752 basehttp 19615 6195916800 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 21:33:29,753 basehttp 19615 6212743168 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 21:34:16,822 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:34:29,726 basehttp 19615 6195916800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:34:29,728 basehttp 19615 6212743168 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 21:34:29,733 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:35:16,817 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:35:29,755 basehttp 19615 6179090432 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 21:35:29,755 basehttp 19615 6195916800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:35:29,757 basehttp 19615 6212743168 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 21:36:16,830 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:36:29,759 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:36:29,759 basehttp 19615 6179090432 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 21:36:29,762 basehttp 19615 6195916800 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 21:37:16,833 basehttp 19615 6195916800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:37:29,729 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:37:29,730 basehttp 19615 6195916800 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 21:37:29,736 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-29 21:38:16,829 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:38:29,753 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:38:29,754 basehttp 19615 6212743168 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 21:38:29,756 basehttp 19615 6195916800 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 21:38:29,762 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:39:16,840 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:39:29,742 basehttp 19615 6195916800 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 21:39:29,743 basehttp 19615 6212743168 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 21:40:16,844 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:40:29,744 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:40:29,745 basehttp 19615 6195916800 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 21:40:29,753 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:41:16,779 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:41:29,673 basehttp 19615 6179090432 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 21:41:29,674 basehttp 19615 6195916800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:41:29,676 basehttp 19615 6212743168 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 21:41:29,681 basehttp 19615 6195916800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:42:16,773 basehttp 19615 6195916800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:42:29,685 basehttp 19615 6212743168 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 21:42:29,685 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:42:29,687 basehttp 19615 6195916800 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 21:43:16,786 basehttp 19615 6195916800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:43:29,675 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:43:29,675 basehttp 19615 6195916800 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 21:44:17,660 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:44:29,685 basehttp 19615 6195916800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:44:29,686 basehttp 19615 6179090432 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 21:44:29,686 basehttp 19615 6212743168 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 21:45:19,657 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:45:29,668 basehttp 19615 6195916800 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 21:45:29,670 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:45:29,670 basehttp 19615 6212743168 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 21:45:29,676 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:46:29,669 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:46:29,672 basehttp 19615 6179090432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 21:46:29,679 basehttp 19615 6195916800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:47:29,685 basehttp 19615 6195916800 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 21:47:29,686 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:47:29,688 basehttp 19615 6212743168 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 21:47:29,694 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:47:29,700 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:48:29,683 basehttp 19615 6195916800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:48:29,683 basehttp 19615 6179090432 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 21:48:29,684 basehttp 19615 6212743168 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 21:49:29,679 basehttp 19615 6162264064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:49:29,682 basehttp 19615 6195916800 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 21:49:29,684 basehttp 19615 6179090432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 21:49:29,690 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:49:29,697 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:50:29,670 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:50:29,671 basehttp 19615 6179090432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 21:50:29,679 basehttp 19615 6195916800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:51:29,679 basehttp 19615 6195916800 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 21:51:29,681 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:51:29,682 basehttp 19615 6179090432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 21:52:29,682 basehttp 19615 6195916800 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 21:52:29,682 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:52:29,685 basehttp 19615 6179090432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 21:52:29,690 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:52:29,697 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:53:29,668 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:53:29,669 basehttp 19615 6179090432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 21:54:29,681 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:54:29,682 basehttp 19615 6179090432 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 21:54:29,685 basehttp 19615 6195916800 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 21:54:29,691 basehttp 19615 6162264064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:55:29,679 basehttp 19615 6212743168 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 21:55:29,679 basehttp 19615 6195916800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:55:29,682 basehttp 19615 6162264064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 21:55:29,687 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:55:29,694 basehttp 19615 6162264064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:56:29,662 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:56:29,663 basehttp 19615 6162264064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 21:57:29,676 basehttp 19615 6162264064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 21:57:29,677 basehttp 19615 6195916800 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 21:57:29,677 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:57:29,685 basehttp 19615 6195916800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:58:29,675 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:58:29,675 basehttp 19615 6162264064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 21:58:29,677 basehttp 19615 6195916800 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 21:58:29,683 basehttp 19615 6162264064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:58:29,689 basehttp 19615 6195916800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:59:29,662 basehttp 19615 6162264064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 21:59:29,663 basehttp 19615 6195916800 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:00:29,674 basehttp 19615 6195916800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:00:29,674 basehttp 19615 6162264064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 22:00:29,675 basehttp 19615 6212743168 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:00:29,684 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:01:29,674 basehttp 19615 6195916800 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 22:01:29,675 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:01:29,677 basehttp 19615 6212743168 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:01:29,682 basehttp 19615 6162264064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:01:29,689 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:02:29,659 basehttp 19615 6162264064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:02:29,660 basehttp 19615 6212743168 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:03:29,672 basehttp 19615 6212743168 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 22:03:29,672 basehttp 19615 6162264064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:03:29,674 basehttp 19615 6195916800 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:03:29,680 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:03:29,687 basehttp 19615 6195916800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:04:29,660 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:04:29,661 basehttp 19615 6195916800 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:05:29,664 basehttp 19615 6212743168 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 22:05:29,667 basehttp 19615 6195916800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:05:29,669 basehttp 19615 6162264064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:05:29,675 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:06:29,669 basehttp 19615 6162264064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:06:29,669 basehttp 19615 6195916800 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 22:06:29,671 basehttp 19615 6212743168 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:06:29,677 basehttp 19615 6162264064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:06:29,683 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:07:29,645 basehttp 19615 6212743168 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:08:29,667 basehttp 19615 6162264064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 22:08:29,668 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:08:29,670 basehttp 19615 6195916800 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:08:29,676 basehttp 19615 6162264064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:08:29,683 basehttp 19615 6195916800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:09:29,652 basehttp 19615 6212743168 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 22:09:29,652 basehttp 19615 6162264064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:09:29,653 basehttp 19615 6195916800 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:09:29,659 basehttp 19615 6195916800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:09:29,665 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:10:29,655 basehttp 19615 6195916800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:10:29,656 basehttp 19615 6212743168 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:11:29,668 basehttp 19615 6195916800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:11:29,669 basehttp 19615 6212743168 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 22:11:29,671 basehttp 19615 6162264064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:11:29,676 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:12:29,722 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:12:29,728 basehttp 19615 6195916800 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 22:12:29,730 basehttp 19615 6162264064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:12:29,731 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:12:29,738 basehttp 19615 6162264064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:13:29,718 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:13:29,720 basehttp 19615 6162264064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:14:29,730 basehttp 19615 6162264064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:14:29,732 basehttp 19615 6212743168 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 22:14:29,734 basehttp 19615 6195916800 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:14:29,739 basehttp 19615 6162264064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:14:29,746 basehttp 19615 6195916800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:15:29,721 basehttp 19615 6162264064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:15:29,722 basehttp 19615 6195916800 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:16:29,732 basehttp 19615 6195916800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:16:29,732 basehttp 19615 6162264064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 22:16:29,735 basehttp 19615 6212743168 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:16:29,741 basehttp 19615 6162264064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:17:29,717 basehttp 19615 6162264064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:17:29,719 basehttp 19615 6195916800 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 22:17:29,721 basehttp 19615 6212743168 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:17:29,726 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:17:29,732 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:18:29,733 basehttp 19615 6195916800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:18:29,733 basehttp 19615 6179090432 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 22:18:29,734 basehttp 19615 6212743168 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:18:29,742 basehttp 19615 6212743168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:19:29,734 basehttp 19615 6162264064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:19:29,735 basehttp 19615 6195916800 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 22:19:29,737 basehttp 19615 6179090432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:20:29,721 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:20:29,723 basehttp 19615 6195916800 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:20:29,730 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:20:29,738 basehttp 19615 6195916800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:21:29,733 basehttp 19615 6195916800 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 22:21:29,733 basehttp 19615 6162264064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:21:29,736 basehttp 19615 6179090432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:22:29,701 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:22:29,703 basehttp 19615 6162264064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:22:29,707 basehttp 19615 6179090432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:30:31,376 autoreload 2818 8313250112 Watching for file changes with StatReloader INFO 2025-09-29 22:30:35,892 basehttp 2818 6162477056 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 97291 INFO 2025-09-29 22:30:35,933 basehttp 2818 6162477056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-29 22:30:35,937 log 2818 6162477056 Not Found: /favicon.ico WARNING 2025-09-29 22:30:35,937 basehttp 2818 6162477056 "GET /favicon.ico HTTP/1.1" 404 2557 WARNING 2025-09-29 22:30:37,476 log 2818 6162477056 Not Found: /favicon.ico WARNING 2025-09-29 22:30:37,476 basehttp 2818 6162477056 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-29 22:30:57,275 basehttp 2818 6162477056 "GET /en/emr/icd10/ HTTP/1.1" 200 19486 INFO 2025-09-29 22:30:57,331 basehttp 2818 6162477056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:30:59,603 basehttp 2818 6162477056 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 171633 INFO 2025-09-29 22:30:59,616 basehttp 2818 6162477056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-29 22:31:04,568 basehttp 2818 6162477056 "GET /en/admin/radiology/dicomimage/ HTTP/1.1" 200 173832 INFO 2025-09-29 22:31:04,583 basehttp 2818 6196129792 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-29 22:31:04,583 basehttp 2818 6179303424 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-09-29 22:31:04,584 basehttp 2818 6162477056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-29 22:31:06,255 basehttp 2818 6162477056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:31:10,028 basehttp 2818 6162477056 "GET /en/admin/radiology/dicomimage/25978/change/ HTTP/1.1" 200 140593 INFO 2025-09-29 22:31:10,040 basehttp 2818 6162477056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-29 22:31:36,161 basehttp 2818 6162477056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:31:36,163 basehttp 2818 6179303424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 22:31:36,171 basehttp 2818 6196129792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:31:37,152 basehttp 2818 6196129792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:31:58,148 basehttp 2818 6196129792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:32:08,148 basehttp 2818 6196129792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:32:37,159 basehttp 2818 6196129792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:32:37,160 basehttp 2818 6179303424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 22:32:37,168 basehttp 2818 6179303424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:32:38,147 basehttp 2818 6179303424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:32:59,138 basehttp 2818 6179303424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:33:09,149 basehttp 2818 6179303424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:33:38,161 basehttp 2818 6196129792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 22:33:38,161 basehttp 2818 6179303424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:33:38,169 basehttp 2818 6196129792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:33:39,151 basehttp 2818 6196129792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:34:00,148 basehttp 2818 6196129792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:34:39,161 basehttp 2818 6196129792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:34:39,161 basehttp 2818 6179303424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 22:34:39,170 basehttp 2818 6162477056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:34:51,143 basehttp 2818 6162477056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:35:01,144 basehttp 2818 6162477056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:35:40,145 basehttp 2818 6162477056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-29 22:35:40,146 basehttp 2818 6196129792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 22:35:40,153 basehttp 2818 6179303424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-29 22:43:03,222 misc 15131 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-09-29 22:43:03,222 misc 15131 8313250112 A value of type 'UUID' cannot be assigned to a tag with VR LO. WARNING 2025-09-29 22:43:03,223 misc 15131 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-09-29 22:43:24,585 misc 15731 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-09-29 22:43:24,585 misc 15731 8313250112 A value of type 'UUID' cannot be assigned to a tag with VR LO. WARNING 2025-09-29 22:43:24,585 misc 15731 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-09-29 22:43:48,583 misc 15962 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-09-29 22:43:48,584 misc 15962 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-09-29 22:43:48,587 misc 15962 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-09-29 22:43:48,587 misc 15962 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-09-29 22:43:48,590 misc 15962 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-09-29 22:43:48,590 misc 15962 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-09-29 22:43:48,593 misc 15962 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-09-29 22:43:48,593 misc 15962 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-09-29 22:43:48,596 misc 15962 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-09-29 22:43:48,596 misc 15962 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. INFO 2025-09-29 22:49:19,501 autoreload 19385 8313250112 Watching for file changes with StatReloader INFO 2025-09-29 22:49:51,126 basehttp 19385 6140489728 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:50:31,271 autoreload 20312 8313250112 Watching for file changes with StatReloader INFO 2025-09-29 22:50:37,358 basehttp 19385 6140489728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:50:38,240 basehttp 19385 6140489728 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 97291 INFO 2025-09-29 22:50:38,297 basehttp 19385 6140489728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:50:45,292 basehttp 19385 6140489728 "GET /en/radiology/studies/192/ HTTP/1.1" 200 33612 INFO 2025-09-29 22:50:45,333 basehttp 19385 6140489728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-29 22:50:49,120 log 19385 6140489728 Internal Server Error: /en/radiology/series/553/ Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/series/\\Z'] ERROR 2025-09-29 22:50:49,121 basehttp 19385 6140489728 "GET /en/radiology/series/553/ HTTP/1.1" 500 190218 INFO 2025-09-29 22:50:51,110 basehttp 19385 6140489728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:50:51,158 basehttp 20312 6179680256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:50:51,177 basehttp 20312 6162853888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 22:50:51,185 basehttp 20312 6196506624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:51:06,220 basehttp 20312 6196506624 "GET /en/admin/radiology/dicomimage/ HTTP/1.1" 200 173832 INFO 2025-09-29 22:51:06,236 basehttp 20312 6196506624 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-29 22:51:11,134 basehttp 20312 6196506624 "GET /en/admin/radiology/dicomimage/?p=265 HTTP/1.1" 200 136747 INFO 2025-09-29 22:51:11,149 basehttp 20312 6196506624 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-29 22:51:18,178 basehttp 20312 6196506624 "GET /en/admin/radiology/dicomimage/582/change/?_changelist_filters=p%3D265 HTTP/1.1" 200 140862 INFO 2025-09-29 22:51:18,194 basehttp 20312 6196506624 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-29 22:51:22,614 basehttp 20312 6196506624 "GET /en/admin/radiology/dicomimage/?p=265 HTTP/1.1" 200 136747 INFO 2025-09-29 22:51:23,630 basehttp 20312 6196506624 "GET /en/admin/radiology/dicomimage/ HTTP/1.1" 200 173832 INFO 2025-09-29 22:51:24,535 basehttp 20312 6196506624 "GET /en/admin/radiology/dicomimage/25978/change/ HTTP/1.1" 200 140764 WARNING 2025-09-29 22:51:37,341 log 20312 6196506624 Not Found: /en/radiology/dicom WARNING 2025-09-29 22:51:37,341 basehttp 20312 6196506624 "GET /en/radiology/dicom HTTP/1.1" 404 39080 INFO 2025-09-29 22:51:51,121 basehttp 20312 6162853888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:51:51,124 basehttp 20312 6196506624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:51:52,111 basehttp 20312 6196506624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:51:59,764 basehttp 20312 6196506624 "GET /en/radiology/images/ HTTP/1.1" 200 48860 INFO 2025-09-29 22:51:59,806 basehttp 20312 6196506624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:52:07,474 basehttp 20312 6196506624 "GET /en/radiology/images/?page=2 HTTP/1.1" 200 49186 INFO 2025-09-29 22:52:07,505 basehttp 20312 6196506624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:52:51,124 basehttp 20312 6179680256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:52:51,124 basehttp 20312 6162853888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:52:51,125 basehttp 20312 6196506624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 22:52:54,114 basehttp 20312 6196506624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:53:07,510 basehttp 20312 6196506624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:53:51,346 basehttp 20312 6162853888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 22:53:51,346 basehttp 20312 6179680256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:53:51,348 basehttp 20312 6196506624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:54:07,512 basehttp 20312 6196506624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:54:51,143 basehttp 20312 6196506624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:54:51,146 basehttp 20312 6179680256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:55:07,523 basehttp 20312 6179680256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-29 22:55:33,083 log 20312 6179680256 Internal Server Error: /en/radiology/images/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1265, in get_related_selections next_klass_infos = self.get_related_selections( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1265, in get_related_selections next_klass_infos = self.get_related_selections( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-09-29 22:55:33,089 basehttp 20312 6179680256 "GET /en/radiology/images/?page=2 HTTP/1.1" 500 245509 INFO 2025-09-29 22:55:51,130 basehttp 20312 6196506624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:55:51,131 basehttp 20312 6179680256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 22:55:51,132 basehttp 20312 6162853888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:56:29,870 autoreload 19385 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-09-29 22:56:29,894 autoreload 20312 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-09-29 22:56:30,543 autoreload 24912 8313250112 Watching for file changes with StatReloader INFO 2025-09-29 22:56:30,598 autoreload 24913 8313250112 Watching for file changes with StatReloader INFO 2025-09-29 22:56:33,307 basehttp 24913 6125350912 "GET /en/radiology/images/?page=2 HTTP/1.1" 200 272459 INFO 2025-09-29 22:56:33,362 basehttp 24913 6125350912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:56:38,642 basehttp 24913 6125350912 "GET /en/radiology/viewer/series/51/ HTTP/1.1" 200 21017 WARNING 2025-09-29 22:56:38,661 log 24913 6125350912 Not Found: /en/radiology/files/preview/a03f007a-a5e6-4140-9d77-e390b098be7b/ WARNING 2025-09-29 22:56:38,661 basehttp 24913 6125350912 "GET /en/radiology/files/preview/a03f007a-a5e6-4140-9d77-e390b098be7b/ HTTP/1.1" 404 31666 INFO 2025-09-29 22:56:38,674 basehttp 24913 6125350912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:56:48,880 basehttp 24913 6125350912 "GET /en/radiology/studies/18/ HTTP/1.1" 200 31702 INFO 2025-09-29 22:56:48,912 basehttp 24913 6125350912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:56:51,114 basehttp 24913 6125350912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:56:51,117 basehttp 24913 6142177280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:56:54,199 basehttp 24913 6142177280 "GET /en/radiology/viewer/image/2228/ HTTP/1.1" 200 25116 INFO 2025-09-29 22:56:54,247 basehttp 24913 6142177280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:57:34,120 basehttp 24913 6142177280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:57:51,125 basehttp 24913 6125350912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:57:51,127 basehttp 24913 6142177280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 22:57:51,127 basehttp 24913 6159003648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:57:51,133 basehttp 24913 6125350912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:57:54,235 basehttp 24913 6125350912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:58:35,117 basehttp 24913 6125350912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:58:51,142 basehttp 24912 6165704704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 22:58:51,142 basehttp 24912 6148878336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:58:51,200 basehttp 24912 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:58:51,205 basehttp 24912 6148878336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:58:54,234 basehttp 24912 6148878336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:59:36,117 basehttp 24912 6148878336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:59:51,179 basehttp 24912 6148878336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 22:59:51,180 basehttp 24912 6165704704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 22:59:54,303 basehttp 24912 6165704704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-29 23:00:04,297 misc 27874 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-09-29 23:00:04,298 misc 27874 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-09-29 23:00:05,568 misc 27874 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-09-29 23:00:05,569 misc 27874 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. INFO 2025-09-29 23:00:37,173 basehttp 24912 6165704704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:00:44,981 autoreload 28880 8313250112 Watching for file changes with StatReloader INFO 2025-09-29 23:00:48,000 basehttp 24912 6165704704 "GET /en/radiology/viewer/image/2228/ HTTP/1.1" 200 25116 INFO 2025-09-29 23:00:48,042 basehttp 24912 6165704704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:00:50,393 basehttp 24912 6165704704 "GET /en/radiology/viewer/series/51/ HTTP/1.1" 200 21017 WARNING 2025-09-29 23:00:50,413 log 24912 6165704704 Not Found: /en/radiology/files/preview/a03f007a-a5e6-4140-9d77-e390b098be7b/ WARNING 2025-09-29 23:00:50,413 basehttp 24912 6165704704 "GET /en/radiology/files/preview/a03f007a-a5e6-4140-9d77-e390b098be7b/ HTTP/1.1" 404 31666 INFO 2025-09-29 23:00:50,430 basehttp 24912 6165704704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:00:51,288 basehttp 24912 6148878336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:00:51,288 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:00:51,289 basehttp 24912 6165704704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:00:51,296 basehttp 24912 6148878336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-29 23:00:56,081 log 24912 6148878336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 23:00:56,081 basehttp 24912 6148878336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 23:00:56,104 basehttp 24912 6148878336 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-29 23:01:06,898 log 24912 6165704704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 23:01:06,898 basehttp 24912 6165704704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 23:01:06,972 basehttp 24912 6165704704 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 23:01:18,785 basehttp 28880 6158757888 "GET /en/radiology/images/?modality=DX HTTP/1.1" 200 272056 INFO 2025-09-29 23:01:18,838 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:01:51,175 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:02:01,510 basehttp 28880 6158757888 "GET /en/radiology/images/?modality=DX HTTP/1.1" 200 283347 INFO 2025-09-29 23:02:01,561 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:02:03,837 basehttp 28880 6158757888 "GET /en/radiology/images/?page=2 HTTP/1.1" 200 283855 INFO 2025-09-29 23:02:03,883 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:02:12,374 basehttp 28880 6158757888 "GET /en/radiology/viewer/series/51/ HTTP/1.1" 200 21017 WARNING 2025-09-29 23:02:12,389 log 28880 6158757888 Not Found: /en/radiology/files/preview/a03f007a-a5e6-4140-9d77-e390b098be7b/ WARNING 2025-09-29 23:02:12,389 basehttp 28880 6158757888 "GET /en/radiology/files/preview/a03f007a-a5e6-4140-9d77-e390b098be7b/ HTTP/1.1" 404 31666 INFO 2025-09-29 23:02:12,402 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:02:17,808 basehttp 28880 6158757888 "GET /en/radiology/viewer/image/2228/ HTTP/1.1" 200 25116 INFO 2025-09-29 23:02:17,845 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:02:51,200 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:02:51,206 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:02:51,207 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:02:51,211 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:03:04,173 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:03:17,844 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:03:51,211 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:03:51,213 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:03:51,213 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:03:51,221 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:04:05,180 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:04:17,841 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:04:44,232 basehttp 28880 6175584256 "GET /en/radiology/viewer/image/2228/ HTTP/1.1" 200 25116 INFO 2025-09-29 23:04:44,260 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-29 23:04:51,024 log 28880 6175584256 Not Found: /en/radiology/files/image/a03f007a-a5e6-4140-9d77-e390b098be7b/ WARNING 2025-09-29 23:04:51,024 basehttp 28880 6175584256 "GET /en/radiology/files/image/a03f007a-a5e6-4140-9d77-e390b098be7b/ HTTP/1.1" 404 30853 INFO 2025-09-29 23:04:51,175 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:04:58,321 basehttp 28880 6175584256 "GET /en/admin/radiology/dicomimage/ HTTP/1.1" 200 173832 INFO 2025-09-29 23:04:59,835 basehttp 28880 6175584256 "GET /en/admin/radiology/dicomimage/ HTTP/1.1" 200 173832 INFO 2025-09-29 23:04:59,851 basehttp 28880 6175584256 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-29 23:05:06,171 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:05:08,524 basehttp 28880 6175584256 "GET /en/admin/radiology/dicomimage/26039/change/ HTTP/1.1" 200 140785 INFO 2025-09-29 23:05:08,536 basehttp 28880 6175584256 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-29 23:05:29,978 basehttp 28880 6175584256 "GET /en/radiology/viewer/image/2228/ HTTP/1.1" 200 25116 INFO 2025-09-29 23:05:30,007 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:05:40,229 basehttp 28880 6175584256 "GET /en/radiology/viewer/series/51/ HTTP/1.1" 200 21017 WARNING 2025-09-29 23:05:40,245 log 28880 6175584256 Not Found: /en/radiology/files/preview/a03f007a-a5e6-4140-9d77-e390b098be7b/ WARNING 2025-09-29 23:05:40,246 basehttp 28880 6175584256 "GET /en/radiology/files/preview/a03f007a-a5e6-4140-9d77-e390b098be7b/ HTTP/1.1" 404 31666 INFO 2025-09-29 23:05:40,261 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:05:41,789 basehttp 28880 6175584256 "GET /en/radiology/studies/18/ HTTP/1.1" 200 31702 INFO 2025-09-29 23:05:41,827 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-29 23:05:48,672 log 28880 6175584256 Internal Server Error: /en/radiology/series/51/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/series/\\Z'] ERROR 2025-09-29 23:05:48,674 basehttp 28880 6175584256 "GET /en/radiology/series/51/ HTTP/1.1" 500 192450 INFO 2025-09-29 23:05:51,209 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:05:51,212 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:05:51,213 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:05:51,219 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-29 23:06:02,059 log 28880 6158757888 Internal Server Error: /en/radiology/series/51/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/series/\\Z'] ERROR 2025-09-29 23:06:02,061 basehttp 28880 6158757888 "GET /en/radiology/series/51/ HTTP/1.1" 500 192450 INFO 2025-09-29 23:06:07,180 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:06:51,190 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:06:51,191 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:06:51,192 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:07:08,186 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:07:51,178 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:07:51,180 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:08:09,178 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:08:51,190 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:08:51,191 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:08:51,193 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:08:51,198 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:09:11,186 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:09:51,212 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:09:51,212 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:09:51,214 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:10:45,303 basehttp 28880 6158757888 "GET /en/radiology/viewer/series/51/ HTTP/1.1" 200 21017 WARNING 2025-09-29 23:10:45,314 log 28880 6158757888 Not Found: /en/radiology/files/preview/a03f007a-a5e6-4140-9d77-e390b098be7b/ WARNING 2025-09-29 23:10:45,314 basehttp 28880 6158757888 "GET /en/radiology/files/preview/a03f007a-a5e6-4140-9d77-e390b098be7b/ HTTP/1.1" 404 31666 INFO 2025-09-29 23:10:45,330 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:10:47,547 basehttp 28880 6158757888 "GET /en/radiology/viewer/image/2228/ HTTP/1.1" 200 33390 INFO 2025-09-29 23:10:47,573 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:10:51,199 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:10:51,203 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:10:51,209 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:11:47,438 basehttp 28880 6192410624 "GET /en/radiology/viewer/image/2229/ HTTP/1.1" 200 33748 INFO 2025-09-29 23:11:47,471 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:11:48,997 basehttp 28880 6192410624 "GET /en/radiology/viewer/image/2230/ HTTP/1.1" 200 33747 INFO 2025-09-29 23:11:49,032 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:11:50,619 basehttp 28880 6192410624 "GET /en/radiology/viewer/series/51/ HTTP/1.1" 200 21017 WARNING 2025-09-29 23:11:50,633 log 28880 6192410624 Not Found: /en/radiology/files/preview/a03f007a-a5e6-4140-9d77-e390b098be7b/ WARNING 2025-09-29 23:11:50,633 basehttp 28880 6192410624 "GET /en/radiology/files/preview/a03f007a-a5e6-4140-9d77-e390b098be7b/ HTTP/1.1" 404 31666 INFO 2025-09-29 23:11:50,649 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:11:51,212 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:11:51,214 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:11:51,215 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:12:51,209 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:12:51,210 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:12:51,212 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:12:51,219 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:12:51,226 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:12:53,621 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:13:51,192 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:13:51,194 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 WARNING 2025-09-29 23:13:51,888 log 28880 6209236992 Not Found: /en/radiology/metadata/64430e3b-931a-4816-b106-ff9f1edae627/ WARNING 2025-09-29 23:13:51,888 basehttp 28880 6209236992 "GET /en/radiology/metadata/64430e3b-931a-4816-b106-ff9f1edae627/ HTTP/1.1" 404 33 INFO 2025-09-29 23:13:53,623 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:14:51,246 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:14:51,246 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:14:51,247 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:14:51,253 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:14:53,622 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:15:02,288 basehttp 28880 6175584256 "GET /en/radiology/viewer/image/2231/ HTTP/1.1" 200 33749 INFO 2025-09-29 23:15:02,325 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:15:51,184 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:15:51,189 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:15:51,194 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:16:02,322 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:16:04,258 basehttp 28880 6209236992 "GET /en/radiology/viewer/image/2231/ HTTP/1.1" 200 33749 INFO 2025-09-29 23:16:04,286 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:16:12,171 basehttp 28880 6209236992 "GET /en/radiology/viewer/image/2228/ HTTP/1.1" 200 33390 INFO 2025-09-29 23:16:12,204 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:16:51,209 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:16:51,211 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:16:51,213 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:16:51,219 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:16:52,180 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:17:12,216 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:17:32,625 basehttp 28880 6192410624 "GET /en/radiology/viewer/image/2229/ HTTP/1.1" 200 33748 INFO 2025-09-29 23:17:32,664 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:17:34,411 basehttp 28880 6192410624 "GET /en/radiology/viewer/image/2230/ HTTP/1.1" 200 33747 INFO 2025-09-29 23:17:34,443 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-29 23:17:36,162 log 28880 6192410624 Not Found: /en/radiology/metadata/64430e3b-931a-4816-b106-ff9f1edae627/ WARNING 2025-09-29 23:17:36,162 basehttp 28880 6192410624 "GET /en/radiology/metadata/64430e3b-931a-4816-b106-ff9f1edae627/ HTTP/1.1" 404 33 INFO 2025-09-29 23:17:40,899 basehttp 28880 6192410624 "GET /en/radiology/viewer/image/2230/ HTTP/1.1" 200 33747 INFO 2025-09-29 23:17:40,928 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:17:51,190 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:17:51,190 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:17:51,191 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:17:53,263 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:17:59,548 basehttp 28880 6209236992 "GET /en/radiology/viewer/series/55/ HTTP/1.1" 200 35006 WARNING 2025-09-29 23:17:59,601 log 28880 6209236992 Not Found: /en/radiology/files/preview/e52368a6-1c16-4f0a-b508-f047a152acc0/ WARNING 2025-09-29 23:17:59,602 basehttp 28880 6209236992 "GET /en/radiology/files/preview/e52368a6-1c16-4f0a-b508-f047a152acc0/ HTTP/1.1" 404 31666 INFO 2025-09-29 23:17:59,614 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:17:59,616 basehttp 28880 6192410624 "GET /en/radiology/series/47a87313-7cc8-4ac7-b043-90d47a21be16/images/ HTTP/1.1" 200 6993 WARNING 2025-09-29 23:17:59,665 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/e0861bd5-44f4-41fa-8403-17e7485b0370/ WARNING 2025-09-29 23:17:59,665 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/e0861bd5-44f4-41fa-8403-17e7485b0370/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:17:59,669 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/e52368a6-1c16-4f0a-b508-f047a152acc0/ WARNING 2025-09-29 23:17:59,670 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/e52368a6-1c16-4f0a-b508-f047a152acc0/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:17:59,675 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/b1649be7-2f9c-4a07-92ff-e7ad998c6dee/ WARNING 2025-09-29 23:17:59,676 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/b1649be7-2f9c-4a07-92ff-e7ad998c6dee/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:17:59,678 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/391dcf5e-b80d-4426-9ac3-e8c7e23fe4d8/ WARNING 2025-09-29 23:17:59,680 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/4a485719-ec39-4ec0-baef-df3f182a46be/ WARNING 2025-09-29 23:17:59,682 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/4ff7afb0-cf6d-46eb-9d27-fb1caf94c944/ WARNING 2025-09-29 23:17:59,683 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/391dcf5e-b80d-4426-9ac3-e8c7e23fe4d8/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:17:59,683 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/4a485719-ec39-4ec0-baef-df3f182a46be/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:17:59,683 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/4ff7afb0-cf6d-46eb-9d27-fb1caf94c944/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:17:59,696 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/572908bc-eda2-462e-8885-66ab6824e071/ WARNING 2025-09-29 23:17:59,696 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/572908bc-eda2-462e-8885-66ab6824e071/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:17:59,701 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/e1b1e725-f245-41f0-bbbc-33b6c4a5e596/ WARNING 2025-09-29 23:17:59,701 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/e1b1e725-f245-41f0-bbbc-33b6c4a5e596/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:17:59,735 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/33ddbae2-3e31-4ad8-86ca-8a60c5b55f40/ WARNING 2025-09-29 23:17:59,735 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/33ddbae2-3e31-4ad8-86ca-8a60c5b55f40/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:17:59,742 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/3e243a6f-e341-4dd1-857b-7e3342f71a73/ WARNING 2025-09-29 23:17:59,744 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/9a82c152-2504-4825-a9db-6624d7c44973/ WARNING 2025-09-29 23:17:59,744 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/3e243a6f-e341-4dd1-857b-7e3342f71a73/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:17:59,745 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/9a82c152-2504-4825-a9db-6624d7c44973/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:17:59,747 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/b9266547-87c6-4698-9be9-d79b88ab5d1f/ WARNING 2025-09-29 23:17:59,748 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/b9266547-87c6-4698-9be9-d79b88ab5d1f/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:17:59,753 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/e15d01ec-0b7a-4870-a702-4431ab072e34/ WARNING 2025-09-29 23:17:59,753 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/e15d01ec-0b7a-4870-a702-4431ab072e34/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:17:59,755 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/5fc51081-cd1e-4fe2-9599-0b1459c5480a/ WARNING 2025-09-29 23:17:59,756 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/5fc51081-cd1e-4fe2-9599-0b1459c5480a/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:17:59,768 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/32084a76-c951-4cec-827f-9649636ec911/ WARNING 2025-09-29 23:17:59,768 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/32084a76-c951-4cec-827f-9649636ec911/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:17:59,777 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/2508017d-5880-4c66-a056-c5d8b16bc786/ WARNING 2025-09-29 23:17:59,779 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/c3a579ab-aab1-4909-b463-de44cd226cb6/ WARNING 2025-09-29 23:17:59,779 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/c3a579ab-aab1-4909-b463-de44cd226cb6/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:17:59,779 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/2508017d-5880-4c66-a056-c5d8b16bc786/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:17:59,782 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/0c8031d5-7322-477f-bf3c-1b096394a208/ WARNING 2025-09-29 23:17:59,782 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/0c8031d5-7322-477f-bf3c-1b096394a208/ HTTP/1.1" 404 31274 INFO 2025-09-29 23:18:35,836 basehttp 28880 6226063360 "GET /en/radiology/viewer/series/51/ HTTP/1.1" 200 35001 WARNING 2025-09-29 23:18:35,851 log 28880 6226063360 Not Found: /en/radiology/files/preview/a03f007a-a5e6-4140-9d77-e390b098be7b/ WARNING 2025-09-29 23:18:35,851 basehttp 28880 6226063360 "GET /en/radiology/files/preview/a03f007a-a5e6-4140-9d77-e390b098be7b/ HTTP/1.1" 404 31666 INFO 2025-09-29 23:18:35,869 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:18:35,876 basehttp 28880 6158757888 "GET /en/radiology/series/5ec828b5-cd01-4890-92d9-260e1298270e/images/ HTTP/1.1" 200 19219 WARNING 2025-09-29 23:18:35,934 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/d921a2da-9122-4334-9be3-015fbb63d27c/ WARNING 2025-09-29 23:18:35,936 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/d921a2da-9122-4334-9be3-015fbb63d27c/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:35,941 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/7a00d63e-6b6f-4cd9-9de4-4279414a2744/ WARNING 2025-09-29 23:18:35,944 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/30e443c8-5c4b-4264-9476-41497c7f1e60/ WARNING 2025-09-29 23:18:35,944 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/7a00d63e-6b6f-4cd9-9de4-4279414a2744/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:35,944 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/30e443c8-5c4b-4264-9476-41497c7f1e60/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:35,947 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/64430e3b-931a-4816-b106-ff9f1edae627/ WARNING 2025-09-29 23:18:35,948 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/64430e3b-931a-4816-b106-ff9f1edae627/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:35,950 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/f13e3b3d-d56c-47b0-8fa3-faf212a05719/ WARNING 2025-09-29 23:18:35,952 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/a03f007a-a5e6-4140-9d77-e390b098be7b/ WARNING 2025-09-29 23:18:35,952 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/a03f007a-a5e6-4140-9d77-e390b098be7b/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:35,952 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/f13e3b3d-d56c-47b0-8fa3-faf212a05719/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:35,957 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/9cd6fbe2-160b-4a5f-a0aa-f1c180d6546f/ WARNING 2025-09-29 23:18:35,958 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/9cd6fbe2-160b-4a5f-a0aa-f1c180d6546f/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,008 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/4956d8cb-8c54-42fd-bda4-3dc646ee0fa5/ WARNING 2025-09-29 23:18:36,009 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/1f7a7622-42d5-48e1-9f0c-0c18fcab80f9/ WARNING 2025-09-29 23:18:36,010 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/4956d8cb-8c54-42fd-bda4-3dc646ee0fa5/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,010 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/1f7a7622-42d5-48e1-9f0c-0c18fcab80f9/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,013 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/25f875ac-8aa8-474a-b86d-2451a3dcf81d/ WARNING 2025-09-29 23:18:36,013 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/25f875ac-8aa8-474a-b86d-2451a3dcf81d/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,017 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/68d285d7-9e0c-4c7d-92b5-eb0cf49fc3d2/ WARNING 2025-09-29 23:18:36,018 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/68d285d7-9e0c-4c7d-92b5-eb0cf49fc3d2/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,020 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/fecbcd3a-4ff6-4735-8e79-5dbdc3c86df0/ WARNING 2025-09-29 23:18:36,022 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/2f3108bb-4ec0-4f01-8588-a8f1816ded10/ WARNING 2025-09-29 23:18:36,023 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/fecbcd3a-4ff6-4735-8e79-5dbdc3c86df0/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,023 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/2f3108bb-4ec0-4f01-8588-a8f1816ded10/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,027 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/c8a5329d-e273-43f7-81c3-deacc1597865/ WARNING 2025-09-29 23:18:36,027 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/c8a5329d-e273-43f7-81c3-deacc1597865/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,073 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/78a33b81-d5b0-4d77-8f31-1719d53563d8/ WARNING 2025-09-29 23:18:36,073 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/78a33b81-d5b0-4d77-8f31-1719d53563d8/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,077 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/34892b43-ad00-43ce-aeeb-a941a00383f6/ WARNING 2025-09-29 23:18:36,077 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/34892b43-ad00-43ce-aeeb-a941a00383f6/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,080 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/410b0664-3e54-450b-837d-a499921cd60c/ WARNING 2025-09-29 23:18:36,081 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/410b0664-3e54-450b-837d-a499921cd60c/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,086 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/d39853ac-2e41-4754-b33b-c567459fb7df/ WARNING 2025-09-29 23:18:36,088 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/c4b83dab-1661-4841-881c-b987a3acd483/ WARNING 2025-09-29 23:18:36,088 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/d39853ac-2e41-4754-b33b-c567459fb7df/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,088 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/c4b83dab-1661-4841-881c-b987a3acd483/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,090 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/71ab0e9c-30b9-4b5f-adc3-b9efd90401f1/ WARNING 2025-09-29 23:18:36,091 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/71ab0e9c-30b9-4b5f-adc3-b9efd90401f1/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,099 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/9ef97160-e31a-48fd-9115-189a49d269c5/ WARNING 2025-09-29 23:18:36,099 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/9ef97160-e31a-48fd-9115-189a49d269c5/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,110 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/046a8660-1ca2-4379-8042-5315bb4aa54f/ WARNING 2025-09-29 23:18:36,110 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/046a8660-1ca2-4379-8042-5315bb4aa54f/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,140 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/939f0de0-4331-406e-b05d-de624f516c86/ WARNING 2025-09-29 23:18:36,140 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/939f0de0-4331-406e-b05d-de624f516c86/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,142 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/d2a2fcf2-64fd-440a-ba8c-98797b4fe0fa/ WARNING 2025-09-29 23:18:36,143 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/d2a2fcf2-64fd-440a-ba8c-98797b4fe0fa/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,146 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/f9fd4898-553b-46d1-b59a-a67fe43e1b5a/ WARNING 2025-09-29 23:18:36,147 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/f9fd4898-553b-46d1-b59a-a67fe43e1b5a/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,149 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/0f708b51-cbec-4f9e-8ab7-e2e3579994a8/ WARNING 2025-09-29 23:18:36,150 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/0f708b51-cbec-4f9e-8ab7-e2e3579994a8/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,154 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/fd96cd1f-e085-4af0-83a1-7a7233fdc7e4/ WARNING 2025-09-29 23:18:36,156 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/74e22d96-05ca-498d-b925-5d1a8a823c93/ WARNING 2025-09-29 23:18:36,157 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/fd96cd1f-e085-4af0-83a1-7a7233fdc7e4/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,157 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/74e22d96-05ca-498d-b925-5d1a8a823c93/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,196 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/9a936ad9-1ee4-48e8-b77d-5ab80093dc91/ WARNING 2025-09-29 23:18:36,196 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/9a936ad9-1ee4-48e8-b77d-5ab80093dc91/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,198 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/e753b90f-630d-4e61-8b09-5535bc48b616/ WARNING 2025-09-29 23:18:36,198 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/e753b90f-630d-4e61-8b09-5535bc48b616/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,202 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/3465ba9a-e7bd-4c65-a55f-bfdfd467b483/ WARNING 2025-09-29 23:18:36,202 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/3465ba9a-e7bd-4c65-a55f-bfdfd467b483/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,209 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/defbf614-aaf9-46eb-b255-c3b79e12121d/ WARNING 2025-09-29 23:18:36,209 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/defbf614-aaf9-46eb-b255-c3b79e12121d/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,214 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/54e95342-f2f4-4f1c-9243-f141fda8874f/ WARNING 2025-09-29 23:18:36,216 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/59beb5f7-5d8f-4c07-b963-535983fdf14f/ WARNING 2025-09-29 23:18:36,216 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/54e95342-f2f4-4f1c-9243-f141fda8874f/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,216 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/59beb5f7-5d8f-4c07-b963-535983fdf14f/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,230 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/34e258fc-d7bd-476a-9397-2428eb2ecf82/ WARNING 2025-09-29 23:18:36,230 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/34e258fc-d7bd-476a-9397-2428eb2ecf82/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,254 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/8bcf2d73-6832-4a45-bcc8-4a2c768a6268/ WARNING 2025-09-29 23:18:36,255 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/8bcf2d73-6832-4a45-bcc8-4a2c768a6268/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,258 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/8f3ff8f0-4e62-469a-8251-854a035955f7/ WARNING 2025-09-29 23:18:36,258 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/8f3ff8f0-4e62-469a-8251-854a035955f7/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,271 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/c9d5239d-5745-403f-9e77-91417882ebef/ WARNING 2025-09-29 23:18:36,271 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/c9d5239d-5745-403f-9e77-91417882ebef/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,277 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/ff0cb4ee-5aea-4862-bd94-60c24c679ea6/ WARNING 2025-09-29 23:18:36,277 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/ff0cb4ee-5aea-4862-bd94-60c24c679ea6/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,279 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/f21ed7d9-26af-4c68-81e2-363bbc2a6e1f/ WARNING 2025-09-29 23:18:36,279 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/f21ed7d9-26af-4c68-81e2-363bbc2a6e1f/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,283 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/b9def787-e5f4-48cd-9f44-52e2570ce19f/ WARNING 2025-09-29 23:18:36,283 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/b9def787-e5f4-48cd-9f44-52e2570ce19f/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,310 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/881c7de8-40f1-4a49-bb91-4520ce0c558e/ WARNING 2025-09-29 23:18:36,312 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/d90aea7f-1829-4e05-a6c5-ba209dee295c/ WARNING 2025-09-29 23:18:36,312 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/881c7de8-40f1-4a49-bb91-4520ce0c558e/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,312 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/d90aea7f-1829-4e05-a6c5-ba209dee295c/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,331 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/d968ed73-cfc7-4ddf-ad4f-4594fd5dafa8/ WARNING 2025-09-29 23:18:36,331 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/d968ed73-cfc7-4ddf-ad4f-4594fd5dafa8/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,335 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/4ed60593-e022-417e-bb43-fe1367cc0af5/ WARNING 2025-09-29 23:18:36,336 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/4ed60593-e022-417e-bb43-fe1367cc0af5/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,339 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/0928118c-f801-4788-9549-b6dc47439c61/ WARNING 2025-09-29 23:18:36,339 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/0928118c-f801-4788-9549-b6dc47439c61/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,343 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/6de192cf-c52b-47fb-b7bf-4d267d3deebb/ WARNING 2025-09-29 23:18:36,343 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/6de192cf-c52b-47fb-b7bf-4d267d3deebb/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,354 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/c578474e-67e6-4f27-8f9d-2591643f28e9/ WARNING 2025-09-29 23:18:36,356 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/8d6b5fa1-1647-4376-986b-b1703857a73d/ WARNING 2025-09-29 23:18:36,356 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/8d6b5fa1-1647-4376-986b-b1703857a73d/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,356 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/c578474e-67e6-4f27-8f9d-2591643f28e9/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:18:36,359 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/ada09be1-97d8-4485-bdbd-cc0e9b2dd115/ WARNING 2025-09-29 23:18:36,359 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/ada09be1-97d8-4485-bdbd-cc0e9b2dd115/ HTTP/1.1" 404 31274 INFO 2025-09-29 23:18:45,211 basehttp 28880 6209236992 "GET /en/radiology/images/?archived=true HTTP/1.1" 200 283345 INFO 2025-09-29 23:18:45,262 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:18:47,619 basehttp 28880 6209236992 "GET /en/radiology/images/? HTTP/1.1" 200 283339 INFO 2025-09-29 23:18:47,672 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:18:51,195 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:18:51,197 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:19:47,687 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:19:51,207 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:19:51,209 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:19:51,211 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:19:51,217 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:20:47,687 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:20:51,193 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:20:51,194 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:20:51,195 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:21:09,162 basehttp 28880 6158757888 "GET /en/radiology/viewer/image/2028/ HTTP/1.1" 200 33384 INFO 2025-09-29 23:21:09,193 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:21:47,694 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:21:51,208 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:21:51,208 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:21:51,209 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:22:06,037 basehttp 28880 6158757888 "GET /en/radiology/viewer/image/338/ HTTP/1.1" 200 33397 INFO 2025-09-29 23:22:06,067 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:22:11,533 basehttp 28880 6158757888 "GET /en/radiology/viewer/series/10/ HTTP/1.1" 200 35006 WARNING 2025-09-29 23:22:11,553 log 28880 6158757888 Not Found: /en/radiology/files/preview/277716f9-8894-4948-af5b-d710d362d238/ WARNING 2025-09-29 23:22:11,554 basehttp 28880 6158757888 "GET /en/radiology/files/preview/277716f9-8894-4948-af5b-d710d362d238/ HTTP/1.1" 404 31666 INFO 2025-09-29 23:22:11,568 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:22:11,573 basehttp 28880 6209236992 "GET /en/radiology/series/2eb0b18e-e780-4e38-ba48-0c08bb3b6581/images/ HTTP/1.1" 200 19164 WARNING 2025-09-29 23:22:11,630 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/277716f9-8894-4948-af5b-d710d362d238/ WARNING 2025-09-29 23:22:11,631 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/277716f9-8894-4948-af5b-d710d362d238/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,638 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/27c97a2f-0ac4-498f-a302-9cb5807d21f5/ WARNING 2025-09-29 23:22:11,640 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/cb2c58b8-8cf9-4e22-af62-ff5af42912f2/ WARNING 2025-09-29 23:22:11,642 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/196d136f-06ed-4ecc-91d3-b9de2ab012e8/ WARNING 2025-09-29 23:22:11,642 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/27c97a2f-0ac4-498f-a302-9cb5807d21f5/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,644 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/64b95ea8-46c2-4513-8eba-faa1433857d8/ WARNING 2025-09-29 23:22:11,644 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/cb2c58b8-8cf9-4e22-af62-ff5af42912f2/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,646 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/777c383b-8989-40a1-a44e-37539bcce6f5/ WARNING 2025-09-29 23:22:11,646 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/64b95ea8-46c2-4513-8eba-faa1433857d8/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,647 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/196d136f-06ed-4ecc-91d3-b9de2ab012e8/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,647 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/777c383b-8989-40a1-a44e-37539bcce6f5/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,650 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/a932c5a9-191f-42f2-b715-69fba9e41e27/ WARNING 2025-09-29 23:22:11,651 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/a932c5a9-191f-42f2-b715-69fba9e41e27/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,702 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/0da789a7-d578-452f-8555-ca342a0d22b5/ WARNING 2025-09-29 23:22:11,703 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/0da789a7-d578-452f-8555-ca342a0d22b5/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,710 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/1b4cd168-20ed-4bf6-a77b-f0c368ac291e/ WARNING 2025-09-29 23:22:11,712 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/9ffdede8-00c2-4072-8e7e-7495241c7fd4/ WARNING 2025-09-29 23:22:11,714 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/e2d6503d-7f99-49ee-8f4b-7dba342cd8b1/ WARNING 2025-09-29 23:22:11,714 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/9ffdede8-00c2-4072-8e7e-7495241c7fd4/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,715 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/1b4cd168-20ed-4bf6-a77b-f0c368ac291e/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,715 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/e2d6503d-7f99-49ee-8f4b-7dba342cd8b1/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,717 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/52575a3f-dfad-429f-bfe3-644cb2efb08d/ WARNING 2025-09-29 23:22:11,719 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/e533133b-551e-48f3-add4-3c11ead92b6a/ WARNING 2025-09-29 23:22:11,719 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/52575a3f-dfad-429f-bfe3-644cb2efb08d/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,720 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/e533133b-551e-48f3-add4-3c11ead92b6a/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,726 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/843500e5-cc0a-49df-9df7-ad2e85167dfb/ WARNING 2025-09-29 23:22:11,726 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/843500e5-cc0a-49df-9df7-ad2e85167dfb/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,763 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/2ebe570d-2196-41ee-9200-4efade338177/ WARNING 2025-09-29 23:22:11,763 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/2ebe570d-2196-41ee-9200-4efade338177/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,771 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/4b03c624-bb67-4bc5-95f4-acd6c092cc93/ WARNING 2025-09-29 23:22:11,772 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/4b03c624-bb67-4bc5-95f4-acd6c092cc93/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,774 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/4a9afbb9-6395-4082-b8d4-160b0a98d4f0/ WARNING 2025-09-29 23:22:11,775 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/4a9afbb9-6395-4082-b8d4-160b0a98d4f0/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,779 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/9c28171b-47cc-4d9b-bdb0-086b336ab521/ WARNING 2025-09-29 23:22:11,781 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/405ea9e8-ae6d-4549-b6e2-ee5f552b82fa/ WARNING 2025-09-29 23:22:11,781 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/9c28171b-47cc-4d9b-bdb0-086b336ab521/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,781 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/405ea9e8-ae6d-4549-b6e2-ee5f552b82fa/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,783 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/d1f37425-2d15-475f-aed5-0b2a62a77c96/ WARNING 2025-09-29 23:22:11,784 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/d1f37425-2d15-475f-aed5-0b2a62a77c96/ HTTP/1.1" 404 31274 INFO 2025-09-29 23:22:11,786 basehttp 28880 6242889728 - Broken pipe from ('127.0.0.1', 51087) WARNING 2025-09-29 23:22:11,790 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/945a9ef8-7de5-4bed-873d-1f11d43012a7/ WARNING 2025-09-29 23:22:11,792 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/21ff4e28-df5b-4880-aeb9-f32d532e8a1b/ WARNING 2025-09-29 23:22:11,792 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/945a9ef8-7de5-4bed-873d-1f11d43012a7/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,792 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/21ff4e28-df5b-4880-aeb9-f32d532e8a1b/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,812 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/af5fe6f7-51e5-488c-aa7d-5fa4211da2e3/ WARNING 2025-09-29 23:22:11,812 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/af5fe6f7-51e5-488c-aa7d-5fa4211da2e3/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,834 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/459e182e-0580-4acd-84c5-768dbf7fedd1/ WARNING 2025-09-29 23:22:11,834 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/459e182e-0580-4acd-84c5-768dbf7fedd1/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,836 log 28880 6259716096 Not Found: /en/radiology/files/thumbnail/f010f8e2-1282-46a4-9399-72f3c47e50c8/ WARNING 2025-09-29 23:22:11,836 basehttp 28880 6259716096 "GET /en/radiology/files/thumbnail/f010f8e2-1282-46a4-9399-72f3c47e50c8/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,842 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/c696c3be-0cf0-46d1-880f-830c326ebb3b/ WARNING 2025-09-29 23:22:11,842 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/c696c3be-0cf0-46d1-880f-830c326ebb3b/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,849 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/85b52807-e569-4222-bd66-541e00722bc3/ WARNING 2025-09-29 23:22:11,850 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/85b52807-e569-4222-bd66-541e00722bc3/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,854 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/74221bb0-2e13-4738-806a-92e00bc82755/ WARNING 2025-09-29 23:22:11,854 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/74221bb0-2e13-4738-806a-92e00bc82755/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,868 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/1eb9eeb4-8f63-4323-8179-d02778095a99/ WARNING 2025-09-29 23:22:11,868 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/1eb9eeb4-8f63-4323-8179-d02778095a99/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,895 log 28880 6259716096 Not Found: /en/radiology/files/thumbnail/e3d04a57-71ee-4935-b448-23ff54d4bd50/ WARNING 2025-09-29 23:22:11,898 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/31adc2c3-af38-4038-b206-80ea3da89691/ WARNING 2025-09-29 23:22:11,898 basehttp 28880 6259716096 "GET /en/radiology/files/thumbnail/e3d04a57-71ee-4935-b448-23ff54d4bd50/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,898 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/31adc2c3-af38-4038-b206-80ea3da89691/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,902 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/96f1a9d7-f117-4250-9651-542bb40153e4/ WARNING 2025-09-29 23:22:11,902 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/96f1a9d7-f117-4250-9651-542bb40153e4/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,906 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/8cbb03e9-998c-48a2-a230-04c9b4dca924/ WARNING 2025-09-29 23:22:11,906 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/8cbb03e9-998c-48a2-a230-04c9b4dca924/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,912 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/9d666bcb-bbdf-4c7e-a46c-ced286240bd1/ WARNING 2025-09-29 23:22:11,912 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/9d666bcb-bbdf-4c7e-a46c-ced286240bd1/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,918 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/808542ad-6750-4fcc-90d4-d9daf89c5d50/ WARNING 2025-09-29 23:22:11,919 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/808542ad-6750-4fcc-90d4-d9daf89c5d50/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,960 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/2c47ddf5-a56f-4f8c-a4d6-74a888c10456/ WARNING 2025-09-29 23:22:11,962 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/08725242-9cbc-44cf-a782-97124efdef24/ WARNING 2025-09-29 23:22:11,962 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/08725242-9cbc-44cf-a782-97124efdef24/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,962 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/2c47ddf5-a56f-4f8c-a4d6-74a888c10456/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,964 log 28880 6259716096 Not Found: /en/radiology/files/thumbnail/b226f856-cdab-406b-8430-8b9b8d0c2356/ WARNING 2025-09-29 23:22:11,965 basehttp 28880 6259716096 "GET /en/radiology/files/thumbnail/b226f856-cdab-406b-8430-8b9b8d0c2356/ HTTP/1.1" 404 31274 INFO 2025-09-29 23:22:11,968 basehttp 28880 6175584256 - Broken pipe from ('127.0.0.1', 50850) WARNING 2025-09-29 23:22:11,970 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/b9cf3b30-1ac0-4268-82b7-af680119eafd/ WARNING 2025-09-29 23:22:11,973 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/3d5584e1-dff1-45b6-b304-04db2b27df83/ WARNING 2025-09-29 23:22:11,975 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/1f03a30c-32e2-43eb-bf88-f82cda4a9f02/ WARNING 2025-09-29 23:22:11,975 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/b9cf3b30-1ac0-4268-82b7-af680119eafd/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,975 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/3d5584e1-dff1-45b6-b304-04db2b27df83/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,976 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/1f03a30c-32e2-43eb-bf88-f82cda4a9f02/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:11,979 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/9c80d076-a1e1-434c-b0fd-82dfb0b7320e/ WARNING 2025-09-29 23:22:11,979 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/9c80d076-a1e1-434c-b0fd-82dfb0b7320e/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:12,014 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/12973b7f-5fad-4001-8797-9b9fa6847b4b/ WARNING 2025-09-29 23:22:12,015 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/12973b7f-5fad-4001-8797-9b9fa6847b4b/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:12,028 log 28880 6259716096 Not Found: /en/radiology/files/thumbnail/be3549eb-0f89-4325-a446-0f3031dad98a/ WARNING 2025-09-29 23:22:12,028 basehttp 28880 6259716096 "GET /en/radiology/files/thumbnail/be3549eb-0f89-4325-a446-0f3031dad98a/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:12,034 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/0aef5ca6-5dfd-43ab-9326-fb89ad594fab/ WARNING 2025-09-29 23:22:12,035 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/0aef5ca6-5dfd-43ab-9326-fb89ad594fab/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:12,039 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/121c6c6d-24ef-4b4b-8d72-2d899dce1adf/ WARNING 2025-09-29 23:22:12,039 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/121c6c6d-24ef-4b4b-8d72-2d899dce1adf/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:12,041 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/1efbe4b6-be4d-4ac8-a7d0-d21f9827a96d/ WARNING 2025-09-29 23:22:12,042 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/1efbe4b6-be4d-4ac8-a7d0-d21f9827a96d/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:12,044 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/38597b1c-2540-4e15-b46c-0e7b8a8ce800/ WARNING 2025-09-29 23:22:12,044 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/38597b1c-2540-4e15-b46c-0e7b8a8ce800/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:12,047 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/1afecfa4-098a-4834-b0f6-27c146787bd4/ WARNING 2025-09-29 23:22:12,047 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/1afecfa4-098a-4834-b0f6-27c146787bd4/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:12,050 log 28880 6259716096 Not Found: /en/radiology/files/thumbnail/01ebbdc5-2b02-4618-9597-e419fd3f4420/ WARNING 2025-09-29 23:22:12,050 basehttp 28880 6259716096 "GET /en/radiology/files/thumbnail/01ebbdc5-2b02-4618-9597-e419fd3f4420/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:22:23,109 log 28880 6259716096 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 23:22:23,110 basehttp 28880 6259716096 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 23:22:23,130 basehttp 28880 6259716096 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 23:22:48,193 basehttp 28880 6242889728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:22:51,211 basehttp 28880 6242889728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:22:51,212 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:22:51,212 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:22:51,219 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:23:11,576 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:23:49,183 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:23:51,187 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:23:51,187 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:24:11,574 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:24:50,178 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:24:51,200 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:24:51,201 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:24:51,202 basehttp 28880 6242889728 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:24:51,208 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:25:11,590 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:25:51,210 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:25:51,211 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:25:51,212 basehttp 28880 6242889728 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:25:51,219 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:26:11,591 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:26:51,194 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:26:51,197 basehttp 28880 6242889728 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:26:51,203 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:27:11,595 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:27:51,211 basehttp 28880 6242889728 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:27:51,211 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:27:51,213 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:27:51,219 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:28:11,599 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:28:51,199 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:28:51,200 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:28:51,206 basehttp 28880 6242889728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:29:11,603 basehttp 28880 6242889728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:29:51,217 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:29:51,218 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:29:51,221 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:29:51,226 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:30:11,517 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:30:51,122 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:30:51,123 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:30:51,124 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:31:11,522 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:31:51,131 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:31:51,131 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:31:51,132 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:31:51,140 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:31:51,146 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:32:11,525 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:32:51,114 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:32:51,116 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:32:51,122 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:33:11,524 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:33:51,122 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:33:51,122 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:33:51,123 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:34:11,531 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:34:51,127 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:34:51,128 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:34:51,129 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:34:51,135 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:34:51,141 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:35:11,534 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:35:51,109 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:35:51,110 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:36:11,539 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:36:51,125 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:36:51,127 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:36:51,128 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:36:51,134 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:37:11,543 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:37:51,099 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:37:51,126 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:37:51,126 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:37:51,127 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:37:51,135 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-29 23:38:11,544 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:38:51,105 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:38:51,107 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:39:11,540 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:39:51,116 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:39:51,117 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:39:51,119 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:39:51,125 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:39:51,132 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:40:11,550 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:40:51,120 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:40:51,120 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:40:51,123 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:40:51,128 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:41:11,552 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:41:51,103 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:41:51,106 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:41:51,112 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:42:11,556 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:42:51,118 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:42:51,119 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:42:51,121 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:42:51,129 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:43:11,569 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:43:51,119 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:43:51,119 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:43:51,120 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:43:51,127 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:43:51,134 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:44:11,556 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:44:51,114 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:44:51,114 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:44:51,115 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:44:51,123 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:44:51,129 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:45:11,563 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:45:51,105 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:45:51,108 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:46:11,569 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:46:51,119 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:46:51,119 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:46:51,121 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:46:51,127 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:47:08,232 basehttp 28880 6175584256 "GET /en/radiology/viewer/series/10/ HTTP/1.1" 200 35006 WARNING 2025-09-29 23:47:08,242 log 28880 6209236992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 23:47:08,242 basehttp 28880 6209236992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 23:47:08,246 log 28880 6175584256 Not Found: /en/radiology/files/preview/277716f9-8894-4948-af5b-d710d362d238/ WARNING 2025-09-29 23:47:08,246 basehttp 28880 6175584256 "GET /en/radiology/files/preview/277716f9-8894-4948-af5b-d710d362d238/ HTTP/1.1" 404 31666 WARNING 2025-09-29 23:47:08,303 basehttp 28880 6209236992 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 23:47:08,308 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:47:08,313 basehttp 28880 6192410624 "GET /en/radiology/series/2eb0b18e-e780-4e38-ba48-0c08bb3b6581/images/ HTTP/1.1" 200 19164 WARNING 2025-09-29 23:47:08,368 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/196d136f-06ed-4ecc-91d3-b9de2ab012e8/ WARNING 2025-09-29 23:47:08,369 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/196d136f-06ed-4ecc-91d3-b9de2ab012e8/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,373 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/64b95ea8-46c2-4513-8eba-faa1433857d8/ WARNING 2025-09-29 23:47:08,373 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/64b95ea8-46c2-4513-8eba-faa1433857d8/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,377 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/277716f9-8894-4948-af5b-d710d362d238/ WARNING 2025-09-29 23:47:08,377 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/277716f9-8894-4948-af5b-d710d362d238/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,385 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/27c97a2f-0ac4-498f-a302-9cb5807d21f5/ WARNING 2025-09-29 23:47:08,387 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/cb2c58b8-8cf9-4e22-af62-ff5af42912f2/ WARNING 2025-09-29 23:47:08,389 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/777c383b-8989-40a1-a44e-37539bcce6f5/ WARNING 2025-09-29 23:47:08,389 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/27c97a2f-0ac4-498f-a302-9cb5807d21f5/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,389 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/cb2c58b8-8cf9-4e22-af62-ff5af42912f2/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,389 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/777c383b-8989-40a1-a44e-37539bcce6f5/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,402 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/4b03c624-bb67-4bc5-95f4-acd6c092cc93/ WARNING 2025-09-29 23:47:08,402 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/4b03c624-bb67-4bc5-95f4-acd6c092cc93/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,414 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/4a9afbb9-6395-4082-b8d4-160b0a98d4f0/ WARNING 2025-09-29 23:47:08,414 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/4a9afbb9-6395-4082-b8d4-160b0a98d4f0/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,425 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/52575a3f-dfad-429f-bfe3-644cb2efb08d/ WARNING 2025-09-29 23:47:08,425 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/52575a3f-dfad-429f-bfe3-644cb2efb08d/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,454 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/2ebe570d-2196-41ee-9200-4efade338177/ WARNING 2025-09-29 23:47:08,455 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/2ebe570d-2196-41ee-9200-4efade338177/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,457 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/9c28171b-47cc-4d9b-bdb0-086b336ab521/ WARNING 2025-09-29 23:47:08,458 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/9c28171b-47cc-4d9b-bdb0-086b336ab521/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,460 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/d1f37425-2d15-475f-aed5-0b2a62a77c96/ WARNING 2025-09-29 23:47:08,460 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/d1f37425-2d15-475f-aed5-0b2a62a77c96/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,465 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/405ea9e8-ae6d-4549-b6e2-ee5f552b82fa/ WARNING 2025-09-29 23:47:08,465 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/405ea9e8-ae6d-4549-b6e2-ee5f552b82fa/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,473 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/1b4cd168-20ed-4bf6-a77b-f0c368ac291e/ WARNING 2025-09-29 23:47:08,473 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/1b4cd168-20ed-4bf6-a77b-f0c368ac291e/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,485 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/0da789a7-d578-452f-8555-ca342a0d22b5/ WARNING 2025-09-29 23:47:08,485 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/0da789a7-d578-452f-8555-ca342a0d22b5/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,513 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/a932c5a9-191f-42f2-b715-69fba9e41e27/ WARNING 2025-09-29 23:47:08,514 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/a932c5a9-191f-42f2-b715-69fba9e41e27/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,518 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/e533133b-551e-48f3-add4-3c11ead92b6a/ WARNING 2025-09-29 23:47:08,518 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/e533133b-551e-48f3-add4-3c11ead92b6a/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,521 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/e2d6503d-7f99-49ee-8f4b-7dba342cd8b1/ WARNING 2025-09-29 23:47:08,521 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/e2d6503d-7f99-49ee-8f4b-7dba342cd8b1/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,525 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/9ffdede8-00c2-4072-8e7e-7495241c7fd4/ WARNING 2025-09-29 23:47:08,526 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/9ffdede8-00c2-4072-8e7e-7495241c7fd4/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,529 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/843500e5-cc0a-49df-9df7-ad2e85167dfb/ WARNING 2025-09-29 23:47:08,529 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/843500e5-cc0a-49df-9df7-ad2e85167dfb/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,534 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/945a9ef8-7de5-4bed-873d-1f11d43012a7/ WARNING 2025-09-29 23:47:08,534 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/945a9ef8-7de5-4bed-873d-1f11d43012a7/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,571 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/21ff4e28-df5b-4880-aeb9-f32d532e8a1b/ WARNING 2025-09-29 23:47:08,572 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/21ff4e28-df5b-4880-aeb9-f32d532e8a1b/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,574 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/459e182e-0580-4acd-84c5-768dbf7fedd1/ WARNING 2025-09-29 23:47:08,574 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/459e182e-0580-4acd-84c5-768dbf7fedd1/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,581 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/af5fe6f7-51e5-488c-aa7d-5fa4211da2e3/ WARNING 2025-09-29 23:47:08,581 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/af5fe6f7-51e5-488c-aa7d-5fa4211da2e3/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,586 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/c696c3be-0cf0-46d1-880f-830c326ebb3b/ WARNING 2025-09-29 23:47:08,589 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/f010f8e2-1282-46a4-9399-72f3c47e50c8/ WARNING 2025-09-29 23:47:08,589 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/c696c3be-0cf0-46d1-880f-830c326ebb3b/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,589 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/f010f8e2-1282-46a4-9399-72f3c47e50c8/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,593 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/74221bb0-2e13-4738-806a-92e00bc82755/ WARNING 2025-09-29 23:47:08,593 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/74221bb0-2e13-4738-806a-92e00bc82755/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,607 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/85b52807-e569-4222-bd66-541e00722bc3/ WARNING 2025-09-29 23:47:08,607 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/85b52807-e569-4222-bd66-541e00722bc3/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,620 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/1eb9eeb4-8f63-4323-8179-d02778095a99/ WARNING 2025-09-29 23:47:08,620 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/1eb9eeb4-8f63-4323-8179-d02778095a99/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,643 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/31adc2c3-af38-4038-b206-80ea3da89691/ WARNING 2025-09-29 23:47:08,643 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/31adc2c3-af38-4038-b206-80ea3da89691/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,647 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/e3d04a57-71ee-4935-b448-23ff54d4bd50/ WARNING 2025-09-29 23:47:08,648 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/e3d04a57-71ee-4935-b448-23ff54d4bd50/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,652 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/96f1a9d7-f117-4250-9651-542bb40153e4/ WARNING 2025-09-29 23:47:08,652 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/96f1a9d7-f117-4250-9651-542bb40153e4/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,654 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/8cbb03e9-998c-48a2-a230-04c9b4dca924/ WARNING 2025-09-29 23:47:08,655 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/8cbb03e9-998c-48a2-a230-04c9b4dca924/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,659 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/9d666bcb-bbdf-4c7e-a46c-ced286240bd1/ WARNING 2025-09-29 23:47:08,659 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/9d666bcb-bbdf-4c7e-a46c-ced286240bd1/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,671 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/808542ad-6750-4fcc-90d4-d9daf89c5d50/ WARNING 2025-09-29 23:47:08,671 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/808542ad-6750-4fcc-90d4-d9daf89c5d50/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,689 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/2c47ddf5-a56f-4f8c-a4d6-74a888c10456/ WARNING 2025-09-29 23:47:08,689 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/2c47ddf5-a56f-4f8c-a4d6-74a888c10456/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,704 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/b226f856-cdab-406b-8430-8b9b8d0c2356/ WARNING 2025-09-29 23:47:08,705 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/b226f856-cdab-406b-8430-8b9b8d0c2356/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,710 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/08725242-9cbc-44cf-a782-97124efdef24/ WARNING 2025-09-29 23:47:08,711 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/08725242-9cbc-44cf-a782-97124efdef24/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,716 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/3d5584e1-dff1-45b6-b304-04db2b27df83/ WARNING 2025-09-29 23:47:08,717 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/1f03a30c-32e2-43eb-bf88-f82cda4a9f02/ WARNING 2025-09-29 23:47:08,718 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/3d5584e1-dff1-45b6-b304-04db2b27df83/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,718 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/1f03a30c-32e2-43eb-bf88-f82cda4a9f02/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,722 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/b9cf3b30-1ac0-4268-82b7-af680119eafd/ WARNING 2025-09-29 23:47:08,723 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/b9cf3b30-1ac0-4268-82b7-af680119eafd/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,732 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/9c80d076-a1e1-434c-b0fd-82dfb0b7320e/ WARNING 2025-09-29 23:47:08,733 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/9c80d076-a1e1-434c-b0fd-82dfb0b7320e/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,752 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/12973b7f-5fad-4001-8797-9b9fa6847b4b/ WARNING 2025-09-29 23:47:08,752 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/12973b7f-5fad-4001-8797-9b9fa6847b4b/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,771 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/be3549eb-0f89-4325-a446-0f3031dad98a/ WARNING 2025-09-29 23:47:08,771 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/be3549eb-0f89-4325-a446-0f3031dad98a/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,776 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/121c6c6d-24ef-4b4b-8d72-2d899dce1adf/ WARNING 2025-09-29 23:47:08,776 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/121c6c6d-24ef-4b4b-8d72-2d899dce1adf/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,778 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/1efbe4b6-be4d-4ac8-a7d0-d21f9827a96d/ WARNING 2025-09-29 23:47:08,779 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/1efbe4b6-be4d-4ac8-a7d0-d21f9827a96d/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,783 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/0aef5ca6-5dfd-43ab-9326-fb89ad594fab/ WARNING 2025-09-29 23:47:08,783 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/0aef5ca6-5dfd-43ab-9326-fb89ad594fab/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,785 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/38597b1c-2540-4e15-b46c-0e7b8a8ce800/ WARNING 2025-09-29 23:47:08,786 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/38597b1c-2540-4e15-b46c-0e7b8a8ce800/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,789 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/1afecfa4-098a-4834-b0f6-27c146787bd4/ WARNING 2025-09-29 23:47:08,789 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/1afecfa4-098a-4834-b0f6-27c146787bd4/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:47:08,793 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/01ebbdc5-2b02-4618-9597-e419fd3f4420/ WARNING 2025-09-29 23:47:08,793 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/01ebbdc5-2b02-4618-9597-e419fd3f4420/ HTTP/1.1" 404 31274 INFO 2025-09-29 23:47:51,104 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:47:51,108 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:47:51,113 basehttp 28880 6242889728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:47:51,121 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:48:08,322 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:48:51,117 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:48:51,119 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:48:51,119 basehttp 28880 6242889728 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:49:08,313 basehttp 28880 6242889728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:49:51,086 basehttp 28880 6242889728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:49:51,112 basehttp 28880 6242889728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:49:51,113 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:49:51,113 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:49:51,121 basehttp 28880 6242889728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:50:08,316 basehttp 28880 6242889728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:50:37,710 basehttp 28880 6242889728 "GET /en/radiology/viewer/series/10/ HTTP/1.1" 200 35006 WARNING 2025-09-29 23:50:37,719 log 28880 6226063360 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 23:50:37,719 basehttp 28880 6226063360 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 23:50:37,725 log 28880 6242889728 Not Found: /en/radiology/files/preview/277716f9-8894-4948-af5b-d710d362d238/ WARNING 2025-09-29 23:50:37,725 basehttp 28880 6242889728 "GET /en/radiology/files/preview/277716f9-8894-4948-af5b-d710d362d238/ HTTP/1.1" 404 31666 WARNING 2025-09-29 23:50:37,791 basehttp 28880 6175584256 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 23:50:37,791 basehttp 28880 6242889728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:50:37,796 basehttp 28880 6226063360 "GET /en/radiology/series/2eb0b18e-e780-4e38-ba48-0c08bb3b6581/images/ HTTP/1.1" 200 19164 WARNING 2025-09-29 23:50:37,850 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/196d136f-06ed-4ecc-91d3-b9de2ab012e8/ WARNING 2025-09-29 23:50:37,850 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/196d136f-06ed-4ecc-91d3-b9de2ab012e8/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:37,866 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/64b95ea8-46c2-4513-8eba-faa1433857d8/ WARNING 2025-09-29 23:50:37,866 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/64b95ea8-46c2-4513-8eba-faa1433857d8/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:37,869 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/277716f9-8894-4948-af5b-d710d362d238/ WARNING 2025-09-29 23:50:37,871 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/277716f9-8894-4948-af5b-d710d362d238/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:37,875 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/cb2c58b8-8cf9-4e22-af62-ff5af42912f2/ WARNING 2025-09-29 23:50:37,876 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/cb2c58b8-8cf9-4e22-af62-ff5af42912f2/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:37,878 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/4b03c624-bb67-4bc5-95f4-acd6c092cc93/ WARNING 2025-09-29 23:50:37,880 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/27c97a2f-0ac4-498f-a302-9cb5807d21f5/ WARNING 2025-09-29 23:50:37,881 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/4b03c624-bb67-4bc5-95f4-acd6c092cc93/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:37,884 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/777c383b-8989-40a1-a44e-37539bcce6f5/ WARNING 2025-09-29 23:50:37,884 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/27c97a2f-0ac4-498f-a302-9cb5807d21f5/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:37,884 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/777c383b-8989-40a1-a44e-37539bcce6f5/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:37,889 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/a932c5a9-191f-42f2-b715-69fba9e41e27/ WARNING 2025-09-29 23:50:37,891 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/a932c5a9-191f-42f2-b715-69fba9e41e27/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:37,894 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/4a9afbb9-6395-4082-b8d4-160b0a98d4f0/ WARNING 2025-09-29 23:50:37,896 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/4a9afbb9-6395-4082-b8d4-160b0a98d4f0/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:37,908 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/0da789a7-d578-452f-8555-ca342a0d22b5/ WARNING 2025-09-29 23:50:37,909 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/0da789a7-d578-452f-8555-ca342a0d22b5/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:37,937 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/843500e5-cc0a-49df-9df7-ad2e85167dfb/ WARNING 2025-09-29 23:50:37,938 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/843500e5-cc0a-49df-9df7-ad2e85167dfb/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:37,955 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/9ffdede8-00c2-4072-8e7e-7495241c7fd4/ WARNING 2025-09-29 23:50:37,956 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/9ffdede8-00c2-4072-8e7e-7495241c7fd4/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:37,958 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/d1f37425-2d15-475f-aed5-0b2a62a77c96/ WARNING 2025-09-29 23:50:37,958 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/d1f37425-2d15-475f-aed5-0b2a62a77c96/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:37,967 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/52575a3f-dfad-429f-bfe3-644cb2efb08d/ WARNING 2025-09-29 23:50:37,967 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/52575a3f-dfad-429f-bfe3-644cb2efb08d/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:37,975 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/1b4cd168-20ed-4bf6-a77b-f0c368ac291e/ WARNING 2025-09-29 23:50:37,975 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/1b4cd168-20ed-4bf6-a77b-f0c368ac291e/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:37,978 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/405ea9e8-ae6d-4549-b6e2-ee5f552b82fa/ WARNING 2025-09-29 23:50:37,978 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/405ea9e8-ae6d-4549-b6e2-ee5f552b82fa/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,002 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/e2d6503d-7f99-49ee-8f4b-7dba342cd8b1/ WARNING 2025-09-29 23:50:38,002 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/e2d6503d-7f99-49ee-8f4b-7dba342cd8b1/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,016 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/9c28171b-47cc-4d9b-bdb0-086b336ab521/ WARNING 2025-09-29 23:50:38,016 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/9c28171b-47cc-4d9b-bdb0-086b336ab521/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,021 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/e533133b-551e-48f3-add4-3c11ead92b6a/ WARNING 2025-09-29 23:50:38,022 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/e533133b-551e-48f3-add4-3c11ead92b6a/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,033 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/2ebe570d-2196-41ee-9200-4efade338177/ WARNING 2025-09-29 23:50:38,033 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/2ebe570d-2196-41ee-9200-4efade338177/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,038 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/945a9ef8-7de5-4bed-873d-1f11d43012a7/ WARNING 2025-09-29 23:50:38,039 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/945a9ef8-7de5-4bed-873d-1f11d43012a7/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,042 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/21ff4e28-df5b-4880-aeb9-f32d532e8a1b/ WARNING 2025-09-29 23:50:38,043 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/21ff4e28-df5b-4880-aeb9-f32d532e8a1b/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,060 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/459e182e-0580-4acd-84c5-768dbf7fedd1/ WARNING 2025-09-29 23:50:38,060 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/459e182e-0580-4acd-84c5-768dbf7fedd1/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,070 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/af5fe6f7-51e5-488c-aa7d-5fa4211da2e3/ WARNING 2025-09-29 23:50:38,070 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/af5fe6f7-51e5-488c-aa7d-5fa4211da2e3/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,085 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/f010f8e2-1282-46a4-9399-72f3c47e50c8/ WARNING 2025-09-29 23:50:38,086 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/f010f8e2-1282-46a4-9399-72f3c47e50c8/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,104 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/c696c3be-0cf0-46d1-880f-830c326ebb3b/ WARNING 2025-09-29 23:50:38,107 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/74221bb0-2e13-4738-806a-92e00bc82755/ WARNING 2025-09-29 23:50:38,107 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/c696c3be-0cf0-46d1-880f-830c326ebb3b/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,107 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/74221bb0-2e13-4738-806a-92e00bc82755/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,110 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/85b52807-e569-4222-bd66-541e00722bc3/ WARNING 2025-09-29 23:50:38,110 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/85b52807-e569-4222-bd66-541e00722bc3/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,122 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/1eb9eeb4-8f63-4323-8179-d02778095a99/ WARNING 2025-09-29 23:50:38,122 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/1eb9eeb4-8f63-4323-8179-d02778095a99/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,128 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/31adc2c3-af38-4038-b206-80ea3da89691/ WARNING 2025-09-29 23:50:38,128 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/31adc2c3-af38-4038-b206-80ea3da89691/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,143 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/e3d04a57-71ee-4935-b448-23ff54d4bd50/ WARNING 2025-09-29 23:50:38,143 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/e3d04a57-71ee-4935-b448-23ff54d4bd50/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,173 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/808542ad-6750-4fcc-90d4-d9daf89c5d50/ WARNING 2025-09-29 23:50:38,174 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/808542ad-6750-4fcc-90d4-d9daf89c5d50/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,184 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/96f1a9d7-f117-4250-9651-542bb40153e4/ WARNING 2025-09-29 23:50:38,184 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/96f1a9d7-f117-4250-9651-542bb40153e4/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,191 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/9d666bcb-bbdf-4c7e-a46c-ced286240bd1/ WARNING 2025-09-29 23:50:38,191 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/9d666bcb-bbdf-4c7e-a46c-ced286240bd1/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,201 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/8cbb03e9-998c-48a2-a230-04c9b4dca924/ WARNING 2025-09-29 23:50:38,202 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/8cbb03e9-998c-48a2-a230-04c9b4dca924/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,207 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/b226f856-cdab-406b-8430-8b9b8d0c2356/ WARNING 2025-09-29 23:50:38,207 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/b226f856-cdab-406b-8430-8b9b8d0c2356/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,211 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/2c47ddf5-a56f-4f8c-a4d6-74a888c10456/ WARNING 2025-09-29 23:50:38,212 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/2c47ddf5-a56f-4f8c-a4d6-74a888c10456/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,250 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/08725242-9cbc-44cf-a782-97124efdef24/ WARNING 2025-09-29 23:50:38,250 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/08725242-9cbc-44cf-a782-97124efdef24/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,253 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/3d5584e1-dff1-45b6-b304-04db2b27df83/ WARNING 2025-09-29 23:50:38,253 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/3d5584e1-dff1-45b6-b304-04db2b27df83/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,257 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/1f03a30c-32e2-43eb-bf88-f82cda4a9f02/ WARNING 2025-09-29 23:50:38,257 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/1f03a30c-32e2-43eb-bf88-f82cda4a9f02/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,270 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/b9cf3b30-1ac0-4268-82b7-af680119eafd/ WARNING 2025-09-29 23:50:38,271 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/b9cf3b30-1ac0-4268-82b7-af680119eafd/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,273 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/9c80d076-a1e1-434c-b0fd-82dfb0b7320e/ WARNING 2025-09-29 23:50:38,274 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/9c80d076-a1e1-434c-b0fd-82dfb0b7320e/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,276 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/12973b7f-5fad-4001-8797-9b9fa6847b4b/ WARNING 2025-09-29 23:50:38,277 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/12973b7f-5fad-4001-8797-9b9fa6847b4b/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,307 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/be3549eb-0f89-4325-a446-0f3031dad98a/ WARNING 2025-09-29 23:50:38,308 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/be3549eb-0f89-4325-a446-0f3031dad98a/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,312 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/121c6c6d-24ef-4b4b-8d72-2d899dce1adf/ WARNING 2025-09-29 23:50:38,312 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/121c6c6d-24ef-4b4b-8d72-2d899dce1adf/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,314 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/1efbe4b6-be4d-4ac8-a7d0-d21f9827a96d/ WARNING 2025-09-29 23:50:38,315 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/1efbe4b6-be4d-4ac8-a7d0-d21f9827a96d/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,325 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/0aef5ca6-5dfd-43ab-9326-fb89ad594fab/ WARNING 2025-09-29 23:50:38,328 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/38597b1c-2540-4e15-b46c-0e7b8a8ce800/ WARNING 2025-09-29 23:50:38,328 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/0aef5ca6-5dfd-43ab-9326-fb89ad594fab/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,328 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/38597b1c-2540-4e15-b46c-0e7b8a8ce800/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,332 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/1afecfa4-098a-4834-b0f6-27c146787bd4/ WARNING 2025-09-29 23:50:38,332 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/1afecfa4-098a-4834-b0f6-27c146787bd4/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:50:38,334 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/01ebbdc5-2b02-4618-9597-e419fd3f4420/ WARNING 2025-09-29 23:50:38,334 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/01ebbdc5-2b02-4618-9597-e419fd3f4420/ HTTP/1.1" 404 31274 INFO 2025-09-29 23:50:51,086 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:50:51,087 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 WARNING 2025-09-29 23:50:53,025 log 28880 6158757888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 23:50:53,025 basehttp 28880 6158757888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 23:50:53,102 basehttp 28880 6158757888 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-29 23:51:05,101 log 28880 6192410624 Not Found: /en/radiology/metadata/277716f9-8894-4948-af5b-d710d362d238/ WARNING 2025-09-29 23:51:05,102 basehttp 28880 6192410624 "GET /en/radiology/metadata/277716f9-8894-4948-af5b-d710d362d238/ HTTP/1.1" 404 33 INFO 2025-09-29 23:51:09,148 basehttp 28880 6192410624 "GET /en/radiology/viewer/image/338/ HTTP/1.1" 200 33397 WARNING 2025-09-29 23:51:09,158 log 28880 6192410624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 23:51:09,158 basehttp 28880 6192410624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 23:51:09,234 basehttp 28880 6175584256 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 23:51:09,236 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:51:39,021 basehttp 28880 6192410624 "GET /en/radiology/viewer/image/288/ HTTP/1.1" 200 33397 INFO 2025-09-29 23:51:39,072 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:51:51,114 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:51:51,118 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:51:51,119 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:51:51,124 basehttp 28880 6242889728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:51:51,131 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:52:25,601 basehttp 28880 6209236992 "GET /en/radiology/images/? HTTP/1.1" 200 283006 INFO 2025-09-29 23:52:25,611 basehttp 28880 6209236992 "GET /static/css/custom.css HTTP/1.1" 304 0 INFO 2025-09-29 23:52:25,651 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:52:51,079 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:53:25,653 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:53:51,090 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:53:51,092 basehttp 28880 6242889728 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:53:51,094 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:53:51,097 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:54:25,655 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:54:51,098 basehttp 28880 6242889728 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:54:51,099 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:54:51,100 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:54:51,104 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:55:25,656 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:55:51,100 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:55:51,103 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:55:51,109 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:56:25,671 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:56:43,431 basehttp 28880 6226063360 "GET /en/radiology/images/? HTTP/1.1" 200 275885 INFO 2025-09-29 23:56:43,486 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:56:44,834 basehttp 28880 6226063360 "GET /en/radiology/viewer/image/1/ HTTP/1.1" 200 33382 INFO 2025-09-29 23:56:44,853 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:56:51,104 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:56:51,105 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:57:14,220 basehttp 28880 6192410624 "GET /en/radiology/viewer/image/1/ HTTP/1.1" 200 33382 INFO 2025-09-29 23:57:14,248 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:57:27,106 basehttp 28880 6192410624 "GET /en/radiology/viewer/image/1/ HTTP/1.1" 200 33382 INFO 2025-09-29 23:57:27,133 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-29 23:57:29,884 log 28880 6192410624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 23:57:29,884 basehttp 28880 6192410624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 23:57:29,909 basehttp 28880 6192410624 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 23:57:34,000 basehttp 28880 6226063360 "GET /en/radiology/viewer/image/1/ HTTP/1.1" 200 33382 INFO 2025-09-29 23:57:34,013 basehttp 28880 6158757888 "GET /static/plugins/toastr/toastr.css HTTP/1.1" 200 7860 INFO 2025-09-29 23:57:34,015 basehttp 28880 6242889728 "GET /static/css/custom.css HTTP/1.1" 200 2844 WARNING 2025-09-29 23:57:34,018 log 28880 6242889728 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-29 23:57:34,019 basehttp 28880 6175584256 "GET /static/img/user/user-12.jpg HTTP/1.1" 200 8541 WARNING 2025-09-29 23:57:34,019 basehttp 28880 6242889728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-29 23:57:34,019 basehttp 28880 6242889728 - Broken pipe from ('127.0.0.1', 57338) INFO 2025-09-29 23:57:34,021 basehttp 28880 6175584256 "GET /static/plugins/toastr/toastr.min.js HTTP/1.1" 200 5536 INFO 2025-09-29 23:57:34,022 basehttp 28880 6192410624 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-29 23:57:34,024 basehttp 28880 6175584256 "GET /static/js/custom.js HTTP/1.1" 200 4109 INFO 2025-09-29 23:57:34,025 basehttp 28880 6226063360 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-29 23:57:34,026 basehttp 28880 6192410624 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-29 23:57:34,029 basehttp 28880 6226063360 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-29 23:57:34,030 basehttp 28880 6175584256 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-29 23:57:34,032 basehttp 28880 6192410624 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-29 23:57:34,033 basehttp 28880 6259716096 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-29 23:57:34,036 basehttp 28880 6209236992 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-29 23:57:34,037 basehttp 28880 6259716096 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-29 23:57:34,038 basehttp 28880 6192410624 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-29 23:57:34,038 basehttp 28880 6226063360 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-29 23:57:34,042 basehttp 28880 6158757888 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-29 23:57:34,042 basehttp 28880 6209236992 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-29 23:57:34,043 basehttp 28880 6175584256 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-29 23:57:34,044 basehttp 28880 6259716096 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-29 23:57:34,045 basehttp 28880 6226063360 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-29 23:57:34,045 basehttp 28880 6192410624 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-29 23:57:34,047 basehttp 28880 6158757888 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-29 23:57:34,047 basehttp 28880 6209236992 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-29 23:57:34,047 basehttp 28880 6175584256 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-29 23:57:34,048 basehttp 28880 6259716096 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-29 23:57:34,049 basehttp 28880 6192410624 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-29 23:57:34,049 basehttp 28880 6226063360 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-29 23:57:34,049 basehttp 28880 6158757888 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-29 23:57:34,050 basehttp 28880 6209236992 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-29 23:57:34,050 basehttp 28880 6175584256 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-29 23:57:34,051 basehttp 28880 6192410624 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-29 23:57:34,154 basehttp 28880 6192410624 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 WARNING 2025-09-29 23:57:34,168 basehttp 28880 6175584256 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 23:57:34,176 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:57:34,182 basehttp 28880 6192410624 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-29 23:57:34,247 log 28880 6192410624 Not Found: /favicon.ico WARNING 2025-09-29 23:57:34,247 basehttp 28880 6192410624 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-29 23:57:51,090 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:57:51,094 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:57:51,102 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:57:57,861 basehttp 28880 6209236992 "GET /en/radiology/viewer/image/1/ HTTP/1.1" 200 33336 WARNING 2025-09-29 23:57:57,870 log 28880 6209236992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 23:57:57,870 basehttp 28880 6209236992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 23:57:57,929 basehttp 28880 6192410624 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 23:57:57,933 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:58:51,089 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:58:51,090 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:58:51,092 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:58:51,097 basehttp 28880 6259716096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:58:57,943 basehttp 28880 6259716096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:59:16,809 basehttp 28880 6259716096 "GET /en/radiology/viewer/image/1/ HTTP/1.1" 200 33382 WARNING 2025-09-29 23:59:16,819 log 28880 6259716096 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 23:59:16,819 basehttp 28880 6259716096 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 23:59:16,864 basehttp 28880 6158757888 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 23:59:16,866 basehttp 28880 6259716096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:59:25,457 basehttp 28880 6259716096 "GET /en/radiology/viewer/series/1/ HTTP/1.1" 200 34996 WARNING 2025-09-29 23:59:25,473 log 28880 6259716096 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-29 23:59:25,474 basehttp 28880 6259716096 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-29 23:59:25,482 log 28880 6209236992 Not Found: /en/radiology/files/preview/b0f6fc3c-b286-44bf-92ec-1eeb86cae983/ WARNING 2025-09-29 23:59:25,483 basehttp 28880 6209236992 "GET /en/radiology/files/preview/b0f6fc3c-b286-44bf-92ec-1eeb86cae983/ HTTP/1.1" 404 31666 INFO 2025-09-29 23:59:25,517 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-29 23:59:25,519 basehttp 28880 6226063360 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-29 23:59:25,523 basehttp 28880 6259716096 "GET /en/radiology/series/ab69f13b-b478-4f1a-8785-f13ec58433ef/images/ HTTP/1.1" 200 7710 WARNING 2025-09-29 23:59:25,570 log 28880 6259716096 Not Found: /en/radiology/files/thumbnail/b0f6fc3c-b286-44bf-92ec-1eeb86cae983/ WARNING 2025-09-29 23:59:25,570 basehttp 28880 6259716096 "GET /en/radiology/files/thumbnail/b0f6fc3c-b286-44bf-92ec-1eeb86cae983/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:59:25,582 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/85c85443-dc75-4fff-aca9-b2fd64dce4be/ WARNING 2025-09-29 23:59:25,582 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/85c85443-dc75-4fff-aca9-b2fd64dce4be/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:59:25,590 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/4c5f225a-6664-4811-81f7-7e53eda87f9f/ WARNING 2025-09-29 23:59:25,593 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/3bab44bc-a4e0-43f4-879d-17d9d38b3957/ WARNING 2025-09-29 23:59:25,593 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/4c5f225a-6664-4811-81f7-7e53eda87f9f/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:59:25,595 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/c99e3c40-9cb2-4443-9625-2c25264d6021/ WARNING 2025-09-29 23:59:25,595 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/3bab44bc-a4e0-43f4-879d-17d9d38b3957/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:59:25,597 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/c99e3c40-9cb2-4443-9625-2c25264d6021/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:59:25,599 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/92b28a3f-302a-4c95-b768-8153d15778f9/ WARNING 2025-09-29 23:59:25,599 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/92b28a3f-302a-4c95-b768-8153d15778f9/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:59:25,603 log 28880 6259716096 Not Found: /en/radiology/files/thumbnail/a20655b6-2664-48ea-9751-588e4e17c9f4/ WARNING 2025-09-29 23:59:25,604 basehttp 28880 6259716096 "GET /en/radiology/files/thumbnail/a20655b6-2664-48ea-9751-588e4e17c9f4/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:59:25,606 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/6de79405-0904-492a-93d9-dc1a9083da8c/ WARNING 2025-09-29 23:59:25,606 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/6de79405-0904-492a-93d9-dc1a9083da8c/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:59:25,610 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/eca3607c-337b-4d7e-bee5-77e1a3354e28/ WARNING 2025-09-29 23:59:25,610 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/eca3607c-337b-4d7e-bee5-77e1a3354e28/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:59:25,632 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/4430a545-105a-4353-8dad-e324649231d0/ WARNING 2025-09-29 23:59:25,633 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/4430a545-105a-4353-8dad-e324649231d0/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:59:25,659 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/c985daab-8055-4a6c-a45b-1ca5fe4906a8/ WARNING 2025-09-29 23:59:25,660 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/c985daab-8055-4a6c-a45b-1ca5fe4906a8/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:59:25,665 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/9a11a89e-dd33-437f-8987-de9b097284c3/ WARNING 2025-09-29 23:59:25,667 log 28880 6259716096 Not Found: /en/radiology/files/thumbnail/3780ff4c-1707-42a0-a1f9-b80c457fb793/ WARNING 2025-09-29 23:59:25,667 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/9a11a89e-dd33-437f-8987-de9b097284c3/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:59:25,668 basehttp 28880 6259716096 "GET /en/radiology/files/thumbnail/3780ff4c-1707-42a0-a1f9-b80c457fb793/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:59:25,670 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/51fd5853-6484-44fa-ae92-afb7113502a3/ WARNING 2025-09-29 23:59:25,671 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/51fd5853-6484-44fa-ae92-afb7113502a3/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:59:25,673 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/3ec3c7ec-d679-4318-bc84-c40a0899fe0d/ WARNING 2025-09-29 23:59:25,673 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/3ec3c7ec-d679-4318-bc84-c40a0899fe0d/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:59:25,677 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/b89cbaa0-a5fd-41ad-9f4a-d1c0861c3edc/ WARNING 2025-09-29 23:59:25,677 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/b89cbaa0-a5fd-41ad-9f4a-d1c0861c3edc/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:59:25,706 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/ae62aecb-14e5-40f7-919f-638f9f670e61/ WARNING 2025-09-29 23:59:25,706 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/ae62aecb-14e5-40f7-919f-638f9f670e61/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:59:25,708 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/3fb5727c-94e6-4598-8d78-a691ae89ee6d/ WARNING 2025-09-29 23:59:25,708 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/3fb5727c-94e6-4598-8d78-a691ae89ee6d/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:59:25,710 log 28880 6259716096 Not Found: /en/radiology/files/thumbnail/c0a6ca5a-66aa-44fc-8fb2-7b2fa83cf2cf/ WARNING 2025-09-29 23:59:25,713 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/345a3b0a-34c1-4443-96d2-dd7c3d0d7c5a/ WARNING 2025-09-29 23:59:25,713 basehttp 28880 6259716096 "GET /en/radiology/files/thumbnail/c0a6ca5a-66aa-44fc-8fb2-7b2fa83cf2cf/ HTTP/1.1" 404 31274 WARNING 2025-09-29 23:59:25,713 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/345a3b0a-34c1-4443-96d2-dd7c3d0d7c5a/ HTTP/1.1" 404 31274 INFO 2025-09-29 23:59:51,117 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-29 23:59:51,118 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-29 23:59:51,118 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-29 23:59:51,125 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:00:07,250 basehttp 28880 6209236992 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-09-30 00:00:07,301 basehttp 28880 6158757888 "GET /en/emr/ HTTP/1.1" 200 64610 INFO 2025-09-30 00:00:07,350 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:00:07,422 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7161 WARNING 2025-09-30 00:00:22,082 log 28880 6175584256 Not Found: /en/media/dicom/ WARNING 2025-09-30 00:00:22,083 basehttp 28880 6175584256 "GET /en/media/dicom/ HTTP/1.1" 404 24640 INFO 2025-09-30 00:00:26,154 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:00:51,143 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:01:27,152 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:01:51,172 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:01:51,173 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:01:51,175 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 WARNING 2025-09-30 00:01:51,487 log 28880 6192410624 Not Found: /en/media/dicom/2/ab17f383-94fe-4495-8559-73c6e13ce4b5 WARNING 2025-09-30 00:01:51,487 basehttp 28880 6192410624 "GET /en/media/dicom/2/ab17f383-94fe-4495-8559-73c6e13ce4b5 HTTP/1.1" 404 24754 INFO 2025-09-30 00:02:28,153 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:02:51,150 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:02:51,151 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:03:29,156 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:03:51,163 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:03:51,164 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:04:30,154 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:04:51,174 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:04:51,176 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:04:51,177 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:05:31,162 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:05:51,168 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:05:51,169 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:06:33,154 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:06:51,167 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:06:51,169 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:07:51,156 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:07:51,178 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:07:51,179 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:07:51,180 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:08:51,163 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:09:51,174 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:09:51,178 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:09:51,179 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:09:51,184 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:10:51,162 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:10:51,164 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:11:51,161 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:11:51,164 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:11:51,171 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:12:51,176 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:12:51,178 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:12:51,178 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:13:27,027 basehttp 28880 6192410624 "GET /en/emr/icd10/ HTTP/1.1" 200 19486 INFO 2025-09-30 00:13:27,725 basehttp 28880 6192410624 "GET /en/emr/icd10/I21.9/ HTTP/1.1" 200 21352 INFO 2025-09-30 00:13:29,008 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-30 00:13:31,922 log 28880 6192410624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-30 00:13:31,922 basehttp 28880 6192410624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-30 00:13:31,983 basehttp 28880 6192410624 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-30 00:13:32,742 basehttp 28880 6175584256 "GET /en/radiology/viewer/image/1/ HTTP/1.1" 200 33382 WARNING 2025-09-30 00:13:32,749 log 28880 6175584256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-30 00:13:32,749 basehttp 28880 6175584256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-30 00:13:32,812 basehttp 28880 6158757888 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-30 00:13:32,814 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:13:46,318 basehttp 28880 6175584256 "GET /en/radiology/viewer/series/1/ HTTP/1.1" 200 34996 WARNING 2025-09-30 00:13:46,330 log 28880 6209236992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-30 00:13:46,330 basehttp 28880 6209236992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-30 00:13:46,339 log 28880 6175584256 Not Found: /en/radiology/files/preview/b0f6fc3c-b286-44bf-92ec-1eeb86cae983/ WARNING 2025-09-30 00:13:46,339 basehttp 28880 6175584256 "GET /en/radiology/files/preview/b0f6fc3c-b286-44bf-92ec-1eeb86cae983/ HTTP/1.1" 404 31666 INFO 2025-09-30 00:13:46,375 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-30 00:13:46,377 basehttp 28880 6175584256 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-30 00:13:46,381 basehttp 28880 6209236992 "GET /en/radiology/series/ab69f13b-b478-4f1a-8785-f13ec58433ef/images/ HTTP/1.1" 200 7710 WARNING 2025-09-30 00:13:46,404 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/b0f6fc3c-b286-44bf-92ec-1eeb86cae983/ WARNING 2025-09-30 00:13:46,404 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/b0f6fc3c-b286-44bf-92ec-1eeb86cae983/ HTTP/1.1" 404 31274 WARNING 2025-09-30 00:13:46,444 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/85c85443-dc75-4fff-aca9-b2fd64dce4be/ WARNING 2025-09-30 00:13:46,446 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/4c5f225a-6664-4811-81f7-7e53eda87f9f/ WARNING 2025-09-30 00:13:46,446 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/85c85443-dc75-4fff-aca9-b2fd64dce4be/ HTTP/1.1" 404 31274 WARNING 2025-09-30 00:13:46,448 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/4c5f225a-6664-4811-81f7-7e53eda87f9f/ HTTP/1.1" 404 31274 WARNING 2025-09-30 00:13:46,451 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/3bab44bc-a4e0-43f4-879d-17d9d38b3957/ WARNING 2025-09-30 00:13:46,451 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/3bab44bc-a4e0-43f4-879d-17d9d38b3957/ HTTP/1.1" 404 31274 WARNING 2025-09-30 00:13:46,454 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/92b28a3f-302a-4c95-b768-8153d15778f9/ WARNING 2025-09-30 00:13:46,456 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/a20655b6-2664-48ea-9751-588e4e17c9f4/ WARNING 2025-09-30 00:13:46,458 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/c99e3c40-9cb2-4443-9625-2c25264d6021/ WARNING 2025-09-30 00:13:46,459 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/92b28a3f-302a-4c95-b768-8153d15778f9/ HTTP/1.1" 404 31274 WARNING 2025-09-30 00:13:46,459 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/a20655b6-2664-48ea-9751-588e4e17c9f4/ HTTP/1.1" 404 31274 WARNING 2025-09-30 00:13:46,460 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/c99e3c40-9cb2-4443-9625-2c25264d6021/ HTTP/1.1" 404 31274 WARNING 2025-09-30 00:13:46,465 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/6de79405-0904-492a-93d9-dc1a9083da8c/ WARNING 2025-09-30 00:13:46,465 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/6de79405-0904-492a-93d9-dc1a9083da8c/ HTTP/1.1" 404 31274 WARNING 2025-09-30 00:13:46,506 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/eca3607c-337b-4d7e-bee5-77e1a3354e28/ WARNING 2025-09-30 00:13:46,506 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/eca3607c-337b-4d7e-bee5-77e1a3354e28/ HTTP/1.1" 404 31274 WARNING 2025-09-30 00:13:46,522 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/4430a545-105a-4353-8dad-e324649231d0/ WARNING 2025-09-30 00:13:46,523 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/4430a545-105a-4353-8dad-e324649231d0/ HTTP/1.1" 404 31274 WARNING 2025-09-30 00:13:46,526 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/c985daab-8055-4a6c-a45b-1ca5fe4906a8/ WARNING 2025-09-30 00:13:46,527 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/c985daab-8055-4a6c-a45b-1ca5fe4906a8/ HTTP/1.1" 404 31274 WARNING 2025-09-30 00:13:46,530 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/9a11a89e-dd33-437f-8987-de9b097284c3/ WARNING 2025-09-30 00:13:46,531 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/9a11a89e-dd33-437f-8987-de9b097284c3/ HTTP/1.1" 404 31274 WARNING 2025-09-30 00:13:46,533 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/3780ff4c-1707-42a0-a1f9-b80c457fb793/ WARNING 2025-09-30 00:13:46,535 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/3780ff4c-1707-42a0-a1f9-b80c457fb793/ HTTP/1.1" 404 31274 WARNING 2025-09-30 00:13:46,537 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/3ec3c7ec-d679-4318-bc84-c40a0899fe0d/ WARNING 2025-09-30 00:13:46,538 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/51fd5853-6484-44fa-ae92-afb7113502a3/ WARNING 2025-09-30 00:13:46,539 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/3ec3c7ec-d679-4318-bc84-c40a0899fe0d/ HTTP/1.1" 404 31274 WARNING 2025-09-30 00:13:46,539 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/51fd5853-6484-44fa-ae92-afb7113502a3/ HTTP/1.1" 404 31274 WARNING 2025-09-30 00:13:46,544 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/b89cbaa0-a5fd-41ad-9f4a-d1c0861c3edc/ WARNING 2025-09-30 00:13:46,544 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/b89cbaa0-a5fd-41ad-9f4a-d1c0861c3edc/ HTTP/1.1" 404 31274 WARNING 2025-09-30 00:13:46,556 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/ae62aecb-14e5-40f7-919f-638f9f670e61/ WARNING 2025-09-30 00:13:46,556 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/ae62aecb-14e5-40f7-919f-638f9f670e61/ HTTP/1.1" 404 31274 WARNING 2025-09-30 00:13:46,569 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/3fb5727c-94e6-4598-8d78-a691ae89ee6d/ WARNING 2025-09-30 00:13:46,571 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/c0a6ca5a-66aa-44fc-8fb2-7b2fa83cf2cf/ WARNING 2025-09-30 00:13:46,572 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/3fb5727c-94e6-4598-8d78-a691ae89ee6d/ HTTP/1.1" 404 31274 WARNING 2025-09-30 00:13:46,572 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/c0a6ca5a-66aa-44fc-8fb2-7b2fa83cf2cf/ HTTP/1.1" 404 31274 WARNING 2025-09-30 00:13:46,574 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/345a3b0a-34c1-4443-96d2-dd7c3d0d7c5a/ WARNING 2025-09-30 00:13:46,574 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/345a3b0a-34c1-4443-96d2-dd7c3d0d7c5a/ HTTP/1.1" 404 31274 INFO 2025-09-30 00:13:51,174 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:13:51,175 basehttp 28880 6242889728 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:13:51,176 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 WARNING 2025-09-30 00:13:52,637 basehttp 28880 6175584256 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-09-30 00:13:52,639 log 28880 6242889728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-30 00:13:52,639 basehttp 28880 6242889728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-30 00:13:52,648 log 28880 6242889728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-30 00:13:52,648 basehttp 28880 6242889728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-30 00:13:53,243 basehttp 28880 6242889728 "GET /en/radiology/images/? HTTP/1.1" 200 275885 WARNING 2025-09-30 00:13:53,252 log 28880 6242889728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-30 00:13:53,252 basehttp 28880 6242889728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-30 00:13:53,321 basehttp 28880 6242889728 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-09-30 00:14:16,163 basehttp 28880 6209236992 "GET /en/radiology/images/?archived=true HTTP/1.1" 200 275891 INFO 2025-09-30 00:14:16,928 basehttp 28880 6209236992 "GET /en/radiology/images/?page=2 HTTP/1.1" 200 276401 INFO 2025-09-30 00:14:17,677 basehttp 28880 6209236992 "GET /en/radiology/images/?modality=DX HTTP/1.1" 200 275893 INFO 2025-09-30 00:14:21,979 basehttp 28880 6209236992 "GET /en/radiology/images/ HTTP/1.1" 200 275885 WARNING 2025-09-30 00:14:22,685 log 28880 6209236992 Not Found: /en/radiology/dicom WARNING 2025-09-30 00:14:22,685 basehttp 28880 6209236992 "GET /en/radiology/dicom HTTP/1.1" 404 39080 INFO 2025-09-30 00:14:23,947 basehttp 28880 6209236992 "GET /en/radiology/studies/192/ HTTP/1.1" 200 33612 INFO 2025-09-30 00:14:24,619 basehttp 28880 6209236992 "GET /en/radiology/studies/192/ HTTP/1.1" 200 33612 INFO 2025-09-30 00:14:24,655 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:14:28,153 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:14:29,631 basehttp 28880 6209236992 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 97291 INFO 2025-09-30 00:14:29,641 basehttp 28880 6209236992 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-30 00:14:29,643 basehttp 28880 6209236992 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-30 00:14:29,644 basehttp 28880 6175584256 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-30 00:14:29,644 basehttp 28880 6226063360 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-30 00:14:29,644 basehttp 28880 6192410624 "GET /static/plugins/lity/dist/lity.min.css HTTP/1.1" 200 3383 INFO 2025-09-30 00:14:29,645 basehttp 28880 6158757888 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-30 00:14:29,645 basehttp 28880 6209236992 "GET /static/plugins/lity/dist/lity.min.js HTTP/1.1" 200 6639 INFO 2025-09-30 00:14:29,646 basehttp 28880 6242889728 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-30 00:14:40,668 basehttp 28880 6242889728 "GET /en/emr/ HTTP/1.1" 200 64610 INFO 2025-09-30 00:14:40,716 basehttp 28880 6242889728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:14:40,791 basehttp 28880 6158757888 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-09-30 00:14:51,151 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:15:29,166 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:15:40,734 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:15:51,186 basehttp 28880 6242889728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:15:51,188 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:15:51,189 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:16:30,183 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:16:40,754 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:16:51,203 basehttp 28880 6242889728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:16:51,204 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:16:51,206 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:17:31,182 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:17:41,123 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:18:04,748 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:18:04,749 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:18:45,737 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:18:55,735 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:19:04,746 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:19:04,749 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:19:46,734 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:19:54,821 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-09-30 00:19:55,735 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:20:04,742 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:20:04,743 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:20:04,743 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:20:48,727 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:20:56,737 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:21:04,744 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:21:04,745 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:22:04,051 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:22:10,066 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:22:10,073 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:22:10,075 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:22:10,077 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:23:10,095 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:23:10,098 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:23:10,106 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:28:01,541 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:28:01,541 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:28:01,542 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:28:01,549 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:28:01,556 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:29:53,272 basehttp 28880 6158757888 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-09-30 00:30:03,204 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:30:03,205 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:30:03,205 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:30:03,212 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:31:03,205 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:31:03,206 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:31:03,208 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:31:03,214 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:32:03,193 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:32:03,196 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:32:03,202 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:40:09,417 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:40:09,417 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:40:09,420 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:40:09,425 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:41:09,419 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:41:09,420 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:41:09,421 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:42:00,485 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-09-30 00:42:09,390 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:42:09,393 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:42:09,398 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:42:09,404 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:43:09,421 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:43:09,421 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:43:09,424 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:43:09,429 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:44:09,409 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:44:09,411 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:44:09,417 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:45:09,414 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:45:09,416 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:45:09,417 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:45:09,422 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:46:09,402 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:46:09,404 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:46:09,405 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:46:09,414 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:46:09,420 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:47:01,478 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-09-30 00:47:09,403 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:47:09,404 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:48:09,403 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:48:09,408 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:48:09,410 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:48:09,413 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:48:09,419 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:49:09,402 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:49:09,404 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:50:09,413 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:50:09,413 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:50:09,415 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:50:09,421 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:50:09,427 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:51:09,419 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:51:09,420 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:51:09,422 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:51:09,428 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:52:02,474 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-09-30 00:52:09,399 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:52:09,401 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:53:09,414 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:53:09,414 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:53:09,416 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:53:09,422 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:53:09,429 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:54:09,401 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:54:09,404 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:54:09,411 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:55:09,400 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:55:09,401 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:55:09,405 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:56:09,396 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:56:09,396 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:56:09,398 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:56:09,403 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:56:09,408 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:57:03,468 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-09-30 00:57:09,381 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:57:09,383 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:57:09,387 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:58:09,406 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:58:09,407 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:58:09,410 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 00:58:09,415 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:58:09,421 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 00:59:09,390 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 00:59:09,392 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:00:09,435 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:00:09,437 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 01:00:09,438 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:00:09,443 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:00:09,448 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:01:09,388 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:01:09,392 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:01:09,398 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:01:09,406 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:02:09,411 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 01:02:09,414 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:02:09,416 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:02:09,424 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:02:09,494 basehttp 28880 6209236992 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-09-30 01:03:09,407 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:03:09,408 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 01:03:09,409 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:04:09,405 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 01:04:09,405 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:04:09,406 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:04:09,412 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:04:09,419 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:05:09,391 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:05:09,393 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:06:09,408 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:06:09,410 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 01:06:09,410 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:06:09,416 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:06:09,422 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:07:09,413 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:07:09,414 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 01:07:09,416 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:07:09,424 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:07:09,493 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-09-30 01:08:09,390 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:08:09,392 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:09:09,405 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 01:09:09,405 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:09:09,407 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:09:09,413 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:09:09,421 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:10:09,382 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:10:09,384 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:10:09,390 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:11:09,439 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:11:09,440 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 01:11:09,440 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:11:09,457 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:12:09,457 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:12:09,457 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 01:12:09,459 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:12:09,465 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:13:09,455 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:13:09,457 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:13:09,470 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:13:09,575 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-09-30 01:14:09,457 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:14:09,457 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 01:14:09,460 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:14:09,465 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:15:09,435 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:15:09,452 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:15:09,457 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 01:15:09,458 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:15:09,464 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:16:09,452 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:16:09,455 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:17:09,455 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:17:09,455 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 01:17:09,457 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:17:09,463 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:17:09,469 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:18:09,469 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:18:09,469 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 01:18:09,471 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:18:09,481 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:18:09,550 basehttp 28880 6158757888 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-09-30 01:19:09,445 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:19:09,446 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:20:09,432 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:20:09,489 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 01:20:09,489 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:20:09,491 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:20:09,497 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:21:09,434 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:22:09,461 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:22:09,462 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 01:22:09,464 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:22:09,469 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:22:09,476 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:23:09,462 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 01:23:09,462 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:23:09,462 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:23:09,471 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:24:09,456 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:24:09,458 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:24:09,565 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-09-30 01:25:09,459 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 01:25:09,460 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:25:09,462 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:25:09,468 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:25:09,475 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:26:09,471 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:26:09,472 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:27:09,500 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:27:09,501 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 01:27:09,502 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:27:09,510 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:27:09,516 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:28:09,470 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:28:09,515 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:28:09,517 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 01:28:09,519 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:28:09,524 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:29:09,476 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:29:09,559 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-09-30 01:30:09,489 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:30:09,490 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 01:30:09,491 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:30:09,496 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:30:09,502 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:31:09,486 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:31:09,487 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 01:31:09,488 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:31:09,493 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:32:09,497 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:32:09,498 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 01:32:09,501 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:32:09,505 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:32:09,512 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:33:09,483 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:33:09,485 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:34:09,499 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 01:34:09,504 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:34:09,505 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:34:09,514 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:34:09,585 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-09-30 01:35:09,502 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:35:09,503 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 01:35:09,505 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:35:09,511 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:35:09,517 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:36:09,477 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:36:09,498 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:36:09,500 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:36:09,502 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 01:36:09,508 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:37:09,484 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:38:09,500 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 01:38:09,501 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:38:09,501 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:38:09,507 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:38:09,514 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:39:09,491 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:39:09,492 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:40:09,500 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:40:09,509 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 01:40:09,515 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:40:09,516 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:40:09,584 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-09-30 01:42:44,295 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:42:44,298 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:47:39,701 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:47:39,702 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 01:47:39,704 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:47:39,709 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:47:39,715 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:57:42,856 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:57:42,856 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 01:57:42,858 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 01:57:42,864 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 01:57:42,871 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:07:45,810 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:08:45,819 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:08:45,836 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 02:08:45,838 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:08:45,840 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:08:45,852 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:08:45,944 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-09-30 02:13:08,893 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:13:08,894 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:17:15,853 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 02:17:15,853 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:17:15,856 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:17:15,861 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:17:15,867 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:19:13,748 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:19:13,749 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 02:19:13,750 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:19:13,755 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:23:54,680 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:23:54,682 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:27:37,429 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 02:27:37,432 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:27:37,438 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:27:37,443 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:27:37,450 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:27:37,511 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-09-30 02:28:37,376 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:28:37,376 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:28:37,381 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:29:37,401 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:29:37,402 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 02:29:37,404 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:29:37,410 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:29:37,416 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:30:37,410 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:30:37,410 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 02:30:37,412 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:30:37,417 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:31:37,387 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:31:37,390 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:32:37,398 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:32:37,398 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 02:32:37,401 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:32:37,406 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:32:37,412 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:33:37,410 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:33:37,413 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 02:33:37,414 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:33:37,424 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:33:37,520 basehttp 28880 6158757888 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-09-30 02:34:37,394 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:34:37,397 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:34:37,403 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:35:37,395 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 02:35:37,397 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:35:37,399 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:35:37,404 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:36:37,404 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:36:37,405 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 02:36:37,406 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:36:37,413 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:36:37,420 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:37:37,396 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:37:37,397 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:38:37,403 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 02:38:37,404 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:38:37,408 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:38:37,413 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:38:37,477 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-09-30 02:39:37,409 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 02:39:37,410 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:39:37,412 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:39:37,417 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:40:37,397 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:40:37,399 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:40:37,406 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:41:37,414 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 02:41:37,416 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:41:37,417 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:41:37,423 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:42:37,398 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:42:37,400 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:43:37,385 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:43:37,385 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 02:43:37,388 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:43:37,393 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:43:37,400 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:44:37,394 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:44:37,395 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 02:44:37,401 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:44:37,410 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:44:37,502 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-09-30 02:45:37,372 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:45:37,373 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:46:37,383 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 02:46:37,384 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:46:37,387 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:46:37,392 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:46:37,399 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:47:37,387 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:47:37,387 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 02:47:37,389 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:47:37,395 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:48:37,357 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:48:37,359 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:49:37,400 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:49:37,400 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 02:49:37,404 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:49:37,411 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:49:37,420 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:49:37,478 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-09-30 02:50:37,374 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 02:50:37,376 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:51:37,365 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:51:37,368 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:51:37,373 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:51:37,380 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:52:37,388 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:52:37,388 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 02:52:37,389 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:52:37,396 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:52:37,403 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:53:37,376 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 02:53:37,376 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:54:37,387 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:54:37,388 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 02:54:37,390 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:54:37,396 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:54:37,402 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:55:37,398 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:55:37,400 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 02:55:37,408 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:55:37,416 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:55:37,425 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:55:37,479 basehttp 28880 6209236992 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-09-30 02:56:37,365 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:57:37,382 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:57:37,384 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 02:57:37,386 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:57:37,391 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:57:37,399 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:58:37,335 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:58:37,337 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:58:37,343 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:59:37,347 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 02:59:37,347 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 02:59:37,349 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 02:59:37,355 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:00:37,348 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:00:37,352 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:00:37,360 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:00:37,426 basehttp 28880 6158757888 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 03:01:37,330 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:01:37,332 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:01:37,334 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:01:37,339 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:02:37,336 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:02:37,337 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:02:37,346 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:03:37,329 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:03:37,329 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:03:37,331 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:03:37,335 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:04:37,325 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:04:37,329 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:04:37,330 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:04:37,334 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:04:37,340 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:05:37,339 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:05:37,340 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:05:37,417 basehttp 28880 6209236992 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 03:06:37,330 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:06:37,331 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:06:37,331 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:06:37,342 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:06:37,350 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:07:37,327 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:07:37,329 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:07:37,331 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:07:38,303 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:08:37,326 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:08:37,327 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:08:37,328 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:08:40,297 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:09:37,313 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:09:37,314 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:09:37,322 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:10:37,316 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:10:37,317 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:10:37,319 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:10:37,325 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:11:37,332 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:11:37,332 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:11:37,333 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:11:37,345 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:11:37,413 basehttp 28880 6158757888 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 03:12:37,311 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:12:37,313 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:12:37,320 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:12:37,327 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:13:37,309 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:13:37,311 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:13:37,313 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:14:37,324 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:14:37,324 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:14:37,326 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:14:37,332 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:15:37,327 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:15:37,327 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:15:37,329 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:15:37,335 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:15:37,341 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:16:37,322 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:16:37,325 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:16:37,399 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 03:17:37,318 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:17:37,318 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:17:37,321 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:17:37,326 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:18:37,295 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:18:37,298 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:18:37,303 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:18:37,310 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:19:37,320 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:19:37,320 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:19:37,323 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:19:37,328 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:20:37,320 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:20:37,321 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:20:37,322 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:21:37,194 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:21:37,207 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:21:37,209 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:21:37,218 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:21:37,279 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 03:22:37,192 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:22:37,194 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:22:37,195 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:22:37,201 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:22:37,208 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:23:37,183 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:23:37,186 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:24:37,212 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:24:37,215 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:24:37,219 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:24:37,227 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:25:37,190 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:25:37,191 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:25:37,194 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:25:37,199 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:26:37,175 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:26:37,175 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:26:37,175 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:26:37,183 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:26:37,189 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:27:37,186 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:27:37,192 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:27:37,264 basehttp 28880 6158757888 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 03:28:37,186 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:28:37,188 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:28:37,190 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:28:37,195 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:28:37,202 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:29:37,171 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:29:37,171 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:29:37,172 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:30:37,185 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:30:37,186 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:30:37,186 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:30:37,193 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:31:37,172 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:31:37,175 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:31:37,181 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:31:37,189 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:32:37,181 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:32:37,188 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:32:37,191 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:32:37,263 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 03:33:37,181 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:33:37,181 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:33:37,182 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:33:37,190 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:33:37,197 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:34:37,163 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:34:37,164 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:34:37,172 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:35:37,176 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:35:37,177 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:35:37,179 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:36:37,178 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:36:37,179 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:36:37,180 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:36:37,186 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:36:37,193 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:37:37,180 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:37:37,184 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:37:37,194 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:37:37,259 basehttp 28880 6209236992 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 03:38:37,177 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:38:37,178 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:38:37,180 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:39:37,179 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:39:37,179 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:39:37,181 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:39:37,187 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:39:37,194 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:40:37,164 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:40:37,165 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:40:37,172 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:41:37,163 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:41:37,165 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:41:37,167 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:42:59,206 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:42:59,208 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:42:59,214 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:51:24,193 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:51:24,193 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:51:24,196 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:51:24,204 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:51:24,211 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:51:24,267 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 03:52:24,197 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:52:24,197 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:52:24,199 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:53:24,182 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:53:24,184 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:53:24,190 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:57:30,518 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:57:30,518 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:57:30,520 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:57:30,525 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:58:35,911 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 03:58:35,911 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 03:58:35,912 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 03:58:35,919 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:00:10,050 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:00:10,053 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:00:10,062 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:00:10,069 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:00:10,131 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 04:05:16,579 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:05:16,579 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:05:16,581 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:06:16,587 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:06:16,587 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:06:16,590 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:06:16,596 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:06:16,602 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:07:16,572 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:07:16,574 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:07:16,581 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:08:16,587 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:08:16,587 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:08:16,588 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:09:16,583 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:09:16,585 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:09:16,587 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:09:16,592 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:09:16,599 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:10:16,578 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:10:16,586 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:10:16,592 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:10:16,658 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 04:11:16,582 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:11:16,582 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:11:16,583 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:12:16,580 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:12:16,580 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:12:16,580 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:12:16,587 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:12:16,593 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:13:16,592 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:13:16,595 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:13:16,601 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:15:55,809 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:15:55,809 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:15:55,811 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:16:55,813 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:16:55,815 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:16:55,824 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:16:55,828 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:16:55,836 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:16:55,895 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 04:17:55,782 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:17:55,784 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:17:55,789 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:18:55,803 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:18:55,803 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:18:55,805 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:19:55,804 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:19:55,805 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:19:55,806 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:19:55,812 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:19:55,819 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:20:55,798 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:20:55,798 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:20:55,801 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:20:55,807 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:20:55,814 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:21:55,801 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:21:55,808 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:21:55,878 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 04:22:55,797 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:22:55,797 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:22:55,800 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:22:55,805 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:23:55,794 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:23:55,795 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:23:55,797 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:23:55,802 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:23:55,808 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:24:55,796 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:24:55,796 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:24:55,799 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:24:55,804 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:25:55,780 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:25:55,782 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:26:55,791 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:26:55,794 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:26:55,795 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:26:55,800 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:26:55,807 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:27:55,788 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:27:55,791 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:27:55,799 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:27:55,861 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 04:28:55,803 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:28:55,803 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:28:55,805 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:28:55,811 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:29:55,801 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:29:55,801 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:29:55,802 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:29:55,809 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:30:55,775 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:30:55,776 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:30:55,782 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:31:55,800 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:31:55,800 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:31:55,802 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:31:55,807 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:32:55,804 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:32:55,804 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:32:55,808 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:32:55,877 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 04:33:55,766 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:33:55,779 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:33:55,780 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:33:55,781 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:33:55,787 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:34:55,772 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:35:55,793 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:35:55,794 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:35:55,795 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:35:55,805 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:35:55,812 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:36:55,782 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:36:55,782 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:36:55,790 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:36:55,797 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:37:55,780 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:37:55,781 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:38:55,844 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:38:55,844 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:38:55,845 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:38:55,856 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:38:55,864 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:38:55,919 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 04:39:55,789 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:39:55,791 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:39:55,793 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:39:55,798 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:39:55,805 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:40:55,763 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:41:55,785 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:41:55,787 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:41:55,788 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:41:55,795 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:41:55,801 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:42:55,786 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:42:55,786 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:42:55,787 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:42:55,794 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:42:55,800 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:43:55,796 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:43:55,801 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:43:55,869 basehttp 28880 6158757888 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 04:44:55,811 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:44:55,812 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:44:55,814 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:44:55,819 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:45:55,812 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:45:55,814 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:45:55,815 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:45:55,821 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:45:55,827 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:46:55,803 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:46:55,805 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:47:55,812 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:47:55,812 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:47:55,814 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:47:55,819 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:47:55,826 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:48:55,804 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:48:55,805 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:48:55,807 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:48:55,818 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:48:55,883 basehttp 28880 6209236992 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 04:49:55,804 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:49:55,806 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:50:55,809 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:50:55,811 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:50:55,812 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:50:55,817 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:50:55,823 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:51:55,810 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:51:55,810 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:51:55,812 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:51:55,818 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:52:55,801 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:52:55,803 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:53:55,799 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:53:55,800 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:53:55,801 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:53:55,808 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:53:55,813 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:54:55,811 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:54:55,812 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:54:55,812 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:54:55,918 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 04:55:55,794 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:55:55,796 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:55:55,802 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:56:55,804 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:56:55,804 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:56:55,806 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:56:55,811 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:56:55,818 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:57:55,802 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:57:55,804 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:57:55,805 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:58:55,930 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:58:55,933 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:58:55,939 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:59:55,942 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 04:59:55,943 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:59:55,945 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 04:59:55,960 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 04:59:56,024 basehttp 28880 6226063360 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 05:00:55,944 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:00:55,944 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:00:55,945 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:00:55,952 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:01:55,932 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:01:55,935 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:01:55,941 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:02:55,928 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:02:55,928 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:02:55,930 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:02:55,935 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:03:55,943 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:03:55,946 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:03:55,947 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:03:55,952 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:03:55,959 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:04:55,957 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:04:55,958 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:04:55,959 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:04:55,974 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:04:55,982 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:04:56,036 basehttp 28880 6209236992 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 05:05:55,922 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:06:55,946 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:06:55,947 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:06:55,948 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:06:55,955 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:06:55,962 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:07:55,948 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:07:55,948 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:07:55,950 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:07:55,955 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:07:55,962 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:08:55,934 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:08:55,935 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:09:55,941 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:09:55,945 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:09:55,947 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:09:55,952 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:10:55,947 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:10:55,951 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:10:55,959 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:10:56,053 basehttp 28880 6209236992 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 05:11:55,949 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:11:55,950 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:11:55,952 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:11:55,957 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:12:55,949 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:12:55,950 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:12:55,952 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:12:55,958 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:13:55,935 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:13:55,939 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:13:55,945 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:14:56,013 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:14:56,013 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:14:56,015 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:14:56,021 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:14:56,028 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:15:56,013 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:15:56,017 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:15:56,088 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 05:24:44,318 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:24:44,326 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:24:44,329 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:24:44,329 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:24:44,336 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:28:50,987 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:28:50,988 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:34:46,826 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:34:46,827 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:34:46,829 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:34:46,834 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:34:46,841 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:35:46,802 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:35:46,803 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:36:46,827 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:36:46,827 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:36:46,828 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:36:46,835 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:37:46,821 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:37:46,829 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:37:46,837 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:37:46,904 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 05:38:46,812 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:38:46,815 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:38:46,816 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:39:46,804 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:39:46,806 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:39:46,807 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:39:46,813 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:39:46,819 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:40:46,805 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:40:46,806 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:40:46,808 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:40:46,813 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:40:46,820 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:41:46,782 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:42:46,809 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:42:46,812 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:42:46,817 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:42:46,822 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:42:46,829 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:42:46,891 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 05:43:46,780 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:43:46,780 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:43:46,788 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:43:46,794 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:44:46,799 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:44:46,799 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:44:46,800 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:44:46,806 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:45:46,800 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:45:46,801 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:45:46,802 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:46:46,811 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:46:46,812 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:46:46,814 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:46:46,819 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:46:46,826 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:47:46,821 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:47:46,823 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:47:46,824 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:47:46,840 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:47:46,938 basehttp 28880 6158757888 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 05:48:46,813 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:48:46,813 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:48:46,815 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:48:46,821 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:49:46,797 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:49:46,799 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:50:46,814 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:50:46,815 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:50:46,816 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:50:46,822 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:50:46,829 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:51:46,815 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:51:46,815 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:51:46,816 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:51:46,823 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:52:46,804 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:52:46,807 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:52:46,813 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:53:46,825 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:53:46,825 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:53:46,829 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:53:46,835 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:53:46,901 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 05:54:46,805 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:54:46,807 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:54:46,813 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:54:46,821 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:55:46,783 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:55:46,783 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:55:46,785 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:56:46,781 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:56:46,782 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:56:46,784 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:56:46,790 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:57:46,769 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:57:46,772 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:57:46,778 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:58:46,793 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:58:46,793 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:58:46,794 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:58:46,805 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:58:46,868 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 05:59:46,783 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 05:59:46,784 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 05:59:46,786 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 05:59:46,792 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:00:46,768 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:00:46,771 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:00:46,777 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:01:46,784 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:01:46,786 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 06:01:46,787 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:01:46,792 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:02:46,773 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:02:46,775 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:02:46,782 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:02:46,788 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:03:46,782 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:03:46,783 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 06:03:46,784 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:04:46,780 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:04:46,786 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 06:04:46,786 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:04:46,795 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:04:46,859 basehttp 28880 6158757888 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 06:05:46,762 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:05:46,764 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:05:46,770 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:05:46,777 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:06:46,760 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 06:06:46,762 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:07:46,788 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:07:46,790 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 06:07:46,791 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:07:46,798 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:07:46,804 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:08:46,777 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:08:46,778 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:08:46,786 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:08:46,793 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:09:46,798 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 06:09:46,798 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:09:46,803 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:09:46,888 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 06:10:46,800 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:10:46,800 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 06:10:46,801 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:10:46,809 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:11:46,811 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:11:46,812 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:11:46,819 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:11:46,826 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:12:46,821 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 06:12:46,822 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:12:46,823 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:13:46,824 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 06:13:46,824 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:13:46,826 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:13:46,832 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:13:46,839 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:14:46,816 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:14:46,817 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:14:46,825 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:15:46,829 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 06:15:46,831 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:15:46,833 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:15:46,933 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 06:16:46,828 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:16:46,828 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 06:16:46,831 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:16:46,837 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:16:46,843 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:17:46,818 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:17:46,820 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:17:46,826 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:18:46,831 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 06:18:46,831 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:18:46,832 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:19:46,829 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:19:46,830 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 06:19:46,832 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:19:46,837 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:19:46,844 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:20:46,832 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:20:46,836 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:20:46,846 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:20:46,912 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 06:21:46,831 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 06:21:46,833 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:21:46,834 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:22:46,834 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:22:46,834 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 06:22:46,836 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:22:46,842 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:23:46,813 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:23:46,816 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:23:46,821 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:23:46,829 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:24:46,819 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:24:46,820 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 06:24:46,821 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:24:46,826 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:25:46,834 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:25:46,834 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 06:25:46,835 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:26:46,718 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:26:46,720 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:26:46,728 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:26:46,737 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:26:46,812 basehttp 28880 6158757888 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 06:27:46,715 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:27:46,716 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 06:27:46,718 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:28:46,725 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 06:28:46,725 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:28:46,726 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:28:46,732 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:29:46,701 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:29:46,704 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:29:46,711 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:29:46,718 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:30:46,692 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:30:46,724 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 06:30:46,724 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:30:46,725 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:31:46,719 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:31:46,721 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:31:46,734 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:31:46,798 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 06:32:46,715 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:32:46,716 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 06:32:46,718 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:32:46,724 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:33:46,714 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:33:46,716 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 06:33:46,716 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:33:46,722 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:33:46,729 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:34:46,703 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:34:46,705 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:42:12,981 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 06:42:12,981 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:42:12,984 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:42:12,989 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:42:12,996 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:49:08,059 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:49:08,060 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 06:49:08,062 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:49:08,067 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:52:45,227 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:52:45,227 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:52:45,227 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 06:52:45,237 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:52:45,303 basehttp 28880 6158757888 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 06:57:38,478 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 06:57:38,479 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:57:38,481 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:57:38,486 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:57:38,492 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:58:38,464 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:59:38,481 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:59:38,482 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 06:59:38,484 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 06:59:38,490 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 06:59:38,497 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:00:38,482 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:00:38,485 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:00:38,487 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:00:38,491 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:00:38,498 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:01:38,476 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:01:38,553 basehttp 28880 6158757888 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 07:02:38,480 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:02:38,483 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:02:38,484 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:02:38,489 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:02:38,496 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:03:38,482 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:03:38,483 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:03:38,485 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:03:38,491 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:04:38,462 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:04:38,464 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:05:38,483 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:05:38,484 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:05:38,486 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:05:38,491 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:06:38,484 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:06:38,488 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:06:38,488 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:06:38,494 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:07:38,485 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:07:38,494 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:07:38,498 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:07:38,565 basehttp 28880 6209236992 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 07:08:38,474 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:08:38,475 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:08:38,478 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:08:38,484 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:08:38,491 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:09:38,483 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:09:38,484 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:09:38,484 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:10:38,473 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:10:38,475 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:10:38,482 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:11:38,483 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:11:38,484 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:11:38,486 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:11:38,492 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:11:38,499 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:12:38,493 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:12:38,494 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:12:38,495 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:12:38,567 basehttp 28880 6158757888 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 07:13:38,376 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:13:38,378 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:13:38,384 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:14:38,396 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:14:38,397 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:14:38,398 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:14:38,405 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:14:38,412 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:15:38,381 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:15:38,381 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:16:38,395 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:16:38,396 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:16:38,397 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:16:38,404 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:17:38,395 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:17:38,396 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:17:38,397 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:17:38,402 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:18:38,401 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:18:38,402 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:18:38,407 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:18:38,416 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:18:38,479 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 07:19:38,393 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:19:38,393 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:19:38,394 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:19:38,401 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:19:38,408 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:20:38,378 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:20:38,380 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:21:38,390 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:21:38,390 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:21:38,391 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:21:38,398 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:21:38,405 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:22:38,389 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:22:38,390 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:22:38,391 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:22:38,397 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:23:38,390 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:23:38,395 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:23:38,398 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:23:38,401 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:23:38,468 basehttp 28880 6158757888 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 07:24:38,375 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:24:38,376 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:24:38,384 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:25:38,387 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:25:38,387 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:25:38,390 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:25:38,395 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:25:38,402 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:26:38,371 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:26:38,371 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:26:38,372 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:26:38,378 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:27:38,374 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:27:38,377 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:27:38,383 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:28:38,385 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:28:38,387 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:28:38,387 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:28:38,394 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:29:38,416 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:29:38,416 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:29:38,423 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:29:38,428 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:29:38,435 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:29:38,491 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 07:30:38,418 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:30:38,419 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:30:38,419 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:30:38,427 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:31:38,416 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:31:38,417 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:31:38,419 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:31:38,425 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:32:38,387 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:32:38,389 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:32:38,393 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:33:38,416 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:33:38,416 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:33:38,419 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:33:38,424 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:34:38,425 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:34:38,426 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:34:38,428 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:34:38,437 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:34:38,445 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:34:38,533 basehttp 28880 6158757888 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 07:35:38,414 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:35:38,415 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:35:38,417 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:35:38,422 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:36:38,400 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:36:38,401 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:36:38,408 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:37:38,415 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:37:38,416 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:37:38,416 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:37:38,423 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 07:38:38,402 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:38:38,404 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:38:38,412 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:39:38,421 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:39:38,422 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:39:38,432 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:39:38,435 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:39:38,527 basehttp 28880 6209236992 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 07:40:38,410 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:40:38,413 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:40:38,413 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:40:38,419 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:41:38,413 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:41:38,414 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:41:38,416 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:41:38,423 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:42:38,400 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:42:38,401 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:42:38,403 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:42:38,407 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:42:38,413 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:43:38,399 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:43:38,401 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:44:38,355 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:44:38,355 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:44:38,358 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:44:38,363 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:45:38,349 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:45:38,350 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:45:38,363 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:45:38,463 basehttp 28880 6209236992 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 07:46:38,353 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:46:38,353 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:46:38,353 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:46:38,361 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:47:38,348 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:47:38,350 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:47:38,352 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:47:38,358 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:48:38,337 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:48:38,339 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:48:38,346 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:49:38,347 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:49:38,348 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:49:38,350 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:49:38,355 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:50:38,357 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:50:38,358 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:50:38,362 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:50:38,369 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:50:38,434 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 07:51:38,344 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:51:38,345 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:51:38,347 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:51:38,353 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:51:38,359 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:52:38,332 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:52:38,334 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:53:38,345 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:53:38,345 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:53:38,347 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:53:38,353 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:54:38,344 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:54:38,345 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:54:38,345 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:54:38,352 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:54:38,358 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:55:38,321 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:55:38,323 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:55:38,328 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:56:38,353 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:56:38,354 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:56:38,357 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:56:38,453 basehttp 28880 6226063360 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 07:57:38,339 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:57:38,340 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 07:57:38,342 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:57:38,348 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:57:38,354 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:58:38,313 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 07:58:38,315 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 07:58:38,321 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:03:06,890 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:03:06,890 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:03:06,892 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:08:45,790 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:08:45,791 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:08:45,793 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:08:45,799 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:08:45,805 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:12:03,029 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:12:03,044 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:12:03,052 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:12:03,112 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 08:13:03,028 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:13:03,028 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:13:03,031 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:14:03,020 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:14:03,020 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:14:03,021 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:14:03,028 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:14:03,034 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:15:03,008 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:15:03,010 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:15:03,017 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:16:03,021 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:16:03,023 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:16:03,025 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:16:03,030 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:16:03,037 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:17:03,009 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:17:03,010 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:17:03,011 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:18:03,109 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:18:03,111 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:18:03,125 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:18:03,192 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 08:19:03,113 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:19:03,113 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:19:03,114 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:19:03,121 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:19:03,128 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:20:03,107 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:20:03,108 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:21:03,107 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:21:03,110 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:21:03,111 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:21:03,116 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:21:03,123 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:22:03,104 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:22:03,106 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:22:03,113 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:22:03,120 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:23:03,112 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:23:03,115 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:23:03,189 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 08:24:03,104 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:24:03,104 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:24:03,107 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:24:03,113 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:24:03,120 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:25:03,104 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:25:03,105 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:25:03,107 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:25:03,111 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:25:03,118 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:26:03,093 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:26:03,094 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:27:03,111 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:27:03,114 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:27:03,116 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:27:03,122 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:28:03,112 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:28:03,114 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:28:03,129 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:28:03,137 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:28:03,230 basehttp 28880 6158757888 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 08:29:03,115 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:29:03,115 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:29:03,118 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:29:03,124 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:30:03,113 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:30:03,113 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:30:03,115 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:31:03,108 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:31:03,110 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:31:03,116 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:31:03,122 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:32:03,113 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:32:03,113 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:32:03,116 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:32:03,121 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:32:03,127 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:33:03,049 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:33:03,050 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:33:03,053 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:33:03,058 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:34:03,048 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:34:03,050 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:34:03,127 basehttp 28880 6158757888 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 08:35:03,041 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:35:03,042 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:35:03,044 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:35:03,049 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:35:03,056 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:36:03,044 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:36:03,045 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:36:03,048 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:36:03,053 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:37:03,025 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:37:03,028 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:37:03,029 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:37:03,036 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:38:03,032 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:38:03,035 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:38:03,042 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:39:03,037 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:39:03,045 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:39:03,048 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:39:03,056 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:39:03,063 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:39:03,124 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 08:40:03,039 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:40:03,040 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:40:03,042 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:41:03,043 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:41:03,044 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:41:03,046 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:41:03,051 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:41:03,057 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:42:03,025 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:42:03,029 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:42:03,035 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:43:03,036 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:43:03,037 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:43:03,039 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:44:03,045 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:44:03,047 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:44:03,049 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:44:03,058 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:44:03,066 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:44:03,127 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 08:45:03,025 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:45:03,027 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:45:03,034 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:46:03,043 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:46:03,043 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:46:03,046 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:46:03,051 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:47:03,026 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:47:03,026 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:47:03,026 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:47:03,034 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:48:02,980 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:48:02,982 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:48:02,987 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:49:02,984 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:49:02,988 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:49:02,990 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:49:02,996 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:50:02,992 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:50:02,999 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:50:03,002 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:50:03,008 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:50:03,016 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:50:03,109 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 08:51:02,994 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:51:02,995 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:51:02,997 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:51:03,002 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:52:02,974 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:52:02,976 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:53:02,984 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:53:02,985 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:53:02,987 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:53:02,993 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:53:03,000 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:54:02,980 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:54:02,980 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:54:02,981 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:54:02,989 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:55:02,984 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:55:02,985 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:55:03,061 basehttp 28880 6158757888 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 08:56:02,981 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:56:02,982 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:56:02,985 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:56:02,990 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:56:02,996 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:57:02,957 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:57:02,979 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:57:02,980 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:57:02,981 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:57:02,987 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:58:02,965 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:58:02,967 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:59:03,009 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 08:59:03,010 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 08:59:03,011 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 08:59:03,017 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:00:02,983 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:00:02,986 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:00:02,988 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:00:02,996 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:00:03,003 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:00:03,062 basehttp 28880 6158757888 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 09:01:02,969 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:01:02,971 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:02:02,974 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:02:02,976 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:02:02,977 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:02:02,982 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:02:02,988 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:03:02,968 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:03:02,968 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:03:02,970 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:03:02,975 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:04:02,928 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:04:02,929 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:05:02,938 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:05:02,939 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:05:02,940 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:05:02,946 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:05:02,952 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:06:02,945 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:06:02,946 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:06:02,947 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:06:02,956 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:06:03,024 basehttp 28880 6158757888 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 09:07:02,920 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:07:02,922 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:08:02,933 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:08:02,933 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:08:02,936 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:08:02,941 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:08:02,947 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:09:02,930 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:09:02,931 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:09:02,933 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:09:02,938 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:09:02,945 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:10:02,900 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:11:02,916 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:11:02,920 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:11:02,924 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:11:02,930 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:11:02,938 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:11:03,021 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 09:12:02,924 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:12:02,927 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:12:02,933 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:15:09,925 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:15:09,927 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:15:09,928 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:15:09,933 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:15:09,939 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:20:56,928 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:20:56,929 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:20:56,930 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:25:30,349 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:25:30,351 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:25:30,358 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:27:37,834 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:27:37,834 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:27:37,840 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:27:37,847 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:27:37,854 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:27:37,917 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 09:28:37,818 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:28:37,818 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:29:37,812 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:29:37,814 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:29:37,821 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:29:37,828 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:30:37,836 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:30:37,839 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:30:37,840 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:30:37,845 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:30:37,851 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:31:37,822 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:31:37,823 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:32:37,812 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:32:37,816 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:32:37,821 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:32:37,829 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:33:37,842 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:33:37,845 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:33:37,846 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:33:37,855 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:33:37,864 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:33:37,926 basehttp 28880 6158757888 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 09:34:37,832 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:34:37,834 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:34:37,835 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:35:37,806 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:35:37,808 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:35:37,814 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:36:37,826 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:36:37,829 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:36:37,830 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:36:37,835 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:37:37,818 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:37:37,819 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:37:37,828 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:38:37,841 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:38:37,842 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:38:37,845 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:38:37,856 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:38:37,863 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:38:37,986 basehttp 28880 6209236992 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 09:39:37,828 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:39:37,828 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:39:37,829 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:39:37,836 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:40:37,815 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:40:37,816 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:41:37,825 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:41:37,825 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:41:37,827 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:41:37,833 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:41:37,839 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:42:37,825 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:42:37,825 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:42:37,827 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:42:37,833 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:43:37,824 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:43:37,827 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:43:37,836 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:43:37,903 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 09:44:37,823 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:44:37,823 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:44:37,825 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:44:37,831 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:45:37,907 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:45:37,907 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:45:37,908 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:45:37,916 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:45:37,923 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:46:37,893 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:46:37,895 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:47:37,907 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:47:37,909 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:47:37,910 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:47:37,916 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:48:37,909 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:48:37,909 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:48:37,911 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:48:37,916 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:48:37,923 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:49:37,914 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:49:37,917 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:49:37,918 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:49:37,927 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:49:37,995 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 09:50:37,895 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:50:37,896 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:50:37,904 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:51:37,897 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:51:37,898 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:51:37,900 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:51:37,905 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:52:37,906 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:52:37,907 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:52:37,908 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:52:37,915 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:53:37,905 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:53:37,906 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:53:37,907 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:53:37,913 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:54:37,905 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:54:37,911 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:54:37,920 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:54:37,927 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:54:37,988 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 09:55:37,906 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:55:37,906 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:55:37,907 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:56:37,904 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:56:37,905 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:56:37,907 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:56:37,912 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:56:37,919 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:57:37,876 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:57:37,881 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:57:37,882 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:57:37,888 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:57:37,894 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:58:37,882 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:59:37,905 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 09:59:37,905 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:59:37,905 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 09:59:37,914 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 09:59:37,920 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:00:37,895 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:00:37,899 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:00:37,910 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:00:37,993 basehttp 28880 6226063360 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 10:01:37,895 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:01:37,895 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 10:01:37,896 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:01:37,903 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:02:37,893 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 10:02:37,894 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:02:37,897 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:02:37,902 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:03:37,881 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:03:37,883 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:03:37,890 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:04:37,893 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:04:37,894 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 10:04:37,896 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:04:37,902 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:05:37,895 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:05:37,895 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:05:37,907 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:05:37,997 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 10:06:37,893 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:06:37,894 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 10:06:37,895 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:06:37,901 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:07:37,891 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:07:37,891 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 10:07:37,892 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:07:37,900 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:08:37,892 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:08:37,894 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 10:08:37,895 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:08:37,901 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:09:37,880 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:09:37,882 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:09:37,888 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:10:37,882 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:10:37,882 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 10:10:37,885 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:10:37,890 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:11:37,899 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 10:11:37,900 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:11:37,905 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:11:37,912 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:11:37,976 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 10:12:37,879 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:12:37,882 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:12:37,888 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:12:37,895 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:13:37,877 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:13:37,879 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 10:13:37,881 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:14:37,889 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:14:37,889 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 10:14:37,892 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:14:37,897 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:15:37,881 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:15:37,884 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:15:37,891 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:15:37,899 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:16:37,895 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 10:16:37,901 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:16:37,902 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:16:37,910 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:16:37,976 basehttp 28880 6209236992 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 10:17:37,905 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:17:37,907 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 10:17:37,908 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:18:37,895 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:18:37,897 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:18:37,904 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:18:37,910 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:19:37,909 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 10:19:37,909 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:19:37,910 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:19:37,918 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:20:37,909 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:20:37,909 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 10:20:37,912 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:20:37,917 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:21:37,906 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:21:37,906 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 10:21:37,909 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:21:37,914 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:21:37,921 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:22:37,908 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:22:37,909 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:22:38,015 basehttp 28880 6209236992 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 10:23:37,907 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 10:23:37,909 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:23:37,911 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:23:37,916 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:23:37,923 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:24:37,910 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 10:24:37,912 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:24:37,914 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:24:37,919 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:25:37,890 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:25:37,894 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:25:37,899 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:26:37,908 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 10:26:37,908 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:26:37,911 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:26:37,916 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:27:37,914 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:27:37,916 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 10:27:37,918 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:27:37,925 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:27:37,934 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:27:37,994 basehttp 28880 6209236992 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 10:28:37,897 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:28:37,898 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:28:37,905 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:31:24,528 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:31:24,529 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 10:31:24,530 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:32:24,541 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:32:24,543 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 10:32:24,544 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:32:24,549 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:32:24,556 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:33:24,543 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:33:24,543 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 10:33:24,545 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:33:24,550 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:33:24,556 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:34:24,542 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:34:24,544 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:34:24,623 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 10:40:57,652 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 10:40:57,652 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:40:57,653 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:40:57,660 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:41:57,648 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:41:57,648 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 10:41:57,650 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:41:57,656 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:41:57,662 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:42:57,640 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:42:57,642 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:43:57,652 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:43:57,653 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 10:43:57,655 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:43:57,660 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:44:57,650 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:44:57,651 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 10:44:57,652 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:44:57,659 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:44:57,666 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:51:38,571 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 10:51:38,571 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:51:38,574 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:51:38,582 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:51:38,652 basehttp 28880 6158757888 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 10:52:47,537 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:52:47,538 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:52:47,547 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:56:25,710 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 10:56:25,711 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 10:56:25,712 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 10:56:25,718 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:01:16,330 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:01:16,331 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 11:01:16,331 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 11:01:16,341 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:09:41,434 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:09:41,435 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 11:09:41,445 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:11:00,880 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 11:11:00,881 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 11:11:00,881 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:11:00,893 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:11:00,956 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 11:12:43,617 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:12:43,617 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 11:12:43,621 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 11:12:43,626 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:15:26,584 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:15:26,586 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 11:15:26,593 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:15:26,600 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:17:14,334 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:17:14,335 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 11:17:14,336 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 11:20:20,434 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:20:20,437 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 11:20:20,438 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 11:20:20,443 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:25:54,180 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:25:54,181 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 11:25:54,183 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 11:25:54,188 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:25:54,196 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:26:54,182 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:26:54,184 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 11:26:54,262 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 11:30:23,411 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:30:23,412 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 11:30:23,413 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 11:30:23,419 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:40:25,829 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:40:25,830 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 11:40:25,831 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 11:40:25,837 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:40:25,843 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:43:24,185 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:43:24,186 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 11:46:04,727 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:46:04,727 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 11:46:04,729 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 11:46:04,735 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:46:04,741 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:50:11,411 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:50:11,411 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 11:50:11,413 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 11:50:11,426 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:50:11,434 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:50:11,494 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 11:55:25,683 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 11:58:21,646 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:58:21,646 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 11:58:21,648 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 11:58:21,655 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:58:21,663 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:59:21,625 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 11:59:21,625 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:59:21,626 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 11:59:21,631 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 11:59:21,637 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:00:21,615 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:00:21,619 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:01:21,630 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:01:21,631 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:01:21,633 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:01:21,639 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:02:21,639 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:02:21,639 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:02:21,641 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:02:21,650 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:02:21,657 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:02:21,731 basehttp 28880 6209236992 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 12:03:21,627 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:03:21,629 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:03:21,635 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:04:21,629 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:04:21,630 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:04:21,631 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:05:21,629 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:05:21,634 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:05:21,634 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:05:21,640 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:05:21,646 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:06:21,625 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:06:21,628 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:06:21,633 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:07:21,641 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:07:21,642 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:07:21,644 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:07:21,653 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:07:21,723 basehttp 28880 6209236992 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 12:08:21,638 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:08:21,638 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:08:21,640 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:08:21,645 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:09:21,629 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:09:21,632 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:09:21,637 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:10:21,642 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:10:21,642 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:10:21,642 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:10:21,651 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:11:21,633 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:11:21,634 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:11:21,635 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:12:21,628 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:12:21,631 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:12:21,636 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:12:21,643 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:13:21,648 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:13:21,648 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:13:21,648 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:13:21,665 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:13:21,729 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 12:14:21,636 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:14:21,637 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:14:21,639 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:14:21,645 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:14:21,652 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:15:21,585 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:15:21,588 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:16:21,592 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:16:21,592 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:16:21,595 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:16:21,600 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:16:21,606 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:17:21,589 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:17:21,589 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:17:21,591 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:17:21,596 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:18:21,580 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:18:21,581 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:18:21,591 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:18:21,687 basehttp 28880 6209236992 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 12:19:21,592 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:19:21,596 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:19:21,598 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:19:21,602 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:20:21,594 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:20:21,596 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:20:21,598 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:20:21,603 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:21:21,600 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:21:21,601 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:21:21,602 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:21:21,607 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:21:21,614 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:22:21,589 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:22:21,591 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:23:21,597 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:23:21,599 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:23:21,600 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:23:21,605 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:24:21,607 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:24:21,608 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:24:21,610 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:24:21,620 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:24:21,626 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:24:21,690 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 12:25:21,570 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:25:21,570 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:25:21,580 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:26:21,598 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:26:21,599 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:26:21,601 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:27:21,591 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:27:21,592 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:27:21,594 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:27:21,600 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:27:21,606 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:28:21,591 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:28:21,593 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:28:21,599 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:29:21,608 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:29:21,608 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:29:21,613 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:29:21,714 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 12:30:21,515 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:30:21,517 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:30:21,517 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:30:21,524 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:31:21,511 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:31:21,512 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:31:21,520 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:31:21,527 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:32:21,525 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:32:21,525 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:32:21,527 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:32:21,532 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:33:21,523 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:33:21,525 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:33:21,526 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:34:21,508 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:34:21,508 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:34:21,510 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:34:21,515 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:34:21,521 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:35:21,502 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:35:21,504 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:35:21,513 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:35:21,581 basehttp 28880 6158757888 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 12:36:21,503 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:36:21,511 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:36:21,516 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:36:21,516 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:36:21,522 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:37:21,494 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:38:21,519 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:38:21,520 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:38:21,521 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:38:21,527 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:38:21,534 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:39:21,519 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:39:21,519 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:39:21,519 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:39:21,527 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:40:21,512 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:40:21,514 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:40:21,593 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 12:41:21,516 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:41:21,517 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:41:21,519 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:41:21,524 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:41:21,531 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:42:21,518 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:42:21,520 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:42:21,521 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:42:21,526 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:43:21,504 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:43:21,505 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:44:21,515 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:44:21,515 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:44:21,517 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:44:21,522 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:44:21,528 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:45:21,505 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:45:21,507 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:45:21,509 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:45:21,587 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 12:46:21,481 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:46:21,484 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:46:21,491 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:46:21,498 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:47:21,495 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:47:21,496 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:47:21,497 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:47:21,502 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:48:21,493 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:48:21,494 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:48:21,495 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:49:21,478 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:49:21,482 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:49:21,487 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:49:21,495 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:50:21,481 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:50:21,481 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:50:21,484 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:50:21,489 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:51:21,480 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:51:21,480 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:51:21,482 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:51:21,553 basehttp 28880 6158757888 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 12:52:21,479 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:52:21,482 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:52:21,488 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:52:21,496 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:53:21,490 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:53:21,491 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:53:21,493 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:53:21,498 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:54:21,488 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:54:21,488 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:54:21,490 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:55:21,487 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:55:21,489 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:55:21,490 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:55:21,495 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:55:21,501 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:56:21,486 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:56:21,489 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:56:21,508 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:56:21,572 basehttp 28880 6209236992 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 12:57:21,483 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:57:21,484 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:57:21,484 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:57:21,491 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:58:21,489 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:58:21,489 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 12:58:21,491 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 12:58:21,497 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 12:58:21,503 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:00:21,102 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:00:21,104 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:01:21,108 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:01:21,109 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:01:21,110 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:01:21,116 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:02:21,082 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:02:21,084 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:02:21,086 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:02:21,090 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:02:21,096 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:03:21,102 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:03:21,105 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:03:21,106 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:03:21,187 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 13:04:21,086 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:04:21,089 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:04:21,095 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:05:21,098 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:05:21,098 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:05:21,100 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:05:21,106 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:05:21,113 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:06:21,092 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:06:21,093 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:06:21,094 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:07:21,083 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:07:21,085 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:07:21,091 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:08:21,092 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:08:21,093 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:08:21,096 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:08:21,100 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:08:21,114 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:09:21,098 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:09:21,098 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:09:21,104 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:09:21,202 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 13:10:21,089 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:10:21,092 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:10:21,098 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:11:21,095 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:11:21,095 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:11:21,096 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:11:21,103 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:11:21,110 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:12:21,081 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:12:21,083 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:12:21,090 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:13:21,090 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:13:21,091 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:13:21,092 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:14:21,099 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:14:21,099 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:14:21,102 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:14:21,110 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:14:21,120 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:14:21,184 basehttp 28880 6158757888 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 13:15:21,083 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:15:21,084 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:15:21,090 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:16:21,070 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:16:21,072 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:16:21,072 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:17:21,084 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:17:21,084 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:17:21,085 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:17:21,093 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:17:21,100 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:18:21,083 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:18:21,083 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:18:21,084 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:18:21,091 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:18:21,098 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:19:21,084 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:19:21,090 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:19:21,100 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:19:21,201 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 13:20:21,087 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:20:21,088 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:20:21,089 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:21:21,082 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:21:21,083 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:21:21,085 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:21:21,090 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:21:21,096 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:22:21,084 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:22:21,084 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:22:21,087 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:22:21,092 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:22:21,098 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:23:21,049 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:24:21,080 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:24:21,080 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:24:21,081 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:24:21,088 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:24:21,095 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:25:21,088 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:25:21,089 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:25:21,091 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:25:21,100 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:25:21,107 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:25:21,171 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 13:26:21,055 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:27:21,075 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:27:21,079 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:27:21,079 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:27:21,085 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:27:21,091 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:28:21,077 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:28:21,077 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:28:21,078 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:28:21,086 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:28:21,092 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:29:21,081 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:29:21,082 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:29:21,083 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:30:21,068 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:30:21,070 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:30:21,077 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:30:21,179 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 13:31:21,049 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:31:21,050 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:31:21,053 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:31:21,058 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:32:21,052 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:32:21,052 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:32:21,053 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:32:21,060 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:33:21,020 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:33:21,022 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:33:21,026 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:34:21,047 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:34:21,048 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:34:21,050 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:34:21,055 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:35:21,048 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:35:21,049 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:35:21,051 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:35:21,056 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:35:21,063 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:36:21,023 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:36:21,134 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 13:37:21,043 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:37:21,043 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:37:21,045 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:37:21,052 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:37:21,058 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:38:21,044 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:38:21,044 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:38:21,044 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:38:21,052 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:38:21,058 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:39:21,019 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:40:21,040 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:40:21,041 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:40:21,042 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:40:21,048 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:40:21,055 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:41:21,042 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:41:21,046 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:41:21,047 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:41:21,060 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:41:21,127 basehttp 28880 6209236992 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 13:42:21,026 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:42:21,027 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:43:21,038 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:43:21,038 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:43:21,040 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:43:21,046 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:43:21,053 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:44:21,038 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:44:21,039 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:44:21,040 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:45:21,034 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:45:21,035 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:45:21,035 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:45:21,043 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:46:20,987 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:46:20,990 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:46:21,002 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:46:21,009 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:46:21,082 basehttp 28880 6175584256 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 13:47:20,980 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:47:20,981 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:47:20,983 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:48:20,981 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:48:20,981 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:48:20,984 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:48:20,989 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:48:20,996 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:49:20,969 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:49:20,971 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:49:20,977 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:50:20,958 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:50:20,959 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:50:20,960 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:51:20,973 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:51:20,975 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:51:20,976 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:51:20,982 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:52:20,982 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:52:20,985 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:52:20,991 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:52:20,997 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:52:21,004 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:52:21,063 basehttp 28880 6158757888 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 13:53:20,961 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:53:20,962 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:54:20,968 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:54:20,969 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:54:20,970 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:54:20,976 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:55:20,971 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:55:20,972 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:55:20,974 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:55:20,980 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:55:20,987 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:56:21,023 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:56:21,027 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:56:21,033 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:56:21,085 basehttp 28880 6158757888 "GET /en/emr/ HTTP/1.1" 200 64610 INFO 2025-09-30 13:56:21,093 basehttp 28880 6192410624 "GET /static/css/custom.css HTTP/1.1" 304 0 INFO 2025-09-30 13:56:21,093 basehttp 28880 6158757888 "GET /static/js/custom.js HTTP/1.1" 304 0 INFO 2025-09-30 13:56:21,141 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:56:21,209 basehttp 28880 6192410624 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 13:57:21,029 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:57:21,030 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:57:21,032 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:57:21,138 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:58:21,029 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:58:21,029 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:58:21,030 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:58:21,037 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:58:21,141 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:59:20,998 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 13:59:21,001 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 13:59:21,001 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 13:59:21,143 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:00:02,934 basehttp 28880 6158757888 "GET /en/emr/ HTTP/1.1" 200 64610 INFO 2025-09-30 14:00:02,992 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:00:03,066 basehttp 28880 6226063360 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-09-30 14:00:05,446 basehttp 28880 6226063360 "GET /en/radiology HTTP/1.1" 301 0 INFO 2025-09-30 14:00:05,569 basehttp 28880 6158757888 "GET /en/radiology/ HTTP/1.1" 200 62108 INFO 2025-09-30 14:00:05,605 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:00:05,607 basehttp 28880 6192410624 "GET /en/radiology/htmx/stats/ HTTP/1.1" 200 4178 INFO 2025-09-30 14:00:20,459 basehttp 28880 6192410624 "GET /en/radiology/images/ HTTP/1.1" 200 275885 INFO 2025-09-30 14:00:20,507 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:00:21,009 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:00:21,011 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:00:21,013 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:00:21,020 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:00:25,333 basehttp 28880 6209236992 "GET /en/radiology/viewer/image/1/ HTTP/1.1" 200 33382 INFO 2025-09-30 14:00:25,367 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:01:05,804 basehttp 28880 6209236992 "GET /en/radiology/viewer/image/2/ HTTP/1.1" 200 33730 INFO 2025-09-30 14:01:05,838 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:01:08,945 basehttp 28880 6209236992 "GET /en/radiology/viewer/image/3/ HTTP/1.1" 200 33732 INFO 2025-09-30 14:01:08,973 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:01:13,496 basehttp 28880 6209236992 "GET /en/radiology/viewer/series/1/ HTTP/1.1" 200 34996 WARNING 2025-09-30 14:01:13,509 log 28880 6209236992 Not Found: /en/radiology/files/preview/b0f6fc3c-b286-44bf-92ec-1eeb86cae983/ WARNING 2025-09-30 14:01:13,509 basehttp 28880 6209236992 "GET /en/radiology/files/preview/b0f6fc3c-b286-44bf-92ec-1eeb86cae983/ HTTP/1.1" 404 31666 INFO 2025-09-30 14:01:13,530 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:01:13,534 basehttp 28880 6192410624 "GET /en/radiology/series/ab69f13b-b478-4f1a-8785-f13ec58433ef/images/ HTTP/1.1" 200 7710 WARNING 2025-09-30 14:01:13,588 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/3bab44bc-a4e0-43f4-879d-17d9d38b3957/ WARNING 2025-09-30 14:01:13,589 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/3bab44bc-a4e0-43f4-879d-17d9d38b3957/ HTTP/1.1" 404 31274 WARNING 2025-09-30 14:01:13,595 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/85c85443-dc75-4fff-aca9-b2fd64dce4be/ WARNING 2025-09-30 14:01:13,595 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/85c85443-dc75-4fff-aca9-b2fd64dce4be/ HTTP/1.1" 404 31274 WARNING 2025-09-30 14:01:13,598 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/4c5f225a-6664-4811-81f7-7e53eda87f9f/ WARNING 2025-09-30 14:01:13,600 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/4c5f225a-6664-4811-81f7-7e53eda87f9f/ HTTP/1.1" 404 31274 WARNING 2025-09-30 14:01:13,603 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/b0f6fc3c-b286-44bf-92ec-1eeb86cae983/ WARNING 2025-09-30 14:01:13,605 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/c99e3c40-9cb2-4443-9625-2c25264d6021/ WARNING 2025-09-30 14:01:13,605 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/b0f6fc3c-b286-44bf-92ec-1eeb86cae983/ HTTP/1.1" 404 31274 WARNING 2025-09-30 14:01:13,605 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/c99e3c40-9cb2-4443-9625-2c25264d6021/ HTTP/1.1" 404 31274 WARNING 2025-09-30 14:01:13,608 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/92b28a3f-302a-4c95-b768-8153d15778f9/ WARNING 2025-09-30 14:01:13,608 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/92b28a3f-302a-4c95-b768-8153d15778f9/ HTTP/1.1" 404 31274 WARNING 2025-09-30 14:01:13,612 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/6de79405-0904-492a-93d9-dc1a9083da8c/ WARNING 2025-09-30 14:01:13,613 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/6de79405-0904-492a-93d9-dc1a9083da8c/ HTTP/1.1" 404 31274 WARNING 2025-09-30 14:01:13,616 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/c985daab-8055-4a6c-a45b-1ca5fe4906a8/ WARNING 2025-09-30 14:01:13,616 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/c985daab-8055-4a6c-a45b-1ca5fe4906a8/ HTTP/1.1" 404 31274 WARNING 2025-09-30 14:01:13,626 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/9a11a89e-dd33-437f-8987-de9b097284c3/ WARNING 2025-09-30 14:01:13,626 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/9a11a89e-dd33-437f-8987-de9b097284c3/ HTTP/1.1" 404 31274 WARNING 2025-09-30 14:01:13,673 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/b89cbaa0-a5fd-41ad-9f4a-d1c0861c3edc/ WARNING 2025-09-30 14:01:13,675 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/51fd5853-6484-44fa-ae92-afb7113502a3/ WARNING 2025-09-30 14:01:13,677 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/ae62aecb-14e5-40f7-919f-638f9f670e61/ WARNING 2025-09-30 14:01:13,679 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/eca3607c-337b-4d7e-bee5-77e1a3354e28/ WARNING 2025-09-30 14:01:13,681 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/4430a545-105a-4353-8dad-e324649231d0/ WARNING 2025-09-30 14:01:13,681 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/b89cbaa0-a5fd-41ad-9f4a-d1c0861c3edc/ HTTP/1.1" 404 31274 WARNING 2025-09-30 14:01:13,683 log 28880 6242889728 Not Found: /en/radiology/files/thumbnail/a20655b6-2664-48ea-9751-588e4e17c9f4/ WARNING 2025-09-30 14:01:13,683 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/51fd5853-6484-44fa-ae92-afb7113502a3/ HTTP/1.1" 404 31274 WARNING 2025-09-30 14:01:13,683 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/ae62aecb-14e5-40f7-919f-638f9f670e61/ HTTP/1.1" 404 31274 WARNING 2025-09-30 14:01:13,683 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/eca3607c-337b-4d7e-bee5-77e1a3354e28/ HTTP/1.1" 404 31274 WARNING 2025-09-30 14:01:13,683 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/4430a545-105a-4353-8dad-e324649231d0/ HTTP/1.1" 404 31274 WARNING 2025-09-30 14:01:13,683 basehttp 28880 6242889728 "GET /en/radiology/files/thumbnail/a20655b6-2664-48ea-9751-588e4e17c9f4/ HTTP/1.1" 404 31274 WARNING 2025-09-30 14:01:13,721 log 28880 6226063360 Not Found: /en/radiology/files/thumbnail/3fb5727c-94e6-4598-8d78-a691ae89ee6d/ WARNING 2025-09-30 14:01:13,722 basehttp 28880 6226063360 "GET /en/radiology/files/thumbnail/3fb5727c-94e6-4598-8d78-a691ae89ee6d/ HTTP/1.1" 404 31274 WARNING 2025-09-30 14:01:13,727 log 28880 6175584256 Not Found: /en/radiology/files/thumbnail/3780ff4c-1707-42a0-a1f9-b80c457fb793/ WARNING 2025-09-30 14:01:13,729 log 28880 6209236992 Not Found: /en/radiology/files/thumbnail/c0a6ca5a-66aa-44fc-8fb2-7b2fa83cf2cf/ WARNING 2025-09-30 14:01:13,730 log 28880 6158757888 Not Found: /en/radiology/files/thumbnail/3ec3c7ec-d679-4318-bc84-c40a0899fe0d/ WARNING 2025-09-30 14:01:13,732 log 28880 6192410624 Not Found: /en/radiology/files/thumbnail/345a3b0a-34c1-4443-96d2-dd7c3d0d7c5a/ WARNING 2025-09-30 14:01:13,732 basehttp 28880 6175584256 "GET /en/radiology/files/thumbnail/3780ff4c-1707-42a0-a1f9-b80c457fb793/ HTTP/1.1" 404 31274 WARNING 2025-09-30 14:01:13,733 basehttp 28880 6209236992 "GET /en/radiology/files/thumbnail/c0a6ca5a-66aa-44fc-8fb2-7b2fa83cf2cf/ HTTP/1.1" 404 31274 WARNING 2025-09-30 14:01:13,733 basehttp 28880 6158757888 "GET /en/radiology/files/thumbnail/3ec3c7ec-d679-4318-bc84-c40a0899fe0d/ HTTP/1.1" 404 31274 WARNING 2025-09-30 14:01:13,733 basehttp 28880 6192410624 "GET /en/radiology/files/thumbnail/345a3b0a-34c1-4443-96d2-dd7c3d0d7c5a/ HTTP/1.1" 404 31274 INFO 2025-09-30 14:01:21,014 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:01:21,015 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:02:13,528 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:02:21,004 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:02:21,004 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:02:21,007 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:02:21,011 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:03:13,532 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:03:21,023 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:03:21,023 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:03:21,025 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:04:13,537 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:04:21,005 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:04:21,006 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:04:40,290 basehttp 28880 6192410624 "GET /en/admin/radiology/dicomimage/ HTTP/1.1" 200 173832 INFO 2025-09-30 14:04:40,306 basehttp 28880 6226063360 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-30 14:04:40,306 basehttp 28880 6158757888 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-30 14:04:40,307 basehttp 28880 6175584256 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-30 14:04:40,307 basehttp 28880 6209236992 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-30 14:04:40,308 basehttp 28880 6192410624 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-30 14:04:40,308 basehttp 28880 6158757888 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-30 14:04:40,308 basehttp 28880 6209236992 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-30 14:04:40,308 basehttp 28880 6175584256 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-30 14:04:40,311 basehttp 28880 6158757888 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-30 14:04:40,311 basehttp 28880 6192410624 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-30 14:04:40,311 basehttp 28880 6209236992 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-30 14:04:40,311 basehttp 28880 6175584256 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-30 14:04:40,315 basehttp 28880 6226063360 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-30 14:04:40,316 basehttp 28880 6158757888 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-09-30 14:04:40,316 basehttp 28880 6242889728 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-30 14:04:40,316 basehttp 28880 6209236992 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-30 14:04:40,317 basehttp 28880 6209236992 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-30 14:04:40,317 basehttp 28880 6175584256 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-30 14:04:40,320 basehttp 28880 6175584256 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-30 14:04:40,320 basehttp 28880 6209236992 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-30 14:04:40,328 basehttp 28880 6209236992 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-30 14:04:40,329 basehttp 28880 6175584256 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-30 14:04:40,329 basehttp 28880 6158757888 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-30 14:04:40,330 basehttp 28880 6158757888 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-30 14:04:50,466 basehttp 28880 6158757888 "GET /en/admin/radiology/dicomimage/25978/change/ HTTP/1.1" 200 140764 INFO 2025-09-30 14:04:50,477 basehttp 28880 6226063360 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-30 14:04:50,478 basehttp 28880 6209236992 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-30 14:04:50,478 basehttp 28880 6158757888 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-30 14:04:50,478 basehttp 28880 6242889728 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-30 14:04:50,480 basehttp 28880 6242889728 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-30 14:04:50,481 basehttp 28880 6175584256 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-30 14:04:50,482 basehttp 28880 6242889728 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-30 14:04:50,483 basehttp 28880 6242889728 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-30 14:04:50,509 basehttp 28880 6175584256 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-09-30 14:04:50,509 basehttp 28880 6242889728 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-30 14:05:13,989 basehttp 28880 6242889728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:05:21,004 basehttp 28880 6242889728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:05:21,005 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:05:21,007 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:05:21,012 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:06:15,000 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:06:21,025 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:06:21,027 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:06:21,027 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:06:21,034 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:07:15,994 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:07:21,020 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:07:21,020 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:07:21,022 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:08:17,990 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:08:21,009 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:08:21,010 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:09:21,019 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:09:21,020 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:09:21,021 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:09:21,027 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:09:21,033 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:10:21,018 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:10:21,018 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:10:21,019 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:10:21,983 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:11:20,983 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:11:20,984 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:11:20,991 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:12:20,984 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:12:20,984 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:12:20,985 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:12:20,992 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:13:20,990 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:13:20,990 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:13:20,993 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:13:20,998 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:14:20,973 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:14:20,977 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:14:20,984 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:15:20,984 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:15:20,985 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:15:20,985 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:15:20,993 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:16:20,984 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:16:20,985 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:16:20,987 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:16:20,992 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:17:20,964 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:17:20,968 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:17:20,975 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:18:21,011 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:18:21,012 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:18:21,013 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:18:21,018 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:19:20,956 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:19:20,994 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:19:20,996 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:19:20,998 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:19:21,002 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:20:20,970 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:20:20,971 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:21:20,978 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:21:20,978 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:21:20,981 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:21:20,985 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:22:20,975 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:22:20,976 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:22:20,978 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:22:20,984 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:22:20,990 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:23:20,973 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:23:20,975 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:23:20,980 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:24:20,977 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:24:20,979 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:24:20,981 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:24:20,986 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:25:20,960 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:25:20,963 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:26:20,947 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:26:20,948 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:26:20,950 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:26:20,954 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:26:20,960 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:27:20,937 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:27:20,938 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:27:20,940 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:28:20,951 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:28:20,952 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:28:20,955 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:28:20,963 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:28:20,977 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:29:20,948 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:29:20,951 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:29:20,952 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:29:20,958 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:30:20,935 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:30:20,937 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:30:20,943 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:31:20,951 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:31:20,952 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:31:20,954 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:31:20,959 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:32:20,946 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:32:20,947 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:32:20,949 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:32:20,954 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:33:20,938 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:33:20,951 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:33:20,953 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:33:20,953 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:33:20,959 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:34:20,935 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:34:20,936 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:35:20,944 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:35:20,946 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:35:20,947 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:35:20,954 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:36:20,951 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:36:20,951 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:36:20,953 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:36:20,959 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:36:20,965 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:52:48,458 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:52:48,461 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:52:48,461 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:52:48,468 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:52:48,474 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:53:48,548 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:53:48,550 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:54:48,554 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:54:48,556 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:54:48,558 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:54:48,563 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:55:48,555 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:55:48,556 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:55:48,558 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:55:48,564 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:55:48,570 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:56:48,556 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:56:48,557 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:56:48,560 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:56:48,565 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:57:48,540 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:57:48,541 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:58:48,556 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:58:48,556 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:58:48,558 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:58:48,563 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:58:48,569 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:59:48,554 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 14:59:48,555 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 14:59:48,557 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 14:59:48,562 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:00:48,542 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:00:48,545 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:00:48,551 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:00:48,559 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:01:48,557 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:01:48,557 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:01:48,557 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:02:48,554 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:02:48,554 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:02:48,556 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:02:48,562 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:03:48,535 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:03:48,538 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:03:48,543 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:03:48,550 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:04:48,557 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:04:48,557 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:04:48,558 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:04:48,564 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:04:48,571 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:05:48,530 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:06:48,554 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:06:48,554 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:06:48,557 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:06:48,562 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:06:48,569 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:07:48,535 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:07:48,535 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:07:48,535 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:07:48,542 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:08:48,555 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:08:48,557 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:08:48,563 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:09:48,566 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:09:48,566 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:09:48,569 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:09:48,575 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:10:48,567 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:10:48,567 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:10:48,568 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:10:48,575 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:11:48,566 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:11:48,568 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:11:48,570 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:11:48,575 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:12:48,599 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:12:48,601 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:12:48,605 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:13:48,566 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:13:48,566 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:13:48,567 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:13:48,574 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:13:48,581 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:14:48,569 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:14:48,569 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:14:48,570 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:14:48,578 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:15:48,554 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:15:48,557 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:15:48,563 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:16:48,563 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:16:48,564 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:16:48,566 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:17:48,566 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:17:48,566 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:17:48,567 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:17:48,573 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:17:48,580 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:18:48,568 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:18:48,569 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:18:48,570 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:18:48,576 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:19:48,546 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:19:48,548 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:20:48,557 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:20:48,558 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:20:48,559 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:20:48,565 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:20:48,571 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:21:48,552 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:21:48,554 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:21:48,555 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:21:48,560 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:22:48,565 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:22:48,566 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:22:48,567 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:22:48,572 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:23:48,546 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:23:48,548 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:24:48,576 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:24:48,578 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:24:48,580 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:24:48,586 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:24:48,592 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:25:48,564 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:25:48,565 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:25:48,572 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:26:48,574 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:26:48,577 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:26:48,578 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:27:48,576 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:27:48,577 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:27:48,578 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:27:48,584 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:27:48,590 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:28:48,554 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:28:48,600 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:28:48,602 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:28:48,603 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:28:48,608 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:29:48,566 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:30:48,572 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:30:48,574 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:30:48,576 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:30:48,581 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:30:48,587 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:31:48,578 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:31:48,579 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:31:48,580 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:31:48,587 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:31:48,594 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:32:48,571 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:32:48,573 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:32:48,582 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:33:48,582 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:33:48,583 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:33:48,584 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:33:48,590 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:34:48,578 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:34:48,578 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:34:48,580 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:34:48,585 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:35:48,564 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:35:48,596 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:35:48,598 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:35:48,600 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:35:48,604 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:36:48,553 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:37:48,578 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:37:48,579 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:37:48,581 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:37:48,586 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:37:48,593 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:38:48,567 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:38:48,569 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:38:48,576 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:38:48,583 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:39:48,577 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:39:48,579 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:40:48,596 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:40:48,598 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:40:48,599 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:40:48,604 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:40:48,611 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:41:48,580 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:41:48,581 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:41:48,589 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:41:48,597 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:42:48,600 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:42:48,601 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:42:48,603 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:43:48,572 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:43:48,578 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:43:48,581 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:43:48,582 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:43:48,588 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:44:48,575 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:44:48,577 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:45:48,579 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:45:48,580 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:45:48,580 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:45:48,586 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:45:48,592 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:46:48,593 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:46:48,593 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:46:48,596 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:46:48,602 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:47:48,592 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:47:48,592 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:47:48,595 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:47:48,600 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:47:48,606 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:48:48,594 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:48:48,595 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:48:48,597 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:49:48,581 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:49:48,584 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:49:48,591 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:49:48,597 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:50:48,597 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:50:48,598 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:50:48,598 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:50:48,604 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:51:48,595 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:51:48,597 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:51:48,597 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:52:48,605 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:52:48,606 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:52:48,608 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:52:48,613 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:52:48,619 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:54:18,804 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:54:18,806 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:54:18,812 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:55:50,008 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:55:50,009 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:55:50,011 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:55:50,016 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:57:51,514 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:57:51,516 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:59:49,783 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:59:49,784 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 15:59:49,785 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 15:59:49,791 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 15:59:49,797 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:11:30,102 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:11:30,103 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:11:30,104 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:11:30,110 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:12:30,069 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:12:30,071 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:12:30,077 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:13:30,076 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:13:30,076 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:13:30,077 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:13:30,084 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:13:30,091 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:14:30,073 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:14:30,073 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:14:30,074 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:15:30,063 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:15:30,066 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:15:30,072 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:16:30,075 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:16:30,076 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:16:30,077 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:16:30,083 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:16:30,089 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:17:30,079 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:17:30,080 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:17:30,081 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:18:30,062 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:18:30,064 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:18:30,071 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:19:30,075 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:19:30,076 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:19:30,077 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:19:30,084 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:19:30,091 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:20:30,076 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:20:30,077 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:20:30,078 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:21:30,065 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:21:30,067 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:21:30,074 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:21:30,081 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:22:30,077 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:22:30,078 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:22:30,080 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:22:30,085 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:23:30,078 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:23:30,079 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:23:30,081 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:23:30,086 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:24:30,062 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:24:30,063 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:24:30,072 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:25:30,076 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:25:30,078 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:25:30,079 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:25:30,085 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:25:30,091 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:26:30,001 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:26:30,002 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:26:30,004 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:27:30,003 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:27:30,003 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:27:30,004 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:27:30,010 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:28:29,991 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:28:29,993 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:28:30,001 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:28:30,008 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:29:29,997 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:29:29,998 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:29:29,999 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:30:29,996 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:30:29,998 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:30:30,000 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:30:30,005 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:31:29,993 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:31:29,995 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:31:30,002 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:32:29,994 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:32:29,995 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:32:29,997 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:32:30,001 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:32:30,007 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:33:30,002 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:33:30,003 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:33:30,004 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:33:30,010 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:34:29,997 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:34:29,997 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:34:29,999 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:34:30,004 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:34:30,011 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:35:29,987 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:35:29,989 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:36:29,992 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:36:29,993 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:36:29,996 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:36:30,001 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:36:30,008 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:37:29,998 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:37:29,998 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:37:30,000 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:37:30,007 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:38:29,986 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:38:29,987 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:38:29,995 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:39:29,988 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:39:29,989 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:39:29,990 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:39:29,995 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:40:29,996 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:40:29,996 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:40:29,998 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:41:30,054 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:41:30,056 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:41:30,063 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:41:30,070 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:42:30,054 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:42:30,055 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:42:30,057 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:42:30,062 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:43:30,059 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:43:30,060 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:43:30,061 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:44:30,050 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:44:30,050 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:44:30,059 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:44:30,067 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:45:30,062 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:45:30,064 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:45:30,066 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:45:30,071 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:46:30,060 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:46:30,061 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:46:30,063 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:47:30,049 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:47:30,052 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:47:30,058 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:47:30,065 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:48:30,064 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:48:30,065 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:48:30,067 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:48:30,073 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:49:30,060 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:49:30,061 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:49:30,062 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:50:30,051 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:50:30,054 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:50:30,061 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:50:30,068 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:51:30,067 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:51:30,068 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:51:30,071 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:51:30,077 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:52:30,060 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:52:30,061 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:52:30,063 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:52:30,069 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:53:30,062 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:53:30,063 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:53:30,065 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:53:30,071 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:54:30,052 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:54:30,053 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:54:30,060 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:54:30,067 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:55:30,063 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:55:30,064 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:55:30,066 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:56:30,008 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:56:30,008 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:56:30,010 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:56:30,015 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:56:30,022 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:57:29,994 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:57:29,996 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:58:30,007 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:58:30,008 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:58:30,010 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 16:58:30,016 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:58:30,023 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:59:30,004 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 16:59:30,006 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 16:59:30,007 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:00:29,991 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:00:29,993 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:00:30,001 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:01:29,997 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:01:29,997 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:01:29,999 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:01:30,004 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:01:30,010 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:02:30,002 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:02:30,002 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:02:30,004 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:03:29,989 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:03:29,993 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:03:29,999 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:04:29,989 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:04:29,989 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:04:29,991 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:04:29,996 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:05:30,006 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:05:30,006 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:05:30,008 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:05:30,013 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:06:29,988 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:06:29,991 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:06:29,997 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:07:30,002 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:07:30,004 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:07:30,005 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:07:30,011 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:08:29,990 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:08:29,992 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:08:29,999 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:09:29,997 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:09:29,998 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:09:30,001 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:09:30,006 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:10:29,981 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:10:29,985 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:10:29,987 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:10:29,990 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:11:29,989 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:11:29,991 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:11:29,997 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:13:54,748 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:13:54,749 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:13:54,751 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:13:54,756 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:16:15,751 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:16:15,751 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:16:15,752 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:20:01,051 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:20:01,053 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:20:01,061 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:20:01,068 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:27:10,181 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:27:10,183 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:27:10,185 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:27:10,191 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:27:10,201 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:28:10,169 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:28:10,171 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:28:10,171 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:29:10,137 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:29:10,137 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:29:10,139 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:29:10,146 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:30:10,135 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:30:10,135 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:30:10,136 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:30:10,143 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:30:10,149 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:31:10,121 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:31:10,122 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:32:10,130 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:32:10,130 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:32:10,132 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:32:10,137 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:33:10,111 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:33:10,116 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:33:10,121 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:33:10,130 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:34:10,128 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:34:10,130 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:34:10,130 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:34:10,136 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:35:10,127 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:35:10,128 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:35:10,129 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:36:10,102 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:36:10,122 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:36:10,125 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:36:10,125 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:36:10,132 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:37:10,115 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:37:10,116 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:38:10,128 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:38:10,128 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:38:10,129 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:38:10,135 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:38:10,142 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:39:10,125 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:39:10,125 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:39:10,126 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:39:10,133 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:40:10,115 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:40:10,116 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:41:10,123 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:41:10,124 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:41:10,126 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:41:10,131 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:41:10,137 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:42:10,122 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:42:10,123 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:42:10,125 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:42:10,131 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:43:10,123 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:43:10,123 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:43:10,125 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:43:10,131 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:43:10,138 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:44:10,124 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:44:10,126 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:45:10,141 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:45:10,142 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:45:10,143 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:45:10,149 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:46:10,130 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:46:10,132 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:46:10,133 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:46:10,138 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:46:10,145 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:47:10,116 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:47:10,117 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:48:10,136 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:48:10,136 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:48:10,139 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:48:10,145 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:49:10,128 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:49:10,129 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:49:10,136 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:49:10,144 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:50:10,134 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:50:10,136 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:50:10,137 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:51:10,132 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:51:10,135 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:51:10,136 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:51:10,141 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:52:10,123 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:52:10,126 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:52:10,132 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:52:10,139 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:53:10,134 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:53:10,134 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:53:10,135 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:54:10,138 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:54:10,138 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:54:10,140 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:54:10,147 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:54:10,152 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:55:10,134 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:55:10,135 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:55:10,135 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:55:10,141 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:56:10,133 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:56:10,134 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:56:10,134 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:56:10,141 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:56:10,147 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:57:10,121 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:57:10,124 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:58:10,131 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:58:10,131 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:58:10,133 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:58:10,139 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:58:10,146 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:59:10,116 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 17:59:10,116 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 17:59:10,118 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 17:59:10,124 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:00:10,105 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:00:10,105 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 18:00:10,108 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:00:10,113 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:00:10,119 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:01:10,092 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:01:10,093 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:02:10,105 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:02:10,107 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 18:02:10,108 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:02:10,113 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:03:10,093 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:03:10,095 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:03:10,101 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:04:10,081 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:04:10,085 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 18:04:10,086 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:04:10,089 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:05:10,094 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:05:10,095 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 18:05:10,096 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:05:10,102 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:06:10,090 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:06:10,093 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:06:10,100 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:06:10,107 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:07:10,098 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 18:07:10,099 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:07:10,100 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:08:10,096 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 18:08:10,098 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:08:10,099 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:08:10,105 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:09:10,097 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:09:10,097 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 18:09:10,100 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:09:10,105 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:09:10,112 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:10:10,082 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:10:10,083 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:11:10,098 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:11:10,101 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 18:11:10,101 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:11:10,107 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:12:10,084 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:12:10,087 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:12:10,093 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:12:10,101 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:13:10,093 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 18:13:10,094 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:13:10,097 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:13:10,102 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:13:10,109 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:14:10,092 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:14:10,094 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 18:14:10,095 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:15:10,203 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 18:15:10,204 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:15:10,206 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:15:10,212 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:16:10,195 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:16:10,198 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:16:10,204 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:16:10,211 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:17:10,210 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:17:10,212 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 18:17:10,213 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:17:10,219 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:17:10,225 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:18:10,210 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 18:18:10,211 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:18:10,212 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:19:10,204 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:19:10,206 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 18:19:10,209 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:19:10,212 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:20:10,199 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:20:10,201 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:20:10,208 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:20:10,215 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:21:10,210 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 18:21:10,211 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:21:10,214 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:21:10,219 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:21:10,226 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:22:10,212 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:22:10,213 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 18:22:10,215 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:22:10,222 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:23:10,197 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:23:10,198 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:24:10,205 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:24:10,209 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 18:24:10,211 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:24:10,214 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:24:10,221 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:25:10,209 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:25:10,209 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 18:25:10,212 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:25:10,217 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:25:10,224 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:26:10,195 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:26:10,197 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:27:10,212 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:27:10,213 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 18:27:10,215 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:27:10,221 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:35:05,853 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:35:05,856 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 18:35:05,856 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:35:05,862 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:36:17,721 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:36:17,724 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:36:17,730 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:40:16,532 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:40:16,532 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 18:40:16,534 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:40:16,540 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:40:16,547 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:44:04,568 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:44:04,570 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 18:44:04,571 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:45:04,550 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:45:04,552 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:45:04,556 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:50:26,142 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:50:26,145 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 18:50:26,146 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:50:26,152 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:50:26,159 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:55:59,776 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:55:59,776 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 18:55:59,778 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:55:59,784 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:56:59,776 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 18:56:59,776 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:56:59,777 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:57:59,751 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:57:59,752 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:57:59,759 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:57:59,765 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:58:59,775 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 18:58:59,776 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:58:59,779 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 18:58:59,784 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:59:59,777 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 18:59:59,777 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 18:59:59,779 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:00:59,761 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:00:59,763 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:00:59,769 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:00:59,777 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:01:59,779 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:01:59,779 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:01:59,780 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:02:59,777 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:02:59,777 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:02:59,779 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:02:59,785 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:02:59,791 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:03:59,763 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:03:59,766 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:03:59,772 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:04:59,764 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:04:59,764 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:04:59,766 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:05:59,750 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:05:59,750 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:05:59,751 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:05:59,757 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:06:59,716 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:06:59,719 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:06:59,726 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:06:59,733 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:07:59,725 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:07:59,727 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:07:59,729 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:08:59,726 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:08:59,727 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:08:59,728 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:08:59,734 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:08:59,740 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:09:59,713 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:09:59,715 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:09:59,722 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:10:59,727 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:10:59,729 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:10:59,731 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:10:59,736 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:11:59,727 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:11:59,727 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:11:59,728 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:11:59,734 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:12:59,716 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:12:59,718 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:12:59,724 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:13:59,725 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:13:59,726 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:13:59,729 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:13:59,736 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:14:59,725 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:14:59,727 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:14:59,729 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:14:59,733 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:15:59,723 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:15:59,724 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:15:59,726 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:15:59,731 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:16:59,714 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:16:59,717 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:16:59,723 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:17:59,725 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:17:59,727 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:17:59,729 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:17:59,734 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:17:59,741 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:18:59,722 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:18:59,723 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:18:59,723 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:19:59,725 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:19:59,726 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:19:59,728 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:19:59,733 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:20:59,702 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:20:59,704 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:20:59,710 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:20:59,716 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:21:59,739 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:21:59,739 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:21:59,741 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:21:59,747 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:22:59,742 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:22:59,742 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:22:59,743 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:23:59,769 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:23:59,771 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:23:59,776 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:23:59,781 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:24:59,737 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:24:59,740 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:24:59,742 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:24:59,748 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:25:59,739 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:25:59,740 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:25:59,743 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:25:59,748 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:26:59,743 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:26:59,743 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:26:59,744 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:26:59,751 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:26:59,758 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:27:59,721 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:27:59,723 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:28:59,742 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:28:59,742 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:28:59,745 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:28:59,750 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:28:59,756 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:29:59,741 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:29:59,741 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:29:59,744 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:29:59,749 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:30:59,717 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:30:59,719 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:31:59,741 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:31:59,742 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:31:59,744 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:31:59,749 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:31:59,756 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:32:59,742 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:32:59,742 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:32:59,743 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:33:59,730 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:33:59,732 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:33:59,739 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:34:59,739 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:34:59,740 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:34:59,741 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:34:59,747 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:35:59,741 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:35:59,741 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:35:59,742 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:35:59,749 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:36:59,728 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:36:59,731 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:36:59,738 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:36:59,746 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:37:59,689 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:37:59,690 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:37:59,691 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:38:59,697 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:38:59,698 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:38:59,698 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:38:59,706 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:38:59,713 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:39:59,697 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:39:59,697 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:39:59,699 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:39:59,705 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:40:59,676 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:40:59,677 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:40:59,678 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:40:59,683 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:40:59,690 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:41:59,683 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:41:59,684 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:42:59,694 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:42:59,694 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:42:59,696 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:42:59,701 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:42:59,708 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:43:59,676 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:43:59,676 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:43:59,677 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:43:59,682 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:44:59,679 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:44:59,680 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:44:59,688 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:45:59,694 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:45:59,694 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:45:59,696 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:45:59,701 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:46:59,691 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:46:59,693 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:46:59,695 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:46:59,700 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:47:59,679 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:47:59,681 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:47:59,687 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:48:59,691 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:48:59,691 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:48:59,694 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:48:59,699 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:49:59,691 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:49:59,691 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:49:59,694 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:49:59,699 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:50:59,672 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:50:59,674 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:50:59,675 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:50:59,680 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:51:59,688 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:51:59,688 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:51:59,691 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:51:59,695 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:51:59,702 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:52:59,776 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:52:59,778 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:53:59,780 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:53:59,781 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:53:59,783 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:53:59,788 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:54:59,776 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:54:59,779 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:54:59,785 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:54:59,792 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:55:59,790 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:55:59,790 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:55:59,792 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:55:59,798 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:56:59,791 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:56:59,791 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:56:59,793 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:56:59,799 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:58:26,078 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 19:58:26,078 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 19:58:26,081 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 19:58:26,086 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:00:16,329 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:00:16,332 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:00:16,339 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:06:59,106 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:06:59,107 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:06:59,110 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:06:59,115 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:06:59,122 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:11:35,819 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:11:35,820 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:11:35,821 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:12:35,809 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:12:35,812 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:12:35,819 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:13:35,755 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:13:35,755 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:13:35,756 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:13:35,762 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:13:35,769 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:14:35,759 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:14:35,760 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:14:35,763 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:14:35,768 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:15:35,775 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:15:35,777 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:15:35,778 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:15:35,784 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:16:35,748 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:16:35,749 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:17:35,754 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:17:35,756 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:17:35,757 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:17:35,762 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:17:35,768 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:18:35,736 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:18:35,737 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:18:35,743 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:19:35,743 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:19:35,743 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:19:35,744 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:20:35,752 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:20:35,752 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:20:35,753 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:20:35,759 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:20:35,765 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:21:35,747 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:21:35,750 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:21:35,757 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:21:35,764 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:22:35,761 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:22:35,764 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:22:35,765 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:22:35,770 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:23:35,760 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:23:35,760 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:23:35,761 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:24:35,745 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:24:35,748 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:24:35,755 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:24:35,762 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:25:35,758 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:25:35,758 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:25:35,761 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:25:35,766 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:25:35,772 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:26:35,750 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:26:35,751 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:27:35,758 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:27:35,761 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:27:35,762 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:27:35,766 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:27:35,772 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:28:35,759 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:28:35,759 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:28:35,761 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:28:35,768 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:28:35,774 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:29:35,750 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:29:35,752 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:30:35,760 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:30:35,760 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:30:35,763 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:30:35,768 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:31:35,762 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:31:35,762 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:31:35,765 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:31:35,770 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:31:35,777 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:32:35,750 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:32:35,752 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:32:35,758 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:33:35,753 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:33:35,754 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:33:35,755 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:34:35,764 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:34:35,765 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:34:35,767 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:34:35,773 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:34:35,779 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:35:35,750 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:35:35,751 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:35:35,759 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:35:35,766 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:36:35,767 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:36:35,767 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:36:35,770 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:37:35,763 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:37:35,764 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:37:35,765 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:37:35,771 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:38:35,752 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:38:35,755 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:38:35,761 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:38:35,769 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:39:35,766 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:39:35,766 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:39:35,767 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:39:35,774 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:40:35,759 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:40:35,759 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:40:35,761 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:41:35,739 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:41:35,741 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:41:35,746 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:41:35,752 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:42:35,751 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:42:35,751 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:42:35,752 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:42:35,758 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:42:35,764 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:43:35,762 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:43:35,765 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:43:35,768 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:43:35,773 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:44:35,748 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:44:35,751 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:44:35,758 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:45:35,763 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:45:35,765 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:45:35,766 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:45:35,773 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:46:35,761 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:46:35,763 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:46:35,764 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:46:35,770 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:46:35,777 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:47:35,761 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:47:35,762 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:47:35,764 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:48:35,735 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:48:35,784 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:48:35,784 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:48:35,786 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:48:35,791 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:49:35,739 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:49:35,759 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:50:35,756 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:50:35,767 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:50:35,768 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:50:35,769 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:51:35,750 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:51:35,752 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:52:35,764 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:52:35,766 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:52:35,767 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:52:35,772 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:52:35,779 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:53:35,749 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:53:35,750 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:53:35,758 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:54:35,768 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:54:35,768 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:54:35,770 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:54:35,775 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:55:35,763 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:55:35,763 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:55:35,766 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:55:35,771 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:56:35,765 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:56:35,765 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:56:35,768 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:56:35,773 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:56:35,779 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:57:35,754 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:57:35,757 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:57:35,764 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:58:35,765 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:58:35,765 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:58:35,766 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 20:58:35,773 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:59:35,815 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:59:35,839 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 20:59:35,840 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 20:59:35,841 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:00:35,827 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:00:35,829 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:00:35,835 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:01:35,871 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:01:35,873 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:01:35,874 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:01:35,878 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:02:35,829 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:02:35,830 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:02:35,831 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:02:35,836 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:03:35,826 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:03:35,828 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:03:35,830 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:03:35,834 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:03:35,840 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:04:35,827 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:04:35,829 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:04:35,836 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:05:35,820 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:05:35,868 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:05:35,869 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:05:35,871 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:05:35,875 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:06:35,825 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:07:35,848 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:07:35,849 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:07:35,849 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:07:35,856 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:07:35,862 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:08:35,833 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:08:35,835 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:08:35,842 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:09:35,850 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:09:35,851 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:09:35,853 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:09:35,859 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:10:35,847 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:10:35,849 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:10:35,850 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:10:35,857 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:11:35,837 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:11:35,840 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:11:35,846 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:12:35,852 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:12:35,853 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:12:35,855 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:12:35,861 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:12:35,867 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:13:58,246 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:13:58,248 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:13:58,255 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:15:16,557 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:15:16,558 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:15:16,560 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:21:52,126 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:21:52,127 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:21:52,129 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:21:52,135 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:21:52,142 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:25:32,781 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:25:32,781 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:25:32,782 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:25:32,789 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:25:32,795 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:26:32,753 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:27:32,775 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:27:32,776 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:27:32,779 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:27:32,784 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:27:32,791 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:28:32,768 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:28:32,769 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:28:32,769 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:28:32,777 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:28:32,784 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:29:32,723 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:30:32,745 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:30:32,745 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:30:32,746 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:30:32,752 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:30:32,759 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:31:32,724 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:31:32,725 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:31:32,731 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:31:32,738 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:32:32,734 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:32:32,735 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:33:32,747 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:33:32,748 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:33:32,750 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:33:32,755 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:33:32,762 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:34:32,721 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:34:32,724 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:34:32,729 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:35:32,745 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:35:32,745 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:35:32,747 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:36:32,747 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:36:32,748 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:36:32,749 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:36:32,756 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:36:32,763 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:37:32,734 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:37:32,735 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:37:32,742 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-30 21:38:32,750 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:38:32,750 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:38:32,750 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:39:32,748 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:39:32,749 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:39:32,751 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:39:32,756 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:39:32,763 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:40:32,737 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:40:32,741 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:40:32,747 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:41:32,753 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:41:32,753 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:41:32,753 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:41:32,763 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:42:32,747 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:42:32,751 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:42:32,751 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:42:32,757 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:43:32,740 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:43:32,742 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:43:32,748 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:44:32,741 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:44:32,741 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:44:32,743 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:44:32,748 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:44:32,753 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:45:32,758 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:45:32,758 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:45:32,760 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:46:32,788 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:46:32,788 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:46:32,789 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:46:32,795 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:46:32,801 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:47:32,733 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:47:32,735 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:47:32,741 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:48:32,759 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:48:32,760 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:48:32,761 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:48:32,767 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:49:32,757 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:49:32,757 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:49:32,759 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:49:32,764 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:50:32,729 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:50:32,731 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:50:32,735 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:51:32,764 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:51:32,765 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:51:32,768 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:51:32,774 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:51:32,780 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:52:32,760 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:52:32,761 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:52:32,762 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:53:32,763 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:53:32,763 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:53:32,766 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:53:32,771 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:54:32,737 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:54:32,737 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:54:32,744 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:54:32,751 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:55:32,761 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:55:32,762 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:55:32,764 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:56:32,764 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:56:32,764 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:56:32,767 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:56:32,772 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:57:32,764 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:57:32,764 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:57:32,766 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:57:32,771 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:57:32,778 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:58:32,754 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:58:32,756 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:59:32,748 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 21:59:32,749 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 21:59:32,752 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 21:59:32,757 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:00:32,742 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:00:32,743 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:00:32,745 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:00:32,751 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:00:32,758 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:01:32,723 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:01:32,725 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:02:32,741 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:02:32,744 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:02:32,746 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:02:32,751 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:03:32,746 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:03:32,746 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:03:32,747 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:03:32,754 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:03:32,760 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:04:32,745 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:04:32,747 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:04:32,747 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:04:32,755 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:05:32,738 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:05:32,739 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:06:32,748 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:06:32,748 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:06:32,749 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:06:32,755 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:06:32,762 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:07:32,746 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:07:32,748 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:07:32,750 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:07:32,755 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:08:32,736 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:08:32,739 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:08:32,740 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:08:32,745 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:09:32,737 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:09:32,739 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:09:32,746 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:10:32,747 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:10:32,750 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:10:32,752 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:10:32,757 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:11:32,751 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:11:32,752 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:11:32,753 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:11:32,760 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:12:32,749 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:12:32,752 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:12:32,753 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:12:32,758 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:12:32,764 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:13:32,740 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:13:32,741 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:14:32,750 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:14:32,751 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:14:32,752 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:14:32,758 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:15:32,750 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:15:32,751 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:15:32,752 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:15:32,758 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:15:32,765 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:16:32,738 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:16:32,740 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:17:32,750 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:17:32,750 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:17:32,752 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:17:32,758 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:18:32,750 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:18:32,750 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:18:32,751 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:18:32,759 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:18:32,765 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:19:32,751 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:19:32,752 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:19:32,754 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:19:32,760 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:20:32,729 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:20:32,730 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:21:32,753 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:21:32,753 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:21:32,754 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:21:32,761 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:21:32,768 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:22:32,739 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:22:32,741 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:22:32,748 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:23:32,755 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:23:32,756 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:23:32,758 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:23:32,764 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:24:32,754 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:24:32,754 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:24:32,757 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:24:32,763 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:25:32,754 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:25:32,755 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:25:32,757 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:25:32,763 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:26:32,743 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:26:32,746 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:26:32,752 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:26:32,759 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:27:32,758 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:27:32,758 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:27:32,760 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:34:43,626 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:34:43,646 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:34:43,647 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:34:43,647 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:34:43,654 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:37:24,178 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-30 22:37:24,180 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:42:49,623 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:42:49,623 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:42:49,624 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:42:49,630 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:43:49,570 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:43:49,573 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:43:49,578 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:43:49,584 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:44:49,578 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:44:49,579 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:44:49,581 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:44:49,585 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:45:49,580 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:45:49,583 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:45:49,584 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:45:49,590 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:45:49,596 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:46:49,571 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:47:49,591 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:47:49,592 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:47:49,595 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:47:49,600 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:47:49,607 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:48:49,599 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:48:49,599 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:48:49,601 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:48:49,606 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:48:49,612 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:49:49,582 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:49:49,584 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:50:49,605 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:50:49,605 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:50:49,608 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:50:49,613 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:51:49,604 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:51:49,605 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:51:49,606 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:51:49,612 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:52:49,589 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:52:49,591 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:52:49,598 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:53:49,598 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:53:49,600 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:53:49,602 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:53:49,608 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:53:49,615 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:54:49,590 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:54:49,592 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:54:49,599 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:55:49,603 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:55:49,604 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:55:49,605 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:56:49,609 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:56:49,610 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:56:49,610 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:56:49,616 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:56:49,622 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:57:49,593 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:57:49,595 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:57:49,602 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:58:49,605 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:58:49,606 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:58:49,608 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:58:49,613 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:59:49,605 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 22:59:49,606 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 22:59:49,608 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 22:59:49,614 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:00:49,594 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:00:49,596 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:00:49,603 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:01:49,605 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:01:49,606 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:01:49,608 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:01:49,613 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:02:49,605 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:02:49,606 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:02:49,607 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:02:49,613 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:02:49,619 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:03:49,604 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:03:49,605 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:03:49,606 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:03:49,613 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:04:49,594 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:04:49,596 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:05:49,610 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:05:49,612 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:05:49,613 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:05:49,619 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:05:49,626 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:06:49,613 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:06:49,614 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:06:49,616 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:06:49,621 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:07:49,598 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:07:49,601 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:07:49,607 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:08:49,612 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:08:49,613 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:08:49,615 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:08:49,621 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:09:49,612 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:09:49,613 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:09:49,616 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:09:49,621 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:10:49,597 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:10:49,599 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:10:49,604 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:11:49,598 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:11:49,600 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:11:49,601 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:11:49,605 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:11:49,611 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:12:49,596 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:12:49,597 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:12:49,597 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:13:49,596 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:13:49,600 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:13:49,606 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:14:49,617 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:14:49,619 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:14:49,620 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:14:49,626 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:15:49,614 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:15:49,614 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:15:49,616 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:15:49,623 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:16:49,613 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:16:49,613 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:16:49,616 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:16:49,622 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:16:49,628 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:17:49,602 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:17:49,603 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:18:49,600 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:18:49,616 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:18:49,616 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:18:49,616 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:18:49,621 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:19:49,602 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:20:49,586 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:20:49,586 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:20:49,587 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:20:49,592 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:20:49,599 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:21:49,576 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:21:49,578 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:21:49,585 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:22:49,597 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:22:49,598 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:22:49,601 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:22:49,606 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:23:49,582 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:23:49,584 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:24:49,598 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:24:49,598 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:24:49,600 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:24:49,605 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:24:49,613 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:25:49,597 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:25:49,597 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:25:49,598 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:25:49,605 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:25:49,612 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:26:49,569 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:27:49,567 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:27:49,639 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:27:49,641 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:27:49,643 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:27:49,649 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:28:49,580 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:28:49,582 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:29:49,573 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:29:49,626 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:29:49,627 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:29:49,628 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:29:49,634 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:30:49,566 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:31:49,593 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:31:49,593 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:31:49,596 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:31:49,601 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:31:49,608 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:32:49,597 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:32:49,598 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:32:49,600 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:33:49,584 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:33:49,587 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:33:49,593 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:33:49,601 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:34:49,596 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:34:49,597 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:34:49,599 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:34:49,604 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:35:49,629 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:35:49,629 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:35:49,631 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:36:49,636 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:36:49,636 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:36:49,639 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:36:49,645 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:36:49,651 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-30 23:37:49,607 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:38:49,642 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 23:38:49,643 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:38:49,644 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:38:49,648 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 23:38:49,653 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 23:39:49,614 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 23:39:49,616 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:39:49,622 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 23:39:49,631 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 23:40:49,642 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:40:49,642 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 23:40:49,644 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:41:49,641 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 23:41:49,642 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:41:49,644 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:41:49,650 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 23:41:49,657 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 23:42:49,628 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 23:42:49,629 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:47:27,319 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:47:27,320 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 23:47:27,322 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:47:27,327 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 23:49:26,461 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 23:49:26,461 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:49:26,464 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:49:26,469 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 23:49:26,476 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 23:51:13,519 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:51:13,520 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 23:51:13,523 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:51:13,528 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 23:51:13,536 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 23:52:37,168 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:55:39,611 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:55:39,611 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 23:55:39,612 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:55:39,618 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 23:55:39,625 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 23:58:41,706 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 23:58:41,709 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-30 23:58:41,715 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 23:58:41,723 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 23:59:41,712 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-30 23:59:41,715 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-30 23:59:41,717 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:00:41,716 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:00:41,717 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:00:41,720 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:00:41,725 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:01:41,705 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:01:41,708 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:01:41,715 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:01:41,723 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:02:41,704 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:02:41,705 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:02:41,705 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:03:41,710 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:03:41,711 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:03:41,712 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:03:41,721 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:03:41,726 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:04:41,697 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:04:41,699 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:05:41,721 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:05:41,724 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:05:41,725 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:05:41,730 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:06:41,722 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:06:41,723 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:06:41,724 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:06:41,730 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:06:41,735 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:07:41,708 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:07:41,710 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:08:41,728 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:08:41,728 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:08:41,729 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:08:41,735 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:14:24,370 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:14:24,371 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:14:24,373 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:14:24,379 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:15:24,342 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:15:24,344 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:15:24,350 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:18:50,031 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:18:50,032 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:18:50,034 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:18:50,040 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:20:43,876 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:20:43,876 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:20:43,879 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:20:43,884 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:20:43,897 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:21:43,884 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:21:43,885 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:21:43,886 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:21:43,892 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:21:43,898 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:22:43,858 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:23:43,863 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:23:43,864 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:23:43,866 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:23:43,871 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:23:43,878 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:24:43,880 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:24:43,881 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:24:43,883 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:24:43,889 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:24:43,896 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:25:43,866 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:25:43,868 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:26:43,878 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:26:43,879 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:26:43,882 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:26:43,887 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:27:43,877 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:27:43,879 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:27:43,880 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:27:43,886 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:27:43,892 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:28:43,876 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:28:43,877 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:28:43,878 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:28:43,886 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:28:43,893 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:29:43,787 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:30:43,799 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:30:43,800 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:30:43,802 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:30:43,807 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:30:43,814 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:31:43,793 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:31:43,794 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:31:43,796 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:31:43,801 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:31:43,807 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:32:43,773 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:33:43,800 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:33:43,800 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:33:43,802 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:33:43,807 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:33:43,813 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:34:43,777 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:34:43,777 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:34:43,779 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:34:43,784 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:35:43,781 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:35:43,782 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:36:43,796 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:36:43,796 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:36:43,797 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:36:43,804 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:36:43,810 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:37:43,787 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:37:43,791 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:37:43,791 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:37:43,796 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:37:43,802 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:38:43,757 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:39:43,776 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:39:43,782 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:39:43,783 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:39:43,785 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:39:43,792 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:40:43,776 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:40:43,778 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:41:43,787 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:41:43,788 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:41:43,790 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:41:43,796 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:42:43,771 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:42:43,772 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:42:43,779 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:43:43,784 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:43:43,785 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:43:43,786 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:43:43,792 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:44:43,783 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:44:43,784 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:44:43,786 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:44:43,792 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:45:43,783 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:45:43,783 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:45:43,786 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:45:43,791 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:46:43,757 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:46:43,760 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:46:43,766 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:47:43,778 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:47:43,778 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:47:43,780 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:47:43,786 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:48:43,777 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:48:43,777 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:48:43,780 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:48:43,785 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:49:43,752 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:49:43,754 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:49:43,759 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:49:43,766 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:50:43,777 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:50:43,777 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:50:43,779 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:51:43,804 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:51:43,805 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:51:43,806 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:51:43,810 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:52:43,763 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:52:43,765 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:52:43,772 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:52:43,779 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:53:43,765 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:53:43,765 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:53:43,767 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:53:43,773 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:54:43,771 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:54:43,771 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:54:43,773 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:55:43,760 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:55:43,763 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:55:43,769 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:55:43,775 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:56:43,749 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:56:43,751 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:56:43,752 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:57:43,768 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:57:43,768 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:57:43,770 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:57:43,776 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:58:43,755 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:58:43,758 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 00:58:43,764 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:58:43,772 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:59:43,846 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 00:59:43,847 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 00:59:43,849 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:00:43,831 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:00:43,831 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 01:00:43,832 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:00:43,837 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:01:43,828 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:01:43,832 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 01:01:43,834 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:01:43,839 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:01:43,845 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:02:43,834 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:02:43,834 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 01:02:43,834 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:02:43,841 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:03:43,825 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:03:43,827 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:03:43,833 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:04:43,843 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:04:43,843 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 01:04:43,846 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:04:43,851 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:04:43,858 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:05:43,841 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 01:05:43,842 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:05:43,844 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:06:43,813 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:06:43,816 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:06:43,820 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:07:43,840 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:07:43,841 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 01:07:43,843 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:07:43,850 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:07:43,857 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:08:43,841 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 01:08:43,842 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:08:43,843 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:09:43,812 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:09:43,813 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:09:43,818 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:09:43,824 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:10:43,839 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 01:10:43,839 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:10:43,841 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:10:43,847 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:11:43,824 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:11:43,825 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:12:43,815 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:12:43,819 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 01:12:43,820 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:12:43,824 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:12:43,829 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:13:43,824 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:13:43,826 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:13:43,833 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:14:43,867 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 01:14:43,868 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:14:43,870 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:14:43,875 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:15:43,856 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:15:43,858 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 01:15:43,859 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:15:43,864 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:16:43,873 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 01:16:43,874 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:16:43,875 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:16:43,881 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:16:43,888 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:17:43,861 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:17:43,864 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:17:43,870 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:18:43,869 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 01:18:43,870 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:18:43,872 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:19:43,870 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:19:43,873 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 01:19:43,875 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:19:43,879 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:19:43,886 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:20:43,859 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:20:43,862 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:20:43,868 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:22:15,512 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:22:15,512 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 01:22:15,513 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:24:14,697 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 01:24:14,697 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:24:14,699 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:24:14,705 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:31:01,171 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:31:01,173 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:31:01,180 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:31:01,187 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:32:01,175 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:32:01,175 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 01:32:01,176 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:33:01,170 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:33:01,171 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 01:33:01,173 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:33:01,179 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:33:01,186 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:37:19,674 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:37:19,676 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:38:19,688 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 01:38:19,689 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:38:19,690 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:38:19,696 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:38:19,702 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:44:19,265 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:44:19,265 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 01:44:19,265 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:44:19,273 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:52:52,756 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:52:52,758 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:57:14,912 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:57:14,915 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 01:57:14,917 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 01:57:14,922 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 01:57:14,929 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:02:56,534 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:08:11,849 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:08:11,849 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:08:11,850 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:08:11,856 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:08:11,863 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:14:59,254 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:14:59,295 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:14:59,296 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:14:59,296 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:14:59,364 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:15:59,161 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:16:59,178 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:16:59,179 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:16:59,181 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:16:59,187 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:16:59,193 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:17:59,179 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:17:59,179 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:17:59,180 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:17:59,186 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:17:59,193 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:18:59,165 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:18:59,167 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:19:59,183 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:19:59,184 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:19:59,186 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:19:59,191 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:20:59,179 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:20:59,180 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:20:59,182 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:20:59,187 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:20:59,193 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:21:59,162 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:21:59,164 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:22:59,253 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:22:59,254 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:22:59,256 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:22:59,261 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:22:59,268 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:23:59,252 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:23:59,253 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:23:59,254 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:23:59,260 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:24:59,241 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:24:59,243 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:25:59,254 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:25:59,255 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:25:59,256 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:25:59,262 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:25:59,268 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:26:59,254 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:26:59,255 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:26:59,256 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:26:59,263 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:27:59,234 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:27:59,235 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:28:59,255 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:28:59,256 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:28:59,257 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:28:59,262 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:28:59,269 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:29:59,251 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:29:59,251 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:29:59,253 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:29:59,258 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:30:59,245 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:30:59,248 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:30:59,254 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:31:59,248 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:31:59,248 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:31:59,251 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:31:59,256 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:32:59,254 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:32:59,254 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:32:59,254 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:32:59,263 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:32:59,270 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:33:59,228 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:34:59,252 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:34:59,252 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:34:59,255 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:34:59,260 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:34:59,267 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:35:59,254 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:35:59,254 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:35:59,255 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:35:59,262 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:35:59,269 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:36:59,236 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:36:59,237 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:36:59,244 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:37:59,175 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:37:59,175 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:37:59,176 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:38:59,170 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:38:59,173 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:38:59,174 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:38:59,180 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:39:59,160 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:39:59,160 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:39:59,162 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:39:59,166 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:39:59,172 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:40:59,159 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:40:59,162 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:40:59,168 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:41:59,165 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:41:59,167 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:41:59,169 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:41:59,174 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:42:59,156 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:42:59,156 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:42:59,158 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:42:59,163 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:42:59,168 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:43:59,159 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:43:59,161 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:43:59,168 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:44:59,168 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:44:59,170 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:44:59,170 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:45:59,168 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:45:59,168 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:45:59,170 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:45:59,175 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:45:59,180 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:46:59,156 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:46:59,159 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:46:59,165 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:47:59,168 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:47:59,169 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:47:59,172 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:47:59,177 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:48:59,167 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:48:59,168 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:48:59,169 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:49:59,150 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:49:59,153 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:49:59,159 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:49:59,166 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:50:59,168 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:50:59,168 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:50:59,170 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:50:59,176 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:51:59,165 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:51:59,165 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:51:59,165 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:52:59,149 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:52:59,151 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:52:59,157 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:52:59,164 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:53:59,163 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:53:59,163 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:53:59,166 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:53:59,171 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:53:59,178 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:54:59,135 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:55:59,151 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:55:59,151 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:55:59,153 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:55:59,159 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:55:59,166 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:56:59,155 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:56:59,155 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:56:59,156 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:56:59,164 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:56:59,171 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:57:59,138 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:58:59,159 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:58:59,160 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:58:59,162 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:58:59,168 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:58:59,175 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:59:59,148 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 02:59:59,148 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:59:59,151 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 02:59:59,157 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 02:59:59,164 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:00:59,156 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:00:59,156 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:00:59,157 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:01:59,144 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:01:59,147 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:01:59,153 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:02:59,144 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:02:59,145 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:02:59,146 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:02:59,151 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:02:59,157 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:03:59,142 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:03:59,143 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:04:59,155 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:04:59,155 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:04:59,157 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:04:59,162 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:04:59,169 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:05:59,128 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:05:59,128 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:05:59,135 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:05:59,141 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:06:59,141 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:06:59,143 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:07:59,130 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:07:59,130 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:07:59,132 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:07:59,138 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:07:59,144 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:08:59,092 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:08:59,092 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:08:59,092 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:08:59,099 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:08:59,106 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:09:59,089 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:10:59,098 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:10:59,106 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:10:59,107 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:10:59,109 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:10:59,116 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:11:59,092 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:11:59,092 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:11:59,092 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:11:59,098 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:11:59,103 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:12:59,085 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:12:59,086 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:12:59,093 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:13:59,110 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:13:59,110 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:13:59,110 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:14:59,108 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:14:59,108 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:14:59,109 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:14:59,116 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:14:59,122 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:15:59,079 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:15:59,080 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:15:59,086 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:16:59,101 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:16:59,102 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:16:59,103 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:17:59,102 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:17:59,103 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:17:59,103 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:17:59,110 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:17:59,118 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:18:59,091 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:18:59,095 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:18:59,100 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:20:29,656 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:20:29,656 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:20:29,657 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:24:14,718 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:24:14,720 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:24:14,731 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:24:14,739 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:30:43,593 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:30:43,594 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:30:43,596 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:30:43,603 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:30:43,609 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:31:43,602 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:31:43,602 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:31:43,602 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:32:43,598 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:32:43,601 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:32:43,602 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:32:43,607 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:32:43,614 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:33:43,585 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:33:43,586 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:33:43,594 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:34:43,597 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:34:43,597 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:34:43,599 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:34:43,605 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:35:43,596 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:35:43,596 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:35:43,599 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:35:43,605 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:36:43,578 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:36:43,583 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:36:43,589 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:37:43,594 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:37:43,596 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:37:43,598 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:37:43,603 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:37:43,610 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:38:43,580 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:38:43,582 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:39:43,574 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:39:43,594 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:39:43,599 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:39:43,601 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:39:43,607 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:40:43,568 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:41:43,571 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:41:43,581 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:41:43,584 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:41:43,585 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:41:43,590 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:42:43,582 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:42:43,584 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:43:43,589 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:43:43,589 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:43:43,592 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:43:43,597 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:43:43,604 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:44:43,587 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:44:43,590 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:44:43,591 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:44:43,597 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:45:43,576 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:45:43,579 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:46:43,573 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:46:43,588 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:46:43,590 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:46:43,592 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:46:43,597 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:47:43,576 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:47:43,577 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:48:43,591 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:48:43,591 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:48:43,593 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:48:43,598 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:48:43,604 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:49:43,575 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:49:43,576 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:49:43,576 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:50:43,614 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:50:43,618 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:50:43,624 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:51:43,635 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:51:43,638 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:51:43,639 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:51:43,644 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:51:43,651 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:52:43,634 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:52:43,634 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:52:43,636 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:52:43,642 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:53:43,623 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:53:43,625 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:53:43,631 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:54:43,633 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:54:43,635 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:54:43,637 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:54:43,642 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:55:43,629 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:55:43,631 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:55:43,633 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:55:43,639 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:55:43,645 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:56:43,634 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:56:43,635 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:56:43,637 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:56:43,643 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:56:43,649 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:57:43,620 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:57:43,620 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:58:43,620 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:58:43,623 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:58:43,624 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:58:43,629 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:59:43,614 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:59:43,618 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 03:59:43,620 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 03:59:43,624 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 03:59:43,630 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:00:43,618 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:00:43,620 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:01:43,630 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:01:43,630 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 04:01:43,633 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:01:43,639 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:01:43,646 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:02:43,630 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:02:43,631 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 04:02:43,632 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:03:43,615 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:03:43,618 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:03:43,625 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:03:43,632 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:04:43,631 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 04:04:43,631 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:04:43,634 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:05:43,588 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:05:43,590 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 04:05:43,592 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:05:43,597 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:06:43,554 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:06:43,559 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:06:43,562 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:06:43,568 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:07:43,584 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:07:43,584 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 04:07:43,586 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:07:43,592 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:08:43,587 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 04:08:43,588 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:08:43,589 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:08:43,595 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:09:43,570 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:09:43,572 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:09:43,579 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:10:43,579 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:10:43,582 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 04:10:43,583 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:10:43,588 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:11:43,585 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 04:11:43,585 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:11:43,587 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:11:43,592 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:11:43,598 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:12:43,582 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:12:43,583 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 04:12:43,584 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:12:43,590 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:13:43,568 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:13:43,569 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:13:43,576 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:14:43,552 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:14:43,567 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 04:14:43,568 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:14:43,568 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:14:43,574 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:15:43,566 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:15:43,567 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:16:43,580 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:16:43,581 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 04:16:43,583 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:16:43,588 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:16:43,594 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:17:43,573 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:17:43,574 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 04:17:43,575 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:18:43,556 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:18:43,587 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 04:18:43,588 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:18:43,590 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:18:43,595 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:19:43,562 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:19:43,563 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:20:43,577 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 04:20:43,577 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:20:43,580 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:20:43,585 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:21:43,571 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 04:21:43,571 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:21:43,574 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:21:43,579 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:22:43,563 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:22:43,567 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:22:43,572 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:23:43,573 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:23:43,574 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 04:23:43,576 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:23:43,581 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:24:43,573 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 04:24:43,573 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:24:43,574 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:24:43,581 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:24:43,587 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:25:43,557 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:25:43,559 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:26:43,579 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 04:26:43,581 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:26:43,583 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:26:43,588 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:27:43,565 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:27:43,566 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 04:27:43,569 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:27:43,574 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:28:43,561 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:28:43,563 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 04:28:43,565 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:28:43,570 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:29:43,552 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:29:43,553 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 04:29:43,554 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:29:43,559 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:29:43,565 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:30:43,557 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:30:43,559 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:52:25,176 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:52:25,194 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 04:52:25,196 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 04:52:25,226 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 04:52:25,234 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:09:13,518 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:09:13,518 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:16:01,882 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:16:01,883 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:16:01,885 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:16:01,891 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:17:01,880 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:17:01,880 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:17:01,882 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:17:01,888 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:17:01,894 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:18:01,861 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:18:01,863 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:18:01,863 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:18:01,869 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:18:01,874 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:19:01,864 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:19:01,865 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:20:01,879 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:20:01,879 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:20:01,879 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:20:01,887 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:21:01,875 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:21:01,875 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:21:01,877 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:21:01,883 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:21:01,889 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:22:01,862 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:22:01,864 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:23:01,903 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:23:01,903 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:23:01,905 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:23:01,910 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:24:01,876 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:24:01,876 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:24:01,878 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:24:01,884 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:25:01,862 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:25:01,862 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:25:01,865 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:26:01,849 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:26:01,852 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:26:01,859 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:26:01,866 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:27:01,848 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:27:01,849 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:27:01,850 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:27:01,855 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:28:01,846 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:28:01,850 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:28:01,851 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:29:01,847 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:29:01,850 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:29:01,856 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:29:01,864 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:30:01,857 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:30:01,857 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:30:01,859 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:30:01,865 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:31:01,860 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:31:01,861 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:31:01,862 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:32:01,855 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:32:01,856 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:32:01,858 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:32:01,864 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:32:01,870 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:33:01,847 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:33:01,848 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:33:01,848 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:34:01,838 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:34:01,841 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:34:01,847 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:35:01,840 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:35:01,841 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:35:01,843 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:35:01,848 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:35:01,854 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:36:01,848 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:36:01,850 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:36:01,850 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:36:01,859 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:37:01,839 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:37:01,841 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:38:01,849 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:38:01,851 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:38:01,853 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:38:01,857 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:38:01,864 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:39:01,849 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:39:01,849 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:39:01,851 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:39:01,857 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:40:01,831 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:40:01,833 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:40:01,840 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:40:01,846 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:41:01,836 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:41:01,837 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:41:01,838 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:42:01,836 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:42:01,839 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:42:01,840 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:42:01,845 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:42:01,851 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:43:01,837 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:43:01,837 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:43:01,837 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:43:01,846 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:44:01,805 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:44:01,837 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:44:01,838 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:44:01,839 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:44:01,844 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:45:01,813 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:46:01,820 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:46:01,830 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:46:01,831 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:46:01,833 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:46:01,839 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:47:01,818 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:47:01,820 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:48:01,828 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:48:01,829 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:48:01,831 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:48:01,837 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:48:01,844 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:49:01,825 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:49:01,826 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:49:01,826 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:49:01,834 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:49:01,841 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:50:01,828 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:50:01,828 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:50:01,829 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:51:01,808 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:51:01,826 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:51:01,827 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:51:01,828 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:51:01,835 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:52:01,806 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:52:01,806 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:53:01,829 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:53:01,830 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:53:01,832 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:53:01,838 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:54:01,806 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:54:01,808 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:55:01,829 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:55:01,833 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:55:01,835 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:55:01,838 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:55:01,845 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:56:01,835 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:56:01,837 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:56:01,844 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:57:01,834 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:57:01,842 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:57:01,843 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:58:01,835 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:58:01,837 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:58:01,844 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:58:01,851 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:59:01,850 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 05:59:01,850 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 05:59:01,853 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 05:59:01,857 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:00:01,827 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:00:01,828 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:01:01,853 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:01:01,853 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:01:01,855 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:01:01,860 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:01:01,865 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:02:01,827 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:02:01,828 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:02:01,829 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:02:01,833 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:03:01,842 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:03:01,844 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:03:01,852 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:04:01,850 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:04:01,850 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:04:01,851 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:04:01,859 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:05:01,824 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:05:01,829 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:05:01,835 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:06:01,844 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:06:01,844 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:06:01,845 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:06:01,852 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:07:01,844 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:07:01,844 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:07:01,846 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:07:01,852 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:08:01,829 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:08:01,832 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:08:01,838 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:09:01,835 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:09:01,836 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:09:01,839 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:09:01,844 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:10:01,824 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:10:01,829 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:10:01,830 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:10:01,836 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:10:01,842 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:11:01,849 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:11:01,849 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:11:01,849 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:11:01,857 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:12:01,838 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:12:01,840 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:12:01,847 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:13:01,851 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:13:01,851 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:13:01,854 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:13:01,859 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:14:01,836 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:14:01,838 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:15:01,849 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:15:01,849 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:15:01,852 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:15:01,857 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:15:01,863 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:16:01,843 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:16:01,844 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:16:01,844 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:16:01,852 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:32:10,542 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:32:10,544 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:32:10,552 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:33:10,555 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:33:10,555 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:33:10,556 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:33:10,562 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:34:10,553 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:34:10,554 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:34:10,555 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:34:10,561 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:35:10,542 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:35:10,542 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:35:10,542 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:35:10,549 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:35:10,555 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:36:10,540 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:36:10,542 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:37:10,552 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:37:10,552 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:37:10,555 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:37:10,560 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:38:10,552 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:38:10,555 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:38:10,556 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:38:10,561 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:39:10,543 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:39:10,544 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:39:10,553 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:40:10,554 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:40:10,554 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:40:10,556 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:40:10,561 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:41:10,553 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:41:10,553 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:41:10,555 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:41:10,560 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:42:10,550 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:42:10,553 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:42:10,555 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:42:10,559 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:43:10,541 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:43:10,544 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:43:10,550 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:44:10,555 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:44:10,555 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:44:10,556 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:44:10,563 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:44:10,570 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:45:10,552 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:45:10,553 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:45:10,555 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:46:10,542 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:46:10,544 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:46:10,553 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:46:10,562 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:47:10,544 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:47:10,544 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:47:10,545 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:47:10,553 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:48:10,524 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:48:10,524 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:48:10,526 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:48:10,531 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:49:10,536 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:49:10,536 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:49:10,539 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:49:10,544 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:49:10,551 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:50:10,524 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:50:10,526 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:51:10,518 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:51:10,519 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:51:10,521 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:51:10,526 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:52:10,535 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:52:10,536 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:52:10,538 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:52:10,543 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:52:10,551 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:53:10,525 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:53:10,527 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:54:10,535 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:54:10,536 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:54:10,538 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:54:10,544 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:55:10,533 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:55:10,536 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:55:10,537 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:55:10,544 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:56:10,536 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:56:10,537 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:56:10,540 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:56:10,545 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:57:10,566 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:57:10,567 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:57:10,572 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:58:10,536 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:58:10,537 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:58:10,539 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 06:58:10,544 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:58:10,550 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:59:10,533 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 06:59:10,533 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 06:59:10,535 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:00:10,566 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 07:00:10,566 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:00:10,569 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:00:10,574 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:01:10,523 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:01:10,524 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:01:10,532 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:01:10,540 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:02:10,522 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 07:02:10,525 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:02:10,526 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:03:10,510 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 07:03:10,511 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:03:10,512 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:03:10,518 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:03:10,525 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:04:10,497 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:04:10,500 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:04:10,506 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:05:10,506 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:05:10,509 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 07:05:10,510 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:05:10,516 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:06:10,492 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:06:10,493 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:06:10,502 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:07:10,487 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 07:07:10,487 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:07:10,489 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:07:10,493 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:07:10,498 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:08:10,508 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 07:08:10,508 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:08:10,509 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:09:10,506 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 07:09:10,509 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:09:10,510 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:09:10,516 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:09:10,523 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:10:10,495 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:10:10,496 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:10:10,503 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:11:10,505 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 07:11:10,507 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:11:10,508 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:12:10,504 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 07:12:10,506 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:12:10,508 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:12:10,513 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:12:10,520 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:13:10,505 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:13:10,506 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 07:13:10,508 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:13:10,514 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:13:10,521 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:14:10,482 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:15:10,504 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 07:15:10,505 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:15:10,507 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:15:10,512 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:15:10,519 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:16:10,505 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 07:16:10,505 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:16:10,508 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:16:10,513 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:17:10,484 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:17:10,485 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:18:10,481 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:18:10,481 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 07:18:10,483 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:18:10,489 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:18:10,495 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:19:10,477 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:19:10,477 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 07:19:10,477 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:19:10,486 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:20:10,473 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:20:10,475 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:21:10,477 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:21:10,477 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 07:21:10,479 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:21:10,485 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:21:10,492 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:22:10,478 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:22:10,478 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 07:22:10,480 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:22:10,486 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:23:10,465 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:23:10,467 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:24:10,476 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 07:24:10,476 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:24:10,479 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:24:10,484 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:24:10,490 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:25:10,477 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 07:25:10,479 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:25:10,479 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:26:10,458 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:26:10,459 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:26:10,465 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:27:10,472 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:27:10,474 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 07:27:10,475 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:27:10,482 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:27:10,489 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:28:10,473 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:28:10,473 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 07:28:10,474 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:28:10,481 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:29:10,453 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:29:10,454 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 07:29:10,456 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:29:10,460 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:29:10,466 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:30:10,459 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:30:10,460 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:31:10,467 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:31:10,470 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 07:31:10,472 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:31:10,476 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 07:44:15,137 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 07:44:15,138 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 07:44:15,138 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 07:44:15,146 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 07:44:15,152 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:02:12,203 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:02:12,205 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:03:12,310 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:03:12,311 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:03:12,312 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:03:12,318 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:17:43,324 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:17:43,335 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:17:43,339 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:17:43,339 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:17:43,346 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:18:43,314 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:18:43,316 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:19:43,325 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:19:43,326 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:19:43,329 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:19:43,335 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:20:43,328 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:20:43,329 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:20:43,331 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:20:43,337 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:20:43,343 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:21:43,325 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:21:43,325 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:21:43,327 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:21:43,334 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:22:43,316 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:22:43,318 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:22:43,324 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:23:43,326 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:23:43,326 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:23:43,327 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:23:43,334 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:24:43,316 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:24:43,316 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:24:43,316 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:24:43,323 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:24:43,329 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:25:43,303 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:25:43,305 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:26:43,325 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:26:43,326 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:26:43,328 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:26:43,333 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:26:43,340 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:27:43,348 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:27:43,348 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:27:43,350 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:27:43,355 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:28:43,312 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:28:43,316 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:29:43,327 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:29:43,329 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:29:43,331 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:29:43,336 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:29:43,342 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:30:43,329 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:30:43,330 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:30:43,332 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:30:43,337 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:30:43,345 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:31:43,305 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:32:43,313 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:32:43,314 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:32:43,316 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:32:43,321 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:32:43,328 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:33:43,288 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:33:43,289 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:33:43,291 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:33:43,295 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:34:43,296 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:34:43,298 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:34:43,305 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:35:43,303 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:35:43,304 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:35:43,304 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:35:43,312 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:36:43,296 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:36:43,303 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:36:43,304 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:36:43,307 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:37:43,295 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:37:43,296 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:37:43,304 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:38:43,306 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:38:43,306 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:38:43,307 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:38:43,313 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:39:43,307 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:39:43,307 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:39:43,308 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:39:43,315 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:39:43,322 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:40:43,304 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:40:43,306 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:40:43,308 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:40:43,313 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:41:43,308 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:41:43,309 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:42:43,305 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:42:43,307 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:42:43,308 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:42:43,313 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:42:43,319 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:43:43,294 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:43:43,300 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:43:43,302 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:43:43,304 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:43:43,311 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:44:43,301 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:44:43,302 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:44:43,303 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:44:43,309 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:45:43,293 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:45:43,295 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:45:43,302 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:46:43,300 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:46:43,300 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:46:43,302 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:46:43,308 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:47:43,369 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:47:43,372 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:47:43,373 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:47:43,379 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:48:43,376 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:48:43,378 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:48:43,380 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:48:43,385 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:48:43,392 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:49:43,350 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:49:43,350 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:50:43,382 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:50:43,382 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:50:43,385 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:50:43,390 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:50:43,397 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:51:43,381 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:51:43,383 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:51:43,385 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:51:43,389 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:52:43,366 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:52:43,368 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:53:43,382 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:53:43,383 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:53:43,386 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:53:43,391 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:53:43,397 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:54:43,384 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:54:43,384 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:54:43,386 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:54:43,391 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:55:43,375 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:55:43,378 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:56:43,412 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:56:43,413 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:56:43,415 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:56:43,419 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:56:43,425 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:57:43,359 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:57:43,386 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:57:43,386 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:57:43,387 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:58:43,360 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:58:43,363 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:58:43,368 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:58:43,373 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:59:43,381 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 08:59:43,381 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 08:59:43,383 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 08:59:43,389 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:00:43,373 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:00:43,384 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:00:43,386 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:00:43,387 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:00:43,393 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:01:43,365 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:01:43,366 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:02:43,379 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:02:43,379 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:02:43,381 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:02:43,386 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:02:43,392 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:03:43,353 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:03:43,354 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:03:43,357 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:03:43,362 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:04:43,339 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:04:43,341 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:05:43,358 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:05:43,359 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:05:43,360 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:05:43,366 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:05:43,373 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:06:43,341 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:06:43,342 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:06:43,343 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:06:43,348 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:07:43,356 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:07:43,357 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:07:43,359 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:08:43,338 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:08:43,340 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:08:43,347 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:08:43,354 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:09:43,356 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:09:43,357 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:09:43,359 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:09:43,365 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:10:43,351 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:10:43,355 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:10:43,357 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:10:43,361 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:10:43,368 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:11:43,343 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:11:43,344 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:12:43,342 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:12:43,356 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:12:43,358 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:12:43,359 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:13:43,347 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:13:43,349 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:13:43,356 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:14:43,358 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:14:43,359 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:14:43,361 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:14:43,366 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:15:43,344 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:15:43,346 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:16:43,355 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:16:43,357 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:16:43,358 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:16:43,364 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:16:43,370 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:33:26,293 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:33:26,294 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:33:26,295 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:34:26,271 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:34:26,273 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:34:26,274 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:34:26,278 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:34:26,284 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:35:26,276 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:35:26,278 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:36:26,286 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:36:26,287 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:36:26,289 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:36:26,295 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:37:26,266 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:37:26,271 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:37:26,272 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:37:26,273 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:37:26,280 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:38:26,280 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:38:26,281 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:39:26,292 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:39:26,292 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:39:26,295 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:39:26,300 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:40:26,281 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:40:26,284 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:40:26,290 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:41:26,285 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:41:26,286 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:41:26,288 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:41:26,292 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:42:26,295 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:42:26,295 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:42:26,298 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:42:26,303 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:43:26,296 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:43:26,297 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:43:26,299 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:43:26,305 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:44:26,275 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:44:26,276 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:44:26,284 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:45:26,300 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:45:26,300 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:45:26,302 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:45:26,308 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:45:26,314 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:46:26,301 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:46:26,302 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:46:26,302 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:47:26,303 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:47:26,303 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:47:26,303 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:47:26,312 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:48:26,214 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:48:26,217 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:48:26,223 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:48:26,231 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:49:26,225 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:49:26,226 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:49:26,228 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:50:26,227 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:50:26,228 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:50:26,231 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:50:26,237 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:51:26,215 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:51:26,217 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:51:26,224 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:51:26,230 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:52:26,227 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:52:26,227 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:52:26,229 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:53:26,201 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:53:26,203 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:53:26,207 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:54:26,230 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:54:26,231 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:54:26,233 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:54:26,238 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:54:26,245 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:55:26,230 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:55:26,231 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:55:26,232 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:56:26,227 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:56:26,230 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:56:26,230 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:56:26,237 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:57:26,214 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:57:26,218 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:57:26,224 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:57:26,231 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:58:26,230 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:58:26,230 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:58:26,232 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:59:26,231 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:59:26,232 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 09:59:26,234 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 09:59:26,239 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 09:59:26,246 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:00:26,217 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:00:26,219 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:00:26,226 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:01:26,231 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:01:26,232 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:01:26,234 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:01:26,239 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:02:26,230 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:02:26,231 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:02:26,233 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:02:26,238 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:03:26,215 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:03:26,217 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:03:26,222 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:04:26,242 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:04:26,242 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:04:26,245 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:04:26,250 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:04:26,256 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:05:26,243 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:05:26,244 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:05:26,245 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:06:26,272 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:06:26,273 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:06:26,278 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:07:26,223 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:07:26,225 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:07:26,226 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:07:26,230 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:07:26,235 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:08:26,242 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:08:26,243 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:08:26,244 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:09:26,273 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:09:26,274 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:09:26,275 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:09:26,280 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:09:26,286 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:10:26,233 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:10:26,234 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:10:26,242 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:11:26,232 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:11:26,233 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:11:26,234 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:12:26,247 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:12:26,247 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:12:26,248 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:12:26,254 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:12:26,261 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:13:26,240 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:13:26,243 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:13:26,250 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:13:26,257 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:14:26,234 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:14:26,236 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:15:26,219 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:15:26,228 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:15:26,228 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:15:26,230 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:15:26,236 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:16:26,246 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:16:26,246 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:16:26,247 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:16:26,253 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:16:26,260 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:17:26,232 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:17:26,235 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:17:26,241 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:18:26,187 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:18:26,188 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:18:26,189 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:19:26,172 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:19:26,172 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:19:26,174 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:19:26,180 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:19:26,186 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:20:26,187 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:20:26,188 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:20:26,190 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:20:26,195 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:20:26,202 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:21:26,173 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:22:26,187 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:22:26,187 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:22:26,188 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:22:26,194 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:22:26,201 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:23:26,171 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:23:26,173 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:23:26,174 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:23:26,180 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:24:26,174 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:24:26,176 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:25:26,186 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:25:26,186 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:25:26,189 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:25:26,195 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:25:26,200 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:26:26,186 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:26:26,187 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:26:26,188 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:26:26,194 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:27:26,172 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:27:26,175 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:28:26,184 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:28:26,185 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:28:26,187 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:28:26,192 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:28:26,199 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:29:26,186 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:29:26,187 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:29:26,187 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:29:26,194 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:30:26,184 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:30:26,184 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:30:26,187 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:30:26,192 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:30:26,199 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:31:26,171 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:31:26,173 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:32:26,185 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:32:26,185 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:32:26,186 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:32:26,194 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:33:26,200 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:33:26,201 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:33:26,203 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:33:26,209 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:33:26,216 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:34:26,217 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:34:26,218 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:35:26,213 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:35:26,214 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:35:26,215 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:35:26,220 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:36:26,231 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:36:26,232 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:36:26,234 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:36:26,239 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:36:26,245 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:37:26,225 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:37:26,227 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:37:26,233 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:38:26,234 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:38:26,234 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:38:26,235 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:39:26,234 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:39:26,234 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:39:26,236 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:39:26,241 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:39:26,248 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:40:26,215 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:40:26,217 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:40:26,222 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:41:26,220 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:41:26,220 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:41:26,222 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:41:26,227 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:42:26,228 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:42:26,229 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:42:26,229 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:42:26,236 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:43:26,232 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:43:26,234 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:43:26,236 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:43:26,241 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:43:26,247 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:44:26,212 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:44:26,213 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:45:26,211 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:45:26,212 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:45:26,213 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:45:26,217 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:45:26,222 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:46:26,216 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:46:26,218 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:46:26,219 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:46:26,223 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:47:26,212 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:47:26,213 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:47:26,214 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:47:26,218 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:47:26,224 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:48:26,270 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:48:26,270 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:48:26,272 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:48:26,276 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:48:26,281 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:49:26,260 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:49:26,261 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:50:26,272 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:50:26,273 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:50:26,274 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:50:26,278 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:50:26,283 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:51:26,258 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:51:26,263 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:51:26,264 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:51:26,268 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:51:26,274 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:52:26,265 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:52:26,267 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:52:26,271 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:53:26,275 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:53:26,276 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:53:26,277 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:53:26,282 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:54:26,273 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:54:26,273 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:54:26,275 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:54:26,279 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:55:26,268 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:55:26,270 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:55:26,274 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:56:26,277 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:56:26,277 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:56:26,278 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:56:26,283 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:56:26,288 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:57:26,272 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:57:26,273 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:57:26,275 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:57:26,279 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:57:26,284 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:58:26,278 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:58:26,278 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 10:58:26,280 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:59:26,263 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 10:59:26,265 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 10:59:26,269 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:00:26,285 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:00:26,285 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:00:26,286 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:00:26,291 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:00:26,297 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:01:26,372 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:01:26,374 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:01:26,375 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:02:26,329 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:02:26,338 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:02:26,365 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:03:26,278 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:03:26,279 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:03:26,281 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:03:26,285 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:03:26,290 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:04:26,285 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:04:26,286 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:04:26,286 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:05:26,326 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:05:26,334 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:05:26,358 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:05:26,384 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:06:26,289 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:06:26,289 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:06:26,291 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:06:26,296 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:07:26,283 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:07:26,283 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:07:26,284 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:08:26,286 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:08:26,287 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:08:26,289 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:08:26,295 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:08:26,301 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:09:26,290 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:09:26,290 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:09:26,291 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:09:26,298 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:09:26,304 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:10:26,291 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:10:26,293 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:10:26,294 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:10:26,299 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:10:26,305 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:11:26,274 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:12:26,293 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:12:26,294 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:12:26,295 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:12:26,300 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:12:26,307 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:13:26,284 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:13:26,284 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:13:26,284 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:13:26,292 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:13:26,305 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:14:26,288 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:14:26,290 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:14:26,297 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:15:26,301 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:15:26,302 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:15:26,303 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:16:26,296 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:16:26,296 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:16:26,298 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:16:26,303 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:16:26,310 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:17:26,285 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:17:26,286 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:17:26,292 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:18:26,293 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:18:26,293 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:18:26,295 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:18:26,301 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:18:26,307 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:19:26,288 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:19:26,288 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:19:26,289 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:19:26,296 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:19:26,303 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:20:26,275 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:21:26,291 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:21:26,292 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:21:26,294 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:21:26,300 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:21:26,307 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:22:26,294 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:22:26,294 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:22:26,296 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:22:26,303 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:22:26,310 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:23:26,270 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:23:26,280 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:23:26,281 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:24:26,280 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:24:26,282 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:24:26,287 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:25:26,292 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:25:26,293 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:25:26,294 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:25:26,301 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:25:26,307 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:26:26,290 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:26:26,291 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:26:26,293 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:26:26,298 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:26:26,305 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:27:26,284 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:27:26,285 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:27:26,291 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:28:26,290 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:28:26,291 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:28:26,292 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:28:26,299 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:29:26,300 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:29:26,301 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:29:26,303 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:29:26,308 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:30:26,285 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:30:26,286 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:30:26,292 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:30:26,298 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:31:26,296 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:31:26,297 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:31:26,299 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:31:26,304 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:32:26,292 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:32:26,295 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:32:26,296 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:32:26,302 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:33:26,306 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:33:26,307 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:33:26,308 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:33:26,314 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:33:26,321 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:34:26,305 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:34:26,307 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:34:26,309 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:34:26,314 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:34:26,321 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:35:26,297 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:35:26,300 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:36:26,309 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:36:26,310 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:36:26,312 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:36:26,317 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:36:26,324 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:37:26,306 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:37:26,307 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:37:26,308 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:37:26,314 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:38:26,315 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:38:26,315 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:38:26,316 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:38:26,324 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:38:26,332 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:39:26,305 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:39:26,307 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:39:26,313 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:40:26,316 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:40:26,316 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:40:26,318 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:40:26,323 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:41:26,317 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:41:26,318 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:41:26,319 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:41:26,325 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:42:26,300 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:42:26,303 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:42:26,309 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:43:26,318 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 11:43:26,319 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 11:43:26,321 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 11:43:26,327 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:00:10,679 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:00:10,679 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:00:10,680 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:00:10,688 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:00:10,694 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:01:10,684 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:01:10,684 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:01:10,687 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:01:10,693 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:02:10,682 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:02:10,683 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:02:10,684 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:02:10,690 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:03:10,671 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:03:10,674 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:03:10,680 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:04:10,686 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:04:10,686 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:04:10,687 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:04:10,694 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:04:10,700 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:05:10,684 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:05:10,685 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:05:10,686 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:06:10,672 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:06:10,674 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:06:10,681 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:07:10,687 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:07:10,687 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:07:10,688 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:07:10,696 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:07:10,703 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:08:10,684 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:08:10,685 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:08:10,688 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:08:10,693 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:09:10,680 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:09:10,681 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:09:10,682 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:10:10,687 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:10:10,688 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:10:10,690 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:10:10,695 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:10:10,702 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:11:10,676 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:11:10,678 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:12:10,692 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:12:10,692 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:12:10,693 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:12:10,699 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:12:10,705 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:13:10,691 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:13:10,692 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:13:10,694 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:13:10,699 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:14:10,682 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:14:10,683 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:14:10,690 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:15:10,673 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:15:10,673 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:15:10,675 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:15:10,680 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:16:10,666 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:16:10,666 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:16:10,667 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:16:10,674 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:17:10,653 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:17:10,656 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:17:10,663 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:18:10,668 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:18:10,671 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:18:10,672 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:18:10,677 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:19:10,670 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:19:10,671 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:19:10,673 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:19:10,679 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:19:10,686 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:20:10,657 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:20:10,658 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:20:10,667 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:21:10,656 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:21:10,656 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:21:10,657 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:21:10,663 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:22:10,673 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:22:10,673 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:22:10,674 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:22:10,681 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:23:10,672 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:23:10,673 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:23:10,674 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:23:10,680 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:23:10,687 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:24:10,661 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:24:10,663 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:25:10,656 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:25:10,657 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:25:10,658 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:25:10,663 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:26:10,677 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:26:10,677 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:26:10,679 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:26:10,684 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:26:10,691 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:27:10,662 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:27:10,664 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:28:10,675 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:28:10,675 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:28:10,676 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:28:10,682 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:29:10,660 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:29:10,664 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:29:10,670 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:30:10,714 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:30:10,715 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:30:10,716 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:30:10,722 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:30:10,728 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:31:10,721 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:31:10,721 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:31:10,722 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:32:10,754 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:32:10,754 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:32:10,755 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:32:10,761 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:32:10,767 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:33:10,720 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:33:10,723 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:33:10,729 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:34:10,724 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:34:10,725 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:34:10,726 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:35:10,726 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:35:10,726 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:35:10,728 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:35:10,734 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:35:10,741 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:36:10,722 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:36:10,724 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:36:10,730 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:37:10,720 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:37:10,723 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:37:10,724 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:38:10,727 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:38:10,728 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:38:10,729 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:38:10,736 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:38:10,743 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:39:10,727 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:39:10,728 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:39:10,730 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:39:10,736 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:39:10,744 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:40:10,719 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:41:10,730 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:41:10,730 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:41:10,732 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:41:10,738 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:41:10,745 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:42:10,731 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:42:10,731 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:42:10,732 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:42:10,738 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:42:10,745 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:43:10,723 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:43:10,725 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:44:10,732 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:44:10,734 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:44:10,735 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:44:10,740 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:45:10,736 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:45:10,737 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:45:10,739 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:45:10,745 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:45:10,751 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:46:10,715 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:46:10,716 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:46:10,722 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:47:10,736 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:47:10,738 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:47:10,739 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:47:10,745 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:48:10,737 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:48:10,737 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:48:10,740 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:48:10,745 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:49:10,741 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:49:10,741 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:49:10,742 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:49:10,749 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:49:10,756 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:50:10,727 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:50:10,727 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:50:10,729 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:50:10,733 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:51:10,728 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:51:10,730 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:52:10,742 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:52:10,742 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:52:10,744 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:52:10,749 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:52:10,756 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:53:10,731 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:53:10,733 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:53:10,739 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:54:10,775 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:54:10,776 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:54:10,776 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:55:10,731 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:55:10,734 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:55:10,741 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:55:10,748 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:56:10,748 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:56:10,748 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:56:10,750 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:56:10,755 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:57:10,778 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:57:10,778 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:57:10,779 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:57:10,785 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:58:10,744 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:58:10,745 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 12:58:10,748 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 12:58:10,754 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:58:10,761 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:59:10,735 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 12:59:10,737 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:00:10,755 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:00:10,759 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:00:10,760 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:00:10,765 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:02:50,016 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:02:50,016 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:02:50,017 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:03:49,999 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:03:50,000 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:03:50,005 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:03:50,010 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:04:50,006 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:04:50,006 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:04:50,008 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:04:50,012 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:04:50,017 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:05:50,014 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:05:50,015 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:05:50,016 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:06:50,011 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:06:50,011 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:06:50,012 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:06:50,017 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:06:50,022 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:07:50,013 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:07:50,013 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:07:50,014 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:07:50,019 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:08:50,003 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:08:50,003 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:08:50,008 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:09:50,012 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:09:50,013 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:09:50,015 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:09:50,019 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:10:50,017 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:10:50,017 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:10:50,019 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:10:50,023 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:11:50,013 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:11:50,015 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:11:50,016 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:11:50,020 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:11:50,026 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:12:50,008 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:12:50,009 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:12:50,014 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:13:50,019 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:13:50,019 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:13:50,021 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:13:50,025 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:13:50,030 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:14:50,012 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:14:50,013 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:14:50,014 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:14:50,019 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:15:49,989 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:15:49,991 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:15:49,995 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:16:49,995 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:16:49,996 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:16:49,997 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:16:50,002 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:17:49,999 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:17:49,999 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:17:50,001 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:17:50,005 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:17:50,010 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:18:49,995 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:18:49,996 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:18:49,997 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:18:50,002 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:19:50,001 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:19:50,002 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:19:50,002 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:19:50,009 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:20:50,093 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:20:50,095 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:20:50,103 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:20:50,128 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:20:50,152 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:21:49,992 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:21:49,993 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:21:49,998 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:22:50,003 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:22:50,003 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:22:50,005 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:22:50,009 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:23:50,004 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:23:50,004 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:23:50,005 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:23:50,010 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:24:50,045 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:24:50,054 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:24:50,077 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:25:50,010 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:25:50,010 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:25:50,012 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:25:50,017 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:26:50,004 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:26:50,006 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:26:50,008 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:26:50,012 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:27:50,012 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:27:50,014 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:27:50,016 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:27:50,020 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:27:50,026 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:28:50,000 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:28:50,002 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:28:50,007 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:29:50,011 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:29:50,012 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:29:50,013 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:29:50,019 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:30:49,997 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:30:49,998 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:30:50,000 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:30:50,005 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:31:49,990 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:31:49,990 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:31:49,991 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:31:49,997 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:32:49,993 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:32:49,994 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:32:49,997 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:32:50,003 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:32:50,010 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:33:49,977 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:33:49,978 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:34:49,992 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:34:49,994 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:34:49,995 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:34:50,001 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:35:49,997 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:35:49,999 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:35:50,000 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:35:50,006 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:35:50,012 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:36:49,987 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:36:49,987 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:36:49,987 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:36:49,996 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:36:50,003 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:37:49,993 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:37:49,995 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:37:49,997 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:37:50,001 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:37:50,008 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:38:49,977 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:39:49,993 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:39:49,995 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:39:49,997 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:39:50,002 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:39:50,008 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:40:49,996 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:40:49,996 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:40:49,999 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:40:50,006 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:40:50,013 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:41:49,983 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:41:49,985 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:41:49,991 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:42:49,997 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:42:49,998 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:42:50,000 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:42:50,005 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:43:49,993 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:43:49,994 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:43:49,996 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:43:50,002 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:43:50,009 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:44:49,996 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:44:49,997 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:44:49,999 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:44:50,004 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:45:49,989 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:45:49,991 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:45:49,996 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:45:50,002 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:46:50,002 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:46:50,003 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:46:50,005 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:46:50,011 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:47:49,996 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:47:49,996 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:47:49,997 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:47:50,004 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:48:49,992 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:48:49,992 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:48:49,993 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:48:49,999 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:48:50,005 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:49:49,987 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:49:49,988 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:49:49,994 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:50:50,032 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:50:50,034 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:50:50,035 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:50:50,041 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:51:50,001 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:51:50,002 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:51:50,004 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:51:50,010 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:52:50,002 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:52:50,003 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:52:50,004 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:52:50,012 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:52:50,019 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:53:49,989 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:53:49,991 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:53:49,996 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:54:49,995 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:54:49,996 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:54:49,998 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:54:50,003 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:55:50,002 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:55:50,003 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:55:50,005 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:55:50,010 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:56:50,000 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:56:50,000 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:56:50,002 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:56:50,007 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:56:50,014 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:57:49,993 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:57:49,995 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:57:50,001 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:58:50,000 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:58:50,002 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:58:50,003 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:59:49,853 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:59:49,853 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 13:59:49,855 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 13:59:49,862 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 13:59:49,868 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:00:49,859 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:00:49,859 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:00:49,860 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:00:49,867 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:00:49,873 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:01:49,832 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:02:54,256 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:02:54,258 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:02:54,259 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:02:54,263 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:02:54,268 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:03:54,189 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:03:54,191 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:03:54,198 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:04:54,193 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:04:54,194 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:04:54,195 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:04:54,201 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:05:54,188 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:05:54,190 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:06:54,175 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:06:54,177 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:06:54,180 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:06:54,185 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:06:54,191 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:07:54,190 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:07:54,190 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:07:54,192 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:07:54,198 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:08:54,190 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:08:54,191 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:08:54,191 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:08:54,199 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:08:54,206 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:09:54,177 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:09:54,178 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:10:54,194 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:10:54,195 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:10:54,197 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:10:54,202 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:10:54,209 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:11:54,191 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:11:54,193 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:11:54,195 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:11:54,200 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:12:54,175 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:12:54,176 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:13:54,187 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:13:54,187 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:13:54,188 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:13:54,195 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:13:54,202 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:14:54,172 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:14:54,173 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:14:54,173 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:14:54,180 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:15:54,223 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:15:54,225 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:16:54,189 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:16:54,189 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:16:54,192 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:16:54,197 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:16:54,203 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:17:54,189 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:17:54,189 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:17:54,190 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:18:54,177 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:18:54,179 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:18:54,186 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:18:54,193 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:19:54,189 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:19:54,189 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:19:54,191 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:19:54,197 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:20:54,190 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:20:54,192 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:20:54,193 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:20:54,199 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:21:54,175 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:21:54,177 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:21:54,183 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:22:54,168 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:22:54,169 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:22:54,171 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:22:54,175 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:23:54,184 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:23:54,184 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:23:54,186 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:23:54,192 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:23:54,198 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:24:54,172 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:24:54,173 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:25:54,186 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:25:54,187 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:25:54,189 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:25:54,194 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:26:54,155 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:26:54,157 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:26:54,162 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:27:54,179 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:27:54,181 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:27:54,184 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:27:54,187 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:27:54,194 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:28:54,181 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:28:54,181 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:28:54,184 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:28:54,189 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:29:54,179 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:29:54,180 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:29:54,181 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:29:54,187 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:30:54,161 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:30:54,163 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:30:54,168 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:31:54,179 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:31:54,179 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:31:54,180 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:31:54,186 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:32:54,175 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:32:54,176 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:32:54,178 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:32:54,183 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:32:54,190 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:33:54,166 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:33:54,168 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:34:54,170 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:34:54,173 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:34:54,174 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:34:54,179 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:35:54,172 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:35:54,174 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:35:54,176 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:35:54,180 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:35:54,187 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:36:54,165 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:36:54,168 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:36:54,174 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:37:54,149 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:37:54,150 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:37:54,151 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:38:54,167 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:38:54,168 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:38:54,170 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:38:54,176 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:38:54,182 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:39:54,156 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:39:54,159 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:39:54,165 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:40:54,170 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:40:54,171 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:40:54,173 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:41:54,155 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:41:54,157 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:41:54,159 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:41:54,164 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:41:54,170 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:42:54,152 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:42:54,155 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:42:54,161 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:43:54,167 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:43:54,168 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:43:54,170 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:43:54,175 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:43:54,182 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:44:54,092 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:44:54,092 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:44:54,093 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:45:54,079 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:45:54,082 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:45:54,087 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:46:54,089 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:46:54,089 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:46:54,091 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:46:54,097 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:46:54,103 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:47:54,088 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:47:54,088 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:47:54,089 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:47:54,096 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:48:54,086 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:48:54,088 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:48:54,088 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:49:54,073 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:49:54,075 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:49:54,082 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:49:54,089 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:50:54,079 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:50:54,081 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:50:54,083 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:50:54,088 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:51:54,080 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:51:54,081 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:51:54,083 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:52:54,081 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:52:54,081 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:52:54,082 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:52:54,089 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:52:54,096 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:53:54,066 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:53:54,069 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:53:54,075 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:54:54,060 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:54:54,061 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:54:54,062 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:55:54,077 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:55:54,077 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:55:54,080 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:55:54,085 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:55:54,091 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:56:54,075 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:56:54,075 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:56:54,078 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:56:54,083 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:57:54,074 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:57:54,074 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:57:54,075 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:57:54,082 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:58:54,060 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:58:54,061 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:58:54,068 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:59:54,079 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 14:59:54,079 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 14:59:54,081 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 14:59:54,086 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:00:54,092 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:00:54,092 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:00:54,093 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:00:54,099 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:00:54,105 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:01:54,091 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:01:54,092 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:01:54,093 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:01:54,099 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:02:54,077 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:02:54,079 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:04:29,855 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:04:29,864 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:04:29,866 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:04:29,870 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:04:29,875 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:05:29,868 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:05:29,868 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:05:29,870 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:05:29,874 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:06:29,869 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:06:29,869 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:06:29,870 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:06:29,874 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:06:29,879 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:07:29,855 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:07:29,857 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:07:29,858 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:07:29,863 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:07:29,867 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:08:29,855 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:08:29,855 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:09:29,863 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:09:29,863 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:09:29,865 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:09:29,869 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:10:29,862 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:10:29,865 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:10:29,866 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:10:29,870 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:10:29,875 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:11:29,861 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:11:29,861 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:11:29,864 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:11:29,868 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:11:29,872 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:12:29,850 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:12:29,854 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:12:29,854 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:12:29,859 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:12:29,864 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:13:29,846 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:14:29,858 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:14:29,859 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:14:29,860 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:14:29,864 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:14:29,869 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:15:29,850 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:15:29,850 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:15:29,852 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:15:29,856 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:15:29,861 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:16:29,851 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:16:29,852 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:16:29,853 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:16:29,858 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:16:29,863 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:17:29,835 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:17:29,835 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:18:29,844 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:18:29,846 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:18:29,847 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:18:29,852 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:18:29,857 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:19:29,944 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:19:29,945 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:19:29,951 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:19:29,988 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:20:29,834 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:20:29,835 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:21:29,844 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:21:29,847 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:21:29,849 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:21:29,852 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:21:29,858 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:22:29,835 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:22:29,838 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:22:29,840 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:22:29,844 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:23:29,935 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:23:29,936 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:23:29,941 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:23:29,971 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:23:29,997 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:24:29,831 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:24:29,832 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:25:29,839 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:25:29,840 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:25:29,841 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:25:29,846 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:25:29,852 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:26:29,931 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:26:29,936 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:26:29,944 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:26:29,967 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:27:29,832 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:27:29,834 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:27:29,835 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:27:29,840 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:28:29,880 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:28:29,889 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:28:29,914 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:29:29,836 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:29:29,838 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:29:29,839 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:29:29,843 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:30:29,822 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:30:29,822 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:30:29,823 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:30:29,831 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:30:29,838 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:31:29,817 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:31:29,818 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:31:29,818 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:31:29,828 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:31:29,835 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:32:29,814 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:32:29,818 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:32:29,818 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:32:29,824 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:33:29,804 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:33:29,806 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:33:29,812 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:34:29,811 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:34:29,811 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:34:29,812 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:34:29,819 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:35:29,807 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:35:29,811 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:35:29,811 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:35:29,817 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:35:29,824 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:36:29,820 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:36:29,821 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:36:29,822 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:36:29,828 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:36:29,835 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:37:29,797 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:37:29,798 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:38:29,811 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:38:29,812 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:38:29,815 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:38:29,821 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:38:29,829 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:39:29,808 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:39:29,808 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:39:29,809 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:39:29,817 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:40:29,807 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:40:29,807 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:40:29,809 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:40:29,814 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:41:29,805 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:41:29,807 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:41:29,813 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:42:29,818 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:42:29,818 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:42:29,820 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:42:29,826 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:42:29,832 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:43:29,796 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:43:29,796 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:43:29,797 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:44:29,791 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:44:29,792 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:44:29,797 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:45:29,899 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:45:29,900 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:45:29,901 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:45:29,907 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:45:29,913 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:46:29,900 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:46:29,900 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:46:29,902 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:46:29,908 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:46:29,914 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:47:29,896 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:47:29,897 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:47:29,899 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:47:29,905 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:48:29,892 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:48:29,894 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:49:29,900 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:49:29,900 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:49:29,902 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:49:29,908 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:49:29,914 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:50:29,900 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:50:29,900 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:50:29,900 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:50:29,908 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:50:29,914 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:51:29,899 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:51:29,899 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:51:29,900 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:51:29,905 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:52:29,899 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:52:29,900 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:52:29,901 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:52:29,907 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:53:29,892 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:53:29,894 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:53:29,900 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:54:29,900 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:54:29,901 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:54:29,902 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:54:29,908 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:54:29,914 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:55:29,900 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:55:29,901 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:55:29,903 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:55:29,909 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:56:29,898 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:56:29,900 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:56:29,900 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:56:29,906 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:57:29,890 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:57:29,893 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:57:29,899 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:58:29,899 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:58:29,901 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:58:29,903 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:58:29,909 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:58:29,916 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:59:29,901 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 15:59:29,902 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:59:29,905 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 15:59:29,911 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 15:59:29,919 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:00:29,938 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:00:29,938 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:00:29,939 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:01:29,937 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:01:29,939 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:01:29,945 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:02:29,941 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:02:29,941 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:02:29,942 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:02:29,949 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:02:29,956 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:03:29,934 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:03:29,936 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:03:29,942 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:03:29,951 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:04:33,123 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:04:33,123 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:04:33,125 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:05:33,122 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:05:33,122 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:05:33,125 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:05:33,131 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:06:33,097 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:06:33,099 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:06:33,104 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:06:33,110 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:07:33,123 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:07:33,125 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:07:33,126 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:07:33,131 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:08:33,123 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:08:33,124 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:08:33,125 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:09:33,110 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:09:33,112 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:09:33,118 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:09:33,126 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:10:33,113 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:10:33,113 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:10:33,116 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:10:33,121 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:11:33,125 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:11:33,125 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:11:33,126 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:11:33,134 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:12:33,124 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:12:33,124 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:12:33,126 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:12:33,132 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:12:33,138 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:13:33,112 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:13:33,113 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:14:33,108 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:14:33,109 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:14:33,111 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:14:33,115 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:14:33,122 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:15:33,111 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:15:33,112 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:15:33,113 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:15:33,119 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:16:33,098 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:16:33,098 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:17:33,110 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:17:33,110 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:17:33,113 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:17:33,118 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:17:33,125 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:18:33,095 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:18:33,095 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:18:33,096 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:18:33,103 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:19:33,109 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:19:33,109 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:19:33,112 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:19:33,117 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:20:33,097 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:20:33,099 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:20:33,105 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:21:33,111 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:21:33,112 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:21:33,113 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:21:33,119 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:22:33,095 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:22:33,097 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:22:33,104 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:23:33,108 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:23:33,110 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:23:33,112 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:23:33,117 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:24:33,110 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:24:33,110 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:24:33,112 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:24:33,119 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:24:33,125 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:25:33,096 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:25:33,097 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:26:33,109 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:26:33,110 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:26:33,112 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:26:33,117 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:26:33,124 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:27:33,109 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:27:33,109 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:27:33,109 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:28:33,096 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:28:33,099 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:28:33,106 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:28:33,113 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:29:33,112 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:29:33,112 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:29:33,115 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:29:33,120 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:30:33,147 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:30:33,149 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:30:33,152 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:30:33,157 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:31:33,151 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:31:33,151 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:31:33,152 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:31:33,160 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:32:33,138 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:32:33,141 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:32:33,148 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:33:33,151 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:33:33,151 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:33:33,153 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:33:33,159 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:34:33,135 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:34:33,135 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:34:33,136 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:35:33,139 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:35:33,141 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:35:33,148 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:35:33,155 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:36:33,152 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:36:33,153 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:36:33,155 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:36:33,161 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:37:33,181 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:37:33,183 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:38:33,140 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:38:33,140 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:38:33,142 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:38:33,147 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:38:33,153 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:39:33,155 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:39:33,155 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:39:33,157 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:39:33,163 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:40:33,185 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:40:33,185 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:40:33,186 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:41:33,142 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:41:33,145 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:41:33,151 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:41:33,159 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:42:33,155 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:42:33,156 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:42:33,158 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:42:33,163 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:43:33,157 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:43:33,158 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:43:33,159 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:44:33,154 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:44:33,154 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:44:33,157 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:44:33,162 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:44:33,169 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:45:33,075 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:45:33,076 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:45:33,083 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:46:33,089 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:46:33,090 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:46:33,092 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:46:33,097 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:47:33,064 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:47:33,065 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:47:33,067 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:47:33,071 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:48:33,087 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:48:33,087 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:48:33,088 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:48:33,096 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:48:33,103 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:49:33,074 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:49:33,075 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:49:33,083 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:50:33,115 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:50:33,117 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:50:33,117 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:51:33,084 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:51:33,088 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:51:33,089 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:51:33,094 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:51:33,102 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:52:33,076 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:52:33,076 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:53:33,088 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:53:33,088 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:53:33,089 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:53:33,096 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:54:33,075 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:54:33,077 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:54:33,083 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:54:33,091 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:55:33,088 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:55:33,088 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:55:33,089 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:56:33,086 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:56:33,087 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:56:33,089 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:56:33,095 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:57:33,075 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:57:33,077 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:57:33,083 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:57:33,092 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:58:33,086 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:58:33,086 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:58:33,089 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 16:58:33,094 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:59:33,080 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 16:59:33,081 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 16:59:33,083 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:00:33,058 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:00:33,060 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:00:33,064 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:00:33,071 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:01:33,086 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:01:33,087 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:01:33,089 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:01:33,095 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:01:33,101 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:02:33,088 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:02:33,088 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:02:33,089 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:03:33,074 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:03:33,076 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:03:33,083 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:04:55,387 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:04:55,387 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:04:55,388 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:04:55,395 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:04:55,401 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:05:55,399 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:05:55,399 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:05:55,401 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:06:55,396 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:06:55,397 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:06:55,400 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:06:55,405 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:07:55,386 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:07:55,389 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:07:55,395 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:07:55,403 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:08:55,397 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:08:55,397 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:08:55,400 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:08:55,405 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:09:55,396 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:09:55,397 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:09:55,398 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:09:55,404 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:09:55,411 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:10:55,372 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:10:55,373 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:11:55,385 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:11:55,385 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:11:55,388 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:11:55,393 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:11:55,399 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:12:55,396 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:12:55,397 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:12:55,398 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:13:55,382 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:13:55,384 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:13:55,391 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:13:55,398 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:16:44,564 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:16:44,565 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:16:44,566 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:16:44,572 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:17:44,552 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:17:44,553 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:18:44,558 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:18:44,558 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:18:44,563 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:18:44,566 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:19:44,547 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:19:44,549 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:19:44,552 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:19:44,557 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:19:44,564 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:20:44,510 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:20:44,510 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:20:44,519 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:21:44,518 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:21:44,519 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:21:44,521 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:21:44,526 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:21:44,533 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:22:44,516 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:22:44,517 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:22:44,518 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:23:44,504 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:23:44,507 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:23:44,514 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:24:44,514 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:24:44,515 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:24:44,517 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:24:44,522 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:24:44,529 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:25:44,516 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:25:44,516 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:25:44,519 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:25:44,525 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:26:44,496 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:26:44,513 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:26:44,516 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:26:44,516 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:26:44,522 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:27:44,502 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:27:44,504 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:28:44,501 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:28:44,502 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:28:44,504 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:28:44,510 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:29:44,511 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:29:44,513 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:29:44,515 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:29:44,519 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:29:44,525 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:30:44,500 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:30:44,501 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:31:44,511 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:31:44,512 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:31:44,513 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:31:44,519 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:31:44,525 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:32:44,502 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:32:44,503 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:32:44,504 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:32:44,509 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:33:44,512 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:33:44,512 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:33:44,514 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:33:44,520 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:34:44,500 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:34:44,502 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:34:44,509 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:35:44,464 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:35:44,465 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:35:44,467 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:35:44,472 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:36:44,466 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:36:44,467 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:36:44,469 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:36:44,475 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:36:44,481 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:37:44,448 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:38:44,443 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:38:44,466 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:38:44,467 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:38:44,469 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:38:44,475 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:39:44,460 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:39:44,465 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:39:44,466 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:39:44,471 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:40:44,469 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:40:44,475 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:40:44,476 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:40:44,480 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:40:44,487 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:41:44,448 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:42:44,455 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:42:44,456 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:42:44,458 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:42:44,463 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:42:44,469 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:43:44,455 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:43:44,455 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:43:44,456 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:43:44,463 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:44:44,435 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:44:44,438 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:44:44,442 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:45:44,461 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:45:44,465 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:45:44,465 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:45:44,471 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:46:44,441 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:46:44,468 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:46:44,470 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:46:44,472 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:46:44,477 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:47:44,452 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:47:44,453 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:48:44,462 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:48:44,462 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:48:44,465 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:48:44,471 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:49:44,460 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:49:44,461 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:49:44,463 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:49:44,469 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:49:44,475 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:50:44,528 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:50:44,529 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:51:44,559 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:51:44,559 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:51:44,559 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:51:44,569 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:51:44,576 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:52:44,539 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:52:44,540 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:52:44,548 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:53:44,558 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:53:44,559 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:53:44,561 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:54:44,557 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:54:44,557 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:54:44,559 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:54:44,565 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:54:44,571 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:55:44,541 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:55:44,542 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:55:44,551 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:55:44,559 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:56:44,556 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:56:44,556 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:56:44,556 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:57:44,544 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:57:44,545 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:57:44,548 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:57:44,552 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:58:44,534 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:58:44,536 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:58:44,542 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:59:44,556 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 17:59:44,556 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 17:59:44,557 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 17:59:44,563 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:00:44,534 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:00:44,539 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 18:00:44,541 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:00:44,547 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:00:44,554 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:01:44,543 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:01:44,544 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:02:44,554 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 18:02:44,555 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:02:44,556 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:02:44,562 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:03:44,547 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:03:44,550 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 18:03:44,552 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:03:44,556 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:03:44,562 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:04:44,539 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:04:44,544 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:04:44,550 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:05:44,564 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 18:05:44,565 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:05:44,566 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:05:44,570 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:06:44,530 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:06:44,533 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 18:06:44,533 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:06:44,540 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:07:44,543 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:07:44,546 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:07:44,553 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:08:44,556 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 18:08:44,556 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:08:44,558 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:08:44,563 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:09:44,559 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:09:44,560 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 18:09:44,562 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:09:44,568 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:10:44,551 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:10:44,553 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:10:44,559 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:11:44,563 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 18:11:44,563 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:11:44,566 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:11:44,572 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:12:44,555 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 18:12:44,557 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:12:44,558 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:12:44,564 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:13:44,552 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:13:44,553 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 18:13:44,554 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:13:44,560 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:13:44,566 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:14:44,532 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:14:44,534 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:14:44,539 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:15:44,580 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 18:15:44,581 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:15:44,583 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:15:44,588 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:18:13,801 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:18:13,802 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 18:18:13,803 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:18:13,810 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:36:15,327 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:36:15,328 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:36:15,334 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:37:15,335 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:37:15,336 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 18:37:15,338 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:37:15,344 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:37:15,350 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:38:15,332 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 18:38:15,333 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:38:15,333 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:39:15,319 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:39:15,322 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:39:15,328 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:40:15,334 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 18:40:15,334 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:40:15,335 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:40:15,342 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:41:15,329 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:41:15,330 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 18:41:15,332 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:41:15,336 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:42:15,326 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:42:15,328 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:42:15,334 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:43:15,332 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:43:15,332 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 18:43:15,335 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:43:15,340 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:44:15,313 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:44:15,314 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 18:44:15,315 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:44:15,320 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:45:15,320 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:45:15,322 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:45:15,328 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:46:15,337 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:46:15,337 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 18:46:15,339 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:46:15,345 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:47:15,331 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:47:15,332 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 18:47:15,333 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:47:15,339 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:47:15,345 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:48:15,307 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:48:15,309 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:49:15,332 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:49:15,332 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 18:49:15,335 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:49:15,340 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:50:15,332 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 18:50:15,333 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:50:15,336 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:50:15,341 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:50:15,347 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:51:15,324 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:51:15,326 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:52:15,355 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 18:52:15,355 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:52:15,357 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:52:15,361 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:52:15,368 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:53:15,372 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 18:53:15,373 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:53:15,373 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:54:15,360 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:54:15,361 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:54:15,370 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:55:15,372 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 18:55:15,372 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:55:15,373 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:55:15,380 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:55:15,387 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:56:15,378 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:56:15,379 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 18:56:15,381 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:56:15,388 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:57:15,363 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:57:15,365 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:57:15,372 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:58:15,370 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:58:15,374 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 18:58:15,376 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:58:15,380 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:59:15,373 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 18:59:15,375 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 18:59:15,377 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 18:59:15,382 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:00:15,365 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:00:15,367 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:00:15,373 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:01:15,375 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:01:15,376 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:01:15,378 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:01:15,384 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:01:15,390 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:02:15,350 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:02:15,355 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:02:15,356 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:03:15,372 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:03:15,375 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:03:15,377 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:03:15,382 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:04:15,364 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:04:15,368 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:04:15,373 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:04:15,381 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:05:15,377 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:05:15,378 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:05:15,380 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:06:15,381 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:06:15,381 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:06:15,383 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:06:15,388 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:06:15,394 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:07:15,338 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:07:15,341 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:07:15,346 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:08:15,361 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:08:15,362 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:08:15,365 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:08:15,370 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:08:15,376 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:09:15,364 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:09:15,365 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:09:15,365 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:10:15,352 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:10:15,354 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:10:15,360 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:10:15,369 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:11:15,346 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:11:15,347 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:11:15,348 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:11:15,353 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:12:15,364 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:12:15,364 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:12:15,367 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:12:15,372 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:13:15,352 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:13:15,354 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:13:15,360 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:14:15,366 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:14:15,367 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:14:15,367 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:14:15,375 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:15:15,342 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:15:15,345 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:15:15,346 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:15:15,350 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:16:15,352 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:16:15,353 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:16:15,361 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:17:15,365 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:17:15,365 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:17:15,367 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:17:15,373 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:17:15,380 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:18:15,366 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:18:15,366 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:18:15,367 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:19:15,340 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:19:15,342 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:19:15,348 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:20:15,367 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:20:15,368 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:20:15,370 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:20:15,375 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:20:15,382 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:21:15,366 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:21:15,366 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:21:15,367 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:22:15,350 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:22:15,352 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:22:15,357 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:23:15,377 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:23:15,379 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:23:15,380 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:23:15,385 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:23:15,392 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:24:15,378 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:24:15,378 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:24:15,379 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:25:15,410 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:25:15,411 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:25:15,417 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:26:15,364 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:26:15,366 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:26:15,366 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:26:15,372 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:26:15,378 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:27:15,380 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:27:15,381 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:27:15,382 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:28:15,411 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:28:15,411 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:28:15,413 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:28:15,418 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:29:15,366 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:29:15,368 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:29:15,375 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:29:15,382 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:30:15,380 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:30:15,380 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:30:15,380 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:30:15,389 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:30:15,395 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:31:15,381 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:31:15,381 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:31:15,382 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:32:15,367 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:32:15,368 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:32:15,376 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:33:15,377 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:33:15,380 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:33:15,382 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:33:15,387 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:33:15,393 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:34:15,384 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:34:15,384 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:34:15,385 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:34:15,392 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:35:15,369 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:35:15,371 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:36:15,388 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:36:15,388 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:36:15,389 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:36:15,396 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:36:15,402 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:52:39,143 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:52:39,143 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:52:39,144 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:52:39,148 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:53:39,162 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:53:39,163 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:54:39,156 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:54:39,161 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:54:39,162 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:54:39,164 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:54:39,169 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:55:39,164 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:55:39,165 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:55:39,167 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:55:39,171 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:55:39,176 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:56:39,168 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:56:39,171 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:56:39,171 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:56:39,175 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:56:39,180 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:57:39,154 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:58:39,174 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:58:39,175 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:58:39,175 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:58:39,180 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:58:39,185 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:59:39,169 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 19:59:39,170 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:59:39,172 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 19:59:39,176 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 19:59:39,180 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:00:39,164 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:00:39,165 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:00:39,165 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:00:39,170 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:00:39,175 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:01:39,165 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:01:39,169 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:01:39,169 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:02:39,173 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:02:39,174 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:02:39,174 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:02:39,179 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:02:39,184 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:03:39,172 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:03:39,174 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:03:39,178 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:04:39,176 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:04:39,176 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:04:39,178 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:05:39,177 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:05:39,177 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:05:39,179 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:05:39,184 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:05:39,189 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:06:39,178 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:06:39,179 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:06:39,179 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:06:39,185 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:06:39,190 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:07:39,162 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:07:39,163 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:07:39,168 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:08:39,176 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:08:39,177 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:08:39,178 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:08:39,183 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:09:39,167 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:09:39,168 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:09:39,169 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:09:39,174 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:10:39,172 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:10:39,173 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:10:39,174 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:10:39,179 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:10:39,184 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:11:39,165 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:11:39,166 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:11:39,172 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:12:39,386 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:12:39,387 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:12:39,396 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:12:39,423 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:13:39,170 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:13:39,173 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:13:39,176 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:14:39,175 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:14:39,176 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:14:39,177 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:14:39,182 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:15:39,271 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:15:39,276 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:15:39,284 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:15:39,307 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:15:39,334 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:16:39,175 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:16:39,176 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:17:39,196 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:17:39,196 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:17:39,197 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:17:39,203 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:17:39,209 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:18:39,198 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:18:39,198 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:18:39,199 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:18:39,204 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:19:39,172 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:19:39,173 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:19:39,177 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:20:39,181 basehttp 28880 6226063360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:20:39,181 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:20:39,183 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:20:39,188 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:21:39,182 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:21:39,185 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:21:39,186 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:21:39,190 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:21:39,195 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:22:39,187 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:22:39,188 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:22:39,188 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:22:39,193 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:23:39,208 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:23:39,210 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:23:39,215 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:24:39,277 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:24:39,284 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:24:39,294 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:24:39,318 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:24:39,347 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:25:39,185 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:25:39,186 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:25:39,187 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:26:39,254 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:26:39,275 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:26:39,282 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:26:39,299 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:26:39,328 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:27:39,236 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:27:39,243 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:27:39,269 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:28:39,287 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:28:39,289 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:28:39,303 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:28:39,326 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:29:39,184 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:29:39,185 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:29:39,186 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:29:39,190 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:30:39,271 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:30:39,275 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:30:39,279 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:30:39,304 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:30:39,330 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:31:39,239 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:31:39,247 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:32:39,200 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:32:39,203 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:32:39,204 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:32:39,212 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:33:39,206 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:33:39,206 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:33:39,208 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:33:39,214 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:33:39,222 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:34:39,178 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:34:39,180 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:35:39,184 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:35:39,184 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:35:39,186 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:35:51,073 basehttp 28880 6226063360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:36:39,185 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:36:39,186 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:36:39,186 basehttp 28880 6226063360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:36:51,085 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:38:44,436 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:38:44,439 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:38:44,445 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:38:56,425 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:44:12,587 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:44:12,589 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:44:12,590 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:44:25,563 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:45:58,513 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:45:58,513 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:45:58,515 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:46:10,579 basehttp 28880 6158757888 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-10-01 20:46:11,488 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:50:01,383 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:50:01,386 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:50:01,392 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:50:15,375 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:51:01,403 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:51:01,404 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:51:01,406 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:51:15,393 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:51:34,158 basehttp 28880 6175584256 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 97291 INFO 2025-10-01 20:51:34,169 basehttp 28880 6175584256 "GET /static/css/custom.css HTTP/1.1" 304 0 INFO 2025-10-01 20:51:34,172 basehttp 28880 6175584256 "GET /static/plugins/toastr/toastr.css HTTP/1.1" 304 0 INFO 2025-10-01 20:51:34,173 basehttp 28880 6175584256 "GET /static/plugins/toastr/toastr.min.js HTTP/1.1" 304 0 INFO 2025-10-01 20:51:34,174 basehttp 28880 6175584256 "GET /static/js/custom.js HTTP/1.1" 304 0 INFO 2025-10-01 20:51:34,221 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:52:01,388 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:52:01,390 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:52:34,229 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:53:01,390 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:53:01,393 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:53:01,396 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:53:01,401 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:53:34,389 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:54:01,400 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:54:01,400 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:54:01,401 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:54:35,382 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:55:01,403 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:55:01,404 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:55:01,406 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:55:01,412 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:55:36,375 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:56:01,396 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:56:01,398 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:56:37,378 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:57:01,393 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:57:01,395 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:57:01,402 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:57:37,386 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:58:01,409 basehttp 28880 6209236992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:58:01,409 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:58:01,411 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:58:01,418 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:58:37,377 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:58:52,332 basehttp 28880 6192410624 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 97291 INFO 2025-10-01 20:58:52,387 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:59:01,404 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 20:59:01,406 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 20:59:01,406 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 20:59:41,311 basehttp 28880 6192410624 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 97411 INFO 2025-10-01 20:59:41,347 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:00:01,401 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:00:01,403 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:00:27,925 basehttp 28880 6158757888 "GET /en/laboratory/orders/706/ HTTP/1.1" 200 35794 INFO 2025-10-01 21:00:27,961 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:00:41,372 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:00:46,858 basehttp 28880 6158757888 "GET /en/radiology/orders/383/ HTTP/1.1" 200 34448 INFO 2025-10-01 21:00:46,894 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:01:01,382 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:01:01,384 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:01:01,386 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:01:01,391 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:01:41,366 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:01:59,691 basehttp 28880 6158757888 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 97411 INFO 2025-10-01 21:01:59,728 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:02:01,384 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:02:01,385 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:02:21,099 basehttp 28880 6158757888 "GET /en/emr/notes/2693/ HTTP/1.1" 200 39744 INFO 2025-10-01 21:02:21,108 basehttp 28880 6158757888 "GET /static/plugins/bootstrap-icons/font/bootstrap-icons.css HTTP/1.1" 200 98255 INFO 2025-10-01 21:02:21,130 basehttp 28880 6158757888 "GET /static/plugins/bootstrap-icons/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6 HTTP/1.1" 200 130396 INFO 2025-10-01 21:02:21,143 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:02:33,188 basehttp 28880 6158757888 "GET /en/appointments/requests/2117/detail/ HTTP/1.1" 200 26770 INFO 2025-10-01 21:02:33,222 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:02:59,742 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:03:01,399 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:03:01,402 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:03:01,408 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:03:42,679 basehttp 28880 6175584256 "GET /en/laboratory/orders/684/ HTTP/1.1" 200 36838 INFO 2025-10-01 21:03:42,712 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:03:50,606 basehttp 28880 6175584256 "GET /en/laboratory/specimens/966/ HTTP/1.1" 200 32707 INFO 2025-10-01 21:03:50,635 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:04:01,394 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:04:01,395 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:04:01,396 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:04:01,402 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:04:06,256 basehttp 28880 6209236992 "GET /en/laboratory/specimens/967/ HTTP/1.1" 200 32700 INFO 2025-10-01 21:04:06,291 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:04:29,426 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:04:33,867 basehttp 28880 6209236992 "GET /en/radiology/studies/192/ HTTP/1.1" 200 33612 INFO 2025-10-01 21:04:33,900 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-10-01 21:04:36,384 log 28880 6209236992 Internal Server Error: /en/radiology/series/553/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/series/\\Z'] ERROR 2025-10-01 21:04:36,385 basehttp 28880 6209236992 "GET /en/radiology/series/553/ HTTP/1.1" 500 192434 INFO 2025-10-01 21:05:01,396 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:05:01,397 basehttp 28880 6209236992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:05:33,889 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-10-01 21:05:46,324 log 28880 6209236992 Internal Server Error: /en/radiology/series/553/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/series/\\Z'] ERROR 2025-10-01 21:05:46,325 basehttp 28880 6209236992 "GET /en/radiology/series/553/ HTTP/1.1" 500 192434 INFO 2025-10-01 21:06:01,397 basehttp 28880 6209236992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:06:01,398 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:06:01,399 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:06:01,405 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-10-01 21:07:00,374 log 28880 6175584256 Internal Server Error: /en/radiology/series/553/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/series/\\Z'] ERROR 2025-10-01 21:07:00,376 basehttp 28880 6175584256 "GET /en/radiology/series/553/ HTTP/1.1" 500 192529 INFO 2025-10-01 21:07:01,375 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:07:01,376 basehttp 28880 6158757888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:07:01,377 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:07:01,382 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-10-01 21:07:01,943 log 28880 6192410624 Internal Server Error: /en/radiology/series/553/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/series/\\Z'] ERROR 2025-10-01 21:07:01,945 basehttp 28880 6192410624 "GET /en/radiology/series/553/ HTTP/1.1" 500 192529 INFO 2025-10-01 21:07:11,040 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:08:01,362 basehttp 28880 6192410624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:08:11,042 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:09:01,382 basehttp 28880 6175584256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:09:01,382 basehttp 28880 6192410624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:09:01,384 basehttp 28880 6158757888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:09:01,388 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:09:11,058 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:10:01,504 basehttp 28880 6192410624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:10:01,514 basehttp 28880 6175584256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:10:01,515 basehttp 28880 6158757888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:10:01,532 basehttp 28880 6175584256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:10:02,636 autoreload 24912 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-10-01 21:10:02,643 autoreload 28880 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-10-01 21:10:03,282 autoreload 96285 8313250112 Watching for file changes with StatReloader INFO 2025-10-01 21:10:03,297 autoreload 96284 8313250112 Watching for file changes with StatReloader ERROR 2025-10-01 21:10:08,829 log 96285 6129266688 Internal Server Error: /en/radiology/series/553/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_edit' not found. 'imaging_series_edit' is not a valid view function or pattern name. ERROR 2025-10-01 21:10:08,831 basehttp 96285 6129266688 "GET /en/radiology/series/553/ HTTP/1.1" 500 189505 INFO 2025-10-01 21:11:01,372 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:12:01,393 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:12:01,396 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:12:01,397 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:12:01,403 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-10-01 21:12:28,899 log 96285 6129266688 Internal Server Error: /en/radiology/series/553/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_download' not found. 'imaging_series_download' is not a valid view function or pattern name. ERROR 2025-10-01 21:12:28,900 basehttp 96285 6129266688 "GET /en/radiology/series/553/ HTTP/1.1" 500 188912 ERROR 2025-10-01 21:12:47,436 log 96285 6129266688 Internal Server Error: /en/radiology/series/553/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_edit' not found. 'imaging_series_edit' is not a valid view function or pattern name. ERROR 2025-10-01 21:12:47,437 basehttp 96285 6129266688 "GET /en/radiology/series/553/ HTTP/1.1" 500 187657 INFO 2025-10-01 21:13:01,403 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:13:01,403 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:13:01,404 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:13:01,411 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-10-01 21:13:12,391 log 96285 13438578688 Internal Server Error: /en/radiology/series/553/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_download' not found. 'imaging_series_download' is not a valid view function or pattern name. ERROR 2025-10-01 21:13:12,397 basehttp 96285 13438578688 "GET /en/radiology/series/553/ HTTP/1.1" 500 184775 INFO 2025-10-01 21:13:29,521 basehttp 96285 13438578688 "GET /en/radiology/series/553/ HTTP/1.1" 200 35273 INFO 2025-10-01 21:13:29,559 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:13:40,623 basehttp 96285 13438578688 "GET /en/radiology/series/553/ HTTP/1.1" 200 35273 INFO 2025-10-01 21:13:40,654 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:14:01,273 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:14:01,369 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:14:03,389 basehttp 96285 13438578688 "GET /en/radiology/studies/192/ HTTP/1.1" 200 33612 INFO 2025-10-01 21:14:03,424 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:14:06,898 basehttp 96285 13438578688 "GET /en/emr/encounters/601/ HTTP/1.1" 200 93470 INFO 2025-10-01 21:14:06,932 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:15:01,389 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:15:01,391 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:15:01,393 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:15:01,398 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:15:03,431 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:16:01,404 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:16:01,404 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:16:01,406 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:16:01,412 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:16:03,441 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:17:01,393 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:17:01,395 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:17:03,447 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:18:01,406 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:18:01,406 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:18:01,408 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:18:03,450 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:19:01,405 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:19:01,407 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:19:01,408 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:19:01,414 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:19:03,452 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:20:01,397 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:20:01,398 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:20:01,398 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:20:01,405 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:20:03,445 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:21:01,384 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:21:01,384 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:21:01,384 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:21:03,439 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:22:01,375 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:22:01,377 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:22:03,447 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:23:01,368 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:23:01,369 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:23:01,371 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:23:01,375 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:23:03,445 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:24:01,387 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:24:01,387 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:24:01,389 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:24:01,394 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:24:03,457 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:25:09,652 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:25:12,652 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:32:46,720 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:32:46,720 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:32:46,721 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:32:46,728 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:32:51,692 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:34:16,252 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:34:16,255 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:34:16,262 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-01 21:41:24,948 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:41:24,948 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:41:24,949 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:42:24,925 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:42:24,928 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:42:24,928 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:42:24,934 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:42:24,941 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:43:24,910 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:43:24,913 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:43:24,922 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:44:24,921 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:44:24,921 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:44:24,923 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:45:24,925 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:45:24,925 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:45:24,927 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:45:24,933 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:45:24,939 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:46:24,913 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:46:24,916 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:46:24,922 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:47:24,922 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:47:24,924 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:47:24,926 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:47:24,931 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:48:24,900 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:48:24,901 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:48:24,902 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:48:24,906 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:49:24,921 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:49:24,923 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:49:24,925 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:49:24,930 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:50:24,910 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:50:24,912 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:50:24,919 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:50:24,927 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:51:24,925 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:51:24,926 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:51:24,928 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:51:24,933 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:52:24,913 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:52:24,914 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:52:24,915 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:53:24,912 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:53:24,916 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:53:24,922 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:53:24,929 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:54:24,925 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:54:24,926 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:54:24,929 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:54:24,934 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:55:24,912 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:55:24,912 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:55:24,913 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:55:24,920 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:56:24,926 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:56:24,926 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:56:24,927 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:56:24,935 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:57:24,933 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:57:24,936 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:57:24,942 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:58:24,949 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 21:58:24,951 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:58:24,951 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:59:24,933 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 21:59:24,936 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 21:59:24,943 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:00:24,944 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:00:24,946 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:00:24,948 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:00:24,953 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:00:24,961 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:01:24,946 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:01:24,947 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:01:24,949 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:01:24,954 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:02:24,936 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:02:24,938 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:03:24,946 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:03:24,947 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:03:24,949 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:03:24,955 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:03:24,961 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:04:24,935 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:04:24,937 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:04:24,944 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:05:24,933 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:05:24,934 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:05:24,935 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:06:24,949 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:06:24,949 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:06:24,950 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:06:24,957 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:06:24,964 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:07:24,939 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:07:24,940 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:07:24,947 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:08:24,933 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:08:24,934 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:08:24,935 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:09:24,948 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:09:24,949 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:09:24,950 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:09:24,956 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:09:24,963 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:10:24,952 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:10:24,953 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:10:24,954 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:10:24,962 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:10:24,968 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:11:24,937 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:11:24,940 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:12:24,951 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:12:24,953 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:12:24,955 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:12:24,959 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:13:24,926 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:13:24,926 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:13:24,928 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:13:24,933 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:14:24,918 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:14:24,921 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:14:24,927 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:15:24,926 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:15:24,927 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:15:24,927 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:16:24,924 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:16:24,925 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:16:24,926 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:16:24,933 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:16:24,940 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:17:24,926 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:17:24,926 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:17:24,927 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:17:24,934 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:18:24,906 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:18:24,909 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:18:24,915 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:18:24,923 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:19:24,927 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:19:24,928 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:19:24,929 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:20:24,926 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:20:24,928 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:20:24,928 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:20:24,936 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:21:24,901 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:21:24,902 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:21:24,908 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:22:24,925 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:22:24,926 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:22:24,927 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:22:24,933 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:23:24,928 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:23:24,929 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:23:24,930 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:23:24,936 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:24:24,913 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:24:24,913 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:24:24,916 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:24:24,920 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:25:24,923 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:25:24,926 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:25:24,928 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:25:24,933 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:25:24,940 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:26:24,914 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:26:24,915 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:26:24,924 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:27:24,928 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:27:24,928 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:27:24,929 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:28:24,906 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:28:24,907 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:28:24,909 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:28:24,914 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:28:24,921 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:29:24,910 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:29:24,911 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:29:24,913 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:29:24,918 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:29:24,925 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:30:24,885 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:31:24,908 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:31:24,908 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:31:24,909 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:31:24,917 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:31:24,923 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:32:24,900 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:32:24,900 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:32:24,902 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:32:24,908 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:33:24,896 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:33:24,900 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:33:24,906 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:34:24,909 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:34:24,911 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:34:24,913 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:34:24,918 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:35:24,894 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:35:24,897 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:35:24,904 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:36:24,908 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:36:24,908 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:36:24,911 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:36:24,917 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:37:24,911 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:37:24,911 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:37:24,913 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:37:24,919 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-01 22:38:24,880 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:38:24,882 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:38:24,886 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:38:24,892 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:39:24,908 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:39:24,908 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:39:24,910 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:39:24,916 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:40:24,913 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:40:24,914 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:40:24,915 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:41:24,900 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:41:24,903 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:41:24,909 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:41:24,915 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:42:24,912 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:42:24,912 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:42:24,913 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:42:24,920 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:43:24,902 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:43:24,904 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:43:24,905 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:43:24,909 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:44:24,893 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:44:24,896 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:44:24,901 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:45:24,896 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:45:24,897 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:45:24,899 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:45:24,905 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:46:24,896 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:46:24,896 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:46:24,897 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:46:24,905 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:47:24,897 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:47:24,898 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:47:24,900 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:47:24,905 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:47:24,912 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:48:24,900 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:48:24,900 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:48:24,900 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:48:24,908 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:49:24,896 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:49:24,897 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:49:24,899 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:49:24,905 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:49:24,911 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:50:24,886 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:50:24,888 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:51:24,897 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:51:24,899 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:51:24,900 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:51:24,905 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:51:24,912 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:52:24,878 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:52:24,880 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:52:24,887 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:53:24,892 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:53:24,892 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:53:24,895 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:53:24,901 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:54:24,860 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:54:24,926 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:54:24,928 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:54:24,930 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:54:24,935 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:55:24,870 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:56:24,888 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:56:24,890 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:56:24,893 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:56:24,897 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:56:24,903 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:57:24,890 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:57:24,891 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:57:24,893 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:57:24,899 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:58:24,918 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:58:24,919 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:59:24,893 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:59:24,894 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 22:59:24,895 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 22:59:24,902 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 22:59:24,908 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:00:24,884 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:00:24,886 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:00:24,889 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:00:24,895 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:01:24,880 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:01:24,883 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:02:24,882 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:02:24,882 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:02:24,884 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:02:24,889 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:02:24,895 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:03:24,878 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:03:24,878 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:03:24,879 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:03:24,884 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:04:24,896 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:04:24,897 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:04:24,899 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:04:24,905 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:04:24,912 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:05:24,896 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:05:24,897 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:05:24,898 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:05:24,904 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:06:24,883 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:06:24,884 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:07:24,871 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:07:24,898 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:07:24,899 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:07:24,900 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:07:24,906 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:08:24,883 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:08:24,884 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:09:24,895 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:09:24,895 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:09:24,897 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:09:24,903 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:10:24,879 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:10:24,884 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:10:24,885 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:10:24,891 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:10:24,899 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:11:24,882 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:11:24,883 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:12:24,892 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:12:24,893 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:12:24,894 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:12:24,900 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:13:24,889 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:13:24,891 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:13:24,894 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:13:24,899 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:14:24,871 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:14:24,873 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:14:24,880 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:15:24,873 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:15:24,874 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:15:24,875 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:15:24,880 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:16:24,875 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:16:24,875 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:16:24,878 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:16:24,883 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:16:24,890 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:17:24,860 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:17:24,862 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:18:24,870 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:18:24,872 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:18:24,874 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:18:24,880 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:19:24,871 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:19:24,872 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:19:24,872 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:19:24,881 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:20:24,859 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:20:24,862 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:20:24,869 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:21:24,871 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:21:24,873 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:21:24,874 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:21:24,880 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:21:24,886 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:22:24,872 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:22:24,873 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:22:24,875 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:23:24,857 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:23:24,860 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:23:24,866 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:24:24,867 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:24:24,870 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:24:24,871 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:24:24,875 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:24:24,881 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:25:24,867 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:25:24,867 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:25:24,869 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:26:24,856 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:26:24,856 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:26:24,857 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:26:24,864 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:26:24,870 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:27:24,849 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:27:24,851 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:27:24,857 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:28:24,869 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:28:24,869 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:28:24,870 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:28:24,878 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:29:24,902 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:29:24,907 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:29:24,913 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:30:24,920 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:30:24,922 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:30:24,924 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:30:24,929 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:31:24,922 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:31:24,923 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:31:24,925 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:31:24,931 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:32:24,908 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:32:24,910 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:32:24,917 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:33:24,920 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:33:24,922 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:33:24,924 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:33:24,929 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:34:24,922 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:34:24,922 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:34:24,924 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:34:24,930 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:35:24,908 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:35:24,911 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:35:24,917 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:36:24,923 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:36:24,923 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:36:24,925 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:36:24,931 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:37:24,918 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-01 23:37:24,919 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:37:24,921 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:38:24,909 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 23:38:24,910 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:38:24,917 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 23:38:24,924 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 23:39:24,919 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:39:24,919 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 23:39:24,921 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:39:24,926 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 23:40:24,922 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:40:24,923 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 23:40:24,925 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:40:24,930 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 23:41:24,906 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 23:41:24,908 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:42:24,922 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:42:24,922 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 23:42:24,924 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:42:24,929 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 23:42:24,936 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 23:43:24,917 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 23:43:24,918 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:43:24,920 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:43:24,926 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 23:43:24,932 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 23:44:24,775 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 23:44:24,778 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:44:24,785 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 23:45:24,787 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 23:45:24,788 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:45:24,790 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:46:24,767 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:46:24,769 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 23:46:24,772 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:46:24,778 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 23:47:24,758 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 23:47:24,760 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:54:06,676 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-01 23:54:06,676 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 23:54:06,677 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-01 23:54:06,684 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-01 23:54:06,690 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 00:10:22,284 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 00:10:22,285 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 00:10:22,287 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 00:10:22,293 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 00:12:11,794 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 00:12:11,795 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 00:13:11,802 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 00:13:11,802 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 00:13:11,803 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 00:13:11,809 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 00:13:11,815 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 00:25:52,531 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 00:25:52,531 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 00:25:52,532 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 00:25:52,539 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 00:26:52,520 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 00:26:52,523 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 00:43:39,380 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 00:43:39,383 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 00:43:39,383 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 00:43:39,389 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 00:43:39,395 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 00:59:26,588 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 00:59:26,589 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:00:26,599 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:00:26,600 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:00:26,602 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:00:26,608 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:00:26,615 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:01:26,600 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:01:26,601 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:01:26,603 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:02:26,571 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:02:26,573 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:02:26,576 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:03:26,588 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:03:26,588 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:03:26,590 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:03:26,595 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:03:26,601 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:04:26,599 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:04:26,600 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:04:26,601 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:05:26,598 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:05:26,599 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:05:26,600 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:05:26,606 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:06:26,585 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:06:26,589 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:06:26,595 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:06:26,602 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:07:26,602 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:07:26,602 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:07:26,602 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:07:26,610 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:08:26,599 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:08:26,600 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:08:26,601 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:09:26,586 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:09:26,588 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:09:26,595 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:09:26,602 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:10:26,598 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:10:26,599 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:10:26,601 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:10:26,606 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:11:26,591 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:11:26,592 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:11:26,593 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:11:26,599 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:12:26,595 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:12:26,595 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:12:26,597 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:12:26,602 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:13:26,586 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:13:26,588 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:13:26,594 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:14:26,597 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:14:26,598 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:14:26,600 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:14:26,605 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:15:26,440 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:15:26,441 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:15:26,443 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:15:26,447 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:16:26,454 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:16:26,455 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:16:26,457 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:16:26,462 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:16:26,470 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:17:26,442 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:17:26,445 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:17:26,451 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:18:26,454 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:18:26,454 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:18:26,456 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:18:26,461 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:19:26,439 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:19:26,441 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:20:26,450 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:20:26,450 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:20:26,452 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:20:26,458 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:20:26,465 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:21:26,448 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:21:26,448 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:21:26,450 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:22:26,445 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:22:26,445 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:22:26,447 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:22:26,453 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:22:26,460 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:23:26,433 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:23:26,437 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:23:26,443 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:24:26,423 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:24:26,423 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:24:26,425 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:24:26,429 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:25:26,441 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:25:26,443 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:25:26,445 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:25:26,450 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:26:26,428 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:26:26,430 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:26:26,437 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:27:26,441 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:27:26,442 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:27:26,445 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:27:26,451 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:28:26,438 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:28:26,438 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:28:26,440 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:28:26,446 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:29:26,426 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:29:26,428 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:29:26,435 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:30:26,394 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:30:26,394 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:30:26,397 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:30:26,402 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:31:26,378 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:31:26,378 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:31:26,380 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:31:26,386 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:31:26,392 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:32:26,385 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:32:26,386 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:32:26,387 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:33:26,371 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:33:26,373 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:33:26,380 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:34:26,365 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:34:26,371 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:34:26,373 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:34:26,383 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:34:26,394 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:35:26,369 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:35:26,371 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:36:26,372 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:36:26,376 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:36:26,378 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:36:26,382 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:36:26,388 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:37:26,351 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:37:26,352 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:38:26,375 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:38:26,375 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:38:26,377 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:38:26,383 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:39:26,373 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:39:26,373 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:39:26,375 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:39:26,380 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:39:26,387 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:40:26,371 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:40:26,371 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:40:26,374 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:40:26,379 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:41:26,354 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:41:26,356 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:41:26,363 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:42:26,367 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:42:26,367 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:42:26,368 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:42:26,374 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:43:26,364 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:43:26,365 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:43:26,366 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:43:26,373 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:43:26,382 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:44:26,363 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:44:26,364 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:44:26,366 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:44:26,371 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:44:26,379 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:45:26,353 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:46:26,379 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:46:26,381 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:46:26,383 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:46:26,388 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:46:26,395 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:47:26,361 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:47:26,361 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:47:26,362 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:48:26,361 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:48:26,362 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:48:26,370 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:49:26,376 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:49:26,376 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:49:26,377 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:49:26,384 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:49:26,391 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:50:26,374 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:50:26,375 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:50:26,377 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:50:26,383 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:51:26,361 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:51:26,363 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:52:26,353 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:52:26,353 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:52:26,355 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:52:26,360 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:52:26,365 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:53:26,369 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:53:26,370 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:53:26,372 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:53:26,378 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:53:26,384 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:54:26,368 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:54:26,369 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:54:26,371 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:54:26,376 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:55:26,354 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:55:26,355 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:56:26,362 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:56:26,363 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:56:26,365 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:56:26,370 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:56:26,377 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:57:26,363 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:57:26,363 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:57:26,365 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:57:26,371 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:58:26,360 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 01:58:26,361 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:58:26,363 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:59:26,345 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:59:26,348 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 01:59:26,355 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 01:59:26,363 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 02:15:49,532 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 02:15:49,532 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 02:15:49,534 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 02:15:49,540 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 02:26:32,017 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 02:26:32,018 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 02:26:32,019 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 02:44:56,045 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 02:44:56,048 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 02:44:56,054 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 02:44:56,062 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:01:02,543 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:01:02,544 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:01:02,545 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:01:02,552 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:02:02,564 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:02:02,564 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:02:02,566 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:02:02,571 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:03:02,520 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:03:02,522 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:04:02,528 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:04:02,529 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:04:02,531 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:04:02,537 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:04:02,543 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:05:02,528 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:05:02,528 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:05:02,530 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:05:02,536 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:06:02,526 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:06:02,527 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:06:02,529 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:06:02,534 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:07:02,512 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:07:02,514 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:07:02,519 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:08:02,510 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:08:02,510 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:08:02,514 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:08:02,518 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:09:02,522 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:09:02,522 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:09:02,524 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:09:02,530 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:10:02,523 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:10:02,524 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:10:02,526 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:10:02,531 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:10:02,538 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:11:02,508 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:11:02,509 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:12:02,523 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:12:02,524 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:12:02,525 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:12:02,532 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:13:02,508 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:13:02,510 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:13:02,516 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:14:02,516 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:14:02,516 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:14:02,519 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:14:02,524 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:15:02,518 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:15:02,518 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:15:02,519 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:15:02,525 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:15:02,533 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:16:02,516 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:16:02,518 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:16:02,520 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:16:02,525 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:17:02,719 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:17:02,720 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:18:02,733 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:18:02,733 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:18:02,735 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:18:02,741 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:18:02,748 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:19:02,732 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:19:02,732 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:19:02,735 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:19:02,740 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:20:02,732 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:20:02,733 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:20:02,735 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:21:02,721 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:21:02,723 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:21:02,729 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:21:02,736 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:22:02,734 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:22:02,734 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:22:02,737 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:22:02,742 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:23:02,724 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:23:02,725 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:23:02,726 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:23:02,732 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:24:02,708 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:24:02,710 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:24:02,714 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:25:02,731 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:25:02,731 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:25:02,735 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:25:02,740 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:25:02,746 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:26:02,763 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:26:02,767 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:26:02,769 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:26:02,772 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:27:02,723 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:27:02,725 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:28:02,737 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:28:02,738 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:28:02,741 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:28:02,746 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:28:02,753 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:29:02,740 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:29:02,741 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:29:02,741 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:29:02,748 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:29:02,755 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:30:02,727 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:30:02,728 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:31:02,725 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:31:02,728 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:31:02,735 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:31:02,743 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:32:02,634 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:32:02,634 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:32:02,636 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:32:02,642 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:32:02,648 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:33:02,628 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:33:02,629 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:33:02,630 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:33:02,636 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:34:02,617 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:34:02,620 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:35:02,623 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:35:02,625 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:35:02,627 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:35:02,633 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:36:02,617 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:36:02,619 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:36:02,625 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:37:02,632 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:37:02,633 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:37:02,635 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:37:02,641 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:37:02,649 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:38:02,606 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:38:02,646 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:38:02,648 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:39:02,654 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:39:02,654 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:39:02,656 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:40:02,626 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:40:02,626 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:40:02,626 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:40:02,635 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:40:02,642 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:41:02,606 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:41:02,608 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:41:02,613 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:42:02,615 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:42:02,616 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:42:02,617 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:42:02,622 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:43:02,611 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:43:02,611 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:43:02,612 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:43:02,618 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:44:02,624 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:44:02,624 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:44:02,624 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:44:02,633 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:45:02,615 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:45:02,617 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:45:02,624 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:46:02,623 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:46:02,623 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:46:02,626 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:46:02,632 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:47:02,728 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:47:02,728 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:47:02,731 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:47:02,736 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:48:02,718 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:48:02,720 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:48:02,727 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:49:02,732 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:49:02,733 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:49:02,735 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:49:02,740 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:49:02,747 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:50:02,729 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:50:02,730 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:50:02,732 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:51:02,721 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:51:02,722 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:51:02,729 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:52:02,731 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:52:02,731 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:52:02,732 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:52:02,739 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:52:02,746 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:53:02,730 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:53:02,733 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:53:02,734 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:53:02,740 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:54:02,718 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:54:02,721 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:55:02,731 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:55:02,732 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:55:02,733 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:55:02,739 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:55:02,746 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:56:02,712 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:56:02,713 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:57:02,737 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:57:02,737 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:57:02,737 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:57:02,746 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:57:02,753 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:58:02,724 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:58:02,726 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:59:02,732 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 03:59:02,732 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 03:59:02,735 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 03:59:02,741 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:00:02,735 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 04:00:02,736 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:00:02,737 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 04:00:02,744 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:00:02,750 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:01:02,722 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:01:02,723 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 04:01:02,731 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:02:02,636 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 04:02:02,637 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:02:02,639 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 04:03:02,627 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:03:02,629 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 04:03:02,636 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:19:49,238 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:19:49,240 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 04:19:49,241 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 04:19:49,246 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:19:49,252 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:28:11,710 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:28:11,712 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 04:28:11,714 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 04:28:11,720 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:45:46,628 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:45:46,631 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 04:46:46,634 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 04:46:46,636 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:46:46,638 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 04:46:46,644 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:46:46,651 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:47:46,627 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 04:47:46,627 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:47:46,628 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 04:48:46,626 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:48:46,627 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 04:48:46,634 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:49:46,637 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:49:46,638 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 04:49:46,639 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 04:49:46,645 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:49:46,652 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:50:46,641 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:50:46,642 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 04:50:46,643 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 04:51:46,617 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:51:46,620 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 04:51:46,626 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:52:46,637 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:52:46,638 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 04:52:46,640 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 04:52:46,646 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:52:46,653 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:53:46,637 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:53:46,637 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 04:53:46,638 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 04:54:46,627 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:54:46,629 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 04:54:46,635 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:55:46,638 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:55:46,638 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 04:55:46,640 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 04:55:46,646 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:55:46,653 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:56:46,639 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 04:56:46,639 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:56:46,641 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 04:57:46,612 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:57:46,614 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 04:57:46,618 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:58:46,637 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:58:46,638 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 04:58:46,640 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 04:58:46,647 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:58:46,653 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:59:46,637 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 04:59:46,637 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 04:59:46,639 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:00:46,632 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:00:46,634 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:00:46,641 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:01:46,654 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:01:46,654 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:01:46,656 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:01:46,661 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:01:46,668 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:02:46,650 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:02:46,650 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:02:46,652 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:03:46,641 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:03:46,643 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:03:46,650 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:04:46,649 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:04:46,651 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:04:46,653 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:04:46,658 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:04:46,666 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:05:46,652 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:05:46,653 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:05:46,654 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:06:46,640 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:06:46,643 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:06:46,649 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:07:46,653 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:07:46,655 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:07:46,656 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:07:46,662 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:07:46,669 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:08:46,655 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:08:46,655 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:08:46,655 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:08:46,663 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:09:46,643 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:09:46,645 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:10:46,641 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:10:46,643 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:10:46,645 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:10:46,649 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:10:46,656 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:11:46,655 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:11:46,657 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:11:46,658 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:12:46,645 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:12:46,648 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:12:46,655 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:13:46,641 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:13:46,643 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:13:46,644 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:13:46,649 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:13:46,655 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:14:46,657 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:14:46,657 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:14:46,657 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:15:46,656 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:15:46,657 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:15:46,659 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:15:46,665 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:16:46,655 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:16:46,656 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:16:46,663 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:16:46,670 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:17:46,665 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:17:46,667 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:17:46,668 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:18:46,670 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:18:46,670 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:18:46,670 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:18:46,678 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:19:46,645 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:19:46,648 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:19:46,653 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:19:46,659 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:20:46,668 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:20:46,669 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:20:46,670 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:21:46,668 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:21:46,668 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:21:46,671 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:21:46,677 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:22:46,671 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:22:46,671 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:22:46,673 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:22:46,679 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:22:46,686 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:23:46,659 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:23:46,661 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:24:46,672 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:24:46,672 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:24:46,674 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:24:46,680 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:25:46,658 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:25:46,661 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:25:46,667 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:26:46,671 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:26:46,671 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:26:46,673 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:26:46,679 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:27:46,672 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:27:46,672 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:27:46,675 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:27:46,680 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:27:46,687 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:28:46,660 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:28:46,663 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:28:46,669 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:29:46,674 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:29:46,675 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:29:46,676 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:30:46,670 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:30:46,671 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:30:46,672 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:30:46,678 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:30:46,684 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:31:46,599 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:31:46,599 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:31:46,602 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:31:46,607 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:32:46,598 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:32:46,598 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:32:46,601 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:32:46,606 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:33:46,588 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:33:46,591 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:33:46,598 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:34:46,597 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:34:46,597 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:34:46,600 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:34:46,606 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:34:46,612 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:35:46,587 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:35:46,589 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:36:46,607 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:36:46,608 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:36:46,609 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:36:46,613 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:37:46,596 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:37:46,599 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:37:46,601 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:37:46,606 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:37:46,613 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:38:46,584 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:38:46,586 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:39:46,577 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:39:46,577 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:39:46,579 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:39:46,583 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:40:46,600 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:40:46,600 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:40:46,601 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:40:46,608 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:40:46,614 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:41:46,584 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:41:46,585 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:42:46,592 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:42:46,595 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:42:46,598 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:42:46,603 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:43:46,596 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:43:46,598 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:43:46,599 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:43:46,605 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:43:46,613 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:44:46,595 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 05:44:46,596 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:44:46,597 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 05:44:46,603 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:45:46,584 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 05:45:46,586 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:02:55,456 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 06:02:55,456 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:02:55,456 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:02:55,463 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:02:55,470 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:19:26,905 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:19:26,907 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:19:26,913 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:28:44,375 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:28:44,377 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 06:28:44,380 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:28:44,385 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:29:44,385 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:29:44,385 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 06:29:44,388 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:29:44,394 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:30:44,369 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:30:44,372 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:30:44,378 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:30:44,386 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:31:44,384 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 06:31:44,384 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:31:44,385 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:32:44,379 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:32:44,380 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 06:32:44,382 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:32:44,387 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:32:44,394 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:33:44,378 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:33:44,379 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:34:44,454 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:34:44,486 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:34:44,489 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 06:34:44,490 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:34:44,494 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:35:44,459 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:36:44,482 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 06:36:44,482 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:36:44,484 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:36:44,490 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:36:44,497 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:37:44,485 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 06:37:44,485 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:37:44,488 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:37:44,492 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:37:44,499 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:38:44,461 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:39:44,483 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:39:44,485 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 06:39:44,487 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:39:44,491 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:39:44,497 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:40:44,472 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:40:44,480 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:40:44,483 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 06:40:44,486 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:40:44,492 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:41:44,462 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:42:44,484 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 06:42:44,485 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:42:44,485 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:42:44,493 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:42:44,501 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:43:44,463 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:43:44,466 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:43:44,471 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:44:44,473 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 06:44:44,474 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:44:44,476 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:44:44,481 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:44:44,486 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:45:44,492 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:45:44,492 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 06:45:44,494 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:46:44,475 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:46:44,478 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:46:44,485 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:47:44,490 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 06:47:44,490 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:47:44,493 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:47:44,498 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:47:44,504 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:48:44,522 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:48:44,524 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 06:48:44,526 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:48:44,530 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:49:44,480 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:49:44,482 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:50:44,493 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:50:44,493 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 06:50:44,496 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:50:44,501 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:50:44,508 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:51:44,490 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:51:44,491 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 06:51:44,492 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:52:44,468 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:52:44,523 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:52:44,527 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 06:52:44,529 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:52:44,533 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:53:44,487 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:53:44,489 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:54:44,482 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:54:44,482 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 06:54:44,485 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:54:44,491 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:55:44,491 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:55:44,491 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 06:55:44,491 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:55:44,499 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:55:44,506 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:56:44,495 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 06:56:44,496 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:56:44,497 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:56:44,503 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:57:44,482 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:57:44,483 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:58:44,496 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:58:44,497 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 06:58:44,498 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:58:44,504 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:58:44,510 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:59:44,481 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 06:59:44,483 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 06:59:44,490 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:00:44,495 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:00:44,495 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:00:44,497 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:01:44,494 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:01:44,495 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:01:44,497 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:01:44,503 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:01:44,509 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:02:44,495 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:02:44,495 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:02:44,498 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:02:44,503 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:03:44,473 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:03:44,475 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:03:44,480 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:04:44,492 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:04:44,495 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:04:44,497 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:04:44,502 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:05:44,547 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:05:44,547 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:05:44,549 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:05:44,555 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:06:44,543 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:06:44,546 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:06:44,547 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:06:44,552 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:06:44,559 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:07:44,531 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:07:44,533 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:08:44,545 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:08:44,546 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:08:44,547 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:08:44,553 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:09:44,524 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:09:44,566 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:09:44,566 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:09:44,567 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:09:44,573 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:10:44,537 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:10:44,540 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:11:44,546 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:11:44,548 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:11:44,550 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:11:44,556 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:12:44,548 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:12:44,549 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:12:44,549 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:12:44,557 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:12:44,563 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:13:44,539 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:13:44,540 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:14:44,542 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:14:44,547 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:14:44,549 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:14:44,554 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:15:44,554 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:15:44,554 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:15:44,556 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:15:44,562 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:15:44,568 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:16:44,551 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:16:44,551 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:16:44,552 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:16:44,558 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:16:44,564 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:17:44,529 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:18:44,553 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:18:44,555 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:18:44,557 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:18:44,563 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:18:44,569 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:19:44,530 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:19:44,565 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:19:44,567 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:19:44,569 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:19:44,573 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:20:44,527 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:20:44,529 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:21:44,564 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:21:44,564 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:21:44,565 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:21:44,573 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:22:44,512 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:22:44,514 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:23:44,522 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:23:44,523 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:23:44,525 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:23:44,530 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:23:44,537 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:24:44,503 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:24:44,504 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:25:44,511 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:25:44,511 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:25:44,514 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:25:44,519 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:26:44,528 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:26:44,528 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:26:44,529 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:26:44,535 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:26:44,541 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:27:44,513 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:27:44,514 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:27:44,521 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:28:44,526 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:28:44,526 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:28:44,528 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:29:44,528 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:29:44,530 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:29:44,532 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:29:44,538 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:29:44,545 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:33:33,213 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:33:33,215 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:34:33,216 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:34:33,217 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:34:33,220 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:34:33,225 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:35:33,220 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:35:33,222 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:35:33,223 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:35:33,229 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:35:33,236 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:36:33,219 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:36:33,219 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:36:33,219 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:36:33,228 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:37:33,210 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 07:37:33,211 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:38:33,230 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:38:33,230 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:38:33,232 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:38:33,239 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:38:33,245 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:39:33,226 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:39:33,226 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:39:33,229 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:39:33,234 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:40:33,225 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:40:33,225 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:40:33,228 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:40:33,234 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:41:33,211 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:41:33,213 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:41:33,221 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:42:33,223 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:42:33,226 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:42:33,227 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:42:33,233 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:42:33,240 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:43:33,230 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:43:33,231 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:43:33,233 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:43:33,238 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:44:33,228 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:44:33,228 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:44:33,231 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:44:33,236 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:45:33,216 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:45:33,219 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:45:33,226 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:46:33,215 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:46:33,216 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:46:33,218 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:46:33,222 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:47:33,232 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:47:33,232 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:47:33,233 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:47:33,240 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:48:33,232 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:48:33,234 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:48:33,236 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:48:33,241 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:48:33,248 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:49:33,209 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:49:33,210 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:50:33,238 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:50:33,238 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:50:33,240 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:50:33,246 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:50:33,253 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:51:33,224 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:51:33,225 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:52:33,268 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:52:33,269 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:52:33,270 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:52:33,275 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:53:33,227 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:53:33,229 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:53:33,236 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:54:33,241 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:54:33,241 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:54:33,242 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:54:33,249 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:55:33,243 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:55:33,243 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:55:33,246 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:55:33,251 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:56:33,240 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:56:33,241 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:56:33,243 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:56:33,249 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:56:33,257 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:57:33,231 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:57:33,233 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:58:33,243 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:58:33,243 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 07:58:33,245 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:58:33,251 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:59:33,232 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:59:33,234 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 07:59:33,241 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 07:59:33,249 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:00:33,246 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:00:33,246 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:00:33,247 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:01:33,248 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:01:33,248 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:01:33,250 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:01:33,256 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:02:33,226 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:02:33,228 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:02:33,233 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:02:33,241 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:03:33,250 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:03:33,250 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:03:33,251 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:03:33,258 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:04:33,124 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:04:33,125 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:04:33,126 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:05:33,094 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:05:33,097 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:05:33,101 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:05:33,108 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:06:33,123 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:06:33,125 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:06:33,127 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:06:33,132 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:06:33,139 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:07:33,112 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:07:33,114 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:08:33,113 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:08:33,115 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:08:33,122 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:08:33,130 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:09:33,122 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:09:33,122 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:09:33,124 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:09:33,129 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:09:33,136 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:10:33,124 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:10:33,124 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:10:33,126 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:11:33,111 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:11:33,112 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:11:33,113 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:11:33,119 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:12:33,111 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:12:33,113 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:12:33,121 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:12:33,128 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:13:33,123 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:13:33,124 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:13:33,125 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:14:33,123 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:14:33,125 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:14:33,127 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:14:33,133 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:15:33,119 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:15:33,119 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:15:33,121 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:15:33,127 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:15:33,134 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:16:33,110 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:16:33,111 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:17:33,101 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:17:33,102 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:17:33,103 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:17:33,107 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:17:33,112 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:18:33,119 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:18:33,119 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:18:33,121 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:18:33,127 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:19:33,107 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:19:33,110 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:19:33,116 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:20:33,098 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:20:33,098 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:20:33,100 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:21:33,112 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:21:33,112 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:21:33,114 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:21:33,120 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:21:33,127 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:22:33,101 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:22:33,103 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:22:33,110 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:23:33,113 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:23:33,113 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:23:33,115 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:23:33,122 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:24:33,111 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:24:33,111 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:24:33,112 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:24:33,120 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:24:33,127 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:25:33,113 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:25:33,113 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:25:33,113 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:25:33,121 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:26:33,096 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:26:33,097 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:26:33,105 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:27:33,108 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:27:33,109 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:27:33,110 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:27:33,116 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:28:33,111 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:28:33,112 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:28:33,114 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:28:33,119 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:28:33,126 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:29:33,098 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:29:33,100 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:30:33,095 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:30:33,095 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:30:33,097 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:30:33,102 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:31:33,111 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:31:33,111 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:31:33,113 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:31:33,118 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:32:33,097 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:32:33,098 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:32:33,107 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:33:33,108 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:33:33,109 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:33:33,111 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:33:33,116 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:36:06,840 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:36:06,841 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:36:06,844 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:36:06,849 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:37:56,391 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:37:56,394 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:37:56,402 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:39:06,471 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:39:06,472 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:39:06,473 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:39:06,480 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:41:38,477 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:41:38,479 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:41:38,481 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:41:38,486 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:41:38,493 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:42:38,452 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:43:38,469 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:43:38,474 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:43:38,476 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:43:38,481 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:43:38,488 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:44:38,466 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:44:38,471 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:44:38,471 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:44:38,477 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:44:38,484 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:45:38,461 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:45:38,463 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:46:38,475 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:46:38,476 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:46:38,478 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:46:38,484 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:47:38,471 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:47:38,471 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:47:38,472 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:47:38,480 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:47:38,486 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:48:38,456 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:48:38,458 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:49:38,469 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 08:49:38,470 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:49:38,472 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 08:49:38,477 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 08:49:38,486 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 09:15:24,223 basehttp 96285 6129266688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 09:15:24,223 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 09:15:24,224 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 09:17:59,218 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 09:17:59,222 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 09:17:59,227 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:05:28,637 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:05:28,638 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:05:28,639 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:05:28,645 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:09:18,725 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:09:18,726 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:09:18,727 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:09:18,733 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:09:18,739 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:10:18,703 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:10:19,702 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:10:41,849 basehttp 96285 6146093056 "GET /en/radiology/studies/192/ HTTP/1.1" 200 33612 INFO 2025-10-02 10:10:41,857 basehttp 96285 6146093056 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 INFO 2025-10-02 10:10:41,901 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:10:44,307 basehttp 96285 6146093056 "GET /en/radiology/series/553/ HTTP/1.1" 200 35273 INFO 2025-10-02 10:10:44,347 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 10:10:54,260 log 96285 6146093056 Not Found: /radiology/series/553/viewer/ WARNING 2025-10-02 10:10:54,261 basehttp 96285 6146093056 "GET /radiology/series/553/viewer/ HTTP/1.1" 404 2608 INFO 2025-10-02 10:11:04,675 basehttp 96285 6146093056 "GET /en/radiology/series/553/ HTTP/1.1" 200 35273 INFO 2025-10-02 10:11:04,712 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:11:18,715 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:11:18,716 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:11:18,718 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:11:18,723 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:12:04,726 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:12:18,733 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:12:18,734 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:12:18,734 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:12:18,742 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:13:04,721 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:13:18,713 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:13:18,716 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:13:18,722 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:14:05,698 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:14:18,720 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:14:18,721 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:14:31,191 basehttp 96285 6162919424 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-10-02 10:14:31,234 basehttp 96285 6146093056 "GET /en/hr/ HTTP/1.1" 200 51916 INFO 2025-10-02 10:14:31,277 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:14:42,970 basehttp 96285 6146093056 "GET /en/hr/employees/ HTTP/1.1" 200 127388 INFO 2025-10-02 10:14:43,013 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:15:18,732 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:15:18,733 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:15:18,734 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:15:18,740 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:15:26,435 basehttp 96285 6162919424 "GET /en/hr/employees/113/ HTTP/1.1" 200 35957 INFO 2025-10-02 10:15:26,475 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:15:26,477 basehttp 96285 6146093056 "GET /en/hr/employees/113/clock-controls/ HTTP/1.1" 200 506 INFO 2025-10-02 10:16:18,720 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:16:18,722 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:16:18,728 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:16:26,482 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:16:36,229 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:16:39,528 basehttp 96285 6162919424 "GET /en/hr/employees/113/delete/ HTTP/1.1" 200 33680 INFO 2025-10-02 10:16:39,563 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:16:48,532 basehttp 96285 6162919424 "GET /en/hr/employees/113/delete/ HTTP/1.1" 200 33680 INFO 2025-10-02 10:16:48,567 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:17:18,731 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:17:18,732 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:17:18,734 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:17:48,574 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:18:18,742 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:18:18,743 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:18:18,743 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:18:48,574 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:19:18,718 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:19:18,718 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:19:18,726 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:19:32,278 basehttp 96285 6162919424 "GET /en/hr/employees/113/delete/ HTTP/1.1" 200 33672 INFO 2025-10-02 10:19:32,314 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:19:41,197 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:20:18,731 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:20:18,732 basehttp 96285 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:20:18,734 basehttp 96285 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:20:41,191 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:21:18,734 basehttp 96285 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:21:18,738 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:21:18,739 basehttp 96285 6162919424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:21:18,763 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:21:41,202 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:22:18,722 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:22:18,724 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:22:41,202 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:23:18,725 basehttp 96285 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:23:18,732 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:23:18,735 basehttp 96285 6146093056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:23:18,741 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:23:41,048 basehttp 96285 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:24:18,579 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:24:18,590 basehttp 96285 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:24:18,634 basehttp 96285 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:24:18,635 basehttp 96285 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:24:41,043 basehttp 96285 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:25:17,206 autoreload 96285 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 10:25:17,207 autoreload 96284 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 10:25:18,249 autoreload 32093 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 10:25:18,251 autoreload 32094 8313250112 Watching for file changes with StatReloader WARNING 2025-10-02 10:25:22,514 log 32094 6169767936 Not Found: /en/hr/employees/traning WARNING 2025-10-02 10:25:22,514 basehttp 32094 6169767936 "GET /en/hr/employees/traning HTTP/1.1" 404 52254 WARNING 2025-10-02 10:25:40,089 log 32094 6169767936 Not Found: /en/hr/employees/training-management/ WARNING 2025-10-02 10:25:40,089 basehttp 32094 6169767936 "GET /en/hr/employees/training-management/ HTTP/1.1" 404 52293 INFO 2025-10-02 10:25:48,303 basehttp 32094 6169767936 "GET /en/hr/training-management/ HTTP/1.1" 200 83169 INFO 2025-10-02 10:25:48,357 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:25:55,834 basehttp 32094 6169767936 "GET /en/hr/training/records/212/ HTTP/1.1" 200 37850 INFO 2025-10-02 10:25:55,868 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:26:09,152 basehttp 32094 6169767936 "GET /en/hr/training/records/212/archive/ HTTP/1.1" 200 26803 INFO 2025-10-02 10:26:09,186 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:26:18,556 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:26:18,561 basehttp 32094 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:26:18,562 basehttp 32094 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:26:18,566 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:26:55,882 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:27:03,343 basehttp 32094 13203795968 "GET /en/hr/employees/25/ HTTP/1.1" 200 36015 INFO 2025-10-02 10:27:03,387 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:27:03,388 basehttp 32094 13186969600 "GET /en/hr/employees/25/clock-controls/ HTTP/1.1" 200 503 INFO 2025-10-02 10:27:18,577 basehttp 32094 13203795968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:27:18,577 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:27:18,578 basehttp 32094 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:27:18,584 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:27:23,169 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:27:25,348 basehttp 32094 13203795968 "GET /en/hr/training/records/212/update/ HTTP/1.1" 200 53011 INFO 2025-10-02 10:27:25,394 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:28:18,575 basehttp 32094 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:28:18,577 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:28:18,578 basehttp 32094 13203795968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:28:25,406 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:29:18,562 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:29:18,563 basehttp 32094 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:29:25,406 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:30:18,675 basehttp 32094 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:30:18,692 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:30:18,695 basehttp 32094 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:30:18,702 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:30:25,411 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:31:18,564 basehttp 32094 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:31:18,566 basehttp 32094 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:31:19,599 basehttp 32094 13170143232 "GET /en/hr/training/records/212/update/ HTTP/1.1" 200 53886 INFO 2025-10-02 10:31:19,676 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:32:18,549 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:32:18,553 basehttp 32094 13203795968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:32:18,554 basehttp 32094 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:32:18,559 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:32:19,634 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:32:40,263 basehttp 32094 13170143232 "GET /en/hr/training/records/212/update/ HTTP/1.1" 200 53900 INFO 2025-10-02 10:32:40,294 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:33:18,553 basehttp 32094 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:33:18,555 basehttp 32094 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:33:18,560 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:33:39,838 basehttp 32094 13203795968 "GET /en/hr/training/records/212/update/ HTTP/1.1" 200 53900 INFO 2025-10-02 10:33:39,881 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:33:51,678 basehttp 32094 13203795968 "GET /en/hr/training/records/212/update/ HTTP/1.1" 200 53887 INFO 2025-10-02 10:33:51,711 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:34:18,561 basehttp 32094 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:34:18,563 basehttp 32094 13203795968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:34:18,564 basehttp 32094 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:34:18,654 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:35:18,547 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:35:18,547 basehttp 32094 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:35:18,548 basehttp 32094 13203795968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:35:18,654 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:35:34,090 basehttp 32094 13203795968 "GET /en/hr/training-management/ HTTP/1.1" 200 83198 INFO 2025-10-02 10:35:34,127 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:36:18,556 basehttp 32094 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:36:18,561 basehttp 32094 13203795968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:36:18,567 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:36:34,137 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:37:18,568 basehttp 32094 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:37:18,571 basehttp 32094 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:37:18,572 basehttp 32094 13203795968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:37:18,579 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:37:34,131 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:38:00,327 basehttp 32094 6169767936 "GET /en/hr/training-management/ HTTP/1.1" 200 83934 INFO 2025-10-02 10:38:00,365 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:38:18,541 basehttp 32094 6169767936 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:38:18,541 basehttp 32094 13203795968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:38:44,739 basehttp 32094 13203795968 "GET /en/hr/training-management/ HTTP/1.1" 200 83377 INFO 2025-10-02 10:38:44,774 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:39:18,568 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:39:18,570 basehttp 32094 6169767936 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:39:18,577 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:39:44,798 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:39:58,371 basehttp 32094 13170143232 "GET /en/hr/training-management/ HTTP/1.1" 200 83424 INFO 2025-10-02 10:39:58,407 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:40:18,595 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:40:18,595 basehttp 32094 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:40:18,596 basehttp 32094 13203795968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:40:18,602 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:40:25,821 basehttp 32094 6169767936 "GET /en/hr/training-management/ HTTP/1.1" 200 83424 INFO 2025-10-02 10:40:25,857 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:40:35,956 basehttp 32094 6169767936 "GET /en/hr/training-management/ HTTP/1.1" 200 83421 INFO 2025-10-02 10:40:35,995 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:40:37,321 basehttp 32094 6169767936 "GET /en/hr/training-management/ HTTP/1.1" 200 83421 INFO 2025-10-02 10:40:37,358 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:40:51,080 basehttp 32094 6169767936 "GET /en/hr/training-management/ HTTP/1.1" 200 83414 INFO 2025-10-02 10:40:51,114 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:41:09,440 basehttp 32094 6169767936 "GET /en/hr/training-management/ HTTP/1.1" 200 83424 INFO 2025-10-02 10:41:09,477 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:41:18,552 basehttp 32094 6169767936 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:41:18,559 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:41:18,561 basehttp 32094 13203795968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:41:18,565 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:41:30,095 basehttp 32094 6169767936 "GET /en/hr/training/records/866/delete/ HTTP/1.1" 200 30667 INFO 2025-10-02 10:41:30,124 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:42:09,493 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:42:18,556 basehttp 32094 6169767936 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:42:27,865 basehttp 32094 6169767936 "GET /en/hr/training-management/ HTTP/1.1" 200 83428 INFO 2025-10-02 10:42:27,898 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 10:42:31,840 log 32094 6169767936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 10:42:31,841 basehttp 32094 6169767936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 10:42:31,860 basehttp 32094 6169767936 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 10:43:18,241 basehttp 32094 13203795968 "GET /en/hr/training/records/212/update/ HTTP/1.1" 200 53887 WARNING 2025-10-02 10:43:18,255 log 32094 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 10:43:18,255 basehttp 32094 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 10:43:18,333 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 10:43:18,337 basehttp 32094 13203795968 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 10:43:18,573 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:43:18,580 basehttp 32094 6169767936 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:43:18,581 basehttp 32094 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:43:18,585 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:43:55,470 basehttp 32094 13203795968 "GET /en/hr/training/records/212/update/ HTTP/1.1" 200 53871 WARNING 2025-10-02 10:43:55,483 log 32094 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 10:43:55,483 basehttp 32094 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 10:43:55,564 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 10:43:55,565 basehttp 32094 13186969600 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 10:44:18,585 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:44:18,586 basehttp 32094 6169767936 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:44:18,588 basehttp 32094 13203795968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:44:18,593 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:44:26,867 basehttp 32094 13170143232 "GET /en/hr/training/records/212/update/ HTTP/1.1" 200 53872 WARNING 2025-10-02 10:44:26,873 log 32094 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 10:44:26,873 basehttp 32094 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 10:44:26,954 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 10:44:26,970 basehttp 32094 13170143232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 10:44:44,431 basehttp 32094 13203795968 "GET /en/hr/training/records/212/update/ HTTP/1.1" 200 53878 WARNING 2025-10-02 10:44:44,438 log 32094 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 10:44:44,438 basehttp 32094 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 10:44:44,517 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 10:44:44,518 basehttp 32094 6169767936 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 10:45:18,560 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:45:18,564 basehttp 32094 6169767936 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:45:18,570 basehttp 32094 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:45:18,574 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:45:24,841 basehttp 32094 13203795968 "GET /en/hr/training/records/212/update/ HTTP/1.1" 200 54095 WARNING 2025-10-02 10:45:24,848 log 32094 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 10:45:24,848 basehttp 32094 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 10:45:24,929 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 10:45:24,932 basehttp 32094 13203795968 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 10:45:49,611 basehttp 32094 13186969600 "GET /en/hr/training/records/212/update/ HTTP/1.1" 200 54095 WARNING 2025-10-02 10:45:49,618 log 32094 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 10:45:49,618 basehttp 32094 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 10:45:49,699 basehttp 32094 6169767936 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 10:45:49,700 basehttp 32094 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:46:18,550 basehttp 32094 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:46:26,941 basehttp 32094 13186969600 "GET /en/hr/training/records/212/update/ HTTP/1.1" 200 54143 WARNING 2025-10-02 10:46:26,948 log 32094 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 10:46:26,948 basehttp 32094 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 10:46:27,024 basehttp 32094 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 10:46:27,042 basehttp 32094 13186969600 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 10:46:46,706 basehttp 32094 13170143232 "GET /en/hr/training/records/212/update/ HTTP/1.1" 200 54153 WARNING 2025-10-02 10:46:46,714 log 32094 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 10:46:46,714 basehttp 32094 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 10:46:46,791 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 10:46:46,810 basehttp 32094 13170143232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 10:47:18,576 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:47:18,578 basehttp 32094 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:47:18,580 basehttp 32094 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:47:18,585 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:47:27,663 basehttp 32094 13203795968 "GET /en/hr/training/records/212/update/ HTTP/1.1" 200 54206 WARNING 2025-10-02 10:47:27,673 log 32094 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 10:47:27,674 basehttp 32094 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 10:47:27,763 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 10:47:27,781 basehttp 32094 13203795968 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 10:48:18,182 basehttp 32094 13186969600 "GET /en/hr/training/records/212/update/ HTTP/1.1" 200 54259 WARNING 2025-10-02 10:48:18,188 log 32094 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 10:48:18,189 basehttp 32094 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 10:48:18,268 basehttp 32094 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 10:48:18,285 basehttp 32094 13186969600 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 10:48:18,575 basehttp 32094 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:48:18,575 basehttp 32094 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:48:18,575 basehttp 32094 6169767936 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:48:56,676 basehttp 32094 13186969600 "GET /en/hr/training/records/212/update/ HTTP/1.1" 200 54303 WARNING 2025-10-02 10:48:56,684 log 32094 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 10:48:56,684 basehttp 32094 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 10:48:56,762 basehttp 32094 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 10:48:56,782 basehttp 32094 13186969600 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 10:49:18,560 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:49:18,561 basehttp 32094 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:49:18,562 basehttp 32094 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:49:18,566 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:49:38,208 basehttp 32094 6169767936 "GET /en/hr/training/records/212/update/ HTTP/1.1" 200 54391 WARNING 2025-10-02 10:49:38,216 log 32094 6169767936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 10:49:38,216 basehttp 32094 6169767936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 10:49:38,293 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 10:49:38,312 basehttp 32094 6169767936 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 10:50:18,569 basehttp 32094 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:50:18,570 basehttp 32094 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:50:28,011 basehttp 32094 13170143232 "GET /en/hr/training/records/212/update/ HTTP/1.1" 200 54433 WARNING 2025-10-02 10:50:28,018 log 32094 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 10:50:28,018 basehttp 32094 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 10:50:28,097 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 10:50:28,101 basehttp 32094 13186969600 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 10:50:44,598 basehttp 32094 13170143232 "GET /en/hr/training/records/212/update/ HTTP/1.1" 200 54429 WARNING 2025-10-02 10:50:44,605 log 32094 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 10:50:44,605 basehttp 32094 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 10:50:44,681 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 10:50:44,684 basehttp 32094 13170143232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 10:51:18,575 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:51:18,575 basehttp 32094 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:51:18,578 basehttp 32094 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:51:18,597 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:51:44,694 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:52:18,545 basehttp 32094 13203795968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:52:18,550 basehttp 32094 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:52:18,552 basehttp 32094 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:52:18,556 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:52:44,687 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:53:18,549 basehttp 32094 13203795968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:53:44,689 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:53:46,820 basehttp 32094 13203795968 "GET /en/hr/training/records/212/update/ HTTP/1.1" 200 55950 WARNING 2025-10-02 10:53:46,827 log 32094 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 10:53:46,827 basehttp 32094 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 10:53:46,902 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 10:53:46,914 basehttp 32094 13203795968 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 10:54:18,577 basehttp 32094 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:54:18,579 basehttp 32094 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:54:18,581 basehttp 32094 6169767936 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:54:18,587 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:54:46,917 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:54:51,457 basehttp 32094 13203795968 "GET /en/hr/training/records/212/update/ HTTP/1.1" 200 55365 WARNING 2025-10-02 10:54:51,464 log 32094 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 10:54:51,464 basehttp 32094 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 10:54:51,543 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 10:54:51,546 basehttp 32094 13203795968 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 10:55:18,576 basehttp 32094 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:55:18,577 basehttp 32094 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:55:18,578 basehttp 32094 6169767936 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:55:18,585 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:55:51,556 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 10:55:52,249 log 32094 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 10:55:52,249 basehttp 32094 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 10:55:52,339 basehttp 32094 13203795968 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 10:56:18,573 basehttp 32094 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:56:18,575 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:56:18,577 basehttp 32094 6169767936 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:56:52,332 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:56:53,898 basehttp 32094 6169767936 "GET /en/hr/training-management/ HTTP/1.1" 200 83380 WARNING 2025-10-02 10:56:53,911 log 32094 6169767936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 10:56:53,911 basehttp 32094 6169767936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 10:56:53,911 basehttp 32094 13170143232 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-10-02 10:56:53,987 basehttp 32094 6169767936 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 10:56:53,995 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:57:18,547 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:57:18,549 basehttp 32094 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:57:54,003 basehttp 32094 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:57:58,654 basehttp 32094 13186969600 "GET /en/hr/training-management/ HTTP/1.1" 200 84240 WARNING 2025-10-02 10:57:58,665 log 32094 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 10:57:58,666 basehttp 32094 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 10:57:58,746 basehttp 32094 13170143232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 10:57:58,747 basehttp 32094 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:58:18,548 basehttp 32094 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:58:18,552 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:58:18,554 basehttp 32094 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:58:18,558 basehttp 32094 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:58:46,275 basehttp 32094 13186969600 "GET /en/hr/training-management/ HTTP/1.1" 200 84262 WARNING 2025-10-02 10:58:46,287 log 32094 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 10:58:46,288 basehttp 32094 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 10:58:46,361 basehttp 32094 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 10:58:46,366 basehttp 32094 13186969600 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 10:59:18,561 basehttp 32094 6169767936 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 10:59:18,562 basehttp 32094 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 10:59:18,563 basehttp 32094 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:59:18,570 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 10:59:19,496 basehttp 32094 13170143232 "GET /en/hr/training-management/ HTTP/1.1" 200 84263 WARNING 2025-10-02 10:59:19,512 log 32094 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 10:59:19,512 basehttp 32094 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 10:59:19,586 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 10:59:19,589 basehttp 32094 13170143232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 10:59:47,349 basehttp 32094 13186969600 "GET /en/hr/training/records HTTP/1.1" 301 0 INFO 2025-10-02 10:59:47,391 basehttp 32094 6169767936 "GET /en/hr/training/records/ HTTP/1.1" 200 230041 WARNING 2025-10-02 10:59:47,402 log 32094 6169767936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 10:59:47,402 basehttp 32094 6169767936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 10:59:47,485 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 10:59:47,488 basehttp 32094 6169767936 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:00:02,713 basehttp 32094 13170143232 "GET /en/hr/training/records/163/mark-complete/ HTTP/1.1" 200 28254 WARNING 2025-10-02 11:00:02,727 log 32094 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:00:02,727 basehttp 32094 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:00:02,798 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:00:02,799 basehttp 32094 6169767936 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 11:00:10,080 basehttp 32094 13170143232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 11:00:10,083 log 32094 6169767936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:00:10,083 basehttp 32094 6169767936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:00:10,089 log 32094 6169767936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:00:10,089 basehttp 32094 6169767936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:00:11,757 basehttp 32094 6169767936 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 11:00:11,760 log 32094 6169767936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:00:11,760 basehttp 32094 6169767936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:00:11,770 log 32094 6169767936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:00:11,770 basehttp 32094 6169767936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:00:15,876 basehttp 32094 6169767936 "GET /en/hr/training/records/212/ HTTP/1.1" 200 37850 WARNING 2025-10-02 11:00:15,887 log 32094 6169767936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:00:15,887 basehttp 32094 6169767936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:00:15,964 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:00:15,965 basehttp 32094 13170143232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:00:18,552 basehttp 32094 6169767936 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 WARNING 2025-10-02 11:00:34,487 basehttp 32094 6169767936 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 11:00:34,490 log 32094 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:00:34,490 basehttp 32094 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:00:34,497 log 32094 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:00:34,497 basehttp 32094 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:00:34,506 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:00:50,858 basehttp 32094 13170143232 "GET /en/hr/training/programs HTTP/1.1" 301 0 INFO 2025-10-02 11:00:50,877 basehttp 32094 13186969600 "GET /en/hr/training/programs/ HTTP/1.1" 200 73671 WARNING 2025-10-02 11:00:50,891 log 32094 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:00:50,891 basehttp 32094 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:00:50,966 basehttp 32094 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:00:50,968 basehttp 32094 13186969600 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:00:55,027 basehttp 32094 6169767936 "GET /en/hr/training/programs/7/ HTTP/1.1" 200 39219 WARNING 2025-10-02 11:00:55,047 log 32094 6169767936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:00:55,048 basehttp 32094 6169767936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:00:55,117 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:00:55,118 basehttp 32094 13170143232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:01:02,702 basehttp 32094 6169767936 "GET /en/hr/training/programs/6/ HTTP/1.1" 200 40111 WARNING 2025-10-02 11:01:02,718 log 32094 6169767936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:01:02,718 basehttp 32094 6169767936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:01:02,792 basehttp 32094 13170143232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:01:02,792 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:01:12,124 basehttp 32094 6169767936 "GET /en/hr/training/sessions/13/ HTTP/1.1" 200 99235 WARNING 2025-10-02 11:01:12,137 log 32094 6169767936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:01:12,137 basehttp 32094 6169767936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:01:12,226 basehttp 32094 13170143232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:01:12,226 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:01:18,567 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:01:18,575 basehttp 32094 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:01:18,578 basehttp 32094 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:01:18,579 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:01:25,726 basehttp 32094 13203795968 "GET /en/hr/training/records/4/ HTTP/1.1" 200 35840 WARNING 2025-10-02 11:01:25,744 log 32094 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:01:25,745 basehttp 32094 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:01:25,818 basehttp 32094 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:01:25,822 basehttp 32094 13203795968 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 11:01:35,398 basehttp 32094 13186969600 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 11:01:35,401 log 32094 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:01:35,401 basehttp 32094 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:01:35,411 log 32094 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:01:35,411 basehttp 32094 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:01:43,487 basehttp 32094 13170143232 "GET /en/hr/training/records/133/ HTTP/1.1" 200 35900 WARNING 2025-10-02 11:01:43,502 log 32094 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:01:43,502 basehttp 32094 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:01:43,577 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:01:43,580 basehttp 32094 13170143232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 11:01:47,568 basehttp 32094 6169767936 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 11:01:47,571 log 32094 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:01:47,571 basehttp 32094 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:01:47,581 log 32094 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:01:47,581 basehttp 32094 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:01:58,643 basehttp 32094 13170143232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 11:01:58,646 log 32094 6169767936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:01:58,647 basehttp 32094 6169767936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:01:58,658 log 32094 6169767936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:01:58,658 basehttp 32094 6169767936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:02:02,804 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:02:07,859 basehttp 32094 6169767936 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 11:02:07,862 log 32094 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:02:07,862 basehttp 32094 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:02:07,869 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:02:07,872 log 32094 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:02:07,872 basehttp 32094 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:02:18,567 basehttp 32094 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:02:18,571 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:02:18,571 basehttp 32094 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:02:18,578 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:02:30,026 basehttp 32094 13170143232 "GET /en/hr/training/sessions/create/?program=7 HTTP/1.1" 200 42034 WARNING 2025-10-02 11:02:30,042 log 32094 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:02:30,042 basehttp 32094 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:02:30,111 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:02:30,113 basehttp 32094 6169767936 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:03:18,571 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:03:18,571 basehttp 32094 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:03:18,573 basehttp 32094 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:03:30,129 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:04:15,686 basehttp 32094 13170143232 "GET /en/hr/training/sessions/create/?program=7 HTTP/1.1" 200 42756 WARNING 2025-10-02 11:04:15,694 log 32094 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:04:15,694 basehttp 32094 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:04:15,763 basehttp 32094 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:04:15,766 basehttp 32094 13170143232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:04:18,549 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:04:18,551 basehttp 32094 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:05:15,763 basehttp 32094 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:05:18,548 basehttp 32094 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:05:18,622 basehttp 32094 6169767936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:05:18,624 basehttp 32094 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:05:18,628 basehttp 32094 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:05:21,333 autoreload 32093 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/forms.py changed, reloading. INFO 2025-10-02 11:05:21,335 autoreload 32094 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/forms.py changed, reloading. INFO 2025-10-02 11:05:21,858 autoreload 51212 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 11:05:21,869 autoreload 51211 8313250112 Watching for file changes with StatReloader WARNING 2025-10-02 11:05:23,247 basehttp 51212 6199472128 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 11:05:23,254 log 51212 6216298496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:05:23,254 basehttp 51212 6216298496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:05:23,261 log 51212 6216298496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:05:23,261 basehttp 51212 6216298496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:05:25,382 basehttp 51212 6216298496 "GET /en/hr/training/sessions/create/?program=7 HTTP/1.1" 200 42756 WARNING 2025-10-02 11:05:25,395 log 51212 6216298496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:05:25,395 basehttp 51212 6216298496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:05:25,478 basehttp 51212 6199472128 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:05:25,478 basehttp 51212 6216298496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:06:18,550 basehttp 51212 6216298496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:06:25,486 basehttp 51212 6216298496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:06:55,230 autoreload 51211 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/forms.py changed, reloading. INFO 2025-10-02 11:06:55,232 autoreload 51212 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/forms.py changed, reloading. INFO 2025-10-02 11:06:55,629 autoreload 51893 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 11:06:55,662 autoreload 51894 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 11:06:56,141 basehttp 51894 6168981504 "GET /en/hr/training/sessions/create/?program=7 HTTP/1.1" 200 42756 WARNING 2025-10-02 11:06:56,157 log 51894 6168981504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:06:56,157 basehttp 51894 6168981504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:06:56,227 basehttp 51894 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:06:56,232 basehttp 51894 6168981504 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:07:18,571 basehttp 51894 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:07:18,573 basehttp 51894 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:07:18,575 basehttp 51894 13455405056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:07:18,580 basehttp 51894 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:07:39,312 basehttp 51894 13472231424 "GET /en/hr/training/sessions/create/?program=7 HTTP/1.1" 200 42756 WARNING 2025-10-02 11:07:39,324 log 51894 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:07:39,330 basehttp 51894 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:07:39,392 basehttp 51894 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:07:39,399 basehttp 51894 13455405056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:07:57,016 basehttp 51894 13472231424 "GET /en/hr/training/sessions/create/?program=7 HTTP/1.1" 200 42770 WARNING 2025-10-02 11:07:57,025 log 51894 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:07:57,025 basehttp 51894 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:07:57,096 basehttp 51894 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:07:57,098 basehttp 51894 13438578688 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:08:18,557 basehttp 51894 6168981504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:08:18,558 basehttp 51894 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:08:18,561 basehttp 51894 13472231424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:08:18,567 basehttp 51894 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:08:57,098 basehttp 51894 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:09:09,540 autoreload 51894 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 11:09:09,542 autoreload 51893 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 11:09:09,959 autoreload 53005 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 11:09:10,021 autoreload 53006 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 11:09:10,664 basehttp 53006 6128300032 "GET /en/hr/training/sessions/create/?program=7 HTTP/1.1" 200 42764 WARNING 2025-10-02 11:09:10,679 log 53006 6128300032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:09:10,679 basehttp 53006 6128300032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:09:10,763 basehttp 53006 6145126400 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:09:10,766 basehttp 53006 6128300032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:09:18,647 basehttp 53006 6161952768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:09:18,648 basehttp 53006 6145126400 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:09:18,650 basehttp 53006 6128300032 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:09:31,444 basehttp 53006 6128300032 "GET /en/hr/training/sessions/create/?program=7 HTTP/1.1" 200 42756 WARNING 2025-10-02 11:09:31,454 log 53006 6128300032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:09:31,454 basehttp 53006 6128300032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:09:31,534 basehttp 53006 6128300032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:09:31,539 basehttp 53006 6128300032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:09:57,222 autoreload 53005 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/forms.py changed, reloading. INFO 2025-10-02 11:09:57,225 autoreload 53006 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/forms.py changed, reloading. INFO 2025-10-02 11:09:57,636 autoreload 53431 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 11:09:57,661 autoreload 53432 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 11:09:58,588 basehttp 53432 6159659008 "GET /en/hr/training/sessions/create/?program=7 HTTP/1.1" 200 42756 WARNING 2025-10-02 11:09:58,604 log 53432 6159659008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:09:58,604 basehttp 53432 6159659008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:09:58,684 basehttp 53432 6159659008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:09:58,690 basehttp 53432 6159659008 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:10:04,150 basehttp 53432 13304360960 "GET /en/hr/training/sessions/create/?program=7 HTTP/1.1" 200 42756 WARNING 2025-10-02 11:10:04,156 log 53432 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:10:04,157 basehttp 53432 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:10:04,165 basehttp 53432 13354840064 "GET /static/plugins/toastr/toastr.css HTTP/1.1" 200 7860 INFO 2025-10-02 11:10:04,165 basehttp 53432 13338013696 "GET /static/css/custom.css HTTP/1.1" 200 2844 INFO 2025-10-02 11:10:04,166 basehttp 53432 13371666432 "GET /static/img/user/user-12.jpg HTTP/1.1" 200 8541 INFO 2025-10-02 11:10:04,168 basehttp 53432 13371666432 "GET /static/plugins/toastr/toastr.min.js HTTP/1.1" 200 5536 INFO 2025-10-02 11:10:04,170 basehttp 53432 13371666432 "GET /static/js/custom.js HTTP/1.1" 200 4109 INFO 2025-10-02 11:10:04,171 basehttp 53432 13304360960 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-10-02 11:10:04,172 basehttp 53432 6159659008 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-10-02 11:10:04,179 basehttp 53432 13338013696 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-10-02 11:10:04,179 basehttp 53432 13321187328 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-10-02 11:10:04,186 basehttp 53432 13354840064 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-10-02 11:10:04,219 basehttp 53432 13304360960 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-10-02 11:10:04,219 basehttp 53432 13321187328 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-10-02 11:10:04,219 basehttp 53432 13354840064 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-10-02 11:10:04,220 basehttp 53432 6159659008 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-10-02 11:10:04,220 basehttp 53432 13338013696 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-10-02 11:10:04,223 basehttp 53432 6159659008 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-10-02 11:10:04,225 basehttp 53432 13354840064 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-10-02 11:10:04,225 basehttp 53432 13321187328 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-10-02 11:10:04,225 basehttp 53432 13371666432 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-10-02 11:10:04,225 basehttp 53432 13338013696 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-10-02 11:10:04,226 basehttp 53432 6159659008 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-10-02 11:10:04,227 basehttp 53432 13371666432 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-10-02 11:10:04,228 basehttp 53432 13321187328 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-10-02 11:10:04,228 basehttp 53432 13338013696 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-10-02 11:10:04,228 basehttp 53432 13354840064 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-10-02 11:10:04,228 basehttp 53432 6159659008 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-10-02 11:10:04,231 basehttp 53432 13371666432 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-10-02 11:10:04,232 basehttp 53432 6159659008 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-10-02 11:10:04,233 basehttp 53432 13354840064 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-10-02 11:10:04,233 basehttp 53432 13321187328 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-10-02 11:10:04,233 basehttp 53432 13304360960 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-10-02 11:10:04,233 basehttp 53432 13371666432 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-10-02 11:10:04,236 basehttp 53432 13338013696 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 WARNING 2025-10-02 11:10:04,413 basehttp 53432 13371666432 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:10:04,416 basehttp 53432 13338013696 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-10-02 11:10:04,450 basehttp 53432 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:10:04,540 log 53432 13338013696 Not Found: /favicon.ico WARNING 2025-10-02 11:10:04,540 basehttp 53432 13338013696 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-10-02 11:10:18,652 basehttp 53432 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:10:18,654 basehttp 53432 13338013696 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:11:04,466 basehttp 53432 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:11:18,664 basehttp 53432 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:11:18,667 basehttp 53432 13338013696 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:11:18,669 basehttp 53432 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:11:18,674 basehttp 53432 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:12:04,471 basehttp 53432 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:12:17,731 autoreload 53432 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 11:12:17,731 autoreload 53431 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 11:12:18,215 autoreload 54516 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 11:12:18,260 autoreload 54517 8313250112 Watching for file changes with StatReloader WARNING 2025-10-02 11:12:18,961 basehttp 54517 13186969600 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 11:12:18,966 log 54517 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:12:18,966 basehttp 54517 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:12:18,976 log 54517 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:12:18,976 basehttp 54517 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:12:19,735 basehttp 54517 13203795968 "GET /en/hr/training/sessions/create/?program=7 HTTP/1.1" 200 43404 WARNING 2025-10-02 11:12:19,748 log 54517 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:12:19,748 basehttp 54517 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:12:19,815 basehttp 54517 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:12:19,817 basehttp 54517 13203795968 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:12:38,414 autoreload 54516 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 11:12:38,415 autoreload 54517 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 11:12:38,839 autoreload 54687 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 11:12:38,863 autoreload 54688 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 11:12:39,522 basehttp 54688 6197276672 "GET /en/hr/training/sessions/create/?program=7 HTTP/1.1" 200 43404 WARNING 2025-10-02 11:12:39,536 log 54688 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:12:39,536 basehttp 54688 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:12:39,589 basehttp 54688 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:12:39,593 basehttp 54688 6197276672 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:13:18,677 basehttp 54688 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:13:18,684 basehttp 54688 6230929408 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:13:18,687 basehttp 54688 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:13:18,690 basehttp 54688 6247755776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:13:31,800 basehttp 54688 6247755776 "GET /en/hr/training/sessions/create/?program=7 HTTP/1.1" 200 43437 WARNING 2025-10-02 11:13:31,807 log 54688 6247755776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:13:31,807 basehttp 54688 6247755776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:13:31,831 basehttp 54688 6247755776 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-10-02 11:13:31,858 basehttp 54688 6247755776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:13:31,864 basehttp 54688 6247755776 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:13:50,689 basehttp 54688 6214103040 "GET /en/hr/training/sessions/create/?program=7 HTTP/1.1" 200 43441 WARNING 2025-10-02 11:13:50,697 log 54688 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:13:50,697 basehttp 54688 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:13:50,744 basehttp 54688 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:13:50,749 basehttp 54688 6214103040 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:14:02,229 basehttp 54688 6230929408 "GET /en/hr/training/sessions/create/?program=7 HTTP/1.1" 200 43442 WARNING 2025-10-02 11:14:02,236 log 54688 6230929408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:14:02,236 basehttp 54688 6230929408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:14:02,274 basehttp 54688 6230929408 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:14:02,281 basehttp 54688 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:14:12,880 basehttp 54688 6197276672 "GET /en/hr/training/sessions/create/?program=7 HTTP/1.1" 200 43442 WARNING 2025-10-02 11:14:12,886 log 54688 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:14:12,886 basehttp 54688 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:14:12,934 basehttp 54688 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:14:12,939 basehttp 54688 6197276672 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:14:18,663 basehttp 54688 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:14:18,666 basehttp 54688 6230929408 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:14:18,666 basehttp 54688 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:14:19,729 basehttp 54688 6214103040 "GET /en/hr/training/sessions/create/?program=7 HTTP/1.1" 200 43442 WARNING 2025-10-02 11:14:19,736 log 54688 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:14:19,737 basehttp 54688 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:14:19,793 basehttp 54688 6230929408 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:14:19,798 basehttp 54688 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:14:34,446 basehttp 54688 6214103040 "GET /en/hr/training/sessions/create/?program=7 HTTP/1.1" 200 43447 WARNING 2025-10-02 11:14:34,453 log 54688 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:14:34,453 basehttp 54688 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:14:34,500 basehttp 54688 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:14:34,505 basehttp 54688 6214103040 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:14:49,822 basehttp 54688 6197276672 "GET /en/hr/training/sessions/create/?program=7 HTTP/1.1" 200 43451 WARNING 2025-10-02 11:14:49,829 log 54688 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:14:49,829 basehttp 54688 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:14:49,877 basehttp 54688 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:14:49,883 basehttp 54688 6197276672 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:15:03,667 basehttp 54688 6214103040 "GET /en/hr/training/sessions/create/?program=7 HTTP/1.1" 200 43455 WARNING 2025-10-02 11:15:03,674 log 54688 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:15:03,674 basehttp 54688 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:15:03,719 basehttp 54688 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:15:03,720 basehttp 54688 6197276672 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:15:15,156 basehttp 54688 6214103040 "GET /en/hr/training/sessions/create/?program=7 HTTP/1.1" 200 43451 WARNING 2025-10-02 11:15:15,163 log 54688 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:15:15,163 basehttp 54688 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:15:15,207 basehttp 54688 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:15:15,212 basehttp 54688 6214103040 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:15:18,646 basehttp 54688 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:15:18,648 basehttp 54688 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:15:28,235 basehttp 54688 6214103040 "GET /en/hr/training/sessions/create/?program=7 HTTP/1.1" 200 43451 WARNING 2025-10-02 11:15:28,243 log 54688 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:15:28,243 basehttp 54688 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:15:28,292 basehttp 54688 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:15:28,295 basehttp 54688 6214103040 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:16:18,659 basehttp 54688 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:16:18,660 basehttp 54688 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:16:18,663 basehttp 54688 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:16:18,668 basehttp 54688 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:16:28,309 basehttp 54688 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:17:18,630 basehttp 54688 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:17:18,646 basehttp 54688 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:17:18,652 basehttp 54688 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:17:18,668 basehttp 54688 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:17:26,562 autoreload 54688 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 11:17:26,572 autoreload 54687 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 11:17:27,219 autoreload 57380 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 11:17:27,219 autoreload 57379 8313250112 Watching for file changes with StatReloader WARNING 2025-10-02 11:17:28,080 basehttp 57380 6161494016 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 11:17:28,093 log 57380 6161494016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:17:28,094 basehttp 57380 6161494016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:17:28,094 basehttp 57380 6161494016 - Broken pipe from ('127.0.0.1', 49609) WARNING 2025-10-02 11:17:28,101 log 57380 6161494016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:17:28,102 basehttp 57380 6161494016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:17:28,377 basehttp 57380 6161494016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:17:28,643 basehttp 57380 6161494016 "GET /en/hr/training/sessions/create/?program=7 HTTP/1.1" 200 43451 WARNING 2025-10-02 11:17:28,651 log 57380 6161494016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:17:28,651 basehttp 57380 6161494016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:17:28,703 basehttp 57380 6161494016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:17:28,709 basehttp 57380 6161494016 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:17:29,931 basehttp 57380 13438578688 "GET /en/hr/training/programs/7/ HTTP/1.1" 200 39219 WARNING 2025-10-02 11:17:29,937 log 57380 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:17:29,941 basehttp 57380 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:17:29,978 basehttp 57380 13438578688 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:17:30,654 basehttp 57380 6161494016 "GET /en/hr/training/programs/7/ HTTP/1.1" 200 39219 WARNING 2025-10-02 11:17:30,669 log 57380 6161494016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:17:30,669 basehttp 57380 6161494016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:17:30,693 basehttp 57380 6161494016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:17:30,704 basehttp 57380 6161494016 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:17:40,228 basehttp 57380 13438578688 "GET /en/hr/training/programs/ HTTP/1.1" 200 73671 WARNING 2025-10-02 11:17:40,240 log 57380 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:17:40,241 basehttp 57380 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:17:40,288 basehttp 57380 13438578688 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:17:45,992 basehttp 57380 6161494016 "GET /en/hr/training/programs/create/ HTTP/1.1" 200 41652 WARNING 2025-10-02 11:17:46,005 log 57380 6161494016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:17:46,005 basehttp 57380 6161494016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:17:46,053 basehttp 57380 6161494016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:17:46,059 basehttp 57380 6161494016 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:18:18,658 basehttp 57380 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:18:46,069 basehttp 57380 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:19:18,642 basehttp 57380 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:19:18,657 basehttp 57380 13455405056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:19:18,659 basehttp 57380 6161494016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:19:18,666 basehttp 57380 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:19:46,064 basehttp 57380 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:20:18,634 basehttp 57380 13455405056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:20:18,635 basehttp 57380 6161494016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:20:46,066 basehttp 57380 6161494016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:21:18,656 basehttp 57380 6161494016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:21:18,657 basehttp 57380 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:21:18,658 basehttp 57380 13455405056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:21:18,663 basehttp 57380 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:21:46,080 basehttp 57380 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:22:18,643 basehttp 57380 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:22:18,645 basehttp 57380 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:22:18,649 basehttp 57380 6161494016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:22:46,086 basehttp 57380 6161494016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:23:18,653 basehttp 57380 6161494016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:23:18,654 basehttp 57380 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:23:18,655 basehttp 57380 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:23:46,076 basehttp 57380 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:24:18,661 basehttp 57380 6161494016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:24:18,663 basehttp 57380 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:24:18,664 basehttp 57380 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:24:46,075 basehttp 57380 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:24:52,641 autoreload 57380 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/forms.py changed, reloading. INFO 2025-10-02 11:24:52,644 autoreload 57379 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/forms.py changed, reloading. INFO 2025-10-02 11:24:53,175 autoreload 61036 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 11:24:53,182 autoreload 61035 8313250112 Watching for file changes with StatReloader WARNING 2025-10-02 11:24:54,022 basehttp 61036 6123778048 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 11:24:54,027 log 61036 6140604416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:24:54,029 basehttp 61036 6140604416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:24:54,038 log 61036 6140604416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:24:54,038 basehttp 61036 6140604416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:24:54,708 basehttp 61036 6140604416 "GET /en/hr/training/programs/create/ HTTP/1.1" 200 41824 WARNING 2025-10-02 11:24:54,720 log 61036 6140604416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:24:54,720 basehttp 61036 6140604416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:24:54,770 basehttp 61036 6140604416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:24:54,774 basehttp 61036 6140604416 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:25:18,655 basehttp 61036 6123778048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:25:18,658 basehttp 61036 6140604416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:25:18,664 basehttp 61036 6157430784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:25:54,783 basehttp 61036 6157430784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:26:05,731 log 61036 6123778048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:26:05,733 basehttp 61036 6140604416 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 11:26:05,734 basehttp 61036 6123778048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:26:05,749 log 61036 6123778048 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-10-02 11:26:05,749 basehttp 61036 6157430784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:26:05,749 basehttp 61036 6123778048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:26:06,463 basehttp 61036 6123778048 "GET /en/hr/training/programs/ HTTP/1.1" 200 73671 WARNING 2025-10-02 11:26:06,474 log 61036 6123778048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:26:06,474 basehttp 61036 6123778048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:26:06,526 basehttp 61036 6123778048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:26:06,530 basehttp 61036 6123778048 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:26:12,195 basehttp 61036 6157430784 "GET /en/hr/training-management/ HTTP/1.1" 200 84263 WARNING 2025-10-02 11:26:12,211 log 61036 6157430784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:26:12,211 basehttp 61036 6157430784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:26:12,264 basehttp 61036 6157430784 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:26:18,668 basehttp 61036 6157430784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:26:18,670 basehttp 61036 6123778048 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:26:18,671 basehttp 61036 6140604416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:26:19,342 basehttp 61036 6140604416 "GET /en/hr/training/certificates HTTP/1.1" 301 0 INFO 2025-10-02 11:26:19,369 basehttp 61036 6123778048 "GET /en/hr/training/certificates/ HTTP/1.1" 200 45076 WARNING 2025-10-02 11:26:19,384 log 61036 6123778048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:26:19,385 basehttp 61036 6123778048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:26:19,402 basehttp 61036 6123778048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:26:19,428 basehttp 61036 6123778048 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:27:18,635 basehttp 61036 6157430784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:27:18,641 basehttp 61036 6140604416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:27:18,642 basehttp 61036 6123778048 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:27:19,633 basehttp 61036 6123778048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:28:18,653 basehttp 61036 6123778048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:28:18,657 basehttp 61036 6140604416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:28:18,663 basehttp 61036 6157430784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:28:20,643 basehttp 61036 6157430784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:29:03,793 autoreload 61036 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/admin.py changed, reloading. INFO 2025-10-02 11:29:04,283 autoreload 63035 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 11:29:18,670 basehttp 63035 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:29:18,670 basehttp 63035 6162608128 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:29:18,696 basehttp 63035 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:29:18,702 basehttp 63035 6162608128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:29:21,642 basehttp 63035 6162608128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:30:16,960 autoreload 63035 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/admin.py changed, reloading. INFO 2025-10-02 11:30:17,494 autoreload 63629 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 11:30:18,644 basehttp 63629 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:30:18,737 basehttp 63629 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:30:18,738 basehttp 63629 12935360512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:30:22,634 basehttp 63629 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:30:43,145 basehttp 63629 12935360512 "GET /en/admin/radiology/dicomimage/25978/change/ HTTP/1.1" 200 144549 INFO 2025-10-02 11:30:43,164 basehttp 63629 12985839616 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-10-02 11:30:43,164 basehttp 63629 12952186880 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-10-02 11:30:43,164 basehttp 63629 12935360512 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-10-02 11:30:43,164 basehttp 63629 12969013248 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-10-02 11:30:43,165 basehttp 63629 12918534144 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-10-02 11:30:43,166 basehttp 63629 12935360512 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-10-02 11:30:43,166 basehttp 63629 12969013248 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-10-02 11:30:43,167 basehttp 63629 12985839616 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-10-02 11:30:43,167 basehttp 63629 12918534144 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-10-02 11:30:43,168 basehttp 63629 12969013248 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-10-02 11:30:43,168 basehttp 63629 12935360512 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-10-02 11:30:43,169 basehttp 63629 12985839616 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-10-02 11:30:43,169 basehttp 63629 12969013248 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-10-02 11:30:43,169 basehttp 63629 12918534144 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-10-02 11:30:43,170 basehttp 63629 12935360512 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-10-02 11:30:43,170 basehttp 63629 12969013248 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-10-02 11:30:43,171 basehttp 63629 13002665984 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 11:30:43,172 basehttp 63629 12952186880 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-10-02 11:30:43,173 basehttp 63629 12952186880 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-10-02 11:30:43,176 basehttp 63629 12985839616 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-10-02 11:30:43,178 basehttp 63629 12952186880 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-10-02 11:30:43,179 basehttp 63629 12985839616 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-10-02 11:30:43,184 basehttp 63629 12985839616 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-10-02 11:30:43,184 basehttp 63629 12952186880 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-10-02 11:30:43,206 basehttp 63629 12985839616 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-10-02 11:30:43,206 basehttp 63629 12952186880 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-10-02 11:30:49,632 basehttp 63629 12952186880 "GET /en/admin/hr/trainingcertificates/ HTTP/1.1" 200 91126 INFO 2025-10-02 11:30:49,638 basehttp 63629 12952186880 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-10-02 11:30:49,641 basehttp 63629 12985839616 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-10-02 11:30:49,642 basehttp 63629 12985839616 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-10-02 11:30:49,644 basehttp 63629 12952186880 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 11:30:49,654 basehttp 63629 12952186880 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-10-02 11:30:55,313 basehttp 63629 12952186880 "GET /en/admin/hr/trainingrecord/ HTTP/1.1" 200 178495 INFO 2025-10-02 11:30:55,330 basehttp 63629 13002665984 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-10-02 11:30:55,330 basehttp 63629 12985839616 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-10-02 11:30:55,334 basehttp 63629 12952186880 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 11:30:55,343 basehttp 63629 12952186880 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-10-02 11:31:18,634 basehttp 63629 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:31:18,636 basehttp 63629 12985839616 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:31:23,636 basehttp 63629 12985839616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:32:18,645 basehttp 63629 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:32:18,646 basehttp 63629 12985839616 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:32:18,648 basehttp 63629 13002665984 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:32:18,652 basehttp 63629 12969013248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:32:24,635 basehttp 63629 12969013248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:33:18,658 basehttp 63629 12985839616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:33:18,659 basehttp 63629 13002665984 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:33:18,660 basehttp 63629 12969013248 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:33:18,666 basehttp 63629 13002665984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:33:26,640 basehttp 63629 13002665984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:34:18,632 basehttp 63629 13002665984 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:35:18,655 basehttp 63629 13002665984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:35:18,656 basehttp 63629 12985839616 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:35:18,659 basehttp 63629 12969013248 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:35:18,665 basehttp 63629 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:35:18,675 basehttp 63629 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:36:18,668 basehttp 63629 12969013248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:36:18,669 basehttp 63629 13002665984 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:36:18,671 basehttp 63629 12952186880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:36:18,676 basehttp 63629 13002665984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:36:30,430 basehttp 63629 13002665984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:36:31,222 basehttp 63629 13002665984 "GET /en/hr/training/certificates/ HTTP/1.1" 200 112821 WARNING 2025-10-02 11:36:31,234 log 63629 13002665984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:36:31,234 basehttp 63629 13002665984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:36:31,302 basehttp 63629 13002665984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:36:31,309 basehttp 63629 13002665984 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:36:37,668 basehttp 63629 12952186880 "GET /en/hr/training/records/3347/ HTTP/1.1" 200 39829 WARNING 2025-10-02 11:36:37,676 log 63629 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:36:37,676 basehttp 63629 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:36:37,740 basehttp 63629 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:36:37,746 basehttp 63629 12952186880 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 11:36:40,990 log 63629 12985839616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:36:40,990 basehttp 63629 12969013248 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 11:36:40,991 basehttp 63629 12985839616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:36:41,003 log 63629 12985839616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:36:41,003 basehttp 63629 12985839616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:36:42,115 basehttp 63629 12985839616 "GET /en/hr/training/certificates/161/ HTTP/1.1" 200 28151 WARNING 2025-10-02 11:36:42,129 log 63629 12985839616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:36:42,130 basehttp 63629 12985839616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:36:42,175 basehttp 63629 12985839616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:36:42,177 basehttp 63629 12918534144 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 11:36:54,119 basehttp 63629 12985839616 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 11:36:54,122 log 63629 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:36:54,122 basehttp 63629 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:36:54,128 log 63629 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:36:54,129 basehttp 63629 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:37:04,570 log 63629 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:37:04,570 basehttp 63629 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:37:04,627 basehttp 63629 12918534144 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 11:37:09,778 log 63629 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:37:09,778 basehttp 63629 12935360512 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 11:37:09,778 basehttp 63629 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:37:09,788 log 63629 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:37:09,788 basehttp 63629 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:37:15,804 basehttp 63629 12918534144 "GET /en/hr/training/analytics HTTP/1.1" 301 0 INFO 2025-10-02 11:37:15,846 basehttp 63629 12935360512 "GET /en/hr/training/analytics/ HTTP/1.1" 200 53586 WARNING 2025-10-02 11:37:15,858 log 63629 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:37:15,858 basehttp 63629 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:37:15,882 basehttp 63629 12935360512 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:37:15,888 basehttp 63629 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:37:18,663 basehttp 63629 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:37:18,665 basehttp 63629 12952186880 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:37:18,666 basehttp 63629 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:37:18,673 basehttp 63629 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:38:07,000 log 63629 12952186880 Not Found: /en/hr/training/attendence WARNING 2025-10-02 11:38:07,000 basehttp 63629 12952186880 "GET /en/hr/training/attendence HTTP/1.1" 404 52260 WARNING 2025-10-02 11:38:07,015 log 63629 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:38:07,015 basehttp 63629 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:38:18,646 basehttp 63629 12952186880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:38:44,099 basehttp 63629 12952186880 "GET /en/hr/assignments HTTP/1.1" 301 0 ERROR 2025-10-02 11:38:44,129 log 63629 12935360512 Internal Server Error: /en/hr/assignments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'schedule_assignment_delete' not found. 'schedule_assignment_delete' is not a valid view function or pattern name. ERROR 2025-10-02 11:38:44,131 basehttp 63629 12935360512 "GET /en/hr/assignments/ HTTP/1.1" 500 245116 WARNING 2025-10-02 11:38:44,140 log 63629 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:38:44,140 basehttp 63629 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:39:18,664 basehttp 63629 12918534144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:39:18,664 basehttp 63629 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:39:18,666 basehttp 63629 12952186880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:39:18,672 basehttp 63629 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:40:18,686 basehttp 63629 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:40:18,703 basehttp 63629 12935360512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:40:18,704 basehttp 63629 12952186880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:40:18,705 basehttp 63629 12969013248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:41:18,656 basehttp 63629 12969013248 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:41:35,611 autoreload 63629 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/urls.py changed, reloading. INFO 2025-10-02 11:41:36,165 autoreload 69298 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 11:42:01,469 autoreload 69298 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/urls.py changed, reloading. INFO 2025-10-02 11:42:01,827 autoreload 69483 8313250112 Watching for file changes with StatReloader ERROR 2025-10-02 11:42:03,858 log 69483 6161362944 Internal Server Error: /en/hr/assignments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_assignments' not found. 'export_assignments' is not a valid view function or pattern name. ERROR 2025-10-02 11:42:03,859 basehttp 69483 6161362944 "GET /en/hr/assignments/ HTTP/1.1" 500 216914 WARNING 2025-10-02 11:42:03,868 log 69483 6161362944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:42:03,868 basehttp 69483 6161362944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:42:18,658 basehttp 69483 6161362944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:42:18,660 basehttp 69483 6178189312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:42:18,662 basehttp 69483 6195015680 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:42:18,666 basehttp 69483 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:43:18,673 basehttp 69483 6178189312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:43:18,674 basehttp 69483 6195015680 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:43:18,675 basehttp 69483 6161362944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:43:18,683 basehttp 69483 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:44:18,641 basehttp 69483 6195015680 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:44:56,431 autoreload 69483 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 11:44:57,007 autoreload 70941 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 11:45:13,945 autoreload 70941 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/urls.py changed, reloading. INFO 2025-10-02 11:45:14,422 autoreload 71127 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 11:45:18,711 basehttp 71127 12935360512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:45:18,717 basehttp 71127 12952186880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:45:18,728 basehttp 71127 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:45:18,736 basehttp 71127 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:46:18,417 autoreload 72560 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 11:46:21,175 basehttp 72560 6193147904 "GET /en/hr/assignments/ HTTP/1.1" 200 247817 INFO 2025-10-02 11:46:21,199 basehttp 72560 6226800640 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.css HTTP/1.1" 200 8069 WARNING 2025-10-02 11:46:21,200 log 72560 6260453376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:46:21,200 basehttp 72560 6243627008 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-10-02 11:46:21,200 basehttp 72560 6193147904 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 WARNING 2025-10-02 11:46:21,201 basehttp 72560 6260453376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:46:21,206 basehttp 72560 6277279744 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-10-02 11:46:21,211 basehttp 72560 6193147904 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-10-02 11:46:21,211 basehttp 72560 6226800640 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-10-02 11:46:21,218 basehttp 72560 6277279744 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.js HTTP/1.1" 200 67842 INFO 2025-10-02 11:46:21,211 basehttp 72560 6209974272 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-10-02 11:46:21,213 basehttp 72560 6243627008 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-10-02 11:46:21,217 basehttp 72560 6260453376 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-10-02 11:46:21,224 basehttp 72560 6209974272 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-10-02 11:46:21,271 basehttp 72560 6209974272 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:46:21,280 basehttp 72560 6277279744 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-10-02 11:46:21,292 basehttp 72560 6260453376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:46:21,321 basehttp 72560 6260453376 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-10-02 11:46:35,169 basehttp 72560 6277279744 "GET /en/hr/assignments/361/update/ HTTP/1.1" 200 54538 WARNING 2025-10-02 11:46:35,184 log 72560 6277279744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:46:35,187 basehttp 72560 6277279744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:46:35,187 basehttp 72560 6243627008 "GET /static/plugins/bootstrap-datepicker/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2110 WARNING 2025-10-02 11:46:35,189 basehttp 72560 6209974272 "GET /static/plugins/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.min.css HTTP/1.1" 404 2143 WARNING 2025-10-02 11:46:35,189 basehttp 72560 6260453376 "GET /static/plugins/bootstrap-datepicker/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2104 INFO 2025-10-02 11:46:35,189 basehttp 72560 6226800640 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-10-02 11:46:35,189 basehttp 72560 6193147904 "GET /static/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 200 3034 INFO 2025-10-02 11:46:35,191 basehttp 72560 6277279744 "GET /static/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 200 18685 WARNING 2025-10-02 11:46:35,227 basehttp 72560 6277279744 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:46:35,234 basehttp 72560 6193147904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:46:38,059 basehttp 72560 6193147904 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 11:46:38,065 log 72560 6226800640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:46:38,065 basehttp 72560 6226800640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:46:38,076 log 72560 6226800640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:46:38,076 basehttp 72560 6226800640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:46:40,525 basehttp 72560 6226800640 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-10-02 11:46:52,112 basehttp 72560 6193147904 "GET /en/hr/schedules/67/ HTTP/1.1" 200 175374 WARNING 2025-10-02 11:46:52,123 basehttp 72560 6193147904 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-10-02 11:46:52,124 log 72560 6226800640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:46:52,125 basehttp 72560 6226800640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:46:52,126 basehttp 72560 6209974272 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 INFO 2025-10-02 11:46:52,128 basehttp 72560 6277279744 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 INFO 2025-10-02 11:46:52,129 basehttp 72560 6260453376 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-10-02 11:46:52,130 basehttp 72560 6193147904 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 INFO 2025-10-02 11:46:52,131 basehttp 72560 6226800640 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 INFO 2025-10-02 11:46:52,131 basehttp 72560 6243627008 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 INFO 2025-10-02 11:46:52,132 basehttp 72560 6209974272 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 WARNING 2025-10-02 11:46:52,171 basehttp 72560 6209974272 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:46:52,199 basehttp 72560 6243627008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:46:52,205 basehttp 72560 6226800640 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 WARNING 2025-10-02 11:46:52,212 basehttp 72560 6226800640 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-10-02 11:46:56,290 basehttp 72560 6243627008 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-10-02 11:47:04,693 basehttp 72560 6193147904 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-10-02 11:47:18,683 basehttp 72560 6277279744 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:47:18,684 basehttp 72560 6193147904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:47:18,684 basehttp 72560 6260453376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:47:18,692 basehttp 72560 6260453376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:47:35,352 basehttp 72560 6193147904 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 11:47:35,357 log 72560 6277279744 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-10-02 11:47:35,357 basehttp 72560 6260453376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:47:35,357 basehttp 72560 6277279744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:47:35,373 log 72560 6277279744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:47:35,373 basehttp 72560 6277279744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:48:18,656 basehttp 72560 6277279744 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:48:35,354 basehttp 72560 6277279744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:48:57,768 log 72560 6277279744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:48:57,769 basehttp 72560 6277279744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:49:11,386 log 72560 6277279744 Not Found: /en/hr/treviews WARNING 2025-10-02 11:49:11,386 basehttp 72560 6277279744 "GET /en/hr/treviews HTTP/1.1" 404 53396 WARNING 2025-10-02 11:49:11,404 log 72560 6277279744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:49:11,404 basehttp 72560 6277279744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:49:16,519 basehttp 72560 6277279744 "GET /en/hr/reviews HTTP/1.1" 301 0 INFO 2025-10-02 11:49:16,551 basehttp 72560 6260453376 "GET /en/hr/reviews/ HTTP/1.1" 200 152652 WARNING 2025-10-02 11:49:16,560 log 72560 6260453376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:49:16,560 basehttp 72560 6260453376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:49:16,622 basehttp 72560 6260453376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:49:16,634 basehttp 72560 6260453376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:49:18,679 basehttp 72560 6193147904 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:49:18,680 basehttp 72560 6209974272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:49:18,683 basehttp 72560 6226800640 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:49:18,689 basehttp 72560 6193147904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:49:26,517 basehttp 72560 6193147904 "GET /en/hr/reviews/269/ HTTP/1.1" 200 49848 WARNING 2025-10-02 11:49:26,535 log 72560 6193147904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:49:26,536 basehttp 72560 6193147904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:49:26,573 basehttp 72560 6193147904 "GET /static/webfonts/fa-regular-400.woff2 HTTP/1.1" 200 25472 WARNING 2025-10-02 11:49:26,596 basehttp 72560 6193147904 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:49:26,601 basehttp 72560 6226800640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:50:09,986 log 72560 6209974272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:50:09,986 basehttp 72560 6226800640 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 11:50:09,987 basehttp 72560 6209974272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:50:09,995 log 72560 6209974272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:50:09,995 basehttp 72560 6209974272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:50:12,670 basehttp 72560 6209974272 "GET /en/hr/reviews/208/ HTTP/1.1" 200 49274 WARNING 2025-10-02 11:50:12,685 log 72560 6209974272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:50:12,685 basehttp 72560 6209974272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:50:12,751 basehttp 72560 6209974272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:50:12,751 basehttp 72560 6193147904 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:50:18,670 basehttp 72560 6209974272 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:50:18,675 basehttp 72560 6193147904 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:50:18,676 basehttp 72560 6226800640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:50:32,569 log 72560 6209974272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:50:32,571 basehttp 72560 6209974272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:50:32,571 basehttp 72560 6193147904 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:50:32,573 basehttp 72560 6226800640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:50:32,582 log 72560 6226800640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:50:32,582 basehttp 72560 6226800640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-10-02 11:50:34,701 log 72560 6226800640 Internal Server Error: /en/hr/reviews/208/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'performance_review_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/hr/reviews/(?P[0-9]+)/\\Z'] ERROR 2025-10-02 11:50:34,705 basehttp 72560 6226800640 "GET /en/hr/reviews/208/delete/ HTTP/1.1" 500 170412 WARNING 2025-10-02 11:50:34,720 log 72560 6226800640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:50:34,720 basehttp 72560 6226800640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-10-02 11:51:18,493 log 72560 6226800640 Internal Server Error: /en/hr/reviews/208/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'performance_review_update' with arguments '('',)' not found. 1 pattern(s) tried: ['en/hr/reviews/(?P[0-9]+)/update/\\Z'] ERROR 2025-10-02 11:51:18,497 basehttp 72560 6226800640 "GET /en/hr/reviews/208/delete/ HTTP/1.1" 500 183344 WARNING 2025-10-02 11:51:18,505 log 72560 6226800640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:51:18,506 basehttp 72560 6226800640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:51:18,652 basehttp 72560 6226800640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:51:18,653 basehttp 72560 6209974272 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:51:54,548 autoreload 72560 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 11:51:54,989 autoreload 75235 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 11:51:55,790 basehttp 75235 6155923456 "GET /en/hr/reviews/208/delete/ HTTP/1.1" 200 24675 WARNING 2025-10-02 11:51:55,803 log 75235 6155923456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:51:55,803 basehttp 75235 6155923456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:51:55,849 basehttp 75235 6155923456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:51:55,854 basehttp 75235 6155923456 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 11:52:18,327 basehttp 75235 6155923456 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 11:52:18,329 log 75235 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:52:18,329 basehttp 75235 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:52:18,345 log 75235 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:52:18,345 basehttp 75235 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:52:18,347 basehttp 75235 6172749824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:52:18,674 basehttp 75235 6172749824 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:52:18,677 basehttp 75235 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:52:18,681 basehttp 75235 6155923456 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:52:18,685 basehttp 75235 6172749824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:52:23,392 basehttp 75235 6172749824 "GET /en/hr/reviews/181/update/ HTTP/1.1" 200 54858 WARNING 2025-10-02 11:52:23,409 log 75235 6172749824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:52:23,411 basehttp 75235 6172749824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:52:23,412 basehttp 75235 6172749824 - Broken pipe from ('127.0.0.1', 58733) INFO 2025-10-02 11:52:23,413 basehttp 75235 6155923456 "GET /static/plugins/summernote/dist/summernote-lite.css HTTP/1.1" 200 38212 INFO 2025-10-02 11:52:23,414 basehttp 75235 6325039104 "GET /static/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 200 186367 INFO 2025-10-02 11:52:23,454 basehttp 75235 6325039104 "GET /static/plugins/summernote/dist/summernote-lite.css.map HTTP/1.1" 200 52049 WARNING 2025-10-02 11:52:23,468 basehttp 75235 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:52:23,473 basehttp 75235 6155923456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:52:51,793 log 75235 6172749824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:52:51,793 basehttp 75235 6155923456 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 11:52:51,794 basehttp 75235 6172749824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:52:51,803 log 75235 6172749824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:52:51,803 basehttp 75235 6172749824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:52:54,811 basehttp 75235 6172749824 "GET /en/hr/reviews/332/ HTTP/1.1" 200 54455 WARNING 2025-10-02 11:52:54,830 log 75235 6172749824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:52:54,830 basehttp 75235 6172749824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:52:54,883 basehttp 75235 6172749824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:52:54,888 basehttp 75235 6172749824 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:53:18,683 basehttp 75235 6172749824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:53:18,686 basehttp 75235 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:53:18,687 basehttp 75235 6155923456 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:53:18,692 basehttp 75235 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:53:20,665 log 75235 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:53:20,665 basehttp 75235 6155923456 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 11:53:20,666 basehttp 75235 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:53:20,668 basehttp 75235 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:53:20,676 log 75235 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:53:20,676 basehttp 75235 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:53:44,944 basehttp 75235 6341865472 "GET /en/hr/reviews/create/ HTTP/1.1" 200 54746 WARNING 2025-10-02 11:53:44,963 log 75235 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:53:44,963 basehttp 75235 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:53:45,015 basehttp 75235 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:53:45,028 basehttp 75235 6341865472 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:54:18,647 basehttp 75235 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:54:18,661 basehttp 75235 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:54:45,016 basehttp 75235 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:55:18,635 basehttp 75235 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:55:18,643 basehttp 75235 6172749824 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:55:18,652 basehttp 75235 6155923456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:55:45,004 basehttp 75235 6155923456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:55:52,616 autoreload 75235 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/forms.py changed, reloading. INFO 2025-10-02 11:55:53,054 autoreload 77081 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 11:55:54,227 basehttp 77081 6124597248 "GET /en/hr/reviews/create/ HTTP/1.1" 200 54852 WARNING 2025-10-02 11:55:54,247 log 77081 6124597248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:55:54,247 basehttp 77081 6124597248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 11:55:54,302 basehttp 77081 6124597248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 11:55:54,324 basehttp 77081 6124597248 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:56:18,650 basehttp 77081 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:56:18,651 basehttp 77081 6141423616 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:56:18,653 basehttp 77081 6124597248 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:56:18,658 basehttp 77081 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:56:54,314 basehttp 77081 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:57:18,628 basehttp 77081 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:57:18,636 basehttp 77081 6141423616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:57:18,636 basehttp 77081 6124597248 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:57:54,320 basehttp 77081 6141423616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:58:02,241 autoreload 77081 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/forms.py changed, reloading. INFO 2025-10-02 11:58:02,675 autoreload 78189 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 11:58:03,411 basehttp 78189 6162509824 "GET /en/hr/reviews/create/ HTTP/1.1" 200 70997 WARNING 2025-10-02 11:58:03,431 log 78189 6162509824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 11:58:03,431 basehttp 78189 6162509824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 11:58:03,491 basehttp 78189 6179336192 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 11:58:03,495 basehttp 78189 6162509824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:58:18,637 basehttp 78189 6162509824 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 11:58:18,641 basehttp 78189 6179336192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:58:18,641 basehttp 78189 6196162560 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 11:58:18,646 basehttp 78189 6162509824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:59:03,486 basehttp 78189 6162509824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:59:18,634 basehttp 78189 6179336192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 11:59:18,635 basehttp 78189 6162509824 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:00:03,493 basehttp 78189 6179336192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:00:18,652 basehttp 78189 6179336192 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:00:18,652 basehttp 78189 6162509824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:00:18,654 basehttp 78189 6196162560 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:01:03,497 basehttp 78189 6196162560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:01:18,644 basehttp 78189 6179336192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:01:18,645 basehttp 78189 6162509824 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:01:18,645 basehttp 78189 6196162560 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:01:29,987 autoreload 78189 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/forms.py changed, reloading. INFO 2025-10-02 12:01:30,394 autoreload 79864 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 12:04:00,186 autoreload 81267 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 12:04:02,977 basehttp 81267 6198226944 "GET /en/hr/reviews/create/ HTTP/1.1" 200 66874 WARNING 2025-10-02 12:04:02,997 log 81267 6198226944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:04:02,997 basehttp 81267 6198226944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 12:04:03,043 basehttp 81267 6198226944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 12:04:03,049 basehttp 81267 6198226944 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 12:04:03,089 basehttp 81267 6215053312 "GET /static/plugins/summernote/dist/font/summernote.woff2 HTTP/1.1" 200 6932 INFO 2025-10-02 12:04:18,671 basehttp 81267 6215053312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:04:18,673 basehttp 81267 6231879680 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:04:18,674 basehttp 81267 6198226944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:05:03,057 basehttp 81267 6198226944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:05:18,671 basehttp 81267 6198226944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:05:18,671 basehttp 81267 6215053312 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:05:18,672 basehttp 81267 6231879680 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:05:18,679 basehttp 81267 6231879680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 12:05:22,455 log 81267 6231879680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:05:22,456 basehttp 81267 6231879680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 12:05:22,514 basehttp 81267 6231879680 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 12:05:24,578 basehttp 81267 6198226944 "GET /en/hr/reviews/269/update/ HTTP/1.1" 200 67839 WARNING 2025-10-02 12:05:24,589 log 81267 6198226944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:05:24,589 basehttp 81267 6198226944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 12:05:24,640 basehttp 81267 6198226944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 12:05:24,643 basehttp 81267 6198226944 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 12:05:36,115 basehttp 81267 6215053312 "GET /en/hr/reviews/ HTTP/1.1" 200 152652 WARNING 2025-10-02 12:05:36,130 log 81267 6215053312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:05:36,130 basehttp 81267 6215053312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 12:05:36,188 basehttp 81267 6215053312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 12:05:36,212 basehttp 81267 6215053312 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 12:05:38,646 basehttp 81267 6198226944 "GET /en/hr/reviews/create/ HTTP/1.1" 200 66874 WARNING 2025-10-02 12:05:38,659 log 81267 6198226944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:05:38,659 basehttp 81267 6198226944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 12:05:38,720 basehttp 81267 6198226944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 12:05:38,731 basehttp 81267 6198226944 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 12:06:18,645 basehttp 81267 6215053312 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:06:38,735 basehttp 81267 6215053312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:07:18,651 basehttp 81267 6215053312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:07:18,665 basehttp 81267 6198226944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:07:18,669 basehttp 81267 6248706048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:07:18,669 basehttp 81267 6231879680 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:07:38,741 basehttp 81267 6248706048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:08:18,653 basehttp 81267 6231879680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:08:18,657 basehttp 81267 6248706048 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:08:18,663 basehttp 81267 6198226944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:08:38,745 basehttp 81267 6198226944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:09:18,654 basehttp 81267 6198226944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:09:18,656 basehttp 81267 6248706048 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:09:38,749 basehttp 81267 6248706048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:10:18,646 basehttp 81267 6248706048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:10:18,648 basehttp 81267 6198226944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:10:18,654 basehttp 81267 6231879680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:10:38,734 basehttp 81267 6231879680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:11:18,659 basehttp 81267 6231879680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:11:18,660 basehttp 81267 6198226944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:11:18,661 basehttp 81267 6248706048 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:11:18,668 basehttp 81267 6248706048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:11:38,747 basehttp 81267 6248706048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:12:18,655 basehttp 81267 6231879680 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:12:18,657 basehttp 81267 6198226944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:12:18,659 basehttp 81267 6248706048 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:12:38,751 basehttp 81267 6248706048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:13:18,644 basehttp 81267 6248706048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:13:18,646 basehttp 81267 6198226944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:13:38,758 basehttp 81267 6198226944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:14:18,637 basehttp 81267 6198226944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:14:18,640 basehttp 81267 6248706048 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:14:18,642 basehttp 81267 6231879680 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:14:18,646 basehttp 81267 6198226944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:14:38,762 basehttp 81267 6198226944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:15:18,657 basehttp 81267 6231879680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:15:18,658 basehttp 81267 6215053312 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:15:18,660 basehttp 81267 6198226944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:15:38,766 basehttp 81267 6198226944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:16:18,646 basehttp 81267 6198226944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:16:18,648 basehttp 81267 6215053312 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:16:38,769 basehttp 81267 6215053312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:17:18,657 basehttp 81267 6215053312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:17:18,659 basehttp 81267 6198226944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:17:18,661 basehttp 81267 6231879680 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:17:18,666 basehttp 81267 6248706048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:17:38,766 basehttp 81267 6248706048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:18:00,065 basehttp 81267 6248706048 "GET /en/hr/reviews/create/ HTTP/1.1" 200 67014 WARNING 2025-10-02 12:18:00,077 log 81267 6248706048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:18:00,077 basehttp 81267 6248706048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 12:18:00,122 basehttp 81267 6248706048 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 12:18:00,156 basehttp 81267 6231879680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:18:18,634 basehttp 81267 6215053312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:18:18,635 basehttp 81267 6231879680 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:18:18,635 basehttp 81267 6198226944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:19:00,132 basehttp 81267 6215053312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:19:18,628 basehttp 81267 6215053312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:19:18,629 basehttp 81267 6198226944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:20:00,137 basehttp 81267 6198226944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:20:06,516 basehttp 81267 6198226944 "GET /en/hr/reviews/create/ HTTP/1.1" 200 68374 WARNING 2025-10-02 12:20:06,525 log 81267 6198226944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:20:06,526 basehttp 81267 6198226944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 12:20:06,588 basehttp 81267 6215053312 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 12:20:06,591 basehttp 81267 6198226944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:20:18,635 basehttp 81267 6198226944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:20:18,637 basehttp 81267 6231879680 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:20:18,639 basehttp 81267 6215053312 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:20:18,643 basehttp 81267 6198226944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:20:45,738 basehttp 81267 6198226944 "GET /en/hr/reviews/create/ HTTP/1.1" 200 68422 WARNING 2025-10-02 12:20:45,748 log 81267 6198226944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:20:45,748 basehttp 81267 6198226944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 12:20:45,815 basehttp 81267 6215053312 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 12:20:45,818 basehttp 81267 6198226944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:21:18,644 basehttp 81267 6198226944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:21:18,647 basehttp 81267 6215053312 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:21:18,649 basehttp 81267 6231879680 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:21:18,654 basehttp 81267 6248706048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:21:45,805 basehttp 81267 6248706048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:22:09,111 basehttp 81267 6248706048 "GET /en/hr/reviews/create/ HTTP/1.1" 200 68352 WARNING 2025-10-02 12:22:09,119 log 81267 6248706048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:22:09,120 basehttp 81267 6248706048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 12:22:09,169 basehttp 81267 6248706048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 12:22:09,198 basehttp 81267 6248706048 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 12:22:18,647 basehttp 81267 6231879680 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:22:18,650 basehttp 81267 6215053312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:22:18,651 basehttp 81267 6198226944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:22:18,656 basehttp 81267 6231879680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:22:42,502 basehttp 81267 6231879680 "GET /en/hr/reviews/create/ HTTP/1.1" 200 68078 WARNING 2025-10-02 12:22:42,512 log 81267 6231879680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:22:42,512 basehttp 81267 6231879680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 12:22:42,577 basehttp 81267 6198226944 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 12:22:42,581 basehttp 81267 6231879680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:23:18,696 basehttp 81267 6215053312 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:23:18,700 basehttp 81267 6231879680 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:23:18,723 basehttp 81267 6198226944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:23:18,754 basehttp 81267 6231879680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:23:42,560 basehttp 81267 6231879680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:24:18,623 basehttp 81267 6231879680 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:24:29,908 basehttp 81267 6231879680 "GET /en/hr/reviews/create/ HTTP/1.1" 200 68206 WARNING 2025-10-02 12:24:29,921 log 81267 6231879680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:24:29,921 basehttp 81267 6231879680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 12:24:29,985 basehttp 81267 6198226944 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 12:24:29,990 basehttp 81267 6231879680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:25:18,623 basehttp 81267 6231879680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:25:18,623 basehttp 81267 6215053312 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:25:18,626 basehttp 81267 6198226944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:25:18,632 basehttp 81267 6248706048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:25:29,956 basehttp 81267 6248706048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:26:18,612 basehttp 81267 6248706048 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:26:18,616 basehttp 81267 6231879680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:26:18,618 basehttp 81267 6198226944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:26:18,622 basehttp 81267 6248706048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:26:29,955 basehttp 81267 6248706048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:27:18,617 basehttp 81267 6248706048 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:27:18,624 basehttp 81267 6231879680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:27:18,624 basehttp 81267 6198226944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:27:18,630 basehttp 81267 6248706048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:27:29,961 basehttp 81267 6248706048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:28:11,006 basehttp 81267 6248706048 "GET /en/hr/reviews/create/ HTTP/1.1" 200 68572 WARNING 2025-10-02 12:28:11,015 log 81267 6248706048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:28:11,015 basehttp 81267 6248706048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 12:28:11,083 basehttp 81267 6248706048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 12:28:11,094 basehttp 81267 6248706048 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 12:28:18,605 basehttp 81267 6231879680 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 WARNING 2025-10-02 12:28:52,558 log 81267 6231879680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:28:52,559 basehttp 81267 6231879680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 12:28:52,618 basehttp 81267 6231879680 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 12:29:09,238 basehttp 81267 6198226944 "GET /en/hr/reviews/208/delete/ HTTP/1.1" 200 24675 WARNING 2025-10-02 12:29:09,253 log 81267 6198226944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:29:09,254 basehttp 81267 6198226944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 12:29:09,295 basehttp 81267 6198226944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 12:29:09,301 basehttp 81267 6198226944 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 12:29:12,546 basehttp 81267 6215053312 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 12:29:12,549 log 81267 6198226944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:29:12,549 basehttp 81267 6198226944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 12:29:12,554 log 81267 6198226944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:29:12,555 basehttp 81267 6198226944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 12:29:18,640 basehttp 81267 6198226944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:29:18,642 basehttp 81267 6215053312 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:29:18,644 basehttp 81267 6231879680 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:29:18,649 basehttp 81267 6198226944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 12:29:23,564 log 81267 6198226944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:29:23,564 basehttp 81267 6198226944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 12:29:23,622 basehttp 81267 6198226944 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 12:29:24,573 log 81267 6231879680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:29:24,574 basehttp 81267 6231879680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 12:29:24,637 basehttp 81267 6231879680 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 12:29:26,223 log 81267 6215053312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:29:26,223 basehttp 81267 6215053312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 12:29:55,610 basehttp 81267 6215053312 "GET /en/hr/employees/9/clock-controls/ HTTP/1.1" 200 500 WARNING 2025-10-02 12:29:55,623 log 81267 6215053312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:29:55,623 basehttp 81267 6215053312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 12:30:00,825 log 81267 6215053312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:30:00,826 basehttp 81267 6215053312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 12:30:13,229 basehttp 81267 6215053312 "GET /en/hr/api HTTP/1.1" 301 0 INFO 2025-10-02 12:30:13,247 basehttp 81267 6198226944 "GET /en/hr/api/ HTTP/1.1" 200 10132 WARNING 2025-10-02 12:30:13,260 log 81267 6198226944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:30:13,262 basehttp 81267 6198226944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 12:30:13,263 basehttp 81267 6248706048 "GET /static/rest_framework/css/prettify.css HTTP/1.1" 200 817 INFO 2025-10-02 12:30:13,264 basehttp 81267 6265532416 "GET /static/rest_framework/css/default.css HTTP/1.1" 200 1152 INFO 2025-10-02 12:30:13,265 basehttp 81267 6231879680 "GET /static/rest_framework/css/bootstrap-tweaks.css HTTP/1.1" 200 3426 INFO 2025-10-02 12:30:13,266 basehttp 81267 6198226944 "GET /static/rest_framework/js/ajax-form.js HTTP/1.1" 200 3796 INFO 2025-10-02 12:30:13,266 basehttp 81267 6248706048 "GET /static/rest_framework/js/csrf.js HTTP/1.1" 200 1793 INFO 2025-10-02 12:30:13,268 basehttp 81267 6198226944 "GET /static/rest_framework/js/default.js HTTP/1.1" 200 1268 INFO 2025-10-02 12:30:13,269 basehttp 81267 6231879680 "GET /static/rest_framework/js/prettify-min.js HTTP/1.1" 200 13632 INFO 2025-10-02 12:30:13,270 basehttp 81267 6282358784 "GET /static/rest_framework/js/jquery-3.7.1.min.js HTTP/1.1" 200 87533 INFO 2025-10-02 12:30:13,270 basehttp 81267 6248706048 "GET /static/rest_framework/js/load-ajax-form.js HTTP/1.1" 200 59 INFO 2025-10-02 12:30:13,271 basehttp 81267 6265532416 "GET /static/rest_framework/js/bootstrap.min.js HTTP/1.1" 200 39680 INFO 2025-10-02 12:30:13,271 basehttp 81267 6215053312 "GET /static/rest_framework/css/bootstrap.min.css HTTP/1.1" 200 121457 INFO 2025-10-02 12:30:13,282 basehttp 81267 6215053312 "GET /static/rest_framework/img/grid.png HTTP/1.1" 200 1458 INFO 2025-10-02 12:30:13,286 basehttp 81267 6215053312 "GET /static/rest_framework/css/bootstrap.min.css.map HTTP/1.1" 200 540434 ERROR 2025-10-02 12:30:16,068 log 81267 6215053312 Internal Server Error: /en/hr/api/employees/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/csrf.py", line 65, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/rest_framework/viewsets.py", line 125, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/rest_framework/views.py", line 515, in dispatch response = self.handle_exception(exc) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/rest_framework/views.py", line 475, in handle_exception self.raise_uncaught_exception(exc) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception raise exc File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/rest_framework/views.py", line 512, in dispatch response = handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/rest_framework/mixins.py", line 38, in list queryset = self.filter_queryset(self.get_queryset()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/rest_framework/generics.py", line 154, in filter_queryset queryset = backend().filter_queryset(self.request, queryset, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django_filters/rest_framework/backends.py", line 66, in filter_queryset filterset = self.get_filterset(request, queryset, view) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django_filters/rest_framework/backends.py", line 18, in get_filterset filterset_class = self.get_filterset_class(view, queryset) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django_filters/rest_framework/backends.py", line 49, in get_filterset_class class AutoFilterSet(self.filterset_base): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django_filters/filterset.py", line 82, in __new__ new_class.base_filters = new_class.get_filters() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django_filters/filterset.py", line 371, in get_filters raise TypeError( TypeError: 'Meta.fields' must not contain non-model field names: is_active ERROR 2025-10-02 12:30:16,070 basehttp 81267 6215053312 "GET /en/hr/api/employees/ HTTP/1.1" 500 130259 WARNING 2025-10-02 12:30:16,080 log 81267 6215053312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:30:16,080 basehttp 81267 6215053312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 12:30:18,636 basehttp 81267 6215053312 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:30:18,640 basehttp 81267 6265532416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:30:18,640 basehttp 81267 6282358784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:30:18,647 basehttp 81267 6265532416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 12:30:19,202 log 81267 6265532416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:30:19,203 basehttp 81267 6265532416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 12:30:19,210 log 81267 6265532416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:30:19,211 basehttp 81267 6265532416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 12:30:20,891 log 81267 6265532416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:30:20,891 basehttp 81267 6265532416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-10-02 12:31:13,591 log 81267 6265532416 Internal Server Error: /en/hr/htmx/department-tree/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 1282, in department_tree departments = Department.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'parent' into field. Choices are: accreditation_body, accreditation_required, annual_budget, audit_plans, authorized_positions, bloodrequest, code, cost_center, created_at, created_by, created_by_id, department_head, department_head_id, department_id, department_type, description, email, employees, extension, id, improvement_projects, is_24_hour, is_active, last_inspection_date, location, name, next_inspection_date, notes, operating_hours, parent_department, parent_department_id, phone, qualityindicator, schedule_assignments, sub_departments, tenant, tenant_id, time_entries, updated_at, waiting_list_entries ERROR 2025-10-02 12:31:13,594 basehttp 81267 6265532416 "GET /en/hr/htmx/department-tree/ HTTP/1.1" 500 119656 WARNING 2025-10-02 12:31:13,608 log 81267 6265532416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:31:13,608 basehttp 81267 6265532416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 12:31:18,627 basehttp 81267 6282358784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:31:18,628 basehttp 81267 6265532416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:31:44,243 autoreload 81267 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 12:31:44,815 autoreload 94338 8313250112 Watching for file changes with StatReloader ERROR 2025-10-02 12:31:45,911 log 94338 6127906816 Internal Server Error: /en/hr/htmx/department-tree/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 1287, in department_tree return render(request, 'core/partials/department_tree.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 19, in get_template raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: core/partials/department_tree.html ERROR 2025-10-02 12:31:45,914 basehttp 94338 6127906816 "GET /en/hr/htmx/department-tree/ HTTP/1.1" 500 94530 WARNING 2025-10-02 12:31:45,926 log 94338 6127906816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:31:45,927 basehttp 94338 6127906816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-10-02 12:31:47,969 log 94338 6127906816 Internal Server Error: /en/hr/htmx/department-tree/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 1287, in department_tree return render(request, 'core/partials/department_tree.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 19, in get_template raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: core/partials/department_tree.html ERROR 2025-10-02 12:31:47,969 basehttp 94338 6127906816 "GET /en/hr/htmx/department-tree/ HTTP/1.1" 500 94530 WARNING 2025-10-02 12:31:47,981 log 94338 6127906816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:31:47,981 basehttp 94338 6127906816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 12:32:18,653 basehttp 94338 6127906816 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:32:18,653 basehttp 94338 6161559552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:32:18,696 basehttp 94338 6144733184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:33:18,625 basehttp 94338 6161559552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:33:18,625 basehttp 94338 6127906816 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:33:18,627 basehttp 94338 6144733184 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:34:18,617 basehttp 94338 6144733184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:34:18,617 basehttp 94338 6161559552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:34:18,623 basehttp 94338 6161559552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:35:18,629 basehttp 94338 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:35:18,630 basehttp 94338 6161559552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:35:18,632 basehttp 94338 6144733184 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 ERROR 2025-10-02 12:35:23,987 log 94338 6144733184 Internal Server Error: /en/hr/htmx/department-tree/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 1287, in department_tree return render(request, 'core/partials/department_tree.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 19, in get_template raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: core/partials/department_tree.html ERROR 2025-10-02 12:35:23,988 basehttp 94338 6144733184 "GET /en/hr/htmx/department-tree/ HTTP/1.1" 500 94530 WARNING 2025-10-02 12:35:23,997 log 94338 6144733184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:35:23,997 basehttp 94338 6144733184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-10-02 12:35:25,449 log 94338 6144733184 Internal Server Error: /en/hr/htmx/department-tree/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 1287, in department_tree return render(request, 'core/partials/department_tree.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 19, in get_template raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: core/partials/department_tree.html ERROR 2025-10-02 12:35:25,449 basehttp 94338 6144733184 "GET /en/hr/htmx/department-tree/ HTTP/1.1" 500 94530 WARNING 2025-10-02 12:35:25,459 log 94338 6144733184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:35:25,459 basehttp 94338 6144733184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 12:36:14,913 autoreload 94338 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 12:36:15,474 autoreload 96600 8313250112 Watching for file changes with StatReloader ERROR 2025-10-02 12:36:16,388 log 96600 6167212032 Internal Server Error: /en/hr/htmx/department-tree/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 1287, in department_tree return render(request, 'hr/departments/department_tree.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1951, in _fetch_all self._prefetch_related_objects() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1328, in _prefetch_related_objects prefetch_related_objects(self._result_cache, *self._prefetch_related_lookups) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 2372, in prefetch_related_objects raise AttributeError( AttributeError: Cannot find 'children' on Department object, 'children' is an invalid parameter to prefetch_related() ERROR 2025-10-02 12:36:16,392 basehttp 96600 6167212032 "GET /en/hr/htmx/department-tree/ HTTP/1.1" 500 140135 WARNING 2025-10-02 12:36:16,406 log 96600 6167212032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:36:16,406 basehttp 96600 6167212032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 12:36:18,712 basehttp 96600 6167212032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-10-02 12:36:18,732 log 96600 13321187328 Internal Server Error: /en/hr/htmx/department-tree/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 1287, in department_tree return render(request, 'hr/departments/department_tree.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1951, in _fetch_all self._prefetch_related_objects() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1328, in _prefetch_related_objects prefetch_related_objects(self._result_cache, *self._prefetch_related_lookups) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 2372, in prefetch_related_objects raise AttributeError( AttributeError: Cannot find 'children' on Department object, 'children' is an invalid parameter to prefetch_related() INFO 2025-10-02 12:36:18,732 basehttp 96600 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 ERROR 2025-10-02 12:36:18,733 basehttp 96600 13321187328 "GET /en/hr/htmx/department-tree/ HTTP/1.1" 500 140135 WARNING 2025-10-02 12:36:18,744 log 96600 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:36:18,744 basehttp 96600 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 12:36:54,280 autoreload 96600 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 12:36:54,829 autoreload 96947 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 12:36:56,018 basehttp 96947 6341865472 "GET /en/hr/htmx/department-tree/ HTTP/1.1" 200 192536 WARNING 2025-10-02 12:36:56,031 log 96947 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:36:56,032 basehttp 96947 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 12:37:00,360 basehttp 96947 6341865472 "GET /en/hr/htmx/department-tree/ HTTP/1.1" 200 192536 WARNING 2025-10-02 12:37:00,373 log 96947 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:37:00,373 basehttp 96947 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-10-02 12:37:06,709 log 96947 6341865472 Internal Server Error: /en/hr/departments/30/assign-head/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 1490, in assign_department_head return render(request, 'hr/departments/assign_department_head.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'department_detail' not found. 'department_detail' is not a valid view function or pattern name. ERROR 2025-10-02 12:37:06,711 basehttp 96947 6341865472 "GET /en/hr/departments/30/assign-head/ HTTP/1.1" 500 172824 WARNING 2025-10-02 12:37:06,718 log 96947 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:37:06,719 basehttp 96947 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 12:37:18,624 basehttp 96947 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:37:18,624 basehttp 96947 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:37:18,625 basehttp 96947 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:37:18,631 basehttp 96947 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:38:18,617 basehttp 96947 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:38:18,620 basehttp 96947 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:38:18,620 basehttp 96947 6358691840 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:39:16,047 basehttp 96947 6375518208 "GET /en/hr/departments/30/assign-head/ HTTP/1.1" 200 39698 WARNING 2025-10-02 12:39:16,059 log 96947 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:39:16,060 basehttp 96947 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 12:39:16,122 basehttp 96947 6358691840 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 12:39:16,128 basehttp 96947 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:39:18,612 basehttp 96947 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:39:18,613 basehttp 96947 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 ERROR 2025-10-02 12:39:45,558 log 96947 6341865472 Internal Server Error: /en/hr/departments/30/assign-head/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 1406, in assign_department_head AuditLogger.log_event( TypeError: AuditLogger.log_event() missing 1 required positional argument: 'tenant' ERROR 2025-10-02 12:39:45,559 basehttp 96947 6341865472 "POST /en/hr/departments/30/assign-head/ HTTP/1.1" 500 75061 WARNING 2025-10-02 12:39:45,569 log 96947 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:39:45,570 basehttp 96947 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 12:40:18,701 basehttp 96947 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:40:18,703 basehttp 96947 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:40:18,704 basehttp 96947 6358691840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:40:18,708 basehttp 96947 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:41:11,926 autoreload 96947 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 12:41:12,339 autoreload 98947 8313250112 Watching for file changes with StatReloader ERROR 2025-10-02 12:41:13,081 log 98947 6202699776 Internal Server Error: /en/hr/departments/30/assign-head/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 1422, in assign_department_head department.department_head = user ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_descriptors.py", line 291, in __set__ raise ValueError( ValueError: Cannot assign "": "Department.department_head" must be a "Employee" instance. ERROR 2025-10-02 12:41:13,082 basehttp 98947 6202699776 "POST /en/hr/departments/30/assign-head/ HTTP/1.1" 500 79666 WARNING 2025-10-02 12:41:13,093 log 98947 6202699776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:41:13,093 basehttp 98947 6202699776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 12:41:18,695 basehttp 98947 6202699776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:42:18,713 basehttp 98947 6202699776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:42:18,767 basehttp 98947 6219526144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:42:18,768 basehttp 98947 6236352512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:42:18,774 basehttp 98947 6236352512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:43:18,720 basehttp 98947 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:43:18,720 basehttp 98947 6219526144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:43:18,721 basehttp 98947 6236352512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:44:18,709 basehttp 98947 6236352512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:44:18,711 basehttp 98947 6202699776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:45:18,721 basehttp 98947 6219526144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:45:18,722 basehttp 98947 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:45:18,724 basehttp 98947 6236352512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:45:18,729 basehttp 98947 6219526144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-10-02 12:45:36,191 log 98947 6219526144 Internal Server Error: /en/hr/departments/30/assign-head/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 1422, in assign_department_head department.department_head = user ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_descriptors.py", line 291, in __set__ raise ValueError( ValueError: Cannot assign "": "Department.department_head" must be a "Employee" instance. ERROR 2025-10-02 12:45:36,192 basehttp 98947 6219526144 "POST /en/hr/departments/30/assign-head/ HTTP/1.1" 500 79666 WARNING 2025-10-02 12:45:36,204 log 98947 6219526144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:45:36,205 basehttp 98947 6219526144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 12:46:18,711 basehttp 98947 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:46:18,711 basehttp 98947 6236352512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:46:18,713 basehttp 98947 6219526144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:46:44,652 autoreload 98947 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 12:46:45,054 autoreload 2199 8313250112 Watching for file changes with StatReloader WARNING 2025-10-02 12:46:45,496 log 2199 6128267264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:46:45,496 basehttp 2199 6128267264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 12:46:45,540 basehttp 2199 6128267264 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 12:46:46,336 basehttp 2199 6145093632 "GET /en/hr/departments/30/assign-head/ HTTP/1.1" 200 39698 WARNING 2025-10-02 12:46:46,347 log 2199 6145093632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:46:46,347 basehttp 2199 6145093632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 12:46:46,378 basehttp 2199 6145093632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 12:46:46,394 basehttp 2199 6145093632 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 12:47:18,725 basehttp 2199 6128267264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:47:18,726 basehttp 2199 6161920000 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:47:18,728 basehttp 2199 6145093632 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:47:46,391 basehttp 2199 6145093632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:48:18,710 basehttp 2199 6161920000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:48:18,714 basehttp 2199 6145093632 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:48:18,721 basehttp 2199 6128267264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:48:46,397 basehttp 2199 6128267264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:49:03,654 basehttp 2199 6128267264 "GET /en/hr/departments/30/assign-head/ HTTP/1.1" 200 39696 WARNING 2025-10-02 12:49:03,663 log 2199 6128267264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:49:03,663 basehttp 2199 6128267264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 12:49:03,704 basehttp 2199 6145093632 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 12:49:03,721 basehttp 2199 6128267264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:49:18,693 basehttp 2199 6128267264 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:49:18,694 basehttp 2199 6161920000 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:50:03,716 basehttp 2199 6161920000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:50:18,721 basehttp 2199 6161920000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:50:18,722 basehttp 2199 6145093632 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:50:18,723 basehttp 2199 6128267264 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:50:18,730 basehttp 2199 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-10-02 12:50:56,613 log 2199 13304360960 Internal Server Error: /en/hr/departments/30/assign-head/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 1445, in assign_department_head return redirect('core:department_detail', pk=department.pk) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 51, in redirect resolve_url(to, *args, **kwargs), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 184, in resolve_url return reverse(to, args=args, kwargs=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'department_detail' not found. 'department_detail' is not a valid view function or pattern name. ERROR 2025-10-02 12:50:56,614 basehttp 2199 13304360960 "POST /en/hr/departments/30/assign-head/ HTTP/1.1" 500 95638 WARNING 2025-10-02 12:50:56,622 log 2199 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:50:56,623 basehttp 2199 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 12:51:18,726 basehttp 2199 6128267264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:51:18,728 basehttp 2199 6161920000 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:51:18,731 basehttp 2199 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:51:18,738 basehttp 2199 6145093632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:51:35,233 autoreload 2199 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 12:51:35,739 autoreload 4505 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 12:51:36,701 basehttp 4505 6126448640 "POST /en/hr/departments/30/assign-head/ HTTP/1.1" 302 0 INFO 2025-10-02 12:51:36,717 basehttp 4505 6126448640 "GET /en/hr/departments/30/ HTTP/1.1" 200 42689 WARNING 2025-10-02 12:51:36,734 log 4505 6143275008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:51:36,735 basehttp 4505 6143275008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 12:51:36,735 basehttp 4505 6143275008 - Broken pipe from ('127.0.0.1', 57628) INFO 2025-10-02 12:51:36,735 basehttp 4505 6126448640 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-10-02 12:51:36,738 basehttp 4505 6126448640 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-10-02 12:51:36,803 basehttp 4505 6126448640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 12:51:36,806 basehttp 4505 6126448640 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 12:52:18,705 basehttp 4505 6126448640 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:52:36,801 basehttp 4505 6126448640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:52:37,862 basehttp 4505 6126448640 "GET /en/hr/departments/30/ HTTP/1.1" 200 41945 WARNING 2025-10-02 12:52:37,877 log 4505 6126448640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:52:37,877 basehttp 4505 6126448640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 12:52:37,916 basehttp 4505 6126448640 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 12:52:37,925 basehttp 4505 6143275008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:52:56,395 basehttp 4505 6143275008 "GET /en/hr/departments/30/ HTTP/1.1" 200 41946 WARNING 2025-10-02 12:52:56,402 log 4505 6143275008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:52:56,402 basehttp 4505 6143275008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 12:52:56,440 basehttp 4505 6143275008 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 12:52:56,448 basehttp 4505 6126448640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:52:57,660 basehttp 4505 6126448640 "GET /en/hr/departments/30/ HTTP/1.1" 200 41946 WARNING 2025-10-02 12:52:57,668 log 4505 6126448640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:52:57,668 basehttp 4505 6126448640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 12:52:57,717 basehttp 4505 6126448640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 12:52:57,718 basehttp 4505 6143275008 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 12:53:18,760 basehttp 4505 6126448640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:53:18,763 basehttp 4505 6143275008 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:53:18,766 basehttp 4505 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:53:18,776 basehttp 4505 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:53:27,469 basehttp 4505 6160101376 "GET /en/hr/departments/30/ HTTP/1.1" 200 41977 WARNING 2025-10-02 12:53:27,485 log 4505 6160101376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:53:27,485 basehttp 4505 6160101376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 12:53:27,517 basehttp 4505 6160101376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 12:53:27,526 basehttp 4505 6143275008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:53:29,568 basehttp 4505 6143275008 "GET /en/hr/departments/30/ HTTP/1.1" 200 41977 WARNING 2025-10-02 12:53:29,578 log 4505 6143275008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:53:29,578 basehttp 4505 6143275008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 12:53:29,613 basehttp 4505 6143275008 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 12:53:29,623 basehttp 4505 6126448640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:53:43,745 basehttp 4505 6126448640 "GET /en/hr/departments/30/ HTTP/1.1" 200 41978 WARNING 2025-10-02 12:53:43,752 log 4505 6126448640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:53:43,752 basehttp 4505 6126448640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 12:53:43,789 basehttp 4505 6126448640 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 12:53:43,797 basehttp 4505 6143275008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:53:44,658 basehttp 4505 6143275008 "GET /en/hr/departments/30/ HTTP/1.1" 200 41978 WARNING 2025-10-02 12:53:44,665 log 4505 6143275008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:53:44,665 basehttp 4505 6143275008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 12:53:44,702 basehttp 4505 6143275008 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 12:53:44,710 basehttp 4505 6126448640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:53:57,507 basehttp 4505 6126448640 "GET /en/hr/employees/30/ HTTP/1.1" 200 36013 WARNING 2025-10-02 12:53:57,522 log 4505 6126448640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:53:57,522 basehttp 4505 6126448640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 12:53:57,577 basehttp 4505 6126448640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 12:53:57,579 basehttp 4505 6126448640 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 12:53:57,580 basehttp 4505 6143275008 "GET /en/hr/employees/30/clock-controls/ HTTP/1.1" 200 503 WARNING 2025-10-02 12:53:59,751 basehttp 4505 6143275008 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 12:53:59,753 log 4505 6126448640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:53:59,753 basehttp 4505 6126448640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 12:53:59,760 log 4505 6126448640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:53:59,760 basehttp 4505 6126448640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 12:54:18,694 basehttp 4505 6126448640 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:54:44,730 basehttp 4505 6126448640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:55:18,711 basehttp 4505 6126448640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:55:18,718 basehttp 4505 6143275008 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:55:18,720 basehttp 4505 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:55:18,722 basehttp 4505 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:55:30,947 autoreload 4505 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 12:55:31,447 autoreload 6440 8313250112 Watching for file changes with StatReloader ERROR 2025-10-02 12:55:34,219 log 6440 6192476160 Internal Server Error: /en/hr/departments/30/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '(employment_type='PART_TIME').count' from 'employees.filter(employment_type='PART_TIME').count' ERROR 2025-10-02 12:55:34,227 basehttp 6440 6192476160 "GET /en/hr/departments/30/ HTTP/1.1" 500 218199 WARNING 2025-10-02 12:55:34,241 log 6440 6192476160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:55:34,242 basehttp 6440 6192476160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 12:56:18,735 basehttp 6440 6192476160 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:56:18,751 basehttp 6440 6226128896 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:56:18,802 basehttp 6440 6209302528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:57:18,749 basehttp 6440 6192476160 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:57:18,751 basehttp 6440 6226128896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:57:18,753 basehttp 6440 6209302528 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:57:18,759 basehttp 6440 6192476160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:57:38,351 autoreload 6440 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 12:57:38,823 autoreload 7456 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 12:57:39,478 basehttp 7456 6161068032 "GET /en/hr/departments/30/ HTTP/1.1" 200 41947 WARNING 2025-10-02 12:57:39,493 log 7456 6161068032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:57:39,493 basehttp 7456 6161068032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 12:57:39,564 basehttp 7456 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 12:57:39,569 basehttp 7456 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:58:04,183 basehttp 7456 6161068032 "GET /en/hr/departments/30/update/ HTTP/1.1" 200 43967 WARNING 2025-10-02 12:58:04,194 log 7456 6161068032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 12:58:04,195 basehttp 7456 6161068032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 12:58:04,197 basehttp 7456 6325039104 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 WARNING 2025-10-02 12:58:04,242 basehttp 7456 6161068032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 12:58:04,249 basehttp 7456 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:58:18,745 basehttp 7456 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:58:18,747 basehttp 7456 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 12:59:04,258 basehttp 7456 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:59:18,750 basehttp 7456 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 12:59:18,751 basehttp 7456 6161068032 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 12:59:18,752 basehttp 7456 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:00:04,260 basehttp 7456 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:00:18,748 basehttp 7456 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:00:18,748 basehttp 7456 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:00:18,750 basehttp 7456 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:00:18,755 basehttp 7456 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:00:37,336 autoreload 7456 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/forms.py changed, reloading. INFO 2025-10-02 13:00:37,858 autoreload 8928 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 13:01:04,318 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:01:18,695 basehttp 8928 6156398592 "GET /en/hr/departments/30/update/ HTTP/1.1" 200 44234 WARNING 2025-10-02 13:01:18,705 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 13:01:18,705 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 13:01:18,740 basehttp 8928 13321187328 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 13:01:18,745 basehttp 8928 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:01:18,747 basehttp 8928 6173224960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:01:18,751 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:01:18,759 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:01:18,772 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:02:18,740 basehttp 8928 6156398592 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:02:18,753 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:03:18,743 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:03:18,745 basehttp 8928 6173224960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:03:18,746 basehttp 8928 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:03:18,750 basehttp 8928 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:03:18,756 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:04:18,767 basehttp 8928 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:04:18,768 basehttp 8928 6173224960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:04:18,769 basehttp 8928 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:04:18,775 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:04:18,782 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:05:18,747 basehttp 8928 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:05:18,753 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:05:18,754 basehttp 8928 13321187328 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:05:18,762 basehttp 8928 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:06:18,754 basehttp 8928 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:06:18,756 basehttp 8928 6156398592 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:06:18,768 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:07:18,768 basehttp 8928 13321187328 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:07:18,769 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:07:18,771 basehttp 8928 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:07:18,776 basehttp 8928 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:07:18,783 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:08:18,754 basehttp 8928 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:08:18,755 basehttp 8928 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:08:18,755 basehttp 8928 6156398592 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:08:18,777 basehttp 8928 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:09:18,771 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:09:18,773 basehttp 8928 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:09:18,774 basehttp 8928 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:09:18,780 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:09:18,787 basehttp 8928 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:10:18,761 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:10:18,762 basehttp 8928 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:10:18,789 basehttp 8928 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:11:18,790 basehttp 8928 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:11:18,791 basehttp 8928 6173224960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:11:18,792 basehttp 8928 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:11:18,807 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:12:18,781 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:12:18,784 basehttp 8928 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:12:18,790 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:12:18,814 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:13:18,778 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:13:18,779 basehttp 8928 6173224960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:13:18,780 basehttp 8928 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:13:19,768 basehttp 8928 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:14:18,785 basehttp 8928 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:14:18,786 basehttp 8928 6173224960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:14:18,786 basehttp 8928 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:14:21,779 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:15:18,775 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:15:18,779 basehttp 8928 6173224960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:15:18,785 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:16:18,788 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:16:18,788 basehttp 8928 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:16:18,790 basehttp 8928 6173224960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:16:18,795 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:17:18,798 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:17:18,798 basehttp 8928 6156398592 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:17:18,799 basehttp 8928 6173224960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:18:18,798 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:18:18,799 basehttp 8928 6156398592 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:18:18,801 basehttp 8928 6173224960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:18:18,806 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:18:18,813 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:19:18,787 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:19:18,789 basehttp 8928 6173224960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:20:18,802 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:20:18,802 basehttp 8928 6156398592 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:20:18,804 basehttp 8928 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:20:18,809 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:21:18,789 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:21:18,790 basehttp 8928 6156398592 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:22:18,775 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:22:18,782 basehttp 8928 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:22:18,784 basehttp 8928 6173224960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:22:18,785 basehttp 8928 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:22:18,791 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:23:18,806 basehttp 8928 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:23:18,806 basehttp 8928 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:23:18,807 basehttp 8928 6173224960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:23:18,816 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:24:18,796 basehttp 8928 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:24:18,799 basehttp 8928 6173224960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:24:18,805 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:25:18,803 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:25:18,804 basehttp 8928 6173224960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:25:18,806 basehttp 8928 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:26:18,789 basehttp 8928 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:26:18,791 basehttp 8928 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:26:18,792 basehttp 8928 6173224960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:26:18,798 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:26:18,804 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:27:18,763 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:27:18,764 basehttp 8928 6173224960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:28:18,778 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:28:18,779 basehttp 8928 6173224960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:28:18,781 basehttp 8928 6156398592 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:28:18,786 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:28:18,793 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:29:18,777 basehttp 8928 6173224960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:29:18,778 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:29:18,780 basehttp 8928 6156398592 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:30:18,766 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:30:18,769 basehttp 8928 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:30:18,775 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:31:18,775 basehttp 8928 6156398592 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:31:18,776 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:31:18,777 basehttp 8928 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:31:18,784 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:32:18,750 basehttp 8928 6173224960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:32:18,758 basehttp 8928 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:32:18,758 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:32:18,765 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:33:18,761 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:33:18,762 basehttp 8928 6156398592 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:34:18,778 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:34:18,779 basehttp 8928 6156398592 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:34:18,782 basehttp 8928 6173224960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:34:18,787 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:34:18,793 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:35:18,782 basehttp 8928 6173224960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:35:18,783 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:35:18,786 basehttp 8928 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:35:18,792 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:36:18,770 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:36:18,770 basehttp 8928 6173224960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:37:18,789 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:37:18,790 basehttp 8928 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:37:18,790 basehttp 8928 6156398592 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:37:18,799 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:38:18,774 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:38:18,776 basehttp 8928 6156398592 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:38:18,783 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:39:18,783 basehttp 8928 6173224960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:39:18,786 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:39:18,787 basehttp 8928 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:40:18,787 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:40:18,788 basehttp 8928 6156398592 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:40:18,790 basehttp 8928 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:40:18,795 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:40:18,801 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:41:18,786 basehttp 8928 6173224960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:41:18,786 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:41:18,788 basehttp 8928 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:41:18,794 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:42:18,772 basehttp 8928 6173224960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:42:18,780 basehttp 8928 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:42:18,781 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:42:18,788 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:43:18,775 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:43:18,777 basehttp 8928 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:44:18,786 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:44:18,786 basehttp 8928 6156398592 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:44:18,788 basehttp 8928 6173224960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:44:18,794 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:44:18,800 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:45:18,775 basehttp 8928 6173224960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:45:18,777 basehttp 8928 6156398592 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:46:18,774 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:46:18,778 basehttp 8928 6173224960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:46:18,784 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:46:18,792 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:47:18,778 basehttp 8928 6173224960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:47:18,784 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:47:18,785 basehttp 8928 6156398592 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:48:18,792 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:48:18,793 basehttp 8928 6173224960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:48:18,794 basehttp 8928 6156398592 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:48:18,801 basehttp 8928 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:49:18,791 basehttp 8928 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:49:18,793 basehttp 8928 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:49:18,795 basehttp 8928 6156398592 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:49:18,800 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:50:18,789 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:50:18,789 basehttp 8928 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:50:18,790 basehttp 8928 6173224960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:50:18,798 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:51:18,781 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:51:18,783 basehttp 8928 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:52:18,794 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:52:18,794 basehttp 8928 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:52:18,795 basehttp 8928 6156398592 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:52:18,803 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:53:18,798 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:53:18,801 basehttp 8928 6156398592 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:53:18,803 basehttp 8928 6173224960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:53:18,807 basehttp 8928 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:54:18,786 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:54:18,787 basehttp 8928 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:54:18,794 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:54:18,802 basehttp 8928 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 13:54:54,497 log 8928 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 13:54:54,497 basehttp 8928 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 13:54:54,578 basehttp 8928 13321187328 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 13:54:55,353 basehttp 8928 6173224960 "GET /en/hr/departments/30/assign-head/ HTTP/1.1" 200 37371 WARNING 2025-10-02 13:54:55,364 log 8928 6173224960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 13:54:55,364 basehttp 8928 6173224960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 13:54:55,440 basehttp 8928 6173224960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 13:54:56,345 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 13:54:56,346 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 13:54:57,713 basehttp 8928 6156398592 "GET /en/hr/htmx/department-tree/ HTTP/1.1" 200 192533 WARNING 2025-10-02 13:54:57,721 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 13:54:57,721 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 13:55:02,500 basehttp 8928 6156398592 "GET /en/hr/employees/?department=34 HTTP/1.1" 200 57211 WARNING 2025-10-02 13:55:02,515 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 13:55:02,516 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 13:55:02,558 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 13:55:02,565 basehttp 8928 6156398592 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 13:55:18,776 basehttp 8928 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:55:18,781 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:55:18,782 basehttp 8928 6156398592 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 WARNING 2025-10-02 13:55:23,013 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 13:55:23,013 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 13:55:23,021 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 13:55:23,021 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 13:55:29,948 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 13:55:29,949 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 13:55:30,814 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 13:55:30,814 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 13:55:31,383 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 13:55:31,384 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 13:55:31,406 basehttp 8928 6156398592 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 13:55:34,551 log 8928 6173224960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 13:55:34,551 basehttp 8928 6173224960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 13:55:34,596 basehttp 8928 6173224960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 13:55:35,981 log 8928 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 13:55:35,981 basehttp 8928 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 13:55:36,032 basehttp 8928 13304360960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 13:55:36,837 log 8928 6156398592 Not Found: /en/hr/employees/training-management/ WARNING 2025-10-02 13:55:36,838 basehttp 8928 6156398592 "GET /en/hr/employees/training-management/ HTTP/1.1" 404 53462 WARNING 2025-10-02 13:55:36,852 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 13:55:36,852 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 13:55:37,612 log 8928 6156398592 Not Found: /en/hr/employees/traning WARNING 2025-10-02 13:55:37,612 basehttp 8928 6156398592 "GET /en/hr/employees/traning HTTP/1.1" 404 53423 WARNING 2025-10-02 13:55:37,623 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 13:55:37,623 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 13:55:38,522 basehttp 8928 6156398592 "GET /en/hr/employees/ HTTP/1.1" 200 127419 WARNING 2025-10-02 13:55:38,537 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 13:55:38,538 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 13:55:38,590 basehttp 8928 6156398592 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 13:55:40,459 basehttp 8928 6173224960 "GET /en/hr/ HTTP/1.1" 200 52008 WARNING 2025-10-02 13:55:40,479 log 8928 6173224960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 13:55:40,479 basehttp 8928 6173224960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 13:55:40,531 basehttp 8928 6173224960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 13:56:18,800 basehttp 8928 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:56:18,801 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:56:18,802 basehttp 8928 6173224960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:56:40,502 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:56:55,128 basehttp 8928 6173224960 "GET /en/hr/ HTTP/1.1" 200 236938 WARNING 2025-10-02 13:56:55,142 log 8928 6173224960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 13:56:55,142 basehttp 8928 6173224960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 13:56:55,193 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 13:56:55,209 basehttp 8928 6173224960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 13:57:18,706 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:57:18,707 basehttp 8928 6156398592 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:57:18,716 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:57:28,735 basehttp 8928 6173224960 "GET /en/hr/departments/32/ HTTP/1.1" 200 46264 WARNING 2025-10-02 13:57:28,752 log 8928 6173224960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 13:57:28,752 basehttp 8928 6173224960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 13:57:28,809 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 13:57:28,809 basehttp 8928 13304360960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 13:57:32,661 basehttp 8928 6173224960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 13:57:32,665 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 13:57:32,665 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 13:57:32,678 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 13:57:32,679 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 13:57:48,753 basehttp 8928 6156398592 "GET /en/hr/departments/create/?parent=22 HTTP/1.1" 200 44064 WARNING 2025-10-02 13:57:48,769 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 13:57:48,770 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 13:57:48,820 basehttp 8928 6156398592 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 13:57:48,826 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:57:53,037 basehttp 8928 6173224960 "GET /en/hr/departments/ HTTP/1.1" 200 133630 WARNING 2025-10-02 13:57:53,054 log 8928 6173224960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 13:57:53,055 basehttp 8928 6173224960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 13:57:53,063 basehttp 8928 13338013696 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-10-02 13:57:53,065 basehttp 8928 13321187328 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-10-02 13:57:53,065 basehttp 8928 6156398592 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-10-02 13:57:53,066 basehttp 8928 6173224960 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-10-02 13:57:53,067 basehttp 8928 13304360960 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 INFO 2025-10-02 13:57:53,071 basehttp 8928 13354840064 "GET /static/plugins/jszip/dist/jszip.min.js HTTP/1.1" 200 97630 INFO 2025-10-02 13:57:53,075 basehttp 8928 13321187328 "GET /static/plugins/pdfmake/build/vfs_fonts.js HTTP/1.1" 200 828866 INFO 2025-10-02 13:57:53,078 basehttp 8928 13338013696 "GET /static/plugins/pdfmake/build/pdfmake.min.js HTTP/1.1" 200 1400771 WARNING 2025-10-02 13:57:53,117 basehttp 8928 13338013696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 13:57:53,134 basehttp 8928 13321187328 "GET /static/plugins/pdfmake/build/pdfmake.min.js.map HTTP/1.1" 200 4214503 INFO 2025-10-02 13:57:53,146 basehttp 8928 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 13:57:55,495 basehttp 8928 13321187328 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 13:57:55,498 log 8928 13354840064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 13:57:55,499 basehttp 8928 13354840064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 13:57:55,514 log 8928 13354840064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 13:57:55,514 basehttp 8928 13354840064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 13:57:55,824 log 8928 6173224960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 13:57:55,825 basehttp 8928 13354840064 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 13:57:55,825 basehttp 8928 6173224960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 13:57:55,829 log 8928 6173224960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 13:57:55,830 basehttp 8928 6173224960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 13:57:55,832 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:58:18,718 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:58:18,719 basehttp 8928 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:58:18,721 basehttp 8928 6173224960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:58:18,727 basehttp 8928 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:58:55,838 basehttp 8928 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:59:18,692 basehttp 8928 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 13:59:18,695 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 13:59:18,695 basehttp 8928 6173224960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 13:59:55,832 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:00:18,693 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:00:18,695 basehttp 8928 6173224960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:00:25,593 basehttp 8928 6173224960 "GET /en/hr/ HTTP/1.1" 200 236939 WARNING 2025-10-02 14:00:25,607 log 8928 6173224960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:00:25,608 basehttp 8928 6173224960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:00:25,656 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:00:25,707 basehttp 8928 6173224960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:00:31,221 basehttp 8928 6156398592 "GET /en/hr/departments/30/ HTTP/1.1" 200 41947 WARNING 2025-10-02 14:00:31,237 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:00:31,237 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:00:31,289 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:00:31,291 basehttp 8928 13321187328 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:00:33,506 basehttp 8928 6156398592 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:00:33,507 log 8928 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:00:33,507 basehttp 8928 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:00:33,514 log 8928 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:00:33,514 basehttp 8928 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:01:18,711 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:01:18,720 basehttp 8928 6156398592 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:01:18,720 basehttp 8928 6173224960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:01:18,722 basehttp 8928 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:01:25,667 basehttp 8928 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:01:37,071 basehttp 8928 13321187328 "GET /en/hr/departments/30/ HTTP/1.1" 200 41947 WARNING 2025-10-02 14:01:37,089 log 8928 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:01:37,089 basehttp 8928 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:01:37,145 basehttp 8928 6173224960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:01:37,163 basehttp 8928 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:01:39,180 basehttp 8928 13321187328 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:01:39,181 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:01:39,182 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:01:39,187 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:01:39,187 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:01:49,925 basehttp 8928 6156398592 "GET /en/hr/departments/33/update/ HTTP/1.1" 200 44245 WARNING 2025-10-02 14:01:49,942 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:01:49,942 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:01:49,987 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:01:49,994 basehttp 8928 6156398592 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:01:56,278 basehttp 8928 13304360960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:01:56,280 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:01:56,281 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:01:56,286 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:01:56,287 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:02:13,549 basehttp 8928 6156398592 "GET /en/hr/departments/32/update/ HTTP/1.1" 200 44218 WARNING 2025-10-02 14:02:13,567 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:02:13,568 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:02:13,612 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:02:13,618 basehttp 8928 6156398592 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:02:18,717 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:02:18,717 basehttp 8928 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:02:18,718 basehttp 8928 6173224960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:02:25,376 basehttp 8928 6156398592 "POST /en/hr/departments/32/update/ HTTP/1.1" 200 44757 WARNING 2025-10-02 14:02:25,388 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:02:25,388 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:02:25,437 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:02:25,441 basehttp 8928 6156398592 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:02:35,763 basehttp 8928 6173224960 "GET /en/hr/departments/32/update/ HTTP/1.1" 200 44218 WARNING 2025-10-02 14:02:35,775 log 8928 6173224960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:02:35,775 basehttp 8928 6173224960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:02:35,831 basehttp 8928 6173224960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:02:36,470 log 8928 6173224960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:02:36,478 basehttp 8928 6173224960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:02:36,480 basehttp 8928 13304360960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:02:36,493 log 8928 6173224960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:02:36,493 basehttp 8928 6173224960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:02:36,498 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:02:37,579 basehttp 8928 6156398592 "GET /en/hr/ HTTP/1.1" 200 236939 WARNING 2025-10-02 14:02:37,598 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:02:37,599 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:02:37,653 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:02:37,683 basehttp 8928 6156398592 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:03:18,690 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:03:18,693 basehttp 8928 6156398592 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:03:18,697 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:03:37,663 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:04:18,717 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:04:18,717 basehttp 8928 6173224960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:04:18,719 basehttp 8928 6156398592 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:04:37,666 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:05:01,518 basehttp 8928 6156398592 "GET /en/hr/departments/31/ HTTP/1.1" 200 44109 WARNING 2025-10-02 14:05:01,549 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:05:01,549 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:05:01,584 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:05:01,585 basehttp 8928 13304360960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:05:18,720 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:05:18,720 basehttp 8928 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:05:18,721 basehttp 8928 6156398592 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 WARNING 2025-10-02 14:05:21,515 basehttp 8928 6156398592 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:05:21,521 log 8928 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:05:21,521 basehttp 8928 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:05:21,537 log 8928 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:05:21,537 basehttp 8928 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:05:37,662 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:06:04,633 basehttp 8928 13304360960 "GET /en/hr/ HTTP/1.1" 200 236545 WARNING 2025-10-02 14:06:04,656 log 8928 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:06:04,656 basehttp 8928 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:06:04,702 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:06:04,733 basehttp 8928 13304360960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:06:14,279 basehttp 8928 6173224960 "GET /en/hr/ HTTP/1.1" 200 236549 WARNING 2025-10-02 14:06:14,305 log 8928 6173224960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:06:14,305 basehttp 8928 6173224960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:06:14,349 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:06:14,372 basehttp 8928 6173224960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:06:18,698 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:06:18,699 basehttp 8928 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:06:18,700 basehttp 8928 6173224960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:06:18,704 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:06:50,494 basehttp 8928 13304360960 "GET /en/hr/employees/ HTTP/1.1" 200 127419 WARNING 2025-10-02 14:06:50,523 log 8928 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:06:50,523 basehttp 8928 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:06:50,569 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:06:50,573 basehttp 8928 13304360960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:06:52,011 basehttp 8928 6173224960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:06:52,016 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:06:52,017 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:06:52,030 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:06:52,030 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:06:53,267 basehttp 8928 6156398592 "GET /en/hr/departments/ HTTP/1.1" 200 133630 WARNING 2025-10-02 14:06:53,291 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:06:53,291 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:06:53,353 basehttp 8928 6156398592 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:06:53,368 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:07:00,431 basehttp 8928 6173224960 "GET /en/hr/departments/21/delete/ HTTP/1.1" 200 30222 WARNING 2025-10-02 14:07:00,458 log 8928 6173224960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:07:00,458 basehttp 8928 6173224960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:07:00,492 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:07:00,498 basehttp 8928 6173224960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:07:10,100 basehttp 8928 6156398592 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:07:10,104 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:07:10,104 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:07:10,127 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:07:10,128 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:07:11,386 basehttp 8928 6156398592 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:07:11,392 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:07:11,393 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:07:11,411 log 8928 6156398592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:07:11,412 basehttp 8928 6156398592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:07:14,365 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:07:18,705 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:07:18,706 basehttp 8928 6156398592 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:07:18,713 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:07:24,245 basehttp 8928 6156398592 "GET /en/hr/schedules/create/ HTTP/1.1" 200 34932 INFO 2025-10-02 14:07:24,259 basehttp 8928 6156398592 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-10-02 14:07:24,259 basehttp 8928 6173224960 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 WARNING 2025-10-02 14:07:24,267 log 8928 6173224960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:07:24,267 basehttp 8928 6173224960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:07:24,311 basehttp 8928 6173224960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:07:24,316 basehttp 8928 6156398592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:08:18,698 basehttp 8928 6156398592 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:08:18,704 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:08:18,706 basehttp 8928 6173224960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:08:24,331 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:09:18,706 basehttp 8928 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:09:18,708 basehttp 8928 6156398592 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:09:18,709 basehttp 8928 6173224960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:09:24,327 basehttp 8928 6173224960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:09:58,162 autoreload 8928 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/forms.py changed, reloading. INFO 2025-10-02 14:09:58,555 autoreload 41659 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 14:10:18,735 basehttp 41659 6139375616 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:10:18,742 basehttp 41659 6122549248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:10:18,748 basehttp 41659 6122549248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:10:24,329 basehttp 41659 6122549248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:10:31,268 basehttp 41659 6122549248 "GET /en/hr/schedules/create/ HTTP/1.1" 200 37001 WARNING 2025-10-02 14:10:31,294 log 41659 6122549248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:10:31,294 basehttp 41659 6122549248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:10:31,348 basehttp 41659 6139375616 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:10:31,356 basehttp 41659 6122549248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:11:14,368 basehttp 41659 6122549248 "GET /en/hr/schedules/ HTTP/1.1" 200 123200 WARNING 2025-10-02 14:11:14,382 log 41659 6122549248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:11:14,382 basehttp 41659 6122549248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:11:14,442 basehttp 41659 6122549248 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:11:14,460 basehttp 41659 6139375616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:11:18,713 basehttp 41659 6139375616 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:11:18,714 basehttp 41659 6156201984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:11:18,716 basehttp 41659 6122549248 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:11:22,473 basehttp 41659 6122549248 "GET /en/hr/schedules/292/ HTTP/1.1" 200 138010 WARNING 2025-10-02 14:11:22,492 log 41659 6122549248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:11:22,492 basehttp 41659 6122549248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:11:22,493 basehttp 41659 6156201984 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-10-02 14:11:22,544 basehttp 41659 6122549248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:11:22,555 basehttp 41659 6122549248 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:11:22,569 basehttp 41659 6139375616 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-10-02 14:11:27,568 basehttp 41659 6122549248 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:11:27,571 log 41659 6139375616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:11:27,571 basehttp 41659 6139375616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:11:27,594 log 41659 6139375616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:11:27,594 basehttp 41659 6139375616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:11:30,084 basehttp 41659 6139375616 "GET /en/hr/schedules/292/update/ HTTP/1.1" 200 37155 WARNING 2025-10-02 14:11:30,097 log 41659 6139375616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:11:30,097 basehttp 41659 6139375616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:11:30,142 basehttp 41659 6139375616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:11:30,146 basehttp 41659 6139375616 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:11:58,749 basehttp 41659 6122549248 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:11:58,753 log 41659 6139375616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:11:58,753 basehttp 41659 6139375616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:11:58,770 log 41659 6139375616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:11:58,770 basehttp 41659 6139375616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:12:11,758 basehttp 41659 6139375616 "GET /en/hr/schedules/?page=2 HTTP/1.1" 200 124379 WARNING 2025-10-02 14:12:11,775 log 41659 6139375616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:12:11,775 basehttp 41659 6139375616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:12:11,833 basehttp 41659 6139375616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:12:11,841 basehttp 41659 6139375616 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:12:16,362 basehttp 41659 6122549248 "GET /en/hr/schedules/?page=3 HTTP/1.1" 200 124635 WARNING 2025-10-02 14:12:16,379 log 41659 6122549248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:12:16,383 basehttp 41659 6122549248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:12:16,408 basehttp 41659 6122549248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:12:16,439 basehttp 41659 6122549248 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:12:18,716 basehttp 41659 6156201984 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:12:18,716 basehttp 41659 6139375616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:12:18,717 basehttp 41659 6122549248 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:12:18,723 basehttp 41659 6156201984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:12:56,863 basehttp 41659 6156201984 "GET /en/hr/schedules/?page=3 HTTP/1.1" 200 124027 WARNING 2025-10-02 14:12:56,876 log 41659 6156201984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:12:56,876 basehttp 41659 6156201984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:12:56,937 basehttp 41659 6156201984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:12:56,953 basehttp 41659 6156201984 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:13:04,293 basehttp 41659 6139375616 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:13:04,297 log 41659 6122549248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:13:04,297 basehttp 41659 6122549248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:13:04,305 log 41659 6122549248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:13:04,305 basehttp 41659 6122549248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:13:04,803 basehttp 41659 6139375616 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:13:04,805 log 41659 6156201984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:13:04,805 basehttp 41659 6156201984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:13:04,807 basehttp 41659 6122549248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:13:04,817 log 41659 6122549248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:13:04,817 basehttp 41659 6122549248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:13:05,536 log 41659 6139375616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:13:05,537 basehttp 41659 6156201984 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:13:05,538 basehttp 41659 6139375616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:13:05,539 basehttp 41659 6122549248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:13:05,546 log 41659 6122549248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:13:05,546 basehttp 41659 6122549248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:13:06,340 basehttp 41659 6122549248 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:13:06,343 log 41659 6173028352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:13:06,344 basehttp 41659 6173028352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:13:06,349 log 41659 6173028352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:13:06,349 basehttp 41659 6173028352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:13:06,356 basehttp 41659 6139375616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:13:06,389 basehttp 41659 6156201984 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-02 14:13:08,254 basehttp 41659 6156201984 "GET /en/hr/ HTTP/1.1" 200 236549 WARNING 2025-10-02 14:13:08,273 log 41659 6156201984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:13:08,273 basehttp 41659 6156201984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:13:08,330 basehttp 41659 6156201984 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:13:08,335 basehttp 41659 6139375616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:13:18,703 basehttp 41659 6173028352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:13:18,704 basehttp 41659 6139375616 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:14:08,344 basehttp 41659 6139375616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:14:18,718 basehttp 41659 6139375616 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:14:18,718 basehttp 41659 6173028352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:14:18,720 basehttp 41659 6122549248 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:14:34,616 basehttp 41659 6122549248 "GET /en/hr/ HTTP/1.1" 200 236469 WARNING 2025-10-02 14:14:34,630 log 41659 6122549248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:14:34,630 basehttp 41659 6122549248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:14:34,688 basehttp 41659 6122549248 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:14:34,693 basehttp 41659 6173028352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:14:48,389 basehttp 41659 6173028352 "GET /en/hr/departments/36/ HTTP/1.1" 200 34916 WARNING 2025-10-02 14:14:48,409 log 41659 6173028352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:14:48,409 basehttp 41659 6173028352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:14:48,463 basehttp 41659 6173028352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:14:48,465 basehttp 41659 6139375616 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:14:51,650 basehttp 41659 6173028352 "GET /en/hr/departments/36/update/ HTTP/1.1" 200 44249 WARNING 2025-10-02 14:14:51,667 log 41659 6173028352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:14:51,667 basehttp 41659 6173028352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:14:51,714 basehttp 41659 6173028352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:14:51,721 basehttp 41659 6173028352 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:15:02,365 basehttp 41659 6122549248 "POST /en/hr/departments/36/update/ HTTP/1.1" 200 44788 WARNING 2025-10-02 14:15:02,377 log 41659 6122549248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:15:02,377 basehttp 41659 6122549248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:15:02,424 basehttp 41659 6122549248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:15:02,429 basehttp 41659 6122549248 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:15:18,011 basehttp 41659 6122549248 "GET /en/admin/hr/department/ HTTP/1.1" 200 103759 INFO 2025-10-02 14:15:18,030 basehttp 41659 6122549248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:15:18,712 basehttp 41659 6122549248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:15:18,716 basehttp 41659 6156201984 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:15:18,717 basehttp 41659 6139375616 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:15:18,723 basehttp 41659 6122549248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:15:26,224 basehttp 41659 6122549248 "GET /en/admin/hr/department/30/change/ HTTP/1.1" 200 129099 INFO 2025-10-02 14:15:26,239 basehttp 41659 6139375616 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-10-02 14:15:26,240 basehttp 41659 6122549248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:16:02,692 basehttp 41659 6122549248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:16:18,704 basehttp 41659 6139375616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:16:18,707 basehttp 41659 6122549248 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:16:21,596 basehttp 41659 6122549248 "POST /en/admin/hr/department/30/change/ HTTP/1.1" 302 0 INFO 2025-10-02 14:16:21,630 basehttp 41659 6122549248 "GET /en/admin/hr/department/ HTTP/1.1" 200 103980 INFO 2025-10-02 14:16:21,640 basehttp 41659 6122549248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:16:23,893 basehttp 41659 6122549248 "GET /en/admin/hr/department/21/change/ HTTP/1.1" 200 129117 INFO 2025-10-02 14:16:23,911 basehttp 41659 6122549248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:16:51,834 basehttp 41659 6122549248 "POST /en/admin/hr/department/21/change/ HTTP/1.1" 302 0 INFO 2025-10-02 14:16:51,879 basehttp 41659 6122549248 "GET /en/admin/hr/department/ HTTP/1.1" 200 103984 INFO 2025-10-02 14:16:51,892 basehttp 41659 6122549248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:16:55,332 basehttp 41659 6122549248 "GET /en/admin/hr/department/19/change/ HTTP/1.1" 200 129106 INFO 2025-10-02 14:16:55,347 basehttp 41659 6122549248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:17:03,698 basehttp 41659 6122549248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:17:18,270 basehttp 41659 6122549248 "POST /en/admin/hr/department/19/change/ HTTP/1.1" 302 0 INFO 2025-10-02 14:17:18,316 basehttp 41659 6122549248 "GET /en/admin/hr/department/ HTTP/1.1" 200 103980 INFO 2025-10-02 14:17:18,328 basehttp 41659 6122549248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:17:18,719 basehttp 41659 6139375616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:17:18,720 basehttp 41659 6122549248 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:17:18,723 basehttp 41659 6156201984 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:17:18,730 basehttp 41659 6173028352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:17:19,990 basehttp 41659 6173028352 "GET /en/admin/hr/department/31/change/ HTTP/1.1" 200 129079 INFO 2025-10-02 14:17:20,005 basehttp 41659 6173028352 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:17:29,314 basehttp 41659 6173028352 "POST /en/admin/hr/department/31/change/ HTTP/1.1" 302 0 INFO 2025-10-02 14:17:29,353 basehttp 41659 6173028352 "GET /en/admin/hr/department/ HTTP/1.1" 200 103980 INFO 2025-10-02 14:17:29,365 basehttp 41659 6173028352 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:17:38,110 basehttp 41659 6173028352 "GET /en/admin/hr/department/37/change/ HTTP/1.1" 200 129073 INFO 2025-10-02 14:17:38,491 basehttp 41659 6173028352 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:17:50,965 basehttp 41659 6173028352 "POST /en/admin/hr/department/37/change/ HTTP/1.1" 302 0 INFO 2025-10-02 14:17:51,011 basehttp 41659 6173028352 "GET /en/admin/hr/department/ HTTP/1.1" 200 103964 INFO 2025-10-02 14:17:51,021 basehttp 41659 6173028352 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:17:52,729 basehttp 41659 6173028352 "GET /en/admin/hr/department/22/change/ HTTP/1.1" 200 129057 INFO 2025-10-02 14:17:52,747 basehttp 41659 6173028352 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:17:59,762 basehttp 41659 6173028352 "POST /en/admin/hr/department/22/change/ HTTP/1.1" 302 0 INFO 2025-10-02 14:17:59,805 basehttp 41659 6173028352 "GET /en/admin/hr/department/ HTTP/1.1" 200 103969 INFO 2025-10-02 14:17:59,816 basehttp 41659 6173028352 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:18:04,702 basehttp 41659 6173028352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:18:05,469 basehttp 41659 6173028352 "GET /en/admin/hr/department/36/change/ HTTP/1.1" 200 129112 INFO 2025-10-02 14:18:05,484 basehttp 41659 6173028352 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:18:13,606 basehttp 41659 6173028352 "POST /en/admin/hr/department/36/change/ HTTP/1.1" 302 0 INFO 2025-10-02 14:18:13,649 basehttp 41659 6173028352 "GET /en/admin/hr/department/ HTTP/1.1" 200 103964 INFO 2025-10-02 14:18:13,660 basehttp 41659 6173028352 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:18:16,047 basehttp 41659 6173028352 "GET /en/admin/hr/department/32/change/ HTTP/1.1" 200 129024 INFO 2025-10-02 14:18:16,062 basehttp 41659 6173028352 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:18:18,700 basehttp 41659 6173028352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:18:18,702 basehttp 41659 6122549248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:18:18,703 basehttp 41659 6156201984 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:18:22,286 basehttp 41659 6122549248 "POST /en/admin/hr/department/32/change/ HTTP/1.1" 302 0 INFO 2025-10-02 14:18:22,334 basehttp 41659 6122549248 "GET /en/admin/hr/department/ HTTP/1.1" 200 103968 INFO 2025-10-02 14:18:22,346 basehttp 41659 6122549248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:18:24,614 basehttp 41659 6122549248 "GET /en/admin/hr/department/33/change/ HTTP/1.1" 200 129070 INFO 2025-10-02 14:18:24,628 basehttp 41659 6122549248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:18:30,585 basehttp 41659 6122549248 "POST /en/admin/hr/department/33/change/ HTTP/1.1" 302 0 INFO 2025-10-02 14:18:30,630 basehttp 41659 6122549248 "GET /en/admin/hr/department/ HTTP/1.1" 200 103985 INFO 2025-10-02 14:18:30,640 basehttp 41659 6122549248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:18:32,579 basehttp 41659 6122549248 "GET /en/admin/hr/department/20/change/ HTTP/1.1" 200 129065 INFO 2025-10-02 14:18:32,590 basehttp 41659 6122549248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:18:38,437 basehttp 41659 6122549248 "POST /en/admin/hr/department/20/change/ HTTP/1.1" 302 0 INFO 2025-10-02 14:18:38,482 basehttp 41659 6122549248 "GET /en/admin/hr/department/ HTTP/1.1" 200 103993 INFO 2025-10-02 14:18:38,497 basehttp 41659 6122549248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:18:40,782 basehttp 41659 6122549248 "GET /en/admin/hr/department/1/change/ HTTP/1.1" 200 128883 INFO 2025-10-02 14:18:40,800 basehttp 41659 6122549248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:18:48,003 basehttp 41659 6122549248 "POST /en/admin/hr/department/1/change/ HTTP/1.1" 200 129146 INFO 2025-10-02 14:18:48,013 basehttp 41659 6122549248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:18:55,415 basehttp 41659 6122549248 "POST /en/admin/hr/department/1/change/ HTTP/1.1" 302 0 INFO 2025-10-02 14:18:55,454 basehttp 41659 6122549248 "GET /en/admin/hr/department/ HTTP/1.1" 200 104009 INFO 2025-10-02 14:18:55,467 basehttp 41659 6122549248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:18:59,055 basehttp 41659 6122549248 "GET /en/admin/hr/department/27/change/ HTTP/1.1" 200 129108 INFO 2025-10-02 14:18:59,066 basehttp 41659 6122549248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:19:05,702 basehttp 41659 6122549248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:19:06,740 basehttp 41659 6122549248 "POST /en/admin/hr/department/27/change/ HTTP/1.1" 302 0 INFO 2025-10-02 14:19:06,787 basehttp 41659 6122549248 "GET /en/admin/hr/department/ HTTP/1.1" 200 104009 INFO 2025-10-02 14:19:06,802 basehttp 41659 6122549248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:19:09,496 basehttp 41659 6122549248 "GET /en/admin/hr/department/34/change/ HTTP/1.1" 200 129118 INFO 2025-10-02 14:19:09,508 basehttp 41659 6122549248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:19:18,706 basehttp 41659 6156201984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:19:18,707 basehttp 41659 6122549248 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:19:28,203 basehttp 41659 6122549248 "POST /en/admin/hr/department/34/change/ HTTP/1.1" 302 0 INFO 2025-10-02 14:19:28,248 basehttp 41659 6122549248 "GET /en/admin/hr/department/ HTTP/1.1" 200 104028 INFO 2025-10-02 14:19:28,262 basehttp 41659 6122549248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:19:30,418 basehttp 41659 6122549248 "GET /en/admin/hr/department/29/change/ HTTP/1.1" 200 129087 INFO 2025-10-02 14:19:30,429 basehttp 41659 6122549248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:19:40,555 basehttp 41659 6122549248 "POST /en/admin/hr/department/29/change/ HTTP/1.1" 302 0 INFO 2025-10-02 14:19:40,599 basehttp 41659 6122549248 "GET /en/admin/hr/department/ HTTP/1.1" 200 104021 INFO 2025-10-02 14:19:40,613 basehttp 41659 6122549248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:19:42,613 basehttp 41659 6122549248 "GET /en/admin/hr/department/25/change/ HTTP/1.1" 200 129159 INFO 2025-10-02 14:19:42,626 basehttp 41659 6122549248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:19:50,891 basehttp 41659 6122549248 "POST /en/admin/hr/department/25/change/ HTTP/1.1" 302 0 INFO 2025-10-02 14:19:50,937 basehttp 41659 6122549248 "GET /en/admin/hr/department/ HTTP/1.1" 200 104024 INFO 2025-10-02 14:19:50,951 basehttp 41659 6122549248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:19:53,564 basehttp 41659 6122549248 "GET /en/admin/hr/department/23/change/ HTTP/1.1" 200 129130 INFO 2025-10-02 14:19:53,576 basehttp 41659 6122549248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:20:01,602 basehttp 41659 6122549248 "POST /en/admin/hr/department/23/change/ HTTP/1.1" 302 0 INFO 2025-10-02 14:20:01,648 basehttp 41659 6122549248 "GET /en/admin/hr/department/ HTTP/1.1" 200 104020 INFO 2025-10-02 14:20:01,664 basehttp 41659 6122549248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:20:05,128 basehttp 41659 6122549248 "GET /en/admin/hr/department/24/change/ HTTP/1.1" 200 129123 INFO 2025-10-02 14:20:05,141 basehttp 41659 6122549248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:20:06,704 basehttp 41659 6122549248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:20:13,903 basehttp 41659 6122549248 "POST /en/admin/hr/department/24/change/ HTTP/1.1" 302 0 INFO 2025-10-02 14:20:13,948 basehttp 41659 6122549248 "GET /en/admin/hr/department/ HTTP/1.1" 200 104013 INFO 2025-10-02 14:20:13,966 basehttp 41659 6122549248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:20:15,616 basehttp 41659 6122549248 "GET /en/admin/hr/department/28/change/ HTTP/1.1" 200 129098 INFO 2025-10-02 14:20:15,629 basehttp 41659 6122549248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:20:18,720 basehttp 41659 6122549248 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:20:18,720 basehttp 41659 6156201984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:20:18,721 basehttp 41659 6173028352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:20:18,728 basehttp 41659 6173028352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:20:22,676 basehttp 41659 6173028352 "POST /en/admin/hr/department/28/change/ HTTP/1.1" 302 0 INFO 2025-10-02 14:20:22,720 basehttp 41659 6173028352 "GET /en/admin/hr/department/ HTTP/1.1" 200 104014 INFO 2025-10-02 14:20:22,735 basehttp 41659 6173028352 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:20:25,889 basehttp 41659 6173028352 "GET /en/admin/hr/department/26/change/ HTTP/1.1" 200 129114 INFO 2025-10-02 14:20:25,900 basehttp 41659 6173028352 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:20:33,185 basehttp 41659 6173028352 "POST /en/admin/hr/department/26/change/ HTTP/1.1" 302 0 INFO 2025-10-02 14:20:33,230 basehttp 41659 6173028352 "GET /en/admin/hr/department/ HTTP/1.1" 200 104012 INFO 2025-10-02 14:20:33,243 basehttp 41659 6173028352 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:20:35,741 basehttp 41659 6173028352 "GET /en/admin/hr/department/35/change/ HTTP/1.1" 200 129099 INFO 2025-10-02 14:20:35,751 basehttp 41659 6173028352 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:20:43,136 basehttp 41659 6173028352 "POST /en/admin/hr/department/35/change/ HTTP/1.1" 302 0 INFO 2025-10-02 14:20:43,175 basehttp 41659 6173028352 "GET /en/admin/hr/department/ HTTP/1.1" 200 104011 INFO 2025-10-02 14:20:43,190 basehttp 41659 6173028352 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:20:45,220 basehttp 41659 6173028352 "GET /en/admin/hr/department/38/change/ HTTP/1.1" 200 129077 INFO 2025-10-02 14:20:45,232 basehttp 41659 6173028352 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:20:53,986 basehttp 41659 6173028352 "POST /en/admin/hr/department/38/change/ HTTP/1.1" 302 0 INFO 2025-10-02 14:20:54,031 basehttp 41659 6173028352 "GET /en/admin/hr/department/ HTTP/1.1" 200 103994 INFO 2025-10-02 14:20:54,045 basehttp 41659 6173028352 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:21:00,426 basehttp 41659 6173028352 "POST /en/hr/departments/36/update/ HTTP/1.1" 200 44796 WARNING 2025-10-02 14:21:00,438 log 41659 6173028352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:21:00,438 basehttp 41659 6173028352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:21:00,512 basehttp 41659 6173028352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:21:00,527 basehttp 41659 6173028352 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:21:01,821 basehttp 41659 6122549248 "POST /en/hr/departments/36/update/ HTTP/1.1" 200 44796 WARNING 2025-10-02 14:21:01,831 log 41659 6122549248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:21:01,831 basehttp 41659 6122549248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:21:01,906 basehttp 41659 6122549248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:21:01,922 basehttp 41659 6122549248 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:21:03,813 basehttp 41659 6156201984 "GET /en/hr/departments/36/update/ HTTP/1.1" 200 44252 WARNING 2025-10-02 14:21:03,824 log 41659 6156201984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:21:03,824 basehttp 41659 6156201984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:21:03,877 basehttp 41659 6156201984 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:21:04,713 basehttp 41659 6139375616 "GET /en/hr/departments/36/update/ HTTP/1.1" 200 44252 WARNING 2025-10-02 14:21:04,723 log 41659 6139375616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:21:04,723 basehttp 41659 6139375616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:21:04,775 basehttp 41659 6139375616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:21:04,780 basehttp 41659 6139375616 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:21:18,691 basehttp 41659 6122549248 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:21:18,691 basehttp 41659 6139375616 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:21:20,937 basehttp 41659 6139375616 "POST /en/hr/departments/36/update/ HTTP/1.1" 302 0 INFO 2025-10-02 14:21:20,952 basehttp 41659 6139375616 "GET /en/hr/departments/36/ HTTP/1.1" 200 35383 WARNING 2025-10-02 14:21:20,971 log 41659 6139375616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:21:20,971 basehttp 41659 6139375616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:21:21,024 basehttp 41659 6139375616 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:21:21,030 basehttp 41659 6122549248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:21:26,264 basehttp 41659 6122549248 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:21:26,267 log 41659 6139375616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:21:26,267 basehttp 41659 6139375616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:21:26,274 log 41659 6139375616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:21:26,274 basehttp 41659 6139375616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:21:26,586 log 41659 6156201984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:21:26,586 basehttp 41659 6122549248 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:21:26,587 basehttp 41659 6156201984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:21:26,593 basehttp 41659 6139375616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:21:26,595 log 41659 6139375616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:21:26,595 basehttp 41659 6139375616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:21:27,251 log 41659 6173028352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:21:27,251 basehttp 41659 6139375616 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:21:27,252 basehttp 41659 6173028352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:21:27,257 log 41659 6173028352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:21:27,258 basehttp 41659 6173028352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:21:27,265 basehttp 41659 6156201984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:21:27,286 basehttp 41659 6122549248 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-02 14:21:28,882 basehttp 41659 6122549248 "GET /en/hr/ HTTP/1.1" 200 245982 WARNING 2025-10-02 14:21:28,898 log 41659 6122549248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:21:28,899 basehttp 41659 6122549248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:21:28,962 basehttp 41659 6156201984 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:21:28,964 basehttp 41659 6122549248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:21:37,335 basehttp 41659 6122549248 "GET /en/hr/departments/36/ HTTP/1.1" 200 34989 WARNING 2025-10-02 14:21:37,353 log 41659 6122549248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:21:37,353 basehttp 41659 6122549248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:21:37,414 basehttp 41659 6173028352 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:21:37,415 basehttp 41659 6122549248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:21:42,903 basehttp 41659 6122549248 "GET /en/hr/departments/30/ HTTP/1.1" 200 41947 WARNING 2025-10-02 14:21:42,925 log 41659 6122549248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:21:42,925 basehttp 41659 6122549248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:21:42,974 basehttp 41659 6122549248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:21:42,977 basehttp 41659 6139375616 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:21:46,649 basehttp 41659 6122549248 "GET /en/hr/departments/30/ HTTP/1.1" 200 41947 WARNING 2025-10-02 14:21:46,664 log 41659 6122549248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:21:46,664 basehttp 41659 6122549248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:21:46,717 basehttp 41659 6139375616 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:21:46,717 basehttp 41659 6122549248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:21:51,729 basehttp 41659 6122549248 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:21:51,732 log 41659 6139375616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:21:51,732 basehttp 41659 6139375616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:21:51,740 log 41659 6139375616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:21:51,740 basehttp 41659 6139375616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:21:52,443 basehttp 41659 6139375616 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:21:52,446 log 41659 6122549248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:21:52,446 basehttp 41659 6122549248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:21:52,454 log 41659 6122549248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:21:52,454 basehttp 41659 6122549248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:21:54,389 basehttp 41659 6122549248 "GET /en/hr/ HTTP/1.1" 200 245982 WARNING 2025-10-02 14:21:54,405 log 41659 6122549248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:21:54,405 basehttp 41659 6122549248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:21:54,462 basehttp 41659 6122549248 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:21:54,471 basehttp 41659 6139375616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:22:03,029 log 41659 6139375616 Not Found: /hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ WARNING 2025-10-02 14:22:03,030 basehttp 41659 6139375616 "GET /hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ HTTP/1.1" 404 2719 INFO 2025-10-02 14:22:18,712 basehttp 41659 6139375616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:22:18,717 basehttp 41659 6156201984 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:22:18,718 basehttp 41659 6122549248 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:22:18,724 basehttp 41659 6173028352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:22:54,484 basehttp 41659 6173028352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:23:18,692 basehttp 41659 6122549248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:23:18,692 basehttp 41659 6173028352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:23:18,699 basehttp 41659 6173028352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:23:54,481 basehttp 41659 6173028352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:24:16,149 autoreload 41659 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/urls.py changed, reloading. INFO 2025-10-02 14:24:16,699 autoreload 48615 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 14:24:35,521 autoreload 48615 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 14:24:35,922 autoreload 48785 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 14:24:41,218 basehttp 48785 6164443136 "GET /en/hr/ HTTP/1.1" 200 245982 WARNING 2025-10-02 14:24:41,235 log 48785 6164443136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:24:41,235 basehttp 48785 6164443136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:24:41,288 basehttp 48785 6164443136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:24:41,307 basehttp 48785 6164443136 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:24:42,880 log 48785 13170143232 Not Found: /hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ WARNING 2025-10-02 14:24:42,881 basehttp 48785 13170143232 "GET /hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ HTTP/1.1" 404 2719 INFO 2025-10-02 14:25:18,721 basehttp 48785 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:25:18,723 basehttp 48785 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:25:18,725 basehttp 48785 6164443136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:25:18,731 basehttp 48785 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:25:41,302 basehttp 48785 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:25:48,488 basehttp 48785 13203795968 "GET /en/admin/hr/department/ HTTP/1.1" 200 103771 INFO 2025-10-02 14:25:48,502 basehttp 48785 13203795968 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:26:06,792 basehttp 48785 13203795968 "GET /en/admin/hr/department/36/change/ HTTP/1.1" 200 129102 INFO 2025-10-02 14:26:06,802 basehttp 48785 13203795968 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 14:26:17,967 basehttp 48785 13203795968 "GET /en/hr/ HTTP/1.1" 200 245982 WARNING 2025-10-02 14:26:17,983 log 48785 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:26:17,983 basehttp 48785 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:26:18,044 basehttp 48785 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:26:18,069 basehttp 48785 13203795968 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:26:18,709 basehttp 48785 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:26:18,710 basehttp 48785 6164443136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:26:18,719 basehttp 48785 6164443136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:26:21,693 log 48785 6164443136 Not Found: /hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ WARNING 2025-10-02 14:26:21,694 basehttp 48785 6164443136 "GET /hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ HTTP/1.1" 404 2719 INFO 2025-10-02 14:26:58,921 autoreload 48785 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/urls.py changed, reloading. INFO 2025-10-02 14:26:59,314 autoreload 50017 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 14:26:59,846 basehttp 50017 6160969728 "GET /en/hr/ HTTP/1.1" 200 245982 WARNING 2025-10-02 14:26:59,865 log 50017 6160969728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:26:59,865 basehttp 50017 6160969728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:26:59,923 basehttp 50017 6160969728 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:26:59,929 basehttp 50017 6177796096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:27:01,266 basehttp 50017 6177796096 "GET /hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ HTTP/1.1" 302 0 ERROR 2025-10-02 14:27:01,284 log 50017 6160969728 Internal Server Error: /en/hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ ERROR 2025-10-02 14:27:01,284 basehttp 50017 6160969728 "GET /en/hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ HTTP/1.1" 500 101 INFO 2025-10-02 14:27:18,695 basehttp 50017 6160969728 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:27:18,697 basehttp 50017 6177796096 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:27:59,911 basehttp 50017 6177796096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:28:18,685 basehttp 50017 6177796096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:28:18,686 basehttp 50017 6194622464 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:28:18,688 basehttp 50017 6160969728 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:28:18,693 basehttp 50017 6177796096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:28:59,896 basehttp 50017 6177796096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:29:18,373 autoreload 50017 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/urls.py changed, reloading. INFO 2025-10-02 14:29:18,753 autoreload 51093 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 14:29:19,365 basehttp 51093 6164475904 "GET /en/hr/ HTTP/1.1" 200 245982 WARNING 2025-10-02 14:29:19,387 log 51093 6164475904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:29:19,387 basehttp 51093 6164475904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:29:19,446 basehttp 51093 6164475904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:29:19,484 basehttp 51093 6164475904 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:29:21,029 log 51093 6181302272 Not Found: /hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ WARNING 2025-10-02 14:29:21,029 basehttp 51093 6181302272 "GET /hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ HTTP/1.1" 404 2719 INFO 2025-10-02 14:30:18,681 basehttp 51093 6181302272 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:30:18,682 basehttp 51093 6198128640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:30:18,684 basehttp 51093 6164475904 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:30:19,460 basehttp 51093 6164475904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:30:43,500 autoreload 51093 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/urls.py changed, reloading. INFO 2025-10-02 14:30:43,905 autoreload 51768 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 14:31:18,675 basehttp 51768 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:31:18,737 basehttp 51768 6159855616 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:31:18,744 basehttp 51768 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:31:19,452 basehttp 51768 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:31:33,117 autoreload 51768 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/urls.py changed, reloading. INFO 2025-10-02 14:31:33,523 autoreload 52196 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 14:32:18,688 basehttp 52196 6159855616 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:32:18,711 basehttp 52196 6143029248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:32:18,718 basehttp 52196 6159855616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:32:18,764 basehttp 52196 6126202880 "GET /en/hr/ HTTP/1.1" 200 245982 WARNING 2025-10-02 14:32:18,781 log 52196 6126202880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:32:18,781 basehttp 52196 6126202880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:32:18,837 basehttp 52196 6126202880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:32:18,856 basehttp 52196 6126202880 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:32:25,947 basehttp 52196 6159855616 "GET /hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ HTTP/1.1" 302 0 ERROR 2025-10-02 14:32:25,962 log 52196 6143029248 Internal Server Error: /en/hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ ERROR 2025-10-02 14:32:25,963 basehttp 52196 6143029248 "GET /en/hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ HTTP/1.1" 500 101 INFO 2025-10-02 14:33:18,659 basehttp 52196 6143029248 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:33:18,662 basehttp 52196 6159855616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:33:18,664 basehttp 52196 6126202880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:33:18,669 basehttp 52196 6143029248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:33:18,841 basehttp 52196 6143029248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:33:42,470 autoreload 52196 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 14:33:42,856 autoreload 53244 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 14:33:58,496 basehttp 53244 6191132672 "GET /en/hr/ HTTP/1.1" 200 245982 WARNING 2025-10-02 14:33:58,515 log 53244 6191132672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:33:58,515 basehttp 53244 6191132672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:33:58,568 basehttp 53244 6207959040 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:33:58,571 basehttp 53244 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:34:00,059 basehttp 53244 6191132672 "GET /hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ HTTP/1.1" 302 0 ERROR 2025-10-02 14:34:00,074 views 53244 6191132672 Error in department_children view: No Department matches the given query. ERROR 2025-10-02 14:34:00,075 log 53244 6191132672 Internal Server Error: /en/hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ ERROR 2025-10-02 14:34:00,075 basehttp 53244 6191132672 "GET /en/hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ HTTP/1.1" 500 141 INFO 2025-10-02 14:34:17,863 autoreload 53524 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 14:34:18,657 basehttp 53524 6170537984 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:34:18,657 basehttp 53524 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:34:22,378 basehttp 53524 13035925504 "GET /en/hr/ HTTP/1.1" 200 245982 INFO 2025-10-02 14:34:22,403 basehttp 53524 13052751872 "GET /static/css/custom.css HTTP/1.1" 200 2844 INFO 2025-10-02 14:34:22,406 basehttp 53524 13069578240 "GET /static/plugins/toastr/toastr.css HTTP/1.1" 200 7860 WARNING 2025-10-02 14:34:22,410 log 53524 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-10-02 14:34:22,410 basehttp 53524 13086404608 "GET /static/img/user/user-12.jpg HTTP/1.1" 200 8541 WARNING 2025-10-02 14:34:22,412 basehttp 53524 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:34:22,413 basehttp 53524 13103230976 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-10-02 14:34:22,414 basehttp 53524 13052751872 "GET /static/plugins/toastr/toastr.min.js HTTP/1.1" 200 5536 INFO 2025-10-02 14:34:22,415 basehttp 53524 13103230976 "GET /static/js/custom.js HTTP/1.1" 200 4109 INFO 2025-10-02 14:34:22,418 basehttp 53524 13086404608 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-10-02 14:34:22,424 basehttp 53524 13035925504 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-10-02 14:34:22,428 basehttp 53524 6170537984 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-10-02 14:34:22,428 basehttp 53524 13069578240 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-10-02 14:34:22,448 basehttp 53524 13069578240 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-10-02 14:34:22,621 basehttp 53524 6170537984 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-10-02 14:34:22,621 basehttp 53524 13069578240 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-10-02 14:34:22,623 basehttp 53524 13103230976 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-10-02 14:34:22,623 basehttp 53524 13086404608 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-10-02 14:34:22,625 basehttp 53524 6170537984 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-10-02 14:34:22,625 basehttp 53524 13035925504 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-10-02 14:34:22,626 basehttp 53524 13069578240 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-10-02 14:34:22,628 basehttp 53524 13103230976 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-10-02 14:34:22,628 basehttp 53524 13035925504 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-10-02 14:34:22,629 basehttp 53524 13052751872 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-10-02 14:34:22,629 basehttp 53524 6170537984 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-10-02 14:34:22,630 basehttp 53524 13086404608 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-10-02 14:34:22,631 basehttp 53524 13103230976 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-10-02 14:34:22,631 basehttp 53524 13069578240 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-10-02 14:34:22,632 basehttp 53524 13035925504 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-10-02 14:34:22,632 basehttp 53524 6170537984 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-10-02 14:34:22,632 basehttp 53524 13052751872 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-10-02 14:34:22,633 basehttp 53524 13086404608 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-10-02 14:34:22,634 basehttp 53524 13069578240 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-10-02 14:34:22,634 basehttp 53524 13103230976 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-10-02 14:34:22,634 basehttp 53524 13035925504 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-10-02 14:34:22,634 basehttp 53524 13052751872 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-10-02 14:34:22,640 basehttp 53524 13052751872 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-10-02 14:34:22,649 basehttp 53524 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:34:22,652 basehttp 53524 13052751872 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:34:22,760 log 53524 13103230976 Not Found: /favicon.ico WARNING 2025-10-02 14:34:22,760 basehttp 53524 13103230976 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-10-02 14:34:26,375 basehttp 53524 13103230976 "GET /hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ HTTP/1.1" 302 0 ERROR 2025-10-02 14:34:26,385 views 53524 13035925504 Error in department_children view: No Department matches the given query. ERROR 2025-10-02 14:34:26,386 log 53524 13035925504 Internal Server Error: /en/hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ ERROR 2025-10-02 14:34:26,386 basehttp 53524 13035925504 "GET /en/hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ HTTP/1.1" 500 141 INFO 2025-10-02 14:34:50,369 basehttp 53524 13035925504 "GET /en/hr/employees/ HTTP/1.1" 200 127419 WARNING 2025-10-02 14:34:50,384 log 53524 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:34:50,384 basehttp 53524 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:34:50,479 basehttp 53524 13069578240 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:34:50,491 basehttp 53524 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:34:51,872 basehttp 53524 13035925504 "GET /en/hr/employees/113/ HTTP/1.1" 200 35987 WARNING 2025-10-02 14:34:51,883 log 53524 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:34:51,883 basehttp 53524 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:34:51,942 basehttp 53524 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:34:51,943 basehttp 53524 6170537984 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:34:51,944 basehttp 53524 13086404608 "GET /en/hr/employees/113/clock-controls/ HTTP/1.1" 200 506 INFO 2025-10-02 14:34:53,388 basehttp 53524 13086404608 "POST /en/hr/employees/113/clock-in/ HTTP/1.1" 200 709 WARNING 2025-10-02 14:34:55,191 basehttp 53524 13086404608 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:34:55,194 log 53524 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:34:55,194 basehttp 53524 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:34:55,201 log 53524 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:34:55,202 basehttp 53524 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:34:55,562 basehttp 53524 13035925504 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:34:55,566 log 53524 6170537984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:34:55,566 basehttp 53524 6170537984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:34:55,574 log 53524 6170537984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:34:55,574 basehttp 53524 6170537984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:34:56,701 basehttp 53524 6170537984 "GET /en/hr/ HTTP/1.1" 200 246238 WARNING 2025-10-02 14:34:56,713 log 53524 6170537984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:34:56,713 basehttp 53524 6170537984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:34:56,773 basehttp 53524 6170537984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:34:56,795 basehttp 53524 6170537984 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:35:18,671 basehttp 53524 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:35:18,672 basehttp 53524 6170537984 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:35:18,681 basehttp 53524 6170537984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:35:56,787 basehttp 53524 6170537984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:36:18,675 basehttp 53524 6170537984 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:36:18,678 basehttp 53524 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:36:18,680 basehttp 53524 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:36:18,686 basehttp 53524 6170537984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:36:56,780 basehttp 53524 6170537984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:37:03,831 autoreload 53524 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 14:37:04,214 autoreload 54916 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 14:37:18,682 basehttp 54916 6144536576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:37:18,715 basehttp 54916 6127710208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:37:18,715 basehttp 54916 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:37:56,783 basehttp 54916 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:37:58,065 basehttp 54916 6161362944 "GET /en/hr/ HTTP/1.1" 200 246238 WARNING 2025-10-02 14:37:58,079 log 54916 6161362944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:37:58,079 basehttp 54916 6161362944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:37:58,136 basehttp 54916 6127710208 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:37:58,139 basehttp 54916 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:38:00,195 basehttp 54916 6161362944 "GET /hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ HTTP/1.1" 302 0 ERROR 2025-10-02 14:38:00,212 views 54916 6144536576 Error in department_children view: No Department matches the given query. Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 90, in get_object_or_404 return queryset.get(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 633, in get raise self.model.DoesNotExist( hr.models.Department.DoesNotExist: Department matching query does not exist. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 1301, in department_children parent_department = get_object_or_404( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 92, in get_object_or_404 raise Http404( django.http.response.Http404: No Department matches the given query. ERROR 2025-10-02 14:38:00,215 log 54916 6144536576 Internal Server Error: /en/hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ ERROR 2025-10-02 14:38:00,215 basehttp 54916 6144536576 "GET /en/hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ HTTP/1.1" 500 505 INFO 2025-10-02 14:38:18,662 basehttp 54916 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:38:18,662 basehttp 54916 6144536576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:38:18,662 basehttp 54916 6161362944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:38:58,148 basehttp 54916 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:39:18,650 basehttp 54916 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:39:18,652 basehttp 54916 6144536576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:39:18,657 basehttp 54916 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:39:53,944 basehttp 54916 6127710208 "GET /en/hr/ HTTP/1.1" 200 94178 WARNING 2025-10-02 14:39:53,958 log 54916 6127710208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:39:53,958 basehttp 54916 6127710208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:39:54,010 basehttp 54916 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:39:54,032 basehttp 54916 6127710208 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:40:18,677 basehttp 54916 6144536576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:40:18,679 basehttp 54916 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:40:18,680 basehttp 54916 6161362944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:40:54,011 basehttp 54916 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:41:18,674 basehttp 54916 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:41:18,676 basehttp 54916 6144536576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:41:18,677 basehttp 54916 6161362944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:41:54,024 basehttp 54916 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:42:18,653 basehttp 54916 6161362944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:42:18,653 basehttp 54916 6144536576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:42:18,660 basehttp 54916 6127710208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:42:38,223 autoreload 54916 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 14:42:38,701 autoreload 57756 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 14:42:54,072 basehttp 57756 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:43:18,665 basehttp 57756 6163116032 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:43:18,668 basehttp 57756 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:43:18,670 basehttp 57756 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:43:54,035 basehttp 57756 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:44:18,672 basehttp 57756 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:44:18,674 basehttp 57756 6163116032 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:44:18,675 basehttp 57756 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:44:18,680 basehttp 57756 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:44:33,687 basehttp 57756 13338013696 "GET /en/hr/ HTTP/1.1" 200 94178 WARNING 2025-10-02 14:44:33,703 log 57756 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:44:33,703 basehttp 57756 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:44:33,760 basehttp 57756 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:44:33,773 basehttp 57756 13338013696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:44:35,710 basehttp 57756 13304360960 "GET /en/hr/ HTTP/1.1" 200 94178 WARNING 2025-10-02 14:44:35,726 log 57756 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:44:35,726 basehttp 57756 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:44:35,782 basehttp 57756 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:44:35,791 basehttp 57756 13304360960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:44:39,154 basehttp 57756 6163116032 "GET /en/hr/departments/30/ HTTP/1.1" 200 41947 WARNING 2025-10-02 14:44:39,171 log 57756 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:44:39,174 basehttp 57756 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:44:39,179 basehttp 57756 13371666432 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-10-02 14:44:39,179 basehttp 57756 13304360960 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-10-02 14:44:39,179 basehttp 57756 6163116032 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-10-02 14:44:39,180 basehttp 57756 13338013696 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-10-02 14:44:39,180 basehttp 57756 13321187328 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-10-02 14:44:39,181 basehttp 57756 13354840064 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-10-02 14:44:39,182 basehttp 57756 13338013696 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-10-02 14:44:39,182 basehttp 57756 13321187328 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-10-02 14:44:39,186 basehttp 57756 13371666432 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 INFO 2025-10-02 14:44:39,230 basehttp 57756 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:44:39,231 basehttp 57756 13321187328 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:44:39,233 basehttp 57756 13338013696 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 WARNING 2025-10-02 14:44:41,020 basehttp 57756 13338013696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:44:41,023 log 57756 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:44:41,024 basehttp 57756 13371666432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:44:41,032 log 57756 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:44:41,032 basehttp 57756 13371666432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:45:18,672 basehttp 57756 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:45:18,673 basehttp 57756 6163116032 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:45:32,663 basehttp 57756 6163116032 "GET /en/hr/time-entries/ HTTP/1.1" 200 151726 WARNING 2025-10-02 14:45:32,675 log 57756 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-10-02 14:45:32,676 basehttp 57756 6163116032 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.css HTTP/1.1" 200 8069 WARNING 2025-10-02 14:45:32,676 basehttp 57756 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:45:32,677 basehttp 57756 13304360960 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-10-02 14:45:32,679 basehttp 57756 13321187328 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.js HTTP/1.1" 200 67842 INFO 2025-10-02 14:45:32,683 basehttp 57756 13304360960 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-10-02 14:45:32,753 basehttp 57756 13304360960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:45:32,759 basehttp 57756 13338013696 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-10-02 14:45:32,763 basehttp 57756 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:45:41,120 basehttp 57756 13338013696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:45:41,121 log 57756 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:45:41,122 basehttp 57756 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:45:41,124 basehttp 57756 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:45:41,133 log 57756 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:45:41,133 basehttp 57756 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:46:15,578 autoreload 57756 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 14:46:15,975 autoreload 59542 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 14:46:18,732 basehttp 59542 6197129216 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:46:18,757 basehttp 59542 6230781952 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:46:18,764 basehttp 59542 6213955584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:46:21,140 basehttp 59542 6213955584 "GET /en/hr/ HTTP/1.1" 200 245982 WARNING 2025-10-02 14:46:21,155 log 59542 6213955584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:46:21,155 basehttp 59542 6213955584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:46:21,219 basehttp 59542 6213955584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:46:21,241 basehttp 59542 6213955584 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:46:23,786 basehttp 59542 6230781952 "GET /hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ HTTP/1.1" 302 0 ERROR 2025-10-02 14:46:23,799 log 59542 6197129216 Internal Server Error: /en/hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ ERROR 2025-10-02 14:46:23,799 basehttp 59542 6197129216 "GET /en/hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ HTTP/1.1" 500 101 INFO 2025-10-02 14:47:11,465 autoreload 59542 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 14:47:11,946 autoreload 60043 8313250112 Watching for file changes with StatReloader WARNING 2025-10-02 14:47:12,794 basehttp 60043 6164541440 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:47:12,799 log 60043 6164541440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:47:12,799 basehttp 60043 6164541440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:47:12,809 log 60043 6164541440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:47:12,809 basehttp 60043 6164541440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:47:14,981 basehttp 60043 6164541440 "GET /en/hr/ HTTP/1.1" 200 245982 WARNING 2025-10-02 14:47:14,996 log 60043 6164541440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:47:14,996 basehttp 60043 6164541440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:47:15,077 basehttp 60043 12901707776 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:47:15,080 basehttp 60043 6164541440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:47:18,258 basehttp 60043 6164541440 "GET /hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ HTTP/1.1" 302 0 ERROR 2025-10-02 14:47:18,272 log 60043 6164541440 Internal Server Error: /en/hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ ERROR 2025-10-02 14:47:18,273 basehttp 60043 6164541440 "GET /en/hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ HTTP/1.1" 500 101 INFO 2025-10-02 14:47:18,657 basehttp 60043 6164541440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:47:18,662 basehttp 60043 12918534144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:47:18,664 basehttp 60043 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:47:18,666 basehttp 60043 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:48:15,062 basehttp 60043 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:48:18,682 basehttp 60043 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:48:18,684 basehttp 60043 12918534144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:48:18,685 basehttp 60043 12935360512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:48:18,690 basehttp 60043 6164541440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:48:34,401 autoreload 60043 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 14:48:34,788 autoreload 60709 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 14:48:35,565 basehttp 60709 6196523008 "GET /en/hr/ HTTP/1.1" 200 245982 WARNING 2025-10-02 14:48:35,584 log 60709 6196523008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:48:35,584 basehttp 60709 6196523008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:48:35,644 basehttp 60709 6196523008 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:48:35,652 basehttp 60709 6213349376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:48:37,172 basehttp 60709 6213349376 "GET /hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ HTTP/1.1" 302 0 ERROR 2025-10-02 14:48:37,191 log 60709 6196523008 Internal Server Error: /en/hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ ERROR 2025-10-02 14:48:37,191 basehttp 60709 6196523008 "GET /en/hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ HTTP/1.1" 500 101 INFO 2025-10-02 14:49:00,057 autoreload 60709 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 14:49:00,508 autoreload 60885 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 14:49:02,817 basehttp 60885 6135263232 "GET /en/hr/ HTTP/1.1" 200 245982 WARNING 2025-10-02 14:49:02,834 log 60885 6135263232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:49:02,834 basehttp 60885 6135263232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:49:02,897 basehttp 60885 6135263232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:49:02,915 basehttp 60885 6135263232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:49:08,057 basehttp 60885 6152089600 "GET /hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ HTTP/1.1" 302 0 ERROR 2025-10-02 14:49:08,069 log 60885 6135263232 Internal Server Error: /en/hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ ERROR 2025-10-02 14:49:08,069 basehttp 60885 6135263232 "GET /en/hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ HTTP/1.1" 500 101 INFO 2025-10-02 14:49:18,647 basehttp 60885 6135263232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:49:54,624 autoreload 60885 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 14:49:55,114 autoreload 61321 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 14:49:57,575 basehttp 61321 13035925504 "GET /en/hr/ HTTP/1.1" 200 245982 WARNING 2025-10-02 14:49:57,603 log 61321 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:49:57,604 basehttp 61321 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:49:57,647 basehttp 61321 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:49:57,666 basehttp 61321 13035925504 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:49:59,032 basehttp 61321 13052751872 "GET /en/hr/ HTTP/1.1" 200 245982 WARNING 2025-10-02 14:49:59,048 log 61321 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:49:59,048 basehttp 61321 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:49:59,107 basehttp 61321 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:49:59,132 basehttp 61321 13052751872 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:50:04,629 basehttp 61321 13035925504 "GET /hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ HTTP/1.1" 302 0 ERROR 2025-10-02 14:50:04,648 log 61321 13035925504 Internal Server Error: /en/hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ ERROR 2025-10-02 14:50:04,648 basehttp 61321 13035925504 "GET /en/hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ HTTP/1.1" 500 101 INFO 2025-10-02 14:50:18,660 basehttp 61321 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:50:18,667 basehttp 61321 13052751872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:50:18,670 basehttp 61321 13069578240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:50:18,670 basehttp 61321 13086404608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:50:29,941 autoreload 61321 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 14:50:30,373 autoreload 61654 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 14:50:33,778 basehttp 61654 6191132672 "GET /en/hr/ HTTP/1.1" 200 245982 WARNING 2025-10-02 14:50:33,795 log 61654 6191132672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:50:33,795 basehttp 61654 6191132672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:50:33,857 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:50:33,868 basehttp 61654 6191132672 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:50:36,277 basehttp 61654 6207959040 "GET /hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ HTTP/1.1" 302 0 ERROR 2025-10-02 14:50:36,300 log 61654 6191132672 Internal Server Error: /en/hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ ERROR 2025-10-02 14:50:36,301 basehttp 61654 6191132672 "GET /en/hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ HTTP/1.1" 500 101 INFO 2025-10-02 14:51:18,680 basehttp 61654 6191132672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:51:18,681 basehttp 61654 6224785408 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:51:18,682 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:51:18,689 basehttp 61654 6224785408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:51:33,859 basehttp 61654 6224785408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:52:18,668 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:52:18,670 basehttp 61654 6224785408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:52:33,860 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:53:18,682 basehttp 61654 6224785408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:53:18,683 basehttp 61654 6207959040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:53:18,683 basehttp 61654 6191132672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:53:33,863 basehttp 61654 6224785408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:54:18,664 basehttp 61654 6224785408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:54:18,665 basehttp 61654 6207959040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:54:18,666 basehttp 61654 6191132672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:54:33,866 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:55:18,666 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:55:18,669 basehttp 61654 6207959040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:55:18,675 basehttp 61654 6224785408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:55:33,875 basehttp 61654 6224785408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:55:33,904 basehttp 61654 6207959040 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-02 14:56:18,669 basehttp 61654 6207959040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:56:18,670 basehttp 61654 6224785408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:56:33,876 basehttp 61654 6224785408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:57:18,653 basehttp 61654 6224785408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:57:18,655 basehttp 61654 6207959040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 14:57:18,660 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:57:34,661 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 14:57:41,450 basehttp 61654 6191132672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 14:57:53,198 basehttp 61654 6191132672 "GET /en/hr/ HTTP/1.1" 200 245982 WARNING 2025-10-02 14:57:53,214 log 61654 6191132672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:57:53,214 basehttp 61654 6191132672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:57:53,279 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:57:53,284 basehttp 61654 6191132672 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:58:06,064 basehttp 61654 6207959040 "GET /en/hr/reviews/ HTTP/1.1" 200 152652 WARNING 2025-10-02 14:58:06,078 log 61654 6207959040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:58:06,078 basehttp 61654 6207959040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:58:06,143 basehttp 61654 6207959040 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:58:06,165 basehttp 61654 6224785408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:58:14,504 basehttp 61654 6224785408 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:58:14,508 log 61654 6191132672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:58:14,508 basehttp 61654 6191132672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:58:14,520 log 61654 6191132672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:58:14,520 basehttp 61654 6191132672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:58:16,674 basehttp 61654 6191132672 "GET /en/hr/time-entries/ HTTP/1.1" 200 151735 WARNING 2025-10-02 14:58:16,687 log 61654 6191132672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:58:16,687 basehttp 61654 6191132672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:58:16,717 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:58:16,747 basehttp 61654 6191132672 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:58:18,662 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:58:24,312 basehttp 61654 6207959040 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 14:58:24,315 log 61654 6191132672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:58:24,316 basehttp 61654 6191132672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 14:58:24,324 log 61654 6191132672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:58:24,324 basehttp 61654 6191132672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:58:33,265 basehttp 61654 6191132672 "GET /en/hr/training-management/ HTTP/1.1" 200 86420 WARNING 2025-10-02 14:58:33,277 log 61654 6191132672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:58:33,278 basehttp 61654 6191132672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:58:33,332 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:58:33,349 basehttp 61654 6191132672 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 14:59:28,404 basehttp 61654 6207959040 "GET /en/hr/training-management/ HTTP/1.1" 200 86365 WARNING 2025-10-02 14:59:28,420 log 61654 6207959040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 14:59:28,420 basehttp 61654 6207959040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 14:59:28,468 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 14:59:28,474 basehttp 61654 6207959040 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 15:00:18,664 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:00:28,679 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:01:18,654 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:01:29,658 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:02:11,411 basehttp 61654 6191132672 "GET /en/hr/training-management/ HTTP/1.1" 200 86345 WARNING 2025-10-02 15:02:11,427 log 61654 6191132672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 15:02:11,427 basehttp 61654 6191132672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 15:02:11,479 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 15:02:11,487 basehttp 61654 6191132672 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 15:02:18,667 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:03:11,485 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:04:11,486 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:04:18,649 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:05:11,490 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:05:18,651 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:05:57,191 basehttp 61654 6207959040 "GET /en/hr/training-management/ HTTP/1.1" 200 86194 WARNING 2025-10-02 15:05:57,209 log 61654 6207959040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 15:05:57,209 basehttp 61654 6207959040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 15:05:57,263 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 15:05:57,270 basehttp 61654 6207959040 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 15:06:18,666 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:06:41,140 basehttp 61654 6191132672 "GET /en/hr/training-management/ HTTP/1.1" 200 85957 WARNING 2025-10-02 15:06:41,159 log 61654 6191132672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 15:06:41,160 basehttp 61654 6191132672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 15:06:41,211 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 15:06:41,216 basehttp 61654 6191132672 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 15:07:06,636 basehttp 61654 6207959040 "GET /en/hr/training-management/ HTTP/1.1" 200 85999 WARNING 2025-10-02 15:07:06,655 log 61654 6207959040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 15:07:06,655 basehttp 61654 6207959040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 15:07:06,708 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 15:07:06,714 basehttp 61654 6207959040 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 15:08:05,872 basehttp 61654 6191132672 "GET /en/hr/training/records/3353/ HTTP/1.1" 200 38000 WARNING 2025-10-02 15:08:05,888 log 61654 6191132672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 15:08:05,888 basehttp 61654 6191132672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 15:08:05,938 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 15:08:05,945 basehttp 61654 6191132672 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 15:08:18,662 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:08:35,172 basehttp 61654 6207959040 "GET /en/hr/training/programs/15/ HTTP/1.1" 200 39589 WARNING 2025-10-02 15:08:35,188 log 61654 6207959040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 15:08:35,188 basehttp 61654 6207959040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 15:08:35,232 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 15:08:35,238 basehttp 61654 6207959040 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 15:08:42,644 basehttp 61654 6191132672 "GET /en/hr/training/sessions/72/ HTTP/1.1" 200 142980 WARNING 2025-10-02 15:08:42,657 log 61654 6191132672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 15:08:42,658 basehttp 61654 6191132672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 15:08:42,708 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 15:08:42,715 basehttp 61654 6191132672 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 15:09:04,219 basehttp 61654 6207959040 "GET /en/hr/training/records/1339/ HTTP/1.1" 200 35971 WARNING 2025-10-02 15:09:04,234 log 61654 6207959040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 15:09:04,234 basehttp 61654 6207959040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 15:09:04,281 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 15:09:04,288 basehttp 61654 6207959040 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 15:09:06,987 basehttp 61654 6191132672 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 15:09:06,990 log 61654 6207959040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 15:09:06,991 basehttp 61654 6207959040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 15:09:07,002 log 61654 6207959040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 15:09:07,002 basehttp 61654 6207959040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 15:09:07,392 log 61654 6191132672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 15:09:07,392 basehttp 61654 6207959040 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 15:09:07,393 basehttp 61654 6191132672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 15:09:07,399 log 61654 6191132672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 15:09:07,400 basehttp 61654 6191132672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 15:09:07,900 basehttp 61654 6207959040 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 15:09:07,903 log 61654 6224785408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 15:09:07,903 basehttp 61654 6224785408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 15:09:07,905 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 15:09:07,912 log 61654 6191132672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 15:09:07,912 basehttp 61654 6191132672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 15:09:08,576 basehttp 61654 6224785408 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 15:09:08,578 log 61654 6207959040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 15:09:08,579 basehttp 61654 6207959040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 15:09:08,580 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 15:09:08,587 log 61654 6191132672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 15:09:08,587 basehttp 61654 6191132672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 15:09:18,659 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:10:08,588 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:11:08,590 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:11:18,656 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:12:08,592 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:12:18,659 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:13:08,583 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:13:18,647 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:14:08,579 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:15:08,583 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:15:18,641 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:16:08,585 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:16:18,643 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:17:08,586 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:17:18,636 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:18:08,595 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:19:08,597 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:19:18,638 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:20:08,646 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:20:18,634 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:21:10,647 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:21:18,649 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:22:18,645 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:23:18,626 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:24:18,631 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:24:18,641 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:26:18,628 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:26:18,636 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:27:18,630 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:28:18,637 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:29:18,681 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:29:18,690 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:31:18,662 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:31:18,672 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:33:18,634 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:33:18,640 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:34:18,636 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:35:18,641 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:36:18,637 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:37:18,639 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:37:18,650 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 15:37:34,110 log 61654 6191132672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 15:37:34,111 basehttp 61654 6191132672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 15:37:34,213 basehttp 61654 6191132672 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 15:37:37,216 basehttp 61654 6207959040 "GET /en/hr/ HTTP/1.1" 200 245982 WARNING 2025-10-02 15:37:37,230 log 61654 6207959040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 15:37:37,230 basehttp 61654 6207959040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 15:37:37,307 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 15:37:37,324 basehttp 61654 6207959040 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 15:38:37,324 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:39:18,638 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:39:37,316 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:40:18,640 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:40:37,327 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:41:37,333 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:42:18,636 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:42:37,345 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:42:37,371 basehttp 61654 6207959040 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-02 15:43:18,640 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:43:37,344 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:44:37,342 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:45:18,639 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:45:37,346 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:46:18,637 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:46:37,349 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:47:37,348 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:47:37,360 basehttp 61654 6191132672 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-02 15:48:18,635 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:48:37,357 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:49:18,639 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:49:37,359 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:50:37,356 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:51:18,634 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:51:37,636 basehttp 61654 6191132672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:51:38,214 basehttp 61654 6191132672 "GET /en/admin/hr/department/ HTTP/1.1" 200 103771 INFO 2025-10-02 15:51:38,234 basehttp 61654 6224785408 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-10-02 15:51:38,234 basehttp 61654 6207959040 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-10-02 15:51:38,235 basehttp 61654 6241611776 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-10-02 15:51:38,236 basehttp 61654 6191132672 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-10-02 15:51:38,236 basehttp 61654 6258438144 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-10-02 15:51:38,237 basehttp 61654 6224785408 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-10-02 15:51:38,237 basehttp 61654 6191132672 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-10-02 15:51:38,237 basehttp 61654 6258438144 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-10-02 15:51:38,237 basehttp 61654 6241611776 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-10-02 15:51:38,238 basehttp 61654 6224785408 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-10-02 15:51:38,239 basehttp 61654 6191132672 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-10-02 15:51:38,239 basehttp 61654 6241611776 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-10-02 15:51:38,239 basehttp 61654 6224785408 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-10-02 15:51:38,240 basehttp 61654 6191132672 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-10-02 15:51:38,241 basehttp 61654 6275264512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 15:51:38,242 basehttp 61654 6258438144 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-10-02 15:51:38,242 basehttp 61654 6207959040 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-10-02 15:51:38,244 basehttp 61654 6207959040 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-10-02 15:51:38,246 basehttp 61654 6207959040 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-10-02 15:51:38,253 basehttp 61654 6207959040 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-10-02 15:51:38,254 basehttp 61654 6258438144 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-10-02 15:51:38,254 basehttp 61654 6207959040 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-10-02 15:51:38,255 basehttp 61654 6275264512 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-10-02 15:51:43,580 basehttp 61654 6275264512 "GET /en/admin/hr/performancereview/ HTTP/1.1" 200 155624 INFO 2025-10-02 15:51:43,595 basehttp 61654 6275264512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 15:51:47,947 basehttp 61654 6275264512 "GET /en/admin/hr/programmodule/ HTTP/1.1" 200 134073 INFO 2025-10-02 15:51:47,961 basehttp 61654 6275264512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 15:52:18,626 basehttp 61654 6275264512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:52:37,659 basehttp 61654 6275264512 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-02 15:52:39,642 basehttp 61654 6275264512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:53:24,420 basehttp 61654 6275264512 "GET /en/admin/hr/programprerequisite/ HTTP/1.1" 200 95430 INFO 2025-10-02 15:53:24,436 basehttp 61654 6275264512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 15:53:38,521 basehttp 61654 6275264512 "GET /en/admin/hr/scheduleassignment/ HTTP/1.1" 200 156464 INFO 2025-10-02 15:53:38,530 basehttp 61654 6275264512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 15:53:49,149 basehttp 61654 6275264512 "GET /en/admin/hr/trainingcertificates/ HTTP/1.1" 200 177585 INFO 2025-10-02 15:53:49,168 basehttp 61654 6275264512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 15:54:08,326 basehttp 61654 6275264512 "GET /en/admin/hr/trainingrecord/ HTTP/1.1" 200 179220 INFO 2025-10-02 15:54:08,338 basehttp 61654 6207959040 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-10-02 15:54:08,341 basehttp 61654 6275264512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 15:54:18,633 basehttp 61654 6275264512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:54:18,643 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:54:19,544 basehttp 61654 6207959040 "GET /en/admin/emr/encounter/ HTTP/1.1" 200 168024 INFO 2025-10-02 15:54:19,566 basehttp 61654 6207959040 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 15:54:37,286 basehttp 61654 6207959040 "GET /en/admin/patients/claimdocument/ HTTP/1.1" 200 89575 INFO 2025-10-02 15:54:37,300 basehttp 61654 6207959040 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 15:54:43,753 basehttp 61654 6207959040 "GET /en/admin/patients/consentform/ HTTP/1.1" 200 141976 INFO 2025-10-02 15:54:43,767 basehttp 61654 6207959040 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 15:55:18,633 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:55:26,432 basehttp 61654 6207959040 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 113267 INFO 2025-10-02 15:55:26,445 basehttp 61654 6207959040 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 15:55:47,988 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:55:53,071 basehttp 61654 6207959040 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-02 15:56:05,996 basehttp 61654 6207959040 "GET /en/hr/schedules/create/ HTTP/1.1" 200 37004 WARNING 2025-10-02 15:56:06,012 log 61654 6207959040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 15:56:06,012 basehttp 61654 6207959040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 15:56:06,014 basehttp 61654 6275264512 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-10-02 15:56:06,015 basehttp 61654 6207959040 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-10-02 15:56:06,016 basehttp 61654 6258438144 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 WARNING 2025-10-02 15:56:06,091 basehttp 61654 6258438144 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 15:56:06,117 basehttp 61654 6207959040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 15:56:08,163 basehttp 61654 6207959040 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 15:56:08,167 log 61654 6275264512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 15:56:08,167 basehttp 61654 6275264512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 15:56:08,179 log 61654 6275264512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 15:56:08,179 basehttp 61654 6275264512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 15:56:47,996 basehttp 61654 6275264512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:57:18,630 basehttp 61654 6275264512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:57:37,360 basehttp 61654 6275264512 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-02 15:57:47,998 basehttp 61654 6275264512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:58:18,710 basehttp 61654 6275264512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:58:48,081 basehttp 61654 6275264512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 15:59:48,087 basehttp 61654 6275264512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:00:18,710 basehttp 61654 6275264512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:00:48,091 basehttp 61654 6275264512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:00:55,854 autoreload 61654 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 16:00:56,234 autoreload 94940 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 16:00:58,716 basehttp 94940 6122549248 "GET /en/hr/ HTTP/1.1" 200 245982 WARNING 2025-10-02 16:00:58,733 log 94940 6122549248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:00:58,733 basehttp 94940 6122549248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:00:58,805 basehttp 94940 6122549248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:00:58,814 basehttp 94940 6122549248 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:01:02,408 basehttp 94940 6139375616 "GET /en/hr/ HTTP/1.1" 200 245982 WARNING 2025-10-02 16:01:02,422 log 94940 6139375616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:01:02,422 basehttp 94940 6139375616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:01:02,480 basehttp 94940 6139375616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:01:02,491 basehttp 94940 6139375616 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:01:18,710 basehttp 94940 6122549248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:01:29,031 autoreload 94940 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 16:01:29,454 autoreload 95192 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 16:01:31,739 basehttp 95192 6126956544 "GET /en/hr/ HTTP/1.1" 200 245982 WARNING 2025-10-02 16:01:31,753 log 95192 6126956544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:01:31,753 basehttp 95192 6126956544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:01:31,816 basehttp 95192 6126956544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:01:31,827 basehttp 95192 6126956544 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:01:35,262 basehttp 95192 6143782912 "GET /en/hr/ HTTP/1.1" 200 245982 WARNING 2025-10-02 16:01:35,286 log 95192 6143782912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:01:35,286 basehttp 95192 6143782912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:01:35,325 basehttp 95192 6143782912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:01:35,344 basehttp 95192 6143782912 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:02:35,342 basehttp 95192 6126956544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:02:49,566 basehttp 95192 6126956544 "GET /en/hr/ HTTP/1.1" 200 245982 WARNING 2025-10-02 16:02:49,583 log 95192 6126956544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:02:49,583 basehttp 95192 6126956544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:02:49,639 basehttp 95192 6126956544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:02:49,660 basehttp 95192 6126956544 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:02:55,173 basehttp 95192 6143782912 "GET /en/hr/time-entries/ HTTP/1.1" 200 151735 WARNING 2025-10-02 16:02:55,189 log 95192 6143782912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:02:55,189 basehttp 95192 6143782912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:02:55,251 basehttp 95192 6143782912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:02:55,253 basehttp 95192 6126956544 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 ERROR 2025-10-02 16:03:03,889 log 95192 6143782912 Internal Server Error: /en/hr/time-entries/4334/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_time_entry_conflicts' not found. 'check_time_entry_conflicts' is not a valid view function or pattern name. ERROR 2025-10-02 16:03:03,891 basehttp 95192 6143782912 "GET /en/hr/time-entries/4334/update/ HTTP/1.1" 500 182210 WARNING 2025-10-02 16:03:03,902 log 95192 6143782912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:03:03,902 basehttp 95192 6143782912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:03:18,716 basehttp 95192 6143782912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:04:18,707 basehttp 95192 6143782912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:06:18,724 basehttp 95192 6143782912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:07:18,718 basehttp 95192 6143782912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:08:18,730 basehttp 95192 6143782912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:10:18,715 basehttp 95192 6143782912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:11:18,724 basehttp 95192 6143782912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-10-02 16:11:44,289 log 95192 6143782912 Internal Server Error: /en/hr/time-entries/4334/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_time_entry_conflicts' not found. 'check_time_entry_conflicts' is not a valid view function or pattern name. ERROR 2025-10-02 16:11:44,290 basehttp 95192 6143782912 "GET /en/hr/time-entries/4334/update/ HTTP/1.1" 500 182347 WARNING 2025-10-02 16:11:44,303 log 95192 6143782912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:11:44,303 basehttp 95192 6143782912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:12:18,711 basehttp 95192 6143782912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-10-02 16:13:37,552 log 95192 6143782912 Internal Server Error: /en/hr/time-entries/4334/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_employee_schedule_assignments' not found. 'get_employee_schedule_assignments' is not a valid view function or pattern name. ERROR 2025-10-02 16:13:37,556 basehttp 95192 6143782912 "GET /en/hr/time-entries/4334/update/ HTTP/1.1" 500 181598 WARNING 2025-10-02 16:13:37,566 log 95192 6143782912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:13:37,566 basehttp 95192 6143782912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:13:52,747 basehttp 95192 6143782912 "GET /en/hr/time-entries/4334/update/ HTTP/1.1" 200 45303 WARNING 2025-10-02 16:13:52,763 log 95192 6160609280 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-10-02 16:13:52,764 basehttp 95192 6126956544 "GET /static/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 200 3034 WARNING 2025-10-02 16:13:52,764 basehttp 95192 6160609280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:13:52,765 basehttp 95192 6143782912 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.css HTTP/1.1" 200 17192 INFO 2025-10-02 16:13:52,765 basehttp 95192 13321187328 "GET /static/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 200 18685 INFO 2025-10-02 16:13:52,766 basehttp 95192 13304360960 "GET /static/plugins/bootstrap-datepicker/js/bootstrap-datepicker.js HTTP/1.1" 200 58890 INFO 2025-10-02 16:13:52,791 basehttp 95192 13304360960 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.css.map HTTP/1.1" 200 18548 INFO 2025-10-02 16:13:52,816 basehttp 95192 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:13:52,827 basehttp 95192 13304360960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:14:18,671 basehttp 95192 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:14:52,828 basehttp 95192 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:15:18,680 basehttp 95192 6126956544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:15:52,831 basehttp 95192 6126956544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:16:17,360 autoreload 95192 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/forms.py changed, reloading. INFO 2025-10-02 16:16:17,844 autoreload 3151 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 16:16:18,787 basehttp 3151 6156316672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:16:27,543 autoreload 3151 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/urls.py changed, reloading. INFO 2025-10-02 16:16:28,019 autoreload 3278 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 16:16:42,749 autoreload 3278 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-02 16:16:43,280 autoreload 3457 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 16:16:52,889 basehttp 3457 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:16:57,857 basehttp 3457 6127857664 "GET /en/hr/time-entries/4334/update/ HTTP/1.1" 200 47068 WARNING 2025-10-02 16:16:57,872 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:16:57,872 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:16:57,913 basehttp 3457 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:16:57,917 basehttp 3457 6127857664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:17:56,798 basehttp 3457 6144684032 "GET /en/hr/time-entries/ HTTP/1.1" 200 151735 WARNING 2025-10-02 16:17:56,832 log 3457 6144684032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:17:56,832 basehttp 3457 6144684032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:17:56,889 basehttp 3457 6144684032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:17:56,899 basehttp 3457 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:18:10,110 basehttp 3457 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:18:10,124 basehttp 3457 6127857664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:18:10,132 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:18:10,132 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:18:10,252 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:18:10,252 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:18:12,548 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:18:12,548 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:18:12,579 basehttp 3457 6127857664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:18:13,392 basehttp 3457 6144684032 "GET /en/hr/time-entries/ HTTP/1.1" 200 151735 WARNING 2025-10-02 16:18:13,403 log 3457 6144684032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:18:13,404 basehttp 3457 6144684032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:18:13,464 basehttp 3457 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:18:13,467 basehttp 3457 6144684032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:18:18,675 basehttp 3457 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:18:23,486 basehttp 3457 6127857664 "GET / HTTP/1.1" 302 0 INFO 2025-10-02 16:18:23,513 basehttp 3457 6144684032 "GET /en/ HTTP/1.1" 200 47018 WARNING 2025-10-02 16:18:23,527 log 3457 6144684032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:18:23,527 basehttp 3457 6144684032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:18:23,582 basehttp 3457 13438578688 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:18:23,591 basehttp 3457 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:18:23,594 basehttp 3457 6161510400 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 16:18:23,596 basehttp 3457 6127857664 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 16:18:32,147 basehttp 3457 6127857664 "GET /en/radiology HTTP/1.1" 301 0 INFO 2025-10-02 16:18:32,261 basehttp 3457 6161510400 "GET /en/radiology/ HTTP/1.1" 200 62108 WARNING 2025-10-02 16:18:32,277 log 3457 6161510400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:18:32,278 basehttp 3457 6161510400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:18:32,299 basehttp 3457 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:18:32,300 basehttp 3457 6144684032 "GET /en/radiology/htmx/stats/ HTTP/1.1" 200 4178 WARNING 2025-10-02 16:18:32,323 basehttp 3457 6144684032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:18:39,228 basehttp 3457 6161510400 "GET /en/radiology/orders/ HTTP/1.1" 200 87836 WARNING 2025-10-02 16:18:39,239 log 3457 6161510400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:18:39,240 basehttp 3457 6161510400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:18:39,286 basehttp 3457 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:18:39,290 basehttp 3457 6161510400 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:18:44,624 basehttp 3457 6127857664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:18:44,627 log 3457 6144684032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:18:44,627 basehttp 3457 6144684032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:18:44,637 log 3457 6144684032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:18:44,637 basehttp 3457 6144684032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:18:51,506 basehttp 3457 6144684032 "GET /en/radiology/images/ HTTP/1.1" 200 275885 WARNING 2025-10-02 16:18:51,519 log 3457 6144684032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:18:51,519 basehttp 3457 6144684032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:18:51,586 basehttp 3457 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:18:51,598 basehttp 3457 6144684032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:18:53,919 basehttp 3457 6127857664 "GET /en/radiology/viewer/image/1/ HTTP/1.1" 200 33382 WARNING 2025-10-02 16:18:53,938 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:18:53,938 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:18:53,982 basehttp 3457 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:18:53,987 basehttp 3457 6127857664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:19:02,478 basehttp 3457 6144684032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:19:02,481 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:19:02,481 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:19:02,491 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:19:02,491 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:19:04,600 basehttp 3457 6127857664 "GET /en/radiology/viewer/series/1/ HTTP/1.1" 200 34996 WARNING 2025-10-02 16:19:04,621 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:19:04,621 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:19:04,629 log 3457 6144684032 Not Found: /en/radiology/files/preview/b0f6fc3c-b286-44bf-92ec-1eeb86cae983/ WARNING 2025-10-02 16:19:04,629 basehttp 3457 6144684032 "GET /en/radiology/files/preview/b0f6fc3c-b286-44bf-92ec-1eeb86cae983/ HTTP/1.1" 404 31666 INFO 2025-10-02 16:19:04,663 basehttp 3457 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:19:04,668 basehttp 3457 6144684032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:19:04,671 basehttp 3457 6127857664 "GET /en/radiology/series/ab69f13b-b478-4f1a-8785-f13ec58433ef/images/ HTTP/1.1" 200 7710 WARNING 2025-10-02 16:19:04,681 log 3457 6127857664 Not Found: /en/radiology/files/thumbnail/b0f6fc3c-b286-44bf-92ec-1eeb86cae983/ WARNING 2025-10-02 16:19:04,681 basehttp 3457 6127857664 "GET /en/radiology/files/thumbnail/b0f6fc3c-b286-44bf-92ec-1eeb86cae983/ HTTP/1.1" 404 31274 WARNING 2025-10-02 16:19:04,735 log 3457 13455405056 Not Found: /en/radiology/files/thumbnail/92b28a3f-302a-4c95-b768-8153d15778f9/ WARNING 2025-10-02 16:19:04,736 basehttp 3457 13455405056 "GET /en/radiology/files/thumbnail/92b28a3f-302a-4c95-b768-8153d15778f9/ HTTP/1.1" 404 31274 WARNING 2025-10-02 16:19:04,738 log 3457 6161510400 Not Found: /en/radiology/files/thumbnail/4c5f225a-6664-4811-81f7-7e53eda87f9f/ WARNING 2025-10-02 16:19:04,739 basehttp 3457 6161510400 "GET /en/radiology/files/thumbnail/4c5f225a-6664-4811-81f7-7e53eda87f9f/ HTTP/1.1" 404 31274 WARNING 2025-10-02 16:19:04,741 log 3457 13472231424 Not Found: /en/radiology/files/thumbnail/c99e3c40-9cb2-4443-9625-2c25264d6021/ WARNING 2025-10-02 16:19:04,741 basehttp 3457 13472231424 "GET /en/radiology/files/thumbnail/c99e3c40-9cb2-4443-9625-2c25264d6021/ HTTP/1.1" 404 31274 WARNING 2025-10-02 16:19:04,743 log 3457 6144684032 Not Found: /en/radiology/files/thumbnail/85c85443-dc75-4fff-aca9-b2fd64dce4be/ WARNING 2025-10-02 16:19:04,745 log 3457 6127857664 Not Found: /en/radiology/files/thumbnail/345a3b0a-34c1-4443-96d2-dd7c3d0d7c5a/ WARNING 2025-10-02 16:19:04,747 log 3457 13438578688 Not Found: /en/radiology/files/thumbnail/3bab44bc-a4e0-43f4-879d-17d9d38b3957/ WARNING 2025-10-02 16:19:04,747 basehttp 3457 6144684032 "GET /en/radiology/files/thumbnail/85c85443-dc75-4fff-aca9-b2fd64dce4be/ HTTP/1.1" 404 31274 WARNING 2025-10-02 16:19:04,748 basehttp 3457 13438578688 "GET /en/radiology/files/thumbnail/3bab44bc-a4e0-43f4-879d-17d9d38b3957/ HTTP/1.1" 404 31274 WARNING 2025-10-02 16:19:04,748 basehttp 3457 6127857664 "GET /en/radiology/files/thumbnail/345a3b0a-34c1-4443-96d2-dd7c3d0d7c5a/ HTTP/1.1" 404 31274 WARNING 2025-10-02 16:19:04,806 log 3457 13455405056 Not Found: /en/radiology/files/thumbnail/3fb5727c-94e6-4598-8d78-a691ae89ee6d/ WARNING 2025-10-02 16:19:04,808 log 3457 6161510400 Not Found: /en/radiology/files/thumbnail/3780ff4c-1707-42a0-a1f9-b80c457fb793/ WARNING 2025-10-02 16:19:04,811 log 3457 13472231424 Not Found: /en/radiology/files/thumbnail/b89cbaa0-a5fd-41ad-9f4a-d1c0861c3edc/ WARNING 2025-10-02 16:19:04,811 basehttp 3457 13455405056 "GET /en/radiology/files/thumbnail/3fb5727c-94e6-4598-8d78-a691ae89ee6d/ HTTP/1.1" 404 31274 WARNING 2025-10-02 16:19:04,812 basehttp 3457 6161510400 "GET /en/radiology/files/thumbnail/3780ff4c-1707-42a0-a1f9-b80c457fb793/ HTTP/1.1" 404 31274 WARNING 2025-10-02 16:19:04,812 basehttp 3457 13472231424 "GET /en/radiology/files/thumbnail/b89cbaa0-a5fd-41ad-9f4a-d1c0861c3edc/ HTTP/1.1" 404 31274 WARNING 2025-10-02 16:19:04,815 log 3457 6144684032 Not Found: /en/radiology/files/thumbnail/c985daab-8055-4a6c-a45b-1ca5fe4906a8/ WARNING 2025-10-02 16:19:04,817 log 3457 6127857664 Not Found: /en/radiology/files/thumbnail/9a11a89e-dd33-437f-8987-de9b097284c3/ WARNING 2025-10-02 16:19:04,818 basehttp 3457 6144684032 "GET /en/radiology/files/thumbnail/c985daab-8055-4a6c-a45b-1ca5fe4906a8/ HTTP/1.1" 404 31274 WARNING 2025-10-02 16:19:04,818 basehttp 3457 6127857664 "GET /en/radiology/files/thumbnail/9a11a89e-dd33-437f-8987-de9b097284c3/ HTTP/1.1" 404 31274 WARNING 2025-10-02 16:19:04,820 log 3457 13438578688 Not Found: /en/radiology/files/thumbnail/4430a545-105a-4353-8dad-e324649231d0/ WARNING 2025-10-02 16:19:04,821 basehttp 3457 13438578688 "GET /en/radiology/files/thumbnail/4430a545-105a-4353-8dad-e324649231d0/ HTTP/1.1" 404 31274 WARNING 2025-10-02 16:19:04,827 log 3457 13455405056 Not Found: /en/radiology/files/thumbnail/ae62aecb-14e5-40f7-919f-638f9f670e61/ WARNING 2025-10-02 16:19:04,827 basehttp 3457 13455405056 "GET /en/radiology/files/thumbnail/ae62aecb-14e5-40f7-919f-638f9f670e61/ HTTP/1.1" 404 31274 WARNING 2025-10-02 16:19:04,872 log 3457 6161510400 Not Found: /en/radiology/files/thumbnail/6de79405-0904-492a-93d9-dc1a9083da8c/ WARNING 2025-10-02 16:19:04,873 basehttp 3457 6161510400 "GET /en/radiology/files/thumbnail/6de79405-0904-492a-93d9-dc1a9083da8c/ HTTP/1.1" 404 31274 WARNING 2025-10-02 16:19:04,879 log 3457 13472231424 Not Found: /en/radiology/files/thumbnail/a20655b6-2664-48ea-9751-588e4e17c9f4/ WARNING 2025-10-02 16:19:04,881 log 3457 6127857664 Not Found: /en/radiology/files/thumbnail/51fd5853-6484-44fa-ae92-afb7113502a3/ WARNING 2025-10-02 16:19:04,883 log 3457 13438578688 Not Found: /en/radiology/files/thumbnail/3ec3c7ec-d679-4318-bc84-c40a0899fe0d/ WARNING 2025-10-02 16:19:04,883 basehttp 3457 13472231424 "GET /en/radiology/files/thumbnail/a20655b6-2664-48ea-9751-588e4e17c9f4/ HTTP/1.1" 404 31274 WARNING 2025-10-02 16:19:04,883 basehttp 3457 6127857664 "GET /en/radiology/files/thumbnail/51fd5853-6484-44fa-ae92-afb7113502a3/ HTTP/1.1" 404 31274 WARNING 2025-10-02 16:19:04,883 basehttp 3457 13438578688 "GET /en/radiology/files/thumbnail/3ec3c7ec-d679-4318-bc84-c40a0899fe0d/ HTTP/1.1" 404 31274 WARNING 2025-10-02 16:19:04,885 log 3457 6144684032 Not Found: /en/radiology/files/thumbnail/eca3607c-337b-4d7e-bee5-77e1a3354e28/ WARNING 2025-10-02 16:19:04,887 log 3457 13455405056 Not Found: /en/radiology/files/thumbnail/c0a6ca5a-66aa-44fc-8fb2-7b2fa83cf2cf/ WARNING 2025-10-02 16:19:04,888 basehttp 3457 13455405056 "GET /en/radiology/files/thumbnail/c0a6ca5a-66aa-44fc-8fb2-7b2fa83cf2cf/ HTTP/1.1" 404 31274 WARNING 2025-10-02 16:19:04,888 basehttp 3457 6144684032 "GET /en/radiology/files/thumbnail/eca3607c-337b-4d7e-bee5-77e1a3354e28/ HTTP/1.1" 404 31274 WARNING 2025-10-02 16:19:09,090 basehttp 3457 6144684032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:19:09,093 log 3457 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:19:09,093 basehttp 3457 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:19:09,101 log 3457 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:19:09,101 basehttp 3457 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:19:18,677 basehttp 3457 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:19:51,601 basehttp 3457 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:20:18,682 basehttp 3457 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:20:51,603 basehttp 3457 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:21:51,602 basehttp 3457 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:22:08,839 basehttp 3457 13455405056 "GET /en/radiology/images/ HTTP/1.1" 200 275885 WARNING 2025-10-02 16:22:08,857 log 3457 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:22:08,858 basehttp 3457 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:22:08,927 basehttp 3457 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:22:08,937 basehttp 3457 13455405056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:22:11,841 log 3457 13438578688 Not Found: /en/radiology/files/image/b0f6fc3c-b286-44bf-92ec-1eeb86cae983/ WARNING 2025-10-02 16:22:11,841 basehttp 3457 13438578688 "GET /en/radiology/files/image/b0f6fc3c-b286-44bf-92ec-1eeb86cae983/ HTTP/1.1" 404 30853 WARNING 2025-10-02 16:22:11,859 log 3457 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:22:11,859 basehttp 3457 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:22:16,562 basehttp 3457 13438578688 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:22:16,564 log 3457 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:22:16,565 basehttp 3457 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:22:16,573 log 3457 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:22:16,574 basehttp 3457 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:22:18,681 basehttp 3457 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:22:21,074 basehttp 3457 13472231424 "GET /en/radiology/viewer/image/1/ HTTP/1.1" 200 33382 WARNING 2025-10-02 16:22:21,125 log 3457 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:22:21,125 basehttp 3457 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:22:21,134 basehttp 3457 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:22:21,140 basehttp 3457 13472231424 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:22:30,092 basehttp 3457 6127857664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:22:30,094 log 3457 6161510400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:22:30,095 basehttp 3457 6161510400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:22:30,105 log 3457 6161510400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:22:30,105 basehttp 3457 6161510400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:23:08,952 basehttp 3457 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:23:18,673 basehttp 3457 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:23:47,495 log 3457 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:23:47,496 basehttp 3457 6144684032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:23:47,496 basehttp 3457 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:23:47,499 basehttp 3457 6161510400 "GET /en/radiology/htmx/stats/ HTTP/1.1" 200 4178 WARNING 2025-10-02 16:23:47,504 log 3457 6161510400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:23:47,504 basehttp 3457 6161510400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:23:47,505 basehttp 3457 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:23:50,395 basehttp 3457 6127857664 "GET /en/radiology/reports/ HTTP/1.1" 200 129945 WARNING 2025-10-02 16:23:50,408 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:23:50,408 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:23:50,462 basehttp 3457 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:23:50,469 basehttp 3457 6127857664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:24:01,026 basehttp 3457 6161510400 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:24:01,028 log 3457 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:24:01,029 basehttp 3457 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:24:01,044 log 3457 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:24:01,044 basehttp 3457 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:24:03,177 log 3457 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:24:03,177 basehttp 3457 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:24:03,191 basehttp 3457 13438578688 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:24:33,218 basehttp 3457 6127857664 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 16:25:03,229 basehttp 3457 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:25:03,234 basehttp 3457 6144684032 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-02 16:25:03,236 basehttp 3457 6161510400 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-02 16:25:18,680 basehttp 3457 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:25:22,636 basehttp 3457 6161510400 "GET /en/laboratory/ HTTP/1.1" 200 51269 WARNING 2025-10-02 16:25:22,648 log 3457 6161510400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:25:22,649 basehttp 3457 6161510400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:25:22,683 basehttp 3457 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:25:22,688 basehttp 3457 6144684032 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 200 4309 WARNING 2025-10-02 16:25:22,693 basehttp 3457 6144684032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:25:30,113 basehttp 3457 6161510400 "GET /en/laboratory/specimens/ HTTP/1.1" 200 137467 WARNING 2025-10-02 16:25:30,128 log 3457 6161510400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:25:30,128 basehttp 3457 6161510400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:25:30,189 basehttp 3457 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:25:30,190 basehttp 3457 6127857664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:25:51,724 basehttp 3457 6161510400 "GET /en/laboratory/specimens/1048/ HTTP/1.1" 200 32711 WARNING 2025-10-02 16:25:51,740 log 3457 6161510400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:25:51,740 basehttp 3457 6161510400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:25:51,788 basehttp 3457 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:25:51,792 basehttp 3457 6161510400 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:26:01,503 basehttp 3457 6144684032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:26:01,506 log 3457 6161510400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:26:01,506 basehttp 3457 6161510400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:26:01,538 basehttp 3457 6127857664 "GET /en/laboratory/specimens/ HTTP/1.1" 200 137467 WARNING 2025-10-02 16:26:01,546 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:26:01,547 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:26:01,552 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:26:01,552 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:26:01,576 basehttp 3457 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:26:01,580 basehttp 3457 6127857664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:26:03,548 basehttp 3457 6161510400 "GET /en/laboratory/specimens/1048/update/ HTTP/1.1" 200 42454 WARNING 2025-10-02 16:26:03,567 log 3457 6161510400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:26:03,568 basehttp 3457 6161510400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:26:03,610 basehttp 3457 6127857664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:26:03,613 basehttp 3457 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:26:14,015 basehttp 3457 6161510400 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:26:14,018 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:26:14,019 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:26:14,025 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:26:14,025 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:26:14,902 basehttp 3457 6144684032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:26:14,904 log 3457 6161510400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:26:14,904 basehttp 3457 6161510400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:26:14,909 basehttp 3457 6127857664 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 200 4309 WARNING 2025-10-02 16:26:14,912 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:26:14,912 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:26:17,376 basehttp 3457 6127857664 "GET /en/laboratory/orders/723/ HTTP/1.1" 200 36831 WARNING 2025-10-02 16:26:17,396 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:26:17,396 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:26:17,442 basehttp 3457 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:26:17,446 basehttp 3457 6127857664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:26:18,679 basehttp 3457 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:26:21,926 basehttp 3457 6161510400 "GET /en/laboratory/specimens/1021/ HTTP/1.1" 200 32703 WARNING 2025-10-02 16:26:21,943 log 3457 6161510400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:26:21,944 basehttp 3457 6161510400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:26:21,991 basehttp 3457 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:26:21,995 basehttp 3457 6161510400 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:26:24,503 basehttp 3457 6127857664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:26:24,505 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:26:24,505 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:26:24,514 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:26:24,514 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:26:25,208 basehttp 3457 6144684032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:26:25,210 log 3457 6161510400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:26:25,211 basehttp 3457 6161510400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:26:25,213 basehttp 3457 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:26:25,216 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:26:25,217 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:26:27,376 basehttp 3457 6127857664 "GET /en/laboratory/results/create/ HTTP/1.1" 200 269713 WARNING 2025-10-02 16:26:27,399 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:26:27,399 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:26:27,449 basehttp 3457 6161510400 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:26:27,452 basehttp 3457 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:26:31,944 basehttp 3457 6127857664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:26:31,946 log 3457 6144684032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:26:31,946 basehttp 3457 6144684032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:26:31,958 log 3457 6144684032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:26:31,958 basehttp 3457 6144684032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:26:32,794 log 3457 6144684032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:26:32,795 basehttp 3457 6144684032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:26:32,810 basehttp 3457 6144684032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:26:35,211 basehttp 3457 6127857664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:26:35,215 log 3457 6144684032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:26:35,215 basehttp 3457 6144684032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:26:35,225 log 3457 6144684032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:26:35,225 basehttp 3457 6144684032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:26:38,423 basehttp 3457 6144684032 "GET /en/laboratory/tests/ HTTP/1.1" 200 88583 WARNING 2025-10-02 16:26:38,439 log 3457 6144684032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:26:38,439 basehttp 3457 6144684032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:26:38,490 basehttp 3457 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:26:38,494 basehttp 3457 6144684032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:26:40,608 basehttp 3457 6127857664 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 52994 WARNING 2025-10-02 16:26:40,627 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:26:40,627 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:26:40,678 basehttp 3457 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:26:40,684 basehttp 3457 6127857664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:26:48,695 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:26:48,695 basehttp 3457 6144684032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:26:48,695 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:26:48,706 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:26:48,706 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:27:05,333 basehttp 3457 6144684032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:27:05,335 log 3457 6161510400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:27:05,335 basehttp 3457 6161510400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:27:05,339 basehttp 3457 6127857664 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 200 4309 WARNING 2025-10-02 16:27:05,344 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:27:05,345 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:27:08,483 basehttp 3457 6127857664 "GET /en/laboratory/quality-control/ HTTP/1.1" 200 32554 WARNING 2025-10-02 16:27:08,500 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:27:08,500 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:27:08,548 basehttp 3457 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:27:08,555 basehttp 3457 6127857664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:27:12,861 basehttp 3457 6161510400 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:27:12,864 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:27:12,864 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:27:12,870 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:27:12,871 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:27:14,036 basehttp 3457 6127857664 "GET /en/laboratory/reference-ranges/ HTTP/1.1" 200 132640 WARNING 2025-10-02 16:27:14,054 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:27:14,054 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:27:14,103 basehttp 3457 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:27:14,108 basehttp 3457 6127857664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:27:18,685 basehttp 3457 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:28:14,131 basehttp 3457 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-10-02 16:28:29,707 log 3457 6144684032 Internal Server Error: /en/laboratory/reference-ranges/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'duplicate_reference_range' not found. 'duplicate_reference_range' is not a valid view function or pattern name. ERROR 2025-10-02 16:28:29,711 basehttp 3457 6144684032 "GET /en/laboratory/reference-ranges/ HTTP/1.1" 500 214547 WARNING 2025-10-02 16:28:29,722 log 3457 6144684032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:28:29,722 basehttp 3457 6144684032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:29:18,712 basehttp 3457 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-10-02 16:29:36,230 log 3457 6144684032 Internal Server Error: /en/laboratory/reference-ranges/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_reference_ranges' not found. 'export_reference_ranges' is not a valid view function or pattern name. ERROR 2025-10-02 16:29:36,233 basehttp 3457 6144684032 "GET /en/laboratory/reference-ranges/ HTTP/1.1" 500 219347 WARNING 2025-10-02 16:29:36,245 log 3457 6144684032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:29:36,245 basehttp 3457 6144684032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:29:51,267 basehttp 3457 6144684032 "GET /en/laboratory/reference-ranges/ HTTP/1.1" 200 138027 WARNING 2025-10-02 16:29:51,276 log 3457 6144684032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:29:51,277 basehttp 3457 6144684032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:29:51,328 basehttp 3457 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:29:51,336 basehttp 3457 6144684032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:30:18,716 basehttp 3457 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:30:33,584 basehttp 3457 6127857664 "GET /en/laboratory/reference-ranges/ HTTP/1.1" 200 138426 WARNING 2025-10-02 16:30:33,596 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:30:33,596 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:30:33,645 basehttp 3457 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:30:33,650 basehttp 3457 6127857664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:30:40,405 basehttp 3457 6144684032 "GET /en/laboratory/reference-ranges/create/ HTTP/1.1" 200 46194 WARNING 2025-10-02 16:30:40,427 log 3457 6144684032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:30:40,427 basehttp 3457 6144684032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:30:40,468 basehttp 3457 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:30:40,472 basehttp 3457 6144684032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:30:52,925 basehttp 3457 6127857664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:30:52,928 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:30:52,928 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:30:52,953 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:30:52,953 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:30:53,566 basehttp 3457 6127857664 "GET /en/laboratory/reference-ranges/ HTTP/1.1" 200 138426 WARNING 2025-10-02 16:30:53,583 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:30:53,583 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:30:53,638 basehttp 3457 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:30:53,650 basehttp 3457 6127857664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 ERROR 2025-10-02 16:31:14,504 log 3457 6144684032 Internal Server Error: /en/laboratory/reference-ranges/18/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'duplicate_reference_range' not found. 'duplicate_reference_range' is not a valid view function or pattern name. ERROR 2025-10-02 16:31:14,505 basehttp 3457 6144684032 "GET /en/laboratory/reference-ranges/18/ HTTP/1.1" 500 167984 WARNING 2025-10-02 16:31:14,528 log 3457 6144684032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:31:14,528 basehttp 3457 6144684032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:32:06,772 basehttp 3457 6144684032 "GET /en/laboratory/reference-ranges/18/ HTTP/1.1" 200 30591 WARNING 2025-10-02 16:32:06,783 log 3457 6144684032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:32:06,783 basehttp 3457 6144684032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:32:06,823 basehttp 3457 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:32:06,828 basehttp 3457 6144684032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:32:18,713 basehttp 3457 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:32:21,247 basehttp 3457 6127857664 "GET /en/laboratory/reference-ranges/ HTTP/1.1" 200 138426 WARNING 2025-10-02 16:32:21,261 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:32:21,261 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:32:21,281 basehttp 3457 6144684032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:32:21,283 basehttp 3457 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:32:25,660 basehttp 3457 6127857664 "GET /en/laboratory/reference-ranges/12/ HTTP/1.1" 200 31147 WARNING 2025-10-02 16:32:25,683 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:32:25,683 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:32:25,721 basehttp 3457 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:32:25,726 basehttp 3457 6127857664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:32:36,141 basehttp 3457 6144684032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:32:36,144 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:32:36,144 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:32:36,165 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:32:36,165 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:32:40,783 basehttp 3457 6127857664 "GET /en/laboratory/reference-ranges/11/ HTTP/1.1" 200 31158 WARNING 2025-10-02 16:32:40,805 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:32:40,806 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:32:40,845 basehttp 3457 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:32:40,851 basehttp 3457 6127857664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:32:47,621 basehttp 3457 6144684032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:32:47,633 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:32:47,634 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:32:47,663 log 3457 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:32:47,663 basehttp 3457 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:32:59,991 basehttp 3457 6127857664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:32:59,992 log 3457 6144684032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:32:59,992 basehttp 3457 6144684032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:33:00,012 log 3457 6144684032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:33:00,012 basehttp 3457 6144684032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:33:00,831 basehttp 3457 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:33:00,834 basehttp 3457 6127857664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:33:00,837 log 3457 6144684032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:33:00,837 basehttp 3457 6144684032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:33:00,863 log 3457 6144684032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:33:00,863 basehttp 3457 6144684032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:33:01,888 basehttp 3457 13438578688 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:33:01,890 log 3457 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:33:01,890 basehttp 3457 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:33:01,895 basehttp 3457 6144684032 "GET /en/laboratory/api/check-critical-results/ HTTP/1.1" 200 38 INFO 2025-10-02 16:33:01,902 basehttp 3457 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:33:01,905 basehttp 3457 6161510400 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 200 4309 WARNING 2025-10-02 16:33:01,912 log 3457 6161510400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:33:01,912 basehttp 3457 6161510400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:33:03,839 basehttp 3457 6161510400 "GET /en/laboratory/quality-control/ HTTP/1.1" 200 32554 WARNING 2025-10-02 16:33:03,859 log 3457 6161510400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:33:03,859 basehttp 3457 6161510400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:33:03,930 basehttp 3457 6127857664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:33:03,932 basehttp 3457 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:33:18,708 basehttp 3457 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-10-02 16:33:40,951 log 3457 6161510400 Internal Server Error: /en/laboratory/quality-control/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'create_qc_sample' not found. 'create_qc_sample' is not a valid view function or pattern name. ERROR 2025-10-02 16:33:40,953 basehttp 3457 6161510400 "GET /en/laboratory/quality-control/ HTTP/1.1" 500 178603 WARNING 2025-10-02 16:33:40,963 log 3457 6161510400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:33:40,963 basehttp 3457 6161510400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-10-02 16:34:09,009 log 3457 6161510400 Internal Server Error: /en/laboratory/quality-control/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'qc_sample_detail' not found. 'qc_sample_detail' is not a valid view function or pattern name. ERROR 2025-10-02 16:34:09,010 basehttp 3457 6161510400 "GET /en/laboratory/quality-control/ HTTP/1.1" 500 178067 WARNING 2025-10-02 16:34:09,021 log 3457 6161510400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:34:09,021 basehttp 3457 6161510400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:34:18,720 basehttp 3457 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-10-02 16:34:26,938 log 3457 6161510400 Internal Server Error: /en/laboratory/quality-control/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'qc_sample_detail' not found. 'qc_sample_detail' is not a valid view function or pattern name. ERROR 2025-10-02 16:34:26,939 basehttp 3457 6161510400 "GET /en/laboratory/quality-control/ HTTP/1.1" 500 177814 WARNING 2025-10-02 16:34:26,951 log 3457 6161510400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:34:26,951 basehttp 3457 6161510400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:34:56,398 basehttp 3457 6161510400 "GET /en/laboratory/quality-control/ HTTP/1.1" 200 38279 WARNING 2025-10-02 16:34:56,410 log 3457 6161510400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:34:56,410 basehttp 3457 6161510400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:34:56,454 basehttp 3457 6161510400 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:34:56,459 basehttp 3457 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:35:00,886 basehttp 3457 6144684032 "GET /en/laboratory/quality-control/ HTTP/1.1" 200 38279 WARNING 2025-10-02 16:35:00,900 log 3457 6144684032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:35:00,900 basehttp 3457 6144684032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:35:00,951 basehttp 3457 13455405056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:35:00,953 basehttp 3457 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:36:00,963 basehttp 3457 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:36:18,713 basehttp 3457 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:37:00,969 basehttp 3457 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:37:18,711 basehttp 3457 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:37:18,715 autoreload 3457 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-10-02 16:37:19,314 autoreload 13333 8313250112 Watching for file changes with StatReloader WARNING 2025-10-02 16:37:20,626 basehttp 13333 6157479936 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:37:20,631 log 13333 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:37:20,631 basehttp 13333 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:37:20,646 log 13333 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:37:20,647 basehttp 13333 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:37:21,430 basehttp 13333 13304360960 "GET /en/laboratory/quality-control/ HTTP/1.1" 200 38279 WARNING 2025-10-02 16:37:21,445 log 13333 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:37:21,445 basehttp 13333 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:37:21,494 basehttp 13333 6157479936 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:37:21,495 basehttp 13333 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:37:43,518 autoreload 13333 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-10-02 16:37:43,928 autoreload 13513 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 16:38:21,567 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:39:18,720 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:39:21,497 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:40:18,719 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:40:21,508 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:41:21,512 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:42:18,718 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:42:21,515 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:43:18,705 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:43:21,507 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:44:21,504 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:45:18,692 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:45:21,508 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:46:18,698 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:46:21,506 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:47:21,518 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:48:18,692 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:48:21,518 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:49:18,699 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:49:21,525 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:50:21,527 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:50:36,980 log 13513 6170783744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:50:36,980 basehttp 13513 6170783744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:50:36,998 basehttp 13513 6170783744 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:50:38,298 log 13513 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:50:38,299 basehttp 13513 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:50:38,348 basehttp 13513 13304360960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:50:39,681 log 13513 6170783744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:50:39,682 basehttp 13513 6170783744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:50:39,725 basehttp 13513 6170783744 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:50:43,876 log 13513 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:50:43,877 basehttp 13513 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:50:43,952 basehttp 13513 13304360960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:50:47,093 basehttp 13513 6170783744 "GET /hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ HTTP/1.1" 302 0 ERROR 2025-10-02 16:50:47,111 log 13513 6170783744 Internal Server Error: /en/hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ ERROR 2025-10-02 16:50:47,111 basehttp 13513 6170783744 "GET /en/hr/api/departments/bdaf1131-95cb-4a0b-9358-a70bd9fd9a7d/children/ HTTP/1.1" 500 101 INFO 2025-10-02 16:50:51,641 basehttp 13513 6170783744 "GET /en/hr/departments/30/ HTTP/1.1" 200 41947 WARNING 2025-10-02 16:50:51,657 log 13513 6170783744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:50:51,657 basehttp 13513 6170783744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:50:51,711 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:50:51,719 basehttp 13513 6170783744 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:51:03,629 basehttp 13513 13572796416 "GET /en/hr/departments/30/update/ HTTP/1.1" 200 44237 WARNING 2025-10-02 16:51:03,646 log 13513 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:51:03,646 basehttp 13513 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:51:03,689 basehttp 13513 13572796416 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:51:03,697 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:51:11,823 basehttp 13513 6170783744 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:51:11,826 log 13513 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:51:11,826 basehttp 13513 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:51:11,838 log 13513 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:51:11,838 basehttp 13513 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:51:18,701 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:51:20,782 basehttp 13513 13572796416 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-02 16:51:20,785 log 13513 6170783744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:51:20,786 basehttp 13513 6170783744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:51:20,799 log 13513 6170783744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:51:20,799 basehttp 13513 6170783744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:51:43,919 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:52:18,699 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:52:43,921 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:53:43,925 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:54:18,698 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:54:43,927 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:55:18,699 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:55:43,942 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:55:43,981 basehttp 13513 13572796416 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-02 16:56:18,704 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:56:43,935 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:56:50,456 log 13513 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:56:50,456 basehttp 13513 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:56:50,506 basehttp 13513 13572796416 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:56:53,538 basehttp 13513 6170783744 "GET /en/hr/schedules/ HTTP/1.1" 200 122894 WARNING 2025-10-02 16:56:53,559 log 13513 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:56:53,559 basehttp 13513 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-02 16:56:53,559 basehttp 13513 13572796416 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 INFO 2025-10-02 16:56:53,562 basehttp 13513 13640101888 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 INFO 2025-10-02 16:56:53,564 basehttp 13513 13623275520 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-10-02 16:56:53,564 basehttp 13513 6170783744 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 INFO 2025-10-02 16:56:53,565 basehttp 13513 13606449152 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 INFO 2025-10-02 16:56:53,569 basehttp 13513 13589622784 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 WARNING 2025-10-02 16:56:53,615 basehttp 13513 13589622784 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:56:53,631 basehttp 13513 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:57:00,323 basehttp 13513 13606449152 "GET /en/hr/schedules/168/ HTTP/1.1" 200 174617 WARNING 2025-10-02 16:57:00,340 log 13513 13606449152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-02 16:57:00,341 basehttp 13513 13606449152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-02 16:57:00,342 basehttp 13513 6170783744 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-10-02 16:57:00,394 basehttp 13513 13606449152 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-02 16:57:00,413 basehttp 13513 13623275520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 16:57:00,432 basehttp 13513 13623275520 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-10-02 16:57:03,101 basehttp 13513 13640101888 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-10-02 16:58:00,432 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:58:18,675 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:59:00,396 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 16:59:18,663 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:00:00,399 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:01:00,391 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:01:18,660 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:02:00,405 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:02:18,662 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:03:00,410 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:04:00,412 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:04:18,660 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 17:04:36,964 basehttp 13513 13572796416 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-10-02 17:05:00,417 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 17:05:11,058 basehttp 13513 6170783744 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-10-02 17:05:18,660 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:06:00,418 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:07:00,421 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:07:18,650 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:08:00,412 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:08:18,669 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:09:00,425 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:10:00,429 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:10:18,657 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:11:00,430 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:11:18,660 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:12:00,433 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:13:00,437 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:13:18,647 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:14:00,423 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:14:18,638 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:15:00,426 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:16:00,428 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:16:18,630 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:17:00,420 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:17:18,643 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:18:00,433 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:18:18,644 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:19:00,429 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:20:00,440 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:20:18,638 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:21:00,445 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:21:18,638 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:22:00,453 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:22:18,642 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:23:00,448 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:24:00,452 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:24:18,637 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:25:00,453 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:25:34,631 basehttp 13513 6170783744 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-10-02 17:25:34,734 basehttp 13513 13572796416 "GET /en/hr/ HTTP/1.1" 200 245982 INFO 2025-10-02 17:25:34,783 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:25:36,070 basehttp 13513 13572796416 "GET /en/radiology/ HTTP/1.1" 200 62108 INFO 2025-10-02 17:25:36,121 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:25:36,123 basehttp 13513 6170783744 "GET /en/radiology/htmx/stats/ HTTP/1.1" 200 4178 INFO 2025-10-02 17:25:53,967 basehttp 13513 6170783744 "GET /en/radiology/images/ HTTP/1.1" 200 275885 INFO 2025-10-02 17:25:54,018 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:25:55,813 basehttp 13513 6170783744 "GET /en/radiology/viewer/image/1/ HTTP/1.1" 200 33382 INFO 2025-10-02 17:25:55,850 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:26:10,472 basehttp 13513 6170783744 "GET /en/radiology/viewer/series/1/ HTTP/1.1" 200 34996 WARNING 2025-10-02 17:26:10,492 log 13513 6170783744 Not Found: /en/radiology/files/preview/b0f6fc3c-b286-44bf-92ec-1eeb86cae983/ WARNING 2025-10-02 17:26:10,492 basehttp 13513 6170783744 "GET /en/radiology/files/preview/b0f6fc3c-b286-44bf-92ec-1eeb86cae983/ HTTP/1.1" 404 31666 INFO 2025-10-02 17:26:10,506 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:26:10,511 basehttp 13513 13572796416 "GET /en/radiology/series/ab69f13b-b478-4f1a-8785-f13ec58433ef/images/ HTTP/1.1" 200 7710 WARNING 2025-10-02 17:26:10,564 log 13513 6170783744 Not Found: /en/radiology/files/thumbnail/85c85443-dc75-4fff-aca9-b2fd64dce4be/ WARNING 2025-10-02 17:26:10,564 basehttp 13513 6170783744 "GET /en/radiology/files/thumbnail/85c85443-dc75-4fff-aca9-b2fd64dce4be/ HTTP/1.1" 404 31274 WARNING 2025-10-02 17:26:10,568 log 13513 13572796416 Not Found: /en/radiology/files/thumbnail/b0f6fc3c-b286-44bf-92ec-1eeb86cae983/ WARNING 2025-10-02 17:26:10,569 basehttp 13513 13572796416 "GET /en/radiology/files/thumbnail/b0f6fc3c-b286-44bf-92ec-1eeb86cae983/ HTTP/1.1" 404 31274 WARNING 2025-10-02 17:26:10,577 log 13513 13589622784 Not Found: /en/radiology/files/thumbnail/4c5f225a-6664-4811-81f7-7e53eda87f9f/ WARNING 2025-10-02 17:26:10,580 log 13513 13606449152 Not Found: /en/radiology/files/thumbnail/3bab44bc-a4e0-43f4-879d-17d9d38b3957/ WARNING 2025-10-02 17:26:10,580 basehttp 13513 13589622784 "GET /en/radiology/files/thumbnail/4c5f225a-6664-4811-81f7-7e53eda87f9f/ HTTP/1.1" 404 31274 WARNING 2025-10-02 17:26:10,582 log 13513 13640101888 Not Found: /en/radiology/files/thumbnail/c99e3c40-9cb2-4443-9625-2c25264d6021/ WARNING 2025-10-02 17:26:10,583 basehttp 13513 13606449152 "GET /en/radiology/files/thumbnail/3bab44bc-a4e0-43f4-879d-17d9d38b3957/ HTTP/1.1" 404 31274 WARNING 2025-10-02 17:26:10,585 log 13513 13623275520 Not Found: /en/radiology/files/thumbnail/92b28a3f-302a-4c95-b768-8153d15778f9/ WARNING 2025-10-02 17:26:10,585 basehttp 13513 13640101888 "GET /en/radiology/files/thumbnail/c99e3c40-9cb2-4443-9625-2c25264d6021/ HTTP/1.1" 404 31274 WARNING 2025-10-02 17:26:10,586 basehttp 13513 13623275520 "GET /en/radiology/files/thumbnail/92b28a3f-302a-4c95-b768-8153d15778f9/ HTTP/1.1" 404 31274 WARNING 2025-10-02 17:26:10,591 log 13513 6170783744 Not Found: /en/radiology/files/thumbnail/6de79405-0904-492a-93d9-dc1a9083da8c/ WARNING 2025-10-02 17:26:10,591 basehttp 13513 6170783744 "GET /en/radiology/files/thumbnail/6de79405-0904-492a-93d9-dc1a9083da8c/ HTTP/1.1" 404 31274 WARNING 2025-10-02 17:26:10,594 log 13513 13572796416 Not Found: /en/radiology/files/thumbnail/9a11a89e-dd33-437f-8987-de9b097284c3/ WARNING 2025-10-02 17:26:10,594 basehttp 13513 13572796416 "GET /en/radiology/files/thumbnail/9a11a89e-dd33-437f-8987-de9b097284c3/ HTTP/1.1" 404 31274 WARNING 2025-10-02 17:26:10,609 log 13513 13589622784 Not Found: /en/radiology/files/thumbnail/3fb5727c-94e6-4598-8d78-a691ae89ee6d/ WARNING 2025-10-02 17:26:10,610 basehttp 13513 13589622784 "GET /en/radiology/files/thumbnail/3fb5727c-94e6-4598-8d78-a691ae89ee6d/ HTTP/1.1" 404 31274 WARNING 2025-10-02 17:26:10,650 log 13513 13606449152 Not Found: /en/radiology/files/thumbnail/c0a6ca5a-66aa-44fc-8fb2-7b2fa83cf2cf/ WARNING 2025-10-02 17:26:10,651 basehttp 13513 13606449152 "GET /en/radiology/files/thumbnail/c0a6ca5a-66aa-44fc-8fb2-7b2fa83cf2cf/ HTTP/1.1" 404 31274 WARNING 2025-10-02 17:26:10,657 log 13513 13640101888 Not Found: /en/radiology/files/thumbnail/a20655b6-2664-48ea-9751-588e4e17c9f4/ WARNING 2025-10-02 17:26:10,658 basehttp 13513 13640101888 "GET /en/radiology/files/thumbnail/a20655b6-2664-48ea-9751-588e4e17c9f4/ HTTP/1.1" 404 31274 WARNING 2025-10-02 17:26:10,660 log 13513 6170783744 Not Found: /en/radiology/files/thumbnail/c985daab-8055-4a6c-a45b-1ca5fe4906a8/ WARNING 2025-10-02 17:26:10,661 log 13513 13589622784 Not Found: /en/radiology/files/thumbnail/eca3607c-337b-4d7e-bee5-77e1a3354e28/ WARNING 2025-10-02 17:26:10,663 log 13513 13623275520 Not Found: /en/radiology/files/thumbnail/3ec3c7ec-d679-4318-bc84-c40a0899fe0d/ WARNING 2025-10-02 17:26:10,663 basehttp 13513 6170783744 "GET /en/radiology/files/thumbnail/c985daab-8055-4a6c-a45b-1ca5fe4906a8/ HTTP/1.1" 404 31274 WARNING 2025-10-02 17:26:10,665 log 13513 13572796416 Not Found: /en/radiology/files/thumbnail/51fd5853-6484-44fa-ae92-afb7113502a3/ WARNING 2025-10-02 17:26:10,665 basehttp 13513 13589622784 "GET /en/radiology/files/thumbnail/eca3607c-337b-4d7e-bee5-77e1a3354e28/ HTTP/1.1" 404 31274 WARNING 2025-10-02 17:26:10,666 basehttp 13513 13572796416 "GET /en/radiology/files/thumbnail/51fd5853-6484-44fa-ae92-afb7113502a3/ HTTP/1.1" 404 31274 WARNING 2025-10-02 17:26:10,666 basehttp 13513 13623275520 "GET /en/radiology/files/thumbnail/3ec3c7ec-d679-4318-bc84-c40a0899fe0d/ HTTP/1.1" 404 31274 WARNING 2025-10-02 17:26:10,670 log 13513 13606449152 Not Found: /en/radiology/files/thumbnail/4430a545-105a-4353-8dad-e324649231d0/ WARNING 2025-10-02 17:26:10,671 basehttp 13513 13606449152 "GET /en/radiology/files/thumbnail/4430a545-105a-4353-8dad-e324649231d0/ HTTP/1.1" 404 31274 WARNING 2025-10-02 17:26:10,699 log 13513 13640101888 Not Found: /en/radiology/files/thumbnail/3780ff4c-1707-42a0-a1f9-b80c457fb793/ WARNING 2025-10-02 17:26:10,701 log 13513 13589622784 Not Found: /en/radiology/files/thumbnail/ae62aecb-14e5-40f7-919f-638f9f670e61/ WARNING 2025-10-02 17:26:10,703 log 13513 13572796416 Not Found: /en/radiology/files/thumbnail/b89cbaa0-a5fd-41ad-9f4a-d1c0861c3edc/ WARNING 2025-10-02 17:26:10,703 basehttp 13513 13640101888 "GET /en/radiology/files/thumbnail/3780ff4c-1707-42a0-a1f9-b80c457fb793/ HTTP/1.1" 404 31274 WARNING 2025-10-02 17:26:10,704 basehttp 13513 13589622784 "GET /en/radiology/files/thumbnail/ae62aecb-14e5-40f7-919f-638f9f670e61/ HTTP/1.1" 404 31274 WARNING 2025-10-02 17:26:10,705 log 13513 6170783744 Not Found: /en/radiology/files/thumbnail/345a3b0a-34c1-4443-96d2-dd7c3d0d7c5a/ WARNING 2025-10-02 17:26:10,705 basehttp 13513 13572796416 "GET /en/radiology/files/thumbnail/b89cbaa0-a5fd-41ad-9f4a-d1c0861c3edc/ HTTP/1.1" 404 31274 WARNING 2025-10-02 17:26:10,706 basehttp 13513 6170783744 "GET /en/radiology/files/thumbnail/345a3b0a-34c1-4443-96d2-dd7c3d0d7c5a/ HTTP/1.1" 404 31274 INFO 2025-10-02 17:26:18,635 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:26:20,093 basehttp 13513 6170783744 "GET /en/radiology/viewer/image/1/ HTTP/1.1" 200 33382 INFO 2025-10-02 17:26:20,131 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 17:26:22,289 log 13513 6170783744 Not Found: /en/radiology/metadata/b0f6fc3c-b286-44bf-92ec-1eeb86cae983/ WARNING 2025-10-02 17:26:22,289 basehttp 13513 6170783744 "GET /en/radiology/metadata/b0f6fc3c-b286-44bf-92ec-1eeb86cae983/ HTTP/1.1" 404 33 INFO 2025-10-02 17:26:54,023 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:27:18,637 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:27:54,033 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:28:28,380 basehttp 13513 6170783744 "GET /en/radiology/viewer/image/1/ HTTP/1.1" 200 33382 INFO 2025-10-02 17:28:28,416 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:28:33,717 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:28:33,717 basehttp 13513 6170783744 "GET /en/radiology/htmx/stats/ HTTP/1.1" 200 4178 INFO 2025-10-02 17:28:39,160 basehttp 13513 6170783744 "GET /en/radiology/studies/ HTTP/1.1" 200 212253 INFO 2025-10-02 17:28:39,202 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-10-02 17:28:40,971 log 13513 6170783744 Internal Server Error: /en/radiology/studies/199/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 530, in get_context_data context['reports'] = imaging_study.report ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_descriptors.py", line 534, in __get__ raise self.RelatedObjectDoesNotExist( radiology.models.ImagingStudy.report.RelatedObjectDoesNotExist: ImagingStudy has no report. ERROR 2025-10-02 17:28:40,973 basehttp 13513 6170783744 "GET /en/radiology/studies/199/ HTTP/1.1" 500 92018 ERROR 2025-10-02 17:28:49,744 log 13513 6170783744 Internal Server Error: /en/radiology/studies/195/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 530, in get_context_data context['reports'] = imaging_study.report ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_descriptors.py", line 534, in __get__ raise self.RelatedObjectDoesNotExist( radiology.models.ImagingStudy.report.RelatedObjectDoesNotExist: ImagingStudy has no report. ERROR 2025-10-02 17:28:49,745 basehttp 13513 6170783744 "GET /en/radiology/studies/195/ HTTP/1.1" 500 92008 ERROR 2025-10-02 17:28:56,309 log 13513 6170783744 Internal Server Error: /en/radiology/studies/199/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 530, in get_context_data context['reports'] = imaging_study.report ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_descriptors.py", line 534, in __get__ raise self.RelatedObjectDoesNotExist( radiology.models.ImagingStudy.report.RelatedObjectDoesNotExist: ImagingStudy has no report. ERROR 2025-10-02 17:28:56,310 basehttp 13513 6170783744 "GET /en/radiology/studies/199/ HTTP/1.1" 500 92018 INFO 2025-10-02 17:29:05,896 basehttp 13513 6170783744 "GET /en/radiology/htmx/stats/ HTTP/1.1" 200 4178 INFO 2025-10-02 17:29:08,051 basehttp 13513 6170783744 "GET /en/radiology/reports/ HTTP/1.1" 200 129945 INFO 2025-10-02 17:29:08,093 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:29:15,652 basehttp 13513 6170783744 "GET /en/radiology/reports/110/ HTTP/1.1" 200 30723 INFO 2025-10-02 17:29:15,687 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:29:18,638 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:29:27,820 basehttp 13513 6170783744 "GET /en/hr/ HTTP/1.1" 200 245982 INFO 2025-10-02 17:29:27,865 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:29:47,280 basehttp 13513 6170783744 "GET /en/hr/training/records HTTP/1.1" 301 0 INFO 2025-10-02 17:29:47,328 basehttp 13513 13572796416 "GET /en/hr/training/records/ HTTP/1.1" 200 232390 INFO 2025-10-02 17:29:47,351 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:30:18,451 basehttp 13513 13572796416 "GET /en/hr/training/records/3353/ HTTP/1.1" 200 38000 INFO 2025-10-02 17:30:18,488 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:30:18,637 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:30:33,707 basehttp 13513 13572796416 "GET /en/hr/training/programs HTTP/1.1" 301 0 INFO 2025-10-02 17:30:33,727 basehttp 13513 13589622784 "GET /en/hr/training/programs/ HTTP/1.1" 200 73694 INFO 2025-10-02 17:30:33,752 basehttp 13513 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:30:36,503 basehttp 13513 13589622784 "GET /en/hr/training/programs/7/ HTTP/1.1" 200 39258 INFO 2025-10-02 17:30:36,538 basehttp 13513 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:30:44,266 basehttp 13513 13589622784 "GET /en/hr/training/programs/6/ HTTP/1.1" 200 41284 INFO 2025-10-02 17:30:44,299 basehttp 13513 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:30:59,173 basehttp 13513 13589622784 "GET /en/hr/training/sessions/134/ HTTP/1.1" 200 147906 INFO 2025-10-02 17:30:59,212 basehttp 13513 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:31:08,033 basehttp 13513 13589622784 "GET /en/hr/training/records/2570/ HTTP/1.1" 200 35866 INFO 2025-10-02 17:31:08,065 basehttp 13513 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:31:18,637 basehttp 13513 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:31:30,258 basehttp 13513 13589622784 "GET /en/hr/training/certificates HTTP/1.1" 301 0 INFO 2025-10-02 17:31:30,292 basehttp 13513 6170783744 "GET /en/hr/training/certificates/ HTTP/1.1" 200 112821 INFO 2025-10-02 17:31:30,317 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:31:33,951 basehttp 13513 6170783744 "GET /en/hr/training/certificates/161/ HTTP/1.1" 200 28151 INFO 2025-10-02 17:31:33,986 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:31:58,113 basehttp 13513 6170783744 "GET /en/hr/training/records/3347/ HTTP/1.1" 200 39829 INFO 2025-10-02 17:31:58,150 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:32:17,249 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:32:18,314 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:33:18,646 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:33:18,657 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:34:18,638 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:34:19,631 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:34:36,429 basehttp 13513 13572796416 "GET /en/hr/training/certificates/?program=7 HTTP/1.1" 200 112928 INFO 2025-10-02 17:34:36,471 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:35:51,044 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:36:18,637 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:36:51,047 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:37:18,639 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:37:51,050 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:38:51,052 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:39:18,638 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:39:51,055 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:40:18,636 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:40:51,059 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:41:51,053 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:42:18,635 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:42:51,065 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:43:18,634 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:43:51,062 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:44:18,632 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:44:51,064 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:45:51,070 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:46:18,624 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:46:51,062 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:47:18,624 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:47:51,073 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:48:51,074 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:49:18,625 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:49:51,076 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:50:18,628 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:50:51,080 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:51:18,631 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:51:51,095 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:52:51,085 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:53:18,625 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:53:51,091 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:54:18,628 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:54:51,622 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:55:18,629 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:55:53,621 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:57:18,623 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:57:18,635 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:58:18,616 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:58:18,624 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:59:33,862 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 17:59:38,553 basehttp 13513 6170783744 "GET /en/hr/training/records/3353/ HTTP/1.1" 200 38000 INFO 2025-10-02 17:59:38,609 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:00:18,639 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:00:34,630 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:01:18,631 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:01:36,627 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:02:18,633 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:02:45,568 basehttp 13513 6170783744 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-10-02 18:02:45,620 basehttp 13513 13572796416 "GET /en/emr/ HTTP/1.1" 200 64610 INFO 2025-10-02 18:02:45,667 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:02:45,738 basehttp 13513 6170783744 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-10-02 18:02:54,642 basehttp 13513 6170783744 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 97411 INFO 2025-10-02 18:02:54,649 basehttp 13513 6170783744 "GET /static/plugins/lity/dist/lity.min.css HTTP/1.1" 200 3383 INFO 2025-10-02 18:02:54,652 basehttp 13513 6170783744 "GET /static/plugins/lity/dist/lity.min.js HTTP/1.1" 200 6639 INFO 2025-10-02 18:02:54,691 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:03:20,962 basehttp 13513 6170783744 "GET /en/appointments/requests/2117/detail/ HTTP/1.1" 200 26770 INFO 2025-10-02 18:03:20,997 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:03:30,595 basehttp 13513 6170783744 "GET /en/laboratory/orders/706/ HTTP/1.1" 200 35794 INFO 2025-10-02 18:03:30,632 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:03:37,940 basehttp 13513 6170783744 "GET /en/laboratory/specimens/997/ HTTP/1.1" 200 32704 INFO 2025-10-02 18:03:37,974 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:03:55,713 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:04:01,808 basehttp 13513 6170783744 "GET /en/radiology/orders/383/ HTTP/1.1" 200 34448 INFO 2025-10-02 18:04:01,843 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:04:18,630 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:04:32,358 basehttp 13513 6170783744 "GET /en/radiology/studies/192/ HTTP/1.1" 200 33612 INFO 2025-10-02 18:04:32,396 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:04:36,082 basehttp 13513 6170783744 "GET /en/radiology/series/553/ HTTP/1.1" 200 35273 INFO 2025-10-02 18:04:36,118 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:05:08,914 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:05:13,264 basehttp 13513 6170783744 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41649 INFO 2025-10-02 18:05:13,281 basehttp 13513 6170783744 "GET /static/plugins/apexcharts/dist/apexcharts.js HTTP/1.1" 200 1330999 INFO 2025-10-02 18:05:13,282 basehttp 13513 13572796416 "GET /static/plugins/%40highlightjs/cdn-assets/highlight.min.js HTTP/1.1" 200 127496 INFO 2025-10-02 18:05:13,320 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:05:13,324 basehttp 13513 13572796416 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11823 INFO 2025-10-02 18:05:18,632 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:05:45,225 basehttp 13513 13572796416 "GET /en/emr/add-vital-signs/2141/ HTTP/1.1" 200 45861 INFO 2025-10-02 18:05:45,263 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:06:08,918 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:06:10,359 basehttp 13513 13572796416 "GET /en/emr/add-vital-signs/2141/ HTTP/1.1" 200 45861 INFO 2025-10-02 18:06:10,379 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:06:15,633 basehttp 13513 13572796416 "GET /en/emr/notes/create/2141/ HTTP/1.1" 200 44782 INFO 2025-10-02 18:06:15,666 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:06:18,623 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:07:08,918 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:07:24,708 basehttp 13513 13572796416 "GET /en/emr/problems/ HTTP/1.1" 200 104589 INFO 2025-10-02 18:07:24,749 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:07:35,939 basehttp 13513 13572796416 "GET /en/emr/problems/create HTTP/1.1" 301 0 INFO 2025-10-02 18:07:36,522 basehttp 13513 6170783744 "GET /en/emr/problems/create/ HTTP/1.1" 200 245010 INFO 2025-10-02 18:07:36,539 basehttp 13513 6170783744 "GET /static/plugins/bootstrap-icons/font/bootstrap-icons.css HTTP/1.1" 200 98255 INFO 2025-10-02 18:07:36,558 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:08:13,838 basehttp 13513 6170783744 "GET /en/emr/api/icd10-search/?q=tr HTTP/1.1" 200 3829 INFO 2025-10-02 18:08:14,961 basehttp 13513 6170783744 "GET /en/emr/api/icd10-search/?q=trans HTTP/1.1" 200 3893 INFO 2025-10-02 18:08:16,462 basehttp 13513 6170783744 "GET /en/emr/api/icd10-search/?q=transl HTTP/1.1" 200 1148 INFO 2025-10-02 18:08:18,633 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:08:22,775 basehttp 13513 6170783744 "GET /en/emr/api/icd10-search/?q=trans HTTP/1.1" 200 3893 INFO 2025-10-02 18:08:24,275 basehttp 13513 6170783744 "GET /en/emr/api/icd10-search/?q=transpl HTTP/1.1" 200 5627 INFO 2025-10-02 18:08:27,213 basehttp 13513 6170783744 "GET /en/emr/api/icd10-search/?q=transplant HTTP/1.1" 200 5627 INFO 2025-10-02 18:08:36,573 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:09:09,490 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:09:15,870 basehttp 13513 6170783744 "GET /en/emr/ HTTP/1.1" 200 64610 INFO 2025-10-02 18:09:15,916 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:09:15,982 basehttp 13513 13572796416 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-10-02 18:09:18,245 basehttp 13513 13572796416 "GET /en/inpatients/ HTTP/1.1" 200 66149 INFO 2025-10-02 18:09:18,277 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:09:18,279 basehttp 13513 6170783744 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2099 INFO 2025-10-02 18:09:18,631 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:10:18,282 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:11:18,277 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:11:18,356 basehttp 13513 6170783744 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 1251919 INFO 2025-10-02 18:11:18,627 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:12:18,287 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:12:18,632 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:13:18,282 basehttp 13513 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:13:18,330 basehttp 13513 6170783744 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 1251919 INFO 2025-10-02 18:13:18,632 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-10-02 18:13:49,249 log 13513 6170783744 Internal Server Error: /en/inpatients/surgery/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'start_surgery' not found. 'start_surgery' is not a valid view function or pattern name. ERROR 2025-10-02 18:13:49,251 basehttp 13513 6170783744 "GET /en/inpatients/surgery/ HTTP/1.1" 500 267934 ERROR 2025-10-02 18:13:55,246 log 13513 6170783744 Internal Server Error: /en/inpatients/surgery/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'start_surgery' not found. 'start_surgery' is not a valid view function or pattern name. ERROR 2025-10-02 18:13:55,247 basehttp 13513 6170783744 "GET /en/inpatients/surgery/ HTTP/1.1" 500 267934 INFO 2025-10-02 18:15:18,609 basehttp 13513 6170783744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:15:30,260 autoreload 13513 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-10-02 18:15:30,843 autoreload 59524 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 18:16:18,677 basehttp 59524 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:18:18,595 basehttp 59524 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:19:18,601 basehttp 59524 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:19:45,032 autoreload 59524 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-10-02 18:19:45,546 autoreload 61631 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 18:20:16,714 autoreload 61631 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-10-02 18:20:17,363 autoreload 61887 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 18:20:56,817 autoreload 61887 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-10-02 18:20:57,299 autoreload 62212 8313250112 Watching for file changes with StatReloader ERROR 2025-10-02 18:20:59,396 log 62212 6133133312 Internal Server Error: /en/inpatients/surgery/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'start_surgery' not found. 'start_surgery' is not a valid view function or pattern name. ERROR 2025-10-02 18:20:59,401 basehttp 62212 6133133312 "GET /en/inpatients/surgery/ HTTP/1.1" 500 268071 ERROR 2025-10-02 18:21:00,448 log 62212 6133133312 Internal Server Error: /en/inpatients/surgery/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'start_surgery' not found. 'start_surgery' is not a valid view function or pattern name. ERROR 2025-10-02 18:21:00,450 basehttp 62212 6133133312 "GET /en/inpatients/surgery/ HTTP/1.1" 500 268071 INFO 2025-10-02 18:21:40,266 autoreload 62212 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-10-02 18:21:40,904 autoreload 62655 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 18:21:44,180 basehttp 62655 6160363520 "GET /en/inpatients/surgery/ HTTP/1.1" 200 118791 INFO 2025-10-02 18:21:44,242 basehttp 62655 6160363520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:22:03,651 basehttp 62655 6160363520 "POST /en/inpatients/surgery/2/prep/ HTTP/1.1" 302 0 ERROR 2025-10-02 18:22:03,679 log 62655 6160363520 Internal Server Error: /en/inpatients/surgery/list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 974, in get_context_data context['statuses'] = SurgerySchedule.STATUS_CHOICES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'SurgerySchedule' has no attribute 'STATUS_CHOICES' ERROR 2025-10-02 18:22:03,682 basehttp 62655 6160363520 "GET /en/inpatients/surgery/list/ HTTP/1.1" 500 88634 INFO 2025-10-02 18:22:06,284 basehttp 62655 6160363520 "GET /en/inpatients/surgery/ HTTP/1.1" 200 119192 INFO 2025-10-02 18:22:06,326 basehttp 62655 6160363520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-10-02 18:22:17,799 log 62655 6160363520 Internal Server Error: /en/inpatients/surgery/2/start/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 3532, in start_surgery AuditLogger.log_event( TypeError: AuditLogger.log_event() got an unexpected keyword argument 'actor' ERROR 2025-10-02 18:22:17,800 basehttp 62655 6160363520 "POST /en/inpatients/surgery/2/start/ HTTP/1.1" 500 73495 INFO 2025-10-02 18:22:18,605 basehttp 62655 6160363520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:22:20,383 basehttp 62655 6160363520 "GET /en/inpatients/surgery/ HTTP/1.1" 200 118813 INFO 2025-10-02 18:22:20,426 basehttp 62655 6160363520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:22:51,591 basehttp 62655 6160363520 "GET /en/operating-theatre/ HTTP/1.1" 200 30390 INFO 2025-10-02 18:22:51,623 basehttp 62655 6160363520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:22:51,626 basehttp 62655 13170143232 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 ERROR 2025-10-02 18:22:56,530 log 62655 13170143232 Internal Server Error: /en/operating-theatre/cases/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 782, in get_context_data 'statuses': SurgicalCase.STATUS_CHOICES, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'SurgicalCase' has no attribute 'STATUS_CHOICES' ERROR 2025-10-02 18:22:56,533 basehttp 62655 13170143232 "GET /en/operating-theatre/cases/ HTTP/1.1" 500 88240 INFO 2025-10-02 18:23:00,823 basehttp 62655 13170143232 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 29968 INFO 2025-10-02 18:23:00,868 basehttp 62655 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:23:00,869 basehttp 62655 6160363520 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-10-02 18:23:04,210 basehttp 62655 6160363520 "GET /en/operating-theatre/blocks/ HTTP/1.1" 200 28680 INFO 2025-10-02 18:23:04,246 basehttp 62655 6160363520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-10-02 18:23:08,690 log 62655 6160363520 Internal Server Error: /en/operating-theatre/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 946, in get_context_data 'statuses': SurgicalNote.STATUS_CHOICES, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'SurgicalNote' has no attribute 'STATUS_CHOICES' ERROR 2025-10-02 18:23:08,692 basehttp 62655 6160363520 "GET /en/operating-theatre/notes/ HTTP/1.1" 500 87444 ERROR 2025-10-02 18:23:13,235 log 62655 6160363520 Internal Server Error: /en/operating-theatre/equipment/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 1043, in get_context_data 'equipment_types': EquipmentUsage.EQUIPMENT_TYPE_CHOICES, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'EquipmentUsage' has no attribute 'EQUIPMENT_TYPE_CHOICES' ERROR 2025-10-02 18:23:13,237 basehttp 62655 6160363520 "GET /en/operating-theatre/equipment/ HTTP/1.1" 500 87536 INFO 2025-10-02 18:23:18,607 basehttp 62655 6160363520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:23:32,634 basehttp 62655 6160363520 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 91383 INFO 2025-10-02 18:23:32,649 basehttp 62655 6160363520 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 18:23:52,606 basehttp 62655 6160363520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:24:52,606 basehttp 62655 6160363520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:25:18,601 basehttp 62655 6160363520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:25:53,591 basehttp 62655 6160363520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:26:18,603 basehttp 62655 6160363520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:26:54,597 basehttp 62655 6160363520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:27:52,651 basehttp 62655 6160363520 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-10-02 18:27:55,592 basehttp 62655 6160363520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:28:16,590 autoreload 62655 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-10-02 18:28:17,001 autoreload 66183 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 18:28:18,683 basehttp 66183 6196244480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:28:56,597 basehttp 66183 6196244480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:29:12,270 basehttp 66183 6196244480 "GET /en/admin/operating_theatre/surgicalcase/ HTTP/1.1" 200 94356 INFO 2025-10-02 18:29:12,293 basehttp 66183 6196244480 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 18:29:18,596 basehttp 66183 6196244480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:29:19,781 basehttp 66183 6196244480 "GET /en/admin/operating_theatre/surgicalcase/1/change/ HTTP/1.1" 200 402498 INFO 2025-10-02 18:29:19,799 basehttp 66183 6196244480 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-10-02 18:29:19,799 basehttp 66183 6229897216 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-10-02 18:29:19,800 basehttp 66183 6280376320 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-10-02 18:29:19,800 basehttp 66183 6263549952 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-10-02 18:29:19,800 basehttp 66183 6246723584 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-10-02 18:29:19,801 basehttp 66183 6196244480 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-10-02 18:29:19,802 basehttp 66183 6213070848 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 18:29:19,802 basehttp 66183 6196244480 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-10-02 18:29:19,803 basehttp 66183 6213070848 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-10-02 18:29:19,806 basehttp 66183 6213070848 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-10-02 18:29:19,806 basehttp 66183 6196244480 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-10-02 18:29:19,861 basehttp 66183 6213070848 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-10-02 18:29:19,861 basehttp 66183 6196244480 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-10-02 18:30:18,589 basehttp 66183 6196244480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:31:18,581 basehttp 66183 6196244480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:31:18,587 basehttp 66183 6213070848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:31:27,338 basehttp 66183 6213070848 "GET /en/admin/operating_theatre/equipmentusage/ HTTP/1.1" 200 89916 INFO 2025-10-02 18:31:27,359 basehttp 66183 6213070848 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 18:31:34,404 basehttp 66183 6213070848 "GET /en/admin/operating_theatre/orblock/ HTTP/1.1" 200 115066 INFO 2025-10-02 18:31:34,417 basehttp 66183 6213070848 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 18:31:40,768 basehttp 66183 6213070848 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 101576 INFO 2025-10-02 18:31:40,785 basehttp 66183 6213070848 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 18:31:48,744 basehttp 66183 6213070848 "GET /en/admin/operating_theatre/surgicalcase/ HTTP/1.1" 200 90585 INFO 2025-10-02 18:31:48,758 basehttp 66183 6213070848 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 18:32:01,489 basehttp 66183 6213070848 "GET /en/admin/operating_theatre/surgicalnote/ HTTP/1.1" 200 89818 INFO 2025-10-02 18:32:01,506 basehttp 66183 6213070848 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 18:32:08,234 basehttp 66183 6213070848 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 101576 INFO 2025-10-02 18:32:08,246 basehttp 66183 6213070848 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-02 18:32:11,881 basehttp 66183 6213070848 "GET /en/operating-theatre/ HTTP/1.1" 200 39305 INFO 2025-10-02 18:32:11,931 basehttp 66183 6213070848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:32:11,932 basehttp 66183 6196244480 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-10-02 18:32:18,593 basehttp 66183 6196244480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-10-02 18:32:20,921 log 66183 6196244480 Internal Server Error: /en/operating-theatre/cases/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 782, in get_context_data 'statuses': SurgicalCase.STATUS_CHOICES, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'SurgicalCase' has no attribute 'STATUS_CHOICES' ERROR 2025-10-02 18:32:20,925 basehttp 66183 6196244480 "GET /en/operating-theatre/cases/ HTTP/1.1" 500 88240 INFO 2025-10-02 18:32:48,337 autoreload 66183 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-10-02 18:32:48,781 autoreload 68399 8313250112 Watching for file changes with StatReloader ERROR 2025-10-02 18:32:50,622 log 68399 6166736896 Internal Server Error: /en/operating-theatre/cases/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 783, in get_context_data 'case_types': SurgicalCase.CASE_TYPE_CHOICES, # renamed for clarity ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'SurgicalCase' has no attribute 'CASE_TYPE_CHOICES' ERROR 2025-10-02 18:32:50,625 basehttp 68399 6166736896 "GET /en/operating-theatre/cases/ HTTP/1.1" 500 88390 INFO 2025-10-02 18:33:02,606 autoreload 68399 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-10-02 18:33:03,082 autoreload 68493 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 18:33:04,066 basehttp 68493 6121893888 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 34811 INFO 2025-10-02 18:33:04,101 basehttp 68493 6121893888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:33:05,917 basehttp 68493 6121893888 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 34811 INFO 2025-10-02 18:33:05,964 basehttp 68493 6121893888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:33:12,413 basehttp 68493 6121893888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:33:14,029 basehttp 68493 6121893888 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 86680 INFO 2025-10-02 18:33:14,075 basehttp 68493 6121893888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:33:14,077 basehttp 68493 6138720256 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-10-02 18:33:16,194 basehttp 68493 6138720256 "GET /en/operating-theatre/rooms/1/ HTTP/1.1" 200 33148 INFO 2025-10-02 18:33:16,230 basehttp 68493 6138720256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:33:18,597 basehttp 68493 6138720256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:33:43,410 basehttp 68493 6138720256 "GET /en/operating-theatre/rooms/3/ HTTP/1.1" 200 33143 INFO 2025-10-02 18:33:43,447 basehttp 68493 6138720256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:33:59,040 basehttp 68493 6138720256 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-10-02 18:34:02,084 basehttp 68493 6138720256 "GET /en/operating-theatre/rooms/4/ HTTP/1.1" 200 33046 INFO 2025-10-02 18:34:02,104 basehttp 68493 6138720256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:34:12,404 basehttp 68493 6138720256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:34:13,163 basehttp 68493 6138720256 "GET /en/operating-theatre/blocks/ HTTP/1.1" 200 139940 INFO 2025-10-02 18:34:13,203 basehttp 68493 6138720256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:34:18,680 basehttp 68493 6138720256 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 30375 INFO 2025-10-02 18:34:18,966 basehttp 68493 6138720256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-10-02 18:34:39,763 log 68493 6138720256 Internal Server Error: /en/operating-theatre/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 946, in get_context_data 'statuses': SurgicalNote.STATUS_CHOICES, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'SurgicalNote' has no attribute 'STATUS_CHOICES' ERROR 2025-10-02 18:34:39,765 basehttp 68493 6138720256 "GET /en/operating-theatre/notes/ HTTP/1.1" 500 87444 INFO 2025-10-02 18:34:54,207 autoreload 68493 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-10-02 18:34:54,676 autoreload 69439 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 18:34:55,092 basehttp 69439 6134870016 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 30283 INFO 2025-10-02 18:34:55,142 basehttp 69439 6134870016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-10-02 18:35:02,224 log 69439 6134870016 Internal Server Error: /en/operating-theatre/equipment/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 1043, in get_context_data 'equipment_types': EquipmentUsage.EQUIPMENT_TYPE_CHOICES, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'EquipmentUsage' has no attribute 'EQUIPMENT_TYPE_CHOICES' ERROR 2025-10-02 18:35:02,228 basehttp 69439 6134870016 "GET /en/operating-theatre/equipment/ HTTP/1.1" 500 87536 INFO 2025-10-02 18:35:18,592 basehttp 69439 6134870016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:35:37,642 autoreload 69439 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-10-02 18:35:38,048 autoreload 69777 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 18:35:38,972 basehttp 69777 6162345984 "GET /en/operating-theatre/equipment/ HTTP/1.1" 200 30677 INFO 2025-10-02 18:35:39,021 basehttp 69777 6162345984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:35:41,319 basehttp 69777 6162345984 "GET /en/operating-theatre/equipment/ HTTP/1.1" 200 30677 INFO 2025-10-02 18:35:41,355 basehttp 69777 6162345984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-02 18:35:44,724 log 69777 6162345984 Not Found: /operating-theatre/maintenance/schedule/ WARNING 2025-10-02 18:35:44,724 basehttp 69777 6162345984 "GET /operating-theatre/maintenance/schedule/ HTTP/1.1" 404 2641 INFO 2025-10-02 18:35:52,669 basehttp 69777 6162345984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:35:55,594 basehttp 69777 6162345984 "GET /en/operating-theatre/templates/ HTTP/1.1" 200 41321 WARNING 2025-10-02 18:35:55,604 basehttp 69777 6162345984 "GET /static/assets/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 404 2128 WARNING 2025-10-02 18:35:55,613 basehttp 69777 6179172352 "GET /static/assets/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 404 2161 WARNING 2025-10-02 18:35:55,622 basehttp 69777 6162345984 "GET /static/assets/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2098 WARNING 2025-10-02 18:35:55,628 basehttp 69777 6162345984 "GET /static/assets/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 404 2155 WARNING 2025-10-02 18:35:55,628 basehttp 69777 6179172352 "GET /static/assets/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 404 2122 WARNING 2025-10-02 18:35:55,631 basehttp 69777 6195998720 "GET /static/assets/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 404 2143 INFO 2025-10-02 18:35:55,658 basehttp 69777 6162345984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:36:02,599 basehttp 69777 6162345984 "GET /en/facility-management/ HTTP/1.1" 200 49417 INFO 2025-10-02 18:36:02,617 basehttp 69777 13304360960 "GET /static/js/demo/render.highlight.js HTTP/1.1" 200 878 INFO 2025-10-02 18:36:02,618 basehttp 69777 6162345984 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-10-02 18:36:02,652 basehttp 69777 6162345984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:36:18,593 basehttp 69777 6162345984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:36:30,301 basehttp 69777 6162345984 "GET /en/facility-management/maintenance/create/ HTTP/1.1" 200 77720 INFO 2025-10-02 18:36:30,341 basehttp 69777 6162345984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:36:37,083 basehttp 69777 6162345984 "GET /en/facility-management/assets/create/ HTTP/1.1" 200 74689 INFO 2025-10-02 18:36:37,122 basehttp 69777 6162345984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:36:51,104 basehttp 69777 6162345984 "GET /en/facility-management/buildings/create/ HTTP/1.1" 200 44110 INFO 2025-10-02 18:36:51,142 basehttp 69777 6162345984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:37:06,645 basehttp 69777 6162345984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:37:08,059 basehttp 69777 6162345984 "GET /en/facility-management/reports/ HTTP/1.1" 200 37864 INFO 2025-10-02 18:37:08,123 basehttp 69777 6162345984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:37:18,598 basehttp 69777 6162345984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:37:33,368 basehttp 69777 6162345984 "GET /en/facility-management/assets/ HTTP/1.1" 200 109415 INFO 2025-10-02 18:37:33,394 basehttp 69777 6162345984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:37:36,543 basehttp 69777 6162345984 "GET /en/facility-management/assets/8/ HTTP/1.1" 200 32094 INFO 2025-10-02 18:37:36,583 basehttp 69777 6162345984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:38:28,026 basehttp 69777 6162345984 "GET /en/facility-management/assets/8/edit/ HTTP/1.1" 200 74965 INFO 2025-10-02 18:38:28,070 basehttp 69777 6162345984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:38:33,403 basehttp 69777 6162345984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:38:33,414 basehttp 69777 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:38:40,929 basehttp 69777 13304360960 "GET /en/facility-management/buildings/ HTTP/1.1" 200 47889 INFO 2025-10-02 18:38:40,955 basehttp 69777 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:38:44,680 basehttp 69777 13304360960 "GET /en/facility-management/buildings/2/ HTTP/1.1" 200 41858 INFO 2025-10-02 18:38:44,716 basehttp 69777 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:38:51,869 basehttp 69777 13304360960 "GET /en/facility-management/assets/?building=2 HTTP/1.1" 200 75547 INFO 2025-10-02 18:38:51,905 basehttp 69777 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:39:14,264 basehttp 69777 13304360960 "GET /en/facility-management/buildings/2/edit/ HTTP/1.1" 200 45517 INFO 2025-10-02 18:39:14,303 basehttp 69777 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:39:18,591 basehttp 69777 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:40:14,309 basehttp 69777 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:41:05,210 autoreload 69777 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/facility_management/forms.py changed, reloading. INFO 2025-10-02 18:41:05,655 autoreload 72427 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 18:41:14,379 basehttp 72427 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:41:18,575 basehttp 72427 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:41:37,510 basehttp 72427 6204747776 "GET /en/facility-management/buildings/2/edit/ HTTP/1.1" 200 45045 INFO 2025-10-02 18:41:37,583 basehttp 72427 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:41:47,757 basehttp 72427 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:41:49,627 basehttp 72427 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:41:52,339 basehttp 72427 6204747776 "GET /en/facility-management/maintenance/create/ HTTP/1.1" 200 77720 INFO 2025-10-02 18:41:52,381 basehttp 72427 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:42:18,583 basehttp 72427 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:42:52,387 basehttp 72427 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:43:14,722 autoreload 72427 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/facility_management/forms.py changed, reloading. INFO 2025-10-02 18:43:15,217 autoreload 73595 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 18:43:18,672 basehttp 73595 6194540544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:43:45,001 basehttp 73595 6194540544 "GET /en/facility-management/maintenance/create/ HTTP/1.1" 200 78276 INFO 2025-10-02 18:43:45,047 basehttp 73595 6194540544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:43:54,054 basehttp 73595 6194540544 "GET /en/facility-management/maintenance/ HTTP/1.1" 200 127408 INFO 2025-10-02 18:43:54,093 basehttp 73595 6194540544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:43:58,003 basehttp 73595 6194540544 "GET /en/facility-management/maintenance/80/edit/ HTTP/1.1" 200 45610 INFO 2025-10-02 18:43:58,037 basehttp 73595 6194540544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:44:58,047 basehttp 73595 6194540544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:45:18,577 basehttp 73595 6194540544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:45:40,718 basehttp 73595 6194540544 "GET /en/facility-management/maintenance/80/edit/ HTTP/1.1" 200 46658 INFO 2025-10-02 18:45:40,750 basehttp 73595 6194540544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:46:18,586 basehttp 73595 6194540544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:46:40,751 basehttp 73595 6194540544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:47:40,773 basehttp 73595 6194540544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:48:18,600 basehttp 73595 6194540544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:48:30,478 basehttp 73595 6194540544 "GET /en/facility-management/maintenance/80/edit/ HTTP/1.1" 200 46658 INFO 2025-10-02 18:48:30,518 basehttp 73595 6194540544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:49:18,575 basehttp 73595 6194540544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:49:30,529 basehttp 73595 6194540544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:49:54,034 autoreload 76897 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 18:49:56,654 basehttp 76897 6195736576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:50:34,277 basehttp 76897 6195736576 "GET /en/facility-management/maintenance/80/ HTTP/1.1" 200 28574 INFO 2025-10-02 18:50:34,307 basehttp 76897 6195736576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:50:42,215 basehttp 76897 6195736576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:50:43,161 basehttp 76897 6195736576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:50:48,945 basehttp 76897 6195736576 "GET /en/facility-management/maintenance/ HTTP/1.1" 200 127408 INFO 2025-10-02 18:50:48,986 basehttp 76897 6195736576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:50:56,341 basehttp 76897 6195736576 "GET /en/operating-theatre/rooms/1/ HTTP/1.1" 200 33148 INFO 2025-10-02 18:50:56,378 basehttp 76897 6195736576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:51:07,860 basehttp 76897 6195736576 "POST /en/operating-theatre/rooms/1/update-status/ HTTP/1.1" 302 0 INFO 2025-10-02 18:51:07,876 basehttp 76897 6195736576 "GET /en/operating-theatre/rooms/1/ HTTP/1.1" 200 33148 INFO 2025-10-02 18:51:18,571 basehttp 76897 6195736576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:51:35,808 basehttp 76897 6195736576 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 86680 INFO 2025-10-02 18:51:35,849 basehttp 76897 6195736576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:51:35,851 basehttp 76897 6212562944 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-10-02 18:51:40,204 basehttp 76897 6212562944 "GET /en/operating-theatre/blocks/ HTTP/1.1" 200 139940 INFO 2025-10-02 18:51:40,246 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:52:18,582 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:52:40,259 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:53:40,262 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:54:18,573 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:54:40,263 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:55:18,582 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:55:40,266 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:56:18,583 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:56:40,260 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:57:40,262 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:58:18,589 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:58:40,256 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 18:59:40,248 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:00:18,549 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:00:40,243 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:01:18,551 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:01:40,253 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:02:18,552 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:02:40,256 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:03:40,258 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:04:18,546 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:04:40,261 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:05:18,541 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:05:40,264 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:06:40,261 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:07:18,542 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:07:40,269 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:08:18,543 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:08:40,274 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:09:18,546 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:09:40,271 basehttp 76897 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:09:45,173 autoreload 76897 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-10-02 19:09:45,589 autoreload 86272 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 19:10:18,617 basehttp 86272 6126579712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:10:40,535 basehttp 86272 6126579712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:11:42,539 basehttp 86272 6126579712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:12:18,539 basehttp 86272 6126579712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:13:18,542 basehttp 86272 6126579712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:13:18,556 basehttp 86272 6143406080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:14:18,580 basehttp 86272 6143406080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:15:18,569 basehttp 86272 6126579712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:16:18,574 basehttp 86272 6126579712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:16:18,586 basehttp 86272 6143406080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:17:18,571 basehttp 86272 6143406080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:18:18,571 basehttp 86272 6143406080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:18:18,581 basehttp 86272 6143406080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:19:18,573 basehttp 86272 6143406080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:20:18,570 basehttp 86272 6143406080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:21:18,569 basehttp 86272 6143406080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:21:18,580 basehttp 86272 6126579712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:22:18,568 basehttp 86272 6126579712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:22:18,578 basehttp 86272 6143406080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:23:18,573 basehttp 86272 6143406080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:23:18,584 basehttp 86272 6126579712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 19:29:29,701 basehttp 86272 6126579712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 20:34:49,682 basehttp 86272 6126579712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 20:45:42,838 basehttp 86272 6126579712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 20:45:42,849 basehttp 86272 6143406080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 20:54:52,819 autoreload 96550 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 20:54:54,675 basehttp 96550 6168457216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 20:54:59,138 basehttp 96550 6168457216 "GET /en/operating-theatre/blocks/ HTTP/1.1" 200 139940 INFO 2025-10-02 20:54:59,194 basehttp 96550 6168457216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 20:55:08,715 basehttp 96550 6168457216 "GET /en/operating-theatre/cases/create/ HTTP/1.1" 200 69470 INFO 2025-10-02 20:55:08,763 basehttp 96550 6168457216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 20:55:16,177 basehttp 96550 6168457216 "GET /en/operating-theatre/cases/create/ HTTP/1.1" 200 69470 INFO 2025-10-02 20:55:16,218 basehttp 96550 6168457216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 20:56:16,233 basehttp 96550 6168457216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 20:57:16,228 basehttp 96550 6168457216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 20:58:16,241 basehttp 96550 6168457216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 20:59:16,245 basehttp 96550 6168457216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:00:16,249 basehttp 96550 6168457216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:01:16,254 basehttp 96550 6168457216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:02:16,258 basehttp 96550 6168457216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:03:16,261 basehttp 96550 6168457216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:04:16,267 basehttp 96550 6168457216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:05:16,279 basehttp 96550 6168457216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:06:16,278 basehttp 96550 6168457216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:07:16,276 basehttp 96550 6168457216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:08:01,227 autoreload 96550 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-10-02 21:08:01,622 autoreload 3473 8313250112 Watching for file changes with StatReloader INFO 2025-10-02 21:08:16,745 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:09:18,585 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:10:51,580 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:11:51,592 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:13:51,583 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:14:51,590 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:16:51,584 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:17:51,596 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:19:51,586 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:20:51,596 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:22:51,589 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:23:51,479 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:25:51,474 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:26:51,481 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:28:51,479 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:29:51,480 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:31:51,475 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:32:51,480 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:34:51,477 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:35:51,482 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:37:51,478 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-02 21:38:51,476 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-02 21:40:51,390 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-02 21:41:51,392 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-02 21:43:51,380 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-02 21:44:51,389 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-02 21:46:51,371 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-02 21:47:51,385 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-02 21:48:51,384 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-02 21:50:51,379 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-02 21:51:51,383 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-02 21:53:51,376 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-02 21:54:51,378 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-02 21:56:51,375 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-02 21:57:51,375 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-02 21:58:51,377 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-02 22:00:51,371 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-02 22:01:51,372 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-02 22:03:51,370 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-02 22:04:51,369 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-02 22:06:51,364 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-02 22:08:51,362 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-02 22:09:51,367 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-02 22:11:56,149 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-02 22:15:19,168 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-02 22:17:19,163 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-02 22:24:06,461 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-02 22:26:06,462 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-02 22:35:29,052 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-02 22:41:15,459 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-02 22:43:36,391 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-02 22:46:17,997 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-02 23:01:48,546 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-02 23:04:06,758 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-02 23:07:16,011 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-02 23:10:38,505 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-02 23:23:48,629 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-02 23:24:48,629 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-02 23:36:27,428 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-02 23:37:27,427 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-02 23:38:27,431 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 23:40:27,429 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 23:41:27,431 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 23:43:27,431 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 23:44:27,437 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 23:46:27,430 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 23:47:27,435 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 23:49:27,431 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 23:50:27,435 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 23:52:27,498 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 23:53:27,538 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 23:55:27,496 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 23:56:27,498 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 23:57:27,506 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-02 23:59:27,501 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:00:27,502 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:01:27,502 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:03:27,506 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:05:27,509 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:06:27,510 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:08:27,541 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:09:27,541 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:11:27,545 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:12:27,548 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:13:27,548 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:15:27,548 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:17:27,538 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:18:27,543 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:20:27,551 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:21:27,550 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:22:27,555 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:24:27,471 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:25:27,470 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:27:27,468 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:28:27,470 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:30:27,468 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:31:27,473 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:33:27,469 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:34:27,465 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:36:27,461 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:37:27,464 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:45:01,682 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:47:45,805 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:53:36,627 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:54:52,697 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 00:58:08,264 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 01:04:55,898 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 01:08:05,817 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 01:18:51,514 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 01:23:25,474 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 01:24:25,468 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 01:30:01,120 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 01:40:31,492 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 01:47:05,473 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 01:53:08,728 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 01:54:08,626 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 01:55:08,630 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 01:57:08,619 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 01:58:08,643 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:00:08,620 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:01:08,618 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:03:08,618 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:04:08,619 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:06:08,618 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:08:08,606 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:09:08,563 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:11:08,559 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:12:08,558 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:14:08,555 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:15:08,556 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:17:08,554 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:18:08,551 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:19:08,554 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:21:08,542 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:22:08,548 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:24:08,537 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:25:08,524 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:27:08,520 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:28:08,520 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:30:08,514 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:32:08,512 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:33:08,506 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:35:08,509 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:36:08,498 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:37:08,504 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:39:08,495 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:40:08,485 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:42:08,469 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:43:08,479 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:45:08,475 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:46:08,474 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:48:08,470 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:49:08,472 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:51:08,461 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:52:08,457 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:53:08,463 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 02:59:54,762 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 03:06:48,953 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 03:20:05,597 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 03:23:20,243 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 03:31:32,538 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 03:33:30,289 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 03:42:06,159 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 03:52:03,165 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 03:56:38,311 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:00:54,008 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:02:54,000 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:03:54,002 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:04:54,006 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:06:53,997 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:07:53,999 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:08:54,013 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:10:54,000 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:11:54,028 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:13:53,998 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:14:53,998 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:15:54,054 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:16:54,060 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:18:54,051 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:19:54,054 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:21:54,051 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:22:54,058 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:24:54,053 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:25:54,053 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:26:54,058 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:27:54,063 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:29:54,054 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:30:54,099 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:32:54,103 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:33:54,103 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:34:54,105 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:36:54,103 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:37:54,106 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:39:54,105 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:40:54,110 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:41:54,113 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:43:54,107 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:44:54,114 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:46:54,057 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:47:54,057 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:49:54,050 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:50:54,054 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:52:54,060 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:53:54,084 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:55:54,057 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:57:54,058 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 04:58:54,060 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 05:00:54,064 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 05:05:12,452 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 05:09:22,342 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 05:11:37,054 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 05:18:06,237 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 05:19:06,235 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 05:21:06,302 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 05:22:06,294 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 05:23:06,306 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 05:25:06,299 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 05:26:06,307 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 05:36:18,855 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 05:38:18,852 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 05:39:18,858 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 05:40:18,859 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 05:42:18,856 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 05:43:18,858 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 05:44:18,863 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 05:46:18,860 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 05:47:18,863 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 05:49:18,854 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 05:50:18,866 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 05:52:18,827 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 05:53:18,834 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 05:55:18,827 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 05:56:18,835 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 05:57:18,838 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 05:59:18,835 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:00:18,837 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:01:18,839 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:03:18,837 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:04:18,833 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:06:18,839 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:07:18,820 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:09:18,829 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:10:18,824 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:12:18,829 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:13:18,824 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:15:18,830 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:16:18,826 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:18:18,832 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:19:18,823 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:21:18,833 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:22:18,747 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:24:18,754 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:25:18,754 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:26:18,756 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:28:18,754 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:29:18,755 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:31:18,752 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:32:18,744 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:33:18,759 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:35:18,743 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:36:18,766 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:44:49,323 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:49:58,954 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:55:36,780 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:57:36,782 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 06:58:36,784 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 07:00:36,787 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 07:02:36,788 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 07:03:36,787 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 07:05:36,820 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 07:07:36,786 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 07:08:36,785 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 07:09:36,791 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 07:11:36,840 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 07:13:36,832 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 07:14:36,835 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 07:15:36,840 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 07:17:36,832 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 07:18:36,842 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 07:20:36,842 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 07:21:36,841 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 07:22:36,847 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 07:24:36,841 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 07:25:36,846 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 07:27:36,858 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 07:28:36,862 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 07:30:36,864 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 07:31:36,870 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 07:33:36,866 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 07:34:36,872 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 07:36:36,871 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 07:37:36,918 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-03 07:39:36,871 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 07:40:36,876 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 07:41:36,869 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 07:43:36,846 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 07:44:36,839 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 07:45:36,843 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 07:47:36,844 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 07:48:36,848 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 07:49:36,853 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 07:51:36,853 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 07:52:36,859 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 07:54:36,858 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 07:55:36,857 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 07:58:24,199 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:05:28,808 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:08:55,929 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:09:55,939 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:11:55,930 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:12:55,933 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:14:55,795 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:15:55,801 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:17:55,799 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:18:55,799 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:20:55,797 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:21:55,801 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:22:55,801 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:24:55,793 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:25:55,796 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:27:55,793 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:28:55,718 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:30:55,712 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:31:55,713 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:33:55,709 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:34:55,710 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:36:55,705 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:37:55,706 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:39:55,700 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:40:55,702 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:42:55,697 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:43:55,783 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:45:55,784 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:46:55,774 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:48:55,780 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:49:55,771 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:51:55,782 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:52:55,778 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:54:55,780 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:56:55,776 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:57:55,778 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 08:59:55,759 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 09:01:55,762 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 09:02:55,757 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 09:04:55,759 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 09:05:55,756 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 09:07:55,752 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 09:08:55,755 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 09:30:14,662 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 09:31:14,650 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 09:33:14,654 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 09:34:14,653 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 09:36:14,646 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 09:37:14,649 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 09:39:14,644 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 09:40:14,645 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 09:41:14,650 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 09:43:14,644 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 09:44:14,646 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 09:46:14,691 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 09:47:14,708 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 09:49:14,696 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 09:50:14,696 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 09:52:14,698 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 09:54:14,685 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 09:55:14,686 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 09:56:14,690 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 09:58:14,694 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 09:59:14,695 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 10:00:14,730 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 10:02:14,630 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 10:03:14,632 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 10:05:14,629 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 10:06:14,630 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 10:08:14,625 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 10:09:14,628 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 10:11:14,623 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 10:12:14,623 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 10:13:14,626 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 10:15:14,621 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 10:16:14,655 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 10:18:14,599 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 10:19:14,620 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 10:21:14,600 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 10:22:14,602 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 10:24:14,589 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 10:25:14,589 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 10:27:14,584 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 10:28:14,586 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 10:29:14,588 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 10:31:14,585 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 10:47:36,827 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 11:08:11,972 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 11:25:22,465 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 11:44:00,717 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 12:00:22,577 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 12:11:18,496 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 12:13:52,976 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 12:32:07,478 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 12:33:07,475 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 12:35:07,478 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 12:36:07,481 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 12:38:07,478 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 12:39:07,482 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 12:41:07,477 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 12:43:47,275 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 12:44:47,287 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 12:46:47,266 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 12:47:47,279 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 12:48:47,280 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 12:50:47,278 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 12:51:47,277 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 12:53:47,279 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 12:54:47,269 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 12:55:47,270 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 12:57:47,274 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 12:58:47,271 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 13:08:02,854 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 13:10:02,836 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 13:12:02,843 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 13:14:02,843 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 13:15:02,845 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 13:17:02,842 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 13:18:02,842 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 13:20:02,841 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 13:22:02,837 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 13:23:02,841 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 13:24:02,841 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 13:26:02,841 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 13:28:02,841 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 13:29:02,844 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 13:31:02,844 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 13:33:02,828 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 13:34:02,836 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 13:36:03,020 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 14:10:20,174 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 14:31:43,573 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 14:32:50,034 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 14:32:58,070 basehttp 3473 6190313472 "GET /en/operating-theatre/cases/create/ HTTP/1.1" 200 69470 INFO 2025-10-03 14:32:58,553 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-03 14:32:58,590 log 3473 6190313472 Not Found: /favicon.ico WARNING 2025-10-03 14:32:58,591 basehttp 3473 6190313472 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-10-03 14:33:00,349 basehttp 3473 6190313472 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 101576 INFO 2025-10-03 14:33:00,362 basehttp 3473 6190313472 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-03 14:33:59,028 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 14:35:00,027 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 14:36:01,036 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 14:37:02,035 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 14:38:03,034 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 14:39:04,031 basehttp 3473 6190313472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 16:22:04,658 autoreload 41003 8313250112 Watching for file changes with StatReloader INFO 2025-10-03 16:22:08,126 basehttp 41003 6168719360 "GET /en/operating-theatre/ HTTP/1.1" 200 39305 INFO 2025-10-03 16:22:08,134 basehttp 41003 6185545728 "GET /static/plugins/toastr/toastr.css HTTP/1.1" 304 0 INFO 2025-10-03 16:22:08,135 basehttp 41003 6168719360 "GET /static/css/custom.css HTTP/1.1" 304 0 INFO 2025-10-03 16:22:08,136 basehttp 41003 6185545728 "GET /static/plugins/toastr/toastr.min.js HTTP/1.1" 304 0 INFO 2025-10-03 16:22:08,136 basehttp 41003 6168719360 "GET /static/js/custom.js HTTP/1.1" 304 0 INFO 2025-10-03 16:22:08,201 basehttp 41003 6168719360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 16:22:08,202 basehttp 41003 6185545728 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-10-03 16:28:45,244 basehttp 41003 6168719360 "GET / HTTP/1.1" 302 0 INFO 2025-10-03 16:28:45,270 basehttp 41003 6185545728 "GET /en/ HTTP/1.1" 200 46945 INFO 2025-10-03 16:28:45,301 basehttp 41003 6185545728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 16:28:45,308 basehttp 41003 6202372096 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-03 16:28:45,309 basehttp 41003 6168719360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-03 16:28:53,312 basehttp 41003 6168719360 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-10-03 16:28:53,346 basehttp 41003 6202372096 "GET /en/emr/ HTTP/1.1" 200 64610 INFO 2025-10-03 16:28:53,394 basehttp 41003 6202372096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 16:28:53,465 basehttp 41003 6185545728 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-10-03 16:29:53,400 basehttp 41003 6185545728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 16:30:53,402 basehttp 41003 6185545728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 16:31:26,325 basehttp 41003 6185545728 "GET /en/emr/encounters/ HTTP/1.1" 200 54188 INFO 2025-10-03 16:31:26,382 basehttp 41003 6185545728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 16:32:26,392 basehttp 41003 6168719360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 16:33:25,201 basehttp 41003 6168719360 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 97411 INFO 2025-10-03 16:33:25,234 basehttp 41003 6168719360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 16:33:47,630 basehttp 41003 6168719360 "GET /en/accounts/profile/ HTTP/1.1" 200 31044 INFO 2025-10-03 16:33:47,661 basehttp 41003 6168719360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 16:34:25,246 basehttp 41003 6168719360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 16:35:25,249 basehttp 41003 6168719360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 16:36:25,243 basehttp 41003 6168719360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 16:37:25,245 basehttp 41003 6168719360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 16:38:25,253 basehttp 41003 6168719360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 16:39:25,244 basehttp 41003 6168719360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 16:40:17,212 autoreload 41003 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-10-03 16:40:17,614 autoreload 47357 8313250112 Watching for file changes with StatReloader INFO 2025-10-03 16:40:18,542 basehttp 47357 6171815936 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 97411 INFO 2025-10-03 16:40:18,588 basehttp 47357 6171815936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 16:51:15,313 basehttp 47357 6171815936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 16:52:15,321 basehttp 47357 6171815936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 16:53:15,324 basehttp 47357 6171815936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 16:54:15,339 basehttp 47357 6171815936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 16:54:30,076 basehttp 47357 6171815936 "GET /en/emr/vital-signs/4229/ HTTP/1.1" 200 41649 INFO 2025-10-03 16:54:30,131 basehttp 47357 6171815936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 16:54:30,135 basehttp 47357 13035925504 "GET /en/emr/vital-signs-chart/12/ HTTP/1.1" 200 11823 INFO 2025-10-03 16:54:42,555 basehttp 47357 13035925504 "GET /en/emr/vital-signs-chart/12/?period=24h HTTP/1.1" 200 11823 INFO 2025-10-03 16:54:44,923 basehttp 47357 13035925504 "GET /en/emr/vital-signs-chart/12/?period=7d HTTP/1.1" 200 11823 INFO 2025-10-03 16:55:15,341 basehttp 47357 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 16:56:15,342 basehttp 47357 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 16:56:37,953 basehttp 47357 13035925504 "GET /en/emr/add-vital-signs/2141/ HTTP/1.1" 200 45861 INFO 2025-10-03 16:56:37,986 basehttp 47357 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 16:56:44,539 basehttp 47357 13035925504 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 97411 INFO 2025-10-03 16:56:44,581 basehttp 47357 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 16:57:44,592 basehttp 47357 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 16:58:44,594 basehttp 47357 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 16:58:58,162 basehttp 47357 13035925504 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 97597 INFO 2025-10-03 16:58:58,223 basehttp 47357 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 16:59:47,610 basehttp 47357 6171815936 "GET /en/appointments/requests/2117/detail/ HTTP/1.1" 200 26770 INFO 2025-10-03 16:59:47,649 basehttp 47357 6171815936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:00:09,068 basehttp 47357 6171815936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:00:36,413 basehttp 47357 6171815936 "GET /en/appointments/requests/2083/detail/ HTTP/1.1" 200 26774 INFO 2025-10-03 17:00:36,449 basehttp 47357 6171815936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:00:45,532 basehttp 47357 6171815936 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 97597 INFO 2025-10-03 17:00:45,573 basehttp 47357 6171815936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:01:45,586 basehttp 47357 6171815936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:02:45,588 basehttp 47357 6171815936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:08:34,027 basehttp 47357 6171815936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:08:59,598 basehttp 47357 6171815936 "GET /en/emr/problems/ HTTP/1.1" 200 104589 INFO 2025-10-03 17:08:59,638 basehttp 47357 6171815936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:09:34,803 basehttp 47357 6171815936 "GET /en/emr/problems/290/ HTTP/1.1" 200 35300 INFO 2025-10-03 17:09:34,841 basehttp 47357 6171815936 "GET /static/plugins/bootstrap-icons/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6 HTTP/1.1" 200 130396 INFO 2025-10-03 17:09:34,852 basehttp 47357 6171815936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:09:45,238 basehttp 47357 6171815936 "GET /en/emr/problems/290/ HTTP/1.1" 200 35300 INFO 2025-10-03 17:09:45,278 basehttp 47357 6171815936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:09:51,248 basehttp 47357 6171815936 "GET /en/emr/care-plans/142/ HTTP/1.1" 200 66843 INFO 2025-10-03 17:09:51,282 basehttp 47357 6171815936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:10:05,942 basehttp 47357 6171815936 "GET /en/emr/problems/294/ HTTP/1.1" 200 35282 INFO 2025-10-03 17:10:05,977 basehttp 47357 6171815936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:10:51,293 basehttp 47357 6171815936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:10:56,598 basehttp 47357 6171815936 "GET /en/emr/care-plans/ HTTP/1.1" 200 138163 INFO 2025-10-03 17:10:56,645 basehttp 47357 6171815936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:11:03,405 basehttp 47357 6171815936 "GET /en/emr/care-plans/147/progress/ HTTP/1.1" 200 25486 INFO 2025-10-03 17:11:03,440 basehttp 47357 6171815936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:11:38,400 basehttp 47357 6171815936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:11:39,697 basehttp 47357 6171815936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:11:42,180 basehttp 47357 6171815936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:11:45,736 basehttp 47357 6171815936 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 97597 INFO 2025-10-03 17:11:45,773 basehttp 47357 6171815936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:12:45,772 basehttp 47357 6171815936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:13:45,778 basehttp 47357 6171815936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:14:45,790 basehttp 47357 6171815936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:15:45,779 basehttp 47357 6171815936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:16:22,585 autoreload 47357 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-10-03 17:16:23,008 autoreload 57452 8313250112 Watching for file changes with StatReloader INFO 2025-10-03 17:16:24,152 basehttp 57452 6189019136 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 97597 INFO 2025-10-03 17:16:24,192 basehttp 57452 6189019136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:17:24,236 basehttp 57452 6189019136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:17:33,536 autoreload 57452 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-10-03 17:17:33,960 autoreload 58045 8313250112 Watching for file changes with StatReloader ERROR 2025-10-03 17:17:34,278 log 58045 6163968000 Internal Server Error: /en/emr/encounters/2141/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 53, in get_object obj = queryset.get() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'care_plan'. Choices are: tenant, patient, provider, appointment, admission, signed_by, created_by ERROR 2025-10-03 17:17:34,281 basehttp 58045 6163968000 "GET /en/emr/encounters/2141/ HTTP/1.1" 500 158000 INFO 2025-10-03 17:17:50,887 autoreload 58045 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-10-03 17:17:51,303 autoreload 58214 8313250112 Watching for file changes with StatReloader INFO 2025-10-03 17:17:52,437 basehttp 58214 6161543168 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 97597 INFO 2025-10-03 17:17:52,483 basehttp 58214 6161543168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:18:22,780 basehttp 58214 6161543168 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 97597 INFO 2025-10-03 17:18:22,812 basehttp 58214 6161543168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:19:22,825 basehttp 58214 6161543168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:20:22,817 basehttp 58214 6161543168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:21:22,820 basehttp 58214 6161543168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:21:58,526 autoreload 58214 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-10-03 17:21:58,915 autoreload 60229 8313250112 Watching for file changes with StatReloader INFO 2025-10-03 17:22:22,894 basehttp 60229 6171406336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:22:32,524 autoreload 60229 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-10-03 17:22:32,940 autoreload 60519 8313250112 Watching for file changes with StatReloader INFO 2025-10-03 17:23:22,877 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:24:22,823 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:25:22,822 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:25:33,531 basehttp 60519 6122483712 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 107777 INFO 2025-10-03 17:25:33,579 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-03 17:25:49,789 log 60519 6122483712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-03 17:25:49,789 basehttp 60519 6122483712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-03 17:25:49,814 basehttp 60519 6122483712 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-03 17:26:33,587 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:27:33,593 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:27:41,726 basehttp 60519 6122483712 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 107885 WARNING 2025-10-03 17:27:41,736 log 60519 6139310080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-03 17:27:41,736 basehttp 60519 6139310080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-03 17:27:41,737 basehttp 60519 6122483712 "GET /static/plugins/moment/moment.js HTTP/1.1" 200 176435 WARNING 2025-10-03 17:27:41,815 basehttp 60519 6122483712 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-03 17:27:41,825 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-03 17:27:41,837 basehttp 60519 6139310080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-03 17:27:45,994 basehttp 60519 6122483712 "GET /en/emr/notes/create/2141/ HTTP/1.1" 200 44782 WARNING 2025-10-03 17:27:46,007 log 60519 6122483712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-03 17:27:46,007 basehttp 60519 6122483712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-03 17:27:46,069 basehttp 60519 6122483712 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-03 17:27:46,075 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-03 17:27:48,730 basehttp 60519 6139310080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-03 17:27:48,733 log 60519 6122483712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-03 17:27:48,734 basehttp 60519 6122483712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-03 17:27:48,736 basehttp 60519 6156136448 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-03 17:27:48,738 basehttp 60519 6122483712 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-03 17:27:48,743 log 60519 6122483712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-03 17:27:48,743 basehttp 60519 6122483712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-03 17:28:00,356 basehttp 60519 6139310080 "GET / HTTP/1.1" 302 0 INFO 2025-10-03 17:28:00,362 basehttp 60519 6139310080 "GET /en/ HTTP/1.1" 302 0 INFO 2025-10-03 17:28:00,367 basehttp 60519 13455405056 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-10-03 17:28:00,382 log 60519 6156136448 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 17:28:00,384 basehttp 60519 6156136448 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160229 INFO 2025-10-03 17:28:00,391 basehttp 60519 13438578688 "GET /static/css/vendor.min.css HTTP/1.1" 304 0 INFO 2025-10-03 17:28:00,391 basehttp 60519 6139310080 "GET /static/js/custom.js HTTP/1.1" 200 4109 INFO 2025-10-03 17:28:00,391 basehttp 60519 6172962816 "GET /static/css/custom.css HTTP/1.1" 200 2844 INFO 2025-10-03 17:28:00,392 basehttp 60519 13455405056 "GET /static/js/app.min.js HTTP/1.1" 304 0 INFO 2025-10-03 17:28:00,392 basehttp 60519 13438578688 "GET /static/css/default/app.min.css HTTP/1.1" 304 0 INFO 2025-10-03 17:28:00,393 basehttp 60519 6139310080 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 304 0 INFO 2025-10-03 17:28:00,393 basehttp 60519 13472231424 "GET /static/webfonts/fa-regular-400.woff2 HTTP/1.1" 304 0 INFO 2025-10-03 17:28:00,393 basehttp 60519 6172962816 "GET /static/img/version/laravel.jpg HTTP/1.1" 304 0 INFO 2025-10-03 17:28:00,393 basehttp 60519 13455405056 "GET /static/js/vendor.min.js HTTP/1.1" 304 0 INFO 2025-10-03 17:28:00,393 basehttp 60519 13438578688 "GET /static/img/version/nextjs.jpg HTTP/1.1" 304 0 WARNING 2025-10-03 17:28:00,547 log 60519 6139310080 Not Found: /favicon.ico WARNING 2025-10-03 17:28:00,547 basehttp 60519 6139310080 "GET /favicon.ico HTTP/1.1" 404 2557 ERROR 2025-10-03 17:28:07,738 log 60519 13455405056 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 17:28:07,741 basehttp 60519 13455405056 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160229 INFO 2025-10-03 17:28:10,876 basehttp 60519 6139310080 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-10-03 17:28:10,886 basehttp 60519 13472231424 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-10-03 17:28:11,003 basehttp 60519 6172962816 "GET /static/admin/css/dark_mode.css HTTP/1.1" 304 0 INFO 2025-10-03 17:28:11,003 basehttp 60519 13455405056 "GET /static/admin/css/base.css HTTP/1.1" 304 0 INFO 2025-10-03 17:28:11,003 basehttp 60519 6156136448 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 304 0 INFO 2025-10-03 17:28:11,003 basehttp 60519 13438578688 "GET /static/admin/css/login.css HTTP/1.1" 304 0 INFO 2025-10-03 17:28:11,004 basehttp 60519 13472231424 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 304 0 INFO 2025-10-03 17:28:11,004 basehttp 60519 6172962816 "GET /static/admin/css/responsive.css HTTP/1.1" 304 0 INFO 2025-10-03 17:28:11,004 basehttp 60519 6139310080 "GET /static/admin/js/theme.js HTTP/1.1" 304 0 INFO 2025-10-03 17:28:14,321 basehttp 60519 13438578688 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-10-03 17:28:14,330 basehttp 60519 13472231424 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-10-03 17:28:26,757 basehttp 60519 6172962816 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-10-03 17:28:26,787 basehttp 60519 6139310080 "GET /en/admin/ HTTP/1.1" 200 117306 INFO 2025-10-03 17:28:26,791 basehttp 60519 13455405056 "GET /static/admin/css/dashboard.css HTTP/1.1" 304 0 INFO 2025-10-03 17:28:26,799 basehttp 60519 6156136448 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 304 0 INFO 2025-10-03 17:28:26,799 basehttp 60519 13438578688 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 304 0 INFO 2025-10-03 17:28:32,668 basehttp 60519 6172962816 "GET / HTTP/1.1" 302 0 INFO 2025-10-03 17:28:32,693 basehttp 60519 6139310080 "GET /en/ HTTP/1.1" 200 46945 INFO 2025-10-03 17:28:32,700 basehttp 60519 13455405056 "GET /static/plugins/toastr/toastr.css HTTP/1.1" 200 7860 INFO 2025-10-03 17:28:32,701 basehttp 60519 13472231424 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 INFO 2025-10-03 17:28:32,701 basehttp 60519 6156136448 "GET /static/img/user/user-12.jpg HTTP/1.1" 200 8541 INFO 2025-10-03 17:28:32,701 basehttp 60519 13438578688 "GET /static/plugins/toastr/toastr.min.js HTTP/1.1" 200 5536 INFO 2025-10-03 17:28:34,429 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:28:34,431 basehttp 60519 13472231424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-03 17:28:34,432 basehttp 60519 13455405056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-03 17:28:41,827 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-03 17:28:44,380 log 60519 6139310080 Not Found: /en/ebt/ WARNING 2025-10-03 17:28:44,381 basehttp 60519 6139310080 "GET /en/ebt/ HTTP/1.1" 404 24616 INFO 2025-10-03 17:28:46,786 basehttp 60519 6156136448 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-10-03 17:28:46,825 basehttp 60519 13438578688 "GET /en/emr/ HTTP/1.1" 200 64610 INFO 2025-10-03 17:28:46,998 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:28:47,073 basehttp 60519 13472231424 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-10-03 17:29:28,405 basehttp 60519 6139310080 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 107885 INFO 2025-10-03 17:29:28,425 basehttp 60519 6139310080 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-10-03 17:29:28,428 basehttp 60519 13472231424 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-10-03 17:29:28,428 basehttp 60519 13438578688 "GET /static/plugins/lity/dist/lity.min.css HTTP/1.1" 200 3383 INFO 2025-10-03 17:29:28,429 basehttp 60519 6156136448 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-10-03 17:29:28,429 basehttp 60519 6172962816 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-10-03 17:29:28,430 basehttp 60519 6139310080 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-10-03 17:29:28,431 basehttp 60519 13472231424 "GET /static/plugins/lity/dist/lity.min.js HTTP/1.1" 200 6639 INFO 2025-10-03 17:29:28,432 basehttp 60519 13455405056 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-10-03 17:29:28,432 basehttp 60519 13438578688 "GET /static/plugins/moment/moment.js HTTP/1.1" 200 176435 INFO 2025-10-03 17:29:28,459 basehttp 60519 6156136448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:29:41,117 basehttp 60519 6139310080 "GET /en/emr/encounters/2133/ HTTP/1.1" 200 113057 INFO 2025-10-03 17:29:41,176 basehttp 60519 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:29:41,837 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:29:45,062 basehttp 60519 13455405056 "GET /en/emr/encounter/2133/problem/add/ HTTP/1.1" 200 10168 INFO 2025-10-03 17:29:49,155 basehttp 60519 13438578688 "GET /en/emr/encounter/2133/care-plan/add/ HTTP/1.1" 200 30788 INFO 2025-10-03 17:29:59,748 basehttp 60519 6172962816 "GET /en/emr/encounter/2133/problem/add/ HTTP/1.1" 200 10168 INFO 2025-10-03 17:30:35,684 basehttp 60519 6139310080 "GET /en/emr/vital-signs/4212/ HTTP/1.1" 200 41647 INFO 2025-10-03 17:30:35,715 basehttp 60519 6156136448 "GET /static/plugins/%40highlightjs/cdn-assets/highlight.min.js HTTP/1.1" 200 127496 INFO 2025-10-03 17:30:35,717 basehttp 60519 6139310080 "GET /static/plugins/apexcharts/dist/apexcharts.js HTTP/1.1" 200 1330999 INFO 2025-10-03 17:30:35,773 basehttp 60519 6156136448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:30:35,775 basehttp 60519 6139310080 "GET /en/emr/vital-signs-chart/46/ HTTP/1.1" 200 11338 INFO 2025-10-03 17:30:41,836 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:30:46,715 basehttp 60519 6156136448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:30:49,525 basehttp 60519 6156136448 "GET /en/emr/notes/2682/ HTTP/1.1" 200 39653 INFO 2025-10-03 17:30:49,549 basehttp 60519 6139310080 "GET /static/plugins/bootstrap-icons/font/bootstrap-icons.css HTTP/1.1" 200 98255 INFO 2025-10-03 17:30:49,572 basehttp 60519 6156136448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:30:49,574 basehttp 60519 6139310080 "GET /static/plugins/bootstrap-icons/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6 HTTP/1.1" 200 130396 INFO 2025-10-03 17:31:42,430 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:47:04,969 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:48:00,144 basehttp 60519 6139310080 "GET /en/emr/encounter/2133/problem/add/ HTTP/1.1" 200 10168 INFO 2025-10-03 17:48:41,104 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:48:47,793 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:48:49,324 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-03 17:48:49,363 log 60519 6156136448 Not Found: /apple-touch-icon-precomposed.png WARNING 2025-10-03 17:48:49,363 basehttp 60519 6156136448 "GET /apple-touch-icon-precomposed.png HTTP/1.1" 404 2620 WARNING 2025-10-03 17:48:49,438 log 60519 6156136448 Not Found: /apple-touch-icon.png WARNING 2025-10-03 17:48:49,438 basehttp 60519 6156136448 "GET /apple-touch-icon.png HTTP/1.1" 404 2584 INFO 2025-10-03 17:49:01,548 basehttp 60519 6139310080 "GET / HTTP/1.1" 302 0 INFO 2025-10-03 17:49:01,567 basehttp 60519 6139310080 "GET /en/ HTTP/1.1" 200 46945 INFO 2025-10-03 17:49:01,624 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:49:01,627 basehttp 60519 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-03 17:49:01,629 basehttp 60519 6172962816 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-03 17:49:08,446 basehttp 60519 6172962816 "GET /en/emr/ HTTP/1.1" 200 64610 INFO 2025-10-03 17:49:08,522 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:49:08,628 basehttp 60519 13438578688 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-10-03 17:49:27,761 basehttp 60519 6139310080 "GET /en/emr/problems/ HTTP/1.1" 200 104589 INFO 2025-10-03 17:49:27,810 basehttp 60519 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:49:31,717 basehttp 60519 6139310080 "GET /en/emr/problems/305/ HTTP/1.1" 200 32236 INFO 2025-10-03 17:49:31,745 basehttp 60519 13438578688 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-10-03 17:49:31,770 basehttp 60519 6172962816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:49:34,746 basehttp 60519 13438578688 "GET /en/emr/problems/ HTTP/1.1" 200 104589 INFO 2025-10-03 17:49:34,801 basehttp 60519 6172962816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:49:41,028 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:49:41,088 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:49:41,142 basehttp 60519 13438578688 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-10-03 17:49:47,891 basehttp 60519 6172962816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:49:50,938 basehttp 60519 13438578688 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 107885 INFO 2025-10-03 17:49:51,012 basehttp 60519 6172962816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:49:53,131 basehttp 60519 6139310080 "GET /en/emr/encounter/2141/problem/add/ HTTP/1.1" 200 10171 INFO 2025-10-03 17:49:59,613 basehttp 60519 6139310080 "GET /en/emr/encounters/2141/ HTTP/1.1" 200 107885 INFO 2025-10-03 17:49:59,697 basehttp 60519 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:50:01,457 basehttp 60519 13438578688 "GET /en/emr/ HTTP/1.1" 200 64610 INFO 2025-10-03 17:50:01,636 basehttp 60519 6172962816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:50:01,709 basehttp 60519 6139310080 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-10-03 17:50:02,161 basehttp 60519 6139310080 "GET /en/emr/problems/ HTTP/1.1" 200 104589 INFO 2025-10-03 17:50:02,344 basehttp 60519 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:50:15,732 basehttp 60519 13438578688 "GET /en/emr/problems/create HTTP/1.1" 301 0 INFO 2025-10-03 17:50:16,234 basehttp 60519 6172962816 "GET /en/emr/problems/create/ HTTP/1.1" 200 245010 INFO 2025-10-03 17:50:16,265 basehttp 60519 6139310080 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-10-03 17:50:16,268 basehttp 60519 6172962816 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-10-03 17:50:16,326 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:50:22,805 basehttp 60519 6172962816 "GET /en/emr/api/icd10-search/?q=data-sortable-id%3D%22encounter-1%22 HTTP/1.1" 200 15 INFO 2025-10-03 17:50:26,656 basehttp 60519 6139310080 "GET /en/emr/api/icd10-search/?q=hy HTTP/1.1" 200 3997 INFO 2025-10-03 17:50:27,509 basehttp 60519 6172962816 "GET /en/emr/api/icd10-search/?q=hypo HTTP/1.1" 200 3749 INFO 2025-10-03 17:50:29,094 basehttp 60519 6139310080 "GET /en/emr/api/icd10-search/?q=hypon HTTP/1.1" 200 630 INFO 2025-10-03 17:50:35,239 basehttp 60519 6172962816 "GET /en/emr/api/icd10-search/?q=hypo HTTP/1.1" 200 3749 INFO 2025-10-03 17:50:41,103 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:50:47,923 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:50:54,565 basehttp 60519 6172962816 "GET /en/emr/api/icd10-search/?q=hyponatremia HTTP/1.1" 200 334 INFO 2025-10-03 17:51:16,341 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:51:22,738 basehttp 60519 6139310080 "GET /en/emr/vital-signs/4212/ HTTP/1.1" 200 41647 INFO 2025-10-03 17:51:22,819 basehttp 60519 6172962816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:51:22,822 basehttp 60519 6139310080 "GET /en/emr/vital-signs-chart/46/ HTTP/1.1" 200 11338 INFO 2025-10-03 17:51:41,103 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:51:42,976 basehttp 60519 6139310080 "GET /en/appointments/requests/2114/detail/ HTTP/1.1" 200 26776 INFO 2025-10-03 17:51:43,037 basehttp 60519 6172962816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:51:50,085 basehttp 60519 6172962816 "GET /en/laboratory/orders/734/ HTTP/1.1" 200 35480 INFO 2025-10-03 17:51:50,135 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:51:56,381 basehttp 60519 6139310080 "GET /en/laboratory/specimens/1036/ HTTP/1.1" 200 32711 INFO 2025-10-03 17:51:56,439 basehttp 60519 6172962816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:52:10,199 basehttp 60519 6172962816 "GET /en/radiology/orders/388/ HTTP/1.1" 200 32607 INFO 2025-10-03 17:52:10,260 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:52:16,440 basehttp 60519 6172962816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:52:23,595 basehttp 60519 6139310080 "GET /en/radiology/orders/388/ HTTP/1.1" 200 32607 INFO 2025-10-03 17:52:23,665 basehttp 60519 6172962816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:52:24,307 basehttp 60519 6139310080 "GET /en/radiology/ HTTP/1.1" 200 62108 INFO 2025-10-03 17:52:24,414 basehttp 60519 6172962816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:52:24,415 basehttp 60519 6139310080 "GET /en/radiology/htmx/stats/ HTTP/1.1" 200 4178 INFO 2025-10-03 17:52:32,691 basehttp 60519 6139310080 "GET /en/radiology/images/ HTTP/1.1" 200 275885 INFO 2025-10-03 17:52:32,748 basehttp 60519 6172962816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:52:35,763 basehttp 60519 6172962816 "GET /en/radiology/viewer/image/1/ HTTP/1.1" 200 33382 INFO 2025-10-03 17:52:35,816 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:52:41,106 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:52:51,388 basehttp 60519 6139310080 "GET /en/radiology/orders/ HTTP/1.1" 200 87836 INFO 2025-10-03 17:52:51,444 basehttp 60519 6172962816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:52:53,514 basehttp 60519 6172962816 "GET /en/radiology/orders/391/ HTTP/1.1" 200 31956 INFO 2025-10-03 17:52:53,566 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:52:59,185 basehttp 60519 6139310080 "GET /en/radiology/reports/ HTTP/1.1" 200 129945 INFO 2025-10-03 17:52:59,239 basehttp 60519 6172962816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:53:01,338 basehttp 60519 6172962816 "GET /en/radiology/reports/110/ HTTP/1.1" 200 30723 INFO 2025-10-03 17:53:01,391 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:53:16,381 basehttp 60519 6139310080 "GET /en/radiology/studies/ HTTP/1.1" 200 212253 INFO 2025-10-03 17:53:16,440 basehttp 60519 6172962816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:53:16,531 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-10-03 17:53:18,227 log 60519 6139310080 Internal Server Error: /en/radiology/studies/199/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 530, in get_context_data context['reports'] = imaging_study.report ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_descriptors.py", line 534, in __get__ raise self.RelatedObjectDoesNotExist( radiology.models.ImagingStudy.report.RelatedObjectDoesNotExist: ImagingStudy has no report. ERROR 2025-10-03 17:53:18,228 basehttp 60519 6139310080 "GET /en/radiology/studies/199/ HTTP/1.1" 500 90914 INFO 2025-10-03 17:53:26,963 basehttp 60519 6172962816 "GET /en/radiology/ HTTP/1.1" 200 62108 INFO 2025-10-03 17:53:27,037 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:53:27,038 basehttp 60519 6172962816 "GET /en/radiology/htmx/stats/ HTTP/1.1" 200 4178 INFO 2025-10-03 17:53:28,541 basehttp 60519 6139310080 "GET /en/ HTTP/1.1" 200 46945 INFO 2025-10-03 17:53:28,751 basehttp 60519 6172962816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:53:28,751 basehttp 60519 6156136448 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-03 17:53:28,752 basehttp 60519 6139310080 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-03 17:53:29,069 basehttp 60519 6139310080 "GET /en/appointments/requests/2114/detail/ HTTP/1.1" 200 26776 INFO 2025-10-03 17:53:29,253 basehttp 60519 6172962816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:53:34,196 basehttp 60519 6156136448 "GET /en/radiology/htmx/stats/ HTTP/1.1" 200 4178 INFO 2025-10-03 17:53:35,768 basehttp 60519 6156136448 "GET /en/appointments/ HTTP/1.1" 200 54616 WARNING 2025-10-03 17:53:35,938 log 60519 6172962816 Bad Request: /en/appointments/stats/ INFO 2025-10-03 17:53:35,939 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-03 17:53:35,939 basehttp 60519 6172962816 "GET /en/appointments/stats/ HTTP/1.1" 400 28 INFO 2025-10-03 17:53:41,117 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:53:47,423 basehttp 60519 6139310080 "GET /en/appointments/queue/ HTTP/1.1" 200 45016 INFO 2025-10-03 17:53:47,445 basehttp 60519 6172962816 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-10-03 17:53:47,446 basehttp 60519 6156136448 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-10-03 17:53:47,446 basehttp 60519 6139310080 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 INFO 2025-10-03 17:53:47,483 basehttp 60519 6172962816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:54:03,529 basehttp 60519 6156136448 "GET /en/appointments/queue/3/ HTTP/1.1" 200 34362 INFO 2025-10-03 17:54:03,558 basehttp 60519 6172962816 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 200 35107 INFO 2025-10-03 17:54:03,559 basehttp 60519 6139310080 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 200 78487 INFO 2025-10-03 17:54:03,583 basehttp 60519 6156136448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:54:16,550 basehttp 60519 6172962816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:54:39,059 basehttp 60519 6172962816 "GET /en/appointments/queue/3/call-next/ HTTP/1.1" 302 0 INFO 2025-10-03 17:54:39,079 basehttp 60519 6172962816 "GET /en/appointments/queue/3/ HTTP/1.1" 200 34408 INFO 2025-10-03 17:54:39,138 basehttp 60519 6172962816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:54:41,111 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:54:44,273 basehttp 60519 6172962816 "GET /en/appointments/queue/entry/9/ HTTP/1.1" 200 31018 INFO 2025-10-03 17:54:44,336 basehttp 60519 6172962816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:55:00,694 basehttp 60519 6172962816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-03 17:55:01,332 log 60519 6139310080 Bad Request: /en/appointments/stats/ WARNING 2025-10-03 17:55:01,332 basehttp 60519 6139310080 "GET /en/appointments/stats/ HTTP/1.1" 400 28 INFO 2025-10-03 17:55:01,333 basehttp 60519 6172962816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:55:03,746 basehttp 60519 6172962816 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 129840 INFO 2025-10-03 17:55:03,807 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:55:12,909 basehttp 60519 6139310080 "GET /en/appointments/waiting-list/29/ HTTP/1.1" 200 54616 INFO 2025-10-03 17:55:12,960 basehttp 60519 6172962816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:55:16,556 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:55:39,023 basehttp 60519 6139310080 "GET /en/appointments/waiting-list/29/ HTTP/1.1" 200 54616 INFO 2025-10-03 17:55:39,087 basehttp 60519 6172962816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:55:41,112 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:56:16,662 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:56:39,096 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:56:41,116 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:57:11,843 basehttp 60519 6122483712 "GET /en/emr/ HTTP/1.1" 200 64610 INFO 2025-10-03 17:57:11,893 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:57:11,967 basehttp 60519 6139310080 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-10-03 17:57:14,386 basehttp 60519 6139310080 "GET /en/appointments/ HTTP/1.1" 200 54616 WARNING 2025-10-03 17:57:14,433 log 60519 6122483712 Bad Request: /en/appointments/stats/ WARNING 2025-10-03 17:57:14,433 basehttp 60519 6122483712 "GET /en/appointments/stats/ HTTP/1.1" 400 28 INFO 2025-10-03 17:57:14,434 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:57:16,760 basehttp 60519 6156136448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:57:17,369 basehttp 60519 6139310080 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 129840 INFO 2025-10-03 17:57:17,414 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:57:18,970 basehttp 60519 6139310080 "GET /en/appointments/waiting-list/29/ HTTP/1.1" 200 54616 INFO 2025-10-03 17:57:19,009 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:57:39,103 basehttp 60519 6156136448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:57:54,499 basehttp 60519 6139310080 "POST /en/appointments/waiting-list/29/contact/ HTTP/1.1" 200 1800 INFO 2025-10-03 17:58:05,181 basehttp 60519 6139310080 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 98 INFO 2025-10-03 17:58:16,584 basehttp 60519 6139310080 "GET /en/inpatients/ HTTP/1.1" 200 66538 INFO 2025-10-03 17:58:16,617 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:58:16,618 basehttp 60519 6122483712 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2099 INFO 2025-10-03 17:58:16,862 basehttp 60519 6156136448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:58:20,449 basehttp 60519 6122483712 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 156740 INFO 2025-10-03 17:58:20,494 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:58:23,761 basehttp 60519 6122483712 "GET /en/inpatients/admissions/151/ HTTP/1.1" 200 26497 INFO 2025-10-03 17:58:23,799 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:58:32,576 basehttp 60519 6122483712 "GET /en/inpatients/beds/ HTTP/1.1" 200 1057458 INFO 2025-10-03 17:58:32,715 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:58:32,717 basehttp 60519 6139310080 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2302 INFO 2025-10-03 17:58:32,924 basehttp 60519 6139310080 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 1057458 INFO 2025-10-03 17:58:39,104 basehttp 60519 6156136448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:58:40,812 basehttp 60519 6139310080 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 48513 INFO 2025-10-03 17:58:40,849 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:58:48,780 basehttp 60519 6139310080 "GET /en/inpatients/wards/ HTTP/1.1" 200 76077 INFO 2025-10-03 17:58:48,819 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:58:51,293 basehttp 60519 6139310080 "GET /en/inpatients/wards/4/ HTTP/1.1" 200 51381 INFO 2025-10-03 17:58:51,332 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:59:01,177 basehttp 60519 6139310080 "GET /en/inpatients/beds/179/details/ HTTP/1.1" 200 3286 INFO 2025-10-03 17:59:10,511 basehttp 60519 6139310080 "GET /en/inpatients/wards/10/ HTTP/1.1" 200 58061 INFO 2025-10-03 17:59:10,548 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:59:16,961 basehttp 60519 6156136448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:59:17,283 basehttp 60519 6139310080 "GET /en/inpatients/wards/15/ HTTP/1.1" 200 73081 INFO 2025-10-03 17:59:17,322 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:59:28,043 basehttp 60519 6139310080 "GET /en/inpatients/admissions/139/ HTTP/1.1" 200 32522 INFO 2025-10-03 17:59:28,078 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:59:32,104 basehttp 60519 6139310080 "GET /en/inpatients/transfer/139/ HTTP/1.1" 200 12129 INFO 2025-10-03 17:59:38,570 basehttp 60519 6139310080 "GET /en/inpatients/discharge/139/ HTTP/1.1" 200 48382 INFO 2025-10-03 17:59:38,583 basehttp 60519 6139310080 "GET /static/img/user/user-3.jpg HTTP/1.1" 200 4820 INFO 2025-10-03 17:59:38,585 basehttp 60519 6122483712 "GET /static/img/user/user-5.jpg HTTP/1.1" 200 2724 INFO 2025-10-03 17:59:38,585 basehttp 60519 6139310080 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-10-03 17:59:38,611 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 17:59:39,107 basehttp 60519 6156136448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:00:07,015 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:00:13,931 basehttp 60519 6139310080 "GET /en/patients/ HTTP/1.1" 200 138504 INFO 2025-10-03 18:00:13,963 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:00:17,278 basehttp 60519 6139310080 "GET /en/patients/patientprofile/24/details/ HTTP/1.1" 200 36043 INFO 2025-10-03 18:00:17,316 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-03 18:00:21,169 log 60519 6139310080 Bad Request: /en/patients/insurance-info/create/24/ WARNING 2025-10-03 18:00:21,170 basehttp 60519 6139310080 "GET /en/patients/insurance-info/create/24/ HTTP/1.1" 400 28 INFO 2025-10-03 18:00:32,233 basehttp 60519 6139310080 "GET /en/patients/patientprofile/23/details/ HTTP/1.1" 200 35796 INFO 2025-10-03 18:00:32,269 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:00:39,115 basehttp 60519 6156136448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-03 18:00:42,493 log 60519 6139310080 Bad Request: /en/patients/insurance-info-list/23/ WARNING 2025-10-03 18:00:42,493 basehttp 60519 6139310080 "GET /en/patients/insurance-info-list/23/ HTTP/1.1" 400 28 WARNING 2025-10-03 18:00:47,373 log 60519 6139310080 Bad Request: /en/patients/insurance-info/create/23/ WARNING 2025-10-03 18:00:47,373 basehttp 60519 6139310080 "GET /en/patients/insurance-info/create/23/ HTTP/1.1" 400 28 INFO 2025-10-03 18:01:14,161 basehttp 60519 6139310080 "GET /en/patients/ HTTP/1.1" 200 138504 INFO 2025-10-03 18:01:14,213 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:01:18,587 basehttp 60519 6139310080 "GET /en/billing HTTP/1.1" 301 0 INFO 2025-10-03 18:01:18,609 basehttp 60519 6122483712 "GET /en/billing/ HTTP/1.1" 200 32156 INFO 2025-10-03 18:01:18,642 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:01:18,645 basehttp 60519 6139310080 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4923 INFO 2025-10-03 18:01:26,798 basehttp 60519 6139310080 "GET /en/billing/payments/ HTTP/1.1" 200 27143 INFO 2025-10-03 18:01:26,834 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:01:30,616 basehttp 60519 6139310080 "GET /en/billing/claims/ HTTP/1.1" 200 27276 INFO 2025-10-03 18:01:30,652 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:01:32,733 basehttp 60519 6139310080 "GET /en/billing/claims/create/ HTTP/1.1" 200 44440 INFO 2025-10-03 18:01:32,771 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:01:39,111 basehttp 60519 6156136448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:01:55,504 basehttp 60519 6139310080 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4923 INFO 2025-10-03 18:02:18,657 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:02:24,335 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:02:32,548 basehttp 60519 6139310080 "GET /en/patients/ HTTP/1.1" 200 138504 INFO 2025-10-03 18:02:32,599 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:02:37,886 basehttp 60519 6139310080 "GET /en/pharmacy HTTP/1.1" 301 0 INFO 2025-10-03 18:02:37,900 basehttp 60519 6122483712 "GET /en/pharmacy/ HTTP/1.1" 200 38989 INFO 2025-10-03 18:02:37,955 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-10-03 18:02:37,966 log 60519 6156136448 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 909, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^ NameError: name 'InventoryItem' is not defined ERROR 2025-10-03 18:02:37,970 log 60519 6139310080 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 854, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^ NameError: name 'InventoryItem' is not defined ERROR 2025-10-03 18:02:37,974 basehttp 60519 6156136448 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 72888 ERROR 2025-10-03 18:02:37,974 basehttp 60519 6139310080 "GET /en/pharmacy/stats/ HTTP/1.1" 500 72984 INFO 2025-10-03 18:02:39,130 basehttp 60519 6172962816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:02:43,798 basehttp 60519 6139310080 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 200 71718 INFO 2025-10-03 18:02:43,838 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:02:49,332 basehttp 60519 6139310080 "GET /en/pharmacy/medications/create/ HTTP/1.1" 200 45844 INFO 2025-10-03 18:02:49,372 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:02:54,529 basehttp 60519 6139310080 "GET /en/pharmacy/prescriptions/ HTTP/1.1" 200 97240 INFO 2025-10-03 18:02:54,548 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:02:58,837 basehttp 60519 6139310080 "GET /en/pharmacy/prescriptions/582/ HTTP/1.1" 200 34425 INFO 2025-10-03 18:02:58,858 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-10-03 18:03:09,210 log 60519 6139310080 Internal Server Error: /en/pharmacy/drug-interaction-check/582/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 946, in drug_interaction_check interactions = DrugInteraction.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1503, in build_filter return self._add_q( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'medication_a' into field. Choices are: clinical_effect, created_at, created_by, created_by_id, evidence_level, id, interaction_id, interaction_type, is_active, management_recommendations, mechanism, medication_1, medication_1_id, medication_2, medication_2_id, monitoring_parameters, references, severity, tenant, tenant_id, updated_at ERROR 2025-10-03 18:03:09,212 basehttp 60519 6139310080 "GET /en/pharmacy/drug-interaction-check/582/ HTTP/1.1" 500 132681 ERROR 2025-10-03 18:03:12,928 log 60519 6139310080 Internal Server Error: /en/pharmacy/medications/19/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 335, in get_context_data context['inventory_items'] = InventoryItem.objects.filter( ^^^^^^^^^^^^^ NameError: name 'InventoryItem' is not defined ERROR 2025-10-03 18:03:12,932 basehttp 60519 6139310080 "GET /en/pharmacy/medications/19/ HTTP/1.1" 500 87114 INFO 2025-10-03 18:03:38,271 basehttp 60519 6156136448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-10-03 18:03:38,275 log 60519 6122483712 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 909, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^ NameError: name 'InventoryItem' is not defined ERROR 2025-10-03 18:03:38,282 log 60519 6139310080 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 854, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^ NameError: name 'InventoryItem' is not defined ERROR 2025-10-03 18:03:38,283 basehttp 60519 6122483712 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 72744 ERROR 2025-10-03 18:03:38,285 basehttp 60519 6139310080 "GET /en/pharmacy/stats/ HTTP/1.1" 500 72840 INFO 2025-10-03 18:03:39,136 basehttp 60519 6172962816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:03:42,293 basehttp 60519 6139310080 "GET /en/pharmacy/inventory/create/ HTTP/1.1" 200 69982 INFO 2025-10-03 18:03:42,332 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:03:46,420 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:03:56,153 basehttp 60519 6139310080 "GET /en/inventory/ HTTP/1.1" 200 54030 INFO 2025-10-03 18:03:56,218 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-10-03 18:04:01,727 log 60519 6139310080 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 470, in get_context_data context['categories'] = InventoryItem.CATEGORY_CHOICES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'InventoryItem' has no attribute 'CATEGORY_CHOICES' ERROR 2025-10-03 18:04:01,729 basehttp 60519 6139310080 "GET /en/inventory/items/ HTTP/1.1" 500 89210 INFO 2025-10-03 18:04:05,450 basehttp 60519 6139310080 "GET /en/inventory/stock/ HTTP/1.1" 200 134514 INFO 2025-10-03 18:04:05,466 basehttp 60519 6139310080 "GET /static/plugins/dropzone/src/options.js HTTP/1.1" 200 23721 INFO 2025-10-03 18:04:05,496 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:04:08,248 basehttp 60519 6139310080 "GET /en/inventory/stock/3/ HTTP/1.1" 200 33110 INFO 2025-10-03 18:04:08,285 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:04:35,353 basehttp 60519 6139310080 "GET /en/facility-management/ HTTP/1.1" 200 50542 INFO 2025-10-03 18:04:35,403 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:04:39,134 basehttp 60519 6172962816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:04:57,645 basehttp 60519 6139310080 "GET /en/facility-management/assets/ HTTP/1.1" 200 109415 INFO 2025-10-03 18:04:57,668 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:05:00,524 basehttp 60519 6139310080 "GET /en/facility-management/assets/8/ HTTP/1.1" 200 32094 INFO 2025-10-03 18:05:01,033 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:05:31,192 basehttp 60519 6139310080 "GET /en/facility-management/buildings/ HTTP/1.1" 200 47889 INFO 2025-10-03 18:05:31,219 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:05:33,791 basehttp 60519 6139310080 "GET /en/facility-management/buildings/2/ HTTP/1.1" 200 41858 INFO 2025-10-03 18:05:33,827 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:05:39,128 basehttp 60519 6172962816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-03 18:05:54,095 log 60519 6139310080 Not Found: /en/facility-management/floors WARNING 2025-10-03 18:05:54,096 basehttp 60519 6139310080 "GET /en/facility-management/floors HTTP/1.1" 404 36748 INFO 2025-10-03 18:06:10,913 basehttp 60519 6139310080 "GET /en/facility-management/rooms HTTP/1.1" 301 0 ERROR 2025-10-03 18:06:10,950 log 60519 6122483712 Internal Server Error: /en/facility-management/rooms/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'room_update' not found. 'room_update' is not a valid view function or pattern name. ERROR 2025-10-03 18:06:10,952 basehttp 60519 6122483712 "GET /en/facility-management/rooms/ HTTP/1.1" 500 235506 INFO 2025-10-03 18:06:21,885 basehttp 60519 6122483712 "GET /en/facility-management/vendors HTTP/1.1" 301 0 ERROR 2025-10-03 18:06:21,919 log 60519 6156136448 Internal Server Error: /en/facility-management/vendors/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'vendor_update' not found. 'vendor_update' is not a valid view function or pattern name. ERROR 2025-10-03 18:06:21,921 basehttp 60519 6156136448 "GET /en/facility-management/vendors/ HTTP/1.1" 500 219737 INFO 2025-10-03 18:06:39,138 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:06:40,725 basehttp 60519 6156136448 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-10-03 18:06:40,810 basehttp 60519 6122483712 "GET /en/hr/ HTTP/1.1" 200 245982 INFO 2025-10-03 18:06:40,856 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:06:55,391 basehttp 60519 6122483712 "GET /en/hr/employees/ HTTP/1.1" 200 127419 INFO 2025-10-03 18:06:55,437 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:06:58,483 basehttp 60519 6122483712 "GET /en/hr/employees/113/ HTTP/1.1" 200 35982 INFO 2025-10-03 18:06:58,520 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:06:58,524 basehttp 60519 6156136448 "GET /en/hr/employees/113/clock-controls/ HTTP/1.1" 200 506 INFO 2025-10-03 18:07:16,108 basehttp 60519 6156136448 "POST /en/hr/employees/113/clock-in/ HTTP/1.1" 200 709 INFO 2025-10-03 18:07:25,263 basehttp 60519 6156136448 "GET /en/hr/training/records HTTP/1.1" 301 0 INFO 2025-10-03 18:07:25,308 basehttp 60519 6122483712 "GET /en/hr/training/records/ HTTP/1.1" 200 232290 INFO 2025-10-03 18:07:25,337 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:07:38,320 basehttp 60519 6122483712 "GET /en/hr/training-management/ HTTP/1.1" 200 85999 INFO 2025-10-03 18:07:38,345 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:07:39,144 basehttp 60519 6156136448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:07:50,359 basehttp 60519 6122483712 "GET /en/hr/training/records/3353/ HTTP/1.1" 200 38000 INFO 2025-10-03 18:07:50,392 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:08:11,395 basehttp 60519 6122483712 "GET /en/hr/training/certificates HTTP/1.1" 301 0 INFO 2025-10-03 18:08:11,429 basehttp 60519 6139310080 "GET /en/hr/training/certificates/ HTTP/1.1" 200 112821 INFO 2025-10-03 18:08:11,455 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:08:14,775 basehttp 60519 6139310080 "GET /en/hr/training/certificates/161/ HTTP/1.1" 200 28151 INFO 2025-10-03 18:08:14,812 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:08:21,040 basehttp 60519 6139310080 "GET /en/hr/training/certificates/ HTTP/1.1" 200 112821 INFO 2025-10-03 18:08:21,084 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:08:27,892 basehttp 60519 6139310080 "GET /en/hr/training/sessions/72/ HTTP/1.1" 200 142980 INFO 2025-10-03 18:08:27,919 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:08:39,136 basehttp 60519 6156136448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:08:42,411 basehttp 60519 6139310080 "GET /en/hr/training/records/1339/ HTTP/1.1" 200 35971 INFO 2025-10-03 18:08:42,448 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:08:49,241 basehttp 60519 6139310080 "GET /en/hr/training/programs/15/ HTTP/1.1" 200 39589 INFO 2025-10-03 18:08:49,279 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:09:13,172 basehttp 60519 6139310080 "GET /en/hr/training/sessions/72/ HTTP/1.1" 200 142980 INFO 2025-10-03 18:09:13,213 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:09:16,030 basehttp 60519 6139310080 "GET /en/hr/training/programs/15/ HTTP/1.1" 200 39589 INFO 2025-10-03 18:09:16,069 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:09:23,973 basehttp 60519 6139310080 "GET /en/hr/ HTTP/1.1" 200 246238 INFO 2025-10-03 18:09:24,019 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:09:39,146 basehttp 60519 6156136448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:09:53,746 basehttp 60519 6139310080 "GET /en/quality HTTP/1.1" 301 0 INFO 2025-10-03 18:09:53,772 basehttp 60519 6122483712 "GET /en/quality/ HTTP/1.1" 200 37190 INFO 2025-10-03 18:09:53,805 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:09:53,808 basehttp 60519 6139310080 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-10-03 18:09:58,943 basehttp 60519 6139310080 "GET /en/quality/incidents/create/ HTTP/1.1" 200 39846 INFO 2025-10-03 18:09:58,981 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:10:06,447 basehttp 60519 6139310080 "GET /en/quality/measurements/create/ HTTP/1.1" 200 71004 INFO 2025-10-03 18:10:06,494 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:10:17,346 basehttp 60519 6139310080 "POST /en/quality/measurements/create/ HTTP/1.1" 200 71999 INFO 2025-10-03 18:10:26,819 basehttp 60519 6139310080 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-10-03 18:10:30,369 basehttp 60519 6139310080 "GET /en/quality/indicators/create/ HTTP/1.1" 200 36546 INFO 2025-10-03 18:10:30,407 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:10:34,340 basehttp 60519 6139310080 "GET /en/quality/projects/create/ HTTP/1.1" 200 52623 INFO 2025-10-03 18:10:34,377 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:10:39,154 basehttp 60519 6156136448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:10:43,632 basehttp 60519 6139310080 "GET /en/quality/risks/create/ HTTP/1.1" 200 57887 INFO 2025-10-03 18:10:43,652 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:10:49,836 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:13:57,626 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:14:06,480 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:29:53,025 basehttp 60519 6156136448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:30:53,010 basehttp 60519 6156136448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:30:53,531 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:31:53,010 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:31:53,540 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:32:53,007 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:32:53,536 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:33:53,008 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:33:53,540 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:37:48,413 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:37:48,934 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:38:48,404 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:38:48,934 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:39:48,404 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:39:48,926 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:40:48,409 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:40:48,939 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:41:48,412 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:41:48,932 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:42:48,414 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:42:48,941 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:45:45,988 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:45:46,519 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:46:45,976 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:46:46,504 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:47:45,982 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:47:46,506 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:48:45,986 basehttp 60519 6122483712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:48:46,511 basehttp 60519 6139310080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-03 18:49:17,639 autoreload 60519 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-10-03 18:49:18,313 autoreload 84146 8313250112 Watching for file changes with StatReloader WARNING 2025-10-03 21:01:42,425 misc 44239 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:02:38,754 misc 44795 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:02:38,754 misc 44795 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:02:38,900 misc 44795 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:02:38,900 misc 44795 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:02:38,904 misc 44795 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:02:38,904 misc 44795 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:02:38,908 misc 44795 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:02:38,908 misc 44795 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:02:38,911 misc 44795 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:02:38,911 misc 44795 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:02:38,915 misc 44795 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:02:38,915 misc 44795 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:02:38,919 misc 44795 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:02:38,919 misc 44795 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:02:38,922 misc 44795 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:02:38,922 misc 44795 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:02:38,925 misc 44795 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:02:38,926 misc 44795 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:02:38,929 misc 44795 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:02:38,929 misc 44795 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:02:57,011 misc 44914 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:02:57,013 misc 44914 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. INFO 2025-10-03 21:03:56,203 autoreload 45462 8313250112 Watching for file changes with StatReloader INFO 2025-10-03 21:03:59,024 basehttp 45462 6188871680 "GET /en/hr/training-management/ HTTP/1.1" 302 0 INFO 2025-10-03 21:03:59,029 basehttp 45462 6188871680 "GET /accounts/login/?next=/en/hr/training-management/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:03:59,042 log 45462 6205698048 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:03:59,044 basehttp 45462 6205698048 "GET /en/accounts/login/?next=/en/hr/training-management/ HTTP/1.1" 500 161847 INFO 2025-10-03 21:04:04,199 basehttp 45462 6205698048 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-10-03 21:04:04,235 basehttp 45462 6188871680 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-10-03 21:04:04,244 basehttp 45462 6188871680 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-10-03 21:04:04,252 basehttp 45462 6188871680 "GET /static/admin/css/login.css HTTP/1.1" 200 951 INFO 2025-10-03 21:04:06,374 basehttp 45462 6188871680 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-10-03 21:04:06,398 basehttp 45462 6188871680 "GET /en/admin/ HTTP/1.1" 200 117226 INFO 2025-10-03 21:04:06,411 basehttp 45462 6188871680 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-10-03 21:04:08,072 basehttp 45462 6188871680 "GET / HTTP/1.1" 302 0 INFO 2025-10-03 21:04:08,106 basehttp 45462 6205698048 "GET /en/ HTTP/1.1" 200 47102 INFO 2025-10-03 21:04:08,179 basehttp 45462 6205698048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:04:08,183 basehttp 45462 6222524416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-03 21:04:08,184 basehttp 45462 6188871680 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-03 21:04:11,709 basehttp 45462 6188871680 "GET /en/radiology HTTP/1.1" 301 0 INFO 2025-10-03 21:04:11,854 basehttp 45462 6222524416 "GET /en/radiology/ HTTP/1.1" 200 61887 INFO 2025-10-03 21:04:11,908 basehttp 45462 6222524416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:04:11,909 basehttp 45462 6205698048 "GET /en/radiology/htmx/stats/ HTTP/1.1" 200 4178 ERROR 2025-10-03 21:04:18,324 log 45462 6205698048 Internal Server Error: /en/radiology/studies/404/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 530, in get_context_data context['reports'] = imaging_study.report ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_descriptors.py", line 534, in __get__ raise self.RelatedObjectDoesNotExist( radiology.models.ImagingStudy.report.RelatedObjectDoesNotExist: ImagingStudy has no report. ERROR 2025-10-03 21:04:18,326 basehttp 45462 6205698048 "GET /en/radiology/studies/404/ HTTP/1.1" 500 91696 INFO 2025-10-03 21:04:26,321 basehttp 45462 6205698048 "GET /en/radiology/orders/ HTTP/1.1" 200 87926 INFO 2025-10-03 21:04:26,360 basehttp 45462 6205698048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:04:27,837 basehttp 45462 6205698048 "GET /en/radiology/orders/431/ HTTP/1.1" 200 31780 INFO 2025-10-03 21:04:27,872 basehttp 45462 6205698048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:04:32,945 basehttp 45462 6205698048 "GET /en/radiology/reports/ HTTP/1.1" 200 130018 INFO 2025-10-03 21:04:32,986 basehttp 45462 6205698048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:04:34,348 basehttp 45462 6205698048 "GET /en/radiology/reports/237/ HTTP/1.1" 200 31275 INFO 2025-10-03 21:04:34,384 basehttp 45462 6205698048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:04:39,628 basehttp 45462 6205698048 "GET /en/radiology/images/ HTTP/1.1" 200 289357 INFO 2025-10-03 21:04:39,682 basehttp 45462 6205698048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:04:41,252 basehttp 45462 6205698048 "GET /en/radiology/viewer/image/1/ HTTP/1.1" 200 33385 INFO 2025-10-03 21:04:41,274 basehttp 45462 6205698048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:04:53,379 basehttp 45462 6188871680 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:04:53,397 basehttp 45462 6188871680 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:04:53,412 log 45462 6188871680 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:04:53,414 basehttp 45462 6188871680 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 INFO 2025-10-03 21:05:05,204 basehttp 45462 6205698048 "GET /en/admin/radiology/dicomimage/ HTTP/1.1" 200 180430 INFO 2025-10-03 21:05:05,220 basehttp 45462 6205698048 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-03 21:05:09,178 basehttp 45462 6205698048 "GET /en/admin/radiology/dicomimage/29028/change/ HTTP/1.1" 200 187579 INFO 2025-10-03 21:05:09,197 basehttp 45462 6205698048 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-03 21:05:41,298 basehttp 45462 6205698048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:05:54,374 basehttp 45462 6188871680 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:05:54,383 basehttp 45462 6188871680 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:05:54,405 log 45462 6188871680 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:05:54,407 basehttp 45462 6188871680 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 INFO 2025-10-03 21:07:34,896 autoreload 47314 8313250112 Watching for file changes with StatReloader INFO 2025-10-03 21:07:43,409 basehttp 47314 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:07:43,469 basehttp 47314 6167982080 "GET /en/admin/radiology/imagingorder/ HTTP/1.1" 200 163283 INFO 2025-10-03 21:07:43,487 basehttp 47314 6167982080 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-03 21:07:48,703 basehttp 47314 6167982080 "POST /en/admin/radiology/imagingorder/ HTTP/1.1" 200 107092 INFO 2025-10-03 21:07:48,720 basehttp 47314 6167982080 "GET /static/admin/js/cancel.js HTTP/1.1" 200 884 INFO 2025-10-03 21:07:51,191 basehttp 47314 6167982080 "POST /en/admin/radiology/imagingorder/ HTTP/1.1" 302 0 INFO 2025-10-03 21:07:51,236 basehttp 47314 6167982080 "GET /en/admin/radiology/imagingorder/ HTTP/1.1" 200 163599 INFO 2025-10-03 21:07:51,252 basehttp 47314 6167982080 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-03 21:07:56,376 basehttp 47314 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:07:56,385 basehttp 47314 6341865472 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:07:56,408 log 47314 6341865472 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:07:56,410 basehttp 47314 6341865472 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 INFO 2025-10-03 21:07:59,869 basehttp 47314 6167982080 "POST /en/admin/radiology/imagingorder/ HTTP/1.1" 200 369928 ERROR 2025-10-03 21:08:04,717 log 47314 6167982080 The number of GET/POST parameters exceeded settings.DATA_UPLOAD_MAX_NUMBER_FIELDS. Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/request.py", line 572, in __init__ for key, value in parse_qsl(query_string, **parse_qsl_kwargs): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/urllib/parse.py", line 816, in parse_qsl raise ValueError('Max number of fields exceeded') ValueError: Max number of fields exceeded The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 185, in _get_response response = middleware_method( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/middleware/csrf.py", line 465, in process_view self._check_token(request) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/middleware/csrf.py", line 368, in _check_token request_csrf_token = request.POST.get("csrfmiddlewaretoken", "") ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/wsgi.py", line 93, in _get_post self._load_post_and_files() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/request.py", line 442, in _load_post_and_files self._post = QueryDict(self.body, encoding="utf-8") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/request.py", line 579, in __init__ raise TooManyFieldsSent( django.core.exceptions.TooManyFieldsSent: The number of GET/POST parameters exceeded settings.DATA_UPLOAD_MAX_NUMBER_FIELDS. WARNING 2025-10-03 21:08:04,718 basehttp 47314 6167982080 "POST /en/admin/radiology/imagingorder/ HTTP/1.1" 400 110772 INFO 2025-10-03 21:08:10,798 basehttp 47314 6167982080 "POST /en/admin/radiology/imagingorder/ HTTP/1.1" 200 369928 INFO 2025-10-03 21:08:14,182 basehttp 47314 6167982080 "GET /en/admin/radiology/imagingorder/ HTTP/1.1" 200 163453 INFO 2025-10-03 21:08:18,452 basehttp 47314 6167982080 "GET /en/admin/radiology/imagingorder/?order_datetime__month=9&order_datetime__year=2025 HTTP/1.1" 200 176762 INFO 2025-10-03 21:08:18,472 basehttp 47314 6167982080 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-03 21:08:20,063 basehttp 47314 6167982080 "GET /en/admin/radiology/imagingorder/?order_datetime__year=2025 HTTP/1.1" 200 169647 INFO 2025-10-03 21:08:20,078 basehttp 47314 6167982080 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-03 21:08:25,197 basehttp 47314 6167982080 "POST /en/admin/radiology/imagingorder/?order_datetime__year=2025 HTTP/1.1" 200 107103 INFO 2025-10-03 21:08:27,513 basehttp 47314 6167982080 "POST /en/admin/radiology/imagingorder/?order_datetime__year=2025 HTTP/1.1" 302 0 INFO 2025-10-03 21:08:27,565 basehttp 47314 6167982080 "GET /en/admin/radiology/imagingorder/?order_datetime__year=2025 HTTP/1.1" 200 169597 INFO 2025-10-03 21:08:27,582 basehttp 47314 6167982080 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-03 21:08:44,306 basehttp 47314 6167982080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:08:57,376 basehttp 47314 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:08:57,385 basehttp 47314 6341865472 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:08:57,407 log 47314 6341865472 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:08:57,409 basehttp 47314 6341865472 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 INFO 2025-10-03 21:09:45,311 basehttp 47314 6167982080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:09:58,374 basehttp 47314 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:09:58,380 basehttp 47314 6341865472 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:09:58,402 log 47314 6341865472 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:09:58,403 basehttp 47314 6341865472 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 INFO 2025-10-03 21:14:42,039 autoreload 50725 8313250112 Watching for file changes with StatReloader INFO 2025-10-03 21:14:44,127 basehttp 50725 6167687168 "GET /en/admin/radiology/imagingorder/?order_datetime__year=2025 HTTP/1.1" 200 94568 INFO 2025-10-03 21:14:44,145 basehttp 50725 6167687168 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-03 21:14:50,333 basehttp 50725 6167687168 "GET /en/admin/radiology/dicomimage/ HTTP/1.1" 200 92147 INFO 2025-10-03 21:14:50,350 basehttp 50725 6167687168 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-03 21:15:03,277 basehttp 50725 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:15:03,281 basehttp 50725 12918534144 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:15:03,297 log 50725 12918534144 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:15:03,299 basehttp 50725 12918534144 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 INFO 2025-10-03 21:15:38,222 basehttp 50725 6167687168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:16:04,278 basehttp 50725 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:16:04,282 basehttp 50725 12918534144 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:16:04,298 log 50725 12918534144 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:16:04,299 basehttp 50725 12918534144 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 INFO 2025-10-03 21:18:06,000 autoreload 52460 8313250112 Watching for file changes with StatReloader INFO 2025-10-03 21:18:06,341 basehttp 52460 6157152256 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:18:06,347 basehttp 52460 6157152256 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:18:06,360 log 52460 6157152256 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:18:06,362 basehttp 52460 6157152256 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 WARNING 2025-10-03 21:18:09,503 log 52460 6173978624 Not Found: /en/radiology/viewer/image/1/ WARNING 2025-10-03 21:18:09,503 basehttp 52460 6173978624 "GET /en/radiology/viewer/image/1/ HTTP/1.1" 404 29986 INFO 2025-10-03 21:18:16,454 basehttp 52460 6173978624 "GET /en/ HTTP/1.1" 200 47111 INFO 2025-10-03 21:18:16,519 basehttp 52460 6173978624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:18:16,523 basehttp 52460 6207631360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-03 21:18:16,524 basehttp 52460 6190804992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-03 21:18:18,599 basehttp 52460 6190804992 "GET /en/radiology/ HTTP/1.1" 200 62141 INFO 2025-10-03 21:18:18,658 basehttp 52460 6190804992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:18:18,659 basehttp 52460 6207631360 "GET /en/radiology/htmx/stats/ HTTP/1.1" 200 4178 INFO 2025-10-03 21:18:23,522 basehttp 52460 6207631360 "GET /en/radiology/images/ HTTP/1.1" 200 276333 INFO 2025-10-03 21:18:23,577 basehttp 52460 6207631360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:18:26,240 basehttp 52460 6207631360 "GET /en/radiology/viewer/image/60541/ HTTP/1.1" 200 33399 INFO 2025-10-03 21:18:26,272 basehttp 52460 6207631360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:18:42,045 basehttp 52460 6207631360 "GET /en/admin/radiology/dicomimage/ HTTP/1.1" 200 180382 INFO 2025-10-03 21:18:42,060 basehttp 52460 6207631360 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-03 21:18:44,107 basehttp 52460 6207631360 "GET /en/admin/radiology/dicomimage/86514/change/ HTTP/1.1" 200 148525 INFO 2025-10-03 21:18:44,122 basehttp 52460 6207631360 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-03 21:20:36,299 autoreload 53670 8313250112 Watching for file changes with StatReloader INFO 2025-10-03 21:20:39,004 basehttp 53670 6193999872 "GET /en/admin/radiology/dicomimage/86514/change/ HTTP/1.1" 200 148525 INFO 2025-10-03 21:20:39,018 basehttp 53670 6193999872 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-03 21:21:09,278 basehttp 53670 6227652608 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:21:09,282 basehttp 53670 6227652608 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:21:09,293 log 53670 6227652608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:21:09,295 basehttp 53670 6227652608 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 INFO 2025-10-03 21:21:29,212 basehttp 53670 6193999872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:22:10,282 basehttp 53670 6227652608 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:22:10,291 basehttp 53670 6227652608 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:22:10,315 log 53670 6227652608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:22:10,317 basehttp 53670 6227652608 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 INFO 2025-10-03 21:22:30,216 basehttp 53670 6193999872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:23:11,281 basehttp 53670 6210826240 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:23:11,286 basehttp 53670 6210826240 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:23:11,304 log 53670 6210826240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:23:11,305 basehttp 53670 6210826240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 INFO 2025-10-03 21:23:31,219 basehttp 53670 6193999872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:24:12,281 basehttp 53670 6210826240 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:24:12,288 basehttp 53670 6210826240 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:24:12,310 log 53670 6210826240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:24:12,311 basehttp 53670 6210826240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 INFO 2025-10-03 21:24:32,209 basehttp 53670 6193999872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 WARNING 2025-10-03 21:24:57,953 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,957 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,958 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,959 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,960 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,961 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,961 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,962 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,963 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,964 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,965 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,966 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,967 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,969 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,969 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,970 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,971 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,972 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,973 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,974 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,975 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,975 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,977 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,978 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,979 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,979 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,980 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,981 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,982 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,983 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,985 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,985 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,986 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,987 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,988 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,989 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,990 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,991 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,992 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,992 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,993 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,994 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,995 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,996 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,997 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,998 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:57,999 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,000 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,001 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,001 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,002 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,004 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,004 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,005 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,006 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,007 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,008 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,009 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,010 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,011 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,012 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,013 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,014 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,015 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,016 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,017 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,018 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,019 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,020 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,021 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,021 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,023 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,023 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,025 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,026 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,026 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,027 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,029 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,029 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,030 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,031 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,032 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,033 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,034 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,035 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,036 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,037 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,038 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,038 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,039 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,040 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,041 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,042 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,043 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,044 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,045 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,046 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,046 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,047 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,048 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,049 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,050 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,051 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,052 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,053 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,054 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,054 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,055 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,056 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,057 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,058 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,059 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,060 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,061 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,062 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,063 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,064 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,065 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,066 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,067 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,068 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,068 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,069 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,070 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,071 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,072 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,073 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,075 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,076 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,077 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,078 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,079 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,079 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,080 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,081 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,082 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,084 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,085 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,086 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,087 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,088 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,089 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,090 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,091 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,092 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,093 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,094 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,095 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,096 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,097 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,098 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,099 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,100 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,101 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,101 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,102 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,103 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,104 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,105 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,106 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,107 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,108 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,109 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,110 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,111 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,112 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,112 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,113 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,114 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,115 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,116 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,117 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,118 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,119 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,119 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,120 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,122 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,123 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,124 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,125 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,126 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,127 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,128 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,129 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,130 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,131 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,132 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,133 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,134 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,135 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,136 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,137 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,138 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,139 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,140 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,141 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,142 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,143 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,144 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,145 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,146 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,147 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,148 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,149 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,150 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,151 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,152 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,153 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,154 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,155 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,156 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,157 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,158 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,159 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,160 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,161 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,163 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,164 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,164 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,165 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,166 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,168 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,168 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,169 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,170 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,171 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,172 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,173 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,174 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,175 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,176 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,177 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,178 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,179 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,180 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,181 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,182 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,183 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,183 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,184 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,185 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,186 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,187 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,188 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,189 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,190 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,191 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,192 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,193 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,194 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,195 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,196 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,197 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,198 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,198 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,199 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,200 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,201 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,202 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,203 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,205 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,206 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,207 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,208 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,209 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,210 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,211 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,212 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,213 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,214 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,215 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,216 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,217 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,219 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,220 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,221 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,221 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,222 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,223 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,224 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,225 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,226 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,227 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,228 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,229 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,230 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,231 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,232 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,233 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,234 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,234 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,235 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,236 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,237 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,238 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,239 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,240 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,241 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,243 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,244 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,245 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,246 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,247 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,248 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,249 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,249 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,250 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,251 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,252 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,253 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,254 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,255 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,256 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,257 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,258 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,259 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,260 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,261 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,262 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,263 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,264 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,265 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,266 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,267 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,268 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,269 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,270 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,271 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,271 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,272 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,273 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,274 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,275 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,276 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,277 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,278 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,279 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,280 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,281 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,282 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,283 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,284 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,285 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,286 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,287 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,288 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,289 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,290 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,291 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,292 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,293 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,294 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,295 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,296 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,296 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,298 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,299 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,300 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,301 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,301 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,303 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,304 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,305 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,306 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,307 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,307 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,308 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,309 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,310 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,311 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,312 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,313 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,314 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,315 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,316 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,317 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,318 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,319 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,320 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,321 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,322 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,323 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,324 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,325 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,326 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,327 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,328 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,329 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,330 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,331 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,332 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,332 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,333 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,334 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,335 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,336 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,337 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,338 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,339 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,340 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,341 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,342 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,343 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,344 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,345 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,346 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,347 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,348 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,349 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,350 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,351 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,352 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,353 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,354 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,355 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,356 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,357 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,358 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,359 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,360 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,361 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,362 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,363 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,364 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,365 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,366 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,367 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,368 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,370 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,370 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,371 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,372 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,373 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,374 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,375 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,376 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,377 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,378 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,379 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,380 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,381 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,382 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,383 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,384 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,385 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,386 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,387 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,388 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,389 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,390 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,391 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,392 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,393 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,394 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,395 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,396 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,397 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,398 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,399 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,400 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,401 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,401 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,402 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,403 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,404 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,405 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,407 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,408 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,409 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,410 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,411 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,412 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,413 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,414 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,414 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,415 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,416 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,417 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,418 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,420 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,421 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,421 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,422 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,423 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,424 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,425 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,426 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,427 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,428 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,429 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,430 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,431 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,432 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,433 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,434 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,435 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,436 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,437 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,438 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,439 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,440 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,441 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,442 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,443 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,444 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,445 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,445 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,446 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,447 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,448 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,449 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,450 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,451 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,452 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,453 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,454 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,455 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,456 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,457 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,459 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,459 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,461 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,462 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,463 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,464 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,464 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,465 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,466 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,467 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,469 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,470 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,471 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,472 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,473 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,474 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,475 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,477 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,477 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,479 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,480 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,480 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,482 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,483 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,484 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,485 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,486 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,487 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,488 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,489 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,490 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,491 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,492 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,493 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,494 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,495 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,496 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,497 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,497 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,498 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,499 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,500 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,501 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,502 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,503 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,504 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,505 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,506 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,507 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,508 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,509 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,509 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,510 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,511 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,512 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,513 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,514 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,515 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,516 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,517 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,518 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,519 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,520 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,521 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,522 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,523 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,524 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,524 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,525 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,527 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,527 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,528 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,529 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,530 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,531 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,532 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,533 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,534 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,535 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,536 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,536 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,537 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,538 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,539 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,540 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,541 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,542 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,543 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,544 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,545 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,546 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,546 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,548 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,549 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,550 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,551 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,552 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,553 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,554 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,555 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,556 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,556 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,557 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,559 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,560 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,561 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,562 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,563 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,563 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,564 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,565 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,566 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,567 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,568 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,569 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,570 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,571 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,572 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,573 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,574 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,575 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,576 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,577 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,578 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,579 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,580 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,581 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,582 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,583 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,584 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,585 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,586 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,587 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,588 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,589 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,590 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,590 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,591 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,592 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,593 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,594 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,595 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,596 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,597 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,598 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,599 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,600 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,601 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,602 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,603 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,604 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,605 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,606 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,607 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,608 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,608 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,609 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,610 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,611 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,612 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,613 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,614 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,615 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,616 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,617 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,617 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,618 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,619 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,620 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,621 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,622 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,623 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,624 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,625 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,626 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,627 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,628 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,629 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,630 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,631 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,632 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,633 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,634 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,635 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,636 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,637 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,637 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,638 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,640 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,640 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,641 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,642 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,643 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,644 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,645 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,646 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,647 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,648 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,649 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,650 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,651 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,652 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,653 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,654 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,654 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,655 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,656 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,657 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,658 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,659 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,659 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,660 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,662 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,663 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,664 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,665 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,666 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,667 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,667 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,668 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,669 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,670 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,671 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,672 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,673 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,674 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,675 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,676 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,677 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,678 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,679 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,680 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,681 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,682 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,683 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,684 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,685 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,686 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,687 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,688 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,689 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,690 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,691 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,692 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,693 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,694 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,695 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,695 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,696 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,697 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,698 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,699 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,700 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,701 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,702 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,704 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,704 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,705 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,706 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,707 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,708 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,709 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,710 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,712 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,712 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,713 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,715 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,716 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,717 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,718 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,719 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,720 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,721 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,722 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,723 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,724 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,725 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,726 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,727 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,728 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,729 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,731 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,732 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,734 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,734 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,736 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,737 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,738 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,739 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,740 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,741 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,742 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,743 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,744 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,746 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,746 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,748 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,749 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,750 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,751 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,752 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,753 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,754 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,755 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,756 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,757 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,758 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,760 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,761 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,762 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,763 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,764 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,765 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,766 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,767 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,768 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,769 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,770 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,771 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,772 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,773 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,774 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,774 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,776 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,777 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,778 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,779 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,780 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,781 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,782 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,784 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,785 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,786 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,787 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,788 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,789 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,790 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,791 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,792 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,793 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,794 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,795 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,796 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,797 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,798 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,799 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,800 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,801 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,802 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,803 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,803 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,804 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,805 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,806 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,807 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,809 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,810 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,811 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,812 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,813 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,814 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,815 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,816 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,816 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,818 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,819 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,820 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,821 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,822 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,823 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,824 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,825 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,826 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,828 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,829 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,830 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,831 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,832 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,833 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,834 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,835 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,836 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,837 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,838 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,839 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,840 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,841 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,842 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,843 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,844 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,845 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,846 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,847 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,848 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,849 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,850 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,851 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,852 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,853 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,854 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,855 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,856 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,857 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,858 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,859 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,859 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,861 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,862 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,863 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,864 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,865 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,866 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,867 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,868 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,869 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,870 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,871 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,871 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,872 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,873 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,874 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,875 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,876 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,877 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,878 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,879 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,880 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,881 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,882 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,883 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,884 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,885 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,885 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,886 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,887 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,888 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,889 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,890 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,891 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,892 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,893 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,894 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,895 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,896 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,898 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,899 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,900 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,901 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,902 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,903 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,904 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,905 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,906 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,907 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,908 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,909 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,909 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,911 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,912 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,913 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,914 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,915 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,916 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,917 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,918 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,919 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,920 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,921 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,922 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,923 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,924 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,925 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,926 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,927 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,928 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,929 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,930 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,931 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,932 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,932 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,933 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,934 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,935 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,936 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,937 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,938 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,939 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,940 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,941 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,942 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,943 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,944 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,945 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,946 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,947 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,947 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,948 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,949 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,950 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,951 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,952 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,954 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,955 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,955 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,956 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,957 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,958 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,959 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,960 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,961 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,962 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,963 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,964 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,965 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,966 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,967 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,968 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,969 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,970 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,971 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,972 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,973 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,974 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,975 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,976 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,977 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,978 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,979 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,980 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,981 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,982 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,983 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,984 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,984 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,985 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,986 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,987 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,988 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,990 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,991 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,992 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,993 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,994 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,995 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,996 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,997 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,997 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:58,998 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,000 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,000 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,001 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,002 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,003 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,004 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,005 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,006 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,007 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,008 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,009 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,010 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,011 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,011 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,012 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,013 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,014 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,015 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,016 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,017 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,018 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,019 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,020 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,021 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,022 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,023 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,024 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,025 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,026 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,027 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,028 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,029 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,030 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,031 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,032 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,033 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,034 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,035 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,036 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,037 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,038 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,039 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,040 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,041 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,042 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,043 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,044 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,045 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,046 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,047 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,048 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,049 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,050 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,051 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,052 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,053 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,054 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,055 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,056 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,057 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,058 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,059 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,060 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,060 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,062 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,062 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,063 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,064 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,065 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,066 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,067 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,068 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,069 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,070 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,071 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,072 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,073 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,074 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,075 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,076 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,077 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,078 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,079 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,080 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,081 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,082 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,082 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,083 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,084 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,085 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,086 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,087 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,088 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,089 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,090 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,091 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,092 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,093 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,094 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,095 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,096 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,097 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,098 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,099 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,099 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,100 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,101 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,102 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,103 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,104 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,105 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,106 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,107 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,108 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,108 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,109 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,110 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,111 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,112 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,113 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,114 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,115 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,116 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,116 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,117 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,118 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,119 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,120 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,121 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,122 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,123 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,124 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,125 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,126 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,126 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,127 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,128 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,129 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,130 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,131 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,132 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,133 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,134 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,135 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,136 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,137 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,138 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,139 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,140 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,141 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,141 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,142 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,143 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,144 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,145 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,146 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,147 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,148 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,149 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,150 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,151 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,152 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,153 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,154 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,155 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,155 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,157 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,158 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,159 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,160 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,161 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,162 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,163 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,165 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,165 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,166 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,168 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,168 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,170 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,171 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,171 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,172 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,173 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,174 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,175 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,176 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,177 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,178 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,179 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,180 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,181 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,183 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,184 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,185 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,186 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,187 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,187 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,188 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,189 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,190 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,191 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,192 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,193 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,194 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,195 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,196 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,197 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,198 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,199 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,200 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,200 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,201 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,202 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,203 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,204 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,205 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,206 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,207 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,208 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,209 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,210 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,211 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,212 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,213 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,213 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,214 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,216 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,217 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,218 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,219 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,220 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,221 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,222 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,222 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,223 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,224 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,225 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,226 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,227 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,228 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,229 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,230 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,231 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,232 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,233 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,234 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,235 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,235 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,236 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,237 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,238 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,239 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,240 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,241 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,243 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,244 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,245 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,246 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,247 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,248 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,248 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,249 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,250 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,251 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,253 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,254 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,255 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,256 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,257 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,258 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,259 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,260 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,261 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,262 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,262 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,263 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,264 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,265 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,266 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,267 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,268 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,269 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,270 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,270 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,272 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,272 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,273 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,274 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,275 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,276 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,277 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,278 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,280 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,281 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,282 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,283 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,284 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,285 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,286 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,287 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,288 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,289 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,290 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,291 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,292 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,292 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,294 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,294 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,295 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,296 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,298 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,299 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,300 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,301 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,302 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,302 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,304 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,305 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,306 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,307 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,308 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,308 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,309 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,310 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,311 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,312 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,313 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,314 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,315 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,316 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,317 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,318 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,319 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,320 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,321 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,322 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,323 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,324 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,325 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,326 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,327 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,328 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,329 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,330 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,330 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,332 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,332 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,333 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,334 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,335 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,336 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,337 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,338 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,339 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,341 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,342 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,343 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,344 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,345 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,346 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,347 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,347 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,348 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,349 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,351 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,351 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,352 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,353 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,354 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,355 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,356 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,357 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,358 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,359 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,360 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,361 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,362 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,363 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,364 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,365 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,366 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,367 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,368 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,369 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,370 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,370 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,372 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,373 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,374 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,375 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,376 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,376 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,377 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,379 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,379 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,380 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,381 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,382 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,383 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,384 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,386 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,386 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,387 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,388 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,389 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,390 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,391 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,392 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,393 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,394 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,395 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,396 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,397 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,398 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,399 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,400 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,401 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,402 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,403 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,404 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,405 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,406 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,407 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,408 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,409 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,410 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,411 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,411 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,412 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,413 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,414 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,415 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,416 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,417 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,418 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,419 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,420 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,421 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,422 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,423 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,424 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,425 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,426 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,427 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,428 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,428 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,429 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,430 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,431 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,433 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,434 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,435 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,436 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,437 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,438 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,439 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,440 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,441 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,442 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,443 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,444 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,446 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,447 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,448 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,449 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,449 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,450 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,451 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,452 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,453 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,454 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,455 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,456 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,457 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,458 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,459 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,460 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,461 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,462 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,463 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,464 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,465 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,466 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,467 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,468 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,469 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,470 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,471 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,472 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,473 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,473 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,474 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,475 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,476 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,477 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,478 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,479 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,481 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,482 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,483 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,484 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,485 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,486 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,487 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,488 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,489 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,490 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,491 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,492 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,493 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,494 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,495 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,496 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,497 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,498 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,499 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,500 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,500 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,502 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,503 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,504 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,505 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,506 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,507 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,508 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,509 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,510 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,511 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,512 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,513 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,514 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,515 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,517 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,518 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,519 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,520 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,520 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,521 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,522 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,524 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,524 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,525 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,526 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,527 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,528 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,529 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,530 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,531 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,532 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,533 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,534 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,535 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,536 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,537 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,538 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,539 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,540 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,541 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,542 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,543 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,544 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,545 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,546 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,547 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,548 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,549 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,550 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,551 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,552 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,553 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,554 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,555 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,556 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,557 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,557 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,559 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,559 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,560 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,561 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,562 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,563 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,564 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,565 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,566 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,567 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,569 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,569 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,570 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,571 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,572 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,573 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,574 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,575 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,576 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,577 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,578 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,579 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,580 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,580 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,581 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,582 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,584 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,585 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,586 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,587 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,588 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,589 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,590 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,591 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,591 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,592 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,593 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,594 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,595 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,596 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,597 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,598 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,599 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,600 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,601 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,602 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,603 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,604 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,605 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,606 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,607 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,608 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,609 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,610 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,611 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,612 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,613 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,614 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,615 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,616 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,617 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,618 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,619 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,620 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,621 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,622 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,623 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,624 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,625 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,626 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,627 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,628 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,629 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,629 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,630 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,631 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,632 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,633 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,634 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,635 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,636 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,637 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,638 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,639 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,640 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,641 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,642 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,643 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,644 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,645 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,646 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,647 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,648 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,649 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,650 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,651 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,652 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,653 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,654 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,655 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,656 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,657 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,658 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,659 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,660 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,661 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,662 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,663 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,664 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,665 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,666 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,667 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,668 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,669 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,670 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,671 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,672 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,673 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,674 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,675 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,676 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,677 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,678 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,679 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,680 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,681 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,682 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,683 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,684 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,685 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,686 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,687 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,688 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,689 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,690 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,691 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,691 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,692 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,694 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,695 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,696 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,697 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,697 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,698 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,699 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,700 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,701 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,702 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,703 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,704 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,705 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,706 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,707 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,708 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,709 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,710 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,710 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,712 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,713 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,714 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,715 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,716 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,717 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,718 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,719 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,720 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,721 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,722 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,722 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,723 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,724 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,725 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,726 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,727 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,728 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,729 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,730 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,731 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,732 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,733 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,734 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,735 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,736 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,737 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,738 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,739 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,740 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,741 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,742 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,743 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,744 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,745 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,745 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,746 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,748 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,749 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,750 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,751 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,752 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,753 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,753 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,754 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,755 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,756 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,757 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,759 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,760 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,761 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,761 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,762 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,764 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,765 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,766 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,767 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,772 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,773 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,774 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,775 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,775 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,776 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,777 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,779 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,780 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,781 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,782 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,783 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,785 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,786 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,787 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,787 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,788 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,789 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,790 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,791 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,792 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,793 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,794 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,795 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,796 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,797 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,798 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,799 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,800 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,801 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,802 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,803 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,804 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,805 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,805 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,806 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,807 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,809 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,810 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,811 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,812 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,813 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,814 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,815 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,815 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,816 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,817 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,818 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,819 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,820 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,821 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,822 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,823 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,824 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,825 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,826 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,827 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,828 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,829 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,830 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,831 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,832 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,833 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,834 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,835 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,836 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,837 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,837 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,838 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,840 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,841 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,843 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,844 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,845 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,846 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,847 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,848 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,849 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,850 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,851 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,852 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,853 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,854 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,855 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,855 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,856 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,857 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,858 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,859 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,860 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,861 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,862 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,863 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,864 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,865 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,866 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,867 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,869 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,870 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,871 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,872 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,873 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,874 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,875 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,876 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,877 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,878 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,879 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,880 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,881 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,882 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,883 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,884 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,885 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,886 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,887 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,888 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,890 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,891 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,892 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,893 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,893 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,894 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,895 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,896 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,897 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,898 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,899 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,900 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,902 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,902 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,903 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,904 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,905 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,906 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,907 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,908 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,909 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,910 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,911 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,912 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,913 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,914 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,915 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,916 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,917 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,918 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,919 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,920 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,921 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,922 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,923 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,923 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,925 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,926 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,927 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,927 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,928 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,929 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,930 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,931 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,932 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,933 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,934 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,935 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,936 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,938 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,938 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,939 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,940 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,941 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,942 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,943 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,944 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,946 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,947 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,947 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,948 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,949 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,950 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,951 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,952 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,954 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,954 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,955 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,956 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,957 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,958 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,959 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,960 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,961 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,962 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,963 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,964 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,965 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,966 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,967 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,968 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,969 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,969 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,970 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,971 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,972 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,973 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,974 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,975 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,976 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,978 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,979 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,980 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,981 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,982 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,983 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,984 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,985 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,986 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,987 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,988 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,989 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,990 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,991 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,992 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,993 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,994 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,995 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,996 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,997 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,998 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:24:59,999 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,000 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,001 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,002 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,003 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,004 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,005 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,006 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,007 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,008 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,009 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,010 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,010 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,011 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,013 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,014 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,015 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,015 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,016 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,017 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,018 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,019 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,020 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,021 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,022 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,023 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,024 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,025 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,026 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,027 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,028 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,028 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,029 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,030 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,032 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,032 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,033 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,034 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,035 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,036 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,037 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,038 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,039 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,040 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,041 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,042 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,044 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,045 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,046 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,047 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,048 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,049 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,050 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,051 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,052 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,053 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,054 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,055 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,055 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,056 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,057 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,058 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,059 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,060 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,061 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,062 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,063 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,064 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,065 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,066 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,067 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,068 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,069 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,069 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,070 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,071 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,072 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,073 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,074 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,075 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,076 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,077 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,078 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,079 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,080 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,081 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,082 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,084 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,086 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,087 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,088 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,089 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,090 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,091 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,092 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,093 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,094 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,095 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,096 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,098 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,098 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,099 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,100 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,101 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,102 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,103 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,104 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,105 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,106 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,107 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,108 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,109 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,110 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,111 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,112 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,113 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,114 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,115 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,116 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,116 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,117 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,118 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,119 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,120 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,121 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,122 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,123 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,124 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,125 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,126 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,127 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,128 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,128 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,129 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,130 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,131 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,132 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,134 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,135 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,136 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,137 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,138 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,138 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,139 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,140 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,141 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,142 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,143 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,144 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,146 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,146 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,147 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,148 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,149 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,150 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,151 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,152 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,153 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,154 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,155 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,156 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,157 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,158 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,159 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,160 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,160 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,161 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,162 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,163 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,164 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,165 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,166 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,167 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,168 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,169 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,170 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,171 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,172 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,173 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,174 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,174 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,175 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,176 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,177 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,178 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,179 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,180 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,181 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,182 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,183 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,184 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,185 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,186 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,187 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,188 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,189 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,190 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,191 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,192 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,193 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,194 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,195 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,196 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,197 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,198 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,199 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,199 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,200 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,201 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,202 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,203 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,204 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,205 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,206 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,207 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,208 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,209 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,210 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,211 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,212 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,213 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,214 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,215 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,216 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,217 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,218 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,219 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,220 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,222 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,223 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,223 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,225 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,226 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,227 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,228 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,229 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,229 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,230 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,231 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,232 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,233 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,234 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,235 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,236 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,237 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,238 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,239 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,240 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,241 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,242 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,243 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,244 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,245 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,245 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,246 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,247 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,248 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,249 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,250 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,251 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,252 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,253 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,255 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,256 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,256 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,257 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,258 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,259 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,260 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,261 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,262 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,263 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,264 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,265 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,266 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,267 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,268 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,269 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,270 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,270 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,271 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,272 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,273 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,274 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,275 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,276 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,277 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,278 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,279 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,279 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,280 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,281 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,282 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,283 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,284 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,285 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,286 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,287 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,288 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,289 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,290 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,291 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,292 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,293 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,294 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,295 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,296 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,297 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,298 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,299 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,300 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,301 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,302 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,304 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,305 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,306 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,308 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,308 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,309 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,310 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,312 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,313 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,314 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,315 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,316 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,317 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,318 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,319 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,320 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,321 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,321 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,322 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,323 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,324 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,326 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,327 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,368 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,369 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,370 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,371 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,372 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,373 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,374 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,375 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,376 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,377 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,378 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,379 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,380 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,381 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,382 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,384 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,385 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,385 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,386 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,388 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,388 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,389 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,390 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,392 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,393 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,394 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,395 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,396 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,397 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,397 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,398 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,399 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,400 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,401 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,402 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,403 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,404 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,405 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,406 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,407 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,408 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,409 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,409 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,410 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,411 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,412 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,413 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,414 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,415 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,416 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,417 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,418 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,419 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,420 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,421 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,422 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,423 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,424 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,425 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,426 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,427 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,428 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,429 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,430 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,430 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,431 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,433 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,434 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,435 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,435 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,436 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,437 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,438 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,439 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,440 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,441 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,442 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,443 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,444 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,445 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,446 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,447 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,448 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,449 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,450 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,451 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,452 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,453 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,453 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,454 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,455 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,456 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,457 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,458 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,459 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,460 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,461 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,462 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,463 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,464 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,465 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,466 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,467 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,467 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,468 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,469 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,471 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,471 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,472 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,473 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,475 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,475 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,476 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,477 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,478 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,479 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,480 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,481 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,482 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,483 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,484 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,485 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,486 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,487 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,488 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,488 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,489 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,491 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,492 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,493 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,494 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,495 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,496 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,496 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,497 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,498 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,499 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,500 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,501 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,502 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,503 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,504 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,505 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,506 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,507 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,508 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,509 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,510 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,511 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,512 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,513 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,514 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,514 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,515 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,516 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,517 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,518 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,519 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,520 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,521 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,522 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,523 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,524 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,525 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,526 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,527 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,528 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,529 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,530 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,531 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,532 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,533 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,534 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,535 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,536 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,536 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,538 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,539 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,540 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,542 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,543 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,544 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,545 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,546 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,546 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,547 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,548 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,550 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,551 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,552 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,553 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,554 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,555 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,556 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,557 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,558 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,559 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,560 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,561 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,562 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,563 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,564 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,565 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,566 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,568 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,569 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,570 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,571 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,572 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,572 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,573 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,574 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,575 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,576 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,577 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,579 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,580 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,581 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,582 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,583 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,584 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,585 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,585 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,586 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,587 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,588 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,589 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,590 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,591 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,592 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,593 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,594 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,595 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,596 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,597 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,598 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,599 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,600 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,601 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,602 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,603 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,604 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,605 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,606 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,607 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,608 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,610 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,610 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,611 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,612 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,613 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,614 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,615 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,616 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,617 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,618 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,619 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,621 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,622 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,622 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,623 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,624 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,625 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,626 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,628 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,629 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,629 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,630 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,631 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,632 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,633 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,634 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,635 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,636 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,638 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,638 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,640 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,640 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,641 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,643 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,644 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,645 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,646 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,647 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,647 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,648 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,649 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,650 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,651 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,652 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,653 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,654 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,655 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,656 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,657 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,658 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,659 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,660 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,661 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,662 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,663 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,664 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,665 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,666 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,666 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,667 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,668 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,669 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,670 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,671 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,672 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,673 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,674 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,675 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,676 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,677 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,678 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,679 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,679 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,680 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,682 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,682 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,683 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,684 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,685 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,687 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,687 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,688 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,689 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,690 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,692 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,693 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,694 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,695 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,696 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,696 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,697 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,698 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,699 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,701 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,702 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,703 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,704 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,705 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,705 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,706 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,707 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,708 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,709 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,710 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,712 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,713 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,714 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,714 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,715 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,716 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,717 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,718 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,719 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,720 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,721 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,722 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,723 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,724 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,726 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,726 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,727 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,728 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,729 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,730 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,731 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,732 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,733 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,734 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,734 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,735 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,737 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,738 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,739 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,740 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,741 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,742 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,743 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,744 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,744 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,745 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,746 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,747 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,748 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,749 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,750 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,751 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,752 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,753 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,754 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,755 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,755 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,756 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,757 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,758 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,759 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,760 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,761 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,762 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,763 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,764 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,765 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,766 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,767 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,768 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,769 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,769 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,770 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,771 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,772 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,773 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,774 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,775 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,776 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,777 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,778 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,779 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,780 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,781 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,782 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,783 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,784 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,785 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,786 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,787 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,788 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,789 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,790 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,791 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,792 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,792 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,793 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,795 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,795 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,796 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,797 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,798 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,799 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,800 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,801 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,802 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,803 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,804 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,805 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,806 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,807 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,808 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,809 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,810 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,811 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,812 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,813 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,814 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,815 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,816 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,817 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,818 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,819 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,819 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,821 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,822 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,823 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,824 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,825 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,826 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,826 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,827 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,828 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,829 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,830 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,831 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,833 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,834 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,835 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,836 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,836 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,837 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,838 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,839 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,840 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,841 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,842 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,843 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,844 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,845 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,846 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,847 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,848 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,849 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,850 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,851 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,852 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,853 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,854 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,855 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,856 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,857 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,858 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,859 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,860 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,861 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,862 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,863 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,864 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,864 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,865 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,866 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,867 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,868 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,869 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,870 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,871 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,872 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,873 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,874 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,875 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,876 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,877 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,878 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,879 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,881 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,881 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,882 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,883 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,884 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,885 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,887 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,888 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,889 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,889 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,890 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,892 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,893 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,894 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,895 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,896 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,897 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,898 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,899 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,900 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,901 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,902 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,903 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,904 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,905 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,907 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,908 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,908 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,909 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,910 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,911 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,912 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,913 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,914 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,915 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,916 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,917 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,918 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,919 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,920 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,921 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,921 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,922 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,923 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,925 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,926 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,926 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,928 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,929 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,930 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,931 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,931 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,932 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,934 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,935 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,936 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,937 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,937 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,939 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,940 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,941 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,942 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,943 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,943 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,944 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,945 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,946 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,947 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,948 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,949 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,950 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,951 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,952 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,953 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,954 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,954 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,955 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,956 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,957 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,958 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,959 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,960 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,961 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,962 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,963 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,964 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,965 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,966 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,967 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,968 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,969 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,970 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,971 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,971 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,972 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,973 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,974 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,975 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,976 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,977 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,978 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,979 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,980 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,981 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,982 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,983 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,984 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,985 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,986 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,987 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,988 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,989 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,990 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,991 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,992 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,993 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,993 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,994 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,995 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,996 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,997 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,998 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:00,999 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,000 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,001 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,002 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,003 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,004 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,005 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,005 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,006 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,007 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,009 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,009 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,010 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,011 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,012 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,013 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,014 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,015 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,016 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,017 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,018 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,019 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,020 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,021 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,021 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,022 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,023 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,024 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,025 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,026 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,027 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,028 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,029 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,030 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,031 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,032 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,033 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,034 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,035 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,037 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,038 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,039 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,040 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,041 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,042 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,043 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,043 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,044 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,046 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,047 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,048 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,049 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,050 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,051 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,052 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,053 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,054 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,055 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,056 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,057 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,058 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,059 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,060 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,061 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,062 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,063 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,064 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,065 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,066 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,067 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,068 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,069 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,069 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,070 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,071 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,072 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,073 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,074 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,075 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,076 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,077 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,078 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,079 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,080 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,081 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,082 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,083 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,084 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,085 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,086 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,087 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,088 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,089 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,090 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,091 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,092 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,093 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,094 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,096 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,097 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,098 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,099 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,100 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,100 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,101 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,103 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,104 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,105 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,105 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,106 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,107 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,108 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,109 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,110 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,111 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,112 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,113 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,114 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,115 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,116 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,117 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,118 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,119 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,120 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,121 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,122 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,123 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,124 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,125 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,126 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,127 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,128 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,128 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,130 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,130 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,131 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,133 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,134 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,134 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,136 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,137 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,138 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,138 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,139 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,140 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,142 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,142 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,144 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,144 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,145 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,146 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,147 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,148 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,149 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,150 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,151 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,152 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,153 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,155 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,156 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,157 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,158 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,159 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,160 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,161 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,162 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,163 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,164 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,165 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,166 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,167 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,168 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,168 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,169 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,170 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,172 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,173 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,174 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,175 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,176 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,177 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,178 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,179 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,180 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,180 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,181 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,182 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,183 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,184 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,186 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,187 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,188 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,189 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,189 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,190 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,191 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,192 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,193 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,194 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,195 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,196 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,197 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,198 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,199 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,200 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,201 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,202 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,203 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,204 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,205 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,206 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,207 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,208 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,209 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,210 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,211 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,212 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,212 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,213 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,214 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,215 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,217 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,218 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,219 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,220 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,221 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,222 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,223 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,224 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,225 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,226 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,227 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,228 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,229 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,230 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,231 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,232 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,233 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,234 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,234 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,235 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,236 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,237 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,238 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,239 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,240 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,242 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,243 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,244 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,245 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,245 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,246 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,247 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,249 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,250 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,251 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,251 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,253 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,253 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,255 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,256 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,256 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,257 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,259 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,260 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,261 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,262 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,262 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,264 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,265 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,265 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,266 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,267 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,268 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,269 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,270 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,271 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,272 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,273 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,274 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,275 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,275 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,276 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,277 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,278 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,279 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,280 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,281 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,282 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,283 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,284 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,285 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,286 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,286 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,288 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,289 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,290 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,290 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,291 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,292 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,293 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,294 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,295 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,296 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,297 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,298 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,299 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,300 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,301 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,302 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,303 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,304 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,305 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,306 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,306 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,307 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,308 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,309 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,310 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,311 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,312 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,313 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,314 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,315 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,316 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,317 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,318 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,319 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,320 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,321 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,322 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,323 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,324 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,325 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,326 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,327 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,328 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,328 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,329 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,330 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,332 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,332 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,334 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,335 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,336 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,337 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,337 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,338 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,339 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,340 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,341 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,342 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,343 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,344 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,344 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,345 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,346 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,347 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,348 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,349 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,350 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,351 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,352 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,353 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,354 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,355 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,356 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,357 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,357 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,359 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,359 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,360 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,361 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,362 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,363 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,364 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,365 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,366 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,366 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,367 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,369 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,369 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,370 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,371 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,372 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,373 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,375 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,375 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,376 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,377 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,378 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,379 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,380 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,381 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,383 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,384 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,385 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,386 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,386 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,387 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,388 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,389 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,390 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,391 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,392 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,393 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,395 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,396 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,396 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,397 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,398 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,399 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,400 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,401 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,402 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,403 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,404 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,405 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,406 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,407 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,408 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,409 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,410 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,411 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,412 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,413 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,413 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,415 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,416 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,417 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,418 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,419 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,420 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,421 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,422 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,423 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,424 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,425 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,425 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,426 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,427 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,428 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,429 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,430 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,431 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,432 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,433 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,434 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,435 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,436 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,437 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,438 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,439 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,440 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,441 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,442 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,443 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,444 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,445 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,446 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,447 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,448 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,449 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,450 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,451 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,452 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,453 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,454 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,455 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,456 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,457 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,458 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,459 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,460 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,461 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,462 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,463 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,464 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,465 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,466 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,467 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,468 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,469 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,470 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,471 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,472 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,473 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,474 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,475 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,476 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,477 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,478 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,479 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,480 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,481 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,482 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,483 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,484 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,485 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,486 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,487 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,488 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,489 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,490 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,491 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,492 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,492 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,494 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,494 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,495 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,496 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,497 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,498 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,500 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,501 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,501 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,502 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,503 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,504 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,505 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,506 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,506 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,507 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,508 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,509 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,511 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,512 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,513 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,514 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,515 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,516 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,517 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,518 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,519 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,520 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,522 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,523 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,524 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,524 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,525 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,526 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,528 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,528 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,530 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,531 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,532 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,533 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,534 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,535 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,536 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,537 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,537 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,539 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,539 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,540 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,541 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,542 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,543 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,544 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,545 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,546 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,547 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,548 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,549 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,550 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,551 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,552 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,553 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,554 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,554 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,555 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,556 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,557 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,558 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,559 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,560 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,561 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,562 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,563 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,564 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,565 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,566 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,567 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,568 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,569 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,570 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,571 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,572 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,573 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,574 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,575 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,576 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,577 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,578 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,579 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,580 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,581 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,582 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,583 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,584 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,585 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,586 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,587 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,588 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,589 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,590 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,591 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,592 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,593 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,594 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,595 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,596 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,597 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,598 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,599 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,600 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,601 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,601 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,603 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,604 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,605 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,606 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,607 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,608 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,609 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,610 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,611 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,612 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,613 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,614 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,615 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,616 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,617 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,618 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,619 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,620 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,621 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,622 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,623 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,624 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,625 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,626 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,627 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,628 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,629 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,630 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,631 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,632 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,633 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,633 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,634 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,636 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,636 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,638 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,639 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,640 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,641 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,642 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,643 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,644 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,645 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,645 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,646 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,647 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,648 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,649 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,650 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,651 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,652 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,653 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,654 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,655 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,656 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,657 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,658 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,659 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,660 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,661 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,662 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,663 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,664 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,665 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,666 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,667 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,668 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,669 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,670 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,671 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,671 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,672 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,674 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,675 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,676 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,677 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,678 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,678 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,679 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,680 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,681 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,682 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,683 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,684 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,685 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,686 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,687 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,688 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,689 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,690 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,691 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,692 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,693 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,694 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,695 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,696 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,697 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,698 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,698 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,699 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,700 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,701 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,702 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,703 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,704 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,705 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,707 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,708 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,708 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,709 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,710 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,711 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,712 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,713 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,714 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,715 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,716 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,717 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,718 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,719 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,720 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,721 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,722 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,723 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,724 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,726 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,726 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,727 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,728 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,730 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,731 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,731 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,732 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,733 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,734 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,735 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,736 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,737 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,738 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,739 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,740 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,741 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,742 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,743 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,744 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,745 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,745 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,746 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,747 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,748 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,749 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,751 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,752 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,753 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,754 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,755 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,756 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,757 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,758 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,759 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,759 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,760 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,761 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,763 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,764 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,765 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,765 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,766 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,768 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,768 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,769 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,770 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,771 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,772 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,774 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,775 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,776 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,776 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,777 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,778 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,779 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,780 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,781 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,782 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,783 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,784 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,785 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,786 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,787 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,788 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,789 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,790 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,791 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,792 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,793 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,794 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,794 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,795 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,796 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,797 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,798 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,799 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,800 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,801 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,802 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,803 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,804 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,804 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,806 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,807 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,808 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,809 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,810 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,810 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,812 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,812 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,813 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,814 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,815 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,816 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,817 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,818 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,819 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,820 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,822 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,823 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,824 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,824 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,826 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,826 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,827 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,828 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,829 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,830 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,831 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,832 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,833 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,834 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,835 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,836 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,837 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,838 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,838 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,839 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,840 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,841 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,842 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,843 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,844 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,845 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,846 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,847 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,848 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,849 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,850 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,851 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,852 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,853 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,854 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,855 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,856 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,857 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,858 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,859 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,861 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,861 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,862 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,863 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,864 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,865 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,866 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,867 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,868 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,869 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,871 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,872 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,872 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,874 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,874 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,875 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,876 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,878 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,879 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,880 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,881 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,882 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,883 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,884 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,885 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,886 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,887 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,887 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,888 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,889 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,891 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,891 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,893 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,894 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,894 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,896 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,897 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,898 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,898 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,899 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,900 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,901 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,902 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,903 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,904 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,905 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,906 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,907 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,908 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,909 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,910 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,911 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,912 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,913 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,914 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,915 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,916 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,917 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,918 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,919 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,921 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,922 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,923 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,923 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,924 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,925 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,926 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,927 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,928 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,929 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,930 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,931 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,932 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,933 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,934 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,935 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,936 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,937 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,938 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,939 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,940 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,941 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,942 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,943 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,944 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,945 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,946 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,947 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,948 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,949 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,950 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,950 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,951 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,952 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,953 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,954 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,955 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,956 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,957 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,958 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,959 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,960 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,961 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,962 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,963 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,964 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,965 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,966 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,967 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,968 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,969 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,970 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,971 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,972 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,973 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,973 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,974 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,975 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,976 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,977 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,978 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,979 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,980 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,981 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,982 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,983 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,984 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,985 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,986 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,987 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,988 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,989 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,990 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,991 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,992 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,993 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,994 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,995 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,996 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,997 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,998 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:01,999 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,000 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,001 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,002 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,003 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,004 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,005 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,005 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,006 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,007 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,009 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,009 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,010 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,011 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,012 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,013 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,014 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,015 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,016 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,017 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,018 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,019 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,020 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,022 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,023 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,024 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,025 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,026 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,027 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,027 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,028 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,029 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,030 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,031 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,032 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,033 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,034 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,035 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,036 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,037 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,038 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,039 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,040 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,041 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,041 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,043 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,044 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,045 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,046 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,046 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,047 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,048 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,049 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,050 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,051 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,052 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,053 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,054 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,055 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,056 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,057 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,058 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,059 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,059 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,060 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,061 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,062 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,063 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,064 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,065 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,066 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,067 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,068 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,069 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,070 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,071 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,072 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,073 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,074 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,075 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,076 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,077 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,078 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,079 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,081 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,082 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,082 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,083 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,084 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,085 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,086 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,087 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,088 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,089 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,090 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,091 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,092 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,093 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,094 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,095 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,096 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,097 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,098 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,099 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,100 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,101 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,102 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,103 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,104 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,105 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,106 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,107 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,108 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,109 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,110 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,111 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,112 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,113 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,114 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,115 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,116 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,117 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,118 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,119 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,120 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,121 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,122 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,123 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,123 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,124 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,126 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,126 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,127 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,128 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,129 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,130 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,131 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,132 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,133 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,134 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,135 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,136 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,137 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,138 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,139 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,140 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,141 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,142 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,143 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,144 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,145 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,145 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,146 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,147 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,148 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,149 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,150 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,151 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,152 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,153 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,154 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,155 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,156 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,156 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,157 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,158 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,159 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,160 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,161 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,162 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,163 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,164 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,165 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,166 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,167 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,168 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,168 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,169 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,170 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,171 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,172 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,173 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,174 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,175 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,177 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,177 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,179 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,180 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,181 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,182 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,183 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,184 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,185 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,186 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,187 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,188 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,189 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,190 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,191 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,192 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,193 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,194 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,196 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,197 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,198 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,199 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,199 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,200 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,201 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,202 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,203 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,204 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,206 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,206 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,207 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,208 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,209 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,210 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,211 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,212 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,213 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,214 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,215 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,216 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,217 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,218 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,219 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,220 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,221 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,222 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,223 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,224 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,225 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,226 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,227 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,228 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,229 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,230 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,231 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,232 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,233 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,234 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,235 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,236 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,237 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,238 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,239 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,240 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,241 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,242 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,243 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,244 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,245 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,247 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,248 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,248 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,249 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,250 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,251 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,252 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,253 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,254 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,255 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,256 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,257 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,259 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,259 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,261 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,261 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,262 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,263 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,265 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,266 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,267 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,268 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,269 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,270 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,271 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,271 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,272 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,273 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,274 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,275 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,276 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,277 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,278 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,279 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,280 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,281 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,282 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,284 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,285 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,285 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,286 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,287 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,288 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,289 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,290 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,290 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,292 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,293 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,294 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,294 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,295 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,296 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,297 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,298 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,299 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,300 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,301 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,302 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,303 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,304 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,305 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,306 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,307 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,308 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,309 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,310 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,311 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,312 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,313 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,314 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,315 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,316 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,317 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,318 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,319 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,320 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,321 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,322 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,323 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,324 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,326 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,326 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,327 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,328 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,329 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,330 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,332 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,332 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,333 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,334 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,335 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,336 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,337 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,338 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,339 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,340 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,341 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,342 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,343 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,344 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,345 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,346 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,347 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,348 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,349 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,350 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,351 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,352 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,354 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,355 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,356 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,357 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,358 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,359 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,360 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,361 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,362 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,363 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,364 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,365 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,366 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,367 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,368 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,369 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,370 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,371 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,371 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,372 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,373 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,374 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,375 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,376 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,377 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,378 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,379 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,380 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,381 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,382 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,383 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,384 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,385 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,386 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,387 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,388 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,389 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,390 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,392 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,392 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,393 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,394 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,396 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,397 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,398 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,399 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,400 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,401 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,401 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,402 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,403 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,404 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,405 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,406 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,407 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,408 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,409 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,410 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,411 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,412 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,412 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,413 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,414 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,415 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,416 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,417 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,418 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,419 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,420 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,421 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,422 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,422 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,424 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,425 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,426 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,427 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,428 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,429 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,430 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,431 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,432 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,433 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,434 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,435 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,435 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,436 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,437 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,439 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,439 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,440 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,441 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,442 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,443 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,444 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,445 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,446 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,447 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,448 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,449 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,450 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,451 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,452 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,454 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,455 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,456 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,457 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,457 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,459 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,460 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,461 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,462 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,463 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,464 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,464 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,465 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,467 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,468 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,469 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,470 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,470 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,471 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,472 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,473 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,474 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,475 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,476 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,477 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,478 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,479 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,480 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,481 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,482 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,483 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,484 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,485 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,486 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,486 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,487 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,488 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,489 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,490 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,491 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,492 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,494 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,494 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,495 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,496 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,497 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,498 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,499 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,500 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,501 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,502 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,503 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,504 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,505 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,506 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,507 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,508 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,509 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,510 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,510 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,511 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,512 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,513 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,514 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,515 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,516 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,517 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,518 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,519 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,520 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,521 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,522 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,523 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,524 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,525 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,526 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,528 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,529 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,530 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,531 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,532 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,533 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,534 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,535 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,536 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,537 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,537 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,539 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,540 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,541 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,542 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,543 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,544 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,545 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,546 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,547 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,548 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,550 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,551 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,552 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,553 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,554 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,555 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,556 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,557 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,558 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,559 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,560 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,561 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,562 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,563 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,564 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,565 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,566 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,567 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,567 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,568 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,569 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,570 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,571 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,572 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,573 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,575 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,576 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,577 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,578 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,579 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,580 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,581 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,582 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,583 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,584 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,585 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,586 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,587 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,588 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,589 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,589 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,590 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,591 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,592 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,593 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,594 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,595 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,596 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,597 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,598 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,599 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,600 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,601 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,602 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,603 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,604 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,605 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,606 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,607 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,608 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,609 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,610 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,611 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,612 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,613 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,614 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,615 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,616 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,617 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,618 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,619 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,620 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,621 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,622 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,623 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,624 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,625 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,627 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,628 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,628 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,629 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,630 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,631 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,633 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,634 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,635 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,636 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,637 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,637 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,638 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,639 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,640 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,641 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,642 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,643 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,644 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,645 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,646 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,647 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,648 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,649 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,650 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,651 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,652 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,653 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,653 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,654 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,655 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,656 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,657 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,658 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,659 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,660 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,661 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,662 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,663 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,664 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,665 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,666 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,667 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,668 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,668 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,669 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,670 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,671 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,673 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,674 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,675 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,675 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,676 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,677 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,678 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,679 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,680 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,681 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,682 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,683 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,684 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,685 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,686 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,688 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,689 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,690 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,691 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,692 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,693 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,694 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,695 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,696 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,697 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,698 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,699 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,700 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,701 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,702 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,703 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,704 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,705 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,706 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,707 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,708 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,708 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,709 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,710 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,711 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,713 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,715 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,716 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,718 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,718 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,719 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,720 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,721 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,722 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,723 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,724 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,725 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,726 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,727 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,729 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,729 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,730 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,731 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,732 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,733 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,734 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,735 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,736 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,737 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,738 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,740 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,741 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,742 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,742 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,743 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,744 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,745 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,746 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,747 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,748 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,749 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,751 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,752 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,753 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,754 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,755 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,757 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,758 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,759 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,760 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,761 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,762 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,763 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,764 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,765 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,766 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,767 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,768 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,769 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,770 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,771 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,772 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,773 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,774 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,775 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,776 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,777 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,778 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,779 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,780 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,781 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,782 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,784 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,785 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,786 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,787 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,788 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,790 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,791 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,797 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,798 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,799 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,800 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,801 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,802 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,803 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,804 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,805 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,806 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,806 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,807 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,808 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,809 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,811 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,812 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,813 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,813 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,814 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,815 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,816 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,817 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,818 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,819 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,820 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,821 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,822 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,823 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,824 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,825 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,826 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,827 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,828 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,829 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,830 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,831 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,832 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,833 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,834 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,835 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,836 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,837 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,838 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,839 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,840 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,841 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,842 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,843 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,844 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,845 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,846 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,847 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,848 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,849 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,850 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,851 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,852 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,853 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,854 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,855 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,856 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,857 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,858 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,859 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,860 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,861 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,862 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,863 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,864 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,865 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,866 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,867 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,868 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,869 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,870 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,871 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,872 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,873 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,874 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,875 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,876 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,877 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,877 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,879 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,879 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,881 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,882 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,883 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,884 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,885 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,885 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,886 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,887 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,888 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,889 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,890 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,891 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,892 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,893 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,894 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,895 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,896 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,897 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,898 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,899 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,900 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,901 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,902 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,903 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,904 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,905 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,906 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,907 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,907 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,908 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,910 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,910 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,912 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,913 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,913 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,914 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,915 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,916 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,917 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,918 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,919 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,920 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,921 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,922 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,923 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,924 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,925 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,926 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,927 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,928 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,929 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,930 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,931 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,932 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,932 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,933 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,934 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,935 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,936 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,937 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,938 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,939 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,940 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,941 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,942 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,943 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,944 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,945 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,946 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,947 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,948 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,948 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,949 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,950 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,952 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,953 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,954 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,954 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,955 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,956 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,957 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,958 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,959 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,960 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,961 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,962 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,963 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,964 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,965 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,966 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,967 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,968 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,969 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,970 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,971 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,971 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,973 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,974 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,975 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,976 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,977 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,978 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,979 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,981 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,982 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,983 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,983 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,984 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,985 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,986 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,988 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,989 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,991 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,992 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,993 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,994 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,995 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,996 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,997 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,998 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:02,998 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,000 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,002 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,003 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,004 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,005 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,006 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,007 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,007 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,008 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,009 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,010 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,011 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,012 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,013 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,014 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,015 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,016 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,017 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,018 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,019 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,020 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,021 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,022 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,023 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,024 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,025 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,026 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,027 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,028 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,029 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,030 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,031 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,032 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,032 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,034 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,034 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,035 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,037 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,037 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,039 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,040 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,041 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,042 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,042 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,043 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,044 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,045 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,046 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,047 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,048 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,049 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,050 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,051 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,051 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,052 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,053 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,054 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,055 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,056 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,057 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,058 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,059 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,060 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,061 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,062 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,063 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,064 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,065 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,066 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,067 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,068 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,069 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,070 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,071 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,072 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,073 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,074 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,075 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,076 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,077 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,078 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,079 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,080 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,081 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,082 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,083 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,083 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,084 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,085 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,086 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,091 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,094 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,096 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,097 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,101 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,104 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,109 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,112 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,113 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,114 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,115 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,116 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,117 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,118 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,119 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,120 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,121 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,122 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,123 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,124 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,124 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,125 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,126 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,127 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,128 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,129 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,130 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,131 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,132 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,133 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,134 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,135 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,136 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,137 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,138 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,139 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,140 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,141 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,142 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,143 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,143 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,144 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,146 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,146 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,147 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,149 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,150 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,151 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,152 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,153 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,154 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,154 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,155 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,156 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,157 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,158 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,159 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,160 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,161 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,162 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,163 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,164 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,165 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,166 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,167 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,168 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,169 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,170 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,171 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,172 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,173 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,174 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,175 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,176 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,177 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,178 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,179 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,180 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,181 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,182 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,183 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,184 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,185 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,186 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,187 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,188 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,189 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,189 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,190 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,191 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,193 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,194 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,195 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,196 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,198 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,198 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,199 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,200 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,201 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,202 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,203 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,204 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,205 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,206 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,207 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,208 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,209 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,210 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,211 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,212 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,213 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,214 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,215 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,216 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,217 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,218 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,219 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,220 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,220 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,221 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,222 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,223 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,224 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,225 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,226 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,227 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,228 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,229 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,230 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,231 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,232 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,233 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,234 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,235 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,236 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,237 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,238 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,238 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,239 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,240 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,241 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,242 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,243 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,244 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,245 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,246 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,247 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,248 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,249 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,250 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,251 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,252 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,253 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,254 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,255 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,256 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,256 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,257 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,259 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,260 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,260 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,261 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,262 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,263 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,264 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,265 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,266 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,267 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,268 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,269 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,270 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,271 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,272 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,274 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,275 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,275 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,276 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,277 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,278 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,279 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,280 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,281 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,282 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,283 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,284 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,285 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,286 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,287 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,288 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,289 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,290 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,291 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,292 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,293 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,294 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,295 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,296 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,297 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,299 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,299 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,301 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,302 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,303 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,304 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,305 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,306 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,306 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,307 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,308 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,310 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,311 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,312 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,312 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,313 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,314 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,315 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,316 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,317 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,318 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,319 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,320 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,321 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,322 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,323 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,324 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,325 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,326 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,327 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,328 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,329 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,330 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,330 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,331 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,332 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,333 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,334 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,335 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,336 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,337 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,338 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,339 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,340 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,341 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,342 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,342 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,343 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,344 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,345 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,346 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,347 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,348 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,349 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,350 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,351 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,352 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,353 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,354 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,355 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,356 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,356 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,357 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,358 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,359 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,360 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,361 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,362 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,363 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,364 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,365 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,366 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,366 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,367 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,368 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,369 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,370 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,371 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,372 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,373 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,374 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,375 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,376 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,378 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,379 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,379 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,380 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,381 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,382 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,383 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,384 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,385 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,385 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,386 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,388 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,389 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,390 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,390 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,391 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,392 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,393 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,394 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,395 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,396 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,397 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,398 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,399 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,400 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,400 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,401 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,402 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,403 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,404 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,405 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,406 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,407 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,408 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,409 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,410 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,411 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,412 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,413 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,414 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,415 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,416 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,417 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,418 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,419 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,420 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,421 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,422 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,422 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,424 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,425 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,426 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,427 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,428 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,429 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,430 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,431 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,432 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,432 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,433 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,434 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,435 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,436 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,437 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,438 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,439 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,441 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,442 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,442 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,444 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,444 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,445 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,446 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,447 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,449 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,449 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,451 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,451 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,452 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,453 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,454 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,455 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,456 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,457 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,458 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,459 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,460 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,461 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,462 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,463 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,464 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,465 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,466 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,467 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,468 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,468 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,469 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,470 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,471 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,472 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,473 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,474 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,475 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,476 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,477 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,478 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,479 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,480 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,481 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,482 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,483 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,484 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,485 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,486 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,487 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,488 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,489 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,490 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,491 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,492 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,493 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,493 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,494 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,495 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,496 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,497 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,498 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,499 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,501 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,501 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,502 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,503 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,504 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,505 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,506 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,507 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,508 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,509 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,510 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,511 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,512 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,513 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,514 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,515 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,516 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,517 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,518 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,519 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,520 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,521 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,522 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,523 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,524 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,525 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,526 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,527 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,527 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,528 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,529 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,531 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,532 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,533 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,534 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,535 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,536 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,537 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,538 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,538 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,539 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,540 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,541 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,542 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,543 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,544 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,545 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,546 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,547 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,548 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,549 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,550 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,551 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,552 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,553 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,554 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,554 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,555 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,557 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,557 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,559 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,560 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,561 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,562 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,563 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,563 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,564 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,565 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,566 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,567 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,569 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,570 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,571 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,572 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,573 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,574 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,575 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,576 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,577 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,578 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,579 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,579 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,580 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,581 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,582 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,583 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,584 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,585 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,586 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,587 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,588 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,589 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,590 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,591 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,592 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,593 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,594 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,595 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,596 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,597 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,598 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,599 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,600 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,600 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,601 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,602 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,603 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,604 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,605 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,606 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,607 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,608 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,609 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,610 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,611 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,612 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,613 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,614 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,615 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,616 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,617 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,618 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,618 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,619 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,620 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,621 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,623 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,623 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,624 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,625 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,626 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,627 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,628 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,629 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,630 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,631 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,632 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,632 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,633 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,635 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,635 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,636 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,637 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,638 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,639 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,640 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,641 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,642 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,643 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,644 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,645 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,646 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,647 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,648 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,649 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,650 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,651 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,652 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,653 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,653 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,654 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,655 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,656 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,657 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,658 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,659 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,660 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,661 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,662 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,663 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,664 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,665 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,666 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,666 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,667 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,668 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,669 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,670 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,671 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,672 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,673 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,674 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,675 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,676 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,677 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,677 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,679 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,680 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,681 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,682 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,683 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,684 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,685 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,686 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,687 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,688 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,689 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,689 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,690 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,691 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,692 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,693 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,694 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,695 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,696 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,697 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,698 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,699 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,700 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,701 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,702 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,702 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,704 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,705 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,705 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,706 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,707 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,708 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,709 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,710 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,711 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,712 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,713 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,714 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,715 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,716 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,716 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,717 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,718 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,719 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,720 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,722 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,722 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,723 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,725 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,726 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,727 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,728 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,729 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,729 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,730 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,731 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,732 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,733 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,735 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,735 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,737 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,737 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,738 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,739 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,740 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,741 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,742 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,743 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,744 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,745 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,746 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,747 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,748 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,749 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,750 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,751 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,752 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,753 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,754 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,755 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,755 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,756 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,758 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,759 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,760 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,761 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,762 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,763 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,764 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,765 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,766 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,767 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,768 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,769 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,770 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,771 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,772 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,773 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,774 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,775 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,776 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,777 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,778 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,779 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,779 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,781 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,781 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,783 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,784 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,785 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,786 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,786 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,787 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,788 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,789 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,790 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,792 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,793 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,794 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,795 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,796 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,797 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,798 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,798 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,799 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,800 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,801 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,802 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,803 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,804 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,805 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,806 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,808 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,809 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,810 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,811 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,812 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,813 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,814 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,815 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,816 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,817 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,818 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,819 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,820 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,821 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,822 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,823 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,824 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,825 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,826 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,827 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,828 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,829 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,830 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,831 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,832 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,833 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,834 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,835 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,836 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,837 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,838 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,839 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,840 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,841 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,842 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,843 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,844 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,845 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,846 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,847 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,847 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,848 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,849 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,850 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,852 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,852 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,853 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,854 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,855 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,856 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,857 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,858 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,859 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,860 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,861 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,862 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,863 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,864 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,865 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,865 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,866 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,867 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,868 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,869 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,870 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,871 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,872 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,873 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,874 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,875 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,876 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,877 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,878 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,879 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,880 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,882 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,883 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,884 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,885 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,886 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,887 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,887 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,888 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,889 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,890 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,891 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,892 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,893 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,894 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,895 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,895 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,896 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,897 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,898 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,899 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,901 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,901 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,903 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,904 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,905 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,906 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,907 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,908 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,909 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,910 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,911 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,912 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,913 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,914 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,915 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,916 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,917 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,918 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,919 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,920 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,921 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,922 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,923 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,924 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,925 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,926 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,927 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,927 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,928 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,929 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,930 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,931 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,932 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,933 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,934 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,935 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,936 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,937 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,938 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,939 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,940 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,941 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,942 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,943 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,944 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,945 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,946 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,947 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,948 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,949 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,950 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,951 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,952 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,953 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,954 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,955 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,956 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,957 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,958 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,958 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,959 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,960 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,961 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,962 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,963 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,964 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,965 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,966 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,967 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,968 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,969 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,970 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,970 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,971 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,972 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,973 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,974 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,975 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,976 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,977 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,978 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,979 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,980 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,981 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,982 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,983 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,985 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,986 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,986 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,987 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,989 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,990 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,991 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,992 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,993 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,994 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,995 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,996 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,997 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,998 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:03,999 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,000 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,001 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,002 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,003 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,004 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,005 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,006 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,007 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,008 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,009 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,010 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,011 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,012 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,013 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,014 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,015 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,015 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,016 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,018 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,019 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,020 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,020 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,022 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,022 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,024 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,024 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,025 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,026 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,027 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,029 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,029 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,030 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,031 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,033 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,034 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,035 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,036 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,037 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,038 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,039 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,040 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,041 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,042 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,043 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,044 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,045 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,046 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,046 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,047 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,048 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,049 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,050 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,051 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,052 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,054 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,055 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,056 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,057 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,058 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,059 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,060 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,061 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,062 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,063 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,064 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,065 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,066 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,067 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,067 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,068 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,069 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,070 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,071 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,072 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,073 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,074 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,075 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,076 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,077 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,078 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,079 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,080 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,081 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,082 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,083 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,084 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,085 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,085 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,086 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,087 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,088 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,089 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,090 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,091 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,092 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,093 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,094 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,095 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,096 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,097 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,098 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,099 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,100 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,101 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,102 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,103 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,104 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,105 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,106 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,106 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,108 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,109 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,110 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,110 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,112 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,113 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,114 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,115 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,115 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,116 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,117 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,118 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,119 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,120 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,121 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,122 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,123 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,124 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,125 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,127 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,128 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,129 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,130 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,130 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,131 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,132 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,133 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,134 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,136 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,137 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,138 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,139 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,139 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,140 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,141 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,142 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,143 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,144 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,145 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,146 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,147 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,148 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,149 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,150 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,151 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,152 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,153 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,154 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,155 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,156 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,157 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,158 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,159 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,160 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,161 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,162 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,163 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,164 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,164 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,165 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,167 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,168 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,169 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,170 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,171 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,171 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,172 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,173 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,174 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,175 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,176 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,177 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,178 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,179 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,180 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,181 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,182 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,183 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,184 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,185 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,186 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,187 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,188 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,189 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,190 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,191 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,192 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,193 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,194 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,195 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,196 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,197 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,198 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,199 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,199 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,200 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,201 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,202 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,204 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,205 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,205 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,207 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,207 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,208 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,209 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,210 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,211 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,213 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,214 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,215 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,215 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,217 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,217 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,218 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,219 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,220 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,221 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,222 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,223 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,224 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,225 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,226 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,227 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,228 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,229 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,230 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,231 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,232 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,233 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,235 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,236 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,237 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,238 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,239 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,240 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,241 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,242 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,243 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,244 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,245 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,246 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,246 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,247 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,248 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,249 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,250 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,251 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,252 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,253 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,254 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,255 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,256 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,257 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,258 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,258 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,259 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,260 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,261 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,262 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,263 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,264 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,265 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,266 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,267 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,268 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,269 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,270 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,271 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,272 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,273 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,274 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,275 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,276 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,277 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,278 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,279 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,280 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,281 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,282 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,283 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,284 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,284 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,286 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,286 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,287 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,288 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,289 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,290 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,291 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,292 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,293 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,295 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,296 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,297 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,298 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,299 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,300 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,302 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,303 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,304 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,304 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,305 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,306 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,307 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,308 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,309 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,310 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,311 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,312 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,313 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,314 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,314 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,315 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,316 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,317 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,319 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,320 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,321 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,322 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,323 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,324 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,325 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,326 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,327 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,328 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,328 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,329 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,330 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,332 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,333 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,334 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,335 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,335 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,336 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,337 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,338 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,339 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,340 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,342 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,343 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,344 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,345 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,346 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,347 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,347 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,348 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,349 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,350 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,351 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,352 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,353 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,354 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,355 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,356 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,357 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,358 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,359 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,360 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,361 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,362 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,363 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,364 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,364 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,366 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,366 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,367 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,368 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,369 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,370 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,371 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,372 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,373 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,374 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,375 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,376 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,378 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,379 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,380 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,380 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,381 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,382 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,383 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,384 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,385 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,386 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,387 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,388 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,390 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,390 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,391 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,392 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,393 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,394 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,395 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,396 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,397 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,398 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,399 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,400 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,401 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,402 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,403 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,404 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,405 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,406 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,407 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,408 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,409 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,410 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,412 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,412 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,413 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,414 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,415 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,416 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,417 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,418 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,419 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,420 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,421 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,421 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,423 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,424 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,425 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,426 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,427 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,427 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,428 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,429 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,430 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,431 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,432 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,433 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,434 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,435 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,436 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,437 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,438 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,439 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,440 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,441 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,442 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,443 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,444 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,445 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,446 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,447 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,448 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,449 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,450 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,451 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,452 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,453 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,454 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,455 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,456 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,457 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,457 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,458 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,459 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,460 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,461 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,462 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,463 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,464 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,465 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,466 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,467 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,468 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,468 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,469 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,470 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,471 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,472 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,474 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,475 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,475 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,476 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,477 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,478 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,479 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,480 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,481 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,482 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,483 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,484 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,485 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,486 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,487 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,488 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,489 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,490 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,491 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,492 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,493 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,494 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,494 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,495 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,496 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,497 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,499 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,499 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,500 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,501 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,502 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,503 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,504 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,505 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,506 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,507 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,508 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,509 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,510 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,510 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,511 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,512 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,513 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,514 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,515 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,516 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,517 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,518 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,520 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,521 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,521 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,523 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,524 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,525 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,526 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,527 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,528 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,529 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,530 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,531 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,532 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,533 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,534 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,535 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,536 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,537 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,538 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,539 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,540 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,541 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,542 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,543 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,544 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,545 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,546 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,547 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,548 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,550 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,551 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,552 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,553 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,554 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,555 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,555 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,557 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,558 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,559 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,560 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,561 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,562 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,563 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,564 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,565 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,566 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,567 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,568 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,569 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,570 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,571 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,572 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,573 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,574 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,575 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,576 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,577 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,578 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,579 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,580 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,581 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,582 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,583 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,584 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,585 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,586 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,587 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,588 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,589 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,590 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,591 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,592 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,593 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,593 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,594 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,595 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,596 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,597 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,598 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,599 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,600 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,601 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,602 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,603 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,604 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,663 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,664 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,665 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,666 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,667 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,668 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,669 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,669 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,670 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,671 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,672 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,673 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,674 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,675 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,676 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,676 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,678 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,679 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,680 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,681 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,682 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,683 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,684 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,685 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,686 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,687 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,688 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,689 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,690 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,691 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,692 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,693 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,694 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,695 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,696 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,697 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,698 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,699 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,700 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,701 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,702 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,703 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,704 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,705 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,707 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,708 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,709 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,710 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,711 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,712 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,713 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,714 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,715 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,716 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,716 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,717 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,718 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,719 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,720 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,721 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,722 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,723 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,724 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,725 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,726 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,727 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,728 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,729 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,730 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,731 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,732 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,733 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,734 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,734 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,735 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,736 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,737 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,738 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,739 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,740 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,741 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,742 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,743 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,744 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,745 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,746 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,747 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,748 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,749 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,750 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,751 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,752 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,753 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,754 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,755 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,756 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,757 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,758 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,758 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,760 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,760 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,762 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,763 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,764 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,765 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,765 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,766 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,767 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,768 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,769 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,770 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,771 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,772 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,773 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,774 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,775 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,776 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,777 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,778 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,779 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,780 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,781 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,782 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,782 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,783 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,784 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,785 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,786 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,788 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,789 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,789 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,790 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,791 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,792 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,793 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,794 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,795 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,796 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,797 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,798 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,799 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,800 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,801 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,802 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,803 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,804 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,805 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,806 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,807 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,808 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,809 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,810 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,811 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,812 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,813 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,814 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,815 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,816 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,817 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,818 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,819 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,821 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,822 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,823 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,824 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,825 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,826 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,827 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,827 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,828 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,829 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,831 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,831 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,832 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,833 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,835 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,836 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,837 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,839 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,840 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,841 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,842 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,843 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,843 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,844 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,845 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,846 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,848 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,849 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,850 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,850 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,851 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,852 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,853 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,854 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,855 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,856 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,857 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,858 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,860 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,860 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,861 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,862 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,863 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,864 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,865 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,865 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,867 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,868 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,869 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,870 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,871 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,872 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,873 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,874 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,875 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,876 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,876 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,877 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,878 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,879 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,880 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,881 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,882 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,883 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,884 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,885 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,886 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,887 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,888 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,889 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,890 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,891 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,892 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,893 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,894 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,895 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,896 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,897 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,898 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,899 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,900 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,901 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,902 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,903 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,904 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,905 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,906 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,907 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,908 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,909 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,910 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,911 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,912 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,913 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,914 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,914 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,915 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,916 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,917 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,918 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,919 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,920 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,921 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,921 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,923 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,924 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,925 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,926 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,928 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,929 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,930 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,931 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,931 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,933 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,934 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,935 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,936 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,936 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,938 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,939 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,940 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,940 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,941 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,942 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,943 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,944 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,946 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,946 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,947 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,948 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,949 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,950 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,951 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,952 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,953 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,954 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,955 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,956 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,957 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,958 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,960 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,960 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,961 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,962 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,963 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,964 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,965 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,966 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,967 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,969 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,970 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,971 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,972 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,973 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,974 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,974 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,975 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,976 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,977 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,979 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,980 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,980 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,981 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,982 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,983 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,984 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,985 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,986 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,987 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,988 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,989 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,990 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,991 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,992 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,993 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,994 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,995 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,995 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,996 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,997 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,998 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:04,999 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,000 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,001 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,002 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,003 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,004 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,005 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,006 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,007 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,008 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,008 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,009 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,010 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,011 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,012 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,013 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,014 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,015 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,016 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,017 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,018 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,019 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,020 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,021 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,022 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,023 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,023 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,024 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,025 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,026 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,027 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,028 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,029 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,030 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,031 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,032 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,033 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,034 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,035 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,036 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,037 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,038 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,039 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,040 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,041 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,042 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,043 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,044 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,045 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,046 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,047 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,048 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,049 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,050 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,051 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,052 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,053 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,054 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,055 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,056 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,057 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,058 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,059 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,060 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,061 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,062 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,063 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,064 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,065 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,066 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,067 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,068 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,069 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,069 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,071 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,072 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,073 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,074 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,075 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,076 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,077 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,078 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,078 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,080 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,081 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,082 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,083 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,084 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,084 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,085 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,087 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,088 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,088 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,089 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,090 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,091 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,092 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,093 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,094 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,095 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,096 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,097 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,098 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,099 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,100 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,101 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,102 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,103 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,104 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,105 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,106 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,107 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,108 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,109 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,110 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,111 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,112 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,113 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,113 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,114 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,115 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,116 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,117 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,118 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,119 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,120 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,121 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,122 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,123 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,123 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,124 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,125 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,126 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,128 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,129 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,130 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,131 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,132 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,133 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,134 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,135 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,136 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,137 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,138 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,139 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,140 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,141 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,142 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,143 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,144 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,145 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,146 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,147 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,148 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,149 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,150 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,151 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,152 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,153 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,154 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,155 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,156 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,157 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,157 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,158 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,159 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,161 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,162 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,163 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,164 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,165 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,165 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,166 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,167 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,168 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,169 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,170 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,171 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,172 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,173 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,174 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,175 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,176 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,176 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,177 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,178 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,179 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,180 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,181 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,182 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,183 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,184 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,185 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,187 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,188 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,189 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,190 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,190 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,192 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,193 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,194 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,194 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,196 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,197 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,198 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,198 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,199 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,200 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,201 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,202 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,203 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,204 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,205 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,206 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,206 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,207 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,209 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,209 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,210 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,211 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,212 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,213 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,214 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,215 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,216 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,217 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,218 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,219 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,219 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,220 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,222 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,223 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,224 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,224 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,225 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,226 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,227 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,228 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,229 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,230 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,231 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,232 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,233 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,234 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,235 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,236 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,237 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,238 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,239 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,240 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,241 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,242 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,243 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,244 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,245 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,246 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,247 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,248 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,249 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,250 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,251 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,252 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,254 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,255 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,256 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,257 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,258 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,259 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,260 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,261 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,262 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,263 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,264 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,265 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,266 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,267 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,268 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,269 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,269 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,270 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,271 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,273 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,274 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,274 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,275 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,277 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,277 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,279 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,280 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,281 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,282 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,283 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,284 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,285 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,286 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,287 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,288 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,289 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,290 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,291 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,292 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,293 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,294 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,295 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,296 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,297 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,298 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,299 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,300 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,301 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,302 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,303 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,303 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,304 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,305 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,306 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,307 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,308 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,309 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,310 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,311 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,312 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,313 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,314 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,315 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,316 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,317 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,318 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,319 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,320 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,321 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,322 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,323 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,324 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,325 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,326 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,327 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,327 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,328 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,329 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,330 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,331 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,332 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,333 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,334 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,335 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,336 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,336 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,337 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,338 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,339 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,340 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,341 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,342 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,343 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,344 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,345 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,346 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,347 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,347 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,349 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,350 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,351 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,352 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,353 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,354 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,355 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,356 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,357 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,358 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,359 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,360 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,360 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,362 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,363 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,364 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,365 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,366 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,367 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,368 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,368 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,369 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,370 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,371 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,372 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,373 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,375 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,376 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,376 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,377 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,378 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,379 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,380 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,381 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,382 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,383 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,384 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,385 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,387 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,388 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,388 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,389 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,390 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,391 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,393 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,394 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,394 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,395 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,396 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,397 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,398 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,399 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,400 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,401 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,402 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,403 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,404 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,405 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,406 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,407 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,408 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,409 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,410 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,411 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,412 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,413 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,414 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,415 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,416 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,417 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,418 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,419 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,420 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,421 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,422 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,423 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,424 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,425 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,426 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,427 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,428 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,429 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,430 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,431 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,432 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,433 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,434 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,435 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,436 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,437 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,438 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,439 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,440 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,440 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,441 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,443 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,444 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,445 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,446 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,446 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,447 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,448 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,449 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,450 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,452 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,453 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,453 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,455 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,456 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,457 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,458 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,459 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,460 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,461 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,462 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,463 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,464 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,465 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,466 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,467 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,468 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,469 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,470 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,471 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,472 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,473 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,474 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,475 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,476 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,477 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,478 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,479 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,480 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,481 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,482 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,482 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,484 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,485 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,485 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,487 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,488 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,488 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,489 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,490 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,491 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,492 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,493 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,494 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,495 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,496 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,497 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,498 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,499 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,500 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,501 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,502 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,503 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,504 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,506 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,507 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,508 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,509 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,510 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,511 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,511 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,512 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,513 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,514 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,515 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,516 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,517 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,518 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,519 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,520 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,521 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,522 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,523 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,524 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,525 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,526 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,526 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,527 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,529 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,530 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,531 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,532 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,532 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,533 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,534 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,535 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,536 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,537 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,538 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,540 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,541 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,542 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,543 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,544 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,545 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,546 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,546 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,548 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,548 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,549 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,550 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,551 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,552 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,553 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,554 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,555 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,556 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,557 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,558 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,559 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,560 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,560 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,561 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,563 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,563 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,564 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,565 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,566 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,567 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,569 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,570 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,571 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,572 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,573 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,573 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,574 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,575 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,576 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,577 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,578 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,579 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,580 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,581 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,582 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,583 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,584 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,585 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,586 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,587 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,588 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,588 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,589 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,590 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,591 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,592 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,593 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,594 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,595 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,596 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,597 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,598 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,599 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,599 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,600 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,601 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,603 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,604 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,605 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,606 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,607 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,608 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,608 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,609 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,610 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,611 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,612 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,613 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,614 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,615 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,616 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,617 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,618 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,619 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,620 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,621 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,622 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,623 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,624 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,625 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,626 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,627 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,628 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,628 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,630 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,630 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,631 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,632 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,633 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,634 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,635 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,636 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,637 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,638 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,639 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,640 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,641 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,643 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,643 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,644 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,645 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,646 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,648 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,649 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,650 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,651 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,652 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,653 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,654 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,655 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,656 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,657 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,658 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,658 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,659 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,661 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,662 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,663 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,663 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,664 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,665 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,666 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,667 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,668 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,669 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,670 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,671 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,672 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,673 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,674 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,675 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,676 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,677 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,678 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,678 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,679 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,680 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,681 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,682 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,683 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,684 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,685 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,686 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,687 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,688 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,689 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,690 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,691 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,692 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,692 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,693 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,694 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,695 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,696 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,697 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,698 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,699 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,700 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,701 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,702 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,703 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,704 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,705 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,705 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,706 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,707 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,708 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,709 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,710 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,711 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,712 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,713 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,715 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,716 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,717 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,718 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,719 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,720 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,720 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,721 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,722 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,724 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,725 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,726 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,727 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,727 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,728 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,729 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,730 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,731 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,732 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,733 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,734 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,735 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,736 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,737 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,738 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,739 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,740 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,741 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,742 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,743 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,743 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,744 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,745 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,746 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,747 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,748 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,749 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,750 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,751 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,752 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,753 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,754 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,755 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,756 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,757 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,758 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,759 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,760 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,761 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,762 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,762 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,764 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,765 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,766 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,766 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,767 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,768 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,769 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,770 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,771 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,772 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,773 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,774 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,775 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,776 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,777 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,778 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,778 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,779 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,780 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,781 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,782 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,783 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,784 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,785 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,786 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,787 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,788 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,789 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,790 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,791 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,792 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,793 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,794 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,795 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,796 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,797 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,798 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,799 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,800 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,801 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,802 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,803 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,804 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,805 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,806 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,807 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,808 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,809 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,810 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,811 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,812 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,813 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,814 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,815 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,816 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,817 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,818 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,819 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,819 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,820 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,822 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,823 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,824 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,825 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,826 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,827 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,828 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,829 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,830 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,831 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,831 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,832 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,833 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,835 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,836 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,837 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,838 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,839 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,839 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,840 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,841 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,842 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,843 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,844 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,845 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,846 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,847 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,848 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,849 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,850 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,851 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,852 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,853 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,854 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,855 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,856 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,857 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,858 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,859 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,860 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,861 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,862 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,863 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,864 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,865 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,866 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,867 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,868 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,869 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,870 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,871 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,872 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,873 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,874 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,875 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,876 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,877 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,878 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,879 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,880 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,881 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,882 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,883 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,884 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,885 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,886 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,887 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,888 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,890 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,891 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,892 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,893 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,894 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,895 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,896 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,897 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,898 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,898 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,899 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,900 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,901 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,902 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,903 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,904 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,905 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,906 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,907 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,908 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,909 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,910 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,911 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,912 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,913 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,914 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,915 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,917 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,917 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,918 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,919 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,920 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,921 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,922 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,923 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,924 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,925 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,926 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,927 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,928 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,929 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,930 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,930 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,931 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,932 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,934 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,935 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,935 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,936 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,937 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,939 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,940 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,941 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,942 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,943 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,943 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,944 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,946 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,946 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,947 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,948 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,949 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,951 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,952 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,953 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,955 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,956 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,957 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,958 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,959 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,960 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,961 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,962 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,963 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,964 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,965 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,967 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,968 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,969 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,970 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,971 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,972 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,973 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,973 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,974 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,975 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,976 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,978 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,979 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,980 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,981 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,981 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,982 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,983 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,984 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,985 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,986 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,987 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,988 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,989 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,990 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,991 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,992 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,993 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,994 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,995 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,996 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,997 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,998 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:05,999 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,000 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,001 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,002 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,003 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,004 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,005 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,006 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,007 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,008 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,009 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,010 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,011 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,012 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,013 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,014 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,015 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,016 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,017 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,018 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,018 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,020 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,020 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,021 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,022 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,023 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,024 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,025 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,026 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,027 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,028 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,029 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,030 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,031 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,032 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,033 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,034 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,035 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,036 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,037 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,038 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,039 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,040 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,041 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,042 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,042 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,043 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,044 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,045 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,046 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,047 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,048 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,049 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,050 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,051 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,052 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,053 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,054 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,055 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,057 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,058 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,058 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,060 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,061 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,061 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,062 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,063 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,064 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,065 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,066 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,067 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,068 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,069 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,070 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,071 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,073 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,073 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,074 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,075 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,076 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,077 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,078 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,079 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,080 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,081 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,082 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,083 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,084 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,085 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,086 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,087 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,088 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,089 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,090 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,091 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,092 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,093 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,094 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,095 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,096 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,097 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,098 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,099 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,100 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,101 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,102 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,103 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,104 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,105 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,106 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,107 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,107 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,108 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,109 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,111 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,112 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,113 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,113 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,114 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,115 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,116 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,117 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,118 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,119 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,120 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,121 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,122 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,123 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,124 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,125 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,126 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,126 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,127 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,128 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,129 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,130 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,131 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,132 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,133 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,134 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,135 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,136 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,137 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,138 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,139 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,140 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,141 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,142 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,143 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,144 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,145 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,146 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,147 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,148 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,149 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,150 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,151 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,152 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,154 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,154 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,155 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,156 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,157 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,158 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,159 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,160 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,161 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,162 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,163 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,164 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,165 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,166 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,167 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,167 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,168 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,169 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,170 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,171 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,172 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,173 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,174 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,175 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,176 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,177 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,178 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,179 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,180 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,181 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,183 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,184 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,185 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,186 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,187 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,188 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,189 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,190 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,191 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,192 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,193 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,194 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,195 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,195 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,197 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,198 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,199 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,200 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,201 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,201 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,202 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,203 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,204 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,205 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,206 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,207 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,208 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,209 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,211 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,212 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,213 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,214 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,214 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,215 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,217 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,218 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,219 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,220 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,221 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,222 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,223 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,224 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,225 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,225 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,226 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,227 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,228 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,230 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,231 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,232 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,233 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,234 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,234 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,235 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,236 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,237 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,238 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,239 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,240 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,242 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,243 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,244 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,245 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,245 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,246 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,247 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,248 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,249 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,250 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,251 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,252 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,253 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,254 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,255 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,256 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,258 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,259 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,260 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,261 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,262 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,263 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,263 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,264 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,266 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,267 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,267 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,268 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,269 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,270 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,271 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,272 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,273 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,274 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,275 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,276 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,277 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,278 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,279 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,280 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,281 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,282 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,283 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,284 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,285 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,286 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,287 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,288 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,289 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,290 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,291 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,292 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,293 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,294 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,295 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,296 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,297 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,298 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,299 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,300 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,301 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,302 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,303 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,304 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,305 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,306 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,307 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,308 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,309 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,310 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,311 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,312 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,313 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,314 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,315 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,316 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,317 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,318 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,319 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,320 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,321 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,322 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,323 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,324 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,324 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,326 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,327 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,328 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,328 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,329 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,330 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,332 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,332 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,333 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,334 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,335 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,336 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,337 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,338 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,339 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,340 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,341 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,342 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,343 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,344 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,345 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,346 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,347 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,348 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,349 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,350 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,351 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,352 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,353 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,354 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,355 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,356 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,357 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,358 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,359 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,360 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,361 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,362 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,363 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,364 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,365 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,366 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,367 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,367 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,368 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,369 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,371 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,372 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,372 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,373 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,375 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,375 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,376 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,377 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,378 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,379 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,380 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,381 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,382 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,383 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,384 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,385 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,386 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,387 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,388 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,389 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,390 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,390 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,391 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,392 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,393 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,394 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,395 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,396 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,397 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,398 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,399 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,400 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,401 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,402 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,403 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,404 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,405 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,406 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,407 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,408 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,409 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,410 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,411 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,412 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,413 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,414 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,415 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,416 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,416 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,417 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,418 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,419 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,420 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,421 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,422 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,423 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,424 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,425 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,426 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,427 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,428 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,429 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,430 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,431 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,432 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,433 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,434 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,434 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,435 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,437 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,437 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,438 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,439 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,440 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,442 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,443 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,444 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,445 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,446 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,447 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,448 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,448 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,449 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,451 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,452 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,453 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,454 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,455 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,456 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,457 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,458 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,459 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,460 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,461 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,462 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,463 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,464 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,465 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,466 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,467 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,468 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,469 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,470 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,471 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,472 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,473 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,474 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,475 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,475 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,477 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,478 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,479 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,480 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,481 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,482 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,483 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,484 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,485 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,486 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,487 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,488 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,489 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,490 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,491 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,492 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,493 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,494 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,495 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,496 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,496 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,497 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,498 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,499 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,500 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,501 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,503 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,504 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,505 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,506 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,507 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,508 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,509 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,510 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,511 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,512 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,513 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,514 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,515 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,516 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,517 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,518 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,519 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,520 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,521 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,522 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,523 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,524 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,525 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,526 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,527 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,528 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,529 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,530 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,531 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,532 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,532 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,533 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,534 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,535 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,536 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,537 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,538 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,539 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,540 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,541 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,542 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,543 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,544 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,545 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,546 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,547 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,548 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,549 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,550 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,551 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,552 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,553 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,554 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,555 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,555 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,556 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,557 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,558 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,559 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,560 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,561 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,562 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,563 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,564 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,565 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,566 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,567 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,568 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,569 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,570 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,571 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,571 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,572 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,573 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,574 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,575 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,576 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,577 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,578 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,579 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,580 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,581 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,582 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,583 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,584 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,585 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,586 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,587 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,588 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,589 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,590 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,591 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,591 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,592 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,593 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,594 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,595 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,596 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,597 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,598 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,599 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,600 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,601 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,602 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,603 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,604 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,605 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,606 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,607 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,608 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,609 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,610 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,611 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,612 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,613 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,614 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,615 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,616 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,617 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,618 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,619 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,620 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,621 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,622 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,623 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,624 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,625 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,626 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,627 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,628 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,629 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,630 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,631 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,632 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,633 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,634 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,635 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,636 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,637 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,638 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,639 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,640 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,641 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,642 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,643 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,644 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,645 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,646 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,647 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,648 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,649 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,650 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,651 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,651 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,652 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,653 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,654 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,656 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,657 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,658 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,659 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,660 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,661 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,661 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,662 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,663 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,664 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,665 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,666 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,667 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,668 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,669 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,670 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,671 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,672 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,673 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,674 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,675 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,676 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,677 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,677 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,678 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,679 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,680 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,681 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,682 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,683 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,684 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,685 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,686 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,687 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,688 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,689 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,690 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,691 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,692 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,693 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,694 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,695 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,696 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,697 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,698 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,699 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,700 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,701 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,702 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,703 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,704 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,705 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,706 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,707 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,708 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,709 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,710 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,711 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,712 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,712 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,713 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,714 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,715 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,716 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,717 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,718 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,719 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,720 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,721 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,722 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,723 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,724 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,725 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,726 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,727 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,728 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,728 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,730 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,731 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,732 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,732 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,734 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,735 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,736 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,737 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,738 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,739 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,740 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,741 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,742 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,742 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,743 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,744 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,745 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,746 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,747 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,748 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,749 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,750 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,751 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,752 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,753 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,754 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,755 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,756 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,757 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,758 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,759 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,760 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,761 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,762 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,762 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,763 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,765 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,766 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,767 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,768 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,769 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,770 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,771 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,772 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,773 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,774 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,775 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,776 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,777 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,778 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,779 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,780 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,781 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,782 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,783 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,783 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,785 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,786 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,787 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,788 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,789 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,790 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,791 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,792 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,793 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,794 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,795 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,796 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,797 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,798 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,799 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,800 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,801 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,802 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,803 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,804 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,805 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,806 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,807 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,807 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,808 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,810 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,810 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,811 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,812 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,813 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,814 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,816 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,817 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,818 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,819 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,820 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,821 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,822 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,823 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,824 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,825 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,826 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,827 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,828 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,829 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,830 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,831 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,832 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,833 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,834 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,835 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,836 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,837 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,838 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,840 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,841 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,842 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,843 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,844 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,846 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,847 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,848 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,849 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,849 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,850 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,852 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,853 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,854 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,855 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,855 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,856 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,857 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,858 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,859 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,860 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,861 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,862 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,863 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,864 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,865 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,866 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,866 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,867 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,868 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,869 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,870 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,871 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,872 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,873 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,874 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,875 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,876 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,877 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,878 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,879 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,880 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,881 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,882 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,883 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,884 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,885 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,886 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,887 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,888 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,889 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,890 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,891 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,892 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,893 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,894 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,896 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,897 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,898 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,899 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,900 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,901 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,902 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,903 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,904 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,905 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,906 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,907 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,908 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,909 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,910 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,911 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,912 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,913 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,914 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,915 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,916 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,917 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,918 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,919 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,920 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,921 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,922 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,923 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,924 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,925 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,926 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,927 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,928 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,929 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,930 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,931 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,932 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,933 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,934 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,935 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,936 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,937 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,938 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,939 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,940 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,941 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,942 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,943 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,944 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,945 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,946 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,947 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,948 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,949 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,950 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,951 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,952 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,953 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,954 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,955 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,956 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,957 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,958 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,959 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,960 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,961 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,962 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,963 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,964 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,965 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,966 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,967 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,968 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,969 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,970 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,971 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,972 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,973 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,974 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,975 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,976 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,977 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,979 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,980 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,981 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,982 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,983 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,984 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,985 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,986 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,987 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,988 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,989 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,990 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,991 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,992 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,993 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,994 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,995 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,996 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,997 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,998 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:06,999 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,000 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,001 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,002 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,003 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,004 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,006 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,007 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,007 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,009 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,010 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,011 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,012 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,012 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,013 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,014 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,015 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,016 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,017 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,018 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,019 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,021 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,021 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,022 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,024 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,025 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,025 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,026 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,027 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,028 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,030 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,031 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,032 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,033 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,034 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,035 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,036 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,036 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,037 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,038 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,039 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,040 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,041 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,042 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,043 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,044 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,045 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,046 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,047 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,048 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,049 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,050 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,051 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,053 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,053 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,054 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,056 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,057 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,058 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,059 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,060 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,061 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,061 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,062 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,063 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,064 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,065 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,066 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,067 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,068 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,069 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,070 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,071 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,072 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,073 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,074 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,075 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,076 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,077 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,078 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,079 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,080 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,081 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,082 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,083 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,084 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,085 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,086 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,087 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,088 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,089 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,090 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,091 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,092 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,093 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,094 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,095 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,096 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,097 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,098 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,098 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,100 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,101 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,102 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,103 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,104 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,105 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,106 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,106 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,107 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,108 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,109 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,110 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,111 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,112 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,113 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,114 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,115 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,116 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,117 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,118 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,118 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,119 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,120 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,121 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,122 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,123 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,124 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,126 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,127 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,128 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,129 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,130 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,131 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,132 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,133 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,134 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,135 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,136 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,137 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,138 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,139 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,140 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,141 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,142 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,143 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,144 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,145 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,146 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,147 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,148 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,149 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,150 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,151 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,152 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,153 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,153 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,154 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,155 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,156 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,157 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,158 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,159 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,160 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,161 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,162 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,163 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,164 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,165 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,166 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,166 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,167 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,168 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,169 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,170 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,171 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,172 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,173 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,174 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,175 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,177 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,177 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,178 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,179 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,180 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,181 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,182 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,183 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,184 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,185 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,186 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,187 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,188 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,189 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,190 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,192 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,193 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,194 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,195 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,196 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,197 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,197 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,199 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,200 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,201 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,202 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,203 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,204 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,205 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,206 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,207 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,207 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,209 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,209 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,210 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,211 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,212 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,213 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,214 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,215 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,216 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,217 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,218 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,219 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,219 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,220 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,221 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,222 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,223 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,225 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,226 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,227 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,228 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,229 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,230 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,231 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,232 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,233 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,234 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,235 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,236 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,237 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,238 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,239 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,240 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,241 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,242 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,243 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,244 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,245 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,246 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,247 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,248 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,249 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,250 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,251 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,252 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,253 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,254 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,255 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,256 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,257 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,258 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,259 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,260 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,261 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,262 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,263 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,264 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,265 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,266 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,267 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,268 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,269 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,270 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,271 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,272 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,273 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,274 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,275 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,276 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,276 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,277 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,278 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,279 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,280 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,281 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,283 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,284 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,285 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,285 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,286 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,287 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,288 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,289 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,290 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,291 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,292 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,294 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,295 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,296 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,297 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,298 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,299 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,300 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,301 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,302 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,303 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,304 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,305 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,305 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,306 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,308 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,308 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,309 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,310 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,311 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,312 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,313 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,314 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,315 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,316 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,317 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,318 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,319 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,320 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,321 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,322 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,323 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,324 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,325 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,325 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,326 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,327 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,328 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,329 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,330 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,331 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,332 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,333 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,334 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,335 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,336 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,337 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,338 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,338 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,340 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,341 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,342 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,343 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,344 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,345 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,346 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,347 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,348 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,349 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,349 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,350 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,352 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,352 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,353 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,354 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,356 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,357 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,358 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,359 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,359 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,361 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,361 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,362 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,363 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,364 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,365 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,366 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,367 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,368 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,369 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,370 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,371 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,371 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,372 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,373 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,375 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,375 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,376 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,377 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,378 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,379 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,380 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,381 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,382 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,383 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,384 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,385 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,385 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,387 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,387 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,388 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,390 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,391 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,392 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,392 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,393 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,394 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,395 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,396 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,397 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,398 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,399 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,400 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,401 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,402 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,403 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,404 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,405 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,406 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,407 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,408 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,409 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,410 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,411 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,412 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,413 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,414 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,415 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,416 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,417 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,418 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,418 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,420 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,421 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,421 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,422 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,423 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,425 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,426 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,427 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,428 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,429 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,430 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,431 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,432 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,433 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,434 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,435 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,436 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,437 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,438 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,439 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,440 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,441 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,442 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,443 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,444 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,445 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,446 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,447 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,447 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,448 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,450 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,451 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,452 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,453 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,453 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,455 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,456 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,457 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,458 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,458 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,459 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,460 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,461 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,462 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,463 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,464 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,465 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,466 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,467 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,468 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,469 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,470 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,471 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,472 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,473 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,474 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,475 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,476 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,477 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,477 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,478 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,479 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,480 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,481 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,482 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,484 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,484 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,486 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,487 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,488 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,489 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,490 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,491 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,492 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,493 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,494 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,495 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,496 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,497 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,498 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,499 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,500 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,501 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,502 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,503 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,504 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,505 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,505 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,506 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,507 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,509 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,510 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,511 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,512 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,513 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,514 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,515 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,515 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,516 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,517 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,518 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,519 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,520 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,521 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,522 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,523 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,524 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,525 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,526 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,527 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,528 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,529 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,530 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,532 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,533 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,534 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,535 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,535 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,536 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,537 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,538 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,539 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,540 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,541 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,542 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,543 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,544 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,545 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,546 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,547 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,548 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,549 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,550 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,551 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,552 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,553 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,554 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,556 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,557 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,557 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,558 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,559 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,561 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,561 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,562 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,563 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,564 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,565 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,567 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,568 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,568 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,569 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,570 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,571 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,573 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,573 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,574 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,575 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,576 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,577 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,578 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,579 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,580 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,581 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,582 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,583 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,584 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,585 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,586 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,587 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,588 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,589 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,590 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,591 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,592 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,593 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,594 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,595 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,596 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,597 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,598 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,598 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,600 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,601 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,602 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,602 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,603 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,604 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,605 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,606 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,607 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,608 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,609 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,610 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,611 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,612 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,613 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,614 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,615 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,616 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,617 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,618 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,619 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,620 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,621 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,622 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,623 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,624 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,625 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,626 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,627 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,628 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,628 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,630 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,631 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,632 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,633 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,634 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,634 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,635 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,636 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,637 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,638 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,639 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,640 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,641 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,642 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,643 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,644 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,645 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,646 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,647 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,648 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,649 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,650 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,651 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,652 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,653 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,654 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,655 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,656 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,657 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,658 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,659 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,660 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,661 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,662 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,662 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,664 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,665 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,667 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,668 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,669 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,670 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,671 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,672 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,673 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,674 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,675 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,676 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,677 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,678 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,678 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,679 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,680 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,681 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,682 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,683 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,684 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,685 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,686 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,687 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,688 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,689 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,690 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,691 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,692 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,693 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,694 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,695 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,696 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,697 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,698 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,699 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,700 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,701 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,702 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,703 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,704 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,705 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,706 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,707 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,707 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,708 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,710 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,711 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,711 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,712 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,714 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,715 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,716 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,717 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,718 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,719 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,720 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,721 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,721 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,722 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,723 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,724 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,726 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,727 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,728 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,729 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,730 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,731 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,732 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,733 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,734 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,734 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,736 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,737 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,738 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,739 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,740 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,741 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,742 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,743 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,744 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,745 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,745 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,746 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,747 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,748 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,749 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,750 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,751 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,752 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,753 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,754 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,755 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,756 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,757 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,758 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,759 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,759 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,760 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,761 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,762 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,763 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,765 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,765 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,766 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,767 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,768 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,769 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,770 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,771 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,771 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,773 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,773 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,774 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,775 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,776 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,778 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,778 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,779 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,781 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,781 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,782 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,783 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,784 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,785 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,786 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,787 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,788 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,789 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,790 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,791 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,792 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,793 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,794 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,795 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,796 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,797 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,798 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,799 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,800 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,801 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,802 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,803 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,804 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,805 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,806 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,807 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,807 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,808 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,809 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,810 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,811 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,812 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,813 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,814 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,815 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,816 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,817 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,819 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,819 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,820 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,822 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,822 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,823 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,824 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,825 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,826 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,827 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,828 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,829 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,830 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,831 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,831 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,832 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,833 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,834 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,835 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,836 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,837 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,838 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,839 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,840 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,841 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,842 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,843 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,843 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,844 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,845 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,846 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,847 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,848 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,849 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,850 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,851 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,852 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,852 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,853 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,854 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,855 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,856 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,857 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,858 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,859 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,860 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,861 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,862 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,863 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,864 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,865 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,866 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,867 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,867 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,868 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,869 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,870 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,871 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,872 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,873 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,874 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,875 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,876 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,877 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,878 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,879 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,880 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,881 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,882 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,883 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,884 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,885 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,886 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,887 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,888 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,889 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,890 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,891 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,892 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,893 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,894 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,895 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,896 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,897 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,899 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,900 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,901 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,902 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,903 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,904 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,905 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,906 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,907 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,908 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,909 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,910 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,911 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,912 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,913 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,914 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,915 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,916 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,917 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,918 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,919 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,920 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,920 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,922 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,922 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,923 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,924 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,925 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,926 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,927 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,928 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,929 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,930 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,931 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,932 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,933 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,934 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,935 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,936 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,937 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,938 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,939 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,939 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,940 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,941 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,942 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,943 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,944 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,945 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,946 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,947 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,948 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,949 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,950 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,951 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,952 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,953 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,954 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,955 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,956 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,957 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,958 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,959 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,960 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,962 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,963 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,964 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,965 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,966 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,966 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,967 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,968 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,970 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,970 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,971 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,972 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,973 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,974 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,975 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,976 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,977 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,978 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,979 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,980 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,981 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,982 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,983 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,984 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,985 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,986 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,987 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,988 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,989 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,990 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,990 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,992 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,992 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,993 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,994 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,996 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,997 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,998 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,998 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:07,999 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,000 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,001 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,002 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,003 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,004 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,005 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,006 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,007 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,008 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,009 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,010 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,011 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,012 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,013 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,014 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,015 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,016 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,016 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,018 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,019 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,020 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,021 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,022 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,023 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,024 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,025 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,026 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,027 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,028 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,029 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,030 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,031 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,032 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,032 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,033 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,034 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,035 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,036 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,037 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,038 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,039 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,040 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,041 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,042 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,043 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,044 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,045 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,046 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,047 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,048 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,049 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,050 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,051 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,052 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,053 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,054 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,055 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,056 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,057 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,058 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,059 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,060 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,061 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,062 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,063 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,064 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,065 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,066 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,066 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,067 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,068 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,069 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,071 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,071 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,072 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,073 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,074 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,075 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,077 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,078 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,079 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,080 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,082 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,083 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,084 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,084 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,085 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,086 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,087 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,088 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,090 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,091 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,092 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,093 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,094 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,094 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,095 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,096 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,097 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,098 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,099 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,100 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,101 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,102 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,104 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,105 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,106 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,107 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,108 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,109 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,110 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,111 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,112 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,112 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,113 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,114 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,115 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,116 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,117 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,118 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,119 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,120 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,121 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,121 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,122 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,123 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,124 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,125 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,126 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,127 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,128 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,129 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,130 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,131 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,132 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,133 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,134 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,135 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,136 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,137 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,137 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,139 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,139 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,141 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,142 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,143 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,144 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,145 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,146 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,147 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,147 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,148 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,149 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,150 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,151 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,152 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,153 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,154 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,155 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,156 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,157 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,158 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,159 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,160 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,161 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,162 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,163 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,163 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,164 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,165 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,166 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,167 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,168 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,169 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,170 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,171 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,172 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,173 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,174 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,175 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,177 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,178 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,179 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,180 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,181 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,182 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,183 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,184 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,185 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,186 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,187 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,188 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,189 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,190 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,191 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,192 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,193 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,194 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,195 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,195 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,196 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,197 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,198 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,199 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,200 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,201 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,202 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,203 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,204 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,205 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,206 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,207 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,208 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,209 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,210 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,211 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,212 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,213 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,214 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,215 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,216 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,217 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,218 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,219 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,220 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,221 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,222 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,223 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,224 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,225 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,226 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,226 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,227 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,228 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,230 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,232 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,233 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,234 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,234 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,235 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,237 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,238 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,239 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,240 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,241 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,242 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,243 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,244 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,245 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,246 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,247 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,248 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,249 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,250 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,251 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,252 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,253 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,254 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,254 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,255 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,256 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,257 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,258 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,259 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,260 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,261 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,262 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,263 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,264 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,265 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,266 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,267 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,268 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,269 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,270 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,271 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,272 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,273 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,274 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,275 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,276 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,277 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,278 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,279 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,280 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,281 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,281 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,282 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,284 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,284 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,285 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,286 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,287 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,288 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,289 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,290 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,291 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,292 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,293 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,294 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,295 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,296 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,297 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,298 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,299 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,300 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,301 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,302 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,303 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,304 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,306 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,307 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,307 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,308 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,309 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,310 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,311 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,312 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,313 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,314 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,315 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,316 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,317 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,318 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,319 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,320 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,321 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,322 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,323 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,324 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,325 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,326 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,327 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,328 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,329 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,330 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,331 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,332 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,333 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,334 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,335 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,336 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,337 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,338 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,339 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,340 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,341 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,342 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,343 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,344 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,345 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,346 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,347 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,348 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,349 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,350 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,351 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,352 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,353 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,354 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,355 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,356 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,357 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,358 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,359 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,360 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,361 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,362 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,363 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,364 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,364 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,365 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,366 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,367 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,368 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,369 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,370 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,371 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,372 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,373 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,374 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,375 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,376 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,377 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,378 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,379 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,380 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,381 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,382 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,382 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,383 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,384 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,385 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,386 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,387 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,388 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,390 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,391 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,392 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,393 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,394 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,395 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,396 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,397 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,398 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,399 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,400 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,401 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,401 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,402 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,403 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,404 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,405 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,406 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,407 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,408 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,409 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,410 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,411 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,412 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,413 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,414 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,415 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,416 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,417 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,418 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,419 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,420 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,421 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,422 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,423 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,424 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,425 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,426 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,427 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,428 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,428 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,429 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,431 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,432 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,433 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,434 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,435 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,436 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,437 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,438 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,439 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,440 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,441 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,442 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,443 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,444 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,444 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,445 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,446 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,447 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,448 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,449 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,450 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,451 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,452 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,453 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,454 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,455 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,457 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,457 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,458 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,459 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,461 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,462 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,463 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,464 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,465 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,466 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,467 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,468 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,468 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,469 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,470 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,471 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,472 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,473 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,474 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,475 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,476 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,477 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,478 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,479 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,480 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,481 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,482 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,483 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,484 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,484 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,485 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,486 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,488 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,489 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,490 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,491 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,492 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,492 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,493 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,494 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,495 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,496 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,497 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,498 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,499 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,500 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,501 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,502 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,503 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,504 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,506 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,506 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,507 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,508 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,509 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,510 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,511 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,512 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,513 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,513 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,514 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,515 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,516 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,517 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,518 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,519 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,520 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,521 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,522 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,523 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,523 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,524 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,525 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,527 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,527 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,528 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,529 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,530 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,531 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,532 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,533 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,534 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,535 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,536 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,537 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,538 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,539 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,540 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,541 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,542 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,543 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,544 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,545 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,545 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,547 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,548 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,549 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,550 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,551 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,551 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,552 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,553 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,554 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,555 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,556 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,557 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,558 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,559 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,560 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,561 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,562 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,563 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,564 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,565 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,566 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,567 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,568 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,569 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,570 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,571 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,572 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,573 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,573 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,575 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,576 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,577 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,578 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,579 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,580 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,581 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,582 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,583 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,584 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,585 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,586 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,587 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,588 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,589 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,590 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,591 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,592 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,593 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,594 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,595 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,596 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,597 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,598 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,599 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,600 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,601 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,602 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,603 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,604 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,605 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,607 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,608 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,609 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,610 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,611 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,612 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,613 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,615 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,615 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,616 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,617 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,618 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,619 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,620 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,621 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,622 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,623 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,624 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,625 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,626 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,626 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,627 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,628 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,629 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,630 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,631 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,632 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,633 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,634 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,635 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,636 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,637 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,638 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,639 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,640 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,641 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,642 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,643 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,643 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,644 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,645 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,646 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,647 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,648 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,649 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,650 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,651 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,653 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,654 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,655 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,656 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,657 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,659 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,660 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,660 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,661 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,662 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,663 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,664 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,665 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,666 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,667 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,667 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,668 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,669 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,670 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,671 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,672 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,673 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,674 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,675 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,676 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,677 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,678 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,678 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,679 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,681 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,681 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,682 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,683 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,684 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,685 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,686 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,687 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,688 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,689 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,690 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,691 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,692 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,693 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,694 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,695 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,696 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,697 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,698 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,699 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,700 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,701 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,701 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,702 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,703 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,704 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,705 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,706 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,707 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,708 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,709 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,710 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,711 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,712 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,713 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,714 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,715 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,716 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,717 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,718 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,719 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,720 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,721 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,722 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,723 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,724 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,725 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,726 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,727 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,728 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,729 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,730 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,731 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,732 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,733 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,734 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,735 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,736 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,737 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,738 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,739 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,740 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,741 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,742 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,742 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,743 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,744 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,745 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,746 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,747 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,748 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,749 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,750 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,751 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,752 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,753 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,754 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,755 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,756 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,757 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,758 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,759 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,760 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,761 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,762 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,763 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,763 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,765 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,766 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,767 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,768 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,769 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,770 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,770 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,771 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,772 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,773 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,774 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,775 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,776 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,777 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,778 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,779 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,780 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,781 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,782 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,784 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,785 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,786 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,787 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,787 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,788 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,789 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,790 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,791 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,792 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,793 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,794 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,795 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,796 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,797 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,798 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,799 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,800 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,801 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,802 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,803 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,804 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,805 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,806 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,807 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,808 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,809 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,810 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,811 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,812 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,813 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,814 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,815 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,816 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,817 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,818 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,819 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,820 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,821 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,821 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,822 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,823 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,824 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,825 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,826 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,827 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,828 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,829 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,830 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,831 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,832 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,833 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,834 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,835 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,836 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,837 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,838 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,839 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,840 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,841 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,842 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,843 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,844 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,845 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,846 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,847 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,847 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,849 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,850 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,851 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,852 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,853 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,854 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,855 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,856 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,857 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,858 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,859 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,860 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,861 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,862 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,863 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,865 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,866 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,867 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,868 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,869 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,870 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,871 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,872 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,874 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,875 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,876 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,877 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,878 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,879 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,880 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,881 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,882 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,883 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,884 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,885 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,886 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,887 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,888 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,889 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,890 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,891 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,891 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,892 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,893 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,894 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,895 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,896 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,897 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,898 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,899 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,900 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,901 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,902 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,903 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,904 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,905 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,906 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,907 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,908 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,909 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,910 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,912 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,912 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,913 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,914 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,915 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,916 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,917 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,918 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,919 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,920 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,921 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,922 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,923 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,924 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,925 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,926 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,927 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,928 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,929 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,930 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,931 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,932 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,933 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,934 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,935 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,936 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,937 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,938 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,939 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,940 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,941 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,942 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,943 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,944 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,945 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,946 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,947 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,948 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,949 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,950 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,951 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,952 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,953 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,954 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,955 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,956 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,957 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,958 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,959 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,960 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,961 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,961 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,962 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,964 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,964 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,965 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,966 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,967 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,968 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,969 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,970 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,971 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,972 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,973 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,974 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,975 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,976 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,977 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,978 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,979 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,980 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,981 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,982 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,983 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,984 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,985 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,986 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,987 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,988 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,989 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,990 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,991 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,992 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,993 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,994 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,995 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,996 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,997 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,998 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:08,999 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,000 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,001 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,002 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,003 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,004 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,005 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,006 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,007 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,008 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,009 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,010 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,011 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,012 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,013 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,014 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,015 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,016 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,017 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,018 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,019 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,020 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,021 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,022 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,023 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,024 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,025 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,026 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,026 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,027 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,028 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,029 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,030 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,031 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,032 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,033 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,034 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,035 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,036 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,036 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,037 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,038 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,039 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,040 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,041 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,042 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,043 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,044 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,045 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,046 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,047 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,048 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,049 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,050 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,051 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,052 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,053 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,053 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,054 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,055 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,056 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,057 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,058 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,059 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,060 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,061 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,062 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,063 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,064 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,065 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,066 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,067 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,068 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,069 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,070 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,071 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,072 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,073 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,074 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,075 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,076 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,077 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,078 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,079 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,080 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,081 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,082 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,083 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,084 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,084 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,085 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,086 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,087 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,088 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,089 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,090 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,091 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,092 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,093 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,094 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,095 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,096 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,097 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,098 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,099 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,100 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,101 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,102 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,102 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,103 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,104 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,106 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,106 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,107 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,109 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,110 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,111 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,112 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,113 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,114 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,115 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,116 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,117 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,118 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,119 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,120 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,121 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,122 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,123 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,123 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,124 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,125 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,126 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,127 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,128 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,129 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,130 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,131 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,132 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,133 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,134 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,135 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,136 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,137 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,138 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,139 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,140 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,141 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,142 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,143 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,144 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,145 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,146 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,147 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,148 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,149 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,150 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,151 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,152 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,153 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,154 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,155 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,156 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,157 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,159 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,159 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,160 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,161 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,162 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,163 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,164 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,165 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,166 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,167 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,168 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,169 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,170 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,171 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,172 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,173 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,174 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,175 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,176 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,176 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,177 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,178 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,179 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,180 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,181 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,182 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,183 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,184 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,185 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,186 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,187 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,188 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,189 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,190 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,191 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,192 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,193 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,194 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,195 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,196 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,197 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,198 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,198 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,199 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,200 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,201 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,202 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,203 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,204 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,205 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,206 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,207 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,208 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,209 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,210 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,211 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,211 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,212 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,213 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,214 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,215 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,216 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,217 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,218 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,219 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,220 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,221 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,222 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,223 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,224 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,225 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,226 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,227 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,228 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,229 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,230 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,231 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,232 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,233 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,234 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,234 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,235 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,236 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,237 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,238 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,239 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,240 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,241 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,242 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,243 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,244 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,245 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,246 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,247 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,248 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,249 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,250 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,251 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,252 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,253 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,254 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,255 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,256 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,256 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,257 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,258 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,259 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,260 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,261 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,263 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,264 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,265 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,267 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,267 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,268 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,269 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,270 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,271 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,272 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,273 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,275 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,275 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,276 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,277 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,278 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,279 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,280 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,281 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,282 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,283 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,284 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,285 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,286 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,287 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,288 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,289 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,290 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,291 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,292 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,293 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,293 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,294 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,295 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,296 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,297 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,298 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,299 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,300 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,301 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,302 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,303 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,304 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,305 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,306 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,307 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,308 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,309 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,310 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,311 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,312 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,313 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,314 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,315 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,316 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,317 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,318 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,319 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,320 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,321 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,322 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,323 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,324 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,325 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,326 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,327 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,327 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,328 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,330 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,331 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,332 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,333 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,334 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,335 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,336 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,336 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,338 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,339 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,339 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,340 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,341 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,342 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,343 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,344 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,345 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,346 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,347 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,348 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,349 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,350 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,351 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,352 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,353 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,354 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,355 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,356 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,357 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,358 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,359 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,360 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,361 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,362 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,363 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,364 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,365 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,366 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,367 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,368 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,369 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,370 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,371 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,372 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,372 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,373 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,374 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,375 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,376 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,377 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,378 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,379 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,380 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,381 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,382 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,383 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,384 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,384 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,385 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,386 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,387 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,388 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,389 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,390 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,391 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,392 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,393 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,394 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,394 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,395 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,397 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,397 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,398 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,400 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,401 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,402 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,402 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,404 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,405 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,406 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,407 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,408 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,409 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,410 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,411 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,411 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,412 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,413 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,414 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,415 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,416 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,417 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,419 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,419 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,421 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,421 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,422 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,423 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,424 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,425 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,426 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,427 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,428 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,429 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,430 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,431 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,432 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,433 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,434 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,435 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,436 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,437 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,437 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,438 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,439 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,440 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,442 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,443 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,445 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,445 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,446 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,447 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,448 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,450 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,451 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,452 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,453 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,454 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,454 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,455 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,456 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,457 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,458 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,459 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,460 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,461 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,462 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,463 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,464 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,465 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,466 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,467 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,468 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,469 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,470 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,471 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,472 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,473 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,474 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,475 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,476 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,477 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,478 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,478 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,479 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,480 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,481 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,482 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,483 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,484 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,485 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,486 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,487 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,488 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,489 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,490 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,491 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,492 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,493 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,494 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,495 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,496 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,497 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,498 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,499 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,500 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,501 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,502 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,503 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,504 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,505 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,506 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,507 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,508 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,509 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,510 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,511 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,512 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,513 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,514 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,514 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,515 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,516 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,517 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,518 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,519 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,520 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,521 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,522 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,523 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,524 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,525 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,526 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,527 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,528 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,528 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,530 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,531 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,532 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,532 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,533 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,535 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,536 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,537 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,538 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,539 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,540 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,541 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,541 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,542 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,543 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,544 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,545 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,546 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,547 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,548 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,549 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,550 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,551 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,552 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,553 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,554 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,555 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,556 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,557 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,557 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,558 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,559 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,561 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,561 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,563 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,564 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,565 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,566 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,567 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,568 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,568 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,569 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,570 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,571 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,572 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,573 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,574 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,575 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,576 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,577 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,578 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,579 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,580 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,580 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,581 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,582 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,583 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,584 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,585 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,586 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,587 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,588 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,589 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,590 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,591 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,592 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,593 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,594 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,595 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,596 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,597 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,598 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,599 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,600 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,601 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,602 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,603 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,604 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,605 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,606 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,607 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,608 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,609 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,610 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,611 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,612 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,613 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,614 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,615 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,616 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,617 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,618 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,619 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,620 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,620 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,622 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,624 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,625 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,626 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,627 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,628 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,628 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,630 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,631 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,632 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,633 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,635 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,635 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,636 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,637 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,638 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,640 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,641 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,642 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,643 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,644 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,645 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,646 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,647 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,648 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,649 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,650 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,651 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,652 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,653 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,654 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,655 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,656 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,657 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,658 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,659 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,660 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,661 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,662 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,663 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,665 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,666 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,667 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,668 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,669 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,670 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,671 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,672 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,673 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,674 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,675 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,676 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,677 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,678 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,679 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,680 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,681 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,682 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,683 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,684 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,685 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,768 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,769 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,770 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,771 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,772 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,773 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,773 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,774 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,775 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,776 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,777 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,778 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,779 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,780 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,781 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,782 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,784 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,784 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,785 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,786 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,787 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,788 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,789 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,790 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,791 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,791 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,792 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,793 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,794 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,795 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,796 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,797 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,798 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,799 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,800 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,801 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,802 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,803 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,804 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,805 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,806 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,807 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,808 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,809 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,810 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,811 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,812 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,813 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,814 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,815 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,815 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,816 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,817 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,818 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,819 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,820 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,821 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,822 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,823 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,824 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,824 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,825 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,826 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,827 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,828 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,830 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,830 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,831 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,833 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,834 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,835 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,836 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,836 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,837 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,839 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,839 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,841 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,842 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,843 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,844 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,845 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,846 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,847 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,848 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,848 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,849 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,850 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,851 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,853 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,854 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,855 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,856 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,857 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,858 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,859 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,860 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,861 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,862 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,862 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,863 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,864 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,866 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,867 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,868 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,869 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,870 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,871 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,872 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,873 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,874 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,875 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,876 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,877 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,878 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,879 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,880 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,881 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,882 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,883 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,883 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,884 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,885 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,886 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,887 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,888 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,889 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,890 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,891 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,893 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,893 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,894 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,895 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,896 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,897 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,898 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,899 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,900 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,901 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,902 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,903 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,904 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,905 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,906 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,907 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,908 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,909 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,910 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,911 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,912 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,913 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,914 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,915 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,916 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,917 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,918 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,919 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,920 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,921 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,922 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,923 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,924 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,925 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,926 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,927 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,928 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,929 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,930 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,930 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,931 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,932 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,933 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,934 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,935 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,936 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,937 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,938 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,939 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,940 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,941 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,942 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,943 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,944 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,946 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,947 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,948 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,949 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,949 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,951 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,951 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,953 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,954 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,954 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,955 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,956 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,957 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,958 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,959 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,960 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,961 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,962 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,963 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,964 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,965 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,966 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,967 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,968 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,969 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,970 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,971 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,972 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,973 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,974 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,975 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,976 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,977 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,977 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,979 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,979 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,980 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,982 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,983 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,983 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,984 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,985 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,986 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,987 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,988 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,989 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,990 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,991 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,992 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,993 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,994 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,995 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,996 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,997 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,997 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,998 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:09,999 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,000 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,001 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,002 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,004 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,005 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,006 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,007 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,008 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,009 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,010 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,011 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,012 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,013 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,014 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,015 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,016 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,018 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,019 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,020 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,021 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,022 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,023 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,024 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,025 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,026 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,027 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,028 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,029 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,030 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,031 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,032 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,033 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,035 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,035 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,036 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,038 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,039 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,040 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,040 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,042 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,043 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,043 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,044 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,045 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,046 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,047 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,048 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,049 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,050 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,051 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,053 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,054 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,055 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,055 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,057 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,057 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,059 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,059 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,060 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,061 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,062 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,064 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,065 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,065 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,067 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,068 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,069 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,070 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,070 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,072 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,073 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,073 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,074 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,075 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,077 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,077 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,078 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,079 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,080 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,081 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,082 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,083 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,084 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,085 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,086 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,087 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,088 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,089 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,090 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,091 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,092 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,093 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,094 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,095 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,096 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,097 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,098 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,099 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,100 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,101 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,102 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,103 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,105 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,106 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,107 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,108 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,109 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,110 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,111 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,112 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,113 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,114 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,115 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,115 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,117 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,117 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,118 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,120 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,121 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,122 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,123 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,124 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,125 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,126 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,127 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,127 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,128 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,129 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,131 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,131 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,133 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,134 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,135 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,135 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,136 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,137 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,138 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,139 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,140 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,141 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,142 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,143 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,144 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,145 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,146 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,147 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,148 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,148 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,149 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,150 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,151 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,152 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,153 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,154 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,155 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,156 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,157 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,158 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,159 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,160 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,161 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,162 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,163 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,164 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,165 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,166 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,167 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,168 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,169 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,170 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,171 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,172 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,173 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,174 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,175 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,176 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,177 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,178 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,179 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,180 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,181 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,182 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,183 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,184 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,184 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,185 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,186 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,187 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,188 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,189 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,190 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,192 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,193 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,194 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,194 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,195 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,197 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,197 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,198 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,199 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,200 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,201 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,202 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,203 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,204 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,205 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,206 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,207 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,208 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,209 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,210 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,211 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,212 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,213 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,214 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,215 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,216 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,217 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,218 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,219 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,220 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,221 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,222 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,223 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,224 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,225 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,225 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,227 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,228 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,229 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,230 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,231 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,232 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,233 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,234 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,235 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,236 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,237 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,238 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,239 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,240 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,240 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,242 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,243 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,244 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,245 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,245 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,246 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,247 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,248 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,249 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,250 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,251 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,251 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,252 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,253 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,255 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,256 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,257 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,258 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,259 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,259 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,260 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,261 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,262 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,263 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,264 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,265 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,266 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,268 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,269 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,269 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,271 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,272 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,273 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,273 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,274 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,275 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,276 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,277 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,278 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,280 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,281 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,282 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,282 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,283 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,284 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,285 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,286 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,287 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,288 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,290 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,291 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,292 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,293 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,294 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,295 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,296 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,297 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,298 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,299 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,301 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,302 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,303 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,304 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,305 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,306 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,307 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,308 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,309 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,310 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,311 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,312 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,313 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,313 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,314 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,315 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,316 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,318 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,318 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,319 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,320 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,322 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,323 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,324 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,325 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,325 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,327 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,327 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,328 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,329 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,330 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,331 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,332 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,333 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,334 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,335 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,336 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,337 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,338 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,339 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,340 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,340 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,342 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,343 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,344 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,345 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,346 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,347 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,348 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,349 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,350 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,351 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,352 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,353 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,353 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,354 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,355 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,356 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,357 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,358 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,359 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,360 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,361 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,362 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,363 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,364 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,365 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,366 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,367 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,368 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,369 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,370 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,371 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,371 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,373 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,374 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,375 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,375 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,376 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,377 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,378 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,379 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,380 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,381 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,382 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,383 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,384 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,385 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,386 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,387 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,388 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,389 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,390 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,391 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,392 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,393 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,394 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,396 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,397 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,398 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,399 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,399 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,400 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,402 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,402 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,404 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,405 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,406 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,406 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,407 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,408 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,410 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,410 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,411 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,412 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,413 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,414 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,415 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,416 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,417 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,418 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,419 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,420 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,421 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,422 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,423 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,424 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,425 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,426 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,427 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,428 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,429 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,430 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,431 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,432 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,433 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,434 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,435 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,436 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,437 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,438 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,439 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,440 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,441 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,442 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,443 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,444 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,445 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,446 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,447 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,448 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,449 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,450 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,451 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,452 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,453 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,454 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,455 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,456 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,457 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,458 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,459 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,460 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,461 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,462 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,463 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,464 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,465 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,466 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,467 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,468 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,468 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,469 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,471 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,471 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,472 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,474 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,475 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,476 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,477 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,478 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,479 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,480 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,481 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,482 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,483 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,484 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,485 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,486 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,487 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,488 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,489 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,490 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,491 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,492 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,493 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,494 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,495 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,496 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,497 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,498 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,499 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,500 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,501 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,502 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,503 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,504 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,505 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,506 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,507 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,508 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,508 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,509 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,510 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,511 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,512 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,513 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,514 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,515 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,516 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,517 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,518 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,519 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,520 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,521 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,522 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,523 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,524 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,525 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,526 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,527 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,528 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,529 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,530 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,531 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,532 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,533 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,534 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,535 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,536 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,536 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,537 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,538 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,539 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,540 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,541 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,542 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,543 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,544 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,545 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,546 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,547 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,548 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,549 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,550 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,551 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,552 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,553 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,554 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,555 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,556 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,557 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,558 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,559 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,560 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,561 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,561 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,562 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,564 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,565 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,566 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,567 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,568 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,569 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,570 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,571 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,572 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,573 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,574 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,575 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,576 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,577 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,578 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,579 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,580 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,581 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,582 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,583 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,584 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,585 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,586 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,586 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,587 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,588 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,589 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,590 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,591 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,592 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,593 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,594 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,595 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,596 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,597 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,598 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,599 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,600 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,601 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,602 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,603 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,603 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,605 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,606 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,607 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,608 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,609 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,609 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,610 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,612 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,613 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,614 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,615 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,615 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,616 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,618 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,619 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,620 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,621 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,622 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,623 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,624 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,625 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,626 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,626 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,628 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,629 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,630 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,631 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,632 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,633 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,633 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,634 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,635 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,636 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,637 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,638 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,639 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,641 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,642 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,643 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,643 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,644 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,645 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,646 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,647 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,649 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,649 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,650 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,651 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,652 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,653 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,654 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,655 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,656 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,657 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,659 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,660 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,661 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,662 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,663 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,664 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,665 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,666 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,666 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,667 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,668 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,669 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,670 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,671 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,672 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,673 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,674 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,675 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,676 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,677 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,678 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,679 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,680 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,681 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,682 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,683 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,684 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,685 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,687 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,688 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,689 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,690 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,691 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,692 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,693 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,694 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,695 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,696 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,697 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,698 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,699 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,700 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,701 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,702 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,703 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,704 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,705 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,706 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,707 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,708 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,709 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,710 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,711 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,712 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,713 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,714 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,715 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,716 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,717 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,717 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,718 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,719 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,721 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,722 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,723 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,724 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,724 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,726 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,727 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,728 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,729 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,730 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,731 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,732 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,733 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,735 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,736 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,737 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,738 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,739 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,739 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,740 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,741 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,743 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,743 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,744 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,746 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,747 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,748 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,749 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,749 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,750 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,751 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,752 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,753 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,755 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,756 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,757 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,758 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,759 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,761 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,762 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,763 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,764 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,765 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,766 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,767 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,768 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,769 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,769 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,770 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,771 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,773 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,774 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,774 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,775 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,777 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,778 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,779 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,780 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,781 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,782 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,783 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,784 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,785 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,786 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,787 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,788 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,789 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,790 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,791 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,792 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,793 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,794 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,795 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,796 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,796 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,797 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,798 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,799 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,800 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,801 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,802 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,803 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,804 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,805 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,806 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,807 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,808 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,809 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,810 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,811 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,812 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,813 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,814 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,815 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,816 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,817 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,818 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,819 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,820 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,821 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,822 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,823 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,824 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,825 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,826 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,827 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,828 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,829 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,831 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,831 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,832 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,833 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,834 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,835 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,836 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,837 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,838 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,839 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,840 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,841 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,842 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,843 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,844 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,845 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,846 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,846 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,847 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,848 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,849 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,850 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,851 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,852 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,853 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,854 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,855 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,856 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,857 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,858 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,859 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,860 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,861 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,862 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,863 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,864 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,864 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,866 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,867 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,868 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,869 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,870 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,871 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,872 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,873 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,874 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,875 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,876 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,876 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,877 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,878 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,879 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,880 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,881 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,882 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,883 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,884 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,885 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,886 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,887 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,888 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,889 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,890 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,891 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,892 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,893 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,894 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,895 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,896 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,897 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,897 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,898 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,899 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,900 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,901 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,902 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,903 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,904 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,905 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,907 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,908 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,908 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,910 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,910 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,911 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,912 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,913 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,914 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,915 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,916 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,917 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,918 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,919 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,920 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,921 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,922 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,923 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,924 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,925 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,926 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,927 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,928 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,929 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,930 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,931 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,932 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,932 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,933 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,935 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,936 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,936 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,937 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,938 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,939 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,940 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,941 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,942 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,943 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,944 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,945 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,946 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,947 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,948 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,948 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,950 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,951 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,952 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,952 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,953 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,954 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,955 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,956 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,957 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,958 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,959 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,960 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,961 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,962 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,963 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,964 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,965 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,966 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,967 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,968 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,969 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,969 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,970 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,971 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,972 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,973 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,975 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,976 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,977 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,978 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,979 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,981 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,981 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,982 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,984 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,984 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,985 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,986 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,987 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,988 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,989 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,990 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,991 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,992 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,993 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,994 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,995 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,996 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,997 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,998 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:10,999 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,000 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,001 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,002 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,003 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,004 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,005 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,006 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,007 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,008 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,009 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,010 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,011 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,012 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,013 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,014 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,015 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,016 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,017 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,018 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,019 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,020 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,021 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,021 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,022 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,023 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,024 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,025 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,026 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,027 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,028 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,029 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,030 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,031 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,032 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,033 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,034 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,035 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,036 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,037 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,038 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,039 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,040 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,041 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,042 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,043 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,044 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,045 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,046 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,047 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,048 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,049 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,050 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,051 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,052 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,053 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,054 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,055 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,056 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,057 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,058 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,059 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,060 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,061 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,062 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,063 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,064 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,064 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,065 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,066 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,068 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,069 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,070 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,071 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,072 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,073 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,074 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,074 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,076 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,076 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,077 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,078 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,079 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,080 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,081 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,082 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,084 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,085 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,085 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,086 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,087 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,088 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,089 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,091 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,092 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,093 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,094 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,095 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,096 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,097 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,098 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,099 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,100 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,101 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,102 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,103 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,104 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,105 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,106 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,107 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,108 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,109 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,110 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,111 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,112 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,113 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,114 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,115 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,116 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,117 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,118 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,119 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,120 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,121 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,122 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,122 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,124 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,125 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,126 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,127 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,128 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,129 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,129 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,131 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,132 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,133 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,134 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,135 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,136 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,137 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,138 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,139 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,140 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,141 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,142 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,143 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,144 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,145 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,146 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,147 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,148 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,149 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,150 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,151 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,152 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,153 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,154 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,155 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,156 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,157 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,158 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,159 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,160 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,161 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,162 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,163 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,163 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,164 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,166 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,167 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,168 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,169 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,170 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,172 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,173 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,174 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,175 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,176 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,177 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,178 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,179 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,180 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,181 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,182 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,184 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,185 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,186 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,187 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,188 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,189 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,190 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,191 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,192 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,193 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,194 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,195 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,196 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,197 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,198 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,199 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,200 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,201 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,202 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,203 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,204 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,205 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,206 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,207 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,208 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,209 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,210 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,211 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,212 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,213 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,214 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,214 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,215 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,216 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,217 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,218 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,219 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,221 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,222 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,223 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,223 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,224 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,226 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,227 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,228 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,229 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,230 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,230 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,231 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,232 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,234 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,235 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,236 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,237 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,238 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,239 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,239 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,240 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,241 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,242 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,243 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,244 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,245 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,246 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,247 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,248 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,249 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,250 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,251 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,252 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,253 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,253 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,255 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,256 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,256 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,257 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,258 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,259 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,260 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,261 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,262 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,263 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,264 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,265 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,266 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,267 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,268 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,269 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,270 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,271 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,272 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,273 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,274 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,275 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,276 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,277 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,278 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,278 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,279 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,280 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,281 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,282 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,283 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,284 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,285 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,286 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,287 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,288 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,289 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,290 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,291 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,292 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,293 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,294 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,295 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,296 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,297 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,299 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,299 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,300 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,301 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,302 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,303 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,304 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,305 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,306 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,307 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,308 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,309 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,310 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,311 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,312 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,313 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,314 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,316 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,317 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,318 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,319 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,320 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,321 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,321 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,322 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,323 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,324 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,325 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,326 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,327 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,328 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,329 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,330 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,331 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,332 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,333 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,334 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,335 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,336 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,337 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,338 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,339 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,340 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,341 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,342 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,343 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,343 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,344 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,345 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,346 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,347 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,348 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,349 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,350 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,351 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,352 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,353 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,355 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,356 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,357 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,358 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,359 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,360 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,361 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,362 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,363 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,364 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,365 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,365 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,367 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,368 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,369 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,370 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,371 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,372 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,373 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,374 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,375 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,376 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,377 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,378 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,379 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,380 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,381 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,382 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,382 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,383 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,384 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,385 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,386 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,387 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,388 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,389 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,390 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,391 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,392 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,393 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,394 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,395 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,396 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,397 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,398 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,399 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,401 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,401 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,403 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,403 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,404 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,405 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,407 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,407 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,409 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,409 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,410 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,411 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,412 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,414 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,415 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,416 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,417 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,418 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,419 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,420 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,421 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,422 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,423 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,424 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,425 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,426 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,427 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,428 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,429 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,430 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,431 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,432 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,433 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,433 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,435 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,435 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,436 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,437 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,439 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,439 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,440 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,441 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,442 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,443 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,444 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,445 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,446 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,447 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,447 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,448 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,449 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,450 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,452 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,453 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,454 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,454 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,455 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,456 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,457 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,458 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,459 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,460 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,462 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,463 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,464 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,464 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,466 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,466 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,467 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,468 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,469 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,470 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,471 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,472 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,474 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,475 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,476 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,477 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,477 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,478 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,479 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,481 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,482 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,482 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,483 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,485 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,486 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,487 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,488 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,488 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,489 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,490 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,491 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,492 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,494 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,495 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,496 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,497 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,498 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,499 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,500 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,501 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,502 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,504 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,505 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,506 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,507 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,508 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,509 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,510 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,511 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,512 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,513 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,513 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,514 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,515 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,517 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,518 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,519 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,520 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,521 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,522 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,523 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,524 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,525 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,526 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,527 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,528 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,529 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,530 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,531 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,532 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,534 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,535 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,536 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,537 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,538 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,538 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,539 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,540 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,541 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,542 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,543 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,544 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,545 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,546 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,547 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,548 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,549 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,550 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,551 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,552 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,553 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,554 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,555 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,556 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,557 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,558 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,559 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,560 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,561 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,562 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,563 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,564 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,565 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,566 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,567 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,568 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,569 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,570 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,571 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,572 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,573 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,574 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,575 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,576 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,577 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,578 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,579 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,580 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,581 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,581 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,582 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,583 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,584 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,585 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,586 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,587 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,588 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,589 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,590 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,591 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,592 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,593 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,594 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,595 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,595 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,596 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,597 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,598 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,599 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,600 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,601 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,602 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,603 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,604 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,605 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,606 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,607 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,608 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,609 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,610 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,611 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,612 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,613 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,614 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,615 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,615 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,617 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,618 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,619 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,620 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,621 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,622 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,623 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,623 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,625 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,626 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,627 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,628 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,629 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,630 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,631 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,632 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,633 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,634 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,635 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,636 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,637 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,638 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,639 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,640 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,640 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,641 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,642 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,643 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,644 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,645 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,646 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,647 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,648 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,649 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,650 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,651 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,652 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,653 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,654 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,655 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,656 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,657 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,658 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,659 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,660 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,661 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,662 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,662 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,663 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,664 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,666 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,666 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,668 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,669 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,670 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,671 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,672 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,673 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,674 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,675 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,676 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,677 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,678 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,679 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,680 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,681 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,681 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,682 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,683 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,685 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,686 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,687 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,688 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,689 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,690 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,691 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,692 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,693 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,694 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,694 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,695 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,697 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,698 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,699 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,700 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,701 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,702 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,703 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,704 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,705 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,706 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,707 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,708 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,709 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,710 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,711 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,712 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,713 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,714 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,715 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,716 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,717 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,718 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,719 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,720 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,721 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,723 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,723 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,725 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,726 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,727 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,728 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,729 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,730 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,730 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,732 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,733 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,734 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,734 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,736 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,737 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,738 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,739 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,740 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,741 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,742 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,743 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,744 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,745 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,746 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,747 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,748 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,748 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,749 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,751 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,752 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,753 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,754 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,754 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,756 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,757 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,758 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,759 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,759 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,760 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,761 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,762 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,763 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,764 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,765 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,766 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,767 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,768 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,769 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,770 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,771 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,772 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,773 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,774 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,776 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,776 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,777 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,778 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,779 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,780 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,781 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,782 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,783 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,784 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,785 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,786 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,788 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,789 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,790 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,791 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,792 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,793 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,794 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,795 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,796 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,797 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,798 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,799 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,800 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,801 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,802 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,803 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,804 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,805 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,806 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,807 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,808 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,809 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,809 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,811 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,811 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,812 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,813 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,814 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,815 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,816 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,817 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,818 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,820 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,821 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,821 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,822 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,823 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,824 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,825 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,826 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,827 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,828 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,829 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,830 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,831 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,832 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,833 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,834 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,834 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,835 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,836 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,837 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,838 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,839 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,840 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,841 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,842 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,843 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,844 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,845 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,846 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,847 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,848 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,849 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,850 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,851 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,852 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,853 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,853 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,854 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,856 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,857 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,857 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,858 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,859 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,860 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,861 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,862 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,863 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,865 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,866 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,867 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,869 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,870 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,871 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,872 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,873 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,874 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,875 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,876 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,877 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,878 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,879 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,880 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,881 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,882 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,883 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,884 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,885 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,886 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,887 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,888 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,889 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,890 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,891 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,892 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,893 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,894 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,895 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,896 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,897 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,898 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,898 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,899 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,900 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,901 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,902 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,903 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,904 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,905 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,906 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,907 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,908 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,909 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,910 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,911 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,912 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,913 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,914 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,915 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,916 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,917 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,918 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,919 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,920 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,921 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,922 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,923 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,924 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,925 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,926 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,927 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,927 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,928 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,929 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,930 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,931 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,932 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,933 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,934 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,935 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,936 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,937 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,938 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,939 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,941 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,941 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,942 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,943 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,944 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,945 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,946 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,947 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,948 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,949 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,950 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,951 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,952 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,953 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,954 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,955 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,956 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,957 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,958 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,959 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,959 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,960 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,961 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,962 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,963 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,964 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,966 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,967 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,968 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,969 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,970 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,972 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,972 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,973 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,974 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,975 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,976 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,977 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,978 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,979 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,980 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,981 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,982 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,983 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,984 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,985 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,986 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,987 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,988 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,989 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,990 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,991 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,992 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,993 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,994 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,995 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,996 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,997 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,998 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,998 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:11,999 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,000 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,001 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,002 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,003 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,004 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,005 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,006 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,007 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,008 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,009 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,010 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,011 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,012 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,013 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,014 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,015 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,016 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,017 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,018 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,019 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,020 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,021 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,022 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,023 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,024 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,025 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,026 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,027 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,028 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,029 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,030 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,031 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,032 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,033 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,034 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,034 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,035 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,036 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,037 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,038 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,039 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,040 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,041 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,042 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,043 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,044 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,045 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,047 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,047 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,048 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,050 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,051 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,052 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,053 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,054 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,055 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,056 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,057 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,058 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,059 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,060 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,061 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,062 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,063 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,064 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,065 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,066 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,067 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,068 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,069 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,070 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,071 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,072 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,073 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,074 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,075 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,076 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,077 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,078 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,079 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,080 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,081 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,082 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,083 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,084 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,085 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,086 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,087 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,088 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,089 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,090 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,091 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,092 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,093 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,095 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,095 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,096 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,098 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,098 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,099 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,100 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,101 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,103 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,104 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,105 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,106 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,107 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,108 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,109 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,110 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,111 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,112 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,113 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,114 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,115 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,116 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,117 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,118 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,119 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,120 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,121 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,122 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,123 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,124 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,125 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,126 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,127 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,128 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,129 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,130 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,131 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,132 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,133 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,134 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,135 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,136 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,137 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,138 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,139 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,140 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,141 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,142 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,143 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,144 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,145 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,146 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,147 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,148 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,150 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,151 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,152 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,152 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,153 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,154 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,155 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,156 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,157 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,158 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,159 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,160 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,161 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,162 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,163 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,164 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,165 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,165 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,166 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,167 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,169 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,170 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,171 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,172 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,173 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,174 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,175 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,175 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,177 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,177 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,178 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,179 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,180 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,181 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,182 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,183 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,184 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,185 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,186 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,187 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,188 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,189 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,190 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,191 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,192 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,193 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,194 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,194 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,196 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,197 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,198 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,199 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,200 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,201 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,202 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,203 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,204 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,205 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,206 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,207 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,208 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,209 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,210 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,211 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,212 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,213 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,214 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,215 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,216 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,217 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,219 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,220 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,221 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,222 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,223 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,224 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,225 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,226 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,227 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,228 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,229 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,230 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,230 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,231 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,233 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,234 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,235 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,236 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,237 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,238 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,239 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,240 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,241 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,241 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,242 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,243 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,244 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,245 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,246 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,247 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,248 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,249 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,250 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,251 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,252 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,253 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,254 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,255 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,256 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,257 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,258 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,259 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,260 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,261 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,262 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,263 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,264 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,265 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,266 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,267 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,268 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,269 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,270 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,271 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,272 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,273 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,274 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,275 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,276 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,277 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,278 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,279 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,280 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,281 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,282 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,283 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,284 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,285 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,286 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,287 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,288 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,289 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,290 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,291 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,292 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,293 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,294 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,295 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,296 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,297 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,298 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,299 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,300 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,301 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,302 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,303 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,303 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,304 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,305 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,306 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,308 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,309 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,310 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,310 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,311 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,312 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,313 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,314 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,315 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,316 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,317 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,318 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,319 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,320 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,321 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,322 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,324 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,325 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,326 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,327 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,328 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,329 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,330 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,330 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,331 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,332 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,334 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,335 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,336 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,337 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,338 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,339 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,340 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,341 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,341 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,343 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,344 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,345 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,346 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,347 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,347 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,349 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,350 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,351 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,352 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,353 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,354 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,355 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,356 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,357 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,357 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,358 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,359 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,360 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,361 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,363 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,364 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,365 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,366 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,367 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,368 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,369 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,370 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,371 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,372 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,372 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,373 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,374 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,375 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,376 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,377 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,378 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,379 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,381 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,382 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,382 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,384 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,385 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,386 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,387 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,387 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,388 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,389 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,390 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,391 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,392 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,393 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,394 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,395 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,396 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,396 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,397 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,398 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,399 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,400 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,401 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,402 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,403 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,404 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,405 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,406 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,407 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,408 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,409 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,410 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,412 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,413 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,414 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,415 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,416 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,416 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,418 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,419 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,420 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,421 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,422 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,423 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,424 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,425 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,426 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,427 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,428 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,429 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,430 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,431 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,432 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,433 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,434 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,435 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,436 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,437 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,438 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,439 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,440 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,441 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,442 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,443 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,444 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,445 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,446 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,447 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,448 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,449 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,450 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,451 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,452 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,453 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,454 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,454 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,455 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,456 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,458 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,459 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,459 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,460 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,461 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,462 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,463 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,464 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,465 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,466 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,467 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,468 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,469 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,470 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,471 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,472 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,473 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,474 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,474 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,476 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,477 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,477 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,478 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,479 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,480 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,481 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,482 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,483 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,484 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,485 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,486 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,487 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,488 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,489 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,490 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,491 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,492 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,493 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,494 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,495 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,496 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,497 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,498 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,499 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,500 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,501 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,502 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,503 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,504 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,505 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,506 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,507 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,508 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,509 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,510 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,511 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,512 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,513 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,514 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,515 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,516 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,517 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,518 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,519 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,520 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,521 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,522 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,523 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,524 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,525 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,526 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,527 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,528 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,529 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,530 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,531 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,532 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,533 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,534 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,534 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,535 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,536 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,537 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,538 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,539 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,540 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,541 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,542 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,543 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,544 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,545 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,546 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,547 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,548 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,550 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,551 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,552 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,553 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,554 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,555 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,556 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,556 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,557 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,558 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,560 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,561 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,562 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,563 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,564 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,564 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,565 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,566 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,567 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,568 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,569 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,570 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,571 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,572 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,573 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,574 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,575 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,576 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,577 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,578 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,578 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,580 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,580 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,581 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,582 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,583 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,584 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,585 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,586 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,587 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,588 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,589 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,590 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,591 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,592 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,593 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,594 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,595 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,596 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,597 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,598 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,599 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,600 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,601 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,602 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,602 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,603 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,604 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,605 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,606 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,607 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,608 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,610 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,611 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,612 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,613 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,614 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,615 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,616 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,617 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,618 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,618 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,619 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,620 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,621 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,622 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,623 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,624 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,625 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,626 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,627 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,628 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,629 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,630 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,631 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,632 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,633 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,634 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,636 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,636 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,637 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,638 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,639 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,640 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,641 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,642 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,643 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,644 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,645 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,646 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,647 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,648 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,649 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,650 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,651 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,652 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,653 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,654 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,654 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,655 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,656 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,657 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,658 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,660 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,660 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,662 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,663 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,663 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,664 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,665 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,667 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,668 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,669 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,669 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,670 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,671 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,672 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,673 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,674 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,675 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,676 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,678 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,678 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,680 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,681 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,682 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,683 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,684 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,685 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,686 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,687 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,688 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,690 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,690 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,691 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,692 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,693 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,694 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,696 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,696 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,697 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,698 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,699 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,700 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,701 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,702 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,703 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,704 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,705 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,706 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,707 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,708 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,709 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,710 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,711 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,712 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,713 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,714 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,715 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,716 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,717 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,718 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,719 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,720 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,721 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,722 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,723 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,724 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,725 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,726 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,726 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,727 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,729 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,729 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,730 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,731 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,732 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,733 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,734 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,735 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,736 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,737 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,738 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,739 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,740 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,741 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,742 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,743 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,744 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,744 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,745 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,746 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,747 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,748 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,749 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,750 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,751 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,753 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,754 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,755 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,756 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,756 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,757 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,758 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,759 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,760 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,761 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,762 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,763 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,765 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,766 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,767 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,768 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,769 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,769 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,770 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,771 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,772 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,773 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,774 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,775 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,776 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,777 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,778 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,780 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,780 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,781 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,782 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,783 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,784 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,785 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,786 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,787 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,788 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,789 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,790 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,791 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,792 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,793 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,794 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,795 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,796 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,797 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,798 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,799 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,800 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,801 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,802 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,803 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,804 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,805 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,806 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,807 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,808 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,809 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,810 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,811 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,812 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,813 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,813 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,814 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,815 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,816 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,817 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,818 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,819 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,820 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,822 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,823 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,823 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,825 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,825 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,827 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,828 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,828 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,829 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,830 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,831 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,832 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,834 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,834 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,836 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,841 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,842 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,843 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,844 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,844 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,846 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,847 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,847 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,848 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,849 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,850 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,851 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,852 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,853 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,854 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,855 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,856 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,857 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,858 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,859 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,860 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,861 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,862 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,862 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,863 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,864 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,865 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,866 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,867 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,868 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,869 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,870 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,871 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,872 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,873 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,874 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,875 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,876 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,877 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,878 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,879 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,880 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,881 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,882 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,883 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,885 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,886 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,887 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,888 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,889 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,890 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,891 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,892 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,893 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,894 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,895 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,896 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,898 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,899 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,900 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,901 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,902 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,903 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,904 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,905 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,906 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,907 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,908 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,909 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,910 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,911 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,912 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,913 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,914 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,915 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,916 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,917 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,918 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,919 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,919 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,920 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,921 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,922 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,923 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,924 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,925 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,926 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,927 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,928 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,929 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,929 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,930 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,931 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,932 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,934 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,935 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,935 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,936 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,937 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,938 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,939 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,940 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,941 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,942 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,943 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,945 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,946 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,947 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,948 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,949 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,949 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,951 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,952 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,953 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,954 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,955 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,956 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,957 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,958 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,959 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,960 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,961 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,962 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,963 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,964 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,965 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,966 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,967 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,968 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,969 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,970 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,971 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,972 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,973 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,974 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,975 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,976 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,977 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,978 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,979 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,980 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,980 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,981 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,982 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,983 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,984 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,985 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,986 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,987 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,988 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,989 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,990 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,991 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,992 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,993 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,994 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,995 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,996 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,997 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,998 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:12,999 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,000 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,001 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,002 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,003 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,004 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,005 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,006 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,007 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,008 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,009 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,010 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,011 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,013 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,013 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,015 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,015 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,016 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,017 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,018 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,019 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,021 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,022 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,023 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,023 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,025 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,026 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,027 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,028 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,028 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,029 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,030 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,031 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,032 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,033 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,034 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,035 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,036 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,037 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,039 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,040 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,041 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,041 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,043 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,044 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,045 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,046 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,047 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,048 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,049 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,050 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,051 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,052 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,053 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,054 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,055 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,056 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,057 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,058 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,059 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,060 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,061 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,062 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,063 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,064 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,065 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,065 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,066 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,067 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,068 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,069 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,070 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,071 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,072 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,073 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,074 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,075 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,077 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,078 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,079 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,079 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,080 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,081 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,082 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,083 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,085 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,086 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,087 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,088 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,089 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,090 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,091 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,092 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,093 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,094 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,095 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,096 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,097 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,098 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,099 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,101 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,102 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,102 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,103 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,104 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,105 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,106 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,108 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,108 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,110 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,111 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,112 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,113 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,115 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,116 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,117 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,118 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,119 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,120 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,121 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,122 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,123 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,124 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,125 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,126 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,127 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,128 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,129 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,130 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,131 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,132 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,133 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,134 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,135 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,136 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,137 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,138 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,139 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,140 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,141 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,142 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,142 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,144 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,145 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,145 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,146 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,147 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,148 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,149 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,150 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,152 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,153 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,154 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,154 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,155 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,156 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,157 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,158 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,159 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,160 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,161 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,162 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,163 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,164 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,165 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,166 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,167 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,167 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,168 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,169 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,170 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,171 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,173 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,174 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,175 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,176 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,177 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,178 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,179 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,180 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,181 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,182 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,183 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,184 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,185 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,186 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,187 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,188 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,189 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,190 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,191 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,192 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,194 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,195 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,196 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,197 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,198 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,200 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,201 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,202 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,203 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,204 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,205 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,206 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,207 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,209 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,210 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,211 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,212 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,213 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,215 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,216 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,217 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,218 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,219 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,220 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,221 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,222 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,223 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,224 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,226 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,227 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,228 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,229 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,230 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,231 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,232 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,233 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,234 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,235 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,236 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,237 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,238 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,239 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,240 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,241 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,242 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,243 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,244 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,245 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,246 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,247 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,248 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,249 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,250 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,251 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,252 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,253 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,254 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,256 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,261 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,262 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,263 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,264 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,265 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,266 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,267 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,268 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,269 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,270 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,271 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,272 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,273 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,273 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,274 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,275 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,276 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,277 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. INFO 2025-10-03 21:25:13,277 basehttp 53670 6210826240 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-03 21:25:13,278 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,279 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,280 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. INFO 2025-10-03 21:25:13,281 basehttp 53670 6210826240 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-03 21:25:13,281 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,282 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,295 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. ERROR 2025-10-03 21:25:13,295 log 53670 6210826240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:25:13,296 basehttp 53670 6210826240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 WARNING 2025-10-03 21:25:13,296 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,297 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,298 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,299 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,300 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,302 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,303 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,304 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,305 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,306 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,307 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,308 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,309 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,310 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,311 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,312 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,313 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,315 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,315 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,317 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,318 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,319 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,321 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,322 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,323 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,324 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,325 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,326 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,327 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,328 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,329 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,330 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,331 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,332 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,333 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,334 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,335 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,336 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,337 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,338 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,339 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,340 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,341 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,342 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,343 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,344 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,345 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,346 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,347 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,347 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,348 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,349 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,350 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,351 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,352 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,353 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,354 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,355 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,356 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,356 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,357 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,358 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,359 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,360 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,361 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,362 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,363 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,364 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,365 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,366 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,367 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,368 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,369 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,370 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,371 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,372 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,373 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,374 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,375 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,376 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,377 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,378 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,379 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,380 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,381 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,382 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,383 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,384 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,385 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,386 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,387 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,388 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,389 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,390 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,391 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,391 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,392 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,393 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,394 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,395 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,396 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,397 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,398 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,399 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,400 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,401 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,403 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,404 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,405 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,406 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,407 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,408 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,409 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,409 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,410 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,411 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,412 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,413 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,415 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,415 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,416 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,417 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,418 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,419 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,420 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,421 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,422 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,423 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,424 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,425 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,426 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,427 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,428 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,429 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,430 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,431 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,432 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,433 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,434 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,435 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,436 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,437 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,438 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,439 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,440 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,441 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,442 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,443 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,444 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,445 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,446 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,447 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,448 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,450 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,450 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,451 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,452 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,453 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,455 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,456 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,457 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,458 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,459 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,459 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,460 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,461 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,462 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,463 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,464 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,465 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,466 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,467 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,468 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,469 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,470 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,471 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,472 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,473 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,474 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,475 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,476 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,477 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,478 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,479 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,480 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,481 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,482 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,483 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,484 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,485 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,486 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,487 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,488 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,488 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,490 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,490 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,491 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,492 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,493 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,495 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,496 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,497 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,498 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,499 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,500 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,501 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,502 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,503 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,504 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,505 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,506 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,507 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,510 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,515 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,516 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,520 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,524 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,529 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,533 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,533 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,534 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,535 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,536 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,537 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,538 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,539 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,540 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,541 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,542 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,542 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,543 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,544 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,545 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,546 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,548 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,549 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,550 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,551 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,552 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,553 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,554 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,555 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,556 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,557 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,558 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,559 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,559 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,560 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,561 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,562 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,563 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,564 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,565 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,566 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,567 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,568 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,569 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,570 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,571 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,572 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,573 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,574 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,575 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,576 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,577 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,578 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,579 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,580 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,581 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,582 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,583 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,584 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,585 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,586 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,587 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,588 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,588 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,589 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,591 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,592 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,593 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,594 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,595 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,596 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,597 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,598 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,599 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,599 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,600 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,601 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,602 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,603 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,604 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,605 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,606 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,607 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,608 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,609 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,610 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,611 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,612 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,613 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,614 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,615 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,616 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,617 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,618 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,619 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,620 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,621 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,622 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,623 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,624 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,625 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,626 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,627 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,628 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,629 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,630 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,631 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,632 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,633 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,634 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,635 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,636 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,637 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,638 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,639 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,639 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,640 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,642 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,643 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,644 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,645 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,645 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,646 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,647 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,648 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,649 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,650 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,652 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,652 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,653 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,654 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,655 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,656 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,657 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,658 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,659 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,660 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,661 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,662 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,663 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,664 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,665 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,666 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,667 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,668 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,669 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,670 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,671 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,672 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,673 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,674 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,675 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,676 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,677 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,678 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,679 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,680 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,681 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,682 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,683 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,684 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,685 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,686 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,687 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,688 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,689 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,690 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,691 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,692 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,693 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,694 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,695 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,696 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,697 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,698 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,699 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,700 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,701 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,701 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,703 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,703 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,704 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,705 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,706 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,707 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,708 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,709 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,710 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,711 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,712 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,713 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,714 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,715 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,716 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,717 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,718 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,719 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,720 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,720 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,721 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,722 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,724 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,725 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,726 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,727 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,728 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,728 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,729 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,730 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,732 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,733 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,734 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,735 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,736 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,738 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,739 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,740 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,741 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,742 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,743 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,744 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,745 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,746 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,747 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,748 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,749 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,750 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,751 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,752 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,753 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,754 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,755 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,756 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,757 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,758 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,759 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,760 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,761 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,763 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,764 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,765 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,766 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,767 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,768 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,769 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,770 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,771 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,772 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,773 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,774 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,775 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,776 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,777 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,778 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,779 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,780 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,781 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,783 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,784 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,785 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,786 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,787 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,788 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,789 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,790 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,791 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,792 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,793 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,794 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,795 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,796 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,797 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,798 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,799 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,800 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,801 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,802 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,803 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,804 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,805 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,805 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,806 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,807 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,809 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,810 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,811 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,812 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,813 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,814 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,814 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,815 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,816 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,817 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,818 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,819 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,820 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,821 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,823 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,824 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,825 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,826 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,827 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,828 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,829 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,829 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,831 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,832 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,833 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,834 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,835 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,836 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,837 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,838 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,839 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,840 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,841 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,842 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,843 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,844 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,845 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,846 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,847 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,848 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,849 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,850 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,851 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,852 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,853 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,854 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,855 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,856 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,857 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,858 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,859 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,860 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,861 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,862 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,863 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,864 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,865 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,866 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,867 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,868 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,868 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,870 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,871 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,872 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,873 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,874 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,875 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,876 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,877 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,878 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,879 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,880 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,881 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,882 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,883 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,884 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,885 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,886 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,887 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,888 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,888 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,889 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,891 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,892 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,893 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,893 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,894 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,895 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,896 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,897 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,898 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,899 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,900 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,901 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,902 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,903 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,904 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,905 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,906 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,908 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,908 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,909 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,910 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,911 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,912 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,913 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,914 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,915 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,916 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,917 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,918 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,919 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,920 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,921 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,922 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,923 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,924 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,925 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,926 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,927 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,928 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,929 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,930 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,931 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,932 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,933 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,934 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,934 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,935 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,936 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,937 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,938 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,939 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,940 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,941 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,942 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,943 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,944 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,945 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,946 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,947 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,948 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,949 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,950 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,951 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,952 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,953 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,954 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,955 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,956 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,957 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,959 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,960 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,961 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,961 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,962 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,963 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,964 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,965 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,966 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,967 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,968 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,969 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,970 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,971 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,972 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,973 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,974 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,975 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,976 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,977 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,978 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,979 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,980 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,981 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,982 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,983 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,984 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,985 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,986 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,987 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,988 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,989 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,990 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,991 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,992 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,993 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,994 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,995 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,996 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,997 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,998 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:13,999 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,000 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,001 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,002 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,003 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,005 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,006 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,007 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,008 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,009 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,010 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,011 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,012 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,013 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,014 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,015 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,016 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,017 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,018 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,019 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,020 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,021 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,022 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,023 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,024 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,025 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,026 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,027 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,028 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,029 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,029 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,030 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,031 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,032 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,033 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,034 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,035 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,036 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,037 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,038 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,039 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,040 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,041 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,042 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,043 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,044 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,045 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,045 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,046 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,047 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,048 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,050 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,051 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,052 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,053 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,053 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,054 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,055 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,056 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,057 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,058 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,059 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,060 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,061 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,062 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,063 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,064 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,065 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,066 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,067 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,068 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,069 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,070 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,071 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,072 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,073 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,074 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,075 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,076 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,077 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,078 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,079 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,080 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,081 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,082 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,083 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,084 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,085 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,085 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,086 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,087 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,088 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,089 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,090 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,091 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,092 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,093 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,094 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,095 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,096 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,097 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,098 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,099 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,100 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,101 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,102 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,103 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,104 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,105 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,105 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,106 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,107 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,108 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,109 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,110 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,111 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,112 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,113 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,114 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,115 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,116 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,118 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,119 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,120 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,121 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,122 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,123 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,124 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,125 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,126 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,127 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,128 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,129 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,130 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,131 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,132 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,133 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,134 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,135 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,136 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,137 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,138 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,139 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,140 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,141 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,142 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,143 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,144 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,145 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,146 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,147 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,148 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,149 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,151 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,152 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,152 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,153 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,154 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,155 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,156 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,157 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,158 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,159 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,160 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,161 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,162 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,163 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,164 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,165 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,166 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,167 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,168 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,169 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,170 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,171 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,172 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,173 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,174 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,175 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,176 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,177 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,177 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,178 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,179 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,180 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,181 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,182 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,183 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,184 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,185 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,186 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,187 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,188 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,189 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,190 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,191 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,192 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,192 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,193 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,194 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,195 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,196 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,197 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,198 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,199 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,200 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,201 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,202 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,203 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,204 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,205 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,206 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,207 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,208 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,209 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,210 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,210 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,212 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,213 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,214 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,215 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,216 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,217 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,218 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,219 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,220 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,221 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,222 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,222 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,223 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,224 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,225 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,226 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,227 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,228 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,229 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,230 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,231 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,232 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,233 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,234 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,235 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,236 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,237 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,238 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,239 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,240 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,241 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,242 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,243 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,244 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,245 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,246 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,247 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,248 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,249 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,249 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,251 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,252 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,252 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,253 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,254 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,256 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,257 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,258 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,259 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,259 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,261 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,262 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,263 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,264 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,265 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,266 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,267 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,268 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,269 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,270 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,271 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,272 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,273 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,274 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,276 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,276 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,277 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,278 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,280 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,281 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,282 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,283 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,284 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,285 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,286 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,287 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,288 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,289 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,290 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,291 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,292 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,293 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,293 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,294 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,295 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,296 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,297 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,298 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,299 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,300 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,301 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,302 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,303 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,304 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,305 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,306 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,307 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,308 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,309 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,310 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,311 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,312 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,313 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,314 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,315 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,316 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,317 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,319 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,320 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,321 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,322 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,323 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,324 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,325 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,326 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,327 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,328 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,329 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,330 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,331 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,332 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,333 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,334 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,335 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,336 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,337 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,338 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,340 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,341 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,342 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,342 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,343 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,344 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,345 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,346 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,347 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,348 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,349 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,350 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,351 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,352 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,353 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,354 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,355 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,357 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,357 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,358 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,359 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,360 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,361 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,362 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,363 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,364 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,365 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,366 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,367 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,368 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,368 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,370 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,371 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,371 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,372 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,373 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,374 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,375 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,376 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,377 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,378 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,379 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,380 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,381 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,382 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,383 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,384 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,385 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,386 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,387 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,388 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,389 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,390 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,391 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,392 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,393 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,394 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,395 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,396 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,397 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,398 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,398 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,399 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,400 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,401 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,402 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,403 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,404 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,405 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,407 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,408 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,409 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,410 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,411 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,412 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,413 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,414 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,415 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,416 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,417 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,418 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,419 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,420 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,421 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,422 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,423 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,424 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,425 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,426 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,427 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,428 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,429 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,430 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,431 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,433 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,434 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,435 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,436 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,437 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,438 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,438 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,440 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,440 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,441 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,442 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,443 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,444 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,445 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,446 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,447 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,448 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,449 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,450 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,451 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,452 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,453 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,454 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,455 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,456 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,457 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,458 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,459 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,460 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,461 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,462 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,463 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,464 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,465 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,466 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,467 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,468 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,470 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,471 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,472 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,472 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,473 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,474 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,475 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,476 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,477 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,478 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,479 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,480 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,481 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,482 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,483 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,484 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,485 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,486 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,487 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,488 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,489 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,490 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,491 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,492 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,493 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,494 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,495 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,496 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,496 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,497 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,498 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,499 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,500 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,501 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,502 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,503 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,504 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,505 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,507 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,508 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,509 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,510 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,511 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,512 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,513 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,514 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,515 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,516 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,516 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,518 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,519 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,520 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,520 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,521 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,522 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,523 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,524 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,525 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,526 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,527 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,528 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,529 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,530 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,531 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,532 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,533 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,534 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,535 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,536 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,537 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,538 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,539 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,540 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,540 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,541 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,542 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,543 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,545 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,545 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,546 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,547 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,548 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,549 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,550 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,551 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,552 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,553 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,554 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,555 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,556 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,557 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,558 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,559 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,560 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,561 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,562 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,563 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,564 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,565 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,566 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,567 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,568 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,569 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,570 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,571 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,572 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,573 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,574 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,575 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,576 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,577 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,578 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,579 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,580 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,581 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,582 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,583 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,584 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,586 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,586 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,587 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,588 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,589 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,590 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,591 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,592 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,593 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,594 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,595 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,596 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,597 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,598 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,599 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,600 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,601 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,602 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,603 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,604 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,605 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,606 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,608 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,608 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,610 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,611 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,612 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,613 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,614 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,615 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,616 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,617 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,618 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,619 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,620 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,620 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,621 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,622 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,623 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,624 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,625 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,626 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,627 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,628 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,630 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,631 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,632 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,632 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,633 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,634 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,635 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,636 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,637 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,638 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,639 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,640 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,641 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,642 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,643 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,645 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,645 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,646 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,647 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,648 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,650 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,651 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,651 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,652 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,653 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,654 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,656 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,657 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,658 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,658 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,659 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,660 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,661 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,662 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,663 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,664 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,665 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,666 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,667 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,669 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,670 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,671 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,672 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,673 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,674 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,675 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,676 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,677 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,678 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,679 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,680 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,681 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,682 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,683 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,684 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,685 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,686 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,687 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,687 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,688 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,689 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,690 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,691 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,692 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,693 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,694 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,695 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,696 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,697 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,698 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,699 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,700 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,701 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,702 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,703 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,704 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,705 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,706 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,707 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,708 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,709 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,710 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,711 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,711 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,712 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,713 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,715 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,716 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,717 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,718 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,719 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,720 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,721 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,722 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,723 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,724 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,725 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,726 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,727 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,728 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,729 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,730 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,731 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,732 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,732 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,733 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,734 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,735 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,736 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,737 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,738 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,739 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,740 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,741 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,742 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,743 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,744 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,745 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,746 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,747 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,748 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,749 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,750 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,751 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,752 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,753 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,754 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,755 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,756 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,757 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,758 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,759 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,760 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,761 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,762 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,763 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,764 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,765 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,766 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,767 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,768 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,769 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,770 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,770 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,771 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,772 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,773 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,774 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,775 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,776 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,777 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,778 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,779 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,780 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,781 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,782 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,783 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,784 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,785 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,786 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,787 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,788 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,789 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,790 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,791 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,791 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,792 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,793 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,794 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,795 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,796 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,797 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,798 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,799 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,800 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,802 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,802 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,804 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,805 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,805 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,806 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,807 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,808 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,809 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,810 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,811 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,811 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,812 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,814 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,814 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,816 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,816 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,817 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,818 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,819 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,820 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,821 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,822 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,823 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,824 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,825 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,826 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,827 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,828 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,829 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,830 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,831 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,832 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,833 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,834 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,835 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,836 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,837 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,838 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,839 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,840 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,841 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,842 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,843 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,844 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,845 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,846 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,846 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,847 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,849 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,850 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,851 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,852 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,853 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,854 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,855 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,856 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,857 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,858 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,858 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,859 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,860 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,861 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,862 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,863 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,864 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,865 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,866 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,867 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,868 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,869 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,870 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,871 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,872 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,873 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,874 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,875 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,876 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,877 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,878 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,879 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,880 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,881 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,882 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,883 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,883 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,884 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,886 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,887 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,888 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,888 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,889 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,890 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,892 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,893 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,894 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,894 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,895 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,896 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,897 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,899 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,900 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,901 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,902 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,902 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,904 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,904 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,905 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,906 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,907 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,908 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,909 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,910 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,911 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,912 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,913 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,914 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,915 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,916 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,917 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,918 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,919 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,920 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,921 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,922 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,923 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,924 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,925 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,925 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,926 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,927 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,928 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,929 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,930 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,931 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,932 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,933 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,934 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,935 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,936 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,937 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,938 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,939 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,940 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,941 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,942 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,943 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,944 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,945 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,946 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,947 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,948 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,949 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,950 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,951 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,952 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,953 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,954 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,955 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,955 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,956 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,958 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,959 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,960 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,960 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,961 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,963 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,963 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,965 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,966 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,967 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,968 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,969 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,970 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,971 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,972 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,973 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,973 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,974 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,975 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,976 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,977 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,978 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,979 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,980 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,981 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,982 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,983 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,984 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,985 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,986 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,987 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,988 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,989 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,990 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,991 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,991 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,992 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,993 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,994 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,995 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,996 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,997 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,998 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:14,999 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,000 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,000 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,001 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,002 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,003 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,004 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,005 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,006 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,007 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,008 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,009 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,010 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,011 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,012 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,013 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,014 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,015 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,016 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,017 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,018 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,019 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,019 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,021 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,021 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,023 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,024 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,025 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,026 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,027 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,028 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,029 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,030 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,031 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,032 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,033 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,034 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,035 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,036 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,037 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,038 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,039 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,039 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,040 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,041 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,042 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,043 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,044 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,045 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,046 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,047 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,048 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,049 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,050 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,051 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,052 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,053 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,054 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,055 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,056 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,057 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,058 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,059 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,060 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,061 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,062 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,062 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,063 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,065 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,066 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,066 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,067 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,068 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,069 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,071 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,072 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,072 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,073 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,074 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,075 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,076 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,077 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,078 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,078 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,079 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,080 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,081 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,082 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,083 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,084 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,085 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,086 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,087 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,088 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,089 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,090 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,091 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,092 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,093 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,094 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,095 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,096 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,097 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,098 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,099 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,100 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,101 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,102 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,103 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,104 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,105 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,106 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,107 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,108 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,109 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,110 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,111 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,113 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,114 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,115 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,116 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,117 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,118 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,119 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,120 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,121 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,122 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,123 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,124 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,125 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,126 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,127 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,128 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,129 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,130 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,130 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,131 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,132 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,133 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,134 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,135 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,136 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,137 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,138 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,139 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,140 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,141 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,142 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,143 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,144 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,145 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,146 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,147 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,148 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,149 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,150 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,151 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,152 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,153 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,154 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,155 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,156 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,157 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,158 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,159 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,160 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,161 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,162 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,163 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,164 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,165 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,166 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,167 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,168 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,169 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,170 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,171 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,172 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,173 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,174 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,175 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,176 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,177 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,178 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,179 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,180 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,181 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,182 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,183 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,184 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,185 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,186 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,187 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,187 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,188 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,189 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,190 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,191 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,192 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,193 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,194 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,195 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,196 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,197 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,198 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,199 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,200 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,201 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,202 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,203 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,204 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,205 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,206 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,207 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,208 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,209 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,210 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,211 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,212 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,213 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,214 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,215 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,216 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,217 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,218 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,219 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,219 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,221 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,222 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,223 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,224 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,225 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,225 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,226 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,227 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,228 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,229 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,230 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,231 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,232 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,234 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,235 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,236 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,236 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,237 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,239 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,240 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,241 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,242 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,243 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,244 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,245 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,245 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,246 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,247 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,248 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,249 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,250 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,251 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,252 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,253 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,254 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,255 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,256 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,257 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,258 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,259 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,260 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,261 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,261 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,262 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,263 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,264 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,266 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,267 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,268 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,269 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,270 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,271 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,271 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,272 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,273 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,274 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,275 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,277 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,278 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,278 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,280 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,280 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,281 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,282 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,283 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,284 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,285 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,286 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,287 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,288 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,289 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,290 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,291 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,292 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,293 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,294 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,295 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,296 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,297 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,298 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,299 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,300 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,301 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,302 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,303 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,304 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,305 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,306 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,307 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,308 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,309 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,310 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,311 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,312 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,313 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,314 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,315 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,316 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,317 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,318 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,319 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,320 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,321 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,322 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,323 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,324 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,325 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,326 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,327 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,328 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,329 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,330 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,331 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,331 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,332 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,333 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,334 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,335 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,336 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,337 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,338 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,339 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,340 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,341 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,342 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,343 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,344 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,345 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,346 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,347 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,348 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,349 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,350 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,351 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,352 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,353 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,354 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,355 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,356 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,357 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,358 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,359 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,360 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,361 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,361 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,362 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,363 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,364 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,365 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,366 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,367 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,368 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,369 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,370 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,371 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,372 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,373 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,374 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,375 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,376 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,377 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,378 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,379 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,380 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,381 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,382 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,383 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,384 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,385 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,386 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,387 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,388 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,389 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,390 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,391 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,392 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,393 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,394 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,395 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,396 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,397 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,398 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,399 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,400 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,401 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,402 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,403 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,404 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,405 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,406 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,407 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,408 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,409 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,410 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,411 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,412 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,413 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,414 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,414 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,415 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,416 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,417 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,419 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,420 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,421 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,422 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,423 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,424 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,425 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,426 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,427 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,428 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,429 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,430 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,431 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,432 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,433 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,434 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,435 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,436 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,437 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,438 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,439 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,440 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,440 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,441 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,443 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,444 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,445 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,446 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,447 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,448 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,448 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,449 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,450 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,451 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,452 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,453 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,454 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,455 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,456 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,457 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,458 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,459 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,460 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,461 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,462 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,463 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,464 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,465 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,466 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,467 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,468 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,470 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,471 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,472 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,473 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,474 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,475 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,476 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,477 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,478 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,479 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,480 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,481 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,482 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,483 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,484 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,484 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,485 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,486 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,487 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,489 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,490 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,491 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,492 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,493 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,494 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,495 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,495 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,496 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,497 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,498 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,499 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,500 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,502 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,502 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,503 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,504 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,505 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,506 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,507 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,508 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,509 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,510 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,511 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,512 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,513 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,514 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,515 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,516 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,517 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,517 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,519 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,520 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,521 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,522 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,523 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,524 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,525 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,526 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,527 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,528 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,529 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,530 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,531 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,532 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,533 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,534 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,535 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,536 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,537 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,538 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,539 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,540 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,540 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,541 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,542 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,543 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,544 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,545 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,546 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,547 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,548 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,549 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,550 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,551 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,552 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,552 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,553 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,554 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,555 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,556 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,557 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,558 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,559 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,560 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,561 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,562 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,563 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,564 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,565 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,566 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,567 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,567 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,568 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,569 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,570 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,571 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,572 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,573 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,574 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,575 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,576 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,577 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,578 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,579 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,580 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,581 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,581 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,583 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,584 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,584 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,585 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,586 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,587 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,588 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,589 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,590 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,591 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,592 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,593 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,594 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,595 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,596 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,597 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,598 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,599 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,600 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,601 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,602 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,603 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,604 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,605 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,606 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,607 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,608 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,609 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,610 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,611 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,612 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,613 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,614 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,615 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,616 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,617 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,618 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,619 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,620 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,621 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,622 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,622 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,623 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,624 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,625 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,626 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,627 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,628 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,629 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,630 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,631 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,632 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,633 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,634 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,635 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,636 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,637 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,638 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,638 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,639 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,641 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,642 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,643 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,644 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,645 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,647 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,647 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,648 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,649 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,651 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,652 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,652 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,654 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,655 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,656 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,657 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,658 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,658 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,659 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,660 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,661 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,662 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,663 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,665 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,666 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,667 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,668 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,669 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,670 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,670 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,671 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,673 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,674 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,675 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,676 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,677 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,677 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,678 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,679 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,680 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,681 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,682 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,684 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,685 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,686 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,687 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,688 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,689 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,690 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,691 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,692 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,693 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,694 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,695 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,696 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,697 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,698 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,699 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,700 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,701 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,702 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,703 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,704 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,705 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,706 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,707 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,708 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,709 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,710 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,711 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,712 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,713 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,714 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,715 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,716 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,717 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,718 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,718 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,719 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,720 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,722 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,723 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,724 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,725 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,726 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,727 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,728 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,728 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,729 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,731 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,732 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,733 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,734 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,735 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,736 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,737 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,737 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,738 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,739 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,740 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,741 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,742 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,743 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,744 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,745 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,746 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,747 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,748 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,749 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,750 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,751 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,751 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,753 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,754 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,755 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,756 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,757 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,758 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,759 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,760 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,761 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,762 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,763 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,764 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,765 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,766 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,767 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,768 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,770 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,771 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,772 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,773 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,774 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,775 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,776 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,777 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,777 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,778 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,779 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,780 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,781 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,783 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,784 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,785 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,786 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,786 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,787 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,788 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,789 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,790 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,791 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,792 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,794 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,795 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,796 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,797 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,797 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,798 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,800 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,800 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,801 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,802 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,803 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,804 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,805 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,806 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,807 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,808 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,809 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,810 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,811 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,812 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,813 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,814 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,815 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,816 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,817 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,818 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,819 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,820 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,821 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,822 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,823 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,824 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,825 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,826 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,827 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,828 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,829 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,830 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,831 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,832 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,832 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,833 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,834 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,835 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,836 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,837 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,838 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,839 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,840 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,841 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,842 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,843 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,844 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,845 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,846 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,847 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,848 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,849 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,850 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,851 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,852 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,853 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,854 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,855 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:25:15,856 misc 56201 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. INFO 2025-10-03 21:25:34,210 basehttp 53670 6193999872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:26:14,283 basehttp 53670 6210826240 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:26:14,292 basehttp 53670 6210826240 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:26:14,313 log 53670 6210826240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:26:14,314 basehttp 53670 6210826240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 ERROR 2025-10-03 21:26:44,961 log 53670 6193999872 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/base/base.py", line 279, in ensure_connection self.connect() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/base/base.py", line 256, in connect self.connection = self.get_new_connection(conn_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 207, in get_new_connection register_functions(conn) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/_functions.py", line 85, in register if not connection.execute(sql).fetchone()[0]: ^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: database is locked The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1621, in execute_sql cursor = self.connection.cursor() ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/base/base.py", line 320, in cursor return self._cursor() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/base/base.py", line 296, in _cursor self.ensure_connection() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/base/base.py", line 278, in ensure_connection with self.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/base/base.py", line 279, in ensure_connection self.connect() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/base/base.py", line 256, in connect self.connection = self.get_new_connection(conn_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 207, in get_new_connection register_functions(conn) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/_functions.py", line 85, in register if not connection.execute(sql).fetchone()[0]: ^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: database is locked ERROR 2025-10-03 21:26:44,962 basehttp 53670 6193999872 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 200955 INFO 2025-10-03 21:27:15,283 basehttp 53670 6210826240 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:27:15,291 basehttp 53670 6210826240 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:27:15,314 log 53670 6210826240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:27:15,315 basehttp 53670 6210826240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 INFO 2025-10-03 21:27:38,219 basehttp 53670 6193999872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 WARNING 2025-10-03 21:28:03,971 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:03,973 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:03,974 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:03,975 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:03,976 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:03,977 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:03,978 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:03,979 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:03,980 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:03,981 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:03,982 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:03,983 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:03,984 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:03,985 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:03,986 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:03,987 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:03,988 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:03,989 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:03,990 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:03,992 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:03,993 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:03,993 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:03,994 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:03,995 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:03,996 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:03,997 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:03,998 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:03,999 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,000 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,002 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,003 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,004 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,005 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,006 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,007 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,008 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,009 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,010 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,011 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,012 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,013 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,014 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,014 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,015 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,016 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,017 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,019 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,019 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,020 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,021 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,023 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,024 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,025 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,026 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,027 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,028 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,029 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,030 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,031 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,031 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,032 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,033 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,034 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,035 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,036 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,037 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,038 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,039 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,040 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,041 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,042 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,043 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,044 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,045 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,046 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,047 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,048 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,049 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,050 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,051 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,052 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,053 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,054 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,055 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,056 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,057 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,058 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,059 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,060 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,061 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,062 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,063 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,064 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,065 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,066 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,067 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,068 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,069 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,070 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,072 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,073 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,074 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,075 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,076 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,077 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,078 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,079 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,080 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,081 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,082 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,083 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,084 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,085 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,086 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,087 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,088 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,089 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,090 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,091 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,091 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,093 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,094 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,095 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,096 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,097 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,098 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,098 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,100 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,101 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,102 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,103 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,104 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,105 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,105 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,106 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,108 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,109 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,109 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,110 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,111 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,113 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,113 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,114 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,115 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,116 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,117 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,118 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,120 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,121 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,122 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,123 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,124 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,124 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,126 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,127 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,127 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,128 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,129 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,130 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,131 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,132 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,133 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,134 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,135 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,136 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,138 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,139 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,140 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,141 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,142 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,143 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,144 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,145 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,146 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,147 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,148 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,149 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,150 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,151 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,152 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,153 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,154 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,155 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,156 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,157 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,157 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,158 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,160 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,161 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,162 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,163 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,163 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,164 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,165 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,166 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,167 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,168 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,169 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,170 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,171 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,172 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,173 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,174 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,175 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,176 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,177 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,178 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,179 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,180 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,181 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,182 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,183 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,184 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,185 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,186 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,187 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,188 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,189 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,190 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,191 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,192 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,193 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,195 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,196 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,197 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,198 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,199 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,200 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,201 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,202 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,203 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,204 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,205 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,206 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,207 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,208 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,209 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,211 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,211 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,212 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,214 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,215 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,216 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,217 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,218 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,219 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,220 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,220 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,221 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,222 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,223 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,224 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,225 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,226 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,227 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,228 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,229 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,230 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,231 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,233 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,233 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,235 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,235 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,236 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,237 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,238 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,239 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,240 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,241 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,242 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,243 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,244 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,245 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,246 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,247 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,248 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,249 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,250 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,251 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,252 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,253 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,254 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,255 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,256 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,257 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,258 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,259 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,260 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,261 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,262 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,263 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,264 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,265 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,266 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,267 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,268 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,269 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,269 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,270 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,271 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,272 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,273 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,274 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,275 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,277 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,278 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,279 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,279 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,280 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,281 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,282 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,283 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,284 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,286 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,286 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,287 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,288 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,289 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,290 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,291 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,292 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,293 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,294 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,295 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,296 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,297 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,298 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,299 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,300 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,301 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,302 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,303 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,304 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,305 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,306 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,307 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,308 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,309 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,310 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,310 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,311 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,312 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,313 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,314 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,315 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,317 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,318 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,319 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,320 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,321 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,322 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,323 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,324 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,325 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,326 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,327 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,328 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,329 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,330 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,331 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,332 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,333 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,334 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,335 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,336 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,338 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,339 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,339 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,340 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,341 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,342 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,343 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,344 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,345 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,346 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,347 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,348 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,349 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,350 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,351 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,352 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,353 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,354 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,355 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,355 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,356 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,358 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,359 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,360 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,360 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,361 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,362 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,363 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,364 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,365 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,366 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,367 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,368 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,369 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,370 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,371 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,372 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,373 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,374 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,375 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,376 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,376 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,377 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,379 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,380 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,381 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,382 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,383 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,384 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,385 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,386 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,387 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,388 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,389 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,390 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,391 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,392 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,393 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,394 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,395 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,396 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,397 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,398 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,399 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,400 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,401 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,402 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,403 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,404 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,405 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,406 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,406 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,407 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,409 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,410 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,411 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,412 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,413 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,414 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,415 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,415 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,416 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,417 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,418 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,420 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,421 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,422 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,423 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,424 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,426 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,426 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,427 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,428 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,429 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,430 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,431 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,432 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,433 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,434 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,435 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,436 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,437 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,438 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,439 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,440 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,441 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,443 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,443 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,444 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,446 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,447 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,448 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,449 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,450 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,451 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,452 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,453 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,454 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,455 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,456 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,457 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,458 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,459 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,460 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,461 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,462 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,463 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,464 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,465 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,466 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,467 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,468 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,469 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,470 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,471 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,472 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,473 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,474 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,475 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,477 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,478 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,478 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,479 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,480 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,481 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,482 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,483 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,484 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,485 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,487 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,488 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,489 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,489 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,490 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,491 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,493 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,493 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,494 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,495 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,496 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,498 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,499 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,500 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,501 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,502 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,502 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,503 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,504 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,505 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,506 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,507 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,508 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,510 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,511 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,513 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,513 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,514 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,515 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,516 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,517 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,518 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,519 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,520 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,521 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,522 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,523 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,524 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,525 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,526 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,527 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,528 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,529 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,531 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,532 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,532 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,533 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,534 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,535 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,536 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,538 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,539 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,540 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,541 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,541 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,543 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,544 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,545 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,546 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,547 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,548 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,549 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,550 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,551 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,552 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,553 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,553 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,554 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,555 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,556 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,557 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,559 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,560 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,561 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,561 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,562 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,563 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,564 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,565 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,566 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,567 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,568 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,569 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,570 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,571 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,572 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,573 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,574 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,575 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,576 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,577 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,578 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,578 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,579 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,580 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,581 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,582 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,583 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,584 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,585 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,586 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,587 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,588 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,589 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,590 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,591 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,592 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,593 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,594 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,595 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,596 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,596 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,597 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,598 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,599 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,600 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,601 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,602 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,603 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,604 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,605 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,606 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,607 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,607 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,609 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,610 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,611 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,612 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,613 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,614 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,615 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,616 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,617 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,618 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,618 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,619 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,620 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,622 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,623 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,624 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,625 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,626 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,627 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,627 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,628 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,629 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,631 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,632 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,633 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,634 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,635 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,636 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,637 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,638 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,639 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,640 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,640 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,642 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,643 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,644 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,644 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,646 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,647 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,647 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,648 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,649 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,650 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,651 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,652 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,653 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,654 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,655 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,656 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,657 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,658 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,659 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,661 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,662 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,663 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,664 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,665 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,667 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,668 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,669 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,670 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,671 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,672 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,673 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,674 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,675 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,676 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,677 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,678 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,679 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,680 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,681 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,682 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,683 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,684 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,685 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,686 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,687 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,688 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,689 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,691 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,692 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,693 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,694 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,694 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,695 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,696 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,697 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,698 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,699 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,700 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,701 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,702 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,703 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,704 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,705 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,706 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,707 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,708 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,709 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,710 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,711 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,712 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,713 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,714 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,715 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,716 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,717 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,718 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,719 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,720 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,721 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,722 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,723 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,724 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,725 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,726 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,727 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,728 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,729 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,730 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,731 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,732 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,733 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,734 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,735 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,736 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,737 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,738 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,739 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,740 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,741 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,742 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,743 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,744 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,746 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,747 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,748 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,749 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,750 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,751 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,752 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,753 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,754 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,755 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,756 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,757 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,758 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,759 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,760 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,761 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,762 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,763 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,764 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,765 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,766 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,767 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,768 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,769 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,770 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,771 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,772 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,773 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,774 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,775 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,776 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,777 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,778 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,779 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,780 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,781 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,782 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,783 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,784 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,785 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,786 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,787 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,788 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,789 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,790 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,791 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,792 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,793 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,794 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,795 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,796 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,797 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,798 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,800 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,801 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,802 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,802 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,803 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,805 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,805 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,807 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,807 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,809 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,810 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,811 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,812 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,813 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,814 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,815 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,816 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,817 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,818 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,819 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,820 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,822 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,823 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,824 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,825 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,826 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,827 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,828 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,829 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,830 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,831 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,832 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,832 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,833 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,834 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,835 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,836 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,837 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,838 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,839 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,840 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,841 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,842 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,843 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,844 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,845 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,846 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,847 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,848 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,849 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,850 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,851 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,852 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,853 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,854 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,855 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,856 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,858 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,859 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,860 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,861 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,862 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,863 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,864 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,864 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,865 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,866 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,867 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,868 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,869 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,870 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,871 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,873 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,874 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,875 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,876 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,877 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,878 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,879 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,880 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,881 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,882 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,883 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,884 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,885 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,886 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,887 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,888 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,889 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,890 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,891 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,892 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,893 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,894 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,895 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,896 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,897 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,898 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,899 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,900 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,901 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,902 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,903 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,904 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,905 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,906 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,907 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,908 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,909 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,910 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,911 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,912 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,913 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,914 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,915 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,916 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,917 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,918 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,919 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,920 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,921 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,921 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,922 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,923 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,924 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,925 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,926 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,927 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,928 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,929 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,930 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,931 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,932 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,933 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,934 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,935 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,936 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,937 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,938 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,939 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,940 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,941 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,942 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,943 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,945 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,945 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,946 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,947 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,949 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,950 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,951 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,953 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,954 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,954 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,955 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,956 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,957 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,959 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,960 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,961 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,962 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,963 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,964 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,965 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,966 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,967 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,968 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,969 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,970 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,971 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,972 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,973 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,974 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,975 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,976 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,977 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,978 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,979 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,980 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,981 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,982 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,983 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,984 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,985 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,986 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,987 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,988 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,989 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,990 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,991 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,992 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,993 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,994 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,995 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,996 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,997 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,998 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:04,999 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,000 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,001 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,002 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,003 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,004 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,005 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,006 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,007 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,008 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,008 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,010 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,011 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,012 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,013 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,014 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,015 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,016 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,017 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,018 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,019 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,019 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,020 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,021 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,023 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,024 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,025 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,026 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,026 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,027 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,028 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,030 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,031 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,032 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,033 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,034 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,035 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,036 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,038 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,039 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,040 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,041 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,042 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,043 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,044 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,045 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,046 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,047 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,048 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,049 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,050 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,051 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,052 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,053 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,054 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,054 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,055 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,056 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,057 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,059 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,060 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,061 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,062 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,062 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,063 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,064 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,065 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,066 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,067 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,068 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,070 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,071 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,072 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,073 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,074 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,075 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,076 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,077 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,078 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,079 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,080 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,081 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,082 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,083 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,084 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,085 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,086 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,087 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,088 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,089 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,090 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,091 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,092 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,093 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,094 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,095 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,096 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,097 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,098 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,099 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,100 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,101 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,102 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,103 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,104 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,105 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,106 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,107 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,109 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,109 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,110 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,111 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,112 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,113 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,114 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,115 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,116 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,117 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,118 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,119 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,120 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,121 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,121 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,123 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,123 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,124 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,125 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,126 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,127 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,128 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,129 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,130 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,131 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,132 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,133 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,134 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,135 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,136 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,137 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,138 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,139 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,140 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,141 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,142 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,143 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,144 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,144 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,145 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,146 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,147 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,148 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,149 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,151 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,152 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,152 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,154 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,155 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,156 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,157 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,157 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,158 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,160 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,160 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,161 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,162 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,163 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,165 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,165 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,167 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,168 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,169 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,169 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,170 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,171 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,173 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,174 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,174 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,175 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,176 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,177 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,178 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,179 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,180 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,181 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,182 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,183 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,184 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,185 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,186 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,187 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,188 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,189 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,190 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,192 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,193 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,194 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,195 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,195 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,197 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,197 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,198 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,199 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,200 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,202 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,202 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,203 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,205 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,206 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,207 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,208 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,209 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,210 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,210 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,211 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,212 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,213 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,214 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,215 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,216 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,217 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,218 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,219 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,220 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,221 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,222 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,223 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,224 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,225 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,226 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,227 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,228 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,229 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,230 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,231 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,232 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,233 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,234 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,235 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,236 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,237 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,238 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,239 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,240 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,241 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,242 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,243 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,244 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,245 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,246 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,247 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,248 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,249 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,250 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,251 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,252 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,254 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,254 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,255 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,256 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,257 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,258 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,259 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,260 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,261 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,262 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,263 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,264 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,265 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,266 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,267 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,268 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,269 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,270 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,271 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,272 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,273 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,274 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,275 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,277 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,278 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,278 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,279 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,280 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,281 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,282 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,283 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,284 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,285 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,286 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,288 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,289 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,290 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,290 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,291 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,292 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,293 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,294 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,295 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,296 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,297 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,298 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,299 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,300 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,301 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,302 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,303 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,304 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,306 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,306 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,307 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,308 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,309 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,310 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,311 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,312 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,313 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,314 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,315 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,316 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,317 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,318 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,319 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,320 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,321 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,322 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,323 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,324 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,325 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,326 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,327 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,328 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,329 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,330 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,331 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,332 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,333 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,334 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,335 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,336 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,337 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,339 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,339 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,340 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,341 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,342 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,343 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,344 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,345 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,346 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,348 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,349 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,350 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,351 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,352 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,353 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,354 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,355 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,356 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,357 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,358 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,359 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,360 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,361 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,362 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,363 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,364 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,365 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,366 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,367 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,368 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,369 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,370 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,371 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,372 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,373 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,374 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,375 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,376 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,377 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,378 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,379 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,380 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,381 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,382 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,383 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,384 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,385 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,386 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,387 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,388 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,389 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,390 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,391 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,392 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,393 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,394 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,395 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,396 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,397 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,398 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,399 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,400 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,401 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,402 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,403 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,404 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,405 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,406 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,407 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,408 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,409 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,410 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,411 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,412 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,413 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,414 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,415 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,416 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,417 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,418 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,419 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,420 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,421 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,422 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,423 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,424 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,425 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,426 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,427 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,428 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,429 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,430 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,431 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,432 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,434 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,435 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,436 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,437 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,438 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,439 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,440 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,441 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,442 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,443 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,444 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,445 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,446 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,447 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,448 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,449 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,450 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,451 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,452 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,453 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,454 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,455 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,456 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,457 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,458 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,459 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,460 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,461 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,462 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,463 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,464 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,465 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,466 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,467 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,468 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,469 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,470 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,471 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,472 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,473 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,474 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,475 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,476 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,477 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,478 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,479 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,480 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,480 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,481 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,482 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,483 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,485 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,486 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,487 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,488 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,488 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,490 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,491 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,492 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,493 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,494 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,495 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,496 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,497 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,498 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,499 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,500 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,501 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,502 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,503 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,504 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,505 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,506 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,507 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,508 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,509 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,510 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,511 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,512 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,513 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,514 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,515 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,516 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,517 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,518 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,519 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,520 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,520 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,522 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,523 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,524 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,524 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,525 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,526 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,527 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,528 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,529 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,530 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,531 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,532 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,533 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,534 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,535 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,536 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,537 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,538 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,538 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,539 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,540 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,541 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,542 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,543 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,544 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,545 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,546 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,547 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,548 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,549 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,550 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,551 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,552 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,553 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,554 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,555 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,556 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,557 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,558 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,559 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,560 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,561 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,562 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,563 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,564 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,565 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,566 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,567 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,568 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,569 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,570 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,571 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,572 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,573 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,574 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,575 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,576 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,577 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,578 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,579 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,580 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,581 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,582 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,583 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,584 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,585 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,586 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,587 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,588 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,589 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,590 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,591 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,593 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,594 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,595 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,595 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,597 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,597 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,599 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,600 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,601 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,602 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,603 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,604 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,605 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,606 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,607 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,608 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,609 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,610 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,611 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,613 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,614 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,615 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,616 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,617 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,618 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,619 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,620 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,621 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,622 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,623 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,624 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,625 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,626 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,627 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,628 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,629 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,630 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,631 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,632 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,632 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,633 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,634 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,635 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,636 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,637 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,638 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,639 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,640 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,641 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,642 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,643 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,644 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,645 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,646 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,647 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,648 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,649 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,650 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,651 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,652 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,653 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,654 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,655 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,656 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,657 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,658 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,660 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,661 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,662 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,663 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,664 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,664 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,665 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,666 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,668 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,669 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,670 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,671 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,672 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,673 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,674 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,675 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,676 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,677 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,678 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,679 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,680 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,681 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,682 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,683 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,684 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,685 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,686 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,687 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,688 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,689 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,690 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,691 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,692 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,693 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,694 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,696 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,696 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,697 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,698 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,699 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,700 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,741 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,742 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,743 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,744 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,745 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,746 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,747 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,748 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,749 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,749 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,750 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,751 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,752 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,753 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,754 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,755 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,756 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,757 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,758 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,759 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,760 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,761 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,762 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,763 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,763 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,764 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,765 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,766 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,767 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,768 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,769 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,770 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,772 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,772 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,773 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,774 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,776 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,776 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,777 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,778 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,779 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,780 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,781 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,782 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,783 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,784 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,785 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,786 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,787 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,788 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,789 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,789 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,791 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,792 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,792 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,794 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,795 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,795 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,796 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,797 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,798 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,800 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,801 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,802 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,803 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,804 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,805 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,806 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,807 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,808 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,809 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,809 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,810 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,811 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,812 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,813 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,814 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,815 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,816 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,817 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,818 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,819 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,820 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,821 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,821 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,822 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,823 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,824 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,825 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,826 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,827 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,828 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,829 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,830 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,831 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,832 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,833 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,834 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,835 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,836 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,837 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,839 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,840 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,841 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,842 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,842 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,844 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,845 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,846 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,847 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,848 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,849 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,850 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,850 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,851 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,852 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,854 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,855 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,856 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,857 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,858 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,859 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,860 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,861 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,862 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,863 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,864 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,865 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,866 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,867 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,868 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,869 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,870 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,872 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,872 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,874 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,875 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,876 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,877 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,879 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,880 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,880 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,882 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,883 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,884 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,884 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,885 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,886 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,887 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,888 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,889 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,890 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,892 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,893 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,893 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,894 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,895 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,896 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,897 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,899 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,899 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,900 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,901 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,902 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,903 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,905 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,905 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,906 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,908 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,909 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,910 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,911 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,912 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,913 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,914 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,915 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,916 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,917 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,918 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,919 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,920 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,921 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,922 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,923 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,924 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,925 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,926 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,927 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,928 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,929 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,930 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,931 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,932 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,933 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,934 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,935 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,936 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,937 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,938 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,939 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,940 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,941 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,942 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,943 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,944 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,945 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,946 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,948 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,949 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,950 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,951 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,951 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,952 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,954 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,955 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,956 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,957 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,957 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,958 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,959 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,960 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,961 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,962 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,963 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,964 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,965 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,966 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,967 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,968 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,969 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,970 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,971 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,972 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,973 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,974 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,975 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,976 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,977 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,978 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,979 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,981 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,981 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,982 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,983 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,985 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,986 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,987 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,988 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,989 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,990 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,991 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,992 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,993 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,994 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,995 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,996 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,997 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,998 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:05,999 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,000 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,001 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,002 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,003 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,004 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,006 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,007 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,008 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,009 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,010 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,012 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,013 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,014 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,015 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,016 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,017 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,018 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,019 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,020 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,021 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,022 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,023 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,024 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,025 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,026 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,027 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,028 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,029 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,030 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,030 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,031 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,032 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,033 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,034 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,035 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,036 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,037 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,039 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,040 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,041 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,042 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,043 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,044 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,044 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,045 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,046 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,047 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,048 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,049 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,050 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,051 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,052 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,053 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,054 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,055 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,056 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,057 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,057 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,058 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,060 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,061 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,062 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,063 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,064 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,065 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,066 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,067 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,068 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,070 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,071 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,072 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,073 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,074 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,075 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,076 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,077 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,078 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,079 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,080 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,081 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,082 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,084 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,085 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,086 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,087 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,088 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,089 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,090 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,091 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,092 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,093 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,094 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,095 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,096 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,097 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,098 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,099 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,100 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,101 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,102 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,103 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,104 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,105 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,106 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,107 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,108 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,109 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,110 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,111 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,112 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,113 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,114 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,115 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,116 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,117 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,118 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,119 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,120 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,121 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,122 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,123 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,124 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,125 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,126 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,127 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,128 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,129 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,130 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,131 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,132 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,133 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,134 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,135 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,137 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,138 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,139 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,140 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,140 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,141 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,143 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,144 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,144 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,146 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,147 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,148 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,149 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,150 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,151 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,152 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,153 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,154 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,154 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,155 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,157 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,158 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,159 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,160 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,161 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,162 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,163 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,164 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,165 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,166 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,167 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,168 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,169 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,170 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,171 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,172 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,173 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,174 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,175 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,176 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,177 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,178 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,179 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,180 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,181 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,182 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,183 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,184 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,185 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,186 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,187 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,188 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,189 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,190 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,191 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,192 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,193 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,194 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,195 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,196 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,197 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,198 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,199 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,199 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,201 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,202 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,203 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,204 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,205 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,206 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,207 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,208 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,209 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,210 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,211 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,212 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,213 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,214 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,215 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,216 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,217 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,218 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,219 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,220 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,220 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,221 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,222 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,223 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,224 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,225 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,226 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,227 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,228 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,230 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,231 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,232 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,233 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,234 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,235 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,236 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,237 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,238 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,239 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,240 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,241 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,242 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,243 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,244 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,245 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,246 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,248 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,248 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,250 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,250 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,252 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,253 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,254 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,255 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,256 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,257 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,257 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,258 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,260 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,261 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,262 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,263 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,264 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,265 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,266 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,267 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,268 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,269 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,270 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,271 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,272 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,273 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,274 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,275 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,276 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,277 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,278 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,279 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,279 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,280 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,281 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,282 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,283 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,284 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,285 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,286 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,288 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,289 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,290 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,291 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,292 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,293 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,294 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,295 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,296 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,297 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,298 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,299 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,300 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,301 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,302 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,303 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,304 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,305 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,306 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,307 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,308 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,309 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,310 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,311 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,312 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,313 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,314 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,315 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,316 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,317 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,317 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,319 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,320 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,321 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,322 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,323 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,324 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,325 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,326 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,327 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,328 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,330 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,330 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,332 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,333 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,334 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,335 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,336 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,337 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,338 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,339 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,339 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,341 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,342 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,343 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,343 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,344 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,345 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,346 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,347 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,348 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,349 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,351 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,352 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,353 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,354 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,355 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,356 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,357 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,358 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,359 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,360 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,361 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,362 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,363 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,365 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,366 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,367 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,368 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,369 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,369 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,371 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,372 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,373 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,374 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,374 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,375 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,376 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,377 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,378 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,379 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,380 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,381 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,382 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,383 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,384 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,385 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,386 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,387 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,388 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,389 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,391 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,391 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,393 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,394 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,395 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,396 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,397 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,398 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,399 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,400 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,401 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,402 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,403 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,404 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,405 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,406 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,407 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,408 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,409 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,410 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,411 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,412 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,413 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,414 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,415 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,416 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,417 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,418 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,419 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,420 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,421 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,422 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,423 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,424 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,425 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,426 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,427 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,428 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,429 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,430 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,431 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,432 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,433 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,434 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,435 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,436 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,437 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,438 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,439 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,440 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,441 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,441 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,443 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,443 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,444 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,445 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,447 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,448 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,449 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,450 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,451 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,451 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,452 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,454 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,455 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,455 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,457 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,458 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,459 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,459 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,461 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,461 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,463 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,464 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,465 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,466 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,467 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,468 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,469 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,470 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,471 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,472 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,473 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,474 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,475 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,476 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,477 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,477 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,478 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,479 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,480 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,481 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,482 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,483 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,484 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,485 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,486 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,487 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,489 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,489 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,491 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,492 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,493 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,494 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,495 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,496 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,497 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,498 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,499 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,500 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,501 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,502 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,503 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,504 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,505 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,506 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,507 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,508 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,509 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,510 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,510 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,511 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,512 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,513 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,514 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,515 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,516 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,517 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,518 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,520 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,521 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,521 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,522 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,523 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,524 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,525 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,526 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,527 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,528 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,529 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,530 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,531 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,532 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,533 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,534 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,535 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,536 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,537 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,537 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,539 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,540 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,541 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,542 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,543 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,544 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,545 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,546 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,547 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,548 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,549 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,550 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,551 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,552 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,553 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,554 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,555 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,556 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,557 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,557 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,558 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,560 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,561 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,561 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,563 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,564 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,565 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,566 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,567 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,568 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,569 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,570 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,571 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,572 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,573 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,574 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,575 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,576 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,577 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,579 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,579 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,580 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,581 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,583 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,584 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,585 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,586 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,587 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,588 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,589 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,590 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,591 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,592 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,593 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,594 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,595 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,596 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,597 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,598 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,599 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,600 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,601 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,602 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,603 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,604 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,605 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,606 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,607 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,608 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,609 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,610 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,611 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,613 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,613 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,614 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,615 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,616 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,617 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,618 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,619 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,620 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,621 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,622 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,623 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,624 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,625 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,626 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,627 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,628 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,629 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,630 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,631 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,632 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,633 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,634 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,635 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,636 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,637 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,638 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,639 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,640 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,641 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,642 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,643 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,644 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,645 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,646 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,646 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,647 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,648 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,650 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,651 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,652 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,653 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,654 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,655 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,656 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,657 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,658 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,659 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,660 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,661 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,662 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,663 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,664 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,665 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,666 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,666 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,668 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,669 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,670 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,671 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,672 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,673 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,674 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,675 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,676 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,677 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,677 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,678 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,679 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,680 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,682 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,683 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,684 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,685 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,686 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,687 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,688 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,689 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,690 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,691 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,692 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,693 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,694 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,695 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,696 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,697 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,698 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,699 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,700 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,701 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,702 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,703 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,704 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,705 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,706 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,707 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,707 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,708 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,710 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,711 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,712 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,713 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,714 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,715 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,716 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,717 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,718 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,719 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,720 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,721 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,722 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,723 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,724 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,725 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,726 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,727 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,728 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,729 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,730 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,731 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,732 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,733 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,734 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,735 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,736 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,737 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,737 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,738 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,739 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,740 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,741 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,742 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,743 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,745 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,746 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,747 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,747 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,748 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,749 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,750 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,752 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,753 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,753 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,754 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,755 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,757 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,758 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,759 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,760 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,761 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,762 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,763 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,764 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,765 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,766 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,767 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,768 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,769 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,770 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,771 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,772 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,773 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,774 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,775 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,776 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,777 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,778 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,779 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,780 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,782 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,783 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,784 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,785 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,786 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,787 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,788 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,789 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,790 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,791 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,792 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,793 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,794 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,795 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,796 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,797 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,798 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,799 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,800 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,801 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,802 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,803 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,804 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,805 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,806 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,807 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,808 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,809 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,810 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,811 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,812 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,813 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,814 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,815 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,816 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,817 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,818 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,819 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,820 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,821 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,822 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,823 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,824 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,825 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,826 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,827 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,828 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,829 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,830 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,831 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,832 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,833 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,833 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,834 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,835 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,836 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,837 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,839 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,840 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,841 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,842 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,843 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,845 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,846 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,847 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,848 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,849 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,850 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,851 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,852 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,853 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,854 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,855 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,856 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,857 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,858 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,859 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,860 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,861 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,862 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,863 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,864 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,865 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,866 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,867 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,868 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,869 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,870 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,871 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,873 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,874 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,875 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,876 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,877 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,878 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,879 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,880 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,881 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,882 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,883 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,884 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,885 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,886 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,887 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,888 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,889 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,890 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,891 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,892 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,893 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,894 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,895 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,895 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,896 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,897 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,899 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,900 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,901 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,902 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,903 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,904 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,905 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,906 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,907 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,908 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,909 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,910 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,911 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,912 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,913 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,915 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,916 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,916 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,917 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,918 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,919 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,920 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,922 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,923 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,924 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,926 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,927 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,928 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,929 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,930 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,931 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,932 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,933 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,934 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,935 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,936 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,937 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,938 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,939 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,940 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,941 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,942 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,943 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,944 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,945 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,946 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,947 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,949 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,950 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,951 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,952 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,953 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,954 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,955 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,956 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,957 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,958 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,959 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,960 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,961 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,962 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,963 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,964 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,965 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,966 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,968 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,969 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,970 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,971 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,972 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,972 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,973 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,974 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,975 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,976 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,977 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,978 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,979 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,980 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,981 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,983 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,984 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,985 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,986 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,987 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,988 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,989 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,990 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,991 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,992 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,993 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,994 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,995 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,996 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,997 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,998 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:06,999 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,000 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,001 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,002 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,003 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,004 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,005 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,006 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,007 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,008 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,009 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,010 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,011 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,012 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,013 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,014 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,015 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,016 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,017 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,018 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,019 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,020 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,021 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,022 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,023 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,024 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,025 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,026 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,027 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,028 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,029 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,030 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,031 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,032 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,033 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,034 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,035 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,036 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,037 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,038 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,039 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,040 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,041 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,042 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,043 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,044 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,045 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,046 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,047 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,048 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,049 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,050 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,051 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,052 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,053 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,053 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,054 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,055 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,056 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,057 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,058 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,059 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,060 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,062 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,062 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,064 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,064 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,065 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,066 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,068 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,068 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,069 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,070 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,072 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,073 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,073 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,074 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,075 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,076 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,077 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,078 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,079 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,080 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,081 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,083 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,083 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,084 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,085 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,086 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,087 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,088 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,089 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,090 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,091 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,092 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,093 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,094 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,095 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,096 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,097 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,098 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,099 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,100 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,101 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,102 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,103 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,104 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,105 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,106 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,107 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,108 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,109 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,110 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,111 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,112 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,113 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,114 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,115 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,116 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,117 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,118 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,119 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,120 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,121 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,122 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,123 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,124 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,125 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,126 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,127 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,128 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,129 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,130 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,131 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,133 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,134 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,135 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,136 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,136 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,137 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,138 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,139 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,140 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,141 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,142 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,143 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,144 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,146 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,147 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,148 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,149 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,149 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,150 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,151 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,152 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,153 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,154 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,155 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,156 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,158 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,159 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,160 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,161 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,162 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,163 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,164 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,165 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,166 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,167 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,168 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,169 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,170 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,171 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,171 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,172 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,173 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,174 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,175 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,177 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,178 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,179 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,180 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,181 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,182 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,183 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,184 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,185 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,186 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,187 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,188 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,189 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,190 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,191 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,192 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,193 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,194 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,195 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,196 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,197 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,198 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,199 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,200 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,201 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,202 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,203 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,204 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,205 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,206 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,207 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,208 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,209 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,210 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,211 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,212 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,213 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,214 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,215 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,216 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,217 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,218 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,219 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,220 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,221 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,222 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,223 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,224 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,225 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,227 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,228 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,229 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,229 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,230 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,231 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,232 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,233 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,234 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,235 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,237 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,238 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,239 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,239 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,240 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,241 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,242 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,243 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,244 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,245 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,246 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,247 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,248 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,249 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,250 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,252 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,253 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,253 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,254 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,255 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,257 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,258 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,259 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,260 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,261 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,262 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,263 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,264 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,265 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,266 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,267 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,268 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,269 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,270 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,271 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,272 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,273 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,274 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,275 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,276 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,277 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,278 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,279 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,280 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,281 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,282 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,283 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,284 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,285 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,286 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,287 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,288 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,289 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,290 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,291 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,292 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,293 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,294 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,295 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,296 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,297 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,298 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,299 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,300 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,301 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,302 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,303 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,304 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,305 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,306 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,307 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,308 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,309 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,310 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,311 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,312 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,313 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,314 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,315 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,316 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,317 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,319 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,320 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,321 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,322 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,323 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,323 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,324 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,325 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,326 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,327 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,329 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,330 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,331 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,332 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,333 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,334 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,335 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,336 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,337 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,338 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,339 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,340 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,341 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,342 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,343 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,344 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,345 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,346 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,347 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,348 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,349 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,350 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,351 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,352 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,353 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,354 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,355 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,356 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,357 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,358 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,359 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,360 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,361 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,362 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,363 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,365 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,366 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,366 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,367 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,369 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,370 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,371 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,372 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,373 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,374 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,375 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,376 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,376 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,377 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,378 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,379 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,380 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,381 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,382 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,383 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,384 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,385 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,386 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,387 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,388 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,389 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,390 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,391 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,392 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,393 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,394 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,395 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,396 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,397 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,398 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,399 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,400 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,401 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,402 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,403 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,403 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,404 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,406 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,407 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,408 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,409 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,410 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,411 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,412 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,413 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,414 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,415 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,416 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,417 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,418 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,419 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,420 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,421 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,422 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,423 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,424 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,425 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,426 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,427 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,428 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,429 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,430 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,431 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,432 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,433 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,434 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,435 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,436 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,437 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,438 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,439 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,440 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,441 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,442 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,443 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,444 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,445 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,446 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,447 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,448 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,449 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,450 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,451 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,452 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,453 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,454 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,455 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,455 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,456 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,457 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,458 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,459 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,460 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,461 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,463 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,464 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,465 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,466 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,466 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,467 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,468 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,469 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,470 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,471 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,472 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,474 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,474 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,475 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,476 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,477 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,478 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,480 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,481 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,482 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,483 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,484 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,485 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,486 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,487 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,488 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,489 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,490 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,491 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,492 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,493 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,494 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,495 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,496 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,497 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,498 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,499 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,499 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,501 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,502 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,503 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,504 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,505 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,506 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,507 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,508 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,509 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,510 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,511 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,512 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,513 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,514 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,515 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,516 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,517 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,518 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,519 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,521 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,522 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,523 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,524 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,525 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,526 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,527 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,528 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,529 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,530 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,531 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,532 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,532 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,534 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,534 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,535 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,537 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,538 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,539 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,539 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,541 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,541 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,542 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,544 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,545 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,546 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,547 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,548 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,549 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,550 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,551 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,552 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,553 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,554 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,555 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,556 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,558 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,559 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,560 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,561 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,562 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,563 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,564 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,565 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,566 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,568 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,568 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,570 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,571 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,571 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,572 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,573 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,574 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,576 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,577 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,578 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,579 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,579 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,580 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,581 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,582 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,583 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,584 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,585 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,586 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,587 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,588 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,589 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,590 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,591 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,593 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,594 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,595 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,596 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,597 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,598 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,599 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,600 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,601 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,602 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,603 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,604 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,605 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,606 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,607 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,608 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,609 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,610 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,611 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,612 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,613 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,614 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,614 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,615 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,616 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,617 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,618 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,619 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,620 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,621 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,622 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,623 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,624 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,625 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,626 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,627 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,628 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,629 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,630 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,632 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,633 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,633 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,635 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,636 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,637 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,638 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,638 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,639 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,640 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,641 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,642 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,643 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,644 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,645 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,646 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,647 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,648 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,649 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,651 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,652 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,652 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,653 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,655 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,656 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,657 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,658 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,659 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,660 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,661 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,662 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,663 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,664 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,665 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,666 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,667 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,668 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,669 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,670 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,671 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,672 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,673 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,674 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,675 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,676 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,677 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,678 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,679 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,680 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,681 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,682 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,683 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,684 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,685 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,686 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,687 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,688 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,689 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,690 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,691 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,693 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,694 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,695 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,696 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,697 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,698 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,699 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,700 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,701 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,703 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,704 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,705 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,706 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,707 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,708 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,709 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,710 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,711 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,712 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,712 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,713 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,714 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,715 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,717 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,717 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,718 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,719 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,720 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,721 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,722 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,723 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,725 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,726 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,726 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,728 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,729 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,730 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,731 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,732 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,733 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,734 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,735 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,736 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,737 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,738 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,739 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,740 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,741 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,742 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,743 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,744 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,745 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,746 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,747 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,748 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,749 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,750 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,751 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,752 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,753 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,754 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,755 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,756 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,757 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,758 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,759 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,760 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,762 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,763 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,764 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,765 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,766 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,767 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,768 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,769 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,770 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,771 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,772 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,773 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,774 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,775 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,776 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,777 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,778 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,778 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,780 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,781 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,782 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,783 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,784 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,785 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,786 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,787 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,788 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,789 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,790 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,791 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,792 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,793 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,794 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,795 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,796 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,797 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,798 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,799 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,800 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,801 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,802 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,803 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,804 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,805 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,806 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,807 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,808 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,809 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,810 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,811 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,812 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,813 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,814 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,815 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,816 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,817 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,818 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,819 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,820 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,821 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,822 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,823 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,824 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,825 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,826 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,828 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,829 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,830 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,831 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,832 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,832 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,834 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,835 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,836 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,837 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,838 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,839 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,840 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,841 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,842 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,843 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,843 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,844 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,845 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,846 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,847 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,848 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,849 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,850 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,851 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,852 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,853 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,854 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,855 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,856 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,857 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,859 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,860 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,861 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,862 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,863 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,864 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,865 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,866 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,868 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,868 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,870 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,871 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,872 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,872 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,873 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,875 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,875 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,876 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,877 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,879 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,880 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,881 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,882 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,883 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,884 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,885 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,886 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,887 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,888 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,889 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,890 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,891 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,892 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,893 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,894 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,895 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,896 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,897 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,898 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,900 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,901 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,902 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,903 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,904 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,905 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,906 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,907 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,908 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,909 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,910 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,911 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,912 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,913 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,914 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,915 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,916 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,917 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,918 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,919 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,920 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,921 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,922 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,923 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,924 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,925 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,925 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,926 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,927 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,929 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,930 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,931 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,932 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,933 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,934 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,935 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,936 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,937 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,938 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,939 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,940 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,941 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,942 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,943 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,944 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,945 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,946 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,947 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,948 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,949 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,950 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,951 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,952 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,953 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,954 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,955 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,956 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,957 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,958 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,959 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,960 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,961 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,962 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,962 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,963 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,964 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,965 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,967 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,968 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,969 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,970 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,971 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,972 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,973 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,973 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,974 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,975 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,977 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,978 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,979 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,980 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,981 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,982 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,982 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,983 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,984 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,985 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,986 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,987 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,989 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,990 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,991 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,992 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,993 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,994 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,995 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,996 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,997 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,998 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:07,999 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,000 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,001 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,002 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,003 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,004 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,005 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,006 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,007 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,008 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,010 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,011 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,012 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,012 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,014 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,015 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,016 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,017 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,018 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,019 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,020 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,021 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,022 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,023 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,023 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,025 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,026 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,027 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,028 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,029 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,030 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,031 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,032 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,033 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,034 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,035 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,036 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,037 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,038 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,039 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,040 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,041 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,042 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,044 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,045 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,046 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,047 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,048 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,049 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,050 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,051 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,052 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,054 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,055 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,056 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,057 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,058 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,059 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,060 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,061 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,062 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,064 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,065 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,065 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,066 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,067 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,068 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,069 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,070 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,071 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,072 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,074 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,075 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,076 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,077 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,078 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,080 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,080 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,081 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,082 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,083 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,085 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,086 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,087 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,088 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,089 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,090 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,091 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,092 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,093 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,094 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,095 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,096 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,097 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,098 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,099 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,100 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,101 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,102 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,103 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,104 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,105 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,106 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,107 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,108 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,108 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,110 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,111 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,112 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,113 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,114 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,115 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,115 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,116 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,117 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,118 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,119 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,120 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,121 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,123 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,124 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,125 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,125 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,127 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,128 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,129 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,129 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,130 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,131 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,132 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,134 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,135 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,136 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,137 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,138 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,138 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,139 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,140 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,141 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,143 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,144 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,145 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,146 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,147 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,148 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,149 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,151 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,152 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,152 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,154 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,154 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,155 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,156 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,157 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,159 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,160 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,161 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,162 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,162 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,163 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,164 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,165 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,167 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,168 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,169 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,169 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,170 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,172 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,173 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,174 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,174 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,176 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,177 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,178 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,179 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,180 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,181 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,182 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,183 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,185 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,186 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,187 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,188 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,189 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,190 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,191 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,192 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,194 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,195 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,195 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,196 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,197 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,198 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,199 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,201 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,202 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,203 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,204 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,205 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,206 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,207 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,208 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,209 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,210 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,211 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,212 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,213 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,214 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,215 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,216 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,217 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,218 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,219 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,220 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,221 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,222 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,223 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,224 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,226 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,227 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,228 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,229 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,229 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,231 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,232 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,233 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,234 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,236 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,236 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,238 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,239 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,240 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,241 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,243 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,244 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,245 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,246 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,247 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,248 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,249 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,250 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,251 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,252 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,253 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,254 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,255 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,256 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,257 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,258 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,259 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,260 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,261 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,262 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,264 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,265 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,266 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,267 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,268 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,268 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,270 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,271 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,272 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,273 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,274 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,275 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,276 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,277 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,278 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,279 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,280 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,281 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,282 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,283 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,284 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,284 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,286 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,287 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,288 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,288 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,289 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,290 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,291 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,293 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,294 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,295 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,295 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,296 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,297 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,298 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,299 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,300 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,301 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,302 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,303 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,304 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,305 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,306 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,307 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,308 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,309 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,310 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,311 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,312 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,312 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,313 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,314 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,315 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,316 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,318 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,319 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,320 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,321 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,322 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,323 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,324 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,325 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,326 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,327 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,327 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,329 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,330 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,331 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,332 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,333 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,334 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,335 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,336 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,337 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,338 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,339 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,340 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,342 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,343 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,344 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,345 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,346 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,347 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,348 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,349 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,350 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,351 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,352 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,353 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,354 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,355 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,356 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,357 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,358 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,359 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,360 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,361 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,362 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,363 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,364 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,365 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,366 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,367 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,368 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,370 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,371 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,372 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,373 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,374 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,375 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,376 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,377 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,378 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,379 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,380 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,381 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,382 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,383 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,384 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,385 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,386 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,387 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,387 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,389 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,390 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,391 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,392 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,393 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,394 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,395 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,396 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,397 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,397 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,398 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,399 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,400 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,401 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,402 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,403 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,404 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,405 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,406 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,407 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,408 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,409 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,410 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,411 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,412 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,413 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,414 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,415 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,415 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,416 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,417 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,419 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,420 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,421 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,422 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,423 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,424 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,424 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,426 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,426 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,427 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,428 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,429 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,431 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,432 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,432 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,433 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,434 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,435 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,436 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,437 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,438 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,439 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,440 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,441 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,442 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,443 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,444 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,445 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,446 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,447 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,448 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,450 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,450 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,451 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,452 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,453 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,454 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,455 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,456 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,457 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,458 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,459 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,460 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,461 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,462 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,463 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,464 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,466 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,466 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,467 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,468 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,470 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,471 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,472 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,473 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,474 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,475 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,476 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,477 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,478 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,479 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,480 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,481 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,482 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,483 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,484 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,485 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,487 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,488 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,489 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,490 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,491 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,492 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,493 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,494 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,495 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,496 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,497 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,498 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,499 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,500 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,501 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,502 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,503 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,504 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,505 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,506 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,508 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,508 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,509 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,510 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,511 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,512 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,513 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,514 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,515 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,517 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,518 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,519 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,521 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,521 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,523 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,524 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,525 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,526 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,526 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,528 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,529 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,529 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,531 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,532 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,533 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,534 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,534 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,535 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,536 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,537 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,538 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,539 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,541 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,543 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,544 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,544 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,545 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,547 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,548 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,548 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,549 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,550 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,551 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,553 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,554 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,555 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,555 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,556 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,557 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,559 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,559 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,561 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,561 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,563 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,563 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,565 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,566 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,568 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,569 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,570 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,571 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,571 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,573 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,574 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,575 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,576 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,577 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,578 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,579 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,580 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,581 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,582 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,583 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,584 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,585 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,586 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,587 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,588 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,589 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,590 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,591 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,592 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,594 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,595 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,596 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,597 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,598 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,599 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,600 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,601 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,602 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,603 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,604 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,605 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,606 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,607 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,608 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,609 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,610 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,611 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,612 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,613 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,614 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,615 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,616 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,617 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,618 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,619 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,620 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,621 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,622 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,624 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,624 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,625 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,626 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,627 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,628 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,629 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,630 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,631 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,632 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,633 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,634 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,636 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,637 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,637 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,639 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,640 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,641 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,642 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,643 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,644 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,645 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,646 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,647 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,648 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,649 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,650 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,651 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,652 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,653 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,654 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,655 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,656 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,657 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,658 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,659 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,660 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,661 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,662 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,663 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,664 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,665 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,666 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,667 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,668 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,669 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,670 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,671 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,672 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,673 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,674 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,675 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,677 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,678 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,679 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,680 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,681 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,682 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,683 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,684 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,685 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,686 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,687 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,688 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,689 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,690 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,691 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,692 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,693 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,694 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,695 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,696 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,697 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,698 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,699 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,700 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,701 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,702 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,703 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,704 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,705 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,706 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,708 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,709 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,710 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,710 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,711 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,713 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,714 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,714 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,716 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,716 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,717 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,718 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,719 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,720 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,721 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,723 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,724 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,725 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,726 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,727 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,728 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,729 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,730 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,731 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,732 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,733 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,734 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,735 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,736 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,737 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,738 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,739 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,740 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,741 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,742 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,743 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,744 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,745 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,746 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,747 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,748 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,749 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,750 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,751 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,752 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,753 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,754 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,755 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,756 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,757 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,758 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,759 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,760 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,761 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,762 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,762 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,763 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,765 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,765 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,767 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,768 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,768 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,769 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,770 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,771 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,773 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,774 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,775 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,776 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,777 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,778 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,779 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,780 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,781 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,782 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,783 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,785 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,786 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,787 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,787 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,788 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,789 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,790 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,791 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,792 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,793 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,794 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,795 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,796 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,797 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,798 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,799 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,800 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,801 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,802 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,804 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,805 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,806 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,807 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,808 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,809 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,810 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,811 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,812 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,813 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,814 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,815 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,815 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,816 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,818 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,819 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,820 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,821 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,822 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,822 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,823 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,824 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,825 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,826 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,827 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,828 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,829 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,830 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,831 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,832 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,833 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,834 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,835 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,836 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,837 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,838 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,839 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,840 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,841 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,842 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,843 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,844 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,845 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,846 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,847 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,848 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,849 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,850 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,852 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,853 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,854 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,855 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,856 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,857 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,858 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,859 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,860 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,861 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,862 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,863 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,864 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,865 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,866 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,867 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,868 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,869 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,870 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,871 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,872 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,873 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,874 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,875 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,876 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,877 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,878 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,879 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,880 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,881 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,882 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,883 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,884 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,885 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,886 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,887 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,888 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,889 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,890 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,891 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,892 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,893 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,894 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,895 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,896 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,897 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,897 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,898 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,899 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,900 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,901 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,902 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,903 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,904 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,905 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,906 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,907 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,908 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,909 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,910 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,911 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,912 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,913 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,914 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,915 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,916 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,918 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,919 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,920 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,921 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,922 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,923 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,924 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,925 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,926 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,927 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,928 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,929 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,930 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,932 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,932 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,934 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,935 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,936 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,937 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,938 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,939 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,940 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,941 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,942 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,943 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,944 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,945 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,946 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,947 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,948 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,949 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,950 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,951 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,952 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,953 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,954 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,955 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,956 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,957 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,958 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,959 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,960 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,961 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,962 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,963 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,964 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,965 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,966 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,967 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,968 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,969 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,969 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,970 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,971 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,972 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,973 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,974 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,975 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,976 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,977 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,978 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,979 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,981 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,982 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,983 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,984 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,985 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,986 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,987 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,988 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,989 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,990 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,991 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,992 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,993 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,994 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,995 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,996 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,998 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:08,999 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,000 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,001 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,002 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,003 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,004 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,005 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,006 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,007 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,008 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,009 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,010 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,011 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,012 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,013 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,014 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,015 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,016 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,017 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,018 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,019 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,020 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,021 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,022 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,023 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,024 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,025 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,026 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,027 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,028 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,029 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,030 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,032 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,033 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,034 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,035 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,036 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,037 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,037 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,038 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,039 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,040 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,041 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,042 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,043 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,045 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,046 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,047 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,048 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,048 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,049 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,050 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,051 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,052 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,053 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,054 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,055 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,056 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,057 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,058 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,059 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,060 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,061 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,062 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,063 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,064 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,065 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,066 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,067 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,068 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,069 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,070 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,071 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,072 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,073 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,074 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,075 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,076 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,077 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,079 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,080 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,081 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,082 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,083 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,084 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,085 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,085 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,086 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,087 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,088 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,090 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,091 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,091 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,093 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,094 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,095 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,096 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,097 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,098 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,099 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,100 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,101 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,102 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,103 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,104 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,105 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,106 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,107 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,108 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,109 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,110 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,111 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,112 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,113 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,114 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,115 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,116 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,117 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,118 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,119 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,120 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,121 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,122 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,123 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,124 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,125 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,126 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,127 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,128 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,129 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,130 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,131 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,132 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,133 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,134 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,135 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,136 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,137 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,138 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,139 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,140 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,141 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,142 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,143 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,144 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,145 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,146 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,147 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,148 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,149 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,150 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,151 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,153 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,154 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,155 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,156 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,157 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,158 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,159 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,160 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,161 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,162 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,164 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,165 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,166 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,167 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,168 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,169 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,169 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,170 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,171 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,172 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,173 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,175 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,176 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,177 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,178 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,179 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,180 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,181 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,182 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,183 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,184 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,185 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,186 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,187 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,188 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,189 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,190 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,191 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,192 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,193 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,194 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,195 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,196 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,197 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,198 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,199 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,200 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,201 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,202 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,203 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,204 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,205 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,206 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,207 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,208 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,209 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,210 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,211 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,212 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,213 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,214 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,215 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,216 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,217 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,218 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,219 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,220 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,221 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,222 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,223 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,224 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,225 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,226 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,227 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,228 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,229 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,231 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,232 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,233 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,234 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,235 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,236 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,237 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,238 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,239 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,240 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,241 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,242 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,243 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,244 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,245 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,246 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,247 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,248 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,249 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,250 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,251 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,252 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,253 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,254 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,255 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,256 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,257 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,258 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,259 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,260 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,261 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,262 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,263 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,264 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,265 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,266 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,267 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,268 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,269 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,270 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,271 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,272 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,273 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,274 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,275 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,276 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,277 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,278 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,279 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,280 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,281 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,282 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,283 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,284 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,285 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,286 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,287 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,288 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,289 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,290 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,290 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,291 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,292 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,293 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,294 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,295 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,296 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,298 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,299 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,300 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,301 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,302 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,303 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,304 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,305 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,306 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,307 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,308 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,309 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,310 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,311 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,312 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,313 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,314 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,315 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,316 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,317 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,318 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,319 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,321 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,322 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,323 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,324 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,325 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,326 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,326 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,327 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,328 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,329 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,331 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,332 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,333 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,334 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,335 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,336 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,337 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,338 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,338 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,340 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,340 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,341 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,343 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,344 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,345 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,346 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,347 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,348 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,349 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,350 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,351 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,352 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,353 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,354 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,355 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,356 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,357 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,358 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,359 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,360 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,361 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,362 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,363 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,364 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,365 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,366 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,366 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,368 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,369 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,370 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,371 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,372 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,373 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,373 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,375 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,376 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,377 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,378 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,379 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,380 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,381 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,383 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,384 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,385 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,386 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,387 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,388 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,389 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,390 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,391 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,392 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,393 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,394 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,395 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,397 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,398 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,399 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,400 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,401 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,402 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,403 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,404 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,405 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,406 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,407 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,408 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,409 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,410 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,411 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,412 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,413 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,414 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,415 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,416 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,417 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,418 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,419 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,420 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,421 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,422 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,423 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,424 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,425 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,426 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,427 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,428 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,429 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,430 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,431 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,432 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,433 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,434 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,436 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,437 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,438 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,439 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,440 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,441 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,443 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,444 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,445 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,446 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,447 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,448 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,449 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,450 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,451 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,452 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,452 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,454 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,455 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,456 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,457 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,458 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,459 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,459 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,461 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,462 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,463 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,464 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,465 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,466 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,467 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,468 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,469 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,470 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,471 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,472 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,473 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,474 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,475 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,476 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,477 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,478 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,479 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,480 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,481 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,482 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,483 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,485 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,486 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,487 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,488 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,488 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,489 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,490 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,491 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,492 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,493 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,494 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,495 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,496 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,497 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,498 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,499 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,500 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,501 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,502 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,503 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,504 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,505 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,506 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,507 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,508 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,509 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,510 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,511 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,512 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,513 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,514 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,515 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,516 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,516 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,518 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,519 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,520 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,521 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,522 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,523 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,524 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,525 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,526 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,527 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,528 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,529 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,530 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,531 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,532 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,533 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,534 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,535 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,536 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,537 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,538 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,539 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,541 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,542 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,542 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,544 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,545 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,546 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,546 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,548 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,549 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,550 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,551 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,552 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,553 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,554 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,555 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,556 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,557 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,558 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,559 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,560 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,561 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,562 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,563 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,564 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,565 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,566 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,567 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,568 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,569 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,570 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,571 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,572 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,573 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,574 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,575 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,576 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,577 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,578 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,579 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,580 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,581 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,582 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,583 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,584 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,585 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,586 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,587 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,588 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,589 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,590 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,591 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,592 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,593 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,594 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,595 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,596 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,597 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,598 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,599 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,600 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,601 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,602 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,602 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,603 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,604 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,605 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,606 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,607 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,609 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,610 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,611 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,612 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,613 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,614 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,615 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,616 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,617 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,618 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,619 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,620 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,621 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,622 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,623 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,624 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,625 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,626 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,627 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,628 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,629 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,630 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,631 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,632 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,633 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,634 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,635 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,636 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,637 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,638 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,639 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,640 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,641 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,642 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,643 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,644 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,645 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,646 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,647 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,648 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,649 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,650 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,651 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,652 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,653 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,654 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,655 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,656 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,657 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,658 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,659 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,660 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,661 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,662 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,663 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,665 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,666 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,667 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,668 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,669 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,670 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,671 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,672 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,673 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,674 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,675 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,676 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,677 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,678 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,678 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,679 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,680 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,681 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,682 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,683 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,684 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,685 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,686 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,687 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,688 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,689 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,690 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,691 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,691 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,692 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,693 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,694 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,696 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,697 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,698 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,699 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,700 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,701 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,702 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,703 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,704 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,705 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,706 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,707 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,708 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,709 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,711 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,711 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,712 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,713 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,714 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,715 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,717 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,717 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,718 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,720 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,721 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,722 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,723 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,724 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,725 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,726 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,727 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,728 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,729 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,730 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,731 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,732 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,733 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,734 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,735 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,736 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,737 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,738 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,739 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,740 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,741 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,742 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,743 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,744 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,745 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,745 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,747 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,748 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,749 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,750 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,751 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,752 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,753 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,754 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,755 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,756 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,756 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,758 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,759 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,760 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,761 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,762 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,762 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,763 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,764 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,765 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,766 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,768 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,769 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,769 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,770 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,771 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,772 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,773 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,774 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,775 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,776 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,777 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,778 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,779 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,780 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,782 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,783 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,784 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,785 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,786 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,787 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,788 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,789 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,790 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,791 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,792 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,793 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,794 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,795 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,796 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,797 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,798 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,799 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,800 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,801 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,802 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,803 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,805 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,806 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,807 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,808 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,809 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,810 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,811 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,812 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,813 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,814 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,815 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,816 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,817 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,818 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,819 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,820 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,821 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,822 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,823 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,824 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,825 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,826 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,827 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,828 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,828 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,829 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,831 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,832 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,833 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,834 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,835 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,836 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,837 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,838 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,839 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,840 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,841 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,842 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,843 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,844 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,845 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,846 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,847 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,848 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,849 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,850 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,852 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,853 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,854 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,855 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,856 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,857 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,858 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,859 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,860 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,861 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,862 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,863 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,864 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,865 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,923 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,924 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,925 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,926 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,927 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,928 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,929 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,930 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,931 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,932 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,933 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,934 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,935 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,936 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,937 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,938 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,939 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,940 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,941 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,942 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,943 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,944 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,945 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,946 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,947 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,949 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,950 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,951 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,951 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,952 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,954 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,955 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,956 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,957 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,958 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,958 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,960 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,961 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,962 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,963 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,964 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,965 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,966 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,967 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,968 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,969 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,970 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,970 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,971 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,973 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,973 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,974 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,975 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,976 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,977 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,978 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,979 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,980 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,981 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,982 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,983 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,984 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,986 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,987 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,988 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,989 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,989 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,991 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,991 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,993 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,994 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,994 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,995 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,996 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,997 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,998 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:09,999 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,000 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,001 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,002 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,003 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,004 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,005 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,006 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,007 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,008 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,009 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,010 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,011 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,012 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,013 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,014 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,015 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,016 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,017 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,018 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,019 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,020 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,021 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,022 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,023 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,024 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,025 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,026 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,028 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,029 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,030 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,031 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,032 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,033 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,034 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,035 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,036 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,038 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,039 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,040 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,041 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,042 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,043 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,044 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,045 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,047 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,048 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,049 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,050 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,051 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,052 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,053 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,054 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,055 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,056 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,057 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,058 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,059 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,060 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,061 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,062 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,063 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,064 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,065 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,066 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,067 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,068 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,069 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,070 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,071 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,072 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,074 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,075 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,076 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,077 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,078 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,079 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,080 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,081 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,082 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,083 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,084 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,085 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,086 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,087 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,088 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,089 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,090 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,091 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,092 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,093 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,094 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,095 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,096 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,097 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,098 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,099 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,100 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,101 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,102 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,103 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,104 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,105 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,106 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,107 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,108 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,110 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,111 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,112 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,113 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,114 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,115 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,116 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,117 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,118 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,119 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,120 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,121 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,122 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,123 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,124 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,125 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,127 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,128 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,129 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,130 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,131 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,132 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,133 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,134 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,135 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,136 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,137 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,138 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,139 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,140 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,141 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,142 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,143 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,144 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,145 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,146 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,147 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,148 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,149 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,150 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,151 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,152 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,153 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,154 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,155 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,156 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,157 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,158 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,159 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,160 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,161 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,162 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,163 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,164 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,165 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,166 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,167 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,168 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,169 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,170 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,171 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,172 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,173 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,174 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,175 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,176 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,177 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,178 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,179 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,180 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,181 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,182 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,183 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,184 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,185 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,186 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,187 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,188 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,189 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,190 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,191 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,192 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,193 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,194 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,195 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,196 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,197 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,198 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,199 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,200 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,201 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,202 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,203 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,204 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,205 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,206 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,207 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,208 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,209 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,210 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,212 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,213 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,214 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,215 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,216 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,218 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,218 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,219 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,220 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,221 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,222 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,223 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,225 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,226 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,227 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,228 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,230 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,231 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,232 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,233 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,234 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,235 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,236 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,237 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,238 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,239 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,240 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,241 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,242 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,243 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,244 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,245 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,246 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,247 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,248 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,249 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,250 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,251 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,252 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,253 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,254 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,255 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,256 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,257 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,258 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,260 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,261 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,262 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,263 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,264 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,265 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,266 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,267 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,268 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,269 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,270 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,271 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,272 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,273 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,274 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,275 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,276 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,277 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,277 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,278 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,280 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,281 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,282 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,283 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,284 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,285 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,287 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,287 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,288 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,289 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,290 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,292 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,292 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,293 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,295 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,296 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,297 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,298 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,299 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,300 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,301 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,302 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,303 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,304 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,305 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,305 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,307 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,307 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,309 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,310 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,311 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,312 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,313 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,314 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,315 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,316 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,317 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,318 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,318 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,319 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,320 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,321 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,323 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,324 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,325 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,325 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,326 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,327 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,329 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,329 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,330 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,331 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,332 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,334 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,335 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,336 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,337 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,338 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,339 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,340 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,341 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,342 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,343 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,344 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,345 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,346 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,347 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,348 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,349 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,350 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,351 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,352 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,353 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,354 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,355 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,356 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,357 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,359 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,359 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,361 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,362 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,363 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,364 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,365 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,366 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,367 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,368 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,369 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,370 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,371 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,372 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,373 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,374 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,375 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,376 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,377 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,378 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,379 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,380 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,381 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,382 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,383 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,384 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,385 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,386 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,387 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,388 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,389 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,390 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,391 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,393 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,394 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,395 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,396 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,397 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,398 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,399 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,400 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,401 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,401 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,402 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,404 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,405 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,406 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,406 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,407 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,409 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,410 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,411 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,412 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,413 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,414 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,415 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,416 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,417 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,418 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,419 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,420 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,421 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,422 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,423 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,425 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,426 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,427 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,428 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,429 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,430 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,431 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,432 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,433 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,434 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,435 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,436 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,437 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,438 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,439 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,440 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,441 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,442 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,443 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,444 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,445 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,446 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,447 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,448 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,449 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,451 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,452 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,453 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,454 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,455 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,456 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,457 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,458 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,459 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,460 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,461 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,463 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,464 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,465 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,466 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,467 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,468 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,469 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,470 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,471 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,472 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,473 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,474 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,475 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,476 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,477 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,478 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,479 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,480 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,481 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,482 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,483 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,484 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,485 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,486 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,487 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,489 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,490 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,491 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,492 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,493 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,495 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,496 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,497 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,498 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,499 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,500 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,501 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,503 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,504 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,505 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,506 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,507 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,508 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,509 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,510 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,511 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,512 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,513 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,514 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,515 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,516 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,518 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,518 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,519 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,520 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,521 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,523 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,524 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,524 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,526 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,527 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,528 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,530 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,530 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,531 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,532 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,533 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,534 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,535 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,536 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,537 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,539 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,540 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,541 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,542 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,543 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,544 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,545 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,547 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,548 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,549 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,550 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,551 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,552 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,553 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,554 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,555 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,556 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,557 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,558 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,559 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,561 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,562 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,563 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,564 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,565 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,566 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,567 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,568 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,569 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,570 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,571 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,572 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,574 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,575 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,576 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,577 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,577 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,578 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,579 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,580 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,581 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,582 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,583 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,584 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,585 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,586 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,587 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,588 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,590 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,590 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,592 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,593 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,594 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,595 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,596 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,597 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,598 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,599 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,600 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,601 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,602 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,603 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,604 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,605 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,606 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,607 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,608 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,609 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,610 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,611 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,612 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,613 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,614 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,615 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,617 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,618 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,619 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,620 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,621 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,623 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,624 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,625 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,626 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,628 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,629 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,630 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,632 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,633 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,634 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,635 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,637 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,638 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,639 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,640 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,641 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,642 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,643 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,645 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,646 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,647 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,648 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,649 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,650 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,651 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,653 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,654 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,656 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,657 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,658 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,659 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,660 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,661 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,662 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,663 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,664 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,665 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,666 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,667 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,668 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,669 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,671 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,672 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,673 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,674 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,675 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,677 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,678 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,679 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,680 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,681 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,682 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,683 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,684 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,685 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,686 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,687 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,688 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,689 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,690 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,691 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,693 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,694 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,695 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,696 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,697 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,698 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,699 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,700 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,701 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,702 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,703 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,704 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,705 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,706 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,708 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,709 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,710 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,711 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,712 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,713 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,714 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,715 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,716 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,717 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,718 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,719 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,720 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,721 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,722 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,724 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,725 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,725 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,726 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,728 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,730 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,731 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,732 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,733 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,734 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,735 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,736 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,737 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,738 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,739 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,740 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,741 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,742 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,743 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,744 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,745 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,746 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,747 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,748 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,749 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,751 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,752 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,753 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,754 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,755 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,756 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,756 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,757 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,758 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,759 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,760 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,761 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,762 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,763 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,764 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,765 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,766 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,768 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,769 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,769 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,770 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,771 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,773 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,774 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,775 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,776 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,777 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,778 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,779 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,780 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,781 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,782 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,783 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,784 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,785 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,786 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,787 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,788 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,790 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,791 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,792 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,793 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,794 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,795 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,796 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,797 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,798 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,799 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,800 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,801 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,802 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,803 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,804 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,805 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,806 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,806 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,807 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,808 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,809 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,810 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,811 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,812 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,813 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,814 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,816 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,817 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,823 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,823 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,825 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,826 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,827 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,828 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,829 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,830 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,831 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,832 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,833 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,834 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,835 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,836 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,837 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,838 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,839 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,840 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,841 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,842 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,842 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,843 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,844 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,845 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,846 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,848 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,849 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,850 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,851 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,852 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,853 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,854 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,855 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,857 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,857 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,858 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,859 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,861 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,861 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,863 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,864 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,865 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,866 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,867 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,868 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,869 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,870 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,871 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,872 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,873 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,874 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,875 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,876 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,877 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,878 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,879 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,880 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,881 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,882 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,883 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,884 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,885 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,886 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,887 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,888 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,889 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,890 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,891 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,892 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,893 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,894 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,895 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,896 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,897 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,898 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,899 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,900 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,901 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,902 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,903 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,905 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,906 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,907 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,908 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,909 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,910 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,911 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,912 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,913 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,914 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,915 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,916 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,917 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,918 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,919 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,920 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,921 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,922 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,924 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,925 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,926 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,927 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,928 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,929 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,930 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,931 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,932 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,934 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,934 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,936 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,936 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,937 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,938 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,939 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,940 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,942 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,943 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,944 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,944 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,946 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,946 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,947 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,948 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,949 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,950 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,952 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,953 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,954 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,955 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,956 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,957 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,957 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,958 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,959 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,960 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,961 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,962 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,963 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,964 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,965 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,967 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,968 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,969 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,969 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,970 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,971 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,972 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,973 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,975 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,976 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,976 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,977 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,978 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,979 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,980 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,981 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,982 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,984 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,985 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,986 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,987 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,988 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,989 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,990 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,991 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,992 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,993 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,994 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,995 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,996 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,997 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,998 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:10,999 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,000 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,001 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,002 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,003 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,004 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,005 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,006 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,007 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,008 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,009 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,010 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,011 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,012 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,013 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,014 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,015 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,016 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,018 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,019 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,020 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,021 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,022 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,023 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,024 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,025 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,026 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,027 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,028 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,029 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,030 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,031 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,032 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,033 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,034 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,035 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,036 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,037 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,038 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,039 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,040 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,041 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,042 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,043 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,044 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,045 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,046 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,047 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,048 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,049 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,050 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,051 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,052 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,053 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,054 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,055 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,056 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,057 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,058 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,059 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,060 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,061 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,062 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,063 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,063 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,064 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,065 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,066 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,067 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,068 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,069 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,070 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,071 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,072 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,073 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,074 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,075 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,076 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,077 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,078 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,079 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,079 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,080 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,082 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,082 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,084 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,085 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,086 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,087 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,088 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,089 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,090 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,091 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,092 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,093 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,094 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,095 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,096 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,097 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,098 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,099 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,100 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,101 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,102 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,103 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,104 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,105 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,106 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,107 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,108 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,109 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,110 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,111 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,112 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,113 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,114 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,115 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,116 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,117 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,118 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,119 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,119 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,120 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,122 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,123 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,124 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,125 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,126 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,127 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,128 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,129 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,130 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,131 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,132 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,133 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,134 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,135 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,136 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,137 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,138 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,139 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,140 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,141 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,142 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,143 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,144 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,145 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,146 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,147 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,148 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,149 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,150 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,151 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,152 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,153 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,154 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,155 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,156 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,157 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,158 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,159 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,160 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,161 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,162 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,163 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,165 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,166 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,166 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,168 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,169 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,170 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,171 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,172 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,173 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,174 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,175 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,176 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,177 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,178 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,179 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,180 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,181 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,182 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,183 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,184 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,185 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,186 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,188 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,189 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,189 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,190 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,191 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,193 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,193 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,195 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,196 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,197 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,198 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,199 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,200 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,200 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,201 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,202 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,203 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,204 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,205 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,206 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,207 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,208 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,209 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,210 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,211 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,212 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,213 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,214 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,215 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,216 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,217 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,218 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,219 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,220 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,221 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,222 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,223 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,224 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,225 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,226 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,227 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,229 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,230 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,231 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,232 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,233 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,234 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,235 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,236 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,237 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,238 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,239 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,240 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,241 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,242 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,243 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,244 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,245 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,246 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,247 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,248 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,249 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,250 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,251 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,252 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,253 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,254 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,255 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,256 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,257 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,258 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,259 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,260 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,261 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,262 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,263 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,264 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,265 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,266 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,267 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,268 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,269 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,270 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,271 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,272 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,273 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,274 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,275 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,276 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,277 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,278 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,279 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,280 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,281 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,282 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,283 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,284 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,285 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,286 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,287 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,288 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,289 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,290 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,291 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,292 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,293 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,294 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,295 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,296 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,297 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,298 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,299 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,300 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,301 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,303 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,303 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,305 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,306 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,307 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,307 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,308 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,310 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,311 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,312 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,313 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,314 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,315 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,316 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,317 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,318 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,319 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,320 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,321 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,322 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,323 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,324 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,325 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,326 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,327 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,328 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,329 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,330 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,331 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,332 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,333 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,334 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,335 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,336 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,338 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,339 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,340 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,341 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,342 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,343 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,344 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,345 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,346 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,346 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,347 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,348 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,349 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,351 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,352 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,353 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,354 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,355 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,356 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,357 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,358 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,359 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,360 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,360 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,362 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,363 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,364 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,365 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,366 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,367 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,367 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,369 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,370 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,370 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,372 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,372 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,374 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,375 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,376 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,377 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,378 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,379 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,380 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,381 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,382 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,383 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,384 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,385 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,386 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,387 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,388 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,390 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,391 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,392 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,393 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,394 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,395 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,396 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,397 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,398 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,400 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,401 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,402 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,403 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,404 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,405 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,406 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,407 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,408 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,409 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,410 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,411 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,412 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,413 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,415 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,416 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,417 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,418 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,419 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,419 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,420 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,421 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,422 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,423 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,424 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,425 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,427 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,427 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,428 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,429 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,430 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,431 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,432 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,433 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,434 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,436 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,437 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,438 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,439 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,440 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,441 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,442 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,443 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,444 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,445 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,446 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,447 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,449 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,450 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,451 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,452 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,453 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,454 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,455 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,456 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,457 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,458 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,459 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,460 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,461 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,462 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,463 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,464 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,465 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,466 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,467 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,468 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,469 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,470 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,471 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,472 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,473 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,474 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,475 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,477 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,478 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,478 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,479 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,480 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,481 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,482 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,483 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,484 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,485 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,486 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,487 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,488 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,489 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,490 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,491 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,492 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,493 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,494 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,495 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,496 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,497 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,498 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,499 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,500 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,501 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,502 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,503 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,504 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,505 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,506 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,507 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,508 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,509 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,510 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,511 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,512 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,513 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,514 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,515 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,516 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,517 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,518 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,519 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,521 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,522 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,523 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,524 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,525 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,526 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,527 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,528 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,529 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,530 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,531 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,532 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,533 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,534 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,535 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,536 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,536 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,538 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,539 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,539 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,540 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,542 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,544 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,545 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,545 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,547 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,547 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,548 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,549 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,550 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,551 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,552 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,553 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,554 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,555 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,556 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,557 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,558 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,559 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,560 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,561 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,562 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,563 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,564 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,565 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,567 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,568 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,569 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,570 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,571 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,572 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,573 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,574 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,575 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,576 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,577 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,578 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,579 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,580 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,581 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,582 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,583 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,584 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,585 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,586 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,587 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,588 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,589 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,590 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,591 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,592 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,593 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,594 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,595 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,596 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,597 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,598 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,599 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,600 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,601 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,602 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,603 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,604 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,605 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,606 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,607 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,608 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,609 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,610 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,611 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,612 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,613 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,614 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,615 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,616 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,617 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,618 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,619 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,620 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,621 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,622 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,623 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,624 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,625 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,626 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,627 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,627 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,629 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,629 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,630 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,632 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,633 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,634 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,635 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,636 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,637 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,638 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,639 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,640 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,641 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,641 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,642 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,643 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,644 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,645 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,646 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,648 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,649 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,650 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,651 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,652 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,653 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,654 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,655 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,656 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,657 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,658 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,659 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,661 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,661 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,662 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,664 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,666 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,667 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,668 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,669 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,670 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,671 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,672 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,673 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,674 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,675 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,676 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,677 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,679 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,680 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,681 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,682 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,683 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,685 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,686 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,687 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,688 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,688 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,689 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,690 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,691 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,692 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,693 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,695 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,695 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,696 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,697 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,698 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,699 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,700 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,701 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,702 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,703 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,704 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,706 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,706 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,708 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,709 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,710 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,711 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,712 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,713 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,714 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,714 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,715 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,716 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,717 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,718 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,719 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,720 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,721 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,722 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,723 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,724 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,725 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,726 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,727 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,728 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,729 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,730 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,731 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,732 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,733 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,734 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,735 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,736 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,737 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,738 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,739 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,740 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,741 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,742 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,743 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,744 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,745 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,746 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,747 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,748 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,749 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,750 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,751 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,752 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,753 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,754 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,755 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,756 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,757 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,758 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,759 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,760 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,761 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,762 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,763 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,764 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,765 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,766 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,767 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,768 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,769 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,770 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,771 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,772 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,773 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,774 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,775 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,776 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,777 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,778 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,779 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,780 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,781 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,789 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,791 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,792 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,794 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,796 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,797 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,798 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,800 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,802 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,803 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,804 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,805 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,807 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,808 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,809 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,811 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,813 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,815 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,816 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,817 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,819 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,820 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,821 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,823 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,824 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,825 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,826 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,827 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,828 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,829 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,830 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,831 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,832 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,834 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,835 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,836 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,837 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,838 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,839 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,840 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,841 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,842 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,843 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,844 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,845 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,846 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,847 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,848 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,849 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,850 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,852 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,853 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,854 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,855 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,856 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,858 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,859 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,860 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,861 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,862 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,864 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,865 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,866 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,867 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,868 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,869 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,870 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,871 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,872 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,874 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,875 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,876 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,877 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,879 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,880 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,881 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,882 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,883 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,884 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,885 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,886 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,887 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,888 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,889 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,890 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,892 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,893 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,894 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,895 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,896 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,897 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,898 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,899 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,900 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,901 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,902 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,903 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,905 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,906 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,907 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,907 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,908 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,910 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,911 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,912 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,913 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,914 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,915 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,916 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,917 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,918 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,919 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,920 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,921 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,922 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,923 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,924 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,925 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,926 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,927 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,928 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,929 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,930 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,931 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,932 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,933 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,934 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,935 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,936 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,938 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,939 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,940 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,941 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,943 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,944 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,945 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,947 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,948 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,949 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,950 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,951 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,952 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,954 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,955 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,956 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,957 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,958 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,960 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,961 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,962 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,963 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,964 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,965 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,966 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,968 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,969 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,970 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,971 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,972 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,973 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,974 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,975 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,976 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,977 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,978 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,979 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,980 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,981 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,982 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,984 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,985 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,986 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,987 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,988 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,989 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,990 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,991 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,992 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,993 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,994 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,995 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,996 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,998 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:11,999 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,000 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,001 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,003 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,004 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,005 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,006 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,007 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,008 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,010 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,011 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,012 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,013 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,014 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,015 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,016 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,017 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,018 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,019 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,020 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,021 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,022 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,023 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,024 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,025 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,026 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,028 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,029 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,030 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,031 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,032 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,033 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,034 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,035 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,036 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,038 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,039 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,040 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,041 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,042 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,043 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,044 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,045 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,047 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,048 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,049 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,050 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,051 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,052 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,053 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,054 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,055 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,056 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,057 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,058 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,059 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,060 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,061 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,062 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,063 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,064 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,065 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,066 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,067 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,069 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,070 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,071 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,072 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,073 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,074 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,075 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,077 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,078 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,079 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,080 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,081 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,082 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,083 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,084 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,085 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,086 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,087 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,089 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,090 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,090 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,092 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,093 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,094 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,095 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,097 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,098 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,099 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,100 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,101 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,102 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,103 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,104 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,105 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,106 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,107 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,109 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,110 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,111 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,112 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,113 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,114 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,115 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,116 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,117 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,119 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,120 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,121 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,122 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,123 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,124 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,125 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,126 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,127 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,128 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,129 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,130 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,131 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,132 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,133 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,135 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,136 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,136 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,137 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,139 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,140 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,142 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,143 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,144 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,145 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,146 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,147 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,148 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,149 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,150 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,151 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,152 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,154 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,155 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,156 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,157 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,158 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,159 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,160 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,161 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,163 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,164 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,165 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,166 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,167 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,168 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,169 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,170 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,171 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,172 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,173 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,174 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,175 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,176 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,177 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,179 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,180 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,181 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,182 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,183 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,184 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,185 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,186 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,187 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,189 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,190 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,191 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,192 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,193 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,194 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,195 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,196 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,197 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,198 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,199 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,200 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,201 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,202 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,203 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,204 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,205 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,206 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,207 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,208 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,209 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,210 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,211 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,212 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,213 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,214 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,215 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,216 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,217 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,218 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,219 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,220 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,222 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,223 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,228 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,230 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,231 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,232 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,233 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,234 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,235 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,236 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,238 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,239 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,240 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,241 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,242 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,244 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,245 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,246 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,247 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,248 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,249 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,250 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,251 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,253 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,254 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,255 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,256 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,257 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,258 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,260 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,260 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,262 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,263 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,264 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,265 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,266 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,267 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,268 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,269 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,270 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,271 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,272 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,273 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,274 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,275 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,276 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,277 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,278 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,279 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,280 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,281 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,282 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,283 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,284 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,285 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,286 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,288 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,289 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,291 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,292 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,293 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,294 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,295 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,296 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,297 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,298 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,299 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,300 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,301 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,302 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,303 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,304 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,305 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,306 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,307 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,308 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,309 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,310 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,311 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,312 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,313 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,315 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,316 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,318 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,319 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,320 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,321 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,323 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,324 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,325 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,326 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,327 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,328 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,329 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,331 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,331 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,333 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,334 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,334 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,336 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,336 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,338 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,339 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,340 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,341 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,342 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,343 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,344 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,346 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,347 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,348 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,349 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,350 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,351 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,352 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,353 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,354 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,355 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,356 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,358 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,359 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,360 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,361 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,362 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,363 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,364 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,365 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,366 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,367 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,368 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,370 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,371 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,372 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,373 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,374 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,375 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,377 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,378 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,379 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,380 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,381 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,382 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,383 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,384 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,385 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,387 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,388 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,389 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,390 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,391 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,392 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,393 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,394 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,395 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,396 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,397 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,399 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,400 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,401 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,402 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,403 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,404 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,405 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,407 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,408 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,409 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,410 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,411 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,412 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,413 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,414 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,415 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,416 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,417 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,418 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,419 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,420 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,421 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,423 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,423 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,425 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,426 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,426 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,427 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,429 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,430 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,431 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,432 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,433 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,434 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,435 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,436 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,437 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,438 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,439 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,440 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,441 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,442 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,444 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,445 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,446 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,447 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,448 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,448 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,449 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,451 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,451 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,452 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,453 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,455 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,456 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,457 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,458 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,459 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,460 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,461 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,462 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,464 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,465 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,466 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,467 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,468 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,470 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,471 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,472 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,473 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,474 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,475 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,476 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,477 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,478 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,479 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,480 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,481 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,482 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,484 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,485 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,486 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,487 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,488 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,489 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,490 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,491 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,492 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,493 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,494 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,495 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,496 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,497 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,498 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,499 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,501 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,502 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,502 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,503 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,504 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,506 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,507 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,508 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,509 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,510 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,511 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,512 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,513 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,515 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,520 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,521 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,522 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,523 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,524 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,525 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,526 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,527 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,528 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,529 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,530 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,531 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,532 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,533 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,535 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,536 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,537 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,538 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,539 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,540 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,541 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,542 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,543 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,544 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,545 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,546 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,547 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,548 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,549 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,550 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,551 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,552 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,553 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,554 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,555 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,556 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,557 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,558 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,559 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,560 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,561 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,562 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,563 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,564 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,566 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,567 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,568 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,569 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,570 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,571 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,572 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,573 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,574 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,575 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,576 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,578 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,578 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,579 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,580 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,581 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,582 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,584 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,585 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,586 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,587 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,588 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,589 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,590 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,591 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,592 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,593 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,594 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,595 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,596 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,597 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,598 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,599 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,600 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,601 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,602 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,603 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,604 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,605 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,606 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,607 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,608 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,609 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,611 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,612 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,613 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,614 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,615 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,616 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,617 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,618 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,619 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,620 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,621 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,622 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,623 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,624 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,625 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,626 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,628 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,628 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,629 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,630 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,631 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,633 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,633 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,634 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,635 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,636 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,637 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,639 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,640 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,641 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,642 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,643 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,645 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,646 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,647 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,648 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,649 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,650 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,651 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,653 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,654 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,655 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,656 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,656 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,658 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,659 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,660 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,661 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,662 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,663 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,664 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,665 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,666 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,667 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,668 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,669 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,670 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,671 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,672 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,673 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,674 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,675 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,676 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,678 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,679 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,680 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,681 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,682 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,683 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,684 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,685 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,686 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,686 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,687 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,689 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,690 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,691 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,692 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,693 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,694 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,695 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,696 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,697 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,698 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,699 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,700 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,701 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,702 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,703 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,705 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,706 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,707 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,708 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,709 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,710 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,711 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,712 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,713 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,714 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,715 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,716 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,717 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,718 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,719 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,720 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,722 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,723 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,724 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,725 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,726 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,727 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,728 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,729 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,730 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,731 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,732 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,733 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,734 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,735 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,736 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,737 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,738 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,739 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,740 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,741 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,742 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,743 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,744 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,745 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,747 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,748 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,749 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,750 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,751 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,752 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,753 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,754 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,755 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,756 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,757 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,759 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,760 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,761 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,763 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,764 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,766 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,767 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,768 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,769 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,771 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,772 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,773 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,774 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,775 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,776 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,777 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,778 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,779 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,780 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,781 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,782 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,783 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,784 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,785 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,786 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,787 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,788 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,789 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,790 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,792 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,793 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,794 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,795 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,796 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,797 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,798 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,799 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,801 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,805 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,806 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,810 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,811 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,816 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,821 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,825 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,830 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,831 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,832 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,833 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,834 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,835 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,836 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,837 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,838 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,839 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,840 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,841 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,842 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,843 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,844 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,845 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,846 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,847 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,848 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,849 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,850 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,851 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,852 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,853 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,854 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,855 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,856 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,857 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,859 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,860 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,861 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,862 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,863 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,864 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,865 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,866 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,867 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,868 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,869 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,870 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,871 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,872 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,873 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,874 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,875 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,876 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,877 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,878 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,879 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,880 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,882 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,883 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,884 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,885 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,886 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,887 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,888 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,889 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,890 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,892 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,893 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,894 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,895 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,896 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,897 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,898 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,899 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,900 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,901 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,902 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,903 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,905 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,906 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,907 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,908 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,909 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,910 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,911 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,912 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,913 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,914 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,915 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,916 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,917 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,918 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,919 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,920 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,921 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,921 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,922 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,923 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,925 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,926 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,927 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,928 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,929 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,930 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,931 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,932 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,933 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,934 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,935 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,936 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,937 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,938 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,939 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,940 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,941 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,942 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,943 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,944 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,944 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,946 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,947 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,948 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,948 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,949 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,950 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,952 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,953 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,954 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,955 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,956 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,957 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,958 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,959 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,960 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,961 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,962 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,963 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,964 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,965 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,967 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,968 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,969 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,970 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,971 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,972 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,973 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,973 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,974 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,975 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,976 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,977 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,978 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,980 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,982 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,983 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,984 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,985 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,986 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,987 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,988 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,989 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,990 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,991 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,992 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,993 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,994 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,995 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,996 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,997 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,998 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:12,999 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,000 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,001 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,002 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,003 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,004 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,005 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,006 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,008 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,009 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,010 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,011 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,012 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,013 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,014 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,015 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,016 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,017 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,018 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,019 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,020 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,021 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,022 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,023 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,024 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,025 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,026 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,027 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,028 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,029 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,030 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,031 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,032 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,033 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,035 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,036 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,037 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,038 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,040 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,041 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,042 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,043 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,044 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,045 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,046 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,047 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,048 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,049 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,050 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,051 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,052 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,053 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,054 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,055 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,056 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,057 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,058 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,059 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,060 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,061 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,062 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,063 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,064 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,066 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,066 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,067 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,069 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,069 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,071 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,072 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,073 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,074 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,075 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,076 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,078 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,079 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,079 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,080 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,082 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,083 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,084 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,084 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,085 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,086 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,087 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,088 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,090 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,091 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,092 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,093 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,094 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,095 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,096 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,097 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,098 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,099 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,100 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,101 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,102 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,103 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,104 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,105 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,106 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,107 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,108 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,109 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,110 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,111 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,112 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,113 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,114 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,115 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,117 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,118 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,119 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,120 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,121 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,122 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,123 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,124 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,125 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,126 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,127 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,128 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,129 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,130 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,131 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,133 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,134 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,135 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,136 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,137 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,138 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,139 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,140 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,141 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,142 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,143 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,144 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,145 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,146 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,147 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,148 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,149 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,150 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,151 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,152 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,153 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,154 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,155 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,156 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,157 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,158 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,160 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,161 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,162 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,163 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,164 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,165 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,166 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,167 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,168 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,169 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,170 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,171 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,172 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,173 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,174 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,175 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,176 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,177 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,178 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,179 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,180 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,181 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,182 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,183 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,184 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,185 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,186 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,187 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,188 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,189 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,190 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,191 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,192 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,193 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,194 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,195 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,196 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,197 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,198 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,199 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,200 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,202 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,203 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,204 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,205 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,206 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,207 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,208 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,209 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,210 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,211 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,212 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,213 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,214 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,215 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,216 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,217 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,218 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,219 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,221 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,222 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,223 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,224 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,225 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,226 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,227 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,228 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,229 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,230 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,231 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,232 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,233 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,235 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,236 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,237 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,238 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,238 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,239 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,240 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,241 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,242 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,243 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,244 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,245 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,247 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,247 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,248 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,250 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,251 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,253 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,254 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,255 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,256 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,257 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,258 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,259 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,260 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,261 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,262 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,263 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,264 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,265 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,266 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,267 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,268 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,269 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,270 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,271 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,272 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,273 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,274 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,275 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,276 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,277 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,278 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,279 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,280 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,281 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,282 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,283 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,285 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,286 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,287 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,288 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,289 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,290 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,291 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,292 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,293 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,294 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,295 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,296 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,297 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,298 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,299 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,300 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,301 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,302 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,303 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,305 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,305 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,306 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,307 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,308 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,310 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,311 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,311 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,312 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,313 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,315 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,316 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,317 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,319 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,320 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,321 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,322 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,323 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,324 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,325 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,326 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,327 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,328 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,329 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,330 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,331 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,332 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,333 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,334 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,335 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,336 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,337 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,338 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,340 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,341 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,342 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,343 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,344 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,345 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,346 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,347 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,348 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,349 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,350 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,351 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,352 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,353 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,354 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,355 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,356 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,357 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,358 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,359 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,360 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,361 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,362 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,363 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,365 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,366 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,367 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,368 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,369 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,370 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,371 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,372 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,374 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,374 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,376 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,377 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,378 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,378 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,379 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,380 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,381 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,382 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,383 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,384 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,386 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,387 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,388 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,388 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,389 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,390 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,391 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,392 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,393 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,394 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,395 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,396 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,397 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,398 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,399 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,400 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,401 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,402 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,403 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,404 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,405 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,406 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,407 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,408 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,409 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,410 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,411 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,412 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,413 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,414 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,415 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,416 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,417 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,419 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,419 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,420 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,422 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,423 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,424 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,425 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,426 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,428 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,429 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,430 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,431 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,432 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,433 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,434 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,436 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,436 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,437 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,438 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,439 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,440 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,441 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,442 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,443 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,444 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,445 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,446 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,447 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,448 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,449 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,450 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,451 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,452 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,453 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,454 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,455 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,457 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,458 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,459 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,460 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,461 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,462 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,463 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,464 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,465 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,466 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,467 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,468 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,469 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,470 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,471 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,472 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,473 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,474 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,475 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,476 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,477 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,478 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,479 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,480 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,481 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,482 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,483 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,484 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,485 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,486 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,487 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,488 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,489 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,490 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,491 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,492 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,493 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,494 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,495 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,496 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,497 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,498 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,499 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,500 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,501 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,501 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,502 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,503 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,504 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,506 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,507 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,508 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,508 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,510 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,511 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,511 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,512 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,513 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,514 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,515 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,517 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,519 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,520 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,521 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,522 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,523 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,524 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,525 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,526 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,527 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,528 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,529 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,530 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,531 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,532 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,533 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,534 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,535 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,536 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,537 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,538 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,539 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,540 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,541 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,542 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,543 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,544 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,545 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,547 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,547 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,548 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,549 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,550 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,551 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,552 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,553 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,554 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,555 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,556 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,557 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,558 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,559 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,560 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,561 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,562 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,563 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,564 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,566 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,567 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,568 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,569 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,570 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,571 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,572 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,573 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,574 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,575 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,576 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,577 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,578 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,579 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,580 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,581 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,582 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,583 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,584 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,586 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,587 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,587 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,588 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,589 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,591 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,591 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,592 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,594 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,595 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,596 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,597 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,598 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,599 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,600 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,601 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,602 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,603 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,604 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,605 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,606 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,607 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,608 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,609 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,610 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,611 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,612 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,613 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,614 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,615 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,617 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,618 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,619 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,620 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,621 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,622 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,623 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,624 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,625 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,626 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,627 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,628 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,629 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,630 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,631 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,632 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,633 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,634 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,634 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,635 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,636 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,637 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,639 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,640 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,641 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,642 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,643 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,644 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,645 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,646 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,647 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,648 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,649 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,650 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,651 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,652 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,654 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,655 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,656 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,657 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,658 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,659 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,660 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,661 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,662 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,664 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,665 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,666 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,667 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,668 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,669 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,670 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,671 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,672 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,673 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,674 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,675 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,676 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,678 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,679 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,680 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,681 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,682 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,683 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,684 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,685 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,686 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,687 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,688 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,689 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,690 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,691 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,692 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,693 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,694 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,695 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,696 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,697 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,698 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,699 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,700 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,701 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,702 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,704 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,705 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,706 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,707 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,708 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,709 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,710 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,711 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,712 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,713 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,714 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,715 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,716 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,717 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,718 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,719 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,720 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,721 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,723 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,724 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,725 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,726 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,727 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,728 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,729 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,730 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,731 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,732 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,733 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,734 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,735 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,736 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,737 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,738 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,739 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,740 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,741 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,742 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,743 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,744 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,745 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,746 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,747 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,748 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,749 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,751 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,752 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,753 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,755 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,756 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,757 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,758 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,759 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,759 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,760 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,761 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,762 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,764 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,765 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,766 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,767 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,768 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,769 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,770 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,771 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,772 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,773 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,774 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,775 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,776 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,777 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,778 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,779 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,780 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,781 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,782 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,783 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,784 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,785 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,786 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,787 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,788 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,789 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,790 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,791 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,792 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,793 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,794 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,795 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,796 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,797 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,798 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,799 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,801 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,802 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,803 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,804 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,805 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,806 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,807 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,808 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,809 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,810 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,811 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,812 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,814 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,815 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,815 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,816 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,817 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,818 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,819 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,820 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,822 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,822 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,824 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,825 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,826 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,827 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,828 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,830 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,831 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,832 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,833 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,834 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,835 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,836 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,837 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,838 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,839 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,840 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,841 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,843 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,843 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,845 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,845 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,846 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,847 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,848 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,849 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,851 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,852 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,853 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,854 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,855 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,856 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,858 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,859 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,860 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,861 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,862 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,863 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,865 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,866 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,867 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,867 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,868 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,869 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,871 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,871 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,872 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,873 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,874 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,876 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,877 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,878 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,879 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,880 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,881 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,882 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,883 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,884 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,885 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,887 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,888 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,889 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,890 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,891 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,892 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,893 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,894 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,895 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,896 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,897 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,898 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,899 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,900 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,901 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,902 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,903 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,904 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,905 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,906 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,907 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,908 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,909 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,910 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,911 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,912 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,914 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,915 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,916 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,917 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,918 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,920 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,921 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,922 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,923 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,925 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,926 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,927 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,928 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,929 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,930 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,931 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,932 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,933 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,934 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,936 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,937 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,938 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,939 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,940 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,941 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,943 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,944 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,945 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,946 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,947 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,948 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,949 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,950 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,951 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,952 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,953 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,954 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,955 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,956 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,957 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,958 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,959 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,960 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,961 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,962 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,963 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,964 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,965 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,966 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,968 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,969 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,970 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,970 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,971 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,972 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,973 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,974 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,975 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,976 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,978 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,979 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,980 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,981 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,982 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,983 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,984 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,985 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,986 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,987 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,988 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,989 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,990 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,991 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,992 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,993 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,995 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,995 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,996 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,997 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,998 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:13,999 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,000 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,001 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,003 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,004 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,004 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,006 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,007 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,008 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,009 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,010 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,011 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,011 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,012 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,013 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,014 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,015 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,017 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,018 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,020 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,020 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,021 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,023 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,024 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,024 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,025 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,027 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,028 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,029 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,030 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,031 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,032 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,033 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,034 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,035 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,035 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,036 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,037 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,038 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,039 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,040 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,042 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,043 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,043 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,044 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,045 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,046 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,047 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,048 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,049 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,050 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,051 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,052 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,053 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,054 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,055 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,056 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,057 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,058 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,059 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,060 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,061 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,062 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,063 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,064 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,065 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,066 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,067 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,068 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,069 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,070 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,071 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,072 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,073 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,074 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,075 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,076 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,077 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,078 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,079 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,081 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,082 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,083 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,084 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,085 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,086 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,087 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,088 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,089 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,090 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,091 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,092 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,093 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,094 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,095 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,097 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,098 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,098 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,099 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,101 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,102 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,103 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,104 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,105 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,106 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,106 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,107 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,109 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,110 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,111 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,112 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,113 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,114 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,115 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,116 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,117 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,118 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,119 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,120 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,121 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,122 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,123 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,124 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,125 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,126 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,126 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,127 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,128 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,129 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,130 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,132 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,133 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,134 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,135 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,136 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,137 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,138 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,139 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,140 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,141 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,142 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,143 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,144 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,145 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,146 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,147 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,148 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,149 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,150 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,151 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,152 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,153 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,154 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,155 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,156 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,157 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,158 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,160 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,161 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,162 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,163 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,164 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,165 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,166 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,166 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,167 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,169 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,169 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,170 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,171 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,173 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,174 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,175 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,176 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,177 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,178 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,179 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,180 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,181 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,182 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,183 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,184 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,185 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,186 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,187 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,188 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,189 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,190 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,191 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,192 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,194 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,195 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,196 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,197 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,198 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,199 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,200 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,201 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,202 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,203 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,204 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,205 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,206 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,207 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,208 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,210 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,211 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,212 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,213 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,214 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,215 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,216 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,218 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,219 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,220 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,221 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,222 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,223 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,224 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,225 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,226 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,228 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,229 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,230 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,231 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,232 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,233 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,234 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,235 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,236 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,237 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,238 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,239 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,240 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,241 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,242 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,244 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,245 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,246 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,247 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,248 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,249 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,249 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,250 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,251 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,252 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,253 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,255 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,256 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,257 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,259 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,259 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,260 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,261 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,262 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,263 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,264 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,265 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,266 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,268 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,269 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,270 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,271 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,272 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,273 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,274 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,275 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,276 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,277 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,278 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,279 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,280 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,281 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,282 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,283 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,284 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,285 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,286 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,287 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,288 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,289 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,290 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,291 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,292 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,293 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,294 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,295 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,296 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,297 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,298 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,299 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,300 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,301 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,302 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,303 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,304 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,305 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,306 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,307 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,308 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,309 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,310 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,311 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,312 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,313 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,314 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,315 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,316 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,317 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,319 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,320 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,320 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,321 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,322 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,324 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,325 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,326 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,327 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,328 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,329 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,330 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,331 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,332 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,333 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,334 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,335 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,336 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,337 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,338 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,339 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,340 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,341 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,342 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,344 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,345 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,346 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,347 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,348 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,349 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,350 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,351 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,352 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,353 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,354 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,355 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,356 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,357 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,358 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,359 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,360 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,361 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,362 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,363 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,364 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,365 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,366 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,367 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,368 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,369 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,370 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,371 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,372 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,373 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,374 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,375 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,376 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,377 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,379 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,380 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,380 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,381 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,382 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,383 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,385 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,385 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,386 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,387 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,389 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,390 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,391 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,392 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,393 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,394 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,395 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,396 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,397 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,398 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,399 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,400 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,401 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,402 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,403 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,404 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,406 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,407 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,408 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,409 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,410 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,411 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,412 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,413 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,414 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,415 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,416 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,417 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,418 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,419 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,420 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,421 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,422 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,423 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,424 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,426 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,427 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,427 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,429 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,430 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,431 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,432 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,433 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,434 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,435 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,436 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,437 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,438 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,439 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,440 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,441 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,442 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,443 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,444 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,445 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,446 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,447 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,448 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,449 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,450 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,451 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,452 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,453 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,454 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,455 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,456 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,457 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,458 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,459 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,460 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,461 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,462 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,463 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,464 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,465 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,466 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,468 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,469 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,470 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,471 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,471 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,473 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,473 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,474 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,475 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,476 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,477 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,478 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,479 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,480 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,481 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,482 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,483 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,484 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,485 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,486 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,487 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,488 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,489 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,490 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,491 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,492 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,493 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,494 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,495 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,496 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,497 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,498 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,499 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,500 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,501 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,502 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,503 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,504 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,505 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,506 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,507 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,508 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,509 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,510 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,511 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,512 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,513 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,514 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,515 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,516 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,517 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,518 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,519 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,520 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,521 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,522 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,523 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,524 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,525 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,526 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,527 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,528 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,529 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,530 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,532 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,533 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,534 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,535 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,536 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,537 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,538 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,539 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,540 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,541 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,542 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,543 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,544 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,545 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,546 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,547 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,548 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,549 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,550 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,551 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,552 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,553 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,554 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,555 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,556 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,557 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,558 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,559 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,560 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,561 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,562 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,563 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,564 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,565 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,566 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,567 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,568 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,570 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,570 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,571 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,573 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,573 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,574 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,575 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,576 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,577 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,578 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,580 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,581 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,582 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,583 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,584 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,585 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,586 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,587 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,588 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,589 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,590 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,591 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,592 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,594 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,595 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,596 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,597 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,598 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,599 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,600 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,601 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,602 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,603 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,604 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,605 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,606 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,607 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,608 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,609 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,610 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,611 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,612 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,613 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,614 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,615 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,616 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,617 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,618 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,619 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,620 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,621 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,622 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,623 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,624 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,625 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,625 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,626 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,627 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,628 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,630 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,631 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,631 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,633 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,634 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,635 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,636 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,637 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,638 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,639 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,640 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,641 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,642 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,643 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,644 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,645 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,646 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,647 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,648 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,649 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,650 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,651 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,652 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,653 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,654 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,655 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,656 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,657 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,658 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,659 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,660 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,661 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,662 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,663 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,664 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,665 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,666 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,667 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,668 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,669 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,670 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,671 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,672 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,673 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,674 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,675 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,676 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,677 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,678 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,679 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,680 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,681 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,683 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,684 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,685 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,686 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,687 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,688 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,689 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,690 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,691 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,692 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,693 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,694 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,695 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,696 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,697 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,698 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,699 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,701 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,702 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,703 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,704 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,705 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,705 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,706 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,707 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,709 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,710 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,711 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,712 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,713 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,714 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,715 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,716 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,717 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,718 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,719 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,720 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,721 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,722 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,723 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,725 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,726 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,727 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,727 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,728 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,729 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,730 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,731 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,732 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,733 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,734 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,735 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,736 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,738 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,739 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,740 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,741 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,742 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,743 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,744 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,745 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,746 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,747 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,748 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,749 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,750 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,751 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,752 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,753 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,754 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,755 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,756 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,757 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,758 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,759 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,760 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,761 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,762 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,763 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,764 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,765 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,766 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,767 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,768 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,769 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,770 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,772 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,773 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,774 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,775 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,776 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,777 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,778 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,779 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,780 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,781 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,782 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,783 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,784 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,785 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,786 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,787 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,788 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,789 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,790 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,791 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,793 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,793 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,794 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,795 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,797 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,798 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,798 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,799 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,801 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,802 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,803 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,804 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,805 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,806 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,807 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,808 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,809 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,811 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,811 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,812 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,814 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,815 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,816 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,817 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,818 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,819 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,820 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,821 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,822 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,823 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,824 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,824 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,825 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,826 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,827 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,828 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,829 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,830 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,831 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,832 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,833 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,834 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,835 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,836 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,838 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,839 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,840 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,841 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,842 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,843 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,844 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,845 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,846 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,847 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,848 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,849 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,850 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,851 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,852 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,853 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,854 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,855 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,856 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,857 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,858 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,859 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,860 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,861 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,862 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,863 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,864 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,865 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,866 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,867 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,868 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,869 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,870 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,871 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,872 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,874 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,875 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,876 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,877 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,878 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,879 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,880 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,882 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,883 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,884 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,885 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,886 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,887 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,888 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,888 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,889 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,890 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,891 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,893 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,894 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,895 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,896 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,897 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,898 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,899 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,900 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,901 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,902 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,903 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,904 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,905 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,907 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,907 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,908 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,909 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,911 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,912 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,913 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,915 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,916 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,917 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,918 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,919 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,920 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,921 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,922 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,923 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,924 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,925 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,926 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,927 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,928 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,929 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,930 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,931 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,932 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,933 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,934 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,935 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,936 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,937 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,938 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,939 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,940 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,941 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,942 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,943 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,944 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,945 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,946 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,948 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,949 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,950 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,950 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,951 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,952 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,953 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,954 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,955 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,956 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,957 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,958 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,959 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,960 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,961 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,963 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,964 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,965 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,966 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,967 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,968 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,969 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,970 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,971 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,972 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,974 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,975 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,975 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,977 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,978 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,979 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,980 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,981 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,982 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,983 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,984 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,985 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,986 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,987 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,988 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,990 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,991 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,992 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,993 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,994 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,995 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,995 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,996 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,997 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:14,999 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,000 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,001 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,003 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,004 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,005 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,005 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,006 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,007 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,008 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,009 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,010 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,012 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,013 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,014 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,015 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,017 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,018 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,019 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,021 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,021 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,022 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,023 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,024 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,025 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,026 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,027 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,028 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,029 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,030 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,032 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,033 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,034 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,035 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,036 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,037 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,038 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,039 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,040 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,041 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,042 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,043 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,044 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,045 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,046 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,047 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,048 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,049 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,050 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,051 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,052 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,053 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,054 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,055 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,056 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,057 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,058 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,060 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,061 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,062 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,063 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,064 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,065 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,066 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,067 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,068 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,070 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,071 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,072 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,073 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,074 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,075 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,076 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,077 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,078 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,079 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,080 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,081 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,082 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,083 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,084 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,085 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,086 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,087 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,088 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,089 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,090 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,091 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,092 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,093 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,094 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,095 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,096 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,097 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,098 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,099 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,100 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,101 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,102 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,103 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,104 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,105 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,106 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,107 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,108 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,109 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,110 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,111 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,112 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,113 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,114 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,115 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,116 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,117 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,118 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,119 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,120 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,121 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,122 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,123 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,124 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,125 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,126 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,127 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,128 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,129 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,130 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,132 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,133 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,134 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,134 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,135 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,136 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,137 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,138 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,139 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,140 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,141 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,142 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,143 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,144 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,145 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,146 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,147 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,148 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,149 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,150 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,151 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,152 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,153 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,155 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,156 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,157 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,159 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,160 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,161 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,162 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,163 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,164 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,165 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,165 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,166 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,168 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,168 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,170 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,171 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,172 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,173 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,260 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,261 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,262 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,262 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,263 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,264 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,265 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,266 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,267 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,268 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,271 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,272 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,273 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,274 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,275 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,276 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,277 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,278 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,279 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,280 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,281 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,282 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,283 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,284 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,285 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,286 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,287 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,288 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,289 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,290 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,291 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,292 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,293 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,294 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,295 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,296 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,297 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,298 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,299 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,300 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,301 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,302 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,303 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,303 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,304 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,305 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,306 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,307 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,309 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,310 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,311 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,312 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,313 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,314 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,315 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,316 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,317 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,318 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,319 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,320 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,321 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,322 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,323 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,324 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,325 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,327 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,328 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,329 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,330 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,331 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,332 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,333 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,334 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,335 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,336 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,337 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,338 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,339 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,340 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,342 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,343 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,343 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,344 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,345 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,346 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,347 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,348 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,349 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,350 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,352 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,353 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,354 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,355 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,356 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,357 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,358 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,359 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,360 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,361 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,362 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,363 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,364 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,365 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,366 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,368 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,369 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,370 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,371 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,372 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,373 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,374 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,375 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,376 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,377 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,378 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,379 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,380 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,381 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,382 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,383 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,384 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,386 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,387 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,388 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,389 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,390 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,391 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,392 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,393 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,394 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,395 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,395 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,397 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,398 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,399 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,400 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,402 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,403 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,404 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,404 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,405 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,406 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,407 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,408 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,409 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,411 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,412 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,413 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,414 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,415 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,417 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,418 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,419 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,420 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,421 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,422 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,423 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,424 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,425 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,426 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,427 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,428 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,429 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,430 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,431 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,432 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,433 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,434 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,435 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,436 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,437 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,438 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,439 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,440 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,441 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,442 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,443 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,444 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,445 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,446 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,448 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,449 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,450 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,451 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,452 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,453 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,454 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,455 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,456 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,457 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,458 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,460 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,461 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,462 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,463 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,464 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,465 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,466 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,467 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,468 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,469 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,470 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,471 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,472 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,473 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,474 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,475 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,476 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,477 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,478 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,479 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,480 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,481 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,482 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,483 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,484 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,486 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,487 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,488 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,489 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,491 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,492 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,493 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,494 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,496 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,497 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,499 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,500 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,501 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,502 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,503 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,504 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,505 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,506 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,508 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,509 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,510 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,512 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,512 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,513 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,514 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,515 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,516 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,517 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,518 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,519 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,520 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,521 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,522 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,523 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,524 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,525 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,526 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,527 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,528 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,529 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,531 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,532 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,533 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,533 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,534 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,535 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,536 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,537 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,539 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,540 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,541 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,542 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,543 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,544 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,545 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,546 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,548 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,549 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,549 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,550 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,551 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,552 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,553 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,554 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,555 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,556 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,557 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,558 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,559 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,560 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,561 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,562 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,563 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,564 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,565 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,566 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,567 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,568 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,569 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,570 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,571 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,573 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,574 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,574 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,575 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,577 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,578 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,579 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,580 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,581 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,582 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,583 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,583 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,584 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,586 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,587 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,588 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,589 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,590 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,591 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,592 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,593 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,594 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,595 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,596 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,597 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,598 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,599 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,600 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,601 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,602 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,603 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,604 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,605 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,606 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,607 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,608 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,609 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,610 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,611 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,612 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,613 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,614 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,615 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,616 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,617 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,618 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,620 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,621 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,622 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,623 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,624 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,625 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,626 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,627 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,628 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,629 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,630 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,631 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,632 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,633 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,634 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,635 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,636 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,637 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,638 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,639 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,640 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,641 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,642 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,644 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,645 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,645 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,647 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,648 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,649 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,650 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,650 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,651 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,652 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,653 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,654 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,655 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,656 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,657 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,658 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,659 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,660 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,662 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,663 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,664 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,665 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,666 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,667 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,668 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,669 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,670 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,671 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,672 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,673 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,674 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,675 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,676 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,677 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,678 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,679 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,680 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,681 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,682 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,683 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,684 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,685 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,686 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,687 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,688 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,689 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,690 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,691 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,692 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,693 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,694 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,695 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,696 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,697 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,698 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,699 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,700 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,701 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,702 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,703 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,704 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,705 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,706 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,707 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,708 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,709 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,709 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,710 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,711 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,713 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,714 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,715 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,716 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,717 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,718 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,719 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,720 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,721 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,722 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,723 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,724 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,725 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,726 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,727 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,728 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,729 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,730 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,731 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,732 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,734 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,735 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,736 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,737 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,738 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,739 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,740 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,741 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,742 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,743 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,744 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,745 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,746 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,747 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,749 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,750 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,750 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,752 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,753 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,754 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,754 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,755 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,756 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,757 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,758 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,760 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,761 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,762 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,763 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,764 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,765 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,766 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,767 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,768 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,769 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,770 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,771 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,773 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,774 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,775 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,775 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,776 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,777 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,778 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,779 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,780 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,781 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,782 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,783 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,784 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,785 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,786 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,787 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,789 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,790 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,791 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,791 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,793 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,794 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,795 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,796 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,797 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,798 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,799 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,800 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,801 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,802 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,803 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,804 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,805 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,806 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,807 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,808 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,810 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,811 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,812 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,813 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,814 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,815 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,816 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,817 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,818 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,819 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,820 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,821 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,822 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,824 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,825 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,826 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,827 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,828 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,829 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,830 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,831 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,832 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,833 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,835 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,836 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,837 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,838 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,839 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,840 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,841 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,842 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,843 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,844 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,845 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,846 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,847 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,848 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,849 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,850 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,851 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,852 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,853 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,854 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,855 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,856 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,858 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,859 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,860 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,860 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,862 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,863 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,864 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,865 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,866 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,867 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,868 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,869 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,871 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,872 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,872 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,873 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,874 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,875 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,876 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,877 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,878 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,879 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,880 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,881 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,882 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,883 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,884 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,885 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,886 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,887 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,889 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,890 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,891 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,892 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,893 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,894 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,895 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,896 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,897 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,898 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,899 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,900 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,901 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,902 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,903 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,904 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,905 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,906 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,907 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,908 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,909 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,910 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,911 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,912 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,913 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,914 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,916 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,917 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,918 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,919 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,920 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,920 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,921 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,922 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,924 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,925 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,926 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,927 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,928 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,929 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,930 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,931 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,932 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,933 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,934 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,935 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,936 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,937 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,938 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,939 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,940 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,941 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,942 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,943 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,944 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,945 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,946 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,947 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,948 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,950 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,951 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,952 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,953 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,954 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,955 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,956 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,957 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,958 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,959 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,960 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,961 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,962 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,963 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,964 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,965 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,966 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,967 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,968 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,969 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,970 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,971 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,972 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,973 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,974 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,975 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,976 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,978 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,978 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,979 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,980 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,981 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,982 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,983 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,984 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,986 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,987 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,988 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,989 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,990 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,991 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,992 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,993 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,994 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,995 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,996 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,997 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:15,998 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,000 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,001 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,002 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,003 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,004 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,005 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,006 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,006 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,007 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,008 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,010 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,011 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,012 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,013 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,014 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,015 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,015 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,016 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,017 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,018 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,019 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,020 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,021 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,022 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,023 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,024 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,025 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,026 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,027 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,028 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,029 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,030 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,031 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,032 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,033 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,034 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,035 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,037 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,038 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,039 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,040 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,041 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,042 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,043 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,043 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,044 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,045 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,047 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,048 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,049 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,050 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,051 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,052 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,052 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,053 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,054 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,055 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,056 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,058 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,059 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,059 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,060 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,061 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,063 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,064 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,065 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,066 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,067 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,068 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,069 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,071 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,072 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,073 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,074 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,075 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,076 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,077 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,078 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,079 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,081 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,082 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,083 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,084 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,085 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,086 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,087 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,088 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,089 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,090 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,091 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,092 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,093 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,094 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,095 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,096 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,097 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,098 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,099 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,100 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,101 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,103 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,103 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,104 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,106 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,107 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,108 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,109 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,110 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,111 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,112 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,113 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,114 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,115 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,116 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,117 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,118 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,119 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,120 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,121 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,122 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,123 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,124 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,126 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,127 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,128 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,129 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,131 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,131 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,132 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,134 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,135 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,136 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,137 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,138 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,140 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,141 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,142 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,143 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,144 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,145 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,146 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,147 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,148 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,149 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,150 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,151 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,152 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,153 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,154 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,155 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,157 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,158 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,159 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,159 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,161 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,162 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,163 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,164 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,165 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,166 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,167 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,168 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,169 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,170 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,171 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,172 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,173 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,174 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,175 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,176 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,177 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,178 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,179 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,180 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,181 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,182 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,183 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,184 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,185 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,186 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,187 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,188 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,189 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,190 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,191 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,193 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,193 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,194 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,196 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,197 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,198 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,199 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,200 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,201 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,202 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,203 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,204 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,205 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,206 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,207 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,208 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,209 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,210 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,211 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,212 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,213 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,214 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,215 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,217 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,217 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,219 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,220 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,221 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,222 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,223 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,224 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,225 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,226 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,227 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,228 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,229 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,230 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,232 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,233 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,234 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,235 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,236 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,237 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,238 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,239 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,240 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,241 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,242 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,243 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,244 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,245 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,246 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,247 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,248 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,249 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,250 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,251 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,252 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,253 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,254 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,255 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,256 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,257 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,258 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,258 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,260 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,261 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,262 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,263 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,265 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,266 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,267 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,268 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,269 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,270 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,271 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,272 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,273 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,274 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,275 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,276 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,277 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. INFO 2025-10-03 21:28:16,278 basehttp 53670 6210826240 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-03 21:28:16,278 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,279 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,280 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,281 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. INFO 2025-10-03 21:28:16,281 basehttp 53670 6210826240 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-03 21:28:16,282 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,283 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,284 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,285 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,286 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,287 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,288 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,289 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,290 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,291 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,292 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,293 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. ERROR 2025-10-03 21:28:16,293 log 53670 6210826240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:28:16,294 basehttp 53670 6210826240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 WARNING 2025-10-03 21:28:16,294 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,295 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,296 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,298 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,299 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,300 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,301 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,302 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,302 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,303 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,304 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,305 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,307 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,308 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,309 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,310 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,311 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,312 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,313 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,314 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,315 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,316 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,317 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,318 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,319 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,321 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,322 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,323 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,324 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,325 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,326 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,327 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,327 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,328 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,329 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,330 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,331 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,332 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,333 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,334 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,335 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,336 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,337 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,338 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,339 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,340 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,342 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,343 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,344 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,345 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,346 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,348 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,349 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,350 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,351 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,352 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,353 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,354 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,354 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,355 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,356 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,357 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,358 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,360 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,361 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,362 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,363 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,364 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,365 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,366 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,367 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,368 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,369 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,370 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,371 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,372 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,373 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,374 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,375 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,376 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,376 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,377 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,378 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,379 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,380 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,381 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,382 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,383 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,384 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,385 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,386 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,387 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,388 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,389 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,390 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,391 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,392 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,393 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,394 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,395 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,396 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,397 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,398 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,399 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,400 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,401 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,402 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,403 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,404 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,406 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,406 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,408 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,409 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,409 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,411 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,412 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,413 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,413 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,414 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,415 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,416 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,417 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,418 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,420 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,421 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,422 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,423 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,424 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,425 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,426 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,427 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,428 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,429 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,430 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,431 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,432 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,433 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,434 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,435 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,436 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,437 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,438 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,439 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,440 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,441 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,442 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,443 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,444 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,445 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,446 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,447 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,448 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,449 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,450 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,451 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,452 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,453 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,454 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,455 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,456 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,457 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,458 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,459 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,460 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,461 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,462 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,463 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,464 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,465 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,466 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,468 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,469 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,470 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,470 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,472 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,473 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,474 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,475 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,476 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,477 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,478 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,479 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,480 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,481 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,482 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,483 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,483 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,484 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,485 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,486 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,487 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,489 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,490 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,491 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,492 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,493 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,494 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,495 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,496 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,496 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,497 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,499 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,500 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,501 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,502 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,503 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,504 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,505 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,507 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,508 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,509 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,510 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,511 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,512 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,513 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,514 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,515 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,516 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,517 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,518 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,519 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,520 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,521 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,522 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,523 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,524 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,525 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,526 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,528 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,529 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,530 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,531 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,532 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,533 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,534 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,535 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,535 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,537 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,538 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,539 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,540 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,541 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,542 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,543 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,544 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,545 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,546 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,547 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,548 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,549 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,550 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,551 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,552 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,553 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,554 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,555 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,556 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,557 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,558 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,560 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,561 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,562 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,563 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,564 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,565 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,565 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,566 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,567 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,568 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,569 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,570 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,571 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,572 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,573 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,574 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,575 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,576 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,577 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,578 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,579 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,580 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,581 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,582 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,583 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,584 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,585 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,586 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,587 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,588 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,589 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,590 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,592 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,593 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,594 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,595 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,596 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,597 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,598 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,599 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,600 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,601 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,602 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,603 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,604 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,605 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,606 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,608 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,609 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,610 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,611 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,612 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,613 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,614 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,615 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,616 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,617 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,618 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,619 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,620 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,621 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,622 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,623 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,624 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,625 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,626 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,627 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,628 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,629 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,630 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,631 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,632 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,633 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,634 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,636 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,637 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,638 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,639 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,640 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,641 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,642 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,643 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,644 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,645 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,646 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,647 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,648 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,649 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,650 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,651 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,652 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,654 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,655 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,656 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,657 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,658 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,659 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,660 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,661 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,661 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,662 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,663 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,664 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,665 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,666 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,667 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,668 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,669 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,670 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,671 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,673 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,674 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,675 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,676 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,677 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,678 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,679 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,680 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,681 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,682 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,683 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,685 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,685 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,687 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,688 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,689 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,690 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,691 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,692 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,693 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,694 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,695 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,696 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,697 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,698 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,699 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,700 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,701 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,702 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,703 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,704 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,705 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,706 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,707 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,708 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,709 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,710 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,711 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,712 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,713 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,714 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,715 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,716 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,717 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,718 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,719 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,720 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,721 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,722 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,723 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,723 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,724 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,725 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,726 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,727 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,729 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,730 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,731 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,732 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,733 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,734 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,735 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,736 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,737 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,738 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,739 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,740 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,741 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,742 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,743 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,744 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,745 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,746 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,747 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,748 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,749 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,750 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,752 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,753 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,754 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,755 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,756 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,757 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,758 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,759 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,761 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,762 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,763 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,764 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,766 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,767 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,768 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,769 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,770 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,771 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,772 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,773 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,774 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,775 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,776 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,777 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,779 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,779 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,780 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,782 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,783 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,784 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,785 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,786 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,787 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,788 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,789 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,790 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,791 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,792 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,793 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,794 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,795 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,796 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,797 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,798 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,799 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,800 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,801 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,802 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,803 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,804 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,806 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,807 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,807 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,808 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,809 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,810 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,811 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,812 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,813 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,814 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,815 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,816 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,817 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,818 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,819 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,820 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,822 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,823 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,824 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,825 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,826 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,827 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,828 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,829 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,830 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,831 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,832 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,833 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,834 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,835 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,836 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,837 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,838 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,839 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,840 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,841 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,842 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,843 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,844 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,845 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,846 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,847 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,848 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,850 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,851 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,852 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,853 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,854 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,855 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,856 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,857 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,858 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,859 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,860 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,861 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,862 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,863 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,864 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,865 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,866 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,868 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,869 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,870 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,871 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,872 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,873 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,874 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,875 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,876 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,877 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,878 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,880 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,881 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,882 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,883 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,884 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,886 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,887 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,888 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,889 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,890 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,891 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,893 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,894 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,895 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,896 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,897 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,898 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,899 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,900 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,901 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,902 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,903 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,904 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,905 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,906 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,906 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,907 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,908 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,909 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,910 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,911 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,912 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,913 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,914 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,915 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,916 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,918 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,918 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,919 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,920 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,921 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,922 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,923 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,924 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,925 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,926 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,927 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,928 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,929 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,930 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,931 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,932 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,933 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,934 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,935 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,936 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,937 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,938 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,939 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,940 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,941 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,942 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,943 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,944 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,946 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,947 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,948 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,948 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,949 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,950 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,951 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,953 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,954 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,955 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,956 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,957 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,958 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,959 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,960 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,961 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,962 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,963 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,965 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,966 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,967 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,968 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,969 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,970 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,971 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,972 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,973 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,974 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,975 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,976 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,977 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,978 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,979 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,980 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,981 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,982 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,983 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,984 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,985 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,986 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,987 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,988 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,989 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,990 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,991 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,992 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,993 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,994 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,995 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,996 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,997 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,998 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:16,999 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,000 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,001 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,002 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,003 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,004 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,005 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,006 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,007 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,008 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,009 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,011 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,012 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,013 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,014 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,015 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,016 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,016 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,017 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,018 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,019 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,020 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,021 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,023 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,024 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,025 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,026 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,027 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,028 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,029 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,030 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,031 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,032 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,033 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,035 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,036 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,037 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,038 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,039 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,040 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,041 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,042 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,043 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,044 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,045 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,046 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,047 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,048 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,049 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,050 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,051 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,052 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,053 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,054 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,055 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,056 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,057 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,058 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,059 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,061 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,062 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,062 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,064 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,065 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,066 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,067 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,068 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,069 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,070 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,071 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,072 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,073 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,074 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,075 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,076 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,077 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,078 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,079 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,081 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,082 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,083 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,083 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,084 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,085 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,086 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,087 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,088 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,090 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,091 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,092 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,093 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,094 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,095 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,096 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,097 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,098 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,099 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,100 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,101 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,102 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,103 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,104 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,105 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,106 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,108 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,108 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,109 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,111 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,111 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,113 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,114 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,115 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,116 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,117 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,118 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,119 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,120 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,121 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,122 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,123 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,124 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,125 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,126 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,127 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,128 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,129 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,130 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,131 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,132 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,132 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,133 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,134 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,135 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,136 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,137 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,138 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,139 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,140 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,141 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,142 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,143 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,144 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,145 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,146 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,147 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,148 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,149 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,150 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,151 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,152 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,153 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,154 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,155 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,156 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,157 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,158 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,159 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,160 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,161 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,162 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,163 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,164 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,165 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,166 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,167 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,168 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,169 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,170 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,171 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,172 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,173 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,174 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,176 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,177 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,178 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,179 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,180 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,181 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,182 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,183 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,184 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,185 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,186 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,187 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,188 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,189 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,190 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,191 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,192 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,193 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,194 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,195 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,197 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,198 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,199 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,200 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,201 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,202 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,203 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,204 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,205 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,206 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,207 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,208 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,209 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,210 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,211 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,212 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,213 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,214 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,215 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,216 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,217 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,218 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,219 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,220 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,221 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,222 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,223 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,224 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,225 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,226 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,227 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,228 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,229 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,230 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,231 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,232 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,233 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,234 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,235 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,236 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,237 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,238 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,240 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,241 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,242 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,243 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,244 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,245 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,246 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,247 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,248 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,249 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,250 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,251 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,252 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,253 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,254 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,255 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,256 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,257 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,259 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,260 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,261 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,262 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,263 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,264 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,265 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,266 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,267 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,268 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,269 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,270 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,272 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,273 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,274 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,275 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,276 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,277 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,278 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,279 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,280 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,281 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,282 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,283 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,284 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,285 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,286 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,287 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,288 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,289 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,290 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,291 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,292 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,293 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,294 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,295 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,296 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,297 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,298 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,299 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,300 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,301 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,301 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,302 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,303 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,304 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,305 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,306 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,307 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,308 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,309 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,310 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,311 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,313 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,314 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,315 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,315 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,316 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,317 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,318 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,319 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,321 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,321 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,322 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,323 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,324 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,325 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,326 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,327 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,328 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,329 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,330 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,332 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,333 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,334 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,335 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,336 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,337 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,338 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,339 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,339 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,340 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,341 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,342 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,343 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,344 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,346 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,347 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,348 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,350 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,351 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,352 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,353 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,354 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,355 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,356 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,357 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,358 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,359 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,360 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,362 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,362 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,364 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,365 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,366 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,367 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,368 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,369 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,370 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,371 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,372 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,373 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,374 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,375 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,376 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,377 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,378 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,379 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,380 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,381 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,382 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,384 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,385 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,386 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,387 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,388 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,389 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,390 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,391 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,392 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,393 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,395 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,396 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,397 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,397 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,398 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,399 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,400 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,401 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,402 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,403 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,404 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,405 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,407 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,408 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,409 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,410 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,411 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,412 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,413 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,414 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,415 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,416 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,417 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,418 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,419 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,421 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,421 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,422 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,423 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,424 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,425 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,426 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,427 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,428 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,429 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,430 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,431 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,432 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,433 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,434 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,435 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,436 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,437 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,438 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,439 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,440 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,441 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,443 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,444 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,445 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,445 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,447 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,447 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,448 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,449 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,450 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,451 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,452 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,453 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,455 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,456 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,456 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,457 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,458 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,460 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,461 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,462 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,463 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,464 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,465 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,466 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,467 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,468 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,469 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,470 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,471 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,472 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,473 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,474 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,475 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,476 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,477 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,479 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,480 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,481 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,482 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,483 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,484 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,485 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,486 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,487 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,488 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,489 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,490 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,492 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,493 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,494 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,495 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,496 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,497 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,498 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,499 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,500 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,501 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,502 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,502 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,504 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,505 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,506 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,507 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,508 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,509 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,510 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,511 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,512 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,513 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,514 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,515 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,516 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,517 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,518 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,519 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,520 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,521 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,522 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,523 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,524 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,524 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,525 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,526 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,528 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,529 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,530 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,531 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,532 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,533 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,534 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,535 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,536 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,537 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,538 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,539 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,540 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,541 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,542 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,543 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,544 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,545 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,546 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,547 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,548 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,549 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,550 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,551 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,552 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,553 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,554 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,555 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,556 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,557 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,558 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,559 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,560 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,561 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,563 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,564 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,565 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,566 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,567 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,568 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,569 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,570 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,571 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,572 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,573 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,574 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,575 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,576 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,577 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,578 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,579 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,580 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,581 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,582 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,583 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,584 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,585 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,587 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,588 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,589 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,590 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,591 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,592 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,593 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,594 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,595 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,596 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,597 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,598 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,599 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,601 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,602 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,603 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,604 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,605 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,606 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,607 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,608 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,609 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,610 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,611 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,612 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,613 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,614 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,615 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,616 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,617 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,618 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,620 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,621 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,622 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,623 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,624 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,625 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,626 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,627 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,628 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,629 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,630 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,631 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,632 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,634 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,635 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,637 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,638 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,639 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,640 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,641 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,643 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,644 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,645 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,646 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,647 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,648 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,649 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,650 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,651 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,652 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,653 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,655 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,656 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,657 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,659 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,660 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,661 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,662 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,663 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,664 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,665 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,667 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,668 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,669 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,670 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,672 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,673 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,674 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,676 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,677 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,678 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,679 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,680 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,681 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,682 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,682 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,683 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,684 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,685 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,687 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,688 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,689 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,690 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,691 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,692 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,693 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,694 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,695 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,696 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,697 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,698 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,699 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,700 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,701 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,702 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,703 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,704 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,706 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,707 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,708 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,709 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,710 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,710 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,711 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,712 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,713 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,714 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,715 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,716 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,717 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,718 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,719 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,720 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,721 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,722 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,723 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,724 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,725 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,726 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,727 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,728 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,729 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,730 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,731 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,732 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,734 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,735 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,736 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,737 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,738 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,739 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,740 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,741 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,742 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,743 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,744 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,745 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,746 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,747 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,748 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,749 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,750 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,751 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,752 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,753 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,754 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,755 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,756 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,757 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,758 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,760 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,761 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,762 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,763 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,764 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,765 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,766 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,767 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,768 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,769 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,770 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,771 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,773 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,774 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,775 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,777 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,778 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,779 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,780 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,781 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,782 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,783 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,784 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,786 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,787 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,789 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,790 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,791 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,792 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,792 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,793 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,795 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,795 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,796 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,798 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,799 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,800 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,801 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,802 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,803 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,804 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,805 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,806 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,807 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,808 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,809 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,810 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,811 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,812 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,813 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,814 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,815 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,817 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,818 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,819 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,820 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,821 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,822 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,822 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,824 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,824 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,825 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,827 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,828 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,829 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,830 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,831 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,832 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,833 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,834 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,835 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,836 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,837 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,838 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,839 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,840 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,841 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,842 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,843 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,844 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,846 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,846 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,847 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,848 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,849 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,850 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,851 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,852 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,853 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,854 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,855 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,856 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,858 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,859 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,860 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,861 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,862 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,863 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,864 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,865 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,866 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,867 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,869 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,870 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,870 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,871 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,872 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,874 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,875 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,876 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,877 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,878 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,879 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,880 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,881 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,882 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,883 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,884 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,885 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,886 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,887 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,888 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,889 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,890 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,891 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,892 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,893 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,894 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,895 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,896 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,897 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,898 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,899 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,900 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,901 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,902 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,903 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,904 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,905 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,906 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,907 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,908 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,909 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,910 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,912 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,913 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,914 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,915 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,916 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,917 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,918 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,919 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,920 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,921 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,922 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,923 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,924 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,925 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,926 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,927 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,929 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,929 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,930 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,931 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,932 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,933 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,934 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,935 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,937 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,937 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,939 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,940 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,941 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,942 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,943 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,944 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,946 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,947 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,948 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,950 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,952 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,954 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,956 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,960 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,965 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,966 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,972 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,973 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,974 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,975 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,976 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,977 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,978 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,983 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,985 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,987 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,988 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,989 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,991 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,992 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,993 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,994 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,995 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,997 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,998 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:17,999 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,000 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,001 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,002 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,003 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,004 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,005 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,006 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,007 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,008 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,009 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,010 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,011 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,013 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,013 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,014 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,015 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,017 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,018 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,019 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,020 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,021 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,022 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,023 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,024 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,025 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,026 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,027 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,028 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,029 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,030 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,031 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,032 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,033 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,034 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,035 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,036 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,037 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,038 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,039 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,040 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,045 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,048 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,049 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,051 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,054 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,058 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,060 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,062 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,063 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,065 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,066 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,069 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,070 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,071 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,074 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,076 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,078 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,080 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,083 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,084 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,088 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,089 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,090 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,091 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,092 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,093 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,095 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,096 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,097 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,099 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,101 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,102 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,103 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,104 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,105 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,106 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,107 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,108 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,109 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,110 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,111 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,112 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,114 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,115 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,116 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,118 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,119 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,120 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,122 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,123 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,124 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,125 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,127 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,128 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,129 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,130 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,132 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,133 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,134 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,135 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,136 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,137 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,138 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,139 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,140 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,141 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,142 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,143 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,144 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,145 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,146 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,148 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,149 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,150 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,151 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,152 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,153 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,154 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,155 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,156 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,158 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,159 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,160 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,160 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,161 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,162 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,163 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,164 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,165 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,166 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,176 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,177 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,178 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,179 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,180 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,182 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,183 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,184 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,185 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,186 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,187 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,188 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,189 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,190 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,191 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,192 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,193 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,194 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,195 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,196 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,197 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,198 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,200 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,201 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,202 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,203 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,204 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,205 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,206 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,207 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,208 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,209 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,210 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,211 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,212 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,213 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,215 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,216 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,217 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,218 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,219 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,221 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,221 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,222 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,223 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,224 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,225 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,227 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,227 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,228 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,230 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,231 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,232 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,233 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,234 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,235 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,236 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,237 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,238 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,239 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,241 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,242 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,243 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,244 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,245 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,246 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,247 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,248 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,249 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,250 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,251 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,252 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,253 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,255 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,256 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,256 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,258 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,259 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,260 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,261 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,262 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,264 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,265 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,266 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,267 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,268 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,269 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,270 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,271 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,272 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,273 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,274 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,275 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,276 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,277 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,278 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,279 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,280 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,281 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,282 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,283 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,284 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,285 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,286 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,287 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,288 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,289 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,290 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,291 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,292 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,293 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,294 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,295 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,296 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,297 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,298 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,299 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,300 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,301 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,302 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,303 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,304 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,306 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,307 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,308 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,309 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,311 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,312 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,313 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,314 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,315 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,316 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,317 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,318 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,319 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,320 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,321 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,322 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,323 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,324 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,325 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,326 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,327 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,328 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,329 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,331 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,332 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,333 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,335 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,336 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,337 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,338 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,339 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,340 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,341 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,342 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,344 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,345 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,346 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,347 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,349 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,350 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,351 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,352 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,354 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,355 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,356 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,357 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,358 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,359 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,361 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,362 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,363 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,364 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,365 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,366 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,367 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,368 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,369 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,370 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,371 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,372 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,373 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,375 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,376 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,377 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,378 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,379 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,380 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,381 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,382 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,383 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,385 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,386 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,387 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,388 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,389 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,390 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,391 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,392 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,393 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,394 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,395 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,396 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,397 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,398 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,399 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,400 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,401 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,402 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,403 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,404 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,405 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,406 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,408 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,409 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,411 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,412 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,414 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,415 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,416 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,417 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,418 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,419 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,420 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,422 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,423 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,424 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,425 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,427 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,428 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,429 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,430 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,431 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,432 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,433 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,434 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,435 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,436 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,437 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,438 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,440 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,441 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,442 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,443 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,444 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,445 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,446 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,447 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,449 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,450 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,451 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,452 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,454 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,454 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,455 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,456 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,457 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,458 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,459 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,461 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,462 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,463 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,464 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,465 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,466 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,467 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,469 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,470 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,471 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,472 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,473 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,474 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,475 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,476 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,477 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,478 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,480 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,482 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,483 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,484 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,486 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,487 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,488 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,489 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,490 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,491 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,492 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,493 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,494 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,495 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,496 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,497 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,498 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,499 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,500 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,501 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,502 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,503 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,504 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,505 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,506 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,507 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,508 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,509 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,510 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,511 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,512 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,513 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,514 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,515 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,516 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,517 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,518 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,519 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,520 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,521 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,522 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,523 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,524 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,525 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,527 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,528 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,529 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,530 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,530 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,531 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,533 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,534 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,535 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,536 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,537 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,538 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,539 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,540 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,541 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,542 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,543 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,544 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,546 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,547 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,548 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,549 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,551 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,553 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,554 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,555 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,556 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,557 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,559 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,560 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,561 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,562 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,563 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,564 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,565 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,566 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,567 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,568 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,570 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,571 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,572 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,573 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,574 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,575 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,576 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,577 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,578 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,579 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,580 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,581 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,582 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,583 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,584 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,586 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,586 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,587 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,588 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,590 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,591 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,592 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,594 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,595 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,596 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,597 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,598 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,599 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,600 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,601 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,603 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,604 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,605 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,606 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,607 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,608 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,609 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,610 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,611 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,612 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,613 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,614 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,615 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,616 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,617 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,618 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,619 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,620 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,621 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,622 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,623 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,624 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,625 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,626 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,627 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,628 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,629 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,630 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,631 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,632 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,633 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,634 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,635 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,636 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,637 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,638 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,639 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,640 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,641 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,642 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,643 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,644 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,645 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,646 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,648 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,649 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,650 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,651 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,652 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,653 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,654 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,656 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,657 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,657 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,659 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,660 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,661 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,662 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,663 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,664 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,665 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,666 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,670 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,671 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,672 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,673 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,674 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,675 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,676 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,677 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,678 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,679 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,680 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,682 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,683 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,684 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,685 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,686 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,687 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,688 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,689 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,690 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,691 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,693 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,694 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,695 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,696 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,697 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,698 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,699 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,700 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,701 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,702 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,703 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,704 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,705 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,707 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,708 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,709 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,710 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,711 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,712 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,713 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,714 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,715 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,716 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,717 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,719 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,720 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,721 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,722 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,723 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,724 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,725 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,726 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,727 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,728 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,729 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,730 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,731 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,732 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,733 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,734 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,735 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,736 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,738 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,738 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,739 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,740 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,742 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,743 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,745 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,746 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,747 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,747 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,748 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,749 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,750 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,751 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,752 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,754 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,755 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,756 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,757 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,758 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,759 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,760 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,761 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,762 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,763 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,764 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,765 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,766 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,768 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,769 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,769 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,770 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,771 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,772 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,774 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,775 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,776 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,777 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,778 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,779 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,780 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,781 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,782 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,783 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,784 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,785 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,786 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,787 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,788 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,789 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,790 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,791 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,792 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,794 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,795 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,796 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,798 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,799 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,800 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,801 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,802 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,803 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,804 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,805 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,806 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,807 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,808 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,809 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,810 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,811 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,812 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,814 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,815 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,816 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,817 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,818 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,819 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,820 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,821 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,822 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,824 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,825 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,826 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,827 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,828 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,830 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,831 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,832 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,833 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,834 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,835 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,836 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,838 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,839 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,840 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,841 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,842 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,843 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,844 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,845 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,846 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,847 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,848 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,849 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,851 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,852 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,853 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,854 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,855 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,856 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,857 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,858 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,859 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,860 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,861 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,862 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,863 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,864 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,865 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,866 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,867 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,868 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,869 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,871 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,872 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,873 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,874 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,875 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,876 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,876 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,878 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,879 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,880 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,881 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,882 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,883 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,884 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,885 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,886 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,887 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,889 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,890 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,891 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,892 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,894 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,895 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,896 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,897 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,898 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,899 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,900 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,901 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,902 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,903 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,904 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,905 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,906 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,907 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,908 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,909 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,910 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,911 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,912 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,913 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,914 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,915 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,916 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,917 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,918 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,919 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,920 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,921 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,922 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,923 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,924 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,925 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,927 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,928 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,929 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,930 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,931 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,932 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,933 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,934 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,935 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,936 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,937 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,939 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,940 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,941 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,942 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,943 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,944 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,945 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,946 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,948 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,949 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,950 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,951 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,952 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,953 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,954 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,955 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,956 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,957 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,958 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,959 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,960 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,961 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,962 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,963 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,964 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,965 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,967 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,968 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,969 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,971 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,972 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,973 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,975 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,976 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,977 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,978 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,979 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,980 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,981 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,983 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,984 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,985 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,987 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,988 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,989 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,990 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,991 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,992 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,993 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,994 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,996 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,997 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:18,998 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,000 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,001 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,002 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,003 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,004 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,005 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,006 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,007 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,009 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,010 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,011 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,012 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,014 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,015 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,016 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,017 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,018 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,019 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,020 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,022 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,023 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,024 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,026 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,027 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,028 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,029 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,031 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,032 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,033 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,034 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,035 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,036 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,037 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,038 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,039 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,040 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,041 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,043 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,043 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,044 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,045 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,046 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,047 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,048 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,050 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,051 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,052 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,053 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,054 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,055 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,056 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,057 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,058 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,059 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,061 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,062 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,063 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,064 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,065 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,066 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,067 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,068 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,069 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,070 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,071 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,072 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,073 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,074 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,076 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,077 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,078 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,079 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,080 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,081 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,082 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,083 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,084 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,085 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,086 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,087 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,088 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,089 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,090 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,091 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,092 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,093 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,094 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,095 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,096 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,098 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,099 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,100 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,101 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,102 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,103 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,104 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,105 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,106 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,107 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,108 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,109 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,110 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,111 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,112 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,113 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,114 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,115 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,116 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,117 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,118 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,120 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,121 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,122 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,123 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,124 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,125 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,126 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,127 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,128 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,129 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,130 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,131 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,132 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,133 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,134 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,135 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,137 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,138 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,140 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,141 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,142 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,143 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,144 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,145 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,146 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,147 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,152 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,154 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,155 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,156 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,157 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,158 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,159 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,160 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,162 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,163 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,164 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,165 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,166 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,167 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,168 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,169 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,170 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,172 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,173 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,174 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,175 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,176 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,177 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,178 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,179 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,180 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,181 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,182 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,184 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,185 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,186 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,187 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,188 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,189 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,190 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,191 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,193 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,194 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,195 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,196 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,197 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,198 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,199 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,200 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,201 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,202 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,203 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,204 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,205 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,206 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,207 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,209 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,210 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,210 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,212 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,213 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,214 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,215 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,216 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,217 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,218 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,219 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,220 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,222 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,223 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,224 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,225 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,226 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,227 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,229 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,229 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,230 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,231 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,233 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,234 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,235 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,238 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,240 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,242 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,245 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,246 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,247 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,248 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,250 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,252 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,253 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,254 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,255 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,257 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,258 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,260 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,261 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,263 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,264 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,265 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,266 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,267 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,269 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,270 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,271 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,271 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,273 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,274 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,275 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,276 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,278 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,279 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,280 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,281 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,282 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,283 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,284 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,285 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,286 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,287 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,288 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,289 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,290 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,291 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,293 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,294 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,296 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,298 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,299 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,300 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,301 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,303 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,304 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,305 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,306 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,307 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,308 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,309 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,310 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,312 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,313 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,314 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,315 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,316 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,318 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,319 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,321 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,322 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,323 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,324 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,325 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,326 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,327 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,328 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,329 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,330 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,332 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,333 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,334 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,336 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,337 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,338 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,339 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,340 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,342 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,343 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,345 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,346 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,347 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,348 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,349 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,350 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,351 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,352 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,353 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,354 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,355 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,356 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,357 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,358 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,359 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,361 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,362 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,363 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,364 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,366 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,367 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,368 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,369 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,369 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,370 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,372 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,373 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,374 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,375 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,376 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,377 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,378 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,379 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,380 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,381 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,382 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,383 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,384 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,385 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,386 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,388 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,389 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,390 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,391 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,392 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,393 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,394 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,396 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,397 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,397 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,399 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,400 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,401 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,402 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,403 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,404 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,405 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,406 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,408 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,409 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,410 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,410 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,411 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,413 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,414 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,415 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,416 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,417 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,418 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,419 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,420 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,423 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,425 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,427 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,428 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,429 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,430 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,431 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,432 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,433 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,434 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,435 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,436 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,437 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,438 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,439 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,441 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,441 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,442 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,443 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,444 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,446 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,447 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,448 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,449 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,450 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,451 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,452 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,453 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,454 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,455 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,456 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,457 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,458 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,459 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,460 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,461 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,462 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,463 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,464 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,465 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,466 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,467 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,468 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,469 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,470 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,472 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,473 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,473 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,476 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,478 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,479 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,481 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,482 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,483 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,484 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,485 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,486 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,487 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,488 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,489 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,491 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,492 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,493 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,494 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,495 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,497 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,498 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,500 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,503 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,505 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,512 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,515 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,516 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,520 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,523 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,524 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,527 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,528 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,531 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,533 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,535 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,536 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,538 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,541 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,542 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,546 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,548 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,549 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,550 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,551 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,552 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,554 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,555 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,556 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,557 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,558 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,559 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,560 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,561 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,562 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,563 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,564 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,566 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,567 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,568 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,569 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,570 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,571 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,573 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,574 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,575 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,576 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,577 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,578 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,579 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,580 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,581 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,582 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,583 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,584 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,585 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,586 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,587 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,588 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,589 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,590 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,591 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,593 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,594 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,595 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,596 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,597 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,598 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,599 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,600 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,601 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,602 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,603 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,604 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,605 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,606 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,607 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,608 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,609 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,610 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,611 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,612 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,613 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,619 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,620 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,621 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,623 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,623 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,625 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,626 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,627 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,628 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,630 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,631 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,632 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,633 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,635 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,636 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,637 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,638 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,640 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,641 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,642 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,643 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,644 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,645 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,647 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,648 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,649 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,651 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,652 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,653 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,655 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,657 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,658 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,660 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,661 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,662 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,663 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,664 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,665 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,667 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,668 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,669 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,670 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,672 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,673 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,674 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,675 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,676 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,678 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,679 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,680 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,682 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,683 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,684 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,685 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,686 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,687 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,689 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,690 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,691 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,692 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,693 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,694 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,695 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,696 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,698 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,701 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,702 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,704 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,705 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,706 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,707 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,709 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,710 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,711 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,712 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,713 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,714 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,715 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,716 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,718 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,719 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,721 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,722 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,723 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,724 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,725 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,726 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,727 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,728 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,729 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,730 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,731 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,732 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,733 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,734 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,735 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,736 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,737 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,738 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,739 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,740 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,742 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,742 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,744 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,745 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,746 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,747 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,748 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,749 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,750 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,751 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,753 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,754 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,755 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,756 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,757 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,758 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,760 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,761 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,762 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,763 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,769 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,772 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,774 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,776 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,777 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,778 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,779 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,780 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,781 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,782 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,783 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,784 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,785 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,786 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,787 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,788 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,789 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,790 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,792 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,793 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,794 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,795 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,796 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,797 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,798 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,799 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,801 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,802 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,803 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,804 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,805 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,806 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,807 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,808 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,809 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,810 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,811 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,812 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,814 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,815 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,816 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,817 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,818 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,819 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,820 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,821 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,822 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,823 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,824 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,826 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,827 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,828 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,829 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,830 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,831 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,832 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,833 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,834 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,835 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,836 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,837 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,838 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,839 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,840 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,841 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,842 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,843 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,844 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,845 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,846 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,847 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,848 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,850 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,851 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,852 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,853 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,854 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,855 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,856 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,858 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,859 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,860 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,861 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,862 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,864 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,865 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,866 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,867 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,868 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,869 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,870 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,871 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,872 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,873 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,874 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,876 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,877 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,878 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,879 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,880 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,881 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,882 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,883 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,884 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,885 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,886 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,887 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,888 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,889 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,890 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,891 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,892 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,894 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,895 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,896 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,897 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,898 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,899 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,900 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,901 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,902 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,903 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,904 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,905 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,906 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,907 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,908 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,909 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,910 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,911 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,912 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,913 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,914 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,915 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,916 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,917 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,919 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,920 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,920 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,921 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,922 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,923 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,924 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,926 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,927 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,928 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,929 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,930 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,931 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,932 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,933 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,934 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,935 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,936 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,937 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,938 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,939 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,940 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,941 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,942 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,943 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,945 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,946 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,947 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,949 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,949 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,951 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,952 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,953 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,954 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,955 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,956 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,957 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,958 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,959 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,960 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,961 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,962 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,963 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,964 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,965 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,967 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,968 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,969 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,970 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,971 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,972 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,973 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,974 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,975 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,976 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,977 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,978 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,979 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,980 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,981 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,982 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,983 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,984 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,985 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,986 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,988 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,989 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,990 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,991 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,992 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,993 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,993 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,995 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,996 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,997 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,998 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:19,999 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,000 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,001 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,002 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,003 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,004 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,005 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,006 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,007 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,008 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,009 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,010 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,011 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,012 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,013 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,014 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,015 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,016 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,017 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,018 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,020 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,021 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,022 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,023 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,024 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,025 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,027 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,028 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,029 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,030 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,031 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,032 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,033 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,035 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,036 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,037 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,038 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,039 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,040 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,041 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,042 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,043 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,044 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,046 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,047 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,048 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,048 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,049 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,051 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,052 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,053 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,054 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,055 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,056 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,057 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,058 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,059 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,060 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,061 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,062 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,063 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,064 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,065 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,066 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,067 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,068 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,069 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,070 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,072 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,073 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,074 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,076 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,077 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,078 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,079 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,081 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,083 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,085 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,086 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,087 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,088 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,089 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,090 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,091 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,092 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,093 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,094 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,095 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,096 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,097 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,099 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,100 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,101 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,101 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,103 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,104 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,105 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,106 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,107 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,108 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,109 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,110 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,111 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,113 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,114 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,115 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,116 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,117 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,118 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,119 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,120 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,121 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,122 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,123 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,124 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,125 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,126 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,127 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,128 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,129 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,130 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,131 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,132 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,133 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,134 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,135 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,137 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,138 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,139 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,140 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,141 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,142 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,143 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,144 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,146 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,147 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,148 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,149 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,150 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,151 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,152 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,154 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,155 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,156 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,157 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,158 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,159 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,160 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,161 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,162 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,163 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,164 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,165 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,166 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,167 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,169 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,170 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,171 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,172 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,173 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,174 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,176 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,177 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,178 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,179 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,180 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,181 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,182 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,183 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,185 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,186 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,187 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,188 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,189 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,190 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,191 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,192 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,193 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,195 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,196 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,197 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,198 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,199 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,200 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,201 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,202 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,203 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,204 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,206 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,207 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,208 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,209 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,210 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,211 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,212 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,213 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,214 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,215 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,217 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,218 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,219 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,220 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,221 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,222 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,223 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,224 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,225 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,226 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,227 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,228 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,229 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,230 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,231 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,233 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,234 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,235 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,236 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,237 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,238 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,239 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,240 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,242 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,243 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,244 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,245 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,246 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,247 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,248 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,249 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,250 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,251 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,252 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,253 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,254 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,255 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,256 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,257 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,258 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,259 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,260 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,261 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,265 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,266 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,267 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,268 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,269 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,270 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,271 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,272 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,273 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,274 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,275 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,276 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,277 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,278 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,279 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,280 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,282 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,283 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,284 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,285 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,286 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,288 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,289 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,290 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,292 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,293 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,294 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,295 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,297 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,297 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,298 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,299 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,300 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,301 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,303 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,304 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,305 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,306 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,307 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,308 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,309 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,310 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,311 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,313 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,314 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,315 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,316 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,317 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,318 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,320 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,321 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,321 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,322 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,323 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,324 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,326 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,327 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,328 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,329 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,330 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,331 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,332 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,333 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,334 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,335 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,336 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,337 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,338 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,339 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,341 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,342 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,343 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,344 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,345 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,346 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,347 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,348 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,349 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,350 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,351 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,352 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,353 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,354 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,355 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,357 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,358 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,359 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,360 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,361 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,362 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,363 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,365 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,366 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,367 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,368 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,369 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,370 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,371 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,372 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,373 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,374 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,375 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,376 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,378 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,379 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,380 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,381 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,382 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,383 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,384 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,385 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,386 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,387 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,388 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,390 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,391 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,392 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,393 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,394 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,395 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,396 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,397 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,398 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,399 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,400 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,401 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,402 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,403 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,404 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,405 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,406 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,407 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,408 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,410 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,411 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,412 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,413 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,414 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,415 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,416 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,417 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,418 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,420 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,421 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,422 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,423 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,424 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,425 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,426 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,427 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,428 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,429 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,430 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,431 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,432 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,433 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,434 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,435 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,436 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,437 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,438 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,439 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,440 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,442 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,443 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,444 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,444 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,446 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,447 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,448 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,449 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,450 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,451 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,452 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,453 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,454 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,455 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,456 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,457 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,458 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,459 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,461 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,462 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,463 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,464 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,465 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,466 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,467 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,468 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,469 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,470 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,471 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,472 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,473 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,474 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,475 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,476 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,477 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,478 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,479 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,480 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,481 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,482 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,483 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,484 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,485 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,486 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,487 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,488 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,489 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,490 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,491 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,492 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,493 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,494 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,495 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,496 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,497 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,498 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,499 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,501 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,502 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,503 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,504 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,505 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,506 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,507 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,508 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,509 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,511 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,512 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,513 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,514 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,515 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,516 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,517 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,518 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,520 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,521 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,522 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,523 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,524 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,525 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,526 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,527 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,528 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,529 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,530 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,531 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,532 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,533 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,534 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,536 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,537 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,538 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,539 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,540 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,541 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,542 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,543 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,544 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,545 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,546 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,547 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,548 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,549 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,551 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,552 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,553 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,554 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,555 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,556 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,558 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,559 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,560 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,561 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,562 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,563 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,564 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,565 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,567 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,568 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,569 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,570 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,571 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,572 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,573 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,574 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,575 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,576 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,578 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,579 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,580 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,581 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,582 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,583 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,584 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,585 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,586 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,587 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,588 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,589 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,590 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,591 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,592 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,594 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,595 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,596 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,597 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,598 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,599 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,601 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,601 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,603 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,604 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,605 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,606 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,607 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,608 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,609 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,610 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,611 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,612 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,613 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,614 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,615 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,616 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,617 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,618 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,619 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,620 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,621 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,622 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,623 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,624 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,625 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,626 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,627 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,628 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,629 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,630 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,631 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,632 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,633 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,634 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,635 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,636 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,637 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,638 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,640 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,641 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,642 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,643 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,644 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,645 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,646 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,647 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,648 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,649 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,650 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,651 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,652 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,653 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,654 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,655 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,656 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,657 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,659 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,660 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,661 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,662 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,663 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,664 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,665 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,667 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,668 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,669 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,670 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,671 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,672 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,673 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,674 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,675 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,676 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,677 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,678 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,679 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,680 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,682 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,683 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,684 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,685 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,686 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,687 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,688 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,689 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,690 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,691 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,692 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,693 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,694 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,695 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,697 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,698 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,699 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,700 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,702 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,703 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,703 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,704 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,705 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,707 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,707 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,708 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,709 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,711 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,712 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,713 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,714 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,715 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,716 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,717 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,718 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,719 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,720 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,721 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,722 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,723 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,724 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,725 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,726 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,727 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,728 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,729 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,731 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,732 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,733 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,734 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,735 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,736 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,737 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,739 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,741 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,742 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,743 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,745 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,748 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,750 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,751 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,752 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,753 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,755 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,756 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,757 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,758 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,759 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,760 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,761 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,762 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,763 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,764 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,765 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,766 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,768 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,769 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,770 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,771 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,772 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,773 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,774 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,776 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,776 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,777 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,778 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,780 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,781 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,782 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,783 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,784 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,785 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,786 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,787 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,788 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,789 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,790 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,791 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,793 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,794 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,795 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,796 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,797 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,798 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,800 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,801 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,802 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,803 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,804 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,805 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,806 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,807 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,808 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,809 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,811 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,812 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,813 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,814 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,815 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,816 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,817 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,818 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,819 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,820 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,821 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,822 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,823 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,824 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,825 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,826 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,827 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,828 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,829 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,830 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,831 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,832 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,833 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,834 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,835 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,836 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,837 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,838 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,839 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,841 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,842 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,843 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,844 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,845 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,846 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,847 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,848 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,849 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,850 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,851 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,852 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,854 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,855 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,856 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,857 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,858 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,859 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,861 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,862 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,863 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,864 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,865 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,866 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,867 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,868 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,869 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,870 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,871 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,872 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,873 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,874 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,875 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,876 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,877 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,878 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,880 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,881 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,882 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,883 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,884 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,885 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,886 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,887 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,888 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,890 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,891 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,892 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,893 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,894 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,895 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,896 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,897 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,898 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,900 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,901 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,902 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,902 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,903 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,905 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,906 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,907 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,908 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,909 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,910 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,911 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,912 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,913 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,914 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,915 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,916 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,917 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,918 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,919 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,920 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,921 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,922 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,923 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,924 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,926 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,927 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,928 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,929 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,930 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,932 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,933 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,934 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,935 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,936 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,937 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,938 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,939 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,940 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,941 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,942 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,943 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,944 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,945 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,946 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,948 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,949 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,950 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,951 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,952 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,953 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,954 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,955 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,956 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,957 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,958 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,959 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,960 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,961 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,962 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,963 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,964 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,965 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,966 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,967 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,968 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,969 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,970 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,971 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,972 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,974 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,975 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,976 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,977 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,978 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,980 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,981 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,982 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,983 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,984 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,985 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,986 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,988 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,989 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,990 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,991 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,992 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,993 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,994 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,995 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,996 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,997 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,998 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:20,999 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,000 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,001 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,003 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,004 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,005 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,006 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,007 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,009 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,010 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,011 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,012 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,013 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,014 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,016 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,017 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,018 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,019 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,020 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,021 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,022 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,023 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,024 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,025 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,026 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,027 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,028 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,029 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,030 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,031 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,032 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,033 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,034 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,036 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,037 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,038 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,039 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,040 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,041 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,042 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,043 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,045 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,046 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,047 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,048 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,048 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,049 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,051 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,052 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,053 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,054 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,055 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,057 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,058 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,059 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,060 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,061 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,062 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,064 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,065 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,066 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,067 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,069 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,070 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,071 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,072 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,073 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,074 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,076 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,077 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,078 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,079 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,080 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,081 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,082 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,083 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,085 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,087 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,088 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,089 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,090 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,091 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,093 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,094 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,095 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,096 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,097 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,098 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,099 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,100 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,101 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,102 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,103 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,104 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,105 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,106 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,107 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,108 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,109 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,110 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,111 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,112 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,113 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,114 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,115 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,116 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,118 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,119 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,120 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,121 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,122 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,124 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,125 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,126 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,128 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,130 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,131 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,132 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,133 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,134 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,136 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,137 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,138 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,139 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,140 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,141 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,142 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,143 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,144 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,145 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,146 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,147 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,148 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,149 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,150 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,151 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,152 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,153 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,154 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,155 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,157 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,158 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,159 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,160 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,161 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,162 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,162 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,163 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,164 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,165 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,166 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,167 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,168 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,169 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,170 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,172 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,173 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,174 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,175 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,176 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,177 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,179 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,180 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,181 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,182 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,183 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,184 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,185 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,187 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,188 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,189 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,191 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,193 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,195 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,196 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,197 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,198 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,199 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,200 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,201 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,202 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,204 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,205 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,206 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,207 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,208 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,210 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,210 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,212 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,213 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,214 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,215 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,216 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,217 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,218 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,220 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,221 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,222 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,223 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,224 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,226 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,227 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,229 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,230 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,231 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,232 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,233 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,234 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,235 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,236 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,237 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,239 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,240 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,241 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,243 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,244 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,247 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,248 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,249 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,250 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,251 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,252 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,253 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,254 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,255 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,257 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,258 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,259 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,261 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,262 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,263 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,264 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,265 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,266 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,267 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,268 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,269 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,270 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,271 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,272 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,273 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,274 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,275 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,276 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,277 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,278 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,279 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,281 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,282 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,282 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,284 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,285 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,286 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,287 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,288 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,289 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,290 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,292 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,293 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,294 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,295 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,296 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,297 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,298 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,299 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,300 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,301 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,302 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,304 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,305 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,306 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,307 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,308 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,309 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,310 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,311 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,312 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,313 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,314 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,315 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,316 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,317 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,318 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,319 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,320 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,321 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,322 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,323 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,324 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,325 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,326 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,327 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,328 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,329 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,330 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,331 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,332 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,333 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,334 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,336 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,337 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,338 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,340 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,341 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,342 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,343 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,344 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,345 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,348 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,350 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,351 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,352 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,353 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,354 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,355 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,356 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,359 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,360 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,362 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,363 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,364 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,365 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,367 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,370 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,373 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,376 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,379 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,381 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,382 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,383 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,384 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,386 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,387 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,388 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,390 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,391 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,393 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,396 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,397 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,398 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,399 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,400 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,401 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,402 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,403 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,404 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,405 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,406 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,407 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,408 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,409 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,410 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,411 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,412 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,413 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,414 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,415 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,416 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,417 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,418 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,419 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,421 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,422 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,423 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,424 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,425 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,426 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,428 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,429 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,430 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,431 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,432 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,433 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,434 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,435 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,437 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,438 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,439 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,440 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,441 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,442 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,443 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,444 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,445 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,446 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,447 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,448 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,449 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,450 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,451 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,452 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,453 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,454 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,456 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,457 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,458 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,459 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,460 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,461 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,462 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,463 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,464 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,465 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,466 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,467 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,468 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,469 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,470 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,472 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,473 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,474 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,475 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,476 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,476 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,477 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,478 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,479 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,480 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,481 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,482 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,483 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,484 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,485 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,486 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,487 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,488 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,490 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,491 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,492 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,493 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,494 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,495 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,496 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,497 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,498 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,499 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,501 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,502 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,503 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,504 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,506 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,507 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,508 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,509 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,510 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,512 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,513 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,517 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,518 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,520 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,521 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,523 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,524 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,526 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,527 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,528 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,529 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,530 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,532 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,533 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,534 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,535 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,536 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,537 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,538 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,540 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,541 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,542 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,543 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,544 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,545 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,546 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,547 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,548 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,549 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,550 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,551 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,552 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,553 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,554 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,555 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,556 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,557 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,559 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,560 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,561 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,562 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,563 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,564 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,565 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,566 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,567 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,568 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,569 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,570 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,571 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,572 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,574 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,575 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,576 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,577 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,578 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,579 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,580 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,581 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,582 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,583 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,584 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,585 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,587 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,588 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,589 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,590 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,591 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,591 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,592 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,593 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,595 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,596 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,598 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,599 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,600 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,601 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,602 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,603 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,604 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,605 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,606 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,607 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,608 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,609 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,610 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,612 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,613 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,614 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,615 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,616 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,617 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,618 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,619 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,621 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,622 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,623 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,625 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,627 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,628 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,629 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,630 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,631 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,632 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,633 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,634 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,635 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,636 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,637 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,638 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,639 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,641 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,642 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,643 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,644 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,645 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,646 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,647 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,648 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,649 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,650 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,651 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,652 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,653 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,654 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,655 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,656 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,657 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,658 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,659 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,660 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,662 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,663 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,664 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,665 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,666 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,667 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,668 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,669 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,670 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,671 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,672 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,673 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,674 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,675 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,676 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,677 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,678 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,679 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,680 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,681 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,683 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,684 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,685 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,686 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,687 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,688 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,689 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,690 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,691 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,692 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,693 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,695 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,696 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,697 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,698 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,699 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,700 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,701 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,702 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,707 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,709 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,710 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,711 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,712 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,713 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,714 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,715 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,716 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,717 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,718 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,719 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,721 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,722 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,723 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,724 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,725 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,726 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,727 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,728 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,729 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,730 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,731 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,732 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,733 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,734 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,735 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,736 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,737 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,738 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,740 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,741 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,742 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,743 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,744 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,745 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,746 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,747 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,748 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,750 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,751 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,752 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,753 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,754 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,755 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,757 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,758 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,759 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,761 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,762 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,763 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,764 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,765 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,766 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,768 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,769 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,770 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,772 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,773 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,774 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,775 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,777 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,780 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,781 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,782 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,783 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,784 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,785 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,786 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,787 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,789 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,790 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,791 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,791 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,792 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,794 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,795 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,796 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,797 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,798 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,799 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,800 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,802 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,803 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,804 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,805 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,806 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,807 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,808 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,809 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,810 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,811 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,812 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,813 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,814 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,815 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,816 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,817 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,818 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,819 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,820 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,821 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,822 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,823 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,824 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,826 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,827 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,828 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,829 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,830 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,831 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,832 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,833 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,835 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,836 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,837 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,838 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,839 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,841 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,842 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,844 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,845 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,846 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,847 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,848 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,849 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,850 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,852 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,853 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,854 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,855 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,856 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,857 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,858 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,859 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,860 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,861 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,862 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,864 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,865 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,866 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,867 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,868 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,869 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,871 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,872 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,873 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,874 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,875 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,876 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,878 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,879 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,880 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,881 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,882 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,883 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,885 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,886 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,887 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,888 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,890 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,891 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,893 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,894 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,895 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,896 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,897 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,898 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,899 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,900 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,901 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,902 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,903 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,904 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,905 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,906 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,907 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,908 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,909 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,910 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,911 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,912 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,913 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,914 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,915 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,916 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,917 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,918 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,919 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,920 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,921 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,922 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,923 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,924 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,925 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,926 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,927 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,928 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,929 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,930 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,931 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,932 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,933 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,934 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,935 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,936 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,937 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,939 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,940 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,941 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,942 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,943 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,944 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,945 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,946 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,947 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,948 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,949 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,950 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,951 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,952 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,953 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,954 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,956 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,957 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,959 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,960 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,961 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,962 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,963 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,964 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,965 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,966 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,967 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,968 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,969 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,970 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,971 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,972 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,973 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,974 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,976 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,977 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,978 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,979 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,980 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,981 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,982 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,983 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,984 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,985 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,986 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,987 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,988 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,989 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,990 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,991 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,992 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,993 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,994 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,995 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,996 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,997 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,998 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:21,999 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,000 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,001 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,002 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,003 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,004 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,005 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,006 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,007 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,008 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,010 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,011 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,011 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,013 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,014 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,015 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,016 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,016 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,017 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,018 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,020 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,021 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,022 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,023 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,024 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,024 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,025 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,026 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,027 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,028 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,029 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,030 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,031 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,032 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,034 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,035 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,036 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,037 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,038 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,039 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,040 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,041 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,041 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,043 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,044 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,044 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,160 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,161 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,163 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,164 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,165 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,166 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,167 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,168 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,169 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,170 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,171 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,172 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,173 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,174 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,175 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,176 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,178 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,179 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,180 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,180 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,181 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,183 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,184 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,185 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,186 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,187 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,188 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,189 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,190 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,192 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,193 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,194 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,195 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,196 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,197 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,198 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,199 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,200 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,201 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,202 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,203 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,204 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,205 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,206 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,207 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,208 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,209 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,210 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,211 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,212 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,213 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,214 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,215 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,216 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,217 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,218 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,219 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,220 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,221 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,222 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,223 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,225 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,226 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,227 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,228 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,228 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,230 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,230 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,231 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,232 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,233 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,234 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,235 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,236 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,238 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,238 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,239 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,240 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,241 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,242 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,243 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,244 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,245 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,247 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,247 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,248 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,249 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,251 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,252 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,253 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,254 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,255 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,256 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,257 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,258 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,259 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,260 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,262 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,263 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,264 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,265 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,266 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,267 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,268 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,268 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,270 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,271 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,272 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,273 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,274 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,275 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,276 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,277 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,279 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,280 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,281 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,282 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,283 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,285 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,286 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,287 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,288 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,289 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,290 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,291 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,292 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,293 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,294 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,295 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,296 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,297 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,298 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,299 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,300 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,301 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,302 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,303 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,304 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,305 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,306 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,307 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,308 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,309 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,310 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,311 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,312 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,313 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,314 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,315 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,316 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,317 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,318 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,320 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,321 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,322 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,323 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,324 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,325 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,326 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,327 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,328 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,329 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,330 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,331 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,332 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,333 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,334 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,336 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,337 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,338 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,339 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,340 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,341 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,342 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,343 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,344 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,345 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,346 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,347 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,348 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,349 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,350 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,352 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,353 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,354 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,355 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,356 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,357 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,359 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,360 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,361 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,362 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,363 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,364 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,365 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,366 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,367 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,368 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,369 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,370 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,371 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,372 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,373 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,374 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,375 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,377 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,378 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,379 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,380 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,380 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,381 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,383 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,383 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,385 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,386 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,387 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,388 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,389 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,389 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,390 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,392 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,393 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,394 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,395 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,396 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,397 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,399 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,400 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,401 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,402 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,403 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,405 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,405 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,406 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,408 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,408 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,410 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,411 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,411 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,412 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,414 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,415 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,416 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,417 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,418 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,419 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,420 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,421 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,422 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,423 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,424 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,425 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,426 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,427 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,428 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,429 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,430 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,431 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,432 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,433 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,434 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,435 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,436 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,437 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,438 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,439 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,441 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,442 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,443 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,444 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,445 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,446 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,447 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,448 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,449 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,450 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,451 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,452 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,453 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,454 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,455 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,456 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,457 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,458 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,459 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,460 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,461 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,461 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,462 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,463 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,464 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,465 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,466 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,467 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,468 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,469 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,470 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,471 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,472 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,473 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,474 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,475 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,476 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,478 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,479 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,480 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,481 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,482 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,483 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,484 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,485 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,486 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,487 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,488 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,489 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,490 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,491 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,492 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,493 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,494 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,495 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,496 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,497 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,498 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,499 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,501 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,502 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,503 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,504 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,505 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,506 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,507 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,509 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,510 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,511 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,512 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,513 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,515 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,516 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,517 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,518 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,519 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,520 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,521 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,522 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,523 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,524 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,525 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,526 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,527 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,528 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,529 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,530 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,531 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,532 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,533 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,534 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,535 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,536 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,537 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,538 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,539 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,540 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,541 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,542 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,543 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,544 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,545 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,546 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,547 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,548 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,549 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,550 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,551 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,552 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,553 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,554 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,555 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,556 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,557 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,558 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,559 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,560 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,561 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,562 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,563 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,564 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,565 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,566 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,567 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,568 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,569 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,570 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,571 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,572 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,574 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,575 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,576 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,577 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,578 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,579 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,581 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,582 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,583 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,584 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,585 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,586 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,587 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,588 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,589 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,590 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,591 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,592 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,593 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,594 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,595 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,596 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,597 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,598 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,599 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,600 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,601 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,602 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,603 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,604 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,605 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,606 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,607 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,609 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,610 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,611 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,612 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,613 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,614 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,616 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,617 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,618 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,620 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,621 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,622 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,623 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,624 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,625 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,626 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,627 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,628 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,629 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,630 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,632 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,633 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,634 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,635 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,636 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,637 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,638 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,639 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,640 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,641 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,642 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,643 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,644 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,645 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,646 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,647 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,648 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,649 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,651 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,652 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,653 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,655 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,655 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,656 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,657 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,658 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,659 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,661 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,662 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,663 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,664 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,665 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,666 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,667 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,668 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,669 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,670 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,671 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,673 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,674 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,675 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,676 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,677 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,678 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,679 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,680 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,681 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,682 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,683 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,684 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,685 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,686 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,687 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,688 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,689 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,690 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,691 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,692 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,693 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,694 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,695 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,696 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,697 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,698 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,699 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,700 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,701 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,702 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,703 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,704 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,705 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,706 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,707 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,709 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,710 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,711 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,712 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,713 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,714 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,715 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,716 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,717 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,718 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,719 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,720 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,721 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,722 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,723 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,724 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,725 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,726 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,727 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,728 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,729 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,730 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,732 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,732 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,733 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,734 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,735 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,736 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,737 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,739 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,740 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,741 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,742 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,743 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,744 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,745 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,746 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,747 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,748 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,749 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,750 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,751 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,752 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,753 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,754 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,755 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,756 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,757 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,758 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,759 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,760 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,761 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,763 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,764 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,765 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,766 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,767 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,767 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,769 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,770 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,770 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,771 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,772 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,773 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,774 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,775 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,776 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,777 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,778 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,779 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,780 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,781 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,782 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,784 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,785 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,786 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,787 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,788 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,789 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,790 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,791 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,792 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,793 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,794 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,795 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,796 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,797 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,798 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,799 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,801 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,802 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,803 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,804 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,805 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,806 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,807 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,808 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,809 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,810 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,811 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,812 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,813 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,814 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,815 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,816 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,817 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,818 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,820 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,821 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,821 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,822 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,823 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,824 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,825 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,826 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,827 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,828 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,829 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,830 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,831 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,832 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,833 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,834 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,835 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,836 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,837 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,838 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,839 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,840 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,841 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,842 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,844 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,845 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,846 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,847 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,848 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,849 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,850 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,851 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,852 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,853 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,854 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,855 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,856 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,858 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,859 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,860 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,861 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,862 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,863 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,864 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,864 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,865 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,866 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,867 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,869 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,869 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,870 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,872 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,872 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,873 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,875 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,876 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,877 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,878 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,879 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,880 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,881 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,882 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,883 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,884 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,885 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,886 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,887 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,888 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,890 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,891 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,892 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,893 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,894 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,895 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,896 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,897 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,898 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,899 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,900 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,901 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,902 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,904 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,905 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,906 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,907 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,908 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,910 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,911 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,915 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,916 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,917 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,918 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,919 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,920 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,921 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,922 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,924 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,925 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,926 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,927 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,928 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,929 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,930 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,931 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,933 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,934 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,935 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,936 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,937 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,938 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,939 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,940 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,941 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,943 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,944 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,945 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,946 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,947 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,948 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,949 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,950 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,952 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,953 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,955 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,956 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,957 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,958 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,959 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,960 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,961 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,962 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,963 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,964 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,965 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,967 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,968 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,969 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,970 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,971 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,973 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,974 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,975 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,976 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,977 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,981 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,982 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,984 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,986 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,987 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,988 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,989 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,990 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,991 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,992 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,993 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,994 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,995 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,996 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,997 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,998 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:22,999 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,000 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,001 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,002 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,003 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,004 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,006 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,007 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,007 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,009 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,010 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,011 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,012 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,013 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,014 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,015 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,016 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,017 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,018 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,019 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,020 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,021 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,022 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,023 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,024 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,025 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,026 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,027 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,028 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,029 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,030 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,031 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,033 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,034 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,035 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,036 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,037 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,039 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,040 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,041 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,043 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,044 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,044 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,045 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,046 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,047 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,048 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,049 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,050 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,051 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,052 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,054 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,055 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,056 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,057 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,058 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,059 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,060 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,061 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,062 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,063 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,064 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,065 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,065 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,067 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,068 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,069 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,070 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,071 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,072 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,073 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,074 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,075 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,076 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,077 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,078 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,079 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,080 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,081 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,082 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,083 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,084 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,085 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,086 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,087 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,088 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,089 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,090 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,091 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,092 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,093 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,094 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,095 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,097 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,098 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,099 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,100 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,101 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,102 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,103 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,104 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,105 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,106 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,107 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,108 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,109 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,110 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,111 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,112 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,113 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,114 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,115 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,116 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,117 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,119 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,120 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,121 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,122 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,123 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,124 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,125 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,126 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,127 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,128 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,129 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,130 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,131 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,132 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,133 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,135 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,136 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,137 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,138 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,139 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,141 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,142 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,143 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,144 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,145 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,146 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,147 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,149 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,150 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,151 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,152 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,152 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,154 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,154 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,155 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,157 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,158 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,159 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,160 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,161 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,162 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,163 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,164 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,165 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,166 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,167 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,168 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,169 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,170 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,171 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,172 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,174 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,175 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,176 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,177 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,178 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,179 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,180 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,181 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,182 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,183 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,184 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,185 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,186 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,187 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,188 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,189 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,190 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,191 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,192 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,193 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,194 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,195 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,196 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,197 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,198 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,199 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,200 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,201 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,202 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,203 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,204 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,205 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,206 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,207 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,208 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,209 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,210 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,211 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,212 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,213 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,214 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,215 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,216 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,217 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,218 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,219 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,220 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,221 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,222 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,223 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,224 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,225 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,227 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,228 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,229 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,230 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,231 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,232 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,233 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,234 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,235 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,236 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,237 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,238 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,239 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,240 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,241 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,242 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,244 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,245 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,246 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,247 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,248 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,249 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,250 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,251 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,252 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,252 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,254 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,255 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,256 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,257 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,258 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,259 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,260 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,261 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,262 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,263 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,264 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,265 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,266 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,267 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,268 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,269 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,270 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,271 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,272 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,274 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,275 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,276 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,277 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,278 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,280 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,281 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,282 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,283 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,284 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,286 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,286 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,288 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,289 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,290 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,290 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,291 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,292 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,293 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,294 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,295 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,297 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,297 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,298 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,299 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,300 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,302 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,302 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,307 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,311 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,312 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,316 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,321 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,325 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,329 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,330 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,331 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,332 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,334 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,335 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,336 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,337 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,338 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,339 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,340 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,341 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,342 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,343 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,344 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,345 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,346 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,347 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,349 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,350 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,351 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,352 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,353 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,354 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,356 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,356 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,357 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,358 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,359 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,360 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,361 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,362 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,363 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,364 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,365 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,366 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,367 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,368 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,369 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,370 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,371 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,372 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,373 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,374 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,375 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,376 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,377 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,378 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,379 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,380 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,381 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,382 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,383 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,384 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,385 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,386 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,387 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,388 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,390 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,391 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,392 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,392 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,393 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,394 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,395 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,396 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,397 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,398 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,400 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,401 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,402 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,403 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,404 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,405 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,406 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,407 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,408 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,409 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,410 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,411 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,412 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,413 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,414 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,416 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,417 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,418 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,419 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,420 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,421 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,421 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,422 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,424 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,425 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,426 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,427 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,428 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,428 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,430 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,431 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,432 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,433 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,434 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,435 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,436 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,437 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,438 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,439 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,440 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,441 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,442 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,443 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,444 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,445 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,446 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,447 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,448 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,449 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,450 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,452 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,453 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,453 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,455 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,456 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,457 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,458 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,459 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,460 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,461 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,462 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,463 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,464 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,465 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,466 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,467 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,468 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,469 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,470 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,471 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,472 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,473 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,474 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,475 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,476 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,477 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,478 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,479 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,480 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,481 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,482 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,483 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,484 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,485 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,486 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,488 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,489 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,490 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,491 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,492 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,493 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,494 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,495 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,496 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,497 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,498 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,499 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,499 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,500 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,501 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,503 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,504 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,505 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,506 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,507 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,508 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,509 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,510 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,511 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,512 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,514 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,515 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,515 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,516 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,518 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,519 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,520 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,521 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,522 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,523 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,524 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,525 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,526 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,528 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,529 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,529 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,530 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,531 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,532 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,533 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,534 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,535 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,536 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,537 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,538 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,539 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,540 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,541 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,543 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,544 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,545 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,546 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,546 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,547 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,548 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,550 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,551 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,552 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,553 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,554 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,554 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,556 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,557 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,558 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,559 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,560 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,561 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,562 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,563 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,564 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,565 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,567 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,568 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,569 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,570 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,571 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,572 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,573 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,575 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,576 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,577 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,578 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,579 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,580 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,581 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,582 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,583 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,584 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,585 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,586 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,587 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,588 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,589 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,590 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,592 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,592 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,593 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,594 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,595 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,596 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,597 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,598 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,599 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,601 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,602 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,603 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,604 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,605 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,606 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,607 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,608 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,610 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,611 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,612 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,613 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,614 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,614 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,616 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,617 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,618 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,619 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,620 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,621 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,622 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,623 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,624 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,625 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,626 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,627 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,628 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,629 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,630 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,631 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,632 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,633 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,634 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,635 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,636 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,637 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,638 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,639 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,640 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,641 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,642 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,643 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,644 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,645 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,646 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,647 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,648 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,649 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,650 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,651 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,652 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,653 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,654 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,655 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,656 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,658 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,659 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,660 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,661 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,662 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,663 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,664 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,665 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,665 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,667 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,667 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,668 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,669 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,671 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,671 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,673 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,674 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,675 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,676 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,677 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,678 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,679 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,681 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,682 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,683 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,684 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,685 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,686 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,687 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,688 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,689 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,690 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,691 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,692 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,693 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,694 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,695 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,697 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,698 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,699 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,700 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,701 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,702 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,703 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,704 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,705 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,706 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,707 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,708 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,709 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,711 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,711 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,712 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,714 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,715 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,716 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,717 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,718 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,719 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,720 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,721 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,722 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,723 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,725 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,726 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,727 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,728 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,729 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,730 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,731 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,732 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,733 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,734 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,735 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,736 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,737 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,738 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,739 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,740 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,741 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,742 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,743 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,744 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,745 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,746 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,747 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,748 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,749 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,750 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,751 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,752 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,753 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,754 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,755 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,756 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,757 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,758 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,759 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,760 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,761 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,762 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,763 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,764 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,765 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,766 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,767 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,768 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,769 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,770 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,771 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,773 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,774 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,775 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,776 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,777 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,778 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,780 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,780 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,781 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,782 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,783 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,784 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,785 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,786 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,787 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,789 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,790 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,791 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,792 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,793 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,793 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,794 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,795 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,796 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,797 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,798 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,799 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,800 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,801 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,802 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,804 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,805 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,806 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,807 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,808 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,809 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,810 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,811 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,812 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,813 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,814 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,815 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,816 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,817 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,818 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,819 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,820 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,821 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,822 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,823 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,825 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,826 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,827 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,828 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,829 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,830 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,830 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,832 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,833 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,834 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,835 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,836 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,837 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,838 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,839 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,840 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,841 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,842 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,843 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,844 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,845 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,846 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,847 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,848 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,849 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,850 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,851 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,852 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,853 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,854 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,855 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,856 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,857 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,858 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,859 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,860 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,861 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,862 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,863 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,864 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,866 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,867 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,868 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,869 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,870 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,871 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,872 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,873 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,874 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,875 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,876 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,877 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,878 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,879 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,880 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,881 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,882 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,883 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,884 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,885 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,886 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,887 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,888 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,889 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,890 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,892 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,893 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,894 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,895 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,896 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,897 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,898 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,899 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,900 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,901 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,902 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,903 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,904 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,905 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,906 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,907 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,908 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,909 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,910 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,911 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,912 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,913 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,915 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,916 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,917 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,918 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,919 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,920 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,921 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,922 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,923 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,924 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,926 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,926 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,927 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,928 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,930 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,931 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,932 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,933 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,934 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,935 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,936 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,937 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,939 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,940 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,941 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,942 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,943 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,943 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,945 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,945 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,946 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,947 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,948 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,949 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,950 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,952 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,953 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,954 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,955 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,956 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,957 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,958 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,959 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,960 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,961 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,962 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,963 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,964 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,965 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,966 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,968 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,969 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,969 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,970 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,971 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,972 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,973 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,974 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,975 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,976 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,977 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,978 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,979 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,980 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,981 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,982 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,983 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,984 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,986 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,987 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,988 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,989 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,990 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,991 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,992 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,993 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,994 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,995 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,996 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,997 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,998 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:23,999 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,001 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,002 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,003 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,004 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,005 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,006 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,007 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,008 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,009 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,010 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,011 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,012 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,013 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,015 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,016 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,017 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,018 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,019 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,020 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,021 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,022 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,023 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,024 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,025 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,026 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,027 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,028 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,029 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,030 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,031 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,032 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,033 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,034 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,035 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,036 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,037 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,038 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,039 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,040 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,041 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,042 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,043 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,044 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,045 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,047 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,048 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,049 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,050 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,051 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,052 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,053 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,054 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,056 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,057 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,058 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,059 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,060 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,061 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,062 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,063 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,064 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,065 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,066 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,067 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,068 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,069 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,070 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,071 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,072 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,073 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,074 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,075 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,076 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,077 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,078 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,079 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,080 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,081 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,082 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,083 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,084 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,085 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,086 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,087 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,088 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,089 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,090 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,091 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,092 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,093 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,094 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,095 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,096 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,097 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,099 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,100 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,101 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,102 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,103 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,104 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,105 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,106 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,107 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,108 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,109 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,110 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,111 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,112 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,113 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,114 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,115 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,116 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,117 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,118 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,119 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,120 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,121 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,122 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,124 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,124 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,125 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,127 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,128 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,129 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,130 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,131 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,132 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,133 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,134 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,135 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,136 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,138 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,139 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,140 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,141 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,142 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,143 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,144 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,145 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,146 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,147 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,148 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,149 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,150 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,151 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,152 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,153 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,154 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,155 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,156 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,157 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,158 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,159 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,160 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,161 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,162 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,163 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,164 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,165 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,166 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,167 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,168 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,169 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,170 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,171 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,172 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,173 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,174 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,175 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,176 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,177 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,178 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,179 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,180 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,181 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,182 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,183 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,184 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,185 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,186 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,188 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,189 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,190 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,191 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,192 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,193 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,194 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,195 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,196 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,197 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,198 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,199 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,200 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,201 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,202 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,203 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,204 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,205 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,206 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,207 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,208 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,209 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,210 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,211 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,212 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,213 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,214 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,215 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,216 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,217 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,218 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,219 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,220 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,221 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,222 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,223 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,224 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,225 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,226 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,227 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,228 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,229 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,230 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,231 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,232 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,233 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,235 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,236 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,237 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,238 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,239 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,240 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,241 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,242 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,243 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,245 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,246 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,247 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,248 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,250 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,250 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,251 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,252 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,253 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,254 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,256 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,257 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,258 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,259 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,260 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,260 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,261 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,262 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,263 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,264 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,265 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,266 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,268 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,268 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,269 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,270 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,271 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,272 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,274 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,274 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,276 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,277 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,278 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,279 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,280 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,281 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,282 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,283 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,284 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,285 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,286 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,287 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,288 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,289 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,290 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,291 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,292 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,293 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,294 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,295 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,296 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,297 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,298 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,299 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,300 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,301 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,302 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,304 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,305 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,306 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,307 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,308 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,309 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,310 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,311 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,312 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,313 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,314 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,315 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,316 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,317 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,319 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,320 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,321 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,322 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,323 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,324 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,325 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,326 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,327 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,328 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,329 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,330 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,331 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,332 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,333 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,334 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,335 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,336 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,337 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,338 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,339 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,340 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,341 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,341 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,342 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,343 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,344 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,345 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,346 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,347 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,349 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,349 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,351 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,352 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,353 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,354 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,355 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,356 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,357 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,358 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,359 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,360 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,362 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,363 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,363 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,365 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,366 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,367 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,368 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,369 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,370 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,371 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,372 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,373 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,374 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,375 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,376 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,377 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,378 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,380 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,381 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,382 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,383 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,384 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,385 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,386 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,387 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,388 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,389 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,390 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,391 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,392 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,393 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,394 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,395 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,396 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,397 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,398 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,399 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,400 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,401 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,402 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,403 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,404 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,405 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,407 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,408 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,409 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,410 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,411 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,412 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,413 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,414 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,416 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,418 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,419 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,420 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,421 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,422 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,423 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,424 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,425 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,426 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,427 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,428 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,429 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,430 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,431 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,432 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,434 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,435 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,436 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,437 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,438 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,439 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,440 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,441 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,442 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,444 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,445 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,446 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,447 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,448 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,450 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,451 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,452 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,453 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,454 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,455 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,456 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,457 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,458 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,459 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,460 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,461 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,462 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,463 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,464 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,465 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,466 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,467 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,468 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,469 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,470 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,471 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,472 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,473 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,474 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,476 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,477 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,478 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,479 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,480 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,481 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,482 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,482 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,483 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,484 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,485 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,486 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,487 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,488 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,489 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,491 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,492 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,493 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,493 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,495 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,496 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,497 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,498 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,499 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,500 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,501 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,502 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,503 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,504 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,505 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,506 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,507 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,508 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,509 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,510 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,511 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,512 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,513 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,514 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,515 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,516 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,517 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,518 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,519 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,520 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,521 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,522 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,523 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,524 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,526 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,527 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,528 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,529 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,530 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,531 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,532 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,533 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,534 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,535 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,536 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,537 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,538 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,540 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,541 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,542 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,543 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,543 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,544 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,546 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,547 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,548 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,549 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,550 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,551 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,552 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,554 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,555 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,556 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,557 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,558 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,559 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,560 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,561 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,562 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,564 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,564 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,565 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,566 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,567 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,568 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,569 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,570 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,571 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,572 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,573 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,574 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,576 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,577 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,578 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,579 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,580 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,581 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,582 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,583 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,584 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,585 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,586 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,587 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,588 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,589 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,590 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,591 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,592 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,593 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,594 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,595 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,596 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,597 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,598 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,599 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,600 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,601 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,602 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,603 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,604 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,605 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,606 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,607 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,608 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,609 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,610 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,611 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,612 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,613 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,614 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,615 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,617 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,618 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,619 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,619 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,620 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,621 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,622 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,623 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,625 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,626 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,627 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,628 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,629 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,630 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,631 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,632 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,633 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,634 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,635 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,636 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,637 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,638 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,639 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,640 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,641 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,642 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,643 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,644 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,645 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,646 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,647 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,648 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,649 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,650 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,651 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,652 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,653 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,654 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,655 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,656 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,657 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,658 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,659 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,660 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,661 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,662 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,663 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,664 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,665 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,666 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,667 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,668 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,669 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,670 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,671 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,672 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,673 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,674 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,675 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,676 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,677 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,678 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,679 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,680 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,682 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,682 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,683 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,684 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,685 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,686 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,687 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,688 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,689 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,690 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,691 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,692 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,693 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,694 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,695 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,696 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,697 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,698 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,699 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,700 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,701 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,702 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,703 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,705 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,706 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,706 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,707 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,708 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,709 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,710 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,712 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,713 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,714 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,715 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,716 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,718 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,719 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,720 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,721 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,722 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,723 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,724 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,725 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,726 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,727 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,728 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,729 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,730 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,731 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,732 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,733 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,735 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,735 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,737 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,738 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,739 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,740 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,741 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,742 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,743 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,744 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,745 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,746 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,747 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,748 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,749 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,750 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,751 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,752 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,753 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,754 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,755 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,756 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,757 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,758 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,759 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,761 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,762 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,763 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,764 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,765 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,766 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,767 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,768 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,769 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,770 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,770 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,771 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,772 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,774 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,775 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,776 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,777 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,778 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,778 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,779 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,781 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,782 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,783 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,784 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,784 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,786 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,787 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,788 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,789 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,790 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,791 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,792 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,793 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,794 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,795 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,796 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,797 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,797 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,798 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,800 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,801 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,802 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,803 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,804 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,804 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,805 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,807 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,807 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,808 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,810 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,811 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,812 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,813 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,814 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,815 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,816 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,818 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,819 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,820 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,821 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,822 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,823 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,824 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,825 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,826 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,827 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,828 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,829 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,830 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,831 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,832 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,833 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,834 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,835 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,836 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,837 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,838 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,839 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,840 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,841 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,842 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,843 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,844 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,845 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,846 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,847 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,849 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,850 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,851 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,852 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,853 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,854 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,855 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,856 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,857 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,858 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,859 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,860 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,861 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,862 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,863 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,864 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,865 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,867 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,867 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,868 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,870 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,871 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,872 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,873 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,874 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,876 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,877 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,877 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,879 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,880 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,880 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,881 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,883 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,884 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,885 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,886 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,887 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,888 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,889 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,890 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,891 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,892 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,893 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,894 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,895 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,896 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,897 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,898 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,899 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,900 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,902 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,903 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,904 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,905 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,906 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,907 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,908 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,909 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,910 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,911 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,912 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,913 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,914 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,915 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,916 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,917 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,918 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,919 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,920 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,921 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,922 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,923 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,924 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,925 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,926 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,927 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,929 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,929 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,930 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,932 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,933 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,934 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,935 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,936 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,937 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,939 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,940 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,941 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,941 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,943 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,944 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,945 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,946 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,947 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,948 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,949 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,950 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,951 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,952 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,953 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,954 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,955 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,956 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,958 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,959 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,960 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,961 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,962 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,962 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,963 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,964 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,965 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,966 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,967 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,969 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,970 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,971 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,972 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,973 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,974 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,975 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,976 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,977 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,977 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,978 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,979 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,981 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,982 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,983 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,984 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,985 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,986 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,987 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,988 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,989 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,990 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,991 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,992 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,993 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,994 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,995 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,996 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,997 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,998 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:24,999 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,000 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,001 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,002 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,004 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,005 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,006 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,007 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,008 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,009 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,010 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,011 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,012 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,013 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,014 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,015 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,016 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,017 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,018 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,019 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,020 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,021 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,022 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,023 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,024 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,025 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,026 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,027 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,028 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,030 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,031 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,032 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,033 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,034 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,035 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,036 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,037 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,038 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,039 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,040 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,041 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,043 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,044 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,045 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,046 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,047 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,048 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,049 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,050 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,051 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,052 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,053 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,054 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,055 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,056 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,057 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,058 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,059 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,060 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,061 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,062 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,063 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,064 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,065 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,066 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,068 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,069 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,070 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,071 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,072 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,073 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,074 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,075 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,076 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,077 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,078 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,079 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,080 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,081 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,082 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,083 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,084 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,085 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,086 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,087 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,088 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,089 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,090 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,091 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,092 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,093 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,094 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,095 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,096 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,097 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,098 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,099 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,100 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,101 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,102 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,103 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,104 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,105 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,106 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,107 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,108 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,109 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,110 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,111 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,112 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,113 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,114 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,115 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,116 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,117 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,118 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,119 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,120 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,121 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,122 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,123 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,124 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,125 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,126 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,127 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,128 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,129 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,130 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,131 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,132 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,133 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,134 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,136 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,137 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,138 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,139 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,140 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,141 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,142 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,143 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,145 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,146 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,147 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,148 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,149 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,150 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,151 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,152 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,153 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,154 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,155 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,156 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,157 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,158 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,159 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,160 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,162 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,163 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,164 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,165 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,166 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,167 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,168 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,169 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,170 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,171 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,172 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,173 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,174 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,175 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,176 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,177 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,178 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,179 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,180 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,181 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,182 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,183 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,184 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,186 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,187 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,188 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,189 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,190 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,191 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,192 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,193 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,195 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,196 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,197 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,198 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,199 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,200 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,201 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,202 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,203 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,204 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,205 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,206 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,207 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,208 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,209 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,210 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,211 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,212 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,213 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,214 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,215 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,216 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,217 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,218 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,219 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,220 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,221 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,222 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,223 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,224 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,225 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,226 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,227 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,228 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,229 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,230 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,231 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,232 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,234 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,235 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,236 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,237 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,238 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,239 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,240 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,241 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,242 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,243 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,244 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,245 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,246 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,247 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,248 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,249 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,250 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,251 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,252 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,253 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,254 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,255 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,256 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,257 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,259 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,260 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,261 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,262 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,263 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,264 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,265 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,266 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,267 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,268 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,269 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,270 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,271 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,272 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,274 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,275 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,276 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,277 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,278 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,278 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,280 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,281 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,282 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,283 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,284 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,285 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,286 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,287 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,288 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,289 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,290 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,291 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,292 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,293 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,295 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,296 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,296 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,298 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,299 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,300 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,301 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,302 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,304 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,305 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,306 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,307 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,308 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,309 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,310 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,311 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,312 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,313 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,314 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,315 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,317 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,317 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,319 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,320 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,321 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,322 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,323 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,324 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,325 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,326 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,327 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,328 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,329 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,330 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,331 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,332 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,333 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,334 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,335 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,336 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,337 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,338 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,339 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,340 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,341 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,342 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,343 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,344 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,345 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,346 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,347 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,348 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,349 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,351 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,352 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,353 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,354 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,355 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,356 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,357 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,359 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,360 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,361 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,362 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,363 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,364 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,365 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,365 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,366 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,367 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,369 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,370 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,371 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,372 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,373 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,374 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,375 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,376 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,377 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,378 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,379 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,380 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,381 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,382 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,383 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,384 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,385 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,386 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,387 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,388 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,390 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,391 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,392 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,393 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,394 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,396 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,397 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,397 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,398 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,400 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,401 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,402 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,403 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,404 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,405 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,406 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,407 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,408 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,409 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,410 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,411 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,412 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,413 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,414 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,415 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,417 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,418 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,419 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,420 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,421 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,422 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,423 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,424 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,425 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,426 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,427 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,429 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,430 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,431 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,432 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,433 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,434 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,435 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,436 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,437 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,438 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,439 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,440 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,441 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,441 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,443 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,444 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,445 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,446 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,447 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,448 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,449 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,450 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,451 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,452 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,453 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,454 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,456 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,457 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,458 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,458 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,459 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,460 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,461 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,463 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,464 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,465 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,466 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,467 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,468 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,469 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,470 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,471 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,472 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,474 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,474 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,475 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,476 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,478 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,479 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,479 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,480 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,481 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,482 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,483 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,485 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,486 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,487 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,488 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,489 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,490 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,491 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,492 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,494 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,495 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,496 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,497 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,498 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,499 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,501 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,502 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,503 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,504 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,505 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,506 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,507 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,508 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,509 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,510 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,511 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,512 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,513 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,514 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,515 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,516 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,517 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,518 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,519 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,520 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,522 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,522 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,524 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,525 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,526 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,527 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,528 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,529 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,530 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,531 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,532 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,533 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,534 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,535 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,536 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,538 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,539 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,540 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,541 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,542 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,543 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,544 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,545 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,546 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,547 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,548 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,549 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,550 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,551 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,552 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,553 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,554 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,555 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,556 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,558 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,559 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,560 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,560 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,561 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,562 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,564 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,564 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,565 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,567 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,567 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,568 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,569 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,570 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,572 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,573 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,574 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,575 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,576 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,577 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,578 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,579 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,580 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,581 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,582 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,583 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,584 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,585 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,586 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,587 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,588 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,589 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,590 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,591 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,592 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,593 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,594 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,595 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,596 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,597 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,598 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,599 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,601 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,602 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,603 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,604 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,605 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,606 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,607 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,608 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,609 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,610 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,611 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,612 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,613 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,614 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,615 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,616 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,617 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,618 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,619 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,620 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,621 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,622 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,623 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,624 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,626 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,627 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,628 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,629 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,630 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,631 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,632 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,633 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,634 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,635 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,636 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,637 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,638 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,639 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,640 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,641 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,642 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,644 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,645 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,646 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,647 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,648 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,649 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,650 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,651 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,652 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,653 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,654 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,655 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,656 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,657 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,658 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,659 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,660 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,661 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,662 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,663 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,664 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,665 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,666 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,667 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,668 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,669 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,670 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,671 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,673 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,673 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,674 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,675 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,676 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,677 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,678 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,679 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,680 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,681 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,683 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,684 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,685 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,686 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,686 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,687 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,688 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,689 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,690 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,691 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,693 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,694 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,695 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,696 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,697 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,698 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,699 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,700 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,701 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,702 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,703 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,704 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,705 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,706 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,707 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,708 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,709 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,710 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,711 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,712 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,713 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,714 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,715 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,716 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,717 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,718 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,719 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,720 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,721 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,722 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,723 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,724 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,725 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,726 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,727 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,728 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,729 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,730 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,732 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,732 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,733 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,734 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,735 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,736 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,737 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,738 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,739 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,740 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,741 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,742 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,743 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,744 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,745 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,746 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,747 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,748 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,749 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,751 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,752 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,753 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,754 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,755 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,756 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,757 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,758 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,759 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,760 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,761 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,762 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,763 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,764 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,765 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,766 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,767 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,768 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,769 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,770 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,771 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,772 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,773 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,774 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,775 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,776 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,777 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,778 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,779 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,780 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,781 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,782 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,783 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,784 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,785 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,786 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,787 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,788 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,789 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,790 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,792 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,793 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,793 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,794 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,795 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,796 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,797 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,798 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,799 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,801 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,802 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,803 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,803 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,805 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,806 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,807 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,808 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,809 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,810 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,811 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,812 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,813 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,814 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,815 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,816 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,817 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,818 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,819 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,821 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,821 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,822 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,823 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,824 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,826 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,827 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,828 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,829 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,830 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,831 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,832 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,833 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,834 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,835 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,836 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,837 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,838 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,839 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,840 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,841 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,843 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,843 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,844 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,845 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,846 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,848 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,849 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,850 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,851 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,852 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,853 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,854 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,855 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,857 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,858 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,858 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,859 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,861 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,862 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,863 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,863 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,864 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,865 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,866 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,867 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,868 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,869 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,870 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,871 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,873 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,874 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,875 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,876 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,877 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,878 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,879 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,880 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,881 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,882 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,883 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,884 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,886 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,887 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,887 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,888 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,890 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,890 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,891 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,892 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,894 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,894 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,895 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,896 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,898 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,899 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,900 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,901 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,902 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,903 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,904 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,905 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,907 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,908 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,909 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,910 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,911 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,912 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,912 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,913 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,914 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,915 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,916 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,917 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,918 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,920 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,921 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,922 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,922 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,923 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,924 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,925 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,926 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,927 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,929 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,930 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,931 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,932 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,933 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,934 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,935 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,936 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,937 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,938 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,939 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,940 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,941 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,942 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,943 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,944 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,945 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,946 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,947 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,948 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,949 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,950 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,951 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,952 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,953 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,954 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,955 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,956 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,957 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,958 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,959 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,960 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,961 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,962 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,963 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,964 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,965 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,966 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,967 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,968 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,969 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,971 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,972 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,972 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,973 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,974 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,976 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,976 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,978 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,979 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,980 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,981 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,982 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,983 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,984 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,986 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,987 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,988 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,989 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,990 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,991 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,992 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,994 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,994 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,995 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,996 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,997 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:25,999 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,000 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,001 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,002 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,003 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,004 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,005 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,007 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,007 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,009 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,010 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,011 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,012 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,013 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,014 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,015 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,016 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,017 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,018 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,019 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,020 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,021 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,022 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,023 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,024 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,025 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,026 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,027 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,028 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,029 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,030 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,031 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,032 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,033 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,034 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,035 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,036 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,037 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,039 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,040 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,041 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,042 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,043 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,044 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,045 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,046 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,047 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,048 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,049 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,050 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,052 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,053 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,054 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,055 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,056 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,057 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,058 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,059 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,060 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,061 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,062 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,063 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,065 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,066 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,067 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,068 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,069 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,070 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,071 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,072 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,073 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,074 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,075 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,076 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,077 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,078 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,079 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,080 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,081 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,082 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,083 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,084 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,085 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,086 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,087 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,088 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,089 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,090 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,091 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,092 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,093 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,094 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,095 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,096 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,097 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,098 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,099 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,100 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,101 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,102 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,103 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,104 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,105 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,106 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,107 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,108 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,109 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,110 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,111 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,112 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,113 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,114 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,115 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,116 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,117 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,118 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,119 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,120 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,121 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,122 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,123 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,124 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,125 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,126 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,127 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,128 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,129 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,130 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,131 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,132 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,133 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,134 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,135 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,136 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,137 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,138 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,139 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,140 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,141 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,142 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,143 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,144 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,145 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,146 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,148 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,149 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,150 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,151 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,152 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,153 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,154 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,154 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,155 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,157 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,157 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,158 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,160 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,161 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,162 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,162 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,164 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,165 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,166 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,167 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,168 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,169 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,170 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,170 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,172 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,173 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,174 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,175 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,176 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,177 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,178 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,179 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,180 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,181 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,182 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,183 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,184 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,185 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,186 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,187 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,188 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,189 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,190 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,191 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,192 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,193 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,194 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,195 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,196 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,197 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,198 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,200 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,201 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,202 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,203 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,204 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,205 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,206 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,207 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,208 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,209 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,210 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,211 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,212 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,213 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,214 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,215 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,216 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,217 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,218 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,219 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,220 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,221 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,222 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,223 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,224 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,225 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,226 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,227 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,228 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,229 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,230 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,231 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,232 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,233 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,234 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,235 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,236 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,237 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,238 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,239 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,240 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,241 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,242 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,244 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,245 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,246 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,248 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,249 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,249 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,250 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,251 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,252 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,253 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,254 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,255 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,256 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,257 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,258 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,259 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,260 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,261 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,262 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,264 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,265 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,265 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,267 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,268 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,269 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,270 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,271 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,272 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,274 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,275 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,276 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,277 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,278 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,279 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,280 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,281 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,282 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,283 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,284 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,285 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,286 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,287 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,288 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,289 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,290 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,291 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,293 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,293 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,294 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,296 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,297 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,297 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,299 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,300 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,301 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,302 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,303 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,304 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,305 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,307 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,307 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,309 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,310 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,310 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,311 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,313 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,314 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,315 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,316 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,317 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,318 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,319 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,320 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,321 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,322 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,323 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,324 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,325 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,326 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,327 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,328 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,331 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,332 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,333 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,334 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,335 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,336 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,337 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,338 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,339 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,340 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,341 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,342 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,343 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,344 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,345 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,346 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,347 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,348 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,349 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,350 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,352 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,353 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,354 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,355 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,356 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,357 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,358 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,359 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,360 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,361 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,362 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,363 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,364 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,365 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,366 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,367 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,368 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,369 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,370 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,371 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,372 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,373 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,374 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,375 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,376 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,378 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,379 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,380 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,380 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,381 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,382 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,383 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,384 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,385 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,386 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,387 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,388 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,390 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,391 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,392 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,393 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,394 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,395 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,396 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,397 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,398 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,399 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,400 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,401 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,402 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,403 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,405 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,406 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,407 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,408 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,409 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,410 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,411 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,412 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,413 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,414 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,416 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,416 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,418 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,419 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,420 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,421 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,422 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,422 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,424 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,425 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,426 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,427 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,428 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,429 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,430 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,431 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,432 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,433 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,434 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,436 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,437 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,438 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,439 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,440 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,441 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,442 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,443 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,444 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,445 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,446 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,447 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,448 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,449 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,450 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,451 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,452 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,453 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,454 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,455 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,456 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,457 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,458 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,459 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,460 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,462 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,463 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,464 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,465 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,466 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,467 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,468 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,469 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,470 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,471 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,472 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,473 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,474 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,475 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,476 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,477 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,478 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,479 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,480 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,481 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,483 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,484 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,485 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:28:26,486 misc 57804 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. INFO 2025-10-03 21:28:38,222 basehttp 53670 6193999872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:29:17,280 basehttp 53670 6193999872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:29:17,285 basehttp 53670 6193999872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:29:17,300 log 53670 6193999872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:29:17,302 basehttp 53670 6193999872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 INFO 2025-10-03 21:30:03,223 basehttp 53670 6193999872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 WARNING 2025-10-03 21:30:03,881 log 53670 6193999872 Not Found: /en/radiology/viewer/image/60541/ WARNING 2025-10-03 21:30:03,881 basehttp 53670 6193999872 "GET /en/radiology/viewer/image/60541/ HTTP/1.1" 404 29998 INFO 2025-10-03 21:30:06,633 basehttp 53670 6193999872 "GET /en/admin/radiology/dicomimage/86514/change/ HTTP/1.1" 302 0 INFO 2025-10-03 21:30:06,666 basehttp 53670 6193999872 "GET /en/admin/ HTTP/1.1" 200 120725 INFO 2025-10-03 21:30:06,679 basehttp 53670 6193999872 "GET /static/admin/img/icon-alert.svg HTTP/1.1" 200 504 INFO 2025-10-03 21:30:10,750 basehttp 53670 6193999872 "GET /en/admin/radiology/dicomimage/ HTTP/1.1" 200 92147 INFO 2025-10-03 21:30:10,768 basehttp 53670 6193999872 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-03 21:30:18,282 basehttp 53670 6227652608 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:30:18,290 basehttp 53670 6227652608 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:30:18,315 log 53670 6227652608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:30:18,316 basehttp 53670 6227652608 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 WARNING 2025-10-03 21:30:40,431 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,453 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,458 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,461 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,464 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,467 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,470 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,472 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,476 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,478 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,484 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,488 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,493 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,496 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,499 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,502 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,505 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,510 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,512 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,516 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,519 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,524 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,527 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,530 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,532 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,535 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,539 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,541 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,546 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,549 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,551 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,554 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,557 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,560 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,563 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,565 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,568 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,571 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,573 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,576 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,578 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,581 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,583 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,586 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,589 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,591 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,597 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,600 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,605 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,608 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,611 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,614 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,616 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,619 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,622 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,626 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,629 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,632 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,634 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,638 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,640 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,643 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,647 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,650 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,654 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,658 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,661 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,665 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,668 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,673 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,677 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,679 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,683 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,685 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,688 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,690 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,693 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,696 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,699 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,703 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,705 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,711 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,714 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,717 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,719 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,722 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,725 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,727 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,730 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,733 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,736 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,741 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,746 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,749 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,753 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,755 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,757 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,761 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,765 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,768 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,771 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,775 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,777 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,780 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,784 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,786 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,788 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,792 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,797 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,800 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,803 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,806 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,809 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,813 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,816 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,819 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,823 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,825 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,832 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,835 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,838 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,841 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,845 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,848 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,850 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,853 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,857 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,861 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,867 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,871 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,876 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,883 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,885 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,888 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,891 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,894 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,896 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,899 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,902 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,907 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,910 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,914 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,919 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,921 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,924 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,928 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,932 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,935 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,937 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,940 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,943 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,946 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,949 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,951 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,957 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,961 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,965 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,967 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,970 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,974 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,977 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,980 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,986 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,989 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,995 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:40,998 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,000 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,004 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,007 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,010 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,017 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,022 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,024 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,027 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,030 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,033 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,036 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,039 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,042 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,045 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,049 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,051 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,054 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,058 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,060 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,066 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,070 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,072 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,076 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,078 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,081 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,084 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,086 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,089 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,095 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,098 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,100 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,103 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,107 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,110 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,113 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,116 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,120 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,122 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,129 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,132 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,135 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,138 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,141 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,146 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,149 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,152 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,155 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,159 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,162 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,166 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,169 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,171 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,174 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,177 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,181 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,183 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,186 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,190 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,196 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,199 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,202 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,206 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,209 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,212 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,216 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,220 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,222 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,225 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,228 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,230 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,233 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,236 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,239 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,242 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,244 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,247 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,249 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,252 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,255 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,259 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,262 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,265 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,268 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,271 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,276 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,280 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,284 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,287 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,290 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,293 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,297 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,302 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,305 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,308 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,311 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,314 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,316 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,319 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,322 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,326 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,330 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,333 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,337 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,340 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,342 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,348 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,352 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,354 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,357 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,361 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,365 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,371 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,377 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,384 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,386 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,389 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,392 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,398 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,402 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,405 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,409 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,413 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,416 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,419 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,422 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,426 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,429 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,431 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,434 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,437 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,439 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,441 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,444 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,447 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,451 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,455 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,458 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,462 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,468 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,471 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,474 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,478 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,483 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,488 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,491 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,495 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,498 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,502 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,506 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,508 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,511 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,515 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,518 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,521 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,523 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,527 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,537 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,541 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,543 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,546 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,549 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,552 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,555 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,557 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,560 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,563 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,566 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,571 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,574 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,576 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,580 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,585 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,589 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,591 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,594 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,598 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,602 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,605 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,608 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,611 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,613 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,616 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,619 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,621 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,627 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,630 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,633 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,635 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,639 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,645 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,648 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,651 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,653 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,657 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,660 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,662 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,665 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,667 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,673 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,677 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,681 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,683 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,687 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,690 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,693 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,696 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,699 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,701 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,705 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,708 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,711 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,714 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,716 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,719 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,722 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,726 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,730 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,734 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,737 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,742 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,744 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,747 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,749 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,752 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,756 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,758 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,761 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,765 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,768 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,771 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,775 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,778 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,781 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,785 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,789 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,792 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,795 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,800 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,804 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,807 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,812 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,815 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,818 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,821 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,827 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,832 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,836 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,840 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,843 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,845 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,848 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,851 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,854 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,857 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,863 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,866 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,872 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,875 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,878 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,881 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,885 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,887 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,890 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,893 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,895 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,898 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,901 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,904 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,906 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,909 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,912 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,915 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,919 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,923 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,927 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,930 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,933 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,936 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,940 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,945 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,948 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,951 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,955 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,958 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,963 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,967 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,969 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,974 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,978 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,982 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,987 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,989 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,992 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,995 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:41,999 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,001 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,004 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,008 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,012 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,015 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,018 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,021 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,024 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,027 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,030 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,033 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,037 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,040 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,042 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,046 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,050 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,053 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,055 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,058 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,062 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,065 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,069 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,072 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,074 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,077 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,080 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,084 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,087 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,090 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,094 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,097 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,100 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,104 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,110 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,115 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,119 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,123 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,126 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,128 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,131 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,135 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,138 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,141 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,144 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,147 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,150 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,153 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,156 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,159 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,163 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,165 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,168 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,171 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,176 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,179 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,183 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,188 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,191 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,194 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,196 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,199 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,202 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,205 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,208 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,212 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,216 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,218 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,221 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,224 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,227 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,231 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,237 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,241 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,245 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,248 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,250 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,253 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,256 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,259 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,264 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,268 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,271 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,274 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,277 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,280 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,283 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,285 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,290 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,293 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,296 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,298 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,302 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,305 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,308 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,312 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,314 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,319 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,323 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,326 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,329 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,332 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,337 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,340 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,342 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,345 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,348 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,352 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,354 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,360 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,363 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,366 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,372 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,376 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,379 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,382 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,384 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,388 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,391 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,394 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,399 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,402 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,405 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,410 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,414 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,417 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,419 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,422 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,426 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,429 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,432 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,436 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,439 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,441 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,444 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,447 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,450 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,453 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,456 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,460 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,463 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,466 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,469 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,472 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,475 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,478 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,482 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,484 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,489 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,494 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,499 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,502 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,505 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,509 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,514 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,518 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,520 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,523 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,526 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,529 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,537 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,541 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,543 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,547 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,551 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,553 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,555 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,559 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,562 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,564 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,567 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,573 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,579 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,582 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,585 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,590 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,592 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,598 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,601 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,605 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,608 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,611 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,615 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,618 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,621 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,624 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,627 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,632 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,636 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,639 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,643 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,646 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,650 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,653 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,656 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,658 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,661 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,665 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,668 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,671 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,675 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,678 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,682 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,686 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,689 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,694 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,697 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,703 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,705 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,708 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,711 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,716 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,718 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,722 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,726 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,729 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,732 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,735 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,738 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,741 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,745 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,750 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,753 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,756 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,759 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,762 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,764 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,767 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,771 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,774 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,780 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,784 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,787 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,789 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,792 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,795 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,799 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,802 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,808 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,810 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,813 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,815 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,818 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,821 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,824 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,826 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,830 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,835 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,837 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,840 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,843 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,846 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,849 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,852 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,854 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,857 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,859 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,863 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,868 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,871 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,874 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,879 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,882 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,885 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,889 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,893 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,897 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,899 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,905 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,908 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,911 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,915 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,918 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,923 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,926 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,929 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,934 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,939 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,942 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,945 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,948 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,951 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,953 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,957 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,959 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,963 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,968 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,972 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,974 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,977 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,981 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,986 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,990 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,993 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,996 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:42,999 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,003 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,006 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,008 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,011 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,014 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,016 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,019 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,021 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,024 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,027 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,030 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,033 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,036 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,040 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,043 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,047 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,049 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,052 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,054 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,057 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,060 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,062 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,065 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,068 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,071 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,074 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,077 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,080 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,082 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,088 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,091 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,095 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,097 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,101 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,104 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,107 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,111 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,113 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,116 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,118 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,121 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,124 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,126 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,129 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,133 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,136 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,139 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,142 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,145 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,148 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,151 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,154 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,156 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,157 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,160 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,161 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,164 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,165 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,166 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,167 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,169 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,170 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,172 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,173 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,175 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,176 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,179 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,180 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,184 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,185 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,190 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,190 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,193 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,194 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,197 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,198 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,200 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,201 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,203 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,204 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,206 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,207 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,209 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,210 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,211 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,212 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,214 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,215 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,217 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,218 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,221 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,222 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,223 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,224 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,226 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,227 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,231 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,232 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,234 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,235 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,237 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,237 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,239 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,240 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,242 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,243 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,245 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,246 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,248 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,249 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,250 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,251 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,256 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,257 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,259 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,259 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,262 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,262 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,264 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,265 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,269 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,269 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,271 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,272 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,274 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,275 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,277 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,278 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,283 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,283 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,285 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,286 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,288 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,289 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,291 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,292 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,294 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,295 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,297 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,298 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,300 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,300 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,303 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,303 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,306 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,306 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,308 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,309 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,311 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,312 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,314 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,315 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,317 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,318 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,320 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,321 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,323 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,323 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,326 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,327 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,329 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,330 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,333 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,334 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,336 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,337 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,342 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,342 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,348 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,349 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,352 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,353 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,355 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,356 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,359 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,359 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,362 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,363 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,366 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,366 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,369 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,370 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,374 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,375 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,377 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,378 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,382 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,383 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,384 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,385 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,388 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,388 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,390 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,391 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,393 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,394 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,396 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,396 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,399 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,400 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,402 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,403 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,408 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,409 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,411 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,411 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,414 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,415 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,418 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,419 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,421 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,421 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,423 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,424 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,426 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,427 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,428 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,429 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,433 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,434 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,438 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,439 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,442 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,443 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,444 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,445 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,447 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,448 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,451 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,452 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,454 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,454 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,457 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,458 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,461 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,461 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,463 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,464 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,468 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,468 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,470 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,471 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,475 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,476 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,480 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,481 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,485 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,486 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,488 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,489 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,491 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,492 misc 59123 8313250112 Invalid value for VR IS: '1337.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:43,494 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,498 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,500 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,503 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,507 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,510 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,516 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,519 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,523 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,525 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,528 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,537 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,541 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,545 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,548 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,550 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,553 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,556 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,559 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,562 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,566 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,568 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,570 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,573 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,577 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,581 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,583 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,586 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,592 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,594 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,597 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,599 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,602 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,604 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,607 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,609 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,612 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,616 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,619 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,622 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,624 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,627 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,631 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,637 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,639 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,642 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,645 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,648 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,651 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,653 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,657 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,660 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,663 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,666 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,670 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,673 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,679 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,683 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,686 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,688 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,691 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,694 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,698 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,701 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,704 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,706 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,712 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,715 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,718 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,722 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,725 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,731 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,734 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,738 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,742 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,745 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,749 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,752 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,756 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,761 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,763 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,767 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,769 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,776 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,779 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,784 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,788 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,791 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,793 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,797 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,799 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,803 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,805 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,811 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,815 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,818 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,820 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,823 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,828 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,831 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,834 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,838 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,841 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,844 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,849 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,853 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,855 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,858 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,861 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,864 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,866 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,870 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,873 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,876 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,879 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,883 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,886 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,889 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,894 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,900 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,903 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,907 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,910 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,913 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,915 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,918 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,920 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,923 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,926 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,931 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,935 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,938 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,941 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,944 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,947 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,951 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,954 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,957 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,961 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,964 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,966 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,970 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,973 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,975 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,978 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,980 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,985 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,989 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,992 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,996 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:43,999 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,001 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,004 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,006 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,009 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,012 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,015 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,019 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,022 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,024 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,027 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,031 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,034 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,038 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,041 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,043 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,046 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,049 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,052 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,055 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,061 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,066 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,070 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,073 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,076 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,079 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,082 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,085 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,092 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,097 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,100 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,104 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,107 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,109 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,114 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,117 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,120 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,123 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,127 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,129 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,132 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,135 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,140 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,145 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,148 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,150 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,156 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,160 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,163 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,167 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,170 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,172 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,176 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,178 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,181 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,185 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,188 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,191 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,195 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,197 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,200 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,202 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,205 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,208 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,210 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,214 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,216 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,219 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,222 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,225 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,227 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,230 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,233 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,236 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,240 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,243 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,246 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,250 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,254 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,260 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,264 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,268 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,271 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,273 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,278 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,284 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,287 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,290 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,293 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,297 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,300 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,303 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,305 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,308 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,312 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,315 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,318 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,321 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,325 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,328 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,330 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,334 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,340 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,344 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,347 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,351 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,354 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,357 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,361 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,364 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,367 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,370 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,372 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,374 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,377 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,380 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,386 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,390 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,394 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,399 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,403 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,406 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,408 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,411 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,415 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,417 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,420 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,423 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,426 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,429 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,432 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,434 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,437 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,440 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,443 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,448 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,452 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,455 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,458 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,461 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,463 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,466 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,469 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,472 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,475 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,478 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,482 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,485 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,489 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,492 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,497 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,500 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,503 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,506 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,508 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,514 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,517 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,520 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,526 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,528 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,532 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,535 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,539 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,542 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,545 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,548 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,553 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,557 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,559 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,562 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,564 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,567 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,571 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,575 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,578 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,581 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,584 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,586 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,589 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,594 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,598 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,601 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,604 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,607 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,607 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,610 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,611 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,613 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,614 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,618 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,619 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,623 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,623 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,626 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,627 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,630 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,630 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,632 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,633 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,636 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,637 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,639 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,640 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,641 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,642 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,646 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,646 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,650 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,651 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,653 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,653 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,655 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,656 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,660 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,660 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,665 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,666 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,669 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,670 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,675 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,676 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,680 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,681 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,683 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,684 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,686 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,687 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,689 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,690 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,692 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,693 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,695 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,696 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,699 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,700 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,702 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,703 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,705 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,705 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,711 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,711 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,714 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,714 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,716 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,717 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,718 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,719 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,724 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,725 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,729 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,730 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,732 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,733 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,735 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,736 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,739 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,739 misc 59123 8313250112 Invalid value for VR IS: '166.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,742 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,743 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,746 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,747 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,750 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,750 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,753 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,754 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,756 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,757 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,760 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,761 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,766 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,767 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,769 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,770 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,772 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,773 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,774 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,775 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,778 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,779 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,781 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,781 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,784 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,784 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,786 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,787 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,791 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,792 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,794 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,795 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,797 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,798 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,802 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,803 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,808 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,809 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,811 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,812 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,814 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,815 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,818 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,818 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,821 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,821 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,823 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,824 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,826 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,826 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,832 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,832 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,835 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,836 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,839 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,840 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,842 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,843 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,847 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,847 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,849 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,850 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,853 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,854 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,859 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,859 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,865 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,866 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,869 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,869 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,871 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,872 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,875 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,876 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,880 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,881 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,884 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,885 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,887 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,888 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,891 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,892 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,894 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,895 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,897 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,897 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,899 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,900 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,902 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,902 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,907 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,908 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,910 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,911 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,913 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,914 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,916 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,917 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,920 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,921 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,923 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,924 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,926 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,927 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,929 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,930 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,932 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,932 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,935 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,936 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,939 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,939 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,941 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,942 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,944 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,945 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,947 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,948 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,951 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,952 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,954 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,954 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,956 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,957 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,959 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,960 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,963 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,964 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,967 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,967 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,970 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,970 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,973 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,974 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,976 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,977 misc 59123 8313250112 Invalid value for VR IS: '915.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:44,982 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,985 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,990 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,994 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:44,998 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,001 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,004 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,008 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,012 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,015 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,018 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,021 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,024 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,027 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,030 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,033 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,035 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,038 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,042 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,045 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,048 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,051 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,054 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,058 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,060 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,064 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,069 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,072 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,074 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,078 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,084 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,087 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,090 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,094 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,099 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,101 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,104 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,110 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,113 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,117 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,119 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,122 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,125 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,127 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,131 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,136 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,140 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,142 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,145 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,148 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,152 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,155 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,158 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,161 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,165 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,168 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,171 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,174 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,176 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,178 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,182 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,184 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,187 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,191 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,194 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,197 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,201 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,204 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,207 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,210 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,215 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,220 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,227 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,230 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,233 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,236 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,239 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,245 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,249 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,253 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,256 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,259 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,263 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,266 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,270 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,276 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,278 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,281 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,285 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,288 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,291 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,294 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,298 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,301 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,305 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,310 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,316 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,319 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,321 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,324 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,326 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,329 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,333 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,336 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,339 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,342 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,345 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,349 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,351 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,355 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,358 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,362 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,368 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,371 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,374 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,377 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,380 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,383 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,387 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,390 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,394 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,397 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,401 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,404 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,407 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,410 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,412 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,416 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,422 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,425 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,428 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,434 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,437 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,440 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,443 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,446 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,449 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,453 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,456 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,459 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,463 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,465 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,469 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,471 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,474 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,476 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,480 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,483 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,486 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,489 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,491 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,494 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,498 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,502 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,505 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,510 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,514 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,517 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,521 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,524 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,526 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,528 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,531 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,535 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,537 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,541 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,543 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,547 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,549 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,552 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,556 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,559 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,562 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,567 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,573 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,576 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,579 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,582 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,587 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,590 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,593 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,596 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,600 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,603 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,606 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,609 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,613 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,616 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,619 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,622 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,625 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,627 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,630 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,632 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,635 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,638 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,640 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,642 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,645 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,648 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,651 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,654 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,657 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,659 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,663 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,665 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,670 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,673 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,677 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,680 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,683 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,689 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,692 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,698 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,702 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,705 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,709 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,712 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,714 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,717 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,719 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,724 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,727 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,730 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,732 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,735 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,741 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,744 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,747 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,750 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,754 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,757 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,759 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,762 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,765 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,767 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,773 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,776 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,780 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,783 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,785 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,789 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,791 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,793 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,796 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,799 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,805 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,807 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,810 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,813 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,816 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,821 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,823 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,826 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,832 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,835 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,839 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,841 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,844 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,847 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,849 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,854 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,857 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,861 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,864 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,867 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,870 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,873 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,879 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,881 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,884 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,887 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,889 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,892 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,895 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,898 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,902 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,907 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,910 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,914 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,918 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,921 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,923 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,926 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,929 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,934 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,938 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,942 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,945 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,947 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,950 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,954 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,957 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,960 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,962 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,966 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,969 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,975 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,980 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,983 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,987 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,991 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,994 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:45,998 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,002 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,005 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,011 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,015 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,018 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,021 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,025 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,028 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,032 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,036 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,039 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,042 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,085 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,089 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,092 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,095 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,099 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,102 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,106 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,109 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,112 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,116 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,118 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,122 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,125 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,127 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,130 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,134 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,137 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,141 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,144 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,147 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,151 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,156 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,162 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,164 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,167 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,171 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,174 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,178 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,182 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,185 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,187 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,191 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,194 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,197 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,199 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,203 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,206 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,209 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,212 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,215 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,217 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,219 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,222 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,225 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,228 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,230 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,236 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,240 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,244 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,246 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,252 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,255 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,259 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,264 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,268 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,271 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,273 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,277 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,280 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,286 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,289 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,294 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,296 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,301 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,307 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,310 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,314 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,317 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,320 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,323 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,328 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,331 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,334 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,340 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,341 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,343 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,344 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,349 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,350 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,353 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,353 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,355 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,356 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,359 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,359 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,361 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,362 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,365 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,366 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,369 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,370 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,375 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,376 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,378 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,379 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,384 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,385 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,387 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,387 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,389 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,390 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,393 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,394 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,398 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,399 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,401 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,402 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,404 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,405 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,410 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,411 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,414 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,414 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,416 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,417 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,421 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,422 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,423 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,424 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,429 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,429 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,432 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,433 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,435 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,436 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,439 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,440 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,442 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,443 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,445 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,446 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,448 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,449 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,450 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,451 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,453 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,454 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,456 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,457 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,460 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,460 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,462 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,463 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,465 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,466 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,468 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,468 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,472 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,473 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,477 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,478 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,482 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,483 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,486 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,486 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,489 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,489 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,492 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,492 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,495 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,496 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,498 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,499 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,501 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,501 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,505 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,506 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,509 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,510 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,513 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,514 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,518 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,519 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,521 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,522 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,524 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,525 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,527 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,528 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,534 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,536 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,536 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,541 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,542 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,544 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,545 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,547 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,548 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,550 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,551 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,555 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,556 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,561 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,562 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,567 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,567 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,569 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,570 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,573 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,574 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,576 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,577 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,579 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,580 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,582 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,583 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,585 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,586 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,588 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,589 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,591 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,592 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,594 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,595 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,597 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,598 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,603 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,604 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,605 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,606 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,610 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,611 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,613 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,614 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,617 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,618 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,620 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,620 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,623 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,624 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,626 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,627 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,632 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,632 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,635 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,635 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,639 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,640 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,642 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,642 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,644 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,645 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,648 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,649 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,651 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,652 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,654 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,655 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,658 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,658 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,661 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,662 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,665 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,666 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,668 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,668 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,671 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,672 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,674 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,674 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,677 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,678 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,679 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,680 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,682 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,683 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,687 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,687 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,690 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,691 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,694 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,694 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,698 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,699 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,702 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,703 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,705 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,706 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,709 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,710 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,712 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,713 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,715 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,716 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,719 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,719 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,725 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,726 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,729 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,731 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,734 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,735 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,737 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,738 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,741 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,742 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,745 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,746 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,749 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,750 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,753 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,754 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,757 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,758 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,761 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,762 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,764 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,765 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,767 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,768 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,771 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,772 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,776 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,776 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,779 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,780 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,783 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,784 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,787 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,788 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,791 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,791 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,795 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,796 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,798 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,799 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,803 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,804 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,806 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,807 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,810 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,811 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,813 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,814 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,816 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,817 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,821 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,822 misc 59123 8313250112 Invalid value for VR IS: '1874.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:46,825 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,828 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,830 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,835 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,839 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,845 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,848 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,852 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,857 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,861 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,864 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,867 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,871 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,875 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,878 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,882 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,885 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,888 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,894 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,897 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,901 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,904 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,908 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,913 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,916 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,920 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,923 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,926 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,929 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,934 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,937 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,941 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,944 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,947 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,951 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,954 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,958 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,963 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,968 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,971 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,976 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,980 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,983 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,988 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,991 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:46,996 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,000 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,004 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,007 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,010 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,014 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,018 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,021 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,024 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,029 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,035 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,039 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,042 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,044 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,047 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,051 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,055 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,057 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,060 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,064 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,067 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,070 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,075 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,078 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,084 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,091 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,094 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,099 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,103 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,109 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,114 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,117 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,119 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,124 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,128 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,132 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,137 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,142 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,146 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,149 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,153 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,157 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,160 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,163 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,167 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,170 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,174 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,178 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,182 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,185 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,190 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,194 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,197 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,201 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,207 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,211 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,218 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,221 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,226 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,230 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,233 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,237 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,241 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,244 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,247 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,250 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,253 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,256 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,263 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,269 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,275 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,279 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,282 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,286 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,289 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,293 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,297 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,303 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,310 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,312 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,318 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,324 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,327 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,330 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,333 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,336 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,339 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,345 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,350 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,354 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,357 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,360 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,365 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,370 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,373 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,375 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,379 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,383 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,387 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,391 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,396 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,399 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,402 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,406 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,409 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,413 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,416 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,421 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,424 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,427 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,430 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,434 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,437 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,439 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,442 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,446 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,449 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,453 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,456 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,459 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,461 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,464 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,469 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,472 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,478 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,485 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,491 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,493 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,496 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,500 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,504 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,507 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,511 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,514 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,516 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,530 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,535 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,539 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,542 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,546 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,552 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,555 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,557 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,560 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,562 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,568 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,571 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,574 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,577 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,581 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,584 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,588 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,593 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,596 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,599 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,604 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,608 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,612 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,616 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,619 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,623 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,626 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,629 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,633 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,637 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,640 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,644 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,646 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,649 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,655 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,658 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,662 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,665 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,668 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,673 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,676 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,679 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,684 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,688 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,692 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,695 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,698 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,701 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,703 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,706 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,709 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,711 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,716 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,718 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,723 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,726 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,730 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,734 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,736 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,739 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,742 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,745 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,748 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,751 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,754 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,758 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,761 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,767 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,771 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,774 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,777 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,781 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,785 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,789 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,792 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,796 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,799 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,802 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,805 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,807 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,811 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,815 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,818 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,824 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,826 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,830 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,832 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,835 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,838 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,841 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,844 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,848 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,852 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,854 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,859 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,862 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,864 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,868 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,872 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,875 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,879 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,883 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,886 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,891 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,894 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,897 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,903 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,909 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,911 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,915 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,917 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,921 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,923 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,927 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,931 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,933 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,937 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,940 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,943 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,946 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,948 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,951 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,953 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,956 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,959 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,962 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,965 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,967 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,969 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,972 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,975 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,977 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,979 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,982 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,985 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,988 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,991 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,994 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:47,997 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,001 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,004 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,006 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,010 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,013 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,016 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,018 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,023 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,025 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,028 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,032 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,038 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,040 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,044 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,047 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,051 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,054 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,058 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,063 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,065 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,068 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,072 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,075 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,078 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,083 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,086 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,091 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,095 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,099 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,106 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,109 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,111 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,115 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,118 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,121 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,124 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,128 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,131 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,135 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,139 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,145 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,149 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,153 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,156 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,162 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,165 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,168 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,173 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,176 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,179 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,185 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,187 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,193 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,197 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,200 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,203 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,206 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,209 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,212 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,216 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,219 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,222 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,226 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,229 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,232 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,236 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,242 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,244 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,248 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,252 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,255 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,260 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,264 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,267 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,269 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,274 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,277 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,280 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,285 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,288 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,294 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,297 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,300 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,303 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,306 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,311 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,315 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,319 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,322 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,325 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,329 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,332 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,335 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,338 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,341 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,344 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,348 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,353 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,359 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,362 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,365 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,368 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,371 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,374 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,380 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,386 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,389 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,392 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,395 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,398 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,401 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,405 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,407 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,410 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,413 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,417 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,420 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,424 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,427 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,430 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,433 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,436 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,439 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,441 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,444 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,446 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,449 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,452 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,458 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,461 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,464 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,467 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,471 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,474 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,477 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,480 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,484 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,487 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,490 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,493 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,496 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,498 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,500 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,504 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,509 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,512 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,514 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,517 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,521 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,523 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,526 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,530 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,536 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,538 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,542 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,545 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,548 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,552 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,556 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,559 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,561 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,564 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,567 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,573 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,578 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,581 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,583 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,586 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,588 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,591 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,594 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,598 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,600 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,603 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,606 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,611 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,616 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,620 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,622 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,626 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,630 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,632 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,636 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,640 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,643 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,646 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,649 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,653 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,655 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,658 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,661 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,664 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,667 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,670 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,673 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,677 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,680 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,683 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,685 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,688 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,691 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,694 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,699 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,704 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,707 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,709 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,712 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,716 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,719 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,722 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,725 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,728 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,732 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,736 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,740 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,743 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,745 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,749 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,753 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,756 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,761 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,764 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,767 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,770 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,773 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,777 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,782 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,788 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,791 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,796 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,801 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,803 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,806 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,809 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,812 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,815 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,818 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,821 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,825 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,831 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,833 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,836 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,840 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,843 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,845 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,848 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,851 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,854 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,857 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,860 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,864 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,867 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,871 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,873 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,876 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,879 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,883 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,886 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,889 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,892 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,895 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,898 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,902 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,905 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,908 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,911 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,914 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,917 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,920 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,922 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,925 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,927 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,930 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,934 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,938 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,941 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,945 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,948 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,952 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,954 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,958 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,961 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,964 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,968 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,971 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,974 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,977 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,982 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,984 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,988 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,991 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,996 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:48,999 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,002 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,004 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,007 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,010 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,013 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,016 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,020 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,023 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,026 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,030 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,033 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,038 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,045 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,047 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,053 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,056 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,060 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,063 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,066 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,070 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,073 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,076 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,082 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,087 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,093 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,096 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,099 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,102 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,105 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,108 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,111 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,115 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,118 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,120 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,123 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,128 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,132 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,137 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,140 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,142 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,145 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,151 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,153 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,156 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,159 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,163 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,165 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,167 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,173 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,177 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,180 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,183 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,186 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,189 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,192 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,196 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,200 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,203 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,205 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,208 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,213 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,216 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,220 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,224 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,228 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,230 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,233 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,237 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,240 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,245 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,249 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,254 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,259 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,262 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,265 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,268 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,272 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,274 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,277 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,282 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,285 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,289 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,292 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,296 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,302 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,306 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,310 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,312 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,314 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,317 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,320 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,322 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,328 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,331 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,334 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,337 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,340 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,343 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,345 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,349 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,353 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,356 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,362 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,365 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,368 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,370 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,374 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,378 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,381 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,384 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,387 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,392 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,395 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,400 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,406 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,409 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,412 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,416 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,418 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,421 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,426 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,428 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,431 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,435 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,439 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,441 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,444 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,448 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,451 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,456 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,460 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,463 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,466 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,469 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,475 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,478 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,485 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,487 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,490 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,493 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,498 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,500 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,504 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,507 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,511 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,514 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,517 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,520 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,523 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,526 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,528 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,531 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,535 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,538 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,542 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,546 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,549 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,552 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,555 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,558 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,561 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,566 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,569 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,572 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,574 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,581 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,592 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,595 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,600 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,665 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,669 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,673 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,675 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,680 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,682 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,689 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,692 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,695 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,699 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,701 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,704 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,707 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,712 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,718 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,721 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,725 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,728 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,734 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,737 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,739 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,743 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,746 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,751 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,753 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,759 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,762 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,768 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,772 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,775 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,779 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,781 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,784 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,788 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,791 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,794 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,797 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,801 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,805 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,807 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,810 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,813 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,816 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,819 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,821 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,824 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,828 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,831 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,834 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,840 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,843 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,845 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,848 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,851 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,854 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,858 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,862 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,865 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,867 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,871 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,874 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,878 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,880 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,883 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,886 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,889 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,891 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,894 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,897 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,899 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,903 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,906 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,909 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,911 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,913 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,916 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,919 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,921 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,925 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,928 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,930 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,933 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,937 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,943 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,947 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,951 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,954 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,958 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,963 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,966 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,968 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,972 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,975 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,977 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,979 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,981 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,985 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,989 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,992 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,995 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:49,998 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,002 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,004 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,007 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,010 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,012 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,016 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,022 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,025 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,028 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,034 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,037 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,040 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,043 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,046 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,049 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,055 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,058 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,062 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,067 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,070 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,074 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,077 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,081 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,084 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,086 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,090 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,094 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,097 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,101 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,105 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,108 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,111 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,115 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,117 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,123 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,127 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,130 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,134 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,138 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,142 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,144 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,151 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,155 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,159 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,162 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,165 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,170 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,174 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,176 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,178 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,183 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,187 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,192 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,198 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,202 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,205 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,210 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,212 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,216 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,218 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,223 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,226 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,228 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,231 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,235 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,238 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,241 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,247 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,250 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,253 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,256 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,263 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,269 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,273 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,275 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,278 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,282 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,285 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,289 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,292 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,295 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,299 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,302 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,305 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,309 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,313 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,315 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,319 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,323 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,327 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,332 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,337 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,341 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,346 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,353 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,356 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,359 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,362 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,365 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,368 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,371 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,374 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,378 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,381 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,385 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,388 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,392 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,395 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,399 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,402 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,406 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,409 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,415 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,418 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,424 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,427 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,432 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,436 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,439 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,445 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,449 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,452 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,455 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,457 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,461 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,464 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,467 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,470 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,473 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,476 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,479 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,483 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,486 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,492 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,498 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,501 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,503 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,509 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,512 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,516 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,520 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,523 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,526 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,528 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,535 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,538 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,541 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,545 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,548 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,551 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,553 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,558 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,560 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,563 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,568 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,571 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,576 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,579 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,583 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,586 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,589 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,591 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,594 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,598 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,601 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,603 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,606 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,609 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,612 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,615 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,619 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,623 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,626 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,631 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,636 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,641 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,644 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,646 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,649 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,653 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,656 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,659 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,662 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,665 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,668 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,671 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,674 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,678 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,682 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,685 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,689 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,695 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,698 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,702 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,706 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,709 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,713 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,717 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,723 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,727 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,733 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,736 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,740 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,747 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,753 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,757 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,764 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,775 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,779 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,785 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,789 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,792 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,797 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,801 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,807 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,810 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,817 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,819 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,822 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,825 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,828 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,831 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,835 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,838 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,842 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,845 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,848 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,851 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,854 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,857 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,860 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,864 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,868 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,874 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,879 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,882 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,887 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,890 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,893 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,897 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,900 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,902 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,906 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,909 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,916 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,918 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,921 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,924 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,928 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,931 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,935 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,937 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,941 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,944 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,950 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,953 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,958 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,961 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,965 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,968 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,970 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,976 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,979 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,984 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,989 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,993 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:50,997 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,000 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,002 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,008 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,010 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,013 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,017 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,021 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,026 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,030 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,034 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,038 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,043 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,046 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,050 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,053 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,056 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,059 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,062 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,069 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,092 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,105 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,115 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,119 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,122 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,125 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,128 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,131 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,134 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,137 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,140 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,146 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,149 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,153 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,157 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,161 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,166 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,171 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,175 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,180 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,183 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,186 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,189 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,192 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,195 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,199 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,201 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,206 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,209 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,212 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,214 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,218 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,223 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,226 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,229 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,235 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,238 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,241 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,244 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,248 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,251 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,254 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,257 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,261 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,265 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,267 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,274 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,280 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,283 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,286 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,292 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,296 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,300 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,303 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,305 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,311 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,316 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,319 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,321 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,325 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,328 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,331 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,333 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,336 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,339 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,342 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,347 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,351 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,354 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,357 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,360 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,364 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,368 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,371 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,374 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,378 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,382 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,384 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,388 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,391 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,394 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,398 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,401 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,407 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,410 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,414 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,417 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,423 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,426 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,429 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,432 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,434 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,437 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,440 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,443 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,449 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,452 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,455 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,457 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,463 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,466 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,469 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,471 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,474 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,477 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,479 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,482 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,485 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,487 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,490 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,493 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,497 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,502 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,505 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,508 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,513 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,517 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,520 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,523 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,526 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,529 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,531 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,535 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,538 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,544 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,547 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,550 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,553 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,556 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,560 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,563 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,565 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,569 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,572 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,576 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,579 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,582 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,584 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,586 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,592 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,595 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,598 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,602 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,606 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,610 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,612 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,615 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,617 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,621 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,625 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,628 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,631 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,635 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,638 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,641 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,645 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,647 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,653 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,657 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,659 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,662 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,668 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,674 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,678 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,681 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,684 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,688 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,693 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,696 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,699 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,704 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,708 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,712 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,715 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,721 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,725 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,728 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,732 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,735 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,738 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,744 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,746 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,750 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,754 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,756 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,760 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,764 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,767 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,770 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,774 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,778 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,780 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,783 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,786 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,789 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,792 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,794 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,796 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,799 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,801 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,804 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,807 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,812 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,815 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,818 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,821 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,825 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,828 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,830 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,834 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,839 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,844 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,847 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,850 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,854 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,858 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,862 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,867 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,870 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,874 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,876 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,879 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,882 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,885 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,887 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,890 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,894 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,900 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,904 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,907 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,911 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,916 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,920 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,923 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,926 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,929 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,931 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,935 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,939 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,941 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,945 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,949 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,954 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,958 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,961 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,963 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,966 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,970 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,974 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,977 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,980 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,983 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,986 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,991 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,993 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:51,997 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,000 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,004 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,010 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,013 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,017 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,019 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,023 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,027 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,031 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,037 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,040 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,044 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,046 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,049 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,052 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,056 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,059 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,061 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,067 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,070 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,073 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,079 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,083 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,086 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,088 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,093 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,096 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,101 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,104 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,107 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,110 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,115 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,118 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,122 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,124 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,130 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,133 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,136 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,140 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,143 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,146 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,150 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,153 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,158 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,161 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,163 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,166 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,169 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,172 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,174 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,178 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,181 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,185 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,188 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,191 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,193 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,197 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,200 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,202 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,205 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,208 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,215 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,218 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,224 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,228 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,234 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,236 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,240 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,243 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,249 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,251 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,255 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,260 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,266 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,269 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,272 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,276 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,282 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,287 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,291 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,293 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,296 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,299 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,301 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,305 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,310 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,313 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,315 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,318 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,322 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,324 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,327 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,330 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,333 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,335 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,338 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,342 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,345 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,347 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,352 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,354 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,357 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,360 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,362 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,365 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,369 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,371 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,374 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,377 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,380 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,383 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,386 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,388 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,391 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,393 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,399 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,405 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,409 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,411 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,415 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,418 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,420 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,423 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,427 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,431 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,435 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,437 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,443 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,446 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,449 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,452 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,455 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,458 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,461 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,464 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,467 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,470 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,473 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,476 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,479 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,484 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,488 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,492 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,495 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,498 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,501 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,504 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,507 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,510 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,513 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,517 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,519 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,525 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,529 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,536 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,540 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,542 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,545 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,548 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,553 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,556 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,560 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,563 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,566 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,568 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,571 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,574 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,577 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,582 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,588 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,592 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,597 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,600 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,603 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,607 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,609 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,615 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,618 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,621 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,624 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,629 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,636 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,639 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,641 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,644 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,647 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,652 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,655 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,658 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,661 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,665 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,668 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,670 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,674 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,677 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,679 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,682 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,685 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,689 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,692 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,697 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,700 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,703 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,707 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,710 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,714 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,717 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,720 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,723 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,728 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,734 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,737 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,739 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,743 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,745 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,748 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,753 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,756 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,762 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,767 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,770 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,773 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,779 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,783 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,786 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,789 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,791 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,794 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,797 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,800 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,803 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,807 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,809 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,813 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,819 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,822 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,828 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,831 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,834 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,837 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,841 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,844 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,846 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,849 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,852 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,856 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,859 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,862 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,865 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,868 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,871 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,874 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,876 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,881 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,884 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,886 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,889 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,893 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,897 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,899 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,905 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,908 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,910 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,913 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,916 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,919 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,923 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,925 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,929 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,932 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,935 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,937 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,941 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,943 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,946 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,949 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,953 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,958 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,961 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,964 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,968 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,971 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,974 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,978 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,983 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,986 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,990 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,993 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,996 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:52,998 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,003 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,006 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,008 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,012 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,015 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,018 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,020 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,023 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,027 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,031 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,034 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,037 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,039 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,042 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,047 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,051 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,054 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,057 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,061 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,064 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,067 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,070 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,073 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,076 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,079 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,081 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,084 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,091 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,093 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,096 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,102 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,105 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,112 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,114 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,121 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,123 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,127 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,129 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,133 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,139 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,142 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,146 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,149 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,152 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,155 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,158 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,164 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,167 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,170 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,173 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,177 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,180 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,183 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,186 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,189 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,195 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,200 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,204 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,207 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,209 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,212 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,216 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,219 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,222 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,225 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,229 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,232 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,235 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,242 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,245 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,248 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,251 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,257 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,260 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,263 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,268 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,272 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,275 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,278 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,281 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,283 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,287 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,293 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,296 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,300 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,303 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,306 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,308 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,311 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,315 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,319 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,321 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,326 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,330 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,333 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,337 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,342 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,345 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,348 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,351 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,357 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,359 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,362 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,368 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,373 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,376 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,379 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,383 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,387 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,391 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,395 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,397 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,401 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,404 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,407 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,410 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,413 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,416 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,420 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,423 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,425 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,429 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,432 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,435 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,438 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,444 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,447 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,452 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,456 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,458 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,461 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,467 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,472 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,475 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,478 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,484 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,488 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,491 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,495 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,498 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,501 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,504 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,509 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,512 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,516 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,520 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,522 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,525 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,531 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,534 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,537 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,541 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,544 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,547 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,552 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,557 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,563 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,569 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,573 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,576 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,579 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,582 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,584 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,587 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,590 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,593 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,596 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,600 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,603 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,606 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,609 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,612 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,615 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,619 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,622 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,626 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,628 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,631 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,634 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,640 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,643 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,646 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,650 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,653 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,655 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,658 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,661 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,664 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,669 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,672 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,675 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,681 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,684 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,688 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,692 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,694 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,697 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,703 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,707 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,710 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,713 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,715 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,718 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,723 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,729 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,735 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,738 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,741 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,745 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,748 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,751 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,754 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,757 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,760 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,765 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,772 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,775 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,778 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,781 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,785 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,789 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,792 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,794 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,798 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,804 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,808 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,811 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,816 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,820 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,825 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,827 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,831 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,837 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,840 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,843 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,846 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,850 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,853 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,860 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,863 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,867 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,871 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,874 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,877 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,879 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,883 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,886 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,889 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,892 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,895 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,898 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,901 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,908 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,911 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,916 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,919 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,922 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,928 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,934 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,938 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,944 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,950 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,953 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,957 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,961 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,965 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,969 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,973 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,976 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,979 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,982 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,985 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,989 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,993 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:53,997 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,000 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,003 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,007 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,010 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,015 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,020 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,023 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,025 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,028 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,031 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,035 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,039 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,043 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,046 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,052 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,055 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,059 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,064 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,068 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,071 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,074 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,077 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,080 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,083 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,086 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,092 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,095 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,097 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,100 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,103 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,106 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,109 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,112 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,115 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,118 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,121 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,124 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,127 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,130 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,134 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,136 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,139 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,141 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,146 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,151 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,154 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,158 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,161 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,164 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,167 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,171 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,175 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,179 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,185 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,189 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,192 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,196 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,200 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,203 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,206 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,210 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,213 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,216 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,219 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,222 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,226 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,232 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,236 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,239 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,243 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,246 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,249 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,251 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,254 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,257 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,260 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,264 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,267 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,270 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,273 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,277 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,279 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,282 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,285 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,289 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,292 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,296 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,301 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,304 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,308 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,310 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,315 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,318 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,320 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,323 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,327 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,330 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,332 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,336 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,341 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,344 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,347 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,350 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,355 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,360 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,364 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,367 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,371 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,373 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,378 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,382 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,385 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,389 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,395 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,397 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,402 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,405 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,408 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,414 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,417 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,420 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,424 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,427 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,430 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,433 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,437 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,440 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,443 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,446 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,449 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,451 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,455 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,459 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,462 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,465 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,471 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,476 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,485 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,488 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,491 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,493 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,497 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,501 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,505 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,509 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,512 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,515 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,518 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,522 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,524 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,527 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,531 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,536 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,540 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,543 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,547 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,550 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,553 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,559 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,563 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,567 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,572 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,577 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,580 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,583 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,587 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,590 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,594 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,597 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,600 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,604 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,607 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,610 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,613 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,616 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,619 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,622 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,625 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,629 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,636 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,640 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,643 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,646 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,649 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,652 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,654 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,658 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,661 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,664 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,666 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,673 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,675 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,680 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,684 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,687 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,693 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,697 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,700 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,705 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,708 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,712 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,715 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,718 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,723 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,726 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,731 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,735 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,738 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,745 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,748 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,751 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,756 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,759 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,762 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,765 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,768 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,771 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,775 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,778 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,781 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,784 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,787 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,790 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,793 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,798 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,804 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,807 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,812 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,816 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,821 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,825 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,833 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,837 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,844 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,846 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,850 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,853 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,856 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,860 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,863 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,866 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,869 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,873 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,879 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,882 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,888 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,895 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,899 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,902 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,906 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,909 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,914 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,917 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,920 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,923 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,926 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,929 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,933 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,937 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,939 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,943 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,947 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,951 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,954 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,957 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,960 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,963 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,966 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,972 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,976 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,982 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,985 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,989 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,992 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,995 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:54,998 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,001 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,004 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,009 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,012 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,015 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,018 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,020 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,023 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,025 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,029 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,033 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,037 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,040 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,046 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,049 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,052 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,055 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,058 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,063 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,067 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,071 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,074 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,079 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,083 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,085 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,088 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,091 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,094 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,097 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,100 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,103 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,106 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,109 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,112 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,115 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,118 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,121 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,125 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,128 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,134 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,137 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,144 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,148 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,151 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,154 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,157 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,161 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,167 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,171 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,175 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,178 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,183 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,187 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,189 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,192 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,196 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,199 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,202 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,207 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,210 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,213 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,219 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,223 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,226 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,229 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,233 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,237 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,240 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,243 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,246 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,249 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,251 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,254 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,256 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,259 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,262 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,265 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,270 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,273 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,277 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,282 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,285 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,287 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,290 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,294 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,297 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,300 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,303 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,306 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,310 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,312 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,316 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,320 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,323 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,326 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,330 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,333 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,337 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,340 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,343 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,348 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,352 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,358 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,361 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,364 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,369 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,372 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,376 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,379 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,383 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,386 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,389 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,395 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,399 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,401 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,405 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,408 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,411 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,414 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,417 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,421 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,426 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,430 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,433 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,437 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,440 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,445 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,448 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,451 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,454 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,456 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,460 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,463 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,469 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,472 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,476 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,478 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,482 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,485 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,489 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,492 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,495 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,498 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,500 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,504 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,507 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,510 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,513 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,516 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,518 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,521 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,524 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,527 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,530 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,536 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,539 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,541 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,543 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,547 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,550 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,553 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,556 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,562 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,565 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,568 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,571 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,574 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,578 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,580 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,583 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,587 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,589 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,592 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,597 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,600 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,603 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,606 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,610 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,613 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,619 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,622 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,625 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,628 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,630 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,633 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,637 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,640 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,642 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,649 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,652 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,655 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,658 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,661 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,664 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,667 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,669 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,675 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,678 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,683 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,690 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,693 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,696 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,700 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,703 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,705 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,708 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,713 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,716 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,718 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,722 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,725 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,728 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,731 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,734 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,738 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,742 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,744 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,747 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,749 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,752 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,754 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,759 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,762 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,765 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,768 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,771 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,774 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,777 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,781 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,786 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,790 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,794 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,796 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,799 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,805 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,808 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,811 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,815 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,818 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,821 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,824 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,826 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,832 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,837 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,842 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,846 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,852 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,856 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,859 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,862 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,865 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,868 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,873 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,876 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,879 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,883 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,887 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,891 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,895 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,898 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,900 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,904 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,906 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,910 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,912 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,917 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,920 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,923 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,926 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,932 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,935 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,939 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,943 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,946 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,949 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,953 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,958 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,961 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,965 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,969 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,972 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,978 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,981 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,985 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,989 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,992 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:55,997 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,000 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,003 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,008 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,012 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,018 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,020 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,024 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,030 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,033 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,035 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,039 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,041 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,044 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,047 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,050 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,053 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,055 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,059 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,063 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,065 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,068 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,071 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,074 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,078 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,084 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,084 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,088 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,088 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,091 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,092 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,094 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,095 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,097 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,098 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,100 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,101 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,104 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,105 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,110 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,111 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,113 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,114 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,117 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,117 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,119 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,120 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,123 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,124 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,127 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,128 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,130 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,130 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,135 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,136 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,139 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,140 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,143 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,144 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,146 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,146 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,149 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,150 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,153 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,153 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,156 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,156 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,158 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,159 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,162 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,163 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,165 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,165 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,168 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,169 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,171 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,172 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,175 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,176 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,178 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,179 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,182 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,182 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,184 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,185 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,188 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,189 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,191 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,192 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,197 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,198 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,200 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,200 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,202 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,203 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,205 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,206 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,208 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,209 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,211 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,212 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,215 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,215 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,217 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,218 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,220 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,221 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,223 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,223 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,226 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,227 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,229 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,229 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,233 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,234 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,237 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,238 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,240 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,241 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,243 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,244 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,247 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,247 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,249 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,250 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,252 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,253 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,256 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,256 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,259 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,260 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,264 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,264 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,267 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,268 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,271 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,272 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,276 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,277 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,279 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,280 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,282 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,283 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,285 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,286 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,289 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,290 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,292 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,293 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,296 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,296 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,299 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,299 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,302 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,303 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,306 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,307 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,309 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,310 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,312 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,313 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,315 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,316 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,317 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,318 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,320 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,321 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,323 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,324 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,326 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,327 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,329 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,330 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,332 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,333 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,334 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,335 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,341 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,342 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,344 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,344 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,347 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,347 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,350 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,351 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,355 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,355 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,359 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,359 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,362 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,363 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,365 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,366 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,369 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,370 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,372 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,373 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,376 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,377 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,379 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,380 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,382 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,383 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,384 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,385 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,387 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,388 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,391 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,392 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,394 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,395 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,397 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,397 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,403 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,404 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,406 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,406 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,408 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,409 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,411 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,412 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,414 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,415 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,416 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,417 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,420 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,421 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,423 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,424 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,426 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,426 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,429 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,429 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,432 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,432 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,446 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,447 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,449 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,449 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,455 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,456 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,457 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,458 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,462 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,462 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,466 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,467 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,469 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,470 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,477 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,478 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,480 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,481 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,486 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,487 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,490 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,491 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,494 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,494 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,499 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,500 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,503 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,504 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,507 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,508 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,510 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,511 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,514 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,515 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,517 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,518 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,521 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,521 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,523 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,524 misc 59123 8313250112 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:56,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,539 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,546 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,551 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,559 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,562 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,565 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,571 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,577 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,579 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,582 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,586 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,589 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,593 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,596 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,602 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,604 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,607 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,614 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,619 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,622 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,627 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,630 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,633 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,636 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,639 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,641 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,645 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,648 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,659 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,662 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,666 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,668 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,672 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,674 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,681 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,683 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,689 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,692 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,696 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,701 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,705 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,707 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,713 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,717 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,719 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,726 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,729 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,731 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,737 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,741 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,748 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,753 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,756 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,760 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,763 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,769 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,773 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,776 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,781 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,783 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,786 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,791 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,795 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,800 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,804 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,809 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,815 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,819 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,824 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,827 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,834 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,838 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,845 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,850 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,854 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,857 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,860 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,863 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,866 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,869 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,871 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,875 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,878 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,882 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,884 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,893 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,896 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,900 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,906 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,910 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,913 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,922 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,928 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,935 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,938 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,940 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,943 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,946 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,949 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,952 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,955 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,959 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,961 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,964 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,966 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,973 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,979 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,982 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,985 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,988 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,993 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,996 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:56,999 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,003 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,009 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,011 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,015 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,020 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,023 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,026 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,028 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,032 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,034 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,039 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,042 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,045 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,051 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,054 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,059 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,066 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,076 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,083 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,087 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,090 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,095 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,098 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,102 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,104 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,107 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,109 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,112 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,115 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,120 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,123 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,125 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,130 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,133 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,136 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,139 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,147 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,151 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,153 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,156 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,159 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,163 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,167 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,171 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,174 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,177 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,181 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,187 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,191 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,197 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,204 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,208 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,211 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,213 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,220 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,223 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,227 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,234 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,237 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,239 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,242 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,244 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,259 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,262 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,268 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,272 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,275 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,281 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,283 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,291 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,295 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,298 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,301 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,304 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,306 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,313 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,317 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,320 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,326 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,329 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,331 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,334 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,340 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,343 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,345 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,348 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,351 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,354 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,357 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,359 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,362 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,365 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,368 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,374 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,382 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,388 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,391 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,396 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,403 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,407 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,411 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,416 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,421 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,425 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,429 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,432 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,439 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,442 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,446 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,449 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,452 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,455 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,458 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,462 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,465 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,472 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,474 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,477 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,479 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,482 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,489 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,500 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,504 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,507 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,510 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,513 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,517 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,519 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,524 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,528 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,531 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,534 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,540 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,543 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,546 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,549 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,552 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,558 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,562 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,565 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,567 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,571 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,574 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,574 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,577 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,578 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,581 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,582 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,584 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,584 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,589 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,590 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,592 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,593 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,597 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,598 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,600 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,601 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,611 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,612 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,614 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,615 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,620 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,620 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,626 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,627 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,633 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,634 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,637 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,637 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,639 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,640 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,642 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,643 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,650 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,651 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,654 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,655 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,660 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,660 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,663 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,664 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,666 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,667 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,670 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,671 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,675 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,676 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,679 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,679 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,681 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,682 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,687 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,688 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,690 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,690 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,752 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,753 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,758 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,759 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,761 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,762 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,764 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,765 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,769 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,770 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,771 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,772 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,775 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,776 misc 59123 8313250112 Invalid value for VR IS: '1025.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:57,779 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,785 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,789 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,792 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,796 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,799 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,802 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,805 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,809 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,812 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,817 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,821 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,825 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,832 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,835 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,838 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,841 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,844 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,847 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,849 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,853 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,856 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,859 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,861 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,866 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,869 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,872 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,876 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,878 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,882 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,888 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,893 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,898 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,902 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,907 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,910 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,912 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,915 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,919 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,921 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,925 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,927 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,930 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,933 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,936 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,939 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,942 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,947 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,950 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,954 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,957 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,960 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,964 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,971 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,974 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,977 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,980 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,983 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,989 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:57,994 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,000 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,003 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,005 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,008 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,012 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,015 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,018 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,020 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,027 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,030 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,033 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,036 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,038 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,044 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,046 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,051 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,054 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,058 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,061 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,064 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,068 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,071 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,075 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,078 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,082 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,082 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,084 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,085 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,088 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,089 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,091 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,091 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,095 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,096 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,099 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,099 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,101 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,102 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,104 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,105 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,107 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,108 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,111 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,112 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,114 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,114 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,117 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,118 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,120 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,121 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,123 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,123 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,125 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,126 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,129 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,130 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,132 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,133 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,138 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,139 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,145 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,146 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,148 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,148 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,150 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,151 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,156 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,156 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,161 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,162 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,164 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,165 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,168 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,169 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,171 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,172 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,177 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,177 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,180 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,181 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,184 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,185 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,188 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,189 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,191 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,191 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,195 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,195 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,198 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,198 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,204 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,205 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,207 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,207 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,210 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,211 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,214 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,215 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,219 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,220 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,222 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,223 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,225 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,227 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,229 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,229 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,231 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,232 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,233 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,234 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,236 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,237 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,239 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,240 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,243 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,244 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,246 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,247 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,249 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,250 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,255 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,256 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,258 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,259 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,262 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,263 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,265 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,266 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,268 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,269 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,271 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,272 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,274 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,275 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,277 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,278 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,280 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,281 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,284 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,285 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,288 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,288 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,291 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,292 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,294 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,294 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,296 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,297 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,300 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,300 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,304 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,304 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,309 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,310 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,315 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,316 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,318 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,319 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,321 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,322 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,325 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,326 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,328 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,329 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,330 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,331 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,334 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,334 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,339 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,339 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,343 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,344 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,350 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,351 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,353 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,354 misc 59123 8313250112 Invalid value for VR IS: '1993.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:58,357 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,363 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,369 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,373 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,376 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,379 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,382 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,389 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,392 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,396 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,399 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,406 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,409 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,413 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,415 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,420 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,423 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,427 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,430 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,433 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,436 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,441 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,444 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,446 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,450 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,454 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,457 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,460 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,466 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,471 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,475 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,478 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,485 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,490 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,492 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,495 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,498 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,500 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,503 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,505 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,508 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,511 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,516 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,523 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,525 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,528 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,531 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,535 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,537 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,540 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,542 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,546 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,549 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,552 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,555 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,559 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,563 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,566 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,569 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,573 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,576 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,579 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,583 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,586 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,590 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,592 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,595 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,598 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,601 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,604 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,607 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,610 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,613 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,616 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,619 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,622 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,624 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,627 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,630 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,634 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,636 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,642 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,646 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,648 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,651 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,654 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,658 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,662 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,665 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,668 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,671 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,674 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,677 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,680 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,686 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,690 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,695 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,697 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,700 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,704 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,707 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,709 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,713 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,716 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,720 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,722 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,725 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,730 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,733 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,736 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,743 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,746 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,748 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,755 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,761 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,766 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,772 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,776 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,780 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,782 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,786 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,790 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,796 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,801 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,805 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,808 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,811 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,813 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,816 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,819 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,825 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,828 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,831 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,834 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,837 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,840 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,843 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,848 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,852 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,858 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,861 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,864 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,866 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,870 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,873 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,876 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,881 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,883 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,886 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,889 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,891 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,894 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,897 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,899 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,902 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,905 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,911 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,916 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,919 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,922 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,925 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,928 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,931 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,934 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,939 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,942 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,945 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,948 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,952 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,955 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,959 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,964 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,967 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,970 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,973 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,976 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,980 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,984 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,987 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,991 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:58,994 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,000 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,005 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,008 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,011 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,014 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,017 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,019 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,023 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,028 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,031 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,035 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,038 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,041 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,044 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,046 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,050 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,054 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,056 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,059 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,062 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,065 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,069 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,072 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,078 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,080 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,085 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,090 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,094 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,097 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,100 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,103 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,107 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,109 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,112 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,114 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,119 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,123 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,126 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,129 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,135 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,138 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,141 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,144 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,148 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,150 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,154 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,156 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,159 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,162 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,165 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,169 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,172 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,175 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,179 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,185 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,189 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,193 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,195 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,200 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,203 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,205 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,211 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,214 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,217 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,219 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,222 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,225 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,228 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,232 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,236 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,240 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,243 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,245 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,249 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,251 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,254 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,257 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,261 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,263 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,267 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,269 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,274 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,277 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,280 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,286 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,292 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,296 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,299 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,301 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,304 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,310 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,314 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,320 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,322 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,325 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,329 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,333 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,337 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,340 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,342 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,346 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,348 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,351 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,354 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,356 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,359 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,362 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,365 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,368 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,371 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,375 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,379 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,381 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,384 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,387 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,390 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,393 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,396 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,399 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,404 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,407 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,411 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,413 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,418 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,422 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,425 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,429 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,432 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,435 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,440 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,443 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,446 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,448 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,451 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,453 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,457 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,461 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,464 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,467 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,470 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,472 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,477 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,480 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,484 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,487 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,491 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,494 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,500 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,503 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,506 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,511 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,515 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,518 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,521 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,527 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,530 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,532 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,536 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,538 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,541 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,543 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,546 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,549 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,552 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,554 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,559 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,563 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,566 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,572 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,575 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,579 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,582 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,588 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,591 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,597 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,599 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,602 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,604 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,608 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,611 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,611 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,613 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,614 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,616 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,617 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,622 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,623 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,625 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,626 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,628 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,628 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,633 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,634 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,639 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,639 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,641 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,642 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,645 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,645 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,647 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,648 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,649 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,650 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,653 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,654 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,656 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,657 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,659 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,660 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,661 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,662 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,664 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,665 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,667 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,668 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,673 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,674 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,675 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,676 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,679 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,680 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,683 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,683 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,689 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,690 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,694 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,695 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,697 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,698 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,700 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,700 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,705 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,706 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,708 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,709 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,712 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,713 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,716 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,717 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,719 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,720 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,722 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,723 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,724 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,725 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,727 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,728 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,730 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,731 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,734 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,734 misc 59123 8313250112 Invalid value for VR IS: '226.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:30:59,736 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,739 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,746 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,748 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,751 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,756 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,759 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,763 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,766 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,769 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,772 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,776 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,780 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,784 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,787 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,790 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,793 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,796 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,801 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,804 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,807 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,810 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,812 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,816 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,818 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,821 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,824 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,828 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,831 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,834 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,837 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,841 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,844 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,848 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,854 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,859 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,862 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,865 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,868 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,870 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,873 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,879 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,883 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,887 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,891 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,894 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,900 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,903 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,906 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,909 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,913 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,915 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,919 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,921 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,925 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,928 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,930 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,934 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,936 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,940 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,944 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,946 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,951 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,956 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,958 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,961 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,965 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,967 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,970 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,972 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,976 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,980 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,983 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,990 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,994 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:30:59,999 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,002 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,006 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,009 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,012 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,016 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,018 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,020 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,024 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,028 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,030 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,034 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,037 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,039 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,043 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,046 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,051 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,055 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,059 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,063 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,068 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,072 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,075 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,080 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,084 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,087 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,089 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,092 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,094 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,097 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,100 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,103 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,105 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,109 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,111 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,113 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,116 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,119 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,122 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,125 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,128 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,132 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,138 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,142 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,148 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,151 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,154 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,159 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,161 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,165 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,167 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,170 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,173 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,177 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,180 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,185 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,188 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,190 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,196 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,199 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,203 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,206 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,209 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,212 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,216 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,220 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,223 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,226 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,228 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,231 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,236 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,239 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,243 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,247 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,250 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,253 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,256 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,258 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,261 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,266 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,271 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,275 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,279 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,283 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,287 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,290 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,292 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,296 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,299 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,301 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,304 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,307 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,310 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,316 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,318 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,320 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,324 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,327 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,330 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,336 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,339 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,342 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,344 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,346 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,349 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,355 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,357 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,360 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,364 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,369 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,375 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,378 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,380 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,384 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,389 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,392 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,395 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,399 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,402 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,406 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,408 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,412 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,414 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,417 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,420 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,423 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,426 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,429 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,433 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,437 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,441 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,443 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,446 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,450 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,452 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,455 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,464 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,466 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,469 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,474 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,477 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,480 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,483 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,487 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,490 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,493 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,499 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,502 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,506 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,509 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,512 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,515 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,519 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,522 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,526 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,528 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,532 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,536 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,541 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,544 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,546 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,549 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,553 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,555 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,559 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,563 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,566 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,568 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,570 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,574 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,576 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,579 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,585 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,588 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,590 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,593 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,596 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,598 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,604 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,610 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,613 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,616 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,619 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,622 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,625 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,628 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,631 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,634 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,638 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,643 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,646 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,649 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,651 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,654 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,657 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,662 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,664 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,669 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,672 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,674 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,677 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,681 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,684 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,688 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,690 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,694 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,697 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,700 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,704 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,707 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,711 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,714 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,718 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,724 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,727 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,730 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,733 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,736 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,739 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,742 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,747 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,753 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,756 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,758 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,763 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,766 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,769 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,772 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,776 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,778 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,782 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,789 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,791 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,794 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,800 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,803 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,806 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,809 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,811 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,816 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,819 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,822 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,825 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,831 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,834 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,838 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,841 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,843 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,847 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,850 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,853 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,856 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,859 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,863 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,868 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,871 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,873 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,876 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,881 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,886 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,892 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,895 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,899 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,902 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,904 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,907 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,910 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,913 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,916 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,919 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,922 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,926 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,930 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,933 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,936 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,942 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,946 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,949 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,952 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,954 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,957 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,960 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,962 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,965 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,968 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,970 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,973 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,976 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,979 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,982 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,985 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,989 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,992 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,994 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,997 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:00,999 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,001 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,005 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,011 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,016 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,019 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,021 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,024 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,026 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,029 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,032 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,036 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,039 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,042 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,044 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,047 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,050 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,053 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,056 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,058 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,061 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,064 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,069 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,073 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,075 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,078 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,081 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,085 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,088 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,092 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,095 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,097 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,100 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,103 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,108 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,113 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,116 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,118 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,121 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,124 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,127 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,130 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,133 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,136 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,138 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,141 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,145 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,149 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,152 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,156 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,158 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,161 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,164 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,168 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,171 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,174 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,177 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,181 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,184 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,190 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,193 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,197 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,200 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,202 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,207 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,210 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,215 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,218 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,223 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,226 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,229 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,232 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,234 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,237 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,240 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,243 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,248 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,251 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,254 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,258 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,261 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,267 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,271 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,274 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,279 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,283 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,287 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,290 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,294 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,298 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,300 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,305 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,307 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,311 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,314 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,320 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,324 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,327 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,331 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,333 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,337 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,341 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,345 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,349 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,363 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,371 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,378 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,383 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,389 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,392 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,395 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,401 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,403 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,407 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,410 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,414 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,417 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,419 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,425 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,428 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,431 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,433 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,436 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,440 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,447 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,450 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,452 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,455 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,461 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,463 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,466 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,468 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,474 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,478 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,482 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,485 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,488 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,491 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,494 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,498 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,501 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,507 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,510 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,513 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,515 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,519 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,522 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,525 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,528 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,531 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,534 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,540 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,543 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,546 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,550 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,554 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,557 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,559 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,563 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,566 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,569 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,573 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,578 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,580 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,584 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,589 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,596 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,599 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,605 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,608 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,612 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,616 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,664 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,690 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,699 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,704 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,708 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,711 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,714 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,717 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,720 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,723 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,727 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,731 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,733 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,736 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,739 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,741 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,745 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,749 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,752 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,754 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,756 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,760 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,763 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,767 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,770 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,776 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,779 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,785 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,791 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,794 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,797 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,803 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,805 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,808 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,814 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,817 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,821 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,823 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,826 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,831 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,837 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,840 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,843 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,847 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,850 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,853 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,856 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,859 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,861 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,864 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,868 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,871 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,874 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,879 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,882 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,885 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,887 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,890 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,893 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,898 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,902 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,904 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,907 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,910 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,913 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,916 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,921 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,924 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,927 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,929 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,933 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,936 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,940 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,944 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,946 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,952 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,955 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,958 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,961 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,963 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,967 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,970 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,975 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,979 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,982 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,986 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,989 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,992 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,995 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:01,998 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,003 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,006 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,009 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,012 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,014 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,017 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,018 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,023 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,024 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,027 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,028 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,030 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,030 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,032 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,033 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,035 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,036 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,043 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,043 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,046 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,047 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,049 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,050 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,052 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,053 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,056 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,057 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,062 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,063 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,065 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,066 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,068 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,069 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,072 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,073 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,075 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,076 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,078 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,079 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,081 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,082 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,084 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,085 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,090 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,091 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,093 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,093 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,098 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,099 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,102 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,103 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,106 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,107 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,109 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,110 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,112 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,113 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,116 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,117 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,119 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,120 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,122 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,123 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,124 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,125 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,130 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,131 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,135 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,136 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,138 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,139 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,143 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,144 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,146 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,147 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,150 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,151 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,153 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,154 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,157 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,158 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,160 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,161 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,164 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,165 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,167 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,168 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,170 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,171 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,173 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,174 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,176 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,177 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,179 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,179 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,181 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,182 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,184 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,185 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,187 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,188 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,190 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,190 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,192 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,193 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,196 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,197 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,201 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,202 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,205 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,205 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,208 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,209 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,213 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,214 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,216 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,217 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,219 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,219 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,221 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,222 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,227 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,227 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,232 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,233 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,235 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,236 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,238 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,239 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,244 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,244 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,248 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,248 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,254 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,255 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,257 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,258 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,262 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,263 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,265 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,266 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,269 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,270 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,272 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,273 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,275 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,275 misc 59123 8313250112 Invalid value for VR IS: '1758.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:02,278 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,281 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,284 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,287 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,290 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,293 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,296 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,300 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,304 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,306 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,310 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,313 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,319 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,322 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,326 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,329 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,334 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,341 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,344 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,348 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,351 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,357 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,360 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,363 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,366 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,368 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,371 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,374 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,378 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,382 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,386 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,389 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,393 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,396 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,399 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,403 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,406 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,409 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,415 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,418 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,421 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,424 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,426 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,429 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,431 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,434 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,437 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,440 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,442 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,446 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,449 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,451 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,454 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,457 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,460 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,465 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,468 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,471 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,474 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,477 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,482 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,485 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,490 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,492 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,496 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,499 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,502 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,508 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,511 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,514 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,517 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,521 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,527 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,530 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,536 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,542 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,545 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,548 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,551 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,554 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,557 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,560 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,563 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,566 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,569 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,572 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,575 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,581 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,584 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,586 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,589 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,592 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,597 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,600 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,604 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,606 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,610 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,615 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,621 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,624 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,629 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,631 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,634 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,637 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,643 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,647 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,649 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,654 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,658 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,661 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,665 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,668 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,671 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,674 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,678 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,684 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,688 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,690 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,693 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,696 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,700 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,703 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,705 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,708 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,710 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,715 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,718 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,721 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,724 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,727 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,730 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,734 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,737 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,741 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,744 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,747 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,750 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,753 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,756 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,758 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,762 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,765 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,768 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,770 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,776 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,779 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,782 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,787 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,789 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,794 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,798 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,800 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,804 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,807 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,810 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,813 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,818 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,821 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,824 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,826 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,832 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,835 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,838 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,840 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,843 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,847 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,852 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,857 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,860 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,863 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,866 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,869 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,872 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,875 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,877 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,880 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,883 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,886 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,890 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,893 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,896 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,899 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,903 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,907 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,913 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,917 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,920 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,924 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,927 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,930 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,933 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,937 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,940 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,944 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,946 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,950 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,953 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,956 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,961 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,964 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,967 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,970 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,975 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,980 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,985 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,988 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,992 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,994 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,997 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:02,999 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,003 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,007 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,011 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,014 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,020 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,024 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,027 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,030 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,032 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,035 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,039 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,042 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,048 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,052 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,056 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,059 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,062 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,066 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,069 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,073 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,079 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,082 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,084 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,088 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,091 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,094 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,096 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,099 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,102 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,105 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,109 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,113 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,116 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,119 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,122 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,125 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,128 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,131 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,134 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,137 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,139 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,142 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,144 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,145 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,148 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,149 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,151 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,152 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,154 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,155 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,158 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,159 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,161 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,162 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,164 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,165 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,170 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,171 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,173 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,173 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,175 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,176 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,178 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,178 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,181 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,182 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,183 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,184 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,187 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,188 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,190 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,190 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,193 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,193 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,196 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,197 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,199 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,200 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,203 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,204 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,208 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,208 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,211 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,212 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,214 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,215 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,219 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,220 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,222 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,223 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,224 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,225 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,227 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,228 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,230 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,231 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,234 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,235 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,238 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,239 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,241 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,242 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,243 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,244 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,246 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,247 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,248 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,249 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,251 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,251 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,253 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,254 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,257 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,258 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,262 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,262 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,264 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,265 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,268 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,269 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,271 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,272 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,274 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,275 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,278 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,279 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,282 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,283 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,284 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,285 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,290 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,291 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,296 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,297 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,298 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,299 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,301 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,302 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,307 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,308 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,310 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,311 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,317 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,317 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,320 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,321 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,323 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,323 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,326 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,327 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,333 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,334 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,336 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,337 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,341 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,342 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,345 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,346 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,351 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,351 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,354 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,355 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,359 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,359 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,363 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,364 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,369 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,369 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,371 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,372 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,375 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,376 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,379 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,380 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,382 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,382 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,385 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,386 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,388 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,389 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,392 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,393 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,395 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,396 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,398 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,399 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,402 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,402 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,404 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,405 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,407 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,408 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,411 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,411 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,413 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,414 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,416 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,417 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,419 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,419 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,422 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,423 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,425 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,425 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,428 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,429 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,432 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,433 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,437 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,437 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,439 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,440 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,442 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,443 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,446 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,447 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,449 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,450 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,452 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,453 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,456 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,457 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,458 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,459 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,462 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,463 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,467 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,467 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,469 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,470 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,473 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,474 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,476 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,477 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,479 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,480 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,483 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,483 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,488 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,489 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,491 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,492 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,494 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,495 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,499 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,499 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,503 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,503 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,505 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,506 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,508 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,509 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,512 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,513 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,514 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,515 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,517 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,518 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,520 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,521 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,523 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,524 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,526 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,526 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,529 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,530 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,534 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,536 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,537 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,540 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,541 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,542 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,543 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,545 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,546 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,548 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,548 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,550 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,551 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,554 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,554 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,559 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,560 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,562 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,563 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,565 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,566 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,567 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,568 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,571 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,571 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,576 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,577 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,578 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,579 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,581 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,582 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,585 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,586 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,588 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,589 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,591 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,592 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,596 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,596 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,599 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,600 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,603 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,604 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,606 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,607 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,609 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,610 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,615 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,615 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,618 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,618 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,621 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,622 misc 59123 8313250112 Invalid value for VR IS: '1605.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:03,624 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,627 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,630 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,632 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,635 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,637 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,640 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,643 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,646 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,648 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,653 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,660 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,663 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,666 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,671 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,674 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,677 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,680 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,684 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,688 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,690 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,694 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,697 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,701 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,705 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,707 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,710 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,714 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,720 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,723 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,726 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,730 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,733 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,736 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,742 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,744 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,747 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,753 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,756 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,759 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,761 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,764 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,767 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,769 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,772 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,775 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,778 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,780 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,783 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,785 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,788 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,792 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,794 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,797 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,801 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,803 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,806 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,808 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,812 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,815 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,819 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,823 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,825 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,828 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,831 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,833 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,838 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,841 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,844 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,850 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,853 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,856 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,859 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,865 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,868 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,871 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,876 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,879 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,886 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,889 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,893 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,895 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,900 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,902 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,905 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,909 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,912 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,915 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,920 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,923 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,926 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,929 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,932 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,937 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,941 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,945 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,949 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,954 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,958 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,962 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,968 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,972 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,976 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,980 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,983 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,987 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,990 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,994 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:03,998 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,002 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,005 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,009 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,011 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,014 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,018 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,022 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,024 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,028 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,030 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,033 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,036 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,040 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,044 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,047 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,050 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,053 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,055 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,059 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,061 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,065 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,069 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,073 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,075 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,081 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,087 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,090 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,093 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,095 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,098 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,102 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,105 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,108 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,111 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,117 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,121 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,125 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,130 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,133 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,136 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,138 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,141 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,144 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,148 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,150 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,154 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,157 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,161 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,164 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,169 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,172 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,177 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,181 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,184 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,187 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,190 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,193 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,195 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,198 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,201 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,204 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,207 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,210 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,214 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,217 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,221 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,223 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,226 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,231 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,233 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,239 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,242 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,244 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,248 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,250 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,253 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,256 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,261 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,264 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,267 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,271 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,276 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,279 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,282 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,286 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,290 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,294 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,297 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,302 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,305 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,309 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,312 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,315 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,318 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,321 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,324 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,326 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,329 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,332 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,338 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,342 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,345 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,348 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,351 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,354 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,357 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,362 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,366 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,369 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,371 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,375 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,379 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,382 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,384 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,389 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,392 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,397 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,400 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,406 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,409 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,413 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,417 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,421 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,423 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,426 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,428 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,431 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,437 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,441 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,446 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,449 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,452 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,454 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,459 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,465 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,468 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,472 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,474 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,477 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,483 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,486 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,488 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,492 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,496 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,499 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,502 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,508 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,511 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,513 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,515 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,520 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,523 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,525 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,528 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,536 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,538 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,541 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,546 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,549 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,553 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,557 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,561 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,563 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,567 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,570 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,573 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,576 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,579 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,583 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,586 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,590 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,596 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,601 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,607 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,612 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,616 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,619 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,622 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,625 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,628 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,635 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,637 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,640 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,643 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,647 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,650 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,654 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,657 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,660 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,664 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,666 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,670 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,673 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,677 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,681 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,685 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,688 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,691 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,693 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,697 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,701 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,704 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,706 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,709 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,713 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,716 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,720 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,723 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,725 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,731 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,735 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,737 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,743 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,746 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,750 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,754 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,756 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,760 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,764 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,767 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,771 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,776 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,779 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,782 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,785 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,788 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,791 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,795 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,797 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,802 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,805 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,807 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,811 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,814 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,820 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,823 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,825 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,832 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,837 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,842 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,844 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,848 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,851 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,855 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,858 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,862 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,864 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,870 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,873 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,877 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,881 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,885 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,891 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,894 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,901 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,904 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,907 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,910 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,914 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,918 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,925 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,927 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,932 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,935 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,939 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,942 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,945 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,948 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,951 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,953 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,957 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,961 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,967 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,970 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,974 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,976 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,981 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,984 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,987 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:04,997 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,000 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,004 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,007 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,010 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,013 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,017 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,020 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,026 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,029 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,032 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,035 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,037 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,042 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,046 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,052 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,054 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,058 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,061 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,064 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,067 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,069 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,072 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,076 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,078 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,085 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,091 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,095 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,098 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,102 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,111 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,114 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,117 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,119 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,122 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,125 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,130 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,134 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,141 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,144 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,147 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,153 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,155 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,159 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,161 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,166 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,171 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,175 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,177 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,183 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,190 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,192 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,195 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,198 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,200 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,206 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,209 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,213 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,215 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,218 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,221 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,225 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,230 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,235 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,240 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,244 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,247 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,249 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,253 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,255 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,258 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,261 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,263 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,266 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,274 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,278 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,281 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,284 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,287 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,290 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,295 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,300 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,304 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,314 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,320 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,324 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,329 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,333 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,335 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,339 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,345 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,348 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,350 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,353 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,356 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,359 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,365 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,368 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,371 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,375 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,379 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,381 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,384 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,387 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,390 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,393 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,395 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,398 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,401 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,404 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,407 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,415 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,417 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,420 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,423 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,429 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,435 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,438 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,441 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,443 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,446 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,450 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,452 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,455 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,457 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,463 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,469 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,471 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,475 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,479 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,482 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,485 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,488 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,491 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,494 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,498 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,501 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,503 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,506 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,511 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,514 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,517 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,525 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,529 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,532 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,535 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,542 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,546 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,550 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,553 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,556 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,559 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,562 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,564 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,570 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,574 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,581 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,584 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,590 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,597 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,599 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,603 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,606 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,608 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,612 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,615 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,618 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,622 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,625 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,628 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,630 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,636 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,639 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,642 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,645 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,648 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,654 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,657 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,659 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,663 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,667 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,670 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,673 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,676 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,679 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,682 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,687 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,690 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,694 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,699 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,703 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,707 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,712 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,716 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,719 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,722 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,725 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,735 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,737 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,743 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,747 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,750 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,753 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,756 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,760 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,763 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,769 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,775 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,779 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,782 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,785 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,789 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,792 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,796 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,800 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,803 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,806 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,808 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,810 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,814 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,817 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,818 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,820 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,821 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,824 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,824 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,826 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,827 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,834 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,835 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,838 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,839 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,841 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,842 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,848 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,849 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,851 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,852 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,854 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,855 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,857 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,857 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,859 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,860 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,862 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,863 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,866 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,867 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,870 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,871 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,872 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,873 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,878 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,879 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,882 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,882 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,884 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,885 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,887 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,888 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,890 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,891 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,896 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,897 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,901 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,902 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,904 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,905 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,906 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,907 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,909 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,910 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,912 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,913 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,915 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,916 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,918 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,918 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,920 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,921 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,926 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,927 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,929 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,930 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,932 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,933 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,935 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,936 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,939 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,940 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,945 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,945 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,948 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,948 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,951 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,951 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,954 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,955 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,958 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,959 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,961 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,962 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,964 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,964 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,967 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,967 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,970 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,971 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,976 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,977 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,979 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,980 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,983 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,984 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,986 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,986 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,989 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,989 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:05,994 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:05,995 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:06,000 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,001 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:06,004 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,005 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:06,007 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,008 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:06,010 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,011 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:06,012 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,013 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:06,018 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,019 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:06,027 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,028 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:06,030 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,031 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:06,034 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,035 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:06,036 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,037 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:06,039 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,039 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:06,042 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,042 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:06,044 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,045 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:06,049 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,050 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:06,052 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,053 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:06,055 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,056 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:06,058 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,059 misc 59123 8313250112 Invalid value for VR IS: '1931.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:06,061 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,064 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,067 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,070 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,072 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,078 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,082 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,085 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,089 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,092 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,095 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,098 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,100 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,103 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,105 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,111 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,115 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,124 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,128 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,132 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,135 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,138 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,142 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,145 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,148 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,150 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,153 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,157 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,160 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,163 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,167 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,170 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,172 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,175 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,178 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,184 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,190 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,194 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,197 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,200 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,202 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,205 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,208 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,211 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,220 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,223 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,226 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,229 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,232 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,236 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,239 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,242 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,245 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,251 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,253 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,257 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,259 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,263 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,267 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,271 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,274 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,276 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,280 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,284 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,291 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,294 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,298 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,301 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,304 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,307 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,311 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,314 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,317 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,320 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,325 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,331 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,336 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,339 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,343 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,347 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,352 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,355 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,358 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,362 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,366 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,370 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,376 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,380 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,383 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,386 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,392 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,396 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,399 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,405 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,408 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,411 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,415 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,422 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,425 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,428 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,431 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,435 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,438 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,444 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,449 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,451 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,456 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,459 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,463 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,465 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,471 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,475 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,478 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,482 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,486 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,490 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,497 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,500 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,503 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,508 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,511 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,515 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,517 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,521 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,524 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,528 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,532 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,534 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,537 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,541 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,544 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,548 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,551 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,553 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,562 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,565 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,568 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,571 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,574 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,576 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,582 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,586 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,589 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,595 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,598 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,601 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,604 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,607 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,610 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,613 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,619 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,625 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,628 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,635 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,639 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,641 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,644 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,650 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,654 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,657 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,660 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,662 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,665 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,667 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,670 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,673 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,675 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,678 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,681 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,683 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,687 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,692 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,696 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,698 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,705 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,708 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,710 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,713 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,717 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,720 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,723 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,725 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,729 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,732 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,736 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,739 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,743 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,749 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,752 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,755 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,760 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,763 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,766 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,769 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,776 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,779 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,782 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,793 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,797 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,799 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,803 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,807 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,816 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,822 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,826 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,830 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,834 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,840 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,843 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,846 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,848 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,851 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,855 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,861 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,864 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,867 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,872 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,878 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,883 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,886 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,891 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,894 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,897 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,900 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,906 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,909 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,912 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,915 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,918 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,920 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,923 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,925 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,928 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,931 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,934 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,936 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,939 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,942 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,945 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,949 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,951 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,954 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,956 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,959 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,963 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,965 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,968 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,971 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,974 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,979 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,982 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,985 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,987 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,990 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,992 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,996 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:06,999 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,002 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,006 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,012 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,015 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,018 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,021 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,027 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,032 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,034 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,037 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,041 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,043 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,049 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,052 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,058 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,061 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,064 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,068 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,074 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,077 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,080 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,083 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,085 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,092 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,095 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,100 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,105 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,108 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,110 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,113 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,116 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,120 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,122 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,128 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,131 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,133 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,139 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,142 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,146 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,149 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,152 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,155 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,158 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,160 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,166 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,169 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,172 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,175 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,178 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,181 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,183 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,185 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,188 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,195 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,201 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,206 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,208 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,214 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,217 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,221 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,224 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,226 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,230 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,233 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,236 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,241 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,248 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,252 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,255 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,258 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,260 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,262 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,265 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,269 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,272 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,275 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,279 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,283 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,286 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,292 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,296 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,299 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,302 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,306 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,312 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,318 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,321 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,325 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,328 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,332 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,338 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,342 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,345 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,348 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,353 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,359 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,368 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,371 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,374 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,377 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,383 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,386 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,388 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,392 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,396 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,399 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,402 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,404 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,407 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,410 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,415 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,418 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,421 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,423 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,426 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,430 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,433 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,435 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,438 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,441 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,445 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,448 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,451 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,454 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,456 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,460 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,462 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,465 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,474 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,478 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,483 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,486 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,492 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,498 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,500 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,504 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,507 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,515 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,518 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,521 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,524 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,526 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,529 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,535 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,538 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,541 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,545 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,547 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,551 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,553 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,557 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,560 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,563 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,565 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,568 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,577 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,579 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,582 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,585 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,588 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,591 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,593 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,597 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,600 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,604 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,607 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,611 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,617 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,623 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,627 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,632 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,637 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,642 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,646 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,649 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,651 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,654 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,658 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,661 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,664 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,667 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,669 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,672 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,676 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,682 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,685 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,688 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,692 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,696 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,706 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,709 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,713 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,717 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,720 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,725 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,728 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,731 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,734 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,737 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,740 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,746 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,749 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,752 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,759 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,762 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,765 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,786 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,790 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,794 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,797 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,799 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,802 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,805 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,809 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,812 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,814 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,818 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,821 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,827 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,832 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,836 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,841 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,844 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,847 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,851 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,853 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,857 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,859 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,862 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,866 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,871 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,874 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,878 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,880 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,886 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,890 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,894 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,897 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,898 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:07,900 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,901 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:07,905 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,906 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:07,909 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,909 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:07,913 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,913 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:07,915 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,916 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:07,917 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,918 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:07,923 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,924 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:07,926 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,927 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:07,928 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,929 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:07,931 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,932 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:07,934 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,934 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:07,936 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,937 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:07,940 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,940 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:07,942 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,943 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:07,946 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,947 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:07,949 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,950 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:07,952 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,952 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:07,956 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,957 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:07,960 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,961 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:07,963 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,964 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:07,966 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,967 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:07,972 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,973 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:07,977 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,977 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:07,980 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,981 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:07,984 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,985 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:07,987 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,988 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:07,991 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,991 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:07,994 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,994 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:07,997 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:07,997 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:08,003 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,003 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:08,008 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,008 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:08,011 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,011 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:08,014 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,014 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:08,019 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,020 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:08,022 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,023 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:08,025 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,026 misc 59123 8313250112 Invalid value for VR IS: '578.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:08,029 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,032 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,036 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,039 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,042 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,046 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,050 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,053 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,056 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,059 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,062 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,065 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,068 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,071 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,074 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,076 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,079 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,082 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,086 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,089 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,092 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,095 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,098 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,102 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,105 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,107 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,112 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,115 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,119 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,122 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,126 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,130 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,133 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,135 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,139 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,141 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,144 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,147 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,152 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,155 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,159 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,163 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,166 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,169 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,173 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,175 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,179 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,181 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,184 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,187 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,190 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,192 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,196 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,199 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,205 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,211 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,213 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,216 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,220 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,223 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,226 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,228 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,234 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,238 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,241 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,244 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,249 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,253 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,256 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,259 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,262 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,265 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,269 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,271 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,274 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,278 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,281 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,285 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,288 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,291 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,294 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,297 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,299 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,302 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,305 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,310 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,313 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,317 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,321 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,324 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,328 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,332 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,335 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,337 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,340 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,343 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,346 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,350 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,356 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,359 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,361 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,367 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,373 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,378 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,383 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,387 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,391 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,394 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,399 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,404 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,407 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,412 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,415 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,418 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,422 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,426 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,431 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,436 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,439 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,441 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,444 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,446 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,449 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,453 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,459 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,461 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,466 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,469 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,471 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,475 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,478 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,483 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,487 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,491 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,494 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,497 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,502 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,506 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,510 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,514 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,520 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,523 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,526 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,529 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,532 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,535 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,539 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,541 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,544 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,547 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,553 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,559 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,563 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,568 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,572 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,575 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,579 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,581 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,586 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,590 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,594 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,597 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,602 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,607 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,611 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,614 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,617 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,620 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,623 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,627 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,630 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,636 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,640 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,642 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,646 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,649 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,652 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,656 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,660 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,663 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,665 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,672 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,675 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,678 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,680 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,683 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,686 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,689 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,693 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,697 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,700 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,702 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,708 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,711 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,714 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,716 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,722 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,725 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,728 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,730 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,735 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,739 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,745 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,748 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,752 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,757 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,760 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,763 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,766 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,770 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,772 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,775 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,777 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,781 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,784 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,788 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,792 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,794 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,797 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,800 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,804 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,806 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,810 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,813 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,816 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,819 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,822 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,825 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,827 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,833 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,836 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,839 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,842 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,845 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,849 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,852 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,856 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,859 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,862 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,866 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,869 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,871 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,875 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,878 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,881 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,884 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,887 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,889 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,892 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,895 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,898 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,902 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,905 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,911 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,915 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,917 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,920 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,923 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,925 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,931 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,934 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,938 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,940 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,943 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,949 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,952 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,958 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,961 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,964 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,967 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,970 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,974 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,976 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,979 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,981 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,984 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,988 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,991 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,996 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:08,998 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,001 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,003 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,007 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,010 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,014 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,017 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,020 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,023 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,027 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,030 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,034 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,036 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,039 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,042 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,046 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,052 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,055 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,058 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,062 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,065 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,071 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,074 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,077 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,081 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,084 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,088 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,091 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,094 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,097 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,101 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,105 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,109 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,113 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,116 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,118 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,121 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,124 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,127 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,130 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,136 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,139 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,143 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,147 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,150 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,156 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,162 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,166 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,168 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,173 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,176 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,179 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,185 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,189 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,192 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,195 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,198 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,203 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,206 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,209 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,213 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,216 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,219 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,223 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,225 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,230 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,233 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,235 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,239 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,242 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,248 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,250 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,253 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,257 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,260 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,263 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,266 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,270 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,273 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,276 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,279 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,282 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,288 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,290 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,294 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,297 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,299 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,302 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,305 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,309 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,313 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,316 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,321 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,327 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,330 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,334 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,337 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,341 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,344 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,347 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,353 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,357 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,359 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,362 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,366 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,369 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,372 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,378 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,382 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,385 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,387 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,392 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,395 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,398 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,401 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,404 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,408 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,412 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,415 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,418 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,421 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,424 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,430 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,434 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,437 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,440 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,443 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,446 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,448 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,451 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,455 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,458 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,462 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,465 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,468 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,471 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,474 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,478 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,483 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,488 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,491 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,494 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,498 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,501 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,504 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,504 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,507 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,508 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,510 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,511 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,516 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,517 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,520 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,521 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,525 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,526 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,528 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,529 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,530 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,531 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,534 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,539 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,540 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,542 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,543 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,545 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,546 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,549 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,550 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,555 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,555 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,558 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,558 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,560 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,561 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,563 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,564 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,567 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,567 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,569 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,570 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,572 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,573 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,575 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,576 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,579 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,579 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,582 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,583 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,586 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,587 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,592 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,593 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,595 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,596 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,599 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,600 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,602 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,603 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,605 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,605 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,608 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,608 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,610 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,611 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,614 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,615 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,617 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,618 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,620 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,621 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,624 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,625 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,627 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,627 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,629 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,630 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,632 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,633 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,636 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,637 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,642 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,642 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,647 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,647 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,651 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,652 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,654 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,655 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,656 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,657 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,661 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,661 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,664 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,665 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,669 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,670 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,672 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,673 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,675 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,676 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,678 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,679 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,681 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,682 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,684 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,685 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,688 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,689 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,691 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,692 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,694 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,695 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,698 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,698 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,701 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,702 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,705 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,706 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,708 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,709 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,711 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,711 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,714 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,715 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,718 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,719 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,722 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,722 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,725 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,726 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,728 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,729 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,733 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,734 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,736 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,737 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,739 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,740 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,742 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,742 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,745 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,745 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,747 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,748 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,751 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,752 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,755 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,755 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,757 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,758 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,760 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,761 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,763 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,764 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,766 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,767 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,769 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,770 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,772 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,773 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,778 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,779 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,782 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,783 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,785 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,786 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,788 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,789 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,791 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,792 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,794 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,795 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,797 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,798 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,802 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,803 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,806 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,807 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,810 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,811 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,816 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,817 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,819 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,820 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,822 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,823 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,825 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,826 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,828 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,828 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,831 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,832 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,834 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,835 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,837 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,838 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,841 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,842 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,844 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,844 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,846 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,847 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,850 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,851 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,853 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,854 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,856 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,857 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,861 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,862 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,868 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,869 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,871 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,872 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,875 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,876 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,878 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,879 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,881 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,882 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,884 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,884 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,887 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,888 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,890 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,891 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,893 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,893 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,895 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,896 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,899 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,900 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,903 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,904 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,908 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,909 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,912 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,913 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,916 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,917 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,919 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,919 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,922 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,923 misc 59123 8313250112 Invalid value for VR IS: '373.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:09,925 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,928 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,932 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,935 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,938 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,941 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,944 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,949 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,952 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,956 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,962 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,968 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,972 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,975 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,979 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,981 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,986 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,991 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,994 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:09,997 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,000 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,002 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,006 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,012 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,018 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,023 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,027 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,030 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,033 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,036 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,042 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,045 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,049 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,052 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,056 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,058 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,061 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,069 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,072 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,075 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,079 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,081 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,084 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,090 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,093 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,096 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,100 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,102 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,105 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,108 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,110 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,116 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,119 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,123 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,127 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,130 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,133 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,136 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,139 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,142 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,145 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,148 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,151 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,154 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,159 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,162 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,166 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,170 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,174 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,177 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,182 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,186 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,189 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,192 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,195 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,201 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,204 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,210 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,217 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,220 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,223 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,227 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,230 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,237 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,240 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,245 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,248 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,251 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,254 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,257 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,263 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,267 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,270 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,273 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,277 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,281 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,284 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,287 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,291 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,295 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,298 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,301 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,305 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,308 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,312 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,316 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,319 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,322 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,326 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,329 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,332 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,335 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,338 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,340 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,343 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,347 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,350 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,353 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,355 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,358 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,360 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,363 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,369 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,373 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,376 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,379 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,382 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,386 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,389 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,391 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,396 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,399 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,402 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,405 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,408 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,412 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,415 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,421 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,424 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,427 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,432 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,436 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,439 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,445 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,447 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,450 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,453 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,456 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,459 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,462 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,467 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,469 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,476 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,479 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,482 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,484 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,487 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,490 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,493 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,495 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,498 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,502 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,505 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,507 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,510 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,514 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,519 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,522 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,525 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,527 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,529 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,537 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,540 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,543 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,546 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,552 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,555 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,560 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,563 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,566 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,569 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,572 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,576 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,579 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,583 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,586 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,590 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,592 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,595 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,598 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,601 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,606 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,609 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,612 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,615 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,617 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,619 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,623 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,626 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,629 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,632 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,635 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,638 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,640 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,643 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,646 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,649 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,652 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,655 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,658 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,663 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,665 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,668 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,671 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,674 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,678 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,683 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,686 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,689 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,692 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,694 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,698 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,700 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,703 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,705 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,710 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,712 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,715 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,719 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,722 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,725 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,727 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,731 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,734 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,737 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,739 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,742 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,746 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,748 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,751 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,754 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,756 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,760 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,763 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,768 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,771 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,773 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,777 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,780 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,783 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,785 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,788 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,792 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,795 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,797 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,800 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,802 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,805 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,809 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,811 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,814 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,818 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,821 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,824 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,827 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,832 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,835 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,839 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,844 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,847 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,850 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,853 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,856 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,859 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,863 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,865 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,868 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,872 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,875 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,878 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,881 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,884 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,886 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,889 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,893 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,895 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,898 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,903 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,907 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,910 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,912 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,916 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,920 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,924 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,928 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,931 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,935 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,938 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,940 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,944 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,947 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,953 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,956 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,960 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,964 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,967 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,970 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,972 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,978 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,981 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,983 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,987 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,989 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,992 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:10,995 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,000 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,005 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,008 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,011 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,013 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,017 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,019 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,022 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,026 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,032 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,037 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,041 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,044 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,050 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,052 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,056 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,059 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,062 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,066 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,068 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,072 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,077 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,080 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,083 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,088 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,092 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,095 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,098 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,104 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,107 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,110 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,113 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,116 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,119 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,122 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,125 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,129 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,132 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,134 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,138 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,141 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,144 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,147 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,151 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,154 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,157 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,160 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,163 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,165 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,168 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,170 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,173 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,176 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,179 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,182 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,186 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,189 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,192 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,196 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,199 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,206 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,210 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,216 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,219 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,224 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,228 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,234 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,238 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,241 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,245 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,248 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,251 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,253 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,256 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,259 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,261 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,263 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,267 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,270 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,273 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,276 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,279 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,283 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,287 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,289 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,293 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,295 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,298 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,301 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,304 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,309 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,312 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,315 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,318 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,321 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,327 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,330 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,333 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,335 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,339 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,343 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,347 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,350 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,353 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,357 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,360 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,365 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,369 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,373 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,376 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,379 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,382 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,385 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,388 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,391 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,394 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,397 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,400 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,402 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,405 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,408 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,411 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,414 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,418 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,420 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,423 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,426 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,429 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,432 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,435 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,441 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,445 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,448 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,452 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,456 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,459 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,465 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,469 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,472 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,478 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,480 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,570 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,573 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,576 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,580 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,583 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,586 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,589 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,592 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,595 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,598 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,601 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,604 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,607 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,610 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,612 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,616 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,619 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,621 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,624 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,628 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,634 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,637 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,641 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,643 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,646 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,649 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,653 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,657 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,660 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,663 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,667 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,669 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,673 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,676 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,679 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,685 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,689 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,693 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,696 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,700 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,703 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,706 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,710 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,716 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,718 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,722 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,728 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,732 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,734 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,738 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,742 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,747 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,750 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,753 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,756 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,758 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,761 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,766 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,768 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,771 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,777 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,780 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,783 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,787 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,790 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,792 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,796 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,799 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,803 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,805 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,808 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,811 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,815 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,818 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,821 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,826 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,833 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,838 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,842 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,846 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,849 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,852 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,856 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,860 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,864 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,867 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,871 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,874 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,876 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,881 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,883 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,889 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,892 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,901 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,905 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,912 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,915 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,918 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,922 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,925 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,925 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:11,928 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,929 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:11,931 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,932 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:11,934 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,935 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:11,937 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,937 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:11,940 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,941 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:11,944 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,944 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:11,946 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,947 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:11,949 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,950 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:11,953 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,954 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:11,959 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,960 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:11,962 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,963 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:11,966 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,967 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:11,969 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,969 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:11,971 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,972 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:11,974 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,974 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:11,977 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,978 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:11,981 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,982 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:11,984 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,985 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:11,988 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,989 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:11,991 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,992 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:11,994 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,995 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:11,997 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:11,998 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,000 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,001 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,006 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,006 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,009 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,010 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,011 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,012 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,015 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,016 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,018 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,019 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,021 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,022 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,026 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,027 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,029 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,030 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,031 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,032 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,034 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,035 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,037 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,038 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,040 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,041 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,045 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,046 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,049 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,050 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,052 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,053 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,055 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,056 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,059 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,060 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,063 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,064 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,066 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,067 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,069 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,069 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,072 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,072 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,074 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,075 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,077 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,078 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,079 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,080 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,082 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,082 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,087 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,088 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,090 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,091 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,093 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,094 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,098 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,099 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,104 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,105 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,107 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,108 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,110 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,111 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,113 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,114 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,116 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,117 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,119 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,120 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,123 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,124 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,127 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,128 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,129 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,130 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,136 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,136 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,138 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,139 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,141 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,141 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,144 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,145 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,147 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,148 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,152 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,153 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,154 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,155 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,157 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,158 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,161 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,161 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,166 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,167 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,169 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,170 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,172 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,173 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,246 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,249 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,287 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,291 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,293 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,294 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,297 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,298 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,300 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,301 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,304 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,305 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,307 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,308 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,309 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,310 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,316 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,317 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,319 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,320 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,323 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,324 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,326 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,327 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,329 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,330 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,334 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,334 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,336 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,337 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,339 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,340 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,342 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,342 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,345 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,346 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,348 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,349 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,350 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,351 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,354 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,354 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,358 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,359 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,361 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,362 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,364 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,365 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,368 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,369 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,371 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,372 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,374 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,375 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,379 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,380 misc 59123 8313250112 Invalid value for VR IS: '1192.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:12,382 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,384 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,388 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,392 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,395 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,398 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,400 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,404 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,408 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,411 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,415 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,418 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,421 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,424 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,430 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,434 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,438 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,443 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,445 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,449 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,452 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,454 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,457 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,461 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,464 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,466 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,469 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,475 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,477 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,486 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,490 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,494 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,497 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,500 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,503 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,506 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,509 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,513 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,517 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,520 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,522 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,526 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,529 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,531 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,535 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,541 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,546 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,548 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,551 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,554 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,558 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,560 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,566 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,569 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,572 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,576 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,579 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,585 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,589 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,592 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,596 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,598 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,601 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,607 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,610 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,613 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,615 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,618 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,621 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,624 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,628 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,630 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,634 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,637 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,639 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,642 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,645 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,647 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,650 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,653 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,658 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,661 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,664 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,668 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,673 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,676 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,679 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,682 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,686 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,690 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,693 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,698 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,700 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,703 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,709 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,712 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,715 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,718 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,721 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,723 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,726 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,730 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,732 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,735 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,738 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,740 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,743 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,748 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,751 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,754 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,757 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,760 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,763 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,769 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,775 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,778 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,784 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,787 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,790 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,794 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,797 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,803 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,810 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,816 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,819 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,824 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,831 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,834 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,837 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,840 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,844 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,849 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,852 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,856 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,859 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,862 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,865 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,868 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,870 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,874 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,877 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,883 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,886 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,893 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,895 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,898 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,902 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,905 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,908 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,910 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,913 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,916 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,918 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,920 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,924 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,929 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,933 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,936 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,940 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,944 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,948 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,950 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,953 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,959 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,963 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,966 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,972 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,975 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,978 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,980 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,983 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,986 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,989 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:12,994 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,000 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,003 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,007 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,010 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,015 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,018 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,020 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,023 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,025 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,029 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,032 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,036 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,040 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,043 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,046 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,050 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,053 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,057 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,061 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,064 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,067 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,070 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,075 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,079 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,081 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,086 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,088 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,092 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,094 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,097 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,100 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,103 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,106 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,113 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,116 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,119 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,122 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,125 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,128 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,133 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,136 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,139 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,142 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,145 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,148 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,152 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,155 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,157 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,160 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,162 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,165 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,168 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,172 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,175 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,178 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,182 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,186 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,189 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,192 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,195 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,201 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,205 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,208 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,211 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,214 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,217 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,220 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,223 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,226 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,229 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,233 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,236 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,238 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,243 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,246 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,250 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,252 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,255 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,260 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,263 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,265 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,268 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,270 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,273 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,276 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,280 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,286 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,290 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,292 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,295 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,298 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,302 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,308 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,314 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,317 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,320 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,325 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,331 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,334 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,336 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,339 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,345 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,348 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,354 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,359 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,364 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,369 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,372 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,375 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,378 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,381 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,383 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,386 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,389 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,392 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,394 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,398 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,401 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,405 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,409 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,412 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,416 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,420 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,422 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,425 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,428 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,430 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,433 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,436 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,442 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,447 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,450 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,453 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,455 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,458 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,463 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,466 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,469 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,471 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,475 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,478 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,483 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,486 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,491 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,494 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,498 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,501 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,504 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,507 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,512 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,515 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,518 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,521 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,526 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,529 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,536 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,539 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,542 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,545 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,549 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,552 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,555 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,558 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,560 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,566 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,570 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,574 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,577 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,581 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,584 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,588 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,592 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,595 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,597 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,600 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,602 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,609 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,612 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,618 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,621 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,625 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,628 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,631 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,634 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,636 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,640 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,644 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,646 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,650 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,653 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,655 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,658 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,663 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,665 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,672 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,678 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,681 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,684 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,687 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,690 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,693 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,697 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,700 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,704 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,707 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,710 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,714 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,717 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,721 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,724 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,728 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,733 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,736 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,739 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,742 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,746 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,751 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,757 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,762 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,767 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,770 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,773 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,778 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,781 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,785 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,789 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,793 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,796 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,798 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,802 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,805 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,808 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,812 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,815 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,819 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,822 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,826 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,832 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,835 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,838 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,840 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,846 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,850 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,853 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,855 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,858 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,860 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,866 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,869 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,873 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,880 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,884 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,888 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,891 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,894 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,897 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,901 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,903 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,906 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,909 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,912 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,914 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,917 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,921 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,924 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,927 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,930 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,933 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,936 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,939 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,941 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,947 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,949 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,952 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,956 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,958 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,961 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,965 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,968 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,972 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,975 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,978 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,982 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,985 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,987 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,990 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:13,996 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,000 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,003 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,007 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,010 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,012 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,015 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,018 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,023 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,025 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,029 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,032 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,035 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,039 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,042 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,047 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,050 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,053 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,056 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,059 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,062 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,068 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,075 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,080 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,082 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,085 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,088 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,091 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,097 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,101 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,107 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,110 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,113 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,116 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,119 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,125 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,129 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,132 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,134 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,137 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,141 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,145 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,148 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,151 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,155 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,159 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,165 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,167 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,170 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,174 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,178 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,183 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,186 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,188 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,192 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,196 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,198 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,200 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,204 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,206 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,210 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,213 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,215 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,219 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,223 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,226 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,232 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,236 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,240 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,244 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,247 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,251 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,254 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,256 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,258 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,265 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,268 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,272 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,276 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,279 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,281 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,285 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,287 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,291 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,294 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,297 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,299 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,303 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,310 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,313 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,315 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,320 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,323 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,327 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,330 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,333 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,336 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,339 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,342 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,345 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,348 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,352 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,355 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,359 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,362 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,364 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,369 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,373 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,376 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,380 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,383 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,385 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,388 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,395 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,397 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,403 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,406 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,409 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,414 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,418 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,420 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,424 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,427 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,430 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,433 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,436 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,439 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,444 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,444 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,447 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,448 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,450 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,451 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,454 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,454 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,459 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,460 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,463 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,463 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,465 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,466 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,468 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,469 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,472 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,473 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,475 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,476 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,479 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,479 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,482 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,483 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,484 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,487 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,488 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,490 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,490 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,492 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,493 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,495 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,496 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,499 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,500 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,503 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,504 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,508 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,509 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,512 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,513 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,515 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,516 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,519 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,520 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,523 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,524 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,527 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,528 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,530 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,530 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,532 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,533 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,535 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,536 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,538 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,539 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,542 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,543 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,545 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,546 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,548 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,548 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,550 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,551 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,553 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,554 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,556 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,557 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,559 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,560 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,562 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,563 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,564 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,565 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,567 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,568 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,569 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,570 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,572 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,573 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,576 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,577 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,581 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,582 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,585 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,586 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,589 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,590 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,592 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,593 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,595 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,596 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,599 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,599 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,602 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,603 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,605 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,606 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,608 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,609 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,611 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,611 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,613 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,614 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,616 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,617 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,619 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,620 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,622 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,623 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,627 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,627 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,629 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,630 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,632 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,633 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,637 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,638 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,640 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,641 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,642 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,643 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,645 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,646 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,651 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,652 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,654 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,654 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,659 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,660 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,663 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,664 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,667 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,667 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,672 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,673 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,675 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,676 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,678 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,679 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,681 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,682 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,684 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,685 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,687 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,688 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,693 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,694 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,696 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,697 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,702 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,703 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,708 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,709 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,714 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,715 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,717 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,718 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,721 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,722 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,726 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,727 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,731 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,732 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,735 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,735 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,737 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,738 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,740 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,741 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,745 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,745 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,748 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,749 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,751 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,752 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,755 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,756 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,757 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,758 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,760 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,761 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,763 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,764 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,765 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,766 misc 59123 8313250112 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,771 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,772 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,774 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,775 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,778 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,779 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,781 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,782 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,784 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,784 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,786 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,787 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,789 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,790 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,792 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,793 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,795 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,795 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,799 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,799 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,801 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,802 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,805 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,806 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,808 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,809 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,811 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,811 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,813 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,814 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,816 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,817 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,819 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,820 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,823 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,824 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,828 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,829 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,832 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,833 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,838 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,839 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,841 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,841 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,845 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,845 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,848 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,849 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,851 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,852 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,856 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,856 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,859 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,859 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,862 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,863 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,866 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,867 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,869 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,870 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,872 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,873 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,876 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,877 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,882 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,883 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,886 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,887 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,890 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,891 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,893 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,894 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,896 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,897 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,900 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,900 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,902 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,903 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,905 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,906 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,908 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,909 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,911 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,911 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,917 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,918 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,920 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,921 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,923 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,924 misc 59123 8313250112 Invalid value for VR IS: '1569.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:14,929 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,933 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,938 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,943 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,946 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,949 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,952 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,955 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,959 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,964 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,967 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,970 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,973 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,979 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,982 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,985 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,991 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,995 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:14,997 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,000 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,004 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,009 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,012 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,014 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,018 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,022 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,025 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,029 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,032 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,035 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,038 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,041 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,044 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,047 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,051 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,058 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,062 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,066 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,069 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,072 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,076 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,080 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,083 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,086 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,089 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,096 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,099 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,103 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,106 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,110 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,115 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,118 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,122 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,127 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,131 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,135 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,139 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,142 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,146 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,150 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,155 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,161 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,167 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,171 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,174 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,180 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,184 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,187 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,191 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,196 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,199 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,202 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,205 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,208 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,211 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,214 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,217 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,220 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,223 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,227 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,231 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,234 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,240 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,243 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,247 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,252 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,255 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,260 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,264 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,267 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,270 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,274 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,278 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,284 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,288 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,292 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,295 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,298 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,305 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,311 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,314 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,318 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,320 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,323 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,327 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,332 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,336 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,340 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,343 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,347 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,349 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,352 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,357 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,360 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,363 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,366 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,370 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,374 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,377 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,384 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,387 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,390 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,393 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,396 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,400 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,403 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,408 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,411 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,413 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,420 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,424 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,429 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,433 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,436 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,438 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,441 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,448 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,453 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,454 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,456 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,457 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,460 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,460 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,466 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,467 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,469 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,470 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,472 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,473 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,475 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,476 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,482 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,483 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,487 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,488 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,492 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,493 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,498 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,499 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,502 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,503 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,505 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,506 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,509 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,510 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,513 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,514 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,517 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,518 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,519 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,520 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,525 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,526 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,532 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,533 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,536 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,537 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,539 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,540 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,545 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,546 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,548 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,549 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,552 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,553 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,557 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,558 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,562 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,562 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,568 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,569 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,571 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,572 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,576 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,577 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,580 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,581 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,583 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,584 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,587 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,588 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,591 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,591 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,594 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,594 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,598 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,598 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,602 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,603 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,605 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,606 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,608 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,609 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,612 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,613 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,616 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,617 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,620 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,621 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,626 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,627 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,630 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,631 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,635 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,636 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,640 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,641 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,644 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,645 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,647 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,647 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,650 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,651 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,657 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,657 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,659 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,660 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,663 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,663 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,666 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,667 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,669 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,670 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,675 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,676 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,678 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,679 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,680 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,681 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,683 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,684 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,687 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,688 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,694 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,695 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,697 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,698 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,700 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,701 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,703 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,704 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,706 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,706 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,709 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,709 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,713 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,713 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,715 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,716 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,719 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,720 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,723 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,724 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,726 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,727 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,730 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,730 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,734 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,735 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,738 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,739 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,742 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,743 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,745 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,746 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,750 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,750 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,753 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,753 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,756 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,757 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,760 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,760 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,763 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,763 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,766 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,767 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,770 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,770 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,774 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,774 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,776 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,777 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,782 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,783 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,785 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,786 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,788 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,789 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,792 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,793 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,795 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,796 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,800 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,801 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,803 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,804 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,807 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,808 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,810 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,810 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,813 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,813 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,815 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,816 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,818 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,819 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,820 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,821 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,826 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,827 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,830 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,832 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,833 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,835 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,836 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,841 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,842 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,844 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,845 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,850 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,851 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,853 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,854 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,856 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,857 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,859 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,859 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,862 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,863 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,864 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,865 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,867 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,868 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,870 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,871 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,873 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,874 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,877 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,877 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,880 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,880 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,883 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,884 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,886 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,887 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,889 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,890 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,893 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,894 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,897 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,898 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,901 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,901 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,904 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,904 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,907 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,907 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,910 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,910 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,913 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,914 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,916 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,917 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,922 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,922 misc 59123 8313250112 Invalid value for VR IS: '1288.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:15,927 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,931 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,934 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,936 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,940 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,943 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,946 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,948 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,954 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,959 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,962 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,965 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,967 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,970 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,973 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,977 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,980 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,983 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,987 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,990 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,993 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,995 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:15,999 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,001 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,004 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,007 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,012 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,015 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,018 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,021 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,024 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,026 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,030 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,032 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,037 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,038 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,043 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,044 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,046 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,047 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,051 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,052 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,055 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,056 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,058 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,058 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,061 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,062 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,065 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,066 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,068 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,069 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,071 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,072 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,074 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,075 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,077 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,078 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,083 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,084 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,086 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,087 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,092 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,093 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,095 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,095 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,098 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,098 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,104 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,104 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,106 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,107 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,109 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,110 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,111 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,112 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,115 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,116 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,118 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,119 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,120 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,121 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,123 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,124 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,126 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,127 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,132 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,133 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,135 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,136 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,140 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,141 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,143 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,144 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,146 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,147 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,149 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,150 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,153 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,154 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,157 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,158 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,161 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,161 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,164 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,165 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,168 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,168 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,170 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,171 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,174 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,175 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,178 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,179 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,182 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,183 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,187 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,188 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,191 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,192 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,194 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,194 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,197 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,197 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,200 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,201 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,203 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,204 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,206 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,207 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,209 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,210 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,213 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,214 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,217 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,218 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,220 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,220 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,222 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,223 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,228 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,229 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,232 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,233 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,236 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,237 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,239 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,240 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,242 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,243 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,245 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,246 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,247 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,248 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,250 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,251 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,256 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,257 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,260 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,261 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,266 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,266 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,268 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,269 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,271 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,272 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,275 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,275 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,278 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,278 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,280 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,281 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,286 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,287 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,289 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,290 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,293 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,294 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,297 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,298 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,300 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,301 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,304 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,304 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,307 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,307 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,311 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,311 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,317 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,317 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,319 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,320 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,322 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,323 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,328 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,329 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,331 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,332 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,334 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,335 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,340 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,341 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,343 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,344 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,348 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,349 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,351 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,352 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,354 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,354 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,356 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,357 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,359 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,360 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,363 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,364 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,368 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,368 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,371 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,372 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,375 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,375 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,377 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,378 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,380 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,380 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,383 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,384 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,387 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,388 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,391 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,391 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,393 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,394 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,396 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,397 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,399 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,400 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,402 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,402 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,405 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,405 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,408 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,408 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,414 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,415 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,420 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,421 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,423 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,424 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,427 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,427 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,431 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,431 misc 59123 8313250112 Invalid value for VR IS: '1854.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,433 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,438 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,441 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,447 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,450 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,455 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,458 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,462 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,466 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,471 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,475 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,478 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,485 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,487 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,494 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,497 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,503 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,507 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,510 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,514 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,517 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,520 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,524 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,528 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,539 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,546 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,552 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,555 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,558 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,565 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,568 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,574 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,580 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,584 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,587 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,591 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,595 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,599 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,602 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,605 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,607 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,610 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,614 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,618 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,621 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,624 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,629 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,634 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,637 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,641 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,644 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,647 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,650 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,653 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,656 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,661 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,664 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,667 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,671 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,674 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,677 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,679 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,686 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,688 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,693 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,696 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,699 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,702 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,705 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,711 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,714 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,717 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,721 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,724 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,728 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,731 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,734 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,737 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,744 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,747 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,753 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,757 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,761 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,764 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,767 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,770 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,772 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,777 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,780 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,783 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,785 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,790 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,796 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,800 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,802 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,805 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,809 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,812 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,815 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,821 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,824 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,827 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,832 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,835 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,838 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,841 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,844 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,848 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,851 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,854 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,857 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,860 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,863 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,867 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,871 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,875 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,878 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,881 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,884 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,891 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,895 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,898 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,900 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,906 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,909 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,912 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,912 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,915 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,916 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,918 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,919 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,920 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,921 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,924 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,925 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,927 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,928 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,930 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,931 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,933 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,933 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,936 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,937 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,940 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,940 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,942 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,943 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,945 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,946 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,948 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,949 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,951 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,952 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,954 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,955 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,959 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,959 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,963 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,963 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,965 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,966 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,968 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,969 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,974 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,975 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,977 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,978 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,980 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,981 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,984 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,985 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,987 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,988 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,990 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,991 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,993 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,994 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:16,997 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:16,998 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:17,000 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,001 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:17,004 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,005 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:17,007 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,008 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:17,010 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,011 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:17,015 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,016 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:17,018 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,019 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:17,021 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,022 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:17,024 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,025 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:17,027 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,028 misc 59123 8313250112 Invalid value for VR IS: '506.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:17,030 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,037 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,040 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,045 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,049 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,054 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,057 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,060 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,063 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,067 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,072 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,076 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,080 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,083 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,086 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,090 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,095 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,098 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,103 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,106 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,110 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,115 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,118 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,120 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,123 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,126 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,129 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,132 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,135 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,138 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,144 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,148 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,155 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,158 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,161 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,164 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,168 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,171 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,174 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,180 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,183 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,187 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,191 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,198 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,204 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,207 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,213 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,216 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,220 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,224 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,227 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,234 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,237 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,243 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,250 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,253 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,256 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,262 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,265 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,268 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,272 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,274 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,277 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,283 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,285 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,290 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,296 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,299 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,302 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,305 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,308 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,311 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,316 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,318 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,322 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,325 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,331 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,333 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,336 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,339 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,342 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,348 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,351 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,354 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,357 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,360 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,363 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,369 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,372 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,378 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,380 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,383 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,386 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,390 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,394 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,397 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,401 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,404 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,406 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,409 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,411 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,414 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,418 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,421 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,426 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,429 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,432 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,435 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,437 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,441 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,443 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,446 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,449 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,455 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,458 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,461 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,463 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,467 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,471 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,476 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,479 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,486 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,489 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,494 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,500 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,502 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,506 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,509 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,513 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,515 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,518 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,524 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,529 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,537 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,540 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,544 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,547 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,550 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,555 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,561 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,563 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,566 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,568 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,571 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,575 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,579 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,582 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,587 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,591 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,594 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,598 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,601 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,604 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,608 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,610 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,613 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,616 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,618 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,622 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,624 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,628 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,634 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,637 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,641 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,644 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,647 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,653 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,656 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,662 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,664 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,667 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,671 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,684 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,689 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,692 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,695 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,699 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,704 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,707 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,710 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,713 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,715 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,718 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,724 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,727 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,730 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,734 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,738 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,742 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,746 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,750 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,753 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,756 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,759 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,761 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,764 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,767 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,771 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,777 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,781 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,784 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,787 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,789 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,793 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,800 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,805 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,809 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,812 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,814 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,820 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,825 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,828 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,831 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,835 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,838 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,843 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,846 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,849 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,853 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,857 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,860 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,863 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,867 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,869 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,873 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,876 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,879 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,882 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,885 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,888 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,893 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,895 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,897 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,901 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,904 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,907 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,909 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,916 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,920 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,925 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,928 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,934 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,938 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,941 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,944 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,946 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,951 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,954 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,958 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,962 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,965 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,968 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,970 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,974 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,977 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,980 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,983 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,986 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,988 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,993 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,995 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:17,999 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,001 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,004 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,007 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,010 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,015 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,019 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,022 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,027 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,033 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,037 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,039 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,046 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,049 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,053 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,058 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,061 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,067 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,070 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,073 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,077 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,082 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,085 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,088 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,091 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,094 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,097 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,100 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,107 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,111 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,114 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,119 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,122 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,126 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,129 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,131 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,134 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,136 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,140 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,145 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,149 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,153 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,156 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,161 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,164 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,167 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,170 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,174 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,177 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,179 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,183 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,186 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,189 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,193 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,195 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,198 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,204 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,207 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,210 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,212 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,216 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,219 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,222 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,227 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,230 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,233 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,236 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,240 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,242 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,246 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,249 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,252 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,256 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,260 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,266 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,269 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,272 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,275 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,278 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,284 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,287 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,290 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,293 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,296 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,298 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,300 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,303 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,307 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,310 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,315 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,321 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,324 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,326 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,331 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,336 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,339 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,341 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,346 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,349 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,354 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,361 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,363 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,368 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,372 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,375 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,377 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,380 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,383 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,385 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,388 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,391 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,395 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,399 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,401 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,406 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,409 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,412 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,416 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,418 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,421 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,425 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,428 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,431 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,434 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,437 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,440 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,443 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,446 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,450 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,453 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,456 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,459 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,462 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,466 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,469 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,472 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,474 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,477 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,480 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,482 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,486 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,489 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,492 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,494 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,497 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,501 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,505 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,512 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,517 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,521 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,525 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,529 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,532 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,535 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,539 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,542 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,545 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,548 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,549 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,550 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,551 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,554 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,554 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,558 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,559 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,561 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,562 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,564 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,565 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,567 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,568 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,571 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,572 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,574 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,574 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,577 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,578 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,580 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,581 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,584 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,585 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,587 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,587 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,592 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,593 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,595 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,595 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,600 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,601 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,603 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,604 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,606 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,607 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,611 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,612 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,614 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,615 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,617 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,618 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,620 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,621 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,623 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,624 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,625 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,626 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,628 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,629 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,634 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,635 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,637 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,638 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,640 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,641 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,643 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,644 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,646 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,647 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,649 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,650 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,653 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,653 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,655 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,656 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,658 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,659 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,664 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,665 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,667 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,668 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,672 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,673 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,675 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,676 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,678 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,679 misc 59123 8313250112 Invalid value for VR IS: '909.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:18,681 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,684 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,687 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,691 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,695 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,701 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,705 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,711 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,714 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,717 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,720 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,723 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,727 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,733 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,736 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,739 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,742 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,746 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,749 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,754 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,757 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,760 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,763 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,766 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,770 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,776 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,779 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,782 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,788 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,792 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,795 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,798 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,801 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,804 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,808 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,812 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,815 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,817 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,822 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,824 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,833 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,837 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,841 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,845 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,847 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,850 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,853 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,856 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,858 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,863 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,866 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,869 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,871 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,877 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,880 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,883 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,889 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,892 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,894 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,898 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,900 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,906 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,909 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,913 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,917 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,920 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,923 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,926 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,930 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,933 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,936 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,940 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,943 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,946 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,951 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,954 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,957 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,961 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,964 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,967 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,970 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,973 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,979 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,982 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,985 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,988 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,992 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,995 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:18,998 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,002 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,006 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,011 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,014 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,017 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,019 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,023 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,025 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,029 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,033 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,038 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,040 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,043 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,049 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,051 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,055 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,059 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,066 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,068 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,070 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,073 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,077 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,079 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,083 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,086 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,089 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,091 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,095 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,098 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,101 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,104 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,107 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,111 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,115 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,121 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,124 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,128 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,131 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,133 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,137 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,141 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,145 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,150 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,153 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,156 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,159 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,161 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,165 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,168 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,170 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,173 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,176 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,178 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,182 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,185 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,189 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,191 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,194 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,196 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,199 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,202 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,204 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,209 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,212 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,219 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,224 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,228 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,231 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,235 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,239 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,242 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,245 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,249 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,252 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,255 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,259 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,262 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,266 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,270 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,272 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,275 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. INFO 2025-10-03 21:31:19,279 basehttp 53670 6227652608 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-03 21:31:19,279 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,283 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. INFO 2025-10-03 21:31:19,283 basehttp 53670 6227652608 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-03 21:31:19,289 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,292 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,296 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. ERROR 2025-10-03 21:31:19,296 log 53670 6227652608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:31:19,296 basehttp 53670 6227652608 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 WARNING 2025-10-03 21:31:19,299 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,302 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,304 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,307 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,312 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,316 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,319 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,326 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,328 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,331 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,333 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,336 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,342 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,345 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,348 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,354 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,357 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,360 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,362 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,365 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,369 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,371 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,375 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,378 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,383 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,390 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,394 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,397 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,401 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,404 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,408 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,411 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,414 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,421 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,429 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,435 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,441 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,444 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,448 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,455 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,458 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,462 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,465 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,469 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,472 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,475 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,478 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,484 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,488 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,493 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,496 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,501 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,504 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,507 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,510 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,514 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,518 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,521 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,524 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,527 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,536 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,539 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,546 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,549 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,552 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,555 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,558 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,562 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,564 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,567 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,570 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,574 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,582 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,589 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,593 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,599 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,673 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,677 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,680 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,685 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,688 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,691 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,694 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,699 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,702 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,706 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,708 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,712 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,717 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,721 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,724 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,727 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,730 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,733 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,735 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,739 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,742 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,746 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,748 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,753 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,756 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,760 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,763 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,765 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,770 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,773 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,779 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,782 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,785 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,789 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,795 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,797 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,802 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,805 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,807 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,810 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,813 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,816 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,819 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,824 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,826 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,830 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,836 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,840 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,844 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,847 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,854 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,858 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,862 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,865 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,868 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,873 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,876 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,883 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,886 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,893 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,897 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,901 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,904 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,909 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,912 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,917 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,921 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,925 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,928 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,931 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,934 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,938 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,941 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,944 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,947 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,950 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,954 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,956 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,959 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,964 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,967 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,970 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,973 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,976 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,979 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,982 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,985 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,988 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,993 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,995 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:19,998 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,001 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,006 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,008 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,011 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,014 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,017 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,033 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,038 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,043 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,047 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,051 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,056 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,060 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,064 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,067 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,072 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,076 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,083 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,090 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,093 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,097 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,101 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,105 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,109 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,117 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,126 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,131 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,135 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,139 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,144 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,147 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,150 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,153 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,155 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,159 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,163 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,167 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,170 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,179 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,184 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,186 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,193 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,197 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,201 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,205 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,209 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,213 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,215 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,220 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,223 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,229 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,233 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,237 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,240 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,243 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,246 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,251 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,253 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,257 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,260 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,264 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,267 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,270 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,274 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,278 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,282 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,284 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,289 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,293 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,297 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,303 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,306 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,309 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,314 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,318 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,320 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,329 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,334 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,340 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,344 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,351 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,356 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,361 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,366 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,369 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,375 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,378 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,382 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,387 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,391 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,396 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,399 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,403 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,406 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,409 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,413 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,418 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,422 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,428 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,432 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,435 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,439 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,442 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,446 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,450 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,453 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,457 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,459 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,463 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,468 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,471 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,475 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,482 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,487 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,490 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,493 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,496 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,501 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,505 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,509 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,513 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,517 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,520 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,524 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,527 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,530 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,536 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,541 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,545 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,549 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,554 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,557 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,560 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,564 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,569 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,575 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,581 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,584 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,588 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,591 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,594 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,597 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,601 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,604 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,612 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,616 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,621 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,625 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,628 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,635 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,639 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,644 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,648 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,651 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,655 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,658 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,662 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,668 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,671 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,676 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,678 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,681 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,684 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,688 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,691 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,694 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,696 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,700 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,704 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,708 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,711 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,714 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,717 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,719 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,723 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,725 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,730 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,734 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,738 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,741 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,743 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,747 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,751 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,757 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,760 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,763 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,770 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,773 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,775 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,779 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,782 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,785 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,790 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,793 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,796 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,799 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,804 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,808 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,813 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,816 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,819 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,822 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,826 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,830 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,833 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,836 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,840 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,843 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,846 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,852 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,856 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,860 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,863 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,866 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,870 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,873 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,876 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,880 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,883 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,887 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,890 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,897 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,901 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,904 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,909 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,911 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,914 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,917 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,921 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,927 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,930 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,936 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,941 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,948 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,951 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,954 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,958 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,964 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,968 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,970 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,977 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,981 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,985 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,988 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,991 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,994 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:20,998 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,002 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,003 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,005 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,006 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,008 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,008 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,012 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,012 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,015 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,015 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,019 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,020 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,021 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,022 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,025 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,026 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,032 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,033 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,036 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,037 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,040 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,041 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,044 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,045 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,049 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,050 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,052 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,053 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,055 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,056 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,058 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,059 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,062 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,062 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,065 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,066 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,069 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,070 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,071 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,072 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,077 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,078 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,080 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,081 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,083 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,084 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,088 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,089 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,092 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,093 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,095 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,096 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,099 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,100 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,102 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,102 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,106 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,107 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,110 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,111 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,113 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,113 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,117 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,118 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,124 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,125 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,129 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,129 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,132 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,133 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,134 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,135 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,138 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,139 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,142 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,143 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,145 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,146 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,148 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,149 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,152 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,152 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,155 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,155 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,160 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,161 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,163 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,164 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,166 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,167 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,169 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,170 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,172 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,173 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,176 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,177 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,179 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,180 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,183 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,184 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,187 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,188 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,191 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,192 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,194 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,194 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,197 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,198 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,201 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,201 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,204 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,205 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,207 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,208 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,211 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,211 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,213 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,214 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,216 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,217 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,221 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,222 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,224 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,225 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,231 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,231 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,235 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,236 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,238 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,239 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,241 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,242 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,245 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,246 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,248 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,249 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,252 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,253 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,255 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,256 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,260 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,261 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,263 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,264 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,265 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,266 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,271 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,272 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,276 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,277 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,280 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,281 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,283 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,284 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,288 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,289 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,292 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,293 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,298 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,298 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,301 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,302 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,304 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,305 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,308 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,309 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,311 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,312 misc 59123 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,314 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,319 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,325 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,329 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,334 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,337 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,342 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,348 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,352 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,355 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,358 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,363 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,369 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,373 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,376 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,379 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,383 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,387 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,390 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,394 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,398 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,402 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,405 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,408 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,411 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,417 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,421 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,424 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,430 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,436 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,439 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,442 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,445 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,449 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,454 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,457 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,461 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,462 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,465 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,466 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,469 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,469 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,473 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,474 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,477 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,478 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,481 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,485 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,486 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,494 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,495 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,497 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,498 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,502 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,502 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,506 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,507 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,509 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,510 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,513 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,513 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,516 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,517 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,521 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,522 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,524 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,525 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,531 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,532 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,534 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,535 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,538 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,539 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,541 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,542 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,547 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,548 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,550 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,551 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,553 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,554 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,557 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,558 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,559 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,560 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,563 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,564 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,567 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,568 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,570 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,570 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,574 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,575 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,579 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,580 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,582 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,583 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,586 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,587 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,590 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,591 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,593 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,593 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,597 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,598 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,601 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,602 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,605 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,606 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,608 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,609 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,613 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,614 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,616 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,617 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,619 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,620 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,622 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,623 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,625 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,626 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,628 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,629 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,632 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,633 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,636 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,637 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,641 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,641 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,645 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,646 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,648 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,649 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,651 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,652 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,657 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,658 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,663 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,664 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,670 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,671 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,679 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,680 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,683 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,684 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,688 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,689 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,691 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,692 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,694 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,695 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,699 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,700 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,705 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,706 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,708 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,709 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,712 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,713 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,715 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,716 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,719 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,720 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,723 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,724 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,727 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,728 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,732 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,732 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,736 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,737 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,740 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,741 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,745 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,746 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,748 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,749 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,752 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,753 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,760 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,761 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,765 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,765 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,771 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,772 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,776 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,777 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,781 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,782 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,785 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,786 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,789 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,790 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,792 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,793 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,796 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,797 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,800 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,801 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,805 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,806 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,810 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,811 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,814 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,815 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,820 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,821 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,824 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,825 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,831 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,832 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,836 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,837 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,839 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,840 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,843 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,844 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,847 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,848 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,851 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,852 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,855 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,856 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,858 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,859 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,862 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,863 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,866 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,867 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,870 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,871 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,873 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,874 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,876 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,877 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,880 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,881 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,884 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,885 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,887 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,888 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,894 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,895 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,898 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,898 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,901 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,902 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,906 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,906 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,909 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,910 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,912 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,913 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,916 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,917 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,919 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,920 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,926 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,927 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,931 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,932 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,936 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,937 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,941 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,942 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,945 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,946 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:21,948 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,952 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,956 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,961 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,966 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,970 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,974 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,978 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,982 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,986 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,989 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,993 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:21,996 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,001 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,004 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,008 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,012 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,016 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,019 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,022 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,027 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,032 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,034 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,038 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,042 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,046 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,050 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,053 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,057 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,063 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,069 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,074 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,078 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,081 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,083 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,088 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,095 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,099 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,103 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,107 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,111 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,115 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,118 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,122 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,124 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,127 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,130 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,134 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,139 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,142 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,147 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,150 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,156 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,160 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,163 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,166 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,171 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,174 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,178 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,183 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,191 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,195 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,201 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,205 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,208 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,211 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,216 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,220 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,225 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,229 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,233 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,236 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,240 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,245 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,251 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,255 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,259 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,264 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,268 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,273 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,280 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,284 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,288 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,292 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,295 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,300 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,303 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,306 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,309 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,313 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,317 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,321 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,326 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,330 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,333 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,337 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,341 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,344 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,347 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,351 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,354 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,358 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,361 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,364 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,367 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,370 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,371 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,374 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,375 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,379 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,380 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,382 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,383 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,385 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,386 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,389 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,390 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,394 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,395 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,397 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,398 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,401 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,402 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,406 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,407 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,409 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,410 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,414 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,414 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,416 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,417 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,421 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,422 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,426 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,427 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,433 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,434 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,437 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,438 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,441 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,442 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,446 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,447 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,449 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,450 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,453 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,454 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,457 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,458 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,461 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,462 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,465 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,466 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,470 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,471 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,473 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,474 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,477 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,477 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,482 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,487 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,488 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,493 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,494 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,498 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,498 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,501 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,502 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,505 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,505 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,507 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,508 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,511 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,512 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,516 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,517 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,520 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,521 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,524 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,524 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,528 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,529 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,534 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,539 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,540 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,542 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,543 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,546 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,547 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,553 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,554 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,556 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,557 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,563 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,564 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,566 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,567 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,570 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,571 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,576 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,577 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,581 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,581 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,585 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,586 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,589 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,590 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,593 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,594 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,597 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,598 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,600 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,601 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,604 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,605 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,609 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,610 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,613 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,614 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,616 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,617 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,620 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,621 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,624 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,625 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,628 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,629 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,632 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,632 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,636 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,637 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,641 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,642 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,646 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,647 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,649 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,650 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,653 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,654 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,658 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,659 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,661 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,662 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,667 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,668 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,670 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,671 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,674 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,675 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,677 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,678 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,680 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,681 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,684 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,685 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,688 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,689 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,692 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,693 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,696 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,696 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,701 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,701 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,704 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,705 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,707 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,708 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,710 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,711 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,714 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,715 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,721 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,722 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,725 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,726 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,729 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,730 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,732 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,733 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,737 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,738 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,741 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,742 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,745 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,746 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,749 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,750 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,753 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,754 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,757 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,757 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,760 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,761 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,763 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,765 misc 59123 8313250112 Invalid value for VR IS: '1835.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:22,770 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,774 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,779 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,782 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,786 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,789 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,793 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,797 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,801 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,806 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,809 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,812 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,816 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,820 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,825 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,834 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,841 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,844 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,848 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,851 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,854 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,858 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,862 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,865 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,871 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,874 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,877 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,882 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,886 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,891 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,898 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,902 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,907 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,911 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,917 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,921 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,925 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,928 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,932 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,936 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,939 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,943 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,946 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,949 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,953 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,956 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,960 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,964 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,967 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,971 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,975 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,979 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,982 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,986 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,991 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,994 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:22,997 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,001 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,008 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,011 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,015 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,018 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,022 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,029 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,033 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,036 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,040 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,044 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,048 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,052 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,058 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,061 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,065 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,070 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,075 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,079 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,083 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,086 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,090 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,094 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,098 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,103 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,107 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,110 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,113 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,120 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,123 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,126 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,129 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,136 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,140 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,146 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,151 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,155 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,160 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,164 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,166 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,170 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,177 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,180 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,185 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,190 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,194 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,197 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,201 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,204 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,209 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,212 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,217 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,219 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,223 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,227 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,232 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,236 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,240 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,244 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,248 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,251 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,254 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,257 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,262 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,266 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,270 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,275 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,279 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,282 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,286 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,290 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,293 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,297 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,300 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,304 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,308 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,312 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,315 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,319 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,325 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,329 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,333 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,339 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,343 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,348 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,352 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,356 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,359 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,362 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,367 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,370 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,376 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,380 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,382 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,386 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,389 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,395 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,398 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,402 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,407 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,410 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,414 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,418 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,421 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,425 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,430 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,433 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,437 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,442 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,447 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,452 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,456 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,460 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,464 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,467 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,471 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,476 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,480 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,483 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,487 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,492 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,495 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,500 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,503 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,507 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,510 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,514 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,517 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,521 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,525 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,527 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,532 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,536 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,538 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,541 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,546 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,549 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,552 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,555 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,559 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,562 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,566 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,568 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,571 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,576 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,580 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,585 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,588 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,593 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,597 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,604 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,611 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,616 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,618 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,623 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,626 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,630 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,633 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,640 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,643 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,646 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,648 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,655 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,660 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,663 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,666 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,670 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,673 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,678 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,682 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,686 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,692 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,696 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,699 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,703 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,706 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,709 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,713 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,716 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,721 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,726 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,729 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,732 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,736 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,739 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,743 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,746 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,748 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,752 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,756 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,760 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,763 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,768 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,771 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,774 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,778 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,784 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,789 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,792 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,795 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,798 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,801 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,804 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,810 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,813 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,817 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,820 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,824 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,835 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,842 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,846 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,849 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,853 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,859 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,863 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,866 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,870 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,873 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,877 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,882 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,885 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,892 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,895 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,900 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,904 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,907 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,910 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,913 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,919 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,923 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,926 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,929 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,932 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,937 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,941 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,945 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,948 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,951 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,957 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,964 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,969 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,972 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,976 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,979 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,984 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,990 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,993 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,996 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:23,999 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,002 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,005 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,008 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,013 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,019 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,024 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,026 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,030 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,034 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,041 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,045 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,048 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,054 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,057 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,060 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,064 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,067 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,070 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,074 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,083 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,086 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,091 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,096 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,102 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,105 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,108 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,111 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,115 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,118 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,125 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,128 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,133 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,135 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,139 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,141 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,145 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,147 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,150 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,153 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,156 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,159 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,162 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,167 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,174 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,178 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,181 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,184 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,188 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,189 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,191 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,192 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,195 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,196 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,199 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,200 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,204 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,204 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,208 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,209 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,211 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,212 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,215 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,216 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,220 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,221 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,223 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,224 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,226 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,227 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,229 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,230 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,233 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,234 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,237 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,238 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,240 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,241 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,244 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,245 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,247 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,248 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,253 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,254 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,256 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,257 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,260 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,261 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,262 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,263 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,266 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,267 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,269 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,270 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,274 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,274 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,279 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,280 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,282 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,283 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,286 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,287 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,289 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,290 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,293 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,295 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,297 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,298 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,301 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,302 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,304 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,305 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,307 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,308 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,312 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,313 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,317 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,318 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,320 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,321 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,325 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,325 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,329 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,329 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,332 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,333 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,338 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,339 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,342 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,343 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,347 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,348 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,354 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,355 misc 59123 8313250112 Invalid value for VR IS: '299.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,357 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,358 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,360 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,361 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,365 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,366 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,368 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,369 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,375 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,376 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,378 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,379 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,383 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,384 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,388 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,388 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,394 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,395 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,397 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,398 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,401 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,402 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,406 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,406 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,408 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,409 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,412 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,412 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,415 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,416 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,421 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,422 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,426 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,427 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,429 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,430 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,432 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,433 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,436 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,437 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,439 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,440 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,445 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,446 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,448 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,449 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,451 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,452 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,455 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,456 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,458 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,459 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,462 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,464 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,466 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,467 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,470 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,471 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,473 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,474 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,477 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,478 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,479 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,480 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,482 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,483 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,486 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,487 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,490 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,491 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,495 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,496 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,498 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,498 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,501 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,502 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,504 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,505 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,507 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,508 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,510 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,511 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,512 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,513 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,517 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,518 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,521 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,522 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,524 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,525 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,528 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,529 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,531 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,532 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,535 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,536 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,539 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,540 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,542 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,543 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,546 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,547 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,550 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,550 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,552 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,553 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,555 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,556 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,561 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,562 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,566 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,567 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,572 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,573 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,575 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,576 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,579 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,580 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,584 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,585 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,588 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,589 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,592 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,592 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,594 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,595 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,601 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,602 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,604 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,605 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,608 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,609 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,613 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,613 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,617 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,617 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,620 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,620 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,626 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,627 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,630 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,631 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,633 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,634 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,636 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,637 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,639 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,640 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,647 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,648 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,651 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,652 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,655 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,656 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,659 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,660 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,662 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,662 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,667 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,668 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,671 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,672 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,675 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,675 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,678 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,679 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,684 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,685 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,688 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,688 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,691 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,692 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,694 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,695 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,698 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,699 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,701 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,701 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,704 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,704 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,706 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,707 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,709 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,710 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,713 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,714 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,716 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,717 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,721 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,722 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,724 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,725 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,727 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,728 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,731 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,732 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,734 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,735 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,740 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,741 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,743 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,744 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,746 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,747 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,749 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,750 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,753 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,753 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,755 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,756 misc 59123 8313250112 Invalid value for VR IS: '1176.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,758 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,759 misc 59123 8313250112 Invalid value for VR IS: '270.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,763 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,764 misc 59123 8313250112 Invalid value for VR IS: '270.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,766 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,767 misc 59123 8313250112 Invalid value for VR IS: '270.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,769 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,770 misc 59123 8313250112 Invalid value for VR IS: '270.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,772 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,773 misc 59123 8313250112 Invalid value for VR IS: '270.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,777 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,778 misc 59123 8313250112 Invalid value for VR IS: '270.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,780 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,781 misc 59123 8313250112 Invalid value for VR IS: '270.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,783 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,784 misc 59123 8313250112 Invalid value for VR IS: '270.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,791 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,791 misc 59123 8313250112 Invalid value for VR IS: '270.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,794 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,794 misc 59123 8313250112 Invalid value for VR IS: '270.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,796 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,797 misc 59123 8313250112 Invalid value for VR IS: '270.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,799 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,800 misc 59123 8313250112 Invalid value for VR IS: '270.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,803 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,804 misc 59123 8313250112 Invalid value for VR IS: '270.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,806 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,807 misc 59123 8313250112 Invalid value for VR IS: '270.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,810 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,810 misc 59123 8313250112 Invalid value for VR IS: '270.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,813 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,814 misc 59123 8313250112 Invalid value for VR IS: '270.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,817 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,818 misc 59123 8313250112 Invalid value for VR IS: '270.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,820 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,821 misc 59123 8313250112 Invalid value for VR IS: '270.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,827 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,828 misc 59123 8313250112 Invalid value for VR IS: '270.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,833 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,834 misc 59123 8313250112 Invalid value for VR IS: '270.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,837 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,838 misc 59123 8313250112 Invalid value for VR IS: '270.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,841 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,841 misc 59123 8313250112 Invalid value for VR IS: '270.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,844 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,845 misc 59123 8313250112 Invalid value for VR IS: '270.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,847 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,848 misc 59123 8313250112 Invalid value for VR IS: '270.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,852 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,853 misc 59123 8313250112 Invalid value for VR IS: '270.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,855 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,855 misc 59123 8313250112 Invalid value for VR IS: '270.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,858 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,859 misc 59123 8313250112 Invalid value for VR IS: '270.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:24,865 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,870 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,876 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,880 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,884 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,887 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,890 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,893 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,897 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,900 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,905 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,908 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,911 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,916 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,920 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,923 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,926 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,931 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,934 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,937 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,941 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,945 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,949 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,952 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,955 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,959 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,961 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,968 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,971 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,975 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,978 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,982 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,985 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,988 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,993 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:24,998 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,000 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,004 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,009 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,012 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,015 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,019 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,022 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,027 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,030 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,034 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,037 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,041 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,047 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,051 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,055 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,058 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,062 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,070 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,073 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,075 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,080 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,084 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,088 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,092 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,096 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,100 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,103 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,107 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,110 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,117 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,123 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,126 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,130 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,133 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,136 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,142 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,149 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,153 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,157 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,164 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,166 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,173 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,177 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,180 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,183 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,187 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,191 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,195 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,198 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,200 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,203 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,207 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,213 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,217 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,221 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,225 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,228 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,231 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,234 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,237 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,244 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,247 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,250 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,253 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,257 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,259 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,263 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,265 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,268 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,271 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,275 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,278 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,281 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,285 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,291 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,295 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,297 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,300 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,305 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,308 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,312 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,315 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,319 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,324 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,327 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,330 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,334 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,337 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,342 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,345 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,349 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,352 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,357 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,360 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,364 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,368 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,371 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,375 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,378 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,382 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,386 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,390 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,394 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,397 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,401 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,404 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,409 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,412 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,415 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,418 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,422 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,425 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,429 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,434 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,437 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,444 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,447 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,452 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,456 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,460 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,465 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,468 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,471 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,477 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,483 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,487 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,491 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,494 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,497 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,501 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,503 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,510 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,513 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,518 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,521 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,524 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,528 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,531 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,534 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,537 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,542 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,544 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,547 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,551 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,555 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,559 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,563 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,568 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,571 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,575 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,582 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,585 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,588 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,591 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,595 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,598 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,601 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,603 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,607 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,612 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,615 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,620 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,624 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,628 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,632 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,636 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,641 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,645 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,648 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,651 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,655 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,659 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,662 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,666 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,670 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,673 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,678 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,681 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,686 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,687 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,690 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,691 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,693 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,694 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,696 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,697 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,700 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,701 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,706 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,707 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,709 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,710 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,713 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,714 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,717 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,718 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,722 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,723 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,727 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,728 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,731 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,732 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,734 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,735 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,741 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,741 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,745 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,746 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,748 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,749 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,751 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,752 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,756 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,757 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,759 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,759 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,762 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,763 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,767 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,768 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,772 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,773 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,775 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,775 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,778 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,779 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,780 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,781 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,784 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,784 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,787 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,788 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,791 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,792 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,795 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,796 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,799 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,800 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,802 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,803 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,805 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,806 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,809 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,810 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,816 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,817 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,820 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,821 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,823 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,824 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,826 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,827 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,830 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,833 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,834 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,836 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,837 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,839 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,840 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,842 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,843 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,848 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,849 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,852 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,853 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,855 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,856 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,860 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,861 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,863 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,864 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,867 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,867 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,869 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,870 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,874 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,875 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,877 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,878 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,880 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,881 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,883 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,884 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,886 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,887 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,889 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,890 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,892 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,893 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,898 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,899 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,905 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,906 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,908 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,909 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,912 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,913 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,915 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,916 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,919 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,920 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,924 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,925 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,928 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,929 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,934 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,935 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,939 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,940 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,943 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,944 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,947 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,948 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,951 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,952 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,955 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,956 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,958 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,958 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,961 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,962 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,964 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,964 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,967 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,968 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,971 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,972 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,974 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,975 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,978 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,979 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,981 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,982 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,984 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,984 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,988 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,989 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,992 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,993 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,995 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,996 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:25,998 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:25,999 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,002 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,003 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,008 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,009 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,014 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,014 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,016 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,018 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,020 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,021 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,023 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,024 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,027 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,028 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,033 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,034 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,040 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,041 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,046 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,047 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,051 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,051 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,053 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,054 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,056 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,057 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,059 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,059 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,061 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,062 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,064 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,065 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,068 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,069 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,071 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,072 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,074 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,075 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,077 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,078 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,081 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,081 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,085 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,086 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,088 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,089 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,094 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,095 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,098 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,099 misc 59123 8313250112 Invalid value for VR IS: '1539.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,102 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,108 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,113 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,118 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,121 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,124 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,128 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,133 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,135 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,140 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,144 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,148 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,151 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,154 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,158 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,164 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,170 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,176 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,181 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,185 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,188 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,194 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,198 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,201 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,207 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,211 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,215 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,220 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,223 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,226 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,232 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,235 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,240 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,243 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,248 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,251 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,255 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,256 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,262 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,263 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,265 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,266 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,271 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,272 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,275 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,275 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,277 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,278 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,281 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,282 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,286 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,287 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,289 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,290 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,293 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,294 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,297 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,298 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,300 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,301 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,303 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,304 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,306 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,307 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,309 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,310 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,312 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,313 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,317 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,317 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,320 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,321 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,322 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,323 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,325 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,326 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,328 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,329 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,333 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,334 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,337 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,338 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,344 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,345 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,348 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,348 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,352 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,353 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,354 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,355 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,358 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,359 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,363 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,364 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,366 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,367 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,370 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,371 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,374 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,375 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,378 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,379 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,383 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,384 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,387 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,388 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,391 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,391 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,395 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,396 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,399 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,399 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,402 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,403 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,406 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,407 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,410 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,411 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,414 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,415 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,427 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,428 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,441 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,442 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,444 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,445 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,448 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,449 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,452 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,453 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,455 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,456 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,458 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,458 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,460 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,461 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,463 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,464 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,467 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,467 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,470 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,471 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,474 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,475 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,477 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,478 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,481 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,485 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,486 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,489 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,490 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,492 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,493 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,496 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,497 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,499 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,500 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,502 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,503 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,505 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,506 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,508 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,509 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,511 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,512 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,514 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,515 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,519 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,519 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,522 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,522 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,525 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,526 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,532 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,533 misc 59123 8313250112 Invalid value for VR IS: '768.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:26,535 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,540 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,543 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,547 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,553 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,560 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,563 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,566 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,570 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,573 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,578 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,582 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,586 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,589 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,592 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,597 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,602 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,606 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,609 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,614 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,617 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,621 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,623 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,626 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,631 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,636 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,639 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,642 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,645 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,650 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,653 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,657 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,660 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,663 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,666 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,670 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,674 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,678 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,682 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,686 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,692 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,700 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,703 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,707 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,714 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,718 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,721 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,724 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,727 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,730 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,733 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,736 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,739 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,742 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,745 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,751 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,754 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,757 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,763 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,766 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,770 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,774 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,777 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,780 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,784 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,787 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,790 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,794 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,798 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,804 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,807 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,811 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,815 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,818 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,822 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,825 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,832 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,835 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,838 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,840 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,844 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,850 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,854 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,858 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,862 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,864 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,867 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,872 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,874 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,881 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,885 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,888 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,892 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,895 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,902 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,905 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,908 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,910 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,914 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,917 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,921 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,925 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,928 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,931 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,936 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,939 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,942 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,945 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,948 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,952 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,955 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,958 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,962 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,965 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,968 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,973 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,976 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,979 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,981 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,985 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,992 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,994 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:26,998 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,000 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,003 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,007 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,011 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,015 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,018 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,021 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,026 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,029 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,032 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,036 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,041 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,045 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,051 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,056 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,061 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,064 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,068 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,072 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,076 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,079 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,082 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,086 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,089 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,093 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,096 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,099 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,105 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,108 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,113 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,123 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,126 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,130 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,134 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,138 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,142 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,145 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,148 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,153 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,157 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,162 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,165 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,169 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,175 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,178 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,180 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,184 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,187 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,190 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,193 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,199 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,202 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,206 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,209 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,215 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,218 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,220 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,224 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,227 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,230 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,233 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,236 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,241 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,246 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,251 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,254 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,257 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,264 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,267 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,271 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,275 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,278 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,281 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,284 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,287 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,291 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,294 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,297 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,302 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,305 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,312 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,314 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,321 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,324 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,328 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,375 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,378 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,382 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,385 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,390 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,393 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,397 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,400 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,403 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,407 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,411 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,414 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,418 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,422 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,426 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,429 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,436 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,440 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,444 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,447 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,451 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,454 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,458 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,461 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,463 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,466 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,471 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,473 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,478 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,484 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,488 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,492 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,497 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,500 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,503 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,506 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,509 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,514 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,517 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,521 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,525 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,528 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,532 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,539 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,544 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,548 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,551 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,556 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,560 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,563 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,567 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,570 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,574 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,577 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,582 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,588 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,593 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,599 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,603 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,607 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,611 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,614 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,619 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,622 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,624 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,629 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,632 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,636 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,639 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,643 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,647 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,651 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,654 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,657 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,661 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,665 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,668 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,673 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,676 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,681 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,685 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,688 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,693 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,697 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,701 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,704 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,708 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,714 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,717 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,721 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,724 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,727 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,730 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,733 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,737 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,741 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,745 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,749 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,753 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,758 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,761 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,766 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,771 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,775 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,780 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,787 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,791 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,794 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,798 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,803 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,806 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,810 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,814 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,817 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,824 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,828 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,832 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,836 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,839 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,843 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,847 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,852 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,856 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,860 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,867 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,870 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,874 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,877 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,883 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,887 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,891 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,896 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,902 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,907 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,911 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,914 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,920 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,923 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,929 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,933 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,936 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,941 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,944 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,948 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,952 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,956 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,962 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,965 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,969 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,971 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,975 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,979 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,983 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,987 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,990 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,993 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:27,998 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,001 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,006 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,010 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,013 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,017 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,020 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,023 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,026 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,032 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,036 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,040 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,045 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,049 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,054 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,058 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,061 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,064 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,068 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,070 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,073 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,077 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,079 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,083 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,086 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,090 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,093 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,097 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,103 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,107 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,113 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,118 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,121 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,124 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,129 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,133 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,138 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,141 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,147 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,151 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,153 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,156 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,160 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,162 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,167 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,170 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,175 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,179 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,184 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,187 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,190 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,195 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,198 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,202 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,205 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,209 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,212 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,215 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,218 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,220 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,223 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,226 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,230 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,233 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,236 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,239 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,242 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,245 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,248 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,249 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,252 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,253 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,256 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,257 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,260 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,261 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,263 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,264 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,266 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,267 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,269 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,270 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,273 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,274 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,276 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,277 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,279 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,280 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,283 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,284 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,286 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,287 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,290 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,291 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,293 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,294 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,296 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,297 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,299 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,300 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,302 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,303 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,306 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,307 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,309 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,310 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,313 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,314 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,316 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,317 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,324 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,325 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,330 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,331 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,332 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,333 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,335 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,336 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,340 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,341 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,343 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,344 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,346 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,347 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,348 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,349 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,352 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,353 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,356 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,357 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,359 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,360 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,364 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,365 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,367 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,368 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,372 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,373 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,376 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,377 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,380 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,381 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,385 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,385 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,388 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,389 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,392 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,393 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,397 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,398 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,400 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,401 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,405 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,406 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,409 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,409 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,411 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,412 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,420 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,421 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,424 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,424 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,426 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,427 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,429 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,430 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,433 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,434 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,436 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,437 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,439 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,440 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,443 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,444 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,447 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,448 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,451 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,452 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,455 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,456 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,457 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,458 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,461 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,462 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,465 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,466 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,468 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,469 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,472 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,472 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,478 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,479 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,483 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,484 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,490 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,491 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,494 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,495 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,498 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,498 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,501 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,501 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,505 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,506 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,511 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,512 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,515 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,516 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,518 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,519 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,520 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,521 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,524 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,525 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,527 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,528 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,531 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,532 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,534 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,534 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,540 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,541 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,543 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,544 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,547 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,548 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,550 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,550 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,553 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,554 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,556 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,557 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,559 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,560 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,562 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,563 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,565 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,566 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,569 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,570 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,574 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,575 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,577 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,578 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,580 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,581 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,583 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,583 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,586 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,587 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,590 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,591 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,594 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,594 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,597 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,598 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,600 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,601 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,604 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,605 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,608 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,609 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,612 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,613 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,615 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,616 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,618 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,619 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,621 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,622 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,624 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,625 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,628 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,629 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,631 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,632 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,634 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,635 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,639 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,640 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,642 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,643 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,646 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,647 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,650 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,651 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,653 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,654 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,657 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,658 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,662 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,662 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,668 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,669 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,671 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,672 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,675 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,676 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,678 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,679 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,681 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,682 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,687 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,688 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,690 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,691 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,693 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,694 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,699 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,700 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,703 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,704 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,709 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,709 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,712 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,713 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,716 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,717 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,719 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,720 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,722 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,723 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,726 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,727 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,729 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,730 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,732 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,732 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,734 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,735 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,740 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,741 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,746 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,747 misc 59123 8313250112 Invalid value for VR IS: '1602.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,751 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,752 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,761 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,762 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,764 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,765 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,767 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,768 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,770 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,771 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,773 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,774 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,779 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,780 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,782 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,783 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,784 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,785 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,788 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,789 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,791 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,792 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,794 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,794 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,796 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,797 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,800 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,800 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,803 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,804 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,806 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,807 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,809 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,810 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,813 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,813 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,816 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,817 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,818 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,819 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,823 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,824 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,826 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,827 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,830 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,833 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,834 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,836 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,836 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,839 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,840 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,842 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,843 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,844 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,845 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,847 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,848 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,850 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,851 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,856 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,856 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,860 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,861 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,863 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,864 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,868 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,869 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,872 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,873 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,875 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,876 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,878 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,879 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,881 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,882 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,888 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,889 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,891 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,892 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,896 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,897 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,899 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,900 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,905 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,906 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,908 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,909 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,913 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,914 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,916 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,917 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,919 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,920 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,924 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,924 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,929 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,930 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,935 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,936 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,938 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,939 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,942 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,943 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,946 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,947 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,950 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,951 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,953 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,954 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,956 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,957 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,959 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,960 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,962 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,963 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,965 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,966 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,968 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,969 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,971 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,972 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,975 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,976 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,982 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,982 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,986 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,987 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,989 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,990 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,992 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,993 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,995 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:28,996 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:28,999 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,000 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,002 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,003 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,008 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,009 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,011 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,012 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,015 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,016 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,018 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,019 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,022 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,023 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,025 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,026 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,028 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,029 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,032 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,033 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,037 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,038 misc 59123 8313250112 Invalid value for VR IS: '1741.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,040 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,041 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,044 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,044 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,046 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,047 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,049 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,050 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,054 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,055 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,058 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,059 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,061 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,062 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,066 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,067 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,069 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,070 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,073 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,074 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,077 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,078 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,082 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,083 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,086 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,087 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,090 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,091 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,093 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,094 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,097 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,098 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,100 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,101 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,105 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,106 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,108 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,109 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,111 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,112 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,114 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,115 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,120 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,121 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,123 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,124 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,258 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,259 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,263 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,264 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,268 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,269 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,271 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,272 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,275 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,276 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,282 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,283 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,285 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,285 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,288 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,289 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,291 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,292 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,295 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,296 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,300 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,301 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,303 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,303 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,309 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,310 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,315 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,316 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,318 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,319 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,322 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,323 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,326 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,326 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,333 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,333 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,335 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,336 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,338 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,339 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,341 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,342 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,345 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,346 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,348 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,348 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,351 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,352 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,354 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,354 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,360 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,360 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,364 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,365 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,367 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,368 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,371 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,371 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,376 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,377 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,380 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,380 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,383 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,384 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,390 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,391 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,393 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,394 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,396 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,397 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,400 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,401 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,404 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,405 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,408 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,409 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,411 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,412 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,414 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,415 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,418 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,419 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,421 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,422 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,424 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,425 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,428 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,428 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,431 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,432 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,434 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,435 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,439 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,439 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,447 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,448 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,451 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,452 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,454 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,455 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,458 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,459 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,461 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,462 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,465 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,466 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,471 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,472 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,475 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,475 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,478 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,479 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,483 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,484 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,487 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,487 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,493 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,494 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,498 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,499 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,501 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,502 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,506 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,507 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,510 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,511 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,514 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,515 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,517 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,518 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,520 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,521 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,527 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,528 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,530 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,531 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,534 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,539 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,540 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,543 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,544 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,549 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,550 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,552 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,553 misc 59123 8313250112 Invalid value for VR IS: '385.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:29,557 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,565 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,568 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,572 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,576 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,580 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,582 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,585 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,588 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,593 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,596 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,600 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,602 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,607 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,611 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,615 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,619 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,624 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,629 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,633 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,641 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,883 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,887 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,891 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,895 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,898 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,901 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,905 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,909 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,911 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,915 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,920 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,924 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,927 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,930 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,956 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,974 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,981 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,984 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,987 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,991 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,994 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:29,997 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,000 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,005 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,008 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,012 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,014 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,017 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,020 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,024 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,027 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,030 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,034 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,037 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,041 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,046 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,049 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,053 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,056 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,060 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,063 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,068 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,072 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,076 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,080 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,084 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,088 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,091 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,095 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,098 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,102 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,104 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,108 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,112 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,116 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,119 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,124 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,127 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,131 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,134 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,139 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,144 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,147 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,150 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,153 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,156 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,160 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,166 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,173 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,177 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,180 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,185 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,188 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,192 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,195 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,198 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,201 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,205 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,209 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,212 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,217 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,223 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,227 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,230 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,233 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,237 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,241 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,244 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,248 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,252 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,255 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,259 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,263 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,266 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,270 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,274 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,276 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,279 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,285 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,289 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,293 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,297 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,301 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,306 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,309 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,315 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,318 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,323 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,327 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,330 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,333 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,339 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,342 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,345 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,349 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,353 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,359 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,362 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,367 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,372 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,376 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,379 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,382 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,386 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,389 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,392 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,396 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,399 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,404 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,409 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,413 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,417 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,420 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,423 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,426 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,429 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,432 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,434 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,437 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,442 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,443 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,446 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,447 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,449 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,450 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,456 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,456 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,460 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,461 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,463 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,464 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,465 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,466 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,468 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,469 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,471 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,472 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,474 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,475 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,478 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,478 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,482 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,483 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,484 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,486 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,487 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,490 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,491 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,493 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,493 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,495 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,496 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,499 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,500 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,502 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,503 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,506 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,507 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,513 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,513 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,516 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,517 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,519 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,520 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,523 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,524 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,528 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,529 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,532 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,533 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,539 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,540 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,542 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,542 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,544 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,545 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,547 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,548 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,550 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,551 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,553 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,554 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,556 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,557 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,561 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,562 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,568 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,569 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,575 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,575 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,577 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,578 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,584 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,585 misc 59123 8313250112 Invalid value for VR IS: '1648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,587 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,588 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,590 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,591 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,597 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,598 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,603 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,604 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,607 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,608 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,611 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,612 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,615 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,615 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,618 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,619 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,627 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,628 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,631 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,631 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,636 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,637 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,640 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,641 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,644 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,645 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,647 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,648 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,651 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,652 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,655 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,656 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,658 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,659 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,661 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,662 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,664 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,665 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,668 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,669 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,674 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,675 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,678 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,679 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,681 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,681 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,684 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,685 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,687 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,687 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,689 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,690 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,693 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,694 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,696 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,697 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,699 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,700 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,705 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,706 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,710 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,710 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,713 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,714 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,716 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,717 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,719 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,720 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,722 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,723 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,727 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,728 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,730 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,731 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,734 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,735 misc 59123 8313250112 Invalid value for VR IS: '746.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:30,738 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,742 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,745 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,750 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,752 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,756 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,759 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,762 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,766 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,769 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,772 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,775 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,781 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,785 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,788 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,794 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,798 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,802 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,806 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,809 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,813 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,817 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,821 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,826 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,832 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,838 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,840 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,846 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,851 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,856 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,860 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,863 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,865 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,870 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,873 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,876 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,880 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,883 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,886 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,890 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,894 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,901 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,904 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,911 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,914 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,919 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,922 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,925 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,928 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,932 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,934 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,937 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,941 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,944 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,947 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,951 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,954 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,957 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,960 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,964 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,967 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,971 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,974 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,976 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,980 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,986 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,989 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,993 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:30,995 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,001 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,007 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,010 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,013 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,016 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,019 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,023 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,026 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,029 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,032 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,039 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,043 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,048 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,052 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,054 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,058 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,060 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,065 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,072 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,075 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,077 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,080 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,084 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,090 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,094 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,098 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,104 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,109 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,114 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,119 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,123 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,130 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,132 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,136 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,142 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,145 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,149 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,153 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,158 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,162 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,164 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,167 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,171 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,175 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,179 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,182 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,185 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,188 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,193 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,197 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,200 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,203 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,205 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,209 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,212 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,215 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,219 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,223 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,226 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,229 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,235 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,238 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,241 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,244 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,248 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,251 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,255 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,258 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,262 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,268 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,271 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,274 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,278 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,284 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,287 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,291 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,295 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,298 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,300 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,303 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,307 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,311 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,315 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,322 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,326 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,330 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,334 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,338 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,341 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,346 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,350 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,355 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,362 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,367 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,374 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,378 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,382 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,385 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,389 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,391 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,395 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,401 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,404 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,407 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,410 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,416 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,423 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,427 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,430 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,434 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,437 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,440 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,444 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,447 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,447 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,451 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,452 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,457 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,458 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,461 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,461 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,467 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,467 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,471 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,472 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,476 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,477 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,482 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,486 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,486 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,489 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,490 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,492 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,493 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,495 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,495 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,499 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,500 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,502 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,503 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,507 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,508 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,510 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,511 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,513 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,514 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,516 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,517 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,520 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,521 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,525 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,526 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,528 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,529 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,531 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,532 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,535 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,536 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,539 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,539 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,543 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,544 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,548 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,549 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,551 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,552 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,555 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,556 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,558 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,559 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,562 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,562 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,568 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,569 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,572 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,573 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,579 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,580 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,583 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,584 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,586 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,587 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,589 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,590 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,594 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,594 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,597 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,598 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,604 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,605 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,607 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,608 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,611 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,611 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,615 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,616 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,618 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,619 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,621 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,622 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,624 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,625 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,628 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,629 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,632 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,633 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,638 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,639 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,642 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,642 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,649 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,649 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,652 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,652 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,656 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,657 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,659 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,660 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,662 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,663 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,666 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,667 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,669 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,670 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,672 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,673 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,675 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,676 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,679 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,680 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,683 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,684 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,686 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,686 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,690 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,691 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,693 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,694 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,696 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,697 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,701 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,701 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,705 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,705 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,709 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,710 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,712 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,713 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,716 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,717 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,719 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,720 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,723 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,724 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,726 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,726 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,730 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,731 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,735 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,736 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,739 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,740 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,743 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,744 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,746 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,747 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,750 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,751 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,754 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,755 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,757 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,758 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,761 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,762 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,764 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,765 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,771 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,772 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,774 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,774 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,777 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,778 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,780 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,781 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,784 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,785 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,789 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,790 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,793 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,793 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,796 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,797 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,799 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,800 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,803 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,804 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,806 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,807 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,810 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,811 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,813 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,814 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,816 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,817 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,820 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,821 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,823 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,824 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,826 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,827 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,830 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,833 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,834 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,837 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,838 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,841 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,842 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,846 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,847 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,851 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,852 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,854 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,855 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,860 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,861 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,863 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,864 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,866 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,867 misc 59123 8313250112 Invalid value for VR IS: '812.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,873 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,874 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,876 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,877 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,883 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,884 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,886 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,887 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,890 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,891 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,895 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,896 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,898 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,899 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,904 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,905 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,908 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,909 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,912 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,913 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,915 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,916 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,918 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,919 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,921 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,922 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,925 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,926 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,929 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,930 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,933 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,934 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,936 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,937 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,940 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,941 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,943 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,944 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,947 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,948 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,952 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,952 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,955 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,956 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,958 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,959 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,964 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,965 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,967 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,968 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,970 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,971 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,973 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,974 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,977 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,977 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,983 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,984 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,987 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,988 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,992 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,993 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,995 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,995 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:31,998 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:31,999 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,002 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,002 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,007 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,008 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,010 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,011 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,014 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,014 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,017 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,018 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,021 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,022 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,026 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,026 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,028 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,029 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,034 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,035 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,038 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,039 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,042 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,043 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,046 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,047 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,052 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,053 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,058 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,059 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,063 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,064 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,066 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,066 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,070 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,071 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,074 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,075 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,077 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,077 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,079 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,080 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,083 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,084 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,086 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,087 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,090 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,091 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,094 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,094 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,097 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,098 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,101 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,102 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,106 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,107 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,113 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,114 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,116 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,117 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,121 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,121 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,125 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,126 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,128 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,129 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,132 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,132 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,135 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,136 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,138 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,139 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,142 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,143 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,148 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,149 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,153 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,154 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,157 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,157 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,160 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,161 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,163 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,164 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,169 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,170 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,173 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,174 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,176 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,176 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,180 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,181 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,183 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,184 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,186 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,187 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,190 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,191 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,195 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,196 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,199 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,200 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,202 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,203 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,206 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,207 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,210 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,211 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,214 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,215 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,217 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,217 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,220 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,221 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,224 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,224 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,227 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,228 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,231 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,232 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,235 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,236 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,238 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,239 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,242 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,242 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,246 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,247 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,249 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,250 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,252 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,253 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,258 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,258 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,261 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,262 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,264 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,265 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,271 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,271 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,274 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,274 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,276 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,277 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,281 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,281 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,285 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,286 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,288 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,289 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,293 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,294 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,296 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,297 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,300 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,301 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,303 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,304 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,306 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,307 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,312 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,313 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,317 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,318 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,320 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,321 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,323 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,324 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,327 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,328 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,334 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,335 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,339 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,340 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,342 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,343 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,345 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,346 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,349 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,350 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,355 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,356 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,360 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,360 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,363 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,364 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,366 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,367 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,369 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,370 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,372 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,372 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,376 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,377 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,381 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,382 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,385 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,386 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,389 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,390 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,393 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,394 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,399 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,400 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,402 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,403 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,409 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,410 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,412 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,413 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,417 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,418 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,420 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,421 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,424 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,425 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,427 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,428 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,431 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,432 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,434 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,435 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,438 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,439 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,441 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,442 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,447 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,448 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,454 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,455 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,457 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,458 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,461 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,462 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,465 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,466 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,468 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,469 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,475 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,476 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,478 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,479 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,482 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,483 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,486 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,487 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,488 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,490 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,492 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,493 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,498 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,499 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,503 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,504 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,506 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,507 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,510 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,511 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,513 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,514 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,520 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,521 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,526 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,527 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,532 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,533 misc 59123 8313250112 Invalid value for VR IS: '571.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,535 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,540 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,544 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,547 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,552 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,555 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,558 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,562 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,566 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,570 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,574 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,577 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,582 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,586 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,591 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,595 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,602 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,607 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,610 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,613 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,616 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,619 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,623 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,626 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,630 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,633 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,637 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,640 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,647 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,654 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,657 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,661 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,668 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,673 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,677 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,680 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,683 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,684 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,687 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,688 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,691 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,692 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,694 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,695 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,699 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,700 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,703 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,704 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,707 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,708 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,709 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,710 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,713 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,714 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,716 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,717 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,721 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,721 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,726 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,727 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,730 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,731 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,735 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,736 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,740 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,741 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,743 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,744 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,747 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,748 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,751 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,752 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,755 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,756 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,758 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,759 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,762 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,763 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,766 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,767 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,770 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,771 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,773 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,774 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,777 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,778 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,782 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,783 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,787 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,787 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,790 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,791 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,794 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,795 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,798 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,799 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,802 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,802 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,805 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,806 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,808 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,809 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,814 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,815 misc 59123 8313250112 Invalid value for VR IS: '1635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:32,818 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,822 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,825 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,832 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,836 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,843 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,847 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,849 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,855 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,859 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,862 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,868 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,875 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,878 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,882 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,884 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,889 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,893 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,896 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,901 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,907 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,911 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,913 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,917 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,921 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,924 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,927 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,930 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,934 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,937 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,944 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,947 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,952 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,955 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,958 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,961 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,965 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,968 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,973 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,977 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,981 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,984 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,987 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,992 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,996 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:32,999 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,004 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,010 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,015 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,020 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,023 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,025 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,028 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,032 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,036 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,042 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,045 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,049 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,053 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,057 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,060 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,063 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,066 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,073 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,077 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,080 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,084 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,087 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,092 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,096 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,100 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,103 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,106 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,111 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,114 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,118 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,122 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,125 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,129 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,131 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,137 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,141 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,143 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,147 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,152 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,157 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,162 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,165 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,171 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,175 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,178 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,181 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,184 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,187 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,189 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,192 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,197 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,201 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,208 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,212 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,218 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,224 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,227 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,231 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,238 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,241 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,244 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,248 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,253 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,256 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,259 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,263 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,269 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,272 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,276 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,280 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,287 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,293 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,296 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,301 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,307 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,311 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,313 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,316 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,319 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,323 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,327 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,333 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,338 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,340 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,344 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,348 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,351 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,354 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,359 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,363 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,367 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,374 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,377 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,380 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,388 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,394 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,398 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,403 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,406 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,410 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,412 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,415 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,419 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,425 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,428 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,430 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,433 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,437 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,441 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,447 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,451 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,455 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,458 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,463 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,471 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,474 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,478 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,482 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,488 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,493 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,497 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,501 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,505 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,511 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,518 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,523 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,526 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,531 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,534 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,538 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,542 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,545 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,552 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,555 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,558 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,561 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,567 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,572 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,575 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,578 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,581 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,586 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,589 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,593 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,595 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,599 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,603 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,606 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,609 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,612 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,616 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,622 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,625 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,631 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,634 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,637 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,643 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,646 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,649 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,651 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,654 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,657 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,660 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,663 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,667 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,669 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,672 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,679 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,683 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,686 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,690 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,692 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,697 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,700 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,705 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,708 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,711 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,716 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,722 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,726 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,728 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,732 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,734 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,738 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,742 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,746 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,749 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,753 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,757 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,760 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,763 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,767 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,770 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,773 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,777 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,779 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,783 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,786 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,789 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,794 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,801 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,807 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,810 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,816 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,820 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,824 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,828 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,835 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,841 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,847 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,851 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,854 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,858 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,862 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,865 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,869 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,872 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,874 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,878 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,884 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,887 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,890 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,893 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,896 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,900 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,902 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,906 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,909 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,914 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,919 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,921 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,924 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,928 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,932 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,934 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,938 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,942 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,947 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,951 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,954 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,958 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,962 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,965 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,970 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,974 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,977 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,983 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,988 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:33,995 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,001 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,004 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,008 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,011 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,015 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,020 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,024 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,027 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,030 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,033 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,035 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,038 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,041 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,044 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,047 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,050 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,057 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,064 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,067 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,070 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,074 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,081 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,084 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,090 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,094 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,101 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,104 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,108 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,111 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,114 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,117 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,120 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,123 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,126 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,131 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,136 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,140 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,145 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,148 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,152 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,154 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,158 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,161 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,164 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,167 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,172 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,176 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,179 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,183 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,188 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,192 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,195 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,197 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,203 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,208 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,212 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,215 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,219 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,225 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,228 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,231 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,233 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,238 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,242 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,246 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,249 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,255 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,258 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,265 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,271 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,276 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,279 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,283 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,286 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,290 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,295 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,299 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,301 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,304 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,308 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,312 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,314 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,317 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,322 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,326 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,331 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,335 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,341 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,347 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,354 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,361 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,367 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,370 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,374 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,377 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,380 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,385 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,387 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,390 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,393 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,396 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,399 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,402 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,405 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,408 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,411 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,414 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,417 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,419 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,425 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,430 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,433 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,436 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,440 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,442 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,446 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,452 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,455 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,459 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,462 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,466 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,470 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,474 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,477 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,484 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,487 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,492 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,497 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,501 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,504 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,508 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,512 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,516 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,518 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,521 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,525 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,529 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,532 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,535 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,539 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,543 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,546 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,549 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,552 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,555 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,559 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,564 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,569 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,571 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,575 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,578 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,581 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,584 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,588 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,591 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,597 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,601 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,603 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,612 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,616 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,619 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,622 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,628 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,631 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,634 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,637 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,640 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,646 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,650 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,653 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,656 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,659 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,662 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,667 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,670 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,676 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,680 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,683 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,685 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,688 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,692 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,695 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,699 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,701 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,705 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,707 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,712 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,720 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,725 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,728 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,731 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,733 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,737 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,740 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,744 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,747 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,750 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,753 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,755 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,759 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,763 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,767 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,771 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,775 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,778 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,781 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,784 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,787 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,791 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,794 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,802 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,806 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:34,809 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,038 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,041 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,044 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,048 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,052 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,056 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,060 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,066 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,070 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,074 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,078 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,081 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,085 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,091 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,094 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,098 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,101 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,104 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,107 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,111 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,114 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,116 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,119 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,124 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,127 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,132 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,135 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,139 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,142 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,146 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,150 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,154 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,157 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,160 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,164 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,171 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,175 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,183 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,186 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,190 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,195 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,199 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,202 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,207 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,210 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,213 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,217 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,220 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,226 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,229 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,235 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,238 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,242 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,246 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,251 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,255 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,258 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,262 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,267 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,271 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,276 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,280 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,285 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,289 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,292 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,295 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,298 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,302 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,305 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,309 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,311 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,314 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,318 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,324 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,328 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,332 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,336 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,339 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,343 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,346 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,349 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,352 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,355 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,359 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,365 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,372 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,376 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,379 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,384 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,389 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,395 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,399 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,403 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,405 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,410 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,414 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,417 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,420 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,424 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,430 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,434 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,437 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,442 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,446 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,450 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,455 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,459 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,464 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,466 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,469 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,473 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,476 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,480 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,483 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,487 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,493 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,496 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,501 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,505 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,511 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,514 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,520 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,524 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,527 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,530 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,536 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,542 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,544 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,552 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,555 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,559 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,563 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,567 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,570 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,573 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,576 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,579 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,583 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,586 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,590 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,593 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,596 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,601 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,604 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,607 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,610 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,613 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,615 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,618 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,622 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,626 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,628 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,632 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,636 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,640 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,644 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,647 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,652 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,656 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,658 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,662 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,665 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,668 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,672 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,676 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,683 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,688 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,691 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,694 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,698 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,702 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,706 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,711 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,715 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,718 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,721 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,724 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,727 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,730 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,734 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,737 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,740 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,744 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,746 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,749 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,752 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,757 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,760 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,763 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,769 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,775 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,778 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,782 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,786 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,787 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,789 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,790 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,793 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,794 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,796 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,797 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,803 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,804 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,807 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,807 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,811 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,812 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,817 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,818 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,822 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,823 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,825 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,826 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,828 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,829 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,834 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,835 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,838 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,839 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,842 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,843 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,845 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,846 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,851 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,852 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,854 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,855 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,858 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,859 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,861 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,862 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,864 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,865 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,868 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,869 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,872 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,873 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,876 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,877 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,879 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,880 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,882 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,883 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,885 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,886 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,888 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,889 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,891 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,892 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,895 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,896 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,898 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,899 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,901 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,902 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,908 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,909 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,912 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,913 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,918 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,919 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,924 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,925 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,928 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,929 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,932 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,933 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,935 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,936 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,939 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,939 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,942 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,943 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,947 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,948 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,950 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,951 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,953 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,954 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,956 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,958 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,960 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,961 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,965 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,966 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,969 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,970 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,974 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,974 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,976 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,977 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,979 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,980 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,983 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,983 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:35,990 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:35,991 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:36,045 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,047 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:36,095 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,099 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:36,105 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,106 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:36,108 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,109 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:36,112 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,113 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:36,115 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,116 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:36,118 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,120 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:36,124 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,125 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:36,131 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,132 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:36,138 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,139 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:36,142 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,143 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:36,147 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,148 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:36,157 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,158 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:36,162 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,163 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:36,166 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,167 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:36,172 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,173 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:36,175 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,176 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:36,181 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,182 misc 59123 8313250112 Invalid value for VR IS: '1866.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:36,186 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,190 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,194 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,198 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,203 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,206 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,210 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,213 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,217 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,220 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,224 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,229 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,232 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,236 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,238 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,241 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,245 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,248 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,251 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,257 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,263 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,268 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,271 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,275 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,278 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,282 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,287 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,290 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,293 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,297 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,302 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,305 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,308 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,310 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,315 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,318 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,322 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,326 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,329 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,335 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,339 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,343 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,348 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,351 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,354 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,358 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,360 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,364 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,368 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,374 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,377 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,381 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,384 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,387 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,394 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,397 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,400 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,403 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,407 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,410 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,416 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,419 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,423 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,426 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,431 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,434 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,438 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,445 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,454 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,463 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,471 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,489 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,493 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,500 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,505 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,509 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,515 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,520 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,527 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,540 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,545 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,554 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,560 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,563 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,567 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,574 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,578 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,582 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,586 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,590 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,593 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,597 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,600 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,604 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,607 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,613 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,617 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,623 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,626 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,630 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,635 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,642 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,646 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,649 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,652 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,655 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,659 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,663 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,668 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,680 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,685 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,689 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,693 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,697 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,701 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,706 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,711 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,714 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,721 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,725 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,728 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,738 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,743 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,747 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,754 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,759 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,763 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,767 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,770 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,773 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,777 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,782 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,785 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,789 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,793 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,797 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,804 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,806 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,813 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,817 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,821 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,826 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,830 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,835 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,839 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,844 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,849 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,853 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,857 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,861 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,865 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,868 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,873 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,877 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,881 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,884 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,887 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,891 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,895 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,899 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,905 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,912 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,915 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,919 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,922 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,926 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,930 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,938 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,942 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,945 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,952 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,959 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,963 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,970 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,973 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,979 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,983 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,990 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,994 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:36,998 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,001 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,005 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,008 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,011 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,016 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,021 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,024 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,028 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,034 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,038 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,041 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,046 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,050 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,055 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,059 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,063 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,067 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,071 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,075 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,078 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,084 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,087 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,091 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,095 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,100 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,104 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,107 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,111 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,114 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,119 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,123 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,129 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,133 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,140 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,143 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,147 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,150 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,154 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,159 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,162 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,168 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,173 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,177 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,181 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,186 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,190 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,193 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,197 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,205 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,212 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,218 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,224 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,231 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,237 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,246 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,249 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,260 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,264 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,268 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,272 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,279 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,286 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,293 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,304 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,309 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,315 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,319 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,326 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,330 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,334 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,337 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,342 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,345 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,349 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,353 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,357 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,362 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,365 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,369 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,373 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,377 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,380 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,388 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,389 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,393 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,394 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,398 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,399 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,401 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,402 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,406 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,406 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,409 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,410 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,412 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,413 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,416 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,417 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,419 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,420 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,424 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,425 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,427 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,428 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,431 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,432 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,439 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,440 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,446 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,447 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,450 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,451 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,453 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,454 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,456 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,457 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,461 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,462 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,465 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,465 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,471 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,473 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,475 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,476 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,482 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,483 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,485 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,486 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,490 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,491 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,494 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,495 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,497 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,498 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,500 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,501 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,504 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,505 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,511 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,512 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,516 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,517 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,520 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,520 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,523 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,524 misc 59123 8313250112 Invalid value for VR IS: '360.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,527 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,531 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,537 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,541 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,547 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,551 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,557 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,561 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,569 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,574 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,581 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,585 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,589 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,595 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,600 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,604 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,608 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,611 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,615 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,618 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,623 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,627 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,630 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,634 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,637 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,644 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,648 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,651 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,657 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,660 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,664 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,667 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,672 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,675 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,678 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,682 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,686 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,689 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,693 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,700 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,704 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,711 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,714 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,720 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,724 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,730 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,733 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,737 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,741 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,744 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,748 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,752 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,758 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,765 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,770 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,778 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,784 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,791 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,795 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,800 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,805 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,809 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,815 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,818 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,822 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,827 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,833 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,837 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,841 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,845 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,850 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,855 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,859 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,864 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,869 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,869 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,878 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,879 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,882 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,883 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,886 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,887 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,890 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,891 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,893 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,894 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,900 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,901 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,903 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,904 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,906 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,907 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,910 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,911 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,913 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,914 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,917 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,917 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,920 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,921 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,925 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,926 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,928 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,929 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,932 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,933 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,936 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,937 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,940 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,941 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,943 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,944 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,948 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,949 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,953 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,954 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,958 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,959 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,962 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,962 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,965 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,966 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,968 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,969 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,972 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,973 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,979 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,980 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,984 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,985 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,991 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,992 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,994 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,995 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:37,998 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:37,999 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,002 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,003 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,006 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,007 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,015 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,016 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,019 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,020 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,023 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,024 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,027 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,028 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,031 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,032 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,035 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,036 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,042 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,043 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,046 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,047 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,051 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,052 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,054 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,055 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,058 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,059 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,065 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,066 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,070 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,071 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,073 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,074 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,076 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,077 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,080 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,082 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,090 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,091 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,096 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,098 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,101 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,102 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,108 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,109 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,113 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,114 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,117 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,119 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,122 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,123 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,126 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,127 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,129 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,130 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,133 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,134 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,136 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,136 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,143 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,145 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,149 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,150 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,153 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,154 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,157 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,158 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,164 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,165 misc 59123 8313250112 Invalid value for VR IS: '194.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:38,168 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,176 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,180 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,184 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,195 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,200 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,204 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,207 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,211 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,215 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,221 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,228 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,231 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,235 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,239 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,243 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,247 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,250 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,257 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,261 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,265 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,268 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,272 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,275 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,279 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,287 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,291 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,294 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,299 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,304 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,308 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,312 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,316 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,325 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,329 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,332 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,335 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,338 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,342 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,346 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,350 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,355 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,362 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,366 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,371 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,375 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,378 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,383 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,389 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,392 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,396 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,401 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,405 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,409 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,414 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,422 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,426 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,430 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,437 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,442 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,445 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,452 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,455 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,459 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,464 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,468 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,475 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,486 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,491 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,496 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,499 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,506 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,510 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,514 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,521 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,525 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,530 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,539 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,543 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,546 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,550 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,554 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,558 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,561 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,566 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,570 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,574 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,577 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,581 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,585 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,589 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,592 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,596 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,601 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,606 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,609 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,615 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,618 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,622 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,626 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,629 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,632 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,636 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,640 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,643 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,649 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,655 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,662 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,666 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,669 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,673 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,677 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,681 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,684 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,691 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,696 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,700 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,703 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,707 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,710 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,713 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,717 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,721 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,725 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,732 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,735 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,742 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,745 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,748 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,752 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,756 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,760 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,763 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,766 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,769 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,776 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,780 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,785 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,788 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,795 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,798 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,802 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,805 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,809 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,816 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,820 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,824 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,826 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,830 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,837 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,840 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,845 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,849 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,852 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,859 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,866 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,870 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,874 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,878 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,882 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,886 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,890 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,893 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,897 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,901 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,906 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,910 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,914 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,920 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,924 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,930 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,934 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,939 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,948 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,951 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,954 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,958 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,962 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,967 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,971 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,976 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,980 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,985 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,989 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,992 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,995 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:38,999 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,003 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,010 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,013 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,017 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,021 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,025 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,029 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,033 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,038 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,041 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,045 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,050 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,053 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,058 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,061 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,067 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,070 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,073 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,078 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,082 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,086 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,092 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,097 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,101 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,108 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,111 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,116 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,119 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,124 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,128 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,131 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,136 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,140 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,145 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,148 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,152 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,157 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,161 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,165 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,170 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,177 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,181 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,187 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,191 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,196 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,199 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,203 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,207 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,212 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,221 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,225 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,232 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,236 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,240 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,246 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,250 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,253 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,259 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,264 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,268 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,275 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,279 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,283 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,287 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,292 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,296 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,299 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,303 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,306 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,310 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,313 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,320 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,323 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,327 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,332 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,336 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,340 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,343 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,350 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,354 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,358 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,366 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,373 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,377 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,380 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,384 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,390 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,395 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,398 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,402 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,406 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,410 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,415 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,419 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,423 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,427 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,431 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,432 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,434 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,435 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,437 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,438 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,440 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,441 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,445 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,446 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,450 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,450 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,455 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,456 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,458 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,459 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,462 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,463 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,466 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,467 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,470 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,471 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,475 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,476 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,480 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,481 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,483 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,484 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,488 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,488 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,492 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,493 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,497 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,498 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,502 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,503 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,508 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,509 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,512 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,513 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,515 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,516 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,520 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,521 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,523 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,524 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,530 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,531 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,535 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,536 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,540 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,540 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,543 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,544 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,547 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,548 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,550 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,551 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,560 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,561 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,563 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,565 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,571 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,573 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,578 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,579 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,583 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,584 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,587 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,587 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,590 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,591 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,594 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,594 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,599 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,600 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,602 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,603 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,606 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,606 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,611 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,612 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,615 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,616 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,620 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,621 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,624 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,627 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,629 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,632 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,636 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,637 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,642 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,643 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,646 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,647 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,649 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,650 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,652 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,653 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,657 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,658 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,660 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,661 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,665 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,666 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,670 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,671 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,675 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,676 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,680 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,681 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,684 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,685 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,688 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,690 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,694 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,698 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,704 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,705 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,716 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,717 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,720 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,721 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,726 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,727 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,732 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,733 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,736 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,737 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,741 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,743 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,747 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,748 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,751 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,752 misc 59123 8313250112 Invalid value for VR IS: '635.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:39,756 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,763 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,769 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,773 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,777 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,781 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,792 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,801 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,804 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,809 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,812 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,817 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,822 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,827 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,831 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,835 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,839 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,843 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,846 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,850 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,853 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,856 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,860 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,863 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,867 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,870 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,873 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,877 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,881 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,884 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,888 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,893 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,897 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,904 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,911 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,915 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,920 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,926 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,931 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,938 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,944 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,948 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,952 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,956 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,962 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,968 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,973 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,977 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,983 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,988 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,992 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:39,997 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,005 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,010 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,014 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,017 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,024 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,033 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,036 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,040 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,044 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,049 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,053 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,056 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,059 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,066 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,070 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,074 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,077 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,081 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,085 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,089 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,093 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,097 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,101 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,108 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,112 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,117 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,122 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,125 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,129 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,134 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,139 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,143 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,147 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,151 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,154 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,161 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,165 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,169 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,173 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,178 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,182 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,189 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,195 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,200 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,204 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,207 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,211 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,219 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,226 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,232 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,235 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,239 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,247 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,252 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,255 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,259 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,262 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,266 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,269 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,272 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,276 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,280 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,283 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,286 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,290 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,294 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,298 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,301 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,306 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,310 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,313 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,320 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,324 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,328 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,332 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,335 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,342 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,346 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,350 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,355 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,358 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,362 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,369 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,374 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,379 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,386 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,392 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,396 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,400 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,404 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,409 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,413 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,417 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,424 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,429 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,434 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,438 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,442 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,446 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,450 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,454 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,458 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,461 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,466 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,470 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,475 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,478 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,484 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,489 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,492 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,495 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,499 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,503 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,506 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,509 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,512 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,515 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,520 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,524 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,528 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,531 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,534 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,537 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,539 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,543 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,547 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,549 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,554 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,559 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,562 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,566 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,569 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,574 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,576 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,579 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,582 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,586 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,589 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,592 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,595 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,599 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,605 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,608 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,613 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,616 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,619 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,622 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,625 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,628 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,631 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,635 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,638 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,641 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,644 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,647 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,652 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,655 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,658 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,661 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,664 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,667 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,670 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,673 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,676 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,681 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,685 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,689 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,692 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,698 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,701 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,704 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,709 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,715 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,718 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,720 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,723 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,727 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,730 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,733 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,736 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,742 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,746 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,750 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,753 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,757 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,761 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,767 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,770 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,773 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,776 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,780 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,783 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,787 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,794 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,797 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,804 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,807 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,811 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,814 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,817 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,821 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,826 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,830 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,834 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,837 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,840 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,843 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,848 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,854 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,857 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,861 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,864 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,868 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,871 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,874 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,877 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,882 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,886 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,888 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,893 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,899 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,903 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,906 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,909 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,913 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,916 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,921 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,925 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,930 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,934 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,937 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,940 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,944 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,947 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,949 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,952 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,955 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,960 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,966 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,968 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,974 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,979 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,982 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,985 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,988 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,993 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,995 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:40,998 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,002 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,008 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,011 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,015 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,017 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,022 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,025 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,027 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,030 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,032 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,035 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,039 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,045 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,051 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,054 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,060 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,063 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,068 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,071 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,075 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,079 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,083 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,085 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,088 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,090 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,093 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,096 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,099 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,103 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,109 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,112 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,115 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,118 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,122 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,124 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,127 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,130 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,133 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,136 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,139 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,143 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,146 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,152 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,159 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,163 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,167 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,173 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,179 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,183 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,189 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,195 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,199 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,202 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,207 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,211 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,214 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,218 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,220 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,224 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,228 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,231 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,234 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,237 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,241 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,247 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,249 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,254 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,257 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,260 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,262 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,265 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,268 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,274 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,278 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,282 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,285 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,288 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,291 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,295 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,298 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,300 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,305 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,311 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,317 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,320 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,322 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,327 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,331 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,334 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,338 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,341 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,344 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,347 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,350 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,350 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,355 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,356 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,358 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,359 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,362 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,363 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,365 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,366 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,367 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,368 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,370 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,371 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,378 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,379 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,383 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,383 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,386 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,387 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,389 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,390 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,392 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,392 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,394 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,395 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,397 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,398 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,400 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,401 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,404 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,405 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,408 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,409 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,412 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,413 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,416 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,416 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,420 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,421 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,423 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,424 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,426 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,426 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,428 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,429 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,431 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,432 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,435 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,436 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,437 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,438 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,441 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,442 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,445 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,446 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,447 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,448 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,451 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,452 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,454 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,455 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,458 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,459 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,462 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,463 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,465 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,466 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,468 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,469 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,472 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,473 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,477 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,478 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,482 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,488 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,488 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,492 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,493 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,495 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,496 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,498 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,499 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,501 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,502 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,503 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,504 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,507 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,508 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,511 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,512 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,515 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,516 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,517 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,518 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,520 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,521 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,524 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,525 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,528 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,529 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,531 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,532 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,535 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,536 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,539 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,540 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,542 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,542 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,545 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,546 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,548 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,549 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,553 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,554 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,556 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,557 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,560 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,561 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,564 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,564 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,567 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,568 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,570 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,571 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,574 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,575 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,577 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,578 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,583 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,584 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,586 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,587 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,590 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,590 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,593 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,593 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,596 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,597 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,599 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,600 misc 59123 8313250112 Invalid value for VR IS: '815.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,602 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,608 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,613 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,615 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,618 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,622 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,624 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,627 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,630 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,634 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,637 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,641 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,646 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,651 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,653 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,656 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,659 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,663 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,666 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,669 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,673 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,676 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,681 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,684 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,687 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,691 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,694 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,697 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,702 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,704 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,710 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,713 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,716 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,720 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,724 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,727 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,729 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,732 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,738 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,740 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,743 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,746 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,750 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,754 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,759 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,762 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,766 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,769 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,774 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,777 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,780 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,783 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,788 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,791 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,794 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,796 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,799 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,800 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,803 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,804 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,807 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,807 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,809 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,810 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,815 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,816 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,818 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,819 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,822 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,823 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,826 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,827 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,830 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,833 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,834 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,836 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,836 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,840 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,841 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,845 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,846 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,850 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,851 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,854 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,854 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,857 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,858 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,860 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,861 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,863 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,864 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,867 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,868 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,870 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,870 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,875 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,876 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,879 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,880 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,882 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,883 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,885 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,885 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,888 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,888 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,892 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,893 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,895 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,896 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,898 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,899 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,901 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,902 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,904 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,905 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,907 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,908 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,910 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,911 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,913 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,914 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,917 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,917 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,920 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,920 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,922 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,923 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,927 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,928 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,930 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,931 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,933 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,934 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,936 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,936 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,940 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,941 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,946 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,947 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,950 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,951 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,953 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,954 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,956 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,957 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,959 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,960 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,964 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,965 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,968 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,968 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,971 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,972 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,975 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,976 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,978 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,978 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,981 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,982 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,984 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,984 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,987 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,988 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,990 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,990 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,992 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,993 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:41,995 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:41,996 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,002 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,002 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,005 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,006 misc 59123 8313250112 Invalid value for VR IS: '1426.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,009 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,010 misc 59123 8313250112 Invalid value for VR IS: '137.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,013 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,014 misc 59123 8313250112 Invalid value for VR IS: '137.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,016 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,017 misc 59123 8313250112 Invalid value for VR IS: '137.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,022 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,023 misc 59123 8313250112 Invalid value for VR IS: '137.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,026 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,026 misc 59123 8313250112 Invalid value for VR IS: '137.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,029 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,030 misc 59123 8313250112 Invalid value for VR IS: '137.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,032 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,033 misc 59123 8313250112 Invalid value for VR IS: '137.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,035 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,036 misc 59123 8313250112 Invalid value for VR IS: '137.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,039 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,039 misc 59123 8313250112 Invalid value for VR IS: '137.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,041 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,042 misc 59123 8313250112 Invalid value for VR IS: '137.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,044 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,045 misc 59123 8313250112 Invalid value for VR IS: '137.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,047 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,048 misc 59123 8313250112 Invalid value for VR IS: '137.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,051 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,052 misc 59123 8313250112 Invalid value for VR IS: '137.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,053 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,054 misc 59123 8313250112 Invalid value for VR IS: '137.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,057 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,058 misc 59123 8313250112 Invalid value for VR IS: '137.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,061 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,062 misc 59123 8313250112 Invalid value for VR IS: '137.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,065 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,065 misc 59123 8313250112 Invalid value for VR IS: '137.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,068 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,069 misc 59123 8313250112 Invalid value for VR IS: '137.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,071 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,072 misc 59123 8313250112 Invalid value for VR IS: '137.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,074 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,075 misc 59123 8313250112 Invalid value for VR IS: '137.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,078 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,078 misc 59123 8313250112 Invalid value for VR IS: '137.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,081 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,082 misc 59123 8313250112 Invalid value for VR IS: '137.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,085 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,086 misc 59123 8313250112 Invalid value for VR IS: '137.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,088 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,089 misc 59123 8313250112 Invalid value for VR IS: '137.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,092 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,093 misc 59123 8313250112 Invalid value for VR IS: '137.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,096 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,097 misc 59123 8313250112 Invalid value for VR IS: '137.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,100 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,101 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,104 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,105 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,107 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,107 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,110 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,111 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,113 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,114 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,116 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,117 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,121 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,121 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,125 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,126 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,128 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,129 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,132 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,133 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,135 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,136 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,140 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,140 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,144 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,145 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,148 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,149 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,154 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,155 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,157 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,158 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,161 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,162 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,165 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,165 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,169 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,170 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,172 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,173 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,175 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,176 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,179 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,180 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,181 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,182 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,184 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,185 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,190 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,190 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,192 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,193 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,197 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,198 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,199 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,200 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,203 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,203 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,206 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,207 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,209 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,210 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,213 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,213 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,215 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,216 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,221 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,222 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,224 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,225 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,227 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,228 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,230 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,231 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,233 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,234 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,236 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,237 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,240 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,241 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,243 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,244 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,247 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,248 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,252 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,253 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,255 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,256 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,258 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,259 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,264 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,265 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,268 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,269 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,271 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,272 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,274 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,275 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,277 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,278 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,283 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,284 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,287 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,287 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,291 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,292 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,295 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,296 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,298 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,299 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,301 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,302 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,313 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,314 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,318 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,319 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,322 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,323 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,325 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,326 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,329 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,329 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,331 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,332 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,336 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,336 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,340 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,340 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,342 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,343 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,346 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,346 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,348 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,349 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,351 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,352 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,354 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,355 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,357 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,358 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,363 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,364 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,366 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,367 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,372 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,373 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,375 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,376 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,379 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,380 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,382 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,383 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,385 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,385 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,387 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,388 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,390 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,391 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,393 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,393 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,396 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,397 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,399 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,400 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,403 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,404 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,405 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,406 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,410 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,411 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,414 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,415 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,418 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,419 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,421 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,422 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,424 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,425 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,427 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,428 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,431 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,431 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,434 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,434 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,437 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,438 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,440 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,441 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,444 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,445 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,450 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,451 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,453 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,454 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,457 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,458 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,460 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,461 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,463 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,464 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,466 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,467 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,473 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,474 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,476 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,477 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,479 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,480 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,482 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,483 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,486 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,487 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,489 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,490 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,493 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,494 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,496 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,497 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,499 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,499 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,502 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,502 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,506 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,507 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,510 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,511 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,512 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,513 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,516 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,516 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,519 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,520 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,522 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,523 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,525 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,525 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,529 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,530 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,534 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,539 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,539 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,545 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,545 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,547 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,548 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,550 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,551 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,556 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,557 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,558 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,559 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,562 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,562 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,564 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,565 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,567 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,568 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,570 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,571 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,574 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,575 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,577 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,578 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,581 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,582 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,584 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,585 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,587 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,588 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,590 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,591 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,593 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,594 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,596 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,597 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,599 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,600 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,602 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,603 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,606 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,607 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,609 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,610 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,612 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,613 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,618 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,619 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,623 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,623 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,626 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,627 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,629 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,630 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,632 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,633 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,635 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,636 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,638 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,639 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,643 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,644 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,645 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,646 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,649 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,650 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,652 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,653 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,656 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,656 misc 59123 8313250112 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:42,659 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,663 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,666 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,668 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,676 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,679 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,682 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,685 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,688 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,693 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,697 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,700 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,703 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,706 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,709 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,712 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,715 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,720 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,725 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,729 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,731 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,734 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,739 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,743 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,746 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,751 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,754 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,760 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,763 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,766 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,768 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,771 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,776 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,782 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,785 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,787 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,791 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,794 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,798 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,801 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,804 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,806 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,810 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,813 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,816 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,819 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,825 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,833 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,838 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,842 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,846 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,848 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,854 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,860 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,864 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,867 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,872 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,876 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,880 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,884 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,887 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,890 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,893 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,896 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,901 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,904 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,906 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,909 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,913 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,916 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,919 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,925 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,928 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,933 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,938 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,941 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,944 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,950 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,954 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,956 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,959 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,962 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,966 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,969 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,972 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,976 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,982 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,985 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,989 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,993 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:42,999 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,002 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,006 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,011 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,015 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,017 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,020 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,025 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,028 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,031 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,035 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,038 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,040 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,043 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,048 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,052 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,056 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,060 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,064 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,066 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,072 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,078 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,082 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,085 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,088 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,091 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,095 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,097 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,101 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,104 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,107 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,113 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,119 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,122 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,125 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,128 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,132 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,134 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,138 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,142 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,145 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,147 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,150 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,153 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,158 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,160 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,164 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,167 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,170 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,176 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,178 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,183 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,187 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,192 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,194 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,198 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,200 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,203 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,206 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,215 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,218 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,221 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,225 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,228 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,231 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,234 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,238 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,240 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,242 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,245 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,248 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,252 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,257 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,262 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,265 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,268 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,274 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,278 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,282 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,285 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,288 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,292 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,297 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,300 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,303 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,310 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,313 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,317 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,320 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,324 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,328 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,331 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,335 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,338 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,341 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,342 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,344 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,345 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,347 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,348 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,351 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,352 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,355 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,356 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,359 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,360 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,362 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,363 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,369 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,370 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,373 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,374 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,382 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,383 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,387 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,388 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,391 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,392 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,397 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,398 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,401 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,402 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,404 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,405 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,407 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,408 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,413 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,414 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,415 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,416 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,419 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,419 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,421 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,422 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,423 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,424 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,426 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,427 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,430 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,431 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,434 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,434 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,437 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,438 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,441 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,442 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,445 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,446 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,448 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,449 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,452 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,453 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,455 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,456 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,458 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,459 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,462 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,463 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,465 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,466 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,468 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,469 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,471 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,472 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,474 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,474 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,477 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,477 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,481 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,485 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,485 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,488 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,489 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,491 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,492 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,497 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,498 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,500 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,501 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,504 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,504 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,506 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,507 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,508 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,509 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,511 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,512 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,517 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,518 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,520 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,521 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,523 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,524 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,526 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,527 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,529 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,530 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,534 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,536 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,537 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,541 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,542 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,544 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,545 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,547 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,548 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,551 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,551 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,555 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,556 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,558 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,559 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,561 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,562 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,564 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,565 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,567 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,568 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,569 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,570 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,572 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,573 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,577 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,577 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,583 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,584 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,586 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,586 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,588 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,589 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,594 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,595 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,596 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,597 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,601 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,601 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,604 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,604 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,608 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,609 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,611 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,612 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,614 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,614 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,617 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,618 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,620 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,621 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,623 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,624 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,626 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,627 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,633 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,634 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,636 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,637 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,640 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,640 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,644 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,644 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,647 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,647 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,650 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,650 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,653 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,654 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,656 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,657 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,659 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,660 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,661 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,662 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,665 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,667 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,769 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,772 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,792 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,797 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,799 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,802 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,804 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,805 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,808 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,809 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,812 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,812 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,815 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,816 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,818 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,819 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,822 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,823 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,825 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,826 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,830 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,834 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,834 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,841 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,842 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,845 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,846 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,849 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,850 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,852 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,853 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,855 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,856 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,858 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,859 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,861 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,862 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,865 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,867 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,871 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,871 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,877 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,878 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,886 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,887 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,890 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,891 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,894 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,894 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,897 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,898 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,900 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,901 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,903 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,904 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,907 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,907 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,909 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,910 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,914 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,915 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,917 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,918 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,920 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,921 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,923 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,924 misc 59123 8313250112 Invalid value for VR IS: '971.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:43,927 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,931 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,935 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,938 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,942 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,945 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,949 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,953 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,959 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,961 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,965 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,969 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,972 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,975 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,978 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,981 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,988 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,991 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:43,995 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,000 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,005 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,007 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,010 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,014 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,017 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,019 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,023 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,026 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,029 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,032 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,035 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,039 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,043 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,046 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,050 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,054 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,057 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,060 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,063 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,066 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,068 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,072 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,075 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,078 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,081 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,084 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,087 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,090 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,092 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,095 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,099 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,102 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,106 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,110 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,116 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,119 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,123 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,127 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,133 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,136 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,143 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,146 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,149 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,155 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,159 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,161 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,165 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,168 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,172 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,175 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,178 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,180 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,185 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,188 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,191 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,193 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,198 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,201 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,206 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,209 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,212 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,217 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,220 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,226 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,230 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,233 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,235 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,238 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,241 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,245 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,247 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,251 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,254 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,256 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,259 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,262 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,265 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,271 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,275 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,277 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,281 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,284 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,289 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,292 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,294 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,298 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,301 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,304 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,310 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,313 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,316 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,318 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,321 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,324 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,327 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,330 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,334 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,339 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,344 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,349 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,352 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,355 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,359 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,362 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,365 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,368 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,371 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,373 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,376 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,379 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,382 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,385 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,388 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,392 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,395 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,398 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,400 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,403 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,407 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,410 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,413 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,416 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,419 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,422 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,424 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,427 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,430 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,436 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,440 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,445 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,451 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,457 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,460 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,466 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,470 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,476 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,478 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,486 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,488 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,491 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,498 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,500 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,504 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,507 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,511 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,516 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,520 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,523 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,526 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,534 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,537 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,540 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,543 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,546 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,548 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,552 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,555 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,558 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,564 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,568 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,573 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,580 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,583 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,586 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,589 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,592 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,595 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,600 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,603 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,606 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,611 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,615 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,618 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,621 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,623 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,627 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,631 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,634 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,638 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,641 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,646 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,653 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,656 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,659 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,665 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,667 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,670 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,672 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,677 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,680 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,685 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,690 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,694 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,698 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,703 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,707 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,710 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,714 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,717 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,720 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,726 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,729 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,731 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,734 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,738 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,742 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,746 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,749 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,752 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,755 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,757 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,760 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,765 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,769 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,774 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,778 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,781 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,784 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,786 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,790 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,793 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,796 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,799 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,802 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,808 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,812 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,815 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,820 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,826 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,832 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,835 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,838 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,842 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,846 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,849 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,853 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,856 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,859 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,862 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,867 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,871 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,875 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,878 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,884 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,888 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,892 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,896 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,899 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,903 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,906 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,909 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,913 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,916 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,919 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,922 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,925 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,931 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,934 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,937 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,940 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,943 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,945 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,951 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,955 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,957 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,960 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,963 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,968 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,971 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,973 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,976 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,980 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,983 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,986 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,989 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,993 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,996 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:44,999 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,002 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,005 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,008 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,011 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,014 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,017 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,020 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,023 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,026 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,029 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,033 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,035 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,038 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,041 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,044 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,048 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,051 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,055 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,058 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,063 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,066 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,068 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,072 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,075 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,078 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,080 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,084 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,087 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,090 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,096 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,099 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,102 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,106 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,110 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,116 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,119 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,123 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,128 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,131 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,134 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,138 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,145 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,148 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,151 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,154 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,158 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,162 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,168 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,171 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,174 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,177 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,181 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,184 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,187 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,190 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,192 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,198 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,200 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,204 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,206 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,209 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,213 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,216 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,219 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,222 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,224 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,230 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,233 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,237 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,241 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,244 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,250 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,253 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,258 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,261 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,265 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,268 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,273 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,277 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,280 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,284 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,287 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,290 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,296 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,299 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,303 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,309 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,314 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,317 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,320 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,323 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,328 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,332 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,335 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,338 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,342 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,346 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,349 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,352 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,357 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,363 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,367 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,369 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,372 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,374 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,377 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,380 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,383 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,386 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,389 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,394 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,398 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,401 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,404 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,407 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,409 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,414 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,416 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,420 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,423 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,428 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,431 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,434 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,437 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,439 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,443 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,447 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,451 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,454 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,461 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,464 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,467 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,471 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,474 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,476 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,479 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,483 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,486 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,491 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,494 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,500 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,503 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,507 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,509 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,512 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,514 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,518 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,521 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,524 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,526 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,529 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,532 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,536 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,539 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,542 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,545 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,548 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,551 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,555 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,559 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,562 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,565 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,568 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,572 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,575 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,578 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,580 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,583 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,586 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,588 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,593 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,597 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,599 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,602 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,606 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,609 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,612 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,615 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,618 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,621 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,625 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,627 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,630 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,633 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,635 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,638 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,641 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,644 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,647 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,650 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,653 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,657 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,660 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,663 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,666 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,671 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,675 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,677 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,681 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,683 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,686 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,689 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,695 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,697 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,701 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,704 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,707 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,711 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,715 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,717 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,720 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,722 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,726 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,730 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,733 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,737 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,741 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,743 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,748 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,752 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,754 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,758 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,764 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,766 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,770 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,775 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,779 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,785 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,788 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,791 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,794 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,797 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,801 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,804 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,809 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,812 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,818 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,820 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,824 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,828 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,832 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,836 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,838 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,845 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,850 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,853 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,856 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,859 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,861 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,864 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,867 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,870 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,874 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,881 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,885 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,888 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,892 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,894 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,897 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,900 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,905 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,908 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,910 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,913 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,916 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,919 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,922 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,924 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,927 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,929 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,932 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,936 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,939 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,942 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,945 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,948 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,953 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,959 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,962 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,965 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,969 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,972 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,975 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,978 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,981 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,987 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,991 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,995 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:45,999 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,002 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,008 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,012 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,015 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,020 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,023 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,026 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,028 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,033 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,036 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,039 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,042 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,046 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,048 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,053 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,055 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,057 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,061 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,064 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,067 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,070 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,076 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,080 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,083 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,086 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,090 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,092 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,095 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,100 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,103 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,107 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,111 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,114 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,117 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,121 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,124 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,127 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,129 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,132 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,135 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,138 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,144 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,147 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,151 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,154 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,157 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,160 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,163 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,169 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,173 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,176 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,179 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,184 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,187 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,191 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,194 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,197 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,201 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,205 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,208 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,212 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,215 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,218 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,221 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,224 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,227 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,230 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,233 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,235 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,240 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,242 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,247 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,250 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,257 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,259 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,262 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,265 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,269 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,274 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,277 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,280 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,283 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,286 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,289 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,292 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,295 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,299 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,302 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,306 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,309 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,313 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,315 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,318 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,320 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,324 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,330 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,332 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,335 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,338 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,343 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,346 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,349 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,353 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,359 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,362 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,366 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,369 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,373 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,376 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,380 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,383 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,387 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,390 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,392 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,395 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,398 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,402 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,405 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,408 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,411 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,414 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,418 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,421 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,425 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,428 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,430 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,433 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,436 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,440 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,444 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,447 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,450 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,453 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,457 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,461 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,465 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,468 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,470 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,475 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,478 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,485 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,489 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,492 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,495 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,498 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,502 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,505 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,508 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,514 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,517 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,520 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,523 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,525 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,528 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,532 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,535 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,537 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,543 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,547 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,551 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,554 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,558 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,560 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,563 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,565 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,568 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,571 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,574 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,578 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,583 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,587 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,589 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,593 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,596 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,598 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,602 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,605 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,608 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,612 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,615 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,621 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,625 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,628 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,634 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,636 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,639 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,641 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,645 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,648 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,651 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,654 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,658 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,661 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,663 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,667 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,670 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,673 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,679 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,682 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,686 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,689 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,691 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,695 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,698 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,702 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,705 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,708 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,712 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,716 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,718 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,722 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,725 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,728 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,732 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,736 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,738 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,741 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,745 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,749 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,752 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,755 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,758 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,761 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,764 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,768 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,771 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,775 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,778 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,782 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,786 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,790 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,792 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,796 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,799 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,801 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,804 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,808 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,812 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,815 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,819 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,823 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,828 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,832 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,835 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,837 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,840 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,843 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,847 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,849 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,854 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,861 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,863 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,867 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,870 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,874 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,878 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,882 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,885 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,887 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,894 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,896 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,899 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,902 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,906 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,908 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,912 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,915 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,919 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,924 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,927 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,930 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,935 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,938 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,942 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,945 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,950 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,953 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,957 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,959 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,962 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,965 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,968 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,971 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,975 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,980 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,983 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,985 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,991 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,994 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:46,997 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,000 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,004 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,009 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,013 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,017 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,017 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,019 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,020 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,022 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,023 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,025 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,026 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,028 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,029 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,031 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,032 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,035 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,035 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,037 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,038 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,040 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,040 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,042 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,043 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,045 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,046 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,048 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,049 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,051 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,052 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,054 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,055 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,057 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,058 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,060 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,061 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,063 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,064 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,069 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,070 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,073 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,074 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,076 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,077 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,080 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,080 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,084 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,084 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,086 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,087 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,088 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,089 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,091 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,092 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,097 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,098 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,100 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,101 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,103 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,104 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,110 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,111 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,115 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,116 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,118 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,118 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,120 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,121 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,123 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,124 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,125 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,126 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,129 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,130 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,134 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,134 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,137 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,137 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,139 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,140 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,142 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,143 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,144 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,145 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,148 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,149 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,151 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,152 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,154 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,155 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,161 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,161 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,164 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,164 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,169 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,170 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,175 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,175 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,180 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,181 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,186 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,187 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,192 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,193 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,195 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,196 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,198 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,199 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,201 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,202 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,207 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,208 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,210 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,211 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,212 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,213 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,215 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,216 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,218 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,219 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,220 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,221 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,223 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,224 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,227 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,228 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,231 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,232 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,234 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,235 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,237 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,238 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,241 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,241 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,245 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,246 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,247 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,248 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,250 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,251 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,255 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,255 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,258 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,258 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,261 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,262 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,265 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,266 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,268 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,269 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,271 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,272 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,274 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,275 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,280 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,281 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,283 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,283 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,287 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,288 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,290 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,290 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,293 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,293 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,296 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,297 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,299 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,300 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,303 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,304 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,310 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,310 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,313 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,314 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,316 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,317 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,319 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,320 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,322 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,323 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,325 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,325 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,328 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,329 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,331 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,331 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,334 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,335 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,337 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,338 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,343 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,344 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,345 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,346 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,349 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,349 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,352 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,353 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,355 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,356 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,358 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,359 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,362 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,363 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,367 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,367 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,369 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,370 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,375 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,376 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,378 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,379 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,381 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,382 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,385 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,386 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,388 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,389 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,391 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,392 misc 59123 8313250112 Invalid value for VR IS: '333.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,397 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,400 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,403 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,406 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,409 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,414 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,417 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,424 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,427 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,433 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,436 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,439 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,442 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,448 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,450 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,453 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,457 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,460 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,463 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,467 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,470 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,474 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,477 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,480 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,484 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,488 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,491 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,495 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,498 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,501 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,504 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,508 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,511 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,514 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,518 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,521 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,523 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,527 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,530 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,536 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,539 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,544 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,550 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,554 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,559 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,561 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,565 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,569 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,572 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,574 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,578 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,581 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,587 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,591 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,594 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,597 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,601 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,604 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,607 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,610 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,613 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,616 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,619 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,622 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,625 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,628 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,631 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,634 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,637 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,643 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,646 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,649 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,655 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,656 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,662 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,663 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,667 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,667 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,669 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,670 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,672 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,673 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,675 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,676 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,678 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,679 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,682 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,683 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,686 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,686 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,689 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,690 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,693 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,694 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,697 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,697 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,700 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,701 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,703 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,704 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,706 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,707 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,711 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,712 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,714 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,715 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,717 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,718 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,720 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,721 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,724 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,724 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,727 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,728 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,731 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,732 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,734 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,735 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,737 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,738 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,741 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,742 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,744 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,745 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,747 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,748 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,750 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,751 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,753 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,754 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,757 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,758 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,762 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,762 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,767 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,768 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,771 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,772 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,774 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,775 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,779 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,780 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,783 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,784 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,786 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,787 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,789 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,789 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,795 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,796 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,797 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,798 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,800 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,801 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,804 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,805 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,807 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,808 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,810 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,811 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,813 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,814 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,816 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,817 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,820 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,820 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,826 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,827 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,828 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,829 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,832 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,833 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,836 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,837 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,840 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,841 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,844 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,845 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,847 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,848 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,850 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,851 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,854 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,855 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,858 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,858 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,861 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,862 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,866 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,867 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,870 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,871 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,873 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,874 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,876 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,877 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,879 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,880 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,882 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,883 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,888 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,889 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,891 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,892 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,894 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,895 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,898 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,899 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,901 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,902 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,905 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,906 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,909 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,910 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,912 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,913 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,917 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,918 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,919 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,920 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,923 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,924 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,927 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,927 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,932 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,933 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,936 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,936 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,939 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,939 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,941 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,942 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,945 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,946 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,949 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,950 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,952 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,952 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,955 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,955 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,960 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,961 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,966 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,967 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,969 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,970 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,972 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,973 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,976 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,977 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,979 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,980 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,983 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,984 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,986 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,987 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,991 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,991 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,994 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,995 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:47,997 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:47,997 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,000 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,001 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,003 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,004 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,005 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,006 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,009 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,009 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,012 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,013 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,015 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,016 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,019 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,020 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,023 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,023 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,027 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,028 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,030 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,031 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,034 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,034 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,039 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,040 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,042 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,043 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,045 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,045 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,048 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,049 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,051 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,052 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,056 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,057 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,062 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,063 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,066 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,067 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,069 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,070 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,072 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,073 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,075 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,076 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,079 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,080 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,082 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,082 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,087 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,088 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,091 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,092 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,096 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,096 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,100 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,100 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,102 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,103 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,105 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,106 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,108 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,108 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,111 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,112 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,114 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,115 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,117 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,118 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,123 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,124 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,127 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,128 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,129 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,130 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,133 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,134 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,136 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,136 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,140 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,140 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,143 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,144 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,146 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,147 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,153 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,154 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,157 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,157 misc 59123 8313250112 Invalid value for VR IS: '646.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:48,160 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,164 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,168 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,171 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,176 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,179 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,182 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,188 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,190 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,193 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,196 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,202 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,206 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,210 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,213 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,217 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,220 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,225 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,231 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,234 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,237 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,241 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,252 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,258 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,262 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,266 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,269 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,274 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,277 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,281 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,285 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,289 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,292 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,296 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,301 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,309 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,312 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,315 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,319 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,324 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,327 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,331 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,334 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,337 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,345 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,348 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,350 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,356 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,359 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,361 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,364 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,367 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,371 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,375 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,378 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,381 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,383 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,387 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,390 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,392 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,395 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,398 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,407 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,409 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,416 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,419 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,422 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,425 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,428 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,430 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,436 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,439 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,445 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,448 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,450 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,454 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,458 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,461 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,465 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,469 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,474 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,478 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,480 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,483 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,487 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,490 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,495 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,498 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,503 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,509 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,513 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,516 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,519 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,523 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,526 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,529 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,537 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,540 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,543 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,547 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,553 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,558 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,561 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,566 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,569 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,572 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,575 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,579 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,582 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,586 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,588 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,598 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,601 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,607 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,610 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,612 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,615 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,622 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,626 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,628 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,633 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,636 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,640 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,642 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,645 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,649 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,653 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,656 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,659 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,662 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,665 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,667 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,670 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,673 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,677 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,680 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,687 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,692 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,695 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,698 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,701 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,704 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,708 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,714 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,716 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,723 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,727 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,732 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,735 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,739 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,742 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,745 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,748 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,751 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,755 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,758 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,760 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,765 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,767 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,770 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,773 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,783 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,786 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,790 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,792 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,796 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,799 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,802 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,805 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,809 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,812 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,815 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,819 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,823 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,826 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,832 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,835 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,838 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,841 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,843 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,849 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,853 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,857 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,863 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,865 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,872 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,875 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,881 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,884 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,886 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,889 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,894 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,896 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,899 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,902 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,905 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,908 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,911 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,914 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,917 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,920 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,923 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,926 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,930 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,934 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,936 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,941 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,944 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,947 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,951 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,954 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,957 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,961 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,963 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,969 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,973 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,982 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,988 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,991 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,994 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:48,997 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,002 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,005 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,007 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,010 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,013 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,019 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,025 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,028 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,032 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,035 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,038 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,041 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,044 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,048 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,051 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,054 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,056 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,061 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,064 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,068 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,071 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,074 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,081 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,084 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,087 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,090 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,093 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,097 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,101 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,104 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,109 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,115 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,117 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,121 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,124 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,130 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,134 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,137 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,140 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,144 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,148 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,151 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,153 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,156 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,159 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,163 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,166 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,171 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,174 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,178 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,190 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,193 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,197 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,200 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,203 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,206 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,208 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,211 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,214 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,217 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,220 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,223 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,226 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,230 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,233 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,235 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,240 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,242 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,245 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,248 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,252 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,255 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,257 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,261 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,263 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,266 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,273 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,277 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,280 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,286 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,291 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,293 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,296 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,299 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,302 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,305 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,307 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,310 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,313 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,315 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,318 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,322 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,325 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,329 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,333 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,337 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,340 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,342 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,345 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,348 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,352 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,356 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,360 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,363 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,367 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,369 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,372 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,375 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,377 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,380 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,383 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,386 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,394 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,397 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,398 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,400 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,401 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,403 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,404 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,406 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,407 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,414 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,415 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,417 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,418 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,420 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,421 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,424 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,425 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,426 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,427 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,431 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,431 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,435 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,435 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,440 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,441 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,443 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,444 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,446 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,447 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,450 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,451 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,452 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,453 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,456 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,456 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,462 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,463 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,465 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,466 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,469 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,470 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,472 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,473 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,475 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,476 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,482 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,484 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,485 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,488 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,489 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,491 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,492 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,494 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,495 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,498 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,499 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,501 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,502 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,503 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,504 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,506 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,507 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,510 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,510 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,513 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,513 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,515 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,516 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,519 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,520 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,522 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,523 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,529 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,530 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,533 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,534 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,536 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,537 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,539 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,540 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,543 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,543 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,545 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,546 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,548 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,549 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,551 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,552 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,555 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,556 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,558 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,559 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,562 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,563 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,566 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,567 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,569 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,570 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,572 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,572 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,576 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,577 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,579 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,580 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,583 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,583 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,589 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,590 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,592 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,593 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,595 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,596 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,598 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,599 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,603 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,604 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,608 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,609 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,614 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,615 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,619 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,620 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,623 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,624 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,626 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,626 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,629 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,629 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,633 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,633 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,636 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,637 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,639 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,640 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,641 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,642 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,645 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,646 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,648 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,649 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,652 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,652 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,654 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,655 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,658 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,659 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,661 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,662 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,664 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,665 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,668 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,669 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,672 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,672 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,678 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,679 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,682 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,683 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,685 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,686 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,689 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,690 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,692 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,693 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,699 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,700 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,703 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,704 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,706 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,707 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,709 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,710 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,712 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,713 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,716 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,717 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,719 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,720 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,722 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,723 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,725 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,726 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,729 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,729 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,731 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,732 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,734 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,735 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,737 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,738 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,740 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,741 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,742 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,743 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,747 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,747 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,749 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,750 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,752 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,753 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,756 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,757 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,760 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,761 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,768 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,769 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,959 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,961 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,968 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,969 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,975 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,976 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,979 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,980 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,983 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,985 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,987 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,989 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,993 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,994 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:49,997 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:49,998 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,001 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,002 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,004 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,005 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,008 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,009 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,012 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,013 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,015 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,016 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,018 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,019 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,025 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,026 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,028 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,029 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,033 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,033 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,040 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,040 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,042 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,043 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,046 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,046 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,050 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,051 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,053 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,054 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,057 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,058 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,064 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,064 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,067 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,068 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,071 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,072 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,075 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,076 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,078 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,079 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,082 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,083 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,084 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,085 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,087 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,088 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,091 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,092 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,095 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,096 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,099 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,100 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,101 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,102 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,104 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,105 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,107 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,107 misc 59123 8313250112 Invalid value for VR IS: '1908.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:31:50,110 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,114 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,118 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,121 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,125 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,128 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,130 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,134 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,138 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,141 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,144 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,147 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,149 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,153 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,156 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,158 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,165 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,168 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,172 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,175 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,179 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,182 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,185 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,188 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,191 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,195 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,198 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,201 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,205 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,209 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,216 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,219 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,223 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,226 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,232 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,234 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,239 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,242 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,248 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,252 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,255 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,257 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,262 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,264 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,267 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,270 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,274 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,276 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,279 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,281 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,284 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,288 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,291 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,295 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,299 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,302 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,306 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,311 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,314 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,318 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,324 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,329 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,333 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,336 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,340 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,342 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,346 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,350 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,353 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,356 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,360 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,364 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,368 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,371 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,374 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,377 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,381 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,384 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,387 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,390 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,393 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,396 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,400 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,403 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,406 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,411 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,414 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,420 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,424 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,427 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,431 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,435 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,439 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,442 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,445 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,450 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,454 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,462 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,466 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,469 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,475 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,481 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,486 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,489 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,494 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,497 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,501 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,506 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,510 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,514 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,518 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,522 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,526 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,529 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,534 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,538 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,543 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,546 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,550 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,556 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,560 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,563 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,569 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,574 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,576 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,579 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,584 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,588 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,591 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,595 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,598 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,601 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,605 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,608 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,611 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,615 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,619 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,628 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,631 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,635 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,638 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,642 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,645 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,648 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,651 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,656 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,661 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,666 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,671 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,674 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,677 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,680 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,684 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,688 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,692 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,696 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,699 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,704 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,707 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,712 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,715 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,718 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,721 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,724 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,729 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,734 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,736 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,739 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,743 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,746 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,753 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,759 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,762 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,769 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,772 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,775 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,778 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,782 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,785 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,789 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,792 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,795 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,799 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,803 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,807 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,810 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,813 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,819 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,825 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,829 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,836 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,839 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,842 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,845 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,849 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,853 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,857 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,861 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,865 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,869 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,872 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,878 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,885 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,888 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,893 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,897 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,901 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,904 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,907 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,909 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,912 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,917 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,921 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,924 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,927 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,931 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,935 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,939 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,942 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,946 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,952 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,957 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,961 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,964 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,967 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,970 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,973 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,978 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:31:50,981 misc 59123 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. INFO 2025-10-03 21:32:02,427 basehttp 53670 6193999872 "GET /en/admin/radiology/dicomimage/ HTTP/1.1" 200 180594 INFO 2025-10-03 21:32:02,444 basehttp 53670 6193999872 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 WARNING 2025-10-03 21:32:05,627 log 53670 6193999872 Not Found: /en/radiology/viewer/image/60541/ WARNING 2025-10-03 21:32:05,628 basehttp 53670 6193999872 "GET /en/radiology/viewer/image/60541/ HTTP/1.1" 404 29998 INFO 2025-10-03 21:32:10,185 basehttp 53670 6193999872 "GET /en/radiology/ HTTP/1.1" 200 61909 INFO 2025-10-03 21:32:10,248 basehttp 53670 6193999872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:32:10,251 basehttp 53670 6210826240 "GET /en/radiology/htmx/stats/ HTTP/1.1" 200 4178 INFO 2025-10-03 21:32:12,599 basehttp 53670 6210826240 "GET /en/radiology/images/ HTTP/1.1" 200 279587 INFO 2025-10-03 21:32:12,709 basehttp 53670 6261305344 "GET /en/radiology/files/thumbnail/889fd712-0a13-4520-a98e-ffdbe396b40e/ HTTP/1.1" 200 1974 INFO 2025-10-03 21:32:12,709 basehttp 53670 6210826240 "GET /en/radiology/files/thumbnail/a7b96bc1-4e86-471d-b6aa-71bb6196ed21/ HTTP/1.1" 200 5588 INFO 2025-10-03 21:32:12,709 basehttp 53670 6244478976 "GET /en/radiology/files/thumbnail/1850ab08-6a0b-4676-9bae-ac2de01dcdcc/ HTTP/1.1" 200 11353 INFO 2025-10-03 21:32:12,709 basehttp 53670 6227652608 "GET /en/radiology/files/thumbnail/18346cf0-b1e8-4785-8164-4bf70cdedcbb/ HTTP/1.1" 200 14790 INFO 2025-10-03 21:32:12,709 basehttp 53670 6278131712 "GET /en/radiology/files/thumbnail/10bd8d78-1159-4f93-bc22-918ab267e23f/ HTTP/1.1" 200 5578 INFO 2025-10-03 21:32:12,709 basehttp 53670 6193999872 "GET /en/radiology/files/thumbnail/771c51ff-c7e3-4733-bbcf-04c5c886b687/ HTTP/1.1" 200 10759 INFO 2025-10-03 21:32:12,764 basehttp 53670 6210826240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:32:12,774 basehttp 53670 6278131712 "GET /en/radiology/files/thumbnail/0d32286e-01f8-416a-b01a-f0812b78b52a/ HTTP/1.1" 200 20924 INFO 2025-10-03 21:32:12,776 basehttp 53670 6244478976 "GET /en/radiology/files/thumbnail/fe9d80f7-f67b-44d1-8375-fa8a8c036e6a/ HTTP/1.1" 200 2720 INFO 2025-10-03 21:32:12,778 basehttp 53670 6227652608 "GET /en/radiology/files/thumbnail/166d3bd4-7e3f-4243-bd6e-0f01558c2e35/ HTTP/1.1" 200 10743 INFO 2025-10-03 21:32:12,779 basehttp 53670 6193999872 "GET /en/radiology/files/thumbnail/f91f9de7-f828-484f-b0e2-8835c99bb06a/ HTTP/1.1" 200 2770 INFO 2025-10-03 21:32:12,781 basehttp 53670 6261305344 "GET /en/radiology/files/thumbnail/77d4ab2e-6105-4982-9626-f9a926c9e631/ HTTP/1.1" 200 756 INFO 2025-10-03 21:32:12,783 basehttp 53670 6210826240 "GET /en/radiology/files/thumbnail/41fd4ad1-a184-4bd0-9d74-c1317cfe5762/ HTTP/1.1" 200 6898 INFO 2025-10-03 21:32:12,816 basehttp 53670 6278131712 "GET /en/radiology/files/thumbnail/e1ef95e5-788f-4fa7-8ccd-a74913c73d5a/ HTTP/1.1" 200 10724 INFO 2025-10-03 21:32:12,834 basehttp 53670 6244478976 "GET /en/radiology/files/thumbnail/43e74baf-8cc4-4aec-b8ae-ce32fbc12997/ HTTP/1.1" 200 11396 INFO 2025-10-03 21:32:12,840 basehttp 53670 6227652608 "GET /en/radiology/files/thumbnail/386a26a8-674a-4cf3-b044-db286edf435d/ HTTP/1.1" 200 2259 INFO 2025-10-03 21:32:12,845 basehttp 53670 6261305344 "GET /en/radiology/files/thumbnail/c3813a80-1e4c-4047-be18-3d893f85c7e7/ HTTP/1.1" 200 1239 INFO 2025-10-03 21:32:12,845 basehttp 53670 6193999872 "GET /en/radiology/files/thumbnail/11e468b0-f4c9-40fa-9959-a92ecc7419d8/ HTTP/1.1" 200 27513 INFO 2025-10-03 21:32:12,846 basehttp 53670 6210826240 "GET /en/radiology/files/thumbnail/5c7c953a-20aa-4bfa-9152-9c09085f7dd5/ HTTP/1.1" 200 13745 INFO 2025-10-03 21:32:12,847 basehttp 53670 6278131712 "GET /en/radiology/files/thumbnail/d46d7fff-b5cc-40bf-a6d9-b21f863708ee/ HTTP/1.1" 200 12418 INFO 2025-10-03 21:32:12,875 basehttp 53670 6244478976 "GET /en/radiology/files/thumbnail/c606381a-0a1c-41fb-808b-c35fdc49588d/ HTTP/1.1" 200 28623 INFO 2025-10-03 21:32:12,886 basehttp 53670 6227652608 "GET /en/radiology/files/thumbnail/88f2ff91-9670-4063-ba38-8db46d17e7e6/ HTTP/1.1" 200 12407 INFO 2025-10-03 21:32:12,902 basehttp 53670 6193999872 "GET /en/radiology/files/thumbnail/04613c5f-3fcd-4793-8500-3ddd14b36b1e/ HTTP/1.1" 200 1893 INFO 2025-10-03 21:32:12,907 basehttp 53670 6278131712 "GET /en/radiology/files/thumbnail/fd33d10a-9fcc-4b6d-91ad-6a2c39e514b5/ HTTP/1.1" 200 10743 INFO 2025-10-03 21:32:12,908 basehttp 53670 6261305344 "GET /en/radiology/files/thumbnail/437c0373-6e57-45c1-803e-adb99c9ab058/ HTTP/1.1" 200 6758 INFO 2025-10-03 21:32:12,909 basehttp 53670 6210826240 "GET /en/radiology/files/thumbnail/7b02b81a-2d44-48dd-927c-6cacb168a03c/ HTTP/1.1" 200 1782 INFO 2025-10-03 21:32:12,919 basehttp 53670 6244478976 "GET /en/radiology/files/thumbnail/259615e6-784c-495c-9c9d-e2e4a4fe9aa4/ HTTP/1.1" 200 5439 INFO 2025-10-03 21:32:12,920 basehttp 53670 6227652608 "GET /en/radiology/files/thumbnail/cfd8a334-d066-4023-9357-1b3a4619df18/ HTTP/1.1" 200 585 INFO 2025-10-03 21:32:15,942 basehttp 53670 6227652608 "GET /en/radiology/viewer/image/119039/ HTTP/1.1" 200 33526 INFO 2025-10-03 21:32:15,963 basehttp 53670 6227652608 "GET /en/radiology/files/preview/a7b96bc1-4e86-471d-b6aa-71bb6196ed21/ HTTP/1.1" 200 118567 INFO 2025-10-03 21:32:15,978 basehttp 53670 6227652608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:32:20,286 basehttp 53670 6294958080 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:32:20,295 basehttp 53670 6294958080 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:32:20,319 log 53670 6294958080 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:32:20,321 basehttp 53670 6294958080 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 INFO 2025-10-03 21:32:21,937 basehttp 53670 6227652608 "GET /en/radiology/viewer/image/119040/ HTTP/1.1" 200 33885 INFO 2025-10-03 21:32:21,962 basehttp 53670 6227652608 "GET /en/radiology/files/preview/57e4d3a5-fb17-4ed7-9f68-7836f47aa769/ HTTP/1.1" 200 178963 INFO 2025-10-03 21:32:21,972 basehttp 53670 6227652608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:32:23,378 basehttp 53670 6227652608 "GET /en/radiology/viewer/image/119041/ HTTP/1.1" 200 33888 INFO 2025-10-03 21:32:23,400 basehttp 53670 6227652608 "GET /en/radiology/files/preview/a08991aa-c2c4-45d0-af5f-e4c79a52e422/ HTTP/1.1" 200 118580 INFO 2025-10-03 21:32:23,414 basehttp 53670 6227652608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:32:24,530 basehttp 53670 6227652608 "GET /en/radiology/viewer/image/119042/ HTTP/1.1" 200 33887 INFO 2025-10-03 21:32:24,564 basehttp 53670 6244478976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:32:24,566 basehttp 53670 6227652608 "GET /en/radiology/files/preview/84b5acf4-1e82-4d0a-b6b0-376f338cc401/ HTTP/1.1" 200 401500 INFO 2025-10-03 21:32:26,515 basehttp 53670 6227652608 "GET /en/radiology/viewer/image/119043/ HTTP/1.1" 200 33888 INFO 2025-10-03 21:32:26,533 basehttp 53670 6227652608 "GET /en/radiology/files/preview/e9c9db62-f4e1-4529-9436-1179ae42a3a9/ HTTP/1.1" 200 118570 INFO 2025-10-03 21:32:26,546 basehttp 53670 6227652608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:32:27,495 basehttp 53670 6227652608 "GET /en/radiology/viewer/image/119044/ HTTP/1.1" 200 33888 INFO 2025-10-03 21:32:27,519 basehttp 53670 6227652608 "GET /en/radiology/files/preview/fb063d95-8516-4cd1-9639-2545162d2c52/ HTTP/1.1" 200 108500 INFO 2025-10-03 21:32:27,529 basehttp 53670 6227652608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:32:28,393 basehttp 53670 6227652608 "GET /en/radiology/viewer/image/119045/ HTTP/1.1" 200 33888 INFO 2025-10-03 21:32:28,407 basehttp 53670 6227652608 "GET /en/radiology/files/preview/ec21512a-0222-4d91-a1d2-aceecf3bb0ee/ HTTP/1.1" 200 2071 INFO 2025-10-03 21:32:28,412 basehttp 53670 6244478976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:32:29,680 basehttp 53670 6244478976 "GET /en/radiology/viewer/image/119046/ HTTP/1.1" 200 33887 INFO 2025-10-03 21:32:29,698 basehttp 53670 6244478976 "GET /en/radiology/files/preview/8b9749e4-5242-44c3-95fd-b6de85991d4d/ HTTP/1.1" 200 48227 INFO 2025-10-03 21:32:29,702 basehttp 53670 6227652608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:32:30,575 basehttp 53670 6227652608 "GET /en/radiology/viewer/image/119047/ HTTP/1.1" 200 33758 INFO 2025-10-03 21:32:30,611 basehttp 53670 6227652608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:32:32,430 basehttp 53670 6227652608 "GET /en/radiology/viewer/image/119048/ HTTP/1.1" 200 33894 INFO 2025-10-03 21:32:32,458 basehttp 53670 6227652608 "GET /en/radiology/files/preview/9a4a1356-438a-4036-bcf1-f54179e36d0d/ HTTP/1.1" 200 261732 INFO 2025-10-03 21:32:32,463 basehttp 53670 6244478976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:32:33,646 basehttp 53670 6244478976 "GET /en/radiology/viewer/image/119049/ HTTP/1.1" 200 33763 INFO 2025-10-03 21:32:33,683 basehttp 53670 6244478976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:32:34,985 basehttp 53670 6244478976 "GET /en/radiology/viewer/series/2615/ HTTP/1.1" 200 35002 INFO 2025-10-03 21:32:35,024 basehttp 53670 6244478976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:32:35,030 basehttp 53670 6227652608 "GET /en/radiology/series/641cc46e-f7b3-4d43-94b0-cfa2d1d47c8c/images/ HTTP/1.1" 200 19267 INFO 2025-10-03 21:32:35,098 basehttp 53670 6193999872 "GET /en/radiology/files/thumbnail/ec21512a-0222-4d91-a1d2-aceecf3bb0ee/ HTTP/1.1" 200 1064 INFO 2025-10-03 21:32:35,098 basehttp 53670 6244478976 "GET /en/radiology/files/thumbnail/a08991aa-c2c4-45d0-af5f-e4c79a52e422/ HTTP/1.1" 200 5631 INFO 2025-10-03 21:32:35,099 basehttp 53670 6278131712 "GET /en/radiology/files/thumbnail/fb063d95-8516-4cd1-9639-2545162d2c52/ HTTP/1.1" 200 5078 INFO 2025-10-03 21:32:35,099 basehttp 53670 6227652608 "GET /en/radiology/files/thumbnail/57e4d3a5-fb17-4ed7-9f68-7836f47aa769/ HTTP/1.1" 200 22305 INFO 2025-10-03 21:32:35,100 basehttp 53670 6261305344 "GET /en/radiology/files/thumbnail/84b5acf4-1e82-4d0a-b6b0-376f338cc401/ HTTP/1.1" 200 19543 INFO 2025-10-03 21:32:35,100 basehttp 53670 6210826240 "GET /en/radiology/files/thumbnail/e9c9db62-f4e1-4529-9436-1179ae42a3a9/ HTTP/1.1" 200 5630 WARNING 2025-10-03 21:32:35,159 log 53670 6244478976 Not Found: /en/radiology/files/thumbnail/07d8a2de-c9d9-430a-a1ac-93ef1b59e772/ WARNING 2025-10-03 21:32:35,159 basehttp 53670 6244478976 "GET /en/radiology/files/thumbnail/07d8a2de-c9d9-430a-a1ac-93ef1b59e772/ HTTP/1.1" 404 31274 INFO 2025-10-03 21:32:35,163 basehttp 53670 6193999872 "GET /en/radiology/files/thumbnail/9a4a1356-438a-4036-bcf1-f54179e36d0d/ HTTP/1.1" 200 13234 WARNING 2025-10-03 21:32:35,167 log 53670 6278131712 Not Found: /en/radiology/files/thumbnail/1ed201de-cfa7-4c98-baf4-b55272b28921/ WARNING 2025-10-03 21:32:35,168 basehttp 53670 6278131712 "GET /en/radiology/files/thumbnail/1ed201de-cfa7-4c98-baf4-b55272b28921/ HTTP/1.1" 404 31274 WARNING 2025-10-03 21:32:35,174 log 53670 6244478976 Not Found: /en/radiology/files/thumbnail/660ba199-50ef-4e23-829f-c0b1e31bc0ca/ WARNING 2025-10-03 21:32:35,175 basehttp 53670 6244478976 "GET /en/radiology/files/thumbnail/660ba199-50ef-4e23-829f-c0b1e31bc0ca/ HTTP/1.1" 404 31274 INFO 2025-10-03 21:32:35,175 basehttp 53670 6261305344 "GET /en/radiology/files/thumbnail/0fb593f8-6bf8-46b2-a862-7114deb55784/ HTTP/1.1" 200 19984 INFO 2025-10-03 21:32:35,176 basehttp 53670 6210826240 "GET /en/radiology/files/thumbnail/d9320897-6a89-4922-9742-f39f5ab3491d/ HTTP/1.1" 200 5211 INFO 2025-10-03 21:32:35,176 basehttp 53670 6227652608 "GET /en/radiology/files/thumbnail/dd6304be-9444-4851-bbd2-34624f15bd30/ HTTP/1.1" 200 11947 INFO 2025-10-03 21:32:35,180 basehttp 53670 6193999872 "GET /en/radiology/files/thumbnail/efa4a2f0-8323-4adf-9a18-70a388f9f244/ HTTP/1.1" 200 28913 INFO 2025-10-03 21:32:35,192 basehttp 53670 6278131712 "GET /en/radiology/files/thumbnail/b3a6f16b-9ae1-4855-bf2d-c2eb25830ae3/ HTTP/1.1" 200 25991 WARNING 2025-10-03 21:32:35,238 log 53670 6261305344 Not Found: /en/radiology/files/thumbnail/67ae99f4-a9ab-4b95-ae0b-7908f62b8004/ WARNING 2025-10-03 21:32:35,239 basehttp 53670 6261305344 "GET /en/radiology/files/thumbnail/67ae99f4-a9ab-4b95-ae0b-7908f62b8004/ HTTP/1.1" 404 31274 INFO 2025-10-03 21:32:35,241 basehttp 53670 6244478976 "GET /en/radiology/files/thumbnail/0e31289e-0d39-4598-af52-f5b5b0c8962a/ HTTP/1.1" 200 11839 INFO 2025-10-03 21:32:35,245 basehttp 53670 6210826240 "GET /en/radiology/files/thumbnail/53c11259-7893-4600-8307-f40df6633a8f/ HTTP/1.1" 200 2862 INFO 2025-10-03 21:32:35,245 basehttp 53670 6227652608 "GET /en/radiology/files/thumbnail/8b9749e4-5242-44c3-95fd-b6de85991d4d/ HTTP/1.1" 200 27571 INFO 2025-10-03 21:32:35,246 basehttp 53670 6278131712 "GET /en/radiology/files/thumbnail/c1c4d499-784e-40e4-84be-7ab970e860db/ HTTP/1.1" 200 2256 INFO 2025-10-03 21:32:35,249 basehttp 53670 6193999872 "GET /en/radiology/files/thumbnail/6223f2d9-55bc-4d7b-b54a-4b321dad55bb/ HTTP/1.1" 200 22027 WARNING 2025-10-03 21:32:35,284 log 53670 6261305344 Not Found: /en/radiology/files/thumbnail/5f0a2641-50b5-4ed3-ba84-05d0ded100af/ WARNING 2025-10-03 21:32:35,284 basehttp 53670 6261305344 "GET /en/radiology/files/thumbnail/5f0a2641-50b5-4ed3-ba84-05d0ded100af/ HTTP/1.1" 404 31274 INFO 2025-10-03 21:32:35,292 basehttp 53670 6244478976 "GET /en/radiology/files/thumbnail/631d4551-3ac1-47fd-bcd3-558f22028891/ HTTP/1.1" 200 363 WARNING 2025-10-03 21:32:35,312 log 53670 6278131712 Not Found: /en/radiology/files/thumbnail/5e95f21a-6f05-4676-bc7c-e1e395ad84e9/ WARNING 2025-10-03 21:32:35,312 basehttp 53670 6278131712 "GET /en/radiology/files/thumbnail/5e95f21a-6f05-4676-bc7c-e1e395ad84e9/ HTTP/1.1" 404 31274 INFO 2025-10-03 21:32:35,314 basehttp 53670 6210826240 "GET /en/radiology/files/thumbnail/42704ee3-19fa-4702-b0f0-c635b817589a/ HTTP/1.1" 200 19165 INFO 2025-10-03 21:32:35,315 basehttp 53670 6227652608 "GET /en/radiology/files/thumbnail/8b3d0b4d-430a-4602-a530-4d18fef973af/ HTTP/1.1" 200 607 INFO 2025-10-03 21:32:35,319 basehttp 53670 6193999872 "GET /en/radiology/files/thumbnail/99b831d4-f41f-4991-be81-a06160e26a12/ HTTP/1.1" 200 1947 INFO 2025-10-03 21:32:35,323 basehttp 53670 6261305344 "GET /en/radiology/files/thumbnail/8d033243-bb6b-4925-84a8-7b952bd3af12/ HTTP/1.1" 200 5638 INFO 2025-10-03 21:32:35,327 basehttp 53670 6244478976 "GET /en/radiology/files/thumbnail/ba851475-aa8e-454d-a63d-26e93df3d394/ HTTP/1.1" 200 10778 WARNING 2025-10-03 21:32:35,377 log 53670 6210826240 Not Found: /en/radiology/files/thumbnail/aca42ab1-8122-4777-b64d-8a6f826042f9/ WARNING 2025-10-03 21:32:35,377 basehttp 53670 6210826240 "GET /en/radiology/files/thumbnail/aca42ab1-8122-4777-b64d-8a6f826042f9/ HTTP/1.1" 404 31274 INFO 2025-10-03 21:32:35,379 basehttp 53670 6278131712 "GET /en/radiology/files/thumbnail/e09b08d2-b203-4b64-81fb-88bbcefa10c9/ HTTP/1.1" 200 413 WARNING 2025-10-03 21:32:35,384 log 53670 6244478976 Not Found: /en/radiology/files/thumbnail/ff819d2c-e84d-41e7-9a79-7d8d110f55bc/ WARNING 2025-10-03 21:32:35,385 basehttp 53670 6244478976 "GET /en/radiology/files/thumbnail/ff819d2c-e84d-41e7-9a79-7d8d110f55bc/ HTTP/1.1" 404 31274 INFO 2025-10-03 21:32:35,387 basehttp 53670 6227652608 "GET /en/radiology/files/thumbnail/2c83bd5f-8bd5-47da-92db-2111deaa6426/ HTTP/1.1" 200 26651 WARNING 2025-10-03 21:32:35,389 log 53670 6210826240 Not Found: /en/radiology/files/thumbnail/8d8418a5-7717-4797-aa7f-b275a2b8202c/ INFO 2025-10-03 21:32:35,390 basehttp 53670 6261305344 "GET /en/radiology/files/thumbnail/8b9caf00-1557-44ee-ac2e-3ffcbe308cd5/ HTTP/1.1" 200 25989 WARNING 2025-10-03 21:32:35,390 basehttp 53670 6210826240 "GET /en/radiology/files/thumbnail/8d8418a5-7717-4797-aa7f-b275a2b8202c/ HTTP/1.1" 404 31274 WARNING 2025-10-03 21:32:35,394 log 53670 6278131712 Not Found: /en/radiology/files/thumbnail/76f0bbd7-227b-4167-b348-b3a7b7e14243/ INFO 2025-10-03 21:32:35,395 basehttp 53670 6193999872 "GET /en/radiology/files/thumbnail/42527919-01ef-4d71-9c6e-9540c6975336/ HTTP/1.1" 200 9098 WARNING 2025-10-03 21:32:35,396 basehttp 53670 6278131712 "GET /en/radiology/files/thumbnail/76f0bbd7-227b-4167-b348-b3a7b7e14243/ HTTP/1.1" 404 31274 WARNING 2025-10-03 21:32:35,400 log 53670 6244478976 Not Found: /en/radiology/files/thumbnail/b8819d8a-6eaa-41d3-ad0b-3afaabe4562a/ WARNING 2025-10-03 21:32:35,400 basehttp 53670 6244478976 "GET /en/radiology/files/thumbnail/b8819d8a-6eaa-41d3-ad0b-3afaabe4562a/ HTTP/1.1" 404 31274 INFO 2025-10-03 21:32:35,440 basehttp 53670 6227652608 "GET /en/radiology/files/thumbnail/00d4c7ec-cbc6-4598-8251-498d5e0e3791/ HTTP/1.1" 200 15547 INFO 2025-10-03 21:32:35,446 basehttp 53670 6261305344 "GET /en/radiology/files/thumbnail/2511b463-c302-44f6-b22a-34ee9221e16b/ HTTP/1.1" 200 5925 INFO 2025-10-03 21:32:35,450 basehttp 53670 6210826240 "GET /en/radiology/files/thumbnail/14e00eac-0dcb-4710-ab7e-73661a51eadb/ HTTP/1.1" 200 14949 INFO 2025-10-03 21:32:35,459 basehttp 53670 6278131712 "GET /en/radiology/files/thumbnail/dfde6f57-9adb-4148-8998-c117f570883d/ HTTP/1.1" 200 663 INFO 2025-10-03 21:32:35,462 basehttp 53670 6193999872 "GET /en/radiology/files/thumbnail/3c2364e5-200f-40e0-9e11-6ecf68e9ad07/ HTTP/1.1" 200 4943 INFO 2025-10-03 21:32:35,462 basehttp 53670 6244478976 "GET /en/radiology/files/thumbnail/4bf30120-bb53-4a5e-9863-149c6e682222/ HTTP/1.1" 200 11241 WARNING 2025-10-03 21:32:35,490 log 53670 6227652608 Not Found: /en/radiology/files/thumbnail/55e1f40d-e2db-4cfc-bdef-1e3945665c47/ WARNING 2025-10-03 21:32:35,490 basehttp 53670 6227652608 "GET /en/radiology/files/thumbnail/55e1f40d-e2db-4cfc-bdef-1e3945665c47/ HTTP/1.1" 404 31274 INFO 2025-10-03 21:32:35,494 basehttp 53670 6261305344 "GET /en/radiology/files/thumbnail/20e6051e-90c8-43c0-b837-1420976ac89d/ HTTP/1.1" 200 26285 WARNING 2025-10-03 21:32:35,500 log 53670 6278131712 Not Found: /en/radiology/files/thumbnail/b6fcae73-f6ed-4f70-bfbd-16d7cfacb5f3/ WARNING 2025-10-03 21:32:35,502 log 53670 6193999872 Not Found: /en/radiology/files/thumbnail/8afd46e9-9bd5-4c59-a7d2-0bdbdd7c3646/ WARNING 2025-10-03 21:32:35,502 basehttp 53670 6193999872 "GET /en/radiology/files/thumbnail/8afd46e9-9bd5-4c59-a7d2-0bdbdd7c3646/ HTTP/1.1" 404 31274 WARNING 2025-10-03 21:32:35,502 basehttp 53670 6278131712 "GET /en/radiology/files/thumbnail/b6fcae73-f6ed-4f70-bfbd-16d7cfacb5f3/ HTTP/1.1" 404 31274 INFO 2025-10-03 21:32:35,504 basehttp 53670 6210826240 "GET /en/radiology/files/thumbnail/5d591a07-a81d-4007-a698-a28d5f9a0ffd/ HTTP/1.1" 200 18275 WARNING 2025-10-03 21:32:54,917 log 53670 6210826240 Not Found: /en/radiology/files/preview/07d8a2de-c9d9-430a-a1ac-93ef1b59e772/ WARNING 2025-10-03 21:32:54,917 basehttp 53670 6210826240 "GET /en/radiology/files/preview/07d8a2de-c9d9-430a-a1ac-93ef1b59e772/ HTTP/1.1" 404 31666 INFO 2025-10-03 21:32:54,917 basehttp 53670 6210826240 - Broken pipe from ('127.0.0.1', 55096) WARNING 2025-10-03 21:32:54,931 log 53670 6278131712 Not Found: /en/radiology/files/preview/67ae99f4-a9ab-4b95-ae0b-7908f62b8004/ INFO 2025-10-03 21:32:54,932 basehttp 53670 6278131712 - Broken pipe from ('127.0.0.1', 55103) INFO 2025-10-03 21:32:54,954 basehttp 53670 6193999872 - Broken pipe from ('127.0.0.1', 55054) INFO 2025-10-03 21:32:54,954 basehttp 53670 6227652608 - Broken pipe from ('127.0.0.1', 55100) WARNING 2025-10-03 21:32:54,961 log 53670 6244478976 Not Found: /en/radiology/files/preview/1ed201de-cfa7-4c98-baf4-b55272b28921/ INFO 2025-10-03 21:32:54,962 basehttp 53670 6244478976 - Broken pipe from ('127.0.0.1', 55101) INFO 2025-10-03 21:32:54,964 basehttp 53670 6261305344 - Broken pipe from ('127.0.0.1', 55102) WARNING 2025-10-03 21:32:54,970 log 53670 6193999872 Not Found: /en/radiology/files/preview/660ba199-50ef-4e23-829f-c0b1e31bc0ca/ INFO 2025-10-03 21:32:54,971 basehttp 53670 6193999872 - Broken pipe from ('127.0.0.1', 55115) INFO 2025-10-03 21:32:54,981 basehttp 53670 6210826240 "GET /en/radiology/files/preview/d9320897-6a89-4922-9742-f39f5ab3491d/ HTTP/1.1" 200 112777 INFO 2025-10-03 21:32:54,982 basehttp 53670 6210826240 - Broken pipe from ('127.0.0.1', 55117) INFO 2025-10-03 21:32:54,991 basehttp 53670 6210826240 "GET /en/radiology/files/preview/53c11259-7893-4600-8307-f40df6633a8f/ HTTP/1.1" 200 2091 INFO 2025-10-03 21:32:54,993 basehttp 53670 6193999872 - Broken pipe from ('127.0.0.1', 55119) INFO 2025-10-03 21:32:55,003 basehttp 53670 6210826240 - Broken pipe from ('127.0.0.1', 55121) INFO 2025-10-03 21:32:55,018 basehttp 53670 6210826240 "GET /en/radiology/files/preview/c1c4d499-784e-40e4-84be-7ab970e860db/ HTTP/1.1" 200 4847 INFO 2025-10-03 21:32:55,024 basehttp 53670 6193999872 - Broken pipe from ('127.0.0.1', 55123) WARNING 2025-10-03 21:32:55,026 log 53670 6227652608 Not Found: /en/radiology/files/preview/5f0a2641-50b5-4ed3-ba84-05d0ded100af/ WARNING 2025-10-03 21:32:55,027 basehttp 53670 6227652608 "GET /en/radiology/files/preview/5f0a2641-50b5-4ed3-ba84-05d0ded100af/ HTTP/1.1" 404 31666 INFO 2025-10-03 21:32:55,028 basehttp 53670 6227652608 - Broken pipe from ('127.0.0.1', 55127) INFO 2025-10-03 21:32:55,034 basehttp 53670 6210826240 "GET /en/radiology/files/preview/631d4551-3ac1-47fd-bcd3-558f22028891/ HTTP/1.1" 200 2299 INFO 2025-10-03 21:32:55,042 basehttp 53670 6210826240 "GET /en/radiology/files/preview/42704ee3-19fa-4702-b0f0-c635b817589a/ HTTP/1.1" 200 155247 INFO 2025-10-03 21:32:55,049 basehttp 53670 6210826240 "GET /en/radiology/files/preview/8b3d0b4d-430a-4602-a530-4d18fef973af/ HTTP/1.1" 200 1139 WARNING 2025-10-03 21:32:55,058 log 53670 6210826240 Not Found: /en/radiology/files/preview/5e95f21a-6f05-4676-bc7c-e1e395ad84e9/ WARNING 2025-10-03 21:32:55,058 basehttp 53670 6210826240 "GET /en/radiology/files/preview/5e95f21a-6f05-4676-bc7c-e1e395ad84e9/ HTTP/1.1" 404 31666 INFO 2025-10-03 21:33:21,280 basehttp 53670 6227652608 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:33:21,285 basehttp 53670 6227652608 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:33:21,304 log 53670 6227652608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:33:21,305 basehttp 53670 6227652608 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 INFO 2025-10-03 21:35:50,944 autoreload 61755 8313250112 Watching for file changes with StatReloader INFO 2025-10-03 21:35:52,919 basehttp 61755 6126514176 "GET /en/radiology/images/ HTTP/1.1" 200 33565 INFO 2025-10-03 21:35:52,955 basehttp 61755 6126514176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:35:56,387 basehttp 61755 6126514176 "GET /en/admin/radiology/dicomimage/ HTTP/1.1" 200 92147 INFO 2025-10-03 21:35:56,402 basehttp 61755 6126514176 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-03 21:36:24,284 basehttp 61755 6160166912 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:36:24,293 basehttp 61755 6160166912 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:36:24,316 log 61755 6160166912 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:36:24,318 basehttp 61755 6160166912 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 INFO 2025-10-03 21:36:53,219 basehttp 61755 6126514176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:37:25,283 basehttp 61755 6143340544 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:37:25,291 basehttp 61755 6143340544 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:37:25,314 log 61755 6143340544 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:37:25,315 basehttp 61755 6143340544 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 INFO 2025-10-03 21:37:54,218 basehttp 61755 6126514176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:38:26,283 basehttp 61755 6143340544 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:38:26,287 basehttp 61755 6143340544 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:38:26,303 log 61755 6143340544 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:38:26,304 basehttp 61755 6143340544 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 INFO 2025-10-03 21:38:55,205 basehttp 61755 6126514176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-03 21:39:27,284 basehttp 61755 6143340544 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:39:27,291 basehttp 61755 6143340544 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:39:27,314 log 61755 6143340544 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:39:27,316 basehttp 61755 6143340544 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 INFO 2025-10-03 21:39:56,218 basehttp 61755 6126514176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-03 21:40:28,282 basehttp 61755 6143340544 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:40:28,287 basehttp 61755 6143340544 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:40:28,304 log 61755 6143340544 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:40:28,305 basehttp 61755 6143340544 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 INFO 2025-10-03 21:40:57,210 basehttp 61755 6126514176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-03 21:41:06,065 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,068 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,081 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,082 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,084 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,084 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,086 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,087 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,090 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,091 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,093 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,093 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,095 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,096 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,098 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,099 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,101 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,102 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,103 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,104 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,106 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,107 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,108 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,109 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,110 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,111 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,115 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,115 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,117 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,118 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,120 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,121 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,122 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,123 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,125 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,126 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,131 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,131 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,134 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,134 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,138 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,138 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,141 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,141 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,143 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,144 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,146 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,146 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,149 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,150 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,152 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,152 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,154 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,155 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,157 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,158 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,161 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,162 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,165 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,166 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,168 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,169 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,174 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,175 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,177 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,177 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,179 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,180 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,182 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,183 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,185 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,186 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,187 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,188 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,191 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,191 misc 64431 8313250112 Invalid value for VR IS: '158.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:06,193 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,197 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,200 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,204 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,206 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,209 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,212 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,214 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,217 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,221 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,224 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,229 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,233 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,236 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,239 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,242 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,248 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,250 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,254 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,257 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,261 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,264 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,266 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,269 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,271 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,274 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,276 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,279 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,282 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,286 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,289 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,291 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,294 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,299 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,304 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,306 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,308 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,312 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,315 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,319 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,321 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,324 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,326 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,328 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,332 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,334 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,338 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,342 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,344 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,347 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,350 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,352 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,355 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,359 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,364 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,367 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,370 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,373 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,378 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,381 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,383 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,385 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,389 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,392 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,394 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,397 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,399 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,403 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,406 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,409 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,411 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,416 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,421 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,423 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,427 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,430 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,433 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,435 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,438 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,440 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,443 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,445 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,448 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,451 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,453 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,456 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,460 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,462 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,464 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,467 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,470 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,476 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,479 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,483 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,486 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,489 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,493 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,497 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,500 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,503 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,509 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,514 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,517 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,522 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,524 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,527 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,530 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,534 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,540 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,542 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,546 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,548 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,550 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,553 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,557 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,561 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,563 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,566 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,568 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,571 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,573 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,576 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,580 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,582 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,584 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,589 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,592 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,597 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,600 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,602 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,606 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,609 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,613 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,616 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,619 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,622 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,625 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,628 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,634 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,640 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,644 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,646 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,650 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,654 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,658 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,660 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,662 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,665 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,671 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,674 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,677 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,680 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,682 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,685 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,688 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,692 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,694 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,700 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,702 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,706 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,708 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,714 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,717 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,720 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,724 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,727 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,729 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,732 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,735 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,740 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,743 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,747 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,751 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,754 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,757 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,760 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,765 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,768 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,774 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,777 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,779 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,781 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,787 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,790 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,796 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,799 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,805 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,807 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,811 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,814 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,817 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,820 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,824 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,827 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,829 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,833 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,836 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,838 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,841 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,847 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,850 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,853 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,856 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,860 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,862 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,867 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,870 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,873 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,875 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,878 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,881 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,884 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,886 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,889 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,892 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,895 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,898 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,900 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,902 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,905 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,910 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,913 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,919 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,921 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,923 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,925 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,928 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,931 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,933 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,937 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,939 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,942 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,945 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,948 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,951 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,954 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,957 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,959 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,961 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,964 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,967 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,971 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,974 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,976 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,979 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,981 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,984 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,989 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,992 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,995 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:06,997 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,002 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,004 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,007 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,010 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,012 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,015 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,021 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,026 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,029 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,032 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,035 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,038 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,041 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,044 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,046 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,049 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,051 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,053 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,056 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,059 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,061 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,065 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,069 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,071 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,075 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,078 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,080 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,083 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,086 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,090 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,095 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,099 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,102 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,107 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,110 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,113 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,117 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,119 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,125 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,129 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,131 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,133 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,136 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,139 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,144 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,147 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,149 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,155 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,157 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,160 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,163 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,166 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,169 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,171 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,174 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,180 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,182 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,186 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,188 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,191 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,194 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,196 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,199 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,203 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,205 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,207 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,210 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,213 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,217 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,219 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,223 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,228 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,231 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,236 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,239 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,242 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,244 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,247 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,250 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,252 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,254 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,260 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,263 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,266 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,268 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,271 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,272 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,274 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,275 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,278 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,278 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,280 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,281 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,283 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,284 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,286 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,287 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,289 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,290 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,291 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,292 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,294 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,295 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,296 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,297 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,299 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,300 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,302 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,303 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,305 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,306 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,310 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,310 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,312 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,313 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,314 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,315 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,317 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,318 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,320 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,321 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,326 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,327 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,329 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,330 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,332 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,332 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,335 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,335 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,337 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,338 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,341 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,342 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,345 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,345 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,348 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,348 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,353 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,354 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,356 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,357 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,360 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,361 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,364 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,364 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,366 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,367 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,369 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,370 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,371 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,372 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,374 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,375 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,378 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,378 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,380 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,381 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,383 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,384 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,386 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,387 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,390 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,391 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,393 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,394 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,397 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,397 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,400 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,400 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,405 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,406 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,409 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,410 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,413 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,413 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,415 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,416 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,418 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,419 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,421 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,422 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,424 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,425 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,430 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,430 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,432 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,433 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,435 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,435 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,438 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,439 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,442 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,442 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,444 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,445 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,450 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,450 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,455 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,456 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,459 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,460 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,462 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,463 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,466 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,467 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,471 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,472 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,475 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,476 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,477 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,478 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,480 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,481 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,483 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,484 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,485 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,486 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,491 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,492 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,495 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,495 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,499 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,500 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,502 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,502 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,505 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,506 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,507 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,508 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,511 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,512 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,514 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,514 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,520 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,521 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,523 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,524 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,526 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,527 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,530 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,531 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,533 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,534 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,536 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,536 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,538 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,539 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,544 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,545 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,547 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,548 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,550 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,551 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,552 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,553 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,555 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,556 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,558 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,558 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,560 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,561 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,562 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,563 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,565 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,566 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,569 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,570 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,573 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,574 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,577 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,578 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,582 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,583 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,586 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,587 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,588 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,589 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,594 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,595 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,597 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,598 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,600 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,601 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,603 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,603 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,606 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,606 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,611 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,612 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,614 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,614 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,618 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,618 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,623 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,624 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,626 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,626 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,628 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,629 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,630 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,631 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,634 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,635 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,638 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,639 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,640 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,641 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,643 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,644 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,646 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,646 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,648 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,649 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,654 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,655 misc 64431 8313250112 Invalid value for VR IS: '1678.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:07,658 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,663 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,666 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,669 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,672 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,675 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,678 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,680 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,684 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,687 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,690 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,693 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,696 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,700 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,703 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,705 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,708 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,714 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,717 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,721 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,723 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,728 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,734 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,739 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,743 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,746 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,752 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,757 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,761 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,763 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,769 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,771 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,775 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,777 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,780 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,783 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,785 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,788 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,790 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,793 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,796 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,799 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,802 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,806 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,808 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,812 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,814 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,818 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,820 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,823 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,825 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,829 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,832 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,835 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,839 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,843 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,845 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,850 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,853 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,855 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,858 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,862 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,865 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,867 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,870 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,873 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,876 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,878 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,881 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,884 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,887 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,889 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,892 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,895 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,898 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,901 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,904 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,909 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,912 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,914 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,919 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,921 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,925 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,928 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,930 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,934 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,936 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,939 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,941 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,947 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,950 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,953 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,955 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,959 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,961 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,965 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,970 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,974 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,976 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,979 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,983 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,987 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,989 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,992 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:07,996 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,000 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,002 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,006 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,009 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,012 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,015 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,017 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,020 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,025 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,028 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,030 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,035 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,038 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,041 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,044 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,046 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,049 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,052 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,054 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,058 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,061 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,064 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,070 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,072 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,077 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,080 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,083 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,086 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,091 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,093 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,096 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,099 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,105 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,109 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,112 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,115 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,117 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,119 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,124 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,126 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,129 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,132 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,137 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,140 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,142 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,145 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,148 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,151 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,154 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,157 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,159 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,163 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,166 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,168 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,174 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,177 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,180 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,183 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,185 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,189 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,193 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,196 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,198 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,204 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,207 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,210 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,214 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,217 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,220 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,223 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,228 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,231 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,234 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,237 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,242 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,246 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,249 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,252 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,254 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,257 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,260 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,263 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,269 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,271 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,274 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,277 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,281 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,286 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,288 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,291 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,293 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,296 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,299 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,302 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,306 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,308 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,312 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,315 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,317 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,321 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,324 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,327 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,329 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,332 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,335 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,339 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,341 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,344 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,348 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,350 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,355 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,361 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,364 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,368 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,371 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,374 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,376 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,380 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,383 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,386 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,392 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,395 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,397 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,400 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,403 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,406 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,409 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,411 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,415 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,421 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,423 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,429 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,432 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,435 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,439 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,442 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,445 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,449 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,452 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,455 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,457 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,460 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,463 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,466 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,469 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,472 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,475 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,478 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,480 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,486 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,488 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,492 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,494 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,497 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,500 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,502 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,508 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,510 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,513 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,516 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,519 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,522 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,525 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,529 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,531 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,534 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,537 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,540 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,543 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,548 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,552 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,555 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,559 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,562 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,565 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,568 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,573 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,577 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,580 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,581 misc 64431 8313250112 Invalid value for VR IS: '1771.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:08,585 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,586 misc 64431 8313250112 Invalid value for VR IS: '1771.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:08,588 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,589 misc 64431 8313250112 Invalid value for VR IS: '1771.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:08,591 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,592 misc 64431 8313250112 Invalid value for VR IS: '1771.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:08,594 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,594 misc 64431 8313250112 Invalid value for VR IS: '1771.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:08,597 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,597 misc 64431 8313250112 Invalid value for VR IS: '1771.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:08,602 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,603 misc 64431 8313250112 Invalid value for VR IS: '1771.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:08,605 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,606 misc 64431 8313250112 Invalid value for VR IS: '1771.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:08,608 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,609 misc 64431 8313250112 Invalid value for VR IS: '1771.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:08,611 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,611 misc 64431 8313250112 Invalid value for VR IS: '1771.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:08,614 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,615 misc 64431 8313250112 Invalid value for VR IS: '1771.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:08,618 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,619 misc 64431 8313250112 Invalid value for VR IS: '1771.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:08,621 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,621 misc 64431 8313250112 Invalid value for VR IS: '1771.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:08,623 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,624 misc 64431 8313250112 Invalid value for VR IS: '1771.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:08,627 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,627 misc 64431 8313250112 Invalid value for VR IS: '1771.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:08,629 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,630 misc 64431 8313250112 Invalid value for VR IS: '1771.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:08,632 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,633 misc 64431 8313250112 Invalid value for VR IS: '1771.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:08,636 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,636 misc 64431 8313250112 Invalid value for VR IS: '1771.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:08,639 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,640 misc 64431 8313250112 Invalid value for VR IS: '1771.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:08,643 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,643 misc 64431 8313250112 Invalid value for VR IS: '1771.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:08,647 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,647 misc 64431 8313250112 Invalid value for VR IS: '1771.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:08,652 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,653 misc 64431 8313250112 Invalid value for VR IS: '1771.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:08,654 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,655 misc 64431 8313250112 Invalid value for VR IS: '1771.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:08,658 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,658 misc 64431 8313250112 Invalid value for VR IS: '1771.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:08,660 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,661 misc 64431 8313250112 Invalid value for VR IS: '1771.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:08,663 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,664 misc 64431 8313250112 Invalid value for VR IS: '1771.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:08,666 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,667 misc 64431 8313250112 Invalid value for VR IS: '1771.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:08,670 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,670 misc 64431 8313250112 Invalid value for VR IS: '1771.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:08,675 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,676 misc 64431 8313250112 Invalid value for VR IS: '1771.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:08,679 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,682 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,687 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,691 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,694 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,697 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,700 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,703 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,706 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,708 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,711 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,714 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,716 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,719 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,722 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,724 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,726 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,730 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,733 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,736 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,739 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,743 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,745 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,748 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,754 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,757 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,760 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,763 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,768 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,772 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,775 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,778 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,782 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,786 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,789 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,792 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,795 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,801 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,803 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,807 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,811 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,814 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,816 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,819 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,822 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,825 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,828 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,832 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,834 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,838 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,842 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,845 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,850 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,853 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,857 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,860 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,863 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,866 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,868 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,871 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,874 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,876 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,879 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,882 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,884 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,887 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,890 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,893 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,896 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,898 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,901 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,907 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,910 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,913 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,917 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,920 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,922 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,925 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,928 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,930 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,933 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,935 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,938 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,941 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,944 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,946 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,949 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,952 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,956 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,959 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,961 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,965 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,968 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,971 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,974 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,978 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,980 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,984 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,990 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,993 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,995 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:08,997 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,001 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,006 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,009 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,012 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,015 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,017 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,020 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,023 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,027 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,028 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,030 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,030 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,034 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,035 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,038 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,038 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,041 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,042 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,044 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,045 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,047 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,047 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,051 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,052 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,055 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,055 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,057 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,058 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,060 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,061 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,064 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,065 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,067 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,068 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,070 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,071 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,072 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,073 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,076 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,076 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,078 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,079 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,081 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,082 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,084 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,084 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,087 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,088 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,089 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,090 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,093 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,093 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,095 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,096 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,098 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,098 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,100 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,101 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,103 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,103 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,108 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,109 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,112 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,113 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,115 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,115 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,118 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,119 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,121 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,122 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,124 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,125 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,127 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,128 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,129 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,130 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,132 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,133 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,135 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,136 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,139 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,140 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,148 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,149 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,153 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,154 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,156 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,157 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,162 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,163 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,165 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,166 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,168 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,169 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,171 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,172 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,175 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,176 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,178 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,179 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,182 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,183 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,185 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,186 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,188 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,189 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,192 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,193 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,195 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,196 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,198 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,198 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,201 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,202 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,203 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,204 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,207 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,208 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,210 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,211 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,213 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,213 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,218 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,219 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,220 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,221 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,225 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,226 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,228 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,229 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,231 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,232 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,236 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,237 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,239 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,240 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,243 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,243 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,246 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,247 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,250 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,251 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,253 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,254 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,256 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,257 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,259 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,260 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,262 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,262 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,266 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,267 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,269 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,270 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,272 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,273 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,275 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,275 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,277 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,278 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,279 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,280 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,282 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,283 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,286 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,287 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,290 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,291 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,293 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,294 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,296 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,297 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,299 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,300 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,302 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,303 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,305 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,305 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,310 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,311 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,313 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,314 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,316 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,316 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,318 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,319 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,321 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,322 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,325 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,326 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,328 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,329 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,331 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,332 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,334 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,335 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,338 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,339 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,340 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,341 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,343 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,344 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,346 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,347 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,350 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,350 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,353 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,353 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,355 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,356 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,358 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,359 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,362 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,363 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,365 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,366 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,369 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,369 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,373 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,374 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,377 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,377 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,379 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,380 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,382 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,382 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,385 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,386 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,388 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,389 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,391 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,391 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,396 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,397 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,400 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,400 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,402 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,403 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,405 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,406 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,409 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,410 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,412 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,413 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,415 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,416 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,421 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,422 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,425 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,426 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,429 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,430 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,432 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,433 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,434 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,435 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,437 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,437 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,439 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,440 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,443 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,443 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,445 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,446 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,448 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,449 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,450 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,451 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,454 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,455 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,456 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,457 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,459 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,460 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,462 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,462 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,464 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,465 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,467 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,468 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,470 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,471 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,472 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,473 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,476 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,477 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,479 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,480 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,482 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,483 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,487 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,487 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,489 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,490 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,493 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,493 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,496 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,496 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,501 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,502 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,504 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,505 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,508 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,509 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,511 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,512 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,514 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,515 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,517 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,518 misc 64431 8313250112 Invalid value for VR IS: '1962.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:09,521 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,523 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,525 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,529 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,532 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,534 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,537 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,540 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,543 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,546 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,549 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,552 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,555 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,558 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,560 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,565 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,567 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,570 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,574 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,577 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,579 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,582 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,584 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,587 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,590 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,594 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,599 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,603 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,607 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,610 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,613 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,616 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,619 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,621 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,625 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,627 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,630 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,634 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,640 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,643 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,647 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,653 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,656 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,659 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,662 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,666 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,668 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,671 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,674 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,677 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,680 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,685 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,690 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,693 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,696 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,699 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,701 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,703 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,707 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,709 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,712 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,715 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,721 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,725 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,728 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,731 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,735 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,738 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,741 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,745 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,748 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,752 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,755 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,759 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,765 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,767 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,771 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,774 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,777 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,781 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,784 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,789 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,792 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,796 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,799 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,802 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,804 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,807 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,809 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,812 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,815 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,818 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,821 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,825 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,829 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,831 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,834 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,837 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,840 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,844 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,847 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,849 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,852 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,855 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,859 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,862 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,865 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,868 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,870 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,874 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,878 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,881 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,883 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,887 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,890 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,893 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,896 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,901 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,906 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,909 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,912 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,915 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,921 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,923 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,926 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,928 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,931 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,935 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,938 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,944 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,947 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,950 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,953 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,956 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,959 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,963 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,967 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,970 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,973 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,976 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,980 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,983 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,986 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,989 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,994 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,997 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:09,999 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,003 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,005 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,008 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,012 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,014 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,018 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,021 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,024 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,027 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,029 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,032 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,035 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,037 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,040 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,043 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,048 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,050 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,052 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,059 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,063 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,065 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,068 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,071 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,074 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,077 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,080 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,083 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,086 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,090 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,093 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,096 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,099 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,102 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,106 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,108 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,112 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,115 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,121 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,124 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,128 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,130 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,134 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,137 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,140 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,143 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,145 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,148 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,153 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,156 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,159 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,163 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,166 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,171 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,174 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,177 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,182 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,187 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,190 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,193 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,195 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,200 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,203 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,205 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,208 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,210 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,213 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,216 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,219 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,223 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,225 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,228 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,231 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,233 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,237 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,240 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,245 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,248 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,250 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,253 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,256 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,261 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,268 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,271 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,274 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,277 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,280 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,282 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,285 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,289 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,292 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,294 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,297 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,300 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,303 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,305 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,308 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,312 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,315 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,319 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,323 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,326 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,328 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,331 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,333 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,336 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,340 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,342 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,345 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,349 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,352 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,355 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,358 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,362 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,365 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,369 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,371 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,377 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,380 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,384 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,387 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,389 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,392 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,395 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,399 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,404 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,406 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,409 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,411 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,417 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,420 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,425 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,427 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,431 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,434 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,437 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,440 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,443 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,446 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,448 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,451 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,455 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,457 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,459 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,462 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,467 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,469 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,472 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,475 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,477 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,482 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,485 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,489 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,491 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,494 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,496 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,499 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,504 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,508 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,511 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,513 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,516 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,518 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,521 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,523 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,526 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,529 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,531 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,535 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,538 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,541 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,544 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,546 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,549 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,553 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,556 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,558 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,561 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,564 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,567 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,570 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,572 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,576 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,579 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,581 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,584 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,587 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,589 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,592 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,597 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,600 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,605 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,608 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,610 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,613 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,617 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,620 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,624 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,627 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,630 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,634 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,637 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,640 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,643 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,647 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,650 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,653 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,656 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,660 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,663 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,666 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,669 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,672 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,678 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,683 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,688 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,692 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,696 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,701 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,704 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,707 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,713 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,715 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,718 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,723 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,726 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,729 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,731 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,737 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,740 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,743 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,745 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,748 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,751 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,754 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,756 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,759 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,762 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,766 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,769 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,772 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,777 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,780 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,784 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,788 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,793 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,796 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,799 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,802 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,806 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,809 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,812 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,816 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,819 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,823 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,825 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,828 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,831 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,834 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,837 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,841 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,845 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,847 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,849 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,853 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,856 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,861 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,864 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,868 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,871 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,873 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,876 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,880 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,882 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,884 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,887 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,890 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,893 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,896 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,898 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,900 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,905 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,908 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,911 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,914 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,917 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,920 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,922 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,925 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,928 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,929 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:10,934 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,934 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:10,936 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,937 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:10,941 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,942 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:10,945 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,946 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:10,948 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,949 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:10,950 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,951 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:10,953 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,954 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:10,956 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,957 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:10,958 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,959 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:10,961 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,961 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:10,966 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,966 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:10,969 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,969 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:10,971 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,972 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:10,975 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,975 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:10,978 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,978 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:10,981 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,981 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:10,984 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,985 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:10,988 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,988 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:10,991 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,992 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:10,994 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:10,994 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:10,999 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,000 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,003 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,004 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,006 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,006 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,008 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,009 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,011 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,012 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,014 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,015 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,017 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,018 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,020 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,020 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,023 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,023 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,025 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,026 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,030 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,030 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,033 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,033 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,036 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,037 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,039 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,040 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,042 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,043 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,044 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,045 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,047 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,047 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,049 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,050 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,051 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,052 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,055 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,056 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,058 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,059 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,061 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,062 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,064 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,064 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,066 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,067 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,072 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,073 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,076 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,077 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,079 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,080 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,083 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,083 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,085 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,085 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,088 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,088 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,091 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,091 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,094 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,095 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,097 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,097 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,102 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,103 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,105 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,106 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,108 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,108 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,110 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,111 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,113 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,114 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,117 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,118 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,120 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,121 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,123 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,124 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,125 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,126 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,128 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,129 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,131 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,132 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,134 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,134 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,136 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,137 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,141 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,142 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,146 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,147 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,149 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,150 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,152 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,153 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,155 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,156 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,159 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,160 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,164 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,165 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,166 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,167 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,170 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,171 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,173 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,174 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,176 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,177 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,179 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,180 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,181 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,182 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,184 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,185 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,187 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,188 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,190 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,191 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,192 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,193 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,195 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,196 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,198 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,199 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,202 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,203 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,205 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,206 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,209 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,210 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,211 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,212 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,216 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,216 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,218 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,219 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,221 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,221 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,223 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,224 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,227 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,228 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,231 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,232 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,233 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,234 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,237 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,238 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,241 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,242 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,244 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,244 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,247 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,248 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,251 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,252 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,257 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,257 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,259 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,260 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,262 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,263 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,265 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,266 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,268 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,269 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,272 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,272 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,274 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,275 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,277 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,278 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,281 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,282 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,284 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,284 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,286 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,287 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,290 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,291 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,293 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,293 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,296 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,297 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,299 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,300 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,302 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,303 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,307 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,308 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,314 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,315 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,316 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,317 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,320 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,320 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,323 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,323 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,327 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,328 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,333 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,334 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,336 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,337 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,339 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,339 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,346 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,347 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,350 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,351 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,354 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,354 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,357 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,358 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,359 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,360 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,362 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,362 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,366 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,366 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,371 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,372 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,374 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,375 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,377 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,378 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,381 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,382 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,383 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,384 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,387 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,387 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,392 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,393 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,395 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,395 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,400 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,400 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,402 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,403 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,407 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,408 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,409 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,410 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,414 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,414 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,417 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,417 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,423 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,424 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,428 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,429 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,434 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,435 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,437 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,438 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,441 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,442 misc 64431 8313250112 Invalid value for VR IS: '357.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:11,445 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,448 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,451 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,454 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,458 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,461 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,465 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,467 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,470 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,473 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,478 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,482 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,486 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,489 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,492 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,494 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,497 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,500 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,503 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,506 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,508 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,512 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,514 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,518 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,521 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,524 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,526 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,530 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,533 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,535 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,541 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,545 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,548 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,554 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,557 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,560 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,567 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,571 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,574 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,578 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,618 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,621 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,628 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,632 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,635 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,638 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,643 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,648 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,651 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,654 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,659 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,662 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,665 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,670 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,676 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,679 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,681 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,685 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,688 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,692 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,694 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,700 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,703 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,707 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,711 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,714 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,717 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,721 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,725 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,728 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,731 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,735 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,741 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,744 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,748 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,751 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,755 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,758 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,764 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,767 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,770 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,774 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,780 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,785 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,788 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,794 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,797 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,800 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,803 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,808 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,811 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,816 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,820 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,823 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,826 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,829 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,832 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,835 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,839 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,846 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,850 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,853 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,856 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,861 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,864 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,866 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,869 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,872 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,876 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,880 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,882 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,886 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,889 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,892 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,895 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,899 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,902 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,906 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,910 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,913 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,917 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,921 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,924 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,926 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,933 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,936 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,939 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,942 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,945 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,948 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,952 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,954 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,960 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,963 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,968 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,972 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,975 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,978 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,983 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,986 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,989 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,992 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:11,998 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,001 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,006 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,010 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,013 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,016 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,021 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,032 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,034 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,038 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,042 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,046 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,049 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,052 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,057 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,060 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,063 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,066 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,067 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,070 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,071 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,075 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,076 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,078 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,079 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,081 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,082 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,084 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,085 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,087 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,088 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,090 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,091 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,093 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,094 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,096 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,097 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,101 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,102 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,103 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,104 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,109 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,110 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,112 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,113 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,115 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,116 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,119 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,120 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,124 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,125 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,127 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,128 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,132 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,133 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,136 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,137 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,139 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,140 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,144 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,145 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,149 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,149 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,152 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,153 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,155 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,156 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,160 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,161 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,164 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,165 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,168 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,169 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,171 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,171 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,174 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,175 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,178 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,179 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,181 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,182 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,184 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,184 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,188 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,189 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,192 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,193 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,195 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,196 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,199 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,200 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,203 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,204 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,206 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,207 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,210 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,211 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,215 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,216 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,219 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,220 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,223 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,224 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,228 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,229 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,233 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,234 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,237 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,238 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,240 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,241 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,244 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,244 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,247 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,247 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,251 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,251 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,255 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,256 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,259 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,260 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,263 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,264 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,266 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,267 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,270 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,271 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,274 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,275 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,278 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,279 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,289 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,290 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,292 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,293 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,295 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,296 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,299 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,300 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,304 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,305 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,307 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,308 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,312 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,312 misc 64431 8313250112 Invalid value for VR IS: '1332.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:12,315 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,317 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,320 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,324 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,328 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,332 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,335 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,338 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,342 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,346 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,352 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,354 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,357 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,360 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,364 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,367 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,371 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,375 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,378 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,380 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,383 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,386 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,389 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,392 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,395 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,398 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,401 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,407 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,410 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,413 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,416 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,422 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,428 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,431 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,435 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,438 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,441 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,444 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,447 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,449 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,452 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,456 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,459 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,462 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,465 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,467 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,471 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,474 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,477 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,480 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,483 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,485 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,489 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,492 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,496 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,499 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,502 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,505 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,508 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,511 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,514 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,520 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,523 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,537 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,543 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,548 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,550 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,556 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,559 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,562 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,566 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,570 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,575 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,577 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,579 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,585 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,587 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,590 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,594 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,597 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,599 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,603 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,606 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,609 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,622 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,635 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,644 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,648 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,651 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,655 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,657 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,661 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,664 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,669 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,673 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,676 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,678 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,681 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,683 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,688 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,690 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,694 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,698 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,702 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,705 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,711 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,713 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,716 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,718 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,721 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,724 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,727 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,730 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,734 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,739 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,743 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,746 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,749 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,752 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,756 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,759 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,804 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,807 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,810 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,812 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,818 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,820 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,824 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,827 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,829 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,832 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,835 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,837 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,841 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,847 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,850 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,853 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,856 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,863 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,866 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,871 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,875 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,881 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,885 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,888 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,892 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,896 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,898 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,902 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,905 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,909 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,914 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,918 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,921 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,923 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,929 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,933 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,936 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,938 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,942 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,946 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,948 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,951 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,954 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,957 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,960 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,962 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,965 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,967 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,971 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,974 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,977 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,981 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,983 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,986 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,989 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,991 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,994 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:12,999 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,003 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,006 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,009 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,012 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,017 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,022 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,027 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,030 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,032 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,035 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,037 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,041 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,044 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,046 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,050 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,053 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,056 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,058 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,061 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,064 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,068 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,070 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,073 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,075 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,078 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,081 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,083 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,087 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,089 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,092 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,097 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,101 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,104 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,107 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,111 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,113 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,118 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,121 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,125 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,127 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,130 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,132 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,136 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,138 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,141 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,143 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,147 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,151 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,153 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,159 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,164 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,167 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,170 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,173 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,175 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,178 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,182 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,184 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,187 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,192 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,196 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,199 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,201 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,207 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,210 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,212 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,217 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,221 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,224 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,229 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,233 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,236 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,239 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,241 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,244 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,248 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,251 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,254 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,256 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,259 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,261 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,264 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,267 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,270 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,273 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,278 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,282 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,284 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,287 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,291 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,293 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,296 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,302 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,305 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,308 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,310 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,313 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,316 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,318 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,321 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,324 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,326 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,330 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,333 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,336 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,339 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,343 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,346 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,348 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,353 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,355 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,360 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,364 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,366 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,369 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,371 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,375 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,378 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,380 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,386 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,389 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,392 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,396 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,401 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,404 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,406 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,409 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,412 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,416 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,418 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,421 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,425 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,428 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,430 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,435 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,437 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,442 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,446 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,450 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,453 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,455 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,457 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,463 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,467 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,470 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,472 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,476 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,478 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,481 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,486 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,488 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,491 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,497 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,499 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,502 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,505 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,508 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,513 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,517 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,521 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,523 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,526 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,529 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,532 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,535 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,539 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,542 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,545 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,547 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,549 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,552 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,556 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,559 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,562 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,565 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,568 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,572 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,575 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,578 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,580 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,583 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,586 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,589 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,592 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,597 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,601 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,604 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,607 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,610 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,614 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,616 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,620 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,622 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,628 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,630 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,633 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,638 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,641 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,643 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,646 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,648 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,651 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,655 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,658 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,660 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,663 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,667 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,670 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,673 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,676 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,679 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,682 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,686 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,689 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,693 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,696 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,699 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,702 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,705 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,708 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,713 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,716 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,719 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,722 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,725 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,728 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,731 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,733 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,736 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,740 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,743 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,746 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,752 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,754 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,758 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,762 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,766 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,770 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,772 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,777 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,784 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,787 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,789 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,793 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,796 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,799 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,802 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,806 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,812 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,815 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,820 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,823 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,826 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,830 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,833 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,835 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,838 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,842 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,845 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,847 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,853 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,855 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,857 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,860 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,863 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,866 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,870 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,873 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,875 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,879 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,882 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,885 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,889 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,891 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,894 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,897 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,902 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,905 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,908 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,911 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,914 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,917 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,920 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,924 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,930 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,932 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,935 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,939 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,942 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,945 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,948 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,951 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,953 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,957 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,960 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,963 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,966 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,969 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,974 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,977 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,980 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,987 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,989 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,993 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:13,995 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,001 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,003 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,009 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,012 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,017 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,020 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,024 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,028 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,031 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,036 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,038 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,042 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,049 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,052 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,055 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,058 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,061 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,063 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,065 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,073 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,078 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,085 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,088 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,091 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,095 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,098 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,101 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,107 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,110 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,112 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,116 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,120 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,123 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,126 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,130 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,135 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,138 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,141 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,143 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,146 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,149 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,152 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,156 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,159 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,161 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,165 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,168 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,171 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,174 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,177 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,180 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,183 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,188 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,193 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,196 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,199 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,202 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,205 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,208 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,211 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,214 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,216 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,219 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,222 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,225 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,228 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,231 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,234 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,236 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,241 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,244 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,248 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,252 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,254 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,261 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,264 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,266 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,269 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,273 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,278 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,280 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,286 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,291 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,297 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,299 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,302 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,305 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,308 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,311 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,314 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,317 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,322 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,326 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,329 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,333 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,335 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,341 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,342 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,345 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,345 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,348 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,349 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,350 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,351 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,355 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,356 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,359 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,360 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,362 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,363 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,365 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,366 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,368 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,369 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,374 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,375 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,377 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,378 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,380 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,381 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,383 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,384 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,386 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,386 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,389 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,389 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,391 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,392 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,394 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,394 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,397 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,398 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,400 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,401 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,404 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,405 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,407 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,407 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,410 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,411 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,413 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,414 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,416 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,417 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,419 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,420 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,423 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,424 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,426 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,426 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,429 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,430 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,432 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,433 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,436 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,437 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,438 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,439 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,443 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,443 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,448 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,449 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,454 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,455 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,457 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,457 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,460 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,460 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,463 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,463 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,466 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,467 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,470 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,470 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,475 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,476 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,479 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,480 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,485 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,485 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,487 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,488 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,491 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,492 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,494 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,494 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,496 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,497 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,500 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,500 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,505 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,506 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,508 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,509 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,511 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,512 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,515 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,516 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,518 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,519 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,520 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,521 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,526 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,527 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,530 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,530 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,535 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,536 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,539 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,540 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,542 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,543 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,544 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,545 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,547 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,548 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,550 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,550 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,552 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,553 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,555 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,556 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,557 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,558 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,561 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,561 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,563 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,564 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,566 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,567 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,569 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,570 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,573 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,574 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,576 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,576 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,579 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,580 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,584 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,584 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,586 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,587 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,589 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,590 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,592 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,593 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,596 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,597 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,601 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,602 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,604 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,605 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,610 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,611 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,615 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,615 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,619 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,620 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,625 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,626 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,629 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,630 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,632 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,633 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,635 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,635 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,639 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,640 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,643 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,644 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,646 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,647 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,648 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,649 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,652 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,652 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,655 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,656 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,658 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,659 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,661 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,662 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,664 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,665 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,669 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,670 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,672 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,673 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,674 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,675 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,680 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,680 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,683 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,684 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,686 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,686 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,689 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,690 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,692 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,693 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,695 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,696 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,698 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,699 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,701 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,702 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,705 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,705 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,709 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,710 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,715 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,716 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,722 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,722 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,724 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,725 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,727 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,728 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,729 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,730 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,733 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,733 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,736 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,737 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,740 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,741 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,742 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,743 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,745 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,746 misc 64431 8313250112 Invalid value for VR IS: '1848.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:14,748 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,751 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,753 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,756 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,759 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,763 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,765 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,769 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,772 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,776 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,779 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,783 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,785 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,789 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,792 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,796 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,799 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,801 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,804 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,807 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,810 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,815 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,824 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,827 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,830 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,833 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,836 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,838 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,842 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,845 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,848 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,850 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,856 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,859 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,862 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,866 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,868 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,872 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,875 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,878 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,883 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,887 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,890 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,893 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,899 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,901 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,904 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,906 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,911 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,914 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,917 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,920 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,923 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,926 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,928 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,931 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,937 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,942 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,946 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,950 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,952 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,955 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,961 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,964 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,969 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,973 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,975 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,978 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,981 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,984 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,987 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,990 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,992 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,997 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:14,999 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,001 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,005 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,009 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,011 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,014 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,017 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,020 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,025 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,029 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,031 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,034 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,036 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,040 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,043 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,047 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,050 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,053 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,055 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,059 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,061 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,064 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,067 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,070 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,074 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,076 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,079 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,083 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,087 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,089 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,094 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,097 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,103 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,105 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,108 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,111 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,113 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,117 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,120 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,122 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,124 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,127 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,130 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,133 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,135 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,137 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,140 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,144 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,147 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,152 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,155 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,157 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,161 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,163 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,167 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,169 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,175 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,178 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,180 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,184 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,187 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,189 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,192 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,195 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,200 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,206 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,208 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,211 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,213 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,217 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,220 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,223 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,229 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,232 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,234 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,236 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,240 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,243 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,246 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,249 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,252 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,254 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,259 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,262 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,268 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,271 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,273 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,277 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,280 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,282 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,284 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,287 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,290 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,290 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,293 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,293 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,298 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,299 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,301 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,302 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,304 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,305 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,307 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,307 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,310 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,310 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,313 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,313 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,317 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,317 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,321 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,322 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,325 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,326 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,327 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,328 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,331 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,332 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,334 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,335 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,336 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,337 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,340 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,341 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,344 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,345 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,347 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,348 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,350 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,351 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,353 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,353 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,356 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,356 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,359 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,360 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,361 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,362 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,366 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,367 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,369 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,370 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,372 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,373 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,375 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,375 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,377 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,378 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,381 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,381 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,383 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,384 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,386 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,387 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,390 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,390 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,392 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,393 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,395 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,396 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,398 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,399 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,404 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,405 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,409 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,410 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,412 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,413 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,415 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,416 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,418 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,419 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,422 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,423 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,425 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,426 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,428 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,429 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,431 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,432 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,434 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,435 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,437 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,437 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,440 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,441 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,444 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,445 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,447 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,447 misc 64431 8313250112 Invalid value for VR IS: '648.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,452 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,453 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,455 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,456 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,458 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,459 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,461 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,462 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,465 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,466 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,469 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,470 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,472 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,473 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,475 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,476 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,478 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,478 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,482 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,483 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,485 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,485 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,489 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,490 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,492 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,493 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,495 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,495 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,498 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,498 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,502 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,502 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,504 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,505 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,509 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,510 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,512 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,512 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,518 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,519 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,521 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,521 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,523 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,524 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,527 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,528 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,529 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,530 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,533 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,534 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,537 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,538 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,540 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,541 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,545 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,546 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,548 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,549 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,551 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,552 misc 64431 8313250112 Invalid value for VR IS: '461.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:15,554 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,558 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,560 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,564 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,567 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,571 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,575 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,578 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,581 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,585 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,587 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,590 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,595 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,597 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,601 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,603 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,607 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,609 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,613 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,618 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,622 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,625 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,627 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,629 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,633 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,636 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,639 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,642 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,644 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,647 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,650 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,653 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,656 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,659 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,662 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,664 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,667 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,670 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,674 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,676 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,682 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,686 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,691 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,694 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,698 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,701 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,704 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,706 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,709 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,711 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,714 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,717 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,720 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,722 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,725 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,728 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,731 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,733 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,736 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,739 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,742 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,745 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,747 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,753 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,755 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,758 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,761 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,763 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,767 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,771 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,773 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,779 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,783 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,789 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,793 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,796 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,799 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,802 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,805 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,808 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,813 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,816 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,820 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,825 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,828 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,830 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,833 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,835 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,839 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,842 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,845 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,848 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,852 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,855 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,858 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,860 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,864 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,867 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,869 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,875 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,881 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,886 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,890 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,893 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,897 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,901 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,904 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,907 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,910 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,913 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,916 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,919 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,922 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,927 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,931 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,933 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,937 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,941 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,943 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,947 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,950 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,953 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,957 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,960 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,963 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,966 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,969 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,972 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,975 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,978 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,982 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,985 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,987 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,990 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,992 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,996 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:15,999 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,002 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,006 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,009 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,012 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,015 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,018 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,021 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,024 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,027 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,030 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,032 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,035 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,039 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,044 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,047 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,049 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,052 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,055 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,057 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,061 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,064 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,067 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,071 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,073 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,076 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,079 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,084 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,088 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,091 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,094 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,098 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,101 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,104 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,105 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,107 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,107 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,112 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,113 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,116 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,116 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,120 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,120 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,122 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,123 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,124 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,125 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,128 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,129 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,131 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,132 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,133 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,134 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,137 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,137 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,140 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,141 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,143 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,144 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,145 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,146 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,148 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,149 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,152 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,153 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,155 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,156 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,161 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,162 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,165 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,165 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,167 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,168 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,170 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,170 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,172 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,173 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,177 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,178 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,183 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,184 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,186 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,187 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,189 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,190 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,193 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,193 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,195 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,196 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,199 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,200 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,205 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,205 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,208 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,209 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,212 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,213 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,218 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,219 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,221 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,222 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,227 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,230 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,231 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,232 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,233 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,235 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,236 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,238 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,238 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,243 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,244 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,249 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,250 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,251 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,252 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,255 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,255 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,257 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,258 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,260 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,261 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,263 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,264 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,266 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,267 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,269 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,269 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,274 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,275 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,279 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,280 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,282 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,283 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,288 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,289 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,291 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,292 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,294 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,295 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,296 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,297 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,299 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,299 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,301 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,302 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,304 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,305 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,307 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,308 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,310 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,311 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,313 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,314 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,316 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,316 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,319 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,320 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,321 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,322 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,324 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,325 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,326 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,327 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,330 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,330 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,335 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,335 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,337 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,338 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,340 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,340 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,342 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,343 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,345 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,346 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,348 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,348 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,351 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,352 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,354 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,355 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,357 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,358 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,360 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,361 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,362 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,363 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,366 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,367 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,369 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,369 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,374 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,374 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,376 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,377 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,380 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,380 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,382 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,383 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,385 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,386 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,389 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,390 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,391 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,392 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,396 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,397 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,399 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,400 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,402 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,403 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,404 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,405 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,407 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,408 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,410 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,410 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,412 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,413 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,415 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,416 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,419 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,420 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,423 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,424 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,426 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,426 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,429 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,430 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,432 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,433 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,434 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,435 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,438 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,439 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,444 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,445 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,448 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,448 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,451 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,452 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,454 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,455 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,456 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,457 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,459 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,460 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,463 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,463 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,466 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,467 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,470 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,470 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,473 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,474 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,476 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,477 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,480 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,481 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,483 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,484 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,486 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,487 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,489 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,490 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,492 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,492 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,497 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,498 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,501 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,502 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,503 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,504 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,506 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,507 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,509 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,510 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,513 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,513 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,516 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,516 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,518 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,518 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,520 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,521 misc 64431 8313250112 Invalid value for VR IS: '211.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:16,523 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,526 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,530 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,533 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,539 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,541 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,545 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,549 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,552 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,556 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,561 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,565 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,568 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,570 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,575 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,578 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,580 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,584 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,586 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,592 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,600 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,602 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,606 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,610 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,613 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,616 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,618 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,622 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,627 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,630 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,634 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,637 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,643 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,646 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,649 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,651 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,658 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,663 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,669 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,673 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,676 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,681 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,684 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,689 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,692 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,695 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,697 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,701 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,705 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,708 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,710 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,713 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,716 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,719 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,723 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,729 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,731 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,734 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,737 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,740 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,743 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,746 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,748 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,752 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,756 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,759 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,763 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,766 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,770 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,772 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,775 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,778 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,781 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,783 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,788 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,791 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,793 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,796 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,799 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,802 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,804 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,807 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,810 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,813 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,816 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,818 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,821 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,826 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,829 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,831 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,834 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,838 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,840 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,843 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,846 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,849 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,852 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,854 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,857 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,860 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,863 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,866 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,869 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,873 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,876 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,879 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,882 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,886 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,890 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,892 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,895 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,898 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,901 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,903 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,906 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,911 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,914 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,917 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,920 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,923 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,925 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,928 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,930 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,934 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,937 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,940 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,944 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,947 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,950 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,953 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,958 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,961 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,963 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,965 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,968 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,973 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,976 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,980 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,984 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,987 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,990 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,993 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:16,997 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,003 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,005 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,009 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,014 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,018 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,021 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,024 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,027 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,033 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,036 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,039 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,042 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,044 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,047 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,050 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,056 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,058 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,061 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,064 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,066 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,069 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,072 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,076 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,078 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,081 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,085 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,088 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,093 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,096 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,099 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,103 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,106 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,109 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,112 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,115 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,117 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,120 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,123 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,129 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,134 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,138 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,143 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,145 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,147 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,150 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,153 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,156 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,158 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,163 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,166 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,169 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,176 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,180 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,183 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,187 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,191 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,193 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,195 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,199 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,203 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,205 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,207 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,210 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,212 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,215 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,218 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,221 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,224 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,227 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,230 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,233 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,236 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,239 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,242 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,245 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,247 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,251 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,254 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,257 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,260 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,263 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,269 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,272 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,275 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,278 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,281 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,284 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,290 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,293 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,296 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,299 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,303 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,305 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,308 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,311 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,314 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,319 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,322 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,325 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,329 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,331 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,334 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,338 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,341 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,345 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,348 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,352 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,355 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,360 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,362 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,366 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,369 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,374 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,377 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,380 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,383 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,386 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,390 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,395 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,398 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,401 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,404 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,409 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,414 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,417 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,419 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,422 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,425 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,430 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,433 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,436 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,440 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,443 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,445 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,449 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,451 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,455 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,459 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,462 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,466 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,469 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,474 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,480 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,485 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,487 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,492 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,495 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,500 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,503 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,505 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,508 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,510 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,513 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,518 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,524 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,527 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,529 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,532 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,535 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,539 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,542 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,547 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,550 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,554 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,556 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,559 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,562 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,566 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,572 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,577 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,580 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,584 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,586 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,590 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,592 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,595 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,598 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,602 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,605 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,607 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,610 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,616 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,619 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,623 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,629 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,634 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,637 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,641 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,644 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,646 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,650 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,653 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,656 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,662 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,665 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,667 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,670 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,673 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,676 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,678 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,679 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,681 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,681 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,683 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,684 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,686 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,687 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,692 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,693 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,695 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,696 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,701 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,702 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,703 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,704 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,705 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,706 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,709 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,710 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,713 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,713 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,716 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,716 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,720 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,720 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,722 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,723 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,726 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,727 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,729 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,730 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,732 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,733 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,735 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,735 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,737 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,738 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,740 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,741 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,742 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,743 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,745 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,746 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,751 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,752 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,754 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,755 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,758 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,759 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,761 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,761 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,763 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,764 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,766 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,767 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,768 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,769 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,772 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,773 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,774 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,775 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,777 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,778 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,780 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,781 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,782 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,783 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,785 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,786 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,787 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,788 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,791 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,792 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,794 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,795 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,797 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,798 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,803 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,803 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,805 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,806 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,808 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,809 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,813 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,814 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,817 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,818 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,819 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,820 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,822 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,823 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,824 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,825 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,827 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,828 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,830 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,831 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,833 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,834 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,837 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,838 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,839 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,840 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,843 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,844 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,847 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,848 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,850 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,851 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,856 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,857 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,859 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,860 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,862 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,863 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,865 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,866 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,867 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,868 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,870 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,871 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,873 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,874 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,876 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,877 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,879 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,880 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,882 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,883 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,886 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,886 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,889 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,890 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,892 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,893 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,895 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,896 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,898 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,898 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,901 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,901 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,904 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,905 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,907 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,908 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,911 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,912 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,913 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,914 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,919 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,919 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,923 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,924 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,926 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,927 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,929 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,930 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,932 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,933 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,934 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,935 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,938 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,939 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,944 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,945 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,947 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,948 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,950 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,951 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,953 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,954 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,959 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,960 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,962 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,963 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,964 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,965 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,968 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,968 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,971 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,972 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,975 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,976 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,979 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,980 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,981 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,982 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,984 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,985 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,988 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,989 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,991 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,992 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:17,998 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:17,998 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:18,000 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,001 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:18,002 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,003 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:18,005 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,005 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:18,011 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,011 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:18,014 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,014 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:18,016 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,017 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:18,019 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,020 misc 64431 8313250112 Invalid value for VR IS: '991.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:18,026 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,029 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,032 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,035 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,037 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,040 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,042 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,046 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,049 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,053 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,055 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,059 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,061 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,064 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,067 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,070 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,073 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,076 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,078 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,082 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,086 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,088 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,091 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,094 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,097 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,102 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,108 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,110 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,113 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,116 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,120 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,122 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,125 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,127 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,131 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,134 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,136 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,139 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,141 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,145 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,148 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,151 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,154 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,158 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,160 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,162 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,165 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,169 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,171 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,177 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,180 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,182 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,185 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,187 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,190 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,193 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,195 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,200 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,203 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,207 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,211 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,215 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,218 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,220 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,225 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,228 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,230 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,234 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,237 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,242 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,248 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,252 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,254 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,258 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,262 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,265 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,270 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,274 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,277 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,280 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,283 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,285 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,288 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,290 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,294 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,298 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,301 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,305 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,308 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,311 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,313 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,316 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,320 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,322 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,325 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,328 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,330 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,333 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,336 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,338 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,341 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,344 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,347 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,351 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,354 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,357 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,360 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,362 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,365 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,368 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,372 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,375 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,377 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,382 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,385 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,388 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,394 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,397 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,400 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,403 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,406 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,408 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,412 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,415 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,419 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,421 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,423 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,426 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,429 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,432 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,436 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,438 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,442 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,445 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,448 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,451 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,453 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,457 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,460 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,463 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,466 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,468 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,471 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,473 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,476 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,480 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,483 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,485 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,488 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,494 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,497 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,501 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,504 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,507 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,510 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,513 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,517 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,520 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,523 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,526 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,529 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,531 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,534 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,537 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,541 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,544 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,548 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,551 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,554 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,556 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,559 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,562 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,565 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,568 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,571 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,577 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,579 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,584 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,588 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,590 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,594 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,597 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,601 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,604 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,606 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,610 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,614 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,618 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,620 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,625 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,629 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,634 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,637 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,640 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,642 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,648 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,651 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,654 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,656 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,659 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,662 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,664 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,668 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,671 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,677 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,679 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,685 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,688 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,691 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,694 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,698 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,701 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,704 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,708 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,713 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,717 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,720 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,723 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,725 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,728 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,730 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,733 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,735 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,739 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,742 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,745 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,749 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,751 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,754 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,756 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,760 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,766 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,771 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,773 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,779 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,782 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,784 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,787 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,790 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,804 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,807 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,810 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,813 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,816 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,818 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,821 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,827 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,830 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,832 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,834 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,838 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,840 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,844 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,849 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,852 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,857 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,860 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,863 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,866 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,869 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,872 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,876 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,879 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,882 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,888 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,891 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,894 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,900 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,903 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,906 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,909 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,913 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,916 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,921 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,927 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,929 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,931 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,935 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,938 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,940 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,943 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,947 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,950 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,953 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,956 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,960 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,963 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,967 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,971 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,973 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,976 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,978 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,982 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,985 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,988 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,990 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,994 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:18,999 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,002 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,006 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,008 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,011 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,014 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,016 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,019 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,022 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,026 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,029 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,031 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,034 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,038 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,042 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,045 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,048 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,051 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,054 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,057 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,061 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,064 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,068 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,072 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,075 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,078 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,081 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,086 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,090 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,093 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,096 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,099 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,102 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,105 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,109 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,113 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,116 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,118 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,121 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,124 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,127 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,132 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,135 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,139 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,144 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,148 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,151 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,155 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,160 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,164 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,170 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,173 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,176 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,180 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,182 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,185 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,188 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,192 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,195 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,198 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,201 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,207 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,210 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,213 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,216 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,221 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,224 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,230 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,236 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,238 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,243 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,249 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,252 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,255 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,258 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,261 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,264 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,267 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,270 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,274 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,278 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,280 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,286 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,289 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,295 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,298 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,300 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,303 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,305 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,309 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,312 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,315 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,318 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,321 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,324 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,328 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,331 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,334 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,337 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,341 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,344 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,349 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,351 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,354 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,357 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,361 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,365 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,368 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,371 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,373 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,379 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,382 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,385 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,390 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,393 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,395 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,398 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,401 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,404 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,408 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,412 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,415 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,419 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,421 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,424 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,430 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,435 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,439 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,442 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,445 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,448 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,451 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,454 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,457 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,460 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,462 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,466 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,468 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,472 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,475 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,478 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,480 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,483 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,486 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,489 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,492 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,494 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,496 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,500 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,503 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,506 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,508 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,511 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,515 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,519 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,522 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,525 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,529 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,533 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,544 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,562 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,582 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,585 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,589 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,592 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,595 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,598 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,603 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,606 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,610 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,615 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,619 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,623 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,625 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,628 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,630 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,634 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,636 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,639 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,642 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,645 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,648 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,651 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,654 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,658 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,660 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,663 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,666 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,669 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,671 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,674 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,677 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,679 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,683 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,686 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,694 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,699 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,703 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,709 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,712 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,714 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,717 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,720 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,726 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,730 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,734 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,737 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,741 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,745 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,751 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,755 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,758 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,761 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,764 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,767 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,770 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,774 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,777 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,779 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,783 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,786 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,788 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,791 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,794 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,797 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,802 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,805 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,808 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,811 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,817 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,819 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,823 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,826 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,830 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,833 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,837 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,841 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,844 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,848 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,850 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,854 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,857 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,859 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,863 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,866 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,871 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,874 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,876 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,879 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,882 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,884 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,890 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,893 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,896 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,899 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,902 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,905 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,907 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,909 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,912 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,918 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,922 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,924 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,927 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,931 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,936 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,938 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,941 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,944 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,946 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,950 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,952 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,955 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,958 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,961 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,964 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,968 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,972 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,975 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,978 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,981 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,984 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,986 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,989 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,995 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:19,998 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,002 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,005 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,008 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,011 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,013 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,017 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,019 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,021 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,023 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,027 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,031 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,035 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,037 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,041 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,045 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,047 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,051 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,055 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,058 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,061 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,065 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,069 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,072 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,075 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,078 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,082 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,085 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,101 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,103 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,106 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,109 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,112 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,115 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,120 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,124 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,127 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,131 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,133 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,137 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,141 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,143 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,146 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,149 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,152 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,155 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,157 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,163 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,167 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,170 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,176 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,179 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,181 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,187 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,190 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,193 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,197 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,199 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,204 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,208 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,211 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,214 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,219 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,222 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,225 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,227 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,230 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,233 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,239 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,242 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,246 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,250 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,253 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,255 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,259 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,262 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,267 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,270 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,273 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,275 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,278 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,280 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,283 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,285 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,288 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,291 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,296 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,300 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,305 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,308 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,311 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,313 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,316 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,320 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,322 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,325 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,327 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,330 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,333 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,335 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,338 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,340 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,344 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,348 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,351 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,355 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,361 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,364 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,367 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,370 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,374 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,376 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,380 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,383 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,385 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,389 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,393 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,396 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,398 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,401 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,405 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,410 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,412 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,415 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,418 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,422 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,425 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,427 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,431 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,434 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,438 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,442 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,444 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,448 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,452 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,456 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,459 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,463 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,466 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,469 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,472 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,475 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,478 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,481 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,484 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,488 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,493 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,495 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,498 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,500 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,504 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,507 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,510 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,513 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,516 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,519 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,521 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,526 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,529 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,532 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,535 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,539 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,541 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,544 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,547 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,550 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,553 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,555 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,558 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,561 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,564 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,567 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,570 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,573 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,577 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,580 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,586 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,588 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,591 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,594 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,597 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,600 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,605 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,608 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,608 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,611 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,611 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,614 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,614 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,616 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,617 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,620 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,620 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,624 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,625 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,627 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,628 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,630 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,630 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,633 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,633 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,637 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,638 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,640 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,641 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,644 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,645 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,647 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,647 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,651 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,651 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,653 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,654 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,656 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,657 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,659 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,660 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,662 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,663 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,665 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,666 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,671 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,671 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,675 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,675 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,678 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,678 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,681 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,681 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,683 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,684 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,687 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,687 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,690 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,690 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,693 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,694 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,698 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,698 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,701 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,702 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,705 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,706 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,708 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,709 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,711 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,712 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,714 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,714 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,716 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,717 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,722 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,723 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,726 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,727 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,729 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,729 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,731 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,732 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,735 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,736 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,738 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,739 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,741 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,741 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,744 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,745 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,748 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,748 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,751 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,752 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,754 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,755 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,759 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,759 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,761 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,762 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,763 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,764 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,766 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,767 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,773 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,774 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,776 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,777 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,779 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,780 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,782 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,783 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,785 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,786 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,788 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,788 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,790 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,791 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,796 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,797 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,798 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,799 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,801 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,802 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,805 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,806 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,808 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,809 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,811 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,812 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,815 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,816 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,817 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,818 misc 64431 8313250112 Invalid value for VR IS: '1453.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:20,820 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,823 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,827 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,831 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,834 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,838 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,842 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,846 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,848 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,851 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,855 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,858 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,861 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,864 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,868 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,870 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,873 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,876 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,879 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,881 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,884 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,887 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,891 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,894 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,897 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,900 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,903 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,906 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,909 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,912 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,915 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,919 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,925 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,928 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,931 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,934 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,937 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,940 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,943 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,948 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,952 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,954 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,960 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,964 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,966 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,969 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,973 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,976 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,978 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,982 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,985 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,988 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,992 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:20,996 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,000 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,002 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,005 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,008 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,011 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,014 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,017 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,020 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,023 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,026 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,029 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,032 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,035 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,038 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,041 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,047 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,050 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,053 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,058 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,061 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,064 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,067 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,070 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,072 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,075 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,078 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,081 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,084 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,087 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,090 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,093 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,096 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,099 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,101 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,105 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,108 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,113 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,117 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,119 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,122 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,125 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,128 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,132 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,135 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,138 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,140 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,143 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,146 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,150 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,154 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,158 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,160 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,165 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,167 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,171 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,175 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,179 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,182 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,184 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,188 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,192 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,195 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,198 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,201 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,204 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,209 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,213 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,216 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,220 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,224 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,227 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,229 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,232 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,235 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,239 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,242 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,245 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,247 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,250 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,255 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,258 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,260 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,266 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,269 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,272 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,273 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,276 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,276 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,280 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,280 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,283 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,283 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,285 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,286 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,288 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,288 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,290 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,291 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,293 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,294 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,296 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,296 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,298 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,299 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,301 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,302 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,304 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,305 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,309 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,310 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,312 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,313 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,315 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,316 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,318 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,319 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,323 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,324 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,326 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,327 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,330 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,331 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,334 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,334 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,336 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,337 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,340 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,341 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,343 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,344 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,349 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,350 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,351 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,352 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,355 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,356 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,358 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,359 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,360 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,361 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,363 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,364 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,365 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,366 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,369 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,370 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,372 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,373 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,375 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,376 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,378 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,379 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,381 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,382 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,386 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,387 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,395 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,396 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,401 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,401 misc 64431 8313250112 Invalid value for VR IS: '943.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:21,403 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,406 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,409 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,412 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,416 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,420 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,422 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,429 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,432 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,434 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,440 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,444 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,449 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,452 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,456 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,460 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,465 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,468 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,471 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,474 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,480 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,483 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,485 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,488 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,492 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,494 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,496 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,499 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,502 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,504 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,508 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,511 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,514 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,517 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,520 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,523 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,526 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,528 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,530 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,533 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,536 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,538 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,542 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,544 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,547 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,553 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,559 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,563 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,565 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,568 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,574 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,577 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,580 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,582 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,585 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,588 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,593 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,596 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,600 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,604 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,607 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,610 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,613 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,616 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,622 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,626 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,628 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,632 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,635 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,638 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,641 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,644 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,647 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,649 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,652 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,657 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,663 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,665 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,669 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,673 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,675 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,678 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,681 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,684 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,687 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,691 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,695 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,699 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,702 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,705 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,709 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,712 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,714 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,717 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,721 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,724 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,728 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,731 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,735 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,737 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,739 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,742 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,745 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,749 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,752 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,756 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,760 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,763 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,766 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,770 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,773 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,776 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,780 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,782 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,786 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,791 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,794 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,797 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,799 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,805 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,807 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,811 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,815 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,820 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,823 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,826 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,829 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,832 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,835 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,838 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,841 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,845 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,847 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,851 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,854 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,857 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,859 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,863 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,868 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,871 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,874 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,879 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,882 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,887 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,891 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,893 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,896 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,899 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,902 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,905 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,911 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,914 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,916 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,919 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,923 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,925 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,927 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,930 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,934 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,937 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,940 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,944 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,947 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,950 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,953 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,956 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,960 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,962 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,965 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,968 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,972 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,977 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,981 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,984 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,987 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,990 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,996 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:21,998 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,001 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,004 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,007 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,010 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,013 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,018 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,021 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,024 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,028 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,033 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,037 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,040 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,043 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,045 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,048 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,051 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,053 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,055 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,058 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,061 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,065 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,071 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,074 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,077 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,079 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,082 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,084 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,090 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,093 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,097 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,099 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,105 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,107 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,110 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,113 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,117 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,119 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,123 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,126 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,129 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,132 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,134 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,139 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,143 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,146 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,148 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,152 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,154 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,157 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,160 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,164 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,166 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,168 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,172 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,174 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,177 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,180 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,183 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,185 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,187 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,190 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,193 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,196 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,198 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,201 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,204 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,207 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,213 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,215 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,218 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,221 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,223 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,230 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,234 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,236 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,240 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,242 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,245 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,251 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,254 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,260 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,265 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,267 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,270 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,274 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,278 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,281 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,284 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,285 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,288 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,289 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,291 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,292 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,294 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,295 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,297 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,298 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,301 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,301 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,305 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,306 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,308 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,308 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,311 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,311 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,313 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,314 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,316 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,317 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,319 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,320 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,322 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,323 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,325 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,326 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,331 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,332 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,333 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,334 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,337 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,337 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,341 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,342 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,345 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,346 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,348 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,349 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,351 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,352 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,356 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,357 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,359 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,360 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,361 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,362 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,364 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,365 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,367 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,368 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,371 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,371 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,373 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,374 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,376 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,377 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,380 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,380 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,383 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,384 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,386 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,386 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,388 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,389 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,392 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,392 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,395 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,396 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,398 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,399 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,402 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,403 misc 64431 8313250112 Invalid value for VR IS: '145.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,408 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,409 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,411 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,412 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,415 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,415 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,417 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,418 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,422 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,422 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,424 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,425 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,427 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,428 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,430 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,431 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,432 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,433 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,438 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,439 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,442 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,442 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,445 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,445 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,447 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,448 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,450 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,450 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,455 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,456 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,458 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,459 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,461 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,462 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,464 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,465 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,468 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,469 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,471 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,472 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,474 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,475 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,477 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,478 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,482 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,482 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,487 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,488 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,490 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,491 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,493 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,494 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,496 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,496 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,499 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,500 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,503 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,504 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,507 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,508 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,510 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,511 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,513 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,514 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,517 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,518 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,522 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,523 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,525 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,525 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,528 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,528 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,530 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,531 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,532 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,533 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,536 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,537 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,540 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,541 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,545 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,546 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,548 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,549 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,551 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,552 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,554 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,555 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,557 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,558 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,561 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,562 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,564 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,565 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,567 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,568 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,571 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,571 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,574 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,575 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,578 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,578 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,580 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,581 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,584 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,584 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,587 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,588 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,591 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,592 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,594 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,595 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,597 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,597 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,599 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,600 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,603 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,604 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,608 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,609 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,613 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,614 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,617 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,618 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,620 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,621 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,622 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,623 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,625 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,626 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,628 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,628 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,630 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,631 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,634 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,635 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,637 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,637 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,639 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,640 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,642 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,643 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,646 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,647 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,649 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,650 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,652 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,653 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,655 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,656 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,660 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,661 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,662 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,663 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,665 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,666 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,668 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,668 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,671 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,672 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,675 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,676 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,678 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,679 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,682 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,682 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,685 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,686 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,687 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,688 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,690 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,690 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,693 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,693 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,696 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,697 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,699 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,700 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,704 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,705 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,707 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,708 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,710 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,711 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,713 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,714 misc 64431 8313250112 Invalid value for VR IS: '622.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:22,716 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,720 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,723 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,727 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,730 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,733 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,737 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,740 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,744 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,748 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,752 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,755 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,759 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,763 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,765 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,768 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,772 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,774 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,777 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,781 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,784 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,788 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,790 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,793 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,798 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,801 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,804 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,807 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,811 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,819 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,825 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,828 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,831 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,834 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,836 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,840 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,846 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,848 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,851 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,855 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,858 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,861 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,864 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,867 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,869 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,872 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,875 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,877 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,882 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,885 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,888 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,891 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,894 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,899 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,903 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,906 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,909 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,912 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,914 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,918 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,920 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,923 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,927 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,930 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,933 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,937 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,940 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,943 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,949 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,953 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,956 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,962 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,966 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,968 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,972 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,976 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,980 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,982 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,986 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,989 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,991 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,994 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:22,998 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,001 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,004 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,010 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,012 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,016 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,018 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,021 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,024 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,029 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,032 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,038 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,042 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,045 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,070 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,119 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,123 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,127 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,130 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,132 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,136 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,140 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,142 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,146 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,150 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,153 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,156 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,159 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,163 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,168 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,171 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,175 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,178 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,180 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,183 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,186 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,190 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,192 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,195 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,198 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,203 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,207 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,212 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,215 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,219 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,221 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,224 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,227 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,230 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,234 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,237 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,241 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,244 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,248 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,250 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,255 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,258 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,264 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,267 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,271 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,274 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,277 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,280 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,283 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,344 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,349 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,351 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,356 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,361 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,364 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,368 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,370 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,376 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,379 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,384 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,388 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,392 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,394 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,398 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,400 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,404 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,410 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,412 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,415 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,418 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,421 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,424 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,427 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,430 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,433 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,437 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,440 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,443 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,446 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,449 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,452 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,454 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,459 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,464 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,467 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,470 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,473 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,475 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,478 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,481 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,484 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,487 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,489 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,493 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,496 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,499 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,502 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,508 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,511 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,514 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,517 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,520 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,523 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,526 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,529 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,532 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,535 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,538 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,544 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,547 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,551 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,557 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,560 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,562 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,566 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,569 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,573 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,578 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,581 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,584 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,590 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,593 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,597 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,599 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,602 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,605 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,607 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,610 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,613 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,616 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,618 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,620 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,624 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,627 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,630 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,633 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,636 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,639 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,641 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,644 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,647 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,651 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,653 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,656 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,661 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,664 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,667 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,669 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,672 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,676 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,679 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,684 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,686 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,691 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,694 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,697 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,702 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,705 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,707 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,710 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,713 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,716 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,719 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,722 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,726 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,729 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,731 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,733 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,736 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,739 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,742 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,745 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,748 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,752 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,755 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,758 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,761 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,764 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,767 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,769 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,772 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,778 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,781 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,787 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,789 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,795 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,798 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,800 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,803 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,805 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,808 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,813 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,815 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,820 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,824 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,827 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,831 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,836 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,839 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,842 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,849 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,853 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,856 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,860 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,866 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,869 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,871 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,875 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,878 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,881 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,884 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,887 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,890 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,894 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,898 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,900 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,903 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,909 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,911 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,914 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,917 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,919 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,924 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,928 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,932 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,935 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,937 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,940 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,943 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,946 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,951 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,954 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,960 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,962 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,965 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,968 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,971 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,973 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,980 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,984 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,986 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,991 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,993 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,996 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:23,999 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,002 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,005 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,011 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,014 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,017 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,020 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,023 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,026 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,028 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,031 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,033 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,036 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,039 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,042 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,044 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,048 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,054 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,056 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,059 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,062 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,064 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,067 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,070 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,074 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,079 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,082 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,085 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,091 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,097 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,101 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,103 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,108 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,112 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,115 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,117 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,120 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,123 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,125 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,127 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,130 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,135 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,138 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,141 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,144 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,147 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,153 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,156 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,162 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,164 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,168 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,171 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,174 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,177 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,181 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,184 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,187 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,190 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,193 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,196 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,199 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,202 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,204 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,209 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,212 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,214 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,218 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,221 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,224 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,228 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,232 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,236 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,240 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,242 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,245 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,249 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,252 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,255 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,258 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,261 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,264 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,267 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,270 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,273 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,278 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,282 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,285 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,288 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,293 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,296 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,302 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,304 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,307 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,310 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,312 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,316 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,320 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,326 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,328 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,332 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,336 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,339 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,341 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,344 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,348 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,351 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,355 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,358 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,361 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,365 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,367 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,370 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,374 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,379 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,382 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,386 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,389 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,391 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,394 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,398 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,403 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,409 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,411 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,414 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,417 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,420 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,424 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,427 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,431 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,433 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,436 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,438 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,441 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,444 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,447 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,450 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,455 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,458 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,461 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,463 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,466 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,468 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,472 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,477 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,480 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,484 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,487 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,491 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,494 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,497 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,500 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,504 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,506 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,509 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,514 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,518 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,521 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,525 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,528 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,530 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,533 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,536 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,539 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,541 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,544 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,548 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,551 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,554 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,556 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,559 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,562 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,565 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,568 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,571 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,573 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,577 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,579 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,582 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,585 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,587 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,591 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,593 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,596 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,599 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,601 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,607 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,609 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,612 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,616 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,619 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,622 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,625 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,629 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,632 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,635 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,638 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,640 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,643 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,649 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,652 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,655 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,660 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,663 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,666 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,668 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,672 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,674 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,677 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,680 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,685 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,688 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,692 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,697 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,701 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,704 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,707 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,712 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,715 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,720 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,722 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,725 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,727 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,730 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,733 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,739 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,741 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,744 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,747 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,749 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,753 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,755 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,758 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,760 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,764 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,770 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,773 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,775 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,778 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,780 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,784 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,787 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,790 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,793 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,796 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,800 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,803 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,807 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,810 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,815 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,818 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,822 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,825 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,831 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,835 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,838 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,841 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,844 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,847 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,850 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,853 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,855 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,862 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,864 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,867 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,870 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,873 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,876 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,879 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,882 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,885 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,888 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,890 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,893 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,899 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,904 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,907 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,911 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,914 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,917 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,920 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,922 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,925 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,927 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,930 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,937 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,939 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,943 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,947 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,950 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,953 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,956 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,960 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,963 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,965 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,968 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,970 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,973 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,979 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,982 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,988 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,991 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,992 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:24,994 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:24,995 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:24,999 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,000 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,002 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,003 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,005 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,006 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,009 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,010 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,013 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,014 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,017 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,018 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,020 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,021 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,023 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,024 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,026 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,027 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,032 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,033 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,035 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,036 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,040 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,041 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,044 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,045 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,046 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,047 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,052 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,053 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,056 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,057 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,060 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,061 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,063 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,064 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,067 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,067 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,069 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,070 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,072 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,072 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,075 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,076 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,079 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,080 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,082 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,083 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,087 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,088 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,092 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,092 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,095 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,096 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,098 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,099 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,101 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,102 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,105 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,106 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,108 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,109 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,112 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,112 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,114 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,115 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,120 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,121 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,123 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,124 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,126 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,127 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,131 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,132 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,134 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,135 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,137 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,138 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,140 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,141 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,144 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,144 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,147 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,147 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,150 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,151 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,153 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,154 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,159 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,159 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,161 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,162 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,165 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,166 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,167 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,168 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,170 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,171 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,173 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,174 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,176 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,177 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,179 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,180 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,182 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,183 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,186 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,187 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,188 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,189 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,193 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,194 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,196 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,197 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,199 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,200 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,202 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,203 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,205 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,205 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,207 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,208 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,211 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,211 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,214 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,215 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,217 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,218 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,222 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,223 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,225 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,226 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,229 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,229 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,232 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,233 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,236 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,237 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,239 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,239 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,244 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,245 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,249 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,250 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,252 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,253 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,258 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,259 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,262 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,263 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,265 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,266 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,267 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,268 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,271 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,272 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,276 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,277 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,280 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,281 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,283 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,283 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,287 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,288 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,290 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,291 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,294 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,294 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,296 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,297 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,299 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,300 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,302 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,303 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,305 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,306 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,310 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,310 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,314 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,314 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,316 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,317 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,320 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,321 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,326 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,327 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,329 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,330 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,333 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,334 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,336 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,337 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,339 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,339 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,343 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,344 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,347 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,347 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,349 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,350 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,352 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,353 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,356 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,356 misc 64431 8313250112 Invalid value for VR IS: '1060.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:25,358 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,364 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,367 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,371 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,374 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,376 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,381 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,383 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,386 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,390 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,393 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,396 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,400 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,403 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,406 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,409 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,412 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,415 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,418 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,421 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,426 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,431 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,433 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,436 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,438 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,441 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,444 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,447 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,450 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,455 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,458 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,463 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,467 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,472 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,475 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,482 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,486 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,489 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,493 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,499 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,505 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,509 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,512 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,516 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,520 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,525 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,529 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,532 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,538 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,541 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,546 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,549 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,555 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,558 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,561 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,565 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,567 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,573 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,576 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,579 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,582 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,585 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,588 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,591 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,594 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,597 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,600 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,603 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,607 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,610 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,612 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,617 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,621 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,623 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,626 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,629 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,633 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,636 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,639 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,642 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,646 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,651 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,654 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,660 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,663 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,667 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,670 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,673 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,676 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,678 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,682 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,685 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,688 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,692 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,695 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,697 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,700 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,704 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,707 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,710 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,713 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,717 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,719 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,723 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,726 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,730 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,734 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,738 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,742 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,745 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,749 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,752 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,757 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,763 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,766 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,774 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,777 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,780 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,783 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,787 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,789 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,792 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,794 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,798 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,803 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,806 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,809 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,812 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,815 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,818 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,822 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,824 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,827 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,830 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,832 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,835 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,839 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,842 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,845 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,847 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,851 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,854 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,857 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,860 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,863 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,866 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,871 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,874 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,877 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,881 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,885 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,888 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,893 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,896 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,899 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,903 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,906 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,909 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,912 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,915 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,918 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,921 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,924 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,927 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,929 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,935 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,939 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,942 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,945 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,950 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,952 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,955 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,958 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,961 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,964 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,967 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,971 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,975 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,979 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,982 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,985 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,991 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,993 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:25,996 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,002 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,005 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,009 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,012 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,015 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,019 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,025 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,028 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,031 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,033 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,036 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,039 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,045 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,048 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,053 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,058 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,061 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,065 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,068 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,071 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,073 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,079 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,083 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,086 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,089 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,093 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,095 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,099 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,103 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,107 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,110 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,114 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,117 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,120 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,124 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,127 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,131 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,133 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,139 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,142 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,145 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,150 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,156 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,159 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,161 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,165 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,168 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,172 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,175 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,178 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,180 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,184 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,187 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,190 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,193 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,196 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,200 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,203 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,206 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,208 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,211 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,214 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,218 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,221 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,224 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,229 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,233 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,236 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,238 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,241 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,244 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,249 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,252 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,255 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,258 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,262 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,265 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,271 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,274 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,277 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,279 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,281 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,285 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,287 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,289 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,292 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,296 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,300 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,306 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,308 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,311 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,316 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,318 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,321 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,323 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,325 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,328 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,331 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,334 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,336 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,339 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,342 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,346 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,349 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,352 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,355 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,358 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,361 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,364 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,367 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,371 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,376 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,382 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,385 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,388 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,391 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,395 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,400 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,404 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,407 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,410 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,413 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,416 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,419 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,422 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,425 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,428 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,431 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,434 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,438 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,441 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,444 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,447 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,450 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,453 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,457 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,459 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,463 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,467 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,470 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,473 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,477 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,480 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,483 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,485 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,489 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,493 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,495 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,501 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,503 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,507 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,510 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,516 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,520 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,524 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,529 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,534 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,537 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,539 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,542 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,545 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,549 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,552 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,554 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,557 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,559 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,562 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,566 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,569 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,576 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,579 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,582 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,586 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,589 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,592 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,595 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,599 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,602 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,605 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,608 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,612 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,615 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,617 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,620 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,624 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,629 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,631 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,635 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,638 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,641 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,643 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,647 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,649 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,652 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,655 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,658 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,661 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,665 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,668 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,672 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,675 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,678 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,684 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,687 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,691 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,694 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,696 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,699 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,703 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,706 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,709 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,713 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,719 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,722 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,725 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,728 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,732 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,734 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,737 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,740 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,743 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,746 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,749 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,751 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,755 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,757 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,759 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,762 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,764 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,768 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,772 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,776 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,782 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,785 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,788 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,793 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,798 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,802 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,805 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,810 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,811 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,813 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,814 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,816 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,817 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,822 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,822 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,826 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,827 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,829 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,830 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,832 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,833 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,836 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,837 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,840 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,841 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,845 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,845 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,847 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,848 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,850 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,851 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,854 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,854 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,857 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,858 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,862 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,862 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,867 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,868 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,872 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,873 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,876 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,876 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,880 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,880 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,884 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,885 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,887 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,888 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,893 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,894 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,896 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,897 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,900 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,900 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,902 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,903 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,907 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,908 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,910 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,911 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,913 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,914 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,918 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,919 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,923 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,923 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,926 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,927 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,929 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,930 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,932 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,933 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,938 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,938 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,942 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,943 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,945 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,946 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,947 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,948 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,950 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,951 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,952 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,953 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,956 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,957 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,959 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,960 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,963 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,963 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,968 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,969 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,971 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,972 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,974 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,975 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,977 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,977 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,980 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,980 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,983 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,983 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,986 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,987 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,988 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,989 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,993 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,994 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,996 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,996 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:26,998 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:26,999 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,002 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,003 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,005 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,006 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,008 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,009 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,011 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,012 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,017 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,018 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,021 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,022 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,024 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,025 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,028 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,029 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,031 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,031 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,034 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,035 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,037 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,037 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,040 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,040 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,043 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,044 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,046 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,046 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,048 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,049 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,051 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,052 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,057 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,057 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,062 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,063 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,065 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,066 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,069 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,070 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,075 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,076 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,079 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,079 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,081 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,082 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,085 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,086 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,088 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,089 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,091 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,092 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,094 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,095 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,098 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,098 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,100 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,101 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,105 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,105 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,107 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,108 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,110 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,111 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,113 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,114 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,119 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,120 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,126 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,127 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,129 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,129 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,132 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,133 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,136 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,137 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,142 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,143 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,145 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,146 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,148 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,149 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,151 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,152 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,154 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,155 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,158 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,159 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,165 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,166 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,167 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,168 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,170 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,171 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,174 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,175 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,177 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,178 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,179 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,180 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,182 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,183 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,184 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,185 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,187 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,188 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,190 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,190 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,192 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,193 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,194 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,195 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,198 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,199 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,202 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,202 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,204 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,205 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,208 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,209 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,213 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,214 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,216 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,217 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,219 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,220 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,223 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,224 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,227 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,229 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,229 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,231 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,232 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,235 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,235 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,237 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,238 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,240 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,241 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,243 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,244 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,246 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,247 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,249 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,250 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,252 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,253 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,255 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,255 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,258 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,258 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,264 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,265 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,268 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,269 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,272 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,273 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,275 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,276 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,277 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,278 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,280 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,281 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,283 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,284 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,287 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,288 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,292 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,293 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,295 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,296 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,299 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,300 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,301 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,302 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,304 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,305 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,307 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,308 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,311 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,311 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,314 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,315 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,316 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,317 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,320 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,321 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,324 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,325 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,327 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,328 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,331 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,332 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,334 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,334 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,337 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,337 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,342 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,343 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,346 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,347 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,352 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,353 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,357 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,358 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,360 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,361 misc 64431 8313250112 Invalid value for VR IS: '842.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:27,363 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,366 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,368 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,371 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,375 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,377 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,381 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,383 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,386 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,389 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,392 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,395 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,398 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,400 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,403 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,406 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,410 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,414 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,417 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,419 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,423 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,426 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,429 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,431 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,433 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,436 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,438 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,442 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,447 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,452 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,456 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,461 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,464 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,466 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,469 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,475 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,479 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,481 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,485 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,487 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,489 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,492 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,495 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,499 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,502 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,505 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,508 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,511 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,515 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,518 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,521 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,524 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,526 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,529 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,532 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,537 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,540 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,544 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,547 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,551 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,553 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,557 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,559 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,562 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,564 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,567 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,570 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,573 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,577 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,579 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,582 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,586 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,588 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,592 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,594 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,600 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,604 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,610 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,612 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,614 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,617 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,620 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,623 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,627 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,632 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,635 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,638 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,640 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,643 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,646 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,649 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,651 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,654 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,656 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,659 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,661 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,665 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,668 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,671 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,673 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,676 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,679 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,681 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,686 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,688 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,691 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,694 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,698 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,703 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,706 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,709 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,712 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,714 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,719 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,721 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,724 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,728 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,730 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,733 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,736 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,742 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,745 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,748 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,754 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,757 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,762 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,766 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,768 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,771 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,773 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,776 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,779 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,782 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,784 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,787 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,790 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,793 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,795 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,798 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,802 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,804 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,807 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,810 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,815 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,820 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,825 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,829 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,831 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,835 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,838 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,843 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,846 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,849 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,852 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,855 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,857 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,860 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,864 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,866 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,868 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,872 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,876 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,879 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,882 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,884 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,888 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,891 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,894 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,900 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,903 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,905 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,908 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,912 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,914 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,920 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,923 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,926 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,930 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,935 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,938 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,940 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,943 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,946 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,949 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,951 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,954 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,957 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,960 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,963 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,965 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,970 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,976 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,979 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,982 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,985 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,987 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,992 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,994 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,996 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:27,999 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,002 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,005 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,008 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,012 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,015 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,017 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,021 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,024 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,027 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,030 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,032 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,035 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,037 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,041 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,044 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,047 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,050 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,053 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,055 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,060 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,063 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,068 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,073 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,076 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,082 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,085 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,089 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,092 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,100 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,103 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,106 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,109 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,112 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,115 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,117 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,120 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,123 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,126 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,129 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,132 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,135 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,137 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,141 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,144 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,146 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,149 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,152 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,154 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,157 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,159 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,162 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,168 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,170 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,173 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,177 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,179 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,182 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,185 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,189 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,192 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,194 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,200 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,204 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,208 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,211 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,214 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,216 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,222 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,231 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,234 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,237 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,239 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,243 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,246 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,250 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,253 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,255 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,258 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,262 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,265 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,270 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,274 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,277 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,281 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,285 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,288 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,291 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,294 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,297 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,300 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,303 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,305 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,308 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,310 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,313 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,316 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,322 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,325 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,328 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,331 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,335 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,337 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,340 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,343 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,347 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,349 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,351 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,357 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,360 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,363 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,365 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,368 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,370 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,373 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,376 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,381 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,384 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,386 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,389 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,393 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,396 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,399 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,401 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,405 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,408 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,412 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,416 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,418 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,422 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,424 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,427 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,430 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,433 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,436 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,442 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,444 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,447 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,449 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,454 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,458 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,461 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,466 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,470 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,473 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,475 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,478 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,483 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,487 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,490 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,493 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,495 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,498 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,502 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,506 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,511 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,513 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,516 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,520 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,523 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,527 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,532 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,535 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,539 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,541 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,547 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,551 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,554 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,559 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,562 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,568 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,571 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,574 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,577 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,579 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,582 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,585 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,589 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,592 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,596 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,600 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,603 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,606 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,610 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,614 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,618 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,621 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,626 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,632 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,636 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,640 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,643 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,647 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,650 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,654 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,658 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,661 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,667 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,671 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,675 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,679 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,682 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,685 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,688 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,692 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,695 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,698 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,701 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,704 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,708 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,714 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,718 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,723 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,726 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,731 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,734 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,739 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,742 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,745 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,748 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,754 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,757 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,764 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,768 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,771 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,774 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,778 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,781 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,785 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,791 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,794 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,801 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,805 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,809 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,812 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,816 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,819 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,822 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,825 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,828 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,833 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,836 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,840 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,843 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,846 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,851 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,854 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,858 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,859 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,864 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,865 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,867 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,868 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,870 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,871 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,874 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,875 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,880 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,881 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,884 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,885 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,888 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,889 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,891 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,892 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,895 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,896 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,900 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,901 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,906 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,907 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,910 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,911 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,912 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,913 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,915 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,916 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,919 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,920 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,924 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,925 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,928 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,929 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,932 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,933 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,936 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,937 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,940 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,941 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,945 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,946 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,948 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,949 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,952 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,952 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,957 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,958 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,961 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,961 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,964 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,965 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,969 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,970 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,973 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,974 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,977 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,977 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,981 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,982 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,985 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,986 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,991 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,992 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:28,995 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:28,996 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,001 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,002 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,004 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,005 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,008 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,009 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,012 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,012 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,015 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,015 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,019 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,020 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,024 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,024 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,026 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,027 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,029 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,030 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,032 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,033 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,036 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,037 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,039 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,040 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,042 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,043 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,046 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,046 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,049 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,050 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,052 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,053 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,055 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,056 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,059 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,060 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,063 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,064 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,067 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,068 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,071 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,072 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,074 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,075 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,077 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,078 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,080 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,080 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,083 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,084 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,087 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,088 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,091 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,092 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,095 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,096 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,098 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,098 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,101 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,101 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,103 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,104 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,106 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,107 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,109 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,110 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,112 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,113 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,115 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,115 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,118 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,119 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,121 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,122 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,125 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,126 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,128 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,129 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,132 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,133 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,135 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,136 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,138 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,139 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,141 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,142 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,144 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,145 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,147 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,147 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,149 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,150 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,152 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,153 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,155 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,155 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,158 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,159 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,161 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,162 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,166 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,167 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,170 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,171 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,174 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,174 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,176 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,177 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,180 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,181 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,183 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,184 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,188 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,189 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,192 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,193 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,195 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,196 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,199 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,200 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,202 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,202 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,207 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,208 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,210 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,211 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,213 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,214 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,215 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,216 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,218 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,219 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,221 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,221 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,223 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,224 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,227 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,229 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,230 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,232 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,233 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,235 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,236 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,237 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,238 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,240 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,241 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,243 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,243 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,248 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,249 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,250 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,251 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,253 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,253 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,256 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,256 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,261 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,262 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,263 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,264 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,267 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,268 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,270 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,271 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,274 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,275 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,278 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,279 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,281 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. INFO 2025-10-03 21:41:29,281 basehttp 61755 6143340544 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-03 21:41:29,282 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,284 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. INFO 2025-10-03 21:41:29,285 basehttp 61755 6143340544 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-03 21:41:29,285 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,286 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,287 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,289 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,290 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,292 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,293 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,296 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,297 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. ERROR 2025-10-03 21:41:29,297 log 61755 6143340544 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:41:29,298 basehttp 61755 6143340544 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 WARNING 2025-10-03 21:41:29,298 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,299 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,301 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,302 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,305 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,306 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,309 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,309 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,312 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,313 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,315 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,315 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,319 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,320 misc 64431 8313250112 Invalid value for VR IS: '272.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,322 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,323 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,327 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,328 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,330 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,331 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,333 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,334 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,336 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,337 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,340 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,341 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,343 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,344 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,347 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,347 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,350 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,350 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,353 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,354 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,357 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,357 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,363 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,363 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,366 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,367 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,369 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,370 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,372 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,373 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,376 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,377 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,379 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,380 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,382 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,382 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,387 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,388 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,393 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,394 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,397 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,397 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,400 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,400 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,403 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,404 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,407 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,408 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,411 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,412 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,414 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,415 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,420 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,421 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,423 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,424 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,426 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,427 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,433 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,434 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,436 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,436 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,441 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,441 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,444 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,445 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,447 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,448 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,452 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,452 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,455 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,456 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,459 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,460 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,462 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,463 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,466 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,466 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,469 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,469 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,471 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,472 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,474 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,475 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,477 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,477 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,480 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,481 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,483 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,484 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,486 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,487 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,489 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,490 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,492 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,493 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,495 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,496 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,498 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,499 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,503 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,504 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,506 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,506 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,508 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,509 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,513 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,514 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,516 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,517 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,519 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,520 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,522 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,523 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,527 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,528 misc 64431 8313250112 Invalid value for VR IS: '128.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,531 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,534 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,537 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,544 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,547 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,550 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,553 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,556 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,559 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,562 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,565 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,568 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,571 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,573 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,577 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,579 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,583 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,585 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,591 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,595 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,598 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,601 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,604 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,606 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,609 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,612 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,615 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,617 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,620 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,623 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,625 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,631 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,636 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,638 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,641 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,646 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,649 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,653 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,656 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,660 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,664 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,667 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,670 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,673 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,676 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,681 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,684 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,686 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,690 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,693 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,699 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,702 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,705 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,708 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,711 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,714 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,717 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,724 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,727 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,729 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,732 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,735 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,739 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,740 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,742 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,743 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,745 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,746 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,748 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,749 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,751 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,752 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,754 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,755 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,761 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,761 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,764 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,765 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,767 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,768 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,769 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,770 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,772 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,773 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,776 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,776 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,780 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,781 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,783 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,784 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,788 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,789 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,792 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,793 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,795 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,796 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,798 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,799 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,801 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,802 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,804 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,804 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,808 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,809 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,811 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,812 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,813 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,814 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,817 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,818 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,820 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,821 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,823 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,823 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,827 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,828 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,830 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,831 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,833 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,834 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,836 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,836 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,838 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,839 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,841 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,842 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,844 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,845 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,847 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,848 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,862 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,863 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,866 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,867 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,871 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,872 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,875 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,876 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,878 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,878 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,881 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,881 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,884 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,885 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,887 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,888 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,890 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,891 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,893 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,894 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,898 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,899 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,901 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,901 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,904 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,905 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,907 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,908 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,911 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,912 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,913 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,914 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,916 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,917 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:29,919 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,922 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,925 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,928 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,934 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,936 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,939 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,942 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,944 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,950 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,952 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,955 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,958 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,964 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,968 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,970 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,974 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,977 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,980 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,983 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,986 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,988 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,994 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:29,997 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,000 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,005 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,009 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,012 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,016 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,018 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,022 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,025 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,028 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,031 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,035 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,037 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,041 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,045 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,048 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,052 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,056 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,078 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,117 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,120 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,124 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,127 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,130 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,134 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,139 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,142 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,146 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,149 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,152 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,155 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,159 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,162 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,166 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,172 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,176 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,182 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,185 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,187 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,190 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,195 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,199 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,204 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,210 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,214 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,217 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,220 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,223 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,229 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,231 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,235 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,239 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,243 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,246 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,249 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,253 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,256 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,258 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,263 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,267 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,272 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,275 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,279 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,283 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,286 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,288 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,292 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,294 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,298 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,301 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,305 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,309 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,315 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,317 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,320 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,322 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,325 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,328 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,332 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,335 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,338 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,343 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,349 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,352 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,358 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,362 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,365 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,369 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,372 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,376 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,379 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,382 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,385 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,390 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,394 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,397 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,400 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,403 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,406 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,409 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,412 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,416 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,420 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,423 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,426 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,428 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,431 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,435 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,437 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,440 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,443 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,448 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,452 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,455 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,458 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,461 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,464 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,467 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,470 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,473 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,477 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,479 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,482 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,485 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,490 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,492 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,495 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,498 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,501 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,504 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,508 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,511 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,513 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,517 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,520 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,522 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,525 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,529 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,532 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,535 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,538 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,540 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,544 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,548 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,552 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,556 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,559 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,562 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,566 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,569 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,573 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,576 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,580 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,584 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,587 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,590 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,592 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,595 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,598 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,603 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,610 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,613 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,618 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,621 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,624 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,626 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,629 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,632 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,638 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,641 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,643 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,648 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,651 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,653 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,656 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,659 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,664 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,670 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,673 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,677 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,682 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,686 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,688 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,691 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,694 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,700 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,706 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,707 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,710 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,711 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,713 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,714 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,716 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,716 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,720 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,720 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,724 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,725 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,727 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,728 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,730 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,730 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,732 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,733 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,735 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,736 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,737 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,738 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,742 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,743 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,745 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,746 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,748 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,748 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,750 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,751 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,755 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,756 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,758 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,759 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,762 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,762 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,765 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,766 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,771 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,772 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,776 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,777 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,779 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,779 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,782 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,782 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,784 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,785 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,786 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,787 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,790 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,790 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,792 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,793 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,794 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,795 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,797 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,797 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,800 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,801 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,803 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,804 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,805 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,806 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,807 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,808 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,810 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,811 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,814 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,814 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,819 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,820 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,824 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,825 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,829 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,830 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,832 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,833 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,835 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,836 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,839 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,839 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,843 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,844 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,847 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,848 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,850 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,850 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,852 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,853 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,856 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,857 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,859 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,859 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,862 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,863 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,864 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,865 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,868 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,869 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,871 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,871 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,874 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,875 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,878 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,879 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,882 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,883 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,888 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,888 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,891 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,892 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,894 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,895 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,899 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,900 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,902 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,903 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,906 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,906 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,908 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,909 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,914 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,914 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,919 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,920 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,922 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,923 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,925 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,926 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,928 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,929 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,931 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,932 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,934 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,934 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,937 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,937 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,941 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,941 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,943 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,944 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,947 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,947 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,949 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,950 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,951 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,952 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,954 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,955 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,958 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,959 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,961 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,962 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,964 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,965 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,967 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,968 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,970 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,970 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,973 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,974 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,976 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,977 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,978 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,979 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,981 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,982 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,985 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,986 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,987 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,988 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,992 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,992 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,995 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,995 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:30,997 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:30,998 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:31,000 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,001 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:31,007 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,007 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:31,009 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,010 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:31,012 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,012 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:31,016 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,016 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:31,019 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,020 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:31,022 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,022 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:31,025 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,026 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:31,029 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,030 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:31,032 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,033 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:31,034 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,035 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:31,040 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,041 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:31,044 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,045 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:31,050 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,050 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:31,053 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,054 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:31,055 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,056 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:31,058 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,058 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:31,060 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,061 misc 64431 8313250112 Invalid value for VR IS: '1856.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:31,064 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,068 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,071 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,073 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,076 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,079 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,082 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,087 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,090 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,093 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,097 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,100 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,104 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,110 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,115 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,118 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,121 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,124 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,127 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,130 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,132 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,135 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,139 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,144 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,147 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,151 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,154 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,158 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,161 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,164 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,169 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,172 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,175 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,178 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,180 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,184 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,187 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,190 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,192 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,196 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,199 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,201 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,204 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,207 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,211 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,214 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,217 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,220 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,223 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,228 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,231 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,234 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,236 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,240 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,242 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,245 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,248 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,251 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,254 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,259 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,261 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,264 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,267 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,270 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,273 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,276 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,279 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,281 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,284 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,288 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,290 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,293 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,296 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,300 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,302 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,305 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,308 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,311 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,314 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,317 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,320 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,323 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,326 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,330 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,334 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,336 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,342 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,345 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,348 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,351 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,354 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,359 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,363 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,366 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,369 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,372 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,375 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,378 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,381 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,384 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,386 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,392 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,396 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,400 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,403 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,406 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,409 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,411 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,414 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,417 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,422 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,425 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,429 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,434 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,437 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,440 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,444 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,448 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,451 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,455 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,459 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,462 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,466 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,468 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,472 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,477 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,480 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,486 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,489 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,493 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,495 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,498 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,501 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,504 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,508 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,511 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,514 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,516 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,520 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,522 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,525 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,527 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,529 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,532 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,535 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,540 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,543 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,546 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,550 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,552 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,557 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,561 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,564 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,567 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,570 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,573 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,575 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,578 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,581 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,584 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,589 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,592 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,595 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,601 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,603 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,607 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,611 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,616 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,619 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,622 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,625 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,627 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,631 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,633 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,635 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,638 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,644 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,647 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,649 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,653 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,656 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,659 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,665 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,669 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,673 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,675 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,678 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,680 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,684 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,687 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,691 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,696 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,699 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,705 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,708 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,712 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,716 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,718 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,723 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,726 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,729 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,731 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,734 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,737 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,742 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,745 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,748 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,753 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,757 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,760 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,764 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,766 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,769 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,775 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,778 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,780 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,783 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,786 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,789 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,792 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,794 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,797 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,803 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,805 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,808 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,815 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,819 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,822 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,825 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,828 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,832 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,836 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,838 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,842 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,848 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,850 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,853 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,857 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,861 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,863 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,869 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,873 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,876 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,881 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,885 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,887 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,894 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,897 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,900 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,902 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,905 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,908 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,911 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,914 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,917 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,923 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,926 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,929 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,933 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,936 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,941 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,945 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,948 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,951 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,954 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,959 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,966 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,968 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,972 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,977 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,981 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,983 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,986 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,992 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:31,998 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,002 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,004 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,008 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,014 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,017 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,020 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,022 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,028 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,032 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,035 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,038 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,041 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,043 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,046 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,048 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,052 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,055 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,059 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,062 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,065 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,067 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,071 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,075 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,077 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,081 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,085 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,091 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,093 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,096 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,099 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,103 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,106 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,109 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,113 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,117 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,120 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,123 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,127 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,129 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,132 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,135 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,138 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,144 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,147 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,151 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,153 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,156 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,162 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,166 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,168 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,171 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,174 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,179 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,182 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,184 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,187 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,190 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,196 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,198 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,201 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,204 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,208 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,211 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,214 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,220 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,223 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,228 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,231 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,234 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,236 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,239 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,245 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,248 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,251 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,254 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,257 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,259 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,262 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,266 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,270 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,274 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,277 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,281 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,284 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,287 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,292 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,295 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,298 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,300 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,304 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,308 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,310 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,317 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,319 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,325 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,328 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,331 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,334 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,338 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,341 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,344 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,346 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,352 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,358 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,361 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,364 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,367 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,369 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,372 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,378 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,380 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,384 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,387 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,390 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,393 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,397 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,400 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,402 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,405 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,409 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,412 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,415 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,418 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,421 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,423 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,426 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,429 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,434 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,436 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,439 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,442 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,444 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,447 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,451 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,453 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,456 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,459 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,461 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,464 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,468 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,474 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,479 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,483 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,486 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,488 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,491 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,494 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,498 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,501 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,504 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,507 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,510 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,512 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,515 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,518 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,521 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,525 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,527 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,530 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,533 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,539 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,542 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,544 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,547 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,550 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,553 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,556 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,560 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,563 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,565 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,571 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,573 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,577 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,579 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,582 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,586 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,591 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,594 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,597 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,602 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,605 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,607 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,610 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,614 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,617 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,619 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,622 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,625 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,629 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,633 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,637 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,643 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,646 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,649 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,652 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,655 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,657 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,660 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,663 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,667 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,669 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,671 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,675 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,679 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,681 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,684 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,687 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,689 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,692 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,695 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,699 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,702 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,707 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,710 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,716 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,719 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,722 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,725 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,728 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,731 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,734 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,737 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,739 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,743 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,747 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,750 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,754 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,758 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,761 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,763 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,767 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,770 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,774 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,777 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,780 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,782 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,786 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,789 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,791 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,795 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,799 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,802 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,806 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,809 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,811 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,814 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,819 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,822 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,825 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,829 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,831 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,834 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,837 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,839 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,843 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,845 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,848 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,851 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,854 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,857 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,862 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,865 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,869 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,872 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,875 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,877 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,880 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,882 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,886 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,892 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,895 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,898 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,901 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,903 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,906 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,910 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,912 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,915 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,918 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,920 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,923 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,926 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,929 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,932 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,935 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,938 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,941 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,944 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,948 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,951 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,953 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,955 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,958 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,961 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,965 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,968 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,971 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,974 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,976 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,979 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,981 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,984 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,986 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,989 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,995 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:32,998 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,001 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,004 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,008 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,010 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,013 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,015 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,019 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,026 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,029 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,033 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,037 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,040 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,043 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,046 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,049 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,051 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,055 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,058 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,061 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,065 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,068 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,071 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,074 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,077 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,080 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,083 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,085 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,088 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,094 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,097 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,099 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,101 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,104 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,108 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,114 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,116 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,119 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,121 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,124 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,130 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,132 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,135 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,138 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,141 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,144 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,148 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,151 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,154 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,157 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,161 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,164 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,168 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,171 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,174 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,177 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,182 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,185 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,188 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,191 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,195 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,198 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,201 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,203 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,210 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,213 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,215 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,220 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,223 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,229 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,232 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,236 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,240 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,245 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,248 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,252 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,256 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,259 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,262 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,265 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,269 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,272 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,276 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,279 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,282 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,286 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,295 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,298 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,308 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,312 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,318 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,325 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,329 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,332 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,335 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,341 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,343 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,346 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,349 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,351 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,354 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,357 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,360 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,363 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,366 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,369 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,373 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,376 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,378 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,381 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,383 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,386 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,389 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,392 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,398 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,404 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,408 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,412 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,416 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,419 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,421 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,425 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,429 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,435 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,438 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,441 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,445 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,448 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,451 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,454 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,459 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,461 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,465 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,468 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,470 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,473 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,479 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,481 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,484 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,487 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,491 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,494 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,500 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,504 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,506 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,513 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,515 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,517 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,520 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,524 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,527 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,529 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,533 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,537 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,539 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,542 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,545 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,545 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,549 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,550 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,552 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,553 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,555 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,556 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,558 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,559 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,561 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,562 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,564 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,564 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,566 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,567 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,569 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,570 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,572 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,573 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,575 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,576 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,580 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,581 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,583 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,584 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,586 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,586 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,588 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,589 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,591 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,592 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,597 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,598 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,601 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,602 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,605 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,606 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,608 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,609 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,614 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,615 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,618 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,618 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,623 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,624 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,636 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,637 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,683 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,687 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,691 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,692 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,694 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,695 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,698 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,699 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,701 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,702 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,705 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,706 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,709 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,709 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,712 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,712 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,718 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,719 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,720 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,721 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,723 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,724 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,729 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,729 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,732 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,732 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,734 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,735 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,737 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,738 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,740 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,740 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,742 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,743 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,745 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,746 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,748 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,748 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,750 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,751 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,756 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,757 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,760 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,761 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,762 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,763 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,768 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,769 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,771 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,772 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,774 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,775 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,777 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,778 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,780 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,781 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,784 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,785 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,787 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,788 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,790 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,791 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,793 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,794 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,796 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,796 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,798 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,799 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,802 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,802 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,805 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,805 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,807 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,808 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,810 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,810 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,812 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,813 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,814 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,815 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,817 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,818 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,820 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,821 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,823 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,823 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,826 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,827 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,829 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,829 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,832 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,832 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,835 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,836 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,840 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,841 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,843 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,844 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,846 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,847 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,849 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,850 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,852 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,853 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,855 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,855 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,857 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,858 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,860 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,861 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,863 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,864 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,866 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,867 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,869 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,870 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,873 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,874 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,876 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,877 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,879 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,880 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,882 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,883 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,885 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,885 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,888 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,888 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,891 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,892 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,894 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,895 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,896 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,897 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,899 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,900 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,905 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,906 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,908 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,909 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,911 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,911 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,914 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,914 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,917 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,918 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,923 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,924 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,927 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,928 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,930 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,930 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,933 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,934 misc 64431 8313250112 Invalid value for VR IS: '579.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:33,936 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,940 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,943 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,946 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,952 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,955 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,957 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,960 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,963 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,966 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,968 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,974 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,978 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,982 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,984 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,988 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,992 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,996 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:33,999 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,002 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,005 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,009 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,013 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,015 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,018 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,021 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,024 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,030 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,033 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,036 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,038 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,044 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,047 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,052 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,056 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,061 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,064 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,068 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,071 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,076 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,080 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,084 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,087 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,090 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,094 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,098 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,101 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,104 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,107 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,110 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,113 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,116 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,119 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,121 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,124 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,126 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,130 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,133 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,136 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,139 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,142 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,144 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,147 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,150 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,152 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,156 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,159 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,164 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,170 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,172 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,175 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,178 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,181 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,184 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,189 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,193 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,195 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,198 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,202 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,206 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,210 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,213 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,216 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,221 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,224 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,228 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,232 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,235 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,238 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,244 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,247 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,249 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,252 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,256 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,259 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,262 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,265 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,268 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,271 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,275 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,278 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,280 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,284 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,288 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,291 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,295 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,298 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,302 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,304 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,307 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,309 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,313 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,316 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,320 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,323 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,326 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,328 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,331 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,334 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,337 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,342 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,345 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,350 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,353 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,355 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,358 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,361 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,364 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,367 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,370 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,373 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,375 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,378 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,381 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,387 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,391 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,393 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,397 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,400 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,404 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,408 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,410 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,413 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,415 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,422 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,427 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,430 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,433 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,437 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,439 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,443 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,446 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,449 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,451 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,455 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,458 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,464 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,466 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,471 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,472 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,474 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,474 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,476 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,477 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,479 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,480 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,483 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,484 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,488 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,489 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,491 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,492 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,494 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,495 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,499 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,500 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,502 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,502 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,504 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,505 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,507 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,508 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,510 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,511 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,516 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,517 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,522 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,522 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,527 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,528 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,533 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,534 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,537 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,538 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,540 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,541 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,542 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,543 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,546 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,547 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,549 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,550 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,555 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,556 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,558 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,558 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,563 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,564 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,567 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,568 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,570 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,570 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,576 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,576 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,578 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,579 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,581 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,582 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,585 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,586 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,588 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,589 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,591 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,592 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,593 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,594 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,599 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,600 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,602 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,603 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,605 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,606 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,610 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,610 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,614 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,615 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,616 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,617 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,619 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,620 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,622 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,622 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,625 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,626 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,629 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,629 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,633 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,634 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,637 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,638 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,641 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,642 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,644 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,645 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,648 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,648 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,653 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,654 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,657 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,657 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,660 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,661 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,664 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,664 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,666 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,667 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,669 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,670 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,673 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,674 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,676 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,677 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,679 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,680 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,682 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,683 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,685 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,686 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,688 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,689 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,691 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,691 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,694 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,695 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,697 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,697 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,700 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,701 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,704 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,705 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,708 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,709 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,712 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,713 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,717 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,718 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,720 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,721 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,723 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,724 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,728 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,729 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,731 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,732 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,735 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,736 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,738 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,739 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,741 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,742 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,744 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,745 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,747 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,748 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,750 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,751 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,753 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,754 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,756 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,757 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,759 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,760 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,763 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,763 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,765 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,766 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,768 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,769 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,770 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,771 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,773 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,774 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,777 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,778 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,783 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,783 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,786 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,787 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,789 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,789 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,791 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,792 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,794 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,795 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,797 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,798 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,801 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,802 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,803 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,804 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,806 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,807 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,809 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,810 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,813 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,814 misc 64431 8313250112 Invalid value for VR IS: '1644.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:34,816 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,820 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,824 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,827 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,831 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,834 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,837 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,840 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,845 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,848 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,851 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,855 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,859 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,861 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,865 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,868 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,870 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,874 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,877 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,883 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,885 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,888 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,891 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,894 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,897 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,900 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,902 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,905 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,911 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,914 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,917 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,920 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,923 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,926 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,929 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,932 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,935 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,938 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,942 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,945 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,951 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,954 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,958 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,961 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,964 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,967 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,970 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,973 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,976 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,978 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,981 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,984 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,987 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,990 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:34,994 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,000 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,002 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,005 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,008 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,011 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,014 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,016 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,020 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,025 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,028 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,031 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,034 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,040 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,043 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,045 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,049 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,051 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,055 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,059 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,062 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,064 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,067 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,070 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,073 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,076 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,078 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,081 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,087 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,089 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,091 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,096 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,101 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,105 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,107 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,111 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,114 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,117 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,119 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,124 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,127 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,132 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,138 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,141 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,144 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,147 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,151 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,155 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,157 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,163 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,167 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,170 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,176 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,178 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,183 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,186 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,189 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,193 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,196 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,199 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,201 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,205 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,209 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,215 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,217 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,221 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,224 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,229 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,232 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,234 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,238 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,244 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,250 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,255 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,258 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,261 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,264 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,268 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,273 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,276 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,278 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,282 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,284 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,287 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,289 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,293 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,296 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,299 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,302 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,306 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,310 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,313 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,319 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,323 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,326 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,330 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,332 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,335 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,338 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,341 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,344 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,348 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,353 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,356 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,359 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,362 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,365 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,368 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,370 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,373 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,376 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,379 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,382 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,385 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,388 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,393 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,397 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,401 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,404 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,407 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,410 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,415 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,419 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,424 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,427 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,431 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,435 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,438 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,442 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,445 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,448 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,453 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,459 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,461 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,464 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,467 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,469 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,473 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,476 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,479 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,481 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,487 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,490 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,492 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,495 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,499 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,501 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,505 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,508 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,510 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,513 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,516 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,519 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,523 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,525 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,528 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,532 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,536 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,539 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,542 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,546 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,549 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,553 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,556 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,558 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,561 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,565 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,567 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,570 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,573 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,577 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,583 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,585 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,589 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,592 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,597 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,600 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,604 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,606 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,609 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,613 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,615 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,618 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,620 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,623 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,625 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,629 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,631 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,636 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,639 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,645 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,648 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,649 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,651 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,652 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,654 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,655 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,657 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,658 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,661 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,662 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,665 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,666 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,669 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,670 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,672 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,673 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,678 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,679 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,681 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,682 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,684 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,685 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,686 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,687 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,689 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,690 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,692 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,693 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,696 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,697 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,700 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,700 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,703 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,704 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,706 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,706 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,709 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,710 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,712 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,713 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,715 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,716 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,718 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,719 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,721 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,721 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,723 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,724 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,727 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,727 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,730 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,731 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,734 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,735 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,737 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,737 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,741 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,741 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,744 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,745 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,747 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,747 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,750 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,750 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,755 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,756 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,758 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,759 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,761 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,761 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,765 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,766 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,767 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,768 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,771 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,772 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,773 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,774 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,779 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,780 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,783 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,783 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,785 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,786 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,789 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,790 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,792 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,793 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,794 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,795 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,797 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,798 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,803 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,804 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,806 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,807 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,809 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,809 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,812 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,813 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,815 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,816 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,818 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,818 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,820 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,821 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,826 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,827 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,829 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,830 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,833 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,833 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,836 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,837 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,839 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,839 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,842 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,843 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,844 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,845 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,846 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,847 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,851 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,852 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,854 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,855 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,857 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,857 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,859 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,860 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,862 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,863 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,865 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,866 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,868 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,869 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,870 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,871 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,876 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,877 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,881 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,882 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,885 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,886 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,888 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,889 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,891 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,892 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,894 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,895 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,897 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,898 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,900 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,901 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,904 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,904 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,910 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,910 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,913 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,913 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,916 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,917 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,918 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,919 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,921 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,921 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,923 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,924 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,926 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,927 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,929 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,929 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,931 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,932 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,934 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,934 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,937 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,937 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,940 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,941 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,943 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,944 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,946 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,947 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,949 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,950 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,953 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,953 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,958 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,959 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,962 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,963 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,966 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,967 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,970 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,971 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,973 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,974 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,976 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,977 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,979 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,979 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,983 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,984 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,986 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,986 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,989 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,989 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,993 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,994 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:35,997 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:35,998 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,000 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,000 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,002 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,003 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,005 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,005 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,007 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,008 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,010 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,011 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,012 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,013 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,015 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,016 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,018 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,019 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,021 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,022 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,023 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,024 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,027 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,028 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,031 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,031 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,034 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,035 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,038 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,039 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,043 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,044 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,046 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,047 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,049 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,050 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,054 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,055 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,056 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,057 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,059 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,060 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,064 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,065 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,068 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,069 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,072 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,073 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,075 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,076 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,079 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,080 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,081 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,082 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,084 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,084 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,088 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,089 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,091 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,092 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,094 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,095 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,097 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,098 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,102 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,102 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,104 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,105 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,108 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,109 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,111 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,112 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,113 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,114 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,116 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,117 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,120 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,121 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,126 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,127 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,129 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,130 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,132 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,133 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,136 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,137 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,139 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,139 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,142 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,143 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,148 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,149 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,151 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,152 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,154 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,155 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,157 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,158 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,160 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,161 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,163 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,164 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,165 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,166 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,168 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,169 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,172 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,173 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,175 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,176 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,178 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,179 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,182 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,182 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,185 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,186 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,189 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,189 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,194 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,195 misc 64431 8313250112 Invalid value for VR IS: '723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:36,199 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,203 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,206 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,209 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,212 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,216 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,221 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,224 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,228 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,230 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,233 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,235 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,238 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,241 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,245 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,250 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,256 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,259 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,262 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,264 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,267 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,270 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,274 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,277 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,280 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,283 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,287 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,293 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,296 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,298 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,301 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,304 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,307 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,309 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,312 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,318 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,321 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,324 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,326 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,330 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,333 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,338 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,342 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,347 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,351 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,354 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,357 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,360 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,364 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,367 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,369 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,372 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,376 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,379 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,382 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,386 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,391 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,394 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,399 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,402 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,405 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,408 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,412 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,415 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,418 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,421 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,424 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,427 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,429 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,435 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,438 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,441 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,444 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,448 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,451 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,455 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,541 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,545 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,549 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,553 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,556 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,559 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,562 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,566 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,569 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,572 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,574 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,577 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,580 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,584 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,587 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,593 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,596 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,602 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,606 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,609 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,614 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,617 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,620 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,622 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,625 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,628 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,631 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,635 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,638 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,644 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,648 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,651 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,655 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,657 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,660 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,662 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,668 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,672 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,675 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,677 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,681 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,684 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,687 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,690 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,693 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,695 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,699 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,701 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,705 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,711 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,714 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,719 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,721 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,724 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,727 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,730 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,735 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,742 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,745 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,748 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,752 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,755 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,758 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,762 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,764 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,767 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,770 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,774 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,777 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,783 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,786 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,789 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,792 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,796 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,799 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,803 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,806 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,809 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,812 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,817 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,820 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,824 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,827 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,830 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,834 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,836 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,842 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,848 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,851 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,853 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,857 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,861 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,868 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,874 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,876 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,879 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,882 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,886 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,889 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,892 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,895 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,898 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,901 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,906 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,909 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,912 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,916 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,919 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,922 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,927 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,933 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,936 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,939 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,942 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,944 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,949 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,952 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,955 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,959 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,963 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,966 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,968 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,971 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,974 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,977 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,980 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,983 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,985 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,990 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,993 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,996 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:36,999 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,002 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,005 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,009 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,012 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,017 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,026 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,029 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,032 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,037 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,041 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,044 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,047 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,049 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,053 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,056 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,061 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,066 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,068 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,071 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,074 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,077 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,081 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,085 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,088 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,091 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,096 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,104 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,110 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,113 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,116 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,118 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,122 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,125 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,129 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,133 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,135 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,138 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,144 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,146 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,149 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,152 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,155 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,159 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,162 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,166 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,169 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,172 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,175 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,178 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,182 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,184 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,187 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,190 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,193 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,196 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,199 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,201 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,205 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,208 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,210 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,214 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,218 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,221 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,224 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,227 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,230 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,233 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,235 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,242 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,245 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,251 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,256 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,259 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,265 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,267 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,270 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,274 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,278 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,282 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,284 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,288 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,292 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,295 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,298 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,301 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,304 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,306 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,310 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,313 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,316 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,318 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,321 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,325 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,328 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,331 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,334 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,339 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,342 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,346 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,350 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,353 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,357 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,362 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,365 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,368 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,370 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,373 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,379 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,382 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,385 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,387 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,393 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,396 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,399 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,402 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,406 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,410 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,413 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,415 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,419 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,421 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,424 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,427 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,431 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,433 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,438 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,442 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,444 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,447 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,453 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,456 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,460 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,463 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,469 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,473 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,476 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,480 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,483 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,486 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,489 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,494 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,497 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,499 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,502 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,505 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,509 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,512 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,516 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,520 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,522 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,526 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,531 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,534 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,539 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,544 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,548 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,551 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,553 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,556 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,559 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,560 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,562 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,563 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,565 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,566 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,568 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,568 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,572 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,573 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,576 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,577 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,579 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,579 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,581 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,582 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,585 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,585 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,587 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,588 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,590 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,590 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,594 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,595 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,598 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,599 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,601 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,602 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,604 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,605 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,608 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,609 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,613 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,614 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,617 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,618 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,620 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,621 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,623 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,624 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,629 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,630 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,632 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,633 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,637 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,637 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,639 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,640 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,642 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,643 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,645 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,646 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,648 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,649 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,651 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,651 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,653 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,654 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,656 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,657 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,659 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,659 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,661 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,662 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,664 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,665 misc 64431 8313250112 Invalid value for VR IS: '1058.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,668 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,674 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,677 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,681 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,687 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,689 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,695 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,697 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,701 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,704 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,707 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,710 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,713 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,716 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,719 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,721 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,724 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,728 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,731 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,733 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,736 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,739 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,742 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,746 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,751 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,754 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,757 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,761 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,763 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,766 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,770 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,772 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,774 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,778 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,784 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,788 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,789 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,792 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,793 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,795 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,796 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,799 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,800 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,801 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,802 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,804 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,805 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,807 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,808 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,811 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,812 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,815 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,816 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,820 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,821 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,823 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,824 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,826 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,826 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,829 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,830 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,832 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,833 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,835 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,836 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,840 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,840 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,843 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,843 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,845 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,846 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,849 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,850 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,853 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,854 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,856 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,857 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,859 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,860 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,865 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,866 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,868 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,869 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,871 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,872 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,874 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,874 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,876 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,877 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,880 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,881 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,883 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,884 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,886 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,887 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,889 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,890 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,894 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,894 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,897 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,898 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,900 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,900 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,903 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,904 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,906 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,907 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,909 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,910 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,915 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,916 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,918 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,919 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,921 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,921 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,924 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,925 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,928 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,929 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,931 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,931 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,933 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,934 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,937 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,938 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,940 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,940 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,943 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,943 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,945 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,946 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,948 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,948 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,951 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,952 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,954 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,955 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,959 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,960 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,963 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,964 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,965 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,966 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,969 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,969 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,972 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,972 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,975 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,976 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,979 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,979 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,982 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,982 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,984 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,985 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,988 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,988 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,991 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,992 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,994 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,995 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:37,998 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:37,998 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,000 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,001 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,003 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,004 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,006 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,007 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,009 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,010 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,012 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,013 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,015 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,016 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,018 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,019 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,025 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,026 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,028 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,028 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,030 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,031 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,033 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,034 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,038 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,038 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,040 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,041 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,043 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,044 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,045 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,046 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,049 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,050 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,053 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,054 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,057 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,057 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,062 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,063 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,066 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,067 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,072 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,073 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,077 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,078 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,081 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,081 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,085 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,085 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,090 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,091 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,096 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,097 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,100 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,101 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,103 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,104 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,106 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,106 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,110 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,110 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,113 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,113 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,116 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,117 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,122 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,123 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,124 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,125 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,127 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,128 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,130 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,131 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,135 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,136 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,138 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,138 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,141 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,142 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,144 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,145 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,147 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,148 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,150 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,151 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,153 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,154 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,158 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,159 misc 64431 8313250112 Invalid value for VR IS: '1133.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,164 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,164 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,167 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,168 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,170 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,170 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,173 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,174 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,176 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,176 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,178 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,179 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,180 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,181 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,183 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,184 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,187 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,187 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,190 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,191 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,196 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,197 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,199 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,200 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,202 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,203 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,205 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,206 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,208 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,209 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,211 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,212 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,218 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,218 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,221 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,221 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,223 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,224 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,227 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,228 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,231 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,232 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,235 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,236 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,238 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,238 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,240 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,241 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,244 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,245 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,247 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,248 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,250 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,250 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,253 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,254 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,257 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,258 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,260 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,261 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,264 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,265 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,267 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,267 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,269 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,270 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,272 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,273 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,275 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,276 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,280 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,281 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,283 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,284 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,287 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,287 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,289 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,290 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,292 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,293 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,299 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,299 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,304 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,305 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,310 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,310 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,314 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,314 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,317 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,318 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,320 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,321 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,323 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,323 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,326 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,327 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,330 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,331 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,333 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,333 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,336 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,337 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,339 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,340 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,342 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,343 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,346 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,346 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,349 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,350 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,353 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,354 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,355 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,356 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,358 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,359 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,360 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,361 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,364 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,365 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,368 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,369 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,371 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,372 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,375 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,376 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,379 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,380 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,382 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,383 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,384 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,385 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,388 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,389 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,392 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,392 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,394 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,395 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,397 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,398 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,400 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,401 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,404 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,405 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,407 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,408 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,410 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,411 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,414 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,415 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,418 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,418 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,421 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,421 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,424 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,424 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,427 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,428 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,430 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,431 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,433 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,434 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,439 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,440 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,442 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,443 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,445 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,446 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,448 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,449 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,452 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,453 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,455 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,455 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,460 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,461 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,464 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,465 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,467 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,467 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,470 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,471 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,474 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,475 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,478 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,479 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,481 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,482 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,484 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,484 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,488 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,489 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,491 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,492 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,495 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,495 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,498 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,499 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,503 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,503 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,506 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,507 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,512 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,513 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,516 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,517 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,519 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,520 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,522 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,523 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,526 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,526 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,528 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,529 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,531 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,532 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,534 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,535 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,536 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,537 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,539 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,539 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,542 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,543 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,545 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,546 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,549 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,549 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,552 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,553 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,555 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,556 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,562 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,562 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,565 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,566 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,570 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,571 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,572 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,573 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,575 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,576 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,578 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,579 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,582 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,582 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,585 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,586 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,589 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,590 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,592 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,592 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,594 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,595 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,597 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,598 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,600 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,600 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,603 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,604 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,607 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,608 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,610 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,610 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,613 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,613 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,615 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,616 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,621 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,622 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,624 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,625 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,627 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,627 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,629 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,630 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,633 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,634 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,636 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,636 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,639 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,640 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,642 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,643 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,644 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,645 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,647 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,648 misc 64431 8313250112 Invalid value for VR IS: '1917.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:38,650 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,653 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,656 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,660 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,662 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,665 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,671 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,674 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,678 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,680 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,683 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,686 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,689 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,693 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,695 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,699 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,703 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,707 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,711 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,714 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,717 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,719 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,722 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,725 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,730 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,733 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,737 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,739 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,744 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,748 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,751 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,753 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,756 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,759 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,762 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,765 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,769 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,773 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,777 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,780 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,784 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,788 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,791 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,794 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,797 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,800 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,803 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,806 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,809 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,813 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,816 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,819 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,823 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,827 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,829 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,833 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,836 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,840 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,843 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,845 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,848 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,851 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,854 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,858 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,861 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,865 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,871 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,873 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,878 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,881 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,886 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,889 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,893 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,895 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,898 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,901 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,905 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,908 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,911 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,914 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,918 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,921 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,924 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,927 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,931 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,935 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,940 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,943 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,946 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,948 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,952 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,955 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,958 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,962 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,967 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,972 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,974 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,977 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,982 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,986 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,989 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,992 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,995 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:38,999 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,002 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,004 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,008 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,011 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,014 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,017 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,021 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,027 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,030 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,033 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,036 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,040 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,045 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,048 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,051 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,054 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,058 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,061 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,064 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,067 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,074 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,079 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,084 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,086 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,090 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,094 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,098 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,100 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,103 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,107 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,110 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,114 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,117 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,120 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,123 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,125 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,128 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,131 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,134 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,136 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,137 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,139 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,140 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,142 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,143 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,145 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,145 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,147 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,148 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,151 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,152 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,157 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,157 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,160 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,161 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,163 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,163 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,165 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,166 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,169 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,170 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,171 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,172 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,174 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,175 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,177 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,178 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,180 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,181 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,183 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,184 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,186 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,186 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,188 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,189 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,195 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,195 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,198 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,199 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,201 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,202 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,203 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,204 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,207 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,207 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,210 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,211 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,214 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,214 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,217 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,218 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,220 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,221 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,223 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,224 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,227 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,230 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,231 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,234 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,234 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,237 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,238 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,240 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,241 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,243 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,243 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,246 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,247 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,250 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,251 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,254 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,255 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,257 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,258 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,260 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,261 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,263 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,264 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,266 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,267 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,268 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,269 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,271 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,272 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,276 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,276 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,280 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,280 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,283 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,284 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,286 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,287 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,289 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,290 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,292 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,293 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,295 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,296 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,299 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,300 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,302 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,303 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,305 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,306 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,310 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,311 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,313 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,314 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,316 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,316 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,321 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,322 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,324 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,325 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,327 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,328 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,331 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,332 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,334 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,335 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,338 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,338 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,341 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,342 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,347 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,348 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,350 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,351 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,353 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,353 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,355 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,356 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,359 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,360 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,362 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,363 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,365 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,366 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,368 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,369 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,371 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,372 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,374 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,375 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,378 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,379 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,382 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,383 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,386 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,386 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,389 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,389 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,392 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,393 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,395 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,396 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,398 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,399 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,401 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,402 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,405 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,405 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,408 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,409 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,410 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,411 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,414 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,415 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,417 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,418 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,420 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,421 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,423 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,423 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,426 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,426 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,430 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,430 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,433 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,434 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,436 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,437 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,439 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,440 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,442 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,443 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,445 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,446 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,448 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,448 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,451 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,451 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,453 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,454 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,457 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,458 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,460 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,460 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,462 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,463 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,466 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,466 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,469 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,469 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,471 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,472 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,474 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,475 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,478 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,479 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,480 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,481 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,484 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,485 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,487 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,488 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,493 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,494 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,496 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,496 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,499 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,500 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,502 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,503 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,504 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,505 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,508 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,508 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,510 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,511 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,513 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,514 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,519 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,520 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,523 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,524 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,526 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,527 misc 64431 8313250112 Invalid value for VR IS: '800.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,529 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,530 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,537 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,538 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,540 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,541 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,543 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,544 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,546 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,546 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,549 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,550 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,553 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,554 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,557 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,558 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,561 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,562 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,563 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,564 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,565 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,566 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,572 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,573 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,575 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,576 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,578 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,579 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,583 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,584 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,588 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,589 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,591 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,592 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,594 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,595 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,597 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,597 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,599 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,600 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,603 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,604 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,606 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,607 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,609 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,610 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,612 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,613 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,618 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,618 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,621 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,621 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,626 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,627 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,632 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,633 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,635 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,635 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,638 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,638 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,641 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,642 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,644 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,644 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,647 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,648 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,650 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,651 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,656 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,657 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,658 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,659 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,661 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,662 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,664 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,665 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,667 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,668 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,670 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,671 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,672 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,673 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,675 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,676 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,678 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,679 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,681 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,682 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,684 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,684 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,686 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,687 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,690 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,690 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,693 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,693 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,695 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,696 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,698 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,699 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,702 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,703 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,705 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,706 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,709 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,710 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,711 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,712 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,715 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,716 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,718 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,719 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,723 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,723 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,729 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,729 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,732 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,732 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,734 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,735 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,737 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,737 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,743 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,744 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,746 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,747 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,750 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,751 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,753 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,754 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,756 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,757 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,759 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,760 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,761 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,762 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,764 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,765 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,767 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,768 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,770 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,770 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,774 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,774 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,777 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,778 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,780 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,781 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,783 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,783 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,785 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,786 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,788 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,789 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,791 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,792 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,796 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,797 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,799 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,800 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,802 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,803 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,805 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,806 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,808 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,809 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,810 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,811 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,813 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,814 misc 64431 8313250112 Invalid value for VR IS: '1293.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:39,816 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,819 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,821 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,824 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,827 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,830 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,834 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,837 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,840 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,844 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,846 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,849 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,855 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,858 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,860 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,863 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,867 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,872 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,878 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,881 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,884 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,887 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,890 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,892 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,898 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,902 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,905 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,907 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,910 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,916 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,919 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,923 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,926 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,929 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,931 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,934 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,938 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,942 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,945 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,948 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,950 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,955 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,959 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,964 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,967 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,971 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,977 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,980 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,984 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,986 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,989 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,992 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,994 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:39,997 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,000 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,002 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,004 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,008 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,011 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,013 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,017 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,020 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,023 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,026 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,030 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,036 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,040 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,043 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,047 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,050 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,053 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,060 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,063 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,073 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,076 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,080 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,084 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,086 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,089 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,092 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,095 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,101 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,105 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,108 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,111 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,114 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,117 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,119 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,122 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,125 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,130 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,134 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,139 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,144 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,147 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,153 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,156 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,161 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,164 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,167 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,171 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,174 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,177 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,180 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,184 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,187 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,191 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,196 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,202 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,205 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,207 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,210 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,214 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,219 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,221 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,223 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,231 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,235 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,238 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,241 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,244 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,247 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,251 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,254 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,257 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,259 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,264 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,266 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,270 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,273 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,276 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,278 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,282 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,285 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,287 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,291 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,296 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,300 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,303 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,305 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,307 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,311 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,313 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,316 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,319 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,321 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,324 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,327 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,333 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,337 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,341 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,345 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,348 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,354 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,357 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,361 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,364 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,367 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,370 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,374 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,376 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,382 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,386 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,390 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,392 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,396 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,400 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,402 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,405 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,408 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,411 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,413 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,416 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,419 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,422 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,425 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,428 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,431 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,432 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,434 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,435 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,439 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,440 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,441 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,442 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,447 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,448 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,450 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,451 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,453 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,454 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,459 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,460 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,461 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,462 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,465 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,466 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,468 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,469 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,471 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,471 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,474 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,474 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,479 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,480 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,485 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,486 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,488 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,489 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,494 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,494 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,497 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,498 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,503 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,503 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,506 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,507 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,510 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,510 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,513 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,513 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,515 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,516 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,519 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,519 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,522 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,523 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,525 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,525 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,528 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,529 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,533 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,534 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,536 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,537 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,539 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,540 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,542 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,543 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,545 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,546 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,549 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,550 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,552 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,552 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,555 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,556 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,558 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,558 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,560 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,561 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,563 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,563 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,565 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,566 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,567 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,568 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,571 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,572 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,574 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,575 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,576 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,577 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,579 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,580 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,583 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,583 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,587 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,587 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,589 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,590 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,595 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,596 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,600 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,601 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,604 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,604 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,609 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,610 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,611 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,612 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,614 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,615 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,617 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,618 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,621 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,622 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,625 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,626 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,628 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,629 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,630 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,631 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,635 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,635 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,638 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,639 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,641 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,642 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,644 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,644 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,646 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,647 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,652 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,653 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,655 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,656 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,659 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,660 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,662 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,663 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,664 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,665 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,668 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,669 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,671 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,672 misc 64431 8313250112 Invalid value for VR IS: '1394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:40,675 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,677 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,680 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,683 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,686 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,689 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,692 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,695 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,699 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,702 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,707 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,710 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,716 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,722 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,726 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,729 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,732 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,735 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,738 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,741 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,743 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,749 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,752 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,756 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,759 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,764 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,770 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,773 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,775 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,779 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,782 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,786 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,788 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,791 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,795 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,798 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,800 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,804 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,808 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,812 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,819 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,822 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,825 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,827 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,831 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,834 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,836 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,839 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,842 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,846 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,849 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,851 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,855 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,858 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,860 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,863 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,866 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,870 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,872 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,875 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,877 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,880 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,883 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,889 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,892 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,895 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,898 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,901 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,904 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,907 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,910 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,914 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,918 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,921 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,925 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,927 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,931 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,934 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,936 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,939 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,943 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,946 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,949 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,953 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,956 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,959 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,962 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,964 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,967 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,973 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,977 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,980 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,983 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,990 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,993 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,995 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:40,998 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,001 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,003 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,006 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,009 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,011 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,015 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,018 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,021 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,023 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,026 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,030 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,036 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,040 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,044 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,049 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,052 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,055 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,058 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,062 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,065 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,068 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,072 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,075 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,077 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,080 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,084 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,087 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,090 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,096 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,099 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,101 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,104 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,109 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,112 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,118 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,121 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,124 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,126 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,132 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,135 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,138 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,142 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,145 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,147 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,150 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,152 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,155 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,158 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,161 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,164 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,166 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,170 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,172 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,175 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,178 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,181 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,185 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,187 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,190 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,194 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,199 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,202 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,206 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,209 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,213 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,216 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,222 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,224 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,225 misc 64431 8313250112 Invalid value for VR IS: '1298.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:41,229 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,230 misc 64431 8313250112 Invalid value for VR IS: '1298.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:41,233 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,234 misc 64431 8313250112 Invalid value for VR IS: '1298.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:41,236 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,237 misc 64431 8313250112 Invalid value for VR IS: '1298.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:41,240 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,241 misc 64431 8313250112 Invalid value for VR IS: '1298.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:41,244 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,244 misc 64431 8313250112 Invalid value for VR IS: '1298.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:41,246 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,247 misc 64431 8313250112 Invalid value for VR IS: '1298.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:41,249 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,249 misc 64431 8313250112 Invalid value for VR IS: '1298.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:41,252 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,253 misc 64431 8313250112 Invalid value for VR IS: '1298.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:41,258 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,261 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,267 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,270 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,273 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,276 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,279 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,282 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,285 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,288 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,292 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,295 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,301 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,304 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,307 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,310 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,314 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,317 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,320 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,323 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,326 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,328 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,330 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,333 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,336 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,339 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,342 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,346 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,349 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,351 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,354 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,358 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,361 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,366 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,369 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,372 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,375 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,378 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,381 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,385 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,388 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,390 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,393 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,399 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,402 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,405 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,407 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,410 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,413 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,415 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,418 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,422 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,425 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,428 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,431 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,435 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,438 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,441 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,444 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,447 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,450 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,453 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,456 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,459 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,463 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,466 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,468 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,473 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,476 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,479 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,483 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,485 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,491 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,494 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,498 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,501 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,504 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,506 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,511 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,514 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,518 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,520 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,523 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,527 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,530 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,533 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,537 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,539 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,544 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,549 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,551 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,554 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,562 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,566 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,569 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,571 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,574 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,580 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,583 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,586 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,589 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,592 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,595 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,598 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,602 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,604 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,609 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,611 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,615 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,618 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,621 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,623 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,627 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,632 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,634 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,638 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,640 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,643 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,646 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,650 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,653 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,656 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,659 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,662 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,667 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,670 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,676 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,679 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,682 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,687 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,690 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,692 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,695 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,700 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,703 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,705 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,708 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,711 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,714 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,719 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,722 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,725 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,729 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,734 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,737 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,739 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,742 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,746 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,749 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,751 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,754 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,756 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,759 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,761 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,765 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,767 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,770 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,773 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,775 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,778 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,782 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,785 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,787 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,790 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,792 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,794 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,798 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,801 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,804 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,807 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,810 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,813 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,816 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,819 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,822 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,824 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,827 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,830 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,833 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,836 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,839 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,841 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,844 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,847 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,851 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,854 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,857 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,860 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,862 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,865 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,867 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,870 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,874 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,876 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,879 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,882 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,885 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,887 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,893 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,897 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,899 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,902 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,906 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,909 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,912 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,915 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,918 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,924 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,927 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,930 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,933 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,935 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,942 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,944 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,947 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,950 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,955 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,959 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,963 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,968 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,971 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,973 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,977 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,981 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,985 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,988 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,991 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,994 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:41,997 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,000 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,004 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,007 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,009 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,013 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,016 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,020 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,023 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,026 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,030 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,033 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,037 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,040 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,044 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,046 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,050 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,052 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,055 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,058 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,061 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,063 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,068 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,071 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,076 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,079 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,081 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,085 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,088 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,090 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,093 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,096 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,101 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,104 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,108 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,111 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,114 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,120 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,124 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,128 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,131 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,136 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,140 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,143 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,148 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,152 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,155 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,160 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,163 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,169 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,172 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,177 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,180 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,185 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,188 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,192 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,195 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,199 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,201 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,205 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,208 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,210 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,212 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,215 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,215 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,220 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,221 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,223 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,223 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,227 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,229 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,229 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,231 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,232 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,234 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,235 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,238 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,239 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,242 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,243 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,245 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,246 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,248 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,248 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,251 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,252 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,254 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,255 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,258 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,258 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,260 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,261 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,264 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,265 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,268 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,269 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,270 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,271 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,274 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,274 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,277 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,278 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,281 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,281 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,285 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,285 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,288 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,289 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,293 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,294 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,296 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,296 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,298 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,299 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,303 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,304 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,305 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,306 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,308 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,309 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,311 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,312 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,314 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,314 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,316 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,317 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,319 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,320 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,323 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,324 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,326 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,326 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,328 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,329 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,334 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,335 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,338 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,338 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,342 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,343 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,346 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,346 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,348 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,349 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,352 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,352 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,354 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,355 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,358 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,359 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,361 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,362 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,364 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,364 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,366 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,367 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,369 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,370 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,372 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,372 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,375 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,376 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,377 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,378 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,381 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,382 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,384 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,384 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,386 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,387 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,390 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,391 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,394 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,395 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,397 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,398 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,399 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,400 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,403 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,404 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,406 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,407 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,409 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,409 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,411 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,412 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,414 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,415 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,417 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,418 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,421 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,422 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,424 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,425 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,427 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,428 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,430 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,431 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,434 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,435 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,436 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,437 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,438 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,439 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,441 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,441 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,445 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,446 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,448 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,448 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,451 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,452 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,454 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,455 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,458 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,458 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,460 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,461 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,463 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,464 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,467 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,468 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,470 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,471 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,473 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,473 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,476 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,477 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,478 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,479 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,483 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,483 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,486 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,486 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,489 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,489 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,493 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,494 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,497 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,497 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,499 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,500 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,503 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,504 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,506 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,507 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,509 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,510 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,512 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,513 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,518 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,519 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,521 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,522 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,525 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,526 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,529 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,530 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,531 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,532 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,534 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,535 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,538 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,539 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,541 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,542 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,543 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,544 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,547 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,547 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,551 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,551 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,556 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,557 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,560 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,561 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,563 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,563 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,566 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,567 misc 64431 8313250112 Invalid value for VR IS: '418.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:42,569 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,571 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,575 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,580 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,582 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,584 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,588 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,590 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,594 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,596 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,599 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,602 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,605 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,608 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,611 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,614 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,617 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,620 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,623 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,626 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,629 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,632 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,635 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,639 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,642 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,645 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,649 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,652 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,655 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,657 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,660 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,664 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,670 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,673 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,676 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,679 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,684 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,686 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,689 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,694 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,697 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,703 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,707 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,711 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,714 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,718 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,721 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,724 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,729 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,735 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,738 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,742 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,745 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,748 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,750 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,754 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,758 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,761 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,764 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,767 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,771 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,774 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,778 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,782 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,784 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,786 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,789 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,793 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,795 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,800 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,804 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,808 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,813 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,816 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,819 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,822 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,825 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,827 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,830 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,833 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,836 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,839 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,844 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,848 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,854 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,856 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,859 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,862 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,864 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,867 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,870 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,873 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,876 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,879 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,881 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,884 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,887 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,891 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,893 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,896 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,899 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,902 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,904 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,907 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,909 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,913 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,917 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,919 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,923 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,927 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,930 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,932 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,935 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,938 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,941 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,943 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,946 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,949 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,951 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,954 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,958 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,962 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,964 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,968 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,971 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,975 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,977 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,980 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,982 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,988 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,991 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:42,996 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,000 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,002 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,007 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,013 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,016 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,019 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,022 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,025 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,028 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,031 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,035 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,037 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,040 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,042 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,046 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,049 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,054 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,057 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,060 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,063 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,067 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,069 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,073 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,076 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,079 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,081 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,084 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,087 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,090 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,095 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,098 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,101 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,104 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,108 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,111 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,114 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,117 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,120 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,124 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,127 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,130 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,134 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,136 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,139 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,142 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,145 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,148 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,152 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,155 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,158 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,161 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,163 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,167 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,170 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,173 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,179 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,181 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,184 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,186 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,192 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,195 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,198 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,200 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,204 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,207 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,211 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,213 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,216 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,222 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,230 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,233 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,236 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,239 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,242 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,245 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,249 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,255 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,259 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,263 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,268 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,273 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,276 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,281 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,285 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,287 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,290 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,292 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,296 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,299 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,301 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,305 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,308 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,312 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,315 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,320 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,323 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,326 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,329 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,332 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,335 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,338 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,340 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,343 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,347 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,352 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,355 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,357 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,361 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,363 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,367 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,370 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,372 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,375 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,377 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,380 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,385 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,388 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,393 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,396 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,399 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,403 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,406 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,408 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,411 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,414 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,417 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,422 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,426 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,429 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,433 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,437 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,441 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,441 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,444 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,445 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,449 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,450 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,452 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,453 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,455 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,455 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,458 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,458 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,464 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,464 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,469 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,470 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,473 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,474 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,479 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,479 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,482 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,483 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,485 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,486 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,488 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,489 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,491 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,492 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,494 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,495 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,498 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,498 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,501 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,502 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,507 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,508 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,513 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,514 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,516 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,517 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,519 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,520 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,522 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,523 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,525 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,526 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,528 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,529 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,530 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,531 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,533 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,534 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,539 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,540 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,542 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,543 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,548 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,549 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,552 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,552 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,554 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,555 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,560 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,561 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,565 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,566 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,571 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,572 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,575 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,576 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,577 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,578 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,580 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,581 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,584 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,585 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,588 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,588 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,590 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,591 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,593 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,594 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,596 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,597 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,599 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,600 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,602 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,603 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,605 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,606 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,607 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,608 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,610 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,611 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,613 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,613 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,616 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,617 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,619 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,620 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,622 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,622 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,624 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,625 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,627 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,628 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,630 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,631 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,636 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,637 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,640 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,640 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,644 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,644 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,646 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,647 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,649 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,650 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,652 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,652 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,654 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,655 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,657 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,658 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,661 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,661 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,663 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,664 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,666 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,667 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,669 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,669 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,671 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,672 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,677 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,677 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,679 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,680 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,685 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,686 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,688 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,688 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,690 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,691 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,693 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,694 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,696 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,696 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,699 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,700 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,703 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,704 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,706 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,707 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,708 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,709 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,712 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,712 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,717 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,718 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,720 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,721 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,723 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,724 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,726 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,727 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,730 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,731 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,734 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,735 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,736 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,737 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,741 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,742 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,745 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,746 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,747 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,748 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,751 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,752 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,756 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,757 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,760 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,761 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,763 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,764 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,767 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,768 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,774 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,775 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,777 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,778 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,780 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,781 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,787 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,788 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,790 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,791 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,794 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,795 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,798 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,799 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,803 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,803 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,809 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,810 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,815 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,816 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,818 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,819 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,821 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,822 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,826 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,827 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,829 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,829 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,831 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,832 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,834 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,835 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,837 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,838 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,841 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,841 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,844 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,844 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,859 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,864 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,868 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,868 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,872 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,873 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,875 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,876 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,878 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,878 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,880 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,881 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,884 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,885 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,887 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,888 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,890 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,891 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,893 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,894 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,897 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,898 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,903 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,904 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,905 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,906 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,912 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,912 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,915 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,916 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,919 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,920 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,925 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,925 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,928 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,928 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,931 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,932 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,934 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,935 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,937 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,938 misc 64431 8313250112 Invalid value for VR IS: '1785.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:43,940 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,943 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,946 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,951 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,954 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,957 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,960 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,963 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,967 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,970 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,973 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,976 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,978 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,982 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,984 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,990 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,993 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,995 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:43,999 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,003 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,009 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,011 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,016 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,019 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,021 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,023 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,026 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,029 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,033 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,035 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,038 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,040 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,041 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,044 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,044 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,046 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,047 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,049 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,049 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,052 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,053 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,058 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,058 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,061 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,061 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,064 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,065 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,067 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,068 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,070 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,071 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,073 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,074 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,077 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,077 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,080 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,081 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,084 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,084 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,087 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,088 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,090 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,091 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,094 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,095 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,097 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,098 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,101 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,102 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,103 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,104 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,106 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,107 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,109 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,110 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,112 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,113 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,118 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,119 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,123 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,124 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,126 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,127 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,132 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,133 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,134 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,135 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,137 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,138 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,140 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,141 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,145 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,146 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,148 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,149 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,151 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,152 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,155 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,156 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,158 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,159 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,165 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,235 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,274 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,279 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,292 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,293 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,295 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,296 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,298 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,299 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,302 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,302 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,306 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,307 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,309 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,310 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,313 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,314 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,317 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,318 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,320 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,321 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,324 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,324 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,327 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,327 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,330 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,331 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,334 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,335 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,338 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,339 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,341 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,342 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,345 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,346 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,348 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,349 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,354 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,355 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,358 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,358 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,360 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,361 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,363 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,364 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,366 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,367 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,369 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,369 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,371 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,372 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,374 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,375 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,377 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,378 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,380 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,381 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,383 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,384 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,389 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,389 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,395 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,396 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,397 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,398 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,400 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,401 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,403 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,404 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,407 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,407 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,409 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,410 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,412 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,413 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,415 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,416 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,419 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,420 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,422 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,423 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,425 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,426 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,428 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,429 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,432 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,432 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,434 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,435 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,438 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,439 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,441 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,442 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,444 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,444 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,447 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,447 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,451 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,452 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,454 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,455 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,457 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,457 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,460 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,461 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,465 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,466 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,469 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,470 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,472 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,473 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,476 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,477 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,480 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,480 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,485 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,486 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,488 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,489 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,491 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,492 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,494 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,495 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,497 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,498 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,500 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,501 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,504 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,505 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,507 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,507 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,509 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,510 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,516 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,516 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,519 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,519 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,522 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,523 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,528 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,529 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,532 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,533 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,536 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,537 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,540 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,541 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,542 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,543 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,546 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,547 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,549 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,550 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,552 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,553 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,556 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,557 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,559 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,560 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,562 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,562 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,565 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,566 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,571 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,572 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,575 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,576 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,577 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,578 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,580 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,581 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,583 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,584 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,588 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,589 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,591 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,592 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,597 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,598 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,601 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,601 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,605 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,606 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,609 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,610 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,616 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,616 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,619 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,619 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,621 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,622 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,625 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,626 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,630 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,631 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,633 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,634 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,636 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,637 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,640 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,641 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,643 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,644 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,647 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,648 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,650 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,651 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,653 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,653 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,655 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,656 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,658 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,659 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,661 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,662 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,666 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,666 misc 64431 8313250112 Invalid value for VR IS: '455.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,669 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,670 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,675 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,676 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,681 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,682 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,684 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,684 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,688 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,688 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,692 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,693 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,695 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,696 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,699 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,700 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,702 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,703 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,705 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,706 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,708 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,709 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,711 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,712 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,714 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,715 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,717 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,718 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,720 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,720 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,722 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,723 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,725 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,725 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,728 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,729 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,731 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,732 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,734 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,735 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,738 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,739 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,741 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,741 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,743 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,744 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,748 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,748 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,752 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,752 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,754 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,755 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,760 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,761 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,763 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,764 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,767 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,767 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,771 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,771 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,773 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,774 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,776 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,777 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,780 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,781 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,782 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,783 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,785 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,786 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,789 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,790 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,792 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,793 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,795 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,796 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,798 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,799 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,801 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,802 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,804 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,805 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,807 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,808 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,810 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,811 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,813 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,814 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,817 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,818 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,820 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,821 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,823 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,824 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,829 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,830 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,832 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,832 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,835 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,836 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,838 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,839 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,841 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,842 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,844 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,844 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,846 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,847 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,849 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,850 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,852 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,853 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,856 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,857 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,859 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,860 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,865 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,866 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,871 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,872 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,874 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,875 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,877 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,878 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,881 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,882 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,885 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,886 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,888 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,889 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,892 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,893 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,895 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,896 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,898 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,899 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,901 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,902 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,904 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,904 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,906 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,907 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,909 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,910 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,912 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,913 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,915 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,915 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,917 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,918 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,921 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,922 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,927 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,928 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,930 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,931 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,934 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,935 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,937 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,938 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,940 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,940 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,942 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,943 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,945 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,946 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,948 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,948 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,951 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,952 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,953 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,954 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,956 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,957 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,959 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,960 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,962 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,963 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,965 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,966 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,970 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,970 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,976 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,977 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,979 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,980 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,984 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,985 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,987 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,988 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,992 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,993 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:44,996 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:44,997 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:45,000 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,001 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:45,003 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,004 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:45,006 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,007 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:45,009 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,010 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:45,012 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,013 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:45,017 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,018 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:45,020 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,020 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:45,023 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,024 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:45,027 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,028 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:45,031 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,032 misc 64431 8313250112 Invalid value for VR IS: '716.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:45,035 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,038 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,041 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,046 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,049 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,053 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,056 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,058 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,062 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,066 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,070 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,076 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,078 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,081 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,084 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,087 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,090 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,094 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,098 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,100 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,104 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,107 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,109 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,114 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,120 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,124 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,128 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,131 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,136 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,139 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,141 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,145 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,151 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,155 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,157 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,160 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,164 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,168 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,171 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,177 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,179 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,183 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,185 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,188 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,191 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,194 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,197 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,201 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,204 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,208 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,211 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,214 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,218 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,221 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,224 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,227 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,231 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,234 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,237 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,241 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,243 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,246 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,249 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,252 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,256 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,258 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,261 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,264 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,268 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,272 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,275 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,278 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,281 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,284 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,287 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,290 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,293 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,296 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,300 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,303 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,305 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,308 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,311 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,313 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,316 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,319 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,322 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,326 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,329 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,333 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,335 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,338 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,341 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,345 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,348 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,352 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,356 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,359 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,363 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,366 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,369 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,371 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,373 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,376 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,379 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,382 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,385 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,388 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,391 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,396 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,400 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,402 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,405 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,408 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,410 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,413 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,417 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,422 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,426 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,429 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,432 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,435 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,439 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,442 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,446 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,450 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,454 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,457 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,459 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,462 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,465 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,469 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,471 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,477 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,481 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,484 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,488 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,490 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,493 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,496 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,499 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,502 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,506 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,509 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,513 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,516 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,519 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,521 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,526 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,529 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,532 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,535 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,538 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,541 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,543 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,547 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,550 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,556 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,559 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,563 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,566 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,569 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,573 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,576 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,582 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,585 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,587 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,591 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,593 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,599 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,602 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,605 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,607 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,611 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,615 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,618 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,622 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,625 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,628 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,632 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,635 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,639 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,642 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,644 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,650 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,653 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,655 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,658 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,661 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,663 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,666 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,670 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,674 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,677 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,682 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,684 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,689 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,693 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,696 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,698 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,701 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,704 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,708 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,712 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,715 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,718 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,721 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,725 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,730 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,733 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,736 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,741 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,745 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,748 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,751 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,753 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,756 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,761 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,763 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,767 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,773 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,776 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,778 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,781 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,784 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,788 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,790 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,793 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,797 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,800 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,803 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,805 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,808 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,814 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,817 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,821 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,824 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,827 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,829 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,833 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,835 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,839 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,843 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,846 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,849 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,852 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,854 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,858 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,861 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,863 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,866 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,869 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,871 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,876 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,878 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,881 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,885 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,887 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,890 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,894 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,898 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,901 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,903 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,907 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,910 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,913 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,916 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,919 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,922 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,927 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,933 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,936 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,939 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,943 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,947 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,950 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,952 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,956 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,958 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,962 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,964 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,967 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,971 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,974 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,979 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,983 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,986 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,989 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,992 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,995 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:45,998 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,000 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,003 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,007 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,010 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,013 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,016 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,019 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,022 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,025 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,029 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,032 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,036 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,039 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,043 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,045 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,048 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,051 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,057 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,060 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,064 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,067 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,072 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,075 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,079 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,081 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,084 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,087 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,091 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,094 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,098 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,101 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,104 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,107 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,110 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,116 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,118 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,122 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,125 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,128 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,131 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,134 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,140 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,144 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,147 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,149 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,152 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,155 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,160 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,164 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,166 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,169 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,175 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,178 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,180 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,183 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,186 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,189 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,194 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,197 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,200 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,202 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,205 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,208 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,211 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,214 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,218 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,221 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,224 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,228 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,231 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,234 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,237 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,239 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,243 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,246 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,250 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,253 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,256 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,259 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,261 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,266 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,270 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,274 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,280 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,283 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,287 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,291 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,296 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,302 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,305 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,307 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,311 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,316 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,319 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,322 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,325 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,328 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,330 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,334 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,337 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,341 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,344 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,348 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,350 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,353 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,356 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,359 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,362 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,365 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,369 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,372 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,375 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,378 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,381 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,384 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,387 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,389 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,392 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,398 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,401 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,405 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,409 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,412 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,416 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,419 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,422 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,425 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,431 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,434 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,439 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,441 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,445 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,448 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,451 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,457 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,461 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,463 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,466 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,469 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,471 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,474 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,478 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,481 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,484 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,488 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,490 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,493 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,495 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,500 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,506 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,509 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,512 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,515 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,519 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,522 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,528 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,530 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,534 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,540 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,543 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,549 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,551 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,554 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,556 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,559 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,564 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,566 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,569 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,572 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,576 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,581 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,588 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,591 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,593 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,597 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,600 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,603 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,606 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,609 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,614 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,617 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,621 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,630 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,634 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,637 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,640 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,644 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,647 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,653 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,656 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,661 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,664 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,667 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,670 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,673 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,677 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,680 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,685 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,690 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,695 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,698 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,701 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,707 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,710 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,713 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,719 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,722 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,724 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,727 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,730 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,732 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,736 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,738 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,742 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,745 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,750 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,753 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,756 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,760 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,762 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,765 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,770 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,773 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,776 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,780 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,783 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,786 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,789 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,792 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,795 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,798 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,801 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,803 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,809 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,812 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,815 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,817 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,820 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,823 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,825 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,828 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,833 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,838 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,842 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,848 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,850 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,854 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,857 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,859 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,865 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,868 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,872 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,875 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,878 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,881 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,885 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,886 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,888 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,888 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,891 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,891 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,894 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,895 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,900 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,901 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,904 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,905 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,906 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,907 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,910 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,911 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,912 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,913 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,915 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,915 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,918 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,918 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,921 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,922 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,923 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,924 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,926 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,927 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,930 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,931 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,934 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,935 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,938 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,938 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,942 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,943 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,945 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,946 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,948 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,949 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,954 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,954 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,956 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,957 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,962 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,963 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,967 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,968 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,974 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,975 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,977 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,977 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,983 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,984 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,985 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,986 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,988 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,989 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,992 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,993 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:46,997 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:46,998 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,003 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,004 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,006 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,007 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,010 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,010 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,012 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,013 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,015 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,016 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,021 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,022 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,025 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,025 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,029 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,030 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,032 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,032 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,034 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,035 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,037 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,038 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,040 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,041 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,043 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,044 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,046 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,047 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,050 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,051 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,053 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,053 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,058 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,059 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,064 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,065 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,067 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,068 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,071 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,072 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,074 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,075 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,079 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,080 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,082 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,083 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,087 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,088 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,090 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,091 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,093 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,094 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,097 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,097 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,100 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,101 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,104 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,105 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,108 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,108 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,111 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,112 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,116 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,116 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,119 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,119 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,124 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,125 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,128 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,128 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,130 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,131 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,133 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,134 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,136 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,137 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,140 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,141 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,143 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,143 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,145 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,146 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,148 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,148 misc 64431 8313250112 Invalid value for VR IS: '537.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:47,153 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,156 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,159 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,161 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,164 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,167 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,170 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,172 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,175 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,177 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,180 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,182 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,188 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,190 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,195 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,197 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,200 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,203 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,206 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,209 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,211 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,215 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,218 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,220 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,223 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,227 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,231 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,234 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,237 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,240 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,243 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,247 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,250 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,252 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,255 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,259 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,262 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,265 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,268 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,271 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,275 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,277 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,280 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,282 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,284 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,287 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,290 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,293 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,297 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,302 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,305 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,309 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,312 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,316 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,319 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,321 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,324 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,327 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,333 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,336 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,339 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,342 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,344 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,347 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,351 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,353 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,359 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,362 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,366 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,369 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,373 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,377 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,380 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,384 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,387 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,390 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,393 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,397 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,400 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,403 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,407 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,412 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,415 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,419 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,421 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,423 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,426 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,428 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,433 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,436 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,438 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,442 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,445 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,450 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,453 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,457 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,459 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,463 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,466 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,469 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,471 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,474 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,479 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,482 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,485 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,490 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,493 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,496 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,498 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,503 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,505 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,508 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,511 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,517 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,520 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,522 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,525 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,529 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,532 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,535 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,538 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,541 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,544 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,547 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,551 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,554 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,556 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,559 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,563 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,565 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,568 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,572 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,575 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,579 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,581 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,585 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,589 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,591 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,597 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,602 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,605 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,607 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,610 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,613 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,617 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,620 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,622 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,626 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,630 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,632 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,636 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,639 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,641 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,644 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,646 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,650 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,654 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,656 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,659 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,662 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,665 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,669 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,673 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,676 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,678 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,682 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,684 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,688 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,691 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,695 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,697 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,701 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,704 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,707 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,710 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,712 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,716 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,719 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,721 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,724 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,727 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,729 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,732 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,735 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,737 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,740 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,743 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,745 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,749 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,751 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,754 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,758 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,761 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,764 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,767 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,773 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,777 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,780 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,783 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,786 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,788 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,791 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,795 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,798 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,801 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,804 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,808 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,811 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,813 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,817 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,820 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,822 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,826 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,829 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,832 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,835 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,839 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,842 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,846 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,849 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,854 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,859 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,862 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,865 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,868 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,873 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,875 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,879 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,881 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,884 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,887 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,890 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,893 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,899 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,902 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,904 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,908 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,910 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,913 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,918 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,921 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,924 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,930 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,933 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,936 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,939 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,944 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,949 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,952 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,955 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,961 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,964 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,966 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,972 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,975 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,978 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,981 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,984 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,987 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,990 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:47,994 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,000 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,006 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,012 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,015 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,018 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,022 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,025 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,028 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,031 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,035 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,039 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,042 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,046 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,050 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,052 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,056 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,059 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,061 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,067 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,069 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,072 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,077 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,081 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,085 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,087 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,093 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,095 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,098 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,101 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,107 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,110 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,113 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,118 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,121 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,125 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,129 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,133 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,135 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,139 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,141 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,144 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,147 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,152 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,157 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,163 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,166 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,168 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,171 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,174 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,178 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,181 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,183 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,189 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,191 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,194 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,200 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,203 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,208 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,212 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,216 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,218 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,221 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,228 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,232 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,236 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,239 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,241 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,245 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,247 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,250 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,254 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,257 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,259 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,262 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,267 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,270 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,273 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,276 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,279 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,281 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,284 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,288 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,292 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,295 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,298 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,302 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,306 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,309 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,314 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,317 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,320 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,322 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,325 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,328 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,332 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,335 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,338 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,340 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,344 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,347 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,351 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,355 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,358 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,362 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,365 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,368 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,371 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,375 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,378 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,382 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,385 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,387 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,390 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,393 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,396 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,399 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,402 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,405 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,408 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,412 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,417 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,420 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,425 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,428 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,431 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,434 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,436 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,439 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,442 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,445 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,448 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,451 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,454 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,457 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,459 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,462 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,465 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,468 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,472 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,478 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,481 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,484 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,487 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,489 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,492 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,495 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,498 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,501 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,504 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,507 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,509 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,512 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,515 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,518 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,521 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,524 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,527 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,531 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,533 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,536 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,539 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,542 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,546 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,549 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,551 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,555 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,559 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,561 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,564 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,566 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,569 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,572 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,575 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,577 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,580 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,584 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,587 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,590 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,594 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,597 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,599 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,602 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,606 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,609 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,612 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,615 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,618 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,624 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,627 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,630 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,633 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,636 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,641 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,644 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,647 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,649 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,652 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,656 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,659 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,662 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,666 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,670 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,673 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,676 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,680 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,683 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,685 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,688 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,689 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,691 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,692 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,693 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,694 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,697 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,697 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,700 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,700 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,706 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,707 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,710 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,710 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,713 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,713 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,716 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,717 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,719 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,720 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,722 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,723 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,726 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,726 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,729 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,730 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,734 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,735 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,738 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,738 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,740 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,741 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,743 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,744 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,746 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,747 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,748 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,749 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,753 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,754 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,759 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,760 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,762 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,762 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,764 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,765 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,766 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,767 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,772 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,772 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,775 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,776 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,780 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,780 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,782 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,783 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,785 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,785 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,788 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,789 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,791 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,792 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,794 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,795 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,800 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,800 misc 64431 8313250112 Invalid value for VR IS: '1723.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,802 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,803 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,806 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,807 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,808 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,809 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,811 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,811 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,814 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,815 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,819 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,820 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,825 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,825 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,829 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,830 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,831 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,832 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,834 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,835 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,837 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,838 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,840 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,841 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,843 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,844 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,849 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,850 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,853 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,854 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,856 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,857 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,862 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,863 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,865 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,866 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,868 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,869 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,871 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,871 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,875 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,876 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,877 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,878 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,881 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,881 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,883 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,884 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,886 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,887 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,891 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,891 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,896 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,897 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,899 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,900 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,903 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,904 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,906 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,907 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,912 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,913 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,916 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,917 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,919 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,920 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,923 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,924 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,926 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,927 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,930 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,931 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,933 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,934 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,937 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,938 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,941 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,942 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,944 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,945 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,947 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,947 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,949 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,950 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,952 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,953 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,954 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,955 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,958 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,958 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,962 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,962 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,964 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,965 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,967 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,967 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,970 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,970 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,976 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,977 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,979 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,980 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,984 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,985 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,987 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,988 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,990 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,991 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,993 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,994 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,996 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,997 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:48,998 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:48,999 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,001 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,001 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,003 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,004 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,007 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,008 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,012 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,013 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,015 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,016 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,019 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,020 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,024 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,024 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,026 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,027 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,029 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,030 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,034 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,034 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,036 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,037 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,040 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,040 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,044 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,045 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,048 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,049 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,052 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,053 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,055 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,056 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,057 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,058 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,060 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,061 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,062 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,063 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,067 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,068 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,072 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,073 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,075 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,076 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,079 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,080 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,081 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,082 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,085 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,085 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,087 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,088 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,090 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,091 misc 64431 8313250112 Invalid value for VR IS: '589.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,093 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,094 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,099 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,100 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,103 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,103 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,106 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,107 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,109 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,110 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,112 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,113 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,116 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,117 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,118 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,119 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,122 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,123 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,126 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,126 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,130 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,131 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,135 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,136 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,139 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,139 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,142 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,143 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,144 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,145 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,150 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,150 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,153 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,154 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,156 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,157 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,160 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,160 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,163 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,164 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,166 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,167 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,169 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,170 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,172 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,173 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,175 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,176 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,179 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,179 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,182 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,183 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,189 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,190 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,191 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,192 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,195 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,196 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,201 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,202 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,204 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,204 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,208 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,208 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,210 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,211 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,214 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,215 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,216 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,217 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,220 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,221 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,223 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,224 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,227 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,230 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,230 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,233 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,234 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,236 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,237 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,238 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,239 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,241 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,242 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,244 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,245 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,247 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,248 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,250 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,251 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,252 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,253 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,256 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,256 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,259 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,260 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,262 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,263 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,267 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,268 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,271 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,272 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,274 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,275 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,277 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,278 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,280 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,281 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,286 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,286 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,289 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,290 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,292 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,293 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,297 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,297 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,301 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,302 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,304 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,305 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,308 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,308 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,312 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,313 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,316 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,316 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,320 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,320 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,323 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,324 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,326 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,327 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,329 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,329 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,332 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,333 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,334 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,335 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,337 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,338 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,340 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,340 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,345 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,346 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,348 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,349 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,354 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,355 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,357 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,357 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,360 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,361 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,363 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,364 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,366 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,367 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,369 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,369 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,371 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,372 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,374 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,375 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,377 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,378 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,379 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,380 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,382 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,383 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,385 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,386 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,387 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,388 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,392 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,393 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,395 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,396 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,398 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,399 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,404 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,405 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,407 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,407 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,410 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,410 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,416 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,416 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,419 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,420 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,423 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,423 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,426 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,427 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,430 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,431 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,433 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,434 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,435 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,436 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,438 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,439 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,440 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,441 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,443 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,444 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,447 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,448 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,450 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,451 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,456 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,456 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,459 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,460 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,462 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,463 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,466 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,467 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,469 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,470 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,473 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,474 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,477 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,478 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,479 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,480 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,482 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,483 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,486 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,486 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,489 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,489 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,492 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,493 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,496 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,496 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,499 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,499 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,504 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,505 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,507 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,508 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,510 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,510 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,513 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,514 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,517 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,517 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,519 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,520 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,525 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,526 misc 64431 8313250112 Invalid value for VR IS: '1056.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:49,528 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,531 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,535 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,538 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,541 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,544 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,546 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,552 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,558 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,569 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,573 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,576 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,598 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,622 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,626 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,629 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,635 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,639 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,642 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,645 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,648 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,651 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,653 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,657 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,660 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,662 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,666 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,669 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,672 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,674 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,677 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,680 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,686 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,689 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,691 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,695 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,699 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,701 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,705 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,708 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,712 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,715 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,717 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,720 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,723 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,726 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,729 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,732 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,737 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,740 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,746 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,750 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,754 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,756 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,760 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,763 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,766 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,769 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,772 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,776 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,778 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,781 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,784 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,787 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,789 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,794 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,797 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,799 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,802 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,805 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,808 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,811 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,814 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,818 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,823 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,826 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,829 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,833 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,836 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,838 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,841 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,846 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,848 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,853 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,857 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,860 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,862 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,865 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,868 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,871 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,874 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,876 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,882 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,886 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,888 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,894 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,900 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,902 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,905 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,911 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,914 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,917 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,920 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,924 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,930 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,935 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,938 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,941 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,944 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,947 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,950 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,953 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,956 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,959 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,961 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,964 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,967 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,970 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,973 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,976 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,978 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,982 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,985 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,988 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,990 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,993 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,996 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:49,999 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,003 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,006 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,008 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,011 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,015 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,018 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,022 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,026 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,028 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,031 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,037 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,040 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,043 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,046 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,048 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,051 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,054 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,056 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,060 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,063 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,069 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,072 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,076 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,080 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,083 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,086 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,091 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,095 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,097 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,100 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,104 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,107 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,112 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,116 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,118 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,122 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,125 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,128 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,130 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,134 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,136 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,139 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,144 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,148 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,150 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,154 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,158 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,160 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,164 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,167 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,171 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,174 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,178 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,182 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,185 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,187 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,191 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,194 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,198 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,201 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,204 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,207 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,210 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,213 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,217 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,220 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,222 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,229 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,233 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,236 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,239 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,242 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,245 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,248 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,251 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,253 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,256 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,262 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,265 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,270 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,273 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,276 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,279 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,283 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,286 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,289 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,294 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,298 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,304 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,306 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,310 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,313 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,316 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,321 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,325 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,328 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,331 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,334 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,338 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,342 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,345 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,348 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,352 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,355 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,357 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,360 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,362 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,365 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,368 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,372 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,377 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,381 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,384 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,388 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,394 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,397 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,400 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,404 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,407 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,410 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,412 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,417 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,420 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,423 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,425 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,431 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,434 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,437 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,439 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,442 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,444 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,447 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,450 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,452 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,455 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,458 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,459 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,461 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,462 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,465 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,465 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,468 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,469 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,471 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,472 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,474 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,475 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,477 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,478 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,480 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,481 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,483 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,484 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,486 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,487 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,489 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,490 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,494 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,495 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,500 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,501 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,503 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,504 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,507 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,507 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,509 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,510 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,513 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,513 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,515 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,516 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,518 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,518 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,520 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,521 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,524 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,524 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,526 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,527 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,530 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,530 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,533 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,534 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,536 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,536 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,539 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,540 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,542 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,543 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,546 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,546 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,548 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,549 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,552 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,552 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,554 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,555 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,558 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,558 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,560 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,561 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,566 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,567 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,569 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,570 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,572 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,573 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,576 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,576 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,578 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,579 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,581 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,582 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,585 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,585 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,587 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,587 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,589 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,590 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,594 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,594 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,596 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,597 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,599 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,600 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,602 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,603 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,606 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,607 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,609 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,610 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,612 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,612 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,615 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,615 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,619 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,619 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,622 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,623 misc 64431 8313250112 Invalid value for VR IS: '218.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,625 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,625 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,631 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,632 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,636 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,637 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,639 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,640 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,642 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,642 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,645 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,645 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,647 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,648 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,649 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,650 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,652 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,652 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,655 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,656 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,657 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,658 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,660 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,661 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,663 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,664 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,666 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,667 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,669 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,670 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,672 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,672 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,675 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,676 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,678 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,678 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,681 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,682 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,684 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,685 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,686 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,687 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,689 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,690 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,692 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,693 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,696 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,697 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,700 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,701 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,703 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,704 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,706 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,707 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,709 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,710 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,712 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,713 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,716 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,717 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,719 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,720 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,723 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,724 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,726 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,727 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,728 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,729 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,731 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,732 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,735 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,736 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,738 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,739 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,742 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,743 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,746 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,747 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,749 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,750 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,752 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,752 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,755 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,755 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,757 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,758 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,763 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,764 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,766 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,767 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,769 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,770 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,773 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,774 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,777 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,777 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,780 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,781 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,783 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,783 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,786 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,786 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,789 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,790 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,791 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,792 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,798 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,799 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,802 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,802 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,805 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,805 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,809 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,809 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,812 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,813 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,815 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,816 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,818 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,819 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,821 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,822 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,824 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,824 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,828 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,829 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,833 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,834 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,835 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,836 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,838 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,839 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,841 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,842 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,845 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,846 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,848 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,849 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,852 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,853 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,855 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,856 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,860 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,861 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,864 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,865 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,866 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,867 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,871 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,872 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,874 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,875 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,877 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,878 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,881 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,882 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,884 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,885 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,888 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,889 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,891 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,892 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,897 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,898 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,903 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,904 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,906 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,907 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,910 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,910 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,913 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,914 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,915 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,916 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,919 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,920 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,922 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,923 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,924 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,925 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,928 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,929 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,931 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,932 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,937 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,938 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,939 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,940 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,945 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,945 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,948 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,949 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,953 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,954 misc 64431 8313250112 Invalid value for VR IS: '872.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:50,956 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,961 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,963 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,966 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,968 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,971 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,974 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,978 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,981 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,986 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,989 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,995 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:50,999 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,002 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,004 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,006 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,010 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,013 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,017 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,021 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,024 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,027 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,030 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,032 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,035 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,037 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,041 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,046 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,049 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,052 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,055 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,059 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,061 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,064 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,067 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,071 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,074 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,078 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,084 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,087 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,089 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,093 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,095 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,100 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,102 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,107 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,110 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,112 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,115 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,121 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,123 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,126 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,130 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,133 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,136 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,140 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,146 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,148 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,152 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,156 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,158 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,163 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,165 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,170 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,173 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,177 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,180 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,182 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,186 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,189 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,193 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,196 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,198 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,201 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,207 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,210 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,214 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,217 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,219 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,222 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,229 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,231 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,234 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,237 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,239 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,243 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,245 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,248 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,251 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,253 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,255 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,258 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,261 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,264 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,267 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,269 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,274 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,277 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,283 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,287 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,290 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,292 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,296 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,299 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,301 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,304 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,310 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,313 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,316 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,319 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,324 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,327 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,330 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,334 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,336 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,339 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,341 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,344 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,348 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,351 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,354 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,357 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,361 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,365 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,368 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,371 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,373 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,376 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,379 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,382 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,385 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,388 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,391 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,394 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,397 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,400 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,405 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,408 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,410 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,413 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,417 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,419 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,424 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,430 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,433 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,436 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,442 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,446 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,450 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,454 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,456 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,461 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,467 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,470 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,476 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,480 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,483 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,487 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,490 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,493 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,497 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,501 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,504 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,509 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,512 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,517 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,522 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,524 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,527 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,530 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,532 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,535 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,540 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,542 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,546 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,550 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,552 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,556 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,559 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,562 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,565 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,570 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,573 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,576 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,579 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,581 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,584 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,588 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,591 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,593 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,595 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,598 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,601 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,604 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,608 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,611 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,614 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,617 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,619 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,622 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,625 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,627 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,630 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,632 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,636 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,638 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,641 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,644 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,647 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,650 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,653 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,655 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,658 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,661 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,664 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,667 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,670 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,672 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,676 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,680 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,682 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,688 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,692 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,695 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,698 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,701 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,703 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,706 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,709 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,711 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,717 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,720 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,723 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,727 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,731 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,734 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,737 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,740 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,743 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,746 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,750 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,754 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,758 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,762 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,765 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,768 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,770 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,773 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,776 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,780 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,783 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,786 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,790 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,795 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,799 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,802 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,805 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,811 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,814 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,817 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,819 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,822 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,826 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,828 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,831 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,835 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,838 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,841 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,844 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,847 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,850 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,853 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,858 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,862 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,865 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,869 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,871 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,874 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,877 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,880 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,883 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,885 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,888 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,893 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,896 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,899 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,904 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,906 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,912 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,914 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,919 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,922 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,924 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,927 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,931 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,934 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,940 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,943 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,945 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,950 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,953 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,955 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,958 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,960 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,964 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,967 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,972 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,975 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,978 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,980 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,984 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,986 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,991 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,994 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,997 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:51,999 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,002 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,007 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,013 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,015 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,019 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,023 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,025 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,028 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,032 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,036 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,041 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,044 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,047 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,050 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,054 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,057 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,059 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,062 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,065 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,069 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,071 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,073 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,078 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,081 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,086 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,092 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,095 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,098 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,103 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,106 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,108 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,111 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,115 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,119 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,121 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,124 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,128 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,131 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,134 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,137 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,140 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,144 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,146 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,152 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,157 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,163 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,166 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,169 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,171 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,174 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,177 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,181 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,185 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,187 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,191 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,194 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,198 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,201 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,203 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,208 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,211 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,213 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,216 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,219 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,223 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,229 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,232 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,235 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,238 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,241 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,244 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,246 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,249 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,254 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,258 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,261 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,264 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,268 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,270 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,273 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,278 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,281 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,287 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,289 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,295 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,297 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,300 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,303 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,307 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,310 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,312 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,315 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,319 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,322 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,325 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,328 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,444 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,447 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,451 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,453 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,456 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,460 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,462 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,465 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,468 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,472 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,475 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,478 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,482 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,485 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,489 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,493 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,498 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,501 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,507 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,510 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,514 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,517 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,520 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,523 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,526 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,529 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,532 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,535 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,540 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,545 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,548 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,552 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,554 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,561 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,563 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,568 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,571 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,576 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,577 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,579 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,580 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,582 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,582 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,585 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,586 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,588 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,589 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,591 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,592 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,594 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,594 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,596 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,597 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,599 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,600 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,603 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,604 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,606 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,607 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,611 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,612 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,617 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,618 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,621 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,621 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,624 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,624 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,627 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,628 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,629 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,630 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,633 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,633 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,636 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,637 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,639 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,640 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,643 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,644 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,646 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,647 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,649 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,650 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,652 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,653 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,655 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,656 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,658 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,658 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,661 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,662 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,665 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,665 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,667 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,668 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,670 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,671 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,676 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,677 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,678 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,679 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,681 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,681 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,684 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,685 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,689 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,690 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,691 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,692 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,695 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,696 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,698 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,699 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,701 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,702 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,705 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,705 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,710 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,711 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,715 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,716 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,719 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,720 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,722 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,723 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,726 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,727 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,728 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,729 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,731 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,732 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,735 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,736 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,738 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,738 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,742 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,743 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,746 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,747 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,750 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,751 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,754 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,755 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,758 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,759 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,761 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,762 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,765 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,766 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,769 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,770 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,773 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,774 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,779 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,779 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,781 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,782 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,784 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,784 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,786 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,787 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,790 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,790 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,792 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,793 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,796 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,797 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,801 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,801 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,803 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,804 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,807 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,808 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,810 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,811 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,813 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,813 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,815 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,816 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,821 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,822 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,824 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,825 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,826 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,827 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,832 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,833 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,836 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,837 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,839 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,840 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,842 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,843 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,845 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,846 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,848 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,849 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,851 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,852 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,854 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,855 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,859 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,860 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,862 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,863 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,866 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,867 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,868 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,869 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,872 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,873 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,875 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,875 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,880 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,881 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,884 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,885 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,888 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,889 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,892 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,892 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,895 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,895 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,897 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,898 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,900 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,901 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,902 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,903 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,906 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,907 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,909 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,910 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,912 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,912 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,914 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,915 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,918 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,919 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,921 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,922 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,924 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,925 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,930 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,930 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,932 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,933 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,935 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,936 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,939 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,940 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,942 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,943 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,945 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,946 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,948 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,948 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,950 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,951 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,953 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,954 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,956 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,957 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,959 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,960 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,961 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,962 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,967 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,968 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,971 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,972 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,974 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,975 misc 64431 8313250112 Invalid value for VR IS: '1354.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,977 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,978 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,983 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,984 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,986 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,987 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,988 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,989 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,992 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,993 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:52,995 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:52,995 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,000 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,001 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,003 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,004 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,006 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,006 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,009 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,010 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,012 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,013 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,015 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,016 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,019 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,020 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,022 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,023 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,026 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,027 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,029 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,030 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,032 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,033 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,035 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,036 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,037 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,038 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,040 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,041 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,043 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,043 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,045 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,046 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,047 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,048 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,050 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,051 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,053 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,054 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,057 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,058 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,060 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,061 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,063 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,063 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,066 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,066 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,069 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,070 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,073 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,074 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,076 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,077 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,079 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,080 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,083 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,084 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,086 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,087 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,089 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,090 misc 64431 8313250112 Invalid value for VR IS: '253.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,092 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,095 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,098 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,101 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,104 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,107 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,111 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,115 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,120 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,124 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,127 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,130 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,132 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,137 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,141 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,144 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,148 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,150 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,154 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,157 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,160 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,163 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,165 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,168 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,172 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,175 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,178 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,181 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,183 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,187 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,190 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,193 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,196 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,199 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,204 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,209 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,216 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,220 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,224 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,227 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,230 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,236 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,242 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,246 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,251 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,254 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,257 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,260 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,264 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,267 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,270 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,274 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,277 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,281 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,284 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,288 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,293 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,296 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,299 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,302 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,305 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,310 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,314 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,318 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,321 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,324 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,326 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,330 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,332 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,335 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,339 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,345 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,348 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,351 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,356 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,359 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,362 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,365 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,371 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,374 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,378 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,380 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,383 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,386 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,389 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,391 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,394 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,396 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,401 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,404 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,406 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,409 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,412 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,415 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,419 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,423 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,427 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,429 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,432 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,435 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,438 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,440 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,446 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,448 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,451 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,453 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,456 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,459 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,462 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,464 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,467 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,470 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,473 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,475 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,478 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,481 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,484 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,488 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,490 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,494 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,499 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,502 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,505 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,511 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,517 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,520 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,522 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,525 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,528 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,531 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,537 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,540 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,543 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,546 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,550 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,554 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,560 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,562 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,566 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,570 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,573 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,575 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,579 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,582 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,584 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,588 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,592 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,597 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,602 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,605 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,607 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,610 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,613 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,616 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,619 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,621 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,624 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,628 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,632 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,634 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,637 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,642 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,645 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,650 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,652 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,655 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,658 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,664 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,667 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,670 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,674 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,678 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,681 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,684 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,688 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,691 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,693 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,699 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,702 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,705 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,709 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,712 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,714 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,717 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,721 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,724 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,726 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,730 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,733 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,737 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,739 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,744 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,748 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,751 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,754 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,757 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,760 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,763 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,766 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,771 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,774 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,778 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,781 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,785 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,788 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,791 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,793 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,800 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,804 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,807 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,811 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,817 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,820 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,822 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,828 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,831 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,834 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,837 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,841 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,845 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,849 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,854 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,857 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,860 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,863 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,865 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,869 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,873 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,877 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,880 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,883 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,889 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,892 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,896 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,899 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,901 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,905 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,908 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,912 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,914 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,918 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,921 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,922 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,924 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,925 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,927 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,927 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,930 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,931 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,934 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,935 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,936 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,937 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,939 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,940 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,942 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,943 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,944 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,945 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,947 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,948 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,953 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,954 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,959 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,960 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,965 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,966 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,970 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,971 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,975 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,976 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,978 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,979 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,982 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,982 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,984 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,985 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,990 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,991 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,995 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,996 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:53,999 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:53,999 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,003 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,004 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,006 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,007 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,009 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,010 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,011 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,012 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,015 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,016 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,020 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,021 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,023 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,024 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,027 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,028 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,031 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,032 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,034 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,035 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,037 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,038 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,040 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,041 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,043 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,044 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,047 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,048 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,050 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,051 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,053 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,054 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,059 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,060 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,063 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,064 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,066 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,067 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,069 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,070 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,073 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,074 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,077 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,078 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,081 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,081 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,084 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,085 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,087 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,088 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,091 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,091 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,093 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,094 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,097 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,098 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,101 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,102 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,105 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,105 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,107 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,108 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,110 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,111 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,115 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,116 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,118 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,119 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,124 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,125 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,129 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,130 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,132 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,133 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,136 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,136 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,139 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,140 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,143 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,144 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,146 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,146 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,151 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,152 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,155 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,156 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,158 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,158 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,162 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,163 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,165 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,166 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,168 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,169 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,171 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,172 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,174 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,175 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,178 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,179 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,180 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,181 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,183 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,184 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,186 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,187 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,192 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,192 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,194 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,195 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,198 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,199 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,204 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,204 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,206 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,207 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,212 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,213 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,215 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,216 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,217 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,218 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,221 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,222 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,224 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,225 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,227 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,227 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,230 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,231 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,233 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,234 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,236 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,237 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,239 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,240 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,244 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,245 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,247 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,248 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,249 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,250 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,252 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,253 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,256 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,256 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,259 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,259 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,262 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,262 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,265 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,265 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,268 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,268 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,274 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,274 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,277 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,277 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,280 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,281 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,282 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,283 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,286 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,286 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,288 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,289 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,291 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,292 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,294 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,295 misc 64431 8313250112 Invalid value for VR IS: '1396.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:54,298 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,304 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,308 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,311 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,314 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,317 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,320 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,324 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,326 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,332 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,336 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,340 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,343 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,346 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,349 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,351 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,354 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,357 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,361 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,364 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,370 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,373 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,376 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,379 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,382 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,385 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,388 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,392 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,398 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,404 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,406 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,411 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,417 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,420 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,424 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,427 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,430 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,433 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,436 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,441 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,445 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,448 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,451 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,455 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,458 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,462 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,466 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,479 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,486 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,489 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,491 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,495 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,499 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,503 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,506 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,509 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,512 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,515 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,518 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,522 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,526 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,528 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,534 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,538 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,540 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,544 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,547 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,549 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,553 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,556 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,558 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,561 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,565 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,567 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,571 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,574 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,577 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,581 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,584 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,587 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,590 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,592 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,595 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,598 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,601 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,605 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,607 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,610 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,613 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,617 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,620 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,623 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,627 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,631 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,636 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,638 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,641 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,645 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,648 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,652 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,654 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,659 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,664 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,667 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,670 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,673 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,677 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,680 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,684 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,687 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,690 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,693 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,696 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,699 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,703 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,707 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,709 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,713 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,716 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,718 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,721 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,724 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,727 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,730 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,733 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,736 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,740 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,744 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,750 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,753 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,756 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,759 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,766 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,772 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,775 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,786 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,833 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,842 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,844 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,847 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,850 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,855 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,861 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,865 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,868 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,871 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,874 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,877 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,881 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,884 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,890 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,893 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,896 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,899 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,901 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,905 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,911 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,914 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,917 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,919 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,925 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,928 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,934 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,940 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,943 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,946 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,949 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,952 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,955 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,957 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,961 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,963 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,966 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,972 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,976 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,979 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,983 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,985 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,988 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,990 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,993 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:54,998 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,001 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,003 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,007 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,011 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,013 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,017 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,022 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,025 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,028 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,031 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,034 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,036 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,040 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,044 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,047 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,049 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,052 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,055 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,058 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,061 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,063 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,067 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,070 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,072 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,076 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,078 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,082 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,086 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,088 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,094 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,097 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,100 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,103 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,107 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,109 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,114 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,118 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,121 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,124 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,127 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,130 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,132 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,135 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,139 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,142 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,146 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,148 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,151 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,154 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,156 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,160 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,160 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,164 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,165 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,168 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,169 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,171 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,171 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,175 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,176 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,179 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,179 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,182 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,182 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,185 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,185 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,189 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,190 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,191 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,192 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,197 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,198 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,200 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,201 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,204 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,205 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,208 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,209 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,212 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,213 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,217 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,218 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,222 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,222 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,227 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,228 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,230 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,231 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,236 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,237 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,239 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,240 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,242 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,243 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,244 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,245 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,247 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,248 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,249 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,250 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,254 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,255 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,257 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,258 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,260 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,261 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,263 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,264 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,268 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,269 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,271 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,271 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,273 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,274 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,276 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,277 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,280 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,281 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,285 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,286 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,288 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,289 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,291 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,291 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,294 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,295 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,296 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,297 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,302 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,302 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,305 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,306 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,308 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,308 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,310 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,311 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,313 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,314 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,316 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,316 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,318 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,319 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,322 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,323 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,324 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,325 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,328 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,329 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,331 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,332 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,334 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,335 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,338 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,339 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,342 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,343 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,345 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,346 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,348 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,349 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,351 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,352 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,353 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,354 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,356 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,357 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,359 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,360 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,363 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,364 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,366 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,367 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,369 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,369 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,372 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,373 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,375 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,376 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,378 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,379 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,381 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,382 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,384 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,385 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,387 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,388 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,391 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,392 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,394 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,394 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,397 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,397 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,399 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,400 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,402 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,403 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,405 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,406 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,409 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,410 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,412 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,413 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,417 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,418 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,423 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,424 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,426 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,427 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,429 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,430 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,431 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,432 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,434 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,435 misc 64431 8313250112 Invalid value for VR IS: '153.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:55,438 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,441 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,444 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,447 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,450 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,453 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,455 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,459 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,465 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,468 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,471 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,475 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,478 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,480 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,483 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,486 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,489 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,492 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,495 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,498 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,501 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,503 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,505 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,509 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,515 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,518 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,521 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,524 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,528 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,532 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,536 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,538 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,543 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,547 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,550 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,553 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,557 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,560 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,563 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,566 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,570 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,573 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,575 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,578 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,584 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,587 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,593 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,596 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,600 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,603 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,606 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,609 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,612 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,615 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,620 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,624 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,628 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,631 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,634 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,636 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,642 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,645 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,648 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,651 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,657 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,660 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,664 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,666 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,669 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,675 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,677 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,680 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,683 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,686 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,690 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,693 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,695 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,701 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,704 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,709 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,712 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,716 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,718 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,721 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,724 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,727 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,730 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,732 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,735 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,737 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,741 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,744 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,746 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,749 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,753 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,755 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,758 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,760 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,764 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,767 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,771 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,774 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,776 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,779 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,782 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,786 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,789 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,792 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,796 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,798 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,801 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,805 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,808 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,811 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,814 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,818 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,821 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,824 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,828 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,831 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,834 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,837 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,843 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,846 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,849 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,852 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,855 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,858 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,862 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,865 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,868 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,870 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,874 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,877 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,880 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,883 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,889 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,892 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,896 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,898 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,901 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,905 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,908 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,912 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,915 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,918 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,920 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,925 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,931 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,934 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,937 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,940 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,946 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,948 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,954 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,959 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,965 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,968 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,971 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,973 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,976 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,979 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,982 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,986 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,989 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,993 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:55,996 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,000 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,004 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,006 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,009 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,014 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,016 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,019 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,023 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,025 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,028 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,032 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,035 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,037 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,041 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,043 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,046 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,049 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,055 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,057 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,062 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,064 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,068 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,070 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,074 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,077 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,083 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,086 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,088 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,091 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,094 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,097 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,100 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,102 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,106 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,108 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,111 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,113 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,116 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,118 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,121 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,123 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,126 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,129 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,133 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,136 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,140 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,145 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,147 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,151 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,155 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,159 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,162 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,166 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,168 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,174 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,177 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,180 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,183 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,186 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,188 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,193 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,195 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,198 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,201 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,205 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,209 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,211 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,217 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,222 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,225 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,228 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,231 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,235 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,239 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,243 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,247 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,251 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,254 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,257 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,260 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,263 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,265 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,270 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,276 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,279 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,282 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,285 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,289 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,293 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,297 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,299 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,302 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,306 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,312 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,315 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,321 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,324 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,327 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,329 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,332 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,336 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,338 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,342 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,344 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,350 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,354 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,358 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,361 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,364 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,369 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,372 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,374 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,378 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,380 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,383 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,386 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,389 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,391 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,394 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,397 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,401 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,404 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,408 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,411 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,413 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,418 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,421 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,424 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,427 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,431 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,435 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,438 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,441 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,444 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,447 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,452 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,456 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,460 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,462 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,465 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,468 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,470 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,473 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,476 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,479 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,483 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,486 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,489 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,492 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,496 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,499 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,503 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,507 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,510 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,513 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,516 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,519 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,523 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,526 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,529 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,532 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,535 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,537 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,541 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,544 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,547 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,550 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,554 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,556 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,560 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,563 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,566 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,569 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,572 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,576 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,579 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,581 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,584 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,588 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,591 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,594 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,598 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,603 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,606 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,608 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,611 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,614 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,618 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,622 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,625 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,628 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,631 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,633 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,636 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,639 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,642 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,644 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,650 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,653 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,657 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,660 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,663 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,666 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,668 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,671 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,674 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,677 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,681 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,685 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,690 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,695 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,701 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,705 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,710 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,714 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,717 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,721 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,725 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,729 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,732 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,734 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,737 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,741 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,745 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,747 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,751 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,754 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,757 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,761 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,764 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,766 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,770 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,772 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,775 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,778 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,780 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,783 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,785 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,788 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,791 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,794 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,796 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,801 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,805 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,808 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,811 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,815 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,818 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,821 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,824 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,827 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,830 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,832 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,838 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,842 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,845 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,847 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,851 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,853 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,855 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,859 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,862 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,865 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,868 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,871 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,876 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,881 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,884 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,888 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,891 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,894 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,897 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,900 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,903 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,908 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,914 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,917 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,920 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,923 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,926 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,929 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,931 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,936 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,939 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,942 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,945 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,948 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,951 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,954 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,956 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,959 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,961 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,965 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,968 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,971 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,974 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,976 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,979 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,982 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,988 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,991 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,993 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:56,997 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,000 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,004 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,007 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,010 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,013 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,017 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,020 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,022 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,026 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,028 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,032 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,035 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,037 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,041 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,043 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,047 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,050 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,053 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,056 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,060 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,062 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,068 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,072 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,075 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,079 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,082 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,085 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,089 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,094 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,099 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,104 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,112 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,116 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,118 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,125 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,130 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,133 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,138 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,141 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,146 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,150 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,154 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,158 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,163 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,166 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,169 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,173 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,176 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,178 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,181 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,184 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,187 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,192 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,195 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,198 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,201 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,204 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,208 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,213 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,216 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,219 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,221 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,224 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,230 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,233 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,235 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,238 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,240 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,243 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,246 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,249 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,250 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,252 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,253 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,258 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,259 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,261 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,262 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,267 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,268 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,269 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,270 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,273 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,274 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,278 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,279 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,282 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,283 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,286 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,286 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,289 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,290 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,293 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,294 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,296 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,297 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,299 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,299 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,302 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,303 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,305 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,306 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,308 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,309 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,310 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,311 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,313 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,314 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,316 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,317 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,320 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,321 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,324 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,324 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,327 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,328 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,330 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,331 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,333 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,333 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,336 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,337 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,339 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,339 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,342 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,343 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,345 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,345 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,347 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,348 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,350 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,351 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,356 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,357 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,359 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,359 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,362 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,363 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,367 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,367 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,370 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,371 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,373 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,374 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,376 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,377 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,379 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,379 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,381 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,382 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,384 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,385 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,387 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,387 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,390 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,390 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,393 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,394 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,397 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,398 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,401 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,401 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,404 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,405 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,407 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,408 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,410 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,410 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,412 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,413 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,415 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,416 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,418 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,419 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,423 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,424 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,426 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,426 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,428 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,429 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,430 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,431 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,434 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,435 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,437 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,437 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,442 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,443 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,445 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,445 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,448 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,448 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,450 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,451 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,454 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,455 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,457 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,457 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,459 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,460 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,462 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,463 misc 64431 8313250112 Invalid value for VR IS: '1878.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,468 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,472 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,475 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,477 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,480 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,483 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,486 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,489 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,492 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,495 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,499 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,502 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,507 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,510 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,513 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,516 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,519 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,521 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,527 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,529 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,534 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,538 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,542 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,544 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,547 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,550 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,552 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,555 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,559 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,562 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,565 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,569 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,571 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,574 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,577 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,583 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,587 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,592 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,595 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,599 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,605 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,607 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,613 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,616 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,618 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,622 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,628 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,631 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,633 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,636 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,638 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,641 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,644 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,647 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,651 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,654 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,657 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,660 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,663 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,665 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,669 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,673 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,676 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,679 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,682 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,685 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,688 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,691 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,693 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,696 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,699 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,703 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,707 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,709 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,712 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,715 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,721 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,723 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,726 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,729 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,735 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,740 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,744 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,746 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,749 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,753 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,756 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,760 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,766 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,770 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,773 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,776 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,780 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,783 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,787 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,791 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,795 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,798 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,802 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,808 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,811 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,814 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,816 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,820 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,824 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,827 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,829 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,832 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,835 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,838 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,841 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,843 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,847 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,850 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,854 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,857 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,861 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,866 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,872 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,875 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,878 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,883 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,887 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,892 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,895 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,899 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,901 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,904 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,910 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,911 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,913 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,914 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,917 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,918 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,921 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,922 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,924 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,924 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,927 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,928 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,931 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,932 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,934 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,935 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,937 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,937 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,939 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,940 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,942 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,943 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,946 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,947 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,950 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,951 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,956 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,957 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,960 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,961 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,963 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,963 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,965 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,966 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,969 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,970 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,971 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,972 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,974 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,975 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,977 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,978 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,983 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,984 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,986 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,986 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,989 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,990 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,992 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,993 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:57,996 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:57,997 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,001 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,001 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,004 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,004 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,007 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,008 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,011 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,012 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,013 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,014 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,016 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,017 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,020 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,021 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,023 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,023 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,026 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,027 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,030 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,031 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,035 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,036 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,038 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,039 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,041 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,042 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,044 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,045 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,047 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,048 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,052 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,052 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,055 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,055 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,060 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,061 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,065 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,065 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,067 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,068 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,070 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,071 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,073 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,074 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,078 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,079 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,081 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,082 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,085 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,086 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,088 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,089 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,091 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,091 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,095 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,095 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,097 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,098 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,101 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,102 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,104 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,104 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,106 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,107 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,109 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,110 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,112 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,113 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,116 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,116 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,119 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,120 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,123 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,123 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,126 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,127 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,129 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,129 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,132 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,133 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,136 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,137 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,139 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,140 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,144 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,145 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,148 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,149 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,152 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,153 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,155 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,156 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,158 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,159 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,160 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,161 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,164 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,165 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,170 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,171 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,173 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,174 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,176 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,177 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,181 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,182 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,184 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,185 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,187 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,188 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,190 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,191 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,196 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,197 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,200 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,201 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,204 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. INFO 2025-10-03 21:41:58,205 basehttp 61755 6126514176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 WARNING 2025-10-03 21:41:58,205 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,206 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,207 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,210 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,210 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,213 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,213 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,216 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,216 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,222 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,222 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,225 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,226 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,228 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,229 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,234 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,235 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,236 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,237 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,239 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,239 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,242 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,243 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,244 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,245 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,250 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,251 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,253 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,254 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,256 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,257 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,259 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,259 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,262 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,263 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,265 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,266 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,268 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,269 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,273 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,274 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,276 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,276 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,278 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,279 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,283 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,283 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,286 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,287 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,289 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,289 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,292 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,292 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,294 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,295 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,297 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,298 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,299 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,300 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,302 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,302 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,305 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,306 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,308 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,308 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,310 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,311 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,314 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,314 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,317 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,318 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,321 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,322 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,326 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,326 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,328 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,329 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,331 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,332 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,337 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,337 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,340 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,340 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,343 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,344 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,346 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,347 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,349 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,350 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,352 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,353 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,355 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,356 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,358 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,359 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,360 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,361 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,364 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,365 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,368 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,369 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,371 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,372 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,374 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,375 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,378 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,379 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,381 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,382 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,387 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,388 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,390 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,391 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,392 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,393 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,395 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,396 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,397 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,398 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,402 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,402 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,405 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,406 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,408 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,408 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,410 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,411 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,417 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,418 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,420 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,420 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,424 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,425 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,427 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,427 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,429 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,430 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,433 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,434 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,436 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,437 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,439 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,440 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,443 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,444 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,446 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,447 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,450 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,451 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,454 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,455 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,457 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,458 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,461 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,461 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,466 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,467 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,470 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,471 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,473 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,474 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,477 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,478 misc 64431 8313250112 Invalid value for VR IS: '376.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:58,481 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,484 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,487 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,490 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,493 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,496 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,499 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,502 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,504 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,507 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,510 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,514 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,518 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,520 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,524 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,526 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,529 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,532 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,536 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,539 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,542 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,544 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,548 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,551 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,553 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,556 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,561 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,564 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,567 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,570 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,572 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,576 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,580 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,583 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,586 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,592 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,594 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,601 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,604 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,610 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,613 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,615 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,618 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,621 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,624 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,628 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,631 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,637 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,639 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,642 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,645 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,648 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,650 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,657 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,659 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,665 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,667 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,671 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,675 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,678 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,684 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,689 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,693 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,696 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,698 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,701 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,703 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,706 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,709 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,712 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,717 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,719 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,722 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,726 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,729 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,733 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,736 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,740 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,743 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,746 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,751 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,755 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,758 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,762 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,765 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,771 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,773 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,777 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,783 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,786 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,789 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,791 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,795 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,798 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,800 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,806 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,810 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,813 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,817 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,820 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,824 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,827 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,831 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,835 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,838 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,841 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,847 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,849 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,851 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,856 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,862 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,864 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,867 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,870 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,874 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,880 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,883 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,885 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,889 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,892 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,895 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,897 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,903 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,906 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,909 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,912 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,915 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,919 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,925 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,928 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,931 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,935 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,937 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,941 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,945 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,947 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,950 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,952 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,955 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,957 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,960 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,963 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,967 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,970 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,972 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,974 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,980 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,983 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,985 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,988 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,991 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,994 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:58,997 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,000 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,003 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,005 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,008 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,011 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,013 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,017 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,020 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,024 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,030 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,034 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,037 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,040 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,043 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,045 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,051 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,054 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,056 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,060 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,063 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,067 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,073 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,076 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,079 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,083 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,086 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,089 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,092 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,096 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,098 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,101 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,105 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,107 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,110 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,113 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,116 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,120 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,123 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,126 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,130 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,133 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,135 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,137 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,139 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,143 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,147 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,150 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,155 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,158 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,162 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,165 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,168 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,172 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,176 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,179 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,182 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,184 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,189 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,191 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,195 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,197 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,201 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,203 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,205 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,210 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,214 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,217 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,221 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,223 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,230 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,232 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,235 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,239 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,242 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,244 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,247 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,249 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,254 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,257 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,259 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,264 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,267 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,270 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,273 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,279 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,283 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,286 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,290 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,292 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,295 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,298 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,301 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,304 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,306 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,309 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,312 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,315 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,319 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,323 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,326 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,327 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,330 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,330 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,333 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,333 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,335 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,336 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,341 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,342 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,344 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,345 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,351 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,351 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,355 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,355 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,357 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,357 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,363 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,364 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,367 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,368 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,372 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,373 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,375 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,376 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,377 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,378 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,383 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,384 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,386 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,387 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,390 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,390 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,392 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,393 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,398 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,399 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,401 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,402 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,404 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,405 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,407 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,408 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,410 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,411 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,415 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,416 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,418 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,419 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,421 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,422 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,424 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,425 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,427 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,427 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,429 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,430 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,432 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,433 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,435 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,435 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,437 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,438 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,443 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,444 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,446 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,446 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,450 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,451 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,454 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,455 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,458 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,459 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,461 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,462 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,464 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,464 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,467 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,467 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,472 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,473 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,475 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,475 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,478 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,479 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,482 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,482 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,485 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,486 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,488 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,489 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,491 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,492 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,495 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,496 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,500 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,501 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,507 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,508 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,510 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,511 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,513 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,514 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,516 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,517 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,519 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,520 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,522 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,523 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,525 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,526 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,530 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,530 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,533 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,534 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,537 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,537 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,541 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,542 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,544 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,545 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,550 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,551 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,553 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,554 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,559 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,559 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,564 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,565 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,568 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,568 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,571 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,572 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,577 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,578 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,579 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,580 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,583 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,584 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,586 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,587 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,589 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,589 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,592 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,593 misc 64431 8313250112 Invalid value for VR IS: '121.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,598 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,604 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,605 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,608 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,611 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,613 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,617 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,618 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,619 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,624 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,627 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,628 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,631 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,634 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,637 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,638 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,642 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,647 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,647 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,651 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,654 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,655 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,657 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,658 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,660 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,660 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,663 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,666 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,667 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,669 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,675 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,676 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,678 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,681 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,682 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,687 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,690 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,691 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,693 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,695 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,696 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,699 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,704 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,707 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,707 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,709 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,712 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,713 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,717 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,720 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,721 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,726 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,727 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,729 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,730 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,732 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,733 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,735 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,736 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,739 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,739 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,741 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,742 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,744 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,745 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,747 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,751 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,751 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,754 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,758 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,760 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,761 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,763 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,768 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,772 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,772 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,776 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,778 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,779 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,781 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,787 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,787 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,790 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,790 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,794 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,794 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,796 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,800 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,800 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,803 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,803 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,806 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,809 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,810 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,813 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,815 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,816 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,818 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,824 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,828 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,829 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,832 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,836 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,837 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,839 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,845 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,846 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,849 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,852 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,853 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,854 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,861 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,861 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,864 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,870 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,871 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,873 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,874 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,877 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,879 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,883 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,886 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,891 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,892 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,894 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,897 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,898 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,900 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,903 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,903 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,906 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,908 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,909 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,912 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,915 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,916 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,918 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,919 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,921 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,924 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,927 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,928 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,930 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,933 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,934 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,936 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,937 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,941 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,945 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,948 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,951 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,951 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,954 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,956 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,957 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,962 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,965 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,966 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,969 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,971 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,972 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,974 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,978 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,979 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,984 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,985 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,991 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,992 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:41:59,993 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,996 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,999 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:41:59,999 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,001 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,005 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,008 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,009 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,013 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,019 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,020 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,022 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,025 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,026 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,029 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,031 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,032 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,034 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,038 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,038 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,043 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,045 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,046 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,048 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,051 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,052 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,053 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,054 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,059 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,060 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,062 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,063 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,065 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,066 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,068 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,072 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,072 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,075 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,079 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,079 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,081 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,084 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,085 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,087 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,090 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,090 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,093 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,096 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,097 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,100 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,106 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,106 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,109 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,112 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,115 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,116 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,118 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,121 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,122 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,124 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,129 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,130 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,133 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,136 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,137 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,138 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,141 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,142 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,144 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,147 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,150 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,150 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,153 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,156 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,157 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,159 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,162 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,162 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,165 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,169 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,170 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,172 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,173 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,175 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,176 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,181 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,184 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,187 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,188 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,190 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,193 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,194 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,199 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,200 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,203 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,206 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,207 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,209 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,212 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,212 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,214 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,215 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,218 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,219 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,225 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,227 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,228 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,230 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,231 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,233 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,235 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,236 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,238 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,239 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,241 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,244 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,246 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,247 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,249 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,252 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,252 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,254 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,255 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,257 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,258 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,260 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,260 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,262 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,263 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,265 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,267 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,268 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,270 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,273 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,273 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,279 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,283 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,283 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,285 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,291 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,292 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,294 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,297 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,300 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,301 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,302 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,308 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,309 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,311 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,314 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,315 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,317 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,320 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,321 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,323 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,327 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,327 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,331 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,332 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,335 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,338 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,339 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,340 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,346 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,347 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,353 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,356 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,356 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,360 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,361 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,364 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,370 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,373 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,374 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,375 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,376 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,378 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,383 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,383 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,386 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,389 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,392 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,393 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,395 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,397 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,398 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,403 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,406 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,409 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,410 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,412 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,413 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,414 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,417 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,420 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,421 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,423 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,426 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,427 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,429 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,430 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,432 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,435 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,435 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,437 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,441 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,442 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,445 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,447 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,448 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,450 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,452 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,455 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,456 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,461 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,462 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,464 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,467 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,468 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,470 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,471 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,472 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,475 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,476 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,479 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,483 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,484 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,486 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,491 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,494 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,494 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,497 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,498 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,500 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,503 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,504 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,507 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,513 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,519 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,520 misc 64431 8313250112 Invalid value for VR IS: '1199.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:00,521 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,525 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,528 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,532 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,535 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,537 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,542 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,546 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,549 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,552 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,556 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,560 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,562 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,567 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,570 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,573 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,576 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,579 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,582 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,585 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,588 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,592 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,595 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,597 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,600 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,604 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,607 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,610 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,616 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,619 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,623 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,625 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,630 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,635 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,639 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,642 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,648 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,651 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,654 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,659 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,662 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,665 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,667 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,670 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,673 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,676 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,680 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,682 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,686 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,692 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,695 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,697 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,700 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,706 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,708 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,712 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,717 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,721 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,724 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,727 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,729 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,732 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,735 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,739 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,742 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,745 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,747 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,750 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,753 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,756 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,759 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,762 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,767 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,769 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,772 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,775 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,778 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,781 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,784 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,787 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,792 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,796 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,798 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,802 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,807 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,811 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,815 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,817 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,820 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,824 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,826 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,829 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,831 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,835 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,839 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,841 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,844 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,848 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,852 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,854 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,857 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,861 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,865 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,869 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,873 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,877 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,879 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,883 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,890 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,895 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,902 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,906 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,910 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,913 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,917 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,919 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,926 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,928 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,932 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,935 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,938 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,941 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,947 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,950 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,955 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,958 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,961 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,963 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,966 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,969 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,971 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,975 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,978 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,982 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,985 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,988 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,992 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,994 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:00,998 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,001 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,005 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,009 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,013 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,015 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,019 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,021 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,024 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,027 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,030 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,034 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,037 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,041 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,043 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,047 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,050 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,053 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,055 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,058 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,061 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,067 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,073 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,078 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,081 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,087 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,090 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,093 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,096 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,099 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,102 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,104 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,107 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,113 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,116 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,119 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,123 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,127 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,130 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,133 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,136 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,141 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,144 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,146 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,149 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,152 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,156 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,162 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,164 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,167 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,170 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,172 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,175 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,177 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,180 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,184 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,187 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,190 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,193 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,196 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,199 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,202 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,205 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,211 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,214 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,217 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,222 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,230 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,235 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,238 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,241 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,244 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,247 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,250 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,255 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,258 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,261 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,265 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,268 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,272 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,277 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,280 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,283 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,286 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,289 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,291 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,294 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,297 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,301 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,303 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,306 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,309 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,314 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,316 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,319 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,321 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,327 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,331 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,334 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,337 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,340 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,342 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,345 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,349 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,355 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,358 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,360 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,364 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,367 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,369 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,372 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,375 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,377 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,381 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,385 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,388 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,393 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,396 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,399 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,402 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,404 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,407 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,410 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,413 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,415 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,418 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,422 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,425 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,428 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,431 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,435 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,440 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,443 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,446 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,449 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,453 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,458 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,463 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,465 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,469 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,472 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,474 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,477 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,483 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,486 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,489 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,492 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,498 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,501 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,505 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,508 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,511 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,514 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,516 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,520 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,522 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,528 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,531 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,537 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,540 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,543 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,545 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,549 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,552 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,553 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,555 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,556 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,558 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,559 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,561 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,562 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,564 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,565 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,569 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,569 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,571 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,572 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,573 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,574 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,577 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,578 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,580 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,581 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,584 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,585 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,588 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,589 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,591 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,591 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,593 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,594 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,596 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,597 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,598 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,599 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,601 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,602 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,603 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,604 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,606 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,607 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,609 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,610 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,613 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,613 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,615 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,616 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,618 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,619 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,624 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,625 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,628 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,629 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,634 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,635 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,638 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,639 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,641 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,642 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,644 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,645 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,650 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,650 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,652 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,653 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,655 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,656 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,658 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,659 misc 64431 8313250112 Invalid value for VR IS: '394.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,661 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,662 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,665 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,665 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,667 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,668 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,670 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,671 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,674 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,675 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,677 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,678 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,680 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,681 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,682 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,683 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,686 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,687 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,689 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,689 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,692 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,693 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,698 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,699 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,701 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,702 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,704 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,704 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,707 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,707 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,709 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,710 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,712 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,713 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,714 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,715 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,717 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,717 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,719 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,720 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,723 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,723 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,726 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,726 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,730 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,730 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,735 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,736 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,739 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,739 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,742 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,743 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,744 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,745 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,748 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,749 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,751 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,752 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,753 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,754 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,757 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,757 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,759 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,760 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,762 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,763 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,765 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,766 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,769 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,769 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,771 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,772 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,774 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,775 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,777 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,778 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,780 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,781 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,783 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,784 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,786 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,786 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,788 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,789 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,794 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,795 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,797 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,798 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,801 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,802 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,806 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,807 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,810 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,811 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,814 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,815 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,818 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,819 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,821 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,822 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,823 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,824 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,826 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,827 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,830 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,831 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,834 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,835 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,837 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,837 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,840 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,841 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,843 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,844 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,846 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,846 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,848 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,849 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,851 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,852 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,855 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,856 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,859 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,860 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,862 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,863 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,866 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,867 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,868 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,869 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,874 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,875 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,878 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,879 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,880 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,881 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,883 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,883 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,885 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,886 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,892 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,893 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,898 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,899 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,902 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,903 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,907 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,908 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,909 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,910 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,912 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,913 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,915 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,916 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,918 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,919 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,921 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,922 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,926 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,927 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,932 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,933 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,935 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,936 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,938 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,938 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,944 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,944 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,948 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,948 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,951 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,952 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,957 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,958 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,963 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,964 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,966 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,967 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,970 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,971 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,976 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,977 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,980 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,981 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,983 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,984 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,989 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,989 misc 64431 8313250112 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:01,991 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,993 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,996 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:01,999 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,005 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,010 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,012 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,018 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,022 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,024 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,028 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,034 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,038 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,041 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,048 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,051 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,054 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,057 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,060 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,062 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,064 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,067 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,071 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,073 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,075 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,079 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,083 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,086 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,089 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,092 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,096 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,099 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,103 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,106 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,110 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,114 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,118 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,121 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,124 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,127 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,130 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,133 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,135 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,140 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,142 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,146 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,149 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,152 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,156 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,158 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,161 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,164 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,167 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,171 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,174 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,176 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,180 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,182 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,184 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,187 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,190 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,194 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,197 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,200 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,204 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,207 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,209 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,212 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,215 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,217 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,220 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,224 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,227 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,230 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,232 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,235 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,238 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,240 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,243 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,247 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,250 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,253 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,256 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,261 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,266 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,270 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,273 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,276 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,280 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,284 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,288 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,290 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,295 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,301 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,303 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,306 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,309 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,312 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,317 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,321 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,324 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,326 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,330 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,332 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,335 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,339 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,343 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,346 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,349 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,354 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,357 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,361 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,365 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,367 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,370 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,372 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,375 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,378 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,381 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,384 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,387 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,390 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,392 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,395 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,401 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,404 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,407 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,410 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,414 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,418 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,421 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,423 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,428 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,430 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,432 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,436 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,438 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,442 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,448 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,450 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,454 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,457 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,460 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,463 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,467 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,469 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,472 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,474 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,477 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,479 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,483 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,487 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,490 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,493 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,496 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,500 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,503 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,509 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,512 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,514 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,517 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,521 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,524 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,526 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,529 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,533 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,535 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,539 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,542 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,546 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,550 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,552 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,555 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,559 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,562 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,564 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,567 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,570 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,573 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,576 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,578 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,581 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,586 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,589 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,593 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,600 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,602 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,605 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,609 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,612 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,614 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,618 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,624 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,627 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,630 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,633 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,637 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,640 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,643 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,646 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,649 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,652 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,656 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,660 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,665 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,668 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,671 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,674 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,680 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,684 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,687 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,690 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,693 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,696 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,698 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,702 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,704 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,708 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,711 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,715 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,718 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,721 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,723 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,727 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,730 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,732 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,735 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,738 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,741 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,745 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,747 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,751 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,754 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,757 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,759 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,763 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,766 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,769 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,772 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,775 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,777 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,781 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,783 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,786 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,789 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,793 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,796 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,800 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,803 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,806 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,808 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,811 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,814 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,817 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,819 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,825 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,828 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,831 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,836 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,839 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,842 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,845 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,848 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,852 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,855 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,858 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,861 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,863 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,866 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,873 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,876 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,880 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,883 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,886 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,889 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,891 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,896 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,900 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,904 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,907 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,910 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,912 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,916 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,922 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,928 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,931 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,933 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,937 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,939 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,942 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,945 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,947 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,950 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,953 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,956 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,959 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,962 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,965 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,968 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,971 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,974 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,980 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,985 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,988 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,993 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:02,997 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,000 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,002 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,007 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,010 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,012 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,015 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,018 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,020 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,023 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,026 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,030 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,033 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,035 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,038 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,042 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,044 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,048 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,052 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,055 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,057 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,060 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,066 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,069 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,072 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,078 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,082 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,088 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,092 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,094 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,097 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,099 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,102 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,105 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,109 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,112 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,115 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,117 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,120 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,124 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,127 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,129 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,133 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,137 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,139 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,142 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,144 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,147 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,151 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,154 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,161 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,165 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,169 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,172 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,177 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,180 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,184 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,186 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,190 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,193 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,196 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,201 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,204 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,208 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,210 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,213 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,215 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,218 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,221 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,224 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,230 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,233 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,237 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,240 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,243 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,245 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,249 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,252 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,255 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,258 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,261 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,266 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,269 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,275 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,278 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,281 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,283 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,286 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,289 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,292 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,294 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,297 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,300 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,303 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,306 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,309 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,312 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,316 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,319 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,322 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,325 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,330 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,333 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,337 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,343 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,346 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,352 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,355 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,357 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,361 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,365 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,368 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,370 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,373 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,376 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,381 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,384 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,390 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,393 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,399 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,403 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,406 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,409 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,412 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,415 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,418 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,420 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,423 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,426 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,429 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,434 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,437 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,440 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,443 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,447 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,451 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,454 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,458 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,461 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,463 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,464 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,466 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,467 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,472 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,473 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,475 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,475 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,477 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,478 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,480 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,481 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,483 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,484 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,486 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,487 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,488 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,489 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,493 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,494 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,496 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,497 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,499 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,499 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,501 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,502 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,504 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,505 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,507 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,508 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,511 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,512 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,514 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,515 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,518 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,519 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,522 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,523 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,524 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,525 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,531 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,531 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,534 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,535 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,538 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,539 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,541 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,542 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,544 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,544 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,546 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,547 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,549 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,550 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,552 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,553 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,556 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,556 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,574 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,575 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,578 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,578 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,581 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,581 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,584 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,585 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,587 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,588 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,593 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,594 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,595 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,596 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,599 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,600 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,602 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,603 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,606 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,607 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,608 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,609 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,615 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,615 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,618 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,618 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,620 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,621 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,623 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,624 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,627 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,627 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,629 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,630 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,632 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,633 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,636 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,637 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,639 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,640 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,642 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,643 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,645 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,646 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,648 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,649 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,651 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,652 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,657 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,657 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,660 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,660 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,663 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,664 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,666 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,666 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,670 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,671 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,674 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,675 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,677 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,678 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,680 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,680 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,683 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,684 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,686 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,687 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,689 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,690 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,692 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,693 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,698 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,698 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,701 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,702 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,703 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,704 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,707 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,708 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,710 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,711 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,714 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,715 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,719 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,720 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,723 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,723 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,727 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,727 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,730 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,731 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,733 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,733 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,738 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,739 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,741 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,742 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,747 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,748 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,751 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,752 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,753 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,754 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,757 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,758 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,761 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,762 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,766 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,767 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,769 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,769 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,771 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,772 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,774 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,775 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,777 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,778 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,783 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,784 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,787 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,787 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,789 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,790 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,795 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,796 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,801 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,802 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,803 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,804 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,806 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,807 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,811 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,812 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,814 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,815 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,818 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,818 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,822 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,822 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,825 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,826 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,829 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,829 misc 64431 8313250112 Invalid value for VR IS: '386.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:03,832 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,835 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,838 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,844 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,847 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,850 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,854 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,858 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,861 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,864 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,867 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,870 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,873 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,876 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,880 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,884 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,887 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,893 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,896 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,899 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,902 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,905 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,908 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,910 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,914 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,919 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,922 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,925 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,928 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,930 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,934 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,938 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,940 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,943 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,945 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,948 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,951 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,954 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,957 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,961 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,963 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,966 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,971 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,974 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,978 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,981 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,984 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,987 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,989 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,993 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,996 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:03,999 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,003 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,006 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,009 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,012 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,015 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,018 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,020 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,025 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,027 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,030 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,034 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,040 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,042 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,046 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,050 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,053 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,056 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,058 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,061 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,064 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,067 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,071 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,074 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,076 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,079 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,083 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,086 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,089 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,094 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,098 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,101 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,104 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,107 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,111 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,115 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,117 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,119 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,123 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,129 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,132 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,136 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,139 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,142 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,146 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,149 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,151 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,154 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,157 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,163 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,166 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,168 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,171 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,174 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,179 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,182 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,185 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,188 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,190 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,194 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,197 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,200 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,202 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,209 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,211 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,214 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,217 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,220 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,222 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,229 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,233 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,235 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,241 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,245 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,249 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,252 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,258 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,262 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,265 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,267 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,272 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,275 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,279 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,282 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,285 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,289 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,293 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,297 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,300 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,306 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,309 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,315 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,318 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,322 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,324 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,327 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,330 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,333 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,336 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,340 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,346 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,350 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,353 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,356 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,362 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,368 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,371 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,375 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,378 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,383 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,386 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,388 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,393 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,395 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,399 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,403 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,405 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,409 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,412 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,417 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,420 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,425 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,427 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,430 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,436 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,439 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,441 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,444 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,447 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,450 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,452 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,456 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,459 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,462 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,466 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,469 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,472 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,476 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,479 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,482 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,486 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,488 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,491 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,495 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,497 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,501 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,504 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,507 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,510 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,513 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,518 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,520 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,523 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,528 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,532 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,535 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,537 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,543 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,546 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,548 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,552 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,554 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,558 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,560 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,566 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,569 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,575 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,579 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,582 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,584 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,588 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,592 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,595 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,599 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,603 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,605 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,608 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,613 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,616 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,619 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,623 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,625 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,628 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,631 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,636 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,640 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,643 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,646 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,649 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,653 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,655 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,662 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,667 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,670 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,674 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,676 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,678 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,681 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,685 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,691 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,693 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,696 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,700 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,703 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,706 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,710 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,712 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,715 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,718 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,722 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,726 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,729 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,735 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,737 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,742 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,745 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,748 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,751 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,752 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,754 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,755 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,757 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,758 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,759 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,760 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,762 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,763 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,765 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,766 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,768 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,769 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,772 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,773 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,775 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,775 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,777 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,778 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,780 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,781 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,783 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,784 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,786 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,787 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,790 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,790 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,792 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,793 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,795 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,796 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,798 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,799 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,802 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,802 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,805 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,806 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,808 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,809 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,812 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,812 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,814 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,815 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,817 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,818 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,820 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,821 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,825 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,826 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,828 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,828 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,833 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,834 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,836 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,837 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,839 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,840 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,842 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,843 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,845 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,846 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,849 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,849 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,852 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,853 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,855 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,856 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,860 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,861 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,864 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,864 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,867 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,868 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,871 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,872 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,873 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,874 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,878 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,879 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,880 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,881 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,883 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,884 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,888 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,889 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,891 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,892 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,894 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,894 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,896 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,897 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,900 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,901 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,903 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,904 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,905 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,906 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,910 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,910 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,912 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,913 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,916 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,916 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,919 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,920 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,922 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,923 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,925 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,926 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,928 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,929 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,932 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,933 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,938 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,939 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,943 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,943 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,949 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,950 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,953 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,954 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,956 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,957 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,959 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,960 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,962 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,963 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,966 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,967 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,969 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,970 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,973 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,974 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,976 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,977 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,982 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,982 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,985 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,986 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,990 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,991 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,994 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,995 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:04,997 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:04,998 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,001 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,002 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,005 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,006 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,008 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,009 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,011 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,012 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,015 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,016 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,025 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,026 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,029 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,030 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,032 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,033 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,036 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,037 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,039 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,039 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,042 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,042 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,046 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,047 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,051 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,052 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,054 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,055 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,058 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,059 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,061 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,062 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,064 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,065 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,069 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,070 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,073 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,074 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,076 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,077 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,079 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,079 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,085 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,086 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,088 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,088 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,094 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,095 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,097 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,098 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,099 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,100 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,102 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,103 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,105 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,106 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,110 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,111 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,113 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,114 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,117 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,118 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,121 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,122 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,125 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,125 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,128 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,129 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,132 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,132 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,135 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,136 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,140 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,141 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,143 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,144 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,149 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,150 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,151 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,152 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,155 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,156 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,159 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,160 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,162 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,163 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,165 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,166 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,168 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,169 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,171 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,172 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,174 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,175 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,178 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,178 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,180 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,181 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,184 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,184 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,188 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,188 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,191 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,192 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,194 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,195 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,197 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,198 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,201 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,201 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,206 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,207 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,209 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,210 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,211 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,212 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,217 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,217 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,220 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,221 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,223 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,224 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,226 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,227 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,229 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,229 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,234 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,235 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,237 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,238 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,240 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,241 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,243 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,244 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,247 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,248 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. WARNING 2025-10-03 21:42:05,250 misc 64431 8313250112 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-03 21:42:05,251 misc 64431 8313250112 Invalid value for VR IS: '591.0'. Please see for allowed values for each VR. INFO 2025-10-03 21:42:27,878 basehttp 61755 6126514176 "GET /en/radiology/images/ HTTP/1.1" 200 279040 INFO 2025-10-03 21:42:27,983 basehttp 61755 6160166912 "GET /en/radiology/files/thumbnail/a2db61a3-929e-43ad-83eb-ebd8f34df177/ HTTP/1.1" 200 22318 INFO 2025-10-03 21:42:27,983 basehttp 61755 6126514176 "GET /en/radiology/files/thumbnail/f141737c-8781-4934-8e17-006ca6df471a/ HTTP/1.1" 200 5641 INFO 2025-10-03 21:42:27,983 basehttp 61755 6143340544 "GET /en/radiology/files/thumbnail/8f2c30b9-1750-4873-87fe-e669aee42ea3/ HTTP/1.1" 200 18385 INFO 2025-10-03 21:42:27,984 basehttp 61755 13707014144 "GET /en/radiology/files/thumbnail/162da344-d67e-459d-8cba-1a5bf416ae13/ HTTP/1.1" 200 1446 INFO 2025-10-03 21:42:27,984 basehttp 61755 13740666880 "GET /en/radiology/files/thumbnail/fd90ae6a-2fa3-41d0-8fc0-6c8371703a7f/ HTTP/1.1" 200 13555 INFO 2025-10-03 21:42:27,984 basehttp 61755 13723840512 "GET /en/radiology/files/thumbnail/c40344de-7c27-4d79-84c2-ee6f8aa5721d/ HTTP/1.1" 200 12443 INFO 2025-10-03 21:42:28,044 basehttp 61755 6160166912 "GET /en/radiology/files/thumbnail/f53cfe62-1f35-486e-ae49-d70e3a642340/ HTTP/1.1" 200 19540 INFO 2025-10-03 21:42:28,048 basehttp 61755 6126514176 "GET /en/radiology/files/thumbnail/1170cd59-218c-4e97-9d1a-370a434cbd60/ HTTP/1.1" 200 11678 INFO 2025-10-03 21:42:28,051 basehttp 61755 6143340544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-03 21:42:28,052 basehttp 61755 13723840512 "GET /en/radiology/files/thumbnail/5d3fb382-949d-4c89-99e4-56ccd3fe323f/ HTTP/1.1" 200 1391 INFO 2025-10-03 21:42:28,053 basehttp 61755 13707014144 "GET /en/radiology/files/thumbnail/7023c03f-f4ca-4814-85f0-67cc35188da0/ HTTP/1.1" 200 5111 INFO 2025-10-03 21:42:28,055 basehttp 61755 13740666880 "GET /en/radiology/files/thumbnail/69dd2d2d-86d5-4c98-8bd4-02899701abc2/ HTTP/1.1" 200 20002 INFO 2025-10-03 21:42:28,072 basehttp 61755 6160166912 "GET /en/radiology/files/thumbnail/312fc25c-93ae-4185-97a9-757fda5d59db/ HTTP/1.1" 200 1242 INFO 2025-10-03 21:42:28,108 basehttp 61755 6126514176 "GET /en/radiology/files/thumbnail/0f7e4749-bc5b-45fe-b40e-d0c64ff1cb61/ HTTP/1.1" 200 1529 INFO 2025-10-03 21:42:28,120 basehttp 61755 13723840512 "GET /en/radiology/files/thumbnail/7d92d899-1150-4476-9370-58a5d7ed43f3/ HTTP/1.1" 200 1453 INFO 2025-10-03 21:42:28,120 basehttp 61755 13707014144 "GET /en/radiology/files/thumbnail/48ff9de1-1303-4a83-82e8-1f14572da129/ HTTP/1.1" 200 1393 INFO 2025-10-03 21:42:28,121 basehttp 61755 6143340544 "GET /en/radiology/files/thumbnail/acca9603-72da-4908-8fde-77548aac5330/ HTTP/1.1" 200 11497 INFO 2025-10-03 21:42:28,121 basehttp 61755 6160166912 "GET /en/radiology/files/thumbnail/49e9b97d-9aa7-4c12-8a15-2916d805cca4/ HTTP/1.1" 200 10725 INFO 2025-10-03 21:42:28,124 basehttp 61755 13740666880 "GET /en/radiology/files/thumbnail/5eacca39-b693-4ece-ba41-524eedd99981/ HTTP/1.1" 200 9219 INFO 2025-10-03 21:42:28,127 basehttp 61755 6126514176 "GET /en/radiology/files/thumbnail/94ca5d41-d0be-41ff-af9e-6b27df627d5b/ HTTP/1.1" 200 26473 INFO 2025-10-03 21:42:28,177 basehttp 61755 13723840512 "GET /en/radiology/files/thumbnail/140d086f-37e5-4e19-bed3-b76a5a3736f7/ HTTP/1.1" 200 559 INFO 2025-10-03 21:42:28,178 basehttp 61755 13707014144 "GET /en/radiology/files/thumbnail/b30c7196-1e35-4098-b8b1-39d70f98ba03/ HTTP/1.1" 200 5635 INFO 2025-10-03 21:42:28,184 basehttp 61755 6160166912 "GET /en/radiology/files/thumbnail/99435444-9376-442e-8153-ab5a45c2a1f3/ HTTP/1.1" 200 10697 INFO 2025-10-03 21:42:28,187 basehttp 61755 6143340544 "GET /en/radiology/files/thumbnail/9f8601a7-dfd4-4426-beab-71772e823c82/ HTTP/1.1" 200 17054 INFO 2025-10-03 21:42:28,188 basehttp 61755 6126514176 "GET /en/radiology/files/thumbnail/c8395e1d-6dc7-40b2-ba32-dbbe3bf48b7a/ HTTP/1.1" 200 19534 INFO 2025-10-03 21:42:28,188 basehttp 61755 13740666880 "GET /en/radiology/files/thumbnail/03ef521f-80e7-4d27-b2e3-31c0233a3dd5/ HTTP/1.1" 200 26529 INFO 2025-10-03 21:42:28,210 basehttp 61755 13723840512 "GET /en/radiology/files/thumbnail/4431de4a-7526-4a67-99fa-ead017f90e76/ HTTP/1.1" 200 5579 INFO 2025-10-03 21:42:28,219 basehttp 61755 13707014144 "GET /en/radiology/files/thumbnail/886dab53-da21-4335-b5ca-cbdcec5b29de/ HTTP/1.1" 200 6926 INFO 2025-10-03 21:42:28,223 basehttp 61755 6160166912 "GET /en/radiology/files/thumbnail/ad6f50e0-e707-40db-9007-e7a7140e4d7c/ HTTP/1.1" 200 26000 INFO 2025-10-03 21:42:28,226 basehttp 61755 6126514176 "GET /en/radiology/files/thumbnail/e00b8af4-f74b-46cd-a9fc-bba7080978e0/ HTTP/1.1" 200 7170 INFO 2025-10-03 21:42:28,226 basehttp 61755 6143340544 "GET /en/radiology/files/thumbnail/8345bb4b-b4a7-45ba-a7ab-bb8e72d17c6f/ HTTP/1.1" 200 19585 INFO 2025-10-03 21:42:30,299 basehttp 61755 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:42:30,306 basehttp 61755 13757493248 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:42:30,326 log 61755 13757493248 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:42:30,327 basehttp 61755 13757493248 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 INFO 2025-10-03 21:42:33,811 basehttp 61755 6143340544 "GET /en/radiology/viewer/image/147567/ HTTP/1.1" 200 33518 INFO 2025-10-03 21:42:33,837 basehttp 61755 6143340544 "GET /en/radiology/files/preview/a2db61a3-929e-43ad-83eb-ebd8f34df177/ HTTP/1.1" 200 178938 INFO 2025-10-03 21:42:33,852 basehttp 61755 6143340544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-03 21:42:43,304 basehttp 61755 6143340544 "GET /en/radiology/metadata/a2db61a3-929e-43ad-83eb-ebd8f34df177/ HTTP/1.1" 200 623 INFO 2025-10-03 21:42:47,591 basehttp 61755 6143340544 "GET /en/radiology/viewer/image/147568/ HTTP/1.1" 200 33750 INFO 2025-10-03 21:42:47,622 basehttp 61755 6143340544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-03 21:42:49,641 basehttp 61755 6143340544 "GET /en/radiology/viewer/image/147569/ HTTP/1.1" 200 33882 INFO 2025-10-03 21:42:49,665 basehttp 61755 6143340544 "GET /en/radiology/files/preview/59d5a022-a18d-40fe-86f9-cdef162080f2/ HTTP/1.1" 200 1677 INFO 2025-10-03 21:42:49,675 basehttp 61755 6143340544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-03 21:42:51,259 basehttp 61755 6143340544 "GET /en/radiology/viewer/series/3231/ HTTP/1.1" 200 34990 INFO 2025-10-03 21:42:51,293 basehttp 61755 6143340544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-03 21:42:51,299 basehttp 61755 6126514176 "GET /en/radiology/series/5f93b5db-95d2-4455-81c6-9d6b290abd52/images/ HTTP/1.1" 200 19276 INFO 2025-10-03 21:42:51,352 basehttp 61755 13740666880 "GET /en/radiology/files/thumbnail/1843e315-ef78-4947-ab3a-6cf514d4d1ab/ HTTP/1.1" 200 2204 WARNING 2025-10-03 21:42:51,358 log 61755 6126514176 Not Found: /en/radiology/files/thumbnail/344734f7-6769-4a14-81b3-8500d368b264/ WARNING 2025-10-03 21:42:51,359 basehttp 61755 6126514176 "GET /en/radiology/files/thumbnail/344734f7-6769-4a14-81b3-8500d368b264/ HTTP/1.1" 404 31274 WARNING 2025-10-03 21:42:51,362 log 61755 6160166912 Not Found: /en/radiology/files/thumbnail/92cff90a-97bd-408d-9dd1-63ae736d4c3c/ WARNING 2025-10-03 21:42:51,364 basehttp 61755 6160166912 "GET /en/radiology/files/thumbnail/92cff90a-97bd-408d-9dd1-63ae736d4c3c/ HTTP/1.1" 404 31274 WARNING 2025-10-03 21:42:51,367 log 61755 13740666880 Not Found: /en/radiology/files/thumbnail/2a9c0cb0-7f9a-4d73-9b37-72a81a044cae/ WARNING 2025-10-03 21:42:51,368 basehttp 61755 13740666880 "GET /en/radiology/files/thumbnail/2a9c0cb0-7f9a-4d73-9b37-72a81a044cae/ HTTP/1.1" 404 31274 INFO 2025-10-03 21:42:51,369 basehttp 61755 13723840512 "GET /en/radiology/files/thumbnail/638e1a52-b0b7-43c3-9c3f-5ec91a878bdf/ HTTP/1.1" 200 1667 INFO 2025-10-03 21:42:51,370 basehttp 61755 6143340544 "GET /en/radiology/files/thumbnail/59d5a022-a18d-40fe-86f9-cdef162080f2/ HTTP/1.1" 200 945 INFO 2025-10-03 21:42:51,371 basehttp 61755 13707014144 "GET /en/radiology/files/thumbnail/eee5d812-4453-4c5d-b456-b77f3ba03e12/ HTTP/1.1" 200 13567 INFO 2025-10-03 21:42:51,374 basehttp 61755 6126514176 "GET /en/radiology/files/thumbnail/af3e97ff-0fa4-41f3-a3e2-0e9514d61b74/ HTTP/1.1" 200 24589 INFO 2025-10-03 21:42:51,424 basehttp 61755 6160166912 "GET /en/radiology/files/thumbnail/198aa324-76dd-465b-a237-4b1cff762e06/ HTTP/1.1" 200 26005 INFO 2025-10-03 21:42:51,427 basehttp 61755 13740666880 "GET /en/radiology/files/thumbnail/4105063e-e064-44de-a192-9ed08ebfcbab/ HTTP/1.1" 200 12449 INFO 2025-10-03 21:42:51,436 basehttp 61755 6143340544 "GET /en/radiology/files/thumbnail/6343b189-5e80-41de-8c4b-6f49aead2a21/ HTTP/1.1" 200 12453 WARNING 2025-10-03 21:42:51,439 log 61755 6126514176 Not Found: /en/radiology/files/thumbnail/9197ec6d-436c-4151-95c7-605c928efb92/ WARNING 2025-10-03 21:42:51,439 basehttp 61755 6126514176 "GET /en/radiology/files/thumbnail/9197ec6d-436c-4151-95c7-605c928efb92/ HTTP/1.1" 404 31274 INFO 2025-10-03 21:42:51,442 basehttp 61755 13723840512 "GET /en/radiology/files/thumbnail/85939c7e-c9d0-46f3-bc69-39ee53a86b4a/ HTTP/1.1" 200 2200 INFO 2025-10-03 21:42:51,442 basehttp 61755 13707014144 "GET /en/radiology/files/thumbnail/6b3bb84d-f516-422b-b656-71baf8341420/ HTTP/1.1" 200 26896 WARNING 2025-10-03 21:42:51,474 log 61755 13740666880 Not Found: /en/radiology/files/thumbnail/439b4006-c2d1-45fb-8d9a-e36d78c049d0/ WARNING 2025-10-03 21:42:51,474 basehttp 61755 13740666880 "GET /en/radiology/files/thumbnail/439b4006-c2d1-45fb-8d9a-e36d78c049d0/ HTTP/1.1" 404 31274 WARNING 2025-10-03 21:42:51,476 log 61755 6160166912 Not Found: /en/radiology/files/thumbnail/ce7cb431-04e0-408e-b3e5-ba7e82b1ab01/ WARNING 2025-10-03 21:42:51,476 basehttp 61755 6160166912 "GET /en/radiology/files/thumbnail/ce7cb431-04e0-408e-b3e5-ba7e82b1ab01/ HTTP/1.1" 404 31274 INFO 2025-10-03 21:42:51,488 basehttp 61755 6143340544 "GET /en/radiology/files/thumbnail/e6e436a4-e332-4292-8170-df5868d4a203/ HTTP/1.1" 200 449 WARNING 2025-10-03 21:42:51,492 log 61755 6126514176 Not Found: /en/radiology/files/thumbnail/53c36e96-d1de-46b7-8ede-ba8be6b6608a/ WARNING 2025-10-03 21:42:51,492 basehttp 61755 6126514176 "GET /en/radiology/files/thumbnail/53c36e96-d1de-46b7-8ede-ba8be6b6608a/ HTTP/1.1" 404 31274 WARNING 2025-10-03 21:42:51,496 log 61755 13723840512 Not Found: /en/radiology/files/thumbnail/4d144543-f0ff-430a-9264-78fcaba5c473/ WARNING 2025-10-03 21:42:51,499 log 61755 13707014144 Not Found: /en/radiology/files/thumbnail/47248edd-dcd0-454a-bf75-a27ffb64a584/ WARNING 2025-10-03 21:42:51,499 basehttp 61755 13723840512 "GET /en/radiology/files/thumbnail/4d144543-f0ff-430a-9264-78fcaba5c473/ HTTP/1.1" 404 31274 WARNING 2025-10-03 21:42:51,499 basehttp 61755 13707014144 "GET /en/radiology/files/thumbnail/47248edd-dcd0-454a-bf75-a27ffb64a584/ HTTP/1.1" 404 31274 WARNING 2025-10-03 21:42:51,521 log 61755 13740666880 Not Found: /en/radiology/files/thumbnail/7487b5a2-bc48-4bf3-b13d-26f4e3c2ff05/ WARNING 2025-10-03 21:42:51,521 basehttp 61755 13740666880 "GET /en/radiology/files/thumbnail/7487b5a2-bc48-4bf3-b13d-26f4e3c2ff05/ HTTP/1.1" 404 31274 WARNING 2025-10-03 21:42:51,524 log 61755 6160166912 Not Found: /en/radiology/files/thumbnail/3f679ed3-9f60-408a-90bb-eefb2bfb9294/ WARNING 2025-10-03 21:42:51,524 basehttp 61755 6160166912 "GET /en/radiology/files/thumbnail/3f679ed3-9f60-408a-90bb-eefb2bfb9294/ HTTP/1.1" 404 31274 INFO 2025-10-03 21:42:51,543 basehttp 61755 6143340544 "GET /en/radiology/files/thumbnail/1031aa7d-f949-4bcb-9c41-df2716f63f96/ HTTP/1.1" 200 14542 WARNING 2025-10-03 21:42:51,554 log 61755 6126514176 Not Found: /en/radiology/files/thumbnail/a436144e-61e4-42e0-b177-1dc2960882d4/ WARNING 2025-10-03 21:42:51,554 basehttp 61755 6126514176 "GET /en/radiology/files/thumbnail/a436144e-61e4-42e0-b177-1dc2960882d4/ HTTP/1.1" 404 31274 WARNING 2025-10-03 21:42:51,559 log 61755 13723840512 Not Found: /en/radiology/files/thumbnail/1e933b20-b1f8-4d6c-9f4e-e55630b2eb59/ WARNING 2025-10-03 21:42:51,559 basehttp 61755 13723840512 "GET /en/radiology/files/thumbnail/1e933b20-b1f8-4d6c-9f4e-e55630b2eb59/ HTTP/1.1" 404 31274 INFO 2025-10-03 21:42:51,561 basehttp 61755 13707014144 "GET /en/radiology/files/thumbnail/9de45ad1-f458-4a50-907c-75bc558047fc/ HTTP/1.1" 200 1822 INFO 2025-10-03 21:42:51,583 basehttp 61755 13740666880 "GET /en/radiology/files/thumbnail/6cc21eca-2952-43c4-a994-afbaeded6caf/ HTTP/1.1" 200 6576 INFO 2025-10-03 21:42:51,585 basehttp 61755 6160166912 "GET /en/radiology/files/thumbnail/0158440b-5226-4121-a6c3-8940c4c857c2/ HTTP/1.1" 200 26004 WARNING 2025-10-03 21:42:51,607 log 61755 6143340544 Not Found: /en/radiology/files/thumbnail/c460c043-d070-4688-ac04-e5be54c9a01f/ WARNING 2025-10-03 21:42:51,607 basehttp 61755 6143340544 "GET /en/radiology/files/thumbnail/c460c043-d070-4688-ac04-e5be54c9a01f/ HTTP/1.1" 404 31274 WARNING 2025-10-03 21:42:51,616 log 61755 6126514176 Not Found: /en/radiology/files/thumbnail/9a622c65-fc1b-421c-922b-518f6f1132fb/ WARNING 2025-10-03 21:42:51,616 basehttp 61755 6126514176 "GET /en/radiology/files/thumbnail/9a622c65-fc1b-421c-922b-518f6f1132fb/ HTTP/1.1" 404 31274 WARNING 2025-10-03 21:42:51,621 log 61755 13723840512 Not Found: /en/radiology/files/thumbnail/b269c113-edac-4462-9af7-72d7012aa3a6/ WARNING 2025-10-03 21:42:51,621 basehttp 61755 13723840512 "GET /en/radiology/files/thumbnail/b269c113-edac-4462-9af7-72d7012aa3a6/ HTTP/1.1" 404 31274 INFO 2025-10-03 21:42:51,624 basehttp 61755 13707014144 "GET /en/radiology/files/thumbnail/c8079017-886e-45b1-9052-19434898cc36/ HTTP/1.1" 200 10593 INFO 2025-10-03 21:42:51,644 basehttp 61755 13740666880 "GET /en/radiology/files/thumbnail/7f689050-cb0d-4781-8cae-44506798bbf7/ HTTP/1.1" 200 13363 INFO 2025-10-03 21:42:51,646 basehttp 61755 6160166912 "GET /en/radiology/files/thumbnail/c557b444-0b65-4e06-b336-ab082c793fcc/ HTTP/1.1" 200 28300 WARNING 2025-10-03 21:42:51,672 log 61755 6143340544 Not Found: /en/radiology/files/thumbnail/3c76b99c-73ed-4483-8e77-1dece2925c63/ WARNING 2025-10-03 21:42:51,672 basehttp 61755 6143340544 "GET /en/radiology/files/thumbnail/3c76b99c-73ed-4483-8e77-1dece2925c63/ HTTP/1.1" 404 31274 INFO 2025-10-03 21:42:51,678 basehttp 61755 6126514176 "GET /en/radiology/files/thumbnail/de4ef0dc-ff80-4be8-a7d0-29315ac09d32/ HTTP/1.1" 200 14710 INFO 2025-10-03 21:42:51,683 basehttp 61755 13723840512 "GET /en/radiology/files/thumbnail/b8df9808-7c70-4057-8829-8307b27af1dd/ HTTP/1.1" 200 5560 WARNING 2025-10-03 21:42:51,688 log 61755 13707014144 Not Found: /en/radiology/files/thumbnail/d21b793f-dc1e-4b96-afbc-fb965a094a58/ WARNING 2025-10-03 21:42:51,688 basehttp 61755 13707014144 "GET /en/radiology/files/thumbnail/d21b793f-dc1e-4b96-afbc-fb965a094a58/ HTTP/1.1" 404 31274 INFO 2025-10-03 21:42:51,707 basehttp 61755 13740666880 "GET /en/radiology/files/thumbnail/5b05d8b1-54d6-4a5a-a12f-4d98ae8e64c8/ HTTP/1.1" 200 776 INFO 2025-10-03 21:42:51,710 basehttp 61755 6160166912 "GET /en/radiology/files/thumbnail/0a5db169-54f4-471b-8d25-b544c0dd1cbb/ HTTP/1.1" 200 12514 INFO 2025-10-03 21:42:51,738 basehttp 61755 6143340544 "GET /en/radiology/files/thumbnail/a883cd36-6e5d-4169-8bf5-24f4253e0575/ HTTP/1.1" 200 9892 INFO 2025-10-03 21:42:51,746 basehttp 61755 6126514176 "GET /en/radiology/files/thumbnail/b85f38b3-c394-4feb-bb7b-f815a70cbc46/ HTTP/1.1" 200 688 INFO 2025-10-03 21:42:51,747 basehttp 61755 13723840512 "GET /en/radiology/files/thumbnail/d958e3c8-5212-41f4-9029-fd014e40058a/ HTTP/1.1" 200 1403 WARNING 2025-10-03 21:42:51,751 log 61755 13707014144 Not Found: /en/radiology/files/thumbnail/3a0e4e50-8663-4528-9216-e8999da762a0/ WARNING 2025-10-03 21:42:51,751 basehttp 61755 13707014144 "GET /en/radiology/files/thumbnail/3a0e4e50-8663-4528-9216-e8999da762a0/ HTTP/1.1" 404 31274 WARNING 2025-10-03 21:42:51,762 log 61755 13740666880 Not Found: /en/radiology/files/thumbnail/b5864c7c-0684-4e61-97b2-82bad2ea7b65/ WARNING 2025-10-03 21:42:51,763 basehttp 61755 13740666880 "GET /en/radiology/files/thumbnail/b5864c7c-0684-4e61-97b2-82bad2ea7b65/ HTTP/1.1" 404 31274 WARNING 2025-10-03 21:42:51,766 log 61755 6160166912 Not Found: /en/radiology/files/thumbnail/f68e5446-514c-40a5-95ed-d4b97d4b0b85/ WARNING 2025-10-03 21:42:51,766 basehttp 61755 6160166912 "GET /en/radiology/files/thumbnail/f68e5446-514c-40a5-95ed-d4b97d4b0b85/ HTTP/1.1" 404 31274 INFO 2025-10-03 21:42:51,780 basehttp 61755 6143340544 "GET /en/radiology/files/thumbnail/0ed383de-690c-4830-bbeb-aed3a17eb6c6/ HTTP/1.1" 200 10577 INFO 2025-10-03 21:42:51,781 basehttp 61755 13723840512 "GET /en/radiology/files/thumbnail/eb13f75a-cb53-4c64-83db-c201d1937464/ HTTP/1.1" 200 10729 INFO 2025-10-03 21:42:51,781 basehttp 61755 6126514176 "GET /en/radiology/files/thumbnail/a5271e12-6839-41be-8897-08817487dd6c/ HTTP/1.1" 200 10712 INFO 2025-10-03 21:43:09,329 basehttp 61755 6126514176 "GET /en/radiology/images/?page=2 HTTP/1.1" 200 280007 INFO 2025-10-03 21:43:09,348 basehttp 61755 6126514176 "GET /en/radiology/files/thumbnail/a18dc0eb-220c-4be2-8dff-bd47bad2aaf4/ HTTP/1.1" 200 10757 INFO 2025-10-03 21:43:09,400 basehttp 61755 13723840512 "GET /en/radiology/files/thumbnail/02ed091d-ce98-4648-883c-bf683e280213/ HTTP/1.1" 200 10724 INFO 2025-10-03 21:43:09,408 basehttp 61755 6160166912 "GET /en/radiology/files/thumbnail/ce020585-f8d1-46ba-b633-e0854811cc49/ HTTP/1.1" 200 14694 INFO 2025-10-03 21:43:09,409 basehttp 61755 13707014144 "GET /en/radiology/files/thumbnail/f6f458c3-12f2-4ef9-8c41-37eeffd36ad6/ HTTP/1.1" 200 897 INFO 2025-10-03 21:43:09,410 basehttp 61755 6126514176 "GET /en/radiology/files/thumbnail/5c535422-8595-4688-a87e-35e9a4fbae32/ HTTP/1.1" 200 10774 INFO 2025-10-03 21:43:09,410 basehttp 61755 6143340544 "GET /en/radiology/files/thumbnail/43187c6a-8b7f-41ee-b41d-bdb1d4b02842/ HTTP/1.1" 200 15167 INFO 2025-10-03 21:43:09,412 basehttp 61755 13740666880 "GET /en/radiology/files/thumbnail/92df5205-8240-40e3-9a53-a445a4997ca2/ HTTP/1.1" 200 13299 INFO 2025-10-03 21:43:09,414 basehttp 61755 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-03 21:43:09,469 basehttp 61755 6160166912 "GET /en/radiology/files/thumbnail/08616569-80be-4bd4-9e00-f7ff28d12f0c/ HTTP/1.1" 200 25986 INFO 2025-10-03 21:43:09,477 basehttp 61755 6143340544 "GET /en/radiology/files/thumbnail/edcb2242-ed64-4181-8565-92ac5343a157/ HTTP/1.1" 200 25989 INFO 2025-10-03 21:43:09,478 basehttp 61755 13707014144 "GET /en/radiology/files/thumbnail/6c5079fe-448c-496e-bc08-8f81b4783ea8/ HTTP/1.1" 200 12571 INFO 2025-10-03 21:43:09,480 basehttp 61755 13740666880 "GET /en/radiology/files/thumbnail/74e5cd86-59fb-4dd7-b307-b3ef859abbf6/ HTTP/1.1" 200 843 INFO 2025-10-03 21:43:09,480 basehttp 61755 6126514176 "GET /en/radiology/files/thumbnail/87c6dd1b-6d41-4288-be8d-406071652f3f/ HTTP/1.1" 200 1071 INFO 2025-10-03 21:43:09,481 basehttp 61755 13723840512 "GET /en/radiology/files/thumbnail/8a7599f6-6e9d-43d2-a2d1-7241c6e5de9e/ HTTP/1.1" 200 1460 INFO 2025-10-03 21:43:09,485 basehttp 61755 6160166912 "GET /en/radiology/files/thumbnail/61bf6246-4e87-40b8-ba0e-e48356c537f6/ HTTP/1.1" 200 10324 INFO 2025-10-03 21:43:09,524 basehttp 61755 6143340544 "GET /en/radiology/files/thumbnail/2899b913-8318-4249-84f5-0b3613349d7c/ HTTP/1.1" 200 1743 INFO 2025-10-03 21:43:09,535 basehttp 61755 13707014144 "GET /en/radiology/files/thumbnail/99283215-7966-4bf1-b98e-a4750e4d9d69/ HTTP/1.1" 200 24475 INFO 2025-10-03 21:43:09,541 basehttp 61755 13740666880 "GET /en/radiology/files/thumbnail/695052fd-9e3d-4898-accd-7affd3c2062f/ HTTP/1.1" 200 455 INFO 2025-10-03 21:43:09,542 basehttp 61755 13723840512 "GET /en/radiology/files/thumbnail/daee6878-441d-45ee-906b-3810be2cb455/ HTTP/1.1" 200 432 INFO 2025-10-03 21:43:09,542 basehttp 61755 6126514176 "GET /en/radiology/files/thumbnail/b479e94c-5f50-402c-82b9-700cf036074a/ HTTP/1.1" 200 5805 INFO 2025-10-03 21:43:09,544 basehttp 61755 6160166912 "GET /en/radiology/files/thumbnail/2b174d88-e7bd-4ddc-a144-d96cdc8d5ae5/ HTTP/1.1" 200 27470 INFO 2025-10-03 21:43:09,553 basehttp 61755 6143340544 "GET /en/radiology/files/thumbnail/265d24dc-11c5-4bda-87ce-ecc4fa572d7c/ HTTP/1.1" 200 2270 INFO 2025-10-03 21:43:09,572 basehttp 61755 13707014144 "GET /en/radiology/files/thumbnail/deeadeb8-afa9-4793-ad8a-2ab28165faeb/ HTTP/1.1" 200 26046 INFO 2025-10-03 21:43:09,601 basehttp 61755 13723840512 "GET /en/radiology/files/thumbnail/53fac21d-948e-4b1f-9872-60ef85574b37/ HTTP/1.1" 200 1588 INFO 2025-10-03 21:43:09,603 basehttp 61755 6126514176 "GET /en/radiology/files/thumbnail/812ea42f-3ffb-492f-afec-40975ce2d784/ HTTP/1.1" 200 12434 INFO 2025-10-03 21:43:09,605 basehttp 61755 13740666880 "GET /en/radiology/files/thumbnail/619400db-82c2-4150-95de-6d4211b9bd13/ HTTP/1.1" 200 11439 INFO 2025-10-03 21:43:09,605 basehttp 61755 6160166912 "GET /en/radiology/files/thumbnail/70c82691-3beb-4d58-a0e6-3078c68ef2b6/ HTTP/1.1" 200 12418 INFO 2025-10-03 21:43:09,609 basehttp 61755 6143340544 "GET /en/radiology/files/thumbnail/6401ad35-8f26-49bb-9a7c-5e19d73dd612/ HTTP/1.1" 200 614 INFO 2025-10-03 21:43:09,609 basehttp 61755 13707014144 "GET /en/radiology/files/thumbnail/208d34f8-0d36-48ce-a843-b67337f98b96/ HTTP/1.1" 200 22364 INFO 2025-10-03 21:43:09,635 basehttp 61755 13723840512 "GET /en/radiology/files/thumbnail/2ad8ffe9-7b88-42d8-8680-4285b3628c58/ HTTP/1.1" 200 5593 INFO 2025-10-03 21:43:09,652 basehttp 61755 6126514176 "GET /en/radiology/files/thumbnail/6f3c256a-819a-4e3c-8ceb-e67986338fda/ HTTP/1.1" 200 5642 INFO 2025-10-03 21:43:09,661 basehttp 61755 13740666880 "GET /en/radiology/files/thumbnail/6f3719db-5726-4c55-81d5-019bb71518ef/ HTTP/1.1" 200 14520 INFO 2025-10-03 21:43:09,662 basehttp 61755 6160166912 "GET /en/radiology/files/thumbnail/87c57c64-b2a2-427a-bba2-c70dddb4e72b/ HTTP/1.1" 200 11335 INFO 2025-10-03 21:43:09,662 basehttp 61755 13707014144 "GET /en/radiology/files/thumbnail/057fec44-78e6-40a3-a9d1-d5fd5a754a77/ HTTP/1.1" 200 24178 INFO 2025-10-03 21:43:09,664 basehttp 61755 6143340544 "GET /en/radiology/files/thumbnail/e32fb36f-63f9-4feb-a62f-2dfcff83b684/ HTTP/1.1" 200 16554 INFO 2025-10-03 21:43:12,424 basehttp 61755 6143340544 "GET /en/radiology/images/?page=3 HTTP/1.1" 200 280272 INFO 2025-10-03 21:43:12,463 basehttp 61755 6143340544 "GET /en/radiology/files/thumbnail/3edc56f4-d611-43e8-8cd1-3176e1e8e6f6/ HTTP/1.1" 200 13261 INFO 2025-10-03 21:43:12,463 basehttp 61755 13707014144 "GET /en/radiology/files/thumbnail/0d5e0314-0451-4d42-8d16-02170bec0999/ HTTP/1.1" 200 10339 INFO 2025-10-03 21:43:12,494 basehttp 61755 13740666880 "GET /en/radiology/files/thumbnail/f973779f-8c2c-4bb9-b864-19a39bace649/ HTTP/1.1" 200 22864 INFO 2025-10-03 21:43:12,494 basehttp 61755 6160166912 "GET /en/radiology/files/thumbnail/98ca706e-7604-46e7-9acd-f155148d1775/ HTTP/1.1" 200 680 INFO 2025-10-03 21:43:12,495 basehttp 61755 13723840512 "GET /en/radiology/files/thumbnail/2e2b48a9-e731-4458-8a2d-b23705f3bcbb/ HTTP/1.1" 200 6604 INFO 2025-10-03 21:43:12,497 basehttp 61755 6126514176 "GET /en/radiology/files/thumbnail/59541bc1-f069-4010-983b-c477ce0e469f/ HTTP/1.1" 200 23731 INFO 2025-10-03 21:43:12,505 basehttp 61755 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-03 21:43:12,506 basehttp 61755 6143340544 "GET /en/radiology/files/thumbnail/92fb23c4-0022-4b9b-a9fb-305ac20048ce/ HTTP/1.1" 200 15533 INFO 2025-10-03 21:43:12,538 basehttp 61755 13740666880 "GET /en/radiology/files/thumbnail/f9750c5b-6f2e-48f4-b124-917f3fab27a3/ HTTP/1.1" 200 19538 INFO 2025-10-03 21:43:12,556 basehttp 61755 6160166912 "GET /en/radiology/files/thumbnail/53f9cd01-eaed-4a46-99a3-300bf1fcc0fc/ HTTP/1.1" 200 5635 INFO 2025-10-03 21:43:12,561 basehttp 61755 13723840512 "GET /en/radiology/files/thumbnail/ba3a412e-1fd5-4a92-b139-abae3af70b6a/ HTTP/1.1" 200 1143 INFO 2025-10-03 21:43:12,561 basehttp 61755 6126514176 "GET /en/radiology/files/thumbnail/56302933-f4a7-48e6-841f-d523e7fdc4a5/ HTTP/1.1" 200 24526 INFO 2025-10-03 21:43:12,562 basehttp 61755 13707014144 "GET /en/radiology/files/thumbnail/2e30172f-cd87-4972-add0-1b441404975a/ HTTP/1.1" 200 5575 INFO 2025-10-03 21:43:12,567 basehttp 61755 13740666880 "GET /en/radiology/files/thumbnail/cdb67478-c630-4764-a5a9-93286b96b77b/ HTTP/1.1" 200 19564 INFO 2025-10-03 21:43:12,568 basehttp 61755 6143340544 "GET /en/radiology/files/thumbnail/2fdede6c-5ab0-400c-a5b3-1588361776de/ HTTP/1.1" 200 23613 INFO 2025-10-03 21:43:12,607 basehttp 61755 6160166912 "GET /en/radiology/files/thumbnail/631ae540-9f55-40e1-9d83-41f489036f5f/ HTTP/1.1" 200 1131 INFO 2025-10-03 21:43:12,625 basehttp 61755 13723840512 "GET /en/radiology/files/thumbnail/c9cb6091-c49a-4e4a-a39a-0066dfbe6e33/ HTTP/1.1" 200 568 INFO 2025-10-03 21:43:12,628 basehttp 61755 6126514176 "GET /en/radiology/files/thumbnail/e4171af4-e83b-48b2-ac31-eef0e8eabcd0/ HTTP/1.1" 200 2955 INFO 2025-10-03 21:43:12,629 basehttp 61755 13707014144 "GET /en/radiology/files/thumbnail/8efb3101-4cf3-4d0b-be61-873d813d874a/ HTTP/1.1" 200 11460 INFO 2025-10-03 21:43:12,631 basehttp 61755 6143340544 "GET /en/radiology/files/thumbnail/46efdca3-63c1-47f9-a67e-d48d7a74d47f/ HTTP/1.1" 200 25930 INFO 2025-10-03 21:43:12,631 basehttp 61755 13740666880 "GET /en/radiology/files/thumbnail/0f49e918-af3c-40b7-ae07-f138ded56587/ HTTP/1.1" 200 19545 INFO 2025-10-03 21:43:12,635 basehttp 61755 6160166912 "GET /en/radiology/files/thumbnail/36a5f814-edc3-4739-80c7-5fadd5235478/ HTTP/1.1" 200 17478 INFO 2025-10-03 21:43:12,667 basehttp 61755 13723840512 "GET /en/radiology/files/thumbnail/7b1cef76-0961-4371-b144-5562445de67a/ HTTP/1.1" 200 1668 INFO 2025-10-03 21:43:12,682 basehttp 61755 6126514176 "GET /en/radiology/files/thumbnail/b41c9983-5eea-4981-b04e-7796771cbfd0/ HTTP/1.1" 200 19615 INFO 2025-10-03 21:43:12,692 basehttp 61755 13707014144 "GET /en/radiology/files/thumbnail/2a545f4a-c189-495a-af87-f96a5fd1918f/ HTTP/1.1" 200 12593 INFO 2025-10-03 21:43:12,693 basehttp 61755 6143340544 "GET /en/radiology/files/thumbnail/96660c9a-9d66-41e7-ac40-21edecb521a6/ HTTP/1.1" 200 16395 INFO 2025-10-03 21:43:12,694 basehttp 61755 6160166912 "GET /en/radiology/files/thumbnail/f846583d-240c-4cd2-9078-5bb1facd416f/ HTTP/1.1" 200 10729 INFO 2025-10-03 21:43:12,695 basehttp 61755 13740666880 "GET /en/radiology/files/thumbnail/18f68c46-8d13-42b2-a8b3-8d0234f5b81c/ HTTP/1.1" 200 25909 INFO 2025-10-03 21:43:12,698 basehttp 61755 13723840512 "GET /en/radiology/files/thumbnail/8309d733-e5b2-4bdc-937e-1f36ce6afba0/ HTTP/1.1" 200 12727 INFO 2025-10-03 21:43:12,725 basehttp 61755 6126514176 "GET /en/radiology/files/thumbnail/cb2de2d3-d3ab-44d7-ab00-b1c827075d66/ HTTP/1.1" 200 5784 INFO 2025-10-03 21:43:12,752 basehttp 61755 6143340544 "GET /en/radiology/files/thumbnail/ca009081-a9c2-4056-bca7-651408fd92c9/ HTTP/1.1" 200 12608 INFO 2025-10-03 21:43:12,753 basehttp 61755 13707014144 "GET /en/radiology/files/thumbnail/5b4301a5-5e68-409e-953f-7f68d029f812/ HTTP/1.1" 200 24231 INFO 2025-10-03 21:43:12,758 basehttp 61755 13740666880 "GET /en/radiology/files/thumbnail/4c47cb59-5038-4913-b98f-e938eec76480/ HTTP/1.1" 200 25966 INFO 2025-10-03 21:43:12,759 basehttp 61755 6160166912 "GET /en/radiology/files/thumbnail/4abfd477-cc67-49b1-a468-632f9b323e16/ HTTP/1.1" 200 966 INFO 2025-10-03 21:43:12,760 basehttp 61755 13723840512 "GET /en/radiology/files/thumbnail/ce91102a-1301-4076-a8f6-f54bae8bb790/ HTTP/1.1" 200 11892 INFO 2025-10-03 21:43:12,768 basehttp 61755 6126514176 "GET /en/radiology/files/thumbnail/6e1e5efc-2502-4bb2-8eb5-208dd9a56cec/ HTTP/1.1" 200 27251 INFO 2025-10-03 21:43:12,775 basehttp 61755 13707014144 "GET /en/radiology/files/thumbnail/a9260a6d-4d59-455c-baf2-cf3ca92b767f/ HTTP/1.1" 200 5553 INFO 2025-10-03 21:43:12,775 basehttp 61755 6143340544 "GET /en/radiology/files/thumbnail/3f026832-ac5f-43ff-9e3c-bf2aaeb458a2/ HTTP/1.1" 200 10763 INFO 2025-10-03 21:43:17,474 basehttp 61755 6143340544 "GET /en/radiology/images/?page=519 HTTP/1.1" 200 145901 INFO 2025-10-03 21:43:17,502 basehttp 61755 6143340544 "GET /en/radiology/files/thumbnail/f0c85a19-b3b1-407a-a2cb-8dd1b9817fb0/ HTTP/1.1" 200 23143 INFO 2025-10-03 21:43:17,555 basehttp 61755 6143340544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-03 21:43:17,556 basehttp 61755 13740666880 "GET /en/radiology/files/thumbnail/9cccda43-6d43-4d36-a4c9-efc1de6fc76d/ HTTP/1.1" 200 1018 INFO 2025-10-03 21:43:17,556 basehttp 61755 6126514176 "GET /en/radiology/files/thumbnail/97c1a612-0c58-47c8-8d70-314c71e4e93c/ HTTP/1.1" 200 1007 INFO 2025-10-03 21:43:17,556 basehttp 61755 13723840512 "GET /en/radiology/files/thumbnail/ef0dfbd9-9af3-4f43-b76a-d382eb7a417e/ HTTP/1.1" 200 13208 INFO 2025-10-03 21:43:17,558 basehttp 61755 6160166912 "GET /en/radiology/files/thumbnail/01f53d6b-5996-4539-bb47-f11e0b5e0577/ HTTP/1.1" 200 1487 INFO 2025-10-03 21:43:17,559 basehttp 61755 13707014144 "GET /en/radiology/files/thumbnail/407f08cc-ad4f-4f42-8edb-a33995a0f46f/ HTTP/1.1" 200 24815 INFO 2025-10-03 21:43:17,617 basehttp 61755 6143340544 "GET /en/radiology/files/thumbnail/80dcaacb-8d62-4b74-8f02-09288f928d47/ HTTP/1.1" 200 458 INFO 2025-10-03 21:43:17,624 basehttp 61755 6126514176 "GET /en/radiology/files/thumbnail/49eb2011-14f3-4dba-b339-90e607bc6e48/ HTTP/1.1" 200 5648 INFO 2025-10-03 21:43:17,625 basehttp 61755 13707014144 "GET /en/radiology/files/thumbnail/ac6e9812-534e-4b6e-be9b-79c957dd4f2b/ HTTP/1.1" 200 10781 INFO 2025-10-03 21:43:17,625 basehttp 61755 13740666880 "GET /en/radiology/files/thumbnail/4aba48dd-7070-47e7-8f8c-0b2ed64c599d/ HTTP/1.1" 200 1467 INFO 2025-10-03 21:43:17,625 basehttp 61755 6160166912 "GET /en/radiology/files/thumbnail/39730d78-fa02-4244-8b88-d60dc2800dc6/ HTTP/1.1" 200 10730 INFO 2025-10-03 21:43:17,626 basehttp 61755 13723840512 "GET /en/radiology/files/thumbnail/b5c1caec-57e0-44cf-82fb-c31eecc22053/ HTTP/1.1" 200 1703 INFO 2025-10-03 21:43:17,630 basehttp 61755 6143340544 "GET /en/radiology/files/thumbnail/ebad2e71-44f2-4666-8af0-d6309066ada2/ HTTP/1.1" 200 10462 INFO 2025-10-03 21:43:21,071 basehttp 61755 6143340544 "GET /en/radiology/images/?page=1 HTTP/1.1" 200 279040 INFO 2025-10-03 21:43:21,124 basehttp 61755 6143340544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 WARNING 2025-10-03 21:43:27,962 log 61755 6143340544 Not Found: /en/radiology/studies/1283/ WARNING 2025-10-03 21:43:27,962 basehttp 61755 6143340544 "GET /en/radiology/studies/1283/ HTTP/1.1" 404 27283 INFO 2025-10-03 21:43:31,307 basehttp 61755 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:43:31,315 basehttp 61755 13757493248 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:43:31,337 log 61755 13757493248 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:43:31,338 basehttp 61755 13757493248 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 WARNING 2025-10-03 21:44:27,528 log 61755 6143340544 Not Found: /en/radiology/studies/1283/ WARNING 2025-10-03 21:44:27,529 basehttp 61755 6143340544 "GET /en/radiology/studies/1283/ HTTP/1.1" 404 27283 INFO 2025-10-03 21:44:32,308 basehttp 61755 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:44:32,317 basehttp 61755 13757493248 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:44:32,340 log 61755 13757493248 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:44:32,342 basehttp 61755 13757493248 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 INFO 2025-10-03 21:45:33,303 basehttp 61755 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:45:33,307 basehttp 61755 13757493248 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:45:33,318 log 61755 13757493248 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:45:33,319 basehttp 61755 13757493248 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 INFO 2025-10-03 21:46:14,064 autoreload 61755 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-10-03 21:46:14,688 autoreload 67078 8313250112 Watching for file changes with StatReloader INFO 2025-10-03 21:46:34,361 basehttp 67078 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:46:34,366 basehttp 67078 6341865472 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:46:34,379 log 67078 6341865472 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:46:34,380 basehttp 67078 6341865472 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 INFO 2025-10-03 21:47:35,304 basehttp 67078 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:47:35,309 basehttp 67078 6341865472 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:47:35,321 log 67078 6341865472 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-10-03 21:47:35,322 basehttp 67078 6341865472 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161757 INFO 2025-10-03 21:47:43,536 autoreload 67078 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-10-03 21:47:44,189 autoreload 67947 8313250112 Watching for file changes with StatReloader WARNING 2025-10-03 21:48:17,113 log 67947 13052751872 Not Found: /en/radiology/studies/1283/ WARNING 2025-10-03 21:48:17,113 basehttp 67947 13052751872 "GET /en/radiology/studies/1283/ HTTP/1.1" 404 27283 INFO 2025-10-03 21:48:18,007 basehttp 67947 13052751872 "GET /en/radiology/htmx/stats/ HTTP/1.1" 200 4178 INFO 2025-10-03 21:48:18,020 basehttp 67947 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-03 21:48:18,648 basehttp 67947 13069578240 "GET /en/radiology/ HTTP/1.1" 200 62140 INFO 2025-10-03 21:48:18,699 basehttp 67947 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-03 21:48:18,699 basehttp 67947 13052751872 "GET /en/radiology/htmx/stats/ HTTP/1.1" 200 4178 ERROR 2025-10-03 21:48:27,663 log 67947 13052751872 Internal Server Error: /en/notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py", line 505, in get_context_data context['priority_choices'] = SystemNotification.PRIORITY_CHOICES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'SystemNotification' has no attribute 'PRIORITY_CHOICES' ERROR 2025-10-03 21:48:27,665 basehttp 67947 13052751872 "GET /en/notifications/ HTTP/1.1" 500 87602 INFO 2025-10-03 21:48:36,320 basehttp 67947 13086404608 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:48:36,330 basehttp 67947 13086404608 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:48:36,348 log 67947 13086404608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1035, in find_library return parser.libraries[name] ~~~~~~~~~~~~~~~~^^^^^^ KeyError: 'account' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1097, in load lib = find_library(parser, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1037, in find_library raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: 'account' is not a registered tag library. Must be one of: admin_list admin_modify admin_urls allauth cache custom_filters debugger_tags fsm highlighting humanize i18n indent_text l10n log rest_framework static syntax_color tz viewflow webpack_loader widont workflow ERROR 2025-10-03 21:48:36,350 basehttp 67947 13086404608 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 227268 INFO 2025-10-03 21:48:46,502 autoreload 67947 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-10-03 21:48:47,112 autoreload 68518 8313250112 Watching for file changes with StatReloader INFO 2025-10-03 21:48:50,557 basehttp 68518 6126661632 "GET /en/notifications/ HTTP/1.1" 200 67076 INFO 2025-10-03 21:48:50,599 basehttp 68518 6126661632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-03 21:48:54,747 basehttp 68518 6126661632 "GET /en/notifications/5/ HTTP/1.1" 200 33090 INFO 2025-10-03 21:48:54,766 basehttp 68518 6126661632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-03 21:49:06,162 basehttp 68518 6126661632 "GET /en/notifications/ HTTP/1.1" 200 67076 INFO 2025-10-03 21:49:06,191 basehttp 68518 6126661632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-03 21:49:08,239 basehttp 68518 6126661632 "GET /en/notifications/ HTTP/1.1" 200 67076 INFO 2025-10-03 21:49:08,267 basehttp 68518 6126661632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-03 21:49:21,863 basehttp 68518 6126661632 "GET /en/notifications/5/ HTTP/1.1" 200 33090 INFO 2025-10-03 21:49:21,883 basehttp 68518 6126661632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-03 21:49:27,763 basehttp 68518 6143488000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-03 21:49:27,764 basehttp 68518 6126661632 "GET /en/radiology/htmx/stats/ HTTP/1.1" 200 4178 INFO 2025-10-03 21:49:31,297 basehttp 68518 6126661632 "GET /en/radiology/studies/1471/ HTTP/1.1" 200 29789 INFO 2025-10-03 21:49:31,322 basehttp 68518 6126661632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 21:49:37,304 basehttp 68518 6160314368 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:49:37,311 basehttp 68518 6160314368 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:49:37,330 log 68518 6160314368 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1035, in find_library return parser.libraries[name] ~~~~~~~~~~~~~~~~^^^^^^ KeyError: 'account' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1097, in load lib = find_library(parser, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1037, in find_library raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: 'account' is not a registered tag library. Must be one of: admin_list admin_modify admin_urls allauth cache custom_filters debugger_tags fsm highlighting humanize i18n indent_text l10n log rest_framework static syntax_color tz viewflow webpack_loader widont workflow ERROR 2025-10-03 21:49:37,331 basehttp 68518 6160314368 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 227268 INFO 2025-10-03 21:49:40,886 basehttp 68518 6126661632 "GET /en/radiology/series/3791/ HTTP/1.1" 200 35216 INFO 2025-10-03 21:49:40,909 basehttp 68518 6126661632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-10-03 21:49:48,653 log 68518 6126661632 Not Found: /radiology/series/3791/viewer/ WARNING 2025-10-03 21:49:48,653 basehttp 68518 6126661632 "GET /radiology/series/3791/viewer/ HTTP/1.1" 404 2611 ERROR 2025-10-03 21:49:58,640 log 68518 6126661632 Internal Server Error: /en/radiology/studies/1471/series/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 616, in get_queryset queryset = ImagingSeries.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: archived_datetime, body_part, completed_datetime, contrast_agent, contrast_route, created_at, id, image_orientation, image_quality, images, modality, number_of_instances, patient_position, pixel_spacing, processed_datetime, protocol_name, series_datetime, series_description, series_id, series_instance_uid, series_number, series_size, slice_thickness, spacing_between_slices, started_datetime, study, study_id, updated_at ERROR 2025-10-03 21:49:58,642 basehttp 68518 6126661632 "GET /en/radiology/studies/1471/series/ HTTP/1.1" 500 136957 INFO 2025-10-03 21:50:38,304 basehttp 68518 6160314368 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:50:38,309 basehttp 68518 6160314368 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-10-03 21:50:38,322 log 68518 6160314368 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1035, in find_library return parser.libraries[name] ~~~~~~~~~~~~~~~~^^^^^^ KeyError: 'account' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1097, in load lib = find_library(parser, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1037, in find_library raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: 'account' is not a registered tag library. Must be one of: admin_list admin_modify admin_urls allauth cache custom_filters debugger_tags fsm highlighting humanize i18n indent_text l10n log rest_framework static syntax_color tz viewflow webpack_loader widont workflow ERROR 2025-10-03 21:50:38,323 basehttp 68518 6160314368 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 227268 INFO 2025-10-03 21:50:43,173 autoreload 68518 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-10-03 21:50:43,784 autoreload 69463 8313250112 Watching for file changes with StatReloader INFO 2025-10-03 21:51:29,372 autoreload 69463 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-10-03 21:51:29,962 autoreload 69818 8313250112 Watching for file changes with StatReloader INFO 2025-10-03 21:52:05,395 autoreload 69818 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-10-03 21:52:05,911 autoreload 70161 8313250112 Watching for file changes with StatReloader INFO 2025-10-03 21:52:32,891 autoreload 70383 8313250112 Watching for file changes with StatReloader ERROR 2025-10-03 21:52:35,977 log 70383 6168113152 Internal Server Error: /en/radiology/studies/1471/series/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_study_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/\\Z'] ERROR 2025-10-03 21:52:35,979 basehttp 70383 6168113152 "GET /en/radiology/studies/1471/series/ HTTP/1.1" 500 207745 INFO 2025-10-03 21:52:40,305 basehttp 70383 6201765888 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:52:40,310 basehttp 70383 6201765888 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:52:40,322 basehttp 70383 6201765888 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 2401 INFO 2025-10-03 21:53:40,307 basehttp 70383 6201765888 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:53:40,312 basehttp 70383 6201765888 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:53:40,316 basehttp 70383 6201765888 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 2401 ERROR 2025-10-03 21:54:34,097 log 70383 6168113152 Internal Server Error: /en/radiology/studies/1471/series/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/series/create/\\Z'] ERROR 2025-10-03 21:54:34,100 basehttp 70383 6168113152 "GET /en/radiology/studies/1471/series/ HTTP/1.1" 500 205570 INFO 2025-10-03 21:54:40,312 basehttp 70383 6201765888 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:54:40,319 basehttp 70383 6201765888 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:54:40,333 basehttp 70383 6201765888 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 2401 ERROR 2025-10-03 21:54:51,380 log 70383 6168113152 Internal Server Error: /en/radiology/studies/1471/series/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_edit' not found. 'imaging_series_edit' is not a valid view function or pattern name. ERROR 2025-10-03 21:54:51,381 basehttp 70383 6168113152 "GET /en/radiology/studies/1471/series/ HTTP/1.1" 500 227901 INFO 2025-10-03 21:55:40,329 basehttp 70383 6201765888 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:55:40,360 basehttp 70383 6201765888 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:55:40,380 basehttp 70383 6201765888 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 2401 ERROR 2025-10-03 21:55:43,801 log 70383 6168113152 Internal Server Error: /en/radiology/studies/1471/series/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_edit' not found. 'imaging_series_edit' is not a valid view function or pattern name. ERROR 2025-10-03 21:55:43,802 basehttp 70383 6168113152 "GET /en/radiology/studies/1471/series/ HTTP/1.1" 500 227021 ERROR 2025-10-03 21:55:57,190 log 70383 6168113152 Internal Server Error: /en/radiology/studies/1471/series/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_download' not found. 'imaging_series_download' is not a valid view function or pattern name. ERROR 2025-10-03 21:55:57,192 basehttp 70383 6168113152 "GET /en/radiology/studies/1471/series/ HTTP/1.1" 500 229111 ERROR 2025-10-03 21:56:16,630 log 70383 6168113152 Internal Server Error: /en/radiology/studies/1471/series/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_delete' not found. 'imaging_series_delete' is not a valid view function or pattern name. ERROR 2025-10-03 21:56:16,631 basehttp 70383 6168113152 "GET /en/radiology/studies/1471/series/ HTTP/1.1" 500 228413 INFO 2025-10-03 21:56:29,872 basehttp 70383 6168113152 "GET /en/radiology/studies/1471/series/ HTTP/1.1" 200 271708 INFO 2025-10-03 21:56:29,918 basehttp 70383 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 21:56:40,325 basehttp 70383 6201765888 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:56:40,331 basehttp 70383 6201765888 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:56:40,341 basehttp 70383 6201765888 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 2401 INFO 2025-10-03 21:57:29,924 basehttp 70383 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 21:57:40,327 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:57:40,331 basehttp 70383 6184939520 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:57:40,335 basehttp 70383 6184939520 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 2401 INFO 2025-10-03 21:57:41,861 basehttp 70383 6168113152 "GET /en/radiology/studies/1471/series/ HTTP/1.1" 200 271692 INFO 2025-10-03 21:57:41,899 basehttp 70383 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 21:57:45,259 basehttp 70383 6168113152 "GET /en/radiology/studies/1471/series/ HTTP/1.1" 200 271692 INFO 2025-10-03 21:57:45,296 basehttp 70383 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 21:58:09,540 basehttp 70383 6168113152 "GET /en/radiology/studies/1471/series/ HTTP/1.1" 200 271692 INFO 2025-10-03 21:58:09,584 basehttp 70383 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 21:58:10,719 basehttp 70383 6168113152 "GET /en/radiology/studies/1471/series/ HTTP/1.1" 200 271692 INFO 2025-10-03 21:58:10,764 basehttp 70383 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 21:58:18,805 basehttp 70383 6168113152 "GET /en/radiology/series/3792/ HTTP/1.1" 200 35199 INFO 2025-10-03 21:58:18,842 basehttp 70383 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 21:58:27,687 basehttp 70383 6168113152 "GET /en/radiology/studies/1472/series/ HTTP/1.1" 200 271692 INFO 2025-10-03 21:58:27,730 basehttp 70383 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 21:58:30,347 basehttp 70383 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 21:58:30,682 basehttp 70383 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 21:58:31,152 basehttp 70383 6201765888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 21:58:31,154 basehttp 70383 6168113152 "GET /en/radiology/htmx/stats/ HTTP/1.1" 200 4178 INFO 2025-10-03 21:58:34,327 basehttp 70383 6168113152 "GET /en/radiology/studies/1471/ HTTP/1.1" 200 29789 INFO 2025-10-03 21:58:34,366 basehttp 70383 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 21:58:40,272 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:58:40,280 basehttp 70383 6184939520 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:58:40,294 basehttp 70383 6184939520 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 2401 INFO 2025-10-03 21:58:40,453 basehttp 70383 6168113152 "GET /en/radiology/series/3791/ HTTP/1.1" 200 35216 INFO 2025-10-03 21:58:40,488 basehttp 70383 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 21:58:47,838 basehttp 70383 6168113152 "GET /en/radiology/reports/720/ HTTP/1.1" 200 31280 INFO 2025-10-03 21:58:47,873 basehttp 70383 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 21:58:52,869 basehttp 70383 6168113152 "GET /en/radiology/studies/1471/ HTTP/1.1" 200 29789 INFO 2025-10-03 21:58:52,903 basehttp 70383 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 21:59:00,898 basehttp 70383 6168113152 "GET /en/radiology/orders/3367/ HTTP/1.1" 200 34434 INFO 2025-10-03 21:59:00,933 basehttp 70383 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 21:59:08,006 basehttp 70383 6168113152 "GET /en/radiology/htmx/stats/ HTTP/1.1" 200 4178 INFO 2025-10-03 21:59:16,438 basehttp 70383 6168113152 "GET /en/radiology/viewer/series/3222/ HTTP/1.1" 200 34991 WARNING 2025-10-03 21:59:16,458 log 70383 6168113152 Not Found: /en/radiology/files/preview/551e3064-01d3-4577-b699-f9eed6859026/ WARNING 2025-10-03 21:59:16,459 basehttp 70383 6168113152 "GET /en/radiology/files/preview/551e3064-01d3-4577-b699-f9eed6859026/ HTTP/1.1" 404 31666 INFO 2025-10-03 21:59:16,470 basehttp 70383 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 21:59:16,478 basehttp 70383 6201765888 "GET /en/radiology/series/75deca7c-7a0a-4004-9cc4-cd7812e99a17/images/ HTTP/1.1" 200 19265 WARNING 2025-10-03 21:59:16,530 log 70383 6201765888 Not Found: /en/radiology/files/thumbnail/551e3064-01d3-4577-b699-f9eed6859026/ WARNING 2025-10-03 21:59:16,530 basehttp 70383 6201765888 "GET /en/radiology/files/thumbnail/551e3064-01d3-4577-b699-f9eed6859026/ HTTP/1.1" 404 31274 WARNING 2025-10-03 21:59:16,532 log 70383 6168113152 Not Found: /en/radiology/files/thumbnail/278f5a9e-b723-4018-987a-45db06df5066/ WARNING 2025-10-03 21:59:16,533 basehttp 70383 6168113152 "GET /en/radiology/files/thumbnail/278f5a9e-b723-4018-987a-45db06df5066/ HTTP/1.1" 404 31274 WARNING 2025-10-03 21:59:16,539 log 70383 6235418624 Not Found: /en/radiology/files/thumbnail/88ec379e-fbbd-45ac-8bb8-82ed393744db/ WARNING 2025-10-03 21:59:16,542 log 70383 6252244992 Not Found: /en/radiology/files/thumbnail/b68f08a3-d75b-4be0-87ea-b37e3b6f0bb0/ WARNING 2025-10-03 21:59:16,542 basehttp 70383 6235418624 "GET /en/radiology/files/thumbnail/88ec379e-fbbd-45ac-8bb8-82ed393744db/ HTTP/1.1" 404 31274 WARNING 2025-10-03 21:59:16,542 basehttp 70383 6252244992 "GET /en/radiology/files/thumbnail/b68f08a3-d75b-4be0-87ea-b37e3b6f0bb0/ HTTP/1.1" 404 31274 WARNING 2025-10-03 21:59:16,560 log 70383 6235418624 Not Found: /en/radiology/files/thumbnail/027f159e-fce7-4219-a841-22e2d84d340d/ WARNING 2025-10-03 21:59:16,560 basehttp 70383 6235418624 "GET /en/radiology/files/thumbnail/027f159e-fce7-4219-a841-22e2d84d340d/ HTTP/1.1" 404 31274 INFO 2025-10-03 21:59:16,604 basehttp 70383 6218592256 "GET /en/radiology/files/thumbnail/0d784ba1-81cf-467e-8a21-e68ae43b5c16/ HTTP/1.1" 200 5568 INFO 2025-10-03 21:59:16,604 basehttp 70383 6168113152 "GET /en/radiology/files/thumbnail/283e9fad-3191-47a8-9756-1a0d3f86ee3b/ HTTP/1.1" 200 12494 INFO 2025-10-03 21:59:16,605 basehttp 70383 6252244992 "GET /en/radiology/files/thumbnail/4a94dd9c-f3f7-4347-8bec-6fbf8908af1b/ HTTP/1.1" 200 9804 INFO 2025-10-03 21:59:16,605 basehttp 70383 6184939520 "GET /en/radiology/files/thumbnail/0960a4e2-728c-4b2d-85cf-5da3cf269a9f/ HTTP/1.1" 200 20869 INFO 2025-10-03 21:59:16,605 basehttp 70383 6201765888 "GET /en/radiology/files/thumbnail/01a877eb-40c8-4c62-89e1-a794518adcb6/ HTTP/1.1" 200 25966 INFO 2025-10-03 21:59:16,605 basehttp 70383 6235418624 "GET /en/radiology/files/thumbnail/8b165dfe-8cf7-4588-a33f-bcd21bda2c88/ HTTP/1.1" 200 28108 INFO 2025-10-03 21:59:16,661 basehttp 70383 6168113152 "GET /en/radiology/files/thumbnail/1ebb031f-6221-4772-99e2-4a9018d8e270/ HTTP/1.1" 200 472 WARNING 2025-10-03 21:59:16,671 log 70383 6184939520 Not Found: /en/radiology/files/thumbnail/f7f8fddb-93d1-46c0-8737-57cafdcf7d77/ WARNING 2025-10-03 21:59:16,671 basehttp 70383 6184939520 "GET /en/radiology/files/thumbnail/f7f8fddb-93d1-46c0-8737-57cafdcf7d77/ HTTP/1.1" 404 31274 INFO 2025-10-03 21:59:16,673 basehttp 70383 6218592256 "GET /en/radiology/files/thumbnail/7a374279-725d-468f-b3e7-b060172af186/ HTTP/1.1" 200 10714 INFO 2025-10-03 21:59:16,674 basehttp 70383 6201765888 "GET /en/radiology/files/thumbnail/8dc1ecf3-0ef7-41f3-996c-7fb8a8da1186/ HTTP/1.1" 200 13915 WARNING 2025-10-03 21:59:16,678 log 70383 6168113152 Not Found: /en/radiology/files/thumbnail/85aecb5c-b92d-405f-8cd1-a253b8709546/ INFO 2025-10-03 21:59:16,678 basehttp 70383 6235418624 "GET /en/radiology/files/thumbnail/1e52968f-8b82-4bc1-92d2-78aadda6d07e/ HTTP/1.1" 200 19568 WARNING 2025-10-03 21:59:16,678 basehttp 70383 6168113152 "GET /en/radiology/files/thumbnail/85aecb5c-b92d-405f-8cd1-a253b8709546/ HTTP/1.1" 404 31274 INFO 2025-10-03 21:59:16,680 basehttp 70383 6252244992 "GET /en/radiology/files/thumbnail/9ebcf24e-8f31-43ca-9cf7-6de49972c34b/ HTTP/1.1" 200 13524 INFO 2025-10-03 21:59:16,717 basehttp 70383 6184939520 "GET /en/radiology/files/thumbnail/f9799c03-838e-4c4c-84ea-7111a960b7c7/ HTTP/1.1" 200 15341 INFO 2025-10-03 21:59:16,718 basehttp 70383 6218592256 "GET /en/radiology/files/thumbnail/a58d1eda-ad34-4097-bfeb-fb95ccab8a0f/ HTTP/1.1" 200 27411 INFO 2025-10-03 21:59:16,733 basehttp 70383 6201765888 "GET /en/radiology/files/thumbnail/f9145069-70a1-4e74-868d-af7590ddc78c/ HTTP/1.1" 200 19074 WARNING 2025-10-03 21:59:16,736 log 70383 6252244992 Not Found: /en/radiology/files/thumbnail/4c7fd603-37bc-40c0-9273-81b19dabef8b/ WARNING 2025-10-03 21:59:16,736 basehttp 70383 6252244992 "GET /en/radiology/files/thumbnail/4c7fd603-37bc-40c0-9273-81b19dabef8b/ HTTP/1.1" 404 31274 INFO 2025-10-03 21:59:16,737 basehttp 70383 6235418624 "GET /en/radiology/files/thumbnail/d107e91b-1596-45f5-a6ae-afd775a194b0/ HTTP/1.1" 200 2251 INFO 2025-10-03 21:59:16,738 basehttp 70383 6168113152 "GET /en/radiology/files/thumbnail/a2f5137e-bdef-492c-afa4-cc376c3da4fd/ HTTP/1.1" 200 23523 INFO 2025-10-03 21:59:16,762 basehttp 70383 6184939520 "GET /en/radiology/files/thumbnail/8a5eaac7-aea8-4bb0-bbff-308ff50d72b4/ HTTP/1.1" 200 11664 INFO 2025-10-03 21:59:16,762 basehttp 70383 6218592256 "GET /en/radiology/files/thumbnail/3156014b-cc85-4782-b116-47193934a2a4/ HTTP/1.1" 200 27654 WARNING 2025-10-03 21:59:16,786 log 70383 6201765888 Not Found: /en/radiology/files/thumbnail/2ed17b7d-ac34-4bf0-a753-6c9d4d1d213a/ WARNING 2025-10-03 21:59:16,786 basehttp 70383 6201765888 "GET /en/radiology/files/thumbnail/2ed17b7d-ac34-4bf0-a753-6c9d4d1d213a/ HTTP/1.1" 404 31274 WARNING 2025-10-03 21:59:16,796 log 70383 6235418624 Not Found: /en/radiology/files/thumbnail/edbc2b1c-c2d4-4351-9ac0-0b7fa2639e4d/ WARNING 2025-10-03 21:59:16,796 basehttp 70383 6235418624 "GET /en/radiology/files/thumbnail/edbc2b1c-c2d4-4351-9ac0-0b7fa2639e4d/ HTTP/1.1" 404 31274 WARNING 2025-10-03 21:59:16,800 log 70383 6168113152 Not Found: /en/radiology/files/thumbnail/2abe7cca-8bb3-487e-a0b6-8dc5f90000a3/ WARNING 2025-10-03 21:59:16,800 basehttp 70383 6168113152 "GET /en/radiology/files/thumbnail/2abe7cca-8bb3-487e-a0b6-8dc5f90000a3/ HTTP/1.1" 404 31274 WARNING 2025-10-03 21:59:16,806 log 70383 6218592256 Not Found: /en/radiology/files/thumbnail/65d1724e-604a-4017-8d9b-6572c428fd99/ INFO 2025-10-03 21:59:16,807 basehttp 70383 6252244992 "GET /en/radiology/files/thumbnail/4ad8a189-ec0f-4e94-84b5-36bf48c20a7e/ HTTP/1.1" 200 24953 WARNING 2025-10-03 21:59:16,807 basehttp 70383 6218592256 "GET /en/radiology/files/thumbnail/65d1724e-604a-4017-8d9b-6572c428fd99/ HTTP/1.1" 404 31274 INFO 2025-10-03 21:59:16,809 basehttp 70383 6184939520 "GET /en/radiology/files/thumbnail/ca8e7db9-1aa2-416e-b4a6-b1000c42c32b/ HTTP/1.1" 200 10716 INFO 2025-10-03 21:59:16,821 basehttp 70383 6201765888 "GET /en/radiology/files/thumbnail/9ee9e68e-70e9-452c-af83-2cebcf47d4e3/ HTTP/1.1" 200 12208 INFO 2025-10-03 21:59:16,827 basehttp 70383 6235418624 "GET /en/radiology/files/thumbnail/b129854d-83b2-4ad0-bcaf-8ec3b91381aa/ HTTP/1.1" 200 2878 INFO 2025-10-03 21:59:16,856 basehttp 70383 6168113152 "GET /en/radiology/files/thumbnail/efe6d27f-6c30-4800-b32c-c6abae9d44b4/ HTTP/1.1" 200 1860 WARNING 2025-10-03 21:59:16,863 log 70383 6218592256 Not Found: /en/radiology/files/thumbnail/9c6d5aae-24d1-4d30-b3fc-50c1c9785927/ WARNING 2025-10-03 21:59:16,864 basehttp 70383 6218592256 "GET /en/radiology/files/thumbnail/9c6d5aae-24d1-4d30-b3fc-50c1c9785927/ HTTP/1.1" 404 31274 WARNING 2025-10-03 21:59:16,868 log 70383 6184939520 Not Found: /en/radiology/files/thumbnail/2059d86f-f74c-4fed-b97c-9d7416ad18c6/ INFO 2025-10-03 21:59:16,869 basehttp 70383 6252244992 "GET /en/radiology/files/thumbnail/9f3cb132-2375-478d-affb-c91908bae78e/ HTTP/1.1" 200 832 WARNING 2025-10-03 21:59:16,869 basehttp 70383 6184939520 "GET /en/radiology/files/thumbnail/2059d86f-f74c-4fed-b97c-9d7416ad18c6/ HTTP/1.1" 404 31274 WARNING 2025-10-03 21:59:16,874 log 70383 6201765888 Not Found: /en/radiology/files/thumbnail/9c52694c-204a-4d75-9afb-f11857a0cf02/ WARNING 2025-10-03 21:59:16,874 basehttp 70383 6201765888 "GET /en/radiology/files/thumbnail/9c52694c-204a-4d75-9afb-f11857a0cf02/ HTTP/1.1" 404 31274 WARNING 2025-10-03 21:59:16,877 log 70383 6235418624 Not Found: /en/radiology/files/thumbnail/9735b49b-613f-4c57-a747-d3f6e3057b5b/ WARNING 2025-10-03 21:59:16,877 basehttp 70383 6235418624 "GET /en/radiology/files/thumbnail/9735b49b-613f-4c57-a747-d3f6e3057b5b/ HTTP/1.1" 404 31274 INFO 2025-10-03 21:59:16,888 basehttp 70383 6168113152 "GET /en/radiology/files/thumbnail/f0661e00-d645-4da3-8380-ffd5000370ad/ HTTP/1.1" 200 24760 INFO 2025-10-03 21:59:16,916 basehttp 70383 6218592256 "GET /en/radiology/files/thumbnail/6330fcd9-6d7f-4d48-8e59-9950c4a76951/ HTTP/1.1" 200 10173 WARNING 2025-10-03 21:59:16,933 log 70383 6184939520 Not Found: /en/radiology/files/thumbnail/edd6d97c-0ad8-47be-afc0-345f36309d80/ WARNING 2025-10-03 21:59:16,934 basehttp 70383 6184939520 "GET /en/radiology/files/thumbnail/edd6d97c-0ad8-47be-afc0-345f36309d80/ HTTP/1.1" 404 31274 INFO 2025-10-03 21:59:16,937 basehttp 70383 6252244992 "GET /en/radiology/files/thumbnail/dc720070-2bb1-4ab2-9c9b-93637ba2e764/ HTTP/1.1" 200 7117 INFO 2025-10-03 21:59:16,939 basehttp 70383 6201765888 "GET /en/radiology/files/thumbnail/8be91407-3e66-4c5d-ba3d-feafddc18a9d/ HTTP/1.1" 200 27173 INFO 2025-10-03 21:59:16,939 basehttp 70383 6235418624 "GET /en/radiology/files/thumbnail/abaf6d8c-7962-4f64-82b6-35dc2ce87bb0/ HTTP/1.1" 200 19544 INFO 2025-10-03 21:59:16,940 basehttp 70383 6168113152 "GET /en/radiology/files/thumbnail/f9e680b0-90c4-4d77-a4bf-c151f97d83d8/ HTTP/1.1" 200 5653 INFO 2025-10-03 21:59:16,942 basehttp 70383 6218592256 "GET /en/radiology/files/thumbnail/1715930a-4e88-420c-b781-c8820774b50a/ HTTP/1.1" 200 5168 INFO 2025-10-03 21:59:16,954 basehttp 70383 6184939520 "GET /en/radiology/files/thumbnail/087bf1e4-a2e0-4677-9a34-70dccc276b23/ HTTP/1.1" 200 5558 INFO 2025-10-03 21:59:16,955 basehttp 70383 6252244992 "GET /en/radiology/files/thumbnail/fe38f067-d527-4e09-a0bc-620bfd53e637/ HTTP/1.1" 200 955 INFO 2025-10-03 21:59:29,092 basehttp 70383 6184939520 "GET /en/radiology/viewer/image/147167/ HTTP/1.1" 200 33536 INFO 2025-10-03 21:59:29,113 basehttp 70383 6184939520 "GET /en/radiology/files/preview/f141737c-8781-4934-8e17-006ca6df471a/ HTTP/1.1" 200 118612 INFO 2025-10-03 21:59:29,128 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 21:59:32,836 basehttp 70383 6184939520 "GET /en/radiology/viewer/image/147168/ HTTP/1.1" 200 33766 INFO 2025-10-03 21:59:32,872 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 21:59:34,283 basehttp 70383 6184939520 "GET /en/radiology/viewer/image/147169/ HTTP/1.1" 200 33765 INFO 2025-10-03 21:59:34,305 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 21:59:35,386 basehttp 70383 6184939520 "GET /en/radiology/viewer/image/147170/ HTTP/1.1" 200 33897 INFO 2025-10-03 21:59:35,412 basehttp 70383 6184939520 "GET /en/radiology/files/preview/e21309f2-d308-4cb4-a49b-8a7d47d031cf/ HTTP/1.1" 200 108977 INFO 2025-10-03 21:59:35,422 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 21:59:38,463 basehttp 70383 6184939520 "GET /en/radiology/viewer/image/147169/ HTTP/1.1" 200 33765 INFO 2025-10-03 21:59:38,483 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 21:59:38,990 basehttp 70383 6184939520 "GET /en/radiology/viewer/image/147168/ HTTP/1.1" 200 33766 INFO 2025-10-03 21:59:39,024 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 21:59:39,604 basehttp 70383 6184939520 "GET /en/radiology/viewer/image/147167/ HTTP/1.1" 200 33536 INFO 2025-10-03 21:59:39,624 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 21:59:40,275 basehttp 70383 6269071360 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:59:40,286 basehttp 70383 6269071360 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 21:59:40,294 basehttp 70383 6269071360 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 2401 INFO 2025-10-03 22:00:39,628 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:00:40,271 basehttp 70383 6269071360 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:00:40,275 basehttp 70383 6269071360 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:00:40,279 basehttp 70383 6269071360 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 2401 INFO 2025-10-03 22:01:39,630 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:01:40,274 basehttp 70383 6269071360 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:01:40,279 basehttp 70383 6269071360 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:01:40,283 basehttp 70383 6269071360 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 2401 INFO 2025-10-03 22:02:23,550 basehttp 70383 6184939520 "GET /en/radiology/viewer/image/147167/ HTTP/1.1" 200 29325 INFO 2025-10-03 22:02:23,588 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:02:29,216 basehttp 70383 6184939520 "GET /en/radiology/viewer/image/147168/ HTTP/1.1" 200 29392 INFO 2025-10-03 22:02:29,240 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:02:31,620 basehttp 70383 6184939520 "GET /en/radiology/viewer/image/147169/ HTTP/1.1" 200 29391 INFO 2025-10-03 22:02:31,656 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:02:37,702 basehttp 70383 6184939520 "GET /en/radiology/viewer/image/147170/ HTTP/1.1" 200 29571 INFO 2025-10-03 22:02:37,720 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:02:40,275 basehttp 70383 6269071360 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:02:40,279 basehttp 70383 6269071360 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:02:40,289 basehttp 70383 6269071360 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 2401 INFO 2025-10-03 22:03:37,729 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:03:40,275 basehttp 70383 6269071360 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:03:40,278 basehttp 70383 6269071360 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:03:40,288 basehttp 70383 6285897728 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 2401 INFO 2025-10-03 22:04:37,742 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:04:40,283 basehttp 70383 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:04:40,289 basehttp 70383 6168113152 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:04:40,295 basehttp 70383 6168113152 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 2401 INFO 2025-10-03 22:05:37,741 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:05:40,283 basehttp 70383 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:05:40,288 basehttp 70383 6168113152 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:05:40,300 basehttp 70383 6168113152 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 2401 INFO 2025-10-03 22:06:37,740 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:06:40,283 basehttp 70383 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:06:40,289 basehttp 70383 6168113152 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:06:40,295 basehttp 70383 6168113152 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 2401 INFO 2025-10-03 22:07:37,753 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:07:40,288 basehttp 70383 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:07:40,297 basehttp 70383 6168113152 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:07:40,312 basehttp 70383 6168113152 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 2401 INFO 2025-10-03 22:08:37,760 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:08:40,290 basehttp 70383 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:08:40,298 basehttp 70383 6168113152 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:08:40,312 basehttp 70383 6168113152 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 2401 INFO 2025-10-03 22:09:27,899 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:09:28,597 basehttp 70383 6184939520 "GET /en/radiology/viewer/image/147169/ HTTP/1.1" 200 29391 INFO 2025-10-03 22:09:28,638 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:09:29,782 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:09:30,493 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:09:30,976 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:09:33,278 basehttp 70383 6184939520 "GET /en/radiology/viewer/image/147168/ HTTP/1.1" 200 29392 INFO 2025-10-03 22:09:33,316 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:09:34,562 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:09:35,078 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 ERROR 2025-10-03 22:09:39,440 log 70383 6184939520 Internal Server Error: /en/radiology/images/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dicom_upload' not found. 'dicom_upload' is not a valid view function or pattern name. ERROR 2025-10-03 22:09:39,441 basehttp 70383 6184939520 "GET /en/radiology/images/ HTTP/1.1" 500 163177 INFO 2025-10-03 22:09:40,295 basehttp 70383 6201765888 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:09:40,307 basehttp 70383 6201765888 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:09:40,315 basehttp 70383 6201765888 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 2401 ERROR 2025-10-03 22:10:19,274 log 70383 6184939520 Internal Server Error: /en/radiology/images/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 199, in render template = context.template.engine.select_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 214, in select_template raise TemplateDoesNotExist(", ".join(not_found)) django.template.exceptions.TemplateDoesNotExist: partials/pagination.html The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 109, in render reraise(exc, self.backend) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 130, in reraise raise new from exc django.template.exceptions.TemplateDoesNotExist: partials/pagination.html ERROR 2025-10-03 22:10:19,275 basehttp 70383 6184939520 "GET /en/radiology/images/ HTTP/1.1" 500 176646 INFO 2025-10-03 22:10:40,302 basehttp 70383 6201765888 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:10:40,311 basehttp 70383 6201765888 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:10:40,329 basehttp 70383 6201765888 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 2401 INFO 2025-10-03 22:10:52,689 basehttp 70383 6184939520 "GET /en/radiology/images/ HTTP/1.1" 200 190996 INFO 2025-10-03 22:10:52,739 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:11:03,066 basehttp 70383 6184939520 "GET /en/radiology/viewer/image/147167/ HTTP/1.1" 200 29325 INFO 2025-10-03 22:11:03,104 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:11:36,605 basehttp 70383 6184939520 "GET /en/radiology/viewer/image/147167/ HTTP/1.1" 200 33536 INFO 2025-10-03 22:11:36,646 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:11:39,345 basehttp 70383 6184939520 "GET /en/radiology/viewer/image/147168/ HTTP/1.1" 200 33766 INFO 2025-10-03 22:11:39,381 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:11:40,302 basehttp 70383 6201765888 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:11:40,311 basehttp 70383 6201765888 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:11:40,326 basehttp 70383 6201765888 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 2401 INFO 2025-10-03 22:11:41,529 basehttp 70383 6184939520 "GET /en/radiology/viewer/image/147169/ HTTP/1.1" 200 33765 INFO 2025-10-03 22:11:41,565 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:11:43,091 basehttp 70383 6184939520 "GET /en/radiology/viewer/image/147170/ HTTP/1.1" 200 33897 INFO 2025-10-03 22:11:43,123 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:12:06,088 basehttp 70383 6184939520 "GET /en/radiology/viewer/image/147171/ HTTP/1.1" 200 33898 INFO 2025-10-03 22:12:06,113 basehttp 70383 6184939520 "GET /en/radiology/files/preview/134da9f8-80a6-4729-a675-60642914809a/ HTTP/1.1" 200 48816 INFO 2025-10-03 22:12:06,122 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:12:08,214 basehttp 70383 6184939520 "GET /en/radiology/viewer/image/147172/ HTTP/1.1" 200 33897 INFO 2025-10-03 22:12:08,234 basehttp 70383 6184939520 "GET /en/radiology/files/preview/ccdc56e7-12e9-4de2-9457-b1b9ba832d72/ HTTP/1.1" 200 118357 INFO 2025-10-03 22:12:08,249 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:12:10,389 basehttp 70383 6184939520 "GET /en/radiology/viewer/image/147173/ HTTP/1.1" 200 33895 INFO 2025-10-03 22:12:10,406 basehttp 70383 6184939520 "GET /en/radiology/files/preview/f426c164-03e4-4627-a868-a11bfd4d8a76/ HTTP/1.1" 200 100399 INFO 2025-10-03 22:12:10,411 basehttp 70383 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:12:12,216 basehttp 70383 6168113152 "GET /en/radiology/viewer/image/147174/ HTTP/1.1" 200 33896 INFO 2025-10-03 22:12:12,238 basehttp 70383 6168113152 "GET /en/radiology/files/preview/06ea4fd4-742d-4ec9-9a74-8453a0eaeaf5/ HTTP/1.1" 200 118631 INFO 2025-10-03 22:12:12,250 basehttp 70383 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:12:13,921 basehttp 70383 6168113152 "GET /en/radiology/viewer/image/147175/ HTTP/1.1" 200 33896 INFO 2025-10-03 22:12:13,952 basehttp 70383 6168113152 "GET /en/radiology/files/preview/e36194af-9904-4c48-92d9-6258d1bf3c30/ HTTP/1.1" 200 200118 INFO 2025-10-03 22:12:13,955 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 ERROR 2025-10-03 22:12:22,758 log 70383 6184939520 Internal Server Error: /en/radiology/files/image/e36194af-9904-4c48-92d9-6258d1bf3c30/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 1174, in dicom_image_file AuditLogger.log_event( TypeError: AuditLogger.log_event() got an unexpected keyword argument 'model' ERROR 2025-10-03 22:12:22,759 basehttp 70383 6184939520 "GET /en/radiology/files/image/e36194af-9904-4c48-92d9-6258d1bf3c30/ HTTP/1.1" 500 73936 INFO 2025-10-03 22:12:40,306 basehttp 70383 6201765888 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:12:40,315 basehttp 70383 6201765888 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:12:40,324 basehttp 70383 6201765888 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 2401 INFO 2025-10-03 22:13:14,180 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:13:40,323 basehttp 70383 6201765888 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:13:40,327 basehttp 70383 6201765888 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:13:40,353 basehttp 70383 6201765888 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 2401 INFO 2025-10-03 22:14:15,139 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:14:40,318 basehttp 70383 6201765888 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:14:40,327 basehttp 70383 6201765888 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:14:40,331 basehttp 70383 6201765888 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 2401 INFO 2025-10-03 22:15:16,153 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:15:40,341 basehttp 70383 6201765888 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:15:40,345 basehttp 70383 6201765888 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:15:40,353 basehttp 70383 6201765888 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 2401 INFO 2025-10-03 22:16:17,140 basehttp 70383 6184939520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:16:40,350 basehttp 70383 6201765888 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:16:40,358 basehttp 70383 6201765888 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:16:40,368 basehttp 70383 6201765888 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 2401 INFO 2025-10-03 22:17:06,749 autoreload 70383 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-10-03 22:17:07,331 autoreload 82587 8313250112 Watching for file changes with StatReloader ERROR 2025-10-03 22:17:08,538 log 82587 6123991040 Internal Server Error: /en/radiology/files/image/e36194af-9904-4c48-92d9-6258d1bf3c30/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 1180, in dicom_image_file description=f'Dicom image accessed: {object.title}', ^^^^^^^^^^^^ AttributeError: type object 'object' has no attribute 'title' ERROR 2025-10-03 22:17:08,539 basehttp 82587 6123991040 "GET /en/radiology/files/image/e36194af-9904-4c48-92d9-6258d1bf3c30/ HTTP/1.1" 500 74102 INFO 2025-10-03 22:17:18,193 basehttp 82587 6123991040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:17:20,185 autoreload 82587 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-10-03 22:17:20,651 autoreload 82691 8313250112 Watching for file changes with StatReloader ERROR 2025-10-03 22:17:22,164 log 82691 6162870272 Internal Server Error: /en/radiology/files/image/e36194af-9904-4c48-92d9-6258d1bf3c30/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 1175, in dicom_image_file AuditLogger.log_event( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/utils.py", line 69, in log_event 'content_type': ContentType.objects.get_for_model(content_object), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/contenttypes/models.py", line 41, in get_for_model opts = self._get_opts(model, for_concrete_model) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/contenttypes/models.py", line 28, in _get_opts model = model._meta.concrete_model ^^^^^^^^^^^ AttributeError: type object 'object' has no attribute '_meta' ERROR 2025-10-03 22:17:22,166 basehttp 82691 6162870272 "GET /en/radiology/files/image/e36194af-9904-4c48-92d9-6258d1bf3c30/ HTTP/1.1" 500 89371 INFO 2025-10-03 22:17:33,511 autoreload 82691 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-10-03 22:17:33,925 autoreload 82858 8313250112 Watching for file changes with StatReloader ERROR 2025-10-03 22:17:35,187 log 82858 6159790080 Internal Server Error: /en/radiology/files/image/e36194af-9904-4c48-92d9-6258d1bf3c30/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 1175, in dicom_image_file AuditLogger.log_event( TypeError: AuditLogger.log_event() missing 1 required positional argument: 'description' ERROR 2025-10-03 22:17:35,192 basehttp 82858 6159790080 "GET /en/radiology/files/image/e36194af-9904-4c48-92d9-6258d1bf3c30/ HTTP/1.1" 500 74051 ERROR 2025-10-03 22:17:37,680 log 82858 6159790080 Internal Server Error: /en/radiology/files/image/e36194af-9904-4c48-92d9-6258d1bf3c30/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 1175, in dicom_image_file AuditLogger.log_event( TypeError: AuditLogger.log_event() missing 1 required positional argument: 'description' ERROR 2025-10-03 22:17:37,681 basehttp 82858 6159790080 "GET /en/radiology/files/image/e36194af-9904-4c48-92d9-6258d1bf3c30/ HTTP/1.1" 500 74051 INFO 2025-10-03 22:17:40,394 basehttp 82858 6193442816 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:17:40,399 basehttp 82858 6193442816 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:17:40,409 basehttp 82858 6193442816 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 2401 INFO 2025-10-03 22:17:48,772 autoreload 82858 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-10-03 22:17:49,244 autoreload 82952 8313250112 Watching for file changes with StatReloader ERROR 2025-10-03 22:17:51,005 log 82952 6200750080 Internal Server Error: /en/radiology/files/image/e36194af-9904-4c48-92d9-6258d1bf3c30/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 1175, in dicom_image_file AuditLogger.log_event( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/utils.py", line 69, in log_event 'content_type': ContentType.objects.get_for_model(content_object), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/contenttypes/models.py", line 41, in get_for_model opts = self._get_opts(model, for_concrete_model) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/contenttypes/models.py", line 28, in _get_opts model = model._meta.concrete_model ^^^^^^^^^^^ AttributeError: type object 'object' has no attribute '_meta' ERROR 2025-10-03 22:17:51,008 basehttp 82952 6200750080 "GET /en/radiology/files/image/e36194af-9904-4c48-92d9-6258d1bf3c30/ HTTP/1.1" 500 89293 INFO 2025-10-03 22:18:17,713 autoreload 82952 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-10-03 22:18:18,122 autoreload 83222 8313250112 Watching for file changes with StatReloader INFO 2025-10-03 22:18:19,211 basehttp 83222 6169292800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 ERROR 2025-10-03 22:18:23,123 log 83222 6169292800 Internal Server Error: /en/radiology/files/image/e36194af-9904-4c48-92d9-6258d1bf3c30/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 1182, in dicom_image_file content_object=request.object, ^^^^^^^^^^^^^^ AttributeError: 'WSGIRequest' object has no attribute 'object' ERROR 2025-10-03 22:18:23,124 basehttp 83222 6169292800 "GET /en/radiology/files/image/e36194af-9904-4c48-92d9-6258d1bf3c30/ HTTP/1.1" 500 74036 INFO 2025-10-03 22:18:36,072 autoreload 83222 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-10-03 22:18:36,512 autoreload 83391 8313250112 Watching for file changes with StatReloader ERROR 2025-10-03 22:18:39,471 log 83391 6157545472 Internal Server Error: /en/radiology/files/image/e36194af-9904-4c48-92d9-6258d1bf3c30/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 1175, in dicom_image_file AuditLogger.log_event( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/utils.py", line 69, in log_event 'content_type': ContentType.objects.get_for_model(content_object), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/contenttypes/models.py", line 41, in get_for_model opts = self._get_opts(model, for_concrete_model) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/contenttypes/models.py", line 28, in _get_opts model = model._meta.concrete_model ^^^^^^^^^^^ AttributeError: type object 'object' has no attribute '_meta' ERROR 2025-10-03 22:18:39,472 basehttp 83391 6157545472 "GET /en/radiology/files/image/e36194af-9904-4c48-92d9-6258d1bf3c30/ HTTP/1.1" 500 89293 INFO 2025-10-03 22:18:40,411 basehttp 83391 6191198208 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:18:40,431 basehttp 83391 6191198208 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:18:40,443 basehttp 83391 6191198208 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 2401 INFO 2025-10-03 22:19:21,152 basehttp 83391 6157545472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:19:28,138 autoreload 83391 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-10-03 22:19:28,595 autoreload 83729 8313250112 Watching for file changes with StatReloader INFO 2025-10-03 22:19:30,898 basehttp 83729 6159036416 "GET /en/radiology/files/image/e36194af-9904-4c48-92d9-6258d1bf3c30/ HTTP/1.1" 200 1049770 INFO 2025-10-03 22:19:40,438 basehttp 83729 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:19:40,444 basehttp 83729 12918534144 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-03 22:19:40,456 basehttp 83729 12918534144 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 2401 INFO 2025-10-03 22:19:43,701 basehttp 83729 6159036416 "GET /en/radiology/viewer/image/147175/ HTTP/1.1" 200 33896 INFO 2025-10-03 22:19:43,748 basehttp 83729 6159036416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:19:46,912 basehttp 83729 6159036416 "GET /en/radiology/viewer/image/147176/ HTTP/1.1" 200 33902 INFO 2025-10-03 22:19:46,937 basehttp 83729 6159036416 "GET /en/radiology/files/preview/97483341-463d-40e8-9b70-fb14bac9f21c/ HTTP/1.1" 200 96103 INFO 2025-10-03 22:19:46,943 basehttp 83729 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:19:48,115 basehttp 83729 12901707776 "GET /en/radiology/viewer/image/147177/ HTTP/1.1" 200 33903 INFO 2025-10-03 22:19:48,132 basehttp 83729 12901707776 "GET /en/radiology/files/preview/9fa370d9-6901-4127-a2c2-dc78e522088e/ HTTP/1.1" 200 66928 INFO 2025-10-03 22:19:48,135 basehttp 83729 6159036416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:20:03,039 basehttp 83729 6159036416 "GET /en/radiology/metadata/9fa370d9-6901-4127-a2c2-dc78e522088e/ HTTP/1.1" 200 646 INFO 2025-10-03 22:20:05,743 basehttp 83729 6159036416 "GET /en/radiology/viewer/series/3223/ HTTP/1.1" 200 35008 INFO 2025-10-03 22:20:05,776 basehttp 83729 6159036416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:20:05,782 basehttp 83729 12901707776 "GET /en/radiology/series/fe5eadc7-45a9-4323-bce8-2aa7de60f74c/images/ HTTP/1.1" 200 19262 WARNING 2025-10-03 22:20:05,824 log 83729 12901707776 Not Found: /en/radiology/files/thumbnail/7cecb4e6-9474-48a9-8132-4c3e5e36f4da/ WARNING 2025-10-03 22:20:05,824 basehttp 83729 12901707776 "GET /en/radiology/files/thumbnail/7cecb4e6-9474-48a9-8132-4c3e5e36f4da/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:05,836 log 83729 6159036416 Not Found: /en/radiology/files/thumbnail/96b12889-9ab8-405d-bacc-01d1a469402d/ WARNING 2025-10-03 22:20:05,837 basehttp 83729 6159036416 "GET /en/radiology/files/thumbnail/96b12889-9ab8-405d-bacc-01d1a469402d/ HTTP/1.1" 404 31274 INFO 2025-10-03 22:20:05,845 basehttp 83729 12969013248 "GET /en/radiology/files/thumbnail/ccdc56e7-12e9-4de2-9457-b1b9ba832d72/ HTTP/1.1" 200 5415 INFO 2025-10-03 22:20:05,847 basehttp 83729 12985839616 "GET /en/radiology/files/thumbnail/f426c164-03e4-4627-a868-a11bfd4d8a76/ HTTP/1.1" 200 12432 INFO 2025-10-03 22:20:05,848 basehttp 83729 12952186880 "GET /en/radiology/files/thumbnail/134da9f8-80a6-4729-a675-60642914809a/ HTTP/1.1" 200 14502 INFO 2025-10-03 22:20:05,848 basehttp 83729 12935360512 "GET /en/radiology/files/thumbnail/e21309f2-d308-4cb4-a49b-8a7d47d031cf/ HTTP/1.1" 200 6152 INFO 2025-10-03 22:20:05,850 basehttp 83729 12901707776 "GET /en/radiology/files/thumbnail/97483341-463d-40e8-9b70-fb14bac9f21c/ HTTP/1.1" 200 6929 WARNING 2025-10-03 22:20:05,856 log 83729 6159036416 Not Found: /en/radiology/files/thumbnail/c145b7b8-b64b-4ca3-bfaa-563c19a798eb/ WARNING 2025-10-03 22:20:05,856 basehttp 83729 6159036416 "GET /en/radiology/files/thumbnail/c145b7b8-b64b-4ca3-bfaa-563c19a798eb/ HTTP/1.1" 404 31274 INFO 2025-10-03 22:20:05,901 basehttp 83729 12969013248 "GET /en/radiology/files/thumbnail/06ea4fd4-742d-4ec9-9a74-8453a0eaeaf5/ HTTP/1.1" 200 5564 INFO 2025-10-03 22:20:05,904 basehttp 83729 12985839616 "GET /en/radiology/files/thumbnail/0c2121cc-2345-4567-902e-417cc4a42973/ HTTP/1.1" 200 19541 INFO 2025-10-03 22:20:05,914 basehttp 83729 12935360512 "GET /en/radiology/files/thumbnail/e36194af-9904-4c48-92d9-6258d1bf3c30/ HTTP/1.1" 200 11413 INFO 2025-10-03 22:20:05,914 basehttp 83729 12952186880 "GET /en/radiology/files/thumbnail/e3d3dbde-139b-40d2-bb87-f6dd0c65d325/ HTTP/1.1" 200 6599 INFO 2025-10-03 22:20:05,914 basehttp 83729 12901707776 "GET /en/radiology/files/thumbnail/99574c0c-53d4-4bfd-8a0e-892889cf5262/ HTTP/1.1" 200 22317 INFO 2025-10-03 22:20:05,915 basehttp 83729 6159036416 "GET /en/radiology/files/thumbnail/9a80d573-ebb1-4ac0-9e56-7cbf5e081817/ HTTP/1.1" 200 10783 WARNING 2025-10-03 22:20:05,918 log 83729 12969013248 Not Found: /en/radiology/files/thumbnail/6a67f3d8-60b4-4ddd-8fcc-387c51d09b81/ WARNING 2025-10-03 22:20:05,918 basehttp 83729 12969013248 "GET /en/radiology/files/thumbnail/6a67f3d8-60b4-4ddd-8fcc-387c51d09b81/ HTTP/1.1" 404 31274 INFO 2025-10-03 22:20:05,944 basehttp 83729 12985839616 "GET /en/radiology/files/thumbnail/9fa370d9-6901-4127-a2c2-dc78e522088e/ HTTP/1.1" 200 15417 WARNING 2025-10-03 22:20:05,972 log 83729 12935360512 Not Found: /en/radiology/files/thumbnail/59f6cdfa-a1a5-4395-b522-259ee1998b58/ WARNING 2025-10-03 22:20:05,973 basehttp 83729 12935360512 "GET /en/radiology/files/thumbnail/59f6cdfa-a1a5-4395-b522-259ee1998b58/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:05,979 log 83729 6159036416 Not Found: /en/radiology/files/thumbnail/b0cb9b13-af5c-42c9-b34f-8f61488a989f/ WARNING 2025-10-03 22:20:05,982 log 83729 12952186880 Not Found: /en/radiology/files/thumbnail/b2bcd5b5-ee22-40fc-9fac-9e8a8f6060a2/ WARNING 2025-10-03 22:20:05,982 basehttp 83729 6159036416 "GET /en/radiology/files/thumbnail/b0cb9b13-af5c-42c9-b34f-8f61488a989f/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:05,982 basehttp 83729 12952186880 "GET /en/radiology/files/thumbnail/b2bcd5b5-ee22-40fc-9fac-9e8a8f6060a2/ HTTP/1.1" 404 31274 INFO 2025-10-03 22:20:05,986 basehttp 83729 12969013248 "GET /en/radiology/files/thumbnail/d2168d94-2cd5-4ae1-8967-19d29aed6eb0/ HTTP/1.1" 200 11523 INFO 2025-10-03 22:20:05,987 basehttp 83729 12985839616 "GET /en/radiology/files/thumbnail/ea90830b-da66-4faa-ac10-3e494be262e9/ HTTP/1.1" 200 394 INFO 2025-10-03 22:20:05,987 basehttp 83729 12901707776 "GET /en/radiology/files/thumbnail/9a35016f-b58a-47d0-b482-df2c96d623e4/ HTTP/1.1" 200 6772 INFO 2025-10-03 22:20:05,988 basehttp 83729 12935360512 "GET /en/radiology/files/thumbnail/aa3104bc-459c-496d-8a53-f450a3562fe6/ HTTP/1.1" 200 947 INFO 2025-10-03 22:20:06,037 basehttp 83729 12952186880 "GET /en/radiology/files/thumbnail/48fa32aa-c491-4b5d-b493-f4b4af353a4f/ HTTP/1.1" 200 12690 INFO 2025-10-03 22:20:06,039 basehttp 83729 6159036416 "GET /en/radiology/files/thumbnail/580afe8b-51bb-4f3b-aea6-a78a2eb1074b/ HTTP/1.1" 200 1197 WARNING 2025-10-03 22:20:06,044 log 83729 12985839616 Not Found: /en/radiology/files/thumbnail/33911477-6a74-41c7-a6cc-2cd8f011f0b2/ WARNING 2025-10-03 22:20:06,044 basehttp 83729 12985839616 "GET /en/radiology/files/thumbnail/33911477-6a74-41c7-a6cc-2cd8f011f0b2/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:06,049 log 83729 12901707776 Not Found: /en/radiology/files/thumbnail/98b9c645-e6c4-4245-9ac9-dab9432e13cb/ WARNING 2025-10-03 22:20:06,050 basehttp 83729 12901707776 "GET /en/radiology/files/thumbnail/98b9c645-e6c4-4245-9ac9-dab9432e13cb/ HTTP/1.1" 404 31274 INFO 2025-10-03 22:20:06,051 basehttp 83729 12969013248 "GET /en/radiology/files/thumbnail/69b9ea05-dd57-404f-8e52-d19d694e3201/ HTTP/1.1" 200 9925 WARNING 2025-10-03 22:20:06,054 log 83729 6159036416 Not Found: /en/radiology/files/thumbnail/0ce786e4-a5ea-4b9f-be50-6da1b6337d20/ WARNING 2025-10-03 22:20:06,054 basehttp 83729 6159036416 "GET /en/radiology/files/thumbnail/0ce786e4-a5ea-4b9f-be50-6da1b6337d20/ HTTP/1.1" 404 31274 INFO 2025-10-03 22:20:06,056 basehttp 83729 12935360512 "GET /en/radiology/files/thumbnail/37805bb8-e4bd-4f56-a2f5-ddca4cddf0bd/ HTTP/1.1" 200 19572 INFO 2025-10-03 22:20:06,086 basehttp 83729 12952186880 "GET /en/radiology/files/thumbnail/1cb58ac2-cd46-43fa-82df-34e88206de7b/ HTTP/1.1" 200 10764 INFO 2025-10-03 22:20:06,098 basehttp 83729 12985839616 "GET /en/radiology/files/thumbnail/ef50eb47-d673-4d80-9290-d150f5e27fdc/ HTTP/1.1" 200 12421 WARNING 2025-10-03 22:20:06,110 log 83729 6159036416 Not Found: /en/radiology/files/thumbnail/5d3956b1-4134-44aa-96b3-354f55e99533/ WARNING 2025-10-03 22:20:06,111 basehttp 83729 6159036416 "GET /en/radiology/files/thumbnail/5d3956b1-4134-44aa-96b3-354f55e99533/ HTTP/1.1" 404 31274 INFO 2025-10-03 22:20:06,113 basehttp 83729 12901707776 "GET /en/radiology/files/thumbnail/8cba9eb5-a120-49cc-9475-f1446a8a5d0a/ HTTP/1.1" 200 475 INFO 2025-10-03 22:20:06,113 basehttp 83729 12969013248 "GET /en/radiology/files/thumbnail/a9f0be8d-a59c-407a-997f-d5b64ae3bd4f/ HTTP/1.1" 200 5565 INFO 2025-10-03 22:20:06,116 basehttp 83729 12935360512 "GET /en/radiology/files/thumbnail/e95ca18f-e703-4266-b105-4d5570cfede8/ HTTP/1.1" 200 25996 INFO 2025-10-03 22:20:06,117 basehttp 83729 12952186880 "GET /en/radiology/files/thumbnail/411fd355-dc7f-4cc6-ac40-b3a2b064db75/ HTTP/1.1" 200 580 INFO 2025-10-03 22:20:06,128 basehttp 83729 12985839616 "GET /en/radiology/files/thumbnail/14050348-8445-48c7-a6f4-1de2857d7c31/ HTTP/1.1" 200 7656 INFO 2025-10-03 22:20:06,171 basehttp 83729 6159036416 "GET /en/radiology/files/thumbnail/5ee15f75-0638-4a3b-9567-807a47024a55/ HTTP/1.1" 200 22276 INFO 2025-10-03 22:20:06,176 basehttp 83729 12969013248 "GET /en/radiology/files/thumbnail/3b07f36b-49e1-4cb4-9d2d-f6f501207f45/ HTTP/1.1" 200 5588 INFO 2025-10-03 22:20:06,178 basehttp 83729 12901707776 "GET /en/radiology/files/thumbnail/877d0895-e06b-4219-b50e-abe9e35c688e/ HTTP/1.1" 200 10738 INFO 2025-10-03 22:20:06,182 basehttp 83729 12935360512 "GET /en/radiology/files/thumbnail/539466c8-4824-40f4-97bd-599006e008a3/ HTTP/1.1" 200 29495 INFO 2025-10-03 22:20:06,183 basehttp 83729 12952186880 "GET /en/radiology/files/thumbnail/5039952f-aaaf-4258-8694-1234000390b4/ HTTP/1.1" 200 12475 INFO 2025-10-03 22:20:06,184 basehttp 83729 12985839616 "GET /en/radiology/files/thumbnail/c4e4553d-123e-43ad-89b0-6cb17968a1c6/ HTTP/1.1" 200 12428 INFO 2025-10-03 22:20:06,228 basehttp 83729 6159036416 "GET /en/radiology/files/thumbnail/2d282747-abbd-4812-85af-e2b5769f983b/ HTTP/1.1" 200 24218 WARNING 2025-10-03 22:20:06,231 log 83729 12901707776 Not Found: /en/radiology/files/thumbnail/4f16a11b-7661-4acb-974a-fa55efeba54b/ WARNING 2025-10-03 22:20:06,232 basehttp 83729 12901707776 "GET /en/radiology/files/thumbnail/4f16a11b-7661-4acb-974a-fa55efeba54b/ HTTP/1.1" 404 31274 INFO 2025-10-03 22:20:06,233 basehttp 83729 12969013248 "GET /en/radiology/files/thumbnail/280bcf78-6ac7-4bb3-b60c-b3c690d00638/ HTTP/1.1" 200 9827 INFO 2025-10-03 22:20:06,236 basehttp 83729 12952186880 "GET /en/radiology/files/thumbnail/c4e80d8e-3619-4307-b217-47d61f48fd47/ HTTP/1.1" 200 25078 INFO 2025-10-03 22:20:06,240 basehttp 83729 12935360512 "GET /en/radiology/files/thumbnail/a5e3f52e-b323-40bf-bea8-45e80ddebcc0/ HTTP/1.1" 200 2500 WARNING 2025-10-03 22:20:06,749 log 83729 12935360512 Not Found: /en/radiology/files/preview/7cecb4e6-9474-48a9-8132-4c3e5e36f4da/ WARNING 2025-10-03 22:20:06,751 log 83729 12952186880 Not Found: /en/radiology/files/preview/96b12889-9ab8-405d-bacc-01d1a469402d/ INFO 2025-10-03 22:20:06,751 basehttp 83729 12935360512 - Broken pipe from ('127.0.0.1', 56073) WARNING 2025-10-03 22:20:06,751 basehttp 83729 12952186880 "GET /en/radiology/files/preview/96b12889-9ab8-405d-bacc-01d1a469402d/ HTTP/1.1" 404 31666 INFO 2025-10-03 22:20:06,752 basehttp 83729 12952186880 - Broken pipe from ('127.0.0.1', 56074) INFO 2025-10-03 22:20:06,817 basehttp 83729 12969013248 - Broken pipe from ('127.0.0.1', 56075) WARNING 2025-10-03 22:20:06,822 log 83729 12901707776 Not Found: /en/radiology/files/preview/c145b7b8-b64b-4ca3-bfaa-563c19a798eb/ WARNING 2025-10-03 22:20:06,822 basehttp 83729 12901707776 "GET /en/radiology/files/preview/c145b7b8-b64b-4ca3-bfaa-563c19a798eb/ HTTP/1.1" 404 31666 INFO 2025-10-03 22:20:12,319 basehttp 83729 12901707776 "GET /en/radiology/viewer/series/3223/ HTTP/1.1" 200 35008 INFO 2025-10-03 22:20:12,359 basehttp 83729 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:20:12,365 basehttp 83729 6159036416 "GET /en/radiology/series/fe5eadc7-45a9-4323-bce8-2aa7de60f74c/images/ HTTP/1.1" 200 19262 WARNING 2025-10-03 22:20:12,407 log 83729 6159036416 Not Found: /en/radiology/files/thumbnail/7cecb4e6-9474-48a9-8132-4c3e5e36f4da/ WARNING 2025-10-03 22:20:12,407 basehttp 83729 6159036416 "GET /en/radiology/files/thumbnail/7cecb4e6-9474-48a9-8132-4c3e5e36f4da/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:12,424 log 83729 12901707776 Not Found: /en/radiology/files/thumbnail/96b12889-9ab8-405d-bacc-01d1a469402d/ WARNING 2025-10-03 22:20:12,425 basehttp 83729 12901707776 "GET /en/radiology/files/thumbnail/96b12889-9ab8-405d-bacc-01d1a469402d/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:12,430 log 83729 12985839616 Not Found: /en/radiology/files/thumbnail/c145b7b8-b64b-4ca3-bfaa-563c19a798eb/ WARNING 2025-10-03 22:20:12,432 log 83729 12952186880 Not Found: /en/radiology/files/thumbnail/6a67f3d8-60b4-4ddd-8fcc-387c51d09b81/ WARNING 2025-10-03 22:20:12,432 basehttp 83729 12985839616 "GET /en/radiology/files/thumbnail/c145b7b8-b64b-4ca3-bfaa-563c19a798eb/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:12,433 basehttp 83729 12952186880 "GET /en/radiology/files/thumbnail/6a67f3d8-60b4-4ddd-8fcc-387c51d09b81/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:12,435 log 83729 12918534144 Not Found: /en/radiology/files/thumbnail/59f6cdfa-a1a5-4395-b522-259ee1998b58/ WARNING 2025-10-03 22:20:12,438 log 83729 12935360512 Not Found: /en/radiology/files/thumbnail/b2bcd5b5-ee22-40fc-9fac-9e8a8f6060a2/ WARNING 2025-10-03 22:20:12,438 basehttp 83729 12935360512 "GET /en/radiology/files/thumbnail/b2bcd5b5-ee22-40fc-9fac-9e8a8f6060a2/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:12,438 basehttp 83729 12918534144 "GET /en/radiology/files/thumbnail/59f6cdfa-a1a5-4395-b522-259ee1998b58/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:12,442 log 83729 6159036416 Not Found: /en/radiology/files/thumbnail/b0cb9b13-af5c-42c9-b34f-8f61488a989f/ WARNING 2025-10-03 22:20:12,442 basehttp 83729 6159036416 "GET /en/radiology/files/thumbnail/b0cb9b13-af5c-42c9-b34f-8f61488a989f/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:12,471 log 83729 12901707776 Not Found: /en/radiology/files/thumbnail/33911477-6a74-41c7-a6cc-2cd8f011f0b2/ WARNING 2025-10-03 22:20:12,471 basehttp 83729 12901707776 "GET /en/radiology/files/thumbnail/33911477-6a74-41c7-a6cc-2cd8f011f0b2/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:12,476 log 83729 12985839616 Not Found: /en/radiology/files/thumbnail/98b9c645-e6c4-4245-9ac9-dab9432e13cb/ WARNING 2025-10-03 22:20:12,476 basehttp 83729 12985839616 "GET /en/radiology/files/thumbnail/98b9c645-e6c4-4245-9ac9-dab9432e13cb/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:12,481 log 83729 12918534144 Not Found: /en/radiology/files/thumbnail/4f16a11b-7661-4acb-974a-fa55efeba54b/ WARNING 2025-10-03 22:20:12,482 log 83729 12952186880 Not Found: /en/radiology/files/thumbnail/0ce786e4-a5ea-4b9f-be50-6da1b6337d20/ WARNING 2025-10-03 22:20:12,484 log 83729 12935360512 Not Found: /en/radiology/files/thumbnail/5d3956b1-4134-44aa-96b3-354f55e99533/ WARNING 2025-10-03 22:20:12,484 basehttp 83729 12918534144 "GET /en/radiology/files/thumbnail/4f16a11b-7661-4acb-974a-fa55efeba54b/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:12,484 basehttp 83729 12952186880 "GET /en/radiology/files/thumbnail/0ce786e4-a5ea-4b9f-be50-6da1b6337d20/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:12,485 basehttp 83729 12935360512 "GET /en/radiology/files/thumbnail/5d3956b1-4134-44aa-96b3-354f55e99533/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:17,569 log 83729 12952186880 Not Found: /en/radiology/files/preview/96b12889-9ab8-405d-bacc-01d1a469402d/ WARNING 2025-10-03 22:20:17,573 log 83729 12918534144 Not Found: /en/radiology/files/preview/7cecb4e6-9474-48a9-8132-4c3e5e36f4da/ INFO 2025-10-03 22:20:17,574 basehttp 83729 12952186880 - Broken pipe from ('127.0.0.1', 56088) INFO 2025-10-03 22:20:17,574 basehttp 83729 12918534144 - Broken pipe from ('127.0.0.1', 56086) WARNING 2025-10-03 22:20:19,193 log 83729 12935360512 Not Found: /en/radiology/files/preview/7cecb4e6-9474-48a9-8132-4c3e5e36f4da/ WARNING 2025-10-03 22:20:19,193 basehttp 83729 12935360512 "GET /en/radiology/files/preview/7cecb4e6-9474-48a9-8132-4c3e5e36f4da/ HTTP/1.1" 404 31666 WARNING 2025-10-03 22:20:19,197 log 83729 12985839616 Not Found: /en/radiology/files/preview/96b12889-9ab8-405d-bacc-01d1a469402d/ INFO 2025-10-03 22:20:19,197 basehttp 83729 12935360512 - Broken pipe from ('127.0.0.1', 56087) INFO 2025-10-03 22:20:19,198 basehttp 83729 12985839616 - Broken pipe from ('127.0.0.1', 56076) INFO 2025-10-03 22:20:19,250 basehttp 83729 12901707776 "GET /en/radiology/files/preview/9a35016f-b58a-47d0-b482-df2c96d623e4/ HTTP/1.1" 200 142043 WARNING 2025-10-03 22:20:19,255 log 83729 6159036416 Not Found: /en/radiology/files/preview/c145b7b8-b64b-4ca3-bfaa-563c19a798eb/ INFO 2025-10-03 22:20:19,255 basehttp 83729 12901707776 - Broken pipe from ('127.0.0.1', 56060) INFO 2025-10-03 22:20:19,256 basehttp 83729 6159036416 - Broken pipe from ('127.0.0.1', 56059) WARNING 2025-10-03 22:20:19,264 log 83729 12918534144 Not Found: /en/radiology/files/preview/59f6cdfa-a1a5-4395-b522-259ee1998b58/ WARNING 2025-10-03 22:20:19,265 basehttp 83729 12918534144 "GET /en/radiology/files/preview/59f6cdfa-a1a5-4395-b522-259ee1998b58/ HTTP/1.1" 404 31666 INFO 2025-10-03 22:20:19,265 basehttp 83729 12918534144 - Broken pipe from ('127.0.0.1', 56097) INFO 2025-10-03 22:20:19,279 basehttp 83729 6159036416 - Broken pipe from ('127.0.0.1', 56099) INFO 2025-10-03 22:20:19,289 basehttp 83729 12918534144 - Broken pipe from ('127.0.0.1', 56103) INFO 2025-10-03 22:20:19,289 basehttp 83729 12901707776 - Broken pipe from ('127.0.0.1', 56101) INFO 2025-10-03 22:20:19,299 basehttp 83729 6159036416 "GET /en/radiology/files/preview/e3d3dbde-139b-40d2-bb87-f6dd0c65d325/ HTTP/1.1" 200 84358 INFO 2025-10-03 22:20:19,299 basehttp 83729 6159036416 - Broken pipe from ('127.0.0.1', 56105) WARNING 2025-10-03 22:20:19,302 log 83729 12901707776 Not Found: /en/radiology/files/preview/b2bcd5b5-ee22-40fc-9fac-9e8a8f6060a2/ WARNING 2025-10-03 22:20:19,303 basehttp 83729 12901707776 "GET /en/radiology/files/preview/b2bcd5b5-ee22-40fc-9fac-9e8a8f6060a2/ HTTP/1.1" 404 31666 WARNING 2025-10-03 22:20:19,310 log 83729 6159036416 Not Found: /en/radiology/files/preview/6a67f3d8-60b4-4ddd-8fcc-387c51d09b81/ WARNING 2025-10-03 22:20:19,310 basehttp 83729 6159036416 "GET /en/radiology/files/preview/6a67f3d8-60b4-4ddd-8fcc-387c51d09b81/ HTTP/1.1" 404 31666 WARNING 2025-10-03 22:20:19,317 log 83729 6159036416 Not Found: /en/radiology/files/preview/b0cb9b13-af5c-42c9-b34f-8f61488a989f/ WARNING 2025-10-03 22:20:19,317 basehttp 83729 6159036416 "GET /en/radiology/files/preview/b0cb9b13-af5c-42c9-b34f-8f61488a989f/ HTTP/1.1" 404 31666 WARNING 2025-10-03 22:20:25,423 log 83729 6159036416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-03 22:20:25,424 basehttp 83729 6159036416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-03 22:20:25,443 basehttp 83729 6159036416 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-03 22:20:39,577 basehttp 83729 6159036416 "GET /en/appointments/waiting-list/29/ HTTP/1.1" 302 0 INFO 2025-10-03 22:20:39,584 basehttp 83729 6159036416 "GET /accounts/login/?next=/en/appointments/waiting-list/29/ HTTP/1.1" 302 0 INFO 2025-10-03 22:20:39,592 basehttp 83729 6159036416 "GET /en/accounts/login/?next=/en/appointments/waiting-list/29/ HTTP/1.1" 200 2409 INFO 2025-10-03 22:20:47,348 basehttp 83729 12901707776 "GET /en/radiology/viewer/series/3223/ HTTP/1.1" 200 35008 WARNING 2025-10-03 22:20:47,360 log 83729 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-03 22:20:47,361 basehttp 83729 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-03 22:20:47,434 basehttp 83729 12918534144 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-03 22:20:47,437 basehttp 83729 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:20:47,445 basehttp 83729 12935360512 "GET /en/radiology/series/fe5eadc7-45a9-4323-bce8-2aa7de60f74c/images/ HTTP/1.1" 200 19262 WARNING 2025-10-03 22:20:47,506 log 83729 12935360512 Not Found: /en/radiology/files/thumbnail/7cecb4e6-9474-48a9-8132-4c3e5e36f4da/ WARNING 2025-10-03 22:20:47,508 log 83729 12901707776 Not Found: /en/radiology/files/thumbnail/96b12889-9ab8-405d-bacc-01d1a469402d/ WARNING 2025-10-03 22:20:47,509 basehttp 83729 12935360512 "GET /en/radiology/files/thumbnail/7cecb4e6-9474-48a9-8132-4c3e5e36f4da/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:47,509 basehttp 83729 12901707776 "GET /en/radiology/files/thumbnail/96b12889-9ab8-405d-bacc-01d1a469402d/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:47,516 log 83729 12969013248 Not Found: /en/radiology/files/thumbnail/b2bcd5b5-ee22-40fc-9fac-9e8a8f6060a2/ WARNING 2025-10-03 22:20:47,519 log 83729 12952186880 Not Found: /en/radiology/files/thumbnail/59f6cdfa-a1a5-4395-b522-259ee1998b58/ WARNING 2025-10-03 22:20:47,521 log 83729 12985839616 Not Found: /en/radiology/files/thumbnail/6a67f3d8-60b4-4ddd-8fcc-387c51d09b81/ WARNING 2025-10-03 22:20:47,521 basehttp 83729 12952186880 "GET /en/radiology/files/thumbnail/59f6cdfa-a1a5-4395-b522-259ee1998b58/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:47,523 log 83729 12918534144 Not Found: /en/radiology/files/thumbnail/c145b7b8-b64b-4ca3-bfaa-563c19a798eb/ WARNING 2025-10-03 22:20:47,523 basehttp 83729 12969013248 "GET /en/radiology/files/thumbnail/b2bcd5b5-ee22-40fc-9fac-9e8a8f6060a2/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:47,523 basehttp 83729 12985839616 "GET /en/radiology/files/thumbnail/6a67f3d8-60b4-4ddd-8fcc-387c51d09b81/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:47,524 basehttp 83729 12918534144 "GET /en/radiology/files/thumbnail/c145b7b8-b64b-4ca3-bfaa-563c19a798eb/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:47,528 log 83729 12901707776 Not Found: /en/radiology/files/thumbnail/33911477-6a74-41c7-a6cc-2cd8f011f0b2/ WARNING 2025-10-03 22:20:47,529 basehttp 83729 12901707776 "GET /en/radiology/files/thumbnail/33911477-6a74-41c7-a6cc-2cd8f011f0b2/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:47,531 log 83729 12935360512 Not Found: /en/radiology/files/thumbnail/b0cb9b13-af5c-42c9-b34f-8f61488a989f/ WARNING 2025-10-03 22:20:47,532 basehttp 83729 12935360512 "GET /en/radiology/files/thumbnail/b0cb9b13-af5c-42c9-b34f-8f61488a989f/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:47,549 log 83729 12952186880 Not Found: /en/radiology/files/thumbnail/98b9c645-e6c4-4245-9ac9-dab9432e13cb/ WARNING 2025-10-03 22:20:47,550 basehttp 83729 12952186880 "GET /en/radiology/files/thumbnail/98b9c645-e6c4-4245-9ac9-dab9432e13cb/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:47,561 log 83729 12985839616 Not Found: /en/radiology/files/thumbnail/5d3956b1-4134-44aa-96b3-354f55e99533/ WARNING 2025-10-03 22:20:47,562 log 83729 12969013248 Not Found: /en/radiology/files/thumbnail/0ce786e4-a5ea-4b9f-be50-6da1b6337d20/ WARNING 2025-10-03 22:20:47,563 basehttp 83729 12969013248 "GET /en/radiology/files/thumbnail/0ce786e4-a5ea-4b9f-be50-6da1b6337d20/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:47,565 log 83729 12918534144 Not Found: /en/radiology/files/thumbnail/4f16a11b-7661-4acb-974a-fa55efeba54b/ WARNING 2025-10-03 22:20:47,565 basehttp 83729 12985839616 "GET /en/radiology/files/thumbnail/5d3956b1-4134-44aa-96b3-354f55e99533/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:47,565 basehttp 83729 12918534144 "GET /en/radiology/files/thumbnail/4f16a11b-7661-4acb-974a-fa55efeba54b/ HTTP/1.1" 404 31274 INFO 2025-10-03 22:20:52,303 basehttp 83729 12918534144 "GET /en/radiology/viewer/series/3223/ HTTP/1.1" 200 35008 WARNING 2025-10-03 22:20:52,316 log 83729 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-03 22:20:52,316 basehttp 83729 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-03 22:20:52,383 basehttp 83729 12985839616 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-03 22:20:52,386 basehttp 83729 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-03 22:20:52,395 basehttp 83729 12969013248 "GET /en/radiology/series/fe5eadc7-45a9-4323-bce8-2aa7de60f74c/images/ HTTP/1.1" 200 19262 WARNING 2025-10-03 22:20:52,463 log 83729 12918534144 Not Found: /en/radiology/files/thumbnail/96b12889-9ab8-405d-bacc-01d1a469402d/ WARNING 2025-10-03 22:20:52,466 log 83729 12969013248 Not Found: /en/radiology/files/thumbnail/7cecb4e6-9474-48a9-8132-4c3e5e36f4da/ WARNING 2025-10-03 22:20:52,466 basehttp 83729 12918534144 "GET /en/radiology/files/thumbnail/96b12889-9ab8-405d-bacc-01d1a469402d/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:52,468 log 83729 12935360512 Not Found: /en/radiology/files/thumbnail/59f6cdfa-a1a5-4395-b522-259ee1998b58/ WARNING 2025-10-03 22:20:52,470 log 83729 12952186880 Not Found: /en/radiology/files/thumbnail/c145b7b8-b64b-4ca3-bfaa-563c19a798eb/ WARNING 2025-10-03 22:20:52,472 log 83729 12985839616 Not Found: /en/radiology/files/thumbnail/6a67f3d8-60b4-4ddd-8fcc-387c51d09b81/ WARNING 2025-10-03 22:20:52,472 basehttp 83729 12969013248 "GET /en/radiology/files/thumbnail/7cecb4e6-9474-48a9-8132-4c3e5e36f4da/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:52,472 basehttp 83729 12952186880 "GET /en/radiology/files/thumbnail/c145b7b8-b64b-4ca3-bfaa-563c19a798eb/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:52,474 log 83729 12901707776 Not Found: /en/radiology/files/thumbnail/b2bcd5b5-ee22-40fc-9fac-9e8a8f6060a2/ WARNING 2025-10-03 22:20:52,474 basehttp 83729 12985839616 "GET /en/radiology/files/thumbnail/6a67f3d8-60b4-4ddd-8fcc-387c51d09b81/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:52,474 basehttp 83729 12935360512 "GET /en/radiology/files/thumbnail/59f6cdfa-a1a5-4395-b522-259ee1998b58/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:52,475 basehttp 83729 12901707776 "GET /en/radiology/files/thumbnail/b2bcd5b5-ee22-40fc-9fac-9e8a8f6060a2/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:52,516 log 83729 12918534144 Not Found: /en/radiology/files/thumbnail/b0cb9b13-af5c-42c9-b34f-8f61488a989f/ WARNING 2025-10-03 22:20:52,516 basehttp 83729 12918534144 "GET /en/radiology/files/thumbnail/b0cb9b13-af5c-42c9-b34f-8f61488a989f/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:52,532 log 83729 12985839616 Not Found: /en/radiology/files/thumbnail/0ce786e4-a5ea-4b9f-be50-6da1b6337d20/ WARNING 2025-10-03 22:20:52,532 basehttp 83729 12985839616 "GET /en/radiology/files/thumbnail/0ce786e4-a5ea-4b9f-be50-6da1b6337d20/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:52,538 log 83729 12969013248 Not Found: /en/radiology/files/thumbnail/33911477-6a74-41c7-a6cc-2cd8f011f0b2/ WARNING 2025-10-03 22:20:52,540 log 83729 12901707776 Not Found: /en/radiology/files/thumbnail/4f16a11b-7661-4acb-974a-fa55efeba54b/ WARNING 2025-10-03 22:20:52,541 log 83729 12952186880 Not Found: /en/radiology/files/thumbnail/98b9c645-e6c4-4245-9ac9-dab9432e13cb/ WARNING 2025-10-03 22:20:52,543 log 83729 12935360512 Not Found: /en/radiology/files/thumbnail/5d3956b1-4134-44aa-96b3-354f55e99533/ WARNING 2025-10-03 22:20:52,543 basehttp 83729 12969013248 "GET /en/radiology/files/thumbnail/33911477-6a74-41c7-a6cc-2cd8f011f0b2/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:52,544 basehttp 83729 12935360512 "GET /en/radiology/files/thumbnail/5d3956b1-4134-44aa-96b3-354f55e99533/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:52,544 basehttp 83729 12901707776 "GET /en/radiology/files/thumbnail/4f16a11b-7661-4acb-974a-fa55efeba54b/ HTTP/1.1" 404 31274 WARNING 2025-10-03 22:20:52,544 basehttp 83729 12952186880 "GET /en/radiology/files/thumbnail/98b9c645-e6c4-4245-9ac9-dab9432e13cb/ HTTP/1.1" 404 31274 INFO 2025-10-03 22:21:04,415 basehttp 83729 12935360512 "GET /en/accounts/logout HTTP/1.1" 301 0 INFO 2025-10-03 22:21:04,426 basehttp 83729 12901707776 "GET /en/accounts/logout/ HTTP/1.1" 200 1785 WARNING 2025-10-03 22:21:04,444 log 83729 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-03 22:21:04,444 basehttp 83729 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-03 22:21:05,986 basehttp 83729 12901707776 "POST /en/accounts/logout/ HTTP/1.1" 302 0 INFO 2025-10-03 22:21:05,990 basehttp 83729 12901707776 "GET / HTTP/1.1" 302 0 INFO 2025-10-03 22:21:05,993 basehttp 83729 12952186880 "GET /en/ HTTP/1.1" 302 0 INFO 2025-10-03 22:21:05,996 basehttp 83729 12952186880 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 INFO 2025-10-03 22:21:06,001 basehttp 83729 12969013248 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 200 2555 WARNING 2025-10-03 22:21:06,016 log 83729 12969013248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-03 22:21:06,016 basehttp 83729 12969013248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-03 22:21:27,329 basehttp 83729 12969013248 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 200 2345 WARNING 2025-10-03 22:21:27,342 log 83729 12969013248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-03 22:21:27,342 basehttp 83729 12969013248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-03 22:21:29,453 basehttp 83729 12969013248 "GET /en/accounts/login/ HTTP/1.1" 200 2285 WARNING 2025-10-03 22:21:29,472 log 83729 12969013248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-03 22:21:29,472 basehttp 83729 12969013248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-03 22:32:30,910 autoreload 83729 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/urls.py changed, reloading. INFO 2025-10-03 22:32:31,345 autoreload 88896 8313250112 Watching for file changes with StatReloader INFO 2025-10-03 22:37:09,259 basehttp 88896 6130315264 "GET /en/accounts/signup/ HTTP/1.1" 200 2722 WARNING 2025-10-03 22:37:09,273 log 88896 6130315264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-03 22:37:09,273 basehttp 88896 6130315264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-03 22:37:11,300 basehttp 88896 6130315264 "GET /en/accounts/login/ HTTP/1.1" 200 2285 WARNING 2025-10-03 22:37:11,314 log 88896 6130315264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-03 22:37:11,314 basehttp 88896 6130315264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-03 22:37:14,459 basehttp 88896 6130315264 "GET /en/accounts/password/reset/ HTTP/1.1" 200 1811 WARNING 2025-10-03 22:37:14,470 log 88896 6130315264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-03 22:37:14,470 basehttp 88896 6130315264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-03 22:37:17,888 basehttp 88896 6130315264 "GET /en/accounts/login/ HTTP/1.1" 200 2285 WARNING 2025-10-03 22:37:17,902 log 88896 6130315264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-03 22:37:17,903 basehttp 88896 6130315264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-03 22:37:18,451 basehttp 88896 6130315264 "GET /en/accounts/signup/ HTTP/1.1" 200 2722 WARNING 2025-10-03 22:37:18,460 log 88896 6130315264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-03 22:37:18,460 basehttp 88896 6130315264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-03 22:37:19,415 basehttp 88896 6130315264 "GET /en/accounts/login/ HTTP/1.1" 200 2285 WARNING 2025-10-03 22:37:19,428 log 88896 6130315264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-03 22:37:19,428 basehttp 88896 6130315264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-03 22:43:12,568 autoreload 88896 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py changed, reloading. INFO 2025-10-03 22:43:12,988 autoreload 93990 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 05:46:39,605 autoreload 93990 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/urls.py changed, reloading. INFO 2025-10-04 05:46:40,189 autoreload 57917 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 05:46:42,599 basehttp 57917 6191755264 "GET /en/accounts/login/ HTTP/1.1" 200 2285 WARNING 2025-10-04 05:46:42,612 log 57917 6191755264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:46:42,612 basehttp 57917 6191755264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:46:44,615 basehttp 57917 6191755264 "GET /en/accounts/login/ HTTP/1.1" 200 2285 WARNING 2025-10-04 05:46:44,626 log 57917 6191755264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:46:44,626 basehttp 57917 6191755264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:46:51,835 basehttp 57917 6191755264 "GET /en/accounts/login HTTP/1.1" 301 0 INFO 2025-10-04 05:46:51,840 basehttp 57917 6208581632 "GET /en/accounts/login/ HTTP/1.1" 200 2285 WARNING 2025-10-04 05:46:51,852 log 57917 6208581632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:46:51,852 basehttp 57917 6208581632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:49:44,696 basehttp 57917 6208581632 "GET /en/accounts/signup/ HTTP/1.1" 200 2722 WARNING 2025-10-04 05:49:44,710 log 57917 6208581632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:49:44,710 basehttp 57917 6208581632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:50:13,021 basehttp 57917 6208581632 "GET /en/accounts/login/ HTTP/1.1" 200 2285 WARNING 2025-10-04 05:50:13,031 log 57917 6208581632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:50:13,031 basehttp 57917 6208581632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:52:26,569 autoreload 57917 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/urls.py changed, reloading. INFO 2025-10-04 05:52:26,957 autoreload 60666 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 05:52:29,383 basehttp 60666 6164115456 "GET /en/accounts/login/ HTTP/1.1" 200 2285 WARNING 2025-10-04 05:52:29,397 log 60666 6164115456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:52:29,397 basehttp 60666 6164115456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:52:32,133 basehttp 60666 6164115456 "GET /en/accounts/signup/ HTTP/1.1" 200 2722 WARNING 2025-10-04 05:52:32,150 log 60666 6164115456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:52:32,150 basehttp 60666 6164115456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:52:33,365 basehttp 60666 6164115456 "GET /en/accounts/login/ HTTP/1.1" 200 2285 WARNING 2025-10-04 05:52:33,378 log 60666 6164115456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:52:33,378 basehttp 60666 6164115456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:53:20,639 autoreload 60666 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/urls.py changed, reloading. INFO 2025-10-04 05:53:21,022 autoreload 61091 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 05:55:09,263 basehttp 61091 6171291648 "GET /en/accounts/login/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:09,280 log 61091 6171291648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:55:09,280 basehttp 61091 6171291648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 05:55:09,352 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:09,353 basehttp 61091 6188118016 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:09,369 basehttp 61091 6188118016 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:09,372 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:09,383 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:09,416 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:09,419 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:09,421 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:09,427 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:09,461 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:09,466 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:09,469 basehttp 61091 6188118016 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:09,477 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:09,512 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:09,524 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:09,525 basehttp 61091 6188118016 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:09,554 basehttp 61091 6188118016 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:09,596 basehttp 61091 6188118016 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:09,643 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:09,655 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:09,681 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:09,720 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:09,723 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:09,724 basehttp 61091 6188118016 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:09,733 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:09,773 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:09,777 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:09,789 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:09,798 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:09,847 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:09,866 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:09,885 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:09,892 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:09,938 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:09,942 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:09,944 basehttp 61091 6188118016 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:09,953 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:10,008 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:10,028 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:10,045 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:10,055 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:10,113 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:10,122 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:10,130 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:10,139 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:10,190 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:10,202 basehttp 61091 6188118016 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:10,202 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:10,243 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:10,307 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:10,314 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:10,323 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:10,355 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:10,410 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:10,413 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:10,421 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:10,422 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:10,479 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:10,489 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:10,492 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:10,499 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:10,575 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:10,581 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:10,608 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:10,627 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:10,703 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:10,712 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:10,722 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:10,738 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:10,800 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:10,805 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:10,815 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:10,815 basehttp 61091 6188118016 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:10,892 basehttp 61091 6188118016 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:10,897 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:10,918 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:10,942 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:11,024 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:11,048 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:11,059 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:11,094 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:11,165 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:11,174 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:11,180 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:11,196 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:11,283 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:11,290 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:11,306 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:11,341 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:11,427 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:11,431 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:11,433 basehttp 61091 6188118016 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:11,448 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:11,549 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:11,555 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:11,568 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:11,593 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:11,688 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:11,694 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:11,701 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:11,723 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:11,827 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:11,829 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:11,832 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:11,856 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:11,970 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:11,972 basehttp 61091 6188118016 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:11,973 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:11,992 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:12,112 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:12,114 basehttp 61091 6188118016 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:12,120 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:12,151 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:12,269 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:12,271 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:12,280 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:12,311 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:12,431 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:12,434 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:12,438 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:12,451 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:12,553 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:12,556 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:12,577 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:12,577 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:12,700 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:12,703 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:12,715 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:12,763 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:12,906 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:12,909 basehttp 61091 6188118016 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:12,926 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:12,976 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:13,088 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:13,102 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:13,112 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:13,120 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:13,236 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:13,247 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:13,255 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:13,262 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:13,401 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:13,408 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:13,438 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:13,481 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:13,620 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:13,631 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:13,634 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:13,670 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:13,805 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:13,818 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:13,819 basehttp 61091 6188118016 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:13,835 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:13,968 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:13,982 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:13,990 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:14,014 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:14,163 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:14,169 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:14,201 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:14,251 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:14,400 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:14,416 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:14,420 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:14,462 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:14,609 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:14,625 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:14,635 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:14,677 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:14,827 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:14,848 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:14,849 basehttp 61091 6188118016 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:14,882 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:15,053 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:15,064 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:15,077 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:15,118 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:15,271 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:15,300 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:15,300 basehttp 61091 6188118016 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:15,361 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:15,510 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:15,536 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:15,543 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:15,556 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:15,710 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:15,734 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:15,740 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:15,785 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:15,950 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:15,985 basehttp 61091 6188118016 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:15,987 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:16,092 basehttp 61091 6188118016 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:16,258 basehttp 61091 6188118016 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:16,287 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:16,290 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:16,326 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:16,524 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:16,526 basehttp 61091 6188118016 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:16,544 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:16,593 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:16,760 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:16,792 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:16,794 basehttp 61091 6188118016 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:16,848 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:17,026 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:17,053 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:17,053 basehttp 61091 6188118016 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:17,086 basehttp 61091 6188118016 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:17,300 basehttp 61091 6188118016 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:17,310 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:17,332 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:17,398 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:17,571 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:17,594 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:17,613 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:17,618 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:17,800 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:17,842 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:17,842 basehttp 61091 6188118016 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:17,907 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:18,129 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:18,138 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:18,156 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:18,228 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:18,414 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:18,431 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:18,455 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:18,466 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:18,669 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:18,678 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:18,703 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:18,719 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:18,957 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:18,959 basehttp 61091 6188118016 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:18,980 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:19,099 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:19,300 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:19,323 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:19,342 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:19,362 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:19,562 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:19,587 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:19,613 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:19,627 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:19,876 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:19,889 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:19,909 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:20,037 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:20,243 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:20,270 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:20,299 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:20,311 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:20,534 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:20,558 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:20,568 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:20,589 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:20,867 basehttp 61091 6188118016 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:20,867 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:20,904 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:21,039 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:21,302 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:21,329 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:21,341 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:21,374 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:21,616 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:21,645 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:21,657 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:21,687 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:21,977 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:21,985 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:22,013 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:22,147 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:22,389 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:22,415 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:22,437 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:22,458 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:22,705 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:22,721 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:22,747 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:22,768 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:23,071 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:23,073 basehttp 61091 6188118016 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:23,105 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:23,207 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:23,507 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:23,511 basehttp 61091 6188118016 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:23,541 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:23,633 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:23,889 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:23,915 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:23,937 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:23,961 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:24,229 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:24,246 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:24,271 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:24,294 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:24,602 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:24,617 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:24,638 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:24,768 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:25,049 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:25,091 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:25,092 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:25,140 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:25,457 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:25,463 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:25,491 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:25,597 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:25,871 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:25,898 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:25,932 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:25,950 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:26,237 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:26,267 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:26,289 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:26,316 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:26,649 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:26,658 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:26,690 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:26,845 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:27,133 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:27,161 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:27,196 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:27,220 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:27,516 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:27,542 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:27,580 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:27,583 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:27,926 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:27,953 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:28,000 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:28,168 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:28,482 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:28,505 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:28,536 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:28,545 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:28,868 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:28,909 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:28,924 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:28,971 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:29,383 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:29,417 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:29,435 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:29,560 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:29,934 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:29,938 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:29,981 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:30,109 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:30,440 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:30,462 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:30,488 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:30,522 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:30,872 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:30,898 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:30,928 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:30,957 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:31,362 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:31,366 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:31,408 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:31,586 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:31,956 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:31,999 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:32,013 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:32,058 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:32,408 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:32,443 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:32,488 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:32,508 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:32,921 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:32,922 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:32,963 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:33,189 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:33,553 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:33,601 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:33,618 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:33,669 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:34,041 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:34,071 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:34,101 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:34,144 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:34,587 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:34,600 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:34,644 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:34,816 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:35,184 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:35,235 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:35,267 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:35,302 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:35,693 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:35,727 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:35,764 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:35,794 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:36,231 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:36,253 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:36,283 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:36,462 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:36,866 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:36,908 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:36,937 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:36,978 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:37,384 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:37,415 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:37,456 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:37,484 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:37,947 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:37,969 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:38,000 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:38,048 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:38,473 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:38,527 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:38,549 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:38,596 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:39,013 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:39,052 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:39,098 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:39,122 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:39,547 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:39,585 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:39,643 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:39,668 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:40,114 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:40,156 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:40,183 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:40,224 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:40,656 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:40,695 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:40,727 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:40,770 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:41,225 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:41,267 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:41,329 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:41,342 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:41,796 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:41,828 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:41,862 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:41,904 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:42,360 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:42,401 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:42,431 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:42,481 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:42,945 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:42,987 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:43,018 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:43,063 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:43,534 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:43,571 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:43,602 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:43,652 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:44,131 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:44,166 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:44,199 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:44,245 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:44,725 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:44,766 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:44,803 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:44,853 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:45,333 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:45,384 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:45,411 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:45,464 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:45,962 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:46,011 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:46,049 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:46,097 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:46,585 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:46,634 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:46,655 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:46,723 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:47,230 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:47,279 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:47,304 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:47,361 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:47,975 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:48,018 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:48,041 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:48,103 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:48,619 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:48,675 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:48,693 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:48,771 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:49,283 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:49,335 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:49,366 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:49,424 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:49,946 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:49,997 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:50,027 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:50,084 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:50,612 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:50,659 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:50,708 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:50,751 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:51,289 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:51,356 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:51,390 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:51,449 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:51,982 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:52,044 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:52,076 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:52,133 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:52,689 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:52,741 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:52,768 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:52,837 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:53,388 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:53,454 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:53,476 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:53,549 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:54,175 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:54,249 basehttp 61091 6171291648 "GET /en/accounts/login/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:54,251 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:54,279 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 05:55:54,325 log 61091 6171291648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:55:54,325 basehttp 61091 6171291648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:55:54,378 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:54,393 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:54,396 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:54,403 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:54,439 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:54,441 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:54,447 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:54,471 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 05:55:54,478 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:54,486 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:54,488 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:54,492 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:54,496 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:54,535 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:54,536 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:54,551 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:54,583 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:54,624 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:54,672 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:54,678 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:54,703 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:54,748 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:54,758 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:54,761 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:54,768 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:54,815 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:54,826 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:54,828 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:54,871 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:54,921 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:54,927 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:54,932 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:54,941 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:54,988 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:54,999 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:55,003 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:55,023 basehttp 61091 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:55,081 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:55,106 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:55,109 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:55,143 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:55,200 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:55,204 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:55,206 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:55,212 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:55,268 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:55,277 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:55,279 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:55,287 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:55,357 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:55,376 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:55,397 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:55,414 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:55,488 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:55,498 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:55,507 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:55,518 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:55,592 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:55,603 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:55,612 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:55,623 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:55,697 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:55,709 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:55,717 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:55,730 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:55,804 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:55,812 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:55,826 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:55,846 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:55,895 basehttp 61091 6171291648 "GET /en/accounts/login/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:55,948 log 61091 6171291648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:55:55,948 basehttp 61091 6171291648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:55:56,002 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:56,013 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:56,013 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:56,018 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:56,024 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:56,061 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:56,063 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:56,068 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:56,076 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:56,114 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:56,116 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:56,117 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:56,124 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:56,171 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:56,172 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:56,184 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:56,251 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:56,293 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:56,304 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:56,316 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:56,347 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:56,390 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:56,393 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:56,394 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:56,401 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:56,447 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:56,450 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:56,463 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:56,489 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:56,542 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:56,562 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:56,566 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:56,573 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:56,619 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:56,629 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:56,633 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:56,653 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:56,711 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:56,736 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:56,740 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:56,753 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:56,812 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:56,824 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:56,832 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:56,843 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:56,898 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:56,902 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:56,904 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:56,913 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:56,981 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:56,984 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:57,021 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:57,039 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:57,111 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:57,121 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:57,127 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:57,138 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:57,212 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:57,215 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:57,229 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:57,238 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:57,307 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:57,314 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:57,314 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:57,329 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:57,414 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:57,434 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:57,455 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:57,488 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:57,562 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:57,573 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:57,573 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:57,591 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:57,675 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:57,681 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:57,689 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:57,717 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:57,800 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:57,807 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:57,815 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:57,845 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:57,933 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:57,939 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:57,949 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:57,990 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:58,078 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:58,085 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:58,087 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:58,098 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:58,180 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:58,184 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:58,197 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:58,198 basehttp 61091 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:58,306 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:58,309 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:58,321 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:58,383 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:58,472 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:58,481 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:58,488 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:58,501 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:58,591 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:58,603 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:58,610 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:58,616 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:58,729 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:58,734 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:58,749 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:58,813 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:58,916 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:58,935 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:58,935 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:58,951 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:59,082 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:59,085 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:59,096 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:59,139 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:59,247 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:59,262 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:59,263 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:59,293 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:59,417 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:59,420 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:59,433 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:59,473 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:59,592 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:59,606 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:59,606 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:59,626 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:55:59,766 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:59,768 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:59,782 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:55:59,831 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:59,949 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:55:59,958 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:55:59,969 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:55:59,973 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:00,094 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:00,113 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:00,119 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:00,134 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:56:00,291 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:00,294 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:00,334 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:00,393 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:00,518 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:00,526 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:00,544 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:00,544 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:00,677 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:00,687 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:00,702 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:00,713 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:00,872 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:56:00,873 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:00,891 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:00,980 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:01,118 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:01,138 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:01,145 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:01,158 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:01,300 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:01,319 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:01,328 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:01,338 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:01,518 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:56:01,520 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:01,534 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:01,628 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:01,780 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:01,803 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:01,810 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:01,821 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:01,971 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:01,994 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:02,007 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:02,015 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:56:02,205 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:02,212 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:02,241 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:02,455 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:02,632 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:56:02,643 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:02,645 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:02,715 basehttp 61091 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:02,876 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:02,901 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:02,906 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:02,940 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:56:03,137 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:03,145 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:03,165 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:03,242 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:03,409 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:03,432 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:03,445 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:03,467 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:03,642 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:03,666 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:03,675 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:03,701 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:03,909 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:56:03,915 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:03,933 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:04,040 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:04,222 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:04,248 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:04,249 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:04,281 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:04,503 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:56:04,506 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:04,525 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:04,597 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:04,785 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:04,800 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:04,817 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:04,827 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:05,031 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:05,040 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:05,057 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:05,075 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:05,310 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:56:05,313 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:05,337 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:05,460 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:05,658 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:05,684 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:05,696 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:05,710 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:05,917 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:05,936 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:05,950 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:05,977 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:56:06,228 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:06,231 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:06,280 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:06,372 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:06,585 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:06,614 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:06,620 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:06,656 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:06,908 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:56:06,914 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:06,940 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:07,021 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:07,243 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:07,271 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:07,282 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:07,303 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:07,527 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:07,563 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:07,571 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:07,604 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:07,874 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:56:07,879 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:07,912 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:08,043 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:08,276 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:08,308 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:08,323 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:08,350 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:08,591 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:08,620 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:08,639 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:08,663 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:08,949 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:56:08,953 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:08,981 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:09,119 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:09,368 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:09,392 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:09,408 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:09,436 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:09,689 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:09,706 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:09,729 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:09,758 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:10,038 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:56:10,062 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:10,075 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:10,185 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:10,485 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:56:10,494 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:10,521 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:10,616 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:10,886 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:10,915 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:10,931 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:10,961 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:11,227 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:11,260 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:11,278 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:11,309 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:11,628 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:56:11,646 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:11,662 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:11,770 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:12,081 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:56:12,099 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:12,147 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:12,244 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:12,531 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:12,559 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:12,584 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:12,611 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:12,907 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:12,931 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:12,957 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:12,983 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:13,326 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:56:13,332 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:13,364 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:13,532 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:13,831 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:13,863 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:13,892 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:13,914 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:14,216 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:14,241 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:14,270 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:14,298 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:14,658 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:56:14,668 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:14,702 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:14,882 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:15,192 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:15,232 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:15,259 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:15,279 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:15,594 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:15,638 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:15,663 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:15,696 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:16,072 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:56:16,096 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:16,111 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:16,229 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:16,618 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:56:16,626 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:16,661 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:16,774 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:17,114 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:17,162 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:17,180 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:17,222 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:17,565 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:17,586 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:17,625 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:17,650 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:18,032 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:56:18,062 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:18,087 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:18,267 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:18,624 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:18,629 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:18,722 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:18,734 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:19,088 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:19,124 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:19,154 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:19,186 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:19,609 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:56:19,613 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:19,667 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:19,794 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:20,222 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:56:20,225 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:20,270 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:20,402 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:20,764 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:20,805 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:20,824 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:20,876 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:21,262 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:21,314 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:21,321 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:21,456 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:56:21,940 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:21,953 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:22,005 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:22,109 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:22,560 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:22,604 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:22,624 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:22,666 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:23,280 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:23,285 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:23,353 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:23,382 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:56:23,902 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:23,911 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:24,027 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:24,156 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:24,613 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:24,666 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:24,690 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:24,718 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:25,193 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:25,198 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:25,273 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:25,320 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:25,799 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:56:25,810 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:25,855 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:26,008 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:26,434 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:26,502 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:26,515 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:26,575 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:26,988 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:27,040 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:27,093 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:27,119 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:27,542 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:27,593 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:27,640 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:27,675 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:28,112 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:28,153 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:28,202 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:28,234 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:28,665 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:28,721 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:28,765 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:28,800 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:29,246 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:29,301 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:29,351 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:29,398 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:29,860 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:29,910 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:29,952 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:29,976 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:30,443 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:30,513 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:30,535 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:30,597 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:31,061 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:31,109 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:56:31,160 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:56:31,198 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:48,418 basehttp 61091 6171291648 "GET /en/accounts/signup/ HTTP/1.1" 200 2722 INFO 2025-10-04 05:56:49,059 basehttp 61091 6171291648 "GET /en/accounts/login/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:49,659 basehttp 61091 6171291648 "GET /en/accounts/signup/ HTTP/1.1" 200 2722 INFO 2025-10-04 05:56:50,123 basehttp 61091 6171291648 "GET /en/accounts/login/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:55,561 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:56,521 basehttp 61091 6171291648 "GET /en/accounts/logout/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:56,526 basehttp 61091 6171291648 "GET / HTTP/1.1" 302 0 INFO 2025-10-04 05:56:56,527 basehttp 61091 6325039104 "GET /en/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:56,531 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:56,534 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:57,105 basehttp 61091 6171291648 "GET /en/radiology/viewer/series/3223/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:57,110 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/radiology/viewer/series/3223/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:57,114 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/radiology/viewer/series/3223/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:57,598 basehttp 61091 6325039104 "GET /en/radiology/viewer/image/147177/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:57,603 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/radiology/viewer/image/147177/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:57,608 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/radiology/viewer/image/147177/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:58,057 basehttp 61091 6171291648 "GET /en/radiology/viewer/image/147176/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:58,061 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/radiology/viewer/image/147176/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:58,065 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/radiology/viewer/image/147176/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:56:58,490 basehttp 61091 6325039104 "GET /en/radiology/viewer/image/147175/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:58,496 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/radiology/viewer/image/147175/ HTTP/1.1" 302 0 INFO 2025-10-04 05:56:58,500 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/radiology/viewer/image/147175/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:00,632 basehttp 61091 6171291648 "GET /en/radiology/viewer/image/147174/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:00,635 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/radiology/viewer/image/147174/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:00,640 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/radiology/viewer/image/147174/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:20,653 basehttp 61091 6325039104 "GET /en/accounts/signup/ HTTP/1.1" 200 2722 INFO 2025-10-04 05:57:21,859 basehttp 61091 6325039104 "GET /en/accounts/login/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:22,744 basehttp 61091 6325039104 "GET /en/accounts/signup/ HTTP/1.1" 200 2722 INFO 2025-10-04 05:57:23,466 basehttp 61091 6325039104 "GET /en/accounts/login/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:24,733 basehttp 61091 6325039104 "GET /en/accounts/login/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:25,616 basehttp 61091 6325039104 "GET /en/accounts/signup/ HTTP/1.1" 200 2722 WARNING 2025-10-04 05:57:26,390 log 61091 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:26,391 basehttp 61091 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:57:26,412 basehttp 61091 6325039104 "GET /en/accounts/login/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:26,542 log 61091 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:26,542 basehttp 61091 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 05:57:26,609 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:26,621 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:26,640 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:26,675 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:26,684 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:26,695 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:26,714 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:26,749 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:26,758 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:26,768 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:26,776 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:26,817 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:26,838 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:26,867 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:26,873 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:26,914 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:26,923 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:26,930 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:26,942 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:26,987 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:27,038 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:27,050 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:27,064 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:27,112 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:27,116 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:27,120 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:27,127 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:27,174 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:27,179 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:27,181 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:27,190 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:27,221 basehttp 61091 6171291648 "GET /en/accounts/login/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:27,284 log 61091 6171291648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:27,284 basehttp 61091 6171291648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 05:57:27,345 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:27,350 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:27,357 basehttp 61091 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:27,393 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:27,394 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:27,398 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:27,404 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:27,443 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:27,446 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:27,447 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:27,452 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:27,506 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:27,507 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:27,523 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:27,592 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:27,644 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:27,650 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:27,651 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:27,677 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:27,721 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:27,734 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:27,737 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:27,743 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:27,785 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:27,799 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:27,800 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:27,816 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:27,857 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:28,012 log 61091 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:28,013 basehttp 61091 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 05:57:28,069 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:28,074 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:28,080 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:28,092 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:28,129 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:28,133 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:28,135 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:28,143 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:28,179 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:28,182 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:28,183 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:28,189 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:28,230 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:28,240 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:28,260 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:28,312 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:28,355 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:28,397 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:28,412 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:28,430 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:28,476 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:28,476 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:28,478 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:28,486 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:28,491 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:28,622 log 61091 6171291648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:28,623 basehttp 61091 6171291648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:57:28,627 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:28,694 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:28,699 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:28,716 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:28,750 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:28,753 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:28,753 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:28,760 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:28,795 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:28,799 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:28,801 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:28,806 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:28,843 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:28,855 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:28,872 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:28,954 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:28,996 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:29,005 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:29,007 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:29,030 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:29,067 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:29,069 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/radiology/viewer/series/3223/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:29,074 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:29,191 log 61091 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-10-04 05:57:29,193 basehttp 61091 6171291648 - Broken pipe from ('127.0.0.1', 49653) WARNING 2025-10-04 05:57:29,193 basehttp 61091 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 05:57:29,255 basehttp 61091 6341865472 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:29,270 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:29,285 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:29,324 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:29,324 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:29,326 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:29,335 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:29,368 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:29,372 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:29,373 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:29,379 basehttp 61091 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:29,419 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:29,430 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:29,454 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:29,528 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:29,570 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:29,581 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:29,584 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:29,619 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:29,620 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/radiology/viewer/image/147177/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:29,766 log 61091 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:29,767 basehttp 61091 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:57:29,771 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:29,834 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:29,841 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:29,852 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:29,887 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:29,892 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:29,894 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:29,901 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:29,941 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:29,942 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:29,944 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:29,968 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:30,019 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:30,020 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:30,046 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:30,092 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:30,143 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:30,145 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:30,150 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:30,158 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:30,208 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:30,213 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:30,214 basehttp 61091 6341865472 "GET /en/accounts/login/?next=/en/radiology/viewer/image/147176/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:30,332 log 61091 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:30,334 basehttp 61091 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:57:30,336 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:30,396 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:30,402 basehttp 61091 6341865472 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:30,415 basehttp 61091 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:30,451 basehttp 61091 6341865472 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:30,453 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:30,456 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:30,462 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:30,502 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:30,504 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:30,505 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:30,512 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:30,564 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:30,566 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:30,590 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:30,658 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:30,711 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:30,713 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:30,724 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:30,732 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/radiology/viewer/image/147175/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:30,736 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:30,873 log 61091 6171291648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:30,873 basehttp 61091 6171291648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:57:30,881 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:30,953 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:30,960 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:30,971 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:31,005 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:31,011 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:31,014 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:31,020 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:31,060 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:31,061 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:31,062 basehttp 61091 6341865472 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:31,086 basehttp 61091 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:31,111 basehttp 61091 6341865472 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:31,135 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:31,171 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:31,190 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:31,231 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:31,233 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:31,241 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:31,242 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/radiology/viewer/image/147174/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:31,367 log 61091 6171291648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:31,367 basehttp 61091 6171291648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 05:57:31,431 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:31,436 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:31,448 basehttp 61091 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:31,485 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:31,488 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:31,490 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:31,496 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:31,539 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:31,539 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:31,541 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:31,584 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:31,645 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:31,665 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:31,681 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:31,698 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:31,729 basehttp 61091 6171291648 "GET /en/radiology/viewer/image/147173/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:31,734 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/radiology/viewer/image/147173/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:31,737 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/radiology/viewer/image/147173/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:31,738 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 05:57:31,859 log 61091 6171291648 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-10-04 05:57:31,861 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:31,861 basehttp 61091 6171291648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 05:57:31,925 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:31,932 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:31,935 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:31,948 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:31,983 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:31,985 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:31,987 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:31,994 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:32,033 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:32,034 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:32,036 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:32,042 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:32,082 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:32,092 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:32,104 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:32,130 basehttp 61091 6171291648 "GET /en/radiology/viewer/image/147172/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:32,131 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:32,132 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/radiology/viewer/image/147172/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:32,134 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/radiology/viewer/image/147172/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:32,307 log 61091 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:32,308 basehttp 61091 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:57:32,311 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:32,383 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:32,388 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:32,393 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:32,410 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:32,439 basehttp 61091 6171291648 "GET /en/radiology/viewer/image/147171/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:32,444 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/radiology/viewer/image/147171/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:32,447 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:32,449 basehttp 61091 6341865472 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:32,450 basehttp 61091 6358691840 "GET /en/accounts/login/?next=/en/radiology/viewer/image/147171/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:32,451 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:32,573 log 61091 6171291648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:32,574 basehttp 61091 6171291648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 05:57:32,635 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:32,642 basehttp 61091 6358691840 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:32,660 basehttp 61091 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:32,707 basehttp 61091 6358691840 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:32,707 basehttp 61091 6325039104 "GET /en/radiology/viewer/image/147170/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:32,708 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:32,710 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/radiology/viewer/image/147170/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:32,711 basehttp 61091 6341865472 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:32,712 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/radiology/viewer/image/147170/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:32,717 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:32,840 log 61091 6171291648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:32,841 basehttp 61091 6171291648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 05:57:32,921 basehttp 61091 6341865472 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:32,927 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:32,930 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:32,948 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:32,950 basehttp 61091 6171291648 "GET /en/radiology/viewer/image/147169/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:32,952 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/radiology/viewer/image/147169/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:32,954 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/radiology/viewer/image/147169/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:33,096 log 61091 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:33,096 basehttp 61091 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:57:33,100 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:33,162 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:33,170 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:33,186 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:33,197 basehttp 61091 6171291648 "GET /en/radiology/viewer/image/147168/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:33,200 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/radiology/viewer/image/147168/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:33,202 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/radiology/viewer/image/147168/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:33,337 log 61091 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:33,337 basehttp 61091 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:57:33,341 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:33,401 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:33,406 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:33,413 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:33,423 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:33,463 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:33,464 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:33,466 basehttp 61091 6341865472 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:33,473 basehttp 61091 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:33,512 basehttp 61091 6341865472 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:33,516 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:33,517 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:33,524 basehttp 61091 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:33,554 basehttp 61091 6325039104 "GET /en/radiology/viewer/image/147167/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:33,559 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/radiology/viewer/image/147167/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:33,562 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/radiology/viewer/image/147167/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:33,574 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:33,575 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:33,704 log 61091 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:33,704 basehttp 61091 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:57:33,706 basehttp 61091 6171291648 - Broken pipe from ('127.0.0.1', 49760) INFO 2025-10-04 05:57:33,778 basehttp 61091 6325039104 "GET /en/radiology/images/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:33,782 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/radiology/images/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:33,787 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/radiology/images/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:33,987 basehttp 61091 6171291648 "GET /en/radiology/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:33,989 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/radiology/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:33,991 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/radiology/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:34,020 log 61091 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:34,020 basehttp 61091 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 05:57:34,145 log 61091 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:34,146 basehttp 61091 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:57:34,194 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:34,325 log 61091 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:34,325 basehttp 61091 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 05:57:34,405 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:34,417 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:34,433 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:34,469 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:34,475 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:34,482 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:34,492 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:34,530 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:34,532 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:34,603 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:34,627 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:34,672 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:34,677 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:34,678 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:34,687 basehttp 61091 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:34,734 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:34,736 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:34,761 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:34,808 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:34,853 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:34,860 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:34,866 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:34,873 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:34,919 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:34,926 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:34,928 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:34,947 basehttp 61091 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:34,999 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:35,014 basehttp 61091 6171291648 "GET /en/radiology/viewer/image/1/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:35,017 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/radiology/viewer/image/1/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:35,019 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/radiology/viewer/image/1/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:35,052 log 61091 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:35,053 basehttp 61091 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 05:57:35,110 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:35,122 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:35,128 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:35,163 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:35,164 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:35,172 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:35,179 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:35,218 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:35,224 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:35,224 basehttp 61091 6341865472 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:35,242 basehttp 61091 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:35,309 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:35,310 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:35,310 basehttp 61091 6341865472 "GET /en/accounts/login/?next=/en/radiology/images/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:35,313 basehttp 61091 6341865472 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:35,433 log 61091 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:35,433 basehttp 61091 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:57:35,485 basehttp 61091 6341865472 "GET /en/accounts/login/?next=/en/radiology/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:35,613 log 61091 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:35,614 basehttp 61091 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:57:35,699 basehttp 61091 6341865472 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:35,891 log 61091 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:35,891 basehttp 61091 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:57:35,956 basehttp 61091 6341865472 "GET /en/admin/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:35,958 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:35,966 basehttp 61091 6341865472 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-10-04 05:57:35,970 basehttp 61091 6341865472 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:36,073 log 61091 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:36,073 basehttp 61091 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:57:36,165 basehttp 61091 6341865472 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 WARNING 2025-10-04 05:57:36,269 log 61091 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:36,269 basehttp 61091 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:57:36,370 basehttp 61091 6341865472 "GET /en/accounts/login/?next=/en/hr/training-management/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:36,477 log 61091 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:36,477 basehttp 61091 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 05:57:36,534 basehttp 61091 6341865472 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:36,547 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:36,565 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:36,573 basehttp 61091 6171291648 "GET /en/hr/training/records/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:36,575 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/hr/training/records/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:36,579 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/hr/training/records/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:36,694 log 61091 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:36,695 basehttp 61091 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 05:57:36,758 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:36,763 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:36,769 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:36,783 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:36,822 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:36,822 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:36,824 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:36,830 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:36,875 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:36,875 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:36,878 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:36,921 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:36,954 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:37,000 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:37,015 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:37,094 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:37,105 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:37,108 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:37,115 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:37,118 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:37,159 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:37,161 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:37,172 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:37,232 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:37,279 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:37,287 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:37,291 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:37,299 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:37,344 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:37,350 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:37,351 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:37,362 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:37,417 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:37,421 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:37,460 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:37,484 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:37,530 basehttp 61091 6171291648 "GET /en/hr/employees/113/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:37,535 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/hr/employees/113/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:37,538 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/hr/employees/113/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:37,542 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 05:57:37,662 log 61091 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:37,663 basehttp 61091 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 05:57:37,724 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:37,730 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:37,735 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:37,755 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:37,789 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:37,791 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:37,792 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:37,798 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:37,835 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:37,838 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:37,839 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:37,844 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:37,893 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:37,894 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:37,911 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:37,935 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:37,975 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:38,069 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:38,084 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:38,095 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:38,141 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:38,150 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:38,156 basehttp 61091 6171291648 "GET /en/hr/employees/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:38,160 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/hr/employees/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:38,162 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:38,162 basehttp 61091 6341865472 "GET /en/accounts/login/?next=/en/hr/employees/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:38,272 log 61091 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:38,272 basehttp 61091 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:57:38,277 basehttp 61091 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:38,367 basehttp 61091 6341865472 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:38,373 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:38,385 basehttp 61091 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:38,414 basehttp 61091 6325039104 "GET /en/hr/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:38,416 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/hr/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:38,419 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/hr/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:38,420 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 05:57:38,535 log 61091 6171291648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:38,536 basehttp 61091 6171291648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 05:57:38,594 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:38,599 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:38,604 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:38,614 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:38,651 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:38,651 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:38,654 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:38,660 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:38,796 log 61091 6171291648 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-10-04 05:57:38,802 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:38,802 basehttp 61091 6171291648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:57:38,899 basehttp 61091 6171291648 "GET /en/facility-management/buildings/2/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:38,904 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/facility-management/buildings/2/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:38,909 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/facility-management/buildings/2/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:39,024 log 61091 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:39,025 basehttp 61091 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 05:57:39,083 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:39,095 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:39,113 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:39,149 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:39,152 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:39,154 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:39,161 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:39,202 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:39,204 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:39,205 basehttp 61091 6341865472 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:39,256 basehttp 61091 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:39,291 basehttp 61091 6341865472 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:39,369 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:39,389 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:39,402 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:39,442 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:39,447 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:39,447 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:39,454 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:39,499 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:39,501 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:39,521 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:39,579 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:39,630 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:39,636 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:39,639 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:39,647 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:39,696 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:39,706 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:39,718 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:39,761 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:39,817 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:39,833 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:39,836 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:39,857 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:39,906 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:39,922 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:39,961 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:39,979 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:40,033 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:40,041 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:40,043 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:40,053 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:40,129 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:40,141 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:40,142 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:40,154 basehttp 61091 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:40,214 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:40,220 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:40,220 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:40,229 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:40,298 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:40,300 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:40,343 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:40,378 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:40,449 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:40,466 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:40,473 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:40,493 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:40,564 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:40,573 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:40,586 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:40,603 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:40,685 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:40,688 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:40,700 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:40,727 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:40,808 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:40,811 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:40,821 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:40,863 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:40,941 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:40,943 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:40,955 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:41,019 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:41,102 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:41,104 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:41,109 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:41,151 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:41,271 log 61091 6171291648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:41,272 basehttp 61091 6171291648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:57:41,317 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:41,667 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/facility-management/buildings/2/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:41,740 log 61091 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:41,740 basehttp 61091 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 05:57:41,801 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:41,815 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:41,833 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:41,872 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:41,875 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:41,877 basehttp 61091 6341865472 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:41,883 basehttp 61091 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:41,922 basehttp 61091 6341865472 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:41,927 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:41,927 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:41,943 basehttp 61091 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:41,975 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:42,003 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:42,050 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:42,080 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:42,120 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:42,126 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:42,138 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:42,153 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:42,201 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:42,203 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:42,230 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:42,280 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:42,327 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:42,334 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:42,336 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:42,346 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:42,392 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:42,398 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:42,399 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:42,413 basehttp 61091 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:42,469 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:42,475 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:42,520 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:42,543 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:42,660 log 61091 6171291648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:42,660 basehttp 61091 6171291648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:57:42,669 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:49,362 basehttp 61091 6325039104 "GET /en/facility-management/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:49,369 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/facility-management/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:49,375 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/facility-management/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:49,391 log 61091 6171291648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:57:49,391 basehttp 61091 6171291648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:57:49,454 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:49,459 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:49,471 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:49,476 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:49,488 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:49,528 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:49,529 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:49,530 basehttp 61091 6341865472 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:49,536 basehttp 61091 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:49,576 basehttp 61091 6341865472 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:49,579 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:49,581 basehttp 61091 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:49,587 basehttp 61091 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:49,640 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:49,641 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:49,657 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:49,698 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:49,756 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:49,805 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:49,825 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:49,832 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:49,879 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:49,887 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:49,891 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:49,920 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:49,972 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:49,976 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:49,978 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:49,988 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:50,044 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:50,046 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:50,094 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:50,120 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:50,169 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:50,182 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:50,195 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:50,203 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:50,258 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:50,267 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:50,277 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:50,336 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:50,395 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:50,441 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:50,463 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:50,473 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:50,531 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:50,536 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:50,538 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:50,544 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:50,613 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:50,620 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:50,621 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:50,634 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:50,703 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:50,705 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:50,754 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:50,783 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:50,857 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:50,870 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:50,883 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:50,927 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:51,003 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:51,006 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:51,021 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:51,073 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:51,156 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:51,163 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:51,164 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:51,181 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:51,264 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:51,275 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:51,290 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:51,309 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:51,395 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:51,404 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:51,465 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:51,479 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:51,555 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:51,559 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:51,566 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:51,570 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:51,662 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:51,664 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:51,670 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:51,682 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:51,775 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:51,793 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:51,831 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:51,867 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:51,963 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:51,966 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:51,968 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:51,983 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:52,086 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:52,091 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:52,118 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:52,155 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:52,254 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:52,268 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:52,268 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:52,305 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:52,410 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:52,413 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:52,415 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:52,434 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:52,547 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:52,555 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:52,572 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:52,620 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:52,726 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:52,745 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:52,746 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:52,761 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:52,883 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:52,893 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:52,916 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:52,953 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:53,066 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:53,079 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:53,080 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:53,098 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:53,227 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:53,228 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:53,244 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:53,278 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:53,418 basehttp 61091 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:53,419 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:53,428 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:53,467 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:53,588 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:53,602 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:53,602 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:53,626 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:53,767 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:53,769 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:53,785 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:53,828 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:53,952 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:53,970 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:53,972 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:53,985 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:54,113 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:54,129 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:54,134 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:54,144 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:54,295 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:54,301 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:54,321 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:54,383 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:54,538 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:54,540 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:54,556 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:54,602 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:54,741 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:54,763 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:54,765 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:54,779 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:54,929 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:54,947 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:54,949 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:54,983 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:55,137 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:55,155 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:55,155 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:55,192 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:55,389 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:55,405 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:55,413 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:55,476 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:55,651 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:55,658 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:55,674 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:55,743 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:55,891 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:55,912 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:55,927 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:55,932 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:56,091 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:56,113 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:56,123 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:56,132 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:56,318 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:56,321 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:56,344 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:56,439 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:56,600 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:56,613 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:56,615 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:56,644 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:56,837 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:56,843 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:56,857 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:56,921 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:57,093 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:57,109 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:57,121 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:57,138 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:57,318 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:57,335 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:57,345 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:57,359 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:57,567 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:57,574 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:57,590 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:57,663 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:57,869 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:57,879 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:57,894 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:57,953 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:58,141 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:58,163 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:58,174 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:58,197 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:58,392 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:58,408 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:58,418 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:58,440 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:58,668 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:58,669 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:58,693 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:58,798 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:58,994 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:59,021 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:59,028 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:59,094 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:59,268 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:59,282 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:59,290 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:59,317 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:59,554 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 05:57:59,556 basehttp 61091 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:59,580 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 05:57:59,692 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:59,902 basehttp 61091 6171291648 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:57:59,928 basehttp 61091 6171291648 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 05:57:59,932 basehttp 61091 6171291648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 05:57:59,954 basehttp 61091 6171291648 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 05:59:19,345 autoreload 64010 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 05:59:21,568 basehttp 64010 6125793280 "GET /en/accounts/login/ HTTP/1.1" 200 2285 WARNING 2025-10-04 05:59:21,579 log 64010 6125793280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:59:21,579 basehttp 64010 6125793280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 05:59:59,117 basehttp 64010 6125793280 "GET /en/accounts/login/ HTTP/1.1" 200 2285 WARNING 2025-10-04 05:59:59,137 log 64010 6125793280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 05:59:59,137 basehttp 64010 6125793280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:00:00,356 basehttp 64010 6125793280 "GET /en/accounts/login/ HTTP/1.1" 200 2285 WARNING 2025-10-04 06:00:00,368 log 64010 6125793280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:00:00,369 basehttp 64010 6125793280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:00:03,318 basehttp 64010 6125793280 "GET /en/accounts/signup/ HTTP/1.1" 200 2722 WARNING 2025-10-04 06:00:03,336 log 64010 6125793280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:00:03,336 basehttp 64010 6125793280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:00:04,962 basehttp 64010 6125793280 "GET /en/accounts/login/ HTTP/1.1" 200 2285 WARNING 2025-10-04 06:00:04,977 log 64010 6125793280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:00:04,977 basehttp 64010 6125793280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:00:09,462 basehttp 64010 6125793280 "GET /en/accounts/login/ HTTP/1.1" 200 2285 WARNING 2025-10-04 06:00:09,475 log 64010 6125793280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:00:09,476 basehttp 64010 6125793280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:00:32,784 autoreload 64010 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/urls.py changed, reloading. INFO 2025-10-04 06:00:33,189 autoreload 64612 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 06:00:35,687 basehttp 64612 6196965376 "GET /en/accounts/login/ HTTP/1.1" 200 20859 WARNING 2025-10-04 06:00:35,703 log 64612 6196965376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:00:35,703 basehttp 64612 6196965376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:00:35,778 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:35,781 basehttp 64612 6213791744 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:35,798 basehttp 64612 6213791744 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:35,801 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:35,817 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:35,858 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:35,871 basehttp 64612 6213791744 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 06:00:35,872 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:35,877 basehttp 64612 6213791744 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:35,915 basehttp 64612 6213791744 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:35,916 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:35,939 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:35,974 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:36,013 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:36,057 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:36,070 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:36,114 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:36,157 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:36,160 basehttp 64612 6213791744 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:36,163 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:36,173 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:36,215 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:36,226 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:36,238 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:36,255 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:36,302 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:36,309 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:36,347 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:36,361 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:36,410 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:36,424 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:36,437 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:36,450 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:36,501 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:36,506 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:36,518 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:36,521 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:36,567 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:36,574 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:36,593 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:36,647 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:36,701 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:36,706 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:36,726 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:36,782 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:36,853 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:36,853 basehttp 64612 6213791744 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:36,860 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:36,888 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:36,952 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:36,957 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:36,961 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:36,969 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:37,033 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:37,038 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 06:00:37,040 basehttp 64612 6213791744 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:37,049 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:37,120 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:37,123 basehttp 64612 6213791744 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:37,164 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:37,197 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:37,271 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:37,277 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:37,289 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:37,305 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:37,384 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:37,389 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:37,400 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:37,417 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:37,486 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:37,498 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:37,504 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:37,521 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:37,608 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:37,611 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:37,668 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:37,704 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:37,777 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:37,781 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 06:00:37,794 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:37,800 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:37,883 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:37,885 basehttp 64612 6213791744 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:37,900 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:37,931 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:38,023 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:38,034 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:38,045 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:38,070 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:38,173 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:38,178 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:38,191 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:38,218 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:38,324 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:38,332 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:38,346 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:38,379 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:38,481 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:38,482 basehttp 64612 6213791744 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:38,490 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:38,508 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:38,630 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:38,636 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:38,646 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:38,663 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:38,777 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:38,783 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:38,803 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:38,848 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:38,944 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:38,957 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 06:00:38,961 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:38,970 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:39,080 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:39,088 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 06:00:39,090 basehttp 64612 6213791744 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:39,132 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:39,242 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:39,247 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 06:00:39,251 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:39,263 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:39,392 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:39,398 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:39,416 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:39,463 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:39,601 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:39,604 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:39,620 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:39,648 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:39,780 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:39,789 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:39,794 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:39,817 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:39,951 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:39,958 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:39,970 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:39,993 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:40,133 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:40,135 basehttp 64612 6213791744 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:40,153 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:40,203 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:40,331 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:40,357 basehttp 64612 6213791744 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:40,359 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:40,427 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:40,553 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:40,566 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 06:00:40,574 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:40,584 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:40,722 basehttp 64612 6196965376 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:40,730 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 WARNING 2025-10-04 06:00:40,735 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:40,759 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:00:40,922 basehttp 64612 6196965376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:00:40,925 basehttp 64612 6213791744 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:00:40,958 basehttp 64612 6196965376 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20859 INFO 2025-10-04 06:00:41,019 basehttp 64612 6196965376 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:01:19,283 autoreload 64972 8313250112 Watching for file changes with StatReloader ERROR 2025-10-04 06:01:21,230 log 64972 6201389056 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'password_reset' not found. 'password_reset' is not a valid view function or pattern name. ERROR 2025-10-04 06:01:21,232 basehttp 64972 6201389056 "GET /en/accounts/login/ HTTP/1.1" 500 163953 WARNING 2025-10-04 06:01:21,261 log 64972 6201389056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:01:21,261 basehttp 64972 6201389056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:02:31,019 basehttp 64972 6201389056 "GET /en/accounts/login/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:02:31,032 log 64972 6218215424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:02:31,033 basehttp 64972 6218215424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:02:31,033 basehttp 64972 6201389056 "GET /static/js/demo/login-v2.demo.js HTTP/1.1" 200 1011 INFO 2025-10-04 06:02:31,078 basehttp 64972 6201389056 "GET /static/img/login-bg/login-bg-17.jpg HTTP/1.1" 200 120020 INFO 2025-10-04 06:02:31,078 basehttp 64972 6251868160 "GET /static/img/login-bg/login-bg-14.jpg HTTP/1.1" 200 273103 INFO 2025-10-04 06:02:31,081 basehttp 64972 6218215424 "GET /static/img/login-bg/login-bg-16.jpg HTTP/1.1" 200 190585 INFO 2025-10-04 06:02:31,084 basehttp 64972 6235041792 "GET /static/img/login-bg/login-bg-15.jpg HTTP/1.1" 200 301573 INFO 2025-10-04 06:02:31,088 basehttp 64972 6285520896 "GET /static/img/login-bg/login-bg-12.jpg HTTP/1.1" 200 426944 INFO 2025-10-04 06:02:31,089 basehttp 64972 6268694528 "GET /static/img/login-bg/login-bg-13.jpg HTTP/1.1" 200 792467 INFO 2025-10-04 06:02:31,095 basehttp 64972 6268694528 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:31,113 basehttp 64972 6285520896 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:31,113 basehttp 64972 6268694528 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:31,119 basehttp 64972 6235041792 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:31,126 basehttp 64972 6235041792 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:31,160 basehttp 64972 6235041792 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:31,163 basehttp 64972 6218215424 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:31,171 basehttp 64972 6251868160 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:31,177 basehttp 64972 6251868160 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:31,214 basehttp 64972 6251868160 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:31,216 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:31,217 basehttp 64972 6218215424 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:31,223 basehttp 64972 6218215424 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:31,262 basehttp 64972 6218215424 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:31,275 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:31,286 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:31,324 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:31,359 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:31,387 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:31,450 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:31,503 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:31,530 basehttp 64972 6218215424 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:31,532 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:31,539 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:31,557 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:31,611 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:31,617 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:02:31,617 basehttp 64972 6218215424 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:31,625 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:31,680 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:31,687 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:31,721 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:31,758 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:31,815 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:31,825 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:31,843 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:31,863 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:31,921 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:31,926 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:31,947 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:31,964 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:32,024 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:32,029 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:02:32,031 basehttp 64972 6218215424 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:32,041 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:32,110 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:32,112 basehttp 64972 6218215424 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:32,152 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:32,184 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:32,250 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:32,255 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:32,260 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:32,290 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:32,361 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:32,366 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:32,367 basehttp 64972 6218215424 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:32,383 basehttp 64972 6218215424 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:32,460 basehttp 64972 6218215424 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:32,463 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:32,504 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:32,538 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:32,631 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:32,648 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:32,663 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:32,670 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:32,742 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:32,749 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:32,771 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:32,820 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:32,909 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:32,920 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:32,934 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:32,973 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:33,064 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:33,068 basehttp 64972 6218215424 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:33,078 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:33,123 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:33,204 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:33,218 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:02:33,218 basehttp 64972 6218215424 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:33,234 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:33,331 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:33,342 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:33,357 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:33,393 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:33,497 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:33,500 basehttp 64972 6218215424 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:33,504 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:33,520 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:33,628 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:33,635 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:33,648 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:33,690 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:33,775 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:33,790 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:33,804 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:33,844 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:33,967 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:33,981 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:02:33,983 basehttp 64972 6218215424 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:34,055 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:34,138 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:34,151 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:02:34,152 basehttp 64972 6218215424 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:34,169 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:34,290 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:34,293 basehttp 64972 6218215424 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:34,308 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:34,337 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:34,461 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:34,467 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:34,479 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:34,499 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:34,629 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:34,633 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:34,660 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:34,706 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:34,832 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:34,844 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:02:34,849 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:34,861 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:34,995 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:35,002 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:35,009 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:35,055 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:35,193 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:35,199 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:35,216 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:35,244 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:35,397 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:35,400 basehttp 64972 6218215424 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:35,413 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:35,454 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:35,588 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:35,606 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:02:35,608 basehttp 64972 6218215424 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:35,622 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:35,758 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:35,763 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:02:35,782 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:35,791 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:35,950 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:35,966 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:02:35,969 basehttp 64972 6218215424 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:36,051 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:36,173 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:36,180 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:36,187 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:36,248 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:36,418 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:36,420 basehttp 64972 6218215424 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:36,443 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:36,492 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:36,640 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:36,660 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:02:36,666 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:36,678 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:36,840 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:36,865 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:02:36,865 basehttp 64972 6218215424 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:36,923 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:37,106 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:37,109 basehttp 64972 6218215424 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:37,128 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:37,173 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:37,349 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:37,368 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:37,369 basehttp 64972 6218215424 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:37,388 basehttp 64972 6218215424 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:37,558 basehttp 64972 6218215424 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:37,584 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:02:37,586 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:37,634 basehttp 64972 6218215424 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:37,811 basehttp 64972 6218215424 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:37,840 basehttp 64972 6218215424 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:37,840 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:37,903 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:38,115 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:38,130 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:38,151 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:38,216 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:38,397 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:38,431 basehttp 64972 6218215424 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:38,431 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:38,506 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:38,691 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:38,711 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:02:38,713 basehttp 64972 6218215424 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:38,750 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:38,965 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:38,974 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:02:38,974 basehttp 64972 6218215424 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:39,020 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:39,249 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:39,249 basehttp 64972 6218215424 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:39,271 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:39,344 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:39,548 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:39,569 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:02:39,583 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:39,606 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:39,816 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:39,835 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:02:39,847 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:39,859 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:40,106 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:40,113 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:40,139 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:40,249 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:40,468 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:40,472 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:02:40,508 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:40,529 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:40,750 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:40,790 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:02:40,790 basehttp 64972 6218215424 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:40,859 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:41,110 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:41,119 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:41,145 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:41,210 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:41,439 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:41,466 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:02:41,477 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:41,501 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:41,738 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:41,769 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:02:41,772 basehttp 64972 6218215424 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:41,842 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:42,089 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:42,120 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:02:42,123 basehttp 64972 6218215424 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:42,199 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:42,473 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:42,479 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:42,510 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:42,585 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:42,840 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:42,883 basehttp 64972 6218215424 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:42,883 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:42,945 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:43,204 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:43,212 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:02:43,250 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:43,280 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:43,552 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:43,577 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:02:43,589 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:43,620 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:43,935 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:43,951 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:43,959 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:44,025 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:44,320 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:44,337 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:02:44,349 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:44,415 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:44,738 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:02:44,740 basehttp 64972 6218215424 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:02:44,777 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:02:44,853 basehttp 64972 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:45,136 basehttp 64972 6201389056 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:02:45,178 basehttp 64972 6201389056 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:02:45,189 basehttp 64972 6201389056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:05,292 autoreload 65843 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 06:03:06,897 basehttp 65843 6157725696 "GET /en/accounts/login/ HTTP/1.1" 200 3678 WARNING 2025-10-04 06:03:06,937 log 65843 6157725696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:03:06,938 basehttp 65843 6157725696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:03:23,171 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/appointments/waiting-list/29/ HTTP/1.1" 200 3678 INFO 2025-10-04 06:03:23,178 basehttp 65843 6191378432 "GET /static/js/demo/login-v2.demo.js HTTP/1.1" 200 1011 INFO 2025-10-04 06:03:23,183 basehttp 65843 6191378432 "GET /static/img/login-bg/login-bg-17.jpg HTTP/1.1" 200 120020 INFO 2025-10-04 06:03:23,184 basehttp 65843 6208204800 "GET /static/img/login-bg/login-bg-16.jpg HTTP/1.1" 200 190585 INFO 2025-10-04 06:03:23,190 basehttp 65843 6241857536 "GET /static/img/login-bg/login-bg-14.jpg HTTP/1.1" 200 273103 INFO 2025-10-04 06:03:23,191 basehttp 65843 6225031168 "GET /static/img/login-bg/login-bg-15.jpg HTTP/1.1" 200 301573 INFO 2025-10-04 06:03:23,192 basehttp 65843 6275510272 "GET /static/img/login-bg/login-bg-12.jpg HTTP/1.1" 200 426944 INFO 2025-10-04 06:03:23,192 basehttp 65843 6258683904 "GET /static/img/login-bg/login-bg-13.jpg HTTP/1.1" 200 792467 INFO 2025-10-04 06:03:33,932 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/appointments/waiting-list/29/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:33,938 basehttp 65843 6275510272 "GET /static/plugins/toastr/toastr.css HTTP/1.1" 200 7860 INFO 2025-10-04 06:03:33,938 basehttp 65843 6225031168 "GET /static/css/custom.css HTTP/1.1" 200 2844 INFO 2025-10-04 06:03:33,940 basehttp 65843 6225031168 "GET /static/plugins/toastr/toastr.min.js HTTP/1.1" 200 5536 INFO 2025-10-04 06:03:33,941 basehttp 65843 6258683904 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-10-04 06:03:33,942 basehttp 65843 6225031168 "GET /static/js/custom.js HTTP/1.1" 200 4109 INFO 2025-10-04 06:03:33,943 basehttp 65843 6275510272 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-10-04 06:03:33,943 basehttp 65843 6208204800 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-10-04 06:03:33,946 basehttp 65843 6241857536 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-10-04 06:03:33,946 basehttp 65843 6191378432 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-10-04 06:03:33,947 basehttp 65843 6258683904 "GET /static/img/user/user-12.jpg HTTP/1.1" 200 8541 INFO 2025-10-04 06:03:34,269 basehttp 65843 6225031168 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:34,277 basehttp 65843 6275510272 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-10-04 06:03:34,278 basehttp 65843 6208204800 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-10-04 06:03:34,280 basehttp 65843 6241857536 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-10-04 06:03:34,281 basehttp 65843 6191378432 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-10-04 06:03:34,282 basehttp 65843 6258683904 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-10-04 06:03:34,283 basehttp 65843 6275510272 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-10-04 06:03:34,285 basehttp 65843 6208204800 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-10-04 06:03:34,286 basehttp 65843 6241857536 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-10-04 06:03:34,289 basehttp 65843 6191378432 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-10-04 06:03:34,289 basehttp 65843 6258683904 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:34,290 basehttp 65843 6275510272 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-10-04 06:03:34,291 basehttp 65843 6208204800 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-10-04 06:03:34,291 basehttp 65843 6241857536 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-10-04 06:03:34,292 basehttp 65843 6225031168 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-10-04 06:03:34,293 basehttp 65843 6191378432 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-10-04 06:03:34,294 basehttp 65843 6275510272 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-10-04 06:03:34,294 basehttp 65843 6208204800 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-10-04 06:03:34,297 basehttp 65843 6241857536 "GET /static/webfonts/fa-regular-400.woff2 HTTP/1.1" 200 25472 INFO 2025-10-04 06:03:34,298 basehttp 65843 6225031168 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-10-04 06:03:34,298 basehttp 65843 6191378432 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-10-04 06:03:34,298 basehttp 65843 6275510272 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-10-04 06:03:34,299 basehttp 65843 6208204800 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-10-04 06:03:34,299 basehttp 65843 6225031168 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-10-04 06:03:34,299 basehttp 65843 6241857536 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-10-04 06:03:34,299 basehttp 65843 6191378432 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-10-04 06:03:34,305 basehttp 65843 6275510272 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:34,334 basehttp 65843 6208204800 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:34,337 basehttp 65843 6225031168 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:34,339 basehttp 65843 6241857536 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:34,362 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:34,365 basehttp 65843 6275510272 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:34,367 basehttp 65843 6208204800 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:34,390 basehttp 65843 6241857536 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:34,393 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:34,395 basehttp 65843 6208204800 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:34,419 basehttp 65843 6241857536 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:34,424 basehttp 65843 6208204800 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:34,426 basehttp 65843 6241857536 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:34,451 basehttp 65843 6241857536 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:34,456 basehttp 65843 6241857536 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:34,459 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:34,485 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:34,490 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:34,493 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:34,518 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:34,523 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:34,526 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:34,568 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:34,573 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:34,578 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:34,631 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:34,637 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:34,644 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:34,783 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:34,804 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:34,814 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:34,869 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:34,905 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:34,911 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:34,941 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:34,971 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:34,974 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:35,007 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:35,035 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:35,042 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:35,076 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:35,110 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:35,137 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:35,178 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:35,214 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:35,220 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:35,258 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:35,294 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:35,300 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:35,338 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:35,379 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:35,386 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:35,434 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:35,469 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:35,476 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:35,528 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:35,567 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:35,574 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:35,616 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:35,656 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:35,664 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:35,709 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:35,755 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:35,765 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:35,821 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:35,882 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:35,890 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:35,972 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:36,025 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:36,041 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:36,123 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:36,185 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:36,191 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:36,257 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:36,313 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:36,318 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:36,375 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:36,433 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:36,447 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:36,509 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:36,579 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:36,586 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:36,670 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:36,738 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:36,751 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:36,827 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:36,900 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:36,905 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:37,056 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:37,128 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:37,132 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:37,212 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:37,286 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:37,291 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:37,369 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:37,442 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:37,454 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:37,522 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:37,593 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:37,601 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:37,688 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:37,731 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:37,811 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:37,873 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:37,960 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:37,967 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:38,020 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:38,102 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:38,111 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:38,164 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:38,245 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:38,292 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:38,351 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:38,444 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:38,453 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:38,510 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:38,598 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:38,692 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:38,762 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:38,860 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:38,872 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:38,933 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:39,029 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:39,038 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:39,097 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:39,193 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:39,197 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:39,253 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:39,349 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:39,390 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:39,458 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:39,567 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:39,578 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:39,673 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:39,743 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:39,750 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:39,887 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:39,946 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:40,066 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:40,130 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:40,233 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:40,257 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:40,337 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:40,451 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:40,456 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:40,538 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:40,658 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:40,677 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:40,752 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:40,862 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:40,879 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:40,950 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:41,067 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:41,081 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:41,164 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:41,283 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:41,289 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:41,378 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:41,495 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:41,511 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:41,583 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:41,700 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:41,720 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:41,795 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:41,802 basehttp 65843 6208204800 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:41,922 basehttp 65843 6191378432 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:41,926 basehttp 65843 6208204800 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:41,927 basehttp 65843 6191378432 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:41,931 basehttp 65843 6208204800 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:42,015 basehttp 65843 6191378432 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:42,033 basehttp 65843 6208204800 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:03:46,946 log 65843 6157725696 Not Found: /user/register-v3 WARNING 2025-10-04 06:03:46,947 basehttp 65843 6157725696 "GET /user/register-v3 HTTP/1.1" 404 2572 WARNING 2025-10-04 06:03:46,986 log 65843 6157725696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:03:46,987 basehttp 65843 6157725696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:03:53,187 log 65843 6157725696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:03:53,187 basehttp 65843 6157725696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:03:53,225 log 65843 6157725696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:03:53,225 basehttp 65843 6157725696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:03:54,656 basehttp 65843 6157725696 "GET /en/accounts/login/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:03:54,670 log 65843 6157725696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:03:54,670 basehttp 65843 6157725696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:03:54,736 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:03:54,748 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:54,755 basehttp 65843 6174552064 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:54,760 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:54,770 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:54,803 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:03:54,804 basehttp 65843 6174552064 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:54,812 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:54,820 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:54,931 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:03:54,932 basehttp 65843 6174552064 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:54,948 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:54,977 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:55,018 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:55,032 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:55,043 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:03:55,066 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:55,084 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:55,098 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:03:55,099 basehttp 65843 6174552064 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:55,120 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:03:55,162 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:55,193 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:55,220 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:55,249 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:03:55,299 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:55,314 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:55,320 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:55,327 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:55,379 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:55,387 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:03:55,387 basehttp 65843 6174552064 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:55,399 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:03:55,455 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:55,458 basehttp 65843 6174552064 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:55,506 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:55,531 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:03:55,597 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:55,601 basehttp 65843 6174552064 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:55,617 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:55,633 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:55,693 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:03:55,695 basehttp 65843 6174552064 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:55,712 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:55,749 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:03:55,809 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:55,810 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:55,840 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:55,888 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:55,969 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:55,973 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:03:55,974 basehttp 65843 6174552064 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:55,984 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:03:56,061 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:56,064 basehttp 65843 6174552064 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:56,086 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:56,104 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:03:56,177 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:56,192 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:56,204 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:56,217 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:56,290 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:03:56,295 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:56,300 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:56,342 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:56,423 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:03:56,427 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:56,441 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:56,504 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:56,587 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:03:56,589 basehttp 65843 6174552064 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:56,594 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:56,627 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:56,705 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:56,718 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:03:56,719 basehttp 65843 6174552064 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:56,741 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:56,841 basehttp 65843 6174552064 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:03:56,842 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:56,852 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:56,871 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:03:56,967 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:56,977 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:56,997 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:57,051 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:57,131 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:57,148 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:03:57,149 basehttp 65843 6174552064 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:57,163 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:03:57,266 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:57,270 basehttp 65843 6174552064 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:57,289 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:57,307 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:03:57,413 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:57,422 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:57,459 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:57,513 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:57,590 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:57,606 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:03:57,608 basehttp 65843 6174552064 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:57,619 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:57,732 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:03:57,736 basehttp 65843 6174552064 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:57,756 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:57,786 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:57,899 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:03:57,902 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:57,904 basehttp 65843 6174552064 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:57,949 basehttp 65843 6174552064 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:58,057 basehttp 65843 6174552064 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:58,069 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:03:58,070 basehttp 65843 6174552064 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:58,118 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:03:58,247 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:58,250 basehttp 65843 6174552064 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:58,269 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:58,314 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:58,419 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:58,431 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:03:58,435 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:58,446 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:58,581 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:03:58,584 basehttp 65843 6174552064 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:58,599 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:58,629 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:03:58,770 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:58,773 basehttp 65843 6174552064 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:58,791 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:58,849 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:58,965 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:58,983 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:03:58,989 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:58,998 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:59,130 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:59,144 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:03:59,145 basehttp 65843 6174552064 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:59,179 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:59,316 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:59,330 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:03:59,336 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:59,354 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:59,505 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:03:59,507 basehttp 65843 6174552064 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:59,525 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:59,579 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:59,731 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:03:59,734 basehttp 65843 6174552064 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:03:59,820 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:03:59,836 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:59,972 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:03:59,995 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:03:59,996 basehttp 65843 6174552064 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:04:00,047 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:00,185 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:00,218 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:04:00,218 basehttp 65843 6174552064 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:04:00,262 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:00,410 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:00,434 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:04:00,434 basehttp 65843 6174552064 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:04:00,476 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:00,623 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:00,652 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:04:00,652 basehttp 65843 6174552064 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:04:00,706 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:00,857 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:04:00,887 basehttp 65843 6174552064 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:04:00,887 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:04:00,936 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:01,084 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:01,091 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:04:01,114 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:04:01,130 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:01,293 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:01,316 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:04:01,317 basehttp 65843 6174552064 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:04:01,378 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:01,560 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:04:01,565 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:04:01,589 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:04:01,645 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:01,824 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:01,848 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:04:01,868 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:04:01,880 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:02,045 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:02,077 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:04:02,077 basehttp 65843 6174552064 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:04:02,153 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:02,356 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:04:02,357 basehttp 65843 6174552064 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:04:02,376 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:04:02,441 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:02,613 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:02,628 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:04:02,642 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:04:02,658 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:02,840 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:02,859 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:04:02,866 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:04:02,914 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:03,093 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:03,126 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:04:03,127 basehttp 65843 6174552064 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:04:03,184 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:03,371 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:03,380 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:04:03,405 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:04:03,425 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:03,638 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:04:03,653 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:04:03,667 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:04:03,745 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:03,963 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:04:03,980 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:04:03,986 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:04:04,024 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:04,253 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-10-04 06:04:04,262 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:04:04,285 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 INFO 2025-10-04 06:04:04,338 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:04,543 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:04,549 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:04:04,582 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:04:04,601 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:04,803 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:04,836 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:04:04,854 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:04:04,879 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:05,117 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:05,122 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:04:05,126 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:04:05,211 basehttp 65843 6157725696 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:05,420 basehttp 65843 6157725696 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-04 06:04:05,454 basehttp 65843 6157725696 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 20745 WARNING 2025-10-04 06:04:05,464 basehttp 65843 6157725696 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:05:15,850 autoreload 66976 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 06:05:18,087 basehttp 66976 6341865472 "GET /en/accounts/login/ HTTP/1.1" 200 20327 WARNING 2025-10-04 06:05:18,130 log 66976 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:05:18,131 basehttp 66976 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:05:18,263 basehttp 66976 6341865472 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:05:54,468 basehttp 66976 6358691840 "GET /en/accounts/login/ HTTP/1.1" 200 20401 WARNING 2025-10-04 06:05:54,479 log 66976 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:05:54,479 basehttp 66976 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:05:54,554 basehttp 66976 6358691840 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:09:32,982 basehttp 66976 6341865472 "GET /en/accounts/login/ HTTP/1.1" 200 19929 WARNING 2025-10-04 06:09:32,989 log 66976 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:09:32,989 basehttp 66976 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:09:33,103 basehttp 66976 6358691840 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:09:33,105 basehttp 66976 6341865472 "GET /static/css/default/images/bg-login.png HTTP/1.1" 200 425929 INFO 2025-10-04 06:09:58,934 basehttp 66976 6341865472 "GET /en/accounts/login/ HTTP/1.1" 200 20401 WARNING 2025-10-04 06:09:58,942 log 66976 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:09:58,943 basehttp 66976 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:09:59,016 basehttp 66976 6341865472 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:10:04,835 basehttp 66976 6358691840 "POST /en/accounts/login/ HTTP/1.1" 200 20401 WARNING 2025-10-04 06:10:04,846 log 66976 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:10:04,847 basehttp 66976 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:10:04,934 basehttp 66976 6358691840 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:10:32,562 basehttp 66976 6341865472 "POST /en/accounts/login/ HTTP/1.1" 200 20401 WARNING 2025-10-04 06:10:32,577 log 66976 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:10:32,577 basehttp 66976 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:10:32,657 basehttp 66976 6341865472 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:11:09,446 basehttp 66976 6358691840 "POST /en/accounts/login/ HTTP/1.1" 200 20401 WARNING 2025-10-04 06:11:09,455 log 66976 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:11:09,455 basehttp 66976 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:11:09,525 basehttp 66976 6358691840 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:11:11,535 basehttp 66976 6341865472 "POST /en/accounts/login/ HTTP/1.1" 200 20401 WARNING 2025-10-04 06:11:11,545 log 66976 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:11:11,545 basehttp 66976 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:11:11,629 basehttp 66976 6341865472 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:11:21,868 basehttp 66976 6358691840 "GET /en/accounts/logout/ HTTP/1.1" 302 0 INFO 2025-10-04 06:11:21,874 basehttp 66976 6358691840 "GET / HTTP/1.1" 302 0 INFO 2025-10-04 06:11:21,877 basehttp 66976 6341865472 "GET /en/ HTTP/1.1" 302 0 INFO 2025-10-04 06:11:21,883 basehttp 66976 6341865472 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 INFO 2025-10-04 06:11:21,887 basehttp 66976 6341865472 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 200 20401 WARNING 2025-10-04 06:11:21,898 log 66976 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:11:21,898 basehttp 66976 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:11:21,970 basehttp 66976 6341865472 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:11:38,599 autoreload 66976 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/urls.py changed, reloading. INFO 2025-10-04 06:11:39,015 autoreload 69964 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 06:11:40,110 basehttp 69964 6131396608 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 200 2345 WARNING 2025-10-04 06:11:40,119 log 69964 6131396608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:11:40,119 basehttp 69964 6131396608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:11:42,809 basehttp 69964 6131396608 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 200 2345 WARNING 2025-10-04 06:11:42,822 log 69964 6131396608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:11:42,822 basehttp 69964 6131396608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:11:50,786 autoreload 69964 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/urls.py changed, reloading. INFO 2025-10-04 06:11:51,198 autoreload 70062 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 06:11:53,181 basehttp 70062 6124400640 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 200 2345 WARNING 2025-10-04 06:11:53,195 log 70062 6124400640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:11:53,195 basehttp 70062 6124400640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:11:54,099 basehttp 70062 6124400640 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 200 2345 WARNING 2025-10-04 06:11:54,112 log 70062 6124400640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:11:54,112 basehttp 70062 6124400640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:11:55,786 basehttp 70062 6124400640 "POST /en/accounts/login/ HTTP/1.1" 302 0 INFO 2025-10-04 06:11:55,807 basehttp 70062 6124400640 "GET /en/ HTTP/1.1" 200 46987 WARNING 2025-10-04 06:11:55,822 log 70062 6124400640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:11:55,822 basehttp 70062 6124400640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:11:55,910 basehttp 70062 6124400640 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:11:55,929 basehttp 70062 6124400640 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-04 06:11:55,930 basehttp 70062 6141227008 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-04 06:12:12,413 basehttp 70062 6141227008 "GET /en/ HTTP/1.1" 200 47011 WARNING 2025-10-04 06:12:12,422 log 70062 6141227008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:12:12,422 basehttp 70062 6141227008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:12:12,492 basehttp 70062 13304360960 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:12:12,509 basehttp 70062 6141227008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 06:12:12,509 basehttp 70062 6124400640 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-04 06:12:12,510 basehttp 70062 6158053376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-04 06:12:29,579 basehttp 70062 6158053376 "GET /en/ HTTP/1.1" 200 47011 WARNING 2025-10-04 06:12:29,587 log 70062 6158053376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:12:29,588 basehttp 70062 6158053376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:12:29,594 basehttp 70062 13438578688 "GET /static/css/custom.css HTTP/1.1" 200 2844 INFO 2025-10-04 06:12:29,595 basehttp 70062 13455405056 "GET /static/plugins/toastr/toastr.css HTTP/1.1" 200 7860 INFO 2025-10-04 06:12:29,595 basehttp 70062 13472231424 "GET /static/img/user/user-12.jpg HTTP/1.1" 200 8541 INFO 2025-10-04 06:12:29,598 basehttp 70062 6158053376 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-10-04 06:12:29,598 basehttp 70062 13472231424 "GET /static/plugins/toastr/toastr.min.js HTTP/1.1" 200 5536 INFO 2025-10-04 06:12:29,600 basehttp 70062 13472231424 "GET /static/js/custom.js HTTP/1.1" 200 4109 INFO 2025-10-04 06:12:29,601 basehttp 70062 13455405056 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-10-04 06:12:29,601 basehttp 70062 6124400640 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-10-04 06:12:29,604 basehttp 70062 6141227008 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-10-04 06:12:29,605 basehttp 70062 13438578688 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-10-04 06:12:29,735 basehttp 70062 13438578688 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-10-04 06:12:29,735 basehttp 70062 13455405056 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-10-04 06:12:29,735 basehttp 70062 13472231424 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-10-04 06:12:29,736 basehttp 70062 6141227008 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-10-04 06:12:29,736 basehttp 70062 6124400640 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-10-04 06:12:29,738 basehttp 70062 6158053376 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-10-04 06:12:29,739 basehttp 70062 13472231424 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-10-04 06:12:29,739 basehttp 70062 6141227008 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-10-04 06:12:29,739 basehttp 70062 13455405056 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-10-04 06:12:29,740 basehttp 70062 6124400640 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-10-04 06:12:29,742 basehttp 70062 6141227008 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-10-04 06:12:29,742 basehttp 70062 6158053376 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-10-04 06:12:29,742 basehttp 70062 13438578688 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-10-04 06:12:29,742 basehttp 70062 13472231424 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-10-04 06:12:29,743 basehttp 70062 13455405056 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-10-04 06:12:29,744 basehttp 70062 6124400640 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-10-04 06:12:29,745 basehttp 70062 13438578688 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-10-04 06:12:29,745 basehttp 70062 6141227008 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-10-04 06:12:29,745 basehttp 70062 6158053376 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-10-04 06:12:29,746 basehttp 70062 13472231424 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-10-04 06:12:29,746 basehttp 70062 13455405056 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-10-04 06:12:29,746 basehttp 70062 6124400640 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-10-04 06:12:29,746 basehttp 70062 6158053376 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-10-04 06:12:29,754 basehttp 70062 6124400640 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:12:29,755 basehttp 70062 6158053376 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-10-04 06:12:29,777 basehttp 70062 6158053376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 06:12:29,785 basehttp 70062 13472231424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-04 06:12:29,786 basehttp 70062 13455405056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 WARNING 2025-10-04 06:12:29,859 log 70062 13455405056 Not Found: /favicon.ico WARNING 2025-10-04 06:12:29,859 basehttp 70062 13455405056 "GET /favicon.ico HTTP/1.1" 404 2557 ERROR 2025-10-04 06:12:40,789 log 70062 13455405056 Internal Server Error: /en/inpatients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 53, in get_context_data 'pending_surgeries': SurgerySchedule.objects.filter( ^^^^^^^^^^^^^^^ NameError: name 'SurgerySchedule' is not defined ERROR 2025-10-04 06:12:40,792 basehttp 70062 13455405056 "GET /en/inpatients/ HTTP/1.1" 500 88094 WARNING 2025-10-04 06:12:40,802 log 70062 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:12:40,802 basehttp 70062 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:12:55,374 autoreload 70062 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-10-04 06:12:55,812 autoreload 70599 8313250112 Watching for file changes with StatReloader ERROR 2025-10-04 06:12:56,217 log 70599 6198652928 Internal Server Error: /en/inpatients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 79, in get_context_data context['upcoming_surgeries'] = SurgerySchedule.objects.filter( ^^^^^^^^^^^^^^^ NameError: name 'SurgerySchedule' is not defined ERROR 2025-10-04 06:12:56,220 basehttp 70599 6198652928 "GET /en/inpatients/ HTTP/1.1" 500 89002 WARNING 2025-10-04 06:12:56,276 log 70599 6198652928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:12:56,276 basehttp 70599 6198652928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:13:16,869 autoreload 70599 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-10-04 06:13:17,303 autoreload 70777 8313250112 Watching for file changes with StatReloader ERROR 2025-10-04 06:13:17,913 log 70777 6161674240 Internal Server Error: /en/inpatients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgery_schedule' not found. 'surgery_schedule' is not a valid view function or pattern name. ERROR 2025-10-04 06:13:17,915 basehttp 70777 6161674240 "GET /en/inpatients/ HTTP/1.1" 500 190671 WARNING 2025-10-04 06:13:17,936 log 70777 6161674240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:13:17,936 basehttp 70777 6161674240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:14:39,149 basehttp 70777 6161674240 "GET /en/inpatients/ HTTP/1.1" 200 59559 WARNING 2025-10-04 06:14:39,158 log 70777 6161674240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:14:39,158 basehttp 70777 6161674240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:14:39,234 basehttp 70777 12918534144 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:14:39,241 basehttp 70777 6161674240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 06:14:39,242 basehttp 70777 12901707776 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 ERROR 2025-10-04 06:14:50,241 log 70777 12901707776 Internal Server Error: /en/inpatients/admissions/48/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2494, in get_context_data context['surgeries'] = SurgerySchedule.objects.filter( ^^^^^^^^^^^^^^^ NameError: name 'SurgerySchedule' is not defined ERROR 2025-10-04 06:14:50,246 basehttp 70777 12901707776 "GET /en/inpatients/admissions/48/ HTTP/1.1" 500 87484 WARNING 2025-10-04 06:14:50,261 log 70777 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:14:50,262 basehttp 70777 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:15:22,852 autoreload 70777 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-10-04 06:15:23,272 autoreload 71789 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 06:15:24,113 basehttp 71789 6158626816 "GET /en/inpatients/admissions/48/ HTTP/1.1" 200 26630 WARNING 2025-10-04 06:15:24,129 log 71789 6158626816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:15:24,130 basehttp 71789 6158626816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:15:24,177 basehttp 71789 6158626816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:15:24,183 basehttp 71789 6158626816 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:15:35,188 basehttp 71789 6175453184 "GET /en/inpatients/transfer/48/ HTTP/1.1" 200 10879 WARNING 2025-10-04 06:15:35,198 log 71789 6175453184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:15:35,198 basehttp 71789 6175453184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:15:41,176 basehttp 71789 6175453184 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:15:41,179 log 71789 6158626816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:15:41,180 basehttp 71789 6158626816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:15:41,186 log 71789 6158626816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:15:41,186 basehttp 71789 6158626816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:15:44,786 basehttp 71789 6158626816 "GET /en/inpatients/discharge/48/ HTTP/1.1" 200 47912 WARNING 2025-10-04 06:15:44,802 log 71789 6158626816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:15:44,804 basehttp 71789 6158626816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:15:44,806 basehttp 71789 6158626816 - Broken pipe from ('127.0.0.1', 55171) INFO 2025-10-04 06:15:44,807 basehttp 71789 13035925504 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-10-04 06:15:44,807 basehttp 71789 13052751872 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-10-04 06:15:44,807 basehttp 71789 13103230976 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-10-04 06:15:44,807 basehttp 71789 13069578240 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-10-04 06:15:44,807 basehttp 71789 13086404608 "GET /static/img/user/user-3.jpg HTTP/1.1" 200 4820 INFO 2025-10-04 06:15:44,807 basehttp 71789 13120057344 "GET /static/img/user/user-5.jpg HTTP/1.1" 200 2724 WARNING 2025-10-04 06:15:44,856 basehttp 71789 13086404608 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:15:44,858 basehttp 71789 13120057344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 06:16:15,218 basehttp 71789 13120057344 "GET /en/appointments/29/requests/create/ HTTP/1.1" 200 56224 WARNING 2025-10-04 06:16:15,232 log 71789 13120057344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:16:15,233 basehttp 71789 13120057344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:16:15,233 basehttp 71789 13103230976 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-10-04 06:16:15,234 basehttp 71789 13035925504 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-10-04 06:16:15,278 basehttp 71789 13035925504 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:16:15,286 basehttp 71789 13103230976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:16:17,220 basehttp 71789 13103230976 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:16:17,224 log 71789 13120057344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:16:17,224 basehttp 71789 13120057344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:16:17,235 log 71789 13120057344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:16:17,235 basehttp 71789 13120057344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:16:28,047 basehttp 71789 13120057344 "GET /en/inpatients/discharges/create/?admission=48 HTTP/1.1" 200 34669 WARNING 2025-10-04 06:16:28,064 log 71789 13120057344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:16:28,064 basehttp 71789 13120057344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:16:28,115 basehttp 71789 13120057344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:16:28,120 basehttp 71789 13120057344 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:17:25,959 basehttp 71789 13069578240 "GET /en/inpatients/discharges/ HTTP/1.1" 200 39249 WARNING 2025-10-04 06:17:25,974 log 71789 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:17:25,974 basehttp 71789 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:17:26,029 basehttp 71789 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:17:26,035 basehttp 71789 13069578240 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:17:28,798 basehttp 71789 13052751872 "GET /en/inpatients/discharges/3/ HTTP/1.1" 200 30563 WARNING 2025-10-04 06:17:28,817 log 71789 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:17:28,817 basehttp 71789 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:17:28,864 basehttp 71789 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:17:28,870 basehttp 71789 13052751872 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:17:51,507 basehttp 71789 6158626816 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:17:51,510 log 71789 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:17:51,511 basehttp 71789 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:17:51,523 log 71789 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:17:51,523 basehttp 71789 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:17:53,805 basehttp 71789 13035925504 "GET /en/inpatients/discharges/3/delete/ HTTP/1.1" 200 22010 WARNING 2025-10-04 06:17:53,821 log 71789 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:17:53,821 basehttp 71789 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:17:53,870 basehttp 71789 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:17:53,872 basehttp 71789 13035925504 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:17:57,584 basehttp 71789 6158626816 "GET /en/inpatients/discharges/3/ HTTP/1.1" 200 30563 WARNING 2025-10-04 06:17:57,598 log 71789 6158626816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:17:57,599 basehttp 71789 6158626816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:17:57,647 basehttp 71789 6158626816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:17:57,654 basehttp 71789 6158626816 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:18:04,387 basehttp 71789 13035925504 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:18:04,391 log 71789 6158626816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:18:04,391 basehttp 71789 6158626816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:18:04,400 log 71789 6158626816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:18:04,400 basehttp 71789 6158626816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:18:04,909 log 71789 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:18:04,909 basehttp 71789 6158626816 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:18:04,909 basehttp 71789 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:18:04,918 log 71789 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:18:04,918 basehttp 71789 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:18:10,701 basehttp 71789 6158626816 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:18:10,708 basehttp 71789 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:18:10,798 log 71789 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:18:10,799 basehttp 71789 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:18:10,848 log 71789 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:18:10,848 basehttp 71789 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:18:11,530 basehttp 71789 6158626816 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:18:11,533 log 71789 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:18:11,533 basehttp 71789 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:18:11,535 basehttp 71789 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:18:11,540 log 71789 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:18:11,540 basehttp 71789 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:18:12,268 log 71789 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:18:12,268 basehttp 71789 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:18:12,318 basehttp 71789 13035925504 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:18:16,095 basehttp 71789 13052751872 "GET /en/patients/patientprofile/29/details/ HTTP/1.1" 200 35859 WARNING 2025-10-04 06:18:16,109 log 71789 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:18:16,109 basehttp 71789 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:18:16,162 basehttp 71789 6158626816 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:18:16,168 basehttp 71789 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:18:23,077 log 71789 13052751872 Bad Request: /en/patients/insurance-info-list/29/ WARNING 2025-10-04 06:18:23,077 basehttp 71789 13052751872 "GET /en/patients/insurance-info-list/29/ HTTP/1.1" 400 28 WARNING 2025-10-04 06:18:23,099 log 71789 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:18:23,099 basehttp 71789 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:21:29,075 autoreload 71789 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-10-04 06:21:29,492 autoreload 74687 8313250112 Watching for file changes with StatReloader WARNING 2025-10-04 06:21:29,971 basehttp 74687 6133788672 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:21:30,056 log 74687 6167441408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:21:30,056 basehttp 74687 6167441408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:21:30,058 log 74687 6167441408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:21:30,058 basehttp 74687 6167441408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:21:30,062 basehttp 74687 6150615040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 06:21:30,558 basehttp 74687 6150615040 "GET /en/patients/patientprofile/29/details/ HTTP/1.1" 200 35859 WARNING 2025-10-04 06:21:30,568 log 74687 6150615040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:21:30,568 basehttp 74687 6150615040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:21:30,645 basehttp 74687 6167441408 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:21:30,663 basehttp 74687 6150615040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 06:21:32,140 basehttp 74687 6150615040 "GET /en/patients/insurance-info-list/29/ HTTP/1.1" 200 570 WARNING 2025-10-04 06:21:32,153 log 74687 6150615040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:21:32,153 basehttp 74687 6150615040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:21:37,095 basehttp 74687 6150615040 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:21:37,098 log 74687 6133788672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:21:37,099 basehttp 74687 6133788672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:21:37,110 log 74687 6133788672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:21:37,111 basehttp 74687 6133788672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:21:40,759 log 74687 6133788672 Bad Request: /en/patients/29/emergency-contacts/create/ WARNING 2025-10-04 06:21:40,760 basehttp 74687 6133788672 "GET /en/patients/29/emergency-contacts/create/ HTTP/1.1" 400 28 WARNING 2025-10-04 06:21:40,780 log 74687 6133788672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:21:40,780 basehttp 74687 6133788672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:21:43,034 log 74687 6150615040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:21:43,034 basehttp 74687 6150615040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:21:43,034 basehttp 74687 6133788672 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:21:43,043 log 74687 6150615040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:21:43,043 basehttp 74687 6150615040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:22:30,635 basehttp 74687 6150615040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 06:22:31,312 autoreload 74687 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-10-04 06:22:31,712 autoreload 75233 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 06:22:32,117 basehttp 75233 6162493440 "GET /en/patients/patientprofile/29/details/ HTTP/1.1" 200 35859 WARNING 2025-10-04 06:22:32,130 log 75233 6162493440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:22:32,130 basehttp 75233 6162493440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:22:32,177 basehttp 75233 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:22:32,184 basehttp 75233 6162493440 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:22:33,615 basehttp 75233 6179319808 "GET /en/patients/29/emergency-contacts/create/ HTTP/1.1" 200 34511 WARNING 2025-10-04 06:22:33,629 log 75233 6179319808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:22:33,629 basehttp 75233 6179319808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:22:33,676 basehttp 75233 6179319808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:22:33,679 basehttp 75233 6179319808 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:22:40,183 basehttp 75233 6162493440 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:22:40,186 log 75233 6179319808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:22:40,186 basehttp 75233 6179319808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:22:40,197 log 75233 6179319808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:22:40,197 basehttp 75233 6179319808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:22:44,289 basehttp 75233 6179319808 "GET /en/patients/insurance-info-list/29/ HTTP/1.1" 200 570 WARNING 2025-10-04 06:22:44,306 log 75233 6179319808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:22:44,307 basehttp 75233 6179319808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:22:48,226 basehttp 75233 6162493440 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:22:48,231 log 75233 6162493440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:22:48,232 basehttp 75233 6162493440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:22:48,238 log 75233 6162493440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:22:48,238 basehttp 75233 6162493440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:23:05,235 basehttp 75233 6162493440 "GET /en/operating-theatre/ HTTP/1.1" 200 53638 WARNING 2025-10-04 06:23:05,248 log 75233 6162493440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:23:05,248 basehttp 75233 6162493440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:23:05,278 basehttp 75233 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 06:23:05,280 basehttp 75233 6179319808 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 WARNING 2025-10-04 06:23:05,301 basehttp 75233 6179319808 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 ERROR 2025-10-04 06:23:09,052 log 75233 6162493440 Internal Server Error: /en/operating-theatre/cases/11/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 775, in get_context_data context['surgical_notes'] = surgical_case.surgical_notes ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_descriptors.py", line 534, in __get__ raise self.RelatedObjectDoesNotExist( operating_theatre.models.SurgicalCase.surgical_notes.RelatedObjectDoesNotExist: SurgicalCase has no surgical_notes.. Did you mean: 'clinical_notes'? ERROR 2025-10-04 06:23:09,056 basehttp 75233 6162493440 "GET /en/operating-theatre/cases/11/ HTTP/1.1" 500 92376 WARNING 2025-10-04 06:23:09,074 log 75233 6162493440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:23:09,074 basehttp 75233 6162493440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:24:37,325 autoreload 75233 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-10-04 06:24:37,775 autoreload 76245 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 06:24:38,183 basehttp 76245 6138097664 "GET /en/operating-theatre/cases/11/ HTTP/1.1" 200 31359 WARNING 2025-10-04 06:24:38,199 log 76245 6154924032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:24:38,199 basehttp 76245 6138097664 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-10-04 06:24:38,200 basehttp 76245 6154924032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:24:38,246 basehttp 76245 6154924032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:24:38,253 basehttp 76245 6138097664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:24:52,550 basehttp 76245 6154924032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:24:52,557 log 76245 6154924032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:24:52,558 basehttp 76245 6154924032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:24:52,565 log 76245 6154924032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:24:52,565 basehttp 76245 6154924032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:24:52,570 basehttp 76245 6138097664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 06:24:54,694 basehttp 76245 6138097664 "GET /en/operating-theatre/rooms/1/ HTTP/1.1" 200 39472 WARNING 2025-10-04 06:24:54,704 log 76245 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:24:54,704 basehttp 76245 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:24:54,749 basehttp 76245 6138097664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:24:54,763 basehttp 76245 6138097664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:25:20,212 basehttp 76245 6154924032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:25:20,214 log 76245 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:25:20,215 basehttp 76245 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:25:20,226 log 76245 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:25:20,226 basehttp 76245 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:25:24,693 basehttp 76245 6138097664 "GET /en/operating-theatre/rooms/9/ HTTP/1.1" 200 35689 WARNING 2025-10-04 06:25:24,712 log 76245 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:25:24,712 basehttp 76245 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:25:24,759 basehttp 76245 6138097664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:25:24,764 basehttp 76245 6138097664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:25:34,266 basehttp 76245 6154924032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:25:34,268 log 76245 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:25:34,269 basehttp 76245 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:25:34,280 log 76245 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:25:34,282 basehttp 76245 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:25:39,051 basehttp 76245 6138097664 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 90690 WARNING 2025-10-04 06:25:39,063 log 76245 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:25:39,063 basehttp 76245 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:25:39,117 basehttp 76245 6138097664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:25:39,121 basehttp 76245 6138097664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:25:58,146 basehttp 76245 6154924032 "GET /en/operating-theatre/cases/77/ HTTP/1.1" 200 31177 WARNING 2025-10-04 06:25:58,164 log 76245 6154924032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:25:58,165 basehttp 76245 6154924032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:25:58,166 basehttp 76245 6138097664 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-10-04 06:25:58,209 basehttp 76245 6138097664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:25:58,213 basehttp 76245 6154924032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:26:04,385 basehttp 76245 6154924032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:26:04,388 log 76245 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:26:04,388 basehttp 76245 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:26:04,397 log 76245 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:26:04,397 basehttp 76245 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:26:14,161 basehttp 76245 6138097664 "GET /en/operating-theatre/cases/100/ HTTP/1.1" 200 32171 WARNING 2025-10-04 06:26:14,177 log 76245 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:26:14,177 basehttp 76245 6154924032 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-10-04 06:26:14,178 basehttp 76245 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:26:14,227 basehttp 76245 6138097664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:26:14,232 basehttp 76245 6154924032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:26:37,866 log 76245 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:26:37,868 basehttp 76245 6154924032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:26:37,868 basehttp 76245 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:26:37,875 log 76245 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:26:37,875 basehttp 76245 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:26:39,146 basehttp 76245 6138097664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 06:26:54,725 basehttp 76245 6138097664 "POST /en/operating-theatre/cases/23/complete/ HTTP/1.1" 302 0 INFO 2025-10-04 06:26:54,753 basehttp 76245 6138097664 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 89227 WARNING 2025-10-04 06:26:54,768 log 76245 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:26:54,768 basehttp 76245 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:26:54,824 basehttp 76245 6138097664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:26:54,828 basehttp 76245 6138097664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:27:03,167 basehttp 76245 6154924032 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 88821 WARNING 2025-10-04 06:27:03,179 log 76245 6154924032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:27:03,179 basehttp 76245 6154924032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:27:03,233 basehttp 76245 6154924032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:27:05,930 log 76245 6171750400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:27:05,931 basehttp 76245 6154924032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:27:05,931 basehttp 76245 6171750400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:27:05,938 basehttp 76245 6138097664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:27:05,940 log 76245 6171750400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:27:05,940 basehttp 76245 6171750400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:27:12,650 basehttp 76245 6171750400 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 139934 WARNING 2025-10-04 06:27:12,663 log 76245 6171750400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:27:12,663 basehttp 76245 6171750400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:27:12,727 basehttp 76245 6154924032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:27:12,727 basehttp 76245 6171750400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 06:27:12,729 basehttp 76245 6138097664 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-10-04 06:27:21,800 basehttp 76245 6138097664 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 139934 WARNING 2025-10-04 06:27:21,811 log 76245 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:27:21,811 basehttp 76245 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:27:21,869 basehttp 76245 6154924032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:27:21,874 basehttp 76245 6138097664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 06:27:21,875 basehttp 76245 6171750400 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-10-04 06:27:37,503 basehttp 76245 6171750400 "POST /en/operating-theatre/rooms/5/update-status/ HTTP/1.1" 302 0 INFO 2025-10-04 06:27:37,528 basehttp 76245 6171750400 "GET /en/operating-theatre/rooms/5/ HTTP/1.1" 200 40431 INFO 2025-10-04 06:27:44,777 basehttp 76245 6171750400 "GET /en/operating-theatre/rooms/7/ HTTP/1.1" 200 33986 WARNING 2025-10-04 06:27:44,793 log 76245 6171750400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:27:44,793 basehttp 76245 6171750400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:27:44,843 basehttp 76245 6171750400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:27:44,850 basehttp 76245 6171750400 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:27:50,300 basehttp 76245 6138097664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:27:50,377 log 76245 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:27:50,377 basehttp 76245 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:27:50,406 log 76245 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:27:50,406 basehttp 76245 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:27:51,874 basehttp 76245 6138097664 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 WARNING 2025-10-04 06:28:08,056 log 76245 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:28:08,058 basehttp 76245 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:28:08,058 basehttp 76245 6171750400 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:28:08,061 basehttp 76245 6138097664 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-10-04 06:28:08,065 basehttp 76245 6154924032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:28:08,066 log 76245 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:28:08,066 basehttp 76245 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:28:13,332 basehttp 76245 6138097664 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 88821 WARNING 2025-10-04 06:28:13,350 log 76245 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:28:13,350 basehttp 76245 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:28:13,406 basehttp 76245 6138097664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:28:13,408 basehttp 76245 6138097664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:28:15,416 basehttp 76245 6154924032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:28:15,419 log 76245 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:28:15,420 basehttp 76245 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:28:15,430 log 76245 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:28:15,431 basehttp 76245 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:28:16,977 basehttp 76245 13438578688 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 139934 WARNING 2025-10-04 06:28:16,989 log 76245 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:28:16,989 basehttp 76245 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:28:17,046 basehttp 76245 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:28:17,047 basehttp 76245 6154924032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:28:17,049 basehttp 76245 6138097664 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 WARNING 2025-10-04 06:28:19,575 basehttp 76245 6138097664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:28:19,578 log 76245 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:28:19,578 basehttp 76245 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:28:19,586 log 76245 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:28:19,586 basehttp 76245 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:28:20,857 basehttp 76245 13438578688 "GET /en/operating-theatre/blocks/ HTTP/1.1" 200 140668 WARNING 2025-10-04 06:28:20,877 log 76245 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:28:20,877 basehttp 76245 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:28:20,926 basehttp 76245 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:28:20,930 basehttp 76245 13438578688 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:28:23,158 basehttp 76245 6138097664 "GET /en/operating-theatre/blocks/24/ HTTP/1.1" 200 40437 WARNING 2025-10-04 06:28:23,175 log 76245 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:28:23,175 basehttp 76245 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:28:23,218 basehttp 76245 6138097664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:28:23,533 basehttp 76245 6154924032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 06:28:42,814 basehttp 76245 6154924032 "GET /en/operating-theatre/cases/16/ HTTP/1.1" 200 31974 WARNING 2025-10-04 06:28:42,833 log 76245 6154924032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:28:42,833 basehttp 76245 6154924032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:28:42,835 basehttp 76245 6138097664 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-10-04 06:28:42,878 basehttp 76245 6138097664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:28:42,882 basehttp 76245 6154924032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:28:44,877 basehttp 76245 6154924032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:28:44,881 log 76245 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:28:44,882 basehttp 76245 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:28:44,891 log 76245 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:28:44,891 basehttp 76245 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:28:45,325 basehttp 76245 6138097664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:28:45,341 log 76245 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:28:45,342 basehttp 76245 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:28:45,352 log 76245 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:28:45,352 basehttp 76245 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:28:50,242 basehttp 76245 6138097664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:28:50,246 log 76245 6154924032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:28:50,246 basehttp 76245 6154924032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:28:50,256 log 76245 6154924032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:28:50,256 basehttp 76245 6154924032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:28:52,358 basehttp 76245 6154924032 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 78027 WARNING 2025-10-04 06:28:52,374 log 76245 6154924032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:28:52,374 basehttp 76245 6154924032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:28:52,378 basehttp 76245 6171750400 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-10-04 06:28:52,378 basehttp 76245 6138097664 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-10-04 06:28:52,380 basehttp 76245 6154924032 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-10-04 06:28:52,380 basehttp 76245 6171750400 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 WARNING 2025-10-04 06:28:52,437 basehttp 76245 6171750400 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:28:52,446 basehttp 76245 6154924032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 06:29:00,506 basehttp 76245 6154924032 "GET /en/operating-theatre/notes/1/ HTTP/1.1" 200 31582 WARNING 2025-10-04 06:29:00,525 log 76245 6154924032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:29:00,525 basehttp 76245 6154924032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:29:00,566 basehttp 76245 6154924032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:29:00,576 basehttp 76245 6154924032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:29:03,536 basehttp 76245 6138097664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:29:03,615 log 76245 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:29:03,615 basehttp 76245 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:29:03,647 log 76245 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:29:03,648 basehttp 76245 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:29:04,209 basehttp 76245 6138097664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:29:04,213 log 76245 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:29:04,213 basehttp 76245 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:29:04,219 log 76245 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:29:04,219 basehttp 76245 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:29:05,790 basehttp 76245 6138097664 "GET /en/operating-theatre/equipment/ HTTP/1.1" 200 33083 WARNING 2025-10-04 06:29:05,806 log 76245 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:29:05,806 basehttp 76245 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:29:05,853 basehttp 76245 6138097664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:29:05,858 basehttp 76245 6138097664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:30:05,861 basehttp 76245 6138097664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 06:30:54,764 autoreload 76245 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-10-04 06:30:55,288 autoreload 79226 8313250112 Watching for file changes with StatReloader ERROR 2025-10-04 06:30:56,072 log 79226 6163656704 Internal Server Error: /en/operating-theatre/equipment/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'operating_room'. Choices are: surgical_case, recorded_by ERROR 2025-10-04 06:30:56,073 basehttp 79226 6163656704 "GET /en/operating-theatre/equipment/ HTTP/1.1" 500 220682 WARNING 2025-10-04 06:30:56,089 log 79226 6163656704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:30:56,089 basehttp 79226 6163656704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:31:47,795 autoreload 79226 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-10-04 06:31:48,392 autoreload 79651 8313250112 Watching for file changes with StatReloader ERROR 2025-10-04 06:31:50,527 log 79651 6161723392 Internal Server Error: /en/operating-theatre/equipment/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1265, in get_related_selections next_klass_infos = self.get_related_selections( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'operating_room'. Choices are: or_block, patient, primary_surgeon, anesthesiologist, circulating_nurse, scrub_nurse, encounter, admission, created_by, surgical_notes ERROR 2025-10-04 06:31:50,529 basehttp 79651 6161723392 "GET /en/operating-theatre/equipment/ HTTP/1.1" 500 235743 WARNING 2025-10-04 06:31:50,544 log 79651 6161723392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:31:50,544 basehttp 79651 6161723392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:32:38,613 autoreload 79651 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-10-04 06:32:39,240 autoreload 80087 8313250112 Watching for file changes with StatReloader ERROR 2025-10-04 06:32:40,100 log 80087 12918534144 Internal Server Error: /en/operating-theatre/equipment/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'equipment_edit' not found. 'equipment_edit' is not a valid view function or pattern name. ERROR 2025-10-04 06:32:40,104 basehttp 80087 12918534144 "GET /en/operating-theatre/equipment/ HTTP/1.1" 500 254284 WARNING 2025-10-04 06:32:40,115 log 80087 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:32:40,115 basehttp 80087 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-10-04 06:32:42,069 log 80087 12918534144 Internal Server Error: /en/operating-theatre/equipment/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'equipment_edit' not found. 'equipment_edit' is not a valid view function or pattern name. ERROR 2025-10-04 06:32:42,071 basehttp 80087 12918534144 "GET /en/operating-theatre/equipment/ HTTP/1.1" 500 254284 WARNING 2025-10-04 06:32:42,081 log 80087 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:32:42,081 basehttp 80087 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:33:20,334 basehttp 80087 12918534144 "GET /en/operating-theatre/equipment/ HTTP/1.1" 200 162482 WARNING 2025-10-04 06:33:20,355 log 80087 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:33:20,356 basehttp 80087 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:33:20,422 basehttp 80087 12935360512 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:33:20,426 basehttp 80087 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-10-04 06:33:26,401 log 80087 12918534144 Internal Server Error: /en/operating-theatre/equipment/64/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 1020, in get_queryset return EquipmentUsage.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, end_time, equipment_name, equipment_type, expiration_date, id, lot_number, manufacturer, model, notes, quantity_used, recorded_by, recorded_by_id, serial_number, start_time, sterilization_date, surgical_case, surgical_case_id, total_cost, unit_cost, unit_of_measure, updated_at, usage_id ERROR 2025-10-04 06:33:26,403 basehttp 80087 12918534144 "GET /en/operating-theatre/equipment/64/ HTTP/1.1" 500 142254 WARNING 2025-10-04 06:33:26,416 log 80087 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:33:26,416 basehttp 80087 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:35:03,157 autoreload 80087 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-10-04 06:35:03,679 autoreload 81205 8313250112 Watching for file changes with StatReloader ERROR 2025-10-04 06:35:04,443 log 81205 6126841856 Internal Server Error: /en/operating-theatre/equipment/64/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'equipment_edit' not found. 'equipment_edit' is not a valid view function or pattern name. ERROR 2025-10-04 06:35:04,444 basehttp 81205 6126841856 "GET /en/operating-theatre/equipment/64/ HTTP/1.1" 500 175020 WARNING 2025-10-04 06:35:04,459 log 81205 6126841856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:35:04,459 basehttp 81205 6126841856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-10-04 06:35:23,878 log 81205 6126841856 Internal Server Error: /en/operating-theatre/equipment/64/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'equipment_update' with arguments '('',)' not found. 1 pattern(s) tried: ['en/operating\\-theatre/equipment/(?P[0-9]+)/update/\\Z'] ERROR 2025-10-04 06:35:23,879 basehttp 81205 6126841856 "GET /en/operating-theatre/equipment/64/ HTTP/1.1" 500 178435 WARNING 2025-10-04 06:35:23,887 log 81205 6126841856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:35:23,887 basehttp 81205 6126841856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:35:41,432 autoreload 81205 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-10-04 06:35:41,911 autoreload 81546 8313250112 Watching for file changes with StatReloader ERROR 2025-10-04 06:35:43,271 log 81546 6192164864 Internal Server Error: /en/operating-theatre/equipment/64/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'equipment_reserve' not found. 'equipment_reserve' is not a valid view function or pattern name. ERROR 2025-10-04 06:35:43,281 basehttp 81546 6192164864 "GET /en/operating-theatre/equipment/64/ HTTP/1.1" 500 170696 WARNING 2025-10-04 06:35:43,290 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:35:43,291 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-10-04 06:35:45,506 log 81546 6192164864 Internal Server Error: /en/operating-theatre/equipment/64/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'equipment_reserve' not found. 'equipment_reserve' is not a valid view function or pattern name. ERROR 2025-10-04 06:35:45,508 basehttp 81546 6192164864 "GET /en/operating-theatre/equipment/64/ HTTP/1.1" 500 170696 WARNING 2025-10-04 06:35:45,518 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:35:45,518 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:36:37,433 basehttp 81546 6192164864 "GET /en/operating-theatre/equipment/64/ HTTP/1.1" 200 32614 WARNING 2025-10-04 06:36:37,446 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:36:37,446 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:36:37,548 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:36:37,568 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 06:37:37,520 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 06:38:37,525 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:39:15,898 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:39:15,905 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:39:15,907 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:39:15,908 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:39:15,922 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:39:15,922 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-10-04 06:39:26,701 log 81546 6192164864 Internal Server Error: /en/operating-theatre/equipment/64/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 201, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 1075, in get_queryset return EquipmentUsage.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, end_time, equipment_name, equipment_type, expiration_date, id, lot_number, manufacturer, model, notes, quantity_used, recorded_by, recorded_by_id, serial_number, start_time, sterilization_date, surgical_case, surgical_case_id, total_cost, unit_cost, unit_of_measure, updated_at, usage_id ERROR 2025-10-04 06:39:26,703 basehttp 81546 6192164864 "GET /en/operating-theatre/equipment/64/update/ HTTP/1.1" 500 147196 WARNING 2025-10-04 06:39:26,712 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:39:26,713 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:39:30,096 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:39:30,112 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:39:30,112 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:39:30,122 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:39:30,122 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:39:33,688 log 81546 6208991232 Not Found: /operating-theatre/equipment/64/maintenance/schedule/ WARNING 2025-10-04 06:39:33,688 basehttp 81546 6208991232 "GET /operating-theatre/equipment/64/maintenance/schedule/ HTTP/1.1" 404 2680 WARNING 2025-10-04 06:39:33,708 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:39:33,708 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:39:35,295 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:39:35,312 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:39:35,312 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:39:35,328 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:39:35,328 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:39:40,139 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:39:40,140 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:39:40,192 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:39:42,647 basehttp 81546 6208991232 "GET /en/operating-theatre/templates/ HTTP/1.1" 200 41320 WARNING 2025-10-04 06:39:42,662 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:39:42,662 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:39:42,664 basehttp 81546 6192164864 "GET /static/assets/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 404 2128 WARNING 2025-10-04 06:39:42,672 basehttp 81546 6225817600 "GET /static/assets/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 404 2122 WARNING 2025-10-04 06:39:42,672 basehttp 81546 6208991232 "GET /static/assets/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 404 2161 WARNING 2025-10-04 06:39:42,673 basehttp 81546 6192164864 "GET /static/assets/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2098 WARNING 2025-10-04 06:39:42,673 basehttp 81546 6259470336 "GET /static/assets/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 404 2155 WARNING 2025-10-04 06:39:42,673 basehttp 81546 6242643968 "GET /static/assets/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 404 2143 WARNING 2025-10-04 06:39:42,710 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:39:42,716 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 WARNING 2025-10-04 06:39:52,137 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:39:52,137 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:39:52,137 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:39:52,148 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:39:52,148 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:39:55,743 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:39:55,743 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:39:55,794 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:40:06,949 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:40:06,950 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:40:07,007 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:40:11,822 basehttp 81546 6208991232 "GET /en/inpatients/transfer/48/ HTTP/1.1" 200 10879 WARNING 2025-10-04 06:40:11,835 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:40:11,836 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:40:13,870 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:40:13,872 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:40:13,872 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:40:13,884 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:40:13,884 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:40:17,086 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:40:17,086 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:40:17,138 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:40:21,853 basehttp 81546 6208991232 "GET /en/inpatients/admissions/ HTTP/1.1" 200 154723 WARNING 2025-10-04 06:40:21,869 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:40:21,869 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:40:21,927 basehttp 81546 6208991232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 WARNING 2025-10-04 06:40:21,929 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:40:25,595 basehttp 81546 6208991232 "GET /en/inpatients/transfer/48/ HTTP/1.1" 200 10879 WARNING 2025-10-04 06:40:25,608 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:40:25,608 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:40:27,667 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:40:27,814 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:40:27,814 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:40:27,819 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:40:27,819 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:40:33,873 basehttp 81546 6192164864 "GET /en/inpatients/admissions/48/ HTTP/1.1" 200 26630 WARNING 2025-10-04 06:40:33,892 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:40:33,892 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:40:33,936 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-10-04 06:40:33,942 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:40:35,103 basehttp 81546 6208991232 "GET /en/inpatients/transfer/48/ HTTP/1.1" 200 10879 WARNING 2025-10-04 06:40:35,118 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:40:35,118 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:40:36,619 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:40:36,622 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:40:36,622 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:40:36,633 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:40:36,633 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:40:36,966 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:40:37,056 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:40:37,056 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:40:37,087 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:40:37,087 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:40:58,756 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:40:58,757 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:40:58,757 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:40:58,770 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:40:58,770 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:41:04,904 basehttp 81546 6208991232 "GET /en/inpatients/wards/ HTTP/1.1" 200 47496 WARNING 2025-10-04 06:41:04,920 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:41:04,921 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:41:04,970 basehttp 81546 6208991232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-10-04 06:41:04,977 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:41:06,625 basehttp 81546 6192164864 "GET /en/inpatients/wards/10/ HTTP/1.1" 200 64686 WARNING 2025-10-04 06:41:06,638 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:41:06,638 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:41:06,690 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-10-04 06:41:06,697 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:41:10,134 basehttp 81546 6208991232 "GET /en/inpatients/beds/385/details/ HTTP/1.1" 200 3281 WARNING 2025-10-04 06:41:14,701 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:41:14,704 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:41:14,705 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:41:14,714 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:41:14,715 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:41:17,318 basehttp 81546 6192164864 "GET /en/inpatients/wards/9/ HTTP/1.1" 200 72603 WARNING 2025-10-04 06:41:17,335 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:41:17,335 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:41:17,382 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-10-04 06:41:17,387 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:41:19,570 basehttp 81546 6208991232 "GET /en/inpatients/transfer/44/ HTTP/1.1" 200 10741 INFO 2025-10-04 06:41:27,731 basehttp 81546 6208991232 "GET /en/inpatients/discharge/44/ HTTP/1.1" 200 47719 WARNING 2025-10-04 06:41:27,747 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:41:27,747 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:41:27,811 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:41:27,812 basehttp 81546 6208991232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-10-04 06:41:29,855 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:41:29,858 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:41:29,858 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:41:29,868 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:41:29,868 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:41:37,458 basehttp 81546 6192164864 "GET /en/inpatients/transfers/ HTTP/1.1" 200 107119 WARNING 2025-10-04 06:41:37,471 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:41:37,471 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:41:37,523 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:41:37,530 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:41:45,926 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:41:45,929 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:41:45,929 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:41:45,939 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:41:45,939 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:41:50,620 basehttp 81546 6192164864 "GET /en/inpatients/beds/?ward=9 HTTP/1.1" 200 524147 WARNING 2025-10-04 06:41:50,639 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:41:50,639 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:41:50,720 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 06:41:50,723 basehttp 81546 6208991232 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 WARNING 2025-10-04 06:41:50,821 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:41:50,891 basehttp 81546 6192164864 "GET /en/inpatients/beds/?ward=9&action=update_status HTTP/1.1" 200 524147 INFO 2025-10-04 06:41:55,233 basehttp 81546 6192164864 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 48670 WARNING 2025-10-04 06:41:55,249 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:41:55,249 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:41:55,296 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:41:55,300 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:41:56,955 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:41:56,969 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:41:56,969 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:41:56,979 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:41:56,979 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:42:03,833 basehttp 81546 6192164864 "GET /en/inpatients/discharge/72/ HTTP/1.1" 302 0 INFO 2025-10-04 06:42:03,851 basehttp 81546 6192164864 "GET /en/inpatients/admissions/72/ HTTP/1.1" 200 26478 WARNING 2025-10-04 06:42:03,869 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:42:03,869 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:42:03,912 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:42:03,917 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:42:10,964 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:42:10,975 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:42:10,975 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:42:10,990 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:42:10,990 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:42:20,734 basehttp 81546 6192164864 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-10-04 06:42:20,866 basehttp 81546 6192164864 "GET /en/inpatients/beds/?ward=9&action=update_status HTTP/1.1" 200 524158 INFO 2025-10-04 06:42:50,739 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 06:42:50,740 basehttp 81546 6208991232 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-10-04 06:42:50,878 basehttp 81546 6192164864 "GET /en/inpatients/beds/?ward=9&action=update_status HTTP/1.1" 200 524158 INFO 2025-10-04 06:42:56,221 basehttp 81546 6192164864 "GET /en/inpatients/discharge/62/ HTTP/1.1" 302 0 INFO 2025-10-04 06:42:56,240 basehttp 81546 6192164864 "GET /en/inpatients/admissions/62/ HTTP/1.1" 200 27009 WARNING 2025-10-04 06:42:56,255 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:42:56,255 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:42:56,303 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:42:56,306 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:42:58,117 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:42:58,132 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:42:58,132 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:42:58,143 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:42:58,143 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:43:03,063 basehttp 81546 6192164864 "GET /en/inpatients/discharge/62/ HTTP/1.1" 302 0 INFO 2025-10-04 06:43:03,082 basehttp 81546 6192164864 "GET /en/inpatients/admissions/62/ HTTP/1.1" 200 27009 WARNING 2025-10-04 06:43:03,099 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:43:03,099 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:43:03,142 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:43:03,147 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:43:08,169 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:43:08,184 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:43:08,184 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:43:08,194 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:43:08,195 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:43:19,212 basehttp 81546 6192164864 "GET /en/inpatients/beds/?ward=9 HTTP/1.1" 200 524159 WARNING 2025-10-04 06:43:19,229 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:43:19,229 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:43:19,323 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 06:43:19,324 basehttp 81546 6208991232 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 WARNING 2025-10-04 06:43:19,355 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:43:19,433 basehttp 81546 6192164864 "GET /en/inpatients/beds/?ward=9&action=update_status HTTP/1.1" 200 524159 WARNING 2025-10-04 06:43:37,067 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:43:37,073 log 81546 6225817600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:43:37,073 basehttp 81546 6225817600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:43:37,081 basehttp 81546 6208991232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:43:37,082 log 81546 6225817600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:43:37,082 basehttp 81546 6225817600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:43:40,568 log 81546 6225817600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:43:40,568 basehttp 81546 6225817600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:43:40,622 basehttp 81546 6225817600 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:43:42,685 basehttp 81546 6208991232 "GET /en/inpatients/beds/?ward=10 HTTP/1.1" 200 524159 WARNING 2025-10-04 06:43:42,701 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:43:42,701 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:43:42,780 basehttp 81546 6208991232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 06:43:42,782 basehttp 81546 6192164864 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 WARNING 2025-10-04 06:43:42,816 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:43:42,953 basehttp 81546 6208991232 "GET /en/inpatients/beds/?ward=10&action=update_status HTTP/1.1" 200 524159 WARNING 2025-10-04 06:43:52,648 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:43:52,651 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:43:52,652 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:43:52,658 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:43:52,659 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:43:53,358 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:43:53,359 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:43:53,413 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:43:56,465 basehttp 81546 6208991232 "GET /en/inpatients/transfers/ HTTP/1.1" 200 107119 WARNING 2025-10-04 06:43:56,485 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:43:56,485 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:43:56,533 basehttp 81546 6208991232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:43:56,539 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:43:58,529 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:43:58,532 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:43:58,532 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:43:58,546 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:43:58,546 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:44:27,060 basehttp 81546 6208991232 "GET /en/inpatients/ HTTP/1.1" 200 59562 WARNING 2025-10-04 06:44:27,069 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:44:27,069 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:44:27,131 basehttp 81546 6192164864 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 WARNING 2025-10-04 06:44:27,156 basehttp 81546 6225817600 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:44:27,157 basehttp 81546 6208991232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 06:44:28,750 basehttp 81546 6208991232 "GET /en/inpatients/transfers/ HTTP/1.1" 200 107119 WARNING 2025-10-04 06:44:28,765 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:44:28,765 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:44:28,825 basehttp 81546 6208991232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:44:28,828 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:44:31,211 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:44:31,211 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:44:31,212 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:44:31,222 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:44:31,222 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:45:00,144 basehttp 81546 6208991232 "GET /en/inpatients/transfer/48/ HTTP/1.1" 200 10879 WARNING 2025-10-04 06:45:00,164 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:45:00,165 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:45:02,747 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:45:02,750 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:45:02,750 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:45:02,762 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:45:02,762 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:45:17,251 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:45:17,251 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:45:17,260 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:45:17,260 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:45:18,304 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:45:18,307 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:45:18,307 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:45:18,318 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:45:18,318 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:45:20,039 basehttp 81546 6208991232 "GET /en/inpatients/wards/ HTTP/1.1" 200 47496 WARNING 2025-10-04 06:45:20,053 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:45:20,053 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:45:20,103 basehttp 81546 6208991232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:45:20,107 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:45:21,597 basehttp 81546 6192164864 "GET /en/inpatients/wards/10/ HTTP/1.1" 200 64686 WARNING 2025-10-04 06:45:21,616 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:45:21,616 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:45:21,662 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:45:21,668 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:45:23,606 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:45:23,607 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 06:45:23,607 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 06:45:23,617 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:45:23,617 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:45:24,812 basehttp 81546 6192164864 "GET /en/inpatients/wards/9/ HTTP/1.1" 200 72603 WARNING 2025-10-04 06:45:24,827 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 06:45:24,827 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 06:45:24,879 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 06:45:24,886 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 06:45:29,111 basehttp 81546 6208991232 "GET /en/inpatients/transfer/44/ HTTP/1.1" 200 10741 INFO 2025-10-04 06:46:30,735 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 06:48:12,945 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 07:01:43,820 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 08:47:20,410 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 09:18:57,239 basehttp 81546 6192164864 "GET /en/inpatients/wards/9/ HTTP/1.1" 200 72603 WARNING 2025-10-04 09:18:57,248 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 09:18:57,248 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 09:18:57,319 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 09:18:57,325 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 10:49:08,558 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 11:29:06,439 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 11:31:14,131 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 11:37:24,020 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 11:38:45,910 basehttp 81546 6192164864 "GET /en/inpatients/wards/9/ HTTP/1.1" 200 72603 WARNING 2025-10-04 11:38:45,918 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 11:38:45,919 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 11:38:45,986 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 11:38:45,992 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 11:39:46,865 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-10-04 11:40:47,879 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-10-04 11:41:03,211 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 11:41:03,212 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 11:41:03,287 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 11:41:04,266 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 11:41:04,267 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 11:41:04,319 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 11:41:16,127 basehttp 81546 6192164864 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 154987 WARNING 2025-10-04 11:41:16,142 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 11:41:16,142 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 11:41:16,203 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-10-04 11:41:16,206 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 11:41:53,830 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 11:41:53,832 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 11:41:53,833 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 11:41:53,841 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 11:41:53,842 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 11:41:54,632 basehttp 81546 6192164864 "GET /en/inpatients/ HTTP/1.1" 200 59566 WARNING 2025-10-04 11:41:54,640 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 11:41:54,641 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 11:41:54,704 basehttp 81546 6208991232 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 WARNING 2025-10-04 11:41:54,706 basehttp 81546 6225817600 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 11:41:54,707 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 11:42:04,058 basehttp 81546 6192164864 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 154987 WARNING 2025-10-04 11:42:04,070 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 11:42:04,071 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 11:42:04,124 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 11:42:04,130 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 11:43:04,146 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 11:44:04,148 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 11:45:04,079 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 11:46:04,081 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 11:46:19,001 basehttp 81546 6192164864 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 155286 WARNING 2025-10-04 11:46:19,010 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 11:46:19,011 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 11:46:19,065 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 11:46:19,072 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 11:47:19,081 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 11:48:19,086 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 11:49:19,088 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 11:50:19,092 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 11:51:19,095 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 11:52:19,092 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 11:53:19,105 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 11:54:19,108 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 11:55:19,100 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 11:56:17,393 basehttp 81546 6192164864 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 155714 WARNING 2025-10-04 11:56:17,402 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 11:56:17,402 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 11:56:17,452 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 11:56:17,461 basehttp 81546 6208991232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 11:56:42,523 basehttp 81546 6208991232 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 155729 WARNING 2025-10-04 11:56:42,532 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 11:56:42,532 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 11:56:42,586 basehttp 81546 6208991232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 11:56:42,590 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 11:56:49,118 basehttp 81546 6192164864 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 155729 WARNING 2025-10-04 11:56:49,126 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 11:56:49,127 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 11:56:49,178 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 11:56:49,181 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 11:57:23,407 basehttp 81546 6208991232 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 155679 WARNING 2025-10-04 11:57:23,418 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 11:57:23,418 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 11:57:23,477 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 11:57:23,504 basehttp 81546 6208991232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 11:58:23,484 basehttp 81546 6208991232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 11:58:32,872 basehttp 81546 6208991232 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 155640 WARNING 2025-10-04 11:58:32,892 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 11:58:32,893 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 11:58:32,935 basehttp 81546 6208991232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 11:58:32,940 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 11:59:08,101 basehttp 81546 6192164864 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 155645 WARNING 2025-10-04 11:59:08,113 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 11:59:08,113 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 11:59:08,163 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 11:59:08,165 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 11:59:30,734 basehttp 81546 6192164864 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 155649 WARNING 2025-10-04 11:59:30,744 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 11:59:30,744 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 11:59:30,795 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 11:59:30,807 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 11:59:41,679 basehttp 81546 6208991232 "GET /en/inpatients/admissions/48/ HTTP/1.1" 200 26630 WARNING 2025-10-04 11:59:41,690 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 11:59:41,690 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 11:59:41,740 basehttp 81546 6208991232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 11:59:41,747 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 11:59:45,842 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 11:59:45,922 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 11:59:45,922 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 11:59:45,954 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 11:59:45,954 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 11:59:49,213 basehttp 81546 6192164864 "GET /en/inpatients/transfer/48/ HTTP/1.1" 200 10879 WARNING 2025-10-04 11:59:49,228 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 11:59:49,229 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 11:59:50,818 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 11:59:50,896 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 11:59:50,896 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 11:59:50,926 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 11:59:50,926 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 12:00:30,798 basehttp 81546 6208991232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:01:30,796 basehttp 81546 6208991232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:02:30,808 basehttp 81546 6208991232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:03:30,811 basehttp 81546 6208991232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:04:24,766 basehttp 81546 6208991232 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 156573 WARNING 2025-10-04 12:04:24,775 log 81546 6208991232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 12:04:24,775 basehttp 81546 6208991232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 12:04:24,838 basehttp 81546 6208991232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 12:04:24,854 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 12:04:27,314 basehttp 81546 6192164864 "GET /en/inpatients/transfer/48/ HTTP/1.1" 200 10879 INFO 2025-10-04 12:04:39,140 basehttp 81546 6192164864 "GET /en/inpatients/discharge/48/ HTTP/1.1" 200 47912 WARNING 2025-10-04 12:04:39,153 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 12:04:39,153 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 12:04:39,213 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 12:04:39,214 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 12:04:41,630 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 12:04:41,710 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 12:04:41,710 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 12:04:41,746 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 12:04:41,746 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 12:04:45,191 basehttp 81546 6192164864 "GET /en/inpatients/admissions/48/ HTTP/1.1" 200 26630 WARNING 2025-10-04 12:04:45,206 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 12:04:45,206 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 12:04:45,253 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 12:04:45,260 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 12:04:47,730 basehttp 81546 6208991232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 12:04:47,889 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 12:04:47,895 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 12:04:47,931 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 12:04:47,931 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 12:05:18,377 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 12:05:18,377 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 12:05:18,430 basehttp 81546 6192164864 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 12:06:18,418 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:06:55,517 basehttp 81546 6192164864 "GET /en/inpatients/ HTTP/1.1" 200 57674 WARNING 2025-10-04 12:06:55,525 log 81546 6192164864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 12:06:55,525 basehttp 81546 6192164864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 12:06:55,578 basehttp 81546 6225817600 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 12:06:55,580 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:06:55,580 basehttp 81546 6208991232 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-10-04 12:07:55,574 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:08:55,596 basehttp 81546 6208991232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:08:55,629 basehttp 81546 6192164864 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-04 12:09:55,592 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:10:55,591 basehttp 81546 6208991232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:10:55,619 basehttp 81546 6192164864 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-04 12:11:55,585 basehttp 81546 6192164864 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-10-04 12:11:55,597 basehttp 81546 6208991232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:11:55,601 basehttp 81546 6192164864 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-10-04 12:12:55,624 basehttp 81546 6208991232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:12:55,624 basehttp 81546 6192164864 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-04 12:13:55,604 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:14:55,591 basehttp 81546 6192164864 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-04 12:14:55,593 basehttp 81546 6208991232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:15:55,567 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:16:55,555 basehttp 81546 6192164864 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-10-04 12:16:55,588 basehttp 81546 6208991232 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-04 12:16:55,591 basehttp 81546 6225817600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:16:55,591 basehttp 81546 6192164864 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-10-04 12:17:55,563 basehttp 81546 6192164864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:18:38,540 autoreload 81546 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-10-04 12:18:39,081 autoreload 10395 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 12:18:55,830 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:18:55,851 basehttp 10395 6203207680 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-04 12:19:57,762 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:20:58,765 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:20:58,796 basehttp 10395 6203207680 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-04 12:21:55,753 basehttp 10395 6203207680 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-10-04 12:21:55,764 basehttp 10395 6203207680 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-10-04 12:22:06,519 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:22:55,572 basehttp 10395 6203207680 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-04 12:23:06,533 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:24:06,540 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:24:55,572 basehttp 10395 6203207680 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-04 12:25:06,540 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:26:06,534 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:26:55,550 basehttp 10395 6203207680 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-10-04 12:26:55,580 basehttp 10395 6220034048 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-04 12:26:55,751 basehttp 10395 6220034048 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-10-04 12:27:06,545 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:28:06,550 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:28:55,572 basehttp 10395 6220034048 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-04 12:29:06,553 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:30:06,537 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:30:55,535 basehttp 10395 6220034048 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-04 12:31:06,536 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:31:55,730 basehttp 10395 6220034048 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-10-04 12:31:56,738 basehttp 10395 6220034048 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-10-04 12:32:06,726 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:32:58,760 basehttp 10395 6220034048 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-04 12:33:58,726 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:34:58,759 basehttp 10395 6220034048 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-04 12:35:58,740 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:36:55,727 basehttp 10395 6203207680 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-10-04 12:36:57,725 basehttp 10395 6203207680 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-10-04 12:36:58,753 basehttp 10395 6203207680 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-04 12:37:52,419 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:38:15,427 basehttp 10395 6203207680 "GET /en/appointments/ HTTP/1.1" 200 23963 WARNING 2025-10-04 12:38:15,440 log 10395 6203207680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 12:38:15,441 basehttp 10395 6203207680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 12:38:15,512 basehttp 10395 6236860416 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 12:38:15,516 log 10395 6220034048 Bad Request: /en/appointments/stats/ INFO 2025-10-04 12:38:15,517 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 12:38:15,517 basehttp 10395 6220034048 "GET /en/appointments/stats/ HTTP/1.1" 400 28 INFO 2025-10-04 12:38:21,541 basehttp 10395 6203207680 "GET /en/appointments/requests/ HTTP/1.1" 200 24603 WARNING 2025-10-04 12:38:21,556 log 10395 6203207680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 12:38:21,557 basehttp 10395 6203207680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 12:38:21,560 basehttp 10395 6220034048 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 INFO 2025-10-04 12:38:21,624 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 12:38:21,625 basehttp 10395 6203207680 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 12:39:21,639 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:40:21,643 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-10-04 12:41:21,646 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-04 12:42:21,649 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 12:43:21,652 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 12:44:21,653 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 12:45:21,656 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 12:46:21,650 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 12:47:21,662 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 12:47:40,216 basehttp 10395 6220034048 "GET /en/appointments/requests/ HTTP/1.1" 200 158613 WARNING 2025-10-04 12:47:40,226 log 10395 6220034048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 12:47:40,226 basehttp 10395 6220034048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 12:47:40,285 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 12:47:40,286 basehttp 10395 6203207680 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 12:47:49,758 log 10395 6253686784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 12:47:49,758 basehttp 10395 6253686784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 12:47:49,759 basehttp 10395 6236860416 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 12:47:49,761 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 12:47:49,765 log 10395 6220034048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 12:47:49,765 basehttp 10395 6220034048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 12:47:49,768 log 10395 6203207680 Bad Request: /en/appointments/stats/ WARNING 2025-10-04 12:47:49,768 basehttp 10395 6203207680 "GET /en/appointments/stats/ HTTP/1.1" 400 28 INFO 2025-10-04 12:47:50,519 basehttp 10395 6203207680 "GET /en/appointments/ HTTP/1.1" 200 56172 WARNING 2025-10-04 12:47:50,527 log 10395 6203207680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 12:47:50,528 basehttp 10395 6203207680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 12:47:50,588 basehttp 10395 6253686784 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 12:47:50,592 log 10395 6220034048 Bad Request: /en/appointments/stats/ WARNING 2025-10-04 12:47:50,593 basehttp 10395 6220034048 "GET /en/appointments/stats/ HTTP/1.1" 400 28 INFO 2025-10-04 12:47:50,594 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 12:47:55,809 basehttp 10395 6203207680 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 126876 WARNING 2025-10-04 12:47:55,823 log 10395 6203207680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 12:47:55,823 basehttp 10395 6203207680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 12:47:55,878 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 12:47:55,882 basehttp 10395 6203207680 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 12:48:20,912 basehttp 10395 6220034048 "GET /en/appointments/waiting-list/68/ HTTP/1.1" 200 54589 WARNING 2025-10-04 12:48:20,929 log 10395 6220034048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 12:48:20,929 basehttp 10395 6220034048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 12:48:20,930 basehttp 10395 6203207680 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-10-04 12:48:20,976 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 12:48:20,990 basehttp 10395 6203207680 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 12:49:20,984 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 12:50:20,987 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:51:20,984 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-10-04 12:51:30,936 log 10395 6220034048 Internal Server Error: /en/appointments/waiting-list/68/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 523, in parse self.unclosed_block_tag(parse_until) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 590, in unclosed_block_tag raise self.error(token, msg) django.template.exceptions.TemplateSyntaxError: Unclosed tag on line 633: 'block'. Looking for one of: endblock. ERROR 2025-10-04 12:51:30,937 basehttp 10395 6220034048 "GET /en/appointments/waiting-list/68/ HTTP/1.1" 500 206523 WARNING 2025-10-04 12:51:30,946 log 10395 6220034048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 12:51:30,946 basehttp 10395 6220034048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-10-04 12:51:43,000 log 10395 6220034048 Internal Server Error: /en/appointments/waiting-list/68/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'htmx_waiting_list_stats' not found. 'htmx_waiting_list_stats' is not a valid view function or pattern name. ERROR 2025-10-04 12:51:43,001 basehttp 10395 6220034048 "GET /en/appointments/waiting-list/68/ HTTP/1.1" 500 179150 WARNING 2025-10-04 12:51:43,010 log 10395 6220034048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 12:51:43,011 basehttp 10395 6220034048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 12:53:01,759 basehttp 10395 6220034048 "GET /en/appointments/waiting-list/68/ HTTP/1.1" 200 46304 INFO 2025-10-04 12:53:01,767 basehttp 10395 6220034048 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 WARNING 2025-10-04 12:53:01,768 log 10395 6203207680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 12:53:01,769 basehttp 10395 6203207680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 12:53:01,818 basehttp 10395 6220034048 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 12:53:01,825 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:53:51,354 basehttp 10395 6203207680 "GET /en/appointments/waiting-list/68/ HTTP/1.1" 200 54589 WARNING 2025-10-04 12:53:51,368 log 10395 6203207680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 12:53:51,368 basehttp 10395 6203207680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 12:53:51,416 basehttp 10395 6220034048 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 12:53:51,420 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:54:51,409 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:55:51,712 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:56:52,723 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:56:57,464 basehttp 10395 6203207680 "GET /en/appointments/waiting-list/68/ HTTP/1.1" 200 42903 WARNING 2025-10-04 12:56:57,473 log 10395 6203207680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 12:56:57,473 basehttp 10395 6203207680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 12:56:57,525 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 12:56:57,530 basehttp 10395 6203207680 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 12:57:14,841 basehttp 10395 6220034048 "GET /en/appointments/waiting-list/68/ HTTP/1.1" 200 42903 WARNING 2025-10-04 12:57:14,855 log 10395 6220034048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 12:57:14,855 basehttp 10395 6220034048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 12:57:14,903 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 12:57:14,910 basehttp 10395 6220034048 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 12:57:16,224 basehttp 10395 6203207680 "GET /en/appointments/waiting-list/68/ HTTP/1.1" 200 42903 WARNING 2025-10-04 12:57:16,234 log 10395 6203207680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 12:57:16,234 basehttp 10395 6203207680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 12:57:16,286 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 12:57:16,292 basehttp 10395 6203207680 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 12:57:37,867 basehttp 10395 6220034048 "GET /en/appointments/waiting-list/68/ HTTP/1.1" 200 54589 WARNING 2025-10-04 12:57:37,877 log 10395 6220034048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 12:57:37,877 basehttp 10395 6220034048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 12:57:37,937 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 12:57:37,945 basehttp 10395 6220034048 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 12:58:38,719 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 12:59:39,720 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:00:40,808 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:01:41,804 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:02:42,803 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:03:43,805 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:04:45,808 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:05:58,805 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:07:58,807 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:09:58,804 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:11:58,807 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:13:58,804 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:15:58,816 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-10-04 13:16:32,891 log 10395 6203207680 Internal Server Error: /en/appointments/waiting-list/68/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 523, in parse self.unclosed_block_tag(parse_until) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 590, in unclosed_block_tag raise self.error(token, msg) django.template.exceptions.TemplateSyntaxError: Unclosed tag on line 586: 'block'. Looking for one of: endblock. ERROR 2025-10-04 13:16:32,892 basehttp 10395 6203207680 "GET /en/appointments/waiting-list/68/ HTTP/1.1" 500 208889 WARNING 2025-10-04 13:16:32,901 log 10395 6203207680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:16:32,901 basehttp 10395 6203207680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-10-04 13:17:44,340 log 10395 6203207680 Internal Server Error: /en/appointments/waiting-list/68/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 228, in do_block raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: 'block' tag with name 'js' appears more than once ERROR 2025-10-04 13:17:44,343 basehttp 10395 6203207680 "GET /en/appointments/waiting-list/68/ HTTP/1.1" 500 198930 WARNING 2025-10-04 13:17:44,357 log 10395 6203207680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:17:44,357 basehttp 10395 6203207680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:19:36,531 basehttp 10395 6203207680 "GET /en/appointments/waiting-list/68/ HTTP/1.1" 200 49966 WARNING 2025-10-04 13:19:36,545 log 10395 6203207680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:19:36,545 basehttp 10395 6203207680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:19:36,551 basehttp 10395 6203207680 "GET /static/js/demo/sidebar-scrollspy.demo.js HTTP/1.1" 200 1700 WARNING 2025-10-04 13:19:36,612 basehttp 10395 6203207680 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:19:36,804 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:20:36,819 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:21:12,553 basehttp 10395 6220034048 "POST /en/appointments/waiting-list/68/contact/ HTTP/1.1" 200 1800 INFO 2025-10-04 13:21:36,822 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:22:36,827 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:23:36,133 basehttp 10395 6220034048 "GET /en/appointments/waiting-list/68/ HTTP/1.1" 200 53834 WARNING 2025-10-04 13:23:36,143 log 10395 6220034048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:23:36,143 basehttp 10395 6220034048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:23:36,199 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 13:23:36,210 basehttp 10395 6220034048 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:24:02,173 basehttp 10395 6203207680 "GET /en/appointments/waiting-list/68/ HTTP/1.1" 200 51372 WARNING 2025-10-04 13:24:02,185 log 10395 6203207680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:24:02,185 basehttp 10395 6203207680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 13:24:02,222 basehttp 10395 6203207680 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:24:02,241 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:25:02,233 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:25:20,441 basehttp 10395 6220034048 "GET /en/appointments/waiting-list/68/ HTTP/1.1" 200 51399 WARNING 2025-10-04 13:25:20,450 log 10395 6220034048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:25:20,451 basehttp 10395 6220034048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 13:25:20,492 basehttp 10395 6220034048 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:25:20,502 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:26:20,511 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:26:53,513 basehttp 10395 6203207680 "GET /en/appointments/waiting-list/68/ HTTP/1.1" 200 51374 WARNING 2025-10-04 13:26:53,521 log 10395 6203207680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:26:53,521 basehttp 10395 6203207680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:26:53,572 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 13:26:53,578 basehttp 10395 6203207680 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:27:25,467 basehttp 10395 6220034048 "GET /en/appointments/waiting-list/68/ HTTP/1.1" 200 54589 WARNING 2025-10-04 13:27:25,479 log 10395 6220034048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:27:25,479 basehttp 10395 6220034048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:27:25,530 basehttp 10395 6220034048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 13:27:25,546 basehttp 10395 6220034048 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 13:27:28,274 log 10395 6203207680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:27:28,274 basehttp 10395 6203207680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 13:27:28,331 basehttp 10395 6203207680 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 13:27:32,596 log 10395 6220034048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:27:32,596 basehttp 10395 6220034048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 13:27:32,645 basehttp 10395 6220034048 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:27:34,930 basehttp 10395 6203207680 "GET /en/appointments/calendar/ HTTP/1.1" 200 22993 WARNING 2025-10-04 13:27:34,945 log 10395 6236860416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:27:34,946 basehttp 10395 6236860416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:27:34,947 basehttp 10395 6203207680 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-10-04 13:27:34,948 basehttp 10395 6220034048 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 INFO 2025-10-04 13:27:34,952 basehttp 10395 6270513152 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 INFO 2025-10-04 13:27:34,953 basehttp 10395 6203207680 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 INFO 2025-10-04 13:27:34,954 basehttp 10395 6253686784 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-10-04 13:27:34,955 basehttp 10395 6220034048 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 INFO 2025-10-04 13:27:34,956 basehttp 10395 6236860416 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 WARNING 2025-10-04 13:27:35,000 basehttp 10395 6236860416 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:27:35,001 basehttp 10395 6220034048 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-10-04 13:27:35,038 basehttp 10395 6220034048 "GET /en/appointments/calendar/events/?start=2025-09-28T00%3A00%3A00&end=2025-10-05T00%3A00%3A00 HTTP/1.1" 200 125257 INFO 2025-10-04 13:27:35,045 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:28:35,045 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:29:35,046 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:30:35,049 basehttp 10395 6203207680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:31:26,628 autoreload 10395 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-10-04 13:31:27,046 autoreload 45730 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 13:31:30,519 basehttp 45730 6159265792 "GET /en/appointments/682/detail-card/ HTTP/1.1" 200 797 INFO 2025-10-04 13:31:30,542 basehttp 45730 6159265792 "GET /static/webfonts/fa-regular-400.woff2 HTTP/1.1" 200 25472 INFO 2025-10-04 13:31:31,887 basehttp 45730 6159265792 "GET /en/appointments/requests/682/detail/ HTTP/1.1" 200 26914 WARNING 2025-10-04 13:31:31,903 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:31:31,904 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:31:31,944 basehttp 45730 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 13:31:31,950 basehttp 45730 6159265792 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 13:31:33,629 basehttp 45730 6176092160 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 13:31:33,632 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:31:33,633 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 13:31:33,642 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:31:33,642 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:31:35,046 basehttp 45730 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:31:35,550 basehttp 45730 6159265792 "GET /en/appointments/644/detail-card/ HTTP/1.1" 200 806 INFO 2025-10-04 13:31:37,605 basehttp 45730 6159265792 "GET /en/appointments/703/detail-card/ HTTP/1.1" 200 801 INFO 2025-10-04 13:31:39,057 basehttp 45730 6159265792 "GET /en/appointments/655/detail-card/ HTTP/1.1" 200 788 INFO 2025-10-04 13:31:41,676 basehttp 45730 6159265792 "GET /en/appointments/715/detail-card/ HTTP/1.1" 200 798 INFO 2025-10-04 13:31:43,012 basehttp 45730 6159265792 "GET /en/appointments/709/detail-card/ HTTP/1.1" 200 1093 INFO 2025-10-04 13:31:44,362 basehttp 45730 6159265792 "GET /en/appointments/requests/709/detail/ HTTP/1.1" 200 26978 WARNING 2025-10-04 13:31:44,377 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:31:44,377 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:31:44,423 basehttp 45730 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 13:31:44,428 basehttp 45730 6159265792 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 13:31:45,775 basehttp 45730 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 13:31:45,781 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:31:45,782 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 13:31:45,790 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:31:45,791 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:31:47,366 basehttp 45730 6159265792 "GET /en/appointments/reschedule/709/ HTTP/1.1" 200 30316 WARNING 2025-10-04 13:31:47,383 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:31:47,383 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:31:47,434 basehttp 45730 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 13:31:47,439 basehttp 45730 6159265792 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 13:31:49,363 basehttp 45730 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 13:31:49,369 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:31:49,371 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 13:31:49,379 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:31:49,379 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:31:50,781 basehttp 45730 6159265792 "GET /en/appointments/cancel/709/ HTTP/1.1" 200 31055 WARNING 2025-10-04 13:31:50,796 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:31:50,796 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:31:50,838 basehttp 45730 6159265792 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-10-04 13:31:50,847 basehttp 45730 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 13:31:50,852 basehttp 45730 6159265792 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 13:31:53,236 basehttp 45730 6325039104 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 13:31:53,244 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:31:53,244 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 13:31:53,247 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:31:53,248 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:32:35,050 basehttp 45730 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:33:35,050 basehttp 45730 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:33:44,916 basehttp 45730 6159265792 "GET /en/appointments/calendar/ HTTP/1.1" 200 22993 WARNING 2025-10-04 13:33:44,932 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:33:44,932 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 13:33:44,978 basehttp 45730 6159265792 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:33:45,017 basehttp 45730 13170143232 "GET /en/appointments/calendar/events/?start=2025-09-28T00%3A00%3A00&end=2025-10-05T00%3A00%3A00 HTTP/1.1" 200 125257 INFO 2025-10-04 13:33:45,091 basehttp 45730 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:34:45,032 basehttp 45730 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:35:45,033 basehttp 45730 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:36:45,036 basehttp 45730 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:36:56,594 basehttp 45730 6159265792 "GET /en/appointments/calendar/ HTTP/1.1" 200 23746 WARNING 2025-10-04 13:36:56,604 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:36:56,604 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 13:36:56,642 basehttp 45730 6159265792 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:36:56,673 basehttp 45730 13170143232 "GET /en/appointments/calendar/events/?start=2025-09-28T00%3A00%3A00&end=2025-10-05T00%3A00%3A00 HTTP/1.1" 200 125257 INFO 2025-10-04 13:36:56,681 basehttp 45730 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:37:11,627 basehttp 45730 6159265792 "GET /en/appointments/711/detail-card/ HTTP/1.1" 200 795 INFO 2025-10-04 13:37:24,702 basehttp 45730 6159265792 "GET /en/appointments/calendar/ HTTP/1.1" 200 23743 WARNING 2025-10-04 13:37:24,711 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:37:24,712 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:37:24,776 basehttp 45730 6159265792 "GET /en/appointments/calendar/events/?start=2025-09-28T00%3A00%3A00&end=2025-10-05T00%3A00%3A00 HTTP/1.1" 200 125257 WARNING 2025-10-04 13:37:24,777 basehttp 45730 13170143232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:37:24,783 basehttp 45730 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:38:24,778 basehttp 45730 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:39:24,784 basehttp 45730 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:39:31,136 basehttp 45730 13186969600 "GET /en/appointments/calendar/ HTTP/1.1" 200 25290 WARNING 2025-10-04 13:39:31,148 log 45730 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:39:31,148 basehttp 45730 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:39:31,214 basehttp 45730 13186969600 "GET /en/appointments/calendar/events/?start=2025-09-28T00%3A00%3A00&end=2025-10-05T00%3A00%3A00 HTTP/1.1" 200 125257 WARNING 2025-10-04 13:39:31,215 basehttp 45730 6159265792 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:39:31,221 basehttp 45730 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-10-04 13:39:43,171 basehttp 45730 13170143232 "GET /en/appointments/calendar/events/?start=2025-09-28T00%3A00%3A00&end=2025-11-09T00%3A00%3A00 HTTP/1.1" 200 645320 INFO 2025-10-04 13:40:06,238 basehttp 45730 13170143232 "GET /en/appointments/calendar/ HTTP/1.1" 200 25285 WARNING 2025-10-04 13:40:06,252 log 45730 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:40:06,252 basehttp 45730 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 13:40:06,291 basehttp 45730 13170143232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:40:06,445 basehttp 45730 13186969600 "GET /en/appointments/calendar/events/?start=2025-09-28T00%3A00%3A00&end=2025-10-05T00%3A00%3A00 HTTP/1.1" 200 125257 INFO 2025-10-04 13:40:06,452 basehttp 45730 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-10-04 13:40:26,775 basehttp 45730 6159265792 "GET /en/appointments/716/detail-card/ HTTP/1.1" 200 795 INFO 2025-10-04 13:40:28,757 basehttp 45730 6159265792 "GET /en/appointments/724/detail-card/ HTTP/1.1" 200 796 INFO 2025-10-04 13:40:31,366 basehttp 45730 6159265792 "GET /en/appointments/660/detail-card/ HTTP/1.1" 200 795 INFO 2025-10-04 13:40:33,630 basehttp 45730 6159265792 "GET /en/appointments/738/detail-card/ HTTP/1.1" 200 788 INFO 2025-10-04 13:40:34,860 basehttp 45730 6159265792 "GET /en/appointments/722/detail-card/ HTTP/1.1" 200 794 INFO 2025-10-04 13:40:36,286 basehttp 45730 6159265792 "GET /en/appointments/728/detail-card/ HTTP/1.1" 200 1008 INFO 2025-10-04 13:40:43,624 basehttp 45730 6159265792 "GET /en/appointments/cancel/728/ HTTP/1.1" 200 31062 WARNING 2025-10-04 13:40:43,642 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:40:43,642 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:40:43,690 basehttp 45730 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-10-04 13:40:43,697 basehttp 45730 6159265792 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 13:40:45,367 basehttp 45730 13186969600 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 13:40:45,372 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:40:45,372 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 13:40:45,385 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:40:45,385 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:40:47,822 basehttp 45730 6159265792 "GET /en/appointments/702/detail-card/ HTTP/1.1" 200 798 INFO 2025-10-04 13:40:48,710 basehttp 45730 6159265792 "GET /en/appointments/702/detail-card/ HTTP/1.1" 200 798 INFO 2025-10-04 13:40:49,295 basehttp 45730 6159265792 "GET /en/appointments/702/detail-card/ HTTP/1.1" 200 798 INFO 2025-10-04 13:40:49,799 basehttp 45730 6159265792 "GET /en/appointments/694/detail-card/ HTTP/1.1" 200 876 INFO 2025-10-04 13:40:50,007 basehttp 45730 6159265792 "GET /en/appointments/694/detail-card/ HTTP/1.1" 200 876 INFO 2025-10-04 13:41:06,328 basehttp 45730 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-04 13:41:59,280 basehttp 45730 6159265792 "GET /en/appointments/calendar/ HTTP/1.1" 200 24814 WARNING 2025-10-04 13:41:59,292 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:41:59,292 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 13:41:59,332 basehttp 45730 6159265792 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:41:59,406 basehttp 45730 13170143232 "GET /en/appointments/calendar/events/?start=2025-09-28T00%3A00%3A00&end=2025-10-05T00%3A00%3A00 HTTP/1.1" 200 125257 INFO 2025-10-04 13:41:59,461 basehttp 45730 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 13:42:03,352 basehttp 45730 6159265792 "GET /en/appointments/calendar/ HTTP/1.1" 200 24814 WARNING 2025-10-04 13:42:03,362 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:42:03,362 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:42:03,434 basehttp 45730 6159265792 "GET /en/appointments/calendar/events/?start=2025-09-28T00%3A00%3A00&end=2025-10-05T00%3A00%3A00 HTTP/1.1" 200 125257 WARNING 2025-10-04 13:42:03,435 basehttp 45730 13170143232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:42:03,440 basehttp 45730 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 13:42:11,389 basehttp 45730 13186969600 "GET /en/appointments/calendar/ HTTP/1.1" 200 24807 WARNING 2025-10-04 13:42:11,400 log 45730 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:42:11,400 basehttp 45730 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:42:11,468 basehttp 45730 13186969600 "GET /en/appointments/calendar/events/?start=2025-09-28T00%3A00%3A00&end=2025-10-05T00%3A00%3A00 HTTP/1.1" 200 125257 WARNING 2025-10-04 13:42:11,469 basehttp 45730 6159265792 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:42:11,475 basehttp 45730 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 13:42:13,308 basehttp 45730 13170143232 "GET /en/appointments/calendar/ HTTP/1.1" 200 24807 WARNING 2025-10-04 13:42:13,318 log 45730 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:42:13,318 basehttp 45730 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:42:13,388 basehttp 45730 13170143232 "GET /en/appointments/calendar/events/?start=2025-09-28T00%3A00%3A00&end=2025-10-05T00%3A00%3A00 HTTP/1.1" 200 125257 WARNING 2025-10-04 13:42:13,389 basehttp 45730 13186969600 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:42:13,394 basehttp 45730 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 13:43:13,404 basehttp 45730 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 13:43:54,525 basehttp 45730 6159265792 "GET /en/appointments/calendar/ HTTP/1.1" 200 24753 WARNING 2025-10-04 13:43:54,540 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:43:54,540 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:43:54,664 basehttp 45730 6159265792 "GET /en/appointments/calendar/events/?start=2025-09-28T00%3A00%3A00&end=2025-10-05T00%3A00%3A00 HTTP/1.1" 200 125257 WARNING 2025-10-04 13:43:54,685 basehttp 45730 13170143232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:43:54,710 basehttp 45730 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 13:43:57,860 basehttp 45730 13186969600 "GET /en/appointments/732/detail-card/ HTTP/1.1" 200 799 INFO 2025-10-04 13:43:59,212 basehttp 45730 13186969600 "GET /en/appointments/717/detail-card/ HTTP/1.1" 200 1011 INFO 2025-10-04 13:44:02,815 basehttp 45730 13186969600 "GET /en/appointments/reschedule/717/ HTTP/1.1" 200 30320 WARNING 2025-10-04 13:44:02,828 log 45730 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:44:02,828 basehttp 45730 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:44:02,873 basehttp 45730 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 13:44:02,875 basehttp 45730 13186969600 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 13:44:09,256 basehttp 45730 6159265792 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 13:44:09,261 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:44:09,261 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 13:44:09,271 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:44:09,271 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 13:44:11,737 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:44:11,737 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 13:44:11,789 basehttp 45730 6159265792 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:44:14,035 basehttp 45730 13170143232 "GET /en/appointments/requests/ HTTP/1.1" 200 158613 WARNING 2025-10-04 13:44:14,053 log 45730 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:44:14,053 basehttp 45730 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:44:14,106 basehttp 45730 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 13:44:14,120 basehttp 45730 13170143232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:44:29,576 basehttp 45730 6159265792 "GET /en/appointments/reschedule/2166/ HTTP/1.1" 200 30316 WARNING 2025-10-04 13:44:29,591 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:44:29,591 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:44:29,639 basehttp 45730 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 13:44:29,647 basehttp 45730 6159265792 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 13:44:31,439 basehttp 45730 13170143232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 13:44:31,443 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:44:31,443 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 13:44:31,456 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:44:31,456 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:44:39,420 basehttp 45730 6159265792 "GET /en/appointments/requests/2166/detail/ HTTP/1.1" 200 26757 WARNING 2025-10-04 13:44:39,435 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:44:39,435 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:44:39,487 basehttp 45730 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 13:44:39,493 basehttp 45730 6159265792 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 13:44:47,341 basehttp 45730 13170143232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 13:44:47,345 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:44:47,345 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 13:44:47,356 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:44:47,356 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 13:44:49,592 basehttp 45730 6159265792 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 13:44:49,596 log 45730 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:44:49,596 basehttp 45730 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 13:44:49,604 log 45730 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:44:49,604 basehttp 45730 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:44:57,704 basehttp 45730 13170143232 "GET /en/appointments/queue/ HTTP/1.1" 200 70139 WARNING 2025-10-04 13:44:57,722 log 45730 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:44:57,722 basehttp 45730 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 13:44:57,783 basehttp 45730 13170143232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:44:57,789 basehttp 45730 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 13:45:57,803 basehttp 45730 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 13:45:57,826 basehttp 45730 13170143232 "GET /en/appointments/queue/ HTTP/1.1" 200 70139 WARNING 2025-10-04 13:45:57,836 log 45730 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:45:57,836 basehttp 45730 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:45:57,890 basehttp 45730 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 13:45:57,904 basehttp 45730 13170143232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:46:16,101 basehttp 45730 6159265792 "GET /en/appointments/queue/3/ HTTP/1.1" 200 28761 WARNING 2025-10-04 13:46:16,114 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:46:16,115 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:46:16,116 basehttp 45730 13170143232 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 200 35107 INFO 2025-10-04 13:46:16,117 basehttp 45730 13186969600 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 200 78487 WARNING 2025-10-04 13:46:16,172 basehttp 45730 13170143232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:46:16,176 basehttp 45730 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 13:46:28,922 basehttp 45730 13186969600 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 13:46:28,925 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:46:28,926 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 13:46:28,930 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:46:28,931 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:46:34,344 basehttp 45730 6159265792 "GET /en/appointments/queue/18/ HTTP/1.1" 200 43515 WARNING 2025-10-04 13:46:34,363 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:46:34,363 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:46:34,411 basehttp 45730 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 13:46:34,425 basehttp 45730 6159265792 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:46:50,597 basehttp 45730 13170143232 "GET /en/appointments/queue/18/ HTTP/1.1" 200 43515 WARNING 2025-10-04 13:46:50,608 log 45730 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:46:50,608 basehttp 45730 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:46:50,663 basehttp 45730 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 13:46:50,665 basehttp 45730 13170143232 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:46:52,089 basehttp 45730 6159265792 "GET /en/appointments/queue/18/update/ HTTP/1.1" 200 36138 WARNING 2025-10-04 13:46:52,106 log 45730 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:46:52,106 basehttp 45730 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 13:46:52,153 basehttp 45730 6159265792 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:46:52,161 basehttp 45730 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 13:47:52,183 basehttp 45730 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 13:48:52,183 basehttp 45730 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 13:49:52,185 basehttp 45730 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:50:51,871 autoreload 45730 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-10-04 13:50:52,328 autoreload 55026 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 13:51:30,015 basehttp 55026 12901707776 "GET /en/appointments/queue/18/update/ HTTP/1.1" 200 38590 WARNING 2025-10-04 13:51:30,032 log 55026 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:51:30,032 basehttp 55026 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:51:30,080 basehttp 55026 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 13:51:30,081 basehttp 55026 12918534144 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:52:30,093 basehttp 55026 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:53:29,405 basehttp 55026 12901707776 "GET /en/appointments/queue/18/update/ HTTP/1.1" 200 38590 WARNING 2025-10-04 13:53:29,416 log 55026 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:53:29,417 basehttp 55026 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:53:29,473 basehttp 55026 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 13:53:29,474 basehttp 55026 12918534144 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:53:55,426 basehttp 55026 12901707776 "GET /en/appointments/queue/18/update/ HTTP/1.1" 200 34339 WARNING 2025-10-04 13:53:55,435 basehttp 55026 12901707776 "GET /static/plugins/select2/dist/css/select2-bootstrap-5-theme.min.css HTTP/1.1" 404 2101 WARNING 2025-10-04 13:53:55,439 log 55026 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:53:55,439 basehttp 55026 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 13:53:55,488 basehttp 55026 12901707776 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:53:55,496 basehttp 55026 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:54:24,221 autoreload 55026 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-10-04 13:54:24,612 autoreload 56875 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 13:54:55,574 basehttp 56875 6164574208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:55:55,506 basehttp 56875 6164574208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:56:09,237 autoreload 56875 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-10-04 13:56:09,632 autoreload 57819 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 13:56:55,584 basehttp 57819 6200045568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:56:58,773 autoreload 57819 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-10-04 13:56:59,175 autoreload 58183 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 13:57:04,583 basehttp 58183 6196162560 "GET /en/appointments/queue/18/update/ HTTP/1.1" 200 46834 WARNING 2025-10-04 13:57:04,598 log 58183 6196162560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:57:04,599 basehttp 58183 6196162560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 13:57:04,648 basehttp 58183 6212988928 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:57:04,651 basehttp 58183 6196162560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:57:27,454 basehttp 58183 6196162560 "GET /en/appointments/queue/18/update/ HTTP/1.1" 200 46834 WARNING 2025-10-04 13:57:27,464 log 58183 6196162560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:57:27,464 basehttp 58183 6196162560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:57:27,516 basehttp 58183 6196162560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 13:57:27,519 basehttp 58183 6196162560 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:58:13,391 basehttp 58183 6212988928 "GET /en/appointments/queue/18/update/ HTTP/1.1" 200 46835 WARNING 2025-10-04 13:58:13,400 log 58183 6212988928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:58:13,400 basehttp 58183 6212988928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:58:13,452 basehttp 58183 6212988928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 13:58:13,454 basehttp 58183 6196162560 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:59:13,454 basehttp 58183 6212988928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:59:40,361 basehttp 58183 6212988928 "GET /en/ HTTP/1.1" 200 47015 WARNING 2025-10-04 13:59:40,373 log 58183 6212988928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:59:40,373 basehttp 58183 6212988928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 13:59:40,426 basehttp 58183 6246641664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:59:40,431 basehttp 58183 6212988928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 13:59:40,438 basehttp 58183 6229815296 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-04 13:59:40,438 basehttp 58183 6196162560 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-04 13:59:45,406 basehttp 58183 6196162560 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-10-04 13:59:45,475 basehttp 58183 6229815296 "GET /en/hr/ HTTP/1.1" 200 237050 WARNING 2025-10-04 13:59:45,490 log 58183 6229815296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:59:45,490 basehttp 58183 6229815296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:59:45,517 basehttp 58183 6229815296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 13:59:45,561 basehttp 58183 6229815296 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 13:59:51,812 basehttp 58183 6212988928 "GET /en/hr/employees/create/ HTTP/1.1" 200 55820 WARNING 2025-10-04 13:59:51,828 log 58183 6212988928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 13:59:51,828 basehttp 58183 6212988928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 13:59:51,876 basehttp 58183 6212988928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 13:59:51,880 basehttp 58183 6212988928 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 14:00:00,981 basehttp 58183 6196162560 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 14:00:00,984 log 58183 6212988928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:00:00,984 basehttp 58183 6212988928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 14:00:00,993 log 58183 6212988928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:00:00,994 basehttp 58183 6212988928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 14:00:04,874 basehttp 58183 6212988928 "GET /en/hr/departments/create/ HTTP/1.1" 200 44045 WARNING 2025-10-04 14:00:04,887 log 58183 6212988928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:00:04,887 basehttp 58183 6212988928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 14:00:04,941 basehttp 58183 6212988928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 14:00:04,949 basehttp 58183 6212988928 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 14:00:08,735 basehttp 58183 6196162560 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 14:00:08,738 log 58183 6212988928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:00:08,738 basehttp 58183 6212988928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 14:00:08,744 log 58183 6212988928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:00:08,744 basehttp 58183 6212988928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 14:00:10,768 basehttp 58183 6212988928 "GET /en/hr/schedules/create/ HTTP/1.1" 200 37000 WARNING 2025-10-04 14:00:10,783 log 58183 6212988928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:00:10,783 basehttp 58183 6212988928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 14:00:10,830 basehttp 58183 6212988928 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 14:00:10,835 basehttp 58183 6196162560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 14:00:20,185 basehttp 58183 6196162560 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 14:00:20,188 log 58183 6212988928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:00:20,188 basehttp 58183 6212988928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 14:00:20,195 log 58183 6212988928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:00:20,195 basehttp 58183 6212988928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 14:00:22,453 basehttp 58183 6212988928 "GET /en/hr/time-entries/ HTTP/1.1" 200 139631 WARNING 2025-10-04 14:00:22,468 log 58183 6196162560 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-10-04 14:00:22,468 basehttp 58183 6212988928 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.css HTTP/1.1" 200 8069 WARNING 2025-10-04 14:00:22,468 basehttp 58183 6196162560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 14:00:22,469 basehttp 58183 6196162560 - Broken pipe from ('127.0.0.1', 53000) INFO 2025-10-04 14:00:22,473 basehttp 58183 6212988928 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.js HTTP/1.1" 200 67842 WARNING 2025-10-04 14:00:22,531 basehttp 58183 6196162560 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 14:00:22,532 basehttp 58183 6212988928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 14:00:26,374 basehttp 58183 6212988928 "GET /en/hr/time-entries/create/ HTTP/1.1" 200 47326 WARNING 2025-10-04 14:00:26,392 log 58183 6212988928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:00:26,393 basehttp 58183 6212988928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 14:00:26,394 basehttp 58183 6229815296 "GET /static/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 200 3034 INFO 2025-10-04 14:00:26,395 basehttp 58183 6196162560 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.css HTTP/1.1" 200 17192 INFO 2025-10-04 14:00:26,396 basehttp 58183 6263468032 "GET /static/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 200 18685 INFO 2025-10-04 14:00:26,396 basehttp 58183 6246641664 "GET /static/plugins/bootstrap-datepicker/js/bootstrap-datepicker.js HTTP/1.1" 200 58890 INFO 2025-10-04 14:00:26,428 basehttp 58183 6246641664 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.css.map HTTP/1.1" 200 18548 INFO 2025-10-04 14:00:26,450 basehttp 58183 6246641664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 14:00:26,451 basehttp 58183 6263468032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 14:01:26,454 basehttp 58183 6246641664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 14:01:35,646 log 58183 6229815296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:01:35,646 basehttp 58183 6196162560 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 14:01:35,646 basehttp 58183 6229815296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 14:01:35,648 basehttp 58183 6246641664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 14:01:35,654 log 58183 6246641664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:01:35,654 basehttp 58183 6246641664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 14:01:36,676 basehttp 58183 6246641664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 14:01:36,679 log 58183 6212988928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:01:36,679 basehttp 58183 6212988928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 14:01:36,682 basehttp 58183 6229815296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 14:01:36,687 log 58183 6229815296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:01:36,687 basehttp 58183 6229815296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 14:01:37,351 basehttp 58183 6246641664 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-04 14:01:37,352 log 58183 6263468032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:01:37,352 basehttp 58183 6263468032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 14:01:37,360 log 58183 6263468032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:01:37,360 basehttp 58183 6263468032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 14:01:37,375 basehttp 58183 6212988928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 14:01:37,375 basehttp 58183 6196162560 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-04 14:01:37,377 basehttp 58183 6229815296 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 WARNING 2025-10-04 14:01:38,087 log 58183 6229815296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:01:38,088 basehttp 58183 6229815296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 14:01:38,145 basehttp 58183 6229815296 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 14:01:40,361 basehttp 58183 6196162560 "GET /en/appointments/queue/18/update/ HTTP/1.1" 200 46835 WARNING 2025-10-04 14:01:40,374 log 58183 6196162560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:01:40,374 basehttp 58183 6196162560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 14:01:40,427 basehttp 58183 6196162560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 14:01:40,429 basehttp 58183 6196162560 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 14:02:40,443 basehttp 58183 6212988928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 14:03:26,202 basehttp 58183 6212988928 "GET /en/appointments/queue/18/update/ HTTP/1.1" 200 50146 WARNING 2025-10-04 14:03:26,214 log 58183 6212988928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:03:26,214 basehttp 58183 6212988928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 14:03:26,269 basehttp 58183 6212988928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 14:03:26,270 basehttp 58183 6263468032 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 14:04:26,283 basehttp 58183 6212988928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 14:05:26,287 basehttp 58183 6212988928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 14:05:50,813 autoreload 58183 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-10-04 14:05:51,247 autoreload 62583 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 14:05:51,612 basehttp 62583 6163509248 "GET /en/appointments/queue/18/update/ HTTP/1.1" 200 50146 WARNING 2025-10-04 14:05:51,627 log 62583 6163509248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:05:51,628 basehttp 62583 6163509248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 14:05:51,673 basehttp 62583 6163509248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 14:05:51,679 basehttp 62583 6163509248 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 14:05:52,930 basehttp 62583 6180335616 "GET /en/appointments/queue/18/update/ HTTP/1.1" 200 50146 WARNING 2025-10-04 14:05:52,940 log 62583 6180335616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:05:52,940 basehttp 62583 6180335616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 14:05:52,985 basehttp 62583 6180335616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 14:05:52,990 basehttp 62583 6180335616 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 14:06:25,673 basehttp 62583 6163509248 "GET /en/appointments/queue/18/update/ HTTP/1.1" 200 50146 INFO 2025-10-04 14:06:25,684 basehttp 62583 13069578240 "GET /static/plugins/toastr/toastr.css HTTP/1.1" 200 7860 INFO 2025-10-04 14:06:25,685 basehttp 62583 13052751872 "GET /static/css/custom.css HTTP/1.1" 200 2844 INFO 2025-10-04 14:06:25,685 basehttp 62583 13103230976 "GET /static/img/user/user-12.jpg HTTP/1.1" 200 8541 INFO 2025-10-04 14:06:25,686 basehttp 62583 13086404608 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-10-04 14:06:25,687 log 62583 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:06:25,688 basehttp 62583 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 14:06:25,691 basehttp 62583 13052751872 "GET /static/plugins/toastr/toastr.min.js HTTP/1.1" 200 5536 INFO 2025-10-04 14:06:25,693 basehttp 62583 13069578240 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-10-04 14:06:25,695 basehttp 62583 13052751872 "GET /static/js/custom.js HTTP/1.1" 200 4109 INFO 2025-10-04 14:06:25,696 basehttp 62583 13103230976 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-10-04 14:06:25,697 basehttp 62583 6163509248 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-10-04 14:06:25,699 basehttp 62583 13086404608 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-10-04 14:06:25,700 basehttp 62583 13035925504 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-10-04 14:06:25,703 basehttp 62583 6163509248 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-10-04 14:06:25,703 basehttp 62583 13052751872 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-10-04 14:06:25,703 basehttp 62583 13103230976 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-10-04 14:06:25,703 basehttp 62583 13069578240 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-10-04 14:06:25,705 basehttp 62583 13035925504 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-10-04 14:06:25,706 basehttp 62583 13086404608 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-10-04 14:06:25,709 basehttp 62583 6163509248 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-10-04 14:06:25,710 basehttp 62583 13069578240 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-10-04 14:06:25,710 basehttp 62583 13103230976 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-10-04 14:06:25,710 basehttp 62583 13035925504 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-10-04 14:06:25,710 basehttp 62583 13086404608 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-10-04 14:06:25,713 basehttp 62583 13052751872 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-10-04 14:06:25,714 basehttp 62583 6163509248 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-10-04 14:06:25,715 basehttp 62583 13035925504 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-10-04 14:06:25,715 basehttp 62583 13069578240 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-10-04 14:06:25,715 basehttp 62583 13103230976 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-10-04 14:06:25,715 basehttp 62583 13086404608 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-10-04 14:06:25,718 basehttp 62583 13035925504 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-10-04 14:06:25,718 basehttp 62583 13069578240 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-10-04 14:06:25,719 basehttp 62583 13103230976 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-10-04 14:06:25,719 basehttp 62583 13086404608 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-10-04 14:06:25,719 basehttp 62583 13052751872 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-10-04 14:06:25,719 basehttp 62583 6163509248 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-10-04 14:06:25,914 basehttp 62583 13086404608 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 WARNING 2025-10-04 14:06:25,936 basehttp 62583 6163509248 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 14:06:25,941 basehttp 62583 13086404608 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-10-04 14:06:25,947 basehttp 62583 13103230976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 14:06:26,065 log 62583 13103230976 Not Found: /favicon.ico WARNING 2025-10-04 14:06:26,066 basehttp 62583 13103230976 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-10-04 14:07:25,966 basehttp 62583 13103230976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 14:08:25,966 basehttp 62583 13103230976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 14:09:25,957 basehttp 62583 13103230976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 14:09:57,457 autoreload 62583 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-10-04 14:09:57,903 autoreload 64546 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 14:09:58,251 basehttp 64546 6123302912 "GET /en/appointments/queue/18/update/ HTTP/1.1" 200 51140 WARNING 2025-10-04 14:09:58,266 log 64546 6123302912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:09:58,266 basehttp 64546 6123302912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 14:09:58,338 basehttp 64546 6123302912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 14:09:58,349 basehttp 64546 6123302912 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 14:10:48,498 basehttp 64546 6140129280 "GET /en/appointments/queue/18/update/ HTTP/1.1" 200 51140 WARNING 2025-10-04 14:10:48,510 log 64546 6140129280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:10:48,510 basehttp 64546 6140129280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 14:10:48,561 basehttp 64546 6140129280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 14:10:48,568 basehttp 64546 6140129280 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 14:11:21,761 basehttp 64546 6123302912 "GET /en/appointments/queue/18/ HTTP/1.1" 200 43569 WARNING 2025-10-04 14:11:21,774 log 64546 6123302912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:11:21,776 basehttp 64546 6123302912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 14:11:21,780 basehttp 64546 13455405056 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-10-04 14:11:21,783 basehttp 64546 6140129280 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-10-04 14:11:21,783 basehttp 64546 6156955648 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-10-04 14:11:21,784 basehttp 64546 6123302912 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-10-04 14:11:21,784 basehttp 64546 6173782016 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 200 35107 INFO 2025-10-04 14:11:21,785 basehttp 64546 13455405056 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-10-04 14:11:21,785 basehttp 64546 6140129280 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 200 78487 INFO 2025-10-04 14:11:21,785 basehttp 64546 13438578688 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 WARNING 2025-10-04 14:11:21,834 basehttp 64546 13438578688 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 14:12:21,849 basehttp 64546 6140129280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 14:12:21,892 basehttp 64546 6140129280 "GET /en/appointments/queue/18/ HTTP/1.1" 200 43569 WARNING 2025-10-04 14:12:21,903 log 64546 6140129280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:12:21,903 basehttp 64546 6140129280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 14:12:21,958 basehttp 64546 6140129280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 14:12:21,965 basehttp 64546 6140129280 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 14:13:21,976 basehttp 64546 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 14:13:22,003 basehttp 64546 13455405056 "GET /en/appointments/queue/18/ HTTP/1.1" 200 43569 WARNING 2025-10-04 14:13:22,014 log 64546 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:13:22,014 basehttp 64546 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 14:13:22,066 basehttp 64546 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 14:13:22,068 basehttp 64546 13455405056 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 14:14:04,164 basehttp 64546 6173782016 "GET /en/appointments/queue/18/ HTTP/1.1" 200 44594 WARNING 2025-10-04 14:14:04,172 log 64546 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:14:04,172 basehttp 64546 6173782016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 14:14:04,220 basehttp 64546 6173782016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 14:14:04,222 basehttp 64546 6123302912 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 14:14:13,109 basehttp 64546 6173782016 "GET /en/appointments/queue/18/call-next/ HTTP/1.1" 302 0 INFO 2025-10-04 14:14:13,126 basehttp 64546 6173782016 "GET /en/appointments/queue/18/ HTTP/1.1" 200 44639 WARNING 2025-10-04 14:14:13,135 log 64546 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:14:13,135 basehttp 64546 6173782016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 14:14:13,189 basehttp 64546 6173782016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 14:14:13,193 basehttp 64546 6173782016 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 14:15:13,204 basehttp 64546 6156955648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 14:15:13,234 basehttp 64546 6156955648 "GET /en/appointments/queue/18/ HTTP/1.1" 200 44234 WARNING 2025-10-04 14:15:13,245 log 64546 6156955648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:15:13,245 basehttp 64546 6156955648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 14:15:13,300 basehttp 64546 6156955648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 14:15:13,309 basehttp 64546 6156955648 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 14:16:13,303 basehttp 64546 6123302912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 14:16:13,342 basehttp 64546 6123302912 "GET /en/appointments/queue/18/ HTTP/1.1" 200 44234 WARNING 2025-10-04 14:16:13,351 log 64546 6123302912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:16:13,352 basehttp 64546 6123302912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 14:16:13,389 basehttp 64546 6123302912 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 14:16:13,400 basehttp 64546 6140129280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 14:16:21,838 basehttp 64546 6140129280 "GET /en/appointments/queue/18/ HTTP/1.1" 200 44230 WARNING 2025-10-04 14:16:21,849 log 64546 6140129280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:16:21,850 basehttp 64546 6140129280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 14:16:21,927 basehttp 64546 6123302912 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 14:16:21,944 basehttp 64546 6140129280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 14:17:21,911 basehttp 64546 6140129280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 14:17:21,960 basehttp 64546 6140129280 "GET /en/appointments/queue/18/ HTTP/1.1" 200 44230 WARNING 2025-10-04 14:17:21,968 log 64546 6140129280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:17:21,968 basehttp 64546 6140129280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 14:17:22,017 basehttp 64546 6140129280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 14:17:22,020 basehttp 64546 6123302912 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 ERROR 2025-10-04 14:17:35,611 log 64546 6140129280 Internal Server Error: /en/appointments/queue/18/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'call_patient' not found. 'call_patient' is not a valid view function or pattern name. ERROR 2025-10-04 14:17:35,613 basehttp 64546 6140129280 "GET /en/appointments/queue/18/ HTTP/1.1" 500 178825 WARNING 2025-10-04 14:17:35,624 log 64546 6140129280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:17:35,624 basehttp 64546 6140129280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-10-04 14:18:06,817 log 64546 6140129280 Internal Server Error: /en/appointments/queue/18/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'call_patient' not found. 'call_patient' is not a valid view function or pattern name. ERROR 2025-10-04 14:18:06,817 basehttp 64546 6140129280 "GET /en/appointments/queue/18/ HTTP/1.1" 500 179114 WARNING 2025-10-04 14:18:06,827 log 64546 6140129280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:18:06,828 basehttp 64546 6140129280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-10-04 14:18:42,675 log 64546 6140129280 Internal Server Error: /en/appointments/queue/18/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'call_patient' not found. 'call_patient' is not a valid view function or pattern name. ERROR 2025-10-04 14:18:42,676 basehttp 64546 6140129280 "GET /en/appointments/queue/18/ HTTP/1.1" 500 179126 WARNING 2025-10-04 14:18:42,687 log 64546 6140129280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:18:42,687 basehttp 64546 6140129280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-10-04 14:19:17,289 log 64546 6140129280 Internal Server Error: /en/appointments/queue/18/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'call_patient' not found. 'call_patient' is not a valid view function or pattern name. ERROR 2025-10-04 14:19:17,290 basehttp 64546 6140129280 "GET /en/appointments/queue/18/ HTTP/1.1" 500 179132 WARNING 2025-10-04 14:19:17,301 log 64546 6140129280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:19:17,301 basehttp 64546 6140129280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 14:33:02,776 autoreload 64546 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-10-04 14:33:03,209 autoreload 75488 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 14:33:04,112 basehttp 75488 6192050176 "GET /en/appointments/queue/18/ HTTP/1.1" 200 44232 WARNING 2025-10-04 14:33:04,131 log 75488 6192050176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:33:04,131 basehttp 75488 6192050176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 14:33:04,190 basehttp 75488 6208876544 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 14:33:04,193 basehttp 75488 6192050176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 14:33:10,684 basehttp 75488 6192050176 "GET /en/appointments/queue/18/ HTTP/1.1" 200 44232 WARNING 2025-10-04 14:33:10,696 log 75488 6192050176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:33:10,696 basehttp 75488 6192050176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 14:33:10,748 basehttp 75488 6192050176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 14:33:10,751 basehttp 75488 6192050176 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 14:34:10,777 basehttp 75488 6192050176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 14:34:10,797 basehttp 75488 6208876544 "GET /en/appointments/queue/18/ HTTP/1.1" 200 44232 WARNING 2025-10-04 14:34:10,808 log 75488 6208876544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:34:10,808 basehttp 75488 6208876544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-04 14:34:10,856 basehttp 75488 6208876544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 14:34:10,862 basehttp 75488 6208876544 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 14:35:10,870 basehttp 75488 6192050176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 14:35:10,905 basehttp 75488 6192050176 "GET /en/appointments/queue/18/ HTTP/1.1" 200 44232 WARNING 2025-10-04 14:35:10,921 log 75488 6192050176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 14:35:10,922 basehttp 75488 6192050176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 14:35:10,969 basehttp 75488 6208876544 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 14:35:10,979 basehttp 75488 6192050176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 15:27:43,707 autoreload 77495 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 15:27:52,040 basehttp 77495 6171947008 "GET /en/appointments/queue/18/ HTTP/1.1" 200 44238 WARNING 2025-10-04 15:27:52,049 log 77495 6171947008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-04 15:27:52,050 basehttp 77495 6171947008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-04 15:27:52,121 basehttp 77495 6188773376 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-04 15:27:52,126 basehttp 77495 6171947008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 15:28:52,139 basehttp 77495 6171947008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 15:28:52,158 basehttp 77495 6325039104 "GET /en/appointments/queue/18/ HTTP/1.1" 200 44238 INFO 2025-10-04 15:28:52,193 basehttp 77495 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 15:29:52,209 basehttp 77495 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 15:29:52,233 basehttp 77495 6325039104 "GET /en/appointments/queue/18/ HTTP/1.1" 200 44238 INFO 2025-10-04 15:29:52,272 basehttp 77495 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 15:30:52,282 basehttp 77495 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 15:30:52,309 basehttp 77495 6325039104 "GET /en/appointments/queue/18/ HTTP/1.1" 200 44238 INFO 2025-10-04 15:30:52,347 basehttp 77495 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 15:31:52,359 basehttp 77495 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 15:31:52,388 basehttp 77495 6325039104 "GET /en/appointments/queue/18/ HTTP/1.1" 200 44238 INFO 2025-10-04 15:31:52,420 basehttp 77495 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 15:32:25,849 autoreload 77495 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-10-04 15:32:26,288 autoreload 79826 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 15:32:52,529 basehttp 79826 6193115136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 15:32:52,543 basehttp 79826 6209941504 "GET /en/appointments/queue/18/ HTTP/1.1" 200 44238 INFO 2025-10-04 15:32:52,577 basehttp 79826 6209941504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 15:40:23,797 autoreload 79826 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-10-04 15:40:24,285 autoreload 80455 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 15:40:36,837 basehttp 80455 6130724864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-04 15:40:36,854 basehttp 80455 6147551232 "GET /en/appointments/queue/18/ HTTP/1.1" 200 44238 INFO 2025-10-04 15:40:36,888 basehttp 80455 6147551232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-04 15:41:36,905 basehttp 80455 6147551232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 15:41:36,934 basehttp 80455 6147551232 "GET /en/appointments/queue/18/ HTTP/1.1" 200 44238 INFO 2025-10-04 15:41:36,970 basehttp 80455 6147551232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 15:41:44,239 basehttp 80455 6147551232 "GET /en/appointments/queue/18/ HTTP/1.1" 200 44238 INFO 2025-10-04 15:41:44,280 basehttp 80455 6147551232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 15:42:05,277 basehttp 80455 6147551232 "GET /en/appointments/queue/ HTTP/1.1" 200 70205 INFO 2025-10-04 15:42:05,296 basehttp 80455 6147551232 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 INFO 2025-10-04 15:42:05,330 basehttp 80455 6147551232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 15:42:27,326 basehttp 80455 6147551232 "GET /en/appointments/queue/18/ HTTP/1.1" 200 44238 INFO 2025-10-04 15:42:27,361 basehttp 80455 6147551232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 15:42:34,765 basehttp 80455 6147551232 "GET /en/appointments/queue/18/display HTTP/1.1" 301 0 ERROR 2025-10-04 15:42:34,823 log 80455 6130724864 Internal Server Error: /en/appointments/queue/18/display/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 2412, in queue_display_view 'served_today': QueueEntry.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'completed_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-10-04 15:42:34,825 basehttp 80455 6130724864 "GET /en/appointments/queue/18/display/ HTTP/1.1" 500 119724 INFO 2025-10-04 15:44:06,007 autoreload 80455 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-10-04 15:44:06,433 autoreload 82252 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 15:44:31,561 basehttp 82252 6169620480 "GET /en/appointments/queue/18/display/ HTTP/1.1" 200 24540 INFO 2025-10-04 15:44:31,599 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 15:44:41,623 basehttp 82252 6169620480 "GET /en/appointments/queue/18/display/ HTTP/1.1" 200 24540 INFO 2025-10-04 15:44:41,661 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 15:44:51,684 basehttp 82252 6169620480 "GET /en/appointments/queue/18/display/ HTTP/1.1" 200 24540 INFO 2025-10-04 15:44:51,722 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 15:45:01,740 basehttp 82252 6169620480 "GET /en/appointments/queue/18/display/ HTTP/1.1" 200 24540 INFO 2025-10-04 15:45:01,767 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 15:45:11,786 basehttp 82252 6169620480 "GET /en/appointments/queue/18/display/ HTTP/1.1" 200 24540 INFO 2025-10-04 15:45:11,821 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 15:45:21,835 basehttp 82252 6169620480 "GET /en/appointments/queue/18/display/ HTTP/1.1" 200 24540 INFO 2025-10-04 15:45:21,861 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 15:45:31,881 basehttp 82252 6169620480 "GET /en/appointments/queue/18/display/ HTTP/1.1" 200 24540 INFO 2025-10-04 15:45:31,919 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 15:45:41,933 basehttp 82252 6169620480 "GET /en/appointments/queue/18/display/ HTTP/1.1" 200 24540 INFO 2025-10-04 15:45:41,966 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 15:45:51,988 basehttp 82252 6169620480 "GET /en/appointments/queue/18/display/ HTTP/1.1" 200 24540 INFO 2025-10-04 15:45:52,026 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 15:46:02,160 basehttp 82252 6169620480 "GET /en/appointments/queue/18/display/ HTTP/1.1" 200 24540 INFO 2025-10-04 15:46:02,194 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 16:13:49,473 basehttp 82252 6169620480 "GET /en/appointments/queue/18/display/ HTTP/1.1" 200 24540 INFO 2025-10-04 16:13:49,557 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:13:55,177 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:13:55,194 basehttp 82252 13304360960 "GET /en/appointments/queue/18/ HTTP/1.1" 200 44238 INFO 2025-10-04 16:13:55,233 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:14:21,336 basehttp 82252 13304360960 "GET /en/appointments/ HTTP/1.1" 200 56172 INFO 2025-10-04 16:14:21,370 basehttp 82252 13304360960 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-10-04 16:15:21,386 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:15:21,403 basehttp 82252 13304360960 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 ERROR 2025-10-04 16:16:08,803 log 82252 13304360960 Internal Server Error: /en/inpatients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgery_schedule' not found. 'surgery_schedule' is not a valid view function or pattern name. ERROR 2025-10-04 16:16:08,805 basehttp 82252 13304360960 "GET /en/inpatients/ HTTP/1.1" 500 193502 INFO 2025-10-04 16:16:10,069 basehttp 82252 13304360960 "GET /en/ HTTP/1.1" 200 46972 INFO 2025-10-04 16:16:10,105 basehttp 82252 6169620480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-04 16:16:10,106 basehttp 82252 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-04 16:16:11,393 basehttp 82252 13304360960 "GET /en/ HTTP/1.1" 200 46972 INFO 2025-10-04 16:16:11,452 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:16:11,452 basehttp 82252 13321187328 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-04 16:16:11,454 basehttp 82252 6169620480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-04 16:16:41,448 basehttp 82252 6169620480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-04 16:17:11,471 basehttp 82252 13321187328 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-04 16:17:11,471 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:17:11,472 basehttp 82252 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-04 16:17:41,448 basehttp 82252 6169620480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-04 16:29:44,400 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:29:44,401 basehttp 82252 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-04 16:29:44,403 basehttp 82252 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-04 16:29:55,134 basehttp 82252 6169620480 "GET /en/radiology HTTP/1.1" 301 0 INFO 2025-10-04 16:29:55,240 basehttp 82252 6169620480 "GET /en/radiology/ HTTP/1.1" 200 62135 INFO 2025-10-04 16:29:55,291 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:29:55,293 basehttp 82252 13304360960 "GET /en/radiology/htmx/stats/ HTTP/1.1" 200 4178 INFO 2025-10-04 16:30:18,811 basehttp 82252 13304360960 "GET /en/radiology/images/ HTTP/1.1" 200 279039 INFO 2025-10-04 16:30:18,915 basehttp 82252 13321187328 "GET /en/radiology/files/thumbnail/a2db61a3-929e-43ad-83eb-ebd8f34df177/ HTTP/1.1" 200 22318 INFO 2025-10-04 16:30:18,915 basehttp 82252 13304360960 "GET /en/radiology/files/thumbnail/f141737c-8781-4934-8e17-006ca6df471a/ HTTP/1.1" 200 5641 INFO 2025-10-04 16:30:18,915 basehttp 82252 13354840064 "GET /en/radiology/files/thumbnail/c40344de-7c27-4d79-84c2-ee6f8aa5721d/ HTTP/1.1" 200 12443 INFO 2025-10-04 16:30:18,915 basehttp 82252 13371666432 "GET /en/radiology/files/thumbnail/fd90ae6a-2fa3-41d0-8fc0-6c8371703a7f/ HTTP/1.1" 200 13555 INFO 2025-10-04 16:30:18,915 basehttp 82252 13338013696 "GET /en/radiology/files/thumbnail/162da344-d67e-459d-8cba-1a5bf416ae13/ HTTP/1.1" 200 1446 INFO 2025-10-04 16:30:18,915 basehttp 82252 6169620480 "GET /en/radiology/files/thumbnail/8f2c30b9-1750-4873-87fe-e669aee42ea3/ HTTP/1.1" 200 18385 INFO 2025-10-04 16:30:18,967 basehttp 82252 13321187328 "GET /en/radiology/files/thumbnail/5d3fb382-949d-4c89-99e4-56ccd3fe323f/ HTTP/1.1" 200 1391 INFO 2025-10-04 16:30:18,979 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:30:18,982 basehttp 82252 13354840064 "GET /en/radiology/files/thumbnail/f53cfe62-1f35-486e-ae49-d70e3a642340/ HTTP/1.1" 200 19540 INFO 2025-10-04 16:30:18,986 basehttp 82252 13371666432 "GET /en/radiology/files/thumbnail/7023c03f-f4ca-4814-85f0-67cc35188da0/ HTTP/1.1" 200 5111 INFO 2025-10-04 16:30:18,986 basehttp 82252 13338013696 "GET /en/radiology/files/thumbnail/69dd2d2d-86d5-4c98-8bd4-02899701abc2/ HTTP/1.1" 200 20002 INFO 2025-10-04 16:30:18,986 basehttp 82252 6169620480 "GET /en/radiology/files/thumbnail/1170cd59-218c-4e97-9d1a-370a434cbd60/ HTTP/1.1" 200 11678 INFO 2025-10-04 16:30:18,988 basehttp 82252 13321187328 "GET /en/radiology/files/thumbnail/312fc25c-93ae-4185-97a9-757fda5d59db/ HTTP/1.1" 200 1242 INFO 2025-10-04 16:30:19,005 basehttp 82252 13304360960 "GET /en/radiology/files/thumbnail/0f7e4749-bc5b-45fe-b40e-d0c64ff1cb61/ HTTP/1.1" 200 1529 INFO 2025-10-04 16:30:19,026 basehttp 82252 13354840064 "GET /en/radiology/files/thumbnail/7d92d899-1150-4476-9370-58a5d7ed43f3/ HTTP/1.1" 200 1453 INFO 2025-10-04 16:30:19,050 basehttp 82252 13371666432 "GET /en/radiology/files/thumbnail/48ff9de1-1303-4a83-82e8-1f14572da129/ HTTP/1.1" 200 1393 INFO 2025-10-04 16:30:19,050 basehttp 82252 13321187328 "GET /en/radiology/files/thumbnail/49e9b97d-9aa7-4c12-8a15-2916d805cca4/ HTTP/1.1" 200 10725 INFO 2025-10-04 16:30:19,053 basehttp 82252 13338013696 "GET /en/radiology/files/thumbnail/acca9603-72da-4908-8fde-77548aac5330/ HTTP/1.1" 200 11497 INFO 2025-10-04 16:30:19,054 basehttp 82252 6169620480 "GET /en/radiology/files/thumbnail/5eacca39-b693-4ece-ba41-524eedd99981/ HTTP/1.1" 200 9219 INFO 2025-10-04 16:30:19,055 basehttp 82252 13304360960 "GET /en/radiology/files/thumbnail/94ca5d41-d0be-41ff-af9e-6b27df627d5b/ HTTP/1.1" 200 26473 INFO 2025-10-04 16:30:19,056 basehttp 82252 13354840064 "GET /en/radiology/files/thumbnail/140d086f-37e5-4e19-bed3-b76a5a3736f7/ HTTP/1.1" 200 559 INFO 2025-10-04 16:30:19,087 basehttp 82252 13371666432 "GET /en/radiology/files/thumbnail/9f8601a7-dfd4-4426-beab-71772e823c82/ HTTP/1.1" 200 17054 INFO 2025-10-04 16:30:19,102 basehttp 82252 13321187328 "GET /en/radiology/files/thumbnail/b30c7196-1e35-4098-b8b1-39d70f98ba03/ HTTP/1.1" 200 5635 INFO 2025-10-04 16:30:19,111 basehttp 82252 6169620480 "GET /en/radiology/files/thumbnail/03ef521f-80e7-4d27-b2e3-31c0233a3dd5/ HTTP/1.1" 200 26529 INFO 2025-10-04 16:30:19,112 basehttp 82252 13338013696 "GET /en/radiology/files/thumbnail/99435444-9376-442e-8153-ab5a45c2a1f3/ HTTP/1.1" 200 10697 INFO 2025-10-04 16:30:19,113 basehttp 82252 13354840064 "GET /en/radiology/files/thumbnail/4431de4a-7526-4a67-99fa-ead017f90e76/ HTTP/1.1" 200 5579 INFO 2025-10-04 16:30:19,115 basehttp 82252 13304360960 "GET /en/radiology/files/thumbnail/c8395e1d-6dc7-40b2-ba32-dbbe3bf48b7a/ HTTP/1.1" 200 19534 INFO 2025-10-04 16:30:19,127 basehttp 82252 13371666432 "GET /en/radiology/files/thumbnail/886dab53-da21-4335-b5ca-cbdcec5b29de/ HTTP/1.1" 200 6926 INFO 2025-10-04 16:30:19,135 basehttp 82252 13321187328 "GET /en/radiology/files/thumbnail/ad6f50e0-e707-40db-9007-e7a7140e4d7c/ HTTP/1.1" 200 26000 INFO 2025-10-04 16:30:19,139 basehttp 82252 6169620480 "GET /en/radiology/files/thumbnail/e00b8af4-f74b-46cd-a9fc-bba7080978e0/ HTTP/1.1" 200 7170 INFO 2025-10-04 16:30:19,139 basehttp 82252 13338013696 "GET /en/radiology/files/thumbnail/8345bb4b-b4a7-45ba-a7ab-bb8e72d17c6f/ HTTP/1.1" 200 19585 INFO 2025-10-04 16:30:24,582 basehttp 82252 13338013696 "GET /en/radiology/viewer/image/147167/ HTTP/1.1" 200 33535 INFO 2025-10-04 16:30:24,601 basehttp 82252 13338013696 "GET /en/radiology/files/preview/f141737c-8781-4934-8e17-006ca6df471a/ HTTP/1.1" 200 118612 INFO 2025-10-04 16:30:24,616 basehttp 82252 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:30:32,516 basehttp 82252 13338013696 "GET /en/radiology/viewer/image/147168/ HTTP/1.1" 200 33765 INFO 2025-10-04 16:30:32,552 basehttp 82252 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:30:34,125 basehttp 82252 13338013696 "GET /en/radiology/viewer/image/147169/ HTTP/1.1" 200 33764 INFO 2025-10-04 16:30:34,161 basehttp 82252 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:30:34,878 basehttp 82252 13338013696 "GET /en/radiology/viewer/image/147170/ HTTP/1.1" 200 33896 INFO 2025-10-04 16:30:34,905 basehttp 82252 13338013696 "GET /en/radiology/files/preview/e21309f2-d308-4cb4-a49b-8a7d47d031cf/ HTTP/1.1" 200 108977 INFO 2025-10-04 16:30:34,910 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:30:36,018 basehttp 82252 6169620480 "GET /en/radiology/viewer/image/147171/ HTTP/1.1" 200 33897 INFO 2025-10-04 16:30:36,033 basehttp 82252 6169620480 "GET /en/radiology/files/preview/134da9f8-80a6-4729-a675-60642914809a/ HTTP/1.1" 200 48816 INFO 2025-10-04 16:30:36,039 basehttp 82252 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:30:37,539 basehttp 82252 13338013696 "GET /en/radiology/viewer/image/147172/ HTTP/1.1" 200 33896 INFO 2025-10-04 16:30:37,563 basehttp 82252 13338013696 "GET /en/radiology/files/preview/ccdc56e7-12e9-4de2-9457-b1b9ba832d72/ HTTP/1.1" 200 118357 INFO 2025-10-04 16:30:37,571 basehttp 82252 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:30:54,519 basehttp 82252 13338013696 "GET /en/radiology/viewer/series/3223/ HTTP/1.1" 200 35007 INFO 2025-10-04 16:30:54,555 basehttp 82252 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:30:54,560 basehttp 82252 6169620480 "GET /en/radiology/series/fe5eadc7-45a9-4323-bce8-2aa7de60f74c/images/ HTTP/1.1" 200 19262 INFO 2025-10-04 16:30:54,619 basehttp 82252 13371666432 "GET /en/radiology/files/thumbnail/134da9f8-80a6-4729-a675-60642914809a/ HTTP/1.1" 200 14502 WARNING 2025-10-04 16:30:54,625 log 82252 6169620480 Not Found: /en/radiology/files/thumbnail/7cecb4e6-9474-48a9-8132-4c3e5e36f4da/ WARNING 2025-10-04 16:30:54,626 basehttp 82252 6169620480 "GET /en/radiology/files/thumbnail/7cecb4e6-9474-48a9-8132-4c3e5e36f4da/ HTTP/1.1" 404 31273 WARNING 2025-10-04 16:30:54,630 log 82252 13338013696 Not Found: /en/radiology/files/thumbnail/96b12889-9ab8-405d-bacc-01d1a469402d/ WARNING 2025-10-04 16:30:54,631 basehttp 82252 13338013696 "GET /en/radiology/files/thumbnail/96b12889-9ab8-405d-bacc-01d1a469402d/ HTTP/1.1" 404 31273 INFO 2025-10-04 16:30:54,631 basehttp 82252 13354840064 "GET /en/radiology/files/thumbnail/f426c164-03e4-4627-a868-a11bfd4d8a76/ HTTP/1.1" 200 12432 INFO 2025-10-04 16:30:54,633 basehttp 82252 13321187328 "GET /en/radiology/files/thumbnail/e21309f2-d308-4cb4-a49b-8a7d47d031cf/ HTTP/1.1" 200 6152 INFO 2025-10-04 16:30:54,633 basehttp 82252 13304360960 "GET /en/radiology/files/thumbnail/ccdc56e7-12e9-4de2-9457-b1b9ba832d72/ HTTP/1.1" 200 5415 INFO 2025-10-04 16:30:54,636 basehttp 82252 13371666432 "GET /en/radiology/files/thumbnail/9fa370d9-6901-4127-a2c2-dc78e522088e/ HTTP/1.1" 200 15417 WARNING 2025-10-04 16:30:54,683 log 82252 6169620480 Not Found: /en/radiology/files/thumbnail/b2bcd5b5-ee22-40fc-9fac-9e8a8f6060a2/ WARNING 2025-10-04 16:30:54,683 basehttp 82252 6169620480 "GET /en/radiology/files/thumbnail/b2bcd5b5-ee22-40fc-9fac-9e8a8f6060a2/ HTTP/1.1" 404 31273 WARNING 2025-10-04 16:30:54,697 log 82252 13304360960 Not Found: /en/radiology/files/thumbnail/6a67f3d8-60b4-4ddd-8fcc-387c51d09b81/ INFO 2025-10-04 16:30:54,697 basehttp 82252 13338013696 "GET /en/radiology/files/thumbnail/97483341-463d-40e8-9b70-fb14bac9f21c/ HTTP/1.1" 200 6929 WARNING 2025-10-04 16:30:54,698 basehttp 82252 13304360960 "GET /en/radiology/files/thumbnail/6a67f3d8-60b4-4ddd-8fcc-387c51d09b81/ HTTP/1.1" 404 31273 INFO 2025-10-04 16:30:54,698 basehttp 82252 13354840064 "GET /en/radiology/files/thumbnail/e36194af-9904-4c48-92d9-6258d1bf3c30/ HTTP/1.1" 200 11413 INFO 2025-10-04 16:30:54,701 basehttp 82252 13321187328 "GET /en/radiology/files/thumbnail/9a80d573-ebb1-4ac0-9e56-7cbf5e081817/ HTTP/1.1" 200 10783 INFO 2025-10-04 16:30:54,702 basehttp 82252 13371666432 "GET /en/radiology/files/thumbnail/9a35016f-b58a-47d0-b482-df2c96d623e4/ HTTP/1.1" 200 6772 INFO 2025-10-04 16:30:54,705 basehttp 82252 6169620480 "GET /en/radiology/files/thumbnail/0c2121cc-2345-4567-902e-417cc4a42973/ HTTP/1.1" 200 19541 INFO 2025-10-04 16:30:54,736 basehttp 82252 13338013696 "GET /en/radiology/files/thumbnail/e3d3dbde-139b-40d2-bb87-f6dd0c65d325/ HTTP/1.1" 200 6599 WARNING 2025-10-04 16:30:54,741 log 82252 13321187328 Not Found: /en/radiology/files/thumbnail/59f6cdfa-a1a5-4395-b522-259ee1998b58/ WARNING 2025-10-04 16:30:54,742 basehttp 82252 13321187328 "GET /en/radiology/files/thumbnail/59f6cdfa-a1a5-4395-b522-259ee1998b58/ HTTP/1.1" 404 31273 WARNING 2025-10-04 16:30:54,744 log 82252 13354840064 Not Found: /en/radiology/files/thumbnail/c145b7b8-b64b-4ca3-bfaa-563c19a798eb/ WARNING 2025-10-04 16:30:54,744 basehttp 82252 13354840064 "GET /en/radiology/files/thumbnail/c145b7b8-b64b-4ca3-bfaa-563c19a798eb/ HTTP/1.1" 404 31273 INFO 2025-10-04 16:30:54,747 basehttp 82252 13304360960 "GET /en/radiology/files/thumbnail/06ea4fd4-742d-4ec9-9a74-8453a0eaeaf5/ HTTP/1.1" 200 5564 INFO 2025-10-04 16:30:54,749 basehttp 82252 13371666432 "GET /en/radiology/files/thumbnail/99574c0c-53d4-4bfd-8a0e-892889cf5262/ HTTP/1.1" 200 22317 WARNING 2025-10-04 16:30:54,797 log 82252 13354840064 Not Found: /en/radiology/files/thumbnail/b0cb9b13-af5c-42c9-b34f-8f61488a989f/ WARNING 2025-10-04 16:30:54,798 basehttp 82252 13354840064 "GET /en/radiology/files/thumbnail/b0cb9b13-af5c-42c9-b34f-8f61488a989f/ HTTP/1.1" 404 31273 INFO 2025-10-04 16:30:54,804 basehttp 82252 13321187328 "GET /en/radiology/files/thumbnail/d2168d94-2cd5-4ae1-8967-19d29aed6eb0/ HTTP/1.1" 200 11523 INFO 2025-10-04 16:30:54,805 basehttp 82252 13338013696 "GET /en/radiology/files/thumbnail/aa3104bc-459c-496d-8a53-f450a3562fe6/ HTTP/1.1" 200 947 INFO 2025-10-04 16:30:54,805 basehttp 82252 13304360960 "GET /en/radiology/files/thumbnail/ea90830b-da66-4faa-ac10-3e494be262e9/ HTTP/1.1" 200 394 INFO 2025-10-04 16:30:54,806 basehttp 82252 13371666432 "GET /en/radiology/files/thumbnail/48fa32aa-c491-4b5d-b493-f4b4af353a4f/ HTTP/1.1" 200 12690 INFO 2025-10-04 16:30:54,808 basehttp 82252 6169620480 "GET /en/radiology/files/thumbnail/580afe8b-51bb-4f3b-aea6-a78a2eb1074b/ HTTP/1.1" 200 1197 INFO 2025-10-04 16:30:54,813 basehttp 82252 13354840064 "GET /en/radiology/files/thumbnail/69b9ea05-dd57-404f-8e52-d19d694e3201/ HTTP/1.1" 200 9925 WARNING 2025-10-04 16:30:54,854 log 82252 13321187328 Not Found: /en/radiology/files/thumbnail/33911477-6a74-41c7-a6cc-2cd8f011f0b2/ WARNING 2025-10-04 16:30:54,854 basehttp 82252 13321187328 "GET /en/radiology/files/thumbnail/33911477-6a74-41c7-a6cc-2cd8f011f0b2/ HTTP/1.1" 404 31273 WARNING 2025-10-04 16:30:54,861 log 82252 13371666432 Not Found: /en/radiology/files/thumbnail/0ce786e4-a5ea-4b9f-be50-6da1b6337d20/ WARNING 2025-10-04 16:30:54,862 basehttp 82252 13371666432 "GET /en/radiology/files/thumbnail/0ce786e4-a5ea-4b9f-be50-6da1b6337d20/ HTTP/1.1" 404 31273 WARNING 2025-10-04 16:30:54,868 log 82252 13304360960 Not Found: /en/radiology/files/thumbnail/98b9c645-e6c4-4245-9ac9-dab9432e13cb/ WARNING 2025-10-04 16:30:54,869 basehttp 82252 13304360960 "GET /en/radiology/files/thumbnail/98b9c645-e6c4-4245-9ac9-dab9432e13cb/ HTTP/1.1" 404 31273 INFO 2025-10-04 16:30:54,870 basehttp 82252 13338013696 "GET /en/radiology/files/thumbnail/37805bb8-e4bd-4f56-a2f5-ddca4cddf0bd/ HTTP/1.1" 200 19572 INFO 2025-10-04 16:30:54,871 basehttp 82252 13354840064 "GET /en/radiology/files/thumbnail/ef50eb47-d673-4d80-9290-d150f5e27fdc/ HTTP/1.1" 200 12421 INFO 2025-10-04 16:30:54,871 basehttp 82252 6169620480 "GET /en/radiology/files/thumbnail/1cb58ac2-cd46-43fa-82df-34e88206de7b/ HTTP/1.1" 200 10764 INFO 2025-10-04 16:30:54,883 basehttp 82252 13321187328 "GET /en/radiology/files/thumbnail/8cba9eb5-a120-49cc-9475-f1446a8a5d0a/ HTTP/1.1" 200 475 INFO 2025-10-04 16:30:54,893 basehttp 82252 13371666432 "GET /en/radiology/files/thumbnail/a9f0be8d-a59c-407a-997f-d5b64ae3bd4f/ HTTP/1.1" 200 5565 WARNING 2025-10-04 16:30:54,915 log 82252 13304360960 Not Found: /en/radiology/files/thumbnail/5d3956b1-4134-44aa-96b3-354f55e99533/ WARNING 2025-10-04 16:30:54,915 basehttp 82252 13304360960 "GET /en/radiology/files/thumbnail/5d3956b1-4134-44aa-96b3-354f55e99533/ HTTP/1.1" 404 31273 INFO 2025-10-04 16:30:54,933 basehttp 82252 13354840064 "GET /en/radiology/files/thumbnail/e95ca18f-e703-4266-b105-4d5570cfede8/ HTTP/1.1" 200 25996 INFO 2025-10-04 16:30:54,934 basehttp 82252 13338013696 "GET /en/radiology/files/thumbnail/411fd355-dc7f-4cc6-ac40-b3a2b064db75/ HTTP/1.1" 200 580 INFO 2025-10-04 16:30:54,934 basehttp 82252 6169620480 "GET /en/radiology/files/thumbnail/14050348-8445-48c7-a6f4-1de2857d7c31/ HTTP/1.1" 200 7656 INFO 2025-10-04 16:30:54,939 basehttp 82252 13321187328 "GET /en/radiology/files/thumbnail/5ee15f75-0638-4a3b-9567-807a47024a55/ HTTP/1.1" 200 22276 INFO 2025-10-04 16:30:54,950 basehttp 82252 13371666432 "GET /en/radiology/files/thumbnail/3b07f36b-49e1-4cb4-9d2d-f6f501207f45/ HTTP/1.1" 200 5588 INFO 2025-10-04 16:30:54,970 basehttp 82252 13304360960 "GET /en/radiology/files/thumbnail/877d0895-e06b-4219-b50e-abe9e35c688e/ HTTP/1.1" 200 10738 INFO 2025-10-04 16:30:54,992 basehttp 82252 13338013696 "GET /en/radiology/files/thumbnail/539466c8-4824-40f4-97bd-599006e008a3/ HTTP/1.1" 200 29495 INFO 2025-10-04 16:30:54,992 basehttp 82252 13354840064 "GET /en/radiology/files/thumbnail/5039952f-aaaf-4258-8694-1234000390b4/ HTTP/1.1" 200 12475 INFO 2025-10-04 16:30:54,993 basehttp 82252 6169620480 "GET /en/radiology/files/thumbnail/c4e4553d-123e-43ad-89b0-6cb17968a1c6/ HTTP/1.1" 200 12428 INFO 2025-10-04 16:30:54,998 basehttp 82252 13321187328 "GET /en/radiology/files/thumbnail/2d282747-abbd-4812-85af-e2b5769f983b/ HTTP/1.1" 200 24218 INFO 2025-10-04 16:30:55,003 basehttp 82252 13371666432 "GET /en/radiology/files/thumbnail/280bcf78-6ac7-4bb3-b60c-b3c690d00638/ HTTP/1.1" 200 9827 WARNING 2025-10-04 16:30:55,008 log 82252 13304360960 Not Found: /en/radiology/files/thumbnail/4f16a11b-7661-4acb-974a-fa55efeba54b/ WARNING 2025-10-04 16:30:55,008 basehttp 82252 13304360960 "GET /en/radiology/files/thumbnail/4f16a11b-7661-4acb-974a-fa55efeba54b/ HTTP/1.1" 404 31273 INFO 2025-10-04 16:30:55,016 basehttp 82252 13354840064 "GET /en/radiology/files/thumbnail/c4e80d8e-3619-4307-b217-47d61f48fd47/ HTTP/1.1" 200 25078 INFO 2025-10-04 16:30:55,019 basehttp 82252 13338013696 "GET /en/radiology/files/thumbnail/a5e3f52e-b323-40bf-bea8-45e80ddebcc0/ HTTP/1.1" 200 2500 WARNING 2025-10-04 16:30:57,409 log 82252 13338013696 Not Found: /en/radiology/files/preview/7cecb4e6-9474-48a9-8132-4c3e5e36f4da/ WARNING 2025-10-04 16:30:57,412 log 82252 13354840064 Not Found: /en/radiology/files/preview/96b12889-9ab8-405d-bacc-01d1a469402d/ INFO 2025-10-04 16:30:57,414 basehttp 82252 13354840064 - Broken pipe from ('127.0.0.1', 62825) INFO 2025-10-04 16:30:57,414 basehttp 82252 13338013696 - Broken pipe from ('127.0.0.1', 62824) INFO 2025-10-04 16:30:57,424 basehttp 82252 13304360960 - Broken pipe from ('127.0.0.1', 62777) INFO 2025-10-04 16:30:57,432 basehttp 82252 13371666432 "GET /en/radiology/files/preview/06ea4fd4-742d-4ec9-9a74-8453a0eaeaf5/ HTTP/1.1" 200 118631 INFO 2025-10-04 16:30:57,454 basehttp 82252 13371666432 - Broken pipe from ('127.0.0.1', 62826) INFO 2025-10-04 16:30:57,457 basehttp 82252 13321187328 "GET /en/radiology/files/preview/97483341-463d-40e8-9b70-fb14bac9f21c/ HTTP/1.1" 200 96103 INFO 2025-10-04 16:30:57,458 basehttp 82252 13321187328 - Broken pipe from ('127.0.0.1', 62823) INFO 2025-10-04 16:30:57,465 basehttp 82252 6169620480 - Broken pipe from ('127.0.0.1', 62775) WARNING 2025-10-04 16:30:57,477 log 82252 13321187328 Not Found: /en/radiology/files/preview/c145b7b8-b64b-4ca3-bfaa-563c19a798eb/ INFO 2025-10-04 16:30:57,478 basehttp 82252 13321187328 - Broken pipe from ('127.0.0.1', 62837) WARNING 2025-10-04 16:30:57,481 log 82252 6169620480 Not Found: /en/radiology/files/preview/59f6cdfa-a1a5-4395-b522-259ee1998b58/ INFO 2025-10-04 16:30:57,482 basehttp 82252 6169620480 - Broken pipe from ('127.0.0.1', 62840) INFO 2025-10-04 16:30:57,486 basehttp 82252 13304360960 "GET /en/radiology/files/preview/9a35016f-b58a-47d0-b482-df2c96d623e4/ HTTP/1.1" 200 142043 INFO 2025-10-04 16:30:57,486 basehttp 82252 13304360960 - Broken pipe from ('127.0.0.1', 62836) INFO 2025-10-04 16:30:57,494 basehttp 82252 13321187328 "GET /en/radiology/files/preview/9a80d573-ebb1-4ac0-9e56-7cbf5e081817/ HTTP/1.1" 200 225020 INFO 2025-10-04 16:30:57,495 basehttp 82252 13321187328 - Broken pipe from ('127.0.0.1', 62842) INFO 2025-10-04 16:30:57,506 basehttp 82252 6169620480 - Broken pipe from ('127.0.0.1', 62844) INFO 2025-10-04 16:30:57,507 basehttp 82252 13304360960 "GET /en/radiology/files/preview/99574c0c-53d4-4bfd-8a0e-892889cf5262/ HTTP/1.1" 200 178937 INFO 2025-10-04 16:30:57,507 basehttp 82252 13304360960 - Broken pipe from ('127.0.0.1', 62846) INFO 2025-10-04 16:30:57,516 basehttp 82252 13321187328 "GET /en/radiology/files/preview/e3d3dbde-139b-40d2-bb87-f6dd0c65d325/ HTTP/1.1" 200 84358 INFO 2025-10-04 16:30:57,517 basehttp 82252 13321187328 - Broken pipe from ('127.0.0.1', 62848) WARNING 2025-10-04 16:30:57,521 log 82252 6169620480 Not Found: /en/radiology/files/preview/b2bcd5b5-ee22-40fc-9fac-9e8a8f6060a2/ WARNING 2025-10-04 16:30:57,522 basehttp 82252 6169620480 "GET /en/radiology/files/preview/b2bcd5b5-ee22-40fc-9fac-9e8a8f6060a2/ HTTP/1.1" 404 31665 WARNING 2025-10-04 16:30:57,529 log 82252 13304360960 Not Found: /en/radiology/files/preview/6a67f3d8-60b4-4ddd-8fcc-387c51d09b81/ WARNING 2025-10-04 16:30:57,529 basehttp 82252 13304360960 "GET /en/radiology/files/preview/6a67f3d8-60b4-4ddd-8fcc-387c51d09b81/ HTTP/1.1" 404 31665 WARNING 2025-10-04 16:30:57,536 log 82252 6169620480 Not Found: /en/radiology/files/preview/b0cb9b13-af5c-42c9-b34f-8f61488a989f/ WARNING 2025-10-04 16:30:57,536 basehttp 82252 6169620480 "GET /en/radiology/files/preview/b0cb9b13-af5c-42c9-b34f-8f61488a989f/ HTTP/1.1" 404 31665 INFO 2025-10-04 16:31:29,677 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:32:10,815 basehttp 82252 6169620480 "GET /en/radiology/orders/ HTTP/1.1" 200 87898 INFO 2025-10-04 16:32:10,854 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:32:16,840 basehttp 82252 6169620480 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-10-04 16:32:16,897 basehttp 82252 13304360960 "GET /en/hr/ HTTP/1.1" 200 237050 INFO 2025-10-04 16:32:16,941 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:32:30,899 basehttp 82252 13304360960 "GET /en/hr/employees/create/ HTTP/1.1" 200 55820 INFO 2025-10-04 16:32:30,940 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:32:38,957 basehttp 82252 13304360960 "GET /en/hr/employees/ HTTP/1.1" 200 127309 INFO 2025-10-04 16:32:38,999 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:33:09,570 basehttp 82252 13304360960 "GET /en/hr/departments/ HTTP/1.1" 200 133637 INFO 2025-10-04 16:33:09,590 basehttp 82252 13304360960 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-10-04 16:33:09,591 basehttp 82252 13321187328 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-10-04 16:33:09,591 basehttp 82252 13354840064 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-10-04 16:33:09,592 basehttp 82252 13338013696 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-10-04 16:33:09,592 basehttp 82252 6169620480 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 INFO 2025-10-04 16:33:09,594 basehttp 82252 13371666432 "GET /static/plugins/jszip/dist/jszip.min.js HTTP/1.1" 200 97630 INFO 2025-10-04 16:33:09,602 basehttp 82252 13321187328 "GET /static/plugins/pdfmake/build/vfs_fonts.js HTTP/1.1" 200 828866 INFO 2025-10-04 16:33:09,603 basehttp 82252 13304360960 "GET /static/plugins/pdfmake/build/pdfmake.min.js HTTP/1.1" 200 1400771 INFO 2025-10-04 16:33:09,633 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:33:13,535 basehttp 82252 13304360960 "GET /en/hr/departments/30/ HTTP/1.1" 200 41339 INFO 2025-10-04 16:33:13,546 basehttp 82252 13304360960 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 INFO 2025-10-04 16:33:13,564 basehttp 82252 13304360960 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-10-04 16:33:13,575 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:33:20,879 basehttp 82252 13304360960 "GET /en/hr/departments/30/update/ HTTP/1.1" 200 44216 INFO 2025-10-04 16:33:20,915 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:33:29,845 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:33:31,995 basehttp 82252 13304360960 "GET /en/hr/training-management/ HTTP/1.1" 200 84063 INFO 2025-10-04 16:33:32,046 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:33:57,541 basehttp 82252 13304360960 "GET /en/hr/training/records/157/ HTTP/1.1" 200 39784 INFO 2025-10-04 16:33:57,561 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-04 16:34:34,472 log 82252 13304360960 Not Found: /en/hr/training/sessions/72/ WARNING 2025-10-04 16:34:34,472 basehttp 82252 13304360960 "GET /en/hr/training/sessions/72/ HTTP/1.1" 404 42060 INFO 2025-10-04 16:34:40,665 basehttp 82252 13304360960 "GET /en/hr/training/sessions/ HTTP/1.1" 200 96196 INFO 2025-10-04 16:34:40,710 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:34:46,751 basehttp 82252 13304360960 "GET /en/hr/training/sessions/3/ HTTP/1.1" 200 223786 INFO 2025-10-04 16:34:46,785 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:34:59,184 basehttp 82252 13304360960 "GET /en/hr/training/records/43/ HTTP/1.1" 200 37873 INFO 2025-10-04 16:34:59,222 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:35:09,568 basehttp 82252 13304360960 "GET /en/hr/training/certificates HTTP/1.1" 301 0 INFO 2025-10-04 16:35:09,592 basehttp 82252 13321187328 "GET /en/hr/training/certificates/ HTTP/1.1" 200 73167 INFO 2025-10-04 16:35:09,633 basehttp 82252 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:35:17,188 basehttp 82252 13321187328 "GET /en/hr/training/certificates/1/ HTTP/1.1" 200 28147 INFO 2025-10-04 16:35:17,209 basehttp 82252 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:35:38,349 basehttp 82252 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:35:41,770 basehttp 82252 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:35:45,567 basehttp 82252 13321187328 "GET /en/hr/employees/ HTTP/1.1" 200 127309 INFO 2025-10-04 16:35:45,607 basehttp 82252 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:35:48,550 basehttp 82252 13321187328 "GET /en/hr/employees/50/ HTTP/1.1" 200 35968 INFO 2025-10-04 16:35:48,596 basehttp 82252 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:35:48,598 basehttp 82252 13371666432 "GET /en/hr/employees/50/clock-controls/ HTTP/1.1" 200 503 INFO 2025-10-04 16:36:30,691 basehttp 82252 13371666432 "GET /en/hr/reviews HTTP/1.1" 301 0 INFO 2025-10-04 16:36:30,715 basehttp 82252 13321187328 "GET /en/hr/reviews/ HTTP/1.1" 200 147983 INFO 2025-10-04 16:36:30,728 basehttp 82252 13321187328 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.css HTTP/1.1" 200 8069 INFO 2025-10-04 16:36:30,728 basehttp 82252 13338013696 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.js HTTP/1.1" 200 67842 INFO 2025-10-04 16:36:30,728 basehttp 82252 6169620480 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-10-04 16:36:30,764 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:36:34,196 basehttp 82252 6169620480 "GET /en/hr/reviews/145/ HTTP/1.1" 200 52935 INFO 2025-10-04 16:36:34,227 basehttp 82252 6169620480 "GET /static/webfonts/fa-regular-400.woff2 HTTP/1.1" 200 25472 INFO 2025-10-04 16:36:34,252 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:37:34,268 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:38:34,273 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:41:31,292 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 16:41:35,538 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 16:41:40,138 basehttp 82252 6169620480 "GET /en/hr/reviews/ HTTP/1.1" 200 147983 INFO 2025-10-04 16:41:40,189 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 16:41:46,389 basehttp 82252 6169620480 "GET /en/hr/time-entries HTTP/1.1" 301 0 INFO 2025-10-04 16:41:46,422 basehttp 82252 13304360960 "GET /en/hr/time-entries/ HTTP/1.1" 200 139631 INFO 2025-10-04 16:41:46,452 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 16:41:53,240 basehttp 82252 13304360960 "GET /en/hr/time-entries/510/ HTTP/1.1" 200 31346 INFO 2025-10-04 16:41:53,277 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 16:42:14,867 basehttp 82252 13304360960 "GET /en/hr/reviews/ HTTP/1.1" 200 147983 INFO 2025-10-04 16:42:14,918 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 16:42:16,123 basehttp 82252 13304360960 "GET /en/hr/ HTTP/1.1" 200 237050 INFO 2025-10-04 16:42:16,166 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 16:42:18,328 basehttp 82252 13304360960 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-10-04 16:42:18,351 basehttp 82252 6169620480 "GET /en/emr/ HTTP/1.1" 200 64475 INFO 2025-10-04 16:42:18,402 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 16:42:18,432 basehttp 82252 13304360960 "GET /en/emr/stats/ HTTP/1.1" 200 7160 ERROR 2025-10-04 16:42:22,012 log 82252 13304360960 Internal Server Error: /en/inpatients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgery_schedule' not found. 'surgery_schedule' is not a valid view function or pattern name. ERROR 2025-10-04 16:42:22,013 basehttp 82252 13304360960 "GET /en/inpatients/ HTTP/1.1" 500 193502 ERROR 2025-10-04 16:43:17,796 log 82252 13304360960 Internal Server Error: /en/inpatients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgery_schedule' not found. 'surgery_schedule' is not a valid view function or pattern name. ERROR 2025-10-04 16:43:17,797 basehttp 82252 13304360960 "GET /en/inpatients/ HTTP/1.1" 500 193502 INFO 2025-10-04 16:43:51,799 basehttp 82252 13304360960 "GET /en/inpatients/ HTTP/1.1" 200 78893 INFO 2025-10-04 16:43:51,837 basehttp 82252 6169620480 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-10-04 16:43:51,838 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 16:44:19,984 basehttp 82252 13304360960 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 156573 INFO 2025-10-04 16:44:20,019 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 16:44:44,051 basehttp 82252 13304360960 "GET /en/inpatients/wards/ HTTP/1.1" 200 47496 INFO 2025-10-04 16:44:44,089 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 16:44:46,521 basehttp 82252 6169620480 "GET /en/inpatients/wards/10/ HTTP/1.1" 200 64686 INFO 2025-10-04 16:44:46,563 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 16:45:04,808 basehttp 82252 6169620480 "GET /en/inpatients/wards/9/ HTTP/1.1" 200 72603 INFO 2025-10-04 16:45:04,847 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 16:45:12,957 basehttp 82252 6169620480 "GET /en/inpatients/admissions/44/ HTTP/1.1" 200 29757 INFO 2025-10-04 16:45:12,994 basehttp 82252 6169620480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 16:45:29,043 basehttp 82252 6169620480 "GET /en/inpatients/beds/346/details/ HTTP/1.1" 200 3275 INFO 2025-10-04 16:45:41,688 basehttp 82252 6169620480 "GET /en/inpatients/transfer/44/ HTTP/1.1" 200 10741 INFO 2025-10-04 16:45:49,411 basehttp 82252 6169620480 "GET /en/inpatients/discharge/44/ HTTP/1.1" 200 47719 INFO 2025-10-04 16:45:49,423 basehttp 82252 6169620480 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-10-04 16:45:49,426 basehttp 82252 13304360960 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-10-04 16:45:49,426 basehttp 82252 6169620480 "GET /static/img/user/user-3.jpg HTTP/1.1" 200 4820 INFO 2025-10-04 16:45:49,426 basehttp 82252 13321187328 "GET /static/img/user/user-5.jpg HTTP/1.1" 200 2724 INFO 2025-10-04 16:45:49,451 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 16:46:49,456 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 16:47:34,018 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 16:47:40,471 basehttp 82252 13304360960 "GET /en/inpatients/transfers/ HTTP/1.1" 200 107119 INFO 2025-10-04 16:47:40,516 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 16:48:13,395 basehttp 82252 13304360960 "GET /en/inpatients/transfers/ HTTP/1.1" 200 107119 INFO 2025-10-04 16:48:13,437 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-04 16:48:19,722 log 82252 13304360960 Not Found: /en/inpatients/transfers/create WARNING 2025-10-04 16:48:19,723 basehttp 82252 13304360960 "GET /en/inpatients/transfers/create HTTP/1.1" 404 42946 INFO 2025-10-04 16:48:24,589 basehttp 82252 13304360960 "GET /en/inpatients/transfer/44/ HTTP/1.1" 200 10741 INFO 2025-10-04 16:48:34,020 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 16:48:58,624 basehttp 82252 13304360960 "GET /en/inpatients/beds/?ward=9 HTTP/1.1" 200 524162 INFO 2025-10-04 16:48:58,710 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 16:48:58,712 basehttp 82252 13321187328 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-10-04 16:48:58,828 basehttp 82252 13321187328 "GET /en/inpatients/beds/?ward=9&action=update_status HTTP/1.1" 200 524162 INFO 2025-10-04 16:49:26,100 basehttp 82252 13321187328 "GET /en/inpatients/beds/?ward=9 HTTP/1.1" 200 524162 INFO 2025-10-04 16:49:26,191 basehttp 82252 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-04 16:49:26,192 basehttp 82252 13304360960 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-10-04 16:49:26,306 basehttp 82252 13321187328 "GET /en/inpatients/beds/?ward=9&action=update_status HTTP/1.1" 200 524162 INFO 2025-10-04 16:49:56,201 basehttp 82252 13321187328 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-10-04 16:49:56,315 basehttp 82252 13321187328 "GET /en/inpatients/beds/?ward=9&action=update_status HTTP/1.1" 200 524162 INFO 2025-10-04 16:50:04,558 basehttp 82252 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:50:04,868 basehttp 82252 13321187328 "GET /en/inpatients/wards/9/ HTTP/1.1" 200 72603 INFO 2025-10-04 16:50:04,915 basehttp 82252 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:50:09,954 basehttp 82252 13321187328 "GET /en/inpatients/beds/?ward=9 HTTP/1.1" 200 524162 INFO 2025-10-04 16:50:10,033 basehttp 82252 13304360960 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-10-04 16:50:10,033 basehttp 82252 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:50:10,148 basehttp 82252 13321187328 "GET /en/inpatients/beds/?ward=9&action=update_status HTTP/1.1" 200 524162 INFO 2025-10-04 16:50:28,977 basehttp 82252 13321187328 "GET /en/inpatients/discharge/76/ HTTP/1.1" 200 47682 INFO 2025-10-04 16:50:29,017 basehttp 82252 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:50:39,413 basehttp 82252 13321187328 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 48670 INFO 2025-10-04 16:50:39,451 basehttp 82252 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:50:52,092 basehttp 82252 13321187328 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-10-04 16:50:52,165 basehttp 82252 13304360960 "GET /en/inpatients/beds/?ward=9&action=update_status HTTP/1.1" 200 524162 INFO 2025-10-04 16:51:10,042 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:51:10,158 basehttp 82252 13304360960 "GET /en/inpatients/beds/?ward=9&action=update_status HTTP/1.1" 200 524163 INFO 2025-10-04 16:51:10,607 basehttp 82252 13304360960 "GET /en/inpatients/beds/ HTTP/1.1" 200 524163 INFO 2025-10-04 16:51:10,680 basehttp 82252 13321187328 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-10-04 16:51:10,681 basehttp 82252 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 16:51:10,773 basehttp 82252 13304360960 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 524163 WARNING 2025-10-04 16:51:20,505 log 82252 13304360960 Not Found: /en/insurance WARNING 2025-10-04 16:51:20,505 basehttp 82252 13304360960 "GET /en/insurance HTTP/1.1" 404 24630 INFO 2025-10-04 16:53:33,362 autoreload 82252 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/urls.py changed, reloading. INFO 2025-10-04 16:53:33,833 autoreload 95728 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 16:54:24,102 autoreload 95728 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/urls.py changed, reloading. INFO 2025-10-04 16:54:24,474 autoreload 96148 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 16:55:44,706 autoreload 96148 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/views.py changed, reloading. INFO 2025-10-04 16:55:45,066 autoreload 96860 8313250112 Watching for file changes with StatReloader ERROR 2025-10-04 16:55:47,395 log 96860 6197719040 Internal Server Error: /en/approvals/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/guardian/mixins.py", line 68, in dispatch return login_required(redirect_field_name=self.redirect_field_name, login_url=self.login_url)(super().dispatch)( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/views.py", line 47, in get_queryset tenant=self.request.tenant ^^^^^^^^^^^^^^^^^^^ AttributeError: 'WSGIRequest' object has no attribute 'tenant' ERROR 2025-10-04 16:55:47,397 basehttp 96860 6197719040 "GET /en/approvals/ HTTP/1.1" 500 91552 INFO 2025-10-04 17:00:21,009 autoreload 96860 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/views.py changed, reloading. INFO 2025-10-04 17:00:21,452 autoreload 99039 8313250112 Watching for file changes with StatReloader ERROR 2025-10-04 17:00:25,027 log 99039 6158135296 Internal Server Error: /en/approvals/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'replace' ERROR 2025-10-04 17:00:25,034 basehttp 99039 6158135296 "GET /en/approvals/ HTTP/1.1" 500 294482 INFO 2025-10-04 17:01:02,794 basehttp 99039 6158135296 "GET /en/approvals/ HTTP/1.1" 200 26206 INFO 2025-10-04 17:01:02,859 basehttp 99039 6158135296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-10-04 17:01:02,862 log 99039 6174961664 Internal Server Error: /en/approvals/htmx/dashboard-stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/views.py", line 425, in htmx_dashboard_stats tenant = request.tenant ^^^^^^^^^^^^^^ AttributeError: 'WSGIRequest' object has no attribute 'tenant' ERROR 2025-10-04 17:01:02,863 basehttp 99039 6174961664 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 500 73360 ERROR 2025-10-04 17:01:10,670 log 99039 6174961664 Internal Server Error: /en/approvals/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/guardian/mixins.py", line 68, in dispatch return login_required(redirect_field_name=self.redirect_field_name, login_url=self.login_url)(super().dispatch)( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/views.py", line 248, in get_form_kwargs kwargs['tenant'] = self.request.tenant ^^^^^^^^^^^^^^^^^^^ AttributeError: 'WSGIRequest' object has no attribute 'tenant' ERROR 2025-10-04 17:01:10,672 basehttp 99039 6174961664 "GET /en/approvals/create/ HTTP/1.1" 500 105105 INFO 2025-10-04 17:01:58,516 autoreload 99039 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/views.py changed, reloading. INFO 2025-10-04 17:01:58,919 autoreload 99808 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 17:02:00,785 basehttp 99808 6125367296 "GET /en/approvals/create/ HTTP/1.1" 200 50247 INFO 2025-10-04 17:02:00,801 basehttp 99808 6142193664 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-10-04 17:02:00,802 basehttp 99808 6125367296 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-10-04 17:02:00,832 basehttp 99808 6125367296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 17:03:00,843 basehttp 99808 6125367296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-10-04 17:03:10,484 log 99808 6125367296 Internal Server Error: /en/approvals/htmx/dashboard-stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/views.py", line 426, in htmx_dashboard_stats tenant = request.tenant ^^^^^^^^^^^^^^ AttributeError: 'WSGIRequest' object has no attribute 'tenant' INFO 2025-10-04 17:03:10,485 basehttp 99808 6142193664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-10-04 17:03:10,486 basehttp 99808 6125367296 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 500 73360 ERROR 2025-10-04 17:03:12,898 log 99808 6125367296 Internal Server Error: /en/approvals/list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/guardian/mixins.py", line 68, in dispatch return login_required(redirect_field_name=self.redirect_field_name, login_url=self.login_url)(super().dispatch)( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/views.py", line 109, in get_queryset tenant=self.request.tenant ^^^^^^^^^^^^^^^^^^^ AttributeError: 'WSGIRequest' object has no attribute 'tenant' ERROR 2025-10-04 17:03:12,900 basehttp 99808 6125367296 "GET /en/approvals/list/ HTTP/1.1" 500 91644 INFO 2025-10-04 17:03:58,536 autoreload 99808 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/views.py changed, reloading. INFO 2025-10-04 17:03:58,925 autoreload 1095 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 17:04:03,457 basehttp 1095 6191034368 "GET /en/approvals/list/ HTTP/1.1" 200 27962 WARNING 2025-10-04 17:04:03,470 basehttp 1095 6191034368 "GET /static/plugins/datatables.net-responsive-bs5/js/dataTables.responsive.min.js HTTP/1.1" 404 2134 INFO 2025-10-04 17:04:03,513 basehttp 1095 6207860736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 18:23:27,507 basehttp 1095 6191034368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-04 20:55:38,076 basehttp 1095 6191034368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-04 22:08:58,160 basehttp 1095 6191034368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-10-04 22:09:59,167 basehttp 1095 6191034368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-10-04 22:11:00,168 basehttp 1095 6191034368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-10-04 22:12:00,172 basehttp 1095 6191034368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-10-04 22:13:00,176 basehttp 1095 6191034368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-10-04 22:13:07,254 basehttp 1095 6207860736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-10-04 22:13:07,261 log 1095 6191034368 Internal Server Error: /en/approvals/htmx/dashboard-stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/views.py", line 426, in htmx_dashboard_stats tenant = request.tenant ^^^^^^^^^^^^^^ AttributeError: 'WSGIRequest' object has no attribute 'tenant' ERROR 2025-10-04 22:13:07,262 basehttp 1095 6191034368 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 500 73360 INFO 2025-10-04 22:13:13,992 basehttp 1095 6191034368 "GET /en/approvals/list/ HTTP/1.1" 200 27962 WARNING 2025-10-04 22:13:14,002 basehttp 1095 6191034368 "GET /static/plugins/datatables.net-responsive-bs5/js/dataTables.responsive.min.js HTTP/1.1" 404 2134 INFO 2025-10-04 22:13:14,044 basehttp 1095 6207860736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-10-04 22:13:37,244 log 1095 6207860736 Internal Server Error: /en/approvals/htmx/dashboard-stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/views.py", line 426, in htmx_dashboard_stats tenant = request.tenant ^^^^^^^^^^^^^^ AttributeError: 'WSGIRequest' object has no attribute 'tenant' ERROR 2025-10-04 22:13:37,245 basehttp 1095 6207860736 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 500 73360 INFO 2025-10-04 22:14:07,257 basehttp 1095 6207860736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-10-04 22:14:07,266 log 1095 6191034368 Internal Server Error: /en/approvals/htmx/dashboard-stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/views.py", line 426, in htmx_dashboard_stats tenant = request.tenant ^^^^^^^^^^^^^^ AttributeError: 'WSGIRequest' object has no attribute 'tenant' ERROR 2025-10-04 22:14:07,267 basehttp 1095 6191034368 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 500 73360 ERROR 2025-10-04 22:14:37,256 log 1095 6191034368 Internal Server Error: /en/approvals/htmx/dashboard-stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/views.py", line 426, in htmx_dashboard_stats tenant = request.tenant ^^^^^^^^^^^^^^ AttributeError: 'WSGIRequest' object has no attribute 'tenant' ERROR 2025-10-04 22:14:37,257 basehttp 1095 6191034368 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 500 73360 ERROR 2025-10-04 22:15:07,270 log 1095 6207860736 Internal Server Error: /en/approvals/htmx/dashboard-stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/views.py", line 426, in htmx_dashboard_stats tenant = request.tenant ^^^^^^^^^^^^^^ AttributeError: 'WSGIRequest' object has no attribute 'tenant' INFO 2025-10-04 22:15:07,271 basehttp 1095 6191034368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-10-04 22:15:07,271 basehttp 1095 6207860736 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 500 73360 ERROR 2025-10-04 22:15:37,262 log 1095 6207860736 Internal Server Error: /en/approvals/htmx/dashboard-stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/views.py", line 426, in htmx_dashboard_stats tenant = request.tenant ^^^^^^^^^^^^^^ AttributeError: 'WSGIRequest' object has no attribute 'tenant' ERROR 2025-10-04 22:15:37,263 basehttp 1095 6207860736 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 500 73360 INFO 2025-10-04 22:15:50,681 autoreload 1095 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/views.py changed, reloading. INFO 2025-10-04 22:15:51,133 autoreload 6249 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 22:16:08,322 basehttp 6249 6170177536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-10-04 22:16:08,323 basehttp 6249 6187003904 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1790 INFO 2025-10-04 22:16:39,227 basehttp 6249 6170177536 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1790 INFO 2025-10-04 22:17:09,214 basehttp 6249 6170177536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-10-04 22:17:29,220 basehttp 6249 6170177536 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1790 INFO 2025-10-04 22:50:34,941 basehttp 6249 6187003904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-04 22:50:34,942 basehttp 6249 6170177536 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1790 INFO 2025-10-04 22:51:34,994 basehttp 6249 6187003904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-04 22:51:34,994 basehttp 6249 6170177536 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1790 INFO 2025-10-04 22:57:29,792 basehttp 6249 6187003904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-04 22:57:29,792 basehttp 6249 6170177536 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1790 INFO 2025-10-04 22:58:29,779 basehttp 6249 6187003904 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1790 INFO 2025-10-04 22:59:29,792 basehttp 6249 6187003904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-04 22:59:29,792 basehttp 6249 6170177536 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1790 INFO 2025-10-04 23:17:13,218 basehttp 6249 6187003904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-04 23:17:13,219 basehttp 6249 6170177536 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1790 INFO 2025-10-04 23:18:13,218 basehttp 6249 6170177536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-04 23:18:13,219 basehttp 6249 6187003904 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1790 INFO 2025-10-04 23:19:13,203 basehttp 6249 6170177536 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1790 INFO 2025-10-04 23:36:03,727 basehttp 6249 6170177536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-04 23:36:03,729 basehttp 6249 6187003904 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1790 INFO 2025-10-04 23:37:03,721 basehttp 6249 6170177536 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1790 INFO 2025-10-04 23:38:03,733 basehttp 6249 6170177536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-04 23:38:03,734 basehttp 6249 6187003904 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1790 INFO 2025-10-04 23:39:03,741 basehttp 6249 6170177536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-04 23:39:03,743 basehttp 6249 6187003904 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1790 INFO 2025-10-04 23:40:03,744 basehttp 6249 6170177536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-04 23:40:03,745 basehttp 6249 6187003904 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1790 INFO 2025-10-04 23:41:03,748 basehttp 6249 6187003904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-04 23:41:03,749 basehttp 6249 6170177536 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1790 INFO 2025-10-04 23:46:06,864 basehttp 6249 6170177536 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1790 INFO 2025-10-04 23:47:06,876 basehttp 6249 6170177536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-04 23:47:06,878 basehttp 6249 6187003904 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1790 INFO 2025-10-04 23:47:34,097 basehttp 6249 6187003904 "GET /en/approvals/list/?priority=URGENT,STAT,EMERGENCY HTTP/1.1" 200 27962 WARNING 2025-10-04 23:47:34,112 basehttp 6249 6187003904 "GET /static/plugins/datatables.net-responsive-bs5/js/dataTables.responsive.min.js HTTP/1.1" 404 2134 INFO 2025-10-04 23:47:34,151 basehttp 6249 6170177536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-04 23:48:34,163 basehttp 6249 6170177536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-04 23:49:14,746 basehttp 6249 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-04 23:49:14,746 basehttp 6249 6170177536 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1790 INFO 2025-10-04 23:49:15,321 basehttp 6249 13438578688 "GET /en/approvals/ HTTP/1.1" 200 26206 INFO 2025-10-04 23:49:15,374 basehttp 6249 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-04 23:49:15,375 basehttp 6249 6170177536 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1790 INFO 2025-10-04 23:49:19,075 basehttp 6249 6170177536 "GET /en/approvals/list/?status=UNDER_REVIEW HTTP/1.1" 200 27962 WARNING 2025-10-04 23:49:19,086 basehttp 6249 6170177536 "GET /static/plugins/datatables.net-responsive-bs5/js/dataTables.responsive.min.js HTTP/1.1" 404 2134 INFO 2025-10-04 23:49:19,112 basehttp 6249 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-04 23:49:28,112 basehttp 6249 13438578688 "GET /en/approvals/list/ HTTP/1.1" 200 27962 WARNING 2025-10-04 23:49:28,125 basehttp 6249 13438578688 "GET /static/plugins/datatables.net-responsive-bs5/js/dataTables.responsive.min.js HTTP/1.1" 404 2134 INFO 2025-10-04 23:49:28,150 basehttp 6249 6170177536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-04 23:49:45,380 basehttp 6249 6170177536 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1790 INFO 2025-10-04 23:50:15,391 basehttp 6249 6170177536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-04 23:50:15,393 basehttp 6249 13438578688 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1790 INFO 2025-10-04 23:50:45,385 basehttp 6249 13438578688 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1790 INFO 2025-10-04 23:51:15,387 basehttp 6249 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-04 23:51:15,388 basehttp 6249 6170177536 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1790 INFO 2025-10-04 23:51:45,255 basehttp 6249 6170177536 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1790 INFO 2025-10-04 23:51:52,718 autoreload 6249 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/models.py changed, reloading. INFO 2025-10-04 23:51:53,156 autoreload 17287 8313250112 Watching for file changes with StatReloader INFO 2025-10-04 23:52:15,368 basehttp 17287 13035925504 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1790 INFO 2025-10-04 23:52:15,368 basehttp 17287 6167244800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-04 23:52:19,630 autoreload 17287 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/views.py changed, reloading. INFO 2025-10-04 23:52:20,065 autoreload 17613 8313250112 Watching for file changes with StatReloader INFO 2025-10-05 13:48:29,081 autoreload 93562 8313250112 Watching for file changes with StatReloader INFO 2025-10-05 13:48:36,756 basehttp 93562 6125531136 "GET /en/approvals/ HTTP/1.1" 200 50598 INFO 2025-10-05 13:48:36,761 basehttp 93562 6125531136 "GET /static/css/custom.css HTTP/1.1" 304 0 INFO 2025-10-05 13:48:36,811 basehttp 93562 6125531136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 13:48:36,812 basehttp 93562 6142357504 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1795 INFO 2025-10-05 13:48:51,981 basehttp 93562 6142357504 "GET /en/approvals/217/ HTTP/1.1" 200 50103 INFO 2025-10-05 13:48:52,026 basehttp 93562 6142357504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 13:49:14,173 basehttp 93562 6142357504 "GET /en/approvals/htmx/217/upload-document/ HTTP/1.1" 200 2790 INFO 2025-10-05 13:49:39,790 basehttp 93562 6142357504 "GET /en/approvals/htmx/217/log-communication/ HTTP/1.1" 200 4347 INFO 2025-10-05 13:49:52,042 basehttp 93562 6142357504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 13:50:52,039 basehttp 93562 6142357504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 13:51:52,045 basehttp 93562 6142357504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 13:52:29,904 basehttp 93562 6142357504 "GET /en/approvals/htmx/217/update-status/ HTTP/1.1" 200 4808 INFO 2025-10-05 13:52:37,121 basehttp 93562 6142357504 "GET /en/approvals/217/edit/ HTTP/1.1" 200 51692 INFO 2025-10-05 13:52:37,162 basehttp 93562 6142357504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 13:53:37,163 basehttp 93562 6142357504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 13:54:37,177 basehttp 93562 6142357504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 13:55:37,173 basehttp 93562 6142357504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 13:55:39,967 autoreload 93562 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/forms.py changed, reloading. INFO 2025-10-05 13:55:40,480 autoreload 97026 8313250112 Watching for file changes with StatReloader INFO 2025-10-05 13:55:43,861 basehttp 97026 6128676864 "GET /en/approvals/217/edit/ HTTP/1.1" 200 51704 INFO 2025-10-05 13:55:43,899 basehttp 97026 6128676864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 13:55:53,333 autoreload 97026 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/forms.py changed, reloading. INFO 2025-10-05 13:55:53,770 autoreload 97132 8313250112 Watching for file changes with StatReloader INFO 2025-10-05 13:55:56,641 basehttp 97132 6167179264 "GET /en/approvals/217/edit/ HTTP/1.1" 200 51698 INFO 2025-10-05 13:55:56,688 basehttp 97132 6167179264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 13:56:10,772 autoreload 97132 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/forms.py changed, reloading. INFO 2025-10-05 13:56:11,190 autoreload 97324 8313250112 Watching for file changes with StatReloader INFO 2025-10-05 13:56:12,167 basehttp 97324 6169456640 "GET /en/approvals/217/edit/ HTTP/1.1" 200 51682 INFO 2025-10-05 13:56:12,212 basehttp 97324 6169456640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 13:56:13,251 basehttp 97324 6169456640 "GET /en/approvals/217/edit/ HTTP/1.1" 200 51682 INFO 2025-10-05 13:56:13,284 basehttp 97324 6169456640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 13:56:23,999 autoreload 97324 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/forms.py changed, reloading. INFO 2025-10-05 13:56:24,484 autoreload 97414 8313250112 Watching for file changes with StatReloader INFO 2025-10-05 13:56:24,894 basehttp 97414 6158069760 "GET /en/approvals/217/edit/ HTTP/1.1" 200 51852 INFO 2025-10-05 13:56:24,941 basehttp 97414 6158069760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 13:57:24,944 basehttp 97414 6158069760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 13:57:32,358 autoreload 97414 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/forms.py changed, reloading. INFO 2025-10-05 13:57:32,818 autoreload 97994 8313250112 Watching for file changes with StatReloader INFO 2025-10-05 13:57:33,475 basehttp 97994 6164082688 "GET /en/approvals/217/edit/ HTTP/1.1" 200 51887 INFO 2025-10-05 13:57:33,531 basehttp 97994 6164082688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 13:57:47,644 autoreload 97994 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/forms.py changed, reloading. INFO 2025-10-05 13:57:48,053 autoreload 98091 8313250112 Watching for file changes with StatReloader INFO 2025-10-05 13:58:01,786 autoreload 98091 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/forms.py changed, reloading. INFO 2025-10-05 13:58:02,180 autoreload 98258 8313250112 Watching for file changes with StatReloader INFO 2025-10-05 13:58:12,829 autoreload 98258 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/forms.py changed, reloading. INFO 2025-10-05 13:58:13,245 autoreload 98347 8313250112 Watching for file changes with StatReloader INFO 2025-10-05 13:58:14,154 basehttp 98347 6121992192 "GET /en/approvals/217/edit/ HTTP/1.1" 200 51957 INFO 2025-10-05 13:58:14,194 basehttp 98347 6121992192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 13:58:42,043 basehttp 98347 6121992192 "GET /en/approvals/217/edit/ HTTP/1.1" 200 51957 INFO 2025-10-05 13:58:42,086 basehttp 98347 6121992192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 13:59:42,086 basehttp 98347 6121992192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 13:59:55,457 autoreload 98347 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/forms.py changed, reloading. INFO 2025-10-05 13:59:55,915 autoreload 99109 8313250112 Watching for file changes with StatReloader INFO 2025-10-05 13:59:56,821 basehttp 99109 6130921472 "GET /en/approvals/217/edit/ HTTP/1.1" 200 51994 INFO 2025-10-05 13:59:56,866 basehttp 99109 6130921472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:00:30,288 autoreload 99109 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/forms.py changed, reloading. INFO 2025-10-05 14:00:30,800 autoreload 99451 8313250112 Watching for file changes with StatReloader INFO 2025-10-05 14:00:32,556 basehttp 99451 13321187328 "GET /en/approvals/217/edit/ HTTP/1.1" 200 52031 INFO 2025-10-05 14:00:32,596 basehttp 99451 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:01:32,611 basehttp 99451 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:02:32,614 basehttp 99451 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:03:32,616 basehttp 99451 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:04:32,620 basehttp 99451 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:05:32,614 basehttp 99451 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:06:32,624 basehttp 99451 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:07:32,629 basehttp 99451 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:08:32,629 basehttp 99451 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:09:32,632 basehttp 99451 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:10:32,636 basehttp 99451 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:11:32,635 basehttp 99451 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:12:32,642 basehttp 99451 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:13:32,647 basehttp 99451 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:14:32,650 basehttp 99451 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:15:32,654 basehttp 99451 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:15:59,688 autoreload 99451 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/forms.py changed, reloading. INFO 2025-10-05 14:16:00,134 autoreload 7353 8313250112 Watching for file changes with StatReloader INFO 2025-10-05 14:16:32,744 basehttp 7353 6190952448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:17:32,650 basehttp 7353 6190952448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:18:32,663 basehttp 7353 6190952448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:19:10,849 autoreload 7353 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/forms.py changed, reloading. INFO 2025-10-05 14:19:11,294 autoreload 8968 8313250112 Watching for file changes with StatReloader INFO 2025-10-05 14:19:14,498 basehttp 8968 6127529984 "GET /en/approvals/217/edit/ HTTP/1.1" 200 45375 INFO 2025-10-05 14:19:14,539 basehttp 8968 6127529984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:20:14,541 basehttp 8968 6127529984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:20:42,272 autoreload 8968 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/insurance_approvals/forms.py changed, reloading. INFO 2025-10-05 14:20:42,675 autoreload 9652 8313250112 Watching for file changes with StatReloader INFO 2025-10-05 14:20:46,527 basehttp 9652 6197981184 "GET /en/approvals/217/edit/ HTTP/1.1" 200 52101 INFO 2025-10-05 14:20:46,564 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:21:37,523 basehttp 9652 6197981184 "GET /en/approvals/217/edit/ HTTP/1.1" 200 52101 INFO 2025-10-05 14:21:37,531 basehttp 9652 6197981184 "GET /static/js/custom.js HTTP/1.1" 304 0 INFO 2025-10-05 14:21:37,562 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:22:37,575 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:22:42,208 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:23:13,012 basehttp 9652 6197981184 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1795 INFO 2025-10-05 14:23:43,004 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:23:43,006 basehttp 9652 6214807552 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1795 INFO 2025-10-05 14:24:13,009 basehttp 9652 6214807552 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1795 INFO 2025-10-05 14:24:43,017 basehttp 9652 6214807552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:24:43,018 basehttp 9652 6197981184 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1795 INFO 2025-10-05 14:25:13,005 basehttp 9652 6214807552 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1795 INFO 2025-10-05 14:25:42,996 basehttp 9652 6214807552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:25:43,002 basehttp 9652 6197981184 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1795 INFO 2025-10-05 14:25:57,849 basehttp 9652 6197981184 "GET /en/approvals/ HTTP/1.1" 200 51609 INFO 2025-10-05 14:25:57,889 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:25:57,890 basehttp 9652 6214807552 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1795 INFO 2025-10-05 14:26:27,890 basehttp 9652 6214807552 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1795 INFO 2025-10-05 14:26:51,543 basehttp 9652 6214807552 "GET /en/approvals/list/ HTTP/1.1" 200 108754 WARNING 2025-10-05 14:26:51,558 basehttp 9652 6214807552 "GET /static/plugins/datatables.net-responsive-bs5/js/dataTables.responsive.min.js HTTP/1.1" 404 2134 INFO 2025-10-05 14:26:51,590 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:26:56,388 basehttp 9652 6197981184 "GET /en/approvals/193/ HTTP/1.1" 200 61867 INFO 2025-10-05 14:26:56,427 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:27:12,453 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:27:12,455 basehttp 9652 6214807552 "GET /en/approvals/htmx/dashboard-stats/ HTTP/1.1" 200 1795 INFO 2025-10-05 14:27:19,864 basehttp 9652 6214807552 "GET /en/inpatients/beds/?ward=9&action=update_status HTTP/1.1" 200 524107 INFO 2025-10-05 14:27:28,164 basehttp 9652 6214807552 "GET /en/inpatients/beds/?ward=9 HTTP/1.1" 200 524107 INFO 2025-10-05 14:27:28,244 basehttp 9652 6214807552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:27:28,246 basehttp 9652 6197981184 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-10-05 14:27:28,345 basehttp 9652 6197981184 "GET /en/inpatients/beds/?ward=9&action=update_status HTTP/1.1" 200 524107 INFO 2025-10-05 14:27:58,254 basehttp 9652 6197981184 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-10-05 14:27:58,359 basehttp 9652 6197981184 "GET /en/inpatients/beds/?ward=9&action=update_status HTTP/1.1" 200 524107 INFO 2025-10-05 14:28:59,857 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:29:59,862 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:30:17,596 basehttp 9652 6197981184 "GET /en/inpatients/admissions/44/ HTTP/1.1" 200 29757 INFO 2025-10-05 14:30:17,633 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:30:53,374 basehttp 9652 6197981184 "GET /en/inpatients/transfer/44/ HTTP/1.1" 200 10741 INFO 2025-10-05 14:30:59,864 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:32:06,717 basehttp 9652 6197981184 "GET /en/inpatients/transfer/24/ HTTP/1.1" 200 10742 INFO 2025-10-05 14:32:11,177 basehttp 9652 6197981184 "GET /en/inpatients/admissions/48/ HTTP/1.1" 200 26630 INFO 2025-10-05 14:32:11,212 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:32:20,898 basehttp 9652 6197981184 "GET /en/inpatients/admissions/ HTTP/1.1" 200 156311 INFO 2025-10-05 14:32:20,940 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:32:55,785 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:33:55,800 basehttp 9652 6214807552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:33:55,832 basehttp 9652 6197981184 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-05 14:34:55,794 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:35:55,805 basehttp 9652 6197981184 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-05 14:35:55,810 basehttp 9652 6214807552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:36:55,791 basehttp 9652 6214807552 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-10-05 14:36:55,796 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:36:55,802 basehttp 9652 6214807552 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-10-05 14:37:55,827 basehttp 9652 6214807552 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-05 14:37:55,828 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:38:55,798 basehttp 9652 6214807552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:39:55,821 basehttp 9652 6214807552 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-05 14:39:55,827 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:40:55,804 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:41:55,794 basehttp 9652 6197981184 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-10-05 14:41:55,803 basehttp 9652 6197981184 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-10-05 14:41:55,832 basehttp 9652 6214807552 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-05 14:41:55,833 basehttp 9652 6231633920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:42:55,822 basehttp 9652 6231633920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:43:55,831 basehttp 9652 6231633920 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-05 14:43:55,836 basehttp 9652 6214807552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:44:55,819 basehttp 9652 6214807552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:45:55,828 basehttp 9652 6214807552 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-05 14:45:55,834 basehttp 9652 6231633920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:46:55,789 basehttp 9652 6231633920 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-10-05 14:46:55,794 basehttp 9652 6231633920 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-10-05 14:46:55,823 basehttp 9652 6231633920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:47:55,828 basehttp 9652 6231633920 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-05 14:47:55,834 basehttp 9652 6214807552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:48:55,842 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:49:55,830 basehttp 9652 6197981184 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-05 14:49:55,836 basehttp 9652 6214807552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:50:55,846 basehttp 9652 6214807552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:51:55,794 basehttp 9652 6214807552 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-10-05 14:51:55,818 basehttp 9652 6197981184 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-05 14:51:55,821 basehttp 9652 6214807552 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-10-05 14:51:55,835 basehttp 9652 6214807552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:52:56,220 basehttp 9652 6214807552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:53:58,230 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:53:58,259 basehttp 9652 6214807552 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-05 14:55:20,206 basehttp 9652 6214807552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:56:20,232 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:56:20,261 basehttp 9652 6214807552 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-05 14:56:56,267 basehttp 9652 6214807552 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-10-05 14:56:56,276 basehttp 9652 6214807552 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-10-05 14:57:20,277 basehttp 9652 6214807552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 14:58:20,306 basehttp 9652 6214807552 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-05 14:59:20,273 basehttp 9652 6214807552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:00:20,284 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:00:20,314 basehttp 9652 6214807552 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-05 15:01:56,274 basehttp 9652 6214807552 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-10-05 15:01:56,285 basehttp 9652 6214807552 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2096 INFO 2025-10-05 15:02:20,286 basehttp 9652 6214807552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:02:20,345 basehttp 9652 6197981184 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-05 15:03:20,275 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:04:13,260 basehttp 9652 6197981184 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-05 15:04:20,267 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:05:04,806 basehttp 9652 6197981184 "GET /en/inpatients/ HTTP/1.1" 200 78841 INFO 2025-10-05 15:05:04,862 basehttp 9652 6214807552 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2066 INFO 2025-10-05 15:05:04,862 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:06:04,866 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:07:04,871 basehttp 9652 6214807552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:07:04,902 basehttp 9652 6197981184 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-05 15:07:34,181 basehttp 9652 6197981184 "GET /en/inpatients/ HTTP/1.1" 200 79026 INFO 2025-10-05 15:07:34,225 basehttp 9652 6214807552 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2251 INFO 2025-10-05 15:07:34,226 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:08:34,219 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:08:42,085 basehttp 9652 6197981184 "GET / HTTP/1.1" 302 0 INFO 2025-10-05 15:08:42,099 basehttp 9652 6214807552 "GET /en/ HTTP/1.1" 200 46957 INFO 2025-10-05 15:08:42,130 basehttp 9652 6214807552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:08:42,137 basehttp 9652 6231633920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 15:08:42,138 basehttp 9652 6197981184 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 15:09:12,121 basehttp 9652 6197981184 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 15:09:42,137 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:09:42,138 basehttp 9652 6231633920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 15:09:42,139 basehttp 9652 6214807552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 15:10:12,132 basehttp 9652 6214807552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 15:10:42,136 basehttp 9652 6214807552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:10:42,138 basehttp 9652 6197981184 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 15:10:42,139 basehttp 9652 6231633920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 15:11:12,133 basehttp 9652 6231633920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 15:11:42,078 basehttp 9652 6197981184 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 15:11:42,078 basehttp 9652 6231633920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:11:42,080 basehttp 9652 6214807552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 15:12:12,070 basehttp 9652 6214807552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 15:12:42,083 basehttp 9652 6214807552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:12:42,083 basehttp 9652 6197981184 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 15:12:42,086 basehttp 9652 6231633920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1800 INFO 2025-10-05 15:12:45,083 basehttp 9652 6231633920 "GET /en/ HTTP/1.1" 200 46957 INFO 2025-10-05 15:12:45,145 basehttp 9652 6231633920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:12:45,146 basehttp 9652 6214807552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 15:12:45,147 basehttp 9652 6197981184 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1800 INFO 2025-10-05 15:12:47,916 basehttp 9652 6197981184 "GET /en/ HTTP/1.1" 200 46957 INFO 2025-10-05 15:12:47,974 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:12:47,975 basehttp 9652 6231633920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 15:12:47,976 basehttp 9652 6214807552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1800 INFO 2025-10-05 15:13:00,770 basehttp 9652 6214807552 "GET /en/ HTTP/1.1" 200 46957 INFO 2025-10-05 15:13:00,830 basehttp 9652 6214807552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:13:00,831 basehttp 9652 6197981184 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 15:13:00,832 basehttp 9652 6231633920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1800 INFO 2025-10-05 15:13:16,618 basehttp 9652 6231633920 "GET /en/pharmacy HTTP/1.1" 301 0 INFO 2025-10-05 15:13:16,634 basehttp 9652 6197981184 "GET /en/pharmacy/ HTTP/1.1" 200 38988 INFO 2025-10-05 15:13:16,702 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-10-05 15:13:16,745 log 9652 6214807552 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 854, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^ NameError: name 'InventoryItem' is not defined ERROR 2025-10-05 15:13:16,745 log 9652 6231633920 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 909, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^ NameError: name 'InventoryItem' is not defined ERROR 2025-10-05 15:13:16,749 basehttp 9652 6231633920 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 73644 ERROR 2025-10-05 15:13:16,749 basehttp 9652 6214807552 "GET /en/pharmacy/stats/ HTTP/1.1" 500 73740 INFO 2025-10-05 15:13:20,946 basehttp 9652 6231633920 "GET /en/pharmacy/ HTTP/1.1" 200 38988 INFO 2025-10-05 15:13:20,994 basehttp 9652 6231633920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-10-05 15:13:20,999 log 9652 6214807552 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 854, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^ NameError: name 'InventoryItem' is not defined ERROR 2025-10-05 15:13:21,003 log 9652 6197981184 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 909, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^ NameError: name 'InventoryItem' is not defined ERROR 2025-10-05 15:13:21,006 basehttp 9652 6214807552 "GET /en/pharmacy/stats/ HTTP/1.1" 500 73596 ERROR 2025-10-05 15:13:21,007 basehttp 9652 6197981184 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 73500 INFO 2025-10-05 15:13:30,812 basehttp 9652 6197981184 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1800 INFO 2025-10-05 15:13:31,363 basehttp 9652 6197981184 "GET /en/ HTTP/1.1" 200 46957 INFO 2025-10-05 15:13:31,412 basehttp 9652 6197981184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:13:31,412 basehttp 9652 6231633920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 15:13:31,414 basehttp 9652 6214807552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1800 INFO 2025-10-05 15:14:01,403 basehttp 9652 6214807552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1800 INFO 2025-10-05 15:14:05,528 autoreload 9652 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-10-05 15:14:06,042 autoreload 35391 8313250112 Watching for file changes with StatReloader INFO 2025-10-05 15:14:31,441 basehttp 35391 13220622336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1800 INFO 2025-10-05 15:14:31,460 basehttp 35391 13203795968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 15:14:31,476 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:14:39,920 basehttp 35391 13186969600 "GET /en/inpatients/ HTTP/1.1" 200 79026 INFO 2025-10-05 15:14:39,950 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:14:39,951 basehttp 35391 13203795968 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2251 WARNING 2025-10-05 15:15:02,374 log 35391 13203795968 Not Found: /en/emt/ WARNING 2025-10-05 15:15:02,374 basehttp 35391 13203795968 "GET /en/emt/ HTTP/1.1" 404 24861 INFO 2025-10-05 15:15:05,519 basehttp 35391 13203795968 "GET /en/emr/ HTTP/1.1" 200 64475 INFO 2025-10-05 15:15:05,570 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:15:05,602 basehttp 35391 13186969600 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-10-05 15:15:31,347 basehttp 35391 13186969600 "GET /en/appointments/ HTTP/1.1" 200 59264 INFO 2025-10-05 15:15:31,396 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:15:31,408 basehttp 35391 13203795968 "GET /en/appointments/stats/ HTTP/1.1" 200 2666 INFO 2025-10-05 15:16:31,404 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:16:31,418 basehttp 35391 13186969600 "GET /en/appointments/stats/ HTTP/1.1" 200 2666 INFO 2025-10-05 15:17:31,415 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:17:31,431 basehttp 35391 13203795968 "GET /en/appointments/stats/ HTTP/1.1" 200 2666 INFO 2025-10-05 15:18:31,421 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:18:31,437 basehttp 35391 13203795968 "GET /en/appointments/stats/ HTTP/1.1" 200 2666 INFO 2025-10-05 15:19:31,419 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:19:31,435 basehttp 35391 13186969600 "GET /en/appointments/stats/ HTTP/1.1" 200 2666 INFO 2025-10-05 15:20:31,421 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:20:31,437 basehttp 35391 13203795968 "GET /en/appointments/stats/ HTTP/1.1" 200 2666 INFO 2025-10-05 15:21:31,423 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:21:31,439 basehttp 35391 13186969600 "GET /en/appointments/stats/ HTTP/1.1" 200 2666 INFO 2025-10-05 15:22:31,428 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:22:31,444 basehttp 35391 13203795968 "GET /en/appointments/stats/ HTTP/1.1" 200 2666 INFO 2025-10-05 15:23:13,749 basehttp 35391 13203795968 "GET /en/appointments/ HTTP/1.1" 200 59264 INFO 2025-10-05 15:23:13,797 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:23:13,810 basehttp 35391 13186969600 "GET /en/appointments/stats/ HTTP/1.1" 200 2666 INFO 2025-10-05 15:23:21,956 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:23:21,988 basehttp 35391 13203795968 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-10-05 15:23:24,301 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:23:24,303 basehttp 35391 13220622336 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2251 INFO 2025-10-05 15:23:24,333 basehttp 35391 13186969600 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-05 15:23:24,335 basehttp 35391 13220622336 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2251 INFO 2025-10-05 15:23:25,259 basehttp 35391 13220622336 "GET /en/inpatients/ HTTP/1.1" 200 79026 INFO 2025-10-05 15:23:25,324 basehttp 35391 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:23:25,324 basehttp 35391 13186969600 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2251 INFO 2025-10-05 15:23:29,649 basehttp 35391 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:23:29,653 basehttp 35391 13203795968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 15:23:29,654 basehttp 35391 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1800 INFO 2025-10-05 15:23:32,562 basehttp 35391 13186969600 "GET /en/ HTTP/1.1" 200 46966 INFO 2025-10-05 15:23:32,626 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:23:32,628 basehttp 35391 13220622336 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 15:23:32,629 basehttp 35391 13203795968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1800 INFO 2025-10-05 15:23:36,815 basehttp 35391 13203795968 "GET / HTTP/1.1" 302 0 INFO 2025-10-05 15:23:36,824 basehttp 35391 13220622336 "GET /en/ HTTP/1.1" 200 46966 INFO 2025-10-05 15:23:36,867 basehttp 35391 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:23:36,870 basehttp 35391 13203795968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 15:23:36,871 basehttp 35391 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1800 INFO 2025-10-05 15:23:52,547 basehttp 35391 13186969600 "GET /en/hr/ HTTP/1.1" 200 237050 INFO 2025-10-05 15:23:52,595 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:24:02,043 basehttp 35391 13186969600 "GET /en/hr/employees/ HTTP/1.1" 200 127309 INFO 2025-10-05 15:24:02,086 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:24:05,428 basehttp 35391 13186969600 "GET /en/hr/employees/50/ HTTP/1.1" 200 35963 INFO 2025-10-05 15:24:05,476 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:24:05,477 basehttp 35391 13203795968 "GET /en/hr/employees/50/clock-controls/ HTTP/1.1" 200 503 INFO 2025-10-05 15:24:11,202 basehttp 35391 13203795968 "POST /en/hr/employees/50/clock-in/ HTTP/1.1" 200 706 INFO 2025-10-05 15:24:12,799 basehttp 35391 13203795968 "POST /en/hr/employees/50/clock-out/ HTTP/1.1" 200 365 WARNING 2025-10-05 15:24:29,256 log 35391 13203795968 Not Found: /en/hr/traaining WARNING 2025-10-05 15:24:29,257 basehttp 35391 13203795968 "GET /en/hr/traaining HTTP/1.1" 404 55261 WARNING 2025-10-05 15:24:33,994 log 35391 13203795968 Not Found: /en/hr/training WARNING 2025-10-05 15:24:33,994 basehttp 35391 13203795968 "GET /en/hr/training HTTP/1.1" 404 55258 INFO 2025-10-05 15:24:43,355 basehttp 35391 13203795968 "GET /en/hr/training/records HTTP/1.1" 301 0 INFO 2025-10-05 15:24:43,399 basehttp 35391 13186969600 "GET /en/hr/training/records/ HTTP/1.1" 200 231228 INFO 2025-10-05 15:24:43,443 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:24:49,892 basehttp 35391 13186969600 "GET /en/hr/training/records/157/ HTTP/1.1" 200 39784 INFO 2025-10-05 15:24:49,911 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:25:07,538 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:25:09,717 basehttp 35391 13186969600 "GET /en/hr/employees/50/ HTTP/1.1" 200 35963 INFO 2025-10-05 15:25:09,760 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:25:09,762 basehttp 35391 13220622336 "GET /en/hr/employees/50/clock-controls/ HTTP/1.1" 200 314 INFO 2025-10-05 15:25:26,990 basehttp 35391 13220622336 "GET /en/hr/reviews/ HTTP/1.1" 200 147983 INFO 2025-10-05 15:25:27,042 basehttp 35391 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:25:31,835 basehttp 35391 13220622336 "GET /en/hr/reviews/145/ HTTP/1.1" 200 52935 INFO 2025-10-05 15:25:31,886 basehttp 35391 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:25:48,350 basehttp 35391 13220622336 "GET /en/hr/time-entries/ HTTP/1.1" 200 139375 INFO 2025-10-05 15:25:48,379 basehttp 35391 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:25:51,896 basehttp 35391 13220622336 "GET /en/hr/time-entries/510/ HTTP/1.1" 200 31346 INFO 2025-10-05 15:25:51,932 basehttp 35391 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:26:03,064 basehttp 35391 13220622336 "GET /en/hr/schedules/ HTTP/1.1" 200 122385 INFO 2025-10-05 15:26:03,082 basehttp 35391 13254275072 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-10-05 15:26:03,083 basehttp 35391 13271101440 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 INFO 2025-10-05 15:26:03,084 basehttp 35391 13203795968 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 INFO 2025-10-05 15:26:03,085 basehttp 35391 13186969600 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 INFO 2025-10-05 15:26:03,085 basehttp 35391 13237448704 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 INFO 2025-10-05 15:26:03,085 basehttp 35391 13220622336 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 INFO 2025-10-05 15:26:03,117 basehttp 35391 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:26:08,797 basehttp 35391 13220622336 "GET /en/hr/schedules/63/ HTTP/1.1" 200 173666 WARNING 2025-10-05 15:26:08,805 basehttp 35391 13220622336 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-10-05 15:26:08,842 basehttp 35391 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-10-05 15:26:08,864 basehttp 35391 13237448704 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-10-05 15:26:14,527 basehttp 35391 13186969600 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-10-05 15:26:25,001 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:26:44,668 basehttp 35391 13203795968 "GET / HTTP/1.1" 302 0 INFO 2025-10-05 15:26:44,685 basehttp 35391 13271101440 "GET /en/ HTTP/1.1" 200 46966 INFO 2025-10-05 15:26:44,735 basehttp 35391 13271101440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:26:44,739 basehttp 35391 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 15:26:44,740 basehttp 35391 13254275072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1800 INFO 2025-10-05 15:26:47,404 basehttp 35391 13254275072 "GET /en/emr/ HTTP/1.1" 200 64475 INFO 2025-10-05 15:26:47,454 basehttp 35391 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:26:47,486 basehttp 35391 13186969600 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-10-05 15:26:52,939 basehttp 35391 13186969600 "GET /en/emr/encounters/ HTTP/1.1" 200 53269 INFO 2025-10-05 15:26:52,992 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:26:54,835 basehttp 35391 13186969600 "GET /en/emr/encounters/1019/ HTTP/1.1" 200 105967 INFO 2025-10-05 15:26:54,844 basehttp 35391 13186969600 "GET /static/plugins/lity/dist/lity.min.css HTTP/1.1" 200 3383 INFO 2025-10-05 15:26:54,845 basehttp 35391 13254275072 "GET /static/plugins/lity/dist/lity.min.js HTTP/1.1" 200 6639 INFO 2025-10-05 15:26:54,846 basehttp 35391 13271101440 "GET /static/plugins/moment/moment.js HTTP/1.1" 200 176435 INFO 2025-10-05 15:26:54,875 basehttp 35391 13271101440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:27:04,945 basehttp 35391 13271101440 "GET /en/emr/encounters/995/ HTTP/1.1" 200 97950 INFO 2025-10-05 15:27:04,981 basehttp 35391 13271101440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:27:09,786 basehttp 35391 13271101440 "GET /en/emr/encounters/1030/ HTTP/1.1" 200 106899 INFO 2025-10-05 15:27:09,821 basehttp 35391 13271101440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:27:25,613 basehttp 35391 13271101440 "GET /en/emr/ HTTP/1.1" 200 64475 INFO 2025-10-05 15:27:25,665 basehttp 35391 13271101440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:27:25,697 basehttp 35391 13254275072 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-10-05 15:27:26,999 basehttp 35391 13254275072 "GET /en/radiology/ HTTP/1.1" 200 62135 INFO 2025-10-05 15:27:27,047 basehttp 35391 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:27:27,049 basehttp 35391 13271101440 "GET /en/radiology/htmx/stats/ HTTP/1.1" 200 4178 INFO 2025-10-05 15:27:44,843 basehttp 35391 13271101440 "GET /en/radiology/images/ HTTP/1.1" 200 279039 INFO 2025-10-05 15:27:44,981 basehttp 35391 13203795968 "GET /en/radiology/files/thumbnail/162da344-d67e-459d-8cba-1a5bf416ae13/ HTTP/1.1" 200 1446 INFO 2025-10-05 15:27:44,981 basehttp 35391 13271101440 "GET /en/radiology/files/thumbnail/f141737c-8781-4934-8e17-006ca6df471a/ HTTP/1.1" 200 5641 INFO 2025-10-05 15:27:44,982 basehttp 35391 13220622336 "GET /en/radiology/files/thumbnail/c40344de-7c27-4d79-84c2-ee6f8aa5721d/ HTTP/1.1" 200 12443 INFO 2025-10-05 15:27:44,982 basehttp 35391 13254275072 "GET /en/radiology/files/thumbnail/8f2c30b9-1750-4873-87fe-e669aee42ea3/ HTTP/1.1" 200 18385 INFO 2025-10-05 15:27:44,982 basehttp 35391 13237448704 "GET /en/radiology/files/thumbnail/fd90ae6a-2fa3-41d0-8fc0-6c8371703a7f/ HTTP/1.1" 200 13555 INFO 2025-10-05 15:27:44,982 basehttp 35391 13186969600 "GET /en/radiology/files/thumbnail/a2db61a3-929e-43ad-83eb-ebd8f34df177/ HTTP/1.1" 200 22318 INFO 2025-10-05 15:27:45,033 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:27:45,041 basehttp 35391 13220622336 "GET /en/radiology/files/thumbnail/f53cfe62-1f35-486e-ae49-d70e3a642340/ HTTP/1.1" 200 19540 INFO 2025-10-05 15:27:45,048 basehttp 35391 13271101440 "GET /en/radiology/files/thumbnail/5d3fb382-949d-4c89-99e4-56ccd3fe323f/ HTTP/1.1" 200 1391 INFO 2025-10-05 15:27:45,050 basehttp 35391 13254275072 "GET /en/radiology/files/thumbnail/7023c03f-f4ca-4814-85f0-67cc35188da0/ HTTP/1.1" 200 5111 INFO 2025-10-05 15:27:45,052 basehttp 35391 13237448704 "GET /en/radiology/files/thumbnail/69dd2d2d-86d5-4c98-8bd4-02899701abc2/ HTTP/1.1" 200 20002 INFO 2025-10-05 15:27:45,054 basehttp 35391 13203795968 "GET /en/radiology/files/thumbnail/312fc25c-93ae-4185-97a9-757fda5d59db/ HTTP/1.1" 200 1242 INFO 2025-10-05 15:27:45,054 basehttp 35391 13186969600 "GET /en/radiology/files/thumbnail/1170cd59-218c-4e97-9d1a-370a434cbd60/ HTTP/1.1" 200 11678 INFO 2025-10-05 15:27:45,063 basehttp 35391 13220622336 "GET /en/radiology/files/thumbnail/0f7e4749-bc5b-45fe-b40e-d0c64ff1cb61/ HTTP/1.1" 200 1529 INFO 2025-10-05 15:27:45,101 basehttp 35391 13271101440 "GET /en/radiology/files/thumbnail/7d92d899-1150-4476-9370-58a5d7ed43f3/ HTTP/1.1" 200 1453 INFO 2025-10-05 15:27:45,106 basehttp 35391 13237448704 "GET /en/radiology/files/thumbnail/48ff9de1-1303-4a83-82e8-1f14572da129/ HTTP/1.1" 200 1393 INFO 2025-10-05 15:27:45,108 basehttp 35391 13254275072 "GET /en/radiology/files/thumbnail/acca9603-72da-4908-8fde-77548aac5330/ HTTP/1.1" 200 11497 INFO 2025-10-05 15:27:45,109 basehttp 35391 13203795968 "GET /en/radiology/files/thumbnail/49e9b97d-9aa7-4c12-8a15-2916d805cca4/ HTTP/1.1" 200 10725 INFO 2025-10-05 15:27:45,114 basehttp 35391 13220622336 "GET /en/radiology/files/thumbnail/94ca5d41-d0be-41ff-af9e-6b27df627d5b/ HTTP/1.1" 200 26473 INFO 2025-10-05 15:27:45,115 basehttp 35391 13186969600 "GET /en/radiology/files/thumbnail/5eacca39-b693-4ece-ba41-524eedd99981/ HTTP/1.1" 200 9219 INFO 2025-10-05 15:27:45,133 basehttp 35391 13271101440 "GET /en/radiology/files/thumbnail/140d086f-37e5-4e19-bed3-b76a5a3736f7/ HTTP/1.1" 200 559 INFO 2025-10-05 15:27:45,161 basehttp 35391 13237448704 "GET /en/radiology/files/thumbnail/b30c7196-1e35-4098-b8b1-39d70f98ba03/ HTTP/1.1" 200 5635 INFO 2025-10-05 15:27:45,167 basehttp 35391 13203795968 "GET /en/radiology/files/thumbnail/99435444-9376-442e-8153-ab5a45c2a1f3/ HTTP/1.1" 200 10697 INFO 2025-10-05 15:27:45,170 basehttp 35391 13254275072 "GET /en/radiology/files/thumbnail/9f8601a7-dfd4-4426-beab-71772e823c82/ HTTP/1.1" 200 17054 INFO 2025-10-05 15:27:45,178 basehttp 35391 13186969600 "GET /en/radiology/files/thumbnail/c8395e1d-6dc7-40b2-ba32-dbbe3bf48b7a/ HTTP/1.1" 200 19534 INFO 2025-10-05 15:27:45,178 basehttp 35391 13220622336 "GET /en/radiology/files/thumbnail/03ef521f-80e7-4d27-b2e3-31c0233a3dd5/ HTTP/1.1" 200 26529 INFO 2025-10-05 15:27:45,188 basehttp 35391 13271101440 "GET /en/radiology/files/thumbnail/4431de4a-7526-4a67-99fa-ead017f90e76/ HTTP/1.1" 200 5579 INFO 2025-10-05 15:27:45,205 basehttp 35391 13237448704 "GET /en/radiology/files/thumbnail/886dab53-da21-4335-b5ca-cbdcec5b29de/ HTTP/1.1" 200 6926 INFO 2025-10-05 15:27:45,207 basehttp 35391 13203795968 "GET /en/radiology/files/thumbnail/ad6f50e0-e707-40db-9007-e7a7140e4d7c/ HTTP/1.1" 200 26000 INFO 2025-10-05 15:27:45,208 basehttp 35391 13254275072 "GET /en/radiology/files/thumbnail/8345bb4b-b4a7-45ba-a7ab-bb8e72d17c6f/ HTTP/1.1" 200 19585 INFO 2025-10-05 15:27:45,208 basehttp 35391 13186969600 "GET /en/radiology/files/thumbnail/e00b8af4-f74b-46cd-a9fc-bba7080978e0/ HTTP/1.1" 200 7170 INFO 2025-10-05 15:27:46,847 basehttp 35391 13186969600 "GET /en/radiology/viewer/image/147167/ HTTP/1.1" 200 33535 INFO 2025-10-05 15:27:46,872 basehttp 35391 13186969600 "GET /en/radiology/files/preview/f141737c-8781-4934-8e17-006ca6df471a/ HTTP/1.1" 200 118612 INFO 2025-10-05 15:27:46,883 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:28:05,353 basehttp 35391 13186969600 "GET /en/radiology/viewer/image/147167/ HTTP/1.1" 200 33535 INFO 2025-10-05 15:28:05,388 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:28:07,602 basehttp 35391 13186969600 "GET /en/radiology/viewer/image/147168/ HTTP/1.1" 200 33765 INFO 2025-10-05 15:28:07,641 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:28:08,593 basehttp 35391 13186969600 "GET /en/radiology/viewer/image/147169/ HTTP/1.1" 200 33764 INFO 2025-10-05 15:28:08,628 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:28:44,884 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:29:44,884 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:30:44,886 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:31:44,892 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:32:44,894 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:33:44,898 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:34:44,899 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:35:44,904 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:36:44,908 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:37:44,910 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:38:45,156 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:39:47,157 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:41:11,601 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:42:11,593 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:43:11,607 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:44:11,609 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:45:11,612 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:46:11,613 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:47:11,614 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:48:11,615 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:49:11,621 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:50:11,621 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:51:12,156 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:52:13,157 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:53:15,153 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:54:20,153 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:55:20,154 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:57:20,152 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:58:20,145 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 15:59:20,146 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:00:20,149 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:01:20,152 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:02:20,153 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:03:20,155 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:04:21,133 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:05:23,138 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:07:20,133 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:07:48,958 basehttp 35391 13186969600 "GET /en/radiology/viewer/image/147117/ HTTP/1.1" 200 33390 INFO 2025-10-05 16:07:48,969 basehttp 35391 13186969600 "GET /static/plugins/toastr/toastr.css HTTP/1.1" 304 0 INFO 2025-10-05 16:07:48,969 basehttp 35391 13203795968 "GET /static/plugins/toastr/toastr.min.js HTTP/1.1" 304 0 INFO 2025-10-05 16:07:49,008 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:07:57,108 basehttp 35391 13203795968 "GET /en/radiology/viewer/image/147167/ HTTP/1.1" 200 33535 INFO 2025-10-05 16:07:57,125 basehttp 35391 13203795968 "GET /en/radiology/files/preview/f141737c-8781-4934-8e17-006ca6df471a/ HTTP/1.1" 200 118612 INFO 2025-10-05 16:07:57,144 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:08:10,701 basehttp 35391 13203795968 "GET /en/radiology/metadata/f141737c-8781-4934-8e17-006ca6df471a/ HTTP/1.1" 200 643 INFO 2025-10-05 16:09:20,665 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:09:30,852 basehttp 35391 13203795968 "GET /en/emr/encounters/1011/ HTTP/1.1" 200 107085 INFO 2025-10-05 16:09:30,888 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:09:33,772 basehttp 35391 13203795968 "GET /en/emr/add-vital-signs/1011/ HTTP/1.1" 200 45859 INFO 2025-10-05 16:09:33,807 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:09:53,083 basehttp 35391 13203795968 "GET /en/emr/vital-signs/ HTTP/1.1" 200 20449 INFO 2025-10-05 16:09:53,101 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:10:53,112 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:11:01,241 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:11:01,841 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:11:20,445 basehttp 35391 13203795968 "GET /en/emr/ HTTP/1.1" 200 64475 INFO 2025-10-05 16:11:20,498 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:11:20,531 basehttp 35391 13186969600 "GET /en/emr/stats/ HTTP/1.1" 200 7160 INFO 2025-10-05 16:11:22,956 basehttp 35391 13186969600 "GET /en/inpatients/ HTTP/1.1" 200 79026 INFO 2025-10-05 16:11:22,990 basehttp 35391 13203795968 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2251 INFO 2025-10-05 16:11:22,990 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:12:22,989 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:13:23,073 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:13:23,104 basehttp 35391 13186969600 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-05 16:13:30,970 basehttp 35391 13186969600 "GET /en/inpatients/wards/ HTTP/1.1" 200 47496 INFO 2025-10-05 16:13:31,006 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:13:33,141 basehttp 35391 13186969600 "GET /en/inpatients/wards/10/ HTTP/1.1" 200 64686 INFO 2025-10-05 16:13:33,180 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:13:38,972 basehttp 35391 13186969600 "GET /en/inpatients/beds/373/details/ HTTP/1.1" 200 3290 INFO 2025-10-05 16:13:44,048 basehttp 35391 13186969600 "GET /en/inpatients/beds/?ward=8 HTTP/1.1" 200 524107 INFO 2025-10-05 16:13:44,120 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:13:44,121 basehttp 35391 13203795968 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 1801 INFO 2025-10-05 16:13:44,224 basehttp 35391 13203795968 "GET /en/inpatients/beds/?ward=8&action=update_status HTTP/1.1" 200 524107 INFO 2025-10-05 16:13:49,434 basehttp 35391 13203795968 "GET /en/inpatients/wards/8/ HTTP/1.1" 200 67148 INFO 2025-10-05 16:13:49,473 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:13:52,653 basehttp 35391 13203795968 "GET /en/inpatients/transfer/68/ HTTP/1.1" 200 10745 INFO 2025-10-05 16:13:55,977 basehttp 35391 13203795968 "GET /en/inpatients/discharge/68/ HTTP/1.1" 200 47955 INFO 2025-10-05 16:13:56,018 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:14:07,178 basehttp 35391 13203795968 "GET /en/inpatients/beds/ HTTP/1.1" 200 524107 INFO 2025-10-05 16:14:07,268 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:14:07,269 basehttp 35391 13186969600 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 1801 INFO 2025-10-05 16:14:07,376 basehttp 35391 13186969600 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 524107 INFO 2025-10-05 16:14:37,274 basehttp 35391 13186969600 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 1801 INFO 2025-10-05 16:14:37,379 basehttp 35391 13186969600 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 524107 INFO 2025-10-05 16:15:07,279 basehttp 35391 13203795968 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 1801 INFO 2025-10-05 16:15:07,280 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:15:07,377 basehttp 35391 13186969600 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 524107 INFO 2025-10-05 16:15:23,032 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:15:23,080 basehttp 35391 13186969600 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-05 16:16:23,026 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:16:23,051 basehttp 35391 13186969600 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2251 INFO 2025-10-05 16:16:23,058 basehttp 35391 13186969600 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2251 INFO 2025-10-05 16:17:23,040 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:17:23,084 basehttp 35391 13186969600 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 600678 INFO 2025-10-05 16:17:43,486 basehttp 35391 13186969600 "GET /en/appointments/ HTTP/1.1" 200 59264 INFO 2025-10-05 16:17:43,534 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:17:43,545 basehttp 35391 13203795968 "GET /en/appointments/stats/ HTTP/1.1" 200 2666 INFO 2025-10-05 16:17:49,839 basehttp 35391 13203795968 "GET /en/appointments/queue/ HTTP/1.1" 200 70151 INFO 2025-10-05 16:17:49,887 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-10-05 16:18:18,763 log 35391 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 16:18:18,763 basehttp 35391 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 16:18:18,784 basehttp 35391 13203795968 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-05 16:18:49,901 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:18:49,918 basehttp 35391 13203795968 "GET /en/appointments/queue/ HTTP/1.1" 200 70151 WARNING 2025-10-05 16:18:49,931 log 35391 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 16:18:49,932 basehttp 35391 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-05 16:18:50,003 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-10-05 16:18:50,016 basehttp 35391 13203795968 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-05 16:19:50,009 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:19:50,034 basehttp 35391 13203795968 "GET /en/appointments/queue/ HTTP/1.1" 200 70151 WARNING 2025-10-05 16:19:50,046 log 35391 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 16:19:50,046 basehttp 35391 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-05 16:19:50,117 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-10-05 16:19:50,131 basehttp 35391 13203795968 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-05 16:24:57,421 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:24:57,434 basehttp 35391 13186969600 "GET /en/appointments/queue/ HTTP/1.1" 200 70151 WARNING 2025-10-05 16:24:57,449 log 35391 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 16:24:57,450 basehttp 35391 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 16:24:57,522 basehttp 35391 13186969600 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-05 16:24:57,527 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:24:58,338 basehttp 35391 13203795968 "GET / HTTP/1.1" 302 0 INFO 2025-10-05 16:24:58,360 basehttp 35391 13186969600 "GET /en/ HTTP/1.1" 200 46967 WARNING 2025-10-05 16:24:58,377 log 35391 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 16:24:58,377 basehttp 35391 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 16:24:58,454 basehttp 35391 13237448704 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-05 16:24:58,460 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:24:58,467 basehttp 35391 13220622336 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:24:58,468 basehttp 35391 13203795968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1901 INFO 2025-10-05 16:25:28,467 basehttp 35391 13203795968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1901 INFO 2025-10-05 16:25:36,714 basehttp 35391 13203795968 "GET /en/ HTTP/1.1" 200 46967 WARNING 2025-10-05 16:25:36,726 log 35391 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 16:25:36,726 basehttp 35391 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 16:25:36,807 basehttp 35391 13237448704 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-05 16:25:36,827 basehttp 35391 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:25:36,828 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:25:36,830 basehttp 35391 13220622336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1909 INFO 2025-10-05 16:26:06,817 basehttp 35391 13220622336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1909 WARNING 2025-10-05 16:26:09,003 basehttp 35391 13186969600 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-05 16:26:09,009 log 35391 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 16:26:09,009 basehttp 35391 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-05 16:26:09,015 basehttp 35391 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:26:09,028 basehttp 35391 13203795968 "GET /en/appointments/queue/ HTTP/1.1" 200 70151 WARNING 2025-10-05 16:26:09,038 log 35391 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 16:26:09,038 basehttp 35391 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 16:26:09,048 log 35391 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 16:26:09,049 basehttp 35391 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-05 16:26:09,093 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-10-05 16:26:09,099 basehttp 35391 13203795968 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-05 16:26:10,023 basehttp 35391 13220622336 "GET /en/appointments/queue/ HTTP/1.1" 200 70151 WARNING 2025-10-05 16:26:10,035 log 35391 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 16:26:10,035 basehttp 35391 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-05 16:26:10,119 basehttp 35391 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-10-05 16:26:10,134 basehttp 35391 13220622336 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-05 16:26:10,944 basehttp 35391 13186969600 "GET / HTTP/1.1" 302 0 INFO 2025-10-05 16:26:10,963 basehttp 35391 13203795968 "GET /en/ HTTP/1.1" 200 46967 WARNING 2025-10-05 16:26:10,979 log 35391 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 16:26:10,979 basehttp 35391 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 16:26:11,058 basehttp 35391 13237448704 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-05 16:26:11,067 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:26:11,074 basehttp 35391 13220622336 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:26:11,075 basehttp 35391 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1906 INFO 2025-10-05 16:26:24,468 basehttp 35391 13186969600 "GET /en/ HTTP/1.1" 200 46967 WARNING 2025-10-05 16:26:24,481 log 35391 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 16:26:24,481 basehttp 35391 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 16:26:24,565 basehttp 35391 13237448704 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-05 16:26:24,579 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:26:24,579 basehttp 35391 13203795968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:26:24,580 basehttp 35391 13220622336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1901 INFO 2025-10-05 16:26:54,573 basehttp 35391 13220622336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1901 INFO 2025-10-05 16:27:17,134 basehttp 35391 13220622336 "GET /en/ HTTP/1.1" 200 46967 WARNING 2025-10-05 16:27:17,147 log 35391 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 16:27:17,147 basehttp 35391 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 16:27:17,230 basehttp 35391 13237448704 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-05 16:27:17,245 basehttp 35391 13203795968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:27:17,245 basehttp 35391 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:27:17,247 basehttp 35391 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1900 WARNING 2025-10-05 16:27:22,399 log 35391 13237448704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 16:27:22,399 basehttp 35391 13203795968 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-05 16:27:22,399 basehttp 35391 13237448704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-05 16:27:22,410 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:27:22,427 basehttp 35391 13220622336 "GET /en/appointments/queue/ HTTP/1.1" 200 70151 WARNING 2025-10-05 16:27:22,436 log 35391 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 16:27:22,437 basehttp 35391 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 16:27:22,441 log 35391 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 16:27:22,441 basehttp 35391 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-05 16:27:22,492 basehttp 35391 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-10-05 16:27:22,497 basehttp 35391 13220622336 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-05 16:27:37,518 basehttp 35391 13186969600 "GET /en/appointments/queue/ HTTP/1.1" 200 70151 INFO 2025-10-05 16:27:37,526 basehttp 35391 13203795968 "GET /static/css/custom.css HTTP/1.1" 200 2844 INFO 2025-10-05 16:27:37,527 basehttp 35391 13220622336 "GET /static/plugins/toastr/toastr.css HTTP/1.1" 200 7860 INFO 2025-10-05 16:27:37,528 basehttp 35391 13254275072 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 WARNING 2025-10-05 16:27:37,529 log 35391 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 16:27:37,530 basehttp 35391 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-05 16:27:37,530 basehttp 35391 13271101440 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-10-05 16:27:37,531 basehttp 35391 13254275072 "GET /static/img/user/user-12.jpg HTTP/1.1" 200 8541 INFO 2025-10-05 16:27:37,532 basehttp 35391 13254275072 "GET /static/plugins/toastr/toastr.min.js HTTP/1.1" 200 5536 INFO 2025-10-05 16:27:37,535 basehttp 35391 13254275072 "GET /static/js/custom.js HTTP/1.1" 200 4109 INFO 2025-10-05 16:27:37,536 basehttp 35391 13203795968 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-10-05 16:27:37,537 basehttp 35391 13186969600 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-10-05 16:27:37,539 basehttp 35391 13254275072 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-10-05 16:27:37,540 basehttp 35391 13186969600 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-10-05 16:27:37,541 basehttp 35391 13254275072 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-10-05 16:27:37,542 basehttp 35391 13220622336 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-10-05 16:27:37,545 basehttp 35391 13271101440 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-10-05 16:27:37,547 basehttp 35391 13237448704 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-10-05 16:27:37,548 basehttp 35391 13186969600 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 INFO 2025-10-05 16:27:37,549 basehttp 35391 13203795968 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-10-05 16:27:37,554 basehttp 35391 13254275072 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-10-05 16:27:37,554 basehttp 35391 13271101440 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-10-05 16:27:37,557 basehttp 35391 13203795968 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-10-05 16:27:37,559 basehttp 35391 13237448704 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-10-05 16:27:37,559 basehttp 35391 13220622336 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-10-05 16:27:37,560 basehttp 35391 13186969600 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-10-05 16:27:37,561 basehttp 35391 13254275072 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-10-05 16:27:37,562 basehttp 35391 13220622336 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-10-05 16:27:37,563 basehttp 35391 13220622336 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-10-05 16:27:37,564 basehttp 35391 13203795968 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-10-05 16:27:37,565 basehttp 35391 13186969600 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-10-05 16:27:37,565 basehttp 35391 13237448704 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-10-05 16:27:37,566 basehttp 35391 13254275072 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-10-05 16:27:37,566 basehttp 35391 13271101440 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-10-05 16:27:37,567 basehttp 35391 13220622336 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-10-05 16:27:37,567 basehttp 35391 13203795968 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-10-05 16:27:37,568 basehttp 35391 13186969600 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-10-05 16:27:37,569 basehttp 35391 13220622336 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-10-05 16:27:37,569 basehttp 35391 13203795968 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-10-05 16:27:37,569 basehttp 35391 13186969600 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-10-05 16:27:37,570 basehttp 35391 13271101440 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-10-05 16:27:37,571 basehttp 35391 13237448704 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-10-05 16:27:37,571 basehttp 35391 13254275072 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 WARNING 2025-10-05 16:27:37,771 basehttp 35391 13237448704 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-05 16:27:37,771 basehttp 35391 13254275072 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-10-05 16:27:37,777 basehttp 35391 13271101440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-10-05 16:27:37,932 log 35391 13271101440 Not Found: /favicon.ico WARNING 2025-10-05 16:27:37,933 basehttp 35391 13271101440 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-10-05 16:27:40,340 basehttp 35391 13271101440 "GET / HTTP/1.1" 302 0 INFO 2025-10-05 16:27:40,351 basehttp 35391 13254275072 "GET /en/ HTTP/1.1" 200 46967 WARNING 2025-10-05 16:27:40,369 log 35391 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 16:27:40,369 basehttp 35391 13254275072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 16:27:40,439 basehttp 35391 13203795968 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-05 16:27:40,463 basehttp 35391 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:27:40,463 basehttp 35391 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:27:40,466 basehttp 35391 13220622336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1900 INFO 2025-10-05 16:28:06,275 basehttp 35391 13220622336 "GET /en/ HTTP/1.1" 200 46967 WARNING 2025-10-05 16:28:06,287 log 35391 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 16:28:06,287 basehttp 35391 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 16:28:06,345 basehttp 35391 13203795968 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-05 16:28:06,357 basehttp 35391 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:28:06,360 basehttp 35391 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:28:06,361 basehttp 35391 13254275072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1901 INFO 2025-10-05 16:28:36,374 basehttp 35391 13254275072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1901 INFO 2025-10-05 16:29:06,401 basehttp 35391 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:29:06,401 basehttp 35391 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:29:06,403 basehttp 35391 13220622336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1901 INFO 2025-10-05 16:29:36,374 basehttp 35391 13220622336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1901 INFO 2025-10-05 16:30:06,394 basehttp 35391 13254275072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:30:06,394 basehttp 35391 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:30:06,397 basehttp 35391 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1901 INFO 2025-10-05 16:30:07,588 basehttp 35391 13186969600 "GET /en/ HTTP/1.1" 200 46967 WARNING 2025-10-05 16:30:07,601 log 35391 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 16:30:07,601 basehttp 35391 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 16:30:07,661 basehttp 35391 13203795968 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-05 16:30:07,678 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:30:07,680 basehttp 35391 13254275072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:30:07,681 basehttp 35391 13220622336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1906 WARNING 2025-10-05 16:30:12,487 log 35391 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 16:30:12,488 basehttp 35391 13186969600 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-05 16:30:12,488 basehttp 35391 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-05 16:30:12,492 basehttp 35391 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:30:12,509 basehttp 35391 13254275072 "GET /en/appointments/queue/ HTTP/1.1" 200 70151 WARNING 2025-10-05 16:30:12,519 log 35391 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 16:30:12,519 basehttp 35391 13254275072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 16:30:12,521 log 35391 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 16:30:12,521 basehttp 35391 13254275072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-05 16:30:12,553 basehttp 35391 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-10-05 16:30:12,558 basehttp 35391 13254275072 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-05 16:30:22,792 basehttp 35391 13220622336 "GET /en/appointments/ HTTP/1.1" 200 59264 WARNING 2025-10-05 16:30:22,807 log 35391 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 16:30:22,807 basehttp 35391 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-05 16:30:22,837 basehttp 35391 13220622336 "GET /en/appointments/stats/ HTTP/1.1" 200 2666 WARNING 2025-10-05 16:30:22,855 basehttp 35391 13220622336 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-05 16:30:23,700 basehttp 35391 13203795968 "GET /en/appointments/ HTTP/1.1" 200 59264 WARNING 2025-10-05 16:30:23,713 log 35391 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 16:30:23,713 basehttp 35391 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 16:30:23,768 basehttp 35391 13220622336 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-05 16:30:23,773 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:30:23,785 basehttp 35391 13186969600 "GET /en/appointments/stats/ HTTP/1.1" 200 2666 INFO 2025-10-05 16:30:36,674 basehttp 35391 13186969600 "GET / HTTP/1.1" 302 0 INFO 2025-10-05 16:30:36,693 basehttp 35391 13203795968 "GET /en/ HTTP/1.1" 200 46967 WARNING 2025-10-05 16:30:36,708 log 35391 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 16:30:36,708 basehttp 35391 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 16:30:36,765 basehttp 35391 13237448704 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-05 16:30:36,771 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:30:36,777 basehttp 35391 13220622336 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:30:36,778 basehttp 35391 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1898 INFO 2025-10-05 16:31:06,776 basehttp 35391 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1898 INFO 2025-10-05 16:31:36,797 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:31:36,798 basehttp 35391 13220622336 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:31:36,799 basehttp 35391 13203795968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1898 INFO 2025-10-05 16:32:06,779 basehttp 35391 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1898 INFO 2025-10-05 16:32:36,802 basehttp 35391 13203795968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:32:36,803 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:32:36,805 basehttp 35391 13220622336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1898 INFO 2025-10-05 16:33:06,788 basehttp 35391 13220622336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1898 INFO 2025-10-05 16:33:36,809 basehttp 35391 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:33:36,810 basehttp 35391 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:33:36,811 basehttp 35391 13203795968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1898 INFO 2025-10-05 16:34:06,797 basehttp 35391 13220622336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1898 INFO 2025-10-05 16:34:36,797 basehttp 35391 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:34:36,798 basehttp 35391 13203795968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:34:36,800 basehttp 35391 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1898 INFO 2025-10-05 16:35:06,799 basehttp 35391 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 1898 INFO 2025-10-05 16:35:15,513 basehttp 35391 13186969600 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-10-05 16:35:15,574 basehttp 35391 13203795968 "GET /en/hr/ HTTP/1.1" 200 237050 WARNING 2025-10-05 16:35:15,594 log 35391 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 16:35:15,595 basehttp 35391 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-05 16:35:15,627 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-10-05 16:35:15,629 basehttp 35391 13203795968 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-05 16:35:39,415 basehttp 35391 13220622336 "GET /en/hr/schedules/ HTTP/1.1" 200 122385 INFO 2025-10-05 16:35:39,423 basehttp 35391 13220622336 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-10-05 16:35:39,424 basehttp 35391 13186969600 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 INFO 2025-10-05 16:35:39,428 basehttp 35391 13254275072 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 INFO 2025-10-05 16:35:39,428 basehttp 35391 13237448704 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-10-05 16:35:39,429 basehttp 35391 13186969600 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 INFO 2025-10-05 16:35:39,430 basehttp 35391 13220622336 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 INFO 2025-10-05 16:35:39,431 basehttp 35391 13203795968 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 INFO 2025-10-05 16:35:39,462 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:35:50,019 basehttp 35391 13203795968 "GET /en/hr/time-entries/ HTTP/1.1" 200 139375 INFO 2025-10-05 16:35:50,031 basehttp 35391 13203795968 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.css HTTP/1.1" 200 8069 INFO 2025-10-05 16:35:50,034 basehttp 35391 13203795968 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.js HTTP/1.1" 200 67842 INFO 2025-10-05 16:35:50,034 basehttp 35391 13220622336 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-10-05 16:35:50,065 basehttp 35391 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:35:56,873 basehttp 35391 13220622336 "GET /en/hr/reviews/ HTTP/1.1" 200 147983 INFO 2025-10-05 16:35:56,914 basehttp 35391 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:35:58,662 basehttp 35391 13220622336 "GET /en/hr/reviews/145/ HTTP/1.1" 200 52935 INFO 2025-10-05 16:35:58,676 basehttp 35391 13220622336 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 INFO 2025-10-05 16:35:58,688 basehttp 35391 13220622336 "GET /static/webfonts/fa-regular-400.woff2 HTTP/1.1" 200 25472 INFO 2025-10-05 16:35:58,712 basehttp 35391 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:36:10,517 basehttp 35391 13220622336 "GET /en/hr/training/records HTTP/1.1" 301 0 INFO 2025-10-05 16:36:10,561 basehttp 35391 13203795968 "GET /en/hr/training/records/ HTTP/1.1" 200 231228 INFO 2025-10-05 16:36:10,590 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:36:16,197 basehttp 35391 13203795968 "GET /en/hr/training/records/157/ HTTP/1.1" 200 39784 INFO 2025-10-05 16:36:16,232 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:37:16,248 basehttp 35391 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:37:47,588 basehttp 35391 13203795968 "GET /en/hr/training/programs HTTP/1.1" 301 0 INFO 2025-10-05 16:37:47,606 basehttp 35391 13186969600 "GET /en/hr/training/programs/ HTTP/1.1" 200 73686 INFO 2025-10-05 16:37:47,632 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:37:57,255 basehttp 35391 13186969600 "GET /en/hr/training/programs/7/ HTTP/1.1" 200 39898 INFO 2025-10-05 16:37:57,292 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:38:07,503 basehttp 35391 13186969600 "GET /en/hr/training/records/?program=7 HTTP/1.1" 200 231228 INFO 2025-10-05 16:38:07,544 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:38:14,557 basehttp 35391 13186969600 "GET /en/hr/training/sessions/create/?program=7 HTTP/1.1" 200 43712 INFO 2025-10-05 16:38:14,584 basehttp 35391 13186969600 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-10-05 16:38:14,595 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:38:23,586 basehttp 35391 13186969600 "GET /en/hr/training/certificates/?program=7 HTTP/1.1" 200 73175 INFO 2025-10-05 16:38:23,624 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:38:36,179 basehttp 35391 13186969600 "GET /en/hr/training/programs/7/ HTTP/1.1" 200 39898 INFO 2025-10-05 16:38:36,214 basehttp 35391 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:39:13,149 autoreload 35391 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-10-05 16:39:13,681 autoreload 76743 8313250112 Watching for file changes with StatReloader INFO 2025-10-05 16:39:19,367 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:39:20,536 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:39:21,191 basehttp 76743 6161018880 "GET / HTTP/1.1" 302 0 INFO 2025-10-05 16:39:21,220 basehttp 76743 6177845248 "GET /en/ HTTP/1.1" 200 46967 INFO 2025-10-05 16:39:21,249 basehttp 76743 6177845248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:39:21,259 basehttp 76743 6194671616 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:39:21,260 basehttp 76743 6161018880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 16:39:42,357 basehttp 76743 6161018880 "GET /en/ HTTP/1.1" 200 46967 INFO 2025-10-05 16:39:42,412 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:39:42,414 basehttp 76743 6177845248 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:39:42,416 basehttp 76743 6194671616 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 16:39:45,089 basehttp 76743 6194671616 "GET /en/analytics/ HTTP/1.1" 200 30970 INFO 2025-10-05 16:39:45,134 basehttp 76743 6194671616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:39:45,136 basehttp 76743 6177845248 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-10-05 16:40:12,410 basehttp 76743 6177845248 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 16:40:42,433 basehttp 76743 6177845248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:40:42,434 basehttp 76743 6194671616 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:40:42,436 basehttp 76743 6161018880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 16:41:12,404 basehttp 76743 6161018880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 16:41:42,434 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:41:42,435 basehttp 76743 6177845248 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:41:42,436 basehttp 76743 6194671616 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 16:42:13,245 basehttp 76743 6194671616 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 16:42:43,271 basehttp 76743 6194671616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:42:43,273 basehttp 76743 6161018880 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:42:43,274 basehttp 76743 6177845248 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 16:43:20,247 basehttp 76743 6177845248 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 16:43:44,244 basehttp 76743 6177845248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:43:44,244 basehttp 76743 6161018880 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:44:20,234 basehttp 76743 6177845248 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 16:44:45,236 basehttp 76743 6177845248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:44:45,236 basehttp 76743 6161018880 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:45:20,223 basehttp 76743 6177845248 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 16:45:46,228 basehttp 76743 6177845248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:45:46,229 basehttp 76743 6161018880 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:46:20,220 basehttp 76743 6177845248 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 16:47:20,243 basehttp 76743 6177845248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:47:20,244 basehttp 76743 6161018880 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:47:20,245 basehttp 76743 6194671616 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 16:48:20,251 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:48:20,251 basehttp 76743 6177845248 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:48:20,252 basehttp 76743 6194671616 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 16:49:20,227 basehttp 76743 6161018880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 16:50:20,229 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:50:20,232 basehttp 76743 6177845248 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:50:20,234 basehttp 76743 6194671616 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 16:51:20,227 basehttp 76743 6177845248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:51:20,229 basehttp 76743 6194671616 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 16:52:20,223 basehttp 76743 6177845248 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 16:52:20,224 basehttp 76743 6194671616 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:53:20,249 basehttp 76743 6161018880 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:53:20,251 basehttp 76743 6177845248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:53:20,251 basehttp 76743 6194671616 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 16:54:20,236 basehttp 76743 6194671616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:54:20,237 basehttp 76743 6177845248 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 16:55:20,223 basehttp 76743 6194671616 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:55:20,224 basehttp 76743 6177845248 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 16:56:20,248 basehttp 76743 6177845248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:56:20,248 basehttp 76743 6161018880 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:56:20,249 basehttp 76743 6194671616 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 16:57:20,239 basehttp 76743 6194671616 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 16:57:20,334 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:57:35,441 basehttp 76743 6161018880 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 16:57:39,205 basehttp 76743 6161018880 "GET /en/radiology HTTP/1.1" 301 0 INFO 2025-10-05 16:57:39,293 basehttp 76743 6194671616 "GET /en/radiology/ HTTP/1.1" 200 62135 INFO 2025-10-05 16:57:39,350 basehttp 76743 6194671616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:57:39,353 basehttp 76743 6177845248 "GET /en/radiology/htmx/stats/ HTTP/1.1" 200 4178 INFO 2025-10-05 16:57:42,474 basehttp 76743 6177845248 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-10-05 16:57:42,526 basehttp 76743 6194671616 "GET /en/emr/ HTTP/1.1" 200 64044 INFO 2025-10-05 16:57:42,573 basehttp 76743 6194671616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:57:42,783 basehttp 76743 6161018880 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-10-05 16:57:48,292 basehttp 76743 6161018880 "GET /en/emr/vital-signs/ HTTP/1.1" 200 91087 INFO 2025-10-05 16:57:48,330 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:58:02,112 basehttp 76743 6161018880 "GET /en/emr/ HTTP/1.1" 200 64044 INFO 2025-10-05 16:58:02,160 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:58:02,310 basehttp 76743 6194671616 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-10-05 16:58:04,461 basehttp 76743 6194671616 "GET /en/inpatients/ HTTP/1.1" 200 79026 INFO 2025-10-05 16:58:04,496 basehttp 76743 6194671616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:58:04,497 basehttp 76743 6161018880 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2251 INFO 2025-10-05 16:58:07,530 basehttp 76743 6161018880 "GET /en/inpatients/admissions/48/ HTTP/1.1" 200 26630 INFO 2025-10-05 16:58:07,566 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:58:11,571 basehttp 76743 6161018880 "GET /en/inpatients/beds/ HTTP/1.1" 200 524107 INFO 2025-10-05 16:58:11,672 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:58:11,673 basehttp 76743 6194671616 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-10-05 16:58:11,773 basehttp 76743 6194671616 "GET /en/inpatients/beds/?action=update_status HTTP/1.1" 200 524107 INFO 2025-10-05 16:58:16,338 basehttp 76743 6194671616 "GET /en/inpatients/wards/ HTTP/1.1" 200 47496 INFO 2025-10-05 16:58:16,371 basehttp 76743 6194671616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:58:23,691 basehttp 76743 6194671616 "GET /en/inpatients/wards/3/ HTTP/1.1" 200 58342 INFO 2025-10-05 16:58:23,727 basehttp 76743 6194671616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:58:27,779 basehttp 76743 6194671616 "GET /en/inpatients/admissions/73/ HTTP/1.1" 200 29704 INFO 2025-10-05 16:58:27,813 basehttp 76743 6194671616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:58:41,523 basehttp 76743 6194671616 "GET /en/inpatients/beds/?ward=10 HTTP/1.1" 200 524107 INFO 2025-10-05 16:58:41,603 basehttp 76743 6194671616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:58:41,603 basehttp 76743 6161018880 "GET /en/inpatients/htmx/bed-stats/ HTTP/1.1" 200 2300 INFO 2025-10-05 16:58:41,707 basehttp 76743 6194671616 "GET /en/inpatients/beds/?ward=10&action=update_status HTTP/1.1" 200 524107 INFO 2025-10-05 16:58:48,168 basehttp 76743 6194671616 "GET /en/inpatients/wards/10/ HTTP/1.1" 200 64686 INFO 2025-10-05 16:58:48,207 basehttp 76743 6194671616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:59:04,521 basehttp 76743 6194671616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:59:05,878 basehttp 76743 6194671616 "GET /en/emr/ HTTP/1.1" 200 64044 INFO 2025-10-05 16:59:05,926 basehttp 76743 6194671616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:59:06,077 basehttp 76743 6161018880 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-10-05 16:59:09,317 basehttp 76743 6161018880 "GET /en/emr/encounters/1983/ HTTP/1.1" 200 108298 INFO 2025-10-05 16:59:09,335 basehttp 76743 6177845248 "GET /static/plugins/lity/dist/lity.min.js HTTP/1.1" 200 6639 INFO 2025-10-05 16:59:09,335 basehttp 76743 6194671616 "GET /static/plugins/lity/dist/lity.min.css HTTP/1.1" 200 3383 INFO 2025-10-05 16:59:09,335 basehttp 76743 6161018880 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-10-05 16:59:09,336 basehttp 76743 6211497984 "GET /static/plugins/moment/moment.js HTTP/1.1" 200 176435 INFO 2025-10-05 16:59:09,361 basehttp 76743 6211497984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:59:14,899 basehttp 76743 6211497984 "GET /en/emr/encounters/5011/ HTTP/1.1" 200 117131 INFO 2025-10-05 16:59:14,940 basehttp 76743 6211497984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 16:59:52,330 basehttp 76743 6211497984 "GET /en/emr/care-plans/9/ HTTP/1.1" 200 66284 INFO 2025-10-05 16:59:52,343 basehttp 76743 6211497984 "GET /static/plugins/bootstrap-icons/font/bootstrap-icons.css HTTP/1.1" 200 98255 INFO 2025-10-05 16:59:52,373 basehttp 76743 6211497984 "GET /static/plugins/bootstrap-icons/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6 HTTP/1.1" 200 130396 INFO 2025-10-05 16:59:52,379 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:00:10,335 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:00:14,949 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-10-05 17:00:47,225 log 76743 6161018880 Internal Server Error: /en/emr/encounters/5011/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'medical_bill_detail' not found. 'medical_bill_detail' is not a valid view function or pattern name. ERROR 2025-10-05 17:00:47,226 basehttp 76743 6161018880 "GET /en/emr/encounters/5011/ HTTP/1.1" 500 260703 ERROR 2025-10-05 17:02:01,784 log 76743 6161018880 Internal Server Error: /en/emr/encounters/5011/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_detail' with arguments '(47,)' not found. 1 pattern(s) tried: ['en/billing/bills/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-10-05 17:02:01,787 basehttp 76743 6161018880 "GET /en/emr/encounters/5011/ HTTP/1.1" 500 264145 INFO 2025-10-05 17:02:23,767 basehttp 76743 6161018880 "GET /en/emr/encounters/5011/ HTTP/1.1" 200 118736 INFO 2025-10-05 17:02:23,804 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-10-05 17:02:30,813 log 76743 6161018880 Internal Server Error: /en/billing/bills/b2daa6c3-d1db-4361-ac19-57bef0c660a1/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '(UUID('b4616621-fd19-4ce6-8871-dfb037b119d1'),)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9]+)/\\Z'] ERROR 2025-10-05 17:02:30,816 basehttp 76743 6161018880 "GET /en/billing/bills/b2daa6c3-d1db-4361-ac19-57bef0c660a1/ HTTP/1.1" 500 201609 INFO 2025-10-05 17:03:17,337 basehttp 76743 6161018880 "GET /en/billing/bills/b2daa6c3-d1db-4361-ac19-57bef0c660a1/ HTTP/1.1" 200 43014 INFO 2025-10-05 17:03:17,373 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-10-05 17:03:34,619 log 76743 6161018880 Internal Server Error: /en/billing/payments/6f26c882-cec9-44d5-8ba0-37a602fe9a69/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'payment_update' not found. 'payment_update' is not a valid view function or pattern name. ERROR 2025-10-05 17:03:34,620 basehttp 76743 6161018880 "GET /en/billing/payments/6f26c882-cec9-44d5-8ba0-37a602fe9a69/ HTTP/1.1" 500 187761 ERROR 2025-10-05 17:04:09,934 log 76743 6161018880 Internal Server Error: /en/billing/payments/6f26c882-cec9-44d5-8ba0-37a602fe9a69/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'payment_process' not found. 'payment_process' is not a valid view function or pattern name. ERROR 2025-10-05 17:04:09,935 basehttp 76743 6161018880 "GET /en/billing/payments/6f26c882-cec9-44d5-8ba0-37a602fe9a69/ HTTP/1.1" 500 188489 ERROR 2025-10-05 17:04:38,893 log 76743 6161018880 Internal Server Error: /en/billing/payments/6f26c882-cec9-44d5-8ba0-37a602fe9a69/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'payment_process' not found. 'payment_process' is not a valid view function or pattern name. ERROR 2025-10-05 17:04:38,895 basehttp 76743 6161018880 "GET /en/billing/payments/6f26c882-cec9-44d5-8ba0-37a602fe9a69/ HTTP/1.1" 500 188489 INFO 2025-10-05 17:05:05,530 basehttp 76743 6161018880 "GET /en/billing/payments/6f26c882-cec9-44d5-8ba0-37a602fe9a69/ HTTP/1.1" 200 31985 INFO 2025-10-05 17:05:05,560 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:05:18,641 basehttp 76743 6161018880 "GET /en/billing/payments/6f26c882-cec9-44d5-8ba0-37a602fe9a69/ HTTP/1.1" 200 31985 INFO 2025-10-05 17:05:18,676 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:05:25,663 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:05:38,990 basehttp 76743 6161018880 "GET /en/billing/claims/b2d6c73c-8efe-41c3-b0ff-c1fe3ef110d4/ HTTP/1.1" 200 44351 INFO 2025-10-05 17:05:39,025 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:06:25,667 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:06:51,852 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:07:50,923 basehttp 76743 6161018880 "GET /en/emr/encounters/5011/ HTTP/1.1" 200 118804 INFO 2025-10-05 17:07:50,957 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:08:18,419 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:08:18,573 basehttp 76743 6177845248 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-10-05 17:08:23,835 basehttp 76743 6177845248 "GET /en/emr/problems/ HTTP/1.1" 200 110098 INFO 2025-10-05 17:08:23,876 basehttp 76743 6177845248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:08:26,031 basehttp 76743 6177845248 "GET /en/emr/problems/714/ HTTP/1.1" 200 37564 INFO 2025-10-05 17:08:26,081 basehttp 76743 6177845248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:09:26,098 basehttp 76743 6177845248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:10:26,105 basehttp 76743 6177845248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:11:11,179 basehttp 76743 6177845248 "GET /en/emr/problems/714/ HTTP/1.1" 200 37567 INFO 2025-10-05 17:11:11,211 basehttp 76743 6177845248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:12:11,226 basehttp 76743 6177845248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:13:11,231 basehttp 76743 6177845248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:14:11,223 basehttp 76743 6177845248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:15:11,236 basehttp 76743 6177845248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:16:11,240 basehttp 76743 6177845248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:17:11,256 basehttp 76743 6177845248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:18:11,244 basehttp 76743 6177845248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:19:11,253 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:20:11,241 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:21:11,254 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:22:11,260 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:23:11,253 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:23:33,277 basehttp 76743 6161018880 "GET /en/emr/problems/714/ HTTP/1.1" 200 37566 INFO 2025-10-05 17:23:33,317 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:24:33,329 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:25:33,323 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:26:33,327 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:27:33,330 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:28:33,328 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:29:33,339 basehttp 76743 6161018880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:30:27,803 autoreload 76743 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/models.py changed, reloading. INFO 2025-10-05 17:30:28,473 autoreload 2094 8313250112 Watching for file changes with StatReloader INFO 2025-10-05 17:30:31,678 basehttp 2094 6341865472 "GET /en/emr/problems/714/ HTTP/1.1" 200 36512 INFO 2025-10-05 17:30:31,725 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:31:56,150 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:32:56,153 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:33:56,157 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:34:56,159 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:35:56,163 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:36:56,156 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:37:56,177 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:38:56,184 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:39:56,173 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:40:56,177 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:41:56,190 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:42:56,185 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:43:56,179 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:44:56,191 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:45:56,193 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:46:56,191 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:47:56,199 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:48:56,214 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:49:56,200 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:50:56,208 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:51:56,212 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:52:56,219 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:53:56,219 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:54:56,222 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:55:56,228 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:56:56,228 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:57:56,230 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:58:56,223 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 17:59:56,239 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:00:56,243 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:01:56,237 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:02:56,248 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:03:56,254 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:04:56,255 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:05:56,259 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:06:56,262 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:07:56,266 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:08:56,259 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:09:56,270 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:10:56,272 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:11:56,273 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:12:56,281 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:13:56,284 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:14:56,265 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:15:56,269 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:16:56,272 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:17:56,288 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:18:56,283 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:19:56,285 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:20:57,281 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:21:57,285 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:22:57,270 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:23:57,278 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:24:57,282 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:25:57,279 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:26:57,288 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:27:57,291 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:28:57,287 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:29:57,297 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:30:57,300 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:31:57,303 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:32:57,306 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:33:57,310 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:34:57,312 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:35:57,316 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:36:57,319 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:37:57,322 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:38:57,324 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:39:57,327 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:40:57,334 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:41:57,334 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:42:57,332 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:43:57,341 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:44:57,343 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:45:57,346 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:46:57,350 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:47:57,353 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:48:57,354 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:49:57,363 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:50:57,368 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:51:57,365 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:52:57,368 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:53:57,370 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:54:57,373 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:55:57,376 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:56:57,378 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:57:57,372 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 18:58:58,267 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:00:00,284 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:01:20,277 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:02:20,280 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:03:20,284 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:04:20,286 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:05:21,278 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:06:23,275 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:08:20,278 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:09:20,280 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:11:20,280 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:12:16,366 basehttp 2094 6341865472 "GET /en/emr/icd10/ HTTP/1.1" 200 19485 INFO 2025-10-05 19:12:16,419 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:12:22,033 basehttp 2094 6341865472 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 19485 INFO 2025-10-05 19:12:22,054 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:12:48,293 basehttp 2094 6341865472 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 19485 INFO 2025-10-05 19:12:48,330 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:12:51,919 basehttp 2094 6341865472 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 19485 INFO 2025-10-05 19:12:51,951 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:13:03,017 basehttp 2094 6341865472 "GET /en/emr/icd10/?q=E11.9&mode=description HTTP/1.1" 200 19485 INFO 2025-10-05 19:13:03,050 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:13:10,777 basehttp 2094 6341865472 "GET /en/admin/emr/icd10/ HTTP/1.1" 200 90254 INFO 2025-10-05 19:13:10,793 basehttp 2094 6375518208 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-10-05 19:13:10,793 basehttp 2094 6409170944 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-10-05 19:13:10,793 basehttp 2094 6358691840 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-10-05 19:13:10,794 basehttp 2094 6392344576 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-10-05 19:13:10,795 basehttp 2094 6341865472 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-10-05 19:13:10,795 basehttp 2094 6375518208 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-10-05 19:13:10,796 basehttp 2094 6409170944 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-10-05 19:13:10,796 basehttp 2094 6392344576 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-10-05 19:13:10,797 basehttp 2094 6341865472 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-10-05 19:13:10,797 basehttp 2094 6375518208 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-10-05 19:13:10,798 basehttp 2094 6409170944 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-10-05 19:13:10,798 basehttp 2094 6392344576 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-10-05 19:13:10,801 basehttp 2094 6358691840 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-10-05 19:13:10,801 basehttp 2094 6425997312 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-05 19:13:10,802 basehttp 2094 6341865472 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-10-05 19:13:10,803 basehttp 2094 6425997312 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-10-05 19:13:10,805 basehttp 2094 6341865472 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-10-05 19:13:10,813 basehttp 2094 6341865472 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-10-05 19:13:10,814 basehttp 2094 6341865472 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-10-05 19:14:03,280 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:14:27,135 basehttp 2094 6341865472 "GET /en/admin/emr/icd10/ HTTP/1.1" 200 90254 INFO 2025-10-05 19:14:27,147 basehttp 2094 6341865472 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-05 19:14:28,214 basehttp 2094 6341865472 "GET /en/admin/emr/icd10/ HTTP/1.1" 200 90254 INFO 2025-10-05 19:14:28,226 basehttp 2094 6341865472 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-05 19:14:34,364 basehttp 2094 6341865472 "GET /en/admin/emr/icd10/ HTTP/1.1" 200 90254 INFO 2025-10-05 19:14:34,376 basehttp 2094 6341865472 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-05 19:15:04,277 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:16:05,290 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:17:06,247 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:18:07,244 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:19:08,248 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:20:10,246 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:21:20,235 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:22:20,249 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:24:20,239 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:25:20,248 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:27:20,235 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:28:20,241 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:29:20,238 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:31:20,257 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:32:20,258 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:34:20,257 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:35:20,253 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:37:20,254 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:38:20,255 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:40:20,257 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:41:20,257 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:43:20,257 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:44:25,555 basehttp 2094 6341865472 "GET /en/admin/emr/icd10/ HTTP/1.1" 200 90254 INFO 2025-10-05 19:44:25,567 basehttp 2094 6341865472 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-05 19:44:26,302 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:44:27,132 basehttp 2094 6341865472 "GET /en/emr/icd10/?q=E11.9&mode=description HTTP/1.1" 200 19485 INFO 2025-10-05 19:44:27,187 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:44:31,896 basehttp 2094 6341865472 "GET / HTTP/1.1" 302 0 INFO 2025-10-05 19:44:31,921 basehttp 2094 6358691840 "GET /en/ HTTP/1.1" 200 46967 INFO 2025-10-05 19:44:31,968 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:44:31,975 basehttp 2094 6375518208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-05 19:44:31,976 basehttp 2094 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-05 19:44:35,555 basehttp 2094 6341865472 "GET /en/hr/ HTTP/1.1" 200 237050 INFO 2025-10-05 19:44:35,599 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:44:40,493 basehttp 2094 6341865472 "GET /en/hr/departments/22/ HTTP/1.1" 200 34892 INFO 2025-10-05 19:44:40,544 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:45:00,602 basehttp 2094 6341865472 "GET /en/hr/departments/22/update/ HTTP/1.1" 200 44202 INFO 2025-10-05 19:45:00,635 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:45:18,785 basehttp 2094 6341865472 "GET /en/hr/employees/65/ HTTP/1.1" 200 35861 INFO 2025-10-05 19:45:18,830 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:45:18,831 basehttp 2094 6375518208 "GET /en/hr/employees/65/clock-controls/ HTTP/1.1" 200 503 INFO 2025-10-05 19:45:40,563 basehttp 2094 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:46:40,568 basehttp 2094 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:47:40,573 basehttp 2094 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:48:40,578 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:49:40,577 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:50:40,582 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:51:40,585 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:52:40,588 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:53:40,590 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:54:40,594 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:55:40,591 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:56:40,601 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:57:40,603 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:58:40,599 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 19:59:40,609 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:00:40,612 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:01:40,618 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:02:40,620 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:03:40,624 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:04:40,627 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:05:40,629 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:06:40,633 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:07:40,628 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:08:40,631 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:09:40,641 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:10:40,644 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:11:40,646 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:12:40,650 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:13:40,652 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:14:40,656 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:15:40,651 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:16:40,662 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:17:40,665 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:18:40,659 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:19:40,671 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:20:41,266 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:21:43,270 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:23:20,269 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:24:20,271 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:26:15,134 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:27:15,135 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:27:38,788 basehttp 2094 6341865472 "GET /en/hr/ HTTP/1.1" 200 237050 INFO 2025-10-05 20:27:38,832 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-10-05 20:27:48,739 log 2094 6341865472 Not Found: /en/inpatients/clinical WARNING 2025-10-05 20:27:48,739 basehttp 2094 6341865472 "GET /en/inpatients/clinical HTTP/1.1" 404 43168 INFO 2025-10-05 20:27:57,332 basehttp 2094 6341865472 "GET /en/emr/ HTTP/1.1" 200 64044 INFO 2025-10-05 20:27:57,379 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:27:57,524 basehttp 2094 6358691840 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-10-05 20:28:03,170 basehttp 2094 6358691840 "GET /en/emr/clinical-decision-support/ HTTP/1.1" 200 33092 INFO 2025-10-05 20:28:03,228 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:28:23,173 basehttp 2094 6358691840 "GET /en/emr/api/patient-search/?q=%20689 HTTP/1.1" 200 16 INFO 2025-10-05 20:28:33,825 basehttp 2094 6358691840 "GET /en/emr/api/patient-search/?q=222 HTTP/1.1" 200 220 INFO 2025-10-05 20:28:36,258 basehttp 2094 6358691840 "GET /en/emr/clinical-decision-support/?patient_id=5ea4ba05-00cc-4323-b347-5f164dc87d3a HTTP/1.1" 200 71245 INFO 2025-10-05 20:28:36,298 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:28:36,318 basehttp 2094 6341865472 "GET /en/emr/api/clinical-recommendations/?patient_id=5ea4ba05-00cc-4323-b347-5f164dc87d3a HTTP/1.1" 200 1860 INFO 2025-10-05 20:28:36,330 basehttp 2094 6392344576 "GET /en/emr/api/allergies/?patient_id=5ea4ba05-00cc-4323-b347-5f164dc87d3a HTTP/1.1" 200 260 INFO 2025-10-05 20:28:36,330 basehttp 2094 6375518208 "GET /en/emr/api/drug-interactions/?patient_id=5ea4ba05-00cc-4323-b347-5f164dc87d3a HTTP/1.1" 200 310 INFO 2025-10-05 20:28:36,330 basehttp 2094 6409170944 "GET /en/emr/api/risk-scores/?patient_id=5ea4ba05-00cc-4323-b347-5f164dc87d3a HTTP/1.1" 200 406 INFO 2025-10-05 20:29:36,311 basehttp 2094 6409170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:29:52,322 basehttp 2094 6409170944 "GET /en/emr/clinical-decision-support/?patient_id=5ea4ba05-00cc-4323-b347-5f164dc87d3a HTTP/1.1" 200 71245 INFO 2025-10-05 20:29:52,369 basehttp 2094 6409170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:29:52,398 basehttp 2094 6341865472 "GET /en/emr/api/allergies/?patient_id=5ea4ba05-00cc-4323-b347-5f164dc87d3a HTTP/1.1" 200 260 INFO 2025-10-05 20:29:52,400 basehttp 2094 6358691840 "GET /en/emr/api/risk-scores/?patient_id=5ea4ba05-00cc-4323-b347-5f164dc87d3a HTTP/1.1" 200 406 INFO 2025-10-05 20:29:52,401 basehttp 2094 6375518208 "GET /en/emr/api/drug-interactions/?patient_id=5ea4ba05-00cc-4323-b347-5f164dc87d3a HTTP/1.1" 200 310 INFO 2025-10-05 20:29:52,401 basehttp 2094 6392344576 "GET /en/emr/api/clinical-recommendations/?patient_id=5ea4ba05-00cc-4323-b347-5f164dc87d3a HTTP/1.1" 200 1860 INFO 2025-10-05 20:29:59,480 basehttp 2094 6392344576 "GET /en/emr/clinical-decision-support/?patient_id=5ea4ba05-00cc-4323-b347-5f164dc87d3a HTTP/1.1" 200 71245 INFO 2025-10-05 20:29:59,524 basehttp 2094 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:29:59,552 basehttp 2094 6358691840 "GET /en/emr/api/drug-interactions/?patient_id=5ea4ba05-00cc-4323-b347-5f164dc87d3a HTTP/1.1" 200 310 INFO 2025-10-05 20:29:59,555 basehttp 2094 6409170944 "GET /en/emr/api/risk-scores/?patient_id=5ea4ba05-00cc-4323-b347-5f164dc87d3a HTTP/1.1" 200 406 INFO 2025-10-05 20:29:59,556 basehttp 2094 6375518208 "GET /en/emr/api/clinical-recommendations/?patient_id=5ea4ba05-00cc-4323-b347-5f164dc87d3a HTTP/1.1" 200 1860 INFO 2025-10-05 20:29:59,556 basehttp 2094 6341865472 "GET /en/emr/api/allergies/?patient_id=5ea4ba05-00cc-4323-b347-5f164dc87d3a HTTP/1.1" 200 260 INFO 2025-10-05 20:30:05,709 basehttp 2094 6341865472 "GET /en/emr/api/drug-interactions/?patient_id=5ea4ba05-00cc-4323-b347-5f164dc87d3a HTTP/1.1" 200 310 INFO 2025-10-05 20:30:22,645 basehttp 2094 6341865472 "GET /en/emr/api/allergies/?patient_id=5ea4ba05-00cc-4323-b347-5f164dc87d3a HTTP/1.1" 200 260 INFO 2025-10-05 20:30:59,508 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:31:59,514 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:32:59,518 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:33:59,516 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:34:59,511 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:35:59,524 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:36:59,523 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:37:04,243 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:37:06,354 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:37:13,617 basehttp 2094 6341865472 "GET /en/hr/ HTTP/1.1" 200 237050 INFO 2025-10-05 20:37:13,660 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:37:24,590 basehttp 2094 6341865472 "GET /en/hr/time-entries/ HTTP/1.1" 200 139631 INFO 2025-10-05 20:37:24,640 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:37:35,254 basehttp 2094 6341865472 "GET /en/hr/reviews/ HTTP/1.1" 200 147983 INFO 2025-10-05 20:37:35,295 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:37:43,354 basehttp 2094 6341865472 "GET /en/hr/departments/ HTTP/1.1" 200 133637 INFO 2025-10-05 20:37:43,369 basehttp 2094 6341865472 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-10-05 20:37:43,370 basehttp 2094 6358691840 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 INFO 2025-10-05 20:37:43,371 basehttp 2094 6375518208 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-10-05 20:37:43,371 basehttp 2094 6409170944 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-10-05 20:37:43,372 basehttp 2094 6392344576 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-10-05 20:37:43,374 basehttp 2094 6425997312 "GET /static/plugins/jszip/dist/jszip.min.js HTTP/1.1" 200 97630 INFO 2025-10-05 20:37:43,380 basehttp 2094 6358691840 "GET /static/plugins/pdfmake/build/vfs_fonts.js HTTP/1.1" 200 828866 INFO 2025-10-05 20:37:43,380 basehttp 2094 6341865472 "GET /static/plugins/pdfmake/build/pdfmake.min.js HTTP/1.1" 200 1400771 INFO 2025-10-05 20:37:43,409 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:37:46,052 basehttp 2094 6358691840 "GET /en/hr/departments/21/ HTTP/1.1" 200 39246 INFO 2025-10-05 20:37:46,094 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:37:52,234 basehttp 2094 6358691840 "GET /en/hr/departments/37/ HTTP/1.1" 200 41910 INFO 2025-10-05 20:37:52,248 basehttp 2094 6358691840 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-10-05 20:37:52,275 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:38:52,286 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 20:39:53,244 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:40:54,248 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:41:55,247 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:42:56,246 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:43:24,400 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:43:25,902 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:43:25,914 basehttp 2094 6341865472 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-05 20:43:28,195 basehttp 2094 6341865472 "GET /en/hr/employees/ HTTP/1.1" 200 127309 INFO 2025-10-05 20:43:28,251 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:43:29,239 basehttp 2094 6341865472 "GET /en/hr/employees/50/ HTTP/1.1" 200 35953 INFO 2025-10-05 20:43:29,290 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:43:29,291 basehttp 2094 6358691840 "GET /en/hr/employees/50/clock-controls/ HTTP/1.1" 200 503 INFO 2025-10-05 20:44:12,266 basehttp 2094 6358691840 "GET /en/hr/schedules/ HTTP/1.1" 200 122385 INFO 2025-10-05 20:44:12,302 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:44:16,264 basehttp 2094 6358691840 "GET /en/hr/schedules/84/ HTTP/1.1" 200 32767 INFO 2025-10-05 20:44:16,309 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:44:26,212 basehttp 2094 6358691840 "GET /en/hr/schedules/108/ HTTP/1.1" 200 136144 WARNING 2025-10-05 20:44:26,223 basehttp 2094 6358691840 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-10-05 20:44:26,252 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-10-05 20:44:26,272 basehttp 2094 6341865472 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-10-05 20:44:28,019 basehttp 2094 6341865472 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-10-05 20:44:53,539 basehttp 2094 6341865472 "GET /en/hr/reviews HTTP/1.1" 301 0 INFO 2025-10-05 20:44:53,561 basehttp 2094 6358691840 "GET /en/hr/reviews/ HTTP/1.1" 200 147983 INFO 2025-10-05 20:44:53,604 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:44:56,184 basehttp 2094 6358691840 "GET /en/hr/reviews/145/ HTTP/1.1" 200 52935 INFO 2025-10-05 20:44:56,234 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:45:33,397 basehttp 2094 6358691840 "GET /en/hr/reviews/57/ HTTP/1.1" 200 47833 INFO 2025-10-05 20:45:33,443 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:45:53,618 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:45:55,128 basehttp 2094 6358691840 "GET /en/hr/reviews/104/delete/ HTTP/1.1" 200 24679 INFO 2025-10-05 20:45:55,164 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:46:00,890 basehttp 2094 6358691840 "GET /en/hr/reviews/34/ HTTP/1.1" 200 51102 INFO 2025-10-05 20:46:00,925 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:46:07,188 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:46:15,848 basehttp 2094 6358691840 "GET /en/hr/training/records/ HTTP/1.1" 200 231028 INFO 2025-10-05 20:46:15,875 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:47:15,887 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:48:15,893 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:49:15,900 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:50:15,899 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:50:59,510 basehttp 2094 6341865472 "GET /en/hr/training/records/157/ HTTP/1.1" 200 39784 INFO 2025-10-05 20:50:59,548 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:51:15,903 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:51:21,196 basehttp 2094 6341865472 "GET /en/hr/training/programs/ HTTP/1.1" 200 73686 INFO 2025-10-05 20:51:21,225 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:51:36,664 basehttp 2094 6341865472 "GET /en/hr/training/programs/7/ HTTP/1.1" 200 39898 INFO 2025-10-05 20:51:36,696 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:51:50,707 basehttp 2094 6341865472 "GET /en/hr/training/programs/6/ HTTP/1.1" 200 32270 INFO 2025-10-05 20:51:50,743 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:52:28,777 basehttp 2094 6341865472 "GET /en/hr/training/sessions/10/ HTTP/1.1" 200 125959 INFO 2025-10-05 20:52:28,816 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:52:48,687 basehttp 2094 6341865472 "POST /hr/training/enrollments/20/attendance/ HTTP/1.1" 302 0 INFO 2025-10-05 20:52:48,699 basehttp 2094 6358691840 "GET /en/hr/training/enrollments/20/attendance/ HTTP/1.1" 302 0 INFO 2025-10-05 20:52:48,730 basehttp 2094 6358691840 "GET /en/hr/training/sessions/10/ HTTP/1.1" 200 125959 INFO 2025-10-05 20:52:48,770 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:52:51,547 basehttp 2094 6358691840 "GET /en/hr/training/sessions/10/ HTTP/1.1" 200 125959 INFO 2025-10-05 20:52:51,586 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-10-05 20:52:57,379 log 2094 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 20:52:57,379 basehttp 2094 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 20:52:57,399 basehttp 2094 6358691840 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-05 20:53:26,091 basehttp 2094 6341865472 "GET /en/hr/training/records/20/ HTTP/1.1" 200 36050 WARNING 2025-10-05 20:53:26,107 log 2094 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 20:53:26,107 basehttp 2094 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-05 20:53:26,180 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-10-05 20:53:26,183 basehttp 2094 6341865472 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-05 20:53:43,123 basehttp 2094 6358691840 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-05 20:53:43,126 log 2094 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 20:53:43,127 basehttp 2094 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 20:53:43,135 log 2094 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 20:53:43,135 basehttp 2094 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-05 20:53:47,503 basehttp 2094 6341865472 "GET /en/hr/training/programs/6/ HTTP/1.1" 200 32270 WARNING 2025-10-05 20:53:47,520 log 2094 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 20:53:47,520 basehttp 2094 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 20:53:47,592 basehttp 2094 6358691840 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-05 20:53:47,593 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-10-05 20:53:52,271 log 2094 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 20:53:52,273 basehttp 2094 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 20:53:52,273 basehttp 2094 6358691840 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-05 20:53:52,280 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-10-05 20:53:52,282 log 2094 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 20:53:52,282 basehttp 2094 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 20:53:52,498 log 2094 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 20:53:52,498 basehttp 2094 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 20:53:52,580 basehttp 2094 6375518208 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-05 20:53:52,732 log 2094 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 20:53:52,732 basehttp 2094 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-05 20:53:52,738 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-10-05 20:53:52,741 log 2094 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 20:53:52,741 basehttp 2094 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 20:53:52,972 log 2094 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 20:53:52,972 basehttp 2094 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-05 20:53:52,977 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-10-05 20:53:52,983 log 2094 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 20:53:52,983 basehttp 2094 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 20:53:53,454 log 2094 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 20:53:53,455 basehttp 2094 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-05 20:53:53,463 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-10-05 20:53:53,467 log 2094 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 20:53:53,468 basehttp 2094 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 20:53:54,017 log 2094 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 20:53:54,018 basehttp 2094 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-05 20:53:54,023 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-10-05 20:53:54,032 log 2094 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 20:53:54,032 basehttp 2094 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 20:53:56,549 log 2094 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 20:53:56,549 basehttp 2094 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 20:53:56,630 basehttp 2094 6341865472 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-05 20:53:56,631 basehttp 2094 6358691840 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-10-05 20:54:27,539 basehttp 2094 6358691840 "GET /en/hr/schedules/create/ HTTP/1.1" 200 37000 WARNING 2025-10-05 20:54:27,558 log 2094 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 20:54:27,559 basehttp 2094 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-05 20:54:27,561 basehttp 2094 6341865472 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-10-05 20:54:27,561 basehttp 2094 6375518208 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 WARNING 2025-10-05 20:54:27,624 basehttp 2094 6375518208 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-05 20:54:27,630 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-10-05 20:54:32,639 log 2094 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 20:54:32,639 basehttp 2094 6341865472 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-05 20:54:32,639 basehttp 2094 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 20:54:32,651 log 2094 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 20:54:32,651 basehttp 2094 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 20:54:33,339 log 2094 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 20:54:33,339 basehttp 2094 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 20:54:33,426 basehttp 2094 6358691840 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-05 20:54:41,004 basehttp 2094 6341865472 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-05 20:54:41,007 log 2094 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 20:54:41,008 basehttp 2094 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 20:54:41,018 log 2094 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 20:54:41,018 basehttp 2094 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 20:54:53,517 basehttp 2094 6358691840 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-05 20:54:53,519 log 2094 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 20:54:53,519 basehttp 2094 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 20:54:53,532 log 2094 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 20:54:53,532 basehttp 2094 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 20:54:54,760 log 2094 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-05 20:54:54,761 basehttp 2094 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-05 20:54:54,855 basehttp 2094 6341865472 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-05 20:55:55,247 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 20:58:51,960 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 21:15:11,471 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-05 22:22:02,256 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-05 22:23:25,647 basehttp 2094 6341865472 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-05 22:23:29,636 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-05 22:25:45,870 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-05 22:56:47,356 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 22:57:47,440 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 22:58:47,435 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 22:59:40,124 basehttp 2094 6341865472 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-05 22:59:48,470 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:00:50,471 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:02:05,479 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:04:05,470 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:04:40,479 basehttp 2094 6341865472 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-05 23:06:05,469 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:08:05,474 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:09:40,490 basehttp 2094 6341865472 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-05 23:10:05,473 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:12:05,463 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:14:05,465 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:14:40,457 basehttp 2094 6341865472 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-05 23:16:05,476 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:18:05,456 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:19:21,582 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:19:40,462 basehttp 2094 6341865472 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-05 23:20:22,462 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:22:05,447 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:24:05,457 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:25:05,460 basehttp 2094 6341865472 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-05 23:26:05,446 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:28:05,450 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:30:05,497 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:30:05,512 basehttp 2094 6358691840 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-05 23:32:05,469 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:34:05,475 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:35:05,484 basehttp 2094 6358691840 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-05 23:36:05,471 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:38:05,473 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:40:05,485 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:40:05,496 basehttp 2094 6341865472 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-05 23:42:05,471 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:44:05,620 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:45:05,525 basehttp 2094 6341865472 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-05 23:46:05,534 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:48:05,517 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:49:54,443 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:49:54,458 basehttp 2094 6358691840 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-05 23:50:54,526 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:51:56,520 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:53:05,517 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:55:05,537 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:55:05,548 basehttp 2094 6341865472 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-05 23:57:05,533 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-05 23:59:05,525 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 00:00:05,542 basehttp 2094 6341865472 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-06 00:01:05,519 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 00:03:05,528 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 00:05:05,551 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 00:05:05,566 basehttp 2094 6358691840 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-06 00:07:05,593 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 00:08:10,199 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 00:10:05,675 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 00:10:05,717 basehttp 2094 6358691840 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-06 00:12:05,540 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 00:14:18,853 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 00:15:05,556 basehttp 2094 6341865472 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-06 00:16:09,044 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 00:21:05,591 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 00:21:05,624 basehttp 2094 6341865472 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-06 00:23:05,534 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 00:25:05,558 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 00:25:05,572 basehttp 2094 6358691840 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-06 00:27:05,546 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 00:29:05,546 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 00:30:05,559 basehttp 2094 6358691840 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-06 00:31:05,556 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 00:33:05,553 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 00:35:05,558 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 00:35:05,567 basehttp 2094 6341865472 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-06 00:37:05,557 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 00:39:05,571 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 00:40:05,569 basehttp 2094 6341865472 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-06 00:41:05,558 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 00:43:05,560 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 00:45:05,461 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 00:45:05,471 basehttp 2094 6358691840 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-06 00:47:05,461 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 00:49:05,456 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 00:50:05,475 basehttp 2094 6358691840 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-06 00:51:05,467 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 00:53:05,458 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 00:55:05,462 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 00:55:05,473 basehttp 2094 6341865472 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-06 00:57:05,471 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 00:59:05,465 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 01:00:05,459 basehttp 2094 6341865472 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 2 INFO 2025-10-06 01:01:05,400 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 01:03:05,394 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 01:03:47,130 basehttp 2094 6341865472 "GET /en/hr/ HTTP/1.1" 200 237050 WARNING 2025-10-06 01:03:47,149 log 2094 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:03:47,149 basehttp 2094 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-06 01:03:47,227 basehttp 2094 6341865472 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 01:03:47,235 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 01:04:37,821 basehttp 2094 6358691840 "GET /en/hr/ HTTP/1.1" 200 237050 INFO 2025-10-06 01:04:37,828 basehttp 2094 6375518208 "GET /static/css/custom.css HTTP/1.1" 200 2844 INFO 2025-10-06 01:04:37,830 basehttp 2094 6392344576 "GET /static/plugins/toastr/toastr.css HTTP/1.1" 200 7860 WARNING 2025-10-06 01:04:37,831 log 2094 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-10-06 01:04:37,831 basehttp 2094 6409170944 "GET /static/img/user/user-12.jpg HTTP/1.1" 200 8541 WARNING 2025-10-06 01:04:37,832 basehttp 2094 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 01:04:37,835 basehttp 2094 6392344576 "GET /static/plugins/toastr/toastr.min.js HTTP/1.1" 200 5536 INFO 2025-10-06 01:04:37,836 basehttp 2094 6425997312 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-10-06 01:04:37,837 basehttp 2094 6392344576 "GET /static/js/custom.js HTTP/1.1" 200 4109 INFO 2025-10-06 01:04:37,837 basehttp 2094 6358691840 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-10-06 01:04:37,840 basehttp 2094 6409170944 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-10-06 01:04:37,841 basehttp 2094 6341865472 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-10-06 01:04:37,845 basehttp 2094 6375518208 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-10-06 01:04:37,878 basehttp 2094 6375518208 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-10-06 01:04:37,984 basehttp 2094 6375518208 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-10-06 01:04:37,984 basehttp 2094 6341865472 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-10-06 01:04:37,985 basehttp 2094 6392344576 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-10-06 01:04:37,985 basehttp 2094 6358691840 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-10-06 01:04:37,985 basehttp 2094 6425997312 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-10-06 01:04:37,985 basehttp 2094 6409170944 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-10-06 01:04:37,990 basehttp 2094 6375518208 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-10-06 01:04:37,990 basehttp 2094 6425997312 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-10-06 01:04:37,990 basehttp 2094 6358691840 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-10-06 01:04:37,991 basehttp 2094 6341865472 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-10-06 01:04:37,992 basehttp 2094 6409170944 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-10-06 01:04:37,992 basehttp 2094 6392344576 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-10-06 01:04:37,994 basehttp 2094 6409170944 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-10-06 01:04:37,994 basehttp 2094 6375518208 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-10-06 01:04:37,995 basehttp 2094 6358691840 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-10-06 01:04:37,995 basehttp 2094 6425997312 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-10-06 01:04:37,995 basehttp 2094 6341865472 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-10-06 01:04:37,996 basehttp 2094 6392344576 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-10-06 01:04:37,998 basehttp 2094 6375518208 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-10-06 01:04:37,998 basehttp 2094 6409170944 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-10-06 01:04:37,999 basehttp 2094 6358691840 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-10-06 01:04:37,999 basehttp 2094 6341865472 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-10-06 01:04:38,009 basehttp 2094 6341865472 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-10-06 01:04:38,012 basehttp 2094 6341865472 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 01:04:38,020 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-10-06 01:04:38,100 log 2094 6358691840 Not Found: /favicon.ico WARNING 2025-10-06 01:04:38,100 basehttp 2094 6358691840 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-10-06 01:05:38,020 basehttp 2094 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 01:06:12,375 basehttp 2094 6358691840 "GET / HTTP/1.1" 302 0 INFO 2025-10-06 01:06:12,392 basehttp 2094 6409170944 "GET /en/ HTTP/1.1" 200 46968 WARNING 2025-10-06 01:06:12,414 log 2094 6409170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:06:12,414 basehttp 2094 6409170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-06 01:06:12,482 basehttp 2094 6425997312 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 01:06:12,494 basehttp 2094 6409170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 01:06:12,501 basehttp 2094 6392344576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-06 01:06:12,503 basehttp 2094 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-06 01:06:19,024 basehttp 2094 6375518208 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-10-06 01:06:19,115 basehttp 2094 6392344576 "GET /en/emr/ HTTP/1.1" 200 64044 WARNING 2025-10-06 01:06:19,134 log 2094 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:06:19,134 basehttp 2094 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-06 01:06:19,149 basehttp 2094 6341865472 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 01:06:19,154 basehttp 2094 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 01:06:19,340 basehttp 2094 6409170944 "GET /en/emr/stats/ HTTP/1.1" 200 7161 INFO 2025-10-06 01:06:32,924 basehttp 2094 6409170944 "GET /en/emr/icd10/ HTTP/1.1" 200 19485 WARNING 2025-10-06 01:06:32,945 log 2094 6409170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:06:32,945 basehttp 2094 6409170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 01:06:32,960 basehttp 2094 6409170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-10-06 01:06:32,988 basehttp 2094 6409170944 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 01:06:36,540 basehttp 2094 6392344576 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 19485 WARNING 2025-10-06 01:06:36,558 log 2094 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:06:36,558 basehttp 2094 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 01:06:36,606 basehttp 2094 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-10-06 01:06:36,606 basehttp 2094 6341865472 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 01:07:36,611 basehttp 2094 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 01:08:36,614 basehttp 2094 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 01:09:36,612 basehttp 2094 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 01:09:40,428 basehttp 2094 6392344576 "GET /en/admin/emr/icd10/ HTTP/1.1" 200 90254 INFO 2025-10-06 01:09:40,441 basehttp 2094 6392344576 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-10-06 01:09:40,445 basehttp 2094 6375518208 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-10-06 01:09:40,445 basehttp 2094 6392344576 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-10-06 01:09:40,446 basehttp 2094 6358691840 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-10-06 01:09:40,446 basehttp 2094 6341865472 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-10-06 01:09:40,448 basehttp 2094 6392344576 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-10-06 01:09:40,448 basehttp 2094 6375518208 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-10-06 01:09:40,449 basehttp 2094 6358691840 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-10-06 01:09:40,449 basehttp 2094 6341865472 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-10-06 01:09:40,449 basehttp 2094 6392344576 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-10-06 01:09:40,450 basehttp 2094 6375518208 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-10-06 01:09:40,452 basehttp 2094 6409170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-06 01:09:40,453 basehttp 2094 6358691840 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-10-06 01:09:40,454 basehttp 2094 6425997312 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-10-06 01:09:40,458 basehttp 2094 6425997312 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-10-06 01:09:40,458 basehttp 2094 6341865472 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-10-06 01:09:40,462 basehttp 2094 6341865472 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-10-06 01:09:40,469 basehttp 2094 6341865472 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-10-06 01:09:40,470 basehttp 2094 6341865472 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-10-06 01:10:04,554 basehttp 2094 6341865472 "GET /en/admin/emr/icd10/ HTTP/1.1" 200 90254 INFO 2025-10-06 01:10:04,568 basehttp 2094 6341865472 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-06 01:10:37,390 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 01:11:38,387 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 01:12:39,376 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 01:13:41,386 basehttp 2094 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 01:13:56,297 autoreload 2094 8313250112 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/models.py changed, reloading. INFO 2025-10-06 01:13:56,780 autoreload 70759 8313250112 Watching for file changes with StatReloader INFO 2025-10-06 01:15:56,083 autoreload 71812 8313250112 Watching for file changes with StatReloader INFO 2025-10-06 01:15:59,518 basehttp 71812 6204846080 "GET /en/admin/emr/icd10/ HTTP/1.1" 200 125072 INFO 2025-10-06 01:15:59,546 basehttp 71812 6204846080 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-06 01:16:05,765 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 01:16:06,570 basehttp 71812 6204846080 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 48254 WARNING 2025-10-06 01:16:06,590 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:16:06,591 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 01:16:06,652 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-10-06 01:16:06,663 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 01:16:09,772 basehttp 71812 6221672448 "GET /en/emr/icd10/A01.04/ HTTP/1.1" 200 21513 WARNING 2025-10-06 01:16:09,793 log 71812 6221672448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:16:09,793 basehttp 71812 6221672448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 01:16:09,857 basehttp 71812 6221672448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-10-06 01:16:09,864 basehttp 71812 6221672448 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-06 01:16:13,017 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-06 01:16:13,024 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:16:13,025 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-06 01:16:13,051 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:16:13,052 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 01:16:14,948 basehttp 71812 6204846080 "GET /en/emr/icd10/A39.84/ HTTP/1.1" 200 21533 WARNING 2025-10-06 01:16:14,977 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:16:14,977 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 01:16:15,012 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-10-06 01:16:15,014 basehttp 71812 6221672448 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 01:16:20,162 basehttp 71812 6204846080 "GET /en/emr/icd10/A39.8/ HTTP/1.1" 200 24714 WARNING 2025-10-06 01:16:20,182 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:16:20,182 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 01:16:20,222 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-10-06 01:16:20,225 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 01:16:28,730 basehttp 71812 6221672448 "GET /en/emr/icd10/A39.82/ HTTP/1.1" 200 21547 WARNING 2025-10-06 01:16:28,754 log 71812 6221672448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:16:28,754 basehttp 71812 6221672448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 01:16:28,793 basehttp 71812 6221672448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-10-06 01:16:28,800 basehttp 71812 6221672448 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 01:16:30,795 basehttp 71812 6204846080 "GET /en/emr/icd10/A39.8/ HTTP/1.1" 200 24714 WARNING 2025-10-06 01:16:30,819 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:16:30,819 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 01:16:30,861 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-10-06 01:16:30,867 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 01:16:35,034 basehttp 71812 6221672448 "GET /en/emr/icd10/A39.89/ HTTP/1.1" 200 21539 WARNING 2025-10-06 01:16:35,056 log 71812 6221672448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:16:35,056 basehttp 71812 6221672448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-06 01:16:35,092 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 01:16:35,092 basehttp 71812 6221672448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 01:16:36,752 basehttp 71812 6221672448 "GET /en/emr/icd10/A39/ HTTP/1.1" 200 26266 WARNING 2025-10-06 01:16:36,768 log 71812 6221672448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:16:36,768 basehttp 71812 6221672448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 01:16:36,805 basehttp 71812 6221672448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-10-06 01:16:36,808 basehttp 71812 6221672448 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 01:16:43,632 basehttp 71812 6204846080 "GET /en/emr/icd10/A39.0/ HTTP/1.1" 200 21319 WARNING 2025-10-06 01:16:43,653 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:16:43,653 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 01:16:43,693 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-10-06 01:16:43,693 basehttp 71812 6221672448 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-06 01:16:45,556 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-06 01:16:45,561 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:16:45,562 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-06 01:16:45,587 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:16:45,587 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 01:16:52,770 basehttp 71812 6204846080 "GET /en/emr/icd10/A39.0/ HTTP/1.1" 200 21319 WARNING 2025-10-06 01:16:52,803 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:16:52,803 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 01:16:52,830 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-10-06 01:16:52,836 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-06 01:16:57,163 basehttp 71812 6221672448 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-06 01:16:57,169 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:16:57,169 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-06 01:16:57,197 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:16:57,197 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-06 01:16:58,229 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-06 01:16:58,235 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:16:58,235 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-06 01:16:58,261 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:16:58,261 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 01:17:00,028 basehttp 71812 6204846080 "GET /en/emr/icd10/A39/ HTTP/1.1" 200 26266 WARNING 2025-10-06 01:17:00,055 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:17:00,056 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 01:17:00,089 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-10-06 01:17:00,095 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 01:17:06,041 basehttp 71812 6221672448 "GET /en/emr/icd10/A39.0/ HTTP/1.1" 200 21319 WARNING 2025-10-06 01:17:06,065 log 71812 6221672448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:17:06,065 basehttp 71812 6221672448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 01:17:06,102 basehttp 71812 6221672448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-10-06 01:17:06,106 basehttp 71812 6221672448 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 01:17:09,749 basehttp 71812 6204846080 "GET /en/emr/icd10/A39/ HTTP/1.1" 200 26266 WARNING 2025-10-06 01:17:09,773 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:17:09,773 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 01:17:09,810 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-10-06 01:17:09,815 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 01:17:12,717 basehttp 71812 6221672448 "GET /en/emr/icd10/A39.4/ HTTP/1.1" 200 21327 WARNING 2025-10-06 01:17:12,740 log 71812 6221672448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:17:12,740 basehttp 71812 6221672448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 01:17:12,778 basehttp 71812 6221672448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-10-06 01:17:12,782 basehttp 71812 6221672448 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-06 01:17:14,376 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-06 01:17:14,381 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:17:14,381 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-06 01:17:14,408 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:17:14,408 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-06 01:17:14,662 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-06 01:17:14,666 log 71812 6221672448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:17:14,666 basehttp 71812 6221672448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-06 01:17:14,692 log 71812 6221672448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:17:14,692 basehttp 71812 6221672448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-06 01:17:15,079 basehttp 71812 6221672448 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-06 01:17:15,085 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:17:15,085 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-06 01:17:15,109 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:17:15,109 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-06 01:17:15,649 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-06 01:17:15,653 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:17:15,653 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-06 01:17:15,677 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:17:15,677 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-06 01:17:16,161 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:17:16,161 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-06 01:17:16,191 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-06 01:17:20,641 log 71812 6221672448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:17:20,642 basehttp 71812 6221672448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-06 01:17:20,657 basehttp 71812 6221672448 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-06 01:17:23,938 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:17:23,938 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-06 01:17:23,951 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-06 01:17:25,910 log 71812 6221672448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:17:25,910 basehttp 71812 6221672448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-06 01:17:25,923 basehttp 71812 6221672448 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 01:17:28,606 basehttp 71812 6204846080 "GET /en/emr/icd10/A39.8/ HTTP/1.1" 200 24714 WARNING 2025-10-06 01:17:28,628 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:17:28,629 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 01:17:28,666 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-10-06 01:17:28,670 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 01:17:33,589 basehttp 71812 6221672448 "GET /en/emr/icd10/A39.81/ HTTP/1.1" 200 21531 WARNING 2025-10-06 01:17:33,613 log 71812 6221672448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:17:33,613 basehttp 71812 6221672448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 01:17:33,652 basehttp 71812 6221672448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-10-06 01:17:33,654 basehttp 71812 6221672448 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-06 01:17:35,786 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-06 01:17:35,792 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:17:35,792 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-06 01:17:35,818 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 01:17:35,819 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 01:18:28,683 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 01:19:28,684 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 01:20:28,686 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 01:21:28,689 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 01:22:28,691 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 01:23:28,694 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 01:24:29,535 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 01:42:30,144 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 01:59:58,724 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 02:33:50,086 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 03:06:24,050 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 03:25:35,543 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 03:57:59,303 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 04:26:41,199 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 04:58:30,117 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:00:30,110 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:02:30,117 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:04:30,105 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:06:30,115 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:08:30,118 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:10:30,104 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:12:30,117 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:14:30,134 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:16:30,136 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:18:30,138 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:20:30,138 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:22:30,137 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:24:30,139 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:26:30,135 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:28:30,014 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:30:30,021 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:32:30,020 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:34:30,019 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:36:30,016 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:38:30,007 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:40:30,014 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:42:30,013 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:44:30,122 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:46:30,120 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:48:30,119 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:50:30,121 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:52:30,109 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:54:30,121 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:56:30,116 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 05:58:30,121 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 06:27:42,664 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-10-06 06:48:38,668 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 06:54:38,285 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 06:56:38,281 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 06:58:38,283 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 07:00:38,279 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 07:02:38,281 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 07:03:38,292 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 07:05:38,277 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 07:07:38,284 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 07:09:38,296 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 07:11:38,295 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 07:13:38,287 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 07:15:38,267 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 07:17:38,266 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 07:19:38,267 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 07:21:38,256 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 07:23:38,271 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 07:25:38,264 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 07:27:38,261 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 07:29:38,305 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 07:31:38,310 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 07:33:38,302 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 07:35:38,316 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 07:37:38,317 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 07:39:38,316 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 07:41:38,317 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 07:43:38,309 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 07:45:38,266 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 07:47:38,267 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 07:49:38,263 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 07:51:38,263 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 07:53:38,278 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 08:27:19,601 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 08:33:00,708 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 08:35:00,703 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 08:37:00,705 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 08:39:00,696 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 08:41:00,703 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 08:43:00,700 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 08:45:00,706 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 08:47:00,710 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 08:49:00,706 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-06 08:49:20,116 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 08:49:20,116 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-06 08:49:20,163 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-06 08:49:20,652 log 71812 6221672448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 08:49:20,652 basehttp 71812 6221672448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-06 08:49:20,713 basehttp 71812 6221672448 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-06 08:49:21,421 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 08:49:21,421 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-06 08:49:21,466 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-06 08:49:22,180 log 71812 6221672448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 08:49:22,180 basehttp 71812 6221672448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-06 08:49:22,194 basehttp 71812 6221672448 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-06 08:49:53,680 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 08:49:53,680 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-06 08:49:53,735 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 08:50:23,735 basehttp 71812 6221672448 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-06 08:50:53,760 basehttp 71812 6221672448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 08:50:53,765 basehttp 71812 6238498816 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-06 08:50:53,766 basehttp 71812 6204846080 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-06 08:51:23,735 basehttp 71812 6204846080 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-06 08:51:53,769 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 08:51:53,770 basehttp 71812 6238498816 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-06 08:51:53,771 basehttp 71812 6221672448 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-06 08:52:23,744 basehttp 71812 6204846080 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-06 08:52:53,775 basehttp 71812 6221672448 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-06 08:52:53,775 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 08:52:53,776 basehttp 71812 6238498816 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-06 08:53:24,750 basehttp 71812 6204846080 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-06 08:53:54,761 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 08:53:54,762 basehttp 71812 6221672448 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-06 08:53:55,747 basehttp 71812 6221672448 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-06 08:55:22,072 basehttp 71812 6221672448 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-06 08:55:22,072 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 08:55:24,052 basehttp 71812 6204846080 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-06 08:56:23,065 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 08:56:23,066 basehttp 71812 6221672448 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-06 08:56:27,052 basehttp 71812 6204846080 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-06 08:57:27,082 basehttp 71812 6221672448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 08:57:27,083 basehttp 71812 6238498816 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-06 08:57:27,084 basehttp 71812 6204846080 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-06 09:04:00,477 basehttp 71812 6204846080 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-06 09:04:30,360 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 09:04:30,368 basehttp 71812 6221672448 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-06 09:04:30,369 basehttp 71812 6238498816 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-06 09:05:00,358 basehttp 71812 6204846080 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-06 09:05:30,362 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 09:05:30,369 basehttp 71812 6221672448 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-06 09:05:30,371 basehttp 71812 6238498816 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-06 09:06:00,345 basehttp 71812 6238498816 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-06 09:06:31,363 basehttp 71812 6238498816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 09:06:31,363 basehttp 71812 6221672448 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-06 09:06:31,365 basehttp 71812 6204846080 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-06 09:07:02,326 basehttp 71812 6204846080 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-06 09:08:04,351 basehttp 71812 6238498816 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-06 09:08:04,352 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 09:08:04,353 basehttp 71812 6221672448 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-06 09:09:30,358 basehttp 71812 6238498816 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-06 09:09:30,358 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 09:09:30,360 basehttp 71812 6221672448 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-06 09:10:30,334 basehttp 71812 6221672448 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-06 09:11:30,332 basehttp 71812 6221672448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 09:11:30,336 basehttp 71812 6204846080 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-06 09:11:30,338 basehttp 71812 6238498816 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-06 09:12:30,334 basehttp 71812 6238498816 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-06 09:13:30,338 basehttp 71812 6238498816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 09:13:30,341 basehttp 71812 6204846080 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-06 09:13:30,342 basehttp 71812 6221672448 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-06 09:14:30,319 basehttp 71812 6221672448 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-06 09:15:16,097 basehttp 71812 6204846080 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-06 09:15:16,097 basehttp 71812 6221672448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 09:15:16,098 basehttp 71812 6238498816 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-06 09:15:46,077 basehttp 71812 6238498816 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-06 09:15:48,695 basehttp 71812 6238498816 "GET /en/blood-bank HTTP/1.1" 301 0 INFO 2025-10-06 09:15:48,729 basehttp 71812 6221672448 "GET /en/blood-bank/ HTTP/1.1" 200 204429 WARNING 2025-10-06 09:15:48,744 log 71812 6221672448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 09:15:48,744 basehttp 71812 6221672448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 09:15:48,753 basehttp 71812 6288977920 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-10-06 09:15:48,753 basehttp 71812 6221672448 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-10-06 09:15:48,753 basehttp 71812 6204846080 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-10-06 09:15:48,754 basehttp 71812 6272151552 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-10-06 09:15:48,755 basehttp 71812 6255325184 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-10-06 09:15:48,756 basehttp 71812 6238498816 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 WARNING 2025-10-06 09:15:48,844 basehttp 71812 6238498816 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 09:15:48,852 basehttp 71812 6255325184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 09:16:48,867 basehttp 71812 6255325184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 09:17:49,273 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 09:18:50,289 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 09:19:51,288 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 09:20:49,301 basehttp 71812 6204846080 "GET /en/blood-bank/ HTTP/1.1" 200 204429 WARNING 2025-10-06 09:20:49,312 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 09:20:49,313 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 09:20:49,392 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-06 09:20:49,401 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 09:37:08,915 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 09:39:50,976 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:13:51,326 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:14:52,329 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:15:49,349 basehttp 71812 6204846080 "GET /en/blood-bank/ HTTP/1.1" 200 204429 WARNING 2025-10-06 10:15:49,359 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 10:15:49,359 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 10:15:49,438 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-06 10:15:49,448 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 10:16:50,322 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:17:51,323 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:18:52,323 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:19:53,323 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:20:50,348 basehttp 71812 6204846080 "GET /en/blood-bank/ HTTP/1.1" 200 204429 WARNING 2025-10-06 10:20:50,358 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 10:20:50,358 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 10:20:50,437 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-06 10:20:50,447 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 10:21:51,328 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:22:52,311 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:23:53,326 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:24:54,328 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:25:51,343 basehttp 71812 6204846080 "GET /en/blood-bank/ HTTP/1.1" 200 204429 WARNING 2025-10-06 10:25:51,354 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 10:25:51,354 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 10:25:51,436 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-06 10:25:51,445 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 10:26:52,324 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:27:53,326 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:28:54,325 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:29:55,228 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:30:52,244 basehttp 71812 6204846080 "GET /en/blood-bank/ HTTP/1.1" 200 204429 WARNING 2025-10-06 10:30:52,255 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 10:30:52,255 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 10:30:52,333 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-06 10:30:52,343 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 10:31:53,226 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:32:54,214 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:33:55,217 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:34:56,217 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:35:53,242 basehttp 71812 6204846080 "GET /en/blood-bank/ HTTP/1.1" 200 204429 WARNING 2025-10-06 10:35:53,253 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 10:35:53,253 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 10:35:53,336 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-06 10:35:53,346 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 10:36:54,222 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:37:55,213 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:38:56,216 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:39:57,212 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:40:54,237 basehttp 71812 6204846080 "GET /en/blood-bank/ HTTP/1.1" 200 204429 WARNING 2025-10-06 10:40:54,248 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 10:40:54,248 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 10:40:54,332 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-06 10:40:54,338 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 10:41:55,213 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:42:56,213 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:43:57,216 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:44:58,160 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:45:55,180 basehttp 71812 6204846080 "GET /en/blood-bank/ HTTP/1.1" 200 204429 WARNING 2025-10-06 10:45:55,192 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 10:45:55,192 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 10:45:55,274 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-06 10:45:55,285 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 10:46:56,169 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:47:57,167 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:48:58,161 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:49:59,162 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:50:56,183 basehttp 71812 6204846080 "GET /en/blood-bank/ HTTP/1.1" 200 204429 WARNING 2025-10-06 10:50:56,194 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 10:50:56,195 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 10:50:56,280 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-06 10:50:56,285 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 10:51:57,160 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:52:58,162 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:53:59,160 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:55:00,151 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:55:57,179 basehttp 71812 6204846080 "GET /en/blood-bank/ HTTP/1.1" 200 204429 WARNING 2025-10-06 10:55:57,190 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 10:55:57,190 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 10:55:57,273 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-06 10:55:57,280 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 10:56:58,149 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:57:59,160 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 10:59:00,147 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 11:00:01,139 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 11:00:58,163 basehttp 71812 6204846080 "GET /en/blood-bank/ HTTP/1.1" 200 204429 WARNING 2025-10-06 11:00:58,174 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 11:00:58,175 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 11:00:58,257 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-06 11:00:58,264 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 11:01:59,138 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 11:03:00,135 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 11:04:01,139 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 11:05:02,132 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 11:05:59,155 basehttp 71812 6204846080 "GET /en/blood-bank/ HTTP/1.1" 200 204429 WARNING 2025-10-06 11:05:59,166 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 11:05:59,166 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 11:05:59,248 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-06 11:05:59,261 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 11:07:00,137 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 11:08:01,128 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 11:09:02,120 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 11:10:03,123 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 11:11:00,146 basehttp 71812 6204846080 "GET /en/blood-bank/ HTTP/1.1" 200 204429 WARNING 2025-10-06 11:11:00,156 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 11:11:00,156 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 11:11:00,239 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-06 11:11:00,248 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 11:12:01,123 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 11:13:02,119 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 11:14:03,128 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 11:18:33,045 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 11:28:36,693 basehttp 71812 6204846080 "GET /en/blood-bank/requests/38/ HTTP/1.1" 200 32455 WARNING 2025-10-06 11:28:36,707 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 11:28:36,707 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 11:28:36,783 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-06 11:28:36,788 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 11:29:36,808 basehttp 71812 6221672448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 11:29:36,814 basehttp 71812 6204846080 "GET /en/blood-bank/requests/38/ HTTP/1.1" 200 32455 WARNING 2025-10-06 11:29:36,825 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 11:29:36,825 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 11:29:36,873 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-06 11:29:36,877 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 11:30:36,891 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 11:30:36,893 basehttp 71812 6221672448 "GET /en/blood-bank/requests/38/ HTTP/1.1" 200 32455 WARNING 2025-10-06 11:30:36,905 log 71812 6221672448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 11:30:36,905 basehttp 71812 6221672448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 11:30:36,951 basehttp 71812 6221672448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-06 11:30:36,955 basehttp 71812 6221672448 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 11:30:48,355 basehttp 71812 6204846080 "GET /en/blood-bank/requests/38/issue/ HTTP/1.1" 200 44468 WARNING 2025-10-06 11:30:48,371 log 71812 6204846080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-06 11:30:48,371 basehttp 71812 6204846080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-06 11:30:48,372 basehttp 71812 6221672448 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-10-06 11:30:48,373 basehttp 71812 6204846080 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-10-06 11:30:48,417 basehttp 71812 6204846080 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-06 11:30:48,432 basehttp 71812 6221672448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 11:31:48,442 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 11:32:48,441 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 11:33:48,446 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 11:34:48,449 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 11:35:48,452 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 11:36:48,457 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 11:37:48,619 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 11:47:08,496 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 13:37:20,516 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:06:48,161 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:07:48,159 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:08:48,169 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:10:38,552 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:11:40,558 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:28:18,786 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:29:18,793 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:30:18,788 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:31:18,798 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:32:18,808 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:33:18,801 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:34:18,813 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:35:18,814 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:36:18,823 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:37:18,827 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:38:18,834 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:39:18,825 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:40:18,840 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:41:18,843 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:42:18,849 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:43:18,853 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:44:18,855 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:45:18,857 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:46:18,866 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:47:18,871 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:48:18,878 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:49:18,873 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:50:18,884 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:51:18,888 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:52:18,883 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:53:18,893 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:54:18,897 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:55:18,896 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:56:18,906 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:57:18,910 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:58:18,918 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 14:59:18,918 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 15:00:18,915 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 15:01:18,926 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 15:02:18,898 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 15:03:18,883 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 15:04:18,895 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 15:05:18,899 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 15:06:18,899 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 15:07:18,907 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 15:08:18,909 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 15:09:18,905 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 15:10:18,903 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 15:11:18,909 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 15:12:18,913 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 15:13:18,916 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 15:14:18,925 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 15:15:18,930 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 15:16:18,934 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 15:17:18,913 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 15:18:18,918 basehttp 71812 6204846080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-10-06 23:15:27,381 autoreload 9571 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 00:16:48,159 autoreload 39439 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 00:16:51,790 basehttp 39439 6160166912 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-07 00:16:51,792 basehttp 39439 6160166912 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-10-07 00:16:51,801 basehttp 39439 6160166912 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 200 2401 INFO 2025-10-07 00:16:52,551 basehttp 39439 6160166912 "GET /en/blood-bank/requests/38/issue/ HTTP/1.1" 302 0 INFO 2025-10-07 00:16:52,556 basehttp 39439 6160166912 "GET /accounts/login/?next=/en/blood-bank/requests/38/issue/ HTTP/1.1" 302 0 INFO 2025-10-07 00:16:52,563 basehttp 39439 6176993280 "GET /en/accounts/login/?next=/en/blood-bank/requests/38/issue/ HTTP/1.1" 200 2411 WARNING 2025-10-07 00:16:52,584 log 39439 6176993280 Not Found: /favicon.ico WARNING 2025-10-07 00:16:52,584 basehttp 39439 6176993280 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-10-07 00:16:54,307 basehttp 39439 6176993280 "POST /en/accounts/login/ HTTP/1.1" 302 0 WARNING 2025-10-07 00:16:54,316 log 39439 6176993280 Not Found: /en/blood-bank/requests/38/issue/ WARNING 2025-10-07 00:16:54,316 basehttp 39439 6176993280 "GET /en/blood-bank/requests/38/issue/ HTTP/1.1" 404 26531 INFO 2025-10-07 00:16:59,802 basehttp 39439 6176993280 "GET /en HTTP/1.1" 301 0 INFO 2025-10-07 00:16:59,835 basehttp 39439 6160166912 "GET /en/ HTTP/1.1" 200 47541 INFO 2025-10-07 00:16:59,895 basehttp 39439 6160166912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4640 INFO 2025-10-07 00:16:59,898 basehttp 39439 6193819648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-07 00:16:59,899 basehttp 39439 6176993280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-10-07 00:17:12,357 basehttp 39439 6176993280 "GET /en/ HTTP/1.1" 200 47147 INFO 2025-10-07 00:17:12,419 basehttp 39439 6176993280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4640 INFO 2025-10-07 00:17:12,420 basehttp 39439 6160166912 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-07 00:17:12,421 basehttp 39439 6193819648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-10-07 00:17:17,243 basehttp 39439 6193819648 "GET /en/emr/ HTTP/1.1" 200 40375 INFO 2025-10-07 00:17:17,293 basehttp 39439 6193819648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4640 INFO 2025-10-07 00:17:17,296 basehttp 39439 6160166912 "GET /en/emr/stats/ HTTP/1.1" 200 6892 INFO 2025-10-07 00:17:42,426 basehttp 39439 6160166912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-10-07 00:18:12,419 basehttp 39439 6160166912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-10-07 00:18:12,420 basehttp 39439 6193819648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-07 00:18:12,421 basehttp 39439 6176993280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-10-07 00:18:42,418 basehttp 39439 6176993280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-10-07 00:19:12,441 basehttp 39439 6160166912 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-07 00:19:12,442 basehttp 39439 6176993280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4640 INFO 2025-10-07 00:19:12,443 basehttp 39439 6193819648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-10-07 00:19:42,421 basehttp 39439 6193819648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-07 00:20:12,419 basehttp 39439 6193819648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4640 INFO 2025-10-07 00:20:12,419 basehttp 39439 6176993280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-07 00:20:12,421 basehttp 39439 6160166912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-07 00:20:42,428 basehttp 39439 6160166912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-07 00:21:12,446 basehttp 39439 6160166912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4640 INFO 2025-10-07 00:21:12,446 basehttp 39439 6176993280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-07 00:21:12,447 basehttp 39439 6193819648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-07 00:21:42,419 basehttp 39439 6193819648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-07 00:22:12,429 basehttp 39439 6193819648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4640 INFO 2025-10-07 00:22:12,429 basehttp 39439 6176993280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-07 00:22:12,432 basehttp 39439 6160166912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-07 00:22:42,434 basehttp 39439 6160166912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-07 00:23:12,452 basehttp 39439 6160166912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4640 INFO 2025-10-07 00:23:12,452 basehttp 39439 6193819648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-07 00:23:12,454 basehttp 39439 6176993280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-07 00:23:42,438 basehttp 39439 6176993280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-07 00:24:12,430 basehttp 39439 6176993280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4640 INFO 2025-10-07 00:24:12,431 basehttp 39439 6160166912 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-07 00:24:12,434 basehttp 39439 6193819648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-07 00:24:42,445 basehttp 39439 6193819648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-07 00:25:12,457 basehttp 39439 6160166912 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-07 00:25:12,459 basehttp 39439 6193819648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4640 INFO 2025-10-07 00:25:12,461 basehttp 39439 6176993280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-07 00:25:42,451 basehttp 39439 6176993280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-07 00:26:12,453 basehttp 39439 6176993280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4640 INFO 2025-10-07 00:26:12,453 basehttp 39439 6193819648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-07 00:26:12,457 basehttp 39439 6160166912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-07 00:26:42,456 basehttp 39439 6160166912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-07 00:27:12,457 basehttp 39439 6160166912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 00:27:12,457 basehttp 39439 6176993280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-07 00:27:12,460 basehttp 39439 6193819648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-07 00:27:42,463 basehttp 39439 6193819648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-07 00:28:12,442 basehttp 39439 6193819648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 00:28:12,443 basehttp 39439 6160166912 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-07 00:28:12,452 basehttp 39439 6193819648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-07 00:28:42,466 basehttp 39439 6193819648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-07 00:29:12,447 basehttp 39439 6193819648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 00:29:12,447 basehttp 39439 6160166912 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-07 00:29:12,455 basehttp 39439 6160166912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-07 00:29:19,225 basehttp 39439 6160166912 "GET /en/ HTTP/1.1" 200 47147 INFO 2025-10-07 00:29:19,297 basehttp 39439 6176993280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-07 00:29:19,297 basehttp 39439 6160166912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 00:29:19,299 basehttp 39439 6193819648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-07 00:29:24,950 basehttp 39439 6193819648 "GET /en/facility-management/ HTTP/1.1" 200 31674 INFO 2025-10-07 00:29:24,969 basehttp 39439 6176993280 "GET /static/js/demo/render.highlight.js HTTP/1.1" 200 878 INFO 2025-10-07 00:29:24,970 basehttp 39439 6160166912 "GET /static/plugins/%40highlightjs/cdn-assets/highlight.min.js HTTP/1.1" 200 127496 INFO 2025-10-07 00:29:24,972 basehttp 39439 6193819648 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-10-07 00:29:25,000 basehttp 39439 6193819648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 00:29:30,221 basehttp 39439 6193819648 "GET /en/facility-management/maintenance/create/ HTTP/1.1" 200 36550 INFO 2025-10-07 00:29:30,241 basehttp 39439 6193819648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 00:30:25,043 basehttp 39439 6160166912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 00:31:25,050 basehttp 39439 6160166912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 00:32:25,047 basehttp 39439 6160166912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 00:33:25,060 basehttp 39439 6160166912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 00:34:25,062 basehttp 39439 6160166912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 00:35:25,067 basehttp 39439 6160166912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 00:36:25,071 basehttp 39439 6160166912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 00:37:25,068 basehttp 39439 6160166912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 00:38:07,916 basehttp 39439 6160166912 "GET /en/admin/emr/icd10/ HTTP/1.1" 200 90254 INFO 2025-10-07 00:38:07,927 basehttp 39439 6160166912 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-07 00:38:18,700 basehttp 39439 6160166912 "GET /en/admin/facility_management/maintenancerequest/ HTTP/1.1" 200 93007 INFO 2025-10-07 00:38:18,708 basehttp 39439 6176993280 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-10-07 00:38:18,713 basehttp 39439 6160166912 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-07 00:38:18,722 basehttp 39439 6160166912 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 ERROR 2025-10-07 00:38:20,919 log 39439 6160166912 Internal Server Error: /en/admin/facility_management/maintenancerequest/add/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 840, in get_form return modelform_factory(self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 312, in __new__ fields = fields_for_model( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 207, in fields_for_model raise FieldError( django.core.exceptions.FieldError: 'request_id' cannot be specified for MaintenanceRequest model form as it is a non-editable field During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1984, in add_view return self.changeform_view(request, None, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1878, in _changeform_view ModelForm = self.get_form( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 842, in get_form raise FieldError( django.core.exceptions.FieldError: 'request_id' cannot be specified for MaintenanceRequest model form as it is a non-editable field. Check fields/fieldsets/exclude attributes of class MaintenanceRequestAdmin. ERROR 2025-10-07 00:38:20,921 basehttp 39439 6160166912 "GET /en/admin/facility_management/maintenancerequest/add/ HTTP/1.1" 500 158016 INFO 2025-10-07 00:38:25,237 basehttp 39439 6160166912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 00:39:27,224 basehttp 39439 6160166912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 00:41:02,237 basehttp 39439 6160166912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 00:41:34,338 autoreload 39439 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/facility_management/admin.py changed, reloading. INFO 2025-10-07 00:41:34,793 autoreload 52043 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 00:42:02,308 basehttp 52043 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 00:43:51,805 autoreload 52043 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/facility_management/admin.py changed, reloading. INFO 2025-10-07 00:43:52,209 autoreload 53119 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 00:44:00,682 autoreload 53119 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/facility_management/admin.py changed, reloading. INFO 2025-10-07 00:44:01,048 autoreload 53212 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 00:44:02,299 basehttp 53212 6168440832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 ERROR 2025-10-07 00:44:04,556 log 53212 6168440832 Internal Server Error: /en/admin/facility_management/maintenancerequest/add/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 840, in get_form return modelform_factory(self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 312, in __new__ fields = fields_for_model( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 207, in fields_for_model raise FieldError( django.core.exceptions.FieldError: 'requested_date' cannot be specified for MaintenanceRequest model form as it is a non-editable field During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1984, in add_view return self.changeform_view(request, None, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1878, in _changeform_view ModelForm = self.get_form( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 842, in get_form raise FieldError( django.core.exceptions.FieldError: 'requested_date' cannot be specified for MaintenanceRequest model form as it is a non-editable field. Check fields/fieldsets/exclude attributes of class MaintenanceRequestAdmin. ERROR 2025-10-07 00:44:04,558 basehttp 53212 6168440832 "GET /en/admin/facility_management/maintenancerequest/add/ HTTP/1.1" 500 159531 INFO 2025-10-07 00:44:42,754 autoreload 53212 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/facility_management/admin.py changed, reloading. INFO 2025-10-07 00:44:43,202 autoreload 53550 8782111040 Watching for file changes with StatReloader ERROR 2025-10-07 00:44:45,491 log 53550 6133051392 Internal Server Error: /en/admin/facility_management/maintenancerequest/add/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 840, in get_form return modelform_factory(self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 312, in __new__ fields = fields_for_model( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 207, in fields_for_model raise FieldError( django.core.exceptions.FieldError: 'requested_date' cannot be specified for MaintenanceRequest model form as it is a non-editable field During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1984, in add_view return self.changeform_view(request, None, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1878, in _changeform_view ModelForm = self.get_form( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 842, in get_form raise FieldError( django.core.exceptions.FieldError: 'requested_date' cannot be specified for MaintenanceRequest model form as it is a non-editable field. Check fields/fieldsets/exclude attributes of class MaintenanceRequestAdmin. ERROR 2025-10-07 00:44:45,492 basehttp 53550 6133051392 "GET /en/admin/facility_management/maintenancerequest/add/ HTTP/1.1" 500 159319 ERROR 2025-10-07 00:44:46,835 log 53550 6133051392 Internal Server Error: /en/admin/facility_management/maintenancerequest/add/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 840, in get_form return modelform_factory(self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 312, in __new__ fields = fields_for_model( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 207, in fields_for_model raise FieldError( django.core.exceptions.FieldError: 'requested_date' cannot be specified for MaintenanceRequest model form as it is a non-editable field During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1984, in add_view return self.changeform_view(request, None, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1878, in _changeform_view ModelForm = self.get_form( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 842, in get_form raise FieldError( django.core.exceptions.FieldError: 'requested_date' cannot be specified for MaintenanceRequest model form as it is a non-editable field. Check fields/fieldsets/exclude attributes of class MaintenanceRequestAdmin. ERROR 2025-10-07 00:44:46,836 basehttp 53550 6133051392 "GET /en/admin/facility_management/maintenancerequest/add/ HTTP/1.1" 500 159319 INFO 2025-10-07 00:45:02,273 basehttp 53550 6133051392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 00:45:28,944 autoreload 53550 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/facility_management/admin.py changed, reloading. INFO 2025-10-07 00:45:29,389 autoreload 53967 8782111040 Watching for file changes with StatReloader ERROR 2025-10-07 00:45:32,355 log 53967 6131789824 Internal Server Error: /en/admin/facility_management/maintenancerequest/add/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 840, in get_form return modelform_factory(self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 312, in __new__ fields = fields_for_model( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 207, in fields_for_model raise FieldError( django.core.exceptions.FieldError: 'requested_date' cannot be specified for MaintenanceRequest model form as it is a non-editable field During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1984, in add_view return self.changeform_view(request, None, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1878, in _changeform_view ModelForm = self.get_form( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 842, in get_form raise FieldError( django.core.exceptions.FieldError: 'requested_date' cannot be specified for MaintenanceRequest model form as it is a non-editable field. Check fields/fieldsets/exclude attributes of class MaintenanceRequestAdmin. ERROR 2025-10-07 00:45:32,356 basehttp 53967 6131789824 "GET /en/admin/facility_management/maintenancerequest/add/ HTTP/1.1" 500 159319 INFO 2025-10-07 00:46:02,278 basehttp 53967 6131789824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 00:46:50,552 autoreload 53967 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/facility_management/forms.py changed, reloading. INFO 2025-10-07 00:46:50,973 autoreload 54578 8782111040 Watching for file changes with StatReloader ERROR 2025-10-07 00:46:52,917 log 54578 6158397440 Internal Server Error: /en/admin/facility_management/maintenancerequest/add/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 840, in get_form return modelform_factory(self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 312, in __new__ fields = fields_for_model( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 207, in fields_for_model raise FieldError( django.core.exceptions.FieldError: 'requested_date' cannot be specified for MaintenanceRequest model form as it is a non-editable field During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1984, in add_view return self.changeform_view(request, None, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1878, in _changeform_view ModelForm = self.get_form( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 842, in get_form raise FieldError( django.core.exceptions.FieldError: 'requested_date' cannot be specified for MaintenanceRequest model form as it is a non-editable field. Check fields/fieldsets/exclude attributes of class MaintenanceRequestAdmin. ERROR 2025-10-07 00:46:52,918 basehttp 54578 6158397440 "GET /en/admin/facility_management/maintenancerequest/add/ HTTP/1.1" 500 159319 INFO 2025-10-07 00:47:02,306 basehttp 54578 6158397440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 00:47:23,743 autoreload 54578 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/facility_management/forms.py changed, reloading. INFO 2025-10-07 00:47:24,181 autoreload 54835 8782111040 Watching for file changes with StatReloader ERROR 2025-10-07 00:47:26,368 log 54835 6197538816 Internal Server Error: /en/admin/facility_management/maintenancerequest/add/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 840, in get_form return modelform_factory(self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 312, in __new__ fields = fields_for_model( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 207, in fields_for_model raise FieldError( django.core.exceptions.FieldError: 'requested_date' cannot be specified for MaintenanceRequest model form as it is a non-editable field During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1984, in add_view return self.changeform_view(request, None, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1878, in _changeform_view ModelForm = self.get_form( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 842, in get_form raise FieldError( django.core.exceptions.FieldError: 'requested_date' cannot be specified for MaintenanceRequest model form as it is a non-editable field. Check fields/fieldsets/exclude attributes of class MaintenanceRequestAdmin. ERROR 2025-10-07 00:47:26,369 basehttp 54835 6197538816 "GET /en/admin/facility_management/maintenancerequest/add/ HTTP/1.1" 500 159319 ERROR 2025-10-07 00:47:27,803 log 54835 6197538816 Internal Server Error: /en/admin/facility_management/maintenancerequest/add/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 840, in get_form return modelform_factory(self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 312, in __new__ fields = fields_for_model( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 207, in fields_for_model raise FieldError( django.core.exceptions.FieldError: 'requested_date' cannot be specified for MaintenanceRequest model form as it is a non-editable field During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1984, in add_view return self.changeform_view(request, None, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1878, in _changeform_view ModelForm = self.get_form( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 842, in get_form raise FieldError( django.core.exceptions.FieldError: 'requested_date' cannot be specified for MaintenanceRequest model form as it is a non-editable field. Check fields/fieldsets/exclude attributes of class MaintenanceRequestAdmin. ERROR 2025-10-07 00:47:27,804 basehttp 54835 6197538816 "GET /en/admin/facility_management/maintenancerequest/add/ HTTP/1.1" 500 159319 INFO 2025-10-07 00:48:18,222 autoreload 54835 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/facility_management/admin.py changed, reloading. INFO 2025-10-07 00:48:18,653 autoreload 55332 8782111040 Watching for file changes with StatReloader ERROR 2025-10-07 00:48:21,007 log 55332 6167965696 Internal Server Error: /en/admin/facility_management/maintenancerequest/add/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 840, in get_form return modelform_factory(self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (created_at, updated_at) specified for MaintenanceRequest During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1984, in add_view return self.changeform_view(request, None, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1878, in _changeform_view ModelForm = self.get_form( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 842, in get_form raise FieldError( django.core.exceptions.FieldError: Unknown field(s) (created_at, updated_at) specified for MaintenanceRequest. Check fields/fieldsets/exclude attributes of class MaintenanceRequestAdmin. ERROR 2025-10-07 00:48:21,008 basehttp 55332 6167965696 "GET /en/admin/facility_management/maintenancerequest/add/ HTTP/1.1" 500 152885 INFO 2025-10-07 00:48:50,128 autoreload 55332 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/facility_management/admin.py changed, reloading. INFO 2025-10-07 00:48:50,585 autoreload 55590 8782111040 Watching for file changes with StatReloader WARNING 2025-10-07 00:48:53,151 log 55590 6168997888 Not Found: /en/admin/facility_management/maintenancerequest/add/ WARNING 2025-10-07 00:48:53,151 basehttp 55590 6168997888 "GET /en/admin/facility_management/maintenancerequest/add/ HTTP/1.1" 404 60217 WARNING 2025-10-07 00:48:54,311 log 55590 6168997888 Not Found: /en/admin/facility_management/maintenancerequest/ WARNING 2025-10-07 00:48:54,311 basehttp 55590 6168997888 "GET /en/admin/facility_management/maintenancerequest/ HTTP/1.1" 404 60205 INFO 2025-10-07 00:48:55,131 basehttp 55590 6168997888 "GET /en/admin/emr/icd10/ HTTP/1.1" 200 89174 INFO 2025-10-07 00:48:55,686 basehttp 55590 6168997888 "GET /en/admin/emr/icd10/ HTTP/1.1" 200 89174 INFO 2025-10-07 00:48:55,696 basehttp 55590 6168997888 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-07 00:48:56,339 basehttp 55590 6168997888 "GET /en/admin/emr/icd10/ HTTP/1.1" 200 89174 INFO 2025-10-07 00:48:56,349 basehttp 55590 6168997888 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-07 00:49:02,232 basehttp 55590 6168997888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 00:49:02,958 basehttp 55590 6168997888 "GET /en/admin/facility_management/maintenanceschedule/ HTTP/1.1" 200 90954 INFO 2025-10-07 00:49:02,964 basehttp 55590 6185824256 "GET /static/admin/img/search.svg HTTP/1.1" 304 0 INFO 2025-10-07 00:49:02,968 basehttp 55590 6168997888 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-07 00:50:02,244 basehttp 55590 6168997888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 00:51:02,239 basehttp 55590 6168997888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 00:53:02,232 basehttp 55590 6168997888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 00:54:02,249 basehttp 55590 6168997888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 00:56:02,241 basehttp 55590 6168997888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 00:57:02,251 basehttp 55590 6168997888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 00:58:13,963 autoreload 55590 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/facility_management/models.py changed, reloading. INFO 2025-10-07 00:58:14,373 autoreload 60054 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 00:58:52,255 autoreload 60054 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/facility_management/models.py changed, reloading. INFO 2025-10-07 00:58:52,655 autoreload 60383 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 00:59:02,318 basehttp 60383 6127316992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 01:15:14,052 autoreload 68509 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 01:15:17,987 basehttp 68509 6129315840 "GET /en/admin/facility_management/maintenanceschedule/ HTTP/1.1" 200 125099 INFO 2025-10-07 01:15:17,998 basehttp 68509 6162968576 "GET /static/admin/img/search.svg HTTP/1.1" 304 0 INFO 2025-10-07 01:15:17,999 basehttp 68509 6146142208 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-10-07 01:15:18,037 basehttp 68509 6129315840 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-10-07 01:15:18,046 basehttp 68509 6129315840 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-10-07 01:15:21,535 basehttp 68509 6129315840 "GET /en/facility-management/ HTTP/1.1" 200 48340 INFO 2025-10-07 01:15:21,545 basehttp 68509 6129315840 "GET /static/css/custom.css HTTP/1.1" 304 0 INFO 2025-10-07 01:15:21,594 basehttp 68509 6129315840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 01:15:33,208 basehttp 68509 6129315840 "GET /en/inpatients/ HTTP/1.1" 200 79003 INFO 2025-10-07 01:15:33,233 basehttp 68509 6129315840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 01:15:33,235 basehttp 68509 6146142208 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 2251 INFO 2025-10-07 01:15:40,441 basehttp 68509 6146142208 "GET /en/inpatients/admissions/65/ HTTP/1.1" 200 26912 INFO 2025-10-07 01:15:40,477 basehttp 68509 6146142208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 01:15:44,197 basehttp 68509 6146142208 "GET /en/inpatients/wards/ HTTP/1.1" 200 47503 INFO 2025-10-07 01:15:44,236 basehttp 68509 6146142208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 01:15:48,200 basehttp 68509 6146142208 "GET /en/inpatients/wards/2/ HTTP/1.1" 200 55993 INFO 2025-10-07 01:15:48,239 basehttp 68509 6146142208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 01:15:51,603 basehttp 68509 6146142208 "GET /en/inpatients/admissions/30/ HTTP/1.1" 200 29879 INFO 2025-10-07 01:15:51,638 basehttp 68509 6146142208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 01:16:04,158 basehttp 68509 6146142208 "GET /en/inpatients/transfers/ HTTP/1.1" 200 99743 INFO 2025-10-07 01:16:04,201 basehttp 68509 6146142208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 01:16:06,288 basehttp 68509 6146142208 "GET /en/inpatients/transfer/35/ HTTP/1.1" 200 10878 INFO 2025-10-07 01:16:21,628 basehttp 68509 6146142208 "GET /en/emr/ HTTP/1.1" 200 64177 INFO 2025-10-07 01:16:21,663 basehttp 68509 6146142208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 01:16:21,697 basehttp 68509 6129315840 "GET /en/emr/stats/ HTTP/1.1" 200 6920 INFO 2025-10-07 01:16:28,626 basehttp 68509 6129315840 "GET /en/emr/encounters/987/ HTTP/1.1" 200 85640 INFO 2025-10-07 01:16:28,632 basehttp 68509 6129315840 "GET /static/plugins/lity/dist/lity.min.css HTTP/1.1" 200 3383 INFO 2025-10-07 01:16:28,637 basehttp 68509 6129315840 "GET /static/plugins/lity/dist/lity.min.js HTTP/1.1" 200 6639 INFO 2025-10-07 01:16:28,637 basehttp 68509 6146142208 "GET /static/plugins/moment/moment.js HTTP/1.1" 200 176435 INFO 2025-10-07 01:16:28,676 basehttp 68509 6146142208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-10-07 01:17:27,284 basehttp 68509 6146142208 "GET /en/emr/encounters/987/ HTTP/1.1" 200 98032 INFO 2025-10-07 01:17:27,323 basehttp 68509 6146142208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-07 01:17:31,573 basehttp 68509 6146142208 "GET /en/appointments/requests/1746/detail/ HTTP/1.1" 200 26761 INFO 2025-10-07 01:17:31,593 basehttp 68509 6146142208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-07 01:17:35,214 basehttp 68509 6146142208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-07 01:17:40,079 basehttp 68509 6146142208 "GET /en/emr/ HTTP/1.1" 200 64177 INFO 2025-10-07 01:17:40,133 basehttp 68509 6146142208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-10-07 01:17:40,163 basehttp 68509 6129315840 "GET /en/emr/stats/ HTTP/1.1" 200 6920 INFO 2025-10-07 01:17:41,866 basehttp 68509 6129315840 "GET /en/facility-management/ HTTP/1.1" 200 48340 INFO 2025-10-07 01:17:42,916 basehttp 68509 6129315840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-10-07 01:17:57,210 log 68509 6129315840 Not Found: /en/facility-management/reservations WARNING 2025-10-07 01:17:57,210 basehttp 68509 6129315840 "GET /en/facility-management/reservations HTTP/1.1" 404 37011 INFO 2025-10-07 01:18:14,496 basehttp 68509 6129315840 "GET /en/facility-management/contracts HTTP/1.1" 301 0 ERROR 2025-10-07 01:18:14,521 log 68509 6146142208 Internal Server Error: /en/facility-management/contracts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'service_contract_create' not found. 'service_contract_create' is not a valid view function or pattern name. ERROR 2025-10-07 01:18:14,522 basehttp 68509 6146142208 "GET /en/facility-management/contracts/ HTTP/1.1" 500 174403 ERROR 2025-10-07 01:18:25,978 log 68509 6146142208 Internal Server Error: /en/facility-management/vendors/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'vendor_update' not found. 'vendor_update' is not a valid view function or pattern name. ERROR 2025-10-07 01:18:25,979 basehttp 68509 6146142208 "GET /en/facility-management/vendors/ HTTP/1.1" 500 220299 INFO 2025-10-07 01:18:43,143 basehttp 68509 6146142208 "GET /en/facility-management/rooms HTTP/1.1" 301 0 ERROR 2025-10-07 01:18:43,179 log 68509 6162968576 Internal Server Error: /en/facility-management/rooms/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'room_update' not found. 'room_update' is not a valid view function or pattern name. ERROR 2025-10-07 01:18:43,180 basehttp 68509 6162968576 "GET /en/facility-management/rooms/ HTTP/1.1" 500 236144 ERROR 2025-10-07 01:19:55,874 log 68509 6162968576 Internal Server Error: /en/facility-management/rooms/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'room_update' not found. 'room_update' is not a valid view function or pattern name. ERROR 2025-10-07 01:19:55,875 basehttp 68509 6162968576 "GET /en/facility-management/rooms/ HTTP/1.1" 500 212851 INFO 2025-10-07 01:20:09,537 basehttp 68509 6162968576 "GET /en/facility-management/rooms/ HTTP/1.1" 200 152454 INFO 2025-10-07 01:20:09,584 basehttp 68509 6162968576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 ERROR 2025-10-07 01:20:16,407 log 68509 6162968576 Internal Server Error: /en/facility-management/rooms/101/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'room_update' not found. 'room_update' is not a valid view function or pattern name. ERROR 2025-10-07 01:20:16,408 basehttp 68509 6162968576 "GET /en/facility-management/rooms/101/ HTTP/1.1" 500 175299 ERROR 2025-10-07 01:20:46,759 log 68509 6162968576 Internal Server Error: /en/facility-management/rooms/101/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'building_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/facility\\-management/buildings/(?P[0-9]+)/\\Z'] ERROR 2025-10-07 01:20:46,759 basehttp 68509 6162968576 "GET /en/facility-management/rooms/101/ HTTP/1.1" 500 178479 INFO 2025-10-07 01:22:37,117 basehttp 68509 6162968576 "GET /en/facility-management/rooms/101/ HTTP/1.1" 200 29105 INFO 2025-10-07 01:22:37,144 basehttp 68509 6162968576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-07 01:22:47,559 basehttp 68509 6162968576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-07 01:22:50,673 basehttp 68509 6162968576 "GET /en/facility-management/rooms/101/edit/ HTTP/1.1" 200 31715 INFO 2025-10-07 01:22:50,711 basehttp 68509 6162968576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-07 01:23:10,203 basehttp 68509 6162968576 "GET /en/facility-management/maintenance HTTP/1.1" 301 0 INFO 2025-10-07 01:23:10,245 basehttp 68509 6129315840 "GET /en/facility-management/maintenance/ HTTP/1.1" 200 126734 INFO 2025-10-07 01:23:10,289 basehttp 68509 6129315840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-07 01:23:12,491 basehttp 68509 6129315840 "GET /en/facility-management/maintenance/80/ HTTP/1.1" 200 28003 INFO 2025-10-07 01:23:13,122 basehttp 68509 6129315840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-07 01:23:20,671 basehttp 68509 6129315840 "GET /en/facility-management/assets/80/ HTTP/1.1" 200 32115 INFO 2025-10-07 01:23:20,704 basehttp 68509 6129315840 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-10-07 01:23:20,714 basehttp 68509 6129315840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-07 01:23:41,802 basehttp 68509 6129315840 "GET /en/facility-management/assets HTTP/1.1" 301 0 INFO 2025-10-07 01:23:41,841 basehttp 68509 6146142208 "GET /en/facility-management/assets/ HTTP/1.1" 200 109301 INFO 2025-10-07 01:23:41,885 basehttp 68509 6146142208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-07 01:23:44,217 basehttp 68509 6146142208 "GET /en/facility-management/assets/67/ HTTP/1.1" 200 32144 INFO 2025-10-07 01:23:44,256 basehttp 68509 6146142208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-07 01:23:59,765 basehttp 68509 6146142208 "GET /en/facility-management/buildings HTTP/1.1" 301 0 INFO 2025-10-07 01:23:59,786 basehttp 68509 6129315840 "GET /en/facility-management/buildings/ HTTP/1.1" 200 47868 INFO 2025-10-07 01:23:59,823 basehttp 68509 6129315840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-07 01:24:01,848 basehttp 68509 6129315840 "GET /en/facility-management/buildings/2/ HTTP/1.1" 200 41860 INFO 2025-10-07 01:24:01,888 basehttp 68509 6129315840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-07 01:24:16,587 basehttp 68509 6129315840 "GET /en/facility-management/vendors HTTP/1.1" 301 0 ERROR 2025-10-07 01:24:16,622 log 68509 6146142208 Internal Server Error: /en/facility-management/vendors/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'vendor_update' not found. 'vendor_update' is not a valid view function or pattern name. ERROR 2025-10-07 01:24:16,623 basehttp 68509 6146142208 "GET /en/facility-management/vendors/ HTTP/1.1" 500 220299 INFO 2025-10-07 01:24:54,178 basehttp 68509 6146142208 "GET /en/facility-management/vendors/ HTTP/1.1" 200 85455 INFO 2025-10-07 01:24:54,205 basehttp 68509 6146142208 "GET /static/webfonts/fa-regular-400.woff2 HTTP/1.1" 200 25472 INFO 2025-10-07 01:24:54,212 basehttp 68509 6129315840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 ERROR 2025-10-07 01:25:01,816 log 68509 6129315840 Internal Server Error: /en/facility-management/vendors/9/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'vendor_update' not found. 'vendor_update' is not a valid view function or pattern name. ERROR 2025-10-07 01:25:01,817 basehttp 68509 6129315840 "GET /en/facility-management/vendors/9/ HTTP/1.1" 500 175776 INFO 2025-10-07 01:25:21,315 basehttp 68509 6129315840 "GET /en/facility-management/vendors/9/ HTTP/1.1" 200 32841 INFO 2025-10-07 01:25:21,346 basehttp 68509 6129315840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 ERROR 2025-10-07 01:25:37,200 log 68509 6129315840 Internal Server Error: /en/facility-management/contracts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'service_contract_create' not found. 'service_contract_create' is not a valid view function or pattern name. ERROR 2025-10-07 01:25:37,201 basehttp 68509 6129315840 "GET /en/facility-management/contracts/ HTTP/1.1" 500 174403 ERROR 2025-10-07 01:26:08,087 log 68509 6129315840 Internal Server Error: /en/facility-management/contracts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'service_contract_detail' not found. 'service_contract_detail' is not a valid view function or pattern name. ERROR 2025-10-07 01:26:08,088 basehttp 68509 6129315840 "GET /en/facility-management/contracts/ HTTP/1.1" 500 210584 INFO 2025-10-07 01:27:00,523 basehttp 68509 6129315840 "GET /en/facility-management/contracts/ HTTP/1.1" 200 48534 INFO 2025-10-07 01:27:00,568 basehttp 68509 6129315840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 ERROR 2025-10-07 01:27:06,843 log 68509 6129315840 Internal Server Error: /en/facility-management/contracts/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'service_contract_list' not found. 'service_contract_list' is not a valid view function or pattern name. ERROR 2025-10-07 01:27:06,844 basehttp 68509 6129315840 "GET /en/facility-management/contracts/6/ HTTP/1.1" 500 173166 INFO 2025-10-07 01:28:05,998 basehttp 68509 6129315840 "GET /en/facility-management/contracts/6/ HTTP/1.1" 200 37092 INFO 2025-10-07 01:28:06,029 basehttp 68509 6129315840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:28:16,702 basehttp 68509 6129315840 "GET /en/facility-management/vendors/9/ HTTP/1.1" 200 32841 INFO 2025-10-07 01:28:16,719 basehttp 68509 6129315840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:28:28,187 basehttp 68509 6129315840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:43:05,055 autoreload 84312 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 01:43:09,040 basehttp 84312 6134427648 "GET /en/facility-management/reservations HTTP/1.1" 301 0 INFO 2025-10-07 01:43:09,059 basehttp 84312 6151254016 "GET /en/facility-management/reservations/ HTTP/1.1" 200 62185 INFO 2025-10-07 01:43:09,103 basehttp 84312 6151254016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:43:13,675 basehttp 84312 6151254016 "GET /en/facility-management/reservations/50/ HTTP/1.1" 200 23323 INFO 2025-10-07 01:43:13,709 basehttp 84312 6151254016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:43:30,136 basehttp 84312 6151254016 "GET /en/facility-management/reservations/21/ HTTP/1.1" 200 24156 INFO 2025-10-07 01:43:30,171 basehttp 84312 6151254016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:43:33,593 basehttp 84312 6151254016 "POST /en/facility-management/reservations/21/approve/ HTTP/1.1" 302 0 INFO 2025-10-07 01:43:33,607 basehttp 84312 6151254016 "GET /en/facility-management/reservations/21/ HTTP/1.1" 200 24389 INFO 2025-10-07 01:43:33,634 basehttp 84312 6151254016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:43:42,145 basehttp 84312 6151254016 "GET /en/facility-management/reservations/21/ HTTP/1.1" 200 23964 INFO 2025-10-07 01:43:44,224 basehttp 84312 6151254016 "GET /en/facility-management/reservations/ HTTP/1.1" 200 61891 INFO 2025-10-07 01:43:44,259 basehttp 84312 6151254016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:43:50,573 basehttp 84312 6151254016 "GET /en/facility-management/ HTTP/1.1" 200 48340 INFO 2025-10-07 01:43:50,611 basehttp 84312 6151254016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-10-07 01:43:54,094 log 84312 6151254016 Not Found: /en/facility-management/jhh WARNING 2025-10-07 01:43:54,094 basehttp 84312 6151254016 "GET /en/facility-management/jhh HTTP/1.1" 404 45340 INFO 2025-10-07 01:44:10,314 basehttp 84312 6151254016 "GET /en/facility-management/inspections HTTP/1.1" 301 0 INFO 2025-10-07 01:44:10,328 basehttp 84312 6134427648 "GET /en/facility-management/inspections/ HTTP/1.1" 200 70421 INFO 2025-10-07 01:44:10,364 basehttp 84312 6134427648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:44:15,020 basehttp 84312 6134427648 "GET /en/facility-management/inspections/3/ HTTP/1.1" 200 23755 INFO 2025-10-07 01:44:15,040 basehttp 84312 6134427648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:44:21,920 basehttp 84312 6134427648 "GET /en/facility-management/inspections/ HTTP/1.1" 200 70421 INFO 2025-10-07 01:44:21,961 basehttp 84312 6134427648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:44:24,660 basehttp 84312 6134427648 "GET /en/facility-management/inspections/create/ HTTP/1.1" 200 31928 INFO 2025-10-07 01:44:24,697 basehttp 84312 6134427648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:44:39,421 basehttp 84312 6134427648 "GET /en/facility-management/inspections/10/ HTTP/1.1" 200 23577 INFO 2025-10-07 01:44:39,457 basehttp 84312 6134427648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:45:15,656 basehttp 84312 6134427648 "GET /en/facility-management/energy-meters HTTP/1.1" 301 0 INFO 2025-10-07 01:45:15,676 basehttp 84312 6151254016 "GET /en/facility-management/energy-meters/ HTTP/1.1" 200 38723 INFO 2025-10-07 01:45:15,715 basehttp 84312 6151254016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:45:19,519 basehttp 84312 6151254016 "GET /en/facility-management/energy-readings/create/?meter=1 HTTP/1.1" 200 20580 INFO 2025-10-07 01:45:19,550 basehttp 84312 6151254016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:45:31,087 basehttp 84312 6151254016 "GET /en/facility-management/energy-meters/1/ HTTP/1.1" 200 27956 INFO 2025-10-07 01:45:31,123 basehttp 84312 6151254016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:46:03,977 basehttp 84312 6151254016 "GET /en/facility-management/export/energy-readings/ HTTP/1.1" 200 49466 INFO 2025-10-07 01:46:15,731 basehttp 84312 6151254016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:46:44,950 basehttp 84312 6151254016 "GET /en/facility-management/energy-readings HTTP/1.1" 301 0 INFO 2025-10-07 01:46:44,977 basehttp 84312 6134427648 "GET /en/facility-management/energy-readings/ HTTP/1.1" 200 120104 INFO 2025-10-07 01:46:45,018 basehttp 84312 6134427648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:46:50,335 basehttp 84312 6134427648 "GET /en/facility-management/energy-readings/480/ HTTP/1.1" 200 19373 INFO 2025-10-07 01:46:50,369 basehttp 84312 6134427648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:47:13,023 basehttp 84312 6134427648 "GET /en/facility-management/reports HTTP/1.1" 301 0 INFO 2025-10-07 01:47:13,042 basehttp 84312 6151254016 "GET /en/facility-management/reports/ HTTP/1.1" 200 37861 INFO 2025-10-07 01:47:13,102 basehttp 84312 6151254016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:48:13,109 basehttp 84312 6151254016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:49:13,121 basehttp 84312 6151254016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:50:13,121 basehttp 84312 6151254016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:50:38,009 autoreload 84312 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/facility_management/views.py changed, reloading. INFO 2025-10-07 01:50:38,567 autoreload 87941 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 01:51:00,738 basehttp 87941 6163427328 "GET /en/facility-management/reports/ HTTP/1.1" 200 37861 INFO 2025-10-07 01:51:00,778 basehttp 87941 6163427328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:51:19,846 basehttp 87941 6163427328 "GET /en/facility-management/ HTTP/1.1" 200 48340 INFO 2025-10-07 01:51:19,877 basehttp 87941 6163427328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:52:19,880 basehttp 87941 6163427328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:52:20,574 basehttp 87941 6163427328 "GET /en/facility-management/ HTTP/1.1" 200 44760 INFO 2025-10-07 01:52:20,605 basehttp 87941 6163427328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:52:35,897 basehttp 87941 6163427328 "GET /en/facility-management/maintenance/ HTTP/1.1" 200 126734 INFO 2025-10-07 01:52:35,937 basehttp 87941 6163427328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:53:20,622 basehttp 87941 6163427328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:54:20,626 basehttp 87941 6163427328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:55:00,644 autoreload 87941 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/facility_management/views.py changed, reloading. INFO 2025-10-07 01:55:01,175 autoreload 90083 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 01:55:11,905 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:55:13,593 basehttp 90083 6165737472 "GET /en/facility-management/reports/ HTTP/1.1" 200 64452 INFO 2025-10-07 01:55:13,638 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:56:13,649 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:57:13,660 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:57:44,091 basehttp 90083 6165737472 "GET /en/facility-management/reports/?export=excel HTTP/1.1" 200 64452 INFO 2025-10-07 01:57:44,145 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:57:47,842 basehttp 90083 6165737472 "GET /en/facility-management/reports/?export=pdf HTTP/1.1" 200 64452 INFO 2025-10-07 01:57:47,889 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:58:32,180 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 01:59:34,279 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 02:01:00,098 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 02:02:01,083 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 02:03:02,096 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 02:04:29,778 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 02:08:13,454 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 02:09:15,456 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 02:10:36,453 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 02:12:06,809 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 02:14:06,805 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 02:15:41,126 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 02:17:41,130 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-10-07 02:18:41,131 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-07 02:20:41,128 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 02:21:41,132 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 02:23:41,133 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 02:24:41,131 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 02:25:41,132 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 02:27:41,133 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 02:28:41,136 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 02:30:41,125 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 02:31:41,125 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 02:33:41,126 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 02:34:41,130 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 02:36:41,126 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 02:37:41,130 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 02:39:41,129 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 02:40:41,130 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 02:41:41,126 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 02:43:41,133 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 02:44:41,123 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 02:45:41,125 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 02:47:41,121 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 02:48:41,123 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 02:50:41,125 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 02:51:41,123 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 02:53:41,123 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 02:54:41,126 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 02:55:41,125 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 02:57:41,128 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 02:58:41,126 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 02:59:41,131 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 03:01:41,115 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 03:02:41,121 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 03:03:41,118 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 03:05:41,122 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 03:06:41,109 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 03:07:41,123 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 03:09:41,118 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 03:10:41,121 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 03:12:41,120 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 03:13:41,121 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 03:15:41,120 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 03:32:55,740 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 03:49:40,189 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 04:01:05,608 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 04:18:00,008 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-07 04:49:48,508 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 05:02:03,924 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 05:18:58,166 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 05:20:58,165 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 05:21:58,166 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 05:23:58,164 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 05:25:58,155 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 05:26:58,163 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 05:27:58,166 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 05:29:58,161 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 05:30:58,162 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 05:32:58,213 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 05:33:58,218 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 05:35:58,221 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 05:36:58,220 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 05:38:58,219 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 05:39:58,222 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 05:41:58,220 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 05:42:58,223 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 05:44:58,221 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 05:45:58,223 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 05:47:58,085 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 05:48:58,086 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 05:49:58,088 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 05:51:58,083 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 05:52:58,083 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 05:53:58,083 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 05:55:58,079 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 05:56:58,078 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 05:58:58,077 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 05:59:58,075 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 06:01:58,070 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 06:02:58,072 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 06:04:58,064 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 06:05:58,069 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 06:06:58,070 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 06:08:58,064 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 06:09:58,062 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 06:11:58,061 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 06:12:58,062 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 06:14:58,049 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 06:15:58,049 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 06:17:58,044 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-07 06:34:01,706 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 06:53:54,765 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 07:03:03,809 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 07:04:03,808 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 07:06:03,896 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 07:07:03,901 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 07:08:03,910 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 07:10:03,908 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 07:11:03,907 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 07:19:28,918 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 07:36:22,687 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 07:38:22,690 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 07:39:22,690 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 07:41:22,684 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 07:42:22,689 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 07:43:22,695 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 07:45:22,675 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 07:46:22,688 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 07:48:22,685 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 07:49:22,688 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 07:51:22,687 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 07:52:22,666 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 07:54:22,658 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 07:55:22,657 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 07:56:22,662 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 07:58:22,656 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 08:00:22,657 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 08:01:22,664 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 08:03:22,657 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 08:05:22,652 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 08:06:22,662 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 08:07:22,651 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 08:09:22,716 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 08:10:22,708 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 08:12:22,714 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 08:13:22,709 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 08:15:22,714 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 08:16:22,711 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 08:17:22,716 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-10-07 08:19:22,705 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 08:20:22,719 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 08:22:22,704 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 08:23:22,585 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 08:25:22,583 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 08:26:22,582 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 08:28:22,577 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 08:29:22,580 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 08:31:22,578 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 08:32:22,568 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 08:34:22,573 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 08:35:22,568 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 08:37:22,567 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 08:50:51,215 basehttp 90083 6165737472 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-10-07 08:50:51,277 basehttp 90083 6165737472 "GET /en/hr/ HTTP/1.1" 200 235877 INFO 2025-10-07 08:50:51,284 basehttp 90083 6165737472 "GET /static/plugins/toastr/toastr.css HTTP/1.1" 304 0 INFO 2025-10-07 08:50:51,291 basehttp 90083 6165737472 "GET /static/plugins/toastr/toastr.min.js HTTP/1.1" 304 0 INFO 2025-10-07 08:50:51,291 basehttp 90083 13035925504 "GET /static/js/custom.js HTTP/1.1" 304 0 INFO 2025-10-07 08:50:51,322 basehttp 90083 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 08:51:51,369 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 08:52:51,373 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 08:53:51,375 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 08:54:28,316 basehttp 90083 6165737472 "GET /en/hr/departments/create/ HTTP/1.1" 200 44025 INFO 2025-10-07 08:54:28,351 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 08:54:36,177 basehttp 90083 6165737472 "GET /en/hr/employees/ HTTP/1.1" 200 127425 INFO 2025-10-07 08:54:36,220 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 08:54:47,851 basehttp 90083 6165737472 "GET /en/hr/employees/83/ HTTP/1.1" 200 35937 INFO 2025-10-07 08:54:47,896 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 08:54:47,898 basehttp 90083 13035925504 "GET /en/hr/employees/83/clock-controls/ HTTP/1.1" 200 503 INFO 2025-10-07 08:57:08,909 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 08:59:28,679 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 09:15:25,662 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 09:18:04,034 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-10-07 09:21:32,889 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 09:40:22,655 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 09:41:24,640 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 09:42:44,636 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 09:43:44,650 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 09:44:44,658 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 09:46:44,646 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 09:47:44,650 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 09:49:44,647 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 09:51:44,645 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 09:52:44,645 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 09:53:44,647 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 09:55:44,630 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 09:56:44,623 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 09:57:44,630 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 09:59:44,620 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 10:00:44,621 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 10:01:44,623 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 10:03:44,615 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 10:04:44,614 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 10:06:44,621 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 10:07:44,620 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 10:09:44,620 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 10:10:44,710 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 10:12:44,707 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 10:14:44,709 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 10:16:44,708 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-10-07 10:17:44,709 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 10:19:44,709 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 10:20:44,713 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 10:22:44,712 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 10:23:44,713 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 10:25:44,709 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 10:26:44,689 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 10:27:44,695 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 10:29:44,692 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 10:30:44,694 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 10:32:44,689 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 10:33:44,683 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 10:34:44,687 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 10:36:44,689 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 10:38:44,693 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 10:39:44,695 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 10:41:44,692 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 10:42:44,695 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 10:44:44,685 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 10:46:44,691 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 10:47:44,695 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 10:53:59,064 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 10:54:16,385 basehttp 90083 6165737472 "GET /en/hr/employees/83/ HTTP/1.1" 200 35938 INFO 2025-10-07 10:54:16,434 basehttp 90083 6165737472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 10:54:16,436 basehttp 90083 13035925504 "GET /en/hr/employees/83/clock-controls/ HTTP/1.1" 200 503 INFO 2025-10-07 10:55:16,451 basehttp 90083 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 11:02:31,615 autoreload 37207 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 11:03:16,519 basehttp 37207 6123450368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 11:04:16,478 basehttp 37207 6123450368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 11:04:47,650 basehttp 37207 6123450368 "GET /en/hr/employees/83/ HTTP/1.1" 200 35945 INFO 2025-10-07 11:04:47,693 basehttp 37207 6123450368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 11:04:47,695 basehttp 37207 6140276736 "GET /en/hr/employees/83/clock-controls/ HTTP/1.1" 200 503 INFO 2025-10-07 11:04:48,657 basehttp 37207 6140276736 "GET /en/hr/time-entries/create/ HTTP/1.1" 200 47306 INFO 2025-10-07 11:04:48,674 basehttp 37207 6123450368 "GET /static/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 200 3034 INFO 2025-10-07 11:04:48,674 basehttp 37207 6140276736 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.css HTTP/1.1" 200 17192 INFO 2025-10-07 11:04:48,675 basehttp 37207 6173929472 "GET /static/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 200 18685 INFO 2025-10-07 11:04:48,675 basehttp 37207 6157103104 "GET /static/plugins/bootstrap-datepicker/js/bootstrap-datepicker.js HTTP/1.1" 200 58890 INFO 2025-10-07 11:04:48,697 basehttp 37207 6157103104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 11:05:47,700 basehttp 37207 6157103104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 11:06:47,704 basehttp 37207 6157103104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 11:07:47,698 basehttp 37207 6157103104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 11:43:41,406 autoreload 57610 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 11:44:12,687 autoreload 57610 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-07 11:44:13,122 autoreload 57859 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 11:44:15,852 basehttp 57859 6121992192 "GET /en/hr/employees/83/ HTTP/1.1" 200 35945 INFO 2025-10-07 11:44:15,888 basehttp 57859 6121992192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 11:44:15,898 basehttp 57859 6138818560 "GET /en/hr/employees/83/clock-controls/ HTTP/1.1" 200 503 WARNING 2025-10-07 11:44:29,314 log 57859 6138818560 Not Found: /en/hr/eklkl WARNING 2025-10-07 11:44:29,314 basehttp 57859 6138818560 "GET /en/hr/eklkl HTTP/1.1" 404 60252 INFO 2025-10-07 11:44:50,858 basehttp 57859 6138818560 "GET /en/hr/leave/dashboard/ HTTP/1.1" 200 25244 INFO 2025-10-07 11:44:50,887 basehttp 57859 6138818560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-07 11:45:16,044 log 57859 6138818560 Not Found: /en/hr/leave/ WARNING 2025-10-07 11:45:16,044 basehttp 57859 6138818560 "GET /en/hr/leave/ HTTP/1.1" 404 60255 INFO 2025-10-07 11:45:26,943 basehttp 57859 6138818560 "GET /en/hr/leave/requests HTTP/1.1" 301 0 INFO 2025-10-07 11:45:26,967 basehttp 57859 6121992192 "GET /en/hr/leave/requests/ HTTP/1.1" 200 47392 INFO 2025-10-07 11:45:27,007 basehttp 57859 6121992192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 11:46:27,019 basehttp 57859 6121992192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 11:47:27,021 basehttp 57859 6121992192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 11:48:27,011 basehttp 57859 6121992192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 11:49:27,012 basehttp 57859 6121992192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 11:50:27,025 basehttp 57859 6121992192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 11:50:28,935 basehttp 57859 6121992192 "GET /en/hr/leave/requests/ HTTP/1.1" 200 101827 INFO 2025-10-07 11:50:29,016 basehttp 57859 6121992192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-07 11:50:44,452 log 57859 6121992192 Not Found: /en/hr/delegations/ WARNING 2025-10-07 11:50:44,452 basehttp 57859 6121992192 "GET /en/hr/delegations/ HTTP/1.1" 404 60273 INFO 2025-10-07 11:50:53,597 basehttp 57859 6121992192 "GET /en/hr/leave/delegations HTTP/1.1" 301 0 INFO 2025-10-07 11:50:53,616 basehttp 57859 6138818560 "GET /en/hr/leave/delegations/ HTTP/1.1" 200 31707 INFO 2025-10-07 11:50:53,654 basehttp 57859 6138818560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 11:51:23,583 basehttp 57859 6138818560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 11:51:25,581 basehttp 57859 6138818560 "GET /en/hr/leave/dashboard/ HTTP/1.1" 200 58159 INFO 2025-10-07 11:51:25,622 basehttp 57859 6138818560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 11:52:09,092 basehttp 57859 6138818560 "GET /en/hr/leave/calendar HTTP/1.1" 301 0 ERROR 2025-10-07 11:52:09,135 log 57859 6121992192 Internal Server Error: /en/hr/leave/calendar/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1035, in find_library return parser.libraries[name] ~~~~~~~~~~~~~~~~^^^^^^ KeyError: 'calendar_tags' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 3513, in leave_calendar return render(request, 'hr/leave/leave_calendar.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 15, in get_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1097, in load lib = find_library(parser, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1037, in find_library raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: 'calendar_tags' is not a registered tag library. Must be one of: account admin_list admin_modify admin_urls allauth cache custom_filters debugger_tags fsm highlighting humanize i18n indent_text l10n log rest_framework static syntax_color tz viewflow webpack_loader widont workflow ERROR 2025-10-07 11:52:09,137 basehttp 57859 6121992192 "GET /en/hr/leave/calendar/ HTTP/1.1" 500 266093 INFO 2025-10-07 11:55:36,061 autoreload 57859 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/templatetags/custom_filters.py changed, reloading. INFO 2025-10-07 11:55:36,508 autoreload 63535 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 11:56:28,211 basehttp 63535 6170882048 "GET /en/hr/leave/calendar/ HTTP/1.1" 200 244742 INFO 2025-10-07 11:56:28,279 basehttp 63535 6170882048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-07 11:57:01,787 log 63535 6170882048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-07 11:57:01,787 basehttp 63535 6170882048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-07 11:57:01,794 basehttp 63535 6170882048 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 WARNING 2025-10-07 11:57:10,523 log 63535 6170882048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-07 11:57:10,523 basehttp 63535 6170882048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-07 11:57:10,528 basehttp 63535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-07 11:57:10,530 log 63535 6170882048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-07 11:57:10,530 basehttp 63535 6170882048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-07 11:57:14,964 basehttp 63535 6170882048 "GET /en/hr/leave/calendar/ HTTP/1.1" 200 244742 INFO 2025-10-07 11:57:15,017 basehttp 63535 6170882048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 11:57:21,736 basehttp 63535 6170882048 "GET /en/hr/leave/dashboard/ HTTP/1.1" 200 58159 INFO 2025-10-07 11:57:21,770 basehttp 63535 6170882048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 11:58:21,787 basehttp 63535 6170882048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 11:59:21,779 basehttp 63535 6170882048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 12:00:21,793 basehttp 63535 6170882048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 12:01:21,795 basehttp 63535 6170882048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 12:02:22,628 basehttp 63535 6170882048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 12:03:23,616 basehttp 63535 6170882048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 12:04:25,616 basehttp 63535 6170882048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 12:06:03,616 basehttp 63535 6170882048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 12:07:03,629 basehttp 63535 6170882048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 12:09:03,626 basehttp 63535 6170882048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 12:09:15,480 autoreload 63535 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-07 12:09:16,218 autoreload 70451 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 12:09:38,370 autoreload 70451 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/urls.py changed, reloading. INFO 2025-10-07 12:09:38,901 autoreload 70651 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 12:10:03,691 basehttp 70651 6130626560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-07 12:10:18,853 log 70651 6130626560 Not Found: /en/hr/se WARNING 2025-10-07 12:10:18,854 basehttp 70651 6130626560 "GET /en/hr/se HTTP/1.1" 404 64616 INFO 2025-10-07 12:10:35,681 basehttp 70651 6130626560 "GET /en/hr/my/profile/ HTTP/1.1" 200 30625 INFO 2025-10-07 12:10:35,722 basehttp 70651 6130626560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 12:10:57,203 basehttp 70651 6130626560 "GET /en/hr/my/timesheet/ HTTP/1.1" 200 22424 INFO 2025-10-07 12:10:57,236 basehttp 70651 6130626560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 12:11:01,217 basehttp 70651 6130626560 "GET /en/hr/my/timesheet/?week=1 HTTP/1.1" 200 20824 INFO 2025-10-07 12:11:01,254 basehttp 70651 6130626560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 12:11:04,252 basehttp 70651 6130626560 "GET /en/hr/my/timesheet/?week=0 HTTP/1.1" 200 22424 INFO 2025-10-07 12:11:04,274 basehttp 70651 6130626560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-10-07 12:11:10,918 log 70651 6130626560 Internal Server Error: /en/hr/leave/requests/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/forms.py", line 1742, in __init__ django_models.Q(gender_specific__isnull=True) | ^^^^^^^^^^^^^ NameError: name 'django_models' is not defined ERROR 2025-10-07 12:11:10,922 basehttp 70651 6130626560 "GET /en/hr/leave/requests/create/ HTTP/1.1" 500 99972 INFO 2025-10-07 12:12:00,962 autoreload 70651 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/forms.py changed, reloading. INFO 2025-10-07 12:12:01,454 autoreload 71814 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 12:12:09,050 basehttp 71814 6165655552 "GET /en/hr/leave/requests/create/ HTTP/1.1" 200 29352 INFO 2025-10-07 12:12:09,085 basehttp 71814 6165655552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-07 12:12:21,520 log 71814 6165655552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-07 12:12:21,520 basehttp 71814 6165655552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-07 12:12:21,521 basehttp 71814 6182481920 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-07 12:13:09,100 basehttp 71814 6165655552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 12:14:09,100 basehttp 71814 6165655552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 12:14:23,353 autoreload 71814 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/api/urls.py changed, reloading. INFO 2025-10-07 12:14:23,783 autoreload 73063 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 12:14:39,549 autoreload 73063 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/api/views.py changed, reloading. INFO 2025-10-07 12:14:39,966 autoreload 73160 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 12:14:55,692 autoreload 73160 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/api/views.py changed, reloading. INFO 2025-10-07 12:14:56,222 autoreload 73352 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 12:15:05,661 basehttp 73352 13186969600 "GET /en/hr/leave/requests/create/ HTTP/1.1" 200 31688 WARNING 2025-10-07 12:15:05,678 log 73352 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-07 12:15:05,678 basehttp 73352 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-07 12:15:05,719 basehttp 73352 13203795968 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-07 12:15:05,722 basehttp 73352 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 12:15:08,542 basehttp 73352 13186969600 "GET /hr/api/leave-balance/?leave_type=1 HTTP/1.1" 302 0 INFO 2025-10-07 12:15:08,556 basehttp 73352 13186969600 "GET /en/hr/api/leave-balance/?leave_type=1 HTTP/1.1" 200 136 INFO 2025-10-07 12:15:16,369 basehttp 73352 13186969600 "GET /hr/api/leave-balance/?leave_type=3 HTTP/1.1" 302 0 INFO 2025-10-07 12:15:16,377 basehttp 73352 13186969600 "GET /en/hr/api/leave-balance/?leave_type=3 HTTP/1.1" 200 135 INFO 2025-10-07 12:16:05,734 basehttp 73352 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 12:17:05,738 basehttp 73352 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 ERROR 2025-10-07 12:17:46,000 log 73352 13186969600 Internal Server Error: /en/hr/leave/requests/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_leave_balance' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/hr/api/leave\\-balance/\\Z'] ERROR 2025-10-07 12:17:46,002 basehttp 73352 13186969600 "GET /en/hr/leave/requests/create/ HTTP/1.1" 500 171558 WARNING 2025-10-07 12:17:46,013 log 73352 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-07 12:17:46,013 basehttp 73352 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-07 12:19:56,885 autoreload 73352 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/urls.py changed, reloading. INFO 2025-10-07 12:19:57,281 autoreload 75795 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 12:21:08,487 autoreload 75795 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/urls.py changed, reloading. INFO 2025-10-07 12:21:08,849 autoreload 76332 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 12:21:47,313 basehttp 76332 6126841856 "GET /en/hr/leave/requests/create/ HTTP/1.1" 200 31688 WARNING 2025-10-07 12:21:47,328 log 76332 6126841856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-07 12:21:47,329 basehttp 76332 6126841856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-07 12:21:47,376 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-07 12:21:47,381 basehttp 76332 6126841856 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-07 12:21:50,567 basehttp 76332 6143668224 "GET /hr/api/leave-balance/?leave_type=1 HTTP/1.1" 302 0 INFO 2025-10-07 12:21:50,584 basehttp 76332 6126841856 "GET /en/hr/api/leave-balance/?leave_type=1 HTTP/1.1" 200 136 INFO 2025-10-07 12:22:47,064 basehttp 76332 6126841856 "GET /en/hr/leave/requests/create/ HTTP/1.1" 200 31697 WARNING 2025-10-07 12:22:47,072 log 76332 6126841856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-07 12:22:47,072 basehttp 76332 6126841856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-10-07 12:22:47,114 basehttp 76332 6143668224 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-07 12:22:47,116 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 12:22:49,484 basehttp 76332 6126841856 "GET /hr/api/leave-balance/?leave_type=1 HTTP/1.1" 302 0 INFO 2025-10-07 12:22:49,501 basehttp 76332 6126841856 "GET /en/hr/api/leave-balance/?leave_type=1 HTTP/1.1" 200 136 INFO 2025-10-07 12:22:58,943 basehttp 76332 6126841856 "GET /en/hr/leave/requests/create/ HTTP/1.1" 200 31688 WARNING 2025-10-07 12:22:58,951 log 76332 6126841856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-07 12:22:58,952 basehttp 76332 6126841856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-10-07 12:22:58,997 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-07 12:22:58,999 basehttp 76332 6143668224 "GET /static/plugins/toastr/toastr.js.map HTTP/1.1" 404 2011 INFO 2025-10-07 12:23:01,565 basehttp 76332 6126841856 "GET /hr/api/leave-balance/?leave_type=1 HTTP/1.1" 302 0 INFO 2025-10-07 12:23:01,581 basehttp 76332 6126841856 "GET /en/hr/api/leave-balance/?leave_type=1 HTTP/1.1" 200 136 INFO 2025-10-07 12:23:59,013 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-10-07 12:24:52,516 log 76332 6126841856 Internal Server Error: /en/hr/my/leave/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 3393, in my_leave_dashboard return render(request, 'hr/self_service/my_leave_dashboard.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'leave_request_detail' with arguments '(UUID('58f4f2ef-6827-41e0-a662-c99374e70cea'),)' not found. 1 pattern(s) tried: ['en/hr/leave/requests/(?P[0-9]+)/\\Z'] ERROR 2025-10-07 12:24:52,518 basehttp 76332 6126841856 "GET /en/hr/my/leave/ HTTP/1.1" 500 225388 ERROR 2025-10-07 12:25:20,335 log 76332 6126841856 Internal Server Error: /en/hr/my/leave/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 3393, in my_leave_dashboard return render(request, 'hr/self_service/my_leave_dashboard.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'leave_request_detail' with arguments '(UUID('58f4f2ef-6827-41e0-a662-c99374e70cea'),)' not found. 1 pattern(s) tried: ['en/hr/leave/requests/(?P[0-9]+)/\\Z'] ERROR 2025-10-07 12:25:20,336 basehttp 76332 6126841856 "GET /en/hr/my/leave/ HTTP/1.1" 500 225388 ERROR 2025-10-07 12:26:03,769 log 76332 6126841856 Internal Server Error: /en/hr/my/leave/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 3393, in my_leave_dashboard return render(request, 'hr/self_service/my_leave_dashboard.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'leave_request_cancel' not found. 'leave_request_cancel' is not a valid view function or pattern name. ERROR 2025-10-07 12:26:03,770 basehttp 76332 6126841856 "GET /en/hr/my/leave/ HTTP/1.1" 500 238508 INFO 2025-10-07 12:27:01,080 basehttp 76332 6126841856 "GET /en/hr/my/leave/ HTTP/1.1" 200 30020 INFO 2025-10-07 12:27:01,113 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-07 12:27:32,302 log 76332 6126841856 Not Found: /en/hr/my/lll WARNING 2025-10-07 12:27:32,302 basehttp 76332 6126841856 "GET /en/hr/my/lll HTTP/1.1" 404 64628 INFO 2025-10-07 12:27:56,897 basehttp 76332 6126841856 "GET /en/hr/my/approvals HTTP/1.1" 301 0 INFO 2025-10-07 12:27:56,910 basehttp 76332 6143668224 "GET /en/hr/my/approvals/ HTTP/1.1" 302 0 INFO 2025-10-07 12:27:56,926 basehttp 76332 6143668224 "GET /en/hr/my/profile/ HTTP/1.1" 200 31030 INFO 2025-10-07 12:27:56,961 basehttp 76332 6143668224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 12:44:42,883 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 13:51:39,221 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-07 13:55:41,169 log 76332 6126841856 Not Found: /en/hr/my/ WARNING 2025-10-07 13:55:41,169 basehttp 76332 6126841856 "GET /en/hr/my/ HTTP/1.1" 404 64619 INFO 2025-10-07 13:56:30,516 basehttp 76332 6126841856 "GET /en/hr/my/clock HTTP/1.1" 301 0 INFO 2025-10-07 13:56:30,544 basehttp 76332 6143668224 "GET /en/hr/my/clock/ HTTP/1.1" 200 28111 INFO 2025-10-07 13:56:30,587 basehttp 76332 6143668224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 13:56:48,379 basehttp 76332 6143668224 "GET /en/hr/my/timesheet/ HTTP/1.1" 200 22424 INFO 2025-10-07 13:56:48,416 basehttp 76332 6143668224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 13:57:04,603 basehttp 76332 6143668224 "GET /en/hr/my/leave HTTP/1.1" 301 0 INFO 2025-10-07 13:57:04,622 basehttp 76332 6126841856 "GET /en/hr/my/leave/ HTTP/1.1" 200 30020 INFO 2025-10-07 13:57:04,659 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 13:58:04,672 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 13:59:04,678 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 13:59:09,000 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 13:59:09,789 basehttp 76332 6126841856 "GET /en/hr/my/profile/ HTTP/1.1" 200 30652 INFO 2025-10-07 13:59:18,392 basehttp 76332 6126841856 "GET /en/hr/leave/requests/create/ HTTP/1.1" 200 31688 INFO 2025-10-07 13:59:18,427 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 14:00:18,432 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 14:01:18,442 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 14:02:18,444 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 14:03:18,462 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 14:03:20,892 basehttp 76332 6126841856 "GET /hr/api/leave-balance/?leave_type=1 HTTP/1.1" 302 0 INFO 2025-10-07 14:03:20,906 basehttp 76332 6126841856 "GET /en/hr/api/leave-balance/?leave_type=1 HTTP/1.1" 200 136 INFO 2025-10-07 14:03:52,855 basehttp 76332 6126841856 "GET /hr/api/leave-balance/?leave_type=7 HTTP/1.1" 302 0 INFO 2025-10-07 14:03:52,869 basehttp 76332 6126841856 "GET /en/hr/api/leave-balance/?leave_type=7 HTTP/1.1" 200 138 INFO 2025-10-07 14:04:03,773 basehttp 76332 6126841856 "GET /hr/api/leave-balance/?leave_type=3 HTTP/1.1" 302 0 INFO 2025-10-07 14:04:03,787 basehttp 76332 6126841856 "GET /en/hr/api/leave-balance/?leave_type=3 HTTP/1.1" 200 135 INFO 2025-10-07 14:04:07,058 basehttp 76332 6126841856 "GET /hr/api/leave-balance/?leave_type=6 HTTP/1.1" 302 0 INFO 2025-10-07 14:04:07,074 basehttp 76332 6126841856 "GET /en/hr/api/leave-balance/?leave_type=6 HTTP/1.1" 200 132 INFO 2025-10-07 14:04:18,450 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 14:05:18,444 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 14:06:18,864 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 14:07:20,939 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 14:08:48,946 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 14:10:48,944 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 14:11:48,952 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 14:12:48,949 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 14:26:09,241 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 14:27:01,827 basehttp 76332 6126841856 "GET /en/hr/leave/requests/create/ HTTP/1.1" 200 31688 INFO 2025-10-07 14:27:01,868 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 14:27:07,595 basehttp 76332 6126841856 "GET /en/hr/my/timesheet/ HTTP/1.1" 200 22424 INFO 2025-10-07 14:27:07,631 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-10-07 14:27:11,338 log 76332 6126841856 Internal Server Error: /en/hr/my/timesheet/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 3342, in my_timesheet return render(request, 'hr/self_service/my_timesheet.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'time_entry_edit' not found. 'time_entry_edit' is not a valid view function or pattern name. ERROR 2025-10-07 14:27:11,339 basehttp 76332 6126841856 "GET /en/hr/my/timesheet/?week=-1 HTTP/1.1" 500 247083 ERROR 2025-10-07 14:28:33,844 log 76332 6126841856 Internal Server Error: /en/hr/my/timesheet/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 3342, in my_timesheet return render(request, 'hr/self_service/my_timesheet.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'time_entry_update' with arguments '(UUID('5f549ec2-f9f2-4f39-9ac5-b5414e8bf6d7'),)' not found. 1 pattern(s) tried: ['en/hr/time\\-entries/(?P[0-9]+)/update/\\Z'] ERROR 2025-10-07 14:28:33,847 basehttp 76332 6126841856 "GET /en/hr/my/timesheet/?week=-1 HTTP/1.1" 500 250914 INFO 2025-10-07 14:28:43,821 basehttp 76332 6126841856 "GET /en/hr/my/timesheet/?week=-1 HTTP/1.1" 200 33532 INFO 2025-10-07 14:28:43,861 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 14:28:53,807 basehttp 76332 6126841856 "GET /en/hr/time-entries/791/update/ HTTP/1.1" 200 47054 INFO 2025-10-07 14:28:53,848 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 14:29:53,864 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 14:30:53,867 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 14:31:53,870 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 14:32:53,873 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 14:33:53,880 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 14:34:53,882 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 14:35:53,887 basehttp 76332 6126841856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 15:21:18,654 autoreload 18719 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 15:21:23,600 basehttp 18719 6191116288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 15:21:24,405 basehttp 18719 6191116288 "GET /en/hr/my/timesheet/?week=-1 HTTP/1.1" 200 33532 INFO 2025-10-07 15:21:24,442 basehttp 18719 6191116288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 15:22:33,531 basehttp 18719 6191116288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 15:22:40,928 basehttp 18719 6191116288 "GET /en/hr/ HTTP/1.1" 200 235877 INFO 2025-10-07 15:22:40,966 basehttp 18719 6191116288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 15:23:40,981 basehttp 18719 6191116288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 15:24:02,856 basehttp 18719 6191116288 "GET /en/hr/salary HTTP/1.1" 301 0 ERROR 2025-10-07 15:24:02,885 log 18719 6207942656 Internal Server Error: /en/hr/salary/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 4056, in get_queryset queryset = SalaryInformation.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: account_number, adjustments_from, adjustments_to, bank_name, basic_salary, created_at, created_by, created_by_id, currency, effective_date, employee, employee_id, end_date, food_allowance, housing_allowance, iban, id, is_active, notes, other_allowances, payment_frequency, salary_id, swift_code, total_salary, transportation_allowance, updated_at ERROR 2025-10-07 15:24:02,887 basehttp 18719 6207942656 "GET /en/hr/salary/ HTTP/1.1" 500 132541 INFO 2025-10-07 15:24:41,656 autoreload 18719 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-07 15:24:42,140 autoreload 20313 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 15:24:45,220 basehttp 20313 6155841536 "GET /en/hr/salary/ HTTP/1.1" 200 47840 INFO 2025-10-07 15:24:45,257 basehttp 20313 6155841536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 15:25:45,260 basehttp 20313 6155841536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 15:26:45,261 basehttp 20313 6155841536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 15:27:45,264 basehttp 20313 6155841536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 15:28:45,270 basehttp 20313 6155841536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 15:29:45,284 basehttp 20313 6155841536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 15:30:45,261 basehttp 20313 6155841536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 15:31:45,256 basehttp 20313 6155841536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 15:32:45,253 basehttp 20313 6155841536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 15:33:45,269 basehttp 20313 6155841536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 15:34:45,257 basehttp 20313 6155841536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 15:35:45,265 basehttp 20313 6155841536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 15:36:45,273 basehttp 20313 6155841536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 15:37:30,452 basehttp 20313 6155841536 "GET /en/hr/salary/ HTTP/1.1" 200 112506 INFO 2025-10-07 15:37:30,497 basehttp 20313 6155841536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-10-07 15:37:37,639 log 20313 6155841536 Internal Server Error: /en/hr/salary/143/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 4134, in get_queryset return SalaryInformation.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: account_number, adjustments_from, adjustments_to, bank_name, basic_salary, created_at, created_by, created_by_id, currency, effective_date, employee, employee_id, end_date, food_allowance, housing_allowance, iban, id, is_active, notes, other_allowances, payment_frequency, salary_id, swift_code, total_salary, transportation_allowance, updated_at ERROR 2025-10-07 15:37:37,641 basehttp 20313 6155841536 "GET /en/hr/salary/143/ HTTP/1.1" 500 144652 INFO 2025-10-07 15:38:32,852 autoreload 20313 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-07 15:38:33,370 autoreload 27310 8782111040 Watching for file changes with StatReloader ERROR 2025-10-07 15:38:33,841 log 27310 6131216384 Internal Server Error: /en/hr/salary/143/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 4145, in get_context_data ).select_related('employee', 'approved_by').order_by('-adjustment_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'adjustment_date' into field. Choices are: adjustment_amount, adjustment_id, adjustment_percentage, adjustment_reason, adjustment_type, approval_date, approved_by, approved_by_id, created_at, created_by, created_by_id, effective_date, employee, employee_id, id, new_salary, new_salary_id, notes, previous_salary, previous_salary_id, updated_at ERROR 2025-10-07 15:38:33,843 basehttp 27310 6131216384 "GET /en/hr/salary/143/ HTTP/1.1" 500 104635 ERROR 2025-10-07 15:38:34,973 log 27310 6131216384 Internal Server Error: /en/hr/salary/143/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 4145, in get_context_data ).select_related('employee', 'approved_by').order_by('-adjustment_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'adjustment_date' into field. Choices are: adjustment_amount, adjustment_id, adjustment_percentage, adjustment_reason, adjustment_type, approval_date, approved_by, approved_by_id, created_at, created_by, created_by_id, effective_date, employee, employee_id, id, new_salary, new_salary_id, notes, previous_salary, previous_salary_id, updated_at ERROR 2025-10-07 15:38:34,976 basehttp 27310 6131216384 "GET /en/hr/salary/143/ HTTP/1.1" 500 104635 INFO 2025-10-07 15:54:43,697 autoreload 27310 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-07 15:54:44,181 autoreload 34999 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 15:54:46,727 basehttp 34999 6128070656 "GET /en/hr/salary/143/ HTTP/1.1" 200 28733 INFO 2025-10-07 15:54:46,766 basehttp 34999 6128070656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 15:55:32,993 basehttp 34999 6128070656 "GET /en/hr/salary/ HTTP/1.1" 200 112506 INFO 2025-10-07 15:55:33,022 basehttp 34999 6128070656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 15:56:33,035 basehttp 34999 6128070656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-10-07 15:57:20,430 log 34999 6128070656 Internal Server Error: /en/hr/salary/employee/77/history/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 4215, in salary_history salary_records = SalaryInformation.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: account_number, adjustments_from, adjustments_to, bank_name, basic_salary, created_at, created_by, created_by_id, currency, effective_date, employee, employee_id, end_date, food_allowance, housing_allowance, iban, id, is_active, notes, other_allowances, payment_frequency, salary_id, swift_code, total_salary, transportation_allowance, updated_at ERROR 2025-10-07 15:57:20,433 basehttp 34999 6128070656 "GET /en/hr/salary/employee/77/history/ HTTP/1.1" 500 129213 INFO 2025-10-07 15:57:37,959 autoreload 34999 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-07 15:57:38,491 autoreload 36378 8782111040 Watching for file changes with StatReloader ERROR 2025-10-07 15:57:39,873 log 36378 6191345664 Internal Server Error: /en/hr/salary/employee/77/history/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 4221, in salary_history adjustments = SalaryAdjustment.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: adjustment_amount, adjustment_id, adjustment_percentage, adjustment_reason, adjustment_type, approval_date, approved_by, approved_by_id, created_at, created_by, created_by_id, effective_date, employee, employee_id, id, new_salary, new_salary_id, notes, previous_salary, previous_salary_id, updated_at ERROR 2025-10-07 15:57:39,888 basehttp 36378 6191345664 "GET /en/hr/salary/employee/77/history/ HTTP/1.1" 500 121690 ERROR 2025-10-07 15:57:41,970 log 36378 6191345664 Internal Server Error: /en/hr/salary/employee/77/history/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 4221, in salary_history adjustments = SalaryAdjustment.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: adjustment_amount, adjustment_id, adjustment_percentage, adjustment_reason, adjustment_type, approval_date, approved_by, approved_by_id, created_at, created_by, created_by_id, effective_date, employee, employee_id, id, new_salary, new_salary_id, notes, previous_salary, previous_salary_id, updated_at ERROR 2025-10-07 15:57:41,971 basehttp 36378 6191345664 "GET /en/hr/salary/employee/77/history/ HTTP/1.1" 500 121690 INFO 2025-10-07 15:59:20,738 autoreload 36378 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-07 15:59:21,192 autoreload 37205 8782111040 Watching for file changes with StatReloader ERROR 2025-10-07 15:59:22,256 log 37205 6202077184 Internal Server Error: /en/hr/salary/employee/77/history/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 4225, in salary_history ).select_related('previous_salary', 'new_salary', 'approved_by').order_by('-adjustment_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'adjustment_date' into field. Choices are: adjustment_amount, adjustment_id, adjustment_percentage, adjustment_reason, adjustment_type, approval_date, approved_by, approved_by_id, created_at, created_by, created_by_id, effective_date, employee, employee_id, id, new_salary, new_salary_id, notes, previous_salary, previous_salary_id, updated_at ERROR 2025-10-07 15:59:22,258 basehttp 37205 6202077184 "GET /en/hr/salary/employee/77/history/ HTTP/1.1" 500 91387 INFO 2025-10-07 16:00:15,566 autoreload 37205 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-07 16:00:15,977 autoreload 37633 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 16:00:16,941 basehttp 37633 6157414400 "GET /en/hr/salary/employee/77/history/ HTTP/1.1" 200 25601 INFO 2025-10-07 16:00:16,967 basehttp 37633 6157414400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:01:17,874 basehttp 37633 6157414400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:02:18,883 basehttp 37633 6157414400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:03:19,887 basehttp 37633 6157414400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:04:20,896 basehttp 37633 6157414400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:05:21,894 basehttp 37633 6157414400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:06:22,889 basehttp 37633 6157414400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:07:23,883 basehttp 37633 6157414400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:08:23,897 basehttp 37633 6157414400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:09:23,899 basehttp 37633 6157414400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:11:23,905 basehttp 37633 6157414400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:13:23,904 basehttp 37633 6157414400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:14:23,895 basehttp 37633 6157414400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:16:23,904 basehttp 37633 6157414400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:17:23,864 basehttp 37633 6157414400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-10-07 16:19:23,862 basehttp 37633 6157414400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 16:20:23,859 basehttp 37633 6157414400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 16:21:23,859 basehttp 37633 6157414400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 16:23:23,862 basehttp 37633 6157414400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 16:24:24,053 basehttp 37633 6157414400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 16:25:44,196 basehttp 37633 6157414400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 16:25:54,171 basehttp 37633 6157414400 "GET /en/hr/employees/77/ HTTP/1.1" 200 35904 INFO 2025-10-07 16:25:54,241 basehttp 37633 6157414400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 16:25:54,266 basehttp 37633 13304360960 "GET /en/hr/employees/77/clock-controls/ HTTP/1.1" 200 503 INFO 2025-10-07 16:26:20,536 basehttp 37633 13304360960 "GET /en/hr/salary/143/ HTTP/1.1" 200 28733 INFO 2025-10-07 16:26:20,562 basehttp 37633 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 16:27:20,578 basehttp 37633 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:28:20,579 basehttp 37633 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:28:41,209 basehttp 37633 13304360960 "GET /en/hr/salary/143/update/ HTTP/1.1" 200 43349 INFO 2025-10-07 16:28:41,245 basehttp 37633 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-07 16:29:40,486 log 37633 13304360960 Not Found: /en/hr/documents WARNING 2025-10-07 16:29:40,486 basehttp 37633 13304360960 "GET /en/hr/documents HTTP/1.1" 404 73571 INFO 2025-10-07 16:29:51,581 basehttp 37633 13304360960 "GET /en/hr/documents/requests HTTP/1.1" 301 0 ERROR 2025-10-07 16:29:51,644 log 37633 6157414400 Internal Server Error: /en/hr/documents/requests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 4339, in get_queryset queryset = DocumentRequest.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: additional_notes, addressee, created_at, created_by, created_by_id, custom_document_name, delivery_address, delivery_email, delivery_method, document_number, document_type, employee, employee_id, generated_document, id, include_salary, language, processed_by, processed_by_id, processed_date, purpose, rejection_reason, request_id, requested_date, required_by_date, status, updated_at ERROR 2025-10-07 16:29:51,646 basehttp 37633 6157414400 "GET /en/hr/documents/requests/ HTTP/1.1" 500 140322 INFO 2025-10-07 16:31:13,534 autoreload 37633 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-07 16:31:14,118 autoreload 52151 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 16:31:17,038 basehttp 52151 6203961344 "GET /en/hr/documents/requests/ HTTP/1.1" 200 106387 INFO 2025-10-07 16:31:17,096 basehttp 52151 6203961344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-10-07 16:31:30,924 log 52151 6203961344 Internal Server Error: /en/hr/documents/requests/82/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 4442, in get_queryset return DocumentRequest.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: additional_notes, addressee, created_at, created_by, created_by_id, custom_document_name, delivery_address, delivery_email, delivery_method, document_number, document_type, employee, employee_id, generated_document, id, include_salary, language, processed_by, processed_by_id, processed_date, purpose, rejection_reason, request_id, requested_date, required_by_date, status, updated_at ERROR 2025-10-07 16:31:30,928 basehttp 52151 6203961344 "GET /en/hr/documents/requests/82/ HTTP/1.1" 500 144556 INFO 2025-10-07 16:36:44,247 autoreload 52151 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-07 16:36:44,789 autoreload 54711 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 16:36:47,894 basehttp 54711 6138261504 "GET /en/hr/documents/requests/82/ HTTP/1.1" 200 21175 INFO 2025-10-07 16:36:47,933 basehttp 54711 6138261504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:37:47,930 basehttp 54711 6138261504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:38:47,946 basehttp 54711 6138261504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:39:47,948 basehttp 54711 6138261504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:40:47,951 basehttp 54711 6138261504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:41:20,018 basehttp 54711 6138261504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:42:20,030 basehttp 54711 6138261504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:43:20,021 basehttp 54711 6138261504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:44:20,032 basehttp 54711 6138261504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:45:20,037 basehttp 54711 6138261504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:46:20,029 basehttp 54711 6138261504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:47:20,044 basehttp 54711 6138261504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:48:20,044 basehttp 54711 6138261504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:49:20,001 basehttp 54711 6138261504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:50:20,014 basehttp 54711 6138261504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:51:20,004 basehttp 54711 6138261504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:52:20,004 basehttp 54711 6138261504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:52:40,052 autoreload 54711 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-07 16:52:40,600 autoreload 61726 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 16:52:42,946 basehttp 61726 6199144448 "GET /en/hr/documents/requests/ HTTP/1.1" 200 106567 INFO 2025-10-07 16:52:42,994 basehttp 61726 6199144448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:53:43,001 basehttp 61726 6199144448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:53:44,184 basehttp 61726 6199144448 "GET /en/hr/documents/requests/78/ HTTP/1.1" 200 21360 INFO 2025-10-07 16:53:44,209 basehttp 61726 6199144448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:54:43,009 basehttp 61726 6199144448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:55:35,374 basehttp 61726 6199144448 "GET /en/hr/documents/requests/82/ HTTP/1.1" 200 21175 INFO 2025-10-07 16:55:35,410 basehttp 61726 6199144448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:56:35,412 basehttp 61726 6199144448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:57:23,090 basehttp 61726 6199144448 "GET /en/hr/documents/requests/82/ HTTP/1.1" 200 21466 INFO 2025-10-07 16:57:23,120 basehttp 61726 6199144448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:58:15,404 basehttp 61726 6199144448 "GET /en/hr/documents/requests/82/ HTTP/1.1" 200 21473 INFO 2025-10-07 16:58:15,431 basehttp 61726 6199144448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:58:56,628 basehttp 61726 6199144448 "GET /en/hr/documents/requests/82/ HTTP/1.1" 200 21763 INFO 2025-10-07 16:58:56,662 basehttp 61726 6199144448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:59:39,078 basehttp 61726 6199144448 "GET /en/hr/documents/requests/82/ HTTP/1.1" 200 21473 INFO 2025-10-07 16:59:39,108 basehttp 61726 6199144448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 16:59:54,641 basehttp 61726 6199144448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:00:08,509 basehttp 61726 6199144448 "GET /en/hr/my/documents/ HTTP/1.1" 200 19652 INFO 2025-10-07 17:00:08,542 basehttp 61726 6199144448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-10-07 17:00:12,420 log 61726 6199144448 Internal Server Error: /en/hr/documents/requests/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/forms.py", line 2435, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-10-07 17:00:12,421 basehttp 61726 6199144448 "GET /en/hr/documents/requests/create/ HTTP/1.1" 500 100329 INFO 2025-10-07 17:00:29,733 autoreload 61726 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/forms.py changed, reloading. INFO 2025-10-07 17:00:30,215 autoreload 65269 8782111040 Watching for file changes with StatReloader ERROR 2025-10-07 17:00:31,347 log 65269 6128152576 Internal Server Error: /en/hr/documents/requests/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/forms.py", line 2435, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-10-07 17:00:31,348 basehttp 65269 6128152576 "GET /en/hr/documents/requests/create/ HTTP/1.1" 500 100556 ERROR 2025-10-07 17:00:33,339 log 65269 6128152576 Internal Server Error: /en/hr/documents/requests/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/forms.py", line 2435, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-10-07 17:00:33,340 basehttp 65269 6128152576 "GET /en/hr/documents/requests/create/ HTTP/1.1" 500 100556 INFO 2025-10-07 17:01:44,634 autoreload 65269 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/forms.py changed, reloading. INFO 2025-10-07 17:01:45,092 autoreload 65830 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 17:05:27,338 autoreload 65830 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/forms.py changed, reloading. INFO 2025-10-07 17:05:27,866 autoreload 67701 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 17:06:16,028 basehttp 67701 6122696704 "GET /en/hr/documents/requests/create/ HTTP/1.1" 200 25258 INFO 2025-10-07 17:06:16,081 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:07:16,089 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:08:05,774 basehttp 67701 6122696704 "GET /en/hr/documents/requests/create/ HTTP/1.1" 200 25258 INFO 2025-10-07 17:08:05,806 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:09:05,821 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:10:05,824 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:10:36,553 basehttp 67701 6122696704 "GET /en/hr/my/documents/ HTTP/1.1" 200 19652 INFO 2025-10-07 17:10:36,584 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:10:49,295 basehttp 67701 6122696704 "GET /en/hr/my/leave/ HTTP/1.1" 200 41123 INFO 2025-10-07 17:10:49,334 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:11:19,416 basehttp 67701 6122696704 "GET /en/hr/salary/employee/77/history/ HTTP/1.1" 200 25601 INFO 2025-10-07 17:11:19,451 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:12:10,752 basehttp 67701 6122696704 "GET /en/hr/salary/143/ HTTP/1.1" 200 28733 INFO 2025-10-07 17:12:10,772 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:13:10,803 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:14:10,785 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-10-07 17:15:10,589 log 67701 6122696704 Internal Server Error: /en/hr/salary/143/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'replace' ERROR 2025-10-07 17:15:10,591 basehttp 67701 6122696704 "GET /en/hr/salary/143/ HTTP/1.1" 500 346940 ERROR 2025-10-07 17:15:33,634 log 67701 6122696704 Internal Server Error: /en/hr/salary/143/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'replace' ERROR 2025-10-07 17:15:33,635 basehttp 67701 6122696704 "GET /en/hr/salary/143/ HTTP/1.1" 500 346940 ERROR 2025-10-07 17:15:34,887 log 67701 6122696704 Internal Server Error: /en/hr/salary/143/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'replace' ERROR 2025-10-07 17:15:34,888 basehttp 67701 6122696704 "GET /en/hr/salary/143/ HTTP/1.1" 500 346940 INFO 2025-10-07 17:18:40,104 basehttp 67701 6122696704 "GET /en/hr/salary/143/ HTTP/1.1" 200 29151 INFO 2025-10-07 17:18:40,145 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 17:19:08,963 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 17:19:15,460 basehttp 67701 6122696704 "GET /en/hr/employees/77/ HTTP/1.1" 200 35913 INFO 2025-10-07 17:19:15,504 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 17:19:15,506 basehttp 67701 6139523072 "GET /en/hr/employees/77/clock-controls/ HTTP/1.1" 200 503 INFO 2025-10-07 17:19:34,095 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 17:19:36,680 basehttp 67701 6122696704 "GET /en/hr/salary/143/ HTTP/1.1" 200 29151 INFO 2025-10-07 17:19:36,715 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 17:19:45,305 basehttp 67701 6122696704 "GET /en/hr/salary/ HTTP/1.1" 200 112506 INFO 2025-10-07 17:19:45,348 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 17:20:39,256 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 17:21:14,182 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-10-07 17:21:25,896 log 67701 6122696704 Not Found: /en/hr/my/salary/ WARNING 2025-10-07 17:21:25,897 basehttp 67701 6122696704 "GET /en/hr/my/salary/ HTTP/1.1" 404 73574 WARNING 2025-10-07 17:21:31,144 log 67701 6122696704 Not Found: /en/hr/my/salary WARNING 2025-10-07 17:21:31,144 basehttp 67701 6122696704 "GET /en/hr/my/salary HTTP/1.1" 404 73571 WARNING 2025-10-07 17:21:52,858 log 67701 6122696704 Not Found: /en/hr/my/salary WARNING 2025-10-07 17:21:52,859 basehttp 67701 6122696704 "GET /en/hr/my/salary HTTP/1.1" 404 73571 INFO 2025-10-07 17:22:24,274 basehttp 67701 6122696704 "GET /en/hr/my/approvals/ HTTP/1.1" 302 0 INFO 2025-10-07 17:22:24,297 basehttp 67701 6122696704 "GET /en/hr/my/profile/ HTTP/1.1" 200 32481 INFO 2025-10-07 17:22:24,333 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 17:22:40,426 basehttp 67701 6122696704 "GET /en/hr/my/timesheet/ HTTP/1.1" 200 23243 INFO 2025-10-07 17:22:40,452 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 17:22:48,157 basehttp 67701 6122696704 "GET /en/hr/my/clock/ HTTP/1.1" 200 28112 INFO 2025-10-07 17:22:48,199 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 17:23:04,483 basehttp 67701 6122696704 "GET /en/hr/my/timesheet/?period=week HTTP/1.1" 200 23243 INFO 2025-10-07 17:23:04,518 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 17:23:06,259 basehttp 67701 6122696704 "GET /en/hr/my/timesheet/?period=month HTTP/1.1" 200 23243 INFO 2025-10-07 17:23:06,296 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 17:23:09,161 basehttp 67701 6122696704 "GET /en/hr/my/profile/ HTTP/1.1" 200 32076 INFO 2025-10-07 17:23:15,268 basehttp 67701 6122696704 "GET /en/hr/leave/requests/create/ HTTP/1.1" 200 31688 INFO 2025-10-07 17:23:15,306 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 17:24:22,394 basehttp 67701 6122696704 "GET /en/hr/salary/employee/77/history/ HTTP/1.1" 200 25601 INFO 2025-10-07 17:24:22,427 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 17:24:28,303 basehttp 67701 6122696704 "GET /en/hr/salary/create/?employee=77 HTTP/1.1" 200 43149 INFO 2025-10-07 17:24:28,341 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 17:26:00,199 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 17:27:00,203 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:28:00,204 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:29:00,203 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:30:00,213 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:31:00,224 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:32:00,228 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:33:00,220 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:34:00,263 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:35:00,249 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:36:00,797 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:37:02,802 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:38:23,798 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:39:23,797 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:41:23,784 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:42:23,797 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:44:23,796 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:45:23,814 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:47:23,793 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:48:23,791 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:49:23,821 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:50:25,890 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:51:25,912 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:52:06,726 basehttp 67701 6122696704 "GET /en/hr/salary/143/ HTTP/1.1" 200 29151 INFO 2025-10-07 17:52:06,767 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:53:06,783 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:54:06,786 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:55:06,790 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:56:06,793 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:57:06,796 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:58:06,799 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 17:59:06,802 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:00:06,806 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:01:06,825 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:02:06,816 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:03:06,817 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:04:07,821 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:05:09,840 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:06:23,841 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:07:23,844 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:09:23,840 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:10:23,843 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:12:23,840 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:13:23,850 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:15:23,841 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:16:23,846 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:18:23,854 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 18:19:23,857 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 18:20:23,853 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 18:21:53,480 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 18:22:00,070 basehttp 67701 6122696704 "GET /en/hr/salary/143/ HTTP/1.1" 200 29151 INFO 2025-10-07 18:22:00,104 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 18:23:00,124 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 18:23:16,374 basehttp 67701 6122696704 "GET /en/hr/salary/143/ HTTP/1.1" 200 29151 INFO 2025-10-07 18:23:16,414 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 18:24:16,416 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 18:25:16,426 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 18:26:16,431 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 18:27:16,440 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:28:16,442 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:29:16,438 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:30:16,458 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:31:16,440 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:32:16,467 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:33:16,445 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:33:25,061 basehttp 67701 6122696704 "GET /en/hr/salary/143/ HTTP/1.1" 200 29686 INFO 2025-10-07 18:33:25,092 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:34:25,140 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:35:25,069 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:36:25,074 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:37:25,077 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:38:25,081 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:39:25,077 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:40:25,086 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:41:25,093 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:42:25,108 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:43:25,089 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:44:25,110 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:45:25,106 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:45:55,376 basehttp 67701 6122696704 "GET /en/hr/salary/143/ HTTP/1.1" 200 30626 INFO 2025-10-07 18:45:55,426 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:46:55,425 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:47:55,430 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:48:55,434 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:49:55,434 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:50:55,427 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:51:09,258 basehttp 67701 6122696704 "GET /en/hr/salary/143/ HTTP/1.1" 200 30672 INFO 2025-10-07 18:51:09,295 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:51:58,724 basehttp 67701 6122696704 "GET /en/hr/salary/143/ HTTP/1.1" 200 30672 INFO 2025-10-07 18:51:58,759 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:52:14,020 basehttp 67701 6122696704 "GET /en/hr/salary/143/ HTTP/1.1" 200 30672 INFO 2025-10-07 18:52:14,051 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:53:14,088 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:54:14,070 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:55:14,074 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:56:14,077 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:57:14,079 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:57:26,576 basehttp 67701 6122696704 "GET /en/hr/salary/143/ HTTP/1.1" 200 30672 INFO 2025-10-07 18:57:26,613 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:58:26,628 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 18:59:26,632 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:00:26,634 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:01:26,636 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:02:26,631 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:02:37,268 basehttp 67701 6122696704 "GET /en/hr/salary/143/ HTTP/1.1" 200 30672 INFO 2025-10-07 19:02:37,306 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:03:37,308 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:04:37,331 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:05:31,860 basehttp 67701 6122696704 "GET /en/hr/salary/143/ HTTP/1.1" 200 30775 INFO 2025-10-07 19:05:31,904 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:06:31,911 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:07:31,918 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:08:31,919 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:09:31,923 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:09:58,931 basehttp 67701 6122696704 "GET /en/hr/salary/employee/77/history/ HTTP/1.1" 200 25601 INFO 2025-10-07 19:09:58,955 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:10:31,925 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:11:31,928 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:11:50,215 basehttp 67701 6122696704 "GET /en/hr/salary/ HTTP/1.1" 200 112506 INFO 2025-10-07 19:11:50,250 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:12:31,933 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:13:31,944 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:14:31,947 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:15:29,218 basehttp 67701 6122696704 "GET /en/hr/salary/143/ HTTP/1.1" 200 30775 INFO 2025-10-07 19:15:29,258 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:16:29,285 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:17:29,277 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-10-07 19:17:46,144 basehttp 67701 6122696704 "GET /en/hr/salary/143/ HTTP/1.1" 200 31318 INFO 2025-10-07 19:17:46,180 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 19:18:24,834 basehttp 67701 6122696704 "GET /en/hr/salary/143/ HTTP/1.1" 200 31340 INFO 2025-10-07 19:18:24,875 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 19:18:50,939 basehttp 67701 6122696704 "GET /en/hr/documents/requests/ HTTP/1.1" 200 106587 INFO 2025-10-07 19:18:50,960 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 19:18:54,782 basehttp 67701 6122696704 "GET /en/hr/documents/requests/82/ HTTP/1.1" 200 21473 INFO 2025-10-07 19:18:54,818 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 19:19:03,521 basehttp 67701 6122696704 "GET /en/hr/documents/requests/70/ HTTP/1.1" 200 21334 INFO 2025-10-07 19:19:03,552 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 19:19:25,396 basehttp 67701 6122696704 "GET /en/hr/documents/requests/create/ HTTP/1.1" 200 25258 INFO 2025-10-07 19:19:25,412 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 19:19:41,357 basehttp 67701 6122696704 "GET /en/hr/documents/requests/69/ HTTP/1.1" 200 21463 INFO 2025-10-07 19:19:41,391 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 19:20:41,811 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 19:21:42,807 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 19:22:43,813 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 19:23:44,828 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 19:24:45,817 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 19:25:46,811 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 19:26:48,820 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:28:23,833 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:29:23,822 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:31:23,832 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:33:23,816 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:35:23,832 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:35:51,224 basehttp 67701 6122696704 "GET /en/hr/my/profile/ HTTP/1.1" 200 32081 INFO 2025-10-07 19:35:51,262 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:35:52,358 basehttp 67701 6122696704 "GET / HTTP/1.1" 302 0 INFO 2025-10-07 19:35:52,385 basehttp 67701 6139523072 "GET /en/ HTTP/1.1" 200 47131 INFO 2025-10-07 19:35:52,438 basehttp 67701 6139523072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:35:52,442 basehttp 67701 6156349440 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-10-07 19:35:52,444 basehttp 67701 6122696704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-10-07 19:35:55,502 basehttp 67701 6122696704 "GET /en/hr/ HTTP/1.1" 200 235877 INFO 2025-10-07 19:35:55,552 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:36:05,075 basehttp 67701 6122696704 "GET /en/hr/my/leave/ HTTP/1.1" 200 41123 INFO 2025-10-07 19:36:05,099 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-10-07 19:36:14,025 log 67701 6122696704 Internal Server Error: /en/hr/leave/requests/1590/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'div' ERROR 2025-10-07 19:36:14,027 basehttp 67701 6122696704 "GET /en/hr/leave/requests/1590/ HTTP/1.1" 500 270043 INFO 2025-10-07 19:36:17,746 basehttp 67701 6122696704 "GET /en/hr/leave/requests/create/ HTTP/1.1" 200 31688 INFO 2025-10-07 19:36:17,769 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:36:23,605 basehttp 67701 6122696704 "GET /hr/api/leave-balance/?leave_type=1 HTTP/1.1" 302 0 INFO 2025-10-07 19:36:23,615 basehttp 67701 6122696704 "GET /en/hr/api/leave-balance/?leave_type=1 HTTP/1.1" 200 136 INFO 2025-10-07 19:36:41,096 basehttp 67701 6122696704 "GET /en/hr/ HTTP/1.1" 200 235877 INFO 2025-10-07 19:36:41,151 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:36:57,147 basehttp 67701 6122696704 "GET /en/hr/leave/delegations/ HTTP/1.1" 200 55972 INFO 2025-10-07 19:36:57,173 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:37:04,958 basehttp 67701 6122696704 "GET /en/hr/leave/delegations/create/ HTTP/1.1" 200 32751 INFO 2025-10-07 19:37:04,994 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:37:29,345 basehttp 67701 6122696704 "GET /en/hr/my/leave/ HTTP/1.1" 200 41123 INFO 2025-10-07 19:37:29,370 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:37:37,042 basehttp 67701 6122696704 "GET /en/hr/my/profile/ HTTP/1.1" 200 32016 INFO 2025-10-07 19:37:37,068 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:37:45,627 basehttp 67701 6122696704 "GET /en/hr/my/timesheet/ HTTP/1.1" 200 23243 INFO 2025-10-07 19:37:45,661 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:37:54,835 basehttp 67701 6122696704 "GET /en/hr/my/clock/ HTTP/1.1" 200 28112 INFO 2025-10-07 19:37:54,877 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:38:24,706 basehttp 67701 6122696704 "GET /en/hr/my/approvals/ HTTP/1.1" 302 0 INFO 2025-10-07 19:38:24,716 basehttp 67701 6122696704 "GET /en/hr/my/profile/ HTTP/1.1" 200 32476 INFO 2025-10-07 19:38:24,737 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:38:27,821 basehttp 67701 6122696704 "GET /en/hr/my/leave/ HTTP/1.1" 200 41123 INFO 2025-10-07 19:38:27,855 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:38:33,800 basehttp 67701 6122696704 "GET /en/hr/leave/calendar/ HTTP/1.1" 200 659787 INFO 2025-10-07 19:38:33,873 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:39:05,068 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-07 19:39:11,442 log 67701 6122696704 Not Found: /en/hr/my/ WARNING 2025-10-07 19:39:11,442 basehttp 67701 6122696704 "GET /en/hr/my/ HTTP/1.1" 404 73553 INFO 2025-10-07 19:39:37,193 basehttp 67701 6122696704 "GET /en/hr/documents/requests/ HTTP/1.1" 200 106567 INFO 2025-10-07 19:39:37,236 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:39:52,335 basehttp 67701 6122696704 "GET /en/hr/documents/requests/82/ HTTP/1.1" 200 21473 INFO 2025-10-07 19:39:52,371 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:40:03,524 basehttp 67701 6122696704 "GET /en/hr/documents/requests/82/process/ HTTP/1.1" 200 21558 INFO 2025-10-07 19:40:03,556 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:40:28,312 basehttp 67701 6122696704 "GET /en/hr/documents/requests/81/ HTTP/1.1" 200 21491 INFO 2025-10-07 19:40:28,344 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:40:39,355 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-07 19:40:51,853 log 67701 6122696704 Not Found: /en/hr/my/salary WARNING 2025-10-07 19:40:51,853 basehttp 67701 6122696704 "GET /en/hr/my/salary HTTP/1.1" 404 73571 INFO 2025-10-07 19:40:57,333 basehttp 67701 6122696704 "GET /en/hr/salary/ HTTP/1.1" 200 112506 INFO 2025-10-07 19:40:57,374 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:40:59,507 basehttp 67701 6122696704 "GET /en/hr/salary/143/ HTTP/1.1" 200 31340 INFO 2025-10-07 19:40:59,529 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:41:13,340 basehttp 67701 6122696704 "GET /en/hr/salary/adjustments/create/?employee=77 HTTP/1.1" 200 67916 INFO 2025-10-07 19:41:13,364 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:41:26,824 basehttp 67701 6122696704 "GET /en/hr/salary/employee/77/history/ HTTP/1.1" 200 25601 INFO 2025-10-07 19:41:26,861 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:41:50,837 basehttp 67701 6122696704 "GET /en/hr/employees/77/ HTTP/1.1" 200 35913 INFO 2025-10-07 19:41:50,882 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:41:50,884 basehttp 67701 6139523072 "GET /en/hr/employees/77/clock-controls/ HTTP/1.1" 200 503 INFO 2025-10-07 19:41:54,386 basehttp 67701 6122696704 "GET /en/hr/salary/create/?employee=77 HTTP/1.1" 200 43149 INFO 2025-10-07 19:41:54,423 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:42:40,712 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:42:42,588 basehttp 67701 6122696704 "GET /en/hr/salary/143/ HTTP/1.1" 200 31340 INFO 2025-10-07 19:42:42,626 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:43:54,834 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:44:54,838 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:45:36,174 basehttp 67701 6122696704 "GET /en/hr/my/leave/ HTTP/1.1" 200 41123 INFO 2025-10-07 19:45:36,199 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:45:42,201 basehttp 67701 6122696704 "GET /en/hr/my/profile/ HTTP/1.1" 200 32076 INFO 2025-10-07 19:45:42,219 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:46:42,804 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:47:43,812 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:47:58,799 basehttp 67701 6122696704 "GET /en/hr/my/leave/ HTTP/1.1" 200 41123 INFO 2025-10-07 19:47:58,838 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:48:35,167 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:48:48,194 basehttp 67701 6122696704 "GET /en/hr/ HTTP/1.1" 200 235877 INFO 2025-10-07 19:48:48,225 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:49:16,271 basehttp 67701 6122696704 "GET /en/hr/ HTTP/1.1" 200 235877 INFO 2025-10-07 19:49:16,316 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:49:17,607 basehttp 67701 6122696704 "GET /en/facility-management/ HTTP/1.1" 200 44760 INFO 2025-10-07 19:49:17,671 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-07 19:49:47,975 log 67701 6122696704 Not Found: /en/hr/training/ WARNING 2025-10-07 19:49:47,976 basehttp 67701 6122696704 "GET /en/hr/training/ HTTP/1.1" 404 73571 INFO 2025-10-07 19:50:05,597 basehttp 67701 6122696704 "GET /en/hr/training-management/ HTTP/1.1" 200 89062 INFO 2025-10-07 19:50:05,652 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:51:05,680 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:52:05,652 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:52:06,300 basehttp 67701 6122696704 "GET /en/hr/training/records/5290/ HTTP/1.1" 200 39788 INFO 2025-10-07 19:52:06,320 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:52:25,392 basehttp 67701 6122696704 "GET /en/hr/training/analytics/ HTTP/1.1" 200 54814 INFO 2025-10-07 19:52:25,426 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:53:11,435 basehttp 67701 6122696704 "GET /en/hr/training/programs HTTP/1.1" 301 0 INFO 2025-10-07 19:53:11,448 basehttp 67701 6122696704 "GET /en/hr/training/programs/ HTTP/1.1" 200 73712 INFO 2025-10-07 19:53:11,503 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:53:14,945 basehttp 67701 6122696704 "GET /en/hr/training/programs/7/ HTTP/1.1" 200 46039 INFO 2025-10-07 19:53:14,964 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:53:29,931 basehttp 67701 6122696704 "GET /en/hr/training/sessions/184/ HTTP/1.1" 200 67877 INFO 2025-10-07 19:53:29,968 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:53:44,739 basehttp 67701 6122696704 "GET /en/hr/training/records/5155/ HTTP/1.1" 200 36174 INFO 2025-10-07 19:53:44,776 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:54:22,498 basehttp 67701 6122696704 "GET /en/hr/training/programs/7/ HTTP/1.1" 200 46039 INFO 2025-10-07 19:54:22,536 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:54:24,406 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:54:24,689 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-10-07 19:54:29,796 log 67701 6122696704 Not Found: /en/hr/training/ WARNING 2025-10-07 19:54:29,797 basehttp 67701 6122696704 "GET /en/hr/training/ HTTP/1.1" 404 73571 ERROR 2025-10-07 19:55:07,271 log 67701 6122696704 Internal Server Error: /en/hr/employees/1/training-transcript/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 2329, in employee_training_transcript return render(request, 'hr/training/employee_transcript.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 19, in get_template raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: hr/training/employee_transcript.html ERROR 2025-10-07 19:55:07,272 basehttp 67701 6122696704 "GET /en/hr/employees/1/training-transcript/ HTTP/1.1" 500 112687 INFO 2025-10-07 19:55:37,289 basehttp 67701 6122696704 "GET /en/hr/leave/calendar/ HTTP/1.1" 200 659787 INFO 2025-10-07 19:55:37,370 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 19:55:41,333 basehttp 67701 6122696704 "GET /en/hr/leave/dashboard/ HTTP/1.1" 200 81407 INFO 2025-10-07 19:55:41,375 basehttp 67701 6122696704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-10-07 19:56:15,667 log 67701 6122696704 Internal Server Error: /en/hr/documents/templates/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 4866, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 4898, in get_context_data context['document_types'] = DocumentTemplate.DocumentType.choices ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'DocumentTemplate' has no attribute 'DocumentType'. Did you mean: 'document_type'? ERROR 2025-10-07 19:56:15,669 basehttp 67701 6122696704 "GET /en/hr/documents/templates/ HTTP/1.1" 500 92547 INFO 2025-10-07 19:58:52,978 autoreload 67701 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-07 19:58:53,619 autoreload 47907 8782111040 Watching for file changes with StatReloader ERROR 2025-10-07 19:58:54,201 log 47907 6129004544 Internal Server Error: /en/hr/documents/templates/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: hr/documents/template_list.html, hr/documenttemplate_list.html ERROR 2025-10-07 19:58:54,201 basehttp 47907 6129004544 "GET /en/hr/documents/templates/ HTTP/1.1" 500 107239 INFO 2025-10-07 19:59:40,868 autoreload 47907 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-07 19:59:41,370 autoreload 48272 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 19:59:42,800 basehttp 48272 6158135296 "GET /en/hr/documents/templates/ HTTP/1.1" 200 23126 INFO 2025-10-07 19:59:42,827 basehttp 48272 6158135296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-10-07 19:59:54,323 log 48272 6158135296 Internal Server Error: /en/hr/documents/templates/2/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: hr/documents/template_detail.html ERROR 2025-10-07 19:59:54,324 basehttp 48272 6158135296 "GET /en/hr/documents/templates/2/ HTTP/1.1" 500 94466 INFO 2025-10-07 20:00:27,606 autoreload 48272 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-07 20:00:28,136 autoreload 48697 8782111040 Watching for file changes with StatReloader ERROR 2025-10-07 20:00:29,372 log 48697 6169505792 Internal Server Error: /en/hr/documents/templates/2/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '{{ placeholder' from '{{ placeholder' ERROR 2025-10-07 20:00:29,374 basehttp 48697 6169505792 "GET /en/hr/documents/templates/2/ HTTP/1.1" 500 240090 ERROR 2025-10-07 20:00:30,071 log 48697 6169505792 Internal Server Error: /en/hr/documents/templates/2/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '{{ placeholder' from '{{ placeholder' ERROR 2025-10-07 20:00:30,073 basehttp 48697 6169505792 "GET /en/hr/documents/templates/2/ HTTP/1.1" 500 240090 INFO 2025-10-07 20:01:20,812 basehttp 48697 6169505792 "GET /en/hr/documents/templates/2/ HTTP/1.1" 200 22333 INFO 2025-10-07 20:01:20,874 basehttp 48697 6169505792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:01:35,773 basehttp 48697 6169505792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-10-07 20:01:54,997 log 48697 6169505792 Internal Server Error: /en/hr/documents/templates/2/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: hr/documents/template_confirm_delete.html ERROR 2025-10-07 20:01:54,997 basehttp 48697 6169505792 "GET /en/hr/documents/templates/2/delete/ HTTP/1.1" 500 95025 INFO 2025-10-07 20:02:16,959 autoreload 48697 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-07 20:02:17,485 autoreload 49549 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 20:02:18,281 basehttp 49549 6167261184 "GET /en/hr/documents/templates/2/delete/ HTTP/1.1" 200 19862 INFO 2025-10-07 20:02:18,327 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:02:19,151 basehttp 49549 6167261184 "GET /en/hr/documents/templates/2/delete/ HTTP/1.1" 200 19862 INFO 2025-10-07 20:02:19,179 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:02:35,777 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:03:35,781 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:04:35,786 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:05:35,787 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:06:35,789 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:07:35,790 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:08:35,778 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:09:35,776 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:10:35,779 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:11:35,779 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:12:35,787 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:13:36,754 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:14:36,770 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:15:36,761 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:16:36,762 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:17:36,877 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-10-07 20:18:36,767 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-10-07 20:19:36,768 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 20:20:36,765 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 20:21:36,769 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 20:22:36,762 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 20:23:36,775 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 20:24:36,766 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 20:25:36,770 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 20:26:36,772 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-10-07 20:27:36,782 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:28:36,774 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:29:36,788 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:30:36,799 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:31:36,793 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:32:36,789 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:33:36,799 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:34:36,800 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:35:36,800 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:36:36,803 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:37:36,805 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:38:36,929 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:39:36,932 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:40:36,918 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:41:36,917 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:42:36,918 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:43:36,922 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:44:36,925 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:45:36,938 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:46:36,951 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:47:36,937 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:48:36,951 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:49:36,952 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:50:36,955 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:51:36,958 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:52:36,972 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:53:36,990 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:54:37,003 basehttp 49549 6167261184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 20:55:13,128 autoreload 49549 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-07 20:55:13,681 autoreload 74674 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 23:51:27,153 autoreload 3349 8782111040 Watching for file changes with StatReloader INFO 2025-10-07 23:51:33,944 basehttp 3349 6168113152 "GET /en/hr/documents/requests/ HTTP/1.1" 200 106587 INFO 2025-10-07 23:51:34,006 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 23:51:41,973 basehttp 3349 6168113152 "GET /en/hr/documents/requests/82/process/ HTTP/1.1" 200 21558 INFO 2025-10-07 23:51:42,006 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 23:52:42,020 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 23:53:42,023 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 23:54:36,701 basehttp 3349 6168113152 "GET /en/hr/documents/requests/82/process/ HTTP/1.1" 200 21557 INFO 2025-10-07 23:54:36,733 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 23:55:36,737 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 23:56:36,739 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 23:57:36,750 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 23:58:17,465 basehttp 3349 6168113152 "GET /en/hr/documents/requests/82/process/ HTTP/1.1" 200 21715 INFO 2025-10-07 23:58:17,493 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 23:58:28,169 basehttp 3349 6168113152 "GET /en/hr/documents/requests/82/process/ HTTP/1.1" 200 21720 INFO 2025-10-07 23:58:28,199 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-07 23:59:28,196 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-08 00:00:27,435 basehttp 3349 6168113152 "GET /en/hr/documents/requests/82/process/ HTTP/1.1" 200 21883 INFO 2025-10-08 00:00:27,463 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-08 00:00:43,627 basehttp 3349 6168113152 "GET /en/hr/documents/requests/82/process/ HTTP/1.1" 200 21888 INFO 2025-10-08 00:00:43,659 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-08 00:01:43,670 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-08 00:01:46,506 basehttp 3349 6168113152 "GET /en/hr/documents/requests/82/process/ HTTP/1.1" 200 22006 INFO 2025-10-08 00:01:46,536 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-08 00:01:53,029 basehttp 3349 6168113152 "GET /en/hr/documents/requests/82/process/ HTTP/1.1" 200 22007 INFO 2025-10-08 00:01:53,060 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-08 00:02:05,776 basehttp 3349 6168113152 "GET /en/hr/documents/requests/82/process/ HTTP/1.1" 200 22004 INFO 2025-10-08 00:02:05,804 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-08 00:02:14,684 basehttp 3349 6168113152 "GET /en/hr/documents/requests/82/process/ HTTP/1.1" 200 21998 INFO 2025-10-08 00:02:14,721 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-08 00:02:34,689 basehttp 3349 6168113152 "GET /en/hr/documents/requests/82/process/ HTTP/1.1" 200 21998 INFO 2025-10-08 00:02:34,717 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-08 00:02:45,669 basehttp 3349 6168113152 "GET /en/hr/documents/requests/82/process/ HTTP/1.1" 200 22002 INFO 2025-10-08 00:02:45,708 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-08 00:03:06,146 basehttp 3349 6168113152 "GET /en/hr/documents/requests/82/process/ HTTP/1.1" 200 22002 INFO 2025-10-08 00:03:06,186 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-08 00:04:06,188 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-08 00:04:53,445 basehttp 3349 6168113152 "GET /en/hr/documents/requests/82/process/ HTTP/1.1" 200 22010 INFO 2025-10-08 00:04:53,478 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-08 00:05:53,910 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-08 00:06:54,907 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-08 00:07:53,623 basehttp 3349 6168113152 "GET /en/hr/documents/requests/82/process/ HTTP/1.1" 200 22004 INFO 2025-10-08 00:07:53,651 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-08 00:08:53,665 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-08 00:09:53,667 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-08 00:10:53,907 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-08 00:11:54,906 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-08 00:12:55,896 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-08 00:13:56,905 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-08 00:14:40,191 basehttp 3349 6168113152 "GET /en/hr/documents/requests/82/process/ HTTP/1.1" 200 22125 INFO 2025-10-08 00:14:40,225 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-08 00:15:04,070 basehttp 3349 6168113152 "GET /en/hr/documents/requests/82/process/ HTTP/1.1" 200 22125 INFO 2025-10-08 00:15:04,107 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-08 00:16:04,120 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-08 00:16:29,653 basehttp 3349 6168113152 "GET /en/hr/documents/requests/82/process/ HTTP/1.1" 200 22094 INFO 2025-10-08 00:16:29,680 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-10-08 00:16:54,017 basehttp 3349 6168113152 "GET /en/hr/documents/requests/82/process/ HTTP/1.1" 200 22125 INFO 2025-10-08 00:16:54,054 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:17:05,263 basehttp 3349 6168113152 "GET /en/hr/documents/requests/ HTTP/1.1" 200 106722 INFO 2025-10-08 00:17:10,929 basehttp 3349 6168113152 "GET /en/hr/documents/templates/ HTTP/1.1" 200 23126 INFO 2025-10-08 00:17:10,965 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:18:10,978 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:19:11,050 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:20:11,040 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:21:11,965 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:22:12,967 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:23:13,971 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:24:15,972 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:24:46,641 basehttp 3349 6168113152 "GET /en/hr/documents/templates/ HTTP/1.1" 200 24749 INFO 2025-10-08 00:24:46,678 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:25:24,358 basehttp 3349 6168113152 "GET /en/hr/documents/templates/ HTTP/1.1" 200 24745 INFO 2025-10-08 00:25:24,396 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:26:24,409 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:27:24,414 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:28:09,377 basehttp 3349 6168113152 "GET /en/hr/documents/templates/ HTTP/1.1" 200 24745 INFO 2025-10-08 00:28:09,413 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:28:26,896 basehttp 3349 6168113152 "GET /en/hr/documents/templates/ HTTP/1.1" 200 24733 INFO 2025-10-08 00:28:26,922 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:29:12,372 basehttp 3349 6168113152 "GET /en/hr/documents/templates/ HTTP/1.1" 200 24785 INFO 2025-10-08 00:29:12,400 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:29:40,514 basehttp 3349 6168113152 "GET /en/hr/documents/templates/ HTTP/1.1" 200 24785 INFO 2025-10-08 00:29:40,551 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:29:51,104 basehttp 3349 6168113152 "GET /en/hr/documents/templates/ HTTP/1.1" 200 24749 INFO 2025-10-08 00:29:51,141 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:30:12,210 basehttp 3349 6168113152 "GET /en/hr/documents/templates/ HTTP/1.1" 200 24777 INFO 2025-10-08 00:30:12,247 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:30:28,173 basehttp 3349 6168113152 "GET /en/hr/documents/templates/ HTTP/1.1" 200 24767 INFO 2025-10-08 00:30:28,207 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:31:28,222 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:32:28,217 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:33:28,228 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:34:28,236 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:35:28,240 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:36:10,911 basehttp 3349 6168113152 "GET /en/hr/documents/templates/ HTTP/1.1" 200 24813 INFO 2025-10-08 00:36:10,949 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:37:02,350 basehttp 3349 6168113152 "GET /en/hr/documents/requests/ HTTP/1.1" 200 106722 INFO 2025-10-08 00:37:02,383 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:37:05,874 basehttp 3349 6168113152 "GET /en/hr/documents/requests/create/ HTTP/1.1" 200 25258 INFO 2025-10-08 00:37:05,893 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:37:26,287 basehttp 3349 6168113152 "GET /en/hr/documents/requests/78/ HTTP/1.1" 200 21704 INFO 2025-10-08 00:37:26,319 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:38:02,399 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:38:54,518 basehttp 3349 6168113152 "GET /en/hr/documents/requests/ HTTP/1.1" 200 106682 INFO 2025-10-08 00:38:54,563 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:39:54,566 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:40:03,479 basehttp 3349 6168113152 "GET /en/hr/documents/requests/ HTTP/1.1" 200 106748 INFO 2025-10-08 00:40:03,525 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:40:15,018 basehttp 3349 6168113152 "GET /en/hr/documents/requests/ HTTP/1.1" 200 106748 INFO 2025-10-08 00:40:15,063 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:40:20,591 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:40:43,497 basehttp 3349 6168113152 "GET /en/hr/my/clock/ HTTP/1.1" 200 28112 INFO 2025-10-08 00:40:43,542 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:40:51,143 basehttp 3349 6168113152 "POST /en/hr/my/clock/in/ HTTP/1.1" 302 0 INFO 2025-10-08 00:40:51,156 basehttp 3349 6168113152 "GET /en/hr/my/clock/ HTTP/1.1" 200 30468 INFO 2025-10-08 00:40:51,193 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:41:50,633 basehttp 3349 6168113152 "GET /en/hr/ HTTP/1.1" 200 235877 INFO 2025-10-08 00:41:50,680 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:41:51,199 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:41:52,809 basehttp 3349 6168113152 "GET /en/appointments/ HTTP/1.1" 200 57045 INFO 2025-10-08 00:41:52,854 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:41:52,868 basehttp 3349 13572796416 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 00:42:06,321 basehttp 3349 13572796416 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 83770 INFO 2025-10-08 00:42:06,358 basehttp 3349 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:42:39,409 basehttp 3349 13572796416 "GET /en/appointments/requests/ HTTP/1.1" 200 159457 INFO 2025-10-08 00:42:39,420 basehttp 3349 13572796416 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 INFO 2025-10-08 00:42:39,451 basehttp 3349 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:43:00,878 basehttp 3349 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:43:00,896 basehttp 3349 6168113152 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 00:43:05,527 basehttp 3349 6168113152 "GET /en/appointments/requests/ HTTP/1.1" 200 159457 INFO 2025-10-08 00:43:05,550 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:43:09,121 basehttp 3349 6168113152 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 83770 INFO 2025-10-08 00:43:09,159 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:43:14,395 basehttp 3349 6168113152 "GET /en/appointments/queue/ HTTP/1.1" 200 45047 INFO 2025-10-08 00:43:14,441 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:44:00,882 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:44:00,897 basehttp 3349 13572796416 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 00:45:00,882 basehttp 3349 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:45:00,897 basehttp 3349 6168113152 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 00:46:00,888 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:46:00,903 basehttp 3349 13572796416 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 00:47:00,885 basehttp 3349 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:47:00,900 basehttp 3349 6168113152 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 00:48:00,893 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:48:00,909 basehttp 3349 13572796416 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 00:49:00,877 basehttp 3349 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:49:00,893 basehttp 3349 6168113152 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 00:50:00,880 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:50:00,904 basehttp 3349 13572796416 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 00:51:00,880 basehttp 3349 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:51:00,897 basehttp 3349 6168113152 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 00:52:00,886 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:52:00,903 basehttp 3349 13572796416 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 00:53:00,889 basehttp 3349 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:53:00,904 basehttp 3349 6168113152 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 00:54:00,877 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:54:00,890 basehttp 3349 13572796416 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 00:55:00,893 basehttp 3349 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:55:00,908 basehttp 3349 6168113152 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 00:56:00,898 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:56:00,914 basehttp 3349 13572796416 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 00:57:00,899 basehttp 3349 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:57:00,915 basehttp 3349 6168113152 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 00:58:00,902 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:58:00,918 basehttp 3349 13572796416 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 00:59:00,888 basehttp 3349 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 00:59:00,900 basehttp 3349 6168113152 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 01:00:00,905 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 01:00:00,921 basehttp 3349 13572796416 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 01:01:00,909 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 01:01:00,925 basehttp 3349 13572796416 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 01:02:00,911 basehttp 3349 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 01:02:00,926 basehttp 3349 6168113152 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 01:03:00,914 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 01:03:00,937 basehttp 3349 13572796416 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 01:04:00,912 basehttp 3349 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 01:04:00,928 basehttp 3349 6168113152 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 01:05:00,911 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 01:05:00,927 basehttp 3349 13572796416 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 01:06:00,914 basehttp 3349 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 01:06:00,929 basehttp 3349 6168113152 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 01:07:00,908 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 01:07:00,923 basehttp 3349 13572796416 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 01:08:00,921 basehttp 3349 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 01:08:00,936 basehttp 3349 6168113152 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 01:09:00,920 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 01:09:00,935 basehttp 3349 13572796416 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 01:10:00,909 basehttp 3349 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 01:10:00,920 basehttp 3349 6168113152 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 01:11:00,928 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 01:11:00,945 basehttp 3349 13572796416 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 01:12:00,929 basehttp 3349 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 01:12:00,945 basehttp 3349 6168113152 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 01:13:00,932 basehttp 3349 6168113152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-10-08 01:13:00,947 basehttp 3349 13572796416 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-10-08 03:05:17,513 autoreload 1019 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 03:05:20,518 basehttp 1019 6125367296 "GET /en/appointments/ HTTP/1.1" 200 53025 INFO 2025-10-08 03:05:20,571 basehttp 1019 6125367296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-08 03:05:20,583 basehttp 1019 6142193664 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 WARNING 2025-10-08 03:05:28,251 log 1019 6142193664 Not Found: /en/appointments/mm WARNING 2025-10-08 03:05:28,251 basehttp 1019 6142193664 "GET /en/appointments/mm HTTP/1.1" 404 47241 INFO 2025-10-08 03:05:57,568 basehttp 1019 6142193664 "GET /en/appointments/scheduling/ HTTP/1.1" 200 30321 INFO 2025-10-08 03:05:57,606 basehttp 1019 6142193664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-08 03:06:14,175 basehttp 1019 6142193664 "POST /en/appointments/scheduling/find-optimal-slots/ HTTP/1.1" 200 1061 INFO 2025-10-08 03:06:20,851 basehttp 1019 6142193664 "POST /en/appointments/scheduling/find-optimal-slots/ HTTP/1.1" 200 1061 INFO 2025-10-08 03:06:30,646 basehttp 1019 6142193664 "POST /en/appointments/scheduling/find-optimal-slots/ HTTP/1.1" 200 1061 INFO 2025-10-08 03:06:34,163 basehttp 1019 6142193664 "GET /en/appointments/scheduling/analytics/ HTTP/1.1" 200 109126 INFO 2025-10-08 03:06:34,207 basehttp 1019 6142193664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-08 03:06:54,704 basehttp 1019 6142193664 "GET /en/appointments/scheduling/analytics/?provider_id=2&days=30 HTTP/1.1" 200 25893 INFO 2025-10-08 03:06:54,737 basehttp 1019 6142193664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-10-08 03:07:00,413 log 1019 6142193664 Internal Server Error: /en/appointments/scheduling/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 3112, in scheduling_metrics_dashboard return render(request, 'appointments/scheduling/metrics_dashboard.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 19, in get_template raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: appointments/scheduling/metrics_dashboard.html ERROR 2025-10-08 03:07:00,415 basehttp 1019 6142193664 "GET /en/appointments/scheduling/metrics/ HTTP/1.1" 500 102751 INFO 2025-10-08 03:10:40,062 basehttp 1019 6142193664 "GET /en/appointments/scheduling/metrics/ HTTP/1.1" 200 22345 INFO 2025-10-08 03:10:40,093 basehttp 1019 6142193664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-08 03:10:50,947 basehttp 1019 6142193664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-08 03:10:54,590 basehttp 1019 6142193664 "GET /en/appointments/scheduling/ HTTP/1.1" 200 30321 INFO 2025-10-08 03:10:54,608 basehttp 1019 6142193664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-08 03:10:57,849 basehttp 1019 6142193664 "GET /en/appointments/scheduling/metrics/ HTTP/1.1" 200 22345 INFO 2025-10-08 03:10:57,867 basehttp 1019 6142193664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-08 03:11:02,000 basehttp 1019 6142193664 "GET /en/appointments/scheduling/analytics/ HTTP/1.1" 200 109126 INFO 2025-10-08 03:11:02,042 basehttp 1019 6142193664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-08 03:12:02,046 basehttp 1019 6142193664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-08 03:13:02,050 basehttp 1019 6142193664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-08 03:14:02,051 basehttp 1019 6142193664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-08 03:15:02,053 basehttp 1019 6142193664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-08 03:16:02,062 basehttp 1019 6142193664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-08 03:17:02,069 basehttp 1019 6142193664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-08 03:18:02,066 basehttp 1019 6142193664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-10-08 03:49:15,662 autoreload 23718 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 03:49:40,942 autoreload 23989 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 03:50:01,621 autoreload 24194 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 03:50:52,942 autoreload 24194 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/api/scheduling_views.py changed, reloading. INFO 2025-10-08 03:50:53,500 autoreload 24657 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 03:51:03,016 autoreload 24657 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/api/scheduling_views.py changed, reloading. INFO 2025-10-08 03:51:03,655 autoreload 24682 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 03:55:49,957 autoreload 27324 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 03:55:50,222 server 27324 6147321856 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 03:55:50,222 server 27324 6147321856 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 03:55:50,222 server 27324 6147321856 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 03:55:54,866 runserver 27324 6147321856 HTTP GET /en/appointments/scheduling/analytics/ 200 [0.14, 127.0.0.1:51143] INFO 2025-10-08 03:55:54,881 runserver 27324 6147321856 HTTP GET /static/css/custom.css 304 [0.00, 127.0.0.1:51143] INFO 2025-10-08 03:55:54,914 runserver 27324 6147321856 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51143] INFO 2025-10-08 03:56:11,690 runserver 27324 6147321856 HTTP GET /en/appointments/queue/ 200 [0.02, 127.0.0.1:51143] INFO 2025-10-08 03:56:11,696 runserver 27324 6147321856 HTTP GET /static/css/custom.css 304 [0.00, 127.0.0.1:51143] INFO 2025-10-08 03:56:11,744 runserver 27324 6147321856 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51143] WARNING 2025-10-08 03:56:18,975 log 27324 6180974592 Not Found: /en/appointments/queue/m WARNING 2025-10-08 03:56:18,975 runserver 27324 6147321856 HTTP GET /en/appointments/queue/m 404 [0.01, 127.0.0.1:51143] ERROR 2025-10-08 03:56:40,902 log 27324 6180974592 Internal Server Error: /en/appointments/queue/metrics/dashboard/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 3407, in queue_metrics_dashboard_view return render(request, 'appointments/queue/metrics_dashboard.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 19, in get_template raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: appointments/queue/metrics_dashboard.html ERROR 2025-10-08 03:56:40,904 runserver 27324 6147321856 HTTP GET /en/appointments/queue/metrics/dashboard/ 500 [0.03, 127.0.0.1:51143] INFO 2025-10-08 03:58:57,568 runserver 27324 6147321856 HTTP GET /en/appointments/queue/metrics/dashboard/ 200 [0.02, 127.0.0.1:51900] INFO 2025-10-08 03:58:57,575 runserver 27324 6147321856 HTTP GET /static/css/custom.css 304 [0.00, 127.0.0.1:51900] INFO 2025-10-08 03:58:57,607 runserver 27324 6147321856 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51900] ERROR 2025-10-08 03:59:05,423 log 27324 6180974592 Internal Server Error: /en/appointments/queue/3/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 3354, in queue_analytics_view return render(request, 'appointments/queue/queue_analytics.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 15, in get_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'map' ERROR 2025-10-08 03:59:05,425 runserver 27324 6147321856 HTTP GET /en/appointments/queue/3/analytics/ 500 [0.04, 127.0.0.1:51900] INFO 2025-10-08 03:59:54,721 autoreload 29833 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 03:59:54,966 server 29833 6185644032 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 03:59:54,966 server 29833 6185644032 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 03:59:54,967 server 29833 6185644032 Listening on TCP address 127.0.0.1:8000 ERROR 2025-10-08 03:59:59,629 log 29833 6219296768 Internal Server Error: /en/appointments/queue/3/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 3354, in queue_analytics_view return render(request, 'appointments/queue/queue_analytics.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 15, in get_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'map' ERROR 2025-10-08 03:59:59,631 runserver 29833 6185644032 HTTP GET /en/appointments/queue/3/analytics/ 500 [0.05, 127.0.0.1:52160] INFO 2025-10-08 04:00:00,328 runserver 29833 6185644032 HTTP GET /en/htmx/system-notifications/ 200 [0.11, 127.0.0.1:52160] INFO 2025-10-08 04:00:00,868 runserver 29833 6185644032 HTTP GET /en/appointments/queue/metrics/dashboard/ 200 [0.03, 127.0.0.1:52160] INFO 2025-10-08 04:00:00,875 runserver 29833 6185644032 HTTP GET /static/css/custom.css 304 [0.00, 127.0.0.1:52160] INFO 2025-10-08 04:00:00,909 runserver 29833 6185644032 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52160] ERROR 2025-10-08 04:00:03,333 log 29833 6219296768 Internal Server Error: /en/appointments/queue/3/advanced/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'call_next_patient_htmx' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/queue/(?P[0-9]+)/htmx/call\\-next/\\Z'] ERROR 2025-10-08 04:00:03,529 runserver 29833 6185644032 HTTP GET /en/appointments/queue/3/advanced/ 500 [0.27, 127.0.0.1:52160] ERROR 2025-10-08 04:00:26,777 log 29833 6219296768 Internal Server Error: /en/appointments/queue/4/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 3354, in queue_analytics_view return render(request, 'appointments/queue/queue_analytics.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 15, in get_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'map' ERROR 2025-10-08 04:00:26,779 runserver 29833 6185644032 HTTP GET /en/appointments/queue/4/analytics/ 500 [0.04, 127.0.0.1:52278] ERROR 2025-10-08 04:02:24,760 log 29833 6219296768 Internal Server Error: /en/appointments/queue/4/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 3354, in queue_analytics_view return render(request, 'appointments/queue/queue_analytics.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 15, in get_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'map' ERROR 2025-10-08 04:02:24,762 runserver 29833 6185644032 HTTP GET /en/appointments/queue/4/analytics/ 500 [0.04, 127.0.0.1:52769] INFO 2025-10-08 04:04:40,573 runserver 29833 6185644032 HTTP GET /en/appointments/queue/4/analytics/ 200 [0.01, 127.0.0.1:53332] INFO 2025-10-08 04:04:40,581 runserver 29833 6185644032 HTTP GET /static/css/custom.css 304 [0.00, 127.0.0.1:53333] INFO 2025-10-08 04:04:40,585 runserver 29833 6185644032 HTTP GET /static/plugins/chart.js/dist/chart.umd.js 200 [0.00, 127.0.0.1:53332] INFO 2025-10-08 04:04:40,633 runserver 29833 6185644032 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53332] INFO 2025-10-08 04:05:40,651 runserver 29833 6185644032 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:53332] INFO 2025-10-08 04:06:08,209 runserver 29833 6185644032 HTTP GET /en/appointments/queue/4/analytics/ 200 [0.02, 127.0.0.1:53332] INFO 2025-10-08 04:06:08,219 runserver 29833 6185644032 HTTP GET /static/css/custom.css 304 [0.00, 127.0.0.1:53698] INFO 2025-10-08 04:06:08,221 runserver 29833 6185644032 HTTP GET /static/plugins/chart.js/dist/chart.js 200 [0.00, 127.0.0.1:53332] INFO 2025-10-08 04:06:08,254 runserver 29833 6185644032 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53332] INFO 2025-10-08 04:06:21,111 runserver 29833 6185644032 HTTP GET /en/appointments/queue/4/analytics/ 200 [0.02, 127.0.0.1:53332] INFO 2025-10-08 04:06:21,120 runserver 29833 6185644032 HTTP GET /static/css/custom.css 304 [0.00, 127.0.0.1:53332] INFO 2025-10-08 04:06:21,169 runserver 29833 6185644032 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53332] INFO 2025-10-08 04:07:21,184 runserver 29833 6185644032 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:53332] INFO 2025-10-08 04:08:21,156 runserver 29833 6185644032 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53332] INFO 2025-10-08 04:09:46,614 runserver 29833 6185644032 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:54527] INFO 2025-10-08 04:27:06,750 runserver 29833 6185644032 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:54798] INFO 2025-10-08 04:44:26,128 runserver 29833 6185644032 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:55101] INFO 2025-10-08 05:02:16,665 runserver 29833 6185644032 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:55386] INFO 2025-10-08 05:18:05,062 runserver 29833 6185644032 HTTP GET /en/appointments/queue/4/analytics/?export=csv&days=7 200 [0.02, 127.0.0.1:55507] INFO 2025-10-08 05:18:05,073 runserver 29833 6185644032 HTTP GET /static/css/custom.css 304 [0.00, 127.0.0.1:55507] INFO 2025-10-08 05:18:05,114 runserver 29833 6185644032 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55507] INFO 2025-10-08 05:18:08,222 runserver 29833 6185644032 HTTP GET /en/appointments/queue/4/analytics/?days=90 200 [0.02, 127.0.0.1:55507] INFO 2025-10-08 05:18:08,230 runserver 29833 6185644032 HTTP GET /static/css/custom.css 304 [0.00, 127.0.0.1:55507] INFO 2025-10-08 05:18:08,269 runserver 29833 6185644032 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55507] ERROR 2025-10-08 05:18:21,034 log 29833 6252949504 Internal Server Error: /en/appointments/queue/3/advanced/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'call_next_patient_htmx' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/queue/(?P[0-9]+)/htmx/call\\-next/\\Z'] ERROR 2025-10-08 05:18:21,036 runserver 29833 6185644032 HTTP GET /en/appointments/queue/3/advanced/ 500 [0.08, 127.0.0.1:55507] ERROR 2025-10-08 05:19:50,148 log 29833 6219296768 Internal Server Error: /en/appointments/queue/3/advanced/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'call_next_patient_htmx' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/queue/(?P[0-9]+)/htmx/call\\-next/\\Z'] ERROR 2025-10-08 05:19:50,150 runserver 29833 6185644032 HTTP GET /en/appointments/queue/3/advanced/ 500 [0.07, 127.0.0.1:55952] ERROR 2025-10-08 05:20:40,767 log 29833 6252949504 Internal Server Error: /en/appointments/queue/3/advanced/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'call_next_patient_htmx' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/queue/(?P[0-9]+)/htmx/call\\-next/\\Z'] ERROR 2025-10-08 05:20:40,769 runserver 29833 6185644032 HTTP GET /en/appointments/queue/3/advanced/ 500 [0.08, 127.0.0.1:55952] ERROR 2025-10-08 05:20:44,660 log 29833 6219296768 Internal Server Error: /en/appointments/queue/3/advanced/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'call_next_patient_htmx' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/queue/(?P[0-9]+)/htmx/call\\-next/\\Z'] ERROR 2025-10-08 05:20:44,661 runserver 29833 6185644032 HTTP GET /en/appointments/queue/3/advanced/ 500 [0.06, 127.0.0.1:55952] ERROR 2025-10-08 05:21:31,656 log 29833 6252949504 Internal Server Error: /en/appointments/queue/3/advanced/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'call_next_patient_htmx' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/queue/(?P[0-9]+)/htmx/call\\-next/\\Z'] ERROR 2025-10-08 05:21:31,658 runserver 29833 6185644032 HTTP GET /en/appointments/queue/3/advanced/ 500 [0.08, 127.0.0.1:55952] ERROR 2025-10-08 05:21:54,182 log 29833 6219296768 Internal Server Error: /en/appointments/queue/3/advanced/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'call_next_patient_htmx' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/queue/(?P[0-9]+)/htmx/call\\-next/\\Z'] ERROR 2025-10-08 05:21:54,184 runserver 29833 6185644032 HTTP GET /en/appointments/queue/3/advanced/ 500 [0.06, 127.0.0.1:55952] ERROR 2025-10-08 05:24:22,059 log 29833 6219296768 Internal Server Error: /en/appointments/queue/3/advanced/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'call_next_patient_htmx' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/queue/(?P[0-9]+)/htmx/call\\-next/\\Z'] ERROR 2025-10-08 05:24:22,064 runserver 29833 6185644032 HTTP GET /en/appointments/queue/3/advanced/ 500 [0.07, 127.0.0.1:57091] WARNING 2025-10-08 05:24:24,775 log 29833 6219296768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:24:24,775 runserver 29833 6185644032 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:57091] ERROR 2025-10-08 05:25:54,456 log 29833 6252949504 Internal Server Error: /en/appointments/queue/3/advanced/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'call_next_patient_htmx' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/queue/(?P[0-9]+)/htmx/call\\-next/\\Z'] ERROR 2025-10-08 05:25:54,460 runserver 29833 6185644032 HTTP GET /en/appointments/queue/3/advanced/ 500 [0.07, 127.0.0.1:57476] WARNING 2025-10-08 05:25:54,474 log 29833 6252949504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:25:54,474 runserver 29833 6185644032 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57476] ERROR 2025-10-08 05:26:03,078 log 29833 6219296768 Internal Server Error: /en/appointments/queue/3/advanced/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'call_next_patient_htmx' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/queue/(?P[0-9]+)/htmx/call\\-next/\\Z'] ERROR 2025-10-08 05:26:03,081 runserver 29833 6185644032 HTTP GET /en/appointments/queue/3/advanced/ 500 [0.07, 127.0.0.1:57476] WARNING 2025-10-08 05:26:03,095 log 29833 6219296768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:26:03,095 runserver 29833 6185644032 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57476] WARNING 2025-10-08 05:26:16,912 runserver 29833 6185644032 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:57476] WARNING 2025-10-08 05:26:16,912 log 29833 6219296768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:26:16,912 runserver 29833 6185644032 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:57569] INFO 2025-10-08 05:26:16,913 runserver 29833 6185644032 HTTP GET /static/css/custom.css 304 [0.00, 127.0.0.1:57570] INFO 2025-10-08 05:26:16,917 runserver 29833 6185644032 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57477] WARNING 2025-10-08 05:26:16,920 log 29833 6252949504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:26:16,921 runserver 29833 6185644032 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57477] INFO 2025-10-08 05:26:17,539 runserver 29833 6185644032 HTTP GET /en/appointments/queue/metrics/dashboard/ 200 [0.02, 127.0.0.1:57477] INFO 2025-10-08 05:26:17,551 runserver 29833 6185644032 HTTP GET /static/css/custom.css 304 [0.00, 127.0.0.1:57477] WARNING 2025-10-08 05:26:17,552 log 29833 6252949504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:26:17,553 runserver 29833 6185644032 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:57570] WARNING 2025-10-08 05:26:17,602 runserver 29833 6185644032 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57570] INFO 2025-10-08 05:26:17,608 runserver 29833 6185644032 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57477] ERROR 2025-10-08 05:26:20,877 log 29833 6219296768 Internal Server Error: /en/appointments/queue/3/advanced/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'call_next_patient_htmx' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/queue/(?P[0-9]+)/htmx/call\\-next/\\Z'] ERROR 2025-10-08 05:26:20,879 runserver 29833 6185644032 HTTP GET /en/appointments/queue/3/advanced/ 500 [0.07, 127.0.0.1:57477] WARNING 2025-10-08 05:26:20,890 log 29833 6219296768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:26:20,890 runserver 29833 6185644032 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57477] WARNING 2025-10-08 05:26:23,091 runserver 29833 6185644032 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:57477] INFO 2025-10-08 05:26:23,096 runserver 29833 6185644032 HTTP GET /static/css/custom.css 304 [0.00, 127.0.0.1:57569] WARNING 2025-10-08 05:26:23,096 log 29833 6219296768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:26:23,096 runserver 29833 6185644032 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:57570] WARNING 2025-10-08 05:26:23,104 log 29833 6219296768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:26:23,105 runserver 29833 6185644032 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57570] INFO 2025-10-08 05:26:24,543 runserver 29833 6185644032 HTTP GET /en/appointments/queue/1/analytics/ 200 [0.02, 127.0.0.1:57570] WARNING 2025-10-08 05:26:24,562 log 29833 6219296768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:26:24,563 runserver 29833 6185644032 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57570] INFO 2025-10-08 05:26:24,564 runserver 29833 6185644032 HTTP GET /static/css/custom.css 304 [0.00, 127.0.0.1:57569] WARNING 2025-10-08 05:26:24,626 runserver 29833 6185644032 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57569] INFO 2025-10-08 05:26:24,627 runserver 29833 6185644032 HTTP GET /static/plugins/chart.js/dist/chart.umd.js.map 200 [0.00, 127.0.0.1:57570] INFO 2025-10-08 05:26:24,642 runserver 29833 6185644032 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57570] WARNING 2025-10-08 05:26:30,728 runserver 29833 6185644032 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:57570] WARNING 2025-10-08 05:26:30,729 log 29833 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:26:30,730 runserver 29833 6185644032 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:57569] WARNING 2025-10-08 05:26:30,739 log 29833 6219296768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:26:30,740 runserver 29833 6185644032 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:57569] INFO 2025-10-08 05:27:17,612 runserver 29833 6185644032 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57569] INFO 2025-10-08 05:28:17,627 runserver 29833 6185644032 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57569] ERROR 2025-10-08 05:28:25,744 log 29833 6202470400 Internal Server Error: /en/appointments/queue/3/advanced/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'call_next_patient_htmx' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/queue/(?P[0-9]+)/htmx/call\\-next/\\Z'] ERROR 2025-10-08 05:28:25,746 runserver 29833 6185644032 HTTP GET /en/appointments/queue/3/advanced/ 500 [0.08, 127.0.0.1:57569] WARNING 2025-10-08 05:28:25,761 log 29833 6252949504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:28:25,762 runserver 29833 6185644032 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57569] INFO 2025-10-08 05:28:55,857 runserver 29833 6185644032 HTTP GET /en/appointments/queue/3/advanced/ 200 [0.02, 127.0.0.1:57569] INFO 2025-10-08 05:28:55,866 runserver 29833 6185644032 HTTP GET /static/css/custom.css 304 [0.00, 127.0.0.1:57569] WARNING 2025-10-08 05:28:55,869 log 29833 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:28:55,869 runserver 29833 6185644032 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58097] WARNING 2025-10-08 05:28:55,912 runserver 29833 6185644032 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:58097] INFO 2025-10-08 05:28:55,924 runserver 29833 6185644032 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58097] INFO 2025-10-08 05:29:31,601 runserver 29833 6185644032 HTTP GET /en/appointments/queue/3/advanced/ 200 [0.02, 127.0.0.1:58097] INFO 2025-10-08 05:29:31,610 runserver 29833 6185644032 HTTP GET /static/css/custom.css 304 [0.00, 127.0.0.1:58097] WARNING 2025-10-08 05:29:31,614 log 29833 6252949504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:29:31,614 runserver 29833 6185644032 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58097] WARNING 2025-10-08 05:29:31,660 runserver 29833 6185644032 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57569] INFO 2025-10-08 05:29:31,666 runserver 29833 6185644032 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58097] INFO 2025-10-08 05:29:46,013 runserver 29833 6185644032 HTTP GET /en/appointments/queue/3/htmx/add-patient/ 200 [0.02, 127.0.0.1:58097] WARNING 2025-10-08 05:30:08,359 log 29833 6202470400 Bad Request: /en/appointments/queue/3/htmx/add-patient/ WARNING 2025-10-08 05:30:08,360 runserver 29833 6185644032 HTTP POST /en/appointments/queue/3/htmx/add-patient/ 400 [0.02, 127.0.0.1:58097] INFO 2025-10-08 05:30:31,680 runserver 29833 6185644032 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58097] INFO 2025-10-08 05:31:31,670 runserver 29833 6185644032 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58097] INFO 2025-10-08 05:31:34,614 autoreload 29833 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-10-08 05:31:35,366 autoreload 42658 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 05:31:35,732 server 42658 6119895040 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 05:31:35,732 server 42658 6119895040 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 05:31:35,733 server 42658 6119895040 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 05:31:36,778 runserver 42658 6119895040 HTTP GET /en/appointments/queue/3/advanced/ 200 [0.10, 127.0.0.1:58903] INFO 2025-10-08 05:31:36,791 runserver 42658 6119895040 HTTP GET /static/css/custom.css 304 [0.00, 127.0.0.1:58903] WARNING 2025-10-08 05:31:36,795 log 42658 6153547776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:31:36,795 runserver 42658 6119895040 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58904] WARNING 2025-10-08 05:31:36,831 runserver 42658 6119895040 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:58903] INFO 2025-10-08 05:31:36,837 runserver 42658 6119895040 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58904] INFO 2025-10-08 05:31:38,155 runserver 42658 6119895040 HTTP GET /en/appointments/queue/3/advanced/ 200 [0.01, 127.0.0.1:58904] INFO 2025-10-08 05:31:38,163 runserver 42658 6119895040 HTTP GET /static/css/custom.css 304 [0.00, 127.0.0.1:58904] WARNING 2025-10-08 05:31:38,166 log 42658 6153547776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:31:38,166 runserver 42658 6119895040 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58904] WARNING 2025-10-08 05:31:38,203 runserver 42658 6119895040 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:58903] INFO 2025-10-08 05:31:38,208 runserver 42658 6119895040 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58904] WARNING 2025-10-08 05:31:40,446 log 42658 6136721408 Forbidden (CSRF token missing.): /en/appointments/queue/3/htmx/call-next/ WARNING 2025-10-08 05:31:40,447 runserver 42658 6119895040 HTTP POST /en/appointments/queue/3/htmx/call-next/ 403 [0.01, 127.0.0.1:58904] INFO 2025-10-08 05:32:04,768 runserver 42658 6119895040 HTTP GET /en/appointments/queue/3/htmx/add-patient/ 200 [0.02, 127.0.0.1:58904] WARNING 2025-10-08 05:32:11,084 log 42658 6153547776 Bad Request: /en/appointments/queue/3/htmx/add-patient/ WARNING 2025-10-08 05:32:11,085 runserver 42658 6119895040 HTTP POST /en/appointments/queue/3/htmx/add-patient/ 400 [0.02, 127.0.0.1:58904] INFO 2025-10-08 05:32:38,224 runserver 42658 6119895040 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58904] INFO 2025-10-08 05:33:38,171 runserver 42658 6119895040 HTTP GET /en/htmx/system-notifications/ 200 [0.06, 127.0.0.1:58904] INFO 2025-10-08 05:33:52,618 runserver 42658 6119895040 HTTP GET /en/appointments/queue/3/advanced/ 200 [0.02, 127.0.0.1:58904] INFO 2025-10-08 05:33:52,627 runserver 42658 6119895040 HTTP GET /static/css/custom.css 304 [0.00, 127.0.0.1:58904] WARNING 2025-10-08 05:33:52,630 log 42658 6153547776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:33:52,631 runserver 42658 6119895040 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59466] WARNING 2025-10-08 05:33:52,677 runserver 42658 6119895040 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59466] INFO 2025-10-08 05:33:52,684 runserver 42658 6119895040 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58904] INFO 2025-10-08 05:33:54,665 runserver 42658 6119895040 HTTP GET /en/appointments/queue/3/htmx/add-patient/ 200 [0.01, 127.0.0.1:58904] WARNING 2025-10-08 05:34:05,594 log 42658 6153547776 Bad Request: /en/appointments/queue/3/htmx/add-patient/ WARNING 2025-10-08 05:34:05,595 runserver 42658 6119895040 HTTP POST /en/appointments/queue/3/htmx/add-patient/ 400 [0.02, 127.0.0.1:58904] INFO 2025-10-08 05:34:22,796 runserver 42658 6119895040 HTTP GET /en/appointments/queue/3/config/ 200 [0.02, 127.0.0.1:58904] INFO 2025-10-08 05:34:22,812 runserver 42658 6119895040 HTTP GET /static/css/custom.css 304 [0.00, 127.0.0.1:59466] WARNING 2025-10-08 05:34:22,813 log 42658 6153547776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:34:22,813 runserver 42658 6119895040 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58904] WARNING 2025-10-08 05:34:22,865 runserver 42658 6119895040 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59466] INFO 2025-10-08 05:34:22,868 runserver 42658 6119895040 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58904] INFO 2025-10-08 05:34:37,158 runserver 42658 6119895040 HTTP GET /en/appointments/queue/3/config/ 200 [0.01, 127.0.0.1:58904] INFO 2025-10-08 05:34:37,168 runserver 42658 6119895040 HTTP GET /static/css/vendor.min.css 200 [0.01, 127.0.0.1:58904] INFO 2025-10-08 05:34:37,169 runserver 42658 6119895040 HTTP GET /static/plugins/toastr/toastr.css 200 [0.00, 127.0.0.1:59658] INFO 2025-10-08 05:34:37,170 runserver 42658 6119895040 HTTP GET /static/img/user/user-12.jpg 200 [0.00, 127.0.0.1:59659] INFO 2025-10-08 05:34:37,170 runserver 42658 6119895040 HTTP GET /static/css/custom.css 200 [0.00, 127.0.0.1:59657] INFO 2025-10-08 05:34:37,171 runserver 42658 6119895040 HTTP GET /static/js/htmx.min.js 200 [0.00, 127.0.0.1:59660] INFO 2025-10-08 05:34:37,171 runserver 42658 6119895040 HTTP GET /static/css/default/app.min.css 200 [0.01, 127.0.0.1:59466] WARNING 2025-10-08 05:34:37,175 log 42658 6153547776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:34:37,176 runserver 42658 6119895040 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:58904] INFO 2025-10-08 05:34:37,176 runserver 42658 6119895040 HTTP GET /static/js/app.min.js 200 [0.01, 127.0.0.1:59659] INFO 2025-10-08 05:34:37,177 runserver 42658 6119895040 HTTP GET /static/plugins/toastr/toastr.min.js 200 [0.01, 127.0.0.1:59657] INFO 2025-10-08 05:34:37,177 runserver 42658 6119895040 HTTP GET /static/js/custom.js 200 [0.00, 127.0.0.1:59660] INFO 2025-10-08 05:34:37,179 runserver 42658 6119895040 HTTP GET /static/js/vendor.min.js 200 [0.01, 127.0.0.1:59658] INFO 2025-10-08 05:34:37,179 runserver 42658 6119895040 HTTP GET /static/webfonts/fa-solid-900.woff2 200 [0.00, 127.0.0.1:59466] INFO 2025-10-08 05:34:37,180 runserver 42658 6119895040 HTTP GET /static/img/theme/default.jpg 200 [0.00, 127.0.0.1:58904] INFO 2025-10-08 05:34:37,183 runserver 42658 6119895040 HTTP GET /static/img/theme/transparent.jpg 200 [0.01, 127.0.0.1:59659] INFO 2025-10-08 05:34:37,183 runserver 42658 6119895040 HTTP GET /static/img/theme/material.jpg 200 [0.00, 127.0.0.1:59657] INFO 2025-10-08 05:34:37,183 runserver 42658 6119895040 HTTP GET /static/img/theme/apple.jpg 200 [0.01, 127.0.0.1:59660] INFO 2025-10-08 05:34:37,185 runserver 42658 6119895040 HTTP GET /static/img/theme/facebook.jpg 200 [0.00, 127.0.0.1:59466] INFO 2025-10-08 05:34:37,186 runserver 42658 6119895040 HTTP GET /static/img/theme/google.jpg 200 [0.00, 127.0.0.1:58904] INFO 2025-10-08 05:34:37,186 runserver 42658 6119895040 HTTP GET /static/img/version/html.jpg 200 [0.00, 127.0.0.1:59658] INFO 2025-10-08 05:34:37,188 runserver 42658 6119895040 HTTP GET /static/img/version/angular1x.jpg 200 [0.00, 127.0.0.1:59659] INFO 2025-10-08 05:34:37,188 runserver 42658 6119895040 HTTP GET /static/img/version/ajax.jpg 200 [0.00, 127.0.0.1:59660] INFO 2025-10-08 05:34:37,189 runserver 42658 6119895040 HTTP GET /static/img/version/angular10x.jpg 200 [0.00, 127.0.0.1:59657] INFO 2025-10-08 05:34:37,190 runserver 42658 6119895040 HTTP GET /static/img/version/laravel.jpg 200 [0.00, 127.0.0.1:58904] INFO 2025-10-08 05:34:37,190 runserver 42658 6119895040 HTTP GET /static/img/version/svelte.jpg 200 [0.00, 127.0.0.1:59466] INFO 2025-10-08 05:34:37,191 runserver 42658 6119895040 HTTP GET /static/img/version/django.jpg 200 [0.00, 127.0.0.1:59658] INFO 2025-10-08 05:34:37,193 runserver 42658 6119895040 HTTP GET /static/img/version/vuejs.jpg 200 [0.00, 127.0.0.1:59660] INFO 2025-10-08 05:34:37,193 runserver 42658 6119895040 HTTP GET /static/img/version/dotnet.jpg 200 [0.00, 127.0.0.1:59659] INFO 2025-10-08 05:34:37,193 runserver 42658 6119895040 HTTP GET /static/img/version/reactjs.jpg 200 [0.00, 127.0.0.1:59657] INFO 2025-10-08 05:34:37,196 runserver 42658 6119895040 HTTP GET /static/img/version/nextjs.jpg 200 [0.00, 127.0.0.1:59466] INFO 2025-10-08 05:34:37,196 runserver 42658 6119895040 HTTP GET /static/img/theme/one-page-parallax.jpg 200 [0.00, 127.0.0.1:58904] INFO 2025-10-08 05:34:37,196 runserver 42658 6119895040 HTTP GET /static/img/theme/blog.jpg 200 [0.00, 127.0.0.1:59660] INFO 2025-10-08 05:34:37,196 runserver 42658 6119895040 HTTP GET /static/img/theme/forum.jpg 200 [0.00, 127.0.0.1:59659] INFO 2025-10-08 05:34:37,196 runserver 42658 6119895040 HTTP GET /static/img/theme/e-commerce.jpg 200 [0.00, 127.0.0.1:59658] INFO 2025-10-08 05:34:37,196 runserver 42658 6119895040 HTTP GET /static/img/theme/corporate.jpg 200 [0.00, 127.0.0.1:59657] WARNING 2025-10-08 05:34:37,304 runserver 42658 6119895040 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59658] INFO 2025-10-08 05:34:37,305 runserver 42658 6119895040 HTTP GET /static/css/default/app.min.css.map 200 [0.00, 127.0.0.1:59657] INFO 2025-10-08 05:34:37,311 runserver 42658 6119895040 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59659] WARNING 2025-10-08 05:34:37,386 log 42658 13522710528 Not Found: /favicon.ico WARNING 2025-10-08 05:34:37,386 runserver 42658 6119895040 HTTP GET /favicon.ico 404 [0.00, 127.0.0.1:59659] ERROR 2025-10-08 05:35:25,360 log 42658 13438578688 Internal Server Error: /en/appointments/queue/3/config/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 3451, in queue_config_view config.save() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/models.py", line 2582, in save super().save(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 902, in save self.save_base( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1023, in save_base post_save.send( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/dispatch/dispatcher.py", line 189, in send response = receiver(signal=self, sender=sender, **named) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/queue/signals.py", line 113, in handle_configuration_change from .queue_engine import QueueEngine ImportError: cannot import name 'QueueEngine' from 'appointments.queue.queue_engine' (/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/queue/queue_engine.py) ERROR 2025-10-08 05:35:25,363 runserver 42658 6119895040 HTTP POST /en/appointments/queue/3/config/ 500 [0.04, 127.0.0.1:59659] WARNING 2025-10-08 05:35:25,374 log 42658 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:35:25,375 runserver 42658 6119895040 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59659] INFO 2025-10-08 05:36:06,788 autoreload 42658 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/queue/signals.py changed, reloading. INFO 2025-10-08 05:36:07,453 autoreload 44825 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 05:36:07,757 server 44825 6176534528 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 05:36:07,757 server 44825 6176534528 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 05:36:07,758 server 44825 6176534528 Listening on TCP address 127.0.0.1:8000 ERROR 2025-10-08 05:36:09,877 log 44825 6210187264 Internal Server Error: /en/appointments/queue/3/config/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 3451, in queue_config_view config.save() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/models.py", line 2582, in save super().save(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 902, in save self.save_base( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1023, in save_base post_save.send( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/dispatch/dispatcher.py", line 189, in send response = receiver(signal=self, sender=sender, **named) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/queue/signals.py", line 113, in handle_configuration_change from queue.queue_engine import QueueEngine ModuleNotFoundError: No module named 'queue.queue_engine'; 'queue' is not a package ERROR 2025-10-08 05:36:09,879 runserver 44825 6176534528 HTTP POST /en/appointments/queue/3/config/ 500 [0.05, 127.0.0.1:60048] WARNING 2025-10-08 05:36:09,978 log 44825 6210187264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:36:09,978 runserver 44825 6176534528 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.09, 127.0.0.1:60048] INFO 2025-10-08 05:37:11,746 autoreload 44825 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/queue/signals.py changed, reloading. INFO 2025-10-08 05:37:12,267 autoreload 45334 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 05:37:12,553 server 45334 6113390592 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 05:37:12,553 server 45334 6113390592 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 05:37:12,553 server 45334 6113390592 Listening on TCP address 127.0.0.1:8000 ERROR 2025-10-08 05:37:13,263 log 45334 6147043328 Internal Server Error: /en/appointments/queue/3/config/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 3451, in queue_config_view config.save() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/models.py", line 2582, in save super().save(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 902, in save self.save_base( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1023, in save_base post_save.send( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/dispatch/dispatcher.py", line 189, in send response = receiver(signal=self, sender=sender, **named) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/queue/signals.py", line 115, in handle_configuration_change engine.reposition_all() ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'AdvancedQueueEngine' object has no attribute 'reposition_all' ERROR 2025-10-08 05:37:13,265 runserver 45334 6113390592 HTTP POST /en/appointments/queue/3/config/ 500 [0.05, 127.0.0.1:60318] WARNING 2025-10-08 05:37:13,363 log 45334 6147043328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:37:13,363 runserver 45334 6113390592 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.09, 127.0.0.1:60318] INFO 2025-10-08 05:37:24,139 autoreload 45334 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/queue/signals.py changed, reloading. INFO 2025-10-08 05:37:24,664 autoreload 45443 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 05:37:24,915 server 45443 6110179328 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 05:37:24,916 server 45443 6110179328 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 05:37:24,916 server 45443 6110179328 Listening on TCP address 127.0.0.1:8000 ERROR 2025-10-08 05:37:25,822 log 45443 6143832064 Internal Server Error: /en/appointments/queue/3/config/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 3451, in queue_config_view config.save() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/models.py", line 2582, in save super().save(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 902, in save self.save_base( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1023, in save_base post_save.send( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/dispatch/dispatcher.py", line 189, in send response = receiver(signal=self, sender=sender, **named) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/queue/signals.py", line 113, in handle_configuration_change from .queue_engine import QueueEngine ImportError: cannot import name 'QueueEngine' from 'appointments.queue.queue_engine' (/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/queue/queue_engine.py) ERROR 2025-10-08 05:37:25,824 runserver 45443 6110179328 HTTP POST /en/appointments/queue/3/config/ 500 [0.04, 127.0.0.1:60377] WARNING 2025-10-08 05:37:25,923 log 45443 6143832064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:37:25,923 runserver 45443 6110179328 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.09, 127.0.0.1:60377] INFO 2025-10-08 05:38:01,424 autoreload 45443 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/queue/signals.py changed, reloading. INFO 2025-10-08 05:38:02,009 autoreload 45795 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 05:38:02,312 server 45795 6151958528 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 05:38:02,312 server 45795 6151958528 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 05:38:02,313 server 45795 6151958528 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 05:38:16,932 autoreload 45795 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/queue/signals.py changed, reloading. INFO 2025-10-08 05:38:17,445 autoreload 45922 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 05:38:17,709 server 45922 6111555584 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 05:38:17,709 server 45922 6111555584 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 05:38:17,710 server 45922 6111555584 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 05:38:39,587 autoreload 45922 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/queue/signals.py changed, reloading. INFO 2025-10-08 05:38:40,147 autoreload 46123 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 05:38:40,450 server 46123 13304360960 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 05:38:40,450 server 46123 13304360960 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 05:38:40,451 server 46123 13304360960 Listening on TCP address 127.0.0.1:8000 ERROR 2025-10-08 05:39:04,307 log 46123 13338013696 Internal Server Error: /en/appointments/queue/3/config/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 3451, in queue_config_view config.save() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/models.py", line 2582, in save super().save(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 902, in save self.save_base( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1023, in save_base post_save.send( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/dispatch/dispatcher.py", line 189, in send response = receiver(signal=self, sender=sender, **named) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/queue/signals.py", line 115, in handle_configuration_change engine.reposition_all() ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'AdvancedQueueEngine' object has no attribute 'reposition_all' ERROR 2025-10-08 05:39:04,310 runserver 46123 13304360960 HTTP POST /en/appointments/queue/3/config/ 500 [0.04, 127.0.0.1:60789] WARNING 2025-10-08 05:39:04,378 log 46123 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:39:04,379 runserver 46123 13304360960 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.06, 127.0.0.1:60789] INFO 2025-10-08 05:39:43,025 autoreload 46123 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/queue/signals.py changed, reloading. INFO 2025-10-08 05:39:43,554 autoreload 46730 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 05:39:43,818 server 46730 6175305728 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 05:39:43,818 server 46730 6175305728 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 05:39:43,818 server 46730 6175305728 Listening on TCP address 127.0.0.1:8000 ERROR 2025-10-08 05:40:03,489 log 46730 6208958464 Internal Server Error: /en/appointments/queue/3/config/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 946, in get_or_create return self.get(**kwargs), False ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 633, in get raise self.model.DoesNotExist( appointments.models.QueueMetrics.DoesNotExist: QueueMetrics matching query does not exist. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 3451, in queue_config_view config.save() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/models.py", line 2582, in save super().save(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 902, in save self.save_base( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1023, in save_base post_save.send( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/dispatch/dispatcher.py", line 189, in send response = receiver(signal=self, sender=sender, **named) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/queue/signals.py", line 115, in handle_configuration_change engine.reposition_queue_entries() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/queue/queue_engine.py", line 283, in reposition_queue_entries entry.save(update_fields=['queue_position', 'updated_at']) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 902, in save self.save_base( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1023, in save_base post_save.send( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/dispatch/dispatcher.py", line 189, in send response = receiver(signal=self, sender=sender, **named) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/queue/signals.py", line 71, in update_queue_metrics_on_entry_change update_hourly_metrics(instance.queue) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/queue/signals.py", line 149, in update_hourly_metrics metrics, created = QueueMetrics.objects.get_or_create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 948, in get_or_create params = self._extract_model_params(defaults, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1046, in _extract_model_params raise exceptions.FieldError( django.core.exceptions.FieldError: Invalid field name(s) for model QueueMetrics: 'cancelled_entries', 'in_progress_entries', 'no_show_entries'. ERROR 2025-10-08 05:40:03,491 runserver 46730 6175305728 HTTP POST /en/appointments/queue/3/config/ 500 [0.04, 127.0.0.1:61084] WARNING 2025-10-08 05:40:03,556 log 46730 6208958464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:40:03,557 runserver 46730 6175305728 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.06, 127.0.0.1:61084] INFO 2025-10-08 05:41:11,587 autoreload 46730 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/queue/signals.py changed, reloading. INFO 2025-10-08 05:41:12,098 autoreload 47585 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 05:41:12,363 server 47585 6183022592 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 05:41:12,363 server 47585 6183022592 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 05:41:12,364 server 47585 6183022592 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 05:41:46,870 autoreload 47585 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/queue/signals.py changed, reloading. INFO 2025-10-08 05:41:47,591 autoreload 47902 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 05:41:47,884 server 47902 13438578688 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 05:41:47,884 server 47902 13438578688 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 05:41:47,884 server 47902 13438578688 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 05:41:55,406 queue_engine 47902 13455405056 Queue position changed for Yousef Al-Qarni: 7 -> 2 INFO 2025-10-08 05:41:55,461 runserver 47902 13438578688 HTTP POST /en/appointments/queue/3/config/ 302 [0.11, 127.0.0.1:61658] INFO 2025-10-08 05:41:55,480 runserver 47902 13438578688 HTTP GET /en/appointments/queue/3/advanced/ 200 [0.01, 127.0.0.1:61658] WARNING 2025-10-08 05:41:55,496 log 47902 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:41:55,496 runserver 47902 13438578688 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:61658] INFO 2025-10-08 05:41:55,569 runserver 47902 13438578688 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61658] WARNING 2025-10-08 05:41:55,571 runserver 47902 13438578688 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:61659] INFO 2025-10-08 05:42:55,564 runserver 47902 13438578688 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61659] INFO 2025-10-08 05:43:06,919 runserver 47902 13438578688 HTTP GET /en/appointments/queue/3/advanced/ 200 [0.03, 127.0.0.1:61659] WARNING 2025-10-08 05:43:06,935 log 47902 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:43:06,935 runserver 47902 13438578688 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:61659] INFO 2025-10-08 05:43:06,986 runserver 47902 13438578688 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61659] WARNING 2025-10-08 05:43:06,988 runserver 47902 13438578688 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:62033] INFO 2025-10-08 05:43:55,810 runserver 47902 13438578688 HTTP GET /en/appointments/queue/3/advanced/ 200 [0.02, 127.0.0.1:62033] WARNING 2025-10-08 05:43:55,824 log 47902 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:43:55,824 runserver 47902 13438578688 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62033] INFO 2025-10-08 05:43:55,865 runserver 47902 13438578688 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62033] WARNING 2025-10-08 05:43:55,867 runserver 47902 13438578688 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:61659] INFO 2025-10-08 05:44:55,882 runserver 47902 13438578688 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:61659] INFO 2025-10-08 05:45:55,872 runserver 47902 13438578688 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61659] INFO 2025-10-08 05:46:55,877 runserver 47902 13438578688 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61659] INFO 2025-10-08 05:47:14,464 runserver 47902 13438578688 HTTP GET /en/appointments/queue/3/advanced/ 200 [0.02, 127.0.0.1:61659] WARNING 2025-10-08 05:47:14,478 log 47902 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:47:14,478 runserver 47902 13438578688 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:61659] INFO 2025-10-08 05:47:14,528 runserver 47902 13438578688 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61659] WARNING 2025-10-08 05:47:14,532 runserver 47902 13438578688 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:61659] INFO 2025-10-08 05:47:20,710 runserver 47902 13438578688 HTTP GET /en/appointments/queue/3/analytics/ 200 [0.01, 127.0.0.1:61659] WARNING 2025-10-08 05:47:20,725 log 47902 13505884160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:47:20,726 runserver 47902 13438578688 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:61659] INFO 2025-10-08 05:47:20,728 runserver 47902 13438578688 HTTP GET /static/plugins/chart.js/dist/chart.umd.js 200 [0.01, 127.0.0.1:63252] WARNING 2025-10-08 05:47:20,781 runserver 47902 13438578688 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:63252] INFO 2025-10-08 05:47:20,782 runserver 47902 13438578688 HTTP GET /static/plugins/chart.js/dist/chart.umd.js.map 200 [0.00, 127.0.0.1:61659] INFO 2025-10-08 05:47:20,790 runserver 47902 13438578688 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63252] WARNING 2025-10-08 05:47:25,643 runserver 47902 13438578688 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:63252] WARNING 2025-10-08 05:47:25,647 log 47902 13505884160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:47:25,647 runserver 47902 13438578688 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:61659] WARNING 2025-10-08 05:47:25,658 log 47902 13505884160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:47:25,658 runserver 47902 13438578688 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:61659] INFO 2025-10-08 05:47:27,760 runserver 47902 13438578688 HTTP GET /en/appointments/queue/3/config/ 200 [0.02, 127.0.0.1:61659] WARNING 2025-10-08 05:47:27,774 log 47902 13505884160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:47:27,774 runserver 47902 13438578688 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:61659] INFO 2025-10-08 05:47:27,823 runserver 47902 13438578688 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61659] WARNING 2025-10-08 05:47:27,825 runserver 47902 13438578688 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:63252] WARNING 2025-10-08 05:47:30,841 runserver 47902 13438578688 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:63252] WARNING 2025-10-08 05:47:30,846 log 47902 13505884160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:47:30,846 runserver 47902 13438578688 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:61659] WARNING 2025-10-08 05:47:30,857 log 47902 13505884160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:47:30,857 runserver 47902 13438578688 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:61659] WARNING 2025-10-08 05:47:31,402 log 47902 13505884160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:47:31,403 runserver 47902 13438578688 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:61659] WARNING 2025-10-08 05:47:31,458 runserver 47902 13438578688 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:61659] WARNING 2025-10-08 05:47:32,300 log 47902 13505884160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:47:32,300 runserver 47902 13438578688 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:61659] WARNING 2025-10-08 05:47:32,345 runserver 47902 13438578688 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:61659] INFO 2025-10-08 05:47:32,934 runserver 47902 13438578688 HTTP GET /en/appointments/queue/metrics/dashboard/ 200 [0.02, 127.0.0.1:61659] WARNING 2025-10-08 05:47:32,946 log 47902 13505884160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:47:32,947 runserver 47902 13438578688 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:61659] WARNING 2025-10-08 05:47:32,999 runserver 47902 13438578688 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:61659] INFO 2025-10-08 05:48:32,987 runserver 47902 13438578688 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:61659] INFO 2025-10-08 05:49:33,001 runserver 47902 13438578688 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:61659] INFO 2025-10-08 05:49:59,759 autoreload 47902 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/queue/signals.py changed, reloading. INFO 2025-10-08 05:50:00,336 autoreload 52016 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 05:50:00,653 server 52016 6172340224 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 05:50:00,653 server 52016 6172340224 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 05:50:00,653 server 52016 6172340224 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 05:50:33,095 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.11, 127.0.0.1:64250] INFO 2025-10-08 05:50:55,025 runserver 52016 6172340224 HTTP GET /en/appointments/queue/metrics/dashboard/ 200 [0.03, 127.0.0.1:64250] WARNING 2025-10-08 05:50:55,038 log 52016 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:50:55,039 runserver 52016 6172340224 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64250] INFO 2025-10-08 05:50:55,089 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64250] WARNING 2025-10-08 05:50:55,098 runserver 52016 6172340224 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:64250] INFO 2025-10-08 05:50:59,599 runserver 52016 6172340224 HTTP GET /en/appointments/queue/9/advanced/ 200 [0.02, 127.0.0.1:64250] WARNING 2025-10-08 05:50:59,620 log 52016 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:50:59,620 runserver 52016 6172340224 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64250] INFO 2025-10-08 05:50:59,667 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64250] WARNING 2025-10-08 05:50:59,671 runserver 52016 6172340224 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64250] ERROR 2025-10-08 05:51:04,687 queue_engine 52016 13170143232 WebSocket broadcast error: Cannot import BACKEND 'channels_redis.core.RedisChannelLayer' specified for default INFO 2025-10-08 05:51:04,690 runserver 52016 6172340224 HTTP POST /en/appointments/queue/9/htmx/call-next/ 200 [0.03, 127.0.0.1:64250] WARNING 2025-10-08 05:51:17,965 runserver 52016 6172340224 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64250] WARNING 2025-10-08 05:51:17,968 log 52016 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:51:17,969 runserver 52016 6172340224 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64358] WARNING 2025-10-08 05:51:17,978 log 52016 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:51:17,979 runserver 52016 6172340224 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64358] INFO 2025-10-08 05:51:24,498 runserver 52016 6172340224 HTTP GET /en/appointments/queue/11/advanced/ 200 [0.02, 127.0.0.1:64358] WARNING 2025-10-08 05:51:24,516 log 52016 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 05:51:24,516 runserver 52016 6172340224 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64358] INFO 2025-10-08 05:51:24,564 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64358] WARNING 2025-10-08 05:51:24,570 runserver 52016 6172340224 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64358] INFO 2025-10-08 05:52:24,581 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64358] INFO 2025-10-08 05:53:24,584 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64358] INFO 2025-10-08 05:54:24,583 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64358] INFO 2025-10-08 05:55:24,588 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64358] INFO 2025-10-08 05:56:24,593 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64358] INFO 2025-10-08 05:57:24,595 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64358] INFO 2025-10-08 05:58:24,597 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64358] INFO 2025-10-08 05:59:24,602 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64358] INFO 2025-10-08 06:00:24,606 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64358] INFO 2025-10-08 06:01:24,606 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64358] WARNING 2025-10-08 06:01:43,467 log 52016 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 06:01:43,467 runserver 52016 6172340224 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:64358] WARNING 2025-10-08 06:01:43,513 runserver 52016 6172340224 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64358] WARNING 2025-10-08 06:01:46,698 log 52016 13186969600 Not Found: /en/appointments/queue/m WARNING 2025-10-08 06:01:46,698 runserver 52016 6172340224 HTTP GET /en/appointments/queue/m 404 [0.01, 127.0.0.1:64358] WARNING 2025-10-08 06:01:46,709 log 52016 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 06:01:46,709 runserver 52016 6172340224 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64358] INFO 2025-10-08 06:02:00,567 runserver 52016 6172340224 HTTP GET /en/appointments/scheduling/ 200 [0.02, 127.0.0.1:64358] WARNING 2025-10-08 06:02:00,585 log 52016 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 06:02:00,586 runserver 52016 6172340224 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64358] INFO 2025-10-08 06:02:00,633 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64358] WARNING 2025-10-08 06:02:00,641 runserver 52016 6172340224 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64358] INFO 2025-10-08 06:02:19,788 runserver 52016 6172340224 HTTP POST /en/appointments/scheduling/find-optimal-slots/ 200 [0.02, 127.0.0.1:64358] INFO 2025-10-08 06:02:23,550 runserver 52016 6172340224 HTTP GET /en/appointments/scheduling/analytics/ 200 [0.10, 127.0.0.1:64358] WARNING 2025-10-08 06:02:23,566 log 52016 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 06:02:23,566 runserver 52016 6172340224 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64358] INFO 2025-10-08 06:02:23,618 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64358] WARNING 2025-10-08 06:02:23,620 runserver 52016 6172340224 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50679] INFO 2025-10-08 06:03:23,628 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64358] INFO 2025-10-08 06:04:23,631 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64358] INFO 2025-10-08 06:05:23,578 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64358] INFO 2025-10-08 06:06:23,580 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:51842] INFO 2025-10-08 06:07:23,575 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51842] INFO 2025-10-08 06:08:24,526 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52356] INFO 2025-10-08 06:09:26,577 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52631] INFO 2025-10-08 06:24:25,074 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:53103] INFO 2025-10-08 06:41:20,240 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53614] INFO 2025-10-08 06:57:21,307 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:54142] INFO 2025-10-08 06:59:21,299 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:54633] INFO 2025-10-08 07:01:21,285 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55131] INFO 2025-10-08 07:03:21,298 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:55624] INFO 2025-10-08 07:05:21,289 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56115] INFO 2025-10-08 07:07:21,282 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56605] INFO 2025-10-08 07:09:21,287 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57101] INFO 2025-10-08 07:11:21,289 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57592] INFO 2025-10-08 07:13:21,288 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58087] INFO 2025-10-08 07:15:21,288 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58575] INFO 2025-10-08 07:17:21,273 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59069] INFO 2025-10-08 07:19:21,274 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59564] INFO 2025-10-08 07:21:21,279 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60057] INFO 2025-10-08 07:23:21,266 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60547] INFO 2025-10-08 07:24:21,262 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60547] INFO 2025-10-08 07:25:21,291 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61040] INFO 2025-10-08 07:27:21,271 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:61531] INFO 2025-10-08 07:29:21,252 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62025] INFO 2025-10-08 07:31:21,256 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:62514] INFO 2025-10-08 07:33:21,252 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:63029] INFO 2025-10-08 07:35:21,244 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63517] INFO 2025-10-08 07:37:21,258 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64006] INFO 2025-10-08 07:39:21,245 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64501] INFO 2025-10-08 07:41:21,242 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64989] INFO 2025-10-08 07:43:21,243 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65484] INFO 2025-10-08 07:44:21,251 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:65484] INFO 2025-10-08 07:46:21,241 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:49836] INFO 2025-10-08 07:48:21,249 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:50330] INFO 2025-10-08 07:50:21,248 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:50820] INFO 2025-10-08 07:52:21,245 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:51318] INFO 2025-10-08 07:54:21,235 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:51807] INFO 2025-10-08 07:56:21,238 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:52301] INFO 2025-10-08 08:26:25,061 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52838] INFO 2025-10-08 08:45:02,170 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:53396] INFO 2025-10-08 08:47:02,178 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:53886] INFO 2025-10-08 08:49:02,181 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:54380] INFO 2025-10-08 08:51:02,184 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:54878] INFO 2025-10-08 09:07:56,238 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:55367] INFO 2025-10-08 09:15:21,224 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:55900] INFO 2025-10-08 09:21:07,244 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56433] INFO 2025-10-08 09:38:01,753 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56946] INFO 2025-10-08 09:40:01,766 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57439] INFO 2025-10-08 09:42:01,770 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57944] INFO 2025-10-08 09:44:01,772 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58438] INFO 2025-10-08 09:46:01,775 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58930] INFO 2025-10-08 09:48:01,778 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59426] INFO 2025-10-08 09:50:01,782 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59918] INFO 2025-10-08 09:52:01,745 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60410] INFO 2025-10-08 09:54:01,751 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60904] INFO 2025-10-08 09:56:01,754 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:61391] INFO 2025-10-08 09:58:01,748 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61886] INFO 2025-10-08 10:00:01,758 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:62375] INFO 2025-10-08 10:02:01,752 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62870] INFO 2025-10-08 10:04:01,764 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:63360] INFO 2025-10-08 10:06:01,764 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:63853] INFO 2025-10-08 10:08:01,727 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64345] INFO 2025-10-08 10:10:01,730 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64836] INFO 2025-10-08 10:12:01,732 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:65332] INFO 2025-10-08 10:14:01,734 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:49441] INFO 2025-10-08 10:16:01,734 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:49938] INFO 2025-10-08 10:18:01,730 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50428] INFO 2025-10-08 10:20:01,738 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:50920] INFO 2025-10-08 10:22:01,597 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:51413] INFO 2025-10-08 10:24:01,598 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:51907] INFO 2025-10-08 10:26:01,596 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:52395] INFO 2025-10-08 10:28:01,586 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52885] INFO 2025-10-08 10:30:01,595 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:53383] INFO 2025-10-08 10:32:01,596 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:53874] INFO 2025-10-08 10:34:01,592 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:54374] INFO 2025-10-08 10:36:01,593 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:54863] INFO 2025-10-08 10:58:56,889 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:55396] INFO 2025-10-08 11:06:00,803 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:55965] INFO 2025-10-08 11:08:00,793 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56486] INFO 2025-10-08 11:12:39,526 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57007] INFO 2025-10-08 11:29:46,014 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57514] INFO 2025-10-08 11:48:32,279 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58048] INFO 2025-10-08 12:01:01,736 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58573] INFO 2025-10-08 13:37:36,831 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59122] INFO 2025-10-08 13:40:21,298 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59457] INFO 2025-10-08 13:40:34,622 runserver 52016 6172340224 HTTP GET /en/appointments/scheduling/ 200 [0.02, 127.0.0.1:59457] WARNING 2025-10-08 13:40:34,639 log 52016 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 13:40:34,639 runserver 52016 6172340224 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59457] WARNING 2025-10-08 13:40:34,692 runserver 52016 6172340224 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59524] INFO 2025-10-08 13:40:34,698 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59457] INFO 2025-10-08 13:41:34,708 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59457] INFO 2025-10-08 13:42:34,712 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59457] INFO 2025-10-08 13:43:34,714 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59457] INFO 2025-10-08 13:44:34,721 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59457] INFO 2025-10-08 13:45:34,726 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59457] WARNING 2025-10-08 13:46:29,747 runserver 52016 6172340224 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:61004] INFO 2025-10-08 13:46:29,751 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59457] WARNING 2025-10-08 13:46:29,753 log 52016 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 13:46:29,753 runserver 52016 6172340224 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:61004] WARNING 2025-10-08 13:46:29,761 log 52016 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 13:46:29,762 runserver 52016 6172340224 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:61004] WARNING 2025-10-08 13:46:31,250 log 52016 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 13:46:31,251 runserver 52016 6172340224 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:61004] WARNING 2025-10-08 13:46:31,300 runserver 52016 6172340224 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:61004] INFO 2025-10-08 13:46:34,334 runserver 52016 6172340224 HTTP GET /en/appointments/scheduling/analytics/ 200 [0.09, 127.0.0.1:61004] WARNING 2025-10-08 13:46:34,350 log 52016 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 13:46:34,350 runserver 52016 6172340224 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:61004] INFO 2025-10-08 13:46:34,408 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61004] WARNING 2025-10-08 13:46:34,415 runserver 52016 6172340224 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:61004] INFO 2025-10-08 13:46:38,161 runserver 52016 6172340224 HTTP GET /en/appointments/scheduling/metrics/ 200 [0.01, 127.0.0.1:61004] WARNING 2025-10-08 13:46:38,178 log 52016 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 13:46:38,178 runserver 52016 6172340224 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:61004] INFO 2025-10-08 13:46:38,225 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61004] WARNING 2025-10-08 13:46:38,231 runserver 52016 6172340224 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:61004] INFO 2025-10-08 13:47:38,244 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:61004] INFO 2025-10-08 13:48:38,233 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61004] INFO 2025-10-08 13:49:38,249 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:61004] INFO 2025-10-08 13:50:38,248 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61004] INFO 2025-10-08 13:51:38,245 runserver 52016 6172340224 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61004] INFO 2025-10-08 13:52:04,136 autoreload 52016 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-10-08 13:52:04,787 autoreload 42199 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 13:52:05,209 server 42199 6148190208 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 13:52:05,209 server 42199 6148190208 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 13:52:05,209 server 42199 6148190208 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 13:52:27,068 autoreload 42199 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-10-08 13:52:27,660 autoreload 42405 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 13:52:27,982 server 42405 6110130176 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 13:52:27,982 server 42405 6110130176 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 13:52:27,982 server 42405 6110130176 Listening on TCP address 127.0.0.1:8000 WARNING 2025-10-08 13:52:33,420 runserver 42405 6110130176 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:62539] WARNING 2025-10-08 13:52:33,519 log 42405 6160609280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 13:52:33,519 runserver 42405 6110130176 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.10, 127.0.0.1:62540] WARNING 2025-10-08 13:52:33,523 log 42405 6160609280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 13:52:33,523 runserver 42405 6110130176 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62540] INFO 2025-10-08 13:52:33,527 runserver 42405 6110130176 HTTP GET /en/htmx/system-notifications/ 200 [0.12, 127.0.0.1:62538] WARNING 2025-10-08 13:52:34,561 runserver 42405 6110130176 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:62540] WARNING 2025-10-08 13:52:34,564 log 42405 6160609280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 13:52:34,565 runserver 42405 6110130176 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62539] INFO 2025-10-08 13:52:34,567 runserver 42405 6110130176 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62538] WARNING 2025-10-08 13:52:34,581 log 42405 6160609280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 13:52:34,581 runserver 42405 6110130176 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62538] WARNING 2025-10-08 13:52:35,196 log 42405 6160609280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 13:52:35,196 runserver 42405 6110130176 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62538] INFO 2025-10-08 13:52:35,885 runserver 42405 6110130176 HTTP GET /en/appointments/queue/ 200 [0.04, 127.0.0.1:62538] WARNING 2025-10-08 13:52:35,899 log 42405 6160609280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 13:52:35,899 runserver 42405 6110130176 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:62538] INFO 2025-10-08 13:52:35,901 runserver 42405 6110130176 HTTP GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css 200 [0.01, 127.0.0.1:62539] INFO 2025-10-08 13:52:35,902 runserver 42405 6110130176 HTTP GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js 200 [0.00, 127.0.0.1:62555] INFO 2025-10-08 13:52:35,903 runserver 42405 6110130176 HTTP GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css 200 [0.01, 127.0.0.1:62540] INFO 2025-10-08 13:52:35,903 runserver 42405 6110130176 HTTP GET /static/plugins/datatables.net/js/dataTables.min.js 200 [0.01, 127.0.0.1:62554] INFO 2025-10-08 13:52:35,904 runserver 42405 6110130176 HTTP GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js 200 [0.00, 127.0.0.1:62538] INFO 2025-10-08 13:52:35,904 runserver 42405 6110130176 HTTP GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js 200 [0.00, 127.0.0.1:62556] INFO 2025-10-08 13:52:35,906 runserver 42405 6110130176 HTTP GET /static/plugins/sweetalert/dist/sweetalert.min.js 200 [0.00, 127.0.0.1:62539] WARNING 2025-10-08 13:52:35,956 runserver 42405 6110130176 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:62539] INFO 2025-10-08 13:52:56,801 runserver 42405 6110130176 HTTP GET /en/appointments/queue/14/monitor 301 [0.01, 127.0.0.1:62539] INFO 2025-10-08 13:52:56,814 runserver 42405 6110130176 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:62539] WARNING 2025-10-08 13:52:56,829 log 42405 13237448704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 13:52:56,829 runserver 42405 6110130176 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62539] INFO 2025-10-08 13:52:56,912 runserver 42405 6110130176 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:62660] ERROR 2025-10-08 13:52:56,999 server 42405 6110130176 Exception inside application: Cannot import BACKEND 'channels_redis.core.RedisChannelLayer' specified for default Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 71, in _make_backend backend_class = import_string(backend_module) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/module_loading.py", line 30, in import_string return cached_import(module_path, class_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/module_loading.py", line 15, in cached_import module = import_module(module_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/importlib/__init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1310, in _find_and_load_unlocked File "", line 488, in _call_with_frames_removed File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1324, in _find_and_load_unlocked ModuleNotFoundError: No module named 'channels_redis' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/staticfiles/handlers.py", line 101, in __call__ return await self.application(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/routing.py", line 48, in __call__ return await application(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/security/websocket.py", line 37, in __call__ return await self.application(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/sessions.py", line 44, in __call__ return await self.inner(dict(scope, cookies=cookies), receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/sessions.py", line 261, in __call__ return await self.inner(wrapper.scope, receive, wrapper.send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/auth.py", line 185, in __call__ return await super().__call__(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/middleware.py", line 24, in __call__ return await self.inner(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/routing.py", line 118, in __call__ return await application( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/consumer.py", line 95, in app return await consumer(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/consumer.py", line 44, in __call__ self.channel_layer = get_channel_layer(self.channel_layer_alias) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 411, in get_channel_layer return channel_layers[alias] ~~~~~~~~~~~~~~^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 83, in __getitem__ self.backends[key] = self.make_backend(key) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 45, in make_backend return self._make_backend(name, config) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 73, in _make_backend raise InvalidChannelLayerError( channels.exceptions.InvalidChannelLayerError: Cannot import BACKEND 'channels_redis.core.RedisChannelLayer' specified for default INFO 2025-10-08 13:52:57,007 runserver 42405 6110130176 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:62660] INFO 2025-10-08 13:53:16,154 runserver 42405 6110130176 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:62740] ERROR 2025-10-08 13:53:17,028 server 42405 6110130176 Exception inside application: Cannot import BACKEND 'channels_redis.core.RedisChannelLayer' specified for default Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 71, in _make_backend backend_class = import_string(backend_module) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/module_loading.py", line 30, in import_string return cached_import(module_path, class_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/module_loading.py", line 15, in cached_import module = import_module(module_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/importlib/__init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1310, in _find_and_load_unlocked File "", line 488, in _call_with_frames_removed File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1324, in _find_and_load_unlocked ModuleNotFoundError: No module named 'channels_redis' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/staticfiles/handlers.py", line 101, in __call__ return await self.application(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/routing.py", line 48, in __call__ return await application(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/security/websocket.py", line 37, in __call__ return await self.application(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/sessions.py", line 44, in __call__ return await self.inner(dict(scope, cookies=cookies), receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/sessions.py", line 261, in __call__ return await self.inner(wrapper.scope, receive, wrapper.send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/auth.py", line 185, in __call__ return await super().__call__(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/middleware.py", line 24, in __call__ return await self.inner(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/routing.py", line 118, in __call__ return await application( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/consumer.py", line 95, in app return await consumer(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/consumer.py", line 44, in __call__ self.channel_layer = get_channel_layer(self.channel_layer_alias) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 411, in get_channel_layer return channel_layers[alias] ~~~~~~~~~~~~~~^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 83, in __getitem__ self.backends[key] = self.make_backend(key) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 45, in make_backend return self._make_backend(name, config) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 73, in _make_backend raise InvalidChannelLayerError( channels.exceptions.InvalidChannelLayerError: Cannot import BACKEND 'channels_redis.core.RedisChannelLayer' specified for default INFO 2025-10-08 13:53:17,034 runserver 42405 6110130176 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:62740] WARNING 2025-10-08 13:53:17,847 runserver 42405 6110130176 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:62539] WARNING 2025-10-08 13:53:17,850 log 42405 13237448704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 13:53:17,851 runserver 42405 6110130176 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62556] WARNING 2025-10-08 13:53:17,866 log 42405 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 13:53:17,867 runserver 42405 6110130176 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:62556] INFO 2025-10-08 13:53:35,982 runserver 42405 6110130176 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:62556] INFO 2025-10-08 13:53:36,010 runserver 42405 6110130176 HTTP GET /en/appointments/queue/ 200 [0.03, 127.0.0.1:62539] WARNING 2025-10-08 13:53:36,021 log 42405 13237448704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 13:53:36,021 runserver 42405 6110130176 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62539] INFO 2025-10-08 13:53:36,081 runserver 42405 6110130176 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62539] WARNING 2025-10-08 13:53:36,086 runserver 42405 6110130176 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:62539] INFO 2025-10-08 13:53:46,289 runserver 42405 6110130176 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:62539] INFO 2025-10-08 13:53:46,298 runserver 42405 6110130176 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:62879] ERROR 2025-10-08 13:53:47,065 server 42405 6110130176 Exception inside application: Cannot import BACKEND 'channels_redis.core.RedisChannelLayer' specified for default Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 71, in _make_backend backend_class = import_string(backend_module) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/module_loading.py", line 30, in import_string return cached_import(module_path, class_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/module_loading.py", line 15, in cached_import module = import_module(module_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/importlib/__init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1310, in _find_and_load_unlocked File "", line 488, in _call_with_frames_removed File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1324, in _find_and_load_unlocked ModuleNotFoundError: No module named 'channels_redis' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/staticfiles/handlers.py", line 101, in __call__ return await self.application(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/routing.py", line 48, in __call__ return await application(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/security/websocket.py", line 37, in __call__ return await self.application(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/sessions.py", line 44, in __call__ return await self.inner(dict(scope, cookies=cookies), receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/sessions.py", line 261, in __call__ return await self.inner(wrapper.scope, receive, wrapper.send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/auth.py", line 185, in __call__ return await super().__call__(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/middleware.py", line 24, in __call__ return await self.inner(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/routing.py", line 118, in __call__ return await application( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/consumer.py", line 95, in app return await consumer(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/consumer.py", line 44, in __call__ self.channel_layer = get_channel_layer(self.channel_layer_alias) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 411, in get_channel_layer return channel_layers[alias] ~~~~~~~~~~~~~~^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 83, in __getitem__ self.backends[key] = self.make_backend(key) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 45, in make_backend return self._make_backend(name, config) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 73, in _make_backend raise InvalidChannelLayerError( channels.exceptions.InvalidChannelLayerError: Cannot import BACKEND 'channels_redis.core.RedisChannelLayer' specified for default INFO 2025-10-08 13:53:47,071 runserver 42405 6110130176 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:62879] WARNING 2025-10-08 13:53:47,518 log 42405 13237448704 Not Found: /en/appointments/queue/advanced WARNING 2025-10-08 13:53:47,519 runserver 42405 6110130176 HTTP GET /en/appointments/queue/advanced 404 [0.01, 127.0.0.1:62539] WARNING 2025-10-08 13:53:47,539 log 42405 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 13:53:47,539 runserver 42405 6110130176 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62539] INFO 2025-10-08 13:54:05,875 runserver 42405 6110130176 HTTP GET /en/appointments/queue/14/advanced 301 [0.01, 127.0.0.1:62539] INFO 2025-10-08 13:54:05,899 runserver 42405 6110130176 HTTP GET /en/appointments/queue/14/advanced/ 200 [0.02, 127.0.0.1:62539] WARNING 2025-10-08 13:54:05,910 log 42405 6160609280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 13:54:05,911 runserver 42405 6110130176 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62539] INFO 2025-10-08 13:54:05,963 runserver 42405 6110130176 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62539] WARNING 2025-10-08 13:54:05,965 runserver 42405 6110130176 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:62556] INFO 2025-10-08 13:54:16,418 runserver 42405 6110130176 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:62556] WARNING 2025-10-08 13:54:16,434 log 42405 6160609280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 13:54:16,434 runserver 42405 6110130176 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62556] WARNING 2025-10-08 13:54:16,478 runserver 42405 6110130176 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:62556] INFO 2025-10-08 13:54:16,483 runserver 42405 6110130176 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62539] INFO 2025-10-08 13:54:17,288 runserver 42405 6110130176 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:62539] INFO 2025-10-08 13:54:17,299 runserver 42405 6110130176 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:63010] ERROR 2025-10-08 13:54:18,103 server 42405 6110130176 Exception inside application: Cannot import BACKEND 'channels_redis.core.RedisChannelLayer' specified for default Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 71, in _make_backend backend_class = import_string(backend_module) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/module_loading.py", line 30, in import_string return cached_import(module_path, class_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/module_loading.py", line 15, in cached_import module = import_module(module_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/importlib/__init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1310, in _find_and_load_unlocked File "", line 488, in _call_with_frames_removed File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1324, in _find_and_load_unlocked ModuleNotFoundError: No module named 'channels_redis' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/staticfiles/handlers.py", line 101, in __call__ return await self.application(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/routing.py", line 48, in __call__ return await application(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/security/websocket.py", line 37, in __call__ return await self.application(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/sessions.py", line 44, in __call__ return await self.inner(dict(scope, cookies=cookies), receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/sessions.py", line 261, in __call__ return await self.inner(wrapper.scope, receive, wrapper.send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/auth.py", line 185, in __call__ return await super().__call__(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/middleware.py", line 24, in __call__ return await self.inner(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/routing.py", line 118, in __call__ return await application( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/consumer.py", line 95, in app return await consumer(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/consumer.py", line 44, in __call__ self.channel_layer = get_channel_layer(self.channel_layer_alias) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 411, in get_channel_layer return channel_layers[alias] ~~~~~~~~~~~~~~^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 83, in __getitem__ self.backends[key] = self.make_backend(key) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 45, in make_backend return self._make_backend(name, config) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 73, in _make_backend raise InvalidChannelLayerError( channels.exceptions.InvalidChannelLayerError: Cannot import BACKEND 'channels_redis.core.RedisChannelLayer' specified for default INFO 2025-10-08 13:54:18,108 runserver 42405 6110130176 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:63010] INFO 2025-10-08 13:54:26,511 runserver 42405 6110130176 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:62539] WARNING 2025-10-08 13:54:26,525 log 42405 6160609280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 13:54:26,526 runserver 42405 6110130176 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62539] WARNING 2025-10-08 13:54:26,566 runserver 42405 6110130176 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:62556] INFO 2025-10-08 13:54:26,569 runserver 42405 6110130176 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62539] INFO 2025-10-08 13:54:36,595 runserver 42405 6110130176 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:62539] WARNING 2025-10-08 13:54:36,653 log 42405 6160609280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 13:54:36,653 runserver 42405 6110130176 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.05, 127.0.0.1:62539] WARNING 2025-10-08 13:54:36,656 runserver 42405 6110130176 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:63092] INFO 2025-10-08 13:54:36,661 runserver 42405 6110130176 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62556] INFO 2025-10-08 13:54:46,662 runserver 42405 6110130176 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:62556] INFO 2025-10-08 13:54:46,691 runserver 42405 6110130176 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62556] INFO 2025-10-08 13:54:48,290 runserver 42405 6110130176 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:62556] INFO 2025-10-08 13:54:48,300 runserver 42405 6110130176 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:63157] ERROR 2025-10-08 13:54:49,142 server 42405 6110130176 Exception inside application: Cannot import BACKEND 'channels_redis.core.RedisChannelLayer' specified for default Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 71, in _make_backend backend_class = import_string(backend_module) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/module_loading.py", line 30, in import_string return cached_import(module_path, class_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/module_loading.py", line 15, in cached_import module = import_module(module_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/importlib/__init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1310, in _find_and_load_unlocked File "", line 488, in _call_with_frames_removed File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1324, in _find_and_load_unlocked ModuleNotFoundError: No module named 'channels_redis' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/staticfiles/handlers.py", line 101, in __call__ return await self.application(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/routing.py", line 48, in __call__ return await application(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/security/websocket.py", line 37, in __call__ return await self.application(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/sessions.py", line 44, in __call__ return await self.inner(dict(scope, cookies=cookies), receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/sessions.py", line 261, in __call__ return await self.inner(wrapper.scope, receive, wrapper.send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/auth.py", line 185, in __call__ return await super().__call__(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/middleware.py", line 24, in __call__ return await self.inner(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/routing.py", line 118, in __call__ return await application( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/consumer.py", line 95, in app return await consumer(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/consumer.py", line 44, in __call__ self.channel_layer = get_channel_layer(self.channel_layer_alias) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 411, in get_channel_layer return channel_layers[alias] ~~~~~~~~~~~~~~^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 83, in __getitem__ self.backends[key] = self.make_backend(key) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 45, in make_backend return self._make_backend(name, config) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 73, in _make_backend raise InvalidChannelLayerError( channels.exceptions.InvalidChannelLayerError: Cannot import BACKEND 'channels_redis.core.RedisChannelLayer' specified for default INFO 2025-10-08 13:54:49,147 runserver 42405 6110130176 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:63157] INFO 2025-10-08 13:54:56,716 runserver 42405 6110130176 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:62556] INFO 2025-10-08 13:54:56,753 runserver 42405 6110130176 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62556] INFO 2025-10-08 13:55:06,294 runserver 42405 6110130176 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:62556] INFO 2025-10-08 13:55:06,766 runserver 42405 6110130176 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:62556] INFO 2025-10-08 13:55:06,798 runserver 42405 6110130176 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62556] INFO 2025-10-08 13:55:16,813 runserver 42405 6110130176 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:62556] INFO 2025-10-08 13:55:16,849 runserver 42405 6110130176 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62556] INFO 2025-10-08 13:55:19,290 runserver 42405 6110130176 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:62556] INFO 2025-10-08 13:55:19,298 runserver 42405 6110130176 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:63283] ERROR 2025-10-08 13:55:20,180 server 42405 6110130176 Exception inside application: Cannot import BACKEND 'channels_redis.core.RedisChannelLayer' specified for default Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 71, in _make_backend backend_class = import_string(backend_module) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/module_loading.py", line 30, in import_string return cached_import(module_path, class_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/module_loading.py", line 15, in cached_import module = import_module(module_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/importlib/__init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1310, in _find_and_load_unlocked File "", line 488, in _call_with_frames_removed File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1324, in _find_and_load_unlocked ModuleNotFoundError: No module named 'channels_redis' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/staticfiles/handlers.py", line 101, in __call__ return await self.application(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/routing.py", line 48, in __call__ return await application(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/security/websocket.py", line 37, in __call__ return await self.application(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/sessions.py", line 44, in __call__ return await self.inner(dict(scope, cookies=cookies), receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/sessions.py", line 261, in __call__ return await self.inner(wrapper.scope, receive, wrapper.send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/auth.py", line 185, in __call__ return await super().__call__(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/middleware.py", line 24, in __call__ return await self.inner(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/routing.py", line 118, in __call__ return await application( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/consumer.py", line 95, in app return await consumer(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/consumer.py", line 44, in __call__ self.channel_layer = get_channel_layer(self.channel_layer_alias) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 411, in get_channel_layer return channel_layers[alias] ~~~~~~~~~~~~~~^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 83, in __getitem__ self.backends[key] = self.make_backend(key) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 45, in make_backend return self._make_backend(name, config) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/channels/layers.py", line 73, in _make_backend raise InvalidChannelLayerError( channels.exceptions.InvalidChannelLayerError: Cannot import BACKEND 'channels_redis.core.RedisChannelLayer' specified for default INFO 2025-10-08 13:55:20,184 runserver 42405 6110130176 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:63283] INFO 2025-10-08 13:55:26,862 runserver 42405 6110130176 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:62556] INFO 2025-10-08 13:55:26,900 runserver 42405 6110130176 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62556] INFO 2025-10-08 13:55:36,913 runserver 42405 6110130176 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:62556] INFO 2025-10-08 13:55:36,949 runserver 42405 6110130176 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62556] INFO 2025-10-08 13:55:46,971 runserver 42405 6110130176 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:62556] INFO 2025-10-08 13:55:47,007 runserver 42405 6110130176 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62556] INFO 2025-10-08 13:55:50,289 runserver 42405 6110130176 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:62556] INFO 2025-10-08 13:55:50,298 runserver 42405 6110130176 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:63535] INFO 2025-10-08 13:55:50,321 runserver 42405 6110130176 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:63535] INFO 2025-10-08 13:55:55,097 autoreload 44166 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 13:55:55,344 server 44166 6105460736 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 13:55:55,344 server 44166 6105460736 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 13:55:55,344 server 44166 6105460736 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 13:55:57,131 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.12, 127.0.0.1:63568] INFO 2025-10-08 13:55:57,173 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63568] INFO 2025-10-08 13:56:00,220 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:63568] INFO 2025-10-08 13:56:00,257 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63568] INFO 2025-10-08 13:56:01,930 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/advanced/ 200 [0.03, 127.0.0.1:63568] WARNING 2025-10-08 13:56:01,943 log 44166 6139113472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 13:56:01,943 runserver 44166 6105460736 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:63568] INFO 2025-10-08 13:56:02,001 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63568] WARNING 2025-10-08 13:56:02,003 runserver 44166 6105460736 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:63569] INFO 2025-10-08 13:56:10,283 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:63569] INFO 2025-10-08 13:56:10,319 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63569] INFO 2025-10-08 13:56:20,944 runserver 44166 6105460736 HTTP POST /en/appointments/queue/14/htmx/call-next/ 200 [0.04, 127.0.0.1:63569] INFO 2025-10-08 13:56:21,303 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:63568] INFO 2025-10-08 13:56:21,306 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.03, 127.0.0.1:63569] INFO 2025-10-08 13:56:21,312 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:63672] INFO 2025-10-08 13:56:21,319 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:63672] INFO 2025-10-08 13:56:21,340 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63569] INFO 2025-10-08 13:56:32,289 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:63569] INFO 2025-10-08 13:56:32,325 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63569] INFO 2025-10-08 13:56:39,119 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/htmx/status/ 200 [0.02, 127.0.0.1:63569] INFO 2025-10-08 13:56:43,292 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:63569] INFO 2025-10-08 13:56:43,326 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63569] INFO 2025-10-08 13:56:49,988 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/advanced/ 200 [0.02, 127.0.0.1:63569] WARNING 2025-10-08 13:56:50,004 log 44166 6139113472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 13:56:50,004 runserver 44166 6105460736 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:63569] INFO 2025-10-08 13:56:50,052 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63569] WARNING 2025-10-08 13:56:50,054 runserver 44166 6105460736 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:63568] INFO 2025-10-08 13:56:52,281 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:63568] INFO 2025-10-08 13:56:52,284 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:63672] INFO 2025-10-08 13:56:52,289 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:63803] INFO 2025-10-08 13:56:52,296 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:63803] INFO 2025-10-08 13:56:54,294 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:63568] INFO 2025-10-08 13:56:54,329 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63568] INFO 2025-10-08 13:57:05,290 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:63568] INFO 2025-10-08 13:57:05,325 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63568] INFO 2025-10-08 13:57:05,653 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:63568] INFO 2025-10-08 13:57:05,658 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:63803] INFO 2025-10-08 13:57:05,665 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:63860] INFO 2025-10-08 13:57:05,674 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:63860] INFO 2025-10-08 13:57:16,294 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:63568] INFO 2025-10-08 13:57:16,332 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63568] INFO 2025-10-08 13:57:22,548 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:63568] INFO 2025-10-08 13:57:22,552 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:63860] INFO 2025-10-08 13:57:22,557 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:63932] INFO 2025-10-08 13:57:22,567 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:63932] INFO 2025-10-08 13:57:23,367 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:63568] INFO 2025-10-08 13:57:23,372 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:63932] INFO 2025-10-08 13:57:23,377 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:63938] INFO 2025-10-08 13:57:23,386 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:63938] INFO 2025-10-08 13:57:24,013 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:63568] INFO 2025-10-08 13:57:24,017 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:63938] INFO 2025-10-08 13:57:24,022 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:63945] INFO 2025-10-08 13:57:24,032 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:63945] INFO 2025-10-08 13:57:26,347 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:63568] INFO 2025-10-08 13:57:26,379 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63568] INFO 2025-10-08 13:57:37,293 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:63568] INFO 2025-10-08 13:57:37,328 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63568] WARNING 2025-10-08 13:57:47,320 log 44166 6139113472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 13:57:47,321 runserver 44166 6105460736 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:63568] INFO 2025-10-08 13:57:48,294 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:63568] INFO 2025-10-08 13:57:48,335 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63568] INFO 2025-10-08 13:57:54,286 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:63568] INFO 2025-10-08 13:57:54,290 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:63945] INFO 2025-10-08 13:57:54,294 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:64074] INFO 2025-10-08 13:57:54,303 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:64074] INFO 2025-10-08 13:57:59,292 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:63568] INFO 2025-10-08 13:57:59,331 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63568] INFO 2025-10-08 13:58:01,913 runserver 44166 6105460736 HTTP GET /en/appointments/waiting-list/ 200 [0.03, 127.0.0.1:63568] WARNING 2025-10-08 13:58:01,928 log 44166 6139113472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 13:58:01,929 runserver 44166 6105460736 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:63568] INFO 2025-10-08 13:58:01,987 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63568] WARNING 2025-10-08 13:58:01,989 runserver 44166 6105460736 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64073] INFO 2025-10-08 13:58:10,286 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64073] INFO 2025-10-08 13:58:10,319 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64073] INFO 2025-10-08 13:58:11,941 runserver 44166 6105460736 HTTP GET /en/appointments/waiting-list/1/ 200 [0.03, 127.0.0.1:64073] WARNING 2025-10-08 13:58:11,957 log 44166 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 13:58:11,958 runserver 44166 6105460736 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:63568] INFO 2025-10-08 13:58:11,958 runserver 44166 6105460736 HTTP GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js 200 [0.01, 127.0.0.1:64073] INFO 2025-10-08 13:58:12,004 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64073] WARNING 2025-10-08 13:58:12,020 runserver 44166 6105460736 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64073] INFO 2025-10-08 13:58:21,293 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64073] INFO 2025-10-08 13:58:21,327 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64073] INFO 2025-10-08 13:58:25,289 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:64073] INFO 2025-10-08 13:58:25,292 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:64074] INFO 2025-10-08 13:58:25,297 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:64219] INFO 2025-10-08 13:58:25,307 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:64219] INFO 2025-10-08 13:58:32,294 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64073] INFO 2025-10-08 13:58:32,328 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64073] INFO 2025-10-08 13:58:43,295 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64073] INFO 2025-10-08 13:58:43,329 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64073] INFO 2025-10-08 13:58:54,289 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64348] INFO 2025-10-08 13:58:54,318 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64348] INFO 2025-10-08 13:58:56,290 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:64348] INFO 2025-10-08 13:58:56,293 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:64219] INFO 2025-10-08 13:58:56,297 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:64359] INFO 2025-10-08 13:58:56,306 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:64359] INFO 2025-10-08 13:59:05,278 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64348] INFO 2025-10-08 13:59:05,304 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64348] INFO 2025-10-08 13:59:12,031 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:64348] INFO 2025-10-08 13:59:16,278 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64348] INFO 2025-10-08 13:59:16,307 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64348] INFO 2025-10-08 13:59:27,291 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:64348] INFO 2025-10-08 13:59:27,294 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:64359] INFO 2025-10-08 13:59:27,295 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 13:59:27,297 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:64497] INFO 2025-10-08 13:59:27,304 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:64497] INFO 2025-10-08 13:59:27,324 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 13:59:38,290 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 13:59:38,325 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 13:59:49,289 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 13:59:49,325 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 13:59:58,287 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 13:59:58,290 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:64497] INFO 2025-10-08 13:59:58,294 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:64628] INFO 2025-10-08 13:59:58,302 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:64628] INFO 2025-10-08 14:00:00,289 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:00:00,327 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:00:11,280 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:00:11,306 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:00:12,081 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.08, 127.0.0.1:64349] INFO 2025-10-08 14:00:22,280 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:00:22,305 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:00:29,291 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:00:29,294 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:64628] INFO 2025-10-08 14:00:29,298 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:64771] INFO 2025-10-08 14:00:29,307 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:64771] INFO 2025-10-08 14:00:33,279 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:00:33,306 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:00:44,280 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:00:44,306 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:00:55,281 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:00:55,306 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:01:00,278 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:01:00,281 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:64771] INFO 2025-10-08 14:01:00,285 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:64916] INFO 2025-10-08 14:01:00,290 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:64916] INFO 2025-10-08 14:01:06,283 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:01:06,316 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:01:12,029 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:01:17,295 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:01:17,330 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:01:28,396 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.05, 127.0.0.1:64349] INFO 2025-10-08 14:01:28,427 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:01:31,279 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:01:31,281 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:64916] INFO 2025-10-08 14:01:31,284 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:65064] INFO 2025-10-08 14:01:31,290 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:65064] INFO 2025-10-08 14:01:39,280 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:01:39,308 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:01:50,280 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:01:50,306 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:02:01,280 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:02:01,307 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:02:02,279 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:02:02,281 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:65064] INFO 2025-10-08 14:02:02,284 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:65223] INFO 2025-10-08 14:02:02,290 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:65223] INFO 2025-10-08 14:02:12,018 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:02:12,280 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:02:12,307 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:02:22,485 runserver 44166 6105460736 HTTP GET /en/appointments/waiting-list/1/ 200 [0.03, 127.0.0.1:64349] WARNING 2025-10-08 14:02:22,499 log 44166 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 14:02:22,500 runserver 44166 6105460736 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64349] INFO 2025-10-08 14:02:22,550 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] WARNING 2025-10-08 14:02:22,556 runserver 44166 6105460736 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64349] INFO 2025-10-08 14:02:23,296 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:02:23,337 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:02:24,811 runserver 44166 6105460736 HTTP GET /en/appointments/waiting-list/1/ 200 [0.02, 127.0.0.1:64349] WARNING 2025-10-08 14:02:24,824 log 44166 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 14:02:24,825 runserver 44166 6105460736 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64349] INFO 2025-10-08 14:02:24,874 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] WARNING 2025-10-08 14:02:24,881 runserver 44166 6105460736 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64349] INFO 2025-10-08 14:02:33,285 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:02:33,288 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:65223] INFO 2025-10-08 14:02:33,292 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:65357] INFO 2025-10-08 14:02:33,299 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:65357] INFO 2025-10-08 14:02:34,316 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:02:34,377 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.04, 127.0.0.1:64349] INFO 2025-10-08 14:02:45,295 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:02:45,336 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:02:50,400 runserver 44166 6105460736 HTTP GET /en/appointments/waiting-list/1/ 200 [0.07, 127.0.0.1:64349] WARNING 2025-10-08 14:02:50,414 log 44166 13656928256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 14:02:50,415 runserver 44166 6105460736 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:02:50,415 runserver 44166 6105460736 HTTP GET /static/css/vendor.min.css 200 [0.01, 127.0.0.1:65355] INFO 2025-10-08 14:02:50,415 runserver 44166 6105460736 HTTP GET /static/css/custom.css 200 [0.01, 127.0.0.1:65432] INFO 2025-10-08 14:02:50,416 runserver 44166 6105460736 HTTP GET /static/img/user/user-12.jpg 200 [0.01, 127.0.0.1:65434] INFO 2025-10-08 14:02:50,416 runserver 44166 6105460736 HTTP GET /static/plugins/toastr/toastr.css 200 [0.01, 127.0.0.1:65433] INFO 2025-10-08 14:02:50,417 runserver 44166 6105460736 HTTP GET /static/css/default/app.min.css 200 [0.01, 127.0.0.1:65431] INFO 2025-10-08 14:02:50,422 runserver 44166 6105460736 HTTP GET /static/js/htmx.min.js 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:02:50,422 runserver 44166 6105460736 HTTP GET /static/js/app.min.js 200 [0.00, 127.0.0.1:65355] INFO 2025-10-08 14:02:50,422 runserver 44166 6105460736 HTTP GET /static/plugins/toastr/toastr.min.js 200 [0.00, 127.0.0.1:65433] INFO 2025-10-08 14:02:50,423 runserver 44166 6105460736 HTTP GET /static/js/vendor.min.js 200 [0.01, 127.0.0.1:65432] INFO 2025-10-08 14:02:50,423 runserver 44166 6105460736 HTTP GET /static/js/custom.js 200 [0.01, 127.0.0.1:65434] INFO 2025-10-08 14:02:50,425 runserver 44166 6105460736 HTTP GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js 200 [0.00, 127.0.0.1:65431] INFO 2025-10-08 14:02:50,428 runserver 44166 6105460736 HTTP GET /static/img/theme/transparent.jpg 200 [0.00, 127.0.0.1:65355] INFO 2025-10-08 14:02:50,428 runserver 44166 6105460736 HTTP GET /static/img/theme/apple.jpg 200 [0.00, 127.0.0.1:65434] INFO 2025-10-08 14:02:50,429 runserver 44166 6105460736 HTTP GET /static/img/theme/default.jpg 200 [0.00, 127.0.0.1:65433] INFO 2025-10-08 14:02:50,429 runserver 44166 6105460736 HTTP GET /static/webfonts/fa-solid-900.woff2 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:02:50,430 runserver 44166 6105460736 HTTP GET /static/img/theme/material.jpg 200 [0.00, 127.0.0.1:65431] INFO 2025-10-08 14:02:50,430 runserver 44166 6105460736 HTTP GET /static/img/theme/facebook.jpg 200 [0.00, 127.0.0.1:65432] INFO 2025-10-08 14:02:50,435 runserver 44166 6105460736 HTTP GET /static/img/theme/google.jpg 200 [0.01, 127.0.0.1:65355] INFO 2025-10-08 14:02:50,435 runserver 44166 6105460736 HTTP GET /static/img/version/html.jpg 200 [0.01, 127.0.0.1:65433] INFO 2025-10-08 14:02:50,436 runserver 44166 6105460736 HTTP GET /static/img/version/ajax.jpg 200 [0.01, 127.0.0.1:65434] INFO 2025-10-08 14:02:50,436 runserver 44166 6105460736 HTTP GET /static/img/version/angular10x.jpg 200 [0.00, 127.0.0.1:65431] INFO 2025-10-08 14:02:50,436 runserver 44166 6105460736 HTTP GET /static/img/version/angular1x.jpg 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:02:50,436 runserver 44166 6105460736 HTTP GET /static/img/version/svelte.jpg 200 [0.00, 127.0.0.1:65432] INFO 2025-10-08 14:02:50,439 runserver 44166 6105460736 HTTP GET /static/img/version/laravel.jpg 200 [0.00, 127.0.0.1:65355] INFO 2025-10-08 14:02:50,439 runserver 44166 6105460736 HTTP GET /static/img/version/reactjs.jpg 200 [0.00, 127.0.0.1:65431] INFO 2025-10-08 14:02:50,440 runserver 44166 6105460736 HTTP GET /static/img/version/django.jpg 200 [0.00, 127.0.0.1:64349] INFO 2025-10-08 14:02:50,440 runserver 44166 6105460736 HTTP GET /static/img/version/dotnet.jpg 200 [0.00, 127.0.0.1:65434] INFO 2025-10-08 14:02:50,440 runserver 44166 6105460736 HTTP GET /static/img/version/vuejs.jpg 200 [0.00, 127.0.0.1:65432] INFO 2025-10-08 14:02:50,442 runserver 44166 6105460736 HTTP GET /static/img/version/nextjs.jpg 200 [0.00, 127.0.0.1:65433] INFO 2025-10-08 14:02:50,443 runserver 44166 6105460736 HTTP GET /static/img/theme/one-page-parallax.jpg 200 [0.00, 127.0.0.1:65431] INFO 2025-10-08 14:02:50,444 runserver 44166 6105460736 HTTP GET /static/img/theme/blog.jpg 200 [0.00, 127.0.0.1:65434] INFO 2025-10-08 14:02:50,444 runserver 44166 6105460736 HTTP GET /static/img/theme/corporate.jpg 200 [0.00, 127.0.0.1:64349] INFO 2025-10-08 14:02:50,444 runserver 44166 6105460736 HTTP GET /static/img/theme/e-commerce.jpg 200 [0.00, 127.0.0.1:65355] INFO 2025-10-08 14:02:50,444 runserver 44166 6105460736 HTTP GET /static/img/theme/forum.jpg 200 [0.00, 127.0.0.1:65432] INFO 2025-10-08 14:02:50,704 runserver 44166 6105460736 HTTP GET /static/css/default/app.min.css.map 200 [0.00, 127.0.0.1:65432] WARNING 2025-10-08 14:02:50,707 runserver 44166 6105460736 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65355] INFO 2025-10-08 14:02:50,749 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.04, 127.0.0.1:64349] WARNING 2025-10-08 14:02:50,826 log 44166 13572796416 Not Found: /favicon.ico WARNING 2025-10-08 14:02:50,826 runserver 44166 6105460736 HTTP GET /favicon.ico 404 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:02:56,074 runserver 44166 6105460736 HTTP GET /en/appointments/waiting-list/ 200 [0.03, 127.0.0.1:64349] WARNING 2025-10-08 14:02:56,086 log 44166 13673754624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 14:02:56,087 runserver 44166 6105460736 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64349] WARNING 2025-10-08 14:02:56,169 runserver 44166 6105460736 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64349] INFO 2025-10-08 14:02:56,282 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:02:56,312 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:02:57,963 runserver 44166 6105460736 HTTP GET /en/appointments/waiting-list/1/ 200 [0.02, 127.0.0.1:64349] WARNING 2025-10-08 14:02:57,979 log 44166 13673754624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 14:02:57,979 runserver 44166 6105460736 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64349] INFO 2025-10-08 14:02:58,029 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] WARNING 2025-10-08 14:02:58,038 runserver 44166 6105460736 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64349] INFO 2025-10-08 14:03:04,292 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:03:04,298 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:65357] INFO 2025-10-08 14:03:04,355 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:65497] INFO 2025-10-08 14:03:04,364 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:65497] INFO 2025-10-08 14:03:07,298 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:03:07,335 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:03:18,288 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:03:18,323 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:03:27,829 runserver 44166 6105460736 HTTP GET /en/appointments/waiting-list/1/ 200 [0.03, 127.0.0.1:64349] WARNING 2025-10-08 14:03:27,844 log 44166 13690580992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 14:03:27,844 runserver 44166 6105460736 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64349] INFO 2025-10-08 14:03:27,894 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] WARNING 2025-10-08 14:03:27,908 runserver 44166 6105460736 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64349] INFO 2025-10-08 14:03:29,300 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:03:29,340 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:03:35,293 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:03:35,296 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:65497] INFO 2025-10-08 14:03:35,301 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:49244] INFO 2025-10-08 14:03:35,309 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:49244] INFO 2025-10-08 14:03:40,287 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:03:40,321 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:03:51,426 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:03:51,455 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:04:02,289 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:04:02,352 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.04, 127.0.0.1:64349] INFO 2025-10-08 14:04:06,280 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:04:06,283 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:49244] INFO 2025-10-08 14:04:06,286 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:49381] INFO 2025-10-08 14:04:06,291 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:49381] INFO 2025-10-08 14:04:13,360 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:04:13,394 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:04:15,575 runserver 44166 6105460736 HTTP GET /en/appointments/waiting-list/1/ 200 [0.01, 127.0.0.1:64349] WARNING 2025-10-08 14:04:15,585 log 44166 13656928256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 14:04:15,586 runserver 44166 6105460736 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64349] INFO 2025-10-08 14:04:15,633 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] WARNING 2025-10-08 14:04:15,641 runserver 44166 6105460736 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64349] INFO 2025-10-08 14:04:24,284 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:04:24,314 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:04:35,282 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:04:35,308 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:04:37,287 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:04:37,290 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:49381] INFO 2025-10-08 14:04:37,293 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:49514] INFO 2025-10-08 14:04:37,319 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:49514] INFO 2025-10-08 14:04:46,296 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:04:46,332 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:04:57,283 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:04:57,310 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:05:02,075 runserver 44166 6105460736 HTTP GET /en/appointments/waiting-list/1/ 200 [0.02, 127.0.0.1:64349] WARNING 2025-10-08 14:05:02,086 log 44166 13673754624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 14:05:02,086 runserver 44166 6105460736 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64349] INFO 2025-10-08 14:05:02,142 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] WARNING 2025-10-08 14:05:02,147 runserver 44166 6105460736 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64349] INFO 2025-10-08 14:05:08,290 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:05:08,291 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:49599] INFO 2025-10-08 14:05:08,293 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:49514] INFO 2025-10-08 14:05:08,296 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:49646] INFO 2025-10-08 14:05:08,303 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:49646] INFO 2025-10-08 14:05:08,317 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:05:18,170 runserver 44166 6105460736 HTTP GET /en/appointments/waiting-list/1/ 200 [0.01, 127.0.0.1:64349] WARNING 2025-10-08 14:05:18,180 log 44166 13690580992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 14:05:18,180 runserver 44166 6105460736 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64349] INFO 2025-10-08 14:05:18,226 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] WARNING 2025-10-08 14:05:18,237 runserver 44166 6105460736 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64349] INFO 2025-10-08 14:05:19,283 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:05:19,312 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:05:30,290 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:05:30,319 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:05:39,295 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:05:39,298 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:49646] INFO 2025-10-08 14:05:39,303 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:49779] INFO 2025-10-08 14:05:39,312 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:49779] INFO 2025-10-08 14:05:41,295 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:05:41,333 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:05:52,296 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:05:52,331 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:06:03,287 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:06:03,325 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:06:10,293 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:06:10,296 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:49779] INFO 2025-10-08 14:06:10,300 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:49919] INFO 2025-10-08 14:06:10,309 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:49919] INFO 2025-10-08 14:06:14,282 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:06:14,311 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:06:18,242 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:06:25,318 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:06:25,356 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:06:32,854 runserver 44166 6105460736 HTTP GET /en/appointments/waiting-list/1/ 200 [0.01, 127.0.0.1:64349] WARNING 2025-10-08 14:06:32,866 log 44166 13656928256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 14:06:32,866 runserver 44166 6105460736 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64349] INFO 2025-10-08 14:06:32,912 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] WARNING 2025-10-08 14:06:32,923 runserver 44166 6105460736 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64349] INFO 2025-10-08 14:06:36,284 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:06:36,311 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:06:41,282 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:06:41,284 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:49919] INFO 2025-10-08 14:06:41,287 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:50062] INFO 2025-10-08 14:06:41,293 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:50062] INFO 2025-10-08 14:06:43,505 runserver 44166 6105460736 HTTP GET /en/appointments/waiting-list/1/ 200 [0.01, 127.0.0.1:64349] WARNING 2025-10-08 14:06:43,516 log 44166 13673754624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 14:06:43,516 runserver 44166 6105460736 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64349] INFO 2025-10-08 14:06:43,561 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] WARNING 2025-10-08 14:06:43,572 runserver 44166 6105460736 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64349] INFO 2025-10-08 14:06:47,283 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:06:47,309 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:06:58,283 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:06:58,310 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:07:09,297 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:07:09,332 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:07:12,297 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:07:12,301 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:50062] INFO 2025-10-08 14:07:12,306 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:50194] INFO 2025-10-08 14:07:12,315 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:50194] INFO 2025-10-08 14:07:20,284 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:07:20,312 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:07:28,003 runserver 44166 6105460736 HTTP GET /en/appointments/waiting-list/1/ 200 [0.03, 127.0.0.1:64349] WARNING 2025-10-08 14:07:28,015 log 44166 13690580992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 14:07:28,015 runserver 44166 6105460736 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64349] INFO 2025-10-08 14:07:28,067 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] WARNING 2025-10-08 14:07:28,078 runserver 44166 6105460736 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64349] INFO 2025-10-08 14:07:31,297 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:07:31,328 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:07:42,290 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:07:42,328 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:07:43,286 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:07:43,289 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:50194] INFO 2025-10-08 14:07:43,293 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:50329] INFO 2025-10-08 14:07:43,301 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:50329] INFO 2025-10-08 14:07:53,295 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:07:53,334 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:08:04,290 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:08:04,325 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:08:14,289 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:08:14,292 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:50329] INFO 2025-10-08 14:08:14,297 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:50460] INFO 2025-10-08 14:08:14,305 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:50460] INFO 2025-10-08 14:08:15,294 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:08:15,329 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:08:26,286 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:08:26,321 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:08:28,079 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:08:37,290 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:08:37,328 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:08:45,276 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:08:45,278 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:50460] INFO 2025-10-08 14:08:45,282 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:50597] INFO 2025-10-08 14:08:45,287 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:50597] INFO 2025-10-08 14:08:48,278 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:08:48,304 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:08:59,284 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:08:59,317 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:09:10,276 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:09:10,304 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:09:16,277 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:09:16,279 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:50597] INFO 2025-10-08 14:09:16,282 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:50745] INFO 2025-10-08 14:09:16,289 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:50745] INFO 2025-10-08 14:09:21,278 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:09:21,306 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:09:28,069 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:09:32,293 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:09:32,327 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:09:43,293 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:09:43,329 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:09:47,289 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:09:47,293 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:50745] INFO 2025-10-08 14:09:47,298 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:50877] INFO 2025-10-08 14:09:47,307 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:50877] INFO 2025-10-08 14:09:48,562 runserver 44166 6105460736 HTTP GET /en/appointments/waiting-list/1/ 200 [0.03, 127.0.0.1:64349] WARNING 2025-10-08 14:09:48,575 log 44166 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 14:09:48,576 runserver 44166 6105460736 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64349] INFO 2025-10-08 14:09:48,631 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] WARNING 2025-10-08 14:09:48,643 runserver 44166 6105460736 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64349] INFO 2025-10-08 14:09:54,295 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:09:54,329 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:10:05,293 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:10:05,329 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:10:16,294 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:10:16,329 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:10:18,291 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:10:18,296 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:50877] INFO 2025-10-08 14:10:18,300 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:51023] INFO 2025-10-08 14:10:18,309 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:51023] INFO 2025-10-08 14:10:27,293 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:10:27,328 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:10:38,293 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:10:38,329 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64349] INFO 2025-10-08 14:10:48,643 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64349] INFO 2025-10-08 14:10:49,300 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:64349] INFO 2025-10-08 14:10:49,304 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:51023] INFO 2025-10-08 14:10:49,305 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.03, 127.0.0.1:51013] INFO 2025-10-08 14:10:49,307 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:51169] INFO 2025-10-08 14:10:49,314 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:51169] INFO 2025-10-08 14:10:49,336 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51013] INFO 2025-10-08 14:11:00,293 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:51013] INFO 2025-10-08 14:11:00,330 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51013] INFO 2025-10-08 14:11:11,293 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:51013] INFO 2025-10-08 14:11:11,327 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51013] INFO 2025-10-08 14:11:20,290 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:51013] INFO 2025-10-08 14:11:20,295 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:51169] INFO 2025-10-08 14:11:20,300 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:51313] INFO 2025-10-08 14:11:20,307 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:51313] INFO 2025-10-08 14:11:22,293 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:51013] INFO 2025-10-08 14:11:22,330 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51013] INFO 2025-10-08 14:11:33,292 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:51013] INFO 2025-10-08 14:11:33,327 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51013] INFO 2025-10-08 14:11:44,294 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:51013] INFO 2025-10-08 14:11:44,329 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51013] INFO 2025-10-08 14:11:48,634 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51013] INFO 2025-10-08 14:11:51,282 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:51013] INFO 2025-10-08 14:11:51,285 runserver 44166 6105460736 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:51313] INFO 2025-10-08 14:11:51,288 runserver 44166 6105460736 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:51449] INFO 2025-10-08 14:11:51,296 runserver 44166 6105460736 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:51449] INFO 2025-10-08 14:11:55,293 runserver 44166 6105460736 HTTP GET /en/appointments/queue/14/display/ 200 [0.02, 127.0.0.1:51013] INFO 2025-10-08 14:11:55,326 runserver 44166 6105460736 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51013] INFO 2025-10-08 14:21:23,913 autoreload 56585 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 14:21:24,190 server 56585 6151680000 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 14:21:24,190 server 56585 6151680000 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 14:21:24,190 server 56585 6151680000 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 14:21:28,265 runserver 56585 6151680000 HTTP GET /en/appointments/waiting-list/1/ 200 [0.14, 127.0.0.1:53939] WARNING 2025-10-08 14:21:28,298 log 56585 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 14:21:28,298 runserver 56585 6151680000 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:53939] INFO 2025-10-08 14:21:28,334 runserver 56585 6151680000 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53939] WARNING 2025-10-08 14:21:28,343 runserver 56585 6151680000 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:53939] INFO 2025-10-08 14:22:28,344 runserver 56585 6151680000 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53939] INFO 2025-10-08 14:23:28,271 runserver 56585 6151680000 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53939] INFO 2025-10-08 14:24:29,225 runserver 56585 6151680000 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54714] INFO 2025-10-08 14:25:30,228 runserver 56585 6151680000 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54992] INFO 2025-10-08 14:25:48,649 runserver 56585 6151680000 HTTP GET /en/appointments/waiting-list/1/ 200 [0.03, 127.0.0.1:54992] WARNING 2025-10-08 14:25:48,661 log 56585 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 14:25:48,661 runserver 56585 6151680000 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:54992] INFO 2025-10-08 14:25:48,716 runserver 56585 6151680000 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54992] WARNING 2025-10-08 14:25:48,727 runserver 56585 6151680000 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:54992] INFO 2025-10-08 14:26:49,232 runserver 56585 6151680000 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:55337] INFO 2025-10-08 14:27:02,346 runserver 56585 6151680000 HTTP GET /en/appointments/waiting-list/1/ 200 [0.01, 127.0.0.1:55337] WARNING 2025-10-08 14:27:02,356 log 56585 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 14:27:02,357 runserver 56585 6151680000 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:55337] INFO 2025-10-08 14:27:02,400 runserver 56585 6151680000 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55337] WARNING 2025-10-08 14:27:02,417 runserver 56585 6151680000 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:55337] INFO 2025-10-08 14:27:25,085 runserver 56585 6151680000 HTTP GET /en/appointments/waiting-list/1/ 200 [0.03, 127.0.0.1:55337] WARNING 2025-10-08 14:27:25,098 log 56585 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 14:27:25,099 runserver 56585 6151680000 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:55337] INFO 2025-10-08 14:27:25,155 runserver 56585 6151680000 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55337] WARNING 2025-10-08 14:27:25,168 runserver 56585 6151680000 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:55337] INFO 2025-10-08 14:27:40,325 runserver 56585 6151680000 HTTP GET /en/appointments/waiting-list/1/ 200 [0.01, 127.0.0.1:55337] WARNING 2025-10-08 14:27:40,334 log 56585 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 14:27:40,335 runserver 56585 6151680000 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:55337] INFO 2025-10-08 14:27:40,378 runserver 56585 6151680000 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55337] WARNING 2025-10-08 14:27:40,389 runserver 56585 6151680000 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:55337] INFO 2025-10-08 14:28:18,727 runserver 56585 6151680000 HTTP GET /en/appointments/waiting-list/1/ 200 [0.01, 127.0.0.1:55337] WARNING 2025-10-08 14:28:18,737 log 56585 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 14:28:18,737 runserver 56585 6151680000 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:55337] INFO 2025-10-08 14:28:18,781 runserver 56585 6151680000 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55337] WARNING 2025-10-08 14:28:18,792 runserver 56585 6151680000 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:55337] INFO 2025-10-08 14:29:18,818 runserver 56585 6151680000 HTTP GET /en/htmx/system-notifications/ 200 [0.04, 127.0.0.1:55974] INFO 2025-10-08 14:29:26,031 runserver 56585 6151680000 HTTP GET /en/appointments/waiting-list/1/ 200 [0.01, 127.0.0.1:55974] WARNING 2025-10-08 14:29:26,041 log 56585 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 14:29:26,041 runserver 56585 6151680000 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:55974] INFO 2025-10-08 14:29:26,084 runserver 56585 6151680000 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55974] WARNING 2025-10-08 14:29:26,095 runserver 56585 6151680000 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:55974] INFO 2025-10-08 14:30:26,102 runserver 56585 6151680000 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:55974] INFO 2025-10-08 14:30:29,267 runserver 56585 6151680000 HTTP GET /en/appointments/waiting-list/1/ 200 [0.07, 127.0.0.1:55974] WARNING 2025-10-08 14:30:29,281 log 56585 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 14:30:29,281 runserver 56585 6151680000 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:55974] INFO 2025-10-08 14:30:29,334 runserver 56585 6151680000 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55974] WARNING 2025-10-08 14:30:29,341 runserver 56585 6151680000 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:55974] INFO 2025-10-08 14:31:10,702 runserver 56585 6151680000 HTTP GET /en/appointments/waiting-list/1/ 200 [0.01, 127.0.0.1:55974] WARNING 2025-10-08 14:31:10,711 log 56585 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 14:31:10,711 runserver 56585 6151680000 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:55974] WARNING 2025-10-08 14:31:10,747 runserver 56585 6151680000 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:55974] INFO 2025-10-08 14:31:10,758 runserver 56585 6151680000 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55974] INFO 2025-10-08 14:31:28,049 runserver 56585 6151680000 HTTP GET /en/appointments/waiting-list/ 200 [0.02, 127.0.0.1:55974] WARNING 2025-10-08 14:31:28,060 log 56585 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 14:31:28,060 runserver 56585 6151680000 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:55974] WARNING 2025-10-08 14:31:28,113 runserver 56585 6151680000 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:55974] INFO 2025-10-08 14:31:58,124 runserver 56585 6151680000 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:55974] INFO 2025-10-08 14:32:28,111 runserver 56585 6151680000 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55974] INFO 2025-10-08 14:32:28,121 runserver 56585 6151680000 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:56803] INFO 2025-10-08 14:32:58,123 runserver 56585 6151680000 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:56803] INFO 2025-10-08 14:33:28,114 runserver 56585 6151680000 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56803] INFO 2025-10-08 14:33:28,122 runserver 56585 6151680000 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:55974] INFO 2025-10-08 14:33:58,121 runserver 56585 6151680000 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:55974] INFO 2025-10-08 14:34:28,120 runserver 56585 6151680000 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55974] INFO 2025-10-08 14:34:28,125 runserver 56585 6151680000 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:56803] INFO 2025-10-08 14:34:47,016 runserver 56585 6151680000 HTTP GET /en/appointments/waiting-list/create/ 200 [0.05, 127.0.0.1:56803] INFO 2025-10-08 14:34:47,034 runserver 56585 6151680000 HTTP GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css 200 [0.01, 127.0.0.1:55974] INFO 2025-10-08 14:34:47,035 runserver 56585 6151680000 HTTP GET /static/plugins/select2/dist/css/select2.min.css 200 [0.01, 127.0.0.1:56803] INFO 2025-10-08 14:34:47,035 runserver 56585 6151680000 HTTP GET /static/plugins/select2/dist/js/select2.min.js 200 [0.01, 127.0.0.1:57385] WARNING 2025-10-08 14:34:47,036 log 56585 13086404608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 14:34:47,036 runserver 56585 6151680000 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:57386] WARNING 2025-10-08 14:34:47,083 runserver 56585 6151680000 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:57386] INFO 2025-10-08 14:34:47,091 runserver 56585 6151680000 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57385] INFO 2025-10-08 14:35:47,097 runserver 56585 6151680000 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57385] WARNING 2025-10-08 14:35:58,422 runserver 56585 6151680000 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57699] WARNING 2025-10-08 14:35:58,426 log 56585 13086404608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 14:35:58,426 runserver 56585 6151680000 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57699] INFO 2025-10-08 14:35:58,434 runserver 56585 6151680000 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57697] INFO 2025-10-08 14:35:58,439 runserver 56585 6151680000 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:57385] WARNING 2025-10-08 14:35:58,450 log 56585 13086404608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 14:35:58,450 runserver 56585 6151680000 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:57697] INFO 2025-10-08 14:36:28,139 runserver 56585 6151680000 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:57697] INFO 2025-10-08 14:36:58,138 runserver 56585 6151680000 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:57697] INFO 2025-10-08 14:36:58,435 runserver 56585 6151680000 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57697] INFO 2025-10-08 14:37:28,137 runserver 56585 6151680000 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:57697] INFO 2025-10-08 14:37:58,144 runserver 56585 6151680000 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:57697] INFO 2025-10-08 14:37:58,444 runserver 56585 6151680000 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57697] INFO 2025-10-08 15:10:04,815 autoreload 80916 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 15:10:05,257 server 80916 6182875136 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 15:10:05,257 server 80916 6182875136 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 15:10:05,257 server 80916 6182875136 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 15:10:07,174 runserver 80916 6182875136 HTTP GET /en/appointments/queue/ 200 [0.13, 127.0.0.1:50972] WARNING 2025-10-08 15:10:07,186 log 80916 6216527872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 15:10:07,186 runserver 80916 6182875136 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:50972] WARNING 2025-10-08 15:10:07,282 runserver 80916 6182875136 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50972] INFO 2025-10-08 15:10:07,359 runserver 80916 6182875136 HTTP GET /en/htmx/system-notifications/ 200 [0.08, 127.0.0.1:50973] INFO 2025-10-08 15:10:07,366 runserver 80916 6182875136 HTTP GET /en/appointments/queue/3/status/ 200 [0.08, 127.0.0.1:50976] INFO 2025-10-08 15:10:07,370 runserver 80916 6182875136 HTTP GET /en/appointments/queue/15/status/ 200 [0.09, 127.0.0.1:50978] INFO 2025-10-08 15:10:07,374 runserver 80916 6182875136 HTTP GET /en/appointments/queue/1/status/ 200 [0.09, 127.0.0.1:50979] INFO 2025-10-08 15:10:07,378 runserver 80916 6182875136 HTTP GET /en/appointments/queue/9/status/ 200 [0.10, 127.0.0.1:50977] INFO 2025-10-08 15:10:07,378 runserver 80916 6182875136 HTTP GET /en/appointments/queue/7/status/ 200 [0.10, 127.0.0.1:50972] INFO 2025-10-08 15:10:07,393 runserver 80916 6182875136 HTTP GET /en/appointments/queue/13/status/ 200 [0.03, 127.0.0.1:50973] INFO 2025-10-08 15:10:07,394 runserver 80916 6182875136 HTTP GET /en/appointments/queue/2/status/ 200 [0.03, 127.0.0.1:50976] INFO 2025-10-08 15:10:07,420 runserver 80916 6182875136 HTTP GET /en/appointments/queue/8/status/ 200 [0.05, 127.0.0.1:50978] INFO 2025-10-08 15:10:07,463 runserver 80916 6182875136 HTTP GET /en/appointments/queue/4/status/ 200 [0.08, 127.0.0.1:50977] INFO 2025-10-08 15:10:07,465 runserver 80916 6182875136 HTTP GET /en/appointments/queue/14/status/ 200 [0.09, 127.0.0.1:50979] INFO 2025-10-08 15:10:07,469 runserver 80916 6182875136 HTTP GET /en/appointments/queue/10/status/ 200 [0.09, 127.0.0.1:50972] INFO 2025-10-08 15:10:07,470 runserver 80916 6182875136 HTTP GET /en/appointments/queue/6/status/ 200 [0.08, 127.0.0.1:50976] INFO 2025-10-08 15:10:07,479 runserver 80916 6182875136 HTTP GET /en/appointments/queue/16/status/ 200 [0.09, 127.0.0.1:50973] INFO 2025-10-08 15:10:07,481 runserver 80916 6182875136 HTTP GET /en/appointments/queue/12/status/ 200 [0.06, 127.0.0.1:50978] INFO 2025-10-08 15:10:07,514 runserver 80916 6182875136 HTTP GET /en/appointments/queue/5/status/ 200 [0.05, 127.0.0.1:50979] INFO 2025-10-08 15:10:07,521 runserver 80916 6182875136 HTTP GET /en/appointments/queue/11/status/ 200 [0.05, 127.0.0.1:50972] INFO 2025-10-08 15:10:07,522 runserver 80916 6182875136 HTTP GET /en/appointments/queue/17/status/ 200 [0.05, 127.0.0.1:50976] INFO 2025-10-08 15:10:07,523 runserver 80916 6182875136 HTTP GET /en/appointments/queue/18/status/ 200 [0.06, 127.0.0.1:50977] INFO 2025-10-08 15:11:07,377 runserver 80916 6182875136 HTTP GET /en/htmx/system-notifications/ 200 [0.09, 127.0.0.1:50977] INFO 2025-10-08 15:11:07,396 runserver 80916 6182875136 HTTP GET /en/appointments/queue/3/status/ 200 [0.11, 127.0.0.1:50976] INFO 2025-10-08 15:11:07,401 runserver 80916 6182875136 HTTP GET /en/appointments/queue/15/status/ 200 [0.11, 127.0.0.1:50979] INFO 2025-10-08 15:11:07,407 runserver 80916 6182875136 HTTP GET /en/appointments/queue/7/status/ 200 [0.12, 127.0.0.1:50973] INFO 2025-10-08 15:11:07,409 runserver 80916 6182875136 HTTP GET /en/appointments/queue/1/status/ 200 [0.12, 127.0.0.1:50978] INFO 2025-10-08 15:11:07,414 runserver 80916 6182875136 HTTP GET /en/appointments/queue/9/status/ 200 [0.13, 127.0.0.1:50972] INFO 2025-10-08 15:11:07,417 runserver 80916 6182875136 HTTP GET /en/appointments/queue/13/status/ 200 [0.04, 127.0.0.1:50977] INFO 2025-10-08 15:11:07,431 runserver 80916 6182875136 HTTP GET /en/appointments/queue/2/status/ 200 [0.03, 127.0.0.1:50976] INFO 2025-10-08 15:11:07,485 runserver 80916 6182875136 HTTP GET /en/appointments/queue/8/status/ 200 [0.08, 127.0.0.1:50979] INFO 2025-10-08 15:11:07,496 runserver 80916 6182875136 HTTP GET /en/appointments/queue/4/status/ 200 [0.09, 127.0.0.1:50978] INFO 2025-10-08 15:11:07,498 runserver 80916 6182875136 HTTP GET /en/appointments/queue/14/status/ 200 [0.09, 127.0.0.1:50973] INFO 2025-10-08 15:11:07,498 runserver 80916 6182875136 HTTP GET /en/appointments/queue/6/status/ 200 [0.07, 127.0.0.1:50976] INFO 2025-10-08 15:11:07,500 runserver 80916 6182875136 HTTP GET /en/appointments/queue/10/status/ 200 [0.08, 127.0.0.1:50972] INFO 2025-10-08 15:11:07,508 runserver 80916 6182875136 HTTP GET /en/appointments/queue/16/status/ 200 [0.09, 127.0.0.1:50977] INFO 2025-10-08 15:11:07,514 runserver 80916 6182875136 HTTP GET /en/appointments/queue/12/status/ 200 [0.03, 127.0.0.1:50979] INFO 2025-10-08 15:11:07,532 runserver 80916 6182875136 HTTP GET /en/appointments/queue/18/status/ 200 [0.03, 127.0.0.1:50978] INFO 2025-10-08 15:11:07,541 runserver 80916 6182875136 HTTP GET /en/appointments/queue/5/status/ 200 [0.04, 127.0.0.1:50973] INFO 2025-10-08 15:11:07,544 runserver 80916 6182875136 HTTP GET /en/appointments/queue/11/status/ 200 [0.04, 127.0.0.1:50976] INFO 2025-10-08 15:11:07,544 runserver 80916 6182875136 HTTP GET /en/appointments/queue/17/status/ 200 [0.04, 127.0.0.1:50972] INFO 2025-10-08 15:12:07,364 runserver 80916 6182875136 HTTP GET /en/htmx/system-notifications/ 200 [0.08, 127.0.0.1:50972] INFO 2025-10-08 15:12:07,391 runserver 80916 6182875136 HTTP GET /en/appointments/queue/15/status/ 200 [0.10, 127.0.0.1:50978] INFO 2025-10-08 15:12:07,398 runserver 80916 6182875136 HTTP GET /en/appointments/queue/1/status/ 200 [0.11, 127.0.0.1:50979] INFO 2025-10-08 15:12:07,400 runserver 80916 6182875136 HTTP GET /en/appointments/queue/3/status/ 200 [0.11, 127.0.0.1:50976] INFO 2025-10-08 15:12:07,403 runserver 80916 6182875136 HTTP GET /en/appointments/queue/9/status/ 200 [0.11, 127.0.0.1:50973] INFO 2025-10-08 15:12:07,403 runserver 80916 6182875136 HTTP GET /en/appointments/queue/7/status/ 200 [0.11, 127.0.0.1:50977] INFO 2025-10-08 15:12:07,405 runserver 80916 6182875136 HTTP GET /en/appointments/queue/13/status/ 200 [0.04, 127.0.0.1:50972] INFO 2025-10-08 15:12:07,414 runserver 80916 6182875136 HTTP GET /en/appointments/queue/2/status/ 200 [0.02, 127.0.0.1:50978] INFO 2025-10-08 15:12:07,459 runserver 80916 6182875136 HTTP GET /en/appointments/queue/8/status/ 200 [0.06, 127.0.0.1:50979] INFO 2025-10-08 15:12:07,486 runserver 80916 6182875136 HTTP GET /en/appointments/queue/14/status/ 200 [0.08, 127.0.0.1:50976] INFO 2025-10-08 15:12:07,495 runserver 80916 6182875136 HTTP GET /en/appointments/queue/16/status/ 200 [0.09, 127.0.0.1:50972] INFO 2025-10-08 15:12:07,497 runserver 80916 6182875136 HTTP GET /en/appointments/queue/6/status/ 200 [0.08, 127.0.0.1:50978] INFO 2025-10-08 15:12:07,498 runserver 80916 6182875136 HTTP GET /en/appointments/queue/4/status/ 200 [0.09, 127.0.0.1:50973] INFO 2025-10-08 15:12:07,498 runserver 80916 6182875136 HTTP GET /en/appointments/queue/10/status/ 200 [0.09, 127.0.0.1:50977] INFO 2025-10-08 15:12:07,500 runserver 80916 6182875136 HTTP GET /en/appointments/queue/12/status/ 200 [0.04, 127.0.0.1:50979] INFO 2025-10-08 15:12:07,548 runserver 80916 6182875136 HTTP GET /en/appointments/queue/18/status/ 200 [0.06, 127.0.0.1:50976] INFO 2025-10-08 15:12:07,569 runserver 80916 6182875136 HTTP GET /en/appointments/queue/5/status/ 200 [0.07, 127.0.0.1:50972] INFO 2025-10-08 15:12:07,569 runserver 80916 6182875136 HTTP GET /en/appointments/queue/11/status/ 200 [0.07, 127.0.0.1:50978] INFO 2025-10-08 15:12:07,570 runserver 80916 6182875136 HTTP GET /en/appointments/queue/17/status/ 200 [0.07, 127.0.0.1:50973] INFO 2025-10-08 15:13:07,366 runserver 80916 6182875136 HTTP GET /en/htmx/system-notifications/ 200 [0.07, 127.0.0.1:50973] INFO 2025-10-08 15:13:07,392 runserver 80916 6182875136 HTTP GET /en/appointments/queue/15/status/ 200 [0.10, 127.0.0.1:50976] INFO 2025-10-08 15:13:07,397 runserver 80916 6182875136 HTTP GET /en/appointments/queue/1/status/ 200 [0.10, 127.0.0.1:50979] INFO 2025-10-08 15:13:07,397 runserver 80916 6182875136 HTTP GET /en/appointments/queue/3/status/ 200 [0.10, 127.0.0.1:50978] INFO 2025-10-08 15:13:07,398 runserver 80916 6182875136 HTTP GET /en/appointments/queue/7/status/ 200 [0.10, 127.0.0.1:50977] INFO 2025-10-08 15:13:07,398 runserver 80916 6182875136 HTTP GET /en/appointments/queue/9/status/ 200 [0.10, 127.0.0.1:50972] INFO 2025-10-08 15:13:07,406 runserver 80916 6182875136 HTTP GET /en/appointments/queue/13/status/ 200 [0.04, 127.0.0.1:50973] INFO 2025-10-08 15:13:07,446 runserver 80916 6182875136 HTTP GET /en/appointments/queue/2/status/ 200 [0.05, 127.0.0.1:50976] INFO 2025-10-08 15:13:07,477 runserver 80916 6182875136 HTTP GET /en/appointments/queue/14/status/ 200 [0.08, 127.0.0.1:50978] INFO 2025-10-08 15:13:07,487 runserver 80916 6182875136 HTTP GET /en/appointments/queue/6/status/ 200 [0.04, 127.0.0.1:50976] INFO 2025-10-08 15:13:07,489 runserver 80916 6182875136 HTTP GET /en/appointments/queue/4/status/ 200 [0.09, 127.0.0.1:50977] INFO 2025-10-08 15:13:07,491 runserver 80916 6182875136 HTTP GET /en/appointments/queue/8/status/ 200 [0.09, 127.0.0.1:50979] INFO 2025-10-08 15:13:07,491 runserver 80916 6182875136 HTTP GET /en/appointments/queue/10/status/ 200 [0.09, 127.0.0.1:50972] INFO 2025-10-08 15:13:07,493 runserver 80916 6182875136 HTTP GET /en/appointments/queue/16/status/ 200 [0.09, 127.0.0.1:50973] INFO 2025-10-08 15:13:07,501 runserver 80916 6182875136 HTTP GET /en/appointments/queue/12/status/ 200 [0.02, 127.0.0.1:50978] INFO 2025-10-08 15:13:07,536 runserver 80916 6182875136 HTTP GET /en/appointments/queue/18/status/ 200 [0.05, 127.0.0.1:50976] INFO 2025-10-08 15:13:07,539 runserver 80916 6182875136 HTTP GET /en/appointments/queue/5/status/ 200 [0.05, 127.0.0.1:50977] INFO 2025-10-08 15:13:07,539 runserver 80916 6182875136 HTTP GET /en/appointments/queue/17/status/ 200 [0.05, 127.0.0.1:50972] INFO 2025-10-08 15:13:07,539 runserver 80916 6182875136 HTTP GET /en/appointments/queue/11/status/ 200 [0.05, 127.0.0.1:50979] INFO 2025-10-08 15:14:07,303 runserver 80916 6182875136 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:50979] INFO 2025-10-08 15:14:07,407 runserver 80916 6182875136 HTTP GET /en/appointments/queue/15/status/ 200 [0.12, 127.0.0.1:50976] INFO 2025-10-08 15:14:07,408 runserver 80916 6182875136 HTTP GET /en/appointments/queue/1/status/ 200 [0.12, 127.0.0.1:50978] INFO 2025-10-08 15:14:07,411 runserver 80916 6182875136 HTTP GET /en/appointments/queue/3/status/ 200 [0.12, 127.0.0.1:50972] INFO 2025-10-08 15:14:07,415 runserver 80916 6182875136 HTTP GET /en/appointments/queue/13/status/ 200 [0.11, 127.0.0.1:50979] INFO 2025-10-08 15:14:07,415 runserver 80916 6182875136 HTTP GET /en/appointments/queue/9/status/ 200 [0.13, 127.0.0.1:50977] INFO 2025-10-08 15:14:07,416 runserver 80916 6182875136 HTTP GET /en/appointments/queue/7/status/ 200 [0.12, 127.0.0.1:50973] INFO 2025-10-08 15:14:07,490 runserver 80916 6182875136 HTTP GET /en/appointments/queue/2/status/ 200 [0.08, 127.0.0.1:50976] INFO 2025-10-08 15:14:07,504 runserver 80916 6182875136 HTTP GET /en/appointments/queue/10/status/ 200 [0.09, 127.0.0.1:50977] INFO 2025-10-08 15:14:07,505 runserver 80916 6182875136 HTTP GET /en/appointments/queue/14/status/ 200 [0.09, 127.0.0.1:50972] INFO 2025-10-08 15:14:07,506 runserver 80916 6182875136 HTTP GET /en/appointments/queue/4/status/ 200 [0.09, 127.0.0.1:50979] INFO 2025-10-08 15:14:07,507 runserver 80916 6182875136 HTTP GET /en/appointments/queue/16/status/ 200 [0.09, 127.0.0.1:50973] INFO 2025-10-08 15:14:07,507 runserver 80916 6182875136 HTTP GET /en/appointments/queue/8/status/ 200 [0.10, 127.0.0.1:50978] INFO 2025-10-08 15:14:07,516 runserver 80916 6182875136 HTTP GET /en/appointments/queue/6/status/ 200 [0.02, 127.0.0.1:50976] INFO 2025-10-08 15:14:07,570 runserver 80916 6182875136 HTTP GET /en/appointments/queue/17/status/ 200 [0.06, 127.0.0.1:50978] INFO 2025-10-08 15:14:07,572 runserver 80916 6182875136 HTTP GET /en/appointments/queue/5/status/ 200 [0.06, 127.0.0.1:50979] INFO 2025-10-08 15:14:07,573 runserver 80916 6182875136 HTTP GET /en/appointments/queue/12/status/ 200 [0.07, 127.0.0.1:50977] INFO 2025-10-08 15:14:07,573 runserver 80916 6182875136 HTTP GET /en/appointments/queue/11/status/ 200 [0.06, 127.0.0.1:50973] INFO 2025-10-08 15:14:07,574 runserver 80916 6182875136 HTTP GET /en/appointments/queue/18/status/ 200 [0.07, 127.0.0.1:50972] INFO 2025-10-08 15:15:07,382 runserver 80916 6182875136 HTTP GET /en/htmx/system-notifications/ 200 [0.08, 127.0.0.1:50972] INFO 2025-10-08 15:15:07,396 runserver 80916 6182875136 HTTP GET /en/appointments/queue/3/status/ 200 [0.10, 127.0.0.1:50977] INFO 2025-10-08 15:15:07,399 runserver 80916 6182875136 HTTP GET /en/appointments/queue/15/status/ 200 [0.10, 127.0.0.1:50979] INFO 2025-10-08 15:15:07,400 runserver 80916 6182875136 HTTP GET /en/appointments/queue/1/status/ 200 [0.10, 127.0.0.1:50978] INFO 2025-10-08 15:15:07,401 runserver 80916 6182875136 HTTP GET /en/appointments/queue/9/status/ 200 [0.10, 127.0.0.1:50973] INFO 2025-10-08 15:15:07,402 runserver 80916 6182875136 HTTP GET /en/appointments/queue/7/status/ 200 [0.10, 127.0.0.1:50976] INFO 2025-10-08 15:15:07,415 runserver 80916 6182875136 HTTP GET /en/appointments/queue/13/status/ 200 [0.03, 127.0.0.1:50972] INFO 2025-10-08 15:15:07,477 runserver 80916 6182875136 HTTP GET /en/appointments/queue/2/status/ 200 [0.08, 127.0.0.1:50977] INFO 2025-10-08 15:15:07,491 runserver 80916 6182875136 HTTP GET /en/appointments/queue/14/status/ 200 [0.09, 127.0.0.1:50978] INFO 2025-10-08 15:15:07,492 runserver 80916 6182875136 HTTP GET /en/appointments/queue/4/status/ 200 [0.09, 127.0.0.1:50973] INFO 2025-10-08 15:15:07,493 runserver 80916 6182875136 HTTP GET /en/appointments/queue/10/status/ 200 [0.09, 127.0.0.1:50976] INFO 2025-10-08 15:15:07,493 runserver 80916 6182875136 HTTP GET /en/appointments/queue/16/status/ 200 [0.08, 127.0.0.1:50972] INFO 2025-10-08 15:15:07,493 runserver 80916 6182875136 HTTP GET /en/appointments/queue/8/status/ 200 [0.09, 127.0.0.1:50979] INFO 2025-10-08 15:15:07,509 runserver 80916 6182875136 HTTP GET /en/appointments/queue/6/status/ 200 [0.03, 127.0.0.1:50977] INFO 2025-10-08 15:15:07,565 runserver 80916 6182875136 HTTP GET /en/appointments/queue/12/status/ 200 [0.07, 127.0.0.1:50978] INFO 2025-10-08 15:15:07,566 runserver 80916 6182875136 HTTP GET /en/appointments/queue/18/status/ 200 [0.07, 127.0.0.1:50973] INFO 2025-10-08 15:15:07,566 runserver 80916 6182875136 HTTP GET /en/appointments/queue/17/status/ 200 [0.07, 127.0.0.1:50979] INFO 2025-10-08 15:15:07,567 runserver 80916 6182875136 HTTP GET /en/appointments/queue/5/status/ 200 [0.07, 127.0.0.1:50976] INFO 2025-10-08 15:15:07,567 runserver 80916 6182875136 HTTP GET /en/appointments/queue/11/status/ 200 [0.07, 127.0.0.1:50972] INFO 2025-10-08 15:16:07,389 runserver 80916 6182875136 HTTP GET /en/htmx/system-notifications/ 200 [0.09, 127.0.0.1:50973] INFO 2025-10-08 15:16:07,438 runserver 80916 6182875136 HTTP GET /en/appointments/queue/1/status/ 200 [0.14, 127.0.0.1:50979] INFO 2025-10-08 15:16:07,440 runserver 80916 6182875136 HTTP GET /en/appointments/queue/15/status/ 200 [0.14, 127.0.0.1:50976] INFO 2025-10-08 15:16:07,443 runserver 80916 6182875136 HTTP GET /en/appointments/queue/3/status/ 200 [0.14, 127.0.0.1:50978] INFO 2025-10-08 15:16:07,443 runserver 80916 6182875136 HTTP GET /en/appointments/queue/7/status/ 200 [0.14, 127.0.0.1:50977] INFO 2025-10-08 15:16:07,444 runserver 80916 6182875136 HTTP GET /en/appointments/queue/9/status/ 200 [0.14, 127.0.0.1:50972] INFO 2025-10-08 15:16:07,454 runserver 80916 6182875136 HTTP GET /en/appointments/queue/13/status/ 200 [0.06, 127.0.0.1:50973] INFO 2025-10-08 15:16:07,524 runserver 80916 6182875136 HTTP GET /en/appointments/queue/2/status/ 200 [0.08, 127.0.0.1:50979] INFO 2025-10-08 15:16:07,529 runserver 80916 6182875136 HTTP GET /en/appointments/queue/8/status/ 200 [0.09, 127.0.0.1:50976] INFO 2025-10-08 15:16:07,537 runserver 80916 6182875136 HTTP GET /en/appointments/queue/4/status/ 200 [0.09, 127.0.0.1:50977] INFO 2025-10-08 15:16:07,539 runserver 80916 6182875136 HTTP GET /en/appointments/queue/16/status/ 200 [0.08, 127.0.0.1:50973] INFO 2025-10-08 15:16:07,539 runserver 80916 6182875136 HTTP GET /en/appointments/queue/14/status/ 200 [0.09, 127.0.0.1:50978] INFO 2025-10-08 15:16:07,540 runserver 80916 6182875136 HTTP GET /en/appointments/queue/10/status/ 200 [0.09, 127.0.0.1:50972] INFO 2025-10-08 15:16:07,568 runserver 80916 6182875136 HTTP GET /en/appointments/queue/6/status/ 200 [0.04, 127.0.0.1:50979] INFO 2025-10-08 15:16:07,583 runserver 80916 6182875136 HTTP GET /en/appointments/queue/12/status/ 200 [0.05, 127.0.0.1:50976] INFO 2025-10-08 15:16:07,610 runserver 80916 6182875136 HTTP GET /en/appointments/queue/17/status/ 200 [0.07, 127.0.0.1:50972] INFO 2025-10-08 15:16:07,611 runserver 80916 6182875136 HTTP GET /en/appointments/queue/18/status/ 200 [0.07, 127.0.0.1:50977] INFO 2025-10-08 15:16:07,611 runserver 80916 6182875136 HTTP GET /en/appointments/queue/5/status/ 200 [0.07, 127.0.0.1:50973] INFO 2025-10-08 15:16:07,613 runserver 80916 6182875136 HTTP GET /en/appointments/queue/11/status/ 200 [0.07, 127.0.0.1:50978] INFO 2025-10-08 15:17:07,347 runserver 80916 6182875136 HTTP GET /en/htmx/system-notifications/ 200 [0.05, 127.0.0.1:50978] INFO 2025-10-08 15:17:07,369 runserver 80916 6182875136 HTTP GET /en/appointments/queue/3/status/ 200 [0.07, 127.0.0.1:50977] INFO 2025-10-08 15:17:07,375 runserver 80916 6182875136 HTTP GET /en/appointments/queue/15/status/ 200 [0.07, 127.0.0.1:50972] INFO 2025-10-08 15:17:07,390 runserver 80916 6182875136 HTTP GET /en/appointments/queue/7/status/ 200 [0.09, 127.0.0.1:50979] INFO 2025-10-08 15:17:07,394 runserver 80916 6182875136 HTTP GET /en/appointments/queue/9/status/ 200 [0.09, 127.0.0.1:50973] INFO 2025-10-08 15:17:07,395 runserver 80916 6182875136 HTTP GET /en/appointments/queue/1/status/ 200 [0.09, 127.0.0.1:50976] INFO 2025-10-08 15:17:07,407 runserver 80916 6182875136 HTTP GET /en/appointments/queue/13/status/ 200 [0.06, 127.0.0.1:50978] INFO 2025-10-08 15:17:07,410 runserver 80916 6182875136 HTTP GET /en/appointments/queue/8/status/ 200 [0.03, 127.0.0.1:50972] INFO 2025-10-08 15:17:07,412 runserver 80916 6182875136 HTTP GET /en/appointments/queue/2/status/ 200 [0.04, 127.0.0.1:50977] INFO 2025-10-08 15:17:07,427 runserver 80916 6182875136 HTTP GET /en/appointments/queue/14/status/ 200 [0.03, 127.0.0.1:50979] INFO 2025-10-08 15:17:07,462 runserver 80916 6182875136 HTTP GET /en/appointments/queue/4/status/ 200 [0.07, 127.0.0.1:50973] INFO 2025-10-08 15:17:07,466 runserver 80916 6182875136 HTTP GET /en/appointments/queue/10/status/ 200 [0.07, 127.0.0.1:50976] INFO 2025-10-08 15:17:07,480 runserver 80916 6182875136 HTTP GET /en/appointments/queue/16/status/ 200 [0.07, 127.0.0.1:50978] INFO 2025-10-08 15:17:07,483 runserver 80916 6182875136 HTTP GET /en/appointments/queue/6/status/ 200 [0.07, 127.0.0.1:50972] INFO 2025-10-08 15:17:07,489 runserver 80916 6182875136 HTTP GET /en/appointments/queue/12/status/ 200 [0.08, 127.0.0.1:50977] INFO 2025-10-08 15:17:07,493 runserver 80916 6182875136 HTTP GET /en/appointments/queue/18/status/ 200 [0.07, 127.0.0.1:50979] INFO 2025-10-08 15:17:07,498 runserver 80916 6182875136 HTTP GET /en/appointments/queue/5/status/ 200 [0.04, 127.0.0.1:50973] INFO 2025-10-08 15:17:07,500 runserver 80916 6182875136 HTTP GET /en/appointments/queue/11/status/ 200 [0.03, 127.0.0.1:50976] INFO 2025-10-08 15:17:07,504 runserver 80916 6182875136 HTTP GET /en/appointments/queue/17/status/ 200 [0.02, 127.0.0.1:50978] INFO 2025-10-08 15:18:07,387 runserver 80916 6182875136 HTTP GET /en/htmx/system-notifications/ 200 [0.08, 127.0.0.1:50978] INFO 2025-10-08 15:18:07,400 runserver 80916 6182875136 HTTP GET /en/appointments/queue/3/status/ 200 [0.09, 127.0.0.1:50976] INFO 2025-10-08 15:18:07,403 runserver 80916 6182875136 HTTP GET /en/appointments/queue/15/status/ 200 [0.10, 127.0.0.1:50979] INFO 2025-10-08 15:18:07,407 runserver 80916 6182875136 HTTP GET /en/appointments/queue/7/status/ 200 [0.10, 127.0.0.1:50972] INFO 2025-10-08 15:18:07,410 runserver 80916 6182875136 HTTP GET /en/appointments/queue/1/status/ 200 [0.10, 127.0.0.1:50977] INFO 2025-10-08 15:18:07,412 runserver 80916 6182875136 HTTP GET /en/appointments/queue/9/status/ 200 [0.11, 127.0.0.1:50973] INFO 2025-10-08 15:18:07,424 runserver 80916 6182875136 HTTP GET /en/appointments/queue/13/status/ 200 [0.03, 127.0.0.1:50978] INFO 2025-10-08 15:18:07,427 runserver 80916 6182875136 HTTP GET /en/appointments/queue/2/status/ 200 [0.03, 127.0.0.1:50976] INFO 2025-10-08 15:18:07,432 runserver 80916 6182875136 HTTP GET /en/appointments/queue/8/status/ 200 [0.03, 127.0.0.1:50979] INFO 2025-10-08 15:18:07,467 runserver 80916 6182875136 HTTP GET /en/appointments/queue/14/status/ 200 [0.06, 127.0.0.1:50972] INFO 2025-10-08 15:18:07,477 runserver 80916 6182875136 HTTP GET /en/appointments/queue/10/status/ 200 [0.06, 127.0.0.1:50973] INFO 2025-10-08 15:18:07,480 runserver 80916 6182875136 HTTP GET /en/appointments/queue/4/status/ 200 [0.07, 127.0.0.1:50977] INFO 2025-10-08 15:18:07,504 runserver 80916 6182875136 HTTP GET /en/appointments/queue/6/status/ 200 [0.08, 127.0.0.1:50976] INFO 2025-10-08 15:18:07,505 runserver 80916 6182875136 HTTP GET /en/appointments/queue/16/status/ 200 [0.08, 127.0.0.1:50978] INFO 2025-10-08 15:18:07,515 runserver 80916 6182875136 HTTP GET /en/appointments/queue/5/status/ 200 [0.04, 127.0.0.1:50973] INFO 2025-10-08 15:18:07,515 runserver 80916 6182875136 HTTP GET /en/appointments/queue/11/status/ 200 [0.03, 127.0.0.1:50977] INFO 2025-10-08 15:18:07,515 runserver 80916 6182875136 HTTP GET /en/appointments/queue/12/status/ 200 [0.08, 127.0.0.1:50979] INFO 2025-10-08 15:18:07,516 runserver 80916 6182875136 HTTP GET /en/appointments/queue/18/status/ 200 [0.05, 127.0.0.1:50972] INFO 2025-10-08 15:18:07,522 runserver 80916 6182875136 HTTP GET /en/appointments/queue/17/status/ 200 [0.02, 127.0.0.1:50976] INFO 2025-10-08 15:19:07,391 runserver 80916 6182875136 HTTP GET /en/htmx/system-notifications/ 200 [0.09, 127.0.0.1:50976] INFO 2025-10-08 15:19:07,396 runserver 80916 6182875136 HTTP GET /en/appointments/queue/3/status/ 200 [0.09, 127.0.0.1:50972] INFO 2025-10-08 15:19:07,399 runserver 80916 6182875136 HTTP GET /en/appointments/queue/1/status/ 200 [0.09, 127.0.0.1:50973] INFO 2025-10-08 15:19:07,401 runserver 80916 6182875136 HTTP GET /en/appointments/queue/7/status/ 200 [0.09, 127.0.0.1:50978] INFO 2025-10-08 15:19:07,404 runserver 80916 6182875136 HTTP GET /en/appointments/queue/15/status/ 200 [0.10, 127.0.0.1:50977] INFO 2025-10-08 15:19:07,405 runserver 80916 6182875136 HTTP GET /en/appointments/queue/9/status/ 200 [0.10, 127.0.0.1:50979] INFO 2025-10-08 15:19:07,486 runserver 80916 6182875136 HTTP GET /en/appointments/queue/2/status/ 200 [0.09, 127.0.0.1:50972] INFO 2025-10-08 15:19:07,487 runserver 80916 6182875136 HTTP GET /en/appointments/queue/13/status/ 200 [0.09, 127.0.0.1:50976] INFO 2025-10-08 15:19:07,488 runserver 80916 6182875136 HTTP GET /en/appointments/queue/4/status/ 200 [0.08, 127.0.0.1:50977] INFO 2025-10-08 15:19:07,488 runserver 80916 6182875136 HTTP GET /en/appointments/queue/8/status/ 200 [0.09, 127.0.0.1:50973] INFO 2025-10-08 15:19:07,489 runserver 80916 6182875136 HTTP GET /en/appointments/queue/10/status/ 200 [0.08, 127.0.0.1:50979] INFO 2025-10-08 15:19:07,489 runserver 80916 6182875136 HTTP GET /en/appointments/queue/14/status/ 200 [0.09, 127.0.0.1:50978] INFO 2025-10-08 15:19:07,567 runserver 80916 6182875136 HTTP GET /en/appointments/queue/16/status/ 200 [0.08, 127.0.0.1:50972] INFO 2025-10-08 15:19:07,572 runserver 80916 6182875136 HTTP GET /en/appointments/queue/6/status/ 200 [0.08, 127.0.0.1:50977] INFO 2025-10-08 15:19:07,578 runserver 80916 6182875136 HTTP GET /en/appointments/queue/11/status/ 200 [0.09, 127.0.0.1:50978] INFO 2025-10-08 15:19:07,580 runserver 80916 6182875136 HTTP GET /en/appointments/queue/5/status/ 200 [0.09, 127.0.0.1:50979] INFO 2025-10-08 15:19:07,581 runserver 80916 6182875136 HTTP GET /en/appointments/queue/18/status/ 200 [0.09, 127.0.0.1:50976] INFO 2025-10-08 15:19:07,581 runserver 80916 6182875136 HTTP GET /en/appointments/queue/12/status/ 200 [0.09, 127.0.0.1:50973] INFO 2025-10-08 15:19:07,588 runserver 80916 6182875136 HTTP GET /en/appointments/queue/17/status/ 200 [0.02, 127.0.0.1:50972] INFO 2025-10-08 15:20:07,399 runserver 80916 6182875136 HTTP GET /en/htmx/system-notifications/ 200 [0.09, 127.0.0.1:50972] INFO 2025-10-08 15:20:07,408 runserver 80916 6182875136 HTTP GET /en/appointments/queue/3/status/ 200 [0.10, 127.0.0.1:50973] INFO 2025-10-08 15:20:07,411 runserver 80916 6182875136 HTTP GET /en/appointments/queue/1/status/ 200 [0.10, 127.0.0.1:50978] INFO 2025-10-08 15:20:07,414 runserver 80916 6182875136 HTTP GET /en/appointments/queue/15/status/ 200 [0.11, 127.0.0.1:50979] INFO 2025-10-08 15:20:07,420 runserver 80916 6182875136 HTTP GET /en/appointments/queue/9/status/ 200 [0.11, 127.0.0.1:50976] INFO 2025-10-08 15:20:07,422 runserver 80916 6182875136 HTTP GET /en/appointments/queue/7/status/ 200 [0.11, 127.0.0.1:50977] INFO 2025-10-08 15:20:07,443 runserver 80916 6182875136 HTTP GET /en/appointments/queue/13/status/ 200 [0.04, 127.0.0.1:50972] INFO 2025-10-08 15:20:07,486 runserver 80916 6182875136 HTTP GET /en/appointments/queue/2/status/ 200 [0.08, 127.0.0.1:50973] INFO 2025-10-08 15:20:07,496 runserver 80916 6182875136 HTTP GET /en/appointments/queue/8/status/ 200 [0.08, 127.0.0.1:50978] INFO 2025-10-08 15:20:07,505 runserver 80916 6182875136 HTTP GET /en/appointments/queue/14/status/ 200 [0.09, 127.0.0.1:50979] INFO 2025-10-08 15:20:07,505 runserver 80916 6182875136 HTTP GET /en/appointments/queue/4/status/ 200 [0.08, 127.0.0.1:50976] INFO 2025-10-08 15:20:07,511 runserver 80916 6182875136 HTTP GET /en/appointments/queue/10/status/ 200 [0.09, 127.0.0.1:50977] INFO 2025-10-08 15:20:07,517 runserver 80916 6182875136 HTTP GET /en/appointments/queue/16/status/ 200 [0.07, 127.0.0.1:50972] INFO 2025-10-08 15:20:07,520 runserver 80916 6182875136 HTTP GET /en/appointments/queue/6/status/ 200 [0.03, 127.0.0.1:50973] INFO 2025-10-08 15:20:07,524 runserver 80916 6182875136 HTTP GET /en/appointments/queue/12/status/ 200 [0.03, 127.0.0.1:50978] INFO 2025-10-08 15:20:07,535 runserver 80916 6182875136 HTTP GET /en/appointments/queue/5/status/ 200 [0.03, 127.0.0.1:50976] INFO 2025-10-08 15:20:07,552 runserver 80916 6182875136 HTTP GET /en/appointments/queue/18/status/ 200 [0.05, 127.0.0.1:50979] INFO 2025-10-08 15:20:07,553 runserver 80916 6182875136 HTTP GET /en/appointments/queue/17/status/ 200 [0.04, 127.0.0.1:50972] INFO 2025-10-08 15:20:07,554 runserver 80916 6182875136 HTTP GET /en/appointments/queue/11/status/ 200 [0.04, 127.0.0.1:50977] INFO 2025-10-08 15:21:07,364 runserver 80916 6182875136 HTTP GET /en/htmx/system-notifications/ 200 [0.06, 127.0.0.1:50977] INFO 2025-10-08 15:21:07,393 runserver 80916 6182875136 HTTP GET /en/appointments/queue/3/status/ 200 [0.09, 127.0.0.1:50972] INFO 2025-10-08 15:21:07,395 runserver 80916 6182875136 HTTP GET /en/appointments/queue/15/status/ 200 [0.09, 127.0.0.1:50976] INFO 2025-10-08 15:21:07,400 runserver 80916 6182875136 HTTP GET /en/appointments/queue/9/status/ 200 [0.09, 127.0.0.1:50979] INFO 2025-10-08 15:21:07,402 runserver 80916 6182875136 HTTP GET /en/appointments/queue/1/status/ 200 [0.09, 127.0.0.1:50978] INFO 2025-10-08 15:21:07,403 runserver 80916 6182875136 HTTP GET /en/appointments/queue/7/status/ 200 [0.09, 127.0.0.1:50973] INFO 2025-10-08 15:21:07,406 runserver 80916 6182875136 HTTP GET /en/appointments/queue/13/status/ 200 [0.04, 127.0.0.1:50977] INFO 2025-10-08 15:21:07,460 runserver 80916 6182875136 HTTP GET /en/appointments/queue/2/status/ 200 [0.07, 127.0.0.1:50972] INFO 2025-10-08 15:21:07,479 runserver 80916 6182875136 HTTP GET /en/appointments/queue/8/status/ 200 [0.08, 127.0.0.1:50976] INFO 2025-10-08 15:21:07,490 runserver 80916 6182875136 HTTP GET /en/appointments/queue/10/status/ 200 [0.08, 127.0.0.1:50973] INFO 2025-10-08 15:21:07,493 runserver 80916 6182875136 HTTP GET /en/appointments/queue/4/status/ 200 [0.09, 127.0.0.1:50978] INFO 2025-10-08 15:21:07,495 runserver 80916 6182875136 HTTP GET /en/appointments/queue/16/status/ 200 [0.09, 127.0.0.1:50977] INFO 2025-10-08 15:21:07,495 runserver 80916 6182875136 HTTP GET /en/appointments/queue/14/status/ 200 [0.09, 127.0.0.1:50979] INFO 2025-10-08 15:21:07,497 runserver 80916 6182875136 HTTP GET /en/appointments/queue/6/status/ 200 [0.04, 127.0.0.1:50972] INFO 2025-10-08 15:21:07,505 runserver 80916 6182875136 HTTP GET /en/appointments/queue/12/status/ 200 [0.02, 127.0.0.1:50976] INFO 2025-10-08 15:21:07,531 runserver 80916 6182875136 HTTP GET /en/appointments/queue/18/status/ 200 [0.04, 127.0.0.1:50973] INFO 2025-10-08 15:21:07,539 runserver 80916 6182875136 HTTP GET /en/appointments/queue/17/status/ 200 [0.04, 127.0.0.1:50979] INFO 2025-10-08 15:21:07,539 runserver 80916 6182875136 HTTP GET /en/appointments/queue/5/status/ 200 [0.04, 127.0.0.1:50978] INFO 2025-10-08 15:21:07,540 runserver 80916 6182875136 HTTP GET /en/appointments/queue/11/status/ 200 [0.04, 127.0.0.1:50977] INFO 2025-10-08 15:22:07,377 runserver 80916 6182875136 HTTP GET /en/htmx/system-notifications/ 200 [0.07, 127.0.0.1:50977] INFO 2025-10-08 15:22:07,413 runserver 80916 6182875136 HTTP GET /en/appointments/queue/15/status/ 200 [0.10, 127.0.0.1:50973] INFO 2025-10-08 15:22:07,417 runserver 80916 6182875136 HTTP GET /en/appointments/queue/3/status/ 200 [0.11, 127.0.0.1:50978] INFO 2025-10-08 15:22:07,419 runserver 80916 6182875136 HTTP GET /en/appointments/queue/9/status/ 200 [0.11, 127.0.0.1:50979] INFO 2025-10-08 15:22:07,422 runserver 80916 6182875136 HTTP GET /en/appointments/queue/1/status/ 200 [0.11, 127.0.0.1:50976] INFO 2025-10-08 15:22:07,422 runserver 80916 6182875136 HTTP GET /en/appointments/queue/7/status/ 200 [0.11, 127.0.0.1:50972] INFO 2025-10-08 15:22:07,422 runserver 80916 6182875136 HTTP GET /en/appointments/queue/13/status/ 200 [0.04, 127.0.0.1:50977] INFO 2025-10-08 15:22:07,500 runserver 80916 6182875136 HTTP GET /en/appointments/queue/2/status/ 200 [0.09, 127.0.0.1:50973] INFO 2025-10-08 15:22:07,505 runserver 80916 6182875136 HTTP GET /en/appointments/queue/10/status/ 200 [0.08, 127.0.0.1:50972] INFO 2025-10-08 15:22:07,511 runserver 80916 6182875136 HTTP GET /en/appointments/queue/8/status/ 200 [0.09, 127.0.0.1:50978] INFO 2025-10-08 15:22:07,512 runserver 80916 6182875136 HTTP GET /en/appointments/queue/4/status/ 200 [0.09, 127.0.0.1:50976] INFO 2025-10-08 15:22:07,514 runserver 80916 6182875136 HTTP GET /en/appointments/queue/14/status/ 200 [0.09, 127.0.0.1:50979] INFO 2025-10-08 15:22:07,515 runserver 80916 6182875136 HTTP GET /en/appointments/queue/16/status/ 200 [0.09, 127.0.0.1:50977] INFO 2025-10-08 15:22:07,537 runserver 80916 6182875136 HTTP GET /en/appointments/queue/6/status/ 200 [0.03, 127.0.0.1:50973] INFO 2025-10-08 15:22:07,565 runserver 80916 6182875136 HTTP GET /en/appointments/queue/12/status/ 200 [0.06, 127.0.0.1:50972] INFO 2025-10-08 15:22:07,578 runserver 80916 6182875136 HTTP GET /en/appointments/queue/5/status/ 200 [0.06, 127.0.0.1:50976] INFO 2025-10-08 15:22:07,580 runserver 80916 6182875136 HTTP GET /en/appointments/queue/11/status/ 200 [0.06, 127.0.0.1:50979] INFO 2025-10-08 15:22:07,580 runserver 80916 6182875136 HTTP GET /en/appointments/queue/17/status/ 200 [0.06, 127.0.0.1:50977] INFO 2025-10-08 15:22:07,580 runserver 80916 6182875136 HTTP GET /en/appointments/queue/18/status/ 200 [0.07, 127.0.0.1:50978] INFO 2025-10-08 15:23:07,397 runserver 80916 6182875136 HTTP GET /en/htmx/system-notifications/ 200 [0.08, 127.0.0.1:50978] INFO 2025-10-08 15:23:07,414 runserver 80916 6182875136 HTTP GET /en/appointments/queue/3/status/ 200 [0.10, 127.0.0.1:50977] INFO 2025-10-08 15:23:07,417 runserver 80916 6182875136 HTTP GET /en/appointments/queue/7/status/ 200 [0.10, 127.0.0.1:50973] INFO 2025-10-08 15:23:07,418 runserver 80916 6182875136 HTTP GET /en/appointments/queue/15/status/ 200 [0.10, 127.0.0.1:50976] INFO 2025-10-08 15:23:07,419 runserver 80916 6182875136 HTTP GET /en/appointments/queue/1/status/ 200 [0.10, 127.0.0.1:50972] INFO 2025-10-08 15:23:07,420 runserver 80916 6182875136 HTTP GET /en/appointments/queue/9/status/ 200 [0.11, 127.0.0.1:50979] INFO 2025-10-08 15:23:07,431 runserver 80916 6182875136 HTTP GET /en/appointments/queue/13/status/ 200 [0.03, 127.0.0.1:50978] INFO 2025-10-08 15:23:07,503 runserver 80916 6182875136 HTTP GET /en/appointments/queue/2/status/ 200 [0.09, 127.0.0.1:50977] INFO 2025-10-08 15:23:07,505 runserver 80916 6182875136 HTTP GET /en/appointments/queue/8/status/ 200 [0.09, 127.0.0.1:50973] INFO 2025-10-08 15:23:07,508 runserver 80916 6182875136 HTTP GET /en/appointments/queue/4/status/ 200 [0.09, 127.0.0.1:50972] INFO 2025-10-08 15:23:07,509 runserver 80916 6182875136 HTTP GET /en/appointments/queue/14/status/ 200 [0.09, 127.0.0.1:50976] INFO 2025-10-08 15:23:07,509 runserver 80916 6182875136 HTTP GET /en/appointments/queue/10/status/ 200 [0.09, 127.0.0.1:50979] INFO 2025-10-08 15:23:07,509 runserver 80916 6182875136 HTTP GET /en/appointments/queue/16/status/ 200 [0.08, 127.0.0.1:50978] INFO 2025-10-08 15:23:07,580 runserver 80916 6182875136 HTTP GET /en/appointments/queue/6/status/ 200 [0.07, 127.0.0.1:50977] INFO 2025-10-08 15:23:07,590 runserver 80916 6182875136 HTTP GET /en/appointments/queue/12/status/ 200 [0.08, 127.0.0.1:50973] INFO 2025-10-08 15:23:07,592 runserver 80916 6182875136 HTTP GET /en/appointments/queue/11/status/ 200 [0.08, 127.0.0.1:50979] INFO 2025-10-08 15:23:07,592 runserver 80916 6182875136 HTTP GET /en/appointments/queue/17/status/ 200 [0.08, 127.0.0.1:50978] INFO 2025-10-08 15:23:07,593 runserver 80916 6182875136 HTTP GET /en/appointments/queue/5/status/ 200 [0.08, 127.0.0.1:50976] INFO 2025-10-08 15:23:07,593 runserver 80916 6182875136 HTTP GET /en/appointments/queue/18/status/ 200 [0.08, 127.0.0.1:50972] INFO 2025-10-08 15:24:07,405 runserver 80916 6182875136 HTTP GET /en/htmx/system-notifications/ 200 [0.09, 127.0.0.1:50972] INFO 2025-10-08 15:24:07,455 runserver 80916 6182875136 HTTP GET /en/appointments/queue/3/status/ 200 [0.14, 127.0.0.1:50976] INFO 2025-10-08 15:24:07,456 runserver 80916 6182875136 HTTP GET /en/appointments/queue/15/status/ 200 [0.14, 127.0.0.1:50979] INFO 2025-10-08 15:24:07,457 runserver 80916 6182875136 HTTP GET /en/appointments/queue/7/status/ 200 [0.14, 127.0.0.1:50977] INFO 2025-10-08 15:24:07,459 runserver 80916 6182875136 HTTP GET /en/appointments/queue/1/status/ 200 [0.14, 127.0.0.1:50973] INFO 2025-10-08 15:24:07,460 runserver 80916 6182875136 HTTP GET /en/appointments/queue/9/status/ 200 [0.14, 127.0.0.1:50978] INFO 2025-10-08 15:24:07,470 runserver 80916 6182875136 HTTP GET /en/appointments/queue/13/status/ 200 [0.03, 127.0.0.1:50972] INFO 2025-10-08 15:24:07,519 runserver 80916 6182875136 HTTP GET /en/appointments/queue/2/status/ 200 [0.06, 127.0.0.1:50976] INFO 2025-10-08 15:24:07,543 runserver 80916 6182875136 HTTP GET /en/appointments/queue/14/status/ 200 [0.08, 127.0.0.1:50977] INFO 2025-10-08 15:24:07,546 runserver 80916 6182875136 HTTP GET /en/appointments/queue/8/status/ 200 [0.09, 127.0.0.1:50979] INFO 2025-10-08 15:24:07,549 runserver 80916 6182875136 HTTP GET /en/appointments/queue/4/status/ 200 [0.09, 127.0.0.1:50973] INFO 2025-10-08 15:24:07,550 runserver 80916 6182875136 HTTP GET /en/appointments/queue/16/status/ 200 [0.08, 127.0.0.1:50972] INFO 2025-10-08 15:24:07,551 runserver 80916 6182875136 HTTP GET /en/appointments/queue/10/status/ 200 [0.09, 127.0.0.1:50978] INFO 2025-10-08 15:24:07,552 runserver 80916 6182875136 HTTP GET /en/appointments/queue/6/status/ 200 [0.03, 127.0.0.1:50976] INFO 2025-10-08 15:24:07,609 runserver 80916 6182875136 HTTP GET /en/appointments/queue/17/status/ 200 [0.06, 127.0.0.1:50978] INFO 2025-10-08 15:24:07,611 runserver 80916 6182875136 HTTP GET /en/appointments/queue/5/status/ 200 [0.06, 127.0.0.1:50973] INFO 2025-10-08 15:24:07,612 runserver 80916 6182875136 HTTP GET /en/appointments/queue/11/status/ 200 [0.06, 127.0.0.1:50972] INFO 2025-10-08 15:24:07,613 runserver 80916 6182875136 HTTP GET /en/appointments/queue/12/status/ 200 [0.07, 127.0.0.1:50977] INFO 2025-10-08 15:24:07,613 runserver 80916 6182875136 HTTP GET /en/appointments/queue/18/status/ 200 [0.06, 127.0.0.1:50979] INFO 2025-10-08 15:25:07,403 runserver 80916 6182875136 HTTP GET /en/htmx/system-notifications/ 200 [0.08, 127.0.0.1:50979] INFO 2025-10-08 15:25:07,407 runserver 80916 6182875136 HTTP GET /en/appointments/queue/15/status/ 200 [0.08, 127.0.0.1:50973] INFO 2025-10-08 15:25:07,417 runserver 80916 6182875136 HTTP GET /en/appointments/queue/3/status/ 200 [0.10, 127.0.0.1:50977] INFO 2025-10-08 15:25:07,421 runserver 80916 6182875136 HTTP GET /en/appointments/queue/7/status/ 200 [0.10, 127.0.0.1:50976] INFO 2025-10-08 15:25:07,421 runserver 80916 6182875136 HTTP GET /en/appointments/queue/9/status/ 200 [0.10, 127.0.0.1:50972] INFO 2025-10-08 15:25:07,422 runserver 80916 6182875136 HTTP GET /en/appointments/queue/1/status/ 200 [0.10, 127.0.0.1:50978] INFO 2025-10-08 15:25:07,453 runserver 80916 6182875136 HTTP GET /en/appointments/queue/13/status/ 200 [0.05, 127.0.0.1:50979] INFO 2025-10-08 15:25:07,465 runserver 80916 6182875136 HTTP GET /en/appointments/queue/2/status/ 200 [0.06, 127.0.0.1:50973] INFO 2025-10-08 15:25:07,504 runserver 80916 6182875136 HTTP GET /en/appointments/queue/4/status/ 200 [0.08, 127.0.0.1:50978] INFO 2025-10-08 15:25:07,514 runserver 80916 6182875136 HTTP GET /en/appointments/queue/8/status/ 200 [0.09, 127.0.0.1:50977] INFO 2025-10-08 15:25:07,514 runserver 80916 6182875136 HTTP GET /en/appointments/queue/14/status/ 200 [0.09, 127.0.0.1:50976] INFO 2025-10-08 15:25:07,515 runserver 80916 6182875136 HTTP GET /en/appointments/queue/10/status/ 200 [0.09, 127.0.0.1:50972] INFO 2025-10-08 15:25:07,518 runserver 80916 6182875136 HTTP GET /en/appointments/queue/6/status/ 200 [0.05, 127.0.0.1:50973] INFO 2025-10-08 15:25:07,519 runserver 80916 6182875136 HTTP GET /en/appointments/queue/16/status/ 200 [0.07, 127.0.0.1:50979] INFO 2025-10-08 15:25:07,527 runserver 80916 6182875136 HTTP GET /en/appointments/queue/12/status/ 200 [0.02, 127.0.0.1:50978] INFO 2025-10-08 15:25:07,563 runserver 80916 6182875136 HTTP GET /en/appointments/queue/5/status/ 200 [0.05, 127.0.0.1:50976] INFO 2025-10-08 15:25:07,565 runserver 80916 6182875136 HTTP GET /en/appointments/queue/18/status/ 200 [0.05, 127.0.0.1:50977] INFO 2025-10-08 15:25:07,565 runserver 80916 6182875136 HTTP GET /en/appointments/queue/17/status/ 200 [0.05, 127.0.0.1:50973] INFO 2025-10-08 15:25:07,566 runserver 80916 6182875136 HTTP GET /en/appointments/queue/11/status/ 200 [0.05, 127.0.0.1:50972] INFO 2025-10-08 15:26:07,405 runserver 80916 6182875136 HTTP GET /en/htmx/system-notifications/ 200 [0.08, 127.0.0.1:50972] INFO 2025-10-08 15:26:07,421 runserver 80916 6182875136 HTTP GET /en/appointments/queue/15/status/ 200 [0.10, 127.0.0.1:50976] INFO 2025-10-08 15:26:07,423 runserver 80916 6182875136 HTTP GET /en/appointments/queue/1/status/ 200 [0.10, 127.0.0.1:50978] INFO 2025-10-08 15:26:07,425 runserver 80916 6182875136 HTTP GET /en/appointments/queue/3/status/ 200 [0.10, 127.0.0.1:50977] INFO 2025-10-08 15:26:07,426 runserver 80916 6182875136 HTTP GET /en/appointments/queue/7/status/ 200 [0.10, 127.0.0.1:50979] INFO 2025-10-08 15:26:07,433 runserver 80916 6182875136 HTTP GET /en/appointments/queue/9/status/ 200 [0.11, 127.0.0.1:50973] INFO 2025-10-08 15:26:07,438 runserver 80916 6182875136 HTTP GET /en/appointments/queue/13/status/ 200 [0.03, 127.0.0.1:50972] INFO 2025-10-08 15:26:07,471 runserver 80916 6182875136 HTTP GET /en/appointments/queue/2/status/ 200 [0.05, 127.0.0.1:50976] INFO 2025-10-08 15:26:07,513 runserver 80916 6182875136 HTTP GET /en/appointments/queue/8/status/ 200 [0.09, 127.0.0.1:50978] INFO 2025-10-08 15:26:07,514 runserver 80916 6182875136 HTTP GET /en/appointments/queue/4/status/ 200 [0.09, 127.0.0.1:50979] INFO 2025-10-08 15:26:07,516 runserver 80916 6182875136 HTTP GET /en/appointments/queue/14/status/ 200 [0.09, 127.0.0.1:50977] INFO 2025-10-08 15:26:07,517 runserver 80916 6182875136 HTTP GET /en/appointments/queue/10/status/ 200 [0.08, 127.0.0.1:50973] INFO 2025-10-08 15:26:07,517 runserver 80916 6182875136 HTTP GET /en/appointments/queue/16/status/ 200 [0.08, 127.0.0.1:50972] INFO 2025-10-08 15:26:07,518 runserver 80916 6182875136 HTTP GET /en/appointments/queue/6/status/ 200 [0.05, 127.0.0.1:50976] INFO 2025-10-08 15:26:07,571 runserver 80916 6182875136 HTTP GET /en/appointments/queue/5/status/ 200 [0.05, 127.0.0.1:50977] INFO 2025-10-08 15:26:07,574 runserver 80916 6182875136 HTTP GET /en/appointments/queue/11/status/ 200 [0.06, 127.0.0.1:50973] INFO 2025-10-08 15:26:07,574 runserver 80916 6182875136 HTTP GET /en/appointments/queue/12/status/ 200 [0.06, 127.0.0.1:50978] INFO 2025-10-08 15:26:07,574 runserver 80916 6182875136 HTTP GET /en/appointments/queue/18/status/ 200 [0.06, 127.0.0.1:50979] INFO 2025-10-08 15:26:07,574 runserver 80916 6182875136 HTTP GET /en/appointments/queue/17/status/ 200 [0.06, 127.0.0.1:50972] INFO 2025-10-08 15:27:07,408 runserver 80916 6182875136 HTTP GET /en/htmx/system-notifications/ 200 [0.09, 127.0.0.1:50979] INFO 2025-10-08 15:27:07,420 runserver 80916 6182875136 HTTP GET /en/appointments/queue/15/status/ 200 [0.10, 127.0.0.1:50973] INFO 2025-10-08 15:27:07,423 runserver 80916 6182875136 HTTP GET /en/appointments/queue/3/status/ 200 [0.10, 127.0.0.1:50978] INFO 2025-10-08 15:27:07,425 runserver 80916 6182875136 HTTP GET /en/appointments/queue/1/status/ 200 [0.10, 127.0.0.1:50977] INFO 2025-10-08 15:27:07,427 runserver 80916 6182875136 HTTP GET /en/appointments/queue/9/status/ 200 [0.10, 127.0.0.1:50972] INFO 2025-10-08 15:27:07,429 runserver 80916 6182875136 HTTP GET /en/appointments/queue/7/status/ 200 [0.10, 127.0.0.1:50976] INFO 2025-10-08 15:27:07,439 runserver 80916 6182875136 HTTP GET /en/appointments/queue/13/status/ 200 [0.03, 127.0.0.1:50979] INFO 2025-10-08 15:27:07,469 runserver 80916 6182875136 HTTP GET /en/appointments/queue/2/status/ 200 [0.05, 127.0.0.1:50973] INFO 2025-10-08 15:27:07,509 runserver 80916 6182875136 HTTP GET /en/appointments/queue/8/status/ 200 [0.08, 127.0.0.1:50978] INFO 2025-10-08 15:27:07,514 runserver 80916 6182875136 HTTP GET /en/appointments/queue/14/status/ 200 [0.09, 127.0.0.1:50977] INFO 2025-10-08 15:27:07,517 runserver 80916 6182875136 HTTP GET /en/appointments/queue/4/status/ 200 [0.09, 127.0.0.1:50972] INFO 2025-10-08 15:27:07,520 runserver 80916 6182875136 HTTP GET /en/appointments/queue/6/status/ 200 [0.05, 127.0.0.1:50973] INFO 2025-10-08 15:27:07,520 runserver 80916 6182875136 HTTP GET /en/appointments/queue/16/status/ 200 [0.08, 127.0.0.1:50979] INFO 2025-10-08 15:27:07,522 runserver 80916 6182875136 HTTP GET /en/appointments/queue/10/status/ 200 [0.09, 127.0.0.1:50976] INFO 2025-10-08 15:27:07,533 runserver 80916 6182875136 HTTP GET /en/appointments/queue/12/status/ 200 [0.02, 127.0.0.1:50978] INFO 2025-10-08 15:27:07,551 runserver 80916 6182875136 HTTP GET /en/appointments/queue/18/status/ 200 [0.04, 127.0.0.1:50977] INFO 2025-10-08 15:27:07,561 runserver 80916 6182875136 HTTP GET /en/appointments/queue/5/status/ 200 [0.04, 127.0.0.1:50972] INFO 2025-10-08 15:27:07,563 runserver 80916 6182875136 HTTP GET /en/appointments/queue/11/status/ 200 [0.04, 127.0.0.1:50973] INFO 2025-10-08 15:27:07,564 runserver 80916 6182875136 HTTP GET /en/appointments/queue/17/status/ 200 [0.04, 127.0.0.1:50979] INFO 2025-10-08 15:28:07,410 runserver 80916 6182875136 HTTP GET /en/htmx/system-notifications/ 200 [0.09, 127.0.0.1:50979] INFO 2025-10-08 15:28:07,412 runserver 80916 6182875136 HTTP GET /en/appointments/queue/3/status/ 200 [0.09, 127.0.0.1:50973] INFO 2025-10-08 15:28:07,461 runserver 80916 6182875136 HTTP GET /en/appointments/queue/15/status/ 200 [0.14, 127.0.0.1:50977] INFO 2025-10-08 15:28:07,463 runserver 80916 6182875136 HTTP GET /en/appointments/queue/1/status/ 200 [0.14, 127.0.0.1:50978] INFO 2025-10-08 15:28:07,464 runserver 80916 6182875136 HTTP GET /en/appointments/queue/9/status/ 200 [0.14, 127.0.0.1:50972] INFO 2025-10-08 15:28:07,464 runserver 80916 6182875136 HTTP GET /en/appointments/queue/7/status/ 200 [0.14, 127.0.0.1:50976] INFO 2025-10-08 15:28:07,499 runserver 80916 6182875136 HTTP GET /en/appointments/queue/13/status/ 200 [0.09, 127.0.0.1:50979] INFO 2025-10-08 15:28:07,504 runserver 80916 6182875136 HTTP GET /en/appointments/queue/2/status/ 200 [0.09, 127.0.0.1:50973] INFO 2025-10-08 15:28:07,547 runserver 80916 6182875136 HTTP GET /en/appointments/queue/8/status/ 200 [0.08, 127.0.0.1:50977] INFO 2025-10-08 15:28:07,548 runserver 80916 6182875136 HTTP GET /en/appointments/queue/14/status/ 200 [0.08, 127.0.0.1:50978] INFO 2025-10-08 15:28:07,548 runserver 80916 6182875136 HTTP GET /en/appointments/queue/4/status/ 200 [0.08, 127.0.0.1:50972] INFO 2025-10-08 15:28:07,549 runserver 80916 6182875136 HTTP GET /en/appointments/queue/10/status/ 200 [0.08, 127.0.0.1:50976] INFO 2025-10-08 15:28:07,550 runserver 80916 6182875136 HTTP GET /en/appointments/queue/6/status/ 200 [0.05, 127.0.0.1:50973] INFO 2025-10-08 15:28:07,550 runserver 80916 6182875136 HTTP GET /en/appointments/queue/16/status/ 200 [0.05, 127.0.0.1:50979] INFO 2025-10-08 15:28:07,610 runserver 80916 6182875136 HTTP GET /en/appointments/queue/17/status/ 200 [0.06, 127.0.0.1:50973] INFO 2025-10-08 15:28:07,612 runserver 80916 6182875136 HTTP GET /en/appointments/queue/5/status/ 200 [0.06, 127.0.0.1:50972] INFO 2025-10-08 15:28:07,613 runserver 80916 6182875136 HTTP GET /en/appointments/queue/11/status/ 200 [0.06, 127.0.0.1:50976] INFO 2025-10-08 15:28:07,613 runserver 80916 6182875136 HTTP GET /en/appointments/queue/18/status/ 200 [0.06, 127.0.0.1:50978] INFO 2025-10-08 15:28:07,613 runserver 80916 6182875136 HTTP GET /en/appointments/queue/12/status/ 200 [0.06, 127.0.0.1:50977] INFO 2025-10-08 15:29:07,409 runserver 80916 6182875136 HTTP GET /en/htmx/system-notifications/ 200 [0.08, 127.0.0.1:56766] INFO 2025-10-08 15:29:07,424 runserver 80916 6182875136 HTTP GET /en/appointments/queue/15/status/ 200 [0.09, 127.0.0.1:56769] INFO 2025-10-08 15:29:07,429 runserver 80916 6182875136 HTTP GET /en/appointments/queue/1/status/ 200 [0.10, 127.0.0.1:56770] INFO 2025-10-08 15:29:07,433 runserver 80916 6182875136 HTTP GET /en/appointments/queue/9/status/ 200 [0.10, 127.0.0.1:56768] INFO 2025-10-08 15:29:07,436 runserver 80916 6182875136 HTTP GET /en/appointments/queue/3/status/ 200 [0.11, 127.0.0.1:56767] INFO 2025-10-08 15:29:07,437 runserver 80916 6182875136 HTTP GET /en/appointments/queue/7/status/ 200 [0.11, 127.0.0.1:56771] INFO 2025-10-08 15:29:07,437 runserver 80916 6182875136 HTTP GET /en/appointments/queue/13/status/ 200 [0.02, 127.0.0.1:56766] INFO 2025-10-08 15:29:07,523 runserver 80916 6182875136 HTTP GET /en/appointments/queue/2/status/ 200 [0.09, 127.0.0.1:56769] INFO 2025-10-08 15:29:07,526 runserver 80916 6182875136 HTTP GET /en/appointments/queue/4/status/ 200 [0.09, 127.0.0.1:56768] INFO 2025-10-08 15:29:07,526 runserver 80916 6182875136 HTTP GET /en/appointments/queue/16/status/ 200 [0.09, 127.0.0.1:56766] INFO 2025-10-08 15:29:07,528 runserver 80916 6182875136 HTTP GET /en/appointments/queue/8/status/ 200 [0.09, 127.0.0.1:56770] INFO 2025-10-08 15:29:07,528 runserver 80916 6182875136 HTTP GET /en/appointments/queue/10/status/ 200 [0.09, 127.0.0.1:56771] INFO 2025-10-08 15:29:07,529 runserver 80916 6182875136 HTTP GET /en/appointments/queue/14/status/ 200 [0.09, 127.0.0.1:56767] INFO 2025-10-08 15:29:07,613 runserver 80916 6182875136 HTTP GET /en/appointments/queue/6/status/ 200 [0.09, 127.0.0.1:56769] INFO 2025-10-08 15:29:07,614 runserver 80916 6182875136 HTTP GET /en/appointments/queue/17/status/ 200 [0.08, 127.0.0.1:56767] INFO 2025-10-08 15:29:07,617 runserver 80916 6182875136 HTTP GET /en/appointments/queue/5/status/ 200 [0.09, 127.0.0.1:56770] INFO 2025-10-08 15:29:07,619 runserver 80916 6182875136 HTTP GET /en/appointments/queue/11/status/ 200 [0.09, 127.0.0.1:56771] INFO 2025-10-08 15:29:07,619 runserver 80916 6182875136 HTTP GET /en/appointments/queue/18/status/ 200 [0.09, 127.0.0.1:56766] INFO 2025-10-08 15:29:07,620 runserver 80916 6182875136 HTTP GET /en/appointments/queue/12/status/ 200 [0.09, 127.0.0.1:56768] INFO 2025-10-08 15:30:07,352 runserver 80916 6182875136 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:56768] INFO 2025-10-08 15:30:07,417 runserver 80916 6182875136 HTTP GET /en/appointments/queue/15/status/ 200 [0.09, 127.0.0.1:56770] INFO 2025-10-08 15:30:07,421 runserver 80916 6182875136 HTTP GET /en/appointments/queue/7/status/ 200 [0.09, 127.0.0.1:56769] INFO 2025-10-08 15:30:07,422 runserver 80916 6182875136 HTTP GET /en/appointments/queue/1/status/ 200 [0.09, 127.0.0.1:56767] INFO 2025-10-08 15:30:07,424 runserver 80916 6182875136 HTTP GET /en/appointments/queue/3/status/ 200 [0.10, 127.0.0.1:56766] INFO 2025-10-08 15:30:07,426 runserver 80916 6182875136 HTTP GET /en/appointments/queue/9/status/ 200 [0.10, 127.0.0.1:56771] INFO 2025-10-08 15:30:07,427 runserver 80916 6182875136 HTTP GET /en/appointments/queue/13/status/ 200 [0.07, 127.0.0.1:56768] INFO 2025-10-08 15:30:07,499 runserver 80916 6182875136 HTTP GET /en/appointments/queue/2/status/ 200 [0.08, 127.0.0.1:56770] INFO 2025-10-08 15:30:07,512 runserver 80916 6182875136 HTTP GET /en/appointments/queue/8/status/ 200 [0.09, 127.0.0.1:56769] INFO 2025-10-08 15:30:07,514 runserver 80916 6182875136 HTTP GET /en/appointments/queue/14/status/ 200 [0.09, 127.0.0.1:56767] INFO 2025-10-08 15:30:07,515 runserver 80916 6182875136 HTTP GET /en/appointments/queue/4/status/ 200 [0.09, 127.0.0.1:56766] INFO 2025-10-08 15:30:07,515 runserver 80916 6182875136 HTTP GET /en/appointments/queue/16/status/ 200 [0.09, 127.0.0.1:56768] INFO 2025-10-08 15:30:07,515 runserver 80916 6182875136 HTTP GET /en/appointments/queue/10/status/ 200 [0.09, 127.0.0.1:56771] INFO 2025-10-08 15:30:07,529 runserver 80916 6182875136 HTTP GET /en/appointments/queue/6/status/ 200 [0.03, 127.0.0.1:56770] INFO 2025-10-08 15:30:07,576 runserver 80916 6182875136 HTTP GET /en/appointments/queue/12/status/ 200 [0.06, 127.0.0.1:56769] INFO 2025-10-08 15:30:07,579 runserver 80916 6182875136 HTTP GET /en/appointments/queue/11/status/ 200 [0.06, 127.0.0.1:56768] INFO 2025-10-08 15:30:07,581 runserver 80916 6182875136 HTTP GET /en/appointments/queue/17/status/ 200 [0.06, 127.0.0.1:56771] INFO 2025-10-08 15:30:07,581 runserver 80916 6182875136 HTTP GET /en/appointments/queue/5/status/ 200 [0.06, 127.0.0.1:56766] INFO 2025-10-08 15:30:07,581 runserver 80916 6182875136 HTTP GET /en/appointments/queue/18/status/ 200 [0.07, 127.0.0.1:56767] INFO 2025-10-08 15:31:07,397 runserver 80916 6182875136 HTTP GET /en/htmx/system-notifications/ 200 [0.07, 127.0.0.1:56767] INFO 2025-10-08 15:31:07,413 runserver 80916 6182875136 HTTP GET /en/appointments/queue/15/status/ 200 [0.08, 127.0.0.1:56768] INFO 2025-10-08 15:31:07,414 runserver 80916 6182875136 HTTP GET /en/appointments/queue/1/status/ 200 [0.08, 127.0.0.1:56769] INFO 2025-10-08 15:31:07,424 runserver 80916 6182875136 HTTP GET /en/appointments/queue/3/status/ 200 [0.10, 127.0.0.1:56766] INFO 2025-10-08 15:31:07,424 runserver 80916 6182875136 HTTP GET /en/appointments/queue/7/status/ 200 [0.09, 127.0.0.1:56770] INFO 2025-10-08 15:31:07,425 runserver 80916 6182875136 HTTP GET /en/appointments/queue/9/status/ 200 [0.10, 127.0.0.1:56771] INFO 2025-10-08 15:31:07,432 runserver 80916 6182875136 HTTP GET /en/appointments/queue/13/status/ 200 [0.03, 127.0.0.1:56767] INFO 2025-10-08 15:31:07,447 runserver 80916 6182875136 HTTP GET /en/appointments/queue/2/status/ 200 [0.03, 127.0.0.1:56768] INFO 2025-10-08 15:31:07,469 runserver 80916 6182875136 HTTP GET /en/appointments/queue/8/status/ 200 [0.05, 127.0.0.1:56769] INFO 2025-10-08 15:31:07,517 runserver 80916 6182875136 HTTP GET /en/appointments/queue/4/status/ 200 [0.09, 127.0.0.1:56770] INFO 2025-10-08 15:31:07,518 runserver 80916 6182875136 HTTP GET /en/appointments/queue/14/status/ 200 [0.09, 127.0.0.1:56766] INFO 2025-10-08 15:31:07,518 runserver 80916 6182875136 HTTP GET /en/appointments/queue/16/status/ 200 [0.08, 127.0.0.1:56767] INFO 2025-10-08 15:31:07,518 runserver 80916 6182875136 HTTP GET /en/appointments/queue/10/status/ 200 [0.09, 127.0.0.1:56771] INFO 2025-10-08 15:31:07,519 runserver 80916 6182875136 HTTP GET /en/appointments/queue/6/status/ 200 [0.07, 127.0.0.1:56768] INFO 2025-10-08 15:31:07,520 runserver 80916 6182875136 HTTP GET /en/appointments/queue/12/status/ 200 [0.05, 127.0.0.1:56769] INFO 2025-10-08 15:31:07,564 runserver 80916 6182875136 HTTP GET /en/appointments/queue/17/status/ 200 [0.04, 127.0.0.1:56771] INFO 2025-10-08 15:31:07,566 runserver 80916 6182875136 HTTP GET /en/appointments/queue/5/status/ 200 [0.05, 127.0.0.1:56766] INFO 2025-10-08 15:31:07,567 runserver 80916 6182875136 HTTP GET /en/appointments/queue/11/status/ 200 [0.05, 127.0.0.1:56767] INFO 2025-10-08 15:31:07,568 runserver 80916 6182875136 HTTP GET /en/appointments/queue/18/status/ 200 [0.05, 127.0.0.1:56770] INFO 2025-10-08 15:32:07,371 runserver 80916 6182875136 HTTP GET /en/htmx/system-notifications/ 200 [0.04, 127.0.0.1:56770] INFO 2025-10-08 15:32:07,412 runserver 80916 6182875136 HTTP GET /en/appointments/queue/3/status/ 200 [0.08, 127.0.0.1:56767] INFO 2025-10-08 15:32:07,420 runserver 80916 6182875136 HTTP GET /en/appointments/queue/15/status/ 200 [0.09, 127.0.0.1:56771] INFO 2025-10-08 15:32:07,422 runserver 80916 6182875136 HTTP GET /en/appointments/queue/1/status/ 200 [0.09, 127.0.0.1:56769] INFO 2025-10-08 15:32:07,431 runserver 80916 6182875136 HTTP GET /en/appointments/queue/7/status/ 200 [0.10, 127.0.0.1:56768] INFO 2025-10-08 15:32:07,432 runserver 80916 6182875136 HTTP GET /en/appointments/queue/9/status/ 200 [0.10, 127.0.0.1:56766] INFO 2025-10-08 15:32:07,434 runserver 80916 6182875136 HTTP GET /en/appointments/queue/13/status/ 200 [0.06, 127.0.0.1:56770] INFO 2025-10-08 15:32:07,445 runserver 80916 6182875136 HTTP GET /en/appointments/queue/2/status/ 200 [0.03, 127.0.0.1:56767] INFO 2025-10-08 15:32:07,449 runserver 80916 6182875136 HTTP GET /en/appointments/queue/8/status/ 200 [0.03, 127.0.0.1:56771] INFO 2025-10-08 15:32:07,452 runserver 80916 6182875136 HTTP GET /en/appointments/queue/14/status/ 200 [0.03, 127.0.0.1:56769] INFO 2025-10-08 15:32:07,501 runserver 80916 6182875136 HTTP GET /en/appointments/queue/4/status/ 200 [0.07, 127.0.0.1:56768] INFO 2025-10-08 15:32:07,512 runserver 80916 6182875136 HTTP GET /en/appointments/queue/16/status/ 200 [0.08, 127.0.0.1:56770] INFO 2025-10-08 15:32:07,518 runserver 80916 6182875136 HTTP GET /en/appointments/queue/10/status/ 200 [0.08, 127.0.0.1:56766] INFO 2025-10-08 15:32:07,520 runserver 80916 6182875136 HTTP GET /en/appointments/queue/6/status/ 200 [0.07, 127.0.0.1:56767] INFO 2025-10-08 15:32:07,525 runserver 80916 6182875136 HTTP GET /en/appointments/queue/18/status/ 200 [0.07, 127.0.0.1:56769] INFO 2025-10-08 15:32:07,528 runserver 80916 6182875136 HTTP GET /en/appointments/queue/12/status/ 200 [0.08, 127.0.0.1:56771] INFO 2025-10-08 15:32:07,530 runserver 80916 6182875136 HTTP GET /en/appointments/queue/5/status/ 200 [0.03, 127.0.0.1:56768] INFO 2025-10-08 15:32:07,535 runserver 80916 6182875136 HTTP GET /en/appointments/queue/11/status/ 200 [0.02, 127.0.0.1:56770] INFO 2025-10-08 15:32:07,539 runserver 80916 6182875136 HTTP GET /en/appointments/queue/17/status/ 200 [0.02, 127.0.0.1:56766] INFO 2025-10-08 15:33:07,421 runserver 80916 6182875136 HTTP GET /en/htmx/system-notifications/ 200 [0.08, 127.0.0.1:56766] INFO 2025-10-08 15:33:07,428 runserver 80916 6182875136 HTTP GET /en/appointments/queue/3/status/ 200 [0.09, 127.0.0.1:56770] INFO 2025-10-08 15:33:07,433 runserver 80916 6182875136 HTTP GET /en/appointments/queue/9/status/ 200 [0.09, 127.0.0.1:56768] INFO 2025-10-08 15:33:07,435 runserver 80916 6182875136 HTTP GET /en/appointments/queue/15/status/ 200 [0.10, 127.0.0.1:56771] INFO 2025-10-08 15:33:07,436 runserver 80916 6182875136 HTTP GET /en/appointments/queue/1/status/ 200 [0.10, 127.0.0.1:56769] INFO 2025-10-08 15:33:07,437 runserver 80916 6182875136 HTTP GET /en/appointments/queue/7/status/ 200 [0.10, 127.0.0.1:56767] INFO 2025-10-08 15:33:07,456 runserver 80916 6182875136 HTTP GET /en/appointments/queue/13/status/ 200 [0.03, 127.0.0.1:56766] INFO 2025-10-08 15:33:07,512 runserver 80916 6182875136 HTTP GET /en/appointments/queue/2/status/ 200 [0.08, 127.0.0.1:56770] INFO 2025-10-08 15:33:07,518 runserver 80916 6182875136 HTTP GET /en/appointments/queue/4/status/ 200 [0.08, 127.0.0.1:56769] INFO 2025-10-08 15:33:07,522 runserver 80916 6182875136 HTTP GET /en/appointments/queue/8/status/ 200 [0.09, 127.0.0.1:56768] INFO 2025-10-08 15:33:07,529 runserver 80916 6182875136 HTTP GET /en/appointments/queue/14/status/ 200 [0.09, 127.0.0.1:56771] INFO 2025-10-08 15:33:07,533 runserver 80916 6182875136 HTTP GET /en/appointments/queue/10/status/ 200 [0.10, 127.0.0.1:56767] INFO 2025-10-08 15:33:07,538 runserver 80916 6182875136 HTTP GET /en/appointments/queue/16/status/ 200 [0.08, 127.0.0.1:56766] INFO 2025-10-08 15:33:07,546 runserver 80916 6182875136 HTTP GET /en/appointments/queue/6/status/ 200 [0.03, 127.0.0.1:56770] INFO 2025-10-08 15:33:07,549 runserver 80916 6182875136 HTTP GET /en/appointments/queue/18/status/ 200 [0.03, 127.0.0.1:56768] INFO 2025-10-08 15:33:07,551 runserver 80916 6182875136 HTTP GET /en/appointments/queue/12/status/ 200 [0.03, 127.0.0.1:56769] INFO 2025-10-08 15:33:07,562 runserver 80916 6182875136 HTTP GET /en/appointments/queue/5/status/ 200 [0.03, 127.0.0.1:56771] INFO 2025-10-08 15:33:07,569 runserver 80916 6182875136 HTTP GET /en/appointments/queue/11/status/ 200 [0.03, 127.0.0.1:56767] INFO 2025-10-08 15:33:07,570 runserver 80916 6182875136 HTTP GET /en/appointments/queue/17/status/ 200 [0.03, 127.0.0.1:56766] INFO 2025-10-08 15:34:07,426 runserver 80916 6182875136 HTTP GET /en/htmx/system-notifications/ 200 [0.09, 127.0.0.1:56766] INFO 2025-10-08 15:34:07,437 runserver 80916 6182875136 HTTP GET /en/appointments/queue/7/status/ 200 [0.09, 127.0.0.1:56770] INFO 2025-10-08 15:34:07,441 runserver 80916 6182875136 HTTP GET /en/appointments/queue/1/status/ 200 [0.10, 127.0.0.1:56768] INFO 2025-10-08 15:34:07,442 runserver 80916 6182875136 HTTP GET /en/appointments/queue/15/status/ 200 [0.10, 127.0.0.1:56769] INFO 2025-10-08 15:34:07,444 runserver 80916 6182875136 HTTP GET /en/appointments/queue/9/status/ 200 [0.10, 127.0.0.1:56771] INFO 2025-10-08 15:34:07,444 runserver 80916 6182875136 HTTP GET /en/appointments/queue/3/status/ 200 [0.10, 127.0.0.1:56767] INFO 2025-10-08 15:34:07,459 runserver 80916 6182875136 HTTP GET /en/appointments/queue/13/status/ 200 [0.03, 127.0.0.1:56766] INFO 2025-10-08 15:34:07,472 runserver 80916 6182875136 HTTP GET /en/appointments/queue/2/status/ 200 [0.03, 127.0.0.1:56770] INFO 2025-10-08 15:34:07,520 runserver 80916 6182875136 HTTP GET /en/appointments/queue/8/status/ 200 [0.08, 127.0.0.1:56768] INFO 2025-10-08 15:34:07,526 runserver 80916 6182875136 HTTP GET /en/appointments/queue/14/status/ 200 [0.08, 127.0.0.1:56769] INFO 2025-10-08 15:34:07,533 runserver 80916 6182875136 HTTP GET /en/appointments/queue/4/status/ 200 [0.09, 127.0.0.1:56767] INFO 2025-10-08 15:34:07,534 runserver 80916 6182875136 HTTP GET /en/appointments/queue/10/status/ 200 [0.09, 127.0.0.1:56771] INFO 2025-10-08 15:34:07,534 runserver 80916 6182875136 HTTP GET /en/appointments/queue/6/status/ 200 [0.06, 127.0.0.1:56770] INFO 2025-10-08 15:34:07,537 runserver 80916 6182875136 HTTP GET /en/appointments/queue/16/status/ 200 [0.08, 127.0.0.1:56766] INFO 2025-10-08 15:34:07,546 runserver 80916 6182875136 HTTP GET /en/appointments/queue/12/status/ 200 [0.02, 127.0.0.1:56768] INFO 2025-10-08 15:34:07,560 runserver 80916 6182875136 HTTP GET /en/appointments/queue/18/status/ 200 [0.03, 127.0.0.1:56769] INFO 2025-10-08 15:34:07,576 runserver 80916 6182875136 HTTP GET /en/appointments/queue/17/status/ 200 [0.04, 127.0.0.1:56770] INFO 2025-10-08 15:34:07,577 runserver 80916 6182875136 HTTP GET /en/appointments/queue/5/status/ 200 [0.04, 127.0.0.1:56767] INFO 2025-10-08 15:34:07,577 runserver 80916 6182875136 HTTP GET /en/appointments/queue/11/status/ 200 [0.04, 127.0.0.1:56771] INFO 2025-10-08 15:34:58,115 autoreload 80916 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-10-08 15:34:58,774 autoreload 92898 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 15:34:59,057 server 92898 6152990720 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 15:34:59,057 server 92898 6152990720 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 15:34:59,057 server 92898 6152990720 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 15:35:08,291 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.18, 127.0.0.1:59016] INFO 2025-10-08 15:35:08,297 runserver 92898 6152990720 HTTP GET /en/appointments/queue/3/status/ 200 [0.18, 127.0.0.1:59017] INFO 2025-10-08 15:35:08,297 runserver 92898 6152990720 HTTP GET /en/appointments/queue/15/status/ 200 [0.18, 127.0.0.1:59019] INFO 2025-10-08 15:35:08,298 runserver 92898 6152990720 HTTP GET /en/appointments/queue/1/status/ 200 [0.18, 127.0.0.1:59020] INFO 2025-10-08 15:35:08,298 runserver 92898 6152990720 HTTP GET /en/appointments/queue/7/status/ 200 [0.18, 127.0.0.1:59021] INFO 2025-10-08 15:35:08,299 runserver 92898 6152990720 HTTP GET /en/appointments/queue/9/status/ 200 [0.19, 127.0.0.1:59018] INFO 2025-10-08 15:35:08,378 runserver 92898 6152990720 HTTP GET /en/appointments/queue/2/status/ 200 [0.08, 127.0.0.1:59017] INFO 2025-10-08 15:35:08,381 runserver 92898 6152990720 HTTP GET /en/appointments/queue/8/status/ 200 [0.08, 127.0.0.1:59019] INFO 2025-10-08 15:35:08,381 runserver 92898 6152990720 HTTP GET /en/appointments/queue/4/status/ 200 [0.08, 127.0.0.1:59021] INFO 2025-10-08 15:35:08,381 runserver 92898 6152990720 HTTP GET /en/appointments/queue/14/status/ 200 [0.08, 127.0.0.1:59020] INFO 2025-10-08 15:35:08,382 runserver 92898 6152990720 HTTP GET /en/appointments/queue/13/status/ 200 [0.09, 127.0.0.1:59016] INFO 2025-10-08 15:35:08,382 runserver 92898 6152990720 HTTP GET /en/appointments/queue/10/status/ 200 [0.08, 127.0.0.1:59018] INFO 2025-10-08 15:35:08,461 runserver 92898 6152990720 HTTP GET /en/appointments/queue/6/status/ 200 [0.08, 127.0.0.1:59019] INFO 2025-10-08 15:35:08,471 runserver 92898 6152990720 HTTP GET /en/appointments/queue/5/status/ 200 [0.09, 127.0.0.1:59018] INFO 2025-10-08 15:35:08,473 runserver 92898 6152990720 HTTP GET /en/appointments/queue/16/status/ 200 [0.09, 127.0.0.1:59017] INFO 2025-10-08 15:35:08,474 runserver 92898 6152990720 HTTP GET /en/appointments/queue/11/status/ 200 [0.09, 127.0.0.1:59016] INFO 2025-10-08 15:35:08,475 runserver 92898 6152990720 HTTP GET /en/appointments/queue/18/status/ 200 [0.09, 127.0.0.1:59020] INFO 2025-10-08 15:35:08,475 runserver 92898 6152990720 HTTP GET /en/appointments/queue/12/status/ 200 [0.09, 127.0.0.1:59021] INFO 2025-10-08 15:35:08,481 runserver 92898 6152990720 HTTP GET /en/appointments/queue/17/status/ 200 [0.02, 127.0.0.1:59019] INFO 2025-10-08 15:36:10,185 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.08, 127.0.0.1:59293] INFO 2025-10-08 15:36:10,241 runserver 92898 6152990720 HTTP GET /en/appointments/queue/15/status/ 200 [0.13, 127.0.0.1:59296] INFO 2025-10-08 15:36:10,244 runserver 92898 6152990720 HTTP GET /en/appointments/queue/3/status/ 200 [0.13, 127.0.0.1:59294] INFO 2025-10-08 15:36:10,245 runserver 92898 6152990720 HTTP GET /en/appointments/queue/1/status/ 200 [0.13, 127.0.0.1:59297] INFO 2025-10-08 15:36:10,245 runserver 92898 6152990720 HTTP GET /en/appointments/queue/7/status/ 200 [0.13, 127.0.0.1:59298] INFO 2025-10-08 15:36:10,245 runserver 92898 6152990720 HTTP GET /en/appointments/queue/9/status/ 200 [0.13, 127.0.0.1:59295] INFO 2025-10-08 15:36:10,250 runserver 92898 6152990720 HTTP GET /en/appointments/queue/13/status/ 200 [0.06, 127.0.0.1:59293] INFO 2025-10-08 15:36:10,317 runserver 92898 6152990720 HTTP GET /en/appointments/queue/8/status/ 200 [0.07, 127.0.0.1:59294] INFO 2025-10-08 15:36:10,329 runserver 92898 6152990720 HTTP GET /en/appointments/queue/2/status/ 200 [0.08, 127.0.0.1:59296] INFO 2025-10-08 15:36:10,331 runserver 92898 6152990720 HTTP GET /en/appointments/queue/10/status/ 200 [0.08, 127.0.0.1:59298] INFO 2025-10-08 15:36:10,333 runserver 92898 6152990720 HTTP GET /en/appointments/queue/4/status/ 200 [0.08, 127.0.0.1:59295] INFO 2025-10-08 15:36:10,334 runserver 92898 6152990720 HTTP GET /en/appointments/queue/14/status/ 200 [0.08, 127.0.0.1:59297] INFO 2025-10-08 15:36:10,334 runserver 92898 6152990720 HTTP GET /en/appointments/queue/16/status/ 200 [0.08, 127.0.0.1:59293] INFO 2025-10-08 15:36:10,343 runserver 92898 6152990720 HTTP GET /en/appointments/queue/6/status/ 200 [0.02, 127.0.0.1:59294] INFO 2025-10-08 15:36:10,350 runserver 92898 6152990720 HTTP GET /en/appointments/queue/12/status/ 200 [0.02, 127.0.0.1:59296] INFO 2025-10-08 15:36:10,376 runserver 92898 6152990720 HTTP GET /en/appointments/queue/5/status/ 200 [0.04, 127.0.0.1:59295] INFO 2025-10-08 15:36:10,378 runserver 92898 6152990720 HTTP GET /en/appointments/queue/18/status/ 200 [0.05, 127.0.0.1:59298] INFO 2025-10-08 15:36:10,380 runserver 92898 6152990720 HTTP GET /en/appointments/queue/11/status/ 200 [0.04, 127.0.0.1:59297] INFO 2025-10-08 15:36:10,380 runserver 92898 6152990720 HTTP GET /en/appointments/queue/17/status/ 200 [0.04, 127.0.0.1:59293] INFO 2025-10-08 15:37:21,189 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.08, 127.0.0.1:59587] INFO 2025-10-08 15:37:21,205 runserver 92898 6152990720 HTTP GET /en/appointments/queue/3/status/ 200 [0.09, 127.0.0.1:59588] INFO 2025-10-08 15:37:21,212 runserver 92898 6152990720 HTTP GET /en/appointments/queue/15/status/ 200 [0.09, 127.0.0.1:59590] INFO 2025-10-08 15:37:21,216 runserver 92898 6152990720 HTTP GET /en/appointments/queue/1/status/ 200 [0.10, 127.0.0.1:59591] INFO 2025-10-08 15:37:21,219 runserver 92898 6152990720 HTTP GET /en/appointments/queue/9/status/ 200 [0.10, 127.0.0.1:59589] INFO 2025-10-08 15:37:21,219 runserver 92898 6152990720 HTTP GET /en/appointments/queue/7/status/ 200 [0.10, 127.0.0.1:59592] INFO 2025-10-08 15:37:21,225 runserver 92898 6152990720 HTTP GET /en/appointments/queue/13/status/ 200 [0.03, 127.0.0.1:59587] INFO 2025-10-08 15:37:21,231 runserver 92898 6152990720 HTTP GET /en/appointments/queue/2/status/ 200 [0.02, 127.0.0.1:59588] INFO 2025-10-08 15:37:21,237 runserver 92898 6152990720 HTTP GET /en/appointments/queue/8/status/ 200 [0.02, 127.0.0.1:59590] INFO 2025-10-08 15:37:21,267 runserver 92898 6152990720 HTTP GET /en/appointments/queue/14/status/ 200 [0.05, 127.0.0.1:59591] INFO 2025-10-08 15:37:21,285 runserver 92898 6152990720 HTTP GET /en/appointments/queue/10/status/ 200 [0.06, 127.0.0.1:59592] INFO 2025-10-08 15:37:21,288 runserver 92898 6152990720 HTTP GET /en/appointments/queue/4/status/ 200 [0.06, 127.0.0.1:59589] INFO 2025-10-08 15:37:21,301 runserver 92898 6152990720 HTTP GET /en/appointments/queue/6/status/ 200 [0.07, 127.0.0.1:59588] INFO 2025-10-08 15:37:21,304 runserver 92898 6152990720 HTTP GET /en/appointments/queue/16/status/ 200 [0.08, 127.0.0.1:59587] INFO 2025-10-08 15:37:21,308 runserver 92898 6152990720 HTTP GET /en/appointments/queue/12/status/ 200 [0.07, 127.0.0.1:59590] INFO 2025-10-08 15:37:21,324 runserver 92898 6152990720 HTTP GET /en/appointments/queue/18/status/ 200 [0.06, 127.0.0.1:59591] INFO 2025-10-08 15:37:21,332 runserver 92898 6152990720 HTTP GET /en/appointments/queue/5/status/ 200 [0.05, 127.0.0.1:59592] INFO 2025-10-08 15:37:21,334 runserver 92898 6152990720 HTTP GET /en/appointments/queue/11/status/ 200 [0.04, 127.0.0.1:59589] INFO 2025-10-08 15:37:21,335 runserver 92898 6152990720 HTTP GET /en/appointments/queue/17/status/ 200 [0.03, 127.0.0.1:59588] INFO 2025-10-08 15:39:21,177 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.07, 127.0.0.1:60275] INFO 2025-10-08 15:39:21,210 runserver 92898 6152990720 HTTP GET /en/appointments/queue/15/status/ 200 [0.10, 127.0.0.1:60278] INFO 2025-10-08 15:39:21,211 runserver 92898 6152990720 HTTP GET /en/appointments/queue/3/status/ 200 [0.10, 127.0.0.1:60276] INFO 2025-10-08 15:39:21,215 runserver 92898 6152990720 HTTP GET /en/appointments/queue/7/status/ 200 [0.10, 127.0.0.1:60280] INFO 2025-10-08 15:39:21,216 runserver 92898 6152990720 HTTP GET /en/appointments/queue/1/status/ 200 [0.10, 127.0.0.1:60279] INFO 2025-10-08 15:39:21,216 runserver 92898 6152990720 HTTP GET /en/appointments/queue/13/status/ 200 [0.04, 127.0.0.1:60275] INFO 2025-10-08 15:39:21,217 runserver 92898 6152990720 HTTP GET /en/appointments/queue/9/status/ 200 [0.10, 127.0.0.1:60277] INFO 2025-10-08 15:39:21,296 runserver 92898 6152990720 HTTP GET /en/appointments/queue/8/status/ 200 [0.08, 127.0.0.1:60276] INFO 2025-10-08 15:39:21,299 runserver 92898 6152990720 HTTP GET /en/appointments/queue/4/status/ 200 [0.08, 127.0.0.1:60280] INFO 2025-10-08 15:39:21,300 runserver 92898 6152990720 HTTP GET /en/appointments/queue/2/status/ 200 [0.09, 127.0.0.1:60278] INFO 2025-10-08 15:39:21,302 runserver 92898 6152990720 HTTP GET /en/appointments/queue/14/status/ 200 [0.08, 127.0.0.1:60279] INFO 2025-10-08 15:39:21,303 runserver 92898 6152990720 HTTP GET /en/appointments/queue/16/status/ 200 [0.08, 127.0.0.1:60277] INFO 2025-10-08 15:39:21,304 runserver 92898 6152990720 HTTP GET /en/appointments/queue/10/status/ 200 [0.08, 127.0.0.1:60275] INFO 2025-10-08 15:39:21,351 runserver 92898 6152990720 HTTP GET /en/appointments/queue/6/status/ 200 [0.05, 127.0.0.1:60276] INFO 2025-10-08 15:39:21,376 runserver 92898 6152990720 HTTP GET /en/appointments/queue/18/status/ 200 [0.07, 127.0.0.1:60278] INFO 2025-10-08 15:39:21,377 runserver 92898 6152990720 HTTP GET /en/appointments/queue/5/status/ 200 [0.07, 127.0.0.1:60279] INFO 2025-10-08 15:39:21,378 runserver 92898 6152990720 HTTP GET /en/appointments/queue/11/status/ 200 [0.07, 127.0.0.1:60277] INFO 2025-10-08 15:39:21,378 runserver 92898 6152990720 HTTP GET /en/appointments/queue/17/status/ 200 [0.07, 127.0.0.1:60275] INFO 2025-10-08 15:39:21,380 runserver 92898 6152990720 HTTP GET /en/appointments/queue/12/status/ 200 [0.08, 127.0.0.1:60280] INFO 2025-10-08 15:41:21,158 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.07, 127.0.0.1:60953] INFO 2025-10-08 15:41:21,181 runserver 92898 6152990720 HTTP GET /en/appointments/queue/3/status/ 200 [0.09, 127.0.0.1:60954] INFO 2025-10-08 15:41:21,189 runserver 92898 6152990720 HTTP GET /en/appointments/queue/15/status/ 200 [0.10, 127.0.0.1:60956] INFO 2025-10-08 15:41:21,190 runserver 92898 6152990720 HTTP GET /en/appointments/queue/7/status/ 200 [0.10, 127.0.0.1:60958] INFO 2025-10-08 15:41:21,195 runserver 92898 6152990720 HTTP GET /en/appointments/queue/9/status/ 200 [0.10, 127.0.0.1:60955] INFO 2025-10-08 15:41:21,196 runserver 92898 6152990720 HTTP GET /en/appointments/queue/1/status/ 200 [0.10, 127.0.0.1:60957] INFO 2025-10-08 15:41:21,199 runserver 92898 6152990720 HTTP GET /en/appointments/queue/13/status/ 200 [0.04, 127.0.0.1:60953] INFO 2025-10-08 15:41:21,208 runserver 92898 6152990720 HTTP GET /en/appointments/queue/2/status/ 200 [0.03, 127.0.0.1:60954] INFO 2025-10-08 15:41:21,211 runserver 92898 6152990720 HTTP GET /en/appointments/queue/8/status/ 200 [0.02, 127.0.0.1:60956] INFO 2025-10-08 15:41:21,229 runserver 92898 6152990720 HTTP GET /en/appointments/queue/14/status/ 200 [0.04, 127.0.0.1:60958] INFO 2025-10-08 15:41:21,275 runserver 92898 6152990720 HTTP GET /en/appointments/queue/4/status/ 200 [0.08, 127.0.0.1:60955] INFO 2025-10-08 15:41:21,280 runserver 92898 6152990720 HTTP GET /en/appointments/queue/10/status/ 200 [0.08, 127.0.0.1:60957] INFO 2025-10-08 15:41:21,285 runserver 92898 6152990720 HTTP GET /en/appointments/queue/16/status/ 200 [0.08, 127.0.0.1:60953] INFO 2025-10-08 15:41:21,286 runserver 92898 6152990720 HTTP GET /en/appointments/queue/6/status/ 200 [0.08, 127.0.0.1:60954] INFO 2025-10-08 15:41:21,290 runserver 92898 6152990720 HTTP GET /en/appointments/queue/18/status/ 200 [0.06, 127.0.0.1:60958] INFO 2025-10-08 15:41:21,290 runserver 92898 6152990720 HTTP GET /en/appointments/queue/12/status/ 200 [0.08, 127.0.0.1:60956] INFO 2025-10-08 15:41:21,301 runserver 92898 6152990720 HTTP GET /en/appointments/queue/5/status/ 200 [0.02, 127.0.0.1:60955] INFO 2025-10-08 15:41:21,310 runserver 92898 6152990720 HTTP GET /en/appointments/queue/11/status/ 200 [0.03, 127.0.0.1:60957] INFO 2025-10-08 15:41:21,310 runserver 92898 6152990720 HTTP GET /en/appointments/queue/17/status/ 200 [0.02, 127.0.0.1:60953] INFO 2025-10-08 15:43:21,144 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.06, 127.0.0.1:61637] INFO 2025-10-08 15:43:21,182 runserver 92898 6152990720 HTTP GET /en/appointments/queue/3/status/ 200 [0.10, 127.0.0.1:61638] INFO 2025-10-08 15:43:21,183 runserver 92898 6152990720 HTTP GET /en/appointments/queue/15/status/ 200 [0.09, 127.0.0.1:61640] INFO 2025-10-08 15:43:21,187 runserver 92898 6152990720 HTTP GET /en/appointments/queue/1/status/ 200 [0.10, 127.0.0.1:61641] INFO 2025-10-08 15:43:21,191 runserver 92898 6152990720 HTTP GET /en/appointments/queue/9/status/ 200 [0.10, 127.0.0.1:61639] INFO 2025-10-08 15:43:21,192 runserver 92898 6152990720 HTTP GET /en/appointments/queue/13/status/ 200 [0.05, 127.0.0.1:61637] INFO 2025-10-08 15:43:21,192 runserver 92898 6152990720 HTTP GET /en/appointments/queue/7/status/ 200 [0.10, 127.0.0.1:61642] INFO 2025-10-08 15:43:21,203 runserver 92898 6152990720 HTTP GET /en/appointments/queue/2/status/ 200 [0.02, 127.0.0.1:61638] INFO 2025-10-08 15:43:21,218 runserver 92898 6152990720 HTTP GET /en/appointments/queue/8/status/ 200 [0.03, 127.0.0.1:61640] INFO 2025-10-08 15:43:21,265 runserver 92898 6152990720 HTTP GET /en/appointments/queue/14/status/ 200 [0.08, 127.0.0.1:61641] INFO 2025-10-08 15:43:21,270 runserver 92898 6152990720 HTTP GET /en/appointments/queue/4/status/ 200 [0.08, 127.0.0.1:61639] INFO 2025-10-08 15:43:21,278 runserver 92898 6152990720 HTTP GET /en/appointments/queue/6/status/ 200 [0.07, 127.0.0.1:61638] INFO 2025-10-08 15:43:21,278 runserver 92898 6152990720 HTTP GET /en/appointments/queue/16/status/ 200 [0.08, 127.0.0.1:61642] INFO 2025-10-08 15:43:21,278 runserver 92898 6152990720 HTTP GET /en/appointments/queue/10/status/ 200 [0.08, 127.0.0.1:61637] INFO 2025-10-08 15:43:21,281 runserver 92898 6152990720 HTTP GET /en/appointments/queue/12/status/ 200 [0.06, 127.0.0.1:61640] INFO 2025-10-08 15:43:21,303 runserver 92898 6152990720 HTTP GET /en/appointments/queue/18/status/ 200 [0.03, 127.0.0.1:61641] INFO 2025-10-08 15:43:21,307 runserver 92898 6152990720 HTTP GET /en/appointments/queue/5/status/ 200 [0.04, 127.0.0.1:61639] INFO 2025-10-08 15:43:21,311 runserver 92898 6152990720 HTTP GET /en/appointments/queue/17/status/ 200 [0.03, 127.0.0.1:61642] INFO 2025-10-08 15:43:21,311 runserver 92898 6152990720 HTTP GET /en/appointments/queue/11/status/ 200 [0.03, 127.0.0.1:61638] INFO 2025-10-08 15:45:21,168 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.08, 127.0.0.1:62331] INFO 2025-10-08 15:45:21,214 runserver 92898 6152990720 HTTP GET /en/appointments/queue/15/status/ 200 [0.13, 127.0.0.1:62334] INFO 2025-10-08 15:45:21,215 runserver 92898 6152990720 HTTP GET /en/appointments/queue/1/status/ 200 [0.12, 127.0.0.1:62335] INFO 2025-10-08 15:45:21,218 runserver 92898 6152990720 HTTP GET /en/appointments/queue/9/status/ 200 [0.13, 127.0.0.1:62333] INFO 2025-10-08 15:45:21,221 runserver 92898 6152990720 HTTP GET /en/appointments/queue/3/status/ 200 [0.14, 127.0.0.1:62332] INFO 2025-10-08 15:45:21,227 runserver 92898 6152990720 HTTP GET /en/appointments/queue/7/status/ 200 [0.14, 127.0.0.1:62336] INFO 2025-10-08 15:45:21,229 runserver 92898 6152990720 HTTP GET /en/appointments/queue/13/status/ 200 [0.06, 127.0.0.1:62331] INFO 2025-10-08 15:45:21,266 runserver 92898 6152990720 HTTP GET /en/appointments/queue/2/status/ 200 [0.05, 127.0.0.1:62334] INFO 2025-10-08 15:45:21,294 runserver 92898 6152990720 HTTP GET /en/appointments/queue/8/status/ 200 [0.08, 127.0.0.1:62335] INFO 2025-10-08 15:45:21,297 runserver 92898 6152990720 HTTP GET /en/appointments/queue/14/status/ 200 [0.08, 127.0.0.1:62333] INFO 2025-10-08 15:45:21,299 runserver 92898 6152990720 HTTP GET /en/appointments/queue/4/status/ 200 [0.08, 127.0.0.1:62332] INFO 2025-10-08 15:45:21,302 runserver 92898 6152990720 HTTP GET /en/appointments/queue/10/status/ 200 [0.07, 127.0.0.1:62336] INFO 2025-10-08 15:45:21,304 runserver 92898 6152990720 HTTP GET /en/appointments/queue/16/status/ 200 [0.07, 127.0.0.1:62331] INFO 2025-10-08 15:45:21,306 runserver 92898 6152990720 HTTP GET /en/appointments/queue/6/status/ 200 [0.04, 127.0.0.1:62334] INFO 2025-10-08 15:45:21,338 runserver 92898 6152990720 HTTP GET /en/appointments/queue/12/status/ 200 [0.04, 127.0.0.1:62335] INFO 2025-10-08 15:45:21,355 runserver 92898 6152990720 HTTP GET /en/appointments/queue/18/status/ 200 [0.06, 127.0.0.1:62333] INFO 2025-10-08 15:45:21,355 runserver 92898 6152990720 HTTP GET /en/appointments/queue/17/status/ 200 [0.05, 127.0.0.1:62331] INFO 2025-10-08 15:45:21,356 runserver 92898 6152990720 HTTP GET /en/appointments/queue/5/status/ 200 [0.06, 127.0.0.1:62332] INFO 2025-10-08 15:45:21,356 runserver 92898 6152990720 HTTP GET /en/appointments/queue/11/status/ 200 [0.05, 127.0.0.1:62336] INFO 2025-10-08 15:47:21,104 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:63008] INFO 2025-10-08 15:47:21,147 runserver 92898 6152990720 HTTP GET /en/appointments/queue/3/status/ 200 [0.07, 127.0.0.1:63009] INFO 2025-10-08 15:47:21,157 runserver 92898 6152990720 HTTP GET /en/appointments/queue/9/status/ 200 [0.08, 127.0.0.1:63010] INFO 2025-10-08 15:47:21,159 runserver 92898 6152990720 HTTP GET /en/appointments/queue/15/status/ 200 [0.08, 127.0.0.1:63011] INFO 2025-10-08 15:47:21,160 runserver 92898 6152990720 HTTP GET /en/appointments/queue/1/status/ 200 [0.08, 127.0.0.1:63012] INFO 2025-10-08 15:47:21,162 runserver 92898 6152990720 HTTP GET /en/appointments/queue/7/status/ 200 [0.08, 127.0.0.1:63013] INFO 2025-10-08 15:47:21,164 runserver 92898 6152990720 HTTP GET /en/appointments/queue/13/status/ 200 [0.06, 127.0.0.1:63008] INFO 2025-10-08 15:47:21,170 runserver 92898 6152990720 HTTP GET /en/appointments/queue/2/status/ 200 [0.02, 127.0.0.1:63009] INFO 2025-10-08 15:47:21,212 runserver 92898 6152990720 HTTP GET /en/appointments/queue/8/status/ 200 [0.05, 127.0.0.1:63010] INFO 2025-10-08 15:47:21,241 runserver 92898 6152990720 HTTP GET /en/appointments/queue/14/status/ 200 [0.08, 127.0.0.1:63011] INFO 2025-10-08 15:47:21,244 runserver 92898 6152990720 HTTP GET /en/appointments/queue/4/status/ 200 [0.08, 127.0.0.1:63012] INFO 2025-10-08 15:47:21,246 runserver 92898 6152990720 HTTP GET /en/appointments/queue/6/status/ 200 [0.07, 127.0.0.1:63009] INFO 2025-10-08 15:47:21,246 runserver 92898 6152990720 HTTP GET /en/appointments/queue/10/status/ 200 [0.08, 127.0.0.1:63013] INFO 2025-10-08 15:47:21,247 runserver 92898 6152990720 HTTP GET /en/appointments/queue/16/status/ 200 [0.08, 127.0.0.1:63008] INFO 2025-10-08 15:47:21,253 runserver 92898 6152990720 HTTP GET /en/appointments/queue/12/status/ 200 [0.04, 127.0.0.1:63010] INFO 2025-10-08 15:47:21,280 runserver 92898 6152990720 HTTP GET /en/appointments/queue/18/status/ 200 [0.03, 127.0.0.1:63011] INFO 2025-10-08 15:47:21,286 runserver 92898 6152990720 HTTP GET /en/appointments/queue/11/status/ 200 [0.04, 127.0.0.1:63009] INFO 2025-10-08 15:47:21,286 runserver 92898 6152990720 HTTP GET /en/appointments/queue/17/status/ 200 [0.04, 127.0.0.1:63013] INFO 2025-10-08 15:47:21,286 runserver 92898 6152990720 HTTP GET /en/appointments/queue/5/status/ 200 [0.04, 127.0.0.1:63012] INFO 2025-10-08 15:48:21,169 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.09, 127.0.0.1:63012] INFO 2025-10-08 15:48:21,174 runserver 92898 6152990720 HTTP GET /en/appointments/queue/15/status/ 200 [0.09, 127.0.0.1:63011] INFO 2025-10-08 15:48:21,175 runserver 92898 6152990720 HTTP GET /en/appointments/queue/3/status/ 200 [0.09, 127.0.0.1:63013] INFO 2025-10-08 15:48:21,176 runserver 92898 6152990720 HTTP GET /en/appointments/queue/1/status/ 200 [0.09, 127.0.0.1:63010] INFO 2025-10-08 15:48:21,178 runserver 92898 6152990720 HTTP GET /en/appointments/queue/9/status/ 200 [0.09, 127.0.0.1:63009] INFO 2025-10-08 15:48:21,178 runserver 92898 6152990720 HTTP GET /en/appointments/queue/7/status/ 200 [0.09, 127.0.0.1:63008] INFO 2025-10-08 15:48:21,200 runserver 92898 6152990720 HTTP GET /en/appointments/queue/13/status/ 200 [0.03, 127.0.0.1:63012] INFO 2025-10-08 15:48:21,263 runserver 92898 6152990720 HTTP GET /en/appointments/queue/8/status/ 200 [0.08, 127.0.0.1:63013] INFO 2025-10-08 15:48:21,265 runserver 92898 6152990720 HTTP GET /en/appointments/queue/4/status/ 200 [0.09, 127.0.0.1:63009] INFO 2025-10-08 15:48:21,268 runserver 92898 6152990720 HTTP GET /en/appointments/queue/14/status/ 200 [0.09, 127.0.0.1:63010] INFO 2025-10-08 15:48:21,270 runserver 92898 6152990720 HTTP GET /en/appointments/queue/2/status/ 200 [0.09, 127.0.0.1:63011] INFO 2025-10-08 15:48:21,271 runserver 92898 6152990720 HTTP GET /en/appointments/queue/10/status/ 200 [0.09, 127.0.0.1:63008] INFO 2025-10-08 15:48:21,273 runserver 92898 6152990720 HTTP GET /en/appointments/queue/16/status/ 200 [0.07, 127.0.0.1:63012] INFO 2025-10-08 15:48:21,290 runserver 92898 6152990720 HTTP GET /en/appointments/queue/6/status/ 200 [0.03, 127.0.0.1:63013] INFO 2025-10-08 15:48:21,337 runserver 92898 6152990720 HTTP GET /en/appointments/queue/12/status/ 200 [0.07, 127.0.0.1:63009] INFO 2025-10-08 15:48:21,339 runserver 92898 6152990720 HTTP GET /en/appointments/queue/11/status/ 200 [0.07, 127.0.0.1:63008] INFO 2025-10-08 15:48:21,340 runserver 92898 6152990720 HTTP GET /en/appointments/queue/17/status/ 200 [0.07, 127.0.0.1:63012] INFO 2025-10-08 15:48:21,341 runserver 92898 6152990720 HTTP GET /en/appointments/queue/5/status/ 200 [0.07, 127.0.0.1:63011] INFO 2025-10-08 15:48:21,341 runserver 92898 6152990720 HTTP GET /en/appointments/queue/18/status/ 200 [0.07, 127.0.0.1:63010] INFO 2025-10-08 15:49:21,164 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.07, 127.0.0.1:63010] INFO 2025-10-08 15:49:21,188 runserver 92898 6152990720 HTTP GET /en/appointments/queue/15/status/ 200 [0.10, 127.0.0.1:63008] INFO 2025-10-08 15:49:21,190 runserver 92898 6152990720 HTTP GET /en/appointments/queue/1/status/ 200 [0.10, 127.0.0.1:63009] INFO 2025-10-08 15:49:21,194 runserver 92898 6152990720 HTTP GET /en/appointments/queue/3/status/ 200 [0.10, 127.0.0.1:63011] INFO 2025-10-08 15:49:21,194 runserver 92898 6152990720 HTTP GET /en/appointments/queue/9/status/ 200 [0.10, 127.0.0.1:63012] INFO 2025-10-08 15:49:21,201 runserver 92898 6152990720 HTTP GET /en/appointments/queue/7/status/ 200 [0.11, 127.0.0.1:63013] INFO 2025-10-08 15:49:21,207 runserver 92898 6152990720 HTTP GET /en/appointments/queue/13/status/ 200 [0.03, 127.0.0.1:63010] INFO 2025-10-08 15:49:21,251 runserver 92898 6152990720 HTTP GET /en/appointments/queue/2/status/ 200 [0.06, 127.0.0.1:63008] INFO 2025-10-08 15:49:21,257 runserver 92898 6152990720 HTTP GET /en/appointments/queue/8/status/ 200 [0.06, 127.0.0.1:63009] INFO 2025-10-08 15:49:21,272 runserver 92898 6152990720 HTTP GET /en/appointments/queue/4/status/ 200 [0.08, 127.0.0.1:63012] INFO 2025-10-08 15:49:21,276 runserver 92898 6152990720 HTTP GET /en/appointments/queue/14/status/ 200 [0.08, 127.0.0.1:63011] INFO 2025-10-08 15:49:21,320 runserver 92898 6152990720 HTTP GET /en/appointments/queue/10/status/ 200 [0.12, 127.0.0.1:63013] INFO 2025-10-08 15:49:21,325 runserver 92898 6152990720 HTTP GET /en/appointments/queue/16/status/ 200 [0.12, 127.0.0.1:63010] INFO 2025-10-08 15:49:21,331 runserver 92898 6152990720 HTTP GET /en/appointments/queue/6/status/ 200 [0.08, 127.0.0.1:63008] INFO 2025-10-08 15:49:21,336 runserver 92898 6152990720 HTTP GET /en/appointments/queue/12/status/ 200 [0.08, 127.0.0.1:63009] INFO 2025-10-08 15:49:21,338 runserver 92898 6152990720 HTTP GET /en/appointments/queue/18/status/ 200 [0.06, 127.0.0.1:63012] INFO 2025-10-08 15:49:21,339 runserver 92898 6152990720 HTTP GET /en/appointments/queue/5/status/ 200 [0.06, 127.0.0.1:63011] INFO 2025-10-08 15:49:21,356 runserver 92898 6152990720 HTTP GET /en/appointments/queue/17/status/ 200 [0.03, 127.0.0.1:63010] INFO 2025-10-08 15:49:21,357 runserver 92898 6152990720 HTTP GET /en/appointments/queue/11/status/ 200 [0.03, 127.0.0.1:63013] INFO 2025-10-08 15:50:21,178 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.09, 127.0.0.1:63013] INFO 2025-10-08 15:50:21,180 runserver 92898 6152990720 HTTP GET /en/appointments/queue/15/status/ 200 [0.09, 127.0.0.1:63012] INFO 2025-10-08 15:50:21,187 runserver 92898 6152990720 HTTP GET /en/appointments/queue/1/status/ 200 [0.09, 127.0.0.1:63009] INFO 2025-10-08 15:50:21,191 runserver 92898 6152990720 HTTP GET /en/appointments/queue/7/status/ 200 [0.10, 127.0.0.1:63008] INFO 2025-10-08 15:50:21,192 runserver 92898 6152990720 HTTP GET /en/appointments/queue/3/status/ 200 [0.10, 127.0.0.1:63010] INFO 2025-10-08 15:50:21,193 runserver 92898 6152990720 HTTP GET /en/appointments/queue/9/status/ 200 [0.10, 127.0.0.1:63011] INFO 2025-10-08 15:50:21,234 runserver 92898 6152990720 HTTP GET /en/appointments/queue/2/status/ 200 [0.05, 127.0.0.1:63012] INFO 2025-10-08 15:50:21,247 runserver 92898 6152990720 HTTP GET /en/appointments/queue/13/status/ 200 [0.07, 127.0.0.1:63013] INFO 2025-10-08 15:50:21,273 runserver 92898 6152990720 HTTP GET /en/appointments/queue/8/status/ 200 [0.08, 127.0.0.1:63009] INFO 2025-10-08 15:50:21,277 runserver 92898 6152990720 HTTP GET /en/appointments/queue/10/status/ 200 [0.08, 127.0.0.1:63011] INFO 2025-10-08 15:50:21,279 runserver 92898 6152990720 HTTP GET /en/appointments/queue/4/status/ 200 [0.08, 127.0.0.1:63008] INFO 2025-10-08 15:50:21,283 runserver 92898 6152990720 HTTP GET /en/appointments/queue/6/status/ 200 [0.03, 127.0.0.1:63013] INFO 2025-10-08 15:50:21,286 runserver 92898 6152990720 HTTP GET /en/appointments/queue/14/status/ 200 [0.09, 127.0.0.1:63010] INFO 2025-10-08 15:50:21,288 runserver 92898 6152990720 HTTP GET /en/appointments/queue/16/status/ 200 [0.05, 127.0.0.1:63012] INFO 2025-10-08 15:50:21,320 runserver 92898 6152990720 HTTP GET /en/appointments/queue/12/status/ 200 [0.05, 127.0.0.1:63009] INFO 2025-10-08 15:50:21,332 runserver 92898 6152990720 HTTP GET /en/appointments/queue/18/status/ 200 [0.05, 127.0.0.1:63011] INFO 2025-10-08 15:50:21,335 runserver 92898 6152990720 HTTP GET /en/appointments/queue/5/status/ 200 [0.05, 127.0.0.1:63008] INFO 2025-10-08 15:50:21,338 runserver 92898 6152990720 HTTP GET /en/appointments/queue/17/status/ 200 [0.05, 127.0.0.1:63010] INFO 2025-10-08 15:50:21,338 runserver 92898 6152990720 HTTP GET /en/appointments/queue/11/status/ 200 [0.05, 127.0.0.1:63013] INFO 2025-10-08 15:51:21,180 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.09, 127.0.0.1:63013] INFO 2025-10-08 15:51:21,189 runserver 92898 6152990720 HTTP GET /en/appointments/queue/3/status/ 200 [0.10, 127.0.0.1:63010] INFO 2025-10-08 15:51:21,191 runserver 92898 6152990720 HTTP GET /en/appointments/queue/1/status/ 200 [0.10, 127.0.0.1:63009] INFO 2025-10-08 15:51:21,192 runserver 92898 6152990720 HTTP GET /en/appointments/queue/15/status/ 200 [0.10, 127.0.0.1:63011] INFO 2025-10-08 15:51:21,192 runserver 92898 6152990720 HTTP GET /en/appointments/queue/9/status/ 200 [0.10, 127.0.0.1:63008] INFO 2025-10-08 15:51:21,194 runserver 92898 6152990720 HTTP GET /en/appointments/queue/7/status/ 200 [0.10, 127.0.0.1:63012] INFO 2025-10-08 15:51:21,208 runserver 92898 6152990720 HTTP GET /en/appointments/queue/13/status/ 200 [0.03, 127.0.0.1:63013] INFO 2025-10-08 15:51:21,241 runserver 92898 6152990720 HTTP GET /en/appointments/queue/2/status/ 200 [0.05, 127.0.0.1:63010] INFO 2025-10-08 15:51:21,261 runserver 92898 6152990720 HTTP GET /en/appointments/queue/8/status/ 200 [0.07, 127.0.0.1:63009] INFO 2025-10-08 15:51:21,272 runserver 92898 6152990720 HTTP GET /en/appointments/queue/14/status/ 200 [0.08, 127.0.0.1:63011] INFO 2025-10-08 15:51:21,279 runserver 92898 6152990720 HTTP GET /en/appointments/queue/4/status/ 200 [0.08, 127.0.0.1:63008] INFO 2025-10-08 15:51:21,282 runserver 92898 6152990720 HTTP GET /en/appointments/queue/10/status/ 200 [0.08, 127.0.0.1:63012] INFO 2025-10-08 15:51:21,286 runserver 92898 6152990720 HTTP GET /en/appointments/queue/16/status/ 200 [0.08, 127.0.0.1:63013] INFO 2025-10-08 15:51:21,286 runserver 92898 6152990720 HTTP GET /en/appointments/queue/6/status/ 200 [0.04, 127.0.0.1:63010] INFO 2025-10-08 15:51:21,296 runserver 92898 6152990720 HTTP GET /en/appointments/queue/12/status/ 200 [0.03, 127.0.0.1:63009] INFO 2025-10-08 15:51:21,297 runserver 92898 6152990720 HTTP GET /en/appointments/queue/18/status/ 200 [0.02, 127.0.0.1:63011] INFO 2025-10-08 15:51:21,310 runserver 92898 6152990720 HTTP GET /en/appointments/queue/5/status/ 200 [0.03, 127.0.0.1:63008] INFO 2025-10-08 15:51:21,318 runserver 92898 6152990720 HTTP GET /en/appointments/queue/11/status/ 200 [0.03, 127.0.0.1:63012] INFO 2025-10-08 15:51:21,318 runserver 92898 6152990720 HTTP GET /en/appointments/queue/17/status/ 200 [0.03, 127.0.0.1:63013] INFO 2025-10-08 15:52:21,164 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.07, 127.0.0.1:63013] INFO 2025-10-08 15:52:21,182 runserver 92898 6152990720 HTTP GET /en/appointments/queue/3/status/ 200 [0.09, 127.0.0.1:63012] INFO 2025-10-08 15:52:21,191 runserver 92898 6152990720 HTTP GET /en/appointments/queue/15/status/ 200 [0.10, 127.0.0.1:63011] INFO 2025-10-08 15:52:21,193 runserver 92898 6152990720 HTTP GET /en/appointments/queue/1/status/ 200 [0.10, 127.0.0.1:63009] INFO 2025-10-08 15:52:21,197 runserver 92898 6152990720 HTTP GET /en/appointments/queue/7/status/ 200 [0.10, 127.0.0.1:63010] INFO 2025-10-08 15:52:21,197 runserver 92898 6152990720 HTTP GET /en/appointments/queue/9/status/ 200 [0.10, 127.0.0.1:63008] INFO 2025-10-08 15:52:21,202 runserver 92898 6152990720 HTTP GET /en/appointments/queue/13/status/ 200 [0.03, 127.0.0.1:63013] INFO 2025-10-08 15:52:21,209 runserver 92898 6152990720 HTTP GET /en/appointments/queue/2/status/ 200 [0.03, 127.0.0.1:63012] INFO 2025-10-08 15:52:21,260 runserver 92898 6152990720 HTTP GET /en/appointments/queue/8/status/ 200 [0.07, 127.0.0.1:63011] INFO 2025-10-08 15:52:21,281 runserver 92898 6152990720 HTTP GET /en/appointments/queue/4/status/ 200 [0.08, 127.0.0.1:63010] INFO 2025-10-08 15:52:21,286 runserver 92898 6152990720 HTTP GET /en/appointments/queue/14/status/ 200 [0.09, 127.0.0.1:63009] INFO 2025-10-08 15:52:21,287 runserver 92898 6152990720 HTTP GET /en/appointments/queue/16/status/ 200 [0.08, 127.0.0.1:63013] INFO 2025-10-08 15:52:21,290 runserver 92898 6152990720 HTTP GET /en/appointments/queue/6/status/ 200 [0.08, 127.0.0.1:63012] INFO 2025-10-08 15:52:21,294 runserver 92898 6152990720 HTTP GET /en/appointments/queue/10/status/ 200 [0.09, 127.0.0.1:63008] INFO 2025-10-08 15:52:21,295 runserver 92898 6152990720 HTTP GET /en/appointments/queue/12/status/ 200 [0.04, 127.0.0.1:63011] INFO 2025-10-08 15:52:21,315 runserver 92898 6152990720 HTTP GET /en/appointments/queue/18/status/ 200 [0.03, 127.0.0.1:63010] INFO 2025-10-08 15:52:21,332 runserver 92898 6152990720 HTTP GET /en/appointments/queue/5/status/ 200 [0.05, 127.0.0.1:63009] INFO 2025-10-08 15:52:21,333 runserver 92898 6152990720 HTTP GET /en/appointments/queue/11/status/ 200 [0.05, 127.0.0.1:63013] INFO 2025-10-08 15:52:21,334 runserver 92898 6152990720 HTTP GET /en/appointments/queue/17/status/ 200 [0.04, 127.0.0.1:63012] WARNING 2025-10-08 15:52:25,273 log 92898 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 15:52:25,273 runserver 92898 6152990720 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:63012] WARNING 2025-10-08 15:52:25,333 runserver 92898 6152990720 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:63012] INFO 2025-10-08 15:52:26,329 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/ 200 [0.08, 127.0.0.1:63012] WARNING 2025-10-08 15:52:26,346 log 92898 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 15:52:26,346 runserver 92898 6152990720 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:63012] INFO 2025-10-08 15:52:26,403 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63012] WARNING 2025-10-08 15:52:26,407 runserver 92898 6152990720 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:63012] INFO 2025-10-08 15:52:57,098 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:63012] INFO 2025-10-08 15:53:27,101 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:63012] INFO 2025-10-08 15:53:27,108 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:65060] INFO 2025-10-08 15:53:57,094 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65060] INFO 2025-10-08 15:54:27,080 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:65060] INFO 2025-10-08 15:54:28,069 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65060] INFO 2025-10-08 15:54:57,093 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65060] INFO 2025-10-08 15:55:29,081 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:65060] INFO 2025-10-08 15:55:59,088 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:65060] INFO 2025-10-08 15:56:30,083 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:65060] INFO 2025-10-08 15:57:21,082 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65060] INFO 2025-10-08 15:57:31,074 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:65060] INFO 2025-10-08 15:58:21,085 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65060] INFO 2025-10-08 15:58:32,073 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:65060] INFO 2025-10-08 15:59:21,065 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:50143] INFO 2025-10-08 16:00:21,088 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:50390] INFO 2025-10-08 16:00:21,093 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:50143] INFO 2025-10-08 16:01:21,080 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50143] INFO 2025-10-08 16:02:21,086 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:50143] INFO 2025-10-08 16:02:21,092 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:50881] INFO 2025-10-08 16:03:09,813 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50881] INFO 2025-10-08 16:03:21,066 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50881] INFO 2025-10-08 16:03:26,410 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50881] INFO 2025-10-08 16:03:56,416 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50881] INFO 2025-10-08 16:04:21,078 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:50881] INFO 2025-10-08 16:04:26,415 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50881] INFO 2025-10-08 16:04:56,415 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50881] INFO 2025-10-08 16:05:21,080 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:50881] INFO 2025-10-08 16:05:26,414 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50881] INFO 2025-10-08 16:05:56,414 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50881] INFO 2025-10-08 16:06:21,083 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:50881] INFO 2025-10-08 16:06:26,413 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50881] INFO 2025-10-08 16:06:56,412 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50881] INFO 2025-10-08 16:07:21,086 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:50881] INFO 2025-10-08 16:07:26,399 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:50881] INFO 2025-10-08 16:07:56,411 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50881] INFO 2025-10-08 16:08:21,084 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:50881] INFO 2025-10-08 16:08:26,411 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50881] INFO 2025-10-08 16:08:56,411 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50881] INFO 2025-10-08 16:09:16,780 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/1/ 200 [0.03, 127.0.0.1:50881] WARNING 2025-10-08 16:09:16,795 log 92898 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 16:09:16,796 runserver 92898 6152990720 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50881] INFO 2025-10-08 16:09:16,854 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:50881] WARNING 2025-10-08 16:09:16,866 runserver 92898 6152990720 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50881] WARNING 2025-10-08 16:09:33,765 runserver 92898 6152990720 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:52659] WARNING 2025-10-08 16:09:33,767 log 92898 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 16:09:33,767 runserver 92898 6152990720 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:52660] INFO 2025-10-08 16:09:33,785 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:50881] WARNING 2025-10-08 16:09:33,788 log 92898 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 16:09:33,789 runserver 92898 6152990720 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:52660] INFO 2025-10-08 16:09:33,793 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:52588] INFO 2025-10-08 16:09:39,692 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/1/edit/ 200 [0.03, 127.0.0.1:52588] WARNING 2025-10-08 16:09:39,705 log 92898 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 16:09:39,705 runserver 92898 6152990720 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:52588] WARNING 2025-10-08 16:09:39,760 runserver 92898 6152990720 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:52588] INFO 2025-10-08 16:09:39,778 runserver 92898 6152990720 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:52588] WARNING 2025-10-08 16:09:42,363 runserver 92898 6152990720 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:52588] WARNING 2025-10-08 16:09:42,367 log 92898 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 16:09:42,368 runserver 92898 6152990720 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:52660] WARNING 2025-10-08 16:09:42,378 log 92898 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 16:09:42,378 runserver 92898 6152990720 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:52660] INFO 2025-10-08 16:09:56,518 runserver 92898 6152990720 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52660] WARNING 2025-10-08 16:10:08,195 log 92898 13035925504 Not Found: /en/appointments/queue/advanced WARNING 2025-10-08 16:10:08,196 runserver 92898 6152990720 HTTP GET /en/appointments/queue/advanced 404 [0.01, 127.0.0.1:52660] WARNING 2025-10-08 16:10:08,208 log 92898 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 16:10:08,208 runserver 92898 6152990720 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:52660] WARNING 2025-10-08 16:11:19,239 log 92898 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 16:11:19,240 runserver 92898 6152990720 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:53097] WARNING 2025-10-08 16:11:19,302 runserver 92898 6152990720 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:53097] WARNING 2025-10-08 16:11:20,256 log 92898 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 16:11:20,257 runserver 92898 6152990720 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:53097] INFO 2025-10-08 16:25:45,151 autoreload 92898 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-10-08 16:25:45,755 autoreload 17134 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 16:25:46,078 server 17134 6150189056 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 16:25:46,078 server 17134 6150189056 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 16:25:46,079 server 17134 6150189056 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 16:25:52,141 runserver 17134 6150189056 HTTP GET /en/appointments/scheduling/ 200 [0.13, 127.0.0.1:56704] WARNING 2025-10-08 16:25:52,154 log 17134 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 16:25:52,154 runserver 17134 6150189056 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56704] INFO 2025-10-08 16:25:52,203 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56704] WARNING 2025-10-08 16:25:52,205 runserver 17134 6150189056 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:56705] WARNING 2025-10-08 16:26:14,975 log 17134 13572796416 Bad Request: /en/appointments/slots/available/ WARNING 2025-10-08 16:26:14,976 runserver 17134 6150189056 HTTP GET /en/appointments/slots/available/ 400 [0.02, 127.0.0.1:56705] WARNING 2025-10-08 16:26:15,033 log 17134 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 16:26:15,033 runserver 17134 6150189056 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.04, 127.0.0.1:56705] WARNING 2025-10-08 16:26:18,482 runserver 17134 6150189056 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:56705] WARNING 2025-10-08 16:26:18,486 log 17134 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 16:26:18,487 runserver 17134 6150189056 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56704] WARNING 2025-10-08 16:26:18,500 log 17134 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 16:26:18,500 runserver 17134 6150189056 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56704] INFO 2025-10-08 16:26:52,206 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56704] INFO 2025-10-08 16:27:52,220 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56704] INFO 2025-10-08 16:28:52,222 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57451] INFO 2025-10-08 16:29:52,227 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57451] WARNING 2025-10-08 16:30:15,781 log 17134 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 16:30:15,781 runserver 17134 6150189056 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57451] WARNING 2025-10-08 16:30:16,855 log 17134 13572796416 Not Found: /en/appointments/queue/advanced WARNING 2025-10-08 16:30:16,855 runserver 17134 6150189056 HTTP GET /en/appointments/queue/advanced 404 [0.01, 127.0.0.1:57451] WARNING 2025-10-08 16:30:16,867 log 17134 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 16:30:16,868 runserver 17134 6150189056 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57451] WARNING 2025-10-08 16:30:33,642 log 17134 13572796416 Method Not Allowed: /en/appointments/scheduling/find-optimal-slots/ WARNING 2025-10-08 16:30:33,642 runserver 17134 6150189056 HTTP GET /en/appointments/scheduling/find-optimal-slots/ 405 [0.01, 127.0.0.1:57451] WARNING 2025-10-08 16:30:33,655 log 17134 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 16:30:33,655 runserver 17134 6150189056 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57451] WARNING 2025-10-08 16:30:35,489 log 17134 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 16:30:35,490 runserver 17134 6150189056 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:57451] INFO 2025-10-08 16:30:52,529 runserver 17134 6150189056 HTTP GET /en/appointments/queue/metrics/dashboard/ 200 [0.03, 127.0.0.1:57451] WARNING 2025-10-08 16:30:52,543 log 17134 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 16:30:52,543 runserver 17134 6150189056 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57451] INFO 2025-10-08 16:30:52,592 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57451] WARNING 2025-10-08 16:30:52,606 runserver 17134 6150189056 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:57451] INFO 2025-10-08 16:31:02,796 runserver 17134 6150189056 HTTP GET /en/appointments/queue/9/analytics/ 200 [0.03, 127.0.0.1:57451] WARNING 2025-10-08 16:31:02,808 log 17134 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 16:31:02,808 runserver 17134 6150189056 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57451] INFO 2025-10-08 16:31:02,811 runserver 17134 6150189056 HTTP GET /static/plugins/chart.js/dist/chart.umd.js 200 [0.01, 127.0.0.1:57812] WARNING 2025-10-08 16:31:02,889 runserver 17134 6150189056 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57812] INFO 2025-10-08 16:31:02,891 runserver 17134 6150189056 HTTP GET /static/plugins/chart.js/dist/chart.umd.js.map 200 [0.00, 127.0.0.1:57451] INFO 2025-10-08 16:31:02,903 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57451] INFO 2025-10-08 16:32:02,920 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57451] INFO 2025-10-08 16:33:02,938 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:57451] INFO 2025-10-08 16:34:02,929 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57451] INFO 2025-10-08 16:35:02,931 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57451] INFO 2025-10-08 16:36:02,937 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57451] INFO 2025-10-08 16:37:02,938 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57451] INFO 2025-10-08 16:38:02,943 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57451] INFO 2025-10-08 16:39:02,935 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57451] INFO 2025-10-08 16:40:03,008 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60256] INFO 2025-10-08 16:41:03,012 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60256] INFO 2025-10-08 16:42:03,016 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60256] INFO 2025-10-08 16:43:03,017 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60256] INFO 2025-10-08 16:44:03,013 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60256] INFO 2025-10-08 16:45:03,018 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60256] INFO 2025-10-08 16:46:03,021 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60256] INFO 2025-10-08 16:47:03,031 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60256] INFO 2025-10-08 16:48:03,036 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60256] INFO 2025-10-08 16:49:03,040 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60256] INFO 2025-10-08 16:50:03,043 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60256] INFO 2025-10-08 16:51:03,046 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60256] INFO 2025-10-08 16:52:03,056 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60256] INFO 2025-10-08 16:53:03,052 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60256] INFO 2025-10-08 16:54:03,047 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60256] INFO 2025-10-08 16:55:03,050 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60256] INFO 2025-10-08 16:56:03,095 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:64784] INFO 2025-10-08 16:57:03,087 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64784] INFO 2025-10-08 16:58:03,102 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:64784] INFO 2025-10-08 16:59:03,095 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:49335] INFO 2025-10-08 17:00:03,096 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:49335] INFO 2025-10-08 17:01:03,101 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:49335] INFO 2025-10-08 17:02:03,119 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:49335] INFO 2025-10-08 17:03:03,120 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:49335] INFO 2025-10-08 17:04:03,106 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:49335] INFO 2025-10-08 17:05:03,117 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:49335] INFO 2025-10-08 17:06:03,111 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:49335] INFO 2025-10-08 17:07:03,124 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:49335] INFO 2025-10-08 17:08:03,129 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:49335] INFO 2025-10-08 17:09:03,134 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:49335] INFO 2025-10-08 17:10:03,136 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:49335] INFO 2025-10-08 17:11:03,133 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:49335] INFO 2025-10-08 17:12:03,134 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:49335] INFO 2025-10-08 17:13:03,135 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:49335] INFO 2025-10-08 17:14:03,139 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:49335] INFO 2025-10-08 17:15:03,142 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:49335] INFO 2025-10-08 17:16:03,141 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:49335] INFO 2025-10-08 17:17:03,151 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:49335] INFO 2025-10-08 17:18:03,145 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:49335] INFO 2025-10-08 17:19:03,145 runserver 17134 6150189056 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:49335] INFO 2025-10-08 17:19:55,396 autoreload 17134 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-10-08 17:19:56,228 autoreload 42860 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 17:19:56,622 server 42860 6147502080 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 17:19:56,622 server 42860 6147502080 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 17:19:56,649 server 42860 6147502080 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 17:20:03,260 runserver 42860 6147502080 HTTP GET /en/htmx/system-notifications/ 200 [0.12, 127.0.0.1:55981] INFO 2025-10-08 17:20:33,280 autoreload 42860 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-10-08 17:20:33,981 autoreload 43194 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 17:20:34,306 server 43194 6116323328 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 17:20:34,306 server 43194 6116323328 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 17:20:34,306 server 43194 6116323328 Listening on TCP address 127.0.0.1:8000 ERROR 2025-10-08 17:20:42,648 log 43194 6149976064 Internal Server Error: /en/appointments/queue/entry/9/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'queueentry_list' not found. 'queueentry_list' is not a valid view function or pattern name. ERROR 2025-10-08 17:20:42,652 runserver 43194 6116323328 HTTP GET /en/appointments/queue/entry/9/delete/ 500 [0.14, 127.0.0.1:56180] WARNING 2025-10-08 17:20:42,668 log 43194 6149976064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:20:42,668 runserver 43194 6116323328 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56180] ERROR 2025-10-08 17:23:05,529 log 43194 6149976064 Internal Server Error: /en/appointments/queue/entry/9/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'queue_entry_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/queue/entry/list/\\Z'] ERROR 2025-10-08 17:23:05,532 runserver 43194 6116323328 HTTP GET /en/appointments/queue/entry/9/delete/ 500 [0.04, 127.0.0.1:56923] WARNING 2025-10-08 17:23:05,547 log 43194 6149976064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:23:05,547 runserver 43194 6116323328 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56923] ERROR 2025-10-08 17:23:32,673 log 43194 6149976064 Internal Server Error: /en/appointments/queue/entry/9/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'queue_entry_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/queue/entry/(?P[0-9]+)/\\Z'] ERROR 2025-10-08 17:23:32,675 runserver 43194 6116323328 HTTP GET /en/appointments/queue/entry/9/delete/ 500 [0.03, 127.0.0.1:56923] WARNING 2025-10-08 17:23:32,686 log 43194 6149976064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:23:32,686 runserver 43194 6116323328 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56923] INFO 2025-10-08 17:23:57,014 autoreload 43194 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-10-08 17:23:57,544 autoreload 44834 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 17:23:57,819 server 44834 6173913088 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 17:23:57,819 server 44834 6173913088 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 17:23:57,820 server 44834 6173913088 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 17:23:58,639 runserver 44834 6173913088 HTTP GET /en/appointments/queue/entry/9/delete/ 200 [0.12, 127.0.0.1:57207] WARNING 2025-10-08 17:23:58,650 log 44834 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:23:58,650 runserver 44834 6173913088 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57207] WARNING 2025-10-08 17:23:58,719 runserver 44834 6173913088 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:57208] INFO 2025-10-08 17:23:58,721 runserver 44834 6173913088 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57207] WARNING 2025-10-08 17:24:15,967 runserver 44834 6173913088 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:57208] WARNING 2025-10-08 17:24:15,970 log 44834 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:24:15,972 runserver 44834 6173913088 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:57279] INFO 2025-10-08 17:24:15,973 runserver 44834 6173913088 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57207] WARNING 2025-10-08 17:24:15,981 log 44834 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:24:15,981 runserver 44834 6173913088 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57207] INFO 2025-10-08 17:25:15,984 runserver 44834 6173913088 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57207] INFO 2025-10-08 17:26:15,986 runserver 44834 6173913088 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57207] INFO 2025-10-08 17:27:15,979 runserver 44834 6173913088 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57207] INFO 2025-10-08 17:28:15,980 runserver 44834 6173913088 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57207] INFO 2025-10-08 17:29:15,983 runserver 44834 6173913088 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58904] INFO 2025-10-08 17:29:42,514 autoreload 44834 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-10-08 17:29:43,117 autoreload 47746 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 17:29:43,407 server 47746 6186233856 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 17:29:43,407 server 47746 6186233856 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 17:29:43,407 server 47746 6186233856 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 17:30:16,288 runserver 47746 6186233856 HTTP GET /en/htmx/system-notifications/ 200 [0.09, 127.0.0.1:59252] INFO 2025-10-08 17:31:07,360 autoreload 47746 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-10-08 17:31:07,996 autoreload 48429 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 17:31:08,320 server 48429 6182727680 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 17:31:08,320 server 48429 6182727680 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 17:31:08,320 server 48429 6182727680 Listening on TCP address 127.0.0.1:8000 WARNING 2025-10-08 17:31:09,336 runserver 48429 6182727680 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:59521] WARNING 2025-10-08 17:31:09,446 log 48429 6216380416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:31:09,447 runserver 48429 6182727680 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.12, 127.0.0.1:59522] WARNING 2025-10-08 17:31:09,450 log 48429 6216380416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:31:09,450 runserver 48429 6182727680 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59522] INFO 2025-10-08 17:31:11,583 runserver 48429 6182727680 HTTP GET /en/appointments/queue/9/analytics/ 200 [0.03, 127.0.0.1:59522] WARNING 2025-10-08 17:31:11,597 log 48429 6216380416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:31:11,597 runserver 48429 6182727680 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59522] WARNING 2025-10-08 17:31:11,654 runserver 48429 6182727680 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59522] INFO 2025-10-08 17:31:11,679 runserver 48429 6182727680 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59522] INFO 2025-10-08 17:31:28,016 runserver 48429 6182727680 HTTP GET /en/appointments/20/no-show 301 [0.01, 127.0.0.1:59522] INFO 2025-10-08 17:31:28,033 runserver 48429 6182727680 HTTP GET /en/appointments/20/no-show/ 200 [0.02, 127.0.0.1:59522] WARNING 2025-10-08 17:31:28,045 log 48429 6216380416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:31:28,046 runserver 48429 6182727680 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59522] WARNING 2025-10-08 17:31:28,064 runserver 48429 6182727680 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59521] INFO 2025-10-08 17:31:28,067 runserver 48429 6182727680 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59522] INFO 2025-10-08 17:32:07,598 runserver 48429 6182727680 HTTP POST /en/appointments/20/no-show/ 302 [0.01, 127.0.0.1:59522] INFO 2025-10-08 17:32:07,618 runserver 48429 6182727680 HTTP GET /en/appointments/requests/20/detail/ 200 [0.02, 127.0.0.1:59522] WARNING 2025-10-08 17:32:07,635 log 48429 6216380416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:32:07,635 runserver 48429 6182727680 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59522] INFO 2025-10-08 17:32:07,654 runserver 48429 6182727680 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59522] WARNING 2025-10-08 17:32:07,680 runserver 48429 6182727680 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59522] WARNING 2025-10-08 17:32:15,375 runserver 48429 6182727680 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59522] WARNING 2025-10-08 17:32:15,379 log 48429 6216380416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:32:15,380 runserver 48429 6182727680 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59521] WARNING 2025-10-08 17:32:15,387 log 48429 6216380416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:32:15,387 runserver 48429 6182727680 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59521] WARNING 2025-10-08 17:32:15,749 runserver 48429 6182727680 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:59522] WARNING 2025-10-08 17:32:15,752 log 48429 6216380416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:32:15,754 runserver 48429 6182727680 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:59872] INFO 2025-10-08 17:32:15,755 runserver 48429 6182727680 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59521] WARNING 2025-10-08 17:32:15,767 log 48429 6216380416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:32:15,767 runserver 48429 6182727680 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59521] INFO 2025-10-08 17:32:17,332 runserver 48429 6182727680 HTTP GET /en/appointments/queue/9/analytics/ 200 [0.03, 127.0.0.1:59521] WARNING 2025-10-08 17:32:17,345 log 48429 6216380416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:32:17,345 runserver 48429 6182727680 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59521] WARNING 2025-10-08 17:32:17,412 runserver 48429 6182727680 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59521] INFO 2025-10-08 17:32:17,424 runserver 48429 6182727680 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59521] INFO 2025-10-08 17:33:17,437 runserver 48429 6182727680 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59521] INFO 2025-10-08 17:34:17,437 runserver 48429 6182727680 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59521] INFO 2025-10-08 17:34:53,698 autoreload 48429 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-10-08 17:34:54,437 autoreload 50251 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 17:34:54,728 server 50251 6325039104 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 17:34:54,728 server 50251 6325039104 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 17:34:54,729 server 50251 6325039104 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 17:35:17,522 runserver 50251 6325039104 HTTP GET /en/htmx/system-notifications/ 200 [0.09, 127.0.0.1:60871] INFO 2025-10-08 17:36:17,453 runserver 50251 6325039104 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60871] INFO 2025-10-08 17:37:17,456 runserver 50251 6325039104 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60871] INFO 2025-10-08 17:38:11,949 autoreload 50251 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-10-08 17:38:12,466 autoreload 51812 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 17:38:12,741 server 51812 6180941824 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 17:38:12,741 server 51812 6180941824 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 17:38:12,742 server 51812 6180941824 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 17:38:17,562 runserver 51812 6180941824 HTTP GET /en/htmx/system-notifications/ 200 [0.12, 127.0.0.1:61800] INFO 2025-10-08 17:38:52,684 autoreload 51812 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-10-08 17:38:53,174 autoreload 52160 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 17:38:53,430 server 52160 6155038720 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 17:38:53,430 server 52160 6155038720 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 17:38:53,431 server 52160 6155038720 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 17:39:15,508 runserver 52160 6155038720 HTTP GET /en/appointments/21/check-in 301 [0.08, 127.0.0.1:62079] ERROR 2025-10-08 17:39:15,528 log 52160 6325039104 Internal Server Error: /en/appointments/21/check-in/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 2858, in check_in_appointment messages.error(request, _("This appointment cannot be checked in.")) ^ NameError: name '_' is not defined ERROR 2025-10-08 17:39:15,530 runserver 52160 6155038720 HTTP GET /en/appointments/21/check-in/ 500 [0.02, 127.0.0.1:62079] WARNING 2025-10-08 17:39:15,542 log 52160 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:39:15,543 runserver 52160 6155038720 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62079] INFO 2025-10-08 17:40:19,449 autoreload 52160 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-10-08 17:40:20,003 autoreload 52834 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 17:40:20,284 server 52834 6154481664 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 17:40:20,285 server 52834 6154481664 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 17:40:20,285 server 52834 6154481664 Listening on TCP address 127.0.0.1:8000 ERROR 2025-10-08 17:40:20,371 log 52834 6188134400 Internal Server Error: /en/appointments/21/check-in/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 2858, in check_in_appointment messages.error(request, _("This appointment cannot be checked in.")) ^ NameError: name '_' is not defined ERROR 2025-10-08 17:40:20,372 runserver 52834 6154481664 HTTP GET /en/appointments/21/check-in/ 500 [0.02, 127.0.0.1:62423] WARNING 2025-10-08 17:40:20,465 log 52834 6188134400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:40:20,465 runserver 52834 6154481664 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.09, 127.0.0.1:62423] INFO 2025-10-08 17:41:35,601 autoreload 52834 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-10-08 17:41:36,139 autoreload 53511 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 17:41:36,426 server 53511 6140882944 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 17:41:36,426 server 53511 6140882944 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 17:41:36,426 server 53511 6140882944 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 17:41:36,527 runserver 53511 6140882944 HTTP GET /en/appointments/21/check-in/ 302 [0.07, 127.0.0.1:62811] INFO 2025-10-08 17:41:36,579 runserver 53511 6140882944 HTTP GET /en/appointments/requests/21/detail/ 200 [0.05, 127.0.0.1:62811] WARNING 2025-10-08 17:41:36,594 log 53511 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:41:36,594 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62811] INFO 2025-10-08 17:41:36,635 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62811] WARNING 2025-10-08 17:41:36,638 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:62812] INFO 2025-10-08 17:41:48,951 runserver 53511 6140882944 HTTP GET /en/appointments/requests 301 [0.01, 127.0.0.1:62812] INFO 2025-10-08 17:41:48,996 runserver 53511 6140882944 HTTP GET /en/appointments/requests/ 200 [0.04, 127.0.0.1:62812] WARNING 2025-10-08 17:41:49,012 log 53511 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:41:49,012 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62812] INFO 2025-10-08 17:41:49,014 runserver 53511 6140882944 HTTP GET /static/plugins/sweetalert/dist/sweetalert.min.js 200 [0.00, 127.0.0.1:62811] WARNING 2025-10-08 17:41:49,026 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:62811] INFO 2025-10-08 17:41:49,034 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62812] INFO 2025-10-08 17:41:57,380 runserver 53511 6140882944 HTTP POST /en/appointments/check-in/4329/ 302 [0.02, 127.0.0.1:62812] INFO 2025-10-08 17:41:57,409 runserver 53511 6140882944 HTTP GET /en/appointments/queue/ 200 [0.03, 127.0.0.1:62812] INFO 2025-10-08 17:41:57,417 runserver 53511 6140882944 HTTP GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js 200 [0.00, 127.0.0.1:62904] INFO 2025-10-08 17:41:57,417 runserver 53511 6140882944 HTTP GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js 200 [0.00, 127.0.0.1:62811] INFO 2025-10-08 17:41:57,417 runserver 53511 6140882944 HTTP GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js 200 [0.00, 127.0.0.1:62905] INFO 2025-10-08 17:41:57,417 runserver 53511 6140882944 HTTP GET /static/plugins/datatables.net/js/dataTables.min.js 200 [0.00, 127.0.0.1:62812] INFO 2025-10-08 17:41:57,442 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62812] WARNING 2025-10-08 17:41:57,462 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:62812] WARNING 2025-10-08 17:42:01,746 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:62812] WARNING 2025-10-08 17:42:01,749 log 53511 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:42:01,750 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62905] WARNING 2025-10-08 17:42:01,771 log 53511 13002665984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:42:01,772 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:62905] WARNING 2025-10-08 17:42:03,629 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:62905] WARNING 2025-10-08 17:42:03,633 log 53511 13002665984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:42:03,633 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62812] WARNING 2025-10-08 17:42:03,643 log 53511 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:42:03,643 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62812] WARNING 2025-10-08 17:42:05,722 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:62812] WARNING 2025-10-08 17:42:05,724 log 53511 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:42:05,725 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62905] WARNING 2025-10-08 17:42:05,733 log 53511 13002665984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:42:05,733 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62905] WARNING 2025-10-08 17:42:05,971 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:62812] WARNING 2025-10-08 17:42:05,974 log 53511 13002665984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:42:05,975 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:62811] INFO 2025-10-08 17:42:05,976 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62905] WARNING 2025-10-08 17:42:05,986 log 53511 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:42:05,986 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62905] WARNING 2025-10-08 17:42:07,042 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:62905] WARNING 2025-10-08 17:42:07,045 log 53511 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:42:07,045 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62811] WARNING 2025-10-08 17:42:07,053 log 53511 13002665984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:42:07,053 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62811] INFO 2025-10-08 17:42:11,801 runserver 53511 6140882944 HTTP GET /en/appointments/requests/ 200 [0.05, 127.0.0.1:62811] WARNING 2025-10-08 17:42:11,814 log 53511 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:42:11,814 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62811] WARNING 2025-10-08 17:42:11,838 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:62905] INFO 2025-10-08 17:42:11,842 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62811] WARNING 2025-10-08 17:42:27,907 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:62811] WARNING 2025-10-08 17:42:27,911 log 53511 13002665984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:42:27,911 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62905] WARNING 2025-10-08 17:42:27,921 log 53511 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:42:27,922 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62905] WARNING 2025-10-08 17:42:28,457 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:62905] WARNING 2025-10-08 17:42:28,461 log 53511 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:42:28,462 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:62811] WARNING 2025-10-08 17:42:28,471 log 53511 13002665984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:42:28,471 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62811] WARNING 2025-10-08 17:42:29,043 log 53511 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:42:29,043 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:62811] WARNING 2025-10-08 17:42:29,093 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:62811] WARNING 2025-10-08 17:42:29,804 log 53511 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:42:29,804 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:62811] INFO 2025-10-08 17:42:40,526 runserver 53511 6140882944 HTTP GET /en/appointments/21/no-show 301 [0.01, 127.0.0.1:62811] INFO 2025-10-08 17:42:40,544 runserver 53511 6140882944 HTTP GET /en/appointments/21/no-show/ 200 [0.02, 127.0.0.1:62811] WARNING 2025-10-08 17:42:40,559 log 53511 12985839616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:42:40,560 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62811] WARNING 2025-10-08 17:42:40,605 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:62905] INFO 2025-10-08 17:42:40,610 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62811] INFO 2025-10-08 17:43:14,700 runserver 53511 6140882944 HTTP GET /en/appointments/ 200 [0.08, 127.0.0.1:62811] WARNING 2025-10-08 17:43:14,711 log 53511 12985839616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:43:14,711 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62811] INFO 2025-10-08 17:43:14,738 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62811] WARNING 2025-10-08 17:43:14,765 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:62811] INFO 2025-10-08 17:43:14,779 runserver 53511 6140882944 HTTP GET /en/appointments/stats/ 200 [0.05, 127.0.0.1:62905] INFO 2025-10-08 17:43:23,110 runserver 53511 6140882944 HTTP GET /en/appointments/scheduling/ 200 [0.02, 127.0.0.1:62905] WARNING 2025-10-08 17:43:23,127 log 53511 12985839616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:43:23,127 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62905] INFO 2025-10-08 17:43:23,153 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:62905] WARNING 2025-10-08 17:43:23,178 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:62905] INFO 2025-10-08 17:43:48,100 runserver 53511 6140882944 HTTP POST /en/appointments/scheduling/find-optimal-slots/ 200 [0.03, 127.0.0.1:62905] INFO 2025-10-08 17:44:06,104 runserver 53511 6140882944 HTTP GET /en/appointments/queue/ 200 [0.04, 127.0.0.1:62905] WARNING 2025-10-08 17:44:06,122 log 53511 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:44:06,122 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62905] INFO 2025-10-08 17:44:06,122 runserver 53511 6140882944 HTTP GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css 200 [0.00, 127.0.0.1:62811] INFO 2025-10-08 17:44:06,123 runserver 53511 6140882944 HTTP GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css 200 [0.00, 127.0.0.1:63616] WARNING 2025-10-08 17:44:06,177 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:63616] INFO 2025-10-08 17:44:06,196 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:63616] INFO 2025-10-08 17:44:26,732 runserver 53511 6140882944 HTTP GET /en/appointments/queue/metrics/dashboard/ 200 [0.03, 127.0.0.1:63616] WARNING 2025-10-08 17:44:26,751 log 53511 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:44:26,752 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:63616] INFO 2025-10-08 17:44:26,771 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63616] WARNING 2025-10-08 17:44:26,800 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:63616] INFO 2025-10-08 17:44:55,713 runserver 53511 6140882944 HTTP GET /en/appointments/queue/metrics/dashboard/ 200 [0.03, 127.0.0.1:63616] INFO 2025-10-08 17:44:55,753 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63616] INFO 2025-10-08 17:45:00,890 runserver 53511 6140882944 HTTP GET /en/appointments/queue 301 [0.01, 127.0.0.1:63616] INFO 2025-10-08 17:45:00,921 runserver 53511 6140882944 HTTP GET /en/appointments/queue/ 200 [0.03, 127.0.0.1:63616] INFO 2025-10-08 17:45:00,974 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63616] INFO 2025-10-08 17:45:19,269 runserver 53511 6140882944 HTTP GET /en/appointments/queue/9/analytics/ 200 [0.03, 127.0.0.1:63616] WARNING 2025-10-08 17:45:19,283 log 53511 13002665984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:45:19,284 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:63616] WARNING 2025-10-08 17:45:19,366 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:63616] INFO 2025-10-08 17:45:19,382 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63616] INFO 2025-10-08 17:46:01,212 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:63616] INFO 2025-10-08 17:46:01,232 runserver 53511 6140882944 HTTP GET /en/appointments/queue/ 200 [0.04, 127.0.0.1:63989] INFO 2025-10-08 17:46:01,271 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63989] INFO 2025-10-08 17:46:19,391 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63989] WARNING 2025-10-08 17:46:20,342 log 53511 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:46:20,342 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:63616] WARNING 2025-10-08 17:46:20,343 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:64312] INFO 2025-10-08 17:46:20,348 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:63989] WARNING 2025-10-08 17:46:20,351 log 53511 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:46:20,351 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64312] INFO 2025-10-08 17:46:22,039 runserver 53511 6140882944 HTTP GET /en/appointments/queue/9/advanced/ 200 [0.03, 127.0.0.1:64312] WARNING 2025-10-08 17:46:22,057 log 53511 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:46:22,057 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64312] INFO 2025-10-08 17:46:22,102 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64312] WARNING 2025-10-08 17:46:22,107 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64312] WARNING 2025-10-08 17:46:24,536 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64312] WARNING 2025-10-08 17:46:24,538 log 53511 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:46:24,538 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:63989] WARNING 2025-10-08 17:46:24,547 log 53511 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:46:24,547 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:63989] INFO 2025-10-08 17:46:29,732 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/advanced/ 200 [0.01, 127.0.0.1:63989] WARNING 2025-10-08 17:46:29,746 log 53511 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:46:29,746 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:63989] INFO 2025-10-08 17:46:29,796 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63989] WARNING 2025-10-08 17:46:29,799 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64312] INFO 2025-10-08 17:46:39,979 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:64312] INFO 2025-10-08 17:46:39,987 runserver 53511 6140882944 HTTP GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css 200 [0.00, 127.0.0.1:64312] INFO 2025-10-08 17:46:39,988 runserver 53511 6140882944 HTTP GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js 200 [0.00, 127.0.0.1:63989] INFO 2025-10-08 17:46:40,019 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63989] INFO 2025-10-08 17:46:55,947 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/htmx/add-patient/ 200 [0.02, 127.0.0.1:63989] INFO 2025-10-08 17:47:19,209 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/config/ 200 [0.02, 127.0.0.1:63989] WARNING 2025-10-08 17:47:19,229 log 53511 12985839616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:47:19,229 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:63989] INFO 2025-10-08 17:47:19,278 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63989] WARNING 2025-10-08 17:47:19,285 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:63989] INFO 2025-10-08 17:47:40,208 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:63989] INFO 2025-10-08 17:47:40,218 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:64719] INFO 2025-10-08 17:47:40,254 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64719] INFO 2025-10-08 17:48:19,295 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64719] WARNING 2025-10-08 17:48:40,520 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:65010] WARNING 2025-10-08 17:48:40,524 log 53511 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:48:40,525 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:65011] INFO 2025-10-08 17:48:40,526 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64719] WARNING 2025-10-08 17:48:40,534 log 53511 12985839616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:48:40,534 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64719] INFO 2025-10-08 17:48:41,215 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:64719] INFO 2025-10-08 17:48:41,222 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:65011] INFO 2025-10-08 17:48:41,255 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65011] INFO 2025-10-08 17:48:48,168 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:65011] WARNING 2025-10-08 17:48:48,186 log 53511 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:48:48,186 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65011] WARNING 2025-10-08 17:48:48,231 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65011] INFO 2025-10-08 17:48:48,240 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65011] INFO 2025-10-08 17:48:58,265 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:65011] INFO 2025-10-08 17:48:58,308 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65011] INFO 2025-10-08 17:49:08,321 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:65011] INFO 2025-10-08 17:49:08,358 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65011] INFO 2025-10-08 17:49:18,378 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:65011] INFO 2025-10-08 17:49:18,416 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65011] INFO 2025-10-08 17:49:28,438 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:65011] INFO 2025-10-08 17:49:28,476 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65011] INFO 2025-10-08 17:49:38,495 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:65011] INFO 2025-10-08 17:49:38,526 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65011] INFO 2025-10-08 17:49:41,216 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:65011] INFO 2025-10-08 17:49:42,221 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:65011] INFO 2025-10-08 17:49:42,227 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:65336] INFO 2025-10-08 17:49:42,270 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65336] INFO 2025-10-08 17:49:49,204 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:65336] INFO 2025-10-08 17:49:49,241 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65336] INFO 2025-10-08 17:49:58,118 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/analytics/ 200 [0.03, 127.0.0.1:65336] WARNING 2025-10-08 17:49:58,136 log 53511 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:49:58,136 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65336] WARNING 2025-10-08 17:49:58,199 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65336] INFO 2025-10-08 17:49:58,212 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65336] INFO 2025-10-08 17:50:00,209 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:65336] INFO 2025-10-08 17:50:00,249 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65336] WARNING 2025-10-08 17:50:00,896 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65336] WARNING 2025-10-08 17:50:00,899 log 53511 12985839616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:50:00,899 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65336] WARNING 2025-10-08 17:50:00,913 log 53511 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:50:00,913 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65336] WARNING 2025-10-08 17:50:01,789 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65011] WARNING 2025-10-08 17:50:01,793 log 53511 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:50:01,794 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65414] INFO 2025-10-08 17:50:01,795 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65336] WARNING 2025-10-08 17:50:01,803 log 53511 12985839616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:50:01,804 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65336] WARNING 2025-10-08 17:50:07,434 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:65011] WARNING 2025-10-08 17:50:07,435 log 53511 12985839616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:50:07,435 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:65439] INFO 2025-10-08 17:50:07,437 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:65336] INFO 2025-10-08 17:50:07,460 runserver 53511 6140882944 HTTP GET /en/appointments/queue/ 200 [0.04, 127.0.0.1:65414] WARNING 2025-10-08 17:50:07,470 log 53511 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:50:07,470 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65414] WARNING 2025-10-08 17:50:07,474 log 53511 12985839616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:50:07,474 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65414] WARNING 2025-10-08 17:50:07,497 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65414] INFO 2025-10-08 17:50:07,519 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65414] WARNING 2025-10-08 17:50:10,518 log 53511 12985839616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:50:10,518 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:65414] WARNING 2025-10-08 17:50:10,565 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65414] INFO 2025-10-08 17:50:11,210 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:65414] INFO 2025-10-08 17:50:11,243 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65414] WARNING 2025-10-08 17:50:11,347 log 53511 12985839616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:50:11,348 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65414] WARNING 2025-10-08 17:50:11,396 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65414] INFO 2025-10-08 17:50:22,209 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:65414] INFO 2025-10-08 17:50:22,242 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65414] INFO 2025-10-08 17:50:33,209 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:65414] INFO 2025-10-08 17:50:33,244 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65414] INFO 2025-10-08 17:50:43,214 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:65414] INFO 2025-10-08 17:50:43,223 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:65336] INFO 2025-10-08 17:50:43,259 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65336] INFO 2025-10-08 17:50:44,210 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:65336] INFO 2025-10-08 17:50:44,252 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65336] INFO 2025-10-08 17:50:55,208 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:65336] INFO 2025-10-08 17:50:55,242 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65336] INFO 2025-10-08 17:51:06,210 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:65336] INFO 2025-10-08 17:51:06,245 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65336] INFO 2025-10-08 17:51:11,395 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:65336] INFO 2025-10-08 17:51:11,435 runserver 53511 6140882944 HTTP GET /en/appointments/stats/ 200 [0.07, 127.0.0.1:65414] INFO 2025-10-08 17:51:17,212 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:65414] INFO 2025-10-08 17:51:17,250 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65414] INFO 2025-10-08 17:51:28,208 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:65414] INFO 2025-10-08 17:51:28,243 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65414] INFO 2025-10-08 17:51:39,208 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:65414] INFO 2025-10-08 17:51:39,244 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65414] INFO 2025-10-08 17:51:44,215 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:65414] INFO 2025-10-08 17:51:44,223 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:65336] INFO 2025-10-08 17:51:44,257 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65336] INFO 2025-10-08 17:51:50,210 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:65336] INFO 2025-10-08 17:51:50,251 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65336] INFO 2025-10-08 17:52:01,211 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:65336] INFO 2025-10-08 17:52:01,252 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65336] INFO 2025-10-08 17:52:11,405 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:65336] INFO 2025-10-08 17:52:11,446 runserver 53511 6140882944 HTTP GET /en/appointments/stats/ 200 [0.07, 127.0.0.1:65414] INFO 2025-10-08 17:52:12,211 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:65414] INFO 2025-10-08 17:52:12,254 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65414] INFO 2025-10-08 17:52:23,208 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:65414] INFO 2025-10-08 17:52:23,243 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65414] INFO 2025-10-08 17:52:34,147 runserver 53511 6140882944 HTTP GET /en/hr 301 [0.01, 127.0.0.1:65414] INFO 2025-10-08 17:52:34,196 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:65336] INFO 2025-10-08 17:52:34,242 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65336] INFO 2025-10-08 17:52:34,260 runserver 53511 6140882944 HTTP GET /en/hr/ 200 [0.11, 127.0.0.1:65414] WARNING 2025-10-08 17:52:34,274 log 53511 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:52:34,275 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65414] INFO 2025-10-08 17:52:34,298 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65414] WARNING 2025-10-08 17:52:34,340 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65414] INFO 2025-10-08 17:52:45,231 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.04, 127.0.0.1:65336] INFO 2025-10-08 17:52:45,238 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.05, 127.0.0.1:65414] INFO 2025-10-08 17:52:45,242 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.05, 127.0.0.1:49848] INFO 2025-10-08 17:52:45,269 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:49848] INFO 2025-10-08 17:52:45,277 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65414] INFO 2025-10-08 17:52:56,199 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:65414] INFO 2025-10-08 17:52:56,232 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65414] INFO 2025-10-08 17:53:07,208 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:65414] INFO 2025-10-08 17:53:07,244 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65414] INFO 2025-10-08 17:53:18,211 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:65414] INFO 2025-10-08 17:53:18,246 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65414] INFO 2025-10-08 17:53:29,208 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:65414] INFO 2025-10-08 17:53:29,242 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65414] INFO 2025-10-08 17:53:34,316 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:65414] INFO 2025-10-08 17:53:40,207 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:65414] INFO 2025-10-08 17:53:40,242 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65414] INFO 2025-10-08 17:53:46,219 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:65414] INFO 2025-10-08 17:53:46,227 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:50136] INFO 2025-10-08 17:53:46,263 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50136] INFO 2025-10-08 17:53:51,208 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:50136] INFO 2025-10-08 17:53:51,245 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50136] INFO 2025-10-08 17:54:02,209 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:50136] INFO 2025-10-08 17:54:02,245 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50136] INFO 2025-10-08 17:54:13,211 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:50136] INFO 2025-10-08 17:54:13,251 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50136] INFO 2025-10-08 17:54:13,608 runserver 53511 6140882944 HTTP GET /en/hr/training/records 301 [0.01, 127.0.0.1:50136] INFO 2025-10-08 17:54:13,655 runserver 53511 6140882944 HTTP GET /en/hr/training/records/ 200 [0.05, 127.0.0.1:50136] WARNING 2025-10-08 17:54:13,669 log 53511 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:54:13,670 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50136] WARNING 2025-10-08 17:54:13,690 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65414] INFO 2025-10-08 17:54:13,692 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50136] INFO 2025-10-08 17:54:24,208 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:50136] INFO 2025-10-08 17:54:24,244 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50136] INFO 2025-10-08 17:54:35,208 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:50136] INFO 2025-10-08 17:54:35,243 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50136] INFO 2025-10-08 17:54:46,210 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:50136] INFO 2025-10-08 17:54:46,241 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50136] INFO 2025-10-08 17:54:47,217 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:50136] INFO 2025-10-08 17:54:47,225 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:65414] INFO 2025-10-08 17:54:47,268 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65414] INFO 2025-10-08 17:54:57,209 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:65414] INFO 2025-10-08 17:54:57,244 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65414] INFO 2025-10-08 17:55:08,208 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:65414] INFO 2025-10-08 17:55:08,243 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65414] INFO 2025-10-08 17:55:13,699 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65414] INFO 2025-10-08 17:55:19,210 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:65414] INFO 2025-10-08 17:55:19,245 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65414] INFO 2025-10-08 17:55:30,208 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:65414] INFO 2025-10-08 17:55:30,242 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65414] INFO 2025-10-08 17:55:41,210 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:65414] INFO 2025-10-08 17:55:41,246 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65414] INFO 2025-10-08 17:55:48,217 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:65414] INFO 2025-10-08 17:55:48,225 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:50861] INFO 2025-10-08 17:55:48,260 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50861] INFO 2025-10-08 17:55:52,210 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:50861] INFO 2025-10-08 17:55:52,246 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50861] INFO 2025-10-08 17:56:03,208 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:50861] INFO 2025-10-08 17:56:03,243 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50861] INFO 2025-10-08 17:56:13,711 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50861] INFO 2025-10-08 17:56:14,209 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:50861] INFO 2025-10-08 17:56:14,249 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50861] INFO 2025-10-08 17:56:25,155 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:50861] INFO 2025-10-08 17:56:25,190 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50861] INFO 2025-10-08 17:56:36,155 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:50861] INFO 2025-10-08 17:56:36,191 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50861] INFO 2025-10-08 17:56:47,153 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:50861] INFO 2025-10-08 17:56:47,188 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50861] INFO 2025-10-08 17:56:49,156 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:51149] INFO 2025-10-08 17:56:49,162 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:50861] INFO 2025-10-08 17:56:49,202 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50861] INFO 2025-10-08 17:56:58,154 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:50861] INFO 2025-10-08 17:56:58,187 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50861] INFO 2025-10-08 17:57:09,144 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:50861] INFO 2025-10-08 17:57:09,180 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50861] INFO 2025-10-08 17:57:09,534 runserver 53511 6140882944 HTTP GET /en/hr/training/programs 301 [0.02, 127.0.0.1:50861] INFO 2025-10-08 17:57:09,553 runserver 53511 6140882944 HTTP GET /en/hr/training/programs/ 200 [0.02, 127.0.0.1:50861] WARNING 2025-10-08 17:57:09,571 log 53511 13002665984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 17:57:09,572 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50861] INFO 2025-10-08 17:57:09,592 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50861] WARNING 2025-10-08 17:57:09,619 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50861] INFO 2025-10-08 17:57:20,154 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:50861] INFO 2025-10-08 17:57:20,189 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50861] INFO 2025-10-08 17:57:31,142 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:50861] INFO 2025-10-08 17:57:31,174 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50861] INFO 2025-10-08 17:57:42,155 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:50861] INFO 2025-10-08 17:57:42,191 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50861] INFO 2025-10-08 17:57:50,152 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:50861] INFO 2025-10-08 17:57:50,162 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:51471] INFO 2025-10-08 17:57:50,197 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51471] INFO 2025-10-08 17:57:53,156 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:51471] INFO 2025-10-08 17:57:53,192 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51471] INFO 2025-10-08 17:58:04,151 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:51471] INFO 2025-10-08 17:58:04,181 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51471] INFO 2025-10-08 17:58:09,608 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:51471] INFO 2025-10-08 17:58:15,153 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:51471] INFO 2025-10-08 17:58:15,189 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51471] INFO 2025-10-08 17:58:26,153 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:51471] INFO 2025-10-08 17:58:26,188 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51471] INFO 2025-10-08 17:58:37,155 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:51471] INFO 2025-10-08 17:58:37,192 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51471] INFO 2025-10-08 17:58:48,153 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:51471] INFO 2025-10-08 17:58:48,187 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51471] INFO 2025-10-08 17:58:51,160 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:51471] INFO 2025-10-08 17:58:51,168 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:51779] INFO 2025-10-08 17:58:51,207 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51779] INFO 2025-10-08 17:58:59,155 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:51835] INFO 2025-10-08 17:58:59,190 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51835] INFO 2025-10-08 17:59:09,611 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:51835] INFO 2025-10-08 17:59:10,152 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:51835] INFO 2025-10-08 17:59:10,188 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51835] INFO 2025-10-08 17:59:21,154 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:51835] INFO 2025-10-08 17:59:21,189 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51835] INFO 2025-10-08 17:59:32,155 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:51835] INFO 2025-10-08 17:59:32,189 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51835] INFO 2025-10-08 17:59:43,154 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:51835] INFO 2025-10-08 17:59:43,190 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51835] INFO 2025-10-08 17:59:52,160 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:51835] INFO 2025-10-08 17:59:52,169 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:51836] INFO 2025-10-08 17:59:52,205 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51836] INFO 2025-10-08 17:59:54,154 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:51836] INFO 2025-10-08 17:59:54,192 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51836] INFO 2025-10-08 18:00:05,154 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:51836] INFO 2025-10-08 18:00:05,189 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51836] INFO 2025-10-08 18:00:09,615 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:51836] INFO 2025-10-08 18:00:16,153 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:51836] INFO 2025-10-08 18:00:16,189 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51836] INFO 2025-10-08 18:00:27,154 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:51836] INFO 2025-10-08 18:00:27,188 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51836] INFO 2025-10-08 18:00:38,143 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:51836] INFO 2025-10-08 18:00:38,177 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51836] INFO 2025-10-08 18:00:49,154 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:51836] INFO 2025-10-08 18:00:49,189 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51836] INFO 2025-10-08 18:00:53,158 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:51836] INFO 2025-10-08 18:00:53,168 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:52373] INFO 2025-10-08 18:00:53,203 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52373] INFO 2025-10-08 18:01:00,146 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:52373] INFO 2025-10-08 18:01:00,182 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52373] INFO 2025-10-08 18:01:09,611 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52373] INFO 2025-10-08 18:01:11,154 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:52373] INFO 2025-10-08 18:01:11,189 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52373] INFO 2025-10-08 18:01:22,142 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:52373] INFO 2025-10-08 18:01:22,176 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52373] INFO 2025-10-08 18:01:33,154 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:52373] INFO 2025-10-08 18:01:33,190 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52373] INFO 2025-10-08 18:01:44,143 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:52373] INFO 2025-10-08 18:01:44,178 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52373] INFO 2025-10-08 18:01:54,166 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:52774] INFO 2025-10-08 18:01:54,174 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:52373] INFO 2025-10-08 18:01:54,209 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52373] INFO 2025-10-08 18:01:55,154 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:52373] INFO 2025-10-08 18:01:55,196 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52373] INFO 2025-10-08 18:02:06,144 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:52373] INFO 2025-10-08 18:02:06,174 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52373] INFO 2025-10-08 18:02:09,622 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:52373] INFO 2025-10-08 18:02:17,152 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:52373] INFO 2025-10-08 18:02:17,188 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52373] INFO 2025-10-08 18:02:28,156 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:52373] INFO 2025-10-08 18:02:28,190 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52373] INFO 2025-10-08 18:02:39,151 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:52373] INFO 2025-10-08 18:02:39,186 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52373] INFO 2025-10-08 18:02:50,151 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:52373] INFO 2025-10-08 18:02:50,187 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52373] INFO 2025-10-08 18:02:55,160 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:52373] INFO 2025-10-08 18:02:55,169 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:53096] INFO 2025-10-08 18:02:55,203 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53096] INFO 2025-10-08 18:03:01,154 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:53096] INFO 2025-10-08 18:03:01,189 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53096] INFO 2025-10-08 18:03:09,626 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:53096] INFO 2025-10-08 18:03:12,153 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:53096] INFO 2025-10-08 18:03:12,189 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53096] INFO 2025-10-08 18:03:23,153 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:53096] INFO 2025-10-08 18:03:23,188 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53096] INFO 2025-10-08 18:03:34,151 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:53096] INFO 2025-10-08 18:03:34,188 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53096] INFO 2025-10-08 18:03:45,143 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:53096] INFO 2025-10-08 18:03:45,177 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53096] INFO 2025-10-08 18:03:56,174 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.04, 127.0.0.1:53428] INFO 2025-10-08 18:03:56,176 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.04, 127.0.0.1:53096] INFO 2025-10-08 18:03:56,182 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.05, 127.0.0.1:53429] INFO 2025-10-08 18:03:56,207 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53429] INFO 2025-10-08 18:03:56,216 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53429] INFO 2025-10-08 18:04:07,154 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:53429] INFO 2025-10-08 18:04:07,188 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53429] INFO 2025-10-08 18:04:09,631 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:53429] INFO 2025-10-08 18:04:18,152 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:53429] INFO 2025-10-08 18:04:18,187 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53429] INFO 2025-10-08 18:04:29,154 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:53429] INFO 2025-10-08 18:04:29,188 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53429] INFO 2025-10-08 18:04:40,152 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:53429] INFO 2025-10-08 18:04:40,186 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53429] INFO 2025-10-08 18:04:51,151 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:53429] INFO 2025-10-08 18:04:51,188 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53429] INFO 2025-10-08 18:04:57,159 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:53429] INFO 2025-10-08 18:04:57,167 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:53713] INFO 2025-10-08 18:04:57,199 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53713] INFO 2025-10-08 18:05:02,153 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:53713] INFO 2025-10-08 18:05:02,188 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53713] INFO 2025-10-08 18:05:09,634 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:53713] INFO 2025-10-08 18:05:13,152 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:53713] INFO 2025-10-08 18:05:13,188 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53713] INFO 2025-10-08 18:05:24,148 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:53713] INFO 2025-10-08 18:05:24,183 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53713] INFO 2025-10-08 18:05:35,152 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:53713] INFO 2025-10-08 18:05:35,186 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53713] INFO 2025-10-08 18:05:46,143 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:53713] INFO 2025-10-08 18:05:46,173 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53713] INFO 2025-10-08 18:05:57,151 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:53713] INFO 2025-10-08 18:05:57,188 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53713] INFO 2025-10-08 18:05:58,159 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:53713] INFO 2025-10-08 18:05:58,168 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:54036] INFO 2025-10-08 18:05:58,213 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54036] INFO 2025-10-08 18:06:08,144 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:54036] INFO 2025-10-08 18:06:08,177 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54036] INFO 2025-10-08 18:06:09,639 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:54036] INFO 2025-10-08 18:06:19,153 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:54036] INFO 2025-10-08 18:06:19,191 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54036] INFO 2025-10-08 18:06:30,151 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:54036] INFO 2025-10-08 18:06:30,187 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54036] INFO 2025-10-08 18:06:41,153 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:54036] INFO 2025-10-08 18:06:41,187 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54036] INFO 2025-10-08 18:06:52,152 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:54036] INFO 2025-10-08 18:06:52,186 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54036] INFO 2025-10-08 18:06:59,158 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:54036] INFO 2025-10-08 18:06:59,166 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:54327] INFO 2025-10-08 18:06:59,202 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54327] INFO 2025-10-08 18:07:03,147 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:54327] INFO 2025-10-08 18:07:03,183 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54327] INFO 2025-10-08 18:07:09,644 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:54327] INFO 2025-10-08 18:07:14,152 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:54327] INFO 2025-10-08 18:07:14,188 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54327] INFO 2025-10-08 18:07:25,154 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:54327] INFO 2025-10-08 18:07:25,189 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54327] INFO 2025-10-08 18:07:36,155 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:54327] INFO 2025-10-08 18:07:36,192 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54327] INFO 2025-10-08 18:07:47,151 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:54327] INFO 2025-10-08 18:07:47,187 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54327] INFO 2025-10-08 18:07:58,149 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:54327] INFO 2025-10-08 18:07:58,186 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54327] INFO 2025-10-08 18:08:00,156 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:54327] INFO 2025-10-08 18:08:00,166 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:54652] INFO 2025-10-08 18:08:00,207 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54652] INFO 2025-10-08 18:08:09,152 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:54652] INFO 2025-10-08 18:08:09,189 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54652] INFO 2025-10-08 18:08:10,156 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:54652] INFO 2025-10-08 18:08:20,153 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:54652] INFO 2025-10-08 18:08:20,188 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54652] INFO 2025-10-08 18:08:31,143 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:54652] INFO 2025-10-08 18:08:31,181 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54652] INFO 2025-10-08 18:08:42,143 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:54652] INFO 2025-10-08 18:08:42,178 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54652] INFO 2025-10-08 18:08:53,153 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:54652] INFO 2025-10-08 18:08:53,189 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54652] INFO 2025-10-08 18:09:01,156 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:54652] INFO 2025-10-08 18:09:01,165 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:54964] INFO 2025-10-08 18:09:01,203 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54964] INFO 2025-10-08 18:09:04,145 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:54964] INFO 2025-10-08 18:09:04,181 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54964] INFO 2025-10-08 18:09:12,155 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:54964] INFO 2025-10-08 18:09:15,150 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:54964] INFO 2025-10-08 18:09:15,186 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54964] INFO 2025-10-08 18:09:26,152 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:54964] INFO 2025-10-08 18:09:26,189 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54964] INFO 2025-10-08 18:09:37,151 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:54964] INFO 2025-10-08 18:09:37,187 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54964] INFO 2025-10-08 18:09:48,150 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:54964] INFO 2025-10-08 18:09:48,187 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54964] INFO 2025-10-08 18:09:59,152 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:54964] INFO 2025-10-08 18:09:59,190 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54964] INFO 2025-10-08 18:10:02,156 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:54964] INFO 2025-10-08 18:10:02,165 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:55215] INFO 2025-10-08 18:10:02,206 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55215] INFO 2025-10-08 18:10:10,149 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:55215] INFO 2025-10-08 18:10:10,186 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55215] INFO 2025-10-08 18:10:21,158 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:54964] INFO 2025-10-08 18:10:21,160 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.03, 127.0.0.1:55215] INFO 2025-10-08 18:10:21,194 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55215] INFO 2025-10-08 18:10:32,150 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:55215] INFO 2025-10-08 18:10:32,184 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55215] INFO 2025-10-08 18:10:43,149 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:55215] INFO 2025-10-08 18:10:43,186 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55215] INFO 2025-10-08 18:10:54,150 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:55215] INFO 2025-10-08 18:10:54,187 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55215] INFO 2025-10-08 18:11:03,152 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:55215] INFO 2025-10-08 18:11:03,161 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:54964] INFO 2025-10-08 18:11:03,199 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54964] INFO 2025-10-08 18:11:05,138 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:54964] INFO 2025-10-08 18:11:05,173 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54964] INFO 2025-10-08 18:11:16,150 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:54964] INFO 2025-10-08 18:11:16,187 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54964] INFO 2025-10-08 18:11:27,136 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:54964] INFO 2025-10-08 18:11:27,169 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54964] INFO 2025-10-08 18:11:38,135 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:54964] INFO 2025-10-08 18:11:38,170 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54964] INFO 2025-10-08 18:11:49,128 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:54964] INFO 2025-10-08 18:11:49,164 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54964] INFO 2025-10-08 18:12:00,127 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:54964] INFO 2025-10-08 18:12:00,161 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54964] INFO 2025-10-08 18:12:04,129 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:54964] INFO 2025-10-08 18:12:04,139 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:55815] INFO 2025-10-08 18:12:04,178 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55815] INFO 2025-10-08 18:12:11,126 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:55815] INFO 2025-10-08 18:12:11,161 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55815] INFO 2025-10-08 18:12:21,126 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:55815] INFO 2025-10-08 18:12:22,125 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:55815] INFO 2025-10-08 18:12:22,155 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55815] INFO 2025-10-08 18:12:33,125 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:55815] INFO 2025-10-08 18:12:33,161 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55815] INFO 2025-10-08 18:12:44,123 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:55815] INFO 2025-10-08 18:12:44,160 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55815] INFO 2025-10-08 18:12:55,125 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:55815] INFO 2025-10-08 18:12:55,162 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55815] INFO 2025-10-08 18:13:05,123 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:55815] INFO 2025-10-08 18:13:05,135 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56064] INFO 2025-10-08 18:13:05,172 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56064] INFO 2025-10-08 18:13:06,125 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:56064] INFO 2025-10-08 18:13:06,168 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56064] INFO 2025-10-08 18:13:17,121 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:56064] INFO 2025-10-08 18:13:17,157 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56064] INFO 2025-10-08 18:13:28,116 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:56064] INFO 2025-10-08 18:13:28,161 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56064] INFO 2025-10-08 18:13:39,122 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:56064] INFO 2025-10-08 18:13:39,160 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56064] INFO 2025-10-08 18:13:50,115 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:56064] INFO 2025-10-08 18:13:50,152 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56064] INFO 2025-10-08 18:14:01,122 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:56064] INFO 2025-10-08 18:14:01,159 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56064] INFO 2025-10-08 18:14:06,129 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:56064] INFO 2025-10-08 18:14:06,138 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:56479] INFO 2025-10-08 18:14:06,172 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56479] INFO 2025-10-08 18:14:12,117 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:56479] INFO 2025-10-08 18:14:12,155 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56479] INFO 2025-10-08 18:14:21,128 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56479] INFO 2025-10-08 18:14:23,123 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:56479] INFO 2025-10-08 18:14:23,156 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56479] INFO 2025-10-08 18:14:34,124 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:56479] INFO 2025-10-08 18:14:34,161 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56479] INFO 2025-10-08 18:14:45,121 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:56479] INFO 2025-10-08 18:14:45,158 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56479] INFO 2025-10-08 18:14:56,122 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:56479] INFO 2025-10-08 18:14:56,158 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56479] INFO 2025-10-08 18:15:07,145 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.04, 127.0.0.1:56773] INFO 2025-10-08 18:15:07,150 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.04, 127.0.0.1:56479] INFO 2025-10-08 18:15:07,155 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.05, 127.0.0.1:56774] INFO 2025-10-08 18:15:07,185 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56774] INFO 2025-10-08 18:15:07,193 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56479] INFO 2025-10-08 18:15:18,124 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:56479] INFO 2025-10-08 18:15:18,159 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56479] INFO 2025-10-08 18:15:29,122 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:56479] INFO 2025-10-08 18:15:29,160 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56479] INFO 2025-10-08 18:15:40,123 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:56479] INFO 2025-10-08 18:15:40,159 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56479] INFO 2025-10-08 18:15:47,888 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56479] INFO 2025-10-08 18:15:51,122 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:56479] INFO 2025-10-08 18:15:51,162 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56479] INFO 2025-10-08 18:15:55,918 runserver 53511 6140882944 HTTP GET /en/hr/training/programs/3/ 200 [0.03, 127.0.0.1:56479] WARNING 2025-10-08 18:15:55,929 log 53511 13002665984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 18:15:55,930 runserver 53511 6140882944 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56479] INFO 2025-10-08 18:15:55,980 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56479] WARNING 2025-10-08 18:15:55,987 runserver 53511 6140882944 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:56479] INFO 2025-10-08 18:16:02,123 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:56479] INFO 2025-10-08 18:16:02,158 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56479] INFO 2025-10-08 18:16:08,129 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:56479] INFO 2025-10-08 18:16:08,137 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:57064] INFO 2025-10-08 18:16:08,174 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57064] INFO 2025-10-08 18:16:13,116 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:57064] INFO 2025-10-08 18:16:13,152 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57064] INFO 2025-10-08 18:16:24,122 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:57064] INFO 2025-10-08 18:16:24,156 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57064] INFO 2025-10-08 18:16:35,117 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:57064] INFO 2025-10-08 18:16:35,152 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57064] INFO 2025-10-08 18:16:46,122 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:57064] INFO 2025-10-08 18:16:46,162 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57064] INFO 2025-10-08 18:16:55,987 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57064] INFO 2025-10-08 18:16:57,111 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:57064] INFO 2025-10-08 18:16:57,146 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57064] INFO 2025-10-08 18:17:08,122 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:57064] INFO 2025-10-08 18:17:08,158 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57064] INFO 2025-10-08 18:17:09,128 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:57064] INFO 2025-10-08 18:17:09,136 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:57499] INFO 2025-10-08 18:17:09,180 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57499] INFO 2025-10-08 18:17:19,115 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:57499] INFO 2025-10-08 18:17:19,147 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57499] INFO 2025-10-08 18:17:30,122 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:57499] INFO 2025-10-08 18:17:30,158 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57499] INFO 2025-10-08 18:17:41,122 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:57499] INFO 2025-10-08 18:17:41,159 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57499] INFO 2025-10-08 18:17:52,121 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:57499] INFO 2025-10-08 18:17:52,157 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57499] INFO 2025-10-08 18:17:55,991 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57499] INFO 2025-10-08 18:18:03,122 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:57499] INFO 2025-10-08 18:18:03,159 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57499] INFO 2025-10-08 18:18:10,123 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:57499] INFO 2025-10-08 18:18:10,132 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:57785] INFO 2025-10-08 18:18:10,169 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57785] INFO 2025-10-08 18:18:14,121 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:57785] INFO 2025-10-08 18:18:14,157 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57785] INFO 2025-10-08 18:18:25,121 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:57785] INFO 2025-10-08 18:18:25,157 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57785] INFO 2025-10-08 18:18:36,120 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:57785] INFO 2025-10-08 18:18:36,156 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57785] INFO 2025-10-08 18:18:47,120 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:57785] INFO 2025-10-08 18:18:47,156 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57785] INFO 2025-10-08 18:18:56,001 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57785] INFO 2025-10-08 18:18:58,121 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:57785] INFO 2025-10-08 18:18:58,156 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57785] INFO 2025-10-08 18:19:09,120 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:57785] INFO 2025-10-08 18:19:09,156 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57785] INFO 2025-10-08 18:19:11,133 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:58115] INFO 2025-10-08 18:19:11,140 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.04, 127.0.0.1:57785] INFO 2025-10-08 18:19:11,179 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57785] INFO 2025-10-08 18:19:20,121 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:57785] INFO 2025-10-08 18:19:20,157 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57785] INFO 2025-10-08 18:19:31,119 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:57785] INFO 2025-10-08 18:19:31,154 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57785] INFO 2025-10-08 18:19:42,119 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:57785] INFO 2025-10-08 18:19:42,156 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57785] INFO 2025-10-08 18:19:53,119 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:57785] INFO 2025-10-08 18:19:53,156 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57785] INFO 2025-10-08 18:19:56,005 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57785] INFO 2025-10-08 18:20:04,110 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:57785] INFO 2025-10-08 18:20:04,136 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57785] INFO 2025-10-08 18:20:12,128 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:57785] INFO 2025-10-08 18:20:12,136 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:58398] INFO 2025-10-08 18:20:12,173 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58398] INFO 2025-10-08 18:20:15,120 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:58398] INFO 2025-10-08 18:20:15,152 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58398] INFO 2025-10-08 18:20:26,107 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:58398] INFO 2025-10-08 18:20:26,139 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58398] INFO 2025-10-08 18:20:37,119 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:58398] INFO 2025-10-08 18:20:37,155 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58398] INFO 2025-10-08 18:20:48,120 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:58398] INFO 2025-10-08 18:20:48,155 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58398] INFO 2025-10-08 18:20:56,007 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58398] INFO 2025-10-08 18:20:59,119 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:58398] INFO 2025-10-08 18:20:59,154 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58398] INFO 2025-10-08 18:21:10,118 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:58398] INFO 2025-10-08 18:21:10,154 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58398] INFO 2025-10-08 18:21:13,125 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:58398] INFO 2025-10-08 18:21:13,133 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:58720] INFO 2025-10-08 18:21:13,171 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58720] INFO 2025-10-08 18:21:21,119 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:58720] INFO 2025-10-08 18:21:21,156 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58720] INFO 2025-10-08 18:21:32,120 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:58720] INFO 2025-10-08 18:21:32,155 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58720] INFO 2025-10-08 18:21:43,119 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:58720] INFO 2025-10-08 18:21:43,154 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58720] INFO 2025-10-08 18:21:54,119 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:58720] INFO 2025-10-08 18:21:54,155 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58720] INFO 2025-10-08 18:21:56,006 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58720] INFO 2025-10-08 18:22:05,116 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:58720] INFO 2025-10-08 18:22:05,153 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58720] INFO 2025-10-08 18:22:14,118 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58720] INFO 2025-10-08 18:22:14,127 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:59010] INFO 2025-10-08 18:22:14,162 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59010] INFO 2025-10-08 18:22:16,118 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:59010] INFO 2025-10-08 18:22:16,157 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59010] INFO 2025-10-08 18:22:27,115 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:59010] INFO 2025-10-08 18:22:27,152 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59010] INFO 2025-10-08 18:22:38,116 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:59010] INFO 2025-10-08 18:22:38,152 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59010] INFO 2025-10-08 18:22:49,115 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:59010] INFO 2025-10-08 18:22:49,149 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59010] INFO 2025-10-08 18:22:56,010 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59010] INFO 2025-10-08 18:23:00,112 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:59010] INFO 2025-10-08 18:23:00,148 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59010] INFO 2025-10-08 18:23:11,115 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:59010] INFO 2025-10-08 18:23:11,152 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59010] INFO 2025-10-08 18:23:15,110 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59010] INFO 2025-10-08 18:23:15,118 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:59304] INFO 2025-10-08 18:23:15,157 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59304] INFO 2025-10-08 18:23:22,114 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:59304] INFO 2025-10-08 18:23:22,150 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59304] INFO 2025-10-08 18:23:33,116 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:59304] INFO 2025-10-08 18:23:33,152 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59304] INFO 2025-10-08 18:23:44,114 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:59304] INFO 2025-10-08 18:23:44,150 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59304] INFO 2025-10-08 18:23:55,115 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:59304] INFO 2025-10-08 18:23:55,151 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59304] INFO 2025-10-08 18:23:56,001 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59304] INFO 2025-10-08 18:24:06,114 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:59304] INFO 2025-10-08 18:24:06,148 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59304] INFO 2025-10-08 18:24:16,127 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59700] INFO 2025-10-08 18:24:16,134 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:59304] INFO 2025-10-08 18:24:16,171 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59304] INFO 2025-10-08 18:24:17,112 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:59304] INFO 2025-10-08 18:24:17,146 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59304] INFO 2025-10-08 18:24:28,116 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:59304] INFO 2025-10-08 18:24:28,152 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59304] INFO 2025-10-08 18:24:39,113 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:59304] INFO 2025-10-08 18:24:39,149 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59304] INFO 2025-10-08 18:24:50,117 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:59304] INFO 2025-10-08 18:24:50,154 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59304] INFO 2025-10-08 18:24:56,007 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59304] INFO 2025-10-08 18:25:01,110 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:59304] INFO 2025-10-08 18:25:01,147 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59304] INFO 2025-10-08 18:25:12,117 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:59304] INFO 2025-10-08 18:25:12,153 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59304] INFO 2025-10-08 18:25:17,123 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:59304] INFO 2025-10-08 18:25:17,131 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:59989] INFO 2025-10-08 18:25:17,171 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59989] INFO 2025-10-08 18:25:23,102 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:59989] INFO 2025-10-08 18:25:23,131 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59989] INFO 2025-10-08 18:25:34,118 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:59989] INFO 2025-10-08 18:25:34,153 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59989] INFO 2025-10-08 18:25:45,115 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:59989] INFO 2025-10-08 18:25:45,152 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59989] INFO 2025-10-08 18:25:56,018 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59989] INFO 2025-10-08 18:25:56,116 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:59989] INFO 2025-10-08 18:25:56,151 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59989] INFO 2025-10-08 18:26:07,106 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:59989] INFO 2025-10-08 18:26:07,142 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59989] INFO 2025-10-08 18:26:18,133 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.04, 127.0.0.1:59989] INFO 2025-10-08 18:26:18,135 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:60312] INFO 2025-10-08 18:26:18,143 runserver 53511 6140882944 HTTP GET /en/appointments/queue/3/ 200 [0.04, 127.0.0.1:60311] INFO 2025-10-08 18:26:18,167 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60311] INFO 2025-10-08 18:26:18,176 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60311] INFO 2025-10-08 18:26:29,105 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:60311] INFO 2025-10-08 18:26:29,139 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60311] INFO 2025-10-08 18:26:40,114 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:60311] INFO 2025-10-08 18:26:40,150 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60311] INFO 2025-10-08 18:26:51,102 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:60311] INFO 2025-10-08 18:26:51,128 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60311] INFO 2025-10-08 18:26:56,020 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60311] INFO 2025-10-08 18:27:02,115 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:60311] INFO 2025-10-08 18:27:02,151 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60311] INFO 2025-10-08 18:27:13,101 runserver 53511 6140882944 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:60311] INFO 2025-10-08 18:27:13,136 runserver 53511 6140882944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60311] INFO 2025-10-08 18:27:15,121 autoreload 53511 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-10-08 18:27:15,846 autoreload 75093 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 18:27:16,170 server 75093 6145667072 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 18:27:16,171 server 75093 6145667072 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 18:27:16,171 server 75093 6145667072 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 18:27:19,336 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.24, 127.0.0.1:60572] INFO 2025-10-08 18:27:19,349 runserver 75093 6145667072 HTTP GET /en/appointments/queue/3/ 200 [0.25, 127.0.0.1:60573] INFO 2025-10-08 18:27:19,387 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60573] INFO 2025-10-08 18:27:24,115 runserver 75093 6145667072 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:60573] INFO 2025-10-08 18:27:24,153 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60573] WARNING 2025-10-08 18:27:31,853 log 75093 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 18:27:31,853 runserver 75093 6145667072 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:60573] WARNING 2025-10-08 18:27:31,910 runserver 75093 6145667072 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:60573] WARNING 2025-10-08 18:27:32,894 log 75093 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 18:27:32,895 runserver 75093 6145667072 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:60573] WARNING 2025-10-08 18:27:32,956 runserver 75093 6145667072 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:60573] WARNING 2025-10-08 18:27:33,744 log 75093 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 18:27:33,744 runserver 75093 6145667072 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:60573] WARNING 2025-10-08 18:27:33,800 runserver 75093 6145667072 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:60573] WARNING 2025-10-08 18:27:34,693 log 75093 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 18:27:34,693 runserver 75093 6145667072 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:60573] WARNING 2025-10-08 18:27:34,756 runserver 75093 6145667072 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:60573] INFO 2025-10-08 18:27:35,113 runserver 75093 6145667072 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:60573] INFO 2025-10-08 18:27:35,155 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60573] INFO 2025-10-08 18:27:42,315 runserver 75093 6145667072 HTTP GET /en/appointments/waiting-list/ 200 [0.04, 127.0.0.1:60573] WARNING 2025-10-08 18:27:42,329 log 75093 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 18:27:42,330 runserver 75093 6145667072 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60573] INFO 2025-10-08 18:27:42,391 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60573] WARNING 2025-10-08 18:27:42,393 runserver 75093 6145667072 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:60572] INFO 2025-10-08 18:27:46,110 runserver 75093 6145667072 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:60572] INFO 2025-10-08 18:27:46,148 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60572] WARNING 2025-10-08 18:27:52,594 runserver 75093 6145667072 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:60572] WARNING 2025-10-08 18:27:52,598 log 75093 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 18:27:52,598 runserver 75093 6145667072 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60573] WARNING 2025-10-08 18:27:52,607 log 75093 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 18:27:52,608 runserver 75093 6145667072 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60573] INFO 2025-10-08 18:27:57,110 runserver 75093 6145667072 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:60573] INFO 2025-10-08 18:27:57,149 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60573] INFO 2025-10-08 18:28:08,139 runserver 75093 6145667072 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:60573] INFO 2025-10-08 18:28:08,175 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60573] INFO 2025-10-08 18:28:19,110 runserver 75093 6145667072 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:60573] INFO 2025-10-08 18:28:19,145 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60573] INFO 2025-10-08 18:28:20,115 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:60573] INFO 2025-10-08 18:28:20,124 runserver 75093 6145667072 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:60572] INFO 2025-10-08 18:28:20,164 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60572] INFO 2025-10-08 18:28:30,106 runserver 75093 6145667072 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:60572] INFO 2025-10-08 18:28:30,141 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60572] INFO 2025-10-08 18:28:34,777 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:60572] INFO 2025-10-08 18:28:34,818 runserver 75093 6145667072 HTTP GET /en/appointments/stats/ 200 [0.07, 127.0.0.1:60573] INFO 2025-10-08 18:28:41,110 runserver 75093 6145667072 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:60573] INFO 2025-10-08 18:28:41,145 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60573] INFO 2025-10-08 18:28:52,110 runserver 75093 6145667072 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:61142] INFO 2025-10-08 18:28:52,147 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61142] INFO 2025-10-08 18:29:03,109 runserver 75093 6145667072 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:61142] INFO 2025-10-08 18:29:03,145 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61142] INFO 2025-10-08 18:29:14,098 runserver 75093 6145667072 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:61142] INFO 2025-10-08 18:29:14,132 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61142] INFO 2025-10-08 18:29:21,100 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61142] INFO 2025-10-08 18:29:21,109 runserver 75093 6145667072 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:61143] INFO 2025-10-08 18:29:21,149 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61143] INFO 2025-10-08 18:29:25,105 runserver 75093 6145667072 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:61143] INFO 2025-10-08 18:29:25,142 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61143] INFO 2025-10-08 18:29:34,763 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:61143] INFO 2025-10-08 18:29:34,800 runserver 75093 6145667072 HTTP GET /en/appointments/stats/ 200 [0.05, 127.0.0.1:61142] INFO 2025-10-08 18:29:36,104 runserver 75093 6145667072 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:61142] INFO 2025-10-08 18:29:36,140 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61142] INFO 2025-10-08 18:29:47,099 runserver 75093 6145667072 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:61142] INFO 2025-10-08 18:29:47,127 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61142] INFO 2025-10-08 18:29:58,108 runserver 75093 6145667072 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:61142] INFO 2025-10-08 18:29:58,143 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61142] INFO 2025-10-08 18:30:09,099 runserver 75093 6145667072 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:61142] INFO 2025-10-08 18:30:09,134 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61142] INFO 2025-10-08 18:30:20,105 runserver 75093 6145667072 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:61142] INFO 2025-10-08 18:30:20,142 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61142] INFO 2025-10-08 18:30:22,122 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:61143] INFO 2025-10-08 18:30:22,129 runserver 75093 6145667072 HTTP GET /en/appointments/queue/3/ 200 [0.04, 127.0.0.1:61142] INFO 2025-10-08 18:30:22,169 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61142] INFO 2025-10-08 18:30:31,099 runserver 75093 6145667072 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:61142] INFO 2025-10-08 18:30:31,135 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61142] INFO 2025-10-08 18:30:34,782 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:61142] INFO 2025-10-08 18:30:34,822 runserver 75093 6145667072 HTTP GET /en/appointments/stats/ 200 [0.06, 127.0.0.1:61143] INFO 2025-10-08 18:30:42,109 runserver 75093 6145667072 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:61143] INFO 2025-10-08 18:30:42,144 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61143] INFO 2025-10-08 18:30:53,101 runserver 75093 6145667072 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:61143] INFO 2025-10-08 18:30:53,133 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61143] INFO 2025-10-08 18:31:04,100 runserver 75093 6145667072 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:61143] INFO 2025-10-08 18:31:04,135 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61143] INFO 2025-10-08 18:31:15,094 runserver 75093 6145667072 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:61143] INFO 2025-10-08 18:31:15,128 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61143] INFO 2025-10-08 18:31:23,093 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61143] INFO 2025-10-08 18:31:23,102 runserver 75093 6145667072 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:61142] INFO 2025-10-08 18:31:23,139 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61142] INFO 2025-10-08 18:31:26,099 runserver 75093 6145667072 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:61142] INFO 2025-10-08 18:31:26,134 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61142] INFO 2025-10-08 18:31:34,767 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61142] INFO 2025-10-08 18:31:34,818 runserver 75093 6145667072 HTTP GET /en/appointments/stats/ 200 [0.06, 127.0.0.1:61143] INFO 2025-10-08 18:31:37,092 runserver 75093 6145667072 HTTP GET /en/appointments/queue/7/display/ 200 [0.01, 127.0.0.1:61143] INFO 2025-10-08 18:31:37,122 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61143] INFO 2025-10-08 18:31:48,107 runserver 75093 6145667072 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:61143] INFO 2025-10-08 18:31:48,144 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61143] INFO 2025-10-08 18:31:59,103 runserver 75093 6145667072 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:61143] INFO 2025-10-08 18:31:59,140 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61143] INFO 2025-10-08 18:32:10,106 runserver 75093 6145667072 HTTP GET /en/appointments/queue/7/display/ 200 [0.02, 127.0.0.1:61143] INFO 2025-10-08 18:32:10,140 runserver 75093 6145667072 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61143] INFO 2025-10-08 18:55:24,811 autoreload 89424 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 18:55:25,168 server 89424 6139129856 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 18:55:25,168 server 89424 6139129856 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 18:55:25,169 server 89424 6139129856 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 18:55:28,571 runserver 89424 6139129856 HTTP GET /en/appointments/stats/ 200 [0.06, 127.0.0.1:52624] WARNING 2025-10-08 18:55:34,873 log 89424 6172782592 Not Found: /en/appointments/patient WARNING 2025-10-08 18:55:34,874 runserver 89424 6139129856 HTTP GET /en/appointments/patient 404 [0.07, 127.0.0.1:52624] WARNING 2025-10-08 18:55:34,887 log 89424 6172782592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 18:55:34,887 runserver 89424 6139129856 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:52624] INFO 2025-10-08 18:55:45,639 runserver 89424 6139129856 HTTP GET /en/appointments/patient/request/ 302 [0.02, 127.0.0.1:52624] INFO 2025-10-08 18:55:45,672 runserver 89424 6139129856 HTTP GET /en/ 200 [0.03, 127.0.0.1:52624] WARNING 2025-10-08 18:55:45,686 log 89424 6172782592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 18:55:45,686 runserver 89424 6139129856 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:52624] WARNING 2025-10-08 18:55:45,739 runserver 89424 6139129856 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:52771] INFO 2025-10-08 18:55:45,769 runserver 89424 6139129856 HTTP GET /en/htmx/system-notifications/ 200 [0.05, 127.0.0.1:52624] INFO 2025-10-08 18:55:45,772 runserver 89424 6139129856 HTTP GET /en/htmx/system-health/ 200 [0.05, 127.0.0.1:52769] INFO 2025-10-08 18:55:45,783 runserver 89424 6139129856 HTTP GET /en/htmx/dashboard-stats/ 200 [0.06, 127.0.0.1:52651] INFO 2025-10-08 18:56:15,762 runserver 89424 6139129856 HTTP GET /en/htmx/dashboard-stats/ 200 [0.03, 127.0.0.1:52651] INFO 2025-10-08 18:56:45,745 runserver 89424 6139129856 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52651] INFO 2025-10-08 18:56:45,756 runserver 89424 6139129856 HTTP GET /en/htmx/system-health/ 200 [0.02, 127.0.0.1:52769] INFO 2025-10-08 18:56:45,770 runserver 89424 6139129856 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:52624] INFO 2025-10-08 18:57:15,768 runserver 89424 6139129856 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:52624] INFO 2025-10-08 18:57:45,763 runserver 89424 6139129856 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:52624] INFO 2025-10-08 18:57:45,764 runserver 89424 6139129856 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:52769] INFO 2025-10-08 18:57:45,777 runserver 89424 6139129856 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:52651] INFO 2025-10-08 18:58:15,785 runserver 89424 6139129856 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:52651] INFO 2025-10-08 18:58:45,786 runserver 89424 6139129856 HTTP GET /en/htmx/system-notifications/ 200 [0.04, 127.0.0.1:52651] INFO 2025-10-08 18:58:45,790 runserver 89424 6139129856 HTTP GET /en/htmx/system-health/ 200 [0.04, 127.0.0.1:52624] INFO 2025-10-08 18:58:45,804 runserver 89424 6139129856 HTTP GET /en/htmx/dashboard-stats/ 200 [0.05, 127.0.0.1:52769] INFO 2025-10-08 18:59:15,778 runserver 89424 6139129856 HTTP GET /en/htmx/dashboard-stats/ 200 [0.03, 127.0.0.1:53973] INFO 2025-10-08 18:59:45,773 runserver 89424 6139129856 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:53973] INFO 2025-10-08 18:59:45,775 runserver 89424 6139129856 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:54138] INFO 2025-10-08 18:59:45,790 runserver 89424 6139129856 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:54139] INFO 2025-10-08 19:00:15,797 runserver 89424 6139129856 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:54139] INFO 2025-10-08 19:00:45,787 runserver 89424 6139129856 HTTP GET /en/htmx/system-notifications/ 200 [0.04, 127.0.0.1:54139] INFO 2025-10-08 19:00:45,789 runserver 89424 6139129856 HTTP GET /en/htmx/system-health/ 200 [0.04, 127.0.0.1:54138] INFO 2025-10-08 19:00:45,804 runserver 89424 6139129856 HTTP GET /en/htmx/dashboard-stats/ 200 [0.05, 127.0.0.1:53973] INFO 2025-10-08 19:01:15,776 runserver 89424 6139129856 HTTP GET /en/htmx/dashboard-stats/ 200 [0.02, 127.0.0.1:53973] INFO 2025-10-08 19:01:45,798 runserver 89424 6139129856 HTTP GET /en/htmx/system-health/ 200 [0.04, 127.0.0.1:54138] INFO 2025-10-08 19:01:45,799 runserver 89424 6139129856 HTTP GET /en/htmx/system-notifications/ 200 [0.05, 127.0.0.1:53973] INFO 2025-10-08 19:01:45,815 runserver 89424 6139129856 HTTP GET /en/htmx/dashboard-stats/ 200 [0.06, 127.0.0.1:54139] INFO 2025-10-08 19:02:15,782 runserver 89424 6139129856 HTTP GET /en/htmx/dashboard-stats/ 200 [0.02, 127.0.0.1:54139] INFO 2025-10-08 19:02:45,767 runserver 89424 6139129856 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54139] INFO 2025-10-08 19:02:45,767 runserver 89424 6139129856 HTTP GET /en/htmx/system-health/ 200 [0.01, 127.0.0.1:53973] INFO 2025-10-08 19:02:45,783 runserver 89424 6139129856 HTTP GET /en/htmx/dashboard-stats/ 200 [0.02, 127.0.0.1:54138] INFO 2025-10-08 19:03:15,789 runserver 89424 6139129856 HTTP GET /en/htmx/dashboard-stats/ 200 [0.02, 127.0.0.1:54138] INFO 2025-10-08 19:03:45,773 runserver 89424 6139129856 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:54138] INFO 2025-10-08 19:03:45,774 runserver 89424 6139129856 HTTP GET /en/htmx/system-health/ 200 [0.02, 127.0.0.1:54139] INFO 2025-10-08 19:03:45,790 runserver 89424 6139129856 HTTP GET /en/htmx/dashboard-stats/ 200 [0.02, 127.0.0.1:55348] INFO 2025-10-08 19:04:15,810 runserver 89424 6139129856 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:55348] INFO 2025-10-08 19:04:45,797 runserver 89424 6139129856 HTTP GET /en/htmx/system-health/ 200 [0.04, 127.0.0.1:54139] INFO 2025-10-08 19:04:45,798 runserver 89424 6139129856 HTTP GET /en/htmx/system-notifications/ 200 [0.04, 127.0.0.1:55348] INFO 2025-10-08 19:04:45,815 runserver 89424 6139129856 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:54138] INFO 2025-10-08 19:05:15,810 runserver 89424 6139129856 HTTP GET /en/htmx/dashboard-stats/ 200 [0.03, 127.0.0.1:54138] INFO 2025-10-08 19:05:45,806 runserver 89424 6139129856 HTTP GET /en/htmx/system-health/ 200 [0.04, 127.0.0.1:55348] INFO 2025-10-08 19:05:45,809 runserver 89424 6139129856 HTTP GET /en/htmx/system-notifications/ 200 [0.04, 127.0.0.1:54138] INFO 2025-10-08 19:05:45,824 runserver 89424 6139129856 HTTP GET /en/htmx/dashboard-stats/ 200 [0.05, 127.0.0.1:54139] INFO 2025-10-08 19:06:15,798 runserver 89424 6139129856 HTTP GET /en/htmx/dashboard-stats/ 200 [0.02, 127.0.0.1:54139] INFO 2025-10-08 19:06:45,781 runserver 89424 6139129856 HTTP GET /en/htmx/system-health/ 200 [0.02, 127.0.0.1:54138] INFO 2025-10-08 19:06:45,781 runserver 89424 6139129856 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:54139] INFO 2025-10-08 19:06:45,800 runserver 89424 6139129856 HTTP GET /en/htmx/dashboard-stats/ 200 [0.02, 127.0.0.1:55348] INFO 2025-10-08 19:07:01,050 autoreload 89424 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-10-08 19:07:01,812 autoreload 95250 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 19:07:02,222 server 95250 6152744960 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 19:07:02,222 server 95250 6152744960 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 19:07:02,223 server 95250 6152744960 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 19:07:15,828 runserver 95250 6152744960 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:56431] INFO 2025-10-08 19:07:15,882 autoreload 95250 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-10-08 19:07:16,592 autoreload 95432 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 19:07:16,912 server 95432 6114979840 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 19:07:16,912 server 95432 6114979840 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 19:07:16,913 server 95432 6114979840 Listening on TCP address 127.0.0.1:8000 ERROR 2025-10-08 19:07:28,309 log 95432 6148632576 Internal Server Error: /en/appointments/provider/schedule/daily/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'start_appointment' not found. 'start_appointment' is not a valid view function or pattern name. ERROR 2025-10-08 19:07:28,312 runserver 95432 6114979840 HTTP GET /en/appointments/provider/schedule/daily/ 500 [0.13, 127.0.0.1:56484] WARNING 2025-10-08 19:07:28,327 log 95432 6148632576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:07:28,327 runserver 95432 6114979840 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56484] INFO 2025-10-08 19:10:42,321 autoreload 95432 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-10-08 19:10:43,068 autoreload 97157 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 19:10:43,415 server 97157 12901707776 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 19:10:43,415 server 97157 12901707776 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 19:10:43,415 server 97157 12901707776 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 19:10:51,810 autoreload 97157 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-10-08 19:10:52,332 autoreload 97228 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 19:10:52,605 server 97228 6179270656 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 19:10:52,605 server 97228 6179270656 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 19:10:52,606 server 97228 6179270656 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 19:14:41,781 autoreload 97228 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-10-08 19:14:42,329 autoreload 99168 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 19:14:42,665 server 99168 6184218624 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 19:14:42,665 server 99168 6184218624 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 19:14:42,665 server 99168 6184218624 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 19:14:56,287 autoreload 99168 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-10-08 19:14:56,877 autoreload 99355 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 19:14:57,219 server 99355 6111948800 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 19:14:57,219 server 99355 6111948800 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 19:14:57,219 server 99355 6111948800 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 19:17:07,194 autoreload 99355 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-10-08 19:17:07,776 autoreload 698 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 19:17:08,083 server 698 6182662144 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 19:17:08,083 server 698 6182662144 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 19:17:08,084 server 698 6182662144 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 19:18:08,861 autoreload 698 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-10-08 19:18:09,456 autoreload 1245 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 19:18:09,810 server 1245 6141833216 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 19:18:09,811 server 1245 6141833216 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 19:18:09,811 server 1245 6141833216 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 19:33:28,082 autoreload 1245 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-10-08 19:33:28,882 autoreload 9131 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 19:33:29,240 server 9131 6143832064 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 19:33:29,240 server 9131 6143832064 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 19:33:29,240 server 9131 6143832064 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 19:35:15,460 autoreload 10010 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 19:35:15,718 server 10010 6140129280 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 19:35:15,718 server 10010 6140129280 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 19:35:15,719 server 10010 6140129280 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 19:35:20,131 runserver 10010 6140129280 HTTP GET /en/ 200 [0.12, 127.0.0.1:65069] WARNING 2025-10-08 19:35:20,148 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:35:20,149 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65069] WARNING 2025-10-08 19:35:20,168 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65069] INFO 2025-10-08 19:35:20,878 runserver 10010 6140129280 HTTP GET /en/ 200 [0.03, 127.0.0.1:65069] WARNING 2025-10-08 19:35:20,893 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:35:20,895 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:65069] WARNING 2025-10-08 19:35:20,945 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65078] INFO 2025-10-08 19:35:20,960 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:65069] INFO 2025-10-08 19:35:20,963 runserver 10010 6140129280 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:65076] INFO 2025-10-08 19:35:20,975 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:65070] INFO 2025-10-08 19:35:47,106 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor 301 [0.02, 127.0.0.1:65070] INFO 2025-10-08 19:35:47,125 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.02, 127.0.0.1:65070] WARNING 2025-10-08 19:35:47,146 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:35:47,146 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:65070] INFO 2025-10-08 19:35:47,163 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:65185] WARNING 2025-10-08 19:35:47,170 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:65070] INFO 2025-10-08 19:35:47,177 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:65185] WARNING 2025-10-08 19:35:47,179 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:65070] INFO 2025-10-08 19:36:06,493 runserver 10010 6140129280 HTTP GET /en/appointments/queue/13/monitor/ 200 [0.02, 127.0.0.1:65070] WARNING 2025-10-08 19:36:06,507 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:36:06,507 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65070] INFO 2025-10-08 19:36:06,510 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/13/ [127.0.0.1:65266] WARNING 2025-10-08 19:36:06,514 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:65070] INFO 2025-10-08 19:36:06,518 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/13/ [127.0.0.1:65266] INFO 2025-10-08 19:36:06,519 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:65185] WARNING 2025-10-08 19:36:06,524 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:65070] INFO 2025-10-08 19:36:13,693 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:65070] WARNING 2025-10-08 19:36:13,706 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:36:13,706 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65070] INFO 2025-10-08 19:36:13,707 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:65297] WARNING 2025-10-08 19:36:13,711 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:65070] INFO 2025-10-08 19:36:13,714 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/13/ [127.0.0.1:65266] INFO 2025-10-08 19:36:13,715 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:65297] WARNING 2025-10-08 19:36:13,718 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:65070] INFO 2025-10-08 19:36:43,731 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:65070] INFO 2025-10-08 19:36:43,734 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:65297] INFO 2025-10-08 19:36:43,748 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:49186] WARNING 2025-10-08 19:36:43,769 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:36:43,770 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.02, 127.0.0.1:65070] WARNING 2025-10-08 19:36:43,771 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:49185] INFO 2025-10-08 19:36:43,773 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:49186] WARNING 2025-10-08 19:36:43,776 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:49185] INFO 2025-10-08 19:37:13,776 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:49185] INFO 2025-10-08 19:37:13,779 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:49186] WARNING 2025-10-08 19:37:13,787 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:37:13,788 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:49185] INFO 2025-10-08 19:37:13,789 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:49311] INFO 2025-10-08 19:37:13,799 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:49311] WARNING 2025-10-08 19:37:13,801 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:49185] WARNING 2025-10-08 19:37:13,809 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:49185] INFO 2025-10-08 19:37:43,831 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:49185] INFO 2025-10-08 19:37:43,834 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:49311] INFO 2025-10-08 19:37:43,842 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:49460] WARNING 2025-10-08 19:37:43,843 log 10010 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:37:43,843 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:49185] WARNING 2025-10-08 19:37:43,846 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:49459] WARNING 2025-10-08 19:37:43,850 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:49459] INFO 2025-10-08 19:37:43,852 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:49460] INFO 2025-10-08 19:38:13,874 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:49459] INFO 2025-10-08 19:38:13,877 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:49460] WARNING 2025-10-08 19:38:13,885 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:38:13,885 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:49459] INFO 2025-10-08 19:38:13,887 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:49593] INFO 2025-10-08 19:38:13,895 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:49593] WARNING 2025-10-08 19:38:13,898 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:49459] WARNING 2025-10-08 19:38:13,920 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.02, 127.0.0.1:49459] INFO 2025-10-08 19:38:43,927 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:49459] INFO 2025-10-08 19:38:43,930 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:49593] INFO 2025-10-08 19:38:43,938 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:49725] WARNING 2025-10-08 19:38:43,944 log 10010 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:38:43,944 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:49459] WARNING 2025-10-08 19:38:43,947 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:49724] INFO 2025-10-08 19:38:43,949 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:49725] WARNING 2025-10-08 19:38:43,952 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:49724] INFO 2025-10-08 19:39:13,968 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:49724] INFO 2025-10-08 19:39:13,971 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:49725] INFO 2025-10-08 19:39:13,983 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:49851] WARNING 2025-10-08 19:39:13,985 log 10010 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:39:13,986 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:49724] WARNING 2025-10-08 19:39:13,988 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.01, 127.0.0.1:49459] WARNING 2025-10-08 19:39:13,993 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:49459] INFO 2025-10-08 19:39:13,995 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:49851] INFO 2025-10-08 19:39:44,025 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:49459] INFO 2025-10-08 19:39:44,027 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:49851] INFO 2025-10-08 19:39:44,038 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:50019] WARNING 2025-10-08 19:39:44,040 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:39:44,040 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:49459] WARNING 2025-10-08 19:39:44,046 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:49459] WARNING 2025-10-08 19:39:44,050 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:49459] INFO 2025-10-08 19:39:44,051 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:50019] INFO 2025-10-08 19:40:14,066 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:49459] INFO 2025-10-08 19:40:14,069 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:50019] WARNING 2025-10-08 19:40:14,076 log 10010 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:40:14,077 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:49459] INFO 2025-10-08 19:40:14,079 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:50261] WARNING 2025-10-08 19:40:14,083 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:49459] INFO 2025-10-08 19:40:14,087 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:50261] WARNING 2025-10-08 19:40:14,090 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:49459] INFO 2025-10-08 19:40:44,120 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:49459] INFO 2025-10-08 19:40:44,123 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:50261] INFO 2025-10-08 19:40:44,131 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:50388] WARNING 2025-10-08 19:40:44,134 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:40:44,136 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:50260] WARNING 2025-10-08 19:40:44,137 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:49459] WARNING 2025-10-08 19:40:44,141 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:49459] INFO 2025-10-08 19:40:44,143 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:50388] INFO 2025-10-08 19:41:14,148 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:49459] INFO 2025-10-08 19:41:14,151 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:50388] INFO 2025-10-08 19:41:14,159 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:50551] WARNING 2025-10-08 19:41:14,164 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:49459] WARNING 2025-10-08 19:41:14,164 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:41:14,165 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:41:14,168 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:50551] WARNING 2025-10-08 19:41:14,178 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.01, 127.0.0.1:50260] INFO 2025-10-08 19:41:44,189 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:50260] INFO 2025-10-08 19:41:44,199 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:50551] INFO 2025-10-08 19:41:44,202 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:50714] WARNING 2025-10-08 19:41:44,211 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:41:44,211 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:50714] WARNING 2025-10-08 19:41:44,214 log 10010 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:41:44,215 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:49459] WARNING 2025-10-08 19:41:44,218 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:42:14,233 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:50260] INFO 2025-10-08 19:42:14,236 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:50714] WARNING 2025-10-08 19:42:14,244 log 10010 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:42:14,244 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:42:14,246 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:50870] WARNING 2025-10-08 19:42:14,249 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:42:14,254 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:50870] WARNING 2025-10-08 19:42:14,257 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:42:44,402 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:50260] INFO 2025-10-08 19:42:44,405 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:50870] INFO 2025-10-08 19:42:44,413 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:51017] WARNING 2025-10-08 19:42:44,413 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:42:44,413 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50260] WARNING 2025-10-08 19:42:44,417 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:42:44,419 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:51017] WARNING 2025-10-08 19:42:44,422 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:43:14,445 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:50260] INFO 2025-10-08 19:43:14,449 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:51017] WARNING 2025-10-08 19:43:14,455 log 10010 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:43:14,455 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:43:14,459 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:51157] WARNING 2025-10-08 19:43:14,462 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:43:14,467 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:51157] WARNING 2025-10-08 19:43:14,470 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:43:44,504 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:50260] INFO 2025-10-08 19:43:44,507 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:51157] INFO 2025-10-08 19:43:44,515 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:51319] WARNING 2025-10-08 19:43:44,519 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:43:44,519 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:43:44,523 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:51319] WARNING 2025-10-08 19:43:44,525 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:50260] WARNING 2025-10-08 19:43:44,531 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:44:14,545 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:50260] INFO 2025-10-08 19:44:14,548 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:51319] INFO 2025-10-08 19:44:14,560 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:51481] WARNING 2025-10-08 19:44:14,571 log 10010 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:44:14,573 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.02, 127.0.0.1:50260] WARNING 2025-10-08 19:44:14,584 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.02, 127.0.0.1:51318] WARNING 2025-10-08 19:44:14,588 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:51318] INFO 2025-10-08 19:44:14,589 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:51481] INFO 2025-10-08 19:44:44,598 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:51318] INFO 2025-10-08 19:44:44,603 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:51481] INFO 2025-10-08 19:44:44,611 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:51639] WARNING 2025-10-08 19:44:44,618 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.01, 127.0.0.1:51318] WARNING 2025-10-08 19:44:44,618 log 10010 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:44:44,619 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:50260] INFO 2025-10-08 19:44:44,622 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:51639] WARNING 2025-10-08 19:44:44,624 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:45:14,655 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:50260] INFO 2025-10-08 19:45:14,657 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:51639] INFO 2025-10-08 19:45:14,667 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:51766] WARNING 2025-10-08 19:45:14,675 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:45:14,676 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:50260] WARNING 2025-10-08 19:45:14,680 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.01, 127.0.0.1:51318] WARNING 2025-10-08 19:45:14,684 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:51318] INFO 2025-10-08 19:45:14,684 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:51766] INFO 2025-10-08 19:45:44,689 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:51318] INFO 2025-10-08 19:45:44,692 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:51766] INFO 2025-10-08 19:45:44,704 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:51927] WARNING 2025-10-08 19:45:44,715 log 10010 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:45:44,716 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:51318] WARNING 2025-10-08 19:45:44,718 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:45:44,719 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:51927] WARNING 2025-10-08 19:45:44,721 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:46:14,735 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:50260] INFO 2025-10-08 19:46:14,744 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:51927] INFO 2025-10-08 19:46:14,747 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:52088] WARNING 2025-10-08 19:46:14,751 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:46:14,754 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:52088] WARNING 2025-10-08 19:46:14,757 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:50260] WARNING 2025-10-08 19:46:14,762 log 10010 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:46:14,762 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:46:45,163 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:50260] INFO 2025-10-08 19:46:45,167 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:52088] INFO 2025-10-08 19:46:45,177 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:52215] INFO 2025-10-08 19:46:45,184 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:52215] WARNING 2025-10-08 19:46:45,194 log 10010 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:46:45,194 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:47:16,179 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:50260] INFO 2025-10-08 19:47:16,182 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:52215] INFO 2025-10-08 19:47:16,193 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:52344] INFO 2025-10-08 19:47:16,204 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:52344] WARNING 2025-10-08 19:47:16,218 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:47:16,218 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:50260] INFO 2025-10-08 19:47:47,181 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:50260] INFO 2025-10-08 19:47:47,184 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:52344] WARNING 2025-10-08 19:47:47,192 log 10010 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:47:47,193 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:47:47,195 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:52590] INFO 2025-10-08 19:47:47,204 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:52590] INFO 2025-10-08 19:48:18,175 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:50260] INFO 2025-10-08 19:48:18,178 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:52590] INFO 2025-10-08 19:48:18,188 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:52749] INFO 2025-10-08 19:48:18,202 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:52749] WARNING 2025-10-08 19:48:18,208 log 10010 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:48:18,209 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:48:49,177 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:50260] INFO 2025-10-08 19:48:49,180 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:52749] INFO 2025-10-08 19:48:49,190 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:52941] INFO 2025-10-08 19:48:49,201 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:52941] WARNING 2025-10-08 19:48:49,208 log 10010 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:48:49,209 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:49:20,173 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:50260] INFO 2025-10-08 19:49:20,176 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:52941] INFO 2025-10-08 19:49:20,187 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:53090] INFO 2025-10-08 19:49:20,200 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:53090] WARNING 2025-10-08 19:49:20,204 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:49:20,204 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:49:51,175 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:50260] INFO 2025-10-08 19:49:51,179 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:53090] INFO 2025-10-08 19:49:51,189 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:53367] INFO 2025-10-08 19:49:51,201 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:53367] WARNING 2025-10-08 19:49:51,211 log 10010 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:49:51,211 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:50:22,171 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:50260] INFO 2025-10-08 19:50:22,174 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:53367] INFO 2025-10-08 19:50:22,185 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:53538] WARNING 2025-10-08 19:50:22,190 log 10010 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:50:22,191 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:50:22,194 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:53538] INFO 2025-10-08 19:50:53,181 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:50260] INFO 2025-10-08 19:50:53,184 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:53538] INFO 2025-10-08 19:50:53,195 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:53707] INFO 2025-10-08 19:50:53,206 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:53707] WARNING 2025-10-08 19:50:53,210 log 10010 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:50:53,211 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:51:24,178 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:50260] INFO 2025-10-08 19:51:24,181 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:53707] INFO 2025-10-08 19:51:24,192 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:53967] INFO 2025-10-08 19:51:24,203 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:53967] WARNING 2025-10-08 19:51:24,213 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:51:24,214 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:51:55,178 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:50260] INFO 2025-10-08 19:51:55,181 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:53967] INFO 2025-10-08 19:51:55,191 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:54132] INFO 2025-10-08 19:51:55,203 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:54132] WARNING 2025-10-08 19:51:55,207 log 10010 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:51:55,207 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:52:26,172 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:50260] INFO 2025-10-08 19:52:26,175 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:54132] INFO 2025-10-08 19:52:26,187 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:54262] INFO 2025-10-08 19:52:26,198 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:54262] WARNING 2025-10-08 19:52:26,212 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:52:26,213 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:52:57,179 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:50260] INFO 2025-10-08 19:52:57,183 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:54262] INFO 2025-10-08 19:52:57,193 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:54388] INFO 2025-10-08 19:52:57,206 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:54388] WARNING 2025-10-08 19:52:57,209 log 10010 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:52:57,209 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:53:28,171 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:50260] INFO 2025-10-08 19:53:28,174 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:54388] INFO 2025-10-08 19:53:28,186 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:54517] INFO 2025-10-08 19:53:28,195 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:54517] WARNING 2025-10-08 19:53:28,209 log 10010 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:53:28,209 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50260] WARNING 2025-10-08 19:53:42,154 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:50260] WARNING 2025-10-08 19:53:42,161 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:53:58,227 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:50260] INFO 2025-10-08 19:53:58,230 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:54517] INFO 2025-10-08 19:53:58,238 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:54734] WARNING 2025-10-08 19:53:58,240 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:53:58,240 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50260] INFO 2025-10-08 19:53:58,246 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:54734] WARNING 2025-10-08 19:53:58,247 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:50260] WARNING 2025-10-08 19:53:58,254 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.01, 127.0.0.1:50260] INFO 2025-10-08 19:54:28,269 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:50260] INFO 2025-10-08 19:54:28,272 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:54734] INFO 2025-10-08 19:54:28,283 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:54951] WARNING 2025-10-08 19:54:28,284 log 10010 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:54:28,285 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:50260] WARNING 2025-10-08 19:54:28,287 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:54733] INFO 2025-10-08 19:54:28,291 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:54951] WARNING 2025-10-08 19:54:28,294 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:54733] INFO 2025-10-08 19:54:59,173 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:54733] INFO 2025-10-08 19:54:59,176 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:54951] INFO 2025-10-08 19:54:59,189 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:55188] INFO 2025-10-08 19:54:59,199 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:55188] WARNING 2025-10-08 19:54:59,216 log 10010 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:54:59,216 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:54733] INFO 2025-10-08 19:55:30,163 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:54733] INFO 2025-10-08 19:55:30,166 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:55188] INFO 2025-10-08 19:55:30,174 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:55402] INFO 2025-10-08 19:55:30,181 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:55402] WARNING 2025-10-08 19:55:30,198 log 10010 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:55:30,198 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:54733] INFO 2025-10-08 19:56:01,169 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:54733] INFO 2025-10-08 19:56:01,172 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:55402] INFO 2025-10-08 19:56:01,183 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:55550] INFO 2025-10-08 19:56:01,190 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:55550] WARNING 2025-10-08 19:56:01,208 log 10010 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:56:01,208 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:54733] INFO 2025-10-08 19:56:32,175 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:54733] INFO 2025-10-08 19:56:32,178 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:55550] INFO 2025-10-08 19:56:32,189 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:55684] WARNING 2025-10-08 19:56:32,193 log 10010 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:56:32,194 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:54733] INFO 2025-10-08 19:56:32,197 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:55684] INFO 2025-10-08 19:57:03,172 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:54733] INFO 2025-10-08 19:57:03,175 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:55684] INFO 2025-10-08 19:57:03,186 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:55830] INFO 2025-10-08 19:57:03,194 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:55830] WARNING 2025-10-08 19:57:03,209 log 10010 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:57:03,209 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:54733] INFO 2025-10-08 19:57:34,173 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:54733] INFO 2025-10-08 19:57:34,177 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:55830] INFO 2025-10-08 19:57:34,188 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:55963] INFO 2025-10-08 19:57:34,196 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:55963] WARNING 2025-10-08 19:57:34,215 log 10010 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:57:34,215 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:54733] WARNING 2025-10-08 19:57:41,991 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:54733] WARNING 2025-10-08 19:57:41,994 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:54733] INFO 2025-10-08 19:57:42,714 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:54733] INFO 2025-10-08 19:57:42,718 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:55963] WARNING 2025-10-08 19:57:42,730 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:57:42,730 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:54733] INFO 2025-10-08 19:57:42,732 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56003] WARNING 2025-10-08 19:57:42,736 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:54733] INFO 2025-10-08 19:57:42,741 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56003] WARNING 2025-10-08 19:57:42,752 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:54733] INFO 2025-10-08 19:58:12,786 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:54733] INFO 2025-10-08 19:58:12,790 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56003] INFO 2025-10-08 19:58:12,798 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56276] WARNING 2025-10-08 19:58:12,800 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:54733] INFO 2025-10-08 19:58:12,804 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56276] WARNING 2025-10-08 19:58:12,808 log 10010 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:58:12,808 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:55962] WARNING 2025-10-08 19:58:12,808 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:54733] INFO 2025-10-08 19:58:42,840 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:54733] INFO 2025-10-08 19:58:42,843 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56276] INFO 2025-10-08 19:58:42,854 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56406] WARNING 2025-10-08 19:58:42,857 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:54733] INFO 2025-10-08 19:58:42,864 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56406] WARNING 2025-10-08 19:58:42,865 log 10010 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:58:42,865 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:54733] WARNING 2025-10-08 19:58:42,867 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:55962] INFO 2025-10-08 19:59:12,874 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56570] INFO 2025-10-08 19:59:12,882 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56406] INFO 2025-10-08 19:59:12,894 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56572] WARNING 2025-10-08 19:59:12,902 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:56570] INFO 2025-10-08 19:59:12,904 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56572] WARNING 2025-10-08 19:59:12,906 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:56570] WARNING 2025-10-08 19:59:12,911 log 10010 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:59:12,912 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56570] INFO 2025-10-08 19:59:42,902 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56570] INFO 2025-10-08 19:59:42,905 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56572] INFO 2025-10-08 19:59:42,913 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56740] WARNING 2025-10-08 19:59:42,915 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:56570] INFO 2025-10-08 19:59:42,920 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56740] WARNING 2025-10-08 19:59:42,923 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:59:42,923 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56570] WARNING 2025-10-08 19:59:42,924 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 19:59:47,458 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56571] INFO 2025-10-08 19:59:47,460 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56740] WARNING 2025-10-08 19:59:47,467 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 19:59:47,467 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 19:59:47,513 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56758] WARNING 2025-10-08 19:59:47,538 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.01, 127.0.0.1:56759] WARNING 2025-10-08 19:59:47,538 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:56570] WARNING 2025-10-08 19:59:47,542 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:56570] INFO 2025-10-08 19:59:47,547 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56758] INFO 2025-10-08 19:59:47,548 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:56571] INFO 2025-10-08 20:00:17,537 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56571] INFO 2025-10-08 20:00:17,540 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56758] WARNING 2025-10-08 20:00:17,557 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:00:17,558 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:00:17,587 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56884] WARNING 2025-10-08 20:00:17,598 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:56570] WARNING 2025-10-08 20:00:17,600 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:56759] INFO 2025-10-08 20:00:17,603 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56571] INFO 2025-10-08 20:00:17,604 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56884] WARNING 2025-10-08 20:00:17,606 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:56759] INFO 2025-10-08 20:00:47,617 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56759] INFO 2025-10-08 20:00:47,620 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56884] WARNING 2025-10-08 20:00:47,634 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:00:47,635 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56759] INFO 2025-10-08 20:00:47,650 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:57155] INFO 2025-10-08 20:00:47,657 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:57155] WARNING 2025-10-08 20:00:47,674 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:56759] WARNING 2025-10-08 20:00:47,679 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.01, 127.0.0.1:56571] WARNING 2025-10-08 20:00:47,690 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:00:47,692 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56570] INFO 2025-10-08 20:01:17,698 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.04, 127.0.0.1:56570] INFO 2025-10-08 20:01:17,701 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:57155] WARNING 2025-10-08 20:01:17,711 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:01:17,711 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56570] INFO 2025-10-08 20:01:17,740 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:57316] WARNING 2025-10-08 20:01:17,753 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:56759] WARNING 2025-10-08 20:01:17,753 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:01:17,756 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56570] WARNING 2025-10-08 20:01:17,757 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:01:17,758 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:57316] INFO 2025-10-08 20:01:47,776 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56571] INFO 2025-10-08 20:01:47,783 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:57316] INFO 2025-10-08 20:01:47,803 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:57460] WARNING 2025-10-08 20:01:47,810 log 10010 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:01:47,810 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56570] INFO 2025-10-08 20:01:47,817 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:57460] INFO 2025-10-08 20:01:47,818 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56571] WARNING 2025-10-08 20:01:47,828 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:56571] WARNING 2025-10-08 20:01:47,829 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:56570] WARNING 2025-10-08 20:01:47,832 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:56570] INFO 2025-10-08 20:02:17,831 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56570] INFO 2025-10-08 20:02:17,835 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:57460] WARNING 2025-10-08 20:02:17,852 log 10010 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:02:17,852 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56570] INFO 2025-10-08 20:02:17,880 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:57607] WARNING 2025-10-08 20:02:17,903 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:56571] WARNING 2025-10-08 20:02:17,903 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.01, 127.0.0.1:57608] INFO 2025-10-08 20:02:17,907 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:57607] WARNING 2025-10-08 20:02:17,909 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:57608] INFO 2025-10-08 20:02:17,910 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:56570] INFO 2025-10-08 20:02:47,924 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:56570] INFO 2025-10-08 20:02:47,927 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:57607] WARNING 2025-10-08 20:02:47,940 log 10010 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:02:47,941 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56570] INFO 2025-10-08 20:02:47,965 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:57768] WARNING 2025-10-08 20:02:47,974 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:57608] INFO 2025-10-08 20:02:47,978 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56570] INFO 2025-10-08 20:02:47,979 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:57768] WARNING 2025-10-08 20:02:47,980 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57608] WARNING 2025-10-08 20:02:47,982 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:03:18,002 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:56571] INFO 2025-10-08 20:03:18,006 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:57768] WARNING 2025-10-08 20:03:18,016 log 10010 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:03:18,016 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:03:18,049 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:57936] WARNING 2025-10-08 20:03:18,072 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.02, 127.0.0.1:57608] WARNING 2025-10-08 20:03:18,080 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:56570] INFO 2025-10-08 20:03:18,080 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:56571] WARNING 2025-10-08 20:03:18,082 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.01, 127.0.0.1:57608] INFO 2025-10-08 20:03:18,082 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:57936] INFO 2025-10-08 20:03:39,292 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:57608] INFO 2025-10-08 20:03:39,323 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:58024] INFO 2025-10-08 20:03:39,329 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:58024] WARNING 2025-10-08 20:03:39,344 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:57608] WARNING 2025-10-08 20:03:39,355 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:03:39,356 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57608] INFO 2025-10-08 20:03:39,597 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:58024] ERROR 2025-10-08 20:03:41,305 log 10010 13338013696 Internal Server Error: /en/appointments/queue/14/display/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 2490, in queue_display_view return render(request, 'appointments/queue/queue_display.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 19, in get_template raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: appointments/queue/queue_display.html ERROR 2025-10-08 20:03:41,308 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/display/ 500 [0.05, 127.0.0.1:57608] INFO 2025-10-08 20:03:45,512 runserver 10010 6140129280 HTTP GET /en/appointments/queue/3/ 200 [0.04, 127.0.0.1:57608] INFO 2025-10-08 20:03:45,569 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57608] INFO 2025-10-08 20:03:48,229 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:57608] INFO 2025-10-08 20:03:48,231 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:57936] WARNING 2025-10-08 20:03:48,241 log 10010 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:03:48,241 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57608] INFO 2025-10-08 20:03:48,277 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:58097] INFO 2025-10-08 20:03:48,292 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57608] INFO 2025-10-08 20:03:48,292 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:58097] WARNING 2025-10-08 20:03:48,294 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:56571] ERROR 2025-10-08 20:04:06,850 log 10010 13388492800 Internal Server Error: /en/appointments/queue/7/display/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 2490, in queue_display_view return render(request, 'appointments/queue/queue_display.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 19, in get_template raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: appointments/queue/queue_display.html ERROR 2025-10-08 20:04:06,851 runserver 10010 6140129280 HTTP GET /en/appointments/queue/7/display/ 500 [0.04, 127.0.0.1:56571] WARNING 2025-10-08 20:04:11,196 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:56571] WARNING 2025-10-08 20:04:11,202 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:04:13,484 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:58203] INFO 2025-10-08 20:04:13,494 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:58203] INFO 2025-10-08 20:04:19,215 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56571] INFO 2025-10-08 20:04:19,219 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:58097] WARNING 2025-10-08 20:04:19,257 log 10010 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:04:19,257 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:04:19,266 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:58231] WARNING 2025-10-08 20:04:19,274 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57608] INFO 2025-10-08 20:04:19,278 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:58231] INFO 2025-10-08 20:04:19,281 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56571] INFO 2025-10-08 20:04:43,496 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56571] INFO 2025-10-08 20:04:43,499 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:58203] INFO 2025-10-08 20:04:43,516 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:58368] WARNING 2025-10-08 20:04:43,522 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:57608] WARNING 2025-10-08 20:04:43,525 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:57608] INFO 2025-10-08 20:04:43,527 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:58368] INFO 2025-10-08 20:04:43,529 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56571] INFO 2025-10-08 20:04:45,013 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56571] INFO 2025-10-08 20:04:45,016 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:58368] INFO 2025-10-08 20:04:45,043 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:58377] WARNING 2025-10-08 20:04:45,050 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:57608] WARNING 2025-10-08 20:04:45,053 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:57608] INFO 2025-10-08 20:04:45,057 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:58377] INFO 2025-10-08 20:04:45,061 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56571] INFO 2025-10-08 20:04:46,229 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:56571] INFO 2025-10-08 20:04:46,243 runserver 10010 6140129280 HTTP GET /en/appointments/queue/3/ 200 [0.04, 127.0.0.1:57608] INFO 2025-10-08 20:04:46,286 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57608] INFO 2025-10-08 20:04:46,545 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:57608] INFO 2025-10-08 20:04:46,548 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:58377] INFO 2025-10-08 20:04:46,571 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:58382] WARNING 2025-10-08 20:04:46,579 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:56571] WARNING 2025-10-08 20:04:46,582 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:04:46,584 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:58382] INFO 2025-10-08 20:04:46,587 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57608] INFO 2025-10-08 20:04:50,224 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:57608] INFO 2025-10-08 20:04:50,228 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:58231] WARNING 2025-10-08 20:04:50,250 log 10010 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:04:50,251 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57608] INFO 2025-10-08 20:04:50,279 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:58400] INFO 2025-10-08 20:04:50,289 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:58400] INFO 2025-10-08 20:04:50,293 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57608] WARNING 2025-10-08 20:04:50,294 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:05:16,594 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56571] INFO 2025-10-08 20:05:16,598 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:58382] INFO 2025-10-08 20:05:16,622 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:58544] WARNING 2025-10-08 20:05:16,630 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:57608] WARNING 2025-10-08 20:05:16,633 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:57608] INFO 2025-10-08 20:05:16,636 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:58544] INFO 2025-10-08 20:05:16,639 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56571] INFO 2025-10-08 20:05:21,222 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56571] INFO 2025-10-08 20:05:21,225 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:58400] INFO 2025-10-08 20:05:21,256 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:58566] WARNING 2025-10-08 20:05:21,260 log 10010 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:05:21,260 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:05:21,263 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:58566] WARNING 2025-10-08 20:05:21,281 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57608] INFO 2025-10-08 20:05:21,282 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56571] INFO 2025-10-08 20:05:46,650 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56571] INFO 2025-10-08 20:05:46,652 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:58544] INFO 2025-10-08 20:05:46,670 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:58707] WARNING 2025-10-08 20:05:46,677 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:57608] WARNING 2025-10-08 20:05:46,680 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:57608] INFO 2025-10-08 20:05:46,683 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:58707] INFO 2025-10-08 20:05:46,686 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56571] INFO 2025-10-08 20:05:47,236 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:57608] INFO 2025-10-08 20:05:47,243 runserver 10010 6140129280 HTTP GET /en/appointments/queue/3/ 200 [0.04, 127.0.0.1:56571] INFO 2025-10-08 20:05:47,284 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56571] INFO 2025-10-08 20:05:52,213 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56571] INFO 2025-10-08 20:05:52,216 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:58566] WARNING 2025-10-08 20:05:52,236 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:05:52,236 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:05:52,266 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:58733] INFO 2025-10-08 20:05:52,276 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:58733] INFO 2025-10-08 20:05:52,280 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56571] WARNING 2025-10-08 20:05:52,281 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57608] INFO 2025-10-08 20:06:08,975 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:57608] INFO 2025-10-08 20:06:08,978 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:58707] INFO 2025-10-08 20:06:08,996 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:58802] WARNING 2025-10-08 20:06:09,003 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:56571] WARNING 2025-10-08 20:06:09,006 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:06:09,009 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:58802] INFO 2025-10-08 20:06:09,010 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57608] INFO 2025-10-08 20:06:23,210 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:57608] INFO 2025-10-08 20:06:23,213 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:58733] INFO 2025-10-08 20:06:23,241 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:58868] WARNING 2025-10-08 20:06:23,250 log 10010 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:06:23,250 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:06:23,253 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:58868] INFO 2025-10-08 20:06:23,256 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57608] WARNING 2025-10-08 20:06:23,266 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57608] INFO 2025-10-08 20:06:39,025 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:57608] INFO 2025-10-08 20:06:39,028 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:58802] INFO 2025-10-08 20:06:39,053 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:58968] WARNING 2025-10-08 20:06:39,060 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:56571] WARNING 2025-10-08 20:06:39,063 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:06:39,065 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:58968] INFO 2025-10-08 20:06:39,068 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57608] INFO 2025-10-08 20:06:48,208 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57608] INFO 2025-10-08 20:06:48,217 runserver 10010 6140129280 HTTP GET /en/appointments/queue/3/ 200 [0.01, 127.0.0.1:56571] INFO 2025-10-08 20:06:48,259 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56571] INFO 2025-10-08 20:06:54,223 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56571] INFO 2025-10-08 20:06:54,226 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:58868] WARNING 2025-10-08 20:06:54,244 log 10010 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:06:54,244 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:06:54,275 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:59035] WARNING 2025-10-08 20:06:54,279 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:06:54,283 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:59035] INFO 2025-10-08 20:06:54,288 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57608] INFO 2025-10-08 20:07:07,355 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:57608] INFO 2025-10-08 20:07:07,361 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:58968] INFO 2025-10-08 20:07:07,390 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:59089] WARNING 2025-10-08 20:07:07,400 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:56571] WARNING 2025-10-08 20:07:07,403 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:07:07,406 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:59089] INFO 2025-10-08 20:07:07,410 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57608] INFO 2025-10-08 20:07:25,230 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:57608] INFO 2025-10-08 20:07:25,233 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:59035] WARNING 2025-10-08 20:07:25,262 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:07:25,262 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57608] INFO 2025-10-08 20:07:25,265 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:59164] INFO 2025-10-08 20:07:25,273 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:59164] WARNING 2025-10-08 20:07:25,286 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:07:25,290 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57608] INFO 2025-10-08 20:07:38,233 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:57608] INFO 2025-10-08 20:07:38,238 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:59089] INFO 2025-10-08 20:07:38,266 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:59225] INFO 2025-10-08 20:07:38,277 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:59225] INFO 2025-10-08 20:07:38,283 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57608] INFO 2025-10-08 20:07:49,217 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57608] INFO 2025-10-08 20:07:49,226 runserver 10010 6140129280 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56571] INFO 2025-10-08 20:07:49,267 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56571] INFO 2025-10-08 20:07:56,235 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:56571] INFO 2025-10-08 20:07:56,238 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:59164] WARNING 2025-10-08 20:07:56,263 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:07:56,263 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:07:56,291 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:59301] INFO 2025-10-08 20:07:56,302 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:59301] INFO 2025-10-08 20:07:56,307 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56571] WARNING 2025-10-08 20:07:56,308 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57608] INFO 2025-10-08 20:08:09,234 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:57608] INFO 2025-10-08 20:08:09,239 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:59225] INFO 2025-10-08 20:08:09,262 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:59358] INFO 2025-10-08 20:08:09,273 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:59358] INFO 2025-10-08 20:08:09,277 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57608] INFO 2025-10-08 20:08:27,230 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:57608] INFO 2025-10-08 20:08:27,233 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:59301] WARNING 2025-10-08 20:08:27,258 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:08:27,259 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57608] INFO 2025-10-08 20:08:27,277 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:59433] INFO 2025-10-08 20:08:27,287 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:59433] INFO 2025-10-08 20:08:27,292 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57608] WARNING 2025-10-08 20:08:27,294 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:08:40,235 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:56571] INFO 2025-10-08 20:08:40,240 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:59358] INFO 2025-10-08 20:08:40,269 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:59493] INFO 2025-10-08 20:08:40,284 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:59493] INFO 2025-10-08 20:08:40,287 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56571] INFO 2025-10-08 20:08:50,225 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56571] INFO 2025-10-08 20:08:50,236 runserver 10010 6140129280 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:57608] INFO 2025-10-08 20:08:50,280 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57608] INFO 2025-10-08 20:08:58,231 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:57608] INFO 2025-10-08 20:08:58,234 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:59433] WARNING 2025-10-08 20:08:58,246 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:08:58,247 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57608] INFO 2025-10-08 20:08:58,265 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:59573] INFO 2025-10-08 20:08:58,270 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:59573] WARNING 2025-10-08 20:08:58,283 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57608] INFO 2025-10-08 20:08:58,291 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56571] INFO 2025-10-08 20:09:11,221 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56571] INFO 2025-10-08 20:09:11,224 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:59493] INFO 2025-10-08 20:09:11,250 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:59628] INFO 2025-10-08 20:09:11,262 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:59628] INFO 2025-10-08 20:09:11,265 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56571] INFO 2025-10-08 20:09:29,233 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:56571] INFO 2025-10-08 20:09:29,237 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:59573] WARNING 2025-10-08 20:09:29,263 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:09:29,263 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:09:29,282 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:59705] INFO 2025-10-08 20:09:29,292 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:59705] INFO 2025-10-08 20:09:29,296 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56571] WARNING 2025-10-08 20:09:29,298 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57608] INFO 2025-10-08 20:09:42,231 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:57608] INFO 2025-10-08 20:09:42,234 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:59628] INFO 2025-10-08 20:09:42,261 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:59761] INFO 2025-10-08 20:09:42,271 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:59761] INFO 2025-10-08 20:09:42,276 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57608] INFO 2025-10-08 20:09:51,236 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:57608] INFO 2025-10-08 20:09:51,246 runserver 10010 6140129280 HTTP GET /en/appointments/queue/3/ 200 [0.04, 127.0.0.1:56571] INFO 2025-10-08 20:09:51,287 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56571] INFO 2025-10-08 20:10:00,231 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56571] INFO 2025-10-08 20:10:00,234 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:59705] WARNING 2025-10-08 20:10:00,248 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:10:00,248 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:56571] INFO 2025-10-08 20:10:00,276 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:59917] INFO 2025-10-08 20:10:00,288 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:59917] WARNING 2025-10-08 20:10:00,292 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57608] INFO 2025-10-08 20:10:00,292 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56571] INFO 2025-10-08 20:10:13,235 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:56571] INFO 2025-10-08 20:10:13,239 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:59761] INFO 2025-10-08 20:10:13,264 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:60040] INFO 2025-10-08 20:10:13,312 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:60040] INFO 2025-10-08 20:10:13,321 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.06, 127.0.0.1:56571] INFO 2025-10-08 20:10:31,235 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:56571] INFO 2025-10-08 20:10:31,238 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:59917] WARNING 2025-10-08 20:10:31,264 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:10:31,265 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:10:31,284 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:60115] WARNING 2025-10-08 20:10:31,301 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57608] INFO 2025-10-08 20:10:31,302 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:60115] INFO 2025-10-08 20:10:31,303 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56571] INFO 2025-10-08 20:10:44,235 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:56571] INFO 2025-10-08 20:10:44,239 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:60040] INFO 2025-10-08 20:10:44,265 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:60172] INFO 2025-10-08 20:10:44,275 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:60172] INFO 2025-10-08 20:10:44,279 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56571] INFO 2025-10-08 20:10:52,229 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:56571] INFO 2025-10-08 20:10:52,239 runserver 10010 6140129280 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:57608] INFO 2025-10-08 20:10:52,276 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57608] INFO 2025-10-08 20:11:02,213 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:57608] INFO 2025-10-08 20:11:02,215 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:60115] WARNING 2025-10-08 20:11:02,236 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:11:02,236 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57608] INFO 2025-10-08 20:11:02,257 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:60284] INFO 2025-10-08 20:11:02,266 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:60284] INFO 2025-10-08 20:11:02,270 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57608] WARNING 2025-10-08 20:11:02,274 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:56571] WARNING 2025-10-08 20:11:13,799 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:56571] WARNING 2025-10-08 20:11:13,804 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:11:14,477 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:56571] INFO 2025-10-08 20:11:14,480 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:60284] WARNING 2025-10-08 20:11:14,488 log 10010 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:11:14,488 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:11:14,527 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:60334] WARNING 2025-10-08 20:11:14,540 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.01, 127.0.0.1:57608] WARNING 2025-10-08 20:11:14,561 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.02, 127.0.0.1:60335] INFO 2025-10-08 20:11:14,563 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:60334] WARNING 2025-10-08 20:11:14,564 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.02, 127.0.0.1:57608] INFO 2025-10-08 20:11:14,565 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.04, 127.0.0.1:56571] INFO 2025-10-08 20:11:15,230 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56571] INFO 2025-10-08 20:11:15,233 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:60172] INFO 2025-10-08 20:11:15,262 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:60341] INFO 2025-10-08 20:11:15,277 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:60341] INFO 2025-10-08 20:11:15,282 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56571] INFO 2025-10-08 20:11:44,572 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.04, 127.0.0.1:56571] INFO 2025-10-08 20:11:44,575 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:60334] WARNING 2025-10-08 20:11:44,589 log 10010 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:11:44,589 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:11:44,614 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:60463] WARNING 2025-10-08 20:11:44,623 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:57608] INFO 2025-10-08 20:11:44,625 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:60463] INFO 2025-10-08 20:11:44,628 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56571] WARNING 2025-10-08 20:11:44,631 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:57608] WARNING 2025-10-08 20:11:44,631 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.01, 127.0.0.1:60335] INFO 2025-10-08 20:11:46,236 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:60335] INFO 2025-10-08 20:11:46,241 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:60341] INFO 2025-10-08 20:11:46,272 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:60469] INFO 2025-10-08 20:11:46,285 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:60469] INFO 2025-10-08 20:11:46,290 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60335] INFO 2025-10-08 20:11:53,236 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:60335] INFO 2025-10-08 20:11:53,251 runserver 10010 6140129280 HTTP GET /en/appointments/queue/3/ 200 [0.04, 127.0.0.1:57608] INFO 2025-10-08 20:11:53,293 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57608] INFO 2025-10-08 20:12:14,639 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:57608] INFO 2025-10-08 20:12:14,643 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:60463] WARNING 2025-10-08 20:12:14,665 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:12:14,665 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57608] INFO 2025-10-08 20:12:14,689 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:60593] WARNING 2025-10-08 20:12:14,698 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:60335] WARNING 2025-10-08 20:12:14,702 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:60335] INFO 2025-10-08 20:12:14,703 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:60593] INFO 2025-10-08 20:12:14,721 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:57608] WARNING 2025-10-08 20:12:14,725 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.02, 127.0.0.1:56571] INFO 2025-10-08 20:12:17,210 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56571] INFO 2025-10-08 20:12:17,213 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:60469] INFO 2025-10-08 20:12:17,233 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:60603] INFO 2025-10-08 20:12:17,242 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:60603] INFO 2025-10-08 20:12:17,245 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56571] INFO 2025-10-08 20:12:44,736 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:56571] INFO 2025-10-08 20:12:44,739 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:60593] WARNING 2025-10-08 20:12:44,755 log 10010 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:12:44,755 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:12:44,778 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:60719] WARNING 2025-10-08 20:12:44,788 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:57608] INFO 2025-10-08 20:12:44,790 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:60719] INFO 2025-10-08 20:12:44,793 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56571] WARNING 2025-10-08 20:12:44,796 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:60335] WARNING 2025-10-08 20:12:44,797 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:57608] INFO 2025-10-08 20:12:48,229 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:57608] INFO 2025-10-08 20:12:48,233 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:60603] INFO 2025-10-08 20:12:48,256 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:60733] INFO 2025-10-08 20:12:48,268 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:60733] INFO 2025-10-08 20:12:48,272 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57608] INFO 2025-10-08 20:12:54,224 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57608] INFO 2025-10-08 20:12:54,232 runserver 10010 6140129280 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:60335] INFO 2025-10-08 20:12:54,271 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60335] INFO 2025-10-08 20:13:14,800 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:60335] INFO 2025-10-08 20:13:14,803 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:60719] WARNING 2025-10-08 20:13:14,826 log 10010 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:13:14,826 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60335] INFO 2025-10-08 20:13:14,850 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:60846] WARNING 2025-10-08 20:13:14,859 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:57608] INFO 2025-10-08 20:13:14,862 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:60846] WARNING 2025-10-08 20:13:14,866 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:57608] INFO 2025-10-08 20:13:14,886 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:60335] WARNING 2025-10-08 20:13:14,888 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.03, 127.0.0.1:56571] INFO 2025-10-08 20:13:19,229 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56571] INFO 2025-10-08 20:13:19,234 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:60733] INFO 2025-10-08 20:13:19,262 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:60864] INFO 2025-10-08 20:13:19,272 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:60864] INFO 2025-10-08 20:13:19,277 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56571] INFO 2025-10-08 20:13:44,909 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.04, 127.0.0.1:56571] INFO 2025-10-08 20:13:44,912 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:60846] WARNING 2025-10-08 20:13:44,924 log 10010 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:13:44,924 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:13:44,949 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:60974] WARNING 2025-10-08 20:13:44,959 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:60335] INFO 2025-10-08 20:13:44,963 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:60974] INFO 2025-10-08 20:13:44,965 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56571] WARNING 2025-10-08 20:13:44,967 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.01, 127.0.0.1:57608] WARNING 2025-10-08 20:13:44,968 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:60335] INFO 2025-10-08 20:13:50,241 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:60335] INFO 2025-10-08 20:13:50,246 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:60864] INFO 2025-10-08 20:13:50,274 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:60996] INFO 2025-10-08 20:13:50,284 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:60996] INFO 2025-10-08 20:13:50,289 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60335] INFO 2025-10-08 20:13:55,255 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:57608] INFO 2025-10-08 20:13:55,264 runserver 10010 6140129280 HTTP GET /en/appointments/queue/3/ 200 [0.04, 127.0.0.1:60335] INFO 2025-10-08 20:13:55,306 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60335] INFO 2025-10-08 20:14:14,972 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:60335] INFO 2025-10-08 20:14:14,978 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:60974] WARNING 2025-10-08 20:14:15,017 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:14:15,017 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60335] INFO 2025-10-08 20:14:15,018 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:61102] WARNING 2025-10-08 20:14:15,027 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:57608] WARNING 2025-10-08 20:14:15,032 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:57608] INFO 2025-10-08 20:14:15,036 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60335] INFO 2025-10-08 20:14:15,036 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:61102] WARNING 2025-10-08 20:14:15,039 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:56571] INFO 2025-10-08 20:14:21,235 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56571] INFO 2025-10-08 20:14:21,237 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:60996] INFO 2025-10-08 20:14:21,257 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:61128] INFO 2025-10-08 20:14:21,267 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:61128] INFO 2025-10-08 20:14:21,270 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56571] INFO 2025-10-08 20:14:27,638 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:56571] INFO 2025-10-08 20:14:27,642 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:61102] WARNING 2025-10-08 20:14:27,651 log 10010 13422145536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:14:27,652 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:14:27,689 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:61155] WARNING 2025-10-08 20:14:27,699 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:60335] WARNING 2025-10-08 20:14:27,703 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:57608] WARNING 2025-10-08 20:14:27,705 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:60335] INFO 2025-10-08 20:14:27,708 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56571] INFO 2025-10-08 20:14:27,709 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:61155] INFO 2025-10-08 20:14:52,257 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:56571] INFO 2025-10-08 20:14:52,261 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:61128] INFO 2025-10-08 20:14:52,288 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:61259] INFO 2025-10-08 20:14:52,299 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:61259] INFO 2025-10-08 20:14:52,303 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56571] INFO 2025-10-08 20:14:56,262 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.04, 127.0.0.1:56571] INFO 2025-10-08 20:14:56,276 runserver 10010 6140129280 HTTP GET /en/appointments/queue/3/ 200 [0.05, 127.0.0.1:60335] INFO 2025-10-08 20:14:56,317 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60335] INFO 2025-10-08 20:14:57,725 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:60335] INFO 2025-10-08 20:14:57,728 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:61155] WARNING 2025-10-08 20:14:57,742 log 10010 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:14:57,742 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60335] INFO 2025-10-08 20:14:57,756 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:61282] INFO 2025-10-08 20:14:57,765 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:61282] INFO 2025-10-08 20:14:57,769 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60335] WARNING 2025-10-08 20:14:57,780 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:60335] WARNING 2025-10-08 20:14:57,782 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:56571] WARNING 2025-10-08 20:14:57,803 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.02, 127.0.0.1:56571] INFO 2025-10-08 20:15:23,236 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56571] INFO 2025-10-08 20:15:23,238 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:61259] INFO 2025-10-08 20:15:23,259 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:61536] INFO 2025-10-08 20:15:23,268 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:61536] INFO 2025-10-08 20:15:23,270 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56571] INFO 2025-10-08 20:15:27,811 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.04, 127.0.0.1:56571] INFO 2025-10-08 20:15:27,813 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:61282] WARNING 2025-10-08 20:15:27,825 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:15:27,825 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:56571] INFO 2025-10-08 20:15:27,853 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:61555] WARNING 2025-10-08 20:15:27,864 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:60335] WARNING 2025-10-08 20:15:27,866 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:61556] WARNING 2025-10-08 20:15:27,868 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:60335] INFO 2025-10-08 20:15:27,871 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:61555] INFO 2025-10-08 20:15:27,872 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56571] INFO 2025-10-08 20:15:54,263 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:56571] INFO 2025-10-08 20:15:54,268 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:61536] INFO 2025-10-08 20:15:54,296 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:61687] INFO 2025-10-08 20:15:54,307 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:61687] INFO 2025-10-08 20:15:54,311 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56571] INFO 2025-10-08 20:15:57,265 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.04, 127.0.0.1:56571] INFO 2025-10-08 20:15:57,277 runserver 10010 6140129280 HTTP GET /en/appointments/queue/3/ 200 [0.05, 127.0.0.1:60335] INFO 2025-10-08 20:15:57,323 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60335] INFO 2025-10-08 20:15:57,905 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.04, 127.0.0.1:60335] INFO 2025-10-08 20:15:57,907 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:61555] WARNING 2025-10-08 20:15:57,921 log 10010 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:15:57,921 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:60335] INFO 2025-10-08 20:15:57,930 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:61722] INFO 2025-10-08 20:15:57,941 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:61722] INFO 2025-10-08 20:15:57,944 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60335] WARNING 2025-10-08 20:15:57,955 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:60335] WARNING 2025-10-08 20:15:57,955 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:56571] WARNING 2025-10-08 20:15:57,961 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:56571] INFO 2025-10-08 20:16:25,248 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56571] INFO 2025-10-08 20:16:25,251 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:61687] INFO 2025-10-08 20:16:25,279 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:61836] INFO 2025-10-08 20:16:25,289 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:61836] INFO 2025-10-08 20:16:25,294 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56571] INFO 2025-10-08 20:16:27,978 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.04, 127.0.0.1:56571] INFO 2025-10-08 20:16:27,981 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:61722] INFO 2025-10-08 20:16:28,038 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:61850] WARNING 2025-10-08 20:16:28,039 log 10010 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:16:28,040 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.05, 127.0.0.1:56571] WARNING 2025-10-08 20:16:28,043 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:61851] WARNING 2025-10-08 20:16:28,043 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:61852] WARNING 2025-10-08 20:16:28,046 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:61852] INFO 2025-10-08 20:16:28,046 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:61850] INFO 2025-10-08 20:16:28,050 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60335] INFO 2025-10-08 20:16:56,250 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:60335] INFO 2025-10-08 20:16:56,254 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:61836] INFO 2025-10-08 20:16:56,281 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:61970] INFO 2025-10-08 20:16:56,292 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:61970] INFO 2025-10-08 20:16:56,297 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60335] INFO 2025-10-08 20:16:58,037 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:60335] INFO 2025-10-08 20:16:58,041 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:61850] WARNING 2025-10-08 20:16:58,062 log 10010 13422145536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:16:58,063 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60335] INFO 2025-10-08 20:16:58,084 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:61980] WARNING 2025-10-08 20:16:58,112 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.02, 127.0.0.1:61852] WARNING 2025-10-08 20:16:58,113 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.02, 127.0.0.1:61851] WARNING 2025-10-08 20:16:58,116 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:61851] INFO 2025-10-08 20:16:58,119 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:61980] INFO 2025-10-08 20:16:58,120 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:60335] INFO 2025-10-08 20:16:58,239 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60335] INFO 2025-10-08 20:16:58,246 runserver 10010 6140129280 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:61851] INFO 2025-10-08 20:16:58,277 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61851] INFO 2025-10-08 20:17:27,254 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:61851] INFO 2025-10-08 20:17:27,259 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:61970] INFO 2025-10-08 20:17:27,287 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:62139] INFO 2025-10-08 20:17:27,297 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:62139] INFO 2025-10-08 20:17:27,301 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61851] INFO 2025-10-08 20:17:28,097 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:61851] INFO 2025-10-08 20:17:28,101 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:61980] INFO 2025-10-08 20:17:28,128 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:62161] INFO 2025-10-08 20:17:28,140 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:62161] WARNING 2025-10-08 20:17:28,141 log 10010 13422145536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:17:28,142 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60335] INFO 2025-10-08 20:17:28,143 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61851] WARNING 2025-10-08 20:17:28,152 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:61851] WARNING 2025-10-08 20:17:28,155 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:61851] WARNING 2025-10-08 20:17:28,162 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:61851] INFO 2025-10-08 20:17:40,827 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:61851] INFO 2025-10-08 20:17:40,833 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:62161] WARNING 2025-10-08 20:17:40,845 log 10010 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:17:40,845 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:61851] INFO 2025-10-08 20:17:40,881 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:62302] WARNING 2025-10-08 20:17:40,890 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:60335] WARNING 2025-10-08 20:17:40,894 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:61852] WARNING 2025-10-08 20:17:40,897 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.01, 127.0.0.1:60335] INFO 2025-10-08 20:17:40,899 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:62302] INFO 2025-10-08 20:17:40,900 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:61851] INFO 2025-10-08 20:17:58,235 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:61851] INFO 2025-10-08 20:17:58,238 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:62139] INFO 2025-10-08 20:17:58,261 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:62374] INFO 2025-10-08 20:17:58,271 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:62374] INFO 2025-10-08 20:17:58,274 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61851] INFO 2025-10-08 20:17:59,236 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61851] INFO 2025-10-08 20:17:59,245 runserver 10010 6140129280 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:60335] INFO 2025-10-08 20:17:59,287 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60335] INFO 2025-10-08 20:18:10,916 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:60335] INFO 2025-10-08 20:18:10,920 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:62302] INFO 2025-10-08 20:18:11,003 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:62465] WARNING 2025-10-08 20:18:11,010 log 10010 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:18:11,010 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.01, 127.0.0.1:62466] WARNING 2025-10-08 20:18:11,011 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:61852] WARNING 2025-10-08 20:18:11,011 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:60335] WARNING 2025-10-08 20:18:11,015 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:62466] INFO 2025-10-08 20:18:11,016 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:62465] INFO 2025-10-08 20:18:11,018 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:61851] INFO 2025-10-08 20:18:17,900 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:61851] INFO 2025-10-08 20:18:17,903 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:62465] WARNING 2025-10-08 20:18:17,909 log 10010 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:18:17,909 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:61851] INFO 2025-10-08 20:18:17,943 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:62495] WARNING 2025-10-08 20:18:17,949 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:62466] WARNING 2025-10-08 20:18:17,953 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:62466] INFO 2025-10-08 20:18:17,957 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:62495] INFO 2025-10-08 20:18:17,958 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61851] WARNING 2025-10-08 20:18:17,959 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:62466] INFO 2025-10-08 20:18:29,252 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:62466] INFO 2025-10-08 20:18:29,256 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:62374] INFO 2025-10-08 20:18:29,284 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:62543] INFO 2025-10-08 20:18:29,295 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:62543] INFO 2025-10-08 20:18:29,300 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62466] INFO 2025-10-08 20:18:47,972 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:62466] INFO 2025-10-08 20:18:47,975 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:62495] WARNING 2025-10-08 20:18:47,994 log 10010 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:18:47,995 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62466] INFO 2025-10-08 20:18:48,018 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:62635] WARNING 2025-10-08 20:18:48,027 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:61851] WARNING 2025-10-08 20:18:48,030 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:61851] INFO 2025-10-08 20:18:48,032 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62466] INFO 2025-10-08 20:18:48,032 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:62635] WARNING 2025-10-08 20:18:48,034 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:60335] INFO 2025-10-08 20:19:00,260 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:62466] INFO 2025-10-08 20:19:00,263 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:60335] INFO 2025-10-08 20:19:00,268 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:62543] INFO 2025-10-08 20:19:00,271 runserver 10010 6140129280 HTTP GET /en/appointments/queue/3/ 200 [0.04, 127.0.0.1:61851] INFO 2025-10-08 20:19:00,292 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:62715] INFO 2025-10-08 20:19:00,302 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:62715] INFO 2025-10-08 20:19:00,305 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61851] INFO 2025-10-08 20:19:00,314 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60335] ERROR 2025-10-08 20:19:18,067 log 10010 13338013696 Internal Server Error: /en/appointments/queue/14/monitor/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 494, in parse command = token.contents.split()[0] ~~~~~~~~~~~~~~~~~~~~~~^^^ IndexError: list index out of range During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 2547, in queue_monitor_view return render(request, 'appointments/queue/queue_monitor.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 134, in render compiled_parent = self.get_parent(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 131, in get_parent return self.find_template(parent, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 109, in find_template template, origin = context.template.engine.find_template( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 496, in parse raise self.error(token, "Empty block tag on line %d" % token.lineno) django.template.exceptions.TemplateSyntaxError: Empty block tag on line 42 ERROR 2025-10-08 20:19:18,069 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 500 [0.04, 127.0.0.1:60335] INFO 2025-10-08 20:19:18,071 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:62635] WARNING 2025-10-08 20:19:18,079 log 10010 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:19:18,080 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60335] ERROR 2025-10-08 20:19:31,256 log 10010 6173782016 Internal Server Error: /en/appointments/queue/14/monitor/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 494, in parse command = token.contents.split()[0] ~~~~~~~~~~~~~~~~~~~~~~^^^ IndexError: list index out of range During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 2547, in queue_monitor_view return render(request, 'appointments/queue/queue_monitor.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 134, in render compiled_parent = self.get_parent(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 131, in get_parent return self.find_template(parent, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 109, in find_template template, origin = context.template.engine.find_template( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 496, in parse raise self.error(token, "Empty block tag on line %d" % token.lineno) django.template.exceptions.TemplateSyntaxError: Empty block tag on line 42 ERROR 2025-10-08 20:19:31,258 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 500 [0.03, 127.0.0.1:60335] INFO 2025-10-08 20:19:31,261 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:62715] INFO 2025-10-08 20:19:38,664 runserver 10010 6140129280 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:60335] WARNING 2025-10-08 20:19:38,679 log 10010 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:19:38,679 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60335] INFO 2025-10-08 20:19:38,717 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:62910] WARNING 2025-10-08 20:19:38,728 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:60335] INFO 2025-10-08 20:19:38,742 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:62910] WARNING 2025-10-08 20:19:38,742 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:61851] WARNING 2025-10-08 20:19:38,751 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.01, 127.0.0.1:60335] INFO 2025-10-08 20:19:43,519 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/13/ [127.0.0.1:62933] WARNING 2025-10-08 20:19:43,522 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:19:43,523 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:60335] INFO 2025-10-08 20:19:43,526 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:62910] INFO 2025-10-08 20:19:43,535 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/13/ [127.0.0.1:62933] INFO 2025-10-08 20:19:44,334 runserver 10010 6140129280 HTTP GET /en/appointments/queue/13/monitor/ 200 [0.03, 127.0.0.1:60335] INFO 2025-10-08 20:19:44,338 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/13/ [127.0.0.1:62933] WARNING 2025-10-08 20:19:44,345 log 10010 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:19:44,346 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60335] INFO 2025-10-08 20:19:44,387 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/13/ [127.0.0.1:62939] WARNING 2025-10-08 20:19:44,397 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:60335] INFO 2025-10-08 20:19:44,399 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/13/ [127.0.0.1:62939] WARNING 2025-10-08 20:19:44,401 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:61851] WARNING 2025-10-08 20:19:44,403 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:60335] INFO 2025-10-08 20:19:45,294 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:62945] WARNING 2025-10-08 20:19:45,296 log 10010 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:19:45,297 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:60335] INFO 2025-10-08 20:19:45,301 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/13/ [127.0.0.1:62939] INFO 2025-10-08 20:19:45,309 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:62945] WARNING 2025-10-08 20:19:45,858 log 10010 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:19:45,858 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:60335] INFO 2025-10-08 20:19:45,908 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:62945] WARNING 2025-10-08 20:19:45,914 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:60335] ERROR 2025-10-08 20:19:47,240 log 10010 13371666432 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 510, in parse compile_func = self.tags[command] ~~~~~~~~~^^^^^^^^^ KeyError: 'static' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 199, in render template = context.template.engine.select_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 208, in select_template return self.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 976, in do_if nodelist = parser.parse(("endif",)) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 512, in parse self.invalid_block_tag(token, command, parse_until) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 567, in invalid_block_tag raise self.error( django.template.exceptions.TemplateSyntaxError: Invalid block tag on line 76: 'static', expected 'endif'. Did you forget to register or load this tag? ERROR 2025-10-08 20:19:47,242 runserver 10010 6140129280 HTTP GET /en/ 500 [0.10, 127.0.0.1:60335] WARNING 2025-10-08 20:19:47,262 log 10010 13455798272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:19:47,263 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60335] INFO 2025-10-08 20:20:01,251 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60335] ERROR 2025-10-08 20:20:01,299 log 10010 13371666432 Internal Server Error: /en/appointments/queue/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 510, in parse compile_func = self.tags[command] ~~~~~~~~~^^^^^^^^^ KeyError: 'static' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 199, in render template = context.template.engine.select_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 208, in select_template return self.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 976, in do_if nodelist = parser.parse(("endif",)) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 512, in parse self.invalid_block_tag(token, command, parse_until) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 567, in invalid_block_tag raise self.error( django.template.exceptions.TemplateSyntaxError: Invalid block tag on line 76: 'static', expected 'endif'. Did you forget to register or load this tag? ERROR 2025-10-08 20:20:01,300 runserver 10010 6140129280 HTTP GET /en/appointments/queue/3/ 500 [0.07, 127.0.0.1:61851] INFO 2025-10-08 20:20:18,281 runserver 10010 6140129280 HTTP GET /en/ 200 [0.01, 127.0.0.1:61851] WARNING 2025-10-08 20:20:18,294 log 10010 13455798272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:20:18,295 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:61851] WARNING 2025-10-08 20:20:18,355 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:63119] INFO 2025-10-08 20:20:18,389 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.05, 127.0.0.1:61851] INFO 2025-10-08 20:20:18,391 runserver 10010 6140129280 HTTP GET /en/htmx/system-health/ 200 [0.05, 127.0.0.1:63117] INFO 2025-10-08 20:20:18,403 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.06, 127.0.0.1:60335] INFO 2025-10-08 20:20:22,538 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:63136] WARNING 2025-10-08 20:20:22,540 log 10010 13455798272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:20:22,541 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:60335] INFO 2025-10-08 20:20:22,557 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:63136] INFO 2025-10-08 20:20:23,326 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.01, 127.0.0.1:60335] INFO 2025-10-08 20:20:23,329 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:63136] WARNING 2025-10-08 20:20:23,335 log 10010 13422145536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:20:23,335 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60335] INFO 2025-10-08 20:20:23,373 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:63142] WARNING 2025-10-08 20:20:23,401 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.01, 127.0.0.1:60335] WARNING 2025-10-08 20:20:23,401 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:63117] INFO 2025-10-08 20:20:23,403 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:63142] WARNING 2025-10-08 20:20:23,404 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:63117] INFO 2025-10-08 20:20:53,399 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.02, 127.0.0.1:63117] INFO 2025-10-08 20:20:53,403 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:63142] WARNING 2025-10-08 20:20:53,430 log 10010 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:20:53,431 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:63117] INFO 2025-10-08 20:20:53,454 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:63305] WARNING 2025-10-08 20:20:53,466 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:63117] WARNING 2025-10-08 20:20:53,467 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.01, 127.0.0.1:60335] INFO 2025-10-08 20:20:53,469 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:63305] WARNING 2025-10-08 20:20:53,471 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:60335] INFO 2025-10-08 20:21:23,482 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.02, 127.0.0.1:60335] INFO 2025-10-08 20:21:23,486 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:63305] WARNING 2025-10-08 20:21:23,503 log 10010 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:21:23,504 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60335] INFO 2025-10-08 20:21:23,530 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:63430] WARNING 2025-10-08 20:21:23,539 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:60335] WARNING 2025-10-08 20:21:23,553 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:60335] INFO 2025-10-08 20:21:23,564 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:63430] WARNING 2025-10-08 20:21:23,566 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.02, 127.0.0.1:63117] INFO 2025-10-08 20:21:53,563 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.02, 127.0.0.1:63117] INFO 2025-10-08 20:21:53,567 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:63430] INFO 2025-10-08 20:21:53,592 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:63600] WARNING 2025-10-08 20:21:53,594 log 10010 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:21:53,594 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:63117] INFO 2025-10-08 20:21:53,599 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:63600] WARNING 2025-10-08 20:21:53,617 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:60335] WARNING 2025-10-08 20:21:53,617 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:63117] WARNING 2025-10-08 20:21:53,622 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:63117] INFO 2025-10-08 20:22:23,644 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.04, 127.0.0.1:63117] INFO 2025-10-08 20:22:23,647 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:63600] WARNING 2025-10-08 20:22:23,659 log 10010 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:22:23,659 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:63117] INFO 2025-10-08 20:22:23,686 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:63762] INFO 2025-10-08 20:22:23,693 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:63762] WARNING 2025-10-08 20:22:23,695 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:63117] WARNING 2025-10-08 20:22:23,701 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:63117] WARNING 2025-10-08 20:22:23,702 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:60335] INFO 2025-10-08 20:22:53,737 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.04, 127.0.0.1:60335] INFO 2025-10-08 20:22:53,740 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:63762] WARNING 2025-10-08 20:22:53,756 log 10010 13405319168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:22:53,756 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60335] INFO 2025-10-08 20:22:53,778 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:63925] WARNING 2025-10-08 20:22:53,787 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:60335] INFO 2025-10-08 20:22:53,789 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:63925] WARNING 2025-10-08 20:22:53,792 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:60335] WARNING 2025-10-08 20:22:53,794 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:63117] INFO 2025-10-08 20:23:24,263 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.03, 127.0.0.1:63117] INFO 2025-10-08 20:23:24,267 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:63925] INFO 2025-10-08 20:23:24,295 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:64112] INFO 2025-10-08 20:23:24,302 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:64112] WARNING 2025-10-08 20:23:24,305 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:23:24,305 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:63117] WARNING 2025-10-08 20:23:24,322 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:63117] INFO 2025-10-08 20:23:55,254 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.02, 127.0.0.1:63117] INFO 2025-10-08 20:23:55,257 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:64112] WARNING 2025-10-08 20:23:55,280 log 10010 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:23:55,281 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:63117] INFO 2025-10-08 20:23:55,302 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:64266] INFO 2025-10-08 20:23:55,309 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:64266] WARNING 2025-10-08 20:23:55,317 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:63117] INFO 2025-10-08 20:24:26,260 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.02, 127.0.0.1:63117] INFO 2025-10-08 20:24:26,263 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:64266] INFO 2025-10-08 20:24:26,294 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:64395] WARNING 2025-10-08 20:24:26,301 log 10010 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:24:26,301 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:63117] INFO 2025-10-08 20:24:26,302 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:64395] WARNING 2025-10-08 20:24:26,322 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:63117] WARNING 2025-10-08 20:24:32,766 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:63117] WARNING 2025-10-08 20:24:32,770 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:63117] INFO 2025-10-08 20:24:57,250 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.01, 127.0.0.1:63117] INFO 2025-10-08 20:24:57,253 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:64395] WARNING 2025-10-08 20:24:57,276 log 10010 13455798272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:24:57,276 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:63117] INFO 2025-10-08 20:24:57,299 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:64540] INFO 2025-10-08 20:24:57,305 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:64540] WARNING 2025-10-08 20:24:57,316 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:63117] INFO 2025-10-08 20:25:28,265 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.03, 127.0.0.1:63117] INFO 2025-10-08 20:25:28,268 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:64540] WARNING 2025-10-08 20:25:28,318 log 10010 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-10-08 20:25:28,319 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:64834] WARNING 2025-10-08 20:25:28,319 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:63117] INFO 2025-10-08 20:25:28,326 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:64834] WARNING 2025-10-08 20:25:28,331 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:63117] INFO 2025-10-08 20:25:59,260 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.02, 127.0.0.1:63117] INFO 2025-10-08 20:25:59,263 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:64834] WARNING 2025-10-08 20:25:59,290 log 10010 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:25:59,290 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:63117] INFO 2025-10-08 20:25:59,310 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:64996] INFO 2025-10-08 20:25:59,318 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:64996] WARNING 2025-10-08 20:25:59,327 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:63117] INFO 2025-10-08 20:26:30,256 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.02, 127.0.0.1:63117] INFO 2025-10-08 20:26:30,259 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:64996] WARNING 2025-10-08 20:26:30,305 log 10010 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:26:30,306 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:63117] INFO 2025-10-08 20:26:30,308 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:65128] INFO 2025-10-08 20:26:30,315 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:65128] WARNING 2025-10-08 20:26:30,318 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:63117] INFO 2025-10-08 20:27:01,289 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.06, 127.0.0.1:63117] INFO 2025-10-08 20:27:01,296 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:65128] WARNING 2025-10-08 20:27:01,313 log 10010 13405319168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:27:01,313 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:63117] INFO 2025-10-08 20:27:01,341 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:65295] INFO 2025-10-08 20:27:01,348 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:65295] WARNING 2025-10-08 20:27:01,355 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:63117] INFO 2025-10-08 20:27:32,249 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.01, 127.0.0.1:63117] INFO 2025-10-08 20:27:32,251 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:65295] INFO 2025-10-08 20:27:32,301 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:65429] WARNING 2025-10-08 20:27:32,304 log 10010 13422145536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:27:32,304 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:63117] INFO 2025-10-08 20:27:32,308 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:65429] WARNING 2025-10-08 20:27:32,316 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:63117] INFO 2025-10-08 20:28:03,274 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.03, 127.0.0.1:63117] INFO 2025-10-08 20:28:03,277 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:65429] WARNING 2025-10-08 20:28:03,291 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:28:03,292 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:63117] INFO 2025-10-08 20:28:03,308 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:49312] INFO 2025-10-08 20:28:03,316 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:49312] WARNING 2025-10-08 20:28:03,332 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:63117] INFO 2025-10-08 20:28:37,139 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.04, 127.0.0.1:63117] INFO 2025-10-08 20:28:37,143 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:49312] WARNING 2025-10-08 20:28:37,150 log 10010 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:28:37,150 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:63117] INFO 2025-10-08 20:28:37,181 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:49482] INFO 2025-10-08 20:28:37,190 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:49482] WARNING 2025-10-08 20:28:37,194 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:63117] INFO 2025-10-08 20:29:07,255 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.02, 127.0.0.1:49613] INFO 2025-10-08 20:29:07,258 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:49482] WARNING 2025-10-08 20:29:07,291 log 10010 13455798272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:29:07,292 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:49613] INFO 2025-10-08 20:29:07,317 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:49615] INFO 2025-10-08 20:29:07,328 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:49615] WARNING 2025-10-08 20:29:07,331 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:49613] INFO 2025-10-08 20:29:38,323 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.03, 127.0.0.1:49613] INFO 2025-10-08 20:29:38,327 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:49615] INFO 2025-10-08 20:29:38,362 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:49746] INFO 2025-10-08 20:29:38,370 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:49746] WARNING 2025-10-08 20:29:38,381 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:29:38,381 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:49613] WARNING 2025-10-08 20:29:38,393 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:49613] INFO 2025-10-08 20:30:09,259 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.03, 127.0.0.1:49613] INFO 2025-10-08 20:30:09,263 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:49746] WARNING 2025-10-08 20:30:09,292 log 10010 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:30:09,293 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:49613] INFO 2025-10-08 20:30:09,313 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:49980] INFO 2025-10-08 20:30:09,320 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:49980] WARNING 2025-10-08 20:30:09,329 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:49613] INFO 2025-10-08 20:30:40,242 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.01, 127.0.0.1:49613] INFO 2025-10-08 20:30:40,245 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:49980] WARNING 2025-10-08 20:30:40,274 log 10010 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:30:40,274 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:49613] INFO 2025-10-08 20:30:40,295 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:50155] INFO 2025-10-08 20:30:40,303 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:50155] WARNING 2025-10-08 20:30:40,310 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:49613] INFO 2025-10-08 20:31:11,238 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.01, 127.0.0.1:49613] INFO 2025-10-08 20:31:11,240 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:50155] WARNING 2025-10-08 20:31:11,259 log 10010 13405319168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:31:11,259 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:49613] INFO 2025-10-08 20:31:11,281 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:50321] WARNING 2025-10-08 20:31:11,290 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:49613] INFO 2025-10-08 20:31:11,297 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:50321] INFO 2025-10-08 20:31:42,265 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.02, 127.0.0.1:49613] INFO 2025-10-08 20:31:42,268 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:50321] INFO 2025-10-08 20:31:42,295 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:50488] WARNING 2025-10-08 20:31:42,319 log 10010 13422145536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:31:42,320 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:49613] WARNING 2025-10-08 20:31:42,332 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:49613] INFO 2025-10-08 20:31:42,342 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:50488] INFO 2025-10-08 20:32:13,644 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.02, 127.0.0.1:49613] INFO 2025-10-08 20:32:13,647 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:50488] INFO 2025-10-08 20:32:13,680 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:50654] INFO 2025-10-08 20:32:13,687 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:50654] WARNING 2025-10-08 20:32:13,695 log 10010 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:32:13,696 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:49613] WARNING 2025-10-08 20:32:13,702 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:49613] INFO 2025-10-08 20:32:44,246 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.02, 127.0.0.1:49613] INFO 2025-10-08 20:32:44,249 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:50654] WARNING 2025-10-08 20:32:44,279 log 10010 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:32:44,279 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:49613] INFO 2025-10-08 20:32:44,298 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:50788] INFO 2025-10-08 20:32:44,306 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:50788] WARNING 2025-10-08 20:32:44,313 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:49613] INFO 2025-10-08 20:33:15,236 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.01, 127.0.0.1:49613] INFO 2025-10-08 20:33:15,238 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:50788] WARNING 2025-10-08 20:33:15,270 log 10010 13455798272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:33:15,270 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:49613] INFO 2025-10-08 20:33:15,289 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:50950] INFO 2025-10-08 20:33:15,296 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:50950] WARNING 2025-10-08 20:33:15,304 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:49613] INFO 2025-10-08 20:33:46,259 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.03, 127.0.0.1:49613] INFO 2025-10-08 20:33:46,262 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:50950] WARNING 2025-10-08 20:33:46,289 log 10010 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:33:46,290 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:49613] INFO 2025-10-08 20:33:46,291 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:51115] INFO 2025-10-08 20:33:46,299 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:51115] WARNING 2025-10-08 20:33:46,317 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:49613] INFO 2025-10-08 20:34:17,268 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.02, 127.0.0.1:49613] INFO 2025-10-08 20:34:17,271 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:51115] WARNING 2025-10-08 20:34:17,290 log 10010 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:34:17,290 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:49613] INFO 2025-10-08 20:34:17,302 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:51258] INFO 2025-10-08 20:34:17,309 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:51258] WARNING 2025-10-08 20:34:17,327 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:49613] INFO 2025-10-08 20:34:48,243 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.01, 127.0.0.1:49613] INFO 2025-10-08 20:34:48,245 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:51258] WARNING 2025-10-08 20:34:48,270 log 10010 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:34:48,270 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:49613] INFO 2025-10-08 20:34:48,293 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:51409] INFO 2025-10-08 20:34:48,300 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:51409] WARNING 2025-10-08 20:34:48,307 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:49613] WARNING 2025-10-08 20:35:01,702 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.01, 127.0.0.1:49613] WARNING 2025-10-08 20:35:01,709 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:49613] INFO 2025-10-08 20:35:02,542 runserver 10010 6140129280 HTTP GET /en/appointments/queue/9/monitor/ 200 [0.03, 127.0.0.1:49613] INFO 2025-10-08 20:35:02,547 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:51409] WARNING 2025-10-08 20:35:02,557 log 10010 13455798272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:35:02,558 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:49613] INFO 2025-10-08 20:35:02,597 runserver 10010 6140129280 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:51472] WARNING 2025-10-08 20:35:02,604 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:49613] WARNING 2025-10-08 20:35:02,618 runserver 10010 6140129280 HTTP GET /static/sounds/notification.mp3 404 [0.01, 127.0.0.1:51257] WARNING 2025-10-08 20:35:02,632 runserver 10010 6140129280 HTTP GET /static/sounds/notification.ogg 404 [0.01, 127.0.0.1:51257] INFO 2025-10-08 20:35:02,633 runserver 10010 6140129280 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:51472] WARNING 2025-10-08 20:35:04,504 log 10010 13405319168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:35:04,505 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:51257] INFO 2025-10-08 20:35:04,552 runserver 10010 6140129280 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:51472] WARNING 2025-10-08 20:35:04,556 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51257] INFO 2025-10-08 20:35:06,034 runserver 10010 6140129280 HTTP GET /en/ 200 [0.04, 127.0.0.1:51257] WARNING 2025-10-08 20:35:06,053 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:35:06,054 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51257] WARNING 2025-10-08 20:35:06,109 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51516] INFO 2025-10-08 20:35:06,135 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.04, 127.0.0.1:51257] INFO 2025-10-08 20:35:06,138 runserver 10010 6140129280 HTTP GET /en/htmx/system-health/ 200 [0.04, 127.0.0.1:51515] INFO 2025-10-08 20:35:06,156 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.06, 127.0.0.1:49613] INFO 2025-10-08 20:35:36,271 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:49613] INFO 2025-10-08 20:36:06,261 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:49613] INFO 2025-10-08 20:36:06,262 runserver 10010 6140129280 HTTP GET /en/htmx/system-health/ 200 [0.02, 127.0.0.1:51807] INFO 2025-10-08 20:36:07,265 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:49613] INFO 2025-10-08 20:36:23,483 runserver 10010 6140129280 HTTP GET /en/ 200 [0.04, 127.0.0.1:49613] WARNING 2025-10-08 20:36:23,499 log 10010 13405319168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:36:23,500 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:49613] WARNING 2025-10-08 20:36:23,558 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51878] INFO 2025-10-08 20:36:23,577 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:49613] INFO 2025-10-08 20:36:23,579 runserver 10010 6140129280 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:51877] INFO 2025-10-08 20:36:23,591 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.05, 127.0.0.1:51807] INFO 2025-10-08 20:36:53,570 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.02, 127.0.0.1:51807] INFO 2025-10-08 20:37:23,578 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:51807] INFO 2025-10-08 20:37:23,579 runserver 10010 6140129280 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:51877] INFO 2025-10-08 20:37:23,595 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:49613] INFO 2025-10-08 20:37:53,574 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.02, 127.0.0.1:49613] INFO 2025-10-08 20:38:23,565 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:49613] INFO 2025-10-08 20:38:23,568 runserver 10010 6140129280 HTTP GET /en/htmx/system-health/ 200 [0.02, 127.0.0.1:51807] INFO 2025-10-08 20:38:23,582 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.03, 127.0.0.1:51877] INFO 2025-10-08 20:38:53,582 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.02, 127.0.0.1:51877] INFO 2025-10-08 20:39:23,580 runserver 10010 6140129280 HTTP GET /en/htmx/system-health/ 200 [0.02, 127.0.0.1:51807] INFO 2025-10-08 20:39:23,582 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:51877] INFO 2025-10-08 20:39:23,600 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:49613] INFO 2025-10-08 20:39:53,590 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.03, 127.0.0.1:49613] INFO 2025-10-08 20:40:23,588 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:49613] INFO 2025-10-08 20:40:23,591 runserver 10010 6140129280 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:51877] INFO 2025-10-08 20:40:23,608 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.05, 127.0.0.1:51807] INFO 2025-10-08 20:40:54,279 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.05, 127.0.0.1:51807] INFO 2025-10-08 20:41:16,036 runserver 10010 6140129280 HTTP GET /en/ 200 [0.04, 127.0.0.1:51807] WARNING 2025-10-08 20:41:16,056 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:41:16,056 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51807] WARNING 2025-10-08 20:41:16,112 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:53472] INFO 2025-10-08 20:41:16,140 runserver 10010 6140129280 HTTP GET /en/htmx/system-health/ 200 [0.04, 127.0.0.1:49613] INFO 2025-10-08 20:41:16,150 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.05, 127.0.0.1:51807] INFO 2025-10-08 20:41:16,163 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.06, 127.0.0.1:51877] INFO 2025-10-08 20:41:46,140 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.03, 127.0.0.1:51877] INFO 2025-10-08 20:42:03,092 runserver 10010 6140129280 HTTP GET /en/ 200 [0.02, 127.0.0.1:51877] WARNING 2025-10-08 20:42:03,107 log 10010 13405319168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:42:03,107 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51877] WARNING 2025-10-08 20:42:03,161 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:53472] INFO 2025-10-08 20:42:03,182 runserver 10010 6140129280 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:49613] INFO 2025-10-08 20:42:03,182 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:51877] INFO 2025-10-08 20:42:03,196 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.05, 127.0.0.1:51807] INFO 2025-10-08 20:42:33,190 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:51807] INFO 2025-10-08 20:43:03,195 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.04, 127.0.0.1:51807] INFO 2025-10-08 20:43:03,197 runserver 10010 6140129280 HTTP GET /en/htmx/system-health/ 200 [0.04, 127.0.0.1:51877] INFO 2025-10-08 20:43:03,213 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.06, 127.0.0.1:49613] INFO 2025-10-08 20:43:33,174 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.01, 127.0.0.1:49613] INFO 2025-10-08 20:44:03,191 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.04, 127.0.0.1:49613] INFO 2025-10-08 20:44:03,194 runserver 10010 6140129280 HTTP GET /en/htmx/system-health/ 200 [0.04, 127.0.0.1:51877] INFO 2025-10-08 20:44:03,208 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.05, 127.0.0.1:51807] INFO 2025-10-08 20:44:33,184 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.03, 127.0.0.1:51807] INFO 2025-10-08 20:44:36,732 runserver 10010 6140129280 HTTP GET /en/ 200 [0.02, 127.0.0.1:51807] WARNING 2025-10-08 20:44:36,747 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:44:36,747 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51807] WARNING 2025-10-08 20:44:36,800 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:54513] INFO 2025-10-08 20:44:36,817 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:51807] INFO 2025-10-08 20:44:36,819 runserver 10010 6140129280 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:49613] INFO 2025-10-08 20:44:36,832 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:51877] INFO 2025-10-08 20:44:48,994 runserver 10010 6140129280 HTTP GET /en/notifications/ 200 [0.03, 127.0.0.1:51877] WARNING 2025-10-08 20:44:49,010 log 10010 13405319168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:44:49,011 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51877] INFO 2025-10-08 20:44:49,124 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.07, 127.0.0.1:51877] WARNING 2025-10-08 20:44:49,125 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:49613] WARNING 2025-10-08 20:44:54,323 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:49613] WARNING 2025-10-08 20:44:54,330 log 10010 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:44:54,331 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:51877] WARNING 2025-10-08 20:44:54,342 log 10010 13405319168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:44:54,347 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:51877] INFO 2025-10-08 20:45:06,806 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.02, 127.0.0.1:51877] INFO 2025-10-08 20:45:36,824 runserver 10010 6140129280 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:51877] INFO 2025-10-08 20:45:36,848 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.05, 127.0.0.1:49613] INFO 2025-10-08 20:46:06,834 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:49613] INFO 2025-10-08 20:46:36,818 runserver 10010 6140129280 HTTP GET /en/htmx/system-health/ 200 [0.02, 127.0.0.1:49613] INFO 2025-10-08 20:46:36,833 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.03, 127.0.0.1:51877] INFO 2025-10-08 20:46:48,473 runserver 10010 6140129280 HTTP GET /en/ 200 [0.04, 127.0.0.1:51877] WARNING 2025-10-08 20:46:48,492 log 10010 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:46:48,493 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51877] WARNING 2025-10-08 20:46:48,550 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:55161] INFO 2025-10-08 20:46:48,603 runserver 10010 6140129280 HTTP GET /en/htmx/system-health/ 200 [0.07, 127.0.0.1:55160] INFO 2025-10-08 20:46:48,605 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.07, 127.0.0.1:51877] INFO 2025-10-08 20:46:48,610 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.07, 127.0.0.1:49613] INFO 2025-10-08 20:47:11,208 runserver 10010 6140129280 HTTP GET /en/ 200 [0.03, 127.0.0.1:49613] WARNING 2025-10-08 20:47:11,225 log 10010 13422145536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:47:11,226 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:49613] WARNING 2025-10-08 20:47:11,281 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:55161] INFO 2025-10-08 20:47:11,298 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:49613] INFO 2025-10-08 20:47:11,300 runserver 10010 6140129280 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:55160] INFO 2025-10-08 20:47:11,316 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.05, 127.0.0.1:51877] INFO 2025-10-08 20:47:28,709 runserver 10010 6140129280 HTTP GET /en/ 200 [0.03, 127.0.0.1:51877] WARNING 2025-10-08 20:47:28,728 log 10010 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:47:28,728 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51877] WARNING 2025-10-08 20:47:28,783 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:55161] INFO 2025-10-08 20:47:28,801 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:51877] INFO 2025-10-08 20:47:28,804 runserver 10010 6140129280 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:49613] INFO 2025-10-08 20:47:28,816 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.05, 127.0.0.1:55160] INFO 2025-10-08 20:47:52,933 runserver 10010 6140129280 HTTP GET /en/ 200 [0.01, 127.0.0.1:55160] WARNING 2025-10-08 20:47:52,944 log 10010 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:47:52,944 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:55160] WARNING 2025-10-08 20:47:52,992 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:55161] INFO 2025-10-08 20:47:53,032 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.05, 127.0.0.1:55160] INFO 2025-10-08 20:47:53,034 runserver 10010 6140129280 HTTP GET /en/htmx/system-health/ 200 [0.05, 127.0.0.1:51877] INFO 2025-10-08 20:47:53,045 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.06, 127.0.0.1:49613] INFO 2025-10-08 20:48:01,974 runserver 10010 6140129280 HTTP GET /en/ 200 [0.01, 127.0.0.1:49613] WARNING 2025-10-08 20:48:01,986 log 10010 13422145536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:48:01,986 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:49613] WARNING 2025-10-08 20:48:02,035 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:55161] INFO 2025-10-08 20:48:02,052 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:49613] INFO 2025-10-08 20:48:02,055 runserver 10010 6140129280 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:55160] INFO 2025-10-08 20:48:02,067 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:51877] INFO 2025-10-08 20:48:32,064 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:51877] INFO 2025-10-08 20:48:41,344 runserver 10010 6140129280 HTTP GET /en/ 200 [0.03, 127.0.0.1:51877] WARNING 2025-10-08 20:48:41,359 log 10010 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:48:41,360 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51877] WARNING 2025-10-08 20:48:41,413 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:55161] INFO 2025-10-08 20:48:41,429 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:51877] INFO 2025-10-08 20:48:41,430 runserver 10010 6140129280 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:49613] INFO 2025-10-08 20:48:41,443 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:55160] INFO 2025-10-08 20:48:45,950 runserver 10010 6140129280 HTTP GET /en/account/profile/ 200 [0.03, 127.0.0.1:55160] WARNING 2025-10-08 20:48:45,968 log 10010 13422145536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 20:48:45,968 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:55160] INFO 2025-10-08 20:48:46,011 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55160] WARNING 2025-10-08 20:48:46,014 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:49613] INFO 2025-10-08 20:49:00,167 runserver 10010 6140129280 HTTP GET /en/account/htmx/two-factor-setup/ 200 [0.02, 127.0.0.1:49613] INFO 2025-10-08 22:05:12,262 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:57041] INFO 2025-10-08 23:33:23,988 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:58463] INFO 2025-10-08 23:37:06,719 runserver 10010 6140129280 HTTP GET /en/account/profile/ 200 [0.01, 127.0.0.1:59098] INFO 2025-10-08 23:37:06,731 runserver 10010 6140129280 HTTP GET /static/css/vendor.min.css 200 [0.01, 127.0.0.1:59098] INFO 2025-10-08 23:37:06,731 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.css 200 [0.00, 127.0.0.1:59103] INFO 2025-10-08 23:37:06,732 runserver 10010 6140129280 HTTP GET /static/img/user/user-12.jpg 200 [0.00, 127.0.0.1:59104] INFO 2025-10-08 23:37:06,732 runserver 10010 6140129280 HTTP GET /static/css/custom.css 200 [0.00, 127.0.0.1:59102] INFO 2025-10-08 23:37:06,733 runserver 10010 6140129280 HTTP GET /static/js/htmx.min.js 200 [0.00, 127.0.0.1:59105] INFO 2025-10-08 23:37:06,734 runserver 10010 6140129280 HTTP GET /static/css/default/app.min.css 200 [0.01, 127.0.0.1:59099] WARNING 2025-10-08 23:37:06,738 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 23:37:06,738 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:59098] INFO 2025-10-08 23:37:06,740 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.min.js 200 [0.01, 127.0.0.1:59104] INFO 2025-10-08 23:37:06,740 runserver 10010 6140129280 HTTP GET /static/js/custom.js 200 [0.01, 127.0.0.1:59105] INFO 2025-10-08 23:37:06,740 runserver 10010 6140129280 HTTP GET /static/js/app.min.js 200 [0.01, 127.0.0.1:59103] INFO 2025-10-08 23:37:06,742 runserver 10010 6140129280 HTTP GET /static/img/theme/default.jpg 200 [0.00, 127.0.0.1:59098] INFO 2025-10-08 23:37:06,742 runserver 10010 6140129280 HTTP GET /static/webfonts/fa-solid-900.woff2 200 [0.01, 127.0.0.1:59099] INFO 2025-10-08 23:37:06,744 runserver 10010 6140129280 HTTP GET /static/js/vendor.min.js 200 [0.01, 127.0.0.1:59102] INFO 2025-10-08 23:37:06,745 runserver 10010 6140129280 HTTP GET /static/img/theme/apple.jpg 200 [0.00, 127.0.0.1:59104] INFO 2025-10-08 23:37:06,745 runserver 10010 6140129280 HTTP GET /static/img/theme/transparent.jpg 200 [0.00, 127.0.0.1:59105] INFO 2025-10-08 23:37:06,746 runserver 10010 6140129280 HTTP GET /static/img/theme/material.jpg 200 [0.00, 127.0.0.1:59103] INFO 2025-10-08 23:37:06,748 runserver 10010 6140129280 HTTP GET /static/img/theme/facebook.jpg 200 [0.00, 127.0.0.1:59098] INFO 2025-10-08 23:37:06,749 runserver 10010 6140129280 HTTP GET /static/img/theme/google.jpg 200 [0.01, 127.0.0.1:59099] INFO 2025-10-08 23:37:06,750 runserver 10010 6140129280 HTTP GET /static/img/version/html.jpg 200 [0.00, 127.0.0.1:59104] INFO 2025-10-08 23:37:06,750 runserver 10010 6140129280 HTTP GET /static/img/version/ajax.jpg 200 [0.00, 127.0.0.1:59105] INFO 2025-10-08 23:37:06,751 runserver 10010 6140129280 HTTP GET /static/img/version/angular1x.jpg 200 [0.00, 127.0.0.1:59103] INFO 2025-10-08 23:37:06,751 runserver 10010 6140129280 HTTP GET /static/img/version/angular10x.jpg 200 [0.00, 127.0.0.1:59102] INFO 2025-10-08 23:37:06,753 runserver 10010 6140129280 HTTP GET /static/img/version/svelte.jpg 200 [0.00, 127.0.0.1:59098] INFO 2025-10-08 23:37:06,755 runserver 10010 6140129280 HTTP GET /static/img/version/laravel.jpg 200 [0.00, 127.0.0.1:59104] INFO 2025-10-08 23:37:06,755 runserver 10010 6140129280 HTTP GET /static/img/version/django.jpg 200 [0.00, 127.0.0.1:59099] INFO 2025-10-08 23:37:06,755 runserver 10010 6140129280 HTTP GET /static/img/version/reactjs.jpg 200 [0.00, 127.0.0.1:59103] INFO 2025-10-08 23:37:06,755 runserver 10010 6140129280 HTTP GET /static/img/version/dotnet.jpg 200 [0.00, 127.0.0.1:59102] INFO 2025-10-08 23:37:06,755 runserver 10010 6140129280 HTTP GET /static/img/version/vuejs.jpg 200 [0.00, 127.0.0.1:59105] INFO 2025-10-08 23:37:06,757 runserver 10010 6140129280 HTTP GET /static/img/version/nextjs.jpg 200 [0.00, 127.0.0.1:59098] INFO 2025-10-08 23:37:06,759 runserver 10010 6140129280 HTTP GET /static/img/theme/one-page-parallax.jpg 200 [0.00, 127.0.0.1:59104] INFO 2025-10-08 23:37:06,759 runserver 10010 6140129280 HTTP GET /static/img/theme/corporate.jpg 200 [0.00, 127.0.0.1:59105] INFO 2025-10-08 23:37:06,759 runserver 10010 6140129280 HTTP GET /static/img/theme/forum.jpg 200 [0.00, 127.0.0.1:59103] INFO 2025-10-08 23:37:06,759 runserver 10010 6140129280 HTTP GET /static/img/theme/e-commerce.jpg 200 [0.00, 127.0.0.1:59099] INFO 2025-10-08 23:37:06,759 runserver 10010 6140129280 HTTP GET /static/img/theme/blog.jpg 200 [0.00, 127.0.0.1:59102] WARNING 2025-10-08 23:37:06,886 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59099] INFO 2025-10-08 23:37:06,886 runserver 10010 6140129280 HTTP GET /static/css/default/app.min.css.map 200 [0.00, 127.0.0.1:59102] INFO 2025-10-08 23:37:06,894 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59103] WARNING 2025-10-08 23:37:07,798 log 10010 13338013696 Not Found: /favicon.ico WARNING 2025-10-08 23:37:07,798 runserver 10010 6140129280 HTTP GET /favicon.ico 404 [0.00, 127.0.0.1:59103] INFO 2025-10-08 23:37:14,757 runserver 10010 6140129280 HTTP GET /en/ 200 [0.03, 127.0.0.1:59103] WARNING 2025-10-08 23:37:14,771 log 10010 13523103744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 23:37:14,772 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59103] INFO 2025-10-08 23:37:14,853 runserver 10010 6140129280 HTTP GET /en/htmx/system-health/ 200 [0.02, 127.0.0.1:59102] WARNING 2025-10-08 23:37:14,857 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:59099] INFO 2025-10-08 23:37:14,871 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:59103] INFO 2025-10-08 23:37:44,876 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.03, 127.0.0.1:59103] INFO 2025-10-08 23:38:14,863 runserver 10010 6140129280 HTTP GET /en/htmx/system-health/ 200 [0.02, 127.0.0.1:59103] INFO 2025-10-08 23:38:14,877 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:59099] INFO 2025-10-08 23:38:43,017 runserver 10010 6140129280 HTTP GET /en/ 200 [0.04, 127.0.0.1:59099] WARNING 2025-10-08 23:38:43,036 log 10010 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 23:38:43,037 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:59099] WARNING 2025-10-08 23:38:43,093 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59526] INFO 2025-10-08 23:38:43,127 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.05, 127.0.0.1:59099] INFO 2025-10-08 23:38:43,130 runserver 10010 6140129280 HTTP GET /en/htmx/system-health/ 200 [0.05, 127.0.0.1:59525] INFO 2025-10-08 23:38:43,143 runserver 10010 6140129280 HTTP GET /en/htmx/dashboard-stats/ 200 [0.06, 127.0.0.1:59103] INFO 2025-10-08 23:38:54,830 runserver 10010 6140129280 HTTP GET /en/hr 301 [0.00, 127.0.0.1:59103] INFO 2025-10-08 23:38:54,928 runserver 10010 6140129280 HTTP GET /en/hr/ 200 [0.10, 127.0.0.1:59103] WARNING 2025-10-08 23:38:54,942 log 10010 6173782016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 23:38:54,943 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59103] INFO 2025-10-08 23:38:54,968 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59103] WARNING 2025-10-08 23:38:55,009 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59103] INFO 2025-10-08 23:43:54,985 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:61001] INFO 2025-10-08 23:43:55,035 runserver 10010 6140129280 HTTP GET /en/hr/htmx/stats/ 200 [0.05, 127.0.0.1:61001] INFO 2025-10-08 23:45:07,486 runserver 10010 6140129280 HTTP GET /en/hr/ 200 [0.12, 127.0.0.1:61303] WARNING 2025-10-08 23:45:07,512 log 10010 13455798272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 23:45:07,512 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:61303] INFO 2025-10-08 23:45:07,561 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61303] WARNING 2025-10-08 23:45:07,563 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:61304] INFO 2025-10-08 23:45:14,681 runserver 10010 6140129280 HTTP GET /en/hr/ 200 [0.12, 127.0.0.1:61304] INFO 2025-10-08 23:45:14,698 runserver 10010 6140129280 HTTP GET /static/img/user/user-12.jpg 200 [0.00, 127.0.0.1:61337] INFO 2025-10-08 23:45:14,698 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.css 200 [0.00, 127.0.0.1:61336] INFO 2025-10-08 23:45:14,699 runserver 10010 6140129280 HTTP GET /static/css/vendor.min.css 200 [0.00, 127.0.0.1:61304] INFO 2025-10-08 23:45:14,699 runserver 10010 6140129280 HTTP GET /static/css/custom.css 200 [0.00, 127.0.0.1:61335] INFO 2025-10-08 23:45:14,700 runserver 10010 6140129280 HTTP GET /static/js/htmx.min.js 200 [0.00, 127.0.0.1:61338] INFO 2025-10-08 23:45:14,700 runserver 10010 6140129280 HTTP GET /static/css/default/app.min.css 200 [0.01, 127.0.0.1:61303] WARNING 2025-10-08 23:45:14,706 log 10010 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-10-08 23:45:14,706 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.min.js 200 [0.00, 127.0.0.1:61304] INFO 2025-10-08 23:45:14,706 runserver 10010 6140129280 HTTP GET /static/js/app.min.js 200 [0.00, 127.0.0.1:61336] WARNING 2025-10-08 23:45:14,706 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:61335] INFO 2025-10-08 23:45:14,707 runserver 10010 6140129280 HTTP GET /static/js/vendor.min.js 200 [0.01, 127.0.0.1:61337] INFO 2025-10-08 23:45:14,707 runserver 10010 6140129280 HTTP GET /static/js/custom.js 200 [0.01, 127.0.0.1:61338] INFO 2025-10-08 23:45:14,891 runserver 10010 6140129280 HTTP GET /static/img/theme/default.jpg 200 [0.00, 127.0.0.1:61337] INFO 2025-10-08 23:45:14,891 runserver 10010 6140129280 HTTP GET /static/img/theme/apple.jpg 200 [0.00, 127.0.0.1:61335] INFO 2025-10-08 23:45:14,892 runserver 10010 6140129280 HTTP GET /static/img/theme/google.jpg 200 [0.00, 127.0.0.1:61303] INFO 2025-10-08 23:45:14,892 runserver 10010 6140129280 HTTP GET /static/img/theme/transparent.jpg 200 [0.00, 127.0.0.1:61338] INFO 2025-10-08 23:45:14,893 runserver 10010 6140129280 HTTP GET /static/img/theme/material.jpg 200 [0.01, 127.0.0.1:61336] INFO 2025-10-08 23:45:14,893 runserver 10010 6140129280 HTTP GET /static/img/theme/facebook.jpg 200 [0.01, 127.0.0.1:61304] INFO 2025-10-08 23:45:14,899 runserver 10010 6140129280 HTTP GET /static/img/version/html.jpg 200 [0.00, 127.0.0.1:61303] INFO 2025-10-08 23:45:14,899 runserver 10010 6140129280 HTTP GET /static/webfonts/fa-solid-900.woff2 200 [0.01, 127.0.0.1:61337] INFO 2025-10-08 23:45:14,899 runserver 10010 6140129280 HTTP GET /static/img/version/angular1x.jpg 200 [0.00, 127.0.0.1:61338] INFO 2025-10-08 23:45:14,899 runserver 10010 6140129280 HTTP GET /static/img/version/ajax.jpg 200 [0.01, 127.0.0.1:61335] INFO 2025-10-08 23:45:14,900 runserver 10010 6140129280 HTTP GET /static/img/version/angular10x.jpg 200 [0.00, 127.0.0.1:61336] INFO 2025-10-08 23:45:14,901 runserver 10010 6140129280 HTTP GET /static/img/version/svelte.jpg 200 [0.00, 127.0.0.1:61304] INFO 2025-10-08 23:45:14,905 runserver 10010 6140129280 HTTP GET /static/img/version/django.jpg 200 [0.00, 127.0.0.1:61337] INFO 2025-10-08 23:45:14,905 runserver 10010 6140129280 HTTP GET /static/img/version/laravel.jpg 200 [0.00, 127.0.0.1:61303] INFO 2025-10-08 23:45:14,905 runserver 10010 6140129280 HTTP GET /static/img/version/vuejs.jpg 200 [0.00, 127.0.0.1:61335] INFO 2025-10-08 23:45:14,905 runserver 10010 6140129280 HTTP GET /static/img/version/reactjs.jpg 200 [0.00, 127.0.0.1:61338] INFO 2025-10-08 23:45:14,906 runserver 10010 6140129280 HTTP GET /static/img/version/dotnet.jpg 200 [0.00, 127.0.0.1:61336] INFO 2025-10-08 23:45:14,907 runserver 10010 6140129280 HTTP GET /static/img/version/nextjs.jpg 200 [0.00, 127.0.0.1:61304] INFO 2025-10-08 23:45:14,910 runserver 10010 6140129280 HTTP GET /static/img/theme/one-page-parallax.jpg 200 [0.00, 127.0.0.1:61337] INFO 2025-10-08 23:45:14,911 runserver 10010 6140129280 HTTP GET /static/img/theme/blog.jpg 200 [0.00, 127.0.0.1:61303] INFO 2025-10-08 23:45:14,911 runserver 10010 6140129280 HTTP GET /static/img/theme/e-commerce.jpg 200 [0.00, 127.0.0.1:61335] INFO 2025-10-08 23:45:14,911 runserver 10010 6140129280 HTTP GET /static/img/theme/forum.jpg 200 [0.00, 127.0.0.1:61338] INFO 2025-10-08 23:45:14,912 runserver 10010 6140129280 HTTP GET /static/img/theme/corporate.jpg 200 [0.00, 127.0.0.1:61336] INFO 2025-10-08 23:45:14,913 runserver 10010 6140129280 HTTP GET /static/css/default/app.min.css.map 200 [0.00, 127.0.0.1:61304] WARNING 2025-10-08 23:45:14,916 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:61336] INFO 2025-10-08 23:45:14,928 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61336] WARNING 2025-10-08 23:45:15,016 log 10010 13506277376 Not Found: /favicon.ico WARNING 2025-10-08 23:45:15,017 runserver 10010 6140129280 HTTP GET /favicon.ico 404 [0.01, 127.0.0.1:61336] INFO 2025-10-08 23:45:20,210 runserver 10010 6140129280 HTTP GET /en/hr/departments/30/ 200 [0.04, 127.0.0.1:61336] WARNING 2025-10-08 23:45:20,230 log 10010 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 23:45:20,231 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:61336] INFO 2025-10-08 23:45:20,233 runserver 10010 6140129280 HTTP GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css 200 [0.01, 127.0.0.1:61304] INFO 2025-10-08 23:45:20,235 runserver 10010 6140129280 HTTP GET /static/img/user/user-1.jpg 200 [0.01, 127.0.0.1:61335] INFO 2025-10-08 23:45:20,235 runserver 10010 6140129280 HTTP GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js 200 [0.00, 127.0.0.1:61337] INFO 2025-10-08 23:45:20,235 runserver 10010 6140129280 HTTP GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css 200 [0.01, 127.0.0.1:61338] INFO 2025-10-08 23:45:20,235 runserver 10010 6140129280 HTTP GET /static/plugins/datatables.net/js/dataTables.min.js 200 [0.01, 127.0.0.1:61303] INFO 2025-10-08 23:45:20,237 runserver 10010 6140129280 HTTP GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js 200 [0.01, 127.0.0.1:61336] INFO 2025-10-08 23:45:20,239 runserver 10010 6140129280 HTTP GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js 200 [0.00, 127.0.0.1:61304] INFO 2025-10-08 23:45:20,240 runserver 10010 6140129280 HTTP GET /static/css/saudiriyalsymbol.woff2 200 [0.00, 127.0.0.1:61303] INFO 2025-10-08 23:45:20,240 runserver 10010 6140129280 HTTP GET /static/plugins/chart.js/dist/chart.umd.js 200 [0.00, 127.0.0.1:61337] WARNING 2025-10-08 23:45:20,308 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:61337] INFO 2025-10-08 23:45:20,310 runserver 10010 6140129280 HTTP GET /static/plugins/chart.js/dist/chart.umd.js.map 200 [0.00, 127.0.0.1:61303] INFO 2025-10-08 23:45:20,315 runserver 10010 6140129280 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61304] WARNING 2025-10-08 23:45:22,937 runserver 10010 6140129280 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:61304] WARNING 2025-10-08 23:45:22,941 log 10010 13573582848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 23:45:22,941 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:61303] WARNING 2025-10-08 23:45:22,949 log 10010 13506277376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 23:45:22,949 runserver 10010 6140129280 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:61303] INFO 2025-10-08 23:54:46,812 autoreload 62863 8782111040 Watching for file changes with StatReloader INFO 2025-10-08 23:54:47,165 server 62863 6106279936 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-08 23:54:47,165 server 62863 6106279936 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-08 23:54:47,166 server 62863 6106279936 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-08 23:54:51,612 runserver 62863 6106279936 HTTP GET /en/hr/ 200 [0.23, 127.0.0.1:64333] WARNING 2025-10-08 23:54:51,630 log 62863 6139932672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 23:54:51,631 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:64333] INFO 2025-10-08 23:54:51,674 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64333] WARNING 2025-10-08 23:54:51,688 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64333] INFO 2025-10-08 23:55:20,677 runserver 62863 6106279936 HTTP GET /en/hr/ 200 [0.11, 127.0.0.1:64333] INFO 2025-10-08 23:55:20,698 runserver 62863 6106279936 HTTP GET /static/img/user/user-12.jpg 200 [0.01, 127.0.0.1:64651] INFO 2025-10-08 23:55:20,698 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.css 200 [0.01, 127.0.0.1:64650] INFO 2025-10-08 23:55:20,698 runserver 62863 6106279936 HTTP GET /static/css/vendor.min.css 200 [0.01, 127.0.0.1:64333] INFO 2025-10-08 23:55:20,699 runserver 62863 6106279936 HTTP GET /static/css/custom.css 200 [0.01, 127.0.0.1:64649] INFO 2025-10-08 23:55:20,699 runserver 62863 6106279936 HTTP GET /static/js/htmx.min.js 200 [0.01, 127.0.0.1:64652] INFO 2025-10-08 23:55:20,701 runserver 62863 6106279936 HTTP GET /static/css/default/app.min.css 200 [0.01, 127.0.0.1:64334] WARNING 2025-10-08 23:55:20,705 log 62863 13287927808 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-10-08 23:55:20,705 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.min.js 200 [0.00, 127.0.0.1:64333] INFO 2025-10-08 23:55:20,706 runserver 62863 6106279936 HTTP GET /static/js/custom.js 200 [0.00, 127.0.0.1:64652] INFO 2025-10-08 23:55:20,706 runserver 62863 6106279936 HTTP GET /static/js/vendor.min.js 200 [0.01, 127.0.0.1:64650] WARNING 2025-10-08 23:55:20,706 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:64651] INFO 2025-10-08 23:55:20,706 runserver 62863 6106279936 HTTP GET /static/js/app.min.js 200 [0.01, 127.0.0.1:64649] INFO 2025-10-08 23:55:20,708 runserver 62863 6106279936 HTTP GET /static/webfonts/fa-solid-900.woff2 200 [0.00, 127.0.0.1:64334] INFO 2025-10-08 23:55:20,946 runserver 62863 6106279936 HTTP GET /static/img/theme/default.jpg 200 [0.01, 127.0.0.1:64650] INFO 2025-10-08 23:55:20,947 runserver 62863 6106279936 HTTP GET /static/img/theme/material.jpg 200 [0.01, 127.0.0.1:64652] INFO 2025-10-08 23:55:20,947 runserver 62863 6106279936 HTTP GET /static/img/theme/transparent.jpg 200 [0.01, 127.0.0.1:64334] INFO 2025-10-08 23:55:20,947 runserver 62863 6106279936 HTTP GET /static/img/theme/apple.jpg 200 [0.01, 127.0.0.1:64649] INFO 2025-10-08 23:55:20,949 runserver 62863 6106279936 HTTP GET /static/img/theme/facebook.jpg 200 [0.01, 127.0.0.1:64651] INFO 2025-10-08 23:55:20,951 runserver 62863 6106279936 HTTP GET /static/img/theme/google.jpg 200 [0.01, 127.0.0.1:64333] INFO 2025-10-08 23:55:20,954 runserver 62863 6106279936 HTTP GET /static/img/version/html.jpg 200 [0.01, 127.0.0.1:64650] INFO 2025-10-08 23:55:20,954 runserver 62863 6106279936 HTTP GET /static/img/version/angular1x.jpg 200 [0.00, 127.0.0.1:64649] INFO 2025-10-08 23:55:20,954 runserver 62863 6106279936 HTTP GET /static/img/version/ajax.jpg 200 [0.00, 127.0.0.1:64652] INFO 2025-10-08 23:55:20,955 runserver 62863 6106279936 HTTP GET /static/img/version/angular10x.jpg 200 [0.00, 127.0.0.1:64334] INFO 2025-10-08 23:55:20,955 runserver 62863 6106279936 HTTP GET /static/img/version/laravel.jpg 200 [0.00, 127.0.0.1:64333] INFO 2025-10-08 23:55:20,955 runserver 62863 6106279936 HTTP GET /static/img/version/svelte.jpg 200 [0.00, 127.0.0.1:64651] INFO 2025-10-08 23:55:20,958 runserver 62863 6106279936 HTTP GET /static/img/version/django.jpg 200 [0.00, 127.0.0.1:64650] INFO 2025-10-08 23:55:20,959 runserver 62863 6106279936 HTTP GET /static/img/version/reactjs.jpg 200 [0.00, 127.0.0.1:64652] INFO 2025-10-08 23:55:20,960 runserver 62863 6106279936 HTTP GET /static/img/version/dotnet.jpg 200 [0.00, 127.0.0.1:64649] INFO 2025-10-08 23:55:20,960 runserver 62863 6106279936 HTTP GET /static/img/version/vuejs.jpg 200 [0.00, 127.0.0.1:64334] INFO 2025-10-08 23:55:20,960 runserver 62863 6106279936 HTTP GET /static/img/theme/one-page-parallax.jpg 200 [0.00, 127.0.0.1:64651] INFO 2025-10-08 23:55:20,960 runserver 62863 6106279936 HTTP GET /static/img/version/nextjs.jpg 200 [0.00, 127.0.0.1:64333] INFO 2025-10-08 23:55:20,964 runserver 62863 6106279936 HTTP GET /static/img/theme/e-commerce.jpg 200 [0.00, 127.0.0.1:64650] INFO 2025-10-08 23:55:20,966 runserver 62863 6106279936 HTTP GET /static/img/theme/forum.jpg 200 [0.00, 127.0.0.1:64333] WARNING 2025-10-08 23:55:20,967 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64652] INFO 2025-10-08 23:55:20,967 runserver 62863 6106279936 HTTP GET /static/img/theme/corporate.jpg 200 [0.01, 127.0.0.1:64334] INFO 2025-10-08 23:55:20,967 runserver 62863 6106279936 HTTP GET /static/img/theme/blog.jpg 200 [0.01, 127.0.0.1:64651] INFO 2025-10-08 23:55:20,968 runserver 62863 6106279936 HTTP GET /static/css/default/app.min.css.map 200 [0.01, 127.0.0.1:64649] INFO 2025-10-08 23:55:20,975 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64650] WARNING 2025-10-08 23:55:21,050 log 62863 13287927808 Not Found: /favicon.ico WARNING 2025-10-08 23:55:21,050 runserver 62863 6106279936 HTTP GET /favicon.ico 404 [0.00, 127.0.0.1:64650] INFO 2025-10-08 23:56:48,516 runserver 62863 6106279936 HTTP GET /en/hr/ 200 [0.09, 127.0.0.1:65214] WARNING 2025-10-08 23:56:48,532 log 62863 6139932672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 23:56:48,532 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65214] INFO 2025-10-08 23:56:48,606 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65214] WARNING 2025-10-08 23:56:48,640 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.02, 127.0.0.1:65214] INFO 2025-10-08 23:57:07,337 runserver 62863 6106279936 HTTP GET /en/hr/departments/30/ 200 [0.02, 127.0.0.1:65214] WARNING 2025-10-08 23:57:07,350 log 62863 13287927808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 23:57:07,351 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:65214] INFO 2025-10-08 23:57:07,351 runserver 62863 6106279936 HTTP GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css 200 [0.01, 127.0.0.1:65215] INFO 2025-10-08 23:57:07,354 runserver 62863 6106279936 HTTP GET /static/plugins/datatables.net/js/dataTables.min.js 200 [0.00, 127.0.0.1:65297] INFO 2025-10-08 23:57:07,354 runserver 62863 6106279936 HTTP GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css 200 [0.01, 127.0.0.1:65295] INFO 2025-10-08 23:57:07,354 runserver 62863 6106279936 HTTP GET /static/img/user/user-1.jpg 200 [0.01, 127.0.0.1:65296] INFO 2025-10-08 23:57:07,357 runserver 62863 6106279936 HTTP GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js 200 [0.00, 127.0.0.1:65215] INFO 2025-10-08 23:57:07,357 runserver 62863 6106279936 HTTP GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js 200 [0.00, 127.0.0.1:65214] INFO 2025-10-08 23:57:07,357 runserver 62863 6106279936 HTTP GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js 200 [0.00, 127.0.0.1:65302] INFO 2025-10-08 23:57:07,358 runserver 62863 6106279936 HTTP GET /static/plugins/chart.js/dist/chart.umd.js 200 [0.00, 127.0.0.1:65296] INFO 2025-10-08 23:57:07,361 runserver 62863 6106279936 HTTP GET /static/css/saudiriyalsymbol.woff2 200 [0.00, 127.0.0.1:65296] WARNING 2025-10-08 23:57:07,407 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65296] INFO 2025-10-08 23:57:07,410 runserver 62863 6106279936 HTTP GET /static/plugins/chart.js/dist/chart.umd.js.map 200 [0.00, 127.0.0.1:65302] INFO 2025-10-08 23:57:07,413 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65214] WARNING 2025-10-08 23:57:09,113 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:65214] WARNING 2025-10-08 23:57:09,117 log 62863 13271101440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 23:57:09,117 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:65302] WARNING 2025-10-08 23:57:09,127 log 62863 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 23:57:09,127 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65302] INFO 2025-10-08 23:57:10,369 runserver 62863 6106279936 HTTP GET /en/hr/departments/30/update/ 200 [0.04, 127.0.0.1:65302] WARNING 2025-10-08 23:57:10,385 log 62863 13237448704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 23:57:10,385 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65302] INFO 2025-10-08 23:57:10,386 runserver 62863 6106279936 HTTP GET /static/plugins/select2/dist/js/select2.min.js 200 [0.00, 127.0.0.1:65296] INFO 2025-10-08 23:57:10,387 runserver 62863 6106279936 HTTP GET /static/plugins/select2/dist/css/select2.min.css 200 [0.01, 127.0.0.1:65214] WARNING 2025-10-08 23:57:10,427 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65214] INFO 2025-10-08 23:57:10,434 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65296] WARNING 2025-10-08 23:57:18,590 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65296] WARNING 2025-10-08 23:57:18,594 log 62863 6139932672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 23:57:18,594 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:65214] WARNING 2025-10-08 23:57:18,604 log 62863 13287927808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 23:57:18,604 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65214] INFO 2025-10-08 23:58:26,214 runserver 62863 6106279936 HTTP GET /en/hr/ 200 [0.11, 127.0.0.1:49429] WARNING 2025-10-08 23:58:26,228 log 62863 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 23:58:26,228 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:49429] INFO 2025-10-08 23:58:26,282 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:49429] WARNING 2025-10-08 23:58:26,295 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:49429] INFO 2025-10-08 23:58:51,229 runserver 62863 6106279936 HTTP GET /en/hr/ 200 [0.09, 127.0.0.1:49429] INFO 2025-10-08 23:58:51,243 runserver 62863 6106279936 HTTP GET /static/css/custom.css 200 [0.00, 127.0.0.1:49536] INFO 2025-10-08 23:58:51,244 runserver 62863 6106279936 HTTP GET /static/css/vendor.min.css 200 [0.00, 127.0.0.1:49429] INFO 2025-10-08 23:58:51,244 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.css 200 [0.00, 127.0.0.1:49537] INFO 2025-10-08 23:58:51,245 runserver 62863 6106279936 HTTP GET /static/img/user/user-12.jpg 200 [0.00, 127.0.0.1:49538] INFO 2025-10-08 23:58:51,246 runserver 62863 6106279936 HTTP GET /static/js/htmx.min.js 200 [0.00, 127.0.0.1:49539] INFO 2025-10-08 23:58:51,246 runserver 62863 6106279936 HTTP GET /static/css/default/app.min.css 200 [0.01, 127.0.0.1:49430] WARNING 2025-10-08 23:58:51,251 log 62863 13271101440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-08 23:58:51,251 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:49536] INFO 2025-10-08 23:58:51,252 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.min.js 200 [0.01, 127.0.0.1:49538] INFO 2025-10-08 23:58:51,252 runserver 62863 6106279936 HTTP GET /static/js/custom.js 200 [0.00, 127.0.0.1:49539] INFO 2025-10-08 23:58:51,252 runserver 62863 6106279936 HTTP GET /static/js/app.min.js 200 [0.01, 127.0.0.1:49537] INFO 2025-10-08 23:58:51,253 runserver 62863 6106279936 HTTP GET /static/js/vendor.min.js 200 [0.01, 127.0.0.1:49429] INFO 2025-10-08 23:58:51,255 runserver 62863 6106279936 HTTP GET /static/webfonts/fa-solid-900.woff2 200 [0.00, 127.0.0.1:49430] INFO 2025-10-08 23:58:51,408 runserver 62863 6106279936 HTTP GET /static/img/theme/google.jpg 200 [0.00, 127.0.0.1:49536] INFO 2025-10-08 23:58:51,408 runserver 62863 6106279936 HTTP GET /static/img/theme/material.jpg 200 [0.00, 127.0.0.1:49539] INFO 2025-10-08 23:58:51,408 runserver 62863 6106279936 HTTP GET /static/img/theme/transparent.jpg 200 [0.00, 127.0.0.1:49430] INFO 2025-10-08 23:58:51,408 runserver 62863 6106279936 HTTP GET /static/img/theme/default.jpg 200 [0.00, 127.0.0.1:49429] INFO 2025-10-08 23:58:51,408 runserver 62863 6106279936 HTTP GET /static/img/theme/facebook.jpg 200 [0.00, 127.0.0.1:49538] INFO 2025-10-08 23:58:51,409 runserver 62863 6106279936 HTTP GET /static/img/theme/apple.jpg 200 [0.00, 127.0.0.1:49537] INFO 2025-10-08 23:58:51,413 runserver 62863 6106279936 HTTP GET /static/img/version/ajax.jpg 200 [0.00, 127.0.0.1:49429] INFO 2025-10-08 23:58:51,413 runserver 62863 6106279936 HTTP GET /static/img/version/angular10x.jpg 200 [0.00, 127.0.0.1:49539] INFO 2025-10-08 23:58:51,413 runserver 62863 6106279936 HTTP GET /static/img/version/svelte.jpg 200 [0.00, 127.0.0.1:49430] INFO 2025-10-08 23:58:51,413 runserver 62863 6106279936 HTTP GET /static/img/version/angular1x.jpg 200 [0.00, 127.0.0.1:49538] INFO 2025-10-08 23:58:51,414 runserver 62863 6106279936 HTTP GET /static/img/version/html.jpg 200 [0.00, 127.0.0.1:49536] INFO 2025-10-08 23:58:51,414 runserver 62863 6106279936 HTTP GET /static/img/version/laravel.jpg 200 [0.00, 127.0.0.1:49537] INFO 2025-10-08 23:58:51,417 runserver 62863 6106279936 HTTP GET /static/img/version/django.jpg 200 [0.00, 127.0.0.1:49429] INFO 2025-10-08 23:58:51,417 runserver 62863 6106279936 HTTP GET /static/img/version/dotnet.jpg 200 [0.00, 127.0.0.1:49539] INFO 2025-10-08 23:58:51,418 runserver 62863 6106279936 HTTP GET /static/img/version/reactjs.jpg 200 [0.00, 127.0.0.1:49430] INFO 2025-10-08 23:58:51,418 runserver 62863 6106279936 HTTP GET /static/img/version/vuejs.jpg 200 [0.00, 127.0.0.1:49538] INFO 2025-10-08 23:58:51,419 runserver 62863 6106279936 HTTP GET /static/img/theme/one-page-parallax.jpg 200 [0.00, 127.0.0.1:49537] INFO 2025-10-08 23:58:51,419 runserver 62863 6106279936 HTTP GET /static/img/version/nextjs.jpg 200 [0.00, 127.0.0.1:49536] INFO 2025-10-08 23:58:51,421 runserver 62863 6106279936 HTTP GET /static/img/theme/e-commerce.jpg 200 [0.00, 127.0.0.1:49429] INFO 2025-10-08 23:58:51,422 runserver 62863 6106279936 HTTP GET /static/img/theme/forum.jpg 200 [0.00, 127.0.0.1:49539] INFO 2025-10-08 23:58:51,422 runserver 62863 6106279936 HTTP GET /static/img/theme/blog.jpg 200 [0.00, 127.0.0.1:49538] INFO 2025-10-08 23:58:51,423 runserver 62863 6106279936 HTTP GET /static/img/theme/corporate.jpg 200 [0.00, 127.0.0.1:49430] WARNING 2025-10-08 23:58:51,427 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:49538] INFO 2025-10-08 23:58:51,428 runserver 62863 6106279936 HTTP GET /static/css/default/app.min.css.map 200 [0.01, 127.0.0.1:49429] INFO 2025-10-08 23:58:51,435 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:49430] WARNING 2025-10-08 23:58:51,520 log 62863 13304754176 Not Found: /favicon.ico WARNING 2025-10-08 23:58:51,520 runserver 62863 6106279936 HTTP GET /favicon.ico 404 [0.00, 127.0.0.1:49430] INFO 2025-10-09 00:00:19,655 runserver 62863 6106279936 HTTP GET /en/hr/ 200 [0.09, 127.0.0.1:49907] WARNING 2025-10-09 00:00:19,671 log 62863 13321580544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:00:19,671 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:49907] INFO 2025-10-09 00:00:19,738 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:49907] WARNING 2025-10-09 00:00:19,751 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:49907] INFO 2025-10-09 00:00:25,723 runserver 62863 6106279936 HTTP GET /en/hr/employees/?department=30 200 [0.01, 127.0.0.1:49907] WARNING 2025-10-09 00:00:25,733 log 62863 13271101440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:00:25,733 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:49907] INFO 2025-10-09 00:00:25,781 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:49907] WARNING 2025-10-09 00:00:25,785 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:49907] WARNING 2025-10-09 00:00:34,444 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:49907] WARNING 2025-10-09 00:00:34,446 log 62863 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:00:34,446 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:49908] WARNING 2025-10-09 00:00:34,454 log 62863 13271101440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:00:34,454 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:49908] INFO 2025-10-09 00:01:38,039 runserver 62863 6106279936 HTTP GET /en/hr/ 200 [0.11, 127.0.0.1:50238] WARNING 2025-10-09 00:01:38,057 log 62863 13304754176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:01:38,057 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50238] INFO 2025-10-09 00:01:38,110 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50238] WARNING 2025-10-09 00:01:38,122 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50238] INFO 2025-10-09 00:02:36,052 runserver 62863 6106279936 HTTP GET /en/hr/ 200 [0.11, 127.0.0.1:50238] WARNING 2025-10-09 00:02:36,070 log 62863 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:02:36,070 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50238] INFO 2025-10-09 00:02:36,122 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50238] WARNING 2025-10-09 00:02:36,134 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50238] INFO 2025-10-09 00:02:37,345 runserver 62863 6106279936 HTTP GET /en/hr/ 200 [0.17, 127.0.0.1:50238] WARNING 2025-10-09 00:02:37,362 log 62863 13304754176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:02:37,362 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50238] INFO 2025-10-09 00:02:37,414 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50238] WARNING 2025-10-09 00:02:37,427 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50238] INFO 2025-10-09 00:03:10,771 runserver 62863 6106279936 HTTP GET /en/hr/ 200 [0.10, 127.0.0.1:50238] WARNING 2025-10-09 00:03:10,787 log 62863 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:03:10,787 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50238] INFO 2025-10-09 00:03:10,840 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50238] WARNING 2025-10-09 00:03:10,852 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50238] INFO 2025-10-09 00:03:29,052 runserver 62863 6106279936 HTTP GET /en/hr/departments/38/ 200 [0.02, 127.0.0.1:50238] WARNING 2025-10-09 00:03:29,072 log 62863 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:03:29,074 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:50238] INFO 2025-10-09 00:03:29,075 runserver 62863 6106279936 HTTP GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css 200 [0.01, 127.0.0.1:50629] INFO 2025-10-09 00:03:29,078 runserver 62863 6106279936 HTTP GET /static/img/user/user-1.jpg 200 [0.01, 127.0.0.1:50709] INFO 2025-10-09 00:03:29,078 runserver 62863 6106279936 HTTP GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js 200 [0.01, 127.0.0.1:50711] INFO 2025-10-09 00:03:29,079 runserver 62863 6106279936 HTTP GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css 200 [0.01, 127.0.0.1:50708] INFO 2025-10-09 00:03:29,080 runserver 62863 6106279936 HTTP GET /static/plugins/datatables.net/js/dataTables.min.js 200 [0.01, 127.0.0.1:50710] INFO 2025-10-09 00:03:29,081 runserver 62863 6106279936 HTTP GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js 200 [0.00, 127.0.0.1:50629] INFO 2025-10-09 00:03:29,081 runserver 62863 6106279936 HTTP GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js 200 [0.01, 127.0.0.1:50238] INFO 2025-10-09 00:03:29,083 runserver 62863 6106279936 HTTP GET /static/plugins/chart.js/dist/chart.umd.js 200 [0.00, 127.0.0.1:50711] INFO 2025-10-09 00:03:29,083 runserver 62863 6106279936 HTTP GET /static/css/saudiriyalsymbol.woff2 200 [0.00, 127.0.0.1:50708] WARNING 2025-10-09 00:03:29,127 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50708] INFO 2025-10-09 00:03:29,127 runserver 62863 6106279936 HTTP GET /static/plugins/chart.js/dist/chart.umd.js.map 200 [0.00, 127.0.0.1:50238] INFO 2025-10-09 00:03:29,143 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:50711] INFO 2025-10-09 00:03:31,555 runserver 62863 6106279936 HTTP GET /en/hr/departments/38/update/ 200 [0.04, 127.0.0.1:50711] INFO 2025-10-09 00:03:31,571 runserver 62863 6106279936 HTTP GET /static/plugins/select2/dist/css/select2.min.css 200 [0.00, 127.0.0.1:50711] INFO 2025-10-09 00:03:31,571 runserver 62863 6106279936 HTTP GET /static/plugins/select2/dist/js/select2.min.js 200 [0.00, 127.0.0.1:50708] WARNING 2025-10-09 00:03:31,571 log 62863 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:03:31,572 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50238] WARNING 2025-10-09 00:03:31,616 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50238] INFO 2025-10-09 00:03:31,623 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50708] INFO 2025-10-09 00:03:49,255 runserver 62863 6106279936 HTTP POST /en/hr/departments/38/update/ 302 [0.02, 127.0.0.1:50708] INFO 2025-10-09 00:03:49,273 runserver 62863 6106279936 HTTP GET /en/hr/departments/38/ 200 [0.02, 127.0.0.1:50708] WARNING 2025-10-09 00:03:49,290 log 62863 6139932672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:03:49,291 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50708] WARNING 2025-10-09 00:03:49,343 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50708] INFO 2025-10-09 00:03:49,373 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:50238] WARNING 2025-10-09 00:03:51,848 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:50238] WARNING 2025-10-09 00:03:51,852 log 62863 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:03:51,852 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:50708] WARNING 2025-10-09 00:03:51,863 log 62863 6139932672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:03:51,864 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50708] WARNING 2025-10-09 00:03:51,990 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:50708] WARNING 2025-10-09 00:03:51,993 log 62863 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:03:51,993 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:50238] WARNING 2025-10-09 00:03:52,006 log 62863 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:03:52,006 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:50238] WARNING 2025-10-09 00:03:52,979 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:50238] WARNING 2025-10-09 00:03:52,983 log 62863 13321580544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:03:52,983 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50708] WARNING 2025-10-09 00:03:52,990 log 62863 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:03:52,991 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50708] INFO 2025-10-09 00:03:54,024 runserver 62863 6106279936 HTTP GET /en/hr/ 200 [0.11, 127.0.0.1:50708] WARNING 2025-10-09 00:03:54,041 log 62863 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:03:54,041 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50708] INFO 2025-10-09 00:03:54,097 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50708] WARNING 2025-10-09 00:03:54,109 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50708] INFO 2025-10-09 00:05:01,360 runserver 62863 6106279936 HTTP GET /en/hr/ 200 [0.11, 127.0.0.1:51093] WARNING 2025-10-09 00:05:01,378 log 62863 13321580544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:05:01,378 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51093] INFO 2025-10-09 00:05:01,429 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51093] WARNING 2025-10-09 00:05:01,441 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51093] INFO 2025-10-09 00:05:39,683 runserver 62863 6106279936 HTTP GET /en/hr/departments/27/ 200 [0.02, 127.0.0.1:51261] WARNING 2025-10-09 00:05:39,697 log 62863 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:05:39,698 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51261] INFO 2025-10-09 00:05:39,755 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51261] WARNING 2025-10-09 00:05:39,757 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51262] INFO 2025-10-09 00:05:42,458 runserver 62863 6106279936 HTTP GET /en/hr/departments/27/update/ 200 [0.03, 127.0.0.1:51262] WARNING 2025-10-09 00:05:42,477 log 62863 13321580544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:05:42,478 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51262] INFO 2025-10-09 00:05:42,534 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51262] WARNING 2025-10-09 00:05:42,539 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51262] INFO 2025-10-09 00:05:47,459 runserver 62863 6106279936 HTTP POST /en/hr/departments/27/update/ 302 [0.02, 127.0.0.1:51262] INFO 2025-10-09 00:05:47,478 runserver 62863 6106279936 HTTP GET /en/hr/departments/27/ 200 [0.02, 127.0.0.1:51262] WARNING 2025-10-09 00:05:47,497 log 62863 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:05:47,497 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51262] INFO 2025-10-09 00:05:47,555 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51262] WARNING 2025-10-09 00:05:47,557 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51261] WARNING 2025-10-09 00:05:58,112 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51261] WARNING 2025-10-09 00:05:58,116 log 62863 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:05:58,116 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51262] WARNING 2025-10-09 00:05:58,126 log 62863 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:05:58,127 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51262] WARNING 2025-10-09 00:05:58,473 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51262] WARNING 2025-10-09 00:05:58,477 log 62863 13321580544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:05:58,478 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51261] WARNING 2025-10-09 00:05:58,488 log 62863 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:05:58,488 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51261] WARNING 2025-10-09 00:05:59,764 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51261] WARNING 2025-10-09 00:05:59,768 log 62863 6139932672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:05:59,768 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51262] WARNING 2025-10-09 00:05:59,781 log 62863 13321580544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:05:59,782 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51262] INFO 2025-10-09 00:06:00,826 runserver 62863 6106279936 HTTP GET /en/hr/ 200 [0.09, 127.0.0.1:51262] WARNING 2025-10-09 00:06:00,842 log 62863 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:06:00,842 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51262] INFO 2025-10-09 00:06:00,892 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51262] WARNING 2025-10-09 00:06:00,908 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51262] INFO 2025-10-09 00:06:07,880 runserver 62863 6106279936 HTTP GET /en/hr/departments/1/ 200 [0.04, 127.0.0.1:51262] WARNING 2025-10-09 00:06:07,899 log 62863 6139932672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:06:07,900 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51262] INFO 2025-10-09 00:06:07,952 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51262] WARNING 2025-10-09 00:06:07,955 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51261] INFO 2025-10-09 00:06:09,823 runserver 62863 6106279936 HTTP GET /en/hr/departments/1/update/ 200 [0.03, 127.0.0.1:51261] WARNING 2025-10-09 00:06:09,844 log 62863 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:06:09,845 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51261] INFO 2025-10-09 00:06:09,894 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51261] WARNING 2025-10-09 00:06:09,897 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51261] INFO 2025-10-09 00:06:28,207 runserver 62863 6106279936 HTTP POST /en/hr/departments/1/update/ 302 [0.02, 127.0.0.1:51261] INFO 2025-10-09 00:06:28,240 runserver 62863 6106279936 HTTP GET /en/hr/departments/1/ 200 [0.03, 127.0.0.1:51261] WARNING 2025-10-09 00:06:28,261 log 62863 6139932672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:06:28,261 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51261] INFO 2025-10-09 00:06:28,320 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51261] WARNING 2025-10-09 00:06:28,322 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51262] WARNING 2025-10-09 00:06:30,627 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:51262] WARNING 2025-10-09 00:06:30,628 log 62863 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:06:30,628 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:51261] WARNING 2025-10-09 00:06:30,657 log 62863 6139932672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:06:30,657 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.02, 127.0.0.1:51261] WARNING 2025-10-09 00:06:30,759 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51261] WARNING 2025-10-09 00:06:30,761 log 62863 13287927808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:06:30,761 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51262] WARNING 2025-10-09 00:06:30,770 log 62863 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:06:30,770 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51262] WARNING 2025-10-09 00:06:32,293 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:51262] WARNING 2025-10-09 00:06:32,297 log 62863 13321580544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:06:32,297 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:51261] WARNING 2025-10-09 00:06:32,308 log 62863 13287927808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:06:32,308 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51261] INFO 2025-10-09 00:06:33,055 runserver 62863 6106279936 HTTP GET /en/hr/ 200 [0.11, 127.0.0.1:51261] WARNING 2025-10-09 00:06:33,071 log 62863 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:06:33,072 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51261] INFO 2025-10-09 00:06:33,127 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51261] WARNING 2025-10-09 00:06:33,140 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51261] INFO 2025-10-09 00:06:40,834 runserver 62863 6106279936 HTTP GET /en/hr/departments/32/ 200 [0.02, 127.0.0.1:51261] WARNING 2025-10-09 00:06:40,855 log 62863 13321580544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:06:40,855 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51261] INFO 2025-10-09 00:06:40,907 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51261] WARNING 2025-10-09 00:06:40,909 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51262] INFO 2025-10-09 00:06:42,584 runserver 62863 6106279936 HTTP GET /en/hr/departments/32/update/ 200 [0.03, 127.0.0.1:51262] WARNING 2025-10-09 00:06:42,606 log 62863 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:06:42,606 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51262] INFO 2025-10-09 00:06:42,656 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51262] WARNING 2025-10-09 00:06:42,662 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51262] WARNING 2025-10-09 00:06:45,978 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51262] WARNING 2025-10-09 00:06:45,982 log 62863 13287927808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:06:45,982 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51261] WARNING 2025-10-09 00:06:45,993 log 62863 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:06:45,994 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51261] WARNING 2025-10-09 00:06:46,816 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51261] WARNING 2025-10-09 00:06:46,818 log 62863 13321580544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:06:46,819 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51262] WARNING 2025-10-09 00:06:46,826 log 62863 13287927808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:06:46,827 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51262] INFO 2025-10-09 00:06:49,199 runserver 62863 6106279936 HTTP GET /en/hr/departments/1/ 200 [0.04, 127.0.0.1:51262] WARNING 2025-10-09 00:06:49,219 log 62863 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:06:49,219 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51262] INFO 2025-10-09 00:06:49,293 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:51262] WARNING 2025-10-09 00:06:49,305 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:51261] INFO 2025-10-09 00:06:50,892 runserver 62863 6106279936 HTTP GET /en/hr/departments/1/update/ 200 [0.03, 127.0.0.1:51261] WARNING 2025-10-09 00:06:50,915 log 62863 13321580544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:06:50,915 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51261] INFO 2025-10-09 00:06:50,964 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51261] WARNING 2025-10-09 00:06:50,974 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51261] INFO 2025-10-09 00:07:14,846 runserver 62863 6106279936 HTTP POST /en/hr/departments/1/update/ 302 [0.02, 127.0.0.1:51261] INFO 2025-10-09 00:07:14,879 runserver 62863 6106279936 HTTP GET /en/hr/departments/1/ 200 [0.03, 127.0.0.1:51261] WARNING 2025-10-09 00:07:14,897 log 62863 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:07:14,898 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51261] INFO 2025-10-09 00:07:14,965 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51261] WARNING 2025-10-09 00:07:14,968 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51261] INFO 2025-10-09 00:07:20,166 runserver 62863 6106279936 HTTP GET /en/hr/departments/ 200 [0.04, 127.0.0.1:51261] WARNING 2025-10-09 00:07:20,190 log 62863 13237448704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:07:20,191 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:51261] INFO 2025-10-09 00:07:20,191 runserver 62863 6106279936 HTTP GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css 200 [0.01, 127.0.0.1:51262] INFO 2025-10-09 00:07:20,194 runserver 62863 6106279936 HTTP GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js 200 [0.00, 127.0.0.1:51683] INFO 2025-10-09 00:07:20,194 runserver 62863 6106279936 HTTP GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js 200 [0.00, 127.0.0.1:51682] INFO 2025-10-09 00:07:20,195 runserver 62863 6106279936 HTTP GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js 200 [0.00, 127.0.0.1:51685] INFO 2025-10-09 00:07:20,195 runserver 62863 6106279936 HTTP GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js 200 [0.01, 127.0.0.1:51684] INFO 2025-10-09 00:07:20,196 runserver 62863 6106279936 HTTP GET /static/plugins/jszip/dist/jszip.min.js 200 [0.00, 127.0.0.1:51261] INFO 2025-10-09 00:07:20,198 runserver 62863 6106279936 HTTP GET /static/plugins/pdfmake/build/pdfmake.min.js 200 [0.00, 127.0.0.1:51262] INFO 2025-10-09 00:07:20,198 runserver 62863 6106279936 HTTP GET /static/plugins/pdfmake/build/vfs_fonts.js 200 [0.00, 127.0.0.1:51683] WARNING 2025-10-09 00:07:20,264 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51262] INFO 2025-10-09 00:07:20,266 runserver 62863 6106279936 HTTP GET /static/plugins/pdfmake/build/pdfmake.min.js.map 200 [0.00, 127.0.0.1:51683] INFO 2025-10-09 00:07:20,282 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51262] WARNING 2025-10-09 00:07:25,837 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51262] WARNING 2025-10-09 00:07:25,839 log 62863 6139932672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:07:25,839 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51683] WARNING 2025-10-09 00:07:25,849 log 62863 13304754176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:07:25,849 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51683] INFO 2025-10-09 00:07:27,333 runserver 62863 6106279936 HTTP GET /en/hr/ 200 [0.11, 127.0.0.1:51683] WARNING 2025-10-09 00:07:27,354 log 62863 13237448704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:07:27,355 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51683] INFO 2025-10-09 00:07:27,416 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51683] WARNING 2025-10-09 00:07:27,426 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51683] INFO 2025-10-09 00:07:40,511 runserver 62863 6106279936 HTTP GET /en/hr/departments/20/ 200 [0.01, 127.0.0.1:51683] WARNING 2025-10-09 00:07:40,532 log 62863 6139932672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:07:40,533 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51683] INFO 2025-10-09 00:07:40,582 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51683] WARNING 2025-10-09 00:07:40,584 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51262] WARNING 2025-10-09 00:07:49,138 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51262] WARNING 2025-10-09 00:07:49,142 log 62863 13321580544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:07:49,142 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51683] WARNING 2025-10-09 00:07:49,169 log 62863 6139932672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:07:49,179 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.03, 127.0.0.1:51683] INFO 2025-10-09 00:07:56,113 runserver 62863 6106279936 HTTP GET /en/hr/departments/32/ 200 [0.02, 127.0.0.1:51683] WARNING 2025-10-09 00:07:56,127 log 62863 13304754176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:07:56,127 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51683] INFO 2025-10-09 00:07:56,184 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51683] WARNING 2025-10-09 00:07:56,188 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51683] INFO 2025-10-09 00:07:57,882 runserver 62863 6106279936 HTTP GET /en/hr/departments/32/update/ 200 [0.03, 127.0.0.1:51683] WARNING 2025-10-09 00:07:57,903 log 62863 13321580544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:07:57,904 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51683] INFO 2025-10-09 00:07:57,959 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51683] WARNING 2025-10-09 00:07:57,962 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51262] INFO 2025-10-09 00:08:12,720 runserver 62863 6106279936 HTTP POST /en/hr/departments/32/update/ 302 [0.02, 127.0.0.1:51262] INFO 2025-10-09 00:08:12,737 runserver 62863 6106279936 HTTP GET /en/hr/departments/32/ 200 [0.02, 127.0.0.1:51262] WARNING 2025-10-09 00:08:12,756 log 62863 13304754176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:08:12,756 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51262] WARNING 2025-10-09 00:08:12,811 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51683] INFO 2025-10-09 00:08:12,812 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51262] WARNING 2025-10-09 00:08:14,419 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51262] WARNING 2025-10-09 00:08:14,424 log 62863 13237448704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:08:14,425 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:51683] WARNING 2025-10-09 00:08:14,434 log 62863 13304754176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:08:14,434 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51683] WARNING 2025-10-09 00:08:14,570 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:51683] WARNING 2025-10-09 00:08:14,570 log 62863 13321580544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:08:14,570 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:51262] WARNING 2025-10-09 00:08:14,577 log 62863 13237448704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:08:14,577 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51262] WARNING 2025-10-09 00:08:15,787 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:51262] WARNING 2025-10-09 00:08:15,792 log 62863 6139932672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:08:15,793 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:51683] WARNING 2025-10-09 00:08:15,800 log 62863 13321580544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:08:15,800 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51683] INFO 2025-10-09 00:08:16,571 runserver 62863 6106279936 HTTP GET /en/hr/ 200 [0.11, 127.0.0.1:51683] WARNING 2025-10-09 00:08:16,583 log 62863 13237448704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:08:16,583 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51683] INFO 2025-10-09 00:08:16,641 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51683] WARNING 2025-10-09 00:08:16,653 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51683] INFO 2025-10-09 00:08:30,756 runserver 62863 6106279936 HTTP GET /en/hr/ 200 [0.11, 127.0.0.1:51683] WARNING 2025-10-09 00:08:30,774 log 62863 6139932672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:08:30,774 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51683] INFO 2025-10-09 00:08:30,827 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51683] WARNING 2025-10-09 00:08:30,840 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51683] INFO 2025-10-09 00:08:45,298 runserver 62863 6106279936 HTTP GET /en/hr/departments/31/ 200 [0.02, 127.0.0.1:51683] WARNING 2025-10-09 00:08:45,322 log 62863 13237448704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:08:45,322 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51683] INFO 2025-10-09 00:08:45,374 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51683] WARNING 2025-10-09 00:08:45,380 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51683] INFO 2025-10-09 00:08:46,747 runserver 62863 6106279936 HTTP GET /en/hr/departments/31/update/ 200 [0.02, 127.0.0.1:51683] WARNING 2025-10-09 00:08:46,764 log 62863 6139932672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:08:46,765 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51683] INFO 2025-10-09 00:08:46,817 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51683] WARNING 2025-10-09 00:08:46,823 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51683] INFO 2025-10-09 00:09:13,250 runserver 62863 6106279936 HTTP POST /en/hr/departments/31/update/ 302 [0.02, 127.0.0.1:51683] INFO 2025-10-09 00:09:13,268 runserver 62863 6106279936 HTTP GET /en/hr/departments/31/ 200 [0.02, 127.0.0.1:51683] WARNING 2025-10-09 00:09:13,289 log 62863 13237448704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:09:13,289 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51683] INFO 2025-10-09 00:09:13,347 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51683] WARNING 2025-10-09 00:09:13,349 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51262] INFO 2025-10-09 00:09:16,307 runserver 62863 6106279936 HTTP GET /en/hr/ 200 [0.10, 127.0.0.1:51262] WARNING 2025-10-09 00:09:16,324 log 62863 6139932672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:09:16,325 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51262] INFO 2025-10-09 00:09:16,378 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51262] WARNING 2025-10-09 00:09:16,394 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51262] INFO 2025-10-09 00:10:31,780 runserver 62863 6106279936 HTTP GET /en/hr/departments/28/ 200 [0.01, 127.0.0.1:52883] WARNING 2025-10-09 00:10:31,797 log 62863 13237448704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:10:31,798 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:52883] INFO 2025-10-09 00:10:31,856 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52883] WARNING 2025-10-09 00:10:31,858 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:52884] INFO 2025-10-09 00:10:33,437 runserver 62863 6106279936 HTTP GET /en/hr/departments/28/update/ 200 [0.03, 127.0.0.1:52884] WARNING 2025-10-09 00:10:33,460 log 62863 6139932672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:10:33,460 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:52884] INFO 2025-10-09 00:10:33,509 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52884] WARNING 2025-10-09 00:10:33,518 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:52884] INFO 2025-10-09 00:10:39,629 runserver 62863 6106279936 HTTP POST /en/hr/departments/28/update/ 302 [0.02, 127.0.0.1:52884] INFO 2025-10-09 00:10:39,647 runserver 62863 6106279936 HTTP GET /en/hr/departments/28/ 200 [0.02, 127.0.0.1:52884] WARNING 2025-10-09 00:10:39,667 log 62863 13237448704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:10:39,668 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:52884] INFO 2025-10-09 00:10:39,717 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52884] WARNING 2025-10-09 00:10:39,720 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:52884] INFO 2025-10-09 00:10:40,939 runserver 62863 6106279936 HTTP GET /en/hr/ 200 [0.11, 127.0.0.1:52884] WARNING 2025-10-09 00:10:40,959 log 62863 6139932672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:10:40,959 runserver 62863 6106279936 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:52884] INFO 2025-10-09 00:10:41,002 runserver 62863 6106279936 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52884] WARNING 2025-10-09 00:10:41,015 runserver 62863 6106279936 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:52884] INFO 2025-10-09 00:15:38,173 autoreload 62863 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-09 00:15:38,745 autoreload 72931 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 00:15:39,031 server 72931 6108622848 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-09 00:15:39,031 server 72931 6108622848 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 00:15:39,032 server 72931 6108622848 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 00:15:39,360 runserver 72931 6108622848 HTTP GET /en/hr/ 200 [0.19, 127.0.0.1:54535] WARNING 2025-10-09 00:15:39,377 log 72931 6142275584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:15:39,378 runserver 72931 6108622848 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:54535] INFO 2025-10-09 00:15:39,425 runserver 72931 6108622848 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54535] WARNING 2025-10-09 00:15:39,438 runserver 72931 6108622848 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:54535] INFO 2025-10-09 00:15:42,105 runserver 72931 6108622848 HTTP GET /en/hr/ 200 [0.11, 127.0.0.1:54535] INFO 2025-10-09 00:15:42,121 runserver 72931 6108622848 HTTP GET /static/css/custom.css 200 [0.01, 127.0.0.1:54552] INFO 2025-10-09 00:15:42,122 runserver 72931 6108622848 HTTP GET /static/plugins/toastr/toastr.css 200 [0.01, 127.0.0.1:54553] INFO 2025-10-09 00:15:42,122 runserver 72931 6108622848 HTTP GET /static/css/vendor.min.css 200 [0.01, 127.0.0.1:54535] INFO 2025-10-09 00:15:42,122 runserver 72931 6108622848 HTTP GET /static/css/default/app.min.css 200 [0.01, 127.0.0.1:54536] INFO 2025-10-09 00:15:42,123 runserver 72931 6108622848 HTTP GET /static/img/user/user-12.jpg 200 [0.01, 127.0.0.1:54554] INFO 2025-10-09 00:15:42,123 runserver 72931 6108622848 HTTP GET /static/js/htmx.min.js 200 [0.01, 127.0.0.1:54555] WARNING 2025-10-09 00:15:42,129 log 72931 13539536896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:15:42,129 runserver 72931 6108622848 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:54552] INFO 2025-10-09 00:15:42,129 runserver 72931 6108622848 HTTP GET /static/js/app.min.js 200 [0.00, 127.0.0.1:54535] INFO 2025-10-09 00:15:42,130 runserver 72931 6108622848 HTTP GET /static/plugins/toastr/toastr.min.js 200 [0.01, 127.0.0.1:54554] INFO 2025-10-09 00:15:42,130 runserver 72931 6108622848 HTTP GET /static/js/custom.js 200 [0.01, 127.0.0.1:54555] INFO 2025-10-09 00:15:42,130 runserver 72931 6108622848 HTTP GET /static/js/vendor.min.js 200 [0.01, 127.0.0.1:54553] INFO 2025-10-09 00:15:42,134 runserver 72931 6108622848 HTTP GET /static/webfonts/fa-solid-900.woff2 200 [0.00, 127.0.0.1:54555] INFO 2025-10-09 00:15:42,285 runserver 72931 6108622848 HTTP GET /static/img/theme/transparent.jpg 200 [0.00, 127.0.0.1:54553] INFO 2025-10-09 00:15:42,285 runserver 72931 6108622848 HTTP GET /static/img/theme/default.jpg 200 [0.00, 127.0.0.1:54555] INFO 2025-10-09 00:15:42,286 runserver 72931 6108622848 HTTP GET /static/img/theme/apple.jpg 200 [0.00, 127.0.0.1:54554] INFO 2025-10-09 00:15:42,286 runserver 72931 6108622848 HTTP GET /static/img/theme/material.jpg 200 [0.00, 127.0.0.1:54535] INFO 2025-10-09 00:15:42,286 runserver 72931 6108622848 HTTP GET /static/img/theme/facebook.jpg 200 [0.00, 127.0.0.1:54552] INFO 2025-10-09 00:15:42,286 runserver 72931 6108622848 HTTP GET /static/img/theme/google.jpg 200 [0.00, 127.0.0.1:54536] INFO 2025-10-09 00:15:42,290 runserver 72931 6108622848 HTTP GET /static/img/version/html.jpg 200 [0.00, 127.0.0.1:54553] INFO 2025-10-09 00:15:42,290 runserver 72931 6108622848 HTTP GET /static/img/version/svelte.jpg 200 [0.00, 127.0.0.1:54555] INFO 2025-10-09 00:15:42,290 runserver 72931 6108622848 HTTP GET /static/img/version/ajax.jpg 200 [0.00, 127.0.0.1:54535] INFO 2025-10-09 00:15:42,290 runserver 72931 6108622848 HTTP GET /static/img/version/laravel.jpg 200 [0.00, 127.0.0.1:54536] INFO 2025-10-09 00:15:42,291 runserver 72931 6108622848 HTTP GET /static/img/version/angular10x.jpg 200 [0.00, 127.0.0.1:54552] INFO 2025-10-09 00:15:42,291 runserver 72931 6108622848 HTTP GET /static/img/version/angular1x.jpg 200 [0.00, 127.0.0.1:54554] INFO 2025-10-09 00:15:42,294 runserver 72931 6108622848 HTTP GET /static/img/version/django.jpg 200 [0.00, 127.0.0.1:54555] INFO 2025-10-09 00:15:42,295 runserver 72931 6108622848 HTTP GET /static/img/version/reactjs.jpg 200 [0.00, 127.0.0.1:54553] INFO 2025-10-09 00:15:42,295 runserver 72931 6108622848 HTTP GET /static/img/version/vuejs.jpg 200 [0.00, 127.0.0.1:54535] INFO 2025-10-09 00:15:42,295 runserver 72931 6108622848 HTTP GET /static/img/version/dotnet.jpg 200 [0.00, 127.0.0.1:54552] INFO 2025-10-09 00:15:42,296 runserver 72931 6108622848 HTTP GET /static/img/version/nextjs.jpg 200 [0.00, 127.0.0.1:54536] INFO 2025-10-09 00:15:42,296 runserver 72931 6108622848 HTTP GET /static/img/theme/one-page-parallax.jpg 200 [0.00, 127.0.0.1:54554] INFO 2025-10-09 00:15:42,299 runserver 72931 6108622848 HTTP GET /static/img/theme/forum.jpg 200 [0.00, 127.0.0.1:54535] INFO 2025-10-09 00:15:42,299 runserver 72931 6108622848 HTTP GET /static/img/theme/blog.jpg 200 [0.00, 127.0.0.1:54555] INFO 2025-10-09 00:15:42,299 runserver 72931 6108622848 HTTP GET /static/img/theme/corporate.jpg 200 [0.00, 127.0.0.1:54552] INFO 2025-10-09 00:15:42,299 runserver 72931 6108622848 HTTP GET /static/img/theme/e-commerce.jpg 200 [0.00, 127.0.0.1:54553] INFO 2025-10-09 00:15:42,301 runserver 72931 6108622848 HTTP GET /static/css/default/app.min.css.map 200 [0.00, 127.0.0.1:54555] WARNING 2025-10-09 00:15:42,304 runserver 72931 6108622848 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:54553] INFO 2025-10-09 00:15:42,312 runserver 72931 6108622848 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54553] WARNING 2025-10-09 00:15:42,387 log 72931 13606842368 Not Found: /favicon.ico WARNING 2025-10-09 00:15:42,387 runserver 72931 6108622848 HTTP GET /favicon.ico 404 [0.00, 127.0.0.1:54553] INFO 2025-10-09 00:18:28,820 autoreload 72931 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-09 00:18:29,374 autoreload 74290 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 00:18:29,657 server 74290 12901707776 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-09 00:18:29,657 server 74290 12901707776 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 00:18:29,657 server 74290 12901707776 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 00:18:31,587 runserver 74290 12901707776 HTTP GET /en/hr/ 200 [0.20, 127.0.0.1:55256] WARNING 2025-10-09 00:18:31,605 log 74290 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:18:31,607 runserver 74290 12901707776 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:55256] INFO 2025-10-09 00:18:31,608 runserver 74290 12901707776 HTTP GET /static/plugins/toastr/toastr.css 200 [0.01, 127.0.0.1:55261] INFO 2025-10-09 00:18:31,609 runserver 74290 12901707776 HTTP GET /static/js/htmx.min.js 200 [0.01, 127.0.0.1:55262] INFO 2025-10-09 00:18:31,609 runserver 74290 12901707776 HTTP GET /static/css/custom.css 200 [0.01, 127.0.0.1:55260] INFO 2025-10-09 00:18:31,609 runserver 74290 12901707776 HTTP GET /static/css/vendor.min.css 200 [0.01, 127.0.0.1:55257] INFO 2025-10-09 00:18:31,610 runserver 74290 12901707776 HTTP GET /static/css/default/app.min.css 200 [0.01, 127.0.0.1:55259] INFO 2025-10-09 00:18:31,613 runserver 74290 12901707776 HTTP GET /static/img/user/user-12.jpg 200 [0.00, 127.0.0.1:55256] INFO 2025-10-09 00:18:31,614 runserver 74290 12901707776 HTTP GET /static/plugins/toastr/toastr.min.js 200 [0.00, 127.0.0.1:55262] INFO 2025-10-09 00:18:31,614 runserver 74290 12901707776 HTTP GET /static/js/custom.js 200 [0.00, 127.0.0.1:55257] INFO 2025-10-09 00:18:31,615 runserver 74290 12901707776 HTTP GET /static/js/app.min.js 200 [0.00, 127.0.0.1:55260] INFO 2025-10-09 00:18:31,615 runserver 74290 12901707776 HTTP GET /static/js/vendor.min.js 200 [0.01, 127.0.0.1:55261] INFO 2025-10-09 00:18:31,735 runserver 74290 12901707776 HTTP GET /static/webfonts/fa-solid-900.woff2 200 [0.00, 127.0.0.1:55261] INFO 2025-10-09 00:18:31,759 runserver 74290 12901707776 HTTP GET /static/css/default/app.min.css.map 200 [0.00, 127.0.0.1:55261] INFO 2025-10-09 00:18:31,782 runserver 74290 12901707776 HTTP GET /static/img/theme/default.jpg 200 [0.00, 127.0.0.1:55261] INFO 2025-10-09 00:18:31,782 runserver 74290 12901707776 HTTP GET /static/img/theme/transparent.jpg 200 [0.00, 127.0.0.1:55260] INFO 2025-10-09 00:18:31,782 runserver 74290 12901707776 HTTP GET /static/img/theme/apple.jpg 200 [0.00, 127.0.0.1:55257] INFO 2025-10-09 00:18:31,783 runserver 74290 12901707776 HTTP GET /static/img/theme/facebook.jpg 200 [0.00, 127.0.0.1:55256] INFO 2025-10-09 00:18:31,783 runserver 74290 12901707776 HTTP GET /static/img/theme/google.jpg 200 [0.00, 127.0.0.1:55259] INFO 2025-10-09 00:18:31,783 runserver 74290 12901707776 HTTP GET /static/img/theme/material.jpg 200 [0.00, 127.0.0.1:55262] INFO 2025-10-09 00:18:31,788 runserver 74290 12901707776 HTTP GET /static/img/version/html.jpg 200 [0.00, 127.0.0.1:55257] INFO 2025-10-09 00:18:31,788 runserver 74290 12901707776 HTTP GET /static/img/version/ajax.jpg 200 [0.00, 127.0.0.1:55260] INFO 2025-10-09 00:18:31,789 runserver 74290 12901707776 HTTP GET /static/img/version/angular1x.jpg 200 [0.00, 127.0.0.1:55261] INFO 2025-10-09 00:18:31,789 runserver 74290 12901707776 HTTP GET /static/img/version/laravel.jpg 200 [0.00, 127.0.0.1:55256] INFO 2025-10-09 00:18:31,789 runserver 74290 12901707776 HTTP GET /static/img/version/angular10x.jpg 200 [0.00, 127.0.0.1:55262] INFO 2025-10-09 00:18:31,789 runserver 74290 12901707776 HTTP GET /static/img/version/svelte.jpg 200 [0.00, 127.0.0.1:55259] INFO 2025-10-09 00:18:31,794 runserver 74290 12901707776 HTTP GET /static/img/version/reactjs.jpg 200 [0.00, 127.0.0.1:55262] INFO 2025-10-09 00:18:31,794 runserver 74290 12901707776 HTTP GET /static/img/version/django.jpg 200 [0.00, 127.0.0.1:55260] INFO 2025-10-09 00:18:31,794 runserver 74290 12901707776 HTTP GET /static/img/version/vuejs.jpg 200 [0.00, 127.0.0.1:55256] INFO 2025-10-09 00:18:31,795 runserver 74290 12901707776 HTTP GET /static/img/version/dotnet.jpg 200 [0.00, 127.0.0.1:55259] WARNING 2025-10-09 00:18:31,795 runserver 74290 12901707776 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:55257] INFO 2025-10-09 00:18:31,798 runserver 74290 12901707776 HTTP GET /static/img/version/nextjs.jpg 200 [0.00, 127.0.0.1:55257] INFO 2025-10-09 00:18:31,798 runserver 74290 12901707776 HTTP GET /static/img/theme/blog.jpg 200 [0.00, 127.0.0.1:55260] INFO 2025-10-09 00:18:31,798 runserver 74290 12901707776 HTTP GET /static/img/theme/forum.jpg 200 [0.00, 127.0.0.1:55262] INFO 2025-10-09 00:18:31,799 runserver 74290 12901707776 HTTP GET /static/img/theme/one-page-parallax.jpg 200 [0.00, 127.0.0.1:55259] INFO 2025-10-09 00:18:31,799 runserver 74290 12901707776 HTTP GET /static/img/theme/e-commerce.jpg 200 [0.00, 127.0.0.1:55256] INFO 2025-10-09 00:18:31,800 runserver 74290 12901707776 HTTP GET /static/img/theme/corporate.jpg 200 [0.00, 127.0.0.1:55257] INFO 2025-10-09 00:18:31,816 runserver 74290 12901707776 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:55261] WARNING 2025-10-09 00:18:31,875 log 74290 13254275072 Not Found: /favicon.ico WARNING 2025-10-09 00:18:31,875 runserver 74290 12901707776 HTTP GET /favicon.ico 404 [0.02, 127.0.0.1:55261] INFO 2025-10-09 00:23:31,784 runserver 74290 12901707776 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56548] INFO 2025-10-09 00:23:31,832 runserver 74290 12901707776 HTTP GET /en/hr/htmx/stats/ 200 [0.05, 127.0.0.1:56548] INFO 2025-10-09 00:28:31,836 runserver 74290 12901707776 HTTP GET /en/htmx/system-notifications/ 200 [0.06, 127.0.0.1:58004] INFO 2025-10-09 00:28:31,931 runserver 74290 12901707776 HTTP GET /en/hr/htmx/stats/ 200 [0.14, 127.0.0.1:58005] INFO 2025-10-09 00:28:42,801 autoreload 74290 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-09 00:28:43,521 autoreload 79277 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 00:29:08,892 autoreload 79277 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-09 00:29:09,407 autoreload 79457 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 00:29:09,695 server 79457 13170143232 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-09 00:29:09,695 server 79457 13170143232 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 00:29:09,696 server 79457 13170143232 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 00:29:14,048 runserver 79457 13170143232 HTTP GET /en/hr/ 200 [0.22, 127.0.0.1:58182] WARNING 2025-10-09 00:29:14,065 log 79457 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:29:14,066 runserver 79457 13170143232 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58182] INFO 2025-10-09 00:29:14,133 runserver 79457 13170143232 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58182] WARNING 2025-10-09 00:29:14,145 runserver 79457 13170143232 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:58182] INFO 2025-10-09 00:29:21,093 runserver 79457 13170143232 HTTP GET /en/hr/ 200 [0.11, 127.0.0.1:58182] INFO 2025-10-09 00:29:21,115 runserver 79457 13170143232 HTTP GET /static/plugins/toastr/toastr.css 200 [0.01, 127.0.0.1:58220] INFO 2025-10-09 00:29:21,116 runserver 79457 13170143232 HTTP GET /static/js/htmx.min.js 200 [0.01, 127.0.0.1:58222] INFO 2025-10-09 00:29:21,116 runserver 79457 13170143232 HTTP GET /static/css/custom.css 200 [0.01, 127.0.0.1:58219] INFO 2025-10-09 00:29:21,118 runserver 79457 13170143232 HTTP GET /static/img/user/user-12.jpg 200 [0.01, 127.0.0.1:58221] INFO 2025-10-09 00:29:21,118 runserver 79457 13170143232 HTTP GET /static/css/vendor.min.css 200 [0.01, 127.0.0.1:58182] INFO 2025-10-09 00:29:21,119 runserver 79457 13170143232 HTTP GET /static/css/default/app.min.css 200 [0.01, 127.0.0.1:58183] WARNING 2025-10-09 00:29:21,123 log 79457 13623275520 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-10-09 00:29:21,123 runserver 79457 13170143232 HTTP GET /static/js/app.min.js 200 [0.01, 127.0.0.1:58222] WARNING 2025-10-09 00:29:21,123 runserver 79457 13170143232 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:58220] INFO 2025-10-09 00:29:21,124 runserver 79457 13170143232 HTTP GET /static/plugins/toastr/toastr.min.js 200 [0.00, 127.0.0.1:58221] INFO 2025-10-09 00:29:21,124 runserver 79457 13170143232 HTTP GET /static/js/custom.js 200 [0.00, 127.0.0.1:58182] INFO 2025-10-09 00:29:21,125 runserver 79457 13170143232 HTTP GET /static/js/vendor.min.js 200 [0.01, 127.0.0.1:58219] INFO 2025-10-09 00:29:21,130 runserver 79457 13170143232 HTTP GET /static/webfonts/fa-solid-900.woff2 200 [0.00, 127.0.0.1:58219] INFO 2025-10-09 00:29:21,294 runserver 79457 13170143232 HTTP GET /static/img/theme/material.jpg 200 [0.00, 127.0.0.1:58222] INFO 2025-10-09 00:29:21,295 runserver 79457 13170143232 HTTP GET /static/img/theme/default.jpg 200 [0.00, 127.0.0.1:58219] INFO 2025-10-09 00:29:21,295 runserver 79457 13170143232 HTTP GET /static/img/theme/apple.jpg 200 [0.00, 127.0.0.1:58221] INFO 2025-10-09 00:29:21,295 runserver 79457 13170143232 HTTP GET /static/img/theme/transparent.jpg 200 [0.00, 127.0.0.1:58182] INFO 2025-10-09 00:29:21,295 runserver 79457 13170143232 HTTP GET /static/img/theme/facebook.jpg 200 [0.00, 127.0.0.1:58220] INFO 2025-10-09 00:29:21,295 runserver 79457 13170143232 HTTP GET /static/img/theme/google.jpg 200 [0.00, 127.0.0.1:58183] INFO 2025-10-09 00:29:21,301 runserver 79457 13170143232 HTTP GET /static/img/version/html.jpg 200 [0.01, 127.0.0.1:58222] INFO 2025-10-09 00:29:21,302 runserver 79457 13170143232 HTTP GET /static/img/version/angular10x.jpg 200 [0.00, 127.0.0.1:58221] INFO 2025-10-09 00:29:21,302 runserver 79457 13170143232 HTTP GET /static/img/version/angular1x.jpg 200 [0.01, 127.0.0.1:58182] INFO 2025-10-09 00:29:21,303 runserver 79457 13170143232 HTTP GET /static/img/version/svelte.jpg 200 [0.01, 127.0.0.1:58219] INFO 2025-10-09 00:29:21,303 runserver 79457 13170143232 HTTP GET /static/img/version/ajax.jpg 200 [0.01, 127.0.0.1:58220] INFO 2025-10-09 00:29:21,303 runserver 79457 13170143232 HTTP GET /static/img/version/laravel.jpg 200 [0.00, 127.0.0.1:58183] INFO 2025-10-09 00:29:21,306 runserver 79457 13170143232 HTTP GET /static/img/version/django.jpg 200 [0.00, 127.0.0.1:58222] INFO 2025-10-09 00:29:21,307 runserver 79457 13170143232 HTTP GET /static/img/version/vuejs.jpg 200 [0.00, 127.0.0.1:58221] INFO 2025-10-09 00:29:21,307 runserver 79457 13170143232 HTTP GET /static/img/theme/one-page-parallax.jpg 200 [0.00, 127.0.0.1:58183] INFO 2025-10-09 00:29:21,308 runserver 79457 13170143232 HTTP GET /static/img/version/reactjs.jpg 200 [0.01, 127.0.0.1:58182] INFO 2025-10-09 00:29:21,308 runserver 79457 13170143232 HTTP GET /static/img/version/nextjs.jpg 200 [0.00, 127.0.0.1:58219] INFO 2025-10-09 00:29:21,309 runserver 79457 13170143232 HTTP GET /static/img/version/dotnet.jpg 200 [0.00, 127.0.0.1:58220] INFO 2025-10-09 00:29:21,311 runserver 79457 13170143232 HTTP GET /static/img/theme/e-commerce.jpg 200 [0.00, 127.0.0.1:58222] INFO 2025-10-09 00:29:21,312 runserver 79457 13170143232 HTTP GET /static/img/theme/forum.jpg 200 [0.00, 127.0.0.1:58183] INFO 2025-10-09 00:29:21,312 runserver 79457 13170143232 HTTP GET /static/img/theme/blog.jpg 200 [0.00, 127.0.0.1:58221] INFO 2025-10-09 00:29:21,313 runserver 79457 13170143232 HTTP GET /static/img/theme/corporate.jpg 200 [0.00, 127.0.0.1:58219] WARNING 2025-10-09 00:29:21,315 runserver 79457 13170143232 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:58221] INFO 2025-10-09 00:29:21,316 runserver 79457 13170143232 HTTP GET /static/css/default/app.min.css.map 200 [0.01, 127.0.0.1:58220] INFO 2025-10-09 00:29:21,323 runserver 79457 13170143232 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58221] WARNING 2025-10-09 00:29:21,401 log 79457 13203795968 Not Found: /favicon.ico WARNING 2025-10-09 00:29:21,402 runserver 79457 13170143232 HTTP GET /favicon.ico 404 [0.00, 127.0.0.1:58221] INFO 2025-10-09 00:34:21,343 runserver 79457 13170143232 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59490] INFO 2025-10-09 00:34:21,388 runserver 79457 13170143232 HTTP GET /en/hr/htmx/stats/ 200 [0.05, 127.0.0.1:59491] INFO 2025-10-09 00:36:49,674 autoreload 79457 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-09 00:36:50,184 autoreload 83154 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 00:36:50,471 server 83154 6108901376 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-09 00:36:50,471 server 83154 6108901376 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 00:36:50,472 server 83154 6108901376 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 00:37:02,776 runserver 83154 6108901376 HTTP GET /en/hr/ 200 [0.17, 127.0.0.1:60159] WARNING 2025-10-09 00:37:02,793 log 83154 6142554112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:37:02,793 runserver 83154 6108901376 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60159] INFO 2025-10-09 00:37:02,865 runserver 83154 6108901376 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60159] WARNING 2025-10-09 00:37:02,874 runserver 83154 6108901376 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:60159] INFO 2025-10-09 00:38:06,853 runserver 83154 6108901376 HTTP GET /en/hr/ 200 [0.10, 127.0.0.1:60429] WARNING 2025-10-09 00:38:06,871 log 83154 6142554112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:38:06,871 runserver 83154 6108901376 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60429] INFO 2025-10-09 00:38:06,924 runserver 83154 6108901376 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60429] WARNING 2025-10-09 00:38:06,936 runserver 83154 6108901376 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:60429] INFO 2025-10-09 00:38:22,480 runserver 83154 6108901376 HTTP GET /en/hr/ 200 [0.10, 127.0.0.1:60429] WARNING 2025-10-09 00:38:22,497 log 83154 6142554112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:38:22,498 runserver 83154 6108901376 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60429] INFO 2025-10-09 00:38:22,548 runserver 83154 6108901376 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60429] WARNING 2025-10-09 00:38:22,562 runserver 83154 6108901376 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:60429] INFO 2025-10-09 00:38:32,263 autoreload 83154 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-09 00:38:32,834 autoreload 84082 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 00:38:33,111 server 84082 6325039104 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-09 00:38:33,112 server 84082 6325039104 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 00:38:33,112 server 84082 6325039104 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 00:38:33,633 runserver 84082 6325039104 HTTP GET /en/hr/ 200 [0.19, 127.0.0.1:60545] WARNING 2025-10-09 00:38:33,650 log 84082 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:38:33,651 runserver 84082 6325039104 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60545] INFO 2025-10-09 00:38:33,701 runserver 84082 6325039104 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60545] WARNING 2025-10-09 00:38:33,714 runserver 84082 6325039104 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:60545] INFO 2025-10-09 00:38:43,753 runserver 84082 6325039104 HTTP GET /en/hr/ 200 [0.14, 127.0.0.1:60545] WARNING 2025-10-09 00:38:43,768 log 84082 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:38:43,768 runserver 84082 6325039104 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60545] INFO 2025-10-09 00:38:43,816 runserver 84082 6325039104 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60545] WARNING 2025-10-09 00:38:43,829 runserver 84082 6325039104 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:60545] INFO 2025-10-09 00:40:27,038 runserver 84082 6325039104 HTTP GET /en/hr/ 200 [0.10, 127.0.0.1:61019] WARNING 2025-10-09 00:40:27,052 log 84082 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:40:27,053 runserver 84082 6325039104 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:61019] INFO 2025-10-09 00:40:27,100 runserver 84082 6325039104 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61019] WARNING 2025-10-09 00:40:27,113 runserver 84082 6325039104 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:61019] INFO 2025-10-09 00:40:29,904 runserver 84082 6325039104 HTTP GET /en/hr/departments/30/ 200 [0.03, 127.0.0.1:61019] WARNING 2025-10-09 00:40:29,927 log 84082 13874884608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:40:29,928 runserver 84082 6325039104 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:61036] INFO 2025-10-09 00:40:29,929 runserver 84082 6325039104 HTTP GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css 200 [0.01, 127.0.0.1:61019] INFO 2025-10-09 00:40:29,929 runserver 84082 6325039104 HTTP GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css 200 [0.01, 127.0.0.1:61020] INFO 2025-10-09 00:40:29,930 runserver 84082 6325039104 HTTP GET /static/plugins/datatables.net/js/dataTables.min.js 200 [0.01, 127.0.0.1:61035] INFO 2025-10-09 00:40:29,931 runserver 84082 6325039104 HTTP GET /static/img/user/user-1.jpg 200 [0.01, 127.0.0.1:61034] INFO 2025-10-09 00:40:29,932 runserver 84082 6325039104 HTTP GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js 200 [0.01, 127.0.0.1:61037] INFO 2025-10-09 00:40:29,934 runserver 84082 6325039104 HTTP GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js 200 [0.00, 127.0.0.1:61019] INFO 2025-10-09 00:40:29,934 runserver 84082 6325039104 HTTP GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js 200 [0.00, 127.0.0.1:61036] INFO 2025-10-09 00:40:29,935 runserver 84082 6325039104 HTTP GET /static/plugins/chart.js/dist/chart.umd.js 200 [0.00, 127.0.0.1:61020] INFO 2025-10-09 00:40:29,935 runserver 84082 6325039104 HTTP GET /static/css/saudiriyalsymbol.woff2 200 [0.00, 127.0.0.1:61035] WARNING 2025-10-09 00:40:29,977 runserver 84082 6325039104 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:61020] INFO 2025-10-09 00:40:29,979 runserver 84082 6325039104 HTTP GET /static/plugins/chart.js/dist/chart.umd.js.map 200 [0.00, 127.0.0.1:61035] INFO 2025-10-09 00:40:29,984 runserver 84082 6325039104 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61036] WARNING 2025-10-09 00:40:31,997 runserver 84082 6325039104 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:61036] WARNING 2025-10-09 00:40:32,001 log 84082 13858058240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:40:32,002 runserver 84082 6325039104 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:61035] WARNING 2025-10-09 00:40:32,012 log 84082 13841231872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:40:32,012 runserver 84082 6325039104 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:61035] INFO 2025-10-09 00:40:37,692 runserver 84082 6325039104 HTTP GET /en/hr/ 200 [0.10, 127.0.0.1:61035] INFO 2025-10-09 00:40:37,706 runserver 84082 6325039104 HTTP GET /static/css/vendor.min.css 200 [0.00, 127.0.0.1:61035] INFO 2025-10-09 00:40:37,710 runserver 84082 6325039104 HTTP GET /static/css/custom.css 200 [0.00, 127.0.0.1:61020] INFO 2025-10-09 00:40:37,711 runserver 84082 6325039104 HTTP GET /static/img/user/user-12.jpg 200 [0.00, 127.0.0.1:61037] INFO 2025-10-09 00:40:37,711 runserver 84082 6325039104 HTTP GET /static/plugins/toastr/toastr.css 200 [0.00, 127.0.0.1:61019] INFO 2025-10-09 00:40:37,712 runserver 84082 6325039104 HTTP GET /static/js/htmx.min.js 200 [0.00, 127.0.0.1:61034] INFO 2025-10-09 00:40:37,714 runserver 84082 6325039104 HTTP GET /static/css/default/app.min.css 200 [0.01, 127.0.0.1:61036] WARNING 2025-10-09 00:40:37,714 log 84082 13874884608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:40:37,715 runserver 84082 6325039104 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:61035] INFO 2025-10-09 00:40:37,717 runserver 84082 6325039104 HTTP GET /static/plugins/toastr/toastr.min.js 200 [0.00, 127.0.0.1:61034] INFO 2025-10-09 00:40:37,718 runserver 84082 6325039104 HTTP GET /static/js/app.min.js 200 [0.00, 127.0.0.1:61019] INFO 2025-10-09 00:40:37,718 runserver 84082 6325039104 HTTP GET /static/webfonts/fa-solid-900.woff2 200 [0.01, 127.0.0.1:61020] INFO 2025-10-09 00:40:37,719 runserver 84082 6325039104 HTTP GET /static/js/vendor.min.js 200 [0.01, 127.0.0.1:61037] INFO 2025-10-09 00:40:37,719 runserver 84082 6325039104 HTTP GET /static/js/custom.js 200 [0.00, 127.0.0.1:61035] INFO 2025-10-09 00:40:37,863 runserver 84082 6325039104 HTTP GET /static/img/theme/default.jpg 200 [0.00, 127.0.0.1:61037] INFO 2025-10-09 00:40:37,864 runserver 84082 6325039104 HTTP GET /static/img/theme/material.jpg 200 [0.00, 127.0.0.1:61019] INFO 2025-10-09 00:40:37,868 runserver 84082 6325039104 HTTP GET /static/img/theme/transparent.jpg 200 [0.01, 127.0.0.1:61035] INFO 2025-10-09 00:40:37,868 runserver 84082 6325039104 HTTP GET /static/img/theme/facebook.jpg 200 [0.01, 127.0.0.1:61036] INFO 2025-10-09 00:40:37,869 runserver 84082 6325039104 HTTP GET /static/img/theme/apple.jpg 200 [0.01, 127.0.0.1:61020] INFO 2025-10-09 00:40:37,869 runserver 84082 6325039104 HTTP GET /static/img/theme/google.jpg 200 [0.01, 127.0.0.1:61034] INFO 2025-10-09 00:40:37,876 runserver 84082 6325039104 HTTP GET /static/img/version/html.jpg 200 [0.00, 127.0.0.1:61019] INFO 2025-10-09 00:40:37,878 runserver 84082 6325039104 HTTP GET /static/img/version/angular1x.jpg 200 [0.00, 127.0.0.1:61035] INFO 2025-10-09 00:40:37,879 runserver 84082 6325039104 HTTP GET /static/img/version/ajax.jpg 200 [0.00, 127.0.0.1:61037] INFO 2025-10-09 00:40:37,882 runserver 84082 6325039104 HTTP GET /static/img/version/angular10x.jpg 200 [0.01, 127.0.0.1:61036] INFO 2025-10-09 00:40:37,888 runserver 84082 6325039104 HTTP GET /static/img/version/svelte.jpg 200 [0.01, 127.0.0.1:61020] WARNING 2025-10-09 00:40:37,888 runserver 84082 6325039104 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:61035] INFO 2025-10-09 00:40:37,888 runserver 84082 6325039104 HTTP GET /static/img/version/laravel.jpg 200 [0.01, 127.0.0.1:61034] INFO 2025-10-09 00:40:37,889 runserver 84082 6325039104 HTTP GET /static/img/version/django.jpg 200 [0.00, 127.0.0.1:61036] INFO 2025-10-09 00:40:37,890 runserver 84082 6325039104 HTTP GET /static/css/default/app.min.css.map 200 [0.01, 127.0.0.1:61019] INFO 2025-10-09 00:40:37,892 runserver 84082 6325039104 HTTP GET /static/img/version/reactjs.jpg 200 [0.00, 127.0.0.1:61035] INFO 2025-10-09 00:40:37,893 runserver 84082 6325039104 HTTP GET /static/img/version/nextjs.jpg 200 [0.00, 127.0.0.1:61036] INFO 2025-10-09 00:40:37,894 runserver 84082 6325039104 HTTP GET /static/img/version/vuejs.jpg 200 [0.00, 127.0.0.1:61020] INFO 2025-10-09 00:40:37,894 runserver 84082 6325039104 HTTP GET /static/img/version/dotnet.jpg 200 [0.00, 127.0.0.1:61034] INFO 2025-10-09 00:40:37,897 runserver 84082 6325039104 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61037] INFO 2025-10-09 00:40:37,899 runserver 84082 6325039104 HTTP GET /static/img/theme/e-commerce.jpg 200 [0.00, 127.0.0.1:61036] INFO 2025-10-09 00:40:37,899 runserver 84082 6325039104 HTTP GET /static/img/theme/one-page-parallax.jpg 200 [0.01, 127.0.0.1:61035] INFO 2025-10-09 00:40:37,900 runserver 84082 6325039104 HTTP GET /static/img/theme/blog.jpg 200 [0.00, 127.0.0.1:61019] INFO 2025-10-09 00:40:37,900 runserver 84082 6325039104 HTTP GET /static/img/theme/forum.jpg 200 [0.00, 127.0.0.1:61020] INFO 2025-10-09 00:40:37,900 runserver 84082 6325039104 HTTP GET /static/img/theme/corporate.jpg 200 [0.00, 127.0.0.1:61034] WARNING 2025-10-09 00:40:37,962 log 84082 6358691840 Not Found: /favicon.ico WARNING 2025-10-09 00:40:37,962 runserver 84082 6325039104 HTTP GET /favicon.ico 404 [0.00, 127.0.0.1:61034] INFO 2025-10-09 00:41:38,717 autoreload 84082 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-09 00:41:39,282 autoreload 85540 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 00:41:39,595 server 85540 6144798720 HTTP/2 support not enabled (install the http2 and tls Twisted extras) INFO 2025-10-09 00:41:39,595 server 85540 6144798720 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 00:41:39,595 server 85540 6144798720 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 00:41:41,423 runserver 85540 6144798720 HTTP GET /en/hr/ 200 [0.20, 127.0.0.1:61525] WARNING 2025-10-09 00:41:41,439 log 85540 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:41:41,439 runserver 85540 6144798720 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:61525] INFO 2025-10-09 00:41:41,512 runserver 85540 6144798720 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61525] WARNING 2025-10-09 00:41:41,523 runserver 85540 6144798720 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:61525] INFO 2025-10-09 00:43:48,403 autoreload 86693 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 00:43:48,665 server 86693 6177550336 HTTP/2 support enabled INFO 2025-10-09 00:43:48,665 server 86693 6177550336 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 00:43:48,666 server 86693 6177550336 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 00:43:51,577 runserver 86693 6177550336 HTTP GET /en/hr/ 200 [0.19, 127.0.0.1:62187] WARNING 2025-10-09 00:43:51,596 log 86693 6211203072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:43:51,596 runserver 86693 6177550336 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62187] INFO 2025-10-09 00:43:51,650 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62187] WARNING 2025-10-09 00:43:51,662 runserver 86693 6177550336 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:62187] INFO 2025-10-09 00:43:55,842 runserver 86693 6177550336 HTTP GET /en/hr/ 200 [0.09, 127.0.0.1:62187] INFO 2025-10-09 00:43:55,861 runserver 86693 6177550336 HTTP GET /static/css/vendor.min.css 200 [0.01, 127.0.0.1:62187] INFO 2025-10-09 00:43:55,862 runserver 86693 6177550336 HTTP GET /static/js/htmx.min.js 200 [0.01, 127.0.0.1:62211] INFO 2025-10-09 00:43:55,862 runserver 86693 6177550336 HTTP GET /static/css/custom.css 200 [0.01, 127.0.0.1:62208] INFO 2025-10-09 00:43:55,862 runserver 86693 6177550336 HTTP GET /static/img/user/user-12.jpg 200 [0.01, 127.0.0.1:62210] INFO 2025-10-09 00:43:55,863 runserver 86693 6177550336 HTTP GET /static/plugins/toastr/toastr.css 200 [0.01, 127.0.0.1:62209] INFO 2025-10-09 00:43:55,863 runserver 86693 6177550336 HTTP GET /static/css/default/app.min.css 200 [0.01, 127.0.0.1:62188] WARNING 2025-10-09 00:43:55,868 log 86693 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-10-09 00:43:55,868 runserver 86693 6177550336 HTTP GET /static/js/app.min.js 200 [0.00, 127.0.0.1:62208] WARNING 2025-10-09 00:43:55,868 runserver 86693 6177550336 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:62187] INFO 2025-10-09 00:43:55,869 runserver 86693 6177550336 HTTP GET /static/plugins/toastr/toastr.min.js 200 [0.00, 127.0.0.1:62210] INFO 2025-10-09 00:43:55,869 runserver 86693 6177550336 HTTP GET /static/js/vendor.min.js 200 [0.01, 127.0.0.1:62211] INFO 2025-10-09 00:43:55,869 runserver 86693 6177550336 HTTP GET /static/js/custom.js 200 [0.00, 127.0.0.1:62209] INFO 2025-10-09 00:43:56,002 runserver 86693 6177550336 HTTP GET /static/img/theme/default.jpg 200 [0.00, 127.0.0.1:62211] INFO 2025-10-09 00:43:56,003 runserver 86693 6177550336 HTTP GET /static/img/theme/material.jpg 200 [0.00, 127.0.0.1:62187] INFO 2025-10-09 00:43:56,003 runserver 86693 6177550336 HTTP GET /static/img/theme/transparent.jpg 200 [0.00, 127.0.0.1:62209] INFO 2025-10-09 00:43:56,003 runserver 86693 6177550336 HTTP GET /static/img/theme/apple.jpg 200 [0.00, 127.0.0.1:62210] INFO 2025-10-09 00:43:56,004 runserver 86693 6177550336 HTTP GET /static/img/theme/google.jpg 200 [0.00, 127.0.0.1:62188] INFO 2025-10-09 00:43:56,005 runserver 86693 6177550336 HTTP GET /static/img/theme/facebook.jpg 200 [0.00, 127.0.0.1:62208] INFO 2025-10-09 00:43:56,008 runserver 86693 6177550336 HTTP GET /static/webfonts/fa-solid-900.woff2 200 [0.00, 127.0.0.1:62211] INFO 2025-10-09 00:43:56,009 runserver 86693 6177550336 HTTP GET /static/img/version/html.jpg 200 [0.00, 127.0.0.1:62209] INFO 2025-10-09 00:43:56,009 runserver 86693 6177550336 HTTP GET /static/img/version/ajax.jpg 200 [0.00, 127.0.0.1:62187] INFO 2025-10-09 00:43:56,010 runserver 86693 6177550336 HTTP GET /static/img/version/svelte.jpg 200 [0.00, 127.0.0.1:62208] INFO 2025-10-09 00:43:56,010 runserver 86693 6177550336 HTTP GET /static/img/version/angular1x.jpg 200 [0.00, 127.0.0.1:62210] INFO 2025-10-09 00:43:56,010 runserver 86693 6177550336 HTTP GET /static/img/version/angular10x.jpg 200 [0.00, 127.0.0.1:62188] INFO 2025-10-09 00:43:56,013 runserver 86693 6177550336 HTTP GET /static/img/version/laravel.jpg 200 [0.00, 127.0.0.1:62211] INFO 2025-10-09 00:43:56,014 runserver 86693 6177550336 HTTP GET /static/img/version/nextjs.jpg 200 [0.00, 127.0.0.1:62188] INFO 2025-10-09 00:43:56,014 runserver 86693 6177550336 HTTP GET /static/img/version/reactjs.jpg 200 [0.00, 127.0.0.1:62210] INFO 2025-10-09 00:43:56,014 runserver 86693 6177550336 HTTP GET /static/img/version/django.jpg 200 [0.00, 127.0.0.1:62187] INFO 2025-10-09 00:43:56,015 runserver 86693 6177550336 HTTP GET /static/img/version/vuejs.jpg 200 [0.00, 127.0.0.1:62209] INFO 2025-10-09 00:43:56,015 runserver 86693 6177550336 HTTP GET /static/img/version/dotnet.jpg 200 [0.00, 127.0.0.1:62208] INFO 2025-10-09 00:43:56,018 runserver 86693 6177550336 HTTP GET /static/img/theme/one-page-parallax.jpg 200 [0.00, 127.0.0.1:62211] INFO 2025-10-09 00:43:56,019 runserver 86693 6177550336 HTTP GET /static/img/theme/e-commerce.jpg 200 [0.00, 127.0.0.1:62187] INFO 2025-10-09 00:43:56,019 runserver 86693 6177550336 HTTP GET /static/img/theme/blog.jpg 200 [0.00, 127.0.0.1:62188] INFO 2025-10-09 00:43:56,019 runserver 86693 6177550336 HTTP GET /static/img/theme/corporate.jpg 200 [0.00, 127.0.0.1:62209] INFO 2025-10-09 00:43:56,019 runserver 86693 6177550336 HTTP GET /static/img/theme/forum.jpg 200 [0.00, 127.0.0.1:62210] INFO 2025-10-09 00:43:56,023 runserver 86693 6177550336 HTTP GET /static/css/default/app.min.css.map 200 [0.00, 127.0.0.1:62210] WARNING 2025-10-09 00:43:56,027 runserver 86693 6177550336 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:62209] INFO 2025-10-09 00:43:56,039 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62210] WARNING 2025-10-09 00:43:56,106 log 86693 13371666432 Not Found: /favicon.ico WARNING 2025-10-09 00:43:56,106 runserver 86693 6177550336 HTTP GET /favicon.ico 404 [0.00, 127.0.0.1:62210] INFO 2025-10-09 00:47:20,716 runserver 86693 6177550336 HTTP GET /en/hr/ 200 [0.10, 127.0.0.1:63082] WARNING 2025-10-09 00:47:20,732 log 86693 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:47:20,732 runserver 86693 6177550336 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:63082] INFO 2025-10-09 00:47:20,803 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63082] WARNING 2025-10-09 00:47:20,813 runserver 86693 6177550336 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:63082] INFO 2025-10-09 00:50:35,222 runserver 86693 6177550336 HTTP GET /en/hr/ 200 [0.08, 127.0.0.1:63891] WARNING 2025-10-09 00:50:35,238 log 86693 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:50:35,238 runserver 86693 6177550336 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:63891] INFO 2025-10-09 00:50:35,290 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63891] WARNING 2025-10-09 00:50:35,302 runserver 86693 6177550336 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:63891] INFO 2025-10-09 00:51:20,763 runserver 86693 6177550336 HTTP GET /en/hr/ 200 [0.10, 127.0.0.1:63891] WARNING 2025-10-09 00:51:20,780 log 86693 13354840064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:51:20,781 runserver 86693 6177550336 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:63891] INFO 2025-10-09 00:51:20,831 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63891] WARNING 2025-10-09 00:51:20,843 runserver 86693 6177550336 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:63891] INFO 2025-10-09 00:56:20,838 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:49839] INFO 2025-10-09 00:56:20,887 runserver 86693 6177550336 HTTP GET /en/hr/htmx/stats/ 200 [0.05, 127.0.0.1:49839] INFO 2025-10-09 00:58:08,169 runserver 86693 6177550336 HTTP GET /en/hr/ 200 [0.09, 127.0.0.1:50511] WARNING 2025-10-09 00:58:08,187 log 86693 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:58:08,187 runserver 86693 6177550336 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50511] INFO 2025-10-09 00:58:08,238 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50511] WARNING 2025-10-09 00:58:08,251 runserver 86693 6177550336 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50511] INFO 2025-10-09 00:58:51,731 runserver 86693 6177550336 HTTP GET /en/hr/ 200 [0.10, 127.0.0.1:50511] WARNING 2025-10-09 00:58:51,748 log 86693 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:58:51,749 runserver 86693 6177550336 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50511] INFO 2025-10-09 00:58:51,800 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50511] WARNING 2025-10-09 00:58:51,813 runserver 86693 6177550336 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50511] INFO 2025-10-09 00:59:03,406 runserver 86693 6177550336 HTTP GET /en/hr/ 200 [0.10, 127.0.0.1:50511] WARNING 2025-10-09 00:59:03,424 log 86693 13354840064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 00:59:03,424 runserver 86693 6177550336 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50511] INFO 2025-10-09 00:59:03,477 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50511] WARNING 2025-10-09 00:59:03,488 runserver 86693 6177550336 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50511] INFO 2025-10-09 01:04:03,485 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52559] INFO 2025-10-09 01:04:03,529 runserver 86693 6177550336 HTTP GET /en/hr/htmx/stats/ 200 [0.04, 127.0.0.1:52560] INFO 2025-10-09 01:04:47,048 runserver 86693 6177550336 HTTP GET /en/hr/ 200 [0.08, 127.0.0.1:52560] WARNING 2025-10-09 01:04:47,063 log 86693 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 01:04:47,063 runserver 86693 6177550336 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:52560] INFO 2025-10-09 01:04:47,114 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52560] WARNING 2025-10-09 01:04:47,127 runserver 86693 6177550336 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:52560] INFO 2025-10-09 01:07:18,926 runserver 86693 6177550336 HTTP GET /en/hr/ 200 [0.10, 127.0.0.1:53403] WARNING 2025-10-09 01:07:18,941 log 86693 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 01:07:18,941 runserver 86693 6177550336 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:53403] INFO 2025-10-09 01:07:18,993 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53403] WARNING 2025-10-09 01:07:19,004 runserver 86693 6177550336 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:53403] INFO 2025-10-09 01:09:02,750 runserver 86693 6177550336 HTTP GET /en/hr/ 200 [0.14, 127.0.0.1:53831] WARNING 2025-10-09 01:09:02,766 log 86693 13354840064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 01:09:02,767 runserver 86693 6177550336 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:53831] INFO 2025-10-09 01:09:02,817 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53831] WARNING 2025-10-09 01:09:02,831 runserver 86693 6177550336 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:53831] INFO 2025-10-09 01:09:04,494 runserver 86693 6177550336 HTTP GET /en/hr/ 200 [0.11, 127.0.0.1:53831] WARNING 2025-10-09 01:09:04,509 log 86693 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 01:09:04,509 runserver 86693 6177550336 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:53831] INFO 2025-10-09 01:09:04,557 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53831] WARNING 2025-10-09 01:09:04,570 runserver 86693 6177550336 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:53831] INFO 2025-10-09 01:10:44,360 runserver 86693 6177550336 HTTP GET /en/hr/ 200 [0.14, 127.0.0.1:54255] WARNING 2025-10-09 01:10:44,378 log 86693 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 01:10:44,379 runserver 86693 6177550336 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:54255] INFO 2025-10-09 01:10:44,432 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54255] WARNING 2025-10-09 01:10:44,444 runserver 86693 6177550336 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:54255] INFO 2025-10-09 01:11:06,715 runserver 86693 6177550336 HTTP GET /en/hr/ 200 [0.11, 127.0.0.1:54255] WARNING 2025-10-09 01:11:06,733 log 86693 13354840064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 01:11:06,733 runserver 86693 6177550336 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:54255] INFO 2025-10-09 01:11:06,786 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54255] WARNING 2025-10-09 01:11:06,798 runserver 86693 6177550336 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:54255] INFO 2025-10-09 01:11:10,623 runserver 86693 6177550336 HTTP GET /en/hr/ 200 [0.15, 127.0.0.1:54255] INFO 2025-10-09 01:11:10,638 runserver 86693 6177550336 HTTP GET /static/css/vendor.min.css 200 [0.00, 127.0.0.1:54255] INFO 2025-10-09 01:11:10,639 runserver 86693 6177550336 HTTP GET /static/plugins/toastr/toastr.css 200 [0.00, 127.0.0.1:54372] INFO 2025-10-09 01:11:10,640 runserver 86693 6177550336 HTTP GET /static/css/custom.css 200 [0.00, 127.0.0.1:54371] INFO 2025-10-09 01:11:10,640 runserver 86693 6177550336 HTTP GET /static/img/user/user-12.jpg 200 [0.00, 127.0.0.1:54373] INFO 2025-10-09 01:11:10,640 runserver 86693 6177550336 HTTP GET /static/js/htmx.min.js 200 [0.00, 127.0.0.1:54374] INFO 2025-10-09 01:11:10,641 runserver 86693 6177550336 HTTP GET /static/css/default/app.min.css 200 [0.01, 127.0.0.1:54256] WARNING 2025-10-09 01:11:10,646 log 86693 13354840064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 01:11:10,647 runserver 86693 6177550336 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:54255] INFO 2025-10-09 01:11:10,647 runserver 86693 6177550336 HTTP GET /static/js/custom.js 200 [0.00, 127.0.0.1:54374] INFO 2025-10-09 01:11:10,647 runserver 86693 6177550336 HTTP GET /static/plugins/toastr/toastr.min.js 200 [0.01, 127.0.0.1:54373] INFO 2025-10-09 01:11:10,647 runserver 86693 6177550336 HTTP GET /static/js/app.min.js 200 [0.01, 127.0.0.1:54371] INFO 2025-10-09 01:11:10,648 runserver 86693 6177550336 HTTP GET /static/js/vendor.min.js 200 [0.01, 127.0.0.1:54372] INFO 2025-10-09 01:11:10,649 runserver 86693 6177550336 HTTP GET /static/webfonts/fa-solid-900.woff2 200 [0.00, 127.0.0.1:54256] INFO 2025-10-09 01:11:10,796 runserver 86693 6177550336 HTTP GET /static/img/theme/default.jpg 200 [0.00, 127.0.0.1:54372] INFO 2025-10-09 01:11:10,797 runserver 86693 6177550336 HTTP GET /static/img/theme/apple.jpg 200 [0.00, 127.0.0.1:54371] INFO 2025-10-09 01:11:10,797 runserver 86693 6177550336 HTTP GET /static/img/theme/material.jpg 200 [0.00, 127.0.0.1:54373] INFO 2025-10-09 01:11:10,797 runserver 86693 6177550336 HTTP GET /static/img/theme/transparent.jpg 200 [0.00, 127.0.0.1:54256] INFO 2025-10-09 01:11:10,797 runserver 86693 6177550336 HTTP GET /static/img/theme/google.jpg 200 [0.00, 127.0.0.1:54255] INFO 2025-10-09 01:11:10,798 runserver 86693 6177550336 HTTP GET /static/img/theme/facebook.jpg 200 [0.00, 127.0.0.1:54374] INFO 2025-10-09 01:11:10,802 runserver 86693 6177550336 HTTP GET /static/img/version/html.jpg 200 [0.00, 127.0.0.1:54372] INFO 2025-10-09 01:11:10,803 runserver 86693 6177550336 HTTP GET /static/img/version/angular1x.jpg 200 [0.00, 127.0.0.1:54371] INFO 2025-10-09 01:11:10,803 runserver 86693 6177550336 HTTP GET /static/img/version/angular10x.jpg 200 [0.00, 127.0.0.1:54256] INFO 2025-10-09 01:11:10,803 runserver 86693 6177550336 HTTP GET /static/img/version/laravel.jpg 200 [0.00, 127.0.0.1:54374] INFO 2025-10-09 01:11:10,803 runserver 86693 6177550336 HTTP GET /static/img/version/svelte.jpg 200 [0.00, 127.0.0.1:54255] INFO 2025-10-09 01:11:10,804 runserver 86693 6177550336 HTTP GET /static/img/version/ajax.jpg 200 [0.01, 127.0.0.1:54373] INFO 2025-10-09 01:11:10,807 runserver 86693 6177550336 HTTP GET /static/img/version/django.jpg 200 [0.00, 127.0.0.1:54372] INFO 2025-10-09 01:11:10,808 runserver 86693 6177550336 HTTP GET /static/img/version/vuejs.jpg 200 [0.00, 127.0.0.1:54371] INFO 2025-10-09 01:11:10,808 runserver 86693 6177550336 HTTP GET /static/img/version/nextjs.jpg 200 [0.00, 127.0.0.1:54255] INFO 2025-10-09 01:11:10,808 runserver 86693 6177550336 HTTP GET /static/img/version/dotnet.jpg 200 [0.00, 127.0.0.1:54256] INFO 2025-10-09 01:11:10,809 runserver 86693 6177550336 HTTP GET /static/img/version/reactjs.jpg 200 [0.00, 127.0.0.1:54374] INFO 2025-10-09 01:11:10,809 runserver 86693 6177550336 HTTP GET /static/img/theme/one-page-parallax.jpg 200 [0.00, 127.0.0.1:54373] INFO 2025-10-09 01:11:10,811 runserver 86693 6177550336 HTTP GET /static/img/theme/e-commerce.jpg 200 [0.00, 127.0.0.1:54372] INFO 2025-10-09 01:11:10,812 runserver 86693 6177550336 HTTP GET /static/img/theme/blog.jpg 200 [0.00, 127.0.0.1:54255] INFO 2025-10-09 01:11:10,813 runserver 86693 6177550336 HTTP GET /static/img/theme/forum.jpg 200 [0.00, 127.0.0.1:54256] INFO 2025-10-09 01:11:10,813 runserver 86693 6177550336 HTTP GET /static/img/theme/corporate.jpg 200 [0.00, 127.0.0.1:54374] INFO 2025-10-09 01:11:10,815 runserver 86693 6177550336 HTTP GET /static/css/default/app.min.css.map 200 [0.00, 127.0.0.1:54255] WARNING 2025-10-09 01:11:10,818 runserver 86693 6177550336 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:54374] INFO 2025-10-09 01:11:10,831 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54374] WARNING 2025-10-09 01:11:10,913 log 86693 13371666432 Not Found: /favicon.ico WARNING 2025-10-09 01:11:10,913 runserver 86693 6177550336 HTTP GET /favicon.ico 404 [0.00, 127.0.0.1:54374] INFO 2025-10-09 01:11:27,836 runserver 86693 6177550336 HTTP GET /en/hr/time-entries/ 200 [0.05, 127.0.0.1:54374] WARNING 2025-10-09 01:11:27,855 log 86693 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 01:11:27,856 runserver 86693 6177550336 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:54374] INFO 2025-10-09 01:11:27,857 runserver 86693 6177550336 HTTP GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css 200 [0.01, 127.0.0.1:54255] INFO 2025-10-09 01:11:27,858 runserver 86693 6177550336 HTTP GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css 200 [0.01, 127.0.0.1:54256] INFO 2025-10-09 01:11:27,858 runserver 86693 6177550336 HTTP GET /static/plugins/bootstrap-daterangepicker/daterangepicker.css 200 [0.00, 127.0.0.1:54372] INFO 2025-10-09 01:11:27,858 runserver 86693 6177550336 HTTP GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js 200 [0.00, 127.0.0.1:54371] INFO 2025-10-09 01:11:27,858 runserver 86693 6177550336 HTTP GET /static/plugins/datatables.net/js/dataTables.min.js 200 [0.00, 127.0.0.1:54373] INFO 2025-10-09 01:11:27,861 runserver 86693 6177550336 HTTP GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js 200 [0.00, 127.0.0.1:54374] INFO 2025-10-09 01:11:27,863 runserver 86693 6177550336 HTTP GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js 200 [0.00, 127.0.0.1:54255] INFO 2025-10-09 01:11:27,863 runserver 86693 6177550336 HTTP GET /static/plugins/moment/min/moment.min.js 200 [0.00, 127.0.0.1:54371] INFO 2025-10-09 01:11:27,863 runserver 86693 6177550336 HTTP GET /static/plugins/bootstrap-daterangepicker/daterangepicker.js 200 [0.00, 127.0.0.1:54372] INFO 2025-10-09 01:11:27,863 runserver 86693 6177550336 HTTP GET /static/plugins/select2/dist/js/select2.min.js 200 [0.00, 127.0.0.1:54256] WARNING 2025-10-09 01:11:27,937 runserver 86693 6177550336 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:54256] INFO 2025-10-09 01:11:27,937 runserver 86693 6177550336 HTTP GET /static/plugins/moment/min/moment.min.js.map 200 [0.00, 127.0.0.1:54372] INFO 2025-10-09 01:11:27,944 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54371] WARNING 2025-10-09 01:11:40,068 runserver 86693 6177550336 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:54371] WARNING 2025-10-09 01:11:40,071 log 86693 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 01:11:40,072 runserver 86693 6177550336 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:54372] WARNING 2025-10-09 01:11:40,104 log 86693 13405319168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 01:11:40,121 runserver 86693 6177550336 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.04, 127.0.0.1:54372] INFO 2025-10-09 01:12:02,493 runserver 86693 6177550336 HTTP GET /en/hr/my/leave 301 [0.02, 127.0.0.1:54372] INFO 2025-10-09 01:12:02,514 runserver 86693 6177550336 HTTP GET /en/hr/my/leave/ 200 [0.02, 127.0.0.1:54372] WARNING 2025-10-09 01:12:02,528 log 86693 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 01:12:02,528 runserver 86693 6177550336 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:54372] INFO 2025-10-09 01:12:02,553 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54372] WARNING 2025-10-09 01:12:02,578 runserver 86693 6177550336 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:54372] INFO 2025-10-09 01:12:36,381 runserver 86693 6177550336 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:54922] WARNING 2025-10-09 01:12:36,554 log 86693 13975449600 Not Found: /favicon.ico WARNING 2025-10-09 01:12:36,555 runserver 86693 6177550336 HTTP GET /favicon.ico 404 [0.01, 127.0.0.1:54928] INFO 2025-10-09 01:12:36,564 runserver 86693 6177550336 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:54929] INFO 2025-10-09 01:12:36,579 runserver 86693 6177550336 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:54929] INFO 2025-10-09 01:12:41,782 runserver 86693 6177550336 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:54998] INFO 2025-10-09 01:12:41,817 runserver 86693 6177550336 HTTP GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css 200 [0.00, 127.0.0.1:54998] INFO 2025-10-09 01:12:41,840 runserver 86693 6177550336 HTTP GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js 200 [0.00, 127.0.0.1:54998] INFO 2025-10-09 01:12:42,690 runserver 86693 6177550336 HTTP GET /en/admin/facility_management/maintenanceschedule/ 200 [0.10, 127.0.0.1:54998] INFO 2025-10-09 01:12:42,697 runserver 86693 6177550336 HTTP GET /static/admin/css/base.css 200 [0.00, 127.0.0.1:54998] INFO 2025-10-09 01:12:42,698 runserver 86693 6177550336 HTTP GET /static/admin/js/theme.js 200 [0.00, 127.0.0.1:55005] INFO 2025-10-09 01:12:42,698 runserver 86693 6177550336 HTTP GET /static/admin/css/dark_mode.css 200 [0.00, 127.0.0.1:54999] INFO 2025-10-09 01:12:42,700 runserver 86693 6177550336 HTTP GET /static/admin/css/nav_sidebar.css 200 [0.00, 127.0.0.1:55005] INFO 2025-10-09 01:12:42,701 runserver 86693 6177550336 HTTP GET /static/admin/css/responsive.css 200 [0.00, 127.0.0.1:54998] INFO 2025-10-09 01:12:42,701 runserver 86693 6177550336 HTTP GET /static/admin/css/changelists.css 200 [0.00, 127.0.0.1:54999] INFO 2025-10-09 01:12:42,703 runserver 86693 6177550336 HTTP GET /static/admin/js/jquery.init.js 200 [0.00, 127.0.0.1:54998] INFO 2025-10-09 01:12:42,704 runserver 86693 6177550336 HTTP GET /static/admin/js/vendor/jquery/jquery.js 200 [0.00, 127.0.0.1:54999] INFO 2025-10-09 01:12:42,706 runserver 86693 6177550336 HTTP GET /static/admin/js/core.js 200 [0.00, 127.0.0.1:54998] INFO 2025-10-09 01:12:42,708 runserver 86693 6177550336 HTTP GET /en/admin/jsi18n/ 200 [0.01, 127.0.0.1:55005] INFO 2025-10-09 01:12:42,708 runserver 86693 6177550336 HTTP GET /static/admin/js/admin/RelatedObjectLookups.js 200 [0.00, 127.0.0.1:54998] INFO 2025-10-09 01:12:42,709 runserver 86693 6177550336 HTTP GET /static/admin/js/actions.js 200 [0.00, 127.0.0.1:54999] INFO 2025-10-09 01:12:42,710 runserver 86693 6177550336 HTTP GET /static/admin/js/urlify.js 200 [0.00, 127.0.0.1:55005] INFO 2025-10-09 01:12:42,716 runserver 86693 6177550336 HTTP GET /static/admin/js/prepopulate.js 200 [0.00, 127.0.0.1:55005] INFO 2025-10-09 01:12:42,718 runserver 86693 6177550336 HTTP GET /static/admin/img/search.svg 200 [0.00, 127.0.0.1:54998] INFO 2025-10-09 01:12:42,718 runserver 86693 6177550336 HTTP GET /static/admin/img/icon-yes.svg 200 [0.00, 127.0.0.1:55006] INFO 2025-10-09 01:12:42,719 runserver 86693 6177550336 HTTP GET /static/admin/js/vendor/xregexp/xregexp.js 200 [0.00, 127.0.0.1:54999] INFO 2025-10-09 01:12:42,720 runserver 86693 6177550336 HTTP GET /static/admin/js/nav_sidebar.js 200 [0.00, 127.0.0.1:55006] INFO 2025-10-09 01:12:42,722 runserver 86693 6177550336 HTTP GET /static/admin/js/filters.js 200 [0.00, 127.0.0.1:55006] INFO 2025-10-09 01:12:42,744 runserver 86693 6177550336 HTTP GET /static/admin/img/icon-addlink.svg 200 [0.00, 127.0.0.1:55006] INFO 2025-10-09 01:12:42,745 runserver 86693 6177550336 HTTP GET /static/admin/img/sorting-icons.svg 200 [0.00, 127.0.0.1:54998] INFO 2025-10-09 01:12:42,745 runserver 86693 6177550336 HTTP GET /static/admin/img/tooltag-add.svg 200 [0.00, 127.0.0.1:54999] INFO 2025-10-09 01:12:42,752 runserver 86693 6177550336 HTTP GET /static/admin/img/icon-viewlink.svg 200 [0.00, 127.0.0.1:54999] INFO 2025-10-09 01:13:06,667 runserver 86693 6177550336 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:54999] INFO 2025-10-09 01:13:06,671 runserver 86693 6177550336 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:54929] INFO 2025-10-09 01:13:06,699 runserver 86693 6177550336 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:55373] INFO 2025-10-09 01:13:06,708 runserver 86693 6177550336 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:55373] INFO 2025-10-09 01:13:37,663 runserver 86693 6177550336 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:55417] INFO 2025-10-09 01:13:37,665 runserver 86693 6177550336 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:55373] INFO 2025-10-09 01:13:37,683 runserver 86693 6177550336 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:55419] INFO 2025-10-09 01:13:37,691 runserver 86693 6177550336 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:55419] INFO 2025-10-09 01:13:42,681 runserver 86693 6177550336 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:55417] INFO 2025-10-09 01:13:42,719 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55417] INFO 2025-10-09 01:14:05,158 runserver 86693 6177550336 HTTP GET /en/hr/time-entries/?status=ACTIVE 200 [0.01, 127.0.0.1:55417] INFO 2025-10-09 01:14:05,195 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55417] INFO 2025-10-09 01:14:08,674 runserver 86693 6177550336 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:55417] INFO 2025-10-09 01:14:08,679 runserver 86693 6177550336 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:55419] INFO 2025-10-09 01:14:08,705 runserver 86693 6177550336 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:55496] INFO 2025-10-09 01:14:08,712 runserver 86693 6177550336 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:55496] INFO 2025-10-09 01:14:30,082 runserver 86693 6177550336 HTTP GET /en/hr/time-entries/?status=ACTIVE 200 [0.02, 127.0.0.1:55417] INFO 2025-10-09 01:14:30,120 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55417] INFO 2025-10-09 01:14:37,294 runserver 86693 6177550336 HTTP GET /en/hr/time-entries/ 200 [0.03, 127.0.0.1:55417] INFO 2025-10-09 01:14:37,314 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55417] INFO 2025-10-09 01:14:39,672 runserver 86693 6177550336 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:55417] INFO 2025-10-09 01:14:39,675 runserver 86693 6177550336 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:55496] INFO 2025-10-09 01:14:39,702 runserver 86693 6177550336 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:55643] INFO 2025-10-09 01:14:39,710 runserver 86693 6177550336 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:55643] INFO 2025-10-09 01:14:43,681 runserver 86693 6177550336 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:55417] INFO 2025-10-09 01:14:43,725 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55417] INFO 2025-10-09 01:15:10,671 runserver 86693 6177550336 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:55417] INFO 2025-10-09 01:15:10,675 runserver 86693 6177550336 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:55643] INFO 2025-10-09 01:15:10,699 runserver 86693 6177550336 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:55657] INFO 2025-10-09 01:15:10,707 runserver 86693 6177550336 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:55657] INFO 2025-10-09 01:15:31,753 runserver 86693 6177550336 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:55657] INFO 2025-10-09 01:15:35,538 runserver 86693 6177550336 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:55887] INFO 2025-10-09 01:15:35,553 runserver 86693 6177550336 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:55887] INFO 2025-10-09 01:15:41,555 runserver 86693 6177550336 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56003] INFO 2025-10-09 01:15:41,558 runserver 86693 6177550336 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:55887] INFO 2025-10-09 01:15:41,581 runserver 86693 6177550336 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56005] INFO 2025-10-09 01:15:41,588 runserver 86693 6177550336 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56005] INFO 2025-10-09 01:15:44,566 runserver 86693 6177550336 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:56003] INFO 2025-10-09 01:15:44,606 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56003] INFO 2025-10-09 01:16:12,555 runserver 86693 6177550336 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56003] INFO 2025-10-09 01:16:12,559 runserver 86693 6177550336 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56005] INFO 2025-10-09 01:16:12,582 runserver 86693 6177550336 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56056] INFO 2025-10-09 01:16:12,589 runserver 86693 6177550336 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56056] INFO 2025-10-09 01:16:28,990 runserver 86693 6177550336 HTTP GET /en/hr/time-entries/15159/ 200 [0.02, 127.0.0.1:56003] INFO 2025-10-09 01:16:29,013 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56003] INFO 2025-10-09 01:16:43,555 runserver 86693 6177550336 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56003] INFO 2025-10-09 01:16:43,560 runserver 86693 6177550336 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56056] INFO 2025-10-09 01:16:43,587 runserver 86693 6177550336 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56062] INFO 2025-10-09 01:16:43,594 runserver 86693 6177550336 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56062] INFO 2025-10-09 01:16:45,562 runserver 86693 6177550336 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56003] INFO 2025-10-09 01:16:45,600 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56003] INFO 2025-10-09 01:17:14,553 runserver 86693 6177550336 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56003] INFO 2025-10-09 01:17:14,556 runserver 86693 6177550336 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56062] INFO 2025-10-09 01:17:14,581 runserver 86693 6177550336 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56072] INFO 2025-10-09 01:17:14,587 runserver 86693 6177550336 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56072] INFO 2025-10-09 01:17:45,563 runserver 86693 6177550336 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:56003] INFO 2025-10-09 01:17:45,572 runserver 86693 6177550336 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56072] INFO 2025-10-09 01:17:45,586 runserver 86693 6177550336 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56084] INFO 2025-10-09 01:17:45,612 runserver 86693 6177550336 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56084] INFO 2025-10-09 01:17:46,575 runserver 86693 6177550336 HTTP GET /en/appointments/queue/3/ 200 [0.04, 127.0.0.1:56003] INFO 2025-10-09 01:17:46,618 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56003] INFO 2025-10-09 01:18:16,551 runserver 86693 6177550336 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56003] INFO 2025-10-09 01:18:16,555 runserver 86693 6177550336 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56084] INFO 2025-10-09 01:18:16,576 runserver 86693 6177550336 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56096] INFO 2025-10-09 01:18:16,582 runserver 86693 6177550336 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56096] INFO 2025-10-09 01:18:44,188 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56003] INFO 2025-10-09 01:18:44,250 runserver 86693 6177550336 HTTP GET /en/hr/htmx/stats/ 200 [0.04, 127.0.0.1:56003] INFO 2025-10-09 01:18:47,556 runserver 86693 6177550336 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.03, 127.0.0.1:56003] INFO 2025-10-09 01:18:47,561 runserver 86693 6177550336 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56096] INFO 2025-10-09 01:18:47,567 runserver 86693 6177550336 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:56104] INFO 2025-10-09 01:18:47,583 runserver 86693 6177550336 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56105] INFO 2025-10-09 01:18:47,590 runserver 86693 6177550336 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56105] INFO 2025-10-09 01:18:47,606 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56104] INFO 2025-10-09 01:19:18,537 runserver 86693 6177550336 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56104] INFO 2025-10-09 01:19:18,539 runserver 86693 6177550336 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56105] INFO 2025-10-09 01:19:18,558 runserver 86693 6177550336 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56112] INFO 2025-10-09 01:19:18,597 runserver 86693 6177550336 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56112] INFO 2025-10-09 01:19:48,557 runserver 86693 6177550336 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56104] INFO 2025-10-09 01:19:48,595 runserver 86693 6177550336 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56104] INFO 2025-10-09 01:19:49,551 runserver 86693 6177550336 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56104] INFO 2025-10-09 01:19:49,556 runserver 86693 6177550336 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56112] INFO 2025-10-09 01:19:49,585 runserver 86693 6177550336 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56118] INFO 2025-10-09 01:19:49,593 runserver 86693 6177550336 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56118] INFO 2025-10-09 01:20:20,535 runserver 86693 6177550336 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56104] INFO 2025-10-09 01:20:20,538 runserver 86693 6177550336 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56118] INFO 2025-10-09 01:20:20,557 runserver 86693 6177550336 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56123] INFO 2025-10-09 01:20:20,587 runserver 86693 6177550336 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56123] INFO 2025-10-09 01:20:28,788 autoreload 86693 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-09 01:20:29,655 autoreload 4693 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 01:20:29,995 server 4693 6121533440 HTTP/2 support enabled INFO 2025-10-09 01:20:29,996 server 4693 6121533440 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 01:20:29,996 server 4693 6121533440 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 01:20:30,592 runserver 4693 6121533440 HTTP GET /en/hr/ 200 [0.20, 127.0.0.1:56127] INFO 2025-10-09 01:20:30,638 runserver 4693 6121533440 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56127] INFO 2025-10-09 01:20:32,527 runserver 4693 6121533440 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56130] INFO 2025-10-09 01:20:32,545 runserver 4693 6121533440 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56130] INFO 2025-10-09 01:20:49,562 runserver 4693 6121533440 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:56127] INFO 2025-10-09 01:20:49,600 runserver 4693 6121533440 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56127] INFO 2025-10-09 01:20:51,547 runserver 4693 6121533440 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56127] INFO 2025-10-09 01:20:51,550 runserver 4693 6121533440 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56130] INFO 2025-10-09 01:20:51,577 runserver 4693 6121533440 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56151] INFO 2025-10-09 01:20:51,584 runserver 4693 6121533440 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56151] INFO 2025-10-09 01:21:22,545 runserver 4693 6121533440 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56127] INFO 2025-10-09 01:21:22,549 runserver 4693 6121533440 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56151] INFO 2025-10-09 01:21:22,573 runserver 4693 6121533440 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56172] INFO 2025-10-09 01:21:22,580 runserver 4693 6121533440 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56172] INFO 2025-10-09 01:21:50,552 runserver 4693 6121533440 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:56127] INFO 2025-10-09 01:21:50,589 runserver 4693 6121533440 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56127] INFO 2025-10-09 01:21:53,537 runserver 4693 6121533440 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56127] INFO 2025-10-09 01:21:53,540 runserver 4693 6121533440 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56172] INFO 2025-10-09 01:21:53,564 runserver 4693 6121533440 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56182] INFO 2025-10-09 01:21:53,572 runserver 4693 6121533440 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56182] INFO 2025-10-09 01:22:09,089 autoreload 4693 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-09 01:22:09,658 autoreload 5464 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 01:22:09,939 server 5464 13035925504 HTTP/2 support enabled INFO 2025-10-09 01:22:09,939 server 5464 13035925504 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 01:22:09,939 server 5464 13035925504 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 01:22:10,863 runserver 5464 13035925504 HTTP GET /en/hr/ 200 [0.21, 127.0.0.1:56200] INFO 2025-10-09 01:22:10,909 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56200] INFO 2025-10-09 01:22:12,533 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56204] INFO 2025-10-09 01:22:12,553 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56204] INFO 2025-10-09 01:22:15,428 runserver 5464 13035925504 HTTP GET /en/hr/ 200 [0.11, 127.0.0.1:56200] INFO 2025-10-09 01:22:15,473 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56200] INFO 2025-10-09 01:22:24,536 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56200] INFO 2025-10-09 01:22:24,538 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56204] INFO 2025-10-09 01:22:24,555 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56209] INFO 2025-10-09 01:22:24,562 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56209] INFO 2025-10-09 01:22:43,699 runserver 5464 13035925504 HTTP GET /en/hr/ 200 [0.11, 127.0.0.1:56200] INFO 2025-10-09 01:22:43,763 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56200] INFO 2025-10-09 01:22:51,559 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:56200] INFO 2025-10-09 01:22:51,597 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56200] INFO 2025-10-09 01:22:55,544 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56200] INFO 2025-10-09 01:22:55,548 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56209] INFO 2025-10-09 01:22:55,571 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56232] INFO 2025-10-09 01:22:55,579 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56232] INFO 2025-10-09 01:23:02,111 runserver 5464 13035925504 HTTP GET /en/hr/ 200 [0.11, 127.0.0.1:56200] INFO 2025-10-09 01:23:02,152 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56200] INFO 2025-10-09 01:23:26,544 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56200] INFO 2025-10-09 01:23:26,548 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56232] INFO 2025-10-09 01:23:26,571 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56239] INFO 2025-10-09 01:23:26,578 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56239] INFO 2025-10-09 01:23:52,550 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:56200] INFO 2025-10-09 01:23:52,587 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56200] INFO 2025-10-09 01:23:57,540 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56200] INFO 2025-10-09 01:23:57,546 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56239] INFO 2025-10-09 01:23:57,570 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56258] INFO 2025-10-09 01:23:57,577 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56258] INFO 2025-10-09 01:24:28,540 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56200] INFO 2025-10-09 01:24:28,543 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56258] INFO 2025-10-09 01:24:28,565 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56265] INFO 2025-10-09 01:24:28,572 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56265] INFO 2025-10-09 01:24:53,546 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56200] INFO 2025-10-09 01:24:53,579 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56200] INFO 2025-10-09 01:24:59,537 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56200] INFO 2025-10-09 01:24:59,539 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56265] INFO 2025-10-09 01:24:59,561 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56270] INFO 2025-10-09 01:24:59,567 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56270] INFO 2025-10-09 01:25:30,539 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56200] INFO 2025-10-09 01:25:30,543 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56270] INFO 2025-10-09 01:25:30,564 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56279] INFO 2025-10-09 01:25:30,573 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56279] INFO 2025-10-09 01:25:54,544 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56200] INFO 2025-10-09 01:25:54,577 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56200] INFO 2025-10-09 01:26:01,537 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56200] INFO 2025-10-09 01:26:01,541 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56279] INFO 2025-10-09 01:26:01,565 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56287] INFO 2025-10-09 01:26:01,571 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56287] INFO 2025-10-09 01:26:32,537 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56200] INFO 2025-10-09 01:26:32,543 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56287] INFO 2025-10-09 01:26:32,564 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56294] INFO 2025-10-09 01:26:32,571 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56294] INFO 2025-10-09 01:26:55,543 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56200] INFO 2025-10-09 01:26:55,577 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56200] INFO 2025-10-09 01:27:03,535 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56200] INFO 2025-10-09 01:27:03,539 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56294] INFO 2025-10-09 01:27:03,563 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56299] INFO 2025-10-09 01:27:03,570 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56299] INFO 2025-10-09 01:27:34,535 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56200] INFO 2025-10-09 01:27:34,537 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56299] INFO 2025-10-09 01:27:34,558 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56307] INFO 2025-10-09 01:27:34,565 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56307] INFO 2025-10-09 01:27:56,541 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56200] INFO 2025-10-09 01:27:56,572 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56200] INFO 2025-10-09 01:28:02,163 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56200] INFO 2025-10-09 01:28:02,207 runserver 5464 13035925504 HTTP GET /en/hr/htmx/stats/ 200 [0.06, 127.0.0.1:56306] INFO 2025-10-09 01:28:05,532 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56306] INFO 2025-10-09 01:28:05,536 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56307] INFO 2025-10-09 01:28:05,560 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56314] INFO 2025-10-09 01:28:05,567 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56314] INFO 2025-10-09 01:28:36,531 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56306] INFO 2025-10-09 01:28:36,534 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56314] INFO 2025-10-09 01:28:36,558 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56322] INFO 2025-10-09 01:28:36,567 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56322] INFO 2025-10-09 01:28:57,537 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56306] INFO 2025-10-09 01:28:57,577 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56306] INFO 2025-10-09 01:29:07,530 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56306] INFO 2025-10-09 01:29:07,533 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56322] INFO 2025-10-09 01:29:07,557 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56331] INFO 2025-10-09 01:29:07,564 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56331] INFO 2025-10-09 01:29:38,532 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56306] INFO 2025-10-09 01:29:38,535 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56331] INFO 2025-10-09 01:29:38,556 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56349] INFO 2025-10-09 01:29:38,563 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56349] INFO 2025-10-09 01:29:58,539 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56306] INFO 2025-10-09 01:29:58,575 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56306] INFO 2025-10-09 01:30:09,523 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56306] INFO 2025-10-09 01:30:09,525 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56349] INFO 2025-10-09 01:30:09,550 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56358] INFO 2025-10-09 01:30:09,558 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56358] INFO 2025-10-09 01:30:40,528 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56306] INFO 2025-10-09 01:30:40,531 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56358] INFO 2025-10-09 01:30:40,555 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56368] INFO 2025-10-09 01:30:40,563 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56368] INFO 2025-10-09 01:30:59,535 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56306] INFO 2025-10-09 01:30:59,573 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56306] INFO 2025-10-09 01:31:11,530 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56306] INFO 2025-10-09 01:31:11,533 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56368] INFO 2025-10-09 01:31:11,557 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56375] INFO 2025-10-09 01:31:11,563 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56375] INFO 2025-10-09 01:31:42,542 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56306] INFO 2025-10-09 01:31:42,545 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56375] INFO 2025-10-09 01:31:42,567 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56380] INFO 2025-10-09 01:31:42,573 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56380] INFO 2025-10-09 01:32:00,551 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56306] INFO 2025-10-09 01:32:00,589 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56306] INFO 2025-10-09 01:32:13,544 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56306] INFO 2025-10-09 01:32:13,548 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56380] INFO 2025-10-09 01:32:13,572 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56387] INFO 2025-10-09 01:32:13,579 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56387] INFO 2025-10-09 01:32:44,542 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56306] INFO 2025-10-09 01:32:44,545 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56387] INFO 2025-10-09 01:32:44,567 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56392] INFO 2025-10-09 01:32:44,574 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56392] INFO 2025-10-09 01:33:01,552 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56306] INFO 2025-10-09 01:33:01,588 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56306] INFO 2025-10-09 01:33:02,184 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:56306] INFO 2025-10-09 01:33:02,223 runserver 5464 13035925504 HTTP GET /en/hr/htmx/stats/ 200 [0.06, 127.0.0.1:56386] INFO 2025-10-09 01:33:15,534 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56386] INFO 2025-10-09 01:33:15,536 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56392] INFO 2025-10-09 01:33:15,553 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56401] INFO 2025-10-09 01:33:15,563 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56401] INFO 2025-10-09 01:33:46,533 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56386] INFO 2025-10-09 01:33:46,536 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56401] INFO 2025-10-09 01:33:46,560 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56406] INFO 2025-10-09 01:33:46,567 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56406] INFO 2025-10-09 01:34:02,550 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56386] INFO 2025-10-09 01:34:02,589 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56386] INFO 2025-10-09 01:34:17,541 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56386] INFO 2025-10-09 01:34:17,543 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56406] INFO 2025-10-09 01:34:17,568 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56413] INFO 2025-10-09 01:34:17,575 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56413] INFO 2025-10-09 01:34:48,540 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56386] INFO 2025-10-09 01:34:48,544 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56413] INFO 2025-10-09 01:34:48,568 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56418] INFO 2025-10-09 01:34:48,575 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56418] INFO 2025-10-09 01:35:03,538 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56386] INFO 2025-10-09 01:35:03,578 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56386] INFO 2025-10-09 01:35:19,539 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56386] INFO 2025-10-09 01:35:19,542 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56418] INFO 2025-10-09 01:35:19,567 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56426] INFO 2025-10-09 01:35:19,574 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56426] INFO 2025-10-09 01:35:50,536 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56386] INFO 2025-10-09 01:35:50,538 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56426] INFO 2025-10-09 01:35:50,565 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56439] INFO 2025-10-09 01:35:50,574 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56439] INFO 2025-10-09 01:36:04,540 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56386] INFO 2025-10-09 01:36:04,580 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56386] INFO 2025-10-09 01:36:21,526 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56386] INFO 2025-10-09 01:36:21,529 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56439] INFO 2025-10-09 01:36:21,555 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56446] INFO 2025-10-09 01:36:21,562 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56446] INFO 2025-10-09 01:36:52,537 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56386] INFO 2025-10-09 01:36:52,541 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56446] INFO 2025-10-09 01:36:52,565 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56452] INFO 2025-10-09 01:36:52,572 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56452] INFO 2025-10-09 01:37:05,601 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.08, 127.0.0.1:56386] INFO 2025-10-09 01:37:05,643 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56386] INFO 2025-10-09 01:37:23,539 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56386] INFO 2025-10-09 01:37:23,542 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56452] INFO 2025-10-09 01:37:23,567 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56458] INFO 2025-10-09 01:37:23,574 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56458] INFO 2025-10-09 01:37:54,539 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56386] INFO 2025-10-09 01:37:54,543 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56458] INFO 2025-10-09 01:37:54,568 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56464] INFO 2025-10-09 01:37:54,576 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56464] INFO 2025-10-09 01:38:02,547 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:56386] INFO 2025-10-09 01:38:02,585 runserver 5464 13035925504 HTTP GET /en/hr/htmx/stats/ 200 [0.07, 127.0.0.1:56455] INFO 2025-10-09 01:38:06,539 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56455] INFO 2025-10-09 01:38:06,578 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56455] INFO 2025-10-09 01:38:25,536 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56455] INFO 2025-10-09 01:38:25,540 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56464] INFO 2025-10-09 01:38:25,566 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56471] INFO 2025-10-09 01:38:25,574 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56471] INFO 2025-10-09 01:38:56,534 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56455] INFO 2025-10-09 01:38:56,537 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56471] INFO 2025-10-09 01:38:56,563 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56476] INFO 2025-10-09 01:38:56,571 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56476] INFO 2025-10-09 01:39:07,540 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56455] INFO 2025-10-09 01:39:07,578 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56455] INFO 2025-10-09 01:39:27,536 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56455] INFO 2025-10-09 01:39:27,540 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56476] INFO 2025-10-09 01:39:27,566 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56485] INFO 2025-10-09 01:39:27,572 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56485] INFO 2025-10-09 01:39:58,535 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56455] INFO 2025-10-09 01:39:58,539 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56485] INFO 2025-10-09 01:39:58,564 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56492] INFO 2025-10-09 01:39:58,571 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56492] INFO 2025-10-09 01:40:08,535 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56455] INFO 2025-10-09 01:40:08,573 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56455] INFO 2025-10-09 01:40:29,534 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56455] INFO 2025-10-09 01:40:29,539 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56492] INFO 2025-10-09 01:40:29,563 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56499] INFO 2025-10-09 01:40:29,570 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56499] INFO 2025-10-09 01:41:00,533 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56455] INFO 2025-10-09 01:41:00,537 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56499] INFO 2025-10-09 01:41:00,562 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56507] INFO 2025-10-09 01:41:00,569 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56507] INFO 2025-10-09 01:41:09,539 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:56455] INFO 2025-10-09 01:41:09,576 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56455] INFO 2025-10-09 01:41:31,525 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56455] INFO 2025-10-09 01:41:31,527 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56507] INFO 2025-10-09 01:41:31,550 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56513] INFO 2025-10-09 01:41:31,559 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56513] INFO 2025-10-09 01:42:02,526 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56455] INFO 2025-10-09 01:42:02,528 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56513] INFO 2025-10-09 01:42:02,553 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56520] INFO 2025-10-09 01:42:02,560 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56520] INFO 2025-10-09 01:42:10,527 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56455] INFO 2025-10-09 01:42:10,567 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56455] INFO 2025-10-09 01:42:33,530 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56455] INFO 2025-10-09 01:42:33,534 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56520] INFO 2025-10-09 01:42:33,559 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56528] INFO 2025-10-09 01:42:33,568 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56528] INFO 2025-10-09 01:43:02,562 runserver 5464 13035925504 HTTP GET /en/hr/htmx/stats/ 200 [0.06, 127.0.0.1:56535] INFO 2025-10-09 01:43:03,524 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56535] INFO 2025-10-09 01:43:04,529 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56535] INFO 2025-10-09 01:43:04,531 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56528] INFO 2025-10-09 01:43:04,557 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56537] INFO 2025-10-09 01:43:04,564 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56537] INFO 2025-10-09 01:43:11,537 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:56535] INFO 2025-10-09 01:43:11,575 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56535] INFO 2025-10-09 01:43:35,528 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56535] INFO 2025-10-09 01:43:35,532 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56537] INFO 2025-10-09 01:43:35,558 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56544] INFO 2025-10-09 01:43:35,564 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56544] INFO 2025-10-09 01:44:06,527 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56535] INFO 2025-10-09 01:44:06,531 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56544] INFO 2025-10-09 01:44:06,555 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56553] INFO 2025-10-09 01:44:06,563 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56553] INFO 2025-10-09 01:44:11,585 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56553] INFO 2025-10-09 01:44:12,532 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56559] INFO 2025-10-09 01:44:12,569 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56559] INFO 2025-10-09 01:44:15,496 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56580] INFO 2025-10-09 01:44:15,506 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56580] INFO 2025-10-09 01:46:28,272 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56607] INFO 2025-10-09 01:46:28,276 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56580] INFO 2025-10-09 01:46:28,299 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56609] INFO 2025-10-09 01:46:28,306 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56609] INFO 2025-10-09 01:47:15,588 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56607] INFO 2025-10-09 01:47:15,591 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56609] INFO 2025-10-09 01:47:15,615 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56618] INFO 2025-10-09 01:47:15,623 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56618] INFO 2025-10-09 01:47:20,598 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56607] INFO 2025-10-09 01:47:20,637 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56607] INFO 2025-10-09 01:47:46,587 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56607] INFO 2025-10-09 01:47:46,590 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56618] INFO 2025-10-09 01:47:46,614 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56627] INFO 2025-10-09 01:47:46,621 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56627] INFO 2025-10-09 01:59:02,474 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56639] INFO 2025-10-09 01:59:02,476 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56627] INFO 2025-10-09 01:59:02,501 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56641] INFO 2025-10-09 01:59:02,508 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56641] INFO 2025-10-09 01:59:06,489 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56639] INFO 2025-10-09 01:59:06,526 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56639] INFO 2025-10-09 02:06:06,454 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56665] INFO 2025-10-09 02:06:06,456 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56641] INFO 2025-10-09 02:06:06,477 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56667] INFO 2025-10-09 02:06:06,483 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56667] INFO 2025-10-09 02:06:37,378 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56665] INFO 2025-10-09 02:06:37,380 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56667] INFO 2025-10-09 02:06:37,403 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56697] INFO 2025-10-09 02:06:37,409 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56697] INFO 2025-10-09 02:06:40,395 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56665] INFO 2025-10-09 02:06:40,435 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56665] INFO 2025-10-09 02:07:08,387 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56665] INFO 2025-10-09 02:07:08,392 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56697] INFO 2025-10-09 02:07:08,416 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56703] INFO 2025-10-09 02:07:08,423 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56703] INFO 2025-10-09 02:07:27,062 runserver 5464 13035925504 HTTP GET /en/hr/htmx/stats/ 200 [0.06, 127.0.0.1:56665] INFO 2025-10-09 02:07:28,386 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56665] INFO 2025-10-09 02:07:39,377 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56665] INFO 2025-10-09 02:07:39,379 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56703] INFO 2025-10-09 02:07:39,404 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56712] INFO 2025-10-09 02:07:39,411 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56712] INFO 2025-10-09 02:07:41,392 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56665] INFO 2025-10-09 02:07:41,432 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56665] INFO 2025-10-09 02:08:10,385 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56720] INFO 2025-10-09 02:08:10,389 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56712] INFO 2025-10-09 02:08:10,412 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56722] INFO 2025-10-09 02:08:10,419 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56722] INFO 2025-10-09 02:08:41,376 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56720] INFO 2025-10-09 02:08:41,378 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56722] INFO 2025-10-09 02:08:41,401 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56728] INFO 2025-10-09 02:08:41,407 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56728] INFO 2025-10-09 02:08:42,380 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56720] INFO 2025-10-09 02:08:42,418 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56720] INFO 2025-10-09 02:09:12,386 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56720] INFO 2025-10-09 02:09:12,390 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56728] INFO 2025-10-09 02:09:12,414 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56735] INFO 2025-10-09 02:09:12,421 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56735] INFO 2025-10-09 02:09:43,384 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56734] INFO 2025-10-09 02:09:43,389 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56735] INFO 2025-10-09 02:09:43,390 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56720] INFO 2025-10-09 02:09:43,404 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56748] INFO 2025-10-09 02:09:43,411 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56748] INFO 2025-10-09 02:09:43,424 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56720] INFO 2025-10-09 02:10:14,382 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56720] INFO 2025-10-09 02:10:14,385 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56748] INFO 2025-10-09 02:10:14,409 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56768] INFO 2025-10-09 02:10:14,416 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56768] INFO 2025-10-09 02:10:44,381 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56720] INFO 2025-10-09 02:10:44,419 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56720] INFO 2025-10-09 02:10:45,370 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56720] INFO 2025-10-09 02:10:45,373 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56768] INFO 2025-10-09 02:10:45,400 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56774] INFO 2025-10-09 02:10:45,408 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56774] INFO 2025-10-09 02:10:53,641 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56774] INFO 2025-10-09 02:10:57,370 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56781] INFO 2025-10-09 02:10:57,386 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56781] INFO 2025-10-09 02:12:03,366 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56793] INFO 2025-10-09 02:12:03,370 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56781] INFO 2025-10-09 02:12:03,396 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56795] INFO 2025-10-09 02:12:03,403 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56795] INFO 2025-10-09 02:12:32,372 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:56793] INFO 2025-10-09 02:12:32,409 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56793] INFO 2025-10-09 02:12:34,356 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56793] INFO 2025-10-09 02:12:34,359 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56795] INFO 2025-10-09 02:12:34,388 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56803] INFO 2025-10-09 02:12:34,395 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56803] INFO 2025-10-09 02:14:51,884 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56813] INFO 2025-10-09 02:14:51,888 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56803] INFO 2025-10-09 02:14:51,912 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56815] INFO 2025-10-09 02:14:51,919 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56815] INFO 2025-10-09 02:15:00,894 runserver 5464 13035925504 HTTP GET /en/hr/htmx/stats/ 200 [0.04, 127.0.0.1:56813] INFO 2025-10-09 02:15:02,883 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56813] INFO 2025-10-09 02:15:34,253 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.01, 127.0.0.1:56813] INFO 2025-10-09 02:15:34,293 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56813] INFO 2025-10-09 02:15:37,249 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56813] INFO 2025-10-09 02:15:37,251 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56815] INFO 2025-10-09 02:15:37,277 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56821] INFO 2025-10-09 02:15:37,286 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56821] INFO 2025-10-09 02:16:08,256 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56813] INFO 2025-10-09 02:16:08,260 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56821] INFO 2025-10-09 02:16:08,286 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56826] INFO 2025-10-09 02:16:08,293 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56826] INFO 2025-10-09 02:17:18,881 runserver 5464 13035925504 HTTP GET /en/hr/ 200 [0.11, 127.0.0.1:56859] INFO 2025-10-09 02:17:18,930 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56859] INFO 2025-10-09 02:17:33,994 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.01, 127.0.0.1:56859] INFO 2025-10-09 02:17:34,033 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56859] INFO 2025-10-09 02:17:37,999 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56859] INFO 2025-10-09 02:17:38,003 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56826] INFO 2025-10-09 02:17:38,027 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56867] INFO 2025-10-09 02:17:38,034 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56867] INFO 2025-10-09 02:18:09,001 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56859] INFO 2025-10-09 02:18:09,005 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56867] INFO 2025-10-09 02:18:09,029 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56894] INFO 2025-10-09 02:18:09,038 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56894] INFO 2025-10-09 02:18:35,004 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56859] INFO 2025-10-09 02:18:35,036 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56859] INFO 2025-10-09 02:18:40,000 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56859] INFO 2025-10-09 02:18:40,004 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56894] INFO 2025-10-09 02:18:40,029 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56900] INFO 2025-10-09 02:18:40,035 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56900] INFO 2025-10-09 02:19:10,997 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56859] INFO 2025-10-09 02:19:11,001 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56900] INFO 2025-10-09 02:19:11,025 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56907] INFO 2025-10-09 02:19:11,032 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56907] INFO 2025-10-09 02:19:36,000 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56859] INFO 2025-10-09 02:19:36,035 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56859] INFO 2025-10-09 02:19:41,998 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56859] INFO 2025-10-09 02:19:42,001 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56907] INFO 2025-10-09 02:19:42,025 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56913] INFO 2025-10-09 02:19:42,033 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56913] INFO 2025-10-09 02:20:12,996 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56859] INFO 2025-10-09 02:20:12,999 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56913] INFO 2025-10-09 02:20:13,025 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56919] INFO 2025-10-09 02:20:13,032 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56919] INFO 2025-10-09 02:20:37,006 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:56859] INFO 2025-10-09 02:20:37,046 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56859] INFO 2025-10-09 02:20:43,983 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.01, 127.0.0.1:56859] INFO 2025-10-09 02:20:43,985 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56919] INFO 2025-10-09 02:20:44,003 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56925] INFO 2025-10-09 02:20:44,010 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56925] INFO 2025-10-09 02:21:14,997 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56859] INFO 2025-10-09 02:21:15,001 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56925] INFO 2025-10-09 02:21:15,025 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56930] INFO 2025-10-09 02:21:15,032 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56930] INFO 2025-10-09 02:21:38,013 runserver 5464 13035925504 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56859] INFO 2025-10-09 02:21:38,050 runserver 5464 13035925504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56859] INFO 2025-10-09 02:21:46,002 runserver 5464 13035925504 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56859] INFO 2025-10-09 02:21:46,006 runserver 5464 13035925504 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56930] INFO 2025-10-09 02:21:46,032 runserver 5464 13035925504 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56938] INFO 2025-10-09 02:21:46,040 runserver 5464 13035925504 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56938] INFO 2025-10-09 02:21:50,899 autoreload 5464 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/urls.py changed, reloading. INFO 2025-10-09 02:21:51,540 autoreload 22727 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 02:21:51,852 server 22727 6112718848 HTTP/2 support enabled INFO 2025-10-09 02:21:51,852 server 22727 6112718848 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 02:21:51,852 server 22727 6112718848 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 02:21:52,161 runserver 22727 6112718848 HTTP GET /en/hr/ 200 [0.17, 127.0.0.1:56942] INFO 2025-10-09 02:21:52,202 runserver 22727 6112718848 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56942] INFO 2025-10-09 02:21:55,000 runserver 22727 6112718848 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:56946] INFO 2025-10-09 02:21:55,055 runserver 22727 6112718848 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:56946] WARNING 2025-10-09 02:22:02,317 log 22727 6146371584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 02:22:02,317 runserver 22727 6112718848 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:56943] WARNING 2025-10-09 02:22:02,318 runserver 22727 6112718848 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:56942] INFO 2025-10-09 02:22:17,013 runserver 22727 6112718848 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56942] INFO 2025-10-09 02:22:17,017 runserver 22727 6112718848 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:56946] INFO 2025-10-09 02:22:17,042 runserver 22727 6112718848 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:57011] INFO 2025-10-09 02:22:17,049 runserver 22727 6112718848 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:57011] INFO 2025-10-09 02:22:39,185 runserver 22727 6112718848 HTTP GET /en/appointments/queue/3/ 200 [0.07, 127.0.0.1:56942] INFO 2025-10-09 02:22:39,229 runserver 22727 6112718848 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56942] INFO 2025-10-09 02:22:48,010 runserver 22727 6112718848 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56942] INFO 2025-10-09 02:22:48,014 runserver 22727 6112718848 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:57011] INFO 2025-10-09 02:22:48,039 runserver 22727 6112718848 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:57140] INFO 2025-10-09 02:22:48,047 runserver 22727 6112718848 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:57140] INFO 2025-10-09 02:23:19,008 runserver 22727 6112718848 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56942] INFO 2025-10-09 02:23:19,012 runserver 22727 6112718848 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:57140] INFO 2025-10-09 02:23:19,036 runserver 22727 6112718848 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:57273] INFO 2025-10-09 02:23:19,043 runserver 22727 6112718848 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:57273] INFO 2025-10-09 02:23:40,014 runserver 22727 6112718848 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:56942] INFO 2025-10-09 02:23:40,051 runserver 22727 6112718848 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56942] INFO 2025-10-09 02:23:50,007 runserver 22727 6112718848 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56942] INFO 2025-10-09 02:23:50,009 runserver 22727 6112718848 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:57273] INFO 2025-10-09 02:23:50,033 runserver 22727 6112718848 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:57404] INFO 2025-10-09 02:23:50,040 runserver 22727 6112718848 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:57404] WARNING 2025-10-09 02:24:13,521 runserver 22727 6112718848 HTTP GET /static/sounds/notification.mp3 404 [0.01, 127.0.0.1:56942] WARNING 2025-10-09 02:24:13,527 runserver 22727 6112718848 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:56942] INFO 2025-10-09 02:24:15,346 runserver 22727 6112718848 HTTP GET /en/appointments/queue/14/monitor/ 200 [0.02, 127.0.0.1:56942] INFO 2025-10-09 02:24:15,350 runserver 22727 6112718848 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:57404] INFO 2025-10-09 02:24:15,377 runserver 22727 6112718848 WebSocket HANDSHAKING /ws/appointments/queue/14/ [127.0.0.1:57507] WARNING 2025-10-09 02:24:15,385 runserver 22727 6112718848 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:56942] WARNING 2025-10-09 02:24:15,389 runserver 22727 6112718848 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:56942] INFO 2025-10-09 02:24:15,389 runserver 22727 6112718848 WebSocket CONNECT /ws/appointments/queue/14/ [127.0.0.1:57507] INFO 2025-10-09 02:24:22,337 runserver 22727 6112718848 WebSocket DISCONNECT /ws/appointments/queue/14/ [127.0.0.1:57507] INFO 2025-10-09 02:24:41,005 runserver 22727 6112718848 HTTP GET /en/appointments/queue/3/ 200 [0.01, 127.0.0.1:56942] INFO 2025-10-09 02:24:41,043 runserver 22727 6112718848 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56942] INFO 2025-10-09 02:24:57,383 runserver 22727 6112718848 HTTP GET /en/hr/ 200 [0.11, 127.0.0.1:56942] WARNING 2025-10-09 02:24:57,401 log 22727 6146371584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 02:24:57,401 runserver 22727 6112718848 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56942] INFO 2025-10-09 02:24:57,452 runserver 22727 6112718848 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56942] WARNING 2025-10-09 02:24:57,458 runserver 22727 6112718848 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:56942] INFO 2025-10-09 02:25:42,015 runserver 22727 6112718848 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:56942] INFO 2025-10-09 02:25:42,053 runserver 22727 6112718848 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56942] INFO 2025-10-09 02:26:43,009 runserver 22727 6112718848 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:58118] INFO 2025-10-09 02:26:43,046 runserver 22727 6112718848 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58118] INFO 2025-10-09 02:27:44,064 runserver 22727 6112718848 HTTP GET /en/appointments/queue/3/ 200 [0.08, 127.0.0.1:58369] INFO 2025-10-09 02:27:44,100 runserver 22727 6112718848 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58369] INFO 2025-10-09 02:28:44,997 runserver 22727 6112718848 HTTP GET /en/appointments/queue/3/ 200 [0.01, 127.0.0.1:58667] INFO 2025-10-09 02:28:45,033 runserver 22727 6112718848 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58667] INFO 2025-10-09 02:29:45,994 runserver 22727 6112718848 HTTP GET /en/appointments/queue/3/ 200 [0.01, 127.0.0.1:58951] INFO 2025-10-09 02:29:46,027 runserver 22727 6112718848 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58951] INFO 2025-10-09 02:29:57,465 runserver 22727 6112718848 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58951] INFO 2025-10-09 02:29:57,511 runserver 22727 6112718848 HTTP GET /en/hr/htmx/stats/ 200 [0.05, 127.0.0.1:58952] INFO 2025-10-09 02:30:47,005 runserver 22727 6112718848 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:58952] INFO 2025-10-09 02:30:47,043 runserver 22727 6112718848 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58952] INFO 2025-10-09 02:31:48,006 runserver 22727 6112718848 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:59471] INFO 2025-10-09 02:31:48,046 runserver 22727 6112718848 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59471] INFO 2025-10-09 02:32:48,994 runserver 22727 6112718848 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:59731] INFO 2025-10-09 02:32:49,027 runserver 22727 6112718848 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59731] INFO 2025-10-09 02:33:49,993 runserver 22727 6112718848 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:59985] INFO 2025-10-09 02:33:50,044 runserver 22727 6112718848 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:59985] INFO 2025-10-09 02:33:55,704 autoreload 22727 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-09 02:33:56,468 autoreload 28615 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 02:33:56,815 server 28615 6112817152 HTTP/2 support enabled INFO 2025-10-09 02:33:56,816 server 28615 6112817152 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 02:33:56,816 server 28615 6112817152 Listening on TCP address 127.0.0.1:8000 WARNING 2025-10-09 02:33:57,800 runserver 28615 6112817152 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:60023] WARNING 2025-10-09 02:33:57,907 log 28615 6163296256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 02:33:57,907 runserver 28615 6112817152 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.11, 127.0.0.1:60024] WARNING 2025-10-09 02:33:57,911 log 28615 6163296256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 02:33:57,911 runserver 28615 6112817152 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60024] INFO 2025-10-09 02:33:59,901 runserver 28615 6112817152 HTTP GET /en/hr/ 200 [0.11, 127.0.0.1:60024] WARNING 2025-10-09 02:33:59,917 log 28615 6163296256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 02:33:59,917 runserver 28615 6112817152 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60024] INFO 2025-10-09 02:33:59,967 runserver 28615 6112817152 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60024] WARNING 2025-10-09 02:33:59,979 runserver 28615 6112817152 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:60024] INFO 2025-10-09 02:34:51,014 runserver 28615 6112817152 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:60024] INFO 2025-10-09 02:34:51,049 runserver 28615 6112817152 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60024] INFO 2025-10-09 02:35:52,003 runserver 28615 6112817152 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:60515] INFO 2025-10-09 02:35:52,036 runserver 28615 6112817152 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60515] INFO 2025-10-09 02:36:41,319 autoreload 28615 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-09 02:36:41,889 autoreload 30000 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 02:36:42,170 server 30000 6183759872 HTTP/2 support enabled INFO 2025-10-09 02:36:42,170 server 30000 6183759872 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 02:36:42,171 server 30000 6183759872 Listening on TCP address 127.0.0.1:8000 WARNING 2025-10-09 02:36:43,177 runserver 30000 6183759872 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:60755] WARNING 2025-10-09 02:36:43,288 log 30000 6234238976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 02:36:43,288 runserver 30000 6183759872 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.12, 127.0.0.1:60756] WARNING 2025-10-09 02:36:43,292 log 30000 6234238976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 02:36:43,292 runserver 30000 6183759872 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60756] INFO 2025-10-09 02:36:44,214 runserver 30000 6183759872 HTTP GET /en/hr/ 200 [0.11, 127.0.0.1:60756] WARNING 2025-10-09 02:36:44,227 log 30000 6234238976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 02:36:44,228 runserver 30000 6183759872 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60756] INFO 2025-10-09 02:36:44,274 runserver 30000 6183759872 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60756] WARNING 2025-10-09 02:36:44,285 runserver 30000 6183759872 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:60756] INFO 2025-10-09 02:36:52,966 runserver 30000 6183759872 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:60756] INFO 2025-10-09 02:36:53,001 runserver 30000 6183759872 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60756] INFO 2025-10-09 02:37:53,975 runserver 30000 6183759872 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:61050] INFO 2025-10-09 02:37:54,004 runserver 30000 6183759872 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61050] INFO 2025-10-09 02:38:54,975 runserver 30000 6183759872 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:61316] INFO 2025-10-09 02:38:55,013 runserver 30000 6183759872 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61316] INFO 2025-10-09 02:56:15,945 runserver 30000 6183759872 HTTP GET /en/appointments/queue/3/ 200 [0.06, 127.0.0.1:61600] INFO 2025-10-09 02:56:15,982 runserver 30000 6183759872 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61600] INFO 2025-10-09 03:26:30,246 runserver 30000 6183759872 HTTP GET /en/appointments/queue/3/ 200 [0.01, 127.0.0.1:61924] INFO 2025-10-09 03:26:30,279 runserver 30000 6183759872 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61924] INFO 2025-10-09 03:27:18,335 runserver 30000 6183759872 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:62153] INFO 2025-10-09 03:27:18,376 runserver 30000 6183759872 HTTP GET /en/hr/htmx/stats/ 200 [0.07, 127.0.0.1:62154] INFO 2025-10-09 03:27:31,511 runserver 30000 6183759872 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:62233] INFO 2025-10-09 03:27:31,550 runserver 30000 6183759872 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62233] INFO 2025-10-09 03:29:22,213 runserver 30000 6183759872 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:62644] INFO 2025-10-09 03:29:22,247 runserver 30000 6183759872 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62644] INFO 2025-10-09 03:30:23,211 runserver 30000 6183759872 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:62953] INFO 2025-10-09 03:30:23,250 runserver 30000 6183759872 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62953] INFO 2025-10-09 03:31:24,214 runserver 30000 6183759872 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:63212] INFO 2025-10-09 03:31:24,245 runserver 30000 6183759872 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63212] INFO 2025-10-09 03:32:25,213 runserver 30000 6183759872 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:63467] INFO 2025-10-09 03:32:25,243 runserver 30000 6183759872 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63467] INFO 2025-10-09 03:33:07,552 runserver 30000 6183759872 HTTP GET /en/hr/htmx/stats/ 200 [0.03, 127.0.0.1:63467] INFO 2025-10-09 03:33:08,207 runserver 30000 6183759872 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63467] INFO 2025-10-09 03:33:26,197 runserver 30000 6183759872 HTTP GET /en/appointments/queue/3/ 200 [0.01, 127.0.0.1:63467] INFO 2025-10-09 03:33:26,227 runserver 30000 6183759872 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63467] INFO 2025-10-09 03:33:52,194 autoreload 30000 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-09 03:33:52,905 autoreload 35229 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 03:33:53,252 server 35229 12901707776 HTTP/2 support enabled INFO 2025-10-09 03:33:53,252 server 35229 12901707776 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 03:33:53,252 server 35229 12901707776 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 03:33:56,377 runserver 35229 12901707776 HTTP GET /en/hr/ 200 [0.21, 127.0.0.1:64049] WARNING 2025-10-09 03:33:56,394 log 35229 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 03:33:56,394 runserver 35229 12901707776 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64049] INFO 2025-10-09 03:33:56,445 runserver 35229 12901707776 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64049] WARNING 2025-10-09 03:33:56,459 runserver 35229 12901707776 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64049] INFO 2025-10-09 03:34:27,215 runserver 35229 12901707776 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:64049] INFO 2025-10-09 03:34:27,250 runserver 35229 12901707776 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64049] INFO 2025-10-09 03:34:42,142 runserver 35229 12901707776 HTTP GET /en/hr/ 200 [0.09, 127.0.0.1:64049] WARNING 2025-10-09 03:34:42,158 log 35229 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 03:34:42,159 runserver 35229 12901707776 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64049] INFO 2025-10-09 03:34:42,203 runserver 35229 12901707776 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64049] WARNING 2025-10-09 03:34:42,219 runserver 35229 12901707776 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64049] INFO 2025-10-09 03:35:28,215 runserver 35229 12901707776 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:64049] INFO 2025-10-09 03:35:28,252 runserver 35229 12901707776 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64049] INFO 2025-10-09 03:36:29,221 runserver 35229 12901707776 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:64730] INFO 2025-10-09 03:36:29,260 runserver 35229 12901707776 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64730] INFO 2025-10-09 03:37:30,215 runserver 35229 12901707776 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:64984] INFO 2025-10-09 03:37:30,253 runserver 35229 12901707776 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64984] INFO 2025-10-09 03:38:31,207 runserver 35229 12901707776 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:65241] INFO 2025-10-09 03:38:31,243 runserver 35229 12901707776 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65241] INFO 2025-10-09 03:39:32,204 runserver 35229 12901707776 HTTP GET /en/appointments/queue/3/ 200 [0.01, 127.0.0.1:65493] INFO 2025-10-09 03:39:32,236 runserver 35229 12901707776 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65493] INFO 2025-10-09 03:39:42,215 runserver 35229 12901707776 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65493] INFO 2025-10-09 03:39:42,264 runserver 35229 12901707776 HTTP GET /en/hr/htmx/stats/ 200 [0.05, 127.0.0.1:65493] INFO 2025-10-09 03:40:33,220 runserver 35229 12901707776 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:65493] INFO 2025-10-09 03:40:33,256 runserver 35229 12901707776 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65493] INFO 2025-10-09 03:41:34,218 runserver 35229 12901707776 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:49801] INFO 2025-10-09 03:41:34,254 runserver 35229 12901707776 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:49801] INFO 2025-10-09 03:42:25,555 autoreload 35229 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-09 03:42:26,120 autoreload 39361 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 03:42:26,466 server 39361 6146011136 HTTP/2 support enabled INFO 2025-10-09 03:42:26,466 server 39361 6146011136 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 03:42:26,466 server 39361 6146011136 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 03:42:35,269 runserver 39361 6146011136 HTTP GET /en/appointments/queue/3/ 200 [0.08, 127.0.0.1:50245] INFO 2025-10-09 03:42:35,309 runserver 39361 6146011136 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50245] INFO 2025-10-09 03:43:36,183 runserver 39361 6146011136 HTTP GET /en/appointments/queue/3/ 200 [0.01, 127.0.0.1:50502] INFO 2025-10-09 03:43:36,216 runserver 39361 6146011136 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50502] INFO 2025-10-09 03:43:49,351 runserver 39361 6146011136 HTTP GET /en/hr/ 200 [0.09, 127.0.0.1:50502] WARNING 2025-10-09 03:43:49,369 log 39361 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 03:43:49,369 runserver 39361 6146011136 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50502] INFO 2025-10-09 03:43:49,421 runserver 39361 6146011136 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50502] WARNING 2025-10-09 03:43:49,434 runserver 39361 6146011136 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50502] INFO 2025-10-09 03:44:40,341 autoreload 40583 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 03:44:40,601 server 40583 6110818304 HTTP/2 support enabled INFO 2025-10-09 03:44:40,601 server 40583 6110818304 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 03:44:40,601 server 40583 6110818304 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 03:44:44,440 runserver 40583 6110818304 HTTP GET /en/hr/ 200 [0.19, 127.0.0.1:50791] WARNING 2025-10-09 03:44:44,460 log 40583 6144471040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 03:44:44,460 runserver 40583 6110818304 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50791] INFO 2025-10-09 03:44:44,512 runserver 40583 6110818304 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50791] WARNING 2025-10-09 03:44:44,527 runserver 40583 6110818304 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50791] INFO 2025-10-09 03:45:47,441 runserver 40583 6110818304 HTTP GET /en/hr/ 200 [0.09, 127.0.0.1:51060] WARNING 2025-10-09 03:45:47,461 log 40583 6144471040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 03:45:47,462 runserver 40583 6110818304 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:51060] INFO 2025-10-09 03:45:47,504 runserver 40583 6110818304 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51060] WARNING 2025-10-09 03:45:47,520 runserver 40583 6110818304 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51060] INFO 2025-10-09 03:45:49,425 runserver 40583 6110818304 HTTP GET /en/hr/departments/30/ 200 [0.03, 127.0.0.1:51060] WARNING 2025-10-09 03:45:49,441 log 40583 6144471040 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-10-09 03:45:49,441 runserver 40583 6110818304 HTTP GET /static/img/user/user-1.jpg 200 [0.01, 127.0.0.1:51060] WARNING 2025-10-09 03:45:49,442 runserver 40583 6110818304 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:51061] INFO 2025-10-09 03:45:49,445 runserver 40583 6110818304 HTTP GET /static/plugins/chart.js/dist/chart.umd.js 200 [0.00, 127.0.0.1:51060] INFO 2025-10-09 03:45:49,452 runserver 40583 6110818304 HTTP GET /static/css/saudiriyalsymbol.woff2 200 [0.00, 127.0.0.1:51060] WARNING 2025-10-09 03:45:49,499 runserver 40583 6110818304 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51060] INFO 2025-10-09 03:45:49,506 runserver 40583 6110818304 HTTP GET /static/plugins/chart.js/dist/chart.umd.js.map 200 [0.01, 127.0.0.1:51060] INFO 2025-10-09 03:45:49,514 runserver 40583 6110818304 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51061] WARNING 2025-10-09 03:45:50,926 runserver 40583 6110818304 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51061] WARNING 2025-10-09 03:45:50,927 log 40583 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 03:45:50,927 runserver 40583 6110818304 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:51060] WARNING 2025-10-09 03:45:50,941 log 40583 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 03:45:50,942 runserver 40583 6110818304 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:51060] INFO 2025-10-09 03:45:59,266 runserver 40583 6110818304 HTTP GET /en/hr/ 200 [0.09, 127.0.0.1:51060] WARNING 2025-10-09 03:45:59,283 log 40583 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 03:45:59,284 runserver 40583 6110818304 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51060] INFO 2025-10-09 03:45:59,329 runserver 40583 6110818304 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51060] WARNING 2025-10-09 03:45:59,344 runserver 40583 6110818304 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51060] INFO 2025-10-09 03:46:41,905 runserver 40583 6110818304 HTTP GET /en/hr/ 200 [0.10, 127.0.0.1:51060] WARNING 2025-10-09 03:46:41,923 log 40583 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 03:46:41,923 runserver 40583 6110818304 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51060] INFO 2025-10-09 03:46:41,977 runserver 40583 6110818304 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51060] WARNING 2025-10-09 03:46:41,993 runserver 40583 6110818304 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51060] INFO 2025-10-09 03:47:26,495 runserver 40583 6110818304 HTTP GET /en/hr/ 200 [0.09, 127.0.0.1:51060] WARNING 2025-10-09 03:47:26,509 log 40583 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 03:47:26,509 runserver 40583 6110818304 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51060] INFO 2025-10-09 03:47:26,557 runserver 40583 6110818304 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51060] WARNING 2025-10-09 03:47:26,575 runserver 40583 6110818304 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:51060] INFO 2025-10-09 03:52:26,564 runserver 40583 6110818304 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52918] INFO 2025-10-09 03:52:26,607 runserver 40583 6110818304 HTTP GET /en/hr/htmx/stats/ 200 [0.04, 127.0.0.1:52918] INFO 2025-10-09 03:52:28,929 autoreload 40583 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-09 03:52:29,756 autoreload 44352 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 03:53:34,441 autoreload 44352 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/urls.py changed, reloading. INFO 2025-10-09 03:53:35,173 autoreload 44996 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 03:53:35,513 server 44996 6144880640 HTTP/2 support enabled INFO 2025-10-09 03:53:35,513 server 44996 6144880640 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 03:53:35,513 server 44996 6144880640 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 03:53:38,512 runserver 44996 6144880640 HTTP GET /en/hr/ 200 [0.19, 127.0.0.1:53217] WARNING 2025-10-09 03:53:38,530 log 44996 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 03:53:38,530 runserver 44996 6144880640 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:53217] INFO 2025-10-09 03:53:38,584 runserver 44996 6144880640 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53217] WARNING 2025-10-09 03:53:38,598 runserver 44996 6144880640 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:53217] INFO 2025-10-09 03:53:49,962 runserver 44996 6144880640 HTTP GET /en/hr/departments/ 200 [0.03, 127.0.0.1:53217] WARNING 2025-10-09 03:53:49,981 log 44996 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 03:53:49,982 runserver 44996 6144880640 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:53217] INFO 2025-10-09 03:53:49,983 runserver 44996 6144880640 HTTP GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css 200 [0.01, 127.0.0.1:53218] INFO 2025-10-09 03:53:49,984 runserver 44996 6144880640 HTTP GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js 200 [0.01, 127.0.0.1:53272] INFO 2025-10-09 03:53:49,984 runserver 44996 6144880640 HTTP GET /static/plugins/select2/dist/css/select2.min.css 200 [0.01, 127.0.0.1:53270] INFO 2025-10-09 03:53:49,985 runserver 44996 6144880640 HTTP GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js 200 [0.01, 127.0.0.1:53271] INFO 2025-10-09 03:53:49,985 runserver 44996 6144880640 HTTP GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js 200 [0.01, 127.0.0.1:53273] INFO 2025-10-09 03:53:49,989 runserver 44996 6144880640 HTTP GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js 200 [0.01, 127.0.0.1:53217] INFO 2025-10-09 03:53:49,991 runserver 44996 6144880640 HTTP GET /static/plugins/jszip/dist/jszip.min.js 200 [0.01, 127.0.0.1:53218] INFO 2025-10-09 03:53:49,992 runserver 44996 6144880640 HTTP GET /static/plugins/pdfmake/build/vfs_fonts.js 200 [0.01, 127.0.0.1:53270] INFO 2025-10-09 03:53:49,993 runserver 44996 6144880640 HTTP GET /static/plugins/pdfmake/build/pdfmake.min.js 200 [0.01, 127.0.0.1:53272] WARNING 2025-10-09 03:53:50,036 runserver 44996 6144880640 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:53272] INFO 2025-10-09 03:53:50,057 runserver 44996 6144880640 HTTP GET /static/plugins/pdfmake/build/pdfmake.min.js.map 200 [0.00, 127.0.0.1:53272] INFO 2025-10-09 03:53:50,076 runserver 44996 6144880640 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53272] WARNING 2025-10-09 03:54:08,199 runserver 44996 6144880640 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:53272] WARNING 2025-10-09 03:54:08,204 log 44996 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 03:54:08,204 runserver 44996 6144880640 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:53270] WARNING 2025-10-09 03:54:08,217 log 44996 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 03:54:08,217 runserver 44996 6144880640 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:53270] INFO 2025-10-09 03:54:09,550 runserver 44996 6144880640 HTTP GET /en/hr/ 200 [0.09, 127.0.0.1:53270] WARNING 2025-10-09 03:54:09,564 log 44996 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 03:54:09,564 runserver 44996 6144880640 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:53270] INFO 2025-10-09 03:54:09,625 runserver 44996 6144880640 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53270] WARNING 2025-10-09 03:54:09,635 runserver 44996 6144880640 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:53270] INFO 2025-10-09 03:55:29,445 runserver 44996 6144880640 HTTP GET / 302 [0.01, 127.0.0.1:53705] INFO 2025-10-09 03:55:29,450 runserver 44996 6144880640 HTTP GET /en/ 302 [0.00, 127.0.0.1:53706] INFO 2025-10-09 03:55:29,457 runserver 44996 6144880640 HTTP GET /accounts/login/?next=/en/ 302 [0.00, 127.0.0.1:53707] INFO 2025-10-09 03:55:29,471 runserver 44996 6144880640 HTTP GET /en/accounts/login/?next=/en/ 200 [0.01, 127.0.0.1:53705] INFO 2025-10-09 03:55:29,476 runserver 44996 6144880640 HTTP GET /static/css/custom.css 304 [0.00, 127.0.0.1:53706] INFO 2025-10-09 03:55:29,476 runserver 44996 6144880640 HTTP GET /static/js/custom.js 304 [0.00, 127.0.0.1:53707] WARNING 2025-10-09 03:55:29,611 log 44996 6325039104 Not Found: /apple-touch-icon-precomposed.png WARNING 2025-10-09 03:55:29,611 runserver 44996 6144880640 HTTP GET /apple-touch-icon-precomposed.png 404 [0.00, 127.0.0.1:53709] WARNING 2025-10-09 03:55:29,689 log 44996 12918534144 Not Found: /apple-touch-icon.png WARNING 2025-10-09 03:55:29,689 runserver 44996 6144880640 HTTP GET /apple-touch-icon.png 404 [0.00, 127.0.0.1:53709] INFO 2025-10-09 03:55:35,012 runserver 44996 6144880640 HTTP POST /en/accounts/login/ 302 [0.11, 127.0.0.1:53706] INFO 2025-10-09 03:55:35,049 runserver 44996 6144880640 HTTP GET /en/ 200 [0.03, 127.0.0.1:53707] INFO 2025-10-09 03:55:35,054 runserver 44996 6144880640 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:53705] INFO 2025-10-09 03:55:35,054 runserver 44996 6144880640 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:53706] INFO 2025-10-09 03:55:35,055 runserver 44996 6144880640 HTTP GET /static/js/htmx.min.js 304 [0.00, 127.0.0.1:53707] INFO 2025-10-09 03:55:35,146 runserver 44996 6144880640 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:53705] INFO 2025-10-09 03:55:35,149 runserver 44996 6144880640 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:53707] INFO 2025-10-09 03:55:35,158 runserver 44996 6144880640 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:53706] INFO 2025-10-09 03:55:41,786 runserver 44996 6144880640 HTTP GET /en/hr 301 [0.01, 127.0.0.1:53706] INFO 2025-10-09 03:55:41,877 runserver 44996 6144880640 HTTP GET /en/hr/ 200 [0.09, 127.0.0.1:53705] INFO 2025-10-09 03:55:41,904 runserver 44996 6144880640 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:53707] INFO 2025-10-09 03:55:41,905 runserver 44996 6144880640 HTTP GET /static/css/custom.css 304 [0.00, 127.0.0.1:53706] INFO 2025-10-09 03:55:41,906 runserver 44996 6144880640 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:53705] INFO 2025-10-09 03:55:41,906 runserver 44996 6144880640 HTTP GET /static/js/htmx.min.js 304 [0.00, 127.0.0.1:53767] INFO 2025-10-09 03:55:41,906 runserver 44996 6144880640 HTTP GET /static/js/custom.js 304 [0.00, 127.0.0.1:53768] INFO 2025-10-09 03:55:41,998 runserver 44996 6144880640 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:53707] INFO 2025-10-09 03:56:11,846 runserver 44996 6144880640 HTTP GET /en/hr/departments/create/ 200 [0.03, 127.0.0.1:53892] INFO 2025-10-09 03:56:11,869 runserver 44996 6144880640 HTTP GET /static/css/custom.css 304 [0.00, 127.0.0.1:53892] INFO 2025-10-09 03:56:11,870 runserver 44996 6144880640 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:53893] INFO 2025-10-09 03:56:11,870 runserver 44996 6144880640 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:53895] INFO 2025-10-09 03:56:11,870 runserver 44996 6144880640 HTTP GET /static/js/htmx.min.js 304 [0.00, 127.0.0.1:53894] INFO 2025-10-09 03:56:11,870 runserver 44996 6144880640 HTTP GET /static/js/custom.js 304 [0.00, 127.0.0.1:53896] INFO 2025-10-09 03:56:11,887 runserver 44996 6144880640 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53892] INFO 2025-10-09 03:57:50,950 runserver 44996 6144880640 HTTP GET /en/hr/ 200 [0.11, 127.0.0.1:54314] WARNING 2025-10-09 03:57:50,967 log 44996 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 03:57:50,967 runserver 44996 6144880640 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:54314] INFO 2025-10-09 03:57:51,025 runserver 44996 6144880640 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54314] WARNING 2025-10-09 03:57:51,034 runserver 44996 6144880640 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:54314] INFO 2025-10-09 03:58:44,987 runserver 44996 6144880640 HTTP GET /en/hr/ 200 [0.12, 127.0.0.1:54314] WARNING 2025-10-09 03:58:45,002 log 44996 6425997312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 03:58:45,002 runserver 44996 6144880640 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:54314] INFO 2025-10-09 04:02:21,081 runserver 44996 6144880640 HTTP GET /en/hr/ 200 [0.10, 127.0.0.1:55422] INFO 2025-10-09 04:02:21,092 runserver 44996 6144880640 HTTP GET /static/css/vendor.min.css 200 [0.00, 127.0.0.1:55422] INFO 2025-10-09 04:02:21,092 runserver 44996 6144880640 HTTP GET /static/img/user/user-12.jpg 200 [0.00, 127.0.0.1:55427] INFO 2025-10-09 04:02:21,093 runserver 44996 6144880640 HTTP GET /static/css/custom.css 200 [0.00, 127.0.0.1:55425] INFO 2025-10-09 04:02:21,093 runserver 44996 6144880640 HTTP GET /static/plugins/toastr/toastr.css 200 [0.00, 127.0.0.1:55426] INFO 2025-10-09 04:02:21,093 runserver 44996 6144880640 HTTP GET /static/js/htmx.min.js 200 [0.00, 127.0.0.1:55428] INFO 2025-10-09 04:02:21,093 runserver 44996 6144880640 HTTP GET /static/css/default/app.min.css 200 [0.01, 127.0.0.1:55423] WARNING 2025-10-09 04:02:21,098 log 44996 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:02:21,098 runserver 44996 6144880640 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:55428] INFO 2025-10-09 04:02:21,098 runserver 44996 6144880640 HTTP GET /static/plugins/toastr/toastr.min.js 200 [0.00, 127.0.0.1:55427] INFO 2025-10-09 04:02:21,099 runserver 44996 6144880640 HTTP GET /static/js/app.min.js 200 [0.01, 127.0.0.1:55422] INFO 2025-10-09 04:02:21,100 runserver 44996 6144880640 HTTP GET /static/js/vendor.min.js 200 [0.01, 127.0.0.1:55425] INFO 2025-10-09 04:02:21,109 runserver 44996 6144880640 HTTP GET /static/webfonts/fa-solid-900.woff2 200 [0.00, 127.0.0.1:55422] INFO 2025-10-09 04:02:21,232 runserver 44996 6144880640 HTTP GET /static/img/theme/transparent.jpg 200 [0.00, 127.0.0.1:55425] INFO 2025-10-09 04:02:21,233 runserver 44996 6144880640 HTTP GET /static/img/theme/apple.jpg 200 [0.00, 127.0.0.1:55427] INFO 2025-10-09 04:02:21,233 runserver 44996 6144880640 HTTP GET /static/img/theme/material.jpg 200 [0.00, 127.0.0.1:55428] INFO 2025-10-09 04:02:21,233 runserver 44996 6144880640 HTTP GET /static/img/theme/facebook.jpg 200 [0.00, 127.0.0.1:55423] INFO 2025-10-09 04:02:21,233 runserver 44996 6144880640 HTTP GET /static/img/theme/google.jpg 200 [0.00, 127.0.0.1:55426] INFO 2025-10-09 04:02:21,233 runserver 44996 6144880640 HTTP GET /static/img/theme/default.jpg 200 [0.00, 127.0.0.1:55422] INFO 2025-10-09 04:02:21,238 runserver 44996 6144880640 HTTP GET /static/img/version/html.jpg 200 [0.00, 127.0.0.1:55427] INFO 2025-10-09 04:02:21,239 runserver 44996 6144880640 HTTP GET /static/img/version/ajax.jpg 200 [0.00, 127.0.0.1:55425] INFO 2025-10-09 04:02:21,239 runserver 44996 6144880640 HTTP GET /static/img/version/angular1x.jpg 200 [0.00, 127.0.0.1:55426] INFO 2025-10-09 04:02:21,239 runserver 44996 6144880640 HTTP GET /static/img/version/svelte.jpg 200 [0.00, 127.0.0.1:55428] INFO 2025-10-09 04:02:21,239 runserver 44996 6144880640 HTTP GET /static/img/version/laravel.jpg 200 [0.00, 127.0.0.1:55422] INFO 2025-10-09 04:02:21,239 runserver 44996 6144880640 HTTP GET /static/img/version/angular10x.jpg 200 [0.00, 127.0.0.1:55423] INFO 2025-10-09 04:02:21,243 runserver 44996 6144880640 HTTP GET /static/img/version/django.jpg 200 [0.00, 127.0.0.1:55428] INFO 2025-10-09 04:02:21,243 runserver 44996 6144880640 HTTP GET /static/img/version/vuejs.jpg 200 [0.00, 127.0.0.1:55426] INFO 2025-10-09 04:02:21,243 runserver 44996 6144880640 HTTP GET /static/img/version/dotnet.jpg 200 [0.00, 127.0.0.1:55427] INFO 2025-10-09 04:02:21,244 runserver 44996 6144880640 HTTP GET /static/img/version/reactjs.jpg 200 [0.00, 127.0.0.1:55425] INFO 2025-10-09 04:02:21,244 runserver 44996 6144880640 HTTP GET /static/img/version/nextjs.jpg 200 [0.00, 127.0.0.1:55423] INFO 2025-10-09 04:02:21,245 runserver 44996 6144880640 HTTP GET /static/img/theme/one-page-parallax.jpg 200 [0.00, 127.0.0.1:55422] INFO 2025-10-09 04:02:21,248 runserver 44996 6144880640 HTTP GET /static/img/theme/e-commerce.jpg 200 [0.00, 127.0.0.1:55428] INFO 2025-10-09 04:02:21,248 runserver 44996 6144880640 HTTP GET /static/img/theme/blog.jpg 200 [0.00, 127.0.0.1:55426] INFO 2025-10-09 04:02:21,249 runserver 44996 6144880640 HTTP GET /static/img/theme/forum.jpg 200 [0.00, 127.0.0.1:55427] INFO 2025-10-09 04:02:21,249 runserver 44996 6144880640 HTTP GET /static/img/theme/corporate.jpg 200 [0.00, 127.0.0.1:55425] WARNING 2025-10-09 04:02:21,252 runserver 44996 6144880640 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:55425] INFO 2025-10-09 04:02:21,253 runserver 44996 6144880640 HTTP GET /static/css/default/app.min.css.map 200 [0.01, 127.0.0.1:55422] INFO 2025-10-09 04:02:21,264 runserver 44996 6144880640 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55425] WARNING 2025-10-09 04:02:21,345 log 44996 12918534144 Not Found: /favicon.ico WARNING 2025-10-09 04:02:21,345 runserver 44996 6144880640 HTTP GET /favicon.ico 404 [0.00, 127.0.0.1:55425] INFO 2025-10-09 04:02:52,176 runserver 44996 6144880640 HTTP GET /en/hr/ 200 [0.12, 127.0.0.1:55425] WARNING 2025-10-09 04:02:52,188 log 44996 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:02:52,188 runserver 44996 6144880640 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:55425] INFO 2025-10-09 04:02:52,255 runserver 44996 6144880640 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55425] WARNING 2025-10-09 04:02:52,267 runserver 44996 6144880640 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:55425] INFO 2025-10-09 04:07:52,281 runserver 44996 6144880640 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56998] INFO 2025-10-09 04:07:52,321 runserver 44996 6144880640 HTTP GET /en/hr/htmx/stats/ 200 [0.05, 127.0.0.1:56999] INFO 2025-10-09 04:10:49,920 runserver 44996 6144880640 HTTP GET /en/hr/ 200 [0.10, 127.0.0.1:58110] WARNING 2025-10-09 04:10:49,932 log 44996 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:10:49,932 runserver 44996 6144880640 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58110] INFO 2025-10-09 04:10:49,996 runserver 44996 6144880640 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58110] WARNING 2025-10-09 04:10:50,002 runserver 44996 6144880640 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:58110] INFO 2025-10-09 04:10:59,782 runserver 44996 6144880640 HTTP GET /en/hr/departments/30/ 200 [0.03, 127.0.0.1:58110] INFO 2025-10-09 04:10:59,797 runserver 44996 6144880640 HTTP GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css 200 [0.00, 127.0.0.1:58111] INFO 2025-10-09 04:10:59,797 runserver 44996 6144880640 HTTP GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css 200 [0.01, 127.0.0.1:58110] INFO 2025-10-09 04:10:59,798 runserver 44996 6144880640 HTTP GET /static/img/user/user-1.jpg 200 [0.00, 127.0.0.1:58342] INFO 2025-10-09 04:10:59,801 runserver 44996 6144880640 HTTP GET /static/plugins/datatables.net/js/dataTables.min.js 200 [0.01, 127.0.0.1:58343] WARNING 2025-10-09 04:10:59,803 log 44996 12969013248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:10:59,804 runserver 44996 6144880640 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:58344] INFO 2025-10-09 04:10:59,806 runserver 44996 6144880640 HTTP GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js 200 [0.01, 127.0.0.1:58111] INFO 2025-10-09 04:10:59,807 runserver 44996 6144880640 HTTP GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js 200 [0.01, 127.0.0.1:58345] INFO 2025-10-09 04:10:59,809 runserver 44996 6144880640 HTTP GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js 200 [0.01, 127.0.0.1:58342] INFO 2025-10-09 04:10:59,815 runserver 44996 6144880640 HTTP GET /static/plugins/chart.js/dist/chart.umd.js 200 [0.01, 127.0.0.1:58110] INFO 2025-10-09 04:10:59,817 runserver 44996 6144880640 HTTP GET /static/css/saudiriyalsymbol.woff2 200 [0.01, 127.0.0.1:58111] WARNING 2025-10-09 04:10:59,858 runserver 44996 6144880640 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:58110] INFO 2025-10-09 04:10:59,861 runserver 44996 6144880640 HTTP GET /static/plugins/chart.js/dist/chart.umd.js.map 200 [0.01, 127.0.0.1:58342] INFO 2025-10-09 04:10:59,865 runserver 44996 6144880640 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58111] WARNING 2025-10-09 04:11:06,137 runserver 44996 6144880640 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:58111] WARNING 2025-10-09 04:11:06,142 log 44996 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:11:06,142 runserver 44996 6144880640 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58111] WARNING 2025-10-09 04:11:06,154 log 44996 6425997312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:11:06,154 runserver 44996 6144880640 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58111] INFO 2025-10-09 04:11:39,988 runserver 44996 6144880640 HTTP GET /en/hr/ 200 [0.09, 127.0.0.1:58111] INFO 2025-10-09 04:11:40,003 runserver 44996 6144880640 HTTP GET /static/css/vendor.min.css 200 [0.00, 127.0.0.1:58111] INFO 2025-10-09 04:11:40,006 runserver 44996 6144880640 HTTP GET /static/plugins/toastr/toastr.css 200 [0.00, 127.0.0.1:58345] INFO 2025-10-09 04:11:40,006 runserver 44996 6144880640 HTTP GET /static/css/custom.css 200 [0.01, 127.0.0.1:58110] INFO 2025-10-09 04:11:40,007 runserver 44996 6144880640 HTTP GET /static/img/user/user-12.jpg 200 [0.01, 127.0.0.1:58344] INFO 2025-10-09 04:11:40,008 runserver 44996 6144880640 HTTP GET /static/js/htmx.min.js 200 [0.01, 127.0.0.1:58343] WARNING 2025-10-09 04:11:40,009 log 44996 6161707008 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-10-09 04:11:40,009 runserver 44996 6144880640 HTTP GET /static/css/default/app.min.css 200 [0.01, 127.0.0.1:58342] WARNING 2025-10-09 04:11:40,010 runserver 44996 6144880640 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:58111] INFO 2025-10-09 04:11:40,014 runserver 44996 6144880640 HTTP GET /static/plugins/toastr/toastr.min.js 200 [0.00, 127.0.0.1:58343] INFO 2025-10-09 04:11:40,014 runserver 44996 6144880640 HTTP GET /static/js/app.min.js 200 [0.01, 127.0.0.1:58344] INFO 2025-10-09 04:11:40,014 runserver 44996 6144880640 HTTP GET /static/webfonts/fa-solid-900.woff2 200 [0.01, 127.0.0.1:58345] INFO 2025-10-09 04:11:40,015 runserver 44996 6144880640 HTTP GET /static/js/vendor.min.js 200 [0.01, 127.0.0.1:58110] INFO 2025-10-09 04:11:40,165 runserver 44996 6144880640 HTTP GET /static/img/theme/default.jpg 200 [0.00, 127.0.0.1:58110] INFO 2025-10-09 04:11:40,166 runserver 44996 6144880640 HTTP GET /static/img/theme/transparent.jpg 200 [0.00, 127.0.0.1:58345] INFO 2025-10-09 04:11:40,166 runserver 44996 6144880640 HTTP GET /static/img/theme/material.jpg 200 [0.00, 127.0.0.1:58343] INFO 2025-10-09 04:11:40,166 runserver 44996 6144880640 HTTP GET /static/img/theme/facebook.jpg 200 [0.00, 127.0.0.1:58342] INFO 2025-10-09 04:11:40,167 runserver 44996 6144880640 HTTP GET /static/img/theme/google.jpg 200 [0.00, 127.0.0.1:58111] INFO 2025-10-09 04:11:40,167 runserver 44996 6144880640 HTTP GET /static/img/theme/apple.jpg 200 [0.00, 127.0.0.1:58344] INFO 2025-10-09 04:11:40,172 runserver 44996 6144880640 HTTP GET /static/img/version/ajax.jpg 200 [0.00, 127.0.0.1:58110] INFO 2025-10-09 04:11:40,172 runserver 44996 6144880640 HTTP GET /static/img/version/html.jpg 200 [0.00, 127.0.0.1:58345] INFO 2025-10-09 04:11:40,172 runserver 44996 6144880640 HTTP GET /static/img/version/svelte.jpg 200 [0.00, 127.0.0.1:58344] INFO 2025-10-09 04:11:40,173 runserver 44996 6144880640 HTTP GET /static/img/version/laravel.jpg 200 [0.00, 127.0.0.1:58343] INFO 2025-10-09 04:11:40,173 runserver 44996 6144880640 HTTP GET /static/img/version/angular10x.jpg 200 [0.00, 127.0.0.1:58111] INFO 2025-10-09 04:11:40,173 runserver 44996 6144880640 HTTP GET /static/img/version/angular1x.jpg 200 [0.00, 127.0.0.1:58342] INFO 2025-10-09 04:11:40,177 runserver 44996 6144880640 HTTP GET /static/img/version/reactjs.jpg 200 [0.00, 127.0.0.1:58111] INFO 2025-10-09 04:11:40,177 runserver 44996 6144880640 HTTP GET /static/img/version/django.jpg 200 [0.00, 127.0.0.1:58110] INFO 2025-10-09 04:11:40,178 runserver 44996 6144880640 HTTP GET /static/img/version/dotnet.jpg 200 [0.00, 127.0.0.1:58342] INFO 2025-10-09 04:11:40,178 runserver 44996 6144880640 HTTP GET /static/img/theme/one-page-parallax.jpg 200 [0.00, 127.0.0.1:58344] INFO 2025-10-09 04:11:40,178 runserver 44996 6144880640 HTTP GET /static/img/version/vuejs.jpg 200 [0.00, 127.0.0.1:58343] INFO 2025-10-09 04:11:40,178 runserver 44996 6144880640 HTTP GET /static/img/version/nextjs.jpg 200 [0.00, 127.0.0.1:58345] INFO 2025-10-09 04:11:40,181 runserver 44996 6144880640 HTTP GET /static/img/theme/e-commerce.jpg 200 [0.00, 127.0.0.1:58110] INFO 2025-10-09 04:11:40,181 runserver 44996 6144880640 HTTP GET /static/img/theme/blog.jpg 200 [0.00, 127.0.0.1:58111] INFO 2025-10-09 04:11:40,182 runserver 44996 6144880640 HTTP GET /static/img/theme/corporate.jpg 200 [0.00, 127.0.0.1:58342] INFO 2025-10-09 04:11:40,182 runserver 44996 6144880640 HTTP GET /static/img/theme/forum.jpg 200 [0.00, 127.0.0.1:58344] WARNING 2025-10-09 04:11:40,186 runserver 44996 6144880640 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:58344] INFO 2025-10-09 04:11:40,186 runserver 44996 6144880640 HTTP GET /static/css/default/app.min.css.map 200 [0.00, 127.0.0.1:58345] INFO 2025-10-09 04:11:40,196 runserver 44996 6144880640 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58344] WARNING 2025-10-09 04:11:40,273 log 44996 6358691840 Not Found: /favicon.ico WARNING 2025-10-09 04:11:40,273 runserver 44996 6144880640 HTTP GET /favicon.ico 404 [0.00, 127.0.0.1:58344] INFO 2025-10-09 04:11:45,474 runserver 44996 6144880640 HTTP GET /en/hr/ 200 [0.09, 127.0.0.1:58344] WARNING 2025-10-09 04:11:45,489 log 44996 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:11:45,490 runserver 44996 6144880640 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58344] INFO 2025-10-09 04:11:45,566 runserver 44996 6144880640 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58344] WARNING 2025-10-09 04:11:45,575 runserver 44996 6144880640 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:58344] INFO 2025-10-09 04:13:00,576 runserver 44996 6144880640 HTTP GET /en/hr/ 200 [0.09, 127.0.0.1:59033] WARNING 2025-10-09 04:13:00,592 log 44996 12969013248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:13:00,592 runserver 44996 6144880640 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59033] INFO 2025-10-09 04:13:00,652 runserver 44996 6144880640 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59033] WARNING 2025-10-09 04:13:00,663 runserver 44996 6144880640 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59033] INFO 2025-10-09 04:14:00,011 autoreload 44996 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-09 04:14:00,666 autoreload 55006 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 04:14:00,987 server 55006 6151401472 HTTP/2 support enabled INFO 2025-10-09 04:14:00,988 server 55006 6151401472 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 04:14:00,988 server 55006 6151401472 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 04:18:00,793 runserver 55006 6151401472 HTTP GET /en/htmx/system-notifications/ 200 [0.10, 127.0.0.1:60833] INFO 2025-10-09 04:18:00,821 runserver 55006 6151401472 HTTP GET /en/hr/htmx/stats/ 200 [0.11, 127.0.0.1:60834] INFO 2025-10-09 04:19:07,265 runserver 55006 6151401472 HTTP GET /en/hr/ 200 [0.17, 127.0.0.1:61300] INFO 2025-10-09 04:19:07,328 runserver 55006 6151401472 HTTP GET /static/js/custom.js 200 [0.05, 127.0.0.1:61300] WARNING 2025-10-09 04:19:07,331 log 55006 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:19:07,331 runserver 55006 6151401472 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:61303] WARNING 2025-10-09 04:19:07,332 runserver 55006 6151401472 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.05, 127.0.0.1:61301] INFO 2025-10-09 04:19:07,340 runserver 55006 6151401472 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61301] INFO 2025-10-09 04:19:19,687 runserver 55006 6151401472 HTTP GET /en/hr/ 200 [0.11, 127.0.0.1:61301] WARNING 2025-10-09 04:19:19,703 log 55006 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:19:19,703 runserver 55006 6151401472 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:61301] INFO 2025-10-09 04:19:19,759 runserver 55006 6151401472 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61301] WARNING 2025-10-09 04:19:19,770 runserver 55006 6151401472 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:61301] INFO 2025-10-09 04:20:42,657 autoreload 55006 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/urls.py changed, reloading. INFO 2025-10-09 04:20:43,224 autoreload 58247 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 04:20:43,485 server 58247 6118600704 HTTP/2 support enabled INFO 2025-10-09 04:20:43,485 server 58247 6118600704 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 04:20:43,486 server 58247 6118600704 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 04:20:46,707 runserver 58247 6118600704 HTTP GET /en/hr/ 200 [0.20, 127.0.0.1:61939] WARNING 2025-10-09 04:20:46,722 log 58247 6152253440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:20:46,723 runserver 58247 6118600704 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:61939] INFO 2025-10-09 04:20:46,769 runserver 58247 6118600704 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61939] WARNING 2025-10-09 04:20:46,780 runserver 58247 6118600704 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:61939] INFO 2025-10-09 04:25:46,781 runserver 58247 6118600704 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63669] INFO 2025-10-09 04:25:46,818 runserver 58247 6118600704 HTTP GET /en/hr/htmx/stats/ 200 [0.03, 127.0.0.1:63669] INFO 2025-10-09 04:27:21,939 autoreload 58247 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-09 04:27:22,552 autoreload 61392 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 04:27:22,844 server 61392 13304360960 HTTP/2 support enabled INFO 2025-10-09 04:27:22,844 server 61392 13304360960 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 04:27:22,844 server 61392 13304360960 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 04:27:23,256 runserver 61392 13304360960 HTTP GET /en/hr/ 200 [0.19, 127.0.0.1:64147] WARNING 2025-10-09 04:27:23,273 log 61392 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:27:23,274 runserver 61392 13304360960 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64147] INFO 2025-10-09 04:27:23,325 runserver 61392 13304360960 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64147] WARNING 2025-10-09 04:27:23,339 runserver 61392 13304360960 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64147] INFO 2025-10-09 04:27:46,883 autoreload 61392 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-10-09 04:27:47,509 autoreload 61600 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 04:27:47,804 server 61600 6145273856 HTTP/2 support enabled INFO 2025-10-09 04:27:47,805 server 61600 6145273856 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 04:27:47,805 server 61600 6145273856 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 04:27:48,042 runserver 61600 6145273856 HTTP GET /en/hr/ 200 [0.18, 127.0.0.1:64259] WARNING 2025-10-09 04:27:48,059 log 61600 6178926592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:27:48,059 runserver 61600 6145273856 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64259] INFO 2025-10-09 04:27:48,110 runserver 61600 6145273856 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64259] WARNING 2025-10-09 04:27:48,122 runserver 61600 6145273856 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64259] INFO 2025-10-09 04:28:27,937 runserver 61600 6145273856 HTTP GET /en/hr/ 200 [0.09, 127.0.0.1:64259] WARNING 2025-10-09 04:28:27,951 log 61600 6178926592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:28:27,951 runserver 61600 6145273856 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64259] INFO 2025-10-09 04:28:28,009 runserver 61600 6145273856 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64259] WARNING 2025-10-09 04:28:28,019 runserver 61600 6145273856 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64259] INFO 2025-10-09 04:28:53,691 runserver 61600 6145273856 HTTP GET /en/hr/ 200 [0.10, 127.0.0.1:64259] WARNING 2025-10-09 04:28:53,707 log 61600 6178926592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:28:53,707 runserver 61600 6145273856 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64259] INFO 2025-10-09 04:28:53,757 runserver 61600 6145273856 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64259] WARNING 2025-10-09 04:28:53,770 runserver 61600 6145273856 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64259] INFO 2025-10-09 04:30:34,428 autoreload 61600 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/urls.py changed, reloading. INFO 2025-10-09 04:30:34,990 autoreload 62937 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 04:30:35,250 server 62937 6150860800 HTTP/2 support enabled INFO 2025-10-09 04:30:35,250 server 62937 6150860800 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 04:30:35,250 server 62937 6150860800 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 04:30:35,995 runserver 62937 6150860800 HTTP GET /en/hr/ 200 [0.20, 127.0.0.1:65047] WARNING 2025-10-09 04:30:36,011 log 62937 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:30:36,012 runserver 62937 6150860800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65047] INFO 2025-10-09 04:30:36,069 runserver 62937 6150860800 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65047] WARNING 2025-10-09 04:30:36,085 runserver 62937 6150860800 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65047] INFO 2025-10-09 04:30:41,249 runserver 62937 6150860800 HTTP GET /en/hr/departments/30/update/ 200 [0.03, 127.0.0.1:65047] WARNING 2025-10-09 04:30:41,268 log 62937 13606449152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:30:41,268 runserver 62937 6150860800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:65047] INFO 2025-10-09 04:30:41,269 runserver 62937 6150860800 HTTP GET /static/plugins/select2/dist/css/select2.min.css 200 [0.01, 127.0.0.1:65048] INFO 2025-10-09 04:30:41,270 runserver 62937 6150860800 HTTP GET /static/plugins/select2/dist/js/select2.min.js 200 [0.00, 127.0.0.1:65071] WARNING 2025-10-09 04:30:41,317 runserver 62937 6150860800 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65071] INFO 2025-10-09 04:30:41,324 runserver 62937 6150860800 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65048] WARNING 2025-10-09 04:30:48,112 runserver 62937 6150860800 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:65048] WARNING 2025-10-09 04:30:48,116 log 62937 13606449152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:30:48,117 runserver 62937 6150860800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65071] WARNING 2025-10-09 04:30:48,126 log 62937 13606449152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:30:48,127 runserver 62937 6150860800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65071] INFO 2025-10-09 04:30:50,662 runserver 62937 6150860800 HTTP GET /en/hr/departments/30/ 200 [0.03, 127.0.0.1:65071] WARNING 2025-10-09 04:30:50,679 log 62937 13673754624 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-10-09 04:30:50,679 runserver 62937 6150860800 HTTP GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css 200 [0.01, 127.0.0.1:65047] INFO 2025-10-09 04:30:50,680 runserver 62937 6150860800 HTTP GET /static/img/user/user-1.jpg 200 [0.01, 127.0.0.1:65116] INFO 2025-10-09 04:30:50,680 runserver 62937 6150860800 HTTP GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css 200 [0.01, 127.0.0.1:65071] WARNING 2025-10-09 04:30:50,680 runserver 62937 6150860800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:65048] INFO 2025-10-09 04:30:50,680 runserver 62937 6150860800 HTTP GET /static/plugins/datatables.net/js/dataTables.min.js 200 [0.01, 127.0.0.1:65117] INFO 2025-10-09 04:30:50,683 runserver 62937 6150860800 HTTP GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js 200 [0.00, 127.0.0.1:65116] INFO 2025-10-09 04:30:50,683 runserver 62937 6150860800 HTTP GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js 200 [0.00, 127.0.0.1:65118] INFO 2025-10-09 04:30:50,684 runserver 62937 6150860800 HTTP GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js 200 [0.00, 127.0.0.1:65047] INFO 2025-10-09 04:30:50,684 runserver 62937 6150860800 HTTP GET /static/plugins/chart.js/dist/chart.umd.js 200 [0.00, 127.0.0.1:65048] INFO 2025-10-09 04:30:50,687 runserver 62937 6150860800 HTTP GET /static/css/saudiriyalsymbol.woff2 200 [0.00, 127.0.0.1:65048] WARNING 2025-10-09 04:30:50,730 runserver 62937 6150860800 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65048] INFO 2025-10-09 04:30:50,733 runserver 62937 6150860800 HTTP GET /static/plugins/chart.js/dist/chart.umd.js.map 200 [0.00, 127.0.0.1:65047] INFO 2025-10-09 04:30:50,737 runserver 62937 6150860800 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65118] WARNING 2025-10-09 04:30:53,066 runserver 62937 6150860800 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65118] WARNING 2025-10-09 04:30:53,070 log 62937 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:30:53,071 runserver 62937 6150860800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65047] WARNING 2025-10-09 04:30:53,083 log 62937 13673754624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:30:53,083 runserver 62937 6150860800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65047] INFO 2025-10-09 04:31:00,381 runserver 62937 6150860800 HTTP GET /en/hr/departments/31/ 200 [0.02, 127.0.0.1:65047] WARNING 2025-10-09 04:31:00,397 log 62937 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:31:00,398 runserver 62937 6150860800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65047] WARNING 2025-10-09 04:31:00,449 runserver 62937 6150860800 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65047] INFO 2025-10-09 04:31:00,456 runserver 62937 6150860800 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65047] INFO 2025-10-09 04:31:09,976 runserver 62937 6150860800 HTTP GET /en/hr/departments/30/ 200 [0.03, 127.0.0.1:65047] WARNING 2025-10-09 04:31:09,992 log 62937 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:31:09,993 runserver 62937 6150860800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65047] WARNING 2025-10-09 04:31:10,059 runserver 62937 6150860800 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65118] INFO 2025-10-09 04:31:10,064 runserver 62937 6150860800 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65047] INFO 2025-10-09 04:33:05,802 runserver 62937 6150860800 HTTP GET /en/hr/departments/30/ 200 [0.03, 127.0.0.1:49362] WARNING 2025-10-09 04:33:05,814 log 62937 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:33:05,815 runserver 62937 6150860800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:49362] WARNING 2025-10-09 04:33:05,877 runserver 62937 6150860800 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:49363] INFO 2025-10-09 04:33:05,882 runserver 62937 6150860800 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:49362] INFO 2025-10-09 04:38:05,886 runserver 62937 6150860800 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50617] INFO 2025-10-09 04:41:35,605 runserver 62937 6150860800 HTTP GET /en/hr/departments/31/ 200 [0.02, 127.0.0.1:51478] WARNING 2025-10-09 04:41:35,621 log 62937 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:41:35,621 runserver 62937 6150860800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51478] INFO 2025-10-09 04:41:35,685 runserver 62937 6150860800 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:51478] WARNING 2025-10-09 04:41:35,687 runserver 62937 6150860800 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:51479] WARNING 2025-10-09 04:43:18,589 log 62937 13572796416 Not Found: /en/appointments/provider WARNING 2025-10-09 04:43:18,590 runserver 62937 6150860800 HTTP GET /en/appointments/provider 404 [0.01, 127.0.0.1:51905] WARNING 2025-10-09 04:43:18,604 log 62937 13673754624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:43:18,604 runserver 62937 6150860800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51905] INFO 2025-10-09 04:43:32,625 runserver 62937 6150860800 HTTP GET /en/appointments/provider/schedule/daily/ 200 [0.04, 127.0.0.1:51905] WARNING 2025-10-09 04:43:32,639 log 62937 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:43:32,640 runserver 62937 6150860800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51905] INFO 2025-10-09 04:43:32,683 runserver 62937 6150860800 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51905] WARNING 2025-10-09 04:43:32,690 runserver 62937 6150860800 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51905] INFO 2025-10-09 04:44:00,415 runserver 62937 6150860800 HTTP GET /en/appointments/provider/schedule/daily/?date=2025-10-10&status= 200 [0.02, 127.0.0.1:51905] WARNING 2025-10-09 04:44:00,428 log 62937 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:44:00,429 runserver 62937 6150860800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51905] INFO 2025-10-09 04:44:00,478 runserver 62937 6150860800 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51905] WARNING 2025-10-09 04:44:00,482 runserver 62937 6150860800 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51906] INFO 2025-10-09 04:44:18,895 runserver 62937 6150860800 HTTP GET /en/appointments/requests/888/detail/ 200 [0.02, 127.0.0.1:51906] WARNING 2025-10-09 04:44:18,914 log 62937 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:44:18,915 runserver 62937 6150860800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51906] INFO 2025-10-09 04:44:18,960 runserver 62937 6150860800 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51906] WARNING 2025-10-09 04:44:18,964 runserver 62937 6150860800 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51906] WARNING 2025-10-09 04:44:23,718 runserver 62937 6150860800 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51906] WARNING 2025-10-09 04:44:23,723 log 62937 13673754624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:44:23,723 runserver 62937 6150860800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51906] WARNING 2025-10-09 04:44:23,735 log 62937 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:44:23,735 runserver 62937 6150860800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51906] INFO 2025-10-09 04:44:44,766 runserver 62937 6150860800 HTTP GET /en/appointments/queue/entry/3/ 200 [0.02, 127.0.0.1:51906] WARNING 2025-10-09 04:44:44,781 log 62937 13673754624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:44:44,781 runserver 62937 6150860800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51906] INFO 2025-10-09 04:44:44,829 runserver 62937 6150860800 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51906] WARNING 2025-10-09 04:44:44,835 runserver 62937 6150860800 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51906] INFO 2025-10-09 04:49:45,241 runserver 62937 6150860800 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:53602] INFO 2025-10-09 04:50:31,671 runserver 62937 6150860800 HTTP GET /en/system-configuration/ 200 [0.02, 127.0.0.1:53602] WARNING 2025-10-09 04:50:31,688 log 62937 13673754624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:50:31,689 runserver 62937 6150860800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:53602] INFO 2025-10-09 04:50:31,737 runserver 62937 6150860800 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53602] WARNING 2025-10-09 04:50:31,749 runserver 62937 6150860800 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:53602] WARNING 2025-10-09 04:50:44,332 runserver 62937 6150860800 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:53602] WARNING 2025-10-09 04:50:44,334 log 62937 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:50:44,335 runserver 62937 6150860800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:53794] WARNING 2025-10-09 04:50:44,348 log 62937 13673754624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 04:50:44,348 runserver 62937 6150860800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:53794] INFO 2025-10-09 05:04:28,052 autoreload 79100 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 05:04:28,309 server 79100 6118404096 HTTP/2 support enabled INFO 2025-10-09 05:04:28,309 server 79100 6118404096 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 05:04:28,309 server 79100 6118404096 Listening on TCP address 127.0.0.1:8000 WARNING 2025-10-09 05:04:32,060 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:04:32,062 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.12, 127.0.0.1:57418] WARNING 2025-10-09 05:04:32,062 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:57421] INFO 2025-10-09 05:04:32,071 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.10, 127.0.0.1:57419] WARNING 2025-10-09 05:04:33,938 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:04:33,938 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:57419] WARNING 2025-10-09 05:04:33,985 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57419] WARNING 2025-10-09 05:04:34,968 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:04:34,968 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57419] WARNING 2025-10-09 05:04:40,639 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:04:40,639 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:57419] WARNING 2025-10-09 05:04:40,690 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57419] WARNING 2025-10-09 05:04:41,737 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:04:41,737 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57419] WARNING 2025-10-09 05:04:41,787 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57419] WARNING 2025-10-09 05:04:45,238 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:04:45,239 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:57419] WARNING 2025-10-09 05:04:45,288 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57419] WARNING 2025-10-09 05:04:46,191 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:04:46,191 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57419] WARNING 2025-10-09 05:04:46,254 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57419] INFO 2025-10-09 05:04:47,506 runserver 79100 6118404096 HTTP GET /en/hr/departments/28/ 200 [0.03, 127.0.0.1:57419] WARNING 2025-10-09 05:04:47,525 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:04:47,525 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57419] WARNING 2025-10-09 05:04:47,547 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57419] INFO 2025-10-09 05:04:48,944 runserver 79100 6118404096 HTTP GET /en/hr/departments/28/update/ 200 [0.03, 127.0.0.1:57419] WARNING 2025-10-09 05:04:48,962 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:04:48,962 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57419] WARNING 2025-10-09 05:04:49,013 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57419] INFO 2025-10-09 05:04:56,890 runserver 79100 6118404096 HTTP GET /en/emr 301 [0.05, 127.0.0.1:57419] INFO 2025-10-09 05:04:56,918 runserver 79100 6118404096 HTTP GET /en/emr/ 200 [0.03, 127.0.0.1:57419] WARNING 2025-10-09 05:04:56,946 log 79100 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:04:56,946 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57419] WARNING 2025-10-09 05:04:56,952 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57418] INFO 2025-10-09 05:04:56,960 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57419] INFO 2025-10-09 05:04:56,992 runserver 79100 6118404096 HTTP GET /en/emr/stats/ 200 [0.04, 127.0.0.1:57421] INFO 2025-10-09 05:04:59,458 runserver 79100 6118404096 HTTP GET /en/emr/encounters/ 200 [0.03, 127.0.0.1:57421] WARNING 2025-10-09 05:04:59,481 log 79100 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:04:59,482 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:57418] INFO 2025-10-09 05:04:59,482 runserver 79100 6118404096 HTTP GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css 200 [0.01, 127.0.0.1:57421] INFO 2025-10-09 05:04:59,483 runserver 79100 6118404096 HTTP GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js 200 [0.01, 127.0.0.1:57419] WARNING 2025-10-09 05:04:59,536 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:57419] INFO 2025-10-09 05:04:59,549 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57421] WARNING 2025-10-09 05:05:02,394 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57421] WARNING 2025-10-09 05:05:02,398 log 79100 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:05:02,398 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57419] WARNING 2025-10-09 05:05:02,411 log 79100 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:05:02,411 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57419] INFO 2025-10-09 05:05:11,060 runserver 79100 6118404096 HTTP GET /en/appointments/ 200 [0.09, 127.0.0.1:57419] WARNING 2025-10-09 05:05:11,077 log 79100 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:05:11,078 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57419] WARNING 2025-10-09 05:05:11,097 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57418] INFO 2025-10-09 05:05:11,114 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57419] INFO 2025-10-09 05:05:11,147 runserver 79100 6118404096 HTTP GET /en/appointments/stats/ 200 [0.05, 127.0.0.1:57421] INFO 2025-10-09 05:05:12,612 runserver 79100 6118404096 HTTP GET /en/appointments/requests/ 200 [0.05, 127.0.0.1:57421] INFO 2025-10-09 05:05:12,628 runserver 79100 6118404096 HTTP GET /static/plugins/sweetalert/dist/sweetalert.min.js 200 [0.00, 127.0.0.1:57421] WARNING 2025-10-09 05:05:12,629 log 79100 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:05:12,629 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57419] INFO 2025-10-09 05:05:12,655 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57419] WARNING 2025-10-09 05:05:12,686 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57419] INFO 2025-10-09 05:05:23,662 runserver 79100 6118404096 HTTP GET /en/hr 301 [0.01, 127.0.0.1:57419] INFO 2025-10-09 05:05:23,768 runserver 79100 6118404096 HTTP GET /en/hr/ 200 [0.10, 127.0.0.1:57419] WARNING 2025-10-09 05:05:23,787 log 79100 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:05:23,787 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57419] INFO 2025-10-09 05:05:23,805 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57419] WARNING 2025-10-09 05:05:23,843 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57419] INFO 2025-10-09 05:05:26,934 runserver 79100 6118404096 HTTP GET /en/hr/departments/ 200 [0.04, 127.0.0.1:57419] INFO 2025-10-09 05:05:26,952 runserver 79100 6118404096 HTTP GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js 200 [0.01, 127.0.0.1:57418] INFO 2025-10-09 05:05:26,953 runserver 79100 6118404096 HTTP GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css 200 [0.01, 127.0.0.1:57419] INFO 2025-10-09 05:05:26,953 runserver 79100 6118404096 HTTP GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js 200 [0.01, 127.0.0.1:57421] WARNING 2025-10-09 05:05:26,953 log 79100 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:05:26,954 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:57659] INFO 2025-10-09 05:05:26,958 runserver 79100 6118404096 HTTP GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js 200 [0.00, 127.0.0.1:57418] INFO 2025-10-09 05:05:26,958 runserver 79100 6118404096 HTTP GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js 200 [0.00, 127.0.0.1:57419] INFO 2025-10-09 05:05:26,958 runserver 79100 6118404096 HTTP GET /static/plugins/jszip/dist/jszip.min.js 200 [0.00, 127.0.0.1:57421] INFO 2025-10-09 05:05:26,959 runserver 79100 6118404096 HTTP GET /static/plugins/pdfmake/build/vfs_fonts.js 200 [0.00, 127.0.0.1:57660] INFO 2025-10-09 05:05:26,960 runserver 79100 6118404096 HTTP GET /static/plugins/pdfmake/build/pdfmake.min.js 200 [0.01, 127.0.0.1:57659] WARNING 2025-10-09 05:05:27,007 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57659] INFO 2025-10-09 05:05:27,023 runserver 79100 6118404096 HTTP GET /static/plugins/pdfmake/build/pdfmake.min.js.map 200 [0.00, 127.0.0.1:57659] INFO 2025-10-09 05:05:27,041 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57659] WARNING 2025-10-09 05:05:34,883 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57659] WARNING 2025-10-09 05:05:34,885 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:05:34,885 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57660] WARNING 2025-10-09 05:05:34,895 log 79100 6425997312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:05:34,896 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57660] INFO 2025-10-09 05:05:36,780 runserver 79100 6118404096 HTTP GET /en/hr/schedules/ 200 [0.04, 127.0.0.1:57660] WARNING 2025-10-09 05:05:36,799 log 79100 6409170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:05:36,799 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57660] INFO 2025-10-09 05:05:36,802 runserver 79100 6118404096 HTTP GET /static/plugins/moment/min/moment.min.js 200 [0.00, 127.0.0.1:57659] INFO 2025-10-09 05:05:36,804 runserver 79100 6118404096 HTTP GET /static/plugins/%40fullcalendar/daygrid/index.global.js 200 [0.00, 127.0.0.1:57419] INFO 2025-10-09 05:05:36,805 runserver 79100 6118404096 HTTP GET /static/plugins/%40fullcalendar/core/index.global.js 200 [0.01, 127.0.0.1:57421] INFO 2025-10-09 05:05:36,806 runserver 79100 6118404096 HTTP GET /static/plugins/%40fullcalendar/list/index.global.js 200 [0.00, 127.0.0.1:57718] INFO 2025-10-09 05:05:36,806 runserver 79100 6118404096 HTTP GET /static/plugins/%40fullcalendar/timegrid/index.global.js 200 [0.01, 127.0.0.1:57418] INFO 2025-10-09 05:05:36,806 runserver 79100 6118404096 HTTP GET /static/plugins/%40fullcalendar/interaction/index.global.js 200 [0.00, 127.0.0.1:57660] INFO 2025-10-09 05:05:36,807 runserver 79100 6118404096 HTTP GET /static/plugins/%40fullcalendar/bootstrap/index.global.js 200 [0.00, 127.0.0.1:57659] WARNING 2025-10-09 05:05:36,854 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57659] INFO 2025-10-09 05:05:36,855 runserver 79100 6118404096 HTTP GET /static/plugins/moment/min/moment.min.js.map 200 [0.00, 127.0.0.1:57718] INFO 2025-10-09 05:05:36,882 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57718] WARNING 2025-10-09 05:05:41,225 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57718] WARNING 2025-10-09 05:05:41,228 log 79100 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:05:41,228 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57659] WARNING 2025-10-09 05:05:41,239 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:05:41,239 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57659] INFO 2025-10-09 05:05:43,883 runserver 79100 6118404096 HTTP GET /en/hr/reviews/ 200 [0.04, 127.0.0.1:57659] INFO 2025-10-09 05:05:43,900 runserver 79100 6118404096 HTTP GET /static/plugins/bootstrap-daterangepicker/daterangepicker.css 200 [0.00, 127.0.0.1:57659] INFO 2025-10-09 05:05:43,900 runserver 79100 6118404096 HTTP GET /static/plugins/bootstrap-daterangepicker/daterangepicker.js 200 [0.00, 127.0.0.1:57718] WARNING 2025-10-09 05:05:43,902 log 79100 6409170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:05:43,902 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:57660] WARNING 2025-10-09 05:05:43,955 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57660] INFO 2025-10-09 05:05:43,969 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57660] WARNING 2025-10-09 05:05:49,426 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57660] WARNING 2025-10-09 05:05:49,430 log 79100 6409170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:05:49,430 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:57718] WARNING 2025-10-09 05:05:49,441 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:05:49,441 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57718] INFO 2025-10-09 05:05:51,638 runserver 79100 6118404096 HTTP GET /en/hr/departments/ 200 [0.02, 127.0.0.1:57718] WARNING 2025-10-09 05:05:51,656 log 79100 6425997312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:05:51,657 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57718] WARNING 2025-10-09 05:05:51,717 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57718] INFO 2025-10-09 05:05:51,762 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57718] INFO 2025-10-09 05:05:54,043 runserver 79100 6118404096 HTTP GET /en/hr/departments/30/ 200 [0.02, 127.0.0.1:57718] WARNING 2025-10-09 05:05:54,061 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:05:54,061 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57718] INFO 2025-10-09 05:05:54,112 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57718] WARNING 2025-10-09 05:05:54,114 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57660] WARNING 2025-10-09 05:05:55,892 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57660] WARNING 2025-10-09 05:05:55,895 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:05:55,895 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57660] WARNING 2025-10-09 05:05:55,905 log 79100 6425997312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:05:55,905 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57660] WARNING 2025-10-09 05:05:57,410 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:57660] WARNING 2025-10-09 05:05:57,414 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:05:57,415 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:57718] WARNING 2025-10-09 05:05:57,424 log 79100 6425997312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:05:57,425 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57718] INFO 2025-10-09 05:05:58,612 runserver 79100 6118404096 HTTP GET /en/hr/employees/ 200 [0.03, 127.0.0.1:57718] WARNING 2025-10-09 05:05:58,635 log 79100 6409170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:05:58,636 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57718] INFO 2025-10-09 05:05:58,686 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57718] WARNING 2025-10-09 05:05:58,690 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57718] INFO 2025-10-09 05:06:52,032 runserver 79100 6118404096 HTTP GET /en/hr/employees/83/ 200 [0.02, 127.0.0.1:57718] WARNING 2025-10-09 05:06:52,050 log 79100 6425997312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:06:52,051 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57718] WARNING 2025-10-09 05:06:52,118 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:58045] INFO 2025-10-09 05:06:52,150 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.05, 127.0.0.1:57718] INFO 2025-10-09 05:06:52,151 runserver 79100 6118404096 HTTP GET /en/hr/employees/83/clock-controls/ 200 [0.06, 127.0.0.1:57660] INFO 2025-10-09 05:07:41,578 runserver 79100 6118404096 HTTP GET /en/hr/employees/83/update/ 200 [0.03, 127.0.0.1:57660] WARNING 2025-10-09 05:07:41,600 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:07:41,600 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57660] INFO 2025-10-09 05:07:41,649 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57660] WARNING 2025-10-09 05:07:41,653 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57660] WARNING 2025-10-09 05:07:43,281 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57660] WARNING 2025-10-09 05:07:43,285 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:07:43,285 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57718] WARNING 2025-10-09 05:07:43,296 log 79100 6425997312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:07:43,297 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57718] WARNING 2025-10-09 05:07:46,196 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:57718] WARNING 2025-10-09 05:07:46,200 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:07:46,200 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57660] WARNING 2025-10-09 05:07:46,211 log 79100 6425997312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:07:46,212 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57660] INFO 2025-10-09 05:07:48,680 runserver 79100 6118404096 HTTP GET /en/hr/employees/create/ 200 [0.03, 127.0.0.1:57660] WARNING 2025-10-09 05:07:48,699 log 79100 6409170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:07:48,700 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57660] INFO 2025-10-09 05:07:48,750 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57660] WARNING 2025-10-09 05:07:48,754 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57660] WARNING 2025-10-09 05:07:50,514 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57660] WARNING 2025-10-09 05:07:50,519 log 79100 6409170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:07:50,519 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:57718] WARNING 2025-10-09 05:07:50,533 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:07:50,533 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57718] WARNING 2025-10-09 05:07:51,359 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57718] WARNING 2025-10-09 05:07:51,364 log 79100 6409170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:07:51,364 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:57660] WARNING 2025-10-09 05:07:51,374 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:07:51,375 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57660] INFO 2025-10-09 05:07:54,634 runserver 79100 6118404096 HTTP GET /en/hr/schedules/ 200 [0.04, 127.0.0.1:57660] WARNING 2025-10-09 05:07:54,655 log 79100 6425997312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:07:54,655 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57660] WARNING 2025-10-09 05:07:54,709 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57660] INFO 2025-10-09 05:07:54,728 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57660] INFO 2025-10-09 05:07:57,581 runserver 79100 6118404096 HTTP GET /en/hr/schedules/create/ 200 [0.02, 127.0.0.1:57660] WARNING 2025-10-09 05:07:57,602 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:07:57,603 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57660] INFO 2025-10-09 05:07:57,652 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57660] WARNING 2025-10-09 05:07:57,654 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57718] WARNING 2025-10-09 05:08:02,491 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:57718] WARNING 2025-10-09 05:08:02,495 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:08:02,495 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57660] WARNING 2025-10-09 05:08:02,508 log 79100 6425997312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:08:02,508 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57660] WARNING 2025-10-09 05:08:04,468 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57660] WARNING 2025-10-09 05:08:04,472 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:08:04,472 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57718] WARNING 2025-10-09 05:08:04,483 log 79100 6425997312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:08:04,483 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57718] INFO 2025-10-09 05:08:06,783 runserver 79100 6118404096 HTTP GET /en/hr/reviews/ 200 [0.04, 127.0.0.1:57718] WARNING 2025-10-09 05:08:06,806 log 79100 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:08:06,807 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57718] INFO 2025-10-09 05:08:06,861 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57718] WARNING 2025-10-09 05:08:06,863 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57660] INFO 2025-10-09 05:08:08,542 runserver 79100 6118404096 HTTP GET /en/hr/reviews/create/ 200 [0.04, 127.0.0.1:57660] INFO 2025-10-09 05:08:08,562 runserver 79100 6118404096 HTTP GET /static/plugins/summernote/dist/summernote-lite.css 200 [0.00, 127.0.0.1:57660] INFO 2025-10-09 05:08:08,563 runserver 79100 6118404096 HTTP GET /static/plugins/summernote/dist/summernote-lite.min.js 200 [0.00, 127.0.0.1:57718] WARNING 2025-10-09 05:08:08,565 log 79100 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:08:08,566 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58362] INFO 2025-10-09 05:08:08,598 runserver 79100 6118404096 HTTP GET /static/webfonts/fa-regular-400.woff2 200 [0.00, 127.0.0.1:58362] INFO 2025-10-09 05:08:08,611 runserver 79100 6118404096 HTTP GET /static/plugins/summernote/dist/summernote-lite.css.map 200 [0.00, 127.0.0.1:58362] WARNING 2025-10-09 05:08:08,620 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:58362] INFO 2025-10-09 05:08:08,632 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58362] INFO 2025-10-09 05:08:08,656 runserver 79100 6118404096 HTTP GET /static/plugins/summernote/dist/font/summernote.woff2 200 [0.00, 127.0.0.1:58362] WARNING 2025-10-09 05:08:19,854 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:58362] WARNING 2025-10-09 05:08:19,858 log 79100 6425997312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:08:19,858 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57718] WARNING 2025-10-09 05:08:19,873 log 79100 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:08:19,875 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:57718] WARNING 2025-10-09 05:08:21,562 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:57718] WARNING 2025-10-09 05:08:21,566 log 79100 6425997312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:08:21,566 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:58362] WARNING 2025-10-09 05:08:21,579 log 79100 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:08:21,579 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58362] INFO 2025-10-09 05:08:24,551 runserver 79100 6118404096 HTTP GET /en/hr/time-entries/ 200 [0.05, 127.0.0.1:58362] WARNING 2025-10-09 05:08:24,569 log 79100 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:08:24,570 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58362] INFO 2025-10-09 05:08:24,630 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58362] WARNING 2025-10-09 05:08:24,641 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:58362] INFO 2025-10-09 05:08:27,040 runserver 79100 6118404096 HTTP GET /en/hr/time-entries/create/ 200 [0.02, 127.0.0.1:58362] INFO 2025-10-09 05:08:27,053 runserver 79100 6118404096 HTTP GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.css 200 [0.00, 127.0.0.1:58362] INFO 2025-10-09 05:08:27,058 runserver 79100 6118404096 HTTP GET /static/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css 200 [0.00, 127.0.0.1:57718] INFO 2025-10-09 05:08:27,058 runserver 79100 6118404096 HTTP GET /static/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js 200 [0.00, 127.0.0.1:58442] INFO 2025-10-09 05:08:27,059 runserver 79100 6118404096 HTTP GET /static/plugins/bootstrap-datepicker/js/bootstrap-datepicker.js 200 [0.01, 127.0.0.1:57660] WARNING 2025-10-09 05:08:27,059 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:08:27,059 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:58443] INFO 2025-10-09 05:08:27,092 runserver 79100 6118404096 HTTP GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.css.map 200 [0.00, 127.0.0.1:58443] WARNING 2025-10-09 05:08:27,105 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:58443] INFO 2025-10-09 05:08:27,112 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57660] WARNING 2025-10-09 05:08:30,230 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57660] WARNING 2025-10-09 05:08:30,233 log 79100 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:08:30,233 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57660] WARNING 2025-10-09 05:08:30,244 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:08:30,244 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57660] WARNING 2025-10-09 05:08:30,448 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57660] WARNING 2025-10-09 05:08:30,452 log 79100 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:08:30,453 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:58443] WARNING 2025-10-09 05:08:30,461 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:08:30,461 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58443] INFO 2025-10-09 05:08:32,347 runserver 79100 6118404096 HTTP GET /en/hr/departments/ 200 [0.03, 127.0.0.1:58443] WARNING 2025-10-09 05:08:32,367 log 79100 6425997312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:08:32,368 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58443] INFO 2025-10-09 05:08:32,425 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58443] WARNING 2025-10-09 05:08:32,431 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:58443] INFO 2025-10-09 05:08:33,619 runserver 79100 6118404096 HTTP GET /en/hr/departments/create/ 200 [0.03, 127.0.0.1:58443] WARNING 2025-10-09 05:08:33,640 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:08:33,641 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58443] INFO 2025-10-09 05:08:33,687 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58443] WARNING 2025-10-09 05:08:33,689 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57660] WARNING 2025-10-09 05:08:36,104 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:57660] WARNING 2025-10-09 05:08:36,108 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:08:36,109 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58443] WARNING 2025-10-09 05:08:36,119 log 79100 6425997312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:08:36,119 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58443] WARNING 2025-10-09 05:08:43,797 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:58443] WARNING 2025-10-09 05:08:43,800 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:08:43,800 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57660] WARNING 2025-10-09 05:08:43,810 log 79100 6425997312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:08:43,810 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57660] INFO 2025-10-09 05:08:59,298 runserver 79100 6118404096 HTTP GET /en/emr/ 200 [0.03, 127.0.0.1:57660] WARNING 2025-10-09 05:08:59,318 log 79100 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:08:59,318 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57660] INFO 2025-10-09 05:08:59,346 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57660] WARNING 2025-10-09 05:08:59,370 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57660] INFO 2025-10-09 05:08:59,390 runserver 79100 6118404096 HTTP GET /en/emr/stats/ 200 [0.06, 127.0.0.1:58443] INFO 2025-10-09 05:09:03,889 runserver 79100 6118404096 HTTP GET /en/emr/vital-signs/ 200 [0.03, 127.0.0.1:58443] WARNING 2025-10-09 05:09:03,910 log 79100 6425997312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:09:03,910 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58443] INFO 2025-10-09 05:09:03,966 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58443] WARNING 2025-10-09 05:09:03,971 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:58443] WARNING 2025-10-09 05:09:12,404 log 79100 6152056832 Not Found: /en/emr/vital-signs/create WARNING 2025-10-09 05:09:12,405 runserver 79100 6118404096 HTTP GET /en/emr/vital-signs/create 404 [0.01, 127.0.0.1:58443] WARNING 2025-10-09 05:09:12,425 log 79100 6425997312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:09:12,425 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58443] WARNING 2025-10-09 05:09:17,466 log 79100 6358691840 Not Found: /en/emr/vital-signs/1/create WARNING 2025-10-09 05:09:17,466 runserver 79100 6118404096 HTTP GET /en/emr/vital-signs/1/create 404 [0.01, 127.0.0.1:58443] WARNING 2025-10-09 05:09:17,477 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:09:17,478 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58443] WARNING 2025-10-09 05:09:25,204 log 79100 6425997312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:09:25,205 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:58443] WARNING 2025-10-09 05:09:34,925 log 79100 6358691840 Not Found: /en/emr/13/vital-signs/create WARNING 2025-10-09 05:09:34,925 runserver 79100 6118404096 HTTP GET /en/emr/13/vital-signs/create 404 [0.01, 127.0.0.1:58443] WARNING 2025-10-09 05:09:34,941 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:09:34,942 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58443] INFO 2025-10-09 05:09:57,969 runserver 79100 6118404096 HTTP GET /en/emr/vital-signs/13 301 [0.01, 127.0.0.1:58443] INFO 2025-10-09 05:09:57,989 runserver 79100 6118404096 HTTP GET /en/emr/vital-signs/13/ 200 [0.02, 127.0.0.1:58443] WARNING 2025-10-09 05:09:58,000 log 79100 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:09:58,001 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:58443] INFO 2025-10-09 05:09:58,002 runserver 79100 6118404096 HTTP GET /static/plugins/%40highlightjs/cdn-assets/highlight.min.js 200 [0.00, 127.0.0.1:58833] INFO 2025-10-09 05:09:58,003 runserver 79100 6118404096 HTTP GET /static/plugins/apexcharts/dist/apexcharts.js 200 [0.01, 127.0.0.1:57660] WARNING 2025-10-09 05:09:58,052 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:57660] INFO 2025-10-09 05:09:58,079 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57660] INFO 2025-10-09 05:09:58,083 runserver 79100 6118404096 HTTP GET /en/emr/vital-signs-chart/1/ 200 [0.02, 127.0.0.1:58833] WARNING 2025-10-09 05:10:16,289 log 79100 6409170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:10:16,290 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58833] WARNING 2025-10-09 05:10:18,562 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:10:18,562 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:58833] WARNING 2025-10-09 05:10:19,164 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:58833] WARNING 2025-10-09 05:10:19,168 log 79100 6409170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:10:19,169 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:57660] WARNING 2025-10-09 05:10:19,178 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:10:19,179 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57660] WARNING 2025-10-09 05:10:21,852 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57660] WARNING 2025-10-09 05:10:21,857 log 79100 6409170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:10:21,857 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:58833] WARNING 2025-10-09 05:10:21,868 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:10:21,868 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58833] INFO 2025-10-09 05:10:24,389 runserver 79100 6118404096 HTTP GET /en/emr/problems/ 200 [0.04, 127.0.0.1:58833] WARNING 2025-10-09 05:10:24,409 log 79100 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:10:24,410 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58833] INFO 2025-10-09 05:10:24,461 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58833] WARNING 2025-10-09 05:10:24,465 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:58833] INFO 2025-10-09 05:11:42,818 runserver 79100 6118404096 HTTP GET /en/hr/employees/ 200 [0.02, 127.0.0.1:59315] WARNING 2025-10-09 05:11:42,835 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:11:42,836 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59315] INFO 2025-10-09 05:11:42,861 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59315] WARNING 2025-10-09 05:11:42,890 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59315] INFO 2025-10-09 05:12:22,631 runserver 79100 6118404096 HTTP GET /en/hr/employees/83/ 200 [0.02, 127.0.0.1:59315] WARNING 2025-10-09 05:12:22,647 log 79100 6409170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:12:22,648 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59315] WARNING 2025-10-09 05:12:22,696 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59480] INFO 2025-10-09 05:12:22,706 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59315] INFO 2025-10-09 05:12:22,706 runserver 79100 6118404096 HTTP GET /en/hr/employees/83/clock-controls/ 200 [0.02, 127.0.0.1:59316] WARNING 2025-10-09 05:12:27,438 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:59316] WARNING 2025-10-09 05:12:27,442 log 79100 6409170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:12:27,442 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59315] WARNING 2025-10-09 05:12:27,455 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:12:27,455 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59315] WARNING 2025-10-09 05:12:28,807 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59315] WARNING 2025-10-09 05:12:28,812 log 79100 6409170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:12:28,812 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:59316] WARNING 2025-10-09 05:12:28,823 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:12:28,823 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59316] INFO 2025-10-09 05:12:30,820 runserver 79100 6118404096 HTTP GET /en/emr/problems/141/ 200 [0.02, 127.0.0.1:59316] INFO 2025-10-09 05:12:30,836 runserver 79100 6118404096 HTTP GET /static/plugins/lity/dist/lity.min.css 200 [0.00, 127.0.0.1:59316] INFO 2025-10-09 05:12:30,836 runserver 79100 6118404096 HTTP GET /static/plugins/bootstrap-icons/font/bootstrap-icons.css 200 [0.00, 127.0.0.1:59315] INFO 2025-10-09 05:12:30,836 runserver 79100 6118404096 HTTP GET /static/plugins/lity/dist/lity.min.js 200 [0.00, 127.0.0.1:59480] WARNING 2025-10-09 05:12:30,840 log 79100 6409170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:12:30,840 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59514] WARNING 2025-10-09 05:12:30,887 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59514] INFO 2025-10-09 05:12:30,893 runserver 79100 6118404096 HTTP GET /static/plugins/bootstrap-icons/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6 200 [0.00, 127.0.0.1:59514] INFO 2025-10-09 05:12:30,897 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59480] INFO 2025-10-09 05:12:38,325 runserver 79100 6118404096 HTTP GET /en/emr/problems/141/update/ 200 [0.24, 127.0.0.1:59480] WARNING 2025-10-09 05:12:38,347 log 79100 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:12:38,347 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59480] INFO 2025-10-09 05:12:38,408 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59480] WARNING 2025-10-09 05:12:38,420 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59480] INFO 2025-10-09 05:17:38,423 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60931] INFO 2025-10-09 05:22:33,451 runserver 79100 6118404096 HTTP GET /en/appointments/waiting-list/ 200 [0.03, 127.0.0.1:62240] WARNING 2025-10-09 05:22:33,466 log 79100 6409170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:22:33,466 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62240] INFO 2025-10-09 05:22:33,484 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62240] WARNING 2025-10-09 05:22:33,515 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:62240] INFO 2025-10-09 05:22:37,626 runserver 79100 6118404096 HTTP GET /en/appointments/waiting-list/1/ 200 [0.02, 127.0.0.1:62240] WARNING 2025-10-09 05:22:37,638 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:22:37,639 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62240] INFO 2025-10-09 05:22:37,676 runserver 79100 6118404096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62240] WARNING 2025-10-09 05:22:37,688 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:62240] WARNING 2025-10-09 05:23:19,093 runserver 79100 6118404096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:62241] WARNING 2025-10-09 05:23:19,097 log 79100 6152056832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:23:19,098 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:62430] INFO 2025-10-09 05:23:19,104 runserver 79100 6118404096 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:62240] WARNING 2025-10-09 05:23:19,110 log 79100 6409170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:23:19,111 runserver 79100 6118404096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62240] INFO 2025-10-09 05:23:33,549 runserver 79100 6118404096 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:62240] INFO 2025-10-09 05:36:42,303 autoreload 95097 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 05:36:42,660 server 95097 6174601216 HTTP/2 support enabled INFO 2025-10-09 05:36:42,660 server 95097 6174601216 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 05:36:42,660 server 95097 6174601216 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 05:37:00,995 runserver 95097 6174601216 HTTP GET /en/appointments/slots 301 [0.08, 127.0.0.1:49657] ERROR 2025-10-09 05:37:01,083 log 95097 6208253952 Internal Server Error: /en/appointments/slots/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 376, in get_context_data context['search_form'] = SlotSearchForm( ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py", line 638, in __init__ self.fields['provider'].queryset = User.objects.filter( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'role' into field. Choices are: accepted_recommendations, accessible_dashboards, acknowledged_alerts, administered_medications, administered_transfusions, admitted_patients, alertrule, analyzed_results, anesthesia_cases, approval_communications, approval_status_changes, approved_care_plans, approved_employees, approved_purchase_orders, approved_reservations, approved_salary_adjustments, approved_schedules, approved_time_entries, approved_transfers, asset, assigned_approvals, assigned_incidents, assigned_maintenance, assigned_queue_entries, assistant_or_blocks, assistant_surgical_cases, attending_bills, attending_patients, attending_wards, audit_logs, audit_team_memberships, authored_notes, availability_slots, billing_provider_bills, blocked_beds, blood_requests, bloodtest, building, cancelled_appointments, cancelled_leave_requests, cancelled_requests, care_team_plans, checked_in_appointments, circulating_cases, claim_status_updates, claimdocument, claimstatushistory, cleaned_beds, co_signed_notes, collected_specimens, collected_units, communicationchannel, completed_transfers, completed_transfusions, conducted_reviews, consulting_patients, created_admissions, created_alert_rules, created_alerts, created_appointment_templates, created_appointments, created_approval_templates, created_approvals, created_audit_plans, created_availability_slots, created_beds, created_billing_configurations, created_care_plans, created_claims, created_consent_forms, created_consent_templates, created_data_mappings, created_discharge_summaries, created_document_requests, created_document_templates, created_donors, created_drug_interactions, created_employees, created_encounters, created_external_systems, created_findings, created_improvement_projects, created_insurance_claims, created_integration_endpoints, created_inventory_items, created_inventory_locations, created_lab_tests, created_leave_delegations, created_leave_requests, created_leave_types, created_measurements, created_medical_bills, created_medication_inventory_items, created_medications, created_note_templates, created_notifications, created_operating_rooms, created_or_blocks, created_patient_notes, created_priority_rules, created_problems, created_protocols, created_purchase_orders, created_recommendations, created_reference_ranges, created_report_templates, created_risk_assessments, created_salary_adjustments, created_salary_records, created_schedules, created_studies, created_suggestions, created_suppliers, created_surgical_cases, created_surgical_note_templates, created_telemedicine_sessions, created_training_certificates, created_training_programs, created_training_records, created_training_sessions, created_waiting_list_entries, created_waiting_queues, created_wards, created_webhooks, critical_communicated_reports, crossmatch, dashboard, datasource, date_joined, deferred_recommendations, diagnosed_problems, dictated_reports, discharge_planning_cases, dismissed_recommendations, dispensed_medications, double_checked_administrations, email, emailaddress, employee_profile, emr_acknowledged_alerts, encounters, energyreading, failed_login_attempts, first_name, force_password_change, groups, id, initiated_capas, inspections_conducted, integration_logs, interpreted_studies, investigated_reactions, is_active, is_staff, is_superuser, issued_units, last_login, last_name, last_password_change, led_audits, locked_until, logentry, maintenance_requests, maintenanceschedule, managed_locations, managed_problems, managed_projects, managed_wards, max_concurrent_sessions, messagerecipient, metricdefinition, notificationtemplate, ordered_imaging_studies, ordered_lab_tests, ordered_suggestions, password, password_expires_at, password_history, performed_qc, physician_discharges, planned_discharges, preferred_by_patients, prescribed_medications, primary_care_plans, primary_nurse_discharges, primary_or_blocks, primary_surgical_cases, processed_payments, processed_requests, project_team_memberships, provider_appointments, provider_waiting_list, qc_tests, radiology_reports, received_payments, received_specimens, received_units, recorded_equipment_usage, referred_studies, registered_patients, removed_waiting_list_entries, rendered_line_items, report, reported_incidents, reported_reactions, reportexecution, requested_approvals, requested_purchase_orders, requested_transfers, resolved_alerts, resolved_allergy_alerts, responsible_findings, responsible_quality_indicators, responsible_risks, reviewed_qc, reviewed_qc_tests, scheduling_metrics, scrub_cases, sent_messages, servicecontract, session_timeout_minutes, signed_encounters, signed_training_certificates, social_accounts, spacereservation, sponsored_projects, stopped_transfusions, submitted_approvals, supervised_line_items, surgeon_surgical_notes, targeted_notifications, task, tenant, tenant_id, transcribed_reports, transport_assignments, triggered_integrations, two_factor_devices, two_factor_enabled, updated_configurations, updated_queue_entries, uploaded_approval_documents, user_id, user_permissions, user_sessions, username, verified_crossmatches, verified_dispenses, verified_findings, verified_measurements, verified_prescriptions, verified_problems, verified_results, verified_tests, verified_vital_signs, vital_signs_measurements, waiting_queues, waitinglistcontactlog, witnessed_administrations, witnessed_transfusions ERROR 2025-10-09 05:37:01,087 runserver 95097 6174601216 HTTP GET /en/appointments/slots/ 500 [0.08, 127.0.0.1:49657] WARNING 2025-10-09 05:37:01,117 log 95097 6208253952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:37:01,117 runserver 95097 6174601216 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:49657] INFO 2025-10-09 05:38:20,010 autoreload 95097 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-10-09 05:38:20,564 autoreload 95865 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 05:38:20,893 server 95865 6151172096 HTTP/2 support enabled INFO 2025-10-09 05:38:20,893 server 95865 6151172096 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 05:38:20,894 server 95865 6151172096 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 05:38:22,031 runserver 95865 6151172096 HTTP GET /en/appointments/slots/ 200 [0.14, 127.0.0.1:49999] WARNING 2025-10-09 05:38:22,044 runserver 95865 6151172096 HTTP GET /static/plugins/%40fullcalendar/main.min.css 404 [0.01, 127.0.0.1:49999] WARNING 2025-10-09 05:38:22,045 log 95865 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:38:22,046 runserver 95865 6151172096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:50000] WARNING 2025-10-09 05:38:22,118 runserver 95865 6151172096 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50000] INFO 2025-10-09 05:38:22,147 runserver 95865 6151172096 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:50000] WARNING 2025-10-09 05:38:22,201 log 95865 6341865472 Not Found: /api/slots/calendar/ WARNING 2025-10-09 05:38:22,201 runserver 95865 6151172096 HTTP GET /api/slots/calendar/?start=2025-10-05T00%3A00%3A00%2B03%3A00&end=2025-10-12T00%3A00%3A00%2B03%3A00 404 [0.00, 127.0.0.1:50000] ERROR 2025-10-09 05:38:44,052 log 95865 6358691840 Internal Server Error: /en/appointments/slots/5762/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py", line 198, in __init__ self.fields['provider'].queryset = User.objects.filter( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'role' into field. Choices are: accepted_recommendations, accessible_dashboards, acknowledged_alerts, administered_medications, administered_transfusions, admitted_patients, alertrule, analyzed_results, anesthesia_cases, approval_communications, approval_status_changes, approved_care_plans, approved_employees, approved_purchase_orders, approved_reservations, approved_salary_adjustments, approved_schedules, approved_time_entries, approved_transfers, asset, assigned_approvals, assigned_incidents, assigned_maintenance, assigned_queue_entries, assistant_or_blocks, assistant_surgical_cases, attending_bills, attending_patients, attending_wards, audit_logs, audit_team_memberships, authored_notes, availability_slots, billing_provider_bills, blocked_beds, blood_requests, bloodtest, building, cancelled_appointments, cancelled_leave_requests, cancelled_requests, care_team_plans, checked_in_appointments, circulating_cases, claim_status_updates, claimdocument, claimstatushistory, cleaned_beds, co_signed_notes, collected_specimens, collected_units, communicationchannel, completed_transfers, completed_transfusions, conducted_reviews, consulting_patients, created_admissions, created_alert_rules, created_alerts, created_appointment_templates, created_appointments, created_approval_templates, created_approvals, created_audit_plans, created_availability_slots, created_beds, created_billing_configurations, created_care_plans, created_claims, created_consent_forms, created_consent_templates, created_data_mappings, created_discharge_summaries, created_document_requests, created_document_templates, created_donors, created_drug_interactions, created_employees, created_encounters, created_external_systems, created_findings, created_improvement_projects, created_insurance_claims, created_integration_endpoints, created_inventory_items, created_inventory_locations, created_lab_tests, created_leave_delegations, created_leave_requests, created_leave_types, created_measurements, created_medical_bills, created_medication_inventory_items, created_medications, created_note_templates, created_notifications, created_operating_rooms, created_or_blocks, created_patient_notes, created_priority_rules, created_problems, created_protocols, created_purchase_orders, created_recommendations, created_reference_ranges, created_report_templates, created_risk_assessments, created_salary_adjustments, created_salary_records, created_schedules, created_studies, created_suggestions, created_suppliers, created_surgical_cases, created_surgical_note_templates, created_telemedicine_sessions, created_training_certificates, created_training_programs, created_training_records, created_training_sessions, created_waiting_list_entries, created_waiting_queues, created_wards, created_webhooks, critical_communicated_reports, crossmatch, dashboard, datasource, date_joined, deferred_recommendations, diagnosed_problems, dictated_reports, discharge_planning_cases, dismissed_recommendations, dispensed_medications, double_checked_administrations, email, emailaddress, employee_profile, emr_acknowledged_alerts, encounters, energyreading, failed_login_attempts, first_name, force_password_change, groups, id, initiated_capas, inspections_conducted, integration_logs, interpreted_studies, investigated_reactions, is_active, is_staff, is_superuser, issued_units, last_login, last_name, last_password_change, led_audits, locked_until, logentry, maintenance_requests, maintenanceschedule, managed_locations, managed_problems, managed_projects, managed_wards, max_concurrent_sessions, messagerecipient, metricdefinition, notificationtemplate, ordered_imaging_studies, ordered_lab_tests, ordered_suggestions, password, password_expires_at, password_history, performed_qc, physician_discharges, planned_discharges, preferred_by_patients, prescribed_medications, primary_care_plans, primary_nurse_discharges, primary_or_blocks, primary_surgical_cases, processed_payments, processed_requests, project_team_memberships, provider_appointments, provider_waiting_list, qc_tests, radiology_reports, received_payments, received_specimens, received_units, recorded_equipment_usage, referred_studies, registered_patients, removed_waiting_list_entries, rendered_line_items, report, reported_incidents, reported_reactions, reportexecution, requested_approvals, requested_purchase_orders, requested_transfers, resolved_alerts, resolved_allergy_alerts, responsible_findings, responsible_quality_indicators, responsible_risks, reviewed_qc, reviewed_qc_tests, scheduling_metrics, scrub_cases, sent_messages, servicecontract, session_timeout_minutes, signed_encounters, signed_training_certificates, social_accounts, spacereservation, sponsored_projects, stopped_transfusions, submitted_approvals, supervised_line_items, surgeon_surgical_notes, targeted_notifications, task, tenant, tenant_id, transcribed_reports, transport_assignments, triggered_integrations, two_factor_devices, two_factor_enabled, updated_configurations, updated_queue_entries, uploaded_approval_documents, user_id, user_permissions, user_sessions, username, verified_crossmatches, verified_dispenses, verified_findings, verified_measurements, verified_prescriptions, verified_problems, verified_results, verified_tests, verified_vital_signs, vital_signs_measurements, waiting_queues, waitinglistcontactlog, witnessed_administrations, witnessed_transfusions ERROR 2025-10-09 05:38:44,058 runserver 95865 6151172096 HTTP GET /en/appointments/slots/5762/update/ 500 [0.05, 127.0.0.1:50000] WARNING 2025-10-09 05:38:44,075 log 95865 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:38:44,076 runserver 95865 6151172096 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50000] INFO 2025-10-09 05:39:19,535 autoreload 95865 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-10-09 05:39:20,073 autoreload 96366 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 05:39:20,346 server 96366 6174715904 HTTP/2 support enabled INFO 2025-10-09 05:39:20,346 server 96366 6174715904 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 05:39:20,347 server 96366 6174715904 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 05:39:23,174 runserver 96366 6174715904 HTTP GET /en/appointments/slots/5762/update/ 200 [0.12, 127.0.0.1:50271] INFO 2025-10-09 05:39:23,190 runserver 96366 6174715904 HTTP GET /static/plugins/select2/css/select2.min.css 200 [0.01, 127.0.0.1:50271] INFO 2025-10-09 05:39:23,191 runserver 96366 6174715904 HTTP GET /static/plugins/select2/dist/js/select2.full.js 200 [0.01, 127.0.0.1:50272] WARNING 2025-10-09 05:39:23,193 log 96366 6208368640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:39:23,193 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50274] WARNING 2025-10-09 05:39:23,236 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50274] INFO 2025-10-09 05:39:23,258 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:50272] WARNING 2025-10-09 05:39:43,844 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50272] WARNING 2025-10-09 05:39:43,858 log 96366 6208368640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:39:43,858 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50272] WARNING 2025-10-09 05:39:43,873 runserver 96366 6174715904 HTTP GET /static/plugins/%40fullcalendar/main.min.css 404 [0.00, 127.0.0.1:50272] WARNING 2025-10-09 05:39:43,895 log 96366 6208368640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:39:43,896 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:50272] INFO 2025-10-09 05:41:59,064 runserver 96366 6174715904 HTTP GET /en/appointments/slots/5762/update/ 200 [0.02, 127.0.0.1:50953] WARNING 2025-10-09 05:41:59,084 log 96366 6208368640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:41:59,084 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50953] INFO 2025-10-09 05:41:59,134 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50953] WARNING 2025-10-09 05:41:59,136 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50954] WARNING 2025-10-09 05:42:01,347 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50954] WARNING 2025-10-09 05:42:01,363 log 96366 6208368640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:42:01,363 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50954] WARNING 2025-10-09 05:42:01,385 log 96366 6208368640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:42:01,386 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50954] INFO 2025-10-09 05:42:48,163 runserver 96366 6174715904 HTTP GET /en/appointments/slots/create/ 200 [0.02, 127.0.0.1:50954] WARNING 2025-10-09 05:42:48,184 log 96366 6208368640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:42:48,184 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50954] INFO 2025-10-09 05:42:48,230 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50954] WARNING 2025-10-09 05:42:48,235 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50954] WARNING 2025-10-09 05:42:49,960 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50954] WARNING 2025-10-09 05:42:49,977 log 96366 6208368640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:42:49,977 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50954] WARNING 2025-10-09 05:42:49,991 log 96366 6208368640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:42:49,991 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50954] INFO 2025-10-09 05:43:22,153 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:50954] INFO 2025-10-09 05:43:22,294 runserver 96366 6174715904 HTTP GET /en/appointments/slots/ 200 [0.08, 127.0.0.1:50954] WARNING 2025-10-09 05:43:22,307 runserver 96366 6174715904 HTTP GET /static/plugins/%40fullcalendar/main.min.css 404 [0.00, 127.0.0.1:50954] WARNING 2025-10-09 05:43:22,312 log 96366 6208368640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:43:22,313 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50954] WARNING 2025-10-09 05:43:22,367 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50954] INFO 2025-10-09 05:43:22,400 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50954] WARNING 2025-10-09 05:43:22,441 log 96366 6208368640 Not Found: /api/slots/calendar/ WARNING 2025-10-09 05:43:22,442 runserver 96366 6174715904 HTTP GET /api/slots/calendar/?start=2025-10-05T00%3A00%3A00%2B03%3A00&end=2025-10-12T00%3A00%3A00%2B03%3A00 404 [0.00, 127.0.0.1:50954] INFO 2025-10-09 05:46:30,798 runserver 96366 6174715904 HTTP GET /en/appointments/slots/13 301 [0.01, 127.0.0.1:52145] ERROR 2025-10-09 05:46:30,843 log 96366 6208368640 Internal Server Error: /en/appointments/slots/13/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'slot_book' not found. 'slot_book' is not a valid view function or pattern name. ERROR 2025-10-09 05:46:30,845 runserver 96366 6174715904 HTTP GET /en/appointments/slots/13/ 500 [0.05, 127.0.0.1:52145] WARNING 2025-10-09 05:46:30,868 log 96366 6242021376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 05:46:30,869 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:52145] ERROR 2025-10-09 06:01:58,723 log 96366 6208368640 Internal Server Error: /en/appointments/slots/13/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'slot_block' not found. 'slot_block' is not a valid view function or pattern name. ERROR 2025-10-09 06:01:58,728 runserver 96366 6174715904 HTTP GET /en/appointments/slots/13/ 500 [0.05, 127.0.0.1:56095] WARNING 2025-10-09 06:01:58,739 log 96366 6208368640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 06:01:58,739 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56095] ERROR 2025-10-09 06:02:32,836 log 96366 6242021376 Internal Server Error: /en/appointments/slots/13/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_reschedule' not found. 'appointment_reschedule' is not a valid view function or pattern name. ERROR 2025-10-09 06:02:32,840 runserver 96366 6174715904 HTTP GET /en/appointments/slots/13/ 500 [0.04, 127.0.0.1:56095] WARNING 2025-10-09 06:02:32,852 log 96366 6242021376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 06:02:32,852 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56095] ERROR 2025-10-09 06:02:54,233 log 96366 6208368640 Internal Server Error: /en/appointments/slots/13/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_cancel' not found. 'appointment_cancel' is not a valid view function or pattern name. ERROR 2025-10-09 06:02:54,235 runserver 96366 6174715904 HTTP GET /en/appointments/slots/13/ 500 [0.05, 127.0.0.1:56095] WARNING 2025-10-09 06:02:54,245 log 96366 6208368640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 06:02:54,245 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56095] INFO 2025-10-09 06:03:07,140 runserver 96366 6174715904 HTTP GET /en/appointments/slots/13/ 200 [0.02, 127.0.0.1:56095] WARNING 2025-10-09 06:03:07,151 log 96366 6208368640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 06:03:07,151 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56095] INFO 2025-10-09 06:03:07,204 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56095] WARNING 2025-10-09 06:03:07,207 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:56095] INFO 2025-10-09 06:08:07,218 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57686] INFO 2025-10-09 06:14:28,597 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:58962] INFO 2025-10-09 06:20:49,953 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60240] INFO 2025-10-09 07:01:34,863 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:61638] INFO 2025-10-09 07:06:34,866 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:62925] INFO 2025-10-09 07:11:34,865 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64182] INFO 2025-10-09 07:16:35,027 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:65445] INFO 2025-10-09 07:21:35,026 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:50298] INFO 2025-10-09 07:26:35,039 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:51542] INFO 2025-10-09 07:31:35,037 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:52778] INFO 2025-10-09 07:36:35,047 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:54046] INFO 2025-10-09 07:41:35,059 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:55285] INFO 2025-10-09 07:46:35,043 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56527] INFO 2025-10-09 07:51:35,054 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57768] INFO 2025-10-09 07:56:35,051 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59012] INFO 2025-10-09 08:01:35,061 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60255] INFO 2025-10-09 08:06:35,065 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:61508] INFO 2025-10-09 08:06:41,227 runserver 96366 6174715904 HTTP GET /en/appointments/slots/13/ 200 [0.02, 127.0.0.1:61508] WARNING 2025-10-09 08:06:41,241 log 96366 6208368640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:06:41,242 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:61508] WARNING 2025-10-09 08:06:41,293 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:61534] INFO 2025-10-09 08:06:41,300 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:61508] WARNING 2025-10-09 08:06:42,331 log 96366 6208368640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:06:42,332 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:61508] WARNING 2025-10-09 08:06:42,392 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:61508] WARNING 2025-10-09 08:06:42,438 log 96366 6208368640 Not Found: /api/slots/calendar/ WARNING 2025-10-09 08:06:42,438 runserver 96366 6174715904 HTTP GET /api/slots/calendar/?start=2025-10-05T00%3A00%3A00%2B03%3A00&end=2025-10-12T00%3A00%3A00%2B03%3A00 404 [0.00, 127.0.0.1:61508] WARNING 2025-10-09 08:06:43,729 log 96366 6208368640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:06:43,730 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:61508] WARNING 2025-10-09 08:06:43,770 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:61508] INFO 2025-10-09 08:06:46,074 runserver 96366 6174715904 HTTP GET /en/appointments/waiting-list/ 200 [0.04, 127.0.0.1:61508] WARNING 2025-10-09 08:06:46,085 log 96366 6208368640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:06:46,085 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:61508] INFO 2025-10-09 08:06:46,141 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61508] WARNING 2025-10-09 08:06:46,145 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:61508] INFO 2025-10-09 08:07:16,160 runserver 96366 6174715904 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:61508] INFO 2025-10-09 08:07:46,158 runserver 96366 6174715904 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:61508] INFO 2025-10-09 08:08:16,155 runserver 96366 6174715904 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:61508] INFO 2025-10-09 08:08:46,158 runserver 96366 6174715904 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:61508] INFO 2025-10-09 08:09:16,160 runserver 96366 6174715904 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:61508] INFO 2025-10-09 08:09:46,161 runserver 96366 6174715904 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61508] INFO 2025-10-09 08:10:16,159 runserver 96366 6174715904 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:61508] INFO 2025-10-09 08:10:46,157 runserver 96366 6174715904 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:61508] INFO 2025-10-09 08:11:16,164 runserver 96366 6174715904 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61508] INFO 2025-10-09 08:11:46,149 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61508] INFO 2025-10-09 08:11:46,157 runserver 96366 6174715904 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:62803] INFO 2025-10-09 08:12:16,175 runserver 96366 6174715904 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:62803] INFO 2025-10-09 08:12:46,157 runserver 96366 6174715904 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:62803] INFO 2025-10-09 08:13:16,159 runserver 96366 6174715904 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:62803] INFO 2025-10-09 08:13:46,162 runserver 96366 6174715904 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:62803] INFO 2025-10-09 08:14:16,162 runserver 96366 6174715904 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:62803] INFO 2025-10-09 08:14:46,194 runserver 96366 6174715904 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:62803] INFO 2025-10-09 08:14:53,162 runserver 96366 6174715904 HTTP GET /en/appointments/waiting-list/ 200 [0.02, 127.0.0.1:62803] WARNING 2025-10-09 08:14:53,173 log 96366 6208368640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:14:53,173 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:62803] INFO 2025-10-09 08:14:53,229 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62803] WARNING 2025-10-09 08:14:53,232 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:62803] INFO 2025-10-09 08:19:53,242 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64975] INFO 2025-10-09 08:21:18,196 runserver 96366 6174715904 HTTP GET /en/appointments/waiting-list/ 200 [0.03, 127.0.0.1:65401] WARNING 2025-10-09 08:21:18,210 log 96366 6208368640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:21:18,211 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65401] INFO 2025-10-09 08:21:18,268 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65401] WARNING 2025-10-09 08:21:18,270 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65402] INFO 2025-10-09 08:21:26,403 runserver 96366 6174715904 HTTP GET /en/appointments/waiting-list/ 200 [0.03, 127.0.0.1:65402] INFO 2025-10-09 08:21:26,415 runserver 96366 6174715904 HTTP GET /static/css/custom.css 200 [0.00, 127.0.0.1:65438] INFO 2025-10-09 08:21:26,416 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.css 200 [0.00, 127.0.0.1:65439] INFO 2025-10-09 08:21:26,416 runserver 96366 6174715904 HTTP GET /static/img/user/user-12.jpg 200 [0.00, 127.0.0.1:65440] INFO 2025-10-09 08:21:26,416 runserver 96366 6174715904 HTTP GET /static/js/htmx.min.js 200 [0.00, 127.0.0.1:65441] INFO 2025-10-09 08:21:26,416 runserver 96366 6174715904 HTTP GET /static/css/vendor.min.css 200 [0.01, 127.0.0.1:65402] INFO 2025-10-09 08:21:26,419 runserver 96366 6174715904 HTTP GET /static/css/default/app.min.css 200 [0.01, 127.0.0.1:65401] WARNING 2025-10-09 08:21:26,423 log 96366 6242021376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:21:26,423 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:65438] INFO 2025-10-09 08:21:26,424 runserver 96366 6174715904 HTTP GET /static/js/vendor.min.js 200 [0.01, 127.0.0.1:65439] INFO 2025-10-09 08:21:26,424 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.min.js 200 [0.01, 127.0.0.1:65441] INFO 2025-10-09 08:21:26,424 runserver 96366 6174715904 HTTP GET /static/js/custom.js 200 [0.01, 127.0.0.1:65402] INFO 2025-10-09 08:21:26,424 runserver 96366 6174715904 HTTP GET /static/js/app.min.js 200 [0.01, 127.0.0.1:65440] INFO 2025-10-09 08:21:26,426 runserver 96366 6174715904 HTTP GET /static/img/theme/default.jpg 200 [0.00, 127.0.0.1:65401] INFO 2025-10-09 08:21:26,428 runserver 96366 6174715904 HTTP GET /static/img/theme/transparent.jpg 200 [0.00, 127.0.0.1:65438] INFO 2025-10-09 08:21:26,429 runserver 96366 6174715904 HTTP GET /static/img/theme/material.jpg 200 [0.00, 127.0.0.1:65441] INFO 2025-10-09 08:21:26,429 runserver 96366 6174715904 HTTP GET /static/img/theme/apple.jpg 200 [0.00, 127.0.0.1:65402] INFO 2025-10-09 08:21:26,430 runserver 96366 6174715904 HTTP GET /static/img/theme/facebook.jpg 200 [0.00, 127.0.0.1:65440] INFO 2025-10-09 08:21:26,433 runserver 96366 6174715904 HTTP GET /static/img/theme/google.jpg 200 [0.00, 127.0.0.1:65401] INFO 2025-10-09 08:21:26,433 runserver 96366 6174715904 HTTP GET /static/img/version/ajax.jpg 200 [0.00, 127.0.0.1:65439] INFO 2025-10-09 08:21:26,434 runserver 96366 6174715904 HTTP GET /static/img/version/html.jpg 200 [0.00, 127.0.0.1:65438] INFO 2025-10-09 08:21:26,434 runserver 96366 6174715904 HTTP GET /static/img/version/angular1x.jpg 200 [0.00, 127.0.0.1:65402] INFO 2025-10-09 08:21:26,435 runserver 96366 6174715904 HTTP GET /static/img/version/angular10x.jpg 200 [0.00, 127.0.0.1:65441] INFO 2025-10-09 08:21:26,435 runserver 96366 6174715904 HTTP GET /static/img/version/svelte.jpg 200 [0.00, 127.0.0.1:65440] INFO 2025-10-09 08:21:26,438 runserver 96366 6174715904 HTTP GET /static/img/version/laravel.jpg 200 [0.00, 127.0.0.1:65439] INFO 2025-10-09 08:21:26,438 runserver 96366 6174715904 HTTP GET /static/img/version/django.jpg 200 [0.00, 127.0.0.1:65401] INFO 2025-10-09 08:21:26,439 runserver 96366 6174715904 HTTP GET /static/img/version/vuejs.jpg 200 [0.00, 127.0.0.1:65402] INFO 2025-10-09 08:21:26,439 runserver 96366 6174715904 HTTP GET /static/img/version/reactjs.jpg 200 [0.00, 127.0.0.1:65438] INFO 2025-10-09 08:21:26,440 runserver 96366 6174715904 HTTP GET /static/img/version/dotnet.jpg 200 [0.00, 127.0.0.1:65440] INFO 2025-10-09 08:21:26,440 runserver 96366 6174715904 HTTP GET /static/webfonts/fa-solid-900.woff2 200 [0.00, 127.0.0.1:65441] INFO 2025-10-09 08:21:26,443 runserver 96366 6174715904 HTTP GET /static/img/version/nextjs.jpg 200 [0.00, 127.0.0.1:65439] INFO 2025-10-09 08:21:26,444 runserver 96366 6174715904 HTTP GET /static/img/theme/one-page-parallax.jpg 200 [0.00, 127.0.0.1:65402] INFO 2025-10-09 08:21:26,444 runserver 96366 6174715904 HTTP GET /static/img/theme/forum.jpg 200 [0.00, 127.0.0.1:65440] INFO 2025-10-09 08:21:26,445 runserver 96366 6174715904 HTTP GET /static/img/theme/e-commerce.jpg 200 [0.00, 127.0.0.1:65401] INFO 2025-10-09 08:21:26,445 runserver 96366 6174715904 HTTP GET /static/img/theme/blog.jpg 200 [0.00, 127.0.0.1:65438] INFO 2025-10-09 08:21:26,445 runserver 96366 6174715904 HTTP GET /static/img/theme/corporate.jpg 200 [0.00, 127.0.0.1:65441] INFO 2025-10-09 08:21:26,609 runserver 96366 6174715904 HTTP GET /static/css/default/app.min.css.map 200 [0.00, 127.0.0.1:65441] WARNING 2025-10-09 08:21:26,612 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65438] INFO 2025-10-09 08:21:26,620 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65401] WARNING 2025-10-09 08:21:26,693 log 96366 13874884608 Not Found: /favicon.ico WARNING 2025-10-09 08:21:26,694 runserver 96366 6174715904 HTTP GET /favicon.ico 404 [0.00, 127.0.0.1:65401] INFO 2025-10-09 08:21:52,602 runserver 96366 6174715904 HTTP GET /en/emr/problems/141/update/ 200 [0.30, 127.0.0.1:65401] WARNING 2025-10-09 08:21:52,621 log 96366 13874884608 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-10-09 08:21:52,621 runserver 96366 6174715904 HTTP GET /static/plugins/select2/dist/css/select2.min.css 200 [0.01, 127.0.0.1:65401] INFO 2025-10-09 08:21:52,622 runserver 96366 6174715904 HTTP GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css 200 [0.00, 127.0.0.1:65438] WARNING 2025-10-09 08:21:52,622 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:65441] INFO 2025-10-09 08:21:52,622 runserver 96366 6174715904 HTTP GET /static/plugins/select2/dist/js/select2.min.js 200 [0.00, 127.0.0.1:65402] INFO 2025-10-09 08:21:52,622 runserver 96366 6174715904 HTTP GET /static/plugins/bootstrap-icons/font/bootstrap-icons.css 200 [0.01, 127.0.0.1:65440] INFO 2025-10-09 08:21:52,622 runserver 96366 6174715904 HTTP GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js 200 [0.00, 127.0.0.1:65439] WARNING 2025-10-09 08:21:52,704 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65439] INFO 2025-10-09 08:21:55,408 runserver 96366 6174715904 HTTP GET / 302 [0.01, 127.0.0.1:65439] INFO 2025-10-09 08:21:55,451 runserver 96366 6174715904 HTTP GET /en/ 200 [0.04, 127.0.0.1:65439] WARNING 2025-10-09 08:21:55,464 log 96366 13874884608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:21:55,464 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65439] WARNING 2025-10-09 08:21:55,518 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65438] INFO 2025-10-09 08:21:55,547 runserver 96366 6174715904 HTTP GET /en/htmx/system-health/ 200 [0.04, 127.0.0.1:65402] INFO 2025-10-09 08:21:55,549 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.04, 127.0.0.1:65439] INFO 2025-10-09 08:21:55,564 runserver 96366 6174715904 HTTP GET /en/htmx/dashboard-stats/ 200 [0.06, 127.0.0.1:65440] INFO 2025-10-09 08:21:59,681 runserver 96366 6174715904 HTTP GET /en/appointments/ 200 [0.09, 127.0.0.1:65440] WARNING 2025-10-09 08:21:59,698 log 96366 13858058240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:21:59,699 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65440] INFO 2025-10-09 08:21:59,722 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65440] WARNING 2025-10-09 08:21:59,746 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65440] INFO 2025-10-09 08:21:59,759 runserver 96366 6174715904 HTTP GET /en/appointments/stats/ 200 [0.05, 127.0.0.1:65439] INFO 2025-10-09 08:22:02,532 runserver 96366 6174715904 HTTP GET /en/appointments/calendar/ 200 [0.01, 127.0.0.1:65439] INFO 2025-10-09 08:22:02,544 runserver 96366 6174715904 HTTP GET /static/plugins/moment/min/moment.min.js 200 [0.00, 127.0.0.1:65439] INFO 2025-10-09 08:22:02,545 runserver 96366 6174715904 HTTP GET /static/plugins/%40fullcalendar/core/index.global.js 200 [0.00, 127.0.0.1:65440] WARNING 2025-10-09 08:22:02,547 log 96366 13874884608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:22:02,548 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65402] INFO 2025-10-09 08:22:02,553 runserver 96366 6174715904 HTTP GET /static/plugins/%40fullcalendar/daygrid/index.global.js 200 [0.00, 127.0.0.1:65402] INFO 2025-10-09 08:22:02,553 runserver 96366 6174715904 HTTP GET /static/plugins/%40fullcalendar/bootstrap/index.global.js 200 [0.00, 127.0.0.1:65441] INFO 2025-10-09 08:22:02,554 runserver 96366 6174715904 HTTP GET /static/plugins/%40fullcalendar/timegrid/index.global.js 200 [0.00, 127.0.0.1:65440] INFO 2025-10-09 08:22:02,554 runserver 96366 6174715904 HTTP GET /static/plugins/%40fullcalendar/list/index.global.js 200 [0.00, 127.0.0.1:65438] INFO 2025-10-09 08:22:02,555 runserver 96366 6174715904 HTTP GET /static/plugins/%40fullcalendar/interaction/index.global.js 200 [0.00, 127.0.0.1:65439] WARNING 2025-10-09 08:22:02,589 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65439] INFO 2025-10-09 08:22:02,589 runserver 96366 6174715904 HTTP GET /static/plugins/moment/min/moment.min.js.map 200 [0.00, 127.0.0.1:65438] INFO 2025-10-09 08:22:02,672 runserver 96366 6174715904 HTTP GET /en/appointments/calendar/events/?start=2025-10-05T00%3A00%3A00&end=2025-10-12T00%3A00%3A00 200 [0.08, 127.0.0.1:65438] INFO 2025-10-09 08:22:02,678 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.05, 127.0.0.1:65439] INFO 2025-10-09 08:22:08,735 runserver 96366 6174715904 HTTP GET /en/appointments/928/detail-card/ 200 [0.01, 127.0.0.1:65439] INFO 2025-10-09 08:22:08,776 runserver 96366 6174715904 HTTP GET /static/webfonts/fa-regular-400.woff2 200 [0.00, 127.0.0.1:65439] INFO 2025-10-09 08:22:12,995 runserver 96366 6174715904 HTTP GET /en/appointments/reschedule/928/ 200 [0.02, 127.0.0.1:65439] WARNING 2025-10-09 08:22:13,016 log 96366 6242021376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:22:13,017 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65439] INFO 2025-10-09 08:22:13,061 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65439] WARNING 2025-10-09 08:22:13,068 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65439] WARNING 2025-10-09 08:22:18,586 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65439] WARNING 2025-10-09 08:22:18,590 log 96366 13874884608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:22:18,591 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:65438] WARNING 2025-10-09 08:22:18,599 log 96366 13959016448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:22:18,599 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65438] WARNING 2025-10-09 08:22:23,554 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65438] WARNING 2025-10-09 08:22:23,558 log 96366 13925363712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:22:23,558 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65439] WARNING 2025-10-09 08:22:23,574 log 96366 6208368640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:22:23,574 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:65439] INFO 2025-10-09 08:22:26,617 runserver 96366 6174715904 HTTP GET /en/appointments/calendar/ 200 [0.01, 127.0.0.1:65439] WARNING 2025-10-09 08:22:26,636 log 96366 13874884608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:22:26,636 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65439] WARNING 2025-10-09 08:22:26,688 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65439] INFO 2025-10-09 08:22:26,721 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65438] INFO 2025-10-09 08:22:26,804 runserver 96366 6174715904 HTTP GET /en/appointments/calendar/events/?start=2025-10-05T00%3A00%3A00&end=2025-10-12T00%3A00%3A00 200 [0.10, 127.0.0.1:65439] WARNING 2025-10-09 08:22:28,862 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:65439] WARNING 2025-10-09 08:22:28,866 log 96366 13925363712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:22:28,866 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65438] WARNING 2025-10-09 08:22:28,896 log 96366 6208368640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:22:28,896 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.02, 127.0.0.1:65438] INFO 2025-10-09 08:22:30,667 runserver 96366 6174715904 HTTP GET /en/appointments/waiting-list/ 200 [0.03, 127.0.0.1:65438] WARNING 2025-10-09 08:22:30,691 log 96366 13874884608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:22:30,691 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65438] INFO 2025-10-09 08:22:30,744 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65438] WARNING 2025-10-09 08:22:30,748 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65438] INFO 2025-10-09 08:22:32,648 runserver 96366 6174715904 HTTP GET /en/appointments/waiting-list/1/ 200 [0.03, 127.0.0.1:65438] WARNING 2025-10-09 08:22:32,672 log 96366 6242021376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:22:32,673 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:65438] INFO 2025-10-09 08:22:32,719 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65438] WARNING 2025-10-09 08:22:32,722 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:65438] WARNING 2025-10-09 08:24:44,384 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50055] WARNING 2025-10-09 08:24:44,388 log 96366 13874884608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:24:44,389 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:50056] INFO 2025-10-09 08:24:44,394 runserver 96366 6174715904 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50054] WARNING 2025-10-09 08:24:44,405 log 96366 13959016448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:24:44,406 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:50054] WARNING 2025-10-09 08:24:48,199 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50056] WARNING 2025-10-09 08:24:48,203 log 96366 13925363712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:24:48,204 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:50055] WARNING 2025-10-09 08:24:48,225 log 96366 13942190080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:24:48,226 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:50055] INFO 2025-10-09 08:24:48,269 runserver 96366 6174715904 HTTP GET /en/appointments/stats/ 200 [0.08, 127.0.0.1:50054] INFO 2025-10-09 08:24:50,611 runserver 96366 6174715904 HTTP GET /en/appointments/queue/ 200 [0.04, 127.0.0.1:50054] WARNING 2025-10-09 08:24:50,637 log 96366 13908537344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:24:50,638 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:50054] INFO 2025-10-09 08:24:50,638 runserver 96366 6174715904 HTTP GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css 200 [0.01, 127.0.0.1:50055] INFO 2025-10-09 08:24:50,640 runserver 96366 6174715904 HTTP GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js 200 [0.00, 127.0.0.1:50099] INFO 2025-10-09 08:24:50,640 runserver 96366 6174715904 HTTP GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js 200 [0.01, 127.0.0.1:50098] INFO 2025-10-09 08:24:50,640 runserver 96366 6174715904 HTTP GET /static/plugins/datatables.net/js/dataTables.min.js 200 [0.01, 127.0.0.1:50097] INFO 2025-10-09 08:24:50,640 runserver 96366 6174715904 HTTP GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css 200 [0.01, 127.0.0.1:50056] INFO 2025-10-09 08:24:50,642 runserver 96366 6174715904 HTTP GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js 200 [0.00, 127.0.0.1:50054] INFO 2025-10-09 08:24:50,642 runserver 96366 6174715904 HTTP GET /static/plugins/sweetalert/dist/sweetalert.min.js 200 [0.00, 127.0.0.1:50055] WARNING 2025-10-09 08:24:50,699 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50055] INFO 2025-10-09 08:24:50,706 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50054] ERROR 2025-10-09 08:24:52,748 log 96366 6208368640 Internal Server Error: /en/appointments/queue/9/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_queue' not found. 'export_queue' is not a valid view function or pattern name. ERROR 2025-10-09 08:24:52,750 runserver 96366 6174715904 HTTP GET /en/appointments/queue/9/ 500 [0.05, 127.0.0.1:50054] WARNING 2025-10-09 08:24:52,774 log 96366 13925363712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:24:52,775 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50054] INFO 2025-10-09 08:26:52,154 runserver 96366 6174715904 HTTP GET /en/appointments/queue/9/ 200 [0.03, 127.0.0.1:50704] WARNING 2025-10-09 08:26:52,165 log 96366 6208368640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:26:52,165 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50704] INFO 2025-10-09 08:26:52,224 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50704] WARNING 2025-10-09 08:26:52,228 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50704] WARNING 2025-10-09 08:27:16,357 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50705] WARNING 2025-10-09 08:27:16,361 log 96366 13891710976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:27:16,362 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50838] INFO 2025-10-09 08:27:16,398 runserver 96366 6174715904 HTTP GET /en/appointments/queue/ 200 [0.05, 127.0.0.1:50704] WARNING 2025-10-09 08:27:16,414 log 96366 13925363712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:27:16,414 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50704] WARNING 2025-10-09 08:27:16,419 log 96366 6208368640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:27:16,419 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50704] INFO 2025-10-09 08:27:16,441 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50704] WARNING 2025-10-09 08:27:16,447 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50704] WARNING 2025-10-09 08:27:24,316 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:50705] WARNING 2025-10-09 08:27:24,318 log 96366 13891710976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:27:24,318 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:50872] WARNING 2025-10-09 08:27:24,327 log 96366 13925363712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:27:24,328 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50872] INFO 2025-10-09 08:27:24,330 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:50838] INFO 2025-10-09 08:27:24,379 runserver 96366 6174715904 HTTP GET /en/appointments/stats/ 200 [0.07, 127.0.0.1:50704] INFO 2025-10-09 08:28:01,701 runserver 96366 6174715904 HTTP GET /en/appointments/waiting-list/ 200 [0.03, 127.0.0.1:50704] WARNING 2025-10-09 08:28:01,723 log 96366 6208368640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:28:01,724 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50704] INFO 2025-10-09 08:28:01,786 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50704] WARNING 2025-10-09 08:28:01,788 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50838] INFO 2025-10-09 08:28:31,823 runserver 96366 6174715904 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50838] INFO 2025-10-09 08:29:01,822 runserver 96366 6174715904 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50838] INFO 2025-10-09 08:29:27,269 runserver 96366 6174715904 HTTP GET /en/appointments/waiting-list/ 200 [0.03, 127.0.0.1:50838] WARNING 2025-10-09 08:29:27,280 log 96366 13942190080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:29:27,280 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50838] INFO 2025-10-09 08:29:27,339 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50838] WARNING 2025-10-09 08:29:27,341 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51495] WARNING 2025-10-09 08:29:52,593 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50838] WARNING 2025-10-09 08:29:52,596 log 96366 6208368640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:29:52,597 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51625] WARNING 2025-10-09 08:29:52,609 log 96366 13858058240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:29:52,610 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51625] INFO 2025-10-09 08:29:52,637 runserver 96366 6174715904 HTTP GET /en/appointments/stats/ 200 [0.05, 127.0.0.1:51495] INFO 2025-10-09 08:29:57,411 runserver 96366 6174715904 HTTP GET /en/appointments/scheduling/ 200 [0.02, 127.0.0.1:51495] WARNING 2025-10-09 08:29:57,439 log 96366 13942190080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:29:57,440 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51495] INFO 2025-10-09 08:29:57,475 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:51495] WARNING 2025-10-09 08:29:57,495 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51495] INFO 2025-10-09 08:30:04,573 runserver 96366 6174715904 HTTP GET /en/appointments/scheduling/analytics/ 200 [0.09, 127.0.0.1:51495] WARNING 2025-10-09 08:30:04,597 log 96366 13925363712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:30:04,598 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51495] INFO 2025-10-09 08:30:04,651 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51495] WARNING 2025-10-09 08:30:04,661 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51495] INFO 2025-10-09 08:30:29,028 runserver 96366 6174715904 HTTP GET /en/appointments/scheduling/metrics/ 200 [0.02, 127.0.0.1:51495] WARNING 2025-10-09 08:30:29,047 log 96366 13858058240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:30:29,047 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51495] INFO 2025-10-09 08:30:29,101 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51495] WARNING 2025-10-09 08:30:29,105 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51625] INFO 2025-10-09 08:31:15,289 runserver 96366 6174715904 HTTP GET /en/appointments/queue/ 200 [0.04, 127.0.0.1:52031] WARNING 2025-10-09 08:31:15,308 log 96366 13891710976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:31:15,309 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:52031] INFO 2025-10-09 08:31:15,332 runserver 96366 6174715904 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52031] WARNING 2025-10-09 08:31:15,370 runserver 96366 6174715904 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:52031] WARNING 2025-10-09 08:31:28,040 log 96366 6208368640 Not Found: /en/appointments/queue/queue WARNING 2025-10-09 08:31:28,040 runserver 96366 6174715904 HTTP GET /en/appointments/queue/queue 404 [0.01, 127.0.0.1:52031] WARNING 2025-10-09 08:31:28,060 log 96366 13858058240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:31:28,060 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:52031] ERROR 2025-10-09 08:31:53,777 log 96366 13925363712 Internal Server Error: /en/appointments/provider/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 3831, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 3848, in get_context_data ).filter( ^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1503, in build_filter return self._add_q( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'provider' into field. Choices are: average_service_time_minutes, configuration, created_at, created_by, created_by_id, description, id, is_accepting_patients, is_active, location, max_queue_size, metrics, name, operating_hours, priority_weights, providers, queue_entries, queue_id, queue_type, specialty, tenant, tenant_id, updated_at ERROR 2025-10-09 08:31:53,779 runserver 96366 6174715904 HTTP GET /en/appointments/provider/queue/ 500 [0.04, 127.0.0.1:52031] WARNING 2025-10-09 08:31:53,795 log 96366 13891710976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:31:53,795 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:52031] INFO 2025-10-09 08:35:41,880 runserver 96366 6174715904 HTTP GET /en/appointments/templates 301 [0.01, 127.0.0.1:53376] ERROR 2025-10-09 08:35:41,902 log 96366 13925363712 Internal Server Error: /en/appointments/templates/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1221, in get_context_data 'providers': User.objects.filter( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'role' into field. Choices are: accepted_recommendations, accessible_dashboards, acknowledged_alerts, administered_medications, administered_transfusions, admitted_patients, alertrule, analyzed_results, anesthesia_cases, approval_communications, approval_status_changes, approved_care_plans, approved_employees, approved_purchase_orders, approved_reservations, approved_salary_adjustments, approved_schedules, approved_time_entries, approved_transfers, asset, assigned_approvals, assigned_incidents, assigned_maintenance, assigned_queue_entries, assistant_or_blocks, assistant_surgical_cases, attending_bills, attending_patients, attending_wards, audit_logs, audit_team_memberships, authored_notes, availability_slots, billing_provider_bills, blocked_beds, blood_requests, bloodtest, building, cancelled_appointments, cancelled_leave_requests, cancelled_requests, care_team_plans, checked_in_appointments, circulating_cases, claim_status_updates, claimdocument, claimstatushistory, cleaned_beds, co_signed_notes, collected_specimens, collected_units, communicationchannel, completed_transfers, completed_transfusions, conducted_reviews, consulting_patients, created_admissions, created_alert_rules, created_alerts, created_appointment_templates, created_appointments, created_approval_templates, created_approvals, created_audit_plans, created_availability_slots, created_beds, created_billing_configurations, created_care_plans, created_claims, created_consent_forms, created_consent_templates, created_data_mappings, created_discharge_summaries, created_document_requests, created_document_templates, created_donors, created_drug_interactions, created_employees, created_encounters, created_external_systems, created_findings, created_improvement_projects, created_insurance_claims, created_integration_endpoints, created_inventory_items, created_inventory_locations, created_lab_tests, created_leave_delegations, created_leave_requests, created_leave_types, created_measurements, created_medical_bills, created_medication_inventory_items, created_medications, created_note_templates, created_notifications, created_operating_rooms, created_or_blocks, created_patient_notes, created_priority_rules, created_problems, created_protocols, created_purchase_orders, created_recommendations, created_reference_ranges, created_report_templates, created_risk_assessments, created_salary_adjustments, created_salary_records, created_schedules, created_studies, created_suggestions, created_suppliers, created_surgical_cases, created_surgical_note_templates, created_telemedicine_sessions, created_training_certificates, created_training_programs, created_training_records, created_training_sessions, created_waiting_list_entries, created_waiting_queues, created_wards, created_webhooks, critical_communicated_reports, crossmatch, dashboard, datasource, date_joined, deferred_recommendations, diagnosed_problems, dictated_reports, discharge_planning_cases, dismissed_recommendations, dispensed_medications, double_checked_administrations, email, emailaddress, employee_profile, emr_acknowledged_alerts, encounters, energyreading, failed_login_attempts, first_name, force_password_change, groups, id, initiated_capas, inspections_conducted, integration_logs, interpreted_studies, investigated_reactions, is_active, is_staff, is_superuser, issued_units, last_login, last_name, last_password_change, led_audits, locked_until, logentry, maintenance_requests, maintenanceschedule, managed_locations, managed_problems, managed_projects, managed_wards, max_concurrent_sessions, messagerecipient, metricdefinition, notificationtemplate, ordered_imaging_studies, ordered_lab_tests, ordered_suggestions, password, password_expires_at, password_history, performed_qc, physician_discharges, planned_discharges, preferred_by_patients, prescribed_medications, primary_care_plans, primary_nurse_discharges, primary_or_blocks, primary_surgical_cases, processed_payments, processed_requests, project_team_memberships, provider_appointments, provider_waiting_list, qc_tests, radiology_reports, received_payments, received_specimens, received_units, recorded_equipment_usage, referred_studies, registered_patients, removed_waiting_list_entries, rendered_line_items, report, reported_incidents, reported_reactions, reportexecution, requested_approvals, requested_purchase_orders, requested_transfers, resolved_alerts, resolved_allergy_alerts, responsible_findings, responsible_quality_indicators, responsible_risks, reviewed_qc, reviewed_qc_tests, scheduling_metrics, scrub_cases, sent_messages, servicecontract, session_timeout_minutes, signed_encounters, signed_training_certificates, social_accounts, spacereservation, sponsored_projects, stopped_transfusions, submitted_approvals, supervised_line_items, surgeon_surgical_notes, targeted_notifications, task, tenant, tenant_id, transcribed_reports, transport_assignments, triggered_integrations, two_factor_devices, two_factor_enabled, updated_configurations, updated_queue_entries, uploaded_approval_documents, user_id, user_permissions, user_sessions, username, verified_crossmatches, verified_dispenses, verified_findings, verified_measurements, verified_prescriptions, verified_problems, verified_results, verified_tests, verified_vital_signs, vital_signs_measurements, waiting_queues, waitinglistcontactlog, witnessed_administrations, witnessed_transfusions ERROR 2025-10-09 08:35:41,906 runserver 96366 6174715904 HTTP GET /en/appointments/templates/ 500 [0.02, 127.0.0.1:53376] WARNING 2025-10-09 08:35:41,915 log 96366 13891710976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:35:41,916 runserver 96366 6174715904 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:53376] INFO 2025-10-09 08:36:06,904 autoreload 96366 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-10-09 08:36:07,609 autoreload 65103 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 08:36:07,954 server 65103 6184660992 HTTP/2 support enabled INFO 2025-10-09 08:36:07,954 server 65103 6184660992 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 08:36:07,954 server 65103 6184660992 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 08:36:08,796 runserver 65103 6184660992 HTTP GET /en/appointments/templates/ 200 [0.13, 127.0.0.1:53510] WARNING 2025-10-09 08:36:08,807 log 65103 6218313728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:36:08,808 runserver 65103 6184660992 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:53510] INFO 2025-10-09 08:36:08,830 runserver 65103 6184660992 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53510] WARNING 2025-10-09 08:36:08,866 runserver 65103 6184660992 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:53510] INFO 2025-10-09 08:36:16,235 runserver 65103 6184660992 HTTP GET /en/appointments/templates/1/ 200 [0.02, 127.0.0.1:53510] WARNING 2025-10-09 08:36:16,256 log 65103 6218313728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:36:16,256 runserver 65103 6184660992 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:53510] INFO 2025-10-09 08:36:16,299 runserver 65103 6184660992 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53510] WARNING 2025-10-09 08:36:16,306 runserver 65103 6184660992 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:53510] ERROR 2025-10-09 08:36:51,936 log 65103 6218313728 Internal Server Error: /en/appointments/templates/1/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py", line 482, in __init__ self.fields['provider'].queryset = User.objects.filter( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'role' into field. Choices are: accepted_recommendations, accessible_dashboards, acknowledged_alerts, administered_medications, administered_transfusions, admitted_patients, alertrule, analyzed_results, anesthesia_cases, approval_communications, approval_status_changes, approved_care_plans, approved_employees, approved_purchase_orders, approved_reservations, approved_salary_adjustments, approved_schedules, approved_time_entries, approved_transfers, asset, assigned_approvals, assigned_incidents, assigned_maintenance, assigned_queue_entries, assistant_or_blocks, assistant_surgical_cases, attending_bills, attending_patients, attending_wards, audit_logs, audit_team_memberships, authored_notes, availability_slots, billing_provider_bills, blocked_beds, blood_requests, bloodtest, building, cancelled_appointments, cancelled_leave_requests, cancelled_requests, care_team_plans, checked_in_appointments, circulating_cases, claim_status_updates, claimdocument, claimstatushistory, cleaned_beds, co_signed_notes, collected_specimens, collected_units, communicationchannel, completed_transfers, completed_transfusions, conducted_reviews, consulting_patients, created_admissions, created_alert_rules, created_alerts, created_appointment_templates, created_appointments, created_approval_templates, created_approvals, created_audit_plans, created_availability_slots, created_beds, created_billing_configurations, created_care_plans, created_claims, created_consent_forms, created_consent_templates, created_data_mappings, created_discharge_summaries, created_document_requests, created_document_templates, created_donors, created_drug_interactions, created_employees, created_encounters, created_external_systems, created_findings, created_improvement_projects, created_insurance_claims, created_integration_endpoints, created_inventory_items, created_inventory_locations, created_lab_tests, created_leave_delegations, created_leave_requests, created_leave_types, created_measurements, created_medical_bills, created_medication_inventory_items, created_medications, created_note_templates, created_notifications, created_operating_rooms, created_or_blocks, created_patient_notes, created_priority_rules, created_problems, created_protocols, created_purchase_orders, created_recommendations, created_reference_ranges, created_report_templates, created_risk_assessments, created_salary_adjustments, created_salary_records, created_schedules, created_studies, created_suggestions, created_suppliers, created_surgical_cases, created_surgical_note_templates, created_telemedicine_sessions, created_training_certificates, created_training_programs, created_training_records, created_training_sessions, created_waiting_list_entries, created_waiting_queues, created_wards, created_webhooks, critical_communicated_reports, crossmatch, dashboard, datasource, date_joined, deferred_recommendations, diagnosed_problems, dictated_reports, discharge_planning_cases, dismissed_recommendations, dispensed_medications, double_checked_administrations, email, emailaddress, employee_profile, emr_acknowledged_alerts, encounters, energyreading, failed_login_attempts, first_name, force_password_change, groups, id, initiated_capas, inspections_conducted, integration_logs, interpreted_studies, investigated_reactions, is_active, is_staff, is_superuser, issued_units, last_login, last_name, last_password_change, led_audits, locked_until, logentry, maintenance_requests, maintenanceschedule, managed_locations, managed_problems, managed_projects, managed_wards, max_concurrent_sessions, messagerecipient, metricdefinition, notificationtemplate, ordered_imaging_studies, ordered_lab_tests, ordered_suggestions, password, password_expires_at, password_history, performed_qc, physician_discharges, planned_discharges, preferred_by_patients, prescribed_medications, primary_care_plans, primary_nurse_discharges, primary_or_blocks, primary_surgical_cases, processed_payments, processed_requests, project_team_memberships, provider_appointments, provider_waiting_list, qc_tests, radiology_reports, received_payments, received_specimens, received_units, recorded_equipment_usage, referred_studies, registered_patients, removed_waiting_list_entries, rendered_line_items, report, reported_incidents, reported_reactions, reportexecution, requested_approvals, requested_purchase_orders, requested_transfers, resolved_alerts, resolved_allergy_alerts, responsible_findings, responsible_quality_indicators, responsible_risks, reviewed_qc, reviewed_qc_tests, scheduling_metrics, scrub_cases, sent_messages, servicecontract, session_timeout_minutes, signed_encounters, signed_training_certificates, social_accounts, spacereservation, sponsored_projects, stopped_transfusions, submitted_approvals, supervised_line_items, surgeon_surgical_notes, targeted_notifications, task, tenant, tenant_id, transcribed_reports, transport_assignments, triggered_integrations, two_factor_devices, two_factor_enabled, updated_configurations, updated_queue_entries, uploaded_approval_documents, user_id, user_permissions, user_sessions, username, verified_crossmatches, verified_dispenses, verified_findings, verified_measurements, verified_prescriptions, verified_problems, verified_results, verified_tests, verified_vital_signs, vital_signs_measurements, waiting_queues, waitinglistcontactlog, witnessed_administrations, witnessed_transfusions ERROR 2025-10-09 08:36:51,942 runserver 65103 6184660992 HTTP GET /en/appointments/templates/1/update/ 500 [0.05, 127.0.0.1:53510] WARNING 2025-10-09 08:36:51,953 log 65103 6218313728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:36:51,954 runserver 65103 6184660992 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:53510] INFO 2025-10-09 08:37:36,654 autoreload 65103 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-10-09 08:37:37,239 autoreload 65794 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 08:37:37,518 server 65794 6110556160 HTTP/2 support enabled INFO 2025-10-09 08:37:37,518 server 65794 6110556160 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 08:37:37,518 server 65794 6110556160 Listening on TCP address 127.0.0.1:8000 ERROR 2025-10-09 08:37:37,643 log 65794 6144208896 Internal Server Error: /en/appointments/templates/1/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py", line 482, in __init__ self.fields['provider'].queryset = User.objects.filter( ~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'provider' ERROR 2025-10-09 08:37:37,646 runserver 65794 6110556160 HTTP GET /en/appointments/templates/1/update/ 500 [0.02, 127.0.0.1:53971] WARNING 2025-10-09 08:37:37,743 log 65794 6144208896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:37:37,743 runserver 65794 6110556160 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.09, 127.0.0.1:53971] INFO 2025-10-09 08:39:33,814 autoreload 65794 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-10-09 08:39:34,350 autoreload 66787 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 08:39:34,614 server 66787 6117928960 HTTP/2 support enabled INFO 2025-10-09 08:39:34,614 server 66787 6117928960 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 08:39:34,615 server 66787 6117928960 Listening on TCP address 127.0.0.1:8000 ERROR 2025-10-09 08:39:35,241 log 66787 6151581696 Internal Server Error: /en/appointments/templates/1/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py", line 482, in __init__ self.fields['user'].queryset = User.objects.filter( ~~~~~~~~~~~^^^^^^^^ KeyError: 'user' ERROR 2025-10-09 08:39:35,243 runserver 66787 6117928960 HTTP GET /en/appointments/templates/1/update/ 500 [0.03, 127.0.0.1:54568] WARNING 2025-10-09 08:39:35,342 log 66787 6151581696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:39:35,342 runserver 66787 6117928960 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.09, 127.0.0.1:54568] ERROR 2025-10-09 08:39:36,594 log 66787 6151581696 Internal Server Error: /en/appointments/templates/1/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py", line 482, in __init__ self.fields['user'].queryset = User.objects.filter( ~~~~~~~~~~~^^^^^^^^ KeyError: 'user' ERROR 2025-10-09 08:39:36,596 runserver 66787 6117928960 HTTP GET /en/appointments/templates/1/update/ 500 [0.03, 127.0.0.1:54568] WARNING 2025-10-09 08:39:36,607 log 66787 6151581696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:39:36,608 runserver 66787 6117928960 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:54568] INFO 2025-10-09 08:40:37,520 autoreload 66787 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-10-09 08:40:38,144 autoreload 67296 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 08:40:38,413 server 67296 6174978048 HTTP/2 support enabled INFO 2025-10-09 08:40:38,413 server 67296 6174978048 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 08:40:38,413 server 67296 6174978048 Listening on TCP address 127.0.0.1:8000 ERROR 2025-10-09 08:40:38,656 log 67296 6208630784 Internal Server Error: /en/appointments/templates/1/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: appointments/templates/appointment_template_form.html ERROR 2025-10-09 08:40:38,657 runserver 67296 6174978048 HTTP GET /en/appointments/templates/1/update/ 500 [0.02, 127.0.0.1:54891] WARNING 2025-10-09 08:40:38,747 log 67296 6208630784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:40:38,747 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.08, 127.0.0.1:54891] WARNING 2025-10-09 08:41:39,873 log 67296 6208630784 Not Found: /en/appointments/tslots WARNING 2025-10-09 08:41:39,874 runserver 67296 6174978048 HTTP GET /en/appointments/tslots 404 [0.01, 127.0.0.1:55191] WARNING 2025-10-09 08:41:39,889 log 67296 6208630784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:41:39,889 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:55191] INFO 2025-10-09 08:41:45,286 runserver 67296 6174978048 HTTP GET /en/appointments/slots 301 [0.01, 127.0.0.1:55191] INFO 2025-10-09 08:41:45,340 runserver 67296 6174978048 HTTP GET /en/appointments/slots/ 200 [0.05, 127.0.0.1:55191] WARNING 2025-10-09 08:41:45,352 log 67296 6208630784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:41:45,353 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:55191] WARNING 2025-10-09 08:41:45,355 runserver 67296 6174978048 HTTP GET /static/plugins/%40fullcalendar/main.min.css 404 [0.01, 127.0.0.1:55192] WARNING 2025-10-09 08:41:45,420 runserver 67296 6174978048 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:55192] INFO 2025-10-09 08:41:45,453 runserver 67296 6174978048 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55192] WARNING 2025-10-09 08:41:45,499 log 67296 6242283520 Not Found: /api/slots/calendar/ WARNING 2025-10-09 08:41:45,500 runserver 67296 6174978048 HTTP GET /api/slots/calendar/?start=2025-10-05T00%3A00%3A00%2B03%3A00&end=2025-10-12T00%3A00%3A00%2B03%3A00 404 [0.00, 127.0.0.1:55192] INFO 2025-10-09 08:42:04,668 runserver 67296 6174978048 HTTP GET /en/appointments/slots/1 301 [0.01, 127.0.0.1:55192] INFO 2025-10-09 08:42:04,686 runserver 67296 6174978048 HTTP GET /en/appointments/slots/1/ 200 [0.02, 127.0.0.1:55192] WARNING 2025-10-09 08:42:04,709 log 67296 6208630784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:42:04,710 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:55192] INFO 2025-10-09 08:42:04,721 runserver 67296 6174978048 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55192] WARNING 2025-10-09 08:42:04,743 runserver 67296 6174978048 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:55192] WARNING 2025-10-09 08:42:12,409 runserver 67296 6174978048 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:55192] WARNING 2025-10-09 08:42:12,416 log 67296 6208630784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:42:12,416 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:55192] WARNING 2025-10-09 08:42:12,439 runserver 67296 6174978048 HTTP GET /static/plugins/%40fullcalendar/main.min.css 404 [0.00, 127.0.0.1:55192] WARNING 2025-10-09 08:42:12,444 log 67296 6208630784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:42:12,444 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:55192] INFO 2025-10-09 08:42:19,839 runserver 67296 6174978048 HTTP GET /en/appointments/slots/create/ 200 [0.02, 127.0.0.1:55192] INFO 2025-10-09 08:42:19,854 runserver 67296 6174978048 HTTP GET /static/plugins/select2/css/select2.min.css 200 [0.01, 127.0.0.1:55192] INFO 2025-10-09 08:42:19,855 runserver 67296 6174978048 HTTP GET /static/plugins/select2/dist/js/select2.full.js 200 [0.01, 127.0.0.1:55191] WARNING 2025-10-09 08:42:19,858 log 67296 6208630784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:42:19,859 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:55192] WARNING 2025-10-09 08:42:19,907 runserver 67296 6174978048 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:55192] INFO 2025-10-09 08:42:19,913 runserver 67296 6174978048 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55191] WARNING 2025-10-09 08:42:33,540 runserver 67296 6174978048 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:55191] WARNING 2025-10-09 08:42:33,548 log 67296 6208630784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:42:33,549 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:55191] WARNING 2025-10-09 08:42:33,612 log 67296 6208630784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:42:33,612 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:55191] WARNING 2025-10-09 08:42:34,773 log 67296 6208630784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:42:34,773 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:55191] INFO 2025-10-09 08:42:45,206 runserver 67296 6174978048 HTTP GET /en/appointments/telemedicine 301 [0.01, 127.0.0.1:55191] INFO 2025-10-09 08:42:45,248 runserver 67296 6174978048 HTTP GET /en/appointments/telemedicine/ 200 [0.04, 127.0.0.1:55191] WARNING 2025-10-09 08:42:45,261 log 67296 6242283520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:42:45,261 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:55191] INFO 2025-10-09 08:42:45,313 runserver 67296 6174978048 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55191] WARNING 2025-10-09 08:42:45,317 runserver 67296 6174978048 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:55191] INFO 2025-10-09 08:42:56,186 runserver 67296 6174978048 HTTP GET /en/appointments/telemedicine/793/ 200 [0.04, 127.0.0.1:55191] WARNING 2025-10-09 08:42:56,200 log 67296 6242283520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:42:56,201 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:55191] INFO 2025-10-09 08:42:56,247 runserver 67296 6174978048 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55191] WARNING 2025-10-09 08:42:56,256 runserver 67296 6174978048 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:55191] INFO 2025-10-09 08:45:22,738 runserver 67296 6174978048 HTTP GET /en/appointments/telemedicine/793/ 200 [0.02, 127.0.0.1:56290] WARNING 2025-10-09 08:45:22,749 log 67296 6242283520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:45:22,750 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56290] INFO 2025-10-09 08:45:22,797 runserver 67296 6174978048 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56290] WARNING 2025-10-09 08:45:22,804 runserver 67296 6174978048 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:56290] INFO 2025-10-09 08:45:40,994 runserver 67296 6174978048 HTTP GET /en/hr/employees/104/ 200 [0.03, 127.0.0.1:56290] WARNING 2025-10-09 08:45:41,012 log 67296 6242283520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:45:41,012 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56290] INFO 2025-10-09 08:45:41,067 runserver 67296 6174978048 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56290] WARNING 2025-10-09 08:45:41,069 runserver 67296 6174978048 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:56389] INFO 2025-10-09 08:45:41,071 runserver 67296 6174978048 HTTP GET /en/hr/employees/104/clock-controls/ 200 [0.02, 127.0.0.1:56291] WARNING 2025-10-09 08:45:43,117 runserver 67296 6174978048 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:56291] WARNING 2025-10-09 08:45:43,121 log 67296 6242283520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:45:43,122 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56389] WARNING 2025-10-09 08:45:43,130 log 67296 6242283520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:45:43,130 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56389] INFO 2025-10-09 08:45:46,200 runserver 67296 6174978048 HTTP GET /en/patients/patientprofile/47/details/ 200 [0.03, 127.0.0.1:56389] WARNING 2025-10-09 08:45:46,216 log 67296 6242283520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:45:46,216 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56389] INFO 2025-10-09 08:45:46,262 runserver 67296 6174978048 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56389] WARNING 2025-10-09 08:45:46,268 runserver 67296 6174978048 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:56389] INFO 2025-10-09 08:46:00,117 runserver 67296 6174978048 HTTP GET /en/patients/47/emergency-contacts/create/ 200 [0.02, 127.0.0.1:56389] WARNING 2025-10-09 08:46:00,136 log 67296 6242283520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:46:00,136 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:56389] INFO 2025-10-09 08:46:00,181 runserver 67296 6174978048 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56389] WARNING 2025-10-09 08:46:00,188 runserver 67296 6174978048 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:56389] WARNING 2025-10-09 08:46:02,065 runserver 67296 6174978048 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:56389] WARNING 2025-10-09 08:46:02,069 log 67296 6242283520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:46:02,070 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:56291] WARNING 2025-10-09 08:46:02,083 log 67296 6242283520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:46:02,084 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56291] WARNING 2025-10-09 08:46:03,566 log 67296 6208630784 Bad Request: /en/patients/insurance-info/create/47/ WARNING 2025-10-09 08:46:03,567 runserver 67296 6174978048 HTTP GET /en/patients/insurance-info/create/47/ 400 [0.01, 127.0.0.1:56291] WARNING 2025-10-09 08:46:03,585 log 67296 6208630784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:46:03,586 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56291] WARNING 2025-10-09 08:46:05,427 runserver 67296 6174978048 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:56291] WARNING 2025-10-09 08:46:05,432 log 67296 6208630784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:46:05,432 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56389] WARNING 2025-10-09 08:46:05,440 log 67296 6208630784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:46:05,440 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56389] WARNING 2025-10-09 08:46:17,321 runserver 67296 6174978048 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:56389] WARNING 2025-10-09 08:46:17,325 log 67296 6208630784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:46:17,326 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56291] WARNING 2025-10-09 08:46:17,336 log 67296 6208630784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:46:17,336 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56291] WARNING 2025-10-09 08:46:18,145 runserver 67296 6174978048 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:56291] WARNING 2025-10-09 08:46:18,149 log 67296 6208630784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:46:18,150 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:56389] WARNING 2025-10-09 08:46:18,161 log 67296 6208630784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:46:18,161 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56389] WARNING 2025-10-09 08:46:19,559 runserver 67296 6174978048 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:56389] WARNING 2025-10-09 08:46:19,561 log 67296 6208630784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:46:19,561 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56291] WARNING 2025-10-09 08:46:19,572 log 67296 6208630784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:46:19,572 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:56291] INFO 2025-10-09 08:50:22,820 runserver 67296 6174978048 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57773] WARNING 2025-10-09 08:51:30,100 runserver 67296 6174978048 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:58109] WARNING 2025-10-09 08:51:30,103 log 67296 6208630784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:51:30,104 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:58110] INFO 2025-10-09 08:51:30,106 runserver 67296 6174978048 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58108] WARNING 2025-10-09 08:51:30,113 log 67296 6208630784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:51:30,113 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58108] INFO 2025-10-09 08:51:37,247 runserver 67296 6174978048 HTTP GET /en/appointments/telemedicine/?page=2 200 [0.05, 127.0.0.1:58108] WARNING 2025-10-09 08:51:37,263 log 67296 6208630784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:51:37,263 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58108] INFO 2025-10-09 08:51:37,315 runserver 67296 6174978048 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58108] WARNING 2025-10-09 08:51:37,321 runserver 67296 6174978048 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:58108] INFO 2025-10-09 08:52:01,379 runserver 67296 6174978048 HTTP GET /en/appointments/telemedicine/788/ 200 [0.02, 127.0.0.1:58108] WARNING 2025-10-09 08:52:01,395 log 67296 6208630784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:52:01,395 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58108] INFO 2025-10-09 08:52:01,445 runserver 67296 6174978048 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58108] WARNING 2025-10-09 08:52:01,451 runserver 67296 6174978048 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:58108] WARNING 2025-10-09 08:52:03,521 runserver 67296 6174978048 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:58108] WARNING 2025-10-09 08:52:03,525 log 67296 6208630784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:52:03,525 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58110] WARNING 2025-10-09 08:52:03,537 log 67296 6208630784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:52:03,537 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58110] ERROR 2025-10-09 08:52:08,758 log 67296 6242283520 Internal Server Error: /en/appointments/telemedicine/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'telemedicine_list' not found. 'telemedicine_list' is not a valid view function or pattern name. ERROR 2025-10-09 08:52:08,761 runserver 67296 6174978048 HTTP GET /en/appointments/telemedicine/create/ 500 [0.04, 127.0.0.1:58110] WARNING 2025-10-09 08:52:08,777 log 67296 6242283520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:52:08,777 runserver 67296 6174978048 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58110] INFO 2025-10-09 08:52:58,082 autoreload 67296 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-10-09 08:52:58,585 autoreload 73166 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 08:52:58,869 server 73166 6140407808 HTTP/2 support enabled INFO 2025-10-09 08:52:58,869 server 73166 6140407808 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 08:52:58,869 server 73166 6140407808 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 08:52:59,979 runserver 73166 6140407808 HTTP GET /en/appointments/telemedicine/create/ 200 [0.26, 127.0.0.1:58497] WARNING 2025-10-09 08:52:59,994 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:52:59,995 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58497] INFO 2025-10-09 08:53:00,020 runserver 73166 6140407808 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58497] WARNING 2025-10-09 08:53:00,067 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:58497] INFO 2025-10-09 08:53:14,497 runserver 73166 6140407808 HTTP GET /en/appointments/telemedicine/ 200 [0.05, 127.0.0.1:58497] WARNING 2025-10-09 08:53:14,512 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:53:14,512 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58497] WARNING 2025-10-09 08:53:14,563 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:58498] INFO 2025-10-09 08:53:14,569 runserver 73166 6140407808 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58497] WARNING 2025-10-09 08:53:16,577 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:58497] WARNING 2025-10-09 08:53:16,581 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:53:16,581 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58498] WARNING 2025-10-09 08:53:16,608 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:53:16,608 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58498] INFO 2025-10-09 08:53:19,171 runserver 73166 6140407808 HTTP GET /en/appointments/telemedicine/ 200 [0.04, 127.0.0.1:58498] WARNING 2025-10-09 08:53:19,190 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:53:19,190 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58498] INFO 2025-10-09 08:53:19,237 runserver 73166 6140407808 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58498] WARNING 2025-10-09 08:53:19,241 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:58498] WARNING 2025-10-09 08:53:27,331 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:58498] WARNING 2025-10-09 08:53:27,336 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:53:27,336 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58497] WARNING 2025-10-09 08:53:27,362 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:53:27,362 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58497] WARNING 2025-10-09 08:53:28,330 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:58497] WARNING 2025-10-09 08:53:28,334 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:53:28,334 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58498] WARNING 2025-10-09 08:53:28,351 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:53:28,351 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58498] WARNING 2025-10-09 08:53:30,649 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:58498] WARNING 2025-10-09 08:53:30,652 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:53:30,652 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58497] WARNING 2025-10-09 08:53:30,671 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:53:30,671 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58497] INFO 2025-10-09 08:53:31,331 runserver 73166 6140407808 HTTP GET /en/appointments/telemedicine/ 200 [0.05, 127.0.0.1:58497] WARNING 2025-10-09 08:53:31,344 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:53:31,344 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58497] INFO 2025-10-09 08:53:31,402 runserver 73166 6140407808 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58497] WARNING 2025-10-09 08:53:31,421 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.02, 127.0.0.1:58497] WARNING 2025-10-09 08:53:32,370 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:53:32,371 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:58497] INFO 2025-10-09 08:53:39,166 runserver 73166 6140407808 HTTP GET /en/appointments/telemedicine/ 200 [0.04, 127.0.0.1:58497] WARNING 2025-10-09 08:53:39,178 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:53:39,178 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58497] INFO 2025-10-09 08:53:39,231 runserver 73166 6140407808 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58497] WARNING 2025-10-09 08:53:39,234 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:58498] WARNING 2025-10-09 08:53:55,639 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:53:55,639 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58498] INFO 2025-10-09 08:54:18,348 runserver 73166 6140407808 HTTP GET /en/appointments/queue/ 200 [0.04, 127.0.0.1:58498] WARNING 2025-10-09 08:54:18,363 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:54:18,363 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58498] INFO 2025-10-09 08:54:18,409 runserver 73166 6140407808 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58498] WARNING 2025-10-09 08:54:18,416 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:58498] INFO 2025-10-09 08:54:21,389 runserver 73166 6140407808 HTTP GET /en/appointments/queue/3/update/ 200 [0.03, 127.0.0.1:58498] WARNING 2025-10-09 08:54:21,406 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:54:21,407 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58498] WARNING 2025-10-09 08:54:21,456 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:58498] INFO 2025-10-09 08:54:21,464 runserver 73166 6140407808 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58497] WARNING 2025-10-09 08:54:25,438 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:58497] WARNING 2025-10-09 08:54:25,443 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:54:25,444 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:58498] WARNING 2025-10-09 08:54:25,452 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:54:25,453 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58498] ERROR 2025-10-09 08:54:27,571 log 73166 13170143232 Internal Server Error: /en/appointments/queue/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_queue' not found. 'export_queue' is not a valid view function or pattern name. ERROR 2025-10-09 08:54:27,573 runserver 73166 6140407808 HTTP GET /en/appointments/queue/3/ 500 [0.04, 127.0.0.1:58498] WARNING 2025-10-09 08:54:27,589 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:54:27,590 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58498] INFO 2025-10-09 08:55:29,690 runserver 73166 6140407808 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:59220] WARNING 2025-10-09 08:55:29,705 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:55:29,705 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59220] INFO 2025-10-09 08:55:29,757 runserver 73166 6140407808 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59220] WARNING 2025-10-09 08:55:29,764 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59220] INFO 2025-10-09 08:55:48,318 runserver 73166 6140407808 HTTP GET /en/appointments/queue/entry/create/ 200 [1.05, 127.0.0.1:59220] WARNING 2025-10-09 08:55:48,336 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:55:48,336 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59220] INFO 2025-10-09 08:55:48,453 runserver 73166 6140407808 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59220] WARNING 2025-10-09 08:55:48,468 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59220] WARNING 2025-10-09 08:55:59,149 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59220] WARNING 2025-10-09 08:55:59,153 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:55:59,153 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59221] WARNING 2025-10-09 08:55:59,165 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:55:59,165 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59221] INFO 2025-10-09 08:56:07,015 runserver 73166 6140407808 HTTP GET /en/appointments/queue/entry/1/ 200 [0.02, 127.0.0.1:59221] WARNING 2025-10-09 08:56:07,032 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:56:07,033 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59221] INFO 2025-10-09 08:56:07,082 runserver 73166 6140407808 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59221] WARNING 2025-10-09 08:56:07,089 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59221] WARNING 2025-10-09 08:56:14,899 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59221] WARNING 2025-10-09 08:56:14,903 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:56:14,904 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:59220] WARNING 2025-10-09 08:56:14,915 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:56:14,915 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59220] INFO 2025-10-09 08:56:29,816 runserver 73166 6140407808 HTTP GET /en/appointments/queue/3/ 200 [0.02, 127.0.0.1:59220] WARNING 2025-10-09 08:56:29,829 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:56:29,829 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59220] INFO 2025-10-09 08:56:29,879 runserver 73166 6140407808 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59220] WARNING 2025-10-09 08:56:29,884 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59220] WARNING 2025-10-09 08:56:37,854 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59221] WARNING 2025-10-09 08:56:37,858 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:56:37,858 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59524] INFO 2025-10-09 08:56:37,881 runserver 73166 6140407808 HTTP GET /en/appointments/queue/ 200 [0.04, 127.0.0.1:59220] WARNING 2025-10-09 08:56:37,891 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:56:37,892 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59220] WARNING 2025-10-09 08:56:37,897 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:56:37,897 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59220] INFO 2025-10-09 08:56:37,925 runserver 73166 6140407808 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59220] WARNING 2025-10-09 08:56:37,931 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59220] WARNING 2025-10-09 08:56:38,821 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:56:38,821 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59220] INFO 2025-10-09 08:56:51,971 runserver 73166 6140407808 HTTP GET /en/appointments/requests/ 200 [0.05, 127.0.0.1:59220] WARNING 2025-10-09 08:56:51,983 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:56:51,983 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59220] INFO 2025-10-09 08:56:52,041 runserver 73166 6140407808 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59220] WARNING 2025-10-09 08:56:52,046 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59220] INFO 2025-10-09 08:57:09,267 runserver 73166 6140407808 HTTP GET /en/appointments/reschedule/4336/ 200 [0.02, 127.0.0.1:59220] WARNING 2025-10-09 08:57:09,287 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:57:09,288 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59220] INFO 2025-10-09 08:57:09,334 runserver 73166 6140407808 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59220] WARNING 2025-10-09 08:57:09,339 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59220] WARNING 2025-10-09 08:57:12,780 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:59220] WARNING 2025-10-09 08:57:12,784 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:57:12,784 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59524] WARNING 2025-10-09 08:57:12,801 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:57:12,801 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59524] INFO 2025-10-09 08:57:14,273 runserver 73166 6140407808 HTTP GET /en/appointments/requests/4336/detail/ 200 [0.01, 127.0.0.1:59524] WARNING 2025-10-09 08:57:14,287 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:57:14,288 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59524] INFO 2025-10-09 08:57:14,333 runserver 73166 6140407808 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59524] WARNING 2025-10-09 08:57:14,341 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59524] WARNING 2025-10-09 08:57:16,586 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59524] WARNING 2025-10-09 08:57:16,590 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:57:16,590 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59220] WARNING 2025-10-09 08:57:16,601 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:57:16,602 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59220] WARNING 2025-10-09 08:57:16,975 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:57:16,976 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59220] INFO 2025-10-09 08:57:38,658 runserver 73166 6140407808 HTTP GET /en/appointments/queue/metrics/dashboard/ 200 [0.03, 127.0.0.1:59220] WARNING 2025-10-09 08:57:38,674 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:57:38,674 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59220] INFO 2025-10-09 08:57:38,726 runserver 73166 6140407808 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59220] WARNING 2025-10-09 08:57:38,733 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59220] INFO 2025-10-09 08:57:42,626 runserver 73166 6140407808 HTTP GET /en/appointments/queue/9/analytics/ 200 [0.03, 127.0.0.1:59220] INFO 2025-10-09 08:57:42,642 runserver 73166 6140407808 HTTP GET /static/plugins/chart.js/dist/chart.umd.js 200 [0.00, 127.0.0.1:59220] WARNING 2025-10-09 08:57:42,646 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:57:42,646 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59524] WARNING 2025-10-09 08:57:42,717 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59524] INFO 2025-10-09 08:57:42,719 runserver 73166 6140407808 HTTP GET /static/plugins/chart.js/dist/chart.umd.js.map 200 [0.00, 127.0.0.1:59220] INFO 2025-10-09 08:57:42,732 runserver 73166 6140407808 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59220] INFO 2025-10-09 08:58:05,196 runserver 73166 6140407808 HTTP GET /en/appointments/queue/9/analytics/?days=90 200 [0.03, 127.0.0.1:59220] WARNING 2025-10-09 08:58:05,216 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:58:05,216 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59220] WARNING 2025-10-09 08:58:05,277 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59220] INFO 2025-10-09 08:58:05,327 runserver 73166 6140407808 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59220] INFO 2025-10-09 08:58:12,052 runserver 73166 6140407808 HTTP GET /en/appointments/queue/9/advanced/ 200 [0.03, 127.0.0.1:59220] WARNING 2025-10-09 08:58:12,068 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:58:12,068 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59220] INFO 2025-10-09 08:58:12,110 runserver 73166 6140407808 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59220] INFO 2025-10-09 08:58:12,113 runserver 73166 6140407808 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:59915] WARNING 2025-10-09 08:58:12,117 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59220] INFO 2025-10-09 08:58:12,123 runserver 73166 6140407808 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:59915] INFO 2025-10-09 08:58:20,076 runserver 73166 6140407808 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:59915] INFO 2025-10-09 08:58:20,101 runserver 73166 6140407808 HTTP GET /en/appointments/queue/9/config/ 200 [0.02, 127.0.0.1:59220] WARNING 2025-10-09 08:58:20,120 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:58:20,120 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59220] INFO 2025-10-09 08:58:20,161 runserver 73166 6140407808 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59220] WARNING 2025-10-09 08:58:20,167 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59220] INFO 2025-10-09 08:58:30,204 runserver 73166 6140407808 WebSocket HANDSHAKING /ws/appointments/queue/9/ [127.0.0.1:59992] WARNING 2025-10-09 08:58:30,207 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59220] WARNING 2025-10-09 08:58:30,211 log 73166 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:58:30,211 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59220] INFO 2025-10-09 08:58:30,214 runserver 73166 6140407808 WebSocket CONNECT /ws/appointments/queue/9/ [127.0.0.1:59992] WARNING 2025-10-09 08:58:30,223 log 73166 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:58:30,223 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59220] INFO 2025-10-09 08:58:30,465 runserver 73166 6140407808 WebSocket DISCONNECT /ws/appointments/queue/9/ [127.0.0.1:59992] WARNING 2025-10-09 08:58:30,506 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:59220] WARNING 2025-10-09 08:58:30,510 log 73166 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:58:30,510 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59524] WARNING 2025-10-09 08:58:30,523 log 73166 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:58:30,523 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59524] WARNING 2025-10-09 08:58:31,336 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:59524] WARNING 2025-10-09 08:58:31,340 log 73166 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:58:31,341 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59220] WARNING 2025-10-09 08:58:31,349 log 73166 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:58:31,349 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59220] WARNING 2025-10-09 08:58:31,841 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59220] WARNING 2025-10-09 08:58:31,845 log 73166 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:58:31,845 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59524] WARNING 2025-10-09 08:58:31,856 log 73166 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:58:31,856 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59524] WARNING 2025-10-09 08:58:34,083 log 73166 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:58:34,083 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:59524] INFO 2025-10-09 08:58:49,450 runserver 73166 6140407808 HTTP GET /en/appointments/provider/schedule/daily/ 200 [0.03, 127.0.0.1:59524] WARNING 2025-10-09 08:58:49,466 log 73166 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:58:49,466 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59524] INFO 2025-10-09 08:58:49,519 runserver 73166 6140407808 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59524] WARNING 2025-10-09 08:58:49,524 runserver 73166 6140407808 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59524] ERROR 2025-10-09 08:59:04,660 log 73166 13170143232 Internal Server Error: /en/appointments/5121/check-in/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 2864, in check_in_appointment messages.success(request, _("Patient has been checked in.")) ^ NameError: name '_' is not defined ERROR 2025-10-09 08:59:04,662 runserver 73166 6140407808 HTTP POST /en/appointments/5121/check-in/ 500 [0.03, 127.0.0.1:59524] WARNING 2025-10-09 08:59:04,681 log 73166 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 08:59:04,681 runserver 73166 6140407808 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59524] INFO 2025-10-09 08:59:42,212 autoreload 73166 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-10-09 08:59:42,760 autoreload 76359 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 08:59:43,034 server 76359 6117011456 HTTP/2 support enabled INFO 2025-10-09 08:59:43,034 server 76359 6117011456 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 08:59:43,035 server 76359 6117011456 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 09:00:26,967 autoreload 76359 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-10-09 09:00:27,693 autoreload 77190 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 09:00:27,988 server 77190 6139228160 HTTP/2 support enabled INFO 2025-10-09 09:00:27,988 server 77190 6139228160 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 09:00:27,989 server 77190 6139228160 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 09:00:28,235 runserver 77190 6139228160 HTTP POST /en/appointments/5121/check-in/ 302 [0.10, 127.0.0.1:60630] INFO 2025-10-09 09:00:28,255 runserver 77190 6139228160 HTTP GET /en/appointments/requests/5121/detail/ 200 [0.02, 127.0.0.1:60630] WARNING 2025-10-09 09:00:28,272 log 77190 6172880896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 09:00:28,272 runserver 77190 6139228160 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60630] INFO 2025-10-09 09:00:28,320 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60630] WARNING 2025-10-09 09:00:28,327 runserver 77190 6139228160 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:60630] WARNING 2025-10-09 09:00:39,077 runserver 77190 6139228160 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:60680] WARNING 2025-10-09 09:00:39,082 log 77190 6172880896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 09:00:39,082 runserver 77190 6139228160 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:60681] WARNING 2025-10-09 09:00:39,095 log 77190 6172880896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 09:00:39,095 runserver 77190 6139228160 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60681] INFO 2025-10-09 09:00:40,961 runserver 77190 6139228160 HTTP GET /en/appointments/reschedule/5120/ 200 [0.02, 127.0.0.1:60681] WARNING 2025-10-09 09:00:40,982 log 77190 6172880896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 09:00:40,983 runserver 77190 6139228160 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60681] INFO 2025-10-09 09:00:41,030 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60681] WARNING 2025-10-09 09:00:41,035 runserver 77190 6139228160 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:60681] WARNING 2025-10-09 09:00:46,693 runserver 77190 6139228160 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:60681] WARNING 2025-10-09 09:00:46,696 log 77190 6172880896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 09:00:46,696 runserver 77190 6139228160 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60680] WARNING 2025-10-09 09:00:46,706 log 77190 6172880896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 09:00:46,706 runserver 77190 6139228160 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60680] INFO 2025-10-09 09:00:48,595 runserver 77190 6139228160 HTTP GET /en/appointments/requests/5121/detail/ 200 [0.02, 127.0.0.1:60680] WARNING 2025-10-09 09:00:48,617 log 77190 6172880896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 09:00:48,617 runserver 77190 6139228160 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60680] INFO 2025-10-09 09:00:48,663 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60680] WARNING 2025-10-09 09:00:48,666 runserver 77190 6139228160 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:60681] WARNING 2025-10-09 09:00:51,291 runserver 77190 6139228160 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:60681] WARNING 2025-10-09 09:00:51,294 log 77190 6172880896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 09:00:51,294 runserver 77190 6139228160 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60680] WARNING 2025-10-09 09:00:51,305 log 77190 6172880896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 09:00:51,305 runserver 77190 6139228160 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60680] WARNING 2025-10-09 09:01:04,953 log 77190 6172880896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 09:01:04,953 runserver 77190 6139228160 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60680] ERROR 2025-10-09 09:01:22,548 log 77190 6172880896 Internal Server Error: /en/appointments/provider/check-in/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_request_detail' not found. 'appointment_request_detail' is not a valid view function or pattern name. ERROR 2025-10-09 09:01:22,550 runserver 77190 6139228160 HTTP GET /en/appointments/provider/check-in/ 500 [0.10, 127.0.0.1:60680] WARNING 2025-10-09 09:01:22,564 log 77190 6172880896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 09:01:22,564 runserver 77190 6139228160 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60680] WARNING 2025-10-09 13:27:47,760 log 77190 6172880896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 13:27:47,760 runserver 77190 6139228160 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:64391] ERROR 2025-10-09 13:27:53,827 log 77190 6172880896 Internal Server Error: /en/appointments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'telemedicine' not found. 'telemedicine' is not a valid view function or pattern name. ERROR 2025-10-09 13:27:53,828 runserver 77190 6139228160 HTTP GET /en/appointments/ 500 [0.11, 127.0.0.1:64391] WARNING 2025-10-09 13:27:53,844 log 77190 6172880896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 13:27:53,845 runserver 77190 6139228160 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64391] INFO 2025-10-09 13:29:14,169 runserver 77190 6139228160 HTTP GET /en/appointments/ 200 [0.08, 127.0.0.1:64739] WARNING 2025-10-09 13:29:14,185 log 77190 6172880896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 13:29:14,185 runserver 77190 6139228160 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:64739] WARNING 2025-10-09 13:29:14,237 runserver 77190 6139228160 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:64739] INFO 2025-10-09 13:29:14,270 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:64739] INFO 2025-10-09 13:29:14,302 runserver 77190 6139228160 HTTP GET /en/appointments/stats/ 200 [0.06, 127.0.0.1:64740] INFO 2025-10-09 13:29:19,068 runserver 77190 6139228160 HTTP GET / 302 [0.01, 127.0.0.1:64740] INFO 2025-10-09 13:29:19,103 runserver 77190 6139228160 HTTP GET /en/ 200 [0.03, 127.0.0.1:64740] INFO 2025-10-09 13:29:19,155 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:64740] INFO 2025-10-09 13:29:19,159 runserver 77190 6139228160 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:64754] INFO 2025-10-09 13:29:19,170 runserver 77190 6139228160 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:64739] INFO 2025-10-09 13:29:40,807 runserver 77190 6139228160 HTTP GET /en/hr 301 [0.01, 127.0.0.1:64739] INFO 2025-10-09 13:29:40,952 runserver 77190 6139228160 HTTP GET /en/hr/ 200 [0.14, 127.0.0.1:64739] INFO 2025-10-09 13:29:40,982 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64739] INFO 2025-10-09 13:29:46,842 runserver 77190 6139228160 HTTP GET /en/hr/employees/ 200 [0.03, 127.0.0.1:64739] INFO 2025-10-09 13:29:46,885 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64739] INFO 2025-10-09 13:29:49,340 runserver 77190 6139228160 HTTP GET /en/hr/employees/83/ 200 [0.02, 127.0.0.1:64739] INFO 2025-10-09 13:29:49,370 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64739] INFO 2025-10-09 13:29:49,372 runserver 77190 6139228160 HTTP GET /en/hr/employees/83/clock-controls/ 200 [0.02, 127.0.0.1:64754] INFO 2025-10-09 13:30:11,617 runserver 77190 6139228160 HTTP GET /en/hr/my/leave 301 [0.01, 127.0.0.1:64754] INFO 2025-10-09 13:30:11,638 runserver 77190 6139228160 HTTP GET /en/hr/my/leave/ 200 [0.02, 127.0.0.1:64754] INFO 2025-10-09 13:30:11,659 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64754] ERROR 2025-10-09 13:30:17,093 log 77190 6172880896 Internal Server Error: /en/hr/leave/requests/1590/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'div' ERROR 2025-10-09 13:30:17,095 runserver 77190 6139228160 HTTP GET /en/hr/leave/requests/1590/ 500 [0.04, 127.0.0.1:64754] INFO 2025-10-09 13:30:24,141 runserver 77190 6139228160 HTTP GET /en/hr/leave/calendar/ 200 [0.06, 127.0.0.1:64754] INFO 2025-10-09 13:30:24,221 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64754] INFO 2025-10-09 13:30:45,874 runserver 77190 6139228160 HTTP GET /en/hr/training/records 301 [0.01, 127.0.0.1:64754] INFO 2025-10-09 13:30:45,915 runserver 77190 6139228160 HTTP GET /en/hr/training/records/ 200 [0.04, 127.0.0.1:64754] INFO 2025-10-09 13:30:45,940 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64754] INFO 2025-10-09 13:30:56,069 runserver 77190 6139228160 HTTP GET /en/hr/training/programs 301 [0.02, 127.0.0.1:64754] INFO 2025-10-09 13:30:56,087 runserver 77190 6139228160 HTTP GET /en/hr/training/programs/ 200 [0.02, 127.0.0.1:64754] INFO 2025-10-09 13:30:56,114 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64754] INFO 2025-10-09 13:30:59,883 runserver 77190 6139228160 HTTP GET /en/hr/training/programs/7/ 200 [0.03, 127.0.0.1:64754] INFO 2025-10-09 13:30:59,923 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64754] INFO 2025-10-09 13:31:13,377 runserver 77190 6139228160 HTTP GET /en/hr/training/sessions/184/ 200 [0.03, 127.0.0.1:64754] INFO 2025-10-09 13:31:13,417 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64754] INFO 2025-10-09 13:31:25,501 runserver 77190 6139228160 HTTP GET /en/hr/training/sessions/create/?program=7 200 [0.06, 127.0.0.1:64754] INFO 2025-10-09 13:31:25,525 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64754] INFO 2025-10-09 13:31:25,538 runserver 77190 6139228160 HTTP GET /static/css/saudiriyalsymbol.woff2 200 [0.00, 127.0.0.1:64754] INFO 2025-10-09 13:31:39,131 runserver 77190 6139228160 HTTP GET /en/hr/training/records/5290/ 200 [0.02, 127.0.0.1:64754] INFO 2025-10-09 13:31:39,174 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64754] INFO 2025-10-09 13:35:58,072 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64757] INFO 2025-10-09 13:36:08,148 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64757] INFO 2025-10-09 13:36:38,383 runserver 77190 6139228160 HTTP GET /en/emr 301 [0.01, 127.0.0.1:64757] INFO 2025-10-09 13:36:38,412 runserver 77190 6139228160 HTTP GET /en/emr/ 200 [0.03, 127.0.0.1:64757] INFO 2025-10-09 13:36:38,446 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64757] INFO 2025-10-09 13:36:38,482 runserver 77190 6139228160 HTTP GET /en/emr/stats/ 200 [0.05, 127.0.0.1:64758] INFO 2025-10-09 13:36:45,502 runserver 77190 6139228160 HTTP GET /en/emr/encounters/987/ 200 [0.05, 127.0.0.1:64758] INFO 2025-10-09 13:36:45,509 runserver 77190 6139228160 HTTP GET /static/plugins/lity/dist/lity.min.css 200 [0.00, 127.0.0.1:64758] INFO 2025-10-09 13:36:45,513 runserver 77190 6139228160 HTTP GET /static/plugins/lity/dist/lity.min.js 200 [0.00, 127.0.0.1:64758] INFO 2025-10-09 13:36:45,513 runserver 77190 6139228160 HTTP GET /static/plugins/moment/moment.js 200 [0.00, 127.0.0.1:64757] INFO 2025-10-09 13:36:45,545 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64757] INFO 2025-10-09 13:36:56,100 runserver 77190 6139228160 HTTP GET /en/emr/vital-signs/2003/ 200 [0.02, 127.0.0.1:64757] INFO 2025-10-09 13:36:56,115 runserver 77190 6139228160 HTTP GET /static/plugins/%40highlightjs/cdn-assets/highlight.min.js 200 [0.00, 127.0.0.1:64758] INFO 2025-10-09 13:36:56,116 runserver 77190 6139228160 HTTP GET /static/plugins/apexcharts/dist/apexcharts.js 200 [0.00, 127.0.0.1:64757] INFO 2025-10-09 13:36:56,158 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64757] INFO 2025-10-09 13:36:56,162 runserver 77190 6139228160 HTTP GET /en/emr/vital-signs-chart/27/ 200 [0.02, 127.0.0.1:64758] INFO 2025-10-09 13:38:14,080 runserver 77190 6139228160 HTTP GET /en/emr/care-plans/30/ 200 [0.03, 127.0.0.1:64759] INFO 2025-10-09 13:38:14,114 runserver 77190 6139228160 HTTP GET /static/plugins/bootstrap-icons/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6 200 [0.00, 127.0.0.1:64759] INFO 2025-10-09 13:38:14,130 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64759] INFO 2025-10-09 13:38:25,386 runserver 77190 6139228160 HTTP GET /en/facility-management/ 200 [0.04, 127.0.0.1:64759] INFO 2025-10-09 13:38:25,399 runserver 77190 6139228160 HTTP GET /static/plugins/apexcharts/dist/apexcharts.min.js 200 [0.00, 127.0.0.1:64759] INFO 2025-10-09 13:38:25,401 runserver 77190 6139228160 HTTP GET /static/js/demo/render.highlight.js 200 [0.00, 127.0.0.1:64760] INFO 2025-10-09 13:38:25,434 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64760] INFO 2025-10-09 13:38:35,631 runserver 77190 6139228160 HTTP GET /en/facility-management/maintenance/create/ 200 [0.13, 127.0.0.1:64760] INFO 2025-10-09 13:38:35,678 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64760] INFO 2025-10-09 13:38:53,334 runserver 77190 6139228160 HTTP GET /en/appointments/ 200 [0.08, 127.0.0.1:64760] INFO 2025-10-09 13:38:53,382 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64760] INFO 2025-10-09 13:38:53,410 runserver 77190 6139228160 HTTP GET /en/appointments/stats/ 200 [0.05, 127.0.0.1:64759] INFO 2025-10-09 13:39:50,772 runserver 77190 6139228160 HTTP GET /en/appointments/calendar/ 200 [0.02, 127.0.0.1:64759] INFO 2025-10-09 13:39:50,881 runserver 77190 6139228160 HTTP GET /en/appointments/calendar/events/?start=2025-10-05T00%3A00%3A00&end=2025-10-12T00%3A00%3A00 200 [0.07, 127.0.0.1:64759] INFO 2025-10-09 13:39:50,882 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.05, 127.0.0.1:64760] INFO 2025-10-09 13:39:54,415 runserver 77190 6139228160 HTTP GET /en/appointments/5157/detail-card/ 200 [0.01, 127.0.0.1:64759] INFO 2025-10-09 13:39:56,950 runserver 77190 6139228160 HTTP GET /en/appointments/requests/5157/detail/ 200 [0.02, 127.0.0.1:64759] INFO 2025-10-09 13:39:56,986 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64759] INFO 2025-10-09 13:40:01,395 runserver 77190 6139228160 HTTP GET /en/appointments/reschedule/5157/ 200 [0.02, 127.0.0.1:64759] INFO 2025-10-09 13:40:01,434 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64759] INFO 2025-10-09 13:40:12,305 runserver 77190 6139228160 HTTP GET /en/appointments/slots/available/?new_date=2025-10-10&new_provider=52&exclude_appointment=5157 200 [0.01, 127.0.0.1:64759] INFO 2025-10-09 13:40:16,540 runserver 77190 6139228160 HTTP GET /en/appointments/slots/available/?new_date=2025-10-10&new_provider=5&exclude_appointment=5157 200 [0.01, 127.0.0.1:64759] INFO 2025-10-09 13:40:23,102 runserver 77190 6139228160 HTTP GET /en/appointments/slots/available/?new_date=2025-10-30&new_provider=9&exclude_appointment=5157 200 [0.02, 127.0.0.1:64759] INFO 2025-10-09 13:40:35,988 runserver 77190 6139228160 HTTP GET /en/appointments/slots/available/?new_date=2025-11-01&new_provider=5&exclude_appointment=5157 200 [0.01, 127.0.0.1:64759] INFO 2025-10-09 13:40:38,459 runserver 77190 6139228160 HTTP GET /en/appointments/slots/available/?new_date=2025-11-01&new_provider=14&exclude_appointment=5157 200 [0.02, 127.0.0.1:64759] INFO 2025-10-09 13:41:06,710 runserver 77190 6139228160 HTTP GET /en/appointments/2828/detail-card/ 200 [0.01, 127.0.0.1:64759] INFO 2025-10-09 13:41:07,569 runserver 77190 6139228160 HTTP GET /en/appointments/5051/detail-card/ 200 [0.01, 127.0.0.1:64759] INFO 2025-10-09 13:41:10,970 runserver 77190 6139228160 HTTP GET /en/appointments/stats/ 200 [0.05, 127.0.0.1:64759] INFO 2025-10-09 13:41:22,425 runserver 77190 6139228160 HTTP GET /en/inpatients/ 200 [0.05, 127.0.0.1:64759] INFO 2025-10-09 13:41:22,461 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64759] INFO 2025-10-09 13:41:22,461 runserver 77190 6139228160 HTTP GET /en/inpatients/wards/stats/ 200 [0.02, 127.0.0.1:64761] INFO 2025-10-09 13:41:31,755 runserver 77190 6139228160 HTTP GET /en/inpatients/wards/ 200 [0.03, 127.0.0.1:64761] INFO 2025-10-09 13:41:31,794 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64761] INFO 2025-10-09 13:41:34,760 runserver 77190 6139228160 HTTP GET /en/inpatients/wards/4/ 200 [0.03, 127.0.0.1:64761] INFO 2025-10-09 13:41:34,800 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64761] INFO 2025-10-09 13:42:28,534 runserver 77190 6139228160 HTTP GET /en/integration 301 [0.01, 127.0.0.1:64761] INFO 2025-10-09 13:42:28,558 runserver 77190 6139228160 HTTP GET /en/integration/ 200 [0.02, 127.0.0.1:64761] INFO 2025-10-09 13:42:28,606 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:64761] INFO 2025-10-09 13:42:28,608 runserver 77190 6139228160 HTTP GET /en/integration/system-health/ 200 [0.03, 127.0.0.1:64763] ERROR 2025-10-09 13:42:28,620 log 77190 13186969600 Internal Server Error: /en/integration/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 2344, in integration_stats logs = IntegrationLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: category, correlation_id, details, endpoint, endpoint_id, execution, execution_id, external_system, external_system_id, level, log_id, message, metadata, timestamp, user, user_id ERROR 2025-10-09 13:42:28,623 runserver 77190 6139228160 HTTP GET /en/integration/stats/ 500 [0.05, 127.0.0.1:64762] ERROR 2025-10-09 13:42:58,605 log 77190 6172880896 Internal Server Error: /en/integration/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 2344, in integration_stats logs = IntegrationLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: category, correlation_id, details, endpoint, endpoint_id, execution, execution_id, external_system, external_system_id, level, log_id, message, metadata, timestamp, user, user_id ERROR 2025-10-09 13:42:58,607 runserver 77190 6139228160 HTTP GET /en/integration/stats/ 500 [0.03, 127.0.0.1:64762] INFO 2025-10-09 13:43:28,610 runserver 77190 6139228160 HTTP GET /en/integration/system-health/ 200 [0.03, 127.0.0.1:64762] ERROR 2025-10-09 13:43:28,622 log 77190 13186969600 Internal Server Error: /en/integration/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 2344, in integration_stats logs = IntegrationLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: category, correlation_id, details, endpoint, endpoint_id, execution, execution_id, external_system, external_system_id, level, log_id, message, metadata, timestamp, user, user_id ERROR 2025-10-09 13:43:28,624 runserver 77190 6139228160 HTTP GET /en/integration/stats/ 500 [0.04, 127.0.0.1:64763] INFO 2025-10-09 13:43:51,097 runserver 77190 6139228160 HTTP GET /en/integration/systems/create/ 200 [0.02, 127.0.0.1:64763] INFO 2025-10-09 13:43:51,137 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64763] WARNING 2025-10-09 13:44:55,405 log 77190 13186969600 Not Found: /integration/api/recent-failures/ WARNING 2025-10-09 13:44:55,406 runserver 77190 6139228160 HTTP GET /integration/api/recent-failures/ 404 [0.01, 127.0.0.1:64765] INFO 2025-10-09 13:44:55,425 runserver 77190 6139228160 HTTP GET /en/integration/system-health/ 200 [0.03, 127.0.0.1:64766] ERROR 2025-10-09 13:44:55,436 log 77190 6172880896 Internal Server Error: /en/integration/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 2344, in integration_stats logs = IntegrationLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: category, correlation_id, details, endpoint, endpoint_id, execution, execution_id, external_system, external_system_id, level, log_id, message, metadata, timestamp, user, user_id ERROR 2025-10-09 13:44:55,438 runserver 77190 6139228160 HTTP GET /en/integration/stats/ 500 [0.04, 127.0.0.1:64764] INFO 2025-10-09 13:45:03,769 runserver 77190 6139228160 HTTP GET /en/analytics/ 200 [0.03, 127.0.0.1:64764] INFO 2025-10-09 13:45:03,808 runserver 77190 6139228160 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64764] INFO 2025-10-09 13:45:03,810 runserver 77190 6139228160 HTTP GET /en/analytics/htmx/stats/ 200 [0.02, 127.0.0.1:64766] INFO 2025-10-09 13:45:33,811 runserver 77190 6139228160 HTTP GET /en/analytics/htmx/stats/ 200 [0.02, 127.0.0.1:64766] INFO 2025-10-09 13:46:03,810 runserver 77190 6139228160 HTTP GET /en/analytics/htmx/stats/ 200 [0.01, 127.0.0.1:64766] INFO 2025-10-09 13:46:29,243 autoreload 77190 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-10-09 13:46:29,777 autoreload 26036 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 13:46:30,348 server 26036 6110162944 HTTP/2 support enabled INFO 2025-10-09 13:46:30,348 server 26036 6110162944 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 13:46:30,349 server 26036 6110162944 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 13:46:33,818 runserver 26036 6110162944 HTTP GET /en/analytics/htmx/stats/ 200 [0.02, 127.0.0.1:64769] INFO 2025-10-09 13:46:34,516 runserver 26036 6110162944 HTTP GET /en/analytics/ 200 [0.12, 127.0.0.1:64769] INFO 2025-10-09 13:46:34,561 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64769] INFO 2025-10-09 13:46:34,561 runserver 26036 6110162944 HTTP GET /en/analytics/htmx/stats/ 200 [0.01, 127.0.0.1:64771] INFO 2025-10-09 13:46:43,347 runserver 26036 6110162944 HTTP GET /en/analytics/dashboards/ 200 [0.01, 127.0.0.1:64771] INFO 2025-10-09 13:46:43,381 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64771] ERROR 2025-10-09 13:46:48,749 log 26036 6143815680 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-10-09 13:46:48,753 runserver 26036 6110162944 HTTP GET /en/analytics/reports/ 500 [0.06, 127.0.0.1:64771] INFO 2025-10-09 13:46:51,926 runserver 26036 6110162944 HTTP GET /en/analytics/data-sources/ 200 [0.02, 127.0.0.1:64771] INFO 2025-10-09 13:46:51,966 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64771] INFO 2025-10-09 13:47:01,060 runserver 26036 6110162944 HTTP GET /en/analytics/data-sources/create/ 200 [0.01, 127.0.0.1:64771] INFO 2025-10-09 13:47:01,091 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64771] INFO 2025-10-09 13:47:59,185 runserver 26036 6110162944 HTTP GET /en/analytics/data-sources/create/ 200 [0.02, 127.0.0.1:64771] INFO 2025-10-09 13:47:59,226 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64771] INFO 2025-10-09 13:48:24,217 runserver 26036 6110162944 HTTP GET /en/analytics/htmx/stats/ 200 [0.01, 127.0.0.1:64771] INFO 2025-10-09 13:48:26,591 runserver 26036 6110162944 HTTP GET /en/analytics/dashboards/ 200 [0.02, 127.0.0.1:64771] INFO 2025-10-09 13:48:26,632 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64771] INFO 2025-10-09 13:48:32,161 runserver 26036 6110162944 HTTP GET /en/analytics/dashboards/8c6ae992-ab8d-44c9-9971-4a5cf6c282dc/ 200 [0.02, 127.0.0.1:64771] INFO 2025-10-09 13:48:32,201 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64771] INFO 2025-10-09 13:49:01,630 runserver 26036 6110162944 HTTP GET /en/analytics/htmx/stats/ 200 [0.01, 127.0.0.1:64771] INFO 2025-10-09 13:49:03,244 runserver 26036 6110162944 HTTP GET /en/analytics/metrics/ 200 [0.02, 127.0.0.1:64771] INFO 2025-10-09 13:49:03,287 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64771] ERROR 2025-10-09 13:49:03,313 log 26036 6143815680 Internal Server Error: /en/analytics/ajax/metric-stats/ ERROR 2025-10-09 13:49:03,313 runserver 26036 6110162944 HTTP GET /en/analytics/ajax/metric-stats/ 500 [0.02, 127.0.0.1:64774] ERROR 2025-10-09 13:49:03,314 log 26036 6143815680 Internal Server Error: /en/analytics/ajax/metric-list/ ERROR 2025-10-09 13:49:03,314 runserver 26036 6110162944 HTTP GET /en/analytics/ajax/metric-list/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=current_value&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=target_value&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=status&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=last_updated&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=update_frequency&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=6&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&frequency=&_=1760006943259 500 [0.02, 127.0.0.1:64771] ERROR 2025-10-09 13:49:11,167 log 26036 6143815680 Internal Server Error: /en/analytics/executions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 650, in get_queryset queryset = ReportExecution.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-10-09 13:49:11,170 runserver 26036 6110162944 HTTP GET /en/analytics/executions/ 500 [0.04, 127.0.0.1:64771] INFO 2025-10-09 14:11:57,537 runserver 26036 6110162944 HTTP GET /en/inpatients/wards/2/ 200 [0.03, 127.0.0.1:64777] INFO 2025-10-09 14:11:57,557 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64777] INFO 2025-10-09 14:12:38,217 runserver 26036 6110162944 HTTP GET /en/emr/ 200 [0.04, 127.0.0.1:64777] INFO 2025-10-09 14:12:38,252 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64777] INFO 2025-10-09 14:12:38,283 runserver 26036 6110162944 HTTP GET /en/emr/stats/ 200 [0.05, 127.0.0.1:64778] INFO 2025-10-09 14:12:41,895 runserver 26036 6110162944 HTTP GET /en/emr/icd10/ 200 [0.01, 127.0.0.1:64778] INFO 2025-10-09 14:12:41,914 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64778] INFO 2025-10-09 14:12:48,227 runserver 26036 6110162944 HTTP GET /en/emr/icd10/?q=arthritis&mode=description 200 [0.06, 127.0.0.1:64778] INFO 2025-10-09 14:12:48,248 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64778] INFO 2025-10-09 14:12:55,669 runserver 26036 6110162944 HTTP GET /en/emr/icd10/A01.04/ 200 [0.03, 127.0.0.1:64778] INFO 2025-10-09 14:12:55,689 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64778] INFO 2025-10-09 14:12:58,290 runserver 26036 6110162944 HTTP GET /en/emr/icd10/A01.0/ 200 [0.02, 127.0.0.1:64778] INFO 2025-10-09 14:12:58,324 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64778] INFO 2025-10-09 14:13:38,306 runserver 26036 6110162944 HTTP GET /en/emr/problems/ 200 [0.02, 127.0.0.1:64778] INFO 2025-10-09 14:13:38,327 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64778] INFO 2025-10-09 14:13:40,491 runserver 26036 6110162944 HTTP GET /en/emr/problems/141/ 200 [0.02, 127.0.0.1:64778] INFO 2025-10-09 14:13:40,532 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64778] INFO 2025-10-09 14:13:45,865 runserver 26036 6110162944 HTTP GET /en/emr/problems/140/ 200 [0.02, 127.0.0.1:64778] INFO 2025-10-09 14:13:45,904 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64778] INFO 2025-10-09 14:14:44,104 runserver 26036 6110162944 HTTP GET /en/emr/problems/130/ 200 [0.02, 127.0.0.1:64874] INFO 2025-10-09 14:14:44,127 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64874] INFO 2025-10-09 14:16:50,082 runserver 26036 6110162944 HTTP GET /en/inpatients/beds/grid/ 200 [0.04, 127.0.0.1:64914] INFO 2025-10-09 14:18:50,081 runserver 26036 6110162944 HTTP GET /en/inpatients/beds/grid/ 200 [0.05, 127.0.0.1:64936] INFO 2025-10-09 14:18:50,292 runserver 26036 6110162944 HTTP GET /en/laboratory/ 200 [0.03, 127.0.0.1:64936] INFO 2025-10-09 14:18:50,327 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64936] INFO 2025-10-09 14:18:50,329 runserver 26036 6110162944 HTTP GET /en/laboratory/htmx/stats/ 200 [0.02, 127.0.0.1:64937] INFO 2025-10-09 14:18:57,754 runserver 26036 6110162944 HTTP GET /en/laboratory/orders/ 200 [0.05, 127.0.0.1:64937] INFO 2025-10-09 14:18:57,791 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64937] INFO 2025-10-09 14:18:59,578 runserver 26036 6110162944 HTTP GET /en/laboratory/orders/804/ 200 [0.02, 127.0.0.1:64937] INFO 2025-10-09 14:18:59,619 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64937] INFO 2025-10-09 14:19:34,189 runserver 26036 6110162944 HTTP GET /en/hr/training/records/ 200 [0.06, 127.0.0.1:64937] INFO 2025-10-09 14:19:34,214 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64937] INFO 2025-10-09 14:22:06,300 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:64971] INFO 2025-10-09 14:22:06,301 runserver 26036 6110162944 HTTP GET /en/inpatients/wards/stats/ 200 [0.04, 127.0.0.1:64970] INFO 2025-10-09 14:22:06,326 runserver 26036 6110162944 HTTP GET /en/inpatients/beds/grid/ 200 [0.06, 127.0.0.1:64972] INFO 2025-10-09 14:22:06,329 runserver 26036 6110162944 HTTP GET /en/inpatients/wards/stats/ 200 [0.03, 127.0.0.1:64970] INFO 2025-10-09 14:22:17,600 runserver 26036 6110162944 HTTP GET /en/hr/ 200 [0.14, 127.0.0.1:64970] INFO 2025-10-09 14:22:17,630 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64970] INFO 2025-10-09 14:22:19,876 runserver 26036 6110162944 HTTP GET /en/hr/reviews/ 200 [0.04, 127.0.0.1:64970] INFO 2025-10-09 14:22:19,890 runserver 26036 6110162944 HTTP GET /static/plugins/bootstrap-daterangepicker/daterangepicker.css 200 [0.00, 127.0.0.1:64970] INFO 2025-10-09 14:22:19,891 runserver 26036 6110162944 HTTP GET /static/plugins/bootstrap-daterangepicker/daterangepicker.js 200 [0.00, 127.0.0.1:64972] INFO 2025-10-09 14:22:19,927 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64972] INFO 2025-10-09 14:22:23,625 runserver 26036 6110162944 HTTP GET /en/hr/reviews/630/ 200 [0.03, 127.0.0.1:64972] INFO 2025-10-09 14:22:23,673 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64972] INFO 2025-10-09 14:23:18,250 runserver 26036 6110162944 HTTP GET /en/hr/employees/80/ 200 [0.02, 127.0.0.1:64972] INFO 2025-10-09 14:23:18,302 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64972] INFO 2025-10-09 14:23:18,303 runserver 26036 6110162944 HTTP GET /en/hr/employees/80/clock-controls/ 200 [0.02, 127.0.0.1:64970] INFO 2025-10-09 14:24:32,760 runserver 26036 6110162944 HTTP GET /en/hr/departments/ 200 [0.03, 127.0.0.1:64992] INFO 2025-10-09 14:24:32,769 runserver 26036 6110162944 HTTP GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css 200 [0.00, 127.0.0.1:64992] INFO 2025-10-09 14:24:32,772 runserver 26036 6110162944 HTTP GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js 200 [0.00, 127.0.0.1:64992] INFO 2025-10-09 14:24:32,772 runserver 26036 6110162944 HTTP GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js 200 [0.00, 127.0.0.1:64993] INFO 2025-10-09 14:24:32,777 runserver 26036 6110162944 HTTP GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js 200 [0.00, 127.0.0.1:64993] INFO 2025-10-09 14:24:32,777 runserver 26036 6110162944 HTTP GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js 200 [0.00, 127.0.0.1:64992] INFO 2025-10-09 14:24:32,777 runserver 26036 6110162944 HTTP GET /static/plugins/jszip/dist/jszip.min.js 200 [0.00, 127.0.0.1:64994] INFO 2025-10-09 14:24:32,779 runserver 26036 6110162944 HTTP GET /static/plugins/pdfmake/build/vfs_fonts.js 200 [0.00, 127.0.0.1:64996] INFO 2025-10-09 14:24:32,779 runserver 26036 6110162944 HTTP GET /static/plugins/pdfmake/build/pdfmake.min.js 200 [0.00, 127.0.0.1:64995] INFO 2025-10-09 14:24:32,821 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64995] INFO 2025-10-09 14:24:34,540 runserver 26036 6110162944 HTTP GET /en/hr/departments/30/ 200 [0.03, 127.0.0.1:64995] INFO 2025-10-09 14:24:34,551 runserver 26036 6110162944 HTTP GET /static/img/user/user-1.jpg 200 [0.00, 127.0.0.1:64995] INFO 2025-10-09 14:24:34,581 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64995] INFO 2025-10-09 14:25:03,780 runserver 26036 6110162944 HTTP GET /en/appointments/queue/ 200 [0.03, 127.0.0.1:64995] INFO 2025-10-09 14:25:03,804 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64995] INFO 2025-10-09 14:25:24,487 runserver 26036 6110162944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:64995] INFO 2025-10-09 14:25:24,509 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64995] INFO 2025-10-09 14:26:24,564 runserver 26036 6110162944 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:65009] INFO 2025-10-09 14:26:24,602 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65009] INFO 2025-10-09 14:26:26,964 runserver 26036 6110162944 HTTP GET /en/appointments/queue/entry/1/ 200 [0.02, 127.0.0.1:65009] INFO 2025-10-09 14:26:27,004 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65009] INFO 2025-10-09 14:26:40,324 runserver 26036 6110162944 HTTP GET /en/appointments/queue/ 200 [0.04, 127.0.0.1:65009] INFO 2025-10-09 14:26:40,368 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65009] INFO 2025-10-09 14:26:46,655 runserver 26036 6110162944 HTTP GET /en/appointments/queue/3/delete/ 200 [0.02, 127.0.0.1:65009] INFO 2025-10-09 14:26:46,696 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65009] INFO 2025-10-09 14:26:55,608 runserver 26036 6110162944 HTTP GET /en/hr/schedules/ 200 [0.05, 127.0.0.1:65009] INFO 2025-10-09 14:26:55,655 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65009] INFO 2025-10-09 14:26:57,377 runserver 26036 6110162944 HTTP GET /en/hr/schedules/484/ 200 [0.01, 127.0.0.1:65009] INFO 2025-10-09 14:26:57,421 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65009] INFO 2025-10-09 14:27:07,436 runserver 26036 6110162944 HTTP GET /en/hr/schedules/567/ 200 [0.03, 127.0.0.1:65009] WARNING 2025-10-09 14:27:07,444 runserver 26036 6110162944 HTTP GET /static/img/user/default-avatar.jpg 404 [0.00, 127.0.0.1:65009] INFO 2025-10-09 14:27:07,475 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65009] WARNING 2025-10-09 14:27:07,492 runserver 26036 6110162944 HTTP GET /static/img/user/default-avatar.jpg 404 [0.00, 127.0.0.1:65009] WARNING 2025-10-09 14:27:08,786 runserver 26036 6110162944 HTTP GET /static/img/user/default-avatar.jpg 404 [0.00, 127.0.0.1:65009] INFO 2025-10-09 14:27:19,363 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:65009] INFO 2025-10-09 14:27:19,407 runserver 26036 6110162944 HTTP GET /en/hr/htmx/stats/ 200 [0.07, 127.0.0.1:65010] INFO 2025-10-09 14:27:35,748 runserver 26036 6110162944 HTTP GET /en/appointments/scheduling/ 200 [0.02, 127.0.0.1:65010] INFO 2025-10-09 14:27:35,779 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65010] INFO 2025-10-09 14:27:47,311 runserver 26036 6110162944 HTTP GET /en/appointments/telemedicine/ 200 [0.04, 127.0.0.1:65010] INFO 2025-10-09 14:27:47,331 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65010] ERROR 2025-10-09 14:28:19,889 log 26036 13505884160 Internal Server Error: /en/appointments/telemedicine/809/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'telemedicine' not found. 'telemedicine' is not a valid view function or pattern name. ERROR 2025-10-09 14:28:19,891 runserver 26036 6110162944 HTTP GET /en/appointments/telemedicine/809/ 500 [0.04, 127.0.0.1:65010] INFO 2025-10-09 14:32:47,590 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:65158] INFO 2025-10-09 14:33:22,341 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:65158] INFO 2025-10-09 14:33:23,148 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:65162] INFO 2025-10-09 14:33:23,187 runserver 26036 6110162944 HTTP GET /en/hr/htmx/stats/ 200 [0.07, 127.0.0.1:65158] INFO 2025-10-09 14:34:26,220 runserver 26036 6110162944 HTTP GET /en/hr/departments/30/ 200 [0.03, 127.0.0.1:65173] INFO 2025-10-09 14:34:26,269 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65173] INFO 2025-10-09 14:35:13,199 runserver 26036 6110162944 HTTP GET /en/inpatients/transfers/ 200 [0.03, 127.0.0.1:65173] INFO 2025-10-09 14:35:13,242 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65173] INFO 2025-10-09 14:35:18,678 runserver 26036 6110162944 HTTP GET /en/inpatients/transfer/35/ 200 [0.02, 127.0.0.1:65173] INFO 2025-10-09 14:36:36,480 runserver 26036 6110162944 HTTP GET /en/appointments/waiting-list/ 200 [0.04, 127.0.0.1:65186] INFO 2025-10-09 14:36:36,527 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65186] INFO 2025-10-09 14:36:39,834 runserver 26036 6110162944 HTTP GET /en/appointments/waiting-list/1/ 200 [0.03, 127.0.0.1:65186] INFO 2025-10-09 14:36:39,873 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65186] INFO 2025-10-09 14:36:56,684 runserver 26036 6110162944 HTTP GET /en/appointments/calendar/ 200 [0.02, 127.0.0.1:65186] INFO 2025-10-09 14:36:56,825 runserver 26036 6110162944 HTTP GET /en/appointments/calendar/events/?start=2025-10-05T00%3A00%3A00&end=2025-10-12T00%3A00%3A00 200 [0.11, 127.0.0.1:65186] INFO 2025-10-09 14:36:56,827 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.09, 127.0.0.1:65188] INFO 2025-10-09 14:37:11,375 runserver 26036 6110162944 HTTP GET /en/inventory/ 200 [0.03, 127.0.0.1:65186] INFO 2025-10-09 14:37:11,419 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65186] INFO 2025-10-09 14:37:47,716 runserver 26036 6110162944 HTTP GET /en/inventory/ 200 [0.04, 127.0.0.1:65186] INFO 2025-10-09 14:37:47,769 runserver 26036 6110162944 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65186] INFO 2025-10-09 16:09:43,710 autoreload 48897 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 16:09:44,096 server 48897 6174289920 HTTP/2 support enabled INFO 2025-10-09 16:09:44,096 server 48897 6174289920 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 16:09:44,097 server 48897 6174289920 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 16:10:05,825 runserver 48897 6174289920 HTTP GET /en/inventory/ 302 [0.06, 127.0.0.1:49277] INFO 2025-10-09 16:10:05,832 runserver 48897 6174289920 HTTP GET /accounts/login/?next=/en/inventory/ 302 [0.00, 127.0.0.1:49277] INFO 2025-10-09 16:10:05,844 runserver 48897 6174289920 HTTP GET /en/accounts/login/?next=/en/inventory/ 200 [0.01, 127.0.0.1:49277] INFO 2025-10-09 16:10:07,596 runserver 48897 6174289920 HTTP POST /en/accounts/login/ 302 [0.12, 127.0.0.1:49277] INFO 2025-10-09 16:10:07,627 runserver 48897 6174289920 HTTP GET /en/inventory/ 200 [0.03, 127.0.0.1:49277] INFO 2025-10-09 16:10:07,741 runserver 48897 6174289920 HTTP GET /en/htmx/system-notifications/ 200 [0.08, 127.0.0.1:49277] INFO 2025-10-09 16:10:33,647 runserver 48897 6174289920 HTTP GET /en/inventory/stock/ 200 [0.03, 127.0.0.1:49277] INFO 2025-10-09 16:10:33,664 runserver 48897 6174289920 HTTP GET /static/plugins/dropzone/src/options.js 200 [0.00, 127.0.0.1:49277] INFO 2025-10-09 16:10:33,693 runserver 48897 6174289920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:49277] WARNING 2025-10-09 16:10:47,432 runserver 48897 6174289920 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:49278] WARNING 2025-10-09 16:10:47,432 log 48897 6207942656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 16:10:47,433 runserver 48897 6174289920 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:49277] INFO 2025-10-09 16:11:22,558 runserver 48897 6174289920 HTTP GET /en/inventory/stock/create/ 200 [0.03, 127.0.0.1:49277] WARNING 2025-10-09 16:11:22,572 log 48897 6207942656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 16:11:22,573 runserver 48897 6174289920 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:49277] WARNING 2025-10-09 16:11:22,617 runserver 48897 6174289920 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:49278] INFO 2025-10-09 16:11:22,623 runserver 48897 6174289920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:49277] INFO 2025-10-09 16:16:22,643 runserver 48897 6174289920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:50759] WARNING 2025-10-09 16:16:40,509 runserver 48897 6174289920 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:50834] WARNING 2025-10-09 16:16:40,512 log 48897 6207942656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 16:16:40,512 runserver 48897 6174289920 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:50836] INFO 2025-10-09 16:16:40,526 runserver 48897 6174289920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:50835] INFO 2025-10-09 16:16:40,532 runserver 48897 6174289920 HTTP GET /en/inventory/stock/ 200 [0.03, 127.0.0.1:50759] WARNING 2025-10-09 16:16:40,539 log 48897 6207942656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 16:16:40,540 runserver 48897 6174289920 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50759] WARNING 2025-10-09 16:16:40,543 log 48897 6207942656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 16:16:40,543 runserver 48897 6174289920 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50759] WARNING 2025-10-09 16:16:40,569 runserver 48897 6174289920 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50759] INFO 2025-10-09 16:16:40,592 runserver 48897 6174289920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50759] INFO 2025-10-09 16:17:18,760 runserver 48897 6174289920 HTTP GET /en/inventory/stock/ 200 [0.02, 127.0.0.1:50759] INFO 2025-10-09 16:17:18,771 runserver 48897 6174289920 HTTP GET /static/css/custom.css 200 [0.00, 127.0.0.1:50836] INFO 2025-10-09 16:17:18,771 runserver 48897 6174289920 HTTP GET /static/plugins/toastr/toastr.css 200 [0.00, 127.0.0.1:50834] INFO 2025-10-09 16:17:18,772 runserver 48897 6174289920 HTTP GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css 200 [0.00, 127.0.0.1:51009] INFO 2025-10-09 16:17:18,772 runserver 48897 6174289920 HTTP GET /static/css/vendor.min.css 200 [0.01, 127.0.0.1:50759] INFO 2025-10-09 16:17:18,773 runserver 48897 6174289920 HTTP GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css 200 [0.00, 127.0.0.1:51010] INFO 2025-10-09 16:17:18,774 runserver 48897 6174289920 HTTP GET /static/css/default/app.min.css 200 [0.01, 127.0.0.1:50835] WARNING 2025-10-09 16:17:18,778 log 48897 6207942656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 16:17:18,779 runserver 48897 6174289920 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:50836] INFO 2025-10-09 16:17:18,779 runserver 48897 6174289920 HTTP GET /static/img/user/user-12.jpg 200 [0.01, 127.0.0.1:50834] INFO 2025-10-09 16:17:18,780 runserver 48897 6174289920 HTTP GET /static/js/htmx.min.js 200 [0.01, 127.0.0.1:51009] INFO 2025-10-09 16:17:18,780 runserver 48897 6174289920 HTTP GET /static/js/app.min.js 200 [0.01, 127.0.0.1:51010] INFO 2025-10-09 16:17:18,782 runserver 48897 6174289920 HTTP GET /static/plugins/toastr/toastr.min.js 200 [0.01, 127.0.0.1:50835] INFO 2025-10-09 16:17:18,783 runserver 48897 6174289920 HTTP GET /static/js/vendor.min.js 200 [0.01, 127.0.0.1:50759] INFO 2025-10-09 16:17:18,786 runserver 48897 6174289920 HTTP GET /static/js/custom.js 200 [0.01, 127.0.0.1:50836] INFO 2025-10-09 16:17:18,787 runserver 48897 6174289920 HTTP GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js 200 [0.01, 127.0.0.1:51009] INFO 2025-10-09 16:17:18,787 runserver 48897 6174289920 HTTP GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js 200 [0.00, 127.0.0.1:50835] INFO 2025-10-09 16:17:18,787 runserver 48897 6174289920 HTTP GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js 200 [0.01, 127.0.0.1:51010] INFO 2025-10-09 16:17:18,789 runserver 48897 6174289920 HTTP GET /static/plugins/datatables.net/js/dataTables.min.js 200 [0.01, 127.0.0.1:50834] INFO 2025-10-09 16:17:18,789 runserver 48897 6174289920 HTTP GET /static/plugins/dropzone/src/options.js 200 [0.00, 127.0.0.1:50759] INFO 2025-10-09 16:17:18,791 runserver 48897 6174289920 HTTP GET /static/webfonts/fa-solid-900.woff2 200 [0.00, 127.0.0.1:51010] INFO 2025-10-09 16:17:19,032 runserver 48897 6174289920 HTTP GET /static/img/theme/default.jpg 200 [0.01, 127.0.0.1:51010] INFO 2025-10-09 16:17:19,032 runserver 48897 6174289920 HTTP GET /static/img/theme/transparent.jpg 200 [0.01, 127.0.0.1:50834] INFO 2025-10-09 16:17:19,033 runserver 48897 6174289920 HTTP GET /static/img/theme/apple.jpg 200 [0.01, 127.0.0.1:50759] INFO 2025-10-09 16:17:19,034 runserver 48897 6174289920 HTTP GET /static/img/theme/facebook.jpg 200 [0.01, 127.0.0.1:51009] INFO 2025-10-09 16:17:19,034 runserver 48897 6174289920 HTTP GET /static/img/theme/material.jpg 200 [0.01, 127.0.0.1:50835] INFO 2025-10-09 16:17:19,035 runserver 48897 6174289920 HTTP GET /static/img/theme/google.jpg 200 [0.01, 127.0.0.1:50836] INFO 2025-10-09 16:17:19,038 runserver 48897 6174289920 HTTP GET /static/img/version/ajax.jpg 200 [0.00, 127.0.0.1:50759] INFO 2025-10-09 16:17:19,039 runserver 48897 6174289920 HTTP GET /static/img/version/html.jpg 200 [0.00, 127.0.0.1:50834] INFO 2025-10-09 16:17:19,039 runserver 48897 6174289920 HTTP GET /static/img/version/angular1x.jpg 200 [0.00, 127.0.0.1:51010] INFO 2025-10-09 16:17:19,039 runserver 48897 6174289920 HTTP GET /static/img/version/laravel.jpg 200 [0.00, 127.0.0.1:50836] INFO 2025-10-09 16:17:19,040 runserver 48897 6174289920 HTTP GET /static/img/version/svelte.jpg 200 [0.00, 127.0.0.1:50835] INFO 2025-10-09 16:17:19,040 runserver 48897 6174289920 HTTP GET /static/img/version/angular10x.jpg 200 [0.00, 127.0.0.1:51009] INFO 2025-10-09 16:17:19,043 runserver 48897 6174289920 HTTP GET /static/img/version/django.jpg 200 [0.00, 127.0.0.1:50759] INFO 2025-10-09 16:17:19,044 runserver 48897 6174289920 HTTP GET /static/img/version/reactjs.jpg 200 [0.00, 127.0.0.1:50834] INFO 2025-10-09 16:17:19,044 runserver 48897 6174289920 HTTP GET /static/img/version/vuejs.jpg 200 [0.00, 127.0.0.1:51010] INFO 2025-10-09 16:17:19,044 runserver 48897 6174289920 HTTP GET /static/img/theme/one-page-parallax.jpg 200 [0.00, 127.0.0.1:51009] INFO 2025-10-09 16:17:19,044 runserver 48897 6174289920 HTTP GET /static/img/version/dotnet.jpg 200 [0.00, 127.0.0.1:50835] INFO 2025-10-09 16:17:19,045 runserver 48897 6174289920 HTTP GET /static/img/version/nextjs.jpg 200 [0.00, 127.0.0.1:50836] INFO 2025-10-09 16:17:19,047 runserver 48897 6174289920 HTTP GET /static/img/theme/e-commerce.jpg 200 [0.00, 127.0.0.1:50759] INFO 2025-10-09 16:17:19,048 runserver 48897 6174289920 HTTP GET /static/img/theme/corporate.jpg 200 [0.00, 127.0.0.1:50835] INFO 2025-10-09 16:17:19,049 runserver 48897 6174289920 HTTP GET /static/img/theme/blog.jpg 200 [0.00, 127.0.0.1:50834] INFO 2025-10-09 16:17:19,049 runserver 48897 6174289920 HTTP GET /static/img/theme/forum.jpg 200 [0.00, 127.0.0.1:50836] INFO 2025-10-09 16:17:19,051 runserver 48897 6174289920 HTTP GET /static/css/default/app.min.css.map 200 [0.00, 127.0.0.1:51009] WARNING 2025-10-09 16:17:19,054 runserver 48897 6174289920 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50836] INFO 2025-10-09 16:17:19,063 runserver 48897 6174289920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51009] WARNING 2025-10-09 16:17:19,221 log 48897 13338013696 Not Found: /favicon.ico WARNING 2025-10-09 16:17:19,221 runserver 48897 6174289920 HTTP GET /favicon.ico 404 [0.01, 127.0.0.1:51009] INFO 2025-10-09 16:18:19,146 runserver 48897 6174289920 HTTP GET /en/inventory/stock/ 200 [0.02, 127.0.0.1:51009] WARNING 2025-10-09 16:18:19,158 log 48897 6241595392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 16:18:19,159 runserver 48897 6174289920 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51009] WARNING 2025-10-09 16:18:19,242 runserver 48897 6174289920 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51282] INFO 2025-10-09 16:18:19,248 runserver 48897 6174289920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51009] INFO 2025-10-09 16:19:19,321 runserver 48897 6174289920 HTTP GET /en/inventory/stock/ 200 [0.02, 127.0.0.1:51527] WARNING 2025-10-09 16:19:19,335 log 48897 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 16:19:19,335 runserver 48897 6174289920 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51527] WARNING 2025-10-09 16:19:19,384 runserver 48897 6174289920 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51527] INFO 2025-10-09 16:19:19,394 runserver 48897 6174289920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51527] INFO 2025-10-09 16:20:19,454 runserver 48897 6174289920 HTTP GET /en/inventory/stock/ 200 [0.01, 127.0.0.1:51781] WARNING 2025-10-09 16:20:19,464 log 48897 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 16:20:19,464 runserver 48897 6174289920 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51781] INFO 2025-10-09 16:20:19,517 runserver 48897 6174289920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51781] WARNING 2025-10-09 16:20:19,520 runserver 48897 6174289920 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:51782] INFO 2025-10-09 16:21:19,595 runserver 48897 6174289920 HTTP GET /en/inventory/stock/ 200 [0.02, 127.0.0.1:52055] WARNING 2025-10-09 16:21:19,607 log 48897 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 16:21:19,608 runserver 48897 6174289920 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:52055] WARNING 2025-10-09 16:21:19,657 runserver 48897 6174289920 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:52055] INFO 2025-10-09 16:21:19,667 runserver 48897 6174289920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52055] INFO 2025-10-09 16:22:19,791 runserver 48897 6174289920 HTTP GET /en/inventory/stock/ 200 [0.08, 127.0.0.1:52304] WARNING 2025-10-09 16:22:19,803 log 48897 6207942656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 16:22:19,804 runserver 48897 6174289920 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:52304] WARNING 2025-10-09 16:22:19,863 runserver 48897 6174289920 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:52305] INFO 2025-10-09 16:22:19,865 runserver 48897 6174289920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:52304] INFO 2025-10-09 16:23:19,935 runserver 48897 6174289920 HTTP GET /en/inventory/stock/ 200 [0.02, 127.0.0.1:52567] WARNING 2025-10-09 16:23:19,945 log 48897 6241595392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 16:23:19,946 runserver 48897 6174289920 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:52567] WARNING 2025-10-09 16:23:19,996 runserver 48897 6174289920 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:52567] INFO 2025-10-09 16:23:20,003 runserver 48897 6174289920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52568] INFO 2025-10-09 16:24:20,077 runserver 48897 6174289920 HTTP GET /en/inventory/stock/ 200 [0.02, 127.0.0.1:52815] WARNING 2025-10-09 16:24:20,088 log 48897 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 16:24:20,089 runserver 48897 6174289920 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:52815] WARNING 2025-10-09 16:24:20,158 runserver 48897 6174289920 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:52816] INFO 2025-10-09 16:24:20,158 runserver 48897 6174289920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:52815] INFO 2025-10-09 16:25:20,225 runserver 48897 6174289920 HTTP GET /en/inventory/stock/ 200 [0.02, 127.0.0.1:53089] WARNING 2025-10-09 16:25:20,236 log 48897 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 16:25:20,236 runserver 48897 6174289920 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:53089] WARNING 2025-10-09 16:25:20,286 runserver 48897 6174289920 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:53089] INFO 2025-10-09 16:25:20,294 runserver 48897 6174289920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53089] INFO 2025-10-09 16:26:12,696 autoreload 48897 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-10-09 16:26:13,360 autoreload 56719 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 16:26:13,682 server 56719 6105804800 HTTP/2 support enabled INFO 2025-10-09 16:26:13,682 server 56719 6105804800 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 16:26:13,682 server 56719 6105804800 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 16:26:20,476 runserver 56719 6105804800 HTTP GET /en/inventory/stock/ 200 [0.13, 127.0.0.1:53355] WARNING 2025-10-09 16:26:20,491 log 56719 6139457536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 16:26:20,491 runserver 56719 6105804800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:53355] WARNING 2025-10-09 16:26:20,558 runserver 56719 6105804800 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:53356] INFO 2025-10-09 16:26:20,560 runserver 56719 6105804800 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:53355] INFO 2025-10-09 16:27:20,624 runserver 56719 6105804800 HTTP GET /en/inventory/stock/ 200 [0.02, 127.0.0.1:53634] WARNING 2025-10-09 16:27:20,635 log 56719 6139457536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 16:27:20,635 runserver 56719 6105804800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:53634] WARNING 2025-10-09 16:27:20,684 runserver 56719 6105804800 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:53634] INFO 2025-10-09 16:27:20,692 runserver 56719 6105804800 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53635] INFO 2025-10-09 16:28:20,764 runserver 56719 6105804800 HTTP GET /en/inventory/stock/ 200 [0.02, 127.0.0.1:53900] WARNING 2025-10-09 16:28:20,774 log 56719 6139457536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 16:28:20,775 runserver 56719 6105804800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:53900] INFO 2025-10-09 16:28:20,840 runserver 56719 6105804800 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:53900] WARNING 2025-10-09 16:28:20,842 runserver 56719 6105804800 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:53901] INFO 2025-10-09 16:28:50,726 runserver 56719 6105804800 HTTP GET /en/inventory/stock/create/ 200 [0.02, 127.0.0.1:53901] WARNING 2025-10-09 16:28:50,744 log 56719 6139457536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 16:28:50,744 runserver 56719 6105804800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:53901] WARNING 2025-10-09 16:28:50,783 runserver 56719 6105804800 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:53900] INFO 2025-10-09 16:28:50,789 runserver 56719 6105804800 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53901] INFO 2025-10-09 16:31:07,031 runserver 56719 6105804800 HTTP GET /en/appointments/slots 301 [0.01, 127.0.0.1:54634] INFO 2025-10-09 16:31:07,099 runserver 56719 6105804800 HTTP GET /en/appointments/slots/ 200 [0.06, 127.0.0.1:54634] WARNING 2025-10-09 16:31:07,113 log 56719 6139457536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 16:31:07,115 runserver 56719 6105804800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:54634] WARNING 2025-10-09 16:31:07,116 runserver 56719 6105804800 HTTP GET /static/plugins/%40fullcalendar/main.min.css 404 [0.01, 127.0.0.1:54635] INFO 2025-10-09 16:31:07,118 runserver 56719 6105804800 HTTP GET /static/plugins/moment/min/moment.min.js 200 [0.01, 127.0.0.1:54636] INFO 2025-10-09 16:31:07,118 runserver 56719 6105804800 HTTP GET /static/plugins/%40fullcalendar/core/index.global.js 200 [0.01, 127.0.0.1:54637] INFO 2025-10-09 16:31:07,122 runserver 56719 6105804800 HTTP GET /static/plugins/%40fullcalendar/daygrid/index.global.js 200 [0.01, 127.0.0.1:54638] INFO 2025-10-09 16:31:07,123 runserver 56719 6105804800 HTTP GET /static/plugins/%40fullcalendar/list/index.global.js 200 [0.01, 127.0.0.1:54635] INFO 2025-10-09 16:31:07,123 runserver 56719 6105804800 HTTP GET /static/plugins/%40fullcalendar/bootstrap/index.global.js 200 [0.00, 127.0.0.1:54636] INFO 2025-10-09 16:31:07,124 runserver 56719 6105804800 HTTP GET /static/plugins/%40fullcalendar/timegrid/index.global.js 200 [0.01, 127.0.0.1:54639] INFO 2025-10-09 16:31:07,124 runserver 56719 6105804800 HTTP GET /static/plugins/%40fullcalendar/interaction/index.global.js 200 [0.01, 127.0.0.1:54634] WARNING 2025-10-09 16:31:07,164 runserver 56719 6105804800 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:54634] INFO 2025-10-09 16:31:07,164 runserver 56719 6105804800 HTTP GET /static/plugins/moment/min/moment.min.js.map 200 [0.00, 127.0.0.1:54639] INFO 2025-10-09 16:31:07,195 runserver 56719 6105804800 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54639] WARNING 2025-10-09 16:31:07,264 log 56719 13589622784 Not Found: /api/slots/calendar/ WARNING 2025-10-09 16:31:07,265 runserver 56719 6105804800 HTTP GET /api/slots/calendar/?start=2025-10-05T00%3A00%3A00%2B03%3A00&end=2025-10-12T00%3A00%3A00%2B03%3A00 404 [0.00, 127.0.0.1:54639] INFO 2025-10-09 16:36:07,216 runserver 56719 6105804800 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:55913] INFO 2025-10-09 16:36:07,276 runserver 56719 6105804800 HTTP GET /en/appointments/slots/ 200 [0.02, 127.0.0.1:55913] WARNING 2025-10-09 16:36:07,284 runserver 56719 6105804800 HTTP GET /static/plugins/%40fullcalendar/main.min.css 404 [0.00, 127.0.0.1:55913] WARNING 2025-10-09 16:36:07,287 log 56719 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 16:36:07,287 runserver 56719 6105804800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:55913] WARNING 2025-10-09 16:36:07,352 runserver 56719 6105804800 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:55913] INFO 2025-10-09 16:36:07,371 runserver 56719 6105804800 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55913] WARNING 2025-10-09 16:36:07,411 log 56719 13589622784 Not Found: /api/slots/calendar/ WARNING 2025-10-09 16:36:07,411 runserver 56719 6105804800 HTTP GET /api/slots/calendar/?start=2025-10-05T00%3A00%3A00%2B03%3A00&end=2025-10-12T00%3A00%3A00%2B03%3A00 404 [0.00, 127.0.0.1:55913] INFO 2025-10-09 16:41:07,383 runserver 56719 6105804800 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57182] INFO 2025-10-09 16:41:07,461 runserver 56719 6105804800 HTTP GET /en/appointments/slots/ 200 [0.04, 127.0.0.1:57182] WARNING 2025-10-09 16:41:07,471 runserver 56719 6105804800 HTTP GET /static/plugins/%40fullcalendar/main.min.css 404 [0.00, 127.0.0.1:57182] WARNING 2025-10-09 16:41:07,474 log 56719 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 16:41:07,475 runserver 56719 6105804800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57183] WARNING 2025-10-09 16:41:07,531 runserver 56719 6105804800 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57183] INFO 2025-10-09 16:41:07,553 runserver 56719 6105804800 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57183] WARNING 2025-10-09 16:41:07,589 log 56719 13589622784 Not Found: /api/slots/calendar/ WARNING 2025-10-09 16:41:07,589 runserver 56719 6105804800 HTTP GET /api/slots/calendar/?start=2025-10-05T00%3A00%3A00%2B03%3A00&end=2025-10-12T00%3A00%3A00%2B03%3A00 404 [0.00, 127.0.0.1:57183] INFO 2025-10-09 16:46:07,567 runserver 56719 6105804800 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58450] INFO 2025-10-09 16:46:07,630 runserver 56719 6105804800 HTTP GET /en/appointments/slots/ 200 [0.03, 127.0.0.1:58450] WARNING 2025-10-09 16:46:07,639 runserver 56719 6105804800 HTTP GET /static/plugins/%40fullcalendar/main.min.css 404 [0.00, 127.0.0.1:58450] WARNING 2025-10-09 16:46:07,642 log 56719 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 16:46:07,642 runserver 56719 6105804800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:58450] WARNING 2025-10-09 16:46:07,698 runserver 56719 6105804800 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:58450] INFO 2025-10-09 16:46:07,714 runserver 56719 6105804800 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58450] WARNING 2025-10-09 16:46:07,753 log 56719 13589622784 Not Found: /api/slots/calendar/ WARNING 2025-10-09 16:46:07,754 runserver 56719 6105804800 HTTP GET /api/slots/calendar/?start=2025-10-05T00%3A00%3A00%2B03%3A00&end=2025-10-12T00%3A00%3A00%2B03%3A00 404 [0.00, 127.0.0.1:58450] INFO 2025-10-09 16:51:07,740 runserver 56719 6105804800 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:59704] INFO 2025-10-09 16:51:07,806 runserver 56719 6105804800 HTTP GET /en/appointments/slots/ 200 [0.04, 127.0.0.1:59704] WARNING 2025-10-09 16:51:07,814 runserver 56719 6105804800 HTTP GET /static/plugins/%40fullcalendar/main.min.css 404 [0.00, 127.0.0.1:59704] WARNING 2025-10-09 16:51:07,816 log 56719 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 16:51:07,816 runserver 56719 6105804800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:59705] WARNING 2025-10-09 16:51:07,870 runserver 56719 6105804800 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:59705] INFO 2025-10-09 16:51:07,894 runserver 56719 6105804800 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59705] WARNING 2025-10-09 16:51:07,931 log 56719 13589622784 Not Found: /api/slots/calendar/ WARNING 2025-10-09 16:51:07,932 runserver 56719 6105804800 HTTP GET /api/slots/calendar/?start=2025-10-05T00%3A00%3A00%2B03%3A00&end=2025-10-12T00%3A00%3A00%2B03%3A00 404 [0.00, 127.0.0.1:59705] INFO 2025-10-09 16:56:07,894 runserver 56719 6105804800 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60931] INFO 2025-10-09 16:56:07,961 runserver 56719 6105804800 HTTP GET /en/appointments/slots/ 200 [0.03, 127.0.0.1:60931] WARNING 2025-10-09 16:56:07,969 runserver 56719 6105804800 HTTP GET /static/plugins/%40fullcalendar/main.min.css 404 [0.00, 127.0.0.1:60931] WARNING 2025-10-09 16:56:07,973 log 56719 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 16:56:07,973 runserver 56719 6105804800 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:60931] WARNING 2025-10-09 16:56:08,039 runserver 56719 6105804800 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.01, 127.0.0.1:60931] INFO 2025-10-09 16:56:08,045 runserver 56719 6105804800 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60932] WARNING 2025-10-09 16:56:08,082 log 56719 13589622784 Not Found: /api/slots/calendar/ WARNING 2025-10-09 16:56:08,082 runserver 56719 6105804800 HTTP GET /api/slots/calendar/?start=2025-10-05T00%3A00%3A00%2B03%3A00&end=2025-10-12T00%3A00%3A00%2B03%3A00 404 [0.00, 127.0.0.1:60932] INFO 2025-10-09 19:47:37,887 autoreload 56800 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 19:47:38,280 server 56800 6186266624 HTTP/2 support enabled INFO 2025-10-09 19:47:38,280 server 56800 6186266624 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 19:47:38,280 server 56800 6186266624 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 19:47:39,622 runserver 56800 6186266624 HTTP GET / 302 [0.09, 127.0.0.1:56160] INFO 2025-10-09 19:47:39,626 runserver 56800 6186266624 HTTP GET /en/ 302 [0.00, 127.0.0.1:56160] INFO 2025-10-09 19:47:39,629 runserver 56800 6186266624 HTTP GET /accounts/login/?next=/en/ 302 [0.00, 127.0.0.1:56160] INFO 2025-10-09 19:47:39,640 runserver 56800 6186266624 HTTP GET /en/accounts/login/?next=/en/ 200 [0.01, 127.0.0.1:56160] INFO 2025-10-09 19:47:41,505 runserver 56800 6186266624 HTTP POST /en/accounts/login/ 302 [0.12, 127.0.0.1:56160] INFO 2025-10-09 19:47:41,539 runserver 56800 6186266624 HTTP GET /en/ 200 [0.03, 127.0.0.1:56160] INFO 2025-10-09 19:47:41,593 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56160] INFO 2025-10-09 19:47:41,598 runserver 56800 6186266624 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:56172] INFO 2025-10-09 19:47:41,617 runserver 56800 6186266624 HTTP GET /en/htmx/dashboard-stats/ 200 [0.05, 127.0.0.1:56161] INFO 2025-10-09 19:47:53,103 runserver 56800 6186266624 HTTP GET /en/emr 301 [0.01, 127.0.0.1:56161] INFO 2025-10-09 19:47:53,143 runserver 56800 6186266624 HTTP GET /en/emr/ 200 [0.04, 127.0.0.1:56161] INFO 2025-10-09 19:47:53,175 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56161] INFO 2025-10-09 19:47:53,214 runserver 56800 6186266624 HTTP GET /en/emr/stats/ 200 [0.05, 127.0.0.1:56172] INFO 2025-10-09 19:47:58,033 runserver 56800 6186266624 HTTP GET /en/emr/encounters/987/ 200 [0.10, 127.0.0.1:56172] INFO 2025-10-09 19:47:58,050 runserver 56800 6186266624 HTTP GET /static/plugins/select2/dist/css/select2.min.css 200 [0.00, 127.0.0.1:56172] INFO 2025-10-09 19:47:58,050 runserver 56800 6186266624 HTTP GET /static/plugins/lity/dist/lity.min.css 200 [0.01, 127.0.0.1:56161] INFO 2025-10-09 19:47:58,051 runserver 56800 6186266624 HTTP GET /static/plugins/lity/dist/lity.min.js 200 [0.00, 127.0.0.1:56245] INFO 2025-10-09 19:47:58,051 runserver 56800 6186266624 HTTP GET /static/plugins/select2/dist/js/select2.min.js 200 [0.00, 127.0.0.1:56160] INFO 2025-10-09 19:47:58,051 runserver 56800 6186266624 HTTP GET /static/plugins/moment/moment.js 200 [0.00, 127.0.0.1:56246] INFO 2025-10-09 19:47:58,082 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56246] INFO 2025-10-09 19:49:07,371 runserver 56800 6186266624 HTTP GET /en/emr/encounters/987/ 200 [0.04, 127.0.0.1:56528] INFO 2025-10-09 19:49:07,416 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56528] INFO 2025-10-09 19:49:09,654 runserver 56800 6186266624 HTTP GET /static/css/saudiriyalsymbol.woff2 200 [0.00, 127.0.0.1:56528] INFO 2025-10-09 19:49:46,369 runserver 56800 6186266624 HTTP GET /en/billing/bills/2fb4270b-b113-4016-91b7-3492e295bd34/ 200 [0.03, 127.0.0.1:56528] INFO 2025-10-09 19:49:46,409 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56528] INFO 2025-10-09 19:49:57,991 runserver 56800 6186266624 HTTP GET /en/billing/payments/e7d92ae2-7393-4119-a0b7-a1e1cf67a374/ 200 [0.02, 127.0.0.1:56528] INFO 2025-10-09 19:49:58,029 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56528] INFO 2025-10-09 19:50:59,054 runserver 56800 6186266624 HTTP GET /en/emr/icd10/ 200 [0.02, 127.0.0.1:57009] INFO 2025-10-09 19:50:59,078 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57009] INFO 2025-10-09 19:51:04,579 runserver 56800 6186266624 HTTP GET /en/emr/icd10/?q=arthritis&mode=description 200 [0.05, 127.0.0.1:57009] INFO 2025-10-09 19:51:04,616 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57009] INFO 2025-10-09 19:51:20,661 runserver 56800 6186266624 HTTP GET /en/emr/problems/ 200 [0.03, 127.0.0.1:57009] INFO 2025-10-09 19:51:20,703 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57009] INFO 2025-10-09 19:51:26,969 runserver 56800 6186266624 HTTP GET /en/emr/problems/141/ 200 [0.02, 127.0.0.1:57009] INFO 2025-10-09 19:51:26,979 runserver 56800 6186266624 HTTP GET /static/plugins/bootstrap-icons/font/bootstrap-icons.css 200 [0.00, 127.0.0.1:57009] INFO 2025-10-09 19:51:27,003 runserver 56800 6186266624 HTTP GET /static/plugins/bootstrap-icons/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6 200 [0.00, 127.0.0.1:57009] INFO 2025-10-09 19:51:27,014 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57009] INFO 2025-10-09 19:51:54,721 runserver 56800 6186266624 HTTP GET /en/emr/vital-signs/ 200 [0.03, 127.0.0.1:57009] INFO 2025-10-09 19:51:54,762 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57009] INFO 2025-10-09 19:52:10,609 runserver 56800 6186266624 HTTP GET /en/emr/vital-signs/14 301 [0.01, 127.0.0.1:57009] INFO 2025-10-09 19:52:10,628 runserver 56800 6186266624 HTTP GET /en/emr/vital-signs/14/ 200 [0.02, 127.0.0.1:57009] INFO 2025-10-09 19:52:10,639 runserver 56800 6186266624 HTTP GET /static/plugins/%40highlightjs/cdn-assets/highlight.min.js 200 [0.00, 127.0.0.1:57301] INFO 2025-10-09 19:52:10,640 runserver 56800 6186266624 HTTP GET /static/plugins/apexcharts/dist/apexcharts.js 200 [0.00, 127.0.0.1:57009] INFO 2025-10-09 19:52:10,688 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57009] INFO 2025-10-09 19:52:10,692 runserver 56800 6186266624 HTTP GET /en/emr/vital-signs-chart/1/ 200 [0.02, 127.0.0.1:57301] INFO 2025-10-09 19:52:33,012 runserver 56800 6186266624 HTTP GET /en/emr/encounters/ 200 [0.02, 127.0.0.1:57301] INFO 2025-10-09 19:52:33,021 runserver 56800 6186266624 HTTP GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css 200 [0.00, 127.0.0.1:57301] INFO 2025-10-09 19:52:33,024 runserver 56800 6186266624 HTTP GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js 200 [0.00, 127.0.0.1:57301] INFO 2025-10-09 19:52:33,062 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57301] INFO 2025-10-09 19:52:40,140 runserver 56800 6186266624 HTTP GET /en/ 200 [0.03, 127.0.0.1:57301] INFO 2025-10-09 19:53:10,202 runserver 56800 6186266624 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:57301] INFO 2025-10-09 19:53:33,193 runserver 56800 6186266624 HTTP GET /en/inpatients/ 200 [0.05, 127.0.0.1:57301] INFO 2025-10-09 19:53:33,230 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57301] INFO 2025-10-09 19:53:33,231 runserver 56800 6186266624 HTTP GET /en/inpatients/wards/stats/ 200 [0.02, 127.0.0.1:57671] INFO 2025-10-09 19:55:33,263 runserver 56800 6186266624 HTTP GET /en/inpatients/beds/grid/ 200 [0.05, 127.0.0.1:58189] INFO 2025-10-09 19:57:33,261 runserver 56800 6186266624 HTTP GET /en/inpatients/beds/grid/ 200 [0.04, 127.0.0.1:58704] INFO 2025-10-09 19:58:33,245 runserver 56800 6186266624 HTTP GET /en/inpatients/wards/stats/ 200 [0.03, 127.0.0.1:58704] INFO 2025-10-09 19:58:33,245 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:58951] INFO 2025-10-09 19:58:33,255 runserver 56800 6186266624 HTTP GET /en/inpatients/wards/stats/ 200 [0.01, 127.0.0.1:58704] INFO 2025-10-09 19:59:33,267 runserver 56800 6186266624 HTTP GET /en/inpatients/beds/grid/ 200 [0.05, 127.0.0.1:58704] INFO 2025-10-09 20:01:33,265 runserver 56800 6186266624 HTTP GET /en/inpatients/beds/grid/ 200 [0.04, 127.0.0.1:59711] INFO 2025-10-09 20:03:33,256 runserver 56800 6186266624 HTTP GET /en/inpatients/wards/stats/ 200 [0.04, 127.0.0.1:60227] INFO 2025-10-09 20:03:33,257 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:60229] INFO 2025-10-09 20:03:33,282 runserver 56800 6186266624 HTTP GET /en/inpatients/beds/grid/ 200 [0.06, 127.0.0.1:60228] INFO 2025-10-09 20:03:33,284 runserver 56800 6186266624 HTTP GET /en/inpatients/wards/stats/ 200 [0.03, 127.0.0.1:60227] INFO 2025-10-09 20:03:35,191 runserver 56800 6186266624 HTTP GET /en/inpatients/admissions/?action=new 200 [0.03, 127.0.0.1:60227] INFO 2025-10-09 20:03:35,237 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60227] INFO 2025-10-09 20:03:42,148 runserver 56800 6186266624 HTTP GET /en/inpatients/wards/ 200 [0.03, 127.0.0.1:60227] INFO 2025-10-09 20:03:42,187 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60227] INFO 2025-10-09 20:03:45,386 runserver 56800 6186266624 HTTP GET /en/inpatients/wards/6/ 200 [0.03, 127.0.0.1:60227] INFO 2025-10-09 20:03:45,419 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60227] INFO 2025-10-09 20:03:55,827 runserver 56800 6186266624 HTTP GET /en/inpatients/beds/146/details/ 200 [0.02, 127.0.0.1:60227] INFO 2025-10-09 20:03:59,335 runserver 56800 6186266624 HTTP GET /en/inpatients/beds/165/details/ 200 [0.02, 127.0.0.1:60227] INFO 2025-10-09 20:04:29,095 runserver 56800 6186266624 HTTP GET /en/inpatients/admissions/76/ 200 [0.03, 127.0.0.1:60227] INFO 2025-10-09 20:04:29,128 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60227] INFO 2025-10-09 20:04:33,347 runserver 56800 6186266624 HTTP GET /en/inpatients/transfer/76/ 200 [0.02, 127.0.0.1:60227] INFO 2025-10-09 20:04:41,958 runserver 56800 6186266624 HTTP GET /en/inpatients/discharge/76/ 200 [0.02, 127.0.0.1:60227] INFO 2025-10-09 20:04:41,966 runserver 56800 6186266624 HTTP GET /static/img/user/user-1.jpg 200 [0.00, 127.0.0.1:60227] INFO 2025-10-09 20:04:41,967 runserver 56800 6186266624 HTTP GET /static/img/user/user-3.jpg 200 [0.00, 127.0.0.1:60524] INFO 2025-10-09 20:04:41,971 runserver 56800 6186266624 HTTP GET /static/img/user/user-5.jpg 200 [0.00, 127.0.0.1:60227] INFO 2025-10-09 20:04:41,971 runserver 56800 6186266624 HTTP GET /static/img/user/user-4.jpg 200 [0.00, 127.0.0.1:60524] INFO 2025-10-09 20:04:41,996 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60524] INFO 2025-10-09 20:06:01,306 runserver 56800 6186266624 HTTP GET /en/inpatients/beds/grid/ 200 [0.04, 127.0.0.1:60874] INFO 2025-10-09 20:07:33,264 runserver 56800 6186266624 HTTP GET /en/inpatients/beds/grid/ 200 [0.05, 127.0.0.1:61265] INFO 2025-10-09 20:08:17,458 runserver 56800 6186266624 HTTP GET /en/appointments/ 200 [0.09, 127.0.0.1:61265] INFO 2025-10-09 20:08:17,510 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:61265] INFO 2025-10-09 20:08:17,543 runserver 56800 6186266624 HTTP GET /en/appointments/stats/ 200 [0.05, 127.0.0.1:61353] INFO 2025-10-09 20:09:17,557 runserver 56800 6186266624 HTTP GET /en/appointments/stats/ 200 [0.06, 127.0.0.1:61353] INFO 2025-10-09 20:10:17,574 runserver 56800 6186266624 HTTP GET /en/appointments/stats/ 200 [0.07, 127.0.0.1:61353] INFO 2025-10-09 20:11:17,540 runserver 56800 6186266624 HTTP GET /en/appointments/stats/ 200 [0.04, 127.0.0.1:61353] INFO 2025-10-09 20:12:17,557 runserver 56800 6186266624 HTTP GET /en/appointments/stats/ 200 [0.05, 127.0.0.1:61353] INFO 2025-10-09 20:13:17,520 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:61353] INFO 2025-10-09 20:13:17,562 runserver 56800 6186266624 HTTP GET /en/appointments/stats/ 200 [0.05, 127.0.0.1:62748] INFO 2025-10-09 20:14:17,571 runserver 56800 6186266624 HTTP GET /en/appointments/stats/ 200 [0.06, 127.0.0.1:62748] INFO 2025-10-09 20:15:17,574 runserver 56800 6186266624 HTTP GET /en/appointments/stats/ 200 [0.06, 127.0.0.1:62748] INFO 2025-10-09 20:16:17,577 runserver 56800 6186266624 HTTP GET /en/appointments/stats/ 200 [0.06, 127.0.0.1:62748] INFO 2025-10-09 20:17:17,574 runserver 56800 6186266624 HTTP GET /en/appointments/stats/ 200 [0.05, 127.0.0.1:62748] INFO 2025-10-09 20:18:17,503 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62748] INFO 2025-10-09 20:18:17,562 runserver 56800 6186266624 HTTP GET /en/appointments/stats/ 200 [0.04, 127.0.0.1:62748] INFO 2025-10-09 20:19:17,592 runserver 56800 6186266624 HTTP GET /en/appointments/stats/ 200 [0.07, 127.0.0.1:62748] INFO 2025-10-09 20:20:17,600 runserver 56800 6186266624 HTTP GET /en/appointments/stats/ 200 [0.07, 127.0.0.1:62748] INFO 2025-10-09 20:21:17,584 runserver 56800 6186266624 HTTP GET /en/appointments/stats/ 200 [0.06, 127.0.0.1:62748] INFO 2025-10-09 20:22:17,574 runserver 56800 6186266624 HTTP GET /en/appointments/stats/ 200 [0.04, 127.0.0.1:62748] INFO 2025-10-09 20:23:17,515 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:62748] INFO 2025-10-09 20:23:17,579 runserver 56800 6186266624 HTTP GET /en/appointments/stats/ 200 [0.05, 127.0.0.1:62748] INFO 2025-10-09 20:24:17,592 runserver 56800 6186266624 HTTP GET /en/appointments/stats/ 200 [0.06, 127.0.0.1:62748] INFO 2025-10-09 20:25:17,601 runserver 56800 6186266624 HTTP GET /en/appointments/stats/ 200 [0.06, 127.0.0.1:62748] INFO 2025-10-09 20:26:17,587 runserver 56800 6186266624 HTTP GET /en/appointments/stats/ 200 [0.04, 127.0.0.1:62748] INFO 2025-10-09 20:27:17,605 runserver 56800 6186266624 HTTP GET /en/appointments/stats/ 200 [0.06, 127.0.0.1:62748] INFO 2025-10-09 20:28:17,516 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:62748] INFO 2025-10-09 20:28:17,592 runserver 56800 6186266624 HTTP GET /en/appointments/stats/ 200 [0.05, 127.0.0.1:62748] INFO 2025-10-09 20:29:17,608 runserver 56800 6186266624 HTTP GET /en/appointments/stats/ 200 [0.06, 127.0.0.1:62748] INFO 2025-10-09 20:30:17,585 runserver 56800 6186266624 HTTP GET /en/appointments/stats/ 200 [0.06, 127.0.0.1:62748] INFO 2025-10-09 20:31:17,581 runserver 56800 6186266624 HTTP GET /en/appointments/stats/ 200 [0.06, 127.0.0.1:62748] INFO 2025-10-09 20:32:17,587 runserver 56800 6186266624 HTTP GET /en/appointments/stats/ 200 [0.06, 127.0.0.1:51256] INFO 2025-10-09 20:33:17,487 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:51256] INFO 2025-10-09 20:33:17,580 runserver 56800 6186266624 HTTP GET /en/appointments/stats/ 200 [0.05, 127.0.0.1:51256] INFO 2025-10-09 20:33:27,716 runserver 56800 6186266624 HTTP GET /en/appointments/queue/ 200 [0.04, 127.0.0.1:51256] INFO 2025-10-09 20:33:27,724 runserver 56800 6186266624 HTTP GET /static/plugins/sweetalert/dist/sweetalert.min.js 200 [0.00, 127.0.0.1:51256] INFO 2025-10-09 20:33:27,756 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51256] INFO 2025-10-09 20:34:27,806 runserver 56800 6186266624 HTTP GET /en/appointments/queue/ 200 [0.03, 127.0.0.1:51805] INFO 2025-10-09 20:34:27,844 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51805] INFO 2025-10-09 20:35:27,890 runserver 56800 6186266624 HTTP GET /en/appointments/queue/ 200 [0.03, 127.0.0.1:52064] INFO 2025-10-09 20:35:27,926 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52064] INFO 2025-10-09 20:36:27,974 runserver 56800 6186266624 HTTP GET /en/appointments/queue/ 200 [0.03, 127.0.0.1:52337] INFO 2025-10-09 20:36:28,016 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52337] INFO 2025-10-09 20:37:28,064 runserver 56800 6186266624 HTTP GET /en/appointments/queue/ 200 [0.03, 127.0.0.1:52595] INFO 2025-10-09 20:37:28,102 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52595] INFO 2025-10-09 20:38:28,149 runserver 56800 6186266624 HTTP GET /en/appointments/queue/ 200 [0.04, 127.0.0.1:52859] INFO 2025-10-09 20:38:28,185 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52859] INFO 2025-10-09 20:39:28,219 runserver 56800 6186266624 HTTP GET /en/appointments/queue/ 200 [0.02, 127.0.0.1:53107] INFO 2025-10-09 20:39:28,261 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53107] INFO 2025-10-09 20:40:28,311 runserver 56800 6186266624 HTTP GET /en/appointments/queue/ 200 [0.04, 127.0.0.1:53368] INFO 2025-10-09 20:40:28,351 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53368] INFO 2025-10-09 20:41:28,399 runserver 56800 6186266624 HTTP GET /en/appointments/queue/ 200 [0.03, 127.0.0.1:53615] INFO 2025-10-09 20:41:28,437 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53615] INFO 2025-10-09 20:42:28,482 runserver 56800 6186266624 HTTP GET /en/appointments/queue/ 200 [0.03, 127.0.0.1:53900] INFO 2025-10-09 20:42:28,522 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53900] INFO 2025-10-09 20:43:28,568 runserver 56800 6186266624 HTTP GET /en/appointments/queue/ 200 [0.03, 127.0.0.1:54186] INFO 2025-10-09 20:43:28,608 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54186] INFO 2025-10-09 20:44:28,658 runserver 56800 6186266624 HTTP GET /en/appointments/queue/ 200 [0.03, 127.0.0.1:54446] INFO 2025-10-09 20:44:28,701 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54446] INFO 2025-10-09 20:45:28,708 runserver 56800 6186266624 HTTP GET /en/appointments/queue/ 200 [0.04, 127.0.0.1:54446] INFO 2025-10-09 20:45:28,747 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54446] INFO 2025-10-09 20:46:28,792 runserver 56800 6186266624 HTTP GET /en/appointments/queue/ 200 [0.03, 127.0.0.1:54992] INFO 2025-10-09 20:46:28,831 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54992] INFO 2025-10-09 20:47:28,879 runserver 56800 6186266624 HTTP GET /en/appointments/queue/ 200 [0.03, 127.0.0.1:55271] INFO 2025-10-09 20:47:28,920 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55271] INFO 2025-10-09 20:48:28,966 runserver 56800 6186266624 HTTP GET /en/appointments/queue/ 200 [0.03, 127.0.0.1:55514] INFO 2025-10-09 20:48:29,009 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55514] INFO 2025-10-09 20:49:29,058 runserver 56800 6186266624 HTTP GET /en/appointments/queue/ 200 [0.04, 127.0.0.1:55762] INFO 2025-10-09 20:49:29,100 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55762] INFO 2025-10-09 20:50:29,145 runserver 56800 6186266624 HTTP GET /en/appointments/queue/ 200 [0.03, 127.0.0.1:56009] INFO 2025-10-09 20:50:29,187 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56009] INFO 2025-10-09 20:51:13,262 runserver 56800 6186266624 HTTP GET /en/appointments/templates 301 [0.01, 127.0.0.1:56009] INFO 2025-10-09 20:51:13,278 runserver 56800 6186266624 HTTP GET /en/appointments/templates/ 200 [0.01, 127.0.0.1:56009] INFO 2025-10-09 20:51:13,307 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56009] INFO 2025-10-09 20:51:22,849 runserver 56800 6186266624 HTTP GET /en/appointments/telemedicine 301 [0.01, 127.0.0.1:56009] INFO 2025-10-09 20:51:22,890 runserver 56800 6186266624 HTTP GET /en/appointments/telemedicine/ 200 [0.04, 127.0.0.1:56009] INFO 2025-10-09 20:51:22,919 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56009] ERROR 2025-10-09 20:51:35,761 log 56800 13572796416 Internal Server Error: /en/appointments/telemedicine/809/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'telemedicine' not found. 'telemedicine' is not a valid view function or pattern name. ERROR 2025-10-09 20:51:35,764 runserver 56800 6186266624 HTTP GET /en/appointments/telemedicine/809/ 500 [0.05, 127.0.0.1:56009] INFO 2025-10-09 20:52:39,277 runserver 56800 6186266624 HTTP GET /en/appointments/telemedicine/809/ 200 [0.03, 127.0.0.1:56636] INFO 2025-10-09 20:52:39,313 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56636] INFO 2025-10-09 20:53:42,018 runserver 56800 6186266624 HTTP GET /en/appointments/telemedicine/create/ 200 [0.17, 127.0.0.1:56918] INFO 2025-10-09 20:53:42,072 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56918] INFO 2025-10-09 20:53:48,798 runserver 56800 6186266624 HTTP GET /en/appointments/queue/ 200 [0.04, 127.0.0.1:56918] INFO 2025-10-09 20:53:48,839 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56918] WARNING 2025-10-09 20:53:57,109 log 56800 6219919360 Not Found: /en/appointments/queue/bbbb WARNING 2025-10-09 20:53:57,110 runserver 56800 6186266624 HTTP GET /en/appointments/queue/bbbb 404 [0.02, 127.0.0.1:56918] ERROR 2025-10-09 20:54:37,808 log 56800 13572796416 Internal Server Error: /en/appointments/provider/schedule/daily/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'start_appointment' not found. 'start_appointment' is not a valid view function or pattern name. ERROR 2025-10-09 20:54:37,825 runserver 56800 6186266624 HTTP GET /en/appointments/provider/schedule/daily/ 500 [0.07, 127.0.0.1:56918] INFO 2025-10-09 20:55:13,841 runserver 56800 6186266624 HTTP GET /en/appointments/provider/schedule/daily/ 200 [0.03, 127.0.0.1:56918] INFO 2025-10-09 20:55:13,883 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56918] INFO 2025-10-09 20:55:29,058 runserver 56800 6186266624 HTTP GET /en/appointments/patient/request/ 302 [0.01, 127.0.0.1:56918] INFO 2025-10-09 20:55:29,084 runserver 56800 6186266624 HTTP GET /en/ 200 [0.02, 127.0.0.1:56918] INFO 2025-10-09 20:55:29,127 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:56918] INFO 2025-10-09 20:55:29,132 runserver 56800 6186266624 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:57388] INFO 2025-10-09 20:55:29,144 runserver 56800 6186266624 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:57326] INFO 2025-10-09 20:55:59,142 runserver 56800 6186266624 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:57326] INFO 2025-10-09 20:56:29,138 runserver 56800 6186266624 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:57326] INFO 2025-10-09 20:56:29,154 runserver 56800 6186266624 HTTP GET /en/htmx/dashboard-stats/ 200 [0.05, 127.0.0.1:57388] INFO 2025-10-09 20:56:43,934 runserver 56800 6186266624 HTTP GET /en/appointments/slots/ 200 [0.06, 127.0.0.1:57388] WARNING 2025-10-09 20:56:43,944 runserver 56800 6186266624 HTTP GET /static/plugins/%40fullcalendar/main.min.css 404 [0.00, 127.0.0.1:57388] INFO 2025-10-09 20:56:43,992 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57388] WARNING 2025-10-09 20:56:44,035 log 56800 6253572096 Not Found: /api/slots/calendar/ WARNING 2025-10-09 20:56:44,035 runserver 56800 6186266624 HTTP GET /api/slots/calendar/?start=2025-10-05T00%3A00%3A00%2B03%3A00&end=2025-10-12T00%3A00%3A00%2B03%3A00 404 [0.00, 127.0.0.1:57388] INFO 2025-10-09 20:57:12,877 runserver 56800 6186266624 HTTP GET /en/appointments/slots/5762/update/ 200 [0.02, 127.0.0.1:57388] INFO 2025-10-09 20:57:12,893 runserver 56800 6186266624 HTTP GET /static/plugins/select2/css/select2.min.css 200 [0.00, 127.0.0.1:57388] INFO 2025-10-09 20:57:12,896 runserver 56800 6186266624 HTTP GET /static/plugins/select2/dist/js/select2.full.js 200 [0.00, 127.0.0.1:57326] INFO 2025-10-09 20:57:12,921 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57326] INFO 2025-10-09 20:58:07,168 runserver 56800 6186266624 HTTP GET /en/appointments/slots/ 200 [0.04, 127.0.0.1:57326] WARNING 2025-10-09 20:58:07,179 runserver 56800 6186266624 HTTP GET /static/plugins/%40fullcalendar/main.min.css 404 [0.00, 127.0.0.1:57326] WARNING 2025-10-09 20:58:07,181 log 56800 6253572096 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-09 20:58:07,181 runserver 56800 6186266624 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:57388] INFO 2025-10-09 20:58:07,264 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57388] WARNING 2025-10-09 20:58:07,268 runserver 56800 6186266624 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:57388] WARNING 2025-10-09 20:58:07,309 log 56800 6253572096 Not Found: /api/slots/calendar/ WARNING 2025-10-09 20:58:07,310 runserver 56800 6186266624 HTTP GET /api/slots/calendar/?start=2025-10-05T00%3A00%3A00%2B03%3A00&end=2025-10-12T00%3A00%3A00%2B03%3A00 404 [0.00, 127.0.0.1:57388] INFO 2025-10-09 20:58:10,792 runserver 56800 6186266624 HTTP GET /en/inventory/stock/create/ 200 [0.02, 127.0.0.1:57388] INFO 2025-10-09 20:58:11,578 runserver 56800 6186266624 HTTP GET /en/inventory/stock/ 200 [0.03, 127.0.0.1:57388] INFO 2025-10-09 20:58:12,621 runserver 56800 6186266624 HTTP GET /en/inventory/ 200 [0.04, 127.0.0.1:57388] INFO 2025-10-09 20:58:12,629 runserver 56800 6186266624 HTTP GET /static/plugins/chart.js/dist/chart.umd.js 200 [0.00, 127.0.0.1:57388] INFO 2025-10-09 20:59:26,776 runserver 56800 6186266624 HTTP GET /en/inventory/ 200 [0.03, 127.0.0.1:58121] INFO 2025-10-09 20:59:26,827 runserver 56800 6186266624 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58121] ERROR 2025-10-09 20:59:30,467 log 56800 6253572096 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 470, in get_context_data context['categories'] = InventoryItem.CATEGORY_CHOICES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'InventoryItem' has no attribute 'CATEGORY_CHOICES' ERROR 2025-10-09 20:59:30,471 runserver 56800 6186266624 HTTP GET /en/inventory/items/ 500 [0.04, 127.0.0.1:58121] INFO 2025-10-09 20:59:48,399 autoreload 56800 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-10-09 20:59:49,165 autoreload 90928 8782111040 Watching for file changes with StatReloader INFO 2025-10-09 20:59:49,501 server 90928 6139473920 HTTP/2 support enabled INFO 2025-10-09 20:59:49,501 server 90928 6139473920 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-09 20:59:49,502 server 90928 6139473920 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-09 20:59:50,649 runserver 90928 6139473920 HTTP GET /en/inventory/items/ 200 [0.16, 127.0.0.1:58131] INFO 2025-10-09 20:59:50,714 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58131] INFO 2025-10-09 21:00:04,467 runserver 90928 6139473920 HTTP GET /en/facility-management/ 200 [0.02, 127.0.0.1:58131] INFO 2025-10-09 21:00:04,479 runserver 90928 6139473920 HTTP GET /static/js/demo/render.highlight.js 200 [0.00, 127.0.0.1:58132] INFO 2025-10-09 21:00:04,479 runserver 90928 6139473920 HTTP GET /static/plugins/apexcharts/dist/apexcharts.min.js 200 [0.00, 127.0.0.1:58131] INFO 2025-10-09 21:00:04,505 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58131] INFO 2025-10-09 21:01:44,333 runserver 90928 6139473920 HTTP GET /en/facility-management/maintenance/ 200 [0.03, 127.0.0.1:58182] INFO 2025-10-09 21:01:44,353 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58182] INFO 2025-10-09 21:01:52,029 runserver 90928 6139473920 HTTP GET /en/facility-management/maintenance/80/ 200 [0.02, 127.0.0.1:58182] INFO 2025-10-09 21:01:52,338 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58182] INFO 2025-10-09 21:02:03,333 runserver 90928 6139473920 HTTP GET /en/facility-management/buildings/create/ 200 [0.02, 127.0.0.1:58182] INFO 2025-10-09 21:02:03,371 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58182] INFO 2025-10-09 21:02:10,431 runserver 90928 6139473920 HTTP GET /en/inventory/stock/100/ 200 [0.02, 127.0.0.1:58182] INFO 2025-10-09 21:02:10,467 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58182] INFO 2025-10-09 21:02:12,996 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58200] INFO 2025-10-09 21:03:52,565 runserver 90928 6139473920 HTTP GET /en/inventory/orders/8/ 200 [0.02, 127.0.0.1:58227] INFO 2025-10-09 21:03:52,604 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58227] INFO 2025-10-09 21:04:03,365 runserver 90928 6139473920 HTTP GET /en/inventory/suppliers/4/ 200 [0.02, 127.0.0.1:58227] INFO 2025-10-09 21:04:03,387 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58227] INFO 2025-10-09 21:04:20,473 runserver 90928 6139473920 HTTP GET /en/inventory/orders/ 200 [0.03, 127.0.0.1:58227] INFO 2025-10-09 21:04:20,481 runserver 90928 6139473920 HTTP GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css 200 [0.00, 127.0.0.1:58227] INFO 2025-10-09 21:04:20,483 runserver 90928 6139473920 HTTP GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js 200 [0.00, 127.0.0.1:58228] INFO 2025-10-09 21:04:20,517 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58228] INFO 2025-10-09 21:04:26,853 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58228] INFO 2025-10-09 21:04:29,420 runserver 90928 6139473920 HTTP GET /en/accounts/login/?next=/en/inventory/ 302 [0.01, 127.0.0.1:58228] INFO 2025-10-09 21:04:48,521 runserver 90928 6139473920 HTTP GET /en/inventory/stock/?stock_status=low 200 [0.03, 127.0.0.1:58228] INFO 2025-10-09 21:04:48,568 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58228] INFO 2025-10-09 21:05:02,171 runserver 90928 6139473920 HTTP GET /en/inventory/stock/4/ 200 [0.02, 127.0.0.1:58228] INFO 2025-10-09 21:05:02,210 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58228] INFO 2025-10-09 21:05:41,122 runserver 90928 6139473920 HTTP GET /en/inventory/items/create/ 200 [0.02, 127.0.0.1:58228] WARNING 2025-10-09 21:05:41,138 runserver 90928 6139473920 HTTP GET /static/assets/plugins/select2/dist/js/select2.min.js 404 [0.00, 127.0.0.1:58228] WARNING 2025-10-09 21:05:41,139 runserver 90928 6139473920 HTTP GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js 404 [0.01, 127.0.0.1:58249] WARNING 2025-10-09 21:05:41,139 runserver 90928 6139473920 HTTP GET /static/assets/plugins/jquery-file-upload/js/jquery.fileupload.js 404 [0.00, 127.0.0.1:58250] INFO 2025-10-09 21:05:41,159 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58250] INFO 2025-10-09 21:06:11,495 runserver 90928 6139473920 HTTP GET /en/appointments/calendar/ 200 [0.02, 127.0.0.1:58250] INFO 2025-10-09 21:06:11,554 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58249] INFO 2025-10-09 21:06:11,596 runserver 90928 6139473920 HTTP GET /en/appointments/calendar/events/?start=2025-10-05T00%3A00%3A00&end=2025-10-12T00%3A00%3A00 200 [0.07, 127.0.0.1:58250] INFO 2025-10-09 21:06:50,449 runserver 90928 6139473920 HTTP GET /en/appointments/885/detail-card/ 200 [0.01, 127.0.0.1:58250] INFO 2025-10-09 21:06:50,475 runserver 90928 6139473920 HTTP GET /static/webfonts/fa-regular-400.woff2 200 [0.00, 127.0.0.1:58250] INFO 2025-10-09 21:06:52,973 runserver 90928 6139473920 HTTP GET /en/appointments/requests/885/detail/ 200 [0.02, 127.0.0.1:58250] INFO 2025-10-09 21:06:53,010 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58250] INFO 2025-10-09 21:06:56,741 runserver 90928 6139473920 HTTP GET /en/appointments/reschedule/885/ 200 [0.02, 127.0.0.1:58250] INFO 2025-10-09 21:06:56,772 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58250] INFO 2025-10-09 21:07:08,526 runserver 90928 6139473920 HTTP GET /en/appointments/stats/ 200 [0.06, 127.0.0.1:58250] INFO 2025-10-09 21:07:08,792 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/ 200 [0.02, 127.0.0.1:58250] INFO 2025-10-09 21:07:08,844 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58250] INFO 2025-10-09 21:07:11,445 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/1/ 200 [0.03, 127.0.0.1:58250] INFO 2025-10-09 21:07:11,485 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58250] INFO 2025-10-09 21:07:13,992 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58250] INFO 2025-10-09 21:12:11,497 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58342] INFO 2025-10-09 21:12:14,987 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58342] INFO 2025-10-09 21:17:11,562 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58412] INFO 2025-10-09 21:17:16,049 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58412] INFO 2025-10-09 21:22:12,056 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58477] INFO 2025-10-09 21:22:17,048 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58477] INFO 2025-10-09 21:27:13,047 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58556] INFO 2025-10-09 21:27:18,038 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58556] INFO 2025-10-09 21:32:14,019 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:58644] INFO 2025-10-09 21:32:19,011 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58644] INFO 2025-10-09 21:37:15,009 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58814] INFO 2025-10-09 21:37:20,006 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58814] INFO 2025-10-09 21:42:16,016 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:58894] INFO 2025-10-09 21:42:21,008 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58894] INFO 2025-10-09 21:47:17,009 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58989] INFO 2025-10-09 21:47:22,006 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58989] INFO 2025-10-09 21:52:18,006 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59102] INFO 2025-10-09 21:52:23,005 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59102] INFO 2025-10-09 21:57:19,003 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59173] INFO 2025-10-09 21:57:24,002 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59173] INFO 2025-10-09 22:02:20,054 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59266] INFO 2025-10-09 22:02:25,054 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59266] INFO 2025-10-10 00:53:41,573 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:59442] INFO 2025-10-10 00:57:27,338 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59449] INFO 2025-10-10 06:56:01,341 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.05, 127.0.0.1:59664] INFO 2025-10-10 07:11:31,211 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59669] INFO 2025-10-10 13:39:13,929 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:60102] INFO 2025-10-10 13:39:18,911 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60102] INFO 2025-10-10 13:44:14,917 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60279] INFO 2025-10-10 13:44:19,916 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60279] INFO 2025-10-10 13:49:15,902 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60432] INFO 2025-10-10 15:41:10,108 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:60720] INFO 2025-10-10 15:46:11,102 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:60763] INFO 2025-10-10 15:51:12,065 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:60808] INFO 2025-10-10 15:56:13,055 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60862] INFO 2025-10-10 16:02:15,637 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60920] INFO 2025-10-10 16:03:36,347 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/ 200 [0.03, 127.0.0.1:60959] INFO 2025-10-10 16:04:06,438 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:60959] INFO 2025-10-10 16:04:36,423 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60959] INFO 2025-10-10 16:04:54,436 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/ 200 [0.03, 127.0.0.1:60959] INFO 2025-10-10 16:04:54,486 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60959] INFO 2025-10-10 16:05:24,495 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:60959] INFO 2025-10-10 16:05:54,512 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60959] INFO 2025-10-10 16:06:02,451 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/ 200 [0.03, 127.0.0.1:60959] INFO 2025-10-10 16:06:02,498 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60959] INFO 2025-10-10 16:06:32,526 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60959] INFO 2025-10-10 16:06:49,944 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/ 200 [0.03, 127.0.0.1:60959] INFO 2025-10-10 16:06:49,990 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60959] INFO 2025-10-10 16:07:20,004 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:60959] INFO 2025-10-10 16:07:29,263 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/ 200 [0.03, 127.0.0.1:60959] INFO 2025-10-10 16:07:29,315 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60959] INFO 2025-10-10 16:07:59,343 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60959] INFO 2025-10-10 16:08:09,445 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/ 200 [0.03, 127.0.0.1:60959] INFO 2025-10-10 16:08:09,494 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60959] INFO 2025-10-10 16:08:39,523 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:60959] INFO 2025-10-10 16:09:09,521 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60959] INFO 2025-10-10 16:09:39,509 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60959] INFO 2025-10-10 16:09:44,481 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/ 200 [0.02, 127.0.0.1:60959] INFO 2025-10-10 16:09:44,520 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60959] INFO 2025-10-10 16:10:14,549 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60959] INFO 2025-10-10 16:10:44,545 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60959] INFO 2025-10-10 16:11:14,545 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61043] INFO 2025-10-10 16:11:44,545 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61043] INFO 2025-10-10 16:12:14,545 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61051] INFO 2025-10-10 16:12:44,544 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61051] INFO 2025-10-10 16:13:14,544 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61051] INFO 2025-10-10 16:13:44,543 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61051] INFO 2025-10-10 16:14:14,544 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61051] INFO 2025-10-10 16:14:28,084 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/ 200 [0.03, 127.0.0.1:61051] INFO 2025-10-10 16:14:28,131 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61051] INFO 2025-10-10 16:14:58,161 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61051] INFO 2025-10-10 16:15:16,827 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/ 200 [0.03, 127.0.0.1:61051] INFO 2025-10-10 16:15:16,875 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61051] INFO 2025-10-10 16:15:46,904 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61051] INFO 2025-10-10 16:16:17,595 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:61051] INFO 2025-10-10 16:16:47,596 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:61051] INFO 2025-10-10 16:17:10,067 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/ 200 [0.04, 127.0.0.1:61051] INFO 2025-10-10 16:17:10,113 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61051] INFO 2025-10-10 16:17:24,887 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/ 200 [0.04, 127.0.0.1:61051] INFO 2025-10-10 16:17:24,938 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61051] INFO 2025-10-10 16:17:55,726 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61051] INFO 2025-10-10 16:18:25,714 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:61051] INFO 2025-10-10 16:18:38,134 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/ 200 [0.02, 127.0.0.1:61051] INFO 2025-10-10 16:18:38,171 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61051] INFO 2025-10-10 16:19:08,715 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:61051] INFO 2025-10-10 16:19:38,713 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:61051] INFO 2025-10-10 16:20:06,200 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/ 200 [0.02, 127.0.0.1:61051] INFO 2025-10-10 16:20:06,236 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61051] INFO 2025-10-10 16:20:36,266 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61051] INFO 2025-10-10 16:21:06,247 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:61051] INFO 2025-10-10 16:21:09,798 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/ 200 [0.02, 127.0.0.1:61051] INFO 2025-10-10 16:21:09,839 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61051] INFO 2025-10-10 16:21:39,855 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:61051] INFO 2025-10-10 16:22:05,035 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/ 200 [0.03, 127.0.0.1:61051] INFO 2025-10-10 16:22:05,083 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61051] INFO 2025-10-10 16:22:34,475 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/ 200 [0.02, 127.0.0.1:61051] INFO 2025-10-10 16:22:34,513 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61051] INFO 2025-10-10 16:22:35,063 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/ 200 [0.01, 127.0.0.1:61051] INFO 2025-10-10 16:22:35,103 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61051] INFO 2025-10-10 16:22:36,705 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/ 200 [0.01, 127.0.0.1:61051] INFO 2025-10-10 16:22:36,742 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61051] INFO 2025-10-10 16:23:07,731 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61051] INFO 2025-10-10 16:23:37,711 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:61051] INFO 2025-10-10 16:24:07,729 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61051] INFO 2025-10-10 16:24:36,767 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61051] INFO 2025-10-10 16:25:06,756 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:61051] INFO 2025-10-10 16:25:16,821 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/ 200 [0.03, 127.0.0.1:61051] INFO 2025-10-10 16:25:16,869 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61051] INFO 2025-10-10 16:25:46,879 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:61051] INFO 2025-10-10 16:26:16,878 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:61051] INFO 2025-10-10 16:26:46,890 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61051] INFO 2025-10-10 16:27:16,878 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:61051] INFO 2025-10-10 16:27:46,889 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61051] INFO 2025-10-10 16:27:58,037 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/ 200 [0.02, 127.0.0.1:61051] INFO 2025-10-10 16:27:58,078 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61051] INFO 2025-10-10 16:28:28,106 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61051] INFO 2025-10-10 16:28:58,095 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61051] INFO 2025-10-10 16:29:28,105 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61051] INFO 2025-10-10 16:29:58,105 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61051] INFO 2025-10-10 16:30:28,104 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61051] INFO 2025-10-10 16:30:58,104 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61051] INFO 2025-10-10 16:31:28,103 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61051] INFO 2025-10-10 16:31:58,104 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61051] INFO 2025-10-10 16:32:28,115 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61051] INFO 2025-10-10 16:32:58,116 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:61051] INFO 2025-10-10 16:32:58,123 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:65142] INFO 2025-10-10 16:33:28,119 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65142] INFO 2025-10-10 16:33:58,118 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65142] INFO 2025-10-10 16:34:28,120 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65142] INFO 2025-10-10 16:34:58,120 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65142] INFO 2025-10-10 16:35:28,119 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65142] INFO 2025-10-10 16:35:58,113 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65142] INFO 2025-10-10 16:36:28,119 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65142] INFO 2025-10-10 16:36:58,108 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:65142] INFO 2025-10-10 16:37:28,117 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65142] INFO 2025-10-10 16:37:58,122 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:65142] INFO 2025-10-10 16:37:58,128 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:49996] INFO 2025-10-10 16:38:28,740 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:49996] INFO 2025-10-10 16:38:58,739 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:49996] INFO 2025-10-10 16:39:55,739 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:49996] INFO 2025-10-10 16:40:55,738 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:49996] INFO 2025-10-10 16:41:55,736 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:49996] INFO 2025-10-10 16:42:55,740 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:51217] INFO 2025-10-10 16:42:58,731 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:51217] INFO 2025-10-10 16:43:55,734 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:51217] INFO 2025-10-10 16:44:55,732 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:51217] INFO 2025-10-10 16:45:55,744 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:51217] INFO 2025-10-10 16:46:55,737 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:51217] INFO 2025-10-10 16:47:55,795 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:52459] INFO 2025-10-10 16:47:59,770 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52459] INFO 2025-10-10 16:48:55,783 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52459] INFO 2025-10-10 16:49:55,795 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:52459] INFO 2025-10-10 16:50:55,789 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:52459] INFO 2025-10-10 16:51:55,782 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52459] INFO 2025-10-10 16:52:55,775 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:52459] INFO 2025-10-10 16:53:00,779 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:52459] INFO 2025-10-10 16:53:55,786 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52459] INFO 2025-10-10 16:54:55,786 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52459] INFO 2025-10-10 16:55:55,833 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:54421] INFO 2025-10-10 16:56:55,788 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54421] INFO 2025-10-10 16:57:55,788 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54421] INFO 2025-10-10 16:58:01,776 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54421] INFO 2025-10-10 16:58:55,784 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54421] INFO 2025-10-10 16:59:55,786 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54421] INFO 2025-10-10 17:00:55,800 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:54421] INFO 2025-10-10 17:01:55,789 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54421] INFO 2025-10-10 17:02:55,805 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:56151] INFO 2025-10-10 17:03:55,823 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56398] INFO 2025-10-10 17:03:55,829 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56151] INFO 2025-10-10 17:04:55,821 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56151] INFO 2025-10-10 17:05:55,833 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56151] INFO 2025-10-10 17:06:55,824 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56151] INFO 2025-10-10 17:07:55,811 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:56151] INFO 2025-10-10 17:08:55,822 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57646] INFO 2025-10-10 17:08:55,829 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56151] INFO 2025-10-10 17:09:55,820 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56151] INFO 2025-10-10 17:10:55,833 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56151] INFO 2025-10-10 17:11:55,818 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56151] INFO 2025-10-10 17:12:55,824 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:58634] INFO 2025-10-10 17:13:55,825 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:58634] INFO 2025-10-10 17:14:55,834 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:58634] INFO 2025-10-10 17:14:55,840 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:59126] INFO 2025-10-10 17:15:55,814 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:59126] INFO 2025-10-10 17:16:55,828 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59126] INFO 2025-10-10 17:17:55,827 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:59126] INFO 2025-10-10 17:18:55,817 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59126] INFO 2025-10-10 17:19:55,829 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:60356] INFO 2025-10-10 17:19:55,835 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:59126] INFO 2025-10-10 17:20:55,818 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59126] INFO 2025-10-10 17:21:55,822 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59126] INFO 2025-10-10 17:22:55,815 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59126] INFO 2025-10-10 17:23:55,824 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59126] INFO 2025-10-10 17:24:55,827 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59126] INFO 2025-10-10 17:25:55,834 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.04, 127.0.0.1:59126] INFO 2025-10-10 17:25:55,840 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:61833] INFO 2025-10-10 17:26:55,827 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61833] INFO 2025-10-10 17:27:55,828 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61833] INFO 2025-10-10 17:28:55,824 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61833] INFO 2025-10-10 17:29:55,827 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61833] INFO 2025-10-10 17:30:55,827 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:63082] INFO 2025-10-10 17:30:55,833 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61833] INFO 2025-10-10 17:31:55,827 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61833] INFO 2025-10-10 17:32:55,850 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61833] INFO 2025-10-10 17:33:55,844 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61833] INFO 2025-10-10 17:34:55,844 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61833] INFO 2025-10-10 17:35:55,852 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:64306] INFO 2025-10-10 17:35:55,857 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61833] INFO 2025-10-10 17:36:55,847 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61833] INFO 2025-10-10 17:37:55,876 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61833] INFO 2025-10-10 17:38:55,843 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61833] INFO 2025-10-10 17:39:55,846 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61833] INFO 2025-10-10 17:40:55,855 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61833] INFO 2025-10-10 17:41:55,867 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:49410] INFO 2025-10-10 17:41:55,873 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:49411] INFO 2025-10-10 17:47:02,964 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:49677] INFO 2025-10-10 17:49:50,109 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:49947] INFO 2025-10-10 17:50:50,105 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50229] INFO 2025-10-10 17:51:50,110 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50229] INFO 2025-10-10 17:52:50,100 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50229] INFO 2025-10-10 17:52:50,100 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50717] INFO 2025-10-10 17:57:15,680 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50992] INFO 2025-10-10 18:00:39,510 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:51258] INFO 2025-10-10 18:03:33,390 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:51532] INFO 2025-10-10 18:08:57,993 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:51806] INFO 2025-10-10 18:10:04,003 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:52072] INFO 2025-10-10 18:26:21,208 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:52348] INFO 2025-10-10 18:26:21,216 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:52349] INFO 2025-10-10 18:34:56,528 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:52621] INFO 2025-10-10 18:51:11,957 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:52909] INFO 2025-10-10 19:08:17,529 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:53183] INFO 2025-10-10 19:13:48,859 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:53459] INFO 2025-10-10 19:29:54,467 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:53737] INFO 2025-10-10 19:29:54,472 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:53736] INFO 2025-10-10 19:30:54,467 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:53736] INFO 2025-10-10 19:31:54,466 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:53736] INFO 2025-10-10 19:32:54,466 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:53736] INFO 2025-10-10 19:33:54,467 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:53736] INFO 2025-10-10 19:34:54,476 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:54974] INFO 2025-10-10 19:34:54,482 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:53736] INFO 2025-10-10 19:35:54,469 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:53736] INFO 2025-10-10 19:36:54,469 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:53736] INFO 2025-10-10 19:37:54,469 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:53736] INFO 2025-10-10 19:38:54,463 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:53736] INFO 2025-10-10 19:39:54,452 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:53736] INFO 2025-10-10 19:40:54,465 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:53736] INFO 2025-10-10 19:40:54,470 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56448] INFO 2025-10-10 19:41:54,463 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56448] INFO 2025-10-10 19:42:54,468 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56448] INFO 2025-10-10 19:43:54,468 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56448] INFO 2025-10-10 19:44:54,462 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:57435] INFO 2025-10-10 19:45:54,463 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:57679] INFO 2025-10-10 19:45:54,469 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:57435] INFO 2025-10-10 19:46:54,456 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:57435] INFO 2025-10-10 19:47:54,452 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:57435] INFO 2025-10-10 19:48:54,455 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:57435] INFO 2025-10-10 19:49:54,457 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:57435] INFO 2025-10-10 19:50:54,457 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:57435] INFO 2025-10-10 19:51:54,465 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:57435] INFO 2025-10-10 19:51:54,471 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:59154] INFO 2025-10-10 19:52:54,458 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59154] INFO 2025-10-10 19:53:54,457 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59154] INFO 2025-10-10 19:54:54,458 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59154] INFO 2025-10-10 19:55:54,457 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59154] INFO 2025-10-10 19:56:54,448 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60379] INFO 2025-10-10 19:56:54,452 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59154] INFO 2025-10-10 19:57:54,459 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:59154] INFO 2025-10-10 19:58:54,459 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59154] INFO 2025-10-10 19:59:54,407 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59154] INFO 2025-10-10 20:00:54,404 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59154] INFO 2025-10-10 20:01:54,407 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59154] INFO 2025-10-10 20:02:54,411 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:59154] INFO 2025-10-10 20:02:54,417 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61855] INFO 2025-10-10 20:03:54,406 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61855] INFO 2025-10-10 20:04:54,406 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61855] INFO 2025-10-10 20:05:54,399 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61855] INFO 2025-10-10 20:06:54,394 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:61855] INFO 2025-10-10 20:07:54,407 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:63094] INFO 2025-10-10 20:07:54,413 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61855] INFO 2025-10-10 20:08:54,404 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61855] INFO 2025-10-10 20:09:54,408 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61855] INFO 2025-10-10 20:10:54,407 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61855] INFO 2025-10-10 20:11:54,406 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61855] INFO 2025-10-10 20:12:54,406 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61855] INFO 2025-10-10 20:13:54,413 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:61855] INFO 2025-10-10 20:13:54,420 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:64567] INFO 2025-10-10 20:14:54,435 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64816] INFO 2025-10-10 20:15:54,456 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:64816] INFO 2025-10-10 20:16:54,442 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:64816] INFO 2025-10-10 20:17:54,450 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64816] INFO 2025-10-10 20:18:54,456 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:49416] INFO 2025-10-10 20:18:54,462 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:64816] INFO 2025-10-10 20:19:54,454 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64816] INFO 2025-10-10 20:20:54,454 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64816] INFO 2025-10-10 20:21:54,456 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:64816] INFO 2025-10-10 20:22:54,452 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64816] INFO 2025-10-10 20:23:54,456 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:64816] INFO 2025-10-10 20:24:54,460 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:64816] INFO 2025-10-10 20:24:54,466 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:50895] INFO 2025-10-10 20:25:54,448 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50895] INFO 2025-10-10 20:26:54,447 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50895] INFO 2025-10-10 20:27:54,455 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50895] INFO 2025-10-10 20:28:54,456 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50895] INFO 2025-10-10 20:29:54,470 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:52127] INFO 2025-10-10 20:29:54,476 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:50895] INFO 2025-10-10 20:35:58,883 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:52393] INFO 2025-10-10 20:52:32,345 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:52666] INFO 2025-10-10 21:10:50,891 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:52946] INFO 2025-10-10 21:27:33,290 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:53216] INFO 2025-10-10 21:28:33,286 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:53216] INFO 2025-10-10 21:29:33,279 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:53216] INFO 2025-10-10 21:29:33,283 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:53711] INFO 2025-10-10 21:30:33,290 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:53711] INFO 2025-10-10 21:31:33,333 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:54210] INFO 2025-10-10 21:32:33,284 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54210] INFO 2025-10-10 21:33:33,285 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:54210] INFO 2025-10-10 21:34:33,294 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:54945] INFO 2025-10-10 21:34:33,299 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:54210] INFO 2025-10-10 21:35:33,287 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54210] INFO 2025-10-10 21:36:33,282 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54210] INFO 2025-10-10 21:37:33,272 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:54210] INFO 2025-10-10 21:38:33,286 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:55933] INFO 2025-10-10 21:39:33,281 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:55933] INFO 2025-10-10 21:40:33,288 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:55933] INFO 2025-10-10 21:40:33,293 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56427] INFO 2025-10-10 21:41:33,293 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:56427] INFO 2025-10-10 21:42:33,333 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.08, 127.0.0.1:56427] INFO 2025-10-10 21:43:33,359 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56427] INFO 2025-10-10 21:44:33,357 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56427] INFO 2025-10-10 21:45:33,353 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57667] INFO 2025-10-10 21:45:33,360 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56427] INFO 2025-10-10 21:46:33,351 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56427] INFO 2025-10-10 21:47:33,355 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56427] INFO 2025-10-10 21:48:33,352 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56427] INFO 2025-10-10 21:49:33,352 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56427] INFO 2025-10-10 21:50:33,359 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58895] INFO 2025-10-10 21:50:33,365 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56427] INFO 2025-10-10 21:51:33,360 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56427] INFO 2025-10-10 21:52:33,352 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56427] INFO 2025-10-10 21:53:33,356 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56427] INFO 2025-10-10 21:54:33,357 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56427] INFO 2025-10-10 21:55:33,350 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56427] INFO 2025-10-10 21:56:33,367 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:56427] INFO 2025-10-10 21:56:33,372 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:60383] INFO 2025-10-10 21:57:33,354 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60383] INFO 2025-10-10 21:58:33,256 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:60383] INFO 2025-10-10 21:59:33,257 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60383] INFO 2025-10-10 22:00:33,258 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60383] INFO 2025-10-10 22:01:33,267 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:61614] INFO 2025-10-10 22:01:33,273 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:60383] INFO 2025-10-10 22:02:33,259 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60383] INFO 2025-10-10 22:03:33,261 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:60383] INFO 2025-10-10 22:04:33,257 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60383] INFO 2025-10-10 22:05:33,258 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60383] INFO 2025-10-10 22:06:33,261 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:60383] INFO 2025-10-10 22:07:33,267 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:60383] INFO 2025-10-10 22:07:33,273 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:63096] INFO 2025-10-10 22:08:33,255 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:63346] INFO 2025-10-10 22:09:33,244 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:63346] INFO 2025-10-10 22:10:33,253 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:63346] INFO 2025-10-10 22:11:33,282 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64081] INFO 2025-10-10 22:12:33,257 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:64081] INFO 2025-10-10 22:13:33,254 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:64081] INFO 2025-10-10 22:13:33,262 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:64577] INFO 2025-10-10 22:14:33,261 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64577] INFO 2025-10-10 22:15:33,260 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64577] INFO 2025-10-10 22:16:33,257 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64577] INFO 2025-10-10 22:17:33,249 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:64577] INFO 2025-10-10 22:18:33,268 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:49417] INFO 2025-10-10 22:18:33,275 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:64577] INFO 2025-10-10 22:19:33,259 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64577] INFO 2025-10-10 22:20:33,271 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:64577] INFO 2025-10-10 22:21:33,247 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:64577] INFO 2025-10-10 22:22:33,255 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64577] INFO 2025-10-10 22:23:33,262 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:50646] INFO 2025-10-10 22:23:33,268 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:64577] INFO 2025-10-10 22:24:33,257 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64577] INFO 2025-10-10 22:25:33,258 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:64577] INFO 2025-10-10 22:26:33,257 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64577] INFO 2025-10-10 22:27:33,258 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:64577] INFO 2025-10-10 22:28:33,253 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64577] INFO 2025-10-10 22:29:46,422 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:52144] INFO 2025-10-10 22:29:46,428 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52145] INFO 2025-10-10 22:30:46,417 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52145] INFO 2025-10-10 22:31:46,428 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:52145] INFO 2025-10-10 22:32:46,426 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52145] INFO 2025-10-10 22:33:46,424 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52145] INFO 2025-10-10 22:34:46,428 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:53372] INFO 2025-10-10 22:34:46,434 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:52145] INFO 2025-10-10 22:35:46,422 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52145] INFO 2025-10-10 22:36:46,419 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52145] INFO 2025-10-10 22:37:46,421 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52145] INFO 2025-10-10 22:38:46,420 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54355] INFO 2025-10-10 22:39:46,421 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:54355] INFO 2025-10-10 22:40:46,427 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:54355] INFO 2025-10-10 22:40:46,432 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:54847] INFO 2025-10-10 22:41:46,417 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54847] INFO 2025-10-10 22:42:46,405 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:54847] INFO 2025-10-10 22:43:46,416 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54847] INFO 2025-10-10 22:44:46,412 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54847] INFO 2025-10-10 22:45:46,407 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54847] INFO 2025-10-10 22:46:46,417 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:54847] INFO 2025-10-10 22:46:46,423 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56318] INFO 2025-10-10 22:47:46,410 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56318] INFO 2025-10-10 22:48:46,412 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56318] INFO 2025-10-10 22:49:46,404 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56318] INFO 2025-10-10 22:50:46,409 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56318] INFO 2025-10-10 22:51:46,405 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57546] INFO 2025-10-10 22:51:46,413 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56318] INFO 2025-10-10 22:52:46,391 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:56318] INFO 2025-10-10 22:53:46,392 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:56318] INFO 2025-10-10 22:54:46,404 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56318] INFO 2025-10-10 22:55:46,401 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56318] INFO 2025-10-10 22:56:46,403 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56318] INFO 2025-10-10 22:57:46,409 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:56318] INFO 2025-10-10 22:57:46,416 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:59020] INFO 2025-10-10 22:58:46,400 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59020] INFO 2025-10-10 22:59:46,385 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59020] INFO 2025-10-10 23:00:46,375 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59020] INFO 2025-10-10 23:01:46,370 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59020] INFO 2025-10-10 23:02:46,377 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:60256] INFO 2025-10-10 23:02:46,383 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:59020] INFO 2025-10-10 23:03:46,376 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59020] INFO 2025-10-10 23:04:46,361 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:59020] INFO 2025-10-10 23:05:46,369 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59020] INFO 2025-10-10 23:06:46,368 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59020] INFO 2025-10-10 23:07:46,364 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59020] INFO 2025-10-10 23:08:46,373 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:61726] INFO 2025-10-10 23:08:46,380 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61727] INFO 2025-10-10 23:09:46,365 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61727] INFO 2025-10-10 23:10:46,366 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61727] INFO 2025-10-10 23:11:46,362 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61727] INFO 2025-10-10 23:12:46,363 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61727] INFO 2025-10-10 23:13:46,367 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:62965] INFO 2025-10-10 23:13:46,373 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61727] INFO 2025-10-10 23:14:46,377 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61727] INFO 2025-10-10 23:15:46,374 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:61727] INFO 2025-10-10 23:16:46,380 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61727] INFO 2025-10-10 23:17:46,387 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61727] INFO 2025-10-10 23:18:46,387 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61727] INFO 2025-10-10 23:19:46,381 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:61727] INFO 2025-10-10 23:19:46,385 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64437] INFO 2025-10-10 23:20:46,384 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64437] INFO 2025-10-10 23:21:46,384 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64437] INFO 2025-10-10 23:22:46,384 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64437] INFO 2025-10-10 23:23:46,381 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64437] INFO 2025-10-10 23:24:46,387 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:49276] INFO 2025-10-10 23:24:46,392 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:64437] INFO 2025-10-10 23:25:46,430 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.07, 127.0.0.1:64437] INFO 2025-10-10 23:26:46,370 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:64437] INFO 2025-10-10 23:27:46,374 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64437] INFO 2025-10-10 23:28:46,380 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64437] INFO 2025-10-10 23:36:11,073 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50526] INFO 2025-10-10 23:37:15,037 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:50795] INFO 2025-10-10 23:37:15,043 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:50796] INFO 2025-10-10 23:40:52,657 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:51060] INFO 2025-10-10 23:45:23,372 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:51327] INFO 2025-10-10 23:46:23,375 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:51327] INFO 2025-10-10 23:52:19,053 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:51843] INFO 2025-10-10 23:55:48,712 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:52112] INFO 2025-10-10 23:55:48,718 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:52111] INFO 2025-10-10 23:56:58,573 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:52381] INFO 2025-10-10 23:58:11,106 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52642] INFO 2025-10-10 23:59:11,105 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52919] INFO 2025-10-11 00:00:11,088 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:52919] INFO 2025-10-11 00:01:11,102 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52919] INFO 2025-10-11 00:02:11,104 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:52919] INFO 2025-10-11 00:02:11,111 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:53660] INFO 2025-10-11 00:03:11,096 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:53660] INFO 2025-10-11 00:04:11,096 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:53660] INFO 2025-10-11 00:05:11,099 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:53660] INFO 2025-10-11 00:06:11,099 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:53660] INFO 2025-10-11 00:07:11,100 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:54889] INFO 2025-10-11 00:07:11,106 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:53660] INFO 2025-10-11 00:08:11,062 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:53660] INFO 2025-10-11 00:09:11,068 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:53660] INFO 2025-10-11 00:10:11,069 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:53660] INFO 2025-10-11 00:11:11,070 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:53660] INFO 2025-10-11 00:12:11,052 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:53660] INFO 2025-10-11 00:13:11,070 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:53660] INFO 2025-10-11 00:13:11,077 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56362] INFO 2025-10-11 00:14:11,068 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56362] INFO 2025-10-11 00:15:11,066 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56362] INFO 2025-10-11 00:16:11,054 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:56362] INFO 2025-10-11 00:17:11,059 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56362] INFO 2025-10-11 00:18:11,064 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57591] INFO 2025-10-11 00:18:11,070 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56362] INFO 2025-10-11 00:19:11,057 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56362] INFO 2025-10-11 00:20:11,056 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56362] INFO 2025-10-11 00:21:11,058 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56362] INFO 2025-10-11 00:22:11,057 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56362] INFO 2025-10-11 00:23:11,033 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:56362] INFO 2025-10-11 00:24:11,042 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56362] INFO 2025-10-11 00:24:11,049 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:59070] INFO 2025-10-11 00:25:11,033 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59070] INFO 2025-10-11 00:26:11,040 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59070] INFO 2025-10-11 00:27:11,028 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59070] INFO 2025-10-11 00:28:11,043 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59070] INFO 2025-10-11 00:29:11,038 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60295] INFO 2025-10-11 00:29:11,044 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:60294] INFO 2025-10-11 00:30:11,041 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:60294] INFO 2025-10-11 00:31:11,025 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60294] INFO 2025-10-11 00:32:11,030 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60294] INFO 2025-10-11 00:33:11,029 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60294] INFO 2025-10-11 00:34:11,028 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60294] INFO 2025-10-11 00:35:11,020 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60294] INFO 2025-10-11 00:35:11,026 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61778] INFO 2025-10-11 00:36:11,025 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61778] INFO 2025-10-11 00:37:11,025 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61778] INFO 2025-10-11 00:38:11,023 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61778] INFO 2025-10-11 00:39:11,006 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:61778] INFO 2025-10-11 00:40:11,018 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:63012] INFO 2025-10-11 00:40:11,025 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61778] INFO 2025-10-11 00:41:11,014 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61778] INFO 2025-10-11 00:42:11,015 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61778] INFO 2025-10-11 00:43:10,994 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:61778] INFO 2025-10-11 00:44:11,011 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61778] INFO 2025-10-11 00:45:11,014 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64248] INFO 2025-10-11 00:45:11,019 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61778] INFO 2025-10-11 00:46:11,009 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61778] INFO 2025-10-11 00:47:11,007 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61778] INFO 2025-10-11 00:48:10,995 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61778] INFO 2025-10-11 00:49:11,004 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61778] INFO 2025-10-11 00:50:11,004 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61778] INFO 2025-10-11 00:51:11,007 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:61778] INFO 2025-10-11 00:51:11,013 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:49336] INFO 2025-10-11 00:52:11,010 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:49336] INFO 2025-10-11 00:53:10,998 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:49336] INFO 2025-10-11 00:54:11,157 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50094] INFO 2025-10-11 00:55:11,156 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50094] INFO 2025-10-11 00:56:11,161 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:50586] INFO 2025-10-11 00:56:11,169 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:50094] INFO 2025-10-11 00:57:11,157 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50094] INFO 2025-10-11 00:58:11,158 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50094] INFO 2025-10-11 00:59:11,155 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:51324] INFO 2025-10-11 01:00:11,144 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:51324] INFO 2025-10-11 01:07:21,481 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:51839] INFO 2025-10-11 01:07:21,489 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:51838] INFO 2025-10-11 01:09:30,905 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52103] INFO 2025-10-11 01:19:34,606 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52379] INFO 2025-10-11 01:22:40,433 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52646] INFO 2025-10-11 01:25:54,072 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:52922] INFO 2025-10-11 01:29:38,889 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:53194] INFO 2025-10-11 01:37:15,650 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:53458] INFO 2025-10-11 01:37:15,655 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:53459] INFO 2025-10-11 01:39:05,577 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.07, 127.0.0.1:53731] INFO 2025-10-11 01:40:47,975 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:53999] INFO 2025-10-11 01:46:21,976 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54272] INFO 2025-10-11 01:47:21,973 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54272] INFO 2025-10-11 01:48:21,977 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:54764] INFO 2025-10-11 01:48:21,983 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:54272] INFO 2025-10-11 01:49:21,975 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:54272] INFO 2025-10-11 01:50:21,962 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:54272] INFO 2025-10-11 01:51:21,968 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54272] INFO 2025-10-11 01:52:22,043 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:55755] INFO 2025-10-11 01:53:22,091 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.07, 127.0.0.1:55755] INFO 2025-10-11 01:54:22,049 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:55755] INFO 2025-10-11 01:54:22,055 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56247] INFO 2025-10-11 01:55:22,041 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56247] INFO 2025-10-11 01:56:22,047 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56247] INFO 2025-10-11 01:57:22,047 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56247] INFO 2025-10-11 01:58:22,046 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56247] INFO 2025-10-11 01:59:22,054 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:57477] INFO 2025-10-11 01:59:22,060 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:56247] INFO 2025-10-11 02:00:22,050 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56247] INFO 2025-10-11 02:01:22,038 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:56247] INFO 2025-10-11 02:02:22,043 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56247] INFO 2025-10-11 02:03:22,045 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56247] INFO 2025-10-11 02:04:22,055 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56247] INFO 2025-10-11 02:05:22,064 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:58953] INFO 2025-10-11 02:05:22,070 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:58954] INFO 2025-10-11 02:06:22,056 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:58954] INFO 2025-10-11 02:07:22,050 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:58954] INFO 2025-10-11 02:08:22,085 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59689] INFO 2025-10-11 02:09:22,085 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59689] INFO 2025-10-11 02:10:22,097 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:60188] INFO 2025-10-11 02:10:22,103 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:59689] INFO 2025-10-11 02:11:22,082 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59689] INFO 2025-10-11 02:12:22,093 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:59689] INFO 2025-10-11 02:13:22,081 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:59689] INFO 2025-10-11 02:14:22,092 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59689] INFO 2025-10-11 02:15:22,093 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59689] INFO 2025-10-11 02:16:22,087 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59689] INFO 2025-10-11 02:16:22,091 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61664] INFO 2025-10-11 02:17:22,098 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61664] INFO 2025-10-11 02:18:22,097 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61664] INFO 2025-10-11 02:19:22,099 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61664] INFO 2025-10-11 02:20:22,100 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61664] INFO 2025-10-11 02:21:22,109 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:62902] INFO 2025-10-11 02:21:22,115 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61664] INFO 2025-10-11 02:22:22,107 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61664] INFO 2025-10-11 02:23:22,104 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61664] INFO 2025-10-11 02:24:22,107 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61664] INFO 2025-10-11 02:25:22,107 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61664] INFO 2025-10-11 02:26:22,111 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64128] INFO 2025-10-11 02:26:22,117 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61664] INFO 2025-10-11 02:27:22,111 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61664] INFO 2025-10-11 02:28:22,113 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61664] INFO 2025-10-11 02:29:22,100 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:61664] INFO 2025-10-11 02:30:22,103 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:61664] INFO 2025-10-11 02:31:22,116 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61664] INFO 2025-10-11 02:32:22,124 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:61664] INFO 2025-10-11 02:32:22,130 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:49219] INFO 2025-10-11 02:33:22,119 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:49219] INFO 2025-10-11 02:34:22,119 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:49219] INFO 2025-10-11 02:35:22,112 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:49958] INFO 2025-10-11 02:36:22,124 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:49958] INFO 2025-10-11 02:37:22,130 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:50454] INFO 2025-10-11 02:37:22,135 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:49958] INFO 2025-10-11 02:38:22,124 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:49958] INFO 2025-10-11 02:39:22,034 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:49958] INFO 2025-10-11 02:40:22,035 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:49958] INFO 2025-10-11 02:41:22,035 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:49958] INFO 2025-10-11 02:42:22,019 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:49958] INFO 2025-10-11 02:43:22,031 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:49958] INFO 2025-10-11 02:43:22,035 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:51936] INFO 2025-10-11 02:44:22,034 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:51936] INFO 2025-10-11 02:45:22,039 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:51936] INFO 2025-10-11 02:46:22,038 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:51936] INFO 2025-10-11 02:47:22,037 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:51936] INFO 2025-10-11 02:48:22,043 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:53162] INFO 2025-10-11 02:48:22,049 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:51936] INFO 2025-10-11 02:49:28,671 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:53425] INFO 2025-10-11 02:52:52,186 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:53692] INFO 2025-10-11 02:59:25,796 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:53960] INFO 2025-10-11 03:01:43,964 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54226] INFO 2025-10-11 03:05:50,529 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:54517] INFO 2025-10-11 03:06:50,536 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:54517] INFO 2025-10-11 03:06:50,542 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:54769] INFO 2025-10-11 03:07:50,530 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54769] INFO 2025-10-11 03:08:50,529 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54769] INFO 2025-10-11 03:09:50,554 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:54769] INFO 2025-10-11 03:10:50,535 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:54769] INFO 2025-10-11 03:11:50,539 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:56003] INFO 2025-10-11 03:11:50,544 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:54769] INFO 2025-10-11 03:12:50,535 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56003] INFO 2025-10-11 03:13:50,526 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56003] INFO 2025-10-11 03:14:50,535 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56003] INFO 2025-10-11 03:15:50,538 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56003] INFO 2025-10-11 03:16:50,537 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56003] INFO 2025-10-11 03:17:50,527 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57483] INFO 2025-10-11 03:17:50,531 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:57484] INFO 2025-10-11 03:18:50,536 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:57484] INFO 2025-10-11 03:19:50,538 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:57484] INFO 2025-10-11 03:20:50,509 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:57484] INFO 2025-10-11 03:21:50,496 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:57484] INFO 2025-10-11 03:22:50,517 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:58710] INFO 2025-10-11 03:22:50,523 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:57484] INFO 2025-10-11 03:23:50,501 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:57484] INFO 2025-10-11 03:24:50,512 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:57484] INFO 2025-10-11 03:25:50,509 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:57484] INFO 2025-10-11 03:26:50,521 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:57484] INFO 2025-10-11 03:27:50,502 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:57484] INFO 2025-10-11 03:28:50,503 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:57484] INFO 2025-10-11 03:28:50,506 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60186] INFO 2025-10-11 03:29:50,500 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:60186] INFO 2025-10-11 03:30:50,515 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60186] INFO 2025-10-11 03:31:50,502 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:60186] INFO 2025-10-11 03:32:50,514 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60186] INFO 2025-10-11 03:33:50,516 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:61422] INFO 2025-10-11 03:33:50,524 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:60186] INFO 2025-10-11 03:34:50,515 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:60186] INFO 2025-10-11 03:35:50,518 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60186] INFO 2025-10-11 03:36:50,519 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60186] INFO 2025-10-11 03:37:50,524 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:60186] INFO 2025-10-11 03:38:50,526 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:62661] INFO 2025-10-11 03:38:50,532 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:60186] INFO 2025-10-11 03:39:50,518 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60186] INFO 2025-10-11 03:40:50,521 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60186] INFO 2025-10-11 03:41:50,514 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60186] INFO 2025-10-11 03:42:50,512 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60186] INFO 2025-10-11 03:43:50,538 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:60186] INFO 2025-10-11 03:44:50,526 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:60186] INFO 2025-10-11 03:44:50,532 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:64139] INFO 2025-10-11 03:45:50,520 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64139] INFO 2025-10-11 03:46:50,524 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64139] INFO 2025-10-11 03:47:50,523 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64879] INFO 2025-10-11 03:48:50,524 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64879] INFO 2025-10-11 03:49:50,529 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:65369] INFO 2025-10-11 03:49:50,537 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:64879] INFO 2025-10-11 03:50:50,517 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64879] INFO 2025-10-11 03:51:50,518 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64879] INFO 2025-10-11 03:52:50,524 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:64879] INFO 2025-10-11 03:53:50,507 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64879] INFO 2025-10-11 03:54:50,524 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:50229] INFO 2025-10-11 03:54:50,529 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:64879] INFO 2025-10-11 03:55:50,522 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:64879] INFO 2025-10-11 03:56:50,515 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64879] INFO 2025-10-11 03:57:50,525 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:64879] INFO 2025-10-11 03:58:50,520 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64879] INFO 2025-10-11 03:59:50,518 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64879] INFO 2025-10-11 04:00:50,518 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64879] INFO 2025-10-11 04:00:50,524 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:51701] INFO 2025-10-11 04:01:50,519 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:51701] INFO 2025-10-11 04:02:50,521 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:51701] INFO 2025-10-11 04:03:50,511 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:51701] INFO 2025-10-11 04:04:50,532 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:51701] INFO 2025-10-11 04:05:50,528 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:52934] INFO 2025-10-11 04:05:50,534 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:51701] INFO 2025-10-11 04:08:50,995 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:53205] INFO 2025-10-11 04:10:37,391 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:53476] INFO 2025-10-11 04:20:40,179 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:53746] INFO 2025-10-11 04:22:38,749 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54005] INFO 2025-10-11 04:23:44,839 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:54273] INFO 2025-10-11 04:23:44,844 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:54272] INFO 2025-10-11 04:24:54,103 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54539] INFO 2025-10-11 04:30:47,710 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:54841] INFO 2025-10-11 04:31:47,699 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54841] INFO 2025-10-11 04:32:47,709 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:54841] INFO 2025-10-11 04:33:47,697 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54841] INFO 2025-10-11 04:34:47,710 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:54841] INFO 2025-10-11 04:34:47,716 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:55821] INFO 2025-10-11 04:38:25,117 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56101] INFO 2025-10-11 04:39:25,103 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56101] INFO 2025-10-11 04:40:25,032 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56101] INFO 2025-10-11 04:41:25,050 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56101] INFO 2025-10-11 04:43:16,364 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:57112] INFO 2025-10-11 04:43:16,371 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:57111] INFO 2025-10-11 04:44:16,389 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:57111] INFO 2025-10-11 04:45:16,388 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:57111] INFO 2025-10-11 04:46:16,385 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:57111] INFO 2025-10-11 04:47:16,385 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:57111] INFO 2025-10-11 04:48:16,384 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:57111] INFO 2025-10-11 04:49:16,391 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:57111] INFO 2025-10-11 04:49:16,398 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:58592] INFO 2025-10-11 04:50:16,371 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:58592] INFO 2025-10-11 04:51:16,382 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:58592] INFO 2025-10-11 04:52:16,387 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:58592] INFO 2025-10-11 04:53:16,384 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:58592] INFO 2025-10-11 04:54:16,387 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:59823] INFO 2025-10-11 04:54:16,393 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:58592] INFO 2025-10-11 04:55:16,383 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:58592] INFO 2025-10-11 04:56:16,394 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:58592] INFO 2025-10-11 04:57:16,394 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:58592] INFO 2025-10-11 04:58:16,394 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:58592] INFO 2025-10-11 04:59:16,392 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:58592] INFO 2025-10-11 05:00:16,400 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:58592] INFO 2025-10-11 05:00:16,405 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61293] INFO 2025-10-11 05:01:16,391 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61293] INFO 2025-10-11 05:02:16,382 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61293] INFO 2025-10-11 05:03:16,380 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:61293] INFO 2025-10-11 05:04:16,389 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61293] INFO 2025-10-11 05:05:16,390 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61293] INFO 2025-10-11 05:06:16,400 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:61293] INFO 2025-10-11 05:06:16,406 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:62773] INFO 2025-10-11 05:07:16,393 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:62773] INFO 2025-10-11 05:08:16,391 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:62773] INFO 2025-10-11 05:09:16,392 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:63514] INFO 2025-10-11 05:10:16,390 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:63514] INFO 2025-10-11 05:11:16,394 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:64007] INFO 2025-10-11 05:11:16,400 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:63514] INFO 2025-10-11 05:12:16,421 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:63514] INFO 2025-10-11 05:13:16,420 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:63514] INFO 2025-10-11 05:14:16,422 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:63514] INFO 2025-10-11 05:15:16,421 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:63514] INFO 2025-10-11 05:16:16,424 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:65232] INFO 2025-10-11 05:16:16,430 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:63514] INFO 2025-10-11 05:17:16,419 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:63514] INFO 2025-10-11 05:18:16,418 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:63514] INFO 2025-10-11 05:19:16,421 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:63514] INFO 2025-10-11 05:20:16,423 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:63514] INFO 2025-10-11 05:21:16,420 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:63514] INFO 2025-10-11 05:22:16,424 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:63514] INFO 2025-10-11 05:22:16,434 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:50324] INFO 2025-10-11 05:23:16,410 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:50324] INFO 2025-10-11 05:24:16,422 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:50324] INFO 2025-10-11 05:25:16,422 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50324] INFO 2025-10-11 05:26:16,422 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50324] INFO 2025-10-11 05:27:16,432 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:51554] INFO 2025-10-11 05:27:16,437 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:50324] INFO 2025-10-11 05:28:16,426 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:51554] INFO 2025-10-11 05:29:16,425 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:51554] INFO 2025-10-11 05:30:16,427 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:51554] INFO 2025-10-11 05:31:16,425 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:51554] INFO 2025-10-11 05:32:16,431 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:52785] INFO 2025-10-11 05:32:16,439 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:51554] INFO 2025-10-11 05:33:16,413 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:51554] INFO 2025-10-11 05:34:16,422 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:51554] INFO 2025-10-11 05:35:16,425 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:51554] INFO 2025-10-11 05:36:16,425 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:51554] INFO 2025-10-11 05:37:16,424 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:51554] INFO 2025-10-11 05:38:16,436 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:51554] INFO 2025-10-11 05:38:16,442 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:54256] INFO 2025-10-11 05:39:16,426 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54506] INFO 2025-10-11 05:40:16,426 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54506] INFO 2025-10-11 05:41:16,427 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54506] INFO 2025-10-11 05:42:16,444 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54506] INFO 2025-10-11 05:43:16,457 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:55494] INFO 2025-10-11 05:43:16,464 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:54506] INFO 2025-10-11 05:44:16,450 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54506] INFO 2025-10-11 05:45:16,455 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:54506] INFO 2025-10-11 05:46:16,453 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54506] INFO 2025-10-11 05:47:16,454 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54506] INFO 2025-10-11 05:48:16,452 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54506] INFO 2025-10-11 05:49:16,462 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:54506] INFO 2025-10-11 05:49:16,468 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56971] INFO 2025-10-11 05:50:16,446 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:56971] INFO 2025-10-11 05:51:16,462 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56971] INFO 2025-10-11 05:52:16,466 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:57709] INFO 2025-10-11 05:53:16,462 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:57709] INFO 2025-10-11 05:54:16,456 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58201] INFO 2025-10-11 05:54:16,461 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:57709] INFO 2025-10-11 05:55:16,464 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:57709] INFO 2025-10-11 05:56:16,463 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:57709] INFO 2025-10-11 05:57:16,458 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:57709] INFO 2025-10-11 05:58:16,460 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:57709] INFO 2025-10-11 05:59:16,458 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:57709] INFO 2025-10-11 06:00:16,466 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.04, 127.0.0.1:57709] INFO 2025-10-11 06:00:16,472 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:59676] INFO 2025-10-11 06:01:16,455 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:59676] INFO 2025-10-11 06:02:16,459 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:59676] INFO 2025-10-11 06:03:16,439 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:59676] INFO 2025-10-11 06:04:16,453 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:59676] INFO 2025-10-11 06:05:16,444 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59676] INFO 2025-10-11 06:06:16,450 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59676] INFO 2025-10-11 06:06:16,458 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61146] INFO 2025-10-11 06:07:16,441 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:61146] INFO 2025-10-11 06:08:16,458 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61146] INFO 2025-10-11 06:09:16,452 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61884] INFO 2025-10-11 06:10:16,450 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61884] INFO 2025-10-11 06:11:16,450 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61884] INFO 2025-10-11 06:12:16,461 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:61884] INFO 2025-10-11 06:12:16,466 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:62631] INFO 2025-10-11 06:13:16,371 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:62631] INFO 2025-10-11 06:14:16,362 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:62631] INFO 2025-10-11 06:15:16,371 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:62631] INFO 2025-10-11 06:16:16,372 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:62631] INFO 2025-10-11 06:17:16,370 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:63867] INFO 2025-10-11 06:17:16,376 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:62631] INFO 2025-10-11 06:18:16,358 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:62631] INFO 2025-10-11 06:19:16,365 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:62631] INFO 2025-10-11 06:20:16,365 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:62631] INFO 2025-10-11 06:21:16,369 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:62631] INFO 2025-10-11 06:22:16,368 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:62631] INFO 2025-10-11 06:23:16,376 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:62631] INFO 2025-10-11 06:23:16,381 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:65338] INFO 2025-10-11 06:24:16,359 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65338] INFO 2025-10-11 06:25:16,366 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:65338] INFO 2025-10-11 06:26:16,360 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65338] INFO 2025-10-11 06:27:16,362 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65338] INFO 2025-10-11 06:28:16,357 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:50186] INFO 2025-10-11 06:28:16,363 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:65338] INFO 2025-10-11 06:29:16,344 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65338] INFO 2025-10-11 06:30:16,345 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65338] INFO 2025-10-11 06:31:16,342 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65338] INFO 2025-10-11 06:32:16,345 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:65338] INFO 2025-10-11 06:33:16,331 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:65338] INFO 2025-10-11 06:34:16,347 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:65338] INFO 2025-10-11 06:34:16,353 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:51661] INFO 2025-10-11 06:35:16,341 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:51661] INFO 2025-10-11 06:36:16,341 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:51661] INFO 2025-10-11 06:37:16,324 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:51661] INFO 2025-10-11 06:38:16,332 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:51661] INFO 2025-10-11 06:39:16,343 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:52887] INFO 2025-10-11 06:39:16,349 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:52886] INFO 2025-10-11 06:40:16,338 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52886] INFO 2025-10-11 06:41:16,333 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52886] INFO 2025-10-11 06:42:16,333 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52886] INFO 2025-10-11 06:43:16,332 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52886] INFO 2025-10-11 06:44:16,393 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54126] INFO 2025-10-11 06:44:16,395 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54127] INFO 2025-10-11 06:45:16,384 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:54127] INFO 2025-10-11 06:46:16,393 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54127] INFO 2025-10-11 06:47:16,396 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54127] INFO 2025-10-11 06:48:16,394 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54127] INFO 2025-10-11 06:49:16,384 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54127] INFO 2025-10-11 06:50:16,400 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:54127] INFO 2025-10-11 06:50:16,406 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:55615] INFO 2025-10-11 06:51:16,396 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:55615] INFO 2025-10-11 06:52:16,393 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:55615] INFO 2025-10-11 06:53:16,382 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:55615] INFO 2025-10-11 06:54:16,391 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:55615] INFO 2025-10-11 06:55:16,398 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:56844] INFO 2025-10-11 06:55:16,404 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:55615] INFO 2025-10-11 06:56:28,771 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:55615] INFO 2025-10-11 06:58:48,757 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:57357] INFO 2025-10-11 07:01:25,959 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:57624] INFO 2025-10-11 07:03:38,304 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:57893] INFO 2025-10-11 07:05:33,999 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:58158] INFO 2025-10-11 07:08:56,129 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:58423] INFO 2025-10-11 07:08:56,135 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:58424] INFO 2025-10-11 07:11:53,911 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:58699] INFO 2025-10-11 07:16:13,424 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:58978] INFO 2025-10-11 07:17:13,428 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:58978] INFO 2025-10-11 07:18:13,435 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:58978] INFO 2025-10-11 07:19:13,440 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:59727] INFO 2025-10-11 07:19:13,445 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:58978] INFO 2025-10-11 07:20:13,437 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:58978] INFO 2025-10-11 07:21:13,436 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:58978] INFO 2025-10-11 07:22:13,435 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60466] INFO 2025-10-11 07:23:13,435 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60466] INFO 2025-10-11 07:24:13,439 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60955] INFO 2025-10-11 07:24:13,446 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:60466] INFO 2025-10-11 07:25:13,424 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:60466] INFO 2025-10-11 07:26:13,422 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:60466] INFO 2025-10-11 07:27:13,438 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:60466] INFO 2025-10-11 07:28:13,433 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:60466] INFO 2025-10-11 07:29:13,435 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:60466] INFO 2025-10-11 07:30:13,441 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:60466] INFO 2025-10-11 07:30:13,446 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:62446] INFO 2025-10-11 07:31:13,431 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:62446] INFO 2025-10-11 07:32:13,428 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:62446] INFO 2025-10-11 07:33:13,426 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:62446] INFO 2025-10-11 07:34:13,425 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:62446] INFO 2025-10-11 07:35:13,429 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:63670] INFO 2025-10-11 07:35:13,434 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:62446] INFO 2025-10-11 07:36:13,428 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:62446] INFO 2025-10-11 07:37:13,414 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:62446] INFO 2025-10-11 07:38:13,420 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:62446] INFO 2025-10-11 07:39:13,422 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:62446] INFO 2025-10-11 07:40:13,424 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:62446] INFO 2025-10-11 07:41:13,431 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:62446] INFO 2025-10-11 07:41:13,436 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:65147] INFO 2025-10-11 07:42:13,423 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65147] INFO 2025-10-11 07:43:13,413 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:65147] INFO 2025-10-11 07:44:13,423 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65147] INFO 2025-10-11 07:45:13,421 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65147] INFO 2025-10-11 07:46:13,428 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:49998] INFO 2025-10-11 07:46:13,435 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:65147] INFO 2025-10-11 07:47:13,405 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65147] INFO 2025-10-11 07:48:13,412 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65147] INFO 2025-10-11 07:49:13,412 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65147] INFO 2025-10-11 07:50:13,423 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:65147] INFO 2025-10-11 07:51:13,412 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65147] INFO 2025-10-11 07:52:13,419 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:51475] INFO 2025-10-11 07:52:13,424 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:51476] INFO 2025-10-11 07:53:13,410 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:51476] INFO 2025-10-11 07:54:13,411 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:51476] INFO 2025-10-11 07:55:13,411 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:51476] INFO 2025-10-11 07:56:13,396 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:51476] INFO 2025-10-11 07:57:13,404 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:52709] INFO 2025-10-11 07:57:13,409 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:51476] INFO 2025-10-11 07:58:13,407 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52709] INFO 2025-10-11 07:59:13,411 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:52709] INFO 2025-10-11 08:00:13,410 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52709] INFO 2025-10-11 08:01:13,409 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52709] INFO 2025-10-11 08:02:13,409 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52709] INFO 2025-10-11 08:03:13,325 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:52709] INFO 2025-10-11 08:03:13,332 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:54193] INFO 2025-10-11 08:04:13,319 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54193] INFO 2025-10-11 08:05:13,307 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:54193] INFO 2025-10-11 08:06:13,316 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54193] INFO 2025-10-11 08:07:13,314 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54193] INFO 2025-10-11 08:08:13,305 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55422] INFO 2025-10-11 08:08:13,309 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54193] INFO 2025-10-11 08:09:13,314 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:54193] INFO 2025-10-11 08:10:13,310 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54193] INFO 2025-10-11 08:11:13,307 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54193] INFO 2025-10-11 08:12:13,309 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54193] INFO 2025-10-11 08:13:13,309 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:54193] INFO 2025-10-11 08:14:13,315 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:54193] INFO 2025-10-11 08:14:13,321 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56899] INFO 2025-10-11 08:15:13,307 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56899] INFO 2025-10-11 08:16:13,305 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56899] INFO 2025-10-11 08:18:52,611 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:57638] INFO 2025-10-11 08:24:43,030 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:57909] INFO 2025-10-11 08:25:55,652 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:58181] INFO 2025-10-11 08:25:55,658 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:58180] INFO 2025-10-11 08:31:36,622 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:58450] INFO 2025-10-11 08:32:36,629 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:58732] INFO 2025-10-11 08:33:36,614 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:58979] INFO 2025-10-11 08:34:36,712 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:59228] INFO 2025-10-11 08:35:36,722 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59228] INFO 2025-10-11 08:36:36,733 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:59228] INFO 2025-10-11 08:36:36,738 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:59722] INFO 2025-10-11 08:37:36,722 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59722] INFO 2025-10-11 08:38:36,716 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59722] INFO 2025-10-11 08:39:36,711 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:59722] INFO 2025-10-11 08:40:36,723 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59722] INFO 2025-10-11 08:41:36,723 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59722] INFO 2025-10-11 08:42:36,724 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59722] INFO 2025-10-11 08:42:36,730 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61198] INFO 2025-10-11 08:43:36,724 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61198] INFO 2025-10-11 08:44:36,720 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61198] INFO 2025-10-11 08:45:36,725 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61198] INFO 2025-10-11 08:46:36,717 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61198] INFO 2025-10-11 08:47:36,727 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:62433] INFO 2025-10-11 08:47:36,733 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:61198] INFO 2025-10-11 08:48:36,715 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61198] INFO 2025-10-11 08:49:36,724 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:61198] INFO 2025-10-11 08:50:36,757 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:63176] INFO 2025-10-11 08:51:36,771 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:63176] INFO 2025-10-11 08:52:36,760 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:63176] INFO 2025-10-11 08:53:36,784 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.04, 127.0.0.1:63176] INFO 2025-10-11 08:53:36,790 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:63917] INFO 2025-10-11 08:54:36,768 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:63917] INFO 2025-10-11 08:55:36,760 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:63917] INFO 2025-10-11 08:56:36,771 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:63917] INFO 2025-10-11 08:57:36,771 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:63917] INFO 2025-10-11 08:58:36,778 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:65145] INFO 2025-10-11 08:58:36,784 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:63917] INFO 2025-10-11 08:59:36,759 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:63917] INFO 2025-10-11 09:00:36,781 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:63917] INFO 2025-10-11 09:01:36,771 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:63917] INFO 2025-10-11 09:02:36,773 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:63917] INFO 2025-10-11 09:03:36,768 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:49991] INFO 2025-10-11 09:04:36,781 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:49991] INFO 2025-10-11 09:04:36,788 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:50239] INFO 2025-10-11 09:05:36,794 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50239] INFO 2025-10-11 09:06:36,796 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50239] INFO 2025-10-11 09:07:36,790 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50239] INFO 2025-10-11 09:08:36,798 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50239] INFO 2025-10-11 09:09:36,802 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:51470] INFO 2025-10-11 09:09:36,807 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:50239] INFO 2025-10-11 09:10:36,798 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50239] INFO 2025-10-11 09:11:36,799 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50239] INFO 2025-10-11 09:12:36,801 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:50239] INFO 2025-10-11 09:13:36,802 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:50239] INFO 2025-10-11 09:14:36,813 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:50239] INFO 2025-10-11 09:15:36,809 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:50239] INFO 2025-10-11 09:15:36,815 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:52943] INFO 2025-10-11 09:16:36,799 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52943] INFO 2025-10-11 09:17:36,797 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52943] INFO 2025-10-11 09:18:36,805 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:52943] INFO 2025-10-11 09:19:36,804 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52943] INFO 2025-10-11 09:20:36,794 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:54178] INFO 2025-10-11 09:20:36,799 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:52943] INFO 2025-10-11 09:21:36,792 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:52943] INFO 2025-10-11 09:22:36,788 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52943] INFO 2025-10-11 09:23:36,788 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52943] INFO 2025-10-11 09:24:36,795 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:52943] INFO 2025-10-11 09:25:36,798 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:55405] INFO 2025-10-11 09:25:36,803 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:52943] INFO 2025-10-11 09:26:36,791 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52943] INFO 2025-10-11 09:27:36,792 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52943] INFO 2025-10-11 09:28:36,791 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52943] INFO 2025-10-11 09:29:36,790 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52943] INFO 2025-10-11 09:30:36,804 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:52943] INFO 2025-10-11 09:31:36,803 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:52943] INFO 2025-10-11 09:31:36,808 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56893] INFO 2025-10-11 09:32:36,789 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:56893] INFO 2025-10-11 09:34:43,521 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:57416] INFO 2025-10-11 09:35:43,519 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:57416] INFO 2025-10-11 09:36:43,506 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:57416] INFO 2025-10-11 09:37:43,516 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58154] INFO 2025-10-11 09:37:43,522 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:57416] INFO 2025-10-11 09:38:43,520 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:57416] INFO 2025-10-11 09:39:43,519 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:57416] INFO 2025-10-11 09:40:43,526 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:57416] INFO 2025-10-11 09:41:43,521 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:57416] INFO 2025-10-11 09:42:43,521 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:57416] INFO 2025-10-11 09:43:43,526 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:57416] INFO 2025-10-11 09:43:43,532 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:59642] INFO 2025-10-11 09:44:43,521 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:59642] INFO 2025-10-11 09:45:43,519 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59642] INFO 2025-10-11 09:46:43,518 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59642] INFO 2025-10-11 09:47:43,509 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:59642] INFO 2025-10-11 09:48:43,528 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:60871] INFO 2025-10-11 09:48:43,535 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:59642] INFO 2025-10-11 09:49:43,438 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:59642] INFO 2025-10-11 09:50:43,448 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59642] INFO 2025-10-11 09:51:43,446 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59642] INFO 2025-10-11 09:52:43,447 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59642] INFO 2025-10-11 09:53:43,446 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:59642] INFO 2025-10-11 09:54:43,452 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:59642] INFO 2025-10-11 09:54:43,458 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:62364] INFO 2025-10-11 09:55:43,445 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:62364] INFO 2025-10-11 09:56:43,445 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:62364] INFO 2025-10-11 09:57:43,444 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:62364] INFO 2025-10-11 09:58:43,443 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:62364] INFO 2025-10-11 09:59:43,440 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:63593] INFO 2025-10-11 09:59:43,447 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:62364] INFO 2025-10-11 10:00:43,441 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:62364] INFO 2025-10-11 10:01:43,432 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:62364] INFO 2025-10-11 10:02:43,434 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:62364] INFO 2025-10-11 10:03:43,442 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:62364] INFO 2025-10-11 10:04:43,454 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:64827] INFO 2025-10-11 10:05:43,463 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:64827] INFO 2025-10-11 10:05:43,469 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:65075] INFO 2025-10-11 10:06:43,455 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65075] INFO 2025-10-11 10:07:43,454 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65075] INFO 2025-10-11 10:08:43,454 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65075] INFO 2025-10-11 10:09:43,453 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65075] INFO 2025-10-11 10:10:43,447 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:49922] INFO 2025-10-11 10:10:43,452 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65075] INFO 2025-10-11 10:11:43,453 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65075] INFO 2025-10-11 10:12:43,453 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65075] INFO 2025-10-11 10:13:43,450 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65075] INFO 2025-10-11 10:14:43,460 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:65075] INFO 2025-10-11 10:15:43,455 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:51151] INFO 2025-10-11 10:15:43,461 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:65075] INFO 2025-10-11 10:16:43,452 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65075] INFO 2025-10-11 10:17:43,452 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65075] INFO 2025-10-11 10:18:43,451 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:65075] INFO 2025-10-11 10:19:43,456 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:65075] INFO 2025-10-11 10:20:43,443 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:65075] INFO 2025-10-11 10:21:43,455 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:65075] INFO 2025-10-11 10:21:43,459 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:52630] INFO 2025-10-11 10:22:43,458 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52630] INFO 2025-10-11 10:23:43,458 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:52630] INFO 2025-10-11 10:24:43,457 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52630] INFO 2025-10-11 10:25:43,457 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52630] INFO 2025-10-11 10:26:43,464 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:53857] INFO 2025-10-11 10:26:43,469 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:52630] INFO 2025-10-11 10:27:43,457 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52630] INFO 2025-10-11 10:28:43,455 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52630] INFO 2025-10-11 10:29:43,441 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.01, 127.0.0.1:52630] INFO 2025-10-11 10:30:43,449 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52630] INFO 2025-10-11 10:31:43,447 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:52630] INFO 2025-10-11 10:32:43,461 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:52630] INFO 2025-10-11 10:32:43,467 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:55331] INFO 2025-10-11 10:33:43,454 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.02, 127.0.0.1:55331] INFO 2025-10-11 10:53:17,530 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:55852] INFO 2025-10-11 12:13:29,069 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56153] INFO 2025-10-11 12:37:54,301 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:56414] INFO 2025-10-11 12:55:19,564 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56752] INFO 2025-10-11 12:55:35,927 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.04, 127.0.0.1:56752] INFO 2025-10-11 12:55:35,934 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.04, 127.0.0.1:56828] INFO 2025-10-11 12:55:51,934 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56828] INFO 2025-10-11 12:56:10,262 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/ 200 [0.03, 127.0.0.1:56828] INFO 2025-10-11 12:56:10,272 runserver 90928 6139473920 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:56752] INFO 2025-10-11 12:56:10,272 runserver 90928 6139473920 HTTP GET /static/css/custom.css 304 [0.00, 127.0.0.1:56828] INFO 2025-10-11 12:56:10,272 runserver 90928 6139473920 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:56998] INFO 2025-10-11 12:56:10,272 runserver 90928 6139473920 HTTP GET /static/js/custom.js 304 [0.00, 127.0.0.1:56999] INFO 2025-10-11 12:56:10,306 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56999] INFO 2025-10-11 12:56:40,344 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56999] INFO 2025-10-11 12:57:02,057 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/1/ 200 [0.02, 127.0.0.1:56999] INFO 2025-10-11 12:57:02,091 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56999] INFO 2025-10-11 12:57:10,335 runserver 90928 6139473920 HTTP GET /en/appointments/waiting-list/stats/ 200 [0.03, 127.0.0.1:56999] INFO 2025-10-11 12:57:18,161 runserver 90928 6139473920 HTTP GET /en/appointments/ 200 [0.07, 127.0.0.1:56999] INFO 2025-10-11 12:57:18,214 runserver 90928 6139473920 HTTP GET /en/appointments/stats/ 200 [0.03, 127.0.0.1:56999] INFO 2025-10-11 12:57:21,251 runserver 90928 6139473920 HTTP GET /en/appointments/calendar/ 200 [0.02, 127.0.0.1:56999] INFO 2025-10-11 12:57:21,316 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57327] INFO 2025-10-11 12:57:21,395 runserver 90928 6139473920 HTTP GET /en/appointments/calendar/events/?start=2025-10-05T00%3A00%3A00&end=2025-10-12T00%3A00%3A00 200 [0.11, 127.0.0.1:56999] INFO 2025-10-11 12:57:23,911 runserver 90928 6139473920 HTTP GET /en/appointments/5092/detail-card/ 200 [0.01, 127.0.0.1:56999] INFO 2025-10-11 12:57:27,710 runserver 90928 6139473920 HTTP GET /en/appointments/requests/5092/detail/ 200 [0.02, 127.0.0.1:56999] INFO 2025-10-11 12:57:27,748 runserver 90928 6139473920 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56999] INFO 2025-10-11 12:59:16,148 autoreload 51788 8782111040 Watching for file changes with StatReloader INFO 2025-10-11 12:59:16,474 server 51788 6109540352 HTTP/2 support enabled INFO 2025-10-11 12:59:16,474 server 51788 6109540352 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-11 12:59:16,475 server 51788 6109540352 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-11 12:59:19,477 runserver 51788 6109540352 HTTP GET /en/appointments/stats/ 200 [0.07, 127.0.0.1:57851] WARNING 2025-10-11 12:59:19,969 log 51788 6143193088 Not Found: /en/appointments/tslots WARNING 2025-10-11 12:59:19,969 runserver 51788 6109540352 HTTP GET /en/appointments/tslots 404 [0.10, 127.0.0.1:57851] ERROR 2025-10-11 12:59:20,659 log 51788 6143193088 Internal Server Error: /en/appointments/templates/1/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: appointments/templates/appointment_template_form.html ERROR 2025-10-11 12:59:20,662 runserver 51788 6109540352 HTTP GET /en/appointments/templates/1/update/ 500 [0.03, 127.0.0.1:57851] ERROR 2025-10-11 12:59:26,224 log 51788 6143193088 Internal Server Error: /en/appointments/templates/1/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: appointments/templates/appointment_template_form.html ERROR 2025-10-11 12:59:26,226 runserver 51788 6109540352 HTTP GET /en/appointments/templates/1/update/ 500 [0.03, 127.0.0.1:57851] ERROR 2025-10-11 12:59:26,961 log 51788 6143193088 Internal Server Error: /en/appointments/templates/1/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: appointments/templates/appointment_template_form.html ERROR 2025-10-11 12:59:26,962 runserver 51788 6109540352 HTTP GET /en/appointments/templates/1/update/ 500 [0.03, 127.0.0.1:57851] INFO 2025-10-11 12:59:32,680 runserver 51788 6109540352 HTTP GET /en/appointments/templates/ 200 [0.04, 127.0.0.1:57851] INFO 2025-10-11 12:59:32,725 runserver 51788 6109540352 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57851] INFO 2025-10-11 12:59:35,959 runserver 51788 6109540352 HTTP GET /en/appointments/templates/1/ 200 [0.02, 127.0.0.1:57851] INFO 2025-10-11 12:59:35,998 runserver 51788 6109540352 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57851] ERROR 2025-10-11 12:59:50,618 log 51788 6143193088 Internal Server Error: /en/appointments/templates/1/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: appointments/templates/appointment_template_form.html ERROR 2025-10-11 12:59:50,620 runserver 51788 6109540352 HTTP GET /en/appointments/templates/1/update/ 500 [0.03, 127.0.0.1:57851] INFO 2025-10-11 13:05:26,189 runserver 51788 6109540352 HTTP GET /en/appointments/templates/1/update/ 200 [0.01, 127.0.0.1:59413] INFO 2025-10-11 13:05:26,225 runserver 51788 6109540352 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59413] INFO 2025-10-11 13:06:08,067 runserver 51788 6109540352 HTTP GET /en/appointments/templates/ 200 [0.02, 127.0.0.1:59413] INFO 2025-10-11 13:06:08,110 runserver 51788 6109540352 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59413] INFO 2025-10-11 13:07:09,097 runserver 51788 6109540352 HTTP GET /en/appointments/templates/ 200 [0.02, 127.0.0.1:59844] INFO 2025-10-11 13:07:09,145 runserver 51788 6109540352 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59844] INFO 2025-10-11 13:07:31,872 runserver 51788 6109540352 HTTP GET /en/appointments/templates/ 200 [0.01, 127.0.0.1:59844] INFO 2025-10-11 13:07:31,911 runserver 51788 6109540352 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59844] INFO 2025-10-11 13:10:07,936 runserver 51788 6109540352 HTTP GET /en/appointments/templates/ 200 [0.03, 127.0.0.1:60587] INFO 2025-10-11 13:10:07,990 runserver 51788 6109540352 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60587] INFO 2025-10-11 13:10:58,279 runserver 51788 6109540352 HTTP GET /en/appointments/templates/ 200 [0.01, 127.0.0.1:60587] INFO 2025-10-11 13:10:58,320 runserver 51788 6109540352 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60587] INFO 2025-10-11 13:12:37,271 runserver 51788 6109540352 HTTP GET /en/appointments/templates/ 200 [0.03, 127.0.0.1:61240] INFO 2025-10-11 13:12:37,320 runserver 51788 6109540352 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61240] INFO 2025-10-11 13:13:13,362 runserver 51788 6109540352 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61240] INFO 2025-10-11 13:13:16,699 runserver 51788 6109540352 HTTP GET /en/appointments/templates/1/ 200 [0.02, 127.0.0.1:61240] INFO 2025-10-11 13:13:16,738 runserver 51788 6109540352 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61240] INFO 2025-10-11 13:14:25,852 runserver 51788 6109540352 HTTP GET /en/appointments/templates/1/ 200 [0.02, 127.0.0.1:61732] INFO 2025-10-11 13:14:25,896 runserver 51788 6109540352 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61732] INFO 2025-10-11 13:15:16,925 runserver 51788 6109540352 HTTP GET /en/appointments/templates/1/ 200 [0.01, 127.0.0.1:61732] INFO 2025-10-11 13:15:16,958 runserver 51788 6109540352 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61732] INFO 2025-10-11 13:15:51,058 runserver 51788 6109540352 HTTP GET /en/appointments/templates/1/ 200 [0.01, 127.0.0.1:61732] INFO 2025-10-11 13:15:51,096 runserver 51788 6109540352 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61732] INFO 2025-10-11 13:19:50,966 autoreload 51788 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-10-11 13:19:51,663 autoreload 61801 8782111040 Watching for file changes with StatReloader INFO 2025-10-11 13:19:51,999 server 61801 6112686080 HTTP/2 support enabled INFO 2025-10-11 13:19:52,000 server 61801 6112686080 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-11 13:19:52,000 server 61801 6112686080 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-11 13:19:52,443 runserver 61801 6112686080 HTTP GET /en/appointments/templates/1/ 200 [0.13, 127.0.0.1:63115] INFO 2025-10-11 13:19:52,481 runserver 61801 6112686080 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63115] INFO 2025-10-11 13:20:01,077 runserver 61801 6112686080 HTTP GET /en/appointments/templates/ 200 [0.03, 127.0.0.1:63115] INFO 2025-10-11 13:20:14,632 runserver 61801 6112686080 HTTP GET /en/appointments/templates/1/update/ 200 [0.03, 127.0.0.1:63115] ERROR 2025-10-11 13:20:17,183 log 61801 6146338816 Internal Server Error: /en/appointments/provider/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 3830, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 3847, in get_context_data ).filter( ^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1503, in build_filter return self._add_q( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'provider' into field. Choices are: average_service_time_minutes, configuration, created_at, created_by, created_by_id, description, id, is_accepting_patients, is_active, location, max_queue_size, metrics, name, operating_hours, priority_weights, providers, queue_entries, queue_id, queue_type, specialty, tenant, tenant_id, updated_at ERROR 2025-10-11 13:20:17,188 runserver 61801 6112686080 HTTP GET /en/appointments/provider/queue/ 500 [0.05, 127.0.0.1:63115] ERROR 2025-10-11 13:20:18,932 log 61801 6146338816 Internal Server Error: /en/appointments/provider/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 3830, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 3847, in get_context_data ).filter( ^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1503, in build_filter return self._add_q( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'provider' into field. Choices are: average_service_time_minutes, configuration, created_at, created_by, created_by_id, description, id, is_accepting_patients, is_active, location, max_queue_size, metrics, name, operating_hours, priority_weights, providers, queue_entries, queue_id, queue_type, specialty, tenant, tenant_id, updated_at ERROR 2025-10-11 13:20:18,934 runserver 61801 6112686080 HTTP GET /en/appointments/provider/queue/ 500 [0.02, 127.0.0.1:63115] INFO 2025-10-11 13:21:45,256 autoreload 61801 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-10-11 13:21:45,913 autoreload 62738 8782111040 Watching for file changes with StatReloader INFO 2025-10-11 13:21:46,238 server 62738 6179614720 HTTP/2 support enabled INFO 2025-10-11 13:21:46,238 server 62738 6179614720 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-11 13:21:46,238 server 62738 6179614720 Listening on TCP address 127.0.0.1:8000 ERROR 2025-10-11 13:21:46,902 log 62738 6213267456 Internal Server Error: /en/appointments/provider/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 3830, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 3848, in get_context_data Q(providers=providers) | Q(providers__isnull=True) ^^^^^^^^^ NameError: name 'providers' is not defined. Did you mean: 'provider'? ERROR 2025-10-11 13:21:46,906 runserver 62738 6179614720 HTTP GET /en/appointments/provider/queue/ 500 [0.04, 127.0.0.1:63595] ERROR 2025-10-11 13:21:48,863 log 62738 6213267456 Internal Server Error: /en/appointments/provider/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 3830, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 3848, in get_context_data Q(providers=providers) | Q(providers__isnull=True) ^^^^^^^^^ NameError: name 'providers' is not defined. Did you mean: 'provider'? ERROR 2025-10-11 13:21:48,865 runserver 62738 6179614720 HTTP GET /en/appointments/provider/queue/ 500 [0.03, 127.0.0.1:63595] INFO 2025-10-11 13:22:20,832 autoreload 62738 8782111040 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-10-11 13:22:21,499 autoreload 62994 8782111040 Watching for file changes with StatReloader INFO 2025-10-11 13:22:21,980 server 62994 6188396544 HTTP/2 support enabled INFO 2025-10-11 13:22:21,980 server 62994 6188396544 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-11 13:22:21,981 server 62994 6188396544 Listening on TCP address 127.0.0.1:8000 ERROR 2025-10-11 13:22:22,252 log 62994 6222049280 Internal Server Error: /en/appointments/provider/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '='WAITING'.count' from 'q.queue_entries.filter.status='WAITING'.count' ERROR 2025-10-11 13:22:22,259 runserver 62994 6188396544 HTTP GET /en/appointments/provider/queue/ 500 [0.19, 127.0.0.1:63744] ERROR 2025-10-11 13:22:24,169 log 62994 6222049280 Internal Server Error: /en/appointments/provider/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '='WAITING'.count' from 'q.queue_entries.filter.status='WAITING'.count' ERROR 2025-10-11 13:22:24,172 runserver 62994 6188396544 HTTP GET /en/appointments/provider/queue/ 500 [0.03, 127.0.0.1:63744] ERROR 2025-10-11 13:23:23,799 log 62994 6222049280 Internal Server Error: /en/appointments/provider/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'complete_queue_entry' not found. 'complete_queue_entry' is not a valid view function or pattern name. ERROR 2025-10-11 13:23:23,802 runserver 62994 6188396544 HTTP GET /en/appointments/provider/queue/ 500 [0.15, 127.0.0.1:63744] ERROR 2025-10-11 13:23:25,225 log 62994 6222049280 Internal Server Error: /en/appointments/provider/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'complete_queue_entry' not found. 'complete_queue_entry' is not a valid view function or pattern name. ERROR 2025-10-11 13:23:25,227 runserver 62994 6188396544 HTTP GET /en/appointments/provider/queue/ 500 [0.08, 127.0.0.1:63744] INFO 2025-10-11 13:23:45,996 runserver 62994 6188396544 HTTP GET /en/appointments/provider/queue/ 200 [0.02, 127.0.0.1:63744] INFO 2025-10-11 13:23:46,053 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63744] INFO 2025-10-11 13:23:53,412 runserver 62994 6188396544 HTTP GET /en/appointments/provider/queue/ 200 [0.03, 127.0.0.1:63744] INFO 2025-10-11 13:23:53,452 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63744] INFO 2025-10-11 13:26:51,786 runserver 62994 6188396544 HTTP GET /en/appointments/provider/queue/ 200 [0.02, 127.0.0.1:64924] INFO 2025-10-11 13:26:51,817 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64924] INFO 2025-10-11 13:26:53,000 runserver 62994 6188396544 HTTP GET /en/appointments/provider/queue/ 200 [0.01, 127.0.0.1:64924] INFO 2025-10-11 13:26:53,029 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64924] INFO 2025-10-11 13:27:08,394 runserver 62994 6188396544 HTTP GET /en/appointments/provider/queue/ 200 [0.03, 127.0.0.1:64924] INFO 2025-10-11 13:27:08,435 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64924] INFO 2025-10-11 13:27:34,548 runserver 62994 6188396544 HTTP GET /en/appointments/provider/queue/ 200 [0.02, 127.0.0.1:64924] INFO 2025-10-11 13:27:34,587 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64924] INFO 2025-10-11 13:28:23,229 runserver 62994 6188396544 HTTP GET /en/appointments/provider/queue/ 200 [0.02, 127.0.0.1:64924] INFO 2025-10-11 13:28:23,260 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64924] INFO 2025-10-11 13:28:34,962 runserver 62994 6188396544 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:64924] INFO 2025-10-11 13:28:35,010 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64924] INFO 2025-10-11 13:29:02,639 runserver 62994 6188396544 HTTP GET /en/appointments/provider/queue/?queue_id=9 200 [0.02, 127.0.0.1:64924] INFO 2025-10-11 13:29:02,672 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64924] INFO 2025-10-11 13:29:07,664 runserver 62994 6188396544 HTTP GET /en/appointments/provider/queue/?queue_id=14 200 [0.02, 127.0.0.1:64924] INFO 2025-10-11 13:29:07,698 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64924] INFO 2025-10-11 13:29:13,905 runserver 62994 6188396544 HTTP GET /en/appointments/provider/queue/?queue_id=3 200 [0.03, 127.0.0.1:64924] INFO 2025-10-11 13:29:13,939 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64924] INFO 2025-10-11 13:29:19,180 runserver 62994 6188396544 HTTP GET /en/appointments/provider/schedule/daily/ 200 [0.03, 127.0.0.1:64924] INFO 2025-10-11 13:29:19,223 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64924] INFO 2025-10-11 13:34:13,956 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:50430] INFO 2025-10-11 13:37:22,839 runserver 62994 6188396544 HTTP GET /en/appointments/provider/queue/?queue_id=3 200 [0.03, 127.0.0.1:51216] INFO 2025-10-11 13:37:22,849 runserver 62994 6188396544 HTTP GET /static/img/logo/tenhal.svg 200 [0.00, 127.0.0.1:51216] INFO 2025-10-11 13:37:22,877 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51216] INFO 2025-10-11 13:38:01,621 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:51217] INFO 2025-10-11 13:38:01,632 runserver 62994 6188396544 HTTP GET /en/appointments/provider/schedule/daily/ 200 [0.04, 127.0.0.1:51216] INFO 2025-10-11 13:38:01,664 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51216] INFO 2025-10-11 13:38:32,879 runserver 62994 6188396544 HTTP GET /en/appointments/provider/schedule/daily/ 200 [0.02, 127.0.0.1:51216] INFO 2025-10-11 13:38:32,921 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51216] INFO 2025-10-11 13:39:01,563 runserver 62994 6188396544 HTTP GET / 302 [0.01, 127.0.0.1:51216] INFO 2025-10-11 13:39:01,592 runserver 62994 6188396544 HTTP GET /en/ 200 [0.03, 127.0.0.1:51216] INFO 2025-10-11 13:39:01,646 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:51216] INFO 2025-10-11 13:39:01,653 runserver 62994 6188396544 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:51646] INFO 2025-10-11 13:39:01,669 runserver 62994 6188396544 HTTP GET /en/htmx/dashboard-stats/ 200 [0.05, 127.0.0.1:51217] INFO 2025-10-11 13:39:26,951 runserver 62994 6188396544 HTTP GET /en/emr/ 200 [0.03, 127.0.0.1:51217] INFO 2025-10-11 13:39:26,981 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51217] INFO 2025-10-11 13:39:27,011 runserver 62994 6188396544 HTTP GET /en/emr/stats/ 200 [0.04, 127.0.0.1:51646] INFO 2025-10-11 13:39:46,559 runserver 62994 6188396544 HTTP GET /en/emr/ 200 [0.04, 127.0.0.1:51646] INFO 2025-10-11 13:39:46,613 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:51646] INFO 2025-10-11 13:39:46,646 runserver 62994 6188396544 HTTP GET /en/emr/stats/ 200 [0.05, 127.0.0.1:51217] INFO 2025-10-11 13:40:29,877 runserver 62994 6188396544 HTTP GET /en/emr/ 200 [0.02, 127.0.0.1:51217] INFO 2025-10-11 13:40:29,925 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:51217] INFO 2025-10-11 13:40:29,956 runserver 62994 6188396544 HTTP GET /en/emr/stats/ 200 [0.05, 127.0.0.1:51646] INFO 2025-10-11 13:40:51,171 runserver 62994 6188396544 HTTP GET /en/emr/encounters/987/ 200 [0.05, 127.0.0.1:51646] INFO 2025-10-11 13:40:51,213 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51646] INFO 2025-10-11 13:40:58,779 runserver 62994 6188396544 HTTP GET /en/emr/care-plans/30/ 200 [0.03, 127.0.0.1:51646] INFO 2025-10-11 13:40:58,822 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51646] INFO 2025-10-11 13:41:57,904 runserver 62994 6188396544 HTTP GET /en/emr/care-plans/30/ 200 [0.03, 127.0.0.1:51646] INFO 2025-10-11 13:41:57,949 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51646] INFO 2025-10-11 13:42:57,092 runserver 62994 6188396544 HTTP GET /en/emr/care-plans/30/ 200 [0.03, 127.0.0.1:51646] INFO 2025-10-11 13:42:57,134 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51646] INFO 2025-10-11 13:43:56,668 runserver 62994 6188396544 HTTP GET /en/emr/encounter/987/problem/add/ 200 [0.03, 127.0.0.1:51646] INFO 2025-10-11 13:44:08,741 runserver 62994 6188396544 HTTP GET /en/emr/encounter/987/problem/add/ 200 [0.02, 127.0.0.1:51646] INFO 2025-10-11 13:44:16,427 runserver 62994 6188396544 HTTP GET /en/emr/encounter/987/problem/add/ 200 [0.02, 127.0.0.1:51646] WARNING 2025-10-11 13:44:24,604 log 62994 6222049280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-11 13:44:24,604 runserver 62994 6188396544 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:51646] INFO 2025-10-11 13:45:51,207 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53358] INFO 2025-10-11 13:49:26,601 runserver 62994 6188396544 HTTP GET /en/emr/encounters/987/ 200 [0.03, 127.0.0.1:54265] WARNING 2025-10-11 13:49:26,615 log 62994 6222049280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-11 13:49:26,615 runserver 62994 6188396544 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:54265] WARNING 2025-10-11 13:49:26,677 runserver 62994 6188396544 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:54266] WARNING 2025-10-11 13:49:26,681 runserver 62994 6188396544 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:54266] INFO 2025-10-11 13:49:26,682 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54265] INFO 2025-10-11 13:49:30,597 runserver 62994 6188396544 HTTP GET /en/emr/encounter/987/problem/add/ 200 [0.02, 127.0.0.1:54265] INFO 2025-10-11 13:49:34,856 runserver 62994 6188396544 HTTP GET /en/emr/api/icd10-search/?q=ar 200 [0.01, 127.0.0.1:54265] INFO 2025-10-11 13:49:36,314 runserver 62994 6188396544 HTTP GET /en/emr/api/icd10-search/?q=arth 200 [0.01, 127.0.0.1:54265] INFO 2025-10-11 13:49:46,374 runserver 62994 6188396544 HTTP GET /en/emr/api/icd10-search/?q=ar 200 [0.02, 127.0.0.1:54265] INFO 2025-10-11 13:49:47,452 runserver 62994 6188396544 HTTP GET /en/emr/api/icd10-search/?q=au 200 [0.01, 127.0.0.1:54265] INFO 2025-10-11 13:49:50,713 runserver 62994 6188396544 HTTP GET /en/emr/api/icd10-search/?q=aut 200 [0.02, 127.0.0.1:54265] INFO 2025-10-11 13:49:51,568 runserver 62994 6188396544 HTTP GET /en/emr/api/icd10-search/?q=auti 200 [0.03, 127.0.0.1:54265] INFO 2025-10-11 13:50:23,809 runserver 62994 6188396544 HTTP POST /en/emr/encounter/987/problem/add/ 302 [0.02, 127.0.0.1:54265] INFO 2025-10-11 13:50:23,841 runserver 62994 6188396544 HTTP GET /en/emr/encounters/987/ 200 [0.03, 127.0.0.1:54265] WARNING 2025-10-11 13:50:23,852 log 62994 6222049280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-11 13:50:23,852 runserver 62994 6188396544 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:54265] INFO 2025-10-11 13:50:23,909 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54265] WARNING 2025-10-11 13:50:23,911 runserver 62994 6188396544 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:54266] WARNING 2025-10-11 13:50:23,913 runserver 62994 6188396544 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:54266] INFO 2025-10-11 13:50:36,961 runserver 62994 6188396544 HTTP GET /en/emr/problems/142/ 200 [0.02, 127.0.0.1:54266] INFO 2025-10-11 13:50:37,002 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54266] INFO 2025-10-11 13:51:28,823 runserver 62994 6188396544 HTTP GET /en/emr/problems/142/ 200 [0.02, 127.0.0.1:54776] INFO 2025-10-11 13:51:28,857 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54776] INFO 2025-10-11 13:52:03,961 runserver 62994 6188396544 HTTP GET /en/emr/notes/824/ 200 [0.02, 127.0.0.1:54776] INFO 2025-10-11 13:52:03,999 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54776] WARNING 2025-10-11 13:52:37,193 log 62994 6205222912 Method Not Allowed (POST): /en/emr/notes/824/ WARNING 2025-10-11 13:52:37,194 runserver 62994 6188396544 HTTP POST /en/emr/notes/824/ 405 [0.01, 127.0.0.1:54776] INFO 2025-10-11 13:52:43,419 runserver 62994 6188396544 HTTP GET /en/emr/encounters/987/ 200 [0.04, 127.0.0.1:54776] INFO 2025-10-11 13:52:43,450 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54776] INFO 2025-10-11 13:52:51,184 runserver 62994 6188396544 HTTP GET /en/emr/notes/824/ 200 [0.02, 127.0.0.1:54776] INFO 2025-10-11 13:52:51,208 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54776] INFO 2025-10-11 13:57:51,223 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56459] INFO 2025-10-11 14:02:51,221 runserver 62994 6188396544 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:57768] INFO 2025-10-11 14:39:41,612 autoreload 460 8782111040 Watching for file changes with StatReloader INFO 2025-10-11 14:39:41,996 server 460 6119829504 HTTP/2 support enabled INFO 2025-10-11 14:39:41,996 server 460 6119829504 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-11 14:39:41,996 server 460 6119829504 Listening on TCP address 127.0.0.1:8000 WARNING 2025-10-11 14:39:44,214 log 460 6153482240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-11 14:39:44,216 runserver 460 6119829504 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.12, 127.0.0.1:50877] WARNING 2025-10-11 14:39:44,216 runserver 460 6119829504 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50879] WARNING 2025-10-11 14:39:44,219 runserver 460 6119829504 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50879] INFO 2025-10-11 14:39:44,230 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:50878] INFO 2025-10-11 14:39:44,987 runserver 460 6119829504 HTTP GET /en/emr/encounters/987/ 200 [0.08, 127.0.0.1:50878] WARNING 2025-10-11 14:39:44,997 log 460 6153482240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-11 14:39:44,997 runserver 460 6119829504 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:50878] INFO 2025-10-11 14:39:45,056 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50878] WARNING 2025-10-11 14:39:45,059 runserver 460 6119829504 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50878] WARNING 2025-10-11 14:39:45,063 runserver 460 6119829504 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50878] INFO 2025-10-11 14:39:54,623 runserver 460 6119829504 HTTP GET /en/emr/encounters/987/ 200 [0.03, 127.0.0.1:50878] INFO 2025-10-11 14:39:54,634 runserver 460 6119829504 HTTP GET /static/css/vendor.min.css 200 [0.00, 127.0.0.1:50878] INFO 2025-10-11 14:39:54,635 runserver 460 6119829504 HTTP GET /static/css/custom.css 200 [0.00, 127.0.0.1:50877] INFO 2025-10-11 14:39:54,636 runserver 460 6119829504 HTTP GET /static/plugins/toastr/toastr.css 200 [0.00, 127.0.0.1:50928] INFO 2025-10-11 14:39:54,637 runserver 460 6119829504 HTTP GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css 200 [0.00, 127.0.0.1:50930] INFO 2025-10-11 14:39:54,637 runserver 460 6119829504 HTTP GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css 200 [0.00, 127.0.0.1:50929] INFO 2025-10-11 14:39:54,637 runserver 460 6119829504 HTTP GET /static/css/default/app.min.css 200 [0.01, 127.0.0.1:50879] INFO 2025-10-11 14:39:54,642 runserver 460 6119829504 HTTP GET /static/js/htmx.min.js 200 [0.00, 127.0.0.1:50928] WARNING 2025-10-11 14:39:54,643 log 460 6304919552 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-10-11 14:39:54,643 runserver 460 6119829504 HTTP GET /static/plugins/lity/dist/lity.min.css 200 [0.01, 127.0.0.1:50877] INFO 2025-10-11 14:39:54,644 runserver 460 6119829504 HTTP GET /static/img/logo/tenhal.svg 200 [0.01, 127.0.0.1:50929] INFO 2025-10-11 14:39:54,644 runserver 460 6119829504 HTTP GET /static/plugins/select2/dist/css/select2.min.css 200 [0.01, 127.0.0.1:50878] WARNING 2025-10-11 14:39:54,644 runserver 460 6119829504 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:50930] INFO 2025-10-11 14:39:54,646 runserver 460 6119829504 HTTP GET /static/img/user/user-12.jpg 200 [0.01, 127.0.0.1:50879] INFO 2025-10-11 14:39:54,648 runserver 460 6119829504 HTTP GET /static/css/saudiriyalsymbol.woff2 200 [0.00, 127.0.0.1:50928] INFO 2025-10-11 14:39:54,649 runserver 460 6119829504 HTTP GET /static/plugins/toastr/toastr.min.js 200 [0.00, 127.0.0.1:50878] INFO 2025-10-11 14:39:54,650 runserver 460 6119829504 HTTP GET /static/js/app.min.js 200 [0.00, 127.0.0.1:50930] INFO 2025-10-11 14:39:54,650 runserver 460 6119829504 HTTP GET /static/webfonts/fa-solid-900.woff2 200 [0.01, 127.0.0.1:50877] INFO 2025-10-11 14:39:54,651 runserver 460 6119829504 HTTP GET /static/js/custom.js 200 [0.00, 127.0.0.1:50879] INFO 2025-10-11 14:39:54,652 runserver 460 6119829504 HTTP GET /static/js/vendor.min.js 200 [0.01, 127.0.0.1:50929] INFO 2025-10-11 14:39:54,653 runserver 460 6119829504 HTTP GET /static/plugins/datatables.net/js/dataTables.min.js 200 [0.00, 127.0.0.1:50928] INFO 2025-10-11 14:39:54,656 runserver 460 6119829504 HTTP GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js 200 [0.01, 127.0.0.1:50878] INFO 2025-10-11 14:39:54,657 runserver 460 6119829504 HTTP GET /static/plugins/lity/dist/lity.min.js 200 [0.01, 127.0.0.1:50877] INFO 2025-10-11 14:39:54,658 runserver 460 6119829504 HTTP GET /static/plugins/select2/dist/js/select2.min.js 200 [0.01, 127.0.0.1:50930] INFO 2025-10-11 14:39:54,658 runserver 460 6119829504 HTTP GET /static/plugins/moment/moment.js 200 [0.01, 127.0.0.1:50879] INFO 2025-10-11 14:39:54,658 runserver 460 6119829504 HTTP GET /static/img/theme/default.jpg 200 [0.00, 127.0.0.1:50928] INFO 2025-10-11 14:39:54,660 runserver 460 6119829504 HTTP GET /static/img/theme/transparent.jpg 200 [0.00, 127.0.0.1:50929] INFO 2025-10-11 14:39:54,662 runserver 460 6119829504 HTTP GET /static/img/theme/material.jpg 200 [0.00, 127.0.0.1:50877] INFO 2025-10-11 14:39:54,663 runserver 460 6119829504 HTTP GET /static/img/theme/apple.jpg 200 [0.01, 127.0.0.1:50878] INFO 2025-10-11 14:39:54,663 runserver 460 6119829504 HTTP GET /static/img/theme/facebook.jpg 200 [0.00, 127.0.0.1:50930] INFO 2025-10-11 14:39:54,664 runserver 460 6119829504 HTTP GET /static/img/theme/google.jpg 200 [0.00, 127.0.0.1:50879] INFO 2025-10-11 14:39:54,665 runserver 460 6119829504 HTTP GET /static/img/version/html.jpg 200 [0.00, 127.0.0.1:50929] INFO 2025-10-11 14:39:54,666 runserver 460 6119829504 HTTP GET /static/img/version/ajax.jpg 200 [0.00, 127.0.0.1:50928] INFO 2025-10-11 14:39:54,667 runserver 460 6119829504 HTTP GET /static/img/version/angular1x.jpg 200 [0.00, 127.0.0.1:50877] INFO 2025-10-11 14:39:54,668 runserver 460 6119829504 HTTP GET /static/img/version/angular10x.jpg 200 [0.00, 127.0.0.1:50878] INFO 2025-10-11 14:39:54,669 runserver 460 6119829504 HTTP GET /static/img/version/svelte.jpg 200 [0.00, 127.0.0.1:50930] INFO 2025-10-11 14:39:54,669 runserver 460 6119829504 HTTP GET /static/img/version/laravel.jpg 200 [0.00, 127.0.0.1:50879] INFO 2025-10-11 14:39:54,670 runserver 460 6119829504 HTTP GET /static/img/version/django.jpg 200 [0.00, 127.0.0.1:50929] INFO 2025-10-11 14:39:54,671 runserver 460 6119829504 HTTP GET /static/img/version/vuejs.jpg 200 [0.00, 127.0.0.1:50928] INFO 2025-10-11 14:39:54,672 runserver 460 6119829504 HTTP GET /static/img/version/dotnet.jpg 200 [0.00, 127.0.0.1:50877] INFO 2025-10-11 14:39:54,673 runserver 460 6119829504 HTTP GET /static/img/version/reactjs.jpg 200 [0.00, 127.0.0.1:50878] INFO 2025-10-11 14:39:54,674 runserver 460 6119829504 HTTP GET /static/img/theme/e-commerce.jpg 200 [0.00, 127.0.0.1:50929] INFO 2025-10-11 14:39:54,674 runserver 460 6119829504 HTTP GET /static/img/theme/one-page-parallax.jpg 200 [0.00, 127.0.0.1:50879] INFO 2025-10-11 14:39:54,674 runserver 460 6119829504 HTTP GET /static/img/version/nextjs.jpg 200 [0.00, 127.0.0.1:50930] INFO 2025-10-11 14:39:54,675 runserver 460 6119829504 HTTP GET /static/img/theme/blog.jpg 200 [0.00, 127.0.0.1:50928] INFO 2025-10-11 14:39:54,676 runserver 460 6119829504 HTTP GET /static/img/theme/corporate.jpg 200 [0.00, 127.0.0.1:50877] INFO 2025-10-11 14:39:54,676 runserver 460 6119829504 HTTP GET /static/img/theme/forum.jpg 200 [0.00, 127.0.0.1:50878] INFO 2025-10-11 14:39:54,861 runserver 460 6119829504 HTTP GET /static/css/default/app.min.css.map 200 [0.00, 127.0.0.1:50878] WARNING 2025-10-11 14:39:54,868 runserver 460 6119829504 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50878] WARNING 2025-10-11 14:39:54,870 runserver 460 6119829504 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:50878] INFO 2025-10-11 14:39:54,877 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50877] WARNING 2025-10-11 14:39:54,989 log 460 6288093184 Not Found: /favicon.ico WARNING 2025-10-11 14:39:54,990 runserver 460 6119829504 HTTP GET /favicon.ico 404 [0.00, 127.0.0.1:50877] INFO 2025-10-11 14:42:31,767 runserver 460 6119829504 HTTP GET /en/emr/encounters/987/ 200 [0.04, 127.0.0.1:51594] WARNING 2025-10-11 14:42:31,778 log 460 6153482240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-11 14:42:31,778 runserver 460 6119829504 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:51594] WARNING 2025-10-11 14:42:31,852 runserver 460 6119829504 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51594] INFO 2025-10-11 14:42:31,858 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51595] WARNING 2025-10-11 14:42:31,861 runserver 460 6119829504 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51594] INFO 2025-10-11 14:42:33,281 runserver 460 6119829504 HTTP GET /en/emr/encounters/987/ 200 [0.04, 127.0.0.1:51594] WARNING 2025-10-11 14:42:33,292 log 460 6153482240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-11 14:42:33,296 runserver 460 6119829504 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:51594] INFO 2025-10-11 14:42:33,345 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51594] WARNING 2025-10-11 14:42:33,348 runserver 460 6119829504 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51595] WARNING 2025-10-11 14:42:33,350 runserver 460 6119829504 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51595] INFO 2025-10-11 14:42:35,823 runserver 460 6119829504 HTTP GET /en/emr/encounters/987/ 200 [0.02, 127.0.0.1:51595] INFO 2025-10-11 14:42:35,832 runserver 460 6119829504 HTTP GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css 200 [0.00, 127.0.0.1:51617] INFO 2025-10-11 14:42:35,833 runserver 460 6119829504 HTTP GET /static/plugins/toastr/toastr.css 200 [0.00, 127.0.0.1:51616] INFO 2025-10-11 14:42:35,833 runserver 460 6119829504 HTTP GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css 200 [0.00, 127.0.0.1:51618] INFO 2025-10-11 14:42:35,833 runserver 460 6119829504 HTTP GET /static/css/vendor.min.css 200 [0.01, 127.0.0.1:51595] INFO 2025-10-11 14:42:35,834 runserver 460 6119829504 HTTP GET /static/css/custom.css 200 [0.00, 127.0.0.1:51615] INFO 2025-10-11 14:42:35,835 runserver 460 6119829504 HTTP GET /static/css/default/app.min.css 200 [0.01, 127.0.0.1:51594] INFO 2025-10-11 14:42:35,838 runserver 460 6119829504 HTTP GET /static/plugins/select2/dist/css/select2.min.css 200 [0.00, 127.0.0.1:51617] INFO 2025-10-11 14:42:35,838 runserver 460 6119829504 HTTP GET /static/js/htmx.min.js 200 [0.00, 127.0.0.1:51618] INFO 2025-10-11 14:42:35,838 runserver 460 6119829504 HTTP GET /static/plugins/lity/dist/lity.min.css 200 [0.00, 127.0.0.1:51616] INFO 2025-10-11 14:42:35,839 runserver 460 6119829504 HTTP GET /static/img/user/user-12.jpg 200 [0.00, 127.0.0.1:51615] INFO 2025-10-11 14:42:35,839 runserver 460 6119829504 HTTP GET /static/img/logo/tenhal.svg 200 [0.00, 127.0.0.1:51595] WARNING 2025-10-11 14:42:35,843 log 460 6288093184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-11 14:42:35,844 runserver 460 6119829504 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:51594] INFO 2025-10-11 14:42:35,844 runserver 460 6119829504 HTTP GET /static/js/app.min.js 200 [0.00, 127.0.0.1:51618] INFO 2025-10-11 14:42:35,845 runserver 460 6119829504 HTTP GET /static/plugins/toastr/toastr.min.js 200 [0.00, 127.0.0.1:51595] INFO 2025-10-11 14:42:35,845 runserver 460 6119829504 HTTP GET /static/webfonts/fa-solid-900.woff2 200 [0.01, 127.0.0.1:51616] INFO 2025-10-11 14:42:35,845 runserver 460 6119829504 HTTP GET /static/js/custom.js 200 [0.00, 127.0.0.1:51615] INFO 2025-10-11 14:42:35,846 runserver 460 6119829504 HTTP GET /static/js/vendor.min.js 200 [0.01, 127.0.0.1:51617] INFO 2025-10-11 14:42:35,850 runserver 460 6119829504 HTTP GET /static/plugins/datatables.net/js/dataTables.min.js 200 [0.00, 127.0.0.1:51594] INFO 2025-10-11 14:42:35,851 runserver 460 6119829504 HTTP GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js 200 [0.01, 127.0.0.1:51618] INFO 2025-10-11 14:42:35,851 runserver 460 6119829504 HTTP GET /static/plugins/lity/dist/lity.min.js 200 [0.00, 127.0.0.1:51615] INFO 2025-10-11 14:42:35,852 runserver 460 6119829504 HTTP GET /static/plugins/moment/moment.js 200 [0.00, 127.0.0.1:51616] INFO 2025-10-11 14:42:35,852 runserver 460 6119829504 HTTP GET /static/plugins/select2/dist/js/select2.min.js 200 [0.00, 127.0.0.1:51595] INFO 2025-10-11 14:42:35,855 runserver 460 6119829504 HTTP GET /static/img/theme/default.jpg 200 [0.00, 127.0.0.1:51594] INFO 2025-10-11 14:42:35,856 runserver 460 6119829504 HTTP GET /static/css/saudiriyalsymbol.woff2 200 [0.00, 127.0.0.1:51617] INFO 2025-10-11 14:42:35,858 runserver 460 6119829504 HTTP GET /static/img/theme/apple.jpg 200 [0.00, 127.0.0.1:51615] INFO 2025-10-11 14:42:35,858 runserver 460 6119829504 HTTP GET /static/img/theme/transparent.jpg 200 [0.01, 127.0.0.1:51618] INFO 2025-10-11 14:42:35,858 runserver 460 6119829504 HTTP GET /static/img/theme/material.jpg 200 [0.00, 127.0.0.1:51595] INFO 2025-10-11 14:42:35,859 runserver 460 6119829504 HTTP GET /static/img/theme/facebook.jpg 200 [0.00, 127.0.0.1:51616] INFO 2025-10-11 14:42:35,863 runserver 460 6119829504 HTTP GET /static/img/version/html.jpg 200 [0.01, 127.0.0.1:51617] INFO 2025-10-11 14:42:35,864 runserver 460 6119829504 HTTP GET /static/img/theme/google.jpg 200 [0.01, 127.0.0.1:51594] INFO 2025-10-11 14:42:35,866 runserver 460 6119829504 HTTP GET /static/img/version/angular10x.jpg 200 [0.00, 127.0.0.1:51618] INFO 2025-10-11 14:42:35,867 runserver 460 6119829504 HTTP GET /static/img/version/svelte.jpg 200 [0.00, 127.0.0.1:51616] INFO 2025-10-11 14:42:35,867 runserver 460 6119829504 HTTP GET /static/img/version/ajax.jpg 200 [0.01, 127.0.0.1:51595] INFO 2025-10-11 14:42:35,867 runserver 460 6119829504 HTTP GET /static/img/version/angular1x.jpg 200 [0.01, 127.0.0.1:51615] INFO 2025-10-11 14:42:35,869 runserver 460 6119829504 HTTP GET /static/img/version/laravel.jpg 200 [0.00, 127.0.0.1:51617] INFO 2025-10-11 14:42:35,869 runserver 460 6119829504 HTTP GET /static/img/version/django.jpg 200 [0.00, 127.0.0.1:51594] INFO 2025-10-11 14:42:35,871 runserver 460 6119829504 HTTP GET /static/img/version/vuejs.jpg 200 [0.00, 127.0.0.1:51618] INFO 2025-10-11 14:42:35,871 runserver 460 6119829504 HTTP GET /static/img/version/reactjs.jpg 200 [0.00, 127.0.0.1:51595] INFO 2025-10-11 14:42:35,871 runserver 460 6119829504 HTTP GET /static/img/version/dotnet.jpg 200 [0.00, 127.0.0.1:51616] INFO 2025-10-11 14:42:35,872 runserver 460 6119829504 HTTP GET /static/img/version/nextjs.jpg 200 [0.00, 127.0.0.1:51615] INFO 2025-10-11 14:42:35,873 runserver 460 6119829504 HTTP GET /static/img/theme/one-page-parallax.jpg 200 [0.00, 127.0.0.1:51617] INFO 2025-10-11 14:42:35,873 runserver 460 6119829504 HTTP GET /static/img/theme/e-commerce.jpg 200 [0.00, 127.0.0.1:51594] INFO 2025-10-11 14:42:35,874 runserver 460 6119829504 HTTP GET /static/img/theme/blog.jpg 200 [0.00, 127.0.0.1:51595] INFO 2025-10-11 14:42:35,874 runserver 460 6119829504 HTTP GET /static/img/theme/forum.jpg 200 [0.00, 127.0.0.1:51618] INFO 2025-10-11 14:42:35,875 runserver 460 6119829504 HTTP GET /static/img/theme/corporate.jpg 200 [0.00, 127.0.0.1:51616] INFO 2025-10-11 14:42:36,062 runserver 460 6119829504 HTTP GET /static/css/default/app.min.css.map 200 [0.00, 127.0.0.1:51616] WARNING 2025-10-11 14:42:36,070 runserver 460 6119829504 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51616] WARNING 2025-10-11 14:42:36,073 runserver 460 6119829504 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:51616] INFO 2025-10-11 14:42:36,079 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:51618] WARNING 2025-10-11 14:42:36,187 log 460 6304919552 Not Found: /favicon.ico WARNING 2025-10-11 14:42:36,187 runserver 460 6119829504 HTTP GET /favicon.ico 404 [0.00, 127.0.0.1:51618] INFO 2025-10-11 14:47:36,454 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:52914] INFO 2025-10-11 14:49:05,376 runserver 460 6119829504 HTTP GET /en/emr/encounters/987/ 200 [0.06, 127.0.0.1:53294] WARNING 2025-10-11 14:49:05,388 log 460 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-11 14:49:05,388 runserver 460 6119829504 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:53294] WARNING 2025-10-11 14:49:05,468 runserver 460 6119829504 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:53294] INFO 2025-10-11 14:49:05,477 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53295] WARNING 2025-10-11 14:49:05,479 runserver 460 6119829504 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:53294] WARNING 2025-10-11 14:49:05,481 log 460 6304919552 Not Found: /favicon.svg WARNING 2025-10-11 14:49:05,482 runserver 460 6119829504 HTTP GET /favicon.svg 404 [0.00, 127.0.0.1:53295] WARNING 2025-10-11 14:49:05,484 log 460 13438578688 Not Found: /site.webmanifest WARNING 2025-10-11 14:49:05,484 runserver 460 6119829504 HTTP GET /site.webmanifest 404 [0.00, 127.0.0.1:53296] WARNING 2025-10-11 14:49:05,488 log 460 6304919552 Not Found: /favicon-96x96.png WARNING 2025-10-11 14:49:05,488 runserver 460 6119829504 HTTP GET /favicon-96x96.png 404 [0.00, 127.0.0.1:53295] INFO 2025-10-11 14:49:12,823 runserver 460 6119829504 HTTP GET /en/emr/encounters/987/ 200 [0.04, 127.0.0.1:53295] INFO 2025-10-11 14:49:12,834 runserver 460 6119829504 HTTP GET /static/plugins/toastr/toastr.css 200 [0.00, 127.0.0.1:53329] INFO 2025-10-11 14:49:12,834 runserver 460 6119829504 HTTP GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css 200 [0.00, 127.0.0.1:53330] INFO 2025-10-11 14:49:12,835 runserver 460 6119829504 HTTP GET /static/css/custom.css 200 [0.00, 127.0.0.1:53328] INFO 2025-10-11 14:49:12,835 runserver 460 6119829504 HTTP GET /static/css/vendor.min.css 200 [0.01, 127.0.0.1:53295] INFO 2025-10-11 14:49:12,835 runserver 460 6119829504 HTTP GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css 200 [0.00, 127.0.0.1:53331] INFO 2025-10-11 14:49:12,836 runserver 460 6119829504 HTTP GET /static/css/default/app.min.css 200 [0.01, 127.0.0.1:53294] INFO 2025-10-11 14:49:12,841 runserver 460 6119829504 HTTP GET /static/plugins/select2/dist/css/select2.min.css 200 [0.01, 127.0.0.1:53329] WARNING 2025-10-11 14:49:12,842 log 460 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-10-11 14:49:12,842 runserver 460 6119829504 HTTP GET /static/img/logo/tenhal.svg 200 [0.01, 127.0.0.1:53295] INFO 2025-10-11 14:49:12,842 runserver 460 6119829504 HTTP GET /static/js/htmx.min.js 200 [0.01, 127.0.0.1:53330] INFO 2025-10-11 14:49:12,843 runserver 460 6119829504 HTTP GET /static/plugins/lity/dist/lity.min.css 200 [0.01, 127.0.0.1:53328] WARNING 2025-10-11 14:49:12,843 runserver 460 6119829504 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:53331] INFO 2025-10-11 14:49:12,844 runserver 460 6119829504 HTTP GET /static/img/user/user-12.jpg 200 [0.01, 127.0.0.1:53294] INFO 2025-10-11 14:49:12,847 runserver 460 6119829504 HTTP GET /static/js/app.min.js 200 [0.00, 127.0.0.1:53295] INFO 2025-10-11 14:49:12,847 runserver 460 6119829504 HTTP GET /static/plugins/toastr/toastr.min.js 200 [0.00, 127.0.0.1:53330] INFO 2025-10-11 14:49:12,847 runserver 460 6119829504 HTTP GET /static/js/custom.js 200 [0.00, 127.0.0.1:53328] INFO 2025-10-11 14:49:12,848 runserver 460 6119829504 HTTP GET /static/plugins/datatables.net/js/dataTables.min.js 200 [0.00, 127.0.0.1:53331] INFO 2025-10-11 14:49:12,848 runserver 460 6119829504 HTTP GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js 200 [0.00, 127.0.0.1:53294] INFO 2025-10-11 14:49:12,849 runserver 460 6119829504 HTTP GET /static/js/vendor.min.js 200 [0.01, 127.0.0.1:53329] INFO 2025-10-11 14:49:12,853 runserver 460 6119829504 HTTP GET /static/css/saudiriyalsymbol.woff2 200 [0.00, 127.0.0.1:53295] INFO 2025-10-11 14:49:12,853 runserver 460 6119829504 HTTP GET /static/webfonts/fa-solid-900.woff2 200 [0.00, 127.0.0.1:53330] INFO 2025-10-11 14:49:12,854 runserver 460 6119829504 HTTP GET /static/plugins/select2/dist/js/select2.min.js 200 [0.01, 127.0.0.1:53328] INFO 2025-10-11 14:49:12,855 runserver 460 6119829504 HTTP GET /static/plugins/lity/dist/lity.min.js 200 [0.01, 127.0.0.1:53294] INFO 2025-10-11 14:49:12,855 runserver 460 6119829504 HTTP GET /static/plugins/moment/moment.js 200 [0.01, 127.0.0.1:53331] INFO 2025-10-11 14:49:12,858 runserver 460 6119829504 HTTP GET /static/img/theme/default.jpg 200 [0.00, 127.0.0.1:53329] INFO 2025-10-11 14:49:12,858 runserver 460 6119829504 HTTP GET /static/img/theme/apple.jpg 200 [0.00, 127.0.0.1:53330] INFO 2025-10-11 14:49:12,859 runserver 460 6119829504 HTTP GET /static/img/theme/transparent.jpg 200 [0.00, 127.0.0.1:53295] INFO 2025-10-11 14:49:12,860 runserver 460 6119829504 HTTP GET /static/img/theme/material.jpg 200 [0.00, 127.0.0.1:53328] INFO 2025-10-11 14:49:12,860 runserver 460 6119829504 HTTP GET /static/img/theme/facebook.jpg 200 [0.00, 127.0.0.1:53294] INFO 2025-10-11 14:49:12,861 runserver 460 6119829504 HTTP GET /static/img/theme/google.jpg 200 [0.00, 127.0.0.1:53331] INFO 2025-10-11 14:49:12,863 runserver 460 6119829504 HTTP GET /static/img/version/html.jpg 200 [0.00, 127.0.0.1:53329] INFO 2025-10-11 14:49:12,863 runserver 460 6119829504 HTTP GET /static/img/version/angular1x.jpg 200 [0.00, 127.0.0.1:53295] INFO 2025-10-11 14:49:12,863 runserver 460 6119829504 HTTP GET /static/img/version/ajax.jpg 200 [0.00, 127.0.0.1:53330] INFO 2025-10-11 14:49:12,865 runserver 460 6119829504 HTTP GET /static/img/version/laravel.jpg 200 [0.00, 127.0.0.1:53294] INFO 2025-10-11 14:49:12,865 runserver 460 6119829504 HTTP GET /static/img/version/svelte.jpg 200 [0.00, 127.0.0.1:53331] INFO 2025-10-11 14:49:12,865 runserver 460 6119829504 HTTP GET /static/img/version/angular10x.jpg 200 [0.00, 127.0.0.1:53328] INFO 2025-10-11 14:49:12,867 runserver 460 6119829504 HTTP GET /static/img/version/django.jpg 200 [0.00, 127.0.0.1:53329] INFO 2025-10-11 14:49:12,867 runserver 460 6119829504 HTTP GET /static/img/version/vuejs.jpg 200 [0.00, 127.0.0.1:53330] INFO 2025-10-11 14:49:12,867 runserver 460 6119829504 HTTP GET /static/img/version/reactjs.jpg 200 [0.00, 127.0.0.1:53295] INFO 2025-10-11 14:49:12,869 runserver 460 6119829504 HTTP GET /static/img/version/dotnet.jpg 200 [0.00, 127.0.0.1:53331] INFO 2025-10-11 14:49:12,869 runserver 460 6119829504 HTTP GET /static/img/version/nextjs.jpg 200 [0.00, 127.0.0.1:53328] INFO 2025-10-11 14:49:12,869 runserver 460 6119829504 HTTP GET /static/img/theme/one-page-parallax.jpg 200 [0.00, 127.0.0.1:53294] INFO 2025-10-11 14:49:12,871 runserver 460 6119829504 HTTP GET /static/img/theme/blog.jpg 200 [0.00, 127.0.0.1:53330] INFO 2025-10-11 14:49:12,871 runserver 460 6119829504 HTTP GET /static/img/theme/forum.jpg 200 [0.00, 127.0.0.1:53295] INFO 2025-10-11 14:49:12,872 runserver 460 6119829504 HTTP GET /static/img/theme/e-commerce.jpg 200 [0.00, 127.0.0.1:53329] INFO 2025-10-11 14:49:12,872 runserver 460 6119829504 HTTP GET /static/img/theme/corporate.jpg 200 [0.00, 127.0.0.1:53294] INFO 2025-10-11 14:49:13,145 runserver 460 6119829504 HTTP GET /static/css/default/app.min.css.map 200 [0.00, 127.0.0.1:53294] WARNING 2025-10-11 14:49:13,153 runserver 460 6119829504 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:53329] WARNING 2025-10-11 14:49:13,157 runserver 460 6119829504 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:53329] INFO 2025-10-11 14:49:13,163 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53294] WARNING 2025-10-11 14:49:13,313 log 460 6288093184 Not Found: /site.webmanifest WARNING 2025-10-11 14:49:13,313 log 460 6288093184 Not Found: /favicon.ico WARNING 2025-10-11 14:49:13,313 runserver 460 6119829504 HTTP GET /site.webmanifest 404 [0.06, 127.0.0.1:53296] WARNING 2025-10-11 14:49:13,313 runserver 460 6119829504 HTTP GET /favicon.ico 404 [0.06, 127.0.0.1:53294] WARNING 2025-10-11 14:49:13,317 log 460 6203961344 Not Found: /favicon.svg WARNING 2025-10-11 14:49:13,317 runserver 460 6119829504 HTTP GET /favicon.svg 404 [0.00, 127.0.0.1:53294] WARNING 2025-10-11 14:49:13,320 log 460 13472231424 Not Found: /favicon-96x96.png WARNING 2025-10-11 14:49:13,320 runserver 460 6119829504 HTTP GET /favicon-96x96.png 404 [0.00, 127.0.0.1:53294] INFO 2025-10-11 14:49:38,817 runserver 460 6119829504 HTTP GET /en/emr/encounters/987/ 200 [0.03, 127.0.0.1:53294] WARNING 2025-10-11 14:49:38,827 log 460 6304919552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-10-11 14:49:38,828 runserver 460 6119829504 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.00, 127.0.0.1:53294] WARNING 2025-10-11 14:49:38,906 runserver 460 6119829504 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:53294] INFO 2025-10-11 14:49:38,915 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53329] WARNING 2025-10-11 14:49:38,918 runserver 460 6119829504 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:53294] WARNING 2025-10-11 14:49:38,921 log 460 6203961344 Not Found: /site.webmanifest WARNING 2025-10-11 14:49:38,921 runserver 460 6119829504 HTTP GET /site.webmanifest 404 [0.00, 127.0.0.1:53296] INFO 2025-10-11 14:52:11,871 runserver 460 6119829504 HTTP GET /en/emr/encounters/987/ 200 [0.04, 127.0.0.1:54084] INFO 2025-10-11 14:52:11,889 runserver 460 6119829504 HTTP GET /static/css/custom.css 200 [0.01, 127.0.0.1:54092] INFO 2025-10-11 14:52:11,889 runserver 460 6119829504 HTTP GET /static/css/vendor.min.css 200 [0.01, 127.0.0.1:54085] INFO 2025-10-11 14:52:11,890 runserver 460 6119829504 HTTP GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css 200 [0.01, 127.0.0.1:54094] WARNING 2025-10-11 14:52:11,890 log 460 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-10-11 14:52:11,890 runserver 460 6119829504 HTTP GET /static/plugins/toastr/toastr.css 200 [0.01, 127.0.0.1:54093] INFO 2025-10-11 14:52:11,891 runserver 460 6119829504 HTTP GET /static/css/default/app.min.css 200 [0.01, 127.0.0.1:54091] WARNING 2025-10-11 14:52:11,892 runserver 460 6119829504 HTTP GET /.well-known/appspecific/com.chrome.devtools.json 404 [0.01, 127.0.0.1:54084] INFO 2025-10-11 14:52:11,899 runserver 460 6119829504 HTTP GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css 200 [0.01, 127.0.0.1:54092] INFO 2025-10-11 14:52:11,900 runserver 460 6119829504 HTTP GET /static/plugins/select2/dist/css/select2.min.css 200 [0.01, 127.0.0.1:54094] INFO 2025-10-11 14:52:11,901 runserver 460 6119829504 HTTP GET /static/plugins/lity/dist/lity.min.css 200 [0.01, 127.0.0.1:54085] INFO 2025-10-11 14:52:11,901 runserver 460 6119829504 HTTP GET /static/js/htmx.min.js 200 [0.01, 127.0.0.1:54093] INFO 2025-10-11 14:52:12,102 runserver 460 6119829504 HTTP GET /static/img/user/user-12.jpg 200 [0.21, 127.0.0.1:54084] INFO 2025-10-11 14:52:12,105 runserver 460 6119829504 HTTP GET /static/img/logo/tenhal.svg 200 [0.21, 127.0.0.1:54091] INFO 2025-10-11 14:52:12,106 runserver 460 6119829504 HTTP GET /static/js/vendor.min.js 200 [0.00, 127.0.0.1:54092] INFO 2025-10-11 14:52:12,107 runserver 460 6119829504 HTTP GET /static/js/app.min.js 200 [0.00, 127.0.0.1:54093] INFO 2025-10-11 14:52:12,108 runserver 460 6119829504 HTTP GET /static/js/custom.js 200 [0.00, 127.0.0.1:54085] INFO 2025-10-11 14:52:12,108 runserver 460 6119829504 HTTP GET /static/plugins/toastr/toastr.min.js 200 [0.00, 127.0.0.1:54094] INFO 2025-10-11 14:52:12,109 runserver 460 6119829504 HTTP GET /static/plugins/datatables.net/js/dataTables.min.js 200 [0.00, 127.0.0.1:54091] INFO 2025-10-11 14:52:12,109 runserver 460 6119829504 HTTP GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js 200 [0.00, 127.0.0.1:54084] INFO 2025-10-11 14:52:12,115 runserver 460 6119829504 HTTP GET /static/plugins/select2/dist/js/select2.min.js 200 [0.00, 127.0.0.1:54094] INFO 2025-10-11 14:52:12,115 runserver 460 6119829504 HTTP GET /static/plugins/lity/dist/lity.min.js 200 [0.00, 127.0.0.1:54091] INFO 2025-10-11 14:52:12,116 runserver 460 6119829504 HTTP GET /static/plugins/moment/moment.js 200 [0.00, 127.0.0.1:54084] INFO 2025-10-11 14:52:12,117 runserver 460 6119829504 HTTP GET /static/img/theme/default.jpg 200 [0.00, 127.0.0.1:54093] INFO 2025-10-11 14:52:12,119 runserver 460 6119829504 HTTP GET /static/img/theme/apple.jpg 200 [0.01, 127.0.0.1:54092] INFO 2025-10-11 14:52:12,119 runserver 460 6119829504 HTTP GET /static/img/theme/transparent.jpg 200 [0.01, 127.0.0.1:54085] INFO 2025-10-11 14:52:12,124 runserver 460 6119829504 HTTP GET /static/img/theme/material.jpg 200 [0.01, 127.0.0.1:54094] INFO 2025-10-11 14:52:12,126 runserver 460 6119829504 HTTP GET /static/img/theme/facebook.jpg 200 [0.01, 127.0.0.1:54091] INFO 2025-10-11 14:52:12,126 runserver 460 6119829504 HTTP GET /static/img/theme/google.jpg 200 [0.01, 127.0.0.1:54084] INFO 2025-10-11 14:52:12,127 runserver 460 6119829504 HTTP GET /static/img/version/ajax.jpg 200 [0.01, 127.0.0.1:54085] INFO 2025-10-11 14:52:12,127 runserver 460 6119829504 HTTP GET /static/img/version/html.jpg 200 [0.01, 127.0.0.1:54093] INFO 2025-10-11 14:52:12,128 runserver 460 6119829504 HTTP GET /static/img/version/angular1x.jpg 200 [0.01, 127.0.0.1:54092] INFO 2025-10-11 14:52:12,131 runserver 460 6119829504 HTTP GET /static/img/version/angular10x.jpg 200 [0.00, 127.0.0.1:54094] INFO 2025-10-11 14:52:12,131 runserver 460 6119829504 HTTP GET /static/img/version/svelte.jpg 200 [0.00, 127.0.0.1:54091] INFO 2025-10-11 14:52:12,132 runserver 460 6119829504 HTTP GET /static/img/version/laravel.jpg 200 [0.00, 127.0.0.1:54084] INFO 2025-10-11 14:52:12,133 runserver 460 6119829504 HTTP GET /static/img/version/reactjs.jpg 200 [0.00, 127.0.0.1:54092] INFO 2025-10-11 14:52:12,133 runserver 460 6119829504 HTTP GET /static/img/version/vuejs.jpg 200 [0.00, 127.0.0.1:54093] INFO 2025-10-11 14:52:12,133 runserver 460 6119829504 HTTP GET /static/img/version/django.jpg 200 [0.00, 127.0.0.1:54085] INFO 2025-10-11 14:52:12,136 runserver 460 6119829504 HTTP GET /static/img/version/nextjs.jpg 200 [0.00, 127.0.0.1:54091] INFO 2025-10-11 14:52:12,136 runserver 460 6119829504 HTTP GET /static/img/version/dotnet.jpg 200 [0.00, 127.0.0.1:54094] INFO 2025-10-11 14:52:12,137 runserver 460 6119829504 HTTP GET /static/img/theme/one-page-parallax.jpg 200 [0.00, 127.0.0.1:54084] INFO 2025-10-11 14:52:12,138 runserver 460 6119829504 HTTP GET /static/img/theme/forum.jpg 200 [0.00, 127.0.0.1:54092] INFO 2025-10-11 14:52:12,138 runserver 460 6119829504 HTTP GET /static/img/theme/blog.jpg 200 [0.00, 127.0.0.1:54093] INFO 2025-10-11 14:52:12,138 runserver 460 6119829504 HTTP GET /static/img/theme/e-commerce.jpg 200 [0.00, 127.0.0.1:54085] INFO 2025-10-11 14:52:12,140 runserver 460 6119829504 HTTP GET /static/img/theme/corporate.jpg 200 [0.00, 127.0.0.1:54091] INFO 2025-10-11 14:52:12,180 runserver 460 6119829504 HTTP GET /static/webfonts/fa-solid-900.woff2 200 [0.00, 127.0.0.1:54091] INFO 2025-10-11 14:52:12,199 runserver 460 6119829504 HTTP GET /static/css/default/app.min.css.map 200 [0.00, 127.0.0.1:54091] WARNING 2025-10-11 14:52:12,214 runserver 460 6119829504 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:54091] WARNING 2025-10-11 14:52:12,216 runserver 460 6119829504 HTTP GET /static/plugins/toastr/toastr.js.map 404 [0.00, 127.0.0.1:54091] INFO 2025-10-11 14:52:12,221 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54085] INFO 2025-10-11 14:52:12,328 runserver 460 6119829504 HTTP GET /static/img/logo/favicon.ico 200 [0.00, 127.0.0.1:54085] INFO 2025-10-11 14:52:12,328 runserver 460 6119829504 HTTP GET /static/img/logo/site.webmanifest 200 [0.00, 127.0.0.1:54096] INFO 2025-10-11 14:53:05,244 runserver 460 6119829504 HTTP GET /en/appointments/requests/6578/detail/ 200 [0.03, 127.0.0.1:54085] INFO 2025-10-11 14:53:05,282 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54085] INFO 2025-10-11 14:53:31,455 runserver 460 6119829504 HTTP GET /en/radiology/orders/326/ 200 [0.03, 127.0.0.1:54085] INFO 2025-10-11 14:53:31,490 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54085] INFO 2025-10-11 14:53:34,953 runserver 460 6119829504 HTTP GET /en/radiology/reports/83/ 200 [0.02, 127.0.0.1:54085] INFO 2025-10-11 14:53:34,974 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54085] INFO 2025-10-11 14:54:00,131 runserver 460 6119829504 HTTP GET /en/radiology/studies/155/ 200 [0.03, 127.0.0.1:54085] INFO 2025-10-11 14:54:00,167 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54085] INFO 2025-10-11 14:54:01,733 runserver 460 6119829504 HTTP GET /en/radiology/series/464/ 200 [0.02, 127.0.0.1:54085] INFO 2025-10-11 14:54:01,774 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54085] WARNING 2025-10-11 14:54:10,122 log 460 13573189632 Not Found: /radiology/series/464/viewer/ WARNING 2025-10-11 14:54:10,123 runserver 460 6119829504 HTTP GET /radiology/series/464/viewer/ 404 [0.01, 127.0.0.1:54085] WARNING 2025-10-11 14:54:10,132 log 460 13590016000 Not Found: /favicon.ico WARNING 2025-10-11 14:54:10,132 runserver 460 6119829504 HTTP GET /favicon.ico 404 [0.00, 127.0.0.1:54085] WARNING 2025-10-11 14:55:06,713 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,867 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,873 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,877 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,881 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,885 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,890 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,893 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,898 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,901 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,905 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,909 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,912 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,916 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,922 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,926 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,929 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,933 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,937 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,939 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,945 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,949 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,952 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,955 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,958 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,961 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,964 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,966 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,969 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,972 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,974 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,977 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,980 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,983 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,985 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,990 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,994 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,997 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:06,999 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,001 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,005 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,007 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,011 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,014 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,017 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,020 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,023 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,026 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,028 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,032 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,035 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,037 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,042 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,045 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,048 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,054 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,056 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,059 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,066 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,070 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,073 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,076 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,079 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,081 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,087 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,091 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,096 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,098 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,104 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,106 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,110 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,113 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,116 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,118 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,121 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,125 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,130 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,134 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,139 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,142 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,144 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,148 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,151 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,155 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,157 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,161 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,164 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,167 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,171 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,174 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,177 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,180 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,183 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,188 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,190 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,193 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,196 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,201 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,204 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,208 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,211 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,214 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,216 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,219 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,222 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,225 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,228 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,232 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,234 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,236 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,239 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,244 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,249 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,252 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,257 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,259 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,262 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,264 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,267 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,271 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,277 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,279 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,283 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,286 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,289 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,292 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,296 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,298 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,301 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,304 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,307 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,310 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,313 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,316 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,320 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,324 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,328 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,332 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,335 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,338 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,340 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,343 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,346 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,349 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,353 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,356 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,359 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,362 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,365 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,367 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,370 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,372 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,378 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,381 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,384 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,387 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,389 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,393 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,396 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,402 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,406 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,412 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,416 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,423 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,425 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,431 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,433 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,436 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,441 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,446 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,448 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,450 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,453 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,456 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,459 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,463 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,465 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,467 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,471 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,475 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,477 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,480 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,483 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,488 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,492 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,495 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,498 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,501 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,507 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,509 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,512 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,514 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,517 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,520 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,525 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,528 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,532 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,535 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,537 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,541 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,544 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,547 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,550 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,550 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,552 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,553 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,556 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,557 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,562 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,563 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,565 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,566 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,569 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,570 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,572 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,573 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,574 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,575 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,577 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,578 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,580 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,581 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,583 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,583 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,585 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,586 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,588 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,589 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,590 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,591 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,592 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,593 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,595 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,596 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,597 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,598 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,600 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,601 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,603 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,604 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,606 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,607 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,608 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,609 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,614 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,615 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,617 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,617 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,619 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,620 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,622 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,623 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,626 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,627 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,629 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,629 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,632 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,633 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,635 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,636 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,638 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,639 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,642 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,642 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,645 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,645 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,648 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,648 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,652 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,653 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,655 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,656 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,660 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,661 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,663 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,664 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,666 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,667 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,670 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,671 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,675 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,676 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,678 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,678 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,681 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,681 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,684 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,684 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,686 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,687 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,689 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,690 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,695 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,695 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,700 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,701 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,703 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,704 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,706 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,706 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,708 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,709 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,711 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,711 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,715 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,715 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,718 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,718 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,721 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,722 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,724 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,725 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,727 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,728 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,730 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,731 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,733 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,734 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,736 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,736 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,739 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,740 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,742 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,743 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,748 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,748 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,751 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,752 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,753 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,754 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,756 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,756 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,758 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,759 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,761 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,762 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,764 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,765 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,770 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,770 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,773 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,774 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,776 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,776 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,779 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,780 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,782 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,783 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,787 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,788 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,790 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,791 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,795 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,796 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,798 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,799 misc 7962 8782111040 Invalid value for VR IS: '1029.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,801 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,801 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,804 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,804 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,806 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,807 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,809 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,809 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,813 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,814 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,816 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,816 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,822 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,822 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,824 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,825 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,827 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,827 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,831 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,832 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,837 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,838 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,840 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,841 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,843 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,843 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,845 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,846 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,849 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,850 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,852 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,853 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,857 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,858 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,860 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,861 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,862 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,863 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,865 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,866 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,868 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,869 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,871 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,871 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,873 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,874 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,876 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,877 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,879 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,879 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,881 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,882 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,884 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,885 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,888 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,889 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,891 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,892 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,894 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,894 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,896 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,897 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,899 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,900 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,902 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,903 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,905 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,905 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,907 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,907 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,910 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,911 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,913 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,914 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,916 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,917 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,920 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,920 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,922 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,923 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,925 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,926 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,928 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,929 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,930 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,931 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,937 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,938 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,941 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,942 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,945 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,945 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,948 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,949 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,952 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,953 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,955 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,955 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,957 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,958 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,960 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,960 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,963 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,964 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,966 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,966 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,968 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,969 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,971 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,972 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,974 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,975 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,976 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,977 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,979 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,980 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,982 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,982 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,984 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,985 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,987 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,988 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,990 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,991 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,993 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,994 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,997 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:07,997 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:07,999 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,000 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,001 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,002 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,004 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,005 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,008 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,009 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,011 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,012 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,013 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,014 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,016 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,016 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,018 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,019 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,021 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,022 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,023 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,024 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,026 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,026 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,030 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,031 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,033 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,033 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,035 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,036 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,037 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,038 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,040 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,041 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,043 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,044 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,046 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,047 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,048 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,049 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,052 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,052 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,054 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,055 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,057 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,058 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,061 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,062 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,064 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,065 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,068 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,068 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,070 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,071 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,073 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,073 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,076 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,077 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,079 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,080 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,081 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,082 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,084 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,084 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,086 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,087 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,091 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,092 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,093 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,094 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,096 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,097 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,099 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,099 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,101 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,102 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,105 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,106 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,108 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,108 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,111 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,111 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,115 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,116 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,120 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,121 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,124 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,125 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,128 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,129 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,131 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,131 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,134 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,134 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,139 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,140 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,142 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,143 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,146 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,146 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,150 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,150 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,154 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,154 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,157 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,158 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,160 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,160 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,163 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,163 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,165 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,166 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,171 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,171 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,177 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,178 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,179 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,180 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,182 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,183 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,186 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,187 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,189 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,190 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,193 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,194 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,196 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,197 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,200 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,201 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,203 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,204 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,207 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,208 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,211 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,212 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,215 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,215 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,218 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,219 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,222 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,223 misc 7962 8782111040 Invalid value for VR IS: '1341.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:08,225 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,228 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,231 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,234 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,238 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,240 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,244 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,247 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,249 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,252 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,256 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,260 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,263 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,269 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,272 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,275 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,277 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,279 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,283 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,287 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,292 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,295 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,298 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,301 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,303 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,307 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,311 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,314 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,316 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,320 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,323 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,326 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,328 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,330 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,335 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,339 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,341 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,345 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,348 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,354 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,360 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,363 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,367 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,370 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,373 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,376 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,380 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,384 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,388 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,392 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,395 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,398 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,401 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,404 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,408 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,411 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,414 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,417 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,419 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,422 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,425 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,429 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,433 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,436 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,439 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,442 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,444 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,448 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,451 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,453 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,456 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,458 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,462 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,466 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,471 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,473 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,477 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,480 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,483 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,486 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,489 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,493 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,497 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,500 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,503 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,506 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,508 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,512 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,514 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,518 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,522 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,526 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,529 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,531 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,533 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,536 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,538 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,541 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,543 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,545 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,548 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,553 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,556 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,559 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,564 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,567 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,573 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,576 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,578 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,582 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,584 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,590 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,592 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,595 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,598 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,600 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,603 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,606 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,608 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,611 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,616 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,621 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,623 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,625 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,629 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,633 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,636 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,638 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,642 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,645 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,648 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,651 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,655 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,659 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,662 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,665 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,668 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,670 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,673 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,676 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,679 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,682 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,685 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,688 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,691 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,696 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,700 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,702 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,706 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,708 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,711 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,714 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,717 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,721 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,724 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,726 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,728 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,733 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,739 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,744 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,747 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,750 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,753 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,756 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,760 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,763 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,766 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,768 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,771 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,775 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,777 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,780 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,782 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,785 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,788 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,791 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,795 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,798 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,801 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,804 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,807 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,810 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,812 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,816 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,822 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,825 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,828 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,831 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,837 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,840 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,842 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,845 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,847 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,850 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,852 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,855 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,859 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,861 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,866 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,868 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,874 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,876 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,879 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,882 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,887 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,891 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,897 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,900 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,903 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,905 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,911 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,914 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,918 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,921 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,926 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,929 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,932 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,934 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,938 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,942 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,945 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,948 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,952 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,955 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,958 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,960 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,962 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,964 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,967 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,969 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,973 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,977 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,983 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,988 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:08,997 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,000 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,003 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,005 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,009 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,011 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,015 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,017 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,020 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,023 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,026 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,029 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,032 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,035 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,038 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,041 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,044 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,047 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,049 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,053 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,056 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,058 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,061 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,065 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,068 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,071 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,075 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,077 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,083 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,086 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,090 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,093 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,096 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,099 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,102 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,105 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,108 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,111 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,114 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,117 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,119 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,122 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,125 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,129 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,132 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,135 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,137 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,140 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,143 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,146 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,152 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,155 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,158 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,161 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,165 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,168 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,171 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,174 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,177 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,180 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,183 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,189 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,192 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,195 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,199 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,202 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,205 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,208 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,210 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,215 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,220 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,222 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,225 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,231 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,236 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,238 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,241 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,244 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,247 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,250 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,253 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,257 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,260 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,263 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,266 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,269 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,272 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,274 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,277 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,280 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,283 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,287 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,290 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,294 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,297 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,300 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,306 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,308 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,312 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,316 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,319 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,322 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,325 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,328 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,330 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,333 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,335 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,339 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,342 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,346 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,350 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,354 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,356 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,359 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,361 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,363 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,367 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,370 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,372 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,375 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,378 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,381 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,384 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,387 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,389 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,393 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,395 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,399 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,401 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,406 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,411 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,414 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,417 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,419 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,421 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,425 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,427 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,431 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,433 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,437 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,440 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,444 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,449 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,452 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,455 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,460 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,463 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,469 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,472 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,474 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,480 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,483 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,486 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,489 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,491 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,495 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,497 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,500 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,503 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,506 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,510 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,513 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,517 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,521 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,523 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,525 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,529 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,532 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,535 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,538 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,541 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,545 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,548 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,551 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,555 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,557 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,562 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,568 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,571 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,575 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,576 misc 7962 8782111040 Invalid value for VR IS: '1970.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:09,579 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,580 misc 7962 8782111040 Invalid value for VR IS: '1970.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:09,582 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,583 misc 7962 8782111040 Invalid value for VR IS: '1970.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:09,585 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,586 misc 7962 8782111040 Invalid value for VR IS: '1970.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:09,588 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,589 misc 7962 8782111040 Invalid value for VR IS: '1970.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:09,591 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,592 misc 7962 8782111040 Invalid value for VR IS: '1970.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:09,594 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,595 misc 7962 8782111040 Invalid value for VR IS: '1970.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:09,597 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,598 misc 7962 8782111040 Invalid value for VR IS: '1970.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:09,601 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,602 misc 7962 8782111040 Invalid value for VR IS: '1970.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:09,604 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,605 misc 7962 8782111040 Invalid value for VR IS: '1970.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:09,609 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,610 misc 7962 8782111040 Invalid value for VR IS: '1970.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:09,614 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,615 misc 7962 8782111040 Invalid value for VR IS: '1970.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:09,616 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,617 misc 7962 8782111040 Invalid value for VR IS: '1970.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:09,620 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,621 misc 7962 8782111040 Invalid value for VR IS: '1970.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:09,623 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,624 misc 7962 8782111040 Invalid value for VR IS: '1970.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:09,628 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,629 misc 7962 8782111040 Invalid value for VR IS: '1970.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:09,631 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,632 misc 7962 8782111040 Invalid value for VR IS: '1970.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:09,634 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,635 misc 7962 8782111040 Invalid value for VR IS: '1970.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:09,638 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,638 misc 7962 8782111040 Invalid value for VR IS: '1970.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:09,640 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,641 misc 7962 8782111040 Invalid value for VR IS: '1970.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:09,643 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,644 misc 7962 8782111040 Invalid value for VR IS: '1970.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:09,647 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,648 misc 7962 8782111040 Invalid value for VR IS: '1970.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:09,651 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,651 misc 7962 8782111040 Invalid value for VR IS: '1970.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:09,654 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,654 misc 7962 8782111040 Invalid value for VR IS: '1970.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:09,656 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,657 misc 7962 8782111040 Invalid value for VR IS: '1970.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:09,660 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,661 misc 7962 8782111040 Invalid value for VR IS: '1970.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:09,663 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,663 misc 7962 8782111040 Invalid value for VR IS: '1970.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:09,665 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,666 misc 7962 8782111040 Invalid value for VR IS: '1970.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:09,671 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,671 misc 7962 8782111040 Invalid value for VR IS: '1970.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:09,673 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,675 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,677 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,680 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,683 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,687 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,690 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,693 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,697 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,701 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,703 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,707 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,711 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,713 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,715 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,719 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,722 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,724 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,727 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,729 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,732 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,734 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,738 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,740 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,742 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,746 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,749 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,754 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,757 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,760 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,762 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,768 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,771 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,776 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,779 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,782 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,788 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,791 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,795 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,798 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,801 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,804 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,806 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,809 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,811 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,814 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,818 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,822 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,825 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,828 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,832 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,836 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,838 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,841 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,846 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,850 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,852 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,856 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,858 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,861 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,864 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,867 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,871 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,874 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,879 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,882 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,884 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,887 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,889 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,893 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,896 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,899 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,901 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,904 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,907 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,909 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,912 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,914 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,916 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,919 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,923 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,926 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,932 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,934 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,937 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,940 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,944 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,946 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,948 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,953 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,955 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,958 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,961 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,965 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,967 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,969 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,971 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,975 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,978 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,983 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,985 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,988 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,990 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,993 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,995 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:09,998 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,001 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,004 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,006 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,012 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,014 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,017 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,020 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,022 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,025 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,028 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,032 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,035 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,040 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,043 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,049 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,051 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,055 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,058 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,060 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,063 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,067 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,071 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,116 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,119 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,122 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,124 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,127 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,130 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,132 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,134 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,137 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,140 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,144 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,147 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,150 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,154 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,156 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,160 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,162 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,164 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,167 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,170 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,173 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,175 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,179 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,182 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,185 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,187 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,190 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,192 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,195 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,197 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,203 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,206 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,210 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,214 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,216 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,219 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,222 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,228 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,231 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,234 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,237 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,241 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,248 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,250 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,254 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,257 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,260 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,262 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,265 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,268 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,271 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,274 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,276 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,279 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,285 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,289 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,291 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,293 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,297 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,301 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,306 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,309 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,311 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,315 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,318 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,322 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,325 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,328 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,331 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,334 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,339 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,341 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,346 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,349 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,352 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,355 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,358 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,361 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,364 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,366 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,369 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,373 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,376 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,379 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,382 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,387 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,390 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,392 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,395 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,398 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,401 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,404 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,406 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,409 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,411 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,414 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,417 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,422 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,425 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,427 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,431 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,434 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,438 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,441 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,443 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,445 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,451 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,455 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,457 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,460 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,467 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,469 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,472 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,475 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,478 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,481 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,486 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,489 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,492 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,495 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,498 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,504 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,508 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,512 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,514 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,517 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,520 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,523 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,526 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,528 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,531 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,534 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,537 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,540 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,545 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,548 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,551 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,554 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,557 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,561 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,563 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,567 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,570 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,572 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,575 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,578 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,582 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,587 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,590 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,593 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,595 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,598 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,601 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,606 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,609 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,611 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,613 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,616 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,619 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,622 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,625 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,628 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,631 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,634 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,638 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,642 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,647 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,650 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,653 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,656 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,658 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,661 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,663 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,666 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,670 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,672 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,676 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,679 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,683 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,686 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,689 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,692 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,697 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,700 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,703 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,705 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,708 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,711 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,714 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,716 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,722 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,726 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,729 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,733 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,735 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,737 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,739 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,742 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,745 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,748 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,751 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,753 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,755 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,758 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,760 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,765 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,769 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,771 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,774 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,779 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,782 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,784 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,786 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,789 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,791 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,795 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,799 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,802 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,805 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,808 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,813 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,815 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,818 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,822 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,824 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,827 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,830 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,832 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,835 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,838 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,842 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,845 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,847 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,849 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,852 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,855 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,857 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,859 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,862 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,865 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,869 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,871 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,874 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,876 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,880 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,882 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,885 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,888 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,891 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,894 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,896 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,898 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,904 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,906 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,909 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,912 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,916 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,919 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,921 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,924 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,930 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,936 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,939 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,942 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,945 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,947 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,950 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,956 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,958 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,962 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,967 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,970 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,973 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,976 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,979 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,982 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,984 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,987 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,989 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,992 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,996 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:10,999 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,002 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,007 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,009 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,013 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,015 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,018 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,022 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,025 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,029 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,032 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,034 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,037 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,040 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,043 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,045 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,048 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,052 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,056 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,058 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,061 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,064 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,066 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,069 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,073 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,075 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,077 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,080 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,082 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,085 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,088 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,091 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,094 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,096 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,099 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,102 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,105 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,107 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,111 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,115 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,118 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,120 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,122 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,125 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,130 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,132 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,136 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,140 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,142 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,143 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,147 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,147 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,149 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,150 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,153 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,154 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,158 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,158 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,161 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,162 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,164 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,165 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,168 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,169 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,171 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,172 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,175 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,175 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,177 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,178 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,183 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,184 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,187 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,188 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,190 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,191 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,192 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,193 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,194 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,195 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,197 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,198 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,200 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,201 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,203 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,204 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,206 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,207 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,208 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,209 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,211 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,212 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,215 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,216 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,220 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,221 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,222 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,223 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,226 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,227 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,230 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,231 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,234 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,235 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,237 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,238 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,240 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,241 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,244 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,244 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,249 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,249 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,253 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,253 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,256 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,256 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,259 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,259 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,261 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,261 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,263 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,263 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,268 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,269 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,271 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,272 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,273 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,274 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,275 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,276 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,278 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,279 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,281 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,281 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,284 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,284 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,286 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,286 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,291 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,292 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,293 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,294 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,299 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,300 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,302 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,303 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,305 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,306 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,308 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,308 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,310 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,311 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,313 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,314 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,317 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,318 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,320 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,321 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,323 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,323 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,326 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,327 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,330 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,331 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,335 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,336 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,339 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,339 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,342 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,342 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,344 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,345 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,347 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,348 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,350 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,351 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,356 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,357 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,358 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,359 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,361 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,362 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,364 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,365 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,368 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,369 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,372 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,373 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,375 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,375 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,377 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,378 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,380 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,381 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,382 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,383 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,385 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,385 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,389 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,390 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,391 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,392 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,394 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,394 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,399 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,400 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,402 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,403 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,405 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,406 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,409 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,410 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,413 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,413 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,415 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,416 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,417 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,418 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,420 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,421 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,424 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,425 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,426 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,427 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,429 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,430 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,434 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,435 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,438 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,439 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,441 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,442 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,444 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,444 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,447 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,448 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,450 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,451 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,453 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,453 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,456 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,457 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,459 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,460 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,461 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,462 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,464 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,465 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,466 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,467 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,470 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,470 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,473 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,474 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,475 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,476 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,478 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,479 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,481 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,482 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,483 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,484 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,487 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,487 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,490 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,490 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,495 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,495 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,498 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,498 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,502 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,502 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,504 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,505 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,507 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,508 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,510 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,511 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,512 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,513 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,516 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,516 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,520 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,521 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,523 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,524 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,526 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,526 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,530 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,531 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,533 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,534 misc 7962 8782111040 Invalid value for VR IS: '1870.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,535 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,537 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,540 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,546 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,548 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,551 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,556 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,560 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,563 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,565 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,568 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,571 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,574 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,577 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,581 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,587 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,590 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,594 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,596 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,599 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,601 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,604 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,607 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,611 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,614 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,616 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,619 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,622 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,624 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,627 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,629 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,633 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,635 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,638 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,642 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,645 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,648 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,651 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,654 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,656 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,659 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,662 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,665 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,669 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,672 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,678 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,680 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,682 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,685 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,687 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,690 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,693 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,696 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,699 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,701 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,706 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,709 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,712 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,718 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,721 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,727 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,730 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,732 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,734 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,737 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,738 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,740 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,741 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,743 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,743 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,748 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,748 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,751 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,752 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,754 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,755 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,757 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,758 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,760 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,760 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,763 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,764 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,766 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,767 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,769 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,770 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,772 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,773 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,777 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,777 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,780 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,780 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,783 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,784 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,786 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,787 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,789 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,789 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,794 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,795 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,798 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,798 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,801 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,802 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,804 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,805 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,807 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,808 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,810 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,810 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,813 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,814 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,816 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,817 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,821 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,822 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,823 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,824 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,826 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,827 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,828 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,829 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,831 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,832 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,834 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,834 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,837 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,838 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,840 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,841 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,843 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,843 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,845 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,846 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,851 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,851 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,855 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,856 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,859 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,859 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,862 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,863 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,865 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,866 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,868 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,868 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,871 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,872 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,876 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,877 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,879 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,879 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,881 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,882 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,886 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,887 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,889 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,890 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,892 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,893 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,898 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,898 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,901 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,901 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,903 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,904 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,907 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,908 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,909 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,910 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,914 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,914 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,919 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,919 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,922 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,923 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,926 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,926 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,928 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,929 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,932 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,932 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,934 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,935 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,939 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,940 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,943 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,944 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,946 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,947 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,949 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,949 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,952 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,952 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,954 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,954 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,956 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,957 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,960 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,961 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,963 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,964 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,966 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,967 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,969 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,970 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,972 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,973 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,976 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,977 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,979 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,980 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,982 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,983 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,985 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,986 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,991 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,992 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,993 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,994 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,995 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,996 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:11,998 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:11,999 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,002 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,002 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,005 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,006 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,008 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,009 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,012 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,012 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,014 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,015 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,017 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,018 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,019 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,020 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,023 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,024 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,025 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,026 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,028 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,029 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,031 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,031 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,033 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,034 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,036 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,037 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,038 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,039 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,041 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,041 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,043 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,044 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,045 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,046 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,051 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,052 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,054 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,055 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,060 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,061 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,063 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,064 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,067 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,068 misc 7962 8782111040 Invalid value for VR IS: '826.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,070 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,073 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,075 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,080 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,084 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,088 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,091 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,094 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,099 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,102 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,104 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,108 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,112 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,114 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,117 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,120 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,123 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,127 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,130 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,133 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,138 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,141 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,143 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,146 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,151 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,154 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,157 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,159 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,161 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,164 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,167 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,169 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,174 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,177 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,180 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,183 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,186 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,189 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,191 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,194 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,197 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,201 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,206 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,209 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,212 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,214 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,217 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,219 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,222 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,225 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,229 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,232 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,233 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,235 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,235 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,238 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,239 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,241 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,242 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,244 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,244 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,247 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,248 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,251 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,251 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,256 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,257 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,258 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,259 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,262 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,263 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,265 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,266 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,270 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,271 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,274 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,274 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,276 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,277 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,283 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,284 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,287 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,288 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,290 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,291 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,294 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,295 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,297 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,298 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,301 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,302 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,304 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,305 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,308 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,308 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,311 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,312 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,314 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,315 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,317 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,317 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,319 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,320 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,322 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,323 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,325 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,326 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,328 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,328 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,330 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,331 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,333 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,334 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,337 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,337 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,340 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,340 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,342 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,343 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,346 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,347 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,349 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,350 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,352 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,353 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,355 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,356 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,359 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,360 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,362 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,363 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,365 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,366 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,371 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,372 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,374 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,374 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,379 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,380 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,382 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,383 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,388 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,389 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,392 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,393 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,395 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,396 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,399 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,400 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,402 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,403 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,408 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,409 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,414 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,415 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,417 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,418 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,424 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,425 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,428 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,429 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,433 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,435 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,438 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,438 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,442 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,443 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,446 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,446 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,449 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,450 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,452 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,453 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,457 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,457 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,460 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,461 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,462 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,463 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,465 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,466 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,467 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,468 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,470 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,470 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,472 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,473 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,475 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,476 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,479 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,480 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,483 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,484 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,486 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,486 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,489 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,490 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,493 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,494 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,496 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,497 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,500 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,501 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,502 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,503 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,508 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,508 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,511 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,512 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,514 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,514 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,518 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,519 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,521 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,522 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,524 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,525 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,527 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,527 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,530 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,531 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,536 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,536 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,538 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,539 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,540 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,541 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,544 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,544 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,549 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,550 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,554 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,555 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,558 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,558 misc 7962 8782111040 Invalid value for VR IS: '1184.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,561 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,563 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,567 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,570 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,575 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,579 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,583 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,586 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,589 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,593 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,596 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,599 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,605 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,608 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,609 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,616 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,617 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,619 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,620 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,622 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,623 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,629 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,629 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,636 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,637 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,639 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,640 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,642 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,642 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,645 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,646 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,648 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,649 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,651 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,652 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,654 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,655 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,657 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,657 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,659 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,660 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,664 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,665 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,669 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,670 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,672 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,673 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,675 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,676 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,678 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,678 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,681 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,682 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,685 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,686 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,689 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,690 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,692 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,693 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,695 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,695 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,699 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,699 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,701 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,702 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,703 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,704 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,707 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,708 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,711 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,712 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,713 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,714 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,716 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,717 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,719 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,720 misc 7962 8782111040 Invalid value for VR IS: '848.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,722 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,723 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,725 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,726 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,727 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,728 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,730 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,731 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,736 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,737 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,742 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,742 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,744 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,745 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,747 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,748 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,750 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,750 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,754 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,755 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,756 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,757 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,762 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,763 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,765 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,766 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,767 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,768 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,773 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,774 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,777 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,778 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,781 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,782 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,784 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,784 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,786 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,787 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,789 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,790 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,792 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,793 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,795 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,796 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,800 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,801 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,803 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,803 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,805 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,806 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,809 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,809 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,811 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,812 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,816 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,817 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,822 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,823 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,825 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,826 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,828 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,828 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,831 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,832 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,835 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,836 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,837 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,838 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,840 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,840 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,842 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,842 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,846 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,847 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,860 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,861 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,869 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,869 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,872 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,873 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,875 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,876 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,878 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,879 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,881 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,882 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,884 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,885 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,887 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,888 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,890 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,890 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,893 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,894 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,896 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,897 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,899 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,899 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,901 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,902 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,904 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,905 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,907 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,908 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,911 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,912 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,913 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,914 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,916 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,917 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,920 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,920 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,925 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,926 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,927 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,928 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,930 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,931 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,934 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,935 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,937 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,938 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,942 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,943 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,945 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,946 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,949 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,949 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,952 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,952 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,955 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,956 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,960 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,961 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,964 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,965 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,972 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,973 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,978 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,978 misc 7962 8782111040 Invalid value for VR IS: '380.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:12,981 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,984 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,987 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,989 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,991 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,995 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:12,998 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,000 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,004 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,009 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,012 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,015 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,018 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,021 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,024 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,028 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,032 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,034 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,037 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,039 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,043 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,046 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,049 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,053 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,056 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,060 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,063 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,065 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,068 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,073 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,076 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,078 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,081 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,084 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,086 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,089 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,093 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,095 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,098 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,100 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,103 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,106 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,108 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,110 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,113 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,115 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,117 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,121 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,123 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,128 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,131 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,133 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,137 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,140 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,144 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,147 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,151 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,155 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,158 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,160 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,164 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,169 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,173 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,176 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,179 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,184 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,188 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,191 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,194 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,196 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,200 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,202 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,204 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,207 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,209 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,213 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,219 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,235 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,291 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,301 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,305 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,312 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,315 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,319 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,322 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,325 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,328 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,332 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,335 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,337 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,340 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,343 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,346 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,348 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,351 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,355 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,359 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,362 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,364 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,367 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,371 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,373 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,376 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,380 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,383 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,386 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,388 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,391 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,393 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,396 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,398 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,401 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,405 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,407 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,412 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,415 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,421 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,426 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,429 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,433 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,435 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,437 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,441 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,445 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,449 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,455 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,457 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,460 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,464 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,467 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,469 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,472 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,474 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,480 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,483 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,487 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,491 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,496 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,499 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,501 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,507 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,511 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,515 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,519 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,525 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,529 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,532 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,536 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,538 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,541 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,543 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,547 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,551 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,555 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,558 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,562 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,565 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,570 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,573 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,578 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,584 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,587 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,589 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,591 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,594 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,596 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,599 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,603 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,606 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,608 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,611 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,616 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,618 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,620 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,624 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,626 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,628 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,631 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,635 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,638 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,642 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,647 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,650 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,653 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,659 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,663 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,667 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,670 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,673 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,675 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,678 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,680 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,683 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,687 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,689 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,692 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,695 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,698 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,701 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,704 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,706 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,709 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,711 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,714 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,717 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,720 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,722 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,724 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,726 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,733 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,736 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,738 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,742 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,745 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,749 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,752 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,755 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,759 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,762 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,766 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,770 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,772 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,776 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,780 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,783 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,785 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,787 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,792 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,794 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,799 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,803 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,807 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,811 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,813 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,816 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,820 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,825 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,830 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,833 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,835 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,841 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,843 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,846 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,848 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,851 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,854 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,856 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,860 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,864 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,867 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,870 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,873 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,876 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,882 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,885 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,887 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,890 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,892 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,894 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,896 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,900 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,903 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,907 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,909 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,912 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,915 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,918 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,923 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,927 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,930 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,933 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,937 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,939 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,942 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,944 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,947 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,951 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,956 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,959 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,962 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,965 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,968 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,970 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,973 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,976 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,979 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,982 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,985 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,989 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,990 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:13,992 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,993 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:13,996 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:13,997 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:13,999 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,000 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,003 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,003 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,005 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,006 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,008 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,009 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,013 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,014 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,016 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,017 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,019 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,020 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,022 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,023 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,024 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,025 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,027 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,027 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,030 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,031 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,033 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,034 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,036 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,037 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,039 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,039 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,043 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,044 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,046 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,047 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,052 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,053 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,057 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,058 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,061 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,061 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,064 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,065 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,067 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,068 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,069 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,070 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,072 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,073 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,076 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,077 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,081 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,082 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,085 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,086 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,088 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,089 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,091 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,091 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,093 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,094 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,096 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,097 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,099 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,100 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,102 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,103 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,104 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,105 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,107 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,107 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,110 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,110 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,112 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,113 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,114 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,115 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,117 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,118 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,119 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,120 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,122 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,123 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,125 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,126 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,129 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,130 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,135 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,136 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,138 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,139 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,141 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,142 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,148 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,149 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,151 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,151 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,154 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,155 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,156 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,157 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,159 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,160 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,162 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,163 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,165 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,166 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,167 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,168 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,171 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,172 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,173 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,174 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,175 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,176 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,180 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,181 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,183 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,184 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,186 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,187 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,189 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,189 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,192 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,192 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,194 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,195 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,197 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,198 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,199 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,200 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,203 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,204 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,206 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,207 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,208 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,209 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,214 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,215 misc 7962 8782111040 Invalid value for VR IS: '624.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,217 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,217 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,219 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,220 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,222 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,223 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,224 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,225 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,228 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,228 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,231 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,231 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,233 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,234 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,235 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,236 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,238 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,239 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,241 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,241 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,243 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,244 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,246 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,247 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,249 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,249 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,253 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,254 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,255 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,256 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,258 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,258 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,260 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,261 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,262 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,263 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,265 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,266 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,269 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,270 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,273 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,274 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,275 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,276 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,281 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,282 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,284 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,284 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,288 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,288 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,293 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,294 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,296 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,296 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,299 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,300 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,302 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,303 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,308 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,309 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,311 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,312 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,317 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,317 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,319 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,320 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,322 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,323 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,325 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,325 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,331 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,332 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,333 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,334 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,337 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,338 misc 7962 8782111040 Invalid value for VR IS: '1421.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,340 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,341 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,342 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,343 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,345 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,345 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,350 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,350 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,352 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,353 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,355 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,356 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,360 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,361 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,363 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,364 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,368 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,369 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,371 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,371 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,374 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,374 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,376 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,377 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,379 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,379 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,382 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,383 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,387 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,388 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,391 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,392 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,393 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,394 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,398 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,399 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,401 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,402 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,405 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,406 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,407 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,408 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,411 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,412 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,414 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,414 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,416 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,417 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,419 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,420 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,422 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,422 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,425 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,425 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,430 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,430 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,433 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,434 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,436 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,437 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,439 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,440 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,442 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,443 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,445 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,445 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,448 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,449 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,451 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,452 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,454 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,455 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,457 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,458 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,460 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,460 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,463 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,464 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,466 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,466 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,471 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,472 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,474 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,474 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,477 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,478 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,480 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,481 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,486 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,487 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,489 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,490 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,493 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,493 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,496 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,497 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,499 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,500 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,502 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,503 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,505 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,505 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,507 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,508 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,509 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,510 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,512 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,513 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,516 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,516 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,520 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,520 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,522 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,523 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,525 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,526 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,528 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,529 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,530 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,531 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,534 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,535 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,537 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,538 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,541 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,542 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,544 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,544 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,546 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,547 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,550 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,551 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,553 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,554 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,557 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,558 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,560 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,561 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,563 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,564 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,567 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,567 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,572 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,573 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,575 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,575 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,577 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,578 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,580 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,581 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,583 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,583 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,586 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,586 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,588 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,589 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,591 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,592 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,594 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,595 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,596 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,597 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,599 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,600 misc 7962 8782111040 Invalid value for VR IS: '351.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:14,602 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,605 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,609 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,611 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,615 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,618 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,621 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,624 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,627 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,630 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,635 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,638 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,640 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,643 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,647 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,650 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,653 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,656 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,659 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,663 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,666 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,671 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,675 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,678 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,683 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,686 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,690 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,694 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,696 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,699 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,701 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,705 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,709 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,712 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,714 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,718 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,721 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,724 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,726 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,730 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,733 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,735 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,738 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,741 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,744 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,748 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,750 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,753 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,755 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,758 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,762 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,766 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,769 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,771 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,774 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,778 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,783 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,786 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,790 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,792 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,797 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,800 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,803 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,809 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,812 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,815 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,819 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,822 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,826 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,829 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,831 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,834 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,837 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,840 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,842 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,845 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,847 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,853 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,857 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,859 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,863 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,866 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,869 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,874 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,877 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,879 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,882 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,885 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,889 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,891 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,894 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,896 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,899 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,902 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,904 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,907 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,911 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,914 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,919 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,922 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,926 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,930 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,932 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,935 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,941 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,946 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,949 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,955 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,958 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,960 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,966 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,970 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,972 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,978 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,981 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,983 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,987 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,990 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,992 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:14,995 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,000 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,003 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,005 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,007 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,010 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,013 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,017 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,020 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,023 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,027 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,029 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,032 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,036 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,039 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,043 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,045 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,048 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,051 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,054 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,060 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,063 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,066 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,068 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,071 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,074 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,077 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,080 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,083 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,087 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,090 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,092 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,094 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,098 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,101 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,104 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,106 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,112 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,117 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,119 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,122 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,125 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,127 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,130 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,133 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,138 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,141 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,144 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,148 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,151 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,153 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,156 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,160 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,163 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,166 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,168 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,171 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,174 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,176 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,180 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,183 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,185 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,189 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,192 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,194 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,197 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,199 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,202 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,204 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,207 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,209 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,212 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,216 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,219 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,221 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,224 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,227 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,229 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,232 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,236 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,240 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,243 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,247 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,250 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,252 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,255 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,258 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,261 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,264 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,268 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,271 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,273 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,276 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,279 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,283 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,287 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,291 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,294 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,297 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,299 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,302 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,304 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,307 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,312 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,316 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,322 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,325 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,329 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,332 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,335 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,341 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,347 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,349 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,356 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,360 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,365 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,368 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,371 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,374 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,377 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,380 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,385 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,389 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,392 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,394 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,396 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,399 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,403 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,406 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,408 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,415 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,420 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,423 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,428 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,431 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,435 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,438 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,441 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,444 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,446 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,450 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,452 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,455 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,458 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,459 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,462 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,463 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,465 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,466 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,468 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,469 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,471 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,472 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,474 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,475 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,477 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,478 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,479 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,480 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,485 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,486 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,489 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,490 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,492 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,493 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,497 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,497 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,502 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,503 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,507 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,508 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,510 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,511 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,513 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,514 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,517 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,517 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,523 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,523 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,525 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,526 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,530 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,531 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,533 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,534 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,536 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,537 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,539 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,540 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,542 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,543 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,545 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,546 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,548 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,549 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,551 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,552 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,553 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,554 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,556 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,557 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,562 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,563 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,566 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,566 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,568 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,569 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,574 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,574 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,577 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,578 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,583 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,584 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,586 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,587 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,588 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,589 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,592 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,593 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,597 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,597 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,600 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,601 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,603 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,603 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,606 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,607 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,610 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,611 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,615 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,616 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,618 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,619 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,621 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,621 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,623 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,624 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,627 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,628 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,631 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,632 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,636 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,636 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,638 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,639 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,644 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,644 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,649 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,650 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,653 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,654 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,658 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,659 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,662 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,663 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,666 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,666 misc 7962 8782111040 Invalid value for VR IS: '582.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:15,669 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,673 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,676 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,680 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,682 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,684 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,688 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,691 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,695 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,699 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,703 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,706 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,712 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,715 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,718 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,721 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,724 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,726 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,730 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,735 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,738 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,743 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,750 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,753 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,758 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,762 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,765 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,767 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,772 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,775 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,778 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,783 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,787 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,790 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,794 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,797 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,802 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,805 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,809 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,812 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,815 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,819 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,823 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,826 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,828 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,831 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,835 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,838 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,840 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,843 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,846 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,849 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,854 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,860 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,863 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,867 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,870 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,875 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,879 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,882 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,885 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,888 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,890 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,896 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,899 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,901 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,903 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,906 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,909 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,912 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,917 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,922 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,925 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,928 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,931 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,933 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,936 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,939 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,942 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,945 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,947 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,950 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,954 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,957 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,960 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,962 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,968 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,973 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,976 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,981 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,983 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,989 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,992 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:15,996 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,000 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,004 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,009 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,012 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,014 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,016 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,020 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,022 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,025 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,028 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,030 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,036 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,039 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,041 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,044 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,047 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,050 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,053 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,057 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,060 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,064 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,069 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,071 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,075 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,077 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,081 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,084 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,086 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,089 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,092 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,094 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,097 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,100 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,103 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,106 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,109 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,114 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,117 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,120 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,124 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,127 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,129 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,132 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,134 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,139 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,141 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,144 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,147 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,149 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,153 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,155 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,158 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,161 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,163 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,165 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,169 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,172 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,175 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,178 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,181 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,184 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,188 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,191 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,193 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,197 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,199 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,203 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,207 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,209 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,213 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,217 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,220 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,223 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,225 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,228 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,234 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,237 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,240 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,243 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,247 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,252 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,256 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,259 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,261 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,265 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,268 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,273 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,275 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,278 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,281 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,284 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,289 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,290 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,292 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,293 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,294 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,295 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,298 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,299 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,301 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,301 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,304 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,304 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,306 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,307 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,309 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,310 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,313 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,314 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,317 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,318 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,319 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,320 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,323 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,324 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,326 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,327 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,329 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,329 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,331 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,332 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,334 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,334 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,338 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,338 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,342 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,343 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,346 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,346 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,349 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,350 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,352 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,352 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,354 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,355 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,356 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,357 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,362 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,362 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,365 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,366 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,367 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,368 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,370 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,371 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,374 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,375 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,377 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,378 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,379 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,380 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,382 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,383 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,387 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,387 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,392 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,393 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,394 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,395 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,396 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,397 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,400 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,400 misc 7962 8782111040 Invalid value for VR IS: '1221.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,408 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,414 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,416 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,419 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,422 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,424 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,427 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,430 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,433 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,436 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,440 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,443 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,446 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,449 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,452 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,455 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,460 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,463 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,466 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,470 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,472 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,475 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,478 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,481 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,484 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,486 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,489 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,491 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,494 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,497 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,501 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,503 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,505 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,508 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,510 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,513 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,516 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,519 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,522 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,525 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,528 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,532 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,535 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,537 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,540 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,542 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,545 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,548 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,550 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,554 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,558 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,560 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,563 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,565 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,568 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,570 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,573 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,576 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,578 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,584 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,587 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,589 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,590 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,593 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,593 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,595 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,596 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,598 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,598 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,601 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,602 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,605 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,606 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,608 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,608 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,610 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,611 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,613 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,614 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,616 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,617 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,618 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,619 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,621 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,622 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,625 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,625 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,629 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,630 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,632 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,632 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,634 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,635 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,637 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,638 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,641 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,641 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,643 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,644 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,647 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,647 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,652 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,653 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,656 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,657 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,659 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,660 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,662 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,663 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,665 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,666 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,668 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,669 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,671 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,671 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,674 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,675 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,677 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,678 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,679 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,680 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,682 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,682 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,685 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,685 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,690 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,690 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,693 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,694 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,697 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,698 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,699 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,700 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,703 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,703 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,706 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,707 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,712 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,713 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,715 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,716 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,718 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,719 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,720 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,721 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,723 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,724 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,726 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,727 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,729 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,730 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,733 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,734 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,737 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,738 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,740 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,740 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,742 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,743 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,745 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,746 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,748 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,749 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,751 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,751 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,753 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,754 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,756 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,756 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,758 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,759 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,761 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,762 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,764 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,765 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,767 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,767 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,769 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,770 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,771 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,772 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,777 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,778 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,780 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,781 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,785 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,786 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,788 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,789 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,790 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,791 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,792 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,793 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,797 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,798 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,803 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,804 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,808 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,809 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,811 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,812 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,814 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,815 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,819 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,820 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,822 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,822 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,824 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,825 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,826 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,827 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,830 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,831 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,835 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,836 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,841 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,842 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,844 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,844 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,848 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,848 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,850 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,851 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,853 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,854 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,858 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,859 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,864 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,865 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,868 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,869 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,871 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,872 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,874 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,875 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,876 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,877 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,882 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,883 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,886 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,886 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,889 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,890 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,892 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,893 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,898 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,899 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,900 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,901 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,904 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,905 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,908 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,909 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,912 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,912 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,914 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,915 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,917 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,918 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,923 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,924 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,926 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,927 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,930 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,931 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,933 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,933 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,935 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,936 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,938 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,939 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,942 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,943 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,945 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,946 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,948 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,949 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,950 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,951 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,953 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,954 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,956 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,956 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,958 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,959 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,961 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,962 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,964 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,965 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,966 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,967 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,972 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,972 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,976 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,976 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,978 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,979 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,981 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,982 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,985 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,986 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,988 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,989 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,991 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,992 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,993 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,994 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:16,997 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:16,998 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,000 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,001 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,004 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,005 misc 7962 8782111040 Invalid value for VR IS: '907.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,007 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,010 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,013 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,016 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,019 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,021 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,024 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,026 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,028 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,033 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,036 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,038 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,040 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,043 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,046 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,051 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,054 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,057 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,062 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,065 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,070 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,073 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,076 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,079 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,081 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,084 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,087 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,090 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,093 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,096 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,101 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,104 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,108 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,113 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,116 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,120 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,123 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,126 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,131 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,134 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,137 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,142 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,144 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,147 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,152 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,156 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,158 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,161 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,164 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,166 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,169 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,171 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,174 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,176 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,180 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,184 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,186 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,189 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,191 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,194 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,197 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,200 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,203 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,208 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,211 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,214 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,217 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,219 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,221 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,225 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,228 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,230 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,233 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,236 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,239 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,242 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,244 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,247 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,249 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,250 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,253 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,254 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,255 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,256 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,258 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,259 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,261 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,262 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,264 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,265 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,270 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,270 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,273 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,274 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,276 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,276 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,280 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,280 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,282 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,283 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,285 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,286 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,288 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,289 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,291 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,292 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,293 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,294 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,296 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,296 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,299 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,299 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,302 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,303 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,307 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,308 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,310 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,311 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,315 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,316 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,318 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,319 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,321 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,322 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,325 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,326 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,328 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,329 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,330 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,331 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,334 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,335 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,337 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,338 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,339 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,340 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,343 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,343 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,346 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,347 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,349 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,349 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,351 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,352 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,354 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,355 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,358 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,359 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,362 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,363 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,365 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,365 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,367 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,368 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,371 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,371 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,374 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,375 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,378 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,378 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,381 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,381 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,383 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,384 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,387 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,388 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,390 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,390 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,393 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,394 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,396 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,396 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,400 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,401 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,404 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,405 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,407 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,408 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,410 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,411 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,414 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,414 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,420 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,421 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,425 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,426 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,429 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,429 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,432 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,433 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,435 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,436 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,441 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,442 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,445 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,446 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,449 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,450 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,455 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,455 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,460 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,461 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,465 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,466 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,469 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,469 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,471 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,472 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,476 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,477 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,479 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,480 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,484 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,485 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,487 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,488 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,491 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,492 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,496 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,497 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,501 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,502 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,505 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,506 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,507 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,508 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,513 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,514 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,515 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,516 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,518 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,518 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,520 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,521 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,524 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,525 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,530 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,530 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,535 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,536 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,539 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,540 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,542 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,543 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,544 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,545 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,547 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,547 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,549 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,550 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,552 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,553 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,555 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,556 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,557 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,558 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,563 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,564 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,566 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,567 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,569 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,570 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,574 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,574 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,577 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,578 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,581 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,581 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,584 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,584 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,587 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,588 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,591 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,592 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,594 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,594 misc 7962 8782111040 Invalid value for VR IS: '159.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:17,596 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,600 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,603 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,606 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,608 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,611 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,613 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,616 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,619 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,622 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,624 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,629 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,632 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,635 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,639 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,641 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,647 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,650 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,652 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,655 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,660 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,663 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,667 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,670 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,673 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,675 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,678 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,684 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,686 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,689 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,692 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,694 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,697 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,700 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,703 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,706 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,709 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,712 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,715 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,719 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,724 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,727 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,733 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,735 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,738 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,741 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,744 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,746 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,749 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,753 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,758 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,762 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,764 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,766 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,769 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,773 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,776 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,780 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,783 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,785 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,788 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,793 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,795 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,801 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,804 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,807 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,810 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,814 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,816 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,819 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,822 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,825 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,827 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,830 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,835 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,837 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,840 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,843 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,846 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,848 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,854 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,858 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,862 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,866 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,868 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,872 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,877 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,881 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,884 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,887 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,889 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,892 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,894 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,897 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,901 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,905 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,908 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,910 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,916 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,921 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,924 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,927 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,929 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,932 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,937 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,940 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,944 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,948 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,952 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,957 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,959 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,963 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,968 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,971 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,975 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,977 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,980 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,983 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,987 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,990 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,993 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:17,997 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,001 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,004 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,007 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,009 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,014 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,016 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,019 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,024 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,026 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,028 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,031 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,034 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,038 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,040 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,043 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,046 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,049 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,052 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,057 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,059 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,066 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,068 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,072 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,075 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,078 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,083 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,086 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,091 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,094 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,097 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,100 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,103 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,106 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,109 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,113 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,117 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,121 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,124 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,129 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,132 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,134 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,137 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,140 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,142 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,144 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,147 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,150 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,152 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,155 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,158 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,160 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,163 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,166 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,168 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,171 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,173 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,176 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,179 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,182 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,184 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,189 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,193 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,196 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,200 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,203 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,206 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,209 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,213 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,216 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,219 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,223 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,226 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,229 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,231 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,235 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,237 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,240 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,243 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,245 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,248 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,253 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,256 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,259 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,262 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,265 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,268 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,272 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,275 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,278 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,283 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,288 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,290 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,293 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,297 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,300 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,305 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,307 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,310 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,313 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,315 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,320 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,322 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,324 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,327 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,330 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,335 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,338 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,340 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,343 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,347 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,350 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,353 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,356 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,359 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,362 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,365 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,369 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,371 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,375 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,378 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,381 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,384 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,387 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,389 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,392 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,395 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,397 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,399 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,402 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,405 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,407 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,410 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,413 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,417 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,420 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,423 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,425 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,428 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,431 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,434 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,437 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,439 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,443 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,446 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,448 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,450 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,453 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,457 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,459 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,461 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,464 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,467 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,471 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,474 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,480 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,483 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,485 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,487 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,490 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,496 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,499 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,503 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,506 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,511 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,513 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,517 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,521 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,524 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,530 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,533 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,536 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,539 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,542 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,545 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,550 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,554 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,558 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,562 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,567 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,572 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,574 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,577 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,582 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,585 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,587 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,593 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,596 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,598 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,602 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,604 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,607 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,609 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,611 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,613 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,615 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,618 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,622 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,625 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,629 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,632 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,637 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,640 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,643 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,646 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,649 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,652 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,654 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,657 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,661 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,663 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,666 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,668 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,673 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,677 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,680 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,682 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,684 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,690 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,693 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,695 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,697 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,700 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,703 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,705 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,708 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,711 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,713 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,716 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,719 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,722 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,725 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,728 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,730 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,733 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,737 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,741 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,744 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,750 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,754 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,757 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,760 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,765 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,768 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,771 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,774 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,777 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,780 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,784 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,787 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,792 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,795 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,799 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,802 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,807 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,810 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,813 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,816 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,818 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,821 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,825 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,828 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,832 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,835 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,837 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,840 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,842 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,845 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,848 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,851 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,854 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,858 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,861 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,864 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,867 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,870 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,873 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,876 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,879 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,883 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,885 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,888 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,890 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,894 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,898 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,900 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,905 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,908 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,911 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,914 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,920 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,923 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,928 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,931 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,934 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,937 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,939 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,942 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,945 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,948 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,950 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,954 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,957 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,959 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,962 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,964 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,967 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,971 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,974 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,976 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,979 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,981 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,984 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,986 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,990 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,992 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:18,997 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,002 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,005 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,008 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,010 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,011 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,013 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,014 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,017 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,018 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,020 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,021 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,023 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,024 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,026 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,026 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,031 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,032 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,034 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,034 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,036 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,037 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,039 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,040 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,041 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,042 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,045 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,046 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,048 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,049 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,051 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,052 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,054 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,055 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,058 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,059 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,061 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,062 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,065 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,066 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,068 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,068 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,071 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,071 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,074 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,074 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,076 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,077 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,078 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,079 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,081 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,082 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,084 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,085 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,087 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,087 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,089 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,090 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,095 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,095 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,098 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,098 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,100 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,101 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,103 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,104 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,106 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,107 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,112 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,113 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,115 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,116 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,120 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,121 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,124 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,124 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,127 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,128 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,131 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,131 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,134 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,135 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,137 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,138 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,139 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,140 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,141 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,142 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,144 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,145 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,150 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,150 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,152 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,152 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,154 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,155 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,157 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,157 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,160 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,161 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,163 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,164 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,166 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,166 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,168 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,169 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,170 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,171 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,173 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,174 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,176 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,177 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,180 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,180 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,182 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,183 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,185 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,186 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,189 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,190 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,192 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,192 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,195 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,195 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,198 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,198 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,200 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,201 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,203 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,204 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,207 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,207 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,210 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,210 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,212 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,213 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,215 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,216 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,218 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,219 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,222 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,223 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,225 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,225 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,227 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,228 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,229 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,230 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,233 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,234 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,235 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,236 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,240 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,241 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,244 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,245 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,248 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,248 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,253 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,254 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,256 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,257 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,260 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,260 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,263 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,263 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,266 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,267 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,270 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,271 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,273 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,274 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,278 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,278 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,280 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,281 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,283 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,284 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,286 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,287 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,289 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,289 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,294 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,295 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,297 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,298 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,299 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,300 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,305 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,306 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,309 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,309 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,311 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,312 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,315 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,315 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,319 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,319 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,321 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,322 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,323 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,324 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,326 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,326 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,328 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,329 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,331 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,332 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,334 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,335 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,337 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,338 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,341 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,341 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,344 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,345 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,346 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,347 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,350 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,351 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,352 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,353 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,355 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,356 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,358 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,359 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,360 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,361 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,363 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,364 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,366 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,367 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,369 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,370 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,372 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,372 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,374 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,375 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,380 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,381 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,383 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,384 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,386 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,387 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,389 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,390 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,392 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,392 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,395 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,395 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,397 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,398 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,399 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,400 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,403 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,404 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,406 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,406 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,412 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,412 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,414 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,415 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,420 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,420 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,423 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,423 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,425 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,426 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,428 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,428 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,430 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,431 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,432 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,433 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,435 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,435 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,438 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,439 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,444 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,445 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,448 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,449 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,451 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,451 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,457 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,457 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,459 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,460 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,463 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,464 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,466 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,467 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,470 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,471 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,473 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,474 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,479 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,479 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,484 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,485 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,488 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,488 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,490 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,491 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,493 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,494 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,496 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,497 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,499 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,500 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,502 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,503 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,505 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,506 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,508 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,509 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,511 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,512 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,516 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,517 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,519 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,519 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,522 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,523 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,524 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,525 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,528 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,528 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,531 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,532 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,534 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,534 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,538 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,539 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,541 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,542 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,543 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,544 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,546 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,547 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,550 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,550 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,553 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,554 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,557 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,557 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,559 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,560 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,561 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,562 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,564 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,565 misc 7962 8782111040 Invalid value for VR IS: '1742.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:19,566 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,569 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,573 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,576 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,580 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,583 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,585 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,588 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,590 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,594 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,596 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,598 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,601 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,603 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,606 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,609 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,615 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,620 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,626 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,628 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,631 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,633 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,636 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,640 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,642 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,644 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,647 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,649 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,652 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,655 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,659 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,662 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,665 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,667 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,670 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,674 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,677 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,681 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,683 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,687 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,691 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,693 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,699 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,702 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,704 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,707 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,711 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,713 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,716 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,720 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,725 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,728 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,731 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,734 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,737 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,743 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,746 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,749 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,752 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,755 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,758 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,760 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,763 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,767 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,771 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,775 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,777 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,781 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,784 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,787 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,789 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,795 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,797 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,800 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,804 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,807 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,812 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,815 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,817 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,821 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,823 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,826 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,829 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,832 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,835 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,837 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,839 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,843 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,846 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,849 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,851 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,855 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,859 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,862 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,866 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,868 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,874 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,877 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,880 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,882 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,885 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,888 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,890 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,894 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,896 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,899 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,905 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,907 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,909 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,914 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,916 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,920 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,925 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,930 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,933 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,935 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,938 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,940 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,943 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,946 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,949 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,952 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,957 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,960 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,964 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,967 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,970 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,973 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,975 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,979 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,981 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,987 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,991 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,994 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:19,997 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,000 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,003 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,007 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,011 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,014 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,017 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,021 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,024 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,026 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,029 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,031 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,035 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,040 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,042 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,047 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,050 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,052 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,057 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,059 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,062 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,066 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,069 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,072 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,077 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,081 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,084 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,087 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,089 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,092 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,098 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,100 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,104 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,107 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,110 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,112 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,115 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,118 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,122 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,128 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,131 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,134 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,138 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,140 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,142 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,145 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,150 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,155 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,158 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,161 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,164 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,167 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,170 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,176 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,179 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,182 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,185 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,188 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,190 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,193 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,197 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,203 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,206 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,208 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,211 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,214 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,219 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,225 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,229 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,232 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,235 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,240 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,244 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,250 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,254 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,259 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,263 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,265 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,267 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,271 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,274 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,277 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,280 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,283 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,286 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,289 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,291 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,295 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,297 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,302 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,308 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,311 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,315 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,317 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,320 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,323 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,326 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,330 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,332 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,336 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,339 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,341 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,345 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,347 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,351 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,354 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,357 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,360 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,363 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,367 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,370 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,373 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,376 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,381 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,384 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,386 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,389 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,392 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,394 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,399 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,402 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,405 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,407 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,410 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,413 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,416 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,419 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,422 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,424 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,428 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,430 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,434 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,436 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,440 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,445 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,447 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,450 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,454 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,459 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,461 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,465 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,468 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,470 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,473 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,475 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,478 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,481 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,484 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,488 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,490 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,492 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,495 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,497 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,501 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,506 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,511 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,514 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,520 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,524 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,527 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,530 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,532 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,534 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,538 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,543 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,546 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,551 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,554 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,557 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,560 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,563 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,566 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,569 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,573 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,576 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,581 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,584 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,588 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,590 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,593 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,597 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,599 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,603 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,605 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,608 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,613 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,616 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,619 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,624 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,628 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,632 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,636 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,639 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,641 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,644 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,648 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,650 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,651 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,654 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,654 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,658 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,658 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,661 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,662 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,664 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,665 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,667 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,667 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,669 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,670 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,672 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,673 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,675 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,675 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,678 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,679 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,681 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,682 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,684 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,685 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,687 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,688 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,690 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,690 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,692 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,693 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,696 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,697 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,700 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,701 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,705 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,706 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,708 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,709 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,711 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,711 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,713 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,714 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,716 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,716 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,719 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,720 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,723 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,724 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,726 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,727 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,728 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,729 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,731 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,732 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,734 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,734 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,738 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,738 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,740 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,741 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,743 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,743 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,746 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,747 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,749 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,750 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,753 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,754 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,757 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,757 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,760 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,761 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,763 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,764 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,769 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,769 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,774 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,775 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,777 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,778 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,781 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,781 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,783 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,783 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,790 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,790 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,794 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,795 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,798 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,799 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,801 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,801 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,803 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,804 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,806 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,807 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,810 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,811 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,814 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,815 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,816 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,817 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,819 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,819 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,821 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,822 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,826 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,827 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,829 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,830 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,831 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,832 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,835 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,836 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,838 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,839 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,842 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,843 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,847 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,848 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,916 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,917 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,920 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,921 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,924 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,925 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,927 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,928 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,933 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,934 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,937 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,937 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,939 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,940 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,941 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,942 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,944 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,945 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,950 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,950 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,953 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,954 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,956 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,957 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,960 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,961 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,965 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,966 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,969 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,970 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,972 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,973 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,975 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,975 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,977 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,978 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,980 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,981 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,983 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,983 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,988 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,989 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,990 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,991 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,994 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:20,995 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:20,999 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,000 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,001 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,002 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,004 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,005 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,010 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,011 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,014 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,014 misc 7962 8782111040 Invalid value for VR IS: '230.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,017 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,021 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,024 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,026 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,029 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,032 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,034 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,037 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,039 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,043 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,046 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,049 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,051 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,054 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,058 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,061 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,065 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,068 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,071 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,074 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,079 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,082 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,088 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,091 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,094 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,097 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,100 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,104 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,107 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,111 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,114 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,118 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,121 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,124 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,130 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,133 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,135 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,141 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,144 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,149 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,152 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,154 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,159 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,161 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,165 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,169 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,172 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,175 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,179 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,182 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,185 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,190 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,193 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,196 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,199 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,202 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,205 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,210 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,214 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,218 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,222 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,228 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,231 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,234 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,239 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,246 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,249 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,252 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,255 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,258 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,262 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,265 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,268 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,271 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,274 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,278 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,281 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,287 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,290 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,293 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,296 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,299 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,301 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,304 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,310 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,315 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,318 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,321 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,326 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,329 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,332 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,334 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,337 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,340 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,344 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,346 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,350 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,353 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,359 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,362 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,366 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,368 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,371 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,374 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,376 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,379 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,382 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,385 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,388 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,391 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,397 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,399 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,403 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,408 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,413 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,417 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,421 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,423 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,429 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,432 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,435 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,439 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,442 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,445 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,451 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,454 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,457 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,460 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,463 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,468 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,471 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,474 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,476 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,480 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,484 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,487 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,490 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,494 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,498 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,501 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,505 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,511 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,514 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,517 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,520 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,523 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,526 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,529 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,535 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,538 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,540 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,544 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,547 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,549 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,552 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,555 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,560 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,563 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,567 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,570 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,573 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,577 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,580 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,583 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,586 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,588 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,591 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,594 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,597 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,600 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,604 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,607 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,610 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,616 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,622 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,624 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,628 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,631 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,634 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,638 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,641 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,644 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,646 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,648 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,651 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,655 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,657 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,661 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,664 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,667 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,670 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,673 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,676 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,679 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,682 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,684 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,688 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,691 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,695 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,698 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,701 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,705 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,714 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,718 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,721 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,722 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,725 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,725 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,727 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,728 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,731 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,732 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,737 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,738 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,741 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,742 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,747 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,748 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,751 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,751 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,755 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,756 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,763 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,764 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,767 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,768 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,770 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,771 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,775 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,776 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,779 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,780 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,782 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,783 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,788 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,789 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,790 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,791 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,794 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,795 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,797 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,798 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,800 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,800 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,802 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,803 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,806 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,807 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,810 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,811 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,812 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,813 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,817 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,817 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,820 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,821 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,823 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,824 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,828 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,829 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,831 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,831 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,833 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,834 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,836 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,836 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,838 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,839 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,841 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,842 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,847 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,847 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,849 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,850 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,853 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,854 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,856 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,857 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,860 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,861 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,863 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,864 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,865 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,866 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,868 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,869 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,871 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,872 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,877 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,878 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,881 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,881 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,884 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,885 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,888 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,888 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,891 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,892 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,894 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,895 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,897 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,898 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,899 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,900 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,905 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,906 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,908 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,908 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,910 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,911 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,912 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,913 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,916 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,917 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,919 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,920 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,922 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,923 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,925 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,925 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,930 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,931 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,934 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,934 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,937 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,938 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,941 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,942 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,943 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,944 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,947 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,947 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,949 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,950 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,952 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,953 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,956 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,956 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,959 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,960 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,961 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,962 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,964 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,965 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,968 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,968 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,970 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,971 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,976 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,977 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,981 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,982 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,984 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,984 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,987 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,988 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,990 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,991 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,993 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,994 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,996 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:21,996 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:21,999 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,000 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,002 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,002 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,005 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,005 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,008 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,008 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,012 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,013 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,015 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,015 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,019 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,020 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,023 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,024 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,029 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,029 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,032 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,032 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,035 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,036 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,041 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,041 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,046 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,047 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,062 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,062 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,068 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,069 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,071 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,072 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,075 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,075 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,077 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,078 misc 7962 8782111040 Invalid value for VR IS: '1409.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,081 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,083 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,086 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,092 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,094 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,097 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,099 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,102 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,106 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,109 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,113 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,118 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,122 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,125 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,128 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,131 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,134 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,138 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,143 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,146 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,148 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,151 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,153 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,157 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,160 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,163 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,166 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,170 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,175 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,178 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,181 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,183 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,185 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,190 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,192 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,195 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,198 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,201 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,204 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,206 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,209 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,211 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,215 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,217 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,220 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,222 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,225 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,229 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,231 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,234 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,238 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,241 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,244 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,247 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,250 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,254 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,257 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,260 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,263 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,265 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,268 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,272 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,275 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,278 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,281 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,285 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,289 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,293 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,297 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,300 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,303 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,306 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,309 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,312 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,315 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,317 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,321 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,324 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,326 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,330 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,334 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,336 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,339 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,343 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,346 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,349 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,353 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,355 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,358 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,361 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,364 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,369 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,373 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,376 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,379 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,382 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,386 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,389 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,392 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,398 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,401 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,404 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,407 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,410 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,412 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,415 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,419 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,423 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,426 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,432 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,434 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,439 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,442 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,447 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,450 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,454 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,457 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,459 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,463 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,465 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,469 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,474 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,482 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,485 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,487 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,490 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,493 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,498 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,501 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,504 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,508 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,510 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,514 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,517 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,519 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,522 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,524 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,527 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,531 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,534 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,536 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,540 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,543 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,547 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,549 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,552 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,555 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,558 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,561 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,564 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,569 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,572 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,574 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,577 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,579 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,583 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,586 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,588 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,591 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,594 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,597 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,599 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,602 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,606 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,612 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,614 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,617 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,620 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,623 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,626 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,630 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,633 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,636 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,639 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,641 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,644 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,646 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,649 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,655 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,660 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,663 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,666 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,668 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,670 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,673 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,677 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,681 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,684 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,689 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,693 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,695 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,698 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,702 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,705 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,707 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,710 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,714 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,716 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,719 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,722 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,725 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,729 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,731 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,733 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,737 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,739 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,742 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,745 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,748 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,753 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,756 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,758 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,762 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,767 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,769 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,772 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,775 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,778 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,780 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,783 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,786 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,788 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,792 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,796 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,797 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,798 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,799 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,801 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,802 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,804 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,805 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,808 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,809 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,811 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,812 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,817 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,817 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,820 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,821 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,822 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,823 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,825 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,826 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,827 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,828 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,832 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,832 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,835 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,836 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,839 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,839 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,841 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,842 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,844 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,844 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,846 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,847 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,850 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,851 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,852 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,853 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,858 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,859 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,861 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,862 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,864 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,864 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,866 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,867 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,872 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,873 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,875 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,876 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,878 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,879 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,881 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,882 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,886 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,887 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,889 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,889 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,891 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,892 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,894 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,895 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,897 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,897 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,899 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,900 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,901 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,902 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,904 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,905 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,908 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,909 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,913 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,914 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,916 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,917 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,919 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,920 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,922 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,923 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,925 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,926 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,929 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,930 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,932 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,933 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,935 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,936 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,938 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,938 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,942 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,942 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,944 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,945 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,947 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,948 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,952 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,953 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,957 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,957 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,960 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,960 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,962 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,963 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,966 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,967 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,970 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,970 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,974 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,975 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,980 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,981 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,982 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,983 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,984 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,985 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,988 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,989 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,991 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,992 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,994 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,995 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:22,998 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:22,998 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,000 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,001 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,003 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,004 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,006 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,006 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,008 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,009 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,011 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,012 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,017 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,018 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,021 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,021 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,023 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,024 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,026 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,026 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,028 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,029 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,031 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,032 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,034 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,035 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,038 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,039 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,041 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,041 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,046 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,047 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,048 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,049 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,051 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,052 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,054 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,055 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,056 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,057 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,060 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,060 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,063 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,064 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,066 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,066 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,068 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,069 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,071 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,072 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,075 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,076 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,078 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,078 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,080 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,081 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,083 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,084 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,087 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,088 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,090 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,091 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,093 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,093 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,098 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,100 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,103 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,103 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,106 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,107 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,109 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,110 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,112 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,113 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,114 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,115 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,117 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,118 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,121 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,122 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,124 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,125 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,129 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,130 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,135 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,135 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,138 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,138 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,143 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,144 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,146 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,146 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,148 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,149 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,150 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,151 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,153 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,154 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,156 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,157 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,158 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,159 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,161 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,162 misc 7962 8782111040 Invalid value for VR IS: '1441.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,165 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,167 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,171 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,174 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,176 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,179 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,182 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,185 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,188 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,191 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,193 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,199 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,205 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,207 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,210 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,213 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,215 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,219 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,221 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,224 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,226 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,229 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,232 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,235 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,237 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,242 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,244 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,246 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,250 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,252 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,255 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,257 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,260 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,262 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,266 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,268 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,271 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,274 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,277 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,281 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,283 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,286 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,292 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,294 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,297 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,300 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,303 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,305 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,311 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,314 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,317 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,321 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,325 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,327 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,330 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,332 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,337 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,342 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,345 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,348 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,351 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,353 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,359 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,362 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,365 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,367 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,370 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,373 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,379 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,382 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,387 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,390 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,393 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,396 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,399 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,401 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,404 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,407 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,410 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,415 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,418 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,424 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,427 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,431 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,434 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,437 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,440 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,443 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,446 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,449 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,453 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,456 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,459 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,465 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,477 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,480 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,484 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,488 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,493 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,496 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,499 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,503 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,508 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,510 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,516 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,523 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,526 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,529 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,531 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,534 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,538 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,544 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,548 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,551 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,554 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,557 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,561 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,563 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,566 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,569 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,572 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,575 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,580 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,583 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,586 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,589 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,593 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,596 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,596 misc 7962 8782111040 Invalid value for VR IS: '565.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,599 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,600 misc 7962 8782111040 Invalid value for VR IS: '565.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,604 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,604 misc 7962 8782111040 Invalid value for VR IS: '565.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,606 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,607 misc 7962 8782111040 Invalid value for VR IS: '565.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,612 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,613 misc 7962 8782111040 Invalid value for VR IS: '565.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,616 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,616 misc 7962 8782111040 Invalid value for VR IS: '565.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,619 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,619 misc 7962 8782111040 Invalid value for VR IS: '565.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,621 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,622 misc 7962 8782111040 Invalid value for VR IS: '565.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,625 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,626 misc 7962 8782111040 Invalid value for VR IS: '565.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,630 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,631 misc 7962 8782111040 Invalid value for VR IS: '565.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,633 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,634 misc 7962 8782111040 Invalid value for VR IS: '565.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,635 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,636 misc 7962 8782111040 Invalid value for VR IS: '565.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,639 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,639 misc 7962 8782111040 Invalid value for VR IS: '565.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,641 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,642 misc 7962 8782111040 Invalid value for VR IS: '565.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,645 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,645 misc 7962 8782111040 Invalid value for VR IS: '565.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,648 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,649 misc 7962 8782111040 Invalid value for VR IS: '565.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:23,652 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,655 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,658 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,661 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,665 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,667 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,672 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,677 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,680 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,684 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,689 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,693 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,695 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,699 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,704 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,707 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,710 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,713 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,717 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,720 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,724 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,727 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,731 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,734 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,738 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,743 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,746 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,749 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,752 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,755 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,757 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,760 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,764 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,767 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,770 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,774 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,843 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,859 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,863 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,870 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,874 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,877 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,881 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,886 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,889 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,893 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,896 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,899 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,901 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,904 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,907 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,910 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,913 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,915 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,918 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,922 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,924 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,928 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,934 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,938 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,941 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,944 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,948 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,954 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,958 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,962 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,964 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,967 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,970 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,973 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,976 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,980 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,982 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,984 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,990 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,995 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:23,999 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,002 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,004 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,007 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,010 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,012 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,016 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,019 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,022 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,024 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,027 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,029 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,032 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,035 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,037 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,043 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,046 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,048 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,052 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,055 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,058 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,060 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,064 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,067 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,070 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,072 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,075 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,078 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,080 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,083 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,085 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,088 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,093 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,095 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,098 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,101 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,105 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,108 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,110 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,114 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,116 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,119 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,122 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,125 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,131 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,135 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,138 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,141 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,145 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,149 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,153 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,155 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,157 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,164 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,168 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,170 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,173 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,177 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,179 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,185 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,188 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,191 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,194 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,197 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,200 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,206 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,210 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,214 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,216 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,219 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,222 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,228 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,233 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,237 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,242 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,245 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,248 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,251 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,254 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,257 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,260 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,262 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,266 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,270 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,273 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,276 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,280 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,283 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,289 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,294 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,298 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,301 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,305 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,308 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,312 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,315 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,318 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,321 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,324 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,327 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,332 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,335 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,337 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,340 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,343 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,346 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,349 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,352 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,355 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,358 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,361 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,364 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,366 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,371 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,374 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,377 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,381 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,383 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,387 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,392 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,397 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,404 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,407 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,409 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,415 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,419 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,422 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,425 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,428 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,431 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,434 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,439 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,443 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,446 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,449 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,452 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,454 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,458 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,460 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,463 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,465 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,468 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,470 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,476 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,479 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,482 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,487 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,491 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,495 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,497 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,502 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,505 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,509 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,512 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,516 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,519 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,522 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,527 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,529 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,534 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,537 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,540 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,543 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,546 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,549 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,552 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,556 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,559 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,562 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,565 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,571 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,574 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,576 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,580 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,584 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,588 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,590 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,594 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,597 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,600 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,603 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,609 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,612 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,614 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,617 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,621 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,625 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,631 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,633 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,636 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,639 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,642 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,645 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,647 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,650 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,653 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,655 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,661 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,663 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,666 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,668 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,671 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,674 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,678 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,681 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,683 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,687 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,690 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,694 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,697 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,701 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,704 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,708 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,710 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,715 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,718 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,721 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,726 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,729 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,732 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,735 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,739 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,744 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,747 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,751 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,754 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,756 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,759 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,761 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,764 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,766 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,769 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,773 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,778 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,781 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,784 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,787 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,792 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,795 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,797 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,800 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,803 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,806 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,809 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,812 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,814 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,820 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,824 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,830 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,832 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,836 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,839 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,844 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,846 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,852 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,854 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,857 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,859 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,862 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,866 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,869 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,872 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,875 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,878 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,882 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,885 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,887 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,889 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,892 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,898 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,902 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,905 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,909 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,912 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,916 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,919 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,922 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,924 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,927 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,930 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,934 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,937 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,940 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,943 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,946 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,948 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,952 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,956 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,959 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,964 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,967 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,970 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,974 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,977 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,981 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,985 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,989 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,992 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,995 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:24,999 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,001 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,004 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,009 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,013 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,016 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,021 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,025 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,027 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,030 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,036 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,039 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,041 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,044 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,047 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,049 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,053 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,055 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,058 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,061 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,064 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,068 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,072 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,075 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,078 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,082 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,086 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,089 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,092 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,095 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,097 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,100 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,102 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,105 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,107 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,110 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,113 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,116 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,119 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,122 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,125 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,129 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,133 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,135 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,137 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,141 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,144 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,147 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,150 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,153 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,156 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,159 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,161 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,166 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,170 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,173 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,177 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,180 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,184 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,187 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,192 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,195 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,201 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,203 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,206 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,209 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,213 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,216 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,221 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,225 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,229 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,234 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,238 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,242 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,245 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,248 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,253 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,255 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,257 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,260 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,264 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,268 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,273 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,276 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,279 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,284 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,288 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,290 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,293 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,296 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,300 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,304 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,310 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,313 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,315 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,319 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,324 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,326 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,329 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,334 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,337 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,339 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,344 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,347 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,350 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,353 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,357 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,360 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,363 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,366 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,368 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,371 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,374 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,376 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,379 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,382 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,385 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,388 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,394 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,396 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,399 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,402 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,404 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,408 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,412 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,416 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,418 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,421 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,424 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,426 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,432 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,434 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,436 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,443 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,448 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,451 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,454 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,458 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,461 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,464 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,467 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,469 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,472 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,475 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,478 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,480 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,483 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,486 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,491 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,494 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,496 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,501 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,504 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,508 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,514 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,519 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,524 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,529 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,531 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,535 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,538 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,542 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,545 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,549 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,551 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,554 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,558 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,561 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,565 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,568 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,571 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,574 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,577 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,580 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,583 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,586 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,591 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,594 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,597 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,600 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,603 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,606 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,608 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,611 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,615 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,619 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,622 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,628 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,630 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,635 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,638 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,643 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,646 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,649 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,652 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,654 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,657 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,661 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,667 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,672 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,676 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,682 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,684 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,687 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,690 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,693 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,696 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,700 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,702 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,705 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,710 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,713 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,717 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,720 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,723 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,726 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,731 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,735 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,738 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,741 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,744 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,747 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,750 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,754 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,758 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,760 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,763 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,766 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,770 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,773 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,777 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,781 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,783 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,786 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,789 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,791 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,795 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,798 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,802 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,806 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,808 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,812 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,815 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,820 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,823 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,827 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,830 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,832 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,835 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,838 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,840 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,845 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,851 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,854 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,857 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,862 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,865 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,868 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,871 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,874 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,877 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,880 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,882 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,886 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,892 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,895 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,900 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,902 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,905 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,908 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,910 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,913 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,919 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,923 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,928 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,932 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,934 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,937 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,939 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,943 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,946 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,950 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,953 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,956 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,959 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,963 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,965 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,968 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,971 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,977 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,980 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,987 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,990 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,992 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,996 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:25,998 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,001 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,004 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,006 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,009 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,012 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,016 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,019 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,022 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,025 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,027 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,030 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,033 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,035 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,037 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,040 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,043 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,046 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,050 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,053 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,058 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,061 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,064 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,067 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,071 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,075 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,078 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,081 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,084 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,086 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,089 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,092 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,094 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,097 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,101 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,104 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,108 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,111 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,115 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,120 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,123 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,128 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,131 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,134 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,137 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,140 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,142 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,145 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,148 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,152 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,155 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,158 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,161 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,164 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,167 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,171 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,174 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,179 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,181 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,184 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,186 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,190 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,192 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,195 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,198 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,201 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,204 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,207 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,210 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,213 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,218 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,221 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,223 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,228 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,231 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,236 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,242 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,244 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,247 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,252 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,255 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,257 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,261 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,264 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,267 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,270 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,273 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,277 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,279 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,281 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,284 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,287 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,290 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,292 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,298 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,300 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,304 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,306 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,310 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,313 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,317 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,319 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,325 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,327 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,332 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,338 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,343 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,347 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,350 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,352 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,356 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,358 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,362 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,365 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,367 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,372 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,374 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,378 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,381 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,384 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,390 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,393 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,397 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,400 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,403 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,408 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,412 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,414 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,418 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,420 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,423 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,425 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,428 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,434 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,437 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,440 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,442 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,446 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,449 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,453 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,456 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,458 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,461 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,464 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,467 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,470 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,473 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,476 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,478 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,481 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,483 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,486 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,489 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,492 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,496 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,500 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,504 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,508 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,512 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,514 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,517 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,521 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,524 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,527 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,531 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,533 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,536 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,539 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,542 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,546 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,549 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,551 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,555 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,558 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,561 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,565 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,568 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,571 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,574 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,577 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,582 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,586 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,588 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,591 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,594 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,597 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,599 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,604 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,607 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,610 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,612 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,615 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,618 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,621 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,624 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,628 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,632 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,637 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,639 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,642 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,646 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,652 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,655 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,660 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,662 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,666 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,670 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,673 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,676 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,680 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,682 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,684 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,689 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,692 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,694 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,696 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,699 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,702 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,705 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,709 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,711 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,715 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,717 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,720 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,723 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,726 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,730 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,733 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,736 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,738 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,741 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,747 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,750 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,753 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,755 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,759 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,762 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,765 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,768 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,771 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,775 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,777 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,780 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,782 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,785 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,787 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,793 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,797 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,799 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,804 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,807 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,811 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,813 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,816 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,819 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,822 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,825 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,828 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,834 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,836 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,839 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,842 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,845 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,847 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,850 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,853 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,857 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,860 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,863 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,866 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,870 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,872 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,875 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,877 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,880 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,883 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,886 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,889 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,892 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,895 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,898 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,901 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,904 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,907 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,909 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,912 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,915 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,921 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,923 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,927 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,929 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,933 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,939 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,942 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,945 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,948 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,951 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,954 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,956 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,959 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,962 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,966 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,968 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,971 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,974 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,977 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,980 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,983 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,986 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,989 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,996 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:26,999 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,002 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,005 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,011 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,015 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,019 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,023 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,027 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,029 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,033 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,036 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,039 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,044 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,048 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,050 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,056 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,059 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,063 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,067 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,073 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,076 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,081 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,084 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,086 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,089 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,092 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,095 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,098 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,101 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,107 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,113 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,115 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,118 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,122 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,128 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,132 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,134 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,139 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,143 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,149 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,153 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,157 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,160 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,163 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,166 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,169 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,171 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,175 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,178 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,181 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,183 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,186 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,189 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,193 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,196 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,199 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,202 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,205 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,207 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,211 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,214 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,216 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,220 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,223 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,226 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,228 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,231 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,234 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,236 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,241 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,244 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,247 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,250 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,254 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,257 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,260 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,265 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,267 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,271 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,277 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,279 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,281 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,285 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,288 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,292 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,295 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,298 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,301 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,305 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,309 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,312 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,315 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,318 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,322 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,325 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,328 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,332 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,335 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,338 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,341 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,344 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,346 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,349 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,352 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,355 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,358 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,360 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,363 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,366 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,369 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,375 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,377 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,381 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,384 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,387 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,389 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,392 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,396 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,401 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,405 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,408 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,413 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,416 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,420 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,423 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,426 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,428 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,434 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,436 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,439 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,441 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,445 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,448 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,453 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,458 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,460 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,467 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,469 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,472 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,474 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,478 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,481 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,484 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,486 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,489 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,493 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,496 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,500 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,503 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,506 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,511 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,513 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,516 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,522 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,524 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,527 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,530 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,532 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,534 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,538 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,540 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,543 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,547 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,553 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,556 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,561 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,563 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,565 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,567 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,574 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,579 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,582 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,585 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,588 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,594 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,601 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,607 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,610 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,613 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,616 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,618 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,621 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,624 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,628 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,631 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,635 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,638 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,645 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,648 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,651 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,655 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,658 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,661 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,663 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,667 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,671 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,676 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,679 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,684 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,691 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,695 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,699 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,702 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,705 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,707 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,710 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,714 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,718 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,720 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,723 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,729 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,732 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,735 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,737 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,741 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,744 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,747 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,751 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,754 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,757 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,760 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,764 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,767 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,770 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,772 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,776 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,779 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,781 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,784 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,788 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,792 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,795 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,800 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,804 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,806 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,809 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,812 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,815 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,818 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,821 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,824 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,827 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,830 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,832 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,838 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,842 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,844 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,849 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,852 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,855 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,857 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,860 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,863 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,866 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,869 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,873 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,875 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,880 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,883 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,886 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,890 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,892 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,896 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,899 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,902 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,907 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,911 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,914 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,916 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,919 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,923 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,926 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,928 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,932 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,935 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,940 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,943 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,947 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,949 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,953 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,957 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,960 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,963 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,967 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,975 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,979 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,983 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,987 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,990 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:27,995 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,000 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,003 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,006 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,009 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,013 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,016 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,019 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,022 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,025 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,027 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,030 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,036 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,039 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,043 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,045 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,049 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,054 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,057 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,060 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,065 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,068 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,072 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,076 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,080 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,083 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,086 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,089 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,092 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,098 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,101 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,104 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,107 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,110 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,112 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,115 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,118 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,122 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,125 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,128 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,132 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,134 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,137 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,140 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,143 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,147 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,150 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,156 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,159 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,163 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,166 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,169 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,172 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,174 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,177 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,180 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,183 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,186 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,189 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,192 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,194 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,197 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,200 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,203 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,206 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,209 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,212 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,215 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,221 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,224 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,227 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,229 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,232 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,236 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,238 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,241 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,244 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,246 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,249 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,252 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,256 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,259 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,262 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,264 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,270 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,273 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,276 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,278 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,281 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,284 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,288 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,291 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,294 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,296 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,299 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,303 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,308 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,311 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,314 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,317 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,321 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,324 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,327 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,333 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,336 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,339 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,344 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,347 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,350 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,354 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,358 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,360 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,363 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,366 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,369 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,373 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,376 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,378 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,381 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,384 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,389 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,394 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,396 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,400 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,403 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,407 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,409 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,411 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,414 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,418 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,421 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,423 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,426 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,429 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,432 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,436 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,439 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,444 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,447 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,449 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,453 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,456 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,459 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,461 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,465 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,471 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,476 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,480 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,483 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,487 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,490 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,493 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,495 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,498 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,502 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,505 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,507 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,510 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,513 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,517 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,519 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,522 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,525 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,529 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,532 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,534 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,540 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,543 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,546 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,549 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,555 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,559 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,562 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,565 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,568 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,571 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,574 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,578 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,580 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,586 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,589 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,592 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,595 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,599 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,604 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,607 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,611 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,614 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,618 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,621 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,623 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,626 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,629 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,632 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,634 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,637 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,639 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,641 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,644 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,647 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,651 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,653 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,659 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,662 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,665 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,667 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,670 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,674 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,679 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,681 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,685 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,687 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,691 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,696 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,699 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,703 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,706 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,708 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,711 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,715 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,718 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,721 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,724 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,727 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,731 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,734 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,736 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,739 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,742 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,745 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,747 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,751 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,754 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,757 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,762 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,764 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,767 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,770 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,773 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,775 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,778 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,784 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,789 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,792 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,796 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,799 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,804 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,807 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,810 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,812 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,814 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,817 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,820 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,823 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,825 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,828 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,833 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,836 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,839 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,841 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,844 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,850 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,856 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,860 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,863 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,866 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,869 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,872 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,875 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,878 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,884 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,890 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,893 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,896 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,899 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,901 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,904 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,908 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,911 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,916 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,919 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,921 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,924 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,927 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,929 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,932 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,937 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,940 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,943 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,946 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,949 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,952 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,955 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,957 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,960 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,962 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,966 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,968 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,972 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,974 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,977 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,980 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,983 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,986 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,988 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,991 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,994 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:28,997 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,001 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,004 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,007 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,007 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,009 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,010 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,012 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,013 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,017 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,017 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,019 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,020 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,022 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,023 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,025 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,026 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,029 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,030 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,033 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,034 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,036 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,037 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,039 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,040 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,042 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,043 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,045 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,045 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,048 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,049 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,051 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,052 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,054 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,055 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,057 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,058 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,060 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,061 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,063 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,064 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,067 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,068 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,073 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,074 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,076 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,077 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,079 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,080 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,083 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,084 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,087 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,088 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,091 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,091 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,094 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,095 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,097 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,098 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,100 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,101 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,103 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,104 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,107 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,108 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,110 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,111 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,114 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,114 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,117 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,117 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,122 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,122 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,125 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,126 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,129 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,130 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,133 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,133 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,135 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,136 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,138 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,139 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,141 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,142 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,145 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,145 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,147 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,148 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,151 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,151 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,154 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,155 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,159 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,159 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,163 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,164 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,166 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,166 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,168 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,169 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,171 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,172 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,177 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,178 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,179 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,180 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,182 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,183 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,185 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,185 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,188 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,189 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,192 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,193 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,195 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,195 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,198 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,198 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,203 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,204 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,206 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,207 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,211 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,212 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,216 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,217 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,219 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,220 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,223 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,223 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,226 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,227 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,229 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,229 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,232 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,233 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,234 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,235 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,236 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,237 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,239 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,240 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,243 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,244 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,249 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,250 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,252 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,253 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,257 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,258 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,261 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,262 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,265 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,265 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,267 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,268 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,273 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,274 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,276 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,277 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,279 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,280 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,283 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,284 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,285 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,286 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,288 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,289 misc 7962 8782111040 Invalid value for VR IS: '1704.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,294 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,295 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,300 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,301 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,303 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,304 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,307 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,308 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,310 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,310 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,313 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,313 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,315 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,316 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,320 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,320 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,322 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,323 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,325 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,326 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,328 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,328 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,330 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,331 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,336 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,337 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,340 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,341 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,342 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,343 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,347 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,348 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,349 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,350 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,352 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,353 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,355 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,356 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,358 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,359 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,361 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,361 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,364 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,364 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,369 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,369 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,371 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,372 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,374 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,374 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,377 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,378 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,380 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,380 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,382 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,383 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,384 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,385 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,386 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,387 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,389 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,390 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,395 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,395 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,398 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,398 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,401 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,402 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,405 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,406 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,407 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,408 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,411 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,411 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,416 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,417 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,419 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,420 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,421 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,422 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,425 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,425 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,428 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,429 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,431 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,431 misc 7962 8782111040 Invalid value for VR IS: '821.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,434 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,437 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,440 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,446 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,449 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,454 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,459 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,462 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,464 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,468 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,472 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,476 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,479 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,482 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,488 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,492 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,496 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,499 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,501 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,504 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,507 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,510 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,513 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,516 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,518 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,521 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,525 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,529 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,531 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,535 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,537 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,541 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,544 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,548 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,550 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,553 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,559 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,562 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,565 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,568 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,573 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,578 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,580 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,585 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,587 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,590 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,594 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,597 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,601 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,604 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,619 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,623 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,626 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,629 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,633 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,636 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,639 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,641 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,644 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,650 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,653 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,657 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,659 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,662 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,664 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,667 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,671 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,674 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,676 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,678 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,682 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,684 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,687 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,690 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,693 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,696 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,698 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,700 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,703 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,706 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,710 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,713 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,715 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,721 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,723 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,726 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,730 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,733 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,736 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,740 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,743 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,747 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,749 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,752 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,755 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,758 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,762 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,765 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,768 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,771 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,774 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,777 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,779 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,782 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,784 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,786 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,789 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,793 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,796 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,800 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,804 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,806 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,809 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,813 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,815 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,819 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,821 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,823 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,826 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,829 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,831 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,834 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,837 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,840 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,843 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,845 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,848 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,850 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,853 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,857 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,862 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,864 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,868 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,869 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,871 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,872 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,874 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,875 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,877 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,877 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,879 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,880 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,884 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,884 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,887 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,887 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,892 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,892 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,895 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,896 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,898 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,899 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,901 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,901 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,903 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,904 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,906 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,907 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,912 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,913 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,915 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,915 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,918 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,919 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,921 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,922 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,925 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,926 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,928 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,929 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,931 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,932 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,933 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,934 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,937 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,938 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,943 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,944 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,946 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,946 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,948 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,948 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,950 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,951 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,956 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,957 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,959 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,959 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,961 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,962 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,965 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,966 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,970 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,970 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,974 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,975 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,977 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,978 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,981 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,982 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,983 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,984 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,986 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,986 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,991 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,992 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,994 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,994 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,996 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:29,997 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:29,999 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,000 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,003 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,004 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,006 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,007 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,010 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,011 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,012 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,013 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,016 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,017 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,019 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,020 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,023 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,024 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,026 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,027 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,030 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,031 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,034 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,035 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,037 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,038 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,040 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,041 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,043 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,043 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,045 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,046 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,048 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,049 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,051 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,052 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,054 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,055 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,060 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,061 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,064 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,065 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,069 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,070 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,072 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,072 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,074 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,075 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,079 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,079 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,083 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,083 misc 7962 8782111040 Invalid value for VR IS: '496.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,089 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,092 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,095 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,098 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,101 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,103 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,107 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,109 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,112 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,116 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,120 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,122 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,127 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,132 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,137 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,144 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,148 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,155 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,190 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,195 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,197 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,201 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,207 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,210 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,213 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,216 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,218 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,222 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,226 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,229 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,231 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,234 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,239 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,241 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,244 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,247 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,251 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,254 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,257 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,260 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,263 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,266 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,269 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,275 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,277 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,281 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,283 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,286 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,289 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,292 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,295 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,299 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,303 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,306 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,308 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,314 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,317 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,320 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,324 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,328 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,331 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,334 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,339 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,342 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,345 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,348 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,351 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,354 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,357 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,360 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,365 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,367 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,370 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,372 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,375 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,379 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,383 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,386 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,388 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,391 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,394 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,396 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,403 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,406 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,408 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,412 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,415 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,418 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,421 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,425 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,427 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,430 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,432 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,436 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,439 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,442 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,445 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,448 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,451 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,453 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,456 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,458 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,461 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,464 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,467 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,470 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,472 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,475 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,478 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,480 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,486 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,489 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,493 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,496 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,499 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,502 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,505 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,510 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,514 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,517 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,519 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,522 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,524 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,529 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,535 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,538 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,542 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,544 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,548 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,552 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,556 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,558 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,561 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,564 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,566 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,569 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,572 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,575 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,578 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,580 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,586 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,589 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,593 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,596 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,599 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,605 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,609 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,612 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,614 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,618 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,620 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,623 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,626 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,629 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,633 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,637 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,642 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,646 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,649 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,651 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,653 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,656 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,658 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,661 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,663 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,667 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,669 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,672 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,676 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,679 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,682 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,685 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,688 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,690 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,693 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,698 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,701 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,707 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,707 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,709 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,710 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,712 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,713 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,717 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,718 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,720 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,721 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,723 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,724 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,728 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,729 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,730 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,731 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,734 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,735 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,737 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,738 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,740 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,741 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,742 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,743 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,746 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,746 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,749 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,750 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,752 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,753 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,755 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,756 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,758 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,758 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,760 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,761 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,764 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,764 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,767 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,768 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,771 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,772 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,775 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,775 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,777 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,778 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,783 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,784 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,786 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,787 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,789 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,790 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,792 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,793 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,796 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,797 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,799 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,800 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,804 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,804 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,809 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,810 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,813 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,814 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,816 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,817 misc 7962 8782111040 Invalid value for VR IS: '148.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:30,820 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,822 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,825 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,828 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,833 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,837 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,842 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,844 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,848 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,851 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,854 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,857 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,861 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,863 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,869 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,872 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,875 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,880 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,884 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,892 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,895 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,898 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,901 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,904 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,908 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,910 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,913 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,916 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,918 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,921 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,924 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,927 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,930 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,933 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,937 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,939 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,942 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,946 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,949 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,952 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,954 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,958 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,961 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,964 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,967 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,970 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,973 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,976 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,979 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,982 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,984 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,987 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,992 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,996 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:30,999 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,001 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,004 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,007 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,011 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,016 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,019 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,022 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,024 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,026 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,029 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,032 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,035 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,037 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,041 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,044 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,047 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,050 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,053 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,057 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,059 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,062 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,065 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,069 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,072 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,074 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,077 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,084 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,087 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,090 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,092 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,098 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,101 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,104 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,107 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,111 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,113 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,115 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,118 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,121 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,123 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,126 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,130 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,133 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,135 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,138 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,142 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,146 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,148 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,152 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,155 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,157 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,161 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,164 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,167 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,170 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,173 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,175 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,178 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,181 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,184 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,187 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,190 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,192 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,196 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,199 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,201 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,205 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,207 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,210 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,212 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,218 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,222 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,225 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,228 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,230 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,233 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,238 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,244 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,247 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,249 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,252 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,255 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,258 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,261 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,263 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,266 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,269 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,271 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,272 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,277 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,278 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,281 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,281 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,285 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,285 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,288 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,288 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,290 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,291 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,294 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,295 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,296 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,297 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,299 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,300 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,301 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,302 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,307 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,308 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,310 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,310 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,312 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,313 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,315 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,315 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,317 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,318 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,321 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,322 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,324 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,325 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,327 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,328 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,331 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,332 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,334 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,335 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,337 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,338 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,339 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,340 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,345 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,345 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,347 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,348 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,350 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,350 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,353 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,354 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,356 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,357 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,359 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,359 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,361 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,362 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,364 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,364 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,366 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,367 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,368 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,369 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,373 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,373 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,376 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,377 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,380 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,381 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,383 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,383 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,385 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,386 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,387 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,388 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,391 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,391 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,393 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,394 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,397 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,398 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,400 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,401 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,402 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,403 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,406 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,407 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,410 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,411 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,413 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,414 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,417 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,418 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,420 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,421 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,424 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,425 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,428 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,428 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,431 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,431 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,436 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,437 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,440 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,441 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,443 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,444 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,446 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,447 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,449 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,450 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,451 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,452 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,455 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,455 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,457 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,458 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,461 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,461 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,463 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,464 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,466 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,467 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,470 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,471 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,474 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,474 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,477 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,478 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,481 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,481 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,484 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,484 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,487 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,488 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,491 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,491 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,494 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,494 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,496 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,497 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,499 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,500 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,502 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,503 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,508 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,508 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,510 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,511 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,513 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,513 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,516 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,516 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,518 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,518 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,521 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,522 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,525 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,526 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,529 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,530 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,532 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,533 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,535 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,535 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,539 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,540 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,543 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,543 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,545 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,546 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,548 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,548 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,551 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,552 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,554 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,555 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,557 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,557 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,560 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,561 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,563 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,564 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,567 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,568 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,570 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,571 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,574 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,574 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,580 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,580 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,583 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,583 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,588 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,588 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,591 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,591 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,593 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,594 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,597 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,598 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,601 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,602 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,605 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,606 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,609 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,609 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,613 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,613 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,618 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,619 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,621 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,621 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,626 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,627 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,628 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,629 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,631 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,632 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,634 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,635 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,637 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,638 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,640 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,641 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,644 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,645 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,646 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,647 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,649 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,649 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,652 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,653 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,655 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,656 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,659 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,660 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,662 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,663 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,665 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,666 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,667 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,668 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,670 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,671 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,674 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,675 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,676 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,677 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,679 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,679 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,681 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,682 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,684 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,685 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,689 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,690 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,691 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,692 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,694 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,695 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,696 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,697 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,700 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,701 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,705 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,706 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,709 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,710 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,712 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,713 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,714 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,715 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,717 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,717 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,720 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,721 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,723 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,724 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,726 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,726 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,729 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,730 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,732 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,732 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,738 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,738 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,740 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,741 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,743 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,744 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,747 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,748 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,750 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,751 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,753 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,753 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,755 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,756 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,759 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,760 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,763 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,763 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,766 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,766 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,771 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,772 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,774 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,775 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,778 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,779 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,784 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,785 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,787 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,787 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,789 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,789 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,792 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,793 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,796 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,797 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,798 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,799 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,801 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,802 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,805 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,806 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,808 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,809 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,811 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,812 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,814 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,814 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,816 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,817 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,821 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,821 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,823 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,824 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,825 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,826 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,828 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,829 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,831 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,832 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,834 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,835 misc 7962 8782111040 Invalid value for VR IS: '1034.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:31,838 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,841 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,844 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,847 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,849 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,853 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,856 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,861 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,866 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,870 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,872 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,874 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,878 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,880 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,882 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,885 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,888 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,891 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,894 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,898 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,901 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,904 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,906 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,909 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,911 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,914 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,917 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,920 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,922 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,925 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,927 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,930 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,935 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,937 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,941 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,944 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,946 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,949 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,953 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,956 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,958 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,961 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,964 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,970 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,973 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,975 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,978 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,981 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,983 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,986 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,990 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,992 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,995 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:31,998 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,000 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,003 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,006 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,010 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,013 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,017 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,020 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,022 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,026 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,029 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,031 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,034 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,037 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,039 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,043 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,045 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,049 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,052 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,055 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,058 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,060 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,064 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,069 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,071 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,074 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,078 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,081 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,085 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,087 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,091 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,093 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,099 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,104 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,107 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,109 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,111 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,114 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,116 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,120 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,124 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,128 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,129 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,133 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,134 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,136 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,137 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,141 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,142 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,146 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,146 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,149 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,150 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,152 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,153 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,155 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,155 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,158 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,158 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,163 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,164 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,169 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,170 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,172 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,173 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,176 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,177 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,179 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,180 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,182 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,183 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,185 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,186 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,189 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,190 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,192 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,193 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,195 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,196 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,199 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,199 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,202 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,203 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,208 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,209 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,211 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,212 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,213 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,214 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,217 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,218 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,220 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,220 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,223 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,223 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,225 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,226 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,228 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,229 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,231 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,232 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,234 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,234 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,236 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,237 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,243 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,244 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,246 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,246 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,249 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,249 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,252 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,252 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,254 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,255 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,257 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,258 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,260 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,261 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,264 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,264 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,268 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,269 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,271 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,272 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,274 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,275 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,278 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,279 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,281 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,281 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,283 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,284 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,286 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,287 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,289 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,290 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,291 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,292 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,295 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,296 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,299 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,300 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,302 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,303 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,305 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,306 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,308 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,309 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,311 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,312 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,317 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,318 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,320 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,321 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,323 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,324 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,327 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,328 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,329 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,330 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,332 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,333 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,335 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,336 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,338 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,339 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,340 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,341 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,343 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,344 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,346 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,347 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,350 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,351 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,353 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,353 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,356 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,357 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,360 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,361 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,368 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,369 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,372 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,373 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,375 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,375 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,377 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,378 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,380 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,380 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,384 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,385 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,389 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,389 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,391 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,392 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,394 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,395 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,397 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,398 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,401 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,402 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,404 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,405 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,410 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,410 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,414 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,415 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,417 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,417 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,420 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,421 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,426 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,427 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,430 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,431 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,433 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,434 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,435 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,436 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,438 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,438 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,442 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,443 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,445 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,446 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,448 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,448 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,451 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,452 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,455 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,455 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,457 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,458 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,460 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,461 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,464 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,465 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,467 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,468 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,470 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,471 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,473 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,474 misc 7962 8782111040 Invalid value for VR IS: '293.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:32,475 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,479 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,482 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,485 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,491 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,493 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,496 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,501 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,504 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,509 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,513 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,515 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,519 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,523 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,527 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,530 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,534 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,537 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,543 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,546 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,552 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,555 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,560 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,564 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,567 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,570 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,576 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,578 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,581 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,583 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,586 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,589 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,592 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,596 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,602 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,605 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,608 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,612 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,614 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,617 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,619 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,622 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,625 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,631 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,634 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,636 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,638 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,641 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,643 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,646 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,652 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,655 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,659 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,662 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,667 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,670 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,672 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,675 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,677 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,681 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,684 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,688 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,690 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,693 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,697 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,699 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,703 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,709 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,712 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,717 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,720 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,723 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,725 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,728 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,731 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,734 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,737 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,740 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,743 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,746 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,749 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,751 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,757 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,760 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,765 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,768 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,771 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,774 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,777 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,781 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,784 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,787 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,790 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,796 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,799 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,802 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,806 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,808 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,812 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,815 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,818 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,821 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,824 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,827 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,830 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,833 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,838 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,842 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,845 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,848 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,851 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,854 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,858 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,861 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,865 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,868 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,870 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,875 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,877 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,880 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,884 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,887 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,890 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,893 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,899 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,904 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,906 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,909 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,911 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,914 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,917 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,921 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,925 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,929 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,932 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,937 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,941 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,944 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,949 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,953 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,955 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,958 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,961 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,963 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,967 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,970 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,976 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,979 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,983 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,986 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,989 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,992 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:32,998 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,001 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,005 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,008 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,010 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,012 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,015 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,017 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,020 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,026 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,029 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,033 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,036 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,039 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,042 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,045 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,047 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,050 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,053 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,057 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,060 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,063 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,066 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,069 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,073 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,076 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,079 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,082 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,086 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,090 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,093 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,096 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,100 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,104 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,107 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,113 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,116 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,118 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,121 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,124 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,129 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,132 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,135 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,137 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,141 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,146 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,149 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,152 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,155 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,160 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,162 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,165 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,167 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,170 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,173 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,176 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,180 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,183 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,186 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,188 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,191 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,194 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,196 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,200 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,203 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,205 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,208 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,210 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,214 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,217 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,219 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,225 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,228 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,230 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,233 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,236 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,242 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,246 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,250 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,253 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,256 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,258 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,264 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,267 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,273 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,275 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,281 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,284 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,289 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,292 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,295 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,301 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,303 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,307 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,310 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,313 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,316 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,320 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,322 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,325 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,328 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,331 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,335 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,337 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,339 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,342 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,345 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,349 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,352 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,357 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,360 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,364 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,368 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,371 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,373 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,377 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,380 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,383 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,386 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,388 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,391 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,394 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,398 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,401 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,404 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,409 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,412 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,414 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,417 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,420 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,422 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,430 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,436 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,446 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,471 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,475 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,477 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,480 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,484 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,487 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,490 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,493 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,496 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,498 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,504 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,507 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,510 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,514 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,517 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,520 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,523 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,527 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,530 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,532 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,535 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,538 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,542 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,544 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,547 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,550 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,553 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,558 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,562 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,565 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,569 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,571 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,573 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,576 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,579 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,584 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,586 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,589 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,592 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,594 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,597 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,599 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,603 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,605 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,609 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,611 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,614 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,618 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,621 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,625 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,627 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,630 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,634 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,636 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,640 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,643 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,646 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,651 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,653 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,656 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,659 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,662 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,664 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,667 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,670 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,673 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,675 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,678 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,681 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,684 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,687 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,689 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,691 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,694 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,699 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,701 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,705 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,707 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,711 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,713 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,715 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,718 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,721 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,723 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,729 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,732 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,735 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,738 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,744 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,746 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,749 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,754 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,756 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,759 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,765 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,768 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,774 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,777 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,780 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,782 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,785 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,788 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,791 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,793 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,796 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,799 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,802 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,806 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,808 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,812 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,818 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,824 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,828 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,831 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,836 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,839 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,842 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,844 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,847 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,850 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,853 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,856 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,859 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,863 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,866 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,869 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,872 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,877 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,880 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,883 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,887 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,889 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,892 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,898 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,903 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,906 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,908 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,910 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,913 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,916 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,922 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,924 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,928 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,931 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,936 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,939 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,942 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,944 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,947 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,950 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,953 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,956 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,960 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,963 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,964 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:33,969 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,970 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:33,973 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,974 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:33,977 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,978 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:33,982 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,983 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:33,987 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,988 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:33,991 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,992 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:33,996 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:33,997 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:34,001 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,002 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:34,008 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,009 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:34,014 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,015 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:34,017 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,017 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:34,019 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,020 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:34,022 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,023 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:34,026 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,027 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:34,030 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,031 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:34,038 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,039 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:34,043 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,044 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:34,046 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,047 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:34,049 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,049 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:34,054 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,055 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:34,057 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,058 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:34,060 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,061 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:34,063 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,064 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:34,067 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,068 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:34,070 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,071 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:34,074 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,075 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:34,078 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,079 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:34,080 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,081 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:34,085 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,086 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:34,090 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,091 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:34,093 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,094 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:34,096 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,097 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:34,099 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,100 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:34,104 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,105 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:34,108 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,109 misc 7962 8782111040 Invalid value for VR IS: '1702.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:34,112 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,116 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,119 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,122 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,125 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,128 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,131 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,134 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,137 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,139 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,143 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,149 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,152 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,155 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,158 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,164 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,167 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,170 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,173 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,175 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,177 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,181 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,185 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,189 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,191 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,196 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,199 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,202 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,205 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,211 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,214 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,218 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,221 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,223 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,225 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,229 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,233 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,236 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,239 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,241 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,244 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,246 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,249 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,251 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,260 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,270 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,285 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,291 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,295 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,297 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,300 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,303 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,389 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,392 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,395 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,398 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,401 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,404 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,407 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,412 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,414 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,418 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,423 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,427 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,430 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,434 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,437 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,440 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,442 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,445 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,449 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,453 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,456 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,460 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,462 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,465 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,469 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,472 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,474 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,477 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,481 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,483 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,485 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,487 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,493 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,496 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,498 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,501 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,506 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,509 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,511 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,515 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,519 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,521 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,525 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,527 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,530 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,533 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,535 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,538 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,540 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,544 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,547 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,549 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,553 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,557 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,559 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,562 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,566 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,568 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,573 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,576 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,580 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,583 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,586 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,589 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,592 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,596 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,598 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,601 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,605 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,609 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,613 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,616 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,619 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,622 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,625 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,628 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,631 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,635 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,638 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,641 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,643 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,646 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,649 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,652 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,655 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,657 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,661 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,664 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,667 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,670 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,673 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,677 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,679 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,682 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,685 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,689 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,692 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,694 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,697 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,700 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,702 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,705 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,707 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,710 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,714 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,718 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,724 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,729 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,733 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,737 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,739 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,745 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,747 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,749 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,751 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,755 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,758 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,760 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,765 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,768 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,772 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,774 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,777 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,783 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,787 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,790 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,793 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,795 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,798 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,801 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,807 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,810 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,815 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,818 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,821 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,824 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,828 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,831 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,835 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,838 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,841 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,844 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,846 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,849 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,853 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,855 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,858 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,861 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,865 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,870 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,874 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,880 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,885 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,889 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,892 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,895 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,899 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,902 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,905 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,907 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,910 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,913 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,916 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,919 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,922 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,926 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,928 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,931 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,934 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,938 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,941 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,944 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,946 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,950 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,953 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,956 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,962 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,965 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,967 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,970 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,973 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,975 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,981 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,983 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,987 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,990 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,992 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,995 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:34,999 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,001 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,004 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,007 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,011 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,015 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,017 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,020 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,023 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,026 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,028 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,031 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,035 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,038 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,040 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,042 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,046 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,050 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,052 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,055 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,058 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,061 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,065 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,067 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,070 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,073 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,076 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,079 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,082 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,086 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,088 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,091 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,094 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,097 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,099 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,101 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,104 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,107 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,109 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,113 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,117 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,119 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,122 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,125 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,129 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,132 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,136 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,139 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,141 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,144 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,147 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,150 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,153 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,156 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,160 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,162 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,170 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,175 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,177 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,183 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,185 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,188 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,191 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,194 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,197 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,199 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,201 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,204 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,208 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,211 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,214 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,219 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,225 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,228 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,230 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,233 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,237 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,243 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,245 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,248 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,250 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,253 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,256 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,259 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,261 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,265 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,269 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,272 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,275 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,279 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,282 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,284 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,287 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,291 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,294 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,298 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,300 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,304 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,308 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,310 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,312 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,315 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,319 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,322 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,324 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,329 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,331 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,334 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,336 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,339 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,341 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,344 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,347 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,350 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,354 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,357 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,360 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,363 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,369 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,372 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,378 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,383 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,386 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,389 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,394 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,400 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,403 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,407 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,410 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,415 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,420 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,422 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,426 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,428 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,430 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,436 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,439 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,444 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,448 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,451 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,455 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,458 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,460 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,464 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,467 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,469 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,472 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,474 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,477 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,481 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,485 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,488 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,490 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,496 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,499 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,501 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,504 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,508 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,511 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,514 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,517 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,521 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,523 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,527 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,529 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,532 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,535 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,537 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,539 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,543 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,546 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,549 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,552 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,556 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,559 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,562 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,564 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,568 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,571 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,573 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,578 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,583 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,586 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,589 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,593 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,595 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,599 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,602 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,605 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,607 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,610 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,612 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,616 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,619 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,623 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,626 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,630 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,632 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,634 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,641 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,643 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,646 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,650 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,653 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,656 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,659 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,662 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,665 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,669 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,674 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,677 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,680 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,684 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,688 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,690 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,693 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,698 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,700 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,704 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,707 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,710 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,716 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,719 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,723 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,725 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,728 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,733 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,736 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,741 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,744 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,747 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,750 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,753 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,755 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,758 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,762 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,767 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,773 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,777 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,783 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,787 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,790 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,794 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,797 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,801 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,804 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,809 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,812 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,815 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,818 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,824 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,826 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,829 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,831 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,835 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,840 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,844 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,850 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,853 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,857 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,860 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,863 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,866 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,870 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,874 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,877 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,880 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,883 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,887 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,890 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,892 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,898 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,901 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,904 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,906 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,911 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,914 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,916 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,920 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,923 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,925 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,928 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,931 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,936 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,938 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,942 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,945 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,948 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,951 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,954 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,957 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,961 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,963 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,968 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,971 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,974 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,977 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,980 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,982 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,984 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,987 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,990 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,993 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:35,996 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,000 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,002 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,006 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,008 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,012 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,015 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,017 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,020 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,022 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,025 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,028 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,030 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,033 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,036 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,038 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,042 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,045 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,048 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,052 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,055 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,058 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,061 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,064 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,067 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,070 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,074 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,077 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,081 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,083 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,087 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,089 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,092 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,094 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,097 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,099 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,102 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,106 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,108 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,112 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,115 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,118 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,121 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,123 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,127 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,130 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,134 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,136 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,139 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,143 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,145 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,148 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,151 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,154 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,157 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,160 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,164 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,169 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,172 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,175 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,178 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,184 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,188 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,190 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,194 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,197 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,199 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,203 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,207 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,209 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,213 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,216 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,218 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,221 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,224 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,228 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,231 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,235 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,239 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,241 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,245 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,248 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,250 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,253 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,255 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,259 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,263 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,265 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,268 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,270 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,272 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,273 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,275 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,276 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,279 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,279 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,281 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,282 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,286 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,287 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,289 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,290 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,291 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,292 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,295 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,296 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,299 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,300 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,303 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,303 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,306 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,306 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,309 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,310 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,313 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,314 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,316 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,317 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,318 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,319 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,321 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,322 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,325 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,326 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,329 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,329 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,331 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,332 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,337 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,338 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,343 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,344 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,347 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,347 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,349 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,350 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,353 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,354 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,357 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,358 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,360 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,361 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,363 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,364 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,366 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,367 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,370 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,371 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,373 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,374 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,378 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,379 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,381 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,382 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,387 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,388 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,394 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,394 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,397 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,398 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,400 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,401 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,403 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,404 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,406 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,406 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,409 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,410 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,413 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,413 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,416 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,417 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,419 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,419 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,421 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,422 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,424 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,425 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,426 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,427 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,429 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,430 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,432 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,433 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,434 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,435 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,437 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,438 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,444 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,444 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,447 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,448 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,450 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,450 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,453 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,454 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,456 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,456 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,458 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,459 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,461 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,462 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,464 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,465 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,468 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,468 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,470 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,471 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,473 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,474 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,477 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,478 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,480 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,480 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,482 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,483 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,486 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,487 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,489 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,490 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,492 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,493 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,495 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,496 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,497 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,498 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,501 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,501 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,504 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,505 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,507 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,507 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,509 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,510 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,514 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,514 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,517 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,517 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,519 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,520 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,522 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,523 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,525 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,526 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,529 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,529 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,532 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,533 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,536 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,537 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,539 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,539 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,541 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,542 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,544 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,545 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,546 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,547 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,551 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,552 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,554 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,555 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,556 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,557 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,559 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,560 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,564 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,564 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,569 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,570 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,572 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,573 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,575 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,575 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,578 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,578 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,580 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,581 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,583 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,584 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,586 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,587 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,589 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,590 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,591 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,592 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,594 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,594 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,597 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,597 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,602 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,603 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,606 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,606 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,611 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,612 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,617 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,617 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,620 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,621 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,623 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,624 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,626 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,627 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,629 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,629 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,632 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,633 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,635 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,636 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,638 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,639 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,642 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,642 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,646 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,646 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,649 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,649 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,651 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,652 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,654 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,655 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,657 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,658 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,660 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,661 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,664 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,665 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,667 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,668 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,673 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,674 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,675 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,676 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,679 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,679 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,682 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,682 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,684 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,685 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,687 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,688 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,690 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,691 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,693 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,694 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,697 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,697 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,700 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,701 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,703 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,703 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,706 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,706 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,709 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,710 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,713 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,714 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,716 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,717 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,719 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,720 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,725 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,725 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,728 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,729 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,732 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,733 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,735 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,735 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,737 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,738 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,741 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,742 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,744 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,745 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,748 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,749 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,752 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,753 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,755 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,755 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,758 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,759 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,761 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,762 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,764 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,764 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,767 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,768 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,770 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,771 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,774 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,774 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,780 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,781 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,783 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,784 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,786 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,787 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,792 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,792 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,794 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,795 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,800 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,801 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,806 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,806 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,808 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,809 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,812 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,812 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,814 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,815 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,816 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,817 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,822 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,823 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,825 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,826 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,828 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,829 misc 7962 8782111040 Invalid value for VR IS: '507.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:36,832 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,835 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,838 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,843 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,849 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,854 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,857 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,862 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,865 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,869 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,873 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,878 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,881 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,885 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,889 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,894 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,898 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,901 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,904 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,906 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,910 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,912 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,915 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,919 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,922 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,924 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,926 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,929 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,932 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,935 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,938 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,942 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,945 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,948 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,950 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,956 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,960 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,964 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,966 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,969 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,972 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,975 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,978 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,984 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,986 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,988 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,991 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,993 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:36,997 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,000 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,003 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,007 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,009 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,012 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,016 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,019 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,021 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,025 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,028 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,031 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,034 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,037 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,041 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,043 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,046 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,049 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,052 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,055 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,058 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,060 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,063 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,066 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,069 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,072 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,075 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,078 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,081 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,084 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,089 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,092 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,096 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,099 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,102 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,104 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,107 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,109 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,113 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,116 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,118 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,122 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,124 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,127 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,130 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,134 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,139 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,142 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,147 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,150 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,155 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,158 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,161 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,164 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,166 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,169 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,173 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,175 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,178 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,181 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,188 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,191 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,195 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,198 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,200 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,204 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,209 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,213 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,216 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,218 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,221 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,224 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,227 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,230 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,233 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,238 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,241 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,245 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,250 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,254 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,257 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,260 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,262 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,265 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,268 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,271 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,274 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,277 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,280 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,283 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,287 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,290 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,295 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,298 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,304 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,306 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,308 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,312 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,314 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,318 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,324 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,327 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,330 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,332 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,335 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,341 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,344 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,349 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,352 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,355 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,358 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,363 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,367 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,370 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,373 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,376 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,379 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,382 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,384 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,387 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,389 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,392 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,396 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,401 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,405 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,409 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,411 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,416 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,419 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,421 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,423 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,426 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,429 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,432 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,437 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,441 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,444 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,446 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,449 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,454 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,457 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,464 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,467 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,470 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,472 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,475 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,478 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,481 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,484 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,487 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,490 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,496 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,499 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,502 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,504 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,507 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,512 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,516 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,519 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,522 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,526 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,528 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,531 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,534 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,538 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,543 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,546 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,549 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,552 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,554 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,557 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,563 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,566 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,569 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,572 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,575 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,577 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,580 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,582 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,587 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,592 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,596 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,599 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,604 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,610 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,614 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,617 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,621 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,626 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,629 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,631 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,633 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,637 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,639 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,641 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,644 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,647 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,649 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,653 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,657 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,659 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,661 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,664 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,667 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,670 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,673 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,676 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,679 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,682 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,685 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,688 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,692 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,694 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,697 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,700 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,703 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,707 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,709 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,712 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,715 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,719 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,721 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,725 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,727 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,731 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,734 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,736 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,738 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,741 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,744 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,748 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,750 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,752 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,756 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,760 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,762 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,765 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,769 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,775 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,777 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,781 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,787 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,790 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,796 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,801 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,804 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,807 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,810 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,813 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,818 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,821 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,824 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,827 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,830 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,834 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,837 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,841 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,843 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,846 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,849 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,852 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,857 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,860 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,865 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,870 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,875 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,878 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,881 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,887 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,890 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,893 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,896 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,899 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,903 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,906 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,909 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,911 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,914 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,916 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,919 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,922 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,925 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,928 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,932 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,934 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,937 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,939 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,942 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,946 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,949 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,951 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,953 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,957 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,963 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,965 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,968 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,971 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,975 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,978 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,981 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,986 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,990 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,993 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,996 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:37,999 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,002 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,006 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,008 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,010 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,013 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,015 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,019 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,022 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,025 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,029 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,031 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,034 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,037 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,043 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,045 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,048 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,052 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,055 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,057 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,061 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,065 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,068 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,071 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,074 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,076 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,081 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,086 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,088 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,091 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,094 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,097 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,103 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,106 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,108 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,111 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,117 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,122 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,125 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,128 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,130 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,134 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,138 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,140 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,143 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,145 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,148 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,151 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,153 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,154 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,156 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,157 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,159 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,160 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,162 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,162 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,165 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,166 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,168 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,169 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,174 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,174 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,179 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,180 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,182 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,183 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,186 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,186 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,188 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,189 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,194 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,195 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,201 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,201 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,204 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,205 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,207 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,207 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,211 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,212 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,214 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,214 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,216 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,217 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,219 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,220 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,222 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,223 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,225 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,226 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,228 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,229 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,231 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,232 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,234 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,235 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,238 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,239 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,241 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,242 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,244 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,245 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,246 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,247 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,250 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,251 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,255 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,256 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,259 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,259 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,262 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,262 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,265 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,265 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,268 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,269 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,271 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,272 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,273 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,274 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,275 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,276 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,278 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,279 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,280 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,281 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,284 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,284 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,287 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,288 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,291 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,292 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,294 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,295 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,297 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,298 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,300 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,300 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,302 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,303 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,305 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,306 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,310 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,311 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,316 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,317 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,318 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,319 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,321 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,322 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,323 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,324 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,327 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,328 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,330 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,331 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,333 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,334 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,336 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,337 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,339 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,340 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,343 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,344 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,345 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,346 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,349 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,350 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,352 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,353 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,355 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,356 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,357 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,358 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,360 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,361 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,363 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,364 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,366 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,367 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,368 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,369 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,371 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,372 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,374 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,375 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,377 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,378 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,380 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,381 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,385 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,386 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,390 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,390 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,393 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,393 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,398 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,398 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,401 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,402 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,404 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,405 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,408 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,409 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,411 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,411 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,416 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,417 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,419 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,420 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,424 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,425 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,428 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,428 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,431 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,432 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,434 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,435 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,437 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,438 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,441 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,442 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,444 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,444 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,446 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,447 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,450 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,450 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,453 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,453 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,455 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,456 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,461 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,462 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,465 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,466 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,469 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,470 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,475 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,476 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,481 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,482 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,485 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,485 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,488 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,488 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,490 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,491 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,496 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,497 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,499 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,500 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,503 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,503 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,506 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,507 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,512 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,512 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,514 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,515 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,517 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,518 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,521 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,522 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,525 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,526 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,529 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,529 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,532 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,532 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,535 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,536 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,537 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,538 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,542 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,542 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,546 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,546 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,548 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,548 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,551 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,552 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,557 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,558 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,560 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,560 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,563 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,563 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,569 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,569 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,571 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,572 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,575 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,575 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,577 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,578 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,580 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,580 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,583 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,583 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,585 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,586 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,587 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,588 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,590 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,591 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,593 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,594 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,595 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,596 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,599 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,600 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,602 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,603 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,608 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,609 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,614 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,615 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,617 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,618 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,619 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,620 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,621 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,622 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,624 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,625 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,628 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,629 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,631 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,632 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,635 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,636 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,639 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,639 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,641 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,642 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,644 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,645 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,646 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,647 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,650 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,651 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,653 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,653 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,655 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,656 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,659 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,659 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,663 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,664 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,666 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,666 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,668 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,669 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,672 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,672 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,676 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,677 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,680 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,681 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,683 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,683 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,685 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,686 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,688 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,688 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,690 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,691 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,693 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,694 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,696 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,697 misc 7962 8782111040 Invalid value for VR IS: '1250.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,699 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,704 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,707 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,710 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,715 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,719 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,723 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,726 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,729 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,731 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,734 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,737 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,741 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,744 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,747 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,749 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,752 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,754 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,757 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,759 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,762 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,765 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,768 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,771 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,774 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,777 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,779 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,782 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,786 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,789 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,794 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,797 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,800 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,802 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,805 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,809 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,811 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,814 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,817 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,820 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,823 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,828 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,832 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,835 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,838 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,842 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,844 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,848 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,851 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,855 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,858 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,860 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,863 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,866 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,868 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,874 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,877 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,880 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,883 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,885 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,888 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,891 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,894 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,897 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,897 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,901 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,902 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,903 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,904 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,907 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,907 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,910 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,910 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,912 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,913 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,914 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,915 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,920 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,921 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,924 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,925 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,927 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,927 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,931 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,932 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,934 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,934 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,937 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,938 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,941 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,942 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,944 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,945 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,947 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,947 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,949 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,950 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,951 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,952 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,955 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,956 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,958 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,959 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,961 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,962 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,964 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,965 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,966 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,967 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,969 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,970 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,975 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,976 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,979 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,980 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,983 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,984 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,987 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,987 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,989 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,990 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,992 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,993 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,995 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,996 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:38,998 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:38,999 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,002 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,003 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,007 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,008 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,013 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,014 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,015 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,016 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,018 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,019 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,021 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,022 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,028 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,028 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,031 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,031 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,037 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,038 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,040 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,041 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,043 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,044 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,046 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,047 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,049 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,050 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,052 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,053 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,055 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,056 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,057 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,058 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,061 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,062 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,065 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,066 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,067 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,068 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,071 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,072 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,074 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,075 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,080 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,081 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,086 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,087 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,088 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,089 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,092 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,093 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,097 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,098 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,100 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,101 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,105 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,106 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,109 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,109 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,114 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,114 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,117 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,117 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,119 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,120 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,123 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,124 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,125 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,126 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,128 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,128 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,131 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,131 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,134 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,135 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,137 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,138 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,140 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,141 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,143 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,144 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,147 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,148 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,149 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,150 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,152 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,153 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,154 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,155 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,159 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,160 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,162 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,163 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,165 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,166 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,171 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,172 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,177 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,177 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,179 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,180 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,181 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,182 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,185 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,186 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,188 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,189 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,194 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,195 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,197 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,198 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,199 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,200 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,202 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,202 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,207 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,208 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,210 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,210 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,213 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,214 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,216 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,216 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,218 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,219 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,221 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,221 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,223 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,224 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,226 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,227 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,229 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,230 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,232 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,233 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,236 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,237 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,239 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,239 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,241 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,242 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,244 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,245 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,250 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,250 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,252 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,253 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,255 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,256 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,259 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,259 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,261 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,262 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,264 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,265 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,267 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,268 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,273 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,273 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,276 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,276 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,279 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,280 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,283 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,284 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,285 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,286 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,288 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,288 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,291 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,292 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,296 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,297 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,299 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,299 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,302 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,303 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,307 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,308 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,309 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,310 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,312 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,313 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,316 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,317 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,320 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,320 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,323 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,324 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,325 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,326 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,328 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,329 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,333 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,334 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,337 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,338 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,341 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,342 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,343 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,344 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,346 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,347 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,348 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,349 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,354 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,355 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,357 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,358 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,360 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,361 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,363 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,364 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,367 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,368 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,370 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,370 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,373 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,373 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,375 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,376 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,379 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,379 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,382 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,382 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,384 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,385 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,387 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,388 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,390 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,391 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,393 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,393 misc 7962 8782111040 Invalid value for VR IS: '1390.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,395 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,400 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,404 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,408 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,411 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,413 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,416 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,420 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,422 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,425 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,430 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,435 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,439 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,442 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,444 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,447 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,453 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,456 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,460 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,462 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,469 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,471 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,473 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,476 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,479 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,482 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,485 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,488 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,489 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,491 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,492 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,494 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,494 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,497 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,498 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,500 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,501 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,503 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,504 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,506 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,507 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,510 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,510 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,512 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,513 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,514 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,515 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,517 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,518 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,520 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,521 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,523 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,524 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,526 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,527 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,529 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,530 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,533 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,533 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,539 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,539 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,542 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,542 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,545 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,546 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,548 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,549 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,552 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,553 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,555 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,556 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,558 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,558 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,562 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,563 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,565 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,565 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,567 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,568 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,573 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,574 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,576 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,576 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,581 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,582 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,583 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,584 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,586 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,587 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,589 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,589 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,592 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,593 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,596 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,596 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,598 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,599 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,600 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,601 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,604 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,604 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,609 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,610 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,612 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,613 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,615 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,616 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,619 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,619 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,623 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,624 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,628 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,629 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,630 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,631 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,633 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,634 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,637 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,638 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,641 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,641 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,643 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,644 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,647 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,647 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,649 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,650 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,654 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,655 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,657 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,658 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,660 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,661 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,663 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,664 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,666 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,666 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,668 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,669 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,672 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,673 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,675 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,676 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,678 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,679 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,683 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,683 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,685 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,686 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,688 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,689 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,691 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,692 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,694 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,694 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,697 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,698 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,699 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,700 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,702 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,703 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,705 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,706 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,708 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,709 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,712 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,713 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,715 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,716 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,717 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,718 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,721 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,722 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,724 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,725 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,727 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,727 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,732 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,733 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,736 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,737 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,739 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,740 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,741 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,742 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,744 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,745 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,747 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,748 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,750 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,751 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,752 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,753 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,756 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,757 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,759 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,760 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,765 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,765 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,768 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,768 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,773 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,774 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,776 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,776 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,779 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,780 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,781 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,782 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,784 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,785 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,788 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,788 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,792 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,793 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,795 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,795 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,798 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,798 misc 7962 8782111040 Invalid value for VR IS: '508.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,800 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,801 misc 7962 8782111040 Invalid value for VR IS: '1844.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,803 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,804 misc 7962 8782111040 Invalid value for VR IS: '1844.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,809 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,809 misc 7962 8782111040 Invalid value for VR IS: '1844.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,811 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,812 misc 7962 8782111040 Invalid value for VR IS: '1844.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,814 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,815 misc 7962 8782111040 Invalid value for VR IS: '1844.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,817 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,818 misc 7962 8782111040 Invalid value for VR IS: '1844.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,822 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,823 misc 7962 8782111040 Invalid value for VR IS: '1844.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,826 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,826 misc 7962 8782111040 Invalid value for VR IS: '1844.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,829 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,829 misc 7962 8782111040 Invalid value for VR IS: '1844.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,832 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,832 misc 7962 8782111040 Invalid value for VR IS: '1844.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,834 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,835 misc 7962 8782111040 Invalid value for VR IS: '1844.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,837 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,838 misc 7962 8782111040 Invalid value for VR IS: '1844.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,840 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,841 misc 7962 8782111040 Invalid value for VR IS: '1844.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,843 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,844 misc 7962 8782111040 Invalid value for VR IS: '1844.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,846 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,847 misc 7962 8782111040 Invalid value for VR IS: '1844.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,848 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,849 misc 7962 8782111040 Invalid value for VR IS: '1844.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,852 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,853 misc 7962 8782111040 Invalid value for VR IS: '1844.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,855 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,856 misc 7962 8782111040 Invalid value for VR IS: '1844.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,861 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,862 misc 7962 8782111040 Invalid value for VR IS: '1844.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,864 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,864 misc 7962 8782111040 Invalid value for VR IS: '1844.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,867 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,867 misc 7962 8782111040 Invalid value for VR IS: '1844.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,870 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,871 misc 7962 8782111040 Invalid value for VR IS: '1844.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,873 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,874 misc 7962 8782111040 Invalid value for VR IS: '1844.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,876 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,877 misc 7962 8782111040 Invalid value for VR IS: '1844.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,880 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,881 misc 7962 8782111040 Invalid value for VR IS: '1844.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,883 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,884 misc 7962 8782111040 Invalid value for VR IS: '1844.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,887 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,888 misc 7962 8782111040 Invalid value for VR IS: '1844.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,893 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,894 misc 7962 8782111040 Invalid value for VR IS: '1844.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,897 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,898 misc 7962 8782111040 Invalid value for VR IS: '1844.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:39,900 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,904 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,907 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,910 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,913 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,917 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,920 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,922 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,925 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,931 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,933 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,936 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,938 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,942 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,944 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,947 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,951 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,955 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,959 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,963 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,966 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,969 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,971 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,974 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,979 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,982 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,989 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,994 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:39,997 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,000 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,002 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,005 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,007 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,011 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,014 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,017 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,020 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,023 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,026 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,029 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,032 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,036 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,039 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,042 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,047 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,050 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,053 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,055 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,058 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,063 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,069 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,071 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,074 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,077 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,080 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,082 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,084 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,089 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,092 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,095 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,099 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,103 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,106 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,109 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,112 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,115 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,118 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,121 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,124 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,127 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,129 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,132 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,136 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,139 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,141 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,145 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,148 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,152 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,155 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,158 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,161 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,163 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,167 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,170 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,172 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,175 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,179 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,181 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,184 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,187 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,189 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,192 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,195 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,197 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,200 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,203 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,208 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,211 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,214 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,217 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,221 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,224 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,226 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,229 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,234 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,237 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,240 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,243 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,246 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,248 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,253 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,256 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,258 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,262 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,265 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,267 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,270 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,273 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,276 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,280 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,282 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,285 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,288 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,292 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,295 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,298 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,302 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,306 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,309 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,311 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,315 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,319 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,321 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,325 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,329 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,331 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,334 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,337 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,340 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,344 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,346 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,353 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,356 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,358 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,361 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,364 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,368 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,371 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,377 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,379 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,385 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,388 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,390 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,393 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,397 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,400 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,403 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,407 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,410 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,411 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,417 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,417 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,420 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,421 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,424 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,424 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,427 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,428 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,430 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,431 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,433 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,433 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,436 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,437 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,439 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,440 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,441 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,442 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,445 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,446 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,448 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,449 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,451 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,452 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,456 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,457 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,459 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,460 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,463 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,464 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,466 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,467 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,469 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,470 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,473 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,473 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,476 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,477 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,479 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,480 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,482 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,483 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,484 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,485 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,487 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,488 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,490 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,490 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,493 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,494 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,499 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,500 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,504 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,505 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,510 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,510 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,513 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,513 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,516 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,517 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,518 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,519 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,521 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,522 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,524 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,524 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,528 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,529 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,531 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,532 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,534 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,535 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,537 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,538 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,541 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,541 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,544 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,545 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,547 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,548 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,550 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,550 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,553 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,554 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,557 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,558 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,560 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,560 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,566 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,567 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,570 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,570 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,572 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,573 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,577 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,578 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,580 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,581 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,583 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,584 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,587 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,588 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,589 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,590 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,592 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,592 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,595 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,596 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,598 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,598 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,600 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,601 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,603 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,603 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,606 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,607 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,609 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,610 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,611 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,612 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,617 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,618 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,620 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,621 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,623 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,624 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,626 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,627 misc 7962 8782111040 Invalid value for VR IS: '806.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:40,630 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,635 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,638 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,643 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,646 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,650 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,654 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,658 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,660 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,664 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,667 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,670 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,672 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,675 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,678 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,681 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,686 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,690 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,693 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,696 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,700 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,703 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,708 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,712 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,716 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,719 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,722 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,728 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,730 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,733 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,736 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,739 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,743 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,745 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,749 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,752 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,755 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,758 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,760 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,763 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,765 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,768 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,771 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,774 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,780 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,784 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,787 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,790 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,796 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,799 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,802 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,808 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,810 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,814 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,818 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,821 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,823 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,830 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,833 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,836 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,839 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,842 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,844 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,847 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,853 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,855 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,858 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,861 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,865 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,868 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,871 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,873 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,879 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,882 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,885 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,887 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,890 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,893 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,897 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,900 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,903 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,905 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,908 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,911 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,915 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,919 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,922 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,926 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,932 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,934 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,938 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,940 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,943 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,946 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,949 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,953 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,956 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,959 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,962 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,965 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,969 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,972 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,976 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,982 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,985 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,988 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,991 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,994 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:40,998 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,001 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,006 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,008 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,012 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,016 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,019 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,022 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,025 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,029 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,034 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,040 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,045 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,049 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,052 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,056 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,060 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,067 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,072 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,075 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,078 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,082 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,086 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,091 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,093 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,096 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,100 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,103 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,109 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,113 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,116 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,119 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,122 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,125 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,128 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,131 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,135 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,138 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,144 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,147 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,152 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,157 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,161 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,167 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,170 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,173 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,176 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,179 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,182 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,186 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,191 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,194 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,198 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,204 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,208 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,212 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,215 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,218 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,222 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,226 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,229 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,232 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,237 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,241 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,244 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,247 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,251 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,254 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,258 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,262 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,265 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,268 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,271 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,274 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,277 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,282 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,287 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,291 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,296 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,301 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,304 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,308 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,313 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,316 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,319 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,324 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,327 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,330 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,333 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,336 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,339 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,343 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,346 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,350 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,353 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,356 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,360 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,363 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,366 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,369 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,373 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,376 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,380 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,384 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,387 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,390 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,393 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,396 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,399 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,401 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,405 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,407 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,411 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,418 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,421 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,425 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,429 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,432 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,435 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,438 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,442 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,445 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,447 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,450 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,454 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,457 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,462 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,468 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,471 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,474 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,477 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,481 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,485 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,489 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,492 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,494 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,498 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,501 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,506 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,509 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,513 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,517 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,521 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,528 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,532 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,534 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,540 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,544 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,549 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,553 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,558 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,562 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,565 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,569 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,572 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,576 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,579 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,584 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,586 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,590 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,593 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,596 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,599 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,601 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,605 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,609 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,613 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,616 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,619 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,623 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,627 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,630 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,633 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,637 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,640 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,643 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,646 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,649 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,653 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,656 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,660 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,663 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,666 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,673 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,677 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,680 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,683 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,687 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,690 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,694 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,699 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,703 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,708 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,711 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,717 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,721 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,725 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,728 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,731 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,735 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,738 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,742 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,745 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,749 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,754 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,756 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,759 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,763 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,765 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,769 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,773 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,777 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,782 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,785 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,788 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,792 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,798 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,801 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,805 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,809 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,813 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,817 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,822 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,829 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,832 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,836 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,842 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,848 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,851 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,854 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,857 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,860 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,864 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,867 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,869 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,871 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,877 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,881 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,884 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,887 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,891 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,894 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,897 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,900 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,904 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,907 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,911 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,913 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,919 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,921 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,925 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,928 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,931 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,934 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,937 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,941 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,944 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,947 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,950 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,954 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,958 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,960 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,963 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,966 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,969 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,974 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,977 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,980 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,984 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,987 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,992 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:41,995 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,001 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,004 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,007 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,010 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,014 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,017 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,019 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,025 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,028 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,030 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,033 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,039 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,042 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,046 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,049 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,052 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,057 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,061 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,065 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,068 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,071 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,074 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,080 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,083 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,085 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,089 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,091 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,096 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,099 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,104 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,107 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,109 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,114 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,117 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,119 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,122 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,126 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,129 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,133 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,136 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,139 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,143 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,146 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,148 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,151 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,155 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,157 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,160 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,163 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,166 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,169 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,172 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,175 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,178 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,183 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,187 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,190 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,194 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,198 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,200 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,203 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,205 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,208 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,211 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,215 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,217 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,222 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,225 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,228 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,230 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,233 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,236 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,239 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,242 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,248 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,251 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,257 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,260 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,262 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,265 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,268 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,270 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,276 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,280 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,284 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,288 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,290 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,293 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,296 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,299 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,302 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,305 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,308 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,310 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,313 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,316 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,319 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,325 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,327 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,330 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,333 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,336 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,338 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,341 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,345 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,347 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,350 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,353 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,355 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,358 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,361 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,366 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,369 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,374 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,378 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,383 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,387 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,391 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,394 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,397 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,399 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,403 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,407 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,409 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,412 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,415 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,419 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,421 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,424 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,428 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,431 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,436 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,439 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,443 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,446 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,448 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,454 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,457 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,460 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,462 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,465 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,469 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,473 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,476 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,479 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,482 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,486 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,488 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,491 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,494 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,497 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,499 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,503 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,506 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,509 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,512 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,516 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,518 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,522 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,527 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,534 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,538 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,541 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,544 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,548 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,551 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,554 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,557 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,561 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,564 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,567 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,569 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,575 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,577 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,580 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,584 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,588 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,591 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,594 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,596 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,599 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,601 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,604 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,607 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,611 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,614 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,617 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,619 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,622 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,626 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,629 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,632 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,635 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,639 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,642 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,646 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,648 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,652 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,655 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,659 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,663 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,665 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,668 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,670 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,676 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,678 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,681 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,684 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,689 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,692 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,695 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,697 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,701 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,704 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,708 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,711 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,714 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,717 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,722 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,727 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,731 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,737 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,740 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,743 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,746 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,748 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,751 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,755 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,757 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,761 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,765 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,768 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,772 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,775 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,777 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,780 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,783 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,787 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,790 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,793 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,796 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,798 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,802 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,806 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,808 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,814 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,820 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,823 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,826 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,829 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,838 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,841 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,844 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,850 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,853 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,856 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,858 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,860 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,863 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,867 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,870 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,872 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,876 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,878 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,881 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,884 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,887 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,890 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,893 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,896 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,898 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,902 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,904 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,908 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,914 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,916 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,921 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,924 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,927 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,929 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,932 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,935 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,938 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,943 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,946 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,952 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,956 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,959 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,961 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,964 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,967 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,970 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,973 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,977 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,983 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,989 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,991 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,995 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:42,997 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,000 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,005 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,008 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,011 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,014 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,016 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,019 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,022 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,025 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,028 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,031 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,034 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,037 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,040 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,043 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,047 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,050 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,053 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,056 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,059 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,061 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,063 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,068 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,072 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,075 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,079 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,081 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,087 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,092 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,094 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,097 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,098 misc 7962 8782111040 Invalid value for VR IS: '1128.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,100 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,100 misc 7962 8782111040 Invalid value for VR IS: '1128.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,102 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,103 misc 7962 8782111040 Invalid value for VR IS: '1128.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,105 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,106 misc 7962 8782111040 Invalid value for VR IS: '1128.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,107 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,108 misc 7962 8782111040 Invalid value for VR IS: '1128.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,111 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,112 misc 7962 8782111040 Invalid value for VR IS: '1128.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,114 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,114 misc 7962 8782111040 Invalid value for VR IS: '1128.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,118 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,119 misc 7962 8782111040 Invalid value for VR IS: '1128.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,122 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,123 misc 7962 8782111040 Invalid value for VR IS: '1128.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,126 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,127 misc 7962 8782111040 Invalid value for VR IS: '1128.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,129 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,130 misc 7962 8782111040 Invalid value for VR IS: '1128.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,131 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,132 misc 7962 8782111040 Invalid value for VR IS: '1128.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,135 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,135 misc 7962 8782111040 Invalid value for VR IS: '1128.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,137 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,138 misc 7962 8782111040 Invalid value for VR IS: '1128.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,142 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,142 misc 7962 8782111040 Invalid value for VR IS: '1128.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,144 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,145 misc 7962 8782111040 Invalid value for VR IS: '1128.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,147 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,148 misc 7962 8782111040 Invalid value for VR IS: '1128.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,151 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,152 misc 7962 8782111040 Invalid value for VR IS: '1128.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,154 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,155 misc 7962 8782111040 Invalid value for VR IS: '1128.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,156 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,157 misc 7962 8782111040 Invalid value for VR IS: '1128.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,159 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,162 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,166 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,169 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,172 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,174 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,177 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,180 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,186 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,189 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,192 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,195 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,198 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,201 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,205 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,208 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,210 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,213 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,216 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,219 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,222 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,226 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,229 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,234 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,237 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,239 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,243 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,246 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,249 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,253 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,256 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,259 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,261 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,264 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,267 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,269 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,272 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,276 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,279 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,283 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,286 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,289 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,295 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,298 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,303 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,306 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,308 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,311 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,314 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,316 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,320 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,324 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,327 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,330 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,334 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,337 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,340 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,342 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,348 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,351 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,354 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,359 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,362 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,365 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,368 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,370 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,373 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,377 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,380 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,382 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,386 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,389 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,392 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,397 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,401 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,403 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,407 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,410 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,413 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,416 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,418 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,424 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,427 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,430 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,432 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,435 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,438 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,441 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,443 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,446 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,449 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,453 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,456 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,462 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,466 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,469 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,472 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,475 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,480 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,483 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,486 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,488 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,491 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,493 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,496 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,504 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,505 misc 7962 8782111040 Invalid value for VR IS: '1998.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,507 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,508 misc 7962 8782111040 Invalid value for VR IS: '1998.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,510 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,511 misc 7962 8782111040 Invalid value for VR IS: '1998.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,513 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,514 misc 7962 8782111040 Invalid value for VR IS: '1998.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,516 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,517 misc 7962 8782111040 Invalid value for VR IS: '1998.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,520 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,520 misc 7962 8782111040 Invalid value for VR IS: '1998.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,523 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,523 misc 7962 8782111040 Invalid value for VR IS: '1998.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,526 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,526 misc 7962 8782111040 Invalid value for VR IS: '1998.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,528 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,529 misc 7962 8782111040 Invalid value for VR IS: '1998.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,531 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,532 misc 7962 8782111040 Invalid value for VR IS: '1998.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,535 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,536 misc 7962 8782111040 Invalid value for VR IS: '1998.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,538 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,538 misc 7962 8782111040 Invalid value for VR IS: '1998.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,540 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,541 misc 7962 8782111040 Invalid value for VR IS: '1998.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,543 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,544 misc 7962 8782111040 Invalid value for VR IS: '1998.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,546 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,546 misc 7962 8782111040 Invalid value for VR IS: '1998.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,551 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,552 misc 7962 8782111040 Invalid value for VR IS: '1998.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,555 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,555 misc 7962 8782111040 Invalid value for VR IS: '1998.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,560 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,561 misc 7962 8782111040 Invalid value for VR IS: '1998.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,563 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,564 misc 7962 8782111040 Invalid value for VR IS: '1998.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,566 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,567 misc 7962 8782111040 Invalid value for VR IS: '1998.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,569 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,570 misc 7962 8782111040 Invalid value for VR IS: '1998.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,573 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,573 misc 7962 8782111040 Invalid value for VR IS: '1998.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,576 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,577 misc 7962 8782111040 Invalid value for VR IS: '1998.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,578 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,579 misc 7962 8782111040 Invalid value for VR IS: '1998.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:43,581 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,586 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,589 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,592 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,595 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,599 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,605 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,608 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,611 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,615 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,618 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,621 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,627 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,630 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,634 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,637 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,641 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,644 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,647 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,650 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,653 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,656 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,660 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,665 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,667 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,670 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,673 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,675 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,677 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,681 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,683 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,687 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,690 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,693 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,696 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,702 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,706 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,709 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,711 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,713 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,717 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,720 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,723 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,725 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,730 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,733 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,735 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,739 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,742 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,745 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,748 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,751 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,753 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,757 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,760 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,762 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,767 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,771 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,773 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,779 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,782 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,787 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,790 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,796 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,798 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,801 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,807 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,810 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,813 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,817 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,822 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,826 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,829 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,831 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,834 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,837 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,840 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,844 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,847 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,851 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,854 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,856 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,859 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,862 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,865 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,868 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,872 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,874 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,877 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,880 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,883 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,886 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,888 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,891 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,894 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,896 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,898 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,902 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,907 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,910 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,916 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,918 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,921 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,924 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,927 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,931 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,933 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,937 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,941 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,943 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,946 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,948 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,951 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,955 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,958 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,960 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,966 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,968 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,972 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,974 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,977 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,982 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,987 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,990 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,992 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,995 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:43,998 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,001 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,004 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,010 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,014 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,016 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,018 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,021 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,024 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,027 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,030 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,035 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,038 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,040 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,043 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,046 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,050 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,053 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,057 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,060 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,063 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,067 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,071 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,074 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,078 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,083 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,087 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,089 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,093 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,097 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,099 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,102 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,105 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,108 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,114 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,116 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,121 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,123 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,127 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,130 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,132 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,135 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,138 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,141 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,144 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,147 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,151 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,154 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,156 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,159 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,162 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,164 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,167 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,170 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,174 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,177 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,183 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,185 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,188 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,191 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,197 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,199 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,203 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,206 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,212 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,214 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,220 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,223 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,225 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,230 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,233 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,236 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,238 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,244 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,246 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,249 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,252 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,256 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,259 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,261 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,264 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,267 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,269 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,272 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,274 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,278 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,280 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,283 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,286 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,289 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,293 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,299 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,301 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,304 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,308 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,310 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,313 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,316 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,322 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,326 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,328 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,331 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,334 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,337 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,341 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,344 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,347 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,350 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,353 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,359 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,363 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,366 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,369 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,372 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,375 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,381 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,388 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,390 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,397 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,400 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,404 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,407 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,411 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,415 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,418 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,421 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,425 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,429 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,432 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,435 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,437 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,442 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,450 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,453 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,457 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,460 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,462 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,465 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,468 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,471 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,473 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,477 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,482 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,485 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,488 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,491 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,494 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,498 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,500 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,505 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,508 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,514 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,516 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,520 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,523 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,527 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,530 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,532 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,535 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,538 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,541 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,543 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,546 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,548 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,552 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,554 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,557 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,562 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,566 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,569 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,573 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,576 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,579 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,584 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,588 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,591 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,594 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,597 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,599 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,602 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,605 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,609 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,615 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,617 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,620 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,623 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,628 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,631 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,633 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,637 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,640 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,642 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,645 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,648 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,653 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,656 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,659 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,662 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,665 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,668 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,674 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,677 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,679 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,683 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,686 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,692 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,695 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,698 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,701 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,704 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,709 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,715 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,718 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,722 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,725 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,727 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,730 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,733 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,735 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,739 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,742 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,746 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,749 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,751 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,754 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,757 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,761 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,765 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,768 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,772 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,779 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,849 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,858 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,861 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,865 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,868 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,873 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,875 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,881 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,886 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,890 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,896 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,898 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,902 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,904 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,908 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,911 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,915 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,920 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,922 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,925 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,929 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,932 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,935 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,937 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,940 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,944 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,947 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,950 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,953 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,955 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,958 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,961 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,967 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,970 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,972 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,975 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,978 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,981 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,984 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,987 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,990 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,993 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,996 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:44,997 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,000 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,000 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,002 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,003 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,008 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,009 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,011 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,011 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,013 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,014 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,015 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,016 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,019 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,020 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,024 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,025 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,027 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,028 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,031 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,032 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,034 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,035 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,038 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,039 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,040 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,041 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,044 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,044 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,046 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,047 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,048 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,049 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,053 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,053 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,059 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,059 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,062 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,063 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,065 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,065 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,068 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,069 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,071 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,072 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,075 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,075 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,077 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,078 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,080 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,081 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,083 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,084 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,086 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,086 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,088 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,089 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,092 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,093 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,095 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,096 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,098 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,098 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,100 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,101 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,104 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,105 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,108 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,109 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,111 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,112 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,114 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,114 misc 7962 8782111040 Invalid value for VR IS: '588.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:45,120 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,122 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,125 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,128 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,132 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,135 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,139 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,144 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,146 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,149 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,152 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,156 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,159 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,163 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,166 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,169 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,173 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,179 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,182 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,185 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,191 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,195 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,199 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,203 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,208 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,212 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,215 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,218 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,221 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,225 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,227 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,230 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,232 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,237 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,239 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,242 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,246 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,250 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,255 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,260 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,264 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,269 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,272 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,278 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,281 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,284 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,288 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,291 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,295 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,299 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,302 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,305 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,310 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,313 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,316 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,318 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,322 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,324 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,327 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,331 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,335 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,339 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,341 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,347 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,350 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,353 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,356 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,358 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,362 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,365 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,368 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,370 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,373 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,375 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,381 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,385 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,388 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,391 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,394 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,397 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,401 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,405 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,407 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,413 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,417 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,420 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,423 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,425 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,428 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,431 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,433 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,435 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,438 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,441 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,444 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,448 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,450 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,453 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,455 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,458 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,462 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,464 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,469 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,475 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,479 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,482 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,485 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,489 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,491 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,494 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,497 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,500 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,503 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,506 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,509 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,511 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,514 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,518 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,522 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,527 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,533 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,536 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,539 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,541 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,544 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,547 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,550 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,554 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,557 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,560 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,562 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,565 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,572 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,575 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,577 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,579 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,582 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,585 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,589 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,593 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,595 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,598 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,600 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,603 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,606 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,609 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,612 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,615 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,618 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,624 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,626 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,629 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,633 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,636 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,642 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,645 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,649 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,655 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,658 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,661 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,663 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,666 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,668 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,674 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,676 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,679 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,681 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,684 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,686 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,690 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,693 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,696 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,699 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,701 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,705 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,708 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,711 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,715 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,718 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,721 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,724 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,727 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,731 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,734 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,739 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,742 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,745 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,748 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,751 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,754 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,757 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,759 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,765 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,768 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,771 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,774 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,776 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,779 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,781 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,784 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,788 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,790 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,793 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,796 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,802 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,805 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,808 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,810 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,813 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,816 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,819 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,821 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,824 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,827 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,830 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,832 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,835 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,838 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,840 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,843 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,846 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,849 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,851 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,854 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,856 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,859 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,864 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,867 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,870 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,873 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,876 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,878 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,880 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,883 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,887 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,889 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,893 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,895 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,898 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,902 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,905 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,907 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,910 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,913 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,916 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,919 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,924 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,927 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,933 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,936 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,939 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,942 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,944 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,947 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,949 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,953 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,959 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,962 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,965 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,968 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,971 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,975 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,978 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,982 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,985 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,988 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,992 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,996 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:45,999 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,002 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,004 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,008 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,011 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,014 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,017 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,020 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,023 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,026 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,028 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,031 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,034 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,036 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,042 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,044 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,047 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,049 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,051 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,055 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,058 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,063 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,065 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,069 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,073 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,076 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,080 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,083 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,085 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,088 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,092 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,095 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,098 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,100 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,104 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,106 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,110 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,113 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,118 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,120 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,123 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,125 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,128 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,131 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,134 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,136 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,139 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,142 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,146 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,149 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,153 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,156 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,158 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,161 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,167 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,170 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,174 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,177 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,180 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,183 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,186 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,189 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,191 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,197 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,200 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,203 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,206 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,209 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,212 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,215 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,218 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,221 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,224 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,227 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,230 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,233 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,237 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,240 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,245 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,250 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,254 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,256 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,259 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,261 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,266 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,269 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,271 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,274 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,277 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,280 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,283 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,286 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,291 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,294 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,297 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,300 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,304 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,308 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,311 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,313 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,316 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,319 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,325 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,328 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,331 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,334 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,337 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,341 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,343 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,346 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,350 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,353 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,356 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,358 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,364 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,367 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,373 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,376 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,380 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,383 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,387 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,391 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,396 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,399 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,402 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,405 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,408 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,412 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,418 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,420 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,424 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,427 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,430 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,433 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,436 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,439 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,444 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,449 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,451 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,455 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,458 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,461 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,464 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,467 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,470 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,473 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,475 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,480 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,483 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,486 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,488 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,491 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,494 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,498 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,501 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,504 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,507 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,510 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,515 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,518 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,521 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,524 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,526 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,530 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,533 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,536 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,538 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,541 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,548 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,550 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,554 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,557 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,561 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,565 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,569 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,573 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,575 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,578 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,580 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,583 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,587 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,592 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,595 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,598 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,601 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,604 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,607 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,610 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,613 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,619 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,622 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,625 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,628 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,631 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,634 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,639 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,643 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,646 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,648 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,652 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,657 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,660 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,663 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,666 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,669 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,672 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,674 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,677 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,680 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,684 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,686 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,690 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,692 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,696 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,699 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,702 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,706 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,708 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,711 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,714 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,716 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,719 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,723 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,726 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,729 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,731 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,734 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,740 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,744 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,747 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,751 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,754 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,756 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,759 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,762 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,765 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,769 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,771 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,775 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,780 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,785 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,791 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,798 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,801 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,804 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,807 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,810 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,813 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,817 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,820 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,823 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,825 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,829 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,832 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,834 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,836 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,839 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,843 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,846 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,848 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,851 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,854 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,857 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,860 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,864 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,869 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,871 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,875 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,878 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,880 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,883 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,886 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,889 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,893 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,896 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,899 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,901 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,907 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,913 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,915 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,919 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,922 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,927 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,932 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,935 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,938 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,941 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,943 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,946 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,949 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,952 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,956 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,960 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,964 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,967 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,971 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,974 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,977 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,982 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,985 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,989 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,995 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:46,997 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,001 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,006 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,011 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,017 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,020 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,024 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,026 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,029 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,032 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,036 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,038 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,042 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,045 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,048 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,051 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,054 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,059 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,062 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,065 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,069 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,071 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,075 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,077 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,081 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,084 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,086 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,089 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,094 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,098 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,100 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,103 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,106 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,109 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,111 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,114 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,118 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,120 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,124 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,127 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,130 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,133 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,136 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,141 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,144 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,147 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,153 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,156 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,159 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,161 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,166 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,169 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,173 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,176 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,180 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,183 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,187 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,190 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,193 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,196 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,199 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,203 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,205 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,210 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,214 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,220 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,222 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,225 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,228 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,230 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,233 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,236 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,240 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,243 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,246 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,248 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,251 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,254 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,258 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,261 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,264 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,268 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,273 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,277 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,280 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,283 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,288 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,291 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,295 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,297 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,300 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,306 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,308 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,311 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,313 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,315 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,319 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,322 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,325 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,327 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,331 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,333 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,335 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,338 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,341 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,343 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,346 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,350 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,353 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,358 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,361 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,365 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,368 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,372 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,376 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,379 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,384 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,386 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,391 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,394 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,396 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,402 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,405 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,408 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,414 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,418 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,420 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,423 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,425 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,428 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,431 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,434 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,439 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,445 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,449 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,453 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,457 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,459 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,463 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,465 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,468 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,471 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,477 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,480 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,482 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,486 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,489 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,492 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,495 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,498 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,501 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,505 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,508 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,513 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,515 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,518 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,521 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,524 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,527 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,530 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,533 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,537 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,540 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,542 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,545 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,548 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,553 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,557 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,560 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,563 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,565 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,568 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,570 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,576 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,579 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,582 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,586 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,589 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,591 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,595 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,598 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,600 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,606 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,609 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,612 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,614 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,617 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,621 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,626 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,629 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,631 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,635 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,637 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,642 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,645 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,650 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,654 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,658 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,661 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,666 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,669 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,675 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,678 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,682 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,685 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,689 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,693 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,699 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,703 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,706 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,711 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,714 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,717 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,720 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,725 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,729 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,733 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,736 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,742 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,745 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,747 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,753 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,756 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,761 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,763 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,766 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,769 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,772 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,775 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,778 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,781 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,783 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,786 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,789 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,791 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,794 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,796 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,802 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,804 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,807 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,810 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,813 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,816 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,821 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,825 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,828 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,831 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,834 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,836 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,839 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,841 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,845 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,851 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,855 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,858 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,862 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,865 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,867 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,870 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,873 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,876 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,879 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,882 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,886 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,890 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,892 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,895 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,897 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,900 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,903 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,905 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,911 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,914 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,917 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,920 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,923 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,926 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,929 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,932 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,934 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,937 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,940 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,943 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,947 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,950 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,953 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,955 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,960 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,962 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,965 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,968 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,972 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,974 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,977 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,981 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,984 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,987 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,990 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,993 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:47,997 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,000 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,003 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,005 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,011 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,015 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,018 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,021 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,026 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,030 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,032 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,036 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,039 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,043 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,045 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,049 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,054 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,057 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,060 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,065 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,068 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,071 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,074 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,076 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,080 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,085 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,087 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,089 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,093 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,096 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,099 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,101 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,104 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,107 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,111 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,114 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,116 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,118 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,121 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,124 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,128 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,131 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,134 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,137 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,140 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,143 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,146 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,149 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,152 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,154 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,157 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,162 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,165 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,168 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,170 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,173 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,179 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,182 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,185 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,189 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,192 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,195 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,198 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,201 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,204 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,206 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,211 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,214 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,216 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,219 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,221 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,224 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,228 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,231 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,237 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,240 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,242 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,246 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,249 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,252 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,255 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,259 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,262 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,265 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,270 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,273 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,276 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,279 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,284 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,287 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,290 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,293 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,296 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,301 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,304 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,307 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,313 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,315 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,316 misc 7962 8782111040 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,319 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,319 misc 7962 8782111040 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,321 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,322 misc 7962 8782111040 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,324 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,324 misc 7962 8782111040 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,326 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,327 misc 7962 8782111040 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,329 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,330 misc 7962 8782111040 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,332 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,333 misc 7962 8782111040 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,335 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,336 misc 7962 8782111040 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,338 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,339 misc 7962 8782111040 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,341 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,341 misc 7962 8782111040 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,345 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,346 misc 7962 8782111040 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,348 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,349 misc 7962 8782111040 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,353 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,353 misc 7962 8782111040 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,358 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,359 misc 7962 8782111040 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,364 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,364 misc 7962 8782111040 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,366 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,367 misc 7962 8782111040 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,372 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,373 misc 7962 8782111040 Invalid value for VR IS: '1743.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,375 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,376 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,380 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,381 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,385 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,385 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,388 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,389 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,391 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,392 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,397 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,397 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,400 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,400 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,402 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,403 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,405 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,406 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,407 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,408 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,411 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,412 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,416 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,417 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,419 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,420 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,422 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,423 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,426 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,426 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,430 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,430 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,433 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,434 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,436 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,437 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,440 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,441 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,443 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,443 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,445 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,446 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,448 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,448 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,451 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,452 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,455 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,455 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,458 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,459 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,461 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,461 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,466 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,467 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,470 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,471 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,472 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,473 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,475 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,476 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,479 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,480 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,482 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,483 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,485 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,486 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,487 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,488 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,490 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,491 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,493 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,494 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,497 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,497 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,499 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,500 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,502 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,503 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,505 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,506 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,511 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,511 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,513 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,514 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,516 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,516 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,521 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,521 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,523 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,524 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,526 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,527 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,530 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,531 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,533 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,533 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,536 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,537 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,539 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,540 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,542 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,542 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,545 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,545 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,547 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,548 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,550 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,551 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,555 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,556 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,558 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,559 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,563 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,563 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,568 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,568 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,570 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,571 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,576 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,577 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,590 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,591 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,593 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,594 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,599 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,600 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,602 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,603 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,606 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,607 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,609 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,610 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,612 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,612 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,614 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,615 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,617 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,617 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,621 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,622 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,624 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,624 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,626 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,627 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,630 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,630 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,632 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,633 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,636 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,637 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,639 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,640 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,642 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,643 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,644 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,645 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,647 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,648 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,650 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,651 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,653 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,654 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,656 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,656 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,659 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,660 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,662 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,662 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,665 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,666 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,669 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,670 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,673 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,673 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,675 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,676 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,678 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,679 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,681 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,682 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,687 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,688 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,689 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,690 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,692 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,693 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,696 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,697 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,700 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,701 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,703 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,704 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,706 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,707 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,709 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,710 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,712 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,712 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,714 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,715 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,717 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,718 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,721 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,721 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,723 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,724 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,730 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,731 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,734 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,734 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,737 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,738 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,740 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,740 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,743 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,744 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,747 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,747 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,749 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,750 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,754 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,754 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,758 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,758 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,760 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,761 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,763 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,764 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,766 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,767 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,772 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,773 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,774 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,775 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,777 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,778 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,781 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,781 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,787 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,787 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,790 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,790 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,792 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,793 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,795 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,796 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,799 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,800 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,801 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,802 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,805 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,806 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,809 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,810 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,811 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,812 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,815 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,815 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,818 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,818 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,821 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,822 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,823 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,824 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,826 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,827 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,830 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,830 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,834 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,834 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,836 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,837 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,839 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,840 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,843 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,844 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,846 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,847 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,849 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,850 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,853 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,854 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,857 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,858 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,861 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,861 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,864 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,865 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,868 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,869 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,871 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,872 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,874 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,875 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,877 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,877 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,879 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,880 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,885 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,885 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,887 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,888 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,890 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,890 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,895 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,896 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,898 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,899 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,902 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,903 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,905 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,906 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,908 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,909 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,910 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,911 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,916 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,917 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,919 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,920 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,922 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,923 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,925 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,926 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,929 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,929 misc 7962 8782111040 Invalid value for VR IS: '149.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,932 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,934 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,936 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,936 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,939 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,939 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,942 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,943 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,947 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,947 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,949 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,950 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,952 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,953 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,955 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,956 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,958 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,959 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,961 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,961 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,965 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,965 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,969 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,969 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,971 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,972 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,974 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,975 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,980 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,981 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,984 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,985 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,987 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,987 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,989 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,990 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,992 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,993 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,996 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:48,997 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:48,999 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,000 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,002 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,003 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,005 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,006 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,008 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,008 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,011 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,011 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,013 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,014 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,016 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,017 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,020 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,021 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,022 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,023 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,025 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,026 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,029 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,030 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,032 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,032 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,035 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,035 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,037 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,038 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,040 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,041 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,043 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,044 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,045 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,046 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,049 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,050 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,053 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,054 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,056 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,057 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,062 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,063 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,065 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,066 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,068 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,069 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,071 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,072 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,077 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,078 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,082 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,083 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,085 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,086 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,088 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,089 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,091 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,092 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,094 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,095 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,098 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,099 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,100 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,101 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,104 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,105 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,109 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,110 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,112 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,113 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,117 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,118 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,120 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,121 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,123 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,123 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,126 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,126 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,129 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,130 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,132 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,133 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,136 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,137 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,140 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,141 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,143 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,144 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,145 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,146 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,148 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,149 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,151 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,152 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,154 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,155 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,157 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,158 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,160 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,160 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,166 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,167 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,169 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,170 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,173 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,174 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,176 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,177 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,182 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,183 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,185 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,186 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,188 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,189 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,194 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,194 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,197 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,198 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,200 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,201 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,202 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,203 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,204 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,205 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,208 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,209 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,212 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,213 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,215 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,215 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,218 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,219 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,221 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,222 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,224 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,224 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,228 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,228 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,231 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,231 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,234 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,235 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,239 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,240 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,242 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,243 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,245 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,246 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,248 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,248 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,250 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,251 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,253 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,253 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,255 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,256 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,258 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,259 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,261 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,262 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,263 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,264 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,266 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,267 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,269 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,270 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,272 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,273 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,276 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,277 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,280 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,280 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,283 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,283 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,286 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,286 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,289 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,290 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,291 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,292 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,295 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,296 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,299 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,300 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,303 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,304 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,307 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,308 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,310 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,311 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,313 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,314 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,316 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,317 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,319 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,319 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,321 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,322 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,324 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,324 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,327 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,328 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,332 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,333 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,336 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,337 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,339 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,340 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,342 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,343 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,345 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,346 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,348 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,348 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,351 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,352 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,355 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,356 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,361 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,362 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,363 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,364 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,366 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,367 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,370 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,371 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,373 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,374 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,376 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,377 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,378 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,379 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,382 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,383 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,385 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,386 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,389 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,389 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,392 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,393 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,395 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,396 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,398 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,399 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,401 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,401 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,404 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,404 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,406 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,407 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,410 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,411 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,413 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,414 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,418 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,419 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,420 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,421 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,423 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,424 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,427 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,428 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,430 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,430 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,434 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,435 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,440 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,441 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,443 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,444 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,445 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,446 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,448 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,449 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,452 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,453 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,454 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,455 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,457 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,458 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,461 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,461 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,464 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,464 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,466 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,467 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,469 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,470 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,472 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,472 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,476 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,476 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,478 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,479 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,482 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,483 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,485 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,486 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,488 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,489 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,490 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,491 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,494 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,495 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,500 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,501 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,503 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,504 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,506 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,507 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,511 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,512 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,514 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,515 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,517 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,518 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,520 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,521 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,523 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,524 misc 7962 8782111040 Invalid value for VR IS: '1399.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,527 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,531 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,534 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,536 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,539 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,541 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,544 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,547 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,551 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,553 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,555 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,559 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,563 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,566 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,569 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,572 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,576 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,579 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,581 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,586 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,589 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,593 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,599 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,602 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,605 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,608 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,611 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,616 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,619 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,624 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,626 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,631 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,634 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,637 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,640 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,643 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,646 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,651 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,654 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,656 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,660 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,663 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,667 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,670 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,672 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,675 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,681 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,684 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,687 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,692 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,695 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,698 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,702 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,707 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,710 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,716 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,719 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,722 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,727 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,730 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,733 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,737 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,742 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,744 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,747 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,749 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,752 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,755 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,759 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,762 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,764 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,767 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,770 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,774 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,778 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,780 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,786 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,789 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,792 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,799 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,802 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,806 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,809 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,812 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,814 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,817 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,820 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,824 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,826 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,830 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,833 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,837 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,839 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,842 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,844 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,847 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,850 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,853 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,854 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,856 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,857 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,858 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,859 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,861 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,862 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,864 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,865 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,867 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,868 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,870 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,871 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,875 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,876 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,879 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,880 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,883 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,884 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,886 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,887 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,889 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,890 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,894 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,895 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,897 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,897 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,900 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,901 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,903 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,904 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,906 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,907 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,912 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,912 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,914 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,915 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,918 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,918 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,920 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,921 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,924 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,925 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,927 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,928 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,930 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,931 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,934 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,935 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,938 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,939 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,941 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,942 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,947 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,948 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,951 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,951 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,954 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,955 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,957 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,957 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,960 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,961 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,963 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,963 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,965 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,966 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,968 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,969 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,972 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,972 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,975 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,976 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,978 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,979 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,982 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,982 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,987 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,988 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,993 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,994 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,996 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,997 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:49,998 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:49,999 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,002 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,002 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,007 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,008 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,010 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,011 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,013 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,013 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,016 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,017 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,018 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,019 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,022 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,022 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,024 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,025 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,028 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,028 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,030 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,031 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,033 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,034 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,036 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,037 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,042 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,042 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,045 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,045 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,047 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,048 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,051 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,052 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,053 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,054 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,055 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,056 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,058 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,059 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,061 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,061 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,064 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,064 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,067 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,068 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,070 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,071 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,073 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,073 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,076 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,077 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,080 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,081 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,084 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,084 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,087 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,088 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,092 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,093 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,098 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,099 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,101 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,101 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,104 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,104 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,106 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,107 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,110 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,111 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,113 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,114 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,117 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,118 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,121 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,121 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,125 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,125 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,128 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,129 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,134 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,135 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,137 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,138 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,141 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,142 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,143 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,144 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,146 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,147 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,149 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,150 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,152 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,153 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,155 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,156 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,161 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,161 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,163 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,164 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,167 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,168 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,170 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,171 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,176 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,176 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,179 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,180 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,182 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,183 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,186 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,187 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,189 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,190 misc 7962 8782111040 Invalid value for VR IS: '1077.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:50,191 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,194 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,199 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,202 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,205 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,210 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,212 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,215 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,217 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,221 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,224 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,226 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,231 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,234 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,237 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,240 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,245 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,248 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,252 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,255 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,261 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,264 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,267 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,271 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,274 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,276 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,279 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,282 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,286 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,288 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,291 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,293 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,298 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,300 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,306 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,308 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,312 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,316 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,319 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,323 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,325 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,329 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,332 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,334 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,337 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,340 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,343 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,345 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,348 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,351 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,354 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,359 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,361 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,364 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,367 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,370 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,373 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,376 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,379 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,382 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,384 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,387 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,389 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,392 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,394 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,397 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,400 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,404 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,406 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,412 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,414 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,417 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,420 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,423 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,425 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,429 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,433 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,437 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,440 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,442 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,445 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,448 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,450 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,454 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,456 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,460 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,463 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,466 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,468 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,471 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,474 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,477 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,479 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,482 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,488 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,492 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,496 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,498 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,504 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,506 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,509 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,512 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,515 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,518 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,521 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,527 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,530 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,533 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,536 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,542 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,544 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,547 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,550 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,552 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,555 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,559 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,562 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,565 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,568 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,572 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,577 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,580 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,582 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,586 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,704 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,706 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,711 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,713 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,716 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,720 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,723 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,725 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,728 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,731 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,733 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,736 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,739 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,745 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,748 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,751 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,754 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,758 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,761 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,764 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,768 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,771 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,773 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,780 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,784 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,787 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,790 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,793 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,796 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,801 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,804 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,808 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,811 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,816 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,820 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,825 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,828 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,832 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,835 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,838 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,840 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,843 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,846 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,849 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,852 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,857 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,861 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,864 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,867 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,871 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,874 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,879 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,884 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,887 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,891 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,893 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,897 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,899 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,902 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,906 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,909 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,912 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,914 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,917 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,923 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,926 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,928 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,932 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,936 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,940 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,942 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,946 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,949 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,952 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,955 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,957 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,960 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,963 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,965 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,968 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,974 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,976 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,979 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,982 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,985 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,988 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,994 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:50,998 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,003 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,007 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,010 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,013 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,016 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,020 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,023 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,026 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,032 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,036 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,038 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,041 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,044 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,046 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,052 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,054 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,057 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,061 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,064 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,066 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,069 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,074 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,077 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,080 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,083 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,086 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,088 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,092 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,095 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,097 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,100 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,103 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,106 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,109 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,112 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,116 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,118 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,121 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,125 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,128 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,131 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,134 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,138 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,142 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,145 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,148 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,152 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,154 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,158 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,161 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,164 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,170 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,173 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,176 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,180 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,182 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,186 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,188 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,191 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,195 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,199 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,201 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,205 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,208 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,211 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,213 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,216 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,221 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,225 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,228 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,231 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,234 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,239 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,243 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,246 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,249 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,252 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,255 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,258 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,261 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,265 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,268 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,272 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,274 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,280 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,283 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,285 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,286 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,290 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,290 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,293 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,294 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,296 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,296 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,298 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,299 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,302 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,303 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,305 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,306 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,310 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,311 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,315 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,315 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,320 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,321 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,324 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,324 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,326 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,327 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,329 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,330 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,331 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,332 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,334 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,334 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,338 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,339 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,341 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,341 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,343 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,344 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,345 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,346 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,349 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,350 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,354 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,355 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,356 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,357 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,359 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,360 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,361 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,362 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,364 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,364 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,369 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,370 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,374 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,374 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,377 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,377 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,379 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,380 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,383 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,384 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,386 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,387 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,389 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,390 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,393 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,393 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,395 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,396 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,398 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,399 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,402 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,403 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,405 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,405 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,409 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,410 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,413 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,413 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,417 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,418 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,422 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,423 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,427 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,427 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,430 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,430 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,434 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,434 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,437 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,438 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,440 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,441 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,443 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,443 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,445 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,446 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,448 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,448 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,452 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,452 misc 7962 8782111040 Invalid value for VR IS: '1428.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,456 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,457 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,462 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,463 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,466 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,467 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,469 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,470 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,473 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,474 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,476 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,477 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,478 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,479 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,481 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,482 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,484 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,485 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,487 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,488 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,490 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,490 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,492 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,493 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,497 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,497 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,500 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,501 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,503 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,504 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,509 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,510 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,512 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,513 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,517 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,518 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,520 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,521 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,522 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,523 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,526 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,527 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,534 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,534 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,537 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,538 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,540 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,541 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,543 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,544 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,546 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,547 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,548 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,549 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,553 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,554 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,556 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,557 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,560 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,560 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,563 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,564 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,566 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,566 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,568 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,569 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,571 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,572 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,575 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,576 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,579 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,580 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,582 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,583 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,585 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,586 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,589 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,590 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,591 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,592 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,594 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,595 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,598 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,599 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,602 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,603 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,605 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,605 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,608 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,609 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,613 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,613 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,616 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,617 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,621 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,622 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,624 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,625 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,627 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,628 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,631 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,631 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,633 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,634 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,636 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,637 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,639 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,640 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,642 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,643 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,645 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,646 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,649 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,649 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,653 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,653 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,656 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,656 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,660 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,660 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,665 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,666 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,668 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,669 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,672 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,673 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,675 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,676 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,679 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,680 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,682 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,683 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,686 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,687 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,689 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,689 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,692 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,693 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,695 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,696 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,701 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,701 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,707 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,708 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,710 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,711 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,713 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,714 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,717 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,717 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,720 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,721 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,724 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,725 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,727 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,728 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,730 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,731 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,734 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,735 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,738 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,739 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,742 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,743 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,746 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,747 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,750 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,751 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,753 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,754 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,759 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,760 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,762 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,762 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,764 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,765 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,771 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,772 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,774 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,774 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,777 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,778 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,781 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,781 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,784 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,785 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,789 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,790 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,793 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,794 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,796 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,797 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,800 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,801 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,802 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,803 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,805 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,806 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,808 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,809 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,812 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,813 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,818 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,819 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,823 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,824 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,826 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,827 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,829 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,830 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,832 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,833 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,835 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,836 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,838 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,839 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,841 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,842 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,844 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,845 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,850 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,851 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,854 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,855 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,857 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,858 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,860 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,860 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,863 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,864 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,866 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,867 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,869 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,870 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,872 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,873 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,875 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,876 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,880 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,881 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,886 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,887 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,889 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,890 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,893 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,893 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,896 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,896 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,898 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,899 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,901 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,902 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,904 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,904 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,909 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,910 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,914 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,914 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,916 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,917 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,919 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,920 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,922 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,923 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,924 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,925 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,929 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,929 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,932 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,933 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,936 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,937 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,938 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,939 misc 7962 8782111040 Invalid value for VR IS: '1934.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:51,942 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,945 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,947 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,950 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,956 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,959 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,962 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,967 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,970 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,973 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,976 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,978 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,984 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,988 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,991 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,994 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:51,998 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,002 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,005 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,008 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,011 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,015 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,018 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,020 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,024 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,027 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,030 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,032 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,036 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,041 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,044 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,047 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,050 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,055 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,059 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,061 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,067 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,073 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,078 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,081 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,084 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,087 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,091 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,094 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,096 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,100 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,105 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,107 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,110 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,113 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,117 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,119 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,123 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,126 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,129 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,133 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,137 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,139 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,141 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,144 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,148 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,153 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,156 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,159 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,163 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,166 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,170 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,172 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,175 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,178 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,180 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,184 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,188 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,192 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,195 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,197 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,200 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,203 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,206 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,210 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,214 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,217 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,220 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,223 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,226 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,228 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,233 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,237 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,240 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,245 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,249 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,253 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,256 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,260 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,263 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,267 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,271 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,274 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,280 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,282 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,286 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,290 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,293 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,298 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,301 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,306 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,310 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,312 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,315 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,318 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,321 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,324 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,327 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,329 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,332 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,335 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,337 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,341 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,344 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,349 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,352 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,355 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,358 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,360 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,363 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,366 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,369 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,372 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,375 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,380 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,384 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,387 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,389 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,392 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,396 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,401 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,405 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,411 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,411 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,415 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,416 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,419 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,420 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,422 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,423 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,425 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,426 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,428 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,429 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,434 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,435 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,437 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,438 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,440 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,440 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,442 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,443 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,444 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,445 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,448 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,448 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,453 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,454 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,456 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,457 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,459 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,460 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,463 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,464 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,466 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,467 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,469 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,470 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,472 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,473 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,476 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,476 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,478 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,479 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,481 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,482 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,486 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,487 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,489 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,490 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,492 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,493 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,497 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,497 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,499 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,500 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,501 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,502 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,504 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,505 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,508 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,509 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,511 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,512 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,514 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,515 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,518 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,519 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,521 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,522 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,527 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,527 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,530 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,531 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,536 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,537 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,539 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,539 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,541 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,542 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,544 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,545 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,548 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,549 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,552 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,552 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,554 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,555 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,557 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,558 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,560 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,560 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,562 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,563 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,567 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,568 misc 7962 8782111040 Invalid value for VR IS: '1089.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,570 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,571 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,573 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,574 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,576 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,577 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,579 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,580 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,583 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,584 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,586 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,587 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,591 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,592 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,595 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,595 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,597 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,598 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,601 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,602 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,604 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,605 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,608 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,609 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,611 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,612 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,614 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,615 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,618 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,618 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,621 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,622 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,627 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,627 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,630 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,630 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,632 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,633 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,636 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,637 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,639 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,640 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,642 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,643 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,645 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,646 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,651 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,651 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,654 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,655 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,658 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,658 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,662 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,662 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,665 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,665 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,667 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,668 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,670 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,671 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,674 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,674 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,677 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,678 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,682 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,683 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,687 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,688 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,690 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,691 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,695 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,696 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,699 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,700 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,701 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,702 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,704 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,705 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,707 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,707 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,710 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,711 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,713 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,713 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,715 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,716 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,718 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,719 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,722 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,723 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,726 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,726 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,728 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,729 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,731 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,731 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,734 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,735 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,738 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,738 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,741 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,742 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,745 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,746 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,748 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,749 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,751 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,752 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,754 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,755 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,758 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,759 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,762 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,762 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,765 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,765 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,767 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,768 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,771 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,771 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,774 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,775 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,778 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,779 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,781 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,781 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,785 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,786 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,787 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,788 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,790 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,791 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,793 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,794 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,796 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,796 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,801 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,802 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,805 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,806 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,808 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,809 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,811 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,812 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,814 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,815 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,820 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,821 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,823 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,823 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,825 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,826 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,828 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,829 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,831 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,832 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,834 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,835 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,838 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,838 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,841 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,842 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,845 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,845 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,848 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,848 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,850 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,851 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,853 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,854 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,856 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,857 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,859 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,859 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,862 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,862 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,864 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,865 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,867 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,868 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,870 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,871 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,874 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,875 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,877 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,877 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,879 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,880 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,882 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,883 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,885 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,886 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,887 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,888 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,891 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,892 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,897 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,898 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,900 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,901 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,904 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,905 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,907 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,908 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,910 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,910 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,913 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,914 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,915 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,916 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,919 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,920 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,921 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,922 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,925 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,926 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,929 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,930 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,935 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,935 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,939 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,939 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,941 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,942 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,944 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,945 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,948 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,948 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,950 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,951 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,953 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,954 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,956 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,957 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,960 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,960 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,963 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,963 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,965 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,966 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,968 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,969 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,973 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,974 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,977 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,978 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,980 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,981 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,983 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,984 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,986 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,987 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,988 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,989 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,991 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,992 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,994 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,994 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:52,997 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:52,998 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,001 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,001 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,003 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,004 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,006 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,006 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,008 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,009 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,011 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,012 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,014 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,015 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,018 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,019 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,021 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,022 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,026 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,027 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,029 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,030 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,032 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,033 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,036 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,036 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,039 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,040 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,042 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,043 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,046 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,046 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,048 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,049 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,051 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,051 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,053 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,054 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,057 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,058 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,060 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,060 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,063 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,063 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,066 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,067 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,070 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,070 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,073 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,074 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,076 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,077 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,082 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,083 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,086 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,087 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,088 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,089 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,092 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,093 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,095 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,096 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,098 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,099 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,101 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,102 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,104 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,104 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,106 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,107 misc 7962 8782111040 Invalid value for VR IS: '1705.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,109 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,113 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,115 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,118 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,120 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,123 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,126 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,129 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,131 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,134 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,141 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,144 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,147 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,150 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,154 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,157 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,161 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,164 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,166 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,171 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,175 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,178 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,181 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,187 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,190 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,194 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,197 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,200 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,206 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,212 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,215 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,219 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,222 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,223 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,227 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,227 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,233 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,233 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,236 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,236 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,239 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,239 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,242 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,243 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,245 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,246 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,248 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,248 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,251 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,251 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,253 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,254 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,257 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,258 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,260 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,261 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,262 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,263 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,265 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,266 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,269 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,270 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,272 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,273 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,277 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,278 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,279 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,280 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,282 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,283 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,284 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,285 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,287 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,288 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,290 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,291 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,293 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,294 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,297 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,297 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,299 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,300 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,302 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,303 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,306 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,307 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,310 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,311 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,316 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,317 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,319 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,320 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,323 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,323 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,326 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,326 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,329 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,330 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,334 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,335 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,338 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,339 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,341 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,342 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,344 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,345 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,350 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,350 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,353 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,354 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,355 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,356 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,359 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,359 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,362 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,362 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,364 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,365 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,367 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,368 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,371 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,372 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,374 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,374 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,379 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,380 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,382 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,383 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,386 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,387 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,391 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,392 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,394 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,395 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,397 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,398 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,400 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,401 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,403 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,403 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,406 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,406 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,409 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,410 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,412 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,413 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,415 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,416 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,418 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,418 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,421 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,422 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,425 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,426 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,428 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,428 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,431 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,432 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,435 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,436 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,439 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,439 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,441 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,442 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,445 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,446 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,449 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,450 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,452 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,452 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,455 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,455 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,457 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,458 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,461 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,462 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,464 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,465 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,467 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,468 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,469 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,470 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,475 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,476 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,480 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,480 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,486 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,487 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,491 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,492 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,494 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,495 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,498 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,499 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,502 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,503 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,505 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,505 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,509 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,509 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,512 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,513 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,515 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,516 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,518 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,519 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,522 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,522 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,526 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,527 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,529 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,530 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,533 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,534 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,536 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,537 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,538 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,539 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,542 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,543 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,545 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,546 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,550 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,551 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,552 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,553 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,556 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,556 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,561 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,562 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,564 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,565 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,567 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,568 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,570 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,571 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,573 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,574 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,579 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,580 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,581 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,582 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,584 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,585 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,588 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,589 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,591 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,592 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,595 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,595 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,597 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,598 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,601 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,602 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,604 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,605 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,608 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,608 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,611 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,612 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,613 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,614 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,616 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,616 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,618 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,619 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,624 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,625 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,627 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,628 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,630 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,631 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,633 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,634 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,636 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,637 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,639 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,640 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,642 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,642 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,644 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,645 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,647 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,648 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,650 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,651 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,654 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,655 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,657 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,658 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,661 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,662 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,664 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,665 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,667 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,667 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,671 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,672 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,675 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,675 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,678 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,678 misc 7962 8782111040 Invalid value for VR IS: '306.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:53,680 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,684 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,687 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,691 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,693 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,696 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,698 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,701 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,705 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,708 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,711 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,714 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,717 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,719 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,723 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,726 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,729 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,734 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,737 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,739 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,742 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,745 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,748 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,751 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,755 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,760 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,763 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,766 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,769 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,772 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,778 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,781 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,785 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,787 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,790 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,793 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,797 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,802 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,805 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,809 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,813 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,819 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,823 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,825 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,827 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,830 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,833 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,838 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,841 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,847 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,851 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,855 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,861 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,864 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,867 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,871 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,874 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,876 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,880 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,884 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,887 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,890 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,892 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,895 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,898 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,901 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,907 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,911 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,914 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,917 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,921 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,924 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,928 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,931 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,935 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,938 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,942 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,945 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,948 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,950 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,954 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,958 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,960 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,966 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,969 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,973 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,976 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,979 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,981 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,985 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,989 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,993 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,996 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:53,999 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,003 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,007 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,009 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,015 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,018 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,020 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,023 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,027 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,029 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,032 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,035 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,039 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,042 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,046 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,049 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,053 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,057 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,059 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,062 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,065 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,070 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,073 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,076 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,078 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,081 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,084 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,087 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,090 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,092 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,095 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,098 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,100 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,103 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,108 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,110 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,115 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,117 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,120 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,123 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,127 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,130 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,132 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,135 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,138 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,143 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,147 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,150 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,153 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,158 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,160 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,163 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,166 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,168 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,171 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,173 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,176 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,180 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,184 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,188 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,194 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,196 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,199 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,202 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,204 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,208 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,211 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,214 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,217 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,220 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,223 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,227 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,229 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,232 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,238 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,243 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,246 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,249 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,253 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,255 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,258 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,261 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,263 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,269 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,272 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,274 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,281 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,284 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,288 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,290 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,294 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,297 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,300 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,302 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,305 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,308 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,310 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,314 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,318 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,321 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,323 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,327 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,329 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,331 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,334 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,339 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,341 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,344 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,347 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,350 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,352 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,355 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,358 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,362 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,365 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,370 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,377 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,379 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,383 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,387 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,389 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,392 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,396 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,399 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,402 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,405 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,410 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,414 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,416 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,419 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,422 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,425 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,428 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,431 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,435 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,440 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,443 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,446 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,449 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,451 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,455 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,459 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,462 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,464 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,468 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,471 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,474 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,476 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,479 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,482 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,485 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,488 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,491 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,494 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,497 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,499 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,502 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,505 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,507 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,511 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,514 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,516 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,520 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,523 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,527 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,529 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,535 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,538 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,541 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,545 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,548 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,551 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,554 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,560 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,562 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,565 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,567 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,570 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,573 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,575 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,578 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,581 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,584 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,587 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,590 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,593 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,595 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,597 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,600 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,603 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,606 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,609 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,611 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,614 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,617 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,620 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,625 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,629 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,632 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,634 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,639 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,641 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,643 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,646 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,648 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,652 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,656 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,659 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,663 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,667 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,672 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,675 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,679 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,683 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,686 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,692 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,694 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,697 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,699 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,701 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,706 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,708 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,712 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,716 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,719 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,722 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,728 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,731 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,734 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,737 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,740 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,743 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,746 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,748 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,752 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,755 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,759 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,762 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,765 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,770 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,772 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,775 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,780 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,783 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,785 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,790 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,792 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,795 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,799 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,804 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,807 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,813 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,819 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,823 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,826 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,830 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,833 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,834 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,837 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,838 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,843 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,844 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,846 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,847 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,850 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,850 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,853 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,853 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,857 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,857 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,860 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,860 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,862 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,863 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,864 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,865 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,867 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,868 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,871 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,872 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,876 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,876 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,878 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,879 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,881 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,882 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,884 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,885 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,890 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,891 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,893 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,893 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,895 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,896 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,900 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,901 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,904 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,905 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,907 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,907 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,912 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,913 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,916 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,917 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,920 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,920 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,922 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,923 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,926 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,926 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,930 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,930 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,933 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,934 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,936 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,937 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,939 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,940 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,942 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,943 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,948 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,949 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,952 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,953 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,955 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,956 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,959 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,960 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,963 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,963 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,968 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,969 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,971 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,972 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,975 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,976 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,978 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,978 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,980 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,981 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,983 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,984 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,986 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,987 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,991 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,992 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,994 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,995 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:54,998 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:54,999 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,004 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,005 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,008 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,008 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,014 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,015 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,016 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,017 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,021 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,022 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,025 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,026 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,028 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,029 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,038 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,039 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,042 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,042 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,048 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,049 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,051 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,052 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,054 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,055 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,057 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,058 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,060 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,061 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,063 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,064 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,068 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,069 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,073 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,073 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,076 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,077 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,080 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,080 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,084 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,085 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,089 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,090 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,094 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,095 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,097 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,098 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,102 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,103 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,106 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,107 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,110 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,111 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,113 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,114 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,119 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,120 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,122 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,123 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,125 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,126 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,130 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,131 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,134 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,135 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,137 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,138 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,140 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,141 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,143 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,143 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,146 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,147 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,149 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,150 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,152 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,153 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,155 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,156 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,157 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,158 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,161 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,162 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,164 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,165 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,167 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,167 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,170 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,171 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,174 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,175 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,178 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,179 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,181 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,182 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,183 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,184 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,186 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,187 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,189 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,190 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,192 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,193 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,195 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,196 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,200 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,201 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,204 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,204 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,207 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,207 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,210 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,211 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,215 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,216 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,219 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,220 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,223 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,224 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,225 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,226 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,229 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,230 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,232 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,233 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,235 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,236 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,241 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,242 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,243 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,244 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,246 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,247 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,249 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,250 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,253 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,254 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,256 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,257 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,258 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,259 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,261 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,262 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,265 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,265 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,267 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,268 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,273 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,273 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,275 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,276 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,279 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,279 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,283 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,284 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,285 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,286 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,292 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,292 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,294 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,295 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,297 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,298 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,300 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,301 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,303 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,304 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,363 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,368 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,381 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,382 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,386 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,387 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,389 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,390 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,396 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,397 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,399 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,400 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,406 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,407 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,411 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,412 misc 7962 8782111040 Invalid value for VR IS: '1795.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:55,415 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,419 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,423 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,426 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,428 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,430 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,434 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,437 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,440 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,443 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,446 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,450 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,454 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,456 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,459 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,462 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,465 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,469 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,473 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,476 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,479 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,482 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,486 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,489 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,494 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,497 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,499 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,502 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,505 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,508 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,510 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,513 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,515 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,517 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,521 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,524 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,527 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,529 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,533 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,537 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,540 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,543 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,546 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,548 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,552 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,556 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,561 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,565 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,567 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,570 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,573 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,575 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,579 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,582 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,585 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,587 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,589 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,592 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,595 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,598 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,600 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,603 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,606 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,608 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,611 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,614 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,617 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,620 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,622 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,626 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,629 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,632 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,637 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,639 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,643 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,646 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,650 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,654 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,656 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,660 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,663 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,666 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,668 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,672 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,675 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,681 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,684 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,687 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,690 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,693 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,696 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,699 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,705 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,710 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,714 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,719 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,722 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,728 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,731 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,736 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,739 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,742 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,745 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,748 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,750 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,754 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,757 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,760 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,763 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,765 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,769 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,772 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,776 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,778 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,781 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,784 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,788 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,791 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,793 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,796 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,799 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,802 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,806 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,809 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,814 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,818 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,822 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,824 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,830 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,836 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,839 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,844 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,847 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,850 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,856 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,858 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,861 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,864 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,867 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,870 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,873 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,876 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,880 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,883 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,886 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,890 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,896 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,903 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,906 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,909 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,913 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,916 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,920 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,923 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,926 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,931 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,934 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,941 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,943 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,946 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,948 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,951 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,955 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,961 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,964 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,967 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,970 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,973 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,976 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,978 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,984 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,987 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,990 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,992 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:55,997 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,000 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,003 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,006 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,010 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,013 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,016 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,019 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,022 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,024 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,027 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,030 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,034 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,037 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,039 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,042 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,044 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,048 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,051 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,054 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,056 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,061 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,063 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,066 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,069 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,071 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,074 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,076 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,080 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,082 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,086 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,089 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,092 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,095 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,098 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,102 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,104 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,108 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,111 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,114 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,116 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,120 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,122 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,128 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,131 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,134 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,137 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,139 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,141 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,144 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,150 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,154 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,156 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,159 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,163 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,165 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,169 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,172 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,176 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,179 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,183 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,187 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,190 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,192 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,197 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,200 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,203 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,208 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,211 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,213 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,216 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,220 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,226 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,228 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,232 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,235 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,237 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,241 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,243 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,246 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,250 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,252 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,256 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,259 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,262 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,265 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,269 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,273 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,276 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,280 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,282 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,286 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,288 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,290 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,293 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,296 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,298 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,301 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,304 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,307 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,309 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,312 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,318 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,321 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,325 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,328 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,330 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,333 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,336 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,339 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,343 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,345 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,348 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,351 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,355 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,360 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,366 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,368 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,372 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,375 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,378 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,382 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,384 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,390 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,394 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,397 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,400 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,403 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,407 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,410 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,413 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,416 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,418 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,421 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,424 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,429 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,432 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,434 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,437 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,440 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,442 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,444 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,447 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,451 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,454 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,458 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,462 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,465 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,468 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,471 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,474 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,477 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,480 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,482 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,485 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,489 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,492 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,495 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,498 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,501 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,506 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,512 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,515 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,518 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,521 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,524 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,527 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,530 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,534 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,536 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,539 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,542 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,546 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,550 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,556 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,558 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,564 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,566 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,570 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,574 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,576 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,581 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,583 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,587 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,589 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,592 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,595 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,598 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,600 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,603 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,606 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,610 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,614 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,617 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,620 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,623 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,630 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,633 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,635 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,637 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,641 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,645 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,648 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,650 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,654 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,656 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,659 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,662 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,669 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,672 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,675 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,677 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,680 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,682 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,685 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,688 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,691 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,693 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,695 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,698 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,703 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,706 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,709 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,712 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,714 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,717 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,720 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,723 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,726 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,728 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,731 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,734 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,737 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,739 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,745 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,748 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,750 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,753 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,756 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,759 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,762 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,764 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,767 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,771 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,774 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,777 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,781 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,784 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,787 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,792 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,794 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,797 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,801 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,804 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,807 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,809 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,815 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,818 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,821 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,824 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,827 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,831 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,834 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,836 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,839 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,841 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,844 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,850 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,854 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,857 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,861 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,864 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,870 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,874 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,876 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,878 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,880 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,886 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,889 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,894 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,897 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,901 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,904 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,907 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,909 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,913 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,916 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,919 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,923 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,926 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,929 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,933 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,936 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,939 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,942 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,946 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,950 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,953 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,957 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,963 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,970 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,973 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,976 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,979 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,982 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,986 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,988 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,992 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,995 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:56,998 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,000 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,004 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,007 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,010 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,016 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,020 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,022 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,026 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,028 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,034 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,038 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,041 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,043 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,049 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,051 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,054 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,058 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,060 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,062 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,065 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,068 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,072 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,074 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,077 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,080 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,083 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,086 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,089 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,092 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,095 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,098 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,101 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,107 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,111 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,114 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,117 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,120 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,122 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,126 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,129 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,132 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,137 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,140 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,142 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,145 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,148 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,152 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,154 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,158 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,161 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,164 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,166 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,169 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,172 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,174 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,178 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,180 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,183 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,186 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,189 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,193 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,195 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,199 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,202 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,205 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,207 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,211 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,214 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,218 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,220 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,223 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,226 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,228 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,231 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,234 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,237 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,240 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,243 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,247 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,250 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,254 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,257 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,263 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,266 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,268 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,272 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,275 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,279 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,281 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,283 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,286 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,289 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,295 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,299 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,304 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,307 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,312 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,315 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,319 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,322 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,325 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,330 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,332 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,336 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,338 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,343 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,346 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,349 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,351 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,355 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,357 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,360 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,364 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,366 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,369 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,373 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,375 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,379 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,382 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,385 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,388 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,391 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,394 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,396 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,401 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,404 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,408 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,411 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,415 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,418 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,422 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,424 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,428 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,430 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,433 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,435 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,439 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,441 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,444 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,448 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,452 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,455 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,459 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,461 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,466 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,468 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,472 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,475 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,479 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,481 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,483 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,486 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,488 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,491 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,495 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,498 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,501 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,504 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,508 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,514 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,516 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,520 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,523 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,527 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,530 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,533 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,539 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,544 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,546 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,552 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,555 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,559 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,562 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,565 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,568 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,574 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,576 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,582 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,585 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,588 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,592 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,595 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,599 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,602 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,605 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,607 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,610 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,612 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,616 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,619 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,622 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,624 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,627 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,630 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,633 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,635 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,641 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,644 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,649 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,652 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,655 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,659 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,662 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,665 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,669 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,671 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,674 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,677 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,680 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,682 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,685 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,687 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,690 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,692 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,696 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,699 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,703 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,705 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,708 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,712 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,715 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,719 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,721 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,724 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,727 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,730 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,732 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,735 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,738 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,740 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,745 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,749 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,751 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,754 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,756 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,760 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,763 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,765 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,768 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,774 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,777 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,780 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,783 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,786 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,791 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,794 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,796 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,802 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,805 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,809 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,812 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,814 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,817 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,820 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,826 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,829 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,832 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,834 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,837 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,843 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,849 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,851 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,856 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,860 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,863 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,867 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,869 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,875 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,881 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,886 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,891 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,894 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,897 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,899 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,903 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,910 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,913 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,916 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,919 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,924 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,927 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,929 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,932 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,934 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,940 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,944 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,947 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,952 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,955 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,958 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,961 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,963 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,969 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,972 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,975 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,979 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,982 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,986 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,988 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,991 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,994 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,997 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:57,999 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,005 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,010 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,014 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,017 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,021 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,024 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,029 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,033 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,035 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,038 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,041 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,044 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,046 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,050 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,054 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,057 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,059 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,062 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,065 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,068 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,071 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,074 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,077 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,080 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,083 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,088 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,091 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,096 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,099 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,101 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,103 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,106 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,111 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,114 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,117 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,119 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,122 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,126 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,129 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,133 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,136 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,139 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,145 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,148 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,154 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,156 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,159 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,162 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,165 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,167 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,170 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,173 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,176 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,179 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,185 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,190 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,194 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,196 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,198 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,200 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,203 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,209 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,212 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,215 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,218 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,221 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,224 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,227 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,230 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,232 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,235 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,238 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,243 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,248 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,250 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,253 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,256 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,259 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,261 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,263 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,266 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,269 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,272 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,275 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,278 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,282 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,284 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,286 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,290 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,293 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,296 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,299 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,301 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,304 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,306 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,309 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,315 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,321 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,325 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,331 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,333 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,338 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,343 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,348 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,353 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,356 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,360 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,362 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,366 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,369 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,372 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,375 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,377 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,380 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,382 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,385 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,389 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,393 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,396 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,399 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,402 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,404 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,407 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,410 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,414 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,416 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,419 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,421 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,424 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,428 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,431 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,433 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,436 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,439 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,442 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,445 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,448 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,450 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,453 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,456 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,459 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,462 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,464 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,466 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,470 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,473 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,476 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,479 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,482 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,488 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,491 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,497 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,499 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,503 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,505 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,507 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,511 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,513 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,516 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,519 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,523 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,527 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,529 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,533 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,536 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,538 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,541 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,545 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,548 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,551 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,554 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,556 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,559 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,565 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,568 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,571 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,573 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,576 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,582 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,585 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,587 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,590 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,594 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,597 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,600 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,603 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,606 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,609 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,612 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,615 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,618 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,622 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,625 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,628 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,631 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,635 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,639 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,642 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,644 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,647 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,650 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,653 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,655 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,660 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,662 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,665 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,668 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,671 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,677 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,681 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,684 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,686 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,689 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,692 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,696 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,699 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,702 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,705 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,708 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,712 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,715 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,718 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,721 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,724 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,727 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,730 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,734 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,738 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,741 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,743 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,746 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,749 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,753 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,756 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,758 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,761 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,765 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,767 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,769 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,772 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,774 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,777 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,780 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,782 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,785 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,788 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,791 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,794 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,797 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,800 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,803 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,806 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,809 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,814 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,818 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,821 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,823 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,828 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,832 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,835 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,838 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,840 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,843 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,847 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,850 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,853 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,855 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,858 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,864 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,871 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,874 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,877 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,880 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,884 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,886 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,889 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,892 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,895 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,897 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,900 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,902 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,905 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,907 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,911 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,915 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,918 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,920 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,923 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,926 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,931 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,935 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,938 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,940 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,943 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,947 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,951 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,953 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,957 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,959 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,962 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,968 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,972 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,976 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,978 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,982 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,986 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,988 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,991 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,994 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,997 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:58,999 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,003 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,006 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,009 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,012 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,017 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,020 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,024 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,026 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,029 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,032 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,037 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,039 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,043 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,046 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,051 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,053 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,060 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,064 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,066 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,070 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,073 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,076 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,078 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,081 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,084 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,087 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,089 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,092 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,095 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,098 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,102 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,107 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,109 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,112 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,115 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,117 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,121 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,126 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,128 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,134 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,139 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,142 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,145 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,148 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,151 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,155 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,158 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,160 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,163 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,166 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,169 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,172 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,175 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,178 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,182 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,184 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,188 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,190 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,193 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,195 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,198 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,202 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,205 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,207 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,210 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,213 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,216 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,220 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,223 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,229 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,232 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,235 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,239 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,242 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,245 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,250 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,253 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,256 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,259 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,262 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,265 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,270 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,275 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,279 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,282 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,285 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,288 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,294 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,297 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,301 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,303 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,307 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,309 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,312 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,317 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,320 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,324 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,328 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,331 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,336 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,338 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,340 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,342 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,345 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,348 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,349 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,352 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,353 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,356 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,357 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,362 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,362 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,364 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,365 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,367 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,368 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,371 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,371 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,374 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,374 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,376 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,377 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,380 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,381 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,383 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,384 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,386 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,387 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,391 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,391 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,397 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,398 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,400 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,401 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,407 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,407 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,411 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,411 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,413 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,414 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,416 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,417 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,419 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,420 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,425 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,425 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,427 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,428 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,430 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,431 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,436 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,437 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,439 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,440 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,443 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,444 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,446 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,447 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,449 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,449 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,451 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,452 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,456 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,457 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,460 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,461 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,464 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,465 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,466 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,467 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,473 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,473 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,475 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,476 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,479 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,480 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,482 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,483 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,484 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,485 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,488 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,489 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,493 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,494 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,496 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,496 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,499 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,499 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,501 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,502 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,507 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,507 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,510 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,511 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,513 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,514 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,517 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,517 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,523 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,524 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,526 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,527 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,528 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,529 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,532 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,533 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,535 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,536 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,538 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,539 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,542 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,543 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,546 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,547 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,549 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,550 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,552 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,552 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,554 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,555 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,560 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,560 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,562 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,563 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,565 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,566 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,568 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,569 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,571 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,571 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,573 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,574 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,575 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,576 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,578 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,579 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,583 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,583 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,585 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,586 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,589 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,589 misc 7962 8782111040 Invalid value for VR IS: '112.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:55:59,591 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,597 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,600 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,604 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,607 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,610 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,614 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,618 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,621 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,624 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,626 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,632 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,636 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,639 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,641 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,645 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,650 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,653 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,657 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,659 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,662 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,665 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,668 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,671 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,674 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,679 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,682 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,685 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,687 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,690 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,693 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,696 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,698 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,700 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,704 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,710 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,714 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,717 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,719 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,722 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,725 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,728 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,733 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,739 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,742 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,744 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,747 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,750 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,754 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,758 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,760 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,764 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,767 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,769 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,772 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,775 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,778 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,781 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,785 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,791 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,793 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,799 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,802 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,805 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,808 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,813 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,816 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,820 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,822 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,826 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,831 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,835 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,837 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,841 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,844 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,846 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,849 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,852 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,855 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,860 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,867 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,869 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,873 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,876 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,880 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,884 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,886 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,890 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,895 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,898 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,901 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,904 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,906 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,910 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,914 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,917 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,923 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,926 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,929 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,935 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,937 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,940 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,942 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,946 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,949 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,954 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,957 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,959 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,965 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,969 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,973 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,976 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,982 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,984 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,988 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,992 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,995 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:55:59,998 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,001 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,004 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,006 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,009 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,013 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,016 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,019 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,021 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,024 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,027 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,031 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,033 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,038 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,041 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,043 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,045 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,049 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,052 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,055 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,057 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,059 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,065 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,068 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,072 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,076 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,079 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,083 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,087 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,092 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,096 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,102 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,109 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,113 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,116 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,158 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,161 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,163 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,167 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,173 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,177 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,181 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,185 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,187 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,189 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,192 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,196 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,200 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,203 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,206 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,209 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,212 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,214 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,217 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,220 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,224 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,227 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,231 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,234 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,237 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,241 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,245 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,248 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,251 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,253 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,256 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,259 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,262 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,265 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,269 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,272 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,274 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,277 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,279 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,282 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,287 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,291 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,293 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,297 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,301 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,304 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,307 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,310 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,316 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,319 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,322 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,325 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,329 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,331 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,334 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,336 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,339 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,343 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,345 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,349 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,352 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,356 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,359 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,361 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,364 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,367 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,372 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,375 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,377 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,383 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,385 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,388 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,392 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,396 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,401 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,404 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,407 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,409 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,412 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,418 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,420 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,424 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,427 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,429 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,432 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,435 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,438 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,441 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,443 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,445 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,448 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,451 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,454 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,457 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,459 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,462 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,465 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,467 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,469 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,473 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,476 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,478 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,481 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,485 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,488 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,490 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,493 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,495 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,501 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,504 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,507 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,510 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,512 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,516 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,519 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,522 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,525 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,528 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,531 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,534 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,537 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,539 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,542 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,545 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,549 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,552 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,555 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,561 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,564 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,567 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,570 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,573 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,575 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,578 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,581 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,585 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,588 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,593 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,595 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,599 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,601 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,605 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,607 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,611 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,614 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,617 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,619 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,622 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,626 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,628 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,632 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,634 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,637 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,639 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,642 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,646 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,649 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,651 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,656 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,659 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,661 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,667 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,673 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,676 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,680 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,682 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,686 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,689 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,692 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,695 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,697 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,700 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,702 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,705 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,708 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,711 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,714 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,717 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,720 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,724 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,729 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,733 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,736 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,739 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,741 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,746 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,750 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,754 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,757 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,760 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,762 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,766 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,769 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,774 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,777 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,780 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,784 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,787 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,790 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,792 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,796 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,802 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,805 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,807 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,810 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,813 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,816 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,820 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,823 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,829 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,832 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,835 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,838 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,841 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,844 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,847 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,852 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,853 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,855 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,856 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,859 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,860 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,862 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,863 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,865 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,866 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,868 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,869 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,871 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,871 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,873 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,874 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,880 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,880 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,883 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,884 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,886 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,887 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,889 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,890 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,894 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,895 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,898 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,898 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,900 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,901 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,905 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,906 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,908 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,908 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,911 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,912 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,914 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,915 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,917 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,918 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,919 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,920 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,925 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,926 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,928 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,929 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,932 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,932 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,934 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,935 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,937 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,938 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,940 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,941 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,942 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,943 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,945 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,946 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,948 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,949 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,954 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,955 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,960 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,960 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,963 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,964 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,966 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,967 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,970 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,970 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,972 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,973 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,975 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,976 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,978 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,979 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,981 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,982 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,984 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,984 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,986 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,987 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,989 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,990 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,992 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,993 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,995 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,996 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:00,998 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:00,999 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,002 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,003 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,007 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,008 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,013 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,014 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,016 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,017 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,019 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,020 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,022 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,023 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,025 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,026 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,028 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,029 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,030 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,031 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,033 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,034 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,036 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,037 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,040 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,040 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,045 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,046 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,048 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,049 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,051 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,052 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,054 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,055 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,057 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,058 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,061 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,062 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,064 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,065 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,068 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,069 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,072 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,073 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,074 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,075 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,078 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,079 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,080 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,081 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,085 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,085 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,087 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,088 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,089 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,090 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,093 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,094 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,097 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,098 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,100 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,101 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,103 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,104 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,107 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,108 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,112 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,113 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,115 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,116 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,119 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,120 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,122 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,122 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,124 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,125 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,128 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,129 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,132 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,133 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,135 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,136 misc 7962 8782111040 Invalid value for VR IS: '846.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,138 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,138 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,140 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,141 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,143 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,143 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,147 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,148 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,150 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,151 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,152 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,153 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,155 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,156 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,158 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,159 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,161 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,162 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,164 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,164 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,169 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,170 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,172 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,173 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,175 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,175 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,180 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,180 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,186 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,187 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,189 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,190 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,191 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,192 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,194 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,195 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,197 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,198 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,202 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,202 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,204 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,205 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,210 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,211 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,213 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,214 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,217 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,218 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,223 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,224 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,226 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,227 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,229 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,229 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,231 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,232 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,234 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,235 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,237 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,238 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,243 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,244 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,246 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,247 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,249 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,249 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,251 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,252 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,254 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,255 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,257 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,258 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,260 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,261 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,263 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,264 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,265 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,266 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,271 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,272 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,274 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,274 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,276 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,277 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,282 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,283 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,285 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,286 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,288 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,288 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,293 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,294 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,296 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,297 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,299 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,300 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,302 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,303 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,305 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,306 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,309 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,310 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,311 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,312 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,315 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,316 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,318 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,319 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,320 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,321 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,323 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,324 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,328 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,329 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,330 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,331 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,336 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,337 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,339 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,340 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,344 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,345 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,349 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,350 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,352 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,353 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,355 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,356 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,358 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,359 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,361 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,362 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,365 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,365 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,368 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,368 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,371 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,372 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,374 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,375 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,379 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,380 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,382 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,383 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,385 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,386 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,388 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,389 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,391 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,392 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,394 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,395 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,397 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,398 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,400 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,401 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,403 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,403 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,405 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,406 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,408 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,409 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,411 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,412 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,414 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,415 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,416 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,417 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,419 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,420 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,423 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,424 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,427 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,428 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,430 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,431 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,434 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,435 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,440 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,441 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,442 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,443 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,446 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,446 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,449 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,449 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,451 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,452 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,455 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,456 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,458 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,459 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,461 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,462 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,464 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,465 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,468 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,469 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,472 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,473 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,475 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,475 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,478 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,479 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,481 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,482 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,485 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,485 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,488 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,488 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,490 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,491 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,493 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,494 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,496 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,497 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,499 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,499 misc 7962 8782111040 Invalid value for VR IS: '1262.0'. Please see for allowed values for each VR. WARNING 2025-10-11 14:56:01,505 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,508 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,512 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,514 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,517 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,520 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,523 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,525 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,530 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,533 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,536 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,540 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,543 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,546 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,549 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,553 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,556 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,559 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,562 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,565 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,570 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,572 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,575 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,577 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,580 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,583 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,586 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,588 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,592 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,595 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,597 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,601 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,605 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,608 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,610 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,613 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,616 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,619 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,622 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,624 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,627 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,630 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,633 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,635 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,638 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,642 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,647 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,650 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,652 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,655 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,660 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,666 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,670 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,673 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,675 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,678 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,681 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,684 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,687 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,690 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,692 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,697 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,701 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,703 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,709 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,713 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,716 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,719 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,722 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,725 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,730 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,735 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,737 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,740 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,743 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,746 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,748 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,752 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,756 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,762 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,765 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,768 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,772 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,778 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,780 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,784 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,788 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,793 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,796 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,799 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,801 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,804 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,808 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,812 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,815 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,818 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,820 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,823 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,825 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,828 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,831 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,834 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,837 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,839 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,842 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,844 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,850 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,852 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,854 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,857 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,860 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,866 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,869 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,871 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,874 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,878 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,881 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,883 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,885 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,888 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,892 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,895 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,897 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,899 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,902 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,905 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,909 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,912 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,915 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,919 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,923 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,925 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,929 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,933 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,938 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,942 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,945 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,947 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,950 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,954 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,957 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,961 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,964 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,966 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,971 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,974 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,977 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,981 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,984 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,987 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,991 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,993 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:01,997 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,000 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,006 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,009 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,012 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,015 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,019 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,021 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,025 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,027 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,030 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,034 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,036 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,040 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,044 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,046 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,049 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,052 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,055 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,057 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,060 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,063 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,066 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,069 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,072 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,075 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,078 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,082 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,084 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,090 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,094 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,098 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,103 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,106 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,109 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,113 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,116 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,119 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,121 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,124 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,127 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,130 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,134 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,136 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,139 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,142 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,145 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,149 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,152 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,155 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,158 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,163 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,168 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,172 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,175 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,178 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,181 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,187 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,190 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,193 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,196 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,198 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,204 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,208 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,211 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,216 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,220 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,223 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,226 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,228 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. WARNING 2025-10-11 14:56:02,233 misc 7962 8782111040 The value length (17) exceeds the maximum length of 16 allowed for VR SH. INFO 2025-10-11 14:56:16,345 runserver 460 6119829504 HTTP GET /en/radiology/series/464/ 200 [0.03, 127.0.0.1:55156] INFO 2025-10-11 14:56:16,384 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55156] INFO 2025-10-11 14:56:28,708 runserver 460 6119829504 HTTP GET /en/emr/ 200 [0.05, 127.0.0.1:55156] INFO 2025-10-11 14:56:28,786 runserver 460 6119829504 HTTP GET /en/emr/stats/ 200 [0.04, 127.0.0.1:55156] INFO 2025-10-11 14:56:32,039 runserver 460 6119829504 HTTP GET /en/ 200 [0.05, 127.0.0.1:55156] INFO 2025-10-11 14:56:32,082 runserver 460 6119829504 HTTP GET /en/htmx/system-health/ 200 [0.02, 127.0.0.1:55157] INFO 2025-10-11 14:56:32,095 runserver 460 6119829504 HTTP GET /en/htmx/dashboard-stats/ 200 [0.03, 127.0.0.1:55156] INFO 2025-10-11 14:56:34,075 runserver 460 6119829504 HTTP GET /en/ 200 [0.03, 127.0.0.1:55156] INFO 2025-10-11 14:56:34,133 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:55156] INFO 2025-10-11 14:56:34,138 runserver 460 6119829504 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:55234] INFO 2025-10-11 14:56:34,150 runserver 460 6119829504 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:55157] INFO 2025-10-11 14:56:38,129 runserver 460 6119829504 HTTP GET /en/radiology 301 [0.01, 127.0.0.1:55157] INFO 2025-10-11 14:56:38,233 runserver 460 6119829504 HTTP GET /en/radiology/ 200 [0.10, 127.0.0.1:55157] INFO 2025-10-11 14:56:38,270 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55157] INFO 2025-10-11 14:56:38,272 runserver 460 6119829504 HTTP GET /en/radiology/htmx/stats/ 200 [0.01, 127.0.0.1:55234] INFO 2025-10-11 14:56:40,042 runserver 460 6119829504 HTTP GET /en/radiology/images/ 200 [0.07, 127.0.0.1:55234] INFO 2025-10-11 14:56:40,176 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/08af2db1-e491-4033-8a6d-d995067734fb/ 200 [0.12, 127.0.0.1:55156] INFO 2025-10-11 14:56:40,176 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/52fae988-20e7-4ffc-81c5-fbbbab261cf4/ 200 [0.12, 127.0.0.1:55266] INFO 2025-10-11 14:56:40,177 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/91ce5f68-92b7-4d07-aa46-cc33cef4d545/ 200 [0.13, 127.0.0.1:55157] INFO 2025-10-11 14:56:40,177 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/f65bc0a3-ebd8-4847-ba6b-7dd278f27dfc/ 200 [0.12, 127.0.0.1:55267] INFO 2025-10-11 14:56:40,177 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/d93a525e-5b15-4176-9fad-775c50b17fbd/ 200 [0.13, 127.0.0.1:55234] INFO 2025-10-11 14:56:40,177 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/5343d7be-b22a-4595-a7de-2d4d759c349b/ 200 [0.12, 127.0.0.1:55268] INFO 2025-10-11 14:56:40,249 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.07, 127.0.0.1:55157] INFO 2025-10-11 14:56:40,251 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/d60e5ba0-0811-4180-b874-f77016593cb8/ 200 [0.07, 127.0.0.1:55266] INFO 2025-10-11 14:56:40,251 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/98865a27-8bb9-457b-a078-772b23856ce3/ 200 [0.07, 127.0.0.1:55234] INFO 2025-10-11 14:56:40,253 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/6eb46edf-f8ea-419d-9ee5-6a096f4afe22/ 200 [0.08, 127.0.0.1:55156] INFO 2025-10-11 14:56:40,253 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/4c9660bf-55cd-49ac-9045-749a4901d8c6/ 200 [0.07, 127.0.0.1:55268] INFO 2025-10-11 14:56:40,254 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/0bd21683-33cf-4064-9eb5-2d608a6555de/ 200 [0.08, 127.0.0.1:55267] INFO 2025-10-11 14:56:40,321 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/13fc7882-853f-4a54-bf75-a7a6d9aaec4f/ 200 [0.07, 127.0.0.1:55266] INFO 2025-10-11 14:56:40,325 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/94958f4e-4baa-443e-b83b-08d223739fa6/ 200 [0.07, 127.0.0.1:55157] INFO 2025-10-11 14:56:40,326 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/72a8d11f-9f40-400b-977a-e9a58726a953/ 200 [0.07, 127.0.0.1:55268] INFO 2025-10-11 14:56:40,326 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/dcff7d51-12f5-47f0-aff0-e28bf4740480/ 200 [0.07, 127.0.0.1:55234] INFO 2025-10-11 14:56:40,327 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/06da2b15-71a4-49c6-ae4a-e9619d37acb4/ 200 [0.07, 127.0.0.1:55156] INFO 2025-10-11 14:56:40,327 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/a73d3a46-8937-4f86-b225-bc30faa3ce2b/ 200 [0.07, 127.0.0.1:55267] INFO 2025-10-11 14:56:40,396 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/77e8e2c8-fb67-4300-b48c-e379581be097/ 200 [0.07, 127.0.0.1:55268] INFO 2025-10-11 14:56:40,397 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/483d789f-9274-47ff-90cf-6f69b7618760/ 200 [0.07, 127.0.0.1:55157] INFO 2025-10-11 14:56:40,398 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/b354b5b1-7ba1-4b54-8178-c13799b18c5e/ 200 [0.07, 127.0.0.1:55266] INFO 2025-10-11 14:56:40,398 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/3913e42b-2fba-4a1f-bdfa-3b49caef9400/ 200 [0.07, 127.0.0.1:55156] INFO 2025-10-11 14:56:40,398 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/1ccb266c-e55c-4dfb-8481-4c9f6bddbb65/ 200 [0.07, 127.0.0.1:55267] INFO 2025-10-11 14:56:40,399 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/28ed8d1c-2306-41db-a031-74bf9d7e7ead/ 200 [0.07, 127.0.0.1:55234] INFO 2025-10-11 14:56:40,466 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/576d8faf-8f3f-42fe-948d-d3e663d4f847/ 200 [0.07, 127.0.0.1:55157] INFO 2025-10-11 14:56:40,469 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/ff109696-6f30-41ad-bef8-aaf90b6a43e5/ 200 [0.07, 127.0.0.1:55266] INFO 2025-10-11 14:56:40,469 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/a3671f79-317c-4b1f-b608-299203d94a94/ 200 [0.06, 127.0.0.1:55234] INFO 2025-10-11 14:56:40,469 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/9b93af09-22e2-4fe1-a37b-62bae90997ad/ 200 [0.07, 127.0.0.1:55156] INFO 2025-10-11 14:56:40,470 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/9d3ff4c8-df83-4733-874f-4b2637ef405b/ 200 [0.07, 127.0.0.1:55268] INFO 2025-10-11 14:56:40,471 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/97f04e52-7cf0-443a-a4c1-adbe917f83c5/ 200 [0.07, 127.0.0.1:55267] INFO 2025-10-11 14:56:40,491 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/46edff2c-bb37-45c0-865c-8901b6cfed4a/ 200 [0.02, 127.0.0.1:55157] INFO 2025-10-11 14:56:40,519 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/7dbee8d5-6389-4501-bebc-d12a2ea02146/ 200 [0.05, 127.0.0.1:55156] INFO 2025-10-11 14:56:40,522 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/f7f2814d-0e5d-42cb-982a-a632fda90c3b/ 200 [0.05, 127.0.0.1:55234] INFO 2025-10-11 14:56:40,523 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/78d06adc-d217-4c48-8d74-93304beb1990/ 200 [0.05, 127.0.0.1:55266] INFO 2025-10-11 14:56:40,524 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/12463c2d-0866-4961-967b-e187816e8729/ 200 [0.05, 127.0.0.1:55267] INFO 2025-10-11 14:56:40,524 runserver 460 6119829504 HTTP GET /en/radiology/files/thumbnail/6f23b828-d756-4670-8cec-133042aea71d/ 200 [0.05, 127.0.0.1:55268] INFO 2025-10-11 14:56:42,609 runserver 460 6119829504 HTTP GET /en/radiology/viewer/image/1/ 200 [0.03, 127.0.0.1:55268] INFO 2025-10-11 14:56:42,636 runserver 460 6119829504 HTTP GET /en/radiology/files/preview/d93a525e-5b15-4176-9fad-775c50b17fbd/ 200 [0.01, 127.0.0.1:55268] INFO 2025-10-11 14:56:42,647 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55268] INFO 2025-10-11 14:57:08,304 runserver 460 6119829504 HTTP GET /en/radiology/viewer/image/2/ 200 [0.02, 127.0.0.1:55268] INFO 2025-10-11 14:57:08,328 runserver 460 6119829504 HTTP GET /en/radiology/files/preview/211f0a28-7813-433a-a3d9-a357e05e6e9e/ 200 [0.02, 127.0.0.1:55268] INFO 2025-10-11 14:57:08,339 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55268] INFO 2025-10-11 14:57:09,995 runserver 460 6119829504 HTTP GET /en/radiology/viewer/image/3/ 200 [0.02, 127.0.0.1:55268] INFO 2025-10-11 14:57:10,021 runserver 460 6119829504 HTTP GET /en/radiology/files/preview/92baaa6d-8747-40bd-8d57-ef2a5a152e43/ 200 [0.01, 127.0.0.1:55268] INFO 2025-10-11 14:57:10,033 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55268] INFO 2025-10-11 14:57:11,529 runserver 460 6119829504 HTTP GET /en/radiology/viewer/image/4/ 200 [0.01, 127.0.0.1:55268] INFO 2025-10-11 14:57:11,547 runserver 460 6119829504 HTTP GET /en/radiology/files/preview/237c48f5-96ce-4723-a72f-a3e8ac9ac4c6/ 200 [0.01, 127.0.0.1:55268] INFO 2025-10-11 14:57:11,562 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55268] INFO 2025-10-11 14:57:36,080 runserver 460 6119829504 HTTP GET /en/radiology/htmx/stats/ 200 [0.01, 127.0.0.1:55268] INFO 2025-10-11 14:57:38,753 runserver 460 6119829504 HTTP GET /en/radiology/studies/181/ 200 [0.02, 127.0.0.1:55268] INFO 2025-10-11 14:57:38,790 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55268] INFO 2025-10-11 14:57:57,738 runserver 460 6119829504 HTTP GET /en/radiology/orders/ 200 [0.02, 127.0.0.1:55268] INFO 2025-10-11 14:57:57,776 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55268] INFO 2025-10-11 14:58:02,617 runserver 460 6119829504 HTTP GET /en/radiology/orders/382/ 200 [0.02, 127.0.0.1:55268] INFO 2025-10-11 14:58:02,656 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55268] INFO 2025-10-11 14:58:07,565 runserver 460 6119829504 HTTP GET /en/radiology/htmx/stats/ 200 [0.01, 127.0.0.1:55268] INFO 2025-10-11 14:58:30,618 runserver 460 6119829504 HTTP GET /en/approvals 301 [0.01, 127.0.0.1:55268] INFO 2025-10-11 14:58:30,644 runserver 460 6119829504 HTTP GET /en/approvals/ 200 [0.02, 127.0.0.1:55268] INFO 2025-10-11 14:58:30,676 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:55268] INFO 2025-10-11 14:58:30,679 runserver 460 6119829504 HTTP GET /en/approvals/htmx/dashboard-stats/ 200 [0.02, 127.0.0.1:55593] INFO 2025-10-11 14:59:00,685 runserver 460 6119829504 HTTP GET /en/approvals/htmx/dashboard-stats/ 200 [0.02, 127.0.0.1:55593] INFO 2025-10-11 14:59:30,765 runserver 460 6119829504 HTTP GET /en/approvals/htmx/dashboard-stats/ 200 [0.02, 127.0.0.1:55593] INFO 2025-10-11 14:59:47,730 runserver 460 6119829504 HTTP GET /en/approvals/ 200 [0.03, 127.0.0.1:55593] INFO 2025-10-11 14:59:47,783 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:55593] INFO 2025-10-11 14:59:47,785 runserver 460 6119829504 HTTP GET /en/approvals/htmx/dashboard-stats/ 200 [0.02, 127.0.0.1:56055] INFO 2025-10-11 14:59:57,647 runserver 460 6119829504 HTTP GET /en/approvals/77/ 200 [0.02, 127.0.0.1:56055] INFO 2025-10-11 14:59:57,680 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56055] INFO 2025-10-11 15:00:22,215 runserver 460 6119829504 HTTP GET /en/approvals/htmx/dashboard-stats/ 200 [0.01, 127.0.0.1:56055] INFO 2025-10-11 15:00:26,667 runserver 460 6119829504 HTTP GET /en/approvals/list/ 200 [0.04, 127.0.0.1:56055] WARNING 2025-10-11 15:00:26,678 runserver 460 6119829504 HTTP GET /static/plugins/datatables.net-responsive-bs5/js/dataTables.responsive.min.js 404 [0.00, 127.0.0.1:55593] INFO 2025-10-11 15:00:26,678 runserver 460 6119829504 HTTP GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css 200 [0.00, 127.0.0.1:56055] INFO 2025-10-11 15:00:26,678 runserver 460 6119829504 HTTP GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js 200 [0.00, 127.0.0.1:56227] INFO 2025-10-11 15:00:26,681 runserver 460 6119829504 HTTP GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js 200 [0.00, 127.0.0.1:56055] INFO 2025-10-11 15:00:26,681 runserver 460 6119829504 HTTP GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js 200 [0.00, 127.0.0.1:55593] INFO 2025-10-11 15:00:26,681 runserver 460 6119829504 HTTP GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js 200 [0.00, 127.0.0.1:56227] INFO 2025-10-11 15:00:26,719 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55593] INFO 2025-10-11 15:01:44,789 runserver 460 6119829504 HTTP GET /en/approvals/list/ 200 [0.04, 127.0.0.1:56552] INFO 2025-10-11 15:01:44,797 runserver 460 6119829504 HTTP GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js 200 [0.00, 127.0.0.1:56552] INFO 2025-10-11 15:01:44,836 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56552] INFO 2025-10-11 15:02:32,327 runserver 460 6119829504 HTTP GET /en/approvals/list/ 200 [0.04, 127.0.0.1:56552] INFO 2025-10-11 15:02:32,374 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56552] INFO 2025-10-11 15:07:32,390 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58006] INFO 2025-10-11 15:53:01,851 runserver 460 6119829504 HTTP GET / 302 [0.01, 127.0.0.1:59238] INFO 2025-10-11 15:53:01,894 runserver 460 6119829504 HTTP GET /en/ 200 [0.04, 127.0.0.1:59238] INFO 2025-10-11 15:53:01,945 runserver 460 6119829504 HTTP GET /static/img/logo/site.webmanifest 304 [0.00, 127.0.0.1:59242] INFO 2025-10-11 15:53:01,956 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:59238] INFO 2025-10-11 15:53:01,962 runserver 460 6119829504 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:59241] INFO 2025-10-11 15:53:01,974 runserver 460 6119829504 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:59239] INFO 2025-10-11 15:53:11,660 runserver 460 6119829504 HTTP GET /en/appointments/ 200 [0.09, 127.0.0.1:59239] INFO 2025-10-11 15:53:11,688 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59239] INFO 2025-10-11 15:53:11,718 runserver 460 6119829504 HTTP GET /en/appointments/stats/ 200 [0.04, 127.0.0.1:59241] INFO 2025-10-11 15:54:11,752 runserver 460 6119829504 HTTP GET /en/appointments/stats/ 200 [0.08, 127.0.0.1:59241] INFO 2025-10-11 15:54:15,109 runserver 460 6119829504 HTTP GET /en/emr 301 [0.01, 127.0.0.1:59241] INFO 2025-10-11 15:54:15,143 runserver 460 6119829504 HTTP GET /en/emr/ 200 [0.03, 127.0.0.1:59241] INFO 2025-10-11 15:54:15,218 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.06, 127.0.0.1:59241] INFO 2025-10-11 15:54:15,245 runserver 460 6119829504 HTTP GET /en/emr/stats/ 200 [0.08, 127.0.0.1:59543] INFO 2025-10-11 15:54:44,732 runserver 460 6119829504 HTTP GET /en/emr/encounters/987/ 200 [0.05, 127.0.0.1:59543] INFO 2025-10-11 15:54:44,777 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59543] INFO 2025-10-11 15:55:42,572 runserver 460 6119829504 HTTP GET /en/emr/encounters/987/ 200 [0.04, 127.0.0.1:59543] INFO 2025-10-11 15:55:42,619 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59543] INFO 2025-10-11 15:56:00,325 runserver 460 6119829504 HTTP GET /en/appointments/requests/6578/detail/ 200 [0.02, 127.0.0.1:59543] INFO 2025-10-11 15:56:00,363 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59543] INFO 2025-10-11 15:56:22,580 runserver 460 6119829504 HTTP GET /en/appointments/ 200 [0.08, 127.0.0.1:59543] INFO 2025-10-11 15:56:22,634 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59543] INFO 2025-10-11 15:56:22,664 runserver 460 6119829504 HTTP GET /en/appointments/stats/ 200 [0.05, 127.0.0.1:59907] INFO 2025-10-11 15:56:26,629 runserver 460 6119829504 HTTP GET /en/appointments/calendar/ 200 [0.01, 127.0.0.1:59907] INFO 2025-10-11 15:56:26,636 runserver 460 6119829504 HTTP GET /static/plugins/moment/min/moment.min.js 200 [0.00, 127.0.0.1:59907] INFO 2025-10-11 15:56:26,637 runserver 460 6119829504 HTTP GET /static/plugins/%40fullcalendar/core/index.global.js 200 [0.00, 127.0.0.1:59543] INFO 2025-10-11 15:56:26,640 runserver 460 6119829504 HTTP GET /static/plugins/%40fullcalendar/bootstrap/index.global.js 200 [0.00, 127.0.0.1:60095] INFO 2025-10-11 15:56:26,641 runserver 460 6119829504 HTTP GET /static/plugins/%40fullcalendar/list/index.global.js 200 [0.00, 127.0.0.1:60094] INFO 2025-10-11 15:56:26,641 runserver 460 6119829504 HTTP GET /static/plugins/%40fullcalendar/timegrid/index.global.js 200 [0.00, 127.0.0.1:60092] INFO 2025-10-11 15:56:26,642 runserver 460 6119829504 HTTP GET /static/plugins/%40fullcalendar/interaction/index.global.js 200 [0.00, 127.0.0.1:60093] INFO 2025-10-11 15:56:26,642 runserver 460 6119829504 HTTP GET /static/plugins/%40fullcalendar/daygrid/index.global.js 200 [0.00, 127.0.0.1:59907] INFO 2025-10-11 15:56:26,721 runserver 460 6119829504 HTTP GET /en/appointments/calendar/events/?start=2025-10-05T00%3A00%3A00&end=2025-10-12T00%3A00%3A00 200 [0.06, 127.0.0.1:59907] INFO 2025-10-11 15:56:26,728 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:60093] INFO 2025-10-11 15:56:32,063 runserver 460 6119829504 HTTP GET /en/appointments/requests/ 200 [0.05, 127.0.0.1:60093] INFO 2025-10-11 15:56:32,082 runserver 460 6119829504 HTTP GET /static/plugins/sweetalert/dist/sweetalert.min.js 200 [0.00, 127.0.0.1:60093] INFO 2025-10-11 15:56:32,114 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60093] INFO 2025-10-11 15:56:39,232 runserver 460 6119829504 HTTP GET /en/appointments/requests/4336/detail/ 200 [0.01, 127.0.0.1:60093] INFO 2025-10-11 15:56:39,271 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60093] WARNING 2025-10-11 15:57:10,775 log 460 13489057792 Not Found: /en/appointments/requests/create WARNING 2025-10-11 15:57:10,775 runserver 460 6119829504 HTTP GET /en/appointments/requests/create 404 [0.01, 127.0.0.1:60093] WARNING 2025-10-11 15:57:20,582 log 460 6203961344 Not Found: /en/appointments/create WARNING 2025-10-11 15:57:20,582 runserver 460 6119829504 HTTP GET /en/appointments/create 404 [0.01, 127.0.0.1:60093] INFO 2025-10-11 15:57:26,690 runserver 460 6119829504 HTTP GET /en/appointments/stats/ 200 [0.05, 127.0.0.1:60093] INFO 2025-10-11 15:57:30,280 runserver 460 6119829504 HTTP GET /en/appointments/calendar/ 200 [0.01, 127.0.0.1:60093] INFO 2025-10-11 15:57:30,342 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60356] INFO 2025-10-11 15:57:30,386 runserver 460 6119829504 HTTP GET /en/appointments/calendar/events/?start=2025-10-05T00%3A00%3A00&end=2025-10-12T00%3A00%3A00 200 [0.07, 127.0.0.1:60093] INFO 2025-10-11 15:57:52,085 runserver 460 6119829504 HTTP GET /en/appointments/requests/ 200 [0.05, 127.0.0.1:60093] INFO 2025-10-11 15:57:52,132 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60093] WARNING 2025-10-11 15:58:01,632 log 460 6153482240 Not Found: /en/appointments/requests/create WARNING 2025-10-11 15:58:01,632 runserver 460 6119829504 HTTP GET /en/appointments/requests/create 404 [0.02, 127.0.0.1:60093] WARNING 2025-10-11 15:58:14,916 log 460 13539536896 Not Found: /en/appointments/requests/15/create WARNING 2025-10-11 15:58:14,916 runserver 460 6119829504 HTTP GET /en/appointments/requests/15/create 404 [0.01, 127.0.0.1:60093] INFO 2025-10-11 15:58:31,485 runserver 460 6119829504 HTTP GET /en/emr/encounters/987/ 200 [0.04, 127.0.0.1:60093] INFO 2025-10-11 15:58:31,527 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60093] INFO 2025-10-11 15:58:39,560 runserver 460 6119829504 HTTP GET /en/appointments/27/requests/create/ 200 [0.03, 127.0.0.1:60093] INFO 2025-10-11 15:58:39,601 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60093] WARNING 2025-10-11 15:59:15,705 log 460 6304919552 Not Found: /en/patients/create WARNING 2025-10-11 15:59:15,705 runserver 460 6119829504 HTTP GET /en/patients/create 404 [0.01, 127.0.0.1:60093] INFO 2025-10-11 15:59:19,305 runserver 460 6119829504 HTTP GET /en/patients/ 200 [0.02, 127.0.0.1:60093] INFO 2025-10-11 15:59:19,353 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60093] INFO 2025-10-11 15:59:22,043 runserver 460 6119829504 HTTP GET /en/patients/register/ 200 [0.02, 127.0.0.1:60093] INFO 2025-10-11 15:59:22,083 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60093] INFO 2025-10-11 16:00:30,871 runserver 460 6119829504 HTTP GET /en/patients/patientprofile/9/details/ 200 [0.02, 127.0.0.1:61106] INFO 2025-10-11 16:00:30,907 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61106] INFO 2025-10-11 16:01:18,172 runserver 460 6119829504 HTTP GET /en/emr/problems/ 200 [0.02, 127.0.0.1:61106] INFO 2025-10-11 16:01:18,216 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61106] INFO 2025-10-11 16:01:23,351 runserver 460 6119829504 HTTP GET /en/emr/problems/142/ 200 [0.02, 127.0.0.1:61106] INFO 2025-10-11 16:01:23,359 runserver 460 6119829504 HTTP GET /static/plugins/bootstrap-icons/font/bootstrap-icons.css 200 [0.00, 127.0.0.1:61106] INFO 2025-10-11 16:01:23,377 runserver 460 6119829504 HTTP GET /static/plugins/bootstrap-icons/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6 200 [0.00, 127.0.0.1:61106] INFO 2025-10-11 16:01:23,389 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61106] INFO 2025-10-11 16:01:29,239 runserver 460 6119829504 HTTP GET /en/emr/problems/140/ 200 [0.02, 127.0.0.1:61106] INFO 2025-10-11 16:01:29,279 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61106] INFO 2025-10-11 16:01:34,264 runserver 460 6119829504 HTTP GET /en/emr/encounters/995/ 200 [0.08, 127.0.0.1:61106] INFO 2025-10-11 16:01:34,316 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61106] INFO 2025-10-11 16:01:39,257 runserver 460 6119829504 HTTP GET /en/emr/encounters/987/ 200 [0.03, 127.0.0.1:61106] INFO 2025-10-11 16:01:39,300 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61106] INFO 2025-10-11 16:01:44,633 runserver 460 6119829504 HTTP GET /en/emr/problems/142/ 200 [0.02, 127.0.0.1:61106] INFO 2025-10-11 16:01:44,670 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61106] INFO 2025-10-11 16:02:03,129 runserver 460 6119829504 HTTP GET /en/emr/care-plans/30/ 200 [0.03, 127.0.0.1:61106] INFO 2025-10-11 16:02:03,143 runserver 460 6119829504 HTTP GET /static/plugins/chart.js/dist/chart.umd.js 200 [0.00, 127.0.0.1:61106] INFO 2025-10-11 16:02:03,175 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61106] INFO 2025-10-11 16:02:26,498 runserver 460 6119829504 HTTP GET /static/css/saudiriyalsymbol.woff2 200 [0.00, 127.0.0.1:61596] INFO 2025-10-11 16:02:30,690 runserver 460 6119829504 HTTP GET /en/billing/bills/2fb4270b-b113-4016-91b7-3492e295bd34/ 200 [0.02, 127.0.0.1:61596] INFO 2025-10-11 16:02:30,727 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61596] INFO 2025-10-11 16:03:26,256 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:61596] INFO 2025-10-11 16:03:26,293 runserver 460 6119829504 HTTP GET /en/emr/stats/ 200 [0.07, 127.0.0.1:61618] INFO 2025-10-11 16:03:41,996 runserver 460 6119829504 HTTP GET /en/billing 301 [0.01, 127.0.0.1:61618] INFO 2025-10-11 16:03:42,019 runserver 460 6119829504 HTTP GET /en/billing/ 200 [0.02, 127.0.0.1:61618] INFO 2025-10-11 16:03:42,054 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:61618] INFO 2025-10-11 16:03:42,058 runserver 460 6119829504 HTTP GET /en/billing/stats/bills/ 200 [0.02, 127.0.0.1:61596] INFO 2025-10-11 16:04:15,005 runserver 460 6119829504 HTTP GET /en/hr 301 [0.01, 127.0.0.1:61596] INFO 2025-10-11 16:04:15,135 runserver 460 6119829504 HTTP GET /en/hr/ 200 [0.13, 127.0.0.1:61596] INFO 2025-10-11 16:04:15,170 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61596] INFO 2025-10-11 16:04:28,159 runserver 460 6119829504 HTTP GET /en/hr/employees/ 200 [0.03, 127.0.0.1:61596] INFO 2025-10-11 16:04:28,199 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61596] INFO 2025-10-11 16:04:32,745 runserver 460 6119829504 HTTP GET /en/hr/employees/83/ 200 [0.03, 127.0.0.1:61596] INFO 2025-10-11 16:04:32,795 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:61596] INFO 2025-10-11 16:04:32,796 runserver 460 6119829504 HTTP GET /en/hr/employees/83/clock-controls/ 200 [0.02, 127.0.0.1:61618] WARNING 2025-10-11 16:04:51,323 log 460 6271266816 Not Found: /en/hr/employees/83/review WARNING 2025-10-11 16:04:51,324 runserver 460 6119829504 HTTP GET /en/hr/employees/83/review 404 [0.02, 127.0.0.1:61618] WARNING 2025-10-11 16:04:55,046 log 460 13489057792 Not Found: /en/hr/employees/83/reviews WARNING 2025-10-11 16:04:55,046 runserver 460 6119829504 HTTP GET /en/hr/employees/83/reviews 404 [0.01, 127.0.0.1:61618] INFO 2025-10-11 16:05:12,478 runserver 460 6119829504 HTTP GET /en/hr/reviews 301 [0.02, 127.0.0.1:61618] INFO 2025-10-11 16:05:12,515 runserver 460 6119829504 HTTP GET /en/hr/reviews/ 200 [0.04, 127.0.0.1:61618] INFO 2025-10-11 16:05:12,528 runserver 460 6119829504 HTTP GET /static/plugins/bootstrap-daterangepicker/daterangepicker.css 200 [0.00, 127.0.0.1:61618] INFO 2025-10-11 16:05:12,531 runserver 460 6119829504 HTTP GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js 200 [0.00, 127.0.0.1:61596] INFO 2025-10-11 16:05:12,531 runserver 460 6119829504 HTTP GET /static/plugins/bootstrap-daterangepicker/daterangepicker.js 200 [0.00, 127.0.0.1:62306] INFO 2025-10-11 16:05:12,565 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62306] INFO 2025-10-11 16:05:18,201 runserver 460 6119829504 HTTP GET /en/hr/reviews/717/ 200 [0.02, 127.0.0.1:62306] INFO 2025-10-11 16:05:18,233 runserver 460 6119829504 HTTP GET /static/webfonts/fa-regular-400.woff2 200 [0.00, 127.0.0.1:62306] INFO 2025-10-11 16:05:18,259 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62306] INFO 2025-10-11 16:05:49,491 runserver 460 6119829504 HTTP GET /en/hr/time-entries 301 [0.02, 127.0.0.1:62306] INFO 2025-10-11 16:05:49,529 runserver 460 6119829504 HTTP GET /en/hr/time-entries/ 200 [0.04, 127.0.0.1:62306] INFO 2025-10-11 16:05:49,565 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62306] INFO 2025-10-11 16:05:52,805 runserver 460 6119829504 HTTP GET /en/hr/time-entries/4190/ 200 [0.02, 127.0.0.1:62306] INFO 2025-10-11 16:05:52,846 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62306] ERROR 2025-10-11 16:06:10,669 log 460 13455405056 Internal Server Error: /en/hr/employees/83/clock-in/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/http.py", line 64, in inner return func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: clock_in() got an unexpected keyword argument 'employee_id' ERROR 2025-10-11 16:06:10,671 runserver 460 6119829504 HTTP POST /en/hr/employees/83/clock-in/ 500 [0.03, 127.0.0.1:62306] INFO 2025-10-11 16:06:32,071 runserver 460 6119829504 HTTP GET /en/hr/training/records 301 [0.01, 127.0.0.1:62306] INFO 2025-10-11 16:06:32,122 runserver 460 6119829504 HTTP GET /en/hr/training/records/ 200 [0.05, 127.0.0.1:62306] INFO 2025-10-11 16:06:32,155 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62306] INFO 2025-10-11 16:06:37,758 runserver 460 6119829504 HTTP GET /en/hr/training/records/5290/ 200 [0.03, 127.0.0.1:62306] INFO 2025-10-11 16:06:37,787 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62306] INFO 2025-10-11 16:06:49,383 runserver 460 6119829504 HTTP GET /en/hr/training/programs 301 [0.02, 127.0.0.1:62306] INFO 2025-10-11 16:06:49,403 runserver 460 6119829504 HTTP GET /en/hr/training/programs/ 200 [0.02, 127.0.0.1:62306] INFO 2025-10-11 16:06:49,432 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62306] INFO 2025-10-11 16:06:51,798 runserver 460 6119829504 HTTP GET /en/hr/training/programs/7/ 200 [0.02, 127.0.0.1:62306] INFO 2025-10-11 16:06:51,837 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62306] INFO 2025-10-11 16:07:02,498 runserver 460 6119829504 HTTP GET /en/hr/training/sessions/184/ 200 [0.03, 127.0.0.1:62306] INFO 2025-10-11 16:07:02,538 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62306] INFO 2025-10-11 16:09:32,769 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:63390] INFO 2025-10-11 16:09:43,208 runserver 460 6119829504 HTTP GET /en/appointments/ 200 [0.08, 127.0.0.1:63390] INFO 2025-10-11 16:09:43,259 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:63390] INFO 2025-10-11 16:09:43,291 runserver 460 6119829504 HTTP GET /en/appointments/stats/ 200 [0.05, 127.0.0.1:63433] INFO 2025-10-11 16:10:00,643 runserver 460 6119829504 HTTP GET /en/appointments/queue/ 200 [0.04, 127.0.0.1:63433] INFO 2025-10-11 16:10:00,674 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63433] INFO 2025-10-11 16:11:00,738 runserver 460 6119829504 HTTP GET /en/appointments/queue/ 200 [0.03, 127.0.0.1:63753] INFO 2025-10-11 16:11:00,779 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63753] INFO 2025-10-11 16:11:00,785 runserver 460 6119829504 HTTP GET /static/img/logo/favicon.ico 304 [0.00, 127.0.0.1:63753] INFO 2025-10-11 16:12:00,826 runserver 460 6119829504 HTTP GET /en/appointments/queue/ 200 [0.03, 127.0.0.1:63997] INFO 2025-10-11 16:12:00,867 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63997] INFO 2025-10-11 16:13:00,918 runserver 460 6119829504 HTTP GET /en/appointments/queue/ 200 [0.04, 127.0.0.1:64271] INFO 2025-10-11 16:13:00,964 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64271] INFO 2025-10-11 16:13:32,274 runserver 460 6119829504 HTTP GET /en/appointments/queue/3/ 200 [0.03, 127.0.0.1:64271] INFO 2025-10-11 16:13:32,315 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64271] INFO 2025-10-11 16:14:06,091 runserver 460 6119829504 HTTP GET /en/appointments/queue/ 200 [0.04, 127.0.0.1:64271] INFO 2025-10-11 16:14:06,134 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64271] INFO 2025-10-11 16:14:06,856 runserver 460 6119829504 HTTP GET /en/appointments/stats/ 200 [0.06, 127.0.0.1:64271] INFO 2025-10-11 16:14:16,755 runserver 460 6119829504 HTTP GET /en/emr/encounters/994/ 200 [0.04, 127.0.0.1:64271] INFO 2025-10-11 16:14:16,799 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64271] INFO 2025-10-11 16:14:27,733 runserver 460 6119829504 HTTP GET /en/emr/notes/832/ 200 [0.02, 127.0.0.1:64271] INFO 2025-10-11 16:14:27,773 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64271] WARNING 2025-10-11 16:14:48,835 log 460 13438578688 Not Found: /en/emr/notes/templates WARNING 2025-10-11 16:14:48,835 runserver 460 6119829504 HTTP GET /en/emr/notes/templates 404 [0.01, 127.0.0.1:64271] WARNING 2025-10-11 16:14:51,464 log 460 13556363264 Not Found: /en/emr/notes/templates/ WARNING 2025-10-11 16:14:51,465 runserver 460 6119829504 HTTP GET /en/emr/notes/templates/ 404 [0.01, 127.0.0.1:64271] INFO 2025-10-11 16:15:02,895 runserver 460 6119829504 HTTP GET /en/emr/templates/ 200 [0.02, 127.0.0.1:64271] INFO 2025-10-11 16:15:02,939 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64271] INFO 2025-10-11 16:15:15,265 runserver 460 6119829504 HTTP GET /en/emr/templates/2/ 200 [0.02, 127.0.0.1:64271] INFO 2025-10-11 16:15:15,277 runserver 460 6119829504 HTTP GET /static/plugins/apexcharts/dist/apexcharts.min.js 200 [0.00, 127.0.0.1:64271] INFO 2025-10-11 16:15:15,309 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64271] INFO 2025-10-11 16:15:19,508 runserver 460 6119829504 HTTP GET /en/emr/notes/create/2/?template=2 200 [0.02, 127.0.0.1:64271] INFO 2025-10-11 16:15:19,548 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:64271] INFO 2025-10-11 16:19:16,811 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:49539] INFO 2025-10-11 16:19:31,548 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:49539] INFO 2025-10-11 16:19:32,071 runserver 460 6119829504 HTTP GET /static/img/logo/site.webmanifest 304 [0.00, 127.0.0.1:49604] INFO 2025-10-11 16:19:34,232 runserver 460 6119829504 HTTP GET /en/emr/templates/create/ 200 [0.02, 127.0.0.1:49539] INFO 2025-10-11 16:19:34,246 runserver 460 6119829504 HTTP GET /static/plugins/summernote/dist/summernote-bs5.css 200 [0.00, 127.0.0.1:49539] WARNING 2025-10-11 16:19:34,249 runserver 460 6119829504 HTTP GET /static/plugins/sortablejs/Sortable.min.js 404 [0.00, 127.0.0.1:49614] INFO 2025-10-11 16:19:34,250 runserver 460 6119829504 HTTP GET /static/plugins/summernote/dist/summernote-bs5.min.js 200 [0.01, 127.0.0.1:49602] INFO 2025-10-11 16:19:34,286 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:49602] INFO 2025-10-11 16:20:22,311 runserver 460 6119829504 HTTP GET /en/emr/notes/create/994/ 200 [0.02, 127.0.0.1:49602] INFO 2025-10-11 16:20:22,352 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:49602] INFO 2025-10-11 16:20:51,676 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:49602] INFO 2025-10-11 16:20:51,714 runserver 460 6119829504 HTTP GET /en/emr/stats/ 200 [0.07, 127.0.0.1:49932] INFO 2025-10-11 16:22:28,349 runserver 460 6119829504 HTTP GET /en/appointments/telemedicine/ 200 [0.04, 127.0.0.1:50328] INFO 2025-10-11 16:22:28,393 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50328] INFO 2025-10-11 16:22:33,409 runserver 460 6119829504 HTTP GET /en/appointments/waiting-list/ 200 [0.03, 127.0.0.1:50328] INFO 2025-10-11 16:22:33,452 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50328] INFO 2025-10-11 16:22:36,377 runserver 460 6119829504 HTTP GET /en/appointments/waiting-list/1/ 200 [0.03, 127.0.0.1:50328] INFO 2025-10-11 16:22:36,386 runserver 460 6119829504 HTTP GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js 200 [0.00, 127.0.0.1:50328] INFO 2025-10-11 16:22:36,415 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50328] INFO 2025-10-11 16:22:55,198 runserver 460 6119829504 HTTP GET /en/emr/ 200 [0.03, 127.0.0.1:50328] INFO 2025-10-11 16:22:55,241 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:50328] INFO 2025-10-11 16:22:55,277 runserver 460 6119829504 HTTP GET /en/emr/stats/ 200 [0.05, 127.0.0.1:50329] INFO 2025-10-11 16:23:01,327 runserver 460 6119829504 HTTP GET /en/emr/encounters/987/ 200 [0.04, 127.0.0.1:50329] INFO 2025-10-11 16:23:01,370 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50329] INFO 2025-10-11 16:23:04,988 runserver 460 6119829504 HTTP GET /en/emr/encounter/987/problem/add/ 200 [0.02, 127.0.0.1:50329] INFO 2025-10-11 16:23:08,394 runserver 460 6119829504 HTTP GET /en/emr/api/icd10-search/?q=au 200 [0.02, 127.0.0.1:50329] INFO 2025-10-11 16:23:08,851 runserver 460 6119829504 HTTP GET /en/emr/api/icd10-search/?q=aut 200 [0.02, 127.0.0.1:50329] INFO 2025-10-11 16:23:21,517 runserver 460 6119829504 HTTP GET /en/emr/api/icd10-search/?q=au 200 [0.02, 127.0.0.1:50329] INFO 2025-10-11 16:23:24,133 runserver 460 6119829504 HTTP GET /en/emr/api/icd10-search/?q=au 200 [0.01, 127.0.0.1:50329] INFO 2025-10-11 16:23:24,507 runserver 460 6119829504 HTTP GET /en/emr/api/icd10-search/?q=aut 200 [0.02, 127.0.0.1:50329] INFO 2025-10-11 16:23:25,785 runserver 460 6119829504 HTTP GET /en/emr/api/icd10-search/?q=auti 200 [0.05, 127.0.0.1:50329] INFO 2025-10-11 16:23:27,010 runserver 460 6119829504 HTTP GET /en/emr/api/icd10-search/?q=autis 200 [0.03, 127.0.0.1:50329] WARNING 2025-10-11 16:24:25,170 log 460 13539536896 Not Found: /en/emr/discharges WARNING 2025-10-11 16:24:25,170 runserver 460 6119829504 HTTP GET /en/emr/discharges 404 [0.01, 127.0.0.1:50329] INFO 2025-10-11 16:24:30,133 runserver 460 6119829504 HTTP GET /en/inpatients/ 200 [0.05, 127.0.0.1:50329] INFO 2025-10-11 16:24:30,190 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:50329] INFO 2025-10-11 16:24:30,190 runserver 460 6119829504 HTTP GET /en/inpatients/wards/stats/ 200 [0.02, 127.0.0.1:50833] INFO 2025-10-11 16:24:34,547 runserver 460 6119829504 HTTP GET /en/inpatients/wards/ 200 [0.02, 127.0.0.1:50833] INFO 2025-10-11 16:24:34,585 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50833] INFO 2025-10-11 16:24:36,302 runserver 460 6119829504 HTTP GET /en/inpatients/wards/4/ 200 [0.03, 127.0.0.1:50833] INFO 2025-10-11 16:24:36,343 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50833] INFO 2025-10-11 16:24:40,935 runserver 460 6119829504 HTTP GET /en/inpatients/beds/?ward=2 200 [0.12, 127.0.0.1:50833] INFO 2025-10-11 16:24:41,007 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50833] INFO 2025-10-11 16:24:41,008 runserver 460 6119829504 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.02, 127.0.0.1:50329] INFO 2025-10-11 16:24:41,100 runserver 460 6119829504 HTTP GET /en/inpatients/beds/?ward=2&action=update_status 200 [0.06, 127.0.0.1:50329] INFO 2025-10-11 16:24:43,544 runserver 460 6119829504 HTTP GET /en/inpatients/wards/2/ 200 [0.03, 127.0.0.1:50329] INFO 2025-10-11 16:24:43,568 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50329] INFO 2025-10-11 16:24:46,526 runserver 460 6119829504 HTTP GET /en/inpatients/admissions/30/ 200 [0.03, 127.0.0.1:50329] INFO 2025-10-11 16:24:46,570 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50329] INFO 2025-10-11 16:24:57,328 runserver 460 6119829504 HTTP GET /en/pharmacy 301 [0.01, 127.0.0.1:50329] INFO 2025-10-11 16:24:57,350 runserver 460 6119829504 HTTP GET /en/pharmacy/ 200 [0.02, 127.0.0.1:50329] INFO 2025-10-11 16:24:57,397 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:50329] ERROR 2025-10-11 16:24:57,406 log 460 6304919552 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 909, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^ NameError: name 'InventoryItem' is not defined ERROR 2025-10-11 16:24:57,409 log 460 6187134976 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 854, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^ NameError: name 'InventoryItem' is not defined ERROR 2025-10-11 16:24:57,414 runserver 460 6119829504 HTTP GET /en/pharmacy/inventory-alerts/ 500 [0.04, 127.0.0.1:50968] ERROR 2025-10-11 16:24:57,415 runserver 460 6119829504 HTTP GET /en/pharmacy/stats/ 500 [0.05, 127.0.0.1:50833] INFO 2025-10-11 16:25:37,066 runserver 460 6119829504 HTTP GET /en/emr/notes/ 200 [0.04, 127.0.0.1:50833] INFO 2025-10-11 16:25:37,108 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50833] INFO 2025-10-11 16:25:46,364 runserver 460 6119829504 HTTP GET /en/appointments/ 200 [0.07, 127.0.0.1:50833] INFO 2025-10-11 16:25:46,398 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50833] INFO 2025-10-11 16:25:46,428 runserver 460 6119829504 HTTP GET /en/appointments/stats/ 200 [0.04, 127.0.0.1:50968] INFO 2025-10-11 16:26:47,417 runserver 460 6119829504 HTTP GET /en/appointments/stats/ 200 [0.04, 127.0.0.1:51509] INFO 2025-10-11 16:27:47,416 runserver 460 6119829504 HTTP GET /en/appointments/stats/ 200 [0.04, 127.0.0.1:51509] INFO 2025-10-11 16:28:48,426 runserver 460 6119829504 HTTP GET /en/appointments/stats/ 200 [0.06, 127.0.0.1:52030] INFO 2025-10-11 16:29:49,459 runserver 460 6119829504 HTTP GET /en/appointments/stats/ 200 [0.05, 127.0.0.1:52294] INFO 2025-10-11 16:30:47,387 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:52294] INFO 2025-10-11 16:30:50,422 runserver 460 6119829504 HTTP GET /en/appointments/stats/ 200 [0.05, 127.0.0.1:52294] INFO 2025-10-11 16:31:51,437 runserver 460 6119829504 HTTP GET /en/appointments/stats/ 200 [0.07, 127.0.0.1:52830] INFO 2025-10-11 16:32:51,432 runserver 460 6119829504 HTTP GET /en/appointments/stats/ 200 [0.06, 127.0.0.1:53093] INFO 2025-10-11 16:33:51,430 runserver 460 6119829504 HTTP GET /en/appointments/stats/ 200 [0.06, 127.0.0.1:53093] INFO 2025-10-11 16:34:45,774 runserver 460 6119829504 HTTP GET /en/appointments/calendar/ 200 [0.02, 127.0.0.1:53093] INFO 2025-10-11 16:34:45,836 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53585] INFO 2025-10-11 16:34:45,884 runserver 460 6119829504 HTTP GET /en/appointments/calendar/events/?start=2025-10-05T00%3A00%3A00&end=2025-10-12T00%3A00%3A00 200 [0.08, 127.0.0.1:53093] INFO 2025-10-11 16:34:51,016 runserver 460 6119829504 HTTP GET /en/appointments/5019/detail-card/ 200 [0.01, 127.0.0.1:53093] INFO 2025-10-11 16:34:52,728 runserver 460 6119829504 HTTP GET /en/appointments/2881/detail-card/ 200 [0.01, 127.0.0.1:53093] INFO 2025-10-11 16:34:55,588 runserver 460 6119829504 HTTP GET /en/appointments/reschedule/2881/ 200 [0.01, 127.0.0.1:53093] INFO 2025-10-11 16:34:55,626 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53093] INFO 2025-10-11 16:35:03,345 runserver 460 6119829504 HTTP GET /en/appointments/slots/available/?new_date=2025-10-12&new_provider=2&exclude_appointment=2881 200 [0.02, 127.0.0.1:53093] INFO 2025-10-11 16:35:05,625 runserver 460 6119829504 HTTP GET /en/appointments/slots/available/?new_date=2025-10-12&new_provider=66&exclude_appointment=2881 200 [0.02, 127.0.0.1:53093] INFO 2025-10-11 16:35:35,073 runserver 460 6119829504 HTTP GET /en/appointments/queue/ 200 [0.04, 127.0.0.1:53093] INFO 2025-10-11 16:35:35,103 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53093] INFO 2025-10-11 16:35:44,391 runserver 460 6119829504 HTTP GET /en/appointments/scheduling/ 200 [0.02, 127.0.0.1:53093] INFO 2025-10-11 16:35:44,418 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53093] INFO 2025-10-11 16:37:20,717 runserver 460 6119829504 HTTP GET /en/appointments/queue/ 200 [0.03, 127.0.0.1:54247] INFO 2025-10-11 16:37:20,762 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54247] INFO 2025-10-11 16:39:55,639 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:54898] INFO 2025-10-11 16:40:43,324 runserver 460 6119829504 HTTP GET /en/billing/ 200 [0.02, 127.0.0.1:54898] INFO 2025-10-11 16:40:43,359 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:54898] INFO 2025-10-11 16:40:43,363 runserver 460 6119829504 HTTP GET /en/billing/stats/bills/ 200 [0.02, 127.0.0.1:55106] INFO 2025-10-11 16:40:56,984 runserver 460 6119829504 HTTP GET /en/billing/bills/ 200 [0.03, 127.0.0.1:55106] INFO 2025-10-11 16:40:57,036 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:55106] INFO 2025-10-11 16:40:57,039 runserver 460 6119829504 HTTP GET /en/billing/stats/bills/ 200 [0.02, 127.0.0.1:54898] INFO 2025-10-11 16:41:01,385 runserver 460 6119829504 HTTP GET /en/billing/bills/e3585090-b5f4-446b-9af1-abe53268f9b5/ 200 [0.02, 127.0.0.1:54898] INFO 2025-10-11 16:41:01,403 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54898] INFO 2025-10-11 16:41:06,180 runserver 460 6119829504 HTTP GET /en/billing/bills/e3585090-b5f4-446b-9af1-abe53268f9b5/ 200 [0.02, 127.0.0.1:54898] INFO 2025-10-11 16:41:06,224 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54898] INFO 2025-10-11 16:41:13,367 runserver 460 6119829504 HTTP GET /en/billing/stats/bills/ 200 [0.02, 127.0.0.1:54898] INFO 2025-10-11 16:41:16,530 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:54898] INFO 2025-10-11 16:41:39,922 runserver 460 6119829504 HTTP GET /en/appointments/calendar/ 200 [0.02, 127.0.0.1:54898] INFO 2025-10-11 16:41:39,973 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55106] INFO 2025-10-11 16:41:40,020 runserver 460 6119829504 HTTP GET /en/appointments/calendar/events/?start=2025-10-05T00%3A00%3A00&end=2025-10-12T00%3A00%3A00 200 [0.07, 127.0.0.1:54898] INFO 2025-10-11 16:49:14,003 runserver 460 6119829504 HTTP GET /en/appointments/provider/schedule/daily/ 200 [0.04, 127.0.0.1:56457] INFO 2025-10-11 16:49:14,031 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56457] INFO 2025-10-11 16:49:14,044 runserver 460 6119829504 HTTP GET /static/img/logo/site.webmanifest 304 [0.00, 127.0.0.1:56459] INFO 2025-10-11 16:50:45,700 runserver 460 6119829504 HTTP GET /en/appointments/requests/2984/detail/ 200 [0.01, 127.0.0.1:56854] INFO 2025-10-11 16:50:45,737 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56854] INFO 2025-10-11 16:50:47,734 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:56854] INFO 2025-10-11 16:50:47,783 runserver 460 6119829504 HTTP GET /en/emr/stats/ 200 [0.07, 127.0.0.1:56855] INFO 2025-10-11 16:51:00,811 runserver 460 6119829504 HTTP GET /en/appointments/queue/ 200 [0.02, 127.0.0.1:56855] INFO 2025-10-11 16:51:00,840 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56855] INFO 2025-10-11 16:51:11,617 runserver 460 6119829504 HTTP GET /en/appointments/queue/13/monitor/ 200 [0.02, 127.0.0.1:56855] INFO 2025-10-11 16:51:11,639 runserver 460 6119829504 WebSocket HANDSHAKING /ws/appointments/queue/13/ [127.0.0.1:56975] INFO 2025-10-11 16:51:11,652 runserver 460 6119829504 WebSocket CONNECT /ws/appointments/queue/13/ [127.0.0.1:56975] WARNING 2025-10-11 16:51:11,663 runserver 460 6119829504 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:56855] WARNING 2025-10-11 16:51:11,666 runserver 460 6119829504 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:56855] INFO 2025-10-11 16:51:41,660 runserver 460 6119829504 HTTP GET /en/appointments/queue/13/monitor/ 200 [0.01, 127.0.0.1:56855] INFO 2025-10-11 16:51:41,663 runserver 460 6119829504 WebSocket DISCONNECT /ws/appointments/queue/13/ [127.0.0.1:56975] INFO 2025-10-11 16:51:41,690 runserver 460 6119829504 WebSocket HANDSHAKING /ws/appointments/queue/13/ [127.0.0.1:57112] WARNING 2025-10-11 16:51:41,697 runserver 460 6119829504 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:56855] INFO 2025-10-11 16:51:41,699 runserver 460 6119829504 WebSocket CONNECT /ws/appointments/queue/13/ [127.0.0.1:57112] WARNING 2025-10-11 16:51:41,701 runserver 460 6119829504 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:56855] INFO 2025-10-11 16:51:41,704 runserver 460 6119829504 HTTP GET /static/img/logo/favicon.ico 304 [0.00, 127.0.0.1:56855] INFO 2025-10-11 16:52:11,719 runserver 460 6119829504 HTTP GET /en/appointments/queue/13/monitor/ 200 [0.02, 127.0.0.1:56855] INFO 2025-10-11 16:52:11,723 runserver 460 6119829504 WebSocket DISCONNECT /ws/appointments/queue/13/ [127.0.0.1:57112] INFO 2025-10-11 16:52:11,748 runserver 460 6119829504 WebSocket HANDSHAKING /ws/appointments/queue/13/ [127.0.0.1:57240] WARNING 2025-10-11 16:52:11,751 runserver 460 6119829504 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:56855] WARNING 2025-10-11 16:52:11,757 runserver 460 6119829504 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:56855] INFO 2025-10-11 16:52:11,758 runserver 460 6119829504 WebSocket CONNECT /ws/appointments/queue/13/ [127.0.0.1:57240] INFO 2025-10-11 16:52:41,775 runserver 460 6119829504 HTTP GET /en/appointments/queue/13/monitor/ 200 [0.02, 127.0.0.1:56855] INFO 2025-10-11 16:52:41,780 runserver 460 6119829504 WebSocket DISCONNECT /ws/appointments/queue/13/ [127.0.0.1:57240] INFO 2025-10-11 16:52:41,806 runserver 460 6119829504 WebSocket HANDSHAKING /ws/appointments/queue/13/ [127.0.0.1:57365] WARNING 2025-10-11 16:52:41,814 runserver 460 6119829504 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:56855] WARNING 2025-10-11 16:52:41,816 runserver 460 6119829504 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:56855] INFO 2025-10-11 16:52:41,817 runserver 460 6119829504 WebSocket CONNECT /ws/appointments/queue/13/ [127.0.0.1:57365] INFO 2025-10-11 16:53:11,837 runserver 460 6119829504 HTTP GET /en/appointments/queue/13/monitor/ 200 [0.02, 127.0.0.1:56855] INFO 2025-10-11 16:53:11,842 runserver 460 6119829504 WebSocket DISCONNECT /ws/appointments/queue/13/ [127.0.0.1:57365] INFO 2025-10-11 16:53:11,867 runserver 460 6119829504 WebSocket HANDSHAKING /ws/appointments/queue/13/ [127.0.0.1:57499] WARNING 2025-10-11 16:53:11,871 runserver 460 6119829504 HTTP GET /static/sounds/notification.mp3 404 [0.00, 127.0.0.1:56855] WARNING 2025-10-11 16:53:11,876 runserver 460 6119829504 HTTP GET /static/sounds/notification.ogg 404 [0.00, 127.0.0.1:56855] INFO 2025-10-11 16:53:11,879 runserver 460 6119829504 WebSocket CONNECT /ws/appointments/queue/13/ [127.0.0.1:57499] INFO 2025-10-11 16:53:17,130 runserver 460 6119829504 HTTP GET /en/facility-management/ 200 [0.03, 127.0.0.1:56855] INFO 2025-10-11 16:53:17,140 runserver 460 6119829504 HTTP GET /static/js/demo/render.highlight.js 200 [0.00, 127.0.0.1:57498] INFO 2025-10-11 16:53:17,140 runserver 460 6119829504 HTTP GET /static/plugins/%40highlightjs/cdn-assets/highlight.min.js 200 [0.00, 127.0.0.1:56855] INFO 2025-10-11 16:53:17,160 runserver 460 6119829504 WebSocket DISCONNECT /ws/appointments/queue/13/ [127.0.0.1:57499] INFO 2025-10-11 16:53:17,189 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56855] INFO 2025-10-11 16:53:25,952 runserver 460 6119829504 HTTP GET /en/facility-management/assets/create/ 200 [0.12, 127.0.0.1:56855] INFO 2025-10-11 16:53:25,989 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56855] WARNING 2025-10-11 16:54:00,525 log 460 6271266816 Not Found: /en/xxxxxx WARNING 2025-10-11 16:54:00,525 runserver 460 6119829504 HTTP GET /en/xxxxxx 404 [0.01, 127.0.0.1:56855] INFO 2025-10-11 16:54:11,579 runserver 460 6119829504 HTTP GET /en/inventory 301 [0.01, 127.0.0.1:56855] INFO 2025-10-11 16:54:11,616 runserver 460 6119829504 HTTP GET /en/inventory/ 200 [0.03, 127.0.0.1:56855] INFO 2025-10-11 16:54:11,672 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56855] INFO 2025-10-11 16:54:29,957 runserver 460 6119829504 HTTP GET /en/inventory/stock/100/ 200 [0.02, 127.0.0.1:56855] INFO 2025-10-11 16:54:29,997 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56855] INFO 2025-10-11 16:55:11,091 runserver 460 6119829504 HTTP GET /en/inventory/items/ 200 [0.06, 127.0.0.1:56855] INFO 2025-10-11 16:55:11,105 runserver 460 6119829504 HTTP GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css 200 [0.00, 127.0.0.1:56855] INFO 2025-10-11 16:55:11,149 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56855] INFO 2025-10-11 16:55:14,714 runserver 460 6119829504 HTTP GET /en/inventory/stock/ 200 [0.03, 127.0.0.1:56855] INFO 2025-10-11 16:55:14,723 runserver 460 6119829504 HTTP GET /static/plugins/dropzone/src/options.js 200 [0.00, 127.0.0.1:56855] INFO 2025-10-11 16:55:14,760 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56855] INFO 2025-10-11 16:55:21,110 runserver 460 6119829504 HTTP GET /en/inventory/orders/ 200 [0.03, 127.0.0.1:56855] INFO 2025-10-11 16:55:21,157 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56855] INFO 2025-10-11 16:55:25,964 runserver 460 6119829504 HTTP GET /en/inventory/suppliers/ 200 [0.01, 127.0.0.1:56855] INFO 2025-10-11 16:55:26,005 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56855] INFO 2025-10-11 16:55:31,161 runserver 460 6119829504 HTTP GET /en/inventory/locations/ 200 [0.03, 127.0.0.1:56855] INFO 2025-10-11 16:55:31,197 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56855] INFO 2025-10-11 16:56:26,752 runserver 460 6119829504 HTTP GET /en/emr/ 200 [0.03, 127.0.0.1:56855] INFO 2025-10-11 16:56:26,781 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:56855] INFO 2025-10-11 16:56:26,815 runserver 460 6119829504 HTTP GET /en/emr/stats/ 200 [0.05, 127.0.0.1:58085] INFO 2025-10-11 16:56:51,402 runserver 460 6119829504 HTTP GET /en/emr/notes/ 200 [0.03, 127.0.0.1:58085] INFO 2025-10-11 16:56:51,446 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58085] INFO 2025-10-11 16:58:13,448 runserver 460 6119829504 HTTP GET /en/emr/notes/ 200 [0.02, 127.0.0.1:58783] INFO 2025-10-11 16:58:13,486 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58783] INFO 2025-10-11 16:58:20,494 runserver 460 6119829504 HTTP GET /en/emr/notes/13 301 [0.01, 127.0.0.1:58783] INFO 2025-10-11 16:58:20,503 runserver 460 6119829504 HTTP GET /en/emr/notes/13/ 200 [0.01, 127.0.0.1:58783] INFO 2025-10-11 16:58:20,521 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58783] INFO 2025-10-11 16:58:48,322 runserver 460 6119829504 HTTP GET /en/emr/ 200 [0.04, 127.0.0.1:58783] INFO 2025-10-11 16:58:48,373 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:58783] INFO 2025-10-11 16:58:48,408 runserver 460 6119829504 HTTP GET /en/emr/stats/ 200 [0.05, 127.0.0.1:58784] INFO 2025-10-11 16:58:53,420 runserver 460 6119829504 HTTP GET /en/patients/ 200 [0.02, 127.0.0.1:58784] INFO 2025-10-11 16:58:53,450 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58784] INFO 2025-10-11 16:58:58,638 runserver 460 6119829504 HTTP GET /en/patients/consents/ 200 [0.02, 127.0.0.1:58784] INFO 2025-10-11 16:58:58,666 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58784] WARNING 2025-10-11 16:59:07,690 log 460 13623668736 Not Found: /en/patients/consents/10 WARNING 2025-10-11 16:59:07,690 runserver 460 6119829504 HTTP GET /en/patients/consents/10 404 [0.01, 127.0.0.1:58784] INFO 2025-10-11 16:59:28,738 runserver 460 6119829504 HTTP GET /en/patients/consents/ 200 [0.03, 127.0.0.1:58784] INFO 2025-10-11 16:59:28,768 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:58784] INFO 2025-10-11 17:01:13,806 runserver 460 6119829504 HTTP GET /en/emr/care-plans/1 301 [0.01, 127.0.0.1:59572] INFO 2025-10-11 17:01:13,825 runserver 460 6119829504 HTTP GET /en/emr/care-plans/1/ 200 [0.02, 127.0.0.1:59572] INFO 2025-10-11 17:01:13,855 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59572] INFO 2025-10-11 17:02:11,011 runserver 460 6119829504 HTTP GET /en/emr/problems/ 200 [0.03, 127.0.0.1:59572] INFO 2025-10-11 17:02:11,054 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59572] INFO 2025-10-11 17:02:15,806 runserver 460 6119829504 HTTP GET /en/emr/problems/142/ 200 [0.02, 127.0.0.1:59572] INFO 2025-10-11 17:02:15,846 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59572] INFO 2025-10-11 17:03:48,385 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:60216] INFO 2025-10-11 17:03:48,422 runserver 460 6119829504 HTTP GET /en/emr/stats/ 200 [0.06, 127.0.0.1:60217] INFO 2025-10-11 17:04:42,002 runserver 460 6119829504 HTTP GET /en/approvals/ 200 [0.01, 127.0.0.1:60217] INFO 2025-10-11 17:04:42,030 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60217] INFO 2025-10-11 17:04:42,032 runserver 460 6119829504 HTTP GET /en/approvals/htmx/dashboard-stats/ 200 [0.02, 127.0.0.1:60216] INFO 2025-10-11 17:04:52,246 runserver 460 6119829504 HTTP GET /en/approvals/77/ 200 [0.02, 127.0.0.1:60216] INFO 2025-10-11 17:04:52,287 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60216] INFO 2025-10-11 17:05:45,675 runserver 460 6119829504 HTTP GET /en/approvals/htmx/77/upload-document/ 200 [0.02, 127.0.0.1:60740] INFO 2025-10-11 17:06:05,946 runserver 460 6119829504 HTTP GET /en/approvals/htmx/77/log-communication/ 200 [0.01, 127.0.0.1:60740] INFO 2025-10-11 17:07:24,718 runserver 460 6119829504 HTTP GET /en/appointments/ 200 [0.09, 127.0.0.1:61157] INFO 2025-10-11 17:07:24,767 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:61157] INFO 2025-10-11 17:07:24,810 runserver 460 6119829504 HTTP GET /en/appointments/stats/ 200 [0.06, 127.0.0.1:61158] INFO 2025-10-11 17:07:27,789 runserver 460 6119829504 HTTP GET /en/appointments/requests/ 200 [0.05, 127.0.0.1:61158] INFO 2025-10-11 17:07:27,841 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61158] INFO 2025-10-11 17:07:52,794 runserver 460 6119829504 HTTP GET /en/appointments/reschedule/4336/ 200 [0.02, 127.0.0.1:61158] INFO 2025-10-11 17:07:52,836 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61158] INFO 2025-10-11 17:08:00,991 runserver 460 6119829504 HTTP GET /en/appointments/slots/available/?new_date=2025-10-20&new_provider=118&exclude_appointment=4336 200 [0.02, 127.0.0.1:61158] INFO 2025-10-11 17:12:25,421 runserver 460 6119829504 HTTP GET /en/notifications/ 200 [0.03, 127.0.0.1:62420] INFO 2025-10-11 17:12:25,463 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62420] INFO 2025-10-11 17:12:30,765 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62420] INFO 2025-10-11 17:13:10,273 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:62421] INFO 2025-10-11 17:13:10,313 runserver 460 6119829504 HTTP GET /en/appointments/stats/ 200 [0.06, 127.0.0.1:62420] INFO 2025-10-11 17:13:21,229 runserver 460 6119829504 HTTP GET /en/appointments/queue/ 200 [0.04, 127.0.0.1:62420] INFO 2025-10-11 17:13:21,276 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62420] INFO 2025-10-11 17:13:24,182 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:62420] INFO 2025-10-11 17:13:25,695 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:62421] INFO 2025-10-11 17:13:25,695 runserver 460 6119829504 HTTP GET /en/approvals/htmx/dashboard-stats/ 200 [0.03, 127.0.0.1:62420] INFO 2025-10-11 17:13:55,684 runserver 460 6119829504 HTTP GET /en/approvals/htmx/dashboard-stats/ 200 [0.02, 127.0.0.1:62421] INFO 2025-10-11 17:14:25,679 runserver 460 6119829504 HTTP GET /en/approvals/htmx/dashboard-stats/ 200 [0.01, 127.0.0.1:62421] INFO 2025-10-11 17:14:55,689 runserver 460 6119829504 HTTP GET /en/approvals/htmx/dashboard-stats/ 200 [0.02, 127.0.0.1:62421] INFO 2025-10-11 17:15:25,681 runserver 460 6119829504 HTTP GET /en/approvals/htmx/dashboard-stats/ 200 [0.01, 127.0.0.1:62421] INFO 2025-10-11 17:15:55,696 runserver 460 6119829504 HTTP GET /en/approvals/htmx/dashboard-stats/ 200 [0.02, 127.0.0.1:62421] INFO 2025-10-11 17:16:25,687 runserver 460 6119829504 HTTP GET /en/approvals/htmx/dashboard-stats/ 200 [0.01, 127.0.0.1:62421] INFO 2025-10-11 17:16:55,700 runserver 460 6119829504 HTTP GET /en/approvals/htmx/dashboard-stats/ 200 [0.02, 127.0.0.1:62421] INFO 2025-10-11 17:17:25,247 runserver 460 6119829504 WebSocket HANDSHAKING /ws/appointments/queue/13/ [127.0.0.1:63666] INFO 2025-10-11 17:17:25,258 runserver 460 6119829504 WebSocket CONNECT /ws/appointments/queue/13/ [127.0.0.1:63666] INFO 2025-10-11 17:17:26,334 runserver 460 6119829504 WebSocket DISCONNECT /ws/appointments/queue/13/ [127.0.0.1:63666] INFO 2025-10-11 17:17:58,489 runserver 460 6119829504 HTTP GET /en/appointments/ 200 [0.08, 127.0.0.1:63657] INFO 2025-10-11 17:17:58,533 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63657] INFO 2025-10-11 17:17:58,565 runserver 460 6119829504 HTTP GET /en/appointments/stats/ 200 [0.05, 127.0.0.1:63815] INFO 2025-10-11 17:18:58,582 runserver 460 6119829504 HTTP GET /en/appointments/stats/ 200 [0.06, 127.0.0.1:63815] INFO 2025-10-11 17:19:08,435 runserver 460 6119829504 HTTP GET /en/appointments/queue/ 200 [0.04, 127.0.0.1:63815] INFO 2025-10-11 17:19:08,479 runserver 460 6119829504 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:63815] INFO 2025-10-11 17:19:48,560 runserver 460 6119829504 HTTP GET /static/img/logo/site.webmanifest 304 [0.00, 127.0.0.1:64280] INFO 2025-10-11 17:27:09,415 runserver 460 6119829504 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:64413] INFO 2025-10-11 18:30:46,460 runserver 460 6119829504 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:64534] INFO 2025-10-11 18:30:46,476 runserver 460 6119829504 HTTP GET /en/htmx/dashboard-stats/ 200 [0.05, 127.0.0.1:64535] INFO 2025-10-11 19:01:47,878 runserver 460 6119829504 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:64700] INFO 2025-10-11 19:44:08,390 runserver 460 6119829504 HTTP GET /en/htmx/system-health/ 200 [0.02, 127.0.0.1:64857] INFO 2025-10-11 19:44:09,405 runserver 460 6119829504 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:64857] INFO 2025-10-11 19:44:40,500 runserver 460 6119829504 HTTP GET /en/htmx/dashboard-stats/ 200 [0.05, 127.0.0.1:65025] INFO 2025-10-11 19:45:08,484 runserver 460 6119829504 HTTP GET /en/htmx/system-health/ 200 [0.02, 127.0.0.1:65230] INFO 2025-10-11 19:45:10,481 runserver 460 6119829504 HTTP GET /en/htmx/dashboard-stats/ 200 [0.02, 127.0.0.1:65230] INFO 2025-10-16 13:28:26,383 autoreload 49966 8782111040 Watching for file changes with StatReloader INFO 2025-10-16 13:28:26,800 server 49966 6153613312 HTTP/2 support enabled INFO 2025-10-16 13:28:26,800 server 49966 6153613312 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-16 13:28:26,801 server 49966 6153613312 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-16 13:28:35,082 runserver 49966 6153613312 HTTP GET / 302 [0.08, 127.0.0.1:52848] INFO 2025-10-16 13:28:35,089 runserver 49966 6153613312 HTTP GET /en/ 302 [0.00, 127.0.0.1:52848] INFO 2025-10-16 13:28:35,098 runserver 49966 6153613312 HTTP GET /accounts/login/?next=/en/ 302 [0.00, 127.0.0.1:52848] INFO 2025-10-16 13:28:35,110 runserver 49966 6153613312 HTTP GET /en/accounts/login/?next=/en/ 200 [0.01, 127.0.0.1:52848] INFO 2025-10-16 13:28:36,767 runserver 49966 6153613312 HTTP POST /en/accounts/login/ 302 [0.12, 127.0.0.1:52848] INFO 2025-10-16 13:28:36,805 runserver 49966 6153613312 HTTP GET /en/ 200 [0.04, 127.0.0.1:52848] INFO 2025-10-16 13:28:36,823 runserver 49966 6153613312 HTTP GET /static/img/logo/tenhal.svg 200 [0.00, 127.0.0.1:52848] INFO 2025-10-16 13:28:36,862 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:52848] INFO 2025-10-16 13:28:36,865 runserver 49966 6153613312 HTTP GET /en/htmx/system-health/ 200 [0.02, 127.0.0.1:52851] INFO 2025-10-16 13:28:36,878 runserver 49966 6153613312 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:52849] INFO 2025-10-16 13:28:48,269 runserver 49966 6153613312 HTTP GET /en/hr 301 [0.01, 127.0.0.1:52849] INFO 2025-10-16 13:28:48,408 runserver 49966 6153613312 HTTP GET /en/hr/ 200 [0.14, 127.0.0.1:52849] INFO 2025-10-16 13:28:48,470 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52849] INFO 2025-10-16 13:28:59,476 runserver 49966 6153613312 HTTP GET /en/hr/reviews/ 200 [0.04, 127.0.0.1:52849] INFO 2025-10-16 13:28:59,493 runserver 49966 6153613312 HTTP GET /static/plugins/bootstrap-daterangepicker/daterangepicker.css 200 [0.00, 127.0.0.1:52849] INFO 2025-10-16 13:28:59,494 runserver 49966 6153613312 HTTP GET /static/plugins/bootstrap-daterangepicker/daterangepicker.js 200 [0.00, 127.0.0.1:52851] INFO 2025-10-16 13:28:59,537 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52851] INFO 2025-10-16 13:29:01,294 runserver 49966 6153613312 HTTP GET /en/hr/reviews/717/ 200 [0.03, 127.0.0.1:52851] INFO 2025-10-16 13:29:01,303 runserver 49966 6153613312 HTTP GET /static/plugins/chart.js/dist/chart.umd.js 200 [0.00, 127.0.0.1:52851] INFO 2025-10-16 13:29:01,327 runserver 49966 6153613312 HTTP GET /static/webfonts/fa-regular-400.woff2 200 [0.00, 127.0.0.1:52851] INFO 2025-10-16 13:29:01,354 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52851] INFO 2025-10-16 13:29:09,450 runserver 49966 6153613312 HTTP GET /en/hr/training-management/ 200 [0.25, 127.0.0.1:52851] INFO 2025-10-16 13:29:09,493 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52851] INFO 2025-10-16 13:29:12,187 runserver 49966 6153613312 HTTP GET /en/hr/training/records/5290/ 200 [0.02, 127.0.0.1:52851] INFO 2025-10-16 13:29:12,224 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52851] INFO 2025-10-16 13:29:25,567 runserver 49966 6153613312 HTTP GET /en/hr/training/programs 301 [0.01, 127.0.0.1:52851] INFO 2025-10-16 13:29:25,582 runserver 49966 6153613312 HTTP GET /en/hr/training/programs/ 200 [0.01, 127.0.0.1:52851] INFO 2025-10-16 13:29:25,640 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52851] INFO 2025-10-16 13:29:32,054 runserver 49966 6153613312 HTTP GET /en/hr/training/programs/7/ 200 [0.03, 127.0.0.1:52851] INFO 2025-10-16 13:29:32,093 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52851] INFO 2025-10-16 13:29:40,062 runserver 49966 6153613312 HTTP GET /en/hr/ 200 [0.10, 127.0.0.1:52851] INFO 2025-10-16 13:29:40,121 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52851] INFO 2025-10-16 13:29:56,913 runserver 49966 6153613312 HTTP GET /en/appointments/ 200 [0.09, 127.0.0.1:52851] INFO 2025-10-16 13:29:56,942 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52851] INFO 2025-10-16 13:29:56,974 runserver 49966 6153613312 HTTP GET /en/appointments/stats/ 200 [0.04, 127.0.0.1:52849] INFO 2025-10-16 13:30:00,977 runserver 49966 6153613312 HTTP GET /en/appointments/waiting-list/ 200 [0.04, 127.0.0.1:52849] INFO 2025-10-16 13:30:01,028 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52849] INFO 2025-10-16 13:30:04,516 runserver 49966 6153613312 HTTP GET /en/appointments/waiting-list/1/ 200 [0.03, 127.0.0.1:52849] INFO 2025-10-16 13:30:04,538 runserver 49966 6153613312 HTTP GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js 200 [0.00, 127.0.0.1:52849] INFO 2025-10-16 13:30:04,562 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52849] INFO 2025-10-16 13:30:13,706 runserver 49966 6153613312 HTTP GET /en/appointments/queue/ 200 [0.04, 127.0.0.1:52849] INFO 2025-10-16 13:30:13,721 runserver 49966 6153613312 HTTP GET /static/plugins/sweetalert/dist/sweetalert.min.js 200 [0.00, 127.0.0.1:52849] INFO 2025-10-16 13:30:13,766 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52849] INFO 2025-10-16 13:30:19,861 runserver 49966 6153613312 HTTP GET /en/appointments/telemedicine/ 200 [0.05, 127.0.0.1:52849] INFO 2025-10-16 13:30:19,887 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52849] INFO 2025-10-16 13:30:25,915 runserver 49966 6153613312 HTTP GET /en/appointments/calendar/ 200 [0.01, 127.0.0.1:52849] INFO 2025-10-16 13:30:25,926 runserver 49966 6153613312 HTTP GET /static/plugins/%40fullcalendar/core/index.global.js 200 [0.00, 127.0.0.1:52849] INFO 2025-10-16 13:30:25,933 runserver 49966 6153613312 HTTP GET /static/plugins/%40fullcalendar/bootstrap/index.global.js 200 [0.00, 127.0.0.1:52907] INFO 2025-10-16 13:30:25,933 runserver 49966 6153613312 HTTP GET /static/plugins/%40fullcalendar/daygrid/index.global.js 200 [0.00, 127.0.0.1:52849] INFO 2025-10-16 13:30:25,934 runserver 49966 6153613312 HTTP GET /static/plugins/%40fullcalendar/list/index.global.js 200 [0.00, 127.0.0.1:52906] INFO 2025-10-16 13:30:25,934 runserver 49966 6153613312 HTTP GET /static/plugins/%40fullcalendar/interaction/index.global.js 200 [0.00, 127.0.0.1:52905] INFO 2025-10-16 13:30:25,934 runserver 49966 6153613312 HTTP GET /static/plugins/%40fullcalendar/timegrid/index.global.js 200 [0.01, 127.0.0.1:52851] INFO 2025-10-16 13:30:26,023 runserver 49966 6153613312 HTTP GET /en/appointments/calendar/events/?start=2025-10-12T00%3A00%3A00&end=2025-10-19T00%3A00%3A00 200 [0.06, 127.0.0.1:52905] INFO 2025-10-16 13:30:26,029 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.04, 127.0.0.1:52851] INFO 2025-10-16 13:30:29,637 runserver 49966 6153613312 HTTP GET /en/appointments/3240/detail-card/ 200 [0.02, 127.0.0.1:52851] INFO 2025-10-16 13:35:25,939 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:53018] INFO 2025-10-16 13:35:34,602 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:53020] INFO 2025-10-16 13:35:34,653 runserver 49966 6153613312 HTTP GET /en/appointments/stats/ 200 [0.07, 127.0.0.1:53018] INFO 2025-10-16 13:35:35,522 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53018] INFO 2025-10-16 13:35:49,462 runserver 49966 6153613312 HTTP GET /en/hr/ 200 [0.13, 127.0.0.1:53018] INFO 2025-10-16 13:35:49,522 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53018] INFO 2025-10-16 13:35:50,695 runserver 49966 6153613312 HTTP GET /en/emr 301 [0.01, 127.0.0.1:53018] INFO 2025-10-16 13:35:50,732 runserver 49966 6153613312 HTTP GET /en/emr/ 200 [0.03, 127.0.0.1:53018] INFO 2025-10-16 13:35:50,795 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53018] INFO 2025-10-16 13:35:50,826 runserver 49966 6153613312 HTTP GET /en/emr/stats/ 200 [0.05, 127.0.0.1:53020] INFO 2025-10-16 13:35:56,858 runserver 49966 6153613312 HTTP GET /en/emr/encounters/987/ 200 [0.04, 127.0.0.1:53020] INFO 2025-10-16 13:35:56,867 runserver 49966 6153613312 HTTP GET /static/plugins/select2/dist/css/select2.min.css 200 [0.00, 127.0.0.1:53020] INFO 2025-10-16 13:35:56,867 runserver 49966 6153613312 HTTP GET /static/plugins/lity/dist/lity.min.css 200 [0.00, 127.0.0.1:53018] INFO 2025-10-16 13:35:56,870 runserver 49966 6153613312 HTTP GET /static/plugins/lity/dist/lity.min.js 200 [0.00, 127.0.0.1:53018] INFO 2025-10-16 13:35:56,870 runserver 49966 6153613312 HTTP GET /static/plugins/moment/moment.js 200 [0.00, 127.0.0.1:53020] INFO 2025-10-16 13:35:56,904 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53020] INFO 2025-10-16 13:36:14,883 runserver 49966 6153613312 HTTP GET /en/emr/care-plans/30/ 200 [0.02, 127.0.0.1:53020] INFO 2025-10-16 13:36:14,897 runserver 49966 6153613312 HTTP GET /static/plugins/bootstrap-icons/font/bootstrap-icons.css 200 [0.00, 127.0.0.1:53020] INFO 2025-10-16 13:36:14,931 runserver 49966 6153613312 HTTP GET /static/plugins/bootstrap-icons/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6 200 [0.00, 127.0.0.1:53020] INFO 2025-10-16 13:36:14,938 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53018] INFO 2025-10-16 13:36:30,075 runserver 49966 6153613312 HTTP GET /en/emr/problems/ 200 [0.03, 127.0.0.1:53018] INFO 2025-10-16 13:36:30,119 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53018] INFO 2025-10-16 13:36:35,535 runserver 49966 6153613312 HTTP GET /en/emr/problems/142/ 200 [0.02, 127.0.0.1:53018] INFO 2025-10-16 13:36:35,575 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53018] INFO 2025-10-16 13:36:49,638 runserver 49966 6153613312 HTTP GET /en/emr/problems/create 301 [0.01, 127.0.0.1:53018] INFO 2025-10-16 13:36:49,884 runserver 49966 6153613312 HTTP GET /en/emr/problems/create/ 200 [0.24, 127.0.0.1:53018] INFO 2025-10-16 13:36:49,899 runserver 49966 6153613312 HTTP GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css 200 [0.00, 127.0.0.1:53018] INFO 2025-10-16 13:36:49,974 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53018] INFO 2025-10-16 13:37:13,597 runserver 49966 6153613312 HTTP GET /en/emr/api/icd10-search/?q=ab 200 [0.02, 127.0.0.1:53018] INFO 2025-10-16 13:37:32,938 runserver 49966 6153613312 HTTP GET /en/emr/api/icd10-search/?q=ar 200 [0.02, 127.0.0.1:53018] INFO 2025-10-16 13:37:34,442 runserver 49966 6153613312 HTTP GET /en/emr/api/icd10-search/?q=art 200 [0.02, 127.0.0.1:53018] INFO 2025-10-16 13:37:36,230 runserver 49966 6153613312 HTTP GET /en/emr/api/icd10-search/?q=arth 200 [0.02, 127.0.0.1:53018] INFO 2025-10-16 13:39:42,312 runserver 49966 6153613312 HTTP GET /en/emr/problems/create/ 200 [0.25, 127.0.0.1:53118] INFO 2025-10-16 13:39:42,405 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53118] INFO 2025-10-16 13:39:47,129 runserver 49966 6153613312 HTTP GET /en/appointments/ 200 [0.06, 127.0.0.1:53118] INFO 2025-10-16 13:39:47,192 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53118] INFO 2025-10-16 13:39:47,221 runserver 49966 6153613312 HTTP GET /en/appointments/stats/ 200 [0.04, 127.0.0.1:53119] INFO 2025-10-16 13:39:50,116 runserver 49966 6153613312 HTTP GET /en/approvals 301 [0.01, 127.0.0.1:53119] INFO 2025-10-16 13:39:50,144 runserver 49966 6153613312 HTTP GET /en/approvals/ 200 [0.03, 127.0.0.1:53119] INFO 2025-10-16 13:39:50,213 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:53119] INFO 2025-10-16 13:39:50,214 runserver 49966 6153613312 HTTP GET /en/approvals/htmx/dashboard-stats/ 200 [0.02, 127.0.0.1:53118] INFO 2025-10-16 13:39:59,265 runserver 49966 6153613312 HTTP GET /en/approvals/77/ 200 [0.03, 127.0.0.1:53118] INFO 2025-10-16 13:39:59,288 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53118] INFO 2025-10-16 13:40:20,221 runserver 49966 6153613312 HTTP GET /en/approvals/htmx/dashboard-stats/ 200 [0.02, 127.0.0.1:53138] INFO 2025-10-16 13:40:21,371 runserver 49966 6153613312 HTTP GET /en/operating-theatre/ 200 [0.04, 127.0.0.1:53138] INFO 2025-10-16 13:40:21,407 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:53138] INFO 2025-10-16 13:40:21,410 runserver 49966 6153613312 HTTP GET /en/operating-theatre/htmx/stats/ 200 [0.02, 127.0.0.1:53140] INFO 2025-10-16 13:40:23,528 runserver 49966 6153613312 HTTP GET /en/operating-theatre/cases/ 200 [0.03, 127.0.0.1:53140] INFO 2025-10-16 13:40:23,567 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53140] INFO 2025-10-16 13:40:29,814 runserver 49966 6153613312 HTTP GET /en/inpatients/ 200 [0.05, 127.0.0.1:53140] INFO 2025-10-16 13:40:29,851 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:53140] INFO 2025-10-16 13:40:29,851 runserver 49966 6153613312 HTTP GET /en/inpatients/wards/stats/ 200 [0.02, 127.0.0.1:53138] INFO 2025-10-16 13:40:32,564 runserver 49966 6153613312 HTTP GET /en/inpatients/wards/ 200 [0.03, 127.0.0.1:53140] INFO 2025-10-16 13:40:32,606 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53140] INFO 2025-10-16 13:40:36,332 runserver 49966 6153613312 HTTP GET /en/inpatients/wards/7/ 200 [0.04, 127.0.0.1:53140] INFO 2025-10-16 13:40:36,375 runserver 49966 6153613312 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:53140] INFO 2025-10-16 13:40:38,880 runserver 49966 6153613312 HTTP GET /en/inpatients/beds/197/details/ 200 [0.02, 127.0.0.1:53140] INFO 2025-10-27 18:16:43,175 autoreload 56463 8782111040 Watching for file changes with StatReloader INFO 2025-10-27 18:16:43,800 server 56463 6175469568 HTTP/2 support enabled INFO 2025-10-27 18:16:43,800 server 56463 6175469568 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-10-27 18:16:43,801 server 56463 6175469568 Listening on TCP address 127.0.0.1:8000 INFO 2025-10-27 18:16:45,543 runserver 56463 6175469568 HTTP GET / 302 [0.10, 127.0.0.1:65060] INFO 2025-10-27 18:16:45,553 runserver 56463 6175469568 HTTP GET /ar/ 302 [0.01, 127.0.0.1:65060] INFO 2025-10-27 18:16:45,556 runserver 56463 6175469568 HTTP GET /accounts/login/?next=/ar/ 302 [0.00, 127.0.0.1:65060] INFO 2025-10-27 18:16:45,569 runserver 56463 6175469568 HTTP GET /ar/accounts/login/?next=/ar/ 200 [0.01, 127.0.0.1:65060] WARNING 2025-10-27 18:16:45,602 log 56463 6209122304 Not Found: /favicon.ico WARNING 2025-10-27 18:16:45,602 runserver 56463 6175469568 HTTP GET /favicon.ico 404 [0.00, 127.0.0.1:65060] INFO 2025-10-27 18:16:47,143 runserver 56463 6175469568 HTTP POST /ar/accounts/login/ 302 [0.09, 127.0.0.1:65060] INFO 2025-10-27 18:16:47,180 runserver 56463 6175469568 HTTP GET /ar/ 200 [0.04, 127.0.0.1:65060] INFO 2025-10-27 18:16:47,199 runserver 56463 6175469568 HTTP GET /static/img/logo/tenhal.svg 200 [0.00, 127.0.0.1:65060] INFO 2025-10-27 18:16:47,199 runserver 56463 6175469568 HTTP GET /static/js/custom.js 200 [0.00, 127.0.0.1:65061] INFO 2025-10-27 18:16:47,234 runserver 56463 6175469568 HTTP GET /ar/htmx/system-notifications/ 200 [0.02, 127.0.0.1:65061] INFO 2025-10-27 18:16:47,239 runserver 56463 6175469568 HTTP GET /ar/htmx/system-health/ 200 [0.02, 127.0.0.1:65071] INFO 2025-10-27 18:16:47,252 runserver 56463 6175469568 HTTP GET /ar/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:65060] INFO 2025-10-27 18:17:03,430 runserver 56463 6175469568 HTTP GET /en/ 200 [0.10, 127.0.0.1:65060] INFO 2025-10-27 18:17:03,468 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:65060] INFO 2025-10-27 18:17:03,470 runserver 56463 6175469568 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:65061] INFO 2025-10-27 18:17:03,482 runserver 56463 6175469568 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:65071] INFO 2025-10-27 18:17:19,866 runserver 56463 6175469568 HTTP GET /en/appointments/ 200 [0.07, 127.0.0.1:65071] INFO 2025-10-27 18:17:19,928 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65071] INFO 2025-10-27 18:17:19,960 runserver 56463 6175469568 HTTP GET /en/appointments/stats/ 200 [0.05, 127.0.0.1:65061] INFO 2025-10-27 18:17:32,100 runserver 56463 6175469568 HTTP GET /en/inventory/ 200 [0.02, 127.0.0.1:65061] INFO 2025-10-27 18:17:32,106 runserver 56463 6175469568 HTTP GET /static/plugins/chart.js/dist/chart.umd.js 200 [0.00, 127.0.0.1:65061] INFO 2025-10-27 18:17:32,155 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65061] INFO 2025-10-27 18:17:37,838 runserver 56463 6175469568 HTTP GET /en/inventory/stock/ 200 [0.02, 127.0.0.1:65061] INFO 2025-10-27 18:17:37,846 runserver 56463 6175469568 HTTP GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css 200 [0.00, 127.0.0.1:65071] INFO 2025-10-27 18:17:37,846 runserver 56463 6175469568 HTTP GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css 200 [0.00, 127.0.0.1:65061] INFO 2025-10-27 18:17:37,846 runserver 56463 6175469568 HTTP GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js 200 [0.00, 127.0.0.1:65295] INFO 2025-10-27 18:17:37,847 runserver 56463 6175469568 HTTP GET /static/plugins/datatables.net/js/dataTables.min.js 200 [0.00, 127.0.0.1:65060] INFO 2025-10-27 18:17:37,849 runserver 56463 6175469568 HTTP GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js 200 [0.00, 127.0.0.1:65295] INFO 2025-10-27 18:17:37,850 runserver 56463 6175469568 HTTP GET /static/plugins/dropzone/src/options.js 200 [0.00, 127.0.0.1:65061] INFO 2025-10-27 18:17:37,850 runserver 56463 6175469568 HTTP GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js 200 [0.00, 127.0.0.1:65071] INFO 2025-10-27 18:17:37,883 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65071] INFO 2025-10-27 18:17:41,993 runserver 56463 6175469568 HTTP GET /en/inventory/stock/4/ 200 [0.01, 127.0.0.1:65071] INFO 2025-10-27 18:17:42,011 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65071] INFO 2025-10-27 18:17:52,847 runserver 56463 6175469568 HTTP GET /en/inventory/orders/ 200 [0.01, 127.0.0.1:65071] INFO 2025-10-27 18:17:52,854 runserver 56463 6175469568 HTTP GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css 200 [0.00, 127.0.0.1:65071] INFO 2025-10-27 18:17:52,854 runserver 56463 6175469568 HTTP GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js 200 [0.00, 127.0.0.1:65061] INFO 2025-10-27 18:17:52,883 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65071] INFO 2025-10-27 18:17:58,448 runserver 56463 6175469568 HTTP GET /en/inventory/orders/7/ 200 [0.01, 127.0.0.1:65381] INFO 2025-10-27 18:17:58,467 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65381] WARNING 2025-10-27 18:18:14,629 log 56463 6293254144 Not Found: /inventory/orders/7/track/ WARNING 2025-10-27 18:18:14,630 runserver 56463 6175469568 HTTP GET /inventory/orders/7/track/ 404 [0.00, 127.0.0.1:65381] INFO 2025-10-27 18:18:34,810 runserver 56463 6175469568 HTTP GET /en/emr/ 200 [0.03, 127.0.0.1:65381] INFO 2025-10-27 18:18:34,836 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65381] INFO 2025-10-27 18:18:34,863 runserver 56463 6175469568 HTTP GET /en/emr/stats/ 200 [0.04, 127.0.0.1:65382] INFO 2025-10-27 18:18:38,550 runserver 56463 6175469568 HTTP GET /en/emr/encounters/987/ 200 [0.05, 127.0.0.1:65382] INFO 2025-10-27 18:18:38,563 runserver 56463 6175469568 HTTP GET /static/plugins/select2/dist/css/select2.min.css 200 [0.00, 127.0.0.1:65382] INFO 2025-10-27 18:18:38,564 runserver 56463 6175469568 HTTP GET /static/plugins/lity/dist/lity.min.css 200 [0.00, 127.0.0.1:65381] INFO 2025-10-27 18:18:38,565 runserver 56463 6175469568 HTTP GET /static/plugins/lity/dist/lity.min.js 200 [0.00, 127.0.0.1:49163] INFO 2025-10-27 18:18:38,566 runserver 56463 6175469568 HTTP GET /static/plugins/moment/moment.js 200 [0.00, 127.0.0.1:65382] INFO 2025-10-27 18:18:38,591 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65382] INFO 2025-10-27 18:18:42,976 runserver 56463 6175469568 HTTP GET /en/emr/vital-signs/2003/ 200 [0.01, 127.0.0.1:65382] INFO 2025-10-27 18:18:42,983 runserver 56463 6175469568 HTTP GET /static/plugins/%40highlightjs/cdn-assets/highlight.min.js 200 [0.00, 127.0.0.1:49163] INFO 2025-10-27 18:18:42,984 runserver 56463 6175469568 HTTP GET /static/plugins/apexcharts/dist/apexcharts.js 200 [0.00, 127.0.0.1:65382] INFO 2025-10-27 18:18:43,022 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65382] INFO 2025-10-27 18:18:43,025 runserver 56463 6175469568 HTTP GET /en/emr/vital-signs-chart/27/ 200 [0.02, 127.0.0.1:49163] INFO 2025-10-27 18:18:57,894 runserver 56463 6175469568 HTTP GET /en/laboratory/orders/809/ 200 [0.01, 127.0.0.1:49163] INFO 2025-10-27 18:18:57,914 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:49163] INFO 2025-10-27 18:19:14,105 runserver 56463 6175469568 HTTP GET /en/emr/encounters/987/ 200 [0.04, 127.0.0.1:49163] INFO 2025-10-27 18:19:14,140 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:49163] INFO 2025-10-27 18:19:27,180 runserver 56463 6175469568 HTTP GET /en/emr/problems/142/ 200 [0.01, 127.0.0.1:49163] INFO 2025-10-27 18:19:27,187 runserver 56463 6175469568 HTTP GET /static/plugins/bootstrap-icons/font/bootstrap-icons.css 200 [0.00, 127.0.0.1:49163] INFO 2025-10-27 18:19:27,188 runserver 56463 6175469568 HTTP GET /static/plugins/moment/min/moment.min.js 200 [0.00, 127.0.0.1:65382] INFO 2025-10-27 18:19:27,207 runserver 56463 6175469568 HTTP GET /static/plugins/bootstrap-icons/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6 200 [0.00, 127.0.0.1:65382] INFO 2025-10-27 18:19:27,221 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65382] INFO 2025-10-27 18:19:36,901 runserver 56463 6175469568 HTTP GET /en/laboratory/orders/647/ 200 [0.01, 127.0.0.1:65382] INFO 2025-10-27 18:19:36,920 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65382] INFO 2025-10-27 18:19:59,531 runserver 56463 6175469568 HTTP GET /en/inpatients/ 200 [0.03, 127.0.0.1:65382] INFO 2025-10-27 18:19:59,559 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:65382] INFO 2025-10-27 18:19:59,561 runserver 56463 6175469568 HTTP GET /en/inpatients/wards/stats/ 200 [0.01, 127.0.0.1:49163] INFO 2025-10-27 18:20:23,030 runserver 56463 6175469568 HTTP GET /en/inpatients/wards/ 200 [0.01, 127.0.0.1:49163] INFO 2025-10-27 18:20:23,049 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:49163] INFO 2025-10-27 18:20:26,100 runserver 56463 6175469568 HTTP GET /en/inpatients/wards/7/ 200 [0.02, 127.0.0.1:49163] INFO 2025-10-27 18:20:26,120 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:49163] INFO 2025-10-27 18:20:42,019 runserver 56463 6175469568 HTTP GET /en/inpatients/beds/193/details/ 200 [0.01, 127.0.0.1:49163] INFO 2025-10-27 18:20:48,675 runserver 56463 6175469568 HTTP GET /en/inpatients/transfers/ 200 [0.01, 127.0.0.1:49163] INFO 2025-10-27 18:20:48,699 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:49163] INFO 2025-10-27 18:22:33,198 runserver 56463 6175469568 HTTP GET /en/pharmacy 301 [0.01, 127.0.0.1:50171] INFO 2025-10-27 18:22:33,217 runserver 56463 6175469568 HTTP GET /en/pharmacy/ 200 [0.02, 127.0.0.1:50171] INFO 2025-10-27 18:22:33,290 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:50171] ERROR 2025-10-27 18:22:33,295 log 56463 6242775040 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 854, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^ NameError: name 'InventoryItem' is not defined ERROR 2025-10-27 18:22:33,298 log 56463 13035925504 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 909, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^ NameError: name 'InventoryItem' is not defined ERROR 2025-10-27 18:22:33,303 runserver 56463 6175469568 HTTP GET /en/pharmacy/stats/ 500 [0.04, 127.0.0.1:50172] ERROR 2025-10-27 18:22:33,304 runserver 56463 6175469568 HTTP GET /en/pharmacy/inventory-alerts/ 500 [0.04, 127.0.0.1:50173] INFO 2025-10-27 18:22:50,490 runserver 56463 6175469568 HTTP GET /en/pharmacy/prescriptions/create/ 200 [0.02, 127.0.0.1:50173] INFO 2025-10-27 18:22:50,509 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50173] INFO 2025-10-27 18:22:57,668 runserver 56463 6175469568 HTTP GET /en/pharmacy/medications/create/ 200 [0.02, 127.0.0.1:50173] INFO 2025-10-27 18:22:57,688 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50173] INFO 2025-10-27 18:23:02,317 runserver 56463 6175469568 HTTP GET /en/pharmacy/inventory/create/ 200 [0.02, 127.0.0.1:50173] INFO 2025-10-27 18:23:02,338 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50173] ERROR 2025-10-27 18:23:08,499 log 56463 6293254144 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 854, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^ NameError: name 'InventoryItem' is not defined ERROR 2025-10-27 18:23:08,502 runserver 56463 6175469568 HTTP GET /en/pharmacy/stats/ 500 [0.02, 127.0.0.1:50173] INFO 2025-10-27 18:23:10,008 runserver 56463 6175469568 HTTP GET /en/pharmacy/drug-interactions/ 200 [0.01, 127.0.0.1:50173] INFO 2025-10-27 18:23:10,029 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50173] INFO 2025-10-27 18:23:24,176 runserver 56463 6175469568 HTTP GET /en/pharmacy/ 200 [0.01, 127.0.0.1:50173] INFO 2025-10-27 18:23:24,241 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:50173] ERROR 2025-10-27 18:23:24,244 log 56463 6209122304 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 909, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^ NameError: name 'InventoryItem' is not defined ERROR 2025-10-27 18:23:24,251 log 56463 13035925504 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 854, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^ NameError: name 'InventoryItem' is not defined ERROR 2025-10-27 18:23:24,254 runserver 56463 6175469568 HTTP GET /en/pharmacy/inventory-alerts/ 500 [0.04, 127.0.0.1:50171] ERROR 2025-10-27 18:23:24,254 runserver 56463 6175469568 HTTP GET /en/pharmacy/stats/ 500 [0.04, 127.0.0.1:50172] INFO 2025-10-27 18:23:41,697 runserver 56463 6175469568 HTTP GET /en/laboratory/ 200 [0.02, 127.0.0.1:50172] INFO 2025-10-27 18:23:41,724 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50172] INFO 2025-10-27 18:23:41,725 runserver 56463 6175469568 HTTP GET /en/laboratory/htmx/stats/ 200 [0.02, 127.0.0.1:50171] INFO 2025-10-27 18:23:48,034 runserver 56463 6175469568 HTTP GET /en/laboratory/orders/804/ 200 [0.02, 127.0.0.1:50171] INFO 2025-10-27 18:23:48,052 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50171] INFO 2025-10-27 18:25:15,716 runserver 56463 6175469568 HTTP GET /en/emr/care-plans/30/ 200 [0.01, 127.0.0.1:50847] INFO 2025-10-27 18:25:15,767 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50847] INFO 2025-10-27 18:25:51,707 runserver 56463 6175469568 HTTP GET /en/radiology 301 [0.00, 127.0.0.1:50847] INFO 2025-10-27 18:25:51,837 runserver 56463 6175469568 HTTP GET /en/radiology/ 200 [0.13, 127.0.0.1:50847] INFO 2025-10-27 18:25:51,900 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50847] INFO 2025-10-27 18:25:51,901 runserver 56463 6175469568 HTTP GET /en/radiology/htmx/stats/ 200 [0.02, 127.0.0.1:50848] INFO 2025-10-27 18:26:05,074 runserver 56463 6175469568 HTTP GET /en/radiology/reports/ 200 [0.02, 127.0.0.1:50848] INFO 2025-10-27 18:26:05,097 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50848] INFO 2025-10-27 18:26:06,844 runserver 56463 6175469568 HTTP GET /en/radiology/reports/100/ 200 [0.01, 127.0.0.1:50848] INFO 2025-10-27 18:26:06,862 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50848] WARNING 2025-10-27 18:26:17,825 log 56463 13035925504 Not Found: /en/radiology/dicom WARNING 2025-10-27 18:26:17,826 runserver 56463 6175469568 HTTP GET /en/radiology/dicom 404 [0.00, 127.0.0.1:50848] INFO 2025-10-27 18:26:35,487 runserver 56463 6175469568 HTTP GET /en/radiology/studies/ 200 [0.03, 127.0.0.1:50848] INFO 2025-10-27 18:26:35,526 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50848] INFO 2025-10-27 18:26:37,546 runserver 56463 6175469568 HTTP GET /en/radiology/studies/181/ 200 [0.01, 127.0.0.1:50848] INFO 2025-10-27 18:26:37,565 runserver 56463 6175469568 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:50848] INFO 2025-11-03 21:21:36,554 autoreload 46406 8426217792 Watching for file changes with StatReloader INFO 2025-11-03 21:21:36,972 server 46406 6177353728 HTTP/2 support enabled INFO 2025-11-03 21:21:36,972 server 46406 6177353728 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-11-03 21:21:36,972 server 46406 6177353728 Listening on TCP address 127.0.0.1:8000 INFO 2025-11-03 21:21:39,010 runserver 46406 6177353728 HTTP GET / 302 [0.10, 127.0.0.1:52067] INFO 2025-11-03 21:21:39,020 runserver 46406 6177353728 HTTP GET /en/ 302 [0.01, 127.0.0.1:52067] INFO 2025-11-03 21:21:39,028 runserver 46406 6177353728 HTTP GET /accounts/login/?next=/en/ 302 [0.01, 127.0.0.1:52067] INFO 2025-11-03 21:21:39,044 runserver 46406 6177353728 HTTP GET /en/accounts/login/?next=/en/ 200 [0.01, 127.0.0.1:52067] INFO 2025-11-03 21:21:41,060 runserver 46406 6177353728 HTTP POST /en/accounts/login/ 302 [0.09, 127.0.0.1:52067] INFO 2025-11-03 21:21:41,096 runserver 46406 6177353728 HTTP GET /en/ 200 [0.03, 127.0.0.1:52067] INFO 2025-11-03 21:21:41,111 runserver 46406 6177353728 HTTP GET /static/img/user/user-12.jpg 200 [0.00, 127.0.0.1:52067] INFO 2025-11-03 21:21:41,111 runserver 46406 6177353728 HTTP GET /static/js/custom.js 200 [0.00, 127.0.0.1:52068] INFO 2025-11-03 21:21:41,187 runserver 46406 6177353728 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:52068] INFO 2025-11-03 21:21:41,189 runserver 46406 6177353728 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:52070] INFO 2025-11-03 21:21:41,202 runserver 46406 6177353728 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:52067] INFO 2025-11-03 21:21:53,564 runserver 46406 6177353728 HTTP GET /en/emr 301 [0.00, 127.0.0.1:52067] INFO 2025-11-03 21:21:53,587 runserver 46406 6177353728 HTTP GET /en/emr/ 200 [0.02, 127.0.0.1:52067] INFO 2025-11-03 21:21:53,618 runserver 46406 6177353728 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:52067] INFO 2025-11-03 21:21:53,643 runserver 46406 6177353728 HTTP GET /en/emr/stats/ 200 [0.04, 127.0.0.1:52070] INFO 2025-11-03 21:22:01,450 runserver 46406 6177353728 HTTP GET /en/inpatients/ 200 [0.09, 127.0.0.1:52108] INFO 2025-11-03 21:22:01,481 runserver 46406 6177353728 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52108] INFO 2025-11-03 21:22:01,482 runserver 46406 6177353728 HTTP GET /en/inpatients/wards/stats/ 200 [0.01, 127.0.0.1:52109] INFO 2025-11-03 21:22:07,318 runserver 46406 6177353728 HTTP GET /en/inpatients/admissions/65/ 200 [0.03, 127.0.0.1:52109] INFO 2025-11-03 21:22:07,357 runserver 46406 6177353728 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52109] WARNING 2025-11-03 21:22:16,191 log 46406 6244659200 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-03 21:22:16,191 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52109] INFO 2025-11-03 21:22:28,380 runserver 46406 6177353728 HTTP GET / 302 [0.01, 127.0.0.1:52109] INFO 2025-11-03 21:22:28,405 runserver 46406 6177353728 HTTP GET /en/ 200 [0.02, 127.0.0.1:52109] INFO 2025-11-03 21:22:28,468 runserver 46406 6177353728 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:52109] INFO 2025-11-03 21:22:28,469 runserver 46406 6177353728 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:52133] INFO 2025-11-03 21:22:28,488 runserver 46406 6177353728 HTTP GET /en/htmx/dashboard-stats/ 200 [0.05, 127.0.0.1:52108] INFO 2025-11-03 21:22:36,292 runserver 46406 6177353728 HTTP GET /en/inpatients/ 200 [0.04, 127.0.0.1:52108] INFO 2025-11-03 21:22:36,326 runserver 46406 6177353728 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:52108] INFO 2025-11-03 21:22:36,327 runserver 46406 6177353728 HTTP GET /en/inpatients/wards/stats/ 200 [0.02, 127.0.0.1:52133] INFO 2025-11-03 21:22:41,134 runserver 46406 6177353728 HTTP GET /en/inpatients/admissions/65/ 200 [0.01, 127.0.0.1:52133] INFO 2025-11-03 21:22:41,171 runserver 46406 6177353728 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52133] INFO 2025-11-03 21:22:43,127 runserver 46406 6177353728 HTTP GET /en/inpatients/discharge/65/ 200 [0.03, 127.0.0.1:52133] INFO 2025-11-03 21:22:43,137 runserver 46406 6177353728 HTTP GET /static/img/user/user-1.jpg 200 [0.00, 127.0.0.1:52133] INFO 2025-11-03 21:22:43,137 runserver 46406 6177353728 HTTP GET /static/img/user/user-3.jpg 200 [0.00, 127.0.0.1:52108] INFO 2025-11-03 21:22:43,141 runserver 46406 6177353728 HTTP GET /static/img/user/user-4.jpg 200 [0.00, 127.0.0.1:52108] INFO 2025-11-03 21:22:43,141 runserver 46406 6177353728 HTTP GET /static/img/user/user-5.jpg 200 [0.00, 127.0.0.1:52133] INFO 2025-11-03 21:22:43,180 runserver 46406 6177353728 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52108] WARNING 2025-11-03 21:23:16,181 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-03 21:23:16,182 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52108] WARNING 2025-11-03 21:24:16,175 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-03 21:24:16,176 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52108] INFO 2025-11-03 21:24:31,978 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/ 200 [0.09, 127.0.0.1:52108] INFO 2025-11-03 21:24:32,062 runserver 46406 6177353728 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52108] INFO 2025-11-03 21:24:32,064 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.01, 127.0.0.1:52158] INFO 2025-11-03 21:24:32,164 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.07, 127.0.0.1:52158] INFO 2025-11-03 21:25:02,065 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.01, 127.0.0.1:52158] INFO 2025-11-03 21:25:02,169 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.07, 127.0.0.1:52158] WARNING 2025-11-03 21:25:16,181 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-03 21:25:16,182 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52158] INFO 2025-11-03 21:40:32,869 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.03, 127.0.0.1:52196] INFO 2025-11-03 21:40:32,935 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.10, 127.0.0.1:52197] INFO 2025-11-03 21:56:04,239 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.03, 127.0.0.1:52211] INFO 2025-11-03 21:56:04,303 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.10, 127.0.0.1:52210] WARNING 2025-11-03 21:56:18,314 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-03 21:56:18,315 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52210] INFO 2025-11-03 22:11:36,062 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.09, 127.0.0.1:52235] INFO 2025-11-03 22:11:36,991 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.02, 127.0.0.1:52235] INFO 2025-11-03 22:27:12,738 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.09, 127.0.0.1:52247] INFO 2025-11-03 22:27:14,652 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.01, 127.0.0.1:52247] WARNING 2025-11-03 22:27:26,647 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-03 22:27:26,647 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52247] INFO 2025-11-03 22:42:48,016 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.02, 127.0.0.1:52257] INFO 2025-11-03 22:58:18,228 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.07, 127.0.0.1:52269] WARNING 2025-11-03 22:58:30,169 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-03 22:58:30,169 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52271] INFO 2025-11-03 22:58:30,178 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.02, 127.0.0.1:52269] INFO 2025-11-03 23:04:42,249 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.07, 127.0.0.1:52305] INFO 2025-11-03 23:04:56,264 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.01, 127.0.0.1:52305] INFO 2025-11-03 23:05:12,268 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.09, 127.0.0.1:52305] WARNING 2025-11-03 23:05:26,261 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-03 23:05:26,261 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52305] INFO 2025-11-03 23:05:26,273 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.02, 127.0.0.1:52329] INFO 2025-11-03 23:05:42,148 runserver 46406 6177353728 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:52329] INFO 2025-11-03 23:05:42,248 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.07, 127.0.0.1:52329] INFO 2025-11-03 23:05:56,277 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.01, 127.0.0.1:52329] INFO 2025-11-03 23:06:12,274 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.09, 127.0.0.1:52329] WARNING 2025-11-03 23:06:26,271 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-03 23:06:26,273 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52329] INFO 2025-11-03 23:06:26,282 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.02, 127.0.0.1:52305] INFO 2025-11-03 23:06:42,260 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.08, 127.0.0.1:52305] INFO 2025-11-03 23:06:56,278 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.02, 127.0.0.1:52305] INFO 2025-11-03 23:07:12,273 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.09, 127.0.0.1:52305] WARNING 2025-11-03 23:07:26,258 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-03 23:07:26,259 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52305] INFO 2025-11-03 23:07:26,275 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.01, 127.0.0.1:52305] INFO 2025-11-03 23:07:42,272 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.09, 127.0.0.1:52305] INFO 2025-11-03 23:07:56,287 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.01, 127.0.0.1:52305] INFO 2025-11-03 23:08:12,267 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.08, 127.0.0.1:52407] WARNING 2025-11-03 23:08:26,263 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-03 23:08:26,264 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52407] INFO 2025-11-03 23:08:26,279 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.01, 127.0.0.1:52407] INFO 2025-11-03 23:08:42,279 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.10, 127.0.0.1:52407] INFO 2025-11-03 23:08:56,287 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.02, 127.0.0.1:52407] INFO 2025-11-03 23:09:12,274 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.09, 127.0.0.1:52407] WARNING 2025-11-03 23:24:32,238 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-03 23:24:32,239 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52475] INFO 2025-11-03 23:24:33,166 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.02, 127.0.0.1:52475] INFO 2025-11-03 23:24:48,245 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.09, 127.0.0.1:52475] INFO 2025-11-03 23:40:29,942 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.01, 127.0.0.1:52492] INFO 2025-11-03 23:40:44,007 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.09, 127.0.0.1:52492] WARNING 2025-11-03 23:56:00,080 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-03 23:56:00,080 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52507] INFO 2025-11-03 23:56:16,073 runserver 46406 6177353728 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:52507] INFO 2025-11-04 00:06:23,249 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.03, 127.0.0.1:52518] INFO 2025-11-04 00:06:23,314 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.10, 127.0.0.1:52519] WARNING 2025-11-04 00:17:07,631 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-04 00:17:07,632 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52520] WARNING 2025-11-04 00:18:19,656 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-04 00:18:19,657 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52629] INFO 2025-11-04 00:18:19,676 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.03, 127.0.0.1:52630] INFO 2025-11-04 00:18:19,738 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.10, 127.0.0.1:52628] WARNING 2025-11-04 00:19:19,654 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-04 00:19:19,655 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52629] INFO 2025-11-04 00:19:19,675 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.03, 127.0.0.1:52630] INFO 2025-11-04 00:19:19,738 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.10, 127.0.0.1:52628] WARNING 2025-11-04 00:20:19,656 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-04 00:20:19,657 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.02, 127.0.0.1:52628] INFO 2025-11-04 00:20:19,677 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.03, 127.0.0.1:52629] INFO 2025-11-04 00:20:19,776 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.13, 127.0.0.1:52630] WARNING 2025-11-04 00:21:19,652 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-04 00:21:19,654 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52630] INFO 2025-11-04 00:21:19,673 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.02, 127.0.0.1:52628] INFO 2025-11-04 00:21:19,739 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.10, 127.0.0.1:52629] INFO 2025-11-04 00:21:36,658 runserver 46406 6177353728 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:52629] WARNING 2025-11-04 00:22:19,655 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-04 00:22:19,655 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52630] INFO 2025-11-04 00:22:19,674 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.03, 127.0.0.1:52628] INFO 2025-11-04 00:22:19,738 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.10, 127.0.0.1:52629] WARNING 2025-11-04 00:25:44,671 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-04 00:25:44,672 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.02, 127.0.0.1:52691] INFO 2025-11-04 00:25:44,695 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.04, 127.0.0.1:52692] INFO 2025-11-04 00:25:44,757 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.10, 127.0.0.1:52690] WARNING 2025-11-04 00:26:44,670 log 46406 6244659200 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-04 00:26:44,671 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52725] INFO 2025-11-04 00:26:44,694 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.03, 127.0.0.1:52727] INFO 2025-11-04 00:26:44,757 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.10, 127.0.0.1:52726] WARNING 2025-11-04 00:27:44,671 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-04 00:27:44,673 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52726] INFO 2025-11-04 00:27:44,695 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.03, 127.0.0.1:52725] INFO 2025-11-04 00:27:44,759 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.09, 127.0.0.1:52727] WARNING 2025-11-04 00:28:44,671 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-04 00:28:44,672 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52726] INFO 2025-11-04 00:28:44,682 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.02, 127.0.0.1:52725] INFO 2025-11-04 00:28:44,748 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.09, 127.0.0.1:52727] INFO 2025-11-04 00:29:02,670 runserver 46406 6177353728 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:52727] WARNING 2025-11-04 00:29:44,671 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-04 00:29:44,672 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52727] INFO 2025-11-04 00:29:44,694 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.03, 127.0.0.1:52726] INFO 2025-11-04 00:29:44,759 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.10, 127.0.0.1:52725] INFO 2025-11-04 00:30:00,678 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.09, 127.0.0.1:52725] INFO 2025-11-04 00:30:14,669 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.01, 127.0.0.1:52725] INFO 2025-11-04 00:30:30,678 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.09, 127.0.0.1:52725] WARNING 2025-11-04 00:30:44,665 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-04 00:30:44,666 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52725] INFO 2025-11-04 00:30:45,672 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.02, 127.0.0.1:52725] INFO 2025-11-04 00:31:00,743 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.09, 127.0.0.1:52725] INFO 2025-11-04 00:31:16,667 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.02, 127.0.0.1:52725] INFO 2025-11-04 00:31:30,744 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.09, 127.0.0.1:52725] WARNING 2025-11-04 00:31:44,672 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-04 00:31:44,672 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52725] INFO 2025-11-04 00:32:32,694 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.03, 127.0.0.1:52725] INFO 2025-11-04 00:32:32,758 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.10, 127.0.0.1:52834] WARNING 2025-11-04 00:32:44,677 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-04 00:32:44,677 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52834] WARNING 2025-11-04 00:33:44,671 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-04 00:33:44,672 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.00, 127.0.0.1:52834] INFO 2025-11-04 00:33:44,685 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.01, 127.0.0.1:52846] INFO 2025-11-04 00:33:44,741 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.07, 127.0.0.1:52845] INFO 2025-11-04 00:34:03,680 runserver 46406 6177353728 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:52845] WARNING 2025-11-04 00:34:44,686 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-04 00:34:44,688 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.02, 127.0.0.1:52846] INFO 2025-11-04 00:34:44,709 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.03, 127.0.0.1:52867] INFO 2025-11-04 00:34:44,771 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.10, 127.0.0.1:52845] WARNING 2025-11-04 00:35:44,684 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-04 00:35:44,685 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52845] INFO 2025-11-04 00:35:44,707 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.04, 127.0.0.1:52846] INFO 2025-11-04 00:35:44,771 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.10, 127.0.0.1:52867] WARNING 2025-11-04 00:36:44,685 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-04 00:36:44,686 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52845] INFO 2025-11-04 00:36:44,701 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.03, 127.0.0.1:52846] INFO 2025-11-04 00:36:44,767 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.10, 127.0.0.1:52867] WARNING 2025-11-04 00:37:44,684 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-04 00:37:44,686 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52867] INFO 2025-11-04 00:37:44,707 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.03, 127.0.0.1:52845] INFO 2025-11-04 00:37:44,772 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.10, 127.0.0.1:52846] WARNING 2025-11-04 00:38:44,679 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-04 00:38:44,681 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52846] INFO 2025-11-04 00:38:44,699 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.03, 127.0.0.1:52867] INFO 2025-11-04 00:38:44,765 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.09, 127.0.0.1:52845] INFO 2025-11-04 00:39:04,693 runserver 46406 6177353728 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:52845] WARNING 2025-11-04 00:39:44,688 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-04 00:39:44,689 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:52845] INFO 2025-11-04 00:39:44,711 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.03, 127.0.0.1:52846] INFO 2025-11-04 00:39:44,775 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.10, 127.0.0.1:52867] WARNING 2025-11-04 00:40:44,687 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-04 00:40:44,689 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:53020] INFO 2025-11-04 00:40:44,711 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.03, 127.0.0.1:53022] INFO 2025-11-04 00:40:44,773 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.10, 127.0.0.1:53021] WARNING 2025-11-04 00:41:44,691 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-04 00:41:44,692 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:53021] INFO 2025-11-04 00:41:44,714 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.02, 127.0.0.1:53020] INFO 2025-11-04 00:41:44,776 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.09, 127.0.0.1:53022] WARNING 2025-11-04 00:42:44,682 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-04 00:42:44,682 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.00, 127.0.0.1:53021] INFO 2025-11-04 00:42:44,693 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.02, 127.0.0.1:53020] INFO 2025-11-04 00:42:44,749 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.07, 127.0.0.1:53022] WARNING 2025-11-04 00:43:44,691 log 46406 6211006464 Not Found: /en/notifications/api/unread-count/ WARNING 2025-11-04 00:43:44,693 runserver 46406 6177353728 HTTP GET /en/notifications/api/unread-count/ 404 [0.01, 127.0.0.1:53022] INFO 2025-11-04 00:43:44,713 runserver 46406 6177353728 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.03, 127.0.0.1:53021] INFO 2025-11-04 00:43:44,778 runserver 46406 6177353728 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.10, 127.0.0.1:53020] INFO 2025-11-08 16:04:24,317 autoreload 97979 8426217792 Watching for file changes with StatReloader INFO 2025-11-08 16:04:24,904 server 97979 6148993024 HTTP/2 support enabled INFO 2025-11-08 16:04:24,904 server 97979 6148993024 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-11-08 16:04:24,904 server 97979 6148993024 Listening on TCP address 127.0.0.1:8000 INFO 2025-11-08 16:04:26,780 runserver 97979 6148993024 HTTP GET / 302 [0.09, 127.0.0.1:55709] INFO 2025-11-08 16:04:26,782 runserver 97979 6148993024 HTTP GET /en/ 302 [0.00, 127.0.0.1:55709] INFO 2025-11-08 16:04:26,784 runserver 97979 6148993024 HTTP GET /accounts/login/?next=/en/ 302 [0.00, 127.0.0.1:55709] INFO 2025-11-08 16:04:26,795 runserver 97979 6148993024 HTTP GET /en/accounts/login/?next=/en/ 200 [0.01, 127.0.0.1:55709] INFO 2025-11-08 16:04:28,329 runserver 97979 6148993024 HTTP POST /en/accounts/login/ 302 [0.11, 127.0.0.1:55709] INFO 2025-11-08 16:04:28,366 runserver 97979 6148993024 HTTP GET /en/ 200 [0.03, 127.0.0.1:55709] INFO 2025-11-08 16:04:28,385 runserver 97979 6148993024 HTTP GET /static/js/custom.js 200 [0.00, 127.0.0.1:55709] INFO 2025-11-08 16:04:28,463 runserver 97979 6148993024 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:55709] INFO 2025-11-08 16:04:28,467 runserver 97979 6148993024 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:55713] INFO 2025-11-08 16:04:28,479 runserver 97979 6148993024 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:55710] INFO 2025-11-08 16:04:38,488 runserver 97979 6148993024 HTTP GET /en/hr 301 [0.01, 127.0.0.1:55710] INFO 2025-11-08 16:04:38,629 runserver 97979 6148993024 HTTP GET /en/hr/ 200 [0.14, 127.0.0.1:55710] INFO 2025-11-08 16:04:38,659 runserver 97979 6148993024 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55710] INFO 2025-11-08 16:04:42,492 runserver 97979 6148993024 HTTP GET /en/hr/departments/30/ 200 [0.02, 127.0.0.1:55710] INFO 2025-11-08 16:04:42,507 runserver 97979 6148993024 HTTP GET /static/plugins/chart.js/dist/chart.umd.js 200 [0.00, 127.0.0.1:55710] INFO 2025-11-08 16:04:42,549 runserver 97979 6148993024 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55710] INFO 2025-11-08 16:04:59,821 runserver 97979 6148993024 HTTP GET /en/hr/ 200 [0.14, 127.0.0.1:55710] INFO 2025-11-08 16:04:59,864 runserver 97979 6148993024 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55710] INFO 2025-11-08 16:05:02,708 runserver 97979 6148993024 HTTP GET /en/hr/employees/ 200 [0.03, 127.0.0.1:55710] INFO 2025-11-08 16:05:02,758 runserver 97979 6148993024 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55710] INFO 2025-11-08 16:05:05,843 runserver 97979 6148993024 HTTP GET /en/hr/employees/83/ 200 [0.02, 127.0.0.1:55710] INFO 2025-11-08 16:05:05,896 runserver 97979 6148993024 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:55710] INFO 2025-11-08 16:05:05,898 runserver 97979 6148993024 HTTP GET /en/hr/employees/83/clock-controls/ 200 [0.02, 127.0.0.1:55713] INFO 2025-11-08 16:05:11,949 runserver 97979 6148993024 HTTP GET /en/hr/employees/ 200 [0.03, 127.0.0.1:55713] INFO 2025-11-08 16:05:11,998 runserver 97979 6148993024 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:55713] INFO 2025-12-08 13:51:59,662 autoreload 46167 8479629824 Watching for file changes with StatReloader INFO 2025-12-08 13:52:00,253 server 46167 6121336832 HTTP/2 support enabled INFO 2025-12-08 13:52:00,253 server 46167 6121336832 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-12-08 13:52:00,253 server 46167 6121336832 Listening on TCP address 127.0.0.1:8000 INFO 2025-12-08 13:52:02,555 runserver 46167 6121336832 HTTP GET / 302 [0.09, 127.0.0.1:59500] INFO 2025-12-08 13:52:02,564 runserver 46167 6121336832 HTTP GET /en/ 302 [0.01, 127.0.0.1:59500] INFO 2025-12-08 13:52:02,567 runserver 46167 6121336832 HTTP GET /accounts/login/?next=/en/ 302 [0.00, 127.0.0.1:59500] INFO 2025-12-08 13:52:02,578 runserver 46167 6121336832 HTTP GET /en/accounts/login/?next=/en/ 200 [0.01, 127.0.0.1:59500] INFO 2025-12-08 13:52:04,225 runserver 46167 6121336832 HTTP POST /en/accounts/login/ 302 [0.12, 127.0.0.1:59500] INFO 2025-12-08 13:52:04,259 runserver 46167 6121336832 HTTP GET /en/ 200 [0.03, 127.0.0.1:59500] INFO 2025-12-08 13:52:04,273 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:59500] INFO 2025-12-08 13:52:04,275 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:59501] INFO 2025-12-08 13:52:04,276 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:59504] INFO 2025-12-08 13:52:04,276 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:59505] INFO 2025-12-08 13:52:04,279 runserver 46167 6121336832 HTTP GET /static/js/custom.js 200 [0.00, 127.0.0.1:59500] INFO 2025-12-08 13:52:04,316 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:59500] INFO 2025-12-08 13:52:04,328 runserver 46167 6121336832 HTTP GET /static/img/theme/default.jpg 200 [0.00, 127.0.0.1:59500] INFO 2025-12-08 13:52:04,328 runserver 46167 6121336832 HTTP GET /static/img/theme/transparent.jpg 200 [0.00, 127.0.0.1:59505] INFO 2025-12-08 13:52:04,328 runserver 46167 6121336832 HTTP GET /static/img/theme/apple.jpg 200 [0.00, 127.0.0.1:59504] INFO 2025-12-08 13:52:04,329 runserver 46167 6121336832 HTTP GET /static/img/theme/material.jpg 200 [0.00, 127.0.0.1:59501] INFO 2025-12-08 13:52:04,330 runserver 46167 6121336832 HTTP GET /static/img/theme/facebook.jpg 200 [0.00, 127.0.0.1:59506] INFO 2025-12-08 13:52:04,330 runserver 46167 6121336832 HTTP GET /static/img/theme/google.jpg 200 [0.00, 127.0.0.1:59507] INFO 2025-12-08 13:52:04,333 runserver 46167 6121336832 HTTP GET /static/img/version/html.jpg 200 [0.00, 127.0.0.1:59500] INFO 2025-12-08 13:52:04,333 runserver 46167 6121336832 HTTP GET /static/img/version/svelte.jpg 200 [0.00, 127.0.0.1:59506] INFO 2025-12-08 13:52:04,333 runserver 46167 6121336832 HTTP GET /static/img/version/angular1x.jpg 200 [0.00, 127.0.0.1:59504] INFO 2025-12-08 13:52:04,334 runserver 46167 6121336832 HTTP GET /static/img/version/angular10x.jpg 200 [0.00, 127.0.0.1:59501] INFO 2025-12-08 13:52:04,334 runserver 46167 6121336832 HTTP GET /static/img/version/laravel.jpg 200 [0.00, 127.0.0.1:59507] INFO 2025-12-08 13:52:04,334 runserver 46167 6121336832 HTTP GET /static/img/version/ajax.jpg 200 [0.00, 127.0.0.1:59505] INFO 2025-12-08 13:52:04,338 runserver 46167 6121336832 HTTP GET /static/img/version/dotnet.jpg 200 [0.00, 127.0.0.1:59501] INFO 2025-12-08 13:52:04,338 runserver 46167 6121336832 HTTP GET /static/img/version/vuejs.jpg 200 [0.00, 127.0.0.1:59506] INFO 2025-12-08 13:52:04,339 runserver 46167 6121336832 HTTP GET /static/img/version/django.jpg 200 [0.00, 127.0.0.1:59500] INFO 2025-12-08 13:52:04,339 runserver 46167 6121336832 HTTP GET /static/img/version/reactjs.jpg 200 [0.00, 127.0.0.1:59504] INFO 2025-12-08 13:52:04,339 runserver 46167 6121336832 HTTP GET /static/img/theme/one-page-parallax.jpg 200 [0.00, 127.0.0.1:59505] INFO 2025-12-08 13:52:04,340 runserver 46167 6121336832 HTTP GET /static/img/version/nextjs.jpg 200 [0.00, 127.0.0.1:59507] INFO 2025-12-08 13:52:04,344 runserver 46167 6121336832 HTTP GET /static/img/theme/blog.jpg 200 [0.00, 127.0.0.1:59505] INFO 2025-12-08 13:52:04,344 runserver 46167 6121336832 HTTP GET /static/img/theme/e-commerce.jpg 200 [0.00, 127.0.0.1:59504] INFO 2025-12-08 13:52:04,346 runserver 46167 6121336832 HTTP GET /static/img/theme/forum.jpg 200 [0.00, 127.0.0.1:59507] INFO 2025-12-08 13:52:04,347 runserver 46167 6121336832 HTTP GET /static/img/theme/corporate.jpg 200 [0.00, 127.0.0.1:59505] INFO 2025-12-08 13:52:04,359 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59501] INFO 2025-12-08 13:52:04,366 runserver 46167 6121336832 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:59500] INFO 2025-12-08 13:52:04,379 runserver 46167 6121336832 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:59506] INFO 2025-12-08 13:52:13,461 runserver 46167 6121336832 HTTP GET /en/patients/register/ 200 [0.02, 127.0.0.1:59506] INFO 2025-12-08 13:52:13,475 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:59506] INFO 2025-12-08 13:52:13,477 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:59501] INFO 2025-12-08 13:52:13,477 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:59505] INFO 2025-12-08 13:52:13,477 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:59500] INFO 2025-12-08 13:52:13,490 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:59500] INFO 2025-12-08 13:52:13,512 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59500] INFO 2025-12-08 13:52:24,359 runserver 46167 6121336832 HTTP GET /en/switch_language/?language=en 302 [0.01, 127.0.0.1:59500] INFO 2025-12-08 13:52:24,366 runserver 46167 6121336832 HTTP GET /patients/register/ 302 [0.00, 127.0.0.1:59500] INFO 2025-12-08 13:52:24,383 runserver 46167 6121336832 HTTP GET /en/patients/register/ 200 [0.01, 127.0.0.1:59500] INFO 2025-12-08 13:52:24,391 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:59500] INFO 2025-12-08 13:52:24,391 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:59505] INFO 2025-12-08 13:52:24,391 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:59501] INFO 2025-12-08 13:52:24,392 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:59506] INFO 2025-12-08 13:52:24,408 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:59506] INFO 2025-12-08 13:52:24,423 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59506] WARNING 2025-12-08 13:52:26,602 log 46167 6154989568 Not Found: /en/patients/register/j/en/switch_language/ WARNING 2025-12-08 13:52:26,602 runserver 46167 6121336832 HTTP GET /en/patients/register/j/en/switch_language/?language=ar 404 [0.01, 127.0.0.1:59506] INFO 2025-12-08 13:52:39,201 runserver 46167 6121336832 HTTP GET /en/switch_language/?language=ar 302 [0.01, 127.0.0.1:59506] INFO 2025-12-08 13:52:39,249 runserver 46167 6121336832 HTTP GET /patients/register/ 302 [0.05, 127.0.0.1:59506] INFO 2025-12-08 13:52:39,264 runserver 46167 6121336832 HTTP GET /ar/patients/register/ 200 [0.01, 127.0.0.1:59506] INFO 2025-12-08 13:52:39,274 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:59506] INFO 2025-12-08 13:52:39,274 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:59505] INFO 2025-12-08 13:52:39,275 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:59501] INFO 2025-12-08 13:52:39,275 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:59500] INFO 2025-12-08 13:52:39,292 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:59500] INFO 2025-12-08 13:52:39,311 runserver 46167 6121336832 HTTP GET /ar/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59500] INFO 2025-12-08 13:52:49,393 runserver 46167 6121336832 HTTP GET /ar/switch_language/?language=en 302 [0.01, 127.0.0.1:59500] INFO 2025-12-08 13:52:49,400 runserver 46167 6121336832 HTTP GET /patients/register/ 302 [0.00, 127.0.0.1:59500] INFO 2025-12-08 13:52:49,416 runserver 46167 6121336832 HTTP GET /en/patients/register/ 200 [0.01, 127.0.0.1:59500] INFO 2025-12-08 13:52:49,428 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:59500] INFO 2025-12-08 13:52:49,431 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:59506] INFO 2025-12-08 13:52:49,431 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:59505] INFO 2025-12-08 13:52:49,431 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:59501] INFO 2025-12-08 13:52:49,438 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:59501] INFO 2025-12-08 13:52:49,458 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59501] INFO 2025-12-08 13:52:55,919 runserver 46167 6121336832 HTTP POST /en/patients/register/ 200 [0.02, 127.0.0.1:59501] INFO 2025-12-08 13:52:55,928 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:59501] INFO 2025-12-08 13:52:55,930 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:59505] INFO 2025-12-08 13:52:55,930 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:59506] INFO 2025-12-08 13:52:55,931 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:59500] INFO 2025-12-08 13:52:55,946 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:59500] INFO 2025-12-08 13:52:55,960 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59500] INFO 2025-12-08 13:52:58,931 runserver 46167 6121336832 HTTP GET / 302 [0.01, 127.0.0.1:59500] INFO 2025-12-08 13:52:58,954 runserver 46167 6121336832 HTTP GET /en/ 200 [0.02, 127.0.0.1:59500] INFO 2025-12-08 13:52:58,967 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:59500] INFO 2025-12-08 13:52:58,969 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:59505] INFO 2025-12-08 13:52:58,969 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:59506] INFO 2025-12-08 13:52:58,969 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:59501] INFO 2025-12-08 13:52:58,983 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:59501] INFO 2025-12-08 13:52:59,017 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59501] INFO 2025-12-08 13:52:59,019 runserver 46167 6121336832 HTTP GET /en/htmx/system-health/ 200 [0.02, 127.0.0.1:59505] INFO 2025-12-08 13:52:59,032 runserver 46167 6121336832 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:59506] INFO 2025-12-08 13:53:04,702 runserver 46167 6121336832 HTTP GET /en/ 200 [0.02, 127.0.0.1:59506] INFO 2025-12-08 13:53:04,710 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:59506] INFO 2025-12-08 13:53:04,710 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:59501] INFO 2025-12-08 13:53:04,711 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:59505] INFO 2025-12-08 13:53:04,711 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:59500] INFO 2025-12-08 13:53:04,724 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:59500] INFO 2025-12-08 13:53:04,757 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59500] INFO 2025-12-08 13:53:04,760 runserver 46167 6121336832 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:59501] INFO 2025-12-08 13:53:04,772 runserver 46167 6121336832 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:59505] INFO 2025-12-08 13:53:34,757 runserver 46167 6121336832 HTTP GET /en/htmx/dashboard-stats/ 200 [0.02, 127.0.0.1:59505] INFO 2025-12-08 13:54:04,774 runserver 46167 6121336832 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:59505] INFO 2025-12-08 13:54:04,790 runserver 46167 6121336832 HTTP GET /en/htmx/dashboard-stats/ 200 [0.05, 127.0.0.1:59501] INFO 2025-12-08 13:54:34,775 runserver 46167 6121336832 HTTP GET /en/htmx/dashboard-stats/ 200 [0.03, 127.0.0.1:59501] INFO 2025-12-08 13:55:04,750 runserver 46167 6121336832 HTTP GET /en/htmx/system-health/ 200 [0.01, 127.0.0.1:59501] INFO 2025-12-08 13:55:04,764 runserver 46167 6121336832 HTTP GET /en/htmx/dashboard-stats/ 200 [0.02, 127.0.0.1:59505] INFO 2025-12-08 13:55:25,513 runserver 46167 6121336832 HTTP GET /en/ 200 [0.02, 127.0.0.1:59505] INFO 2025-12-08 13:55:25,520 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:59505] INFO 2025-12-08 13:55:25,521 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:59501] INFO 2025-12-08 13:55:25,521 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:59621] INFO 2025-12-08 13:55:25,521 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:59622] INFO 2025-12-08 13:55:25,537 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:59622] INFO 2025-12-08 13:55:25,573 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:59622] INFO 2025-12-08 13:55:25,576 runserver 46167 6121336832 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:59501] INFO 2025-12-08 13:55:25,588 runserver 46167 6121336832 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:59621] INFO 2025-12-08 13:55:34,280 runserver 46167 6121336832 HTTP GET /en/ 200 [0.03, 127.0.0.1:59621] INFO 2025-12-08 13:55:34,290 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:59621] INFO 2025-12-08 13:55:34,293 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:59501] INFO 2025-12-08 13:55:34,293 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:59505] INFO 2025-12-08 13:55:34,294 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:59622] INFO 2025-12-08 13:55:34,309 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:59622] INFO 2025-12-08 13:55:34,344 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59622] INFO 2025-12-08 13:55:34,348 runserver 46167 6121336832 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:59501] INFO 2025-12-08 13:55:34,360 runserver 46167 6121336832 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:59505] WARNING 2025-12-08 13:55:48,851 log 46167 6154989568 Not Found: /en/traning WARNING 2025-12-08 13:55:48,852 runserver 46167 6121336832 HTTP GET /en/traning 404 [0.01, 127.0.0.1:59505] WARNING 2025-12-08 13:55:57,538 log 46167 6409170944 Not Found: /en/hr/traning WARNING 2025-12-08 13:55:57,539 runserver 46167 6121336832 HTTP GET /en/hr/traning 404 [0.02, 127.0.0.1:59505] INFO 2025-12-08 13:56:04,285 runserver 46167 6121336832 HTTP GET /en/hr/ 200 [0.12, 127.0.0.1:59505] INFO 2025-12-08 13:56:04,297 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:59505] INFO 2025-12-08 13:56:04,298 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:59501] INFO 2025-12-08 13:56:04,298 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:59621] INFO 2025-12-08 13:56:04,298 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:59622] INFO 2025-12-08 13:56:04,305 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:59622] INFO 2025-12-08 13:56:04,332 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59622] INFO 2025-12-08 13:56:08,735 runserver 46167 6121336832 HTTP GET /en/hr/departments/30/ 200 [0.03, 127.0.0.1:59622] INFO 2025-12-08 13:56:08,747 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:59622] INFO 2025-12-08 13:56:08,750 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:59621] INFO 2025-12-08 13:56:08,751 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:59501] INFO 2025-12-08 13:56:08,751 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:59505] INFO 2025-12-08 13:56:08,752 runserver 46167 6121336832 HTTP GET /static/img/user/user-1.jpg 200 [0.00, 127.0.0.1:59622] INFO 2025-12-08 13:56:08,757 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:59622] INFO 2025-12-08 13:56:08,790 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59622] INFO 2025-12-08 13:56:15,815 runserver 46167 6121336832 HTTP GET /en/hr/employees/ 200 [0.03, 127.0.0.1:59622] INFO 2025-12-08 13:56:15,822 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:59622] INFO 2025-12-08 13:56:15,826 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:59622] INFO 2025-12-08 13:56:15,826 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:59501] INFO 2025-12-08 13:56:15,826 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:59505] INFO 2025-12-08 13:56:15,848 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:59505] INFO 2025-12-08 13:56:15,875 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59505] INFO 2025-12-08 13:56:19,803 runserver 46167 6121336832 HTTP GET /en/hr/employees/83/ 200 [0.02, 127.0.0.1:59505] INFO 2025-12-08 13:56:19,818 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:59505] INFO 2025-12-08 13:56:19,820 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:59622] INFO 2025-12-08 13:56:19,821 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:59501] INFO 2025-12-08 13:56:19,821 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:59621] INFO 2025-12-08 13:56:19,827 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:59621] INFO 2025-12-08 13:56:19,862 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59621] INFO 2025-12-08 13:56:19,864 runserver 46167 6121336832 HTTP GET /en/hr/employees/83/clock-controls/ 200 [0.02, 127.0.0.1:59501] INFO 2025-12-08 13:56:36,938 runserver 46167 6121336832 HTTP GET /en/hr/time-entries/create/ 200 [0.02, 127.0.0.1:59501] INFO 2025-12-08 13:56:36,951 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:59501] INFO 2025-12-08 13:56:36,955 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:59621] INFO 2025-12-08 13:56:36,955 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:59505] INFO 2025-12-08 13:56:36,956 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:59633] INFO 2025-12-08 13:56:36,957 runserver 46167 6121336832 HTTP GET /static/plugins/bootstrap-datepicker/js/bootstrap-datepicker.js 200 [0.00, 127.0.0.1:59634] INFO 2025-12-08 13:56:36,957 runserver 46167 6121336832 HTTP GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.css 200 [0.00, 127.0.0.1:59501] INFO 2025-12-08 13:56:36,957 runserver 46167 6121336832 HTTP GET /static/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css 200 [0.00, 127.0.0.1:59622] INFO 2025-12-08 13:56:36,958 runserver 46167 6121336832 HTTP GET /static/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js 200 [0.00, 127.0.0.1:59505] INFO 2025-12-08 13:56:36,961 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:59505] INFO 2025-12-08 13:56:36,988 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59505] INFO 2025-12-08 13:57:03,275 runserver 46167 6121336832 HTTP GET /en/hr/employees/83/update/ 200 [0.03, 127.0.0.1:59505] INFO 2025-12-08 13:57:03,282 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:59505] INFO 2025-12-08 13:57:03,285 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:59505] INFO 2025-12-08 13:57:03,285 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:59634] INFO 2025-12-08 13:57:03,285 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:59501] INFO 2025-12-08 13:57:03,304 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:59501] INFO 2025-12-08 13:57:03,329 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59501] INFO 2025-12-08 13:57:13,219 runserver 46167 6121336832 HTTP GET /en/switch_language/?language=ar 302 [0.01, 127.0.0.1:59501] INFO 2025-12-08 13:57:13,226 runserver 46167 6121336832 HTTP GET /hr/employees/83/update/ 302 [0.00, 127.0.0.1:59501] INFO 2025-12-08 13:57:13,260 runserver 46167 6121336832 HTTP GET /ar/hr/employees/83/update/ 200 [0.03, 127.0.0.1:59501] INFO 2025-12-08 13:57:13,272 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:59501] INFO 2025-12-08 13:57:13,274 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:59505] INFO 2025-12-08 13:57:13,274 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:59501] INFO 2025-12-08 13:57:13,274 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:59634] INFO 2025-12-08 13:57:13,282 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:59634] INFO 2025-12-08 13:57:13,307 runserver 46167 6121336832 HTTP GET /ar/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59634] INFO 2025-12-08 13:57:28,685 runserver 46167 6121336832 HTTP GET /ar/switch_language/?language=en 302 [0.01, 127.0.0.1:59634] INFO 2025-12-08 13:57:28,691 runserver 46167 6121336832 HTTP GET /hr/employees/83/update/ 302 [0.00, 127.0.0.1:59634] INFO 2025-12-08 13:57:28,713 runserver 46167 6121336832 HTTP GET /en/hr/employees/83/update/ 200 [0.02, 127.0.0.1:59634] INFO 2025-12-08 13:57:28,721 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:59634] INFO 2025-12-08 13:57:28,721 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:59501] INFO 2025-12-08 13:57:28,721 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:59505] INFO 2025-12-08 13:57:28,721 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:59622] INFO 2025-12-08 13:57:28,737 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:59622] INFO 2025-12-08 13:57:28,760 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:59622] INFO 2025-12-08 14:01:19,874 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59886] INFO 2025-12-08 14:06:19,884 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:59945] INFO 2025-12-08 14:11:19,892 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60067] INFO 2025-12-08 14:14:06,655 runserver 46167 6121336832 HTTP GET /en/emr 301 [0.01, 127.0.0.1:60138] INFO 2025-12-08 14:14:06,691 runserver 46167 6121336832 HTTP GET /en/emr/ 200 [0.03, 127.0.0.1:60138] INFO 2025-12-08 14:14:06,702 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:14:06,705 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:14:06,705 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:14:06,705 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60140] INFO 2025-12-08 14:14:06,732 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60140] INFO 2025-12-08 14:14:06,764 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60140] INFO 2025-12-08 14:14:06,783 runserver 46167 6121336832 HTTP GET /en/emr/stats/ 200 [0.03, 127.0.0.1:60139] INFO 2025-12-08 14:14:25,077 runserver 46167 6121336832 HTTP GET /en/emr/encounters/ 200 [0.03, 127.0.0.1:60139] INFO 2025-12-08 14:14:25,085 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:14:25,086 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60140] INFO 2025-12-08 14:14:25,087 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:14:25,087 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:14:25,109 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:14:25,137 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60153] INFO 2025-12-08 14:14:32,861 runserver 46167 6121336832 HTTP GET /en/ 200 [0.02, 127.0.0.1:60153] INFO 2025-12-08 14:14:32,878 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:14:32,879 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:14:32,879 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60140] INFO 2025-12-08 14:14:32,879 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:14:32,897 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:14:32,919 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:60139] INFO 2025-12-08 14:14:32,922 runserver 46167 6121336832 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:60138] INFO 2025-12-08 14:14:32,936 runserver 46167 6121336832 HTTP GET /en/htmx/dashboard-stats/ 200 [0.05, 127.0.0.1:60140] INFO 2025-12-08 14:14:35,286 runserver 46167 6121336832 HTTP GET /en/patients/register/ 200 [0.02, 127.0.0.1:60140] INFO 2025-12-08 14:14:35,296 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60140] INFO 2025-12-08 14:14:35,296 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:14:35,296 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:14:35,297 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:14:35,316 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:14:35,337 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60139] INFO 2025-12-08 14:14:41,081 runserver 46167 6121336832 HTTP GET /en/ 200 [0.03, 127.0.0.1:60139] INFO 2025-12-08 14:14:41,092 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60140] INFO 2025-12-08 14:14:41,092 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:14:41,093 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:14:41,093 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:14:41,109 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:14:41,147 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:60138] INFO 2025-12-08 14:14:41,150 runserver 46167 6121336832 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:60139] INFO 2025-12-08 14:14:41,163 runserver 46167 6121336832 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:60153] INFO 2025-12-08 14:14:48,060 runserver 46167 6121336832 HTTP GET /en/inpatients/ 200 [0.04, 127.0.0.1:60153] INFO 2025-12-08 14:14:48,076 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:14:48,076 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:14:48,077 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:14:48,077 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60140] INFO 2025-12-08 14:14:48,095 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:14:48,102 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60140] INFO 2025-12-08 14:14:48,102 runserver 46167 6121336832 HTTP GET /en/inpatients/wards/stats/ 200 [0.02, 127.0.0.1:60138] INFO 2025-12-08 14:14:51,169 runserver 46167 6121336832 HTTP GET /en/inpatients/beds/ 200 [0.09, 127.0.0.1:60138] INFO 2025-12-08 14:14:51,183 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:14:51,183 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60140] INFO 2025-12-08 14:14:51,184 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:14:51,184 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:14:51,239 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:14:51,308 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60139] INFO 2025-12-08 14:14:51,309 runserver 46167 6121336832 HTTP GET /en/inpatients/htmx/bed-stats/ 200 [0.01, 127.0.0.1:60153] INFO 2025-12-08 14:14:51,401 runserver 46167 6121336832 HTTP GET /en/inpatients/beds/?action=update_status 200 [0.07, 127.0.0.1:60153] INFO 2025-12-08 14:15:08,796 runserver 46167 6121336832 HTTP GET /en/inpatients/beds/167/ 200 [0.03, 127.0.0.1:60153] INFO 2025-12-08 14:15:08,810 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:15:08,812 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:15:08,813 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60140] INFO 2025-12-08 14:15:08,813 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:15:08,820 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:15:08,847 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60138] INFO 2025-12-08 14:15:30,555 runserver 46167 6121336832 HTTP GET /en/inpatients/wards/ 200 [0.03, 127.0.0.1:60138] INFO 2025-12-08 14:15:30,563 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:15:30,564 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60140] INFO 2025-12-08 14:15:30,564 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:15:30,565 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:15:30,586 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:15:30,612 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60153] INFO 2025-12-08 14:15:32,960 runserver 46167 6121336832 HTTP GET /en/inpatients/wards/7/ 200 [0.04, 127.0.0.1:60153] INFO 2025-12-08 14:15:32,971 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:15:32,974 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:15:32,975 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60140] INFO 2025-12-08 14:15:32,975 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:15:32,981 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:15:33,014 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60139] INFO 2025-12-08 14:15:43,455 runserver 46167 6121336832 HTTP GET /en/inpatients/admissions/65/ 200 [0.03, 127.0.0.1:60139] INFO 2025-12-08 14:15:43,463 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:15:43,465 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:15:43,465 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60140] INFO 2025-12-08 14:15:43,465 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:15:43,484 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:15:43,506 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60138] INFO 2025-12-08 14:15:50,513 runserver 46167 6121336832 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:60140] INFO 2025-12-08 14:15:50,529 runserver 46167 6121336832 HTTP GET /en/htmx/dashboard-stats/ 200 [0.05, 127.0.0.1:60138] INFO 2025-12-08 14:15:56,179 runserver 46167 6121336832 HTTP GET /en/emr/ 200 [0.04, 127.0.0.1:60138] INFO 2025-12-08 14:15:56,191 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:15:56,192 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:15:56,192 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60140] INFO 2025-12-08 14:15:56,192 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:15:56,202 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:15:56,236 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60139] INFO 2025-12-08 14:15:56,267 runserver 46167 6121336832 HTTP GET /en/emr/stats/ 200 [0.05, 127.0.0.1:60140] INFO 2025-12-08 14:16:02,794 runserver 46167 6121336832 HTTP GET /en/hr 301 [0.01, 127.0.0.1:60140] INFO 2025-12-08 14:16:02,894 runserver 46167 6121336832 HTTP GET /en/hr/ 200 [0.10, 127.0.0.1:60140] INFO 2025-12-08 14:16:02,907 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60140] INFO 2025-12-08 14:16:02,907 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:16:02,907 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:16:02,907 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:16:02,924 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:16:02,941 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60153] INFO 2025-12-08 14:16:15,063 runserver 46167 6121336832 HTTP GET /en/laboratory/ 200 [0.03, 127.0.0.1:60153] INFO 2025-12-08 14:16:15,077 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:16:15,079 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:16:15,080 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:16:15,080 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:16:15,087 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:16:15,122 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60138] INFO 2025-12-08 14:16:15,124 runserver 46167 6121336832 HTTP GET /en/laboratory/htmx/stats/ 200 [0.02, 127.0.0.1:60139] INFO 2025-12-08 14:16:28,813 runserver 46167 6121336832 HTTP GET /en/radiology 301 [0.01, 127.0.0.1:60139] INFO 2025-12-08 14:16:28,932 runserver 46167 6121336832 HTTP GET /en/radiology/ 200 [0.12, 127.0.0.1:60139] INFO 2025-12-08 14:16:28,942 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:16:28,945 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:16:28,945 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:16:28,945 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:16:28,953 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:16:28,988 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60138] INFO 2025-12-08 14:16:28,989 runserver 46167 6121336832 HTTP GET /en/radiology/htmx/stats/ 200 [0.02, 127.0.0.1:60153] INFO 2025-12-08 14:16:58,995 runserver 46167 6121336832 HTTP GET /en/radiology/htmx/stats/ 200 [0.02, 127.0.0.1:60153] INFO 2025-12-08 14:17:03,690 runserver 46167 6121336832 HTTP GET /en/blood-bank 301 [0.01, 127.0.0.1:60153] INFO 2025-12-08 14:17:03,710 runserver 46167 6121336832 HTTP GET /en/blood-bank/ 200 [0.02, 127.0.0.1:60153] INFO 2025-12-08 14:17:03,722 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:17:03,725 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:17:03,725 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:17:03,725 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:17:03,739 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60138] INFO 2025-12-08 14:17:03,739 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:17:19,029 runserver 46167 6121336832 HTTP GET /en/laboratory/htmx/stats/ 200 [0.02, 127.0.0.1:60139] INFO 2025-12-08 14:17:25,254 runserver 46167 6121336832 HTTP GET /en/hr/employees/create/ 200 [0.03, 127.0.0.1:60139] INFO 2025-12-08 14:17:25,261 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:17:25,264 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:17:25,265 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:17:25,265 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:17:25,284 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:17:25,308 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60153] INFO 2025-12-08 14:17:36,068 runserver 46167 6121336832 HTTP GET /en/hr/employees/ 200 [0.02, 127.0.0.1:60153] INFO 2025-12-08 14:17:36,084 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:17:36,084 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:17:36,085 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:17:36,085 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60202] INFO 2025-12-08 14:17:36,104 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60202] INFO 2025-12-08 14:17:36,132 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60202] INFO 2025-12-08 14:17:43,958 runserver 46167 6121336832 HTTP GET /en/hr/training/programs 301 [0.02, 127.0.0.1:60202] INFO 2025-12-08 14:17:43,978 runserver 46167 6121336832 HTTP GET /en/hr/training/programs/ 200 [0.02, 127.0.0.1:60202] INFO 2025-12-08 14:17:43,986 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60202] INFO 2025-12-08 14:17:43,987 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:17:43,987 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:17:43,987 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:17:44,000 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:17:44,026 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60138] INFO 2025-12-08 14:17:48,005 runserver 46167 6121336832 HTTP GET /en/hr/training/programs/7/ 200 [0.02, 127.0.0.1:60138] INFO 2025-12-08 14:17:48,016 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:17:48,019 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:17:48,019 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:17:48,019 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:17:48,034 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:17:48,048 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60153] INFO 2025-12-08 14:17:53,178 runserver 46167 6121336832 HTTP GET /en/hr/training/programs/6/ 200 [0.02, 127.0.0.1:60153] INFO 2025-12-08 14:17:53,186 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:17:53,187 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:17:53,187 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:17:53,187 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60202] INFO 2025-12-08 14:17:53,209 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60202] INFO 2025-12-08 14:17:53,230 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60202] INFO 2025-12-08 14:18:45,741 runserver 46167 6121336832 HTTP GET /en/hr/training/certificates 301 [0.02, 127.0.0.1:60202] INFO 2025-12-08 14:18:45,774 runserver 46167 6121336832 HTTP GET /en/hr/training/certificates/ 200 [0.03, 127.0.0.1:60202] INFO 2025-12-08 14:18:45,791 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60202] INFO 2025-12-08 14:18:45,792 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:18:45,792 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:18:45,792 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:18:45,806 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:18:45,823 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60139] INFO 2025-12-08 14:18:50,679 runserver 46167 6121336832 HTTP GET /en/hr/training/records/1771/ 200 [0.02, 127.0.0.1:60139] INFO 2025-12-08 14:18:50,689 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:18:50,690 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:18:50,691 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:18:50,691 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60202] INFO 2025-12-08 14:18:50,710 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60202] INFO 2025-12-08 14:18:50,732 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60202] INFO 2025-12-08 14:19:10,386 runserver 46167 6121336832 HTTP GET /en/hr/employees/2/ 200 [0.02, 127.0.0.1:60202] INFO 2025-12-08 14:19:10,401 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60202] INFO 2025-12-08 14:19:10,402 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:19:10,402 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:19:10,403 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:19:10,417 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:19:10,448 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60153] INFO 2025-12-08 14:19:10,449 runserver 46167 6121336832 HTTP GET /en/hr/employees/2/clock-controls/ 200 [0.02, 127.0.0.1:60139] ERROR 2025-12-08 14:19:27,017 log 46167 6375518208 Internal Server Error: /en/hr/employees/2/clock-in/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/http.py", line 64, in inner return func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: clock_in() got an unexpected keyword argument 'employee_id' ERROR 2025-12-08 14:19:27,019 runserver 46167 6121336832 HTTP POST /en/hr/employees/2/clock-in/ 500 [0.02, 127.0.0.1:60139] INFO 2025-12-08 14:19:59,228 runserver 46167 6121336832 HTTP GET / 302 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:19:59,248 runserver 46167 6121336832 HTTP GET /en/ 200 [0.02, 127.0.0.1:60139] INFO 2025-12-08 14:19:59,257 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:19:59,257 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:19:59,258 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:19:59,258 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60202] INFO 2025-12-08 14:19:59,275 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60202] INFO 2025-12-08 14:19:59,317 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60202] INFO 2025-12-08 14:19:59,319 runserver 46167 6121336832 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:60153] INFO 2025-12-08 14:19:59,332 runserver 46167 6121336832 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:60138] INFO 2025-12-08 14:20:15,195 runserver 46167 6121336832 HTTP GET /en/laboratory/ 200 [0.03, 127.0.0.1:60138] INFO 2025-12-08 14:20:15,210 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:20:15,211 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:20:15,211 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60202] INFO 2025-12-08 14:20:15,212 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:20:15,220 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:20:15,254 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60153] INFO 2025-12-08 14:20:15,255 runserver 46167 6121336832 HTTP GET /en/laboratory/htmx/stats/ 200 [0.02, 127.0.0.1:60202] INFO 2025-12-08 14:20:27,898 runserver 46167 6121336832 HTTP GET /en/laboratory/tests/ 200 [0.02, 127.0.0.1:60202] INFO 2025-12-08 14:20:27,908 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60202] INFO 2025-12-08 14:20:27,908 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:20:27,908 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:20:27,909 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:20:27,931 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:20:27,957 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60153] INFO 2025-12-08 14:20:41,853 runserver 46167 6121336832 HTTP GET /en/laboratory/specimens/ 200 [0.02, 127.0.0.1:60153] INFO 2025-12-08 14:20:41,864 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:20:41,868 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:20:41,868 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:20:41,869 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:20:41,874 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:20:41,897 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60139] INFO 2025-12-08 14:20:45,423 runserver 46167 6121336832 HTTP GET /en/laboratory/specimens/1/ 200 [0.02, 127.0.0.1:60139] INFO 2025-12-08 14:20:45,431 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:20:45,434 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:20:45,434 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:20:45,434 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:20:45,442 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:20:45,470 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60138] INFO 2025-12-08 14:21:01,715 runserver 46167 6121336832 HTTP GET /en/laboratory/htmx/stats/ 200 [0.02, 127.0.0.1:60138] INFO 2025-12-08 14:21:03,631 runserver 46167 6121336832 HTTP GET /en/laboratory/quality-control/ 200 [0.02, 127.0.0.1:60138] INFO 2025-12-08 14:21:03,646 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:21:03,650 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:21:03,650 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:21:03,650 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:21:03,659 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:21:03,683 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60153] INFO 2025-12-08 14:21:11,836 runserver 46167 6121336832 HTTP GET /en/laboratory/reference-ranges/ 200 [0.03, 127.0.0.1:60153] INFO 2025-12-08 14:21:11,845 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:21:11,846 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:21:11,847 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:21:11,847 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60202] INFO 2025-12-08 14:21:11,879 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60202] INFO 2025-12-08 14:21:11,910 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60202] INFO 2025-12-08 14:21:29,854 runserver 46167 6121336832 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:60138] INFO 2025-12-08 14:21:29,872 runserver 46167 6121336832 HTTP GET /en/htmx/dashboard-stats/ 200 [0.05, 127.0.0.1:60202] INFO 2025-12-08 14:21:43,377 runserver 46167 6121336832 HTTP GET /en/laboratory/htmx/stats/ 200 [0.02, 127.0.0.1:60202] INFO 2025-12-08 14:21:49,504 runserver 46167 6121336832 HTTP GET /en/laboratory/specimens/ 200 [0.02, 127.0.0.1:60202] INFO 2025-12-08 14:21:49,519 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60202] INFO 2025-12-08 14:21:49,522 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60202] INFO 2025-12-08 14:21:49,522 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:21:49,522 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:21:49,529 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:21:49,554 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60138] INFO 2025-12-08 14:21:55,146 runserver 46167 6121336832 HTTP GET /en/laboratory/specimens/1/ 200 [0.02, 127.0.0.1:60138] INFO 2025-12-08 14:21:55,159 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:21:55,160 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:21:55,160 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60202] INFO 2025-12-08 14:21:55,161 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:21:55,177 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:21:55,199 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60153] INFO 2025-12-08 14:22:02,754 runserver 46167 6121336832 HTTP GET /en/laboratory/specimens/1/ 200 [0.02, 127.0.0.1:60153] INFO 2025-12-08 14:22:02,766 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:22:02,766 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60202] INFO 2025-12-08 14:22:02,766 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:22:02,766 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:22:02,782 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:22:02,799 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60138] INFO 2025-12-08 14:22:29,275 runserver 46167 6121336832 HTTP GET /en/laboratory/specimens/ 200 [0.01, 127.0.0.1:60138] INFO 2025-12-08 14:22:29,282 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:22:29,282 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:22:29,282 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:22:29,282 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60202] INFO 2025-12-08 14:22:29,295 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60202] INFO 2025-12-08 14:22:29,310 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60202] INFO 2025-12-08 14:22:59,325 runserver 46167 6121336832 HTTP GET /en/laboratory/specimens/ 200 [0.01, 127.0.0.1:60202] INFO 2025-12-08 14:22:59,333 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60202] INFO 2025-12-08 14:22:59,333 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:22:59,334 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:22:59,334 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:22:59,347 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:22:59,363 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60138] INFO 2025-12-08 14:23:05,277 runserver 46167 6121336832 HTTP GET /en/inpatients/ 200 [0.03, 127.0.0.1:60138] INFO 2025-12-08 14:23:05,291 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:23:05,293 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:23:05,294 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:23:05,294 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:23:05,302 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:23:05,336 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60139] INFO 2025-12-08 14:23:05,337 runserver 46167 6121336832 HTTP GET /en/inpatients/wards/stats/ 200 [0.02, 127.0.0.1:60153] INFO 2025-12-08 14:23:12,053 runserver 46167 6121336832 HTTP GET /en/inpatients/admissions/65/ 200 [0.03, 127.0.0.1:60153] INFO 2025-12-08 14:23:12,061 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:23:12,063 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:23:12,064 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:23:12,064 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:23:12,074 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:23:12,101 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60139] INFO 2025-12-08 14:23:21,589 runserver 46167 6121336832 HTTP GET /en/emr/ 200 [0.04, 127.0.0.1:60139] INFO 2025-12-08 14:23:21,606 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:23:21,606 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:23:21,606 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:23:21,606 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60202] INFO 2025-12-08 14:23:21,622 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:23:21,631 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60202] INFO 2025-12-08 14:23:21,653 runserver 46167 6121336832 HTTP GET /en/emr/stats/ 200 [0.04, 127.0.0.1:60138] INFO 2025-12-08 14:23:33,130 runserver 46167 6121336832 HTTP GET /en/emr/vital-signs/ 200 [0.03, 127.0.0.1:60138] INFO 2025-12-08 14:23:33,137 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:23:33,139 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:23:33,140 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60202] INFO 2025-12-08 14:23:33,140 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:23:33,151 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:23:33,179 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60153] INFO 2025-12-08 14:23:44,796 runserver 46167 6121336832 HTTP GET /en/emr/problems/ 200 [0.03, 127.0.0.1:60153] INFO 2025-12-08 14:23:44,812 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:23:44,816 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:23:44,817 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60202] INFO 2025-12-08 14:23:44,817 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:23:44,837 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:23:44,864 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60138] INFO 2025-12-08 14:23:48,963 runserver 46167 6121336832 HTTP GET /en/emr/problems/142/ 200 [0.02, 127.0.0.1:60138] INFO 2025-12-08 14:23:48,977 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:23:48,979 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60153] INFO 2025-12-08 14:23:48,979 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60303] INFO 2025-12-08 14:23:48,980 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60302] INFO 2025-12-08 14:23:48,981 runserver 46167 6121336832 HTTP GET /static/plugins/lity/dist/lity.min.css 200 [0.01, 127.0.0.1:60202] INFO 2025-12-08 14:23:48,982 runserver 46167 6121336832 HTTP GET /static/plugins/bootstrap-icons/font/bootstrap-icons.css 200 [0.01, 127.0.0.1:60139] INFO 2025-12-08 14:23:48,983 runserver 46167 6121336832 HTTP GET /static/plugins/lity/dist/lity.min.js 200 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:23:48,998 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:23:49,004 runserver 46167 6121336832 HTTP GET /static/plugins/bootstrap-icons/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6 200 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:23:49,022 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60138] INFO 2025-12-08 14:24:19,628 runserver 46167 6121336832 HTTP GET /en/emr/encounters/ 200 [0.03, 127.0.0.1:60138] INFO 2025-12-08 14:24:19,640 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:24:19,644 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:24:19,645 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:24:19,645 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60202] INFO 2025-12-08 14:24:19,653 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60202] INFO 2025-12-08 14:24:19,683 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60202] INFO 2025-12-08 14:24:21,821 runserver 46167 6121336832 HTTP GET /en/emr/encounters/987/ 200 [0.05, 127.0.0.1:60202] INFO 2025-12-08 14:24:21,829 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60202] INFO 2025-12-08 14:24:21,829 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60302] INFO 2025-12-08 14:24:21,829 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:24:21,830 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:24:21,832 runserver 46167 6121336832 HTTP GET /static/plugins/moment/moment.js 200 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:24:21,852 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:24:21,878 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60139] INFO 2025-12-08 14:25:07,181 runserver 46167 6121336832 HTTP GET /en/emr/problems/142/ 200 [0.02, 127.0.0.1:60139] INFO 2025-12-08 14:25:07,194 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:25:07,197 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:25:07,197 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:25:07,198 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60302] INFO 2025-12-08 14:25:07,204 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60302] INFO 2025-12-08 14:25:07,223 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60302] INFO 2025-12-08 14:25:36,630 runserver 46167 6121336832 HTTP GET /en/emr/care-plans/30/ 200 [0.03, 127.0.0.1:60302] INFO 2025-12-08 14:25:36,638 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60302] INFO 2025-12-08 14:25:36,639 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:25:36,639 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:25:36,639 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60347] INFO 2025-12-08 14:25:36,660 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60347] INFO 2025-12-08 14:25:36,682 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60347] INFO 2025-12-08 14:26:26,477 runserver 46167 6121336832 HTTP GET /en/billing/bills/2fb4270b-b113-4016-91b7-3492e295bd34/ 200 [0.03, 127.0.0.1:60347] INFO 2025-12-08 14:26:26,493 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60139] INFO 2025-12-08 14:26:26,493 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:26:26,493 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60347] INFO 2025-12-08 14:26:26,493 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60302] INFO 2025-12-08 14:26:26,506 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60302] INFO 2025-12-08 14:26:26,528 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60302] WARNING 2025-12-08 14:26:55,974 log 46167 13069578240 Not Found: /en/icd10 WARNING 2025-12-08 14:26:55,975 runserver 46167 6121336832 HTTP GET /en/icd10 404 [0.01, 127.0.0.1:60302] INFO 2025-12-08 14:27:06,658 runserver 46167 6121336832 HTTP GET /en/emr/icd10 301 [0.01, 127.0.0.1:60302] INFO 2025-12-08 14:27:06,672 runserver 46167 6121336832 HTTP GET /en/emr/icd10/ 200 [0.01, 127.0.0.1:60302] INFO 2025-12-08 14:27:06,684 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60302] INFO 2025-12-08 14:27:06,686 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:27:06,687 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60347] INFO 2025-12-08 14:27:06,687 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60302] INFO 2025-12-08 14:27:06,696 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60302] INFO 2025-12-08 14:27:06,718 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60302] INFO 2025-12-08 14:27:26,016 runserver 46167 6121336832 HTTP GET /en/emr/icd10/?q=arthritis&mode=description 200 [0.05, 127.0.0.1:60302] INFO 2025-12-08 14:27:26,023 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60302] INFO 2025-12-08 14:27:26,026 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60302] INFO 2025-12-08 14:27:26,026 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60347] INFO 2025-12-08 14:27:26,026 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:27:26,036 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:27:26,058 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60138] WARNING 2025-12-08 14:27:42,139 log 46167 6409170944 Not Found: /en/finance/invoices/ WARNING 2025-12-08 14:27:42,139 runserver 46167 6121336832 HTTP GET /en/finance/invoices/ 404 [0.01, 127.0.0.1:60138] WARNING 2025-12-08 14:27:46,000 log 46167 6425997312 Not Found: /en/finance/ WARNING 2025-12-08 14:27:46,001 runserver 46167 6121336832 HTTP GET /en/finance/ 404 [0.01, 127.0.0.1:60138] INFO 2025-12-08 14:27:57,626 runserver 46167 6121336832 HTTP GET /en/billing 301 [0.01, 127.0.0.1:60138] INFO 2025-12-08 14:27:57,653 runserver 46167 6121336832 HTTP GET /en/billing/ 200 [0.02, 127.0.0.1:60138] INFO 2025-12-08 14:27:57,665 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:27:57,667 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60347] INFO 2025-12-08 14:27:57,667 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60302] INFO 2025-12-08 14:27:57,668 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:27:57,677 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:27:57,709 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:60138] INFO 2025-12-08 14:27:57,712 runserver 46167 6121336832 HTTP GET /en/billing/stats/bills/ 200 [0.02, 127.0.0.1:60302] INFO 2025-12-08 14:28:38,867 runserver 46167 6121336832 HTTP GET /en/emr/care-plans/30/ 200 [0.01, 127.0.0.1:60302] INFO 2025-12-08 14:28:38,875 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60302] INFO 2025-12-08 14:28:38,875 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60138] INFO 2025-12-08 14:28:38,875 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60347] INFO 2025-12-08 14:28:38,876 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60379] INFO 2025-12-08 14:28:38,898 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60379] INFO 2025-12-08 14:28:38,923 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60379] INFO 2025-12-08 14:29:25,551 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60379] INFO 2025-12-08 14:29:41,301 runserver 46167 6121336832 HTTP GET /en/ 200 [0.03, 127.0.0.1:60379] INFO 2025-12-08 14:29:41,314 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60379] INFO 2025-12-08 14:29:41,317 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60379] INFO 2025-12-08 14:29:41,318 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60441] INFO 2025-12-08 14:29:41,318 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60442] INFO 2025-12-08 14:29:41,325 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60442] INFO 2025-12-08 14:29:41,370 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:60442] INFO 2025-12-08 14:29:41,371 runserver 46167 6121336832 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:60379] INFO 2025-12-08 14:29:41,384 runserver 46167 6121336832 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:60441] INFO 2025-12-08 14:29:59,211 runserver 46167 6121336832 HTTP GET /en/pharmacy 301 [0.01, 127.0.0.1:60441] INFO 2025-12-08 14:29:59,232 runserver 46167 6121336832 HTTP GET /en/pharmacy/ 200 [0.02, 127.0.0.1:60441] INFO 2025-12-08 14:29:59,243 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60441] INFO 2025-12-08 14:29:59,244 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60379] INFO 2025-12-08 14:29:59,245 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60442] INFO 2025-12-08 14:29:59,246 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60445] INFO 2025-12-08 14:29:59,261 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60441] INFO 2025-12-08 14:29:59,280 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.03, 127.0.0.1:60445] ERROR 2025-12-08 14:29:59,288 log 46167 13656928256 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 909, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^ NameError: name 'InventoryItem' is not defined ERROR 2025-12-08 14:29:59,291 log 46167 13069578240 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 854, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^ NameError: name 'InventoryItem' is not defined ERROR 2025-12-08 14:29:59,296 runserver 46167 6121336832 HTTP GET /en/pharmacy/inventory-alerts/ 500 [0.04, 127.0.0.1:60379] ERROR 2025-12-08 14:29:59,297 runserver 46167 6121336832 HTTP GET /en/pharmacy/stats/ 500 [0.04, 127.0.0.1:60442] INFO 2025-12-08 14:30:08,505 runserver 46167 6121336832 HTTP GET /en/pharmacy/drug-interactions/ 200 [0.02, 127.0.0.1:60442] INFO 2025-12-08 14:30:08,519 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60442] INFO 2025-12-08 14:30:08,522 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60445] INFO 2025-12-08 14:30:08,522 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60379] INFO 2025-12-08 14:30:08,522 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60441] INFO 2025-12-08 14:30:08,530 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60441] INFO 2025-12-08 14:30:08,554 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60441] ERROR 2025-12-08 14:30:29,274 log 46167 13035925504 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response = await wrapped_callback( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 854, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^ NameError: name 'InventoryItem' is not defined ERROR 2025-12-08 14:30:29,278 runserver 46167 6121336832 HTTP GET /en/pharmacy/stats/ 500 [0.02, 127.0.0.1:60441] INFO 2025-12-08 14:30:40,098 runserver 46167 6121336832 HTTP GET /en/radiology/ 200 [0.11, 127.0.0.1:60441] INFO 2025-12-08 14:30:40,110 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60441] INFO 2025-12-08 14:30:40,113 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60441] INFO 2025-12-08 14:30:40,113 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60379] INFO 2025-12-08 14:30:40,113 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60445] INFO 2025-12-08 14:30:40,121 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60445] INFO 2025-12-08 14:30:40,153 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60445] INFO 2025-12-08 14:30:40,154 runserver 46167 6121336832 HTTP GET /en/radiology/htmx/stats/ 200 [0.02, 127.0.0.1:60379] INFO 2025-12-08 14:30:44,842 runserver 46167 6121336832 HTTP GET /en/radiology/studies/ 200 [0.05, 127.0.0.1:60379] INFO 2025-12-08 14:30:44,856 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60379] INFO 2025-12-08 14:30:44,858 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60379] INFO 2025-12-08 14:30:44,858 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60445] INFO 2025-12-08 14:30:44,859 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60441] INFO 2025-12-08 14:30:44,868 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60441] INFO 2025-12-08 14:30:44,900 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60441] INFO 2025-12-08 14:30:47,348 runserver 46167 6121336832 HTTP GET /en/radiology/studies/181/ 200 [0.03, 127.0.0.1:60441] INFO 2025-12-08 14:30:47,357 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60441] INFO 2025-12-08 14:30:47,358 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60442] INFO 2025-12-08 14:30:47,358 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60445] INFO 2025-12-08 14:30:47,358 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60379] INFO 2025-12-08 14:30:47,376 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60379] INFO 2025-12-08 14:30:47,400 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60379] INFO 2025-12-08 14:30:55,880 runserver 46167 6121336832 HTTP GET /en/radiology/studies/ 200 [0.03, 127.0.0.1:60379] INFO 2025-12-08 14:30:55,893 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60379] INFO 2025-12-08 14:30:55,893 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60445] INFO 2025-12-08 14:30:55,894 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60441] INFO 2025-12-08 14:30:55,894 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60442] INFO 2025-12-08 14:30:55,902 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60442] INFO 2025-12-08 14:30:55,931 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60442] INFO 2025-12-08 14:30:57,404 runserver 46167 6121336832 HTTP GET /en/radiology/studies/181/ 200 [0.02, 127.0.0.1:60442] INFO 2025-12-08 14:30:57,411 runserver 46167 6121336832 HTTP GET /static/css/vendor.min.css 304 [0.00, 127.0.0.1:60442] INFO 2025-12-08 14:30:57,414 runserver 46167 6121336832 HTTP GET /static/js/vendor.min.js 304 [0.00, 127.0.0.1:60441] INFO 2025-12-08 14:30:57,414 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.css 304 [0.00, 127.0.0.1:60442] INFO 2025-12-08 14:30:57,414 runserver 46167 6121336832 HTTP GET /static/plugins/toastr/toastr.min.js 304 [0.00, 127.0.0.1:60445] INFO 2025-12-08 14:30:57,430 runserver 46167 6121336832 HTTP GET /static/webfonts/fa-solid-900.woff2 304 [0.00, 127.0.0.1:60445] INFO 2025-12-08 14:30:57,452 runserver 46167 6121336832 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:60445] INFO 2025-12-08 15:19:24,305 autoreload 87654 8479629824 Watching for file changes with StatReloader INFO 2025-12-08 15:19:24,661 server 87654 6145028096 HTTP/2 support enabled INFO 2025-12-08 15:19:24,661 server 87654 6145028096 Configuring endpoint tcp:port=8000:interface=127.0.0.1 INFO 2025-12-08 15:19:24,662 server 87654 6145028096 Listening on TCP address 127.0.0.1:8000 WARNING 2025-12-08 15:19:34,245 log 87654 6178680832 Not Found: /en/notifications/api/unread-count/ WARNING 2025-12-08 15:19:34,245 runserver 87654 6145028096 HTTP GET /en/notifications/api/unread-count/ 404 [0.07, 127.0.0.1:61741] INFO 2025-12-08 15:19:40,055 runserver 87654 6145028096 HTTP GET / 302 [0.01, 127.0.0.1:61741] INFO 2025-12-08 15:19:40,064 runserver 87654 6145028096 HTTP GET /en/ 302 [0.01, 127.0.0.1:61741] INFO 2025-12-08 15:19:40,070 runserver 87654 6145028096 HTTP GET /accounts/login/?next=/en/ 302 [0.00, 127.0.0.1:61741] INFO 2025-12-08 15:19:40,087 runserver 87654 6145028096 HTTP GET /en/accounts/login/?next=/en/ 200 [0.02, 127.0.0.1:61741] INFO 2025-12-08 15:19:41,487 runserver 87654 6145028096 HTTP POST /en/accounts/login/ 302 [0.12, 127.0.0.1:61741] INFO 2025-12-08 15:19:41,554 runserver 87654 6145028096 HTTP GET /en/ 200 [0.06, 127.0.0.1:61741] INFO 2025-12-08 15:19:41,645 runserver 87654 6145028096 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:61741] INFO 2025-12-08 15:19:41,648 runserver 87654 6145028096 HTTP GET /en/htmx/system-health/ 200 [0.03, 127.0.0.1:61746] INFO 2025-12-08 15:19:41,663 runserver 87654 6145028096 HTTP GET /en/htmx/dashboard-stats/ 200 [0.04, 127.0.0.1:61743] INFO 2025-12-08 15:19:46,142 runserver 87654 6145028096 HTTP GET /en/emr/ 200 [0.03, 127.0.0.1:61743] INFO 2025-12-08 15:19:46,214 runserver 87654 6145028096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61743] INFO 2025-12-08 15:19:46,236 runserver 87654 6145028096 HTTP GET /en/emr/stats/ 200 [0.03, 127.0.0.1:61746] INFO 2025-12-08 15:19:51,619 runserver 87654 6145028096 HTTP GET /en/inpatients/ 200 [0.03, 127.0.0.1:61746] INFO 2025-12-08 15:19:51,657 runserver 87654 6145028096 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:61746] INFO 2025-12-08 15:19:51,657 runserver 87654 6145028096 HTTP GET /en/inpatients/wards/stats/ 200 [0.02, 127.0.0.1:61743] INFO 2025-12-08 15:19:56,470 runserver 87654 6145028096 HTTP GET /en/inpatients/discharges 301 [0.01, 127.0.0.1:61743] INFO 2025-12-08 15:19:56,492 runserver 87654 6145028096 HTTP GET /en/inpatients/discharges/ 200 [0.02, 127.0.0.1:61743] INFO 2025-12-08 15:19:56,516 runserver 87654 6145028096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61743] INFO 2025-12-08 15:19:59,609 runserver 87654 6145028096 HTTP GET /en/inpatients/discharges/2/ 200 [0.03, 127.0.0.1:61743] INFO 2025-12-08 15:19:59,651 runserver 87654 6145028096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61743] INFO 2025-12-08 15:24:59,666 runserver 87654 6145028096 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:61804] INFO 2025-12-08 15:27:06,515 runserver 87654 6145028096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61825] INFO 2025-12-08 15:27:09,591 runserver 87654 6145028096 HTTP GET /en/inpatients/discharges/2/delete/ 200 [0.02, 127.0.0.1:61825] INFO 2025-12-08 15:27:09,631 runserver 87654 6145028096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61825] INFO 2025-12-08 15:27:13,397 runserver 87654 6145028096 HTTP GET /en/inpatients/discharges/2/ 200 [0.02, 127.0.0.1:61825] INFO 2025-12-08 15:27:13,439 runserver 87654 6145028096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61825] INFO 2025-12-08 15:27:23,964 runserver 87654 6145028096 HTTP GET /en/htmx/system-notifications/ 200 [0.04, 127.0.0.1:61829] INFO 2025-12-08 15:27:23,965 runserver 87654 6145028096 HTTP GET /en/inpatients/wards/stats/ 200 [0.04, 127.0.0.1:61826] INFO 2025-12-08 15:27:23,990 runserver 87654 6145028096 HTTP GET /en/inpatients/beds/grid/ 200 [0.07, 127.0.0.1:61825] INFO 2025-12-08 15:27:23,992 runserver 87654 6145028096 HTTP GET /en/inpatients/wards/stats/ 200 [0.03, 127.0.0.1:61826] INFO 2025-12-08 15:27:27,883 runserver 87654 6145028096 HTTP GET /en/inpatients/transfers/ 200 [0.02, 127.0.0.1:61826] INFO 2025-12-08 15:27:27,928 runserver 87654 6145028096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61826] INFO 2025-12-08 15:27:30,128 runserver 87654 6145028096 HTTP GET /en/inpatients/transfer/35/ 200 [0.02, 127.0.0.1:61826] INFO 2025-12-08 15:27:35,012 runserver 87654 6145028096 HTTP GET /en/inpatients/transfer/44/ 200 [0.02, 127.0.0.1:61826] INFO 2025-12-08 15:27:40,888 runserver 87654 6145028096 HTTP GET /en/inpatients/transfer/49/ 200 [0.02, 127.0.0.1:61826] INFO 2025-12-08 15:28:50,384 runserver 87654 6145028096 HTTP GET /en/inpatients/transfer/35/ 200 [0.02, 127.0.0.1:61837] INFO 2025-12-08 15:28:53,295 runserver 87654 6145028096 HTTP GET /en/inpatients/beds/grid/ 200 [0.04, 127.0.0.1:61837] INFO 2025-12-08 15:28:55,976 runserver 87654 6145028096 HTTP GET /en/inpatients/admissions/ 200 [0.02, 127.0.0.1:61837] INFO 2025-12-08 15:28:56,020 runserver 87654 6145028096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61837] INFO 2025-12-08 15:39:34,991 runserver 87654 6145028096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:61919] INFO 2025-12-08 15:46:34,389 runserver 87654 6145028096 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:61991] INFO 2025-12-08 15:52:44,556 runserver 87654 6145028096 HTTP GET /en/inpatients/admissions/65/ 200 [0.03, 127.0.0.1:62095] INFO 2025-12-08 15:52:44,625 runserver 87654 6145028096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62095] INFO 2025-12-08 15:52:55,700 runserver 87654 6145028096 HTTP GET /en/inpatients/admissions/create/ 200 [0.03, 127.0.0.1:62095] INFO 2025-12-08 15:52:55,744 runserver 87654 6145028096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62095] INFO 2025-12-08 15:53:22,646 runserver 87654 6145028096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62111] INFO 2025-12-08 15:53:42,708 runserver 87654 6145028096 HTTP GET /en/inpatients/transfers/ 200 [0.03, 127.0.0.1:62111] INFO 2025-12-08 15:53:42,750 runserver 87654 6145028096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62111] INFO 2025-12-08 15:53:52,953 runserver 87654 6145028096 HTTP GET /en/inpatients/transfers/ 200 [0.03, 127.0.0.1:62111] INFO 2025-12-08 15:53:52,994 runserver 87654 6145028096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62111] INFO 2025-12-08 15:54:18,043 runserver 87654 6145028096 HTTP GET /en/emr/notes/ 200 [0.03, 127.0.0.1:62111] INFO 2025-12-08 15:54:18,086 runserver 87654 6145028096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62111] INFO 2025-12-08 15:54:37,020 runserver 87654 6145028096 HTTP GET /en/emr/problems/ 200 [0.03, 127.0.0.1:62111] INFO 2025-12-08 15:54:37,060 runserver 87654 6145028096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62111] INFO 2025-12-08 15:54:40,319 runserver 87654 6145028096 HTTP GET /en/emr/problems/142/ 200 [0.02, 127.0.0.1:62111] INFO 2025-12-08 15:54:40,365 runserver 87654 6145028096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62111] INFO 2025-12-08 15:54:55,515 runserver 87654 6145028096 HTTP GET /en/emr/problems/129/ 200 [0.02, 127.0.0.1:62111] INFO 2025-12-08 15:54:55,558 runserver 87654 6145028096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62111] ERROR 2025-12-08 15:55:05,497 log 87654 6178680832 Internal Server Error: /en/emr/problems/129/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 552, in thread_handler raise exc_info[1] File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 284, in _get_response_async response = await sync_to_async( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 502, in __call__ ret = await asyncio.shield(exec_coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/current_thread_executor.py", line 40, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/asgiref/sync.py", line 556, in thread_handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard' not found. 'dashboard' is not a valid view function or pattern name. ERROR 2025-12-08 15:55:05,499 runserver 87654 6145028096 HTTP GET /en/emr/problems/129/delete/ 500 [0.03, 127.0.0.1:62111] INFO 2025-12-08 15:55:12,493 runserver 87654 6145028096 HTTP GET /en/emr/problems/129/update/ 200 [0.26, 127.0.0.1:62111] INFO 2025-12-08 15:55:12,556 runserver 87654 6145028096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62111] INFO 2025-12-08 15:55:24,610 runserver 87654 6145028096 HTTP GET /en/emr/problems/ 200 [0.03, 127.0.0.1:62111] INFO 2025-12-08 15:55:24,654 runserver 87654 6145028096 HTTP GET /en/htmx/system-notifications/ 200 [0.01, 127.0.0.1:62111] INFO 2025-12-08 16:00:24,675 runserver 87654 6145028096 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:62295] INFO 2025-12-08 16:05:24,666 runserver 87654 6145028096 HTTP GET /en/htmx/system-notifications/ 200 [0.02, 127.0.0.1:62401]